@charset "utf-8";
/*public start*/
*{-webkit-tap-highlight-color: transparent;  -webkit-box-sizing: border-box;  box-sizing: border-box;}  
html{ font-size:62.5%;}
html, body, span, div, p, a, h1, h2, h3, h4, h5, h6, img, form, font, strong, b, i, dl, dt, dd, ol, ul, li {padding:0; margin:0;list-style: none;}
body{ margin:0 auto; background:#FFF;color:#333;font-size:1.2rem; font-family:"微软雅黑"} 
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500;} 
ul,ol{list-style: none;}
img { max-width:100%; vertical-align:middle; border:none; font-size:0}
input{ outline:none;}
a {color:#333; text-decoration:none;}
i,em{font-style:normal;}

.li_img{display:table; text-align:center; *position:relative; *overflow:hidden;}
.li_img a{display:table-cell; vertical-align:middle; *position:absolute; *left:50%; *top:50%;}
.li_img a img{*position:relative; *left:-50%; *top:-50%;}
.clear{clear: both;}
.fix:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}

.fl{float:left;}
.fr{float:right;}
.tc{ text-align:center;}
.last{margin-right:0px !important;}
/*public end*/
.big_div{max-width:1920px;min-width:320px;margin: 0 auto;overflow: hidden; position:relative;} 
.wrap{width:65%; margin: 0 auto;}
.outL{white-space:normal;word-break:break-all;}  
.outH{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} 


.fix {zoom:1; background:url(../images/index5_01_01.jpg); background-size:100% 100%; /*min-height:789px;*/ padding-top:2%; padding-bottom:2%;}
.search{line-height:40px; }
.search .text{width:160px; line-height:35px; text-indent:1em; font-size:14px; color:#999999;border:1px solid #dcdcdc;}
.search .submit{width:55px; line-height:35px;cursor:pointer;padding-right: 2%;border:1px solid #4c4855;
font-size:15px;
color:#ffffff;
background: #4c4855 url(../images/index3_01_03.png) center center no-repeat;}
.nav_box li{ /*float:left; margin-right:8%;*/}
.fix .nav_box li a{ font-size:16px; color:#ffffff; display:block;}
.nav_box li:last-of-type{ margin-right:0;}
.tp_a{}
.logo{}
.fix  .logo a{ display:block;font-size:24px; color:#ffffff; font-family:"时尚中黑简体";}
.nav{ /*width:65%; */ margin-top:1%;}
.nav li{ line-height:2em;display:inline-block; width:80px; text-align:center;
-webkit-transition:all 0.5s ease-out;
-moz-transition:all 0.5s ease-out;
-o-transition:all 0.5s ease-out;
-ms-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;}
.fix .nav li:hover{ background:#4c4855;}

.top input,.top textarea{ outline:0; resize:none; border:none; _border:0; margin:0; padding:0;}
.top input{ margin:0; padding:0; border:none;}
.top table,.top table td{border-collapse:collapse;}


.banner{ margin-top:2%;}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;*/
	border: 40px solid  rgba(36,32,48,0.8);
	left: -5px;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom:12px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	/*padding-top: 20px;*/
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fafafa;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10x;
	border-radius:10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b0b5b9;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.cn_t{ text-align:center; margin-top:3%; margin-bottom:3%;}
.cn_t h2{ font-size:35px; color:#333333; font-weight:normal;}
.cn_t span{ display:block; font-size:18px; color:#666666; font-family:"Arial";}
.cn_a{ background:url(../images/index1_06.jpg); background-size:100% 100%; min-height:717px; padding-top:5%;}

.cn_a_t{ text-align:center; margin-bottom:3%;}
.cn_a_t h2{ font-size:35px;color:#ffffff; margin-bottom:0.5%;}
.cn_a p{ font-size:33.64px; color:#ffffff;font-family:"Arial"; text-align:center; margin-bottom:0.5%;}
.cn_a_box { text-align:center; margin-top:6%;}
.cn_a_box li{ display:inline-block; width:9%; line-height:4em; margin-right:3%;
-webkit-transition:all 0.5s ease-out;
-moz-transition:all 0.5s ease-out;
-o-transition:all 0.5s ease-out;
-ms-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;}
.cn_a_box li:last-of-type{ margin-right:0;}
.cn_a_box li a{ display:block; font-size:18px; color:#ffffff; border:1px solid #ffffff; text-align:center;}
.cn_a_box li:hover{ background:#fafafa;}
.cn_a_box li:hover a{ color:#333333;}
.cn1_box{ width:100%;}
.cn1_box li{ float:left; width:33.33%;}
.cn1_box li:hover .li_img > img{transform: scale(1.3);
    transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 0.5s ease 0s;}
.cn1_box li .li_img{ display: block;overflow: hidden; position:relative;
-webkit-transition:all 1s ease-out;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
transition:all 1s ease-out;
}	
.cn1_box li .li_img img{-webkit-transition:all 1s ease-out;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
transition:all 1s ease-out;}
.box{ position:absolute; width:100%;background: rgba(73,69,84,0.9); height:100%; top:0; display:none;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
transition:all 1s ease-out;}
.box1{  text-align:left; width:196px; margin:0 auto;margin-top:40%;}
.box1 span{ display:block; font-size:28px; color:#ffffff; margin-bottom:4%;}
.box1 img{ margin-bottom:11%;}
.cn1_box li:hover .box{ display:block;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
transition:all 1s ease-out;}


.more-box{
	padding: 8em;
	text-align: center;
}
.more-box .btn{
	background-image:url(../images/index3_03_03.png);
	background-position: 8.5em 1.1em;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	display: block;
	width: 12em;
	height: 3.2em;
	text-align: center;
	margin: 0 auto;
	border: 4px solid #b1b1b1;
	color: #666666;
	padding: .5em 5em 0 0;
	font-size: 1.5em;
	-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
transition:all 1s ease-out;
}
.more-box .btn:hover{
	background-image: url(../images/more-btn-hover.png);
	background-position: 9.5em 1.1em;
	background-color: #4c4855;
	border: 4px solid #4c4855;
	color: #fff;
}

.con2{ width:100%;background: #efefef;}
.cn2_a{ width:45%; background:#efefef;padding-top:6%;}
.cn2_a1{width:52%; margin-right:5%;}
.cn2_b{ width:55%;}
.cn2_a_box li h3{ font-size:16px; color:#333333;}
.cn2_a_box li span{ display:block; font-size:12px; color:#999999; margin-left:6%;}
.cn2_a_box li p{ font-size:12px; color:#666666; line-height:2em; margin-top:2%;}
.cn2_a_t h2{ font-size:28px; color:#333333; margin-bottom:3%;}
.cn2_a_t { margin-bottom:8%;}
.cn2_a_box li{ margin-bottom:13%;}

.cn2_a_box h4{ width:40%; text-align:center; font-size:18px; color:#666666; border:1px solid #666666; line-height:2em;-webkit-transition:all 0.5s ease-out;
-moz-transition:all 0.5s ease-out;
-o-transition:all 0.5s ease-out;
-ms-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;}
.cn2_a_box h4:hover{ background:#4c4855; color:#fff;}
.con3{ margin-top:3%;}
.cn3_t{ text-align:center;}
.cn3_t h2{ text-align:center; font-size:35px; color:#333333; font-weight:normal; margin-bottom:0.3%;}
.cn3_a_box{ text-align:center; margin-top:1.5%; margin-bottom:3%;}
.cn3_a_box li{ display:inline-block;font-size:24px; color:#333333; margin-right:1%;}
.cn3_a_box li:last-of-type{ margin-right:0;}
.cn3_a_box li a{ display:block; font-size:24px; color:#333333;}
.cn3_b_box{ width:100%;}
.cn3_b_box li{ width:16.666%; float:left;overflow:hidden;}
.cn3_b_box li .li_img{ position:relative; overflow:hidden;
-webkit-transition:all 0.5s ease-out;
-moz-transition:all 0.5s ease-out;
-o-transition:all 0.5s ease-out;
-ms-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;}

.box2_t{
	position: absolute;
   /* left: 3%;*/
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
	
	}
.box2_t h5{ font-size:22px; color:#ffffff; text-align:left;}

.box2_t h5 b {
    border-bottom: #fff solid 2px;
    display: block;
    text-align: left;
    height: auto;
    content: "";
    margin-top: 15px;
    width: 10%;
	-webkit-transition:all 0.5s ease-out;
-moz-transition:all 0.5s ease-out;
-o-transition:all 0.5s ease-out;
-ms-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;
}

.cn3_b_box li:hover .box2_t h5 b{
	width: 20%;
	-webkit-transition:all 0.5s ease-out;
-moz-transition:all 0.5s ease-out;
-o-transition:all 0.5s ease-out;
-ms-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;
}

.cn3_b_box li:hover .li_img > img{transform: scale(1.3);
    transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 0.5s ease 0s;}

.cn3_b_box li .li_img img{-webkit-transition:all 1s ease-out;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
transition:all 1s ease-out;}

.box2_a{ position:absolute; bottom:0; text-align:left; margin-left:2%;bottom: 15%;}
.box2_a h3{ font-size:18px; color:#ffffff; margin-bottom:8%;}
.box2_a p{ font-size:13px; color:#ffffff; line-height:2em;}
.box2{ width:100%; height:100%; position:absolute; top:0; padding:3%;margin-top: 9%;}

.foot{ background:#444444;}
.ft_box{ width:100%;}
.ft_box li{ float:left; width:33%; padding:3% 0 5% 4%;}
.ft_box  li:nth-child(2n) {background:#545454;}

.ft_box li h2{ font-size:22px; color:#ffffff; margin-bottom:5%;}
.ft_box li p{ font-size:14px; color:#ffffff; margin-top:5%;line-height: 1.8em;}
.ft_box li h4{ margin-bottom:15%;}


.nav{}
.nav22{ width:8%; display:none;}

.top5{ padding: 2.8% 3%; text-align: center;}
.top5 .top_tit{ color: #fff; font-size:2.4rem;}
.top5 .home{ width:23%; display: block;}
.menu_btn{  width:100%; margin-top: 1.8%;}
.hy{ overflow-y: hidden;}
.navbg{ background:rgba(238,238,238,0.69); width:100%; height:100%; position:absolute; z-index:888; left:-100%; overflow-y:hidden;}
.mainnav{ width:80%; height:100%; position:absolute; top: 0; right:-100%; z-index:999; overflow:hidden; background:rgba(0,0,0,0.7);}
.mainnav>li{ text-align: left; position:relative; font-size:24px; color:#000;  border-bottom:1px solid #f6f9fa;}
.mainnav>li:first-child a:before{ content:"";}
.mainnav>li:first-child.active>a:before{content:"";}
.mainnav>li>a{ position: relative; color:#fff; display:block; padding: 2% 0; padding-left:5%;}
.mainnav>li>a:before{ content:"+"; position: absolute; right: 5%; top:2%; color:#fff;font-size:24px;}
.mainnav>li:hover>a:before,.mainnav>li.active>a:before{content:"-"; position: absolute; right: 5%;top:2%;color:#fff; }
.mainnav>li:hover>a,.mainnav>li.active>a{color:#fff; background:rgba(72,148,211,0.5);}
.mainnav>li>ul{ display:none;}
/*.mainnav>li.active>ul{ display:block;}*/
.mainnav>li>ul>li{ font-size:1.5rem; line-height:3em;}
.mainnav>li>ul>li>a{ padding-left:7%; display:block; color: #fff;}
.mainnav1 .wei1{ text-align:center;width: 48%;margin: 0 auto; padding:3% 0;}
.mainnav1 .wei1 .li_img{text-align:center;}
.nav_ul{position:absolute;top:100%; z-index:99;right:0;width:100%;display:none;}
.nav_ul .kk{ border-bottom:none;}
.nav_ul li{background: rgba(0,0,0,0.75);padding:2% 6%; border-bottom:1px dashed #b8b8b8; text-align:center;}
.nav_ul li:hover a{color:#494555;}
.nav_ul li a{font-size:18px;color: #FFF; display:block;}
.nav_icon{width:100%;position: relative;z-index: 999;}
.nav_icon img{width:100%;}
.ix_e{ position:relative; width:100%; padding-bottom:3%;}
.cn3_a_box{ display:none;}
.nav_img{ margin-right:3%;}

/*cpzx*/
.nav_box li a{ font-size:16px; color:#333333;}
.nav li:hover{ background:#4c4855;}
.nav li:hover a{ color:#ffffff;}
.logo a{ display:block;font-size:24px; color:#000000; font-family:"时尚中黑简体";}
.pp1{padding-top: 2%;}
.zx_a{ background:url(../images/cpzx1_02.jpg); background-size:100%  100%; min-height:553px; text-align:center; padding-top:3.5%;}
.zx_a_box{ text-align:center;}
.zx_a_box li{ display:inline-block; border:1px solid #fff;}
.zx_a_box li a{ display:block; color:#fff; font-size:18px; color:#ffffff;}
.zx_a h2{ text-align:center; font-size:35px; color:#ffffff; margin-bottom:1%;}
.zx_a h3{ font-size:45px; color:#ffffff; text-align:center; font-family:"汉仪细圆简"; margin-bottom:1%;}
.zx_a p{ font-size:26px; color:#ffffff; font-family:"汉仪细圆简"; margin-bottom:7%;margin-top: 3%;}
.zx_a h1{ margin-bottom:3%;}
.zx_a_box li{ width:15%; line-height:3em;}
.zx_a_box li:last-of-type{ margin-right:0;}
.zx_a_box li.on{ background:#fff;}
.zx_a_box li.on a{color:#333333;}
.zx_a{ margin-top:3%;}


.subNavBox{}
.subNav{cursor:pointer;line-height:28px;padding-left:10px;background:url(images/jiantou1.jpg) no-repeat;background-position:95% 50%; background:#fff; padding:8%; }
.subNav a{ border-left:7px solid #727171; font-size:24px; color:#333333;padding-left: 8%;}
.subNav:hover{color:#277fc2;}
.currentDd{color:#277fc2}
.currentDt{background-image:url(images/jiantou.jpg);}
.navContent{display: none; background:#fff;padding:8%;}
.navContent li a{display:block;text-align:center;font-size:18px;color:#333333;}
.navContent li a:hover{color:#fff;background-color:#4c4855;}
.currentDd2{color:#fff!important;}
.currentDt2{ background:#277fc2; color:#fff!important;}
.navContent2{display: none;border-bottom:solid 1px #e5e3da;}
.navContent2 li a{display:block;heigh:28px;text-align:center;font-size:14px;line-height:28px;color:#333;}
.navContent2 li a:hover{color:#fff;background-color:#277fc2;}

.cx_b{ width:100%; background:#f6f6f6;padding-top:3%; padding-bottom:4%;}
.cx_b1{ width:26%;}
.navContent li{ border:1px solid #717071; line-height:3.5em; margin-bottom:5%;}
.xian{ height:10px; background:#f6f6f6; width:100%;}
.cx_b2{ width:71.5%; background:#fff; padding:2%;}
.cx_b2 h2{ font-size:18px; color:#666666; background:url(../images/cpzx1_05.jpg) left center no-repeat; padding-left:3%;}
.cx_b2 h2 a{ font-size:18px; color:#666666;}
.cx_b2_box { width:100%; margin-top:5%; padding-bottom:5%;}
.cx_b2_box li{ width:32%;  float:left; margin-right:2%; margin-bottom:5%;overflow: hidden;}
.cx_b2_box li:nth-child(3n) {margin-right:0px;}
.cx_b2_box li .li_img{ position:relative;border:1px solid #717071;}
.wen{ background:rgba(255,255,255,0.5); position:absolute; width:100%; height:100%;padding:5%; text-align:left; padding-top:14%;}
.wen p{ font-size:13px; color:#333333; line-height:2em;}
.cx_b2_box li span{ display:block;text-align:center; font-size:16px; color:#333333; text-align:left;margin-left: 2%; margin-top:5%;}
.cx_b2_box li span img{ position:relative; right:5px; bottom:1px;}
.page{ text-align:center; margin-top:3%;}


.wen{width:100%;top:200px; z-index:2;
   opacity: 0;
   visibility: hidden;
   transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;}

.cx_b2_box li:hover .wen {
    opacity: 1;
    top:0;
    visibility: visible;
}



.nav_ul55{position:absolute;top:100%; z-index:99;right:0;width:35%;display:none;}
.nav_ul55 .kk{ border-bottom:none;}
.nav_ul55 > li{background: rgba(0,0,0,0.75);padding:4% 6%; border-bottom:1px dashed #b8b8b8; text-align:center;}
/*.nav_ul55 > li:hover a{color:#494555;}*/
.nav_ul55 > li > a{font-size:18px;color: #FFF; display:block;}
.nav_icon{width:100%;position: relative;z-index: 999;}
.nav_icon img{width:100%;}
.ix_e{ position:relative; width:100%; padding-bottom:3%;}
.cn3_a_box{ display:none;}
.nav_img{ margin-right:3%;}
.ix_e{ display:none;}
.cx_f{ padding-top:2%;}
.cx_f li{ line-height:3em;}
.cx_f li a{ font-size:15px; color:#fff;}

/*xpzx_xq*/
.cq_a{ width:100%;}
.cq_a1{ width:60%; border:1px solid #717071;}
.cq_b{ width:19%;}
.cq_b_box li{ border:1px solid #717071; margin-bottom:12%; text-align:center;}
.cq_b_box li .li_img{ display:block; text-align:center;}
.cq_b_box .active{ border:1px solid #c5c5c5;}


.cq_a{ margin-top:5%;}
.cq_a1 {width: 78%;}
.cq_b_box li:last-of-type{ margin-bottom:0;}
.cq_a1_box li .li_img{ display:block; text-align:center;}
.cq_c{ margin-top:5%;}
.cq_c h3{ font-size:30px; color:#333333; margin-bottom:3%;}
.cq_c p{ font-size:16px; color:#333333; margin-bottom:2%;}
.cq_c{ border-bottom:1px solid #f2f2f2; padding-bottom:5%; margin-bottom:5%;}
.cq_d h4{ text-align:center; font-size:23.36px; color:#666666; border:4px solid #b1b1b1; width:30%; margin:0 auto; line-height:2em; margin-top:8%;-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;}

.cq_d h4:hover {
	border: 4px solid #4c4855;
    background: #4c4855;
    color: #fff;
}
.cq_d{ padding-bottom:10%;}


/*gcal*/
.nybanner{ margin-top:3%;}
.gl_a_box{ width:100%;}
.gl_a_box li{ float:left;width: 31.3%;margin-right: 3%; margin-bottom:3%;}
.gl_a_box li:hover .li_img > img{transform: scale(1.3);
    transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 0.5s ease 0s;}
.gl_a_box li .li_img{ display: block;overflow: hidden; position:relative;
-webkit-transition:all 1s ease-out;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
transition:all 1s ease-out;
}	
.gl_a_box li .li_img img{-webkit-transition:all 1s ease-out;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
transition:all 1s ease-out;}
.box3{ position:absolute; width:100%;background: rgba(73,69,84,0.9); height:100%; top:0; display:none;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
transition:all 1s ease-out;}
.box4{  text-align:left; width:196px; margin:0 auto;margin-top:40%;margin-left: 16%;}
.box4 span{ display:block; font-size:20px; color:#ffffff; margin-bottom:4%;}
.box4 img{ margin-bottom:11%;}
.gl_a_box li:hover .box3{ display:block;
-moz-transition:all 1s ease-out;
-o-transition:all 1s ease-out;
-ms-transition:all 1s ease-out;
transition:all 1s ease-out;}

.gl_a{ border-top:1px solid #c3c3c3; padding-top:5%; margin-top:2%;}
.gl_a_box  li:nth-child(3n) {margin-right:0px}
.page1{ text-align:center; margin-top:5%; margin-bottom:5%;} 

/*gywm*/
.gm{border-top:1px solid #c3c3c3; padding-top:3%; margin-top:2%; padding-bottom:8%;}
.gm_a1 p{ font-size:16px; color:#666666; line-height:2em; margin-bottom:3%;}
.gm_a2 .li_img{ margin-bottom:3%;}
.gm_a2 p{font-size:16px; color:#666666; line-height:2em; margin-bottom:3%;}



.bx-wrapper{ max-width:1920px !important;}


.fix .language{
	text-align: right;
	color: #ffffff;
	font-size: 16px;
}
.language{
	text-align: right;
	color: #333333;
	font-size: 16px;
}
.fix .language a{
	color: #ffffff;
	font-size: 16px;
}
.language a{
	color: #333333;
	font-size: 16px;
}