﻿/*===================== 重置样式 START =====================*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,th,td,select,ul,ol,li,form,input,textarea,fieldset,legend,img{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight: 300;}
li{list-style: none;}
a{text-decoration: none;background: transparent;outline: none;color:#000;height:100%;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran, .pub_button .pb_bg, .pagenum span{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.upp{text-transform:uppercase;}
img{ border: 0;vertical-align: middle;max-width:100%;display: block;}
table{ border-collapse: collapse; border-spacing: 0;}
input,textarea{ -webkit-user-modify: read-write-plaintext-only;outline-style: none;border:none;font-size:14px;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #000; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #000; } 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#000; }
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#a22630;}
textarea{resize:none; overflow: auto;}
input{padding-top: 0; padding-bottom: 0;};
select,input{vertical-align:middle; }
select,input,textarea{font-size:14px;margin:0;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
.fl{float: left;}
.fr{float: right;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
body{font-family: \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";font-size:16px;color:#333;background-color: #fff;}
.error3{display: none !important;}
html,body{max-width:1920px;margin:0 auto;}
.inner{width:1300px;margin:0 auto;}
/*===================== 重置样式 END =====================*/

/*===================== 公用样式 START =====================*/
.top_header{height:123px;padding:19px 0;}
.top_header .logo img{margin-top:6px;}
.top_header .logo .text{margin-left:40px;}
.top_header .logo .text h2{font-size:32px;color:#36393E;font-weight:bold;padding:21px 0 12px;}
.top_header .logo .text p{font-size:15px;color:#666;}
.top_header .fr img, .top_header .fr span{display: inline-block;vertical-align: middle;margin:0 10px;}
.top_header .fr span{color:#36393E;font-size:24px;font-weight:bold;}

.header{height:70px;background-color:rgb(162, 39, 49);}
.header .nav ul{text-align: center;font-size:0;}
.header .nav ul li{display: inline-block;width:162px;height:70px;line-height:70px;text-align: center;}
.header .nav ul li .oh{position: relative;width:100%;height:100%;overflow: hidden;}
.header .nav ul li .circle {border-radius: 1000px;position: absolute;left: 0;top: 0;width: 0;height: 0;margin-left: 0;margin-top: 0;pointer-events: none;}
.header .nav ul li .text{position: relative;z-index: 10000;display: block;color:#fff;font-size:16px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav ul li:hover .text{color:#fff;}
.header .nav ul li a.active{background-color:#a22630;}
.header .nav ul li a.active .text{color:#fff;}
.circle_in{animation: circle_in 0.8s forwards}
.circle_out{animation: circle_out 0.8s forwards}
@keyframes circle_in {
	0% {width:0;height:0;margin-left:0;margin-top:0;background-color:#a22630;}
	100% {width:400px;height:400px;margin-left:-200px;margin-top:-200px;background-color:#a22630;}
}
@keyframes circle_out {
	0%{width:400px;height:400px;margin-left:-200px;margin-top:-200px;background-color:#a22630;}
	100%{width:0;height:0;margin-left:0;margin-top:0;background-color:#a22630;}
}
.header .product_son{display: none;position: absolute;left:0;top:208px;text-align: center;width:100%;padding:20px 0;height:auto;background-color:rgba(0,0,0,0.75);z-index:999;}
.header .product_son .auto{width:100%;margin:0 auto;font-size:0;}
.header .product_son .item{display: inline-block;width:9%;margin:0.5%;}
.header .product_son .item p{font-size:16px;color:#fff;height:40px;line-height:40px;}
.header .product_son .item:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.header .call{position: absolute;right:0;top:24px;height:70px;background:url(../images/call.png) 0 center no-repeat;padding-left:44px;}
.header .call p{font-size:18px;color:#000;padding:6px 0 4px 0;}
.header .call h3{font-size:32px;color:#a22630;font-family: impact;}

.banner .swiper-button-next, .banner .swiper-button-prev{width:40px;height:72px;}
.swiper-pagination-bullet-active{background-color:#a22630 !important;border-color:#a22630 !important;}

.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(0,15,203,0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.footer{overflow: hidden;}
.footer .nav{height:70px;line-height:70px;background-color:rgb(162, 39, 49);font-size:0;text-align: center;}
.footer .nav a{display: inline-block;font-size:16px;color:#fff;width:130px;}
.footer .bg{background-color:rgb(243, 243, 243);padding:30px 0;border-bottom:1px solid #d0cfcf;}
.footer .one strong{font-weight:100;font-size:24px;color:#333;line-height:40px;}
.footer .one .call{font-size:30px;color:#a22630;font-size:30px;padding:10px 0;border-bottom:1px solid #D7D7D7;line-height: 40px;height:40px;background:url(../images/f-tel.jpg) left center no-repeat;padding-left:44px;}
.footer .one p{font-size:15px;color:#666;line-height:26px;margin-top:10px;}
.footer .two{width:400px;margin-left:150px;}
.footer .two h4{font-size:16px;color:#a22630;line-height:60px;font-weight:bold;}
.footer .two p{font-size:15px;color:#666;line-height:40px;border-bottom:1px solid #D7D7D7;}
.footer .two p a{display: inline-block;color:#666;}
.footer .two p:last-child{border:none;}
.footer .three img{width:100px;border:2px solid #fff;}
.footer .three p{font-size:12px;line-height:22px;color:#838383;padding:20px 0 0 10px;}

.copyright{height:60px;line-height:60px;color:#333;background-color:rgb(243, 243, 243);font-size:14px;text-align: center;}
.copyright img{display: inline-block;margin:0 10px 4px;}
.copyright a{display: inline-block;margin:0 10px;color:#333;}

.left_box_nav{width:250px;height:auto;}
.left_box_nav a{ width:auto;height:50px;display: block;border-radius:3px;line-height:50px;margin-bottom:7px;font-size:15px;padding-left:12px;color:#666;background:#f2f1f7 url(../images/l1.png) 210px center no-repeat;}
.left_box_nav a.active, .left_box_nav a:hover{color:#fff;background:#a22630 url(../images/l2.png) 210px center no-repeat;}

.fixed_right{position: fixed;right:10px;top:35%;width:90px;z-index:9999;background-color: #fff;padding:10px;}
.fixed_right p{font-size:12px;color:#000;text-align: center;}
/*===================== 公用样式 END =====================*/

/*===================== 首页 START =====================*/
.section_one{padding:20px 0;}
.section_one .tag span, .section_one .tag a{display: inline-block;line-height:36px;height:36px;}
.section_one .tag a{font-size:12px;color:#838383;}
.section_one .tag span{font-size:15px;color:#666;}
.section_one .search .xss{width:286px;height:36px;background-color:rgb(244, 244, 244);padding-left:10px;color:#838383;font-size:12px;}
.section_one .search .xbb{width:40px;height:36px;background:url(../images/s_so.gif) center no-repeat;font-size:0;}

.section_two{border-bottom:1px solid #eee;border-top:1px solid #eee;padding:30px 0;}
.section_two .left{width:40%;border-right:1px solid #EEEEEE;padding:20px 0;}
.section_two .left strong{font-size:36px;color:#373A3F;line-height:50px;}
.section_two .left strong span{color:#a22630;}
.section_two .left p{color:#666666;line-height:26px;font-size:15px;}
.section_two .right{width:54%;padding:20px 0;}
.section_two .right .bg{width:500px;height:40px;background-color:rgb(162, 39, 49);font-size:20px;font-weight:bold;color:#fff;text-align: center;line-height:40px;}
.section_two .right  .call{font-size:16px;color:#999;line-height:26px;padding-top:10px;}
.section_two .right  .call strong{color:#FF0000;font-weight:100;font-size:24px;line-height:30px;font-family: impact;}
.section_two .right  .call span{color:#999;font-size:16px;}

.section_three{margin-top:30px;}
#top_scroll{height:790px;overflow: hidden;width:1000px;}
#top_scroll ul li{float: left;width:32.33%;margin:0.5%;text-align: center;}
#top_scroll ul li .img{overflow: hidden;}
#top_scroll ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#top_scroll ul li .info{padding:20px;text-align: center;background-color:#efefef;line-height:20px;}
#top_scroll ul li strong{font-weight:100;font-size:22px;color:#333;display: block;}
#top_scroll ul li p{font-size:17px;color:dimgray;margin-top:10px;}
#top_scroll ul li:hover .info{background-color:#a22630;}
#top_scroll ul li:hover .info strong, #top_scroll ul li:hover .info p{color:#fff;}

.section_four{height:824px;background:url(../images/bg1.jpg) center no-repeat;margin-top:50px;overflow: hidden;}
.section_four .title{text-align: center;padding-top:80px;}
.section_four .title strong{font-size:36px;color:#a22630;line-height:40px;}
.section_four .title p{font-size:24px;color:#fff;line-height:40px;margin-bottom:20px;}
.section_four .title span{background-color:rgb(62,62,62);color:#fff;display: inline-block;width:230px;height:50px;line-height:50px;font-size:20px;font-weight:bold;}
.section_four .title span.bg{background-color:rgb(162, 39, 49);}
.section_four .bgc{margin:40px 0;}
.section_four .sc_wrap{width:1300px;margin:0px auto;position: relative;}
.section_four .sc_scroll{width:1160px;}
@media( max-width:1310px ){
	.section_four .sc_wrap{width:1200px;}
	.section_four .sc_scroll{width:1060px;}
}
.section_box{height:176px;background:url(../images/bg5.jpg) center no-repeat;}
.section_box .box{padding-top:36px;}
.section_box .box .fl strong{display: block;font-size:30px;color:#fff;line-height:40px;padding:5px 0;}
.section_box .box .fl p{font-size;16px;color:#fff;padding:7px 0;border-top:1px solid #74b0de;border-bottom:1px solid #74b0de;}
.section_box .box .fr h6{font-family: impact;font-size:44px;line-height:50px;color:#fff;}
.section_box .box .fr span{display: block;width:200px;margin:0 auto;border-radius:20px;text-align: center;font-size:16px;color:#a22630;line-height:30px;background-color: #fff;}

.section_five .bg1{height:645px;background:url(../images/bg2.jpg) center no-repeat;}
.section_five .bg1 .title, .section_seven .title{text-align: center;padding:60px 0;}
.section_five .bg1 .title strong, .section_seven .title strong{font-size:36px;color:#373A3F;line-height:50px;}
.section_five .bg1 .title span, .section_seven .title span{color:#a22630;}
.section_five .bg1 .title p, .section_seven .title p{font-size:15px;color:#666;}
.section_five .bg1 .img{margin-right:45px;}
.section_five .img{height:378px;border: #e8e8e8 9px solid;border-radius:10px;}
.section_five .text{width:400px;}
.section_five .text strong{display: block;color:#a22630;font-size:36px;line-height:40px;padding:20px 0;}
.section_five .text .txt{font-size:18px;color:#333;line-height:30px;}
.section_five .qqbutton{width:302px;height:49px;margin-top:50px;line-height:49px;background:url(../images/ys_btn.png) center no-repeat;}
.section_five .qqbutton span a{font-size:16px;color:#fff;font-weight:bold;line-height:30px;display: inline-block;padding-left:50px;}
.section_five .qqbutton a.qq{display: inline-block;font-size:18px;color:#fff;font-weight:bold;margin-left:25px;}
.section_five .bg2{height:413px;padding:40px 0;background:url(../images/bg3.jpg) center no-repeat;}
.section_five .bg2 .img{margin-left:45px;}
.section_five .bg3{height:500px;padding:45px 0;background:url(../images/bg4.jpg) center no-repeat;}
.section_five .bg3 .img{height:478px;margin-right:45px;}

.section_six{background:url(../images/news_bg.jpg) center top no-repeat;margin-bottom:40px;}
.section_six .title{text-align: center;padding:30px 0;}
.section_six .title strong{font-size:40px;line-height:50px;color:#a7323b;}
.section_six .title p{font-size:24px;color:#fff;line-height:40px;}
.section_six .item_box{width:1360px;margin:0 auto;box-shadow:0 0 10px #ccc;background-color: #fff;padding:30px 0 50px;}
.section_six .item{float: left;width:45%;margin:0 2.5% 20px;background-color:rgba(249,249,249);}
.section_six .item .img{width:236px;position: relative;}
.section_six .item .img i{position: absolute;right:0;top:50%;margin-top:-12px;width:10px;height:23px;background:url(../images/l3.png) center no-repeat;}
.section_six .item .info{width:320px;padding:20px;}
.section_six .item .info strong{display: block;font-size:16px;color:#a22630;line-height:30px;}
.section_six .item .info .date{font-size:16px;color:#999;line-height:26px;}
.section_six .item .info p{font-size:12px;line-height:22px;color:#838383;height:66px;overflow: hidden;}
.section_six  .more{width:113px;height:113px;font-family:impact;text-align: center;font-size:30px;line-height:110px;color:#fff;background:url(../images/n-more.png) center no-repeat;margin:-50px auto 0;}

.section_seven{height:900px;background:url(../images/aboutbg.jpg) center bottom no-repeat #f3f3f3;text-align: center;}
.section_seven h2{color:#36393E;font-size:43px;line-height:30px;font-weight:bold;}
.section_seven .text{font-size:15px;line-height:26px;color:#ffffff;width:1090px;margin:35px auto 0;background:rgb(162, 39, 49);padding:20px; border-radius:20px;}
.section_seven .text a{display: inline-block;font-size:16px;color:#a22630;}
.section_seven .img{border: #e8e8e8 8px solid;border-radius: 10px;margin:50px auto 0;max-width:1100px;}
/*===================== 首页 END =====================*/

/* ========================= 内页 START ========================= */

.about_box .col-md-6{width:48%;float: left;margin:1%;}
.contact_box .col-md-2{float: left;width:33.33%;text-align: center;}
.contact_box .col-md-2 img{margin:0 auto;}
/* ===================== 产品列表页 ===================== */
#list{margin:30px 0;}
#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:1500px;margin:0 auto;}
@media(max-width:1505px ){
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:1200px;}
}
.showlist {width:100%;/* float:left; */}
/*.showlist div *{width:100%;}*/
.showlist li{width:98%;margin:0 auto 20px;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.showlist .wrap_box{float:left;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
#showdata {display:none;}
#loaddata {text-align:center;}
.showlist li .img{overflow: hidden;}
.product_list_one .showlist, .product_list_two .showlist, .product_list_three .showlist{display: none;}
.product_list_one #showdata, .product_list_two #showdata, .product_list_three #showdata{display: block !important;}
.product_list_one .item, .product_list_two .item, .product_list_three .item{float: left;width:32.33%;margin:0 0.5% 30px;}
.product_list_one .item .img, .product_list_two .item .img{position: relative;overflow: hidden;}
.product_list_one .item img, .product_list_two .item img, .product_list_two .item strong, .product_list_three .item em{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.product_list_one .item:hover img, .product_list_two .item:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}


/* 样式一 */
.product_list_one .item .info{padding:20px;background:url(../images/arrow.png) right 57px no-repeat;}
.product_list_one .item strong{display: block;width:95%;font-weight:100;font-size:18px;text-transform:uppercase;}
.product_list_one .item .line2{width:100%;height:2px;transform-origin: 100%;-webkit-transform-origin: 100%;-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transform: scaleX(0);-webkit-transform: scaleX(0);visibility: hidden\9;background-color:#a22630;}
.product_list_one .item p{display: none;}
.product_list_one .item:hover .line2{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);transform-origin: 0;-webkit-transform-origin: 0;visibility: visible\9;}
.product_list_one .item:hover .info{background:url(../images/arrow.png) right center no-repeat;}
.product_list_one .item:hover strong{border-right:1px solid #f1f1f1;}
/* 样式一 */

/* 样式二 */
.product_list_two .item .info{padding:0 30px 15px;background-color:#f6f7f7;}
.product_list_two .item .info strong, .product_list_three .item .info strong{display: block;color:#555;font-size:18px;font-weight:100;padding-top:30px;}
.product_list_two .item .line1{width:0%;height:1px;margin-top:8px;}
.product_list_two .item .info p, .product_list_three .item .info p{color:#868585;font-size:14px;line-height:26px;height:52px;overflow: hidden;margin-top:8px;}
.product_list_two .item .line2{display: none;}
.product_list_two .item p{display: none;}
.product_list_two .item:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}
.product_list_two .item:hover strong{color:#a22630;transform: translateY(-10px);-moz-transform: translateY(-10px);-o-transform: translateY(-10px);-ms-transform: translateY(-10px);-webkit-transform: translateY(-10px);}
.product_list_two .item:hover .line1{width:100%;height:1px;background-color:#a22630;}
.product_list_two .item:hover p{transform: translateY(10px);-moz-transform: translateY(10px);-o-transform: translateY(10px);-ms-transform: translateY(10px);-webkit-transform: translateY(10px);}
/* 样式二 */

/* 样式三 */
.product_list_three .item .info strong{padding:0;}
.product_list_three .item{padding-bottom:20px;border-radius:6px;overflow:hidden;background-color:#f9f9f9;}
.product_list_three .item .info{padding:15px;}
.product_list_three .item em{font-style:normal;float: right;width:10px;height:3px;background-color:#a22630;margin:0px 15px 0 0;}
.product_list_three .item:hover em{width:30px;}
.product_list_three .item:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}
.product_list_three .item .info p{display: none;}
/* 样式三 */

/* 产品内页图 */
.product_article .img1{display: none;}
.product_article .title{overflow: hidden;padding:10px 0 0;}
.product_article .title h1{text-align: center;font-size:22px;color:#333;}
.product_article .title .time{display: block;height:30px;line-height:30px;text-align: center;margin:14px 0 0;font-size:14px;color:#999;}
.product_article .title .time img{display: inline-block;height:18px;margin-top:-2px;margin-right:10px;}
.product_article .title .share{text-align: center;height:24px;line-height:24px;margin-top:10px;}
.product_article .title .share span{display: inline-block;vertical-align: top;}
.product_article .title .bdsharebuttonbox{display: inline-block !important;vertical-align: top;}
/* 产品内页图 */

.product_list_five .item{width:24%;}

/* ===================== 产品列表页 ===================== */

/* ===================== 产品 详情页 ===================== */
.img_big_box{width:55%;float: left;}
.img_big_box .img_box{height:400px;border:1px solid #f1f1f1;border-radius:5px;position: relative;border-bottom:none;}
.img_big_box .img_box img{max-width:99%;max-height:99%;border-radius:5px;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.img_big_box .small_box{border:1px solid #f1f1f1;border-radius:5px;text-align: center;height:100px;overflow: hidden;}
.img_big_box .small_box img{max-height:80px;display: inline-block;margin:10px 5px;border:1px solid #fff;}
.img_big_box .small_box img.active{border-color:#a22630;}
.info_big_box{width:42%;float: right;height:502px;}
.info_big_box h1{color:#444;line-height:36px;font-weight: bold;font-size:26px;margin-top:60px;}
.info_big_box .info_1{margin:30px 0 0;}
.info_big_box .info_1 .dh{color:#555;margin-bottom:10px;height:40px;line-height:40px;cursor:help;font-family:impact;font-size:26px;margin-bottom:10px;letter-spacing:2px;}
.info_big_box .info_1 .dh a{display: inline-block;color:#555;}
.info_big_box .info_1 .dh img{display: inline-block;vertical-align: middle;width:30px;margin-right:12px;}
.info_big_box .info_1 .dh span{font-size:18px;display: inline-block;vertical-align: middle;color:#555;letter-spacing:0px;}
.info_big_box .info_2{padding:10px;}
.info_big_box .share{height:24px;line-height:24px;margin:20px 0;}
.info_big_box .share span{font-size:16px;color:#555;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{margin:0 6px 0 0 !important;}
/*.info_big_box .info_2 .ewm{margin-right:20px;}
.info_big_box .info_2 img{width:130px;border:1px solid #f2f2f2;padding:2px;}
.info_big_box .info_2 strong{display: block;font-size:14px;height:30px;line-height:30px;color:#333;text-align: center;}
.info_big_box .info_2 .but a{margin-top:26px;width:160px;height:36px;line-height:36px;text-align: center;position: relative;z-index:1;border:1px solid #f2f2f2;color:#666;}
.info_big_box .info_2 .but a.a1:hover, .info_big_box .info_2 .but a.a2:hover{color:#fff;}*/
.info_big_box .info_3 span{display: inline-block;padding:8px 0;line-height:24px;color:#555;cursor:help;font-size:12px;}
.info_big_box .info_3 span img{display: inline-block;height:20px;margin-bottom:3px;margin-right:6px;}

.xgcp_title{padding:10px;background-color:#fafafa; margin:30px 0 0;}
.xgcp_title h3{color:#a22630;border-left:2px solid #a22630;padding-left:20px;height:30px;line-height:30px;font-weight: bold;font-size: 20px;}

.article_content{font-size:16px;line-height:26px;color:#333;padding-top:30px;}
.article_content a{font-size:16px;line-height:26px;color:#333;text-decoration:none;}
.article_box{padding-top:30px;}
.article_box img, .article_content img{display: inline;}
.article_box p, .article_content p{margin-bottom:14px;}

.article_content img{display: inline-block;max-width:70%;}

#xgcp ul li{float: left;text-align: center;width:23%;margin:1%;}
#xgcp ul li strong{display: block;height:36px;color:#333;font-size:16px;font-weight:100;line-height:36px;text-align: center;}
#xgcp ul li:hover strong{color:#fff;}
#xgcp ul li:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.pagenum{border-top:1px solid #DCDCDC;margin-top:30px;text-align: center;font-family:\5FAE\x8F6F\6B63\9ED1\4F53,"Microsoft JhengHei";}
.pagenum a{font-size:16px;color:#666;width:50%;float: left;display: inline-block;height:50px;line-height:50px;}
.pagenum span{font-size:16px;color:#666;}
.pagenum a:hover{background-color:#f2f1f7;}
/* ===================== 产品 详情页 ===================== */

/* ===================== 内页 Banner 图 ===================== */
#nyba{height:425px;position: relative;overflow:hidden;background-color:rgba(0,0,0,0.3);background-image:url(../images/neibanner.jpg);background-position:top center;background-repeat:no-repeat;}
.fade_text{text-transform:uppercase;margin-top:5%;text-align: center;font-size:0;font-family:\5FAE\x8F6F\6B63\9ED1\4F53,"Microsoft JhengHei";}
.fade_text span{font-weight:bold;color:#fff;display: inline-block;}
.fade_text .cn{height:95px;line-height:95px;overflow: hidden;}
.fade_text .cn span{font-size:72px;}
.fade_text .en{height:40px;line-height:40px;font-size:30px;overflow:hidden;}
.fade_text .line{width:80px;height:3px;background-color:#fff;margin:20px auto;}
.arrow_down{position:absolute;left:50%;margin-left:-4px;bottom:20px;overflow: hidden;width:8px;}
.arrow_down .line{display: block;width:1px; height:40px;margin:0 3px;background: #fff; }
.arrow_down .aw{display: block;width:100%;height:5px;margin-top:3px;background: url('../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation: long 1.5s linear alternate infinite; animation: long 1.5s linear alternate infinite; }
@-webkit-keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
.son_list{position: absolute;height:50px;width:100%;bottom:10px;left:0;text-align: center;}
.son_list a{display: inline-block;width:140px;padding:0 5px;height:50px;color:#333;background-color: #fff;font-size:16px;text-align: center;line-height:50px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.son_list a i{background-color:#a22630;position: absolute;left:50%;top:50%;margin:-100px 0 0 -100px;z-index:-1;width:200px;height:200px;border-radius:50%;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);}
.son_list a:hover i, .son_list a.active i{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}
.son_list a:hover, .son_list a.active{color:#fff;}
/* ===================== 内页 Banner 图 ===================== */

/* ===================== 面包屑导航 ===================== */
.position_now{height:60px;line-height:60px;font-size:14px;background-color: #f1f1f1;}
.position_now a{display: inline-block;color:#707070;}
.position_now .fl{color: #707070;font-family:\5FAE\x8F6F\6B63\9ED1\4F53,"Microsoft JhengHei";}
.position_now .fl img{height:20px;margin-top:-4px;display: inline-block;margin-right:8px;}
.position_now .fr{font-family: impact;color:#a22630;font-size:22px;}
.position_now .fr img{height:26px;display: inline-block;margin-right:8px;vertical-align: middle;}
.position_now .fr strong{font-weight:100;}
/* ===================== 面包屑导航 ===================== */

/* ===================== 新闻页面 ===================== */

/* 新闻样式 1 */
.news_one .news_box li{margin-bottom:20px;}
.news_one .news_box li .img{width:30%;height:300px;overflow:hidden;float:left;border-radius:8px;position: relative;}
.news_one .news_box li .img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_one .news_box li .img .bg{position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);}
.news_one .news_box li .img .bg i{opacity:0;position: absolute;left:50%;top:50%;margin:-15px 0 0 -50px;width:30px;height:30px;background:url(../images/news_arrow.png) center/100% no-repeat;}
.news_one .news_box li .info{width:68%;height:240px;float:right;padding-top:60px;}
.news_one .news_box li .info h3{font-weight:bold;font-size:18px;color:#333;}
.news_one .news_box li .info .time{color:#777;font-size:14px;padding:20px 0;}
.news_one .news_box li .info .line{width:100%;height:1px;background-color: #e5e9ef;margin-bottom:20px;}
.news_one .news_box li .info .line i{display: block;width:0%;height:1px;background-color:#a22630;}
.news_one .news_box li .info p{color:#999;font-size:16px;line-height:26px;height:52px;overflow: hidden;}
.news_one .news_box li:hover .info{padding-top:50px;}
.news_one .news_box li:hover .line i{width:100%;}
.news_one .news_box li:hover h3{color:#a22630;}
.news_one .news_box li:hover .bg{background:rgba(0,0,0,0.55);}
.news_one .news_box li:hover .bg i{opacity:1;margin:-15px 0 0 -15px;}

.news_article_box .left_fixed{position: fixed;left:0;top:0;width:35%;height:100%;z-index:-1;}
.news_article_box .left_fixed .text{padding:35% 0 0 25%;}
.news_article_box .left_fixed h6{font-size:70px;color:#a22630;opacity:0.5;font-style:italic;font-family: impact;}
.news_article_box .left_fixed h5{font-size:16px;color:#333;margin-top:30px;font-family:\5FAE\x8F6F\6B63\9ED1\4F53,"Microsoft JhengHei";}
.news_article_box .left_fixed .return{margin-top:40px;font-size:14px;color:#666;}
.news_article_box .left_fixed .return:after{content:'';}
.news_article_box .right_article{float: right;width:70%;background-color: #f5f5f5;overflow: hidden;}
.news_article_box .inner_content{padding:30px 50px;}
.news_article_box .h1_title{padding:70px 40px;background-color:#E5E5E5;line-height:1.5;}
.news_article_box .h1_title h1{font-size:28px;color:#333;margin-bottom:20px;}
.news_article_box .h1_title .time img{height:20px;display: inline-block;margin:-4px 10px 0 0;}
.news_article_box .h1_title .time span{color:#777;font-size:16px;}

.page_list{text-align: center;}
.page_list b{font-size:0;}
.page_list b a, .page_list b font{display: inline-block;font-weight:100;color:#999;font-size:16px;margin-right:10px;border:1px solid #e5e9ef;width:40px;height:40px;line-height:40px;border-radius:6px;text-align: center;}
.page_list b font{background-color:#a22630;color:#fff;border-color:#a22630;}
.page_list_span1{display: none;}
/* 新闻样式 1 */

/* 新闻样式 2 */
.news_two .news_box li{float: left;width:31.33%;margin:1%;overflow: hidden;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li a{padding:20px;background-color:#f3f3f3;position: relative;}
.news_two .news_box li .time strong{font-size:50px;color:#a22630;display: inline-block;font-family:"SimHei";position: relative;}
.news_two .news_box li .time strong::after{content:'';position: absolute;left:0;top:30px;width:0px;background-color:#a22630;height:2px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li .time span{font-size:12px;color:#333;display: block;font-family:"SimHei";}
.news_two .news_box li h3{color:#333;font-size:18px;line-height: 26px;height:52px;overflow: hidden;margin:15px 0 10px;}
.pc .news_two .news_box li:hover h3{color:#a22630;}
.news_two .news_box li p{font-size:14px;color:#666;line-height:22px;height:44px;overflow: hidden;margin-bottom:10px;}
.news_two .news_box li i{position: absolute;background-color:#a22630;}
.news_two .news_box li i.i1{width:0px;height:2px;top:20px;right:20px;}
.news_two .news_box li i.i2{width:2px;height:0px;top:20px;right:20px;}
.pc .news_two .news_box li:hover i.i1{width:30px;}
.pc .news_two .news_box li:hover i.i2{height:30px;}
.pc .news_two .news_box li:hover{box-shadow:0px 18px 25px rgba(0,0,0,0.08);}
.pc .news_two .news_box li:hover strong::after{width:100%;}

.fixed_body{display: none;position: fixed;width:100%;height:100%;background:rgba(255,255,255,0.8);left:-30%;top:0;z-index:9999;}
.fixed_body .fixed_article{display: none;position:fixed;width:1200px;height:800px;top:50%;right:20%;margin:-400px -600px 0 0;background-color:#fff;z-index:99999;box-shadow:0px 0 25px rgba(0,0,0,0.08);}
.fixed_body .fixed_article .fb_close{position: absolute;right:0;top:0;width:60px;height:60px;cursor:pointer;background-color:#a22630;}
.fixed_body .fixed_article .fb_close i{display: block;margin:10px auto 0;width:40px;height:40px;background:url(../images/jia.png) center center/80% no-repeat;}
.fixed_body .fixed_article .fb_close:hover i{transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.fixed_body .fixed_article iframe{border:none;width:100%;height:100%;display: block;}
@media( max-width:1505px ){
	.fixed_body .fixed_article{width:1000px;margin-right:-500px;}
}
/* 新闻样式 2 */

/* ===================== 新闻页面 ===================== */

/* ===================== 产品页 左侧 导航 ===================== */
#list .left_side{width:280px;}
#list .left_side .box_one, #list .left_side .box_two{width:260px;background-color:#a22630;padding:10px 10px;}
#list .left_side .box_one .title{text-align: center;margin-bottom:20px;}
#list .left_side .box_one .title h3{color:#fff;font-weight:bold;font-size:30px;margin:20px 0 10px 0;}
#list .left_side .box_one .title p{color:#fff;font-size:16px;}
#list .left_side .box_one ul li{line-height:50px;background-color:#fff;margin-bottom:5px;text-align:left;}
#list .left_side .box_one ul li a{position: relative;z-index:1;overflow: hidden;height:50px;}
#list .left_side .box_one ul li span, #list .left_side .box_one ul li em{position: absolute;display: block;width:96%;height:100%;padding-left:4%;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
#list .left_side .box_one ul li span{left:0;top:0;background-color:#fff;}
#list .left_side .box_one ul li em{right:-100%;top:0;background-color:dodgerblue;color:#fff;}
#list .left_side .box_one ul li a:hover span, #list .left_side .box_one ul li a.active span{top:100%;}
#list .left_side .box_one ul li a:hover em, #list .left_side .box_one ul li a.active em{right:0;}
#list .left_side .box_one ul li .son_nav{border-top:1px solid #a22630;}
#list .left_side .box_one ul li .son_nav a{background:none;height:40px;line-height:40px;}
#list .left_side .box_two{margin-top:10px;padding:20px 10px;}
#list .left_side .box_two p{font-size:16px;color:#fff;line-height:30px;}
#list .left_side .box_two strong{color:#fff;font-size:30px;display: block;margin-bottom:10px;font-family:impact;font-weight:100;}
#list .left_side .box_two .more{height:36px;line-height:36px;background-color:#fff;margin-top:10px;width:200px;color:#333;text-align: center;}
#list .left_side .box_two .more i{background-color:dodgerblue;}
#list .left_side .box_two .more:hover{color:#fff;}
#list .right_side.fr{width:1200px;}
@media(max-width:1505px ){#list .right_side.fr{width:900px;}}
/* ===================== 产品页 左侧 导航 ===================== */

/* ===================== 全局搜索框 ===================== */
.form_box {display: none;border:1px solid #f1f1f1;border-radius: 5px;margin-bottom: 20px;}
.form_box .sf{margin:0 auto;text-align: center;font-size:0;}
.form_box .an {display: inline-block;border: 1px solid #f1f1f1;background-color: #fff;color: #333;height: 40px;border-radius: 8px;margin: 10px 5px;font-size: 16px;line-height:40px;padding: 0px 15px;outline:none;}
.form_box .an{vertical-align: bottom;}
.form_box .an:hover{border-color:#a22630;}
.form_box .inp{height:38px;vertical-align: bottom;}
.form_box .submit{width:80px;cursor:pointer;}
/* ===================== 全局搜索框 ===================== */

/* ===================== 在线留言 ===================== */
.form_box_box{width:1200px;margin:40px auto;padding:60px 0;box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);}
ul.fs{width:1000px;margin:0 auto;}
ul.fs input, ul.fs textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: 0.8s;-o-transition: 0.8s;-ms-transition: 0.8s;-moz-transition: 0.8s;transition: 0.8s;}
ul.fs .box1 li{float: left;width:320px;margin-right:20px;}
ul.fs .box1 li:nth-of-type(3){margin:0;}
ul.fs .box1 li input{border:1px solid #e1e7ee;width:100%;height:50px;padding:10px;color:#999;}
ul.fs li input:hover{border-color:#a22630;}
ul.fs .box1 li input::-webkit-input-placeholder, ul.fs li.textarea textarea::-webkit-input-placeholder, ul.fs li.yzm input::-webkit-input-placeholder{color: #999;}   
ul.fs .box1 li input:-moz-placeholder, ul.fs li.textarea textarea:-moz-placeholder, ul.fs li.yzm input:-moz-placeholder{color: #999;}    
ul.fs .box1 li input:-ms-input-placeholder, ul.fs li.textarea textarea:-ms-input-placeholder, ul.fs li.yzm input:-ms-input-placeholder{color: #999;}
ul.fs li.textarea textarea{width:100%;height:150px;border:1px solid #e1e7ee;padding:10px;margin:20px 0;color:#999;}
ul.fs li.textarea textarea:hover{border-color:#a22630;}
ul.fs li.radio{text-align: center;}
ul.fs li.radio label{margin:0 10px;}
ul.fs li.yzm{text-align: center;margin:20px 0;}
ul.fs li.yzm img{display: inline-block;height:20px;}
ul.fs li.yzm input{border-bottom:1px solid #e1e7ee;width:200px;height:50px;padding:10px;color:#999;}
ul.fs li.yzm input:hover{border-color:#a22630;}
ul.fs li.submit input{height:50px;margin:0 auto;display: block;cursor:pointer;width:200px;border-radius:50px;background-color:#a22630;font-size:16px;color:#fff;}
/* ===================== 在线留言 ===================== */

/* ===================== 联系我们 地图 ===================== */
#allmap{height:500px;}
#allmap img{max-width:none !important;}
/* ===================== 联系我们 地图 ===================== */

/* ===================== 回到顶部 ===================== */
.go_top{display: none;background:url(../images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#a22630;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}
/* ===================== 回到顶部 ===================== */

.firstRow img {display: inline-block;}
/* ================================ 内页 END ================================ */

/*===================== 响应式代码 START =====================*/
@media( max-width:1370px ){
	.section_six .item_box{width:1200px;}
	.section_six .item .info{width:264px;}
}
@media( max-width:1310px ){
	.inner{width:1200px;}
	#top_scroll{width:940px;}
}
@media( max-width:1210px ){
	.inner{width:750px}
}

.header .menu_box{display: none;}
.header img{margin-top:14px;}
.header .menu_box{float: right;width:24px;height:54px;position: relative;}
.header .nav_button{position: absolute;right:0;top:26px;vertical-align: middle;width:24px;height:2px;cursor:pointer;background-color:#a22630;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav_button::after, .header .nav_button::before{content:'';width:24px;height:2px;position: absolute;z-index:99999999;right:0;background-color:#a22630;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav_button::after{top:9px;}
.header .nav_button::before{top:-9px;}
.header .menu_box.on .nav_button{width:0;}
.header .menu_box.on .nav_button::before{-webkit-transform: translateY(9px) rotate(45deg);-ms-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg);}
.header .menu_box.on .nav_button::after{-webkit-transform: translateY(-9px) rotate(-45deg);-ms-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg);}
#close{display: none;position: fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9999999;}
.wap_son{display: none;padding:0 13px;margin-bottom:20px;}
.wap_son a{width:31.33%;height:40px;line-height:40px;font-size:16px;color:#fff;text-align: center;margin:1%;float: left;background-color:rgba(0,15,203,0.6);}

.pc .fixed_footer, .wap_show{display: none;}
.mobile .fixed_footer{display: none;background-color:rgba(0,15,203,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){.mobile .fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.mobile .fixed_footer a{float: left;width:33.33%;text-align: center;}
.mobile .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
.mobile .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1210px ){
	html, body{max-width:750px;margin:0 auto;}
	.fixed_right, .footer .three, .footer .one, .footer .nav, .top_header, .top_header .fr, .top_header .logo .text, .pc_show, .product_list_two .item .info p, .product_list_three .item .info p, .header .call, .banner .swiper-button-next, .banner .swiper-button-prev, .news_two .news_box li p, .position_now .fr, .arrow_down, #list .left_side, .news_one .news_box li .img .bg, .news_article_box .left_fixed, .img_big_box, #none{display: none;}
	.wap_show, .header .menu_box, .mobile .fixed_footer, .wap_son{display: block;}
	.header .nav ul li .text{color:#333;}
	.footer .two{width:100%;margin:0;}
	.about_box .col-md-6{width:100%;float:none;margin:0;}
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto, .inner{width:auto;padding:0 15px;}
	.header{height:54px;background-color: #fff;}
	.header .inner{padding:0 15px;width:auto;height:54px;}
	.header .logo{top:5px;left:15px;width:auto;height:auto;}
	.header .logo img{height:44px;margin:0;}
	.header .nav{position: fixed;width: 280px;height:409px;overflow: auto;padding: 20px 0;top: 50%;left: 50%;margin: -200px 0 0 -140px;z-index: 9999999999;background-color: #fff;box-shadow: 0 0 10px #f1f1f1;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0); -o-transform: scale(0);transform: scale(0);}
	.header .nav ul li{display: block;width:90%;margin:0 auto;height:40px;line-height: 40px;border-bottom: 1px solid #f9f9f9;}
	.header .nav ul li:last-child{border: none;}
	.product_son{display: none !important;}
	.copyright{height:auto;line-height:40px;}
	.position_now .fl{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}
	#allmap{height:260px;}
	#nyba{height:200px;}
	.fade_text{margin-top:50px;}
	.fade_text .cn{line-height:40px;height:40px;}
	.fade_text .cn span{font-size:30px;}
	.fade_text .en{font-size:16px;}
	.fade_text .line{margin:10px auto;}
	.form_box_box, ul.fs{width:100%;}
	.form_box_box{margin:0;padding:20px 0;box-shadow:none;}
	ul.fs .box1 li{float:none;width:100%;margin-bottom:20px;}
	.product_list_one .item, .product_list_two .item, .product_list_three .item{width:49%;margin:0.5%;}
	.product_list_two .item .info{min-height:70px;}
	#list .right_side{float:none !important;width:100% !important;}
	.news_one .news_box li .img, .news_one .news_box li .info{float:none !important;width:100%;}
	.news_one .news_box li .img{height:200px;}
	.news_one .news_box li .info{padding-top:20px;height:auto;}
	.news_one .news_box li .info .time{padding:6px 0;}
	.news_one .news_box li .info .line{margin-bottom:6px;}
	.news_one .news_box li:hover .info{padding-top:20px;}
	.son_list{height:40px;}
	.son_list a{height:40px;line-height:40px;width:100px;font-size:14px;padding:0;}
	.news_article_box .right_article{width:100%;float:none;background-color: #fff;}
	.news_article_box .inner_content, .news_article_box .h1_title{padding:20px;}
	.news_two .news_box li{width:49%;margin:0.5%;}
	.news_two .news_box li a{padding:8px;}
	.news_two .news_box li .time strong{font-size:30px;}
	.fixed_body .fixed_article {width:90%;height:500px;margin: -250px -45% 0 0;}
	.fixed_body .fixed_article .fb_close{top:auto;bottom:0;width:50px;height:50px;}
	.fixed_body .fixed_article .fb_close i{margin-top:5px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
	.info_big_box{width:100%;height:auto;}
	.info_big_box h1{margin-top:0;font-size:20px;}
	.info_big_box .info_1{margin-top:10px;}
	.info_big_box .share{margin:0 0 10px 0;}
	.info_big_box .info_1 .dh:nth-of-type(2), .info_big_box .info_1 .dh:nth-of-type(3), .info_big_box .info_3{display: none;}
	.xgcp_title{margin-top:10px;}
	.article_content img{display: inline-block;max-width:100%;}
	
	/*首页*/
	.section_two, .section_box .box .fr, .section_six .item .img i{display: none;}
	.section_one .tag, .section_one .search{float:none;width:100%;}
	.section_one .sf{width:250px;margin:20px auto 0;}
	.section_one .search .xss{width:200px;}
	.section_one .tag span, .section_two .right .call strong{display: block;}
	.section_one .tag a{height:20px;line-height:20px;}
	#top_scroll{float:none !important;width:100%;margin-top:14px;height:500px;}
	#top_scroll ul li{width:49%;}
	.left_box_nav{float:none;width:100%;height:auto;}
	.left_box_nav a{width:32.33%;margin:0.5%;float: left;padding:0;text-align: center;background-image:none;}
	.section_four .title span{width:80px;font-size:14px;}
	.section_four, .section_five .bg1, .section_five .bg2, .section_five .bg3, .section_five .bg3 .img, .section_seven{height:auto;}
	.section_five .bg1, .section_five .bg2, .section_five .bg3{background-size:cover;}
	.section_four .sc_wrap, .section_four .sc_scroll{width:100%;}
	.section_box .box{padding-top:0px;}
	.section_box .box .fl strong{font-size:18px;}
	.section_five .img, .section_five .bg2 .img{margin-right:0 !important;margin:0 auto;float:none;height:auto;background-color: #fff;}
	.section_five .img img{margin:0 auto;}
	.section_five .text{width:100%;text-align: center;}
	.section_five .qqbutton{margin:20px auto;}
	.section_five .qqbutton span a{padding-left:15px;}
	.section_six .item_box, .section_seven .text{width:100%;}
	.section_six .item .img, .section_six .item .info{width:100%;float:none;box-sizing:border-box;}
	.section_seven{padding-bottom:20px;}
	.section_seven .img{max-width:100%;box-sizing:border-box;}
	.section_three{margin-top:0;}
	.section_seven .title{padding:30px;}
	.section_seven .title strong{font-size:26px;}
	.section_seven .text{height:130px;overflow: hidden;}
	.pagenum a{width:100%;}
}
/*===================== 响应式代码 END =====================*/

.section_six .item{
	height: 223px;
}


.product_list_one .item img, .product_list_two .item:hover img{
	height: 310.36px;
}

.product_list_three .item{
	height: 450px;
	overflow: hidden;
}


.logor {

}

.logor p {
	display: inline-block;
}

@media( max-width:760px ){
	.header img {
	    width:90px;
	    margin-top:6px;
	}
}




















