.w1170{
    max-width:1170px;
    margin: 0 auto;
}
.header{
    height:80px;
}
.header .flex{
    -webkit-align-items: center;
    align-items: center;
    height:100%;
}
.nav li{
    float:left;
    margin-right: 20px;
}
.nav li a{
    display: block;
    width: 100px;
    line-height:50px;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li.active a{
    background:#0b67c5;
    color: #fff;
}
.nav li:hover a{
    background:#0b67c5;
    color: #fff;
}
.banner{
    width: 100%;
    height:520px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit:none;
}
.banner .swiper-container{
    height: 100%;
}
.ab_title{
    width:342px;
    height:131px;
    background:url(../images/bg1.png) no-repeat center center;
    background-size:cover;
    margin: 0 auto;
    text-align: center;
}
#map{
	width:100%;
	height:436px;
}
.ab_title h3{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height:108px;
}
.module_page1{
    padding-bottom: 85px;
}
.in_about figcaption{
    max-width:644px;
    position: relative;
}
.in_about figcaption h6{
    color: #0857b3;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.in_about figcaption .in_editor{
    font-size: 14px;
    color: #666;
    line-height:26px;
}
.in_about figcaption a.ab_more{
    position: absolute;
    display: block;
    width: 120px;
    line-height:40px;
    text-align: center;
    right:2px;
    bottom:-6px;
    z-index:9;
    color:#0857b3;
    font-size: 14px;
}
.in_about figure {
    max-width:500px;
}
.in_about figure li{
    float: left;
    width: 250px;
    height: 130px;
    text-align: center;
    background-color: rgb(8, 87, 179);
}
.in_about figure li a{
    display: block;
    line-height:131px;
    font-size: 18px;
    color: #fff;
    display: block;
}
.in_about figure li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in_about{
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
}
.module_page2{
    padding:40px 0 85px 0;
    background:#eee;
}
.index_title h3{
    text-align: center;
    font-size: 22px;
    color: #0857b3;
    font-weight: bold;
}
.index_title b{
    display: block;
    width: 52px;
    height: 3px;
    margin: 10px auto 0 auto;
    background:rgba(8,87,197);
}
.inpro_list li{
    padding:0 15px;
    margin-bottom: 50px;
}
.inpro_list li figure{
    width: 100%;
    height:197px;
    background:#fff;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 2px;
    text-align: center;
}
.inpro_list li figure img{
    height: 100%;
    object-fit: contain;
}
.inpro_list li figcaption{
    line-height:22px;
    font-size: 16px;
    color: #333;
}
.inpro_list{
    margin-top: 45px;
}
a.more2{
    width: 120px;
    height: 40px;
    display: block;
    line-height:40px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background-color: rgb(8, 87, 179);
    font-size: 16px;
    border-radius: 6px; 
    margin-top: 20px;
}
.innews_bo{
    margin-top:35px;
}
.innews_swiper{
    width: 460px;
    height:335px;
}
.innews_swiper .swiper-container{
    width: 100%;
    height: 100%;
}
.innews_swiper img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.innews_list{
    width: 696px;
    padding:0 15px;
}
.innews_list li{
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
    height: 35px;
    margin-top: 2px;
}
.innews_list li a{
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.innews_list li a span.con{
    font-size: 18px;
    color: #000;
    width: 63%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.innews_list li a span.time{
    width: 35%;
    text-align: right;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #000000;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.control{
    text-align: center;
}
.control li{
    display: inline;
}
.control li a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.control li span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.control li.active span{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.control li a:hover{
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.disabled>span:hover{
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>.active>span{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.module_page3{
    padding:40px 0 85px 0;
}
.index_title2 h3{
    font-size: 18px;
    color: rgb(8, 87, 179);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    visibility: visible;
}
.index_title2 b{
    display: block;
    margin: 5px auto 0 auto;
    width: 75px;
    height: 3px;
    background:rgb(8, 87, 179);
}
.img{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.mod ul{
    margin-top:20px;
}
.mod ul li{
    font-size: 14px;
    color: rgb(51, 51, 51);
    background-color: transparent;
    line-height: 42px;
    text-decoration: none;
    text-align: left;
}
.mod ul li span{
    display: inline-block;
    vertical-align: middle;
}
.mod ul li span.icon{
    width: 25px;
    max-width: none;
    height: 25px;
    max-height: none;
    opacity: 1;
    margin-right: 10px;
}
.in_message{
    width: 333px;
}
.in_message input{
    width: 100%;
    height: 40px;
    border-color: #dcdcdc;
    background-color: #F7F9FB;
    border-radius: 2px;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
}
.in_message textarea{
    width: 100%;
    height: 80px;
    border-color: #dcdcdc;
    background-color: #F7F9FB;
    border-radius: 2px;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
    padding-top: 5px;
}
.in_message{
    margin-top: 30px;
}
.in_message button{
    width: 100%;
    height:40px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 2px;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
}
.map{
    width: 392px;
    height: 331px;
    margin-top: 30px;
}
.module_page4{
    padding:30px 0 70px 0;
}
.footer{
    background-color: rgb(65, 65, 65);
    padding:40px 0 50px 0;
}
.fo_nav{
    border-color: rgb(255, 255, 255);
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-top-width:1px;
    border-bottom-width:1px;
    width: 100%;
    height:42px;
}
.fo_nav li a{
    width: 120px;
    text-align: center;
    display: block;
    line-height: 40px;
    color: #fff;
    color: rgb(255, 255, 255);
}
.fo_nav ul{
    -webkit-justify-content: center;
    justify-content: center;
}
.fo_nav li img{
    margin-top: -21px;
}
.footer_com{
    max-width:650px;
    text-align: center;
    margin: 30px auto 0 auto;
}
.footer_com span{
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
}
.footer_com span a{
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.inside_banner{
    width: 100%;
    height:376px;
    position: relative;
}
.inside_banner figure{
    width: 100%;
    height: 100%;
}
.inside_banner figure img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.inside_banner figcaption{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index:9;
}
.inside_banner .flex{
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    margin-top: -40px;
}
.inside_banner .flex .img{
    width: 200px;
    height: 200px;
    margin-right: 40px;
}
.banner_title h3{
    font-size: 48px;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height: 48px;
    text-decoration: none;
    text-align: left;
    visibility: visible;
}
.banner_title h3 span{
    color: rgb(153, 0, 0);
}
.banner_title p{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 0);
    background-color: transparent;
    line-height:40px;
    border:1px solid #000;
    border-left:none;
    border-right:none;
    text-decoration: none;
    text-align: left;
    visibility: visible;
    margin-top: 30px;
	text-transform: uppercase;
}
.inside_title{
    width: 810px;
    height:26px;
    line-height:26px;
    position: relative;
    margin: 0 auto;
}
.inside_title::after{
    position: absolute;
    content:'';
    border-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-width: 1px;
    width: 345px;
    height: 26px;
    right:0;
    top:-50%; 
    z-index:1;
}
.inside_title::before{
    position: absolute;
    content:'';
    border-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-width: 1px;
    width: 345px;
    height: 26px;
    left:0;
    top:-50%;
    z-index:1;
}
.inside_title h3{
    width: 120px;
    margin: 0 auto;
    line-height:26px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: bold;;
    color: rgb(8, 87, 179);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    visibility: visible;
}
.about_page1{
    padding:50px 0;
}
.about_editor{
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    margin-top:45px;
}
.about_bootom{
    position: relative;
    margin-left: 20px;
    margin-top: 10px;
}
.about_bootom figcaption{
    position: absolute;
    width: 265px;
    height: 124px;
    top:40px;
    right:115px;
    z-index: 1;
}
.about_bootom figcaption a{
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-family: 微软雅黑;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    border-radius: 6px;
    border-color: rgb(255, 255, 255);
    border-style: dotted;
    border-width: 1px;
    line-height:122px;
}
.honor_list{
    margin-top:50px;
}
.honor_list li{
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border:1px solid #eee;
}
.honor_list li:nth-child(4n){
    margin-right: 0;
    
}
.honor_list li:hover{
    box-shadow:0px 0px 5px rgba(0,0,0,0.05);
}
.about_page2{
    padding:30px 0 60px 0;
}
.detail_page{
    padding:50px 0 90px 0;
}
.news_list2 li{
    margin-top: 2px;
    padding:8px;
    height:35px;
    border-bottom: 1px dashed #e3e3e3;
}
.news_list2 li a{
    display: -webkit-flex;
    display:flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.news_list2 li a span.news_name{
    font-size: 18px;
    color: #000000;
    width: 63%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.news_list2 li a span.time{
    font-size: 18px;
    color: #000000;
    width: 35%;
    text-align: right;
}
.news_list2{
    margin:55px 0;
}
.pro_left{
    width: 975px;
    padding:30px;
    background:#fff;
}
.pro_right{
    width:165px;
}
.deta_pic{
    padding:0 15px;
}
.deta_pic figure{
    width: 50%;
    height: 378px;
    border: 1px solid #ddd;
    border-radius:2px;
}
.deta_pic figure img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.product_page{
    background:#eee;
    padding:30px 0;
}
.deta_pic figcaption{
    width: 50%;
    padding:0 15px;
}
.deta_title{
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.deta_content_name h3{
    font-size: 30px;
    color: #000;
    line-height:60px;
    margin-top:20px;
}
.deta_content{

    color: #555;
    padding-top: 10px;
    line-height: 1.6;
    font-size: 14px;
}
.editor{
    margin-top: 15px;
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
    color: rgb(90, 90, 90);
    font-family: "Microsoft YaHei";
    font-size: 12px;
    white-space: normal;
    line-height:20px;
}
.pro_right p{
    text-align: center;
    padding-top: 10px;
    color: #444;
}
.article_title h3{
    font-size: 26px;
    color: #333;
    text-align: center;
}
.article-detail-date{
    color: #999;
    margin-top: 15px;
    text-align: center;
}
.details_page{
    background: #eee;
}
.contact_p{
    max-width:912px;
    margin: 0 auto;
    line-height:25px;
    font-size: 14px;
    color: rgb(153, 153, 153);
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    margin-top:50px;
}
.contact_list{
    margin-top:70px;
}
.contact_list li{
    width: 189px;
    height: 217px;
    text-align: center;
    border-radius: 6px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    padding:20px 10px;
}
.contact_list ul{
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.contact_list li img{
    width:84px;
    max-width: none;
    height: 84px;
    max-height: none;
    opacity: 1;
}
.contact_list li figure{
    border-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom:20px;
}
.contact_list li figcaption{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(102, 102, 102);
    background-color: transparent;
    line-height: 36px;
    text-decoration: none;
    padding-top:8px;
}
.inside_map{
    width: 100%;
    height:436px;
    margin-top: 45px;
}
.inside_map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inside_message{
    width: 567px;
    margin: 70px auto 120px auto;
}
.inside_message input{
    font-size: 18px;
    margin-bottom: 40px;
}
.inside_message textarea{
    font-size: 18px;
    margin-bottom: 40px;
}
.inside_message button{
    font-size: 18px;
}
.inside_message input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.inside_message textarea:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.menu{
    display: none;
}
.menu_down{
    display: none;
}
.ab_title h4{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
    display: none;
}
/* .module_page4 .mod{
	width:365px;
} */