/*----通用初始化----*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	/*间距*/
	.mt5{margin-top    : 5% !important;}
	.mb5{margin-bottom : 5% !important;}
	.ml5{margin-left   : 5% !important;}
	.mr5{margin-right  : 5% !important;}
	.pt5{padding-top   : 5% !important;}
	.pb5{padding-bottom: 5% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	/*字号*/
	.font24{font-size: 24px;color: #333;line-height: 2em;}
	.font16{font-size: 16px;color: #666;line-height: 2.2em;}
	.font14{font-size: 14px;color: #999;line-height: 1.8em;}
	/*编辑器*/
	.text{font-size: 16px;color: #666;line-height: 2.2em;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	@media screen and (max-width: 1200px){
		.mt5{margin-top    : 3% !important;}
		.mb5{margin-bottom : 3% !important;}
		.ml5{margin-left   : 3% !important;}
		.mr5{margin-right  : 3% !important;}
		.pt5{padding-top   : 3% !important;}
		.pb5{padding-bottom: 3% !important;}
		.pl5{padding-left  : 3% !important;}
		.pr5{padding-right : 3% !important;}
		.font24{font-size: 20px;}
		.font16{font-size: 14px;}
		.font14{font-size: 12px;}
	}
	.tec7{
		overflow : hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		word-break: normal; 
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
	}
	.tec3{
		overflow : hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		word-break: normal; 
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.tec1{
		overflow : hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		word-break: normal; 
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
/*********************************/
.bgone{
	height: 440px;
	position: relative;
	padding-top:140px;
  width: 100%;
}
.bgone img{
	position: absolute;
    top: 140px;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
	display: block;
	/*max-width: 100%;*/
}
.wrapper1200{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.pub_tit{
	width: 100%;
	text-align: center;
	padding-top: 60px;

}
.pub_tit h1{
	width: 100%;
	font-size: 24px;
	color: #333333;
}
.pub_tit p{
	font-size: 18px;
	color: #cccccc;
	padding-top: 14px;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
	text-transform : uppercase;
}
.pub_tit p:after{
    content: "";
    width: 30px;
    height: 3px;
    background: #9d3938;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;	
    margin-left: -15px;
}
.fuwu_left{
	width: 50%;
	float: left;
	display: table;
}
.fuwu_tabcel{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.fuwu_left p{
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	text-align: justify;
	padding-top: 1%;
}
.fuwu_left a{
	width: 150px; 
	height: 50px; 
	background:#34579e ; 
	margin-top: 8%; 
	display:block; 
	position: relative;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}
.fuwu_left a span{
	 color: #fff;
	 line-height: 50px;
	 position: absolute;
	 left: 28px;
	 top: 0;
	 font-size: 16px;
	 transition: all .3s linear;
	 -webkit-transition: all .3s linear;
	 -moz-transition: all .3s linear;
	 -o-transition: all .3s linear;
	 -ms-transition: all .3s linear;
}
.pub_fw{
	padding-bottom: 4%;
}
.fuwu_left a i{
	width: 20px;
	height: 14px; 
	position: absolute;
	right: 28px;
	top:50%;
	margin-top: -7px; 
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}
.fuwu_left a:hover span{ 
	left: 22px;
}
.fuwu_left a:hover i{ 
	right: 22px;
}
.fuwu_left a:hover{ 
	width: 160px; 
	background:#102a60;
}
.fuwu_right{
	width: 46%;
	float: right;
	padding-top: 29.57%;
	position: relative;
}
.fuwu_right img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bgh{
	background: #f7f7f7 !important;
}
.byfw .fuwu_left{
	float: right;
}
.byfw .fuwu_right{
	float: left;
}
.fylc{
	position: relative;
	min-height: 450px;
	z-index: 1;
}
.fylc img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
	z-index: 9;
}
.fylc ul.one{
	width: 100%;
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 111;
}
.fylc ul.two{
	width: 100%;
	font-size: 0;
	position: absolute;
	/*bottom: 11%;*/
	left: 0;
	z-index: 111;
	text-align: right;
}
.fylc ul.two li{
	padding-right: 9.5%;
}
.fylc ul li{
	width: 35.8%;
	font-size: 18px;
	padding-left: 2%;
	display: inline-block;
	vertical-align: middle;
	color: #34579e;
}
.fylc ul.one li:last-child{
	width: 28.4%;
}
.fylc ul.two li:last-child{
	width: 28.4%;
	padding-right: 2%;
}
.box_one{
	width: 100%;
	height: 300px;
	background: url(../images/bg2.jpg) center no-repeat;
	display: table;
}
.box_tablecell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.box_one h1{
	font-size: 24px;
	color: #fff;
	position: relative;
	font-weight: normal;
	padding-bottom: 1.5%;
}
.box_one h1:after{
	content: "";
	width: 30px;
	height: 3px;
	background: #9d3938;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.box_one p{
	font-size: 14px;
	color: #fff;
	padding: 2.5% 0;
}
.box_one a{
	width: 150px;
	height: 50px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	border: #fff 1px solid;
	transition: all .3s linear;
	 -webkit-transition: all .3s linear;
	 -moz-transition: all .3s linear;
	 -o-transition: all .3s linear;
	 -ms-transition: all .3s linear;
}
.box_one a:hover{
	background: #102a60;
	width: 170px;
	transition: all .3s linear;
	 -webkit-transition: all .3s linear;
	 -moz-transition: all .3s linear;
	 -o-transition: all .3s linear;
	 -ms-transition: all .3s linear;
}
.box_two{
	width: 100%;
}
.boxtwo_left{
	width: 60%;
	float: left;
}
.boxtwo_left ul{
	width: 100%;
	font-size: 0;
}
.boxtwo_left ul li{
	width: 33.33333%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	margin: 3% 0;
}
.boxtwo_left ul li img{
	max-width: 60%;
	display: block;
	margin: 0 auto;
}
.boxtwo_left ul li p{
	font-size: 14px;
	color: #666;
	margin-top: 8%;
	line-height: 2em;
	text-align: center;
	padding: 0 2%;
}
.boxtwo_right{
	width: 38%;
	float: right;
	padding-bottom: 5%;
}
.boxtwo_right .swiper-slide {
	line-height: 300px;
	color: #000;
	font-size: 36px;
	text-align: center;
	width: 100%;
	height: 100%;
}
.boxtwo_right .swiper-wrapper {
	height: 100%;
}
.boxtwo_right .swiper-button-prev{
	background-image: url(../images/left.png);
}
.boxtwo_right .swiper-button-next{
	background-image: url(../images/right.png);
}
.boxtwo_right img{
	display: block;
	max-width: 60%;
	margin: 0 auto;
}
.boxtwo_right>span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-top: 4%;
}
.my-gallery {
	width: 96%;
	margin: 0 auto;
}

.my-gallery .img-dv {
	width: 100%;
	margin-bottom: 1%;
}

.my-gallery .img-dv a {
	display: block;
	width: 100%;
	text-align: center
}

.my-gallery .img-dv a img {
	width: 100%;
}
.clearfix::before,
.clearfix::after {
	display: block;
	content: '';
	visibility: hidden;
	height: 100%;
	clear: both;
}
.boxtwo_right .swiper-slide a{
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}
.boxtwo_right .swiper-slide a div{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.boxtwo_right .swiper-slide a div p{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.box_shcn{
	width: 100%;
}
.box_cn{
}
.chengnuo_left{
	width:53%;
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	text-align: justify;
}
.chengnuo_right{
	width: 42%;
	float: right;
	position: relative;
	padding-top:21.49% ;
	margin-top: -3%;
}
.chengnuo_right img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.box_khjz{
   padding-bottom: 2%;
}
.pswp__counter{
	top: 0;
}
.khjz_a{
	width: 75%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 2em;
}
.khjz_b{
	width: 100%;
	border: #dddddd 1px dashed;
	border-bottom: 0;
	border-right: 0;
	margin-top: 4%;
}
.khjz_b ul{
	width: 100%;
	font-size: 0;
}
.khjz_b ul li{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 194px;
	border-bottom: #dddddd 1px dashed;
	border-right: #dddddd 1px dashed;
	position: relative;
}
.khjz_b ul li .box{
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	padding: 2%;
	text-align: center;
}
.khjz_b ul li .box div{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.khjz_b ul li .box div img{
	max-height: 90%;
	max-width: 90%;
	width: auto;
	height: auto;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.khjz_b ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.khjz_b ul li i.logo_tit{
	display: block;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.2);
	color: #fff;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.khjz_b ul li:hover i.logo_tit{
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.khjz_b ul li:hover .box div img{
	transform:scale(1.05);
	-webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.khjz_c{
	width: 100%;
	border:#eeeeee  1px solid;
	margin-top: 4%;
}
.khjz_d{
	width: 100%;
}
.khjz_d .pub_tit{
	text-align: left;
}
.khjz_d .pub_tit p{
	padding-top: 0;
	padding-bottom: 0;
}
.khjz_d .pub_tit p:after{
	left: 0;
	margin-left: 0;
	width: 24px;
}
.khjz_d_left,.khjz_d_right{
	width: 49%;
}
.khjz_d_left{
	float: left;	
}
.khjz_d_right{
	float: right;
}
.khjz_d ul li{
	font-size: 16px;
	line-height: 3em;
	border-bottom: 1px solid #efefef;
}
.khjz_d ul li:hover{
	background-color: #f0f0f0;
}
.khjz_d ul li:first-child{
	border-top: 1px solid #efefef;
}
.khjz_d ul li > a{
	display: block;
	position: relative;
	padding-left: 100px;
}
.khjz_d ul li span{
	display: block;
	color: #9d3938;
	position: absolute;
	left: 0;
}
.khjz_d ul li p{
	width: 100%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.khjz_tab{
	height: 60px;
	background: #f5f5f1;
	border-bottom: #eee 1px solid;
	font-size: 0;
	position: relative;
}
.khjz_tab span{
	padding: 0 3.1%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
	cursor: pointer;
}
.khjz_tab span.on{
	background: #fff;
}
.khjz_tab a{
	color: #999;
	font-size: 14px;
	display: block;
	line-height: 60px;
	position: absolute;
	right: 6%;
	top: 0;
	
}
.khjz_box{
	display: none;
	min-height: 160px;
}
.yuzhong_li{
	width: 100%;
}
.yuzhong_li ul{
	width: 100%;
	font-size: 0;
	padding-bottom: 4%;
}
.yuzhong_li ul li{
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 2.7%;
}
.yuzhong_li ul li i{
	font-size: 12px;
	color: #cccccc;
	padding-right: 10px;
}
.mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 5000001;
}
.mask_tab{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.mask_tabcell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.mask_box img{
	max-width: 80%;
	max-height: 90%;
	display: block;
	margin: 0 auto;
	
}
.mask_box span{
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 2%;
}
.mask_box i.close{
	width: 32px;
	height: 32px;
	display: block;
	position: fixed;
	top: 2%;
	cursor: pointer;
	right: 5%;
	background: url(../images/close.png) center no-repeat;
	background-size: 100%;
}
/* 服务费用 */
.bgc1{background-color: #8f8f8f;width: 450px;min-width: 50px;}
.bgc2{background-color: #6ebbf9;width: 330px;min-width: 50px;}
.bgc3{background-color: #55b77f;width: 200px;min-width: 50px;}
.bgc4{background-color: #444954;width: 220px;min-width: 50px;}
.fwfy{
	font-size: 14px;
}
.fwfy_tab{
	width: 100%;
	text-align: center;
}
.fwfy_tab li{
	display: inline-block;
	margin: 0 20px;
	color: #34579e;
	border: 1px solid #34579e;
	padding: 8px 12px 9px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.fwfy_tab li > a{
	color: inherit;
}
.fwfy_tab li.on{
	background-color: #34579e;
	color: #fff;
}
.fwfy_table{
	padding-top: 50px;
}
.fwfy_table li{
	display: none;
}
.fwfy_table li.on{
	display: block;
}
.fwfy_table table{
	margin: 0 auto;
	text-align: center;
}
.fwfy_table td,.fwfy_table th{
	padding: 20px 2%;
}
.fwfy_table td{
	border: 1px solid #f0f0f0;
}
.fwfy_table thead th{
	color: #fff;
	font-weight: normal;
}
.fwfy_table tbody td{}
.fwfy_table tbody tr:nth-child(odd){
	background: #f9f9f9; 
}
/* 翻译服务 */
.fyfw{
	padding-bottom: 55px;
}
.fyfw .title{
	width: 100%;
	padding: 0;
	padding: 50px 0;
	text-align: center;
	background-color: #34579e;
	color: #fff;
}
.fyfw .title h1{
	color: inherit;
}
.fyfw_ul{}
.fyfw_ul li{
	width: 32%;
	height: 512px;
	padding: 50px 35px 40px;
	text-align: center;
	background: #fff;
	float: left;
	margin-left: 2%;
	position: relative;
}
.fyfw_ul li:first-child{
	margin-left: 0;
}
.fyfw_ul li i{
	display: inline-block;
	width: 74px;
	height: 74px;
}
.fyfw_ul li img{
	display: block;
	width: 100%;
}
.fyfw_ul li h3{
	font-size: 22px;
	color: #34579e;
	padding: 5% 0;
}
.fyfw_ul li p{
	text-align: left;
	line-height: 2em;
	font-size: 14px;
}
.fyfw_ul li a{
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -100px;
	padding: 20px 35px;
	border: 1px solid #34579e;
	color: #34579e;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	transition: background,color .3s linear;
	-webkit-transition: background,color .3s linear;
	-moz-transition: background,color .3s linear;
	-ms-transition: background,color .3s linear;
	-o-transition: background,color .3s linear;
}
.fyfw_ul li a:hover{
	background: #34579e;
	color: #fff;
}
/* 翻译导航 */
.fynav_box{
	padding: 60px 0;
}
.fynav{}
.fynav dl{
	width: 100%;
	font-size: 14px;
	border: 1px solid #ddd;
	position: relative;
	padding-left: 116px;
	margin-top: -1px;
}
.fynav dl dt,.fynav dl dd{
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.fynav dl dt{
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #f6f6f6;
	color: #34579e;
	position: absolute;
	left: 0;
}
.fynav dl dt::before{
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.fynav dl dd{
	padding-left: 23px;
	padding-right: 23px;
	position: relative;
}
.fynav dl dd:hover{
	background: #f6f6f6;
	color: #34579e;
}
.fynav dl dd a{
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* 翻译简介 */
.fyjj_box{}
.fyjj{}
.fyjj_content{
	width: 100%;
	height: auto;
	min-height: 410px;
	padding: 2% 0;
	margin-bottom: 40px;
	position: relative;
}
.fyjj_left{}
.fyjj_left .fyjj_img{
	position: absolute;
	right: 0;
	top: 0;
}
.fyjj_left .fyjj_text{
	padding-left: 10%;
	padding-top: 76px;
}
.fyjj_right{}
.fyjj_text{
	width: 67.5%;
	padding: 40px 90px;
	background: #f8f8f8;
	position: relative;
}
.fyjj_text i{
	width: 162px;
	height: 210px;
	border: 2px solid #34579e;
	position: absolute;
	top: 40px;
	left: 10%;
	z-index: 1;
}
.fyjj_text h2{
	width: 260px;
	font-size: 26px;
	line-height: 1.4em;
	font-weight: normal;
	padding-left: 12px;
	padding-bottom: 5px;
	background: #f8f8f8;
	position: relative;
	z-index: 2;
}
.fyjj_text h2.hr3{
	width: 120px;
}
.fyjj_text h2.hr3::after{
	content: "";
	width: 1em;
	height: 3px;
	background: #34579e;
	position: absolute;
	bottom: 0;
	left: 12px;
}
.fyjj_text .text{
	font-size: 13px;
	line-height: 1.7em;
	padding-left: 12px;
	padding-top: 10px;
	background: #f8f8f8;
	position: relative;
	z-index: 2;
}
.fyjj_img{
	/* width: 390px; */
	/* height: 410px; */
	width: 32.5%;
	padding-top: 34.16%;
	background: #f8f8f8;
}
.fyjj_img img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.fyjj_right .fyjj_text{
	float: right;
	padding: 20px 90px;
}
.fyjj_text ul.text h4{
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
.fyjj_text ul.text p{
	font-size: 12px;
}
.fyjj_text ul.text h4::before{
	content: "";
	width: 8px;
	height: 8px;
	background-color: #34579e;
	border-radius: 50%;;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	left: -18px;
	top: 50%;
	margin-top: -5px;
}
.fyjj_text ul.text li{
	margin-top: 15px;
}
.fyjj_text ul.text li:first-child{
	margin-top: 0;
}
.fyjj_right .fyjj_img{
	position: absolute;
	left: 0;
	top: 0;
}
.pu_tel {
	    width: 80px;
	    height: 80px;
	    background-image: url(../images/yphone.png);
	    background-size: 60%;
	    background-position: center 6px;
	    background-repeat: no-repeat;
	    background-color: #0caa00;
	    position: fixed;
	    bottom: 45%;
	    right: 0;
	    z-index: 20;
	    border-radius: 50%;
	    display: none;
	}
.pu_tel span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 50px;
}
@media only screen and (max-width: 1200px) {
	.wrapper1200{
		width: 94%;
	}
	.pub_tit{
		padding-top:4%;
	}
	.pub_tit h1{
		font-size: 20px;
	}
	.pub_tit p{
		font-size: 16px;
		padding-top: 10px;
	    padding-bottom: 16px;
	}
	.box_one h1{
		font-size: 20px;
	}
	.fynav dl{
		padding-left: 96px;
	}
	.fynav dl dt, .fynav dl dd{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fynav dl dd{
		padding-left: 15px;
    	padding-right: 15px;
	}
	.fynav dl dt{
		padding-left: 20px;
    	padding-right: 20px;
	}
	.fyfw_ul li h3{
		font-size: 18px;
	}
	.fyjj_text i{
		width: 12%;
		height: 50%;
	}
	.fyjj_text h2.hr3{
		width: 100px;
	}
	.fyjj_text h2{
		font-size: 18px;
	}
	.fyjj_content{
		padding: 0;
		background: #f8f8f8;
		min-height: unset;
		margin-bottom: 5%;
	}
	.fyjj_text{
		float: left;
		width: 100%;
		height: 100%;
		padding: 45px 5%;
	}
	.fyjj_left .fyjj_text {
		padding-left: 5%;
		padding-top: 5%;
		padding-right: 0;
	}
	.fyjj_text .text{
		width: 100%;
		padding-right: 5%;
	}
	.fyjj_img{
		width: 300px;
		height: 100%;
		padding-top: 0;
		display: none;
	}
	.fyjj_img img{
		position: unset;
		width: 100%;
		height: auto;
	}
	.fyjj_text i{
		left: 3%;
		top: 9%;
	}
	.fyjj_right .fyjj_text{
		padding: 2% 0 2% 6%;
	}
	.fynav_box{
		padding: 5% 0;
	}
}
@media only screen and (max-width: 1100px) {
	.fuwu_left p{
		line-height: 1.5em;
	}
	.fuwu_left a{
		margin-top: 4%;
	}
}
@media only screen and (max-width: 1024px){
	.fyfw_ul li i{
		width: 50px;
		height: 50px;
	}
	.fyfw_ul li a{
		width: 150px;
		padding: 2% 5%;
		bottom: 5%;
		font-size: 14px;
		margin-left: -70px;
	}
	.fyfw_ul li {
		height: 360px;
		padding: 3% 2.5% 2%;
	}
	.fyfw_ul li p{
		font-size: 12px;
	}
	.fyfw .title{
		padding: 3%;
	}
	.fylc{
		margin: 10px auto;
	}
	.bgh{
		padding-bottom: 15px;
	}
}
@media only screen and (max-width:960px) {
	.pub_tit p{
		padding-top: 8px;
	    padding-bottom: 14px;
	}
	.fuwu_left{
		width: 100%;
		float: none;
		height: auto !important;
	}
	.fuwu_right{
		margin-top: 4%;
		width: 100%;
		float: none;
		padding-top: 64.28%;
	}
	.fylc ul li{
		padding-left: 0;
		font-size: 14px;
		padding-right: 0;
	}
	.khjz_d ul li{
		font-size: 14px;
	}
	.fylc img{
		width: 90%;
		left: 5%;
		/*height: 90%;*/
		top: 5%;
	}
	.box_one{
		height: 260px;
	}
	.box_one h1{
		padding-bottom: 4%;
	}
	.box_one p{
		width: 94%;
		margin: 0 auto;
		line-height: 1.5em;
	}
	.box_one p{
		padding: 4% 0;
	}
	.boxtwo_left{
		width: 100%;
		float: none;
	}
	.boxtwo_right{
		width: 100%;
		float: none;
		margin-top: 2%;
	}
	.chengnuo_left{
		width: 100%;
		float: none;
	}
	.chengnuo_right{
		width: 100%;
		float: none;
		margin-top: 2%;
		padding-top: 51.18%;
	}
	.khjz_a{
		width: 100%;
	}
	.khjz_b ul li{
		width: 50%;
	}
	.khjz_tab span{
		max-width: 33.3333%;
		font-size: 14px;
	}
	.yuzhong_li ul li{
		width: 33.333%;
	}
	.boxtwo_left ul li img{
		max-width: 50%;
	}
	.fuwu_left a{
		width: 118px;
		height: 45px;
	}
	.fuwu_left a span{
		left: 15px;
		line-height: 45px;
		font-size: 16px;
	}
	.fuwu_left a i{
		right: 15px;
	}
	.box_one a{
		width: 118px;
		height: 40px;
		font-size: 15px;
		line-height: 38px;
	}
	.pu_tel{display: block;}
}
@media only screen and (max-width:768px) {
	.khjz_d_left, .khjz_d_right{
		width: 100%;
		float: none;
	}
	.fwfy_table{
		padding-top: 4%;
	}
	.fwfy_tab{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.fwfy_tab li{
		margin: 1% 2%;
		padding: 4px 12px 5px;
	}
	.fyfw_ul li{
		height: 250px;
	}
	.fyfw_ul li a{
		bottom: 7%;
	}
	.fyjj_text i{
		top: 5%;
	}
}
@media only screen and (max-width:600px){
	.fyfw_ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.fyfw_ul li{
		width: 49%;
		float: none;
		margin: 1% 0;
	}
	.fyfw_ul li a{
		width: auto;
	}
}
@media only screen and (max-width:500px){
	.fwfy_table td, .fwfy_table th{
		padding: 2%;
	}
	.fyfw_ul li{
		width: 100%;
		height: 225px;
	}
	.fyfw_ul li h3{
		padding: 1% 0;
	}
	.fyjj_left .fyjj_text{
		top: 7%;
	}
	.fyjj_text i{
		width: 20%;
		height: 30%;
		top: 3%;
	}
	.fyjj_img{
		display: block;
		position: unset !important;
		width: 100% !important;
		text-align: center;
		padding: 0 5% 5%;
	}
	.fyjj_text {
		padding: 4% 5%;
	}
	.fynav dl dt, .fynav dl dd{
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media only screen and (max-width:400px) {
	.fylc ul.two li:last-child{
		padding-right: 0;
	}
	.fylc ul.two li{
		padding-right: 4%;
	}
	.boxtwo_right img.pswp__img{
		max-width: 90%;
		display: block;
		height: 90%;
		top: 5%;
		margin: 0 auto;
		left: 5%;
	}
	.izl-rmenu{
		zoom:.8;
	}
	#udesk-feedback-tab{
		zoom: .8;
	}
	
}
@media only screen and (max-width:320px){
	.fyjj_text i{
		top: 2%;
	}
}





/*公共头部*/
.Pub_top{
	width: 100%;
	height: 36px;
	background: #333131;
}
.Pub_top .Pub_top1200{
	width: 1200px;
	margin: 0 auto;
	height: 36px;
}
.Pub_top .Pub_top1200 h1,
.Pub_top .Pub_top1200 h6,
.Pub_top .Pub_top1200 h2{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
}
.Pub_top .Pub_top1200 h1{float: left;}
.Pub_top .Pub_top1200 h6{float: left;}
.Pub_top .Pub_top1200 h2{float: right;}
.Pub_top .Pub_top1200 ul{
	float: right;
	height: 36px;
}
.Pub_top .Pub_top1200 ul li{
	float: left;
	padding-top: 3px;
}
.Pub_top .Pub_top1200 ul li img{
	display: block;
	width: 100px;
	height: 30px;
}
.Pub_nav{
	width: 1200px;
	margin: 0 auto;
}
.Pub_nav:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.Pub_nav .logo{
	height: 46px;
	float: left;
	margin: 28px 0;
}
.Pub_nav ul{
	float: right;
	height: 102px;
}
.Pub_nav ul li{
	float: left;
	height: 102px;
	margin: 0 0 0 37px;
	position: relative;
}
.Pub_nav ul li>a{
	display: block;
	height: 102px;
	line-height: 102px;
	position: relative;
	font-size: 16px;
	color: #333333;
}
.Pub_nav ul li:hover>a{color: #1b4692}
.Pub_nav ul li:hover>a:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #1b4692;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Pub_nav ul li.on>a{color: #1b4692}
.Pub_nav ul li.on>a:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #1b4692;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Pub_nav ul li dl{
	position: absolute;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	top: 100%;
	background: #1b4692;
	text-align: center;
	display: none;
	z-index: 10;
}
.Pub_nav ul li dl dd a{
	display: block;
	padding: 10px 5px;
	font-size: 16px;
	color: #fff;
}
.Pub_nav ul li dl dd a:hover{opacity: 0.8;}
.Pub_nav ul li:hover dl{
	display: block;
}
/* 显示头部广告  */
.ads_top_hide.Pub_top{
	position: fixed;
	left:0;top: 0;
	z-index: 50000;
}
.ads_top_hide #nh_ads{
	display:none;
}
.ads_top_hide.Pub_top_2{
	position: fixed;
	left:0;top: 36px;
	z-index: 50000;
	background: #fff;
	width:100%;
	box-shadow: 0 2px 2px #999;
}
/* 隐藏头部广告 */
.ads_top_show.Pub_top{
	height: 96px;
	position: fixed;
	left:0;top: 0;
	z-index: 5000000;
}
.ads_top_show #nh_ads{
	width:100%;
	height:60px;
	display:block;
}
.ads_top_show.Pub_top_2{
	position: fixed;
	left:0;top: 96px;
	z-index: 5000000;
	background: #fff;
	width:100%;
	box-shadow: 0 2px 2px #999;
}





/*公共底部*/
.Pub_footer{
	margin-top:-80px;
	width: 100%;
	clear: both;
	background: #282525;
}
.Pub_footer .Pub_ftop{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.Pub_footer .Pub_ftop:after,
.Pub_footer .Pub_ftop ul:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.Pub_footer .Pub_ftop .left{
	float: left;
	width: 1200px;
}
.Pub_footer .Pub_ftop ul{
	width: 100%;
	padding: 15px 0 30px 0;
	border-bottom: 1px solid #414040;
}
.Pub_footer .Pub_ftop ul li{
	float: left;
	font-size: 16px;
	color: #959595;
	margin: 0 0 0 30px;
}
.Pub_footer .Pub_ftop ul li:first-child{
	margin: 0;
}
.Pub_footer .Pub_ftop ul li a{
	color: inherit;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.Pub_footer .Pub_ftop ul li a:hover{color: #fff;}
.Pub_footer .Pub_ftop h1,
.Pub_footer .Pub_ftop h6{
	font-size: 16px;
	color: #959595;
	font-weight: normal;
	line-height: 1.5em;
	margin: 20px 0 0 0;
}
.Pub_footer .Pub_ftop .right{
	float: right;
	width: 300px;
}
.Pub_footer .Pub_ftop .right img{
	display: block;
	width: 159px;
	height: 159px;
	float: left;
}
.Pub_footer .Pub_ftop .right h2{
	font-size: 16px;
	color: #959595;
	font-weight: normal;
	line-height: 1.6em;
	float: right;
	margin: 50px 0 0 0;
}
.Pub_footer .Pub_fbottom{
	width: 100%;
	height: 40px;
	background-color: #333131;
}
.Pub_footer .Pub_fbottom .inbox{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}
.Pub_footer .Pub_fbottom .inbox h1,
.Pub_footer .Pub_fbottom .inbox h6,
.Pub_footer .Pub_fbottom .inbox h2{
	font-size: 14px;
	color: #959595;
	font-weight: normal;
	line-height: 40px;
	float: left;
}
.Pub_footer .Pub_fbottom .inbox h2{float: right;}
.Pub_footer .Pub_fbottom .inbox h2 a{
	color: inherit;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.Pub_footer .Pub_fbottom .inbox h2 a:hover{color: red;}


.mid,
.indexmid{
	width: 1200px;
	margin: 0 auto;
}
.mid:after,
.indexmid:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.index_title{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e6e6e6;
}
.index_title h1,
.index_title h6{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	float: left;
	position: relative;
	height: 45px;
	padding: 5px 0 0 0;
}
.index_title h1:before,
.index_title h6:before{
	content: "";
	width: 75px;
	height: 1px;
	background: #1f4c98;
	position: absolute;
	left: 0;
	bottom: 0;
}
.index_title h1 span,
.index_title h6 span{
	color: #d4d4d4;
	text-transform: uppercase;
}
.index_title a{
	display: block;
	float: right;
	font-size: 12px;
	padding: 10px 0 0 0;
	height: 45px;
	color: #999999;
	text-transform: uppercase;
}
.index_title a:hover{color: #1b4692;}
/*公共头部,尾部响应*/
.yj_an{
	display: none;
}
.bg_color{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: rgba(0,0,0,0.5);
    display: none;
    top: 0;
    left: 0;
}
.move {
    -webkit-transform: translate(60%,0);
    -ms-transform: translate(60%,0);
    transform: translate(60%,0);
    -webkit-transform: translate3d(60%,0,0);
    transform: translate3d(60%,0,0);
    overflow: hidden;
}
.nav_move{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#page {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
}
.Pub_nav ul>p{
	display: none;
}
.Pub_footer{
	margin-top: 0px;
}
@media only screen and (max-width: 1200px) {
	.Pub_top .Pub_top1200{
		width: 94%;
	}
	.Pub_nav{
		width: 94%;
		position: relative;
	}
	.Pub_footer .Pub_ftop{
		width: 94%;
	}
	.Pub_footer .Pub_fbottom .inbox{
		width: 94%;
	}
	.Pub_footer .Pub_fbottom{
		height: auto;
	}
	.Pub_footer .Pub_fbottom .inbox{
		height: auto;
	}
	.Pub_footer .Pub_fbottom .inbox h6{
		float: none;
		width: 100%;
		text-align: center;
		line-height: 1.5em;
		padding: 10px 0;
	}
	.Pub_footer .Pub_fbottom .inbox h2{
		display: none;
	}
	.Pub_footer .Pub_ftop .left{
		width: 100%;
		float: none;
	}
	.Pub_footer .Pub_ftop ul{
		padding: 8px 0 16px 0;
	}
	.Pub_footer .Pub_ftop .right{
		width: 100%;
		float: none;
		margin-top: 2%;
	}
	.Pub_footer .Pub_ftop .right{
		font-size: 0;
		text-align: center;
	}
	.Pub_footer .Pub_ftop .right img{
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
	.Pub_footer .Pub_ftop .right h2{
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin-left: 3%;
		margin-top: 0;
	}
	.Pub_footer .Pub_ftop ul li{
		line-height: 1.5em;
	}
	.yj_an{
		width: 47px;
		height: 31px;
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -15px;
		z-index: 50000;
	}
	.yj_an img{
		width: 100%;
		height: 100%;
	}
	.Pub_nav .logo{
		height: 40px;
		margin: 18px 0;
	}
	.Pub_nav ul>p{
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.Pub_nav ul>p img{
		display: block;
		
	}
	.Pub_nav ul{
		width: 60%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		overflow-y: auto;
		display: none;
		background: #f1f1f1;
		z-index: 555555555;
		/*display: none;*/
	    -webkit-transition: -webkit-transform .4s ease;
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease,-webkit-transform .4s ease;
	}
	.Pub_nav ul li{
		width: 100%;
		float: none;
		height: auto;
		margin: 0;
	}
	.Pub_nav ul li>a{
		height: auto;
		line-height: 1em;
		 display: block;
	    width: 100%;
	    height: 50px;
	    border-bottom: 1px solid #666;
	    padding: 0 22px;
	    background-image: url(../images/p3.png);
	    background-repeat: no-repeat;
	    background-position: 95% center;
	    background-size: 10px auto;
	    -webkit-background-size: 10px auto;
	    line-height: 50px;
	    font-size: 16px;
	    color: #666;
	    overflow: hidden;
	}
    /*.Pub_nav ul{
    	display: none;
    }*/
    .bgone{
    	height: 412px;
    	padding-top: 112px;
    }
    .bgone img{
    	top: 112px;
    }
    .Pub_nav ul li dl{
    	width: 100%;
    	left: 0;
    	margin-left: 0;
    }
    .Pub_footer .Pub_ftop ul li{
    	margin: 0 10px;
    }

 
}
@media only screen and (max-width:960px) {
	.ads_top_hide.Pub_top{
		display: none;
	}
	.ads_top_hide.Pub_top_2{
		top: 0;
	}
	.Pub_nav .logo{
		height: 30px;
	}
	.bgone{
		padding-top: 66px;
		height:210px
	}
	.bgone img{
		top:66px;
		width: 960px;
		margin-left: -480px;
	}
	.yj_an{
		width: 30px;
		height: 20px;
		margin-top: -10px;
	}
	.Pub_footer .Pub_ftop ul li{
		width: 33.333%;
		text-align: center;
		margin: 0;
		line-height: 2em;
    }
    .Pub_footer .Pub_ftop h6{
    	margin-top: 4%;
    }
}
@media only screen and (max-width:660px){
	.bgone{
		height: 180px;
	}
	.bgone img{
		top:66px;
		width: 760px;
		margin-left: -380px;
	}
}
























