@import"https://at.alicdn.com/t/font_2560605_wg75nknyci.css?spm=a313x.7781069.1998910419.493&file=font_2560605_wg75nknyci.css";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	padding: 0
}

*,:after,:before {
	box-sizing: border-box
}

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,hgroup,p,blockquote,figure,form,fieldset,input,legend,pre,abbr,button {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none
}

a:link,a:visited,a:hover {
	text-decoration: none
}

a:disabled {
	opacity: .32
}

p,ul,li,h1,h2,h3,h4,h5,h6,dl,dd,a {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit
}

ul,li,dd,dl {
	list-style: none
}

.nowrap {
	display: inline-block;
	text-decoration: inherit;
	white-space: nowrap
}

.clear {
	clear: both
}

.clear:after,.clear:before {
	content: "";
	display: table
}

.clear:after {
	clear: both
}

img {
	border: 0
}

small {
	font-size: 80%
}

b,strong {
	font-weight: bolder
}

textarea {
	overflow: auto
}

button,input,optgroup,select,textarea {
	font: inherit;
	margin: 0
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield
}

@font-face {
	font-family:'Gilroy-Bold';font-style:normal;font-display:auto;src:url("https://www.1198.cn/webfont/Gilroy-Bold.eot");src:url("https://www.1198.cn/webfont/Gilroy-Bold.ttf") format("truetype")
}

@font-face {
	font-family:'FontAwesome5';src:url('../font/fa-light-300.eot');src:url('../font/fa-light-300.eot') format('embedded-opentype'),url('../font/fa-regular-400.woff2') format('woff2'),url('../font/fa-light-300.woff') format('woff'),url('../font/fa-light-300.ttf') format('truetype'),url('https://www.1198.cn/scripts/fontawesome-5pro/webfonts/fa-light-300.svg') format('svg');font-weight:normal;font-style:normal
}

.c-btn {
	border-radius: 3px;
	height: 32px;
	line-height: calc(30px);
	padding: 0 16px;
	border: 1px solid #f58900;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	transition: background .3s,color .3s;
	color: #fff;
	background-color: #f58900;
	text-align: center;
	white-space: nowrap
}

.c-btn .icon.hover {
	display: none
}

.c-btn:hover {
	color: #fff
}

.c-btn:hover .icon {
	display: none
}

.c-btn:hover .icon.hover {
	display: inline-block
}

.c-btn[disabled] {
	background-color: #85aced;
	border-color: transparent
}

.c-btn-block {
	height: 42px;
	line-height: calc(40px);
	padding: 0 16px;
	border: 1px solid #f58900;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	transition: background .3s,color .3s;
	color: #fff;
	background-color: #f58900;
	text-align: center;
	white-space: nowrap;
	width: 100%
}

.c-btn-block:hover {
	color: #fff
}

.c-btn-block.btn-shadow {
	box-shadow: 0 5px 10px #b6cdf4
}

.c-btn-block[disabled] {
	background-color: #85aced;
	border-color: transparent
}

.c-btn-blue {
	background: #f58900;
	color: #fff
}

.c-btn.line {
	border: 1px solid #f58900;
	color: #f58900;
	background-color: #fff
}

.c-btn-max {
	display: inline-block;
	background: #f58900;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	padding: 0 50px;
	border: 3px solid #f58900;
	border-radius: 5px;
	scale: 1;
	-webkit-transition: scale .3s ease-out 0s;
	-moz-transition: scale .3s ease-out 0s;
	-ms-transition: scale .3s ease-out 0s;
	-o-transition: scale .3s ease-out 0s;
	transition: scale .3s ease-out 0s
}

.c-btn-max:hover {
	color: #fff;
	scale: .95
}

.c-btn-blue:hover {
	background: #f58900;
	color: #fff
}

.c-btn-blue:visited,.c-btn-blue:focus {
	color: #fff
}

.c-btn-blue-light {
	background-color: #5093de;
	border-color: #5093de
}

.c-btn-red {
	background: #ee4136;
	color: #fff !important
}

.c-btn-red:hover {
	background: #ee4136;
	color: #fff
}

.c-btn-gray {
	color: #333;
	border: 1px solid #ddd;
	background-color: #f7f7f7
}

.c-btn-gray:hover {
	color: #333;
	background-color: #fff
}

.c-btn-line-max {
	display: inline-block;
	background: #fff;
	color: #222222;
	font-size: 16px;
	line-height: 50px;
	padding: 0 30px;
	border: 3px solid #f58900;
	border-radius: 5px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.c-btn-line-max:hover {
	background: #f58900;
	color: #fff;
	border-color: #f58900
}

.c-btn-line-blod {
	display: inline-block;
	background: #fff;
	color: #f58900;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 40px;
	border: 3px solid #f58900;
	border-radius: 5px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.c-btn-line-blod:hover {
	background: #f58900;
	color: #fff;
	border-color: #f58900
}

.c-btn-load {
	background-color: #50a2de;
	border-color: #50a2de
}

.c-btn-line-max.light {
	border-color: #50a2de;
	background-color: #f1f9ff;
	color: #50a2de
}

.c-btn-search-domain {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 0 50px;
	background: #f58900
}

.c-btn-search-domain span {
	margin-left: 10px;
	transition: all .5s ease-out 0s
}

.c-btn-search-domain:hover {
	color: #fff
}

.c-btn-search-domain:hover span {
	margin-left: 0;
	transition: all .4s ease-out 0s
}

@media screen and (max-width:576px) {
	.c-btn-search-domain {
		padding: 0 20px
	}
}

@keyframes sticky {
	0% {
		top: -250px;
		opacity: .5
	}

	100% {
		top: 0;
		opacity: 1
	}
}

.control-head.header-fixed {
	border-bottom: transparent;
	position: fixed !important;
	width: 100%;
	top: 0;
	z-index: 11000;
	animation: sticky .5s
}

.control-head.header-fixed .head-topbar {
	display: none
}

.control-head-login.header-fixed {
	position: initial !important
}

.control-head-login.header-fixed .head-topbar {
	display: block
}

.control-head .head-topbar {
	background-color: #fff;
	height: auto;
	padding: 5px 0
}

.control-head .head-topbar .primary-logo {
	max-height: 68px
}

.control-head .head-topbar-l {
	display: inline-block
}

.control-head .head-topbar-r {
	display: inline-block;
	float: right;
	margin-right: 30px;
	line-height: 68px
}

.control-head .head-btn {
	font-size: 16px;
	padding: 0 30px;
	border-radius: 30px
}

.control-head .head-btn.line {
	border: 1px solid #dcdcdc;
	color: #222222;
	margin-left: 10px;
	transition: all .5s
}

.control-head .head-btn.line:hover {
	border-color: #f58900;
	color: #f58900;
	transition: all .5s
}

.control-head .head-phone {
	font-size: 18px;
	font-weight: bold;
	color: #f58900;
	line-height: 50px
}

.control-head .head-switch {
	position: relative;
	border: 1px solid #dcdcdc;
	color: #738ba5;
	font-size: 16px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 20px;
	width: 60px;
	display: inline-block;
	cursor: pointer
}

.control-head .head-switch::after {
	content: "\f107";
	font-family: "FontAwesome5";
	color: #738ba5;
	position: absolute;
	right: 10px;
	top: 0
}

.control-head .head-switch a {
	display: block;
	line-height: 30px
}

.control-head .head-switch .eng {
	position: absolute;
	bottom: -29px;
	bottom: -30px;
	height: 30px;
	left: -1px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	width: 60px;
	z-index: 10;
	background-color: #fff;
	opacity: 0
}

.control-head .head-switch .eng:hover {
	color: #f58900
}

.control-head .head-switch.open .eng {
	opacity: 1;
	transition: opacity .5s
}

.control-head .head-menu {
	position: relative;
	background-color: #f58900;
	color: #fff
}

.control-head .head-menu-navbar {
	margin: 0 -15px
}

.control-head .head-menu-nav li {
	text-align: left;
	line-height: 54px;
	float: left;
	width: auto;
	display: inline-block;
	margin-right: 70px;
	font-size: 18px
}

.control-head .head-menu-nav .toptag {
	position: relative
}

.control-head .head-menu-nav .toptag:hover {
	color: #fff;
	scale: 1.05;
	transition: .5s
}

.control-head .head-menu-nav .toptag.selected::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	left: 0;
	bottom: -10px;
	border-bottom: 3px solid #fff
}

.control-head .login-popout {
	position: absolute;
	display: none;
	top: 52px;
	width: 100%;
	background: transparent;
	z-index: 10003;
	opacity: .98;
	padding-top: 20px
}

.control-head .login-popout .head-popout-wrap {
	background: #e8e8e8;
	position: relative
}

.control-head .login-popout .head-popout-content {
	position: relative
}

.control-head .login-popout .head-popout-content::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -18px;
	right: 60px;
	bottom: 0;
	height: 0;
	width: 0;
	border-left: 13px solid transparent;
	border-bottom: 18px solid #e8e8e8;
	border-right: 13px solid transparent
}

.control-head .secondary-menu .secondary-menu-content {
	float: right
}

.control-head .navbar-toggle {
	background-color: #f58900;
	border-color: #f58900
}

.control-head .head-menu-navbar {
	position: relative
}

.control-head .navbar-header {
	display: none
}

.control-head .head-shopcar {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	background-color: #064cc1;
	padding: 0 15px
}

.control-head .head-shopcar a {
	color: #fff
}

.control-head .head-menu-nav {
	position: relative
}

.control-head .head-menu-nav .nav-item {
	position: relative
}

.control-head .head-menu-nav .nav-item:hover .head-menu-info {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.control-head .head-menu-nav a {
	color: #fff
}

.control-head .head-menu-info {
	position: absolute;
	/* padding: 20px 0; */
	left: 0;
	top: 120%;
	background-color: #fff;
	opacity: 0;
	text-align: center;
	visibility: hidden;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	z-index: 99;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
	border-bottom: 3px solid #f58900
}

.control-head .head-menu-info .menu-content {
	width: 100%;
	margin: auto
}

.control-head .head-menu-info .menu-list {
	line-height: unset;
	text-align: left;
	margin: 0 auto
}

.control-head .head-menu-info a {
	display: block;
	color: #222222;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
    border-bottom: 1px dashed #f5890042;
}

.control-head .head-menu-info a:hover {
	color: #ffffff;
	background-color:#f58900;
	/* text-shadow:2px 3px 6px #888; */
	/* transition: all .5s */
}

.control-head .head-menu-info .title,.control-head .head-menu-info .title a {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px
}

.control-head .head-user-dropdown {
	position: relative;
	display: inline-block;
	z-index: 100
}

.control-head .head-user-dropdown .dropbtn {
	font-size: 14px;
	border: none;
	cursor: pointer;
	background: transparent
}

.control-head .head-user-dropdown .caret {
	margin-left: 5px
}

.control-head .head-user-dropdown .dropdown-content {
	opacity: 0;
	position: absolute;
	top: 110%;
	visibility: hidden;
	min-width: 140px;
	box-shadow: 0 8px 16px 5px rgba(0,0,0,0.3)
}

.control-head .head-user-dropdown .dropdown-content>a:not(:last-child) {
	border-bottom: 1px solid #ddd
}

.control-head .head-user-dropdown .dropdown-content a {
	color: black;
	padding: 0 16px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	background-color: #f9f9f9
}

.control-head .head-user-dropdown .dropdown-content a:hover {
	background-color: #f58900;
	color: #fff
}

.control-head .head-user-dropdown:hover .caret {
	transform: rotate(180deg);
	transition: all .5s
}

.control-head .head-user-dropdown:hover .dropdown-content {
	visibility: visible;
	opacity: 1;
	top: 100%;
	transition: all .5s
}

@media (max-width:767px) {
	.control-head .head-topbar {
		display: none
	}

	.control-head .head-menu-navbar {
		box-shadow: 0 5px 10px rgba(0,0,0,0.1);
		display: none
	}

	.control-head .navbar-header {
		display: block
	}

	.control-head .head-menu-nav {
		padding: 0 20px;
		border-top: 1px solid #dcdcdc
	}

	.control-head .head-menu-nav li {
		cursor: pointer;
		display: block;
		float: none;
		border-top: 1px solid #dcdcdc;
		width: 100%
	}

	.control-head .head-menu-nav li:hover .page-scroll {
		color: #222222
	}

	.control-head .head-menu-nav .page-scroll {
		border: none;
		width: 100%;
		padding: 15px 6% !important;
		color: #222222
	}

	.control-head .head-menu-info {
		display: block;
		position: relative;
		opacity: 1;
		visibility: unset;
		padding: 0;
		box-shadow: 0 0 0 transparent
	}
}

.control-footer {
	background-color: #242a38
}

.control-footer .control-footer-info {
	padding-top: 40px;
	padding-bottom: 10px;
	background: #f58900;
	color: #fff;
	font-size: 14px
}

.control-footer .control-footer-info .title {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold
}

.control-footer .control-footer-info a:link,.control-footer .control-footer-info a:visited {
	color: #fff
}

.control-footer .control-footer-info a:link:hover,.control-footer .control-footer-info a:visited:hover {
	color: #fff;
	/* font-size:16px; */
	text-shadow:2px 3px 6px #000;
}

.control-footer .control-footer-copyright {
	padding: 10px 0;
	background: #131824;
	line-height: 36px;
	text-align: center;
	color: #505865
}

.control-footer .control-footer-tel {
	color: #fff
}

.control-footer .friend-link {
	max-width: unset;
	padding: 20px 0 10px;
	color: #fff;
	font-size: 14px;
	border-top: 1px solid #fff
}

.control-sidetools {
	width: 58px;
	border-spacing: 5px
}

.control-sidetools .st-item {
	cursor: pointer;
    position: relative;
    background: #fff;
    text-align: center;
    color: #222222;
    padding: 10px 0 5px;
    box-shadow: -1px 1px 5px 1px #aaa;
    width: 100%;
    border-radius: 5px;
    min-height: 65px;
    min-width: 65px;
	font-size: 16px;
    margin-bottom: 12px;
	/* border: 1px solid #f58900 */
}

.control-sidetools .st-item #side_cartcount {
	color: #fff;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: #f58900;
	display: block
}

.control-sidetools .st-item p:only-child {
	font-size: 16px;
	padding-top: 5px
}

.control-sidetools .st-item.hotline-btn {
	display: none
}

.control-sidetools .st-item .tips {
	display: none
}

.control-sidetools .st-item span {
	position: relative;
    bottom: -4px;
}

.control-sidetools .pop-out {
	right: 68px
}

.control-sidetools .st-tel-btn {
	position: relative;
	right: 0
}

.control-sidetools .st-tel-btn .hover {
	position: absolute;
	height: 58px;
	background: #fff;
	top: 0;
	right: 68px;
	color: #f58900;
	line-height: 58px;
	font-weight: bold;
	font-size: 16px;
	width: 0;
	max-width: 0;
	transition: all .5s;
	overflow: hidden
}

.control-sidetools .st-tel-btn:hover .hover {
	width: 140px;
	max-width: 140px;
	border: 1px solid #f58900
}

@media screen and (max-width:768px) {
	.control-sidetools {
		width: 100%
	}

	.control-sidetools .st-item:not(.QQ-btn):not(.hotline-btn):not(.report-btn) {
		display: none
	}

	.control-sidetools .st-item.hotline-btn {
		display: table-cell
	}

	.control-sidetools .report-btn br {
		display: none
	}

	.control-sidetools .st-item {
		width: 50%;
		display: table-cell;
		height: 30px;
		min-height: auto;
		padding: 2px 0 3px
	}

	.control-sidetools .st-item .tips {
		display: inline-block
	}

	.control-sidetools .st-item p:only-child {
		font-size: 12px
	}

	.control-sidetools .st-item span {
		font-size: 12px
	}

	.control-sidetools .st-item img {
		width: 20px;
		display: inline-block
	}

	.control-sidetools .pop-out.domaincheck {
		width: 100%;
		left: 0;
		bottom: 51px;
		top: auto
	}
}

.head-burgermenu {
	display: none;
	border-bottom: 1px solid #dcdcdc
}

.head-burgermenu .head-burger-btn {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #fff
}

.head-burgermenu .head-burger-btn.line {
	color: #f58900
}

@media screen and (max-width:768px) {
	.head-burgermenu {
		position: fixed;
		width: 100%;
		margin: auto;
		left: 0;
		z-index: 20000
	}

	.head-burgermenu.show {
		display: block
	}

	.head-burgermenu .menu-wrap {
		position: relative;
		padding: 10px 0 0
	}

	.head-burgermenu .menu-wrap .menu {
		position: relative;
		z-index: 2;
		color: #888;
		max-height: calc(70vh);
		overflow: auto
	}

	.head-burgermenu .menu-wrap .menu .user-bar {
		background: #fff;
		color: #fff;
		padding: 6px 12px;
		margin: 0 10px 20px;
		color: #999;
		font-size: 16px
	}

	.head-burgermenu .menu-wrap .menu .user-bar .flex-item {
		width: 50%;
		padding: 0 10px
	}

	.head-burgermenu .menu-wrap .menu .user-bar .flex-row {
		margin: 0 -10px
	}

	.head-burgermenu .menu-wrap .menu .menu-tree {
		margin: 0;
		border-top: 1px solid #dcdcdc
	}

	.head-burgermenu .menu-wrap .menu .menu-tree>li>ul>a {
		padding-left: 30px
	}

	.head-burgermenu .menu-wrap .menu .menu-tree>li>ul>li>a {
		padding-left: 30px
	}

	.head-burgermenu .menu-wrap .menu .menu-tree>li>ul>li>ul>a {
		padding-left: 50px
	}

	.head-burgermenu .menu-wrap .menu .menu-tree>li>ul>li>ul>li>a {
		padding-left: 50px
	}

	.head-burgermenu .menu-wrap .menu .menu-tree>li>ul>li>ul>li>ul>a {
		padding-left: 70px
	}

	.head-burgermenu .menu-wrap .menu .menu-tree>li>ul>li>ul>li>ul>li>a {
		padding-left: 70px
	}

	.head-burgermenu .menu-wrap .menu .menu-tree a {
		display: block;
		line-height: 46px;
		padding: 5px 20px;
		font-size: 18px;
		color: #222222
	}

	.head-burgermenu .menu-wrap .menu .menu-tree ul {
		height: 0;
		max-height: 0;
		overflow: hidden;
		transition: height .5s
	}

	.head-burgermenu .menu-wrap .menu .menu-tree li {
		border-bottom: 1px solid #dcdcdc;
		position: relative
	}

	.head-burgermenu .menu-wrap .menu .menu-tree li::after {
		position: absolute;
		content: '\f107';
		color: #f58900;
		font-family: "FontAwesome5";
		right: 10px;
		top: 8px;
		font-size: 22px;
		transition: all .5s
	}

	.head-burgermenu .menu-wrap .menu .menu-tree li.single::after {
		display: none
	}

	.head-burgermenu .menu-wrap .menu .menu-tree li.open::after {
		transform: rotate(180deg)
	}

	.head-burgermenu .menu-wrap .menu .menu-tree li.open>a {
		color: #f58900
	}

	.head-burgermenu .menu-wrap .menu .menu-tree li.open>ul {
		height: auto;
		max-height: none
	}

	.head-burgermenu .menu-wrap .menu .menu-tree li a.current {
		background: #333
	}

	.head-burgermenu .menu-wrap .menu .hotline-wrap {
		padding: 10px
	}

	.head-burgermenu .menu-wrap .bg {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: #fff;
		opacity: .95;
		z-index: 1
	}
}

.flexslider {
	border-radius: 0;
	border: 0;
	position: relative;
	height: 635px;
	overflow: hidden;
	background: url(../image/loading.gif) 50% no-repeat
}

.bar-pro-wrap {
	height: 320px;
	background: center center;
	overflow: hidden;
	transition: height .4s;
	-webkit-transition: height .4s;
	-moz-transition: height .4s;
	position: relative
}

.banner2_img1 {
	width: 25%!important;
    margin: 10px auto!important;
    box-shadow: 1px 1px 10px 10px #504646;
    opacity: 0.8;
    border-radius: 15px;
	display: inline-block!important;
}
.img_move_box {
	width:1140px;
	height:190px;
	margin:10px auto;
	background:url(/statics/default/images/qianggou.png) no-repeat center;
	animation: move 2s ease-in infinite;
	
}
@keyframes move {
	0%{transform:translateX(0px);}
	10%{transform:translateX(-10px);}
	20%{transform:translateX(-20px);}
	30%{transform:translateX(-30px);}
	35%{transform:translateX(-20px);}
	40%{transform:translateX(-10px);}
	50%{transform:translateX(0px);}
	60%{transform:translateX(10px);}
	70%{transform:translateX(20px);}
	80%{transform:translateX(30px);}
	90%{transform:translateX(20px);}
	95%{transform:translateX(10px);}
	100%{transform:translateX(0px);}
}

.banner2_container {
	padding-top: 35px!important;
}
.banner2_h3 {
    font-size: 65px!important;
    text-align: center!important;
    font-weight: 600!important;
    letter-spacing: 20px!important;
	margin-bottom:30px!important;;
}
.banner2_h4 {
	font-size: 50px!important;
    display: inline-block;
    background-color: #f58900;
    border-radius: 10px;
    padding: 18px 30px;
    color: #fff;
    letter-spacing: 10px;
    font-weight: 800;
}
.banner2_h4 span{
	font-size: 60px!important;
   
    color: #ff0000;
}



@media screen and (min-width:992px) {
	.bar-pro-wrap {
		height: 400px
	}
}

.bar-home-wrap {
	height: 635px;
	background: center center;
	overflow: hidden;
	transition: height .4s;
	-webkit-transition: height .4s;
	-moz-transition: height .4s;
	position: relative
}

.bar-home-item {
	height: 600px;
	background-repeat: no-repeat
}

@media screen and (max-width:992px) {
	.bar-home-wrap {
		height: 400px
	}

	.bar-home-item {
		height: 400px;
		background-size: auto 400px
	}
}

@media screen and (max-width:576px) {
	.bar-home-wrap {
		height: 210px
	}

	.bar-home-item {
		height: 200px;
		background-size: auto 200px
	}
}

.bar-home-adviser .container {
	position: relative
}

@keyframes mask {
	from {
		opacity: .4
	}

	50% {
		opacity: 1
	}

	to {
		opacity: .4
	}
}

.bar-home-adviser .adviser-mask {
	position: absolute;
	top: -135px;
	left: -782px;
	width: 900px !important;
	animation: mask 2s linear infinite
}

.bar-home-adviser .adviser-ball {
	position: absolute;
	top: -120px;
	left: -260px;
	width: 660px !important
}

.bar-home-adviser .bar-match-img {
	display: none
}

.bar-home-adviser .bar-item-txt {
	width: 100%;
	position: relative;
	padding: 100px 0 0 0
}

.bar-home-adviser .bar-item-txt h3,.bar-home-adviser .bar-item-txt h4,.bar-home-adviser .bar-item-txt p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.bar-home-adviser .bar-item-txt h3 {
	font-size: 36px;
	color: #333333;
    font-weight: bold;
    /* text-shadow: 1px 2px 6px #f58900; */
    letter-spacing: 10px;
}

.bar-home-adviser .bar-item-txt h4 {
	font-size: 18px;
	color: #222222;
	margin-top: 20px;
	text-shadow: 0 0 5px #fff
}

.banner_table {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #777;
    color: #222;
    font-size: 15px;
    width: 100%;
    height: auto;
    box-shadow: 3px 7px 18px #5d4848;
	overflow: hidden;
    /* border-top-left-radius: 1em; */
    /* border-top-right-radius: 1em; */
}


.banner_table thead {
	background-color: #f5890054;
}
.banner_table>thead>tr {
	height:50px;
    /* background-color: #f55a0089; */
	font-size:16px;
}
.banner_table>tbody>tr {
	height:60px;
}
.banner_table>tbody>tr:hover {
	background-color: #f5890054;
}
.banner_table>tbody .state {
	width:25%;
	position:relative;
}
.banner_table>tbody .state img{
	width: 55px;
    box-shadow: 2px 3px 4px #291904;
    border-radius: 50%;
	display: inline-block;
	margin: 0 15px;
}
.banner_table>tbody .state span{
	text-align: center;
    display: inline-block;
	min-width: 120px;
}


.nianfei_table {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #777;
    color: #222;
    font-size: 15px;
    width: 100%;
    height: auto;
    box-shadow: 3px 7px 18px #5d4848;
	overflow: hidden;
    /* border-top-left-radius: 1em; */
    /* border-top-right-radius: 1em; */
}
.nianfei_table thead {
	background-color: #f5890054;
}
.nianfei_table>thead>tr {
	height:50px;
    /* background-color: #f55a0089; */
	font-size:16px;
}
.nianfei_table>tbody>tr {
	height:45px;
}
.nianfei_table>tbody>tr:hover {
	background-color: #f5890054;
}
.nianfei_table>tbody .state {
	width:25%;
	position:relative;
}
.nianfei_table>tbody .state img{
	width: 55px;
    box-shadow: 2px 3px 4px #291904;
    border-radius: 50%;
	display: inline-block;
	margin: 0 15px;
}
.nianfei_table>tbody .state span{
	text-align: center;
    display: inline-block;
	min-width: 120px;
}










.tab-content>.tab-pane>.container {
    max-width:1140px;
	padding-left: 5px;
    padding-right: 5px;
}
.flexslider .bar-item-txt h3{
    font-size: 100px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 20px;
}
.flexslider .bar-item-txt h4{
    font-size: 38px;
    text-align: center;
    letter-spacing: 4px;
    background-color: #f58900;
    padding: 35px 15px;
    /* margin: 0 115px; */
    letter-spacing: 2px;
    color: #fff;
    font-weight: 550;
    border-radius: 10px;
}
.flexslider .bar-item-txt h5{
	font-size: 25px;
    text-align: center;
    letter-spacing: 12px;
    text-transform: uppercase;
    margin: 12px 0 35px 0;
}

.nav_gj {
	display:inline-block;
	 border-bottom: none;
}
.nav_gj li{
	margin: 5px;
    min-width: 160px;
}

.nav_gj>li.active>a, .nav_gj>li.active>a:focus, .nav_gj>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #f58900;
    border: 1px solid #f58900;
}
.nav_gj>li>a {
    border-radius: 4px;
	font-size:18px;
	box-shadow: 2px 3px 5px #888888;
	font-weight:800;
}
.content_gj {
	padding:25px 0;
	border-top:2px solid #ffd7b9;
}

.nav_zl {
	display:inline-block;
	 border-bottom: none;
}
.nav_zl li{
	margin: 5px 15px;
}
.nav_zl>li.active>a, .nav_zl>li.active>a:focus, .nav_zl>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #f58900;
    border: 1px solid #f58900;
}
.nav_zl>li>a {
    border-radius: 4px;
	font-size:18px;
	box-shadow: 2px 3px 5px #888888;
	font-weight:800;
}

@media(max-width:768px){
	.nav_gj li {
		margin: 5px;
		width: 30%;
		float: left;
		min-width: 50px;
	}
	.nav_gj>li>a {
		border-radius: 4px;
		font-size: 13px;
		box-shadow: 2px 3px 5px #888888;
		font-weight: 800;
		padding:5px;
	}
	.content_gj {
		padding: 0px 0;
		border-top: 2px solid #ffd7b9;
	}
	
	.banner_table {
		font-size: 12px;
	}
	.banner_table>tbody>tr {
		height: 32px;
	}
	
	
}

.content_zl {
	padding:25px 0;
	border-top:2px solid #ffd7b9;
}

.abt-icon {
	margin-right: 10px;
    font-size: 32px!important;
    position: relative;
    top: 5px;
	color:#f58900;
}

.abt-icon-contactus {
	margin-right: 15px;
    font-size: 22px!important;
    position: relative;
    top: 3px;
    color: #f58900;
}

.contactus_txt {
	padding:0 60px;
}

.gfzx {
	margin-left:79px;
}

.banner_amzlogo {
	width:300px!important;
}
	.banner2_h4_box {
		margin-bottom:60px;
	}
   

@media screen and (min-width:992px) {
	.bar-home-adviser .bar-item-txt h3 {
		font-size: 40px
	}

	.bar-home-adviser .bar-item-txt h4 {
		font-size: 18px
	}
}

@media screen and (min-width:1200px) {
	.bar-home-adviser .bar-match-img {
		display: block
	}

	.bar-home-adviser .bar-item-txt {
		width: 100%;
		padding: 50px 0 0 0
	}

	.bar-home-adviser .bar-item-txt h3 {
		font-size: 42px;
		text-align:center;
		margin-bottom: 25px;
	}

	.bar-home-adviser .bar-item-txt h4 {
		margin-top: 50px;
		font-size: 36px
	}
	.juzhong {
		padding:0 235px;
	}
}

.bar-home-decennial .container {
	padding-top: 70px
}

.bar-home-decennial img {
	margin: auto
}

@media screen and (min-width:1200px) {
	.bar-home-decennial .container {
		padding-top: 135px
	}

	.bar-home-decennial img {
		width: 300px!important
	}
}

.bar-domain-index {
	background-image: url(../image/domain-index.jpg)
}

.bar-domain-index .bar-domain-link {
	font-size: 18px;
	color: #fff;
	font-weight: bold
}

.bar-domain-index .bar-domain-link a {
	margin: 0 60px
}

@media screen and (max-width:768px) {
	.banner2_h3 {
		font-size: 22px!important;
		text-align: center!important;
		font-weight: 600!important;
		letter-spacing: 5px!important;
		margin-bottom: 5px!important;
	}
	.banner2_h4 {
		font-size: 20px!important;
		display: inline-block;
		background-color: #f58900;
		border-radius: 10px;
		padding: 4px 12px;
		color: #fff;
		letter-spacing: 5px;
		font-weight: 800;
		margin-bottom: 5px;
	}
	.banner2_h4 span {
		font-size: 22px!important;
		color: #ff0000;
	}
	.banner2_container {
		padding-top: 20px!important;
	}
	
	.banner2_h4_box {
		margin-bottom:5px;
	}
	
	.bar-item-txt {
		padding-top:23px;
	}
	
	.banner_amzlogo {
		width:80px!important;
	}
	.bar-domain-index {
		background-size: cover
	}

	.bar-domain-index .bar-domain-link {
		font-size: 16px
	}

	.bar-domain-index .bar-domain-link a {
		margin: 0 20px
	}
	.banner_table>tbody .state img {
		width: 55px;
		float: left;
		margin-left: 15px;
		display:none!important;
	}
	.state span {
		/* display:none!important; */
		min-width: 80px!important;
	}
	.flexslider .bar-item-txt h3 {
    font-size: 25px;
    text-align: center;
    letter-spacing: 15px;
}
.flexslider .bar-item-txt h5 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 8px 0 16px 0;
}
.flexslider .bar-item-txt h4 {
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: #f58900;
    padding: 6px 6px;
    margin: 0 3px;
    color: #fff;
    border-radius: 10px;
    line-height: 22px;
}
.bar-home-decennial .container {
    padding-top: 45px;
}
.nav_gj {
    border-bottom: none;
    text-align: center;
}
.nav_zl {
    border-bottom: none;
    text-align: center;
}

.contactus_txt {
	padding:0 10px;
}
.gfzx {
	margin-left:38px;
}

}

.bar-domain-info {
	background: url(../image/default.jpg) no-repeat;
	height: 450px;
	text-align: center
}

.bar-domain-info .domain-price {
	font-size: 18px;
	font-weight: bold;
	color: #fff
}

.bar-domain-info .bar-domain-link a {
	font-size: 16px;
	text-decoration: underline;
	color: #fff
}

.bar-domain-search {
	height: auto;
	min-height: 200px;
	padding: 30px 0 40px;
	background: url(../image/domain-search.jpg) top no-repeat
}

.bar-domain-transfer {
	background: url(../image/domain-transfer.jpg) no-repeat;
	height: 500px
}

.bar-domain-transfer .bar-domain-in {
	padding: 60px 40px
}

.bar-domain-transfer .bar-domain-tip {
	padding: 20px 0 40px;
	color: #738ba5;
	font-size: 18px
}

.bar-domain-transfer .bar-domain-tip span:not(:last-child) {
	margin-right: 40px
}

.bar-domain-transfer .bar-domain-tip span::before {
	content: "";
	position: relative;
	width: 8px;
	height: 8px;
	top: -3px;
	margin-right: 5px;
	border-radius: 8px;
	display: inline-block;
	border: 1px solid #738ba5
}

.bar-domain {
	text-align: center
}

.bar-domain-in {
	padding: 75px 0;
	height: 100%
}

.bar-domain-tit {
	font-size: 26px;
	color: #fff;
	font-weight: bold
}

.bar-domain-content {
	padding: 0 10px
}

@media screen and (min-width:768px) {
	.bar-domain-in {
		padding: 75px 20px;
		height: 100%
	}

	.bar-domain-tit {
		font-size: 36px
	}

	.bar-domain-content {
		padding: 0 20px
	}
}

@media screen and (min-width:1200px) {
	.bar-domain-tit {
		font-size: 48px
	}

	.bar-domain-content {
		padding: 0 140px
	}
}

.bar-domain-search .bar-domain-tit {
	color: #061736
}

.bar-trade-info {
	position: relative;
	background: url(../image/trade-info.jpg) center;
	height: 400px;
	text-align: center
}

.bar-trade-info .bar-domain-tit {
	color: #222222;
	font-size: 72px;
	font-weight: bold
}

.bar-trade-info .bar-domain-content {
	color: #fff;
	font-size: 30px
}

.bar-trade-info .bar-tradeinfo-link .c-btn {
	background-color: #ff4f60;
	border-color: #ff4f60;
	padding: 0 40px;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
	font-size: 18px;
	box-shadow: 0 3px 10px #bb5862
}

.bar-trade-info .bar-tradeinfo-link .c-btn:hover {
	color: #fff;
	background-color: #fa6e7c
}

@media screen and (max-width:768px) {
	.bar-trade-info {
		height: 320px
	}

	.bar-trade-info .bar-domain-tit {
		font-size: 56px
	}

	.bar-trade-info .bar-domain-content {
		margin-bottom: 20px
	}
}

@media screen and (max-width:768px) {
	.bar-trade-info .bar-domain-tit {
		font-size: 40px
	}

	.bar-trade-info .bar-domain-content {
		font-size: 20px
	}
}

.bar-trade-index {
	background: url(../image/trade-index.jpg) center;
	height: 400px;
	text-align: center
}

.bar-trade-index .bar-domain-in .top-tit {
	font-size: 40px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 20px
}

.bar-trade-index .bar-domain-in .c-btn {
	line-height: 50px;
	height: 50px;
	padding: 0 35px;
	font-size: 18px;
	border-radius: 5px;
	border-color: transparent;
	margin-top: 40px
}

.bar-trade-index .bar-domain-in .c-btn:hover {
	border: 1px solid #f58900;
	background-color: #fff;
	color: #f58900
}

.bar-trade-index .bar-domain-in .c-btn img {
	margin-right: 8px;
	margin-top: -3px
}

.bar-patent-index {
	position: relative;
	background: url(../image/patent-index.jpg) center;
	height: 500px;
	text-align: center
}

.bar-patent-index .c-wrapper {
	position: relative
}

.bar-patent-index .bar-patent-tit {
	font-size: 60px;
	color: #fff;
	padding-top: 100px;
	margin-bottom: 20px
}

.bar-patent-index .bar-patent-search {
	position: absolute;
	width: 100%;
	bottom: 30px;
	background-color: rgba(0,0,0,0.6);
	padding: 20px 40px
}

.bar-patent-index .bar-patent-search .c-input-search {
	display: table;
	background: #fff
}

.bar-patent-index .bar-patent-search .c-input-search input {
	display: table-cell;
	width: 50%;
	float: left;
	border-left: 1px solid #dcdcdc
}

.bar-patent-index .search-tips {
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 36px
}

.bar-patent-index .search-type {
	color: #fff;
	font-size: 18px;
	line-height: 36px
}

.bar-patent-index .search-type-item {
	margin-left: 20px
}

.bar-patent-index .search-type-item label {
	font-weight: normal
}

.bar-patent-index .search-type-item input[type="radio"] {
	position: absolute;
	opacity: 0
}

.bar-patent-index .search-type-item input[type="radio"]+.radio-label:before {
	content: '';
	border-radius: 100%;
	border: 1px solid #666;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	margin-right: 8px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease
}

.bar-patent-index .search-type-item input[type="radio"]:checked+.radio-label:before {
	background-color: #f58900;
	box-shadow: inset 0 0 0 3px #040708;
	border: 1px solid #f58900
}

.bar-patent-index .search-type-item input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #f58900
}

.bar-patent-index .search-type-item input[type="radio"]:disabled+.radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4
}

.bar-patent-index .search-type-item input[type="radio"]+.radio-label:empty:before {
	margin-right: 0
}

@media screen and (max-width:768px) {
	.bar-patent-index .bar-patent-search {
		padding: 20px 10px;
		width: calc(80%)
	}
}

.bar-patent-pct {
	position: relative;
	background: url(../image/patent-pct.jpg) center;
	height: 400px;
	text-align: center
}

.bar-patent-info {
	position: relative;
	background: url(../image/patent-info.jpg) center no-repeat;
	height: 400px;
	text-align: left;
	color: #222222
}

.bar-patent-info .bar-patent-tit {
	font-size: 60px;
	font-weight: bold;
	padding: 60px 0 30px
}

.bar-patent-info .bar-patent-subtit {
	font-size: 30px
}

.bar-patent-info .bar-patent-subtit::after {
	content: url(../image/patent-info-tit.png);
	vertical-align: middle
}

.bar-tm-search {
	width: 100%
}

.bar-tm-search .c-input-search {
	display: table;
	background: #fff;
	padding: 10px 0
}

.bar-tm-search .c-input-search input {
	display: table-cell;
	width: 30%;
	float: left;
	border-left: 1px solid #dcdcdc
}

.bar-tm-search .c-input-search input:focus {
	border-left: 1px solid #dcdcdc
}

.bar-tm-search .search-tips {
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 36px
}

.bar-tm-search .search-type {
	color: #222222;
	font-size: 18px;
	line-height: 36px
}

.bar-tm-search .search-type-item {
	margin-left: 20px
}

.bar-tm-search .search-country {
	display: inline-block;
	width: 150px;
	height: 25px;
	line-height: 25px
}

.bar-tm-search .search-type-item label {
	font-weight: normal
}

.bar-tm-search .search-type-item input[type="radio"] {
	position: absolute;
	opacity: 0
}

.bar-tm-search .search-type-item input[type="radio"]+.radio-label:before {
	content: '';
	border-radius: 100%;
	border: 1px solid #666;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	margin-right: 8px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease
}

.bar-tm-search .search-type-item input[type="radio"]:checked+.radio-label {
	color: #f58900;
	font-weight: bold
}

.bar-tm-search .search-type-item input[type="radio"]:checked+.radio-label:before {
	background-color: #f58900;
	box-shadow: inset 0 0 0 3px #fff;
	border: 1px solid #f58900
}

.bar-tm-search .search-type-item input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #f58900
}

.bar-tm-search .search-type-item input[type="radio"]:disabled+.radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4
}

.bar-tm-search .search-type-item input[type="radio"]+.radio-label:empty:before {
	margin-right: 0
}

@media screen and (max-width:768px) {
	.bar-tm-search .search-type {
		font-size: 14px
	}

	.bar-tm-search .search-type-item {
		margin-left: 5px
	}

	.bar-tm-search .search-country {
		width: 100px
	}
}

@media screen and (max-width:992px) {
	.flexslider {
		height: 400px
	}
}

@media screen and (max-width:576px) {
	.flexslider {
		height: 250px
	}
	.flexslider .slides li {
    height: 200px;
}
}

.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mt-55 {
	margin-top: 55px
}

.mt-60 {
	margin-top: 60px
}

.mt-65 {
	margin-top: 65px
}

.mt-70 {
	margin-top: 70px
}

.mt-75 {
	margin-top: 75px
}

.mt-80 {
	margin-top: 80px
}

.mt-85 {
	margin-top: 85px
}

.mt-90 {
	margin-top: 90px
}

.mt-95 {
	margin-top: 95px
}

.mt-100 {
	margin-top: 100px
}

.mt-105 {
	margin-top: 105px
}

.mt-110 {
	margin-top: 110px
}

.mt-115 {
	margin-top: 115px
}

.mt-120 {
	margin-top: 120px
}

.mt-125 {
	margin-top: 125px
}

.mt-130 {
	margin-top: 130px
}

.mt-135 {
	margin-top: 135px
}

.mt-140 {
	margin-top: 140px
}

.mt-145 {
	margin-top: 145px
}

.mt-150 {
	margin-top: 150px
}

.mt-155 {
	margin-top: 155px
}

.mt-160 {
	margin-top: 160px
}

.mt-165 {
	margin-top: 165px
}

.mt-170 {
	margin-top: 170px
}

.mt-175 {
	margin-top: 175px
}

.mt-180 {
	margin-top: 180px
}

.mt-185 {
	margin-top: 185px
}

.mt-190 {
	margin-top: 190px
}

.mt-195 {
	margin-top: 195px
}

.mt-200 {
	margin-top: 200px
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-55 {
	margin-bottom: 55px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-65 {
	margin-bottom: 65px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-75 {
	margin-bottom: 75px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-85 {
	margin-bottom: 85px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-95 {
	margin-bottom: 95px
}

.mb-100 {
	margin-bottom: 100px
}

.mb-105 {
	margin-bottom: 105px
}

.mb-110 {
	margin-bottom: 110px
}

.mb-115 {
	margin-bottom: 115px
}

.mb-120 {
	margin-bottom: 120px
}

.mb-125 {
	margin-bottom: 125px
}

.mb-130 {
	margin-bottom: 130px
}

.mb-135 {
	margin-bottom: 135px
}

.mb-140 {
	margin-bottom: 140px
}

.mb-145 {
	margin-bottom: 145px
}

.mb-150 {
	margin-bottom: 150px
}

.mb-155 {
	margin-bottom: 155px
}

.mb-160 {
	margin-bottom: 160px
}

.mb-165 {
	margin-bottom: 165px
}

.mb-170 {
	margin-bottom: 170px
}

.mb-175 {
	margin-bottom: 175px
}

.mb-180 {
	margin-bottom: 180px
}

.mb-185 {
	margin-bottom: 185px
}

.mb-190 {
	margin-bottom: 190px
}

.mb-195 {
	margin-bottom: 195px
}

.mb-200 {
	margin-bottom: 200px
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.ml-35 {
	margin-left: 35px
}

.ml-40 {
	margin-left: 40px
}

.ml-45 {
	margin-left: 45px
}

.ml-50 {
	margin-left: 50px
}

.ml-55 {
	margin-left: 55px
}

.ml-60 {
	margin-left: 60px
}

.ml-65 {
	margin-left: 65px
}

.ml-70 {
	margin-left: 70px
}

.ml-75 {
	margin-left: 75px
}

.ml-80 {
	margin-left: 80px
}

.ml-85 {
	margin-left: 85px
}

.ml-90 {
	margin-left: 90px
}

.ml-95 {
	margin-left: 95px
}

.ml-100 {
	margin-left: 100px
}

.ml-105 {
	margin-left: 105px
}

.ml-110 {
	margin-left: 110px
}

.ml-115 {
	margin-left: 115px
}

.ml-120 {
	margin-left: 120px
}

.ml-125 {
	margin-left: 125px
}

.ml-130 {
	margin-left: 130px
}

.ml-135 {
	margin-left: 135px
}

.ml-140 {
	margin-left: 140px
}

.ml-145 {
	margin-left: 145px
}

.ml-150 {
	margin-left: 150px
}

.ml-155 {
	margin-left: 155px
}

.ml-160 {
	margin-left: 160px
}

.ml-165 {
	margin-left: 165px
}

.ml-170 {
	margin-left: 170px
}

.ml-175 {
	margin-left: 175px
}

.ml-180 {
	margin-left: 180px
}

.ml-185 {
	margin-left: 185px
}

.ml-190 {
	margin-left: 190px
}

.ml-195 {
	margin-left: 195px
}

.ml-200 {
	margin-left: 200px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-25 {
	margin-right: 25px
}

.mr-30 {
	margin-right: 30px
}

.mr-35 {
	margin-right: 35px
}

.mr-40 {
	margin-right: 40px
}

.mr-45 {
	margin-right: 45px
}

.mr-50 {
	margin-right: 50px
}

.mr-55 {
	margin-right: 55px
}

.mr-60 {
	margin-right: 60px
}

.mr-65 {
	margin-right: 65px
}

.mr-70 {
	margin-right: 70px
}

.mr-75 {
	margin-right: 75px
}

.mr-80 {
	margin-right: 80px
}

.mr-85 {
	margin-right: 85px
}

.mr-90 {
	margin-right: 90px
}

.mr-95 {
	margin-right: 95px
}

.mr-100 {
	margin-right: 100px
}

.mr-105 {
	margin-right: 105px
}

.mr-110 {
	margin-right: 110px
}

.mr-115 {
	margin-right: 115px
}

.mr-120 {
	margin-right: 120px
}

.mr-125 {
	margin-right: 125px
}

.mr-130 {
	margin-right: 130px
}

.mr-135 {
	margin-right: 135px
}

.mr-140 {
	margin-right: 140px
}

.mr-145 {
	margin-right: 145px
}

.mr-150 {
	margin-right: 150px
}

.mr-155 {
	margin-right: 155px
}

.mr-160 {
	margin-right: 160px
}

.mr-165 {
	margin-right: 165px
}

.mr-170 {
	margin-right: 170px
}

.mr-175 {
	margin-right: 175px
}

.mr-180 {
	margin-right: 180px
}

.mr-185 {
	margin-right: 185px
}

.mr-190 {
	margin-right: 190px
}

.mr-195 {
	margin-right: 195px
}

.mr-200 {
	margin-right: 200px
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}

.pt-55 {
	padding-top: 55px
}

.pt-60 {
	padding-top: 60px
}

.pt-65 {
	padding-top: 65px
}

.pt-70 {
	padding-top: 70px
}

.pt-75 {
	padding-top: 75px
}

.pt-80 {
	padding-top: 80px
}

.pt-85 {
	padding-top: 85px
}

.pt-90 {
	padding-top: 90px
}

.pt-95 {
	padding-top: 95px
}

.pt-100 {
	padding-top: 100px
}

.pt-105 {
	padding-top: 105px
}

.pt-110 {
	padding-top: 110px
}

.pt-115 {
	padding-top: 115px
}

.pt-120 {
	padding-top: 120px
}

.pt-125 {
	padding-top: 125px
}

.pt-130 {
	padding-top: 130px
}

.pt-135 {
	padding-top: 135px
}

.pt-140 {
	padding-top: 140px
}

.pt-145 {
	padding-top: 145px
}

.pt-150 {
	padding-top: 150px
}

.pt-155 {
	padding-top: 155px
}

.pt-160 {
	padding-top: 160px
}

.pt-165 {
	padding-top: 165px
}

.pt-170 {
	padding-top: 170px
}

.pt-175 {
	padding-top: 175px
}

.pt-180 {
	padding-top: 180px
}

.pt-185 {
	padding-top: 185px
}

.pt-190 {
	padding-top: 190px
}

.pt-195 {
	padding-top: 195px
}

.pt-200 {
	padding-top: 200px
}

.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-65 {
	padding-bottom: 65px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-75 {
	padding-bottom: 75px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-85 {
	padding-bottom: 85px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-95 {
	padding-bottom: 95px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-105 {
	padding-bottom: 105px
}

.pb-110 {
	padding-bottom: 110px
}

.pb-115 {
	padding-bottom: 115px
}

.pb-120 {
	padding-bottom: 120px
}

.pb-125 {
	padding-bottom: 125px
}

.pb-130 {
	padding-bottom: 130px
}

.pb-135 {
	padding-bottom: 135px
}

.pb-140 {
	padding-bottom: 140px
}

.pb-145 {
	padding-bottom: 145px
}

.pb-150 {
	padding-bottom: 150px
}

.pb-155 {
	padding-bottom: 155px
}

.pb-160 {
	padding-bottom: 160px
}

.pb-165 {
	padding-bottom: 165px
}

.pb-170 {
	padding-bottom: 170px
}

.pb-175 {
	padding-bottom: 175px
}

.pb-180 {
	padding-bottom: 180px
}

.pb-185 {
	padding-bottom: 185px
}

.pb-190 {
	padding-bottom: 190px
}

.pb-195 {
	padding-bottom: 195px
}

.pb-200 {
	padding-bottom: 200px
}

.pl-0 {
	padding-left: 0
}

.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-25 {
	padding-left: 25px
}

.pl-30 {
	padding-left: 30px
}

.pl-35 {
	padding-left: 35px
}

.pl-40 {
	padding-left: 40px
}

.pl-45 {
	padding-left: 45px
}

.pl-50 {
	padding-left: 50px
}

.pl-55 {
	padding-left: 55px
}

.pl-60 {
	padding-left: 60px
}

.pl-65 {
	padding-left: 65px
}

.pl-70 {
	padding-left: 70px
}

.pl-75 {
	padding-left: 75px
}

.pl-80 {
	padding-left: 80px
}

.pl-85 {
	padding-left: 85px
}

.pl-90 {
	padding-left: 90px
}

.pl-100 {
	padding-left: 100px
}

.pl-105 {
	padding-left: 105px
}

.pl-110 {
	padding-left: 110px
}

.pl-115 {
	padding-left: 115px
}

.pl-120 {
	padding-left: 120px
}

.pl-125 {
	padding-left: 125px
}

.pr-0 {
	padding-right: 0
}

.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-25 {
	padding-right: 25px
}

.pr-30 {
	padding-right: 30px
}

.pr-35 {
	padding-right: 35px
}

.pr-40 {
	padding-right: 40px
}

.pr-45 {
	padding-right: 45px
}

.pr-50 {
	padding-right: 50px
}

.pr-55 {
	padding-right: 55px
}

.pr-60 {
	padding-right: 60px
}

.pr-65 {
	padding-right: 65px
}

.pr-70 {
	padding-right: 70px
}

.pr-75 {
	padding-right: 75px
}

.pr-80 {
	padding-right: 80px
}

.pr-85 {
	padding-right: 85px
}

.pr-90 {
	padding-right: 90px
}

.pr-95 {
	padding-right: 95px
}

.pr-100 {
	padding-right: 100px
}

.pr-105 {
	padding-right: 105px
}

.pr-110 {
	padding-right: 110px
}

.pr-115 {
	padding-right: 115px
}

.pr-120 {
	padding-right: 120px
}

.pr-125 {
	padding-right: 125px
}

.pr-130 {
	padding-right: 130px
}

@media screen and (min-width:1200px) {
	.row[data-cols="5"] .col-lg-2,.row[data-cols="5"] .col-md-2,.row[data-cols="5"] .col-sm-2,.row[data-cols="5"] .col-xs-2 {
		width: 20%
	}
}

.row[data-cols="5"] .col-xs-2 {
	width: 20%
}

.flex-row {
	display: flex;
	flex-wrap: wrap
}

.flex-row[data-cols="2"]>div {
	width: 50%
}

.flex-row[data-cols="3"]>div {
	width: 33.3%
}

.flex-row[data-cols="4"]>div {
	width: 25%
}

.flex-row[data-cols="5"]>div {
	width: 20%
}

.flex-row[data-cols="6"]>div {
	width: 16.6%
}

.flex-row[data-cols="7"]>div {
	width: 14.2%
}

.flex-row[data-cols="8"]>div {
	width: 12.5%
}

.flex-row[data-cols="9"]>div {
	width: 11.1%
}

.flex-row[data-cols="2"] .flex-item {
	width: 50%
}

.flex-row[data-cols="3"] .flex-item {
	width: 33.3%
}

.flex-row[data-cols="4"] .flex-item {
	width: 25%
}

.flex-row[data-cols="5"] .flex-item {
	width: 20%
}

.flex-row[data-cols="6"] .flex-item {
	width: 16.6%
}

.flex-row[data-cols="7"] .flex-item {
	width: 14.2%
}

.flex-row[data-cols="8"] .flex-item {
	width: 12.5%
}

.flex-row[data-cols="9"] .flex-item {
	width: 11.1%
}

@media screen and (max-width:576px) {
	.flex-row[data-cols="2"]>div {
		width: 100%
	}

	.flex-row[data-cols="3"]>div {
		width: 100%
	}

	.flex-row[data-cols="4"]>div {
		width: 100%
	}

	.flex-row[data-cols="5"]>div {
		width: 100%
	}

	.flex-row[data-cols="6"]>div {
		width: 50%
	}

	.flex-row[data-cols="7"]>div {
		width: 50%
	}

	.flex-row[data-cols="8"]>div {
		width: 50%
	}

	.flex-row[data-cols="9"]>div {
		width: 50%
	}

	.flex-row[data-cols="2"] .flex-item {
		width: 100%
	}

	.flex-row[data-cols="3"] .flex-item {
		width: 100%
	}

	.flex-row[data-cols="4"] .flex-item {
		width: 100%
	}

	.flex-row[data-cols="5"] .flex-item {
		width: 100%
	}

	.flex-row[data-cols="6"] .flex-item {
		width: 50%
	}

	.flex-row[data-cols="7"] .flex-item {
		width: 50%
	}

	.flex-row[data-cols="8"] .flex-item {
		width: 50%
	}

	.flex-row[data-cols="9"] .flex-item {
		width: 50%
	}
}

.table-row {
	display: table;
	width: 100%
}

.table-row .table-item-t {
	display: table-cell;
	vertical-align: top
}

.table-row .table-item-m {
	display: table-cell;
	vertical-align: middle
}

.table-row .table-item-b {
	display: table-cell;
	vertical-align: bottom
}

.table-row .table-item,.table-row>div {
	display: table-cell
}

.table-row[data-cols="2"] .table-item {
	width: 50%
}

.table-row[data-cols="3"] .table-item {
	width: 33.3%
}

.table-row[data-cols="4"] .table-item {
	width: 25%
}

.table-row[data-cols="5"] .table-item {
	width: 20%
}

.table-row[data-cols="6"] .table-item {
	width: 16.6%
}

.table-row[data-cols="7"] .table-item {
	width: 14.2%
}

.table-row[data-cols="8"] .table-item {
	width: 12.5%
}

.table-row[data-cols="9"] .table-item {
	width: 11.1%
}

.table-row[data-cols="2"]>div {
	width: 50%
}

.table-row[data-cols="3"]>div {
	width: 33.3%
}

.table-row[data-cols="4"]>div {
	width: 25%
}

.table-row[data-cols="5"]>div {
	width: 20%
}

.table-row[data-cols="6"]>div {
	width: 16.6%
}

.table-row[data-cols="7"]>div {
	width: 14.2%
}

.table-row[data-cols="8"]>div {
	width: 12.5%
}

.table-row[data-cols="9"]>div {
	width: 11.1%
}

@media screen and (max-width:576px) {
	.table-row[data-cols="2"] .table-item {
		width: 100%
	}

	.table-row[data-cols="3"] .table-item {
		width: 100%
	}

	.table-row[data-cols="4"] .table-item {
		width: 100%
	}

	.table-row[data-cols="5"] .table-item {
		width: 100%
	}

	.table-row[data-cols="6"] .table-item {
		width: 50%
	}

	.table-row[data-cols="7"] .table-item {
		width: 50%
	}

	.table-row[data-cols="8"] .table-item {
		width: 50%
	}

	.table-row[data-cols="9"] .table-item {
		width: 50%
	}

	.table-row[data-cols="2"]>div {
		width: 100%
	}

	.table-row[data-cols="3"]>div {
		width: 100%
	}

	.table-row[data-cols="4"]>div {
		width: 100%
	}

	.table-row[data-cols="5"]>div {
		width: 100%
	}

	.table-row[data-cols="6"]>div {
		width: 50%
	}

	.table-row[data-cols="7"]>div {
		width: 50%
	}

	.table-row[data-cols="8"]>div {
		width: 50%
	}

	.table-row[data-cols="9"]>div {
		width: 50%
	}
}

.w-100 {
	width: 100%
}

.w-90 {
	width: 90%
}

.w-80 {
	width: 80%
}

@media screen and (max-width:1200px) {
	.w-lg-100 {
		width: 100%
	}

	.w-lg-90 {
		width: 90%
	}

	.w-lg-80 {
		width: 80%
	}
}

@media screen and (max-width:992px) {
	.w-md-100 {
		width: 100%
	}

	.w-md-100 {
		width: 100%
	}
}

@media screen and (max-width:768px) {
	.w-sm-100 {
		width: 100%
	}
}

@media screen and (max-width:768px) {
	.row {
		margin-right: -5px;
		margin-left: -5px
	}

	.w-xs-100 {
		width: 100%
	}
}

.m-pro-tit .tit {
	font-size: 48px;
	font-weight: bold;
	line-height: 66px;
	margin-bottom: 20px;
	color: #222222
}

.m-pro-tit .subtit {
	font-size: 22px;
	color: #222222
}

.m-pro-tit .toptit {
	font-size: 36px;
	color: #222222
}

.m-pro-tit p {
	font-size: 18px;
	line-height: 36px;
	color: #222222
}

.m-pro-tit-w h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 66px;
	margin-bottom: 20px;
	color: #fff
}

.m-pro-tit-w h5 {
	font-size: 22px;
	color: #fff
}

.m-pro-tit-w .subtit {
	font-size: 22px;
	color: #fff
}

.m-pro-tit-w .toptit {
	font-size: 36px;
	color: #fff
}

.m-pro-tit-w p {
	font-size: 18px;
	line-height: 36px;
	color: #fff
}

@media screen and (max-width:1200px) {
	.m-pro-tit .tit {
		font-size: 42px;
		line-height: 60px;
		margin-bottom: 10px
	}

	.m-pro-tit .toptit {
		font-size: 30px
	}

	.m-pro-tit-w h2 {
		font-size: 42px;
		line-height: 60px;
		margin-bottom: 10px
	}

	.m-pro-tit-w .toptit {
		font-size: 30px
	}
}

@media screen and (max-width:768px) {
	.m-pro-tit .tit {
		font-size: 36px;
		line-height: 48px
	}

	.m-pro-tit .toptit {
		font-size: 24px
	}

	.m-pro-tit-w h2 {
		font-size: 36px;
		line-height: 48px
	}

	.m-pro-tit-w .toptit {
		font-size: 24px
	}
}

@media screen and (max-width:576px) {
	.m-pro-tit .tit {
		font-size: 26px;
		line-height: 48px
	}

	.m-pro-tit .toptit {
		font-size: 20px
	}

	.m-pro-tit-w h2 {
		font-size: 26px;
		line-height: 48px
	}

	.m-pro-tit-w .toptit {
		font-size: 20px
	}
}

.c-wrapper {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	max-width: 1160px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px
}

.c-vert-m {
	vertical-align: middle
}

.c-text {
	font-size: 16px;
	line-height: 36px;
	color: #222222
}

.c-text14-h {
	font-size: 14px;
	line-height: 36px;
	color: #f58900
}

.c-text14 {
	font-size: 14px;
	line-height: 36px;
	color: #222222
}

.c-text-w {
	font-size: 16px;
	line-height: 36px;
	color: #fff
}

.c-text-18w {
	font-size: 18px;
	line-height: 36px;
	color: #fff
}

.c-text-18light {
	font-size: 18px;
	line-height: 36px;
	color: #738ba5
}

.c-text-16light {
	font-size: 16px;
	line-height: 32px;
	color: #738ba5
}

.c-text-14light {
	font-size: 14px;
	line-height: 28px;
	color: #738ba5
}

.c-input-search {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 10px 3px;
	font-size: 14px;
	color: #738ba5;
	border: 1px solid #f58900
}

.c-input-search input {
	width: 100%;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #738ba5;
	border: none;
	box-shadow: 0 0 0 transparent
}

.c-input-search input:focus {
	border: none;
	box-shadow: 0 1px 1px transparent !important
}

.c-pro-tit {
	font-size: 42px;
	font-weight: bold;
	line-height: 66px;
	color: #333333
}

.c-pro-tit-w {
	font-size: 48px;
	font-weight: bold;
	line-height: 66px;
	color: #fff
}

.c-pro-tit-md {
	font-size: 36px;
	line-height: 66px;
	color: #222222
}

.c-pro-tit-md-w {
	font-size: 36px;
	line-height: 66px;
	color: #fff
}

.c-pro-subtit {
	font-size: 22px;
	color: #222222
}

.c-pro-text {
	font-size: 18px;
	line-height: 36px;
	color: #222222
}

.c-pro-text-w {
	font-size: 18px;
	line-height: 36px;
	color: #fff
}

.c-pro-subtext {
	font-size: 16px;
	line-height: 32px;
	color: #222222
}

.c-pro-subtext-w {
	font-size: 16px;
	line-height: 32px;
	color: #fff
}

.c-section-tit {
	font-size: 24px;
	font-weight: bold;
	color: #222222
}

.c-section-subtit {
	font-size: 24px;
	color: #222222
}

.c-section-subtit-w {
	font-size: 24px;
	color: #fff
}

.c-section-text {
	font-size: 16px;
	line-height: 30px;
	color: #222222;
}
.c-section-text-abt {
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	min-height:156px;
}

.c-section-text-w {
	font-size: 16px;
	line-height: 30px;
	color: #fff
}

@media screen and (max-width:1200px) {
	.c-pro-tit {
		font-size: 42px;
		font-weight: bold;
		line-height: 60px;
		color: #222222
	}

	.c-pro-tit-w {
		font-size: 42px;
		font-weight: bold;
		line-height: 60px;
		color: #fff
	}

	.c-pro-tit-md {
		font-size: 30px;
		line-height: 48px;
		color: #222222
	}

	.c-pro-tit-md-w {
		font-size: 30px;
		line-height: 48px;
		color: #fff
	}

	.c-pro-subtit {
		font-size: 20px;
		color: #222222
	}
}

@media screen and (max-width:768px) {
	.swiper-button-next,.swiper-button-prev {
		display: none
	}
	


	.c-pro-tit {
		font-size: 30px;
		font-weight: bold;
		line-height: 60px;
		color: #222222
	}

	.c-pro-tit-w {
		font-size: 30px;
		font-weight: bold;
		line-height: 60px;
		color: #fff
	}

	.c-pro-tit-md {
		font-size: 20px;
		line-height: 40px;
		color: #222222
	}

	.c-pro-tit-md-w {
		font-size: 20px;
		line-height: 40px;
		color: #fff
	}

	.c-pro-subtit {
		font-size: 16px;
		color: #222222
	}

	.c-section-tit {
		font-size: 18px;
		font-weight: bold;
		color: #222222
	}

	.c-section-subtit {
		font-size: 18px;
		color: #222222
	}

	.c-section-subtit-w {
		font-size: 18px;
		color: #fff
	}

	.c-section-text {
		font-size: 14px;
		line-height: 30px;
		color: #222222
	}

	.c-section-text-w {
		font-size: 14px;
		line-height: 30px;
		color: #fff
	}
}

.c-paging .current {
	color: #fff;
	background-color: #f58900
}

.c-paging a {
	background: #fff;
	border: 1px solid #bfc9d4;
	height: 30px;
	line-height: 30px;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	margin-right: 5px;
	padding: 0
}

.c-paging a:hover {
	color: #f58900;
	background: #e2edff
}

@media screen and (min-width:1600px) {
	.c-paging a {
		height: 40px;
		line-height: 40px;
		width: 40px
	}
}

.c-sec1-flow {
	position: relative
}



.sbzr_item {
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    padding: 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: #fff;
    z-index: 5;
    border-radius: 5px;
}

.sbzr_item_relation {
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    padding: 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: #fff;
    z-index: 5;
    border-radius: 5px;
}

.sbzr_item .icon {
	font-size: 50px;
	color: #f58900;
	padding-bottom: 35px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}


.sbzr_item .link {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #f58900;
	color: #fff;
	font-size: 14px;
	right: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.sbzr_list_h5 {
	font-size:14px;
	min-height:30px;
}
.sbzr_item:hover {
	cursor: pointer;
	/* background: url(../image/b001001_55.png) no-repeat; */
	background-size: 100% 100%;
	box-shadow: 3px 4px 7px #693f0a;
	color:#f58900;
}

.sbzr_item_relation:hover {
	cursor: pointer;
	/* background: url(../image/b001001_55.png) no-repeat; */
	background-size: 100% 100%;
	box-shadow: 3px 4px 7px #693f0a;
	color:#f58900;
}

.sbzr_item:hover .sbzr_list_h2{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	color:#f58900;
}
.sbzr_item_relation:hover .sbzr_show_h2{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	color:#f58900;
}
.sbzr_list_h2 {
	position: relative;
    top: -72px;
    /* margin-inline-start: 30px; */
    /* margin-inline-end: 50px; */
    font-size: 30px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	color:#222;
	font-weight:700;
	/* min-height: 70px; */
}
.sbzr_show_h2 {
    position: relative;
    top: -45px;
    /* margin-inline-start: 30px; */
    /* margin-inline-end: 50px; */
    font-size: 22px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #222;
    font-weight: 700;
}


.c-sec1-flow-item {
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	padding: 20px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background-color: #fff;
	z-index: 5;
	border-radius: 5px;
}
.sbzc_list_img {
	width:100%;
}


.c-sec1-flow-item .icon {
	font-size: 50px;
	color: #f58900;
	padding-bottom: 35px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}


.c-sec1-flow-item .link {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #f58900;
	color: #fff;
	font-size: 14px;
	right: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.c-sec1-flow-item:hover {
	cursor: pointer;
	background: url(../image/b001001_55.png) no-repeat;
	background-size: 100% 100%;
	box-shadow: 3px 4px 7px #693f0a;
}


.c-sec1-flow-item:hover .c-section-tit,.c-sec1-flow-item:hover .c-section-text,.c-sec1-flow-item:hover .c-section-text-abt,.c-sec1-flow-item:hover .icon {
	color: #fff
}

.c-sec1-flow-item:hover .link {
	background-color: #fff;
	color: #f58900
}

.c-sec1-flow .c-sec1-flow-item .icon {
	padding-bottom: 40px
}

.c-sec1-flow .c-sec1-flow-item:hover .flow-icon-h {
	display: inline-block
}

.c-sec1-flow .c-sec1-flow-item:hover .flow-icon {
	display: none
}

.c-sec1-flow .flow-icon {
	padding-bottom: 20px;
	/* width:100%; */
}

.c-sec1-flow .flow-icon-h {
	display: none;
	padding-bottom: 20px;
	/* width:100%; */
}

.c-sec1-flow .flow-icon-abt {
	padding-bottom: 20px;
	width:100%;
}

.c-sec1-flow .flow-icon-h-abt {
	display: none;
	padding-bottom: 20px;
	width:100%; 
}

.c-sec1-serv p {
	font-size: 16px;
	line-height: 32px;
	color: #222222;
	margin: 30px 0
}

.c-sec1-serv-bg {
	overflow: hidden
}

.c-sec1-serv-bg img {
	width: 100%;
	scale: 1;
	transition: all .5s
}

.c-sec1-serv .title {
	font-size: 24px;
	color: #222222;
	font-weight: bold;
	height: 100px;
	padding-top: 45px;
	border-bottom: 2px #e3eeff solid;
	padding-bottom: 25px;
	position: relative;
	transition: all .5s
}

.c-sec1-serv .title::after {
	position: absolute;
	content: '';
	width: 80px;
	height: 3px;
	background: #f58900;
	left: 0;
	bottom: -3px
}

.c-sec1-serv>div:hover {
	cursor: pointer
}

.c-sec1-serv>div:hover img {
	scale: 1.05;
	transition: all .5s
}

.c-sec1-serv>div:hover .title {
	padding-top: 35px;
	padding-bottom: 35px;
	transition: all .5s
}

.c-sec1-tab-tit .ul {
	border-bottom: 1px solid #373c48;
	font-size: 0
}

.c-sec1-tab-tit .tit-item {
	width: 20%;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #738ba5;
	text-align: center;
	cursor: pointer;
	padding: 0 15px;
	vertical-align: bottom
}

.c-sec1-tab-tit .tit-item.active p::after {
	width: 100%
}

.c-sec1-tab-tit .act-title {
	display: inline-block;
	position: relative;
	padding: 19px 0
}

.c-sec1-tab-tit .act-title p {
	line-height: 26px;
	max-height: 52px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.c-sec1-tab-tit .act-title p::after {
	background: #f58900;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	width: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width .25s ease;
	transition: width .3s ease;
	z-index: 10
}

.c-sec1-tab-tit[data-cols="5"] .tit-item {
	width: 20%
}

.c-sec1-tab-content .content-item {
	display: none;
	padding-top: 20px;
	height: 400px
}

.c-sec1-tab-content .content-item.show {
	display: block
}

.c-sec1-tab-content .content-system {
	width: 500px;
	color: #fff;
	padding-top: 20px
}

.c-sec1-tab-content .content-system p {
	font-size: 16px;
	min-height: 50px
}

.c-sec1-tab-content .content-system .title {
	margin-bottom: 30px;
	font-size: 24px
}

.c-sec1-tab-content .content-system .view {
	margin: 50px 0 60px
}

.c-sec1-tab-content .content-system .view li {
	color: #738ba5;
	font-size: 16px;
	display: inline-block;
	margin-right: 30px
}

.c-sec1-tab-content .content-system .view li img {
	margin-right: 5px
}

.c-sec1-news {
	border: 1px solid #f5890073;
	    box-shadow: 2px 3px 4px #ccc;
}
.c-sec1-news:hover {
	
	box-shadow: 3px 4px 7px #ccc;
	
}
.c-sec1-news:hover .home_news_imgbox img {
	
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
	
}
.c-sec1-news:hover .c-sec1-news-tit .tit-nav ,.c-sec1-news:hover .c-sec1-news-tit .tit-more{
	
	color:#ffffff;
	
}



.c-sec1-news:hover .c-sec1-news-tit {
	background-color: #f58900;
	transition: all .5s;
	
}

.c-sec1-news-tit {
	position: relative;
    border-bottom: 1px solid #f5890073;
    background-color: #f589001f;
    padding-left: 35px;
    transition: background-color .5s;
}

.c-sec1-news-tit .tit-nav {
	cursor: pointer;
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #222222;
	margin-right: 20px
}

.c-sec1-news-tit .tit-nav::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
	border-bottom: 3px solid #f58900;
	-webkit-transition: .2s;
	transition: .2s
}

.c-sec1-news-tit .tit-nav.active::after {
	width: 100%
}

.c-sec1-news-tit .tit-more {
    display: inline-block;
    float: right;
    font-weight: 200;
    padding-right: 10px;
    color: #444;
    /* width: 50px; */
    /* height: 50px; */
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

.c-sec1-news-content .table-info {
	display: none
}

.c-sec1-news-content .table-info.open {
	display: block
}

.c-sec1-news-list {
	padding: 10px 15px
}

.c-sec1-news-list li {
	color: #222;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.c-sec1-news-list li::before {
	content: '';
	position: relative;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 6px;
	margin-right: 8px;
	background-color: #f58900
}

.c-sec1-news-list .news-time {
	font-size: 14px;
	color: #f58900;
	line-height: 36px
}

.c-sec1-news-list .news-tit {
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	line-height: 36px
}

.c-sec1-news-list .news-txt {
	font-size: 16px;
	word-break: break-all;
	color: #738ba5;
	line-height: 30px;
	text-overflow: ellipsis;
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.c-sec1-news-list .news-arrow {
	color: #f58900;
	font-size: 20px
}

@media screen and (max-width:768px) {
	.c-sec1-news-list {
		padding: 10px 10px
	}

	.c-sec1-news-tit {
		padding-left: 15px
	}

	.c-sec1-news-tit .tit-nav {
		margin-right: 10px
	}
}

.c-sec1-cust-tit {
	padding: 30px 0
}

.c-sec1-cust-tit .tit-nav {
	cursor: pointer;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	margin-right: 40px
}

.c-sec1-cust-tit .tit-nav.active {
	color: #f58900
}

.c-sec1-cust-content .cust-item {
	display: none
}

.c-sec1-cust-content .cust-item.show {
	display: block
}

@media screen and (max-width:768px) {
	.c-sec1-cust-tit .tit-nav {
		margin-right: 8px
	}
		.sbzr_list_h2 {
	position: relative;
    top: -72px;
    /* margin-inline-start: 30px; */
    /* margin-inline-end: 50px; */
    font-size: 20px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	color:#222;
	font-weight:700;
	/* min-height: 70px; */
}
}

.c-sec1-merit .merit-title {
	padding-right: 20px
}

.c-sec1-merit .merit-data {
	text-align: center
}

.c-sec1-merit .merit-data>div {
	display: inline-block;
	text-align: left
}

.c-sec1-merit .merit-count {
	font-size: 55px;
	font-weight: 500;
	color: #f58900;
	font-family: "Gilroy-Bold";
	line-height: 33px
}

.c-sec1-merit .merit-count sub {
	font-size: 24px
}

@media screen and (max-width:768px) {
	.c-sec1-merit .merit-data {
		text-align: left
	}
}

.c-sec1-expert {
	background: url(../image/index-expert.jpg) center no-repeat;
	background-size: 100% 100%;
	padding: 40px 0
}

.c-sec1-expert-subtit {
	color: #fff;
	font-size: 36px;
	margin-top: 10px
}

.c-sec1-expert-btn {
	background-color: #fff;
	color: #f58900;
	font-size: 16px;
	padding: 0 30px;
	font-weight: bold;
	height: 64px;
	line-height: 64px
}

.c-sec1-expert-btn a {
	display: inline-block
}

.c-sec1-expert-btn a:hover {
	color: #fff;
	font-weight: normal
}

.c-sec1-expert-btn:hover {
	background-color: #f58900;
	color: #fff
}

.c-sec1-team .team-item {
	position: relative;
	 margin-bottom: 20px 
}

.c-sec1-team .team-item img {
	width: 100%;
	    border-radius: 5px;
}

.c-sec1-team .team-item:hover {
	cursor: pointer
}

.c-sec1-team .team-item:hover .team-info {
	transition: all .5s;
	text-align: left;
	height: 240px;
	border-radius: 5px;
	z-index: 999;
}

.c-sec1-team .team-item:hover .team-info p {
	opacity: 1;
	transition: all 2s
}

.c-sec1-team .team-item:hover .team-info img {
	opacity: 1;
	transition: all 2s
}

.c-sec1-team .team-info {
	position: absolute;
	text-align: center;
	bottom: 0;
	color: #fff;
	background: rgba(50,50,50,0.2);
	width: 100%;
	height: 60px;
	padding: 20px 10px;
	transition: all .5s
}

.c-sec1-team .team-info p {
	opacity: 0;
	transition: all 1s
}
.c-sec1-team .team-info img {
	opacity: 0;
	transition: all 1s
}

.c-sec1-team .team-name {
	font-size: 18px;
	font-weight: bold
}

@media screen and (max-width:1200px) {
	.c-sec1-team img {
		width: 100%
	}
}

.c-sec1-help {
	background: url(../image/help-bar-bg.png);
	height: 120px;
	line-height: 120px
}

.c-sec1-help .help-txt {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 3px 2px rgba(63,77,163,0.67)
}

.c-sec1-help .help-phone {
	font-size: 24px;
	font-weight: bold;
	color: #f58900;
	text-align: center;
	background: url(../image/help-bar-txt-bg.png) no-repeat center
}

.c-sec1-help .help-onilne {
	text-align: right;
	padding-left: 10px
}

.c-sec1-help .help-btn {
	background-color: #ff4f60;
	border-color: #ff4f60;
	height: 42px;
	line-height: 42px;
	color: #fff;
	border-radius: 42px;
	font-size: 18px;
	box-shadow: 0 3px 10px #bb5862
}
.hzqy-img-box {
	padding: 15px;
    overflow: hidden;
}
.hzqy-img-box img {
	width:100%;
	-webkit-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
	border: 1px solid #ccc;
    padding: 5px;
}
.hzqy-img-box img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.show_sbzc_left {
	
}

@media(max-width:768px){
	.hzqy-img-box {
		padding: 5px;
		overflow: hidden;
	}
	.show_sbzc_left {
		display:none;
	}
}

.cert-item {
	margin: 15px 0;
	padding: 0 8px;
}
.cert-item img {
	border:1px solid #ccc;
	width:100%;
}
.home_news_imgbox img {
	width:100%;
	-webkit-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
}
.sidebar_icon {
	width: 25px;
    height: 25px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.sidebar_icon i{
    font-size: 32px;
    position: absolute;
    top: -12px;
    left: -4px;
    color: #f58900;
}

/*商标注册流程*/
.liucheng_item {
	border: 1px solid #f58900;
    padding: 10px;
    min-height: 200px;
	margin:5px;
	text-align:center;
	
}

.liucheng_item h4{
	font-size: 16px;
    color: #f58900;
    font-weight: 600;
	
}
.liucheng_icon {
	
}
.liucheng_icon i{
	color:#f58900;
	font-size:48px;
}
.liucheng_xiangxi {
	
	padding:5px;
	margin-top:10px;
	text-align:left;
}
.liucheng_xiangxi_zl {
	
	padding:5px;
	margin-top:10px;
	text-align:left;
	min-height:130px;
}
.liucheng_xiangxi p{
	
	/* text-indent:2em; */
}



/*商标转让流程*/
.zr_liucheng_item {
	border: 1px solid #ccc;
    padding: 8px;
    min-height: 230px;
	margin:5px;
	text-align:center;
	
}
.zr_liucheng_item h4{
	font-size: 16px;
    color: #f58900;
    font-weight: 600;
	margin-top:5px;
	
}
.zr_liucheng_item:hover{
	background-color:#f58900;
	
}
.zr_liucheng_item:hover .zr_liucheng_h4 {
	font-size: 16px;
    color: #ffffff;
    font-weight: 600;
	margin-top:5px;
	
}
.zr_liucheng_item:hover .zr_liucheng_icon i{
	color: #ffffff;
    font-size: 48px;
    display: inline-block;
    margin-top: 15px;
	
}
.zr_liucheng_item:hover .zr_liucheng_xiangxi p{
	color: #ffffff;
	
}

.zr_liucheng_icon {
	
}
.zr_liucheng_icon i{
	color: #f58900;
    font-size: 48px;
    display: inline-block;
    margin-top: 15px;
}
.zr_liucheng_xiangxi {
	
	padding:5px;
	margin-top:10px;
	text-align:left;
}
.zr_liucheng_xiangxi p{
	
	/* text-indent:2em; */
}

/*商标转让材料*/
.zr_cailiao_item {
    border: 1px solid #ccc;
    padding: 15px;
	margin: 15px 0;
	-webkit-transition: transform .1s ease-in;
    transition: transform .1s ease-in;
	
}
.zr_cailiao_item:hover {
    box-shadow:3px 4px 5px #ccc;
	-webkit-transform: scale(1.01);
    transform: scale(1.01);
	
}
.zr_cailiao_h4 {
    text-align: center;
    font-size: 18px;
    color: #f58900;
    margin-bottom: 10px;
    font-weight: 800;
	
}
.zr_cailiao_xiangxi {
    /* text-indent:2em; */
	
}

   



.ziliao_item {
	padding: 15px;
    border: 1px solid #f58900;
    min-height: 240px;
    margin: 20px 0;
}

.ziliao_item h4{
	position: absolute;
    top: 10px;
    color: #f58900;
    left: 30%;
    font-size: 18px;
    padding: 0 10px;
    font-weight: 600;
    background: #fff;
}
.ziliao_item h4 i{
	margin-right:10px;
}
.ziliao_xiangxi {
	padding: 25px;
    text-align: left;
    background-color: #fef2e4;
    min-height: 188px;
	margin: 10px;
}
.ziliao_xiangxi p{
    text-indent:2em;
}
.ziliao_xiangxi p:first-child {
    margin-bottom: 10px;
}
.youshi_item {
	padding: 15px;
    border: 1px solid #f58900;
	    /* min-height: 200px; */
}


.youshi_item h4{
	position: absolute;
    top: -10px;
    color: #f58900;
    left: 29%;
    font-size: 18px;
    padding: 0 10px;
    font-weight: 600;
    background: #fff;
}
.youshi_item h4 i{
	margin-right:10px;
}
.youshi_xiangxi {
	padding: 25px;
    text-align: left;
    background-color: #fef2e4;
    min-height: 170px;
	margin: 10px;
}
.youshi_xiangxi p{
   text-indent:2em;
   line-height:32px;
}
.youshi_xiangxi p img{
    width:100%;
}
.youshi_xiangxi p:first-child {
    margin-bottom: 10px;
	text-indent:2em;
}
.youshi_xiangxi p:last-child {
    text-indent:0;
	margin-top:20px;
}
.youshi_jingyan img {
	width:100%;
}
.youshi_jingyan_txt {
	padding: 20px;
    background-color: #feefdb;
    font-size: 14px;
    line-height: 32px;
}
.ys8 {
	background-color: #f58900;
    border-radius: 2px;
    /* box-shadow: 3px 4px 5px #222; */
    margin-bottom: 15px;
    padding: 8px 20px;
}
.xgcp_a {
	padding: 20px 0;
	text-align:center;
}

.xgcp_a img{
	width:100%;
	border-radius:5px;
}

.sbzr_show_box {
    border: 1px solid #ccc;
    padding: 20px;
    line-height: 28px;
    /* box-shadow: 0px 0px 10px 2px #aaa inset; */
    /* border-radius: 5px; */
    margin-bottom: 25px;
	position:relative;
}


.sbzr_show_img_box {
	    border: 1px solid #ccc;
		position:relative;
		margin-bottom: 25px;
}

.sbzr_relation_box {
    border: 1px solid #ccc;
    padding: 20px;
    line-height: 28px;
    /* box-shadow: 0px 0px 10px 2px #aaa inset; */
    /* border-radius: 5px; */
    margin-bottom: 25px;
    position: relative;
}
.zr_relation_img {
	border:1px solid #ccc;
}

.h3_4 {
	position: relative;
    top: -34px;
    font-size: 24px;
    text-align: center;
    background: #fff;
    padding: 0 10px;
    margin-inline-start: 320px;
	margin-inline-end: 320px;
    font-weight: 800;
   
}
.h3_6 {
	position: relative;
    top: -34px;
    font-size: 24px;
    text-align: center;
    background: #fff;
    padding: 0 10px;
    margin-inline-start: 300px;
	margin-inline-end: 300px;
    font-weight: 800;
   
}
.h3_6_img {
	position: relative;
    top: -15px;
    font-size: 24px;
    text-align: center;
    background: #fff;
    padding: 0 10px;
    margin-inline-start: 300px;
	margin-inline-end: 300px;
    font-weight: 800;
   
}
.h3_8 {
	position: relative;
    top: -34px;
    font-size: 24px;
    text-align: center;
    background: #fff;
    padding: 0 10px;
    margin-inline-start: 280px;
	margin-inline-end: 280px;
    font-weight: 800;
   
}

.abt_content p{
	text-align: left;
    font-size: 16px;
    line-height: 30px;
}

	@media (max-width:768px){
		.h3_4 {
			position: relative;
			top: -34px;
			font-size: 24px;
			text-align: center;
			background: #fff;
			padding: 0 10px;
			margin-inline-start: 80px;
			margin-inline-end: 80px;
			font-weight: 800;
		}
		.h3_6 {
			position: relative;
			top: -34px;
			font-size: 24px;
			text-align: center;
			background: #fff;
			padding: 0 10px;
			margin-inline-start: 55px;
			margin-inline-end: 55px;
			font-weight: 800;
		}
		.h3_6_img {
			position: relative;
			top: -15px;
			font-size: 24px;
			text-align: center;
			background: #fff;
			padding: 0 10px;
			margin-inline-start: 55px;
			margin-inline-end: 55px;
			font-weight: 800;
		}
		.h3_8 {
			position: relative;
			top: -34px;
			font-size: 24px;
			text-align: center;
			background: #fff;
			padding: 0 10px;
			margin-inline-start: 35px;
			margin-inline-end: 35px;
			font-weight: 800;
		}
		
		.xgcp_a {
			text-align: center;
			float: left;
			width: 47%;
			margin: 5px!important;
			padding: 5px;
			padding-top:0px!important;
		}
		.nav_zl li {
			margin: 5px 2px;
			width: 160px;
			float: left;
		}
		.nav_zl>li>a {
			border-radius: 4px;
			font-size: 14px;
			box-shadow: 2px 3px 5px #888888;
			font-weight: 800;
			padding: 5px;
		}
		
	}



.sbzl_img_a {
	width: 100%;
    border: 1px dashed #f58900;
    margin: 5px 0;
    padding: 5px;
}
.sbzl_img_b {
	width: 100%;
	margin: 5px 0;
    position: relative;
    padding: 5px;
    bottom: -25px;
	-webkit-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
}
.sbzl_img_b:hover {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg);
}


	.col-xs-1-5,
	.col-sm-1-5,
	.col-md-1-5,
	.col-lg-1-5{
				position: relative;
				min-height: 1px;
	}

	.col-xs-1-5{
				width:20%;
				float:left;
	}

	@media (max-width:768px){
					.col-sm-1-5{
								width: 50%;
								float: left;
					}
	}

	@media (min-width:992px){
					.col-md-1-5{
								width: 20%;
								float: left;
					}
	}

	@media (min-width:1200px){
					.col-lg-1-5{
								width: 20%;
								float:left;
					}
	}

	.col-xs-1-8,
	.col-sm-1-8,
	.col-md-1-8,
	.col-lg-1-8{
				position: relative;
				min-height: 1px;
	}

	.col-xs-1-8{
				width:12.5%;
				float:left;
	}

	@media (min-width:768px){
					.col-sm-1-8{
								width: 12.5%;
								float: left;
					}
	}

	@media (min-width:992px){
					.col-md-1-8{
								width: 12.5%;
								float: left;
					}
	}

	@media (min-width:1200px){
					.col-lg-1-8{
								width: 12.5%;
								float:left;
					}
	}
	
	
.province {
	font-weight:800;
	padding: 15px 10px;
	min-width:62px;
	float:left;
}

.hot_city {
	    padding: 15px 10px;
		float:left;
}
	

.footer-qrcode-box {
	width:360px;
	height:200px;
}
.footer-qrcode-item {
	width:50%;
	float:left;
}
.page{ width:100%; padding:10px 0; text-align:center; overflow:hidden;margin-top:30px} 
.page a{ padding:6px 10px; background:#fff; border:solid 1px #dedede; margin:5px; color:#666;display:inline-block;}
.page span{ color:#999;padding:6px; margin:0 5px; }
.page a:hover{ border:#f58900 solid 1px; text-decoration:none;}

.newsbg {
	position:relative;
}

.newsbg::after {
  content: "";
  background: url('/statics/default/images/news_bg.png') bottom center no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}