/* fonts set */
	/** impactregular **/
@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

	/** opensans **/
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
/* end */
html{
	height: 100%;
}
body{
	height: 100%;
}
body{
	font-family: "微软雅黑","OpenSansLight", arial;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
h2{
	font-family: "微软雅黑","OpenSansLight", arial;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-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;
	text-decoration: none;
}
a:hover {
	color: #4f81bd;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
/*img {
	display: block;
	max-width: 100%;
	height: auto;
}*/
section{
	padding: 20px 0;
}
@media (min-width: 768px) {
	body > section {
  		padding: 20px 0 40px 0;
	}
}

.container{
	width: 100%;
	max-width: 1400px;
}

/** css code start **/

/******************
 * 导航   *
 *****************/
.header{
	background-color: #FFFFFF;
}

/* Fixed navigation
---------------------------------- */
/*.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}*/
.fixed-header-on .header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1006;
	opacity: 0;
	filter: alpha(opacity=0);
	border-bottom: 1px solid #f1f1f1;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.95);
}
.fixed-header-on .header.fixed.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}

.navbar-nav{
	margin: 0px -15px;
}
/* first level menu */
.navbar.navbar-default {
	border-radius: 5px;
	margin: 10px;
	background-color: #FFFFFF;
	border-color: #f1f1f1;
}
.navbar.navbar-default .navbar-nav{
	background-color: #fafafa;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	color: #666666;
	text-transform: uppercase;
	font-size: 14px;
	/*font-weight: bold;*/
	padding: 8px 20px;
	z-index: 102;
	border: 1px solid transparent;
	bottom: -1px;
	/*-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;*/
}
.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;
}
.navbar-brand{
	padding-left: 10px;
	padding-right: 10px;
}
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #4f81bd;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #4f81bd;
}

/* 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: #4f81bd;
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom: 1px solid 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: transparent;
	-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;*/
	min-width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #f1f1f1;
	z-index: 101;
}

/* second level menu items */
.dropdown-menu > li > a {
	padding: 8px 20px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #f1f1f1;
	-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 {
	background-color: #ffffff;
	color: #4f81bd;
	border-color: #f1f1f1;
}

/* 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;
}
/**** 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;
  }
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border-color: #4f81bd;
}
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #FFFFFF;
	border-color: #4f81bd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #4f81bd;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #4f81bd;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
}
.main-navigation .navbar-brand img{
	height: 40px;
}
.main-navigation .navbar-brand span{
	display: none;
}

/* mega menu */
.mega-menu.dropdown {
	position: static;
}
.mega-menu .dropdown-menu {
	left: 0;
	top: 100%;
	width: 100%;
	padding: 20px;
}
.mega-box{
	width: 100%;
}
.mega-box img{
	border: 1px solid #EEEEEE;
	padding: 2px;
}
.mega-box h6{
	text-align: center;
	margin-bottom: 10px;
}
.mega-box a{
	display: block;
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.navbar-nav{
		margin: 0px;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: #FFFFFF;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent !important;
		/*border-left: 1px solid #d0d0d0;*/
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus{
		color: #4f81bd;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a:focus{
		color: #4f81bd;
		background-color: transparent;
	}
	.main-navigation .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	/* first level menu */
	.nav-bgcolor{
		background-color: #FFFFFF;
	}
	.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 !important;
	}
	.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:after{
		position: absolute;
		width: 0;
		height: 1px;
		background-color: #4f81bd;
		left: 50%;
		bottom: 5px;
		-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;
	}
	.navbar-default .navbar-nav > li:hover:after{
		width: 100%;
		left: 0px;
	}*/
	.navbar-default .navbar-nav > li{
		margin: 0 15px;
	}
	.navbar-default .navbar-nav > li > a{
		padding: 0 5px 5px 5px;
		font-size: 16px;
		line-height: 40px;
		color: #434343;
	}
	.navbar-default .navbar-nav > li > a:hover{
		color: #4f81bd;
		background-color: transparent;
	}
	/* logo top */
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-header .logo{
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.navbar > .container .navbar-brand{
		margin-left: 0px;
	}
	.main-navigation .navbar-brand{
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		height: 54px;
		position: relative;
	}
	.main-navigation .navbar-brand img{
		height: 54px;
		float: left;
	}
	
	.main-navigation .head-right{
		float: right;
		margin-top: 10px;
	}
	
	.mega-menu .dropdown-menu {
		/*left: 50%;
		width: 750px !important;
		min-width: 750px;
		max-width: 750px;
		margin-left: -375px;*/
		width: 100%;
		left: 0px;
		right: 0px;
	}
	
	/* logo top end */
	/** logo文字**/
	.logo-font{
		display: inline-block;
		float: left;
		height: 40px;
		line-height: 40px;
		margin-top: 7px;
		margin-bottom: 7px;
		color: #919191;
		font-size: 22px;
		border-left: 1px solid #919191;
		padding-left: 10px;
	}
	.mega-menu .dropdown-menu li li{
		width: 50%;
		padding: 0 15px;
		position: relative;
		float: left;
	}
	.mega-menu .dropdown-menu li li a{
		display: block;
		border-bottom: 1px solid #DDDDDD;
		padding: 8px 5px;
		line-height: 2;
	}
	.mega-menu .dropdown-menu li li.bigimg{
		width: 50%;
		float:left;
	}
	.mega-menu .dropdown-menu li li.bigimg a{
		border-bottom: none;
		padding: 0;
	}
}

/* Medium desktop devices */
@media (min-width:992px) {
	/* second level menu items */
	.mega-menu .dropdown-menu li li{
		width: 50%;
		padding: 0 15px;
		position: relative;
		float: left;
	}
	.mega-menu .dropdown-menu li li a{
		display: block;
		border-bottom: 1px solid #DDDDDD;
		padding: 8px 5px;
		line-height: 2;
	}
	.mega-menu .dropdown-menu li li.bigimg a{
		border-bottom: none;
		padding: 0;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* Mobile menu
	------------------------------ */
	/* active items */
	.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: #0e8b3b;
		background-color: transparent;
	}
	
	/* first level items */
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	.navbar-default .navbar-nav > li.home > a{
		color: #898989;
		font-size: 24px;
	}
	
	/* first level items when opened */
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: transparent;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	/* first level items hover and focus states */
	.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: #4f81bd;
		background-color: #fff;
	}
	
	/* second level menu */
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	
	/* second level items */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 40px;
		color: #666666;
		border-color: #fafafa;
	}
	
	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #0e8b3b;
	}
	
	/* third level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	
	/* four level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 80px;
	}
	
	/* Arrows for parent menu items */
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}
	.mega-menu .dropdown-menu li li a{
		display: block;
		line-height: 41px;
		border-bottom: 1px solid #DDDDDD;
	}
}

/** languages **/
.right-box{
	float: none;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
.top-language{
	background-color: #FAFAFA;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #EEEEEE;
}
.top-language ul li{
	display: inline-block;
	float: left;
	margin-right: 15px;
	line-height: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
}
.top-language ul li a {
	display:block;
	color: #333;
	padding: 0 10px;
	text-transform: uppercase;
}
.top-language ul li a:hover {
	color:#4f81bd
}
/** end **/

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}

/**
 * 搜索
 */
.top-form{
	float: left;
	margin-top: 7px;
	position: relative;
	z-index: 555;
}
.top-form span{
	display: inline-block;
	color: #a6a6a6;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
#topform.dropdown-menu{
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-width: 240px;
}

.top-form .form-group{
	margin-bottom: 0;
}
.top-form .form-control {
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 2;
	border: 1px solid #d5d5d5;
	color: #b6b6b6;
	border-radius: 0;
	padding-right: 10px;
	padding-left: 10px;
	width: 180px;
	box-shadow: none;
	float: left;
	display: inline-block;
}
.top-form .btn-default{
	float: right;
	border: none;
	background-color: #235ca9;
	color: #FFFFFF;
	border-radius: 0;
	padding: 5px 10px;
}
.top-form .btn-default:hover,
.top-form .btn-default:focus{
	color: #FFFFFF;
	background-color: #235ca9;
}

.top-form .form-control-feedback{
	height: 30px;
	width: 30px;
	line-height: 30px;
	left: 0px;
	right: auto;
	color: #B6B6B6;
	float: right;
}
/* 搜索end */

/* index new product */
.section-product{
	background-image: url(../images/lt_17.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
.new-pro-title{
	text-align: center;
	color: #3e3e3e;
	text-transform: uppercase;
	font-family: arial;
}
.new-pro-title h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
}
.new-pro-title span{
	text-align: center;
	font-family: arial;
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
}
.new-pro-title h2:after{
	width: 54px;
	height: 1px;
	background-color: #8f8f8f;
	position: absolute;
	left: 110%;
	top: 50%;
}
.new-pro-title h2:before{
	width: 54px;
	height: 1px;
	background-color: #8f8f8f;
	position: absolute;
	right: 110%;
	top: 50%;
}
.index-product{
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.picbox{
	position: relative;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	overflow: hidden;
}
.picbox img{
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.index-product:hover .picbox img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.infopic{
	margin-top: 20px;
}
.infopic h4{
	text-align: left;
	font-size: 20px;
	padding-bottom: 10px;
	color: #000;
}
.prodesc{
	color: #888;
	text-align: justify !important;
	line-height: 150%;
	width: 100%;
	display: inline-block;
}
.index-product:hover .infopic h4{
	color: #235ca9;
}
.pro-more{
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
}
.pro-more a{
	display: inline-block;
	padding: 6px 20px;
	border: 1px solid #8f8f8f;
	color: #8f8f8f;
}
.pro-more a:hover{
	color: #fff;
	border-color: #235ca9;
	background-color: #235ca9;
}

.sectionbg2{
	background-image: url(../images/lt_18.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
.isconbox{
	padding: 10px;
	margin-top: 30px;
}
.isopic{
	overflow: visible;
}
.isopic img{
	-webkit-transition:all 0.8s ease-out;
	-moz-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
}
.isconbox:hover .isopic img{
	-webkit-transform:scale(1.1) rotate(360deg);
	-moz-transform:scale(1.1) rotate(360deg);
	-ms-transform:scale(1.1) rotate(360deg);
	-o-transform:scale(1.1) rotate(360deg);
	transform:scale(1.1) rotate(360deg);
}
.isconbox h4{
	font-size: 20px;
	text-align: center;
	color: #235CA9;
	text-transform: uppercase;
	margin-top: 25px;
}
.isopec{
	color: #666666;
	font-size: 14px;
	line-height: 2;
}

.sectionbg3{
	background-color: #e3e3e3;
}
.spbox{
	margin-top: 25px;
}
.gybox{
	margin-top: 25px;
}
.gybig{
	color: #1054b3;
	font-size: 24px;
	font-style: italic;
}
.gyfont{
	color: #272727;
	font-size: 14px;
	line-height: 2.45;
	margin-top: 10px;
}
.gymore{
	text-align: right;
	font-size: 14px;
	margin-top: 15px;
}

.sectionbg4{
	background-color: #F1F1F1;
}
#newstab .tabs-list li{
	margin-right: 20px;
}
#newstab .tabs-list li a{
	color: #1d1d1d;
	font-size: 16px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: transparent;
	border-bottom: 1px solid transparent;
}
#newstab .tabs-list li.active a{
	color: #1054b3;
	border-bottom-color: #1054b3;
}

.nwppc{
	margin-top: 20px;
	overflow: hidden;
}
.xinwen{
	margin-top: 20px;
	overflow: hidden;
}
.xinwen ul li{
	overflow: hidden;
	margin-bottom: 30px;
}
.xwdd{
	background-color: #c1c1c1;
	text-align: center;
	width: 78px;
	height: 78px;
	float: left;
	text-align: center;
	font-family: arial;
}
.xwri{
	color: #f1f1f1;
	font-size: 36px;
	height: 45px;
	line-height: 45px;
	padding-top: 5px;
}
.nye{
	color: #F1F1F1;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}
.xwdr{
	 margin-left: 90px;
}
.xwbt{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #000000;
}
.xwdsp{
	color: #777777;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.xinwen ul li:hover .xwdd{
	background-color:#1054b3;
}
.xinwen ul li:hover .xwbt{
	color:#1054b3;
}
/* owl */
.case-wrap{
	margin-top: 10px;
	background-color: #F0F0F0;
	padding: 15px;
	border-radius: 5px;
}
.case-pic{
	width: 100%;
	overflow: hidden;
}
.case-pic img{
	display: block;
	max-width: 100%;
	height: auto;
}
.case-title{
	color: #0e8b3b;
	font-size: 18px;
	/*font-weight: bold;*/
	margin-top: 20px;
	transition: all ease-in-out 400ms;
	text-align: center;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-wrap a{
	display: block;
}
.case-wrap:hover .case-title{
	color: #CC0000;
}

.owl-theme .owl-controls .owl-nav div{
	width: 26px;
	height: 27px;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999em;
	margin: 10px;
}
.owl-theme .owl-controls .owl-nav div.owl-prev{
	background-image: url(../images/prev.png);
}
.owl-theme .owl-controls .owl-nav div.owl-next{
	background-image: url(../images/next.png);
}
/* owl end */

/** grid **/
.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);
	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: 14px;
}
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 */

/* 滚到顶 */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #e62129;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.8;
}
/* end */

/* footer */
.foot-bgcolor{
	background-color: #696969;
	padding-bottom: 20px;
}
.fot-col{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	position: relative;
	float: left;
	min-height: 1px;
	width: 50%;
}
.fothd{
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ftlln{
	border-top: 1px solid #797979;
	margin-top: 20px;
	padding-top: 20px;
}
.ftcdnt{
	display: inline-block;
	float: left;
	background-image: url(../images/lt_31.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 80px;
	min-height: 40px;
}
.bigtel{
	color: #FFFFFF;
	font-size: 36px;
	font-family: arial;
	line-height: 1;
}
.ftgdea{
	overflow: hidden;
	width: 600px;
	margin-top: 10px;
}
.ftgdea ul li{
	float: left;
	color: #FFFFFF;
	margin: 5px 0;
	width: 300px;
	font-size:16px;
}
.ftgdea ul li a{
	color: #FFFFFF;
}
.cds{
	display: inline-block;
	float: right;
}
.cds ul li{
	width: 66px;
	float: left;
	margin: 0 10px;	
}
.cds ul li span{
	display: block;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
.cds ul li img{
	max-width: 100%;
	height: auto;
	transition:0.6s;
}
.cds ul li img:hover{
	transform:scale(3.6);
}
@media (min-width: 768px) {
	.fot-col{
		width: 50%;
	}
}
@media (min-width: 992px) {
	.fot-col{
		width: 20%;
	}
}
@media (min-width: 1200px) {}

.foot-item{
	width: 100%;
}
.foot-title{
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
	margin-top: 15px;
}
.foot-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.foot-list li{
	font-size: 14px;
	line-height: 1.2;
	margin: 10px 0;
}
.foot-list li a{
	color: #9e9e9e;
	font-size:14px;
}
.foot-list li a:hover{
	color: #fff;
}
.copyright{
	font-size: 14px;
	color: #d9d9d9;
	margin: 10px 0;
	text-align: center;
	line-height: 2;
}
.seclks{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #797979;
}
.ftljs{
	min-height: 40px;
	padding-left: 120px;
	background-image: url(../images/lt_42.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 14px;
	line-height: 2.45;
}
.ftljs a{
	color: #f0f0f0;
	margin: 5px;
	font-size:14px;
}
.ftljs a:hover{
	color: #FFFFFF;
}
.secppd{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #4c4c4c;
}

.cosicon{
	text-align: left;
}
.cosicon a{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	margin-right: 10px;
	font-size: 26px;
}
.cosicon a:hover{
	background-color: #E62129;
}
.fooform{
	margin-top: 25px;
	position: relative;
}
.search-box .form-control{
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0px 80px 0px 45px;
	background-image: url(../images/af_60.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.search-box .btn-default{
	width: 80px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #E62129;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	
	z-index: 10;
}

.videoplay{
	font-size: 14px;
	line-height: 2;
}
.videoplay img{
	display: block;
	margin: 0 auto;
}

.downloads{
	background-color: #212121;
	color: #FFFFFF;
	padding: 10px 20px;
	margin: 10px 0;
}
.downloads a{
	color: #FFFFFF;
	margin-right: 15px;
}
.downloads a:hover{
	color: #EEEEEE;
}

@media (min-width: 768px) {
	.foot-list li{
		font-size: 14px;
	}
	.foot-title{
		font-size: 24px;
	}
	.search-box .btn-default{
		width: 80px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 14px;
		background-color: #E62129;
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
}
@media (min-width: 992px) {
	
}
/* end */

/* inner banner */
.inner-banner{
	width: 100%;
}
.inner-banner img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.section-inner{
	background-color: #FFFFFF;
}
/* end */

/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #4f81bd;
}
.mobile-head{
	color: #fff;
	font-size: 16px;
	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{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	height: auto !important;
}
.min-tabs ul li a{
	display: block;
	background-color: #F5F5F5;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #000;
	text-transform: uppercase;
	position: relative;
}
.min-tabs ul li a:hover{
	color: #4f81bd;
	/*background-color: #323638;*/
}
.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: #4f81bd;
}
.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: #FFFFFF;
	background-color: #FFFFFF;
}
/* end */

/* 右边主体 */
.aboutbox{
	width: 100%;
}
.about-title{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #E62129;
	font-weight: bold;
}

.main-top{
	color: #fff;
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #4f81bd;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	
	background-color: #FFFFFF;
	margin-top: 10px;
	/*box-shadow: 0 0 2px rgba(0,0,0,0.2);
	padding: 20px;
	border: 1px solid #EEEEEE;*/
}
.content-body{
	color: #444444;
	font-size: 14px;
	line-height: 2;
	/*padding: 20px 0;*/
}
.content-body img{
	max-width: 100%;
	height: auto;
}

.contact-form{
	margin-top: 25px;
}
.contact-form .btn-primary{
	font-size: 14px;
	background-color: #4f81bd;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}
/*新闻列表*/
.news-list{
	margin-top: -15px;
}
.news-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}
.news-list ul li a{
	display: block;
}
.news-list dl{
	overflow:hidden;
}
.news-list dl dd{
	line-height:35px;
	border-bottom:1px dashed #ddd;
	background:url(../images/ico.png) left center no-repeat;
	padding-left:10px;
}
.news-list dl dd span{
	float:right;
	color:#999;
}
.news-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #888888;
	font-size: 14px;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
/* end */

/* 新闻正文 */
.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;
}
/* end */

/*---------------*/
/**** product ****/
/*---------------*/
.pro-item{
	margin-bottom: 30px;
	
}
.pro-item a{
	display: block;
	border-bottom: 4px solid #bdbdbd;
	background:#fff;
}
.pro-item a:hover{
	border-bottom-color: #004ea2;
}

.xx-pto-title{
	line-height: 70px;
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 5px;
	font-size: 12px;
}
.xx-pro-brief{
	margin-top: 5px;
	padding: 0 15px;
	font-size: 12px;
}
.xx-pro-mm{
	display: block;
	text-align: center;
}
.xx-pro-mm i{
	display: inline-block;
	margin: 25px auto 39px auto;
	height: 36px;
	line-height: 36px;
	padding: 0 30px;
	border: 1px solid #dbdbdb;
	border-radius: 36px;
	-webkit-border-radius: 36px;
	webkit-transition: all 0.2s linear;
  	transition: all 0.2s linear;
  	color: #ccc;
  	font-style: normal;
}
.pro-item a:hover .xx-pro-mm i{
	border-color: #004ea2;
  	color: #004ea2;
  	-webkit-transform: translateY(-5px);
  	transform: translateY(-5px); }
}

.pro-item a:hover .pro-title,
.pro-item a:hover .pro-title i{
	border-color: #4f81bd;
}
.pro-pic{
	padding: 0 10px;
}
.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: 14px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pro-in-title{
	color: #4f81bd;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
	color: #666666;
}
@media (min-width:768px) {
	.xx-pto-title{
		font-size: 14px;
	}
	.pro-pic{
		padding: 0 15px;
	}
}
@media (min-width:992px) {
	.xx-pto-title{
		font-size: 16px;
	}
	.pro-pic{
		padding: 0 20px;
	}
	.xx-pro-brief{
		padding: 0 30px;
		height: 48px;
		line-height: 24px;
		overflow: hidden;
	}
}
@media (min-width:1200px) {
	.pro-pic{
		padding: 0 25px;
	}
}

/** tabs codes 
 * ==================================
 * **/
.tabs-wrap{
	margin-top: 20px;
}
.tabs-wrap .accordion-handle.active{
	background-color: #CC0000;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #f26522;
}
/** tabs codes end
 * ==================================
 * **/

.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: #FF0000;
	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: #CC0000;
}

@media (min-width: 768px) {
	.quo-head{
		font-size: 30px;
	}
	/** slide-bar for min-nav **/
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min-tabs.collapse{
		display: block !important;
	}
	/** slide-bar for min-nav end **/
	
	/* tabs code */
	.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: #4f81bd;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #4f81bd;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
	/* tabs code end */
	
	/* index new product */
	.new-pro-title h2{
		font-size: 30px;
	}
	/* end */
	
	/** index news **/
	
	/* end */
	
	/* 侧边导航 */
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-top{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
	/* end */
	
	/* news list */
	.news-title{
		margin-top: 0px;
	}
	/* end */
	
	.pro-in-title{
		margin-top: 0px;
	}
}
@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;
		color:#666;
	}
	.innerpath.breadcrumb li{
		font-size: 14px;
	}
	/* end */
	/* index news */
	
	/* end */
}
@media (min-width: 1200px) {
	/* index about */
	
	/* end */
	/* index support */
	.spt-row.row{
		margin-left: -40px;
		margin-right: -40px;
	}
	.spt-row .col-md-4{
		padding-left: 40px;
		padding-right: 40px;
	}
	/* end */
}

/*** language **/
.yulab{
	float: right;
	margin-left: 10px;
	border-left: 1px solid #7f7f7f;
	padding-left: 10px;
	margin-top: 7px;
}
.yulab a{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	margin: 5px 2px;
	border: 1px solid #7f7f7f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #7f7f7f;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
}
.yulab a:hover,
.yulab a.active{
	color: #00589a;
	border-color: #00589a;
}

/** 分页 **/
.ft-nav .pagination{
	margin-bottom: 20px;
	display:block;
	text-align:center;
}
.pagination > a, .pagination > span {
    position: relative;
    /*float: left;*/
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4f81bd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination .current{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4f81bd;
    border-color: #4f81bd;
}


.side {
	position:fixed;
	width:45px;
	height:325px;
	right:0;
	top:200px;
	z-index:9999;
}
.side ul li {
	width:45px;
	height:45px;
	line-height:45px;
	float:left;
	position:relative;
	border-bottom:1px solid #999;
}
.side ul li .sidebox {
	position:absolute;
	width:45px;
	height:45px;
	line-height:45px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#333;
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
}
.side ul li .sidetop {
	width:45px;
	height:45px;
	line-height:45px;
	display:inline-block;
	background:#333;
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#01a8ec;
}
.side ul li img {
	float:left;
}
.md-cnt{
	line-height:30px;
}


/*右侧浮动按钮*/
.floatbtns{
	position:fixed;
	top:60%;
	right:5px;
	width:84px;
	margin-top:-143px;
	z-index:100;
}
.floatbtns .item{
	padding:0 7px;
	background-color:#2b2b2b;
	width:70px;
	margin:0 0 2px 0;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.floatbtns .item:hover{
	background-color:#4f81bd;
	transition:0.6s;

}
.floatbtns a{
	display:block;
	height:70px;
	line-height:20px;
	text-align:center;
	color:#fff;
	padding:6px 0 0 0;
}
.floatbtns a img{
	display:block;
	height:36px;
	margin:0 auto;
	position:relative;
}
.floatbtns .returntopbtn{
	background-color:#4f81bd;
}
.floatbtns .returntopbtn a{
	height:71px;
	border:none;
}
.floatbtns .returntopbtn img{
	height:36px;
}
.floatbtns .item.wx{
	position: relative;
}
.floatbtns .item.wx .wx-wechat{
	width: 100px;
	height: auto;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	overflow: hidden;
	padding: 10px;
	position: absolute;
	bottom: 0;
	right: 100%;
	opacity: 0;
	visibility: hidden;
	-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;
}
.floatbtns .item.wx .wx-wechat img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.floatbtns .item.wx:hover .wx-wechat{
	visibility: visible;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media (min-width: 768px) {
	.floatbtns{
		display: none;
	}
}

.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}


.sebnbgc{
	background-image: url(../images/p3_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.allpro{
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.selectpicker{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 14px;
	display: block;
	width: 100%;
}
.selectpicker option{
	line-height: 30px;
}
.inposd{
	position: relative;
}
.ininput.form-control{
	height: 50px;
	line-height: 50px;
	padding-right: 50px;
}
.inbtms.btn-default{
	position: absolute;
	top: 8px;
	right: 2px;
	background-color: transparent;
	border: none;
}
.inbtms.btn-default:focus{
	background-color: transparent;
}

/** 修改文件 **/
.xx-pro-inn{
	margin-top: 50px;
}
.xx-feedback{
	display: inline-block;
	height: 58px;
	line-height: 58px;
	background-color: #004ea2;
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
	float: left;
}
.xx-feedback i{
	font-size: 24px;
	margin-right: 8px;
}
.xx-feedback:hover{
	color: #fff;
}
.jiathis_style3 {
  float: left;
  margin-left: 8px; }

.j_fx {
  padding: 0;
  background: url("../images/p3_icon2.jpg") no-repeat !important;
  width: 62px !important;
  height: 58px !important; }
 .tjtjtj{
 	padding: 30px 0;
 	background-color: #eee;
 }
 
.line-sections{
	padding: 0px;
	border-bottom: 1px solid #ddd;
}
.inn-cates{
	
}
.inn-cates ul li{
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 2.5;
}
.inn-cates ul li a{
	display: block;
	color: #333;
	padding: 10px 20px;
}
.inn-cates ul li a:hover{
	color: #fff;
	background-color: #004ea2;
}
.inn-cates ul li a.active{
	color: #fff;
	background-color: #004ea2;
}

/*---产品页标题---*/
.pro_biaoti{
	text-align:center;
	overflow:hidden;
}
.pro_biaoti h2{
	color:#000;
}
.pro_biaoti .line{
	width:70px;
	height:1px;
	background:#666;
	margin:20px auto 0 auto;
}

.index-sol-wrap{
	height: auto;
	overflow: hidden;
}
.index-sol-wrap a{
	display: block;
}
.index-sol-pic{
	height: auto;
	overflow: hidden;
}
.index-sol-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.index-sol-title{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.index-sol-wrap:hover .index-sol-pic img{
	transform: scale(1.1);
}

.txt-solee{
	padding: 15px;
	background-color: #eee;
}
.index-sol-entit{
	font-size: 14px;
	margin-top: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}