@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0;}
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle;}
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; } /*防止拖动*/
img {border:0;	vertical-align:middle; }  /*去掉图片低测默认的3像素空白缝隙*/
table {border-collapse:collapse; }
p{text-align: justify;text-justify: inter-ideograph;}
html {font:625% Arial,Verdana,"\5b8b\4f53";color:#282828;background:#fff;}
@media screen and (max-width: 1600px) {
    html{font-size: 500%;}
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
a {color:#282828; text-decoration:none; }
a:hover{color:#1c4891;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
s,i,em{font-style:normal;text-decoration:none;}
.col-blue{color: #1c4891!important;}
/*公共类*/
.row2{
    width: 100%;
	height: 360px;
}
.w2{
    margin:0 auto;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 79.3%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
img{
    height: auto;
    max-width: 100%;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.al {
    text-align:left;
}
.ac {
    text-align:center;
}
.ar {
    text-align:right;
}
.hide {
    display:none;
}
.bs{
    box-sizing: border-box;
}
/*logo+导航+语言切换开始*/
.header{
    border-bottom:1px solid #f0f0f0;
}
.header-left h1 a{
    display: block;
    height: 1.28rem;
    text-indent: -999em;
    background: url("../image/logo.png") no-repeat left center;
}
.header-right ul li{
    float: left;
    font:0.16rem/1.2rem "microsoft yahei";
}
.nav ul li{
    width: 1rem;
    text-align: center;
}
.nav ul li.current{
    background-color: #1c4891;
    border-bottom:8px solid #ed6d00;
}
.nav ul li.current a{
    color: #fff;
}
.nav ul li a{
    display: inline-block;
    width: 1rem;
    height: 1.2rem;
}
.language{
    margin-left: 0.1rem;
}
.language ul li{
    line-height: 1.16rem;
}
.language ul li a{
    font:0.12rem "simsun";
    cursor: default;
}
/*logo+导航+语言切换结束*/
/*底部开始*/
.footer-row{
    background-color: #313131;
	height: 400px;
}
.footer{
    padding:0.2rem 0 0.2rem;
    color:#fff;
}
.footer-slogan{
    padding:0.13rem 0.13rem 0;
    width: 5rem;
    background-color: #369ccc;
}
.slogan-c{
    font: 0.26rem/0.24rem "microsoft yahei";
}
.slogan-e{
    font: 0.14rem/0.52rem "microsoft yahei";
}
.footer-mail,.footer-call{
    font:0.2rem/0.34rem "microsoft yahei";
    position: relative;
    margin-top: 0.14rem;
}
.footer-mail{
    padding-left:0.44rem;
}
.footer-call{
    padding-left: 0.38rem;
}
.footer-mail i{
    display: inline-block;
    width: 0.34rem;
    height: 0.24rem;
    background: url("../image/icon-email.png") no-repeat;
    background-size: cover;
    position: absolute;
    top:0px;
    left:0;
}
.footer-call i{
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url("../image/icon-phone.png") no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
}
.footertop-center{
    padding-left: 0.4rem;
}
.footertop-center dl{
    float: left;
}
.footertop-center dt,.footer-fllow{
    font:0.2rem/0.52rem "microsoft yahei";
}
.footertop-center dd{
    font:0.14rem/0.34rem "microsoft yahei";
}
.footertop-center dd a{
    color:#fff;
}
.footertop-center dd a:hover{
    color:#ccc;
}
.footertop-right ul li{
    font-size: 0;
    padding:0.1rem;
}
.footertop-right ul li p{
    font-size: 0.14rem;
    text-align: center;
}
.footer-fllow{
    padding-left:0.08rem;
}

.footer-bottom {
    padding: 0.2rem 0 0;
	color:#fff;
	border-top:1px solid #545454;
}
.footer-bottom p{
    text-align: center;
    font:0.14rem/0.34rem "microsoft yahei";
}
/*底部结束*/