﻿@charset "utf-8";

/******************************************公共样式****************************************/
* {
	margin: 0;
	padding: 0;
}
html,body {
	font-size: 20px;
	font-family: "微软雅黑","Microsoft YaHei","HanHei SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial";
	color: #333;
	background: #fff;
}



.mores {
      display:block;
}
.gotops {
    display:none;
}
.hedsate {
      display:none;
}
ul li,ol li {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	color: #333;
}
img {
	width: 100%;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
input,textarea,select,button {
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	padding: 0;
	outline: none;
	/*appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;*/
}
label,button {
	cursor: pointer
}
textarea {
	white-space: pre;
	resize: none;
	border: 1px solid #ececec;
}
article,aside,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.boxSizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper1{
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper2{
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper3{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*头部*/
header{
	background: #3366cc;
}
#burger{
	display: none;
	position: absolute;
	top: 30px;
	right: 20px;
	width: 30px;
    height: 20px;
	cursor: pointer;
}
.burger{
	display: none;
	position: absolute;
	top: 30px;
	right: 60px;
	width: 80px;
    height: 20px;
	cursor: pointer;
}
#burger span{
	width: 30px;
	height: 4px;
	background-color: #C9C9C9;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: -webkit-transform 250ms, opacity 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms;
	transition: transform 250ms, opacity 250ms;
}
#burger span:last-of-type{
	margin-bottom: 0;
}
#burger.on span:nth-child(1){
	transform: rotateZ(-45deg) translateX(-5px) translateY(6px);
}
#burger.on span:nth-child(2){
    opacity: 0;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}
#burger.on span:nth-child(3){
	transform: rotateZ(45deg) translateX(-5px) translateY(-6px);
}
.language_btn{
	width: 85px;
	height: 28px;
	background: url(/images/btn01.png) no-repeat center center/100% 100%;
}
.language_btn a{
	width: 50%;
	height: 100%;
}
.last_nav a{
	display: block;
	text-align: center;
	color: #FFFFFF;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #5181e2;
	background: rgba(51,102,204,0.5);
	transition: background-color 0.5s;
}





.last_nav a:hover{
	background: rgba(51,102,204,1);
}
.last_nav a:last-of-type{
	border: none;
}
/*底部*/
footer{
	background: #3382ca;
	padding: 50px 0;
	color: #8dc5f9;
	font-size: 18px;
	line-height: 35px;
}
footer a{
	color: #8dc5f9;
}
footer a:hover{
	color: #fff;
}
footer .wrapper2{
	position: relative;
}
/*首页*/
.index_link{
	position: relative;
	z-index: 2;
	top: -100px;
	padding: 24px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 5px #c1c1c1;
}
.index_link li{
	float: left;
	width: 12.5%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 12.5%;
}
.index_link li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index_link li .kuang{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #fff;
	transition: all 0.5s;
}
.index_link li:hover .kuang{
	border: 12px solid #fff;
}
.gs{
	margin-bottom: 90px;
}
.gs_box{
	width: 48%;
	background: #f7f7f7;
}
.gs_box .tit{
	padding: 17px 0;
	background: #3785cd;
	font-size: 40px;
	color: #fff;
}
.gs_box .tit h5{
	position: relative;
}
.gs_box .tit small{
	text-transform: uppercase;
	font-weight: 100;
	font-size: 20px;
	position: absolute;
	bottom: 0;
}
.gs_box .word{
	margin-top: 30px;
}
.gs_box .word_content .more{
	display: block;
	width: 123px;
	height: 44px;
	margin: 30px 0;
}
.gs_box_xz{
	display: inline-block;
	width: 100%;
	max-width: 650px;
	padding: 0 30px 0 30px;
}

.gsjj .xg div{
	padding-top:30px;
	text-align: left;
}
.gsxw .word_content div{
	padding-top: 15px;
}
.gsxw .word_content div h6{
	font-size: 20px;
}
.gsxw .word_content div h6 a{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_phone{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top:23%;
}
.index_phone img{
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.qydz{
	margin-bottom: 150px;
}
.qydz h3{
	margin: 80px auto 14px;
	width: 100%;
	max-width:450px;
	border-bottom: 1px solid #000;
	font-size: 45px;
	font-weight: 100;
	text-align: center;
}
.qydz .more{
	display: block;
	margin: 0 auto 70px;
	width: 130px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background: #4490d5;
}
/*企业定制轮播图*/
.picMarquee-left{
	position: relative;
}
.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 63px;
	height: 122px;
	cursor: pointer;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

.picMarquee-left .hd .next {
	background-image:url(/images/btn06.png);
	right: 0;
}

.picMarquee-left .hd .prev {
	background-image:url(/images/btn05.png);
	left: 0;
}
.picMarquee-left .bd {
	padding:0 100px;
}
.picMarquee-left .tempWrap{
	width: 100% !important;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 99999px !important;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 92%;
	width: 100%;
	border-radius: 50%;
	border: 10px solid #4490d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.picMarquee-left .bd ul li .pic img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.bread_nav{
	padding: 150px 0 100px;
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	color: #fff;
   
}
.bread_nav a{
	color: #fff;
}
.bread_nav .icon{
    margin-top:36px;
	width: 40px;
}
.cpzx .bread_nav{
	background: url(/images/banner_cpzx.jpg) no-repeat center center/cover;
}
.gsjj_win .bread_nav{
	background: url(/images/banner_gywm.jpg) no-repeat center center/cover;
}
.lxwm .bread_nav{
	background: url(/images/banner_lxwm.jpg) no-repeat center center/cover;
}
.xwdt .bread_nav{
	background: url(/images/banner_xwdt.jpg) no-repeat center center/cover;
}
.zlxz .bread_nav{
	background: url(/images/banner_jszc.jpg) no-repeat center center/cover;
}
.cpzx_list{
	margin-top: 80px;
}
.cpzx_list li{
	float: left;
	width: 33.33%;
	padding: 0 1%;
	margin-bottom: 20px;
}
.cpzx_list .content{
	display: block;
	background: #f7f7f7;
	display: block;
	padding: 20px;
	transition: all 0.5s;
	cursor: pointer;
}
.cpzx_list .content:hover{
	box-shadow: 0 0 10px #ccc;
}
.cpzx_list .tit b{
	display: block;
	font-size: 25px;
	margin-bottom: 5px;
}
.cpzx_list .img{
	position: relative;
	height: 0;
	padding-top: 69%;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.cpzx_list .img img{
	position: absolute;
	top: 0;
	left: 0;
}




.link_list{
	margin-top: 80px;
}
.link_list li{
	float: left;
	width: 25%;
	padding: 0 1%;
	margin-bottom: 20px;
}
.link_list .content{
	display: block;
	background: #fff;
	display: block;
	padding: 20px;
	transition: all 0.5s;
	cursor: pointer;  
}

.link_list .img{

	width: 80%;
    margin:10%;
	overflow: hidden;
	margin-bottom: 20px;
    border-radius: 50%;
    border: 10px solid #4490d5;
}
.cpzx_list .img img{
	position: absolute;
	top: 0;
	left: 0;
}
















.cpzx_list p{
	line-height: 25px;
	padding-left: 30px;
	position: relative;
	height: 150px;
	overflow: hidden;
	margin-bottom:30px;
}
.cpzx_list p:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 8px;
	height: 77px;
	background: #2375c5;
	border-radius: 3px;
	transition: height 0.5s;
}
.cpzx_list .content:hover p:before{
	height: 120px;
}
.cpzx_list i{
	float: right;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-style: normal;
	background: #3366cc;
}
.cpzx_more{
	display: block;
	background: #dbdbdb;
	width: 116px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 100px auto;
	cursor: pointer;
}
/*弹窗*/
.pop{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow-y: auto;
	z-index: 10;
}
.pop_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.pop_content{
	display: none;
	width: 100%;
	max-width: 1000px;
	background: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pop_close{
	position: absolute;
	top:10px;
	right:10px;
	cursor: pointer;
}
.pop_content .tit{
	padding: 40px 40px 10px 40px;
	font-size: 30px;
}
.pop_content .tit b{
	font-size: 40px;
	display: block;
}
.pop_content .p{
	padding: 10px 40px;
}
.pop_content h6{
	font-size: 30px;
	font-weight: normal;
}
.pop_content .more{
	display: block;
	width: 55px;
	margin: 30px auto 40px;
	cursor: pointer;
}
/*公司简介*/
.gsjj_win h3{
	padding: 50px 0;
	text-align: center;
	font-size: 40px;
}
.gsjj_win h3 span{
	display: block;
	font-size: 25px;
	font-weight: 100;
	text-transform: uppercase;
}
.gsgk li{
	position:relative;
	overflow: hidden;
}
.gsgk li img{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
}
.gsgk li .word{
	width: 50%;
	background: #f0f0f0;
	padding: 30px;
}

.gsgk li .words{
	width: 100%;
	background: #f0f0f0;
	padding: 30px;
}
.gsgk li .word p{
	border: 1px solid #fff;
	padding: 35px;
	line-height: 40px;
}
.gsgk li .words p{
	border: 1px solid #fff;
	padding: 35px;
	line-height: 40px;
}
.gsgk li .words p img{
	position:relative;
	width: 100%;
	height: auto;
	top: 0;
}
.gsgk li .words p:after{
	content: "";
	display: block;
	width: 170px;
	height: 15px;
    float:right;
	margin-top: 30px;
	transition: width 0.5s;
}
.gsgk li .word p:after{
	content: "";
	display: block;
	width: 170px;
	height: 15px;
	margin-top: 15px;
	transition: width 0.5s;
}
.gsgk li:hover .word p:after{
	width: 220px;
}
.gsgk li:hover .words p:after{
	width: 220px;
}
.gsgk li:nth-of-type(2n+1) .word p:after{
	background: #3366cc;
}
.gsgk li:nth-of-type(2n) .word p:after{
	background: #e5001a;
}


.gsgk li:nth-of-type(2n+1) .words p:after{
	background: #3366cc;
}
.gsgk li:nth-of-type(2n) .words p:after{
	background: #e5001a;
}

.gsgk li:nth-of-type(2n+1) .word{
	margin-left:50% ;
}
.gsgk li:nth-of-type(2n) .word{
	margin-right:50% ;
}




.gsgk li:nth-of-type(2n+1) img{
	left: 0;
}
.gsgk li:nth-of-type(2n) img{
	right: 0;
}
.cpxl{
	margin-bottom: 100px;
}
.cpxl li{
	float: left;
	width: 33.33%;
}
.cpxl li a{
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 76%;
	color: #fff;
}
.cpxl li:last-of-type a{
	background: #f8f8f8;
}
.cpxl li:last-of-type a i{
	white-space: nowrap;
	color: #000;
	font-style: normal;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.cpxl li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cpxl li span{
	position: absolute;
	display: block;
	height: 47px;
	line-height: 47px;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	font-weight: bold;
	padding:0 20px;
	transition: all 0.5s;
}
.cpxl li.on span{
	top: -47px;
}
.cpxl li .word{
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom: -146px;
	left: 0;
	width: 100%;
	padding: 15px;
	height: 146px;
	overflow: hidden;
	transition: all 0.5s;
}
.cpxl li.on .word{
	bottom: 0;
}
.cpxl li .word h6{
	font-size: 20px;
	margin-bottom: 5px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cpxl li .word p{
	font-size: 16px;
	line-height: 28px;
	padding-right: 70px;
	height: 84px;
	overflow: hidden;
	background: url(/images/icon10.png) no-repeat right center/45px auto;
}
.lxwm_box{
	padding: 90px 0;
}
.xszy{
	margin-bottom: 60px;
}
.xszy li{
	float: left;
	padding:0 15px;
	width: 25%;
}
.xszy .content{
	background: #f9f9f9;
	transition:box-shadow 0.5s;
}
.xszy .content:hover{
	box-shadow: 0 0 10px #ccc;
}
.xszy .img{
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top:64%;
	margin-bottom: 30px;
}
.xszy .img img{
	position: absolute;
	top: 0;
	left: 0;
}
.xszy dl{
	padding: 0 20px 20px;
	line-height: 35px;
}
.xszy dt{
	font-size:25px;
	font-weight: bold;
	margin-bottom: 5px;
}
.xszy dd {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.address{
	padding: 0 15px;
}
.address_box{
	width: 48%;
}
.address .con{
	width: 80%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.address .tit{
	padding: 15px 0;
	background: #0066cc;
	color: #fff;
}
.address .tit .con{
	padding-left: 45px;
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat ;
	background-image:url(/images/icon07.png);
	font-size: 25px;
}
.address ul{
	padding: 20px 0;
	line-height: 30px;
	background: #f9f9f9;
}
.address li{
	padding-left: 16px;
	position: relative;
}
.address li:before{
	content: "";
	position: absolute;
	left:0;
	top:13px;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
}
.address .left{
	background: #f9f9f9;
}
.address .left li{
	line-height: 35px;
}
.address .left .tit .con{
	font-size:30px;
}
.address .top{
	margin-bottom: 25px;
}
.xwdt li{
	padding:60px 30px 30px;
	border-bottom: 1px solid #d6d6d6;
}
.xwdt li a{
	position: relative;
	display: block;
}
.xwdt li .word{
	margin: 0 140px 0 470px;
     height:240px;
}
.xwdt li .zs{
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 2;
	top: -15px;
	left: 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.xwdt li:nth-of-type(5n+1) .zs{
	background-image: url(/images/zs01.jpg);
}
.xwdt li:nth-of-type(5n+2) .zs{
	background-image: url(/images/zs02.jpg);
}
.xwdt li:nth-of-type(5n+3) .zs{
	background-image: url(/images/zs03.jpg);
}
.xwdt li:nth-of-type(5n+4) .zs{
	background-image: url(/images/zs04.jpg);
}
.xwdt li:nth-of-type(5n+5) .zs{
	background-image: url(/images/zs05.jpg);
}
.xwdt li .img{
	width: 380px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left:60px;
}
.xwdt li .more{
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.xwdt .more_news{
	display: block;
	margin: 100px auto;
	width: 180px;
}
.xwdt li .word h6{
	font-size: 25px;
}
.xwdt li .word h6:before{
	content: "";
	display: block;
	width: 120px;
	height: 10px;
	border-radius: 5px;
	background: #cc3333;
	margin-bottom: 5px;
	transition: width 0.5s;
}
.xwdt li:hover .word h6:before{
	width: 200px;
}
.xwdt li .word time{
	font-size: 18px;
	display: block;
	margin: 5px 0 8px;
}
.xwdt li .word p{
	font-size: 18px;
	line-height: 28px;
}
.zlxz ul{
	padding-top:100px;
}
.zlxz li{
	margin-bottom: 40px;
	background: #f5f5f5;
	padding:30px 50px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.5s;
}
.zlxz li a{
	display: block;
	padding:16px 130px 10px 150px;
	background: url(/images/icon08.png) no-repeat left center/120px auto,url(/images/icon09.png) no-repeat right center/60px auto;
	transition: all 0.5s;
}
.zlxz li h6{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 30px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #a7a7a7;
	transition: all 0.5s;
}
.zlxz li p{
	font-size: 16px;
	transition: all 0.5s;
}
.zlxz li:hover{
	background: #1296db;
}
.zlxz li:hover a{
	background: url(/images/icon08_on.png) no-repeat left center/120px auto,url(/images/icon09_on.png) no-repeat right center/60px auto;
}
.zlxz li:hover h6{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.zlxz li:hover p{
	color: #b7e6ff;
}
.zlxz .more{
	display: block;
	margin: 100px auto;
	background: #e8e8e8;
	width: 125px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
}

@media only screen and (max-width: 1599px){
	.wrapper2{
		width:98%;
	}
}

@media only screen and (min-width: 1400px){
	.logo{
		width: 278px;
	}
	.nav{
		margin:0 130px 0 330px;
	}
}

@media only screen and (max-width: 1399px){
	html,body {
		font-size: 16px;
	}
	.wrapper1{
		width:98%;
	}
	.logo{
		width: 250px;
	}
	.nav {
	    margin: 0 90px 0 280px;
	}
	.index_link{
		top: -50px;
	}
	.gsgk li .word p{
		line-height: 30px;
	}
    .gsgk li .words p{
		line-height: 30px;
	}
}

@media only screen and (min-width: 1200px){
	header.on{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
		background: rgba(42,132,184,0.4);
	}
	header.on .last_nav a{
		background: rgba(42,132,184,0.4);
	}
	header.on .last_nav a:hover{
		background: rgba(42,132,184,0.4);
		font-weight: bold;
	}
}

@media only screen and (max-width: 1200px){
	.wrapper3{
		width: 98%;
	}
	.logo{
		width: 200px;
	}
	.nav {
	    margin: 0 90px 0 210px;
	}
	.gs_box_xz{
		padding: 0 15px 0 15px;
	}
	.gsjj h5 small{
		right: 15px;
	}
	.gsxw h5 small{
		left: 15px;
	}
	.picMarquee-left .hd .prev,
	.picMarquee-left .hd .next {
		width:30px;
		height:65px;
	}
	.picMarquee-left .bd {
		padding:0 60px;
	}
	.xszy li{
		padding: 0 5px;
	}
	.xwdt li{
		padding:60px 0 30px;
	}
	.xwdt li .zs,.xwdt li .more{
		display: none;
	}
	.xwdt li .img{
		left: 0;
	}
	.xwdt li .word{
		margin: 0 0 0 400px;
	}
	.zlxz li h6{
		font-size: 25px;
	}
}

@media only screen and (min-width: 1024px){
	header .wrapper1{
		position: relative;
	}
	.logo{
		position:absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-mos-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.language_btn{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-mos-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
	}
	footer ul{
		padding-right: 150px;
	}
	footer .ewm{
		width: 135px;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.nav li{
		float: left;
		width: 14.28%;
		text-align: center;
		position: relative;
	}
	.nav .first_nav{
		display: block;
		width: 100%;
		height: 135px;
		line-height: 135px;
		color: #fff;
		transition: all 0.5s;
	}
	.nav .first_nav:hover{
		font-weight: bold;
		background: url(/images/nan_on_bg.png) no-repeat center center/100% 100%;
	}
	.last_nav{
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 2;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 400px;
	}


    .last_nav .wid_3{
	width: 400px;
}
	.gsjj{
		text-align: right;
	}
	.gsxw{
		text-align: left;
	}
	.gsjj h5{
		text-align: left;
	}
	.gsjj h5 small{
		right: 30px;
	}
	.gsxw h5{
		text-align: right;
	}
	.gsxw h5 small{
		left: 30px;
	}
	.gsjj .more{
		float: left;
	}
	.gsxw .more{
		float: right;
	}
}

@media only screen and (max-width: 1023px){
	html,body {
		font-size: 14px;
	}
	#burger{
		display: block;
	}
	header{
		position: relative;
		padding: 20px 0;
	}
	.logo{
		display: block;
		width: 30%;
		min-width: 180px;
	}
	.language_btn{
		display: none;
	}
	footer .ewm{
		width: 135px;
		display: block;
		margin: 0 auto 20px;
	}
	.nav{
		display: none;
		margin: 0;
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 100%;
		text-align: center;
		background: #3366cc;
	}
	.nav .first_nav{
		display: block;
		color: #fff;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px dashed #5181e2;
	}
	.nav .last_nav{
		display: none;
	}
	.nav .last_nav a{
		height: 35px;
		line-height: 35px;
	}
	.index_link{
		top: 0;
		margin-bottom: 50px;
	}
	.gs_box{
		width: 100%;
	}
	.gs_box_xz{
		max-width:initial;
	}
	.gs_box .tit small{
		left: auto;
		right: 15px;
	}
	.gsjj .xg div{
		padding-top: 15px;
	}
	.index_phone{
		padding-top: 50%;
	}
	.gsgk li .word p{
		line-height: 27px;
	}
    .gsgk li .words p{
		line-height: 27px;
	}
	.xszy li{
		width: 50%;
		margin-bottom: 10px;
	}
	.xwdt li .word h6{
		font-size: 20px;
	}
	.xwdt li .word time,.xwdt li .word p{
		font-size: 16px;
	}
}

@media only screen and (max-width: 960px){
	.cpzx_list li{
		width: 50%;
	}
    .link_list li{
		width: 50%;
	}
  
	.bread_nav{
		font-size: 30px;
	}
	.bread_nav .link{
		margin-bottom: 30px;
	}
	.cpxl li{
		width: 50%;
	}
	.cpxl li:last-of-type {
		width: 100%;
	}
	.cpxl li:last-of-type a{
		display: block;
		padding-top: 60px;
	}
	.zlxz li a{
		padding:0 130px 0 0;
		background:url(/images/icon09.png) no-repeat right center/60px auto;
	}
	.zlxz li:hover a{
		background:url(/images/icon09_on.png) no-repeat right center/60px auto;
	}
}

@media only screen and (max-width: 768px) {
	.index_link{
		padding: 0;
	}
	.gsgk li img{
		position: static;
		width: 100%;
		display: block;
	}
	.gsgk li:nth-of-type(2n+1) .word,.gsgk li:nth-of-type(2n) .word{
		width: 100%;
		margin: 0;
	}
    	.gsgk li:nth-of-type(2n+1) .word,.gsgk li:nth-of-type(2n) .words{
		width: 100%;
		margin: 0;
	}
	.address{
		padding: 0;
	}
	.address_box{
		width: 100%;
	}
	.xwdt li .img{
		position: static;
		width: 100%;
	}
	.xwdt li .word{
		margin: 0;
	}
	.xwdt li .word h6:before{
		width: 100%;
	}
	.zlxz ul{
		padding-top: 50px;
	}
	.zlxz li{
		margin-bottom: 20px;
		padding: 20px 25px;
	}
	.zlxz li a{
		padding-right: 70px;
	}
	.zlxz .more{
		margin: 50px auto;
	}
}

@media only screen and (max-width: 640px) {
	.index_link li{
		width: 25%;
		padding-top: 25%;
	}
	.picMarquee-left .hd .prev,
	.picMarquee-left .hd .next {
		width:20px;
		height:50px;
	}
	.picMarquee-left .bd {
		padding:0 30px;
	}
	.zlxz li a{
		padding:0;
		background:none;
	}
	.zlxz li h6{
		font-size: 18px;
	}
	.zlxz li:hover a{
		background:none;
	}
}

@media only screen and (max-width: 480px) {
	.gs_box .tit{
		font-size: 30px;
	}
	.gs_box .tit small{
		font-size: 16px;
	}
	.qydz h3{
		font-size: 30px;
		margin-top: 50px;
	}
	.qydz .more{
		margin-bottom: 40px;
	}
	.qydz {
	    margin-bottom: 100px;
	}
	.cpzx_list li{
		width: 100%;
		padding: 0;
	}
   .link_list  li{
		width: 100%;
		padding: 0;
	}

     
	.cpzx_list p{
		height: auto;
	}
	.bread_nav{
		font-size: 25px;
	}
	.cpzx_more{
		margin: 60px auto;
	}
	.gsgk li .word,.gsgk li .word p{
		padding: 20px;
	}
    	.gsgk li .word,.gsgk li .words p{
		padding: 20px;
	}
	.cpxl li:last-of-type a i{
		font-size: 20px;
	}
	.cpxl li{
		width: 100%;
	}
	.xszy li{
		width: 100%;
		padding: 0;
	}
	.address .con{
		width: 95%;
	}
	.xwdt .more_news{
		width: 120px;
		margin: 60px auto;
	}
}