html,body{
    height: 100%;
}
body{
    min-width: 1486px;
}
.top{
    width: 100%;
    height: 132px;
    background: #195385;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.logo{
    width: 100px;
    height: 132px;
    margin-left: 287px;
    background: url(../images/logo.png) no-repeat center;
    background-size: 95px;
}
.top .list{
    width: 155px;
    text-align: center;
    font-size: 20px;
    color: #dee7ec;
    cursor: pointer;
    user-select:none;
}

.top_en{
    width: 100%;
    height: 132px;
    background: #195385;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.top_en .list{
    text-align: center;
    font-size: 20px;
    color: #dee7ec;
    cursor: pointer;
    user-select:none;
    margin-left: 50px;
}
.top_en .te,
.top .te{
    margin-left: 128px;
    margin-right: 26px;
}
.center{
    width: 100%;
    min-height: 100%;
    padding-top: 132px;
    box-sizing: border-box;
}
.center img{
    width: 100%;
    user-select:none;
}
.center .list3_c{
    position: relative;
    height: 1240px;
    background: url(../images/index_web_list3.jpg) no-repeat left bottom;
    background-size: 100%;
}
.center .title{
    width: 100%;
    height: 200px;
    background: url(../images/p_title.jpg) no-repeat center bottom;
    background-size: 142px;
}
.center .title2{
    width: 100%;
    height: 200px;
    background: url(../images/english/p_en_title.jpg) no-repeat center bottom;
    background-size: 365px;
}
.center .list3_c .imgBox{
    position: absolute;
    width:1486px;
    height: 786px;
    top: 333px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    border-radius: 10px;
}
.center .list3_c .imgBox img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    border-radius: 10px;
}
.center .list4_b {
    height: 405px;
    background: #fff;
    position: relative;
}
.center .list4_b .ipt{
    width: 424px;
    height: 43px;
    border-radius: 6px;
    font-size: 20px;
    color: #2f2f2f;
    position: relative;
    background: #efefef;
    margin-bottom: 20px;
}
.center .list4_b .ipt .ipt_name{
    width: 78px;
    line-height: 43px;
    position: absolute;
    left: 20px;
    top: 0;
    text-align: center;
}
.center .list4_b .ipt input{
    width: 325px;
    height: 43px;
    background: none;
    position: absolute;
    left: 90px;
    font-size: 20px;
    padding-left: 5px;
    box-sizing: border-box;
}
.center .list4_b textarea{
    width: 408px;
    height: 171px;
    border-radius: 6px;
    background: #efefef;
    padding: 16px;
    box-sizing: border-box;
    font-size: 18px;
    color: #2f2f2f;
    float: right;
}
.center .list4_b .flex{
    width: 1000px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
}
.center .list4_b .flex .flex_l{
    float: left;
}
.center .list4_b .submit{
    position: absolute;
    right: 0;
    top: 222px;
    width: 135px;
    height: 38px;
    border-radius: 6px;
    background: #2f2f2f;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.otherPage{
    width: 100%;
    padding-top: 132px;
    box-sizing: border-box;
}
.otherPage img{
    width: 100%;
}