@charset "utf-8";
/* by Sean Lu 20190103 */
/* 移动端全局控制reset */
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video { margin:0; padding:0; }
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display: block; }
body { font-size: 100%;  font-family:arial,Helvetica,STHeiti,Droid Sans Fallback; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color:rgba(0,0,0,0); background-color: #fff; }
textarea { resize: none; }
iframe,img { border:0; }
ul,ol { list-style:none; }
input, select, textarea { outline: 0; -webkit-user-modify: read-write-plaintext-only; }
/* input { -webkit-appearance: none; } */
a { text-decoration: none; color: #666; }
a:hover { text-decoration: none; }

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 全局浮动 */
.fl { float: left; }
.fr { float: right; }

/* 圆细滚动条样式 20180601 */
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#FFF}
::-webkit-scrollbar-thumb:vertical{background-color:#0068b7;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#0068b7}
::-webkit-scrollbar-corner:vertical{background-color:#0068b7}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

/* 拖选文字样式 20160628 */
::selection { background: #0068b7; color: #fff; }
::-moz-selection { background: #0068b7; color: #fff; }

.wrapper { margin: 0 auto; width: 1200px; }

.fl { float: left; }
.fr { float: right; }

.topbar { background: #fff; height: 40px; border-bottom: 1px solid #eee; padding: 0 40px; }
.topbar .fl { font-size: 12px; color: #666; line-height: 40px; }
.topbar .fl strong { font-weight: normal; color: #0068b7; }
.topbar .fr { font-size: 12px; line-height: 40px; }
.topbar .fr .link { float: left; }
.topbar .fr .link a { float: left; color: #0068b7; }
.topbar .fr .link span { float: left; margin: 0 10px; color: #999; }
.topbar .fr .lang { float: left; margin-left: 20px; }
.topbar .fr .lang a { float: left; margin-left: 10px; background: url(../img/lang02.jpg) no-repeat left center; padding-left: 26px; display: block; }
.topbar .fr .lang a:last-child { background-image: url(../img/lang01.jpg); }

.header { height: 100px; padding: 0 40px; }
.header .logo { float: left; display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; -webkit-box-align: center; height: 100%; }
.header .logo img { height: 50px; display: inline-block; }
.header .nav { float: right; height: 40px; padding-top: 30px; }
.header .nav .nli { display: inline-block; position: relative; }
.header .nav .nli .na { font-size: 14px; font-weight: bold; display: block; padding: 0 20px; text-decoration: none; line-height: 40px; }
.header .nav .nli .sub { background: #214083; position: absolute; left: -10px; top: 40px; z-index: 9; width: 130px; padding: 10px; text-align: left; opacity: 0; visibility: hidden; -webkit-transition: all .2s; transition: all .2s; -webkit-transform: translateY(-10px); transform: translateY(-10px); }
.header .nav .nli:hover .sub { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); }
.header .nav .nli .sub .sli { line-height: 24px; }
.header .nav .nli .sub .sli .sa { font-size: 14px; color: #fff; padding-left: 20px; display: block; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.header .nav .nli .sub .sli .sa:hover { color: #d3f2ff; padding-left: 26px; }



/*banner*/
.bannerslide{}
.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 600px; }
.paginationw { position: absolute; left: 0; text-align: center; bottom: 10px !important; width: 100%; z-index: 9; }
.swiper-pagination-bullet { background: #fff; opacity: .6;}
.swiper-pagination-bullet-active { background: #0068b7; }
.bannerslide .swiper-slide .scaleBox {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-position: center;background-size: cover;-webkit-transition: all 5s linear;transition: all 5s linear;-webkit-transform: scale(1.1);transform: scale(1.1);}
.bannerslide .swiper-slide.swiper-slide-active .scaleBox {-webkit-transform: scale(1);transform: scale(1);}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{color: #fff;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{color: #fff;}

/*searchBox*/
.searchBox{background-color: #fff;text-align: center;padding-top: 16px;width: 100%;border: 0;height: 80px;}
.searchBox.on{top: 100px;visibility: visible;transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;}
.searchBox .txt{height: 48px;width: 1200px;float: left;border: none;border-bottom: 1px #ccc solid;outline: 0;padding-left: 24px;padding-right: 48px;}
.searchBox .sub{height: 47px;width: 48px;cursor: pointer;background-image: url(../img/search-icon.png);background-size: 23px 23px;background-color: #fff;background-repeat: no-repeat;background-position: 50% 50%;border: none;color: #fff;float: left;padding: 0 20px;margin-left: -48px;}

/*homebox*/
.homebox{padding: 50px 0;}
.homebox .info{position: relative;}
.homebox .tips{font-size: 32px;font-weight: bold;line-height: 32px;position: relative;color: #0068b7;}
.homebox .tips::after{position: absolute;content: '';width: 100px;height: 2px;background-color: #0068b7;left: 0;top: calc(100% + 20px);}
.homebox .msg{float: left;width: 50%;overflow: hidden;margin-top: 50px;font-size: 14px;margin-bottom: 50px;}
.homebox .more{position: absolute;right: 0;top: 0;padding: 10px 25px;background-color: #2F5085;color: #fff;}
.homebox .more a{display: block;color: #fff;font-size: 14px;}
/*homebox01*/
.homebox01{background-image: url(../img/box01bg.jpg);background-size: cover;background-repeat: no-repeat;}
.homebox01 .tips{color: #fff;}
.homebox01 .tips::after{background-color: #fff;}
.homebox01 .msg{color: #fff;}

.homebox01 .h_prolist .item{float: left;width: 24.25%;margin-right: 1%;margin-bottom: 20px;}
.homebox01 .h_prolist .item:nth-child(4n){margin-right: 0;}
.homebox01 .h_prolist .item a{display: block;}
.homebox01 .h_prolist .item a:hover{text-decoration: none;}
.homebox01 .h_prolist .item .img{width: 100%;}
.homebox01 .h_prolist .item .img img{width: 100%;display: block;}
.homebox01 .h_prolist .item .row{position: relative;overflow: hidden;width: 100%;height: 50px;font-size: 16px;background-color: #f6f6f6;color: #333;font-weight: bold;}
.homebox01 .h_prolist .item .name{position: absolute;top: calc(50% - 8px);left: 10px;}
.homebox01 .h_prolist .item .link{position: absolute;top: 0;right: 0;width: 50px;height: 100%;background-color: #e0e0e0;}
.homebox01 .h_prolist .item .link::after{position: absolute;content: '+';top: calc(50% - 8px);right: calc(50% - 4px);}

/*homebox02*/
.homebox02 .h_about{margin-top: 70px;background-image: url(../img/box02bg.jpg);background-size: cover;background-repeat: no-repeat;}
.homebox02 .h_about .row{width: 50%;background-color: rgba(0, 104, 183, .4);}
.homebox02 .h_about .txt{padding: 60px;font-size: 16px;line-height: 24px;color: #fff;}
.homebox02 .h_about .txt p{text-indent:24px;}

/*homebox03*/
.homebox03{background-color: #f6f6f6;}
.h_case .item { width: 24.25%; float: left; margin: 0 1% 10px 0; box-sizing: border-box; border: 1px solid #dedede; -webkit-transition: all .4s; transition: all .4s; position: relative;}
.h_case .item a:before,.h_case .item a:after{border: 2px solid transparent;width: 0;height: 0;box-sizing: border-box;content: '';position: absolute;top: 0;left: 0;}
.h_case .item:nth-child(4n) { margin-right: 0; }
.h_case .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); z-index: 1; transform: scale(1.1);}
.h_case .item:hover a:before{border-top-color: #0062c7;border-right-color: #0062c7;-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;width: 100%;height: 100%;}
.h_case .item:hover a:after{border-bottom-color: #0062c7;
    border-left-color: #0062c7;
    -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;width: 100%;height: 100%;}
.h_case .item a{display: block;}
.h_case .item img{width: 100%;display: block;}

/*homebox04*/
.homebox04{background-image: url(../img/box04bg.jpg);background-size: cover;background-repeat: no-repeat;}
.homebox04 .tips{color: #fff;}
.homebox04 .tips::after{background-color: #fff;}
.homebox04 .msg{color: #fff;}

.homebox04 .h_service{}
.homebox04 .h_service .item{float: left;width: 14.25%;text-align: center;color: #fff;font-size: 16px;box-sizing: border-box;border-left: 1px dotted #808080;}
.homebox04 .h_service .item .row{padding: 30px 5px;}
.homebox04 .h_service .item:last-child{border-right:1px dashed #808080; ;}
.homebox04 .h_service .item img{transition: all 1s;}
.homebox04 .h_service .item:hover img{transform: rotateY(360deg);}

/*homebox05*/
.homebox05{background: linear-gradient(to right,#fff 0%,#fff 50%,#f4f4f4 51%,#f4f4f4 100%);}
.h_new{overflow: hidden;width: 100%;height: 550px;}
.h_newbg{position: relative;float: left;width: 50%;height: 100%;background-image: url(../img/box05bg.jpg);background-size: cover;background-repeat: no-repeat;}
.h_newbg:before{position: absolute;content: 'HOT';color: #0068b7;font-size: 90px;font-weight: bolder;left: 20px;top: 50%;}
.h_newbg:after{position: absolute;content: 'NEWS';color: #0068b7;font-size: 90px;font-weight: bolder;left: 20px;top: calc(50% + 100px);}

.h_newlist{float: right;width: 50%;height: 350px;padding: 100px 0;}
.h_newlist .row{overflow: hidden;height: 100%;}
.h_newlist .item{height: 33.33%;float: left;box-sizing: border-box;border-bottom: 1px dashed #d3d3d3;padding-left: 30px;}
.h_newlist .left_new{float: left;width: calc(100% - 100px);display: block;}
.h_newlist .left_new .tit{font-size: 16px;margin-top: 12px;font-weight: bold;color: #333;margin-bottom: 10px;}
.h_newlist .left_new .txt{font-size: 14px;color: #9f9f9f;}
.h_newlist .pad{padding: 10px;}
.h_newlist .right_date{float: right;position: relative;text-align: center;margin-top: 12px;border: 1px solid #d8d8d8;box-sizing: border-box;border-radius: 6px;}
.h_newlist .right_date:after{position: absolute;content: '';width: 50px;height: 1px;background-color: #333;top: calc(50% - 1px);left: calc(50% - 25px);}
.h_newlist .right_date .mouth{font-size: 16px;font-weight: bold;color: #333;line-height: 30px;}
.h_newlist .right_date .year{font-size: 18px;font-weight: bold;color: #77a43b;line-height: 30px;}


/*homebox06*/
.homebox06{background-image: url(../img/box06bg.jpg);background-size: cover;background-repeat: no-repeat;}
.homebox06 .tips{color: #fff;}
.homebox06 .tips::after{background-color: #fff;}
.homebox06 .msg{color: #fff;}
.h_knowledge{margin-top: 70px;background-color: #fff;}
.h_knowledge .row{padding: 20px 10px;overflow: hidden;}
.h_knowledge .item{float: left;width: 32.6%;margin-right: 1%;position: relative;}
.h_knowledge .item:last-child{margin-right: 0;}
.h_knowledge .item:after{position: absolute;content: '';width: 100%;height: 2px;background-color: #f4f4f4;top: 30px;left: 0;}
.h_knowledge .item:before{position: absolute;content: '';width: 5%;height: 2px;background-color: #77a43b;top: 30px;left: 0;z-index: 1;}
.h_knowledge .item .tit{display: block;margin-bottom: 20px;font-weight: 16px;font-weight: bold;color: #333;}
.h_knowledge .item .txt{font-size: 14px;color: #9f9f9f;line-height: 24px;}

/*qualifications*/
.qualifications{text-align: center;padding: 25px 0;}
.qualifications ul li{display: inline-block;box-sizing: border-box;border-left: 1px dashed #d3d3d3;}
.qualifications ul li:last-child{border-right: 1px dashed #d3d3d3;}

/*foot*/
.footer {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(10,10,10,.8)),to(rgba(10,10,10,.8))),url(../img/footbj.jpg);
    background: -webkit-linear-gradient(rgba(10,10,10,.8),rgba(10,10,10,.8)),url(../img/footbj.jpg);
    background: linear-gradient(rgba(10,10,10,.8),rgba(10,10,10,.8)),url(../img/footbj.jpg);
    background-size: 100% 100%;
    color: #000;
    padding: 50px 0 20px 0;
}
.f_feedback{overflow: hidden;padding-bottom: 28px;
    border-bottom: 1px solid #000;}
.f_feedback .messagetarea { padding: 10px;float: left;margin-right: 1%;width: calc(99% - 160px); border: 2px solid #38393d; font-size: 16px; line-height: 26px;  color: #9a9a9a; resize: none; height: 160px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #38393d; margin-bottom: 20px; box-sizing: border-box;border-radius: 10px; }
.f_feedback .messagetarea:focus { color: #333; border: 2px solid #fff; outline: none;}
.f_feedback .messageinput { width: 24.25%;margin-right: 1%;float: left; padding: 10px;line-height: 26px; font-size: 14px; border: 2px solid #38393d;  color: #9a9a9a; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #38393d; margin-bottom: 20px; box-sizing: border-box; border-radius: 10px; }
.f_feedback .messageinput:nth-of-type(4){margin-right: 0;}
.f_feedback .messageinput:focus { color: #333; border: 2px solid #fff; outline: none;}
.f_feedback .messagebtn { width: 160px;height: 160px;float: right; text-align: center; line-height: 50px;font-size: 16px; border: 0; background: #b8c5ce; color: #2d3e50; border-radius: 4px;  cursor: pointer;}

.footer dl { width: 20%; float: left; color: #a4a4a4; }
.footer dl:nth-child(3n){ width: 28%;}
.footer dl:last-child{ float: right;}
.footer dl dt { color: #333;  font-size: 16px;font-weight: bold;font-size: 17px; margin-bottom: 10px; }
.footer dl dt a { color: #d9d9d9; }
.footer dl dd { font-size: 14px; line-height: 26px; }
.footer dl dd a { color: #acacac;}
.footer dl dd p { color: #acacac; }
.foot{border-top: 1px solid #323438;padding: 10px;}
.foot li{float: left;}
.foot li a{font-size: 14px;color: #7d7d7d;line-height: 32px;padding: 0px 10px 0px 0px;}
.foot .copy{font-size: 12px;color: #7d7d7d;line-height: 30px;}

/**/
.side { width: 266px; float: left; }
.sidenav { background: #0062c7; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.sidenav .hd { line-height: 50px; height: 50px; color: #fff; font-size: 18px; padding: 0 20px 0 50px; background: url(../img/iconlogo.png) no-repeat 16px center; background-size: auto 20px; }
.sidenav .hd strong { font-weight: normal; }
.sidenav .bd { padding: 10px; background: #fff; margin: 0 6px 6px; border-radius: 0 0 6px 6px; }
.sidenav .snul {  }
.sidenav .snul .snli { margin-bottom: 2px; line-height: 20px; }
.sidenav .snul .snli .sna { padding: 10px 20px; color: #666; font-size: 14px;  display: block; text-decoration: none; border-radius: 4px; -webkit-transition: all .2s; transition: all .2s; background: #f1f1f1 url(../img/ck.gif) no-repeat -16px center; background-size: 16px 14px; }

.sidenav .snul .snli .sna:before{ content:"- ";}

.sidenav .snul .snli .sna:hover, .sidenav .snul .snli.on .sna { background-color: #0062c7; color: #fff; opacity: .9; filter: alpha(opacity=90); background-position: 18px center; box-shadow: 0 5px 10px rgb(10 74 112 / .4); padding-left: 40px; }

.sidebox{overflow: hidden; margin-bottom: 20px; border-radius: 10px 10px 0 0; }
.sidebox .hd{ background: #77a43b;  line-height: 40px; height: 40px;color: #fff;font-size: 18px;padding: 0 20px 0 50px;background: url(../img/hot.png) no-repeat 16px center #77a43b;background-size: auto 20px; }
.sidebox .bd { margin: 0 6px 6px; padding: 20px; background: #fff; position: relative; }

.hot_pro .item .ibox a { display: block; position: relative; box-sizing: border-box;}
.hot_pro .item .ibox img { display: block; width: 100%; }
.hot_pro .item .ibox .name{font-size: 14px;text-align: center;color: #333;line-height: 24px;background-color: #f6f6f6;padding: 10px 12px;}
.sidepro .bd {margin: 0 auto !important;padding: 0 !important;}
.slick-prev:before, .slick-next:before{color: #333;}
.slick-dotted.slick-slider{margin: 0 auto !important;}
.slick-prev {left: 10px !important;z-index: 10;}
.slick-next {right: 10px !important;z-index: 10;}

.sidenew .bd{border: 1px solid #e6e6e6;margin: 0 auto;}
.hot_new .item a{position: relative;display: block;;border-bottom: 1px dashed #e6e6e6;line-height: 30px;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}


.main { float:right; width:900px;}
.main .hd { background: #f1f1f1; height: 50px; line-height: 50px; padding: 0 20px; border-radius: 10px; margin-bottom: 10px; }
.main .hd .name { position: relative; float: left; color: #0062c7; font-size: 20px; font-weight: bold; }
.main .hd .name:before { content: ''; display: block; width: 4px; height: 20px; background: #0062c7; position: absolute; left: -20px; top: 15px; }
.main .hd .now { float: right; font-size: 12px; color: #999; }
.main .hd .now a { color: #999; }
.main .hd .now .split { margin: 0 4px; font-family: simsun; }
.main .bd { padding: 20px; font-size: 16px; color: #333; line-height: 30px; }
.main .bd p { margin-bottom: 20px; }
.main .bd img { max-width: 100%; }

.newstitle { font-size: 26px; text-align: center; line-height: 30px;  margin-bottom: 5px; }
.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #999;  }
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0;  }
.newsmaincon img { max-width: 100%; }
.newsmaincon h3 { font-size: 18px; font-weight: normal; background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1)); color: #fff; line-height: 40px; height: 40px; padding: 0 20px; border-radius: 20px; margin-bottom: 20px; margin-top: 40px; }
.newsmaincon .dou { margin-bottom: 20px; }
.newsmaincon .dou02 { overflow: hidden; }
.newsmaincon .dou02 li { width: 50%; float: left; }
.newsmaincon .dou li:before { content: '·'; color: #ea0000; font-weight: bold; margin-right: 10px; }

.newsbackline { height: 30px; line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 50px; }
.newsbackline ul { width: 100%; }
.newsbackline ul li { width: 33.333333%; float: left; text-align: center; display: block; height: 33px; }
.newsbackline ul li a { display: inline-block; width: 120px; border-width: 1px; border-style: solid; border-color: #dedede; text-decoration: none; color: #666; font-size: 12px; }
.newsbackline ul li a:hover { border-color: #323e4a; color: #323e4a; }
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { text-align: center; }
/*about*/


/*pro*/
.prolist .item{border-bottom: 1px dashed #e6e6e6;}
.prolist a{display: block;padding: 20px 0;overflow: hidden;}
.prolist .img{float: left;width: 250px;}
.prolist .img img{width: 100%;display: block;}
.prolist .prodetail{float: right;width: calc(100% - 270px);}
.prolist .proname{font-size: 18px;color: #333;margin-bottom: 10px;}
.prolist .proinfo{font-size: 14px;color: #333;line-height: 24px;margin-bottom: 10px;}
.prolist .more{display: inline-block;padding: 6px 25px;background-color: #575757;color: #fff;font-size: 16px;}
.proimg_box {padding: 30px 0;border-bottom: 1px dashed #e6e6e6;}
.proimg_box .imgbox{float: left;width: 350px;}
.proimg_box .protitle{float: right;width: calc(100% - 400px);}
.proimg_box .protitle .tit{font-size: 26px;line-height: 30px;padding-bottom: 10px;font-weight: bold;color: #333;margin-bottom: 20px;border-bottom: 1px dashed #e6e6e6;}
.proimg_box .protitle .txt{font-size: 16px;line-height: 24px;}
.proimg_box .protitle .tel{font-size: 16px;margin-top: 30px;}
.proimg_box .protitle .tel span{color: #0062c7;font-family: "Georgia";font-weight: bold;}
.jqzoom img{max-width: 100%;}


.protable { width: 100%; margin-bottom: 20px; color: #333; }
.protable th { font-size: 14px; line-height: 30px; padding: 5px 10px; background: #f5f5f5 }
.protable td { font-size: 14px; line-height: 30px; padding: 5px 10px; text-align:center;}
.protable tr:nth-child(2n) td { background: #f1f1f1; }

.tableImg{width: 100%; margin-bottom: 20px; color: #333; }
.tableImg img{display: block;width: 100%;margin: 0 auto !important;}
.tableImg td{text-align:center;}
.tableImg th{ font-size: 14px; line-height: 30px; padding: 5px 10px; text-align:center;}

/*case*/
.caselist .item { width: 32.333333333%; float: left; margin: 0 1.5% 10px 0; box-sizing: border-box; border: 1px solid #dedede; -webkit-transition: all .4s; transition: all .4s; }
.caselist .item:nth-child(3n) { margin-right: 0; }
.caselist .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); z-index: 1; }
.caselist .item .img a { display: block; }
.caselist .item .img img { width: 100%; display: block; }
.caselist .item .box { padding: 15px 30px; position: relative; overflow: hidden; }
.caselist .item .box .nam { font-size: 14px; font-weight: bold; line-height: 30px; overflow: hidden; height: 30px; }
.caselist .item .box .nam a { color: #333; }
.caselist .item:hover .box .nam a { color: #405ca3; }
.caselist .item .box .btn { position: absolute; left: 0; bottom: 0; right: 0; height: 60px; line-height: 60px; background: #0062c7; color: #fff; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all .4s; transition: all .4s; }
.caselist .item:hover .box .btn { -webkit-transform: translateY(0); transform: translateY(0); }
.caselist .item .box .btn a { color: #fff; font-size: 14px; display: block; text-decoration: none; padding-left: 30px; }

/*news*/
.newslist .item{overflow: hidden;box-sizing: border-box;border-bottom: 1px dashed #d3d3d3;}
.newslist .right_new{float: right;width: calc(100% - 100px);display: block;}
.newslist .right_new .tit{font-size: 16px;margin-top: 12px;font-weight: bold;color: #333;margin-bottom: 10px;position: relative;}
.newslist .right_new .txt{font-size: 14px;color: #9f9f9f;}
.newslist .right_new .tit:after{position: absolute;content: '';width: 100%;height: 2px;background-color: #f4f4f4;top: 30px;left: 0;}
.newslist .right_new .tit:before{position: absolute;content: '';width: 2%;height: 2px;background-color: #0087c1;top: 30px;left: 0;z-index: 1;}
.newslist .pad{padding: 10px;}
.newslist .left_date{float: left;position: relative;text-align: center;margin-top: 12px;background-color: #F1F1F1;box-sizing: border-box;border-radius: 6px;}
.newslist .left_date:after{position: absolute;content: '';width: 50px;height: 1px;background-color: #333;top: calc(50% - 1px);left: calc(50% - 25px);}
.newslist .left_date .mouth{font-size: 16px;font-weight: bold;color: #333;line-height: 30px;}
.newslist .left_date .year{font-size: 18px;font-weight: bold;color: #77a43b;line-height: 30px;}


/*contact*/
.add .item{ float:left; width:28%; margin-right:2%; text-align:center; color:#fff; position:relative; top:0; transition:0.2s; background:#0062c7; margin-bottom:20px;}
.add .item:first-child{width:40%;}
.add .item:last-child{margin-right:0;}
.add .item .pad{ padding: 40px 10px ;}
.add .item:hover{ margin-top:-10px; transition: all 0.3s ease-out 0s;box-shadow: 10px 10px 15px #cccccc;}
.add .item .p1{ font-size:20px; margin:10px 0; padding-top:20px;}
.add .item .p2{ width:100%; margin:0 auto;}

.feedback{padding: 50px 20px;}
.feedback .messagetit { font-size: 14px; font-weight: bold; line-height: 30px; height: 30px; }
.feedback .messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px;  color: #666; resize: none; width: 100%; height: 160px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; box-sizing: border-box; }
.feedback .messagetarea:focus { color: #333; border: 1px solid #3498db; outline: none; background: #fff; }
.feedback .messageinput { width: 30%; padding: 10px; height: 26px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin: 0 5px 0 0;  color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; box-sizing: content-box; }
.feedback .messageinput:focus { color: #333; border: 1px solid #3498db; outline: none;background: #fff; }
.feedback .messagebtn { width: 200px; text-align: center; line-height: 50px; height: 50px; font-size: 16px; border: 0; background: #b8c5ce; color: #2d3e50; border-radius: 4px;  cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.feedback .messagebtn.btnons { width: 500px; color: #fff; background: #0061bf; border-radius: 4px; border: 0; display: block;font-size: 16px; font-weight: normal; letter-spacing: 0; }
.feedback .messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }



@media(max-width: 1200px){
    .wrapper{width: 100%;padding: 0 20px;box-sizing: border-box;}
    .main{width: calc(100% - 300px);}
    .searchBox .txt{width: 100%;box-sizing: border-box;}
}

@media(max-width: 920px){
    .header{height: auto;padding: 0 20px;margin-bottom: 30px;box-shadow: 2px 2px 30px rgb(0 0 0 / 10%);}
    .header .nav .nli .sub{display: none;}
    .header .logo{float: none;margin-top: 10px;}
    .header .nav {padding-top: 0;overflow: hidden;height: auto;text-align: center;margin: 0 -20px;float: none;}
    .header .nav .nli {float: left;display: block;width: 33.3333333%;}
    .bannerslide .swiper-slide { height: 300px; }

    .sidebox { display: none; }
    .side { float: none; width: 100%; }
    .sidenav .snul { overflow: hidden; }
    .sidenav .snul .snli { float: left; width: 49%; margin: 0 .5% 2px; }
    
    .main { width: 100%; float: none; }
    .main .hd .now { display: none; }
    .main .bd { padding: 10px 0; }
    

    .homebox .msg{float: none;width: 100%;margin-bottom: 20px;}
    .homebox .more{position: static ;display: inline-block;margin-bottom: 30px;}
    .homebox02 .h_about .row{width: 100%;}
    .homebox02 .h_about,.h_knowledge{margin-top: 0;}
    .homebox02 .more,.homebox06 .more{margin-top: 50px;}
    .h_case .item{width: 49.5%;}
    .h_case .item:nth-child(4n){margin-right: 1%;}
    .h_case .item:nth-child(2n){margin-right: 0;}
    .homebox04 .h_service .item{width: 50%;border: none;}
    .homebox04 .h_service .item:nth-child(2n-1){border-right: 1px dashed #808080;}
    .homebox05{background: transparent;}
    .h_newbg{width: 100%;height: 300px;float: none;}
    .h_new{overflow: auto;height: auto;}
    .h_newbg:before{font-size: 50px;left: 10px;bottom: 10px;top: auto;}
    .h_newbg:after{font-size: 50px;left: 150px;bottom: 10px;top: auto;}
    .h_newlist{float: none;width: 100%;padding: 20px 0 50px 0;}
    .h_newlist .row{overflow: auto;height: auto;}
    .h_newlist .item{float: none;overflow: hidden;height: auto;padding-left: 0;}
    .tableBox {width: 100%;overflow-x: scroll;}
}

@media(max-width: 720px){
    .topbar{display: none;}
    .searchBox{display: none;}
    .homebox01 .h_prolist .item{width: 49.5%;}
    .homebox01 .h_prolist .item:nth-child(4n){margin-right: 1%;}
    .homebox01 .h_prolist .item:nth-child(2n){margin-right: 0;}
    .homebox02 .h_about .txt{padding: 10px;}
    .h_knowledge .item{width: 100%;margin-right: 0;margin-bottom: 20px;}
    .qualifications ul li{width: 33%;}
    .qualifications ul li img{width: 100%;}
    .f_feedback .messageinput{width: 100%;}
    .f_feedback .messagetarea{width: 100%;}
    .f_feedback .messagebtn{width: 100%;height: 60px;}
    .footer dl{display: none;}
    .foot{border: none;padding: 0;}
    .prolist .img{width: 100%;}
    .prolist .prodetail{width: 100%;}
    .proimg_box .imgbox{width: 100%;}
    .spec-preview,.jqzoom,.jqzoom img{width: 100% !important;}
    .proimg_box .protitle{width: 100%;margin-top: 20px;}
    .caselist .item{width: 49.5%;margin-right: 1%;}
    .caselist .item:nth-child(3n){margin-right: 1%;}
    .caselist .item:nth-child(2n){margin-right: 0;}
    .add .item{width: 100%;margin-right: 0;}
    .add .item:first-child{width: 100%;margin-right: 0;}
    .feedback .messageinput{width: 100%;}
    .feedback .messagebtn.btnons{width: 100%;}
}