@charset 'utf-8';
*{
    margin: 0;
    padding: 0;
}
body {
    min-width: 1200px;
}
a{
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%; 
    display: block;
    border: none;
    vertical-align:middle
}
input,button {
    outline: none;
    border: none;
    background: none;

}
button {
    cursor: pointer;
}
li {
    list-style: none;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.top {
    background-color: #36b3e1;
    /*background-image: url("../images/top_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
}

.main-top {
    width: 1200px;
    margin: auto;
    padding-top: 11px;
    padding-bottom: 12px;
}
.top-lg  img{
     width: 650px;
     height: 82px;
 }
.top-lg {
    float: left;
}
.top-rt {
    float: right;
    text-align: right;
}

.top-nav>span>a {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin-left: 5px;

}
.earth {
    display: inline-block;
    text-align: right;
    padding-left: 19px;
    margin-left: 15px;
    background-image: url("../images/earth.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.home {
    display: inline-block;
    text-align: right;
    padding-left: 19px;
    margin-left: 5px;
    background-image: url("../images/home.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.search {
    margin-top: 12px;
    overflow: hidden;
}
.search>input {
    float: left;
    width: 190px;
    height: 35px;
    border-radius:0 25px 25px 0;
    padding-right: 20px;
    background-color: #ffffff;
}
.search>button {
    float: left;
    width: 50px;
    height: 35px;
    border-radius:25px 0 0 25px ;
    background-color: #ffffff;
    vertical-align: top;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: 17px center;
}
.nav-bg {
    background-color: #2098c3; 
}
.nav {
    width: 1200px;
    margin: auto;
}
.lv-one>li {
    float: left;
    width: 92px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    position: relative;
}
.lv-two {
    display: none;
    position: absolute;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    z-index: 11;
    background-color:#2098c3;
}
.lv-one>li:hover {
    background-color: #ffffff;
    font-weight: bold;
    color: #157eaa;
}
.lv-one>li.here{
    background-color: #ffffff;
    font-weight: bold;
    color: #157eaa;
}
.lv-one>li:hover .lv-two {
    display: block;
}
.lv-two>li:hover {
    background-color: #ffffff;
    color: #157eaa;
}
.footer {
    width: 100%;
    background-color: #2098c3;
    padding-top: 34px;
    padding-bottom: 24px;
    margin-top: 45px;
}
.content {
    width: 1200px;
    margin: auto;
}
.ft-lf {
    float: left;

}
.ft-rt {
    float: right;
    padding-left: 84px;
    width: 480px;
}
.ft-lg img {
    width: 636px;
    height: 82px;
}
.fadd {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-indent: 2em;
    margin-top: 10px;
}
.fadd>p:first-child {
    background-image: url("../images/w-add.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.fadd span {
    display: inline-block;
    margin-left: 36px;
    background-image: url("../images/xing.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.phone {
    background-image: url("../images/phone.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.email {     display: inline-block; font-style: normal;
    margin-left: 36px;
    background-image: url("../images/email.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.ft-ul li {
    float: left;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    width: 120px;
    text-align: right;
}
.ft-ul li:hover {
    color: #ee7800;
}
.ft-select {
    margin-left: 161px;
    margin-top: 30px;
    position: relative;
}
.cp-select {
    border: 1px solid #ffffff;
    width: 256px;
    height: 48px;
    padding-right: 40px;
    padding-left: 20px;
    cursor: pointer;

    font-size: 14px;
    color: #ffffff;
    line-height: 48px;

    background-image: url("../images/t-down.png");
    background-repeat: no-repeat;
    background-position: 273px center ;
}
.cp-downlist{
    position: absolute;
    line-height: 40px;
    z-index: 11;
    background-color: #ffffff;
    top: -200px;

}
.cp-options {
    width: 318px;
    display: none;
    cursor: pointer;
    color: #157eaa;
    font-size: 14px;
    text-indent: 20px;
}
.cp-options:hover {
    background-color: #157eaa;
    color: #ffffff;
}
.icon {
    text-align: right;
    margin-top: 20px;
    position: relative;
}
.wx{
    margin-left: 15px;
    display: inline-block;
    width: 30px;
    height: 24px;
    background-image: url("../images/weixing.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
.wb{
    margin-left: 15px;
    display: inline-block;
    width: 30px;
    height: 24px;
    background-image: url("../images/weibo.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
.weibo {
    overflow: hidden;
    position: absolute;
    top:-100px;
    right: 20px;
    display: none;
}
.weixing {
    overflow: hidden;
    position: absolute;
    top:-100px;
    right: 0px;
    display: none;
}
.wx:hover + .weixing {
    display: block;
}
.wb:hover + .weibo {
    display: block;
}