

.head_top{
    overflow: hidden;
    position: relative;
    
    z-index: 10;
    
}
.head_top .head_sum{
  float: left;
  line-height: 40px;
}
.head_top .lng{
    float: right;
   
    overflow: hidden;
    
    
}
.head_top .lng a{
    display: block;
    float: left;
    padding-right: 8px;
line-height: 40px;
    background: url(../images/lng.jpg) no-repeat right center;
}
.head_top .lng a:last-child{
    background: none;
    padding-left: 8px;
    padding-right: 0;
    
}
.head .h{
    overflow: visible;
    
}


.head .head_nav .logo{
    display: block;
    line-height: 100px;
    float: left;
    
}
.head .head_nav .logo img{
    display: inline;
    width: auto;

}



.head .head_nav{
    
    text-align: center;
    position: relative;
    z-index: 10;
   
    background-color: #fff;
}

.head .head_nav .nav_ul1{
   text-align: right;
   
    display: inline-block;
    overflow: visible;
    float: right;
    
    
}
.head .head_nav .nav_item{
    display: inline-block;
    position: relative;
    
}

.head .head_nav li .nav_link{
    display: block;
    line-height: 101px;
    padding:0 14px;
    font-size: 18px;
    transition: all ease-in-out 0.3s;
    background: url(../images/nav_icon.png) no-repeat center 150px ;
}
.head .head_nav .nav_item>a.hover,
.head .head_nav .nav_item>a:hover{
    background: url(../images/nav_icon.png) no-repeat bottom center;
}

.head .uls2{
    width: 100%;
    position: absolute;
    left: 0;
    top:101px;
    background: rgba(0, 0, 0, .3);
    padding-top: 14px;
    padding-bottom: 5px;
    display: none;
    z-index: 1;

}

.head .uls2 a{
    display: block;
    text-align: center;
    line-height: 24px;
    padding: 8px 0;
    font-size: 14px;
    color: #fff;
    margin-right: -1px;
    /*background: url(../images/nav-icon.jpg) no-repeat center right;*/
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    border-bottom: 1px solid #ccc;
}


.head .uls2 a.novlink:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background: #007cc2;
}

.head .uls2 a:hover:before {
    width: 100%;
}





.banner{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.banner .head{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    width:1920px;
}


.index_type h1{
    font-size: 30px;
    text-align: center;
 
    color: #454648;
    padding: 40px;
    padding-bottom: 30px;
    background: url(../images/type_icon.png) no-repeat bottom center;
}




.index_type .sum{
    text-align: center;
    padding: 10px 0;
}
 .index_type{
    padding-bottom: 16px;
    
}
.index_pro ul{
    padding-top: 46px;
}
.index_pro ul li{
    float: left;
    margin-right:30px;
    margin-bottom: 40px;
    transition: all ease-in-out 0.3s;
}

.index_pro ul h3{
    text-align: center;
    width: 275px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-top: 28px;
}
.index_pro ul .img{
    overflow: hidden;
        border: 1px solid #ccc;
}
.index_pro ul .img img{
    transition: all ease-in-out 0.3s;
}

.index_pro ul a:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    
}

.index_pro ul li:hover h3{
    color: #c4011c;
}



.index_equ{
    background: url(../images/zznl.jpg) no-repeat center;
}
.index_equ .index_type h1{
    color: #fff;
}
.index_equ .index_type{
    margin-bottom: 70px;
}
.swiper_equ{
    width: 1130px;
    margin: 0 auto;
    margin-bottom: 30px;

}

.swiper_equ h2{
    text-align: center;
    font-size: 16px;
    color: #fff; 
    line-height: 32px;
    width: 363px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    
}
.index_equ .equ_icon{
    width: 25px;
    height: 58px;
    background-color: #adadad;
    color: #fff;
    line-height: 56px;
    position: absolute;
    text-align: center;
    font-size: 30px;
    font-family: "simsun";
    top: 40%;
    margin-top: -28px;
    outline-style: none;
    cursor: pointer;
    
}

.index_equ .swiper_prev{
    left:0px;
    background: url(../images/prev.png) no-repeat center;
}

.index_equ .swiper_next{
    right: 0px;
    background: url(../images/next.png) no-repeat center;
}

.index_equ .img{
    overflow: hidden;
    
}

.index_equ .img img{
    transition: all ease-in-out 0.3s;
}

.index_equ .swiper-slide:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    
}




.index_ab{
    margin-bottom: 80px;
}

.index_ab .about_main{
    padding-top: 46px;
}



.index_ab .about_main .ab_sum{
    float: left;
    width: 566px;
}
.index_ab .ab_sum h1{
    font-size: 30px;
    color: #c4011c;
    margin-bottom: 28px;
}

.index_ab .ab_sum .sum{
    line-height: 28px;
    text-indent: 2em;
}
.index_ab .about_main .img{
    float: right;
    
}

.index_ab .more{
    display: block;
    width: 118px;
    line-height: 30px;
    text-align: center;
    color: #c4011c;
    border:1px solid #ccc;
    float: right;
    margin-top: 20px;
}


/* 首页新闻中心 */

.index_news{
    background: rgba(0,0,0,0.05);
    padding: 46px 0;
}

.index_news .news_list,
.index_news .tech_list{
    width: 586px;
}


.index_news .news_list{
    float: left;
    
}

.index_news .tech_list{
    float: right;
    
}
.index_news .type_tit{
    background-color: #356de8;
    overflow: hidden;
    padding:0 18px;
    border-bottom: 4px solid #c2c2c2;
}


.index_news .type_tit h1{
    line-height: 58px;
    color: #fff;
    float: left;
    font-size: 20px;
}

.index_news .type_tit i{
    font-family: "simsun";
    color: #fff;
    display: block;
    width: 58px;
    height:58px;
    line-height: 58px;
    font-size: 30px;
    text-align: center;
    
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    
}
.index_news ul .img{
    float: left;
    
}
.index_news ul .main{
    float: right;
    width: 300px;
}
.index_news ul{
    padding: 36px 20px ;
    background-color: #fff;
}

.index_news ul a{
    display: block;
    padding: 14px 0;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}

.index_news ul h3{
    font-size: 18px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.index_news .main .time{
    padding: 10px 0;
}
.index_news .main .sum{
    color: #666666;
    line-height: 24px;
}
.index_news ul h4{
    float: left;
    width: 420px;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/news_icon.jpg) no-repeat left center;
}

.index_news ul .time2{
    float: right;
    
}
.index_par ul{
    overflow: hidden;
    
}
.index_par ul li{
    float: left;
    
}
.index_par ul a{
    display: block;
}














.footer{
    
    background-color: #195bae;
    
}



.foo_nav {
   text-align: center;
   border-bottom: 1px solid rgba(255,255,255,0.15);
}
.foo_nav .nav_item{
    display: inline-block;
    vertical-align: top;
    
}

.foo_nav .nav_item>a{
    display: block;
    line-height: 72px;
    font-size: 16px;
    padding:0 24px;
    color: #ededed;
    background: url(../images/foo_icon.png) no-repeat right center;
}
.foo_nav .nav_item:last-child a{
    background: none;
    
}

.footer .foo_left{
    float: left;
    
}
.foo_bottom{
    position: relative;
    overflow: hidden;
    padding: 30px 26px;
}
.index_contact h1{
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px;
}

.index_contact .con{
    color: #fff;
    line-height: 30px;
    opacity: 0.4;

}

.code a{
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    line-height: 30px;
    opacity: 0.4;
}
.foo_right{
    float: right;
    
}



.foo_right a{
    display: block;
    line-height: 210px;
}
















.pub_left{
    width: 100%;
    background-color: #eeeeee;
}
.pub_left ul{
    text-align: center;

    
}
.pub_left li{
    display: inline-block;
}

.pub_left a{
    display: block;
    line-height: 68px;
    font-size: 16px;
    padding:0 46px;
    color: #555555;
    border-top: 2px solid #eeeeee;
    /*background: url(../images/pub_icon.jpg) no-repeat center right;*/
}

.pub_left a.hover,
.pub_left a:hover{
    color:#e60012;
    border-top: 2px solid #e60012;
    background-color: #fff;
}


.public{
    padding-top: 60px;
    padding-bottom: 100px;
}

.pub_title{
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}

.about .ab_content{
    line-height: 28px;
    padding-top: 20px;
}

.ab_photo ul{
    text-align: center;
    
}
.ab_photo li{
    display: inline-block;
    width: 46%;
    margin:1% 1%;
    
}

.honor{
    padding: 40px 0;
    padding-bottom: 100px;
}
.honor li{
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}

.honor li .img{
    border:1px solid #ccc;
    overflow: hidden;
    
}
.honor li img{
    transition: all ease-in-out 0.3s;
}
.honor li a{
    display: block;
}
.honor li a:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    
}
.honor h1{
    text-align: center;
    padding-top: 16px;
    font-size: 16px;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}

img{
    max-width: 100%;
}

.product{
    
}
.product li{
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}

.product li .img{
    border:1px solid #ccc;
    overflow: hidden;
   
}
.product li img{
    transition: all ease-in-out 0.3s;
}
.product li a{
    display: block;

}
.product li a:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.product li h1{
    text-align: center;
    line-height: 30px;
    padding: 10px 0;

    font-size: 16px;
    width: 282px;
    overflow: hidden;
    text-overflow: ellipsis;
    
    white-space: nowrap;
    
    transition: all ease-in-out 0.3s;
}
.product li a:hover h1{
   color: #e60012;

}





.product_read{
    padding-top: 60px;
    padding-bottom: 100px;
    
}

.product_read .swiper-container-horizontal{
    border:1px solid #ccc;
}
#proread_img{
    width: 600px;
    float: left;
    
}
#thumbs{
    margin: 30px 0;
   padding-right: 2px;
   margin-bottom: 100px;
}
#thumbs img{
    border:1px solid #ccc;
}
#thumbs .swiper-slide-thumb-active img{
    border:1px solid #0090e1;
}

.product_read .swiper-container-thumbs{
    border: none;
    
}

.product_read .pro_main{
    padding: 40px;
    float: left;
    width: 520px;
}
.product_read .pro_main h1{
    font-size: 30px;
font-family: SimHei;
padding-bottom: 20px;
margin-bottom: 20px;

}


.product_read .pro_main li{
    line-height: 26px;
    margin: 12px 0;
}

.detail{
    padding-top: 40px;
}

.detail .title{
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.detail .title h3,
.detail .title h4{
    display: inline-block;
    font-size: 22px;
    line-height: 60px;
}

.detail .title h3{
    
    color: #0090e1;
}

.detail .content{
    line-height: 24px;
    padding: 30px 0;
}

.detail .content img{
    display: block;
    width: auto;
    
    margin: 0 auto;
}




.partner ul li{
    float: left;
    margin:0 17px;
    margin-bottom: 20px;
}



.partner ul a{
    display: block;
   overflow: hidden;
   width: 206px;
    background-color: #4a4949;
}


.partner ul .img{
    float: left;
    margin: 6px;
}
.partner ul h1{
    text-align: center;
    float: left;
    width: 136px;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
}


.partner .typeimg{
    text-align: center;
    padding: 6% 0;
}







.news ul{
    width: 1164px;
    margin: 0 auto;
}
.news ul a{
    display: block;
    padding: 30px 0;
    overflow: hidden;
    
    border-bottom: 1px solid #ccc;
}

.news .lisa .img{
    float: left;
    
}

.news .lisa .news_main{
    float: right;
    width: 600px;
    height: 220px;
    padding: 46px;

    background-color: #eeeeee;
}

.news ul .lisa h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
}

.news ul .sum{
    line-height: 24px;
    color: #666666;
}

.news ul .lisa .time{
    margin-top: 30px;
}
.news ul .lisb a{
    padding: 0;
}
.news ul .lisb .time{
    line-height: 38px;
    float: right;
    
}
.news ul .lisb h1{
    line-height: 38px;
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: none;
    padding-left: 24px;
    background: url(../images/news_icon.png) no-repeat 6px center;
}

.news ul a:hover h1{
    color: #e60012;
}

.news_read{
    padding: 100px 0;
}
.news_read .title{
    text-align: center;
    font-size: 26px;

}

.news_read .time{
    text-align: center;
    padding: 20px 0;
    color: #b2b2b2;
    border-bottom: 1px solid #ccc;
}

.news_read .read_con{
    padding: 30px 0;
    line-height: 24px;
}
.news_read .read_con p{
    line-height: 30px;
}
.news_read .read_con img{
    max-width: 100%;
    display: inline;
}

.cc_book{
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.cc_book li a{
    display: block;
    line-height: 30px;
    padding: 5px 0;
    /*border-bottom: 1px solid #ccc;*/
}
.join{
    overflow: hidden;
    
}

.join .typepic{
    float: left;
    max-width: 478px;

}

.join .join_list{
   
    float: right;
    max-width: 700px;
    line-height: 24px;
}

.natwork{
    text-align: center;
    
}


#map{
    
    float: left;
    
}
#map img{
    max-width: none;
}
.map{
    overflow: hidden;
    
    margin: 0 auto;  
}
.map .info{
   float: right;
   
    width: 424px;
    height: 400px;
   padding: 40px;
    
}

.map .info h1{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    
}


.map .info p{
    line-height: 30px;
}


.mess_info{
    /*width: 1000px;*/
    margin: 10px auto;

}
.mess_info .input{
    overflow: hidden;
    
    
}


.mess_info .input p{
    line-height: 60px;
}
.mess_info .input p span{
    color: #e62129;
    font-size: 16px;
}
.mess_info .input input{
    line-height: 40px;
   margin:10px 14px;
   float: left;
    width: 550px;
    padding:0 10px;
    border: 1px solid #ccc;
}

.mess_info .textarea{
  
    margin: 0 auto;
}
.mess_info .textarea p{
    line-height: 60px;
}
.mess_info .textarea p span{
    color: #e62129;
    font-size: 16px;
}
.mess_info .textarea textarea{
   width: 1150px;
    padding:0 10px;
    margin:10px 14px;
    border: 1px solid #ccc;
    height: 200px;
    font-family: "å¾®è½¯é›…é»‘";
    line-height: 40px;
}

.mess_info .submit{
    width: 200px;
    
    margin: 40px auto;
}

.mess_info .submit input{
    background-color: #e60012;
    color: #fff;
    line-height: 60px;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 100px;

}
.mess_title{
    padding-top: 40px;
}
.mess_title h2{
    color: #e60012;
    font-size: 20px;
}

.mess_title p{
    font-size: 14px;
    color: #666666;
    padding: 8px 0;
}