﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*@font-face {
  font-family: "Noto Sans SC";
  src: url('https://cnoneplus.oss-cn-hangzhou.aliyuncs.com/PungFang%20SC%20Noto Sans SC.ttf');
}
@font-face {
  font-family: "Noto Sans SC";
  src: url('https://cnoneplus.oss-cn-hangzhou.aliyuncs.com/PungFang%20SC%20Noto Sans SC.ttf');
}*/
html,body {
    height: 100%;
    font-size: 10px;
    font-family:"Noto Sans SC"
}
img{
    border:none;
}
a{
    color: #232122;
    text-decoration: none;
    cursor: pointer;
}
ul,ol{
    list-style: none;
    margin:0;
    padding:0;
}
.content {
    font-family: "Noto Sans SC";
    height: 100%;
    font-size: 1.6rem;
    color: #333;
}
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
} 
.clearfix { *zoom:1;}
.header{
    position: relative;
}
.header .searchCon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background: #EEEEEE;
    align-items: center;
    display: none;
    justify-content: space-around;
}
.header .searchCon p{
    width: 50%;
}
.header .searchCon p img{
    width: 40px;
    vertical-align: bottom;
    margin:0 2%;
    cursor: pointer;
}
.header .searchCon .searchInput{
    border:none;
    border-bottom: 1px solid #8F8E8E;
    text-align: left;
    background: transparent;
    font-size: 2.4rem;
    letter-spacing: 2px;
    line-height: 4rem;
    width: 70%;
    outline: none;
}
.header .Nav{
    display: none;
}
.header .nowNav{
    padding: 1.3% 4%;
}
.header .nowNav .rightTop{
    display: inline-block;
    float: right;
    width: 65%;
    align-items: center;
    display: flex;
    justify-content: space-around;
    line-height: 69px;
}
.header .nowNav .rightTop .ulDiv{
    display: inline-block;
    width: calc(100% - 58px - 30px - 27px - 5% - 6% - 3% - 10px);
}
.header .nowNav .rightTop ul{
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.header .nowNav .rightTop li{
    display: inline-block;
    margin: 0 2%;
}
.header .nowNav .rightTop li.selected a{
    color: #0e4a86;
    font-family: "Noto Sans SC";
    font-size: 2.4rem;
}
.header .nowNav .rightTop li a{
    font-size: 2rem;
}
.header .nowNav .rightTop>a{
    display: inline-block;
}
.header .nowNav .rightTop .ico1{
    margin-right: 5%;
    margin-left: 6%;
}
.header .nowNav .rightTop .ico2{
    margin-right: 3%;
}
.header .nowNav .logoIndex,.header .nowNav .rightTop .indexIco{
    display: none;
}
.index .header .nowNav .logoIndex,.index .header .nowNav .rightTop .indexIco{
    display: inline-block;
}
.index .header .nowNav .otherLogo,.index .header .nowNav .rightTop .ico{
    display: none;
}
.index{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}
.index .header .nowNav .rightTop li a{
    color: #fff;
}
.header .Nav .menu {
    background: url(../img/menu.jpg) no-repeat center;
    background-size: 25px;
    width: 25px;
    height: 20px;
    float: right;
    margin-top: 13px;
}
.header .Nav .menus {
    position: absolute;
    top: 75px;
    width: 100%;
    left: 0;
    z-index: 1001;
    background: #fff;
    border-top: 1px solid #0e4a86;
    display: none;
}
.header .Nav .menus li {
    border-bottom: 1px solid #c9c9c9;
}
.header .Nav .menus li a {
    display: block;
    padding: 15px 0;
    text-align: center;
}
.header .Nav .ico{
    float: right;
    margin-right: 10px;
    margin-top: 13px;
}
.header .Nav .ico img{
    height: 20px;
}
.header .Nav .ico3{
    margin-right: 15px;
}
.header .Nav .ico1{
    margin-right: 20px;
}
.title{
    font-size: 4rem;
    position: relative;
    text-align: center;
    font-family: "Noto Sans SC";
    margin-bottom: 3%;
    height: 55px;
}
.title .english{
    font-size: 5rem;
    color:#f0f7fc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
}
.title .chinese{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
}
.moreP{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
}
.moreP .more{
    display: inline-block;
    border: 1px solid #232122;
    width: 20%;
    border-radius: 50px;
    font-size: 2rem;
    padding: 0.7% 0;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari 和 Chrome */
    -o-transition: all 0.4s;
}
.moreP .more:hover{
    background: #0e4a86;
    color: #fff;
    border: 1px solid #0e4a86;
}
.footer{
    background: url(../img/footBg.png) no-repeat;
    background-size: cover;
    padding: 5% 0;
    padding-left: calc(4% + 150px);
    padding-right: calc(4% + 150px);
    color: #fff;
}
.footer .fTop{
    border-bottom:1px solid #fff;
    text-align: right;
    padding-bottom: 2%;
    margin-bottom: 5%;
}
.footer .fTop .footLogo{
    float: left;
}
.footer .fTop .infoUl{
    display: inline-block;
    margin: 0 2% 0 8%;
    text-align: left;
    white-space:nowrap;
}
.footer .fTop .infoUl li{
    margin-top: 10px;
    font-size: 2.4rem;
}
.footer .fTop .infoUl li u{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/footIco01.png) no-repeat;
    background-size: 100%;
    margin-right: 10%;
    vertical-align: bottom;
}
.footer .fTop .infoUl li .ico2{
    background: url(../img/footIco01.png) 0px -49px;
    background-size: 100%;
    margin-bottom: 4px;
}
.footer .fTop .infoUl li .ico3{
    background: url(../img/footIco02.png) no-repeat;
    background-size: 100%;
}
.footer .fTop .infoUl li .ico4{
    background: url(../img/footIco02.png) 0px -45px;
    background-size: 100%;
    height: 26px;
}
.footer .fBottom .fLeft{
    width: 65%;
    float: left;
}
.footer .fBottom .fLeft .media{
    display: inline-block;
    vertical-align: top;
    font-size: 2rem;
    width: 16%;
    line-height: 4rem;
    margin-right: 4%;
    float: left;
}
.footer .fBottom .fLeft .media a{
    color: #fff;
}
.footer .fBottom .fLeft .media .name{
    font-family: 'Noto Sans SC';
    font-size: 2.5rem;
    margin-bottom: 10%;
}
.footer .fBottom .ewm{
    display: inline-block;
    text-align: right;
    width: 35%;
    float: left;
    margin-top: 21px;
}
.footer .fBottom .ewm img{
    width: 26%;
    margin-left: 5.5%;
    vertical-align: top;
}
.footer .small{
    margin-top: 9%;
    font-size: 2rem;
}
.tabDiv{
    background: #f0f7fc;
    text-align: center;
}
.tabDiv .tab{
    padding-left: calc(4% + 150px);
    padding-right: calc(4% + 150px);
}
.tabDiv .tab span{
    display: inline-block;
    width: 50%;
    float: left;
    padding: 2% 0;
    font-family: 'Noto Sans SC';
    font-size: 3rem;
    cursor: pointer;
}
.tabDiv .tab span img{
    width: 36px;
    vertical-align: middle;
    margin-right: 4%;
}
.tabDiv .tab span .bai,.tabDiv .tab span.on .hei{
    display: none;
}
.tabDiv .tab span.on{
    background: #0e4a86;
    color: #fff;
}
.tabDiv .tab span.on .bai{
    display: inline-block;
}
.banner .bannerPic{
    width: 100%;
}











@media screen and (max-width:1450px){
    .header .nowNav .rightTop{
        width: 75%;
        line-height: 50px;
    }
    .index .header .nowNav .rightTop li a{
        font-size: 1.6rem;
    }
    .header .nowNav .rightTop li.selected a{
        font-size: 2rem;
    }
    .header .nowNav .logo{
        height: 50px;
    }
    .header .nowNav .rightTop .ico1 img{
        width: 35px;
    }
    .header .nowNav .rightTop .ico2 img{
        width: 22px;
    }
    .header .nowNav .rightTop .ico3 img{
        width: 20px;
    }
    .header .nowNav .rightTop .ulDiv{
        width: calc(100% - 35px - 22px - 20px - 5% - 6% - 3% - 10px);
    }
    .title{
        font-size: 2.6rem;
        height: 36px;
    }
    .title .english{
        font-size: 3.4rem;
        bottom: 2px;
    }
    .moreP .more{
        font-size: 1.5rem;
        width: 185px;
    }
    .footer{
        padding:5% 6%;
    }
    .footer .fTop .infoUl li{
        font-size: 1.6rem;
    }
    .footer .fTop .infoUl li u{
        width: 18px;
        height: 18px;
    }
    .footer .fTop .infoUl li .ico2{
        background: url(../img/footIco01.png) 0px -37px;
        background-size: 100%;
    }
    .footer .fTop .infoUl li .ico4{
        background: url(../img/footIco02.png) 0px -34px;
        background-size: 100%;
        height: 20px;
    }
    .footer .fTop .footLogo{
        height: 50px;
        margin-top: 10px;
    }
    .footer .fBottom .fLeft .media .name{
        font-size: 2rem;
    }
    .footer .fBottom .fLeft .media{
        font-size: 1.5rem;
        line-height: 3rem;
    }
    .footer .small{
        font-size: 1.5rem;
        margin-top: 5%;
    }
    .tabDiv .tab span{
        font-size: 2.4rem;
    }
    .tabDiv .tab span img{
        width: 26px;
    }
    .header .searchCon p img{
        width: 28px;
    }
    .header .searchCon .searchInput{
        font-size: 1.6rem;
        line-height: 3.2rem;
    }
}
@media screen and (max-width:1195px){
    .index{
        position: inherit;
    }
    .header .nowNav{
        display: none;
    }
    .header .Nav{
        display: block;
        padding: 15px 4%;
    }
    .header .Nav .logo{
        height: 45px;
    }
    .title{
        font-size: 1.8rem;
        height: 26px;
    }
    .title .english{
        font-size: 2.5rem;
        bottom: 0;
    }
    .footer .fTop .infoUl li {
        font-size: 1.3rem;
    }
    .footer .fTop .infoUl{
        width: 178px;
    }
    .footer .fTop .footLogo{
        height: auto;
        max-width: calc(100% - 178px - 10%);
        margin-top: 35px;
        max-height: 45px;
    }
    .footer .fTop .infoUl li u {
        width: 13px;
        height: 13px;
        margin-right: 10px;
    }
    .footer .fTop .infoUl li .ico2{
        background: url(../img/footIco01.png) 0px -26px;
        background-size: 100%;
    }
    .footer .fTop .infoUl li .ico4{
        background: url(../img/footIco02.png) 0px -24px;
        background-size: 100%;
        height: 15px;
    }
    .footer .fBottom .fLeft,.footer .fBottom .ewm{
        width: 100%;
    }
    .footer .fBottom .fLeft .media{
        width: 31%;
        margin-right: 3%;
        font-size: 1.3rem;
        height: 190px;
        margin-bottom: 20px;
    }
    .footer .fBottom .fLeft .media:nth-child(3){
        margin-right: 0;
    }
    .footer .fBottom .fLeft .media .name {
        font-size:1.5rem;
        margin-bottom: 10px;
    }
    .footer .fBottom .ewm{
        text-align: center;
        margin-top: -40px;
    }
    .footer .fBottom .ewm img{
        width: 26%;
    }
    .footer .small {
        font-size: 1.3rem;
        margin-top: 15%;
    }
    .tabDiv .tab{
        padding: 0 6%;
    }
    .tabDiv .tab span{
        font-size: 1.6rem;
    }
    .tabDiv .tab span img{
        width: 20px;
    }
}
@media screen and (max-width:695px){
    .header .searchCon p {
        width: 100%;
    }
    .header .searchCon p img {
        width: 20px;
        margin-bottom: 3px;
    }
    .header .searchCon .searchInput {
        font-size: 1.4rem;
        line-height: 3rem;
    }
}