@charset "utf-8";
*{
    margin:0;
    padding:0;
    list-style:none;
}


@font-face { 
    font-family:"xinziti";
    src: url('../font/Ubuntu.ttf'); 
} 

body{
    font-family:"xinziti" !important;
    width:100%;
    font-size: 12px;
    font-weight: lighter;
}
body, button, input, select, textarea {
   
}
img{
    border: none;
}

.left{
    float:left;
}
.right{
    float:right;
}
a{
    text-decoration:none;
    color: #000;
}
a:visited {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

.head{
    width: 100%;
    background-color: #4abecf;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 90px;
    padding-bottom: 10px;
}
.wrap{
    width: 85%;
    margin:auto;
}
.logo{ 
    margin-right: 3%;
    line-height: 60px;
}
.head_bt{
    width: 40%;
    justify-content: center;
    display: block;
    justify-content:left;
    align-items:center;
    font-size: 20px;
    color: #fff;
    margin: auto;
    vertical-align: middle;
    line-height: 60px;
    margin-right: 3%;
    text-align: center;
    margin-left: 6%;
}
.search{
    line-height: 60px;
    width: 20%;
}
.search input{
    background-color: #fff;
    border: none;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 80%;
    padding-left: 5%;
    margin: 0;
}

#topcontrol {
    background: #4c4c4c;
    height: 30px;
    width: 30px;
    border-radius: 4px;
}

input{
    outline:none;
}
button{
    outline:none;
}
.search button{
   
    height: 40px;
    border: none;
    padding:0 7%;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 45px;
    margin-top: 1px;
    margin-left: -2%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search button p{
   color:#fff;
    display: block;
    /*width: 18px;
    background: url(../images/search.png) no-repeat;*/
   	height: 25px;
    background-size: 100%;
    margin: auto;
}
.yy{
    width: 7%;
    text-align: left;
    position: relative;
}
.yy a{
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    margin-left: 15px;

}
.yy a img{
   margin-right: 7%;
}
.yy a:hover{
    color: #fff;
}

.yyxl{
    position: absolute;
    z-index: 9999;
    background: #4abecf;
    width: 125px;
    top: 60px;
    padding-top: 15px;
    left: 12px;
    padding-bottom: 7px;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.yy:hover .yyxl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.nav{
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    background-color: #fff;
}
.nav .yiji{
    margin-bottom: 0;
    position: relative;
   padding-left: 0;
}
.nav .yiji li{
    display: inline-block;
    padding: 10px 30px;
}
.nav .yiji>li>a{
    font-size: 18px;
    color: #000;
    transition: all .3s;
}
.nav .yiji li a:hover{
    text-decoration: none;
    color: #4abecf;
}
.nav .yiji>li:nth-child(3)>a:after {
    content: '∨';
    display: inline-block;
    font-size: 0.722em;
    margin-left: 5px;
    font-weight: 600;
    color: #666;
    transition: all .3s;
}
.nav .yiji li a:hover:after{
    color: #4abecf;
}

.erji{
    display: none;
    position: absolute;
    top: 29px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    padding: 1% 0;
    z-index: 999;
}
.erji li a{
    color: #000;
    font-size: 16px;
}
.erji>li{
    padding:0 20px;
    width: 24%;
}
.index_left h3 a{
    color: #000;
}

.erji>li a{
    padding-left: 10%;
}
.erji li a:hover{
    color: #000;
}

.center1{
    width: 100%;
    overflow: hidden;
    padding-top: 132px;
}
header{
    position: fixed;
    width: 100%;
    z-index: 999;
}
.index_left{
    border: 1px solid #bfbfbf;
}
.index_left h3{
    line-height: 60px;
    background-color: #4abecf;
    color: #fff;
    font-size: 18px;
    margin:0;
    padding-left: 15px;
}
.index_left ul{
    padding:5%;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 0;
}
.index_left ul li{
    line-height: 50px;
    font-size: 18px;

}
.index_left ul li a{
    color: #000;
}
.index_left ul li a:hover{
    text-decoration: none;
}

.index_left ul li ul{
    padding:1% 6%;
     margin-top: 0;
      padding-top: 0;
}
.index_left ul li ul li a{
    color: #333;
}
.index_left ul li ul li a:after{
    content: '';
}
.index_left ul li ul li a:before {
    content: '·';
    font-size: 18px;
    margin: 0 10px 0 0;
}
.index_right{
    overflow: hidden;
    padding-left: 30px !important;
    padding-right: 0px !important;
}
.banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.banner .swiper-slide img{
    width: 100%;
    display: block;

}
.banner .swiper-wrapper{
    width: 100%;

}
.setiao{
    width:100%;
    height: 20px;
    overflow: hidden;
    background-color: #19417b;
}
.setiao ul li{
    width: 33.3%;
    height: 20px;
    display: block;
    float: left;
    background-color: #1aa7df;
}
.setiao ul li:nth-child(2){
    background-color: #0068b3;
}
.setiao ul li:nth-child(3){
    background-color: #19417b;
}
.index_product{
    overflow: hidden;
    padding:3% 0;
}
.index_product ul li{
    padding-right:10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.index_product ul li .box{
    border: 1px solid #bfbfbf;
    transition: all .3s;
    background-color: #fff;
    padding: 5%;
}
.index_product ul li .pic{
   width: 100%;
   height: auto;
   overflow: hidden;
}
.index_product ul li .pic img{
    display: block;
    width: 100%;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.index_product ul li:hover .pic img{transform: scale(1.1);}

.sj_banner2{display: none;}
.sj_xinwen{display: none;}

.index_product ul li .title{
    text-align: center;
    padding:15px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index_product ul li p{
    margin: 0;
    font-size: 16px;
    color: #4abecf;
}
.index_product ul li a:hover{
    text-decoration: none;

}
.index_product ul li .box:hover{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

.index_Contact{
   overflow: hidden;
   background-color: #4abecf;
   width: 100%;
   padding: 1.5% 0;
   text-align: center;
}
.index_Contact p{
   display: inline-block;
   font-size: 22px;
   color: #fff;
   margin-right: 5%;
}
.index_Contact a{
  display: inline-block;
  background-color: #00a1e9;
  padding: 15px 8%;
  border-radius: 5px;
  color: #fff;
  transition: all .3s;
  font-size: 18px;
}
.index_Contact a:hover{
  background-color: #1585b1;
  color: #fff;
  text-decoration: none;
}
.index_news{
    overflow: hidden;
    padding: 3% 0;
}
.index_news .bt{
    text-align: center;
    font-size: 22px;
    color: #4abecf;
    line-height: 30px;
}
.index_news ul li .pic{
    width:100%;
    height: auto
}
.index_news ul{
    overflow: hidden;
    margin:3% 0;
    padding-left: 0;
}
.index_news ul li a{
    
}
.index_news ul li a:hover{
    text-decoration: none;
}
.index_news ul li .pic img{
    display: block;
    width: 100%;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.index_news ul li .box{
    padding:5%;
    background-color: #fff;
    border: 1px solid #eee;
}
.index_product ul{
   padding-left: 0;
  overflow: hidden;
}
.index_news ul li .title .bt1{
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
}
.index_news ul li .title .bt1 dt{
    width: 40px;
    height: 40px;
    background-color: #4abecf;
    color: #fff;
    line-height: 40px;
    font-size: 23px;
    font-weight:bold;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.index_news ul li .title .bt1 p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #000;
    margin:0;
    float: left;
    width: 83%;
    transition: all .3s;
}
.index_news ul li .title .bt1 p a{
   color: #000;
}
.index_news ul li .title .bt1 span{
    font-size: 14px;
    color: #4abecf;
}
.index_news ul li .title>p{
   font-size: 14px;
   color: #333;
   line-height: 22px;
   margin:0;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}
.index_news ul li .title .bt1 p a:hover{
    color: #4abecf;
}
.index_news ul li .pic{
    overflow: hidden;
}


.index_news ul li:hover .pic img{
   transform: scale(1.1);
}
.foot{
    width: 100%;
    background-color: #4abecf;
    padding:1.5% 0;
    text-align: center;
}
.foot_nav{
    margin-bottom: 15px;
    padding-left: 0;
}
.foot_nav li{
    display: inline-block;
    padding: 0px 10px;
}
.foot_nav li a{
    color: #fff;
    font-size: 16px;
}
.foot_nav li a:hover{
    text-decoration: none;
}
.foot p{
    margin:0;
    color: #fff;
    font-size: 16px;
}
.lxgj{
    overflow: hidden;
    margin-top: 15px;
    padding-left: 0;
}
.lxgj li{
    display: inline-block;
    padding: 0px 5px;
}

.xwlist_box ul{padding-left:0;}


/*产品中心*/


.banner2{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 132px;
}
.banner2 .swiper-slide img{
    width: 100%;
    display: block;

}
.banner2 .swiper-wrapper{
    width: 100%;

}
.center1_cpzs{
    padding-top: 20px !important;
}
.cplist-box{
    overflow: hidden;
}
.category{
    overflow: hidden;
}
.category h3{
    font-size: 18px;
    color: #000;
    margin:0;
    line-height: 30px;
    padding: 0px 15px;
}
.category p{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin:0;
      margin-left: 15px;
}
.cplist_product ul{
    overflow: hidden;
    padding-left: 0;
}
.category{
    padding-left: 10px;
    padding-left: 0;
}
.cplist_jl{
    margin-bottom: 20px;
}
.cpxq_banner{
    width: 100%;
    padding-top: 132px;
}
.cpxq_banner img{
    display: block;
    width: 100%;
}
.cp_details{
    overflow: hidden;
}
.cpxq_box1{
    overflow: hidden;
}
.cpxq_box1 .pic{
    height: auto;
}
.preview .swiper-slide {
    width: 23%;
    height: auto;
    cursor:pointer;
    margin: 1%
}

.preview .slide6 {
    width: 23%;
}

.preview .arrow-left {
    background: url(../images/cpjt2.jpg) no-repeat left top;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/cpjt2.jpg) no-repeat left bottom;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
    transform: rotate(180deg);
   -ms-transform: rotate(180deg);             /* IE 9 */
   -webkit-transform: rotate(180deg);      /* Safari and Chrome */
   -o-transform: rotate(180deg);              /* Opera */
   -moz-transform: rotate(180deg);         /* Firefox */
}

.preview img {
    padding: 1px;
    width: 100%;
    display: block;
    border: 1px solid #eeeeee;
}

.preview .active-nav img {
    padding: 1px;
    border: 1px solid #25a3e8;
}
.preview{
    position: relative;
}

.cpxq_box1 .wz h3{
    font-size: 18px;
    font-weight: 800;
    margin-top: 15px;
    overflow: hidden;
    text-transform: uppercase;
}
.cpxq_box1 .wz h3:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 20px;
    border-top: 1px solid #cdcdcd;
}
.view img{
    display: block;
    width: 100%;
}
.cpxq_box1 .wz .wz_nr{
    overflow: hidden;
    padding:2% 0;
}
.cpxq_box2{
    overflow: hidden;
    margin: 3% 0;
}
.cpxq_box2 h3{
    text-align: center;
    font-size: 22px;
    color: #4abecf;
}
.tjcp_list{
    overflow: hidden;
    margin: 2% 0;
    position: relative;
}
.tjcp_list .pic{overflow: hidden;}
.tjcp_list .pic img{
   display: block;
    width: 100%;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.tjcp_list .pic:hover img{transform: scale(1.1);}

.index_left ul li ul li:hover a{
   color:#4abecf;
}

.tjcp_list img{
    display: block;
    width: 100%;
}
.tjcp_list .title{
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #4abecf;
    padding:3%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tjcp_list a:hover{
    text-decoration: none;
}
.xwlist_box{
    overflow: hidden;
    margin-bottom: 3%;
}
.xwlist_box ul{
    overflow: hidden;
    border-top: 1px #dddddd solid;
}
.xwlist_box ul li{
    line-height: 30px;
    border-bottom: 1px #dddddd solid;
}
.xwlist_box ul li p{
    margin: 0;
    padding: 28px 0;
    font-size: 16px;
    overflow: hidden;
}
.xwlist_box ul li p a{
    display: block;
    float: left;
    color: #000;
    width: 85%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.xwlist_box ul li p span{
    display: block;
    float: right;
}

.xwlist_box ul li p a:hover{
    color: #4abecf;
    text-decoration: none;
}
.xwlist_box ul li p:hover{
    color: #4abecf;
}
.dqwz ul li:last-child:after{
    display: none;
}
.xwxq_nr{
    overflow: hidden;
    padding:1% 0 2% 0;
}
.dqwz{
    overflow: hidden;
}
.dqwz ul{
    overflow: hidden;
    padding-left: 0;
}

.dqwz ul li{
    display: inline-block;
}
.dqwz ul li:after {
    content: "/";
    color: #aaa;
    margin: 0 0.75em;
    position: relative;
    top: 1px;
}
.dqwz ul li a{
    font-size: 16px;
    color: #000;
}
.dqwz ul li a:hover{
    text-decoration: none;
}
.contact{
    overflow: hidden;
}
.contact h3{
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.contact form .fo1{
    line-height: 40px;
    width: 100%;
    color: rgb(153, 153, 153);
    background-color: white;
    border: 1px solid #a9b8c8;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.contact form {
    overflow: hidden;
    margin:1% 0;
}
.contact form .fo2{
    width: 100%;
    color: rgb(153, 153, 153);
    background-color: white;
    border: 1px solid #a9b8c8;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 15px;
    height: 150px;
}
.contact form  .btn-text{
    width: 100px;
    border: none;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #4abecf;
}
.sj_banner{
    display: none;
}
.sjcpxq_box2{
    display: none;
}
.codehim-dropdown{
    display: none;
}
.yiji>li>a{
    position: relative;
}
.yiji>li>a>i{
    bottom: -6px;
    background-color: #106a9c;
    background: #106a9c;
    background: -webkit-linear-gradient(left, #4abecf 0%, #4abecf 100%);
    background: linear-gradient(left, #4abecf 0%, #4abecf 100%);
    height: 3px;
}
.yiji>li>a:hover>i{
    width: 100%;
}
.yiji>li>a>i{
    position: absolute;
    display: block;
    left: 1px;
    bottom: -14px;
    overflow: hidden;
    width: 0;
    pointer-events: none;
    background-color: transparent;
    opacity: .85;
    -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.275);
    transition: all .3s cubic-bezier(.175,.885,.32,1.275);
}
.sj_nav{
    display: none;
}
.navMenubox{
    display: none;
}
.sjsy_cplb{
   display: none;
}
.foot_nav li:hover{
   background-color: rgb(126, 206, 101);
}
.yiji> .on>a{
   text-decoration: none;
   color: #4abecf !important;
}
.yiji> .on>a:after{
   color: #4abecf !important;
}
.yiji> .on a i{width: 100%;}








@media (max-width: 1366px){
 .erji li a {
    color: #000;
    font-size: 14px;
    padding-left: 0;
}
.erji li{
    padding: 10px 20px;
  }  

.wrap{
   width: 90%;
}  
.yiji{
  padding:0;
}  
.yy{
  width: 8%;
}
  
.head_bt{
  margin-left: 3%;
  font-size: 18px;
  width: 45%;
}  
.nav .yiji li {
    display: inline-block;
    padding: 10px 25px;
}  
  
  
}



@media (max-width: 768px){

.head{
    display: none;
}
.nav{
    display: none;
}
.center1 {
    width: 100%;
    overflow: hidden;
    padding-top: 3%;
}
.index_right {
    overflow: hidden;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.banner{
    display: none;
}
.sj_banner{
    display: block;
}
.sj_banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}
.sj_banner .swiper-slide img{
    width: 100%;
    display: block;

}
.sj_banner .swiper-wrapper{
    width: 100%;
}

.index_Contact {
    overflow: hidden;
    background-color: #4abecf;
    width: 100%;
    padding: 5% 0;
}
.index_Contact p{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 5%;
}
.index_Contact a {
    display: inline-block;
    background-color: #1aa7df;
    padding: 8px 8%;
    border-radius: 5px;
    color: #fff;
    transition: all .3s;
    font-size: 16px;
    margin-top: 3%;
}
.wrap {
    width: 100%;
    margin: auto;
}
.center1 {
    width: 100%;
    overflow: hidden;
    padding-top: 3%;
    padding: 3%;
}
.index_news ul li{
    margin-bottom: 5%;
}
.foot p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.banner2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50px;
   
}
.pd_banner2{
    display: none;
}  
  
.cpxq_banner {
    width: 100%;
    padding-top: 50px;
}
.cpxq_box2{
    display: none;
}
.sjcpxq_box2{
    display: block;
}
.sjtjcp_list{
    overflow: hidden;
    margin: 3% 0;
    position: relative;
}
.sjtjcp_list img{
    display: block;
    width: 100%;
}
.sjtjcp_list .title{
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #4abecf;
    padding:3%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sjtjcp_list a:hover{
    text-decoration: none;
}
.sjcpxq_box2 h3{
    font-size: 18px;
}
.index_left{
    margin-bottom: 3%;
}
.xwlist_box {
    overflow: hidden;
    margin-bottom: 3%;
    padding-left: 15px;
    padding-right: 15px;
}
.xwlist_box ul li p a {
    display: block;
    float: left;
    color: #000;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.codehim-dropdown{
    display: block;
}

.sj_logo{
    line-height: 50px;
    width: 35%;
    margin-left: 3%;
}
.sj_logo img{
    width: 100%;
  }
.foot {
    width: 100%;
    background-color: #4abecf;
    padding: 5% 0;
    text-align: center;
}
.index_left{display: none;}
.hamburger{    float: right !important;}
.sj_xinwen{display: block;}
.pc_xinwen{display:none;}
.sj_banner2{display: block;}
.pc_banner2{display: none;}
  
.sj_nav{
   height: 50px;
   position: fixed;
   top: 0;
   background: #4abecf;
   width: 100%;  
}  
.sj_nav .logo{
   margin-left: 3%;
   line-height: 50px;
   width: 30%; 
} 
.sj_nav .logo img{
   width: 100%; 
}
.sj_head .an {
    width: 80px;
    background: url(../images/sjan.png) no-repeat center;
    display: block;
    height: 50px;
    margin-right: 3%;
    background-size:100%;
}  

.sjdhgb{
  
}  
  
/* navMenu */
.navMenubox { 
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99999;
    display: none;
    position: fixed;
    top: 50px;
}
.sjdhgb{
   display: block;
   width: 100%;
   height: 100%;
   background: rgba(8,8,8,0.4);
}  
.navMenu-top { 
    color: #fff; 
    border-bottom: 1px solid rgba(255,255,255,.1) 
}
.navMenu> li { 
    display: block; 
    margin: 0; 
    padding: 0; 
    border: 0px; 
}
.navMenu>li>a { 
    overflow: hidden; 
    padding-left: 0px; 
    line-height: 40px; 
    color: #fff; 
    transition: all .3s; 
    position: relative; 
    text-decoration: none; 
    font-size: 17px; 
    margin-left: 3%;
}
.navMenu > li:nth-of-type(1)> a { 
    border-top: 1px solid transparent; 
}
.navMenu > li:last-child > a { 
    border-bottom: 1px solid transparent; 
}
.navMenu>li>a>i { 
    font-size: 20px; 
    float: left; 
    font-style: normal; 
    margin: 0 5px; 
}
.navMenu li a .arrow:before { 
    content: ""; 
    display: block; 
    float: right; 
    margin-top: 1px; 
    margin-right: 15px; 
    display: inline; 
    width: 15px;
    height: 34px;
    background: url(/0760/images/ion_x.png) no-repeat center;
    background-size: 100%;
}
.navMenu li a .arrow.open:before { 
    content: ""; 
    display: block; 
    float: right; 
    margin-top: 1px; 
    margin-right: 15px; 
    display: inline; 
    width: 15px;
    height: 34px;
    background: url(/0760/images/ion_s.png) no-repeat center;
    background-size: 100%;
}
.navMenu>li>a.active, .navMenu>li>a:hover { 
    color: #FFF; 
}
.navMenu>li>a.active, .navMenu>li:hover{
    background: #2fa6b7; 
}
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu { 
    display: none; 
    list-style: none; 
    clear: both; 
    margin: 0px 0px 0px 10px; 
    padding-bottom: 10px; 
}
.sub-menu{
  padding-left: 0; 
  padding-top: 10px; 
  background: #4abecf;
  padding-bottom: 15px;
  z-index: 9999999999;
}
.navMenu>li>ul.sub-menu li { 
    background: none; 
    margin: 0px; 
    padding: 0px; 
}
.navMenu>li>ul.sub-menu li>a { 
    
    font-size: 16px; 
    line-height: 36px; 
    padding-left: 20px; 
    color: #fff; 
    clear: both; 
}
.navMenu>li>ul.sub-menu li>a.active, .navMenu>li>ul.sub-menu li>a:hover, .navMenu>li>ul.sub-menu>li.active >a { 
    color: #FFF; background: #2fa6b7; 
}
.icon_1:before { content: "·"; }
.icon_2:before { content: "·"; }
.icon_3:before { content: "·"; }
.navMenu{ padding-left:0%; margin:auto;padding-bottom: 15px;}

.sj_nav{
    display: block;
}  
.navMenubox{
    display: none;
}    
.navMenu>li:nth-child(2) .arrow{
   display: none;
}
.navMenu>li:nth-child(4) .arrow{
   display: none;
}
.navMenu>li:nth-child(5) .arrow{
   display: none;
}
.navMenu li .arrow{
  display: block;
  width: 60px;
  float: right;
}
.sec-list{
   display: none;  
}  
.sub-menu ul li span{ 
  display: block;
  position: relative;
  padding-left: 3%;
}  
.sec-list2{
  display: none;
}
.sub-menu ul{
  padding-left: 0;
   margin:0;
}
.sub-menu>ul>li{
    line-height: 45px;
}  
.sub-menu>ul>li a{
    color: #fff;
    font-size: 18px;
    display: block;
}  
.sec-list p{
    margin:0;
}  
.sec-list p a{
    padding-left: 3%;
}  
.sec-list p a:before{
    content: "·";
    font-size: 18px;
    margin-right: 8px;
    font-weight: bold;
}
.sub-menu ul li .sub-tit:after{
    content: '';
    display: block;
    width: 20px;
    height: 50%;
    background: url(/0760/images/ion_x.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 4%;
    top: 23%;
    display: none;
}  

.sub-menu ul li:nth-child(6) .sub-tit:after{
    display: block;
}  
  
.sub-menu .sub-tit.on:after {
    background: url(/0760/images/ion_s.png) no-repeat center;
    background-size: 100% auto;
}
.xxx{
   display: block;
   position: relative;
}
.xxx .sub-tit2:after{
    content: '';
    display: block;
    width: 20px;
    height: 50%;
    background: url(/0760/images/ion_x.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 4%;
    top: 23%;
}
.on .sub-tit2:after{
    background: url(/0760/images/ion_s.png) no-repeat center;
    background-size: 100% auto;
}
.sec-list2 p{
    line-height: 35px  !important;
}
.sec-list2 p a{
    margin-left: 6% !important;
    font-size: 16px !important;
}
.sj_yy span a:before{
    content: "·";
    font-size: 18px;
    margin-right: 8px;
    font-weight: bold;
}
.yy{
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.yy a{
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
    float: left;
}
.sjsy_cplb{
   display: block;
}   
.xwxq_nr img{
    width: 100%;
    display: block;
}
.index_news ul li .title .bt1 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    margin: 0;
    float: left;
    width: 68%;
    transition: all .3s;
}  
  
  
  
  
}