
@import url("https://fonts.googleapis.com/css?family=Helvetica");
@font-face {
    font-family: 'futura_lightnormal';
    src: url('ful_-webfont.eot');
    src: url('ful_-webfont.eot?#iefix') format('embedded-opentype'),
         url('ful_-webfont.woff2') format('woff2'),
         url('ful_-webfont.woff') format('woff'),
         url('ful_-webfont.ttf') format('truetype'),
         url('ful_-webfont.svg#futura_lightnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
body.scroll-nun{
	overflow: hidden;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #3d559b;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 20px 0;
}

.container-1600{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}

@media (min-width: 768px) {
	body > section {
  		padding: 40px 0;
	}
}



/******************
 * 一键置顶
 *****************/
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #1991cb;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.7;
}

/******************
 * 顶栏
 *****************/
.full-header{
	height: auto;
	background-color: #f6f6f4;
	border-bottom: 1px solid #D8D8D8;
}
.top-wel{
	float: left;
	height: 35px;
	line-height: 35px;
	color: #606060;
	font-size: 14px;
}
.top-right{
	float: right;
	height: 35px;
	position: relative;
}
.top-social{
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
}
.top-social ul li{
	float: left;
	height: 35px;
	line-height: 35px;
	color: #b5b5b5;
	margin: 0 10px;
}
.top-social ul li a{
	display: inline-block;
	line-height: 35px;
	color: #b5b5b5;
}
.top-social ul li i{
	font-size: 16px;
}
.top-social ul li a:hover{
	color: #3d559b;
}
.top-language{
	float: left;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #606060;
	font-size: 14px;
	cursor: pointer;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	padding: 0 15px;
	text-transform: capitalize;
}
.outer-bar{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}
.inner-bar{
	max-width: 600px;
	width: 100%;
	background-color: #fff;
	/*box-shadow: 0 0 2px #fff;
	-webkit-box-shadow: 0 0 2px #fff;*/
	padding: 40px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.close-language{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #3D559B;
	color: #fff;
	cursor: pointer;
}
.close-language i{
	font-size: 24px;
}
.language-logo{
	text-align: center;
}
.language-logo img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 46px;
}
.language-choose-en{
	text-align: center;
	text-transform: uppercase;
	color: #5f5f5f;
	margin: 25px 0 10px;
}
.language-choose-cn{
	text-align: center;
	text-transform: uppercase;
	color: #5f5f5f;
	font-size: 20px;
	margin: 0 0 20px 0;
}
.language-span{
	text-align: center;
}
.language-span span{
	display: inline-block;
	padding: 15px;
	margin: 0 5px;
	width: 45%;
}
.language-span span a{
	display: block;
}
.language-span span img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.search-top-bar{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 35px;
	border-right: 1px solid #d8d8d8;
}
.search-top-bar #searchkey{
	height: 28px;
	line-height: 28px;
	border: 1px solid #d0d0d0;
	margin-top: 3px;
	padding: 0 14px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	width: 28px;
	background: #ededed url(../images/serch.png) no-repeat center center;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.search-top-bar #searchkey:focus{
	width: 180px;
	background-color: #fff;
	border-color: #3D559B;
	background-position: 152px 50%;
	-webkit-box-shadow: 0 0 5px rgba(61,85,155,.5);
	-moz-box-shadow: 0 0 5px rgba(61,85,155,.5);
	box-shadow: 0 0 5px rgba(61,85,155,.5);
}

/******************
 * 导航   *
 *****************/
.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: #1991cb;
	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: #1991cb;
	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: #1991cb;
	-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 {
	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: #1991cb;
}
/* 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: #1991cb;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #1991cb;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.main-navigation .navbar-brand img{
	height: 40px;
}

.top-pro-nav{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding: 20px 0;
}
.top-pro-nav > li{
	width: 100%;
	padding: 0 10px;
}
.top-pro-nav > li > .wrap{
	height: auto;
	overflow: hidden;
}
.nav-pro-sort{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sub-three{
	height: auto;
	overflow: hidden;
}
.sub-three li{
	height: auto;
	overflow: hidden;
	font-size: 14px;
}
.sub-three li a{
	line-height: 20px;
	padding: 6px 0;
	display: block;
}

/**** 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) {
	.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: #1991cb;
	}*/
	.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;
	}
	.collapse.in{
		display: block !important;
	}
}
/* Medium desktop devices */
@media (min-width:992px) {
	.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: right;
		margin-top: 0px;
	}
	.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: left;
	}
	.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: 10px;
		padding-right: 10px;
		font-size: 16px;
		padding-top: 25px;
		padding-bottom: 25px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #1991cb;
	}
	.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: 90px;
	}
	.main-navigation .navbar-brand img{
		height: 60px;
		border: none;
	}


	/** full -nav-menu **/
	.mega-menu.dropdown{
		position: static !important;
	}
	.mega-menu.dropdown .dropdown-menu{
		width: 100%;

		background-color: #F5F5F5;
		text-align: left;
		-webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, .08);
		box-shadow: 0 8px 12px rgba(0, 0, 0, .08);
		border: none;
	}
	/** about us **/
	.mega-about-left{
		width: 50%;
		position: relative;
		float: left;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 2%;

	}
	.mega-about-menu{
		float: right;
		width: 100%;
		max-width: 450px;
	}
	.mega-about-menu ul li{
		font-size: 15px;
		line-height: 36px;
		position: relative;
	}
	.mega-about-menu ul li a{
		display: block;
		padding-left: 20px;
	}
	.mega-about-menu ul li a:hover{
		color: #FFFFFF;
		background-color: #1991cb !important;
	}
	.mega-about-menu ul li i{
		position: absolute;
		right: 30px;
		line-height: 36px;
		visibility: hidden;
	}
	.mega-about-menu ul li:hover i{
		visibility: visible;
	}

	.mega-about-right{
		width: 50%;
		padding: 40px 2%;
		position: relative;
		float: left;
		background-color: #fff;
	}
	.mega-about-pic{
		overflow: hidden;
		position: relative;
	}
	.mega-about-pic a{
		display: block;
		color: #555;
	}
	.mega-about-pic img{
		max-width: 100%;
		height: auto;
	}
	.mega-about-pic h5{
		margin-top: 20px;
	}

	.mega-product-left{
		width: 70%;
		float: left;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 2%;
	}

	.mega-product-right{
		display: table;
		width: 30%;
		padding: 40px 2% 100px;
		float: left;
		position: relative;
		background-color: #FFFFFF;
		height: 100%;
	}
	.mega-product-menu{
		position: relative;
		float: right;
		width: 80%;
	}
	.mega-product-menu ul li{
		width: 48%;
		margin: 0 1%;
		float: left;
		line-height: 36px;
		font-size: 15px;
		position: relative;
	}
	.mega-product-menu ul li a{
		display: block;
		padding-left: 20px;
	}
	.mega-product-menu ul li a:hover{
		color: #FFFFFF;
		background-color: #1991cb !important;
	}
	.mega-product-menu ul li i{
		position: absolute;
		right: 30px;
		line-height: 36px;
		visibility: hidden;
	}
	.mega-product-menu ul li:hover i{
		visibility: visible;
	}
	.mega-product-menu h4{
		width: 98%;
		display: block;
		margin: 0 auto;
		color: #FFFFFF;
		background-color: #1991cb;
		line-height: 40px;
		padding-left: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.mega-product-menu h4 i{
		margin-right: 10px;
	}
	.mega-product-menu span{
		position: absolute;
		right: 30px;
		line-height: 40px;
	}
	
	.top-pro-nav{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
		padding: 30px 0;
	}
	.top-pro-nav > li{
		width: 20%;
		padding: 0 10px;
	}
	.top-pro-nav > li > .wrap{
		height: auto;
		overflow: hidden;
	}
	.nav-pro-sort{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.sub-three{
		height: auto;
		overflow: hidden;
	}
	.sub-three li{
		height: auto;
		overflow: hidden;
		font-size: 14px;
	}
	.sub-three li a{
		line-height: 20px;
		padding: 6px 0;
		display: block;
	}

}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	/*.main-navigation .navbar-brand{
		height: 100px;
	}
	.main-navigation .navbar-brand img{
		height: 70px;
		margin: 0;
	}*/
	.main-navigation .navbar-nav > li >a {
		font-size: 18px;
	}
}
@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: #1991cb;
		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: #1991cb;
		-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: #1991cb;
	}
	.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: #1991cb;
	}
	.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;
	}


	/** mobile **/
	.mega-product-left,
	.mega-about-left{
		width: 100%;
		position: relative;

	}
	.mega-product-right,
	.mega-about-right{
		width: 100%;
		position: relative;
		padding: 20px;
	}
	.mega-about-menu ul li{
		font-size: 12px;
		line-height: 40px;
	}
	.mega-about-menu ul li i{
		display: none;
	}
	.mega-about-menu ul li a{
		display: block;
		padding: 0 20px;
		line-height: 40px;
	}
	.mega-about-menu ul li a:hover{
		background-color: #F5F5F5;
	}
	.mega-about-pic{
		position: relative;
	}
	.mega-about-pic img{
		max-width: 100%;
		height: auto;
	}

	.mega-product-menu{
		position: relative;
	}
	.mega-product-menu ul li{
		font-size: 12px;
		line-height: 40px;
	}
	.mega-product-menu ul li i{
		display: none;
	}
	.mega-product-menu ul li a{
		display: block;
		padding: 0 20px;
		line-height: 40px;
	}
	.mega-product-menu ul li a:hover{
		background-color: #F5F5F5;
	}
	.mega-product-menu h4{
		padding: 0 15px;
		line-height: 40px;
		position: relative;
		font-size: 18px;
		color: #FFFFFF;
		background-color: #1991cb;
		display: none;
	}
	.mega-product-menu h4 i{
		padding-right: 10px;
	}
	.mega-product-menu h4 span{
		line-height: 40px;
		position: absolute;
		right: 20px;
	}
	.navbar-default .navbar-nav > li.flag-flg{
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-default .navbar-nav > li.flag-flg > a{
		height: 40px !important;
		line-height: 40px !important;
	}
	.navbar-default .navbar-nav > li.flag-flg span:first-child{
		line-height: 40px !important;
	}
	.navbar-default .navbar-nav > li.flag-flg span:nth-child(2){
		line-height: 40px !important;
	}
}
/******************
 * 顶部弹出搜索表单
 *****************/
.navbar-default .navbar-nav > li.flag-flg{
	position: relative;
}
.navbar-default .navbar-nav > li.flag-flg > a{
	margin: 0;
	padding: 0;
	height: 90px;
	line-height: 90px;
}
.navbar-default .navbar-nav > li.flag-flg:hover > a{
	color: #1991cb;
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权
 *****************/
footer{
	display: block;
	padding: 20px 0;
	background-color: #535c65;
	position: relative;
}
.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;
	width: 100%;
}
.foot-title{
	color: #eeeeee;
	font-weight:bold;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 15px;
	position: relative;
}
.foot-title span{
	display: block;
	width: 100%;
	border-bottom: 1px solid #757d84;
	padding-bottom: 10px;
}
.foot-title i{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
}
.foot-title i:before{
	content: "";
	width: 18px;
	height: 1px;
	background-color: #757D84;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 50%;
}
.col-foot-x1 .foot-title i:after{
	content: "";
	width: 1px;
	height: 18px;
	background-color: #757D84;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -9px;
	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-list{
	overflow: hidden;
	margin-bottom: 15px;
	display: none;
}
.foot-list li{
	padding: 6px 0;
	font-size: 14px;
	line-height: 1.2;
}
.foot-list li a{
	color: #bfc3c7;
}
.foot-list li a:hover{
	color: #fff;
}
.foot-social{
	text-align: center;
	margin-top: 25px;
}
.foot-social ul li{
	display: inline-block;
	*display: inline;
	font-size: 16px;
	margin: 5px;
}
.foot-social ul li a{
	color: #1991cb;
	display: inline-block;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #fff;
}
.foot-social ul li a i{
	font-size: 24px;
	line-height: 48px;
}
.foot-social ul li a:hover{
	background-color: #f4f4f4;
}
/*
.foot-social ul li.facebook a{
	background-color: #3b5998;
}
.foot-social ul li.twitter a{
	background-color: #1da1f3;
}
.foot-social ul li.youtube a{
	background-color: #de5145;
}
.foot-social ul li.googleplus a{
	background-color: #d12229;
}
.foot-social ul li.linkedin a{
	background-color: #006a9a;
}
.foot-social ul li.instagram a{
	background-color: #006a9a;
}*/
.full-copyright{
	background-color: #484f58;
}
.copyright{
	color: #c6c8ca;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
	padding: 15px 0;
}
.copyright a{
  color: #c6c8ca;
}
.foot-contact{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: #bfc3c7;
	line-height: 2;
}

@media (min-width:768px) {
	footer{
		padding: 40px 0;
	}
	.col-foot-x1,
	.col-foot-x2,
	.col-foot-x3,
	.col-foot-x4,
	.col-foot-x5{
		width: 20%;
	}
	.foot-title{
		font-size: 16px;
	}
	.foot-title span{
		display: inline-block;
		float: left;
		padding-right: 25px;
	}
	.foot-title i{
		display: none;
	}
	.foot-list{
		display: block;
	}
	.foot-list li{
		font-size: 14px;
	}
}

/******************
 * owl滚动
 *****************/
.owl-wrap{
	overflow: hidden;
}
.owl-wrap a{
	display: block;
}
.owl-pic{
	overflow: hidden;
}
.owl-title{
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 16px;
}
.owl-carousel .owl-stage-outer{
	z-index: 15;
}
.owl-zs .owl-controls{
	position: relative;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.owl-zs.owl-theme .owl-controls .owl-nav div{
	width: 20px;
	height: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0px;
	background-color: #939393;
	text-align: center;
	line-height: 30px;
	margin: 0px;
	position: absolute;
	top: 0;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.owl-zs.owl-theme .owl-controls .owl-nav div.owl-prev{
	background-image: url(../images/prev.png);
	left: 50%;
	margin-left: -25px;
}
.owl-zs.owl-theme .owl-controls .owl-nav div.owl-next{
	background-image: url(../images/next.png);
	right: 50%;
	margin-right: -25px;
}
@media (min-width:768px) {
	.owl-zs .owl-controls{
		width: 100%;
		position: absolute;
		left: 0px;
		top: 40%;
		margin-top: -15px;
		z-index: 10;
	}
	.owl-zs.owl-theme .owl-controls .owl-nav div.owl-prev{
		left: -30px;
	}
	.owl-zs.owl-theme .owl-controls .owl-nav div.owl-next{
		right: -30px;
	}
}
/******************
 * 首页代码
 *****************/
.section-adv{
	background-color: #fff;
}
.full-number{
	background-color: #fff;
}
.number-row{
	height: auto;
	overflow: hidden;
	position: relative;
}
.number-pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
.number-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.number-top-right{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #5878e4;
	padding: 30px 2%;
}
.counter-list{
	height: auto;
	overflow: hidden;
}
.counter-list ul li{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 15px 0;
	text-align: center;
	color: #333;
	font-family: 'Helvetica';
}
.counter-list ul li.mbxs{
	width: 100%;
}
.counter-list ul li:last-child{
	border-right: none;
}
.counter-list ul li .counter-top{
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}
.counter-list ul li .counter-top span{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
}
.counter-list ul li h4{
	font-size: 14px;
}
@media (min-width: 768px ) {
	.number-pic{
		width: 50%;
	}
	.number-top-right{
		width: 50%;
	}
	.counter-list ul li{
		width: 25%;
		border-right: 1px solid #fff;
		margin: 30px 0;
	}
	.counter-list ul li.mbxs{
		width: 20%;
	}
	.counter-list ul li .counter-top{
		font-size: 16px;
	}
	.counter-list ul li .counter-top span{
		font-size: 24px;
	}
	.counter-list ul li{
		font-size: 16px;
	}
}
@media (min-width: 992px ) {
	.number-pic{
		width: 50%;
	}
	.number-top-right{
		width: 50%;
	}
	.counter-list ul li{
		width: 25%;
		border-right: 1px solid #d9d9d9;
		margin: 30px 0;
	}
	.counter-list ul li .counter-top{
		font-size: 16px;
	}
	.counter-list ul li .counter-top span{
		font-size: 30px;
	}
	.counter-list ul li h4{
		font-size: 16px;
	}
}
@media (min-width: 1200px ) {
	.number-pic{
		width: 58%;
	}
	.number-top-right{
		width: 42%;
	}
	.counter-list ul li .counter-top{
		font-size: 16px;
	}
	.counter-list ul li .counter-top span{
		font-size: 36px;
	}
}
.section-news{
	background-color: #FFFFFF;
}
.section-about{
	background-color: #fff;
}
.about-top{
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Helvetica';
	font-weight: bold;
	position: relative;
}
.about-sml{
	text-align: center;
	color: #555555;
	font-size: 16px;
	margin-bottom: 30px;
}
.about-intro{
	color: #666666;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	margin-bottom: 10px;
}
.full-about{
	background-color: #4464d2;
}
.about-item{
	height: auto;
	overflow: hidden;
	position: relative;
	height: 150px;
	float: left;
}
.about-item.item1{
	width: 50%;
}
.about-item.item2{
	width: 50%;
}
.about-item.item3{
	width: 50%;
}
.about-item.item4{
	width: 50%;
}
.about-item.item5{
	width: 50%;
}
.about-item-pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.about-item-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-item-inner{
	padding: 15px 10%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.about-item-title{
	font-family: 'Helvetica';
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.about-item-intro{
	font-family: 'Helvetica';
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.about-item-more{
	position: relative;
	text-align: left;
}
.about-item-more a{
	color: #fff;
	display: inline-block;
}
.about-item-more a span{
	font-size: 30px;
}
.section-contact{
	background-color: #1991cb;
}
.contact-head{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Helvetica';
	font-weight: bold;
	position: relative;
}
.contact-sml{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
}
.contact-address{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.contact-tel{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 15px;
}
@media (min-width: 768px ) {
	.about-top{
		font-size: 30px;
	}
	.about-sml{
		font-size: 18px;
	}
	.about-intro{
		font-size: 16px;
	}
	.about-item{
		height: 200px;
	}
	.about-item.item1{
		width: 37%;
	}
	.about-item.item2{
		width: 63%;
	}
	.about-item.item3{
		width: 37%;
	}
	.about-item.item4{
		width: 26%;
	}
	.about-item.item5{
		width: 37%;
	}
	.about-item-intro{
		font-size: 12px;
		max-height: 66px;
	}
	.contact-head{
		font-size: 30px;
	}
	.contact-sml{
		font-size: 18px;
	}
	.contact-address{
		font-size: 16px;
	}
	.contact-tel{
		font-size: 20px;
	}
}
@media (min-width: 992px ) {
	.about-top{
		font-size: 36px;
	}
	.about-sml{
		font-size: 20px;
	}
	.about-item{
		height: 350px;
	}
	.about-item-intro{
		max-height: 88px;
	}
	.contact-head{
		font-size: 36px;
	}
	.contact-sml{
		font-size: 20px;
	}
	.contact-tel{
		font-size: 26px;
	}
}
@media (min-width: 1200px ) {
	.about-top{
		font-size: 40px;
	}
	.about-item{
		height: 390px;
	}
	.about-item-title{
		margin-bottom: 20px;
	}
	.about-item-intro{
		font-size: 14px;
		margin-bottom: 15px;
		max-height: 154px;
	}
	.contact-head{
		font-size: 40px;
	}
}
.case-top{
	text-align: center;
	color: #1991cb;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
}
.case-top a{
	color: #0d0d0d;
	font-size: 14px;
	float: right;
	font-weight: normal;
}
.case-top a:hover{
	color: #1991cb;
}
.case-box{
	position: relative;
	overflow: hidden;
	background-color: #f4f4f4;
	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;
	margin-top: 15px;
}
.case-name{
	font-size: 16px;
	text-align: left;
	padding: 0 15px;
	margin-top: 15px;
	font-family: 'Helvetica';
	line-height: 1.5;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	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;
}
.case-img{
	height: auto;
	overflow: hidden;
	position: relative;
}
.case-img img{
	max-width: 100%;
	height: auto;
	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;
}
.case-box:hover .case-img img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.case-intro{
	text-align: left;
	color: #737373;
	font-size: 14px;
	margin-bottom: 25px;
	padding: 0 15px;
	height: 50px;
	overflow: hidden;
	line-height: 25px;
	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;
}
.case-more{
	font-size: 16px;
	padding: 0 15px;
	margin-bottom: 30px;
	text-transform: capitalize;
	position: relative;
}
.case-more span{
	display: block;
	color: #666666;
	border-top: 3px solid #dbdbdb;
	padding-top: 15px;
	position: relative;
	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;
}
.case-more span:after{
	content: "\e609";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 9px;
	right: 3px;
	color: #666666;
	font-family: "iconfont";
	font-size: 24px;
	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;
}
.case-box:hover{
	background-color: #1991cb;
}
.case-box:hover .case-name,
.case-box:hover .case-intro,
.case-box:hover .case-more span,
.case-box:hover .case-more span:after{
	color: #fff;
}
.case-box .time-news{
	width: 56px;
	height: 56px;
	background-color: #1991cb;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	overflow: hidden;
}

@media (min-width: 768px){
	.case-top{
		font-size: 30px;
	}
	.case-top a{
		font-size: 18px;
	}
	.case-name{
		font-size: 20px;
	}
}
.full-newsmg{
	padding: 40px 0;
	background-color: #2a5286;
	margin-top: 15px;
	background-image: url(../images/j_50.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.news-rights{
	padding: 15px;
	background-color: rgba(0,0,0,.4);
}
@media (min-width: 992px){
	.news-rights{
		width: 60%;
		float: right;
		padding: 25px 30px;

	}
}
.part-sml{
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #6b6b6b;
}
.part-list{
	overflow: hidden;
}
.part-list ul li{
	width: 50%;
	padding: 0 5px;
	float: left;
	margin-top: 20px;
}
.part-list ul li img{
	border: 1px solid #dadada;
}
@media (min-width: 768px){
	.part-list ul li{
		width: 14.285714%;
	}
}
@media (min-width: 992px){
	.part-list ul li{
		width: 14.285714%;
	}
}
@media (min-width: 1200px){
	.part-list ul li{
		width: 14.285714%;
	}
}
.full-link{
	width: 100%;
	padding: 10px 0;
	background-color: #00a7e1;
}
.frd-list{
	overflow: hidden;
}
.frd-list ul li{
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}
.frd-list ul li.first{
	font-size: 18px;
	text-transform: uppercase;
}
.frd-list ul li.first i{
	margin-left: 10px;
}
.frd-list ul li.firstli{
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/j_08.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
	font-size: 24px;
}
.frd-list ul li a{
	color: #FFFFFF;
	margin: 0 10px;
}

.section-gray{
	background-color: #f1eff0;
}
/** 首页分类 **/
.sort-wrap{
	overflow: hidden;
	margin: 15px 0;
}
.sort-wrap a{
	display: block;
}
.sort-name{
	text-align: center;
	color: #727272;
	font-size: 24px;
	margin-bottom: 15px;
}
.sort-intro{
	text-align: center;
	color: #999999;
	font-size: 14px;
	margin-bottom: 15px;
}
/** 首页新闻 **/
.news-big{
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
}
.news-smls{
	color: #FFFFFF;
	font-size: 12px;
}
.news-top{
	color: #414141;
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 20px;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
.news-top:before,
.news-top:after{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
}
.news-top:before{
	background-color: #bebebe;
	bottom: 1px;
}
.news-top:after{
	background-color: #FFFFFF;
	bottom: 0px;
}
.news-index-list{
	overflow: hidden;
	margin-top: 20px;
}
.news-index-list ul li{
	margin-bottom: 15px;
	background-color: transparent;
	padding: 10px;
}
.all-date{
	display: inline-block;
	float: left;
	width: 100px;
	height: 90px;
	background-color: transparent;
	border-right: 1px solid #FFFFFF;
}
.all-day{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 1;
	margin-top: 10px;
}
.all-year-month{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 5px;
	line-height: 1;
}
.news-list-rt{
	overflow: hidden;
}
.news-list-rt a{
	display: block;
}
.news-ttl{
	font-size: 14px;
	color: #FFFFFF;
}
.news-intro{
	color: #EEEEEE;
	font-size: 12px;
	max-height: 60px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.icon-img1{
	margin-bottom: 20px;
}
@media (min-width:768px) {
	.news-big{
		font-size: 40px;
	}
	.news-smls{
		font-size: 18px;
	}
	.news-top{
		font-size: 30px;
	}
	.news-list-rt{
		margin-left: 120px;
	}
	.news-ttl{
		font-size: 14px;
	}
	.icon-img1{
		margin-bottom: 0px;
	}
}
@media (min-width:992px) {
	.news-ttl{
		font-size: 18px;
	}
}
/** 首页产品列表 **/
.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: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*** 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: #f8f8f8;
}
/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #DDDDDD;
}
.mobile-head{
	color: #333;
	font-size: 20px;
	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;
}
.min-tabs ul li{

	position: relative;
	height: auto !important;
}
.min-tabs ul li a i{
	display: inline-block;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 10px;

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.min-tabs ul li a{
	display: block;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #333;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
}
.min-tabs ul li a:hover{
	color: #1991cb;
}
.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: #1991cb;
}
/*.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: #CC0000;
}
.min-nav .icon-bar{
	border-color: #333;
	background-color: #333;
}
.min-tabs .dropdown-menu{
	border: none;
}
.min-tabs .dropdown-menu > li > a{
	border: none;
	border-bottom: 1px solid #DDDDDD;
	background-color: #fafafa;
}
@media (min-width:768px) {
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.min-nav .navbar-toggle{
		display: block;
	}

}
@media (min-width:992px) {
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
	.min-nav .navbar-toggle{
		display: none;
	}
}
/* 右边主体 */
.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: #1991cb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.content-body{
	color: #444444;
	font-size: 14px;
	line-height: 2;
}
.content-body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 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: 14px;
	background-color: #1991cb;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}
/*新闻列表*/
.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-title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #999;
	font-size: 12px;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
@media (min-width:768px) {
	.news-title{
		margin-top: 0px;
		font-size: 16px;
	}
}
/* 新闻正文 */
.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;
}
.pro-item a{
	display: block;
	border: 1px solid #D9D9D9;
}
.pro-pic{
	overflow: hidden;
}
.pro-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-title{
	font-size: 14px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	padding-left: 15px;
	padding-right: 60px;
	height: 40px;
	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;
}
.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: #000;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.75;
	color: #666666;
}
@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: #e67817;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.tabs-wrap .tab-content img{
	
	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: #e67817;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #e67817;
	}
	.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: 14px;
	color: #888;
}
.fm-wap .btn-primary{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	background-color: #2a9bd5;
	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: #e90202;
}
.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: 14px;
	}
	/* 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: #1991cb;
}
.full-main{
	background-color: #FFFFFF;
	padding: 20px;
}
.full-name{
	color: #1991cb;
	font-size: 16px;
	font-weight: bold;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	height:auto;
	margin-bottom: 15px;
}

.full-news-list{
	overflow: hidden;
}
.full-news-list ul li{
	padding: 20px 0;
	border-bottom: 2px solid #DDDDDD;
	position: relative;
	margin-top: 20px;
}
.full-news-list ul li:after{
	width: 0px;
	height: 2px;
	background-color: #1991cb;
	position: absolute;
	left: 0px;
	bottom: -2px;
	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;
	margin-bottom: 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;
  	border: 1px solid #EEEEEE;
  	padding: 10px;
}
.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: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
  	transform: translateY(-5px);
}
.full-product-item a{
	display: block;
}
.full-product-name{
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #EEEEEE;
}
.full-product-brief{
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 5px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.full-product-sort{
	color: #E67817;
	font-size: 16px;
	margin-bottom: 20px;
}
.full-product-title{
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
.full-product-intro{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.product-to-buy{
	margin-top: 40px;
	font-size: 0;
}
.product-to-buy a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #1991cb;
	background-image: url(../images/icon_zx.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 30px 0 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 10px 10px 10px 0;
}
.full-video-content{
	margin-top: 20px;
}
.full-video-content iframe,
.full-video-content embed{
	display: block;
	width: 90%;
	height: 260px;
	margin: 0 auto;
}
.full-news-name{
	font-size: 16px;
	padding: 0 10px;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.full-news-brief{
	font-size: 12px;
	color: #777;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 10px;
}
.full-news-time{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 2;
	color: #AAAAAA;
	padding: 0 10px;
}
.full-news-time span{
	display: inline-block;
}
.full-news-time span i{
	padding-right: 5px;
}
.full-news-time span.news-time-left{
	float: left;
}
.full-news-time span.clicks{
	float: right;
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 350px;
	}
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 400px;
	}
}
@media (min-width: 1200px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 500px;
	}
}

.ft-nav{
	text-align: right;
}

.full-sort{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
}
.full-sort-list{
	position: relative;
}
.full-sort-list ul li{
	float: left;
	display: inline-block;
	margin: 5px 15px 5px 0;
}
.full-sort-list ul li a{
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 10px 30px;
}
.full-sort-list ul li a:hover,
.full-sort-list ul li a.active{
	color: #FFFFFF;
	background-color: #1991cb;
	border-color: #1991cb;
}
.white-box-wrap{
	background-color: #FFFFFF;
	padding: 30px;
}
.full-sort-title{
	color: #000000;
	font-size: 30px;
	text-align: center;
}
.full-line{
	height: 0;
	border-top: 1px solid #DDDDDD;
	margin: 40px 0;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
}
.full-content-title{
	text-align: center;
	color: #333;
	font-size: 20px;
}
.full-contact-title{
	color: #333333;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.full-contact-title:after{
	width: 30px;
	height: 1px;
	background-color: #1991cb;
	position: absolute;
	left: 0;
	bottom: 0;
}
.full-iframe{
	margin-bottom: 20px;
}
.full-iframe iframe{
	width: 100%;
	height: 450px;
	border: none;
}
.full-contact-content{
	color: #565656;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}

.support-head{
	font-size: 20px;
	margin-bottom: 35px;
	margin-top: 10px;
}
.support-outer{
	background-color: #fff;
	padding: 30px 20px 40px;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
	transition: all .8s cubic-bezier(.19,1,.22,1);
	-moz-transition: all .8s cubic-bezier(.19,1,.22,1);
	-ms-transition: all .8s cubic-bezier(.19,1,.22,1);
}
.support-outer:hover{
	color: #FFFFFF;
	background-color: #0e5fac;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	box-shadow: 0 0 16px rgba(0, 0, 0, .12)
}
.support-outer a{
	display: block;
}
.support-outer a:hover{
	color: #FFFFFF;
}
.support-outer .support-pic{
	overflow: hidden;
}
.support-outer .support-pic img{
	display: block;
	width: auto;
	height: 70px;
	margin: 0 auto;
}
.support-outer .support-title{
	color: #333333;
	text-align: center;
	font-size: 24px;
	padding-top: 25px;
	padding-bottom: 25px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.support-outer:hover .support-title{
	color: #FFFFFF;
}
.support-outer .support-list{
	position: relative;
	min-height: 100px;
}
.support-outer .support-list li{
	color: #666666;
	width: 48%;
	margin: 0 1% 15px;
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 1.25;
	padding-left: 15px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.support-outer .support-list li:after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #CCCCCC;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.support-outer:hover .support-list li{
	color: #FFFFFF;
}
.support-outer .support-sort-desp{
	min-height: 100px;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.support-outer:hover .support-sort-desp{
	color: #FFFFFF;
}

/** download - index -css **/
.download-outer{
	background-color: #fff;
	padding: 50px 20px 20px;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
	transition: all .8s cubic-bezier(.19,1,.22,1);
	-moz-transition: all .8s cubic-bezier(.19,1,.22,1);
	-ms-transition: all .8s cubic-bezier(.19,1,.22,1);
}
.download-outer:hover{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	box-shadow: 0 0 16px rgba(0, 0, 0, .12)
}
.download-outer a{
	display: block;
}
.download-outer .download-pic{
	overflow: hidden;
}
.download-outer .download-pic img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 70px;
}
.download-outer .title{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.download-sort{
	border: 1px solid #bfcbd9;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
.download-sort ul li{
	display: inline-block;
	float: left;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	border-right: 1px solid #bfcbd9;
}
.download-sort ul li a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
}
.download-sort ul li a:hover,
.download-sort ul li a.cur{
	background-color: #1991cb;
	color: #FFFFFF;
}

.download-list-outer{
	padding: 15px 10px;
	margin-bottom: 15px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer:hover{
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	background-color: #fff;
}
.download-list-outer .pic{
	overflow: hidden;
	margin-bottom: 15px;
}
.download-list-outer .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer:hover .pic img{
	opacity: 0.8;
}
.download-list-outer .intro{
	color: rgb(51,51,51);
	font-size: 14px;
	line-height: 1.5;
}
.download-list-outer .more{
	text-align: right;
	font-size: 14px;
	margin-top: 8px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer .more a{
	color: #666;
}
.download-list-outer .more i{
	font-size: 12px;
	padding-right: 5px;
}
.download-list-outer:hover .more a{
	color: #1991cb;
}

.video-outer{
	margin-bottom: 30px;
	background-color: #FFFFFF;
	/*-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12);
	box-shadow: 0 0 2px rgba(0, 0, 0, .12);*/
	padding: 20px;
}
.video-outer a{
	display: block;
}
.video-outer .pic{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.video-outer .pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.video-outer .title{
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
}
.video-outer .pic span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background-color: rgba(248,248,248,0.7);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	color: #666666;
	font-size: 24px;
}
.video-title{
	color: #444444;
	font-size: 18px;
	margin-bottom: 25px;
}
.video-content{
	height: auto;
	overflow: hidden;
	position: relative;
}
.video-content video,
.video-content embed,
.video-content iframe{
	display: block;
	margin: 0 auto;
	border: none;
	width: 100%;
	height: auto;
}

.faq-top-row{
	background-color: #DADADA;
}
.faq-top-title-head{
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 15px 15px;
}
.faq-top-date-head{
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.faq-outer{
	background-color: #FFFFFF;
	position: relative;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .12);
	box-shadow: 0 0 1px rgba(0, 0, 0, .12);
}
.faq-outer ul li{
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
}
.faq-outer ul li a{
	display: block;
}
.faq-outer ul li .title{
	padding-left: 15px;
	color: #333333;
	font-size: 12px;
}
.faq-outer ul li:hover{
	background-color: #F5F5F5;
}
.faq-outer ul li .date{
	color: #333333;
	text-align: center;
	font-size: 12px;
}

.faq-left-outer{
	background-color: #FFFFFF;
	padding: 15px;
}
.faq-right-outer{
	background-color: #FFFFFF;
	padding: 15px 15px;
	margin-top: 25px;
}
.faq-title{
	text-align: center;
	font-size: 20px;
	padding-bottom: 15px;
}
.faq-date-num{
	text-align: center;
	font-size: 14px;
	padding-bottom: 30px;
}
.faq-date-num span{
	display: inline-block;
	margin: 0 10px;
	color: #666666;
}
.faq-date-num span i{
	padding-right: 5px;
}
.faq-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.faq-content img{
	max-width: 100%;
	height: auto;
}
.faq-content embed,
.faq-content video,
.faq-content iframe{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.faq-rel-title{
	font-size: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #EEEEEE;
	text-transform: capitalize;
}
.faq-rel-list{
	height: auto;
	overflow: hidden;
	position: relative;
}
.faq-rel-list ul li{
	margin-top: 25px;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 15px;
	position: relative;
}
.faq-rel-list ul li a{
	display: block;
	color: #666666;
}
.faq-rel-list ul li i{
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 5px;
	color: #dadada;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
}
.faq-rel-list ul li a:hover{
	color: #1991cb;
}
.faq-rel-list ul li a:hover i{
	color: #1991cb;
}
.faq-rel-list ul li.active a,
.faq-rel-list ul li.active i{
	color: #1991cb;
}
.faq-rel-list ul li .slide-menu{
	position: relative;
}
.faq-rel-list ul li .slide-menu li{
	margin-top: 10px;
}
.faq-rel-list ul li .slide-menu li a{
	color: #666;
}
.faq-rel-list ul li .slide-menu li a:hover{
	color: #1991cb;
}

.full-sort-knowledge-outer{
	background-color: #FFFFFF;
	border-bottom: 1px solid #d1dbe5;
	margin-bottom: 30px;
}
.full-sort-knowledge-list{
	position: relative;
}
.full-sort-knowledge-list ul li{
	height: 50px;
	line-height: 50px;
	display: inline-block;
	float: left;
	padding: 0 15px;
	font-size: 16px;
	position: relative;
	font-weight: 400;
}
.full-sort-knowledge-list ul li a{
	display: block;
}
.full-sort-knowledge-list ul li:after{
	content: "";
	width: 0;
	height: 2px;
	background-color: transparent;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
}
.full-sort-knowledge-list ul li:hover:after{
	background-color: #1991cb;
	width: 100%;
	left: 0;
}
.full-sort-knowledge-list ul li.cur a{
	color: #1991cb;
}
.full-sort-knowledge-list ul li.cur:after{
	width: 100%;
	background-color: #1991cb;
	left: 0;
}

.full-knowledge-list{
	height: auto;
	position: relative;
}
.full-knowledge-list ul li{
	background-color: #FFFFFF;
	padding: 15px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	margin-bottom: 30px;
}
.full-knowledge-list ul li a{
	display: block;
}
.full-knowledge-list ul li .pic{
	overflow: hidden;
}
.full-knowledge-list ul li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.full-knowledge-list ul li:hover{
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
	box-shadow: 0 0 5px rgba(0, 0, 0, .12);
}
.full-knowledge-list ul li .title{
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	margin-top: 15px;
}
.full-knowledge-list ul li .intro{
	color: #666666;
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 20px;
}
.full-knowledge-list ul li .more{
	font-size: 14px;
}
.full-knowledge-list ul li .more span{
	display: inline-block;
	border: 1px solid #dfdfdf;
	background-color: #f5f5f5;
	color: #666666;
	padding: 0 25px;
	line-height: 36px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
}
.full-knowledge-list ul li:hover .more span{
	color: #FFFFFF;
	background-color: #1991cb;
	border-color: #1991cb;
}

.anti-outer{
	padding: 15px;
	background-color: #FFFFFF;
}
.anti-top{
	color: #a00401;
	font-size: 14px;
	font-weight: bold;
}
.anti-sml{
	font-size: 14px;
	color: #648bb1;
	border-bottom: 1px solid #648bb1;
	padding-bottom: 5px;
}
.anti-form{
	margin-top: 30px;
}
.anti-group{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.anti-group label{
	display: block;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	line-height: 28px;
}
.anti-group input{
	display: block;
	width: 100%;
	border: 1px solid #DDDDDD;
	line-height: 28px;
	padding: 0 10px;
}
.anti-group button{
	display: inline-block;
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	cursor: pointer;
	line-height: 32px;
	padding: 0 25px;
	font-size: 14px;
	text-transform: uppercase;
}

.press-top{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 30px;
}
.press-top a{
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #444444;
}
.press-top i{
	color: #B0B0B0;
	font-size: 12px;
	padding-left: 8px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
}
.press-top a:hover{
	color: #1991cb;
}
.press-top a:hover i{
	color: #1991cb;
}

.press-outer{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}
.press-outer a{
	display: block;
}
.press-outer .pic{
	overflow: hidden;
}
.press-outer .pic img{
	display: block;
	width: 100%;
	height: auto;
	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;
}
.press-outer:hover .pic img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.press-outer .title{
	color: #fff;
	font-size: 24px;
	position: absolute;
	left: 0;
	padding: 10%;
	top: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.eve-top-pic{
	overflow: hidden;
}
.eve-top-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.eve-top-title{
	font-size: 20px;
	margin-top: 10px;
}
.eve-top-date{
	color: #a0adb6;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 15px;
}
.eve-top-intro{
	color: #39425f;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}
.eve-outer{
	margin-bottom: 30px;
}
.eve-outer a{
	display: block;
	width: 100%;
	height: 100%;
}
.eve-outer .pic{
	overflow: hidden;
}
.eve-outer .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	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;
}
.eve-outer:hover .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.eve-outer .title{
	padding: 15px 0 10px;
	color: #39425f;
	font-size: 20px;
}
.eve-outer .date{
	color: #a0adb6;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
	height: 63px;
	overflow: hidden;
}
.eve-outer .more{
	font-size: 14px;
	text-transform: capitalize;
}
.eve-outer .more span{
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 0;
	text-align: center;
	transition: background-position 1s ease;
	background-size: 200% 100%;
	background-image: linear-gradient(-45deg, #116dbd , #4b5faa 50%, #2ac6c8);
	background-image: -webkit-linear-gradient(-45deg, #116dbd , #4b5faa 50%, #2ac6c8);
	background-image: -moz-linear-gradient(-45deg, #116dbd , #4b5faa 50%, #2ac6c8);
}
.eve-outer:hover .more span{
	background-position: right center;
}

.case-outer{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}
.case-outer a{
	display: block;
	width: 100%;
	height: 100%;
}
.case-outer .pic{
	overflow: hidden;
	height: auto;
	position: relative;
}
.case-outer .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.case-outer .title{
	padding: 10px 15px;
	text-align: center;
	color: #5D5D5D;
	font-size: 14px;
	margin-bottom: 10px;
}
.case-outer .cover{
	width: 80%;
	height: 80%;
	position: absolute;
	left: 10%;
	top: 10%;
	border: 2px solid #FFFFFF;
	visibility: hidden;
	opacity: 0;
	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;
}
.case-outer:hover .cover{
	visibility: visible;
	opacity: 1;
}
.case-outer .cover .table{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.case-outer .cover .table .table-cell{
	display: table-cell;
	vertical-align: middle;
}
.case-outer .cover .table .table-cell .table-title{
	color: #FFFFFF;
	font-size: 30px;
}

.full-partner-list{
	position: relative;
}
.full-partner-list ul li{
	padding: 15px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.full-partner-list ul li .pic{
	overflow: hidden;
}
.full-partner-list ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.full-partner-list ul li .title{
	color: #39425F;
	font-size: 20px;
	margin-bottom: 10px;
}
.full-partner-list ul li .deframe{
	color: #444444;
	font-size: 14px;
}
.full-partner-list ul li .deframe b{
	color: #39425F;
}
.full-partner-list ul li .more{
	text-align: right;
	font-size: 14px;
	color: #0082cc;
	margin-top: 10px;
}
.full-partner-list ul li .more span{
	display: inline-block;
	cursor: pointer;
}
.full-partner-list ul li .info{
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.full-partner-list ul li .info b{
	color: #39425F;
}
.full-partner-list ul li .info.cur{
	height: auto;
}

.career-brief{
	color: #333333;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 15px;
}
.career-brief img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.career-line{
	border-bottom: 1px solid #D92218;
	margin-top: 20px;
	margin-bottom: 20px;
}
.career-mail{
	font-size: 18px;
	margin-bottom: 30px;
}
.career-mail a{
	color: #D92218;
}
.career-poster{
	color: #D92218;
	font-size: 24px;
	margin-bottom: 15px;
}
.career-info{
	color: #444;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 30px;
}

.contact-bgc{
	background-color: #FFFFFF !important;
}
.contact-brief{
	color: #39425F;
	font-size: 14px;
	margin-bottom: 30px;
}
.section-product{
	background-color: #fff;
}
#product-cate-row.row,
#product-cate-row.row .row{
	margin-left: -1px;
	margin-right: -1px;
}
#product-cate-row.row .col-xs-6,
#product-cate-row.row .col-xs-12,
#product-cate-row.row .col-sm-4,
#product-cate-row.row .col-md-4,
#product-cate-row.row .col-lg-4,
#product-cate-row.row .col-sm-8,
#product-cate-row.row .col-md-8,
#product-cate-row.row .col-lg-8,
#product-cate-row.row .col-sm-6,
#product-cate-row.row .col-md-6,
#product-cate-row.row .col-lg-6{
	padding-left: 1px;
	padding-right: 1px;
}
.product-cate-wrap{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 2px;
}
.product-cate-wrap a{
	display: block;
}
.product-cate-wrap .pic{
	height: auto;
	overflow: hidden;
	position: relative;
}
.product-cate-wrap .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.product-cate-wrap .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.product-cate-wrap .cover .title{
	color: #fff;
	font-size: 16px;
	padding: 0 15px;
	margin-top: 20px;
}
.product-cate-wrap .cover .cate-type{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	padding: 0 15px;
	display: none;
}
.product-cate-wrap .cover .cate-intro{
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 1\0/IE9;
	filter: alpha(opacity=1\0/IE9);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0s\0/IE9;
	-webkit-transition: all 0s\0/IE9;
	position: absolute;
	top: 50%;
	transform: translateY(-10%);
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	width: 100%;
	text-align: center;
}
.product-cate-wrap:hover .cover .cate-intro {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.swiper-outer{
	background-color: transparent;
	position: relative;
	padding: 15px 50px;
	height: auto;
}
.swiper2{
	position: relative;
}
.swiper2 .swiper-slide{
	padding: 2px 5px;
}
.swiper2 .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper2 .swiper-slide .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #EBEBEB;
}
.swiper2 .swiper-slide .pic img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.swiper-outer .swiper-pagination{
	position: absolute;
	margin-top: 0;
	z-index: 555;
	top: 210px;
	text-align: center;
	width: 100%;
	left: 0;
}
.swiper-outer .swiper-pagination span{
	margin: 0 5px;
}
.swiper-button-prev.swiper-button-prev2{
	background: no-repeat;
	font-size: 36px;
	text-align: center;
	line-height: 34px;
	color: #bebebe;
}
.swiper-button-prev.swiper-button-prev2 span{
	font-size: 36px;
}
.swiper-button-next.swiper-button-next2{
	background: no-repeat;
	font-size: 36px;
	text-align: center;
	line-height: 34px;
	color: #bebebe;
}
.swiper-button-next.swiper-button-next2 span{
	font-size: 36px;
}


@media (min-width: 768px) {
	.eve-top-intro{
		padding-bottom: 40px;
	}
	.swiper-container.swiper1 .swiper-slide .pic{
		width: 36%;
		float: left;
	}
	.swiper-container.swiper1 .swiper-slide .slide-intro{
		width: 64%;
		float: left;
		padding: 50px;
	}
	.press-outer .title{
		top: 60%;
	}
	.anti-group button{
		margin-left: 50%;
	}
	.anti-group label{
		width: 50%;
		float: left;
	}
	.anti-group input{
		width: 30%;
		float: left;
	}
	.anti-outer{
		padding: 30px;
	}
	.support-head{
		font-size: 24px;
	}
	.support-outer{
		padding: 30px 40px 40px;
	}
	.faq-top-title-head{
		padding: 15px 0 15px 30px;
	}
	.faq-outer ul li .title{
		padding-left: 30px;
		font-size: 14px;
	}
	.faq-outer ul li .date{
		font-size: 14px;
	}
	.faq-left-outer{
		padding: 20px;
	}
	.faq-right-outer{
		margin-top: 0;
		padding: 40px 30px;
	}
	.full-sort-knowledge-list ul li{
		font-size: 20px;
		height: 90px;
		line-height: 90px;
	}
	.full-knowledge-list ul li .title{
		margin-top: 0;
	}
	.product-cate-wrap .cover .cate-type{
		display: block;
	}
	.product-cate-wrap .cover .title{
		font-size: 20px;
	}
	.product-cate-wrap .cover .cate-intro.cate-ppp{
		top: auto;
		bottom: 10px;
	}
}
@media (min-width: 992px) {
	.support-head{
		font-size: 32px;
	}
	.anti-group label{
		width: 42%;
	}
	.anti-group input{
		width: 23%;
	}
	.anti-group button{
		margin-left: 42%;
	}
}
@media (min-width: 1200px) {
	.anti-group label{
		width: 35%;
	}
	.anti-group input{
		width: 20%;
	}
	.anti-group button{
		margin-left: 35%;
	}
}
.contact-outer{
	width: 100%;

	min-width: 1270px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.contact-gp{
	margin-bottom: 10px;
}
.contact-half{
	display: block;
	line-height: 50px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	float: left;
	width: calc(50% - 5px);
	color: #39425f;
	font-size: 18px;
	background: #f2f2f2;
}
.contact-half img{
	display: block;
	float: left;
	margin: 0 3% 0 40%;
	height: 50px;
}
.contact-left{
	width: calc(25% - 5px);
	float: left;
	margin-right: 10px;
}
.contact-left-box1{
	width: 100%;
	line-height: 100px;
	background: #f2f2f2;
	font-weight: bold;
	color: #39425f;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
}
.contact-left-box2{
	width: 100%;
	line-height: 300px;
	background: #f2f2f2;
	font-weight: bold;
	color: #39425f;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
}
.contact-mid{
	width: calc(25% - 10px);
	float: left;
}
.contact-mid-box1{
	color: #39425f;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border:1px solid #ddd;
	border-bottom: 0;
	text-align: center;
}
.contact-mid-box2{
	color: #39425f;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border:1px solid #ddd;
	text-align: center;
	margin-bottom: 10px;
}
.contact-mid-box1 a,
.contact-mid-box2 a{
	display: block;
	color: #3491c7;
	font-size: 14px;
}

.contact-right{
	width: calc(50% - 5px);
	float: right;
}

.contact-title2{
	color: #39425F;
	font-size: 24px;
	margin-top: 20px;
}
.contact-info2{
	color: #555;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 25px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 30px;
}

.form-group{
	margin-bottom: 10px;
}
.form-group label{
	display: block;
	font-weight: normal;
	color: #555;
	margin-bottom: 5px;
}
.form-group label font{
	color: #1991cb;
}
.form-group .radio{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

@media (max-width: 1024px) {
	.contact-outer{
		min-width: 200px;
		overflow: auto;
		height: 400px;
	}
	.tbox1{
		position: relative;
		width: 1300px;
	}

}


/*** product ***/
.section-inner-product{
	background-color: #fff;
}
.inner-banner-product{
	min-height: 450px;
	position: relative;
	background-image: url(../images/bg-product.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.iview_left{
	position: absolute;
	top: 90px;
	left: 10%;
}
.iview_top h1{
	color: #2c8cf3;
}
.iview_top p{
	color: #666;
	font-size: 18px;
	padding-top: 10px;
}
.iview_center{
	color: #676b77;
	font-size: 15px;
	width: 480px;
	border-bottom: 1px solid #6c6f76;
	padding-bottom: 20px;
	margin-top: 50px;
}
.iview_bottom{
	margin-top: 25px;
}


.slideBox{
	width:40%;
	height:auto;
	overflow:hidden;
	position:absolute;
	right: 5%;
	top: 40px;
}
.slideBox .hd{
	height:20px;
	overflow:hidden;
	position:relative;
	z-index:1;
	text-align: center;
}
.slideBox .hd ul{ overflow:hidden; zoom:1;}
.slideBox .hd ul li{
	display: inline-block;
	*display: inline;
	width:8px;
	height:8px;
	line-height:14px;
	text-align:center;
	background:#999;
	cursor:pointer;
	font-size: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	margin: 0 5px;
}
.slideBox .hd ul li.on{
	background:#f00;
	color:#fff;
}

.slideBox .bd{
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li{
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img{
	width: 100%;
	max-width:350px;
	height:auto;
	display:block;
}


.item-product-left{
	width: 100%;
	position: relative;
	min-height: 1px;
	margin-bottom: 25px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}


.item-product-right{
	width: 100%;
	position: relative;
	min-height: 1px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.product-outer{
	position: relative;
	background-color: #FFFFFF;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
.product-outer .pic{
	height: auto;
	overflow: hidden;
}
.product-outer .pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.product-outer .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.product-outer .title{
	position: relative;
	height: 60px;
	padding: 0 50px 0 20px;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
.product-outer .title h3{
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
}
.product-outer .title i{
	position: absolute;
	display: block;
	padding: 5px;
	font-size: 20px;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
	transition: all .8s cubic-bezier(.19,1,.22,1);
	z-index: 99;
}
.item-product-demo.cur .product-outer .title i{
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	color: #32beff;
}
.item-product-demo.cur .product-outer{
	webkit-box-shadow: 0 0 16px rgba(0,0,0,.12);
	box-shadow: 0 0 16px rgba(0,0,0,.12);
}
.item-product-demo:hover .product-outer{
	webkit-box-shadow: 0 0 16px rgba(0,0,0,.12);
	box-shadow: 0 0 16px rgba(0,0,0,.12);
}
.item-product-demo .product-outer .product-submenu{
	width: 100%;
	position: relative;
	left: 0;
	top: 100%;
	padding: 0 20px;
	z-index: 1;
	background: #fff;
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.1);
	box-shadow: 0 3px 12px rgba(0,0,0,.1);
	display: none;
	border-top: 1px solid #DDDDDD;
}
.item-product-demo .product-outer .product-submenu ul{
	padding: 20px 0;
}
.item-product-demo .product-outer .product-submenu ul li{
	line-height: 25px;
}


.tabs-outer{
	padding: 15px;
	background-color: #FFFFFF;
	margin-top: 30px;
}
.tabs-outer .tabs-list{
	margin-bottom: 15px;
	height: auto;
	overflow: hidden;
}
.tabs-outer .tabs-list li{
	margin-right: 1px;
	float: left;
}
.product-desption{
	color: #666666;
	font-size: 14px;
	line-height: 1.75;
}
.product-desption img{
	max-width: 100%;
	height: auto;
}
.product-download-list{
	height: auto;
	overflow: hidden;
}
.product-download-list ul li{
	line-height: 36px;
}
.product-download-list ul li a{
	display: block;
	padding-left: 30px;
	background-image: url(../images/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

.product-form{
	position: relative;
}

.product-top-title-cate{
	font-size: 24px;
	color: #1991cb;
	font-weight: bold;
}
.product-top-intro-cate{
	margin-top: 10px;
	font-size: 14px !important;
	line-height: 1.45;
	margin-bottom: 25px;
}


@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.item-product-left{
		width: 25%;
	}
	.item-product-right{
		width: 75%;
	}
	.item-product-demo .product-outer .product-submenu{
		position: absolute;
	}
}
@media (min-width: 1200px) {
	.item-product-left{
		width: 20%;
	}
	.item-product-right{
		width: 80%;
	}
}


.msg-header{
	font-weight: bold;
	margin-bottom: 10px;
}
.form-group-check{
	margin-bottom: 15px;
}
.msg-info{
	margin-bottom: 15px;
	color: #888;
}

.form-group p{
	display: block;
	font-size: 13px;
	color: #999;
}
/*---蔡新增微调--*/
.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{
	background:#000;
	color:#ccc;
}
#top_l a{
	/*用于多城市链接*/
	margin-left:10px;
}
#top_zone2 a{
	color: #ccc;
}
#top_link{
	margin-left: 20px;
}
#top_link a{
	margin-left:10px;
	line-height:42px;
}
#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;
}
.foot-contact-info a{
	color:#939393;
}
/*---分页--*/
.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:#1991cb;
	border-color:#1991cb;
	color:#FFF;
	font-weight:700;
}
.pro-relate {
    color: #1991cb;
    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;
}
.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;
}
@media (min-width: 768px) {
	.no-padding{
    padding: 0;
  }
}

/** history **/
.history-wrap{
	height: auto;
	overflow: hidden;
	background-image: url(../images/History.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 70px;
}
.history-list{
	height: auto;
	overflow: hidden;
	background-image: url(../images/dian-last.png);
	background-repeat: no-repeat;
	background-position: 90px 100%;
	padding-bottom: 3px;
	padding-top: 37px;
	position: relative;
}
.history-list dl{
	height: auto;
	overflow: hidden;
	background-image: url(../images/dian.png);
	background-repeat: repeat-y;
	background-position: 90px 50%;
}
.history-list dl dt{
	width: 90px;
	margin:30px 0;
	line-height:30px;
	font-size: 24px;
	float: left;
	color: #fff;
	position: relative;
}
.history-list dl dd{
	margin:30px 0;
	line-height:30px;
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	float: left;
	color: #fff;
	font-size: 20px;
	padding-left: 40px;
}
.history-list dl dt:after{
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../images/History_27.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	left: 83px;
	top: 50%;
	margin-top: -10px;
}
.history-list:before{
	width: 16px;
	height: 37px;
	background-image: url(../images/dian_top.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	left: 85px;
	top: 0;
}


.fbk-ok-head{
	text-align: center;
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: bold;
}
.fbk-ok-fa{
	text-align: center;
}
.fbk-ok-fa i{
	font-size: 100px;
	color: #1D2088;
}
.fbk-ok-msg{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}
.sanji{
	height: auto;
	overflow: hidden;
	display: none;
}
.sanji li{
	padding-left: 10px;
}
.min-tabs ul li.active .sanji{
	display: block;
}

.error-404{
	color: #f0f0f0;
	font-size: 160px;
	font-weight: 700;
	font-family: 'Roboto';
}
.error-head{
	height: auto;
	overflow: hidden;
	font-size: 22px;
	color: #1991cb;
	margin-bottom: 10px;
}
.error-list{
	height: auto;
	overflow: hidden;
}
.error-list li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.error-list li a{
	display: block;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #666;
}
.error-list li i{
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.error-sml{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 20px;
}
.error-search{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.error-search input{
	display: block;
	width: 100%;
	border: 1px solid rgb(210, 210, 210);
	background-color: rgb(221, 223, 226);
	height: 36px;
	line-height: 34px;
	padding: 0 40px 0 15px;
	color: #666;
}
.error-search button{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
	line-height: 36px;
	border: 0;
	transition: .5s;
}
.error-search button i{
	font-size: 24px;
}

.section-partner{
	background-color: #f3f3f3;
}
.tab-swiper{
	margin-left: auto;
	margin-right: auto;
	max-width: 1410px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.tbswp-lt{
	width: 20%;
}
.tabSwiper .swiper-slide a{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
	line-height: 24px;
	padding: 15px 0;
}
.tabSwiper .swiper-slide a p{
	margin-bottom: 0;
	padding-left: 5px;
	color: #888;
	transition: 0.5s;
}
.tabSwiper .swiper-slide a i{
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: 0.5s;
	font-size: 22px;
	color: #1890cb;
	line-height: 1;
}
.tabSwiper .swiper-slide.swiper-slide-thumb-active a i{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.tabSwiper .swiper-slide.swiper-slide-thumb-active a p{
	color: #000;
}
.tbswpBtm{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	align-items: center;
}
.tbswpBtm .line{
	margin: 0 30px;
	margin-top: -2px;
	width: 1px;
	height: 20px;
	background-color: #d9d9d9;
}
.tbswpBtm .swiper-arrows{
	cursor: pointer;
}
.tbswpBtm .swiper-arrows i{
	font-size: 22px;
	color: #333;
	transition: 0.5s;
}
.tbswpBtm .swiper-arrows.swiper-button-disabled i{
	color: #ccc;
}

.tbswp-rt{
	width: 80%;
	padding-left: 60px;
}
.tbswp-main{
	position: relative;
	background-color: #fff;
	box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}
.whySwiper .swiper-slide a{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	flex-wrap: wrap;
}
.whySwiper .swiper-slide .why-txt{
	width: 50%;
	padding: 50px 50px 0 60px;
}
.whySwiper .swiper-slide .why-txt h6{
	margin: 0 auto;
	position: relative;
	text-transform: uppercase;
	padding-left: 55px;
	color: #333;
}
.whySwiper .swiper-slide .why-txt h6::before{
	content: '';
	width: 40px;
	height: 1px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 50%;
}
.whySwiper .swiper-slide .why-txt h1{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
.whySwiper .swiper-slide .why-txt .brief{
	color: #666;
	line-height: 28px;
	font-size: 16px;
}

.whySwiper .swiper-slide .pic{
	width: 50%;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.whySwiper .swiper-slide .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.whySwiper .swiper-slide .pic h5{
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 66px;
	width: 100%;
	background-color: rgba(25, 145, 203, 0.9);
	z-index: 10;
	line-height: 66px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.whySwiper .swiper-slide .pic .sanjou{
	width: 44px;
	height: 44px;
	background-color: #fff;
	position: absolute;
	left: -22px;
	top: 120px;
	transform: rotate(45deg);
}
.whypage{
	position: absolute;
	left: 80px;
	bottom: 40px;
	z-index: 1;
}
.whypgbox{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.whypgbox > div{
	width: 40px;
	height: 3px;
	background-color: #1991cb;
}
.whypgbox > div.on{
	background-color: #333;
}
@media screen and (max-width: 1500px){
	.tabSwiper .swiper-slide a{
		padding: 10px 0;
	}
	.tabSwiper .swiper-slide a p{
		font-size: 14px;
	}
	.whySwiper .swiper-slide .why-txt h1{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.whySwiper .swiper-slide .why-txt .brief{
		font-size: 14px;
		line-height: 22px;
	}
	.whySwiper .swiper-slide .pic img{
		height: 380px;
	}
}
@media screen and (max-width: 992px){
	.tbswp-lt{
		width: 100%;
	}
	.tbswp-rt{
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.tbswpBtm{
		display: none;
	}
	.tabSwiper .swiper-slide a{
		justify-content: center;
	}
	.tabSwiper .swiper-slide a i{
		display: none;
	}
	.tabSwiper .swiper-slide a p{
		padding: 0 5px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.tabSwiper .swiper-slide.swiper-slide-thumb-active a{
		background-color: #fff;
	}
}
@media screen and (max-width: 768px){
	.whySwiper .swiper-slide .why-txt{
		width: 100%;
		padding: 30px 20px;
	}
	.whySwiper .swiper-slide .pic{
		width: 100%;
	}
	.whySwiper .swiper-slide a{
		height: auto;
	}
	.whySwiper .swiper-slide .why-txt h1{
		font-size: 20px;
		margin-top: 10px;
		line-height: 26px;
	}
	.whypage{
		display: none;
	}
	.whySwiper .swiper-slide .pic .sanjou{
		display: none;
	}
}

.about {
    margin-top: 130px;
    height: 730px;
    display: flex;
    position: relative;
}

.aboutl {
    width: 60%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutr {
    width: 40%;
    background-color: #1991cb;
}

.aboutdw {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.aboutdw_box {
    height: 100%;
}

.aboutdw_boxr {
    background-color: #fff;
    width: 50%;
    height: 575px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 0 80px;
    display: flex;
    align-items: center;
	float: right;
	margin-right: 30px;
}

.aboutdw_boxr_box {
    width: 100%;
}

.aboutdw_boxr_boxh {
    font-size: 60px;
    text-transform: capitalize;
}

.aboutdw_boxr_boxp {
    margin-top: 10px;
    color: #666666;
    line-height: 24px;
    /* word-break: break-all; */
}

.aboutdw_boxr_gd {
    display: flex;
    margin-top: 60px;
    text-align: center;
    line-height: 60px;
}

.aboutdw_boxr_gdvideo {
    width: 230px;
    height: 60px;
    background-color: #333333;
    cursor: pointer;
}

.aboutdw_boxr_gdvideo i {
    font-size: 18px;
    color: #fff;
}

.aboutdw_boxr_gdvideo span {
    color: #fff;
    margin-left: 6px;
}

.aboutdw_boxr_gd .aboutdw_boxr_gdmore {
    width: 230px;
    height: 60px;
    background-color: #1991cb;
}

.aboutdw_boxr_gdmore span {
    text-transform: capitalize;
    color: #fff;
}

.aboutdw_boxr_gdmore i {
    margin-left: 6px;
    font-size: 18px;
    color: #fff;
}
@media screen and (max-width: 1200px){
	/* 关于我们 */
	    .aboutdw_boxr_boxh {
	        font-size: 40px;
	    }
	    .aboutdw_boxr_gd {
	        margin-top: 30px;
	    }
	    .about {
	        margin-top: 80px;
	    }
}
@media screen and (max-width: 992px){
	 /* 关于我们 */
	    .about {
	        margin-top: 60px;
	        flex-wrap: wrap;
	        height: auto;
	    }
	    .about>div {
	        width: 100%;
	    }
	    .about>div:nth-child(2) {
	        order: -1;
	    }
	    .aboutdw {
	        background-color: #efefef;
	        position: static;
	        transform: translateY(0);
	        -webkit-transform: translateY(0);
	        -moz-transform: translateY(0);
	        -ms-transform: translateY(0);
	        -o-transform: translateY(0);
	        order: -1;
	    }
	    .aboutdw_boxr {
	        width: 100%;
	        background-color: transparent;
	        padding: 0;
	        height: auto;
			float: none;
			margin-right: 0;
	    }
	    .aboutdw_box {
	        height: auto;
	        padding: 65px 0 70px;
	    }
	    .aboutl {
	        height: 400px;
	    }
	    .aboutdw_boxr_boxp {
	        margin-top: 0;
	    }
}
@media screen and (max-width: 768px){
	 /* 关于我们 */
	    .aboutdw_boxr {
	        padding: 0 10px;
			
	    }
	    .aboutdw_boxr_boxh {
	        font-size: 24px;
	        margin-bottom: 10px;
	    }
	    .aboutdw_boxr_boxp {
	        margin-top: 0;
	        font-size: 12px;
	        line-height: 20px;
	    }
	    .aboutdw_boxr_gd {
	        margin-top: 20px;
	    }
	    .aboutdw_boxr_gdvideo,
	    .aboutdw_boxr_gd .aboutdw_boxr_gdmore {
	        height: 46px;
	        line-height: 46px;
	    }
	    .aboutl {
	        height: 260px;
	    }
	    .aboutdw_boxr_gdvideo i {
	        font-size: 16px;
	    }
	    .aboutdw_boxr_gdvideo span,
	    .aboutdw_boxr_gdmore span {
	        font-size: 14px;
	    }
}

.idx-flex-pro{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.idx-pro-hd{
	padding-left: 40px;
	position: relative;
	font-size: 18px;
	text-transform: capitalize;
}
.idx-pro-hd::before{
	content: '';
	width: 20px;
	height: 1px;
	background-color: #1991cb;
	position: absolute;
	left: 0;
	top: 50%;
}
.idx-flex-pro a{
	font-size: 16px;
	text-transform: uppercase;
}

.index-list-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	flex-wrap: wrap;
	margin-top: 20px;
}
.index-list-product li{
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 5px;
}
.index-list-product .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #f3f3f3;
}
.index-list-product .wrap a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.index-list-product .wrap .item{
	height: auto;
	overflow: hidden;
}
.index-list-product .wrap .item .title{
	padding: 30px 10px;
	text-align: center;
	font-size: 14px;
}
.index-list-product .wrap .item .pic{
	height: auto;
	overflow: hidden;
}
.index-list-product .wrap .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.index-list-product .wrap .cover{
	display: none;
}

@media (min-width: 768px) {
	.idx-pro-hd{
		font-size: 24px;
	}
	.index-list-product li{
		width: 25%;
	}
	.index-list-product .wrap .item .title{
		font-size: 16px;
	}
	.index-list-othth{
		margin-top: 30px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.index-list-othth li{
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.index-list-othth li + li::before{
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		width: 1px;
		height: 45px;
		background-color: #d1d1d1;
	}
	.index-list-othth li .pic{
		width: 90px;
		height: auto;
		overflow: hidden;
	}
	.index-list-othth li .pic img{
		max-width: 100%;
		height: auto;
	}
	.index-list-othth li .txtt{
		padding-left: 25px;
	}
	.index-list-othth li .txtt .title{
		font-size: 20px;
	}
	.index-list-othth li .txtt .brief{
		color: #666;
		font-size: 14px;
	}
	
}
@media (min-width: 992px) {
	.idx-pro-hd{
		font-size: 30px;
	}
	.index-list-product .wrap .item .title{
		font-size: 24px;
		margin-top: 20px;
	}
	.index-list-product .wrap .cover{
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 50px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		transition: 0.5s;
		opacity: 0;
		visibility: hidden;
	}
	.innner-flex{
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding:10px 30px;
	}
	.innner-flex .title{
		color: #fff;
		font-size: 24px;
		position: relative;
		text-align: center;
		padding-bottom: 15px;
	}
	.innner-flex .title::after{
		content: '';
		width: 20px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	.innner-flex .brief{
		text-align: center;
		color: #fff;
		font-size: 16px;
		line-height: 1.75;
		margin-top: 30px;
	}
	.innner-flex .more{
		height: auto;
		overflow: hidden;
		text-align: center;
		font-size: 16px;
		margin-top: 30px;
	}
	.innner-flex .more span{
		display: inline-block;
		background-color: #1991cb;
		color: #fff;
		line-height: 40px;
		padding: 0 20px;
	}
	.index-list-product li .wrap:hover .cover{
		top: 0;
		opacity: 1;
		visibility: visible;
	}
	.index-list-product li.on .wrap .cover{
		top: 0;
		opacity: 1;
		visibility: visible;
	}
	.index-list-product .wrap .cover .jiaosan{
		position: absolute;
		width: 22px;
		height: 22px;
		background-color: #fff;
		left: 50%;
		transform: translateX(-50%) rotate(45deg);
		bottom: -11px;
		z-index: 1;
	}
	
}
@media (min-width: 1200px) {
	.idx-pro-hd{
		font-size: 36px;
	}
	.index-list-product .wrap .item .title{
		font-size: 24px;
	}
}

.faq-panel{
	height: auto;
	overflow: hidden;
}
.faq-panel .item{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #f4f4f4;
}
.faq-panel .item .title{
	position: relative;
	height: auto;
	overflow: hidden;
	/* border: 1px solid #ddd; */
	padding: 0 15px;
	line-height: 44px;
	font-size: 16px;
	cursor: pointer;
	padding-left: 35px;
}
.faq-panel .item .title span{
	display: inline-block;
	position: absolute;
	left: 13px;
	top: 0;
	color: #E7353D;
}
.faq-panel .item .title::before{
	content: '';
	width: 13px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 18px;
}
.faq-panel .item .title::after{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 24px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.faq-panel .item .title.on::after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	opacity: 0;
	visibility: hidden;
}
.faq-panel .item .title.on{
	color: #f2920d;
}
.faq-panel .item .intro{
	padding: 15px 20px;
	/* border: 1px solid #ddd; */
	border-top: 0;
	font-size: 14px;
	line-height: 2;
	display: none;
	position: relative;
	padding-left: 35px;
	padding-top: 0;
}
.faq-panel .item .intro span{
	display: inline-block;
	position: absolute;
	left: 13px;
	top: 2px;
	color: #009BE7;
	font-size: 16px;
	line-height: 24px;
}