﻿/*头部样式*/
header{

}
.yjjb_k{
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding:5px;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.n_banner{
    width: 100%;
    margin:0 auto;
    position: relative;
    z-index: 90;
    background: #00599b;
    color:#fff;
    text-align: center;
}
.banner_text{
    padding:5em 0;
}
.n_banner h1{
    font-size: 48px;
}
.n_banner p{
    font-size: 18px;
}
.n_banner img{
    width: 100%;
}
.lan{
    position: absolute;
    z-index: 99;
    top:20px;
    right:10%;
    font-size: 15px;
    color: #2ea3f2;
}
.lan a{
    display: inline-block;
    margin:0px 5px;
}
.nav{
    display: flex;
    align-items:center;
    text-align: center;
    width: 100%;
    margin:0 auto;
    background: #00599b;
    justify-content: center;
}
.nav li{
    /*background: rgba(4, 81, 132, 1);*/
    /*width: 10%;*/
    line-height: 50px;
    height:50px;
    position: relative;

    max-width: 100%;
}
.nav li.on{
    background: rgba(43, 108, 163, 1);
}
.nav li:hover{
    background: rgba(43, 108, 163, 1);
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #fff;
/*    width: 100%;*/
    padding:0 30px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:50px;
    left:0px;
    z-index: 999;
    background: #00599b;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 12px;
    color: #fff;
    line-height: 1.6em;
    padding: 5px;
}
.nav li .b_nav a:hover{
    background: #41b4e8;
}


.menu-button{
    display: none;
    position: relative;
    top: 0px;
    right: 0px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #0d0294;
    z-index: 99;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #0d0294;
    
    position: absolute;
    top:138px;
    z-index: 999;
    width: 100%;
}
.mobileNav li {

}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
    display: block;
    text-indent: 10%;
    line-height: 2em;
}
.mobileNav li .b_nav a{
    text-indent: 15%;
    font-size: 0.875rem;
}

.common_title{
    /*font-size: 36px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:50px 0 0 0;
    /*font-family: "Spinnaker,sans-serif";*/
}
.common_title span{
    display: block;
    float: left;
    font:bold 36px/1.4em Spinnaker,sans-serif;
    color: #00325b;
    margin-top: 20px;
    margin-right: 50px
}
.common_title a{
    display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
}
.common_title a.common_title_a{
/*    float: right;*/
    margin-top: 0;
    margin-right: 0;
}
.common_title a img{
    max-width: 220px;
}

.home_title{
    padding: 50px 0 0 0;
    display:flex;
}
.home_title h1{
    font-size: 50px;
    color: #8b0000;
    line-height: 1em;  

}
.home_title h1 span{
    font-size: 86px;
  
}
.home_title h1 p{
    font-size: 30px;
    color: #00325b;      
}
.home_title .home_code{
    width: 15%;
    /*margin-left: 20px;*/
}
.home_title .home_code img{
    width: 100%!important;
    height: 100%!important;
}

.main{
    display: flex;
    padding:30px 0;
    flex-wrap: wrap;
}

.main_l{
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 2em;
}
.main_r{
    width: 100%;
}
.home_logo{
    animation-delay:0.2s;
    margin:0 0 1em 0;
}
.home_img1{
    animation-delay:0.4s;
    margin:0 0 1em 0;
}
.home_img1 img{
    width: 100%;
}
.home_img2{
        display: none;
}
.home_img2 img{
    width: 100%;
    animation-delay:0.6s;
    margin:0 0 1em 0;

}


.ueditor_baidumap{
     width: 100%;
    height: 350px;
    border:none;   
}
.ueditor_baidumap #dituContent{
    width: 100%;
    height: 350px;
    border:none;
}

.foot{
    text-align: center;
    padding:1em 0;
    display: none;
}

footer{
    display: none;
}

.zszz_content{
    display: flex;
    flex-wrap: wrap;
}
.zszz_l{
    width: 49%;
    margin-right: 1%
}
.zszz_l{
    width: 49%;
    margin-left: 1%
}

.news_detail img{
    width: 100%;
}
.news_detail video{
    width: 65%;
    margin:0 auto;
    display: block;
}
@media(max-width:1259px){
    .news_detail video{
        width: 80%;
    }  
}
@media(max-width: 1199px){
    .n_banner{
        width: 100%;
    }
    .nav{
        width: 100%;
    }
    .container{
        width: 98%;
        margin:0 auto;
    }
    .banner_text h1{
        font-size:36px;
    }
    .home_title h1{
        font-size:36px;
    }
    .home_title .home_code img{
        width:100%!important;
        height:100%!important;
    }
    .common_title a{
        width: 30%;
        min-height: 50px;
        float: left;
    }
    .common_title a.common_title_a{
        float: left;
    }
}
@media(max-width: 768px){
    .lan{
        top:0;
        right:3%;
    }
    .common_title{
        padding:0;
    }
    .nav{
        display: none;
    }
    .menu-button{
        display: block;
        
    }
    .main{
        flex-wrap: wrap;
    }
    .main_l{
        width: 100%;
    } 
    .main_r{
        width: 100%;
    }  
    .mobileNav{
        top:355px;
    }
    .banner_text h1{
        font-size:30px;
    }
    .common_title a {
        width: 40%;
    }
    .common_title a.common_title_a{
        width: 10%;
    }
    .news_detail video{
        width: 90%;
    }  
}
@media(max-width: 640px){
    .lan{
        top:0;
        right:0%;
        font-size:14px;
    }
    .home_title{
        flex-wrap:wrap;
    }
    .home_title h1{
        font-size: 36px;
    }
    .home_title h1 span{
        font-size: 48px;
    }
    .home_title .home_code{
        margin:1em 0 0 0;
        text-align: center;
        width: 100%;
    }
    .home_logo{
        margin:1em 0;
    }
    .home_logo img{
        width: 100%;
    }
    .mobileNav{
        top:425px;
    }
    .banner_text h1{
        font-size:24px;
    }
    .news_detail p video{
        display: block;
        margin:0 auto;
        max-width: 100%;
    }
    .common_title span{
        width: 100%;
    }
    .common_title a {
        width: 48%;
        margin-right: 2%;
    }
    .common_title a.common_title_a{
        width: 50%;
        margin-right: 0;
    }
    .common_title a img{
        max-width: 100%;
    }
    .home_title {
        padding: 30px 0 0 0;
    }
    .news_detail video{
        width: 96%;
    }  
}




/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.right{
    padding:30px 0;
}
.right table{
    width: 100%;
    overflow: hidden;
    /*text-align: center;*/
}
.right .content table tr td{
    /*text-align: center;*/
}
.right .content img{
/*    width: 100%!important;*/
    max-width: 100%;
}
.about_p1_list{
    display: flex;
    flex-wrap: wrap;
}
.about_p1_list p{
    width: 50%;
}
@media(max-width:768px){
    .right .content img{
/*        width:100%!important;*/
/*        height:100%!important;*/
    }   
    .about_p1_list p{
        width: 100%;
    } 
}

.zzss{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.zz1{
    width: 32%;
}
.zz2{
    width: 32%;
    margin:0 2%;
}
.zz3{
    width: 32%;
}
.zzss_img{
    display: flex;
    flex-wrap: wrap;    
}
.zzss_img p{
    width: 48%;
    margin:1%;
}
.zzss_img p img{
    max-width: 100%;
}
.lyzx{
    
}
.lyzx li{
    margin:2em 0;
}
.lyzx li a.img{
    float: left;
    width: 30%;
}
.lyzx li a.img img{
    width: 100%;
}
.lyzx li .text{
    float: right;
    width: 67%;
    padding:3% 0 0 0;
}
.lyzx li .text h3{
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
}
.lyzx li .text p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.lyzx li:nth-child(2n) a.img{
    float: right;
}
.lyzx li:nth-child(2n) .text{
    float: left;
}
.ly_img{
    display: flex;
     flex-wrap:wrap;
}
.ly_img li{
    width: 23%;
    margin:1%;
}
.ly_img li img{
    width: 100%;
}



.jtzs{
    
}
.jtzsl{
    width: 60%;
    float: left;
/*    white-space:nowrap; */
}
.jtzsr{
    width: 35%;
    float: right;
}
.jtzsr img{
    width: 100%;
}


@media(max-width:640px){
    .lyzx li a.img{
        width:100%;
        float:none;
    }
    .lyzx li .text{
        width:100%;
        float:none;        
    }
    .zz1 {
        width:100%;
    } 
    .zz2 {
        width:100%;
    } 
    .zz3 {
        width:100%;
    } 
    .jtzsl{
        width: 100%;
        float: none;
    }
    .jtzsr{
        width: 100%;
        float: none;
    }
    .ly_img li{
        width: 48%;
        margin:1%;
    }
}


/*news*/
.news_list{

}
.news_list li{
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;

}
.news_list li .text{
    position: relative;
    width: 57%;
    padding: 20px 4% 0 4%;
    background-color: rgba(238, 240, 247, 1);
}
.news_list li .text:before{
    content: '';
    background: #004499;
    height: 45px;
    width: 3px;
    display: block;
    position: absolute;
    top: 28px;
    transition: all .45s;
    left: 0;
}

.news_list li:hover .text:before{
    top:0;
    height: 100%;
}
.news_list li:hover .text:after{
    top:0;
    height: 100%;
}
.news_list li .text a{
    color: #222222;
    font-size: 18px;
    display: block;
    font-weight: bold;
}
.news_list li:hover .text a{
    color: #004499;
}
.news_list li .text span{
    display: block;
    font-size: 14px;
    color: #999;
    margin:15px 0;
}
.news_list li .text p{
    color: #333;
    font-size: 14px;
}
.news_list li a.img{
    display: block;
    width: 100%;
    overflow: hidden;

    width: 35%;
    position: relative;
}
.news_list li a.img img{
    width: 100%;
    transition: all 0.6s ease-out;  
}
.news_list li a.img:hover img{
    transform:scale(1.1);
    transition: all 0.6s;  
}
.news_list li a.img:hover .img_bg{
    display: block;
}

.news_list li .text a:hover{
    color:#004499;
}

@media(max-width: 1199px){
    .news_list{
        margin-top: 1em;
    }
    .news_list li .text span{
        margin:0px 0;
    }
}
@media(max-width: 768px){
    .news_list li{
        flex-direction: row-reverse;
    }
    .news_list li .text{
        min-height: 0px;
        padding-bottom: 15px;
        float: none;
        width: 92%;
    }
    .news_list li a.img{
        width: 100%;
        float: none;
    }
}
@media(max-width: 640px){
    .news_list li .text{

    }    
}

/*message*/
.mess_left{
    width: 70%;
    float: left;
    margin-bottom: 2em;
}
#message_main h2{
    text-align: center;
    font-size: 24px;
    color:#000;
}
.message{
    z-index:100;
    position:relative;
    box-sizing:border-box;
    padding-bottom: 2em;
    border-bottom:1px solid #dedede;
}

.message li{
    float: left;
    width: 45%;
    margin:1% 5% 1% 0%;
}
.message li:nth-child(3n){
    /*margin: 1% 0;*/
}
.message li.mess_li5{
    width: 95%;
    margin:1% 0 1% 0;
}
.message li input{
    vertical-align:middle;
    width: 100%;
    line-height: 30px;
}
.message li select{
    width: 100%;
    line-height: 30px;
    text-align: center;
    height: 30px;
}
.message li textarea{
    vertical-align:middle;
    width: 100%;
    line-height: 30px;
    height: 90px;
}
.message .xing{
    color:#333;
    display: block;
    
}
.message .xing b{
    color: #ff0000;
    font-weight: normal;
}

/*.message #name{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}*/
/*.message #ptitle{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}*/
/*.message #contact{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}*/
/*.message #email{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}*/
/*.message #address{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}*/
/*.message #content{display:block;width:460px;height:120px;padding:6px;font-size:12px;border:1px solid #dedede;margin-top:6px;}*/
.message .msgbtn{background:#0d0294;cursor:pointer;width:90px;height:30px;line-height:30px;text-align:center;border:none;color:#fff;font-size:14px;
border-radius:3px;margin-top:15px;font-family:"Microsoft YaHei";-moz-border-radius:3px;-webkit-border-radius:3px;}
#code{padding-top:10px;line-height:26px;}
#checkcode{height:32px;line-height:32px;width:120px;border:1px solid #dedede;}
#message_main tr{position:relative;}
#message_main tr th{font-weight:normal;text-align:right;height:42px;line-height:42px;color:#666;}
.m_label{position:absolute;width:100%;text-align:left;line-height:26px;padding-left:8px;color:#ccc;z-index:1;cursor:text;}
.c_label{line-height:18px;padding-top:12px;}


.mess_btn{
    text-align: center;
}

.mess_bottom{
    width:100%;
    margin-top:20px;
}
.mess_bottom h2{
    font-size: 24px;
    text-align: center;
    padding:1em 0 0 0;
}
.mess_bottom a{
    font-size:24px;
    color:#333;
    display:block;
    text-decoration:underline;
    text-align:center;
    margin:2em 0;
    width: 100%;
}
.ms_bg{
    text-align: center;
    width: 80%;
    margin:0 auto;
}   
.ms_bg h3{
    font-size: 18px;
    color: #fff;
    font-weight: ;
    width: 100%;
    background: #1776b5;
}
.ms_bg p{
    width: 50%;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background: #1776b5;
    margin:1px 0px 0 0;
}
.ms_bg p:nth-child(3){
    background: #bad9e9;
    color: #333;
}
.ms_bg p:nth-child(5){
    background: #bad9e9;
    color: #333;
}
.ms_bg p:nth-child(7){
    background: #bad9e9;
    color: #333;
}
.ms_bg p:nth-child(9){
    background: #bad9e9;
    color: #333;
}
.ms_bg1 p:last-child,.ms_bg2 p:last-child,.ms_bg3 p:last-child{
    width: 100%;
    line-height: 1.5;
    padding: 5px;
    box-sizing: border-box;
}
.mess_right{
    width: 20%;
    /*background: #1776b5;*/
    padding:20px 1%;
    float: right;
    border: 1px solid #ccc;

}
.mess_right p span{
/*    color: #fff!important;    */
}
/*.mess_right p{*/
/*    font-size: 14px;*/
/*    line-height: 2em;*/
/*    color: #000;*/
/*}*/
/*.mess_right p strong{*/
/*    font-size: 18px;*/
    
/*}*/
.gzbm{
    text-align: center;
    margin:30px auto 0;
}
.gzbm a{
    display: inline-block;
/*    width: 160px;*/
/*    line-height: 42px;
    height: 42px;*/
    font-size:16px;
    color: #333;
    text-align:center;
/*    background:#1776b5;*/
/*    border-radius: 7px;*/

}
.gzbm h2{
    display: block;
    font-size: 24px;
    color: #000;
    width: 100%;
}
.gzbm a:hover{
    text-decoration: underline;
    color: #1776b5;
}
.message2{
    padding:30px 0;
    margin-bottom:20px;
}
.message2 h2{
    text-align: center;
    font-size: 24px;
    color: #000;    
}

@media(max-width:768px){
    .mess_left{
        width:100%;
        float:none;
    }
    .mess_right{
        width:94%;
        float:none;
    }
    .mess_bottom a{
        width:100%;
    }
    .ms_bg{
        width:100%;
    }
}

@media(max-width: 640px){
    .message #name{
        width: 100%;
    }
    .message #ptitle{
        width: 100%;
    }
    .message #contact{
        width: 100%;
    }
    .message #email{
        width: 100%;
    }
    .message #address{
        width: 100%;
    }
    .message #content{
        width: 100%;
    } 
    .message li{
        width: 98%;
        margin: 1%;
    }
    .message li.mess_li5 {
        width: 98%;
        margin: 1%;
    }    
}



h1.title{
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #222;
}
.title_bar{
    font-size: 14px;
    text-align: center;
    color: #666;
    font-weight: normal;
    padding-bottom: 15px;
}
h3.tag{
    font-size: 14px;
    color: #666;
    line-height: 2em;
    font-weight: normal;
    padding-top: 30px;
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:4em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #2b70bb;
    vertical-align: middle;
    border: 1px solid #2b70bb; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.registration_list{
    display: flex;
    flex-wrap: wrap;
}
.registration_list li{
    width: 30%;
    margin-right: 5%;
    margin-bottom:20px;
    text-align: center;
}
.registration_list li:nth-child(3n){
    margin-right: 0;
}
.registration_list li p{
    font-size:16px;
    color: #333;
    padding-top:5px;
}
@media(max-width:1024px){
    .registration_list li{
        width: 32%;
        margin-right: 2%;
    }
}
@media(max-width:640px){
    .registration_list li{
        width: 100%;
        margin-right: 0%;
        margin-bottom:15px;
    }
}


.index_logos{
    padding-top:70px;
    width: 100%;
}
.index_logos dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.index_logos dl:last-child{
    margin-bottom: 0;
}
.index_logos dl dt{
    font-size: 30px;
    color: #333;
    line-height: 1;
    /* text-align: center; */
    /* width: 100%; */
    width: 245px;
    padding: 15px;
    box-sizing: border-box;
    background:#00325b;
    color: #fff;
    height: 120px;
    display: flex;
    align-items: center;
}
.index_logos dl dd{
 /*   width: 70%;  */  
/* margin-top:30px;*/
    width: calc(100% - 245px);
    padding-left: 30px;
    box-sizing: border-box;
}
.index_logos dl dd img{
    max-width: 100%;
}
.index_logos .swiper-wrapper{
    display: flex;
    align-items: center;
    text-align: center;
}
.index_logos .swiper-wrapper a{
    display: block;
    text-align: center;
}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .index_logos{
        padding-top:55px;
    }
    .index_logos dl{
        margin-bottom:30px;
    }
}
@media(max-width: 640px){
    .index_logos{
        padding-top:35px;
    }
    .index_logos dl{
        margin-bottom:20px;
    }   
    .index_logos dl dt{
        width: 100%;
        display: none;
    }
    .index_logos dl dd{
        width: 100%;
/*        margin-top:30px;*/
        padding-left: 0;
    } 
}