/*css reset--------------------*/
html{color:#333;background:#FFF; font-size: 14px;}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{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
a{text-decoration:none;  }

/*clearfix---------------*/
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.clearfix{*zoom:1;}

/*box-sizing-------------*/
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}

/*font--------------*/
@font-face {
  font-family: "DingTalk";
  src:
    url("../font/DingTalk\ JinBuTi.ttf") format("trueType")
}
body{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;}
input{
    color: #666;
    padding: 0 10px;
    
}

input::-webkit-input-placeholder{
	color:#aaa;
}

a{
    color: #333;
}

/*清除 iPhone Safari 按钮默认样式*/
input[type="submit"],input[type="reset"],input[type="button"],button,select,textarea {-webkit-appearance: none;}

body{
    min-width: 1300px;
    min-height: 100vh;
 /* background: #f0f7fd; */
    display: flex;
    flex-direction: column;
    justify-content: space-start;
    position: relative;
}

.wrapper{
    width: 1200px;
    margin:  0 auto;
}
.wrapper_outer{
    width: 1240px;
    margin: 0 auto;
    padding: 10px;
}

.flex,.flex_between,.flex_start,.flex_end,.flex_center{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}
.flex_start{justify-content: flex-start;}
.flex_end{justify-content: flex-end;}
.flex_center{justify-content: center;}

.mobile_only{
    display: none;
}
.header .pc_only{
    display: flex;
}
.pc_only{
    display: block;
}
.icon{
    background: url(../img/icon.png);
    background-size: 500px;
    display: block;
}

.hover_scale{
    transition: all .5s;
 
}
.hover_scale:hover{
    transform: scale(1.1);
}
.btn{

}

.icon_btn{
    display: block;
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.icon_btn .badge{
    height: 16px;
    min-width: 16px;
    color: #fff;
    border-radius: 8px;
    background:#ff0000;
    position: absolute;
    right: -10px;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    top: -5px;
}

/* 主色：
rgba(62, 142, 47, 1)
#3e8ef7 */
.dot{
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.header{
 
    line-height: 50px;
    display: flex;

   
   
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        position: relative;
         background-size: cover;
        color: #fff;
 
        width: 100%;
}
.header .logo_container{
    
    padding: 20px 0;
    line-height: 0;
}
.site_title{
    font-size: 28px;
    padding-left: 15px;
    margin-left: 15px;
    border-left: solid #fff 1px;
    line-height: 40px;
}
.nav_container{
    height: 50px;
    border-top: solid #fff 1px;
        /* background-color: rgba(22, 47, 147, .8); */
        /* width: 100vw; */
      z-index: 8;
}
.nav a{
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding:0 0 5px 0;
    margin-right: 26px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 15px center;
}
.navlist li ul a{
    margin: 0 13px;
}
.nav a.current{
    font-weight: bold;
    border-bottom: solid #f07017 3px;
}
 .nav_wrapper{
    height: 50px;
 }
.nav a img{
    padding-top: 14px;
}

.header .search_title{
    display: none;
}
.navlist{
    transition: all .5s;
    display: flex;
    
    align-items: center;
  
    
}

.navlist a{
 
}
.navlist a:hover{
    color: #f07017;
}

.navlist li:hover ul{
    height: initial;
}

 
.navlist li ul{
    position: absolute;
    background:  rgba(22, 47, 147, .8);
    transition: all .5s;
    height: 0;
    top: 115px;
    overflow: hidden;
}
 
.navlist li ul a{
    height: auto;
    line-height: 46px;
}
.navlist ul li{
    transition: all .5s;
}
.navlist ul li:hover{
    background:#f07017;
}
.navlist ul li a:hover{
    color: #fff;
    font-weight: bold;
}



.footer{
    background:#323249;
 
    font-size: 14px;
    color: #bbbbbb;
    padding: 25px 0;
    margin-top: 40px;
    text-align: left;
}
.footer p{
    padding:4px 0
}
.footer .wrapper,.footer_right{
    align-items: flex-end !important;
}
.footer a{
    color:#bbbbbb;
    padding-left: 10px;
}
.footer_right{
    text-align: right;
}
.footer .bottom_logo{
    margin-bottom: 10px;
}
.footer .qr{
    margin-left: 20px;
    text-align: left;
}
.footer .qr img{
    margin-top: 10px;
}

.show_search{
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.show_search img{
    margin-right: 10px;
}
.header_search{
    display: flex;
    align-items: center;
}
.header_search input#keywords{
    /* display: none; */
    height: 36px;
    border-radius: 6px;
    border: solid #ddd 1px;
    width: 400px;
    outline: none;
    transition: all 1s;
    width: 0;
    padding: 0;
    border-width:0;
    opacity: 0;
}
.header_search input#keywords.show{
    border: solid #ddd 1px;
    width: 400px;
    padding: 0 10px;
    opacity: 1;
}
.header_search input.searchBt{
    border: solid #ddd 1px;
    width: 60px;
    padding: 0 10px;
    opacity: 1;
    height: 36px;
}
.header_search .cancle{
    color: #fff;
    padding-left: 10px;
    display: none;
    
}

.top{
 
  background-image: -moz-linear-gradient( 0deg, rgb(53,0,126) 0%, rgb(159,39,138) 36%, rgb(37,133,211) 74%, rgb(137,195,43) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(53,0,126) 0%, rgb(159,39,138) 36%, rgb(37,133,211) 74%, rgb(137,195,43) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(53,0,126) 0%, rgb(159,39,138) 36%, rgb(37,133,211) 74%, rgb(137,195,43) 100%);
 
  height: 72px;
 
}
.top_bg{
    background: url(../img/top_bg.png) no-repeat right bottom;
    width: 100%;
    height: 72px;
}
.top .wrapper{
    height: 72px;
}
.top_bg .left span{
    color: #fff;
    font-size: 22px;
    border-left: solid #fff 1px;
    padding-left: 20px;
    margin-left: 20px;
    font-weight: lighter;
    height: 32px;
    line-height: 32px;
}

.top .btn{
    height: 42px;
    margin-top: 0;
    display: flex;
    align-items: center;
    background-color: #0030ce;
    color: #fff;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 10px;
    margin-left: 20px;
}

.top .btn_light{
    border: solid #fff 1px;
    background: none;
}
.panel{

}
.panel_title{
    padding: 10px 0;
    background: url(../img/panel_line.png) no-repeat left bottom;
    background-size: auto 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.panel_title>div{
    display: flex;
    align-items: center;
}
.panel_title span{
    font-size: 22px;
    font-weight: bold;
    padding-right: 10px;
   
}
.panel_title em{
    font-size: 24px;
    color: #ccc;
    font-family: 'DIN Condensed';
    padding-left: 15px;
     background: url(../img/xg.png) no-repeat left center;
    background-size: auto 22px;
    text-transform: uppercase;
    padding-top: 5px;
}
.panel_title a{
    font-size: 16px;
    color: #666;
    padding-right: 15px;
    background: url(../img/more.png) no-repeat right center;
    background-size: 10px;
}

.hover_transition{
 transition:  all .5s;   
}
.hover_transition:hover{
    transform: scale(1.03);
}
.hover_zoom{
transition:  all .5s; 
background-position: center;
cursor: pointer;
}
.hover_zoom:hover {
    background-size: 105% !important;
}


@media only screen and (max-width : 750px){
 
    body{
        min-width: initial;
    }
    .top_logo{
        /* width: 40%; */
        /* height: auto; */
    }
    .panel_title span{
        font-size:16px;
    }
    .panel_title em{
        font-size:14px;
    }
    .top{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9;
    }
    .wrapper{
        width: 100%;
    }
    .header .mobile_only{
        display: flex;
    }
    .mobile_only{
        display: block;
       
    }
    .pc_only,.header .pc_only{
        display: none;
    }
 
    .header .pc_only{
        height: 100vh;
 
        width: 0;
        display: block;
        /* position: absolute !important; */
        position: fixed;
        z-index: 888;
        background: rgba(0, 48, 206, .9);
        right: 0;
        top: 0;
        padding: 0;
        transition: all .5s;
        overflow: hidden;

    }
    .header .header_right_show{
        width: 80%;
        padding: 5px;
        text-align: left;
        overflow-y: scroll;
        overflow-x: hidden;
        border: none;
    }
    .header .wrapper{
        flex-direction: column;
    }
    
    .nav{
        flex-direction: column;
        width: 100%;
        margin: 0;
        /* margin-top: 10px; */
    }
    .nav a{
        width: 100%;
        padding-left: 20px !important;
        height: 44px;
        line-height: 44px;
        padding: 0;
        margin: 0;
    }
    .nav a.current{
        border-left: solid #e9aa45 4px;
        border-bottom: none;
    }
    .nav_wrapper{
        width: 100%;
        text-align: left;
    }
    .nav input{
        width:100%;
        margin: 0 15px;
        margin-left: 0;
        border-radius: 6px;
        background-color: #fff;
        height: 26px;
        border: none;
        margin-bottom: 20px;
    }

    .navlist{
        flex-direction: column;
    }
    .navlist li{
        width: 100%;
        border-bottom: solid #ffffff54 1px;
    }
    .mobile_nav_title,.header .pc_only span.mobile_only{
        text-align: left;
        width: 100%;
        padding-left: 0;
    }
    .header .pc_only .logo{
        display: none;
    }
    .header .pc_only span.mobile_only{
        padding-left: 0;
    }

    .header .pc_only .top_right{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding:0 15px;
    }

    .header .pc_only .top_right a.icon_btn{
        margin: 0;
        border-top: solid #fff 1px;
        width: 100%;
        color: #fff;
    } 
    .wrapper{
        width:100%;
        padding: 0 15px;
       
    }
  
    .header .wrapper{
        position: relative;
    }
   
    .menu{
        height: 20px;
        width: 20px;
        background: url(../img/menu.png) no-repeat center top;
        background-size: 20px;
       position: fixed;
        right: 15px;
        top: 30px;
        transition: all .5;
        z-index: 999;
    }
    .menu_close{
        background-position: center -35px;
    }
/* 
    .header{
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 0;
        z-index: 999;
        background-image: none;
        background: rgba(62, 142, 247, .9);
    }  
      .header{
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 999;
        background-image: none;
        background: rgba(14, 100, 181, .9);
        margin-top: 0;
        padding: 15px;
        padding-top: 25px;
    } */
    .header .logo{
        width: 140px;
    }
    .header .site_title{
        padding:0;
        padding-top:10px;
        margin:0;
        border:none;
        font-size: 15px;
        line-height: 15px;
    }
    .header .site_name{
        display: flex;
        flex-direction: column;
    }
    .banner{
        /* height: 160px; */
        height: auto;
        position: relative;
        
    }
  
    .mobile_nav_title{
        padding-top: 13px;
    }
    .department a span{
        color: red;
    }
    .navlist li ul{
        position: relative;
        background:  rgba(22, 47, 147, .8);
        transition: all .5s;
        height: 0;
        top: 0;
        overflow: hidden;
    }
    .nav_container{
        position: absolute;
        top: 0;
        height: 100vh;
        overflow-y: scroll;
    }
    .top_bg .left span{
        padding-left: 0;
    }
    .mobile_nav_login .btn{
        background: none !important;
        border: none;
        color: #fff;
        margin-right: 20px;
    }
    .footer .wrapper{
        flex-direction: column;
    }
    .top .left .pc_only{
        display: none;
    }
}
