.header{
    width: 100%;
    position: relative;
    background: #fff;
    border-top: 6px solid #0da39a;
}
.logo{
    float:left;
    position: relative;
    top: 27px;
    left: 49px;
    height: 147px;
    z-index: 100;
}
.logo1{

}
.logo1 a{
    display: block;
    width: 421px;
    height: 89px;
    float: left;
    position: relative;
}
.logo1 a img{
    width: 94px;
    height: 89px;
    object-fit: cover;
    position: absolute;
}
.logo1 a h1{
    color: #ae181a;
    width: 300px;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    left: 89px;
    top: 15px;
    font-family: cursive;
}
.logo1 a p{
    width: 300px;
    color: #0da39a;
    font-size: 14px;
    display: block;
    position: absolute;
    left: 89px;
    top: 55px;
    font-family: cursive;
}
.nav_right{
    float:right;
    width: 1030px;
}
.nav_right>.clear>a{
    float:left;
    margin-top: 18px;
}
.tel{
    float:right;
    width: 289px;
    height: 92px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 92px;
    text-align: left;
    background:#0da39a url("../images/tel.png") no-repeat 28px center;
}
.tel span{
    font-size:14px;
    color: #fff;
    margin-top: 19px;
    display: block;
}
.tel h4{
    font-size: 24px;
    color: #fff;
}

.navlist{
    line-height: 55px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 300ms 0s all ease ;
    -moz-transition: 300ms 0s all ease ;
    -ms-transition: 300ms 0s all ease ;
    -o-transition: 300ms 0s all ease ;
    transition: 300ms 0s all ease ;
}
.navlist li{
    float:left;
}
.navlist li>a{
    color: #333;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 171px;
    background:url("../images/navline.png") no-repeat right center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.navlist li:last-child>a{background:none;}
.navlist li>a:hover{
    color: #0da39a;
    font-weight: bold;
}
#thyNavStyle>a{
    color: #0da39a;
    font-weight: bold;
}
.headfix{
    width: 100%;
    position: fixed;
    top:0;
    box-shadow:0 0 10px #666;
    z-index:1000;
}
/*main*/
/*search*/
.searchbg{
    background: #f3f3f3;
}
.searchbg .mycontainer>div:first-child{
    float:left;
}
.searchbg span{
    float:left;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 50px;
}
.searchbg a{
    font-size: 14px;
    color: #666666;
    line-height: 53px;
    margin-right: 15px;
    float:left;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.searchbg a:hover{
    color: #005ea3;
}
.searchborder{
    float:right;
    background: #ffffff;
    float: right;
    position: relative;
    right: 0;
    top: 10px;
    width: 282px;
    height: 34px;
    line-height: 34px;
}
.searchborder input[type=text]{
    color: #666;
    width: 235px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    background: rgba(221, 221, 221, 0);
    padding-left: 10px;
}
.searchborder input[type=submit]{
    border: 0;
    position: absolute;
    top: 0px;
    width: 38px;
    height: 34px;
    right: 0px;
    background: url("../images/search1.png") no-repeat center;
}
.searchborder input[type=button]{
    border: 0;
    position: absolute;
    top: 0px;
    width: 38px;
    height: 34px;
    right: 0px;
    background: url("../images/search1.png") no-repeat center;
}
.searchborder input[type=text]:focus,.nav input[type=submit]:focus{
    outline: none;
}
/*product*/
.product{
    margin-top: 62px;
}
.pro_l{
    float:left;
    width: 250px;
}
.pro_l>div{
    background: url("../images/protitbg.png") no-repeat center;
    text-align:center;
    height: 92px;
    color: #fff;
    font-size: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 24px;
}
.pro_l div small{
    font-size: 12px;
}
.pro_l ul{
    border:1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
}
.pro_l ul li{
    padding:10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 61.5px;
    background: url("../images/pro_lline.png") no-repeat center bottom;
}
.pro_l ul li a{
    display: block;
    width: 100%;
    line-height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    background: url("../images/jt.png") no-repeat 90% center;
}
.pro_l ul li a:hover{
    color: #0da39a;
    border-left: 3px solid #0da39a;
    font-weight: bold;
    padding-left: 45px;
}
.pro_r{
    float:right;
    width: 915px;
}
.pro_tit{
    height: 84px;
    margin-bottom: 20px;
    background: url("../images/pro_tit.png") no-repeat center bottom;
}
.pro_tit>div{
    float:left;
}
.pro_tit>div h4{
    font-size: 30px;
    color: #0da39a;
}
.pro_tit>div p{
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
}
.pro_tit>a{
    float:right;
    width: 150px;
    font-size: 14px;
    color: #fff;
    height: 36px;
    margin-top: 28px;
    text-align: center;
    display: block;
    border-radius: 5px;
    background: #0da39a;
    line-height: 36px;
}
.pro_r ul li{
    float:left;
    width: 295px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #cccccc;
    margin-right: 15px;
    margin-bottom: 20px;
    padding:12px;
}
.pro_r ul li:nth-of-type(3n){
    margin-right: 0;
}
.pro_r ul li a{
    display: block;
}
.pro_r ul li a b{
    width: 100%;
    height: 202px;
}
.pro_r ul li a div{
    margin-top: 15px;
    margin-bottom: 8px;
}
.pro_r ul li a div span{
    float:left;
    display: block;
    width: 175px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_r ul li a div small{
    float:right;
    display: block;
    width: 90px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: #999;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.pro_r ul li a:hover div small{
    background:#0da39a;
}



/*company*/
.company{
    background: url("../images/combg.jpg") no-repeat center;
    height: 567px;
    background-attachment: fixed;
}
.company .mycontainer{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}
.company .mycontainer>img{
    position: absolute;
    left:-70px;
    top:170px;
    z-index: 10;
}
.company .com_cont{
    width: 1068px;
    height: 448px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right:-112px;
    top:64px;
    padding-top: 39px;
    padding-left: 84px;
    padding-right: 116px;
    background: url("../images/comcontbg.png") no-repeat center;
}
.com_text{
    width: 602px;
    float:left;
}
.com_text h4{
    font-size: 30px;
    color: #333;
    margin-top: 13px;
    font-weight: normal;
    margin-bottom: 14px;
    font-weight: normal;
    padding-bottom: 5px;
    /*margin-bottom: 8px;*/
    border-bottom: 1px solid #0da39a;
}
.com_text p{
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.com_text a{
    width: 140px;
    line-height: 35px;
    display: block;
    color: #fff;
    background: #0da39a;
    text-align: center;
    border:1px solid #0da39a;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.com_text a:hover{
    color: #005ea3;
    background: none;
}
.com_chose{
    float:right;
}
/*news*/
.news-left{
    float:left;
    width:590px;
}
.hbox{
    line-height:70px;
    font-size:24px;
    font-weight:700;
    color:#0da39a;
    border-bottom:1px solid #0da39a;
    background:url(../images/news-bg.png) no-repeat center;
}
.hbox a{
    display:block;
    line-height:70px;
    float:right;
    font-size:14px;
    color:#0da39a;
    font-weight:700;
}
.news-list{
    width:100%;
    height:114px;
    border-bottom:1px dashed #e5e5e5;
    padding-top: 20px;
}
.news-list .time{
    width:75px;
    float:left;
    text-align:center;
}
.news-list .time p:nth-child(1){
    font-size:24px;
    color:#666;
    transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .time p:nth-child(1){
    color:#0da39a;
}
.news-list .time p:nth-child(2){
    font-size:16px;
    color:#666;
    transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .time p:nth-child(2){
    color:#0da39a;
}
.news-list .text{
    width:368px;
    float:left;
    margin-left:30px;
}
.news-list .text .newstitle{
    font-size:16px;
    color:#333;
    transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .text .newstitle{
    color:#0da39a;
    font-weight:700;
}
.news-list .text .con{
    font-size:14px;
    color:#999;
    line-height:25px;
    margin-top:5px;
    transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list:hover .text .con{
    color:#0da39a;
}
.news-list .more{
    display:block;
    line-height:25px;
    width:70px;
    background:#999;
    font-size:14px;
    color:#fff;
    float:right;
    border-radius: 8px;
    text-align:center;
    transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .more{
    background:#0da39a;
}
.news-right{
    float:right;
}
.news-right .img{
    margin-top:20px;
}
.swiper-container-news .swiper-slide a{
    display:block;
}
.swiper-container-news .swiper-slide a .pic{
    width:100%;
    height:290px;
    position: relative;
}
.swiper-container-news .swiper-slide a .pic img{
    width:100%;
    height:100%;
    object-fit:cover;

}
.swiper-container-news .swiper-slide a p{
    font-size:16px;
    color:#666;
    line-height:26px;
    margin-top:14px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.com_chose a{
    font-size: 18px;
    color: #fff;
    display: block;
    background-color:#0da39a;
    width: 0191px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 86px;
    padding-left: 82px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-position:35px center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.com_chose a:hover{
    font-weight: bold;
    font-size: 20px;
}
.com_chose a:first-of-type{
    background-image: url(../images/comicon1.png);
}
.com_chose a:nth-of-type(2){
    background-image: url(../images/comicon2.png);
}
.com_chose a:nth-of-type(3){
    background-image: url(../images/comicon3.png);
}
.com_chose a:nth-of-type(4){
    background-image: url(../images/comicon4.png);
}
/*case*/
.case{
    margin-top: 60px;
}
.casetit{
    background: url("../images/caseline.png") no-repeat right bottom;
    margin-bottom: 30px;
}
.casetit h5{
    font-size: 30px;
    color: #333;
}
.caseetit small{
    font-size: 14px;
    color: #999;
}
.casetit>div{
    float:left;
    padding-left: 16px;
    border-left: 5px solid #0da39a;
}
.casetit>a{
    float:right;
    font-size: 14px;
    color: #0da39a;
    line-height: 60px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.casetit a:hover{
    text-decoration: underline;
}
.swiper-case a{
    width: 100%;
}
.swiper-case a div{
    border:1px solid #d9d9d9;
    padding:5px;
}
.swiper-case a p{
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.proline b{
    display: block;
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
}
.proline b img{
    width: 100%;
    min-height:100%;
}

/*advantage*/
.title{
    text-align: center;
    padding:40px 0;
}
.title h4{
    font-size: 30px;
    color: #333333;
}
.title b{
    display: block;
    margin:0 auto;
    width: 40px;
    height: 2px;
    background: #666;
    margin-top: 10px;
    margin-bottom: 8px;
}
.title p{
    font-size: 16px;
    color: #666666;
}

/*advan*/
.adv_icon{
    text-align: center;
    font-size: 18px;
    color: #333;
    background-color:#ececec;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 80px;
    height: 90px;
    line-height: 90px;
    background-repeat: no-repeat;
    background-position: 40px center;
}
.advantage .gallery-thumbs .swiper-slide p:hover{cursor:pointer;}
.advantage .gallery-thumbs .swiper-slide:first-of-type p{background-image:url(../images/adv1.png);}
.advantage .gallery-thumbs .swiper-slide:nth-of-type(2) p{background-image:url(../images/adv2.png);}
.advantage .gallery-thumbs .swiper-slide:nth-of-type(3) p{background-image:url(../images/adv3.png);}
.advantage .gallery-thumbs .swiper-slide:nth-of-type(4) p{background-image:url(../images/adv4.png);}
.advantage .swiper-slide-thumb-active .adv_icon{background-color:#0da39a;color:#fff;}
.advantage .gallery-thumbs .swiper-slide:nth-of-type(1).swiper-slide-thumb-active p{background-image:url(../images/adv1s.png);}
.advantage .gallery-thumbs .swiper-slide:nth-of-type(2).swiper-slide-thumb-active p{background-image:url(../images/adv2s.png);}
.advantage .gallery-thumbs .swiper-slide:nth-of-type(3).swiper-slide-thumb-active p{background-image:url(../images/adv3s.png);}
.advantage .gallery-thumbs .swiper-slide:nth-of-type(4).swiper-slide-thumb-active p{background-image:url(../images/adv4s.png);}


.advbg{
    width: 100%;
    margin-top: 30px;
    height: 460px;
    background: url("../images/advbg.jpg") no-repeat center;
}
.advantage .gallery-top{
    width: 566px;
    float:left;
}
.adv_text{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 76px;
}
.adv_text p{
    font-size: 24px;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid #62c0bb;
}
.adv_text small{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
/*news*/
.newsbg{
    margin-top: 60px;
    padding-top: 60px;
    background: url("../images/newsbg.jpg") no-repeat center top;
}

/*message*/
.message{
    padding-top: 56px;
}
.indexform .clear div{
    float:left;
    width: 440px;
}
.indexform input{
    line-height: 36px;
    padding-left: 19px;
    color: #333;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
    margin-bottom: 18px;
}
.indexform textarea{
    border:1px solid #dcdcdc;
    float:left;
    width: 544px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    height: 206px;
    margin-left: 30px;
    margin-right: 30px;
}
.indexform input[type=submit]{
    float:right;
    width: 152px;
    height: 206px;
    display: block;
    font-size: 16px;
    text-align: center;
    background: #0da39a;
    border:1px solid #0da39a;
    padding-left: 0;
    color: #fff;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.indexform input[type=submit]:hover{
    background: none;
    color: #0da39a;
    cursor: pointer;
}
.indexform input[type=button]{
    float:right;
    width: 152px;
    height: 206px;
    display: block;
    font-size: 16px;
    text-align: center;
    background: #0da39a;
    border:1px solid #0da39a;
    padding-left: 0;
    color: #fff;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.indexform input[type=button]:hover{
    background: none;
    color: #0da39a;
    cursor: pointer;
}

.code_index{
    height: 38px;
}

.code_index input{
    width: 70%;
    height: 38px;
    float: left;
}
#verify_index{
    width: 29.3%;
    height: 36px;
    float: left;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}
#verify_index img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*footer*/
#footer{
    margin-top: 35px;
}
.foot_top{
    height: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_l{
    width: 338px;
    float:left;
    padding-top: 20px;
    color: #e8e8e8;
}
.footer_l h4{
    font-size: 26px;
}
.footer_l p{
    font-size: 12px;
}

.footer_m{
    float:left;
    width: 350px;
    height: 108px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 20px;
    border-left:1px solid #dadada;
    border-right:1px solid #dadada;
}
.footer_m a{
    float:left;
    font-size: 14px;
    color: #0da39a;
    margin-right: 63px;
    margin-top: 24px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.footer_m a:nth-of-type(3n){
    margin-right:0;
}
.footer_m a:hover{
    text-decoration: underline;
}
.fot_text{
    float:left;
    width: 500px;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fot_text span{
    color: #666666;
    font-size: 14px;
    width:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    margin-bottom: 9px;
    float:left;
}
.fot_text span:first-of-type{
    ___background:url("../images/foticon1.png") no-repeat left center;
}
.fot_text span:nth-of-type(2){ ___background:url("../images/foticon2.png") no-repeat left center;}
.fot_text span:nth-of-type(3){ ___background:url("../images/foticon3.png") no-repeat left center;}
.fot_text span:nth-of-type(4){ ___background:url("../images/foticon4.png") no-repeat left center;}
.fot_text span:last-of-type{
    width: 100%;
    ___background: url("../images/foticon5.png") no-repeat left center;
}


.fotcr{
    background: #0da39a;
    width: 100%;
    line-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fotcr a,.fotcr span{
    float:left;
    color: #ffffff;
    font-size: 12px;
}
.fotcr .login{
    float:right;
}
/* 无内容 */
.no-goods,.no-network{
    padding-top:100px;
    overflow: hidden;
    text-align: center;
}
.no-goods img{
    display: block;
    margin:0 auto 30px;
    width:220px;
    max-height: 105px;
}
.no-network img{
    display: block;
    margin:0 auto 30px;
    width:222px;
    height: 160px;
}
.no-goods p,.no-network p{
    font-size:14px;
    color:#666666;
    line-height: 20px;
}


