/* css document */
/*全局设置*/
body{font-size:14px;line-height:30px;font-family:arial, "微软雅黑";color:#616161;background-color:#fff;}
*{margin:0;padding:0;}
ul li{list-style:none;}
a{text-decoration:none;outline:none;color:#666;}
img{border:none;vertical-align:top;width:100%;-ms-interpolation-mode:bicubic;}
.clear{clear:both;}
input, select, textarea{padding:5px;color:#f05b59;}
input::-webkit-input-placeholder{color:#f05b59;}
textarea::-webkit-input-placeholder{color:#f05b59;}
.center{text-align:center;}
/*全局设置*/
header{background-color:#fff;}
header .toplogo{width:1400px;height:120px;margin:0 auto;}
header .toplogo .logo{float:left;line-height:1px;width:900px;height:120px;background-image:url(/uploads/image/images/logo.jpg);background-position:top left;background-size:cover;background-repeat:no-repeat;}
header .toplogo .phone{float:right;height:60px;margin-top:30px;}
header .toplogo .phone i{float:left;margin:18px 10px 0 0;color:#2765ab;}
header .toplogo .phone span{float:left;font-weight:bold;color:#ec3230;}
/*导航设计*/
.header{display:none;}
nav{height:40px;background-color:#065279;}
nav ul{width:1400px;margin:0 auto;}
nav ul li{width:140px;float:left;line-height:40px;text-align:center;transition:all 0.6s;}
nav ul li:hover, .action{background:#ec3230;transition:all 0.6s;}
nav ul li:hover .subnav{display:block;}
nav ul li a{color:#fff;display:block;}
nav ul .subnav{display:none;width:210px;margin-left:-35px;z-index:100;position:absolute;background:#fff;border:0;box-shadow:0 6px 10px rgba(0, 0, 0, .1);}
nav ul .subnav li{width:210px;border-bottom:1px solid rgba(0, 0, 0, .08);font-size:14px;line-height:40px;}
nav ul .subnav li a{text-align:center;color:#666;width:100%;background:none;}
nav ul .subnav li a i{display:none;}
nav ul .subnav li a:hover{background:#fff;color:#000;text-indent:inherit;}
nav ul .subnav li a:hover::after, nav ul.subnav li a:after{display:none;}
nav ul .subnav li a:hover{background-color:#ec3230;color:#fff;}
/*轮播图片设计*/
article{margin-bottom:10px;}
article .banner{height:auto;}
article .banner .js-silder{position:relative;min-width:320px;}
article .banner .silder-scroll{width:100%;overflow:hidden;}
article .banner .silder-main{position:relative;width:100%;overflow:hidden;}
article .banner .silder-main-img{position:absolute;top:0;left:0;width:100%;}
article .banner .silder-main-img img{width:100%;}
article .banner .js-silder-ctrl{width:100%;text-align:center;position:absolute;bottom:0;}
article .banner .silder-ctrl-prev, article .banner .silder-ctrl-next{position:absolute;top:0;width:10%;height:100%;vertical-align:middle;cursor:pointer;color:#fff;font-family:"宋体";font-size:26px;font-weight:600;text-shadow:#666 2px 2px 5px;margin-top:-25px;}
article .banner .silder-ctrl-prev{left:0;text-align:left;}
article .banner .silder-ctrl-next{right:0;text-align:right;}
article .banner .silder-ctrl-prev>span, article .banner .silder-ctrl-next>span{position:absolute;top:50%;margin-top:-40px;}
article .banner .silder-ctrl-prev>span{left:0;}
article .banner .silder-ctrl-next>span{right:0;}
article .banner .silder-ctrl-con{display:inline-block;width:20px;height:5px;padding:5px 0;margin:0 5px;cursor:pointer;}
article .banner .silder-ctrl-con>span{display:block;padding:0;line-height:0;text-indent:-9999px;overflow:hidden;cursor:pointer;background-color:#e4e4e4;width:100%;height:100%;}
article .banner .silder-ctrl-con.active>span{background-color:#ec3230;}
/*内容设置*/
section{margin:0;}
.sec_title{padding:80px 0 40px 0;text-align:center;}
.sec_title .titlename{line-height:50px;font-size:24px;color:#444;}
.sec_title .subtitle{line-height:30px;color:#c1c1c1;}
/*more更多*/
section .sec_more{display:block;position:relative;width:150px;margin:50px auto;height:50px;transition:all ease-out 0.6s;}
section .sec_more:before{content:'';position:absolute;width:100%;height:50px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border-bottom:1px solid rgb(236, 50, 48);border-top:1px solid rgb(236, 50, 48);-webkit-transform:scale(0.1, 1);transform:scale(0.1, 1);}
section .sec_more:after{content:'';display:block;width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s, background-color 0.3s;transition:transform 0.3s, background-color 0.3s;-webkit-transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);background-color:rgb(6, 82, 121);border-bottom:1px solid rgb(236, 50, 48);border-top:1px solid rgb(236, 50, 48);}
section .sec_more i{width:34px;height:14px;display:block;background:url(/uploads/image/images/icon.png) no-repeat 0 -22px;position:absolute;top:50%;left:50%;margin-top:-7px;margin-left:-17px;z-index:3;}
section .sec_more i.fa-angle-right:before{display:none;}
section .sec_more:hover{background:transparent;border:inherit;}
section .sec_more:hover::before{opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);}
section .sec_more:hover::after{-webkit-transform:scale3d(0.7, 0.7, 1);transform:scale3d(0.7, 0.7, 1);opacity:0;}
section .sec_more:hover i{background:url(/uploads/image/images/icon.png) no-repeat 0 -38px;}
/*首页产品*/
section .in_product{width:1400px;margin:0 auto;}
section .in_product .tetname{text-align:center;}
section .in_product .tetname a{padding:8px 16px;color:#616161;line-height:30px;}
section .in_product .tetname a:hover{background-color:#ec3230;color:#fff;}
section .in_product .prodli{margin:0;}
section .in_product .prodli ul{margin:0;padding:0;}
section .in_product .prodli ul li{width:320px;margin:20px;float:left;overflow:hidden;}
section .in_product .prodli ul li:nth-child(1){margin:20px 20px 20px 0;}
section .in_product .prodli ul li:nth-child(4n 1){margin:20px 20px 20px 0;}
section .in_product .prodli ul li:nth-child(4n){margin:20px 0 20px 20px;}
section .in_product .prodli ul li .product_img{overflow:hidden;line-height:1px;height:220px;background-size:cover;background-position-x:center;background-position-y:top;background-repeat:no-repeat;}
section .in_product .prodli ul li .product_info{line-height:30px;padding:10px;background-color:#ec3230;color:#fff;transition:all 0.6s;overflow:hidden;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}
section .in_product .prodli ul li:hover{box-shadow:0 15px 30px rgba(6, 82, 121, 0.5);background:#fff;transition:all 0.3s ease-out 0s;}
section .in_product .prodli ul li:hover .product_info{background-color:#065279;transition:all 0.3s ease-out 0s;}
section .in_product .prodli ul li:hover .product_info .title{color:#444;transition:all 0.3s ease-out 0s;}
section .in_product .prodli ul li:hover .product_info .title:after{background:rgba(0, 0, 0, .5);}
section .in_product .prodli ul li:hover .product_info .descrip{color:#6b6b6b;transition:all 0.3s ease-out 0s;}
/*首页关于我们*/
section .in_aboutus{background-color:#f8f8f8;}
section .in_aboutus .aboutus{width:1400px;margin:0 auto;}
section .in_aboutus .aboutus .aboutleft{width:700px;height:620px;line-height:1px;float:left;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position-x:center;background-position-y:center;transition:all 0.6s;}
section .in_aboutus .aboutus .aboutright{width:700px;float:right;}
section .in_aboutus .aboutus .aboutright .descrip{width:600px;text-indent:2em;padding:0 50px;height:270px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical;}
section .in_aboutus .aboutus:hover .aboutleft{transform:translatex(10px);transition:all 0.6s;}
/*首页支持*/
section .in_server{background-color:#f8f8f8;}
section .in_server .servsic{width:1400px;margin:0 auto;}
section .in_server .servsic .servli{margin:0;}
section .in_server .servsic .servli ul{margin:0;padding:0;}
section .in_server .servsic .servli ul li{width:320px;margin:20px;float:left;overflow:hidden;background-color:#fff;transition:all 0.3s ease-out 0s;}
section .in_server .servsic .servli ul li:nth-child(1){margin:20px 20px 20px 0;}
section .in_server .servsic .servli ul li:nth-child(4){margin:20px 0 20px 20px;}
section .in_server .servsic .servli ul li .service_img{overflow:hidden;line-height:1px;height:240px;background-size:cover;background-repeat:no-repeat;background-position-x:center;background-position-y:top;}
section .in_server .servsic .servli ul li .service_info{overflow:hidden;line-height:40px;font-size:18px;border:1px solid rgba(0, 0, 0, .1);transition:all 0.6s;margin:10px;padding:10px;}
section .in_server .servsic .servli ul li .service_info .title{line-height:50px;height:50px;text-align:center;position:relative;overflow:hidden;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}
section .in_server .servsic .servli ul li .service_info .title:after{content:'';position:absolute;width:100px;height:1px;background:rgba(0, 0, 0, .2);left:50%;margin-left:-50px;top:50px;transition:all 0.3s ease-out 0s;}
section .in_server .servsic .servli ul li .service_info .descrip{margin-top:10px;font-size:12px;color:#8c8a8a;line-height:26px;height:78px;text-indent:2em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;transition:all 0.3s ease-out 0s;}
section .in_server .servsic .servli ul li:hover{box-shadow:0 15px 30px rgba(6, 82, 121, 0.5);margin-top:15px;background:#fff;transition:all 0.3s ease-out 0s;}
section .in_server .servsic .servli ul li:hover .service_info{border:1px solid rgb(236, 50, 48);transition:all 0.3s ease-out 0s;}
section .in_server .servsic .servli ul li:hover .service_info .title{color:#444;transition:all 0.3s ease-out 0s;}
section .in_server .servsic .servli ul li:hover .service_info .title:after{background:rgba(0, 0, 0, .5);}
section .in_server .servsic .servli ul li:hover .service_info .descrip{color:#6b6b6b;transition:all 0.3s ease-out 0s;}
section .in_server .servsic .servli ul li:hover .service_info:after{border:1px solid rgba(0, 0, 0, .4);width:94%;left:3%;height:120%;transition:all 0.3s ease-out 0s;}
/*首页新闻*/
section .in_news{width:1400px;margin:0 auto;}
section .in_news .newsli{margin:0;padding:0;}
section .in_news .newsli ul{margin:0;padding:0;}
section .in_news .newsli ul li{width:320px;margin:20px;float:left;overflow:hidden;transition:all 0.3s ease-out 0s;}
section .in_news .newsli ul li:nth-child(1){margin:20px 20px 20px 0;}
section .in_news .newsli ul li:nth-child(4){margin:20px 0 20px 20px;}
section .in_news .newsli ul li .news_info{overflow:hidden;line-height:40px;font-size:18px;margin:10px;padding:10px;transition:all 0.6s;}
section .in_news .newsli ul li .news_info .date{text-align:right;line-height:60px;}
section .in_news .newsli ul li .news_info .date .year{font-size:38px;color:rgb(6, 82, 121);transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
section .in_news .newsli ul li .news_info .title{line-height:50px;position:relative;font-size:18px;height:50px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
section .in_news .newsli ul li .news_info .title:after{content:'';position:absolute;width:0;height:1px;background:rgba(0, 0, 0, .2);left:0;transition:all 0.3s ease-out 0s;}
section .in_news .newsli ul li .news_info .descrip{margin-top:10px;font-size:12px;color:#8c8a8a;line-height:26px;text-indent:2em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;transition:all 0.3s ease-out 0s;}
section .in_news .newsli ul li .details{color:#999;font-size:18px;margin:0 10px;padding:0 10px;}
section .in_news .newsli ul li .details i{color:#999;font-size:18px;text-indent:-80px;transition:all 0.3s ease-out 0s;}
section .in_news .newsli ul li:hover{transition:all 0.3s ease-out 0s;}
section .in_news .newsli ul li:hover .news_info{transition:all 0.3s ease-out 0s;}
section .in_news .newsli ul li:hover .news_info .date .year{color:rgb(236, 50, 48);transition:all 0.3s ease-out 0s;}
section .in_news .newsli ul li:hover .news_info .title{color:#444;transition:all 0.3s ease-out 0s;}
section .in_news .newsli ul li:hover .news_info .title:after{background:rgb(236, 50, 48);width:100%;}
section .in_news .newsli ul li:hover .news_info .descrip{color:#6b6b6b;margin-top:5px;transition:all 0.3s ease-out 0s;}
section .in_news .newsli ul li:hover .details i{color:#999;font-size:18px;text-indent:10px;}
/*首页案例*/
section .in_cacs{width:1400px;margin:0 auto;}
section .in_cacs .slide-item-body ul li{margin:15px;width:25%;float:left;display:block;height:auto;border:none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;padding-top:0;border-radius:0;color:#000;z-index:10002;}
section .in_cacs .slide-item-body ul li a{display:block;box-shadow:0 5px 10px 1px rgba(49, 49, 49, 0.2);}
section .in_cacs .new-img{width:100%;height:220px;border:none;display:block;background-size:cover;background-repeat:no-repeat;background-position-x:center;background-position-y:top;}
section .in_cacs .slide-item{width:1100px;position:relative;margin:0 auto;}
section .in_cacs .new-body{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;margin:8px;padding-bottom:8px;}
section .in_cacs .slide-item-body{margin-left:-70px;}
section .in_cacs .slide-item-body .tempwrap{padding-bottom:30px;}
section .in_cacs .slide-item-body ul li:hover{-ms-transform:translatey(-10px);-webkit-transform:translatey(-10px);-moz-transform:translatey(-10px);-o-transform:translatey(-10px);transform:translatey(-10px);z-index:1002;position:relative;left:0;}
section .in_cacs .next{position:absolute;top:40%;z-index:10;cursor:pointer;-moz-background-size:60px;-webkit-background-size:60px;background-size:60px;background-position:center;background-repeat:no-repeat;right:auto;left:-110px;height:42px;width:36px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
section .in_cacs .prev{position:absolute;top:40%;z-index:10;cursor:pointer;-moz-background-size:60px;-webkit-background-size:60px;background-size:60px;background-position:center;background-repeat:no-repeat;right:-160px;height:42px;width:36px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
section .in_cacs .prev i, section .in_cacs .next i{color:#f05b59;}
section .in_cacs .prev i:hover, section .in_cacs .next i:hover{color:#065279;}
/*内页大图设计*/
section .in_center{width:1400px;margin:0 auto;}
/*内页大图设计*/
article .cet_banner{background-color:#f8f8f8;}
article .cet_banner .cet_img{height:300px;background-repeat:no-repeat;background-position:center;}
/*内页栏目设计*/
section .cet_title{padding:80px 0 40px 0;border-bottom:1px solid #065279;margin-bottom:40px;}
section .cet_title .titlename{line-height:50px;font-size:24px;color:#444;}
section .cet_title .subtitle{line-height:30px;color:#c1c1c1;}
/*内页图片列表*/
section .imgli{margin-bottom:40px;}
section .imgli ul{}
section .imgli ul li{width:320px;margin:20px;float:left;overflow:hidden;color:#c1c1c1;}
section .imgli ul li:nth-child(1){margin:20px 20px 20px 0;}
section .imgli ul li:nth-child(4n 1){margin:20px 20px 20px 0;}
section .imgli ul li:nth-child(4n){margin:20px 0 20px 20px;}
section .imgli ul li .imgli_img{width:320px;height:260px;background-size:cover;background-repeat:no-repeat;background-position-x:center;background-position-y:top;transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;filter:blur(1px);-webkit-filter:blur(1px);}
section .imgli ul li .imgli_info{margin:10px;font-size:18px;padding:10px;text-align:center;border:1px solid rgba(0, 0, 0, 0.1);}
section .imgli ul li .imgli_info .title{position:relative;overflow:hidden;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}
section .imgli ul li .imgli_info p::after{content:'';position:absolute;width:100px;height:1px;background:rgba(0, 0, 0, .5);left:50%;margin-left:-50px;top:45px;}
section .imgli ul li:hover{box-shadow:0 15px 30px rgba(6, 82, 121, 0.5);}
section .imgli ul li:hover .imgli_info{margin:10px;font-size:18px;padding:10px;text-align:center;border:1px solid rgb(236, 50, 48);}
/*内页图片列表左边*/
section .newsleft{width:280px;float:left;margin-right:20px;}
section .newsleft .lm_tilte{line-height:40px;position:relative;font-size:20px;padding-left:25px;}
section .newsleft .lm_tilte:before{content:'';left:0;position:absolute;width:5px;height:18px;background:#ec3230;margin-top:10px;transition:all 0.3s ease-out 0s;}
section .newsleft ul{padding-top:0;}
section .newsleft ul li{margin-left:10px;padding-left:15px;line-height:40px;border-bottom:1px solid rgba(0, 0, 0, .2);position:relative;transition:all 0.3s ease-out 0s;}
section .newsleft ul li:hover{transition:all 0.3s ease-out 0s;padding-left:25px;}
section .newsleft ul li:hover::before{content:'';left:5px;position:absolute;width:3px;height:10px;background:#ec3230;margin-top:14px;transition:all 0.3s ease-out 0s;}
/*内页图文列表右边*/
section .newsright{width:1080px;float:right;margin-left:20px;}
section .newsright ul{padding-top:0;}
section .newsright ul li{height:130px;padding:30px 0;border-bottom:1px solid rgba(0, 0, 0, .06);}
section .newsright .newsimgs{width:200px;height:130px;float:left;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position-x:center;background-position-y:top;transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
section .newsright .newsimgs img{width:200px;height:130px;}
section .newsright .newsname{width:690px;height:130px;float:left;margin:0 20px;}
section .newsright .newsname .newstitle{height:40px;float:left;margin:0 20px;font-size:18px;color:#065279;font-weight:bold;overflow:hidden;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}
section .newsright .newsname .newsdescr{height:90px;float:left;margin:0 20px;overflow:hidden;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;}
section .newsright .newsdate{width:150px;height:130px;float:left;font-size:30px;text-align:right;}
section .newsright .newsdate .datime{display:block;line-height:46px;font-size:30px;}
section .newsright .newsdate .dayear{display:block;line-height:46px;font-size:24px;color:#b1b1b1;}
section .newsright ul li:hover{border-bottom:1px solid rgba(0, 0, 0, .5);}
section .newsright ul li:hover .newsname{margin:0 10px 0 30px;}
section .newsright ul li:hover .newsimgs{background-size:cover;transform:scale(1.08, 1.08);}
section .newsright ul li:hover .newsname .newstitle{color:#ec3230;}
/*内页图片列表右边*/
section .prodright{width:1080px;float:right;margin-left:20px;}
section .prodright ul{padding-top:0;}
section .prodright ul li{width:310px;margin:25px;float:left;transition:all 0.3s ease-out 0s;}
section .prodright .prodimgs{width:310px;height:230px;overflow:hidden;}
section .prodright .prodimgs img{width:310px;height:230px;transition:all 0.3s ease-out 0s;}
section .prodright .prodname{text-align:center;line-height:50px;height:50px;transition:all 0.3s ease-out 0s;}
section .prodright ul li:hover{background-color:#ec3230;transition:all 0.3s ease-out 0s;}
section .prodright ul li:hover .prodimgs img{transform:scale(1.08, 1.08);transition:all 0.3s ease-out 0s;}
section .prodright ul li:hover .prodname{color:#fff;transition:all 0.3s ease-out 0s;}
/*单页面*/
section .single{margin-bottom:40px;}
section .single img{max-width:100%;}
/*分页显示*/
.pagecon{padding:50px 10px 10px 10px;text-align:center}
.pagecon ul{margin:0px;padding:0px;}
.pagecon ul a{margin:2px 4px;padding:2px 4px;border-radius:4px;color:#fff;background-color:#0d86d5;}
.pagecon ul a:hover{background-color:#e86400;}
/*质检查询*/
.conzjcx{margin:0 auto;width:500px;border:4px solid #4d80ba;border-radius:10px;}
.conzjcx .zjxinxi{width:500px;min-height:300px;border-radius:10px;}
.conzjcx .zjxinxi .xinxiti{text-align:center;font-size:24px;line-height:80px;color:#4d80ba;font-weight:bold;}
.conzjcx .zjxinxi .single{margin:20px 10px;text-align:center;}
.conzjcx .zjxinxi .single .inputsub{width:200px;border-radius:10px;background-color:#f05b59;color:#fff;font-size:16px;border:1px solid #f05b59;padding:10px 0;}
.conzjcx .zjxinxi .singleft{line-height:40px;margin:0 20px;}
.conzjcx .zjxinxi .singleft span{color:#4d80ba;font-weight:bold;}
/*尾部设置*/
footer{background-color:#f3f3f3;}
footer .in_contact{width:1400px;margin:0 auto;padding:80px 0 60px;}
footer .in_contact .contac{width:300px;float:left;padding-top:50px;text-align:center;}
footer .in_contact .conguz{width:740px;float:left;margin-top:100px;}
footer .in_contact .conguz h3{color:#696969;line-height:24px;margin-bottom:25px;font-weight:bold;}
footer .in_contact .conguz p{height:24px;width:45%;float:left;margin-bottom:20px;color:#999;font-size:12px;}
footer .in_contact .contus{width:360px;float:left;}
footer .in_contact .contus .inputtxt{width:-webkit-fill-available;height:20px;line-height:20px;padding:10px;background-color:#065279;border:1px solid #065279;margin-bottom:10px;transition:all 0.3s ease-out 0s;}
footer .in_contact .contus textarea.inputtxt{height:100px;resize:none;overflow:hidden;}
footer .in_contact .contus .inputsub{width:-webkit-fill-available;background-color:#f05b59;color:#fff;font-size:16px;border:1px solid #f05b59;padding:10px 0;}
footer .in_copy{text-align:center;line-height:50px;background-color:#fff;}
#fbottom{display:none;}
@media screen and (min-width:1200px) and (max-width:1400px){
  header{padding:0 10px;}
  header .toplogo{width:1180px;height:100px;}
  header .toplogo .logo{width:750px;height:100px;}
  header .toplogo .phone{margin-top:40px;}
  /*导航设计*/
  .header{display:none;}
  nav{height:40px;}
  nav ul{width:1180px;}
  nav ul li{width:118px;}
  /*轮播图片设计*/
  article{margin-bottom:0;padding:0 10px;}
  /*内容设置*/
  /*more更多*/
  section{padding:0 10px;}
  /*内页大图设计*/
  article .cet_banner .cet_img{height:184px;background-size:cover;}
  section .sec_title{padding:50px 0 30px 0;}
  section .sec_more{margin:30px auto;}
  /*首页产品*/
  section .in_product{width:1180px;}
  section .in_product .prodli ul li{width:265px;margin:20px;}
  section .in_product .prodli ul li .product_info{overflow:hidden;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}
  section .in_product .prodli ul li .product_info:after{display:none;}  
  /*首页关于我们*/
  section .in_aboutus .aboutus{width:1180px;}
  section .in_aboutus .aboutus .aboutleft{width:590px;height:500px;}
  section .in_aboutus .aboutus .aboutright{width:590px;}
  section .in_aboutus .aboutus .aboutright .descrip{width:550px;margin:20px;padding:0px;height:210px;-webkit-line-clamp:7;}
  /*首页支持*/
  section .in_server .servsic{width:1180px;}
  section .in_server .servsic .servli ul li{width:265px;}
  /*首页新闻*/
  section .in_news{width:1180px;}
  section .in_news .newsli ul li{width:265px;}
  /*首页案例*/
  section .in_cacs{width:1180px;}
  section .in_cacs .slide-item-body ul li{width:265px;float:left;display:block;height:inherit;}
  section .in_cacs .new-img img{height:180px;}
  section .in_cacs .slide-item{width:1180px;}
  section .in_cacs .slide-item .hd{display:none;}
  section .in_cacs .new-body{line-height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
  section .in_cacs .slide-item-body{margin-left:0;}
  section .in_cacs .slide-item-body ul{width:1180px !important;margin:0 auto !important;position:unset !important;left:0px !important;}
  section .in_cacs .slide-item-body .clone{display:none;}
  section .in_cacs .slide-item-body .tempwrap{width:auto !important;}
  /*内页大图设计*/
  section .in_center{width:1180px;}
  /*内页栏目设计*/
  section .cet_title{padding:50px 0 20px 0;margin-bottom:0;}
  section .cet_title .titlename{line-height:40px;font-size:20px;color:#444;}
  /*内页图片列表*/
  section .imgli{margin-bottom:20px;}
  section .imgli ul li{width:265px;}
  section .imgli ul li .imgli_img{width:265px;height:180px;}
  section .imgli ul li .imgli_img img{width:265px;height:180px;}
  section .imgli ul li .imgli_info{margin:5px 0 0 0;font-size:16px;padding:5px;}
  section .imgli ul li:hover .imgli_img img{width:220px;height:180px;}
  /*内页图片列表左边*/
  section .newsleft{width:240px;}
  section .newsright{width:920px;margin-left:0;}
  section .newsright .newsimgs{width:200px;}
  section .newsright .newsimgs img{width:200px;height:130px;}
  section .newsright .newsname{width:620px;margin:0;}
  section .newsright .newsdate{width:100px;}
  section .newsright ul li:hover .newsname{margin:0;}
  section .newsright ul li:hover .newsimgs img{transform:scale(1.08, 1.08);}
  /*内页图片列表右边*/
  section .prodright{width:920px;margin-left:0;}
  section .prodright ul li{width:265px;margin:20px;}
  section .prodright .prodimgs{width:265px;height:180px;overflow:hidden;}
  section .prodright .prodimgs img{width:265px;height:180px;transition:all 0.3s ease-out 0s;}
  section .prodright .prodname{background-color:#ec3230;color:#fff;}
  section .prodright ul li:hover{background-color:#ec3230;transition:all 0.3s ease-out 0s;}
  section .prodright ul li:hover .prodimgs img{transform:scale(1.08, 1.08);transition:all 0.3s ease-out 0s;}
  section .prodright ul li:hover .prodname{color:#fff;transition:all 0.3s ease-out 0s;}
  /*单页面*/
  section .single{margin-bottom:40px;margin-top:40px;}
  section .single img{max-width:100%;}
  /*分页显示*/
  .pagecon{padding:50px 10px 10px 10px;text-align:center}
  .pagecon ul{margin:0px;padding:0px;}
  .pagecon ul a{margin:2px 4px;padding:2px 4px;border-radius:4px;color:#fff;background-color:#0d86d5;}
  .pagecon ul a:hover{background-color:#e86400;}
  /*质检查询*/
  .conzjcx{margin:0 auto;width:500px;border:4px solid #4d80ba;border-radius:10px;}
  .conzjcx .zjxinxi{width:500px;min-height:300px;border-radius:10px;}
  .conzjcx .zjxinxi .xinxiti{text-align:center;font-size:24px;line-height:80px;color:#5da9ff;font-weight:bold;}
  .conzjcx .zjxinxi .single{margin:20px 10px;text-align:center;}
  .conzjcx .zjxinxi .single .inputsub{width:200px;border-radius:10px;background-color:#f05b59;color:#fff;font-size:16px;border:1px solid #f05b59;padding:10px 0;}
  .conzjcx .zjxinxi .singleft{line-height:40px;margin:0 20px;}
  .conzjcx .zjxinxi .singleft span{color:#5da9ff;font-weight:bold;}
  /*尾部设置*/
  footer{background-color:#f3f3f3;margin:10px;padding:10px;}
  footer .in_contact{width:1160px;padding:0 0 10px;}
  footer .in_contact .contac{width:300px;float:left;padding-top:50px;text-align:center;}
  footer .in_contact .conguz{width:400px;margin-top:70px;}
  footer .in_contact .conguz h3{line-height:30px;margin-bottom:10px;font-weight:bold;}
  footer .in_contact .conguz p{height:30px;width:100%;float:none;margin-bottom:0;}
  footer .in_contact .contus{width:460px;}
  #fbottom{display:none;}
}
@media screen and (min-width:960px) and (max-width:1199px){
  .kefubox{display:none;}
  header{padding:0 10px;}
  header .toplogo{width:940px;height:93px;}
  header .toplogo .logo{width:700px;height:93px;}
  header .toplogo .phone{margin-top:30px;}
  /*导航设计*/
  .header{display:none;}
  nav{height:40px;}
  nav ul{width:940px;}
  nav ul li{width:94px;}
  /*轮播图片设计*/
  article{margin-bottom:0;padding:0 10px;}
  /*内容设置*/
  /*more更多*/
  section{padding:0 10px;}
  /*内页大图设计*/
  article .cet_banner .cet_img{height:184px;background-size:cover;}
  section .sec_title{padding:50px 0 30px 0;}
  section .sec_more{margin:30px auto;}
  /*首页产品*/
  section .in_product{width:940px;}
  section .in_product .prodli ul li{width:220px;margin:10px;}
  section .in_product .prodli ul li:nth-child(1){margin:10px 10px 10px 0;}
  section .in_product .prodli ul li:nth-child(4n 1){margin:10px 10px 10px 0;}
  section .in_product .prodli ul li:nth-child(4n){margin:10px 0 10px 10px;}
  section .in_product .prodli ul li .product_img{height:140px;}
  section .in_product .prodli ul li .product_info{overflow:hidden;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;}
  section .in_product .prodli ul li .product_info:after{display:none;}  
  /*首页关于我们*/
  section .in_aboutus .aboutus{width:940px;}
  section .in_aboutus .aboutus .aboutleft{width:470px;height:400px;}
  section .in_aboutus .aboutus .aboutright{width:470px;}
  section .in_aboutus .aboutus .aboutright .descrip{width:430px;margin:15px 20px;padding:0px;height:210px;-webkit-line-clamp:7;}
  section .in_aboutus .aboutus .aboutright .sec_more{display:none;}
  /*首页支持*/
  section .in_server .servsic{width:940px;}
  section .in_server .servsic .servli ul li{width:220px;margin:10px;}
  section .in_server .servsic .servli ul li:nth-child(1){margin:10px 10px 10px 0;}
  section .in_server .servsic .servli ul li:nth-child(4n 1){margin:10px 10px 10px 0;}
  section .in_server .servsic .servli ul li:nth-child(4n){margin:10px 0 10px 10px;}
  section .in_server .servsic .servli ul li .service_img{height:150px;}
  /*首页新闻*/
  section .in_news{width:940px;}
  section .in_news .newsli ul li{width:220px;margin:10px;}
  section .in_news .newsli ul li:nth-child(1){margin:10px 10px 10px 0;}
  section .in_news .newsli ul li:nth-child(4n 1){margin:10px 10px 10px 0;}
  section .in_news .newsli ul li:nth-child(4n){margin:10px 0 10px 10px;}
  /*首页案例*/
  section .in_cacs{width:940px;}
  section .in_cacs .slide-item-body ul li{width:205px;float:left;display:block;height:inherit;}
  section .in_cacs .new-img{height:150px;}
  section .in_cacs .slide-item{width:940px;}
  section .in_cacs .slide-item .hd{display:none;}
  section .in_cacs .slide-item-body{margin-left:0;}
  section .in_cacs .slide-item-body ul{width:940px !important;margin:0 auto !important;position:unset !important;left:0px !important;}
  section .in_cacs .slide-item-body .clone{display:none;}
  section .in_cacs .slide-item-body .tempwrap{width:auto !important;}
  /*内页大图设计*/
  section .in_center{width:940px;}
  /*内页栏目设计*/
  section .cet_title{padding:50px 0 20px 0;margin-bottom:0;}
  section .cet_title .titlename{line-height:40px;font-size:20px;color:#444;}
  /*内页图片列表*/
  section .imgli{margin-bottom:20px;}
  section .imgli ul li{width:205px;}
  section .imgli ul li .imgli_img{width:205px;height:140px;overflow:hidden;}
  section .imgli ul li .imgli_info{margin:5px 0 0 0;font-size:14px;padding:5px;}
  /*内页图片列表左边*/
  section .newsleft{width:230px;margin-right:10px;}
  section .newsright{width:700px;margin-left:0;}
  section .newsright .newsimgs{width:180px;}
  section .newsright .newsname{width:420px;margin:0;}
  section .newsright .newsdate{width:100px;}
  /*内页图片列表右边*/
  section .prodright{width:700px;margin-left:0;}
  section .prodright ul li{width:211px;margin:10px;}
  section .prodright .prodimgs{width:211px;height:150px;overflow:hidden;}
  section .prodright .prodimgs img{width:211px;height:150px;}
  section .prodright .prodname{background-color:#ec3230;color:#fff;}
  /*单页面*/
  section .single{margin-bottom:40px;margin-top:40px;}
  section .single img{max-width:100%;}
  /*分页显示*/
  .pagecon{padding:50px 10px 10px 10px;text-align:center}
  .pagecon ul{margin:0px;padding:0px;}
  .pagecon ul a{margin:2px 4px;padding:2px 4px;border-radius:4px;color:#fff;background-color:#0d86d5;}
  .pagecon ul a:hover{background-color:#e86400;}
  /*质检查询*/
  .conzjcx{margin:0 auto;width:500px;border:4px solid #4d80ba;border-radius:10px;}
  .conzjcx .zjxinxi{width:500px;min-height:300px;border-radius:10px;}
  .conzjcx .zjxinxi .xinxiti{text-align:center;font-size:24px;line-height:80px;color:#5da9ff;font-weight:bold;}
  .conzjcx .zjxinxi .single{margin:20px 10px;text-align:center;}
  .conzjcx .zjxinxi .single .inputsub{width:200px;border-radius:10px;background-color:#f05b59;color:#fff;font-size:16px;border:1px solid #f05b59;padding:10px 0;}
  .conzjcx .zjxinxi .singleft{line-height:40px;margin:0 20px;}
  .conzjcx .zjxinxi .singleft span{color:#5da9ff;font-weight:bold;}
  /*尾部设置*/
  footer{background-color:#f3f3f3;margin:10px;padding:10px;}
  footer .in_contact{width:920px;padding:0 0 10px;}
  footer .in_contact .contac{width:200px;float:left;padding-top:50px;text-align:center;}
  footer .in_contact .conguz{width:370px;margin-top:70px;}
  footer .in_contact .conguz h3{line-height:30px;margin-bottom:10px;font-weight:bold;}
  footer .in_contact .conguz p{height:30px;width:100%;float:none;margin-bottom:0;}
  footer .in_contact .contus{width:350px;}
  #fbottom{display:none;}
}
@media screen and (min-width:720px) and (max-width:959px){
  .kefubox{display:none;}
  header{padding:0 10px;}
  header .toplogo{width:700px;height:70px;}
  header .toplogo .logo{width:525px;height:70px;}
  header .toplogo .phone{float:right;height:40px;margin-top:25px;}
  header .toplogo .phone i{float:left;margin:0 5px 0 0;font-size:3em;color:#2765ab;}
  header .toplogo .phone span{line-height:20px;font-size:12px;}
  /*导航设计*/
  .header{display:none;}
  nav{height:40px;}
  nav ul{width:700px;}
  nav ul li{width:70px;font-size:12px;}
  /*轮播图片设计*/
  article{margin-bottom:0;padding:0 10px;}
  /*内容设置*/
  /*more更多*/
  section{padding:0 10px;}
  /*内页大图设计*/
  article .cet_banner .cet_img{height:184px;background-size:cover;}
  section .sec_title{padding:30px 0 10px 0;}
  /*more更多*/
  section .sec_more{margin:30px auto;height:30px;width:100px;}
  section .sec_more:before{content:'';position:absolute;width:100%;height:30px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border-bottom:1px solid rgb(236, 50, 48);border-top:1px solid rgb(236, 50, 48);-webkit-transform:scale(0.1, 1);transform:scale(0.1, 1);}
  section .sec_more:after{content:'';display:block;width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s, background-color 0.3s;transition:transform 0.3s, background-color 0.3s;-webkit-transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);background-color:rgb(6, 82, 121);border-bottom:1px solid rgb(236, 50, 48);border-top:1px solid rgb(236, 50, 48);}
  section .sec_more i{width:34px;height:14px;display:block;background:url(/uploads/image/images/icon.png) no-repeat 0 -22px;position:absolute;top:50%;left:50%;margin-top:-7px;margin-left:-17px;z-index:3;}
  section .sec_more i.fa-angle-right:before{display:none;}
  section .sec_more:hover{background:transparent;border:inherit;}
  section .sec_more:hover::before{opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);}
  section .sec_more:hover::after{-webkit-transform:scale3d(0.7, 0.7, 1);transform:scale3d(0.7, 0.7, 1);opacity:0;}
  section .sec_more:hover i{background:url(/uploads/image/images/icon.png) no-repeat 0 -38px;}
  /*首页产品*/
  section .in_product{width:700px;}
  section .in_product .tetname{display:none;}
  section .in_product .prodli ul li{width:345px;margin:5px;}
  section .in_product .prodli ul li:nth-child(odd){margin:5px 5px 5px 0;}
  section .in_product .prodli ul li:nth-child(even){margin:5px 0 5px 5px;}
  section .in_product .prodli ul li .product_info{padding:8px;}
  section .in_product .prodli ul li .product_info:after{display:none;}  
  /*首页关于我们*/
  section .in_aboutus .aboutus{width:700px;}
  section .in_aboutus .aboutus .aboutleft{width:350px;height:280px;}
  section .in_aboutus .aboutus .aboutright{width:350px;}
  section .in_aboutus .aboutus .aboutright .sec_title{padding:0;}
  section .in_aboutus .aboutus .aboutright .sec_title .titlename{line-height:30px;font-size:18px;color:#444;}
  section .in_aboutus .aboutus .aboutright .sec_title .subtitle{line-height:30px;color:#c1c1c1;font-size:12px;}
  section .in_aboutus .aboutus .aboutright .descrip{width:330px;margin:5px 10px 0 20px;padding:0px;height:210px;-webkit-line-clamp:7;}
  section .in_aboutus .aboutus .aboutright .sec_more{display:none;}
  /*首页支持*/
  section .in_server .servsic{width:700px;}
  section .in_server .servsic .servli ul li{width:345px;margin:5px;}
  section .in_server .servsic .servli ul li:nth-child(odd){margin:5px 5px 5px 0;}
  section .in_server .servsic .servli ul li:nth-child(even){margin:5px 0 5px 5px;}
  /*首页新闻*/
  section .in_news{width:700px;}
  section .in_news .newsli ul li{width:345px;margin:5px;}
  section .in_news .newsli ul li:nth-child(odd){margin:5px 5px 5px 0;}
  section .in_news .newsli ul li:nth-child(even){margin:5px 0 5px 5px;}
  section .in_news .newsli ul li:hover .news_info .descrip{margin-top:10px;}
  /*首页案例*/
  section .in_cacs{width:700px;}
  section .in_cacs .slide-item-body ul li{width:320px;float:left;display:block;height:inherit;}
  section .in_cacs .new-img{height:150px;}
  section .in_cacs .slide-item{width:700px;}
  section .in_cacs .slide-item .hd{display:none;}
  section .in_cacs .slide-item-body{margin-left:0;}
  section .in_cacs .slide-item-body ul{width:700px !important;margin:0 auto !important;position:unset !important;left:0px !important;}
  section .in_cacs .slide-item-body .clone{display:none;}
  section .in_cacs .slide-item-body .tempwrap{width:auto !important;}
  /*内页大图设计*/
  section .in_center{width:700px;}
  /*内页栏目设计*/
  section .cet_title{padding:50px 0 20px 0;margin-bottom:0;}
  section .cet_title .titlename{line-height:40px;font-size:20px;color:#444;}
  /*内页图片列表*/
  section .imgli{margin-bottom:20px;}
  section .imgli ul li{width:345px;}
  section .imgli ul li:nth-child(odd){margin:5px 5px 5px 0;}
  section .imgli ul li:nth-child(even){margin:5px 0 5px 5px;}
  section .imgli ul li .imgli_img{width:345px;height:240px;overflow:hidden;}
  section .imgli ul li .imgli_info{margin:5px 0 0 0;font-size:14px;padding:5px;}
  /*内页图片列表左边*/
  section .newsleft{display:none;}
  section .newsright{width:700px;margin-left:0;}
  section .newsright .newsimgs{width:180px;}
  section .newsright .newsname{width:420px;margin:0;}
  section .newsright .newsdate{width:100px;}
  section .newsright ul li:hover .newsimgs{transform:scale(1, 1);}
  section .newsright ul li:hover .newsname{margin:0;}
  /*内页图片列表右边*/
  section .prodright{width:700px;margin-left:0;}
  section .prodright ul li{width:211px;margin:10px;}
  section .prodright .prodimgs{width:211px;height:150px;overflow:hidden;}
  section .prodright .prodimgs img{width:211px;height:150px;}
  section .prodright .prodname{background-color:#ec3230;color:#fff;}
  /*单页面*/
  section .single{margin-bottom:40px;margin-top:40px;}
  section .single img{max-width:100%;}
  /*分页显示*/
  .pagecon{padding:50px 10px 10px 10px;text-align:center}
  .pagecon ul{margin:0px;padding:0px;}
  .pagecon ul a{margin:2px 4px;padding:2px 4px;border-radius:4px;color:#fff;background-color:#0d86d5;}
  .pagecon ul a:hover{background-color:#e86400;}
  /*质检查询*/
  .conzjcx{margin:0 auto;width:500px;border:4px solid #4d80ba;border-radius:10px;}
  .conzjcx .zjxinxi{width:500px;min-height:300px;border-radius:10px;}
  .conzjcx .zjxinxi .xinxiti{text-align:center;font-size:24px;line-height:80px;color:#5da9ff;font-weight:bold;}
  .conzjcx .zjxinxi .single{margin:20px 10px;text-align:center;}
  .conzjcx .zjxinxi .single .inputsub{width:200px;border-radius:10px;background-color:#f05b59;color:#fff;font-size:16px;border:1px solid #f05b59;padding:10px 0;}
  .conzjcx .zjxinxi .singleft{line-height:40px;margin:0 20px;}
  .conzjcx .zjxinxi .singleft span{color:#5da9ff;font-weight:bold;}
  /*尾部设置*/
  footer{background-color:#f3f3f3;margin:10px;padding:10px;}
  footer .in_contact{width:700px;padding:0 0 10px;}
  footer .in_contact .contac{width:100%;float:none;padding-top:0;}
  footer .in_contact .contac .sec_title{padding:30px 0 10px 0;}
  footer .in_contact .conguz{width:340px;margin-top:70px;}
  footer .in_contact .conguz h3{line-height:30px;margin-bottom:10px;font-weight:bold;}
  footer .in_contact .conguz p{height:30px;width:100%;float:none;margin-bottom:0;}
  footer .in_contact .contus{width:340px;}
  #fbottom{display:none;}
}
@media screen and (min-width:641px) and (max-width:719px){
  .kefubox{display:none;}
  header{padding:0 4.5px;}
  header .toplogo{width:630px;height:70px;}
  header .toplogo .logo{width:470px;height:70px;}
  header .toplogo .phone{float:right;height:40px;margin-top:25px;}
  header .toplogo .phone i{float:left;margin:0 5px 0 0;font-size:3em;color:#2765ab;}
  header .toplogo .phone span{line-height:20px;font-size:12px;}
  /*导航设计*/
  .header{display:none;}
  nav{height:40px;}
  nav ul{width:630px;}
  nav ul li{width:63px;font-size:12px;}
  /*轮播图片设计*/
  article{margin-bottom:0;padding:0 4.5px;}
  /*内容设置*/
  /*more更多*/
  section{padding:0 4.5px;}
  /*内页大图设计*/
  article .cet_banner .cet_img{height:184px;background-size:cover;}
  section .sec_title{padding:30px 0 10px 0;}
  /*more更多*/
  section .sec_more{margin:30px auto;height:30px;width:100px;}
  section .sec_more:before{content:'';position:absolute;width:100%;height:30px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border-bottom:1px solid rgb(236, 50, 48);border-top:1px solid rgb(236, 50, 48);-webkit-transform:scale(0.1, 1);transform:scale(0.1, 1);}
  section .sec_more:after{content:'';display:block;width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s, background-color 0.3s;transition:transform 0.3s, background-color 0.3s;-webkit-transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);background-color:rgb(6, 82, 121);border-bottom:1px solid rgb(236, 50, 48);border-top:1px solid rgb(236, 50, 48);}
  section .sec_more i{width:34px;height:14px;display:block;background:url(/uploads/image/images/icon.png) no-repeat 0 -22px;position:absolute;top:50%;left:50%;margin-top:-7px;margin-left:-17px;z-index:3;}
  section .sec_more i.fa-angle-right:before{display:none;}
  section .sec_more:hover{background:transparent;border:inherit;}
  section .sec_more:hover::before{opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);}
  section .sec_more:hover::after{-webkit-transform:scale3d(0.7, 0.7, 1);transform:scale3d(0.7, 0.7, 1);opacity:0;}
  section .sec_more:hover i{background:url(/uploads/image/images/icon.png) no-repeat 0 -38px;}
  /*首页产品*/
  section .in_product{width:630px;}
  section .in_product .tetname{display:none;}
  section .in_product .prodli ul li{width:305px;margin:10px;}
  section .in_product .prodli ul li:nth-child(odd){margin:10px 10px 10px 0;}
  section .in_product .prodli ul li:nth-child(even){margin:10px 0 10px 10px;}
  section .in_product .prodli ul li .product_info{padding:8px;}
  section .in_product .prodli ul li .product_info:after{display:none;}  
  /*首页关于我们*/
  section .in_aboutus .aboutus{width:630px;}
  section .in_aboutus .aboutus .aboutleft{width:315px;height:280px;}
  section .in_aboutus .aboutus .aboutright{width:315px;}
  section .in_aboutus .aboutus .aboutright .sec_title{padding:0;}
  section .in_aboutus .aboutus .aboutright .sec_title .titlename{line-height:30px;font-size:18px;color:#444;}
  section .in_aboutus .aboutus .aboutright .sec_title .subtitle{line-height:30px;color:#c1c1c1;font-size:12px;}
  section .in_aboutus .aboutus .aboutright .descrip{width:290px;margin:10px 10px 0 20px;padding:0px;height:210px;-webkit-line-clamp:7;}
  section .in_aboutus .aboutus .aboutright .sec_more{display:none;}
  /*首页支持*/
  section .in_server .servsic{width:630px;}
  section .in_server .servsic .servli ul li{width:305px;margin:10px;}
  section .in_server .servsic .servli ul li:nth-child(odd){margin:10px 10px 10px 0;}
  section .in_server .servsic .servli ul li:nth-child(even){margin:10px 0 10px 10px;}
  /*首页新闻*/
  section .in_news{width:630px;}
  section .in_news .newsli ul li{width:305px;margin:10px;}
  section .in_news .newsli ul li:nth-child(odd){margin:10px 10px 10px 0;}
  section .in_news .newsli ul li:nth-child(even){margin:10px 0 10px 10px;}
  section .in_news .newsli ul li:hover .news_info .descrip{margin-top:10px;}
  /*首页案例*/
  section .in_cacs{width:630px;}
  section .in_cacs .slide-item-body ul li{width:285px;float:left;display:block;height:inherit;}
  section .in_cacs .new-img{height:150px;}
  section .in_cacs .slide-item{width:630px;}
  section .in_cacs .slide-item .hd{display:none;}
  section .in_cacs .slide-item-body{margin-left:0;}
  section .in_cacs .slide-item-body ul{width:630px !important;margin:0 auto !important;position:unset !important;left:0px !important;}
  section .in_cacs .slide-item-body .clone{display:none;}
  section .in_cacs .slide-item-body .tempwrap{width:auto !important;}
  /*内页大图设计*/
  section .in_center{width:630px;}
  /*内页栏目设计*/
  section .cet_title{padding:50px 0 20px 0;margin-bottom:0;}
  section .cet_title .titlename{line-height:40px;font-size:20px;color:#444;}
  /*内页图片列表*/
  section .imgli{margin-bottom:20px;}
  section .imgli ul li{width:305px;}
  section .imgli ul li:nth-child(odd){margin:10px 10px 10px 0;}
  section .imgli ul li:nth-child(even){margin:10px 0 10px 10px;}
  section .imgli ul li .imgli_img{width:305px;height:240px;overflow:hidden;}
  section .imgli ul li .imgli_info{margin:5px 0 0 0;font-size:14px;padding:5px;}
  /*内页图片列表左边*/
  section .newsleft{display:none;}
  section .newsright{width:630px;margin-left:0;}
  section .newsright .newsimgs{width:150px;}
  section .newsright .newsname{width:380px;margin:0;}
  section .newsright .newsdate{width:100px;}
  section .newsright ul li:hover .newsimgs{transform:scale(1, 1);}
  section .newsright ul li:hover .newsname{margin:0;}
  /*内页图片列表右边*/
  section .prodright{width:630px;margin-left:0;}
  section .prodright ul li{width:305px;margin:10px;}
  section .prodright ul li:nth-child(odd){margin:10px 10px 10px 0;}
  section .prodright ul li:nth-child(even){margin:10px 0 10px 10px;}
  section .prodright .prodimgs{width:305px;height:200px;overflow:hidden;}
  section .prodright .prodname{background-color:#ec3230;color:#fff;}
  /*单页面*/
  section .single{margin-bottom:40px;margin-top:40px;}
  section .single img{max-width:100%;}
  /*分页显示*/
  .pagecon{padding:50px 10px 10px 10px;text-align:center}
  .pagecon ul{margin:0px;padding:0px;}
  .pagecon ul a{margin:2px 4px;padding:2px 4px;border-radius:4px;color:#fff;background-color:#0d86d5;}
  .pagecon ul a:hover{background-color:#e86400;}
  /*质检查询*/
  .conzjcx{margin:0 auto;width:500px;border:4px solid #4d80ba;border-radius:10px;}
  .conzjcx .zjxinxi{width:500px;min-height:300px;border-radius:10px;}
  .conzjcx .zjxinxi .xinxiti{text-align:center;font-size:24px;line-height:80px;color:#5da9ff;font-weight:bold;}
  .conzjcx .zjxinxi .single{margin:20px 10px;text-align:center;}
  .conzjcx .zjxinxi .single .inputsub{width:200px;border-radius:10px;background-color:#f05b59;color:#fff;font-size:16px;border:1px solid #f05b59;padding:10px 0;}
  .conzjcx .zjxinxi .singleft{line-height:40px;margin:0 20px;}
  .conzjcx .zjxinxi .singleft span{color:#5da9ff;font-weight:bold;}
  /*尾部设置*/
  footer{padding:10px;}
  footer .in_contact{width:630px;padding:0 0 10px;}
  footer .in_contact .contac{width:100%;float:none;padding-top:0;}
  footer .in_contact .contac .sec_title{padding:30px 0 10px 0;}
  footer .in_contact .conguz{width:305px;margin-top:70px;}
  footer .in_contact .conguz h3{line-height:30px;margin-bottom:10px;font-weight:bold;}
  footer .in_contact .conguz p{height:30px;width:100%;float:none;margin-bottom:0;}
  footer .in_contact .contus{width:305px;}
  #fbottom{display:none;}
}
@media screen and (max-width:640px){
  input, select, textarea{width:80%;}
  #myiframe{display: none;}
  .kefubox{display:none;}
  header{padding:0;position:fixed;left:0;right:0;top:0;z-index:100;border-radius:0;}
  header .toplogo{width:100%;height:50px;float:left;}
  header .toplogo .logo{width:290px;height:50px;background-position:left center;background-size:contain;}
  header .toplogo .phone{display:none;}
  /*导航设计*/
  .header{display:block;}
  nav{display:none;}
  /*轮播图片设计*/
  article{margin-bottom:0;padding:0;position:relative;top:50px;}
  /*内容设置*/
  /*more更多*/
  section{padding:0 10px;top:50px;position:relative;}
  /*内页大图设计*/
  article .cet_banner .cet_img{height:30vw;background-size:cover;}
  .sec_title{padding:20px 0 10px 0;}
  .sec_title .titlename{line-height:30px;font-size:18px;color:#444;}
  .sec_title .subtitle{line-height:20px;font-size:12px;color:#c1c1c1;}
  /*more更多*/
  section .sec_more{margin:30px auto;height:30px;width:100px;}
  section .sec_more:before{content:'';position:absolute;width:100%;height:30px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border-bottom:1px solid rgb(236, 50, 48);border-top:1px solid rgb(236, 50, 48);-webkit-transform:scale(0.1, 1);transform:scale(0.1, 1);}
  section .sec_more:after{content:'';display:block;width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s, background-color 0.3s;transition:transform 0.3s, background-color 0.3s;-webkit-transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);background-color:rgb(6, 82, 121);border-bottom:1px solid rgb(236, 50, 48);border-top:1px solid rgb(236, 50, 48);}
  section .sec_more i{width:34px;height:14px;display:block;background:url(/uploads/image/images/icon.png) no-repeat 0 -22px;position:absolute;top:50%;left:50%;margin-top:-7px;margin-left:-17px;z-index:3;}
  section .sec_more i.fa-angle-right:before{display:none;}
  section .sec_more:hover{background:transparent;border:inherit;}
  section .sec_more:hover::before{opacity:1;-webkit-transform:scale(1, 1);transform:scale(1, 1);}
  section .sec_more:hover::after{-webkit-transform:scale3d(0.7, 0.7, 1);transform:scale3d(0.7, 0.7, 1);opacity:0;}
  section .sec_more:hover i{background:url(/uploads/image/images/icon.png) no-repeat 0 -38px;}
  /*首页产品*/
  section .in_product{width:100%;}
  section .in_product .tetname{display:none;}
  section .in_product .prodli ul li{width:48%;margin:2%;}
  section .in_product .prodli ul li:nth-child(odd){margin:2% 2% 2% 0;}
  section .in_product .prodli ul li:nth-child(even){margin:2% 0 2% 2%;}
  section .in_product .prodli ul li .product_img{height:30vw;}
  section .in_product .prodli ul li .product_info{padding:5px;height:24px;line-height:24px;}
  section .in_product .prodli ul li .product_info:after{display:none;}
  /*首页关于我们*/
  section .in_aboutus .aboutus{width:100%;}
  section .in_aboutus .aboutus .aboutleft{width:100%;height:40vw;float:none;}
  section .in_aboutus .aboutus .aboutright{width:100%;float:none;}
  section .in_aboutus .aboutus .aboutright .descrip{width:100%;margin:0;padding:0px;height:210px;-webkit-line-clamp:7;}
  section .in_aboutus .aboutus:hover .aboutleft{transform:translatey(10px);transition:all 0.6s;}
  /*首页支持*/
  section .in_server .servsic{width:100%;}
  section .in_server .servsic .servli ul li{width:48%;margin:2%;}
  section .in_server .servsic .servli ul li:nth-child(odd){margin:2% 2% 2% 0;}
  section .in_server .servsic .servli ul li:nth-child(even){margin:2% 0 2% 2%;}
  section .in_server .servsic .servli ul li .service_img{height:40vw;}
  section .in_server .servsic .servli ul li .service_info{line-height:40px;font-size:14px;margin:0;padding:5px;}
  section .in_server .servsic .servli ul li .service_info .title{line-height:40px;height:40px;}
  section .in_server .servsic .servli ul li .service_info .title:after{content:'';position:absolute;width:100px;height:1px;background:rgba(0, 0, 0, .2);left:50%;margin-left:-50px;top:50px;transition:all 0.3s ease-out 0s;}
  section .in_server .servsic .servli ul li .service_info .descrip{margin-top:0;font-size:12px;line-height:20px;height:60px;}
  /*首页新闻*/
  section .in_news{width:100%;}
  section .in_news .newsli ul li{width:48%;margin:2%;}
  section .in_news .newsli ul li:nth-child(odd){margin:2% 2% 2% 0;}
  section .in_news .newsli ul li:nth-child(even){margin:2% 0 2% 2%;}
  section .in_news .newsli ul li .news_info{margin:5px;padding:5px;}
  section .in_news .newsli ul li .news_info .date{line-height:30px;}
  section .in_news .newsli ul li .news_info .date .year{font-size:18px;}
  section .in_news .newsli ul li .news_info .title{line-height:40px;font-size:14px;height:40px;}
  section .in_news .newsli ul li .news_info .descrip{font-size:12px;margin-top:0;line-height:20px;}
  section .in_news .newsli ul li:hover .news_info .descrip{margin-top:0;}
  /*首页案例*/
  section .in_cacs{width:100%;}
  section .in_cacs .slide-item-body ul{width:100% !important;margin:0 auto !important;left:0px !important;}
  section .in_cacs .slide-item-body ul li{width:45%;float:left;margin:2%;}
  section .in_cacs .new-img{height:30vw;}
  section .in_cacs .slide-item{width:100%;}
  section .in_cacs .slide-item .hd{display:none;}
  section .in_cacs .slide-item-body{margin-left:0;}
  section .in_cacs .slide-item-body .clone{display:none;}
  section .in_cacs .slide-item-body .tempwrap{width:auto !important;}
  /*内页大图设计*/
  section .in_center{width:100%;}
  /*内页栏目设计*/
  section .cet_title{padding:50px 0 20px 0;margin-bottom:0;}
  section .cet_title .titlename{line-height:40px;font-size:20px;color:#444;}
  /*内页图片列表*/
  section .imgli{margin-bottom:20px;}
  section .imgli ul li{width:48%;margin:2%;}
  section .imgli ul li:nth-child(odd){margin:2% 2% 2% 0;}
  section .imgli ul li:nth-child(even){margin:2% 0 2% 2%;}
  section .imgli ul li .imgli_img{width:auto;height:40vw;}
  section .imgli ul li .imgli_img img{width:auto;height:40vw;}
  section .imgli ul li .imgli_info{margin:5px 0 0 0;font-size:14px;padding:0 5px;height:40px;line-height:40px;border:1px solid rgba(0, 0, 0, 0.1);}
  section .imgli ul li:hover .imgli_info{margin:5px 0 0 0;font-size:14px;padding:0 5px;}
  /*内页图片列表左边*/
  section .newsleft{display:none;}
  section .newsright{width:100%;margin-left:0;}
  section .newsright ul li{height:28vw;padding:10px 0;}
  section .newsright .newsimgs{width:30%;height:28vw;}
  section .newsright .newsname{width:70%;margin:0;height:28vw;}
  section .newsright .newsname .newstitle{height:30px;line-height:30px;margin:0 10px;font-size:14px;}
  section .newsright .newsname .newsdescr{height:60px;line-height:20px;font-size:12px;margin:0 10px;-webkit-line-clamp:3;}
  section .newsright .newsdate{display:none;}
  section .newsright ul li:hover .newsimgs{transform:scale(1, 1);}
  section .newsright ul li:hover .newsname{margin:0;}
  /*内页图片列表右边*/
  section .prodright{width:100%;margin-left:0;}
  section .prodright ul li{width:48%;margin:2%;}
  section .prodright ul li:nth-child(odd){margin:2% 2% 2% 0;}
  section .prodright ul li:nth-child(even){margin:2% 0 2% 2%;}
  section .prodright .prodimgs{width:100%;height:30vw;overflow:hidden;}
  section .prodright .prodimgs img{width:100%;height:30vw;}
  section .prodright .prodname{background-color:#ec3230;color:#fff;line-height:40px;height:40px;padding:0 10px;}
  /*单页面*/
  section .single{margin-bottom:40px;margin-top:40px;}
  section .single img{max-width:100%;}
  /*分页显示*/
  .pagecon{padding:20px 0;text-align:center}
  .pagecon ul{margin:0px;padding:0px;}
  .pagecon ul a{margin:2px 4px;padding:2px 4px;border-radius:4px;color:#fff;background-color:#0d86d5;}
  .pagecon ul a:hover{background-color:#e86400;}
  /*质检查询*/
  .conzjcx{margin:0 auto;width:97%;border:3% solid #4d80ba;border-radius:10px;}
  .conzjcx .zjxinxi{width:100%;min-height:300px;border-radius:10px;}
  .conzjcx .zjxinxi .xinxiti{text-align:center;font-size:24px;line-height:80px;color:#5da9ff;font-weight:bold;}
  .conzjcx .zjxinxi .single{margin:20px 10px;text-align:center;}
  .conzjcx .zjxinxi .single .inputsub{width:200px;border-radius:10px;background-color:#f05b59;color:#fff;font-size:16px;border:1px solid #f05b59;padding:10px 0;}
  .conzjcx .zjxinxi .singleft{line-height:40px;margin:0 20px;}
  .conzjcx .zjxinxi .singleft span{color:#5da9ff;font-weight:bold;}
  /*尾部设置*/
  footer{background-color:#f3f3f3;padding:10px 10px 50px 10px;position:relative;top:50px;}
  footer .in_contact{width:100%;padding:0 0 10px;}
  footer .in_contact .contac{width:100%;float:none;padding-top:0;}
  footer .in_contact .contac .sec_title{padding:30px 0 10px 0;}
  footer .in_contact .conguz{width:100%;float:none;margin-top:0;text-align:center;}
  footer .in_contact .conguz h3{line-height:30px;margin-bottom:10px;font-weight:bold;}
  footer .in_contact .conguz p{height:auto;width:100%;float:none;margin-bottom:0;}
  footer .in_contact .contus{width:100%;float:none;text-align:center;}
  footer .in_copy{line-height:26px;padding:0;font-size:12px;}
  #fbottom{display:block;background:#065279;position:fixed;left:5px;height:40px;border-radius:5px;bottom:5px;right:5px;}
  #fbottom ul{line-height:40px;}
  #fbottom ul li{width:25%;text-align:center;float:left;height:30px;line-height:30px;padding:5px 0;}
  #fbottom ul li i{color:#fff;}
}
