@charset "utf-8";
body{font-family:"微软雅黑"!important;font:14px Microsoft YaHei!important;line-height: 24px;color: #333; }
body,div,p,span,ul,li,dl,dd,h1,h2,h3,a,input,img{margin:0;padding:0;}
li,ol{list-style:none;}
a,input,img,textarea{border:none;outline:none;}
i,em{font-style:normal;}
a{text-decoration: none;color: #333;}
a:focus{text-decoration: none;}
a:focus, a:hover{ text-decoration: none!important; outline: none;outline-offset:0;}
label{font-weight: normal;width:100%;}
a:focus {outline:none;outline-offset:0;}
.fl{ float:left; }.fr{ float:right; }
.cl:after{ content:""; display:block; height:0; clear:both; visibility:hidden;}
.tl{ text-align:left;}.tc{ text-align:center;}.tr{ text-align:right;}
.transition{-webkit-transition: all  0.3s ease-out;-moz-transition: all  0.3s ease-out;-o-transition: all  0.3s ease-out; transition: all  0.3s ease-out; }
.slick-slide{outline: none!important;height:auto;}
#wrap_index{overflow: hidden;position: relative;}
@media (min-width: 1420px) {
  .container{width: 1200px;padding: 0;margin:0 auto;}
}
@media (min-width: 1920px){
	.container{width: 1380px;margin:0 auto;}
}

@media (min-width: 1700px) and (max-width: 1920px){
	.container{width: 1380px;margin:0 auto;}
}

.clearfix:after { content:'\20'; display:block; height:0; clear:both; }
.clearfix { *zoom:1;}
a:hover{ color:#ee7e00}



/*header*/
#header{width:100%;position: relative; background-color:rgba(255,255,255,.8); z-index: 90;}
.logo{width:30%;height:95px;}
.logo a{display:table-cell;width:100%;height:95px;vertical-align:middle;}
.logo img{ max-width:100%;max-height: 100%; }
#header .pc_Menu{width:70%;}
.pc_Menu .menul{width:100%;height:100px;}
.pc_Menu .menul .firstli{position:relative;width:14.2857%;float:left;text-align:center;transition:300ms;}
.pc_Menu .menul .firstli a{display:block;position:relative;box-sizing:border-box; width:100%;height:100px;line-height:100px;padding:0 6px;font-size:16px;color:#333;overflow:hidden;}
.pc_Menu .menul .firstli.cur>a, .pc_Menu .menul .firstli:hover>a{ background:#ee7e00; color:#fff}
.pc_Menu .secdulBox{display: none;position: absolute;width: 100%;background-color:rgba(255,255,255,.8);padding:0px 0px 0px 0px;border-radius:0px; top:100px;left: 50%;transform: translateX(-50%);}
.pc_Menu .secdulBox .secdli a {font-size:14px; padding: 0;height:45px;line-height: 45px;color: #333;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms; transition: 300ms;}
.pc_Menu .secdulBox .secdli.current a,.pc_Menu .secdulBox .secdli a:hover {color: #fff;background:#ee7e00;}
.pc_Menu .menul .firstli:after{opacity: 0; position: absolute;content:"";bottom:-10px;left:50%;transform:translateX(-50%);width: 24px;height: 8px;background:url(../image/ico3.png)no-repeat center;-webkit-background-size: cover;background-size: cover;-webkit-transition: all  0.3s ease-out;-moz-transition: all  0.3s ease-out;-o-transition: all  0.3s ease-out; transition: all  0.3s ease-out; }
.pc_Menu .menul .firstli.cur:after,.pc_Menu .menul .firstli:hover:after{bottom:11px;opacity: 1;}


/*手机头部*/
.model-header{ width: 100%;height:60px;padding: 0 10px;z-index:30;background:#ffffff; }
.model-header .model-header-logo{width:40%;float: left;height:60px;}
.model-header .model-header-logo a{display: table-cell;vertical-align: middle;width: 330px;height:60px;}
.model-header .model-header-logo a img{max-width: 330px;max-height: 60px;}
.model-header .model-navbtn{width: 32px;height:60px;line-height: 42px;float: right;padding:16px 0;}
.model-header .model-navbtn img{max-width:100%;}
/*main*/




@media (max-width:991px){
	.logo,.logo a{height:60px;}
	.pc_Menu .menul{height:60px;}
	.pc_Menu .menul .firstli:after{width: 20px;height: 6px;}
	.pc_Menu .menul .firstli.cur:after, .pc_Menu .menul .firstli:hover:after{bottom:8px;}
	.pc_Menu .menul .firstli>a{font-size:14px;height:60px;line-height:60px;padding:0 3px;}
	.pc_Menu .secdulBox{top:60px;border-radius:5px;}
	.pc_Menu .secdulBox .secdli a{font-size:14px;height:32px;line-height:32px;}
}


/*颜色重写*/
/*banner*/
#model_banner .banner_img img{position:relative;width:130%;left:50%;transform:translateX(-50%);}
#model_banner .banner_img a{display:block;width: 100%;overflow: hidden;}
.slick .slick-prev:before,.slick .slick-next:before{ content:""; }
#model_banner .slick-prev,#model_banner .slick-next{width:46px;height:84px;}
#model_banner .slick-prev{opacity:.2;left:60px;z-index:9; background:url("../image/arw.png") no-repeat center;transform:translateY(-50%) rotate(180deg);}
#model_banner .slick-next{opacity:.2;right:60px; background:url("../image/arw.png") no-repeat center;}
#model_banner .slick-prev:hover,#model_banner .slick-next:hover{opacity:1;}
#model_banner .slick-dots li{margin:0 10px;}
#model_banner .slick-dots li button{background: #fff;opacity:.6;}
#model_banner .slick-dots li.slick-active button{background: #fff;opacity:.6;}
#model_banner .slick-dots li.slick-active button:after{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%); width:18px;height:18px;border:1px solid #cfc7c0;border-radius:50%;}
#model_banner .slick-dots {bottom: 10px;}

.model-textlist-one ul li:hover{border-bottom:1px solid #ee7e00;}
.model-textlist-one ul li:hover dt{color:#ee7e00;}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover{border:1px solid #ee7e00;background:#ee7e00 url(../image/icon10.png) 90% center no-repeat;}
.updown_fenlei .cont_nav .one .one_a i{background:url(../image/icon4.png) center no-repeat;}
.model-classify-nav .one .o_li .one_a i{background:url(../image/icon6.png) center no-repeat}

.updown_posnav .nav_item a:hover, .updown_posnav .nav_item a.on,#model_contant_main .model_dec_adress a:hover{color:#ee7e00;}
.updown_fenlei .cont_nav .one .o_li:hover .one_a, .updown_fenlei .cont_nav .one .o_li a.ez{background-color:#ee7e00;}
#model_contant_main .model_dec_adress a:hover,#model_contant_main .model_dec_adress a.cur{color:#ee7e00;}
.model-dectil-bottom .model-dectil-chose a:hover{color:#ee7e00;}
.model-dectil-img .slick-dots li button{border: 1px solid #ee7e00;}
.model-dectil-img .slick-dots li.slick-active button{background:#ee7e00;}
.model_seach .model-seachdiv form .seabtn,.model-textlist-three ul li a:before{background:#ee7e00;}
.model-textlist-three ul li a:hover, .model-textlist-three ul li a:hover dt{color:#ee7e00;}
.model_page a.on, .model_page a:hover,.model_page a.on, .model_page a.current{color:#ee7e00;border-bottom: 1px solid #ee7e00;}
.model-textlist-four ul li a:hover{background: #ee7e00;}
.model-textlist-two ul li a:hover .textlist-l dt,.model-textlist-two ul li a:hover .textlist-l p{color:#ee7e00;}
.model-textlist-two ul li a:hover .newtime{background: #ee7e00;}
.model-imgtextlist-two ul li a:hover .imgtextlist-r dt,.model-imgtextlist-one ul li a:hover .imgtextlist-l dt,
.model-imgtextlist-three ul li a:hover .imgtextlist-r dt,.model-imgtextlist-three ul li .imgtextlist-r .time p{color:#ee7e00;}
.model-imgtextlist-four ul li a:hover .imgtextlist-text,.model-imglist-two ul li a:hover p{background: #ee7e00;}
.model-imglist-two ul li .pimg em span{background:#ee7e00 url(../image/icon7.png) center no-repeat}
.model-imglist-three ul li a:hover{border:2px solid #ee7e00;}
.model-imglist-three ul li a:hover p{color:#ee7e00;background:url(../image/icon6.png) right center no-repeat;}
.model_leftright_l .cont_nav .one .o_li .one_a i{background:url(../image/icon6.png) center no-repeat;}

/*手机端*/
.model-classify .model-classify-posnav{background:#ee7e00;}
/*底部导航*/
.model-fixed{background:#ee7e00!important;}
.model-classify-nav .one .o_li a.ez,.model-classify-nav .second a.sen_x{color:#ee7e00;}
.model-classify-nav .second a.sen_x:before{background:#ee7e00;}
.model-phone-page span i{color:#ee7e00;}

.model-leftnav-top{background: #ee7e00;}

.model-fixed .fnavbox li a, .fnavbox li dd{color:#fff!important;}
/*左右布局*/
.model_leftright_l .l_posnav{background: #ee7e00;}
.model_leftright_l .cont_nav .one .o_li a.one_a:hover, .model_leftright_l .cont_nav .one .o_li a.ez{color:#ee7e00;}
.model_leftright_l .cont_nav .second .e_li a:hover, .model_leftright_l .cont_nav .second .e_li a.sen_x{color:#ee7e00;}
.model_leftright_l .cont_nav .second .e_li a:hover:before, .model_leftright_l .cont_nav .second .e_li a.sen_x:before{background: #ee7e00;}
.model_leftright_l .cont_nav .second .e_li a:hover, .model_leftright_l .cont_nav .second .e_li a.sen_x{color:#ee7e00;}
.moder_leftright_r .r_posnav p{border-bottom:4px solid #ee7e00;}
.moder_leftright_r .r_posnav span a:hover{color:#ee7e00;}
/*内页产品详情箭头*/
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before{border-bottom:12px solid #ee7e00;}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before{border-top:12px solid #ee7e00;}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover{border-bottom:1px solid #ee7e00;}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover{border-top:1px solid #ee7e00;} 


/*修改*/
.model-dectil-text img{max-width:100%;}
.model-imglist img{max-width:100%;}
@media (max-width:991px){
	.news_list dt img{width:100%;}
	.news_list dd{padding:6px;}
	.news{background-color:#fff;}
}


@media (min-width:768px){
	.model-textlist-four ul li .textlist-r dd{color:#fff;}
	.model-imgtextlist-four ul li a:hover .imgtextlist-text p,.model-imgtextlist-four ul li .imgtextlist-text dd{color:#fff;}
}
@media (max-width:640px){
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after{    border-left: 7px solid #ee7e00;}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next{border-left: 1px solid #ee7e00;}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after{border-right: 7px solid #ee7e00;}
.ours .ours_list li a .text .p3{line-height:80px;}
}


/*私下css*/
.index_box{ margin: 0 auto; }
.index_box .title{ width: 60%; margin: 0 auto; text-align:center; }
.index_box .title .en{position:relative; color:#eee;  font-size:80px; font-weight:bold; height:90px; text-align:center;vertical-align:bottom; text-transform:Uppercase; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;   }
.index_box .title .cn{position: absolute;left:0; right:0; top:0;  bottom:0; height:85px; }
.index_box .title .cn .icon{margin: 0 auto;width:50px; height:50px;text-align:center;}
.index_box .title .cn .icon i{ color:#333;  font-size: 50px;display: inline-block;vertical-align: top;}
.index_box .title .cn .b{display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;line-height:36px;height: 36px;color:#ee7e00;  font-size:30px;font-weight:bold;}
.index_box .title .p{margin: 0 auto; color: #333;font-size:14px; line-height:28px; margin-top:3px;text-align:center; text-transform:Uppercase; font-weight:normal;display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}



.index_box .more {margin:0 auto;display: block;color:#fff;border-radius:30px;  font-size:16px; width: 167px; line-height: 36px;height: 36px; text-align:left; text-indent:24px;  margin-top:45px;
 background:url(../image/icon17.png) #007d6d right no-repeat; overflow:hidden}
.index_box .more a{color:#fff; }
@media (min-width:640px){.index_box .more:hover{ width:167px; font-size:16px;color:#fff; line-height:36px; height: 36px;  background:url(../image/icon17.png) #555 right no-repeat;}

}

.product{padding:70px 0px 120px 0px;}

.pro_cont {margin-top:55px;}
.pro_cont .pro_list:nth-child(3n){margin-right:0;}
.pro_list{float:left; margin-bottom:35px;position: relative;}
.pro_list dt{text-align: center;}
.pro_list dt img{max-height: 100%;max-width: 100%; margin:0 auto;}
.pro_list dd{position: absolute;bottom:15px;left:55px;right:55px;background: rgba(0,0,0,.2);height:48px;line-height: 48px;transition: all linear .3s;-webkit-transition: all linear .3s;}

.pro_list dd span{color:#fff;font-size: 16px;display: inline-block;height:48px;line-height: 48px;width:60%;
    overflow: hidden; vertical-align: top;margin-left:20px;white-space:nowrap; text-overflow:ellipsis; }
.pro_list dd i{width:50px;display: inline-block;border-bottom:2px solid #fff;margin-left:-20px;vertical-align: middle;}
.pro_list dd a{float:right;margin-right:20px;max-height: 100%;max-width: 100%; }
@media (min-width:640px){.pro_list dd:hover {left:20px;right:20px;padding:0px 0px 0px 40px; background:#ee7e00;}
}

/*about css*/
.about{margin:0 auto; height: auto; padding:80px 0px 80px 0px ; position:relative ;}

.about .inter{   padding:50px 55px 0px 0px ; }
.about .video_img{  margin-bottom:0px; tdisplay: table-cell;text-align: center; }
.about .video_img iframe{height:620px !important}
.about .about_img img{max-width:100%; max-height:100%;  margin:auto; }
.about .box_text{float:right;background: rgba(255,255,255,.8); padding:0px 30px 30px 0px; }
.about .box_text .text{margin-top:0px; padding:0px 0px; font-size:16px; color: #333;line-height: 30px;height:200px; text-align:left;text-indent:28px; overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp:9;-webkit-box-orient: vertical;margin-bottom: 0px;}
.about .about_more {float:right;display: block;color:#ee7e00;border-radius:30px;  font-size:16px; width: 145px; line-height: 36px;height: 36px;text-align:left; text-indent:24px;  margin-top:30px;
 background:url(../image/icon16.png) right no-repeat; overflow:hidden}
.about .about_more a{color:#fff; }
@media (min-width:640px){.about .about_more:hover{  width: 145px; line-height: 36px;height: 36px;font-size:16px;color:#fff;  background:url(../image/icon17.png) #555 right no-repeat;}
}

.about .box_text .about_num{width:100%;height: auto;overflow: hidden;padding: 0px 0 0px;text-align: center;}
.about .box_text .about_num li{padding-top:20px;display: inline-block;width: 145px;height: 124px;margin: 0 30px;color: #333;font-size: 16px;line-height:16px;}
.about .box_text .about_num li span{font-size: 48px;line-height: 1.3;color: #ee7e00;}

.about .tel{ position:absolute;right:0;top:790px;float:right;display:block;width:750px;height:80px;background:url(../image/tel-by.png)  no-repeat;}
.about .tel .con{ margin-left:40px;margin-top:20px; width:440px; height:50px;line-height:50px;padding-left:60px; padding-top:0px; font-size:24px; color:#fff;background:url(../image/tel-tu.png) no-repeat left top; }
.about .tel .con span{color: #fff;font-size:18px;transform: translateY(-5px); display:inline-block; font-weight:normal}




/*ad css*/
.ad{ height:230px; background-position:center;background-size: cover;background-attachment: fixed; background-repeat:no-repeat; margin-top:0px; text-align:center}
.ad .container{ position:relative; height:230px;}
.ad .img{ float:left; }
.ad .tel{  float:right;  margin-top:70px;  font-size: 20px;  height: 70px;   color: #ee7e00;   padding-left:70px;  background: url(../image/tel2.png)  no-repeat left;}
.ad .tel .tel_text {  font-size: 14px;  color:#fff;  line-height: 20px; height: 20px;  margin: 8px 0 6px; padding-left:10px; text-align:left;}
.ad .tel .text_number {  font-size: 36px;  color: #ee7e00;    line-height: 30px;  height: 30px;font-style:italic; text-align:left;}

/*new css*/
.ours{margin:0 auto; padding:65px 0px 65px 0px;  }

.ours .ours_list{margin-top: 35px;}
.ours .ours_list li{margin-bottom:0px;   padding-left:0px; padding-right:0px;}
.ours .ours_list li a{display: block; position: relative;overflow: hidden;}
.ours .ours_list li a>div{padding: 0px;}
.ours .ours_list li:nth-child(3) a>div,.ours .ours_list li:nth-child(4) a>div{float: right;margin-bottom: 0px;}
.ours .ours_list li a .image{ float:left; width:350px; height:240px;align-items: center;display: flex;background: #fcfcfc;}
.ours .ours_list li a .image img{ max-height:100%; max-width:100%; margin:0 auto;  opacity: 1;display: table-cell;text-align: center;}
.ours .ours_list li a .text{ float:right;width: calc(100% - 350px);text-align: left;padding: 0 25px 0;font-size: 16px;position: relative;background-color: #fff;box-sizing: border-box;}
/*.ours .ours_list li a .text:before{content: ""; display: block; width: 0; height: 0; border: 10px solid transparent; border-left-color:#fff; position: absolute; right: -20px; top: 50%; margin-top: -10px;}
.ours .ours_list li:nth-child(1) a .text:before,.ours .ours_list li:nth-child(2) a .text:before{right: 0; left: -20px; border-right-color:#fff; border-left-color:transparent;}*/

.ours .ours_list li a .text .icon{margin:0 auto;width: 76px;height:76px;line-height:76px;   text-align:center;border:2px solid #333; border-radius:50%;color: #151515; margin-top:30px;display: table;}
.ours .ours_list li a .text .icon i{ color:#333;  font-size:50px;line-height:76px;vertical-align: middle;display: table-cell;}

.ours .ours_list li a .text .p2{margin:0 auto;color: #151515; font-size: 16px;line-height:36px;  font-weight:bold; margin-top:10px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.ours .ours_list li a .text .p3{margin:0 auto;color: #151515;  font-size: 14px; text-align:center; line-height: 24px; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.ours .ours_list li:nth-child(3) a:hover .text,.ours .ours_list li:nth-child(4) a:hover .text{position: absolute;left: 0;width: 100%;top: 0;transition: all linear 0.5s;-webkit-transition: all linear 0.5s;-moz-transition: all linear 0.5s;}
.ours .ours_list li:nth-child(1) a:hover .text,.ours .ours_list li:nth-child(2) a:hover .text{position: absolute;right: 0;width: 100%;top: 0;transition: all linear 0.5s;-webkit-transition: all linear 0.5s;-moz-transition: all linear 0.5s;}
.ours .ours_list li a:hover .text:before{display: none;}
.ours .ours_list li:hover a .image img{opacity: 0;transition: all linear 0.5s;-webkit-transition: all linear 0.5s;-moz-transition: all linear 0.5s;}
/*.ours .ours_list li:first-child{margin-bottom: 0px;}
.ours .ours_list li:first-child {margin-bottom: 0px;}*/

.index_box .more {margin:0 auto;display: block;color:#fff;border-radius:30px;  font-size:16px; width: 167px; line-height: 36px;height: 36px; text-align:left; text-indent:24px;  margin-top:25px;
 background:url(../image/icon17.png) #ee7e00 right no-repeat; overflow:hidden}
.index_box .more a{color:#fff; }
@media (min-width:640px){
.ours .ours_list li:hover a .text .icon { border:2px solid #ee7e00;  }
.ours .ours_list li:hover a .text .icon i{ color:#ee7e00; }
.ours .ours_list li:hover a .text .p2{ color:#ee7e00; }
	.index_box .more:hover{ width:167px; font-size:16px;color:#fff; line-height:36px; height: 36px;  background:url(../image/icon17.png) #555 right no-repeat;}
}


/*new css*/
.news{margin:0 auto; padding:60px 0px 110px 0px; }
.news .container{position:relative; padding:0px} 
.news .inner{margin-top:0; }
.news_list{margin: 0px;margin-top:20px; text-align:center;}
.news_list dt img{width:100%; max-height:100%; margin:0 auto;  transition:0.5s; }
.news_list dt:hover img{transform: scale(1.05, 1.05);   transition:0.5s;}
.news_list dd{padding:20px 20px 30px 20px;text-align:left;background: #fff;}
.news_list dd h3{font-size: 14px;color:#2c2c2c;line-height: 30px;height:30px;margin-top:7px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_list dd p{font-size: 16px;color:#717070;line-height: 24px;height:48px; margin-top:0px;overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;}
.news_list dd span{display:block;font-size: 14px;color:#a6a6a6;line-height: 36px;height:36px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_list dd .icon{ float:left; width:38px; height:38px;margin-top:20px;}

.more{margin:0 auto;display: block;color:#fff;  font-size:16px; width: 145px; line-height: 36px;height: 36px; text-align: center;background:#555;border-radius:30px;margin-top: 30px; overflow:hidden}
.more:hover{ width:145px; font-size:16px;color:#fff; line-height: 36px;  background:#1c59b5;border-radius:30px; }


.index_box .more {margin:0 auto;display: block;color:#fff;border-radius:30px;  font-size:16px; width: 167px; line-height: 36px;height: 36px; text-align:left; text-indent:24px;  margin-top:45px;
 background:url(../image/icon17.png) #ee7e00 right no-repeat; overflow:hidden}
.index_box .more a{color:#fff; }
@media (min-width:640px){.index_box .more:hover{ width:167px; font-size:16px;color:#fff; line-height:36px; height: 36px;  background:url(../image/icon17.png) #555 right no-repeat;}

.news_list:hover dd h3{color:#ee7e00;}
}




#footer{ background:#ee7e00; margin-top:0px; padding:15px 0; text-align:center; color:#fff; line-height:25px;overflow:hidden;}
#footer a{ color:#fff}


.footer{  overflow:hidden; background:url(../image/con-by.jpg) top no-repeat; }
.footNav  {padding:35px 0px 35px 0px;display: inline-block;vertical-align: top;width:75%;}
.footNav li{display: inline-block;vertical-align: top;width:16%;}
.footNav li a{display: block;font-size: 14px;line-height:36px;display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.footNav li h3 a{margin-bottom:5px;font-size: 16px;}
.footNav li a:hover{color:#ee7e00;}

.footNa{float: right;width: 21%; padding:49px 0px 49px 0px;   }
.footNa img{max-height: 100%;max-width: 100%; margin:0 auto;}
.footNa dt{font-size: 16px;width: 160px;height:160px;margin:0 auto;background:#fff; }
.footNa dd{font-size: 14px;line-height: 24px;padding-top:7px;}


@media (min-width: 1500px) and (max-width: 1699px){
    .container{width: 1380px;}
}
@media (min-width: 1200px) and (max-width: 1499px){
.container{width: 1150px;}
.ours .ours_list li a .image{ width:280px; height:218px;}
.ours .ours_list li a .text{ width: calc(100% - 280px);}

.ours .ours_list li a .text .icon{width: 50px;height:50px;line-height:50px; margin-top:40px;}
.ours .ours_list li a .text .icon i{ color:#333;  font-size:30px;line-height:50px;vertical-align: middle;display: table-cell;}
.ours .ours_list li a .text .p2 { margin-top: 0px;}
.ours .ours_list li a .text .p3 { margin-top: 0px;}

.about .tel { top: 791px; width: 500px;}
.about .box_text .about_num li{width: 140px;height: 140px;margin: 0 10px;}
.about .box_text .about_num li span{font-size:45px;}

    .pro_list dd span{margin-left:10px;}
    .pro_list dd a{margin-right:10px;}
	
.ad { height: 230px;background-position:center;background-size: cover;background-attachment: inherit; background-repeat:no-repeat;}
.ad .container {padding-top:0px;}
.ad .img img{ max-width:100%; max-height:100%;  margin:auto;   }
.ad .tel .text_number {  font-size: 28px;}

}

@media (min-width: 992px) and (max-width: 1199px){
.index_box .title { width: 80%;}
.index_box .title .en{margin: 0 auto; font-size:55px;height:65px; vertical-align:bottom;}
.index_box .title .cn{position: absolute;left:0; right:0; top:0;  bottom:0; height:60px; }
.index_box .title .cn .icon{margin: 0 auto;width:50px; height:36px;text-align:center;}
.index_box .title .cn .icon i{ font-size:30px;line-height:36px;} 
.index_box .title .cn .b{line-height:24px;height:24px;color:#ee7e00;  font-size:24px;}



.product {  padding: 50px 0px 60px 0px;}
.pro_cont {  margin-top:25px;margin-left:-7.5px;margin-right:-7.5px }
.pro_list{ float: left;padding-left:7.5px;padding-right:7.5px;    margin-bottom:20px;}
.pro_cont .pro_list:nth-child(2n){float:right;}
.pro_list dd{height: 30px;   line-height: 30px;  left: 30px;  right: 30px;  bottom: 10px;}
.pro_list dd span{height:30px;line-height: 30px;font-size: 14px;margin-left:20px;}
.pro_list dd i{width:30px;margin-left:-10px;}
.pro_list dd a{width: 30px;margin-right: 30px; }


.about{padding:40px 0px 40px 0px;   }
.about .inter {  padding: 30px 0px 0px 0px; background:none;}
.about .video_img{ margin:0 auto;text-align:center; margin-top:0px;}
.about .video_img iframe{height:573px !important}

.about .box_text{ margin:0 auto;padding: 30px 30px 30px 30px;}
.about .box_text .text {  margin-top:0px; 	font-size:14px; text-align:left;   margin-bottom: 0px;}
.about .tel { top: 660px; width: 500px;}
.about .about_more { margin-top: 30px; width: 135px; font-size: 14px; line-height: 30px;height:30px;}
.about .about_more:hover{ width: 135px;font-size: 14px; line-height: 30px;height:30px; }

.about .box_text .about_num li{width: 110px;height: 100px;margin: 0 5px;}
.about .box_text .about_num li span{font-size:35px;}


.ad { height: 230px;background-position:center;background-size: cover;background-attachment: inherit; background-repeat:no-repeat;}
.ad .container {padding-top:0px;}
.ad .img img{ max-width:100%; max-height:100%;  margin:auto;   }
.ad .tel .text_number {  font-size: 28px;}

.ours .ours_list li a .image{ width:200px; height:200px; }
.ours .ours_list li a .text{ width: calc(100% - 200px);    padding: 0 15px 0;}
.ours .ours_list li a .text .p1 { margin-top: 20px;}
.ours .ours_list li a:hover .text .p1{margin-top:20px;}

.ours .ours_list li a .text .icon{width: 50px;height:50px;line-height:50px; margin-top:30px;}
.ours .ours_list li a .text .icon i{ color:#333;  font-size:30px;line-height:50px;vertical-align: middle;display: table-cell;}
.ours .ours_list li a .text .p2 { margin-top: 0px;}
.ours .ours_list li a .text .p3 { margin-top: 0px;}



	
.news {  padding: 30px 0px 35px 0px;}
.news_cont{padding-left:7.5px;padding-right:7.5px }
.news_list { padding-top: 0px;}
.news_list dd { padding: 0px 0px 0px 0px;}
.news_list dd p { margin-top:10px;}

.news_list dd .icon { margin-top:10px; width: 30px;   height: 30px; }
.news_list dd .icon img{ max-width:100%; max-height:100%;  margin:auto;   }

.index_box .more { width: 135px;    font-size: 14px; line-height: 30px;height:30px;margin-top:25px;}
.index_box .more:hover{ width: 135px;font-size: 14px; line-height: 30px;height:30px; }
	}
	
@media (min-width: 768px) and (max-width: 991px){
.index_box .title { width: 80%;}
.index_box .title .en{margin: 0 auto; font-size:55px;height:65px; vertical-align:bottom;}
.index_box .title .cn{position: absolute;left:0; right:0; top:0;  bottom:0; height:60px; }
.index_box .title .cn .icon{margin: 0 auto;width:50px; height:36px;text-align:center;}
.index_box .title .cn .icon i{ font-size:30px;line-height:36px;} 
.index_box .title .cn .b{line-height:24px;height:24px;color:#ee7e00;  font-size:24px;}



.product {  padding: 50px 0px 60px 0px;}
.pro_cont {  margin-top:25px;margin-left:-7.5px;margin-right:-7.5px }
.pro_list{ float: left;padding-left:7.5px;padding-right:7.5px;    margin-bottom:20px;}
.pro_cont .pro_list:nth-child(2n){float:right;}
.pro_list dd{height: 30px;   line-height: 30px;  left: 50px;  right: 50px;  bottom: 10px;}
.pro_list dd span{height:30px;line-height: 30px;font-size: 14px;margin-left:20px;}
.pro_list dd i{width:30px;margin-left:-10px;}
.pro_list dd a{width: 30px;margin-right: 30px; }



.about{padding:40px 0px 40px 0px;   }
.about .inter {  padding: 0px 0px 0px 0px; background:none;}



.about .box_text{ margin:0 auto; }
.about .box_text .text {  margin-top:30px; 	font-size:14px;height: auto;  text-align:left;   margin-bottom: 30px;}
.about .about_more {  float:right; margin:0 auto; width: 135px; font-size: 14px; line-height: 30px;height:30px;margin-top: 20px;}
.about .about_more:hover{ width: 135px;font-size: 14px; line-height: 30px;height:30px; }

.ad { height: 230px; text-align:center;background-position:center;background-size: cover;background-attachment: inherit; background-repeat:no-repeat;}
.ad .container {padding-top:0px;}
.ad .img img{ max-width:100%; max-height:100%;  margin:auto;   }



.ours .ours_list li a .text .icon{width: 50px;height:50px;line-height:50px; margin-top:45px;}
.ours .ours_list li a .text .icon i{ color:#333;  font-size:30px;line-height:50px;vertical-align: middle;display: table-cell;}
.ours .ours_list li a .text .p2 { margin-top: 0px;}
.ours .ours_list li a .text .p3 { margin-top: 0px;}
.ours .ours_list li:nth-child(1) a>div,.ours .ours_list li:nth-child(3) a>div{float: left;margin-bottom: 0px;}
.ours .ours_list li:nth-child(2) a>div,.ours .ours_list li:nth-child(4) a>div{float: right;margin-bottom: 0px;}



.news {  padding: 30px 0px 35px 0px;}
.news_cont{padding-left:7.5px;padding-right:7.5px }
.news_list { padding-top: 0px;}
.news_list dd { padding: 0px 0px 0px 0px;}
.news_list dd p { margin-top:10px;}

.news_list dd .icon { margin-top:10px; width: 30px;   height: 30px; }
.news_list dd .icon img{ max-width:100%; max-height:100%;  margin:auto;   }

.index_box .more { width: 135px;    font-size: 14px; line-height: 30px;height:30px;margin-top:25px;}
.index_box .more:hover{ width: 135px;font-size: 14px; line-height: 30px;height:30px; }
}

@media (max-width:768px){
.index_box .title { width: 80%;}
.index_box .title .en{margin: 0 auto; font-size:55px;height:65px; vertical-align:bottom;}
.index_box .title .cn{position: absolute;left:0; right:0; top:0;  bottom:0; height:60px; }
.index_box .title .cn .icon{margin: 0 auto;width:50px; height:36px;text-align:center;}
.index_box .title .cn .icon i{ font-size:30px;line-height:36px;} 
.index_box .title .cn .b{line-height:24px;height:24px;color:#ee7e00;  font-size:24px;}

.about{padding:40px 0px 40px 0px;   }
.about .inter {  padding: 0px 0px 0px 0px; background:none;}
.about .video_img{ margin:0 auto;text-align:center; margin-top:30px;}
.about .video_img iframe{height:390px !important}

.about .box_text{ margin:0 auto; }
.about .box_text .text {  margin-top:30px; 	font-size:14px;height: auto;  text-align:left;   margin-bottom: 30px;}
.about .about_more {  float: right; margin:0 auto; width: 135px; font-size: 14px; line-height: 30px;height:30px;margin-top: 20px;}
.about .about_more:hover{ width: 135px;font-size: 14px; line-height: 30px;height:30px; }

.ad { height: 230px;background-position:center;display: table;background-size: cover;background-attachment: inherit; background-repeat:no-repeat;}
.ad .container {padding-top:0px;vertical-align: middle;display: table-cell;}
.ad .img img{ max-width:100%; max-height:100%;  margin:auto;   }




.product {  padding: 50px 0px 60px 0px;}
.pro_cont {  margin-top:25px;margin-left:-7.5px;margin-right:-7.5px }
.pro_list{ float: left;padding-left:7.5px;padding-right:7.5px;    margin-bottom:20px;}
.pro_cont .pro_list:nth-child(2n){float:right;}
.pro_list dd{height: 30px;   line-height: 30px;  left: 40px;  right: 40px;  bottom: 10px;}
.pro_list dd span{height:30px;line-height: 30px;font-size: 14px;margin-left:15px;}
.pro_list dd i{width:30px;margin-left:-10px;}
.pro_list dd a{width: 35px;margin-right: 15px; }
.pro_list dd a img{max-width:100%; max-height:100%;  margin:auto;  }


.ours .ours_list {margin-left: 10px; margin-right: 10px;}
.ours .ours_list li a .text {  padding: 0 20px 0;}


.ours .ours_list li a .text .icon{width: 50px;height:50px;line-height:50px; margin-top:45px;}
.ours .ours_list li a .text .icon i{ color:#333;  font-size:30px;line-height:50px;vertical-align: middle;display: table-cell;}
.ours .ours_list li a .text .p2 { margin-top: 0px;}
.ours .ours_list li a .text .p3 { margin-top: 0px;}


.ours .ours_list li:nth-child(1) a>div,.ours .ours_list li:nth-child(3) a>div{float: left;margin-bottom: 0px;}
.ours .ours_list li:nth-child(2) a>div,.ours .ours_list li:nth-child(4) a>div{float: right;margin-bottom: 0px;}


.news {  padding: 30px 0px 35px 0px;}
.news_cont{padding-left:7.5px;padding-right:7.5px }
.news_list { padding-top: 0px;}
.news_list dd { padding: 0px 0px 0px 0px;}
.news_list dd p { margin-top:10px;}


.news_list dd .icon { margin-top:10px; width: 30px;   height: 30px; }
.news_list dd .icon img{ max-width:100%; max-height:100%;  margin:auto;   }

.index_box .more { width: 135px;    font-size: 14px; line-height: 30px;height:30px;margin-top:25px;}
.index_box .more:hover{ width: 135px;font-size: 14px; line-height: 30px;height:30px; }
}


@media (max-width:640px){
.index_box .title { width: 80%;}
.index_box .title .en{margin: 0 auto; font-size:55px;height:65px; vertical-align:bottom;}
.index_box .title .cn{position: absolute;left:0; right:0; top:0;  bottom:0; height:60px; }
.index_box .title .cn .icon{margin: 0 auto;width:50px; height:36px;text-align:center;}
.index_box .title .cn .icon i{ font-size:30px;line-height:36px;} 
.index_box .title .cn .b{line-height:24px;height:24px;color:#ee7e00;  font-size:24px;}



.about{padding:40px 0px 40px 0px;   }
.about .inter {  padding: 0px 0px 0px 0px; background:none;}
.about .video_img{ margin:0 auto;text-align:center; margin-top:30px;}
.about .video_img iframe{height: auto !important}

.about .box_text{ margin:0 auto;  padding: 20px 15px 0px 15px;}
.about .box_text .text { margin:0 auto; float: none;    margin-top:10px; 	font-size:14px;height: auto;  text-align:left;   margin-bottom: 0px;}
.about .about_more {  float: right; width: 135px; font-size: 14px; line-height: 30px;height:30px;margin-top: 20px;}


.about .box_text .about_num li{width: 110px;height: 100px;margin: 0 5px;}
.about .box_text .about_num li span{font-size:35px;}

.ad { height: 230px;background-position:center;display: table;background-size: cover;background-attachment: inherit; background-repeat:no-repeat;}
.ad .container {padding-top:0px;vertical-align: middle;display: table-cell;}
.ad .img img{ max-width:100%; max-height:100%;  margin:auto;   }


.product {  padding: 50px 0px 60px 0px;}
.pro_cont {  margin-top:25px;margin-left:-7.5px;margin-right:-7.5px }
.pro_list{ float: left;padding-left:7.5px;padding-right:7.5px;    margin-bottom:20px;}
.pro_cont .pro_list:nth-child(2n){float:right;}
.pro_list dd{height: 30px;   line-height: 30px;  left: 15px;  right: 15px;  bottom: 10px;}
.pro_list dd span{height:30px;line-height: 30px;font-size: 14px;margin-left:10px;}
.pro_list dd i{width:25px;margin-left:-10px;}
.pro_list dd a{width:30px;margin-right: 10px; }
.pro_list dd a img{max-width:100%; max-height:100%;  margin:auto;  }





.ours{margin:0 auto; padding:40px 0px 50px 0px; background-size:auto 100%  ; }
.ours .ours_list { margin-top: 35px;  margin-left:7.5px;  margin-right:7.5px;}
.ours .ours_list li{ margin-bottom: 20px; padding-left:7.5px; padding-right:7.5px;}
.ours .ours_list li a .image {  float: left;  width:40%;   height: auto;   align-items: center;  display: flex;}
.ours .ours_list li a .text { width: calc(100% - 40%); height: auto ; padding: 0 15px 0;}

.ours .ours_list li a .text .icon{width: 50px;height:50px;line-height:50px; margin-top:10px;}
.ours .ours_list li a .text .icon i{ color:#333;  font-size:30px;line-height:50px;vertical-align: middle;display: table-cell;}
.ours .ours_list li a .text .p2 { margin-top: 0px;}
.ours .ours_list li a .text .p3 { margin-top: 0px;line-height:80px;}

.ours .ours_list li:nth-child(1) a>div,.ours .ours_list li:nth-child(3) a>div{float: left;margin-bottom: 0px;}
.ours .ours_list li:nth-child(2) a>div,.ours .ours_list li:nth-child(4) a>div{float: right;margin-bottom: 0px;}
.ours .ours_list li:last-child { margin-bottom:0px;}

.news {  padding: 30px 0px 35px 0px;}
.news_cont{padding-left:7.5px;padding-right:7.5px }
.news_list { padding-top: 0px;padding-left:7.5px;padding-right:7.5px;}
.news_list dd { padding: 6px;}
.news_list dd span {   line-height: 30px; height: 30px;}
.news_list dd p { margin-top:5px;}

.news_list dd .icon { margin-top:10px; width: 30px;   height: 30px; }
.news_list dd .icon img{ max-width:100%; max-height:100%;  margin:auto;   }

.index_box .more { width: 135px;    font-size: 14px; line-height: 30px;height:30px;margin-top:25px;}

/*.ours .ours_list li:nth-child(1) a .text:before,.ours .ours_list li:nth-child(3) a .text:before{right: 0; left: -20px; border-right-color:#fff; border-left-color:transparent;}
.ours .ours_list li:nth-child(2) a .text:before{  right: -20px;}*/
#footer{ margin-bottom:45px; margin-top:0px;}
#quickbar-wrap{ padding-bottom:0}
}

