@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#319A89;        /*主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#efb402;      /* 副色 */ 
	--hui_color:#efb402;    
}

@font-face{font-family:'dinpro4'; src: url('../font/D-DIN-PRO-400-Regular.otf');}
@font-face{font-family:'dinpro5'; src: url('../font/D-DIN-PRO-500-Medium.otf');}
@font-face{font-family:'dinpro6'; src: url('../font/D-DIN-PRO-600-SemiBold.otf');}
@font-face{font-family:'dinpro7'; src: url('../font/D-DIN-PRO-700-Bold.otf');}
@font-face{font-family:'dinpro8'; src: url('../font/D-DIN-PRO-800-ExtraBold.otf');}
@font-face{font-family:'dinpro9'; src: url('../font/D-DIN-PRO-900-Heavy.otf');}
@font-face{font-family:'monr'; src: url('../font/Montserrat-Regular.otf');}
@font-face{font-family:'monb'; src: url('../font/Montserrat-Bold.otf');}
@font-face{font-family:'monl'; src: url('../font/Montserrat-Light.otf');}
@font-face{font-family:'monm'; src: url('../font/Montserrat-Medium.otf');}

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; scroll-behavior: smooth;}
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:#ee0000;}
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);}

/*======================主体宽度======================*/
.only_pc_show{ display:block;}
.only_m_show{display:none;}
img.pic_cover{width:100%; height:100%;object-fit:cover; display:block;}
.main{width:90%; margin: auto; max-width: 1280px;}

@media screen and (max-width:768px) {
	body{font-size:14px; background:#fff;}
	.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_right_center{display:flex; flex-direction:column; justify-content:center; align-items:flex-end;}
.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;}

/*顶部*/
.head_top{height:36px; line-height:36px; font-size:12px; background:#2d2d2d; color:#b3b3b3; }
.head_top a{color:#b3b3b3;}

.top_right{}
.top_right i{ width:1px; height:11px; display:inline-block; margin:0px .15rem;}

.top_right a.ico01 { background: url(../images/top_kf.png) left center no-repeat; padding-left:18px;}
.top_right a.ico02 { background: url(../images/top_sc.png) left center no-repeat; padding-left:18px;}
.top_right a.ico03 { background: url(../images/top_ewm.png) left center no-repeat; padding-left:18px;  position: relative;}
.top_right a.ico03 p { width: 118px; height: 118px; position: absolute; left: -20px; top: 26px; border: 1px #efefef solid; display:none; z-index:9999;}
.top_right a.ico03:hover p { display:block;}
.top_right a.ico03 p img{ width:118px; height:118px;}


/*头部*/
.header{width:100%; background:#fff; position:relative; z-index:999;}
.header .logo {height:125px;}
.header .logo img{ height:80px; margin-right:15px;}
.header .logo h1{font-size:30px; color:#000; margin:10px 0 15px;}
.header .logo h1 span{color:var(--main_color);}
.header .logo p{ color:#555; }
@media screen and (max-width:768px) {
.header {box-shadow: 0 1px 10px rgba(0,0,0,0.1); position:fixed; }	
.header .logo {height:60px; }
.header .logo img{ height:40px; margin-right:10px;}
.header .logo h1{font-size:16px; margin:1px 0 8px;}
.header .logo p { font-size:8px;}
.header .logo p span{ display:none;}
}

/* tel */
#top_kf {float: right;height: 60px;width: 60px;	margin-top: 40px;overflow: hidden;background: url(../images/top_bj.jpg) no-repeat left top;padding-left: 10px;margin-left: 20px;}
#top_tel {background: url(../images/tel.jpg) no-repeat left top;float: right;height: 60px;margin-top:40px;padding-left: 60px;}
#top_tel span{overflow: auto;font-size: 13px;line-height: 28px;color: #999;}
#top_tel strong{overflow: auto;font-size: 22px;line-height: 26px; color: #319A89;}


/*快捷分类导航*/
.h_daohang{ background:var(--main_color);}
@media screen and (max-width:768px) {
.h_daohang{ display:none;}
}

/*主导航*/
.navBox {position:relative; height:56px; z-index:9;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {flex:1; position: relative;}
.navBox .nav li>a { display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:16px;color:#fff; }
.navBox .nav li:hover,.navBox .nav li.curr{color:#fff; background:#FEEFC0;}
.navBox .nav li:hover>a .txt ,.navBox .nav li.curr .txt{color:var(--main_color); }


.subNavbox{white-space: nowrap; min-width:100%; position:absolute; top:100%;left:50%;background:rgba(255,255,255,1); -webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px); border-radius:5px;padding:12px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 20px rgba(0,0,0,.1);}
.subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.subNavbox a{display:block;position:relative;font-size:16px;padding:15px 0; -webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-ms-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1); text-align: center; }
.subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background:var(--second_color);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.subNavbox a.active,.subNavbox a:hover{color:var(--second_color);}
.subNavbox a.active:before,.subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }



/*======================搜索======================*/
.header .top_serch{width:.68rem; transition:0.5s all; position:relative; }
.header .top_serch a{height:100%;}
.header .top_serch a svg{width:18px; fill:#999;  transition:0.5s all;}
.header .top_serch a:hover svg{transform:scale(1.2);}
.header .top_serch:after{ content: ""; width:1px; height:14px; background:rgba(0,0,0,.25); display:block;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);transition: 0.5s all;}

.header .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.header .tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.header .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.header .tc-bg {width: 100%;height: 100%;background: rgba(0,0,0,.85);position: absolute;top: 0;left: 0;z-index: 0;}

.header .tc-box {width: 700px;max-width: 90%;margin: 0 auto;box-sizing: border-box;  /* background:#fff; */display: block;position: relative;z-index: 1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: hidden;
}
.header .tc.act .tc-box {-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform: scale(1);}

/*搜索弹窗内容样式*/
.header .tc-box form {position: relative;}
.header .tc-box .tc_fdj {position: absolute;left: 20px;display: block;height:.75rem;width: 25px;background: url(../images/icon-sq2.png) center no-repeat;}
.header .tc-box #keyword {width: 80%;height:.75rem;padding: 0 15px;padding-left:55px;font-size:.18rem;color: #999;box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.header .tc-box .btn_submit {width: 20%; height:.75rem; line-height:.75rem;background:var(--main_color);font-size:.2rem;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}

/*======================电话======================*/
.header .tel{ color:var(--main_color); font-size:.25rem; transition:0.5s all; margin-left:.25rem; font-family:MiSans;}
.header .tel svg{width:.25rem; fill:var(--main_color); margin-right:6px; transition:0.5s all;}
.header_scroll .tel,.header_white .tel{ color:var(--main_color);}
.header_scroll .tel svg,.header_white .tel svg{fill:var(--main_color);}


/*======================手机菜单按钮======================*/
.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_serch{ width:50px; height:62px;}
.m_serch a{height:100%;}
.m_serch a svg{width:18px; fill:#333;}


@media screen and (max-width:768px) {
.header_right,.navBox{display:none;}
.m_header_right{display:block;}
.top_blank{height:60px;}


.m_header_scroll{background:#fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.m_header_scroll .top_serch a svg{fill:#999;}
.m_header_scroll .logo img{filter: grayscale(0%) brightness(100%);}
.m_header_scroll .logo .txt h2{color:#000;}
.m_header_scroll .logo .txt p{color:#888; }

	

/*======================手机弹出菜单======================*/
.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:10px; margin-top:20px;}
.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:16px;}
.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:35px; 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:6rem; position:relative; z-index:0; overflow:hidden;}
#banner .swiper-slide { overflow: hidden;} 
#banner .slide-inner { position: absolute; left: 0; top: 0; right:0; bottom:0; background-size: cover; background-position: center; background-repeat: no-repeat;}
#banner .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat; opacity:.8; left:2%;} 
#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; opacity:.8; right:2%;} 

#banner .txt{ position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%;/*text-shadow:rgba(0,0,0,0.3) 0px 1px 10px;*/}
#banner .txt h3{font-size:3.2vw; color:#fff; margin-bottom:.35rem; /*transform:translateY(200px);opacity:0;*/transition:all 0.3s; }
#banner .txt p{font-size:2.2vw; color:#fff; margin-bottom:.5rem; /*transform:translateY(200px);opacity:0;*/transition:all 0.6s;}

#banner .swiper-slide-active .txt h3,
#banner .swiper-slide-active .txt p{transform:translateY(0px);opacity:1; transition-delay:1s;}

/*	
#banner .swiper-slide:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.1);background-image:-webkit-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,0) 20%);background-image:linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,0) 20%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);z-index: 1;}
*/

/*#banner .swiper-slide::before {display: block;content: '';position: absolute;left: 0;top: 0;z-index: 2;width: 100%;height: 100%;
    background-image: linear-gradient(to right, var(--main_color), rgba(0, 0, 0, 0.1)); opacity:0.3;}*/
	
/*左右切换按钮*/	
.draw_h{ width: 67px !important; height: 67px !important; line-height: 67px !important; display:block; border-radius: 50%; box-sizing:border-box;} 
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5);  box-sizing:border-box;border-radius: 50%;} 
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;} 
svg.drawcircle circle {
 fill: none; box-sizing:border-box;
 stroke-width: 2;
 stroke: none;
 stroke-dasharray: 0 , 188.49;
 stroke-dashoffset:188.49;
 transition: all .3s linear 0s;	 
} 
.draw_h:hover svg.drawcircle circle { 
 stroke:#fff;
 stroke-dasharray:188.49 , 0;
 stroke-dashoffset:188.49;
 -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
 transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1); 
} 
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%); 
} 
.draw_h:hover .icon{ fill:#0081cc;} 


/*分页器*/
#banner .swiper-pagination{bottom:.25rem;}
#banner .swiper-pagination-bullet {width: 40px;height: 5px;border-radius:5px;background: rgba(255, 255, 255, .8);opacity: 1;position: relative;margin: 0 5px !important;}
#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background:var(--main_color);width: 0;height: 5px;z-index: 1;transition: 0s; border-radius:5px;}
#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease; border-radius:3px;}

@media screen and (max-width:768px) {
#banner {height:200px; position:relative; }
#banner .swiper-slide{display: block;}
#banner .txt {padding:0 15px; box-sizing:border-box;}
#banner .txt h3{ font-size:20px; margin-top:0px; margin-bottom:12px;}
#banner .txt p{font-size:16px; line-height:1.3; text-align:center;}
#banner .draw_h{display:none;}
#banner .swiper-pagination{bottom:15px;}
#banner .swiper-pagination-bullet {width:30px;}
}	

/*页面标题*/
.main_tit{text-align:center; padding:.6rem 0 .3rem;}
.main_tit_z{ font-size:.3rem; margin-bottom:.15rem; font-weight:bold; color:#000; position: relative;}
.main_tit_f{ font-size:16px; color:#888; text-transform:uppercase;}

.main_tit_z span{position: relative;}
.main_tit_z span:before,.main_tit_z span:after {content: '';width: 55px;height: 1px;background: #ddd;position: absolute;top: 50%;}
.main_tit_z span:before{left: -80px;}
.main_tit_z span:after {right: -80px;}

.main_tit_z1{ font-size:28px; margin-bottom:12px; font-weight:bold; color:#222; }
.main_tit_z1:after {content: "";display: block;width: 50px;background:#ddd;height:3px; margin:20px auto auto auto;}
.main_tit p{font-size:12px; width:580px; text-align:center; line-height:2; margin:auto;}


@media screen and (max-width:768px) {
.main_tit{padding:30px 0 15px;}
.main_tit h2{ font-size:20px; font-weight:bold;line-height:1.4;}	
.main_tit .line{margin:10px auto; width:20px;}
.main_tit p{width:100%;font-size:14px; margin-top:5px; }
.main_tit p br{display:none;}
}

/*===========首页荣誉资质===========*/
.ryzz_bg{ overflow:hidden;}
.zzry_list{ overflow:hidden;  box-sizing:border-box; padding:0 10px; margin-bottom:.5rem;}
.zzry_list li {overflow:hidden;position:relative; background:#f8f8f8; border:solid 1px #e8e8e8; box-sizing:border-box;}
.zzry_list li .pic{height:2.8rem; }
.zzry_list li .pic img{display:none;}
.zzry_list li .txt{position:absolute;width:100%;top:50%;left:50%; transform:translate(-50%,-50%);padding:0 .2rem;box-sizing:border-box;}
.zzry_list li .txt .img{height:2.2rem;}
.zzry_list li .txt .img img{max-width:100%;max-height:100%;display: inline-block;opacity:1; transition: all .5s;}
.zzry_list li .txt p{ text-align:center; margin-top:.25rem;}
.zzry_list li:hover .txt .img img{ transform:scale(1.1,1.1);}


/*按钮切换*/
#zzry_btn{position:relative;}	
#zzry_btn .swiper-button-prev { left:-35px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#zzry_btn .swiper-button-next {right:-35px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#zzry_btn .swiper-button-prev,#zzry_btn .swiper-button-next { width:60px;height: 60px; margin-top:-30px; outline:none;  opacity:1; transition:0.3s all;}
#zzry_btn .swiper-button-prev{left:-60px;}
#zzry_btn .swiper-button-next{right:-60px;}
#zzry_btn .swiper-button-prev:hover,#zzry_btn .swiper-button-next:hover{ opacity:1; transform:scale(1.1);}


/*分页器*/
.swiper-button-prev:after,.swiper-button-next:after{display:none;}
#zzry_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#ddd; transition: all .5s ease;opacity: 1.0;}
#zzry_btn .swiper-pagination-bullet-active{background:var(--main_color); opacity: 1.0;}
#zzry_btn .swiper-pagination{ text-align:center; width:100%; bottom:-50px;}
#zzry_btn .swiper-pagination span{margin:0 3px;}

@media screen and (max-width:768px) {
.ryzz_bg{padding-bottom:40px; }
.zzry_list{ margin-bottom:20px; padding:0;}
.zzry_list li .pic{height:200px;}
.zzry_list li .txt{padding:0 15px;}
.zzry_list li .txt .img{height:130px;}
.zzry_list li .txt .img img{max-width:85%;}
.zzry_list li .txt p{ font-size:13px; margin-top:15px;}

#zzry_btn .swiper-button-prev,#zzry_btn .swiper-button-next { width:35px;height: 35px; margin-top:-20px; display:none;}
#zzry_btn .swiper-button-prev { left:-10px; }
#zzry_btn .swiper-button-next {right:-10px; }
#zzry_btn .swiper-pagination-bullet{width: 8px;height: 8px;}
#zzry_btn .swiper-pagination{ text-align:center; width:100%; bottom:-30px;}
}


/*预约施工*/
.index_bm{background:var(--main_color); margin-top:.6rem;  padding:.5rem 0;}
.index_bm .left h3 {font-size: 34px;font-weight: normal; color:#fff;}
.index_bm .left h3 span {color: #fbeddf;font-size: 18px;}
.index_bm .left p {margin-top: 10px; font-size:18px; color:#fff;}

.index_bm .right{margin-top:.1rem;}
.index_bm .right input{border:0; outline:none;}
.index_bm .right li {width: 239px;height: 47px;line-height: 47px;background: #fff;border-radius: 5px;overflow: hidden; margin-right:.2rem;}
.index_bm .right li span{float: left;	color: #999999;padding-left: 15px;}
.index_bm .right li .ipt1{width: 143px;height: 47px;line-height: 47px;font-size: 16px;}
.index_bm .right .ipt2{width: 160px;height: 47px;border-radius: 5px; cursor:pointer;text-align: center;line-height: 47px;color: #333;font-size: 16px;background: #fffa00;margin-right: 43px; border:0; outline:none;}
@media screen and (max-width:768px) {
.index_bm{ margin-top:0;  }
.index_bm .left h3 {font-size:20px;}
.index_bm .left h3 span {font-size: 16px;}
.index_bm .left p { font-size:14px; margin-bottom:15px;}

.index_bm .right li {width: 100%;height: 40px;line-height: 40px; margin-right:0; margin-bottom:15px;}
.index_bm .right li .ipt1{width: 143px;height: 40px;line-height: 40px;font-size: 14px;}
.index_bm .right .ipt2{width: 100%;height: 40px; line-height: 40px; font-size: 15px; margin-right: 0;}

}

/*============首页工程案例=============*/
.case_list li{width:18.4%; margin-right:2%; margin-bottom:20px;}
.case_list li:nth-child(5n){margin-right:0;}
.case_list li .pic{overflow:hidden; height:245px;}
.case_list li .pic img{width:100%;display:block; transition:all .5s;}
.case_list li .txt{padding:.15rem 0 0;text-align:center;}
.case_list li:hover .pic img{ transform:scale(1.1,1.1);}

.look_more a{margin:20px 0 .8rem;display:block;width:160px;line-height:46px;border:2px solid rgba(204,204,204,1);text-align:center;font-size:16px;color:#777; text-transform:uppercase; transition:all .5s;}
.look_more a:hover{background:var(--main_color);border:2px solid var(--main_color);color:#fff;}


@media screen and (max-width:768px) {
.case_list li{width:48%; margin-right:10px; margin-bottom:10px;}
.case_list li .pic{height:160px;}
.case_list li:nth-child(2n){margin-right:0;}
.case_list li:nth-child(5n){margin-right:auto!important;}
.case_list li .txt{padding:10px 0 0;font-size:14px;}

.look_more a{margin:20px 0 30px;width:160px;line-height:42px;font-size:14px;}
}


/*公司简介*/
.index_culture{background:url(../images/cy-bg.jpg) no-repeat center center fixed; background-size:cover;  position: relative; height: 520px;}
.index_culture:before{ content:''; display:block; position:absolute; left:0; top:0; width: 100%;height: 100%; background:rgba(0,0,0,0.68);  text-align:center; color:#fff;}
.index_culture .txt {color:#fff; position:relative; z-index:2; text-align:center;}
.index_culture .txt h3{font-size:22px; line-height:22px; font-weight:normal; padding-top:100px;}
.index_culture .txt h4{font-size:36px; line-height:36px; font-weight:normal;font-family:'tt',Arial; margin:20px 0 40px 0;}
.index_culture .txt p{  line-height:2; font-size:.16rem; margin-bottom:85px; width:70%; max-width:860px; margin:auto;}
@media screen and (max-width:768px) {
.index_culture{background:url(../images/cy-bg.jpg) no-repeat center center scroll; background-size:cover;  position: relative; height: auto; padding:40px 0;}
.index_culture .txt {padding:0 15px;}
.index_culture .txt h3{font-size:18px; line-height:1.8; padding-top:0;}
.index_culture .txt h4{font-size:14px; line-height:1.8; margin:0 0 15px 0;}
.index_culture .txt p{  line-height:1.8; font-size:14px; margin-bottom:0; width:100%; text-align:justify;}
}

/*首页优势*/
.youshi{}
.youshi li{width:23%; background:#fff; transition: 0.3s all;}
.youshi li:hover {box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);transform: translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}
.youshi li .pic{ width:100%; overflow:hidden;}
.youshi li .pic img{width:100%; display:block;}
.youshi li .txt{ border:solid 1px #e8e8e8;  height:180px;}
.youshi li .txt h5{ text-align:center; font-size:18px; margin-top:20px;}
.youshi li h5:after{content:"";display: block;width:15px;background:#f90; height: 2px; margin:10px auto 10px auto; }
.youshi li .txt p{ line-height:22px; padding:0 25px; text-align:justify;}

@media screen and (max-width:768px) {
.youshi li{width:100%; margin-bottom:15px;}
.youshi li .pic{ width:100%; height:160px; overflow:hidden;}
.youshi li .txt{ border:solid 1px #e8e8e8;  height:auto;}
.youshi li .txt h5{ text-align:center; font-size:16px; margin-top:20px;}
.youshi li h5:after{content:"";display: block;width:15px;background:#f90; height: 2px; margin:10px auto 10px auto; }
.youshi li .txt p{ line-height:22px; padding:0 15px; text-align:justify; margin-bottom:10px;}

}

/*首页新闻*/
.index_news li { width: 49%; border: 1px solid #E8E8E8; margin-bottom: 20px;transition:all 300ms ease-out 0s;}
.index_news li a {display: block; padding: 25px 25px 25px 0;}
.index_news li .time {display: block; width:108px;height: 66px; border-right: 1px solid #E8E8E8;text-align:center;line-height: 20px; margin-right:25px;color: #888; vertical-align: middle;zoom: 1;float: left; transition:0.3s all;}
.index_news li .time b { color: #555;display: block; font-size: 22px; line-height: 40px; font-weight:normal; }
.index_news li h3 {font-size: 20px; font-weight:normal; line-height:30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index_news li p { font-size: 14px; line-height:40px; height: 40px; color: #888;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index_news li:hover {-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.1);box-shadow: 0 5px 10px rgba(0,0,0,.1);-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0); background:#319A89;border: 1px solid #319A89;}
.index_news li:hover h3{color: #fff;}
.index_news li:hover .time{ color:#fff;}
.index_news li:hover .time b { color:#fff;}
.index_news li:hover p { color:#fff;}
@media screen and (max-width:768px) {
.index_news li { width:100%; margin-bottom:15px; }
.index_news li a { padding: 15px 15px 15px 0;}
.index_news li .time { width:80px;height:60px; margin-right:15px;}
.index_news li .time b { color: #555;display: block; font-size:18px; line-height: 40px; font-weight:normal; }
.index_news li h3 {font-size:16px; font-weight:normal; line-height:30px;}
.index_news li p { font-size: 13px; color: #888;}

}



/*================底部=====================*/
.footer{ background:#2f2f2f; padding:.7rem 0 0px; box-sizing:border-box;  width:100%; margin-top:.5rem;}
.footer .left{position:relative;width:56%;}
.footer .left ul{margin-bottom:.4rem}
.footer .left ul li{font-size:16px;color:#fff;margin-right:.4rem;display: inline-block;}
.footer .left ul li a{color:#fff; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.footer .left ul li a:hover{ color:var(--main_color);}
.footer .left .f_lianxi{font-size:15px;line-height:2.6;color:#acacac;}
.footer .left .ewm{position:absolute;right:0px;bottom:.1rem; text-align:center; font-weight:normal;}
.footer .left .ewm img{display:  inline-block;width:1.25rem;height:1.25rem;/* border: #fff 5px solid; */}
.footer .left .ewm p{width:14px; margin-left:15px; font-size:14px; line-height:1.2; color:#acacac; padding:5px 0;}

.footer .right{ width:36%;}
.footer .right h4{font-size:.3rem;color:var(--main_color);margin-bottom:.25rem; font-weight:normal;}
.footer .right h4 small{color: #fff;font-size:.16rem;vertical-align:middle;margin-left:.05rem;}
.footer .right p { line-height:2; color:#acacac; height:.88rem;}
.footer .right .con .tel{font-size:.3rem;color:var(--main_color);padding-left:.4rem;line-height:.4rem;background:url(../images/tel01.png) left center no-repeat;font-weight:  bold; margin-right:.25rem;}
.footer .right .con a{ display:inline-block; width:1.3rem; height:.4rem; background:; border:solid 1px rgba(255,255,255,0.1); border-radius:.02rem; line-height:.4rem; text-align:center; font-size:.14rem; color:#fff; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.footer .right .con a:hover{ background:var(--main_color); border:solid .01rem var(--main_color);}


.copyright{ padding:.2rem 0; border-top:solid 1px rgba(255,255,255,0.2); margin-top:.6rem; color:rgba(255,255,255,0.5); text-transform:uppercase; font-size:13px;}
.copyright a{color:rgba(255,255,255,0.5);}
.m_foot_bg{display:none;}

@media only screen and (max-width: 768px){
.pc_footer{display:none;}
.m_foot_bg{ display:block; padding:0 15px;}
.m_foot_bg h5{font-size:14px; text-align:center; font-weight:normal; color:rgba(255,255,255,0.68);}
.m_foot_bg h3{font-size:20px; text-align:center; margin:10px 0 15px 0;}
.m_foot_bg h3 a{color:#fff;}
.m_foot_bg p{font-size:14px; text-align:center; color:rgba(255,255,255,0.68); line-height:1.6; margin-bottom:5px;}
.copyright p{width:100%; line-height:1.6; text-align:center; font-size:12px; padding: 0 15px;}

}


/*--------------------*/

/*二级页面 banner*/
.page_ban{ width:100%; position:relative; overflow:hidden; background:#000; }
.page_ban .pic {animation: o-scale 20s linear infinite; height:360px;  overflow:hidden;}
.page_ban .pic img{width:100%; height:100%;object-fit:cover; display:block;}

.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0;  z-index:9; background:rgba(0,0,0,.36); }
.page_ban .txt h2 { font-size:.52rem; color:#fff;text-align:center;}
.page_ban .txt h5 { font-size:.3rem; font-weight:500; color:#fff; opacity:0.7; letter-spacing:1px; text-transform:uppercase;}

/*.page_ban:before {content: "";background: rgba(0,0,0,.0) url(../images/header_bg.png) repeat-x left top -50px;position: absolute;left: 0;top: 0; right: 0;bottom: 0;z-index: 2;}*/
/*.page_ban:after {content: "";background: url(../images/b.png) repeat-x left bottom;position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;opacity:1;z-index: 3;}*/

@media screen and (max-width:768px) {
.page_ban .pic{height:130px;}
.page_ban .txt h2 { font-size:18px; margin-top:0;}
.page_ban:before {display:none;}
}

	
	
/*位置*/
.sub_weizhi{height:56px; background:#f8f8f8; border-bottom:solid 1px #e8e8e8; position:relative; z-index:9;/*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/}
.sub_weizhi .weizhi{ color:#333; position: relative;  display:flex; align-items:center;}
.sub_weizhi .weizhi a{color:#333;}
.sub_weizhi .weizhi i.ico { margin-right:10px;}
.sub_weizhi .weizhi i.ico svg {height: 20px;width: 20px; fill:#333;}
.sub_weizhi .weizhi span{margin:0 5px;}

.page_weizhi{line-height:.66rem; font-size:.16rem; border-bottom:solid 1px rgba(0,0,0,0.1); margin-bottom:.5rem;}

@media screen and (max-width:768px) {
.sub_weizhi{height:36px; }
.sub_weizhi .weizhi{margin-left:15px; font-size:14px;}
.sub_weizhi .weizhi i.ico {margin-right:10px;}
.sub_weizhi .weizhi i.ico svg {width: 16px;}
}

/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block; font-size:15px; min-width:115px; padding:0 15px;  text-align: center; }
#n_nav a:last-child{ background: none;}
#n_nav a strong{ position: relative; display: block;z-index: 9; height: 56px; line-height:56px; color: #333; font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; background:var(--main_color); height: 56px; width: 0px; transition:0.6s all; opacity:0;}
#n_nav  a.on i,#n_nav a:hover i{width:100%; opacity:1;}
#n_nav  a.on strong,#n_nav a:hover strong{ color: #fff; }

.m_sub_nav{display:none;}
@media screen and (max-width:768px) {
.sub_weizhi .main{padding:0;}	
#n_nav{display:none; width:100%; background: #fff;box-shadow: 0 2px 10px #ccc;z-index: 9; box-sizing:border-box;}
.m_sub_nav{display:flex; height:36px; margin-right:15px;}
.m_sub_nav svg{width:20px; height:20px;  fill:var(--main_color); transition:0.3s all;}
.m_sub_nav.active svg{ -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

#n_nav a{width:100%; padding:0 15px;  background:none; text-align:left; border-bottom: 1px solid #e1e6f0; box-sizing:border-box;}
#n_nav a strong{height:46px; line-height:46px; color: #333;}
#n_nav a span{display:none;}
#n_nav a.on strong,#n_nav a:hover strong{ color:var(--main_color); }
}
	


/*============内页标题通用============*/
.page_title { background: url(../images/n_title_bg.png) 20px -12px no-repeat; height: 62px; margin:.6rem 0 .5rem;}
.page_title h4 { font-size: 22px; color: #E60013; font-family: Century Gothic;  text-transform: uppercase; margin-bottom: 0px; }
.page_title h3 { font-size: 28px;   font-weight:normal; color:#000; }





/*============内页左边通用============*/
.ny_left{width: 3rem; position:relative; margin-top:.5rem;}
.ny_right{width: calc(100% - 3.5rem); margin-top:.5rem;} 

@media screen and (max-width:768px) {
.ny_left{ display:none;}
.ny_right{width:100%; } 
}

/*产品展示左边通用*/
.ny_left .left_bt{height:90px;margin-bottom:10px;background:var(--main_color);border-radius:5px 5px 0px 0px;}
.ny_left .left_bt b{display:block;font-size:22px;color:#fff; font-weight:normal;}
.ny_left .left_bt p{font-size:15px;color:#fff;text-align:center;padding-top:10px;}

/*预约施工*/
.mfst{ padding:15px 0 15px 0; background:var(--main_color); box-sizing:border-box; color:#fff; margin-bottom:.2rem;}
.mfst h5{font-size:.2rem;    padding:0px 0 15px 0; text-align:center;}

.mfst li{ margin:0 auto 15px auto;width:85%; line-height:1.5;}
.mfst li input,.mfst li select{width:100%; height:38px; line-height:38px; border-radius:3px; border:solid 0px #ddd; background:#fff; padding:0 15px; box-sizing:border-box; outline:none;}
.mfst li .submit{height:46px; line-height:46px; background:#FEEFC0; color:var(--main_color); border-radius:3px;font-size:16px; cursor:pointer;transition: 0.3s all; border:none; outline:none; width:100%; }
.mfst li .submit:hover{ opacity:0.8;}


/* 左边联系我们 */
.contant_text{padding:.15rem;border: 1px solid #ddd; background:#fafafa; color: #333;font-size: 12px;}
.contant_text img{width: 100%;margin-bottom: 13px;}
.contant_text  h3{font-size: 14px;margin-bottom: 10px;color: #000;}
.contant_text p{margin-bottom: 6px;font-size: 13px; line-height:24px;}

	
/*右边标题*/
.ntitle{ border-bottom: 1px solid #ddd; text-align:center; padding-bottom:.15rem; margin-bottom:.25rem; line-height:2;}
.ntitle h2{font-size:.25rem;}
@media screen and (max-width:768px) {
.ntitle h2{font-size:18px;}
}




/*联系我们单页*/
.lianxi{ margin-top:.6rem;}
.lianxi .map{width:calc(100% - 5.3rem); border:solid 1px #ddd;}

.lianxi .right{ width:4.8rem;}
.lianxi .right h2{font-size:25px; margin:25px 0 10px;}
.lianxi .right h5{font-size:16px; font-weight:normal; color:#888;}
.lianxi .right p{margin-top:35px; line-height:30px;}













/*=============内页关于我们============*/
.page_about{}
.page_about .con{width:calc(100% - 460px);}
.page_about .con p{line-height:2; text-align:justify;font-size:16px;margin-bottom:20px;}
.page_about .pic{width:390px;overflow:hidden;}
.page_about .pic img{width:100%;display:block;}

@media screen and (max-width:768px) {
.page_title { display:none;}
.page_about{}
.page_about .con{width:100%;}
.page_about .con p{line-height:1.8; font-size:14px;margin-bottom:15px;}
.page_about .pic{width:100%;}	
}


/*============内页资质荣誉=============*/
.page_rongyu{}
.page_rongyu li{width:23.5%; margin-right:2%; margin-bottom:30px;background:#fff;padding:.1rem .1rem;box-sizing:border-box; border:solid 1px #ddd;}
.page_rongyu li:nth-child(4n){margin-right:0;}
.page_rongyu li .pic{height:2rem;}
.page_rongyu li .pic img{max-width:100%;max-height:100%;display: inline-block;opacity:1; transition: all .5s;}
.page_rongyu li .txt{padding:.15rem 0 0; text-align:center;}
.page_rongyu li:hover .pic img{ transform:scale(1.05);}


@media screen and (max-width:768px) {
.page_rongyu {}
.page_rongyu li{width:48%; margin-right:10px; margin-bottom:10px;padding:15px 10px;}
.page_rongyu li:nth-child(2n){margin-right:0;}
.page_rongyu li .pic{height:150px;}
.page_rongyu li .txt{padding:10px 0 0;font-size:14px;}
}



/*图片分页*/
.pic_list{}
.pic_list li{width:23%; margin-right:2.6%; margin-bottom:25px;}
.pic_list li:nth-child(4n){margin-right:0;}
.pic_list li .pic{ height:200px; overflow:hidden; }
.pic_list li .txt{transition:all 300ms ease-out 0s; text-align:center; background:#f5f5f5; padding:12px .1rem;}
.pic_list li:hover .txt{background:var(--main_color); color:#fff;}
@media screen and (max-width:768px) {
.pic_list li{width:48%; margin-right:4%; margin-bottom:15px;}
.pic_list li:nth-child(2n){margin-right:0;}
.pic_list li .pic{ height:160px;}
.pic_list li .txt{padding:10px .1rem;}
}


/*文章分页*/
.art_list{}
.art_list dl{ border-bottom:solid 1px #e1e1e1; padding-bottom:35px; margin-bottom:35px;}
.art_list dt{ width:84px; height:84px; background:#f2f2f2; color:#666;}
.art_list dt span{ font-size:25px; color:#666; margin-bottom:10px;}
.art_list dd{width:calc(100% - 104px);}
.art_list dd h2{ font-size:18px; margin-bottom:12px; font-weight:normal;}
.art_list dd p{ line-height:1.6; color:#777;}
@media screen and (max-width:768px) {
.art_list dl{padding-bottom:20px; margin-bottom:20px;}
.art_list dt{ width:75px; height:75px;}
.art_list dt span{ font-size:22px;}
.art_list dd{width:calc(100% - 90px);}
.art_list dd h2{ font-size:15px; margin-bottom:10px;}
}



/*============内页新闻列表===============*/
.page_news li{background:#fff;padding:.3rem .5rem;box-sizing:border-box;margin-bottom:.25rem; cursor:pointer;}
.page_news li h3{font-size:.18rem;}
.page_news li dd{color:#888;margin:15px 0;font-size:13px;}
.page_news li dd strong{ font-family:'dinpro4';font-weight:normal;}
.page_news li p{color:#666; text-align:justify;margin-bottom:20px;}
.page_news li span{color:#999; text-decoration:underline;font-size:13px; transition:all .5s;}
.page_news li:hover span{color:#ee0000;}


@media screen and (max-width:768px) {
.page_news li{padding:20px 15px;margin-bottom:15px;}
.page_news li h3{font-size:16px;}
.page_news li p{margin-bottom:15px;}
}



/*===================内容页================*/
.show_top_blank{ height:1.5rem;}

.page_main{width:100%; background:#fff; box-sizing:border-box; padding:.5rem 0 0; }
.page_side{width:3rem; }
.page_side .sticky{position: sticky;top: 100px;}


.page_side_box{ padding:25px 30px; background:#fff;}
.page_side_tit {font-size:.25rem; color: #000; margin-top:.1rem;  margin-bottom:.2rem;}

.show_weizhi{ font-size:12px; color:#666; margin-bottom:.05rem;}

/*内容页*/
.title_txt {font-size:.3rem;line-height:1.6;  color:#000; text-align:center;}
.show_pro_tit {font-size:.36rem;line-height:1.6;  color:#000; border-bottom:solid 2px #e8e8e8; padding-bottom:.25rem; margin-bottom:.25rem;}

.art_info{margin-bottom:25px; color:#888; border-bottom: solid 1px #e8e8e8; position:relative; text-align:center;}
.art_info em{position:relative;font-size:14px; display:inline-block; line-height:60px; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#888;}


/*share*/
.share-main{ width: 102px; height: 24px; position:absolute; right:0; top:15px; z-index:10;}
.share-main b{ position:absolute; left:-80px; top:10px; font-weight:normal;}
.share-bar a{margin-left: 10px; margin-top:5px; float: left; display: block; width: 24px; height: 24px; background-image:url(../images/icon-share.png); }
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; left:0; display: none; background: #fff;}
.weixin-wrap{ padding: 10px; width: 200px; height: 80px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 5px; right: 5px; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}


/*正文*/
#art_box { text-align:justify;  line-height:2; font-size:16px; overflow:hidden; width:100%;}
#art_box p {margin-bottom:15px; }
#art_box strong{ color:#000; font-size:.18rem;}
#art_box img{ max-width:100%; border-radius:3px;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; margin-bottom:15px;}
#art_box table p{margin-bottom:0;}
#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;text-align:center;}
#art_box a{color:var(--main_color);}

#art_box video{ max-width:100%;}

.pro_content{}
.pro_content h3{ font-size:18px; color:var(--main_color); position:relative; padding-left:18px;}
.pro_content h3:before{ content:''; display:block; position:absolute; left:0; top:50%; transform: translateY(-50%); width:7px; height:7px; border-radius:100%; border:solid 2px var(--main_color);}   
.pro_content h4{ font-size:15px;}


@media screen and (max-width:768px) {
.page_side{display:none;}
.page_main{width:100%;  padding:0 0; margin-top:0;}
.share-main{ display:none;}
.title_txt {font-size:18px;line-height:1.6;}
.art_info{margin-bottom:15px;}
.art_info em{font-size:13px; line-height:40px; margin-right:10px;}
#art_box {font-size:14px; }
#art_box strong{ font-size:16px;}
}

/*相关阅读*/
.xg_tit {  margin-top:.5rem;}
.xg_tit h5{font-size:20px; margin:.3rem 0 .25rem 0; position:relative; padding-left:15px;}
.xg_tit h5:after {width:5px;height:18px; border-radius:5px;
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background:var(--main_color);
}

.xg_art{}
.xg_art li{position:relative; padding-left:15px; font-size:15px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; border:solid 1px var(--main_color); position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.xg_art li span{float:right; margin-top:5px; color:#999;font-size:13px;}

@media screen and (max-width:768px) {
.xg_art li{font-size:14px; width:100%; line-height:2.2;}
.xg_tit { margin-top:25px;}
.xg_tit h5{font-size:16px; margin:25px 0 15px 0; position:relative; padding-left:12px;}
.xg_tit h5:after {width:5px;height:14px; border-radius:5px;top: 0px;}

}

/*===================侧面新闻列表================*/
.side_news_list li{ margin-bottom:.4rem;}
.side_news_list .pic{ border-radius:10px; overflow:hidden;}
.side_news_list .pic img{ width:100%; display:block; transition:0.4s all;}
.side_news_list .type{ font-size:12px; color:#666; margin:20px 0 10px;}
.side_news_list .tit{ font-size:16px; line-height:1.6; text-align:justify; margin-top:.1rem;}
.side_news_list li:hover .pic img{ transform:scale(1.1);}


/*上一篇下一篇*/
.ctrl{margin-top: 40px;}
.ctrl a{position: relative; height: 60px;width:33%; background-color: #e7e7e7; box-sizing: border-box;z-index: 99;transition: 0.3s;}
.ctrl a:before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color:var(--main_color);opacity: 0;transition: 0.3s;z-index: -1;}
a#back:after,a#prev:after,a#next:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(../images/btn-back.png);background-repeat: no-repeat;background-position: center;transition: 0.3s;}
a#back:after{background-image: url(../images/btn-back.png);}
a#prev:after{background-image: url(../images/btn-prev.png);}
a#next:after{background-image: url(../images/btn-next.png);}

.ctrl a:hover:before{height: 100%;opacity: 1;}
a#back:hover:after{background-image: url(../images/btn-back2.png);}
a#prev:hover:after{background-image: url(../images/btn-prev2.png);}
a#next:hover:after{background-image: url(../images/btn-next2.png);}

.show_pre_next{ margin-top:.5rem; position:relative;}
.show_pre_next li{ width:100%;border-top: 1px solid #e8e8e8;padding:.3rem 0;}
.show_pre_next li:last-child{border-bottom: 1px solid #e8e8e8;}
.show_pre_next li h3{ font-family:'dinpro6';color:#000;font-weight:normal;font-size:16px;}
.show_pre_next li p{width:80%;}
.show_pre_next li p a{color:#000;font-size:16px; transition:all .5s;}
.show_pre_next li span{font-family:'monr';color:#999;}
.show_pre_next li:hover a{color:var(--main_color);}

@media screen and (max-width:768px) {
.show_pre_next{ margin-top:20px;}
.show_pre_next li{padding:12px 0;}
.show_pre_next li h3{font-size:13px;line-height:1.4;}
.show_pre_next li p{width:90%;line-height:1.4;}
.show_pre_next li p a{font-size:14px; transition:all .5s;}
.show_pre_next li span{display:none;}
.show_pre_next li:hover a{color:var(--main_color);}
}



/*===================内页-联系我们================*/
.lxfs_list { margin-bottom:1rem;}
.lxfs_list .txt{width:36%; padding:0 .5rem .15rem; box-sizing:border-box; background:#f8f8f8;}
.lxfs_list .txt dl{width:100%; border-bottom:solid 1px #ddd; padding:.15rem 0; margin-bottom:.1rem;}
.lxfs_list .txt dt{ width:.5rem; margin-right:.15rem;}
.lxfs_list .txt dd{}
.lxfs_list .txt dd h6{ font-size:14px; color:#333; font-weight:normal; margin-bottom:8px;}
.lxfs_list .txt dd p{ font-size:.16rem; font-family:MiSans; color:#666;}

@media screen and (max-width:768px) {
.lxfs_list .txt{width:100%; padding:0; border-radius:0; background:#fff; margin-top:15px;}
.lxfs_list .txt dl{padding:10px 0; margin-bottom:10px;}
.lxfs_list .txt dt{ width:25px; margin-right:15px;}
.lxfs_list .txt dt img{ max-width:80%; }
.lxfs_list .txt dd h6{margin-bottom:5px;}
.lxfs_list .txt dd p{ font-size:15px; color:#333;}
	
}

/*地图*/
.map{position:relative; overflow:hidden; width:63%;}
#map1{height:4.6rem; overflow:hidden;}
.amap-marker-label{padding:15px; border-color: #ababab; border-radius: 5px; color: #666; font-size:14px; box-shadow: 0 6px 12px rgba(0,0,0,.2);}
.amap-marker-label h2{color: #333; font-size: 18px;}
.amap-marker-label p{ line-height:2;}
.amap-icon{ overflow:visible;}
.amap-icon img{ display:none;}
.amap-icon:after {content: '';width: 50px;height: 50px;border-radius: 100%;transform: translate(-50%,-50%);
    background:url(../images/mark_map.png) center no-repeat ;
    position: absolute;left: 50%;top: 25%;z-index: 21;text-align: center;color: #fff;font-size: 16px;line-height: 50px;}
.amap-icon:before {content: '';width: 74px;height: 74px;z-index: 11;position: absolute;left: 50%;top: 60%;background:var(--main_color);border-radius: 100%;
    transform: translate(-50%,-50%) scale(0);animation: fangdadh1 2000ms infinite ease;
}
.map .info {position: absolute;right:10%;top: 50%;transform: translateY(-50%); background-color: #fff;border-radius: 10px;padding:.15rem; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); width:1.35rem; text-align:center;}
.map .info  span {display: block;color: #231815; font-size:16px;}
.map .info p {color: #808080;margin-top:10px; font-size:12px; margin-bottom:.1rem;}
.map .info img {display: block;width: 100%;}


@keyframes fangdadh1{
	0%{transform: translate(-50%,-50%) scale(0);opacity:1;} 
	100%{transform: translate(-50%,-50%) scale(1.2);opacity: 0;}
}
@media screen and (max-width:768px) {
.map{width:100%; padding:0; border-radius:0;}
#map1{height:260px; border-radius:0;}
.map .info{display:none;}
}




/*======================留言反馈======================*/
.lxfs_bg2{background: url(../images/rel2bg.jpg) no-repeat center; background-size: cover;padding-bottom:1rem;}
.zxly_box{background:#fff;padding:.5rem .5rem;box-sizing:border-box;}
.ly_tit{font-weight:normal;font-size:14px;color:#4c5664;margin-bottom:15px;}
.ly_tit i{font-style:normal;color:rgba(255,0,0,1);margin-right:5px;}

/*留言*/
.page_liuyan{width:80%; margin-top:.3rem; box-sizing:border-box;}
.message_input {margin-bottom:15px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{font-family:Microsoft Yahei;color:#999;}
.message_input li{ width: 48.5%;} 
.message_input input{border: 1px solid #d1d8de;outline: none; width: 100%;padding:12px 20px; border-radius:5px;  box-sizing:border-box;} 
.message_input input::-webkit-input-placeholder {} 
.message_input textarea{font-size:15px; display: block;border: 1px solid #d1d8de;outline: none; width: 100%;padding: 20px 20px;box-sizing: border-box;min-height:120px; border-radius:5px;} 
.message_input .form-group input{width:45%; }

.message_input .submit{ border:none;outline: none; font-size:16px; margin:15px auto 0; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:2.5rem; line-height:42px; border-radius:5px;}
.message_input textarea::-webkit-input-placeholder{}
.message_input .submit i{margin-left:.25rem;}
.message_input input:focus,.message_input textarea:focus{border:solid 1px var(--main_color);}

.zxly_right{width:32%;overflow:hidden;}
.zxly_right img{width:100%;display:block;}
/*.zxly_right .pic{overflow:hidden;border-radius:10px;}
.zxly_right .pic img{width:100%;display:block;}
.zxly_right .txt{margin:.4rem 0 .5rem;}
.zxly_right .txt h2{font-weight:normal;font-size:18px;color:#000;margin-bottom:15px;}
.zxly_right .txt p{color:var(--main_color);font-size:.2rem; letter-spacing:1px;line-height:1.4; font-family:'monl';}
.zxly_right .ewm{overflow:hidden;width: 140px;height: 140px;border: 1px solid #c7d7e6;border-radius:10px;padding:6px 6px;box-sizing:border-box;}
.zxly_right .ewm img{width:100%;display:block;}
.zxly_right dd{width:140px;color:#888;margin-top:15px;text-align:center;}*/


@media screen and (max-width:768px) {
.lxfs_bg2{padding-bottom:30px;}
.zxly_box{padding:20px 15px;border-radius:5px;}
.ly_tit{font-size:14px;margin-bottom:5px;line-height:1.6;}
.page_liuyan{width:100%;border-right:none;padding-right:0;}

.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #999; font-size:13px;}
.message_input {margin-bottom:0;}
.message_input1{margin-bottom:15px;}
.message_input li{ width:100%; margin-bottom:10px;} 
.message_input input{padding:12px 15px;} 
.message_input textarea{min-height:100px;padding: 15px 15px;}
.message_input .submit{width:100%; line-height:42px;}

.zxly_right{ display:none;width:100%;margin-top:25px;margin-bottom:15px;}
.zxly_right .pic{border-radius:5px;}
.zxly_right .txt{margin:20px 0 20px;}
.zxly_right .txt h2{font-size:16px;margin-bottom:10px;}
.zxly_right .txt p{font-size:14px;}
.zxly_right .ewm{width: 120px;height: 120px;border-radius:5px;padding:5px 5px;}
.zxly_right .ewm img{width:100%;display:block;}
.zxly_right dd{width:120px;font-size:12px;margin-top:10px;}
}








/*======================表单页面======================*/
.message {padding-top:.25rem;}
.message input::-webkit-input-placeholder,
.message li{ width: 48%;} 
.message input{border:1px solid #e8e8e8;background: none;outline: none;width: 100%; height:.5rem; font-size:16px; padding:0 10px; box-sizing:border-box; border-radius:3px;} 
.message textarea{clear: both;display: block;border:1px solid #e8e8e8;background: none; outline: none;width: 100%;padding: 14px 15px;box-sizing: border-box;min-height: 1.6rem;font-size:16px;font-family: "微软雅黑"; border-radius:3px;} 
.message .submit{ border:none;outline: none; font-size:16px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); font-family:"微软雅黑"; transition:0.3s all; width:3rem; line-height:52px;border-radius:3px;}

.message li select {width: 100%;height: 45px;background: #fff;border:1px solid #e8e8e8;font-size: 16px;color:#888;font-family: "微软雅黑";outline: none;padding:0 15px; border-radius:3px;}
.message p{font-size:.16rem;margin-bottom:10px;}
.message p span{color:rgba(255,0,0,1);}
@media screen and (max-width:768px) {
.message {padding-top:0;}
.message li{ width: 100%; margin-bottom:10px;} 
.message p{font-size:14px;margin-bottom:10px;}
.message input{ height:36px; font-size:14px;} 
.message li select { height: 36px;font-size:14px;color:#888;}
.message .submit{ width:100%; line-height:42px; }
}

/*======================返回按钮======================*/
.n_bottom{ text-align:center; margin-top:.5rem;}
.n_bottom li{display:inline-block;margin: 0 25px;cursor: pointer;}
.n_bottom li .img{display:inline-block;width:55px;height:55px; border: #ccc 1px solid; border-radius:50%;text-align:center;overflow: hidden; transition:0.6s; box-sizing:border-box;}
.n_bottom li .img h6{height:100%;transition:0.6s;overflow: hidden;}
.n_bottom li h5{ font-size:13px; color:#888; margin-top:6px; font-weight:normal;}
.n_bottom li a{ display:block;}
.n_bottom li a:hover .img h6{transform: translateY(-53px);}
.n_bottom li a:hover .img{ border:var(--main_color) 1px solid; background:var(--main_color);}



/*404*/
.page_msg {padding: 50px; background:#fff; margin:0 0;}
.page_msg h5 { line-height: 60px;border-bottom: 1px solid #ddd;margin-bottom: 10px; font-size:25px; text-align:center;}
.page_msg_con {color: #999; line-height:40px; text-align:center;padding: 25px 0;}
.page_msg_con i {font-size:100px;color: #ddd; margin-bottom:10px;}
@media screen and (max-width:768px) {
.page_msg {padding: 20px;}

}


/*内页分页*/
.search-pagination{text-align:center; padding:10px 0 0 0;}
.pagination li {display: inline-block;margin:0 3px;}
.pagination li a{display: inline-block;font-size: 15px;  border-radius:3px;min-width: 46px;height: 46px;line-height: 46px; box-sizing: border-box; padding:0 20px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:var(--main_color);border:solid 0px #004d98;}
@media screen and (max-width:768px) {
.search-pagination{}
.page_msg {padding: 20px;}
.pagination li {margin:0 3px 6px;}
.pagination li a{min-width:30px;height: 30px;line-height: 30px; padding:0 10px;}
}

@keyframes o-upfade-top {
    0% {opacity: 0;
        transform: translateY(50px);
    }
    100% {opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.06);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
} 
@keyframes bg {
    from {
        transform: scale(1.3);
    }
    to {
        transform: none;
    }
}
.main_tit{position:relative;}

@keyframes gd01_pic {
    0%{
        opacity: 0; transform: translateY(-100%);
    }
    100%{
        opacity: 1;  transform: translateY(0);
    }
}




/*搜索页面*/
.search_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 60px 80px; box-sizing:border-box; margin:.6rem auto;}

.serch_n{position:relative;width:50%; margin:auto;}
.serch_n input{width:100%; padding:15px 15px; font-size:16px; outline:none; border-radius:5px; box-sizing:border-box; height:.6rem; line-height:.6rem; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:0; top:0px;}
.serch_n .btn i{font-style:normal;}
.serch_n .btn button{ width:1.25rem; height:.6rem; border:0; cursor:pointer; outline:none; padding-left:.4rem;border-radius:0 5px 5px 0; font-size:.18rem; color:#fff; background: url('../images/icon-hsrch.png') no-repeat 30px center var(--main_color);}

.search_tit{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.search_tit h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.search_tit h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:var(--main_color);}

.serch_list{}
.serch_list li{font-size:16px; padding-left:15px; line-height:2.6; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; position:relative;}
.serch_list li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:#ccc; position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.serch_list li:nth-child(5n){border-bottom:dotted 1px #ccc; margin-bottom:.25rem; padding-bottom:.25rem;} 
.serch_list li span{color:#888; float:right; font-size:14px;}

@media screen and (max-width:768px) {
.search_box{ padding:15px 15px; }
.serch_list li{font-size:14px; }
.serch_list li span{font-size:12px;}
.serch_n {width:100%;border: 1px solid #e1e6f0; overflow:hidden; border-radius:3px; margin-bottom:10px; box-sizing:border-box;}
.serch_n input[type="text"] {width: 100%;height:44px;background:rgba(255,255,255,0.8);box-sizing: border-box;padding: 0 50px 0 15px;border: none;}
.serch_n .btn {position: absolute;top:0px;right:0px;width:50px ;height:100%;}
.serch_n .btn i{display:none;}
.serch_n .btn button{width:100%;height:100%; background: url('../images/zoom.png') no-repeat center; border:none; background-size:23px auto;}

}



/*表单*/
.form_box{width:330px; margin:auto;}
.form_box .con li,.form_box .con .form-actions{margin-top:15px; position:relative;}
.form_box .con li input{background: #fff; font-size:15px;border-radius: 4px;border: 1px solid #dcdfe6;box-sizing: border-box;color: #606266;height: 46px;line-height: 46px;outline: none;padding: 0 15px;transition: border-color .2s cubic-bezier(.645,.045,.355,1);width: 100%;}
.form_box .con li input:focus,.form_box .con li input:hover{border:solid 1px #FF2442;}
.form_box .con li .yzm{position:absolute; padding:0 10px; top:0px; right:0px; border-left:solid 1px #dcdfe6; transition:.2s all;}

.form_box .con button{ width:100%; height:50px; background:#FF2442; border:none; font-size:15px; color:#fff; cursor:pointer; outline:none; border-radius:3px;}
.form_box .con button:hover{ opacity:0.9;}

.form_box .con .sms_btn{ width:125px; line-height:46px; background:#333; font-size:14px; color:#fff; display:block; text-align:center; border-radius:3px; text-decoration:none;}

.btn_flash{overflow:hidden; position: relative;}
.btn_flash .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flash .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flash .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flash:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flash:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
} 
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

/*留言弹窗*/
.buy_form{width:9rem; height:6rem; padding:.5rem .8rem; background:#fff; border-radius:10px; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}
.buy_form .close{position:absolute; top:40px; right:40px; cursor:pointer;}

.buy_form .tit{font-size:.36rem; color:#000; margin-bottom:.15rem}
.buy_form .info{ line-height:2em; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

.buy_form ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.buy_form li{font-size:.15rem; margin-bottom:.15rem; width:49%;}

.buy_form input,.buy_form select{padding:.15rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:.16rem;
}
.buy_form textarea{padding:.2rem;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:1.25rem; border-radius: 2px; font-size:.16rem; font-family:"微软雅黑";}
.buy_form .form-group {width:100%;}
.buy_form .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:var(--main_color); border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{}
@media screen and (max-width:768px) {
.buy_form{width:90%; height:auto; padding:25px 15px 25px; border-radius:5px; position:absolute; top:50%; transform:translateY(-40%); left:0; right:0; bottom:auto; z-index:2;box-sizing:border-box;}
.buy_form .close{ top:15px; right:15px; }
.buy_form .info{ line-height:1.8; font-size:12px; height:auto; margin-bottom:10px; border-bottom:0;}

.buy_form li{font-size:14px; margin-bottom:10px; width:100%;}
.buy_form input,.buy_form select{padding:12px 15px; border-radius: 3px; font-size:14px;}
.buy_form .submit{ border:none; font-size:16px; width:100%; height:50px; }
.buy_form textarea{padding:12px 15px;width:100%; box-sizing:border-box;border: 1px solid rgba(0,0,0,.1); height:60px; border-radius: 3px; font-size:14px; font-family:"微软雅黑";}

}

/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom:10%; z-index: 99;width: 50px;border-radius: 25px;background: #fff;box-shadow: 0px 0px 8px 0px rgba(181,181,181,0.5);}
.side-menu-itembox { position: relative}
.side-menu-itembox:not(:last-child) { margin-bottom:5px;}
.side-menu-itembox:hover .side-menu-screen {right: 50px;visibility: visible;opacity: 1}
.side-menu-itembox:hover .side-menu-btn {background: #E2EEFC;}
.side-menu-itembox:hover .side-menu-btn.mine:before {width: 22px;height: 22px; background: url("../images/float_ico.png") -49px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.message:before { width: 22px;height: 23px;background: url("../images/float_ico.png") 0px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -50px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.yijian:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -98px 0px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.totop:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -24.5px -25.5px/120px no-repeat}
.side-menu-itembox:hover .side-menu-btn.totop { cursor: pointer}

.side-menu-btn {display: block;width: 50px;height: 50px; box-sizing: border-box;border: 4px solid #fff; background: #fff; border-radius: 50%;position: relative}
.side-menu-btn:before { content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
.side-menu-btn.mine:before { width: 22px;height: 22px; background: url("../images/float_ico.png") -49px 0px/120px no-repeat}
.side-menu-btn.message:before {width: 22px;height: 23px;background: url("../images/float_ico.png") -24.5px 0px/120px no-repeat}
.side-menu-btn.qrcode:before {width: 22px;height: 22px;background: url("../images/float_ico.png") -73.5px 0px/120px no-repeat}
.side-menu-btn.yijian:before {width: 22px; height: 22px;background: url("../images/float_ico.png") -98px -24.5px/120px no-repeat}
.side-menu-btn.totop:before {width: 22px;height: 22px;background: url("../images/float_ico.png") 0px -25.5px/120px no-repeat}

.side-menu-screen {padding-top: 4px;position: absolute;padding-right: 11px; top: 0; right: 65px;transition: all .2s;visibility: hidden;opacity: 0}
.side-screen-box {position: relative; background: #fff;box-shadow: 0px 2px 7px -1px rgba(225,225,225,.5);border-radius: 6px;display: block}
.side-screen-box:before {content: '';position: absolute;top: 14px;right: -7px;border-left: 7px solid #fff; border-top: 7px solid rgba(0,0,0,0);border-bottom: 7px solid rgba(0,0,0,0)}
.side-screen-box.only-text {height: 42px;line-height: 42px;font-size: 15px;font-weight: 400;color: #111; white-space: nowrap; padding: 0 18px;}
.side-screen-box.qrcode {width: 136px;line-height: 20px;text-align: center;font-weight: 400;font-size: 12px;color: #333;padding: 5px 0 5px}
.side-screen-box.qrcode .gzh-qrcode {width: 125px;display: block;margin:auto}
@media screen and (max-width:768px) {
.online_q{ display:none;}	
}



.btn_flash{overflow:hidden; position: relative;}
.btn_flash .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flash .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flash .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flash:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flash:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
} 
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(255, 255, 255, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}








/*更多*/
.lookmore{ text-align:center;}
.lookmore a{display:inline-block;border: #222 1px solid; font-size:15px; border-radius:22px; padding:12px 50px; color: #333; position:relative;overflow:hidden; transition:0.5s all;}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:var(--main_color) 1px solid;background: var(--main_color); transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: 20px;
height: 20px;
background: var(--main_color);
border-radius: 50%;
}
.btn-11:before {
left: -20px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -20px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
/*     animation: criss-cross-right 0.8s reverse; */
}
.btn-11:hover:before, .btn-11:hover:after {
/*       @include size($btn-width); */
}
.btn-11:hover:before {
-webkit-animation: criss-cross-left 0.8s both;
animation: criss-cross-left 0.8s both;
}
.btn-11:hover:after {
-webkit-animation: criss-cross-right 0.8s both;
animation: criss-cross-right 0.8s both;
}


/*向上*/
.cd-top {
  display: inline-block; z-index:9999;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 60px;
  right: 5px;border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: var(--main_color);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 5px;
    bottom: 60px;
  }
}
.cd-top:hover{background-color:var(--main_color);transition: all 0.3s ease 0s;}
