/* 公共代码 */
@charset "utf-8";
.left{
    float:left;
}
.right{
    float:right;
}
.clearfix:after{
    content:"";
    display: block;
    clear: both;
}
*{
    margin:0;
    padding: 0;
}
li{
    list-style: none;
}
html{
    background: #fff;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
a{
    text-decoration: none;
}
hr{
    opacity: .1;
}
img{
    max-width: 100%;
}
header{
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    padding:3vw;
    background: #fff;
    z-index: 96;
    -moz-box-shadow:0px 0px 3px #8F8F8F; -webkit-box-shadow:0px 0px 3px #8F8F8F; box-shadow:0px 0px 3px #8F8F8F;
}
.header_clear{
    width: 100%;
    height:15vw;
}
.logo img{
    margin-top: 1vw;
    max-width: 80vw;
    height: 7vw;
}

.menu img{
    margin-top: 1vw;
    height:6vw;
}

#banner{
    width: 100vw;
    height: 40vw;
}
#banner img{
    width: 100%;
    height: 100%;
}

.fixed_nav{
    transition: all .5s;
    position: fixed;
    background: #2f5b92;
    width: 72vw;
    height: 100vh;
    z-index: 99;
    overflow: hidden;
    left: -72vw;
}
.is_show{
    transition: all .5s;
    left: 0vw;
}
.is_show+._before{
    transition: all 0s;
    z-index: 98;
    opacity: .6;
}
._before{
    transition: all 0s;
    content:"";
    display: block;
    width: 100vw;
    height: 100vh;
    background: #000000;
    opacity: .5;
    position: fixed;
    left:0;
    top:0;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}
.fixed_nav li{
    line-height: 36px;
    border-bottom: 1px solid #2d568a;
}
.fixed_nav hr{
    margin:10px 0 0 0;
    opacity: .1;
}
.fixed_nav li a{
    color:#fff;
    opacity: .8;
    display: block;
    padding: 0 20px;
}
.fixed_nav li .active{
    background: #234e86;
    border-left:3px solid #fff;
    padding-left:30px;
}
.goods_guide .hd{
    font-size: 1.2rem;
    line-height: 36px;
    font-weight: bold;
}
.goods_guide .hd_{
    font-size: .8rem;
    background: #f6f6f6;
    padding: 10px;
}
.goods_guide .hd_ span{
    color: #999;
}
.zixun{
    display: inline-block;
    line-height: 32px;
    padding: 0 20px;
    background: #0d90c3;
    color:#fff;
    margin: 10px 0;
}
.bdshare-button-style0-16 a{
    color:#666;
}
.next_map a{
    line-height: 30px;
    color:#666;
}
.pro_rec li{
    width: calc(100% / 2 - 1.5vw);
    margin-right: 3vw;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #f9f9f9;
    box-sizing: border-box;
}
.pro_rec li:nth-child(2n){
    margin-right: 0;
}
.pro_rec li a{
    color:#666;
    font-size: .8rem;
    line-height: 20px;
    margin-bottom: 5px;
}
.show_news li{
    margin: 0 3vw;
    border-bottom: 1px solid #f9f9f9;
    line-height: 36px;
}
.pro_rec1 a{
    color: #666;
}
.pro_rec1 li{
    padding: 10px 0;
    border-bottom: 1px solid #f9f9f9;
}
.pro_rec1 li span{
    font-size: .8rem;
    color:#999;
    margin-top: 10px;
}
.thd h3{
    margin: 16px 0 5px 0;
}
.thd font{
    font-size: .8rem;
    color: #999;
    line-height: 30px;
}
.content_main{
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
}
.intro table{
    width:100%!important;
}
.intro table td{
    border-color: #999!important;
    font-size: .8rem!important;
    padding: 2px;
}
.show_news a{
    color:#666;
}
.comcont{
    margin: 0 3vw;
}
.content_msg ul li{
    padding: 10px 3vw;
    font-size: .8rem;
    border-bottom: 1px solid #f9f9f9;
    color:#666;
}
.content_msg strong{
    margin: 0 3vw;
    line-height: 36px;
}
.content_msg ul li b{
    color:#333;
}
.content_msg ul li a{
    color:#0d90c3;
}
.contact_from form{
    margin: 10px 3vw;
    box-sizing: border-box;
    font-size: .8rem;
    line-height:26px;
}
.contact_from form input{
    border: 1px solid #eee;
    padding: 0 10px;
    box-sizing: border-box;
    outline:none;
    height:26px;
    width: 100%;
    margin-bottom:3px;
}
.contact_from form input:focus,.contact_from form textarea:focus{
    border: 1px solid #0d90c3;
}
.contact_from form textarea{
    border: 1px solid #eee;
    padding:3px 10px;
    box-sizing: border-box;
    outline:none;
    width: 100%;
    margin-bottom:3px;
}
.contact_from form input[type="submit"]{
    border: 0;
    background: #0d90c3;
    color: #fff;
}
.fixed_nav h2{
    font-size: 1rem;
    color:#fff;
    z-index: 1;
}
.fixed_nav span{
    font-size: .8rem;
    color:#fff;
    opacity: .8;
    z-index: 1;
}
.nav_title{
    padding: 20px;
    position: relative;
}
.nav_title::before{
    content: "";
    display: block;
    width: 100%;
    height:100%;
    background: #2d568a;
    /* background: url(../images/fixed_nav_bg.jpg) no-repeat; */
    background-size: cover;
    position: absolute;
    z-index:-1;
    left:0;
    top:0;
    /* filter: blur(3px); */
}
.about_f {
    padding: 10px 8vw;
    font-size: .8rem;
    line-break: 24px;
    color:#666;
}
.zizhi_ li{
    width: calc(100% / 2 - 1.5vw);
    margin-right: 3vw;
    float: left;
    padding: 2vw;
    background: #f9f9f9;
    box-sizing: border-box;
    margin-bottom: 3vw;
    text-align: center;
}
.zizhi_ li a{
    color:#666;
    font-size: .8rem;

}
.zizhi_ li a span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}
.zizhi_ li:nth-child(2n){
    margin-right: 0;
}
.main_nav li{
    width: calc(100% / 4);
    float: left;
    font-size: .8rem;
    list-style: none;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.main_nav li:not(:nth-child(4n)){
    border-right:1px solid #eee;
}
.main_nav li:nth-child(-n+4){
    border-bottom: 1px solid #eee;
}
.main_nav li a{
    color:#666;
}
.main_nav li img{
    display: block;
    max-width: 60%;
    margin: auto;
    margin-bottom: 10px;
}

.clear_div{
    display: block;
    width: 100%;
    height: 10px;
    background: #fafafa;
}

.sec_t{
    text-align: center;
    padding: 5vw 10vw 5vw 10vw;
}
.sec_t h3{
    line-height: 24px;
    color: #01aef2;
}
.sec_t span{
    font-size: .8rem;
    color: #999;
}

.h_pro_list_pro img{
    max-width: 100%;
}
.h_pro_list_pro li{
    width: calc(100% / 2 - 3vw);
    margin-left: 2vw;
    float: left;
    list-style: none;
    text-align: center;
    margin-bottom: 2vw;
}
.h_pro_list_pro li a{
    font-size: .8rem;
    color:#666;

}

.h_pro_list_fenlei{
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 4vw;
}
.h_pro_list_fenlei li{
    display: inline-block;
}
.h_pro_list_fenlei li a{
    display: block;
    line-height: 30px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 0  20px;
    border-radius: 99px;
    margin:0 2vw;
    color: #666;
}

.h_pro_list_fenlei_{
    margin: 3vw;
}
.h_pro_list_fenlei_ li{
    display: inline-block;
    margin-right: 2vw;
    margin-bottom:2vw;
}
.h_pro_list_fenlei_ li a{
    display: block;
    line-height: 24px;
    padding: 0 20px;
    border:1px solid #eee;
    font-size: .8rem;
    color:#666;
}
.h_pro_list_fenlei_ li .active{
    border: 1px solid #0d90c3;
    color:#0d90c3;
}
.more_pro {
    display: block;
    width: 96vw;
    line-height: 36px;
    height: 36px;
    text-align: center;
    border:1px solid #999;
    margin: 2vw;
    color:#999;
    box-sizing: border-box;
}


.h_zizhi img{
    max-width: 100%;
}
.h_zizhi  li{
    width: calc(100% / 3);
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    font-size: .8rem;
    list-style: none;
}
.h_zizhi  li:nth-child(-n+3){
    border-bottom: 1px solid #eee;
}
.h_zizhi  li:not(:nth-child(3n)){
    border-right: 1px solid #eee;
}
.h_zizhi  li a{
    color: #999;
}
.h_zizhi  li a span{
    display: block;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.h_photo{
    background: #f9f9f9;
}
.h_photo img{
    height: 48vw;
    display: block;
    
}
.h_photo ul{
    white-space: nowrap;
    overflow-x: auto;
}
.h_photo li{
    display: inline-block;
    text-align: center;
    margin: 2vw;
    background: #fff;
    padding: 5px;
}
.h_photo li a{
    color:#666;
}

.new_title_list{
    margin: 3vw 3vw 0 3vw;
    border-bottom: 3px solid #01aef2;
}
.new_title_list li{
    width: calc(100% / 4 - .6vw);
    margin-right:.8vw;
    float: left;
    font-size: .8rem;
    list-style: none;
    text-align: center;
    line-height: 32px;
}
.new_title_list li:nth-child(4n){
    margin-right: 0;
}
.new_title_list li a{
    background: #f2f2f2;
    display: block;
    color:#666;
}
.new_title_list li .active{
    background: #0d90c3;
    color: #fff;
}
.new_content .show{
    display: block;
}
.new_content>li{
    display: none;
}

.new_content{
    margin: 0 3vw 3vw 3vw;
    padding: 3vw;
    border: 1px solid #eee;
    font-size: .8rem;
}

.news_list_msg li{
    line-height: 36px;
    list-style: none;
}
.news_list_msg li:not(:last-child){
    border-bottom: 1px solid #f6f6f6;
}
.news_list_msg li a{
    color: #666;
}

.footer_top{
    background: #eee;
    text-align: center;
    font-size: .8rem;
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
}
.footer_top img{
    max-width: 24px;
    vertical-align: middle;
}
.footer_top span{
    vertical-align: middle;
    color: #666;
}

.footer_main{
    background: #0d90c3;
    color:#fff;
    padding:10px 20px;
    font-size: .8rem;
    padding-bottom: 18vw;
}

.bottom_nav{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #01aef2;
    -moz-box-shadow:0px 0px 3px #8F8F8F; -webkit-box-shadow:0px 0px 3px #8F8F8F; box-shadow:0px 0px 3px #8F8F8F;
}
.bottom_nav li{
    width: calc(100% / 5);
    float: left;
    text-align: center;
    font-size: .8rem;
    list-style: none;
    position: relative;
    padding:1vw 0;
}
.bottom_nav li a{
    color:#fff;
}
.bottom_nav li img{
    max-width:30%;
    display: block;
    margin: auto;
    margin-top:1vw;

}
.bottom_nav li i{
    display: block;
    margin: auto;
    font-size: 1.2rem;
    margin: 1vw 0;
}
.bottom_nav li span{
    display: inline-block;
    margin-bottom: 1vw;
}
.bottom_nav li:not(:last-child)::after{
    content:"";
    display: block;
    width: 1px;
    height:60%;
    position: absolute;
    right: 0;
    top:20%;
    background: #32c5ff;
}

.Crumbs h4,.Crumbs li{
    display: inline-block;
}
.Crumbs{
    line-height: 36px;
    background: #f9f9f9;
    padding: 0 10px;
    font-size: .8rem;
    color: #666;
}
.Crumbs a{
    color: #666;
}

.prolist .pro_list_list li{
    width: calc(100% / 2 - 4.5vw);
    margin-left: 3vw;
    float: left;
    background: #f9f9f9;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding-bottom: 10px;
}
.prolist .pro_list_list li h3{
    font-size: .8rem;
    color:#666;
    text-align: center;
    line-height: 30px;
}

.prolist .pro_list_list li .txt a{
    display:block;
    width: calc(100% / 2 - 12px);
    margin-left: 8px;
    text-align: center;
    font-size: .6rem;
    float: left;
    line-height: 26px;
    height: 26px;
    background: #cfcfcf;
    color: #fff;
}
.prolist .pro_list_list li .txt  a:nth-child(2n){
    background: #1cabe2;
}


/* 分页按钮 */
.page{
    padding: 10px;
}
.page a{
    display: none;
    padding:0 20px;
    height:40px;
    line-height: 40px;
    text-align: center;
   background:#1cabe2;
       color:#fff;
    float: left;
    margin-right:10px;
   }
   .page a:hover{
       opacity: .5;
   }
   .page_rows{
       line-height: 40px;
       color:#ddd;
   }
   .page_rows::before{
       content:"当前页:"
   }
   .page_rows::after{
       content:"总页数"
   }

   .page .selected{
       background: #1cabe2;
       color:#fff;
   }
   .page  .next{
       display: block;
       color:#fff;
   }
   /* 分页按钮 */


   .arclist li{
       margin:0 3vw;
       padding: 10px 0;
       border-bottom: 1px solid #eee;
   }
   .arclist li a{
       color:#888;
   }
   .arclist li a font{
       background: #0d90c3;
       color:#fff;
       padding: 0 3vw;
       font-size: .6rem;
       line-height: 18px;
       height: 18px;
       display: inline-block;
   }
   .arclist li a h4{
       color: #444;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
       overflow: hidden
   }
   .arclist li a span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: .8rem;
}
.abmlist li{
    width: calc(100% / 2 - 4.5vw);
    margin-left: 3vw;
    float: left;
    background: #f9f9f9;
    padding: 2vw;
	padding-bottom:0;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
    list-style: none;
}

.abmlist li img{
    height: 24vw;
	width:100%;
}
.abmlist li h4{ 
    line-height:38px;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-weight:normal;
}
.abmlist li a{
    color: #666;
    font-size: .8rem;
}

.new_title_list_ li{
    border-bottom: 0;
    width: calc(100% / 4);
    float: left;
    list-style: none;
    box-sizing: border-box;
    margin:0;
    padding: 0;
    text-align: center;
}

.new_title_list_ li a{
    display: block;
    line-height: 36px;
    color: #666;
}
.new_title_list_ li .active{
    background: #f0f0f0;
    border-bottom: 3px solid #0d90c3;
}



.new_title_list_a li{
    border-bottom: 0;
    width: calc(100% / 3);
    float: left;
    list-style: none;
    box-sizing: border-box;
    margin:0;
    padding: 0;
    text-align: center;
}

.new_title_list_a li a{
    display: block;
    line-height: 36px;
    color: #666;
}
.new_title_list_a li .active{
    background: #f0f0f0;
    border-bottom: 3px solid #0d90c3;
}

