@back_wrap:#fff;/*网站主体背景*/
@back_body:#fff;/*大背景*/
.progress-wrap,#mhistory,.mhonorlist,.mxblock{ display:none;}
#mxblock{ display:none;}
/*--------------------------------------------------------全局开始---------------------------------------------------*/
body{background:@back_body;width: 100%;font-family: 'Microsoft YaHei,Arial';
p{font-family: 'Arial,Microsoft YaHei';}}
li{list-style: none;}
.wrap{margin:0 auto;background:@back_wrap;width: 100%;}
a:hover{text-decoration: none;}
@font-face{font-family: Bahnschrift;src: url("../font/BAHNSCHRIFT.TTF");font-weight: normal;font-style: normal;}
@font-face{font-family: brushscriptmt;src: url("../font/brushscriptmt.ttf");font-weight: normal;font-style: normal;}
@font-face{font-family: STXingkai;src: url("../font/STXingkai.ttf");font-weight: normal;font-style: normal;}
@font-face{font-family: Timesnewroman;src: url("../font/Timesnewroman.ttf");font-weight: normal;font-style: normal;}
@font-face{font-family: Impact;src: url("../font/Impact.ttf");font-weight: normal;font-style: normal;}
/*--------------------------------------------------------全局结束---------------------------------------------------*/
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{zoom: 1;}
.warpper{width: 1300px;margin:0 auto;height: 100%;position: relative;}
.dH{overflow: hidden;}
.fl{float: left;}
.fr{float: right;}
/*input placeholder 样式 */
::-webkit-input-placeholder{color: #999999;}
:-moz-placeholder{color: #999999;}
::-moz-placeholder{color: #999999;}
:-ms-input-placeholder{color: #999999;}
/*修改滚动条*/
::-webkit-scrollbar{width:6px;height:6px;}
::-webkit-scrollbar-track{box-shadow: inset 0 0 6px transparent;background: #f8f8f8;border-radius: 6px;}
::-webkit-scrollbar-thumb{border-radius: 6px;background: #bbb;}
/* 行数 */
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
.ellipsis3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow:ellipsis;}
.ellipsis4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow:ellipsis;}
.ellipsis5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;text-overflow:ellipsis;}
.ellipsis6{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;text-overflow:ellipsis;}
.ellipsis7{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;text-overflow:ellipsis;}
.ellipsis8{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;text-overflow:ellipsis;}
.ellipsis9{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 9;overflow: hidden;text-overflow:ellipsis;}
.ellipsis10{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 10;overflow: hidden;text-overflow:ellipsis;}
/* 过度 */
.transition{transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out; /* IE 9 */-moz-transition: all 0.5s ease-in-out; /* Firefox */-webkit-transition: all 0.5s ease-in-out; /* Safari 和 Chrome */-o-transition: all 0.5s ease-in-out; /* Opera */}
/********头部**********/
.top_bar{height: 35px;background-color: #f7f7f7;}
.top_bar .left,
.top_bar .right{height: 100%;font-size: 16px;display: flex;}
.top_bar .left{padding-left: 340px;color: #999;}
.top_bar .left li{padding-right: 40px;display: flex;align-items: center;}
.top_bar .left li i{padding-right: 4px;font-size: 18px;}
.top_bar .left li.mobile i{font-size: 26px;}
.top_bar .right li{padding: 0 10px;border-right: 1px solid #dbdbdb;height: 100%;display: flex;align-items: center;}
.top_bar .right li:first-child{border-left: 1px solid #dbdbdb;}
.top_bar .right li a{color: #bdbcbc;transition: all 0.5s ease-in-out;}
.top_bar .right li a i{font-size: 18px;}
.top_bar .right li.mobile a i{font-size: 22px;}
.top_bar .right li a:hover{color: #006bb3;}
.nav{background-color:#fff;height:80px;padding-top: 15px;background-color: #fff;margin: 0 auto;}
.nav .warpper{display: flex;justify-content: space-between;}
.nav .warpper::before,
.nav .warpper::after{content: '';position: absolute;top: -35px;height: 20px;background-color: #fff;z-index: 9;}
.nav .warpper::after{left: 0;width: 316px;clip-path: polygon(0% 0%, 95% 0, 100% 100%, 0% 100%);-webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 0% 100%);}
.nav .warpper::before{width: 100%;left: -100%;}
.nav .logo{width: 330px;height: 80px;line-height: 70px;font-size: 0;flex: 1;}
.nav .logo img{max-width: 100%;max-height: 100%;vertical-align: middle;display: inline-block;}
.nav .nav-main{display: flex;align-items: center;height: 70px;padding-top: 10px;}
.nav .nav-main li{padding: 0 30px;position: relative;line-height: 70px;}
.nav .nav-main li a{display: block;color: #333;font-size: 18px;transition: all 0.5s ease-in-out; line-height: 70px;}
.nav .nav-main li a.active,
.nav .nav-main li a:hover{color: #006bb3;}
.nav .nav-main li a i{font-size: 12px;padding-left: 10px;}
.nav .nav-main .search{margin-left: 15px;position: relative;color: #9b9b9b;transition: all 0.5s ease-in-out;}
.nav .nav-main .search i{font-size: 18px;font-weight: 700;}
.nav .nav-main .search:hover{color: #006bb3;}
form.searchform{display: none;position: fixed;left: 50%;top: 130px;transform: translateX(-50%);margin-left: 492px;margin-bottom: 0;height: 40px;border: 2px solid #006bb3;z-index: 9;}
form.searchform .anniu{width: 210px;border: none;background-color: #fff;box-shadow: none;padding: 0 14px;height: 100%;margin-bottom: 0;font-size: 14px;color: #999;border-radius: 0;}
form.searchform .btn0{width: 75px;height: 100%;background-color: #006bb3;background-image: url(../image/search.png);background-position: center;background-repeat: no-repeat;border-radius: 0;border: none;box-shadow: none;padding: 0;margin-bottom: 0;}
form.searchform.on{display: flex;}
.nav .nav-main li#product:hover .header__service{display: flex;}
.nav .nav-main li .header__service{display: none;width: 1300px;background-color: #fff;position: fixed;left: 50%;transform: translateX(-50%);top: 130px;box-shadow: 0 0 13px 8px rgba(0,0,0,.31);border-top: 3px solid #006bb3;z-index: 9999;}
.nav .nav-main li .header__service ul{padding: 40px;display: flex;position: relative;}
.nav .nav-main li .header__service ul::before{content: '';position: absolute;top: -10px;left: 400px;border-width: 10px;border-color: #006bb3;border-top-width: 0;border-style: dashed;border-bottom-style: solid;border-left-color: transparent;border-right-color: transparent;}
.nav .nav-main li .header__service ul li{width: 18.4%;height: 100%;margin-right: 2%;padding: 0;line-height: initial;}
.nav .nav-main li .header__service ul li:last-child{margin-right: 0;}
.nav .nav-main li .header__service ul li h2{display: flex;align-items: center;}
.nav .nav-main li .header__service ul li h2 .img{width: 30px;height: 30px;line-height: 30px;text-align: center;font-size: 0;margin-right: 7px;}
.nav .nav-main li .header__service ul li h2 .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.nav .nav-main li .header__service ul li h2 span{width: 180px;color: #333;font-size: 18px;line-height: 24px;min-height: 72px;display: flex;align-items: center;}
.nav .nav-main li .header__service ul li .line{width: 100%;height: 2px;background-color: #006bb3;background: linear-gradient(90deg, #006bb3 0, #fff 90%);margin: 10px 0;}
.nav .nav-main li .header__service ul li {overflow-x: hidden;max-height: 560px;}
.nav .nav-main li .header__service ul li dd{padding: 6px 0;margin-left: 0;}
.nav .nav-main li .header__service ul li dd a{display: block;width: 100%;color: #333;font-size: 14px;line-height: 1.5;transition: all 0.5s ease-in-out;}
.nav .nav-main li .header__service ul li dd a:hover{color: #006bb3;}
/********大图**********/
.banner{width: 100%;margin: 0 auto;position: relative;z-index: 1;}
.banner a{display: block;}
.banner img{display: block;width: 100%;}
.banner .swiper-pagination{display: flex;justify-content: center;align-items: center;bottom: 20px;}
.banner .swiper-pagination-bullet{width: 50px;height: 6px;background-color: #fff;margin: 0 5px;border-radius: 20px;opacity: 1;transition: all 0.5s ease-in-out;}
.banner .swiper-pagination-bullet-active{background-color: #006bb3;}
/********首页优势*********/
.youshi-main{background-color: #f8f8f9;padding: 45px 0;}
.youshi-main .list li{float: left;width: 25%;text-align: center;}
.youshi-main .list li .icon{width: 70px;height: 70px;line-height: 70px;text-align: center;font-size: 0;margin: 0 auto;}
.youshi-main .list li .icon img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.youshi-main .list li .title{font-size: 24px;font-weight: 700;line-height: 1;padding: 20px 0 10px 0;text-transform: uppercase;}
.youshi-main .list li .con{font-size: 16px;color: #666;line-height: 1.8;padding: 0 16px;}
.youshi-main .list li:hover .icon img{transform: scale(1.1);}
.youshi-main .list li:hover .title{color: #006bb3;}
/********首页公共头部**********/
.common{text-align: center;margin-bottom: 34px;}
.common .name{color: #333;font-size: 40px; letter-spacing:1px; font-weight: 700;line-height: 1;font-family: "Impact";text-transform: uppercase;}
.common .line{width: 336px;height: 1px;background-color: #dcdcdc;position: relative;margin: 20px auto;}
.common .line::before{content: '';position: absolute;top: -3px;left: 50%;transform: translateX(-50%);width: 51px;height: 6px;background-color: #00a144;}
/********产品*********/
.product-main{padding: 65px 0;background-color: #fff;}
.product-main .type{float: left;width: 300px;}
.product-main .type .name{background-color: #006bb3;height: 115px;padding: 0 20px;color: #fff;font-size: 30px;font-weight: 700;line-height: 1.2;display: flex;align-items: center;text-transform: uppercase;}
.product-main .type .name p{font-size: 20px;}
.product-main .type .list{border: 1px solid #dcdcdc;border-top: none;padding: 5px 7px;}
.product-main .type .list li a{padding: 0 20px;height: 79px;border-bottom: 1px solid #dcdcdc;color: #000;font-size: 18px;line-height: 1.4;display: flex;justify-content: center;flex-direction: column;position: relative;z-index: 1;transition: all 0.5s ease-in-out;}
.product-main .type .list li:last-child a{border-bottom: none;}
.product-main .type .list li a::before,
.product-main .type .list li a::after{content: '';position: absolute;top: 0;left: 0;height: 100%;transition: all 0.5s ease-in-out;}
.product-main .type .list li a::before{width: 0;background-color: #eee;z-index: -2;}
.product-main .type .list li a::after{width: 3px;background-color: #00a144;z-index: -1;opacity: 0;}
.product-main .type .list li a:hover{color: #00a144;border-color: #fff;}
.product-main .type .list li a:hover::before{width: 100%;box-sizing: border-box;}
.product-main .type .list li a:hover::after{opacity: 1;}
.product-main .type .video{cursor: pointer;height: 68px;margin-top: 14px;color: #000;font-size: 20px;line-height: 68px;text-indent: 62px; font-weight:600;background-image: url(../image/product-video.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
.product-main .product{float: right;width: 958px;}
.product-main .product .hd{margin-bottom: 18px;}
.product-main .product .hd .tab{height: 60px;background-color: #006bb3;display: flex;justify-content: space-between;justify-content: flex-start;}
.product-main .product .hd .tab li{height: 100%;}
.product-main .product .hd .tab li a{padding: 0 50px;color: #fff;font-size: 20px;line-height: 1;height: 100%;display: flex;align-items: center;}
.product-main .product .hd .tab li.active a,
.product-main .product .hd .tab li a:hover{background-color: #00a144;}
.product-main .product .bd .item{display: none;}
.product-main .product .bd .item.active{display: block;}
.product-main .product .bd .item ul{margin-top: -20px;}
.product-main .product .bd .item ul li{float: left;width: 228px;margin-right: 15px;margin-top: 20px;}
.product-main .product .bd .item ul li:nth-child(4n){margin-right: 0;}
.product-main .product .bd .item ul li a{display: block;}
.product-main .product .bd .item ul li a .pic{border: 1px solid #dedede;height: 182px;line-height: 182px;text-align: center;font-size: 0;overflow: hidden;}
.product-main .product .bd .item ul li a .pic img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.product-main .product .bd .item ul li a .tit{text-align: center;color: #333;font-size: 16px;line-height: 34px;}
.product-main .product .bd .item ul li a:hover .pic img{transform: scale(1.1);}
.product-main .product .bd .item ul li a:hover .tit{color: #006bb3;}
.close_btn{width: 40px;height: 40px;position: absolute;right: 0;top: 0;background: url(../image/close.png) no-repeat center;z-index: 100; cursor: pointer;}
#video,
#zvideo{width:100%;max-height: 100%;}
.z_video_pop{display:flex; align-items: center; justify-content: center; width: 70%;height: 70%; background: #000; position: fixed; left: 50%; top: 50%;transform: translate(-50%,-50%); z-index: 999!important; display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0; transition: ease 1s;}
.z_video_pop.on{ visibility: visible; opacity: 1;}
.z_video_pop .close_btn{ display: block!important;}
/******** strengths*********/
.strengths-main{padding: 65px 0;background-image: url(../image/strengths-bg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
.strengths-main .list{display: flex;justify-content: space-between;align-items: center;}
.strengths-main .list .img1{max-width: 642px;}
.strengths-main .list .img2{max-width: 760px;margin-right: -80px;}
.strengths-main .list .img img{max-width: 100%;}
.strengths-main .list ul.list1{width: 620px;}
.strengths-main .list ul.list2{width: 600px;}
.strengths-main .list ul li{margin-bottom: 30px;}
.strengths-main .list ul li:last-child{margin-bottom: 0;}
.strengths-main .list ul li .key{float: left;width: 50px;height: 50px;text-align: center;line-height: 50px;color: #fff;font-size: 30px;font-family: "Impact";background-color: #006bb3;border-radius: 50%;margin-right: 18px;}
.strengths-main .list ul li .txt{overflow: hidden;}
.strengths-main .list ul li .txt .tit{color: #000;font-size: 24px;font-weight: 700;line-height: 36px;}
.strengths-main .list ul li .txt .con{color: #333;font-size: 18px;line-height: 1.7;margin-top: 15px;}
/******** 转化1*********/
.ltpg-main{ height:220px; padding: 0px 0;background-image: url(../image/ltpg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover; position:relative; top:-6px;}


/********partners*********/
.partners-main{padding: 80px 0;background-color: #fff;}
.partners-main .swiper-slide a{display: block;height: 78px;line-height: 78px;text-align: center;font-size: 0;border: 1px solid #dcdcdc;overflow: hidden;}
.partners-main .swiper-slide a img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.partners-main .swiper-slide a:hover img{transform: scale(1.1);}
/******** process*********/
.process-main{background-color: #f8f8f9;padding: 70px 0;}
.process-main .list{padding-top: 20px;}
.process-main .list li{float: left;width: 25%;text-align: center;position: relative;}
.process-main .list li::before{content: '';position: absolute;top: 80px;right: 0;margin-right: -10px;width: 20px;height: 14px;background-image: url(../image/process-icon.png);background-position: center;background-repeat: no-repeat;}
.process-main .list li:last-child::before{display: none;}
.process-main .list li .img{position: relative;width: 168px;height: 168px;border-radius: 50%;overflow: hidden;margin: 0 auto;}
.process-main .list li .img img{width: 100%;height: 100%;object-fit: cover;}
.process-main .list li .key{width: 42px;height: 42px;line-height: 42px;text-align: center;font-size: 24px;color: #fff;font-weight: 700;background-color: #006bb2;border-radius: 50%;position: absolute;top: 17px;left: 50%;transform: translateX(-50%);margin-left: -63px;}
.process-main .list li .tit{font-size: 20px; letter-spacing: 2px; line-height: 1.3;margin-top: 35px;}


/********办理流程*********/
.common1{text-align: center;margin: 34px 0;}
.common1 .name{color: #333;font-size: 30px;font-weight: 700;line-height: 1;font-family: "Impact";text-transform: uppercase;}
.banli-main{ height:330px; padding: 0px 0;background-image: url(../image/ltbj.jpg);background-position: center;background-repeat: no-repeat;background-size: cover; }
.banli-main .list{padding-top: 20px; display:flex; justify-content: space-between;}
.banli-main .list li{ float: left;text-align: center;position: relative;display:flex; justify-content: center;}
.banli-main .list li::before{content: '';position: absolute;top: 80px;right: 0;margin-right: -35px;width: 24px;height: 20px;background-image: url(../image/jt.png);background-position: center;background-repeat: no-repeat;}
.banli-main .list li:last-child::before{display: none;}
.banli-main .list li:nth-child(even) .li-img{border-radius: 15px;width:164px; height:170px; background: #317fb3;}
.banli-main .list li:nth-child(odd) .li-img{border-radius: 15px;width:164px; height:170px; background: #0c64a7;}
.banli-main .list li .li-img{border-radius: 15px;width:164px; height:170px; background: #0c64a7;}
.banli-main .list li .img{position: relative;width: 46px;height: 46px;overflow: hidden;margin: 0 auto; top:25px;}
.banli-main .list li .img img{width: 100%;height: 100%;object-fit: cover;}
.banli-main .list li .key{width: 142px;
    line-height: 52px;
    text-align: center;
    margin: 20px auto;
    font-size: 24px;

    color: #fff;}
.banli-main .list li .tit{font-size: 18px;line-height: 1.5;margin-top: -20px; color:#FFF;}

/********history*********/
.history-main{padding: 70px 0 160px 0;background-image: url(../image/history-bg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
.history-main .list{position: relative;}
.history-main .list .swiper-slide a{display: block;padding: 0 14px;position: relative;}
.history-main .list::before,
.history-main .list .swiper-slide a::before{content: '';position: absolute;top: 0;width: 1px;height: 92%;background-color: #ccc;}
.history-main .list::before{left: 0;}
.history-main .list .swiper-slide a::before{right: 0;}
.history-main .list .swiper-slide a .img{height: 118px;overflow: hidden;margin-bottom: 20px;padding-top: 14px;}
.history-main .list .swiper-slide a .img img{width: 100%;height: 100%;object-fit: cover;}
.history-main .list .swiper-slide a .con{color: #666;font-size: 16px;line-height: 1.5;min-height: 140px;}
.history-main .list .swiper-slide a .tit{text-align: center;color: #006bb2;font-size: 24px;font-weight: 700; margin-top: -30px; line-height: 1;font-family: "Impact";}
.history-main .list .history-prev,
.history-main .list .history-next{width: 36px;height: 36px;margin-top: -18px;background-color: #006bb2;border-radius: 50%;background-size: cover;background-position: center;background-repeat: no-repeat;}
.history-main .list .history-prev{background-image: url(../image/history-prev.png);left: -50px;}
.history-main .list .history-next{background-image: url(../image/history-next.png);right: -50px;}
.history-main .list .history-prev:hover,
.history-main .list .history-next:hover{background-color: #00a144;}
.history-main .bottom{margin: 20px auto 0;text-align: center;max-width: 100%;min-width: 1300px;}
.history-main .bottom img{max-width: 100%;}
/******** about us*********/
.about-main{background-color: #fff;padding: 50px 0;}
.about-main .video{width: 644px;height: 430px;overflow: hidden;position: relative;float: left;}
.about-main .video img{width: 100%;height: 100%;object-fit: cover;}
.about-main .video i{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #fff;font-size: 80px;cursor: pointer;}
.about-main .video i:hover{color: #006bb2;}
.about-main .show{width: 600px;float: right;}
.about-main .show .name{color: #006bb2;font-size: 32px;line-height: 1;padding: 30px 0 20px;font-family: "Impact";text-transform: uppercase;font-weight: 600; text-align: center;}
.about-main .show .con{font-size: 16px;line-height: 2.5em; text-indent: 2em;}
.about-main .show .more{display: block;width: 166px;height: 44px;line-height: 44px;text-align: center;font-size: 18px;color: #00a144;border: 2px solid #00a144;margin-top: 35px;text-transform: uppercase;}
.about-main .show .more:hover{background-color: #006bb2;color: #fff;border-color: #006bb2;}
/********荣誉*********/
.honor-main{background-color: #fff;padding-bottom: 80px;}
.honor-main .honorlist .type{display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;border-bottom: 2px solid #006bb2;}
.honor-main .honorlist .type .left{display: flex;}
.honor-main .honorlist .type .left a{display: block;padding: 0 35px;line-height: 53px;color: #000;font-size: 24px;text-transform: uppercase;font-weight: 700;}
.honor-main .honorlist .type .left a.cur{background-color: #006bb2;color: #fff;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.honor-main .honorlist .type .right a{display: block;width: 30px;height: 30px;background-color: #00a144;border-radius: 50%;position: relative;}
.honor-main .honorlist .type .right a::before,
.honor-main .honorlist .type .right a::after{content: '';position: absolute;top: 50%;left: 50%;background-color: #fff;transform: translate(-50%,-50%);}
.honor-main .honorlist .type .right a::before{width: 2px;height: 16px;}
.honor-main .honorlist .type .right a::after{width: 16px;height: 2px;}
.honor-main .honorlist .type .right a:hover{background-color: #006bb2;}
.honor-main .honorlist .honor_con .swiper-slide a{display: block;height: 195px;line-height: 195px;text-align: center;font-size: 0;border: 1px solid #dcdcdc;overflow: hidden;}
.honor-main .honorlist .honor_con .swiper-slide a img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
/********新闻*********/
.news-main{background-color: #f9f9f9;padding: 65px 0;}
.news-main .top{display: flex;justify-content: space-between;align-items: center;border-bottom: 2px solid #ccc;}
.news-main .top .name{padding: 0 20px;line-height: 53px;color: #fff;font-size: 24px;font-weight: 700;text-transform: uppercase;background-color: #006bb2;position: relative;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.news-main .top .name::before{content: '';position: absolute;bottom: -2px;left: 0;width: 100%;height: 2px;background-color: #006bb2;}
.news-main .top .more{display: block;width: 30px;height: 30px;background-color: #999;border-radius: 50%;position: relative;}
.news-main .top .more::before,
.news-main .top .more::after{content: '';position: absolute;top: 50%;left: 50%;background-color: #fff;transform: translate(-50%,-50%);}
.news-main .top .more::before{width: 2px;height: 16px;}
.news-main .top .more::after{width: 16px;height: 2px;}
.news-main .top .more:hover{background-color: #006bb2;}
.news-main .newslist{float: left;width: 620px;}
.news-main .newslist .list{padding-top: 15px;}
.news-main .newslist .list li{padding: 20px 0;border-bottom: 1px dashed #ccc;}
.news-main .newslist .list li a{display: flex;justify-content: space-between;align-items: center;}
.news-main .newslist .list li a .time{width: 89px;height: 89px;background-color: #999;line-height: 1;color: #fff;display: flex;justify-content: center;flex-direction: column;align-items: center;}
.news-main .newslist .list li a .time .year{font-size: 28px;font-weight: 700;}
.news-main .newslist .list li a .time .mouth{font-size: 24px;margin-top: 5px;}
.news-main .newslist .list li a .info{width: 510px;}
.news-main .newslist .list li a .info .tit{font-size: 24px;line-height: 1;color: #333;}
.news-main .newslist .list li a .info .con{color: #666;font-size: 16px;line-height: 1.6; letter-spacing: 2px;  margin-top: 10px;}
.news-main .newslist .list li a:hover .time{background-color: #006bb2;}
.news-main .newslist .list li a:hover .info .tit{color: #006bb2;}
.news-main .question{float: right;width: 620px;}
.news-main .question .img{width: 100%;height: 154px;object-fit: cover;margin-top: 20px;}
.news-main .question .swiper-container{height: 228px;}
.news-main .question .swiper-slide{height: 114px !important;}
.news-main .question .swiper-slide a{display: block;padding: 20px 0;border-bottom: 1px dashed #ccc;}
.news-main .question .swiper-slide a .tit,
.news-main .question .swiper-slide a .con{position: relative;padding-left: 35px;}
.news-main .question .swiper-slide a .tit{color: #333;font-size: 18px;line-height: 24px;margin-bottom: 9px;}
.news-main .question .swiper-slide a .con{color: #666;font-size: 16px;line-height: 1.3;}
.news-main .question .swiper-slide a .tit::before,
.news-main .question .swiper-slide a .con::before{width: 24px;height: 24px;position: absolute;top: 0;left: 0;line-height: 24px;text-align: center;color: #fff;font-size: 18px;}
.news-main .question .swiper-slide a .tit::before{content: 'Q';background-color: #00a144;}
.news-main .question .swiper-slide a .con::before{content: 'A';background-color: #999;}
/********底部**********/
.footer{padding-top: 70px;background: #002d7d;background: -moz-linear-gradient(90deg, #006960 0%, #002d7d 100%);background: -webkit-linear-gradient(90deg, #006960 0%,#002d7d 100%);background: linear-gradient(90deg, #006960 0%,#002d7d 100%);}
.footer .show{float: left;width: 300px;}
.footer .show .logo{height: 51px;margin-bottom: 30px;}
.footer .show .logo img{max-height: 100%;}
.footer .show .txt{color: rgba(255,255,255,0.7);font-size: 14px;line-height: 1.7; letter-spacing: 2px; text-indent: 2em;}
.footer .show .txt a{color: #1bdf77;font-weight: 700;}
.footer .show .txt a:hover{color: #f00;}
.footer .list{float: right;width: 900px;display: flex;}
.footer .list li{width: 320px;}
.footer .list li:first-child{width: 260px;}
.footer .list li .tit{margin-bottom: 10px;color: #fff;font-size: 20px;line-height: 48px;font-weight: 700;position: relative;}
.footer .list li .tit::before,
.footer .list li .tit::after{content: '';position: absolute;bottom: 0;left: 0;height: 1px;}
.footer .list li .tit::before{width: 140px;background-color: rgba(255,255,255,0.6);}
.footer .list li .tit::after{width: 40px;background-color: #00a144;}
.footer .list li .slist a,
.footer .list li p{color: rgba(255,255,255,0.7);font-size: 18px;line-height: 1.3;padding: 5px 0; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
.footer .list li p{margin-bottom: 0;}
.footer .list li a{transition: all 0.5s ease-in-out;display: block;}
.footer .list li a:hover{color: #f00;}
.footer .list li.contact .icon{display: flex;margin-top: 30px;align-items: center;}
.footer .list li.contact .icon i{margin-right: 25px;color: #bdbcbc;font-size: 24px;}
.footer .list li.contact .icon i.tel{font-size: 30px;}
.footer .list li.contact .icon a:hover i{color: #f00;}
.footer2{border-top: 1px solid rgba(255,255,255,0.3);margin-top: 60px;padding: 15px 0;text-align: center;color: #fff;font-size: 14px;line-height: 2;}
.footer2 a{color: #fff;transition: all 0.5s ease-in-out;}
.footer2 a:hover{color: #f00;}
.footer2 a img{display: inline-block;}
/********侧边客服开始**********/
.fix_box{display: block;position: fixed;right: 1%;top: 0;bottom: 0;z-index: 99;width: 79px;padding: 19px 10px 10px 9px;margin:auto;height: 264px;background-image: url(../image/side.png);background-position: center;background-repeat: no-repeat;}
.fix_box li{width: 100%;height: 74px;cursor: pointer;position: relative;border-top: 1px solid #fff;display: flex;justify-content: center;flex-direction: column;}
.fix_box li:first-child{border-top: none;}
.fix_box li a{display: block;text-align: center;line-height: 1;}
.fix_box li a .img{width: 30px;height: 30px;line-height: 30px;text-align: center;font-size: 0;margin: 0 auto;}
.fix_box li a .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.fix_box li a .img i{color: #fff;font-size: 20px;line-height: 30px;}
.fix_box li a .name{color: #fff;font-size: 12px;line-height: 1;}
.fix_box li .box{display: none;position: absolute;right:80px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.fix_box li .box .hb{min-width: 180px;border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #006bb3;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.fix_box li .box .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #006bb3;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;margin-bottom: 10px;}
.fix_box li .box .hb p{margin-top: 5px;font-size: 18px;font-weight: 700;}
.fix_box li .box .hb img{width: 100%;}
.fix_box li.back_to_top{height: 45px;border-bottom: none;line-height: 45px;text-align: center;font-size: 0;background-color: #fff;border-radius: 5px;display: block;}
.fix_box li.back_to_top img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.fix_box .kefu_close{position: absolute;top: 9px;right: 10px;width: 30px;height: 30px;line-height: 30px;text-align: center;font-size: 0;border-radius: 50%;z-index: 9999;cursor: pointer;}
.fix_box .kefu_close img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.show_btn{display: none;cursor: pointer;position: fixed;right: 0;top: 50%;transform: translateY(-50%);z-index: 99;border-radius: 5px;width: 40px;height: 100px;background: #006bb3;background: -moz-linear-gradient(45deg, #006bb3 0%, #00a144 100%);background: -webkit-linear-gradient(45deg, #006bb3 0%,#00a144 100%);background: linear-gradient(45deg, #006bb3 0%,#00a144 100%);color: #fff;font-size: 14px;line-height: 40px;box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);-webkit-writing-mode: vertical-rl;-ms-writing-mode: bt-rl;writing-mode: vertical-rl;text-align: center;}
/********侧边客服结束**********/
/********内页banner**********/
.fixed-banner{overflow: hidden;text-align: center;}
.fixed-banner img{display: block;width: 100%;}
/********内页面包屑**********/
.rig-title{margin-bottom: 30px;border-bottom: 1px solid #dedede;}
.rig-title .crumbs{line-height: 40px;height: 40px;padding-left: 20px;box-sizing: border-box;font-size: 14px;position: relative;}
.rig-title .crumbs:before{display: block;content: '';width: 4px;height: 21px;background: #006bb3;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}
.rig-title .crumbs a{font-size: 14px;color: #000;}
.rig-title .crumbs a:hover{color: #006bb3;text-decoration: underline;}
/********内页样式**********/
.common-inner{margin-bottom: 50px;}
.common-inner .inner-left{float: left;width: 25%;}
.common-inner .inner-left .pro-sider{float: none;}
.common-inner .inner-right{float: right;width: 73%;background-color: #fff;}
.common-inner .inner-right .nytitle{font-weight: 700;padding: 0 20px;font-size: 20px;line-height: 53px;color: #006bb3;background-color: #eee;border-bottom: 1px solid #e5e5e5;}
.common-inner .inner-right .nytitle small{font-size: 18px;color: #ccc;padding: 0 15px;font-style: italic;}
.common-inner .inner-right .delist{padding: 15px 0;}
/* 无内容 */
.no-goods,.no-network{padding: 100px 0;overflow: hidden;text-align: center;}
.no-goods img{display: block;margin:0 auto;width:220px;max-height: 105px;}
.no-network img{display: block;margin:0 auto;width:222px;height: 160px;}
.no-goods p,.no-network p{font-size:14px;color:#666666;line-height: 20px;}
/********侧边导航**********/
.sider{width: 100%;}
.sider a:hover{color: #006bb3;}
.sider h3.widget-title{padding: 12px 0 12px 10px;margin-bottom: -1px;background-color: #006bb3;color: #fff;font-size: 20px;text-transform: uppercase;font-weight: 400;}
.sider aside.widget{padding: 10px 20px;border: 1px solid #ddd;color: #4c4c4c;margin-top: 10px;}
.sider .widget_mobile{margin: 0 auto;width: 50px;height: 50px;background-color: #006bb3;border-radius: 50%;text-align: center;line-height: 50px;}
.sider .widget_mobile i{display: inline-block;font-size: 30px;color: #fff;}
.sider aside.widget p{margin-bottom: 10px;line-height: 200%;}
.sider aside.widget p i{margin-right: 5px;font-size: 18px;}
.sider aside.widget p a{color: #333;}
.sider .sitewidget-bd{border: 1px solid #e5e5e5;font-family: Arial;font-size: 14px;color: #545454;}
.sider .sitewidget-bd li{position: relative;padding-left: 0;background: 0;}
.sider .slight-submenu-pstRe{position: relative;}
.sider .sitewidget-bd ul.slight-submenu-wrap .slight-submenu-pstRe a,
.sider .sitewidget-bd ul.slight-submenu-wrap>li>a{font-size: 16px;background: #f6f6f6;display: block;width: 100%;border-bottom: 1px solid #e5e5e5;line-height: 36px;}
.sider .sitewidget-bd ul.slight-submenu-wrap .slight-submenu-pstRe a span,
.sider .sitewidget-bd ul.slight-submenu-wrap>li>a span{color: #666;margin-left: 32px;display: block;-webkit-transform: translateY(1px);-moz-transform: translateY(1px);-ms-transform: translateY(1px);transform: translateY(1px);}
.sider .sitewidget-bd ul.slight-submenu-wrap .slight-submenu-pstRe a:hover span,
.sider .sitewidget-bd ul.slight-submenu-wrap .slight-submenu-pstRe a.active span,
.sider .sitewidget-bd ul.slight-submenu-wrap>li>a:hover a span,
.sider .sitewidget-bd ul.slight-submenu-wrap>li>a.active a span{color: #006bb3;}
.sider .sitewidget-bd ul.slight-submenu-wrap>li .ShowIcon{width: 12px;height: 12px;background-color: #dcdcdc;position: absolute;cursor: pointer;top: 50%;left: 9px;transform: translateY(-50%);}
.sider .sitewidget-bd ul.slight-submenu-wrap>li .ShowIcon::before,
.sider .sitewidget-bd ul.slight-submenu-wrap>li .ShowIcon::after{content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background-color: #fff;}
.sider .sitewidget-bd ul.slight-submenu-wrap>li .ShowIcon::before{width: 8px;height: 2px;}
.sider .sitewidget-bd ul.slight-submenu-wrap>li .ShowIcon::after{width: 2px;height: 8px;}
.sider .sitewidget-bd ul.slight-submenu-wrap>li .ShowIcon.on::after{opacity: 0;}
.sider .sitewidget-bd ul.slight-submenu-wrap>li ul{padding: 10px 0;width: 100%;border-bottom: 1px solid #e5e5e5;}
.sider .sitewidget-bd ul.slight-submenu-wrap>li ul li{list-style: none;margin: 0 16px 0 35px;padding: 2px 0;}
.sider .sitewidget-bd ul.slight-submenu-wrap>li ul li a{color: #999;line-height: 1.8;display: block;}
.sider .sitewidget-bd ul.slight-submenu-wrap>li ul li a.active,
.sider .sitewidget-bd ul.slight-submenu-wrap>li ul li a:hover{color: #006bb3;}
.sider .sitewidget-bd p{padding: 0 10px;}
/********公司简介内页**********/
.common-inner .inner-right .de-about-content{padding: 20px 10px;}
.common-inner .inner-right .de-about-content img{margin: 0 auto;max-width: 100%;}
.common-inner .inner-right .de-about-content p{font-size: 16px;color: #595959;line-height: 1.8;}
.common-inner .inner-right .de-about-content p video{width: 100%;height: 280px;margin: 20px 5%;}
/********荣誉证书内页**********/
.common-inner .inner-right .de-honor-list{overflow: hidden;margin: 0 auto;min-height: 556px;}
.common-inner .inner-right .de-honor-list ul{margin: -10px -1%;}
.common-inner .inner-right .de-honor-list ul li{float: left;overflow: hidden;width: 31.33%;margin: 10px 1%;}
.common-inner .inner-right .de-honor-list ul li a{display: block;}
.common-inner .inner-right .de-honor-list ul li .img{border: 1px solid #f6f6f6;overflow: hidden;position: relative;padding-bottom: 120%;}
.common-inner .inner-right .de-honor-list ul li .img .icon{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.common-inner .inner-right .de-honor-list ul li .img .icon img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;transition: all 0.5s;}
.common-inner .inner-right .de-honor-list ul li .title{text-align: center;height: 48px;padding: 0 10px;line-height: 48px;font-size: 14px;color: #595959;background: #f6f6f6;transition: all 0.5s;}
.common-inner .inner-right .de-honor-list ul li:hover .img img{transform: scale(1.1);}
.common-inner .inner-right .de-honor-list ul li:hover .title{background-color: #f13a3a;color: #fff;}
/********新闻内页**********/
.common-inner .inner-right .news-detail-content{overflow: hidden;}
.common-inner .inner-right .news-detail-content .news-detail-title{overflow: hidden;}
.common-inner .inner-right .news-detail-content .news-detail-title .h3{font-size: 26px;text-align: center;line-height: 32px;margin: 0px auto 30px;}
.common-inner .inner-right .news-detail-content .news-detail-title .b{color: #999;text-align: center;line-height: 30px;margin-bottom: 20px;border-bottom: 1px solid #f13a3a;text-align: center;height: 30px;position: relative;}
.common-inner .inner-right .news-detail-content .news-detail-title .b span{display: block;width: 90px;height: 30px;text-align: center;line-height: 30px;position: absolute;right: 0;background: #f13a3a;top: 0;color: #fff;cursor: pointer;}
.common-inner .inner-right .news-detail-content .news-detail{padding: 0 12px 30px;}
.common-inner .inner-right .news-detail-content .news-detail p{font-size: 16px;color: #595959;line-height: 30px;margin-bottom: 10px;}
.common-inner .inner-right .news-detail-content .news-detail img{max-width: 100%;margin: 0 auto;display: block;}
/********案例内页**********/
.common-inner .inner-right .de-case-list{overflow: hidden;min-height: 300px;margin-top: 25px;}
.common-inner .inner-right .de-case-list ul li{float: left;width: 32%;margin-right: 2%;margin-bottom: 20px;}
.common-inner .inner-right .de-case-list ul li:nth-child(3n){margin-right: 0;}
.common-inner .inner-right .de-case-list ul li a{display: block;}
.common-inner .inner-right .de-case-list ul li .img{width: 100%;height: 220px;text-align: center;line-height: 220px;font-size: 0;background-color: #fff;overflow: hidden;}
.common-inner .inner-right .de-case-list ul li .img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.common-inner .inner-right .de-case-list ul li .title{text-align: center;height: 48px;padding: 0 10px;line-height: 48px;font-size: 14px;color: #595959;background: #f6f6f6;transition: all 0.5s;}
.common-inner .inner-right .de-case-list ul li:hover .img img{transform: scale(1.1);}
.common-inner .inner-right .de-case-list ul li:hover .title{background-color: #006bb3;color: #fff;}
/********主营业务详情页**********/
.de-business-content{margin: 20px 0;}
.de-business-content p{font-size: 16px;line-height: 30px;margin: 5px 0;}
.de-business-content img{max-width: 100%;}
/********产品列表页**********/
.common-inner .inner-right .de-product-list{overflow: hidden;min-height: 622px;}
.common-inner .inner-right .de-product-list ul li{float: left;width: 32%;margin-right: 2%;}
.common-inner .inner-right .de-product-list ul li:nth-child(3n){margin-right: 0;}
.common-inner .inner-right .de-product-list ul li a{display: block;}
.common-inner .inner-right .de-product-list ul li .img{overflow: hidden;height: 240px;line-height: 240px;text-align: center;font-size: 0;border: 1px solid #e5e5e5;}
.common-inner .inner-right .de-product-list ul li .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.common-inner .inner-right .de-product-list ul li .title{text-align: center;color: #333;font-size: 14px;line-height: 1;padding: 15px 0;}
.common-inner .inner-right .de-product-list ul li:hover .img img{transform: scale(1.1);}
.common-inner .inner-right .de-product-list ul li:hover .title{color: #006bb3;}
/********产品详情页**********/
.prodect-Info{overflow: hidden;background: #fff;min-height: 500px;padding-bottom: 48px;}
.prodect-Info .info-main{overflow: hidden;background: #fff;}
.prodect-Info .info-main .info-preview{float: left;width: 40%;}
.prodect-Info .info-main .info-main-rig{float: right;width: 58%;overflow: hidden;}
.prodect-Info .info-main .info-main-rig .title{font-size: 20px;line-height: 1;padding-bottom: 15px;font-weight: bold;border-bottom: 1px solid #dedede;}
.prodect-Info .info-main .info-main-rig .txt{margin: 15px 0;font-size: 14px;line-height: 1.5;}
.prodect-Info .info-main .info-main-rig .contact{margin-top: 10px;}
.prodect-Info .info-main .info-main-rig .contact li{line-height: 1;font-size: 14px;padding: 12px;border-bottom: 1px dotted #e2e2e2;}
.prodect-Info .info-center{overflow: hidden;}
.prodect-Info .info-center .infoCenter-right{background: #fff;}
.prodect-Info .info-center .infoCenter-right .center-title{line-height: 50px;margin: 20px auto 0;background: #eee;}
.prodect-Info .info-center .infoCenter-right .center-title span{font-size: 22px;display: block;line-height: 50px;background: #006bb3;width: 160px;text-align: center;color: #fff;}
.prodect-Info .info-center .infoCenter-right .center-content{overflow: hidden;padding: 30px 0;}
.prodect-Info .info-center .infoCenter-right .center-content p{font-size: 14px;color: #595959;line-height: 1.8;}
.prodect-Info .info-center .infoCenter-right .center-content img{max-width: 100%;}
.prodect-Info .info-center .infoCenter-right .center-content table{max-width: 100%;}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab{width: 100%;border-collapse: collapse;table-layout: fixed;margin-bottom: 20px;}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th{width: 50%;text-align: center;font-size: 15px;color: #262626;background: #f6f6f6;border: 1px solid #e6e6e6;line-height: 48px;font-weight: bold;}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td{line-height: 45px;color: #595959;font-size: 15px;text-align: center;border: 1px solid #e6e6e6;}
#MagnifierWrap2{position: relative;width: 100%;}
.MagnifierMain{height: 405px;border: 1px solid #e6e6e6;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.MagnifierMain img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.MagnifierDrag{position: absolute;top: 0;left: 0;background-color: #ccc;opacity: 0.4;filter: alpha(opacity=40);cursor: move;}
.MagnifierPop{position: absolute;top: 0;overflow: hidden;background: #fff;}
.MagnifierImg{position: absolute;top: 0;left: 0;}
.spec-items{display: block;position: relative;width: 360px;height: 69px;overflow: hidden;padding-top: 20px;margin: 0 auto;}
.spec-items ul{width: 500%;position: absolute;top: 20px;left: 0;}
.spec-items ul *{-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.spec-items li{width: 64px;height: 64px;line-height: 64px;text-align: center;float: left;overflow: hidden;margin-right: 5px;border: 2px solid #fff;font-size: 0;cursor: pointer;}
.spec-items li.on{border: 2px solid #006bb3;}
.spec-items li img{display: inline-block;max-height: 100%;max-width: 100%;vertical-align: middle;}
span.spe_leftBtn,
span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 20px;height: 69px;line-height: 69px;text-align: center;font-size: 21px;font-weight: bold;color: #ddd;cursor: default;background-color: #f9f9f9;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;-khtml-user-select: none;user-select: none;}
span.on{background-color: #f9f9f9;color: #006bb3;cursor: pointer;}
span.spe_leftBtn{left: 0;background: url(../image/p-detail-left.png) no-repeat center;}
span.spe_leftBtn.on{background: url(../image/p-detail-left-active.png) no-repeat center;}
span.spe_rightBtn{right: 0;background: url(../image/p-detail-right.png) no-repeat center;}
span.spe_rightBtn.on{background: url(../image/p-detail-right-active.png) no-repeat center;}
/********新闻列表页**********/
.common-inner .inner-right .de-news-list{overflow: hidden;min-height: 644px;}
.common-inner .inner-right .de-news-list ul{margin: 10px 0;}
.common-inner .inner-right .de-news-list ul li{padding:10px 20px;margin:0 0 20px; background:#f6f6f6;}
.common-inner .inner-right .de-news-list ul li:nth-child(2n){background:#edf6f4;}
.common-inner .inner-right .de-news-list ul li h4{padding:20px 5px;text-align:center; float:left;width:90px;overflow:hidden;}
.common-inner .inner-right .de-news-list ul li h4 b{font-weight:100;display:block; line-height:36px;height:36px;overflow:hidden;font-size:36px;text-transform:uppercase;font-family: "Arial";}
.common-inner .inner-right .de-news-list ul li h4 span{font-weight:100;display:block;line-height:16px;height:16px;overflow:hidden;font-size:14px;text-transform:uppercase;color:#343434;font-family: "Arial";}
.common-inner .inner-right .de-news-list ul li p{padding:0 0 0 14px;line-height:26px;width:700px;overflow:hidden;font-size:14px;float:left;color:#666;}
.common-inner .inner-right .de-news-list ul li p b{display:block; font-weight:100; color:#000;margin-bottom: 5px;}
.common-inner .inner-right .de-news-list ul li p b a{color:#343434;font-weight:bold;display: block;}
.common-inner .inner-right .de-news-list ul li p b a:hover{color:#006bb3;}
.common-inner .inner-right .de-news-list ul li .fr{margin:20px 0 0;width:70px;height:25px;line-height:25px;text-align:center;color:#fff;background-color:#999;}
.common-inner .inner-right .de-news-list ul li .fr:hover{background:#006bb3;}
/********新闻详情页**********/
.common-inner .inner-right .news-info{margin-top: 30px;}
.common-inner .inner-right .news-info .title{text-align: center;color: #333;font-size: 26px;line-height: 1.5;padding: 0 20px;}
.common-inner .inner-right .news-info .tit{text-align: center;padding: 20px 0;line-height: 30px;border-bottom: 1px solid #eee;position: relative;line-height: 1;} 
.common-inner .inner-right .news-info .tit span{padding: 0 20px;color: #999;font-size: 15px;}
.common-inner .inner-right .news-info .con{margin: 30px 10px;font-size: 14px;line-height: 1.8;}
.common-inner .inner-right .news-info .con p{font-size: 14px;line-height: 1.8;}
.common-inner .inner-right .news-info .con img{max-width: 100%;display: flex;margin: 0 auto;}
/********联系我们内页**********/
.common-inner .inner-right .de-contact-list{padding: 30px 10px;}
.common-inner .inner-right .de-contact-list ul{margin: -10px -1%;}
.common-inner .inner-right .de-contact-list ul li{width: 31.33%;margin: 10px 1%;box-sizing: border-box;height: 182px;padding-top: 20px;float: left;color: #333;text-align: center;background-color: #f5f5f5;border: 1px solid #e5e5e5;}
.common-inner .inner-right .de-contact-list ul li i{font-size: 40px;display: inline-block;color: #006bb3;line-height: 1;margin-bottom: 20px;}
.common-inner .inner-right .de-contact-list ul li h4{font-size: 16px;line-height: 1;text-align: center;margin-bottom: 15px;}
.common-inner .inner-right .de-contact-list ul li p{text-align: center;width: 80%;font-size: 14px;margin: 0 auto;}
.common-inner .inner-right .de-contact-list ul li p a{color: #333;}
/********在线留言内页**********/
.common-inner .inner-right .de-message{padding: 30px 10px;}
.common-inner .inner-right .de-message .tips{font-size: 13px;line-height: 55px;color: #333;}
.common-inner .inner-right .de-message .mes-form{overflow: hidden;}
.common-inner .inner-right .de-message .mes-form .myform{margin: -5px -1%;}
.common-inner .inner-right .de-message .mes-form .form-tr{overflow: hidden;float: left;width: 48%;margin: 10px 1%;position: relative;}
.common-inner .inner-right .de-message .mes-form .form-tr input{display: block;width: 100%;height: 50px;padding: 0 15px;-webkit-box-shadow: none;box-shadow: none;font-size: 16px;border: 1px solid #e1e1e1;background-color: #fff;border-radius: 0;box-sizing: border-box;}
.common-inner .inner-right .de-message .mes-form .form-tr textarea{display: block;margin: 0;width: 100%;height: 168px;line-height: 50px;padding: 6px 15px;-webkit-box-shadow: none;box-shadow: none;font-size: 16px;border: 1px solid #e1e1e1;background-color: #fff;box-sizing: border-box;border-radius: 0;}
.common-inner .inner-right .de-message .mes-form .form-tr img{position: absolute;top: 0;right: 0;height: 50px;}
.common-inner .inner-right .de-message .mes-form .form-tr .submit{background: #006bb3;color: #fff;width: 100%;padding: 25px 0;text-align: center;border: 0;font-size: 20px;border-radius: 0;text-transform: capitalize;display: block;position: relative;overflow: hidden;}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;opacity: .3;z-index: 9;content: '';-webkit-transition: -webkit-transform 0.6s;transition: -webkit-transform 0.6s;transition: transform 0.6s;transition: transform 0.6s, -webkit-transform 0.6s;-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover:before{-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover, 
.common-inner .inner-right .de-message .mes-form .form-tr .submit:focus, 
.common-inner .inner-right .de-message .mes-form .form-tr .submit:active{background-color: #00a144;color: #fff;}
/********其他列表页**********/
.common-inner .inner-right .de-other-list{overflow: hidden;min-height: 644px;}
.common-inner .inner-right .de-other-list ul{margin: 10px 0;}
.common-inner .inner-right .de-other-list ul li{width: 33.33%;padding: 5px;box-sizing: border-box;float: left;}
.common-inner .inner-right .de-other-list ul li a{display: block;}
.common-inner .inner-right .de-other-list ul li .img{background-color: #f7f7f7;border: 1px solid #eee;height: 240px;line-height: 240px;text-align: center;font-size: 0;}
.common-inner .inner-right .de-other-list ul li .img img{vertical-align: middle;display: inline-block;max-width: 100%;max-height: 100%;}
.common-inner .inner-right .de-other-list ul li .tit{font-size: 14px;line-height: 50px;text-align: center;color: #333;}
/********招聘列表页**********/
.common-inner .inner-right .de-job-list{overflow: hidden;}
.common-inner .inner-right .de-job-list ul{margin: 20px;}
.common-inner .inner-right .de-job-list ul li{display: flex;height: 40px;line-height: 40px;border-bottom: 1px solid #eee;margin-bottom: 10px;} 
.common-inner .inner-right .de-job-list ul li .title{flex: 1;}
.common-inner .inner-right .de-job-list ul li .title a{font-size: 16px;color: #333;}
.common-inner .inner-right .de-job-list ul li .title a:hover{color: #f0810a;}
.common-inner .inner-right .de-job-list ul li .experience,
.common-inner .inner-right .de-job-list ul li .number,
.common-inner .inner-right .de-job-list ul li .time{width: 100px;text-align: center;}
/********招聘详情页**********/
.detail-job .title{text-align: center;padding: 30px 0;font-weight: 400;font-size: 30px;border-bottom: 1px solid #ebebeb;}
.detail-job .job{margin: 50px;}
.detail-job .job li{height: 40px;line-height: 40px;text-align: center;float: left;width: 33.33%;}
.detail-job .job li span{font-size: 16px;}
.detail-job .module > .hd{border-bottom:1px solid #ebebeb;color:#999;padding: 0 15px;min-height: 40px;line-height: 40px;}
.detail-job .module > .bd {padding:15px;overflow: hidden;}
/********搜索列表页**********/
.search-list{overflow: hidden;min-height: 500px;}
.search-list .module{background-color: #fff;margin-bottom: 10px;}
.search-list .module .hd{border-bottom: 1px solid #ebebeb;color: #999;padding: 0 15px;min-height: 40px;line-height: 40px;}
.search-list .module .hd .searchred{color: #f00;padding: 0 5px;}
.search-list .module .bd{padding: 20px 0;}
.search-list .main{overflow:hidden;background-color: #fff;}
.search-list .module .bd .list li a{display: block;}
.search-list .module .bd .list li a .pic{height: 240px;line-height: 240px;text-align: center;font-size: 0;border: 1px solid #e5e5e5;overflow: hidden;}
.search-list .module .bd .list li a .pic img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.search-list .module .bd .list li a .title{text-align: center;color: #333;font-size: 14px;line-height: 1;padding: 15px 0;}
.search-list .module .bd .list li a:hover .pic img{transform: scale(1.1);}
.search-list .module .bd .list li a:hover .title{color: #006bb3;}
.search-list .main .module .bd .list li{float: left;width: 23.5%;margin-right: 2%;margin-bottom: 0;}
.search-list .main .module .bd .list li:nth-child(4n){margin-right: 0;}
/********分页**********/
.page{margin-top: 20px;display: flex;justify-content: center;text-align: center;}
.page a,
.page span{padding: 0 9px;color: #333;border-radius: 3px;margin: 0 4px 8px 4px;height: 34px;line-height: 34px;font-size: 16px;border: 1px solid #e6e6e6;transition: all 0.5s ease-in-out;}
.page .current,
.page a:hover{color: #fff;background-color: #006bb3;border-color: #006bb3;}
.page a.prev,
.page a.next{font-size: 16px;}
/********上/下页**********/
.newsPage{border-top: 1px solid #eaeaea;padding: 20px 0 30px 0;}
.newsPage .page-a{line-height: 30px;text-align: left;color: #fff;z-index: 2;margin-bottom: 5px;}
.newsPage .page-a span{display: inline-block;padding: 0 10px;position: relative;z-index: 1;color: #fff;font-size: 14px;}
.newsPage .page-a span:before{width: 100%;height: 30px;background: #a2a2a2;display: block;position: absolute;left: 0;top: 0;z-index: -1;content: '';}
.newsPage .page-a a{display: inline-block;margin-left: 10px;color: #333;font-size: 14px;}
.newsPage .page-a a:hover{color: #006bb3;text-decoration: underline;}
/********我们的服务**********/
.nyservice{position: relative;background-color: #fff;}
.nyservice .line{width: 2px;background-color: #eee;font-size: 0px;height: 100%;position: absolute; left: 210px;top: 0;}
.nyservice ul{padding: 20px; box-sizing: border-box;} 
.nyservice li {overflow: hidden;}
.nyservice li .name{width: 170px; font-size: 16px;float: left;padding: 10px;display: flex;justify-content: flex-end;align-items: center;}
.nyservice li .name a{color: #333;}
.nyservice li .name a:hover{color:#f0810a;}
.nyservice li .name i{display: block;height: 15px;cursor: pointer;width: 15px;line-height: 15px;background-image: url(../image/jiantou.png);background-repeat: no-repeat;background-position: center;background-size: 10px 10px;transform: rotate(-90deg);}
.nyservice li .tree{ margin-left: 230px; padding: 10px; overflow: hidden;}
.nyservice li .tree dl{margin: 0 0 10px 0;border-bottom: 1px dotted #ccc;}
.nyservice li .tree dt{font-size: 16px;margin-bottom:20px;line-height: 21px;font-weight: 400;}
.nyservice li .tree dt a{color:#f0810a;}
.nyservice li .tree dd{margin: 10px 0;font-size: 14px;line-height: 15px;}
.nyservice li .tree dd span{margin-right: 10px; margin-bottom: 10px; display: inline-block; border-radius: 5px; border: 1px solid #eee;width: 219px; background-color: #f6f6f6; font-size: 14px;padding: 6px 8px;}
.nyservice li .tree dd span:hover{border-color: #f0810a;}
.nyservice li .tree dd a i{color:#f0810a;}
.nyservice li .tree dd a {color:#f0810a;}
.nyservice li .tree dd a.service_url{color:#f0810a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nyservice li .tree dd a.mall_url{float: right;}
.nyservice li .tree dd a.c{color:#f0810a;}
/********新闻推荐 *********/
.tianjian{box-sizing: border-box;padding: 15px 0;background-color: #fff;margin: 20px auto;}
.tianjian .tit{margin-bottom: 15px;}
.tianjian .tit p{line-height: 46px;border-bottom: 1px solid #dcdcdc;box-sizing: border-box;font-size: 20px;position: relative;margin-bottom: 0;font-weight: 700;text-transform: uppercase;}
.tianjian .tit p:after{display: block;width: 80px;content: '';background: #006bb3;height: 2px;position: absolute;left: 0;bottom: -1px;}
.tianjian .tit a:hover::after{border-color: #fff;border-top-color: transparent;border-bottom-color: transparent;}
.tianjian .tuijian-show{margin-bottom: 16px;}
.tianjian .tuijian-show a{display: block;}
.tianjian .tuijian-show a .img{float: left;width: 200px;height: 133px;overflow: hidden;margin-right: 20px;}
.tianjian .tuijian-show a .img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.55s;}
.tianjian .tuijian-show a .txt{overflow: hidden;}
.tianjian .tuijian-show a .txt h4{color: #333;font-size: 16px;line-height: 40px;font-weight: 400;}
.tianjian .tuijian-show a .txt p{color: #666;font-size: 14px;line-height: 24px;margin-bottom: 0;}
.tianjian .tuijian-show a:hover .img img{transform: scale(1.1);}
.tianjian .tuijian-show a:hover .txt h4{color: #006bb3;}
.tianjian li{float: left;width: 48%;margin-right: 4%;}
.tianjian li:nth-child(2n){margin-right: 0;}
.tianjian li a{display: block;}
.tianjian li a h4{float: left;width: 80%;color: #333;font-size: 14px;font-weight: 400;line-height: 30px;}
.tianjian li a p{float: right;text-align: right;width: 20%;color: #999;font-size: 12px;line-height: 30px;margin-bottom: 0;}
.tianjian li a:hover h4,
.tianjian li a:hover p{color: #006bb3;}
/********服务推荐*********/
.hots-goods h4{line-height: 46px;border-bottom: 1px solid #dcdcdc;box-sizing: border-box;font-size: 20px;text-transform: uppercase;position: relative;margin: 40px auto 20px;}
.hots-goods h4:after{display: block;width: 80px;content: '';background: #006bb3;height: 2px;position: absolute;left: 0;bottom: -1px;}
.hots-goods ul{margin: 0 -1%;}
.hots-goods ul li{float: left;width: 23%;margin: 0 1%;}
.hots-goods ul li a{display: block;overflow: hidden;}
.hots-goods ul li a .img{overflow: hidden;border: 1px solid #eee;height: 200px;line-height: 200px;text-align: center;font-size: 0;}
.hots-goods ul li a .img img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;transition: all .5s;}
.hots-goods ul li a p{line-height: 1;color: #333;text-align: center;padding: 15px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition:all 0.3s ease 0s;margin-bottom: 0;}
.hots-goods ul li:hover img{transform: scale(1.1);}
.hots-goods ul li:hover a p{color: #006bb3;}