*{
    margin: 0;
    padding: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  color:inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
ul,li,ol,button{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	width: 100%;
    background-color: #FFFFFF;
}
.h1{
    font-size: 24px;
    font-weight: bold;
    color: #282938;
   
}
.h2{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
 }
.h3{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    
}
.h4{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
   
}
.h5{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    
}
.balck_f20{
    font-weight: 400;
    color: #282938;
    font-size:20px;   
}
.balck_bf20{
    font-weight: bold;
    color: #282938;
    font-size:20px;   
}
.balck_bf18{
   color: #282938;
   font-size:18px;
   font-weight: bold;
}
.balck_f16{
	font-weight: 400;
   color: #282938;
   font-size:16px;
}
.clear{
    clear: both;
}
.white_f16{
 font-size: 16px;
 color: #fff;
}
.white_f14{
    font-size: 14px;
    color: #fff;
}
.top-m20{
 margin-top: 20px;
}
.top-p60{
   padding-top: 60px;
   }
.glue_bold_f18{
    font-size: 18px;
    color:#2D77FD;
    font-weight: bold;
}
/*二级导航*/

.white_topdiv{
    height:150px;
    width: 100%;
    margin: auto;
    position: fixed;
    background: #fff;
    box-shadow: 0px 2px 18px 0px #d9d8d8;
    z-index: 999;
    top: 0;
}
.white_indextopdiv{
    height:100px;
    width: 100%;
    margin: auto;
    position: fixed;
    background: #fff;
    box-shadow: 0px 2px 18px 0px #d9d8d8;
    z-index: 999;
    top: 0; 
}
.white_index_box{
    width: 80%;
    margin: auto;
}
.ejy_nav_box{
    width: 100%;
}
.ejy_nav {
    width: 85%;
    margin: auto;
}

.logo {
    width: 20%;
    float: left;
    margin-top: 30px;
}

.ejy_nav_right {
    width: 78%;
    float: right;
    margin-top: 30px;
}

.ejy_nav_right>ul {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ejy_nav_right>ul>li {
    width: 12%;
    text-align: center;
   
}

.ejy_nav_right>ul>li>a>.txt {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    padding-bottom: 8px;
}

.ejy_nav_right>ul>li>a.active>.txt {
    color: #005DFF;
    font-weight: bold;
}

.ejy_nav_right>ul>li>a>.blue_line {
   
    width: 44px;
    margin: auto;
    border-bottom: 2px solid #2D77FD;
    text-align: center;
    
  }

.ejy_nav_right>ul>li>a:hover>.txt {
    color: #005DFF;
    font-weight: bold;
}
.sec_nav_box{
    width: 100%;
    position: fixed;
    top:80px;
    z-index: 999;
}
.sec_nav {
    width: 35%;
    margin-left: 420px;
    text-align: left;
    padding-top: 15px;
    position: relative;
}

.sec_nav>ul>li {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
}

.sec_nav>ul>li>.small_txt {
    font-size: 14px;
    color: #666;
}

.sec_nav>ul>li.active>.small_txt {
    color: #005DFF;
}

.sec_nav>ul>li>.small_blue_line {

    width: 40%;
    margin: auto;
    border-bottom: 2px solid #2D77FD;
    text-align: center;
    margin-top: 6px;
}
.top_bg {
    width: 100%;
    height: 200px;
    background: url(../img/ejy_topbg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    position: relative;
}
.gywm_top_bg {
    width: 100%;
    height: 200px;
    background: url(../img/gywm_top.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    position: relative;
}
.top_bg>.title ,.gywm_top_bg>.title{
    position: absolute;
    right: 20%;
}
/*底部信息*/
.foot{
    height: 400px;
    background: #2A323B;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    }
  .foot_main,.foot_middle_main{
      width: 90%;
      margin: auto;
  }
  .foot_middle_main{
    display: flex;
    justify-content: space-between;
    }
  .foot_top{
      display: flex;
      align-items: center;
      height:90px;
      width: 100%;
      border-bottom: 1px solid #5C636B;
  }
  .foot_top_left{
    width: 40%;
    float: left;
  }
  .foot_f16{
   font-size: 16px;
   color:#FFFFFF;
   
  }
  .foot_f20{
      font-size: 20px;
      color:#FFFFFF;
      padding-top: 8px;
     }
  .foot_f14{
      font-size: 14px;
      color:#FFFFFF;
     padding-top: 8px;
  }
  .foot_top_right{
   float: right;
  }
  .foot_middle{
      display: flex;
      align-items: center;
      height:200px;
      width: 100%;
      border-bottom: 1px solid #5C636B;
  }
  .foot_middle_item1{
    flex:3;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
  }
  .foot_middle_item1>.list{
      width: 12%;
  }
  .foot_middle_item1>.list >.title,.foot_middle_item2>.title,.foot_middle_item1>.list >.title,.foot_middle_item3>.title{
      font-size: 14px;
      color:#fff;
      font-weight: bold;
      text-align:left;
  }
  .foot_middle_item1>.list>ul >li,.foot_middle_item2>.con>.list>p,.foot_middle_item3>.con>.list>p{
      font-size: 12px;
      color:#fff;
      line-height: 28px;
  }
  .foot_middle_item1>.list>ul >li>a{
      color:#B1CFFF;
  }
  
  .foot_middle_item2{
   width: 25%;
   display: flex;
   align-items: center;
   justify-content: center;
  }
  
  .foot_middle_item3{
    width: 2px;
    height:160px;
    border-left: 1px solid #5C636B;
    margin-right:30px;
    
  }
  .foot_middle_item1>.list>ul >li:nth-child(1){
    padding-top: 10px;
  }
  .foot_middle_item2>.con,.foot_middle_item3>.con{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .foot_middle_item2>.con>.list,.foot_middle_item3>.con>.list{
    flex: 1;
    text-align: center;
   }
   .foot_middle_item2>.con>.list>p,.foot_middle_item3>.con>.list>p{
    text-align: center;
    line-height: 24px;
   }
   .foot_bottom>.list1{
     width: 100%;
     display: flex;
     justify-content: space-between;
     justify-items: center;
     height:40px;
   }
   .foot_bottom>.list1>.box1{
    width: 50%;
  }
   .foot_bottom>.list1>.box1>.title,.foot_bottom>.list1>.box2>.title{
    font-size: 14px;
     width: 16%;
     float: left;
     font-weight: bold;
   }
   .foot_bottom>.list1>.box1>.txt{
    width: 26%;
    float: left;
    color: #B1CFFF;
    position: relative;
    cursor: pointer;
   }
   .show_ewm{
    position:absolute;
    left: 0px;
    top:-60px;
   

   }
   .foot_bottom>.list1>.box2>.txt{
    width: 28%;
    float: left;
    color: #B1CFFF;
    position: relative;
    cursor: pointer;
   }
   .foot_bottom>.list1>.box1>.txt>img,.foot_bottom>.list1>.box2>.txt>img{
     float: left;
     margin-top: 23px;
   }
   .foot_bottom>.list1>.box1>.txt>span,.foot_bottom>.list1>.box2>.txt>span{
     float: left;
   }
   .foot_bottom>.list1>.box2{
    width: 50%;
    
   }
   .foot_bottom{
    width: 90%;
    margin: auto;
    line-height: 60px;
    font-size: 12px;
    color: #fff;
    text-align: center;
   }
 .ty_blueline {
    margin: 10px auto;
    width: 100px;
    border-bottom: 3px solid #2D77FD;
}
.blue_color{
    color:#2D77FD;
}
.show_bbzmd{
    position: absolute;
    top: -200px;
    right: 0px;
    width: 220px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #CCCCCC;
}
.bttom_jt{
    position: absolute;
    bottom: 3px;
    left: 100px;
    width: 20px;
    height:20px;
}
.show_bbzmd>ul{
    width: 90%;
    margin: auto;
    padding-top: 8px;
}
.show_bbzmd>ul>li{
  font-size: 14px;
  color: #666;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  border-bottom: 1px solid #DEDEDE;
}
.show_bbzmd>ul>li>a>.left_img{
    float: left;
    margin-top: 2px;
}
.show_bbzmd>ul>li>a>span{
    float: left;
    margin-left: 10px;
}
.show_bbzmd>ul>li>a>.right_img{
    float: right;
}
.show_bbzmd>ul>li:last-child{
    border-bottom: none;
}
.sec_title {
    text-align: center;
    width: 70%;
    margin: auto;
}
.mobile_foot_bottom,.mobile_nav_jt,.mobile_nav_btn,.mobile_sec_nav{
    display: none;
}
/*放大图片效果*/
.bigpic {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    text-align: center;
    justify-items: center;
    flex-direction: column;
}
#innerdiv{
    width:60%;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    padding: 10px;
}
@media screen and (min-width:401px) and (max-width:550px){
    .ejy_nav{
        width: 90%;
    }
    .ejy_nav>.logo{
        width: 30%;
    }
    .ejy_nav>.logo>img{
      width: 100%;
    }
.foot_bottom,.ejy_nav_right,.sec_nav{display: none;}
 .h1{
    font-size: 1.2em;
 }
 .foot_top_left{
    width: 100%;
    float: none;
 }
 .foot_main{
    padding-top: 30px;
 }
 .foot_top{
    display: block;
    height:auto;
    border-bottom: none;
 }
 .foot_top_right{
    float: none;
    padding-top: 20px;
 }
 .foot_middle{
    display: none;
 }
 .mobile_foot_bottom{
    width: 90%;
    margin-left: 5%;
    display: block;
 }
 .mobile_foot_bottom>.title{
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    padding-top: 30px;
    text-align: left;
    
 }
 .mobile_foot_bottom>.con_list{
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-align: left;
 }
 .mobile_foot_bottom>.con_list>.box{
    flex: 1;
 }
 .foot{
    height:auto;
 }
 .bottom_txt
 {
    width: 100%;
    border-top: 1px solid #5C636B ;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding:30px 0px;
    margin-top: 20px;
 }
 .mobile_nav_btn{
    position: absolute;
    right: 4%;
    z-index: 999;
    top:30px;
    display: block;
  }
 .mobile_nav_main_blackbg {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 200vh;
    position: absolute;
    z-index: 1;
    top: 0px;
    left:0px;
}
.mobile_nav_jt {
    position: absolute;
    right: 12px;
    top: 55px;
    display: block;
}
.mobile_nav_main {
    
    position: absolute;
    right: 10px;
    top: 65px;
    z-index: 999;
    width: 180px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}
.mobile_nav_main >ul >li{
    line-height: 35px;
  }
  .mobile_nav_main >ul >li>a{
    font-size: 14px;
    color: #282938;
  }
  .white_topdiv,.white_topdiv{
    display: none !important;
  }
 .top_bg>.title,.gywm_top_bg>.title{
    right: 15%;
 }
 .top_bg,.gywm_top_bg{
    background-size: 100%;
    height: 70px;
    margin-top: 10px;
 }
 .mobile_sec_nav{
    display: block;
    background: #fff;
    width: 100%;
}
.mobile_sec_nav>ul{
    width: 94%;
    height:60px;
    margin: auto;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.mobile_sec_nav>ul>li{
    width: 26%;
}
.mobile_sec_nav>ul>li>.small_txt{
    font-size: 1em;
    color: #666;
    padding-bottom: 6px;
}
.mobile_sec_nav>ul>li>.small_blue_line{
width: 100%;
margin: auto;
border-bottom: 2px solid #2D77FD;
text-align: center;

}
.mobile_sec_nav>ul>li.active>.small_txt{
    color:#2D77FD;
}
#innerdiv{
    width:100%;
    background: #fff;
    position: absolute;
    padding: 10px;
    margin: 0px;
    left: 0;
   
}
}
@media screen and (max-width:400px){ 
.ejy_nav{
    width: 90%;
}
.ejy_nav>.logo{
    width: 30%;
}
.ejy_nav>.logo>img{
  width: 100%;
}
.foot_bottom,.ejy_nav_right,.sec_nav{display: none;}
 .h1{
    font-size: 1.2em;
 }
 .foot_top_left{
    width: 100%;
    float: none;
 }
 .foot_main{
    padding-top: 30px;
 }
 .foot_top{
    display: block;
    height:auto;
    border-bottom: none;
 }
 .foot_top_right{
    float: none;
    padding-top: 20px;
 }
 .foot_middle{
    display: none;
 }
 .mobile_foot_bottom{
    width: 90%;
    margin-left: 5%;
    display: block;
 }
 .mobile_foot_bottom>.title{
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    padding-top: 30px;
    text-align: left;
  
 }
 .mobile_foot_bottom>.con_list{
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-align: left;
 }
 .mobile_foot_bottom>.con_list>.box{
    flex: 1;
 }
 .foot{
    height:auto;
 }
 .bottom_txt
 {
    width: 100%;
    border-top: 1px solid #5C636B ;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding:30px 0px;
    margin-top: 20px;
 }
 .mobile_nav_btn{
    position: absolute;
    right: 4%;
    z-index: 999;
    top:30px;
    display: block;
  }
 .mobile_nav_main_blackbg {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 200vh;
    position: absolute;
    z-index: 1;
    top: 0px;
    left:0px;
}
.mobile_nav_jt {
    position: absolute;
    right: 10px;
    top: 55px;
    display: block;
}
.mobile_nav_main {
    
    position: absolute;
    right: 5px;
    top: 65px;
    z-index: 999;
    width: 180px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}
.mobile_nav_main >ul >li{
    line-height: 35px;
  }
  .mobile_nav_main >ul >li>a{
    font-size: 14px;
    color: #282938;
  }
  .white_topdiv,.white_topdiv{
    display: none !important;
  }
  .top_bg>.title,.gywm_top_bg>.title{
    right: 15%;
    top:15px;
 }
 .top_bg,.gywm_top_bg{
    background-size: 100%;
    height: 60px;
    margin-top: 10px;
 }
 .mobile_sec_nav{
    display: block;
    background: #fff;
    width: 100%;
}
.mobile_sec_nav>ul{
    width: 94%;
    height:60px;
    margin: auto;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.mobile_sec_nav>ul>li{
    width: 26%;
}
.mobile_sec_nav>ul>li>.small_txt{
    font-size: 1em;
    color: #666;
    padding-bottom: 6px;
}
.mobile_sec_nav>ul>li>.small_blue_line{
width: 100%;
margin: auto;
border-bottom: 2px solid #2D77FD;
text-align: center;

}
.mobile_sec_nav>ul>li.active>.small_txt{
    color:#2D77FD;
}
#innerdiv{
    width:100%;
    background: #fff;
    position: absolute;
    padding: 10px;
    margin: 0px;
    left: 0;
   
}
}

