
@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 1300px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover { text-decoration:none; color:#ce0020; }
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
.clear{clear:both; height:0; line-height:0; font-size:0;}
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

.container{width:1300px;margin:0 auto;}


.search-pagination{ text-align:center;width:100%;}
.pagination {
   text-align:center;width:100%;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline-block;    float: none;}
.pagination > li > a,
.pagination > li > span {
    position: relative;word-break: keep-all;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #ce0020;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ce0020;
    border-color: #ce0020;
    cursor: default; }.factory1 ul li a{ display:block}


@media(max-width: 767px){
	body{ max-width: 640px; min-width: 320px; margin: 0 auto; }
	.container{ width: 100%;}
	.padding-10{padding: 0 10px;}
	.hidden-xs{ display: none !important;}
}






/* 头部 */
.top {position: relative; line-height: 40px; background: #f5f5f5; width: 100%;  height: 40px;}
.top .top_l { float: left; font-size: 14px; color: #999; }
.top .top_r { float: right;  }
.top .top_r span a { color: #999; font-size: 14px; padding-right:10px; padding-left: 10px; border-right: 2px solid #bbb;  }
.top .top_r span:last-child a { padding-right: 0px; border-right: none; }

.top_desc { overflow: hidden;  display: block; padding:30px 0; width: 100%; }
.top_desc .top_desc_l { float: left; overflow: hidden; }
.top_desc .top_desc_l .logo { float: left; display: block;  position: relative; width: 100px; }
.top_desc .top_desc_l .logo:after { display: block; position: absolute; content: ''; top: 10%; bottom: 5%; right: 5px; width: 1px; background: #ddd; }
.top_desc .top_desc_l .logo img { max-width: 80%; display: block;  }
.top_desc .top_desc_l .top_desc_list { float: left; overflow: hidden; margin-left: 14px;  margin-top: 8px;}
.top_desc .top_desc_l .top_desc_list h1 { font-size: 22px; font-weight: bold; color: #333333; }
.top_desc .top_desc_l .top_desc_list h3 { font-size: 23px; font-weight: bold; color: #333333; }

.top_desc .top_desc_l .top_desc_list p { font-size: 16px; color: #666666;  line-height: 1.8;}
.top_desc .top_desc_r { float: right; padding-left: 60px; }
.top_desc .top_desc_r dt { font-size: 14px; color: #333333;  }
.top_desc .top_desc_r dd { font-size: 20px; color: #333333; font-weight: bold; text-align: left; }

@media(max-width: 1300px) {
	.top_desc .top_desc_r { padding-right: 30px; }
}

.ico_img { display: flex; float: right; margin-right: 25px; height: 71px; align-items: center; }
.ico_img img {     display: inline-block;text-align: center;padding-left: 15px; max-width: 100%; }
.ico_img .list { font-size:20px; color: #ce0020; font-weight: bold; display: block; line-height: 1.8; }
.ico_img .img { margin-left: 15px; }
/*PC导航条*/
.pc_nav { height: 60px; display: block; width: 100%;  background: #ce0020;}
.pc_nav .nav_list { overflow: hidden; }
.pc_nav .nav_list ul { float: left; }
.pc_nav .nav_list ul li { float: left; text-align: center; line-height:60px;  }
.pc_nav .nav_list ul li a { padding:0 32px; display: block;font-size: 16px; color: #fff; position: relative; z-index: 2; }
.pc_nav .nav_list ul li.cur a,.pc_nav .nav_list ul li:hover a { background: #b50d27; color: #fff; }
.pc_nav .nav_list ul li a::after { position: absolute; content: '|'; font-size: 16px; color: #cccccc; top: 50%; transform: translateY(-50%); right: -2px;}
.pc_nav .nav_list ul li:last-child a::after { display: none; }


/*轮播图*/
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:25px;font-size:0;}
#banner .swiper-pagination-bullet{width:40px;height:6px;background:#999;opacity:1;border-radius: unset;}
#banner .swiper-pagination-bullet-active{background:#fff;}
#banner .swiper-button-prev{left:-10px; width: 50px; height: 100px; background: url(../images/banjt.png)no-repeat center rgba(0,0,0,0.5);border-top-right-radius:100px; border-bottom-right-radius:100px; display: block;}
#banner .swiper-button-prev:hover { background: url(../images/banjt.png)no-repeat center rgba(1,134,233,0.8); }
#banner .swiper-button-next{right:-10px; width: 50px; height: 100px; background: url(../images/banjt_1.png)no-repeat center rgba(0,0,0,0.5);border-top-left-radius:100px; border-bottom-left-radius:100px; display: block;}
#banner .swiper-button-next:hover { background: url(../images/banjt_1.png)no-repeat center rgba(1,134,233,0.8); }


/*搜索*/
.search{background:#fff;  border-bottom: 1px solid #d5d5d5; overflow: hidden;}
.search .gjc{overflow:hidden; float:left; height:66px; line-height:66px; font-size:14px;color: #666;padding-left:35px;background:url(../images/search_hot.png) no-repeat left;}
.search .gjc span { font-size: 14px; color: #ce0020; }
.search .gjc a{font-size:14px;color: #666;}
.search .gjc a:hover{color: #ce0020;}
.search .sc{ float:right; }
.search .sc form{overflow:hidden;position:relative;}
.search .sc .tt{ float:left; width:304px; height:65px; line-height:65px; background:none;  font-size:14px; color:#999; outline:none; border-left: 1px solid #d5d5d5; padding-left: 20px;}
.search .sc .s_bt{position:absolute;right:0;top:0;width:66px;height:66px;background: url(../images/search_bg.png) no-repeat center; color:#fff; text-decoration:none; background-color:#ce0020;font-size:14px;cursor:pointer;}

/*通用标题*/
.title { display: block; position: relative; text-align: center; }
.title h3 { font-size: 36px; font-weight: bold; color: #333333; position: relative; z-index: 9; }
.title h3 em { color: #ce0020; font-weight: bold; }
.title span { position: absolute; left: 50%; transform: translateX(-50%); top: -20px; z-index: 1; opacity: 0.1; font-size: 52px; font-weight: bold; color: #000; text-transform: uppercase; width: 100%; }
.title p { line-height: 2; font-size: 16px; color: #666666; position: relative; z-index: 9; }


/*产品中心*/
.product { padding:50px 0; }
.product .pro_box { display: block; overflow: hidden; margin-top: 45px; }
.product .pro_box .hd { display: block; overflow: hidden; margin-bottom: 36px;}
.product .pro_box .hd ul { display: block; height: 110px; text-align: center; font-size: 0;}
.product .pro_box .hd ul li { width: 290px; margin-right: 25px; position: relative;background: #f5f5f5; display: inline-block;}
.product .pro_box .hd ul li:last-child { margin-right: 0; }
.product .pro_box .hd ul li a { display: flex;  overflow: hidden; padding:10px; align-items: center; position: relative; }
.product .pro_box .hd ul li a::after { left: 0; width: 0; height: 100%; position: absolute; content: ''; background: #ce0020; z-index: 0; display: block; transition:all 0.5s;}
.product .pro_box .hd ul li.cur a::after,.product .pro_box .hd ul li:hover a::after { width: 100%;  }
.product .pro_box .hd ul li a dt { float: left; width: 115px; display: block; position: relative;z-index: 1;}
.product .pro_box .hd ul li a dt img { max-width: 100%; display: block; }
.product .pro_box .hd ul li a .desc { display: block;  padding-left: 15px; position: relative;z-index: 1;text-align: left; }
.product .pro_box .hd ul li a .desc p { font-size: 17px; color: #454545; font-weight: bold; }
.product .pro_box .hd ul li a .desc span { font-size: 12px; color: #999999; text-transform: uppercase;  display: block; line-height: 2;}
.product .pro_box .hd ul li.cur a .desc p,.product .pro_box .hd ul li:hover a .desc p { color: #fff; }
.product .pro_box .hd ul li.cur a .desc span,.product .pro_box .hd ul li:hover a .desc span { color: #fff; opacity: 0.8; }

.product .pro_box .bd { display: block; overflow: hidden; }
.product .pro_box .bd ul { display: block; overflow: hidden;   white-space:normal; word-wrap : break-word;}
.product .pro_box .bd ul li { float: left; width: 306px; margin-right: 25px; margin-bottom: 25px;}
.product .pro_box .bd ul li:nth-child(4n){ margin-right: 0; } 
.product .pro_box .bd ul li a { display: block; background: #f4f4f4; border:1px solid #eeeeee; }
.product .pro_box .bd ul li a dt { display: block; padding:19px; }
.product .pro_box .bd ul li a img { width: 100%; display: block; }
.product .pro_box .bd ul li a .desc { display: block; padding-left: 19px; padding-right: 18px; padding-top: 5px; padding-bottom: 25px; overflow: hidden; position: relative;  }
.product .pro_box .bd ul li a .desc::after  { display: block; position: absolute; content: ''; left: 0; bottom: 48px; width: 77%; height: 1px; background: #dfdfdf; }
.product .pro_box .bd ul li a .desc .t { float: left; }
.product .pro_box .bd ul li a .desc .t p { font-size: 14px; color: #333333; display: block; position: relative; padding-left: 17px; max-width: 190px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.product .pro_box .bd ul li a .desc .t p::after { display: block; position: absolute; content: ''; width: 7px; height: 7px; background: #aaaaaa; top: 50%; transform: translateY(-50%); left: 0; }
.product .pro_box .bd ul li a .desc .t span { font-size: 14px; color: #666666; display: block; text-transform: uppercase; margin-top:12px;}
.product .pro_box .bd ul li a .desc .more { float: right; width: 50px; height: 50px; border-radius: 100%; background: #fff;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05); }
.product .pro_box .bd ul li a .desc .more em { width: 32px; height: 32px; display: block; font-size: 24px; color: #222222; background: #f4f4f4; border-radius: 100%; text-align: center; font-weight: 100; }
.product .pro_box .bd ul li:hover a { background: #ce0020; border:1px solid #ce0020; }
.product .pro_box .bd ul li:hover a .desc .t p { color: #fff; }
.product .pro_box .bd ul li:hover a .desc .t p::after { background: #fff; }
.product .pro_box .bd ul li:hover a .desc .t span { color: #fff; }
.product .pro_box .bd ul li:hover a .desc .more em { background:  #ce0020; color: #fff; }
.product .pro_box .bd ul li:hover a .desc::after { width: 79%; }

/*解决方案*/
.case { display: block; background-repeat: no-repeat; background-position:center; padding:60px 0 80px 0;  }
.case .title span { color: #ffffff; opacity: 0.8; }
.case .case_slideTxtBox { display: block; overflow: hidden; margin-top:50px; position: relative; height: 490px;}
.case .case_slideTxtBox .hd ul { display: block;  }
.case .case_slideTxtBox .hd ul li { display: block; width: 285px; height: 85px; z-index: 10;}
.case .case_slideTxtBox .hd ul li a { background: #0d5a94; padding-left: 15px; height: 100%; }
.case .case_slideTxtBox .hd ul li a em { display: block;float: left;width: 35px;height: 35px;line-height: 0;overflow: hidden; }
.case .case_slideTxtBox .hd ul li a em img { float: left;width: 35px;height: 70px;-webkit-transition: .5s;-moz-transition: .5s;transition: .5s; margin-top: 3px;margin-top: -35px;}
.case .case_slideTxtBox .hd ul li a .desc{ display: block; float: left; margin-left: 15px; }
.case .case_slideTxtBox .hd ul li a .desc h3 { font-size: 17px; color: rgba(255, 255, 255, .9); display: block;  }
.case .case_slideTxtBox .hd ul li a .desc p { font-size: 12px; color: rgba(255, 255, 255, .5); text-transform: uppercase; display: block; line-height: 2; }
.case .case_slideTxtBox .hd ul li:nth-child(-n+5) { position: absolute; left: 0; top: 0; }
.case .case_slideTxtBox .hd ul li:nth-child(n+5) { position: absolute; right: 0; top: 0; }
.case .case_slideTxtBox .hd ul li:nth-child(2),.case .case_slideTxtBox .hd ul li:nth-child(7) { top: 101px; }
.case .case_slideTxtBox .hd ul li:nth-child(3),.case .case_slideTxtBox .hd ul li:nth-child(8) { top: 203px; }
.case .case_slideTxtBox .hd ul li:nth-child(4),.case .case_slideTxtBox .hd ul li:nth-child(9) { top: 304px; }
.case .case_slideTxtBox .hd ul li:nth-child(5),.case .case_slideTxtBox .hd ul li:nth-child(10) { top: 405px; }
.case .case_slideTxtBox .bd ul{ display: block; padding-left: 300px; padding-right: 300px; margin:0 auto; }
.case .case_slideTxtBox .bd ul a { display: block; overflow: hidden; position: relative;}
.case .case_slideTxtBox .bd ul a dt { display: block; overflow: hidden; }
.case .case_slideTxtBox .bd ul a dt img { max-width: 100%;  display: block; }
.case .case_slideTxtBox .bd ul a .desc { display: block; position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; height: 18.5%; background: rgba(0,0,0,0.75); padding:25px 30px; }
.case .case_slideTxtBox .bd ul a .desc .t { font-size: 18px; color: #fff; font-weight: bold; }
.case .case_slideTxtBox .bd ul a .desc .list { display: block; font-size: 14px; color: #fff; opacity: 0.75; line-height: 1.6; margin-top: 5px; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.case .case_slideTxtBox .hd ul li.cur a { background: #ce0020;}
/*.case .case_slideTxtBox .hd ul li.cur a em img { margin-top: -35px;}*/
.case .case_slideTxtBox .hd ul li.cur a h3 { color: #fff; font-weight: bold; }
.case .case_slideTxtBox .hd ul li.cur a p { color: #fff; opacity: 0.6; }

@media(max-width: 1300px) {
	/*.case .case_slideTxtBox { width: 95%; }*/
}

/*痛点*/
.qa { display: block; background: url(../images/qa_bg.jpg)no-repeat center; padding:60px 0 75px 0; }
.qa .title h3 { color: #fff; }
.qa .title p{ color: #fff; }
.qa .title span { color: #ffffff; opacity: 0.1; }
.qa .qa_box { display: flex; margin-top: 35px; }
.qa .qa_box li { flex: 1; margin-right: 25px; }
.qa .qa_box li:last-child { margin-right: 0; }
.qa .qa_box li dt {  text-align: center; width: 99px; height: 100px; background: url(../images/qa_ico1.png)no-repeat center; margin:0 auto; margin-bottom: -48px; position: relative;}
.qa .qa_box li dt em { overflow: hidden; width: 40px; height: 40px; display: block;}
.qa .qa_box li dt em img { width: 40px; height: 80px; transition: all 0.5s; }
.qa .qa_box li:hover dt em img { margin-top: -40px; } 
.qa .qa_box li .desc { background: #fff; display: block; overflow: hidden; border-radius: 10px; text-align: center; padding: 63px 22px 35px; }
.qa .qa_box li .desc p { font-size: 22px; font-weight: bold; color: #454545; line-height: 2; display: block; }
.qa .qa_box li:hover .desc p { color: #ce0020; }
.qa .qa_box li:hover dt { background: url(../images/qa_ico1_on.png)no-repeat center;}



/*公司优势*/
.yous{background: url(../images/ys_bg.gif) no-repeat center 0;height: 2250px;overflow: hidden;padding: 90px 0 0;}
.yous dl{position: relative;}
.yous dl dt{overflow: hidden;position: absolute;top: 0;}
.yous dl dd{width: 500px;float: left;}
.yous dl dd h5{height: 160px;border-bottom: #d2d2d2 1px solid;font-size: 28px;color: #007fcc;line-height: 40px;background-image: url(../images/ys_ico01.png);background-repeat: no-repeat; font-weight: bold; background-position: right;}
.yous dl dd h5 i{display: block;font-size: 18px;color: #444;font-weight: normal; font-style: normal;}
.yous dl dd h5 em{display: block;width: 100px;height: 50px;line-height: 0;padding-bottom: 10px;}
.yous dl dd h5 img{ max-width: 100%; display: block; }
.yous dl dd:hover h5 em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.yous dl dd p{font-size: 15px;color: #666666;line-height: 28px;background: url(../images/ys_ico02.png) no-repeat 0 40px;padding: 30px 0 0 15px;}
.yous dl dd span{display: block;}
.yous .ys_dl01{height: 508px;margin-top: 59px;}
.yous .ys_dl01 dt{width: 1005px;height: 508px;left: 50%;margin-left: -45px;}
.yous .ys_dl01 dt img{width: 1005px;height: 508px;}
.yous .ys_dl01 dd{padding: 45px 0 0 50px;}
.yous .ys_dl01 dd h5{background-position: right 70px;}
.yous .ys_dl02{height: 508px;}
.yous .ys_dl02 dt{width: 915px;height: 508px;right: 50%;margin-right: 45px;}
.yous .ys_dl02 dt img{width: 915px;height: 508px;}
.yous .ys_dl02 dd{padding: 88px 0 0 660px;}
.yous .ys_dl02 dd h5,.yous .ys_dl03 dd h5,.yous .ys_dl04 dd h5{background-position: 430px 64px;}
.yous .ys_dl03{height: 508px;}
.yous .ys_dl03 dt{width: 1004px;height: 508px;left: 50%;margin-left: -45px;}
.yous .ys_dl03 dt img{width: 1004px;height: 508px;}
.yous .ys_dl03 dd{padding: 70px 0 0 50px;}
.yous .ys_dl04{height: 508px;}
.yous .ys_dl04 dt{width: 915px;height: 508px;right: 50%;margin-right: 45px;}
.yous .ys_dl04 dt img{width: 915px;height: 508px;}
.yous .ys_dl04 dd{padding: 75px 0 0 660px;}

/**/
@-webkit-keyframes hvr-buzz-out {
  10% {-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
  20% {-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
  30% {-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
  40% {-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
  50% {-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
  60% {-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
  70% {-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
  80% {-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
  90% {-webkit-transform: translateX(1px) rotate(0);transform: translateX(1px) rotate(0);}
  100% {-webkit-transform: translateX(-1px) rotate(0);transform: translateX(-1px) rotate(0);}
}
@keyframes hvr-buzz-out {
  10% {-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
  20% {-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
  30% {-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
  40% {-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
  50% {-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
  60% {-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
  70% {-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
  80% {-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
  90% {-webkit-transform: translateX(1px) rotate(0);transform: translateX(1px) rotate(0);}
  100% {-webkit-transform: translateX(-1px) rotate(0);transform: translateX(-1px) rotate(0);}
}


/*服务流程*/
.process{ height:370px; background:url(../images/service_bg.jpg) no-repeat center; padding-top:50px;}
.process .title h3 { color: #fff; }
.process .title p { color: #fff; opacity: 0.7; }
.process .title span { color: #fff; }
.pctitl{ text-align:center; font-size:18px; font-weight:lighter; color:#fff;}
.pctitl span{ display:block; font-size:36px; margin:0 0 5px 0;}
.pcul{ margin:50px auto 0 auto; position:relative; padding:0px 4px;}
.pcul li { float:left; text-align:center; color:#fff; font-size:18px; font-weight:lighter; width:150px; font-weight: 500;}
.pcul li p:nth-child(1){ height:70px;}
.pcul li p span{ display:block; text-transform:uppercase; font-size:12px; margin:5px 0 0 0;}
.pcul li p:nth-child(3){ font-size:16px; margin-top:40px;}
.pcul:after{ content:''; display:block; width:1278px; position:absolute; height:36px; left:0px; right:0px; margin:0 auto;  bottom:-7px; background:url(../images/service_ico.png) no-repeat 53px center;    }
.pcul li:nth-child(2){ margin-left:37px;}
.pcul li:nth-child(3){ margin-left:37px;}
.pcul li:nth-child(4){ margin-left:36px;}
.pcul li:nth-child(5){ margin-left:37px;}
.pcul li:nth-child(6){ margin-left:35px;}
.pcul li:nth-child(7){ margin-left:36px;}
/*动画效果*/
@keyframes icon-bounce {
	0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
	50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
	75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}
	85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
  0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}

  25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}

  50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}

  75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}

  85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
  0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}

  25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}

  50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}

  75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}

  85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
  0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);transform: rotate(0deg);}

  25% {-moz-transform: rotate(15deg);-ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}

  50% {-moz-transform: rotate(-15deg);-ms-transform: rotate(-15deg);-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}

  75% {-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);}

  85% {-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
.pcul li:hover img{
-webkit-animation: icon-bounce 0.5s alternate;
-moz-animation: icon-bounce 0.5s alternate;
-o-animation: icon-bounce 0.5s alternate;
animation: icon-bounce 0.5s alternate;
}

/*公司简介*/
.about { display: block; overflow: hidden; background: url(../images/about_bg.jpg)no-repeat left bottom; padding-top: 60px;}
.about .about_box { display: flex; overflow: hidden; margin-top: 45px;}
.about .about_box dt { flex: 1; background: #fff; padding-top: 30px;}
.about .about_box dt img { display: block; max-width: 100%; }
.about .about_box .desc { flex: 1; display: block; padding:45px 0  0 30px; }
.about .about_box .desc .t { display: block; margin-bottom: 34px; }
.about .about_box .desc .t h3{ font-size: 24px; color: #333;font-weight: bold; display: block;  }
.about .about_box .desc span { font-size: 12px; color: #666666; text-transform: uppercase;display: block;line-height: 2; }
.about .about_box .desc .list {max-height: 168px; font-size: 16px; color: #787878; display: block; line-height: 1.8;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden; }
.about .about_box .desc a { display: block; width: 190px; height: 48px; border-radius: 40px; background: #ce0020; margin-top: 30px; position: relative; transition: all 0.3s; }
.about .about_box .desc a span { line-height: 48px; display: block; font-size: 16px; color: #ffffff; text-indent: 3rem;transition: all .5s; -webkit-transition: all .5s; }
.about .about_box .desc a i { position: absolute; right: 0; top: 0; width: 48px; height: 48px; background: #333; border-radius: 100%; font-style: normal; font-size: 26px; color: #fff; font-weight: 100; transition: all .5s; -webkit-transition: all .5s;}
.about .about_box .desc a:hover { background: #333333; }
.about .about_box .desc a:hover i { animation: page .5s linear 1 forwards; right: 142px; }
.about .about_box .desc a:hover span { text-indent: 4.5rem; }
@keyframes page{
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);z-index:10;}
}

.fewmimg img{width:120px;height:120px;}
/*企业团队*/
.about_img { display: block;  margin-top: -175px; position: relative;z-index: 10; padding-bottom: 40px; overflow: hidden;}
.about_img .parHd { display: block; overflow: hidden; }
.about_img .parHd ul { display: flex; height: 175px;    justify-content: left;
    padding-left: 50%;}
.about_img .parHd ul li { width: 200px;height: 175px;text-align: center;display: flex;background: rgba(255,255,255,0.1); border-right: 1px solid #5995dc;  }
.about_img .parHd ul li::after {  }
.about_img .parHd ul li a{ display: block; }
.about_img .parHd ul li a dt { display: block; }
.about_img .parHd ul li a dt img { max-width: 100%; display: block; text-align: center; margin:0 auto; }
.about_img .parHd ul li a span { font-size: 18px; color: #fff; display: block; line-height: 2; }
.about_img .parBd { display: block; margin-top: 30px;  overflow: hidden; }
.about_img .parBd li { display: block; float: left; width: 314px; border: 1px solid #dddddd;  margin-right: 12px;}
.about_img .parBd li a { display: block; overflow: hidden; }
.about_img .parBd li a dt { padding:7px; display: block; }
.about_img .parBd li a dt img { display: block; width: 100%; border: 1px solid #eee;}
.about_img .parBd li a span { display: block; text-align: center; font-size: 17px; color: #454545; line-height: 2;margin-bottom: 10px; width: 90%; text-overflow: ellipsis; white-space: nowrap;overflow: hidden;}

.about_img .parHd ul li.cur a span { font-weight: bold; }

/*资讯中心*/
.News{padding:70px 0 60px 0; display: block; overflow: hidden;}
.News .title { text-align: left; }
.News .container{display:flex;justify-content:space-between;}
.News .newleft{margin-right:50px;}
.News .newltit {margin-top:45px;}
.News .newltit h3{color:#333333;font-size:36px;line-height:36px;font-weight:bold;margin-bottom:12px;}
.News .newltit .newft{color:#999999;font-size:16px;display:flex;line-height:16px;}
.News .newltit .newft .zfx{width:6px;height:6px;background:#dddddd;margin:auto 0;margin-left:1px;margin-right:7px;}
.newlisttit{margin-top:35px;}
.newlisttit ul li{line-height: 59px; display: block; width:265px;border-bottom:1px solid #dddddd;}
.newlisttit ul li a{display:flex;font-size:18px;color:#666666;line-height:59px; padding-left: 25px;}
.newlisttit ul li:hover,.newlisttit ul li.on{background:#ce0020;}
.newlisttit ul li:hover a,.newlisttit ul li.on a{color:#ffffff;}
.newlisttit ul li:hover a .newyuan,.newlisttit ul li.on a .newyuan{border:1px solid #ffffff;}
.newlisttit ul li .newyuan{width:12px;height:12px;border:1px solid #9e9e9e;border-radius:50%;margin:auto 0;margin-right:7px;}
.News .newphone{margin-top:35px;}
.News .newphone span{background:url(../images/newdh.png)no-repeat left;padding-left:35px;color:#666666;font-size:16px;line-height:32px;}
.News .newphone h4{color:#ce0020;font-size:32px;line-height:32px;margin-top:7px;font-weight:bold;}
.News .newRignt .newlist-one .newflex{display:flex;}
.News .newRignt .newlist-one .newrshu{border-right:2px solid #e5e5e5;padding-right:27px;position:relative;height:530px;}
.News .newRignt .newlist-one .newrshu:before{content:"";position:absolute;top:0;right:-3px;width:4px;height:120px;background:#ce0020;}
.News .newRignt ul{border-top:1px solid #dddddd;}
.News .newRignt ul li .newrdate{color:#999999;font-size:14px;line-height:14px; margin-bottom:10px;}
.News .newRignt ul li .newrtit h2{color:#454545;font-size:17px; line-height:17px;   display:block;white-space:nowrap; overflow:hidden;  text-overflow:ellipsis;}
.News .newRignt ul li .newrtit p{color:#777777;font-size:14px;line-height:24px; margin:15px 0; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.News .newRignt ul li .newbtn{color:#777777;font-size:14px;line-height:14px; }
.News .newRignt ul li:hover .newbtn { color: #ce0020; }
.News .newRignt ul li {border-bottom:1px solid #dddddd;position:relative;padding:21px 0;}
.News .newRignt ul li:before{content:"";position:absolute;bottom:0;left:0px;width:80px;height:1px;background:#ce0020;}
.News .newRignt ul li:hover .newrtit h2{color:#ce0020; font-weight: bold;}
.News .newRignt ul li:hover:before{width:100%;}
.News .newryou .newtw .newtwimg{width:480px;height:320px;margin-bottom:30px;}
.News .newryou .newtw .newtwimg a img{width:480px;height:320px; border:1px solid #ddd;}
.News .newryou {padding-left:29px;}
.News .newryou .newtw .newrdate{color:#999999;font-size:14px;margin-bottom:18px;line-height:14px;}
.News .newryou .newtw .newtwfont  h4{color:#454545;font-size:17px; line-height:17px;   display:block;white-space:nowrap; overflow:hidden;  text-overflow:ellipsis;}
.News .newryou .newtw .newtwfont p{color:#777777;font-size:14px;line-height:24px; margin:20px 0;         display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}}
.News .newryou .newtw	.newtwbtn{color:#777777;font-size:14px;}
.News .newryou .newtw	{border-bottom:1px solid #dddddd;position:relative;padding-bottom:20px;}
.News .newryou .newtw:before{content:"";position:absolute;bottom:0;left:0px;width:80px;height:1px;background:#ce0020;}
.News .newryou .newtw:hover .newtwfont h4 a{color:#ce0020; font-weight: bold;}
.News .newryou .newtw:hover:before{width:100%;}


/*底部*/

.foot{background: url(../images/fbg.jpg) no-repeat;background-size:100% 100%;padding:50px 0;}
.foot .foot-nav {display:flex;}
.foot .foot-nav dl{margin-right:80px;}
.foot .foot-nav dl dt{margin-bottom:22px;}
.foot .foot-nav dl dt a{background: url(../images/footline.png) no-repeat left;padding-left:25px;font-size:18px;line-height:18px;color:#ffffff;}
.foot .foot-nav dl dd a{display:block;font-size:14px;line-height:14px;color:#ffffff;margin-bottom:20px; text-indent: 1.5em; opacity: 0.7;}
.foot .foot-nav dl dd a:hover{color:#fff; opacity: 1;}
.foot .container{display:flex;justify-content:space-between;}
.foot .footlianx{display:flex;justify-content:space-between;}
.foot .footlfont h4{background: url(../images/footline.png) no-repeat left;padding-left:25px;font-size:18px;line-height:18px;color:#ffffff;margin-bottom:22px;}
.foot .footlfont ul li{margin-bottom:18px;}
.foot .footlfont ul li span{color:#ffffff;font-size:14px;padding-left:24px;}
.foot .footlfont ul li:first-child span{background:url(../images/fphone.png) no-repeat left;}
.foot .footlfont ul li:nth-child(2) span{background:url(../images/fphone.png) no-repeat left;}
.foot .footlfont ul li:last-child span{background:url(../images/fadd.png) no-repeat left;}
.foot .footlfont ul li:first-child p{color:#ffffff;font-size:28px;line-height:28px;font-weight:bold;}
.foot .footlfont ul li p{color:#ffffff;font-size:14px;line-height:14px;margin-top:12px;}
.foot .footewm {margin-left:150px;}
.foot .footewm .fewmimg:first-child{margin-right:42px;}
.foot .footewm .fewmimg p{color:#ffffff;color:14px;margin-top:20px;text-align:center;}
.foot .footewm{display:flex;}
.footer{background:#282828;padding:50px 0 70px 0;position:relative;}
.footer:before {content: '';background: url(../images/fredline.png) no-repeat;background-size: 951px 5px;width: 951px;height: 5px;position: absolute;z-index: 99;top: -5px;right:0;}
.footer:after{content: '';background: url(../images/fblueline.png) no-repeat;background-size: 951px 5px;width: 951px;height: 5px;position: absolute;z-index: 99;top: 0;}
.footer .container{display:flex;}
.footer h2{background:url(../images/fnavico.png)no-repeat;padding-left:34px;font-size:18px;color:#ffffff;margin-bottom:19px;}
.fnav {width:270px;border-right:1px solid #444444;}
.fnav ul {display:flex;  display: -webkit-flex; justify-content: space-between; flex-direction: row;  flex-wrap: wrap;}
.fnav ul  li{width:118px;margin-top:14px;}
.fnav ul  li a{color:#999999;font-size:14px;}
.fnav ul  li:hover a{color:#fff;}
.fcontact{margin-left:60px;}
.fcontact .fflex{display:flex;justify-content:space-between;}
.fcontact .finfo .ffdh{background:url(../images/fphone.png)no-repeat;padding-left:50px;margin-top:14px;}
.fcontact .finfo h3:hover{color:#0168b7;}
.fcontact .finfo p:hover{color:#0168b7;}
.fcontact .finfo .fcz:hover{color:#0168b7;}
.fcontact .finfo .fdz:hover{color:#0168b7;}
.fcontact .finfo h3{color:#ffffff;font-size:14px;margin-bottom:8px;}
.fcontact .finfo p{color:#ffffff;font-size:18px;font-weight:bold;}
.fcontact .finfo p span{margin:0 8px;}
.fcontact .finfo .fcz{color:#ffffff;font-size:14px;margin-top:20px;}
.fcontact .finfo .fdz{color:#ffffff;font-size:14px;margin-top:20px;}
.fkf{margin-top:32px;background:#444444;border-radius:20px;color:#666666;font-size:14px;width:224px;text-align:center;height:48px;line-height:48px;}
.fkf a{color:#666666;}
.fkf:hover a{color:#0168b7;}
.fkf img{margin:14px 16px 11px 20px;}
.fewm {display:flex;margin-left:55px;}
.fewm .fewmimg:first-child{margin-right:50px;}
.fewm .fewmimg img{width:124px;height:124px;}
.fewm .fewmimg p{color:#999999;font-size:14px;margin-top:14px;text-align:center;}
.fewm .fewmimg p:hover{color:#0168b7;}
.fban{background:#333333;padding:23px 0;}
.fban p span{color:#ffffff;font-size:14px;margin-right:10px;}
.fban p span:hover{color:#fff;}
.fban p span:hover a{color:#fff; text-decoration: underline;}
.fban p span a{color:#ffffff;font-size:14px;letter-spacing:0.4px;}
.footer-link{padding:20px 0px 20px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-top:1px solid #dddddd;}
.footer-link .container{display:flex;justify-content:space-between;}
.footer-link span{background:url(../images/footlink.png)no-repeat left;color:#333333;font-size:16px;line-height:32px;padding-left:34px;align-items:center;text-transform:uppercase;}
.footer-link span em{text-transform:uppercase;font-weight:bold;font-family: arial; }
.footer-link a{color:#666666;margin-right:12px;font-size:14px;}
.footer-link a:last-child{margin-right:0;}
.footer-link a:hover{color:#005fcf;}
.fcopy{padding:20px 0;}
.fcopy p{font-size:14px;color:#666;}
.fcopy p a{font-size:14px;color:#666;}
.fcopy p a:hover{color:#005fcf;}
/*底部按钮*/
.m-fbtn{position:fixed;bottom:0;overflow: hidden;z-index: 999;width: 100%;background: #ce0020;text-align: center;display:flex;min-width: 320px;max-width: 640px;}
.m-fbtn a{flex:1;padding:7px 0;color:#fff;}
.m-fbtn a i{font-size:16px;display:block;}
.m-fbtn a span{display:block;line-height:20px;}


/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 1000000;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #ce0020;float: left;position: relative;border-top:1px solid #ddd;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li:hover{ background:#ce0020;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background:#ce0020;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 120px;position:absolute; top:0; left:-121px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/*面包屑*/
.location{width: 100%;height: 45px;border-bottom: 1px solid #eee;}
.location span{display:block;line-height: 45px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;}
.location span a{color: #666;}
.location span a:hover{color: #ce0020;}

/*内页样式*/
.inside{padding:40px 0;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;}

/*内页左侧导航*/
.nynav{width:250px;float:left;}
.nyjc{margin-bottom:20px;}
.nyjc-til{padding:15px;border-radius: 10px 10px 0 0;color:#fff;background: #ce0020;}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 100px;background: #fff;margin:10px 0;}
#sidebar{padding:10px;background: #fff;border: 1px solid #ce0020;}
#sidebar li{margin-top: 10px;}
#sidebar li:first-child{margin-top: 0px;}
#sidebar li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar li.cur a, #sidebar li a:hover{background: #ce0020;color: #fff;}
.nyhotpro{margin-bottom:20px;}
.nyhotpro .bd{overflow:hidden;padding:10px;background: #fff;border: 1px solid #ce0020;}
.nyhotpro .bd ul li{text-align:center;margin-bottom:10px;}
.nyhotpro .bd ul li a{display:block;}
.nyhotpro .bd ul li a img{margin-bottom:10px;width:100%;padding:2px;border:1px solid #ccc;box-sizing:border-box; height:210px;}
.nyhotpro .bd ul li p a{font-size:16px;line-height:30px;background:#ccc;}
.nyhotpro .bd ul li a:hover img{border-color:#ce0020;}
.nycontel-con{padding:10px;background: #fff;border: 1px solid #ce0020;line-height:1.8;}
.nycontel-con img{max-width:100%;height:auto !important;}

/*内页左侧产品导航*/
.nyprojc{margin-bottom:20px;}
.nyprojc-til{background: url(../images/nypronav-bg.jpg) no-repeat center;}
.nyprojc-til a{padding: 25px;display: block;}
.nyprojc-til a p{color: #fff;font-weight: bold;font-size: 22px;line-height: 30px;}
.nyprojc-til a span{color: #fff;display: block;text-transform: capitalize;font-weight: 100;line-height: 20px;font-size: 14px;}
#sidebar1{overflow:hidden;}
#sidebar1 li{position: relative;width: 100%;}
#sidebar1 li::before, #sidebar1 li::after{content: '';display: block;height: 100%;position: absolute;width: 1px;background: #eee;top: 0;z-index:1;}
#sidebar1 li::before{left:0;}
#sidebar1 li::after{right:0;}
#sidebar1 li>a{display: block;line-height: 50px;height: 50px;width: 100%;position: relative;overflow: hidden;background: #fff;}
#sidebar1 li>a::before{content: '';display: block;height: 60px;background: #ce0020;left: -100%;top: 0;position: absolute;width: 100%;z-index: 2;-webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;}
#sidebar1 li>a::after{position: absolute;content: '';background: #eee;width: 100%;height: 1px;bottom: 0;left: 0;z-index: 1;}
#sidebar1 li>a>span{display: block;font-size: 16px;color: #343434;height: 100%;position: relative;z-index: 3;padding: 0 30px;}
#sidebar1 li>a>i{display: block;position: absolute;right: 20px;top: 17px;width: 18px;height: 18px;background: url(../images/nyprolist_cur.png) no-repeat 0 center;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;z-index: 3;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
#sidebar1 li>.nypronav2{padding: 22px 0;background: #eee;display:none;}
#sidebar1 li>.nypronav2>a{display: block;color: #666;line-height: 34px;padding: 0 30px;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;font-size: 13px;}
#sidebar1 li.cur>a::before{left:0;}
#sidebar1 li.cur>a>span{color: #fff;}
#sidebar1 li.cur>a>i{background-position: -27px center;-webkit-transform: rotate(90deg);transform: rotate(90deg);}
#sidebar1 li>.nypronav2>a.cur, #sidebar1 li>.nypronav2>a:hover{color: #ce0020;}
#sidebar1 li:hover>a>span,#sidebar1 li.cur>a>span { background: #ce0020; color: #fff; border-top: 1px solid rgba(255,255,255,0.3);}




/*内页右侧内容*/
.nyshow{width:1010px;float:right;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin-bottom:20px;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #ce0020 solid;color: #ce0020;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#ce0020;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.nyshowdesc img{max-width:100%;height:auto !important;}

/*推荐新闻*/
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #ce0020 solid;color: #ce0020;font-size: 18px;font-weight: bold;background:url(../images/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{width:50%;float:left;font-size: 14px;line-height: 30px;padding: 0 15px;background: url(../images/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:320px;color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#ce0020;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#ce0020;color:#ce0020;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin-bottom:20px;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{max-width:800px;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#ce0020;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyimg-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyimg-div a img{display:block;max-width: 100%;width: 311px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyimg-div a.nyimg-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyimg-div:hover a{border-color:#ce0020;color:#ce0020;}
.nyimg-div:hover a img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showimg-time{text-align:center;}
.showimg-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showimg-time span:last-child{margin-right:0;}
.showimg-img{margin-bottom:15px;text-align:center;}
.showimg-img img{max-width:100%; display: block; border:1px solid #ddd; text-align: center; margin:0 auto;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-weight:bold;}
.showimg-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px; margin:  0 auto;}
.showimg-con  img{max-width:100%;height:auto !important;}

/*新闻列表*/
.nynews-ul{overflow:hidden;}
.nynews-ul li{margin-bottom: 15px;}
.nynews-ul li a{overflow: hidden;display: block;}
.nynews-ul li a dl{overflow: hidden;border: 1px solid #ddd;padding: 15px 10px 18px 22px;width:100%;box-sizing:border-box;}
.nynews-ul li a dl dt{float:left;}
.nynews-ul li a dl dt img{display: block;width: 230px;}
.nynews-ul li a dl dd{float: left;width: 690px;margin-top: 20px;margin-left: 30px;}
.nynews-ul li a dl dd h5{width: 460px;float: left;font-size: 18px;line-height: 32px;font-weight: normal;color: #333;}
.nynews-ul li a dl dd em{height: 30px;line-height: 30px;font-size: 14px;color: #999; float: right;}
.nynews-ul li a dl dd p{line-height: 28px;font-size: 14px;margin-top: 15px;height: 56px;color:#666;float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.nynews-ul li a dl dd span{width: 135px;border: 1px solid #ddd;line-height: 35px;height: 35px;font-size: 16px;color: #666;margin-top: 10px;float: right;display: block;text-align: center;}
.nynews-ul li a:hover dl{border:1px solid #ce0020;}
.nynews-ul li a:hover dl dt{}
.nynews-ul li a:hover dl dd h5{color:#ce0020;}
.nynews-ul li a:hover dl dd span{border: 1px solid #ce0020;background: #ce0020;color: #fff;}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}

/*产品列表*/
.nypro-ul{overflow:hidden;}
.nypro-ul li{width:320px;margin-right:25px;margin-bottom:25px;float:left;}
.nypro-ul li *{transition: 0.3s all ease-in-out;}
.nypro-ul li:nth-child(3n){margin-right:0;}
.nypro-ul li a{display:block;position:relative;}
.nypro-ul li a .nypro-img{overflow:hidden;position:relative;}
.nypro-ul li a .nypro-img img{width:100%;display:block;}
.nypro-ul li a .nypro-img .nypro-hov{position:absolute;top:100%;width:100%;height:100%;opacity:0;background:url(../images/nyproico.png) no-repeat center #ce002047;}
.nypro-ul li a .nypro-txt{border-top: 1px solid #ddd; width: 100%;position: relative;z-index: 4;padding: 10px 0 10px;background: #fff;}
.nypro-ul li a .nypro-txt p{padding: 0 20px;font-size: 16px;line-height: 36px;height: 36px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #444; text-align: center;}
.nypro-ul li a .nypro-txt span{font-size: 13px;display: block;height: 25px;line-height: 25px;padding: 0 20px;color: #777;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.nypro-ul li a:hover .nypro-img .nypro-hov{top: 0;opacity: 1;}
.nypro-ul li a:hover .nypro-txt{background:#fff;}

/*产品详情*/
.nyproshow-top{overflow:hidden;}
.nyproshow-top>dt{padding-bottom: 15px;float:left;width:402px;}

/*bigzoompic*/
#MagnifierWrap2{position: relative;}
.MagnifierMain{position: relative;border:1px solid #ccc;}
.MagnifierMain img{width: 100%;display:block;}
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}
.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(../images/loading.gif) no-repeat center center; }
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width: 344px;height: 74px;overflow: hidden;margin: 10px auto 0;}
.spec-items ul{width: 500%;position: absolute;top: 8px;left: 0;}
.spec-items ul *{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.spec-items li{width: 80px;float: left;overflow: hidden;margin-right: 5px;border: 1px solid #ccc;cursor: pointer;}
.spec-items li.on{border:1px solid #0061ad;}
.spec-items li img{width: 100%;display:block;}
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 20px;height: 70px;line-height: 70px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;}
span.on{background-color: #ccc;color: #999;cursor: pointer;}
span.spe_leftBtn{left: 0;}
span.spe_rightBtn{right: 0;}
.nyproshow-txt{float:left;width: 480px;margin-left: 28px;z-index:1;}
.nyproshow-txt>h1{font-size: 20px;color: #333;border-bottom: 1px dashed #bbbbbb;padding: 2px 0 10px;line-height: 32px;margin-bottom:10px;}

/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#ce0020;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#ce0020;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #ce0020;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details .showpro-det table p {font-size: 14px!important;  line-height: 2!important; font-family: '微软雅黑'!important;  white-space: break-spaces; }
.showpro-details .showpro-det table span { font-size: 14px!important; line-height: 2!important;  font-family: '微软雅黑'!important; white-space: break-spaces;}
.showpro-details .showpro-det table tbody tr td:first-child{ white-space: nowrap; }
.showpro-details .showpro-det table tbody tr td:first-child p{ white-space: nowrap; }
.showpro-details .showpro-det table tbody tr td:first-child span{ white-space: nowrap; }
.showpro-details .showpro-det table tbody tr td{font-size: 14px!important;  line-height: 2!important; font-family: '微软雅黑'!important;  white-space: break-spaces; color: #444; }



/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #ce0020 solid;color: #ce0020;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#ce0020;}
#abprolist li a:hover p{background:#ce0020;color:#fff;}

/*标签*/
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#ce0020;}
/*分享按钮*/
.jiathis{ padding:0px 5px; height:35px; line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/*上下页按钮*/
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 90%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

@media(max-width: 767px ) {
	.ny-page a { max-width: 100%; }
}

.nybanner img{max-width:100%;display:block;margin: 0 auto;}

/*搜索模块*/
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #ce0020;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #ce0020;}
.nysearch-til>a:hover{background:#ce0020;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#ce0020;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #ce0020;left:10px;}

/*手机样式*/
.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location, .sticky-wrapper{display:none;}
.visited-xs{display: none;}




@media (max-width: 768px){
	html, body{max-width: 640px;min-width: 320px;margin: 0 auto;overflow-x: hidden;position: relative;}
	body{padding-bottom: 50px;}
	*{box-sizing:border-box;}
	.htop, .hcont, .sticky-wrapper, .navBox, #banner, .search, .about,  .product, .news, .footer, .fcopy, .diyos, .location, .nyhotpro, .nyjc-til, .nyshow-til{display:none;}
	.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location{display:block;}
	.container{width:100%;}
	.visited-xs{display: block;}
	/* -- 页面整体布局 -- */
	.m-header{overflow: hidden; display: flex;}
	.m-header h1{text-align: center; width: 220px; margin:10px auto; position: relative;}
	.m-header h1:after { position: absolute; content: ''; width: 1px; height: 100%;background: #fff; display: block; top: 0px; right: 0px; }
	.m-header h1 img{max-width: 100%;vertical-align: middle;}
	.m-header .m-slogan{color: #393939;text-align: center;}
	.m-header .m-slogan p{font-size: 1.2rem;}
	.m-header .m-slogan span{font-size: 1rem;}
	/*导航*/
	.m-nav{ height:5.875rem; overflow:hidden; background:#ce0020; position:relative;}
	.m-nav:before{content: '';position: absolute;width: 100%;left: 0;top: 50%;border-bottom: 1px solid #aaa;}
	.m-nav a{display: block;float: left;width: 20%;font: 1rem/2.92rem "microsoft yahei";height: 2.92rem;color: #fff;text-align: center;border-right: 1px solid #aaa; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
	.m-nav a:nth-child(5n){border-right: none;}
	.m-nav a:hover{color:#fff;}
	/*ban轮播广告*/
	.g-adv{overflow:hidden;}
	.g-adv img{ display: block;width: 100%;height: auto;}
	/*标题*/
	.m-title>h2{font-size:1.5rem;color:#333;text-align:center; font-weight: bold;}
	.m-title>p{font-size:1rem;color:#666;text-align:center;}
	/*产品中心*/
	.g-pro{padding:20px 0;}
	.g-pro .wlist{display: flex;flex-wrap: wrap;align-content: flex-start;margin-top:20px;}
	.g-pro .wlist li{flex:1}
	.g-pro .wlist li a{display:block;line-height:40px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;text-align:center;border: 1px solid #E5E5E5;}
	.g-pro .wlist li.z-on a{background:#ce0020;color:#fff;border:1px solid #ce0020;}
	.g-pro .wcont{padding:5px;}
	.g-pro .wcont li{width:50%;float:left;padding:5px;}
	.g-pro .wcont li a{display:block;}
	.g-pro .wcont li a img{width:100%;border:1px solid #ddd;}
	.g-pro .wcont li a p{line-height:30px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center; color: #454545;}
	/*关于我们*/
	.g-about{margin-bottom:20px;}
	.g-about-box{margin-top:20px;}
	.g-about-box img{width:100%;display:block}
	.g-about-txt{margin-top:20px;padding:0 10px;text-align:center;}
	.g-about-txt h3{text-align: center;font-size: 1.2rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem;}
	.g-about-txt div>p{color: #454545;font-size: 1rem;height: 6rem;line-height: 1.5rem;overflow: hidden;margin-bottom:10px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;text-align:justify;}
	.about-btn{margin:20px auto 0;}
	/*新闻资讯*/
	.m-new{overflow: hidden;padding-bottom:20px;}
	.n_q{ height: 3.17rem; line-height:3.17rem; overflow: hidden; background: #f0f0f0; margin-bottom: 1rem;display:flex;}
	.n_q li{flex:1;font-size: 1rem;color: #393939; font-weight: normal;text-align: center; height: 3.17rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; }
	.n_q li.z-on{ border-top: 0.25rem solid #ce0020; font-weight: bold; color: #ce0020; background: #fff;}
	.m-new .con{ float: left; display: inline; width: 100%;}
	.n_c ul{ padding: 0 3.9%;}
	.n_c ul li{ padding-left: 1.25rem; height:2.46rem; line-height: 2.46rem; font-size: 1rem; font-family: "microsoft yahei"; overflow: hidden; border-bottom: 1px dashed #e0e0e0; position: relative;}
	.n_c ul li:before{ content: ''; width: 0.33rem; height: 0.33rem; border-radius: 1rem; background: #a9a9a9; position: absolute; top: 1rem; left: 0;}
	.n_c ul li a{ color: #333333; display: block; float: left; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.n_c ul li:nth-child(6){ border-bottom: 0;}
	.n_c ul li span{ float: right; font-size: 1rem; color: #c1c1c1;}
	/*尾部二维码*/
	.m-fewm{text-align:center;padding:10px}
	.m-wx{display:inline-block;font-size:0;margin: 0 5px;}
	.m-wx img{width:120px;}
	.m-wx p{font-size:12px;margin-top:5px;}
	/*底部按钮*/
	.m-fbtn{position:fixed;bottom:0;overflow: hidden;z-index: 999;width: 100%;background: #ce0020;text-align: center;display:flex;min-width: 320px;max-width: 640px;}
	.m-fbtn a{flex:1;padding:7px 0;color:#fff;}
	.m-fbtn a i{font-size:16px;display:block;}
	.m-fbtn a span{display:block;line-height:20px;}
	/*内页面包屑导航样式 开始*/
	.m-btit {
		line-height: 35px;
		padding-left: 12px;
		font-size:14px;
		color:#666;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		border-top:1px solid #d9d9d9;
		box-shadow:0 1px #fff;
		position:relative;
		background-color:#f6f6f6;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
		background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);  /*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，正常的写法*/
		border-bottom:1px solid #d9d9d9;
		} /*内页面包屑导航背景*/
	.m-btit:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
		position:absolute;
		left:0;
		top:0;
		width:100%;
		border-top: 1px solid #fff;}	/*内页面包屑导航背景上面的线条*/
	.m-btit a{color:#666;}
	.m-btit span{ padding:0 8px; position:relative; height:100%; top:3px; left:-2px; display:inline;}
	.m-btit span:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
		position:absolute;
		background:#7c7c7c;
		width:8px;
		height:8px;
		left:2px;
		top:3px;
		z-index:10;
		-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);}  /*角度45度，内页面包屑箭头样式*/
	.m-btit span:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
		position:absolute;
		width:8px;
		height:8px;
		left:1px;
		top:3px;
		z-index:11; background-color:#f2f2f2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee)); /*针对苹果老式浏览器写的兼容*/
		background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f2f2f2, #eeeeee);  /*背景渐变，正常的写法*/
		-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);	} /*角度45度，内页面包屑箭头样式*/
	/*内页面包屑导航样式 结束*/
	/*内页主体*/
	.inside{padding:0;}
	.nynav{width:100%;background: #f3f3f3;}
	.nyjc{margin-bottom:0;}
	#sidebar{padding: 0px;background: transparent;border: none;display: flex;flex-wrap: wrap;align-content: flex-start;}
	#sidebar li{margin-top: 0px;flex:1;}
	#sidebar li a{padding: 0 5px; border:1px solid #ddd; border-left: none; border-top: none;}

	.nyshow{width:100%;}
	.nyshowdesc{margin-top: 10px;padding: 0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;overflow-x: auto;}
	.nyshowdesc>div{width:100% !important;}
	.nyshowdesc table{white-space: nowrap;}
	.nyhotnews>h3{background: url(../images/nyhotnewico.png) no-repeat left 10px top 10px;padding-left: 10px;}
	.nyhotnews-list li{width:100%;background:none;border-bottom: 1px dashed #ddd;}
	.nyhotnews-list li a{width:calc(100% - 90px);}
	.ny-page a{padding:8px;font-size:12px;}
	/*图片模块*/
	.nyimg-ul{margin-top:20px;}
	.nyimg-ul li{width:50%;margin-bottom:10px}
	.nyimg-div a.nyimg-a{font-size:12px;}
	.showimg-top{margin-top:20px;}
	.showimg-top h1{font-size:20px;}
	.showimg-time span{font-size:12px;}
	.showimg-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%; }
	/*视频模块*/
	.nyvideo-ul{margin-top:20px;}
	.nyvideo-ul li{width:50%;margin-bottom:10px}
	.nyvideo-div a.nyvideo-a{font-size:12px;}
	.showvideo-top{margin-top:20px;}
	.showvideo-top h1{font-size:20px;}
	.showvideo-time span{font-size:12px;}
	.showvideo-mp video, .showvideo-mp iframe{max-width:100%;}
	/*下载模块*/
	.nydown-list{margin-top:20px;}
	.nydown-list table thead{font-size:14px;white-space:nowrap;}
	.nydown-list table th{width: 30%;}
	.showdown-top{margin-top:20px;}
	/*文章模块*/
	.nynews-ul{margin-top:10px;}
	.nynews-ul li{padding:0 10px;margin-bottom:10px;}
	.nynews-ul li a dl{padding:8px;}
	.nynews-ul li a dl dt img{width:130px;}
	.nynews-ul li a dl dd{width:calc(100% - 140px);margin-top:0;margin-left:10px;}
	.nynews-ul li a dl dd h5{width:100%;font-size:14px;line-height:20px;}
	.nynews-ul li a dl dd em{height: 18px;line-height: 18px;font-size: 12px;}
	.nynews-ul li a dl dd p{font-size:12px;margin-top:0;}
	.nynews-ul li a dl dd span{display:none;}
	.shownews-top{margin-top:20px;}
	.shownews-top h1{font-size:20px;}
	.shownews-time span{font-size:12px;}
	.shownews-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;}
	/*标签*/
	.pro_key{padding:0 10px;}
	/*搜索模块*/
	.nysearch-ul{margin-top:10px;padding:0 10px;}
	.nysearch-ul li.nysearch-li{padding-bottom:10px;margin-bottom:10px;}
	.nysearch-til>h2{font-size:16px;}
	/*产品模块*/
	.nyprojc-til{background-size:100%;}
	.nyprojc-til a{padding:20px;}
	.nyprojc-til a span{color:#fff;}
	#sidebar1 li>a{line-height: 40px;height: 40px;}
	#sidebar1 li>a::before{height:40px;}
	#sidebar1 li>a>span{font-size:14px;}
	#sidebar1 li>a>i{top: 12px;}
	#sidebar1 li>.nypronav2{padding:5px 0;}
	#sidebar1 li>.nypronav2>a{font-size:12px;line-height:30px;}
	.nypro-ul li{width:50%;margin:0;padding:0 10px;box-sizing:border-box;margin-bottom: 20px;}
	.nypro-ul li a .nypro-txt{padding:10px 0;}
	.nypro-ul li a .nypro-txt p{padding:0;font-size: 14px;line-height: 25px;height: 25px;}
	.nypro-ul li a .nypro-txt span{padding:0;font-size: 12px;line-height: 20px;height: 20px;}
	.nyproshow-top>dt{width:100%;padding:0 10px;box-sizing:border-box;margin-bottom:20px;}
	.spec-items{width: calc(100% - 50px);}
	.nyproshow-txt{width:100%;padding:0 10px;box-sizing:border-box;margin-left:0;}
	.nyproshow-txt>h1{font-size:18px;text-align:center;}
	.showpro-telcon span{font-size:20px;}
	.showpro-tel a{display:none;}
	.showpro-con ul{margin-bottom:0;}
	.showpro-details .showpro-det{padding:10px 0; overflow-x: auto;}
	.nyaboutpro>h3{padding-left:10px;background: url(../images/nyaboutproico.png) no-repeat 10px;}
}

@media (max-width: 768px) and (min-width:320px) {
	html { font-size:75%;}
}
@media (max-width: 768px) and (min-width:360px) {
	html { font-size:85%;}
}
@media (max-width: 768px) and (min-width:375px) {
	html { font-size:87.5%;}
}
@media (max-width: 768px) and (min-width:414px) {
	html { font-size:96%;}
}
@media (max-width: 768px) and (min-width:480px) {
	html { font-size:110.5%;}
}
@media (max-width: 768px) and (min-width:568px) {
	html { font-size:129%;}
}
@media (max-width: 768px) and (min-width:639px) {
	html { font-size:150%;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#ce0020; display: inline-block; }
.metpager_5 a:hover { border:1px solid #ce0020; color:#fff; background-color:#ce0020;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#ce0020; border:1px solid #ce0020; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}






@media ( max-width: 767px ) {
	.inse-tit { text-align: center; }
	.seven_l { float: none; width: 100%; }
	.inse-right { float: none; width: 100%; padding-top: 20px; }
	.form-horizontal .form-group { width: 100%; }
	.form-horizontal .form-group .p { width: 100%; }
	.inse-left .text { width: 100%; }
	.inse-left textarea { width: 100%; }
	.inse-top li:nth-child(3) { padding-left: 0px; }
/*手机样式*/

.wap_about_ys { overflow: hidden; padding-left: 5px; padding-right: 5px; }
.wap_about_ys .wap_about_ys_t { text-align: center; margin-top: 20px; }
.wap_about_ys .wap_about_ys_t h3 { font-size: 24px; color: #333;  font-weight: bold;}
.wap_about_ys .wap_about_ys_t h3 em { color: #ce0020; font-weight: bold; }
.wap_about_ys .wap_about_ys_t span { font-size: 12px; color: #999; }
.wap_about_ys .wap_about_ys_t p { font-size: 14px; color: #454545; text-align: left; line-height: 1.8; padding-left: 10px; padding-right: 10px; margin-top: 20px; margin-bottom: 15px; }
.wap_about_ys .wap_about_ys_b { padding:9px;overflow: hidden; }
.video { flex: none; padding-left: 0px; }
.video img { width: 100%;  }
.video video { position: absolute; width: 100%; height: 100%; left: 0;top: 0;z-index: 9999;background: #000;}



.number { background: #f5f5f5; height: auto; }
.main12 { overflow: hidden; }
.main12 .main1 { display: flex; text-align: center; margin-bottom: 20px;}
.main12 .main1 .stat-items { flex: 1; text-align: center; }
.main12 .main1 .stat-items .stat-items-t { font-size: 30px; color: #000; font-weight: bold; }
.main12 .main1 .stat-items .stat-items-unit { font-size: 12px; color: #777; }
.main12 .main1 .stat-items p { font-size: 14px; color: #454545; line-height: 2; }
.m-title h2 { font-size: 24px; color: #333; }
.m-title p { font-size: 12px; color: #999; }
 
.wap-ys { padding:30px 0px; background: #f5f5f5; overflow: hidden; }
.wap-ys .wap-ys_t { text-align: center; display: block; }
.wap-ys .wap-ys_t h2 { font-size: 26px; color: #333; font-weight: bold; }
.wap-ys .wap-ys_t p { font-size: 14px; color: #666; text-transform: uppercase;  }
.wap-ys_nr { margin-top: 30px; overflow: hidden; padding-left: 10px; padding-right: 10px;  }
.wap-ys_nr dt { overflow: hidden; display: block; position: relative; z-index: 1; }
.wap-ys_nr dt img { width: 100%; display: block; }
.wap-ys_nr .wap-ys_nr_list { background: #fff; border: 1px solid #ddd; border-top:none; padding-left: 10px; padding-right: 10px; padding-bottom: 30px; }
.wap-ys_nr .wap-ys_nr_t {position: relative; font-size: 18px; color: #ce0020;font-weight: bold; padding-left: 80px; line-height: 3;}
.wap-ys_nr .wap-ys_nr_t:after {position: absolute; content: ''; width: 60px; height: 76px; display: block; background: url(../images/wap_ysico.png)no-repeat center;  top: -30px; z-index: 2; font-size: 30px; color: #fff; text-align: center; line-height: 50px; left: 0px;}
.wap-ys_nr .con:nth-child(1) .wap-ys_nr_t:after { content: '01'; }
.wap-ys_nr .con:nth-child(2) .wap-ys_nr_t:after { content: '02'; }
.wap-ys_nr .con:nth-child(3) .wap-ys_nr_t:after { content: '03'; }
.wap-ys_nr .con:nth-child(4) .wap-ys_nr_t:after { content: '04'; }
.wap-ys_nr .wap-ys_nr_desc { font-size: 14px; color: #454545; line-height: 2;  }
.wap-ys_nr .m-cnt{height: 0.5rem;margin-top: 2rem;text-align: center;}
.wap-ys_nr .m-cnt li{width: 20%;height: 0.5rem;background: #c8c8c8;display: inline-block;float: left;margin: 0 2.5%;}
.wap-ys_nr .m-cnt li.z-on{background: #ce0020;}



.video:after { width: 100%; left: 0px;  }

/*关于我们*/

.g-about{margin-bottom:30px; padding-top: 30px;}
.g-about .g-about_t { text-align: center; display: block; }
.g-about .g-about_t h2 { font-size: 26px; color: #333; font-weight: bold; }
.g-about .g-about_t p { font-size: 14px; color: #666; text-transform: uppercase;  }
.g-about-box{margin-top:20px;}
.g-about-box img{width:100%;display:block}
.g-about-txt{margin-top:20px;padding:0 10px;text-align:center;}
.g-about-txt h3{text-align: center;font-size: 1.2rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem;}
.g-about-txt div{color: #242424;font-size: 1rem;height: 6rem;line-height: 1.5rem;overflow: hidden;margin-bottom:10px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;text-align:justify;}



/*荣誉资质*/
.g-showimg{margin-bottom:20px; }
.g-showimg-a{display:flex;background:#333;}
.g-showimg-a span{flex:1;line-height:44px;display:block;text-align:center; border-right: 1px solid rgb(255,255,255,0.5);}
.g-showimg-a span:last-child {  border-right:none; }
.g-showimg-a span.cur{background:#ce0020;}
.g-showimg-a span a{display:block;color:#fff;font-size:1rem;}


.g-showimg-box { padding:20px 10px 0 10px; }
.g-showimg-box li a {display: block; overflow: hidden;}
.g-showimg-box li a h3 { text-align: center; font-size: 14px; color: #454545; line-height: 2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

/*新闻资讯*/
.new{  overflow: hidden;  padding-bottom:2rem; }
.n_q{ height: 3.17rem; line-height:3.17rem; overflow: hidden; background: #f0f0f0; margin-bottom: 1rem;display:flex;}
.n_q li{flex:1;font-size: 1rem;color: #393939; font-weight: normal;text-align: center; height: 3.17rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; }
.n_q li.z-on{ border-top: 0.25rem solid #ce0020; font-weight: bold; color: #ce0020; background: #fff;}
.new .con{ float: left; display: inline; width: 100%;}
.n_c ul{ padding: 0 3.9%;}
.n_c ul li{ padding-left: 1.25rem; height:2.46rem; line-height: 2.46rem; font-size: 1rem; font-family: "microsoft yahei"; overflow: hidden; border-bottom: 1px dashed #e0e0e0; position: relative;}
.n_c ul li:before{ content: ''; width: 0.33rem; height: 0.33rem; border-radius: 1rem; background: #a9a9a9; position: absolute; top: 1rem; left: 0;}
.n_c ul li a{ color: #333333; display: block; float: left; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.n_c ul li:nth-child(6){ border-bottom: 0;}
.n_c ul li span{ float: right; font-size: 1rem; color: #c1c1c1;}
	
}


/*内页联系我们*/
.w1200{ /*width: 1180px;*/ margin: 0 auto}
.clear { height: 0;overflow: hidden;clear: both;}
.lxtop{overflow:hidden;margin-top: 30px;border-radius: 3px;border: 1px solid #ccc; background:#fff;}
.lxtop img{float:left;}
.lxtop .on{font-size:16px;line-height:30px;padding: 0px 20px 0 290px;color:#666;}
.lxtop span{display:block;color:#282828;font-size:18px;line-height:50px;}
.Separate {font-size:30px;text-align: center;margin: 30px auto 20px;overflow: hidden;}
.Separate strong{color: #333;}
.Separate span{display:block;font-size:14px;letter-spacing: 5px;color: #a4a4a4;    margin-top: 10px;}
.lxfsnr{overflow:hidden;border:1px solid #ccc;border-radius:3px;padding-top:20px; background:#fff;}
.lxfsnr ul{overflow:hidden;}
.lxfsnr li{margin :0 0 20px 25px;float:left; padding-bottom:10px; width:46%;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
.lxfsnr li img{float:left;}
.lxfsnr li p:last-child{/*float:left;*/line-height:46px;padding-left:60px;font-size:16px;color: #333;  /* width: 483px;*/}
.lxfsnr li a{font-size:16px;}
.lxfsnr li a:hover{color: #d80003;text-decoration:underline;}



/*手机样式*/
@media(max-width: 767px) {
	.wap_top { display: flex; height: 70px; padding:10px 15px; }
	.wap_top .logo { display: block; width: 20%; overflow: hidden; }
	.wap_top .logo img {height: 100%; display: block; }
	.wap_top .desc { padding-left: 10px; border-left: 1px solid #ddd;}
	.wap_top .desc h3 { font-size: 1.2rem; color: #222; font-weight: bold; }
	.wap_top .desc p { font-size: 0.8rem; color: #444; line-height: 2; }

	/*通用标题*/
	.title { display: block; position: relative; text-align: center; }
	.title h3 { font-size: 24px; font-weight: bold; color: #333333; position: relative; z-index: 9; }
	.title h3 em { color: #ce0020; font-weight: bold; }
	.title span { position: absolute; left: 50%; transform: translateX(-50%); top: -5px; z-index: 1; opacity: 0.1; font-size: 32px; font-weight: bold; color: #000; text-transform: uppercase; width: 100%; }
	.title p { line-height: 2; font-size: 12px; color: #666666; position: relative; z-index: 9; }

	/*产品中心*/
	.g-pro { padding:25px 0 20px 0; }
	.g-pro .wlist li a { border-right: none; }

	/*公司优势*/
	.wap-ys_nr .wap-ys_nr_t { text-align: left; font-size: 17px;}
	.wap-ys_nr .wap-ys_nr_desc { text-align: left; }
	.wap-ys_nr .wap-ys_nr_list { min-height: 229px; }


	/*公司简介*/
	.g-about-box { padding-left: 10px; padding-right: 10px; }
	.g-about-txt h3 { text-align: center;font-size: 1.2rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem; }


	/*图片模块*/
	.g-showimg-box li a img { display: block; border:1px solid #ddd; }
	.m-wx img { border:1px solid #ddd; }



	/*联系我们*/
	.lxtop{margin-top: 0;}
	.lxtop .on{padding: 10px;}
	.lxfsnr li{width: 100%;margin: 0 0 20px 0;padding-left: 20px;border-right: none;}
	.lxfsnr li p{font-size: 14px;}
	.Separate{font-size: 24px;margin: 15px auto;}
	#showtext img {max-width: 100%;width: 100%;}
	.lxtop>img { width: 100%; float: none; }
	.lxfsnr li:last-child { margin-bottom: 0; }

}



/*技术参数*/
.pagepro_rtxt { display: block; overflow: hidden; margin-top: 20px; line-height:1.8;}
.pagepro_rtxt img {max-width:100%;}
.pagepro_rtxt .js_pro { display: block; overflow: hidden; }
.pagepro_rtxt .js_pro .box { display: block; }
.pagepro_rtxt .js_pro .box:first-child { margin-bottom: 30px; }
.pagepro_rtxt .js_pro .box:nth-child(2) .t { margin-bottom: 20px; }
.pagepro_rtxt .js_pro .box .t { line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3; }
/*.pagepro_rtxt .js_pro .box .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020; }
.pagepro_rtxt .js_pro .box .desc { display: block; margin-top: 20px; overflow: hidden; }
.pagepro_rtxt .js_pro .desc table p {font-size: 13px!important;  line-height: 2!important; font-family: '微软雅黑'!important;  white-space: break-spaces; }
.pagepro_rtxt .js_pro .desc table span { font-size: 13px!important; line-height: 2!important;  font-family: '微软雅黑'!important; white-space: break-spaces;}

.pagepro_rtxt .js_pro table td,.pagepro_rtxt .js_pro table td table th {font-size: 13px!important; padding:2px 3px; text-align: center;}

.pagepro_rtxt .js_pro .box2 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box2 .t {line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3;  }
/*.pagepro_rtxt .js_pro .box2 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box2 .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020; }
.pagepro_rtxt .js_pro .box2 .desc { display: block; overflow: hidden; }

.pagepro_rtxt .js_pro .box2 .desc .list { font-size: 14px; color: #454545; display: block; line-height: 1.8; margin-top: 15px; margin-bottom: 10px; }
.pagepro_rtxt .js_pro .box2 .desc .img { display: block; float: left; width: 50%;}
.pagepro_rtxt .js_pro .box2 .desc .img img { max-width: 100%; display: block; }

.pagepro_rtxt .js_pro .box4 .desc .img { display: block; float: none; width: 100%;  margin: 20px 0;}

.pagepro_rtxt .js_pro .box5 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box5 .t { line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3;  }
/*.pagepro_rtxt .js_pro .box5 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box5 .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020;  }
.pagepro_rtxt .js_pro .box5 .desc { display: flex; overflow: hidden; flex-direction: row-reverse; margin-top: 20px;}
.pagepro_rtxt .js_pro .box5 .desc .img { width: 40%; }
.pagepro_rtxt .js_pro .box5 .desc .img img { max-width: 100%; display: block; }
.pagepro_rtxt .js_pro .box5 .desc .list { width: 60%;padding-right: 20px; }
.pagepro_rtxt .js_pro .box5 .desc .list ul{ display: block; overflow: hidden; }
.pagepro_rtxt .js_pro .box5 .desc .list ul li{color: #454545;line-height: 18px;margin-bottom: 10px;}
.pagepro_rtxt .js_pro .box5 .desc .list ul li span{color: #4cb034;margin-right: 5px;}
.pagepro_rtxt .js_pro .box5 .desc .list p{color: #454545;line-height: 18px;margin-top: 10px; font-size: 14px;}

.pagepro_rtxt .js_pro .box6 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box6 .t {  line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3;  }
/*.pagepro_rtxt .js_pro .box6 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box6 .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020; }
.pagepro_rtxt .js_pro .box6 .img {margin: 20px 0; display: block; float: none; width: 100%;}
.pagepro_rtxt .js_pro .box6 .img img { max-width: 100%; display: block; }

.pagepro_rtxt .js_pro .box7 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box7 .t { line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3; }
/*.pagepro_rtxt .js_pro .box7 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box7 .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020;  }
.pagepro_rtxt .js_pro .box7 .desc {  overflow: hidden; display: block; margin-top: 20px;}

.pagepro_rtxt .js_pro .box8 { display: block; margin-top: 20px; margin-bottom: 20px;}
.pagepro_rtxt .js_pro .box8 .t { line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3; }
/*.pagepro_rtxt .js_pro .box8 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box8 .t::before {  content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020;}
.pagepro_rtxt .js_pro .box8 .desc {  overflow: hidden; display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box8 .desc .img { display: block; overflow: hidden; }
.pagepro_rtxt .js_pro .box8 .desc .img img { display: block; max-width: 100%; display: block;} 




.pagepro_rtxt .js_pro .box2_2 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box2_2 .t { line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3;}
/*.pagepro_rtxt .js_pro .box2_2 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box2_2 .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020;  }
.pagepro_rtxt .js_pro .box2_2 .desc { display: flex; overflow: hidden; margin-top: 20px;flex-direction: row-reverse; }
.pagepro_rtxt .js_pro .box2_2 .desc .img { width: 30%;  }
.pagepro_rtxt .js_pro .box2_2 .desc .img img { display: block; max-width: 100%; overflow: hidden; }
.pagepro_rtxt .js_pro .box2_2 .desc .list { width: 70%; padding-right: 20px; }
.pagepro_rtxt .js_pro .box2_2 .desc .list p { font-size: 14px; color: #454545; display: block; line-height: 1.8; margin-bottom: 20px;}

.pagepro_rtxt .js_pro .box2_3 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box2_3 .t { line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3;}
/*.pagepro_rtxt .js_pro .box2_3 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box2_3 .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020;  }
.pagepro_rtxt .js_pro .box2_3 .desc { display: flex; overflow: hidden; margin-top: 20px; }
.pagepro_rtxt .js_pro .box2_3 .desc .img { width: 40%;background: #fff; display: flex; align-items: center;  }
.pagepro_rtxt .js_pro .box2_3 .desc .img img { display: block; max-width: 100%; overflow: hidden; }
.pagepro_rtxt .js_pro .box2_3 .desc .list { width: 60%; padding-left: 20px; }
.pagepro_rtxt .js_pro .box2_3 .desc .list p { font-size: 14px; color: #454545; display: block; line-height: 1.8;}


.pagepro_rtxt .js_pro .box2_4 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box2_4 .t { line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3; }
/*.pagepro_rtxt .js_pro .box2_4 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box2_4 .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020;}
.pagepro_rtxt .js_pro .box2_4 .desc { display: flex; overflow: hidden; margin-top: 20px;flex-direction: row-reverse; }
.pagepro_rtxt .js_pro .box2_4 .desc .img { width: 40%;  display: flex; align-items: center; background: #fff;}
.pagepro_rtxt .js_pro .box2_4 .desc .img img { display: block; max-width: 100%; overflow: hidden; }
.pagepro_rtxt .js_pro .box2_4 .desc .list { width: 60%; padding-right: 20px; }
.pagepro_rtxt .js_pro .box2_4 .desc .list p { font-size: 14px; color: #454545; display: block; line-height: 1.8; margin-bottom: 10px;}
.pagepro_rtxt .js_pro .box2_4 .desc .list p strong { color: 222; }
.pagepro_rtxt .js_pro .box2_4 .desc .list h3 { font-size: 17px; color: #222; line-height: 1.8; display: block; font-weight: bold; }

.pagepro_rtxt .js_pro .box2_5 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box2_5 .t { line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3; }
/*.pagepro_rtxt .js_pro .box2_5 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box2_5 .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020; }
.pagepro_rtxt .js_pro .box2_5 .desc { display: block; overflow: hidden; margin-top: 20px;}
.pagepro_rtxt .js_pro .box2_5 .desc .img { width: 100%; margin-bottom: 15px; }
.pagepro_rtxt .js_pro .box2_5 .desc .img img { display: block; max-width: 100%; overflow: hidden; }
.pagepro_rtxt .js_pro .box2_5 .flex_box { display: flex; }
.pagepro_rtxt .js_pro .box2_5 .flex_box table { flex: 1; width: auto !important; margin-right: 15px;}

.pagepro_rtxt .js_pro .box2_6 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box2_6 .t { line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3;  }
/*.pagepro_rtxt .js_pro .box2_6 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box2_6 .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020;  }
.pagepro_rtxt .js_pro .box2_6 .desc { display: flex; overflow: hidden; margin-top: 20px;flex-direction: row-reverse; }
.pagepro_rtxt .js_pro .box2_6 .desc .img { width: 40%;  display: flex; align-items: center; background: #fff;}
.pagepro_rtxt .js_pro .box2_6 .desc .img img { display: block; max-width: 100%; overflow: hidden; }
.pagepro_rtxt .js_pro .box2_6 .desc .list { width: 60%; padding-right: 20px; }
.pagepro_rtxt .js_pro .box2_6 .desc .list p { font-size: 14px; color: #454545; display: block; line-height: 1.8; margin-bottom: 10px;}
.pagepro_rtxt .js_pro .box2_6 .desc .list p strong { color: 222; }
.pagepro_rtxt .js_pro .box2_6 .desc .list h3 { font-size: 17px; color: #222; line-height: 1.8; display: block; font-weight: bold; }
.pagepro_rtxt .js_pro .box2_6 .desc .list ul{padding-bottom: 10px;border-bottom: 1px solid #e5e5e5; margin-bottom: 10px;}
.pagepro_rtxt .js_pro .box2_6 .desc .list ul li{color: #444;line-height: 25px;margin-bottom: 10px;}
.pagepro_rtxt .js_pro .box2_6 .desc .list ul li span{color: #4cb034;margin-right: 5px;}


.pagepro_rtxt .js_pro .box2_7 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box2_7 .t { line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3;   }
/*.pagepro_rtxt .js_pro .box2_7 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box2_7 .t::before { content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020; }
.pagepro_rtxt .js_pro .box2_7 .desc { display: flex; overflow: hidden; margin-top: 20px; }
.pagepro_rtxt .js_pro .box2_7 .desc .img { width: 40%;  display: flex; align-items: center; background: #fff;}
.pagepro_rtxt .js_pro .box2_7 .desc .img img { display: block; max-width: 100%; overflow: hidden; }
.pagepro_rtxt .js_pro .box2_7 .desc .list { width: 60%; padding-left: 20px; }
.pagepro_rtxt .js_pro .box2_7 .desc .list p { font-size: 14px; color: #454545; display: block; line-height: 1.8; margin-bottom: 10px;}
.pagepro_rtxt .js_pro .box2_7 .desc .list p strong { color: 222; }
.pagepro_rtxt .js_pro .box2_7 .desc .list h3 { font-size: 17px; color: #222; line-height: 1.8; display: block; font-weight: bold; }
.pagepro_rtxt .js_pro .box2_7 .desc .list ul{padding-bottom: 10px;border-bottom: 1px solid #e5e5e5; margin-bottom: 10px;}
.pagepro_rtxt .js_pro .box2_7 .desc .list ul li{color: #444;line-height: 25px;margin-bottom: 10px;}
.pagepro_rtxt .js_pro .box2_7 .desc .list ul li span{color: #4cb034;margin-right: 5px;}

.pagepro_rtxt .js_pro .box2_8 { display: block; margin-top: 20px;}
.pagepro_rtxt .js_pro .box2_8 .t {  line-height: 40px;border-bottom: 1px #ccc solid;color: #ce0020;font-size: 24px;font-weight: bold;position: relative; text-align: center; line-height: 3;   }
/*.pagepro_rtxt .js_pro .box2_8 .t::after { content: '';position: absolute;left: 0;top: 50%;margin-top: -15px;width: 6px;height: 30px;background: #ce0020; }*/
.pagepro_rtxt .js_pro .box2_8 .t::before {  content: '';position: absolute;left: 50%;transform: translateX(-50%); bottom: -1px;width: 220px;height: 2px;background: #ce0020; }
.pagepro_rtxt .js_pro .box2_8 .desc { display: flex; overflow: hidden; margin-top: 20px;flex-wrap:wrap-reverse}
.pagepro_rtxt .js_pro .box2_8 .desc .img { width: 31%; margin-right: 15px; float: left; display: block; }
.pagepro_rtxt .js_pro .box2_8 .desc .img img { display: block; max-width: 100%; overflow: hidden; margin-bottom: 15px;}

.pagepro_rtxt .js_pro .box3_7 .desc .list ul{padding-top:20px;}
.pagepro_rtxt .js_pro .box3_7 .desc .list ul li{padding-left:55px;position:relative;margin:10px 0;overflow:hidden;}
.pagepro_rtxt .js_pro .box3_7 .desc .list ul li em{position:absolute;left:0;top:14px;width:38px;height:38px;background:#fff;border:3px solid #0645b6;border-radius:50%;text-align:center;font-style:normal;line-height:38px;font-size:14px;}
.pagepro_rtxt .js_pro .box3_7 .desc .list ul li h3{font-size:17px;color:#333;}
.pagepro_rtxt .js_pro .box3_7 .desc .list ul li p{color:#999;font-size:14px;}
.pagepro_rtxt .js_pro .box3_7 .desc .img { width: 30%; }
.pagepro_rtxt .js_pro .box3_7 .desc { margin-bottom: 20px; }
.pagepro_rtxt .js_pro .box3_7 .desc .list ul { border-bottom: none; }


.pagepro_rtxt .js_pro .box2_9 { display: block; margin-bottom: 20px; overflow: hidden; }
.pagepro_rtxt .js_pro .box2_9 .img { margin-bottom: 10px; display: block; }
.pagepro_rtxt .js_pro .box2_9 .img  img { display: block; max-width: 100%; display: block; }


@media(max-width: 767px) {
	.pagepro_rtxt{padding:0 10px;}
	.pagepro_rtxt .js_pro .box .t { font-size: 18px;  }
	.pagepro_rtxt .js_pro .box .t::before { width: 50px; }
	.pagepro_rtxt .js_pro { padding-left: 10px; padding-right: 10px; }
	.pagepro_rtxt .js_pro .box .desc {  overflow-x: auto; border: 1px solid #ddd; border-top: none; border-bottom: none; }
	.pagepro_rtxt .js_pro .box:first-child { margin-bottom:10px; }
	.pagepro_rtxt .js_pro .box { overflow-x: auto; }
	.pagepro_rtxt .js_pro table td, .pagepro_rtxt .js_pro table td table th { word-break: keep-all; }
	.pagepro_rtxt .js_pro .box2 .t{ font-size: 18px;  }
	.pagepro_rtxt .js_pro .box2 { margin-top: 10px; }
	.pagepro_rtxt .js_pro .box2 .t::before{ width: 50px; }
	.pagepro_rtxt .js_pro .box2 .desc .img { float: none; width: 100%; margin-bottom: 10px; }
	.pagepro_rtxt .js_pro .box5 .t{ font-size: 18px;  }
	.pagepro_rtxt .js_pro .box5 .t::before{ width: 50px; }
	.pagepro_rtxt .js_pro .box5 .desc { display: block; }
	.pagepro_rtxt .js_pro .box5 .desc .img { width: 100%; display: block; }
	.pagepro_rtxt .js_pro .box5 .desc .list { display: block; width: 100%; padding-right: 0; }
	.pagepro_rtxt .js_pro .box5 .desc .list p { line-height: 24px; }
	.pagepro_rtxt .js_pro .box6 .t { font-size: 18px;  }
	.pagepro_rtxt .js_pro .box6 .t::before{ width: 50px; }
	.pagepro_rtxt .js_pro .box6 { margin-top: 0; }
	.pagepro_rtxt .js_pro .box7 .t{ font-size: 18px; line-height: 2; }
	.pagepro_rtxt .js_pro .box7 .t::before{ width: 50px; }
	.pagepro_rtxt .js_pro .box7 .desc { overflow-x: auto; }
	.pagepro_rtxt .js_pro .box8 .t{ font-size: 18px;  }
	.pagepro_rtxt .js_pro .box8 .t::before { width: 50px; }


	.pagepro_rtxt .js_pro .box2_2 .t{ font-size: 18px;  }
	.pagepro_rtxt .js_pro .box2_2 .desc { display: block; }
	.pagepro_rtxt .js_pro .box2_2 .desc .img { width: 100%; display: block; margin-bottom: 15px;}
	.pagepro_rtxt .js_pro .box2_2 .desc .list { width: 100%; display: block; padding-right: 0; }
	.pagepro_rtxt .js_pro .box2_3 { margin-top:0; }
	.pagepro_rtxt .js_pro .box2_3 .t{ font-size: 18px;  }
	.pagepro_rtxt .js_pro .box2_3 .t::before{ width: 50px; }
	.pagepro_rtxt .js_pro .box2_3 .desc { display: block; }
	.pagepro_rtxt .js_pro .box2_3 .desc .img { width: 100%; }
	.pagepro_rtxt .js_pro .box2_3 .desc .list{ width: 100%; padding-left: 0;}
	.pagepro_rtxt .js_pro .box2_4 .t{ font-size: 18px;  } 
	.pagepro_rtxt .js_pro .box2_4 .t::before{ width: 50px; }
	.pagepro_rtxt .js_pro .box2_4 .desc { display: block; }
	.pagepro_rtxt .js_pro .box2_4 .desc .img { display: block; width: 100%; }
	.pagepro_rtxt .js_pro .box2_4 .desc .list{ display: block; width: 100%;  padding-right: 0;}
	.pagepro_rtxt .js_pro .box2_5 { margin-top: 0; }
	.pagepro_rtxt .js_pro .box2_5 .t{ font-size: 18px;  } 
	.pagepro_rtxt .js_pro .box2_5 .t::before{ width: 50px; }
	.pagepro_rtxt .js_pro .box2_5 .flex_box { overflow-x: auto; }
	.pagepro_rtxt .js_pro .box2_6 .t{ font-size: 18px;  }
	.pagepro_rtxt .js_pro .box2_6 .t::before { width: 50px; }
	.pagepro_rtxt .js_pro .box2_6 { margin-top: 10px; }
	.pagepro_rtxt .js_pro .box2_6 .desc { display: block; }
	.pagepro_rtxt .js_pro .box2_6 .desc .img { width: 100%; display: block; }
	.pagepro_rtxt .js_pro .box2_6 .desc .list { width: 100%; display: block; padding-right: 0;}
	.pagepro_rtxt .js_pro .box2_7 .t{ font-size: 18px;  }
	.pagepro_rtxt .js_pro .box2_7 .t::before { width: 50px; }
	.pagepro_rtxt .js_pro .box2_7 { margin-top: 0px; }
	.pagepro_rtxt .js_pro .box2_7 .desc {  display: block; }
	.pagepro_rtxt .js_pro .box2_7 .desc .img{ width: 100%; display: block; }
	.pagepro_rtxt .js_pro .box2_7 .desc .list { width: 100%; display: block; padding-left: 0;}

	.pagepro_rtxt .js_pro .box2_8 { margin-top: 0px; }
	.pagepro_rtxt .js_pro .box2_8 .t{ font-size: 18px;  }
	.pagepro_rtxt .js_pro .box2_8 .t::before { width: 50px; }
	.pagepro_rtxt .js_pro .box2_8 .desc .img { width: 47%; }
	.pagepro_rtxt .js_pro .box2_8 .desc .img:nth-child(2n) { margin-right:0; }

	.lxfsnr li p:last-child { font-size: 14px; padding-right: 10px; }

	.nyproshow-top { margin-top: 20px; }
	.showpro-con { padding-left: 10px; padding-right: 10px; }
	.showpro-details{ padding-left: 10px; padding-right: 10px; }
}


/*头部优势资料*/
.top_desc_ys { display: block; float: left; padding-left: 20px; }
.top_desc_ys .t { display: block; margin-bottom: 8px;}
.top_desc_ys .t span { display: inline-block; line-height: 28px; background:#ce0020; font-size: 14px; color: #fff; text-align: center; width: 105px; margin-right: 8px; }
.top_desc_ys .t span:last-child { margin-right: 0; }
.top_desc_ys .b { display: block; }
.top_desc_ys .b span { display: inline-block; line-height: 28px; background:#ce0020; font-size: 14px; color: #fff; text-align: center; 	width: 105px; margin-right: 8px; }
.top_desc_ys .b span:last-child { margin-right: 0; }
#anlitop{text-align:center; line-height:32px;  padding:7px 0 0; border-bottom:4px solid #EFEFEF}
#anlitop h1{ font-size:26px; font-weight:bold; color:#313131}
#anlitop h2{ background:url(../images/aboutbt.jpg) no-repeat center bottom;  color:#666666; font-size:17px; font-weight:bold; margin:0 0 17px 0 }
.xjlb{ margin-top:5px;}#main7 table td{ border:none; padding:0}
#sidebar .xjlb li a{    line-height: 25px;
    height: 25px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #666;
    background:#ddd;
}