@charset "utf-8";
/* CSS Document */
h1,h2,h3,h4,h5,h6,img,ul,li,a,span,p,i,strong,b,em,form,input,label,div,body,html{
	margin: 0;
	padding: 0;
}
body{
	font-family:"微软雅黑";
	color: :#666;
	background: #f9f9f9;
}
li{
	list-style: none;
}
a{
	color: #666;
	text-decoration: none;
}
img{
	border: 0px;
}
.w940{
	width: 940px;
	margin:0 auto;
	overflow: hidden;
	height: auto;
	padding-left: 260px;
}
.w940:after{
	content:"";
	clear: both;
	visibility: hidden;
	height: 0px;
	display: block;
}
.wel{
	width: 100%;
	position: relative;
	overflow: hidden;
	min-width: 1410px;
}
.clf:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.clf{
	zoom: 1;
}
.banner{
	width: 100%;
	position: relative;
	overflow: hidden;
	min-width: 100%;
}
.banner ul{
	width: 100%;
}
.banner ul li{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.banner ul li img{
	width: 100%;
}
.bar{
	position: fixed;
	z-index: 22;
	left: 0;
	top: 0;
	width: 240px;
	background: #0052a4;
	box-shadow: 0 5px 6px #444;
	z-index: 1000;
}
.logo{
	width: 100%;
	display: block;
	height:86px;
	background: #fff;
	text-align: center;
	padding-top: 20px;
}
.menu{
	width: 100%;
	padding-top:18px;
}
.menu ul{
	width: 100%;
}
.menu ul li{
	width: 100%;
	text-align: center;
	height: 48px;
}
@media screen and (max-width:1500px)
{.menu ul li{
	height:28px;
}}
.menu ul li a{

	color: #fff;
	font-size: 14px;
	line-height:48px;
	display: block;
	width: 100%;
}
@media screen and (max-width:1500px)
{.menu ul li a{
	line-height:28px;
}}
.menu ul li:hover{
	background: #014c97;
}
.bottom{
	position: absolute;
	height: 120px;
	padding-top: 4px;
	left: 0;
	bottom: 0;
	background: #004b96;
	padding-left: 44px;
	width: 196px;
}
.en-chi{
	height: 40px;
	margin-left: -4px;
}
.en-chi a{
	color: #879ec2;	
	line-height: 40px;
	padding: 0 4px;
}
.en-chi a:hover{
	color: #fff;
}
.search{
	width: 168px;
	height: 28px;
	border:1px solid #80a5cb;
	border-radius: 28px;
}
.in-sear{
	line-height: 28px;
	text-indent: 1rem;
	width: 135px;
	border:0 none;
	background: transparent;
	color: #fff;
	float: left;
	height: 28px;
}
.submit-in{
	width: 28px;
	height: 28px;
	background: url("../img/search.png") center no-repeat;
	border:0 none;
	float: right;
}
.share{
	padding-top:10px;
	height: 25px;
}
.share span{
	line-height: 25px;
	color: #fff;
	float: left;
}
.share a{
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin: 0 8px 0 3px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.share a:hover{
	opacity: 1;
	filter:alpha(opacity=100);
}
.share .wx{
	background: url("../img/wx.png") no-repeat;
}
.share .qq{
	background: url("../img/qq.png") no-repeat;
}
.share .weib{
	background: url("../img/weib.png") no-repeat;
}
.box{
	float: right;
}
.wel-list{
	width: 100%;
	height: 150px;
	background: #0052a4;
	position: relative;
	min-width: 100%;
}
.wel-list .wel-ul{
	width: 110%;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 150px;
}
.wel-list .wel-ul li{
	width: 25%;
	height: 86px;
	padding: 30px 0;
	border-right: 1px solid #407dbb;
	float: left;	
	text-align: center;
}
.wel-list .wel-ul a{
	display: inline-block;

}
.wel-list .wel-ul img{
	float: left;
	transition-duration:500ms;
}
.wel-list .wel-ul li a:hover img{
	transform:rotate(360deg);
}
.wel-list .wel-ul div{
	float: left;
	height: 56px;
	padding-top: 15px;
	padding-left: 10px;
}
.wel-list .wel-ul span{
	display: block;
	color:#87a1c9;
	line-height: 28px;
	text-align: left;
}
.wel-list .wel-ul .chi{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.engin{
	width: 100%;
	min-width: 100%;
}
.title{
	width: 100%;
	color: #333;
	padding: 45px 0;
}
.title .en{
	font-size: 18px;
	line-height: 26px;
	display: block;
	width: 100%;
	text-align: center;
}
.title .chi{
	background: url("../img/line.png") repeat-x;
	width: 192px;
	margin: 0 auto;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.title .chi span{
	font-size: 30px;
	line-height: 40px;
	background: #fff;
	padding: 0 8px;
	display: inline-block;
}
.engin-ul{
	width: 110%;
}
.engin-ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.engin-ul li a img{
	display: block;
	transition-duration:1000ms;
}
.engin-ul li:hover img{
	transform:scale(1.05);
}
.engin-ul li .engin-text{
	width: 80%;
	padding: 48px 10%;
	background: #f9f9f9;
	display: block;
	transition-duration:300ms;
}
.engin-ul li:hover .engin-text{
	background: #0052a4;
	color: #fff;
}
.engin-ul li .engin-title{
	font-size: 20px;
	line-height: 46px;
	text-align: center;
}
.engin-ul li .engin-det{
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}
.about{
	width: 100%;
	height: 706px;
	min-width: 100%;
}
.ab-content,.history,.com-content{
	width: 100%;
	margin-bottom:80px;
	min-height: 460px;
}
.left-ab{
	float: left;
	width: 46%;
	overflow: hidden;
}
.right-ab{
	width:54%;
	float: right;
	background: #f9f9f9;
	height: 550px;
}
.left-ab .a-img{
	display: block;
	width: 100%;
	height: 370px;
	overflow: hidden;
}
.left-ab a img{
	display: block;
}
.left-ab .ab-texts{
	padding: 30px 7%;
	width: 86%;
	background: #666;
	height:120px;
}
.left-ab .ab-texts .lf-t{
	float: left;
	width: 68%;
}
.left-ab .ab-texts .tit{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 6px;
}
.left-ab .ab-texts .tit-detail{
	color: #dde3ef;
	font-size: 12px;
	line-height: 24px;
}
.about-more{
	float: right;
	width: 145px;
	height: 38px;
	line-height: 38px;
	text-indent: 35px;
	font-size: 14px;
	color: #fff;
	background: url("../img/arr00.png") 104px center no-repeat #666;
	border-radius: 20px;
	border:1px solid #fff;
	margin-top: 56px;
}
.about-more:hover{
	background: url("../img/arr00.png") 104px center no-repeat #0052a4;
	border:1px solid #0052a4;
}
.new-act{
	line-height: 60px;
	padding-top: 26px;
	font-size: 20px;
	color: #333;
	padding-left:4%;
}
.new-top{
	float: left;
	height: 344px;
}
.new-top li{
	width: 42%;
	padding: 0 4% 32px;
}
.new-top li a{
	display: block;
	width: 100%;
}
.new-top li a .new-date{
	font-size: 24px;
	color: #b0b0b0;
	line-height:40px;
	font-family: arial;
	cursor: text;
	text-align: left;
}
.new-top li a .new-title{
	line-height: 24px;
	font-size: 14px;
	padding:4px 0; 
	height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
}

.new-top li a .new-detailing{
	line-height: 24px;
	font-size: 12px;
	color: #999;
}
.new-top li a .new-detailing:hover,.new-top li a .new-title:hover{
	color: #0052a4;
}
.about-more1{
	float: left;left: 50%;
	position: relative;
	margin-left: -72px;
	width: 145px;
	height: 38px;
	line-height: 38px;
	text-indent: 35px;
	font-size: 14px;
	background: url("../img/arr2.png") 104px center no-repeat #fff;
	border-radius: 20px;
	margin-top: 26px;
	border:1px solid #ccc;
}
.about-more1:hover{
	background: url("../img/arr00.png") 104px center no-repeat #0052a4;
	border:1px solid #0052a4;
	color: #fff;
}
.bar input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #dae0eb;
}

.bar input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #dae0eb;
}
.service{
	width: 100%;
	clear:both;
	min-width: 100%;
}
.ser-ul{
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
.ser-ul a{
	display: inline-block;
	width: 220px;
	margin: 0 30px;
	height: 246px;
	text-align: center;
}
.ser-ul a img{
	display: inline-block;
	margin-bottom: 6px;
	transition-duration:400ms;
}
.ser-ul a:hover img{
	transform:scale(1.05);
}
.ser-ul a span{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 28px;
}
.ser-ul a .en{
	font-family: arial;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}
.footer{
	padding-left: 240px;
	height: 288px;
	padding-top: 60px;
	background: #333;
	position: relative;
}
.all-title{
	width: 100%;
	height: 70px;
	padding-top: 45px;
}
.all-title .left-t{
	float:left;
}
.all-title .left-t span{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #333;
	font-weight: bold;
}
.all-title .left-t .en{
	font-size: 12px;
	font-weight: bold;
	color: #0052a4;
	font-family: arial;
	text-transform: uppercase;
}
.right-bag{
	float: right;
	font-size: 12px;
	padding-top: 20px;
	line-height: 20px;
}
.right-bag i{
	font-style: normal;
	padding: 0 3px;
	font-family: "宋体"
}
.right-bag .ab-cur,.right-bag a:hover{
	color: #0052a4;
}
.ab-lists{
	width: 100%;
	height: 60px;
	border-bottom: 3px solid #ededed;
	background: #fff;
}
.ab-lists a{
	display: block;
	float: left;
	padding: 0 45px;
	font-size: 14px;
	line-height: 60px;
	border-right: 1px solid #ededed;
}
.ab-lists a:hover,.ab-lists .ab-cur{
	background: #0052a4;
	border-bottom: 3px solid #083c6f;
	border-right: 1px solid #ededed;
	background: #0052a4;
	color: #fff;
}
.ab-content{
	width: 100%;
	padding-top: 37px;
}
.ab-content img{
	width: 100%;
	display: block;
	margin-bottom: 14px;
}
.ab-content .ab-text{
	width: 100%;
}
.ab-content .ab-text .ab-h{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding-bottom: 10px;
}
.ab-content .ab-text .ab-h strong{
	color: #666;
	font-size: 18px;
}
.ab-content .ab-text p{
	line-height: 24px;
	padding-bottom: 10px;
	font-size: 13px;
}
.contas{
	width: 100%;
	padding-top: 20px;
	float: left;
}
.contas p{
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	padding-bottom: 20px;
	font-size: 13px;
}
.contas .fl{
	float: left;
}
.contas .co1{
	background: url("../img/int1.png") no-repeat;
}
.contas .co2{
	background: url("../img/int2.png") no-repeat;
}
.contas .co3{
	background: url("../img/int3.png") no-repeat;
}
.contas .co4{
	background: url("../img/int4.png") no-repeat;
}
.contas .co5{
	background: url("../img/int5.png") no-repeat;
}
.contas .co6{
	background: url("../img/int6.png") no-repeat;
}
.history{
	padding-top: 28px;
	padding-bottom: 50px;
	float: left;
}
.history ul{
	float: left;
	width: 100%;
	padding: 40px 0 50px;
	background: url("../img/his8.png") repeat-y;
}
.history ul li{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	float: left;
}
.history ul li .fls{
	float: left;
	width: 99px;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	background: url("../img/his7.png") right 24px no-repeat;
	padding-top: 24px;
}	
.history ul li .frs{
	float: right;
	width: 790px;
	padding: 20px 15px;
	border:1px solid #bcbcbc;
	background: #fff;
	position: relative;
}
.history ul li .frs .tri{
	display: block;
	width: 13px;
	height: 14px;
	background: url("../img/his1.png") no-repeat;
	position: absolute;
	left: -12px;
	top: 26px;
}
.month{
	width: 100%;
	padding-bottom: 12px;
	float: left;
}
.month .nums{
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #555;
	line-height: 23px;
}
.month .month-detail{
	width: 750px;
	float: right;
	line-height: 20px;
}
.history ul li:hover .fls{
	background: url("../img/his6.png") right 24px no-repeat;
	color: #0052a4;
}
.page{
	width: 100%;
	padding: 30px 0 50px;
	text-align: center;
	clear: both;
}
.changes {
    width: 100%;
    float: left;
    overflow: hidden;
}
.hors {
    width: 110%;
    float: left;
    overflow: hidden;
    padding-bottom: 20px;
}
.hors a {
    width:300px;
    height: 255px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    text-align: center;
    padding-top: 45px;
}
.hors a img{
	max-width: 260px;
	max-height: 190px;
}
.hors a span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 16px;
}
.hors a .cover-pro{
	position: absolute;
	width: 300px;
	height: 180px;
	display: block;
	background: url("../img/op90.png") repeat;
	left: 0;
	top: 0;
	color: #fff;
	z-index: 90;
	padding-top: 120px;
	font-size: 18px;
	line-height: 30px;
	display: none;
}
.hors a .cover-pro .a-more{
	width: 146px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	background: #fff;
	color: #666;
	margin-top: 46px;
	display: inline-block;
}
.new-lis{
	width: 100%;
	float: left;
}
.new-lis li{
	width: 100%;
	float: left;
	height: 152px;
	margin-bottom: 32px;
	position: relative;
	background: #fff;
	border:1px solid #ededed;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box;
}
.new-lis li .a-img{
	display: block;
	width: 250px;
	height: 150px;
	overflow: hidden;
	float: left;
}
.new-lis li .a-img img{
	width: 100%;
}
.rt-tit{
	float: right;
	width: 600px;
	margin-right: 70px;
}
.rt-tit .rt-head{
	line-height: 54px;
	color: #333;
	font-size: 18px;
}
.rt-tit .rt-det{
	line-height: 24px;
	font-size: 14px;
	padding-bottom: 14px;
}
.rt-tit .rt-date{
	line-height: 20px;
	color: #999;
	font-size: 14px;
	display: none;
}
.new-lis li .a-readmore{
	position: absolute;
	width: 108px;
	height: 30px;
	background: url("../img/rm.jpg") no-repeat;
	display: block;
	right: 0;
	bottom: 0;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-indent:12px;
}
.new-lis li .a-readmore:hover{
	color: #0052a4;
}
.com-content{
	padding: 0 0 12px;
	margin-top: 30px;
}
.new-tit{
	font-size:20px;
	color: #333;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	line-height: 50px;
	font-weight: bold;
}
.new-date{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #999;
	padding-bottom: 6px;
}
.new-detail{
	width: 880px;
	margin: 0 auto;
	line-height: 26px;
	font-size: 14px;
	min-height: 300px;
}
.pre-aft{
	width: 700px;
	float: left;
	padding-top: 30px;
}
.pre-aft p{
	width: 100%;
	line-height: 32px;
	font-size: 14px;
}
.pre-aft p a:hover{
	color: #0052a4
}
/*.pre-aft a{
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}
.pre-aft a .p1{
	width: 113px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	border:1px solid #ccc;
	float: left;
	border-radius: 19px;
	transition-duration:300ms;
}
.pre-aft a .p2{
	float: left;
	line-height: 40px;
	font-size: 14px;
	padding-left: 12px;
	transition-duration:300ms;
}
.pre-aft a:hover .p1{
	background: #0052a4;
	border:1px solid #0052a4;
	color: #fff;
}
.pre-aft a:hover .p2{
	color: #0052a4;
}*/
.new-back{
	float: right;
	margin-right: 30px;
	line-height:38px;
	margin-top: 46px;
	font-size: 14px;
	width: 138px;
	height: 38px;
	text-indent: 40px;
	border:1px solid #ccc;
	border-radius: 19px;
	background: url("../img/back.png") 12px center no-repeat;
	transition-duration:300ms;
}
.new-back:hover{
	background: url("../img/back2.png") 12px center no-repeat #0052a4;
	border:1px solid #0052a4;
	color: #fff;
}
.top-com{
	width: 100%;
	padding: 30px 0;
	border-bottom:1px solid #ccc;
}
.left-com{
	float: left;
}
.left-com ul{
	width: 76px;
	float: left;
}
.left-com ul li{
	width: 76px;
	height: 70px;	
	margin-bottom: 10px;
	position: relative;
}
.left-com ul li a{
	display: block;
	width: 68px;
	height: 68px;
	border:1px solid #ccc;
}
.left-com ul li a img{
	width: 100%;
	height: 100%;
}
.left-com ul li:hover,.left-com ul .cur-pros{
	background: url("../img/thr.png") right 30px no-repeat;
}
.left-com ul li:hover a,.left-com ul .cur-pros a{
	border:1px solid #0052a4;
}
.enlarge{
	float: left;
	width: 458px;
	height: 458px;
	border:1px solid #ccc;
	margin-left: 25px;
}
.enlarge img{
	width: 100%;
	height: 100%;
}
.right-com{
	width: 360px;
	float: right;
	height: 460px;
	position: relative;
}
.com-head{
	width: 100%;
	line-height: 24px;
	padding-bottom: 18px;
	color: #333;
	font-size: 24px;
	border-bottom:1px solid #ccc;
}
.com-ways{
	width: 100%;
	padding: 10px 0;
	border-bottom:1px solid #ccc;
}
.com-ways p{
	line-height:36px;
	color: #333;
	font-size: 14px;
	padding-left: 16px;
	background: url("../img/dot.png") left center no-repeat;
}
.com-download{
	width: 100%;
	padding-top: 16px;
}
.com-download .dl-head{
	line-height: 20px;
	font-size: 18px;
	color: #333;
	padding-bottom: 18px;
}
.com-download a{
	display: block;
	float: left;
	float: left;
}
.com-download .dl1,.com-download .dl2{
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	color: #0052a4;
	font-size: 14px;
}
.com-download .dl1{
	/*background: url("../img/pro10.jpg") no-repeat;*/
	float: left;	
}
.com-download .dl2{
	background: url("../img/pro11.png") no-repeat;
	float: right;
}
.download-more{
	display: block;
	width: 134px;
	height: 32px;
	border:1px solid #ccc;
	border-radius: 16px;
	line-height: 32px;
	font-size: 14px;
	background: url("../img/pro12.png") 14px center no-repeat;
	text-indent: 36px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.download-more:hover{
	border:1px solid #0052a4;
	color: #0052a4;	
}
.sub-tit{
	width: 100%;
	height: 45px;
	background: #f9f9f9;
	margin: 32px 0 24px;
}
.sub-tit .sub-name{
	float: left;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	padding: 0 40px;
	background: #0052a4;
}
.tit-all{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
}
.list-webs{
	width: 100%;
	padding-bottom: 20px;
	float: left;
}
.list-webs li{
	width: 100%;
	padding-bottom: 20px;
}
.list-webs li span{
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	background: #0052a4;
	color: #fff;
}
.list-webs li p{
	float: left;
	width: 900px;
	line-height: 16px;
	font-size: 14px;
	padding-left: 10px;
	padding-top:3px;
}
.ques-list{
	width: 100%;
	float: left;
	padding-bottom: 120px;
}
.ques-list li{
	width: 100%;
	padding: 30px 0 28px;
	border-bottom: 1px solid #ccc;
}
.ques-list li .top-l{
	width: 100%;
	float: left;
}
.ques-list li .top-l span{
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #0052a4;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;line-height: 36px;
	font-family: arial;
}
.ques-list li .top-l p{
	float: left;
	line-height: 36px;
	color: #0052a4;
	font-size: 18px;
	padding-left: 12px;
}
.answer{
	width: 100%;
	padding-top: 20px;
	float: left;
	font-size: 14px;
	line-height: 26px;
}
.concept-ul{
	width: 100%;
}
.concept-ul li{
	width: 100%;
}
.concept-ul li .position{
	width: 100%;
	display: block;
	height: 52px;
	font-size: 14px;
	color: #333;
	line-height: 52px;
	background: url("../img/more1.png") 907px center no-repeat;
	text-indent: 20px;
	border-bottom: 1px solid #ccc;
}
.concept-ul li .po-cur{
	background: url("../img/more2.png") 907px center no-repeat #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.sub-concept{
	width: 890px;
	padding:12px 25px;
	border-bottom: 1px solid #ccc;
	line-height: 24px;
	display: none;
}
.sub-concept p{
	clear: both;
}
.sub-concept .pp1{
	float: left;
	margin-right: 330px; 
} 
.sub-concept .pp2{
	float: right;
}
.online-apply{
	display: block;
	width: 94px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	background: #0052a4;
	border-radius: 15px;
	margin-top: 10px;
}
.map{
	width: 940px;
	height: 550px;
}
.message-form{
	width: 100%;
	font-size: 14px;
}
.message-form ul{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.message-form ul li{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.message-form ul .fl{
	float: left;
	width: 460px;
}
.message-form ul .fr{
	float: right;
	width: 460px;
}
.message-form ul li span{
	display: block;
	width: 100%;
	line-height: 38px;
	font-size: 18px;
	color: #333;
}
.message-form ul li input{
	width: 458px;
	height: 38px;
	line-height: 38px;
	border-radius: 6px;
	text-indent: 1rem;
	font-size: 14px;
	border:1px solid #ccc;
	background: transparent;
}
.message-form ul li textarea{
	width: 914px;
	padding: 6px 12px;
	height: 290px;
	border-radius: 6px;
	background: transparent;
	border:1px solid #ccc;
}
.put-message{
	display: block;
	width: 198px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-left: 370px;
	background: #0052a4;
	border-radius: 20px;
	border:0 none;
}
.put-message:hover{
	background: #0562bf
}
.com-content{
	padding-bottom: 40px;
}
.footer-top{
	width: 100%;
	float: left;
}
.footer-top dl{
	float: left;
	width:9%;
	padding-left:3%;	
	height: 186px;
	text-transform: uppercase;
}
.footer-top .bo-ri{
	border-right: 1px solid #595959;
}
.footer-top dl dt{
	width: 100%;
	color: #fff;
	padding-bottom:26px;
	font-size: 14px;
	line-height: 16px;
}
.footer-top dl dd{
	width: 100%;
}
.footer-top dl dd a{
	display: block;
	line-height: 22px;
	color: #a4a4a4;
}
.footer-top dl dd a:hover{
	color: #ccc;
}
.erw{
	position: absolute;
	right: 4%;
	top: 60px;
}
.ere-li{
	width: 100px;
	float: right;
	margin-left:30px; 
}
.ere-li img{
	width: 100%;
	display: block;
}
.ere-li span{
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
}
.footer-bottom{
	width: 100%;
	clear: both;
	padding-top: 38px;
	color: #a4a4a4;
	line-height: 20px;
}
.footer-bottom .fl{
	padding-left:4%;
	float: left;
}
.footer-bottom .fr{
	float: right;
	margin-right: 4%;
}
.footer-bottom .fr a{
	color: #a4a4a4;
}
.footer-bottom .fr a:hover{
	color: #ccc;
}
.loading{
	background: url("../../img/loading.gif") center center no-repeat;
}
.btns{
	position: absolute;
	bottom:50px;
	width: 100%;
	text-align: center;
	z-index: 200;
}
.btns span{
	display: inline-block;
	width:15px;
	height: 15px;
	background: url("../img/btn1.png") no-repeat;
	margin-left:14px;
}
.btns .ban-cur{
	background: url("../img/btn2.png") no-repeat;
}
.bottom .jiathis_style .jtico_weixin {
    background: url("../img/wx.png") no-repeat;
}
.bottom .jiathis_style .jtico_cqq{
	background: url("../img/qq.png") no-repeat;
}
.bottom .jiathis_style .jtico_tsina{
	background: url("../img/weib.png") no-repeat;
}
.bottom .jiathis_style .jtico{
	height: 25px !important;
	padding-left: 25px !important;
}
.recr_table{
	width: 980px;
}
.recr_table tbody tr{
	height: 40px;
	font-size: 14px;
}
.recr_table tbody tr td b{
	font-weight: normal;
}
.recr_table tbody tr input{
	width: 230px;
	height: 26px;
	text-indent: 6px;
	line-height: 26px;
}
.recr_table tbody tr select{
	width: 232px;
	height: 28px;
	line-height: 28px;
	text-indent: 6px;
}
.recr_table tbody tr textarea{
	width: 664px;
	height: 100px;
	line-height: 26px;
	padding: 6px;
}
.recr_table tbody tr .in-pts{
	text-indent: 0;
	background: #0052a4;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	border:0 none;
	float: left;
	margin-left: 340px;
	width: 180px;
}
.recr_table tbody tr .in-pts:hover{
	background: #0b58a8;
}
.pagination a{
	display: inline-block;
	padding:0 5px;
	height: 22px;
	line-height: 22px;
	margin-right: 2px;
	text-align: center;
}
.pagination a:hover,.pagination .active{
	background: #0052a4;
	color: #fff;
}
.three-dl{
	width: 454px;
	margin: 48px auto 30px;
	background: #fff;
	overflow: hidden;
	border-radius: 6px;
	height: 50px;
}
.three-dl a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	float: left;text-align: center;
	width: 150px;
	
}
.three-dl a:hover,.three-dl .t-curing{
	background: #0052a4;
	color: #fff;
}
.down-load{
	width: 100%;
}
.down-load li{
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	color: #333;
	position: relative;
}
.down-load li p{
	float: left;
}
.down-load li a{
	display: block;
	position: absolute;
	height: 55px;
	width: 55px;
	right: 0;
	top: 0;
	background: url("../img/dl1.png") right center no-repeat;
}
.down-load li a:hover{
	background: url("../img/dl2.png") right center no-repeat;
}
.down-load li:hover{
	color: #0052a4;
}
.js-box{
	width: 100%;
}
.top-head{
	width: 100%;
	height: 54px;
	background: #266cb2;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.top-head span{
	width: 310px;
	display: block;
	float: left;
	line-height:18px;
	text-align: center;
	height: 18px;
	margin-top: 18px;
}
.top-head .spp1,.top-head .spp2{
	border-right: 1px solid #91b4d7;
}
.top-head .spp3{
	width: 318px;
}
.js-box .wrap{
	display: none;
	width: 100%;
	padding-bottom: 40px;

}
.js-box .wrap ul{
	width: 100%;
	
}
.js-box .wrap ul li{
	height: 42px;
	width: 930px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 15px;
	background: #266cb2;
	color: #fff;
	border-top:1px solid #90b3d6;
	line-height: 42px;
}
.js-box .wrap ul li span{
	display: block;
	float: left;
	line-height: 42px;
	width: 310px;
	text-align: center;
}