@font-face {
    font-family: 'ITCAvantGardeStd';
    src: url('../fonts/ITCAvantGardeStd-Demi.eot');
    src: url('../fonts/ITCAvantGardeStd-Demi.eot') format('embedded-opentype'),
         url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'),
         url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'),
         url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype'),
         url('../fonts/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd') format('svg');
}

html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
}
body{
	font-family:  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #0086d2;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 20px 0;
}
@media (min-width: 768px) {
	body > section {
  		padding: 40px 0;
	}
}
.container{
	width: 100%;
	max-width: 1600px;
}
/******************
 * 一键置顶
 *****************/
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #ee1c24;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.7;
}

/******************
 * 顶栏
 *****************/
.lang-bar{
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.lang-bar a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #4d4d4d;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0 5px;
}
.lang-bar a.en{
	background-image: url(../images/en.png);
}
.lang-bar a.cn{
	background-image: url(../images/cn.png);
}
@media (min-width:992px) {
	.lang-bar{
		text-align: right;
		margin-bottom: 0px;
	}
}
/******************
 * 导航   *
 *****************/
.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.navbar-nav{
	margin-top: 0px;
	margin-bottom: 0px;
}
/* first level menu */
.navbar.navbar-default {
	margin: 5px 0px;
	border: none;
	background-color: transparent;
}
.navbar.navbar-default .navbar-nav{
	background-color: #fafafa;
}
/* first level menu items */
.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	font-size: 12px;
	color: #4f4f4f;
	z-index: 102;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #d89a37;
	background-color: transparent;
}
/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #d89a37;
	background-color: transparent;
}
/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #33CC33;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}
/* second level menu */
.dropdown-menu {
	width: 100%;
	min-width: 180px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: rgba(250,250,250,0.9);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	z-index: 101;
}
/* second level menu items */
.dropdown-menu > li > a {
	padding: 8px 20px;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	color: #d89a37;
}
/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	margin-left: 1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}
/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}
/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border: none;
}
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #f08200;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #f08200;
}
.main-navigation .navbar-brand{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.main-navigation .navbar-brand img{
	height: 20px;
}
/**** animations **/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.main-navigation .head-right{
		float: right;
		margin-top: 15px;
	}
	.main-navigation .head-right .pc-flg{
		text-align: center;
	}
	.main-navigation .head-right .pc-flg span{
		display: inline-block;
		padding-left: 40px;
		text-align: center;
		background-image: url(../images/sd_08.png);
		background-repeat: no-repeat;
		background-position: 0 50%;
		text-transform: uppercase;
	}
	.main-navigation .head-right .pc-flg a{
		display: inline-block;
		height: 30px;
		line-height: 30px;
		color: #222222;
		font-size: 16px;
		margin: 0 10px;
	}
	.main-navigation .head-right .pc-flg a:hover{
		color: #185B9F;
	}
	.main-navigation .head-right .pc-top-words{
		margin-top: 10px;
		text-align: center;
	}
	.main-navigation .head-right .pc-top-words ul li{
		display: inline-block;
		*display: inline;
		zoom: 1;
		line-height: 1;
	}
	.main-navigation .head-right .pc-top-words ul li span{
		font-size: 30px;
	}
	.main-navigation .head-right .pc-top-words ul li a{
		display: inline-block;
		margin: 0 6px;
	}
	.main-navigation .pc-form-top{
		float: right;
		margin-top: 6px;
		position: relative;
	}
	.main-navigation .pc-form-top input{
		display: inline-block;
		float: left;
		border: none;
		height: 46px;
		line-height: 46px;
		padding: 0 10px 0 15px;
		width: 380px;
		color: #999;
		font-size: 16px;
		background-color: #464646;
		border-radius: 23px;
		-webkit-border-radius: 23px;
		-moz-border-radius: 23px;
	}
	.main-navigation .pc-form-top button{
		background-color: #0086d2;
		display: block;
		border: none;
		width: 36px;
		height: 36px;
		line-height: 36px;
		padding: 0;
		color: #fff;
		position: absolute;
		top: 5px;
		right: 5px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
	}
	.main-navigation .pc-form-top button span{
		font-size: 30px;
		line-height: 36px;
		display: inline-block;
		cursor: pointer;
	}
	.navbar.navbar-default{
		/*background-color: transparent;
		border-color: transparent;*/
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		float: none;
	}
	/*.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}*/
	/*.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}*/
	/*.main-navigation .navbar-nav {
		float: right;
	}*/
	.navbar-default .navbar-nav > li{
		float: none;
		display: block;
	}

	/*.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}*/
	/*.navbar-default .navbar-nav > li > a{
		line-height: 40px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #33cc33;
	}*/
	.main-navigation .navbar-header{
		float: none !important;
	}
	/*.main-navigation .navbar-header .logo{
		float: left;
	}*/
	/*.main-navigation .navbar-brand{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		height: 80px;
	}*/
	/*.main-navigation .navbar-brand img{
		height: 50px;
	}*/
	.main-navigation .navbar-toggle{
		display: block;
	}
	.navbar-collapse.collapse{
		display: none !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.collapse.in{
		display: block !important;
	}

	.main-navigation .head-tel-mail{
		float: right;
		margin-top: 15px;
		margin-right: 50px;
	}
	.main-navigation .head-tel-mail .nowel{
		color: #999;
		font-size: 16px;
		line-height: 24px;
		padding-left: 35px;
	}
	.main-navigation .head-tel-mail .notel{
		height: auto;
		overflow: hidden;
	}
	.main-navigation .head-tel-mail .notel ul li{
		line-height: 28px;
		font-size: 18px;
    padding-left: 35px;
		background-repeat: no-repeat;
		background-position: 0 50%;
	}
	.main-navigation .head-tel-mail .notel ul li a{

	}
	.main-navigation .head-tel-mail .notel ul li.tel{
		background-image: url(../images/sd_11.png);
	}
	.main-navigation .head-tel-mail .notel ul li.mail{
		background-image: url(../images/sd_16.png);
	}

}
/* Medium desktop devices */
@media (min-width:992px) {
	.nav-bgcolor{
		background-color: #333333;
	}
	.main-navigation .navbar-toggle{
		display: none;
	}
	.navbar-collapse.collapse{
		display: block !important;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent;
		float: left;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}
	.main-navigation .navbar-nav {
		float: right;
	}
	.navbar-default .navbar-nav > li{
		width: auto;
		float: left;
		text-align: center;
		margin-right: 40px;
	}
	.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}
	.navbar-default .navbar-nav > li > a{
		line-height: 40px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-left: 0px;
		margin-right: 0px;
		border-bottom: none;
		color: #FFFFFF;
		border-bottom: 2px solid transparent;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #FFFFFF;
		border-bottom-color: #fff;
	}
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-header .logo{
		float: left;
	}
	.main-navigation .navbar-brand{
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 15px;
		height: 110px;
	}
	.main-navigation .navbar-brand img{
		height: 60px;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #FFFFFF;
		border-bottom-color: #fff;
	}
	/* first level active menu items when opened */
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		color: #FFFFFF;
		border-bottom-color: #fff;
	}
	.main-navigation .pc-form-top input{
		width: 200px;
	}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	/* .main-navigation .navbar-brand{
		height: 110px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.main-navigation .navbar-brand img{
		height: 60px;
	} */
	.main-navigation .navbar-nav > li{
		margin-right: 50px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 18px;
	}
	.dropdown-menu > li > a{
		padding: 8px 5px;
		text-align: center;
		font-size:16px;
	}
	.main-navigation .pc-form-top input{
		width: 290px;
	}
}
@media (min-width:1400px) {
	.main-navigation .navbar-nav > li{
		margin-right: 60px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 24px;
	}
}
@media (min-width:1500px) {
	.main-navigation .navbar-nav > li{
		margin-right: 80px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 20px;
	}
}
@media (max-width:992px) {
	.navbar-nav .open .dropdown-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #d89a37;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: #d89a37;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #d89a37;
	}
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 30px;
		color: #666666;
		border-color: #fafafa;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #d89a37;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 40px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}
}
/******************
 * 顶部弹出搜索表单
 *****************/
.top-search > .btn{
	border: none;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0px;
	line-height: 40px;
	box-shadow: none;
}
.top-search > .btn:focus{
	outline: none;
}
.top-search > .dropdown-menu{
	padding: 15px;
	background-color: #fcfcfc !important;
}
.top-search .dropdown-menu .form-group{
	margin-bottom: 0px;
}
.top-search .dropdown-menu .form-group .form-control-feedback{
	line-height: 34px !important;
}
.top-search .dropdown-menu .form-group .form-control:focus{
	border-color: #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
}
@media (min-width:768px) {
	.top-search{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.top-search > .dropdown-menu{
		min-width: 260px;
	}
	.top-search .has-feedback .form-control{
		padding-right: 40px;
	}
}
@media (min-width:992px) {
	.top-search{
		padding-top: 5px;
		padding-bottom: 10px;
	}
}
@media (min-width:1200px) {
	.top-search{
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权
 *****************/
footer{
	display: block;
	padding: 20px 0;
	background-color: #292929;
}
.col-foot-x1,
.col-foot-x2,
.col-foot-x3,
.col-foot-x4,
.col-foot-x5{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.col-foot-x1,
.col-foot-x2,
.col-foot-x3,
.col-foot-x4,
.col-foot-x5{
	width: 100%;
}
.foot-wrap{
	margin-bottom: 0px;
}
.foot-title{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 0px;
	position: relative;
	border-bottom: 1px solid #666;
	font-weight: bold;
}
.foot-title i{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	cursor: pointer;
	font-size: 12px;
}
.foot-title i:before{
	content: "";
	width: 16px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
}
.col-foot-x1 .foot-title i:after{
	content: "";
	width: 1px;
	height: 16px;
	background-color: #eee;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
}
.col-foot-x1.cur .foot-title i:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.foot-inner{
	height: auto;
	overflow: hidden;
	display: none;
	margin: 10px 0;
}
.foot-list{
	height: auto;
	overflow: hidden;
}
.foot-list li{
	padding: 5px 0;
	font-size: 16px;
	line-height: 1.5;
}
.foot-list li a{
	color: #999;
}
.foot-list li a:hover{
	color: #fff;
}
.foot-contact-info{
	font-size: 16px;
	line-height: 2;
	color: #666666;
}
.full-copyright{
	background-color: #292929;
	padding: 15px 0;
}
.copyright{
	color: rgba(255,255,255,.6);
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.foot-social{
	height: auto;
	overflow: hidden;
}
.foot-social ul li{
	display: inline-block;
	float: left;
}
.foot-social ul li a{
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: rgba(255,255,255,.6);
	margin: 0 10px;
}
.foot-social ul li a:hover{
	color: #0086d2;
}
.foot-social ul li span{
	font-size: 24px;
}
.full-address{
	background-color: #333;
	padding: 10px 0;
}
.foot-dizi{
	min-height: 40px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 60px;
	color: rgba(255,255,255,.6);
	font-size: 16px;
	margin: 15px 0;
}
.foot-dizi.tuu1{
	background-image: url(../images/sd_07.png);
}
.foot-dizi.tuu2{
	background-image: url(../images/sd_09.png);
}
.foot-dizi.tuu3{
	background-image: url(../images/sd_12.png);
}
.foot-visits{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.foot-frdlink{
	position: relative;
}
.foot-frdlink span{
	display: inline-block;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	margin-right: 5px;
	text-transform: uppercase;
}
.foot-frdlink h5{
	display: inline-block;
	margin: 0;
	line-height: 40px;
	padding: 0 10px;
	color: #999999;
	background-color: #3e3e3e;
	min-width: 300px;
	cursor: pointer;
	position: relative;
}
.foot-frdlink h5 i{
	float: right;
}
.frdlst-lk{
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	z-index: 999;
	background-color: #333;
	font-size: 16px;
	display: none;
}
.frdlst-lk a{
	color: rgba(255,255,255,.6);
	display: block;
	padding: 0 15px;
	line-height: 30px;
}
.foot-frdlink h5:hover .frdlst-lk{
	display: block;
}

@media (min-width:768px) {
	footer{
		padding: 40px 0;
	}
	.col-foot-x1{
		width: 20%;
	}
	.foot-title{
		font-size: 16px;
		border-bottom: none;
	}
	.foot-title i{
		display: none;
	}
	.foot-inner{
		display: block !important;
	}
	.foot-list li{
		font-size: 16px;
	}
	.copyright{
		text-align: right;
	}
}
/******************
 * owl滚动
 *****************/
 .full-owl-scroll{
	 height: auto;
	 overflow: hidden;
	 padding: 0 18px;
 }
.owl-carousel.owl-myowl{
	height: auto;
	position: relative;
}
.owl-carousel.owl-myowl.owl-factory{
	margin-top: 40px;
}
.owl-carousel.owl-myowl .item{
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-myowl.owl-honnor .item{
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.owl-carousel.owl-myowl .item a{
	display: block;
}
.owl-carousel.owl-myowl .item .item-box{
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #e5e5e5;
}
.owl-carousel.owl-myowl.owl-factory .item .item-box{
	border-color: #0086d2;
}
.owl-carousel.owl-myowl .item .item-box .pic{
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-myowl .item .item-box .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.owl-carousel.owl-myowl .item .item-box .cover{
	padding: 30px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.75);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}
.owl-carousel.owl-myowl .item .item-box .cover .in-cover{
	width: 100%;
	height: 100%;
	background-color: rgba(0,134,210,.45);
}
.owl-carousel.owl-myowl .item .item-box .cover .in-cover .inner{
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.owl-carousel.owl-myowl .item .item-box .cover .in-cover .inner .ico{
	text-align: center;
}
.owl-carousel.owl-myowl .item .item-box .cover .in-cover .inner .ico span{
	color: #fff;
	font-size: 30px;
}
.owl-carousel.owl-myowl .item .item-box .cover .in-cover .inner .in-title{
	text-align: center;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}
.owl-carousel.owl-myowl .item .title{
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.owl-carousel.owl-myowl .item .item-box .cover .in-cover:before,
.owl-carousel.owl-myowl .item .item-box .cover .in-cover:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 11;
}
.owl-carousel.owl-myowl .item .item-box .cover .in-cover:before{
	border-top: 1px solid #0086d2;
	border-left: 1px solid #0086d2;
	left: 15px;
	top: 15px;
}
.owl-carousel.owl-myowl .item .item-box .cover .in-cover:after{
	border-top: 1px solid #0086d2;
	border-right: 1px solid #0086d2;
	right: 15px;
	top: 15px;
}
.owl-carousel.owl-myowl .item .item-box .cover:before,
.owl-carousel.owl-myowl .item .item-box .cover:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 11;
}
.owl-carousel.owl-myowl .item .item-box .cover:before{
	border-bottom: 1px solid #0086d2;
	border-left: 1px solid #0086d2;
	left: 15px;
	bottom: 15px;
}
.owl-carousel.owl-myowl .item .item-box .cover:after{
	border-bottom: 1px solid #0086d2;
	border-right: 1px solid #0086d2;
	right: 15px;
	bottom: 15px;
}
.owl-carousel.owl-myowl .item:hover .item-box .cover{
	opacity: 1;
	visibility: visible;
}

.owl-carousel.owl-myowl.owl-theme .owl-dots .owl-dot{
	border: 1px solid transparent;
	padding: 4px;
	width: 20px;
	height: 20px;
	margin: 5px 8px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.owl-carousel.owl-myowl.owl-theme .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	background-color: #666;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.owl-carousel.owl-myowl.owl-theme .owl-dots .owl-dot.active {
	border-color: #0086d2;
}
.owl-carousel.owl-myowl.owl-theme .owl-dots .owl-dot.active span{
	background-color: #0086d2;
}
.owl-carousel.owl-myowl .item .item-box .img-ico{
	width: 46px;
	height: 46px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	background-image: url(../images/sd_15.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.owl-carousel.owl-myowl.owl-honnor.owl-theme .owl-controls .owl-nav div{
	display: none;
}


@media (min-width:768px) {
	.owl-carousel.owl-myowl .item .item-box .cover .in-cover .inner .in-title{
		font-size: 20px;
	}
	.owl-carousel.owl-myowl .item .title{
		font-size: 20px;
	}
	.owl-carousel.owl-myowl .item .item-box .cover .in-cover .inner .ico span{
		font-size: 72px;
	}
}
@media (min-width:992px) {
	.owl-carousel.owl-myowl.owl-honnor.owl-theme .owl-controls .owl-nav div{
		width: 40px;
		height: 72px;
		margin: 0;
		padding: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		position: absolute;
		left: -70px;
		top: 50%;
		margin-top: -36px;
		background-color: transparent;
		font-size: 0;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		display: block;
	}
	.owl-carousel.owl-myowl.owl-honnor.owl-theme .owl-controls .owl-nav div.owl-prev{
		background-image: url(../images/sd_68.png);
	}
	.owl-carousel.owl-myowl.owl-honnor.owl-theme .owl-controls .owl-nav div.owl-next{
		background-image: url(../images/sd_71.png);
		left: auto;
		right: -70px;
	}
}
/******************
 * 首页代码
 *****************/
 .full-product-line{
	 border-bottom: 1px solid #ebebeb;
	 margin-bottom: 30px;
 }
.new-pro-top{
	text-align: left;
	color: #222222;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
	line-height: 40px;
}
.new-pro-top:after{
	width: 30px;
	height: 5px;
	background-color: #0086d2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.new-pro-top div.biaoti{
	display: inline-block;
	font-weight: bold;
  overflow: hidden;
}
.new-pro-top a{
	display: inline-block;
	float: right;
	color: #999;
	font-size: 16px;
	font-weight: normal;
}
.new-pro-top a:hover{
	color: #0086d2;
}
.new-pro-head{
	text-align: center;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.new-pro-head font{
	color: #EE1C24;
}
.new-pro-head span{
	position: relative;
}
.new-pro-head span:before,
.new-pro-head span:after{
	width: 26px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 50%;
	margin-top: -4px;
}
.new-pro-head span:before{
	background-image: url(../images/c_23.jpg);
	left: -40px;
}
.new-pro-head span:after{
	background-image: url(../images/c_25.jpg);
	right: -40px;
}
.new-pro-sml{
	text-align: center;
	color: #4e4e4e;
	font-size: 16px;
}

.section-new-product{
	background-color: #fff;
	background-repeat: no-repeat;
}
.section-new-product.gray{
	background-color: #f4f8fa !important;
}
.new-pro-main{
	position: relative;
}
.pro-box{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	margin-bottom: 30px;
}
.pro-box a{
	display: block;
}
.pro-img{
	height: auto;
	overflow: hidden;
}
.pro-img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-name{
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 10px 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	text-align: left;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
.pro-name span{
	display: inline-block;
	float: right;
	width: 50px;
	height: 25px;
	line-height: 25px;
	margin-top: 12px;
	font-size: 30px;
	text-align: center;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
.pro-intro{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin-top: 10px;
	overflow: hidden;
	max-height: 60px;
}
.pro-box:hover .pro-name{
	color: #fff;
	background-color: #185B9F;
}
.pro-box:hover .pro-name span{
	color: #fff;
	background-color: #d89a37;
}

.table_card {
	position: relative;
}
.table_card .tab {
	height:auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.table_card .tab li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 100%;
	float: left;
	color: #666666;
	font-size: 12px;
	padding:0 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	line-height: 40px;
}
.table_card .tab li.activ {
	color: #185B9F;
	border-color: #185B9F;
}
.table_card .tabCon {
	position: relative;
}
.table_card .tabCon .tabItem{
	position: relative;
}

.full-product-series{
	height: auto;
	overflow: hidden;
	position: relative;
	background-image: url(../images/sd_026.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.product-tab-wrap{
	height: auto;
	overflow: hidden;
}
.product-tab-pics{
	height: auto;
	overflow: hidden;
	width: 100%;
	float: left;
}
.product-tab-main{
	height: auto;
	overflow: hidden;
}
.product-tab-pics .product-tab-main .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #e5e5e5;
	border-top: none 0;
	float: left;
	background-color: #fff;
}
.product-tab-pics .product-tab-main .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.product-tab-pics .product-tab-main .infos{
	width: 100%;
	padding: 0 20px;
	height: auto;
	overflow: hidden;
	float: left;
}
.product-tab-pics .product-tab-main .infos .title{
	font-size: 16px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 15px;
	margin-top: 20px;
}
.product-tab-pics .product-tab-main .infos .brief{
	color: #666666;
	font-size: 16px;
	margin-top: 15px;
	line-height: 2;
}
.product-tab-pics .product-tab-main .infos .more{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
}
.product-tab-pics .product-tab-main .infos .more a{
	color: #999;
}
.product-tab-pics .product-tab-main .infos .more a:hover{
	color: #0086d2;
}
.product-tab-pics .product-tab-main .infos .pic-sml{
	margin-top: 15px;
	height: auto;
	overflow: hidden;
  max-width:242px;
}
.product-tab-pics .product-tab-main .infos .pic-sml img{
	max-width: 100%;
	height: auto;
	border: 1px solid #E5E5E5;
}

.product-tab-navs{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	border: 1px solid #E5E5E5;
	margin-top: 15px;
}
.product-tab-navs ul li{
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin: 10px 2px;
	cursor: pointer;
	float: left;
}
.product-tab-navs ul li span{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.product-tab-navs ul li h3{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}
.product-tab-navs ul li h5{
	color: #999999;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}
.product-tab-navs ul li.active span{
	background-color: #0086d2;
	color: #fff;
}

@media (min-width: 768px) {
	.product-tab-pics .product-tab-main .pic{
		width: 44%;
	}
	.product-tab-pics .product-tab-main .infos{
		width: 56%;
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.product-tab-pics{
		width: 80%;
		float: left;
	}
	.product-tab-pics .product-tab-main .infos .title{
		font-size: 16px;
		margin-top: 20px;
	}
	.product-tab-pics .product-tab-main .infos .brief{
		font-size: 16px;
		margin-top: 15px;
	}
	.product-tab-pics .product-tab-main .infos .more{
		font-size: 16px;
		margin-top: 15px;
	}
	.product-tab-pics .product-tab-main .infos .pic-sml{
		margin-top: 20px;
	}
	.product-tab-navs{
		width: 20%;
		float: left;
		border-top: none;
		margin-top: 0;
		padding: 5px 0;
	}
	.product-tab-navs ul li{
		margin: 10px 0;
		display: block;
		float: none;
	}
	.product-tab-navs ul li{
		width: auto;
		height: 68px;
		overflow: hidden;
		padding-left: 95px;
		position: relative;
		margin: 10px 0;
		cursor: pointer;
		display: block;
		float: left;
	}
	.product-tab-navs ul li span{
		display: block;
		width: 77px;
		height: 68px;
		padding-right: 9px;
		text-align: center;
		line-height: 68px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		position: absolute;
		left: 15px;
		top: 0;
		color: #666666;
		font-size: 26px;
	}
	.product-tab-navs ul li.active span{
		background-color: transparent;
		background-image: url(../images/sd_03.png);
		color: #fff;
	}
	.product-tab-navs ul li.active h3,
	.product-tab-navs ul li.active h5{
		opacity: 1;
		visibility: visible;
	}
}
@media (min-width:1200px) {
	.product-tab-pics{
		width: 82%;
	}
	.product-tab-pics .product-tab-main .infos .title{
		font-size: 20px;
		margin-top: 20px;
	}
	.product-tab-pics .product-tab-main .infos .brief{
		font-size: 16px;
		margin-top: 20px;
	}
	.product-tab-pics .product-tab-main .infos .more{
		font-size: 16px;
		margin-top: 20px;
	}
	.product-tab-pics .product-tab-main .infos .pic-sml{
		margin-top: 20px;
	}
	.product-tab-navs{
		width: 18%;
	}
	.product-tab-navs ul li{
		margin: 10px 0;
	}
}
@media (min-width:1400px) {
	.product-tab-pics{
		width: 84%;
	}
	.product-tab-pics .product-tab-main .infos .title{
		font-size: 24px;
		margin-top: 30px;
	}
	.product-tab-pics .product-tab-main .infos .brief{
		font-size: 18px;
		margin-top: 30px;
	}
	.product-tab-pics .product-tab-main .infos .more{
		font-size: 18px;
		margin-top: 30px;
	}
	.product-tab-pics .product-tab-main .infos .pic-sml{
		margin-top: 40px;
	}
	.product-tab-navs{
		width: 16%;
	}
}
@media (min-width:1500px) {
	.product-tab-pics{
		width: 86%;
	}
	.product-tab-pics .product-tab-main .infos .title{
		font-size: 24px;
		margin-top: 40px;
	}
	.product-tab-pics .product-tab-main .infos .brief{
		font-size: 18px;
		margin-top: 60px;
	}
	.product-tab-pics .product-tab-main .infos .more{
		font-size: 18px;
		margin-top: 60px;
	}
	.product-tab-navs{
		width: 14%;
	}
}

/* news */
.table_News {
	position: relative;
}
.table_News .tab {
	height:auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.table_News .tab li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 100%;
	float: left;
	color: #666666;
	font-size: 12px;
	padding:0 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	line-height: 40px;
}
.table_News .tab li.activ {
	color: #185B9F;
	border-color: #185B9F;
}
.table_News .tabCon {
	position: relative;
}
.table_News .tabCon .tabItem{
	position: relative;
}

#sj-row .col-sm-4{
	border-right: 1px solid #e5e5e5;
}
#sj-row .col-sm-4:last-child{
	border-right: none;
}
.sj-date{
	text-align: center;
	color: #d4d4d4;
	font-size: 16px;
	position: relative;
	padding-bottom: 15px;
	line-height: 1;
	margin-top: 30px;
}
.sj-date:after{
	width: 36px;
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 0;
}
.sj-title{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sj-brief{
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
}
.sj-pic{
	margin-top: 30px;
	height: auto;
	overflow: hidden;
}
.sj-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

@media (min-width:768px) {
	.new-pro-top{
		font-size: 30px;
	}
	.new-pro-top a{
		font-size: 16px;
	}
	.new-pro-head{
		font-size: 30px;
	}
	.new-pro-sml{
		font-size: 16px;
	}
	.new-pro-main{
		float: right;
		width: calc(100% - 255px);
		/*margin-left: 255px;*/
	}
	.new-pro-main .row{
		margin-left: -6px;
		margin-right: -6px;
	}
	.new-pro-main .row .col-sm-4,
	.new-pro-main .row .col-md-3{
		padding-left: 6px;
		padding-right: 6px;
	}
	.table_card .tab li {
		float: none;
		width: auto;
		display: inline-block;
		*display: inline;
		zoom: 1;
		color: #666666;
		font-size: 12px;
		padding:0 15px 15px 15px;
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		border: none;
	}
	.table_card .tab li.activ {
		color: #185B9F;
		background-image: url(../images/tz_07.png);
	}
	/**news **/
	.table_News .tab li {
		float: none;
		width: auto;
		display: inline-block;
		*display: inline;
		zoom: 1;
		color: #666666;
		font-size: 12px;
		padding:0 15px 15px 15px;
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		border: none;
	}
	.table_News .tab li.activ {
		color: #185B9F;
		background-image: url(../images/tz_07.png);
	}
	.pro-name{
		font-size: 16px;
	}
	.sj-date{
		font-size: 24px;
	}
	.sj-title{
		font-size: 20px;
	}
	.sj-brief{
		font-size: 18px;
	}
}
@media (min-width:992px) {
	.new-pro-top{
		font-size: 36px;
	}
	.new-pro-top a{
		font-size: 18px;
	}
	.table_card .tab li {
		font-size: 16px;
		padding:0 20px 10px 20px;
	}
	/** news **/
	.table_News .tab li {
		font-size: 16px;
		padding:0 20px 10px 20px;
	}
	.pro-name{
		font-size: 16px;
	}
	.sj-date{
		font-size: 32px;
	}
	.sj-title{
		font-size: 24px;
	}
	.sj-brief{
		font-size: 20px;
	}
}
.full-about{
	background-image: url(../images/sd_02.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	/*background-size: cover;*/
	padding: 20px 0;
}
.about-left{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.about-right{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.about-webname{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-top: 15px;
}
.about-top{
	text-align: left;
	color: #333333;
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	font-family: 'ITCAvantGardeStd';
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.about-top:after{
	width: 40px;
	height: 3px;
	background-color: #222222;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-intro{
	color: #333;
	font-size: 12px;
	line-height: 2;
	padding-bottom: 15px;
}
.about-more{
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}
.about-more a{
	display: inline-block;
	color: #FFFFFF;
	background-color: transparent;
}
.about-pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.about-nav-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about-nav-list ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
}
.about-nav-list ul li a{
	display: block;
	padding: 0 50px 0 30px;
	background-color: #fff;
	line-height: 70px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.about-nav-list ul li a:after{
	content: "";
	width: 24px;
	height: 4px;
	background-color: #0086d2;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 25px;
}

.section-solution{
	position: relative;
	background-color: #222222;
}
#solution.row,
#solution.row .row{
	margin-left: -7px;
	margin-right: -7px;
}
#solution.row .col-sm-3,
#solution.row .col-sm-9{
	padding-left: 7px;
	padding-right: 7px;
}
#solution.row .row .col-xs-6,
#solution.row .row .col-sm-6{
	padding-left: 7px;
	padding-right: 7px;
}
.solution-wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.solution-wrap a{
	display: block;
}
.solution-wrap .pic{
	height: auto;
	overflow: hidden;
	position: relative;
}
.solution-wrap .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.solution-wrap .pic .title{
	padding: 0 10px 0 30px;
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.solution-wrap .pic .title:before{
	width: 12px;
	height: 3px;
	background-color: #FFF;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -1px;
}
.solution-lt-box{
	background-color: #185b9f;
	padding: 20px 10px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
}
.solution-head{
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'ITCAvantGardeStd';
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.solution-head:after{
	width: 40px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.solution-intro{
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 2;
	height: auto;
	overflow: hidden;
}

.full-partner-list{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.full-partner-list ul li{
	width: 33.333333%;
	float: left;
	height: auto;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	margin-bottom: 8px;
}
.full-partner-list ul li:nth-child(3n+1){
	margin-left: 0;
}
.full-partner-list ul li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px ) {
	.full-partner-list ul li{
		width: 14.285714%;
	}
	.full-partner-list ul li:nth-child(3n+1){
		margin-left: -1px;
	}
	.full-partner-list ul li:nth-child(7n+1){
		margin-left: 0;
	}
	.full-about{
		padding: 40px 0;
	}
	.about-top{
		font-size: 30px;
		margin-bottom: 50px;
	}
	.about-intro{
		font-size: 18px;
	}
	.about-more{
		text-align: left;
	}
	.solution-wrap .pic .title{
		font-size: 16px;
	}
	.solution-head{
		font-size: 24px;
	}
	.solution-lt-box{
		background-color: #185b9f;
		padding: 50px 20px;
		margin-top: -90px;
		margin-bottom: 0;
	}
	.solution-intro{
		height: 250px;
	}
	.about-left{
		width: 100%;
	}
	.about-right{
		width: 100%;
	}
	.about-webname{
		font-size: 22px;
		padding-top: 30px;
	}
	.about-nav-list{
		margin-top: 0;
	}
	.about-nav-list ul li{
		font-size: 16px;
	}
	.about-pic{
		margin-top: 0;
	}
}
@media (min-width: 992px ) {
	.solution-wrap .pic .title{
		font-size: 16px;
	}
	.solution-head{
		font-size: 30px;
	}
	.solution-intro{
		height: 250px;
	}
	.about-left{
		width: 45%;
	}
	.about-right{
		width: 55%;
	}
}
@media (min-width: 1200px ) {
	.solution-intro{
		height: 325px;
	}
}

.faq-tab-wrap{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.faq-tab-wrap .faq-tab-inbox{
	height: auto;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 8px 15px;
}
.faq-tab-wrap .faq-tab-inbox .faq-tab-wen{
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	padding-left: 35px;
	padding-right: 20px;
	font-size: 20px;
	cursor: pointer;
}
.faq-tab-wrap .faq-tab-inbox .faq-tab-wen i{
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	font-size: 20px;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}
.faq-tab-wrap .faq-tab-inbox.active .faq-tab-wen i{
	color: #0086d2;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.faq-tab-wrap .faq-tab-inbox .faq-tab-wen span{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background-color: #666;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.faq-tab-wrap .faq-tab-inbox .faq-tab-da{
	line-height: 30px;
	overflow: hidden;
	position: relative;
	padding-left: 35px;
	padding-right: 20px;
	color: #999;
	font-size: 16px;
}
.faq-tab-wrap .faq-tab-inbox .faq-tab-da span{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background-color: #0086d2;
	position: absolute;
	left: 0;
	top: 5px;
}
.index-form{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.index-form input[type="text"]{
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	padding: 0 15px;
	color: #666;
	font-size: 16px;
}
.index-form textarea{
	display: block;
	width: 100%;
	padding: 5px 15px;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	background-color: #fff;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 228px;
}
.index-btn{
	text-align: center;
}
.index-btn input{
	display: inline-block;
	border: none;
	cursor: pointer;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #0086d2;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	padding: 0 100px;
}

.full-link{
	width: 100%;
	background-color: #f4f4f4;
	padding: 20px 0;
}
.frd-list{
	height: auto;
	overflow: hidden;
}
.frd-list ul li{
	display: inline-block;
	float: left;
	margin-right: 15px;
	color: #212121;
	font-size: 16px;
	line-height: 36px;
}
.frd-list ul li.firstli{
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	color: #222222;
	line-height: 36px;
}
.frd-list ul li img{
	width: auto;
	height: 36px;
}
/** 首页新闻 **/
.news-da-pic{
	height: auto;
	overflow: hidden;
}
.news-da-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.scrollbox{
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.scrollbox .updown{
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: #185b9f;
	cursor: pointer;
	position: absolute;
	left: 0;
}
.scrollbox .updown i{
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 20px;
}
.scrollbox #but_down,
.scrollbox #but_down2{
	top: 0;
}
.scrollbox #but_up,
.scrollbox #but_up2{
	bottom: 0;
}
#scrollDiv,
#scrollDiv2{
	height:320px;
	overflow:hidden;
	position: relative;
	padding-left: 12px;
}/*这里的高度和超出隐藏是必须的*/
#scrollDiv ul,
#scrollDiv2 ul{
	border-left: 1px solid #ebebeb;
}
#scrollDiv li,
#scrollDiv2 li{
	height:94px;
	position: relative;
	margin: 15px 0;
}
#scrollDiv li span.date,
#scrollDiv2 li span.date{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	float:left;
	font-family: arial;
	color: #999999;
	font-size: 16px;
	position: relative;
	top: 50%;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#scrollDiv li span.date:before,
#scrollDiv2 li span.date:before{
	content: "";
	width: 9px;
	height: 9px;
	background-color: #185b9f;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	position: absolute;
	left: -5px;
	bottom: -5px;
}
#scrollDiv li .tabnews-right,
#scrollDiv2 li .tabnews-right{
	width: calc(100% - 130px);
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% -130px);
	float: right;
}
#scrollDiv li .tabnews-right .title,
#scrollDiv2 li .tabnews-right .title{
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
#scrollDiv li .tabnews-right .intross,
#scrollDiv2 li .tabnews-right .intross{
	color: #999999;
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
#scrollDiv li:hover span.date,
#scrollDiv2 li:hover span.date{
	color: #185b9f;
	border-bottom-color: #185B9F;
}
#scrollDiv li:hover .tabnews-right .title a,
#scrollDiv2 li:hover .tabnews-right .title a,
#scrollDiv li:hover .tabnews-right .intross,
#scrollDiv2 li:hover .tabnews-right .intross{
	color: #185B9F;
}

@media (min-width: 992px) {

}
/** 首页产品列表 **/
.product-list{
	margin: 15px 0;
}
.product-wrap{
	overflow: hidden;
}
.product-wrap a{
	display: block;
}
.product-img{
	overflow: hidden;
}
.product-name{
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/** 首页视频 **/
.video-top{
	text-align: center;
	color: #2c2c2c;
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 20px;
	position: relative;
	padding-bottom: 10px;
}
.video-top:after{
	width: 60px;
	height: 2px;
	background-color: #909090;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0px;
}
.video-wrap{
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}
.video-wrap a{
	display: block;
	color: #999999;
}
.video-wrap a:hover{
	color: #0086d2;
}
.video-pic{
	overflow: hidden;
	position: relative;
}
.video-name{
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 15px;
}
.video-over{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
}
.video-table{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.video-tabcel{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.video-tabcel i{
	color: #FFFFFF;
	font-size: 18px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
@media (min-width:768px) {
	.video-top{
		font-size: 30px;
	}
}

/*** grid css ***/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	width: 100%;
	background: #333;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: normal;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.effect-chico:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption {
	padding: 5px;
}
figure.effect-chico h2 {
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 12px;
	opacity: 0;
}
figure.effect-chico p {
	padding: 10px 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size: 12px;
}
figure.effect-chico figcaption::before,
figure.effect-chico figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-chico figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico:hover h2,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* end */

/******************
 * 内页代码
 *****************/
/* 内页Banner */
.inner-banner{
	width: 100%;
}
.section-inner{
	background-color: #fff;
}
/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #222;
}
.mobile-head{
	color: #fff;
	font-size: 18px;
	float: left;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 15px;
	word-spacing: 3px;
}
.min-tabs{
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	margin-top: 0px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.min-tabs ul li{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	height: auto !important;
}
.min-tabs ul li a{
	display: block;
	background-color: #F5F5F5;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #000;
	position: relative;
}
.min-tabs ul li a:hover{
	color: #185b9f;
}
.min-tabs ul li a i{
	padding-right: 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.min-tabs ul li a:hover i{
	padding-right: 15px;
}
.min-tabs ul li a.active{
	color: #185b9f;
}
.min-tabs > ul > li.dropdown > a::after{
	content: "\f196";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 9px;
	top: 13px;
}
.min-tabs > ul > li.dropdown.open > a::after{
	content: "\f147";
}
.min-tabs .dropdown-menu{
	width: 100% !important;
	position: relative;
}
.min-tabs ul li a:focus{
	/*background-color: #323638;*/
}
.min-tabs > ul > li.dropdown.open > a{
	/*background-color: #323638;*/
}
.min-tabs > ul > li >ul > li{
	border-top: none;
	border-bottom: none;
}
.min-tabs > ul > li > ul > li a{
	/*background-color: #d4d3d3;*/
	color: #333;
	text-transform: none;
}
.min-tabs > ul > li > ul > li a:hover{
	background-color: #fafafa;
	color: #185b9f;
}
.min-nav .icon-bar{
	border-color: #FFFFFF;
	background-color: #fff;
}
@media (min-width:768px) {
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
}
/* 右边主体 */
.main-top{
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #185b9f;
	text-transform: uppercase;
	font-size: 20px;
	padding-left: 5px;
}

.main-content{
	padding: 20px 0;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.content-body{
	color: #444444;
	font-size: 16px;
	line-height: 2;
}
.content-body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.content-body iframe,
.content-body video,
.content-body embed{
	max-width: 100%;
	height: auto;
}
@media (min-width:768px) {
	.main-top{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
}
/** 联系我们 **/
.contact-form{
	margin-top: 25px;
}
.contact-form .btn-primary{
	font-size: 16px;
	background-color: #185b9f;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
	cursor: pointer;
}
/*新闻列表*/
.news-list{
	background-color: #FFFFFF;
	margin-top: -15px;
}
.news-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}
.news-list ul li a{
	display: block;
}
.news-list-pic{
	overflow: hidden;
	position: relative;
}
.news-list-pic img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.news-title{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #666;
	font-size: 16px;
	line-height: 2;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
.news-list ul li .faq-qustion{
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.news-list ul li .faq-qustion span{
	display: block;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background-color: #185b9f;
	margin-right: 10px;
	margin-top: 4px;
	text-transform: uppercase;
}
.news-list ul li .faq-ask{
	padding-left: 34px;
	position: relative;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 5px;
}
.news-list ul li .faq-ask span{
	display: block;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background-color: #d89a37;
	position: absolute;
	top: 1px;
	left: 0;
	text-transform: uppercase;
}

@media (min-width:768px) {
	.news-title{
		margin-top: 0px;
		font-size: 20px;
	}
}
/* 新闻正文 */
.rel-title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.rel-date{
	text-align: center;
	color: #adadad;
	border-top: 1px dashed #ADADAD;
	padding: 10px 0;
	margin-bottom: 15px;
}
/*---------------*/
/**** product ****/
/*---------------*/
.pro-item{
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-item a{
	display: block;
	border: 1px solid #D9D9D9;
}

.product-wraps{
	border: 1px solid #DDDDDD;
	overflow: hidden;
	position: relative;
	margin-top: 25px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-wraps a{
	display: block;
}
.product-wraps:hover{
	transform: translate3D(0,-5px,0);
	-webkit-transform: translate3D(0,-5px,0);
	-moz-transform: translate3D(0,-5px,0);
	-ms-transform: translate3D(0,-5px,0);

	box-shadow: 0 0 10px rgba(24,91,259,0.6);
	-webkit-box-shadow: 0 0 10px rgba(24,91,259,0.6);
	border-color: #185b9f;
}

.pro-pic{
	overflow: hidden;
	position: relative;
}
.pro-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.pro-pic span{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
	z-index: 111;
	font-size: 24px;
}
.pro-title{
	font-size: 16px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-top: 1px solid #D9D9D9;
}
.pro-title i{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	float: right;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #D9D9D9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-info{
	font-size: 12px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pro-in-title{
	color: #185b9f;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.75;
	color: #666666;
}
.product-wraps:hover .pro-title{
	border-top-color: #185b9f;
}
@media (min-width:768px) {
	.pro-in-title{
		margin-top: 0px;
		font-size: 20px;
	}
}

/** tabs codes
 * ==================================
 * **/
.tabs-wrap{
	margin-top: 20px;
}
.tabs-wrap .accordion-handle.active{
	background-color: #0086d2;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 16px;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #f26522;
}
@media (min-width:768px) {
	.tabs-wrap .tabs-list li{
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}
	.tabs-wrap .tabs-list li a:hover{
		background-color: #0086d2;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #0086d2;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
}

.quo-head{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.fm-wap label{
	font-size: 16px;
	color: #888;
}
.fm-wap .btn-primary{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	background-color: #d89a37;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 300ms;
	   -moz-transition: all ease-in-out 300ms;
		-ms-transition: all ease-in-out 300ms;
			transition: all ease-in-out 300ms;
}
.fm-wap .btn-primary:hover{
	background-color: #d89a37;
}
.shijian{
	margin-top: 6px;
	color: #ADADAD;
}

@media (min-width: 768px) {
	.quo-head{
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	/* index support */
	.spt-row.row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.spt-row .col-md-4{
		padding-left: 20px;
		padding-right: 20px;
	}
	/* end */
	/* index contact */
	.index-cnt{
		font-size: 18px;
	}
	/* end */
	/* 路径导航 */
	.innerpath.breadcrumb{
		float: right;
		margin-bottom: 0px;
		background-color: transparent;
		padding: 0;
		margin-right: 15px;
	}
	.innerpath.breadcrumb li{
		font-size: 16px;
	}
	/* end */
}
@media (min-width: 1200px) {
	/* index support */
	.spt-row.row{
		margin-left: -40px;
		margin-right: -40px;
	}
	.spt-row .col-md-4{
		padding-left: 40px;
		padding-right: 40px;
	}
	/* end */
}

/******************
 * 内页代码,宽屏代码
 *****************/
.full-path .breadcrumb{
	background-color: transparent;
	padding: 0px;
}
.full-path .breadcrumb li i{
	padding-right: 10px;
	font-size: 16px;
	color: #666;
}
.full-main{
	background-color: #FFFFFF;
	padding: 20px;
}
.full-name{
	color: #185b9f;
	font-size: 20px;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}

.full-news-list{
	overflow: hidden;
}
.full-news-list ul li{
	padding: 20px 0;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	margin-top: 20px;
}
.full-news-list ul li:after{
	width: 0px;
	height: 1px;
	background-color: #d89a37;
	position: absolute;
	left: 0px;
	bottom: -1px;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}
.full-news-list ul li:hover:after{
	width: 100%;
}
.full-news-list ul li a{
	display: block;
}
.full-news-pic{
	width: 220px;
	float: left;
}
.full-news-rt{
	margin-left: 240px;
}
.full-news-ttl{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}
.full-news-intro{
	margin-top: 5px;
	color: #666666;
}
.full-date{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.full-date i{
	padding-right: 10px;
}
.full-news-title{
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
.full-news-other{
	text-align: center;
	color: #999999;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
	margin-top: 5px;
}
.full-product-item{
	position: relative;
	border: 1px solid #DDDDDD;
	margin-top: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
}
.full-product-item:hover{
  	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	-webkit-transform:translate3d(0, -5px, 0);
	-moz-transform: translate3d(0,-5px,0);
	-ms-transform: translate3d(0,-5px,0);
	transform:translate3d(0, -5px, 0);
}
.full-product-item a{
	display: block;
}
.full-product-name{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.full-product-sort{
	color: #0086d2;
	font-size: 16px;
	margin-bottom: 20px;
}
.full-product-title{
	color: #0086d2;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
.full-product-intro{
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
	line-height: 2;
}
.full-video-content{
	margin-top: 20px;
}
.full-video-content iframe,
.full-video-content embed{
	display: block;
	width: 90%;
	height: 260px;
	margin: 0 auto;
}

.spde-more{
		margin-top: 20px;
		text-align: center;
	}
	.spde-more a{
		display: inline-block;
		line-height: 34px;
		width: 140px;
		border: 1px solid #0086d2;
		text-align: center;
		text-transform: uppercase;
		font-size: 16px;
		color: #0086d2;
		margin: 5px;
	}
	.spde-more a.blues{
		background-color: #0086d2;
		color: #fff;
	}

@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 350px;
	}
}
@media (min-width: 992px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 400px;
	}

	.sp-caption-container{
		width: 500px;
		background-color: rgba(255,255,255,.9);
		position: absolute;
		height: auto;
		overflow: hidden;
		padding: 50px;
		top: 50%;
		right: 15%;
		transform: translateY(-70%);
	}
	.spde-title{
		/* text-align: center; */
		color: #323232;
		font-size: 24px;
		/* text-transform: uppercase; */
		line-height: 1;
	}
	.spde-intro{
		color: #323232;
		font-size: 18px;
		text-align: left;
		margin-top: 25px;
	}


}
@media (min-width: 1200px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 500px;
	}
}

/*---蔡新增微调--*/
.top_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
}
#top_zone1{
  background: #f9f9f9;
}
#top_zone2{
	color:#ccc;
}
#top_l a{
	/*用于多城市链接*/
	margin-left:10px;
}
#top_zone2 a{
	color: #ccc;
}
#top_link{
	float: left;
  margin-right: 20px;
}
#top_link a{
	margin-left:10px;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
}
#footer_lxxx img{
	max-width:25px;
	height:auto;
	display:block;
}
#footer_lxxx tr td{
	padding-bottom:10px;
}
/*---分页--*/
.pagination{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	width:100%;
	overflow: hidden;
}

.pagination a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pagination .current{
	background:#0086d2;
	border-color:#0086d2;
	color:#FFF;
	font-weight:700;
}
.pro-relate {
    color: #0086d2;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.owl-dots{
	margin-top:30px;
}
.owl-pro-inner .owl-controls .owl-nav div{
	width:30px;
	height:30px;
	padding:0;
	line-height:30px;
	background:#333;
}
.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	font-size:18px;
	text-indent:25px;
	font-weight:normal;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}
.owl-inner-titles{
	margin-top:10px;
	text-align:center;
}
.downloadlist li a{
	display: block;
}
.downloadlist li i{
	margin-right: 10px;
}
.downloadlist li:hover{
	background: #f0f0f0;
}
.downloadlist li:hover .badge{
	background: #0086d2;
}
.about-pic img{
	max-width: 100%;
	height: auto;
	display: block;
}
footer #footer_lxxx img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.copyright a{
  color: #ccc;
}
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.biaoge tr th,.biaoge .down_b{
	background:#fff;
}
.biaoge .fa-caret-right{
	margin-right:10px;
}
.biaoge .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}


/** 2020.1.4  **/
.section-new-product-why{
	padding-top: 0;
	padding-bottom: 0;
}
.full-why-list{
	height: auto;
	overflow: hidden;
}
.full-why-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	border: 3px solid #fff;
	background-color: #EAEAEA;
}
.full-why-list ul li a{
	display: block;
}
.full-why-list ul li .item-why-wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
}
.full-why-list ul li .item-why-wrap .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.full-why-list ul li .item-why-wrap .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 200px;
	object-fit: cover;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}
.full-why-list ul li .item-why-wrap .pic::after{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}
.full-why-list ul li:hover .item-why-wrap .pic::after{
	opacity: 1;
	visibility: visible;
}
.full-why-list ul li .item-why-wrap .item-why-inbox{
	padding: 30px;
}
.full-why-list ul li .item-why-wrap .item-why-inbox .num{
	height: auto;
	overflow: hidden;
	text-align: left;
}
.full-why-list ul li .item-why-wrap .item-why-inbox .num span{
	display: inline-block;
	color: #434343;
	border: 1px solid #434343;
	padding: 8px 20px;
	font-size: 14px;
	text-transform: capitalize;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}
.full-why-list ul li:hover .item-why-wrap .item-why-inbox .num span{
	color: #fff;
	background-color: #D7211E;
	border-color: #D7211E;
}
.full-why-list ul li .item-why-wrap .item-why-inbox .title{
	line-height: 50px;
	position: relative;
	padding-left: 65px;
	text-align: left;
	color: #333;
	font-size: 20px;
}
.full-why-list ul li .item-why-wrap .item-why-inbox .title span{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #D7211E;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.full-why-list ul li:nth-child(2) .item-why-wrap .item-why-inbox .title span,
.full-why-list ul li:nth-child(3) .item-why-wrap .item-why-inbox .title span,
.full-why-list ul li:nth-child(6) .item-why-wrap .item-why-inbox .title span{
	background-color: #000000;
}
.full-why-list ul li .item-why-wrap .item-why-inbox .title span img{
	display: block;
	position: relative;
	width: 36px;
	height: auto;
	top: 7px;
	margin: 0 auto;
}
.full-why-list ul li .item-why-wrap .item-why-inbox .intro{
	margin-top: 15px;
	margin-bottom: 30px;
	color: #555;
	font-size: 16px;
	text-align: left;
	line-height: 25px;
	height: auto;
	overflow: hidden;
}

@media (min-width: 768px) {
	.full-why-list ul li .item-why-wrap{
		width: 50%;
	}
	.full-why-list ul li:nth-child(2n) .item-why-wrap.one{
		left: 50%;
	}
	.full-why-list ul li:nth-child(2n) .item-why-wrap.two{
		right: 50%;
	}
	.full-why-list ul li .item-why-wrap .pic img{
		height: 270px;
	}
}
@media (min-width: 992px) {
	/* .full-why-list ul li:nth-child(2n) .item-why-wrap.one{
		left: 50%;
	}
	.full-why-list ul li:nth-child(2n) .item-why-wrap.two{
		right: 50%;
	} */
	.full-why-list ul li .item-why-wrap .pic img{
		height: 290px;
	}
}
@media (min-width: 1200px) {
	.full-why-list ul li{
		width: 50%;
	}
	.full-why-list ul li:nth-child(2n) .item-why-wrap.one{
		left: 0;
	}
	.full-why-list ul li:nth-child(2n) .item-why-wrap.two{
		right: 0;
	}
	.full-why-list ul li:nth-child(3) .item-why-wrap.one,
	.full-why-list ul li:nth-child(4) .item-why-wrap.one{
		left: 50%;
	}
	.full-why-list ul li:nth-child(3) .item-why-wrap.two,
	.full-why-list ul li:nth-child(4) .item-why-wrap.two{
		right: 50%;
	}
	.full-why-list ul li .item-why-wrap .pic img{
		height: 270px;
	}
}