@media only screen and (max-width:1200px) {
	body{
		width: 1080px;
	}
}
body{
	font-family:微软雅黑;
	font-size: 14px;
	color: #696969;
}
span{font-family:微软雅黑 !important;font-size:14px !important}

.header{
	width: 1080px;
	height: 95px;
	margin: 0px auto;
}
.to_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1%;
  bottom: 10%;
  background: url(img/to_top.png);
  cursor: pointer;
  z-index: 1000;
}
.to_top .to_top_info {
	display: none;
	width: 100%;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	bottom: -24px;
}
.to_top:hover .to_top_info {
	display: block;
}






/* 插入开始顶部 */
a{color:#444;}
/*标志*/
div.logo{ float:left; padding:16px 0 0 0;}
/*电话*/
ul.h_tel{ float:left; padding:25px 0 0 20px;}
ul.h_tel li{ float:left; font-size:13px; color:#666; height:35px; padding:5px 0 0 22px; background:url(img/tel_y.png) no-repeat left center;}
ul.h_tel .eng{ font-size:16px; color:#E50012;}
/*头文件右*/
div.header_r{ float:right; font-size:12px; color:#e5e5e5; line-height:1.4em; padding:30px 0 0 0; text-align:right;}
div.header_r a{ color:#666;}
div.header_r em{  font-family:"微软雅黑";font-style:normal; margin:0 .5em;}
.map_a{ display:inline-block; background:url(img/map.png) no-repeat left center; padding-left:2em;}
.map_b{ display:inline-block; background:url(img/china.png) no-repeat left center; padding-left:2em;}
.map_tel{ display:inline-block; background:url(img/tell.png) no-repeat left center; padding-left:2em;}
div.header_r a:hover{ color:#333;}

.header_r_new{ float:right; font-size:13px; line-height:22px; padding:16px 0 0 0; text-align:right;}
.header_r_new .china{ color:#ccc; font-style:normal; margin:0 .8em;}

.btn_a{ display:inline-block;  padding:0em 1.2em; font-weight:bold; vertical-align:middle; font-size:14px; color:#fff; background-color:#2fa686;}
.btn_a:hover{ background-color:#15bd90; color:#fff; text-decoration:none;}
.tel_arrow{ display:inline-block; padding-left:26px; font-size:16px; font-weight:bold; color:#ff6600; background:url(../images/icon/tel.png) no-repeat left center;}

/*-----------star导航*/
div.nav,ul.nav{ font-size:16px; background:url(../images8/tool/nav.gif) repeat-x left top; height:52px; line-height:52px; text-align:center;}
ul.nav { margin:0 auto; width:1060px; }
ul.nav li{ z-index:111; width:12.5%; text-align:center; background:url(../images8/tool/nav_y.gif) no-repeat right center; float:left; position:relative; }
ul.nav li:last-child{ background:none;}
ul.nav li a{display:inline-block;}
ul.nav li a:hover{ color:#333; background:url(../images8/tool/nav_h.gif) repeat-x left bottom;}

.mw{margin: 0 auto; width: 1080px;}
.tnav2{margin: 0 auto; min-width: 1080px; _width:expression((documentElement.clientWidth < 1000) ? "1000px" : "auto" );}

/*nav*/
.tnav2{position: relative; z-index: 9; height: 50px; background-color: #fff; border-width: 1px 0; border-style: solid; border-color: #e5e5e5; box-shadow: 0 0 5px #e5e5e5;}
.tnav2inner{position: relative; height: 50px;}
.tnav2list{text-align: center; font-size: 16px;}
.tnav2list li{position: relative; z-index: 12; float: left; width: 119px;}
.tnav2list .gt{margin: 15px 0; padding: 0; width: 1px; height: 20px; line-height: 0; font-size: 0; background-color: rgba(0,0,0,.1); background-color: #e4e4e4\9;}
.tnav2list .dt{display: inline-block; line-height: 50px; color: #333;}
.tnavline2{position: absolute; bottom: 0; left: 0; display: block; width: 123px; height: 3px; line-height: 0; font-size: 0; background-color: #E50012;}
/* 二级菜单 */
.tnav2_sec{position: absolute; left: 0; right: 0; top: 50px; padding: 3px; width: 91px\9; background-color: #fff; border-width: 0 1px 1px 1px; border-style: solid; border-color: #e5e5e5; box-shadow: 0 2px 8px -2px #e5e5e5; display: none;}
.tnav2_sec a{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 80px\9; padding: 5px 5px 5px 4px; height: 20px; line-height: 20px; font-size: 14px;}
.tnav2_sec a:hover{color: #E50012;}
/* .tnav2_sec a:hover{color: #fff; background-color: #E50012;} */


/* 插入结束顶部 */






.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner img{
	width: 100%;
}
.banner .swiper-pagination span{
	width: 15px;
	height: 15px;
	border: 1px #fff solid;
	border-radius: 100%;
	box-sizing: border-box;
	opacity: 1;
	background: none;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
	background: #fff;
}
.box1{
	width: 1080px;
	height: auto;
	overflow: hidden;
	margin: 75px auto;
	text-align: center;
}
.title{
	width:700px;
	height: 75px;
	margin: 0px auto;
	text-align: center;
}
.title .p1{
	color: #1d1c2e;
	font-size: 30px;
}
.title .p1 .line{
	display: inline-block;
	width: 210px;
	height: 1px;
	background: #D2D2D2;
	float: left;
	margin-top: 19px;
}
.title .p1 .line a{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #D2D2D2;
	border-radius: 100%;
	float: right;
	margin-top: -2px;
}
.title .p1 .line:last-child{
	float: right;
}
.title .p1 .line:last-child a{
	float: left;
}
.title .p2{
	font-size: 30px;
	color: #595959;
	font-family: 微软雅黑;
}
.title .p3{
	font-size: 16px;
	color: #595959;
}
.box1 ul.b1_nav{
	margin: 20px auto;
	height: 40px;
	display: inline-block;
}
.box1 ul.b1_nav li{
	float: left;
	height: 40px;
	padding: 0px 25px;
	border:1px #4DA0ED solid;
	border-radius: 8px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4da0ed;
	margin-left: 25px;
	cursor: pointer;
}
.box1 ul.b1_nav li.active{
	background: #4DA0ED;
	color: #fff;
}
.box1 ul.b1_con{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.box1 ul.b1_con li{
	float: left;
	width: 520px;
	margin-right: 40px;
	height: 180px;
	cursor: pointer;
	margin-bottom: 50px;
}
.box1 ul.b1_con li:nth-child(2n){
	margin-right:0px;
}
.box1 ul.b1_con li>img{
	float: left;
	width: 280px;
	height: 180px;
}
.box1 ul.b1_con li .b1c_r{
	float: right;
	width: 210px;
	height: 180px;
	text-align: left;
}
.box1 ul.b1_con li .b1c_r .p1{
	font-size: 14px;
	color: #8b8b8b;
	margin: 15px 0px;
}
.box1 ul.b1_con li .b1c_r .p1 span{
	font-size: 18px;
	color: #000;
	margin-right: 5px;
}
.box1 ul.b1_con li .b1c_r .p2{
	color: #636363;
	margin: 20px 0px;
	line-height: 25px;
}
.box1 ul.b1_con li .b1c_r p{
	color: #636363;
	margin: 20px 0px;
	line-height: 25px;
}
.box1 ul.b1_con li .b1c_r .p3{
	width: 125px;
	height: 30px;
	border: 1px #E50012 solid;
	border-radius: 15px;
	color: #e83b3f;
	line-height: 30px;
	text-align: center;
}
.box1 ul.b1_con li:hover .b1c_r .p1 span{
	color: #4da0ed;
}
.box1 ul.b1_con li:hover .b1c_r .p3{
	background: #4DA0ED;
	color: #fff;
	border-color: #4DA0ED;
}
.box2{
	width: 100%;
	height: 685px;
	background: url(img/box2_bg.jpg);
}
.box2 .b2_con{
	width: 1080px;
	height:auto;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 70px;
	box-sizing: border-box;
}
.box2 .b2_con>ul{
	width: 100%;
	height: 360px;
	margin-top: 50px;
}
.box2 .b2_con>ul li{
	width: 250px;
	height: 350px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #E2E9EF;
	overflow: hidden;
	float: left;
	margin-right: 63px;
}
.box2 .b2_con>ul li:last-child{
	margin-right: 0px;
}
.box2 .b2_con>ul li .p1{
	font-size: 30px;
	color: #D5D5D5;
	font-family: 微软雅黑;
	margin: 25px 0px 0px 35px;
}
.box2 .b2_con>ul li .p1 span{
	font-size: 46px;
	color: #4da0ed;
	font-family: 微软雅黑;
	margin-right: 10px;
}
.box2 .b2_con>ul li .img1{
	margin: 10px 0px 15px 35px;
	width:38px;
}
.box2 .b2_con>ul li ul li{
	height: 26px;
	box-shadow: none;
	width: 100%;
	list-style: disc;
	list-style-position: inside;
	padding-left: 25px;
	box-sizing: border-box;
	line-height: 26px;
	color: #595959;
	background: none;
}
.box2 .b2_con>ul li .img2{
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	width:100px;
}
.box2 .b2_con>ul li:hover{
	background: #4DA0ED;
}
.box2 .b2_con>ul li:hover ul li,
.box2 .b2_con>ul li:hover .p1 span{
	color: #fff;
}
.box3{
	width: 1080px;
	height: auto;
	overflow: hidden;
	margin: 75px auto;
}
.box3 .p1{
	color: #1D1C2E;
	font-size: 30px;
}
.box3 .p1 span{
	color: #595959;
	font-family: 微软雅黑;
	margin-left: 15px;
}
.box3 .p1 a{
	font-size: 14px;
	color: #595959;
	float: right;
}
.box3 ul{
	width: 100%;
	height: auto;
}
.box3 ul li{
	width: 100%;
	height: 120px;
	background: #EEEEEE;
	border-radius: 10px;
	margin-top: 30px;
	padding: 30px 0px 0px 23px;
	box-sizing: border-box;
	cursor: pointer;
}
.box3 ul li>img{
	width: 60px;
	height: 60px;
	border-radius:12px;
	float: left;
}
.box3 ul li .div1{
	width: 740px;
    float: left;
    margin-left: 50px;
}
.box3 ul li .div1 .pp1{
	font-size: 16px;
	color: #E50012;
	margin-bottom: 5px;
}
.box3 ul li .div1 .pp2{
	color: #747474;
	line-height: 25px;
}
.box3 ul li .div2 {
	width: 80px;
    float: right;
    margin-right: 50px;
}
.box3 ul li .div2 .pp1{
	font-size: 24px;
	color: #595959;
	font-family: 微软雅黑;
	margin: 15px 0px;
}
.box3 ul li .div2 .pp2{
	font-size: 16px;
	color: #595959;
	font-family: 微软雅黑;
	margin-bottom: 10px;
}
.box3 ul li .div2 img{
	float: right;
	margin-right: 15px;
}
.box3 ul li:hover{
	background: #4DA0ED;
}
.box3 ul li:hover .div1 .pp1,
.box3 ul li:hover .div1 .pp2,
.box3 ul li:hover .div2 .pp1,
.box3 ul li:hover .div2 .pp2{
	color: #fff;
}
.box4{
	width: 1080px;
	height: auto;
	overflow: hidden;
	margin: 75px auto;
	position: relative;
}
.box4 .p1{
	color: #1D1C2E;
	font-size: 30px;
}
.box4 .p1 span{
	color: #595959;
	font-family: 微软雅黑;
	margin-left: 15px;
}
.box4 .swiper-container2{
	width: 1082px;
	overflow: hidden;
	margin: 45px auto 20px;
}
.box4 .swiper-container2 .swiper-slide{
	width: 140px !important;
	height: 78px;
	border-radius: 8px;
	border: 1px #D2D2D2 solid;
	text-align: center;
	box-sizing: border-box;
}
.box4 .swiper-button-prev,
.box4 .swiper-button-next{
	background: none !important;
	width: 22px;
	height: 22px;
	top: 73%;
}
.footer{
	width: 100%;
	height: 90px;
	background: #2B2B2B;
	overflow: hidden;
}
.footer p{
	width: 1080px;
	color:#C0C0C0;
	margin: 0px auto;
	line-height: 25px;
	margin-top: 20px;
	text-align: left;
}
.footer a{
	color:#C0C0C0;
}

.footer a:hover{
	color:#E50012;
}

.footer p span{
	margin-right:50px;
}











/*笔译服务*/
.banner_nei{
	width: 100%;
	height:auto;
	overflow: hidden;
}
.banner_nei img{
	display: block;
	width: 100%;
}
.bi{
	width: 1080px;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}
.bi .bi_l_wrap {
	width: 24%;
	height: auto;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
}
.bi .bi_l {
	width: 260px;
	height: auto;
	overflow: hidden;
	border: 1px #DCDCDC solid;
	border-radius: 8px;
	/*float: left;*/
	box-sizing: border-box;
	margin-bottom: 20px;
}
.contact_info {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 10px 12px;
}
.contact_info dt {
	color: #267ac9;
	margin-bottom: 10px;
}
.contact_info dt strong {
	display: block;
	font-size: 26px;
	line-height: 1;
}
.contact_link {
	overflow: auto;
	padding: 0 10px 10px 30px;
}
.contact_link a {
	float: left;
	display: inline-block;
  width: 96px;
  height: 29px;
  border-radius: 10px;
  border: 1px #368AD8 solid;
  box-sizing: border-box;
  text-align: center;
  line-height: 27px;
  margin-bottom: 10px;
  color: #4da0ed;
  margin-right: 6px;
}
.contact_link a img {
	float: left;
	margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 5px;
}
.bi .bi_l .p1{
	width: 100%;
	height: 50px;
	background: #4DA0ED;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
}
.bi .bi_l ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 30px;
	box-sizing: border-box;
}
.bi .bi_l ul li{
	width: 100%;
	height: 45px;
	border-bottom: 1px #DCDCDC solid;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #494949;
	cursor: pointer;
}
.bi .bi_l ul li.active{
	color: #2c7bc3;
}
.bi .bi_l ul li:hover{
	color: #2c7bc3;
}
.bi .bi_l ul li:last-child{
	border: none;
}
.bi .bi_r{
	width: 75%;
	height: auto;
	overflow: hidden;
	border: 1px #DCDCDC solid;
	border-radius: 8px;
	float: right;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 24px;
}
.bi .bi_r .p1{
	font-size: 20px;
	color: #2c7bc3;
	border-bottom: 1px #DCDCDC solid;
	line-height: 50px;
}
.bi .bi_r .p2{
	font-size: 14px;
	color: #5f5f5f;
	line-height: 25px;
	text-indent: 2em;
	margin-top: 15px;
}
.bi .bi_r .p3{
	font-size: 16px;
	color: #5f5f5f;
	line-height: 25px;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 7px;
}
.bi .bi_r .p4{
	font-size: 14px;
	color: #5f5f5f;
	line-height: 27px;
	margin-bottom: 25px;
}
/*口译服务*/
.bi .bi_r .p5{
	text-align: center;
	margin: 20px 0px;
}
/*联系我们*/
.contact{
	border: 1px #DCDCDC solid;
	border-radius: 8px;
	width: 1080px;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
	padding:0px 30px;
	box-sizing: border-box;
}
.contact .p1{
	border-bottom: 1px #DCDCDC solid;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	color: #2c7bc3;
	margin-bottom: 50px;
}
.contact .con_l{
	width: 419px;
	height: 419px;
	float: left;
	margin-bottom: 50px;
}
.contact .con_r{
	width: 660px;
	height: auto;
	overflow: hidden;
	float:left;
	margin-left: 36px;
	margin-top: 80px;
}
.contact .con_r p{
	color: #757575;
	font-size: 14px;
	line-height: 30px;
}
/*人才招聘*/
.job{
	width: 1080px;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}
.job .p1{
	font-size: 24px;
	color: #686868;
	text-align: center;
}
.job .p2{
	font-size:14px;
	color: #686868;
	line-height: 26px;
	margin-top: 30px;
	text-indent: 2em;
}
.job form{
	width: 648px;
	height: 481px;
	background: #EEEEEE;
	border: 1px #DCDCDC solid;
	border-radius: 8px;
	margin: 30px auto;
	padding: 45px 80px;
	box-sizing: border-box;
}
.job form .list{
	width: 100%;
	height:40px;
	margin-bottom: 22px;
}
.job form .list span{
	width: 103px;
	text-align: right;
	font-size: 16px;
	color: #686868;
	display: inline-block;
}
.job form .list span a{
	color: #f01616;
}
.job form .list input,
.job form .list select{
	width: 370px;
	height: 38px;
	background: #fff;
	border: 1px #DCDCDC solid;
	padding-left: 15px;
	box-sizing: border-box;
}
.job form .list.list2 select{
	width: 110px;
	margin-right: 10px;
}
.job form .btn{
	width: 370px;
	background: #106EB9;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-left: 105px;
	cursor: pointer;
}
/*收费标准*/
.price{
	border: 1px #DCDCDC solid;
	border-radius: 8px;
	width: 1080px;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
	padding:0px 30px;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.price .p1{
	border-bottom: 1px #DCDCDC solid;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	color: #2c7bc3;
}
.price .p2{
	line-height: 26px;
	font-size: 14px;
	color: #5f5f5f;
	text-indent: 2em;
	margin: 15px 0px;
}
.price table{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:15px auto;
}

.price table tr td{
	border: 1px #DCDCDC solid;
	text-align: center;
	padding: 15px 0px;
	width: 50%;
}
.price table tr:nth-child(1) td{
	text-align: center;
	background: #4DA0ED;
	font-size: 16px;
	color: #fff;
	/* padding-left: 20px; */
	box-sizing: border-box;
}
.price table tr td.text_left{
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
	line-height: 26px;
}
.price .p3{
	color: #5F5F5F;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding-left: 10px;
	box-sizing: border-box;
}
.price .p4{
	color: #5F5F5F;
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 26px;
	padding-left: 10px;
	box-sizing: border-box;
}


/*新闻详情*/
.job .date{
	color:#595959;
	font-size: 14px;
	text-align: center;
	margin: 20px 0px;
	margin-left: 450px;
}
.slid{
	visibility: visible;
	animation-name: sli;
	-webkit-animation-name: sli;
	-ms-animation-name: sli;
	-o-animation-name: sli;
	-moz-animation-name: sli;
	
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	
}
	@-ms-keyframes sli{
	0%{
		opacity: 0;
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		-ms-transform: translateY(70%);
		-o-transform: translateY(70%);
		-moz-transform: translateY(70%);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-moz-transform: translateY(0%);
	}
}
	@-o-keyframes sli{
	0%{
		opacity: 0;
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		-ms-transform: translateY(70%);
		-o-transform: translateY(70%);
		-moz-transform: translateY(70%);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-moz-transform: translateY(0%);
	}
}
	
@-moz-keyframes sli{
	0%{
		opacity: 0;
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		-ms-transform: translateY(70%);
		-o-transform: translateY(70%);
		-moz-transform: translateY(70%);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-moz-transform: translateY(0%);
	}
}
@-webkit-keyframes sli{
	0%{
		opacity: 0;
		-webkit-transform: translateY(70%);
		transform: translateY(70%);
		-ms-transform: translateY(70%);
		-o-transform: translateY(70%);
		-moz-transform: translateY(70%);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-moz-transform: translateY(0%);
	}
}




/* 在线表单样式 */
.contact-us-con{
    width: 1008px;
    margin:auto;
    margin-top: 1px;
	/*  height: 282px;
	margin-bottom: 80px; */
}
.contact-us-con li{
    height: 78px;
}
.contact-us-con span{
    display: inline-block;
    width: 76px;
    font-size: 16px;
    color: #4c4c4c;
    text-align: right;
}
.contact-us-con span.need{
    width: auto;
    color: #fa3a4c;
}
.contact-left{
    float: left;
    width: 46.33%;
}
.contact-right{
    float: right;
    width: 48%;
    padding-right: 0;
}
.leave-message{
    display: inline-block;
    vertical-align: top;
    height: 102px;
    width: 93%;
    padding: 12px 12px 12px 20px;
    font-size: 12px;
    color: #A9A9A9;
    line-height: 24px;
    transition: all 0.1s ease-in;
    box-shadow: none;
    border: 1px solid #D5D5E0;
    border-radius: 4px;
}
.leave-message::placeholder{
    color: #A9A9A9;
}
.contact-us-con input{
    width: 98%;
    height: 46px;
    font-size: 14px;
    transition: all 0.1s ease-in;
    box-shadow: none;
    background: #FFFFFF;
    border: 1px solid #D5D5E0;
    border-radius: 4px;
    padding-left: 20px;
}

.contact-us-con input::placeholder{
  color:#A9A9A9;
}
.contact-us-con .phone{
    background: url("img/phone.png") 12px 50% no-repeat;
}
.contact-us-con .phone:focus, .contact-us-con .phone{
    background: url("img/mobile-active.png") 12px 50% no-repeat;
}
.contact-us-con .error-notice{
    display: none;
}
.contact-us-con .error-notice{
    display: block;
}

.contact-area{
    height: 674px;
}

.file-info-btn, .file-info-btn:hover {
    display: inline-block;
    width: 210px;
    height: 46px;
    border: 1px solid #c2c2cc;
    line-height: 46px;
    background: #f5f5f7;
    font-size: 13px;
    text-align: center;
    position: relative;
    left: 0;
    cursor: pointer;
    z-index: 1;
    color: #666;
    border-radius: 4px;
}
.file-info-btn-con{
    position: relative;
}
.input-file {
    width: 210px!important;
    height: 48px!important;
    background: white;
    opacity: 0;
    filter: Alpha(opacity=0);
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1;
    padding-left: 0!important;
}
span.fileName {
    top: 4px;
    display: inline-block;
    width: auto;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    line-height: 16px;
    height: 16px;
    white-space: nowrap;
    font-size: 12px;
    margin-left: 14px;
    vertical-align: middle;
}
.deleteFile, .deleteFile:hover{
    float: right;
    font-size: 14px;
    color: #5595FE;
    background: none;
    margin-top: 16px;
    display:none;
}

#contactForm{margin-top:15px;}

.contact-us-con .p1{
	border-bottom: 1px #DCDCDC solid;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	color: #2c7bc3;
	margin-bottom:28px;
}


/* 提交按钮 */

.form-button{margin-top:10px; text-align:center; }
.bg-main {
	background: #E50012;
	border: 1px solid #E50012 !important;
	color: #fff;
	border: solid 1px #ddd;
	border-radius: 4px;
	font-size: 14px;
	padding: 6px 15px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.bg-main:hover, .bg-main:focus {
	border: 1px solid #2c7bc3 !important;
	background: #2c7bc3 !important;
}



/* 内页banner */
.bannernei{
    height: 400px;
    background: #ececee url("img/banner.png") 50% 50% no-repeat;
}
.banner-decs-con{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}
.banner-desc{
    width: 480px;
    height: 220px;
    position: absolute;
    top: 89px;
    left: 0;
}
.banner-desc .main-title{
    font-size: 50px;
    color: #4c4c4c;
    margin-bottom: 30px;
    height: 50px;
    line-height: 50px;
}
.banner-desc .sub-title{
    height: 64px;
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
}
.banner-desc .main-title span{
    color: #fc495e;
}
.banner-desc .sub-title .percent{
    color: #fc495e;
    font-size: 19px;
    font-style: italic;
}
.red-btn{
    display: block;
    font-size: 18px;
    text-align: center;
    background: #f93e53;
    color: white;
    border-radius: 4px;
    transition: all 0.1s ease-in;
}
.red-btn:hover{
    background: rgba(249, 62, 83, .8);
}
.order-now{
    width: 177px;
    height: 48px;
    line-height: 48px;
    margin-top: 46px;
    background: #E50012;
}
/* 了解我们 */
.liaojie-nei{
	float:left;
    width: 108px;
    height: 42px;
    line-height: 42px;
    margin-top: 46px;
	margin-right:10px;
    background: #E50012;
    font-size: 18px;
    text-align: center;
    color: white;
    border-radius: 4px;
    transition: all 0.1s ease-in;
}



/* 内页评价 */
.box3nei{
	width: 1008px;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}
.box3nei .p1{
	border-bottom: 1px #DCDCDC solid;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	color: #2c7bc3;
}
.box3nei .p1 span{
	color: #595959;
	font-family: 微软雅黑;
	margin-left: 15px;
}
.box3nei .p1 a{
	font-size: 14px;
	color: #595959;
	float: right;
}
.box3nei ul{
	width: 100%;
	height: auto;
}
.box3nei ul li{
	width: 100%;
	height: 120px;
	background: #EEEEEE;
	border-radius: 10px;
	margin-top: 30px;
	padding: 30px 0px 0px 23px;
	box-sizing: border-box;
	cursor: pointer;
}
.box3nei ul li>img{
	width:60px;
	height:60px;
	border-radius:12px;
	float: left;
}
.box3nei ul li .div1{
	width: 740px;
    float: left;
    margin-left: 50px;
	margin-top:5px;
}
.box3nei ul li .div1 .pp1{
	font-size: 16px;
	color: #E50012;
	margin-bottom: 5px;
}
.box3nei ul li .div1 .pp2{
	color: #747474;
	line-height: 25px;
}
.box3nei ul li .div2 {
	width: 80px;
    float: right;
    margin-right: 50px;
}
.box3nei ul li .div2 .pp1{
	font-size: 24px;
	color: #595959;
	font-family: 微软雅黑;
	margin: 15px 0px;
}
.box3nei ul li .div2 .pp2{
	font-size: 16px;
	color: #595959;
	font-family: 微软雅黑;
	margin-bottom: 10px;
}
.box3nei ul li .div2 img{
	float: right;
	margin-right: 15px;
}
.box3nei ul li:hover{
	background: #4DA0ED;
}
.box3nei ul li:hover .div1 .pp1,
.box3nei ul li:hover .div1 .pp2,
.box3nei ul li:hover .div2 .pp1,
.box3nei ul li:hover .div2 .pp2{
	color: #fff;
}

img {vertical-align:middle;border:none;display:inline-block;}  

/* 新闻列表 */
.news-list-con { display: none; }
.news-list-con#newscon { display: block; }
.news-l{ width: 68.33%; padding-bottom: 30px;}
.news-list-tit{ border-bottom: 1px solid #666; padding-bottom: 16px; overflow: hidden;}
.news-list-tit ul li{ float: left; padding: 0 20px; font-size: 20px; margin-right: 18px; line-height: 36px;}
.news-list-tit ul li a{ color: #000;}
.news-list-tit ul li.active{ position: relative;}
.news-list-tit ul li.active a{ color: #205aa7;}
.news-list-tit ul li.active:after{ content: ""; position: absolute; width: 100%; height: 3px; background-color: #205aa7; left: 0; bottom: -16px;}
.news-list-con{ margin-top: 16px;}
.news-list-con ul{ margin-bottom: 48px;}
.news-list-con ul li{ border-bottom: 1px solid #e5e5e5; padding: 1px 0 26px; overflow: hidden;float:left;}
/* .news-list-pic{ width: 258px; float: left;} */
.news-list-pic img{ width: 258px; float: left;}

.news-list-wen strong{ font-weight: normal; font-size: 18px; height: 60px; line-height: 60px; overflow: hidden;}
.news-list-wen strong a{ color: #313131;}
.news-list-wen strong:hover a{ color: #205aa7;}
.news-list-date{ font-size: 13px; color: #666; padding-left: 24px; background: url(img/s1_09.jpg) no-repeat left center; padding-right: 22px; line-height: 36px;}
.news-list-s{ font-size: 13px; color: #666; padding-left: 29px; background: url(img/s2_09.jpg) no-repeat left center; line-height: 36px;}
.news-list-con ul li p{ font-size: 13px; color: #666; line-height: 26px; height: 52px; overflow: hidden; margin-top: 12px;}
.news-r{ width: 26.66%;}
.hotnews-tit{ height: 38px; background: url(../images/hotbg_03.jpg) no-repeat; line-height: 38px; font-size: 22px; color: #000; padding-left: 18px; margin-bottom: 16px;}
.hotnews-change{ position: relative;}
.hotnews-change .slide{ position: relative;}
.hotnews-change .slide p{ position: absolute; width: 100%; height: 42px; line-height: 42px; overflow: hidden; text-align: center; font-size: 14px; left: 0; bottom: 0; background-color: #000; background-color: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);}
.hotnews-change .slide p a{ color: #fff;}
.hotnews-change .bx-viewport{ overflow: hidden;}
.hotnews-change .bx-controls-direction{ display: none;}
.hotnews-change .bx-pager{ position: absolute; bottom: 48px; left: 0; width: 100%; text-align: right;}
.hotnews-change .bx-pager .bx-pager-item{ display: inline-block; width: 5px; height: 5px; margin-right: 6px; text-indent: 999px; overflow: hidden;}
.hotnews-change .bx-pager .bx-pager-item a{ display: block; background-color: #fff; width: 5px; height: 5px;}
.hotnews-change .bx-pager .bx-pager-item a.active{ background-color: #5e86bb;}
.news-r ul{ margin-top: 18px; padding-bottom: 18px; border-bottom: 1px solid #e5e5e5;}
.news-r ul li{ line-height: 42px; height: 42px; overflow: hidden; padding-left: 18px; background: url(../images/dd_03.jpg) no-repeat left center; font-size: 14px;}
.news-r ul li a{ color: #313131;}
.news-r ul li a:hover{ color: #205aa7;}



/* 新闻阅读 */
.news-detail{ padding-bottom: 30px;}
.news-detail-tit{ border-bottom: 1px solid #e5e5e5; padding-bottom:25px; margin-bottom: 44px;}
.news-detail-tit strong{ display: block; font-weight: normal; font-size: 22px; color: #000; margin-bottom: 26px;}
.news-detail-con{line-height:25px;}
.issue{ font-size: 13px; color: #999; float: left;}
.issue span{ padding: 0 10px;}
.bdsharebuttonbox{ float: right;}
.bdsharebuttonbox span{ float: left; font-size: 13px; color: #666; line-height: 32px;}
.bdsharebuttonbox a.bds_weixin{ width: 20px; height: 20px; background: url(../images/fx1_03.jpg) no-repeat; padding-left: 0;}
.bdsharebuttonbox a.bds_tsina{ width: 20px; height: 20px; background: url(../images/fx3_03.jpg) no-repeat; padding-left: 0;}
.bdsharebuttonbox a.bds_tqq{ width: 20px; height: 20px; background: url(../images/fx2_03.jpg) no-repeat; padding-left: 0;}
.bdsharebuttonbox a.bds_qzone{ width: 20px; height: 20px; background: url(../images/fx4_03.jpg) no-repeat; padding-left: 0;}
.news-detail-con p{ font-size: 14px; color: #666; line-height: 30px; margin-top: 28px;}



/* 分页符 */
.paging{ text-align: center; margin-top: 30px; color: #444; font-size: 13px;}
.paging span{ display: inline-block; height: 34px; border: 1px solid #e0e0e0; color: #444; font-size: 13px; line-height: 34px; margin: 0 3px;}
.paging span a{ display: block; padding: 0 14px; color: #444;}
.paging span.active{ background-color: #205aa7; border: 1px solid #205aa7;}
.paging span.active a{ color: #fff;}
.intro{ display: inline-block; margin-left: 14px; font-size: 13px; color: #666;}

/* 翻页 */
.fanye{ height: 60px; background-color: #f9f9f9; border: 1px solid #ccc; margin-top: 48px;}
.fanye p{ font-size: 14px; color: #666; line-height: 58px; float: left;}
.fanye p a{ color: #666;}
.fanye p.prev{ padding-left: 53px; background: url(img/left_03.png) no-repeat left center; margin-left: 22px;}
.fanye p.next{ padding-right: 53px; background: url(img/right_03.png) no-repeat right center; float: right; margin-right: 22px;}
.fanye p.prev:hover{ background: url(img/left2_03.png) no-repeat left center; color: #205aa7;}
.fanye p.next:hover{ background: url(img/right2_03.png) no-repeat right center; color: #205aa7;}
.fanye p:hover a{ color: #205aa7;}


/* 分页 */
.digg{padding:3px 10px 3px 0; margin:15px 0 20px 0px; clear:both; line-height:28px;text-align:center;}
.digg a,.digg span{line-height:16px;padding: 4px 7px 4px 7px;margin:2px;display:inline-block;border:1px solid #bebebe;background:#fff;border-radius: 2px 2px 2px 2px; -moz-transition: all 0.5s ease 0.01s; -webkit-transition: all 0.5s ease 0.01s; -o-transition: all 0.5s ease 0.01s; transition: all 0.5s ease 0.01s;color:#666;}
.digg a:active {border:#333 1px solid; color:#f18101; }
.digg span.disabled {color:#fff; border:1px solid #235A83; background:#fff;}
.digg span.disabled,.digg a:hover {background:#5a9634;border:1px solid #5a8931; border-radius: 2px; box-shadow: 0 1px 0 0 #FFFFFF;color: #fff !important; margin: 2px;padding:4px 7px 4px 7px;}





/* 首页新闻 */
.row {
	margin-right: -15px;
	margin-left: -15px;
}

.home_top {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
	background: url(../img/home_top_bg.jpg) no-repeat center bottom;
}
.home_top h3 {
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	color: #01459a;
	font-weight: bold;
	letter-spacing: 2px;
}
.home_top span {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
#news {
	float: left;
	width: 100%;
	padding: 20px 0 50px;
}
.news_con {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.news_item {
	float: left;
	width: 47%;
	padding: 0 15px;
	margin: 15px 0 35px 0;
}
.news_item_box {
	float: left;
	width: 100%;
}
.news_item_time {
	float: left;
	width: 90px;
	height: 90px;
	background: #dcdcdc;
	text-align: center;
	overflow: hidden;
}
.news_item_time .a {
	display: block;
	line-height: 60px;
	font-size: 35px;
	color: #000;
	background: #efefef;
}
.news_item_time .b {
	display: block;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	background: #4DA0ED;
}
.news_item_right {
	margin-left: 110px;
}
.news_item_title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_item_title a {
	font-size: 18px;
	color: #000;
}
.news_item_title a:hover {
	color: #01459a;
	text-decoration: underline;
}
.news_item_des {
	height: 62px;
	line-height: 22px;
	font-size: 12px;
	color: #6e6e6e;
	overflow: hidden;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1200px
}
@media screen and (min-width: 1250px) {
.container {
	width: 1080px;
}
}

 @media screen and (max-width: 760px) {
 .news_con {
	margin: 0;
}
.news_item {
	width: 100%;
	margin: 10px 0 15px 0;
}
.news_item_title {
	margin-top: -4px;
}
.news_item_title a {
	font-size: 16px;
}
.news_item_des {
	height: 44px;
}
.news_item_time {
	width: 67px;
	height: 70px;
}
.news_item_time .a {
	line-height: 45px;
	font-size: 24px;
}
.news_item_time .b {
	line-height: 25px;
	font-size: 12px;
}
.news_item_right {
	margin-left: 80px;
}
#news {
	padding: 30px 0 0 0;
}
}