/*----通用初始化----*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #fff;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::-moz-selection{background:#333;color:#fff;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
/*字号*/
.font24{font-weight:600; font-size: 24px;color: #fff;line-height: 2em;}
.font18{font-size: 18px;color: #fff;text-align: center;}
.font16{font-weight:normal;font-size: 16px;color: #999;line-height: 2em;}
.font-blue{color: #1f88f3; font-size: 17px; font-weight: bold;}
/*编辑器*/
.text{text-align:justify;font-size: 16px; color: #fff;line-height: 2.2em;word-wrap: break-word;word-break: normal; padding: 10px;}
.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.text *{max-width: 100%;}
.text p{padding: 10px;}
.flrt{float: right !important;}
@media screen and (max-width: 768px){
    .font24{font-size: 18px;}
    .font18{font-size: 16px; line-height: 26px;}
    .font16{font-size: 14px;}
    .text{font-size: 14px;}
}
html{overflow-x: hidden;}
/*********************************/

/**本页面公共部分**/
body{background: #000023;}
.wrapper{
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 3%;
}

/**导航栏目录相关**/
.header{
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #ebebeb;
    line-height: 40px;
    padding: 20px 0;
    position: relative;
}
.header {
    line-height: 40px;
}
.header .logo{
    float: left;
    height: 40px;
}
.header .logo img{
    height: 100%;
}

a {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.nav{
    float: right;
}
.nav li{
    float: left;
    margin-left: 25px;
}
.nav li a{
    font-size: 14px;
    color: #333333;
    display: block;
}
.nav li a:hover{
    color: #2860c6;
}

@media only screen and (max-width: 1200px) {
    .header{
        padding: 10px 0;
    }
    .menu_btn{
        float: right;
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
    }
    .menu_btn:before,
    .menu_btn:after{
        content: "";
        position: absolute;
        right: 0;
        width: 26px;
        height: 2px;
        background: #333;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .menu_btn:before{
        top: 13px;
    }
    .menu_btn:after{
        bottom: 13px;
    }
    .menu_btn.on:before{
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
    }
    .menu_btn.on:after{
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
    }

    .header .nav{
        position: absolute;
        right: 0;
        top: 110%;
        width: 260px;
        background: rgba(0,0,0,0.8);
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }
    .header .nav.on{
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
    .header .nav li{
        width: 100%;
        float: none;
    }
    .header .nav li>a{
        color: #fff;
        font-size: 16px;
        height: 36px !important;
        line-height: 36px !important;
    }

}
/**尾部***/
.footer{
    background: #011159;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 2em;
    padding: 3%;
}


.banner{
    width: 100%;
}
.centerBox{
    background: url(../images/bg2.jpg) repeat-y center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.index_one{
    position: relative;
    top: -120px;
    margin-bottom: -120px;
}
.index_one .text{
    text-indent: 2em;
    color: #fff;
    background: #011159;
    padding: 2%;
    text-align: justify;
    border: 2px solid #0ac8ea;
    position: relative;
    z-index: 2
}
.index_one:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 2px solid #0ac8ea;
    border-left: 2px solid #0ac8ea;
    top: -20px;
    left: -20px;
}
.index_one:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #0ac8ea;
    bottom: -20px;
    right: -20px;
}
.pubtit{
    margin: 5% auto;
    display: block;
    height: 213px;
}
@media only screen and (max-width: 1500px){
    .pubtit{
        height: 150px;
    }
    .wrapper{
        max-width: 1280px;
    }
}
@media only screen and (max-width: 1200px){
    .pubtit{
        height: 120px;
    }
    .index_one:after{
        bottom: -5px;
        right: -5px;
    }
    .index_one:before{
        top: -5px;
        left: -5px;
    }
    .index_one{
        top: -20px;
        margin-bottom: -20px;
    }
}
@media only screen and (max-width: 768px){
    .pubtit{
        height: 60px;
    }
}
.index_two{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.index_two .left{
    width: 46%
}
.index_two .right{
    width: 51%
}
.index_two .img{
    border:1px solid #0ac8ea;
    position: relative;
}
.index_two .img img{
    display: block;
    width: 100%
}
.index_two .img .word{
    position: absolute;
    width: 100%;
    height: 55px;
    padding: 0 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #09b7db;
    font-size:22px;
    bottom: 0;
    left: 0;
}
.index_two .img .word p{
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.2);
    text-align: center;
}
.index_two .left .text{
    color: #fff;
    text-indent: 2em;
    padding: 10px 0 0;
}
.index_two .right li{
    position: relative;
    padding-left: 50px;
    border:1px solid #09b7db;
    padding-right: 10px;
    background: #011158;
}
.index_two .right li i{
    position: absolute;
    width: 40px;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #09b7db;
    background-image: url(../images/i1.png);
    background-repeat: no-repeat;
    background-position: center;
}
.index_two .right a{
    display: block;
    position: relative;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: #011158;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
@media only screen and (max-width: 1500px){
   .index_two .img .word{
        font-size: 18px;
   }
}
@media only screen and (max-width: 1200px){
    .index_two .img .word{
        font-size: 16px;
   }
   .index_two{
        flex-wrap: wrap;
   }
   .index_two>div{
       width: 100% !important;
       margin-bottom: 15px;
   }
}
@media only screen and (max-width: 768px){
    .index_two .right li{
        padding-left: 40px;
    }
    .index_two .right li i{
        background-size: 15px auto;
        width: 30px;
    }
    .index_two .right li a{
        height: 50px;
        line-height: 50px;
    }
}
.index_three .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}
.index_three .box .imgr{
   margin-right: 3%
}
.index_three .box .imgl{
   margin-left: 3%
}
.index_three .box .word h2{
    font-weight: normal;
    font-size: 22px;
    line-height: 1em;
    text-align: left;
    color: #09b7db;
    margin: 20px 0;
}
.fl{float: left;}
.fr{float: right;}
.index_three .box .word h2 img{
    vertical-align: middle;
    margin-right: 10px;
}
.index_three  .newsList{
    padding: 3% 0;
}
.newsList ul{
    width: 48%;
}
.newsList li{
    margin-bottom: 10px;
    padding-left: 35px;
    background: url(../images/i3.png) no-repeat 10px center;
     border-bottom: 1px dashed #fff;
}
.newsList li a{
    display: block;
    line-height: 50px;
    width: 100%;
    height:50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
@media only screen and (max-width: 1500px){
   .index_three .box .word h2{
        font-size: 18px;
   }
}
@media only screen and (max-width: 768px){
    .newsList li{
        width: 100%;
    }
    .index_three .box .word h2{
        font-size: 16px;
        line-height: 1.5em;
        margin: 0 0 5px;
    }
    .index_three .box .word h2 img{
        width: 12px
    }
    .index_three .box{
        flex-wrap: wrap;
    }
    .index_three .box>img{
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    .newsList ul{
        width: 100%;
    }
    .newsList li a{
        height: 35px;
        line-height: 35px;
    }
}
.index_four{
    padding: 3% 0;
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}
.index_four .box1>div{
    width: 48%
}
.index_four .box1 .img{
    position: relative;
}
.index_four .box1 .img img{
    width: 100%;
}
.index_four .box1 .word{
    position: absolute;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    font-size: 22px;
    padding: 0 20px;
    background: rgba(9,184,220,.8)
}
.index_four .box1 .text{text-indent: 2em;}
.index_four .newsList li{
    border-bottom: 0;
    margin-bottom: 0;
}
.index_five .box{
    background: #011159;
    padding: 15px;
    margin-bottom: 0;
}
@media only screen and (max-width: 1500px){
   .index_four .box1 .word{
        font-size: 18px;
   }
}
@media only screen and (max-width: 768px){
   .index_four .box1 .word{
        font-size: 16px;
        height: 50px;
        padding-left: 0 10px;
   }
   .index_four .box1>div{
        width: 100%
   }
   .index_five .box{
        padding: 10px;
   }

}
.index_six{
    padding-bottom: 5%
}
.index_six ul {
    padding: 1.5%;
    background: #011159;
}
.index_six ul li{
    float: left;
    width: 25%;
    padding: 0 1%
}
.index_six ul li .img{
    position: relative;
    width: 100%;
    padding-top: 58%;
}
.index_six ul li .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.index_six .word{
    width: 100%;
    height: 60px;
    background: #09b8dc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    overflow: hidden;
}
@media only screen and (max-width: 768px){
   .index_six ul li{
        width: 50%;
   }
    .index_six .word{
        font-size: 14px;
        height: 50px;
    }
}