.header {
    width: 100%;
}
.head_pc{
    /*position: inherit;*/
}
.head_nav .container {
    overflow: visible;
    position: relative;
    
}

#demo{
    position: relative;
    top: 0;
}
.head_nav{
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 2%;
}

.head_nav .en{
    position: absolute;
    
    right: 38px;
    top: -22px;
    border: 1px solid #ccc;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.head_nav .en a {
    display: inline-block;
    width: 88px;
    line-height: 36px;
    
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
}

.head_nav .en:hover{
    background-color: #2e80dc;
}



.nav-pc .navbar {
    text-align: center;
    margin: 0 -2%;
   
}
.nav-pc .navbar .logo img{
    max-width: 100px;
}
.nav-pc ul li{
    display: inline-block;
    position: relative;
    width: 12%;
    margin: 0 1.14%;
    float:left;
}

.nav-pc .nav-link {
    display: block;
    line-height: 54px;
    text-align: center;
    text-align: center;

    color: #fff;
    font-size: 1.6rem;
    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;




}
.nav-pc .hover,
.nav-pc .nav-link:hover{
    color: #2e80dc;
}







.head_wap{
    display: none;
    background-color: #2f80dc;
    padding: 10px 0;
}
.head_wap .container{
    display: table;
}
.head_wap .head_button,
.head_wap .logo_wap,
.head_wap .en{
    display: table-cell;
   vertical-align: middle;
    width: 33.33%;
}
.head_wap .en{
    text-align: left;
    
    
}
.head_wap .en a{
    color: #fff;
}
.head_wap .logo_wap{
    text-align: center;
    
}
.head_wap .logo_wap img{
    display: inline;
    width: auto;
    
}

.nav_button {
    overflow: hidden;
    width: 23px;
    position: relative;
    z-index: 999;
    
    float: right;
    
}

.nav_button .nav_bar {
    width: 23px;
    height: 2px;
    display: block;
    margin: 5px 0;
    background: #fff;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;

}

.nav_button .mid {
    width: 18px;
}

.nav_button.animate .nav_bar {
    background: #949494;
}

.nav_button.animate .top {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.nav_button.animate .mid {
    width: 0;
}

.nav_button.animate .bottom {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


/*nav for mobile*/
.nav_m {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    z-index: 998;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 15px;
}

.nav_m .head-wap {
    position: fixed;
    height: 60px;
    top: 0;
    /*background: #2e2929;*/
    width: 100%;
    max-width: 768px;
    margin-left: -15px;
    z-index: 999;
}

.nav_m .logo {
    width: 134px;
    display: block;
    float: left;
    margin-top: 10px;
}

.nav_m .logo img {
    width: 100%;
    display: block;
}

.nav_m .menu {
    min-height: 100%;
    margin-top: 64px;
    padding-bottom: 60px;
}

.nav_m .main_item {
    overflow: hidden;
    border-bottom: 1px solid #5a5a5a;
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.nav_m .main_item:nth-child(2) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.nav_m .main_item:nth-child(3) {
    -webkit-transition-delay: 160ms;
    transition-delay: 160ms;
}

.nav_m .main_item:nth-child(4) {
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms;
}

.nav_m .main_item:nth-child(5) {
    -webkit-transition-delay: 360ms;
    transition-delay: 360ms;
}

.nav_m .main_item:nth-child(6) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.nav_m .main_item:nth-child(7) {
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms;
}

.nav_m .main_item:nth-child(8) {
    -webkit-transition-delay: 560ms;
    transition-delay: 560ms;
}

.nav_m .main_item:nth-child(9) {
    -webkit-transition-delay: 640ms;
    transition-delay: 640ms;
}

.nav_m .main_item:nth-child(10) {
    -webkit-transition-delay: 720ms;
    transition-delay: 720ms;
}

.nav_m .main_item>a {
    display: block;
    line-height: 48px;
    font-size: 14px;
    color: #333;
    background: url('../images/public/plus.png') 98% center no-repeat;
    background-size: 12px;
}

.nav_m .menu.show .main_item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.nav_m .on {
    border: none;
    height: auto;
}

.nav_m .on>a {
    background-image: url('../images/public/minus.png');
}

.nav_m .link>a {
    background-image: url('../images/public/arrow.png');
}

.drop_list {
    display: none;
}

.drop_list a {
    display: block;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #5a5a5a;
    text-indent: 20px;
    height: 42px;
    line-height: 42px;
}

/* 首页产品中心 */

.index_typename{
    padding: 3% 0;
}
.index_typename h1{
    font-size: 3rem;
    text-align: center;
    line-height: 96px;
    color: #6f6d6d;
}
.index_pro .index_typename h1{

    background:url(../images/index_pro.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.index_pro .pro_typelist ul{
    text-align: center;
    
}
.index_pro .pro_typelist li{
    display: inline-block;
    margin:0 10px;
}
.index_pro .pro_typelist h2{
    font-size: 1.6rem;
    color: #545454;
    padding:0 18px;
    line-height: 40px;
    border: 1px solid #ccc;
    cursor: pointer;
     -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
}
.index_pro .pro_typelist .on h2,
.index_pro .pro_typelist h2:hover{
    border-color: #2f80dc;
    color: #2f80dc;
}
.index_pro .pro_conlist {
    padding-top: 3%;
}
.index_pro .pro_conlist img{
    
    
}
.index_pro .pro_conlist .row{
    margin:0 -8px;
}
.index_pro .pro_conlist li{
    float:left;
    margin-bottom: 4%;
    padding:0 8px;
}
.index_pro .pro_conlist a{
    display: block;
    border: 1px solid #ccc;
}
.index_pro .pro_conlist .img{
    padding: 6px;
}
.index_pro .pro_conlist h3{
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 3;
     -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.index_pro .pro_conlist a:hover h3{
    background-color: #2e80dc;
    color: #fff;
}
/* 首页荣誉资质 */
.index_honor{
    background: url(../images/honor_bj.png) no-repeat bottom center;
    -webkit-background-size: contain;
    background-size: contain;
    padding-bottom: 10%;
}
.index_honor .index_typename h1{
    background: url(../images/index_hon.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.index_honor .row{
    margin:0 -15px;
    
}
.index_honor .row li{
    padding:0 15px;
    float:left;
    box-sizing: border-box;
}
.index_honor .row li a{
    display: table;
    text-align: center;
    padding:14%;
    width: 100%;
    background: rgba(0,0,0,0.2);
}

.index_honor .row .img{
    display: table-cell;
    vertical-align: middle;
    /*height: 100%;*/
}
.index_honor .row img{
    width: auto;
    display: inline;
    max-width: 100%;
}


/* 首页厂房展示 */
.index_fao{
    padding-bottom:2%;
    padding-top: 3%;
}
.index_fao .index_typename h1{
    background: url(../images/index_fac.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.index_fao .row{
    margin:0 -4px;
}
.index_fao .row li{
    margin-bottom:1%;
}
.index_fao .img{
    overflow: hidden;
    
}

.index_fao .row a{
    display: block;
    position: relative;
    overflow: hidden;
    
}
.index_fao .img img{
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.index_fao .img: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_fao .title {
    position: absolute;
    top: 18px;
    line-height: 38px;
    width: 100px;
    color: #6f6d6d;
    font-size: 1.4rem;
    background-color: #fff;
    text-align: center;
    
}


.ban_line a{
    display: block;
    width: 100%;
}

/* 为什么选择我们 */
.index_cho{
    padding-top: 3%;
}

.index_cho .index_typename h1{
    background: url(../images/index_cho.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}


.index_cho .row{ 
    margin:0 -25px;
}

.index_cho .row li{
    padding:0 25px;
    margin-bottom: 3%;
}

.index_cho .row a{
    display: block;
    position: relative;
}
.index_cho .row .cho_box{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 364px;
    padding: 4%;
    background: rgba(255,255,255,0.6);
}

.index_cho .cho_box h2{
    font-size: 2.4rem;
    color: #2f80dc;
    line-height: 40px;
}

.index_cho .cho_box p{
    font-size: 1.2rem;
    color: #848484;
    padding: 2% 0;
}
.index_cho .cho_box div{
    font-size: 1.3rem;
    color: #484848;
    line-height: 24px;
}

/* 首页合作伙伴 */

.index_coop .index_typename h1{
    background: url(../images/index_coo.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.index_coop .row {
    margin:0 -14px;
}
.index_coop .row li{
    padding:0 14px;
    margin-bottom: 3%;
}
.index_coop .row a{
    display: block;
    border: 1px solid #ccc;
}
.owl-theme .owl-controls{
    position: static;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
    position: static;
    
    width: 65px;
    height: 42px;

}

.owl-theme .owl-controls .owl-nav .owl-prev{
    background: url(../images/prev.jpg) no-repeat center;
}
.owl-theme .owl-controls .owl-nav .owl-next{
    background: url(../images/nex.jpg) no-repeat center;
}

.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-nav .owl-prev{
    margin:0 2%;
    
    background-color: #fff;
    margin-top: 4%;
}.owl-carousel .owl-item .img-wrapper{
    overflow: hidden;
    
}
.owl-carousel .owl-item .img-wrapper img{
   -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
}
.owl-carousel .owl-item a:hover .img-wrapper img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* 公司简介 */
.index_cn{
    padding-top: 2%;
    margin-bottom: 6%;
}

.index_cn .container{
    display: table;
    overflow: visible;
    
}
.index_cn .index_typename h1{
    max-width: 430px;
    margin: 0 auto;
    line-height: 63px;
    margin-bottom: 4%;
}
.index_com{
    display: table-cell;
    width: 50%;
    height: 100%;
}

.index_com .index_typename h1{
    background: url(../images/index_com.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.index_com .com_sum{
    padding: 6%;
    background-color: #f8f8f8;
}
.index_com .com_sum .summary{
    font-size: 1.4rem;
    line-height: 24px;

}





.index_news{
   display: table-cell;
   width: 50%;
   height: 100%;

}

.index_news .index_typename h1{
    background: url(../images/index_news.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.index_news .title h1{
    font-size:2rem;
    color: #2f80dc;
    float: left;
    
}

.index_news .title .time{
    font-size: 1.8rem;
    color: #7b7b7b;
    float: right;
    
}

.index_news .news_li{
    border: 1px solid #ccc;
    padding: 3%;
    height: 100%;
}
.index_news .news_li li{
    margin-bottom: 5%;
}
.index_news .news_li a{
    display: block;
    padding-left: 36px;
    background: url(../images/news_icon2.png) no-repeat 18px 8px;
    border-bottom: 1px solid #eeeeee;
}
.index_news .news_li .title{
    overflow: hidden;
    
}
.index_news .news_li .summary{
    display: table;
}
.index_news .news_li .sum{
    font-size: 1.3rem;
    color: #7b7b7b;
    line-height: 24px;
    padding: 2.7% 0;
    width: 80%;
    max-width: 440px;
    display: table-cell;
    vertical-align: middle;
}

.index_news .news_li i{
    font-style: normal;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    background: url(../images/news_icon.png) no-repeat center;
}


/*底部导航*/

.footer{
    background-color: #f6f6f6;
}
.foo_nav{
  border-bottom: 1px solid #ccc; 
}
.foo_nav ul{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    
}
.foo_nav ul{
    text-align: center;
    
}
.foo_nav li{
    display: inline-block;
    width: 19%;
}

.foo_nav li a{
    display: block;
    line-height: 90px;
    font-size: 1.6rem;
    color: #5c5c5c;
    background: url(../images/foonav_icon.png) no-repeat center right;
}

.foo_nav li:last-child a{
    background: none;
}

.index_contact{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 2% 0;
    overflow: hidden;
    
}

.index_contact .contact_con{
    font-size: 1.4rem;
    line-height: 28px;
    color: #5c5c5c;
    width: 50%;
    float: left;
    
}
.index_contact .wm{
    width: 50%;
    float: left;
    overflow: hidden;
    
}
.index_contact .wm img{
    max-width: 120px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #2f80dc;
}

.index_contact .sj{
    float: left;
    text-align: center;
    width: 50%;
}
.index_contact .sj p{
    color:#2f80dc;
    padding-top: 5%;
}
.foo-bottom{
    background-color: #2f80dc;
}
.foo-bottom p{
    text-align: center;
    line-height: 48px;
}
.foo-bottom a{
    display: inline-block;
    padding:0 4%;
    color: #fff;
    font-size: 1.6rem;
}




/*公司简介*/

.ab_left{
    width: 100%;
    position: absolute;
    top: 50%;
}
.ab_left ul{
    text-align: center;
    width: 100%;
    max-width: 396px;
    background: #fff;
    margin: 0 auto;
    border-radius: 23px;
}
.ab_left li{
    display: inline-block;
    padding:0 9%;
}
.ab_left a{
    display: block;
    line-height: 46px;
}
.ab_left a.hover,
.ab_left a:hover{
    color: #2f80dc;
}


/* 公共 */

.pub_type{
    padding: 3% 0;
}
.pub_type h1{
    font-size: 3rem;
    text-align: center;
    line-height: 96px;
    color: #6f6d6d;
}
 .pub_type .ab_type{
    background:url(../images/index_com.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.about_con{
    margin-bottom: 3%;
}
.about_con .about_sum{
    color: #6f6d6d;
    font-size: 1.4rem;
    line-height: 24px;
    padding:0 10px;
}

/* 企业文化 */

.culture_box{
    width: 100%;
    /*height: 100%;*/
}
.culture{
    position: relative;
    width: 100%;
    /*height: 100%;*/
    z-index: -1;
}
.culture .pub_type{
    width: 100%;
    position: absolute;
    top: 4%;
}

.culture .pub_type h1{
    color: #333;
    background:url(../images/cul_type.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.culture_box .cul_list{
    width: 100%;
    margin-top: -10%;
    margin-bottom: 3%;
  
}
.culture_box .cul_list ul{
    margin:0 -8px;
    overflow: hidden;
    
}
.culture_box .cul_list li{
    width: 20%;
    display: inline-block;
   float: left;
   height: 280px;
    padding:0 8px;
    margin-bottom: 22px;
}

.culture_box .cul_list li a{
    display: block;
    background-color: #284276;
    padding: 20px;
    height: 100%;
}
.culture_box .cul_list h3{
    font-size: 1.8rem;
    color: #99c5f8;
    text-align: center;
    line-height: 70px;
}

.culture_box .cul_list .sum{
    color: #fff;
    font-size: 1.2rem;
    line-height: 24px;
}

.culture_box .cul_list li.second{
    height: 420px;
}
.culture_box .cul_list li.second a{
    background-color: #f6f6f6;
}

.culture_box .cul_list li.second .sum{
    color: #5f5f5f;
}

/* 合作伙伴 */


 .pub_type .cooper_type{
    background:url(../images/index_coo.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}


.cooper ul{
    margin:0 -15px;
}
.cooper li{
    display: block;
    padding:0 15px;
    margin-bottom: 2%;
}
.cooper li a{
    display: block;
    border: 1px solid #ccc;
}

/* 公司荣誉 */

 .pub_type .honor_type{
    background:url(../images/index_hon.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.honor li{
    float: left;
    width: 33.33%;
    padding:0 15px;
    margin-bottom: 2%;
}

.honor li a{
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 6%;
}
.honor li img{
    display: inline;
}

/* 工厂设备 */

.technology{
    position: relative;
    width: 100%;
    /*height: 100%;*/
    z-index: -1;
}
.technology .pub_type{
    width: 100%;
    position: absolute;
    top: 4%;
}

.technology .pub_type h1{
    color: #b7ccfa;
    background:url(../images/tech.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.technology .pub_type .type_sum{
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    padding: 2% 0;
    line-height: 26px;
    max-width: 616px;
    margin: 0 auto;
}





.technology .tech_list{
    margin-top: -5%;
}

.technology .tech_list ul{
    margin:0 -6px;

}
.technology .tech_list li{
    padding:0 6px;
    margin-bottom: 2%;
}

.technology .tech_list .title{
    text-align: center;
    padding-top: 4%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.display{
    width: 100%;
  background:url(../images/display_bj.jpg) no-repeat center bottom;
    -webkit-background-size: contain;
    background-size: contain;
    padding-bottom: 20%;

}

.display h1{
   
    background:url(../images/display1.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}


.display ul{
    margin:0 -8px;
}

.display ul li{
    padding:0 8px;
    margin-bottom: 2%;
}


/*产品中心*/

.public .pub_type .pro_type{
     background:url(../images/index_pro.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.product{
    overflow: hidden;
    
}
.product .pro_left{
    max-width: 260px;
    width: 100%;
    float: left;
    margin-bottom: 4%;
}

.product .type_tit{
    line-height: 70px;
    font-size: 2rem;
    color: #fff;
    padding:0 40px;
    background-color: #2f80dc;
}
.product .three{
    padding:0 20px;
    border: 1px solid #ccc;

}
.product .three a.one{
    display: block;
    line-height: 54px;
    color: #969696;
    padding:0 20px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    
}
.product .three a.one.hover,
.product .three a.one:hover{
    color: #2f80dc;
    background: url(../images/pro_icon.png) no-repeat right center;
}



.pro_left .two_nav{
    padding:10px 20px;
}

.pro_left .two_nav a{
    display: block;
    line-height: 26px;
    padding-left: 10px;
}


.pro_left .two_nav a:hover,
.pro_left .two_nav a.hover{
    color: #2f80dc;
}






.product .pro_list{
    max-width: 898px;
    width: 100%;
    float: right;
    
}
.product .pro_list{
    margin:0 -8px;
}
.product .pro_list li{
    padding:0 8px;
    margin-bottom: 16px;
}

.product .pro_list a{
    display: block;
    border: 1px solid #ccc;
}

.product .pro_list .img{
    padding: 6px;
    padding-bottom: 0;
}

.product .pro_list h2{
    font-size: 1.6rem;
    line-height: 70px;
    padding:0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.pro_head .head_nav{
  background: -webkit-linear-gradient(rgba(152,152,152,1),rgba(0,0,0,0));
background: -moz-linear-gradient(top,rgba(152,152,152,1) 0%,rgba(0,0,0,0) 100%);; /*FireFox*/
background: -o-linear-gradient(top,rgba(152,152,152,1) 0%,rgba(0,0,0,0) 100%);  /* Opear */
background: -ms-linear-gradient(rgba(152,152,152,1),rgba(0,0,0,0)); /*IE10及IE10+*/

}


/* 浏览路径 */

.guide{
    line-height: 32px;
    padding-left: 44px; 
    margin-bottom: 2%; 
    background: url(../images/path_icon.png) no-repeat center left;
}

.guide .icon{
    font-size: 1.8rem;
    font-family: "simsun";
}
.guide .icon:last-child{
    display: none;
}
.guide .type_a{
    color: #5e5e5e;
    font-size: 1.8rem;
}



.product_read{
    
    padding:3% 0;
    width: 100%;
  
}
.product_read .pro_pic{
    display: table;
    width: 100%;
    overflow: hidden;
    
}
.product_read .pro_main{
   max-width: 760px;
   display: table-cell;
 vertical-align: top;
 width: 60%;
       
       
}
.product_read .pro_info{
   
    width: 40%;
    display: table-cell;
    height: 100%;
   padding-left: 2%;
    vertical-align: middle;
    
}

.product_read .pro_info h4{
    font-size: 1.8rem;
    padding-bottom: 2%;
}
.product_read .pro_info .summary{
    font-size: 1.4rem;
    line-height: 24px;
}

.product_read .title_m{
    font-size: 2rem;
    color: #2f80dc;
   padding: 2% 0;
}


/* 新闻中心 */


.public .pub_type .news_type{
     background:url(../images/index_news.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.news li{
    border-bottom: 1px solid #ccc;
}
.news li a{
    display: block;
    overflow: hidden;
    padding: 3% 1%;
}
.news li .img{
    width: 19%;
    float: left;
    display: inline-block

}
.news li img{
    width: auto;
    padding: 6px;
    box-shadow: 0 0 5px #ccc;
    max-width: 100%;
}

.news .news_main{
    max-width: 920px;
    width:79%;
    float: right;
    /*padding-left: 2%;*/
}

.news .news_main h1{
    
    font-size: 2rem;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .news_main .sum{
    line-height: 24px;
    padding: 2% 0;
}

.news li a:hover h1{
   color: #264486;
}

/* 新闻详情页 */
.news_read{
    padding: 2% 0;
}

.news_read .news_content{
    padding: 2% 0;
}
.news_read .title{
    font-size: 2rem;
    text-align: center;
    color: #2f80dc;
}

.news_read .time{
    text-align: center;
    padding-top: 2%;
    padding-bottom: 3%;
}

.news_read .read_sum{
    font-size: 1.4rem;
    line-height: 24px;
}

/* 客户服务 */

.public .pub_type .service_type{
     background:url(../images/service.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.service ul{
    margin:0 -12px;
}

.service ul li{
    padding:0 12px;
    margin-bottom: 2%;
}
.service ul .img{
    text-align: center;
    
} 
.service ul img{
    width: auto;
    margin: 0 auto;
    
}
.service ul .title{
    text-align: center;
    padding-top:14%;
    color: #2f80dc;
    font-size: 2rem;
}
.service .ser_main{
    display: table;
}
.service .ser_main .text{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    background-color: #f6f6f6;
    max-width: 220px;
    width: 100%;

}
.service .ser_main i{
    list-style: none;
}


.service .ser_main .img{
    display: table-cell;
    vertical-align: middle;
}
.message {
    width: 100%;
    margin: 2% auto;

}
.message p{
    margin:0 -1%;
    margin-bottom: 2%;
}
.message input{
    width: 48%;
    padding:0 5px;
    margin:0 1%;
    line-height: 40px;
}
.message .text{
    width: 100%;
    margin: 0 auto;
}
.message textarea{
    width: 100%;
    padding: 0 5px;
    line-height: 40px;
    min-height: 120px;
}
.message div{
    text-align: center;
    margin-bottom: 4%;
    margin-top: 2%;
}

.message .submit{
    width: 30%;
    margin: 0 auto;
    line-height: 56px;
    text-align: center;
    color: #fff;
    background-color: #2f80dc;
    font-size: 2rem;
    cursor: pointer;
    
}



/* 联系我们 */

.contact_type{
   background:url(../images/contact.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain; 
}

.contact #map{
    width: 100%;
    height: 500px;
}
.contact .contact_main{
    padding:4% 0;
    overflow: hidden;
    
}
.contact .contact_main .img{
    text-align: center;
    width: 50%;
    float: left;
    
}
.contact .contact_main .img img{
     display: inline-block;
     width: 50%;
    max-width: 200px;
  padding:0 4%;
}

.contact .contact_main .contact_info{
    padding:0 2%;
    line-height: 26px;
    float: left;
    
}
tr,
tbody,
table{
    display: block;
    width: 100%;
    max-width: 100%;
  height:100% !important;
}
td{
  display: block;
width:100%;
  height:30px;
 
}

tr{
  width:70%;
height:30px;
  float: right;
}
tbody{
  overflow: hidden;
}
table,td,th{
   	padding:0;
    border: 1px solid #333;
  border-collapse: collapse;
}
.firstRow{
width:30%;
  float: left;
}









/* 客服中心 */
#floatDivBoxs{
    width: 170px;
    background: #fff;
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #2e80dc;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0 50px;
}

#floatDivBoxs .floatDtxt {
    font-size: 18px;
    color: #333;
    padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px;
}

#floatDivBoxs img{
    display: block;
    width: auto;
    max-width: 100%;
}

#floatDivBoxs .floatDbg {
    width: 100%;
    height: 20px;
    background: url(../images/online_botbg.jpg) no-repeat;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
    width: 50px;
    height: 45px;
    background: url(../images/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 180px;
    right: 170px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 45px;
}

.floatDqq a{
    display: block;
    padding-left: 40px;
    background: url(../images/qq.png) no-repeat center left;
}