.web_common_nav,
.web_common_list{
    display: none;
}
.common_nav .top{
    height: 205px;
    width: 100%;
    background: url("../images/nav_bg.png") no-repeat center;
    background-size: 100% 100%;
}

.common_nav .top .content_gy{
    position: relative;
    height: 205px;
}
.common_nav .pic{
    width: 100%;
    text-align: right;
    padding-top: 75px;
 }
.common_nav .search{
    position: absolute;
    right: 0;
    width: 240px;
    height: 25px;
    background: #fff;
    bottom: 10px;
 }
.common_nav .search .box{
    display: flex;
}
.common_nav .search input{
    background: none;
    outline: none;
    border: none;
    color: #6e8391;
    font-size: 14px;
    text-indent: 15px;
    flex: 1;
    width:200px;
}
.common_nav .search button,.common_nav .search input.submit{
    width: 25px;
    background: url("../images/search_icon.png") no-repeat center;
    height: 25px;  
    outline: none;
    border: none;
    margin-right: 10px;
}
 .common_nav .link .list{
    display: flex;
 }
 .common_nav .link .list .item{
    flex: 1;
    position: relative;
 }
 .common_nav .link .list .item::before{
    display: block;
    content: '';
    background: #fff;
    height: 10px;
    top: 10px;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: 0.3s;
 }
 .common_nav .link .list .item.active::before,
 .common_nav .link .list .item:hover::before{
    background: #208ad1;
 }
 .common_nav .link .list .item:last-child a{
    border-right: none;
 }
 .common_nav .link .list .item>a{
    display: block;
    text-align: center;
    color: #010101;
    font-size: 18px;
    line-height: 50px;
    border-right: 1px solid #e6e6e6;
    padding-bottom: 10px;
 }
 .common_nav .link .list .item ul{
    position: absolute;
    z-index: 9;
    left: 0;
    top: 70px;
    box-shadow: 0 0 3px #ccc;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    display: none;
 }
 .common_nav .link .list .item:hover ul{
    display: block;
 }
 .common_nav .link .list .item ul li a{
    font-size: 14px;
    padding: 0 25px;
    text-align: left;
    display: block;
    line-height: 35px;
 }
 .main_box{
    background: #efefef;
    padding-top: 15px;
 }
 .main_box .content_gy{
     display: flex;
     justify-content: space-between;
 }
 .main_box .content_gy::after{
     display: none;
 }
 .main_box .content_gy .main_left{
     width: 755px;
 }
 .main_box .content_gy .main_right{
     width: 358px;
 }
 .main_box .content_gy .main_left .swiper{
     width: 755px;
 }
 
 .main_box .content_gy .main_left .swiper img{
    width: 100%;
}
 .main_box .content_gy .main_left .swiper .swiper-container-horizontal  .swiper-pagination-bullet{
     width: 45px;
     height: 5px;
     opacity: 1;
     background: #fff;
     border-radius: 0;
     margin: 0 20px;
 }
 .main_box .content_gy .main_left .swiper .swiper-container-horizontal  .swiper-pagination-bullet-active{
     background: #74c7ff;
 }
 .common_list{
     background: #fff;
     min-height: 386px;
 }
 .common_list .title{
     height: 50px;
     position: relative;
     background: #208ad1;
     padding: 0 30px;
     line-height: 50px;
     font-size: 22px;
     color: #fff;
 }
 .common_list .title::before{
     position: absolute;
     left: 14px;
     top: 50%;
     margin-top: -13px;
     height: 26px;
     width: 8px;
     background: #fff;
     content: '';
 }
 .common_list .list{}
 .common_list .list a{
     display: block;
     padding: 16px 30px;
     border-top: 1px dashed #e5e5e5;
     line-height: 15px;
 }
 .common_list .list a:first-child{
     border-top: none;
 }
 .main_box1{
     padding-top: 30px;
     padding-bottom: 30px;
 }
 .main_box1 .main_left{
     display: flex;
     justify-content: space-between;
 }
 .main_box1 .main_left .common_list{
     width: 360px;
     background: #fff;
     min-height: 340px;
 }
 
 .main_box1 .common_list .list a{
     padding: 12px 30px;
 }
 .main_box1 .pic_list a{
     margin-bottom: 14px;
     display: block;
 }
 .main_box1 .pic_list a:last-child{
     margin-bottom: 0;
 }
 .link_box{
     background: #efefef;
     padding-bottom: 85px;
 }
 .link_box .content_gy{
     background: #fff;
 }
 
 .link_box .content_gy{
     padding: 0 15px;
 }
 .link_box .title{
     height: 50px;
     position: relative;
     background: #fff;
     padding: 0 20px;
     line-height: 50px;
     font-size: 22px;
     color: #1a4e7d;
     border-bottom: 1px dashed #1a4e7d;
 }
 .link_box .title::before{
     position: absolute;
     left: 0;
     top: 50%;
     margin-top: -13px;
     height: 26px;
     width: 8px;
     background: #208ad1;
     content: '';
 }
 .link_box .list {
     padding: 25px 0;
 }
 .link_box .list a{
     display: inline-block;
     padding-left: 20px;
     position: relative;
     margin-right: 80px;
     font-size: 20px;
     color: #1a4e7d;
 }
 .link_box .list a::before{
     position: absolute;
     left: 0;
     border: 1px solid #1a4e7d;
     width: 10px;
     height: 10px;
     content: '';
     top: 50%;
     margin-top: -6px;
 }
 .common_footer{
     background: #208ad1;
     padding: 35px 0 50px;
 }
 .common_footer .content_gy{
     display: flex;
     justify-content: space-between;
 }
 .common_footer .content_gy .info {
     flex: 1;
 }
 .common_footer .content_gy .info p{
     font-size: 14px;
     color: #fff;
     margin-bottom: 18px;
 }
 .common_footer .ewm{
     display: flex;
     width: 230px;
     justify-content: space-between;
 }




 .pro_mian_box{
    padding-top: 15px;
    background: #efefef;
    padding-bottom: 60px;
}
.pro_mian_box .content_gy{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.pro_mian_box .content_gy::after{
    display: none;
}
.pro_mian_box .menu_list{
    background: #e5e5e5;
    width: 225px;    
    min-height: 335px;
}
.pro_mian_box .menu_list .title{
    background: #208ad1;
    position: relative;
    color: #fff;
    width: 100%;
    height: 70px;
    padding-left: 45px;
    font-size: 28px;
    line-height: 70px;
}
.pro_mian_box .menu_list .title::before{
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 50px;
    top: 10px;
    left: 15px;
    background: #fff;
}
.pro_mian_box .menu_list ul{
    padding: 0 0 0 30px;
    margin-top: 10px;
}
.pro_mian_box .menu_list ul li{
    background: #fff;
    position: relative;
}
.pro_mian_box .menu_list ul li {
    line-height: 45px;
    display: block;
    color: #1a4e7d;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}
.pro_mian_box .menu_list ul li::before{
    position: absolute;
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: url("../images/point_icon1.png") no-repeat;
    display: block;
    content: '';
    top: 50%;
    margin-top: -2px;
}
.pro_mian_box .content_box .title{
    font-size: 18px;
    color: #1a4e7d;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #1a4e7d;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.pro_mian_box .content_box .title .address{
    color: #5b84a9;
    font-size: 14px;
}
.pro_mian_box .content_box .title span{
    font-weight: bold;
}
.pro_mian_box .content_box{
    width: 900px;    
    background: #fff;
    padding: 35px;
}
.pro_mian_box .content_box .list {
    margin-bottom: 50px;
}
.pro_mian_box .content_box .list a{
    display: block;
    padding: 10px 30px;
    background: url("../images/point_icon2.png") no-repeat 10px center;
    border-bottom: 1px dashed #ccc;
}

.pro_mian_box .content_box .common_page{
    display: flex;
    justify-content: center;
}

.pro_mian_box .content_box .common_page input{
    width: 50px;
    margin: 0 5px;
}
.pro_mian_box .content_box .common_page a,
.pro_mian_box .content_box .common_page span{
    margin: 0 5px;
}
.pro_mian_box .content_box .common_page span{
    margin: 0 20px;
}


.content_details .content_title{
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 15px 0;
    line-height: 30px;
}
.content_details .info{
    text-align: center;
    color: #000;
    font-weight: bold;
    border-bottom: 1px dashed #b8d4e7;
    padding-bottom: 5px;
}
.content_details .info span{
    margin: 0 5px;
}
.content_details .text {
    margin-bottom: 70px;
}
.content_details .text p{
    margin-top: 35px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 30px;
}
.content_details .link a{
    display: block;
    font-size: 16px;
    color: #01426d;
    width: 100%;
    margin-bottom: 10px;
}