

html{
	height: 100%;
	overflow-x: hidden;
}
@font-face {
    font-family: 'SIMYOU';
    src: url('../fonts/SIMYOU.ttf');
	font-weight: normal;
	font-style: normal;
}

body{
	height: 100%;
}
body{
	font-family: "幼圆", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-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;
	text-decoration: none;
}
a:hover {
	color: #ff8400;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 20px 0;
}
.transitions{
	-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;
}
@media (min-width: 768px) {
	body > section {
  		padding: 40px 0;
	}
}
.container{
	width: 100%;
}
/******************
 * 导航   *
 *****************/
.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: 0 auto;
	border: none;
	background-color: #fff;
}
.navbar.navbar-default .navbar-nav{
	background-color: #fafafa;
}
/* first level menu items */
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 12px;
	color: #4f4f4f;
	z-index: 102;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ff8400;
	-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,
.main-navigation.srlbg .navbar-default .navbar-nav > .active > a,
.main-navigation.srlbg .navbar-default .navbar-nav > .active > a:hover,
.main-navigation.srlbg .navbar-default .navbar-nav > .active > a:focus{
	color: #ff8400;
	background-color: transparent;
	border-bottom-color: #ff8400;
}
/* 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: #ff8400;
	background-color: transparent;
	border-bottom-color: #ff8400;
}
/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #33CC33;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}
/* second level menu */
.dropdown-menu {
	width: 100%;
	min-width: 180px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: rgba(250,250,250,0.9);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	z-index: 101;
}
/* second level menu items */
.dropdown-menu > li > a {
	padding: 8px 15px;
	font-size: 13px;
	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: #018fd7;
}
/* 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: #ff8400;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ff8400;
}
.main-navigation .navbar-brand{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.main-navigation .navbar-brand img{
	height: 30px;
	/* margin-top: 5px;
	margin-bottom: 5px; */
	-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;
}
.main-navigation .navbar-brand img.logo1{
	display: none;
}
.main-navigation .navbar-brand img.logo2{
	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: #33cc33;
	}*/
	.main-navigation .navbar-header{
		float: none !important;
	}
	/*.main-navigation .navbar-header .logo{
		float: left;
	}*/
	/*.main-navigation .navbar-brand{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		height: 80px;
	}*/
	/*.main-navigation .navbar-brand img{
		height: 50px;
	}*/
	.main-navigation .navbar-toggle{
		display: block;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}
/* Medium desktop devices */
@media (min-width:992px) {
	.j1 , .bs {
		opacity: 0;
	}
	.bss {
		opacity: 1 !important;
	}
	.header-right{
		float: right;
	}
	.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: 15px;
	}
	.main-navigation.srlbg{
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.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{
		height: 40px;
		line-height: 40px;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 14px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 5px;
		margin-right: 5px;
		color: #fff;
		width: auto;
		width: 105px;
		overflow: hidden;
	}
	.main-navigation.srlbg .navbar-default .navbar-nav > li > a{
		color: #333;
	}
	/* .navbar-default .navbar-nav > li:last-child > a{
		width: 60px;
	} */
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover,
	.main-navigation.srlbg .navbar-default .navbar-nav > li > a:focus,
	.main-navigation.srlbg .navbar-default .navbar-nav > li > a:hover{
		color: #ff8400;
	}
	.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: 70px;
		width: 160px;
		position: relative;
	}
	.main-navigation .navbar-brand img{
		height: 40px;
		margin-top: 0;
		margin-bottom: 0;
		position: absolute;
		left: 15px;
		top: 15px;
	}
	.main-navigation .navbar-brand img.logo1{
		opacity: 1;
		visibility: visible;
		display: block;
	}
	.main-navigation.srlbg .navbar-brand img.logo1{
		opacity: 0;
		visibility: hidden;
	}
	.main-navigation .navbar-brand img.logo2{
		opacity: 0;
		visibility: hidden;
	}
	.main-navigation.srlbg .navbar-brand img.logo2{
		opacity: 1;
		visibility: visible;
	}
	.dropdown-menu{
		border: none;
		background-color: rgba(0,0,0,0.55);
	}
	.dropdown-menu > li > a{
		color: #fff;
		text-align: center;
		border-bottom-color: #888 !important;
	}
	.dropdown-menu > li > a:hover{
		color: #fff !important;
	}
	.nav .open > a{
		border-bottom-color: #888;
		background-color: rgba(0,0,0,0.75);
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a > span{
		text-align: center;
		display: block;
		width: inherit;
		width: 100%;
		height: 40px;
		line-height: 40px;
		position: absolute;
		left: 0;
		top: 0;
	}
	/**** 中文 ***/
	.navbar-default.nav-cn .navbar-nav > li > a > span.cn{
		position: absolute;
		top: 0px;
		opacity: 1;
		visibility: visible;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
	}
	.navbar-default.nav-cn .navbar-nav > li > a > span.en{
		position: absolute;
		top: 0px;
		opacity: 0;
		visibility: hidden;
		font-family: arial;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
	}
	.navbar-default.nav-cn .navbar-nav > li > a:hover span.cn{
		opacity: 0;
		visibility: hidden;
	}
	.navbar-default.nav-cn .navbar-nav > li > a:hover span.en{
		opacity: 1;
		visibility: visible;
	}
	/*** 英文  ***/
	.navbar-default.nav-en .navbar-nav > li > a > span.cn{
		position: absolute;
		top: 0px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
	}
	.navbar-default.nav-en .navbar-nav > li > a > span.en{
		position: absolute;
		top: 0px;
		opacity: 1;
		visibility: visible;
		font-family: arial;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
	}
	.navbar-default.nav-en .navbar-nav > li > a:hover span.cn{
		opacity: 1;
		visibility: visible;
	}
	.navbar-default.nav-en .navbar-nav > li > a:hover span.en{
		opacity: 0;
		visibility: hidden;
	}
	
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.navbar.navbar-default{
		padding-left: 50px;
		padding-right: 50px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 16px;
	}
}
@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: #1b3d62;
		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: #1b3d62;
		-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: #1b3d62;
	}
	.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: #1b3d62;
	}
	.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;
	}
}
/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权 
 *****************/
footer{
	display: block;
	padding: 40px 0;
	background-color: #333333;
}
.foot-wrap{
	margin-bottom: 10px;
}
.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	max-width: 100%;
	height: auto;
}
.foot-logo-title{
	color: #f08a0e;
	font-size: 18px;
	line-height: 2;
	margin-top: 10px;
}
.foot-contact-info{
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.foot-contact-info a{
	color: #fff;
}
.foot-contact-info a:hover{
	color: #FFFFFF;
}
.foot-contact-info h4{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 30px;
}
.foot-contact-info h4 span{
	margin-right: 10px;
	font-size: 20px;
	vertical-align: top;
}
.foot-social-head{
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.foot-social{
	position: relative;
	margin-top: 15px;
}
.foot-social ul li{
	display: inline-block;
	*display: inline;
	font-size: 0;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 5px;
}
.foot-social ul li a{
	color: #fff;
	font-size: 20px;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 20px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.foot-social ul li a:hover{
	color: #ddd;
}
.foot-social ul li i{
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
}
.foot-social ul li a.weixin{
	background-color:#3eb135;
}
.foot-social ul li a.qq{
	background-color:#4dafea;
}
.foot-social ul li a.behance{
	background-color:#3a67fa;
}
.foot-social ul li a.pinterest{
	background-color:#c81921;
}
.full-copyright{
	border-top: 1px solid #4d4d4d;
	background-color: #000000;
}
.copyright{
	color: #fff;
	font-size: 16px;
	line-height: 2;
	text-align: center;
	padding: 15px 0;
}
.copyright a{
	color: #fff;
}
input:focus,
textarea:focus{
	outline: none;
}
.weixin-overlay{
	display: none;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	background: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
	transition: all 0.2s;
}
.weixin-wrap{
	width: 250px;
	height: auto;
	background-color: transparent;
	padding: 15px 0;
	position: fixed;
	z-index: 99999;
	bottom: 10%;
	left: 50%;
	margin-left: -125px;
	transition: all 0.8s;
	display: none;
}
.weixin-pic{
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.weixin-pic img{
	max-width: 100%;
	height: auto;
}
@media (min-width:768px) {
	.copyright{
		text-align: left;
	}
	.copyright span{
		margin-left: 15px;
	}
}

.section-xga{
	padding-top: 3px;
}
.photos-more{
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 30px;
}
.photos-more a{
	display: inline-block;
	color: #f08a0e;
	border: 1px solid #f08a0e;
	line-height: 56px;
	padding: 0 55px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.photos-xga {
	margin:0 auto;
	font-size:0px;
	text-align: center;
	padding: 0;
}
.photo-img {
	position: relative;
	height: auto;
	overflow: hidden;
}
.photo-img a{
	display: block;
}
.photo-img .pic{
	height: auto;
	overflow: hidden;
}
.photo-img .pic img{
	transition:0.6s;
}
.photo-img:hover .pic img{
	transform:scale(1.1);
}
.photo-img .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-color: rgba(255,132,0,0.7);
	opacity: 0;
	visibility: hidden;
}
.photo-img .cover .inner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.photo-img .cover .inner .title{
	text-align: center;
	height: auto;
	overflow: hidden;
	text-transform: uppercase;
}
.photo-img .cover .inner .title span{
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.photo-img:hover .cover{
	opacity: 1;
	visibility: visible;
}
/* 内页Banner */
.section-cate{
	background-color: #fff;
	margin-top: 50px;
}
.full-cate-list{
	height: auto;
	overflow: hidden;
}
.full-cate-list ul li{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	-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;
}
.full-cate-list ul li a{
	display: inline-block;
	color: #ff7e00;
}
.full-cate-list ul li a:hover{
	text-decoration: underline;
}
.section-esid{
	padding: 15px 0;
}
.section-esid .container{
	padding-left: 3px;
	padding-right: 3px;
}
.section-esid .container .row{
	margin-left: -3px;
	margin-right: -3px;
}
.section-esid .container .row .col-sm-12,
.section-esid .container .row .col-sm-6,
.section-esid .container .row .col-sm-4,
.section-esid .container .row .col-md-4{
	padding-left: 3px;
	padding-right: 3px;
}
.esid-wrap{
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 3px 0;
}
.esid-wrap a{
	display: block;
}
.esid-wrap .pic{
	height: auto;
	overflow: hidden;
}
.esid-wrap .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-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;
}
.esid-wrap .cover{
	width: 100%;
	height: 100%;
	background-color: rgba(255,132,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	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;
}
.esid-wrap .cover .inner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	-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;
}
.esid-wrap .cover .inner .title{
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.esid-wrap .cover .inner .title-eng{
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
}
.esid-wrap .mobile-title{
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
}
.esid-wrap:hover .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.esid-wrap:hover .cover{
	opacity: 1;
	visibility: visible;
}
.esid-wrap:hover .cover .inner{
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.section-bigpic{
	padding: 0;
	margin-top: 50px;
}
.full-bigpic{
	height: auto;
	overflow: hidden;
}
.full-bigpic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.container-mman{
	height: auto;
	overflow: hidden;
}
.esid-title{
	font-size: 18px;
	color: #000000;
}
.esid-intro{
	color: #000000;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: 2;
}
.esid-content{
	height: auto;
	overflow: hidden;
}
.esid-content img{
	display: block;
	margin: 3px auto;
	width: 100%;
	height: auto;
}
.pre-next{
	margin-top: 30px;
	text-align: center;
}
.pre-next a{
	display: inline-block;
	margin: 0 10px;
}
.pre-next span{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.pre-next span.pre,
.pre-next span.next{
	width: 25px;
}
.pre-next span.list{
	width: 50px;
	background-image: url(../images/list.png);
}
.pre-next span.pre{
	background-image: url(../images/prev.png);
}
.pre-next span.next{
	background-image: url(../images/next.png);
}

.section-inabout{
	padding: 30px 0;
}
.container-about{
	padding: 0 15px;
}
.about-head{
	text-align: center;
	color: #ff8400;
	font-size: 24px;
	text-transform: uppercase;
}
.about-intro{
	text-align: center;
	color: #000000;
	font-size: 16px;
	line-height: 2.25;
	margin-top: 15px;
}
.ff-list{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ff-list ul li{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 5px;
}
.ff-list ul li .pic{
	height: auto;
	overflow: hidden;
}
.ff-list ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.full-counter{
	padding: 20px 0;
	background-color: #ff8400;
	margin-bottom: 30px;
}
.full-counter ul li{
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
	border-right: 1px solid #fff;
	padding: 5px 0;
}
.full-counter ul li:last-child{
	border-right: 0;
}
.full-counter ul li .counter-title{
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.full-counter ul li .counter-title span{
	display: inline-block;
}
.full-counter ul li .counter-name{
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.cli-list{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cli-list ul{
	margin-top: -1px;
}
.cli-list ul li{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	border-right: 1px dashed #000000;
	border-top: 1px dashed #000000;
}
.cli-list ul li:nth-child(2n){
	border-right: none;
}
.cli-list ul li .pic{
	height: auto;
	overflow: hidden;
}
.cli-list ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.full-team-list{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 30px;
}
.full-team-list ul li{
	width: 50%;
	padding: 3px;
	height: auto;
	overflow: hidden;
	float: left;
}
.full-team-list ul li .inner{
	height: auto;
	overflow: hidden;
	position: relative;
}
.full-team-list ul li .inner .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.full-team-list ul li .inner .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	transition:0.6s;
}
.full-team-list ul li:hover .inner .pic img{
	transform:scale(1.1);
}
.full-team-list ul li .inner .mobile-name{
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.full-team-list ul li .inner .cover{
	width: 100%;
	height: 100%;
	background-color: rgba(255,132,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	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;
}
.full-team-list ul li .inner .cover .tinner{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
	position: absolute;
	left: 0;
	bottom: 60px;
	-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;
}
.full-team-list ul li .inner .cover .tinner .name{
	color: #fff;
	font-size: 24px;
}
.full-team-list ul li .inner .cover .tinner .poster{
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
}
.full-team-list ul li .inner .cover .tinner .intro{
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}
.full-team-list ul li:hover .inner .cover{
	opacity: 1;
	visibility: visible;
}
.full-team-list ul li:hover .inner .cover .tinner{
	bottom: 30px;
}

.wenhua-sml{
	text-align: center;
	font-size: 20px;
}
.full-culture{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.full-culture img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.full-culture-pic{
	height: auto;
	overflow: hidden;
}
.full-culture-pic ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
.full-culture-pic ul li .pic{
	height: auto;
	overflow: hidden;
}
.full-culture-pic ul li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.contact-ban{
	width: 75%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #fff;
	text-align: center;
}
.contact-ban .title{
	font-size: 36px;
	text-transform: uppercase;
}
.contact-span{
	font-size: 18px;
}
.contact-span a{
	color: #fff;
}
.contact-span span{
	display: inline-block;
	float: left;
	margin: 0 10px;
}
.contact-span span:last-child{
	float: right;
}

.container-contact{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.contact-head{
	color: #ff7200;
	font-size: 20px;
	text-transform: uppercase;
}
.contact-tips{
	color: #ff7200;
	font-size: 16px;
	margin-bottom: 25px;
}
.contact-tips a{
	color: #ff7200;
}
.contact-form{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.contact-form .form-group{
	margin-bottom: 30px;
}
.contact-form .form-group input[type="text"]{
	border: 2px solid #ff7200;
	height: auto !important;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.contact-form .form-group textarea{
	border: 2px solid #ff7200;
	height: 54px!important;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	resize: none;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
}
.contact-form .form-group button{
	display: block;
	width: 100%;
	background-color: #ff7200;
	height: 54px;
	line-height: 54px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.poster-list{
	height: auto;
	overflow: hidden;
}
.poster-list ul li{
	height: auto;
	overflow: hidden;
	background-color: #ff8500;
	border: 5px solid #ff8500;
	margin-bottom: 10px;
}
.poster-list ul li .poster-pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
.poster-list ul li .poster-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.poster-list ul li .poster-in{
	padding: 25px;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
.poster-list ul li .poster-in .poster-h2{
	color: #fff;
	font-size: 20px;
}
.poster-list ul li .poster-in .poster-h3{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.poster-list ul li .poster-in .poster-desp{
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.8;
}

.video-banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	/* max-height: 800px; */
}
.bg_video{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-size: cover;
	border: none;
}
.video-cover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.video-inner{
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.video-inner .title{
	text-align: center;
	color: #ff7800;
	font-size: 24px;
}

.section-news{
	padding: 3px 0;
}

@media (min-width:768px) {
	.full-cate-list ul li{
		margin-right: 60px;
	}
	.esid-wrap .cover .inner .title{
		font-size: 18px;
	}
	.esid-wrap .cover .inner .title-eng{
		font-size: 16px;
	}
	.esid-title{
		font-size: 20px;
		padding: 0 30px;
	}
	.esid-intro{
		font-size: 16px;
		padding: 0 30px;
	}
	.container-about{
		padding: 0 40px;
	}
	.about-head{
		font-size: 30px;
	}
	.about-intro{
		font-size: 18px;
	}
	.ff-list ul li{
		width: 25%;
	}
	.full-counter{
		padding: 30px 0;
	}
	.full-counter ul li .counter-title{
		font-size: 36px;
	}
	.full-counter ul li .counter-name{
		font-size: 24px;
	}
	.cli-list ul li{
		width: 20%;
	}
	.cli-list ul li:nth-child(2n){
		border-right: 1px dashed #000000;
	}
	.cli-list ul li:nth-child(5n){
		border-right: none;
	}
	.full-team-list ul li{
		width: 25%;
	}
	.wenhua-sml{
		font-size: 30px;
	}
	.full-culture-pic ul li{
		width: 33.3333333%;
	}
	.contact-ban{
		width: 300px;
	}
	.contact-ban .title{
		font-size: 60px;
	}
	.contact-head{
		font-size: 30px;
	}
	.contact-tips{
		font-size: 18px;
	}
	.poster-list ul li .poster-in .poster-h2{
		font-size: 30px;
	}
	.poster-list ul li .poster-in .poster-h3{
		font-size: 18px;
	}
	.poster-list ul li .poster-in .poster-desp{
		font-size: 12px;
	}
	.video-inner .title{
		font-size: 30px;
	}
}
@media (min-width:992px) {
	.section-bigpic,
	.section-cate{
		margin-top: 70px;
	}
	.esid-wrap .cover .inner .title{
		font-size: 24px;
	}
	.esid-wrap .cover .inner .title-eng{
		font-size: 18px;
	}
	.esid-title{
		font-size: 24px;
	}
	.container-about{
		padding: 0 60px;
	}
	.about-head{
		font-size: 36px;
	}
	.about-intro{
		font-size: 20px;
	}
	.ff-list ul li{
		width: 20%;
	}
	.full-counter{
		padding: 40px 0;
	}
	.full-counter ul li .counter-title{
		font-size: 56px;
	}
	.full-counter ul li .counter-name{
		font-size: 36px;
	}
	.cli-list ul li{
		width: 12.5%;
	}
	.cli-list ul li:nth-child(8n){
		border-right: none;
	}
	.cli-list ul li:nth-child(5n){
		border-right: 1px dashed #000000;
	}
	.poster-list ul li .poster-pic{
		width: 50%;
	}
	.poster-list ul li .poster-in{
		width: 50%;
		padding: 40px 50px 40px 50px;
	}
	.video-inner .title{
		font-size: 36px;
	}
	.video-banner{
		margin-top: 0;
	}
}
@media (min-width:1200px) {
	.esid-wrap .cover .inner .title{
		font-size: 30px;
	}
	.esid-title{
		font-size: 30px;
	}
	.container-about{
		padding: 0 90px;
	}
	.about-head{
		font-size: 42px;
	}
	.about-intro{
		font-size: 26px;
	}
	.full-counter{
		padding: 50px 0;
	}
	.full-counter ul li .counter-title{
		font-size: 64px;
	}
	.full-counter ul li .counter-name{
		font-size: 42px;
	}
}

.inner-banner{
	width: 100%;
	position: relative;
	min-height: 300px;
	height: auto;
}
.inner-banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
	min-height: 300px;
	height: 100%;
	object-fit: cover;
}
.section-inner{
	background-color: #fff;
}
/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #005aaa;
}
.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: 13px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #000;
	position: relative;
}
.min-tabs ul li a:hover{
	color: #33cc33;
}
.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: #33cc33;
}
.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;
}
@media (min-width:768px) {
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
}
/* 右边主体 */
.main-top{
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #33cc33;
	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;
	}
}
/*新闻列表*/
.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: 16px;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.75;
	color: #666666;
}
@media (min-width:768px) {
	.pro-in-title{
		margin-top: 0px;
	}
}

/** 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{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #f26522;
}
@media (min-width:768px) {
	.tabs-wrap .tabs-list li{
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}
	.tabs-wrap .tabs-list li a:hover{
		background-color: #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 */
}

.download-list-outer{
	border: 1px solid #ddd;
	padding: 15px 10px;
	margin-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;
}
.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: #1b3d62;
}

/******************
 * 内页代码,宽屏代码
 *****************/
.full-path .breadcrumb{
	background-color: transparent;
	padding: 0px;
}
.full-path .breadcrumb li i{
	padding-right: 10px;
	font-size: 16px;
	color: #33cc33;
}
.full-main{
	background-color: #FFFFFF;
	padding: 20px;
}
.full-name{
	color: #33cc33;
	font-size: 16px;
	font-weight: bold;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}
.full-content video,
.full-content iframe,
.full-content embed{
	max-width: 100%;
	height: auto;
}

.photo-box{
	overflow: hidden;
}
.photo-box a{
	display: block;
}
.photo-pic{
	overflow: hidden;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.photo-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.photo-title{
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.xinwen-outer{
	border-bottom: 1px solid #EEEEEE;
	padding: 20px 0;
}
.xinwen-outer a{
	display: block;
}
.xinwen-pic{
	border: 1px solid #ddd;
}
.xinwen-title{
	font-size: 16px;
}
.xinwen-intro{
	color: #777;
	font-size: 14px;
	margin-top: 10px;
}
.xinwen-time{
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}

.full-news-list{
	height: auto;
	overflow: hidden;
}
.full-news-list ul li{
	position: relative;
	background-color: #dfdfdf;
	height: auto;
	overflow: hidden;
	border-top: 3px solid #fff;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	border-bottom: 3px solid #fff;
}
.full-news-list ul li a{
	display: block;
}
.full-news-pic{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}
.full-news-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.full-news-rt{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 20px;
}
.full-news-ttl{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.full-news-intro{
	margin-top: 15px;
	color: #000;
	font-size: 14px;
	line-height: 1.6;
}
.full-date{
	margin-top: 10px;
	font-size: 16px;
	color: #555;
}
.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;
	background-color: #FFFFFF;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
}
/*.full-product-item:hover{
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	
  	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
  	transform: translateY(-5px);
}*/
.full-product-pic {
	border: 1px solid #ddd;
}
.full-product-item a{
	display: block;
}
.full-product-name{
	font-size: 18px;
	padding-top: 15px;
	text-align: center;
}
.full-product-brief{
	text-align: left;
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 5px;
	height: 80px;
	line-height: 20px;
	overflow: hidden;
}
.full-product-more{
	font-size: 12px;
	margin-top: 10px;
}
.full-product-more span{
	display: inline-block;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #ec801a;
}
.full-product-more span i{
	margin-left: 5px;
	color: #ec801a;
}
.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: #ED1B24;
	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: 992px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 400px;
	}
	.full-news-rt{
		padding: 40px;
	}
	.full-news-ttl{
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 500px;
	}
	.full-news-rt{
		padding: 60px;
	}
}
@media (min-width: 1400px) {
	.full-news-rt{
		padding: 80px;
	}
}

.full-sort{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
}
.slide-head{
	line-height: 50px;
	color: #fff;
	background-color: #1b3d62;
	padding-left: 20px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.slide-head span{
	float: right;
	font-size: 30px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	display: block;
}
.full-sort-list{
	position: relative;
	text-align: center;
}
.full-sort-list ul li{
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.full-sort-list ul li a{
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 10px 20px;
}
.full-sort-list ul li a:hover,
.full-sort-list ul li a.active{
	color: #FFFFFF;
	background-color: #ff6600;
	border-color: #ff6600;
}
.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: 30px 0;
}
.full-content{
	margin-top: 25px;
	line-height: 2.25;
	font-size: 16px;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.full-content-title{
	text-align: center;
	color: #1b3d62;
	font-size: 20px;
	margin-top: 60px;
}
.full-content-other{
	font-size: 14px;
	text-align: center;
}
.full-content-other span{
	display: inline-block;
	margin: 0 15px;
}
.full-content-content{
	color: #000;
	font-size: 18px;
	padding: 50px 20px;
	line-height: 2;
}
.full-content-content iframe,
.full-content-content video,
.full-content-content img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.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: #ED1B24;
	position: absolute;
	left: 0;
	bottom: 0;
}
.full-iframe{
	margin-bottom: 20px;
}
.full-iframe iframe{
	width: 100%;
	height: 630px;
	border: none;
}
.full-contact-content{
	color: #565656;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}

.col-service{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.section-service{
	padding: 30px 0;
}
.service-item{
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.service-item .pic{
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	border: 2px solid #030303;
	-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;
}
.service-item .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-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;
}
.service-item .pic img.img1{
	opacity: 1;
	visibility: visible;
}
.service-item .pic img.img2{
	opacity: 0;
	visibility: hidden;
}
.service-item .pic .num{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 36px;
	position: absolute;
	top: 5px;
	left: 15px;
	-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;
	display: none;
}
.service-item .pic .title{
	text-align: center;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #ff9600;
	position: absolute;
	left: 0;
	bottom: 3px;
	font-size: 12px;
	-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;
}
.service-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
}
.service-list ul li{
	font-size: 12px;
	text-align: center;
	line-height: 2.5;
}

.service-item:hover .pic{
	border-color: #ff8400;
	background-color: #ff8400;
}
.service-item:hover .pic img.img1{
	opacity: 0;
	visibility: hidden;
}
.service-item:hover .pic img.img2{
	opacity: 1;
	visibility: visible;
}
.service-item:hover .pic .num{
	color: #fff;
}
.service-item:hover .pic .title{
	color: #fff;
}

.service-content{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.service-content img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.full-content-content{
		padding: 50px 30px;
	}
	.section-service{
		padding: 30px 10px;
	}
	.col-service{
		width: 20%;
	}
	.service-item{
		width: 100px;
	}
	.service-item .pic{
		width: 100px;
		height: 100px;
	}
}
@media (min-width: 992px) {
	.full-sort-list{
		display: block !important;
	}
	.slide-head span{
		display: none !important;
	}
	.full-content-title{
		font-size: 30px;
	}
	.full-content-other{
		font-size: 16px;
	}
	.full-content-content{
		padding: 50px 40px;
	}
	.section-service{
		padding: 30px 10px;
	}
	.col-service{
		width: 20%;
	}
	.service-item{
		width: 160px;
	}
	.service-item .pic{
		width: 160px;
		height: 160px;
	}
	.service-item .pic .num{
		position: absolute;
		display: block;
		font-size: 24px;
	}
	.service-item .pic .title{
		bottom: 10px;
		font-size: 18px;
		height: 40px;
		line-height: 40px;
	}
	.service-list ul li{
		font-size: 12px;
	}
}
@media (min-width: 1200px) {
	.full-content-title{
		font-size: 36px;
	}
	.full-content-content{
		padding: 50px 60px;
	}
	.section-service{
		padding: 30px 20px;
	}
	.service-item{
		width: 210px;
	}
	.service-item .pic{
		width: 210px;
		height: 210px;
	}
	.service-item .pic .num{
		position: absolute;
		display: block;
		font-size: 30px;
	}
	.service-item .pic .title{
		bottom: 15px;
		font-size: 24px;
	}
	.service-list ul li{
		font-size: 16px;
	}
}
@media (min-width: 1440px) {
	.section-service{
		padding: 30px 40px;
	}
	.service-item{
		width: 250px;
	}
	.service-item .pic{
		width: 250px;
		height: 250px;
	}
	.service-item .pic .num{
		position: absolute;
		display: block;
		font-size: 36px;
	}
	.service-item .pic .title{
		bottom: 20px;
		font-size: 30px;
	}
	.service-list ul li{
		font-size: 18px;
	}
}
@media (min-width: 1700px) {
	.section-service{
		padding: 30px 60px;
	}
	.service-item{
		width: 300px;
	}
	.service-item .pic{
		width: 300px;
		height: 300px;
	}
}


/*---蔡新增微调--*/
.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;
}
/*---分页--*/
.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:#ee0000;
	border-color:#ee0000;
	color:#FFF;
	font-weight:700;
}
.pro-relate {
    color: #ee0000;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.owl-dots{
	margin-top:30px;
}
.owl-pro-inner .owl-controls .owl-nav div{
	width:30px;
	height:30px;
	padding:0;
	line-height:30px;
	background:#333;
}
.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	font-size:18px;
	text-indent:25px;
	font-weight:normal;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}
.owl-inner-titles{
	margin-top:10px;
	text-align:center;
}
.downloadlist li a{
	display: block;
}
.downloadlist li i{
	margin-right: 10px;
}
.downloadlist li:hover{
	background: #f0f0f0;
}
.downloadlist li:hover .badge{
	background: #ee0000;
}
.about-pic img{
	max-width: 100%;
	height: auto;
	display: block;
}
footer #footer_lxxx img{
	/* filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; */
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.copyright a{
  color: #ccc;
}
.loader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.loader {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/load.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -32px 0 0 -32px;
}

.esa-head{
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 30px;
}
.esa-item{
	height: auto;
	overflow: hidden;
}
.esa-item a{
	display: block;
}
.esa-item .pic{
	height: auto;
	overflow: hidden;
}
.esa-item .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.esa-item .title{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-top: 10px;
}
.esa-item .brief{
	height: 50px;
	line-height: 25px;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	margin-top: 5px;
}
.esa-item .date {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.esa-head{
		font-size: 36px;
	}
}
