﻿@charset "utf-8";
/* CSS Document */
/**common**/
*{ margin:0; padding:0;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
body{overflow:scroll;overflow-x:hidden;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
.zt{width:100%; float:left;}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#000;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#f0f0f0;}

.w1200{ width:1400px!important; margin:0 auto;}

@media screen and (max-width:1399px) and (min-width:1200px) {
.w1200{ width:96%!important;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1200{ width:96%!important;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1200{ width:95%!important;}
}
@media screen and (max-width:767px) {
.w1200{ width:95%!important;}
}


/*顶部公司名称*/
.top{ width:100%; height:110px;}
.top a{ display:block; width:49%; line-height:110px;margin: 20px 0 0 0;}

.top .tel{  background:url(../images/tel.png) left center no-repeat; padding:0 0 0 4%;margin: 26px 0 0 0;}
.top .tel p{ display:block; line-height:20px; height:20px;color: #777;margin-bottom: 5px;}
.top .tel span{ display:block; font-size:30px; font-weight:bolder; color:#fd5b42; height:30px; line-height:30px;}

@media screen and (max-width:1300px) and (min-width:1200px) {
.top a{ width:60%;}
.top .tel{padding:0 0 0 5%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.top a{ width:66%;}
.top .tel{ padding:0 0 0 6%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.top a{ width:100%;}
.top .tel{ display:none;}
}
@media screen and (max-width:767px) {
.top{ height:70px;}
.top a{ width:80%;    margin: 11px 0 0 0;}
.top a img{ width:100%;}
.top .tel{ display:none;}
}
/*顶部公司名称*/

/*顶部导航栏*/
.nav_top{width:100%; height:0; position:relative;z-index: 999; height:60px; background:#adadad;}

.menu_open{ display:none;}
.hcover {display: none;}

.nav_top .w1200{ position:relative;}
.nav{ width:100%; position:absolute;color:#fff; }
.nav_ul::after{width:125%;background-color:#adadad;transform:skewX(32deg);position:absolute;left:20px;top:0;content:"";height:100%;}
.nav_item{ width:12.1%; float:left; text-align:center;}
.nav_item a{ display:block; line-height:60px; color:#fff; position:relative; z-index: 99; font-size:16px;}
.nav_item.active a::after, .nav_item:hover a::after {width: 100%;}
.nav_item a::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#fd5b42;width:0;}

.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0,12,49,0.1); background: rgba(0,0,0,.5); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; border-top: 4px solid #01557a; margin-top: 0; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }


@media screen and (max-width:1079px) and (min-width:768px) {
.nav_top{position:static;width:auto;z-index:9999999;background-color:#fff;border:0; height:auto;}
.nav{width:50%;height:100%;position:fixed;top:0;left:-50%;z-index:9999999;overflow:hidden;background-color:#adadad;}
.nav_ul{margin:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:auto;padding-top:10px;text-align:left;transform:skewX(0deg);}

.menu_open{display:block;float:right;width:40px;height:40px;padding:5px 0;border:1px solid #eaeaea;position: absolute;top:-75px;right:2%;box-sizing:border-box;z-index:999999;cursor:pointer;background: #fff;}
.menu_open i{height:2px;width:50%;background-color:#0f3355;display:block;margin:5px auto;}

.hcover{display:block;width:50%;height:100%;background:rgba(0,0,0,.5);position:fixed;right:-50%;top:0;z-index:9999999;}

.nav_item{float:none;margin:0;width:100%;height:50px;position:relative;}
.nav_item > a{display:block;height:50px;line-height:50px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;font-size:14px;color:#fff;padding:0 10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.nav_item:after{content:'';display:block;width:100%;transform:skewX(0deg);-webkit-transform:skewX(0deg);-moz-transform:skewX(0deg);height:50px;}
.nav_item a::after{transform:skewX(0deg);}

.nav_item_open{ width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #006ccc; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; border-top: none; }
}
@media screen and (max-width:767px) {
.nav_top{position:static;width:auto;z-index:9999999;background-color:#fff;border:0; height:auto;}
.nav{width:50%;height:100%;position:fixed;top:0;left:-50%;z-index:9999999;overflow:hidden;background-color:#adadad;}
.nav_ul{margin:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:auto;padding-top:10px;text-align:left;transform:skewX(0deg);}

.menu_open{display:block;float:right;width:40px;height:40px;padding:5px 0;border:1px solid #eaeaea;position: absolute;top:-55px;right:2%;box-sizing:border-box;z-index:999999;cursor:pointer;background: #fff;}
.menu_open i{height:2px;width:50%;background-color:#0f3355;display:block;margin:5px auto;}

.hcover{display:block;width:50%;height:100%;background:rgba(0,0,0,.5);position:fixed;right:-50%;top:0;z-index:9999999;}

.nav_item{float:none;margin:0;width:100%;height:50px;position:relative;}
.nav_item > a{display:block;height:50px;line-height:50px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;font-size:14px;color:#fff;padding:0 10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.nav_item:after{content:'';display:block;width:100%;transform:skewX(0deg);-webkit-transform:skewX(0deg);-moz-transform:skewX(0deg);height:50px;}
.nav_item a::after{transform:skewX(0deg);}

.nav_item_open{ width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #006ccc; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; border-top: none; }
}
/*顶部导航栏*/

/*内页顶部导航栏*/
.ny_top{width:100%; height:0; position:relative;z-index: 99999;}

.ny_top .w1200{ position:relative;}
.ny_nav{ width:100%; position:absolute;color:#fff; }
.ny_nav_ul::after{width:119%;background-color:#000;transform:skewX(32deg);position:absolute;left:20px;top:0;content:"";height:100%;opacity: 0.6;}


@media screen and (max-width:1079px) and (min-width:768px) {
.ny_top{position:static;width:auto;z-index:9999999;background-color:#fff;border:0;}
.ny_nav{width:50%;height:100%;position:fixed;top:0;left:-50%;z-index:9999999;overflow:hidden;background-color:#103255;}
.ny_nav_ul{margin:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:auto;padding-top:10px;text-align:left;transform:skewX(0deg);}
.ny_nav_ul::after{background-color: #103255;}
}
@media screen and (max-width:767px) {
.ny_top{position:static;width:auto;z-index:9999999;background-color:#fff;border:0;}
.ny_nav{width:50%;height:100%;position:fixed;top:0;left:-50%;z-index:9999999;overflow:hidden;background-color:#adadad;}
.ny_nav_ul{margin:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:auto;padding-top:10px;text-align:left;transform:skewX(0deg);}
.ny_nav_ul::after{background-color: #adadad;}
}
/*内页顶部导航栏*/

/*首页banner*/
.apple-banner {width:100%;overflow:hidden;margin:0 auto;}
.apple-banner .swiper-container {width:100%;height:100%;}
.apple-banner .swiper-button-prev,.apple-banner .swiper-button-next {width:15%;height:100%;top:0;background:none;}
.apple-banner .swiper-button-prev {left:0;}
.apple-banner .swiper-button-next {right:0;}
.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span {display:block;width:64px;height:64px;position:absolute;right:0;top:50%;margin-top:-32px;border-radius:100%;opacity:1;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease;}
.apple-banner .swiper-button-prev:hover span,.swiper-button-next:hover span {opacity:1;}
/*分页器*/.apple-banner .swiper-pagination {top:auto;bottom:20px !important;background:none;}
.apple-banner  .swiper-pagination-bullets  span.swiper-pagination-bullet {display:inline-block;width:12px;height:12px;margin:0 5px;cursor:pointer;background:none;border-radius:50%;opacity:1;}
.apple-banner  .swiper-pagination-bullets span {width:50px;height:3px;display:block;background:rgba(240,114,0,0.8);}
.apple-banner .swiper-pagination-bullets span.swiper-pagination-bullet {background:rgb(217 217 217 / 80%);}
.apple-banner  .swiper-pagination-bullets span.swiper-pagination-bullet-active {background-color:#fd5b42;}
.apple-banner  .swiper-pagination-bullet i {background-color:#ff7200;height:3px;transform:scaleX(0);transform-origin:0;display:block;}
.apple-banner .autoplay .firsrCurrent i {transition:transform 2.9s linear;transform:scaleX(1);}
.apple-banner .autoplay .current i {transition:transform 4s linear;transform:scaleX(1);}
.apple-banner  .autoplay .replace span {background-color:#fff;}
.swiper-slide img{max-height:100%; max-width:100%;}
@media screen and (max-width:1300px) and (min-width:1200px) {
.apple-banner{}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.apple-banner{ }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.apple-banner{ }
}
@media screen and (max-width:767px) {
.apple-banner{}
}
/*首页banner*/

/*内页banner*/
.nybanner{ width:100%; height:360px; position:relative; overflow:hidden;}
.nybanner img{ display:block; position:absolute; top:0; left:50%; margin-left:-962px;}


@media screen and (max-width:1079px) and (min-width:768px) {
.nybanner{ height:225px;}
.nybanner img{margin-left: -540px;height:225px;}
}
@media screen and (max-width:767px) {
.nybanner{ height:160px;}
.nybanner img{margin-left: -375px;height:160px;}
}
/*内页banner*/

/*首页搜索框*/

.zyss{ width:100%; height:50px; background-color:#ededed;}

.zyss .zy{ width:60%;}
.zyss .zy p{ color:#555555;line-height: 50px;}
.zyss .zy span{width: 86%;color:#8d8d8d;line-height: 50px;}
.zyss .zy span a{ color:#8d8d8d;height:50px;overflow: hidden;_float: left;white-space: nowrap;text-overflow: ellipsis;}
.zyss .zy span a:hover{ color:#555555;}

.ss{ width:380px;height:40px; margin-top:5px;}
.ss .input{ width:71%; height:40px;color:#8d8d8d;outline:none; border:0px;background:#fff url(../images/sous.png) 3% center no-repeat;padding-left: 9%; float:left;}
.ss .search_b{width:20%; height:40px;color:#fff; background-color:#fd5b42;border:0px;cursor:pointer; float:right;outline: none;}


.mbx{ background:url(../images/adr.png) left center no-repeat;padding-left:2.5%;}
.mbxdh span a{font-size:14px; color:#333;}
.mbxdh span a:hover{color:#fd5b42;}
.mbxdh{ width:100%; float:left; padding:20px 0 20px 0;}

@media screen and (max-width:1199px) and (min-width:1080px) {

.mbx{padding-left: 3%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.zyss .zy{ width:100%;}
.zyss{height: 105px;}
.zyss .zy p{line-height: 50px;}
.zyss .zy span { width:83%;height: 50px;line-height: 50px;text-overflow: ellipsis; white-space:nowrap;}


.mbx{padding-left: 5%;}
.ss{ width:100%;margin-top: 0px;}
}
@media screen and (max-width:767px) {
.zyss .zy{ width:100%;}
.zyss{height: 97px;}
.zyss .zy p{line-height: 45px;}
.zyss .zy span { width:74%;height: 45px;line-height: 45px;text-overflow: ellipsis; white-space:nowrap;}


.mbx{padding-left: 5%;}
.ss{ width:100%;margin-top: 0px;}
}
/*首页搜索框*/

/*首页新闻*/
 .more2{ display:block; width:220px; height:56px; line-height:56px; border:1px solid #fff;background: rgba(0,0,0,0.05); font-size:16px; color:#333;text-align: center; margin:auto}
 .more2:hover{ background-color:#fd5b42; color:#fff}



.ind_case{ width:100%; background-color:#f7f8fa; padding:80px 0 70px;}


.ind_case .ind_case_m{margin:30px 0;padding-bottom: 10px; float:left;}
.ind_case_m ul li{ width:33.33%; padding:10px; box-sizing:border-box; float:left;}
.ind_case_m ul li dt{ width:100%; float:left;-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);}

.ind_case_m ul li dt .pic{ display:block; width:100%; height:260px; text-align:center; overflow:hidden;}
.ind_case_m ul li dt .pic img{ height:100%; width:100%; object-fit: cover;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.ind_case_m ul li dt .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.ind_case_m ul li dt .case_m{ margin:16px 4%; border:1px solid #e4e4e4; padding:20px 4%;}
.ind_case_m ul li dt .case_m p a{ display:block; font-size:17px; color:#333; height:30px; line-height:30px; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.ind_case_m ul li dt .case_m span{display:block; font-size:14px; color:#999; height:50px; line-height:23px; margin: 10px 0 15px;;overflow:hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.ind_case_m ul li dt .case_m .more{ display:block; width:182px; height:42px; line-height:42px; border:1px solid #fd5b42; border-radius:40px; font-size:15px; color:#fd5b42; text-align:center;margin: 0 auto;}

.ind_case_m ul li dt:hover{-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
.ind_case_m ul li dt:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.ind_case_m ul li dt .case_m p a:hover{ color:#fd5b42;}
.ind_case_m ul li dt .case_m .more:hover{ background-color:#fd5b42; color:#fff;}

.xq{width:100%; float:left;}


@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {

.ind_case_m ul li {width: 100%; margin: 0 0 30px 0;}
.ind_case_m ul li:nth-child(3n){ margin-bottom:0;} 
}
@media screen and (max-width:767px) {
.ind_case{padding:20px 0 20px;}

.ind_case .ind_case_m {margin: 10px 0;}
.ind_case_m ul li {width: 100%; margin: 0 0 30px 0;}
.ind_case_m ul li:nth-child(3n){ margin-bottom:0;} 
}

/*首页新闻*/


/*首页推荐产品*/
.tjcp{width:100%;padding:80px 0;}

.tjcp_tit{ width:100%; float:left;}
.dtit{ width:22px; height:4px; float:left; background:#fd5b42;}
.tjcp_tit p{ float:left; width:100%;font-size:30px;font-weight:bolder;color:#222; margin-top:10px;}
.tjcp_tit p span{color:#fa8926; }
.tjcp_tit i{display:block;font-size:16px;color:#777;padding: 14px 0;}

.cplb{ width:100%; float:left; margin-top:40px;}
.cplb ul li{width:25%; float:left;}
.cplb ul li .cps1{width:100%; float:left; position:relative; background:#fff; height:200px; overflow:hidden;}
.cplb ul li .cps1 img{max-height:100%; max-width:100%; position:absolute; top:0; right:0; left:0; bottom:0; margin:auto;}
.cplb ul li .cps2{ width:100%; height:200px; float:left; background:#f7f8fa; padding:20px; box-sizing:border-box;}
.cplb ul li .cps2 p{font-size:18px; color:#333; font-weight:bold;}
.cplb ul li .cps2 span{ font-size:14px; color:#666; float:left; margin-top:10px; margin-bottom:15px;}
.cplb ul li .cps2 i{float:left; width:100%; font-size:14px; color:#666;text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; }
.cplb ul li:hover .cps2{background:#fd5b42;-webkit-transition: all 0.5s;  -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.cplb ul li:hover .cps2 p{color:#fff;}
.cplb ul li:hover .cps2 span{color:#fff;}
.cplb ul li:hover .cps2 i{color:#fff;}
.cplb ul li:hover .cps1 img{transform: scale(1.1);-webkit-transition: all 0.5s;  -moz-transition: all 0.5s; -o-transition: all 0.5s; }



@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {

}
@media screen and (max-width:767px) {
	.tjcp{padding:40px 0;}
.cplb ul li{width:100%; margin-bottom:10px;}
}

@media screen and (max-width:360px) {

}
/*首页推荐产品*/

/*首页公司简介*/
.ind_com{ width:100%; padding:80px 0; background: url(../images/bj2.jpg) no-repeat;}
.ind_com_top{ background-size: cover; color:#fff; width:100%; float:left;}
.ind_com_top .tjcp_tit .dtit{color:#4b4a4a!important;}
.ind_com_top .tjcp_tit p{ color:#fff!important;width:100%;left: 0;}
.ind_com_top .tjcp_tit i{ color:#fff!important;}


.about_3{width:100%; float:left; margin-top:20px;}
.about_3 ul li{width:25%; float:left; padding:20px 30px; box-sizing:border-box;}
.about_3 ul li dt{width:100%; float:left; padding:20px; box-sizing:border-box; border:2px solid #fff; border-radius:10px;}
.about_3 ul li dt div{width:35%; float:left; text-align:center; border-right:1px solid #939ba8}
.about_3 ul li dt div img{max-height:100%; max-width:100%;}
.about_3 ul li dt p{width:60%; float:left;}
.about_3 ul li dt p span{ width:100%; float:left; font-size:20px; color:#fff; text-align:center;    margin-left: 7%;} 
.about_3 ul li dt p span i{font-size:14px; text-transform:uppercase;    text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;float: left;}

.about{width:100%; float:left; background:#f7f8fa; padding:20px; box-sizing:border-box; margin-top:30px;}
.about dt{width:40%; float:left; background:#fff; height:430px; position:relative;}
.about dt img{max-height:100%; max-width:100%; position:absolute; left:0; right:0; bottom:0; top:0; margin:auto;}
.about div{width:57%; float:right; margin-top:40px;}
.about div h1{width:100%; float:left; font-size:25px; color:#333; font-weight:bold; }
.about div p{width:40px; height:3px; float:left; background:#F00; margin-top:30px;}
.about div span{ width:100%; float:left;color:#333; line-height:35px; font-size:16px; margin-top:30px;}
.about div i{ float:left; padding:10px 60px; background:#fff; margin-top:30px; color:#333;}
.about div i:hover{background:#fd5b42; color:#fff;}

@media screen and (max-width:1300px) and (min-width:1200px) {
.ind_com_top{}

}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ind_com_top{ }
.about_3{ display:none;}

}
@media screen and (max-width:1079px) and (min-width:768px) {
.ind_com_top{ }
.about_3{ display:none;}

}

@media screen and (max-width:767px) {
	.ind_com{padding:40px 0;} 
.ind_com_top{ }
.ind_com_top .tjcp_tit .dtit {font-size: 41px;}
.ind_com_top .tjcp_tit p{font-size: 25px;}
.ind_com_top .ind_com_m{ padding:0 0 20px;}
.ind_com_top .more{ margin-top:10px;width: 170px;height: 50px;line-height: 50px;font-size: 15px;}
.about_3{ display:none;}
.about dt{display:none;}
.about div{ width:100%; margin-top:0px;}
}
@media screen and (max-width:360px) {

.ind_com_top .tjcp_tit .dtit {font-size: 40px;}
}

/*首页公司简介*

/*内页公司简介*/
.ny_com{ width:100%; float:left; background:#f7f8fa; padding:40px 0;}
.ny_com_tit{font-size: 30px;font-weight: bolder;color: #333;text-align: center;}
.ny_com_m{ color:#777; margin-top:10px; padding:0; text-indent:2em; }
.ny_com_m p{ _margin-bottom: -16px;font-size: 15px;line-height: 30px;}

.ny_com .ny_com_ys{height:142px;padding: 0 5%;}
.ny_com_ys ul li{ width:18.1%; margin: 17px 9% 17px 0; text-align:center; padding:12px 0; float:left;}
.ny_com_ys ul li:nth-child(4n) { margin-right:0;}
.ny_com_ys ul li p{color:#fd5b42;font-size:15px;}
.ny_com_ys ul li p i{font-size:48px; font-weight:bolder;}
.ny_com_ys ul li span{ display:block;color:#777; margin-top:2%;font-size:20px;}

.ny_com .com{ width:100%; height:78px;border-radius:20px;}
.ny_com .com p{line-height:78px; text-align:center; font-size:30px; color:#333;}
.gsjj{width:74%; float: right;}








@media screen and (max-width:1079px) and (min-width:768px) {

.ny_com_ys ul li{width: 19.1%;margin: 17px 7% 17px 0;}
}
@media screen and (max-width:767px) {

.ny_com_ys ul li{width: 43%;margin: 17px 7% 0 0;padding:0;}
.ny_com_ys ul li:nth-child(2n) { margin-right:0;}
.ny_com_ys ul li p i{40px;}
.ny_com_ys ul li span{ font-size:15px;}
}

/*内页简介案例*/
.com_case{ width:100%;     padding-bottom:40px;}
.com_case ul li{ float:left; width:33.3%; height:456px;}
.com_case1{background-color: #92a900;}
.com_case2{background-color: #fd5b42;}
.com_case3{background-color: #92a900 ;}

.com_case_m{ text-align:center; padding:151px 15%;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.com_case_m em{display:block;}
.com_case_m em img{ max-height:95%; max-width:95%;}
.com_case_m p{ font-size:18px; color:#fff; margin-top:10px;display:block;}
.com_case_m span{ font-size:15px;color:#fff;margin-top:10px; display:block;}

.com_case1:hover .com_case_m{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.com_case2:hover .com_case_m{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.com_case3:hover .com_case_m{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

@media screen and (max-width:1300px) and (min-width:1200px) {
.com_case .w1200{ width:100%;}

}
@media screen and (max-width:1199px) and (min-width:1080px) {
.com_case .w1200{ width:100%;}
.com_case ul li{ height:360px;}
.com_case_m {padding: 102px 15%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.com_case .w1200{ width:100%;}
.com_case ul li{height:294px;}
.com_case_m{padding:70px 5%;}
.com_case_m span {font-size: 14px;}
}
@media screen and (max-width:767px) {
.com_case{ padding-bottom:0;}
.com_case .w1200{ width:100%;}
.com_case ul li{ width:100%;height:294px;}
.com_case_m{padding:70px 9%;}
}
/*内页简介案例*/


/*内页简介荣誉资质*/
.com_honor{ width:100%; background-color:#fff; margin-top:40px; height:auto; padding:30px 20px 30px 20px; overflow:hidden;}
.com_honor .tjcp_tit .dtit{color:#eae9e9!important;}
.com_honor_m{ margin-top:30px; position:relative;}
.com_honor_m .honor_l{ display:block;background:url(../images/qh_l.png) left center no-repeat; width:46px; height:46px; cursor:pointer; position:absolute;top: 40%; left:0;}
.com_honor_m .honor_r{ display:block;background:url(../images/qh_r.png) left center no-repeat;width:46px; height:46px;cursor:pointer;position:absolute;top: 40%; right:0;}
.com_honor_m .honor_l:hover{ background:url(../images/qh_l1.png) left center no-repeat;}
.com_honor_m .honor_r:hover{background:url(../images/qh_r1.png) left center no-repeat;}

.honor_m{ padding:0 4%;}

.honor_m .lyTjPro_scoll { width:100%; padding:0;}
.honor_m .lyTjPro_scoll .item { position:relative;}
.honor_m .lyTjPro_scoll .lSPrev,.lyTjPro_scoll .lSNext { width:40px; height:40px; position:absolute; left:-60px; top:50%; margin-top:-20px; background:url(../images/qh_l.png) center center no-repeat; background-size:40px 40px; cursor:pointer;}
.honor_m .lyTjPro_scoll .lSNext { left:auto; right:-60px; background:url(../images/qh_r.png) center center no-repeat; background-size:40px 40px;}
.honor_m .lyTjPro_scoll .lSPrev:hover { background:url(../images/qh_l1.png) center center no-repeat; background-size:40px 40px;}
.honor_m .lyTjPro_scoll .lSNext:hover { background:url(../images/qh_r1.png) center center no-repeat; background-size:40px 40px;}
.honor_m .lyTjPro_scoll .content-slider { width:100%; overflow:hidden;}
.honor_m .lyTjPro_scoll .lSPager { display:none;}

.honor_m li{ float:left; width:23.5%; margin-right:1.5%;}
.honor_m li .pic{ display:block;width:100%; height:270px; text-align:center; background-color:#fff;overflow:hidden;}
.honor_m li .pic img{ max-height:85%; max-width:85%; vertical-align:middle;;-webkit-transition: all .25s;-moz-transition: all .25s; -ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.honor_m li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.honor_m li .tit{ background:#fff url(../images/hon_ico1.png) 93% center no-repeat; color:#606060; font-size: 16px;padding:10px 18% 10px 7%; display:block; margin-top:5px; height:40px; line-height:40px; _width:75%; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}

.honor_m li:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.honor_m li:hover .tit{background:#fd5b42 url(../images/hon_ico.png) 93% center no-repeat; color:#fff;}

@media screen and (max-width:1300px) and (min-width:1200px) {
.honor_m{ padding:0 5%;}

.honor_m li .pic{ height:244px;}
.honor_m li .tit{ padding:10px 20% 10px 7%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.honor_m{ padding:0 5%;}
.honor_m li .pic{ height:218px;}
.honor_m li .tit{ padding:10px 20% 10px 7%;}
}
@media screen and (max-width:1079px) and (min-width:770px){
.com_honor_m .honor_l{ display:none;}
.com_honor_m .honor_r{ display:none;}

.honor_m{ padding:0 0;}
.honor_m .lyTjPro_scoll .content-slider{ height:233px!important;}
.honor_m li {width: 48.2%;margin:0 2.5% 60px 0;}
.honor_m li:nth-child(2n){margin-right: 0;} 
.honor_m li .pic{ height:168px;}
.honor_m li .pic img{margin: 7px auto;}
.honor_m li .tit{ padding:10px 20% 10px 7%;}
}
@media screen and (max-width:769px) and (min-width:768px) {
.com_honor_m .honor_l{ display:none;}
.com_honor_m .honor_r{ display:none;}

.honor_m{ padding:0 0;}
.honor_m .lyTjPro_scoll .content-slider{ height:420px;}
.honor_m li {width: 48.2%;margin:0 2.5% 60px 0;}
.honor_m li:nth-child(2n){margin-right: 0;} 
.honor_m li .pic{ height:355px;}
.honor_m li .pic img{margin: 7px auto;}
.honor_m li .tit{ padding:10px 20% 10px 7%;}
}
@media screen and (max-width:767px) {
.com_honor{margin-top:20px; padding: 30px 0 40px 0;}
.com_honor_m {margin-top:10px;}
.com_honor_m .honor_l{ display:none;}
.com_honor_m .honor_r{ display:none;}

.honor_m{ padding:0 0;}
.honor_m .lyTjPro_scoll .content-slider{ height:336px!important;}
.honor_m li {width: 100%;}
.honor_m li:nth-child(2n){margin-right: 0;} 
.honor_m li .pic img{margin: 7px auto;}
.honor_m li .tit{ padding:10px 20% 10px 7%;}
}

/*内页简介荣誉资质*/
/*内页公司简介*/

/*内页荣誉资质*/

.honour{width:100%; float:left; background:#f7f8fa; padding:50px 0;}
.honour2{ width:74%; float:right;}
.honour2 ul li{width:25%;  float:left; padding:0 10px; box-sizing:border-box; }
.honour2 ul li .pro-left1{ position:relative;width:100%; height:250px; border:1px solid #CCC;box-sizing:border-box; background:#fff; }
.honour2 ul li .pro-left1 img{max-height:100%; max-width:100%;position:absolute; top:0; left:0; right:0; bottom:0; margin:auto;}

#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(../images/80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:507px; position:absolute; z-index:999999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:block; color:#045CB6; font-weight:bold; line-height:20px; font-size:14px; }
#mbNumber { display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(../images/customblackprevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(../images/customblacknext.gif) no-repeat center; position: absolute; top:38%; right:-32px;}
#mbCloseLink { width:24px; background:transparent url(../images/customblackclose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }


@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {

}
@media screen and (max-width:767px) {

}
/*内页荣誉资质*/

/*内页下载*/

.ny_xw{width:74%; float:right;}
.ny_xw ul li{width:100%; float:left; padding:10px 0; border-bottom:1px solid #e9e9e9;}
.ny_xw ul li .ny_xw_m_top{width:80%; float:left;}
.ny_xw ul li .ny_xw_m_top a{font-size:14px; color:#000;}
.ny_xw ul li .ny_xw_m_bot{width:20%; float:right;}
.ny_xw ul li .ny_xw_m_bot em{font-size:14px; color:#333; text-align:right; width:100%}





@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
.ny_xw{width:100%; float:left;}
}
@media screen and (max-width:767px) {
.ny_xw{width:100%; float:left;}
}



/*解决方案*/

.pagel{ width:100%; float:left;}

.news ul .lll{padding: 10px 10px;overflow: hidden; width:100%; float:left;    box-sizing: border-box;}
.left_art{width: 100%; float:left;background: #fff; padding:20px; box-sizing:border-box;}
.left_art p.sj_1{font-size:35px; color:#999; float:left; padding-top:28px; text-align:center; width:100%; line-height:45px; font-weight:bold;}
.left_art p.sj_1 i{font-size:22px; font-weight:500;font-style:normal;}
.left_2{width:160px; height:144px; float:left; background:#f2f2f2;}
.left_art .art_img{ width:160px; height:144px; float:left; padding-right:20px;text-align: center;}
.left_art .art_img img{ max-width:100%; max-height:144px;}
.right_art{float: right; width:84%;}
.left_art p.sj_2{float:left; width:100%; margin-top: 12px;height:25px; line-height:25px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.left_art p.sj_2 a{ color:#333; font-size:20px;   font-weight:bold; }
.left_art span{ color:#999; font-size:13px; line-height:30px;float: right; margin-top: 5px;}
.left_art .b{color:#666; font-size:14px; line-height:25px; width:100%; float:left; height:50px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;    margin-top: 15px; }
.news ul .lll:hover .left_art p a{ color:#fd5b42;}

@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {
.left_2{display:none;}
.right_art{width:100%; float:left;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.left_2{display:none;}
.right_art{width:100%; float:left;}
}
@media screen and (max-width:767px) {
.left_2{display:none;}
.right_art{width:100%; float:left;}
}








/*首页产品展示*/
.ind_pro{ width:100%; padding:50px 0 30px;}

.pro{margin: 45px 0 10px;}

/*产品分类 开始*/
.lyNyPro_left { width:22%; overflow:hidden; margin:0; padding:0; float:left;}

.lyNyPro_left .h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 0 30px;}
.lyNyPro_left .cp_type { margin:0;}
.lyNyPro_left .cp_type .hd { text-align:center; background-color:#fd5b42; padding:20px;}
.lyNyPro_left .cp_type .hd p { height:40px; line-height:40px; font-size:28px; color:#fff;}
.lyNyPro_left .cp_type .hd p:before { content:''; display:inline-block; width:28px; height:28px; margin-right:5px; vertical-align:middle; margin-top:-3px; display:none;}
.lyNyPro_left .cp_type .hd span { display:block; height:20px; line-height:20px; font-size:24px; color:rgba(255, 255, 255, 0.2); text-transform:uppercase;}
.lyNyPro_left .cp_type .bd { padding:8px; border-left:2px solid #fd5b42; border-right:2px solid #fd5b42; border-bottom:2px solid #fd5b42;}
.lyNyPro_left .cp_type .bd ul li { margin:0 auto 8px;}
.lyNyPro_left .cp_type .bd ul li:last-child { margin:0 auto;}
.lyNyPro_left .cp_type .bd ul li p { height:44px; line-height:44px; background-color:#adadad; border-radius:4px;}
.lyNyPro_left .cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 20px; overflow: hidden; line-height:44px; color:#fff; font-size:15px; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyPro_left .cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu4.png) center center no-repeat; cursor:pointer; float:right;}
.lyNyPro_left .cp_type .bd ul li div { display:none;}
.lyNyPro_left .cp_type .bd ul li div a { display:block; height:44px; line-height:44px; color:#797979; font-size:14px; border-bottom:1px solid #e7e5e5; padding:0 20px 0 40px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.lyNyPro_left .cp_type .bd ul li div a:first-child {}
.lyNyPro_left .cp_type .bd ul li p:hover, .lyNyPro_left .cp_type .bd ul li.on p { background-color:#fd5b42;}
.lyNyPro_left .cp_type .bd ul li p:hover a, .lyNyPro_left .cp_type .bd ul li.on p a { color:#fff;}
.lyNyPro_left .cp_type .bd ul li p:hover span { background:url(../images/mulu4.png) center center no-repeat;}
.lyNyPro_left .cp_type .bd ul li.on p span { background:url(../images/mulu5.png) center center no-repeat;}
.lyNyPro_left .cp_type .bd ul li div a:hover { color:#fd5b42; }
.lyNyPro_left .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;}
.lyNyPro_left .cp_type .bd ul a.ckqb:hover { background:#fd5b42; color:#fff;}

.lyNyPro_left .cp_type .bd_by { width:100%; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0; background-color:#fd5b42;}

/*产品分类 结束*/

.pro .pro_m{ width:75%;}


.pro_m ul li{ width:25%;float:left;     padding: 0px 10px 20px 10px; box-sizing:border-box;}

.pro_m ul li .pro_wrap{width:100%; float:left; background:#fff; padding:20px; box-sizing:border-box;}
.pro_m ul li .pro_wrap .pro_tlt1{width:100%; float:left; height:200px; position:relative; background:#fff;}
.pro_m ul li .pro_wrap .pro_tlt1 img{max-height:100%; max-width:100%; position:absolute; right:0; left:0; bottom:0; top:0px; margin:auto;}
.pro_m ul li .pro_wrap a.tit{width:100%; float:left; font-size:16px; color:#333; text-align:center; margin:10px 0;}

.pro_m ul li .pro_wrap a.more{width:100%; float:left; background:#fff; font-size:14px; text-align:center; color:#333; padding:6px 0px;    text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro_m ul li .pro_wrap a.tit:hover{ color:#fd5b42;}
.pro_m ul li .pro_wrap a.more:hover{background:#fd5b42; color:#fff;}


.gs_tj{width:100%; float:left; padding:0 20px; box-sizing:border-box;}
.gs_tj p{float:left; font-size:28px; color:#333; font-weight:bold;}
.gs_tj span{float:right; font-size:14px; color:#666;}
.cpbg img{ width:100%;}

@media screen and (max-width:1300px) and (min-width:1200px) {
.pro_m ul li:hover .pro_tlt1 .tit{ width:76%!important;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.pro_m ul li:hover .pro_tlt1 .tit{ width:75%!important;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.lyNyPro_left{ width:100%;}
.lyNyPro_left .cp_type .bd{ display:none;}
.lyNyPro_left .cp_type .bd ul li p a{ width:90%;}
.lyNyPro_left .cp_type .bd ul li p span{ width:10%;}
.lyNyPro_left .cp_type .hd{ height:30px;background: #fd5b42 url(../images/down.png) 97% center no-repeat;padding: 10px 20px;text-align: left;}
.lyNyPro_left .cp_type .hd.on { background:#fd5b42 url(../images/up.png) 96.8% center no-repeat;}
.lyNyPro_left .cp_type .hd p{line-height:30px;font-size:20px;float:left; padding-right:10px;}
.lyNyPro_left .cp_type .hd span{line-height:39px;font-size:18px;float:left;}
.lyNyPro_left .cp_type .bd_by{ margin-top:5px;}

.pro .pro_m {width: 100%;}
.pro_m ul li .pro_tlt1 .tit {width: 85%;}
.pro_m ul li:hover .pro_tlt1 .tit {width: 74%;}
}
@media screen and (max-width:767px) {
.ind_pro {padding: 30px 0 20px;}
.pro {margin: 10px 0 10px;}

.lyNyPro_left{ width:100%;}
.lyNyPro_left .cp_type .bd{ display:none;}
.lyNyPro_left .cp_type .bd ul li p a{ width:90%;}
.lyNyPro_left .cp_type .bd ul li p span{ width:10%;}
.lyNyPro_left .cp_type .hd{ height:30px;background: #fd5b42 url(../images/down.png) 97% center no-repeat;padding: 10px 20px;text-align: left;}
.lyNyPro_left .cp_type .hd.on { background:#fd5b42 url(../images/up.png) 96.8% center no-repeat;}
.lyNyPro_left .cp_type .hd p{line-height:30px;font-size:20px;float:left; padding-right:10px;}
.lyNyPro_left .cp_type .hd span{line-height:39px;font-size:18px;float:left;}
.lyNyPro_left .cp_type .bd_by{ margin-top:5px;}

.pro .pro_m {width: 100%;}
.pro_m ul li {width: 100%;margin: 0 0 20px 0;}
.pro_m ul li:hover .pro_tlt1 .tit {width: 78%;}
}
/*首页产品展示*/

/*内页产品展示*/

/*fengye*/


.fy{width:100% !important; float:left;    margin-top: 1rem;}
/*鍒嗛〉鏍峰紡 寮€濮 */
#fengye {text-align: center;margin: 0px auto 0;color: #555;font-size:14px;width:100% !important;}
#fengye a { display: inline-block; padding: 0 10px; background: #eaeaea; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;    margin-bottom: 10px;}
#fengye a:hover { background: #fd5b42; color: #ffffff; }
#fengye a.pnnum1 { background: #fd5b42; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #002f66; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #eaeaea; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}


.ny_pro{ width:100%; margin-top:50px;}


@media screen and (max-width:767px) {
.ny_pro{margin-top:30px;}
.fengye{ font-size:0;margin: 20px auto;}
.fengye a{ font-size:14px; margin:0 2%; height:40px; line-height:40px;}
.fengye .p_input{ display:none;}
.fengye input{display:none;}
}
/*内页产品展示*/



/*内页-产品详情 开始*/

	
.productdetail{width:100%; float:left; background:#fff; padding:80px 0;}	

.conn{color:#555;font-size:14px;line-height:28px; z-index:1; 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:20px;}
.conn .proshow1{position:relative;}
.conn .proshow1 .js-silder{float:left;width:40%;margin-top:0 !important; background:#fff;}
.proshow1 .js-silder .silder-main-img {width:99%;text-align:center;height:480px; position:relative;border: 1px solid #efefef;}
.proshow1 .js-silder .silder-main-img img {max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto;}
.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:15px;}
.proshow1 .prodesc p.bt{font-size:18px;color:#333;}
.conn .proshow1 .prodesc{float:right;width:58%;}
.conn .proshow1 .prodesc p.desc{overflow:hidden;color:#999;background:#f5f5f5;padding: 15px; margin-top:20px;}
.conn .proshow1 .pro_btn{padding-top:20px;overflow:hidden;}
.conn .proshow1 .pro_btn1{display:block;width:30%;margin-right:20px;height:50px;line-height:50px;text-align:center;font-size:16px;color:#fff;background:#adadad;border-radius:2px;float:left;border:1px solid #adadad;}
.conn .proshow1 .pro_btn3{display:block;width:30%;margin-right:20px;height:50px;line-height:50px;text-align:center;font-size:16px;color:#fff;background:#fd5b42;border-radius:2px;float:left;border:1px solid #fd5b42;}
.conn .proshow1 .pro_btn2{display:block;margin-right:0;height:50px;line-height:50px;text-align:center;float:left;}
.conn .proshow1 .pro_btn2 span{ font-size:16px; color:#f60;}
.ppp_22{width:100%; float:left; padding:2%; box-sizing:border-box;}


.productdet .ppp{ margin:10px; line-height:24px;clear: both;}
.productdet .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 #16a847;padding-left: 10px;}


.biaoqian{width:100%; float:left; margin-top:30px;}
.biaoqian span{font-size:16px;}
.biaoqian strong{font-size:14px; color:#333}
.biaoqian strong:hover{color:#fd5b42;}

.cpxq{width:100%; float: left; padding:80px 0; background:#f5f5f5}
.productdetail2{width:72%; float:left; padding:50px 2%; background:#fff; margin-right:2%; box-sizing:border-box;}
.productdetail3{width:100%; float:left; border-bottom:1px solid #f5f5f5;padding-bottom:15px;}
.productdetail3 h2{ font-size:22px; color:#333; border-left:4px solid #fd5b42; padding-left:10px; font-weight:bold; }



@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
.productdetail2{width:100%;}
}
@media screen and (max-width:767px) {


/*产品详情页*/
.productdetail{padding:40px 0;}
.conn .proshow1 .js-silder{width:100%;}
.conn .proshow1 .prodesc{width:100%; margin-top:20px;}
.productdetail2{width:100%;}
.cpflcont{width:100%;}
.conn{ margin-bottom:30px;}
.masg .masgbox{padding: 30px 15px 0px 15px;}
}
@media screen and (max-width:360px) {

}
/*产品详情页结束*/

/*首页公司优势*/
.ind_ys{ width:100%; padding: 80px 0 90px;background:#f7f8fa;background-size: cover;}

.ind_ys .ind_ys_m{ margin-top:30px; float:left;}
.ind_ys .ind_ys_m ul li{ width:19.3%; margin-right:2%; float:left; padding:28px 2%; text-align:center; background-color:#fff;box-shadow: 10px 10px 0 rgba(255,255,255,.2);}
.ind_ys .ind_ys_m ul li:nth-child(4n) {margin-right: 0;}
.ind_ys .ind_ys_m ul li .pic{ display:block; width:100%; height:80px; text-align:center; position:relative;margin-top: 10px;    padding: 30px 0;background: #f7f8fa;}
.ind_ys .ind_ys_m ul li .pic img{ max-height:100%; max-width:100%; vertical-align:middle;position:relative; z-index:9;}
.ind_ys .ind_ys_m ul li .pic em{ width:100%; height:80px; background:url(../images/yin_k01.png) center center no-repeat;line-height:30px;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite; position:absolute;left: 0;}
@keyframes rotate{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);}}
.ind_ys .ind_ys_m ul li p{display:block;font-size:22px; color:#2e3138; font-weight:bolder; line-height:30px; margin:20px 0;}
.ind_ys .ind_ys_m ul li i{ display:block; width:165px; height:1px; border-bottom:1px dashed #dfdfdf; margin:0 auto;}
.ind_ys .ind_ys_m ul li span{ display:block; font-size:14px; color:#999;line-height:25px;margin:20px 0 10px; height:50px; overflow:hidden; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;}

.ind_ys .ind_ys_m ul li:hover{box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)  }


@media screen and (max-width:1079px) and (min-width:768px) {
.ind_ys .ind_ys_m ul li {width: 43.5%; margin: 0 4% 40px 0;}
.ind_ys .ind_ys_m ul li:nth-child(2n) {margin-right: 0;}
.ind_ys .ind_ys_m ul li:nth-last-of-type(-n+2) { margin-bottom: 0;}
0
}
@media screen and (max-width:767px) {
.ind_ys {padding: 20px 0 10px;}


.ind_ys .ind_ys_m {margin-top: 10px;}
.ind_ys .ind_ys_m ul li {width: 93%;margin: 0 0 40px 0;}
.ind_ys .ind_ys_m ul li:nth-child(2n) {margin-right: 0;}
0
}
@media screen and (max-width:360px) {

}
/*首页公司优势*/

/*首页新闻中心*/
.ind_new{ width:100%; padding:80px 0;}
.txtScroll-left{ width:100%; float:left; margin-top:20px; }
		.txtScroll-left .hd{ }
		.txtScroll-left .hd .prev,.txtScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background: url(../images/arrow.png) no-repeat;}
		.txtScroll-left .hd .next{ background-position:0 -50px;  }
		.txtScroll-left .hd .prevStop{ background-position:-60px 0; }
		.txtScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.txtScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
		.txtScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
		.txtScroll-left .hd ul li.on{ background-position:0 0; }
		.txtScroll-left .bd{  width:100%; overflow:hidden;}
		.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.txtScroll-left .bd ul li{  float:left;line-height:24px;  text-align:left; _display:inline; width:50%;  box-sizing:border-box;}
	.txtScroll-left .bd ul li .wz1{width:100%; float:left;padding:10px; box-sizing:border-box;}
	.txtScroll-left .bd ul li .wz1 dt{width:100%; float:left; background:#f5f5f5;padding:20px; box-sizing:border-box;}
	.txtScroll-left .bd ul li .wz1 .wz2{width:30%; float:left; position:relative; height:200px; background:#fff}
	.txtScroll-left .bd ul li .wz1 .wz2 img{height:100%; width:100%; position:absolute; margin: auto; top:0; bottom:0; right:0; left:0;object-fit: cover;}
.txtScroll-left .bd ul li .wz1 .wz3{width:67%; float:right;}
.txtScroll-left .bd ul li .wz1 .wz3 p{ width:100%; float:left; font-size:18px; color:#333;text-overflow:ellipsis ;white-space:nowrap; overflow:hidden; margin-top:25px;}
.txtScroll-left .bd ul li .wz1 .wz3 p:hover{color:#fd5b42;}
.txtScroll-left .bd ul li .wz1 .wz3 span{width:100%; float:left; font-size:14px; color:#666; line-height:25px; margin-top:10px;text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;}

.txtScroll-left .bd ul li .wz1 .wz3 i{width:100%; float:left; font-size:14px; color:#666; margin-top:10px;}



		

@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
.ind_new_m .ind_new_l{ width:96%; margin-right:0;}
.ind_new_m .ind_new_l p{margin: 0 0 20px;}
.ind_new_m .ind_new_l .pic {height: 280px;}

.ind_new_m .ind_new_r {width: 100%;margin-top: 20px;}
.ind_new_m .ind_new_r ul li{ width:100%;}
.ind_new_m .ind_new_r ul li div{margin: 10px 5% 0;}
.ind_new_m .ind_new_r ul li div p{padding: 0 0 5px;}
}
@media screen and (max-width:767px) {
	.txtScroll-left .bd ul li .wz1 .wz2{ width:100%;}
	.txtScroll-left .bd ul li .wz1 .wz3{width:100%;}
.ind_new {padding:30px 0 40px;}


.ind_new_m .ind_new_l{ width:90%; margin-right:0;padding: 20px 5%;}
.ind_new_m .ind_new_l span{padding:0; font-size:14px;}
.ind_new_m .ind_new_l p{margin: 10px 0 20px;}
.ind_new_m .ind_new_l .pic {height: 180px;}

.ind_new_m .ind_new_r {width: 100%;margin-top: 20px;}
.ind_new_m .ind_new_r ul li{ width:100%;}
.ind_new_m .ind_new_r ul li:nth-last-of-type(-n+2) div{border-bottom:1px solid #EAEAEA;}
.ind_new_m .ind_new_r ul li:nth-child(6n) div{border-bottom: 0;}
.ind_new_m .ind_new_r ul li div{margin: 10px 5% 0;}
.ind_new_m .ind_new_r ul li div p{padding: 0 0 5px;}
.ind_new_m .ind_new_r ul li div span{ padding:0;font-size:14px;}
.txtScroll-left .bd ul li .wz1{padding:3px;}
.txtScroll-left .bd ul li .wz1 dt{ padding:5px;}
}


/*首页新闻中心*/

/*内页新闻中心*/

.zy{width:75%;}
.ny_tjxw{ width:100%; background-color:#fff; border:1px solid #eaeaea; padding:10px 2%; margin-bottom:15px;    float: left;box-sizing: border-box;}
.ny_tjxw .new_date{ width:12%; border-right:1px solid #eaeaea; margin:28px 2% 28px 0;text-align:center;padding-right:2%;}
.ny_tjxw .new_date p{ display:block; font-size:20px; color:#999; line-height:40px;}
.ny_tjxw .new_date span{display:block; font-size:42px; font-weight:bolder; color:#333; line-height:50px;}

.ny_tjxw .new_m{ width:68%;margin: 28px 0;}
.ny_tjxw .new_m .tit{ display:block;color:#333; font-size:17px;max-height:30px; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.ny_tjxw .new_m p{color:#999; font-size:14px;height:55px; line-height:25px; margin:10px 0 0 0; overflow:hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}

.ny_tjxw .pic{ display:inline-block; width:15%; height:137px; text-align:center; overflow:hidden;}
.ny_tjxw .pic img{height:100%; width:100%; object-fit: cover;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}


.ny_tjxw .new_m .tit:hover{ color:#fd5b42;}
.ny_tjxw:hover .pic img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ny_tjxw .new_date span{ font-size:38px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.ny_tjxw .new_date span{ font-size:27px;}
.ny_tjxw .new_m{width: 62%;}

.ny_tjxw .pic{ width:25%;}
}
@media screen and (max-width:767px) {
.ny_tjxw{ width:96%;}
.ny_tjxw .new_date{ display:none;}
.ny_tjxw .new_m{width: 98%;margin: 0 2%;}

.ny_tjxw .pic{ width:100%;    height: 190px;}

}
/*内页新闻中心*/

/*新闻详情页*/
.news_del{ width:100%; float:right;}
.news_del h1{ font-size:25px; color:#333; font-weight:bolder; text-align:center;}
.news_del .fbsj{ display:block;background-color:#f1f1f1; color:#888; text-align:center; height:40px; line-height:40px; margin:20px 0;}
.news_del .news_del_m{ margin-top:10px; border-bottom:1px solid #e0e0e0; color:#777;}
.news_del .news_del_m p{ margin-bottom:10px;}

.nyfengye{ }
.nyfengye p{ color:#888; width:50%;height:30px; line-height:30px; margin:30px 0 0; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.nyfengye p.fr{ text-align:right;}
.nyfengye p a{color:#333; }
.nyfengye p a:hover{ color:#fd5b42;}

@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
.nyfengye{ padding:25px 0;}
.nyfengye p{ width:100%;padding: 7px 0;margin:0 0;}
.nyfengye p.fr{ text-align:left;}
}
@media screen and (max-width:767px) {
.nyfengye{ padding:25px 0;}
.nyfengye p{ width:100%;padding: 7px 0;margin:0 0;}
.nyfengye p.fr{ text-align:left;}
}
/*新闻详情页*/



/*方案详情页*/

.article_ny{width:100%; float:left; background:#fff;padding:80px 0;}
.article_ny2{width:100%; float:left; background:#f5f5f5; padding:30px 0 50px 0;}
.fangan_detail{ padding:0 30px;}
.fangan_detail2{    background: #fff;padding: 30px;box-sizing: border-box;}
.fangan_detail2 p{width:100%; float:left; padding:0px 0 20px 0;}
.fangan_detail2 span{ font-size:14px;color:#666}
.fangan_detail2 .b{width:100%; float:left; padding:10px 0; font-size:14px; color:#666}
.showNav{ width:100%; float:left; font-size:22px; margin-top:20px; margin-bottom:15px;    border-bottom: 1px solid #f5f5f5;padding-bottom: 15px;}
.showNav a{font-size:22px;    border-left: 4px solid #fd5b42;  padding-left: 10px;font-weight: bold;}

.products_xg{width:100%; float:left; padding:0 10px; box-sizing:border-box;}
.products_xg ul li{width:25%; float:left; padding:0.5%; box-sizing:border-box;}
.products_xg ul li dt{width:100%; float:left;    box-sizing: border-box;padding:5%; background:#fff;}
.products_xg ul li dt p{height:200px; position:relative; background:#f4f4f4;}
.products_xg ul li dt p img{max-height:100%; max-width:100%; top:0; bottom:0; right:0; left:0; margin:auto; position:absolute;}
.products_xg ul li dt h2{font-size:16px; color:#333; padding:10px 0;text-overflow:ellipsis ;white-space:nowrap; width:100%; float:left; overflow:hidden;}
.products_xg ul li dt i.i_1{font-size:14px; color:#666;}


@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
.fangan_detail {padding:0 15px;}
.products_xg ul li{width:50%;}	
}
@media screen and (max-width:767px) {
	.fangan_detail {padding:0 15px;}
.article_ny{padding:40px 0;}
.products_xg ul li{width:50%;}
}
/*方案详情页*/



/*内页-在线留言 开始*/




.masg{ overflow:hidden; float:left; width:100%;}
.title h1.masgico{background: url(../images/masgico.png) no-repeat left center;}
.masg .masgbox{ width:100%; float:left; padding:30px 0; overflow:hidden;}
.masg .masgbox h1{ width:100%;line-height: 36px; font-size:25px;color:#333;font-weight: bolder;margin-bottom: 25px;}

.zxlycontable tr{width:50%; float:left;}
 .zxlycontable td { width:100%;height:50px;font-size: 14px;padding-right: 10px;float: left; margin-bottom:20px; box-sizing:border-box;}
.inputtext {height: 50px;width: 100%;border: 1px solid #C6CBC5;line-height: 50px; font-size: 12px; text-indent:1em;}
.inputyzn {width:150px;height: 50px;line-height:50px;border: 1px solid #C6CBC5; text-indent:1em;}
input{outline: none;}
.msgico1{ background:url(../images/tishiico.png) no-repeat left center;height: 42px; line-height:42px; text-indent:24px; display:block; color:#838383; width:400px; overflow:hidden;}
.msgico2{ background:url(../images/cuowuico.png) no-repeat left center;height: 42px; line-height:42px; text-indent:24px; display:block; color:#838383; width:400px; overflow:hidden;}
.hide{display:none}
#ProMsg {width:262px;border: 1px solid #C6C6C6;font-size: 12px;color: #858585;}

.msg_btn { width:100%; overflow: hidden; margin: 0; padding: 0; float: left;}
.msg_btn input { display: block; width:20%; height:50px; 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;cursor:pointer}
.msg_btn .tj{background:#fd5b42;color: #fff;border: 1px solid #fd5b42;}
.wxts{width:100%; float:left; margin-top:40px;}
.wxts h2{ font-size:20px; color:#F93; font-weight:bold; width:100%; float:left; margin-bottom:20px;}
.wxts p{font-size:14px; color:#666; line-height:30px;}









@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {

}
@media screen and (max-width:767px) {
/*留言页*/

.zxlycontable tr{width:100%;}
.msg_btn input{width:40%;}
}


/*内页-在线留言 结束*/

/*内页联系我们*/
.ny_con{ border-bottom: 24px solid #fd5b42; height:auto;border-radius: 20px; padding:0 0 10px 0; -webkit-box-shadow: #ccc 1px 0px 10px 1px;-moz-box-shadow: #ccc 1px 0px 10px 1px;box-shadow: #ccc 1px 0px 10px 1px; overflow:hidden; width:74%; float:right;}
.ny_con .con_m{ background-color:#fff;}
.ny_con .con_m .con_tit{ width:100%; text-align:center; font-size:27px; color:#808080; padding:25px 0;}
.ny_con .con_m .con_del{ padding:20px 0;}
.con_del ul li{ width:20.9%; float:left; border-right:1px solid #e0e0e0; text-align:center;color:#888;padding: 25px 2%;}
.con_del ul li:nth-child(4n){ border:0;}
.con_del ul li em{ display:block; padding:10px 0;}
.con_del ul li p{ font-size:20px;padding:10px 0;}
.con_del ul li span{ font-size:16px;max-height:45px; overflow:hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;margin: 0 auto;padding: 0;word-break: break-all;}

.lx_dz { width:97%; overflow:hidden; margin:50px auto 0; padding:1%;border:1px solid #d9d9d9;font-size: 14px;margin-bottom:40px;}
.lx_dz .dz_map { width:100%; overflow:hidden;height:400px;margin:0 auto;}

@media screen and (max-width:1300px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
	.ny_con{width:100%; float:left;}
.con_del ul li{ width:45.9%; margin-bottom:20px;}
.con_del ul li:nth-child(2n){ border:0;}
}
@media screen and (max-width:767px) {
		.ny_con{width:100%; float:left;}
.ny_con .con_m .con_tit{ width:94%;font-size:25px; padding: 45px 3% 0;}
.con_del ul li{ width:96%; padding: 0 2% 25px;}
.con_del ul li:nth-child(n){ border:0;}
.con_del ul li p{ font-size:22px;}
.con_del ul li span{ max-height:60px; font-size:20px;}
}
/*内页联系我们*/




/*下载详情*/
.xzxq{width:100%; float:left; background:#f7f8fa;}
.downdetail{width:74%; float:right;}
.downdetail h1{font-size:28px; color:#333; width:100%; text-align:center; font-weight:bold;}
.downdetail span{width:100%; float:left; text-align:center; font-size:14px; color:#CCC; margin-top:10px; padding-bottom:20px;}
.zlxz{cursor: pointer;width: 164px;height: 42px;line-height: 42px;
background: #2570c3 url(../images/down22.png) 30px 50% no-repeat;color: #fff;border: 0px;font-size: 16px;font-weight: bold;  display: block;text-align: center;}

.downdtxt{overflow:hidden;margin:10px auto 0; width:100%;}
.downdtxt li{    width: 100%;float: left;border-bottom: 2px solid #fff;}
.downdtxt li div{float:left; width:50%;}
.downdtxt li.two{}
.downdtxt li p{float:left;font-size:14px;color:#555;line-height:52px;width:29%;margin:0;padding:0; background:#e0e0e0; text-align:center;border-left: 2px solid #fff;border-right: 2px solid #fff;}
.downdtxt li span{display:block;float:left;font-size:14px;color:#999;line-height:52px;width:70%;margin:0;padding:0;border-left:0;border-bottom:0;
    background: #f5f5f5; text-align:center;}
.downdtxt .down_btn a{line-height:24px;background:#fd5b42;color:#fff;font-size:12px;text-align:center;text-decoration:none;border-radius:2px;text-indent:0;padding: 5px 58px;display: block;    margin: 9px 9px;}

.newsdtxt{width:100%; float:left; margin-top:20px;}




@media screen and (max-width:1300px) and (min-width:1200px) {

.downdtxt .down_btn a{margin: 9px 50px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {

.downdtxt .down_btn a{margin: 9px 50px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {

.downdtxt .down_btn a{margin: 9px 50px;}
.downdtxt li div{ width:100%;    border-bottom: 2px solid #fff;}
.downdtxt li{border-bottom: none;}


}
@media screen and (max-width:767px) {


.downdtxt li div{ width:100%;    border-bottom: 2px solid #fff;}
.downdtxt .down_btn a{margin: 9px 10px;}
.downdtxt li{border-bottom: none;}

}

/*资料下载*/

/*底部*/
.foot{ width:100%; background: #232323; color:#fff; padding:30px 0; float:left;}

.foot_top{ padding:30px 0;}
.foot_top .foot1{ width:25%; margin-right:2%;}
.foot_top .foot1 dl{ width:48%; margin-right:2%;max-height: 180px;overflow: hidden; }
.foot_top .foot1 dl dt{ font-size:12px; color:#666; margin-bottom:30px;padding-left: 20px;}
.foot_top .foot1 dl dt em{ font-size:16px; color:#fff;margin-right: 3%;}
.foot_top .foot1 dl dd{ margin:0;padding-left: 15px;}
.foot_top .foot1 dl dd i{display:inline-block; width:5px; height:1px; background-color:#aaa; margin:0 9% 5px 0;}
.foot_top .foot1 dl dd a{ display:inline-block; font-size:14px; color:#aaa; line-height:30px; text-align:left;}
.foot_top .foot1 dl dd a:hover{color:#fff; }
.foot_top .foot2{ width:28%; margin-right:2%;}
.foot_top .foot2 .top{ width:100%; height:auto;_background:url(../images/footline.jpg) bottom center no-repeat;border-bottom: 1px solid #3f3f3f;}
.foot_top .foot2 .top .con{ width:100%;}
.foot_top .foot2 .top .con p{ font-size:15px; color:#fff;}
.foot_top .foot2 .top .con span{font-size:30px; font-weight:bolder; color:#dedfe1; margin:0;}
.foot_top .foot2 .top .pic{ width:26%;}
.foot_top .foot2 span { display:block;font-size:15px; color:#aaa; margin:20px 0; }
.foot_top .foot2 .ico1{background:url(../images/dlx.png) left center no-repeat; padding-left:7%;}
.foot_top .foot2 .ico2{background:url(../images/demil.png) left center no-repeat;padding-left:7%;}
.foot_top .foot2 .ico3{background:url(../images/dmap.png) left center no-repeat;padding-left:7%;}
.foot_top .foot3{ width:9.3%; text-align:center;}
.foot_top .foot3 img{ width:130px; height:100%;}
.foot_top .foot3 p{font-size:14px; color:#aaa; line-height:50px;}

.foot_middle{background:url(../images/link.png) center center repeat;_background-size: cover;margin-bottom:30px;min-height: 70px;padding: 5px 1% 10px;color: #5c5a5a;}
.foot_middle .link{ font-size:14px; color:#5b5b50; line-height:20px;width: 64px;display: block;float: left;padding: 10px 20px 10px 50px;background:url(../images/link2.png) left center no-repeat;}
.foot_middle .link p{ display:block;font-size:16px; color:#fff; line-height:30px;}
.foot_middle a{ display:inline-block;font-size:14px; color:#aaa; line-height:30px;margin: 5px 10px 0 0;}
.foot_middle a:hover{color:#fff; }

.foot_bot{ line-height:30px;}
.foot_bot p{font-size:14px; color:#aaa;}
.foot_bot p a{ display:inline-block;font-size:14px; color:#aaa;line-height:30px;}
.foot_bot p a:hover{color:#fff; }

@media screen and (max-width:1300px) and (min-width:1200px) {
.foot_top .foot2 .top .con span {font-size: 27px;}
.foot_top .foot2 .ico1{padding-left:10%;}
.foot_top .foot2 .ico2{padding-left:10%;}
.foot_top .foot2 .ico3{padding-left:10%;}

.foot_top .foot3{ width:11.3%;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.foot_top .foot2 .top .con span {font-size: 24px;}
.foot_top .foot2 .ico1{padding-left:10%;}
.foot_top .foot2 .ico2{padding-left:10%;}
.foot_top .foot2 .ico3{padding-left:10%;}

.foot_top .foot3{ width:13%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.foot_top .foot1 {width: 100%;margin: 0 0 20px 0;padding-left: 7%;}

.foot_top .foot2 {width: 48%;padding-left: 7%;}
.foot_top .foot2 .top .con span {font-size: 29px;}
.foot_top .foot2 .ico1{padding-left:10%;}
.foot_top .foot2 .ico2{padding-left:10%;}
.foot_top .foot2 .ico3{padding-left:10%;}

.foot_top .foot3{ width:33.3%;padding-top: 25px;}
}
@media screen and (max-width:767px) {
.foot {padding: 10px 0 30px;}
.foot_top {padding: 30px 0 10px;}
.foot_top .foot1 { display:none;}

.foot_top .foot2 {width: 100%;}
.foot_top .foot2 .top .con span {font-size: 28px;}
.foot_top .foot2 .ico1{padding-left:7%;}
.foot_top .foot2 .ico2{padding-left:7%;}
.foot_top .foot2 .ico3{padding-left:7%;}

.foot_top .foot3{ width:100%;padding-top: 10px;}

.foot_middle {margin-bottom: 10px;}
.foot_bot p{ width:100%;}
}
/*底部*/


