@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#05377B;        /* #023A91主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#79A33D;      /* 副色 */ 
	--hui_color:#BED630;    

}

body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select,figure{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family:Microsoft Yahei,PingFang SC,Arial, sans-serif; overflow-x:hidden;background:#fff;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; }
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{ color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mb_50{ padding-bottom:.5rem;}
section{background:#fff; position:relative;}

/*滚动条美化*/
body::-webkit-scrollbar {width: 10px !important;}
body::-webkit-scrollbar-track {background-color: #f3f3f3;}
body::-webkit-scrollbar-track-piece {background-color: #f3f3f3;-webkit-border-radius: 4px;}
body::-webkit-scrollbar-thumb {background-color: #ddd;border: solid 1px #C0C0C0;border-radius: 4px;}
body::-webkit-scrollbar-corner {background-color: #ddd;}
body::-webkit-resizer {background-repeat: no-repeat;background-position: bottom right;}
body::-webkit-scrollbar-thumb:hover {background-color: #F3F3E0;}
::-webkit-scrollbar {width: 15px;}
@media screen and (max-width:768px) {
body::-webkit-scrollbar {width:0px !important;}
::-webkit-scrollbar {width:0px;}
}


/*图片放大*/
.picShow img{transition:0.3s all;}
.picShow img:hover,.picShow a:hover img{transform:scale(1.05);}

/*图片自适应尺寸*/
.pic_cover{width:100%; height:100%; object-fit:cover; display:block;}

/*======================主体宽度======================*/
.only_pc_show{ display:block;}
.only_m_show{display:none;}

.main{width:90%; margin: auto; max-width: 1400px;}
@media screen and (max-width:1366px) {
	.main{width:92%;}
}
@media screen and (max-width:768px) {
	body{font-size:14px; }
	.main{width:100%; padding:0 15px; box-sizing:border-box;}
	.only_pc_show{ display:none;}
	.only_m_show{ display:block;}
}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}
.t_center_nowrap{display:flex; justify-content:center;align-items:center;}

/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}


/*头部*/
.header{z-index: 100;width: 100%; position:fixed; transition:0.5s all;}
.header:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.2); transition:1s}
.header.on:before{ width:100%}
.header .logo {height:90px; margin-left:3%; transition:0.5s all;  position:relative;}
.header .logo img{height:50PX; display:block;transition:0.5s all; filter: grayscale(100%) brightness(6000%);}

.header_scroll.header:before,.header_white.header:before{ background:rgba(0,0,0,0.1);}

.header_right{ margin-right:2%;}


/*下拉菜单*/
.navBox {margin-right:.5rem;box-sizing:border-box;  height:90px; position:relative; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li { position: relative;padding-left: .05rem;padding-right: .05rem}
.navBox .nav li>a {padding: 0 .25rem; position: relative; height:100%; display:flex; justify-content:center;align-items:center;color:#fff;}
.navBox .nav li>a .txt {position: relative;z-index: 2; color:#fff;transition:0.5s all;}
.header_scroll .navBox .nav li.curr>a .txt,.navBox .nav li>a:hover .txt{ text-decoration:none;}

.header_scroll .navBox .nav li>a .txt,.header_white .navBox .nav li>a .txt{ color:#333;}
.header_scroll .navBox .nav li.curr a .txt,
.header_scroll .navBox .nav li a:hover .txt,
.header_white .navBox .nav li.curr a .txt{color:var(--main_color);}

/*菜单与横线导航的间距*/
.navBox-w{width:.8rem;}
@media screen and (max-width:1200px) {
	.navBox-w{width:0rem;}
	.navBox .nav li { padding-left: .01rem;padding-right: .01rem}
}

.navBox a{position: relative;font-size:17px}
.navBox a:hover{text-decoration: none!important;}	
.nav-yi:after {
	content: '';
	position: absolute;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0;
	border-top: 2px solid #fff;
	transition:all .5s;
}
	
.navBox li:hover .nav-yi:after {
	width: 100%;
}

/*导航下拉*/
.header_scroll,.header_white{background:#fff; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header_scroll .top_serch a svg,.header_white .top_serch a svg{fill:#999;}
.header_scroll .top_serch{}
.header_scroll .logo img,.header_white .logo img{filter: grayscale(0%) brightness(100%);}

/*line*/
.line_btn{width:.5rem;height: 90px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none;}
.line_btn .line{position: relative;display: block;width: 15px;height: 2px;margin: 0px auto 0;background:#fff;border-radius:3px;}
.line_btn .line:before,.line_btn .line:after{content: '';width: 100%;height: 2px;left: 0;position: absolute;background:#fff;border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}

.line_btn .line:before{transition-property: bottom,transform;bottom: 8px;animation: long 2.3s linear infinite}
.line_btn .line:after{transition-property: top,transform;top: 8px;animation: long 3s linear infinite}
.line_btn.active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.line_btn.active  .line:after,
.line_btn.active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s;background:#333;animation:none;}
.line_btn.active  .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.line_btn.active  .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

.header_scroll .line,
.header_scroll .line_btn .line:after,
.header_scroll .line_btn .line:before{background:#333;}

@keyframes  long {
    0% { width: 3px}
    25% {width: 100%}
    50% { width: 150%}
    75% {width: 100%}
    to { width: 5px}
}



/*======================导航栏展开======================*/
.z_menu_mask{ width: 100%; display:none; height:calc(100vh - 90px); position: fixed; left: 0; top: 90px; background: #fff; z-index:200; box-sizing:border-box; padding:0 5%;}
.z_menu_nav{width: 100%;  height:100%;}
.z_menu_nav li{line-height:2;padding:.8rem 0 .4rem;}
.z_menu_nav li h3{margin-bottom:.1rem;}
.z_menu_nav li h3 a{ font-size:.2rem;color:#000;font-weight:normal;}
.z_menu_down a{ display:block;font-size:16px; transition:0.3s all;}
.z_menu_down a:hover{ color:var(--main_color); text-decoration:underline;}


/*======================手机菜单按钮======================*/
.m_nav_btn{width: 30px;height: 30px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none; margin-top:15px; display:block;}
.m_nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:#333;border-radius:3px;}
.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:#333;border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.m_nav_btn .line:before{transition-property: bottom,transform;bottom: 8px;}
.m_nav_btn .line:after{transition-property: top,transform;top: 8px;}
.m_nav_btn_active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.m_nav_btn_active .line:after,.m_nav_btn_active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s}
.m_nav_btn_active .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.m_nav_btn_active .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

/*======================移动端顶部空白======================*/
.m_top_blank{height:60px;}


@media screen and (max-width:768px) {
.header{ height:60px; box-shadow: 0 5px 10px rgba(0,0,0,0.15);}
.header_left{margin-left:0;}
.header .logo{height:60px; margin-left:15px;}
.header .logo img{ height:35px; filter: grayscale(0%) brightness(100%);}
.header_scroll.header:before{ background:rgba(0,0,0,0);}

.header_right,.navBox{display:none;}
.m_header_right{display:block; margin-right:15px;}

.m_header_scroll{background:#fff; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.m_header_scroll .logo img{filter: grayscale(0%) brightness(100%);}
	

/*======================手机弹出菜单======================*/
.m_tc_box{position: fixed;top:60px;left: 0;bottom: 0;right: 0;background: #fff;z-index:98; display:none;}
.m_tc_box .wrapper {position: absolute;left: 0;right: 0;height: 100%;padding:15px; box-sizing:border-box;overflow-x: hidden;overflow-y: auto;z-index: 110;}

/*搜索表单*/
.m_search_box {width:100%;  position: relative;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:6px; margin-top:10px;}
.m_search_box .search-btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.m_search_box form {height:46px;}
.m_search_box form input[type="text"] {width: 100%;height: 100%;background:rgba(255,255,255,0.8); box-sizing: border-box;padding: 0 50px 0 15px;border: none; font-size:15px;}
.m_search_box form input[type="submit"]{display: inline-block;width:30px;height:30px; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

/*手机下拉菜单*/
.m_menu{overflow-x: hidden;overflow-y: auto;}
.m_menu .nav1 ul{ padding:0 0 0 30px; display:none; background-color:#fff;}
.m_menu .item{border-bottom: 1px solid #efefef; padding:16px 10px; font-size:15px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}


/*电话*/
.m_tel{text-align:center; margin-top:25px; font-size:20px; font-family:din; color:#fff; background:var(--main_color); padding:15px; border-radius:5px; letter-spacing:1px;} 
.m_tel i{ font-size:18px; margin-right:5px;}
}



/*======================轮播图======================*/
#banner {width:100%; height:100vh;  z-index:0; overflow:hidden; }
#banner li{width:100%; height:100%; z-index:8;}  
#banner li img{width:100%; height:100%; object-fit:cover; display:block;}
/*分页器*/
#banner .swiper-pagination{bottom: .4rem;}
#banner .swiper-pagination-bullet {width:.6rem;height: 3px;border-radius:3px;background: rgba(255, 255, 255, .25);opacity: 1;position: relative;margin: 0 5px !important;}
#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 0;height: 3px;z-index: 1;transition: 0s; border-radius:3px;}
#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease; border-radius:3px;}

@media screen and (max-width:768px) {
#banner {height:auto; position:relative; }
#banner li{height:200px; z-index:8;}  

#banner .swiper-pagination{bottom:15px;}

}

#banner .swiper-slide{position: relative}
#banner .swiper-slide-t{position: absolute;bottom: 20%;left: 10%;color: #fff}
#banner .swiper-slide-t1{font-size: .5rem}
#banner .swiper-slide-t3{font-size: .4rem;display: inline-block;margin-right: 10px;}
#banner .swiper-slide-t2{font-size: .24rem;margin-top: .4rem;font-family:"雅黑";line-height: 1.4}

/*==========页面标题=============*/
.main_tit{padding:.6rem 0 .35rem;width:100%;  text-align:center;}
.main_tit h2{ font-size:.36rem; color:#000; font-weight:normal;}
.main_tit .line {display: block;width:25px;height: 4px;background:var(--main_color); margin: 20px auto auto auto; border-radius:5px;}
.main_tit p{margin:15px auto 0;font-size:16px; line-height:1.8;}


@media screen and (max-width:768px) {
.main_tit{padding:20px 0 15px;}
.main_tit h2{ font-size:22px;}	
.main_tit .line{margin:10px auto;}
.main_tit p{font-size:15px; margin-top:10px;}
#banner .swiper-slide-t{bottom: 10%;left: 5%;color: #fff;right: 5%}	
#banner .swiper-slide-t2{margin-top: .2rem;}	
#banner .swiper-slide-t1{font-size: .32rem}
#banner .swiper-slide-t3{font-size: .28rem;}	
	
}


.index_tit .en{ font-size:.36rem; line-height:1.2; margin-bottom:.25rem; color:#000;}
.index_tit .desc{line-height:2;text-align:justify;}
@media screen and (max-width:768px) {
.index_tit .en{ font-size:22px;}
}

/*==========首页-公司介绍=============*/
.index_about{padding:1rem 0;position:relative;}
.index_about .txt{width:42%;box-sizing:border-box;}
.index_about .pic{width:46%;position:relative;box-sizing:border-box; z-index:2;}
.index_about .pic .img{overflow:hidden;}
.index_about .pic .img img{width:100%;display:block;}
.index_about .pic .ico{position:absolute;top:50%;left:50%; transform:translate(-50%,-50%);width: 1rem; height:1rem; cursor: pointer;border-radius: 50%;}
.index_about .pic .ico .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.index_about .pic .ico .mask img{animation: roll 3s infinite linear;}
@-webkit-keyframes roll {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roll {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.index-about{padding:.0rem 0 .8rem 0;}
.index-about-left{width: 46.5%}
.index-about-right{width: 46.5%}
.index-about-right .index-about-title{font-size: .32rem;}
.index-about-right .index-about-desc{line-height: 1.5}
.index-about-right .index-about-desc p{margin-top: .1rem}
.index-about-right .index-about-video{}

/**/
.index-about .swiper{width:100%;height:100%}
.index-about .swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}
.index-about .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}
.mySwiper{height:100px;box-sizing:border-box;padding:4px;position:absolute;bottom:10px;right:10px}
.mySwiper .swiper-slide{height:100%;opacity:0.4}
.mySwiper .swiper-slide img{border:2px solid #fff}
.mySwiper .swiper-slide-thumb-active{opacity:1}
.mySwiper .swiper-slide-thumb-active img{border:2px solid #05377B}
.index-about-swiper{border:2px solid #05377B;position:relative;overflow:hidden;border-radius:10px}
/**/
.inLink {padding:.5rem 0 0;}
.inLink a{display:block;text-align:center;}
.inLink a span{display:block;}
.inLink a span.link_img{width:70px;height: 70px;margin:0 auto; overflow:hidden;}
.inLink a span.link_img img{width:100%; transition: all 0.5s ease 0s;}
.inLink a span.link_tit{margin:20px 0 0; color:#333;}
.inLink a:hover span.link_img img{margin-top:-70px;}


@media only screen and (max-width: 768px){
.index_about{padding:35px 15px;}
.index_about .txt{width:100%;}
.index_about .txt .desc{font-size:14px;line-height:1.8;margin-bottom:0;}

.inLink {padding:35px 0 40px;}
.inLink a span.link_img{width:50px;height: 50px;}
.inLink a span.link_tit{margin:15px 0 0;}
.inLink a:hover span.link_img img{margin-top:-50px;}

.index_about .pic{width:100%;}
.index-about-left{width: 100%}
.index-about-right{width: 100%;margin-top: .3rem}	
	
.index-about-right .index-about-desc{margin-top: .2rem}
.index-about-right .index-about-video{margin-top: .3rem}	
.index-about-swiper{border: 2px solid #05377B;position: relative;;overflow: hidden;border-radius: 0px}	
}

/*==========首页-产品中心=============*/
.index_pro_bg{ background:#f8f8f8; padding:.2rem 0 .8rem 0;}

.index_pro{position:relative; overflow:hidden; padding-bottom:40px;}
.index_pro li{text-align: center; background: #fff; overflow: hidden;position: relative; transition:0.3s all;}
.index_pro li .pic{height:3.6rem; overflow:hidden;}
.index_pro li .pic img{width:100%; height:100%; object-fit:cover; display:block; transition:0.3s all;}
.index_pro li:hover .pic img{ transform:scale(1.1);}
.index_pro li .txt{height:1rem;}
.index_pro li .txt h2{ font-size:.18rem; margin-bottom:.15rem;}


/*分页器*/
#index_pro_btn .swiper-pagination-bullet{width: 8px;height: 8px; display: inline-block; border-radius: 50%; background:#fff; border:solid 1px #666; transition: all .5s ease;opacity:1;}
#index_pro_btn .swiper-pagination-bullet-active{background:var(--main_color); border:solid 1px var(--main_color); }
#index_pro_btn .swiper-pagination{ text-align:center; width:100%; bottom:0px; overflow:hidden;  display:none;}
#index_pro_btn .swiper-pagination span{margin:0 3px;}

@media screen and (max-width:768px) {
.index_pro_bg{padding:20px 0 40px 0;}
.index_pro li .pic{height:180px;}
.index_pro li .txt{height:70px;}
.index_pro li .txt h2{ font-size:14px; margin-bottom:8px;}
#index_pro_btn .swiper-pagination{ display:block; margin-bottom:10px;}

}

/*================更多链接=====================*/
.lean_more{display:flex; margin-top:.25rem;}
.lean_more a{padding:0 .4rem; height:.5rem; border:solid 1px #333; box-sizing:border-box; transition:.3s all;}
.lean_more a span{ margin-right:12px;}
.lean_more a:hover{ border:solid 2px var(--main_color); background:var(--main_color); color:#fff;}

@media only screen and (max-width: 768px){
.lean_more a{padding:0 .4rem; height:38px;}
	
}



/*产品*/
.index_pro .pic{position: relative}
	.index_pro .pic dd {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index_pro .pic dd .mask {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*padding: 3em 5em;*/
    transition: all 0.5s ease 0s;
    position: absolute;
}
.index_pro .pic dd .mask::before, .index_pro .pic dd .mask::after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.index_pro .pic dd .mask::before {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}
.index_pro .pic dd .mask::after {
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}
.index_pro a:hover .mask::before, .index_pro  a:hover .mask::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.index_pro  a:hover .mask {
    background: rgba(0,0,0,0.4);
}
.index_pro  a:hover .mask span {
    opacity: 1;
    filter: alpha(opacity=1);
    transform: scale(1);
}
.index_pro .pic dd .div1 {
    position: absolute;
    left: 0px;
    top: 40%;
    width: 100%;
	text-align: center;
	color: #fff;
	font-size: .2rem;
	font-weight: bold;
	opacity: 0;
    filter: alpha(opacity=0);
	transition: all 0.5s;
}
.index_pro .pic dd .div2 {
    width: 60%;
    position: absolute;
    left: 20px;
    bottom: 40px;
    transition: all 0.5s;
    font-size: .15rem;
    color: #f5f5f5;
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	opacity: 0;
    filter: alpha(opacity=0);
}

.index_pro  a:hover .div1 {
    opacity: 1;
    filter: alpha(opacity=100);
}
.index_pro  a:hover .div2 {
    left: 60px;
	 opacity: 1;
    filter: alpha(opacity=100);
}
	


/*===========首页-案例1===================*/
.index_case { padding:1rem 0;}
.index_case .txt{width:42%;box-sizing:border-box;}

/*首页案例2*/
.index-case{margin-top: .4rem}
.index-case li{width:24%;margin-bottom: .3rem}
.index-case li a{display:block;width:100%;height:100%;position:relative}
.index-case .dd{width:100%;height:100%;position:absolute;left:0;top:0}
.index-case   .dd .mask{width:100%;height:100%;left:0;top:0;transition:all 0.5s ease 0s;position:absolute}
.index-case  .dd .mask::before,.index-case .dd .mask::after{box-sizing:border-box;content:'';position:absolute;top:25px;left:25px;bottom:25px;right:25px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}
.index-case  .dd .mask::before{border-top:2px solid #eee;border-bottom:2px solid #eee;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}
.index-case  .dd .mask::after{border-left:2px solid #eee;border-right:2px solid #eee;-webkit-transform:scale3d(1,0,1);transform:scale3d(1,0,1)}
.index-case  a:hover .mask::before,.index-case  a:hover .mask::after{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform 0.5s;transition:transform 0.5s}
.index-case   a:hover .mask{background:rgba(0,0,0,0.4)}
.index-case   a:hover .mask span{opacity:1;filter:alpha(opacity=1);transform:scale(1)}
.index-case  .dd .div1{position:absolute;left:0px;top:40%;width:100%;text-align:center;color:#fff;font-size:.2rem;font-weight:bold;opacity:0;filter:alpha(opacity=0);transition:all 0.5s}
.index-case  .dd .div2{width:60%;position:absolute;left:20px;bottom:60px;transition:all 0.5s;font-size:.15rem;color:#f5f5f5;line-height:1.75;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;opacity:0;filter:alpha(opacity=0)}
.index-case   a:hover .div1{opacity:1;filter:alpha(opacity=100)}
.index-case   a:hover .div2{left:35%;opacity:1;filter:alpha(opacity=100)}
.index-case h4{position:absolute;bottom:50px;font-weight:normal;left:0px;width:100%;line-height:1.5;font-size:.14rem;text-align:center;color:#fff;opacity:1;transition:all 0.5s; padding-left: 10px;padding-right: 10px;box-sizing: border-box}
.index-case  a:hover h4{opacity:0}
.index-case-img {height: 5rem}
.index-case-img img{}

@media only screen and (max-width: 768px){
.index_case { padding:30px 15px;}
.index_case .txt{width:100%;}
.index-case li{width: 48%;margin-bottom: .22rem}	

}

/*==========首页-宣传图片=============*/
.xuanchuan{ position:relative;}
.xuanchuan img{ max-width:100%; display:block; margin:auto;}
.xuanchuan .box{ position:absolute; left:0; top:0; right:0; bottom:0; color:#fff;}
.xuanchuan .box h4{font-size: 20px; line-height: 1.5;text-transform: uppercase;position: relative; font-weight:normal; padding-left:.68rem;}
.xuanchuan .box h4::before {width: 50px;height: 4px;background:rgba(255,255,255,.5);content: "";position: absolute;left: 0;top: 50%;margin-top: -2px;}
.xuanchuan .box h3{font-size:.3rem;line-height: 1.3;margin-top: 25px; font-weight:normal;letter-spacing: 2px}
.xuanchuan .box a{ border:solid 1px rgba(255,255,255,0.6); color:#fff; margin-top:.68rem; font-size:16px; background:rgba(255,255,255,0.15); display:inline-block; width:1.66rem; line-height:.56rem; text-align:center; transition:0.5s all;}
.xuanchuan .box a:hover{  background:var(--main_color); border:solid 1px #fff; color:#fff; }
@media screen and (max-width:768px) {
.xuanchuan img{ max-width:auto; min-height:300px; display:block; margin:auto;}
.xuanchuan .box h4{font-size:14px; padding-left:.68rem;}
.xuanchuan .box h4::before {width:25px;height:3px;top:12px;}
.xuanchuan .box h3{font-size:18px; margin-top:20px;}
.xuanchuan .box a{ margin-top:25px; font-size:14px; width:125px; line-height:36px;}
}


/*================底部=====================*/
.foot_bg{ width:100%; background: url(../images/img1.jpg) no-repeat center/cover;padding:.8rem 0 0 0;}


/*底部联系方式*/
.foot_cotact{ width:400px;}
.foot_cotact .tit{ font-size:16px;color: #fff;padding-left: 28px; background: url(../images/tel_icon.png) no-repeat 0 50%;}
.foot_cotact .tel{ font-size:36px; color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin:15px 0 10px;}
.foot_cotact p{ color:rgba(255,255,255,.68); line-height:1.5;}

/*底部导航*/
.footer_nav{width:calc(100% - 6rem); margin-bottom:.25rem;}
.footer_nav dt {position:relative; border-bottom:solid 1px #fff; height:.36rem; margin-bottom:.25rem;}
.footer_nav dt:before{ content:''; width:25px; height:1px; background:#0F0F0E; display:block; position:absolute; left:0; bottom:-2px; transition:0.5s all;}
.footer_nav dl:hover dt:before{width:100%;}
.footer_nav dt a{font-size:17px;color:#fff;font-weight:bold;margin-bottom:.1rem;}
.footer_nav dd{line-height:2;}
.footer_nav dd a{display:block;color:rgba(255,255,255,1); font-size:15px; transition:0.3s all;}
.footer_nav a:hover{ text-decoration:underline;}
.footer_nav dt a:hover{text-decoration: none;}
/*底部二维码*/
.foot_code{ width:130px;}
.foot_code img{width:100%; display:block;}


/*底部版权*/
.copyright{padding:.3rem 0;  margin-top:.5rem; border-top:1px solid rgba(255,255,255,.15);}
.copyright p{margin-right:.25rem;color:rgba(255,255,255,.8); }
.copyright a{color:rgba(255,255,255,.8); margin:0 5px;transition:all .5s;}
.copyright a:hover { text-decoration:underline;}


.m_foot_bg{display:none;}

@media only screen and (max-width: 768px){
.foot_cotact{ width:100%;}
.foot_cotact .tit{ font-size:14px; width:80px; margin:auto;}
.foot_cotact .tel{ font-size:25px; margin:20px 0 15px; text-align:center;}
.foot_cotact p{ text-align:center;}

.footer_nav{display:none;}

.foot_code{ width:108px; margin:25px auto 15px;}

.copyright{padding:15px 0;  margin-top:30px; text-align:center;}
.copyright .left{ line-height:1.5; font-size:13px;}
.copyright .right{width:100%; text-align:center; margin-top:6px;}
}
/*--------------------*/

/*页面头部*/
.page-banner{position: relative}
.page-banner .page-banner-text{position: absolute;left: 0px;top: 40%;width: 100%;text-align: right;color: #fff;letter-spacing: 1px}
.page-banner h3{font-size: .4rem;}
.page-banner p{margin-top: .2rem}

@media screen and (max-width:768px) {
	.page-banner .page-banner-text{top: 30%;text-align: center}
	.page-banner p{margin-top: .15rem}
}


/*产品列表*/
.clearfix:after{content:'\20';display:block;height:0;clear:both}
.clearfix{*zoom:1}
.ab_1_mid{margin:0 15%}
@media screen and (max-width:1400px){.ab_1_mid{margin:0 5%}
}.pro_1{margin-top:3.8em;margin-bottom:3.8em;padding-right:20em;font-size:0.875em;position:relative}
.pro_1_left ul li{display:inline-block;}
.pro_1_left ul li:nth-child(1){margin-left:0}
.pro_1_left ul li a.on{font-weight:bold}
.pro_1_right{position:absolute;right:0;top:0;width:20em;height:2.142857142857143em;border-radius:2.142857142857143em;border:1px #9b9b9b solid}
.pro_1_right div{padding:0 3.285714285714286em 0 1.4em;position:relative}
.pro_1_right div .sproname{font-size:1em;width:100%;border:none;background:none;height:2em;line-height:2em}
.sprobtn{position:absolute;right:0;top:0;height:100%;border:none;background:none;background-position:center;background-repeat:no-repeat;background-image:url(../images/search.png);cursor:pointer;width:3em}
.pro_2 ul li{float:left;margin-right:2.47765006385696%;width:23.14176245210728%;margin-bottom:2.9em}
.pro_2 ul li:nth-child(4n){margin-right:0}
.pro_2_mid{position:relative;padding-left:5px}
.pro_2_mid_e_n{content:"";position:absolute;z-index:10;background-repeat:no-repeat;background-position:center;z-index:10;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;top:8px;position:absolute;left:0;padding:2px 13px;letter-spacing:1px;background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#000;font-size:10px;text-align:center;color:#fff;font-family:Arial,Helvetica,sans-serif}
.pro_2_mid_mid_1{overflow:hidden;position:relative;height:250px}
.pro_2_mid_mid_1 img{width:100%}
.pro_2_mid_mid_2_1{margin-top:0.5em;color:#000;font-size:0.8em;font-family:Arial,Helvetica,sans-serif}
.pro_2_mid_mid_2_2{font-size:0.75em;color:#000}
.pro_2_mid_mid_1_more span{font-family:"gilroy-regular";padding-right:2em;position:relative;display:inline-block;color:#fff}
.pro_2_mid_mid_1_more span:after{content:"";position:absolute;z-index:1;right:0%;width:18px;top:50%;margin-top:-6.5px;background-repeat:no-repeat;background-position:center;background-image:url(../images/img6.png);z-index:10;height:13px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.pro_2 ul li:hover .pro_2_mid_mid_1_more span:after{right:-.5em}
.pro_2_mid_mid_1_more{opacity:0;position:absolute;right:2em;bottom:1.5em;font-size:0.75em}
.pro_2 ul li:hover .pro_2_mid_mid_1_more{opacity:1}
.pro_3{margin-bottom:5em;margin-top:2em;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:0.9375em;color:#666}
.pro_3 a{display:inline-block;padding:0.4em 1em}
.pro_3 a.on{color:#fff;background-color:#333}
.pro_1_left p{display:none}
.pro_1_left{font-size: .18rem}
.pro_1_left ul li{margin-right: .2rem}
@media screen and (max-width:950px){.pro_2_mid_mid_1{overflow:hidden;position:relative;height:110px}
.pro_1_left p{display:block}
.pro_2 ul li{width:31.68156662409536%}
.pro_2 ul li:nth-child(4n){margin-right:2.47765006385696%}
.pro_2 ul li:nth-child(3n){margin-right:0%}
.pro_1{position:relative;z-index:100}
.pro_1_left{position:relative;z-index:10}
.pro_1_left p{border-bottom:1px #dedede solid;display:block;position:relative;height:33px;line-height:33px}
.pro_1_left p:after{content:" ";display:inline-block;vertical-align:middle;height:6px;width:6px;border:1px solid #333;border-right:0;border-top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin:-6px 0 0 10px;position:absolute;right:4px;bottom:50%;margin-top:-4px}
.pro_1_left ul{background-color:#fff;z-index:100;position:absolute;left:0;top:34px;width:100%;-webkit-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);-moz-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);-ms-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);-o-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);padding:0.5em 0;display:none}
.pro_1_left.on ul{display:block}
.pro_1_left ul li{margin:0;display:block;width:100%}
.pro_1_left ul li a{color:#000;display:block;padding:0 1em}
.pro_1_left ul li a.on{font-weight:normal}
.pro_1{margin-top:2em;margin-bottom:3em;padding-right:0}
.pro_1_right{position:static;width:auto;margin-top:1em}
}


.pro_1_left a{display:block;position:relative}
.pro_1_left .on{color:var(--main_color)}
.pro_1_left a.on:after{content:'';position:absolute;width:100%;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);bottom:-10px;border-top:2px solid var(--main_color);transition:all .5s}

.pro_2_mid_mid_1_more{transition:0.6s all;}
.pro_2_mid_mid_1 img{transition:all .5s;}
/*
.pro_2 ul li:hover .pro_2_mid_mid_1 img{transform:scale(1.05);}
*/
.pro_2 ul li:hover .pro_2_mid_mid{box-shadow:2px 5px 15px rgba(0,0,0,.1)}

/*分页*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li > a,.pagination > li > span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #666;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.pagination > li:first-child > a,.pagination > li:first-child > span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,.pagination > li:last-child > span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd;}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {z-index: 3;color: #fff;cursor: default;background-color:#000000;border-color:#000000;}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}


/*详情*/
.proinfo_mid {
    margin: 0 2%;
}
.proinfo_mid_com {
    padding: 0 3em;
    position: relative;
    margin: 0 auto;
    max-width: 84.6875em
}
.proinfo_mid_1_1 {
    color: #666;
}
.proinfo_mid_1_1 a {
    color: #666;
}
.proinfo_mid_1_1 span {
    color: #000;
}
.bodyon2 .bannerny {
    height: 4.6875em
}
.proinfo_mid_1_1 {
    margin-top: 2em;
    margin-bottom: 4em;
}
.proinfo_mid_2_left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.625em;
    height: 1.8125em;
    margin-top: -0.90625em;
    z-index: 10;
}
.proinfo_mid_2_left a {
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/img5.png);
}
.proinfo_mid_2_right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.625em;
    height: 1.8125em;
    margin-top: -0.90625em;
    z-index: 10;
}
.proinfo_mid_2_right a {
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/img6.png);
}
.proinfo_mid_2_mid_mid {
    text-align: center;
    width: 46.49446494464945%;
    position: relative;
    overflow: hidden;
}

.proinfo_mid_2_mid_mid{height: 4.6rem;}		

.proinfo_mid_2_mid_mid img {
}
.proinfo_mid_2_mid_mid a {
    left: 0%;
    top: 0%;
    z-index: 100;
    background-image: url(../images/img7.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
.proinfo_mid_2_mid_mid:hover a {
    opacity: 1;
}
.proinfo_mid_2_mid_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43.54243542435424%;
}
.proinfo_mid_2_mid {
    position: relative;
}
.proinfo_mid_2_mid_right_2 {
    position: relative;
    padding: 0 2.5em;
}
.proinfo_mid_2_mid_right_2_left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.125em;
    height: 2.1875em;
    margin-top: -1.09375em;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/img9.png);
}
.proinfo_mid_2_mid_right_2_right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.125em;
    height: 2.1875em;
    margin-top: -1.09375em;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/img10.png);
}
.proinfo_mid_2_mid_right_2_right_img {
    overflow: hidden;
    border: 1px #fff solid;
    padding: 3px;
}
.proinfo_mid_2_mid_right_2_right_img:hover, a.on .proinfo_mid_2_mid_right_2_right_img {
    border-color: #959494;
}
.proinfo_mid_2_mid_right_2_right_img img {
    width: 100%;
}
.proinfo_mid_2_mid_right_1 span {
    font-size: 1.3em;
}
.proinfo_mid_2_mid_right_1 {
    margin-bottom: 1.5em;
    color: #3b3b3b
}
.proinfo_mid_2_mid_left {
    position: absolute;
    right: 0;
    width: 43.54243542435424%;
    bottom: 23%;
}
.proinfo_mid_2 {
    margin-bottom: 9.375em;
}
.proinfo3 {
    overflow: hidden;
    position: relative;
}
.proinfo3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    width: 100%;
    top: 0%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    background-color: #f3f3f3;
    height: 26%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.proinfo3_3 {
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.proinfo3_3 img {
}
.proinfo3_4 {
    margin: 5.625em 0;
    text-align: center;
}
.proinfo3_4_mid {
    margin: 0 auto;
    overflow: hidden;
}
.proinfo3_4_mid img {
}
.proinfo3_1 {
    margin-top: 2em;
    font-size: 2.5em;
    font-family: "LincolnMillerBannerBeta-Semibold";
}
.proinfo3_2 {
    margin-top: 0.2em;
    margin-bottom: 2.5em;
    font-size: 1.5em;
}
.proinfo_mid_2_mid_left_1 {
    font-size: 2.083125em;
    color: #333;
}
.proinfo_mid_2_mid_left_2 {
    font-size: 1.823125em;
    color: #333;
    border-bottom: 1px #3f3f3f solid;
    padding: 0.4em 0 0.4em 0;
}
.proinfo_mid_2_mid_left_2 span {
    font-size: 0.875em;
}
.proinfo_mid_2_mid_left_3 {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.29625em;
}
.proinfo_mid_2_mid_left_4 {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.29625em;
    margin-bottom: 0.5em;
}
.proinfo_mid_2_mid_left_4 span {
    padding-left: 1em;
    display: inline-block;
    position: relative;
    cursor: pointer
}
.proinfo_mid_2_mid_left_4 span:nth-child(1) {
    margin-right: 1em;
}
.proinfo_mid_2_mid_left_4 span:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-size: cover;
    left: 0%;
    width: 0.85em;
    top: 0.22em;
    background-image: url(../images/img11.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    height: 0.85em;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.proinfo_mid_2_mid_left_4 span.on:after {
    background-image: url(../images/img12.png);
}
.proinfo_mid_2_mid_top {
    position: absolute;
    right: 0;
    top: 0;
    width: 43.54243542435424%;
    text-align: right;
}
.proinfo_mid_2_mid_top img {
    max-width: 40%;
}

@media screen and (max-width:1600px) {
.proinfo_mid_2_mid_left_2 {
    font-size: 1.375em;
}
.proinfo_mid_2_mid_left_3, .proinfo_mid_2_mid_left_4 {
    font-size: 1.25em;
}
.proinfo_mid_2_mid_right_1 span {
    font-size: 1.029375em
}
/*.proinfo_mid_2_mid_left_1{
font-size:2.5em;}*/
}
.showprodetail {
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
    margin-left: -0.5px;
    margin-top: -0.5px;
    opacity: 0;
    position: fixed;
    z-index: 99999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.showprodetail_close {
    position: fixed;
    right: 2em;
    top: 2em;
    z-index: 10;
}
.showprodetail_show {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    margin: 0;
}
.showprodetail_close img {
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}
.showprodetail_close:hover img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.case_3_1 {
    overflow: hidden;
}
.case_3_1 img {
    width: 100%;
}
.case_3_2 {
    margin-top: 2.5em;
    opacity: 0;
    position: relative;
    padding-left: 15em;
    padding-right: 6.75em;
    background-color: #fff;
}
.swiper-slide-active .case_3_2 {
    opacity: 1;
}
.case_3_2 ul li {
    margin-right: 4em;
    min-height: 3.6em;
    font-size: 0.875em;
    color: #666;
    float: left;
    border-left: 1px #c4c4c4 solid;
    padding-left: 1.5em;
    line-height: 1.8;
}
.case_3_2 ul li:nth-child(2) {
    margin-right: 0
}
.case_3 {
    position: relative;
    margin-bottom: 8.5em;
}
.case_3_left {
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
}
.case_3_left_1 {
    font-family: "LincolnMillerBannerBeta-Semibold";
    font-size: 1.5em;
}
.case_3_left_2 {
    font-size: 0.875em;
}
.case_3_right {
    text-align: center;
    width: 8.3125em;
    position: absolute;
    bottom: 0;
    right: 1em;
    height: 2.0625em;
    line-height: 2.0625em;
}
.case_3_right_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.0625em;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/img2.png);
    cursor: pointer;
    z-index: 10;
}
.case_3_right_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.0625em;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/img3.png);
    cursor: pointer;
    z-index: 10;
}
.case_3_right_mid {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif
}
.case_3_right_mid span:nth-child(1) {
    font-size: 2.25em;
}
.case_3_right_mid span:nth-child(2) {
    font-size: 1.5em;
}

@media screen and (min-width:850px) {
.proinfo_mid_2_mid_left, .proinfo_mid_2_mid_right, .proinfo_mid_2_mid_top {
    right: 4.5%;
}
}
/*************************************************/
.fr {
    float: right;
    display: inline
}
.ovh {
    overflow: hidden;
}
body.ovh #header {
    border: none;
}
#mid {
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.moveleft {
    transform: translateX(-66%);
}
#header .m-btn {
    float: right;
    margin-right: 0em;
    position: relative;
    width: 27px;
    height: 20px;
    cursor: pointer;
}

@media screen and (min-width:1100px) {
.headerfix___ {
    position: fixed;
    left: 0;
    animation: mymove 0.4s ease-in-out 0s 1 alternate forwards;
    -webkit-animation: mymove 0.4s ease-in-out 0s 1 alternate forwards; /*Safari and Chrome*/
}
@keyframes mymove {
from {
top:-100%;
opacity:0;
}
to {
top:0px;
opacity:1;
}
}
 @-webkit-keyframes mymove /*Safari and Chrome*/ {
from {
top:-100%;
opacity:0;
}
to {
top:0px;
opacity:1;
}
}
}

@media screen and (max-width:1200px) {
.showprodetail_close img {
    width: 3em;
    height: 3em;
}
.proinfo_mid_com {
    padding: 0 2.5em;
}
.proinfo_mid_2_left, .proinfo_mid_2_right {
    font-size: 0.75em;
}
.proinfo_mid_2_mid_right_2 {
    padding: 0 1.8em;
}
.proinfo_mid_2_mid_right_2_left, .proinfo_mid_2_mid_right_2_right {
    font-size: 0.75em;
}
.proinfo_mid_1_1 {
    font-size: 0.9375em;
}
.proinfo3_4 {
    margin: 4em 0;
}
.proinfo3_1 {
    font-size: 1.5em;
}
.proinfo3_2 {
    font-size: 1.125em;
}
.proinfo_mid_2 {
    margin-bottom: 4em;
}
.proinfo_mid_2_mid_left_1 {
    font-size: 1.5em;
}
.proinfo_mid_2_mid_left_2, .proinfo_mid_2_mid_left_3, .proinfo_mid_2_mid_left_4, .proinfo_mid_2_mid_right_1 span {
    font-size: 1em;
}
.bodyon2 .bannerny {
    height: 0.1em;
}
.proinfo_mid_1_1 {
    margin-bottom: 2em;
}
.submenulist_mid ul li dl {
    top: -3em;
}
.submenulist_mid .footer_mid_3_left_1 a {
    font-size: 1.25em;
}
.submenulist_mid ul li dl dd a {
    font-size: 0.875em;
}
#header {
    padding: 1.5em 0;
    width: 100%;
    padding: 0 3%;
    background: #fff url(../images/icon_2.png) no-repeat left center;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.header_mid_mid {
    display: none
}
.header_mid_right {
    top: 6px;
}
#mid {
    margin-top: 4.6875em;
}
.banner_txt_1 {
    font-size: 2.5em;
}
.banner_txt_2 a {
    font-size: 0.875em;
}
.indexbanner .swiper-pagination-index-banner {
    transform: scale(.5, .5);
    bottom: 10px;
}
.about_1 {
    margin-top: 6em;
    margin-bottom: 10em;
}
}

@media screen and (max-width:1090px) {
.mar_1 {
    margin-bottom: 3em;
}
.mar_2 {
    font-size: 1.125em;
}
.contact_1_1 {
    font-size: 1.5em;
}
.contact_1_2 {
    font-size: 1em;
}
.contact_1_4, .contact_1_5, .contact_1_6, .contact_1_7 a, .contact_2_mid ul li input, .contact_2_mid ul li textarea, .contact_2_footer a {
    font-size: 0.875em;
}
.ab_1 {
    margin-top: 5em;
    margin-bottom: 5em;
}
.ab_1_1_con_2_1 {
    font-size: 1em;
}
.ab_1_1_con_1 {
    font-size: 1.5em;
}
.ab_1_1_con {
    padding-top: 4em;
    padding-bottom: 4em;
}
.ab_4_mid_left_mid_mid_right_2 {
    font-size: 0.875em;
}
.ab_4 {
    margin-bottom: 5em;
}
.submenulist_mid {
    margin-top: 4.6875em;
}
.submenulist .cell_mid, .submenulist .cell_h {
    display: inline;
}
.submenulist_mid .footer_mid_3_left_1 {
    padding-top: 1em;
    padding-bottom: 1em;
}
.submenulist_mid ul li {
    display: block;
    margin: 0;
    text-align: center
}
.submenulist_mid ul li dl {
    position: static;
    margin-top: 0.8em;
    display: none
}
.submenulist_mid ul li.on dl {
    display: block
}
.submenulist_mid .footer_mid_3_left_1 {
    margin-top: 0
}
.submenulist_mid .footer_mid_3_left_1 a {
    font-size: 1.125em;
    display: block
}
.submenulist_mid .footer_mid_3_left_1::after {
    left: 0%;
    width: 100%;
    background-color: #dedede;
    height: 1px;
}
#footer {
    padding-top: 3em;
    padding-bottom: 3em;
}
.footer_mid_3 {
    padding-right: 0
}
.footer_mid_3_right {
    display: none
}
.footer_mid_2_mid {
    display: none
}
.about_1_mid_right_1 {
    font-size: 1.875em;
}
.about_2_video_title_1 {
    font-size: 1.5em;
}
.about_2_video_title_2 a {
    font-size: 0.75em;
}
.about_3_1 {
    font-size: 1.875em;
}
.about_3_2 {
    font-size: 1em;
}
.index_4_1 {
    font-size: 1.125em;
}
.about_1 {
    margin-top: 4em;
}
.pro_btn {
    margin-top: 3em;
    margin-bottom: 4em;
}
.index_6 {
    margin-top: 3em;
    margin-bottom: 4em;
}
.about_3_3_mid_name_1 {
    font-size: 1em;
}
}
.swiper-pagination-cz {
    display: none
}
.pro_1_left p {
    display: none;
}

@media screen and (max-width:950px) {
.case_3 {
    margin-bottom: 4em;
}
.case_3_2 {
    padding-left: 0;
    padding-right: 0
}
.case_3_left {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}
.case_3_right {
    position: relative;
    margin: 0 auto;
    font-size: 0.75em;
    margin-top: 2em;
}
.pro_2 ul li {
    width: 31.68156662409536%;
}
.pro_2 ul li:nth-child(4n) {
    margin-right: 2.47765006385696%
}
.pro_2 ul li:nth-child(3n) {
    margin-right: 0%;
}
.pro_1 {
    position: relative;
    z-index: 100;
}
.pro_1_left {
    position: relative;
    z-index: 10;
}
.pro_1_left p {
    border-bottom: 1px #dedede solid;
    display: block;
    position: relative;
    height: 33px;
    line-height: 33px;
}
.pro_1_left p:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    width: 6px;
    border: 1px solid #333;
    border-right: 0;
    border-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -6px 0 0 10px;
    position: absolute;
    right: 4px;
    bottom: 50%;
    margin-top: -4px;
}
.pro_1_left ul {
    background-color: #fff;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    -webkit-box-shadow: 0 0.9375em 1.875em rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0.9375em 1.875em rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0.9375em 1.875em rgba(0,0,0,0.1);
    -o-box-shadow: 0 0.9375em 1.875em rgba(0,0,0,0.1);
    box-shadow: 0 0.9375em 1.875em rgba(0,0,0,0.1);
    padding: 0.5em 0;
    display: none;
}
.pro_1_left.on ul {
    display: block
}
.pro_1_left ul li {
    margin: 0;
    display: block;
    width: 100%;
}
.pro_1_left ul li a {
    color: #000;
    display: block;
    padding: 0 1em;
}
.pro_1_left ul li a.on {
    font-weight: normal
}
.pro_1 {
    margin-top: 2em;
    margin-bottom: 3em;
    padding-right: 0;
}
.pro_1_right {
    position: static;
    width: auto;
    margin-top: 1em;
}
.footer_mid_3_left_1:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    width: 6px;
    border: 1px solid #d4d4d4;
    border-right: 0;
    border-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -6px 0 0 10px;
    position: absolute;
    right: 4px;
    bottom: 50%;
    margin-top: -4px;
}
.footer_mid_1 {
    text-align: center;
    margin-bottom: 1em;
}
.footer_mid_2 {
    display: none
}
.footer_mid_3_left ul li {
    width: 100%;
}
.footer_mid_3_left ul li:nth-child(1) {
    display: none
}
#footer .footer_mid_3_left ul li dl dd a {
    font-size: 0.875em;
}
#footer .footer_mid_3_left ul li dl {
    display: none;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
}
#footer .footer_mid_3_left ul li.on dl {
    display: block
}
#footer .footer_mid_3_left_1 {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}
#footer .footer_mid_3_left_1::after {
    height: 1px;
    width: 100%;
}
}

@media screen and (max-width:850px) {
.proinfo_mid_2_mid_top {
    width: auto
}
.proinfo_mid_2_mid_top .proinfo_mid_2_mid_right_2 {
    padding: 0;
}
.proinfo_mid_2_mid_left .proinfo_mid_2_mid_right_2, .proinfo_mid_2_mid_right_1 {
    padding-left: 0;
    padding-right: 0
}
.proinfo_mid_2_mid_right_1 {
    margin-top: 1em;
}
.proinfo_mid_2_mid_left, .proinfo_mid_2_mid_right {
    position: static;
    width: auto;
}
.proinfo_mid_2_mid_left {
    padding-top: 1.5em;
}
.proinfo_mid_2_mid_mid {
    width: 100%;
    margin-top: 1.5em;
}
.ab_4 .swiper-pagination-bullet {
    background-color: #000;
}
.ab_4_mid_right {
    display: none
}
.ab_4_mid {
    padding-right: 0
}
.index_4_2_right_mid_right {
    height: auto
}
.swiper-pagination-cz {
    display: block
}
.index_4_2_right_mid_right .swiper-container-horizontal > .swiper-pagination-bullets, .index_4_2_right_mid_right .swiper-pagination-custom, .index_4_2_right_mid_right .index_4_2_right_mid_right .swiper-pagination-fraction {
    bottom: 20px;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.about_1_mid_right_2 {
    margin-bottom: 2em;
}
.div1200, .div1252, .div1000 {
    padding: 0 2%;
}
.index_4_2 {
    max-width: none
}
.index_4_2_left {
    float: none;
}
.index_4_2_right {
    float: none;
    margin: 0 auto;
    margin-top: 2em;
    width: 100%;
}
.index_4_2_right_mid {
    padding-left: 0;
}
.index_4_2_right_mid_left {
    display: none
}
.index_6_mid_right_mid {
    padding-top: 5em;
    padding-bottom: 5em;
}
.about_1_mid_right_1, .about_3_1 {
    font-size: 1.5em;
}
.about_1_mid_left {
    float: none;
    margin: 0 auto;
}
.about_1_mid_right {
    float: none;
    width: auto;
}
.about_1_mid_left_right {
    height: 53.86178861788618%;
    width: 46.34146341463415%;
    bottom: -4em;
    right: -31.30081300813008%;
}
.about_1 {
    margin-bottom: 4em;
}
.about_2_video_title_1 {
    font-size: 1.25em;
}
}

@media screen and (max-width:768px) {
.ab_2 {
    height: auto;
    background-image: none;
}
.ab_2 img {
    display: block
}
.showprodetail_close {
    top: 1em;
    right: 1em;
}
.showprodetail_close img {
    width: 2em;
    height: 2em;
}
.proinfo_mid_2_mid_left_1 {
    font-size: 1.375em;
}
.proinfo3_2 {
    font-size: 1em;
}
.mar_3 .swiper-button-next, .mar_3 .swiper-button-prev {
    width: 3em;
    height: 3em;
    margin-top: -1.5em;
}
.mar_3 .swiper-button-next {
    right: 0.5em;
}
.mar_3 .swiper-button-prev {
    left: 0.5em;
}
.mar_2 {
    font-size: 1em;
}
.mar_1 {
    margin-bottom: 2em;
}
.mar_3 ul li {
    margin-bottom: 2em;
}
.contact_2_mid {
    width: 100%;
}
.contact_2_footer a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: block;
    text-align: center
}
.contact_2_footer {
    margin-bottom: 4em;
}
.ab_1_1_con {
    padding-top: 3em;
    padding-bottom: 3em;
}
.ab_4 {
    margin-bottom: 3em;
}
.ab_1 {
    margin-top: 3em;
    margin-bottom: 3em;
}
.indexbanner .swiper-pagination-index-banner {
    transform: scale(.3, .3);
    bottom: -10px;
}
.banner_txt_1 {
    font-size: 1.5em;
}
.banner_txt_2 a {
    font-size: 0.75em;
}
.index_4_1 {
    font-size: 1em;
}
.about_3_3_mid img {
    opacity: 1;
}
.about_3_3_mid .about_3_3_mid_name_1, .about_3_3_mid .about_3_3_mid_name_2 {
    color: #fff;
}
.about_3_3_mid .about_3_3_mid_name:after {
    background-color: #fff;
}
.index_6_mid {
    padding-left: 0;
}
.index_6_mid_left {
    position: static;
    width: 100%;
}
.index_6_mid_left_bg {
    display: none
}
.index_6_mid_left img {
    display: block
}
.index_6_mid_right_mid {
    padding: 1.5em
}
.index_6 .footer_mid {
    margin: 0 2%;
}
}
.ab_640_img {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35vh;
}
.mobile_bigpic {
    display: none
}

@media screen and (max-width:640px) {
.case_3 {
    margin-bottom: 2em;
}
.case_3_2 {
    margin-top: 1.5em;
}
.case_3_2 ul li {
    min-height: inherit;
    padding-left: 0;
    border: none;
    padding-right: 0;
    margin: 0;
    float: none;
}
.mobile_bigpic {
    display: block;
}
.bigpic {
    display: none
}
.proinfo3_4 {
    margin: 3em 0;
}
.proinfo_mid_2 {
    margin-bottom: 3em;
}
.proinfo_mid_com {
    padding-left: 1em;
    padding-right: 1em;
}
.proinfo_mid_2_left, .proinfo_mid_2_right {
    display: none
}
.proinfo_mid_2_mid_mid {
    display: none
}
.proinfo_mid_2_mid_left_1 {
    font-size: 1.25em;
}
.pro_3 {
    margin-bottom: 3em;
    margin-top: 0
}
.pro_3 a {
    font-size: 0.75em;
}
.pro_2 ul li {
    margin-bottom: 1.5em;
    width: 49%;
    margin-right: 0;
}
.pro_2 ul li:nth-child(2n) {
    float: right;
}
.pro_2 ul li:nth-child(4n) {
    margin-right: 0
}
.mar_3_2_2 {
    padding-right: 0;
}
.mar_3_2_2_right {
    position: static;
    width: 100%;
    margin-top: 1em;
}
.contact_1_1 {
    font-size: 1.375em;
}
.contact_2_mid ul li:nth-child(1), .contact_2_mid ul li:nth-child(2) {
    width: 100%;
}
.contact_2_mid ul li {
    margin-bottom: 1em;
}
.contact_2_footer {
    margin-bottom: 2em;
}
.ab_4_mid_left_mid {
    position: static;
}
.ab_4_mid_left_img_v {
    display: none
}
.ab_4_mid_left_mid_mid {
    width: 100%;
}
.ab_4_mid_left_mid_mid_right {
    position: static;
    width: auto;
    padding: 1.5em;
}
.ab_640_img {
    display: block;
}
.ab_1_1_img {
    display: none
}
.ab_1_1_con_1 {
    font-size: 0.8em;
    line-height: 3em
}
.ab_1_1_con {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2em;
    padding-bottom: 2em;
}
.ab_1_1 ul li {
    width: 100%;
    float: none
}
.index_6 {
    margin-top: 2em;
    margin-bottom: 2em;
}
.pro_btn {
    margin-top: 2em;
    margin-bottom: 3em;
}
.pro_btn_left, .pro_btn_right {
    font-size: 0.875em;
}
.about_1 {
    margin-bottom: 2em;
    margin-top: 2em;
}
.about_1_mid_left_right {
    bottom: -2em;
}
.about_1_mid_right_1, .about_3_1 {
    font-size: 1.25em;
}
.about_1_mid_right {
    margin-top: 3em;
}
}

@media screen and (max-width:550px) {
.simple-link {
    min-width: 110px;
}
.index_com_news_4 ul li {
    width: 100%;
}
}

@media screen and (max-width:480px) {
.case_3_left_1 {
    font-size: 1.25em;
}
.case_3_right {
    font-size: 0.65em;
}
.proinfo_mid_2_mid_left_4 span::after {
    top: 0.4em;
}
.proinfo_mid_2_mid_left_2, .proinfo_mid_2_mid_left_3, .proinfo_mid_2_mid_left_4, .proinfo_mid_2_mid_right_1 span {
    font-size: 0.875em;
    line-height: 1.6;
}
.proinfo_mid_2_mid_left_3 {
    margin-bottom: 1em;
}
.proinfo_mid_2_mid_left_1 {
    font-size: 1.125em;
}
.pro_1 {
    margin-bottom: 2em;
}
.mar_3 .swiper-button-next, .mar_3 .swiper-button-prev {
    width: 2em;
    height: 2em;
    margin-top: -1em;
}
.contact_1_2 {
    font-size: 0.9375em;
}
.contact_1_1 {
    margin-top: 1.5em;
}
.ab_1 {
    margin-top: 2em;
    margin-bottom: 1em;
}
.copyright_mid {
    padding: 1em 0;
}
.copyright_mid_mid {
    line-height: 1.6;
    font-size: 0.75em;
}
#footer {
    padding-top: 1.5em;
    padding-bottom: 2em;
}
#footer img {
    max-width: 100px;
}
.header_mid_left img {
    height: 30px;
}
#header {
    height: 50px;
}
.header_mid_right {
    top: -16px;
}
.banner_txt_2 a {
    font-size: 0.6em;
}
.indexbanner .swiper-pagination-index-banner {
    transform: scale(.15, .15);
    bottom: -30px;
}
.banner_txt_1 {
    font-size: 1.25em;
}
.about_2_video_title_1, .about_1_mid_right_1, .about_3_1 {
    font-size: 1.125em;
}
.pro_btn_left, .pro_btn_right {
    font-size: 0.75em;
    margin: 0 0.5em;
}
}
#header .m-btn .box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#header .m-btn .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform 0.2s 0.1s;
    -moz-transition: -moz-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
}
#header .m-btn .line1 {
    /* width: 12px;*/
    top: 0;
}
#header .m-btn .line2 {
    /* width: 22px;*/
    top: 7px;
}
#header .m-btn .line3 {
    /*width: 16px;*/
    top: 14px;
}
#header .m-btn.cur .line1, #header .m-btn.cur .line2, #header .m-btn.cur .line3 {
    width: 100%;
}
.m-sub-menu.show {
    right: 0;
    transition: all 0.44s ease 0s;
}
.m-sub-menu {
    position: fixed;
    right: -100%;
    width: 66%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
    line-height: 60px;
    background-color: #333;
}
.m-sub-menu .top-box .stt {
    display: inline-block;
    font-size: 16px;
    color: #acacac;
    margin-left: 8.2%;
    font-family: "Base-font";
}
.m-sub-menu .top-box .close {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/ico_37.png) no-repeat center;
    margin-right: 7.8%;
    margin-top: 22px;
    cursor: pointer;
}
.m-sub-menu .list-wrap ul {
    width: 100%;
}
.m-sub-menu .list-wrap li {
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .list-wrap li .col-box {
    display: block;
    padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tit {
    font-size: 16px;
    color: #666;
}
.m-sub-menu .list-wrap .point {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(../images/ico_38.png) no-repeat center;
    margin-top: 26px;
}
.m-sub-menu .bot-link {
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    margin-top: 30px;
}
.m-sub-menu .bot-link a {
    display: inline-block;
    width: 36px;
    height: 50px;
    margin-right: 20px;
    float: left;
}
.m-sub-menu .sec-sub-list {
    position: absolute;
    right: -100%;
    top: 60px;
    width: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
    display: block;
    padding: 0 7.8% 0 8.2%;
    line-height: 60px;
    background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
    padding-left: 18px;
    color: #fff;
    font-size: 18px;
    background: url(../images/ico_42.png) no-repeat left center;
}
.m-sub-menu .sec-sub-list .boxs {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    background-color: #fff;
}
.m-sub-menu .sec-sub-list .boxs.show {
    left: -100%;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
    width: 100%;
}
.m-sub-menu .sec-sub-list li {
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    font-size: 16px;
    color: #666;
}
.m-sub-menu .sec-sub-list .bot-link {
    margin-top: 14px;
}
.search-alert {
    position: fixed;
    z-index: 999;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.search-alert .cent-form {
    position: absolute;
    width: 94.8%;
    left: 2.6%;
    top: 50%;
    height: 124px;
    margin-top: -63px;
    border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
    border: none;
    font-size: 66px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    background: none;
    padding-left: 88px;
    padding-right: 80px;
    background: url(../images/ico_36.png) no-repeat 35px 60px;
}
.search-alert .cent-form .sub-butn {
    border: none;
    height: 100px;
    margin-top: 24px;
    font-size: 24px;
    line-height: 100px;
    color: #555;
    text-align: right;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    text-align: center;
}
.search-alert .close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/ico_37.png) no-repeat center;
    position: absolute;
    top: 38px;
    right: 2.6%;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
}
.ovh {
    overflow: hidden;
}

@media screen and (max-width:768px) {
.search-alert .cent-form .tex {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    background-position: 30px 20px !important;
}
.search-alert .cent-form {
    height: 60px;
    margin-top: -30px;
}
.search-alert .cent-form .sub-butn {
    height: 60px;
    line-height: 60px;
    margin-top: 0;/*background: url(../images/ico_36.png) no-repeat center;*/
		/*font-size: 0;*/
}
}

@media screen and (max-width:480px) {
.index_1_3_mid_right_1_right_3 {
    display: none
}
.news_info_1_mid_2 {
    margin: 1.5em 0;
}
.news_info_1_mid_1_1 {
    font-size: 1.125em;
}
.news_info_1_mid_2 {
    font-size: 0.875em;
}
.search-alert .cent-form .tex {
    padding-left: 10px;
    text-align: left;
    background: none;
    font-size: 20px;
}
.search-alert .cent-form .sub-butn {
    font-size: 22px;
    color: #777;
}
#header .m-btn {
}
.header_1_right ul li {
    height: 3.75em;
}
.lang-nav {
    height: 3.75em;
    line-height: 3.75em;
}
.under-icon {
    height: calc(60px);
}
#header {
    height: 50px;
}
#mid {
    margin-top: 3.75em;
}
.ts_logo {
    margin-top: 0.5em;
}
.header_1_left img {
    height: 2em;
}
#header .m-btn {
    top: 23px;
}
.header_1_search {
    margin-top: 1.375em;
}
}

/***********************************************/
 
@media screen and (min-width:1090px) {
.xz_mr {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.sup_2_1 ul li:hover .xz_mr {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.sup_2_1_mid_1 span i {
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.sup_2_1 ul li:hover .sup_2_1_mid_1 span i {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotate(0deg);
}
}
 .cent-form ::-moz-placeholder {
color:#fff;
}
.cent-form input:-webkit-input-placeholder {
color:#fff;
}
.cent-form input:-moz-placeholder {
color:#fff;
}
.so_1_left_3 ul li a {
    overflow: hidden;
    display: block;
    position: relative;
}
.so_1_left_3_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
}
.so_1_left_3_mid {
    padding: 0 1.1875em;
}
.so_1_left_3_mid_1 {
    font-size: 1.5em;
}
.div_sj {
    display: none;
}

@media screen and (max-width:1090px) {
.div_pc {
    display: none;
}
.div_sj {
    display: block;
}
}

@media screen and (min-width:1100px) {
.so_1_right_1_mid_1 {
    display: inline-block;
}
.so_1_right_1:hover .so_1_right_1_mid_1::after {
    width: 100%;
}
.pro_2_mid_1 {
    display: inline-block;
}
.pro_2:hover .pro_2_mid_1::after {
    width: 100%;
}
}
.prosearch {
    padding-bottom: 1.5em;
    -webkit-transition: all 0ms cubic-bezier(.23, 1, .32, 1) 1s;
    transition: all 1s cubic-bezier(.23, 1, .32, 1) 0ms;
    position: absolute;
    left: 0;
    top: -100%;
    z-index: 100;
    width: 100%;
    background-color: #f9f9f9;
}
.prosearchon {
    top: 0px;
}

@media screen and (max-width:1335px) {
.prosearchon {
    top: 0
}
}
.prosearch_1 span {
    font-size: 2em;
    font-weight: bold;
    color: #444;
}
.prosearch_1 {
    padding: 1.4em 0;
    overflow: hidden;
}
.prosearch_2 {
    background-color: #eeeeee;
    overflow: hidden;
    padding: 1em;
}
.prosearch_2 input {
    border: none;
    background-color: transparent;
    width: 100%;
    font-size: 1em;
    font-family: "微软雅黑"
}
.prosearch_3 a {
    border-radius: 2.071428571428571em;
    background-color: #fff;
    margin-right: 1em;
    font-size: 0.875em;
    display: inline-block;
    border: 1px #ccc solid;
    padding: 0.3em 1em;
    margin-bottom: 0.6em;
}
.prosearch_3 {
    margin-top: 1.5em;
}
.prosearch_3 a:hover {
    border-color: #e9811a
}

@media screen and (max-width:1090px) {
.prosearch_1 span {
    font-size: 1.5em;
}
.prosearch {
    position: fixed;
}
.prosearchon {
    top: 80px;
}
}

@media screen and (max-width:768px) {
.prosearch_1 {
    padding: 1em 0;
}
.prosearch_1 span {
    font-size: 1.125em;
}
.prosearch_2 {
    padding: 0.5em 1em;
}
.h_right_l_search i {
    font-size: 1.35em;
}
.prosearch_1 span {
    font-size: 1.125em;
}
.prosearch_2 input {
    font-size: 0.875em;
}
}

@media screen and (max-width:480px) {
.prosearchon {
    top: 60px;
}
}
#nav {
    position: absolute;
    left: 0;
    bottom: 10%;
}
.gotops {
    position: fixed;
    right: 1em;
    bottom: 1em;
    width: 24px;
    height: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/up.png);
    cursor: pointer;
    z-index: 10;
}
.gotops_footer {
    background-image: url(../images/up2.png);
}
.ko-progress-circle {
    width: 42px;
    height: 42px;
    background-color: #d9d9d9;
    border-radius: 50%
}
.ko-progress-circle .ko-progress-circle__slice, .ko-progress-circle .ko-progress-circle__fill {
    width: 42px;
    height: 42px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    transition: transform 1s;
    border-radius: 50%
}
.ko-progress-circle .ko-progress-circle__slice {
    clip: rect(0px,42px,42px,21px)
}
.ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
    clip: rect(0px,21px,42px,0px);
    background-color: #1291d4
}
.ko-progress-circle .ko-progress-circle__overlay {
    width: 36px;
    height: 36px;
    position: absolute;
    margin: 3px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/img1.png);
}
#header .m-btn.cur .line2 {
    opacity: 0;
}
#header .m-btn.cur .line1 {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -moz-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    -o-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    background-color: #000;
}
#header .m-btn.cur .line3 {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -moz-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    -o-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
    background-color: #000
}
.weixin {
    position: fixed;
    width: 300px;
    height: 200px;
    z-index: 100000;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 1px 1px 2px #aaa;
}
.weixin .c {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}
.weixin h2 {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}
.weixin .img {
    padding: 10px;
    text-align: center; /*border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;*/
}
.weixin .img img {
    width: 180px;
    height: 180px;
}
.weixin p {
    padding: 2px 10px 0;
    text-align: center;
}
.ab_4_mid_left_mid_mid_right {
    opacity: 0;
}
.swiper-slide-active .ab_4_mid_left_mid_mid_right {
    opacity: 1;
}

@media screen and (min-width:1090px) {
.pro_2_mid_mid_2 {
    min-height: 2.5em;
}
}
#showdimg img {
}
.proinfo_mid_2_mid_right_2 {
    margin-top: 1em;
}
.pa_1 {
    font-size: 2.083125em;
}
.pa_2 {
    padding: 1em 0;
    border-bottom: 1px #3e3e3e solid;
}
.pa_2 span:nth-child(1) {
    font-size: 1.823125em;
}
.pa_2 span:nth-child(2) {
    font-size: 1.301875em;
}
.pa_3 {
    margin-top: 0.7em;
    margin-bottom: 0.4em;
    font-size: 1.29625em;
}
.pa_4 {
    margin-top: 0.5em;
    font-size: 1.29625em;
}
.pa_5 {
    margin-top: 0.5em;
    margin-bottom: 0.4em;
    font-size: 1.29625em;
}
.pa_6 {
    margin-top: 0.5em;
    margin-bottom: 0.4em;
    font-size: 1.29625em;
}

@media screen and (max-width:1440px) {
.pa_1 {
    font-size: 1.5em;
}
.pa_2 span:nth-child(1) {
    font-size: 1.125em;
}
.pa_2 span:nth-child(2) {
    font-size: 1em;
}
.pa_3, .pa_4, .pa_5, .pa_6 {
    font-size: 1em;
}
}

@media screen and (max-width:640px) {
.proinfo_mid_2_mid_right .proinfo_mid_2_mid_right_2 span {
    margin-left: -1.8em;
}
.pa_1 {
    font-size: 1.25em;
}
.pa_2 span:nth-child(1) {
    font-size: 1em;
}
.pa_2 span:nth-child(2) {
    font-size: 0.875em;
}
.pa_3, .pa_4, .pa_5, .pa_6 {
    font-size: 0.875em;
    border-bottom: 1px #ccc solid;
}
}
.pa_4 span:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-size: cover;
    left: 0%;
    width: 0.85em;
    top: 0.22em;
    background-image: url(../images/img11.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    height: 0.85em;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pa_4 span.on:after {
    background-image: url(../images/img12.png);
}
.pa_4 span {
    padding-left: 1em;
    display: inline-block;
    position: relative;
    cursor: pointer
}
.pa_4 span:nth-child(1) {
    margin-right: 1em;
}
.proinfo_mid_2_mid_after {
    font-size: 0.65em;
    content: '';
    position: absolute;
    bottom: -12em;
    z-index: 10;
    width: 16.0625em;
    left: 50%;
    margin-left: -8.03125em;
    height: 5.625em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/img1.png);
}

@media screen and (max-width:1200px) {
.proinfo_mid_2_mid_after {
    font-size: 0.35em;
    bottom: -9em;
}
}

@media screen and (max-width:480px) {
.proinfo_mid_2_mid_after {
    font-size: 0.25em;
}
}
/*********福人**********/
.new_mak_1 {
   /* border-bottom: 1px #d9d9d9 solid;*/
}
.new_mak_1 a {
    margin-right: 1.2em;
    display: inline-block;
    color: #666;
    padding: 1.5em 0;
    position: relative;
}
.new_mak_1 a:after {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #000;
}
.new_mak_1 a.on:after, .new_mak_1 a:hover:after {
    display: block
}
.new_mak_1 a.on, .new_mak_1 a:hover {
    color: #000
}
.new_mak_2_mid {
    color: #fff;
    padding: 12.375em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/img4.jpg);
}
.new_mak_2_mid_mid {
    margin: 0 auto;
    max-width: 48.375em;
    padding: 0 1em;
}
.new_mak_2_mid_mid_2 {
    background-color: #fff;
    position: relative;
    padding-right: 4.75em;
}
.new_mak_2_mid_mid_2_right {
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.75em;
    height: 100%;
}
.new_mak_2_mid_mid_2_left input {
    border: none;
    width: 100%;
    background: none;
    font-size: 1em;
    height: 3.75em;
    line-height: 3.75em;
}
.new_mak_2_mid_mid_1 {
    margin-bottom: 1.125em;
    text-align: center;
    font-size: 1.875em;
}
.new_mak_2_mid_mid_2_left {
    padding: 0 1.5em;
}
.new_mak_2 {
    margin-bottom: 6.5em;
}
.header_mid_right_lan {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/img6.jpg);
    padding-right: 0.8em;
    position: absolute;
    left: -2.9em;
    top: -2px;
}
.header_mid_right_lan a {
    color: #fff;
}
.header_mid_right_lan_on a {
    color: #000;
}
.new_mak_2_mid_mid_2_right_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.new_mak_2_mid_mid_2_right_after {
    background-image: url(../images/loading.gif);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}
.showboxmask {
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000;
    background-image: url(../images/img9.png);
}
.showboxmask_mid {
    width: 534px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.showboxmask_mid_mid {
    position: relative;
}
.showboxmask_mid_mid_close {
    z-index: 888;
    position: absolute;
    right: -1.65625em;
    top: -1.65625em;
}
.showboxmask_mid_mid_pic {
    position: relative;
    overflow: hidden;
    background-color: #fff;/* padding:0.9375em;*/
}
.showboxmask_mid_mid_pic img {
    height: 100%;
    max-width: none
}
#ff {
    height: 742px
}

@media screen and (max-width:1600px) {
.showboxmask_mid {
    width: 400px
}
#ff {
    height: 555px
}
}

@media screen and (max-width:768px) {
.showboxmask_mid {
    width: 300px
}
.showboxmask_mid_mid_close img {
    width: 2em;
    height: 2em;
}
.showboxmask_mid_mid_close {
    right: -1em;
    top: -1em;
}
#ff {
    height: 415px
}
}

@media screen and (max-width:1090px) {
.new_mak_2 {
    margin-bottom: 4em;
}
.new_mak_2_mid {
    padding: 8em 0;
}
.new_mak_2_mid_mid_2_right {
    width: 4em;
}
.new_mak_2_mid_mid_2_left input {
    height: 2.65em;
    line-height: 2.65em;
}
.new_mak_2_mid_mid_2_right_btn img {
    height: 1.5em;
}
.new_mak_2_mid_mid_1 {
    font-size: 1.5em;
}
}

@media screen and (max-width:768px) {
.new_mak_2_mid {
    padding: 4em 0;
}
.new_mak_2_mid_mid_1 {
    font-size: 1.25em;
}
.new_mak_2 {
    margin-bottom: 2em;
}
}

@media screen and (max-width:480px) {
.new_mak_2_mid_mid_2_left {
    padding: 0 1em;
}
.new_mak_2_mid_mid_2_right_btn img {
    height: 1.2em;
}
.new_mak_2_mid {
    padding: 4em 0;
}
.new_mak_2_mid_mid_1 {
    font-size: 1em;
}
.new_mak_2_mid_mid_2_right {
    width: 2.3em;
}
.new_mak_2_mid_mid_2_left input {
    height: 2.2em;
    line-height: 2.2em;
}
.header_mid_right_lan {
    top: 21px;
}
.proinfo_mid_2_mid_after {
    bottom: -6em;
    font-size: 0.45em;
}
}


/*详情页商品信息导航板块-star*/
.sitestar_productdetailspage_commodity_information_navigation a{ color:#7d7d7d;}
.sitestar_productdetailspage_commodity_information_navigation a:hover{ color:#048bcd;}
.sitestar_productdetailspage_commodity_information_navigation{ overflow:hidden; border-right:#eeeeee 1px solid; border-left:#eeeeee 1px solid; border-bottom:#eeeeee 1px solid;margin-top:8px;}
.sitestar_productdetailspage_commodity_information_navigation .commodity_information{ overflow:hidden; height:52px; overflow:hidden; display:block; background-image:url(../images/border.jpg); background-repeat:repeat-x; padding-top:1px;}
.sitestar_productdetailspage_commodity_information_navigation .commodity_information li{ float:left; display:block;}
.sitestar_productdetailspage_commodity_information_navigation .commodity_information .text_out{ color:#535353; color:#535353; font-size:16px; padding:0px 18px; display:block; line-height:49px; border-right:#eeeeee 1px solid;}
.sitestar_productdetailspage_commodity_information_navigation .commodity_information .text_out span{ color:#ee7d42;}
.sitestar_productdetailspage_commodity_information_navigation .commodity_information .text_over{ border-top:#937A5A 3px solid; z-index:3; background-color:#fff; height:52px; line-height:43px;}
.sitestar_productdetailspage_commodity_information_navigation .commodity_information_text{ margin:15px; overflow:hidden; line-height:1.5;}
.sitestar_productdetailspage_commodity_paging_plate{ padding:15px 10px;}
.sitestar_productdetailspage_commodity_paging_plate a { display:block;}

.sitestar_productdetailspage_commodity_paging_plate .down_arrow_textover{ color:#048bcd;}
.sitestar_productdetailspage_commodity_paging_plate .up_arrow_textover{ color:#727272;}

/*详情页商品信息导航板块-end*/
/*详情页商品信息-star*/
.sitestar_productdetailspage_commodity_information_navigation .table_bg{ background-color:#fafafa; height:33px; line-height:33px; overflow:hidden; padding:0 10px;}
.sitestar_productdetailspage_commodity_information_navigation .table_bg01{ color:#8d8d8d; border-bottom:#eeeeee 1px solid; height:52px; line-height:52px; overflow:hidden; padding:0 10px;}
.sitestar_productdetailspage_commodity_information_navigation .text01{ text-align:center; display:block; float:left; width:210px;}
.sitestar_productdetailspage_commodity_information_navigation .text02{ display:block; float:left; width:140px; text-align:center;}
	
/*正文*/	
.art_box { text-align:justify;  font-size:.15rem; line-height:2;padding:.3rem .25rem}
.art_box p {margin-bottom:.1rem; }
.art_box img{ max-width:100%;}
.art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
.art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
.art_box table td{padding:5px 10px; border:1px solid #D5DFEC;}
.art_box table td:nth-child(2){/*text-align:left;*/}
.art_box a{color:#2343B2;}	
.art_title{text-align: center;font-size: .24rem;padding-top: .2rem}
.art_info{text-align: center;font-size: .14rem;padding-top: .16rem;padding-bottom: .25rem}	

/*关于我们*/
.page-about li{width: 50%;float: left}
.page-about h3{font-size: .3rem;font-weight: normal}
.page-about div{padding-top: .2rem}
.page-about p{margin-top: .15rem;line-height: 1.8;font-size: .15rem}
.page-about .page-about-title1{padding-right: 12%;box-sizing: border-box}
.page-about .page-about-title2{padding-left: 12%;box-sizing: border-box;padding-top: .5rem}


.about-top1{}
.about-top1-left{width: 60%}
.about-top1-left .title{font-size: .32rem}
.about-top1-left .desc{margin-top: .3rem}
.about-top1-left .desc p{font-size: .16rem;line-height: 1.8;text-align: justify;margin-top: .2rem}
.about-top1-right{width: 30%;}
/**/
.about-video-main{padding-top: 1rem;padding-bottom: 1rem}
.about-video-h{height: 1rem}
.about-video{padding: .4rem;background-color: #fff}

@media screen and (max-width:768px) {
	.art_box { text-align:justify;  font-size:.15rem; line-height:2;padding:.3rem 0px}
	.page-about-img{float: left;width: 100%;margin-top: 10px;padding: 5px;box-sizing: border-box}
	.page-about .page-about-title1,.page-about .page-about-title2{float: right;width: 100%;padding: 0px;margin-top: 10px}
	/**/
	.about-top1-left{width: 100%}
	.about-top1-right{display: none}
	.about-video-h{height: .4rem}
	.about-video{padding: .15rem;background-color: #fff}
	.about-video-main{padding-top: .4rem;padding-bottom: .4rem;margin-bottom: .4rem}
	
}

/*页面nav*/
.list-navigator{ line-height:60px;border-bottom: 1px solid #dedede;}
.list-navigator a{font-size: 16px}
.list-navigator-left a{line-height:60px;display:inline-block; position:relative; margin-right:25px;}
.list-navigator-left a.on{color:var(--main_color)}
.list-navigator-left a.on:after{content:'';position:absolute;width:100%;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);bottom:-2px;border-top:2px solid var(--main_color);transition:all .5s}
.list-navigator-right img{ vertical-align:middle;width:20px}
@media only screen and (max-width: 768px){
  #mid{margin-top:0px!important}	
	.list-navigator{ line-height:40px}	
  .list-navigator,.list-navigator-left a{ line-height:40px;}
  .list-navigator-right{display:none}
  .mt40{margin-top:30px}
}

/*联系我们*/
.contact-row1{line-height: 1.6}
.contact-row1-1{float: left;width: 48%}
.contact-row1-2{float: right;width: 48%;text-align: right;padding-top: .3rem}
.contact-row1 .contact_1_1{font-size:.2rem}
.contact-row1 .contact_1_2{font-size:.3rem;margin-top: .15rem}
.contact-row1 .contact_1_3{margin-top: .25rem}
.contact-row1 .contact_1_4{margin-top: .15rem}
.contact-row1 .contact_1_5{margin-top: .15rem}
.contact-row1 .contact_1_6{margin-top: .15rem}
.contact-row1-2 img{max-width: 1.5rem}
.contact-row1-2 div{display: inline-block;text-align: center;margin-left: 10px}	

@media screen and (max-width:768px) {
	.contact-row1-1{float: left;width: 100%}
	.contact-row1-2{float: right;width: 100%;text-align: center;padding-top: .3rem}
}

/**/

.page_about h2{ font-size:.3rem; line-height:2; color:#999;}
.page_about h3{font-size:.26rem; line-height:1.5; color:#de4536; font-weight:bold;}	  
.list-video-h{max-height: 160px!important}
.page_nodata{text-align: center;padding-top: .2rem;padding-bottom: .8rem}
.page_nodata img{max-width: 200px}

@media screen and (max-width:768px) {
	.list-video-h{max-height: 120px!important}
}

/*授权查询*/
.authorize_img{text-align: center;padding-bottom: 20px}
.authorize_img img{max-width: 80%}
.authorize_desc{line-height: 1.5;font-size: 16px}
.authorize_title{text-align: center;font-size: 20px;font-weight: bold;padding-top: 30px;padding-bottom: 30px}
.authorize_search{padding-top: 80px;padding-bottom: 80px; position: relative;}
.authorize_search .authorize_form{position: relative;max-width: 80%;margin-left: auto;margin-right: auto;}
.authorize_search .authorize_search_title{text-align: center;color: #fff;font-size: 20px}
.authorize_search input{display: block;width: 100%;line-height: 60px;height: 60px;text-align: center;font-size: 18px;box-sizing: border-box;padding: 0px}
.authorize_btn{position: absolute;right: 0px;top: 0px;;line-height: 60px;height: 60px;background-color: #CD590F;color: #fff;width: 120px;text-align: center;font-size: 20px}
.authorize_btn img{vertical-align: middle;width:24px}
.authorize_btn:hover{color: #fff;background-color:#B35010}

.authorize_city{}
.authorize_city a{}
.authorize_city a.on{}
.authorize_list{margin-top: .2rem}
.authorize_list li{border-bottom: 1px solid #dedede;line-height: .45rem;position: relative}
.authorize_list li span{position: absolute;right: 0px;top: 0px;line-height: .45rem}
input::placeholder{
	color: #999
}

@media screen and (max-width:768px) {
	.authorize_search .authorize_form{max-width: 95%}
	.authorize_search input{text-align: left;text-indent: 10px}
	.authorize_list li{font-size: .15rem}
	.list-navigator-left a{font-size: .16rem;line-height: 40px}
}	

.authorizeshow_main{margin-left: auto;margin-right: auto;max-width: 90%;padding-top: 40px}
.authorizeshow_title{text-align: center;font-size: .3rem;font-weight: bold;padding-bottom: 30px}
.authorizeshow_main li{padding-left: 2rem;position: relative;;border-bottom: 1px solid #dedede;padding-top: 15px;padding-bottom: 15px;font-size: .18rem}
.authorizeshow_main li span{width: 1.9rem;text-align: right;display: inline-block;position: absolute;left: 0px;top: 0px;padding-top: 15px;padding-bottom: 15px;font-weight: bold}
/*滚动到顶部*/
.backTop{clear:both; width: 54px; height: 54px; position: fixed; right: 1%; bottom: 6%; z-index: 999999; cursor: pointer; display: none;}
.backTop img { display:block; width: 100%; height: auto;}	
.transition035{transition:all 0.35s;-moz-transition:all 0.35s;-webkit-transition:all 0.35s;-o-transition:all 0.35s;}
.transition05{transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}	

.introduction-list-left{width: 60%}
.introduction-list-right{width: 30%}
.introduction-list-title{font-size: .32rem;line-height: 1.5}
.introduction-list .desc{}
.introduction-list .desc p{font-size: .16rem;line-height: 1.6;text-align: justify;margin-bottom: .1rem}  
.introduction-list-title2{font-size: .22rem;line-height: 1.5;padding-top: .1rem;padding-bottom: .4rem}
@media screen and (max-width:768px) {
	.introduction-list-left{width: 100%}
	.introduction-list-right{width: 100%;display:none}
	.backTop{display: none;}
}

.pro_2 .pro_2_mid_mid{box-shadow:2px 5px 15px rgba(0,0,0,.1)}
.pro_2_mid_mid_0{height: 400px;overflow: hidden}	
.pro_2_mid_mid_0 img{height: 100%;width: 100%; transition: all .4s;}
.pro_2_mid_mid_0:hover img{transform: scale(1.05);}
.pro_2_mid_mid_1 img{height: 100%;width: 100%; transition: all .4s;}
.pro_2_mid_mid_1:hover img{transform: scale(1.05);}
.list-products .pro_2_mid_mid_2_1{height: 40px}
.list-cases .pro_2_mid_mid_2_1{height: 60px}

@media screen and (max-width:768px) {
	.pro_2_mid_mid_0{height: 200px;overflow: hidden;}
	.list-cases .pro_2_mid_mid_2_1{height: 30px}
	.list-products .pro_2_mid_mid_2_1{height: 20px}
}
/*移动端底部*/
.m-footer{display:block;background:#fff;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:999;display: none}
.mf-container{border-top:1px solid #eee;padding-top:8px;box-sizing:border-box}
.mf-container>div{float:left;width:25%;border-right:1px solid #eee;text-align:center;box-sizing:border-box}
.mf-container>div:last-child{border-right:none}
.mf-container>div>a{color:#000;display:inline-block;line-height:22px}
.mf-container>div>a.factive{color:#05377B}
.mf-icon{display:inline-block;width:100%}
.mf-icon i.iconfont{font-size:24px}
.mf-txt{font-size:12px}
.mfweixin-img{display:none;width:100px;height:100px;position:absolute;bottom:117%;left:-9px}
.mfweixin-img img{width:100%}
@media screen and (max-width:768px) {
	.m-footer{display: block}
	.foot_code{display: none}
	.copyright{padding:.2rem 0 1.4rem 0rem;  margin-top:.01rem;}
	.copyright .right{display: none}
	.foot_bg{ width:100%; padding:.3rem 0 0 0;}
	.authorize_title{padding-top: 20px;padding-bottom: 20px}
	.authorize_search{padding-top: 40px;padding-bottom: 40px; position: relative;}
	.proinfo_mid_com {padding-left: 1px;padding-right: 1px;}
}
/*产品页*/
.products-main{overflow: hidden}
.products-main .products-list{float: left;width: 24.1%;margin-right: 1.2%}
.products-main .products-list:nth-child(4n) {margin-right: 0;}
@media screen and (max-width:768px) {
	.products-main .products-list{float: left;width: 48%;margin-right: 4%}
	.products-main .products-list:nth-child(2n) {margin-right: 0;}
	
	.pro_1_left p{font-size: 14px}
	.pro_1_left ul li{line-height: 26px;font-size: 14px}
	.pro_1_left p:after{content:" ";display:inline-block;;border:none}
	.pro_1_left a.on:after{content:'';border-top:none}	
	
}
