/*-----------------[初始化]--------------*/
*,:after,:before{outline:0!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}
body{color: #333;font-size: 12px;line-height: 1.5;font-family: "Microsoft Yahei", "微软雅黑","PingFang SC Medium", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB",  STHeiti, "华文黑体", sans-serif;min-width: 1270px;}
a{color: #666;}
a:hover{color: #1565c0;}
img{max-width: 100%;}
input,textarea,select{font-size: 12px;color: #444;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    appearance: none;
}

input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
:-ms-input-placeholder {color: #999;}


/*布局*/
.wp{width: 1170px;margin: 0 auto;}

/* 头部 **************************************************/
.header-top{
    overflow: hidden;
    height: 36px;
    line-height: 35px;
    background-color: #eee;
    border-bottom: 1px solid #bdbdbd;
}
.wel{
    float: left;
    font-size: 14px;
    color: #959595;
}
.lang{
    float: right;
}
.lang a{
    position: relative;
    font-size: 14px;
    color: #959595;
}
.lang a:first-child{
    padding-right: 11px;
    margin-right: 11px;
}
.lang a:first-child:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #959595;
}
.lang a:hover{
    color: #1565c0;
}
.logo{
    float: left;
    line-height: 134px;
    max-width: 560px;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
}
.header .img{
    margin-top: 21px;
    float: right;
    width: 595px;
}
.header .img a{
    float: left;
    width: 50%;
}
.header .img img{
    display: block;
    width: 100%;
    height: 92px;
}
.nav{
    height: 58px;
    line-height: 58px;
    background-color: #1565c0;
    text-align: center;
    font-size: 0;
}
.nav ul{
    display: inline-block;
    margin-right: -13px;
}
.nav li{
    float: left;
    position: relative;
}
.nav a{
    position: relative;
    display: block;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
}
.nav a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #0d47a1;
}
.nav li:first-child a:after{
    width: 0;
}
.nav a:hover{
    background-color: #fff;
    color: #1565c0;
}
.nav a:hover:after{
    width: 0;
}
.nav a span{
    margin: 0 13px;
}
.nav .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: #1565c0;
    text-align: center;
    z-index: 9;
}
.nav .sub dd a{
    height: 30px;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    padding: 0;
}
.nav .sub dd a:hover,.nav .sub dd.on a{
    color:#1565c0;
    background-color: #fff;
}
/* 底部 **************************************************/
.footer{
    background-color: #eee;
    padding: 45px 0 0;
}
.fd-top{
    padding: 0 0 43px;
    border-bottom: 2px solid #DCDCDC;
}
.fd-top h3{
    font-weight: normal;
    font-size: 22px;
    color: #1565c0;
    margin-bottom: 10px;
}
.fd-top .con{

}
.fd-top .con a{
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    color: #666;
    margin-right: 32px;
}
.fd-top .con a:hover{
    color: #1565c0;
}
.fd-bot{
    padding: 22px 0 26px;
}
.fd-nav{
    text-align: center;
    margin-bottom: 20px;
}
.fd-nav a{
    position: relative;
    font-size: 14px;
    color: #767575;
    padding: 0 17px;
}
.fd-nav a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 17px;
    background-color: #767575;
}
.fd-nav a:first-child:after,
.fd-nav a.last:after{
    width: 0;
}
.fd-nav a.last{
    padding: 0 17px 0 27px;
}
.fd-txt{
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    color: #797979;
}
.fd-nav a:hover{
    color: #1565c0;
}


/*
-----------------[二维码浮动]--------------*/
.fix-qr{
    position: fixed;
    top: 30%;
    right: 150px;
    z-index: 99;
}
.fix-qr .tit{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    background: url(../image/icon-phone.png) left center no-repeat;
    background-size: auto 30px;
    padding-left: 30px;
    line-height: 30px;
}
.fix-qr .pic{
    width: 160px;
    height: 160px;
    border: 1px dashed #000;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    background-color: #fff;
}
.fix-qr .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.fix-qr .pic .sp1{
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -30px;
    background-color: #fff;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.fix-qr .pic .sp2{
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -30px;
    background-color: #fff;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
