﻿
/*-----------------[初始化]--------------*/

body{color: #444;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";
    overflow-x: hidden;margin: 0 auto;max-width: 1200px;
}
a{color: #444;}
a:hover{color: #f60;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"微软雅黑","Microsoft Yahei";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;
    -moz-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;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.wp3{width: 100%;max-width: 760px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部] 2025修改-------
********************************/
.header{position: relative;z-index: 109;}
.header .top{height: 40px;line-height: 40px;overflow: hidden;
    background-color: #0054c5;font-size: 12px;color: #fff;
    padding: 0 20px 0;
}
.header .top .hello{float: left;}
.header .top .t-r{float: right;}
.header .lang{float: left;color: #fff;padding-left: 22px;
    background: url(../images/i-01.png) no-repeat left center;
    -o-background-size: 16px auto;
    -ms-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}
.header .tel{float: right;margin-left: 40px;padding-left: 22px;
    background: url(../images/i-02.png) no-repeat left center;
    -o-background-size: 15px auto;
    -ms-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
}
.header .hd{overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
}
.logo{float: left;line-height: 82px;font-size: 0;margin-left: 21px;}
.logo img{display: inline-block;vertical-align: middle;height: 78px;}
.hdr{float: right;margin-right: 21px;}
.nav{float: left;margin-top: 26px;}
.nav li{float: left;margin-right: 8px;}
.nav li .v1{display: block;font-size: 15px;color: #000;padding: 0 10px;
    height: 33px;line-height: 33px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav li:hover .v1,.nav li.on .v1{color: #fff;background-color: #80ffca;}
.so{float: right;width: 280px;margin-left: 10px;margin-top: 14px;position: relative;}
.so .inp{display: block;width: 100%;height: 54px;padding: 0 15px;
    font-size: 16px;border: 1px solid #e1e1e1;
}
.so .btn{position: absolute;top: 0;right: 0;width: 54px;height: 54px;
    border: 0;cursor: pointer;
    background: url(../images/i-03.png) no-repeat center;
    -o-background-size: 30px auto;
    -ms-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #005da1;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

@font-face{font-family:HC;src:url(../fonts/Helvetica-Condensed-Black-Se.ttf)}

/*******************************
  -------[=底部]-------
********************************/
.footer{color: #fff;
    background-color: #0054c5;
}
.fd-con{overflow: hidden;padding: 40px 0 28px;}
.fd-nv{float: left;}
.fd-nv dl{float: left;margin-right: 76px;}
.fd-nv a{display: block;color: #fff;line-height: 40px;}
.fd-nv dt a{font-size: 18px;font-weight: bold;}
.fd-nv dd a{font-size: 16px;}
.fd-nv dd a:hover,.fd-link a:hover{text-decoration: underline;opacity: .8;}
.fd-r{text-align: center;padding-bottom: 20px;}
.fd-r .tel{padding-left: 50px;margin-bottom: 20px;display: inline-block;text-align: left;
    background: url(../images/i-08.png) no-repeat left center;
}
.fd-r .tel p{font-size: 30px;line-height: 1.2;letter-spacing: 1.2px;
    font-family: HC;
}
.fd-r .qr{text-align: center;}
.fd-r .qr img{width: 120px;margin: 0 auto 3px;}
.fd-r .qr span{font-size: 12px;}
.fd-link{clear: both;font-size: 14px;line-height: 1.67;padding-top: 20px;
    text-align: center;max-width: 830px;margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,.5);
}
.fd-link .tit{margin-right: 14px;display: inline;}
.fd-link .t-c{display: inline;}
.fd-link a{color: #fff;display: inline-block;margin-right: 14px;}

.btn-top{width: 50%;display: block;height: 20px;
    background: url(../images/i-bg4.png) no-repeat right top;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-copy{font-size: 12px;color: #005DA1;text-align: center;
    background-color: #fff;padding: 12px 0;
}
.fd-copy a{color: #005DA1;margin-left: 30px;}
.fd-copy img{display: inline-block;vertical-align: middle;
    position: relative;top: -2px;margin-right: 5px;
}
.fd-copy a:hover{text-decoration: underline;}

.fd-share.bdsharebuttonbox{float:right;text-align:right;margin-top: 43px;}
.fd-share.bdsharebuttonbox span{color:#fff;opacity:.5}
.fd-share.bdsharebuttonbox a{padding:0;margin:0 0 0 6px;float:none;display:inline-block;vertical-align:middle;width:20px;height:20px;background:url(../images/share-on.png) no-repeat}
.fd-share.bdsharebuttonbox a.bds_sqq{background-position:0 0}
.fd-share.bdsharebuttonbox a.bds_weixin{background-position:-36px 0}
.fd-share.bdsharebuttonbox a.bds_qzone{background-position:-72px 0}
.fd-share.bdsharebuttonbox a.bds_tsina{background-position:-113px 0}
.fd-share.bdsharebuttonbox a.bds_fbook{background-position:-150px 0}
.fd-share.bdsharebuttonbox a.bds_twi{background-position:right 0}
.bd_weixin_popup{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}


.fd-nv{display: none;}

/*******************************
    -------[=正文]-------
********************************/








