﻿.pagebanner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.pagebanner > img {
    max-width: 100%;
    min-height: 230px;
    overflow: hidden;
}
.pagebanner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.pagebanner > img {
    max-width: 100%;
    min-height: 230px;
    overflow: hidden;
}

.pagebanner .text {
    position: absolute;
    top: 50%;
    left: 50%;
}
.pagebanner .text p.en{
    font-size: 28px;
    font-style: italic;
    max-width: 280px;
}
.pagebanner .text p.cn{
    font-size: 20px;
    color: #000000;
}
.pagebanner .text i{
    width: 32px;
    height: 2px;
    background: #2c4b9c;
    display: block;
    margin-top: 10px;
}

/*子页 二级菜单*/
.subnav {
    width: 1200px;
    height: 50px;
    overflow: hidden;
    margin: -51px auto 0 auto;
    position: relative;
    z-index: 99;
}

.subnav ul {
    overflow: hidden;
    display: flex
}

.subnav ul li {
    float: left;
    width: 398px;
    height: 50px;
    line-height: 50px;
    margin: 0 1px;
    text-align: center;
}

.subnav ul li a {
    display: block;
    color: #333333;
    background: url("../images/subnav_bg.png") repeat-x;
}

.subnav ul li a:hover, .subnav ul li.active a{
    color: #ffffff;
    background: #006cb4;
}

.news_subnav ul li{
    width: 598px;
}
.news_subnav ul li a{
    background-repeat: repeat-x;
}

/* 通用 page分页效果 */
.pages { text-align:center; clear:both; overflow:hidden; margin:41px auto 71px auto;}
.pages a {color: #666666;line-height:16px; padding:7px 12px; background:#ededed; margin:0 1px; display:inline-block;}
.pages a.currentpage{ color: #ffffff; background: #206aba;}

/*子页 当前位置*/
.position {
    width: 90%;
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
    max-width: 1180px;
    margin: 16px auto;
    color: #858585;
    background: url("../images/position.png") left center no-repeat;
}

.position a {
    display: inline-block;
    color: #858585;
    margin: 0 3px;
}

/*产品展示*/
.pcProduct {
    margin-top: 20px;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mProduct {
    margin-top: 20px;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagemainbox {
    width: 100%;
    background: url("../images/page_right_bg.png") top 40px right no-repeat, url("../images/page_left_bg.png") bottom 30px left no-repeat;
}

.content {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 30px auto;
}

.prointro {
    line-height: 24px;
    color: #666666;
}

.pro_list {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
}

.pro_list li {
    width: 32%;
    margin: 10px 2% 20px 0;
    float: left;
    background: #f7f7f7;
}

.pro_list li:nth-child(3n) {
    margin-right: 0;
}

.pro_list li .imgbox {
    width: 100%;
    height: 290px;
    line-height: 290px;
    overflow: hidden;
    text-align: center;
    background: #e5eaed;
    position: relative;
    margin: 0 auto
}

.pro_list li .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform 1.2s ease-in-out;
}

.pro_list li p {
    padding: 20px;
    overflow: hidden;
}

.pro_list li p span {
    float: left;
    display: inline-block;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.pro_list li p a.toDetail {
    float: right;
    color: #999999;
    padding-right: 20px;
    background: url("../images/todetail.png") right center no-repeat;
}
.pro_list li:hover img{
    -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.pro_list li:hover span{
    color:#006cb4
}

a.pro_more {
    width: 219px;
    height: 42px;
    line-height: 42px;
    color: #2f2f2f;
    display: block;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
    border: 1px solid #b5b5b5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url("../images/icon_more.png") right 30px center no-repeat;
}
a.pro_more:hover{
    color:#006cb4
}

/*公司简介*/
.companymain {
    overflow: hidden;
}

.pageTitle {
    margin: 30px auto;
    text-align: center;
}

.companymain .fr {
    width: 100%;
    max-width: 660px;
    color: #5b5b5b;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
    text-indent: 2em;
}

.culture {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
}

.culture h3 {
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.culture h3 span {
    font-size: 12px;
}

.culture p {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 32px;
    text-indent: 2em;
}

/* 新闻中心 */
ul.new_list {
    width: 100%;
    overflow: hidden;
}

ul.new_list li {
    width: 100%;
    float: left;
    border-bottom: #e8e8e8 1px dashed;
    padding: 26px 0;
}

ul.new_list li .pic {
    float: left;
    width: 30%;
    max-width: 252px;
    margin-right: 3%;
    overflow:hidden;
}

ul.new_list li .pic img {
    max-width: 100%;
    transition: transform 0.8s ease-in-out;
}

ul.new_list .info_info {
    width: 67%;
    float: left;
    position: relative;
}

ul.new_list .info_info p.title {
    float: left;
    color: #333333;
    font-size: 20px;
    line-height: 35px;
    margin: 5px 0;
    height: 35px;
    display: block;
    width: 100%;
    max-width: 671px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.new_list li:hover p.title{
    color:#006cb4
}

ul.new_list .info_info p.info {
    float: left;
    color: #666666;
    line-height: 22px;
    width: 100%;
    max-width: 671px;
    margin-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

ul.new_list .info_info>span {
    float: right;
    color: #ffffff;
    border: 1px solid #999999;
    line-height: 30px;
    display: block;
    width: 13%;
    font-size: 17px;
    background: #999999;
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 30px;
    right: 0;
}

ul.new_list .info_info>span em {
    width: 100%;
    background: #ffffff;
    color: #999999;
    font-size: 48px;
    display: inline-block;
    line-height: 71px;
}
ul.new_list li:hover .info_info>span{
    border: 1px solid #006cb4;
    background: #006cb4;
    color:#ffffff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
ul.new_list li:hover .info_info>span em{
    color:#006cb4;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
ul.new_list:hover img{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
ul.new_list .info_info p.author {
    float: left;
    color: #666666;
    line-height: 22px;
    width: 100%;
    max-width: 671px;
    margin-top: 9px;
}
ul.new_list .info_info p.author span{
    float: right;
    display: none;
}
ul.new_list li:hover{}


/* 新闻详情 */
.newdetatl{
    overflow: hidden;
}
.newdetatl h3{
    font-size: 16px;
    color: #404040;
    line-height: 32px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
.newdetatl>p{
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #404040;
}
.newdetatl>p span{
    display: inline-block;
    margin-right: 10px;
}
.newdetatl>p em{
    padding: 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #006cb4;
    color: #ffffff;
    display: inline-block;
}
.newdetatl>p a{
    float: right;
    color: #505050;text-decoration: underline;
}
.details{
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
}
.details img{
    margin-bottom: 20px;
    max-width: 100%;
}
.details p{
    text-align: left;
    text-indent: 2em;
    color: #666666;
    line-height: 36px;
}

/*联系我们*/
.contactmain{
    width: 100%;
    overflow: hidden;
}
.contactmain .fl{
    overflow: hidden;
}
.contactmain .fl img{
    float: left;
}
.contactmain .fl .cinfo{
    width: 400px;
    min-height: 252px;
    float: left;
    margin-left: 30px;
}
.contactmain .fl .cinfo p{
    line-height: 30px;
    min-height: 40px;
    margin-bottom: 32px;
    font-size: 16px;
    color: #535353;
    padding-left: 50px;
    overflow:hidden;
}
.contactmain .fl .cinfo p:first-child{
    background: url(../images/icon_pagecontact.png) left top no-repeat;
}
.contactmain .fl .cinfo p:nth-child(2){
    background: url(../images/icon_pagecontact.png) left top -71px no-repeat;
}
.contactmain .fl .cinfo p:nth-child(3){
    background: url(../images/icon_pagecontact.png) left top -142px no-repeat;
}
.contactmain .fl .cinfo p:nth-child(4){
    background: url(../images/icon_pagecontact.png) left top -213px no-repeat;
}


.contactmain .fr{
    overflow: hidden;
    position: relative;
}
.contactmain .fr .dot{
    position: absolute;
    top: 50%;
    left: 47%;
}
.contactmain .fr .dot:before{
    content:' ';
    position: absolute;
    z-index:2;
    left:0;
    top:0;
    width:10px;
    height:10px;
    background-color: #006cb4;
    border-radius: 50%;
}

.contactmain .fr .dot:after {
    content:' ';
    position: absolute;
    z-index:1;
    width:300px;
    height:300px;
    border: 1px dashed #006cb4;
    background-color: #006cb4;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.5) inset;
    -webkit-animation-name:'ripple';/*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 1s;/*动画持续时间*/
    -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;/*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;/*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: normal;/*定义动画方式*/
}
@keyframes ripple {
    0% {
        left:5px;
        top:5px;
        opcity:75;
        width:0;
        height:0;
    }
    100% {
        left:-70px;
        top:-70px;
        opacity: 0;
        width:150px;
        height:150px;
    }
}
.contactmain .fr p{
    line-height: 40px;
    background: #ffffff;
    padding: 0 10px;
    position: absolute;
    top: 65%;
    left: 30%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.message{
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
}
.message form .formgroup{
    overflow: hidden;
}
.message form .formgroup input{
    width: 32%;
    height: 34px;
    line-height: 34px;
    padding: 0 1%;
    background: #f4f4f4;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}

.message form .formgroup textarea{
    width: 100%;
    height: 186px;
    padding: 10px;
    background: #f4f4f4;
    border: 0;
    margin-top: 10px;
}
.message form .submitBtn{
    width: 100%;
    max-width: 332px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    background: #006cb4;
    display: block;
    margin: 20px auto 0 auto;
}

/*销售网络*/

.salemain{
    padding: 30px 0;
    position: relative;
    max-width: 852px;
    margin: 0 auto;
}
.salemain img{
    max-width: 100%;
}
.salemain a{
    display: block;
    height: 0px;
    overflow: hidden;
    background: url("../images/icon_sale.png") top center no-repeat;
    padding-top: 16px;
    color: #464646;
    position: absolute;
}
.salemain a:hover,.salemain a.active{
    background: url("../images/icon_sale_hover.png") top center no-repeat;
    height: auto;
}

/*资质荣誉*/
.honercontent{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.honermainbox{
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;
    background: url("../images/page_bg_honer.png") top left no-repeat;
    background-size: contain;
}
.honermainbox > img{
    margin: 20px 0 0 5px;
    float: left;
}
.honermain{
    width: 520px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}
.honermain .swiper-container{
    width: 780px;
    margin-top: 70px;
}
.honermain .swiper-wrapper{
    height: auto!important;
}
.honermain .swiper-slide {
    width: 252px;
    height: 354px;
    background: #fff;
    border: 1px solid #dddddd;
}
.honermain .swiper-slide .honerinfobox{
    display: none;
}
.honermain  .swiper-slide img{
    display:block;
    max-width: 100%;
}
.honermain .swiper-button-prev {
    position: absolute;
    left: 22%;
    top: 240px;
    width: 34px;
    height: 34px;
    background: url(../images/zizhi_radio.jpg) top left no-repeat;
}
.honermain .swiper-button-prev:after{
    content: '';
}
.honermain .swiper-button-next {
    top: 240px;
    left: 25%;
    width: 34px;
    height: 34px;
    background: url(../images/zizhi_radio.jpg) top right no-repeat;
}
.honermain .swiper-button-next:after{
    content: '';
}
.honermain .swiper-pagination-bullets{
    top: 20px;
    left: 30%;
}
.honermain .swiper-pagination-bullet{
    background: none;
    width: 20px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color:#bebebe;
    margin: 0 7px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    display: inline-block;
    font-weight: bold;
}
.honermain .swiper-pagination-bullet-active{
    color:#535353;
    border-bottom:1px solid #bebebe;
}
.rightinfo{
    float: right;
    width: 100%;
    max-width: 600px;
    position: relative;
    display: none;
}
.rightinfo0{
    display: block;
}
.rightinfo i{
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 128px;
    font-family: Arial;
    color: #f2f2f2;
    font-style: italic;
}
.rightinfo h4{
    margin-top: 20%;
    color: #535353;
    font-size: 18px;
    line-height: 40px;
}
.rightinfo .honerinfo{
    color: #5b5b5b;
    line-height: 28px;
    margin-top: 20px;
}

.zhezhao{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    background: url("../images/m_opciaty.png") repeat;
    display: none;
    padding: 30px 0;
}
.zhezhao img{
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    display: none;
    max-width: 70%;
    max-height: 100%;
}
.zhezhao span.close{
    z-index: 9999;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-top: -60px;
    cursor: pointer;
}

/*搜索列表*/

.search ul li{width: 100%;height: 59px;line-height: 59px; border-bottom:1px dashed #dddddd}
.search ul li a{font-size: 14px;font-family: "宋体";color: #666666;display: block;width: 100%;height: 100%;box-sizing: border-box;}
.search ul li a span{color: #888888;font-size: 12px;float: right;}

@media screen and (max-width: 768px) {
    .pagebanner .text {
        width: 50%;
        top: 35%;
        left: 30%;
    }

    .subnav {
        display: none;
    }

    .pro_list li {
        width: 100%;
        margin: 10px auto;
    }

    .pagemainbox {
        background: none;
    }

    .content {
        width: 96%;
        margin: 30px auto;
    }
    ul.new_list li{
        padding: 16px 0;
    }
    ul.new_list .info_info a{
        line-height: 28px;
        margin: 2px 0;
        height: 28px;
    }
    ul.new_list .info_info p.info{
        margin-top: 5px;
        -webkit-line-clamp: 2
    }
    ul.new_list .info_info>span{
        display: none;
    }
    ul.new_list .info_info p.author span{
        display: block;
    }
    .message form .formgroup input{
        width: 100%;
        margin: 10px auto;
    }
    .salemain{
        padding:20px 0
    }
    .honermain{
        width: 90%;
    }
    .honermain .swiper-button-next{
        left: 35%;
    }
    .honermain .swiper-container{
        width: 160%;
    }
    .honermain .swiper-button-prev{
        top: 30%;
        left: 24%;
    }
    .honermain .swiper-button-next{
        top: 30%;
        left: 34%;
    }
    .honermain .swiper-slide {
        width: 140px;
        height: 204px;
        background: #fff;
        border: 1px solid #dddddd;
    }
    .rightinfo{
        float: none;
        width: 96%;
        overflow: hidden;
        margin: 0 auto;
    }
}


.pagebanner .text {
    position: absolute;
    top: 50%;
    left: 50%;
}

.pagebanner .text img {
    max-width: 100%;
}

/*子页 二级菜单*/
.subnav {
    width: 1200px;
    height: 50px;
    overflow: hidden;
    margin: -51px auto 0 auto;
    position: relative;
    z-index: 99;
}

.subnav ul {
    overflow: hidden;
}

.subnav ul li {
    float: left;
    width: 398px;
    height: 50px;
    line-height: 50px;
    margin: 0 1px;
    text-align: center;
}

.subnav ul li a {
    display: block;
    color: #333333;
    background: url("../images/subnav_bg.png") repeat-x;
}

.subnav ul li a:hover, .subnav ul li.active a{
    color: #ffffff;
    background: #006cb4;
}

.news_subnav ul li{
    width: 598px;
}
.news_subnav ul li a{
    background-repeat: repeat-x;
}

/* 通用 page分页效果 */
.pages { text-align:center; clear:both; overflow:hidden; margin:41px auto 71px auto;}
.pages a {color: #666666;line-height:16px; padding:7px 12px; background:#ededed; margin:0 1px; display:inline-block;}
.pages a.currentpage{ color: #ffffff; background: #206aba;}

/*子页 当前位置*/
.position {
    width: 90%;
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
    max-width: 1180px;
    margin: 16px auto;
    color: #858585;
    background: url("../images/position.png") left center no-repeat;
}

.position a {
    display: inline-block;
    color: #858585;
    margin: 0 3px;
}

/*产品展示*/
.pcProduct {
    margin-top: 20px;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mProduct {
    margin-top: 20px;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagemainbox {
    width: 100%;
    background: url("../images/page_right_bg.png") top 40px right no-repeat, url("../images/page_left_bg.png") bottom 30px left no-repeat;
}

.content {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 30px auto;
}

.prointro {
    line-height: 24px;
    color: #666666;
}

.pro_list {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
}

.pro_list li {
    width: 32%;
    margin: 10px 2% 20px 0;
    float: left;
    background: #f7f7f7;
}

.pro_list li:nth-child(3n) {
    margin-right: 0;
}

.pro_list li .imgbox {
    width: 100%;
    height: 290px;
    line-height: 290px;
    overflow: hidden;
    text-align: center;
    background: #e5eaed;
    position: relative;
    margin: 0 auto
}

.pro_list li .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform 1.2s ease-in-out;
}

.pro_list li p {
    padding: 20px;
    overflow: hidden;
}

.pro_list li p span {
    float: left;
    display: inline-block;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.pro_list li p a.toDetail {
    float: right;
    color: #999999;
    padding-right: 20px;
    background: url("../images/todetail.png") right center no-repeat;
}
.pro_list li:hover img{
    -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.pro_list li:hover span{
    color:#006cb4
}

a.pro_more {
    width: 219px;
    height: 42px;
    line-height: 42px;
    color: #2f2f2f;
    display: block;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
    border: 1px solid #b5b5b5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url("../images/icon_more.png") right 30px center no-repeat;
}
a.pro_more:hover{
    color:#006cb4
}

/*公司简介*/
.companymain {
    overflow: hidden;
}

.pageTitle {
    margin: 30px auto;
    text-align: center;
}

.companymain .fr {
    width: 100%;
    max-width: 660px;
    color: #5b5b5b;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
    text-indent: 2em;
}

.culture {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
}

.culture h3 {
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.culture h3 span {
    font-size: 12px;
}

.culture p {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 32px;
    text-indent: 2em;
}

/* 新闻中心 */
ul.new_list {
    width: 100%;
    overflow: hidden;
}

ul.new_list li {
    width: 100%;
    float: left;
    border-bottom: #e8e8e8 1px dashed;
    padding: 26px 0;
}

ul.new_list li .pic {
    float: left;
    width: 30%;
    max-width: 252px;
    margin-right: 3%;
}

ul.new_list li .pic img {
    max-width: 100%;
}

ul.new_list .info_info {
    width: 67%;
    float: left;
    position: relative;
}

ul.new_list .info_info a {
    float: left;
    color: #333333;
    font-size: 20px;
    line-height: 35px;
    margin: 5px 0;
    height: 35px;
    display: block;
    width: 100%;
    max-width: 671px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.new_list .info_info p.info {
    float: left;
    color: #666666;
    line-height: 22px;
    width: 100%;
    max-width: 671px;
    margin-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

ul.new_list .info_info>span {
    float: right;
    color: #ffffff;
    border: 1px solid #999999;
    line-height: 30px;
    display: block;
    width: 13%;
    font-size: 17px;
    background: #999999;
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 30px;
    right: 0;
}

ul.new_list .info_info>span em {
    width: 100%;
    background: #ffffff;
    color: #999999;
    font-size: 48px;
    display: inline-block;
    line-height: 71px;
}

ul.new_list .info_info p.author {
    float: left;
    color: #666666;
    line-height: 22px;
    width: 100%;
    max-width: 671px;
    margin-top: 9px;
}
ul.new_list .info_info p.author span{
    float: right;
    display: none;
}


/* 新闻详情 */
.newdetatl{
    overflow: hidden;
}
.newdetatl h3{
    font-size: 16px;
    color: #404040;
    line-height: 32px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
.newdetatl>p{
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #404040;
}
.newdetatl>p span{
    display: inline-block;
    margin-right: 10px;
}
.newdetatl>p em{
    padding: 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #006cb4;
    color: #ffffff;
    display: inline-block;
}
.newdetatl>p a{
    float: right;
    color: #505050;text-decoration: underline;
}
.details{
    text-align: left;
    line-height: 28px;
    margin-top: 30px;
}
.details img{
    margin-bottom: 20px;
    max-width: 100%;
}
.details p{
    text-align: left;
    text-indent: 2em;
    color: #666666;
    line-height: 36px;
}

/*联系我们*/
.contactmain{
    width: 100%;
    overflow: hidden;
}
.contactmain .fl{
    overflow: hidden;
}
.contactmain .fl img{
    float: left;
}
.contactmain .fl .cinfo{
    width: 400px;
    min-height: 252px;
    float: left;
    margin-left: 30px;
}
.contactmain .fl .cinfo p{
    line-height: 32px;
    min-height: 40px;
    margin-bottom: 32px;
    font-size: 16px;
    color: #535353;
    padding-left: 50px;
}
.contactmain .fl .cinfo p:first-child{
    background: url(../images/icon_pagecontact.png) left top no-repeat;
}
.contactmain .fl .cinfo p:nth-child(2){
    background: url(../images/icon_pagecontact.png) left top -71px no-repeat;
}
.contactmain .fl .cinfo p:nth-child(3){
    background: url(../images/icon_pagecontact.png) left top -142px no-repeat;
}
.contactmain .fl .cinfo p:nth-child(4){
    background: url(../images/icon_pagecontact.png) left top -213px no-repeat;
}

.contactmain .fr{
    overflow: hidden;
    position: relative;
}
.contactmain .fr .dot{
    position: absolute;
    top: 50%;
    left: 47%;
}
.contactmain .fr .dot:before{
    content:' ';
    position: absolute;
    z-index:2;
    left:0;
    top:0;
    width:10px;
    height:10px;
    background-color: #006cb4;
    border-radius: 50%;
}

.contactmain .fr .dot:after {
    content:' ';
    position: absolute;
    z-index:1;
    width:100px;
    height:100px;
    border: 1px dashed #006cb4;
    background-color: #006cb4;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.3) inset;
    -webkit-animation-name:'ripple';/*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 1s;/*动画持续时间*/
    -webkit-animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;/*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;/*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: normal;/*定义动画方式*/
}
@keyframes ripple {
    0% {
        left:5px;   
        top:5px;   
        opcity:75;   
        width:0;   
        height:0;
    }
    100% {
        left:-20px;   
        top:-20px;   
        opacity: 0;   
        width:50px;   
        height:50px;  
    }
}
.contactmain .fr p{
    line-height: 40px;
    background: #ffffff;
    padding: 0 10px;
    position: absolute;
    top: 65%;
    left: 30%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.message{
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
}
.message form .formgroup{
    overflow: hidden;
}
.message form .formgroup input{
    width: 32%;
    height: 34px;
    line-height: 34px;
    padding: 0 1%;
    background: #f4f4f4;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}

.message form .formgroup textarea{
    width: 100%;
    height: 186px;
    padding: 10px;
    background: #f4f4f4;
    border: 0;
    margin-top: 10px;
}
.message form .submitBtn{
    width: 100%;
    max-width: 332px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    background: #006cb4;
    display: block;
    margin: 20px auto 0 auto;
}

/*销售网络*/

.salemain{
    padding: 30px 0;
    position: relative;
    max-width: 852px;
    margin: 0 auto;
}
.salemain img{
    max-width: 100%;
}
.salemain a{
    display: block;
    height: 0px;
    overflow: hidden;
    background: url("../images/icon_sale.png") top center no-repeat;
    padding-top: 16px;
    color: #464646;
    position: absolute;
}
.salemain a:hover,.salemain a.active{
    background: url("../images/icon_sale_hover.png") top center no-repeat;
    height: auto;
}

/*资质荣誉*/
.honercontent{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.honermainbox{
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;
    background: url("../images/page_bg_honer.png") top left no-repeat;
    background-size: contain;
}
.honermainbox > img{
    margin: 20px 0 0 5px;
    float: left;
}
.honermain{
    width: 520px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}
.honermain .swiper-container{
    width: 780px;
    margin-top: 70px;
}
.honermain .swiper-wrapper{
    height: auto!important;
}
.honermain .swiper-slide {
    width: 252px;
    height: 354px;
    background: #fff;
    border: 1px solid #dddddd;
}
.honermain .swiper-slide .honerinfobox{
    display: none;
}
.honermain  .swiper-slide img{
    display:block;
    max-width: 100%;
}
.honermain .swiper-button-prev {
    position: absolute;
    left: 22%;
    top: 240px;
    width: 34px;
    height: 34px;
    background: url(../images/zizhi_radio.jpg) top left no-repeat;
}
.honermain .swiper-button-prev:after{
    content: '';
}
.honermain .swiper-button-next {
    top: 240px;
    left: 25%;
    width: 34px;
    height: 34px;
    background: url(../images/zizhi_radio.jpg) top right no-repeat;
}
.honermain .swiper-button-next:after{
    content: '';
}
.honermain .swiper-pagination-bullets{
    top: 20px;
    left: 30%;
}
.honermain .swiper-pagination-bullet{
    background: none;
    width: 20px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color:#bebebe;
    margin: 0 7px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    display: inline-block;
    font-weight: bold;
}
.honermain .swiper-pagination-bullet-active{
    color:#535353;
    border-bottom:1px solid #bebebe;
}
.rightinfo{
    float: right;
    width: 100%;
    max-width: 600px;
    position: relative;
    display: none;
}
.rightinfo0{
    display: block;
}
.rightinfo i{
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 128px;
    font-family: Arial;
    color: #f2f2f2;
    font-style: italic;
}
.rightinfo h4{
    margin-top: 20%;
    color: #535353;
    font-size: 18px;
    line-height: 40px;
}
.rightinfo .honerinfo{
    color: #5b5b5b;
    line-height: 28px;
    margin-top: 20px;
}

.zhezhao{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    background: url("../images/m_opciaty.png") repeat;
    display: none;
    padding: 30px 0;
}
.zhezhao img{
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    display: none;
    max-width: 70%;
    max-height: 100%;
}
.zhezhao span.close{
    z-index: 9999;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-top: -60px;
    cursor: pointer;
}

/*搜索列表*/

.search ul li{width: 100%;height: 59px;line-height: 59px; border-bottom:1px dashed #dddddd}
.search ul li a{font-size: 14px;font-family: "宋体";color: #666666;display: block;width: 100%;height: 100%;box-sizing: border-box;}
.search ul li a span{color: #888888;font-size: 12px;float: right;}

@media screen and (max-width: 768px) {
    .pagebanner .text {
        width: 50%;
        top: 35%;
        left: 30%;
    }

    .subnav {
        display: none;
    }

    .pro_list li {
        width: 100%;
        margin: 10px auto;
    }

    .pagemainbox {
        background: none;
    }

    .content {
        width: 96%;
        margin: 30px auto;
    }
    ul.new_list li{
        padding: 16px 0;
    }
    ul.new_list .info_info a{
        line-height: 28px;
        margin: 2px 0;
        height: 28px;
    }
    ul.new_list .info_info p.info{
        margin-top: 5px;
        -webkit-line-clamp: 2
    }
    ul.new_list .info_info>span{
        display: none;
    }
    ul.new_list .info_info p.author span{
        display: block;
    }
    .message form .formgroup input{
        width: 100%;
        margin: 10px auto;
    }
    .salemain{
        padding:20px 0
    }
    .honermain{
        width: 90%;
    }
    .honermain .swiper-button-next{
        left: 35%;
    }
    .honermain .swiper-container{
        width: 160%;
    }
    .honermain .swiper-button-prev{
        top: 30%;
        left: 24%;
    }
    .honermain .swiper-button-next{
        top: 30%;
        left: 34%;
    }
    .honermain .swiper-slide {
        width: 140px;
        height: 204px;
        background: #fff;
        border: 1px solid #dddddd;
    }
    .rightinfo{
        float: none;
        width: 96%;
        overflow: hidden;
        margin: 0 auto;
    }
    .contactmain .fl .cinfo{
        width: 88%;
        max-width: 400px;
    }
}

