/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {padding:0;margin:0; font-size:13px;font-family:"microsoft yahei", Arial, Helvetica, sans-serif; }
body{ background-color:#FFFFFF;font-size: 12px;font-family:"microsoft yahei", Arial, Helvetica, sans-serif; }
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0; margin:0;}
address,caption,cite,code,dfn,em,th,var{font-weight:normal;font-style:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:''}
abbr,acronym{border:0}
a:link,a:visited{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none;}
img{vertical-align:middle;border:none;}
li {text-decoration:none;}
input,textarea,select,a:focus {outline: none;}

.wid1200{ max-width: 80%;margin: 0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.fr_1{width:100%; float:left; padding-bottom:40px; padding-top:20px}
.pagel{width:100%; float:left;}



* {font-style: normal; outline: none;border-collapse: collapse;box-sizing: border-box;}
.clear{clear: both;}
.zt{width:100%; float:left;}
.nav-head{background-color: #fff;height:100px;}
.fixed {opacity: 1;
    -webkit-animation: fadeInDown 0.3s ease-out forwards;
    -moz-animation: fadeInDown 0.3s ease-out forwards;
    -o-animation: fadeInDown 0.3s ease-out forwards;
    animation: fadeInDown 0.3s ease-out forwards;
    position: fixed;top: 0;left: 0;width: 100%;z-index: 1;
    -webkit-box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.3);}
.nav-head .nav{}
.nav-head .nav .nav-logo{ float: left; height:100px ; width: 30%;
    margin-left: 2%;}
	.nav-head .nav .nav-logo img{max-height:100%; max-width:100%; height:auto;}
.nav-head .nav .nav-logo .navbar-brand{height:100px;
transition: 1s;display: block;}
.nav-head .nav .nav-logo .navbar-brand img{}
.nav-head .nav .nav-list{float: left;margin:0; width:50%;}
.nav-head .nav .nav-list ul{float: left; width:100%}
.nav-head .nav .nav-list ul li{height:100px;line-height: 96px;
transition: 1s;float: left; margin:0 0.2%; width:11%; text-align:center; }
.nav-head .nav .nav-list ul span{float: left;margin: 0 1px;line-height: 85px;font-size: 18px;color: #fff;}
.nav-head .nav .nav-list ul li a{ display:block;color: #333333;font-size: 16px; line-height:100px;}
.nav-head .nav .menu ul li .sub-menu {position: absolute;z-index: 1000;float: left;background-color: #fff;
-webkit-transition: top 0.3s ease 0s, opacity 0.3s;transition: top 0.3s ease 0s, opacity 0.3s;transform: scaleX(0);
-moz-transform: scaleX(0);
-webkit-transform: scaleX(0);
-o-transform: scaleX(0);
-ms-transform: scaleX(0);opacity: 0;top: 115%;border: none;border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);margin: 0;display: block;left: 0;padding: 0;
min-width: 120px;white-space: nowrap;}
.nav-head .nav .menu ul li .sub-menu li{border-bottom: 1px solid #e6e6e6;}
.nav-head .nav .menu ul li .sub-menu li:last-child{border-bottom: none;}
.nav-head .fixed .menu ul li .sub-menu li{padding: 5px 20px;}
.nav-head .head-bottom .menu ul li .sub-menu li {padding: 5px 20px;}
.nav-head .fixed {
            -webkit-animation: fadeInDown 0.3s ease-out forwards;
            -moz-animation: fadeInDown 0.3s ease-out forwards;
            -o-animation: fadeInDown 0.3s ease-out forwards;
            animation: fadeInDown 0.3s ease-out forwards;
            position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;background: rgba(255, 255, 255, 0.95);
            -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);}
.nav-head .innav .menu ul li:hover > ul {opacity: 1;top: 100%; -webkit-transform: scaleX(1); -ms-transform: scaleX(1);transform: scaleX(1);}
.nav-head .nav .nav-list ul li:hover > ul .menu-item{height: 60px;line-height: 60px;width: 100%;text-align: center;padding: 0px;}
.nav-head .nav .menu ul li .sub-menu li a {padding: 0px;display: block;color: #000;margin-top: 0px;line-height: 60px;display: block;}
.nav-head .nav .menu ul li .sub-menu li.sub-menu {left: 100%;top: 0px !important;}
.nav-head .nav .menu ul li .sub-menu li.sub-menu li a {color: #333;}
.nav-head .nav .menu ul li .sub-menu li:hover { background: #378ca0;}
.nav-head .nav .menu ul li .sub-menu li:hover a { color: #fff;}
.nav-head .nav .menu ul li .sub-menu li:hover a:after {max-width: 0px;}
.nav-head .nav .menu ul li .sub-menu li .sub-menu li:hover a {color: #fff;}
.search{width: 280px;overflow:hidden;z-index:99;padding-top:24px;height:80px;line-height:40px;float:right;margin-left: 20px;}
.search .ss_input{width: 180px;border:none;height:40px;line-height:40px;padding-left:20px;font-size:14px;color:#ccc;float:left;resize:none;border-radius:20px 0 0 20px;-moz-box-sizing: border-box;box-sizing: border-box;background:#f2f2f2;outline:none;}
.search .ss_an{width: 52px;height:40px;float:left;border:none;cursor:pointer;background: #1186a0 url(../images/ss.png) 5px no-repeat;outline:none;border-radius: 0 30px 30px 0;}
.nav-head .nav .nav-list ul li a:hover{color:#fff;}
.nav-head .nav .nav-list ul li.active a{color:#fff;}
.nav-head .nav .nav-list ul li.active,.nav-head .nav .nav-list ul li:hover{background:#f49401; color:#fff}
.nav-head .nav .nav-list ul li:hover > ul {opacity: 1;top: 100%;-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}

/*banner*/
.fullSlide{width:100%;position:relative;height:690px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}

.fullSlide .bd li{width:100% !important;height:690px;overflow:hidden;text-align:center;background-position: center center;}
.fullSlide .bd li img{display: block;float: left;position: relative;left: 50%;margin-left: -960px;overflow: hidden;}

.fullSlide .bd li a{display:block;height:690px;}
.fullSlide .hd{width:100%;position:absolute;z-index:0;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#fff;filter:alpha(opacity=50);opacity:1;line-height:999px;}
.fullSlide .hd ul .on{background:#f49401;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:5%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:5%;background-position:-6px -137px;}
.slideBox{ display:none;}


.products{width:100%; float:left; margin-top:25px;}
.products ul li{width:25%; float:left; padding:0 1%; box-sizing:border-box; margin-bottom:2%;}
.products ul li dt{ width:100%; float:left; background:#f7f7f7; padding:3%; box-sizing:border-box;}
.products ul li dt p{width:100%; float:left; background:#fff; height:12rem; position:relative; overflow:hidden;}
.products ul li dt p img{position:absolute; max-height:100%; max-width:100%; top:0; bottom:0; right:0; left:0; margin:auto;-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}

.products ul li:hover dt p img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.products ul li dt h2{width:100%; float:left; font-size:1.5rem; color:#333; margin-top:1rem;    text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
.products ul li dt h2:hover{color:#f49401;}
.products ul li dt span{width:100%; float:left; font-size:14px; color:#666666;overflow: hidden;text-overflow:ellipsis ;white-space:nowrap;  line-height:2.2rem;  margin:1rem 0; height:28px}
.products ul li dt i.i_1{ float:left; font-size:14px; color:#666666;}
.products ul li dt i.i_2{ float:right; font-size:2.2rem; background:#f49401;line-height:1.85rem; padding: 0 31px; border-radius:20px; color:#fff; border:1px solid #f49401;}
.products ul li dt i.i_2:hover{background:#f7f7f7; color:#f49401;transition:all 0.5s;}


/*关于我们*/

.about{background: url(../images/bj_2.jpg) no-repeat center; padding:6rem 0 10rem 0; }
.about_left{width:47%; float:left;}
.about_left p{font-size:3.5rem; color:#fff; margin-bottom:5px;}
.about_left i{font-size:1.5rem; color:#f7f7f7; font-style:normal }
.about_left span.a_1{font-size:1.4rem; color:#fff; width:100%; float:left; margin-top:3rem;line-height:3rem;}
.about_left div{ float:left;background:#fff; padding:1rem 3rem; font-size:1.5rem; color:#333; border-radius:50px; margin-top:4rem; }
.about_left span.a_2{color:#f49401; font-size:1.4rem;}
.about_left div:hover{background:#f49401; color:#fff;transition:all 0.5s;}
.about_left div:hover span.a_2{color:#fff;transition:all 0.5s;}


/*解决方案*/
.solution{ background: url(../images/bj_3.jpg); padding:6rem 0;}
.solution_list{width:100%; float:left; margin-top:2rem}
.solution_list ul li{width:25%; float:left; padding:0 1%; box-sizing:border-box;}
.solution_list ul li dt{width:100%; float:left; background:#fff; padding:4%; box-sizing:border-box;box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.1) }
.solution_list ul li dt i{width:100%; float:left; height:14rem; border:1px solid #ececec; position:relative; overflow:hidden; }
.solution_list ul li dt i img{max-height:100%; max-width:100%; position:absolute; top:0; right:0; left:0; bottom:0; margin: auto;padding:1%; box-sizing:border-box;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.solution_list ul li:hover dt i img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}


.solution_list ul li dt p{float:left; font-size:1.4rem; color:#333333; margin-top:14px;    width: 60%; text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
.solution_list ul li dt span{float:right; font-size:14px; background:#fff; border:1px solid #cfcfcf; color:#666666; border-radius:0.6rem;margin-top:1rem; padding:0.2rem 1.5rem}
.solution_list ul li dt span:hover{background:#f49401; border:1px solid #f49401; color:#fff;transition:all 0.5s;}


/*新闻*/

.news{ padding:6rem 0;}
.news_list{ width:100%; float:left; margin-top:2rem;}
.news_list ul li{width:22%; float:left; padding:1%; box-sizing:border-box; background:#f5f5f5; margin:0 1.5% 3% 1.5%;}

.news_list ul li dt{width:100%; height:213px; overflow:hidden; position:relative;    background: #fff;}
.news_list ul li img{max-height:100%; max-width:100%; position:absolute; top:0; right:0;left:0;bottom:0; margin:auto;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.news_list ul li:hover dt img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.news_list ul li p{width:100%; float:left; font-size:1.4rem; color:#333333; border-bottom:1px solid #dfdfdf;text-overflow:ellipsis ;white-space:nowrap; overflow:hidden; padding:1rem 0;}
.news_list ul li span{width:100%; float:left; font-size:14px; color:#898989;  line-height:25px; height:50px; overflow:hidden; margin-top:10px;text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; }
.news_list ul li i{float:left; font-size:14px; color:#898989; font-style:normal; margin-top:10px;}
.news_list ul li div{float:right; font-size:1.4rem; color:#898989;margin-top:10px;}
.news_list ul li p:hover{color:#f49401;}

.news_list ul li div:hover{color:#f49401;}
.news_list ul li:hover{box-shadow:0px 1px 10px rgba(0,0,0,0.3);transition:all 0.5s;} 






.news_list_2{ width:100%; float:left; margin-top:2rem;}
.news_list_2 ul li{width:100%; float:left; padding:1%; box-sizing:border-box; background:#f5f5f5; margin:0 1.5% 3% 0%;}

.news_list_2 ul li dt.t_1{width:20%; height:213px; overflow:hidden; position:relative; float:left; background:#fff}
.news_list_2 ul li img{max-height:100%; max-width:100%; position:absolute; top:0; right:0;left:0;bottom:0; margin:auto;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.news_list_2 ul li:hover dt.t_1 img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.news_list_2 ul li dt.t_2{     width: 80%;float: left; padding: 0 3%;  box-sizing: border-box;}
.news_list_2 ul li p{width:100%; float:left; font-size:1.4rem; color:#333333; border-bottom:1px solid #dfdfdf;text-overflow:ellipsis ;white-space:nowrap; overflow:hidden; padding:20px 0;}
.news_list_2 ul li span{width:100%; float:left; font-size:14px; color:#898989;  line-height:25px; height:50px; overflow:hidden; margin-top:20px;text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; }
.news_list_2 ul li i{float:left; font-size:14px; color:#898989; font-style:normal; margin-top:25px;}
.news_list_2 ul li div{float:right; font-size:14px; color:#fff;margin-top:10px; background:#666; padding:10px 30px; border-radius:50px;}
.news_list_2 ul li p:hover{color:#f49401;}

.news_list_2 ul li div:hover{color:#fff;background:#f49401;transition:all 0.3s; }
.news_list_2 ul li:hover{box-shadow:0px 1px 10px rgba(0,0,0,0.3);transition:all 0.5s;} 



/*技术文章*/

.article{ background:url(../images/bj_4.jpg) no-repeat center; padding:6rem 0;}
.article_nr{width:100%; float:left; background:#fff; padding:1% 1% 3% 1%; box-sizing:border-box; margin-bottom:2rem; margin-top:2rem;}
.article_nr .js_1{width:25%; float:left;}
.article_nr .js_1 dt{width:100%; position:relative; display:block; height:20rem; overflow:hidden;}
.article_nr .js_1 dt img{max-height:100%; max-width:100%; position:absolute; top:0px; right:0; left:0; bottom:0; margin:auto;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.article_nr .js_1 dt img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}


.article_nr .js_2{width:73%; float:left; padding:2%; box-sizing:border-box;}
.article_nr .js_2 p{ width:100%;float:left; font-size:22px; color:#333; margin-top:10px;text-overflow:ellipsis ;white-space:nowrap; overflow:hidden;}
.article_nr .js_2 span{width:100%; float:left; font-size:16px; color:#858585; line-height:30px; margin-top:20px; margin-bottom:30px;text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; }
.article_nr .js_2 i{float: left; font-size:14px; color:#858585;font-style:normal }
.article_nr .js_2 div{float:right; font-size:14px; color:#858585; padding:10px 40px; background:#f5f5f5; border-radius:50px;}

.article_nr .js_2 p:hover{color:#f49401;}
.article_nr .js_2 div:hover{color:#fff; background:#f49401;transition:all 0.5s;}
.article_list{width:100%; float:left;}
.article_list ul li{width:48%; float:left; border-bottom:1px dashed #e4e4e4; margin-right:2%; padding:15px 0; }
.article_list ul li p{font-size:16px; color:#333; display:inline;text-overflow:ellipsis ;white-space:nowrap; overflow:hidden;    width: 80%; float:left;}
.article_list ul li span{font-size:14px; color:#858585; text-align:right; float:right;}
.article_list ul li p:hover{color:#f49401;}



/*底部下拉*/

.db_1{ padding:2rem 0 3rem 0; background:#fff;}

.f_address{width:100%;background:#fff;}
.f_address_in{padding:4rem 0 4rem;}
.f_address_in dl{float:left;margin-right:3%;width:31.3%;box-shadow: 0 0 18px rgba(0,0,0,.12);margin-bottom:28px;}
.f_address_in dl:nth-child(3n){margin-right: 0;}
.f_address_in dl dt{height:65px;line-height:65px;background:#f49401;font-size:16px;font-weight:bold;color:#fff;cursor:pointer;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.f_address_in dl dt p{width:80%;float:left;text-indent:4%;}
.f_address_in dl dt p a{ color:#FFF;font-size: 16px;font-weight: bold; line-height: 65px;}
.f_address_in dl dt em{float:left;display:block;width:20%;height:65px;line-height:50px;background:url(../images/contactbtn.png) center center no-repeat;transition: all 0.3s ease-out;transform: rotate(0);}
.f_address_in dl dd{background:#ffffff;padding:16px;display:none;}
.f_address_in dl dd p{line-height:26px;color:#999; font-size:14px;}
.f_address_in dl dd p strong{color:#555;}
.f_address_in dl dt:hover{background:#ffb13a;}
.f_address_in dl dt.on{background:#ffb13a;}
.f_address_in dl dt.on em{transition: all 0.3s ease-out;transform: rotate(180deg);}



/*关于我们*/


/*面包屑*/
 .szhome{ width:100%; float:left;box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.22);}
 .szhome_1{ color:#999;line-height: 30px;padding: 10px;background: url(../images/fz01.png) no-repeat 0 50%;text-indent: 10px; }
 .szhome a{ color:#999; }
 .szhome a:hover{ color:#f49401;}


.listright{ float:right; width:100%; padding:3rem 0 0rem 0;}
 .listright .listtxt{margin: 0px 0px 4rem;line-height:35px; font-size:1.4rem}

.listright_2 {   float: right;
    width: 100%;
    padding: 3rem 0 3rem 0;}
.listright_2 .listtxt{margin: 0px 0px 3rem;line-height:35px; font-size:1.4rem}

.qywh{ width:100%; float:left; background:url(../images/qywh.png) no-repeat center; padding:5rem 0;}
.qywh_list{width:100%; float:left;}
.qywh_list ul li{width:25%; float:left; padding:0% 1% 1% 1%;}
.qywh_list ul li dt{width:100%; float:left; background:#fff; text-align:center; border-radius:10px; padding:10% 5%; box-sizing:border-box;}
.qywh_list ul li dt img{max-height:100%; max-width:100%;}
.qywh_list ul li dt p{font-size:22px; color:#f49401; font-weight:bold; padding:20px 0 15px 0;}
.qywh_list ul li dt span{font-size:16px; color:#999; line-height:30px;  height:56px;text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; }
.qywh_list ul li dt:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) ;}


.company h1{ font-size:32px; color:#333; font-weight:600px; margin-bottom: 20px; text-align:center;}
.company dt{width:60px; height:2px; background:#f49401; margin:auto; margin-bottom:2rem;}
.xgcp{width:100%; float:left; padding:3rem 0 0rem 0;}
.xgcp_tittle{width:100%; float:left; text-align:center; padding:0rem 0 2rem 0; }
.xgcp_tittle h1{ font-size:32px; color:#333; font-weight:600px; margin-bottom: 20px; text-align:center;}
.xgcp_tittle dt{width:60px; height:2px; background:#f49401; margin:auto; margin-bottom: 20px;}


/*解决方案*/


.news_1 .item {margin-bottom: 16px;transition: all 0.2s linear 0s;width: 100%;position: relative;padding-bottom:20px;border-bottom: 1px solid #e2e2e2;overflow: hidden;}
.news_1 .item a {display: block; }
.news_1 .item .img {position: relative; width:18%;height: 140px;overflow: hidden;text-align: center;}
.news_1 .item .img img {max-height:100%;max-width:100%; top:0px; position:absolute; left:0px; bottom:0px; right:0px; margin:auto;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;}
.news_1 .item .txt {width: 80%; float:right;}
.news_1 .item h3 {font-size: 18px; width:100%; float:left;    text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.news_1 .item p {font-size: 14px;line-height: 30px;color: #999;text-overflow: -o-ellipsis-lastline;
overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;
-webkit-box-orient: vertical; padding-top: 10px; width:100%; float:left;}
.news_1 .item span{float:left; font-size:14px; color:#999;}
.news_1 .item i{float:right; font-size:14px; color:#999; border:1px solid #999; padding:0px 30px; font-style:normal; line-height:25px; border-radius:50px;}
.news_1 .item i:hover{ border:1px solid #f49401; background:#f49401; color:#fff;} 

.news_1 .item .time {display: block;width: 66px;height: 100px;line-height: 50px;text-align: center;font-size: 14px;border-left: 1px solid #e9e9e9;	padding-left: 20px;}
.news_1 .item .time b {display: block;font-size: 48px;color: #009b4c;line-height: 60px;}
.news_1 .item:hover img {transform: scale(1.06, 1.06);}
.news_1 .item h3:hover{color:#f49401;}



.left_art{float: left;margin: 20px 0;width: 100%;}
.left_art p{float:left; width:100%; margin-bottom:40px;}
.left_art span{color:#666;font-size:15px;}
.left_art .b{ float:left; width:100%; margin:15px 0; color:#666;font-size:15px;}
.hotbiaoqian{float:left; width:100%; margin-top:20px; font-size:15px;}
.detail{width: 100%;float: left;}
.showNav.showNav{    width: 100%; float: left; border-bottom: 1px solid #CCC; padding-bottom: 15px; margin-bottom:30px; margin-top:20px;}

.showNav.showNav a.focus{font-size:20px; color:#333; font-weight:600;  border-bottom: 4px solid #f49401;    padding-bottom: 13px;}

/*产品列表页*/

.cp_list{width:100%; float:left;    padding: 3rem 0 3rem 0;}
.listright_1{ float:right; width:73%;}
 .listright_1 .listtxt_1{margin: 0px 0px 20px;line-height: 28px;}
.products_1 ul{overflow: hidden;}
.products_1 ul li{margin: 10px 0;overflow: hidden; padding: 10px 0;}
.W160{width:20%; margin:0 auto;text-align: center;margin-right: 10px;border-right: 1px solid #dadada;position: relative; height:120px;}

.W160 a img{ max-width:100%; max-height:100%; position:absolute; left:0px; top:0px; bottom:0px; right:0px; margin:auto;}
.W490{width:74%;margin-left:2%;}
.L { float: left; }
.R { float: right; }
.F18 a{font-size:18px;}
.products_1 ul li a.Tobm2{ height:24px; font-size:12px; background:#f49401;line-height:24px; padding:0 8px; margin-right:10px; display:inline-block; text-align:center; color:#fff;border:1px solid #f49401;}
.Red{color:#ff0000;font-weight: bold;}.G6{color:#666;}
.products_1 ul li:hover{background: #f3f3f3; box-shadow: 1px 1px 3px 0px #b3b3b3;}
.products_1 ul li:hover a.Tobm2{ background:#e95300;border:1px solid #e95300;}




/*内页-产品中心 开始*/
.ly_NyProducts { width:100%; min-height: 480px; height:auto; margin:0 auto 30px; padding:3rem 0 2rem 0; float:left;}
.ly_NyProducts .lyNyPro_main { max-width:80%; height:auto; margin:0 auto; padding:0;}
.lyNyPro_main .lyNyPro_left { width:25%; overflow:hidden; margin:0; padding:0; float:left;}


/*产品分类 开始*/

.lyNyPro_left .h_left{ width:100%; overflow:hidden; background-color:#fff; margin:0;}
 .cp_type {}

 .cp_type .hd { text-align:center; background-color:#f49401; padding:20px;}
 .cp_type .hd p { height:40px; line-height:40px; font-size:28px; font-weight:bold; color:#fff;}

 .cp_type .hd span { display:block; height:20px; line-height:20px; font-size:14px; color:#fff; text-transform:uppercase;}

 .cp_type .bd { border-top:0; padding:0; background-color:#f1f1f1;}
.cp_type .bd ul li { border-bottom:1px solid #fff;}
.cp_type .bd ul li.on { border:0; margin-bottom:1px;}
 .cp_type .bd ul li p { height:60px; line-height:60px;}
 .cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 20px; overflow: hidden; line-height:60px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:left;}
.cp_type .bd ul li div { display:none; background:#fff; border-left: 1px solid #e8f1f8; border-right: 1px solid #e8f1f8;}
 .cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#454545; font-size:14px; border-top:1px dashed #dfdfdf; padding:0 20px 0 36px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:url(../images/jt-4.png) 20px center no-repeat;}
 .cp_type .bd ul li div a:first-child { border-top:0;}
.cp_type .bd ul li p:hover, .cp_type .bd ul li.on p { background-color:#ffad30;}
 .cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color:#fff;}
.cp_type .bd ul li p:hover span { background:url(../images/mulu2.png) center center no-repeat;}
 .cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat;}
.cp_type .bd ul li div a:hover { color:#ffad30; background:url(../images/jt-3.png) 20px center no-repeat;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background:#f49401; color:#fff;}


/*产品分类 结束*/





/*产品详情页*/


.conn{color:#555;font-size:14px;line-height:28px; position:relative;overflow: hidden;}
.ny_content .ny_news_con2{min-height:300px;}
.conn .pro_name{font-size:24px;font-weight: bold;line-height:28px;color:#333;margin-bottom:10px;}
.conn .proshow1{position:relative;}
.conn .proshow1 .js-silder{float:left;width:40%;margin-top:0 !important;}
.proshow1 .js-silder .silder-main-img {width:100%;height:380px;border: 1px solid #ddd;    position: relative;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;vertical-align:middle;    position: absolute; top: 0;right: 0; left: 0; bottom: 0; margin: auto; max-height:100%}
.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:18px;color:#a2a2a2;}
.conn .proshow1 .prodesc{float:right;width:58%;}
.conn .proshow1 .prodesc p.desc{overflow:hidden;color:#999;background: #f3f3f3;padding: 10px;}
.conn .proshow1 .pro_btn{padding-top:20px;overflow:hidden;}
.conn .proshow1 .pro_btn1{display:block;width:30%;margin-right:20px;height:45px;line-height:43px;text-align:center;font-size:16px;color:#fff;background:#b1b1b1;border-radius:2px;float:left;border:1px solid #b1b1b1;}
.conn .proshow1 .pro_btn3{display:block;width:30%;margin-right:20px;height:45px;line-height:43px;text-align:center;font-size:16px;color:#fff;background:#f49401;border-radius:2px;float:left;border:1px solid #f49401;}
.conn .proshow1 .pro_btn2{display:block;margin-right:0;height:45px;line-height:45px;text-align:center;float:left;}
.conn .proshow1 .pro_btn2 span{ font-size:16px; color:#f60;}
.conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #b1b1b1;color:#b1b1b1;}
.conn .proshow1 .pro_btn3:hover{background:#fff;border:1px solid #f49401;color:#f49401;}
.productdet .ppp{ margin:10px; line-height:24px;clear: both;}
.ppp img{ max-width:100%;}
.productdet .ppp table{ max-width:100%;}
.prodetppp{margin: 20px 0;background: #f3f3f3;padding: 10px 20px;}
.prodetppp .spanppp{font-size: 20px;border-left: 4px solid #f49401;padding-left: 10px;}




/*留言*/


.ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.ly_msg h3 { width: 100%; float:left; line-height: 40px; margin: 0 auto; padding: 0; color: #f49401; font-size: 26px; font-weight: bold; text-align: center;}
.ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0; float:left;}
.ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.ly_msg ul li h4 { width:17%;  overflow: hidden; line-height: 45px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li h4 {height: 45px;font-size:12px;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1 { height: 47px;line-height: 47px;}
.ly_msg ul li .msg_tara { height: 118px;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.ly_msg .msg_ipt1 input { height: 45px;}
.ly_msg ul li .msg_ipt2 { width: 120px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.ly_msg .msg_ipt2 input { display: block; width: 120px; height: 45px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.ly_msg  textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.ly_msg .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.ly_msg .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.ly_msg .msg_btn input:first-child{background:#f49401;color:#fff;}



/*新闻内页*/

.articledte .arth1{  font-size:26px;    margin-bottom: 10px;  text-align:center;}
.articledte .artp{ color:#999; padding-bottom: 30px;border-bottom: 1px solid #dadada;  text-align:center;}
.articledte .artp span{ margin-right:16px;}
.articledte .arttxt{ margin-top: 20px; line-height:30px}
.articledte .arttxt img{ max-width:100%;}
.articledte .arttxt table{ max-width:100%;}



/*技术文章页*/


.article_1{width:100%; float:left; padding-bottom:3rem;}
.public-index-56 li .pi56-box {display: block;font-size: 0px;line-height: normal;padding: 25px 35px;border-bottom: solid 1px #e7e7e7;position: relative;overflow: hidden; }
.public-index-56 li:first-child .pi56-box { border-top: none; }
.public-index-56 li:hover .pi56-box { background-color: #f5f5f5; }
.public-index-56 li .pi56b-dot {position: absolute;top: 80%;left: 13px;width: 4px;height: 4px;padding: 2px;margin-top: -4px;border: solid 2px #f49401; opacity: 0;
  -webkit-transtion: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.public-index-56 li:hover .pi56b-dot {top: 50%; opacity: 1; }
.public-index-56 li .pi56b-tit, .public-index-56 li .pi56b-date {display: inline-block;vertical-align: middle;font-size: 16px; }
.public-index-56 li .pi56b-tit {color: #666666;width:86%; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; }
.public-index-56 li .pi56b-date {color: #999999; margin-left: 15px; }
.public-index-56 li .pi56b-more {position: absolute;top: 50%;right: 35px;margin-top: -6px; }
.public-index-56 li .pi56b-more span {position: relative;display: block; width: 12px; height: 12px; }
.public-index-56 li .pi56b-more span::before {
  content: "";
  position: absolute;top: -150%;left: 50%;width: 2px;height: 100%;margin-left: -1px;background-color: #f49401; opacity: 0;
  -webkit-transtion: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.public-index-56 li:hover .pi56b-more span::before {top: 0px;opacity: 1; }
.public-index-56 li .pi56b-more span::after {
  content: "";
  position: absolute; top: 50%; left: -150%; width: 100%; height: 2px; margin-top: -1px; background-color: #f49401;opacity: 0;
  -webkit-transtion: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.public-index-56 li:hover .pi56b-more span::after {left: 0px;opacity: 1; }


.down ul {clear: both;}
.down ul li {border-bottom: 1px solid #f0f0f0;padding: 16px 0px;font-size: 16px;cursor: pointer;}
.down ul li:hover .list-title { color: #f49401; }
.down ul li .list-title { color: #333; width: 80%;display: inline-block;overflow: hidden; text-overflow: ellipsis;white-space: nowrap; position: relative;  padding-left: 40px; vertical-align: middle;}
.down ul li .list-title:before {  content: ''; position: absolute; top: 7px; left: 0; background: url("../images/15download.png") no-repeat;
background-size: 100% 100%; width: 22px; height: 22px;  }
.down ul li .list-time { float: right; color: #999; }

.zlxz{cursor: pointer;width: 164px;height: 42px;line-height: 42px;background: #f49401 url(../images/down.png) 30px 50% no-repeat;color: #fff;border: 0px;font-size: 16px;font-weight: bold;  display: block;text-align: center;}

/*联系我们*/
.cp_list_5{width:100%; float:left; padding:4rem 0 7rem 0;}
.conzc{width:48%; float:left;}
.conzc h1{width:100%; float:left; font-size:30px; color:#000;}
.conzc h3{width:100%; float:left; font-size:16px; color:#CCC; text-transform:uppercase; font-weight:500; margin-top:10px;}
.czclx{width:100%; float:left; margin-top:20px;}
.czclx li{    width: 100%; padding-left: 32px; list-style: none; font-size: 14px;color: #333;
 line-height: 40px;  float: left;}
 .czclx li.li03{ background: url(../images/rw.png) no-repeat left 10px;}
.czclx li.li02{ background: url(../images/con03.png) no-repeat left 10px;}
.czclx li.li01{ background: url(../images/con04.png) no-repeat left 10px;}
.czclx li.li04{ background: url(../images/con02.png) no-repeat left 10px;}
.czclx li.li05{ background: url(../images/sp.png) no-repeat left 10px;}
.czclx li.li06{ padding-left:0px;margin-top: 40px;}
.czclx li.li06 img{max-height:100%; max-width:100%;}



.tempWrap{width:100% !important;}

#main { 

padding-top:90px; 
text-align:center; 
} 
#fullbg { height:1080px !important; 
background-color:gray; 
left:0; 
opacity:0.8; 
position: fixed; 
top:0; 
z-index:3; 
filter:alpha(opacity=80); 
-moz-opacity:0.5; 
-khtml-opacity:0.5; 
} 
#dialog { 
background-color:#fff; 
border:5px solid rgb(204 204 204); 

left:50%; 
margin:-330px 0 0 -350px; 
padding:1px; 
position:fixed !important; /* 浮动对话框 */ 
position:absolute; 
top:50%; 
width:700px; 
z-index:99999; 
border-radius:5px; 
display:none; 
} 
#dialog p { 
margin:0 0 12px; 
height:24px; 
line-height:24px; 

} 
#dialog p.close { 
text-align:right; 
padding-right:10px; 
} 
#dialog p.close a { 
color:#777; font-size:30px;
text-decoration:none; 
} 


@media screen and (max-width: 1340px){
	
	.wid1200{max-width:94%;}
.nav-head .nav .nav-logo{width:20%;}
.nav-head .nav .nav-list{width:60%;}
.about{padding-bottom:7rem;}
.news_list ul li{width:23%; margin:0 1%;}
.ly_NyProducts .lyNyPro_main { max-width:94%;}
}

	


	

@media screen and (max-width: 1110px){
		
	.nav-head{height:80px;}
	.nav-head .nav .nav-logo{height:80px;}
	.nav-head .nav .nav-logo .navbar-brand{height:80px;}
	.nav-head .nav .nav-list{width:72%;}
	.nav-head .nav .nav-list ul li{height:80px; line-height:80px;}
	.nav-head .nav .nav-list ul li a{line-height:80px;}
	.products ul li{width:50%;}
	.about{background: url(../images/bj_5.jpg) no-repeat center;}
	.about_left{width:100%; text-align:center;}
	.about_left span.a_1{padding:0 20px;}
.about_left dt{width:100%; float:left; text-align:center; padding:0 30%;}

.about_left div{float:none;padding: 1rem 0rem;    font-size: 14px;margin-top: 25px;}
.solution_list ul li{width:50%; margin-bottom:20px;}
.news_list ul li{width:48%; margin-bottom:2%;}
.article_list ul li{width:100%;}
.article_list{padding:0 20px;}
 .fullSlide{ display:none;}
    .slideBox{position:relative;overflow:hidden;margin:0px auto;width:100%;/* 设置焦点图最大宽??*/display: block;}
    .slideBox .hd{ position:absolute;height:10px; line-height:28px; bottom:0; z-index:1; left:50%; margin-left: -26px; }
    .slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#FFF; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
    .slideBox .hd li.on{ background:#4caceb;  }
    .slideBox .bd{ position:relative; z-index:0; }
    .slideBox .bd li{position:relative;text-align:center;}
    .slideBox .bd li img{ vertical-align:top; width: 100%;/* 图片宽度100%，达到自适应效果 */}
    .slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
    .slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/focusbg.png) repeat-x; color:#fff;  text-align:left;  }
	
	
	
.szhome_1{font-size:14px;}
.szhome a{font-size:14px;}

.cp_type .hd span{  line-height:46px;}
.lyNyPro_main .lyNyPro_left{width:100%; margin-bottom:20px;}
	 .cp_type .bd ul li p { height:56px; line-height:56px;}
	 .cp_type .bd ul li p a { line-height:56px;}
.cp_type .bd ul li div a { padding:0 20px 0 40px;}
	 .cp_type .bd ul li div a { }
	.cp_type .bd ul li div a:hover { color:#f49401; background:url(../images/icon3.png) 24px center no-repeat;}
	.cp_type { margin:0;}
 .cp_type .hd p:before { display:none;}
 .cp_type .hd { background:#f49401 url(../images/down1.png) 94% center no-repeat;padding:4px 3%;text-align:left;overflow:hidden;}
.cp_type .hd.on { background:#f49401 url(../images/up1.png) 94% center no-repeat;}
	.lyIdxPro_left .cp_type .hd span { display:block; font-style:italic; float:left; height:40px; line-height:40px;}
 .cp_type .hd p { padding:0; display:block; font-size:22px; float:left; min-width:88px; margin:0 10px 0 0;}
 .cp_type .bd { display:none;}
 .cp_type .bd ul li:last-child { border:0;}
 .cp_type .bd ul li p a { line-height:48px; font-size:16px;}
.cp_type .bd ul li div a { font-size:14px;}
 .cp_type .bd ul li p { height:48px;line-height:48px;}
.cp_type .bd ul li div a { height:44px;line-height:44px;}
 .cp_type .bd ul li p span { background-size: 20px;}
.cp_type .bd ul li.on p span { background-size: 20px;}
 .cp_type .bd ul li p:hover span { background-size: 20px;}
.listright_1{width:100%;}
.W160{border-right:none;}
.products_1 ul li{border-bottom:1px solid #CCC;}

}





@media screen and (max-width: 860px){	

.nav-head .nav .nav-list{width:78%;}
.nav-head .nav .nav-list ul li{width:12%;}
.f_address_in dl{width:100%;}
.clear{width:100%; padding:0 7px;}
.nav-head .nav .nav-list{ display:none;}
.nav-head{height: 65px;line-height: 65px;position: fixed; width: 100%; z-index: 9999;}
.nav-head .nav .nav-logo .navbar-brand{height:65px; margin-left: 0px;padding-top: 0px;padding-bottom: 0px;}
.nav-head .nav .nav-logo .navbar-brand img{max-height: 65px; width: inherit;}
.nav-head .nav .nav-logo{float: left; width: auto; height:65px;}
 
.mobile_btn{ display:block; position:absolute; z-index:100; right:10%; top:50%; margin-top:-25px;  width:50px; height:50px;  text-align:center; background:url(../images/menutoggle.png) no-repeat 0 center; transition: all 0.5s;-webkit-transition: all 0.5s;cursor:pointer;}
.navBox{position:fixed !important; width:100%; left:0; top:65px !important; bottom:0; display:none; background:#fff; margin:0;border-top: 1px solid #ffffff; }
.mobile_btn.open{ background-position:-50px 0;}
.mobile_btn.open + .navBox{}
.nav{ display:block; height:100%; text-align:center;}
.nav li{ float:none; margin:0; border-bottom:1px solid rgba(0,0,0,0.1); width:100%;}
.nav > li > a, .nav > li > .parent > a{ line-height:2.8; text-align:center; color:#333;transition: all 0s;-moz-transition: all 0s;-webkit-transition: all 0s;font-size: 14px; width:100%}
.nav > li > a::after, .nav > li > .parent > a::after{ display:none;}
.nav .parent{ position:relative;}
.nav > li > .parent > a{ display:inline-block;}
.nav .icon_control{ position:absolute; display:block; z-index:99; top:13px; right:20px; width:16px; height:11px; background:url(../images/icon8.png) no-repeat center; }
.nav li .parent.open .icon_control{ background-image:url(../images/icon9.png);}
.nav li:hover .parent .icon_control,.nav li.act .parent .icon_control{ background-image:url(../images/icon10.png);}
.nav li:hover .parent.open .icon_control,.nav li.act .parent.open .icon_control{ background-image:url(../images/icon7.png);}
.nav li:hover > a,.nav li.act > a,.nav li:hover .parent,.nav li.act .parent,.nav li:hover .parent a,.nav li.act .parent a{ background:#f49401; color:#fff; }
.nav li.active a{color:#fff;}
.nav li.active{background: #f49401;color: #fff;}
.nav li.active .parent a{ color: #fff;}
.nav li.active .icon_control{background: url(../images/icon10.png) no-repeat center;}
.slideBox .bd{ margin-top:65px;}

.szhome{padding:0 20px;}
.public-index-56 li .pi56b-dot{ display:none;}
.public-index-56 li .pi56-box{padding:15px 20px;}
.public-index-56 li .pi56b-more{display:none;}
.public-index-56 li .pi56b-date{width:15%; margin-left:2%;}
.public-index-56 li .pi56b-tit{width:80%;}
.cp_list{padding:20px 0 20px 0;}
.cp_list_5{padding:30px 20px 4rem 20px;}
	
	 .cp_type .hd p{font-size:18px;}
	 .cp_type .bd ul li p { height:52px; line-height:52px;}
 .cp_type .bd ul li p a { width:90%; font-size:16px; line-height:52px;}
 .cp_type .bd ul li p span { width:10%; background-size: 20px;}
	 .cp_type .bd ul li.on p span { background-size: 16px;}
	 .cp_type .bd ul li p:hover span { background-size: 16px;}
 .cp_type .hd p:before { display:none;}	
 .conzc{width:100%; margin-bottom:20px;}
 .czclx li{font-size:16px;}
 #dituContent{width:100% !important;}

}
@media (max-width: 767px){

.about{padding-top:30px; padding-bottom:35px;}
.about_left p{font-size:24px; }
.about_left i{font-size:14px;}
.about_left span.a_1{    padding: 0px 13px;font-size: 14px; line-height: 25px;  margin-top: 20px;}
.solution{padding:30px 0 15px 0;}
.news{padding:25px 0;}
.news_list{margin-top: 5px;}
.news_list ul li{padding: 10px;}
.news_list ul li p{font-size: 17px;    padding: 10px 0;}
.news_list ul li span{    font-size: 14px;line-height: 25px;margin-top: 5px;}
.news_list ul li i{margin-top:5px; font-size:14px;}
.news_list ul li div{font-size: 17px;    margin-top: 5px;}



.news_list_2{margin-top: 5px;}
.news_list_2 ul li{padding: 10px;}
.news_list_2 ul li p{font-size: 17px;    padding: 0px 0 5px 0; }
.news_list_2 ul li span{    font-size: 14px;line-height: 25px;margin-top: 5px;}
.news_list_2 ul li i{margin-top:5px; font-size:14px;}
.news_list_2 ul li div{font-size: 14px;    margin-top: 5px;padding:2px 12px;}

.news_list_2 ul li dt.t_1{height:110px; width:30%}
.news_list_2 ul li dt.t_2{width:70%;}

.article{padding:25px 0;}
.article_nr{ margin-top:5px;}
.article_nr .js_2 p{ font-size:17px;}
.db_1{ padding-bottom:1rem; padding-top:30px;}
.article_nr .js_1{width:32%; margin-left:3%;}
.article_nr .js_1 dt{height:110px;}
.article_nr .js_2{width:65%;}
.article_nr .js_2 span{text-overflow:ellipsis ;white-space:nowrap; margin-top:5px; margin-bottom:0px; font-size:14px;}
.article_nr .js_2 i{margin-top:2px;}
.article_nr .js_2 div{    padding: 5px 18px; font-size:14px;}
.article_list ul li p{ font-size:14px; width:75%;}
.article_list ul li span{width:20%;}
.articledte .arth1{font-size: 20px;    padding: 0 20px;}
.articledte .artp{    padding-bottom: 20px;}
.czclx li.li06{margin-top:20px;}




.solution_list { margin-top:10px;}
.solution_list ul li dt i{    height: 110px;}
.solution_list ul li dt span{font-size: 14px;margin-bottom: 10px;}

.products{ margin-top:0px;}
.products ul li dt p{height: 110px;}
.products ul li dt h2{ font-size:18px; margin-top:10px;}
.products ul li dt span{line-height:22px; margin: 10px 0;    font-size: 15px;}
.products ul li dt i.i_1{font-size:14px; width:100%;text-overflow: ellipsis; white-space: nowrap;overflow: hidden;}
.products ul li dt i.i_2{font-size: 17px;line-height: 17px;padding: 0px 17px; margin:10px 0;}





.F18 a{font-size:17px;}

.qywh{padding: 30px 0;}
.xgcp_tittle {padding: 10px 0;}
.company dt{margin-bottom: 15px;}
.company h1{font-size:24px;}
.xgcp_tittle h1{font-size:24px;}
.qywh_list ul li dt p{font-size:18px;padding: 13px 0 5px 0;}
.qywh_list ul li dt img{max-height: 50%; max-width: 50%;}
.qywh_list ul li dt span{    font-size: 14px;line-height: 20px;    height: 43px;}
.xgcp{    padding: 30px 0 0rem 0;}



.listright{    padding: 3rem 0 20px 0;}


.fenye p{font-size: 12px;line-height: 2.6rem;}
.fenye a{font-size: 12px;padding: 3px 5px;}
.fenye select{padding: 3px 5px;}
.articledte .arttxt{ padding:0 3%;}
.szhome_1{text-indent: 1px; padding-left: 24px;}
.ppp{padding:0 3%;}	
	
	.ly_msg .msg_btn input{ width:100px;}
	
	.ly_msg ul li .msg_tara{height:80px;}
	.msg_tara textarea{height:80px;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100%;}
	.ly_msg ul li h4{display: none;}
	.ly_msg ul li{padding:0 20px;}
	
	.fr_1{padding-left:20px; padding-right:20px; box-sizing:border-box;}
	.listright .listtxt{margin: 0px 0px 30px;}
	.ly_msg h3{padding: 0 20px;    font-size: 18px;    line-height: 26px;}
	.conn .proshow1 .pro_btn1{font-size: 14px;line-height: 40px;height: 40px;}
	.conn .proshow1 .pro_btn3{font-size: 14px;line-height: 40px;height: 40px;}
	.conzc h1{font-size:24px;}
	
	
	#dialog{    margin: -280px 0 0 -250px !important;    width: 500px !important;}
	.ly_msg ul{    margin: 20px auto 0px auto;}
	
	
}

@media (max-width: 460px){
	.mobile_btn{ right:15%;}
	.conn .proshow1 .js-silder{width:100%;}
	.conn .proshow1 .prodesc{width:100%; margin-top:25px;}
	.solution_list ul li dt p{width:100%; font-size:16px;}
	
	#dialog{    margin: -250px 0 0 -50% !important;    width: 100% !important;}
	
	}
