@charset "utf-8";
/**
 * Created by chenxiaoyi on 2017/12/27.
 */
@font-face {
    font-family: Helvetica;
    /*src: url("../font/Helvetica Bold.ttf");*/
}
*{
    padding: 0;
    margin: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    background-color: #003c8d !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.homepage {
    width: 100%;
    height: auto;
    min-width: 1200px;
}
.fonts{
    font-family: "Helvetica !important", serif;
}
.BigBox{
}
.pageBtwo{
    position: relative;
    width: 100%;
}
.logoWrap{
    position: relative;
    display: flex;
    justify-content: space-around;
}

.logoWrap img{
    width: 100%;
    display: block;
}
.logoWrap img.bannerTxt{
    position: absolute;
    width: 616px!important;
    height: auto;
    left: 369px;
    top: 165px;
}
.titleWrap{
    position: absolute;
    left: 0;
    top: 115px;
}
.titleWrap img{
    height: 220px;
    width: auto;
}
.titleText{
    position: absolute;
    left: 0;
    top: 346px;
}
.titleText img{
    height: 57px;
    width: auto;
}
.addressImgWrap{
    position: absolute;
    right: 35px;
    top: 142px;
}
.addressImgWrap img{
    height: 32px;
    width: auto;
}
.pageBfour{
    height: 70px;
}
.pageBthree{
    background: none;
    height: auto;
    margin-top: 8px;
}
.curform{
    background: #fff;
    width: 1170px;
    margin: 30px auto 0 auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}
.curSuccess{
    position: absolute;
    margin-top: 368px;
    margin-left: 471px;
    z-index: 99;
    display: none;
}
.titleS{
    width: 1051px;
    height: 71px;
    margin: 40px auto 0;
    background: url("../../../../cn/special/channelPartner/img/selectD.png");
    position: relative;
}
.titleS>input{
    margin-top: 5px;
    border: none;
    height: 60px;
    width: 950px;
    line-height: 60px;
    margin-left: 20px;
    outline:none;
    font-size: 28px;
    color: #212121;
}
.curbtn{
    width: 66px;
    height: 69px;
    float: right;
    cursor: pointer;
}
.MN_select{
    width: 1048px;
    position: absolute;
    top: 51px;
    left: 0;
    border: 1px solid #ccc;
    display: none;
    background: #fff;
    border-top: none;
}
.pageBthree ul li:nth-child(1), .pageBthree ul li:nth-child(2) {
    margin-right: 21px;
    margin-bottom: 0;
}
.MN_select ul li{
    float: inherit;
    margin: 30px 2px;
    font-size: 18px;
    color: #212121;
    cursor: pointer;
}
.pageBthree ul {
    margin: 0 30px 40px;
}
.MN_select ul li:hover{
    color: #ff9a00;
}
.formBox{
    margin-top: 35px;
}
/*弹框样式*/
.model{
    width:100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    display:none;
}
.model .modelBox{
    width:100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    opacity:0.5;
    filter:alpha(opacity=50);
}
.model>div.content{
    width:480px;
    height:216px;
    background:#fff;
    border-radius:6px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-240px;
    margin-top:-108px;
}
.model .closeModel img{
    float:right;
    margin-top:10px;
    margin-right:10px;
    cursor:pointer;
}
.model .modelIcon{
    margin-top:14px;
    font-size:20px;
    color:#212121;
    text-align: center;
}
.model .modelIcon span{
    display:inline-block;
    line-height:42px;
}
.model .modelIcon img{
    margin-right:12px;
}
.model .modelContainer{
    text-align:center;
}
.model .modelContainer>p{
    font-size:14px;
    text-align:center;
    margin-top:20px;
}
.model .modelContainer button{
    width:120px;
    height:40px;
    background: #ffffff;
    border-radius:4px;
    color:#1e88e5;
    border:1px solid #1e88e5;
    outline:none;
    font-size:14px;
    text-align:center;
    line-height:40px;
    margin-top: 32px;
    padding: 0;
}
.enTitleWrap{
    width: 1170px;
    margin: 0 auto;
    position: absolute;
    top: 107px;
    left: 50%;
    margin-left: -585px;
}
.enTitleWrap img{
    height:auto;
    width:659px
}
.enLogoWrap{
    width: 100%;
    height: auto;
    text-align: center;
    height: 555px;
}
.enLogoWrap{
    background: url("../img/2026bj.png") no-repeat center 0;
}
.enLogoWrap>img{
    width: 100%;
    max-width: 1920px;
    height: 688px;
}
#public-nav-cooperation>a {
    color: #1e88e5 !important;
}
