.english{
    font-family: Arial!important;
}
.content{
    width: 1200px;
    margin: 0 auto;
}

/* 公用头pc */
.head_floor1{
    padding: 0 100px;
    box-sizing: border-box;
	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;      
  	display: -webkit-flex;     
  	display: flex;             
	-webkit-justify-content: space-between;
   	-moz-justify-content: space-between;
  	-ms-justify-content: space-between;
  	-o-justify-content: space-between;
  	justify-content: space-between;
  	-webkit-align-items: center;
  	-moz-align-items: center;
  	-ms-align-items: center;
  	-o-align-items: center;
    align-items: center;	
    height: 110px;
    background: #ffffff;
}
.head_floor1_left{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.head_floor1_left a{
    padding-right: 15px;
    box-sizing: border-box;
}
.head_floor1_left a img{
    height: 62px;
}
.head_floor1_left p{
    font-size: 16px;
    color: #a3a3a3;
    line-height: 24px;
    border-left: 1px solid #e5e5e5;	
    padding: 7px 15px;
    box-sizing: border-box;
}
.head_floor1_right{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.head_floor1_right li{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-left: 50px;
}
.telephone{
    color: #5797f5;
    font-size: 30px;
}
.telephone img{
    width: 42px;
    height: 42px;
    margin-right: 15px;
}
.language{
    color: #676767;
    font-size: 16px;
}
.language img{
    width: 18px;
    height: 18px;
    margin-right: 15px;
}
.wechat{
    color: #676767;
    font-size: 13px;
    line-height: 18px;
}
.wechat img{
    font-size: 58px;
    height: 58px;
    margin-right: 20px;
}


.head_floor2{
    background: #6ca5f9;
}
.head_floor2 .nav{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;    
    margin: 0 auto;
}
.nav_item{
    height: 56px;
    width: 200px;
    transition: all ease .5s;
    position: relative;
}
.nav_item ul{
    /* display: none; */
    position: absolute;
    left:0;
    top: 56px;
    width: 100%;
    background: #fff;
    transition: all ease .5s;
    height: 0;
    overflow: hidden;
    -moz-box-shadow:0px 3px 14px #F1F1F1; 
    -webkit-box-shadow:0px 3px 14px #F1F1F1; 
    box-shadow:0px 3px 14px #F1F1F1;
    z-index: 40;
}

.nav_item a{
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    text-align: center;
    transition: all ease .5s;
}
.nav_item>a{
    font-weight: bold;
}
.nav_item ul a{
    color: #333;
    font-size: 16px;
    line-height: 40px;
    transition: all ease .5s;
}
.nav_item:hover>a{
    background: #5797f5;
}
.nav_item ul li:hover a{
    color: #fff;
    background: #5797f5;
}
.head_floor1_right .language{
    position: relative;
    height: 110px;
}
.language_into{
    position: absolute;
    right: 0;
    top:110px;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;    
    z-index: 40;    
    height: 0;
    overflow: hidden;
    transition: all ease .5s;
    box-sizing: border-box;
    background: #fff;
}
.language_into a{
    font-size: 14px;
    color: #333;
    line-height: 40px;
    transition: all ease .5s;
    word-break: keep-all;
}
.language_into a:nth-of-type(1){
    padding:  0 10px 0 15px;
}
.language_into a:nth-of-type(2){
    padding:  0 15px 0 10px;
}
.language_into a:hover{
    color: #5797f5;
}
.language_into .active{
    color: #5797f5;
}
.language_into_active{
    height: 40px;
}
/* 公用头pc-end */


/* 公用底部 */
.foot1{
    background: #5797f5;
}
.foot1_left{
    background: #ffffff;
    width: 275px;
    padding: 0 25px;
    box-sizing: border-box;
}
.foot1_logo{
    padding: 30px 0 25px 0;
    box-sizing: border-box;
}
.foot1_left p{
    font-size: 14px;
    line-height: 24px;
    color: #676767;
    margin-bottom: 20px;
}
.foot1_left .share{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    /* -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;	
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5; 
}
.foot1_left .share span{
    font-size: 14px;
    color: #676767;
    margin-right: 8px;
}
.foot1_left .share ul{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    /* -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.foot1_left .share ul li{
    margin-left: 12px;
}
.foot1_left .share ul li:nth-of-type(1){
    margin-left: 0;
}
.foot1_left .share ul li a{
    width: 24px;
    height: 24px;
    background: #a6a6a6;
    border-radius:50%; 
    display: block;
    box-sizing: border-box;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    -webkit-justify-content: center;
     -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.foot1_left .share ul li a i{
    font-size: 13px;
    color: #fff;
}
.foot1_left .wechat_box{
    padding: 30px 0;
    box-sizing: border-box;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    -webkit-justify-content: center;
     -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.foot1_left .wechat_box img{
    margin-bottom: 6px;
}
.foot1_left .wechat_box span{
    display: block;
    font-size: 12px;
    text-align: center;
    color: #747474;
}
.foot1_left .wechat_box li:nth-of-type(1){
    margin-right: 20px;
}
.foot1_left{
    position: relative;
}
.foot1_left .toppos{
    position: absolute;
    top:-15px;
    left: -1px;
}
.foot1_left .share li a{
    transition: all ease .5s;
}
.foot1_left .share li:hover a{
    background: #5797f5;
    color: #fff;
}
.hover_wechat{
    position: relative;
}
.wechat_img{
    position: absolute;
    left: -18px;
    top: 30px;
    width: 60px;
    height: 60px;
    /* overflow: hidden;*/
    transition: all ease .5s; 
    /* display: none; */
}
.wechat_img img{
    width: 100%;
}
.foot1_content{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;   */
}
.foot1_right{
    /* width: 825px; */
    width: 900px;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;     */
    padding-top: 100px;
    box-sizing: border-box;
}
.web_map{
    width: 550px;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.web_map_item a{
    display: block;
    color: #fff;
}
.web_map_item_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 23px;
}
.web_map_item li a{
    font-size: 14px;
    
}
.web_map_item li{
    margin-bottom: 18px;
}
.web_map_item li:nth-last-of-type(1){
    margin-bottom: 0;
}
.serve{
    width: 180px;
}
.serve p{
    font-size: 16px;
    font-weight: bold;    
    margin-bottom: 15px;
    color: #fff;
}
.serve_phone span{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.serve_phone{
    margin-bottom: 40px;
}
.address span{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.foot2{
    background: #f9f9f9;
    padding: 15px 0;
    box-sizing: border-box;
}
.foot2_content{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;    
}
.foot2_content p{
    line-height: 20px;
    font-size: 12px;
    color: #898989;
}
.back_top span{
    font-size: 20px;
    color: #898989;
    transition: all ease .5s;
    cursor: pointer;
}
.back_top span:hover{
    color: #5797f5;
}
/* 公用底部-end */

/* 内页公用banner */
.page_banner{
    width: 100%;
    height: 420px;
}
.page_banner .content{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;   
    /* -webkit-justify-content: center;
    -moz-justify-content: center;
   -ms-justify-content: center;
   -o-justify-content: center;
   justify-content: center; */
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -o-align-items: center;
   align-items: center;    
   height: 100%;
}
.page_banner_text h3{
    font-size: 32px;
    margin-bottom: 15px;
    color: #fff;
    font-style: italic;
    letter-spacing:3px;
    font-weight: bold;
}
.page_banner_text h4{
    font-size: 28px;
    color: #fff;
    line-height: 36px;
}
/* 内页公用banner-end */

/* 面包屑 */
.crumbs{
    background: #f3f3f3;
}
.crumbs .content{
    height: 75px;
}
.crumbs .content div{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;   
    /* -webkit-justify-content: center;
    -moz-justify-content: center;
   -ms-justify-content: center;
   -o-justify-content: center;
   justify-content: center; */
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   -o-align-items: center;
   align-items: center;   
   height: 100%;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   -o-flex-wrap: wrap;
   flex-wrap: wrap;
}
.crumbs .content div a{
    color: #000;
    font-size: 15px;
}
.crumbs .content div img{
    width: 6px;
    height: 11px;
    margin: 0 10px;
}
/* 面包屑-end */

.page_content{
    background: #f3f3f3;
}
.page_content .content{
    background: #fff;
}

.foot1_left_left{
    display: none;
}

.mobileHeader{
    display: none;
}
.app-nav{
    display: none;
}


.wechat_img {
    position: absolute;
    left: 30px;
    top: -18px;
    width: 60px;
    height: 60px;
    /* overflow: hidden; */
    transition: all ease .5s;
    /* display: none; */
}

.web_map{
    width: 60%!important;
    align-items: flex-start;
}
.web_map .web_map_item{
    padding: 0 8%;
    border-right: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
}
.web_map .web_map_item:nth-last-of-type(1){
    border: none;
}
.web_map_item_title{
    white-space:nowrap;
}
.web_map_item li a{
    white-space:nowrap;
}

.content_nav_ul li a .english{
    display: none;
}
.content_nav_ul li a h6{
    margin-bottom: 0!important;
}


.content_nav_ul>li>a h6{
    /* color: rgba(3, 72, 149, 1)!important; */
    color: #5797f5!important;
}

.content_nav_ul .li_active>a{
    /* background: rgba(3, 72, 149, 1)!important; */
    background: #5797f5!important;
}
.content_nav_ul .li_active>a h6{
    color: #fff!important;
}
.content_nav_ul>li:hover>a{
    /* background: rgba(3, 72, 149, 1)!important; */
    background: #5797f5!important;
}
.content_nav_ul>li:hover>a h6{
    color: #fff!important;
}
.content_nav_ul>li>a{
    height: 57px!important;
}
.content_nav_child li .active{
    /* color: rgba(3, 72, 149, 1)!important; */
    /* color: #5797f5!important; */
    background: #5797f5!important;;
    color: #fff!important;
}
.content_nav_child ul li a:hover{
    /* color: rgba(3, 72, 149, 1)!important; */
    color: #5797f5!important;
}

.page ul li .active{
    color: #fff!important;
    background: #5797f5!important;
}


/* 添加滚动条平滑滚动（针对描点） */
html{
    scroll-behavior:smooth;
}