@charset "UTF-8";
/*--公共部分--*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; touch-callout: none; cursor: pointer; }
body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre { margin: 0; padding: 0; border: 0; background-repeat: no-repeat; }
h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }    
body, button, input, select, textarea { font-size: 14px; color: #333; font-family: tahoma, arial, 'Microsoft YaHei','Hiragino Sans GB', sans-serif; }
ul, li { list-style: none; }
img { border: 0px;}
table { border-collapse: collapse; border-spacing: 0; }
*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }
em, i { font-style: normal; }
article, aside, footer, header, nav, section { display: block; }
a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }
a:hover { background-repeat: no-repeat; text-decoration: none; }
a, input[type="button"], button, label, input[type="submit"], input[type="reset"] { cursor: pointer; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
audio, video { display: inline-block; }
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
input, textarea, select { font-family: "Microsoft Yahei"; outline: none; }
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type=checkbox], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { *zoom: 1; }
.clear { clear: both; line-height: 0; height: 0; font-size: 0; }
.fl { float: left; }
.fr { float: right; }
.show { display: block !important; }
.hide { display: none !important; }
.z-transition { -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; }
.commonweb { padding: 0px 10px; }
.wd{ margin:0 auto; height:auto; max-width:1200px; overflow: hidden;}

@charset "UTF-8";
/* 头部css开始 */
.zkhaderwrap { position: relative; height: 55px; }
.xg-header { position: fixed; left: 0; top: 0; z-index: 101; width: 100%; height: 55px; padding: 10px 0; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); background-color: #ffffff; }
.xg-header .logo { float: left; display: block; }
.xg-header .logo img { display: block; height: 30px; margin-top: 2.5px; }
.xg-header .menu-handle { position: relative; top: -2.5px; float: right; width: 40px; height: 40px; padding: 5px; }
.xg-header .menu-handle span { display: block; width: 100%; height: 2px; background: #00a0e8; -webkit-transition: all ease .3s; -o-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; -webkit-transform: translate3d(0, 3px, 0); -moz-transform: translate3d(0, 3px, 0); transform: translate3d(0, 3px, 0); }
.xg-header .menu-handle span:nth-child(2) { -webkit-transform: translate3d(0, 12px, 0); -moz-transform: translate3d(0, 12px, 0); transform: translate3d(0, 12px, 0); }
.xg-header .menu-handle span:nth-child(3) { -webkit-transform: translate3d(0, 21px, 0); -moz-transform: translate3d(0, 21px, 0); transform: translate3d(0, 21px, 0); }
.xg-header .menu-handle.cur span { -webkit-transform: translate3d(0, 14px, 0) rotate(45deg); -moz-transform: translate3d(0, 14px, 0) rotate(45deg); transform: translate3d(0, 14px, 0) rotate(45deg); }
.xg-header .menu-handle.cur span:nth-child(2) { opacity: 0; }
.xg-header .menu-handle.cur span:nth-child(3) { -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg); -moz-transform: translate3d(0, 10px, 0) rotate(-45deg); transform: translate3d(0, 10px, 0) rotate(-45deg); }
.xg-header .search-handle { float: right; width: 40px; height: 35px; margin-right: 8px; background-repeat: no-repeat; background-position: center; background-image: url(../images/searchicon.png); }
.xg-hdsec .xg-top { display: none; position: fixed; left: 0; bottom: 20px; width: 100%; z-index: 100; text-align: center; }
.xg-hdsec .xg-top a { display: inline-block; vertical-align: top; font-size: 13px; line-height: 24px; color: #666666; }
.xg-hdsec .xg-top a.cur { color: #00a0e8; }
.xg-hdsec .xg-top .tel { font-size: 0; }
.xg-hdsec .xg-top .tel .num { padding-left: 26px; background-position: 0 center; background-repeat: no-repeat; background-image: url(../images/icon1.png); font-family: "AvantGarGotItcTEE"; color: #00a0e8; font-weight: bold; -moz-background-size: 20px; -o-background-size: 20px; background-size: 20px; font-size: 20px; margin-right: 20px; }
.xg-hdsec .xg-top .searchform { display: none; position: fixed; left: 0; top: 55px; z-index: 101; width: 100%; padding: 10px; background: #f2f2f2; font-size: 0; }
.xg-hdsec .xg-top .searchform form { display: block; padding-right: 60px; overflow: hidden; }
.xg-hdsec .xg-top .searchform input { display: inline-block; vertical-align: top; position: relative; float: left; display: block; width: 100%; height: 40px; line-height: 40px; }
.xg-hdsec .xg-top .searchform .keywords { padding-left: 10px; background: #ffffff; }
.xg-hdsec .xg-top .searchform .searchbtn { width: 60px; right: -60px; margin-left: -60px; }
.xg-hdsec .xg-top .ctrl { display: block; }
.xg-hdsec .xg-onlysearch { display: block; }
.xg-hdsec .xg-onlysearch .searchform { display: block; }
.xg-hdsec .xg-onlysearch .ctrl a, .xg-hdsec .xg-onlysearch .tel { display: none; }
.xg-hdsec .mainnav { display: none; position: fixed; top: 55px; left: 0; z-index: 98; width: 100%; bottom: 0; padding-bottom: 100px; background: #ffffff; border-top: 1px solid #ccc; }
.xg-hdsec .mainnav .nav-slider { position: relative; height: 100%; overflow-y: auto; }
.xg-hdsec .mainnav li { border-bottom: 1px solid #ccc; }
.xg-hdsec .mainnav li a { display: block; font-size: 16px; line-height: 48px; color: #333333; padding-left: 20px; }
.xg-hdsec .mainnav li .subnav { display: none; }
.xg-hdsec .mainnav li .subnav a { padding-left: 40px; line-height: 30px; }
.xg-hdsec .mainnav .hassub a { position: relative; }
.xg-hdsec .mainnav .hassub a:after { position: absolute; content: ''; width: 50px; height: 50px; top: 0; right: 0; background-position: center; background-repeat: no-repeat; background-image: url(../images/upimg.png); -moz-background-size: 20px; -o-background-size: 20px; background-size: 20px; -webkit-transition: all ease .3s; -o-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; }
.xg-hdsec .mainnav .roll a:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.searchfloat13 { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background-image: url(../images/354e84fa8c1649ec90fbc9e3027eed36.gif); z-index: 100; display: none; }
.xg-hdsec .mainnav li.productli dl dd { display: none; }
.xg-hdsec .mainnav li.productli dl dt { padding: 5px 0; }
.xg-hdsec .mainnav li.productli dl dt img { vertical-align: middle; margin-right: 10px; }

@charset "UTF-8";
html, body { width: 100%; height: 100%; position: relative; }



* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@font-face { font-family: 'AvantGarGotItcTEE'; src: url("AvantGarGotItcTEE.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'knockout'; src: url("../fonts/knockout.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'MyriadPro'; src: url("../fonts/myriadpro-light_1.woff") format("woff"); font-weight: normal; font-style: normal; }



.flexslider{width:100%; height:auto; position:relative; overflow:hidden; margin-top:0px;}
.slides{position:relative;z-index:1;}
.slides li{height:auto}
.slides li img{width:100%; display:block; transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transition:all 0.4s linear 1.2s; -moz-transition:all 0.4s linear 1.2s; -ms-transition:all 0.4s linear 1.2s; -o-transition:all 0.4s linear 1.2s; transition:all 0.4s linear 1.2s;}
.slides li.flex-active-slide img{transition-delay:0.4s !important;transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transition:all 5.0s linear; -moz-transition:all 5.0s linear; -ms-transition:all 5.0s linear; -o-transition:all 5.0s linear; transition:all 5.0s linear;}
.flex-control-nav{position:absolute;bottom:30px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block; width:40px; height:3px; margin:0 8px; *display:inline; zoom:1;}
.flex-control-nav a{display:inline-block; width:40px; height:3px; line-height:40px; overflow:hidden; background:#fff; padding-left:14px; box-sizing:border-box;   cursor:pointer;}
.flex-control-nav .flex-active{background:#e62129;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute; padding:10px; background-size:30px 30px !important; border-radius:50%;}
.flex-direction-nav li a.flex-prev{left:150px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-prev:hover{background:rgba(0,0,0,0.5) url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:150px;background:url(../images/next.png) center center no-repeat;}
.flex-direction-nav li a.flex-next:hover{background:rgba(0,0,0,0.5) url(../images/next.png) center center no-repeat;}


/*banner*/
.banner{ width:100%; overflow:hidden; position:relative; margin-top:0; display: none;}
.banner *{ box-sizing:content-box;}
.banner ul{ position:relative; width:10000%;}
.banner ul li{ float:left; width:1%; overflow:hidden;}
.banner ul li a{ display:block;}
.banner ul li img{display:block; width:1920px; position:relative; left:50%; margin-left:-960px;}
.bandd{ position:absolute; left:0; bottom:3%; width:100%; text-align:center; z-index:5;}
.bandd span{z-index:2;cursor:pointer;margin-right:5px;display:inline-block;width:10px;height:10px;zoom:1;border-radius:100%;border:2px solid #888;position:relative;-webkit-transition:.3s;transition:.3s;}
.bandd span:after{content:"";position:absolute;width:6px;height:6px;background:#888;top:2px;left:2px;border-radius:100%}
.bandd span.on,.bandd span:hover{border:2px solid #046ca4;transform:scale(1.1)}
.bandd span.on:after{background:#046ca4}
.banz,.bany{ position:absolute; top:50%; margin-top:-25px;width:50px; height:50px; opacity:0; transition:0.3s; cursor:pointer; z-index:5;}
.banz{ left:5%; background:url(../images/prev.png) center no-repeat;}
.bany{ right:5%; background:url(../images/next.png) center no-repeat;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}


/*产品*/
.dyip{ padding:50px 0;max-width:1200px; margin:0 auto;}
.title{ text-align:center;}
.h2_title {font-size: 26px;color: #333;text-align: center; line-height: 50px;}
.h2_title i {display: inline-block;*display: inline;*zoom: 1;width: 13px;height: 1px;background: #333333;vertical-align: middle;}
.h2_title a {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;padding: 0 15px;color: #00a0e8;height: 30px;line-height: 30px; font-weight: 600}
.p_title {font-size: 14px;color: #555;text-align: center; text-transform: uppercase;}
.in_about_textnr_tit{font-size: 24px; line-height: 40px; color: #333; font-weight: 600}
.in_about_textnr_tit_line{width: 20px; background: #555; height: 2px;}
.in_about_textnr_tit_zi{font-size: 14px; color: #555; margin-bottom: 10px;}
.sideBox{width: 100%;}
.sideBox ul {margin-right:-2%;}
.sideBox ul li a{text-decoration:none;}
.sideBox ul.cur {display: block;}
.sideBox ul li {float: left;width: 23%;border: 1px solid #d9d9d9;transition: all 0.5s;margin-right:2%;margin-top:30px;}
.sideBox ul li.ImgLeft {margin-right: 0;}
.sideBox ul li i {display: block;text-align: center;}
.sideBox ul li i em {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;height: 100%;width: 0;}
.sideBox ul li i img {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;transition: all 0.5s;overflow: hidden; max-width: 100%}
.sideBox ul li p {height: 56px;line-height: 56px;font-size: 16px;color: #fff;text-align: center;background: #00a0e8;}
.sideBox ul li i{display:block;overflow:hidden; background: #fff;}
.sideBox ul li:hover {box-shadow: 10px 10px 20px #999;border-color: #00a0e8;}
.sideBox ul li:hover p {background: #00a0e8;color:#fff;}
.sideBox ul li:hover i img {transform: scale(1.05);}

/*首页产品*/


.aboutbg{ width:100%; padding:50px 0 30px 0; box-sizing: border-box; background-image: url(../images/dbja.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    height: 708px;}
.aboutbg .aboutimg{ width:42%; float:left; display:inline;}
.aboutbg .aboutimg img{ width:100%; height:auto; -webkit-transition: all .5s; transition: all .5s; }
.aboutbg .aboutimg a{ -webkit-transition: all 1.5s; transition: all 1.5s; }

/* * video_open */
.video_window{display: none;width: 800px;height: 485px;position: fixed;left: 50%;top: 50%!important;z-index: 10000;margin: -250px 0 0 -250px;}
.video_window_rela{position: relative;height: 100%;}
.video_window_close{position: absolute;right: -12px;top: -12px;width: 20px;color: #fff;font-size: 18px;height: 20px;font-family: arial;line-height: 20px;text-align: center;cursor: pointer;}
.video_window_mask{display: none;position: fixed;left: 0;top: 0;z-index: 9999;width: 100%;height: 100%;background: rgba(0, 0, 0, .6);}
.video_window_ifeame{background:#333;border: 0;}
.ind_video_btn a{display: block;position: relative;}
.ind_video_btn a img{display: block; width:100%;-webkit-transition: all .3s; transition: all .3s; }
.ind_video_btn .pic{position:relative; overflow: hidden;}
.ind_video_btn .pic img{width:100%; }
.ind_video_btn .pic:hover img{display: block; width:100%;-webkit-transition: all .3s; transition: all .3s; transform: scale(1.1);}

.ind_video_btn .pic:before{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.2);}
.ind_video_btn .play_btn{position:absolute; top:50%; left:50%; transform: translateX(-50%) translateY(-50%);}
.ind_video_btn .play_btn img{width:100px;}

.aboutbg .nror{ width:55%; float:right; display:inline; background:url(../images/about_bg.png) top left no-repeat; color:#fff; font-size:14px; line-height:28px;}
.aboutbg .nror h1{ color:#00a0e8; margin-top:4px; font-size:24px; font-weight:600}
.aboutbg .nror h2{ font-weight:normal; font-size:16px; color:#f6f6f6; margin-bottom:10px;}
.aboutbg .nror .seemore{ border:1px solid #999; padding:10px 30px;}
.in_aboutl_btn{width:160px; float:left; margin-top:40px; position:relative; overflow:hidden;}
.in_aboutl_btn a{width:100%; display:block; line-height:40px; background:#fff; border:2px solid #00a0e8; text-align:center; font-size:14px; color:#000;}
.in_aboutl_btn a:hover{background:#00a0e8; color:#fff;}
.in_aboutl_btn a:before{content:""; position:absolute; top:0; left:-100%; width:100%; height:100%; background:linear-gradient(120deg,transparent,rgba(255, 255, 255, 0.4),transparent); transition:all 650ms;}
.in_aboutl_btn a:hover:before{left:100%;}


.scrollleft2{width:100%; float:left; margin-top:20px;}
.scrollleft2 li{width:260px !important; overflow:hidden; float:left; margin-right:20px;}
.scrollleft2 li img{width:100%; border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #6ebef3;}
.scrollleft2 li span{display:block; width:260px; line-height:30px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;float:left;}
.scrollleft2 li a{color: #fff}


.ind-field{width: 100%; height: auto; padding:50px 0 0 0;}
.ind-field .t1{margin-top:50px;position:relative;margin-bottom:40px;padding-bottom:25px;}
.ind-field .t1:after{position:absolute;left:50%;bottom:0px;width:50px;height:4px;background:#dadada;content:"";margin-left:-25px;}

.ind-field ul{margin-top: 30px;}

.ind-field ul li{width:25%;float:left;color:#fff;position:relative;padding:30px 45px;height:456px;}
.ind-field ul li:after{position:absolute;left:0px;top:0px;width:100%;height:100%;background:#00a0e8;content:"";display:none;}
.ind-field ul li .box{position:relative;z-index:3;}
.ind-field ul li p{line-height:28px;display:none;}
.ind-field ul li h4{padding:20px;padding-left:50px;font-size:24px;color:#fff;margin-bottom:20px;}
.ind-field .f1 h4{background:url(../images/icon_field1.png) no-repeat left center;}
.ind-field .f2 h4{background:url(../images/icon_field2.png) no-repeat left center;}
.ind-field .f3 h4{background:url(../images/icon_field3.png) no-repeat left center;}
.ind-field .f4 h4{background:url(../images/icon_field4.png) no-repeat left center;}

.ind-field ul li a{display:none;margin:50px auto;width:110px;height:38px;line-height:38px;text-align:center;color:#fff;border:1px solid #fff;border-radius:25px;}
.ind-field ul li a:hover{background:#fff;color:#666;}
.ind-field ul li:hover h4{border-bottom:1px solid rgba(255,255,255,0.6);}
.ind-field ul li:hover:after,.ind-field ul li:hover p,.ind-field ul li:hover a{display:block;}


.in_honor { width:100%; height:auto; padding: 40px 0; background: #f7f7f7}

/* 首页新闻 */

.index_3 { padding: 60px 0; }
.index_3 .in_box { padding-bottom: 20px;  margin-top: 30px; margin-right: -2%}
.index_3 .in_box .in_li { padding: 10px; box-sizing: border-box; width: 48%; float: left; margin-right: 2%; border: 1px solid #eee; margin-bottom: 25px;}
.index_3 .in_box .in_li a { display: block; width: 100%; height: 100%; -webkit-transition: all .5s; transition: all .5s; }
.index_3 .in_box .in_li a:hover { box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1); }
.index_3 .in_box .in_li a:hover .in_img img { -webkit-transform: scale(1.05); transform: scale(1.05); }
.index_3 .in_box .in_li a:hover .in_txt h4, .index_3 .in_box .in_li a:hover .in_txt h6 { color: #00a0e8; }
.index_3 .in_box .in_img { width: 30%; overflow: hidden; float: left}
.index_3 .in_box .in_img img { width: 100%; -webkit-transition: all .5s; transition: all .5s; }
.index_3 .in_box .in_txt { width: 67%; float:right; border-top: none; }
.index_3 .in_box .in_txt h4 { margin:0px 0 5px; font-size: 16px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.index_3 .in_box .in_txt p { overflow: hidden; margin-bottom:10px; font-size: 14px; color: #666; line-height: 24px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.index_3 .in_box .in_txt h6 { padding: 10px 0 0; border-top: 1px solid #eee; font-size: 14px; color: #333; }
.index_3 .in_box .in_txt h6 span { float: left; }
.index_3 .in_box .in_txt h6 i { float: right; }
.index_3 .in_box .slick-dots { position: absolute; left: 0; bottom: 0; z-index: 99; width: 100%; text-align: center; }
.index_3 .in_box .slick-dots li { display: inline-block; width: 10px; height: 10px; overflow: hidden; margin: 0 8px; border-radius: 50%; border: 1px solid #00a0e8; box-sizing: border-box; background: transparent; vertical-align: bottom; }
.index_3 .in_box .slick-dots li.slick-active { background: #00a0e8; }
.index_3 .in_box .slick-dots li button { display: none; }

/* 首页新闻 */
.dliup{padding:70px 0  40px 0;background: #fff;}
.dliup .box{margin-top: 40px;}
.dliup .dliup_l{width: 26%;float: left;}
.dliup .dliup_l .bt{background: #00a0e8;color: #FFF;padding:21px;}
.dliup .dliup_l .bt h2{font-size: 18px;font-weight: bold;}
.dliup .dliup_l .bt h2 a{color: #FFF;}
.dliup .dliup_l .bt h2 a:hover{color: #FFF;}
.dliup .dliup_l .bt p{margin-top: 15px;}
.dliup .dliup_l .pic{overflow: hidden;}
.dliup .dliup_l .pic img{width: 100%;height: auto; -webkit-transition: all .5s;transition: all .5s;}

.dliup .dliup_l .pic:hover img{-webkit-transition: all .3s; transition: all .3s; transform: scale(1.1);}
.dliup .dliup_l .txt{line-height: 24px;margin-top: 15px; font-size:14px;}
.dliup .dliup_r{width: 70%;float: right;}
.dliup .dliup_r .slideTxtBox{ }
.dliup .dliup_r .slideTxtBox .hd{margin-bottom: 20px;}
.dliup .dliup_r .slideTxtBox .hd ul{float: left;}
.dliup .dliup_r .slideTxtBox .hd ul li{float: left;font-size: 18px;margin-right: 30px;padding-right:30px;background: url(../images/pic24.png) no-repeat right center;cursor: pointer;}
.dliup .dliup_r .slideTxtBox .hd ul li.on{font-weight: bold;color:#00a0e8;}
.dliup .dliup_r .slideTxtBox .hd .more{float: right;}
.dliup .dliup_r .slideTxtBox .bd ul{}
.dliup .dliup_r .slideTxtBox .bd li{border-bottom: 1px solid #e8e8ea;height: 100px;margin-bottom: 25px; width:100%;}
.dliup .dliup_r .slideTxtBox .bd li:hover{border-bottom: 1px solid #00a0e8; box-shadow: 10px 10px 20px #999;}
.dliup .dliup_r .slideTxtBox .bd li .li_l{width: 82%;padding-top: 15px; margin-left: 15px}
.dliup .dliup_r .slideTxtBox .bd li h2{font-size: 16px;font-weight: bold;margin-bottom: 10px;}
.dliup .dliup_r .slideTxtBox .bd li h2 a{color: #333;}
.dliup .dliup_r .slideTxtBox .bd li p{line-height: 24px;height: 48px;overflow: hidden; font-size:14px;}
.dliup .dliup_r .slideTxtBox .bd li .riqi{float: right;text-align: center;height: 100px;background: #e8e8ea;width: 15%;}
.dliup .dliup_r .slideTxtBox .bd li:hover .riqi{background: #00a0e8;color: #FFF;}
.dliup .dliup_r .slideTxtBox .bd li .riqi .ri{font-size: 36px;padding-top: 15px;}
.dliup .dliup_r .slideTxtBox .bd li .riqi .qi{line-height: 30px; font-size:14px;}

/*首页产品展示*/
.in_aboutbg{width: 100%; height: auto; overflow: hidden; padding:40px 0; background: url(../images/m_bg.jpg) no-repeat center;}

.sy_jjfa{padding-bottom:0px; position:relative; margin-top: 30px}
.sy_jjfa .item{width:94%; margin:0 3%;  position:relative;}
.sy_jjfa .item .sy_jjfa_img{width:100%; height:auto;}
.sy_jjfa .item .sy_jjfa_img img{width:100%; border: 1px solid #ccc}
.sy_jjfa .item .sy_jjfa_wb_bj{width:100%; height:auto; display:table; position:absolute; top:0; left:0;}
.sy_jjfa .item .sy_jjfa_wb_bj .sy_jjfa_wb{height:100%; display:table-cell; vertical-align:middle; text-align:center; color:#fff; padding:0 34px;}
.sy_jjfa .item .sy_jjfa_wb_bj .sy_jjfa_wb .sy_jjfa_wb_t{font-size:18px;}
.sy_jjfa .item .sy_jjfa_wb_bj .sy_jjfa_wb .sy_jjfa_wb_b{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-top:10px;}

.sy_jjfa .owl-wrapper:after{content: " ";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init*/
.sy_jjfa{display:none; width: 100%;-ms-touch-action:pan-y;}
.sy_jjfa .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.sy_jjfa .owl-wrapper-outer{overflow: hidden;width: 100%;}
.sy_jjfa .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.sy_jjfa .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon*/
.grabbing{cursor:url(../images/grabbing.png) 8 8, move;}
/* fix*/
.sy_jjfa .owl-wrapper,
.sy_jjfa .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}

.sy_jjfa .owl-controls{width:100%; z-index:11;}
.sy_jjfa .owl-controls .owl-buttons div{width:54px; height:54px; font-size:12px; text-indent:-9999px; border:1px #ccc solid; border-radius:200px; position:absolute; bottom:0; transition:0.5s;}
.sy_jjfa .owl-controls .owl-buttons .owl-prev{ left:1.5%; display: none;}
.sy_jjfa .owl-controls .owl-buttons .owl-prev:hover{border:1px #63b72f solid; background:#63b72f url(../images/sy_jjfa_jt3.png) center no-repeat;}
.sy_jjfa .owl-controls .owl-buttons .owl-next{ overflow:hidden; right:1.5%; display: none;}
.sy_jjfa .owl-controls .owl-buttons .owl-next:hover{border:1px #63b72f solid; background:#63b72f url(../images/sy_jjfa_jt4.png) center no-repeat;}
.sy_jjfa .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.sy_jjfa .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
.sy_jjfa .owl-controls .owl-page span{display: block;width:14px; height:14px; border:3px #7d7d7d solid; margin:0 12px; border-radius:100px; background:#7d7d7d; transition:all 0.5s;}
.sy_jjfa .owl-controls .owl-page.active span,
.sy_jjfa .owl-controls.clickable .owl-page:hover span{ border:2px #0069b7 solid; background:#0069b7;}
.sy_jjfa .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.sy_jjfa .loading{min-height: 150px;background: url(../images/ajaxloader.gif) no-repeat center center}
.sy_jjfa .owl-pagination{width:100%; height:14px; text-align:center; margin-top:38px;}

/*首页关于我们*/

/*  底部 */
.foot{margin-top:0; overflow: hidden; margin-top: 60px;}
.foot_t{background: #155358;}
.foot_t .box{max-width: 1280px;margin:0 auto; padding:0 20px; box-sizing:border-box;}
.foot_t .box h2{float: left;line-height: 70px; color: #fff;}
.foot_t .box ul{float: left;padding:15px 0;margin-left: 50px;}
.foot_t .box li{float: left;width: 38px;height: 38px;line-height: 38px;text-align: center;margin-left: 28px;}
.foot_t .box li:nth-of-type(1){background: #4675f1;}
.foot_t .box li:nth-of-type(2){background: #d54432;}
.foot_t .box li:nth-of-type(3){background: #017fb2;}
.foot_t .box li:nth-of-type(4){background: #00aced;}
.foot_t .box li:nth-of-type(5){background: #e02b25;}
.foot_t .box li i{font-size: 28px;}
.foot_t .box li a{display: block;color: #FFF;}
.foot_t .box li a:hover{display: block;color: #FFF;text-decoration: none;}
.foot_b{background: #333; overflow: hidden;}
.foot_b .box{max-width: 1280px;margin:0 auto;color: #FFF;padding: 50px 20px 0 20px ;overflow: hidden; box-sizing:border-box;}
.foot_b .box .t_l{float: left; width: 60%;}
.foot_b .box .t_l dl{float: left; width: 28%;}
.foot_b .box .t_l dt{font-size: 16px;font-size: 17px;color: #FFF;margin-bottom: 15px; text-transform: uppercase;}
.foot_b .box .t_l dd{line-height: 28px;}
.foot_b .box .t_l dd a{color: #aaa; font-size: 14px;}
.foot_b .box .t_l dd a:hover{color: #155358;}
.foot_b .box .t_r{float: right;width: 38%;}
.foot_b .box .t_r .dblx{line-height:30px;color: #aaa; font-size:14px;}
.foot_b .box .t_r .dblx img{float: right; width: 120px;margin-left:15px}
.foot_b .copyright{padding:20px 0;border-top: 1px solid #444;margin-top: 50px; line-height: 25px;font-size: 13px; color: #aaa; text-align: center;}


/*Side*/
.side{position:fixed;width:54px;height:275px;right:0;top:275px;z-index:99999;}
.side ul li{width:54px;height:54px;float:left;position:relative;margin-bottom:2px;}
.side ul li .wx{width:220px;position:absolute; bottom:54px;right:0; display:none;}
.side ul li a:hover .wx{display:block;}
.side ul li .wx img{width:100%; display:block;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;background:#333; color:#fff; line-height:54px; font-size:14px;overflow:hidden; border-radius:5px 0 0 5px;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#333; border-radius:5px 0 0 5px;}
.side ul li .sidetop:hover{background:#00a0e8;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}

/*  内页公用 */

.ban_pic{width: 100%; margin-top:0px; overflow: hidden;font-size: 0;}
.ban_pic img{ width:100%;}

.breadCrumb,.listMenu{height:70px;line-height:70px; background:#fff; border-bottom:1px solid #e6e6e6;}
.breadCrumb p,.listMenu p{background:url(../images/home_tb.png) no-repeat left center;padding-left:30px; font-size:14px;}
.breadCrumb p{width:1180px;}
.breadCrumb p span{color:#00a0e8; font-weight:bold;}
.breadCrumb .back{float:right;height:28px;line-height:28px;text-align:center;border-radius:5px;margin-top:20px;background:url(../images/back2.png) no-repeat left center; padding-left:30px}

.listMenu .ny_menu{width:70%; float:left;}
.listMenu .ny_menu li{float:left; font-size:16px; color:#000; position:relative;}
.listMenu .ny_menu li a:after{content:""; display:block; position:absolute; left:0; bottom:0; width:0; height:2px; transition:all .4s; background:#038cc9;}
.listMenu .ny_menu li a{color:#000; display:block; padding:0 20px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.listMenu .ny_menu li a:hover,.listMenu .ny_menu li a.cur{color:#fff; background:#00a0e8;}
.listMenu .ny_menu li a:hover:after,.listMenu .ny_menu li a.cur:after{width:100%;}

.listMenu .ny_menu li .xl{font-size:14px; position:absolute; z-index:1000; top:100%; left:0px; display:none; width:200px; border:1px solid #e3e3e3; border-radius:0 0 3px 3px; background-color:#fff; -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175); box-shadow:0 6px 12px rgba(0, 0, 0, .175);}
.listMenu .ny_menu li .xl li{width:100%; float:inherit;}
.listMenu .ny_menu li .xl li a{line-height:30px; color:#666 !important; display:block; padding:6px 30px; border-bottom:1px solid #e6e6e6; text-transform:uppercase; text-align:left; font-size:14px !important;}
.listMenu .ny_menu li .xl li a:hover{color:#000; background-color:#f5f5f5; border-bottom:none;}
.listMenu .ny_menu li:hover .xl{display:block;}

.listMenu_tit{float:right; background:url(../images/home_tb.png) no-repeat left center; padding-left:30px; font-size:14px}
.listMenu_tit span{color:#00a0e8; font-weight:bold;}


/*内页关于我们*/
.ny_main{max-width:1200px; margin:60px auto 0;}
.ny_main_text{width:100%; float:left; font-size:14px; line-height:30px;}
.ny_main_text img{float:left; margin-right:40px; margin-bottom:40px; -webkit-transition: all .3s;
    transition: all .3s; overflow: hidden;}
.ny_main_text img .to{width:100%; overflow: hidden; }
.ny_main_text p{font-size:15px; line-height:36px;}
.ny_main_text p strong{color: #00a0e8}
.ny_main_text p a:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}


.ny_main_text2{width: 100%; height: auto;}
.ny_main_text2_left{width: 48%; height: auto; float: left; margin-right: 2%; overflow: hidden;}
.ny_main_text2_left .img{width: 100%;-webkit-transition: all .3s;transition: all .3s; overflow: hidden;}
.ny_main_text2_left a:hover .img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.ny_main_text2_right{width: 48%; float: right;  font-size:16px; line-height:32px;}
.ny_main_text2_right strong{color: #00a0e8}



/*内页关于我们*/

/*内页荣誉认证*/
.honor_r_img{width:100%; float:left;}
.honor_r_img ul{margin-right:-2% }
.honor_r_img li{width:23%; float:left; margin:0 2% 30px 0; text-align:center; padding:10px 10px 0 10px; background:#fff; border:1px solid #d6d6d6; border-bottom:3px solid #ddd; position:relative;box-sizing: border-box;}
.honor_r_img li .pImg{display:block; width:100%; padding:4px; border:1px solid #e3e3e3; background:#fff; display:table-cell; vertical-align:middle;}
.honor_r_img li img{width:100%; vertical-align:middle}
.honor_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.honor_r_img li:hover::before{width:100%; background:#00a0e8; transition:all .5s}
.honor_r_img li p{font-size:14px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0; color: #555}
.honor_r_img li:hover{background:#eee; box-shadow:0 1px 10px #999;}
/*内页荣誉认证*/

/*内页荣誉认证*/
.parnter_r_img{width:100%; float:left;}
.parnter_r_img ul{margin-right:-2% }
.parnter_r_img li{width:23%; float:left; margin:0 2% 30px 0; text-align:center; padding:10px 10px 0 10px; background:#fff; border:1px solid #d6d6d6; border-bottom:3px solid #ddd; position:relative;box-sizing: border-box;}
.parnter_r_img li .pImg{display:block; width:100%; padding:4px; border:1px solid #e3e3e3; background:#fff; display:table-cell; vertical-align:middle;}
.parnter_r_img li img{width:100%; vertical-align:middle}
.parnter_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.parnter_r_img li:hover::before{width:100%; background:#00a0e8; transition:all .5s}
.parnter_r_img li p{font-size:14px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0; color: #555}
.parnter_r_img li:hover{background:#eee; box-shadow:0 1px 10px #999;}
/*内页荣誉认证*/


/*内页荣誉认证*/
.workshop_r_img{width:100%; float:left;}
.workshop_r_img ul{margin-right:-2% }
.workshop_r_img li{width:23%; float:left; margin:0 2% 30px 0; text-align:center; padding:10px 10px 0 10px; background:#fff; border:1px solid #d6d6d6; border-bottom:3px solid #ddd; position:relative;box-sizing: border-box;}
.workshop_r_img li .pImg{display:block; width:100%; padding:4px; border:1px solid #e3e3e3; background:#fff; display:table-cell; vertical-align:middle;}
.workshop_r_img li img{width:100%; vertical-align:middle}
.workshop_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.workshop_r_img li:hover::before{width:100%; background:#00a0e8; transition:all .5s}
.workshop_r_img li p{font-size:14px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0; color: #555}
.workshop_r_img li:hover{background:#eee; box-shadow:0 1px 10px #999;}
/*内页荣誉认证*/


.pro_lefts{width: 22%; float: left; margin: 0px 0;}
.pro_lefts img{width:100%;}
.pro_left{width: 100%; float: left; margin: 0px 0;}
.pro_left h2{ height:60px; line-height:60px; background:#44b5d9;text-align:center; color:#fff; font-size:20px; font-weight: bold; border-bottom:3px solid #fff;}
.pro_left ul{ padding-bottom:3px;}
.pro_left ul li{border-bottom:3px solid #fff; position: relative; }
.pro_left ul li p{display:block; line-height:45px; text-align:left; background:#eee url(../images/ico1.png) no-repeat right center; text-indent: 20px; font-size:14px; font-weight: bold; margin-bottom: 0px}
.pro_left ul li p:hover, .pro_left ul li:hover p a, .pro_left ul li.hover p a{background:#44b5d9; display: block; color:#fff !important;}
.pro_left ul li ul{width: 100%;}
.pro_left ul li ul li { line-height:37px; border-bottom:dashed 1px #eee;  display:block; background:transparent; padding-left: 20px;  font-size:13px;}

.pro_left ul li ul li a:hover{ text-decoration:none; display:block; color: #e70012; }
.pro_left ul li ul li a.cur{color:#44b5d9 }


.pro_left2{width: 100%; float: left; margin: 0px 0;}
.pro_left2 h2{padding:0 20px; height:60px; line-height:60px; background:#00a0e8;text-align:center; color:#fff; font-size:20px; font-weight: bold; border-bottom:3px solid #fff;}
.pro_left2 h2:after{content:""; display:block; position:relative; top:15px; right:-210px; width:32px; height:32px; background:url(../images/lb_tb.png) right center no-repeat;}
.pro_left2 ul{ padding-bottom:3px;}
.pro_left2 ul li{border-bottom:3px solid #fff; position: relative; }
.pro_left2 ul li p{display:block; line-height:45px; text-align:left; background:#eee url(../images/ico1.png) no-repeat right center; text-indent: 20px; font-size:14px; font-weight: bold; margin-bottom: 0px}
.pro_left2 ul li p:hover, .pro_left2 ul li:hover p a{background:#00a0e8;color:#fff !important;}
.pro_left2 ul li ul{width: 100%;}
.pro_left2 ul li ul li { line-height:37px; border-bottom:dashed 1px #eee;  display:block; background:transparent; padding-left: 20px;  font-size:13px;}

.pro_left2 ul li ul li a:hover{ text-decoration:none; display:block; color: #e70012; }


.sp-li-er{width:100%;background: ##eeeeee;display:none;}
.sp-li-er a{background:none!important;border-bottom:none;margin:0 10% 0 10px;text-align: left;line-height:40px !important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#333!important;font-size:14px!important;text-indent: 0;}
.sp-li-er a:hover{color: #333!important;}
.sp-li-er a.on{color: #333!important;}

.triangle_right {
    width: 15px;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid #00a0e8;
    border-bottom: 8px solid transparent;
    margin-top: 10px;
    float: left;

}


.ny_right{width:75%; float:right;}
.dw{width:100%; height:49px; margin:auto; border:1px solid #e6e6e6; line-height:49px;}
.w_1200{width:100%; margin:auto;}
.dw_tb{display:block; width:49px; height:49px; background:url(../images/home_tb.png) center no-repeat; float:left; border-right:1px solid #e6e6e6;}
.dw_wz{width:84%; font-size:14px; float:left; margin-left:18px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.dw_wz span{color:#44b5d9;}

.pror_img{width:100%; float:left;}
.pror_img ul{margin-right: -2%}
.pror_img li{width:31.333%; float:left; background:#fff; border:1px solid #d6d6d6; overflow:hidden; margin-right: 2%; margin-top: 30px;}
.pror_img li:hover{border:1px solid #00a0e8; box-shadow:0px 10px 20px rgba(0,0,0,0.3);transform:translate3d(0,-5px,0);-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.pror_img li .pic{width:100%; float:left; overflow:hidden;}
.pror_img li .pic img{width:100%; display:block; transition:all .3s; -webkit-transition:all .3s;}
.pror_img li:hover .pic img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.pror_img li .text{width:100%; float:left; text-align:center; padding:10px 20px 20px 20px;}
.pror_img li .text h3{font-size:18px; line-height:30px; color:#000; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pror_img li:hover .text h3{color:#00a0e8;}
.pror_img li .text h4{font-size:15px; line-height:24px; color:#666; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pror_img li:hover .text h4{color:#00a0e8;}
.pror_img li .text p{font-size:14px; margin-top:5px; font-family:Arial;}

/*内页产品详情样式*/
.products{width:100%; float:left; margin-top:30px;}
.promore_l{width:45%;float:left;}

/*å›¾ç‰‡æ”¾å¤§é•œæ ·å¼*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%; border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}


/*å›¾ç‰‡å°å›¾é¢„è§ˆåˆ—è¡¨*/
.spec-preview{width:100%; height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%; float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block; width:32px; height:32px; cursor:pointer; margin-top:12px;}
.spec-scroll .items{float:left;position:relative;width:80%; height:64px; overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6; padding:2px;width:54px;height:54px;}
.spec-scroll .items ul li img:hover{border:2px solid #44b5d9; padding:1px;}

.pros_right{width:50%; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; border-bottom:1px dashed #e6e6e6;}
.pros_right_top h1{overflow:hidden; display:inline-block; font-size:24px; color:#44b5d9; padding-bottom:10px;}
.proleft{width:100%;float:left; font-size:14px; line-height:30px; margin-top:20px;}

.proleft_btn{width:100%; float:left; margin-top:30px;}
.proleft_btn li{width:150px; float:left; margin-right:10px;}
.proleft_btn li a{width:150px; height:40px; float:left; line-height:40px; text-align:center; font-size:16px; background:#eee; display:block;}
.proleft_btn li span{float:left; padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#44b5d9; color:#fff;}

.tabs-basic{width:100%; margin-top:50px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e6e6e6; background:#eee;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:16px; text-transform:uppercase;}
.tabs-basic a{display:block; text-decoration:none; background:#eee; border:1px solid transparent; padding:10px 40px;}
.tabs-basic .tab-active{border-bottom:2px solid #44b5d9; color:#fff; background:#44b5d9;}
/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6; line-height:24px; text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px; text-align:left; margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;}
.tabs-basic table{border-collapse:collapse; border: 1px #e6e6e6 solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}

.hot_pro2{width:100%;float:left; margin-top:50px;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#44b5d9; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6;}

.scrollleft2{width:100%; float:left; margin-top:20px;}
.scrollleft2 li{width:200px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:100%; display:block; border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #44b5d9;}
.scrollleft2 li span{display:block; width:100%; line-height:30px; margin-top:10px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}

/** äº§å“ä¸­å¿ƒä»£ç  End **/


/*内页产品详情样式*/


/*内页应用领域*/
.app {padding:0; height:auto; overflow:hidden; margin-top:0%}
.app ul { list-style: none; overflow: hidden; margin-right: -2%; }
.app li { width: 31.333%; height: auto; overflow: hidden; margin-right:2%; float: left; }
.app li .pic {border: 1px solid #cdcdcd; height:auto; overflow: hidden; font-size: 0;}
.app li a { display: block; width: 100%; overflow: hidden; }
.app li .pic img { width: 100%!important;}
.app ul li div:hover { border: 1px solid #f7931c; }
.app li span { display: block; text-align: center; line-height: 40px; color: #222; font-size: 13px; }
/*内页应用领域*/



/*内页生产车间*/
.workshop {padding:0; height:auto; overflow:hidden; margin-top:0%}
.workshop ul { list-style: none; overflow: hidden; margin-right: -2%; }
.workshop li { width: 23%; height: auto; overflow: hidden; margin-right:2%; float: left; }
.workshop li .pic {border: 1px solid #cdcdcd; height:auto; overflow: hidden; font-size: 0;}
.workshop li a { display: block; width: 100%; overflow: hidden; }
.workshop li .pic img { width: 100%!important;}
.workshop ul li div:hover { border: 1px solid #f7931c; }
.workshop li span { display: block; text-align: center; line-height: 40px; color: #222; font-size: 13px; }
/*内页生产车间*/

.txt{margin-top: 0px;padding-bottom: 20px; line-height: 35px; font-size: 15px; }
.txt td, .txt th{ padding:0 10px;}
.txt table{ border-left:1px solid #777; border-top:1px solid #777; text-align:center;}
.txt td, .txt th{border-right:1px solid #777; border-bottom:1px solid #777; }



.z{overflow: hidden;}
/*内页新闻中心*/
.news_r_text{width:100%; height: auto; }
.news_r_text ul li{width:100%;border-bottom:1px dashed #e6e6e6; margin-top:2%;overflow: hidden; padding: 2%;}
.news_r_text ul li:nth-child(5n){border-bottom:none; padding-bottom:inherit;}
.news_r_text ul li .pic{width:20%; float:left; overflow:hidden; background:#e6e6e6; padding:3px;} 
.news_r_text ul li .pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.news_r_text ul li .pic img:hover{-webkit-transform: scale(1.1); transform: scale(1.1);}
.news_r_text ul li .text{width:78%;float:right;}
.news_r_text ul li .text .titnr{width:100%;float:left;font-size: 14px;}
.news_r_text ul li .text .tit a{font-size:16px; font-weight:bold; color:#00a0e8; float:left; overflow: hidden; text-overflow: ellipsis;white-space: nowrap!important;width: 90%;} 
.news_r_text ul li .text .tit a:hover{color:#00a0e8;}
.news_r_text ul li .text .time{float:right; color:#333;}
.news_r_text ul li .text .wz{width:100%;float:left; margin-top:1%; line-height:24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden; font-size: 14px; color: #555;}
.wz a{font-size: 14px; color: #555;}
.wz a:hover{font-size: 14px; color: #fff;}
.news_r_text ul li:hover .text .wz{color:#fff;}
.news_r_text ul li:hover .text .time{color:#fff;}
.news_r_text ul li:hover{background: #00a0e8; display: block; color: #fff!important;}
.news_r_text ul li:hover{color:#fff !important;}
.news_r_text ul li:hover a{color:#fff !important;}


.view-page{width:100%; max-width:1200px; float:left; position:relative; margin:40px 0; border-top:1px solid #d6d6d6; padding-top:40px;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:160px; height:40px; line-height:40px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out; }
.view-page .prev{left:0;}
.view-page .prev a{background:#fff url(../images/le.png) 20px center no-repeat; padding-left:60px; border:1px solid #e6e6e6; color: #555; line-height: 40px;}
.view-page .prev:hover a{color:#fff; background:url(../images/le-white.png) 20px center no-repeat #00a0e8;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px; width:160px;}
.view-page .back a{background:url(../images/back.png) 20px center no-repeat #00a0e8;color: #fff; text-align:center; padding-left:25px; line-height: 40px;}
.view-page .back a:hover{background:url(../images/back.png) 20px center no-repeat #00a0e8; color:#000;}
.view-page .next{right:0;}
.view-page .next a{background:#fff url(../images/ri.png) 90% center no-repeat;text-align:center; border:1px solid #e6e6e6; line-height: 40px; color: #555}
.view-page .next:hover a{color:#fff; background:url(../images/ri-white.png) 90% center no-repeat #00a0e8;}
/*内页新闻中心*/





/*新闻详情*/
.xinwenxiangqing{width:100%; height: auto; overflow: hidden; }
.xinwenxiangqing .nd_head{text-align: center;margin-top:10px;padding-bottom: 30px;border-bottom: 1px dashed #d6d6d6;}
.xinwenxiangqing .nd_head p{color: #00a0e8;font-size: 28px;margin-bottom: 18px;height: auto;overflow: hidden;}
.xinwenxiangqing .nd_head span{color: #666;font-size: 14px;margin: 0 15px;}
.xinwenxiangqing .nd_text {text-align: left;font-size:14px;line-height:30px;  padding: 10px 0;}
.xinwenxiangqing .nd_text img{ max-width: 100%; display: block; margin: 10px auto;}
.detail_fenx a{font-size:14px;padding:12px 0;overflow:hidden;margin-top:20px;border-top:1px dotted #adadad; color:#333;}
.new_s2{width:100%;float:left; margin-top:50px;}
.hot_pro2{width:100%;float:left; margin-top:50px;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#00a0e8; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6;}
.news_random2{width:100%;float:left; background:#fff; border:1px solid #d6d6d6; padding:20px; border-top:none;}
.news_random2 ul li{width:48%; float:left; font-size:14px; line-height:36px; overflow:hidden; margin-right:4%; border-bottom:1px dashed #e6e6e6;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news_random2 ul li:nth-child(2n){margin-right:0;}
.news_random2 ul li a{background:url(../images/ly_li.png) no-repeat left center; padding-left:15px; color: #333}
.news_random2 ul li a:hover{color:#00a0e8;}
.news_random2 ul li span{float:right; color:#999;}

.news_con_b{border-top: 1px solid #EEE;margin-top: 50px;padding-top: 50px;}
.news_con_b ul{line-height: 30px;float: left;}
.news_con_b li {font-size: 14px; color: #555;}
.news_con_b li a{font-size: 14px; color: #555;}
.news_con_b li a:hover{font-size: 14px; color: #00a0e8;}
.news_con_b .fhlb{float: right;width: 140px;height: 40px;line-height: 40px;background: #00a0e8;text-align: center;}
.news_con_b .fhlb a{display: block;color: #FFF; font-size: 14px;}
.news_con_b .fhlb a:hover{display: block;color: #FFF;text-decoration: none;}


/*联系我们*/
.contact2{max-width:1200px; margin:0px auto 0; overflow: hidden;}
.contact2 h1{font-size:30px; font-weight:bold; color:#000; text-align: center; margin-bottom: 30px;}
.contact2 p.en{font-size:16px; text-transform:uppercase; text-align:center; margin:0 0 40px; color:#999; font-family:Arial;}
.contact2 li{width:33.3333%; float:left; padding:10px 20px; font-size:14px; min-height: 246px; border-right: 1px solid #ddd; margin-bottom: 25px; box-sizing: border-box;}
.contact2 ul{overflow:hidden; margin-bottom:80px;}
.contact2 li p{margin:5px 0; line-height: 30px;}
.contact2 p strong{font-weight: 600; font-size: 18px; color: #00a0e8}

.message{width:100%; float:left; padding-top: 0px; }
.message h3{text-align:center; color:#333; font-size:24px; font-weight:bold;}
.message ol{width:100%; float:left; margin-top:30px;}
.message ol li{float: left; width:49%; margin-bottom:30px; background:#fff; border:1px solid #e6e6e6;}
.message ol li:nth-child(2n){float:right;}
.message ol li:nth-child(6){float:left;}
.message ol li:nth-child(7){float:right;}
.message ol li input{width:100%; height:auto;  background:none; border:none; color:#999; padding:0 15px; font-size:14px; outline:none; -webkit-appearance:none; line-height:55px;}
.message ol li textarea{font-size:14px; padding:10px 15px; width:90%; height:180px; border:none; background:none; color:#999; outline:none; -webkit-appearance: none; box-sizing: border-box;}
.message ol li .btn,.message ol li .btn2{color:#fff; font-size:16px; cursor:pointer;}
.message ol li .btn{background:#0094da;}
.message ol li .btn2{background:#999;}

.redxing{position:absolute;top:11px;left:57px;color:#046ca4;}

.contact_map{ width:100%;  padding-top: 30px;}
.contact_tu{width:43%;float:right;  margin-top: 25px;}
#map_container{height: 600px; margin-top: 25px;}



/*下载中心*/
.icon{display: inline-block; background-position: center;background-repeat: no-repeat;vertical-align: middle;}
.down_list{width: 100%; margin-top: 3%;}
.down_list span{float: left;text-align: center;}
.down_list li{height: 70px;line-height: 70px;font-size: 14px; margin-bottom: 10px; color: #666;background: #ececec;}
.down_list .sp1{width: 5%; text-align: center;background: #00a0e8;}
.down_list .sp1 i{width: 100%;height: 28px;background-image: url(../images/icon29.png);}
.down_list .sp2{padding-left: 2%;text-align: left;min-width: 15%;} 
.down_list .sp3{width: 25%;text-align: center;} 
.down_list .sp4{float: right;width: 25%; } 
.down_list .sp5 {float: right;margin-top: 17px;margin-right: 1%; width: 10%;height: 34px;text-align: center;line-height: 34px;border:1px solid #c7c7c7;}
.down_list .sp5 a{display: block;}
.down_list .sp5 i{width: 27%;height: 11px;background-image: url(../images/icon30.png);}
/*下载中心*/

@media (min-height: 1280px) { 
  .xg-hdsec .mainnav li { padding: 0 2.4%; } 
}

@media (min-width: 1024px) { 
  .zkhaderwrap { height: 110px; }
  .xg-position { position: relative; }
  .xg-hdsec { padding-left: 148px; }
  .xg-hdsec .xg-top a.cur { color: #ffffff; }
  .xg-header { height: 110px; padding: 15px 0 0; }
  .xg-header > .commonweb { max-width: 100%; padding: 0 6%; }
  .xg-header .logo { float: none; position: absolute; left: 6%; }
  .xg-header .logo img { height: 61px; margin-top: 5px; }
  .xg-header .menu-handle { display: none; }
  .xg-header .search-handle { height: 25px; }
  .xg-hdsec .xg-top { display: block; position: static; z-index: 100; text-align: right; font-size: 0; height: 26px; }
  .xg-hdsec .xg-top a { line-height: 26px; }
  .xg-hdsec .xg-top a.cur, .xg-hdsec .xg-top a:hover { color: #f7931c; }
  .xg-hdsec .xg-top .tel { display: inline-block; vertical-align: top; font-size: 0; position: relative; padding-right: 17px; }
  .xg-hdsec .xg-top .tel span { display: inline-block; vertical-align: top; font-size: 14px; line-height: 26px; }
  .xg-hdsec .xg-top .tel .line { padding: 0 16px; }
  .xg-hdsec .xg-top .searchform { display: none; vertical-align: top; position: absolute; left: auto; right: 6%; top: 110px; width: 272px; height: 46px; padding: 0 10px; background-color: #FFFFFF; border: 1px solid #cccccc; overflow: hidden; }
  .xg-hdsec .xg-top .searchform form { padding-right: 40px; }
  .xg-hdsec .xg-top .searchform input { height: 44px; line-height: 44px; padding: 0; }
  .xg-hdsec .xg-top .searchform input::-webkit-input-placeholder { color: #ccc; }
  .xg-hdsec .xg-top .searchform input:-moz-placeholder { color: #ccc; }
  .xg-hdsec .xg-top .searchform input::-moz-placeholder { color: #ccc; }
  .xg-hdsec .xg-top .searchform input:-ms-input-placeholder { color: #ccc; }
  .xg-hdsec .xg-top .searchform .searchbtn { width: 34px; right: -46px; margin-left: -34px; font-size: 0; background: none; background-repeat: no-repeat; background-position: center center; background-image: url(../images/searchico.png); padding: 0; }
  .xg-hdsec .xg-top .searchform .keywords { background: none; }
  .xg-hdsec .xg-onlysearch .ctrl a, .xg-hdsec .xg-onlysearch .tel { display: none; }
  .xg-hdsec .mainnav { display: block; position: static; padding-top: 16px; padding-bottom: 0; background: 0 0; border-top: 0; width: auto; }
  .xg-hdsec .mainnav .nav-slider { overflow-y: visible; position: static; margin: 0 0 0 -27px; }
  .xg-hdsec .mainnav ul { text-align: right; }
  .xg-hdsec .mainnav li { position: relative; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; border-bottom: 0; padding: 0 1%; }
  .xg-hdsec .mainnav li.productli { position: static; }
  .xg-hdsec .mainnav li.productli .commonweb { padding: 0 10px; }
  .xg-hdsec .mainnav li.productli .product-nav { padding: 21px 0 37px; top: 110px; }
  .xg-hdsec .mainnav li.productli .product-nav a { border: 0; color: #266a95; line-height: 30px; text-align: left; position: relative; }
  .xg-hdsec .mainnav li.productli .product-nav dt a { font-size: 16px; height: 24px; line-height: 24px; font-weight: bold; }
  .xg-hdsec .mainnav li.productli .product-nav dd a { padding-left: 12px; }
  .xg-hdsec .mainnav li.productli .product-nav dd a:before { content: ""; display: block; width: 4px; height: 4px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background-color: #266a95; position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; }
  .xg-hdsec .mainnav li.productli dl { float: left; width:16.6666%; padding: 0 28px; }
  .xg-hdsec .mainnav li.productli dl dt { border-bottom: 1px solid #e4e4e4; color: #004068; font-weight: bold; font-size: 16px; text-align: left; padding: 11px 0; margin-bottom: 10px; }
  .xg-hdsec .mainnav li.productli dl dd { display: block; }
  .xg-hdsec .mainnav li .title a { padding: 0 6px; font-size: 14px; height: 53px; line-height: 36px; position: relative; }
  .xg-hdsec .mainnav li .title a:after { content: ""; height: 2px; position: absolute; bottom: 0; left: 51%; right: 51%; z-index: -1; background-color: #00a0e8; -o-transition-property: left,right; -moz-transition-property: left,right; transition-property: left,right; -webkit-transition-property: left,right; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; }
  .xg-hdsec .mainnav li:hover h3 a, .xg-hdsec .mainnav li.cur h3 a { color: #00a0e8; font-weight: bold; }
  .xg-hdsec .mainnav li:hover h3 a:after, .xg-hdsec .mainnav li.cur h3 a:after { left: 0; right: 0; z-index: 1; }
  .xg-hdsec .mainnav li .subnav { position: absolute; left: -27px; right: -27px; top: 53px; background-color: rgba(247, 247, 247, 0.94); text-align: center; -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); }
  .xg-hdsec .mainnav li .subnav a { font-size: 14px; padding-left: 0; border-top: 1px solid #e4e4e4; line-height: 48px; }
  .xg-hdsec .mainnav li .subnav a.cur, .xg-hdsec .mainnav li .subnav a:hover { color: #00a0e8; }
  .xg-hdsec .mainnav li .subnav a.cur:before, .xg-hdsec .mainnav li .subnav a:hover:before { background-color: #00a0e8; }
  .xg-hdsec .mainnav .hassub a:after { display: none; } 


  
}

@media (min-width: 1199px) { 
  .xg-header .logo img { height: 72px; }
  .xg-hdsec .mainnav li .title a { font-size: 16px; }
  .xg-hdsec .mainnav li { padding: 0 1.4%; } 
}

@media (max-width: 1024px) { 

  .flexslider{display: none;}
  .banner{display: block;}
}

@media (max-width: 992px) { 
  .wd{width: 96%;}
  .closeshare13 { display: none; } 
  .dyip{padding:25px 0;}
  .sideBox ul li{width: 31.333%}
  .ind-field ul li{width: 50%;}
  .ind-field ul li{padding:10px 15px;}

  

  .youshibg{background-image: none; background: #194a88; height: auto}
  .youshi{left: 0; position: static; padding: 20px; box-sizing: border-box; width: 55%;}
  .youshi li{margin-right: 3%;height: auto}
  .youshititle{color: #fff}
  .youshiinfo{color: #efefef}
  .yewu_list{margin:15px 0;}
  .yewu_list li{width: 48%; margin-top: 15px;}
  .aboutbg .aboutimg{width: 100%}
  .aboutbg .nror{width: 100%; margin-top: 20px;}
  .aboutbg ul li{width: 48%;}
  .youshi li{width:47%;}
  .dqwj{border-bottom: none;}
  .listMenu{width:100%; margin:auto; background:#fff; border-bottom:1px solid #e6e6e6; height: auto; padding: 20px 0 0px 0; line-height: 50px;}
	.listMenu .ny_menu{width:100%; float:left;}
	.listMenu .ny_menu li{width:49%; float:left; font-size:15px; color:#000; text-align:center; margin-right:2%; position:relative; margin-bottom: 12px;}
	.listMenu .ny_menu li:nth-child(2n){margin-right:0;}
	.listMenu .ny_menu li a:after{content:""; display:block; position:absolute; left:0; bottom:0; width:0; height:2px; transition:all .4s; background:#038cc9;}
	.listMenu .ny_menu li a{width:100%; color:#000; display:block; padding:0px; background:#eee; margin:2px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; box-sizing: border-box;} 
	.listMenu .ny_menu li a:hover,.listMenu .ny_menu li a.cur{color:#fff; background:#00a0e8;}
	.listMenu .ny_menu li a:hover:after,.listMenu .ny_menu li a.cur:after{width:100%;}
	.listMenu .ny_menu li .xl{font-size:14px; position:absolute; z-index:1000; top:100%; left:0px; display:none; width:200px; border:1px solid #e3e3e3; border-radius:0 0 3px 3px; background-color:#fff; -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175); box-shadow:0 6px 12px rgba(0, 0, 0, .175);}
	.listMenu .ny_menu li .xl li{width:100%; float:inherit;}
	.listMenu .ny_menu li .xl li a{line-height:30px; color:#666 !important; display:block; padding:6px 30px; border-bottom:1px solid #e6e6e6; text-transform:uppercase; text-align:left; font-size:14px !important;}
	.listMenu .ny_menu li .xl li a:hover{color:#000; background-color:#f5f5f5; border-bottom:none;}
	.listMenu .ny_menu li:hover .xl{display:block;}
	.listMenu_tit {width: 100%;float: left;margin-top: 0px;background: url(../images/home_tb.png) no-repeat left center;padding-left: 25px;font-size: 14px;}

  .ny_main{width: 95%;margin: 20px auto 40px;}
  .ny_main_text img {width: 100%;display: block;margin-bottom: 10px;}
  .honor_r_img li{width: 31.333%}
  .honor_r_img li p{padding:5px 0;}
  .parnter_r_img li{width: 31.333%}
  .parnter_r_img li p{padding:5px 0;}

  .workshop_r_img li{width: 31.333%}
  .workshop_r_img li p{padding:5px 0;}
  .pro_lefts{width: 100%;}
  .ny_right{width: 100%;}
  .dw{margin-top: 20px;}
  .dw_wz{width: 76%;}
  .pror_img li{width: 47.5%; }
  .pror_img li .text{padding: 5px}
  .promore_l{width: 100%}
  .pros_right{width: 100%; margin-top:20px;}



}

@media (max-width: 768px) { 
  .sideBox ul li{width: 48%}
  .dliup .dliup_l{width: 100%}
  .dliup .dliup_r{width: 100%}
  .dliup .dliup_r .slideTxtBox .bd li .li_l{padding-top: 0}
  .dliup .dliup_r .slideTxtBox .bd li h2{font-size: 14px;}
  .dliup .dliup_r .slideTxtBox .bd li p{font-size: 12px; height: auto}

  .foot{margin-top: 30px;}
  .foot_t .box{margin: 0 auto;}
  .foot_b .box .t_l{float: left; width: 100%;}
  .foot_b .box .t_r{float: left; width: 100%;border-top: 1px solid #444;margin-top: 20px; padding-top: 20px}

  .pnav a{width:46%; margin:0 5px 10px 5px;}
  .ny_about_wb{font-size:14px; line-height: 28px;padding:10px;}
  .honor_r_img li{width: 48%}
  .parnter_r_img li{width: 48%}
  .workshop_r_img li{width: 48%}
  .news_r_text ul li .pic{width: 100%; margin-bottom: 15px;}
  .news_r_text ul li .text{width: 100%}
  .news_r_text ul li .text .tit a{width: 100%;} 
  .xinwenxiangqing .nd_head p{font-size: 18px;}
  .news_con_b{;margin-top: 20px;padding-top: 20px;}
  .news_random2 ul li{width: 100%}
  .view-page{margin:20px 0; padding-top: 20px;}
  .view-page .prev, .view-page .back, .view-page .next{width: 100%; position: static; margin-top: 10px; text-align: center;}
  .view-page .prev a{padding-left: 0}
  .view-page .back{left:0%;margin-left:0px;width:100%;}
  .view-page .back a{padding-left: 0}
  .contact2 ul{margin-bottom: 20px;}
  .contact2 li{width:100%; border-bottom: 1px solid #ddd; border-right:none; padding:0;  min-height: auto;}
  .contact2 li p{margin-bottom: 15px;}
  .message h3{font-size: 20px;}
  .message ol li{width: 100%; margin-bottom: 15px;}
  .down_list .sp1{width: 15%}
  .down_list .sp4{width: 44%}
  .down_list .sp5{width: 19%}
}


@media (max-width: 640x) { 
  

}
@media (max-width: 320px) { 
  .youshi li{ height: auto; float:none; border-bottom: 1px solid #305c94; padding-bottom: 20px; }
  .yewu_list li{width: 100%;}
  .yewunameeng{margin-bottom: 0}
  .foot_b .box .t_l{display: none;}
  .foot_b .box{padding-top: 25px;overflow: hidden;}
  .foot_b .box .t_r{float: left; width: 100%;border-top: 0px solid #444;margin-top: 0; padding-top: 20px; font-size: 13px;}
  .foot_t .box li{margin-left: 18px;}
  .foot_b .copyright{margin-top:25px;}
  .honor li{width:98%;}
  .app li{width: 98%;}
  .tactfrm li{width: 96%;}

  .dliup .dliup_r .slideTxtBox .bd li .riqi{width: 10%;}
  .index_3 .in_box .in_li{width: 100%}
  .foot{margin-top: 15px;}
}