*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family:Source Han Sans CN;
    max-width:1920px;
    margin:0 auto;
    overflow-x:hidden;
}

a,a:hover,a:active,a:focus,p,h1,h2,h3,h4,h5,h6  {
    text-decoration:none;
    padding:0;
    margin: 0;
    color: #333;
}
img{    border:none;max-width:100%; height:auto;    width: 100%;}
ul,li{
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
html,body{
    height: 100%;
    width:100%;
    position: relative;
    z-index: 2;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
/* 头部 */
.head{
    width: 1132px;
    min-width: 1132px;
    margin: 0 auto;
    height: 80px;
    background: #fff;
    font-weight: 500;
}
.head .logo{
    width: 170px;
    height: 57px;
}
.head .title .tabs{
    width: 832px;
    text-align: right;
}
.head .title .tabs>ul>li{
    margin-right: 45px;
    display: inline-block;
    line-height: 80px;
    position: relative;
}
.head .title .tabs>ul>li>a:hover,.head .title .eu ul li>a:hover{
    color: #23529B;
}
.head .title .tabs ul li:hover .down,
.head .title .eu ul li:hover .down{
    display: block;
}
.head .title .tabs>ul>li>a{
    display: inline-block;
}
.head .down{
    display: none;
    position: absolute;
    right: 0;
    background: #505050;
    width: 105px;
    line-height: 1;
    padding: 10px 0;
    z-index: 999;
}
.head .down a{
    color: #fff;
    font-size: 14px;
    text-align: right;
    display: block;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    font-weight:400;
}
.head .down a:hover{
    font-weight: bold;
}
.head .title{
    display: flex;
    align-items : center; 
    justify-content : space-between;
    height: 80px;
    font-size: 15px;
    color: #333;
}
.head .title .eu{
    border-left: 1px solid #ccc;
    height: 80px;
    width: 168px;
    line-height: 80px;
    text-align: right;
}
.head .title .eu ul li{
    display: inline-block;
    position: relative;
}
.head .brand{
    margin-left: 38px;
}
.head .active{
    color: #23529B;
    border-bottom:3px solid #23529B;
    height: 80px;
}
/* 底部 */
.footer{
    height:90px;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
}
.footer .us{
    width: 1132px;
    min-width: 1132px;
    margin: 0 auto;
    display: flex;
    justify-content : space-between;
    align-items : center;
    height: 90px;
}
.footer .us .about{
    display: flex;
    justify-content : space-between;
    align-items : center;
    position: relative;
}
.footer .us p{
    font-weight: 400;
    line-height: 1.5;
}
.footer .us .wechat,.footer .us .weibo{
    width: 48px;
    height: 48px;
    /* margin-right: 25px; */
}
.footer .us .wechat{
    margin-left: 25px;
}
.footer .tips{
    background: url(/statics/web/image/addBg.png) no-repeat;
    background-size: contain;
    width: 97px;
    height: 109px;
    position: absolute;
    display: none;
    cursor: pointer;
    z-index: 999;
}
.footer .tips img{
    width: 85px;
    height: 85px;
    margin: 6px;
}
.footer .about .addWechat{
    bottom: 45px;
    right: 60px;
}
.footer .about .addWeibo{
    bottom: 45px;
    right: -5px;
}
.footer .weibo:hover +.addWeibo{
    display: block;
}
.footer .wechat:hover +.addWechat{
    display: block;
}
/* 中部 */
.content{
    /* background: #999; */
}
.content .bgFt {
    width: 1132px;
    min-width: 1132px;
    margin: 0 auto;
}
.content .bgFt p{
    font-size:30px;
    color: #fff;
    opacity:0.5;
    line-height:40px;
    font-weight:normal;
    position: absolute;
    top: 35px;
    left: 855px;
}
.banner_1{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background: rgb(15,67, 125);
    /* background: url(/statics/web/picture/banner1.jpg) no-repeat center;background-size: cover; */
}
.banner_2{
    width: 100%;
    height: 100%; 
    margin: 0 auto;
    text-align: center;
    background: rgb(56,103, 175);
    /* background: url(/statics/web/picture/banner2.jpg) no-repeat center;background-size: cover; */
}
.swiper-container .swiper-wrapper>a{
    display: block;
    height: 100%;
    width: 100%;
}
/* banner 小点点 */
.banner{
    min-width: 1132px;
    height: 450px;
    background: #999;
    z-index: 1;
}
.my-bullet{
    width:12px;
    height:12px;
    border:1px solid rgba(255,255,255,1);
    border-radius:50%;
}
.my-bullet-active{
    width:12px;
    height:12px;
    background:rgba(255,255,255,1);
    border-radius:50%;
}
.swiper-button-next,.swiper-button-prev{
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width:calc(var(--swiper-navigation-size)/ 44 * 44) !important;
    opacity: 0.4;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    opacity: 1;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 26px !important;
}
.swiper-pagination-bullet{
    background: none !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 10px !important;
}
.swiper-pagination-bullet-active{
    background: #fff !important;
}
.swiper-button-prev{
    left: 2px !important;
}
.swiper-button-next{
    right: 2px !important;
}
.swiper-wt{
    min-width: 1132px;
    width: 1132px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    z-index: 100;
}
/* 新闻 */
.newsModule{
    display: table;
    width: 1132px;
    min-width: 1132px;
    margin: 50px auto;
}
.newsModule .title{
    width:100px;
    height:40px;
    background:#23529B;
    font-size:18px;
    font-weight:bold;
    line-height: 40px;
    text-align: center;
    color: #fFF;
}
.newsModule .name>a{
    font-weight:bold;
    color:#23529B;
    font-size: 18px;
    margin: 25px 0 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsModule .news{
    width: 400px;
    border-left: 1px solid #ccc;
    padding-left: 30px;
}
.newsModule .project .detail{
    color: #666;
    font-size: 14px;
    line-height:24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsModule .news .detail{
    color:rgba(102,102,102,1);
    line-height:20px;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsModule .info{
    display: table;
}
.newsModule>div,.newsModule .info>div{
    display: table-cell;
    vertical-align: top;
}
.newsModule .project .images{
    width: 360px;
    height: 190px;
    padding: 0 30px;
}
.newsModule .project .images img{
    margin-top:25px;
}
.posL0 img{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* 共用距离 */
.mb3{
    margin-bottom: 30px !important;
}
.mb4{
    margin-bottom: 40px !important;
}
.mt4{
    margin-top: 40px !important;
}
.mt3{
    margin-top: 30px !important;
}
.mb2{
    margin-bottom: 20px !important;
}
.mb1_5{
    margin-bottom: 15px !important;
}
.mr9{
    margin-right: 90px !important;
}
.mr3{
    margin-right: 30px !important;
}
.mt2{
    margin-top: 20px !important;
}
.bd0{
    border: 0 !important;
}
.posR{
    position: relative;
}
.posL0{
    left: 0 !important;
    right: unset !important;
}