@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
:focus { outline:0;}
img { border:0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

/**布局开始**/
body { width:1920px; margin:0 auto;}
body,p { font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;}
a { color:#333; text-decoration:none;}
a:hover { color:#cd0200;}
h2{color:#F00; text-align:center;margin:10px 0;}

.page{
    position: relative;
    width: 1920px;
    overflow: hidden;
}
/* header */
.header{
    height: 123px;
    background: #0c5aa4;
    display: flex;
    align-items: center;
}
.headerIcon{
    margin-left: 276px;
    width: 89px;
    height: 89px;
    background: url('./images/headerIcon.png') no-repeat;
    background-size: 100% 100%;
}
.headerTitle{
    margin-left: 28px;
}
.chiTitle{
    position: relative;
}
.header .mainTitle{
    font-size: 35px;
    font-weight: 800;
    color:#fff;
}
.header .subTitle{
    position: absolute;
    font-size: 28px;
    font-weight: 400;
    color:#fff;
    right: -77px;
    top: 9px;
}
.engTitle{
    margin-top: 15px;
    font-size: 18px;
    color:#fff;
    letter-spacing: 1px;
}
.headerInput{
    position: relative;
    margin-left:403px;
}
.headerInput input:nth-of-type(1){
    height: 36px;
    width: 235px;
    padding-left: 20px;
    border-radius: 18px;
    border: 0px;
    font-size: 14px;
    color: #676767;
}
.headerInput input:nth-of-type(2){
    cursor: pointer;
    position: absolute;
    color: transparent;
    border-width:0px ;
    top: 3px;
    right: 3px;
    width: 32px;
    height: 32px;
    background: url('./images/search.png')no-repeat;
    background-size: 100% 100%;
}
.headerInputSearch:hover{
    opacity: 0.8;
}
/* 导航 */
.nav{
    background: #fff;
}
.nav ul{
    display: flex;


    justify-content: space-between;
    align-items: center;
    margin-left: 300px;
    margin-right: 300px;
}
.nav ul li{
    height: 100%;
    width: 100px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nav ul span{
    font-size: 18px;
    height: 72px;
    display: flex  !important;
    align-items: center;
    justify-content: center;
}
.nav ul li:nth-of-type(1) span{
    visibility: hidden;
}
/* 轮播图 */
.carousel {
    margin-top: 2px;
    display: flex;
    height: 567px;
    width: 1920px
}

/* 轮播图上面的 */
.allStrongContain{
    /* width: 300%; */
    display: flex;
    position: absolute;
    top: 616px;
}
.strongContain{
/* animation: slide 9s infinite; */
height: 239px;
width: 1920px
}
.strongBox{
width: 1131px;
height: 239px;
background: rgba(5,65,122,0.8);
display: flex;
justify-content: center;
margin-left: 333px;
flex-direction: column;
}
.strongMain{
margin-left: 66px;
font-size: 48px;
font-weight: 600;
color: #fff;
}
.strongSub{

color: #fff;
margin-top: 33px;
margin-left: 66px;
font-size: 31px;
}
/* aboutUs内容 */
.aboutUs{
    margin: auto;
    height: 600px;
    width: 1365px;
    position: relative;
    margin-top: 208px;

}
.aboutUs .titleBG{
    position: absolute;
    left: -7px;
    font-size: 69px;
    font-family: 'Times New Roman', Times, serif;
    color: rgba(12, 90, 164,0.3);

}
.aboutUs .title{
    padding-top: 43px;
    font-size: 34px;
    font-weight: 600;
}
.aboutUs .contain{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.aboutUs .leftContain{
    width: 666px;
}
.aboutUs .leftContain div{
    text-indent: 40px; 
    font-size: 20px;
    line-height: 35px;
    color: rgba(102,102,102,0.9);
    font-weight: 100;
    display:flex;
}
/* aboutUscard */
.aboutUsCard{
    margin: auto;
    margin-top: 35px;
    width: 1365px;

}
.aboutUsCard ul{
    display: flex;
    justify-content: space-between;
    
}
.aboutUsCard ul li{
width: 436px;
height: 128px;
background: #0c5aa4;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.aboutUsCard .mainTitle{
font-size: 26px;
color: #fff;
}
.aboutUsCard .subTitle{
font-size: 18px;
color: #fff;
margin-top: 12px;
}
.strAtegy{
    margin: auto;
    width: 1365px;
    margin-top: 60px;
    height: 860px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.speTitleBG{
position: absolute;
top: 0px;
font-size: 69px;
font-family: 'Times New Roman', Times, serif;
color: rgba(12, 90, 164,0.3);
}
.speTitle{
    margin-top: 41px;
    font-size: 41px;
    font-weight: 700;
}
.titleBoard{
    width: 39px;
    height: 6px;
    border-radius: 3px;
    margin-top: 14px;
    background: #0c5aa4;
}
.strAtegy .titledesc {
    margin-top: 43px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.strAtegy .titledesc div{
    font-size: 22px;
    line-height: 40px;
}
.strAtegy .contain{
    width: 100%;
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
}
.strAtegy .contain .right{
width: 388px;
}
.strAtegy .contain .right .mainTitle{
font-size: 22px;
font-weight: 600;
color: #0c5aa4;
}
.strAtegy .contain .right .subTitle{
margin-top: 11px;
margin-bottom: 40px;
font-size: 14px;
line-height: 16px;
color: #666;
}
.newsBg .news ul tbody{
    width: 1365px !important;
margin-top: 45px;
width: 100%;
display: flex;
justify-content: space-between;
}
.newsBg .news ul img{
width: 424px;
height: 321px;
}
.newsBg{
height: 850px;
background: #f2f7fb;
padding-top: 80px;
}
.newsBg .news{
margin: auto;
width: 1365px;
display: flex;

flex-direction: column;
align-items: center;
position: relative;
}

.newsBg .news ul li{
width: 422px;
height: 494px;
background: #fff;
position: relative;
}

.newsBg .news ul li .time{
width: 60px;
height: 60px;
border-width: 3px ;
border-color: #fff;
border-style:solid;
position: absolute;
top: 238px;
right: 26px;
display: flex;
flex-direction: column;
justify-content:center ;
align-items: center;
}
.newsBg .news ul li .time .day{
color: #fff;
font-size: 30px;
font-weight: 700;    
}
.newsBg .news ul li .time .mon{
color: #fff  !important;
font-size: 14px;
font-weight: 700;    
}
.newsBg .news ul li .title {
font-size: 20px;
line-height: 38px;
margin: auto;
width: 362px;
height: 64px;
margin-top: 18px;
font-weight: 700;    
}
.newsBg .news ul li .more {
float: right;
margin-top: 21px;
cursor: pointer;
margin-right: 30px;
font-size: 14px;
display: flex;
align-items: center;
}
.newsBg .news ul li .more:hover {
opacity: 0.8;
}
.newsBg .news ul li .more .icon {
margin-left: 12px;

width: 25px;
height: 25px;
background: url('./images/newsIcon.png') no-repeat;
background-size: 100% 100%;
}
.newsBg .news .seeMore{
margin-top: 70px;
width: 232px;
height: 54px;
background: #0c5aa4;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
color: #fff;
}
.newsBg .news .seeMore img{
margin-left: 17px;
}
.newsBg .news .seeMore:hover{
opacity: 0.8;
}
.leaders{
    margin: auto;
    width: 1365px;
    margin-bottom: 227px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 140px;
}
.leaders ul{
    margin-top: 59px;
    width: 1060px;
    display: flex;
    justify-content: space-between;
}
.leaders ul li {
    position: relative;
}
.leaders ul li .name{
    width: 180px;
    height: 76px;
    background:#f2f2fa;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer{
    height: 355px;
    background: #193e7d;

    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer .data{
    width: 1320px;
    height: 265px;
    border-bottom: 1px solid #fff;
    display: flex;
    position: relative;
}
.footer .data .link .contain{
   display: flex;
   margin-top: 32px;
}
.footer .data .link .title{
   font-size: 23px;
   color: #fff;
   font-weight: 600;
   margin-top: 60px;
}
.footer .data .link .contain li{
   font-size: 17px;
   line-height: 30px;
   color: rgba(255,255,255,0.8);
}
.footer .data .link .contain .left li{
    width: 181px;
  
}
.footer .data .link .contain .right li{
    width: 536px;
  
}
.footer .data .connect .title{
    font-size: 23px;
   color: #fff;
   font-weight: 600;
   margin-top: 60px;
}
.footer .data .connect ul{
    margin-top: 32px;
}
.footer .data .connect ul li{
    font-size: 17px;
   line-height: 30px;
   color: rgba(255,255,255,0.8);
}
.footer .data .twoCode{
    position: absolute;
    right: 0px;
    top: 86px;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.footer .data .twoCode .text{
    margin-top: 9px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}
.footer .footDes{
    font-size: 18px;
    color: #fff;
    margin-top: 42px;
}
.aboutUsNav ul{
    display: flex;
    height: 80px;
    background: #184977;
    justify-content: center;
    align-items: center;
}
.aboutUsNav ul li {
    width: 332px !important;
    height: 80px !important;
    border-bottom: 0px solid #fff !important;

}
.aboutUsNav ul li a{
    display: flex !important;
    width: 332px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255,255,255,0.8);

}
.aboutUsNav ul li .Article_Index{
    display: none !important;
}
.aboutUsNavActive{
    background: #2b6499;
    }
    /*  */
    .aboutUsContainNavActive{
        background: #67a5de !important;
        color: #fff !important;
    }
.aboutUsNav ul li:last-child a{
    border-right: 1px solid rgba(255,255,255,0.8);

}
.aboutUsNav ul li a {
    color: #fff;
    font-size: 20px;
}

.aboutUsNav ul li span{
margin-left: 0px !important;
}
.active {
      background-color: #2b6499; /* 点击后的背景颜色 */
    }
    .aboutUsContainBox{
        width: 1350px;
        margin: auto;
    }
    .aboutUsContainBox .path{
        font-size: 14px;
        display: flex;
        justify-content: end;
        margin-right: 9px;
        margin-top: 30px;
    }
    .aboutUsContainBox .path a{
        color: #333;
    }
    .aboutUsContainBox .aboutUsTitle{
        font-size: 32px;
        padding-left: 16px;
        border-left:8px solid #0c5aa4 ;
        margin-bottom: 37px;
    }
    .aboutUsContainBox .aboutUsContain p{
        line-height: 32px;
        color: #666666;
        margin-top: 18px;
    }
    .wp_editor_art_table td{
        border: 0px solid #fff !important;
        padding:0 0 !important;
    }
    .aboutUsContainBox .aboutUsContain h5{
        display: flex;
        align-items: center;
    }

    .titleLeftBg{
        margin-right: 14px;
        width: 20px;
        height: 20px;
        background: url('./images/titleLeftBg.png') no-repeat;
        background-size: 100% 100%;
    }
    .possplit{
        background-image: none;
        text-indent: 0;
    }
    .aboutUsContain{
        display: flex;
        justify-content: space-between;
    }
    .aboutUsContain .aboutUsContainNav{
        width: 285px;
    
    }
    .aboutUsContain .aboutUsContainNav ul li .Article_Index{
        display: none !important;
    }
    .aboutUsContain .aboutUsContainNav ul li a{
        display: flex !important;
        align-items: center;
        width: 215px;
        height: 70px;
        background: #e6eff8;
        margin-bottom: 3px;
        padding-left: 70px;
        font-size: 18px;
    }
    .aboutUsContain .aboutUsContainMain{
        width: 1000px;
    }
    .aboutUsContainBox .path{
        visibility: hidden;
    }
    .aboutUsTitle{
        visibility: hidden;
    }
    .dtjt8_div_img .number{
        display: none !important;
    }