@charset "utf-8";

/* CSS Document */
:root{    
	--main_color:#e63219;        /* #023A91主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#FF2488;      /* 副色 */ 
	--hui_color:#eff0f4;    

}

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:15px; font-family: Microsoft Yahei,PingFang SC; overflow-x:hidden;background:#f8f8f8;}
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;}

/*滚动条美化*/
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); }
.no_ziliao{width:100%; text-align:center;}
.no_ziliao img{ max-width:100%;}

/*主体宽度*/
.only_pc_show{ display:block;}
.only_m_show{display:none;}
.main{ margin: 0 auto; padding:0 120px;box-sizing:border-box;}

@media screen and (max-width:1366px) {
	.main{padding:0 95px;}
}
@media screen and (max-width:768px) {
	body{font-size:15px; }
	.main{width:100%; padding:0 20px; }
	.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_blank{height:1.4rem;}

/*菜单--线条*/
.head_line{height:125px;cursor:pointer; }
.head_line span{display:block;width:24px;height:2px;background:#323232;margin-bottom:5px;}
.head_line span:nth-child(3){margin-bottom:0;}

/*logo*/
.head_logo{overflow:hidden; position:absolute;top:0;left:50%; transform:translateX(-50%);height:125px;}
.head_logo img{height:46px;}

/*右边*/
.head_right{}
.head_right .f_code{margin-top:0;padding-right:.15rem;position:relative;box-sizing:border-box;}
.head_right .f_code:before{position:absolute;content:'';width:1px;height:30px;background:rgba(204,204,204,.5);right:0;top:50%; transform:translateY(-50%);}
.head_right .f_code_img{bottom:auto;top:35px;}
.head_right .f_code_img::after{border: 10px solid transparent;border-bottom-color: #fff;position: absolute;top: -20px; bottom:auto;}
@media screen and (max-width:1366px) {
.head_line,.head_right{ display:none;}

}


/*搜索*/
.top_serch a{display:inline-block;padding-left:.25rem;box-sizing:border-box;}
.top_serch svg{fill:#323232;width:20px;height:20px;}

/*搜索弹出表单*/
.tc_search{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;}
.tc_search{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc_search.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc_search .tc-bg {width: 100%;height: 100%;background: rgba(0,0,0,.85);position: absolute;top: 0;left: 0;z-index: 0;}

.tc_search .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;
}
.tc_search .tc.act .tc-box {-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform: scale(1);}
/*搜索弹窗内容样式*/
.tc_search .tc-box form {position: relative;}
.tc_search .tc-box .tc_fdj {position: absolute;left: 20px;display: block;height:.75rem;width: 25px;background: url(../images/icon-sq2.png) center no-repeat;}
.tc_search .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;}
.tc_search .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;}
@media screen and (max-width:768px) {
.tc_search .tc-box .tc_fdj { left:10px; height:56px;width: 25px;background: url(../images/icon-sq2.png) center no-repeat;}
.tc_search .tc-box #keyword {width:75%;height:56px; padding-left:40px;font-size:12px;}
.tc_search .tc-box .btn_submit {width: 25%; height:56px; line-height:56px; font-size:14px;}

}


.header_scroll.header:before{ background:#f3f3f3;}

/*滚动隐藏导航*/
.header.header_hide{opacity: 1; transform: translate(0, -125px); 
	-webkit-transform: translate(0, -125px);
    -moz-transform: translate(0, -125px);
    -ms-transform: translate(0, -125px);
    -o-transform: translate(0, -125px);}
@media screen and (max-width:768px) {
.header.header_hide{opacity: 1; transform: translate(0, 0); 
	-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);}

}

/*导航下拉*/
.header_scroll,.m_header_scroll {background:#f3f3f3;transition: all .4s ease;}


/*======弹出菜单=======*/
.tc_menu{width:5rem;height:100vh;position: fixed;z-index:200;left:-500px;top:0;background:#f8f8f8;padding:.8rem .5rem;box-sizing:border-box;opacity:0; border-right: solid 1px #e9e9e9;transition:all .5s;}
.tc_menu.active{left:0;opacity:1; }
.tc_menu .close{width:15px;height:15px;position:absolute;top:55px;left:125px; cursor:pointer; z-index:300;}
.tc_menu_side{width:calc(100% - 5rem); height:100vh; position: fixed; right:-5000px; opacity:0; top:0;z-index:200;transition:all .5s;}
.tc_menu_side.active{ right:0; opacity:1;}
@media screen and (max-width:1366px) {
	.tc_menu .close{left:95px;}
}
.tc_menu .close img{width:100%;display:block;}

.tc_nav li{margin-bottom:.25rem;}
.tc_nav li a{color:#999; font-size:.15rem; transition:all .3s;}
.tc_nav li.active a,.tc_nav li:hover a{color:#333; font-weight:600;}

.tc_code{margin:.5rem 0 .5rem;}

.tc_menu .desc,.tc_menu .desc a{color:#666;text-align:center;line-height:1.8;font-size:12px;}

@media screen and (max-width:768px) {
.tc_menu{width:100%; border-right:0; padding-top:0;}
.tc_menu .close{ display:none;}
.m_nav_logo{ margin-bottom:66px;}
.m_nav_logo img{height:86px;} 
.tc_nav li{margin-bottom:20px;}
.tc_nav li a{font-size:14px;}
.tc_code{margin:30px 0 30px;}

}



/*======================手机头部======================*/
@media screen and (max-width:768px) {
.header{ height:60px; padding:0; position:static!important;}
.header .head_logo{height:1.4rem; }
.header .head_logo img{height:36px;}

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


.header_right,.navBox{display:none;}
.m_header_right{display:block; }
.m_top_blank{height:60px;}

.m_header_scroll .logo .txt h2{color:#000;}
.m_header_scroll .logo .txt p{color:#888; }


/*======================手机菜单按钮======================*/
.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:var(--main_color);border-radius:3px;}
.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:var(--main_color);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_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/zoom1.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;  color:#fff; background:var(--main_color); padding:15px; border-radius:5px; letter-spacing:1px;} 
.m_tel i{ font-size:18px; margin-right:5px;}
}





/*首页*/
.in_box {
	column-count: 7;
	/*column-width: 200px;*/
	column-gap: 2px;
}
.in_box .item {
	break-inside: avoid-column; /* 防止项目被分割到多列 */
	margin-bottom: 2px; /* 项目间的垂直间距 */
	background:#ccc;
}
.in_box .item img{
	width: 100%;
	height:100%;
	display:block;
}
.in_mybox{height:2.8rem; background:rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(8px); /* Chrome, Safari */
  backdrop-filter: blur(8px); /* 标准语法 */ width:100%; padding:60px 1rem; box-sizing:border-box; position:absolute; left:0; top:50%; transform:translateY(-50%); transition:0.3s all; overflow:hidden; opacity:0;}
.in_mybox.on{ opacity:1;}
.in_mybox .left{}	  
.in_mybox .left img{ height:.5rem; margin-right:.5rem; opacity:0; transform:translateY(.6rem); transition:0.5s all; transition-delay:0.5s;}	  
.in_mybox .left .desc{ padding-top:5px; max-width:5.2rem; opacity:0; transform:translateY(.6rem); transition:0.5s all; transition-delay:0.8s;}	
.in_mybox .left .desc h3{ font-size:14px; line-height:1.5; text-transform:uppercase;  color:#222;  margin-bottom:.2rem;}	
.in_mybox .left .desc p{ line-height:1.6; color:#666; font-size:14px;}	

.in_mybox .right{opacity:0; transform:translateY(.6rem); transition:0.5s all; transition-delay:1s;}	  
.in_mybox .right a{ display:inline-block;margin-left:.2rem;position: relative; height:60px; line-height:40px;  text-transform:uppercase; font-weight:bold; font-size:13px;}	  
.in_mybox .right a span{ transition: cubic-bezier(0.215,.61,.355,1) .45s;}
.in_mybox .right a em {position: absolute;left: 0;top: 0;display: block;width: 100%;transition: cubic-bezier(0.215,.61,.355,1) .45s;transform: translateY(50%);opacity: 0; font-style:normal; text-transform:uppercase;}
/*.in_mybox .right a:hover span{transform:translateY(-50%); opacity:0;}*/
/*.in_mybox .right a:hover em{transform:translateY(0); opacity:1;}*/

.in_mybox.on .left img,
.in_mybox.on .left .desc,
.in_mybox.on .right{opacity:1; transform:translateY(0); }

@media screen and (max-width:1366px) {
.in_box {
	column-count: 6;
}
}
@media screen and (max-width:768px) {
.in_box {
	column-count: 4;
	column-gap: 4px;
}



.in_box .item {
	margin-bottom: 4px;
}
.in_mybox{height:auto; padding:50px 20px 15px;  top:auto; bottom:0; position: fixed; transform:translateY(0);}

.in_mybox .left{wdith:100vh;}	  
.in_mybox .left img{ height:36px; margin-right:0;transform:translateY(.6rem); margin-bottom:20px;}	  
.in_mybox .left .desc{width:100%; padding-top:0; max-width:100%; transform:translateY(.6rem);}	
.in_mybox .left .desc h3{ font-size:14px; line-height:1.5; margin-bottom:15px;}	
.in_mybox .left .desc p{ line-height:1.6;}	
.in_mybox .right{width:100%; margin-top:30px;}

.in_mybox .right a{ margin-left:0; margin-right:10px; font-size:12px;height:36px;}
.in_mybox .right a:hover span{transform:translateY(0); opacity:1;}
.in_mybox .right a:hover em{transform:translateY(0); opacity:0;}

}
	  

/*单页面----关于我们*/
.about_box{width:6.6rem;margin:0 auto;}
.about_img{overflow:hidden;margin-bottom:.5rem;}
.about_img img{width:100%;display:block; }

.about_tit{color:#000;font-size:17px; font-weight:bold; position:relative; display:inline-block;}
.about_tit:after{ content:''; width:20px; height:2px; display:block; background:var(--main_color); margin:.15rem 0 .2rem; transition:0.3s all;}
.about_tit:hover:after{width:100%;}

.txt_left{text-align:left;}
.txt_left:after{margin:.15rem 0 .2rem;}


.page_about .desc{ line-height:1.8; text-align:left; color:#444;}
@media screen and (max-width:768px) {
.about_box{width:100%; margin-top:20px;}
.about_tit{font-size:18px;}
.about_tit:after{margin:12px 0 20px;}
.txt_left:after{margin:.15rem 0 .2rem;}  

.page_about .desc{ line-height:1.68;}
}

.about_yewu{ margin-top:.5rem;}
.about_yewu ul{ margin:.1rem 0 .5rem;}
.about_yewu li {width:50%; margin-bottom:25px; }
.about_yewu li .ico img{height:46px;}
.about_yewu li .txt{line-height:1.5;margin-top:.2rem; }
@media screen and (max-width:768px) {
.about_yewu li {width:48.5%;margin-bottom:25px;}
.about_yewu li .ico img{height:40px;}
  
}

.about_brand{ margin-top:.5rem;}
.about_brand li{width:23.8%; margin-right:1.5%; height:.72rem; border-radius:5px; overflow:hidden; box-sizing:border-box; margin-bottom:.1rem; background:#fff; box-shadow: 0px 0px 10px 0px rgb(20 18 18 / 5%);}
.about_brand li:nth-child(4n){margin-right:0; }
.about_brand li img{max-width:66%; max-height:50%; display:block; /*filter: grayscale(100%) brightness(100%); opacity:0.8;*/ }
.about_brand li:hover img{filter: grayscale(0%) brightness(100%); opacity:1;}

#brand_btn{ position:relative; overflow:hidden; padding-bottom:.3rem; margin-top:.1rem}
#brand_btn .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--main_color);
}

@media screen and (max-width:768px) {
.about_brand li{width:31.8%; margin-right:2.3%; height:50px; margin-bottom:8px;}
.about_brand li img{max-width:70%; max-height:56%; display:block; filter: grayscale(0%) brightness(100%); opacity:1; }
.about_brand li:nth-child(4n){ margin-right:auto;}
.about_brand li:nth-child(3n){ margin-right:0;}
}


.about_zizhi h3{ font-size:15px; margin-bottom:10px;}
.about_zizhi ul{ margin-bottom:25px;}
.about_zizhi li{ line-height:2; position:relative; padding-left:20px;}
.about_zizhi li:after{ content:''; display:block; width:6px; height:6px; border:solid 0px #666; background:#bbb; border-radius:100%; position:absolute; left:3px; top:13px; }


.about_zizhi li{}
.about_zizhi li .bg{width:100%; position:relative; z-index:2;}
.about_zizhi li .bg img{ width:100%; display:block; }
.about_zizhi li .pic{width:100%; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1;}
.about_zizhi li .pic img{ max-width:90%; max-height:90%; display:block; }
#zizhi_btn{ position:relative; overflow:hidden; padding-bottom:.5rem;  margin-top:.3rem}
#zizhi_btn .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--main_color);
}


@media screen and (max-width:768px) {

#zizhi_btn,#brand_btn{padding-bottom:35px;}
.about_zizhi li{ line-height:1.6; margin-bottom:10px; padding-left:16px; }
.about_zizhi li:after{top:8px;}

}


/*单页面----团队*/
.team_main{padding:0 95px; margin-top:.5rem; }
.team_main .left{width:42%; margin-left:8%;}
.team_main .right{width:30%; margin-right:8%;}
.team_main .right img{ max-width:100%;}

.team_main .left li{transform:scale(0);-webkit-animation:mymove .6s ease-in 1;animation:mymove .6s ease-in 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
@keyframes mymove{
	0% {
		transform: scaleX(.1) scaleY(.1);
		transform-origin: 0 0;
	}
	100% {
		transform: scaleX(1) scaleY(1);
		transform-origin: 0 0;
	}
}

.team_list li{width:14.5%;margin-right:5px;margin-bottom:5px; box-sizing:border-box; overflow:hidden; position:relative;}
.team_list li:after{ content:''; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); opacity:0; transition:0.5s all;}
.team_list li.on:after{ opacity:1;}
.team_list li .name{position:absolute; left:0; top:50%; transform:translate(0,-50%); width:100%; text-align:center; color:#fff; z-index:2; opacity:0; transition:0.5s all;}
.team_list li:hover .name{opacity:1;}
.team_list li img{width:100%;display:block;transition:cubic-bezier(0.215,.61,.355,1) .45s; opacity:1; transition:0.5s all;}
.team_list li:hover img{ transform:scale(1.1);}



@media screen and (max-width:768px) {
.team_main{padding:0 20px; }
.team_main .left{width:100%; margin-left:0;order:2;margin-top:20px;}
.team_main .right{width:100%; margin-right:0%;order:1;}
.team_list li{width:17.5%;margin-right:8px;}
.team_list img,.team_main .right img{border-radius: 5px;}
}



/*团队列表1*/
.team_box{ max-width:11rem; margin:.25rem auto 1rem;}
.team_box .pic{text-align: center;}
.team_box img{ max-width:100%;}
.team_box .desc{ line-height:1.8; margin-top:.2rem; font-size:16px;}

.team_list1{ max-width:1600px; margin:auto;}
.team_list1 li{ width:13.9%; margin-right:3.3%; margin-bottom:.6rem;}
.team_list1 li:nth-child(6n){margin-right:0;}
.team_list1 li .pic{ border-radius:100%; overflow:hidden;}
.team_list1 li .pic img{width:100%; display:block;}
.team_list1 li .txt{margin-top:30px;  border:solid 1px #666; border-left:0; border-right:0;}
.team_list1 li .txt .tit{padding:15px 0;}
.team_list1 li .txt .tit h3{ font-size:.18rem;}
.team_list1 li .txt .tit .arr i{ font-size:.18rem; transition: 0.3s all;}
.team_list1 li .txt .tit.active .arr i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.team_list1 li .txt .info{ display:none; padding-bottom:20px;}
.team_list1 li .txt .info.active{height:auto;}
.team_list1 li .txt .info h5{ font-size:14px; margin:20px 0 10px;}
.team_list1 li .txt .info p{ line-height:1.8; color:#666;}
@media screen and (max-width:768px) {
.team_box{margin:20px auto 30px;}
.team_box img{width:100%;}
.team_box .desc{ line-height:1.68;}

.team_list1 li{ width:100%; margin-right:0; margin-bottom:35px;}  
.team_list1 li .txt .tit h3{ font-size:15px;}
.team_list1 li .txt .tit .arr i{ font-size:15px;}
.team_list1 li .pic{width:80%; margin:auto;}
.team_list1 li .txt{margin-top:15px; }
.team_list1 li .txt .info p{ line-height:1.68;}
}

/*单页面----联系我们*/
.lx_img{ position:absolute; right:0; top:1.9rem; max-width:50%;}
.lx_img img{width:100%; display:block;}
.lx_con{margin:.5rem 0;}
.lx_tit{ margin-bottom:.8rem}
.lx_tit h3{ font-size:22px; margin-bottom:15px;}
.lx_tit p{ color:#666;}

.lx_con{width:45%;}
.lx_con li{ margin-bottom:.35rem}
.lx_con li strong{  border-top:solid 1px #333; width:1.6rem; padding-top:10px; }
.lx_con li .con{width:calc(100% - 2rem);}
.lx_con li p{display:block;margin-bottom:10px; line-height:1.6;}


@media screen and (max-width:768px) {
.lx_img{ position:static; right:0; top:0; margin-top:25px; max-width:100%;}
.lx_tit{ margin-bottom:.5rem}
.lx_tit h3{ font-size:18px;margin-bottom:10px;}
.lx_tit p{ font-size:15px; line-height:1.2;}
.lx_con{width:100%;margin:.6rem 0;}
.lx_con li{margin-bottom:12px;}
.lx_con li div{width:100%;}
.lx_con li strong{ width:146px; margin-bottom:10px;}
.lx_con li p{ line-height:1.6; margin-bottom:10px; font-size:14px;}
.lx_con li .con{width:100%;}
}



/*留言*/
.page_liuyan{margin-top:2.2rem;}
.ly_tit{font-weight:normal;font-size:.16rem;color:#4c5664;margin-bottom:15px;}
.ly_tit i{font-style:normal;color:rgba(255,0,0,1);margin-right:5px;}
.liuyan_con{width:56%; box-sizing:border-box;}
.message_input {margin-bottom:25px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{font-family:Microsoft Yahei,PingFang SC;color:#999;}
.message_input li{ width: 48.5%;} 
.message_input input{border: 1px solid #a9a9a9;outline: none; width: 100%;padding:15px 15px; border-radius:0; font-size:14px;  box-sizing:border-box;} 
.message_input input::-webkit-input-placeholder {} 
.message_input textarea{font-size:14px; display: block;border: 1px solid #a9a9a9;outline: none; width: 100%;padding: 15px 15px;box-sizing: border-box;min-height:120px; border-radius:0;} 
.message_input .form-group input{width:45%; }

.message_input .submit{ border:solid 2px #333;outline: none; font-size:18px; margin:15px auto 0; cursor:pointer; text-align:center; background:none; font-family:Microsoft Yahei,PingFang SC; transition:0.3s all; width:2.2rem; line-height:50px; border-radius:50px;}
.message_input .submit:hover{ background:var(--main_color); color:#fff; border:solid 2px var(--main_color);}
.message_input textarea::-webkit-input-placeholder{}
.message_input .submit i{margin-left:.25rem;}
.message_input input:focus,.message_input textarea:focus{border:solid 1px #333;}

.liuyan_txt{width:38%;}
.liuyan_txt p{color:#666;line-height:2;margin-bottom:.35rem;}
.liuyan_txt .ewm{ line-height:1.2; text-align:center; margin-bottom:.35rem;}
.liuyan_txt .ewm li{margin-right: .25rem; width:115px;}
.liuyan_txt .ewm img{width:100%; border:solid 1px #ddd; margin-bottom:6px;}


@media screen and (max-width:768px) {
.page_liuyan{margin-top:.5rem;}
.liuyan_txt{width:100%; margin-bottom:15px;}
.liuyan_txt p{ line-height:1.8;margin-bottom:20px;text-align:left;}

.liuyan_txt .ewm li{margin-right:15px; width:90px;}

.liuyan_con{width:100%;}
.message_input li{ width:100%; margin-bottom:15px;} 
.ly_tit{font-size:14px; margin-bottom:8px;}
.message_input {margin-bottom:0px;}

.message_input input{border-radius:5px; font-size:14px;} 
.message_input textarea{font-size:14px; border-radius:5px;} 
.message_input .submit{ border:solid 1px #333; font-size:16px; margin:20px auto 0; line-height:46px; width:100%; border-radius:5px; background:var(--main_color); color:#fff; border:solid 2px var(--main_color);}

}




/*================底部=====================*/

.foot_bg{ padding:95px 0;border-top: solid 1px #e9e9e9;margin-top:1rem;}
.main_foot{padding:0 95px;box-sizing:border-box;}

@media screen and (max-width:1024px) {
.main_foot{padding:0 70px;}	
}

.foot_left{width:25%;padding-left:8%;}
.foot_left .foot_nav li{color:#333;margin-bottom:.25rem; font-size:.15rem;}
.foot_left  span{display:block;color:#666;margin:.5rem 0 .3rem;line-height:1.6; font-size:12px;}
.foot_left  span a{/*color:var(--main_color);*/ color:#666;}
.f_code{ font-size: 0;margin-top:20px;}
.f_code a{/*width: 40px;height: 40px;background:rgba(210,210,210,.5);*/margin:0 .1rem;position: relative;border-radius:100%;display: flex;align-items: center;justify-content: center;transition: all .5s ease;}
.f_code a .ico img{max-width:35px; max-height:20px; transition: all .5s ease; }

.f_code a:first-child{margin-left: 0;}
.f_code_img{display: none;width: 125px;height: 125px; position: absolute;bottom:35px;left: 50%;margin-left: -62px;background: #eee;border-radius:10px; box-sizing:border-box;}
.f_code_img::after{content: "";display: block;width: 0px;height: 0px;border: 10px solid transparent;border-top-color: #fff;position: absolute;bottom: -19px;left: 50%;margin-left: -10px;}
.f_code_img img{width: 100%;height: 100%;object-fit: cover; border-radius:10px;}
.f_code a:hover .f_code_img{display: block;animation: f_code .6s ease-in-out both;}
.f_code a:hover .ico img{}
@keyframes f_code{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}


.foot_right{width:58%;padding-right:8%;}
.foot_right h3{font-size:16px;color:#333; margin-bottom:.3rem;}
.foot_right li{width:24.5%;overflow:hidden;margin-bottom:7px;}
.foot_right li img{width:100%;display:block;transition:all .5s;}
.foot_right li:hover img{ transform:scale(1.1,1.1);}
.m_lastli{ display:none;}


.mobile_bar{ display:none;}
@media screen and (max-width:768px) {
.main_foot{padding:0 20px;}	
.foot_bg{padding:40px 0 100px;}
.foot_left{width:100%; padding-left:0;}
.foot_left .foot_nav li{margin-bottom:15px; font-size:14px;}
.foot_left  span{font-size:13px;margin:25x 0 20px;}
.foot_left  span a{/*color:var(--main_color);*/}
.foot_left .foot_ico a{width:30px;height:30px;margin-right:10px; }
.foot_left .foot_ico a svg{width:18px;height:18px;}
.foot_left .foot_ico a:nth-child(1) svg{width:16px;height:16px;}

/*手机底部案例*/
.foot_right{width:100%; padding-right:0;}
.foot_right h3{margin:35px 0 20px;}
.foot_right li{width:32%;overflow:hidden;margin-bottom:8px; border-radius:5px;}
.m_lastli{ display:flex; background: #888; color:#fff;  font-weight:bold;}
.m_lastli a{ color:#fff;}


.mobile_bar{ display:flex; position:fixed; left:0; bottom:0; height:60px; width: 100%; padding:0 20px; box-sizing: border-box; background-color: #f8f8f8; z-index:999;border-top: solid 1px #e9e9e9; overflow:hidden;}

.mobile_bar .line_btn{width: 25px;height: 60px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none;}
.mobile_bar .line{position: relative;display: block;width: 25px;height: 2px;margin: 0px auto 0;background:#333;border-radius:3px;}
.mobile_bar .line:before,.mobile_bar .line:after{content: '';width: 100%;height: 2px;left: 0;position: absolute;background:#333;border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.mobile_bar .line:before{transition-property: bottom,transform;bottom: 8px;}
.mobile_bar .line:after{transition-property: top,transform;top: 8px;}
.mobile_bar .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}
.mobile_bar .line_btn.active  .line:after,.mobile_bar .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}
.mobile_bar .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)}
.mobile_bar .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);}

.mobile_bar .dian{height:60px;}
.mobile_bar .dian span{width:7px; height:7px; background:#333; border-radius:100%; display:inline-block;  position:relative;}
.mobile_bar .dian span:before{content: '';width:7px;height:7px;left: -11px;position: absolute;background:#333;border-radius:100%;}
.mobile_bar .dian span:after{content: '';width:7px;height:7px;right:-11px;position: absolute;background:#333;border-radius:100%;}

.mobile_bar .dian.active span {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}
.mobile_bar .dian.active span:after,.mobile_bar .dian.active span: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}
.mobile_bar .dian.active span:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);width:24px;height: 2px;left: 0;position: absolute; border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s; transition-property: bottom,transform;bottom: 2.5px;}
.mobile_bar .dian.active span:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);width:24px; height: 2px;left: 0;position: absolute; border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s; transition-property: top,transform;top: 2.5px;}


.mobile_bar .s{width: 25px; height: 60px;}
.mobile_bar .s svg{ height: 25px;}


.mobile_share{ position:fixed; left:-100%; top:0; right:0; bottom:0; width:100%; background:#f8f8f8; z-index:998; opacity:0; transition:all .5s;}
.mobile_share.active{left:0; opacity:1;}
.mobile_share .tc_code{ position:relative; width:100%; height:80%;}
.mobile_share .f_code a .ico img {max-width: 50px;max-height: 25px;}
.mobile_share .f_code a{ margin:0 10px;}
}

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

/*==========================项目内容页===============================*/

/*标题*/
.show_title{width:970px;margin:.3rem auto .1rem;}
.show_title .date{ font-size:.3rem;color:#ccc; margin-right:10px;}
.show_title h1{font-size:.3rem;color:#000;}
.show_title2 h1{font-size:.3rem;color:#000;text-align:left;line-height:1.4;}
.show_title .line{width:20px;height:2px;background:var(--main_color);margin:.3rem 0 .5rem;}

@media screen and (max-width:960px) {
.show_title .date{ margin-right:10px;}
}


/*主体*/
.page_box{width:970px;margin:0 auto;}

@media screen and (max-width:960px) {
	
.page_box{width:100%;}

}

.page_box .page_con{width:calc(100% - 315px);}
.page_con .show_tag p{margin-bottom:20px; }
.page_con .show_tag i{margin-right:8px;}

.page_con .show_img{margin-top:.4rem;}
.page_con .show_img figure{width:33.33%;padding:0 5px 5px 0;box-sizing:border-box;}
.page_con .show_img figure a{display:block;width:100%;height:0;padding-bottom:100%;overflow:hidden; position:relative;}
.page_con .show_img figure a:after{ content:''; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.2); opacity:0;transition:0.3s all;}
.page_con .show_img img{min-width:100%;height:213px;display:block; position:absolute;left:50%;top:50%; transform:translate(-50%,-50%); }
.page_con .show_img figure:hover a:after{ opacity:1;}

@media screen and (max-width:768px) {
.page_con .show_tag p{margin-bottom:10px;line-height:1.5;font-size:13px;}
.page_con .show_img figure{padding:0 8px 8px 0;}
.page_con .show_img figure a{ border-radius:5px;}
.page_con .show_img img{height:125px;}

}

.page_box .page_side{width:220px;}
.page_box .page_side .title{font-size:.24rem;color:#000; border-top: solid 1px #e4e4e4;padding:25px 0 15px;}
.zx_news li{padding:.2rem 0;border-bottom:1px solid #e8e8e8;}
/*.zx_news li:last-child{border-bottom:0;}*/
.zx_news li .pic{overflow:hidden;}
.zx_news li .pic img{width:100%;display:block; transition:0.3s all;}
.zx_news li:hover .pic img{ transform:scale(1.1, 1.1);}
.zx_news li h2{font-weight:normal;color:#000;margin:.15rem 0 .1rem;font-size:14px;line-height:1.6;}
.zx_news li span{color:#aaa;font-size:13px; }
.zx_news li span i{margin-right:5px; font-size:12px;}
@media screen and (max-width:768px) {
.page_box .page_con{width:100%;}
.page_box .page_side{width:100%; margin-top:30px;}
.show_title{width:100%;margin:.3rem auto 0;}

.page_box .page_side .title{font-size:16px; padding:20px 0 10px;}

}

/*相关项目*/
.xg_project{max-width:1280px;margin:0 auto;border-top: solid 1px #e9e9e9;padding-top:.8rem;margin-top:1.2rem;}
.xg_project .title{font-size:.25rem;color:#000; text-align:center;margin-bottom:.4rem;}
.xg_project li{width:23%;margin-right:2.6%;}
.xg_project li:nth-child(4n){margin-right:0;}
.xg_project li .pic{overflow:hidden; position:relative;}
.xg_project li .pic:after{ content:''; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.2); opacity:0; transition:0.3s all;}
.xg_project li:hover .pic:after{opacity:1;}
.xg_project li .pic img{width:100%;display:block;}
.xg_project li .txt{background-color: #fff;padding:8% 8%;box-sizing:border-box;}
.xg_project li .txt span{color:#d9d9d9;font-size:18px; margin-right:10px;}
.xg_project li .txt h2{font-weight:normal;font-size:.18rem;line-height:1.6; color:#333;}
@media screen and (max-width:768px) {
.xg_project{ padding-top:20px;margin-top:1.2rem;}
.xg_project .title{font-size:16px;}
.xg_project li{width:100%;margin-right:0; margin-bottom:20px;}

.xg_project li .txt{padding:7% 7%;}
.xg_project li .txt span{font-size:16px; margin-right:10px;}
.xg_project li .txt h2{ font-size:16px;}

}


/*========================内容页==============================*/
.page_content{width:86%; margin:auto;background:#fff;padding:1.8rem 0 .8rem}

.article_con{ position:relative; padding-left:2rem; margin:0 0 0;}
.article_con .data_box {position: absolute;top: 10px;left: 0;}
.article_con .data_box .date {padding-top: 10px;width:1.25rem;height:1.25rem;font-size: 18px;line-height: 36px;text-align: center;box-sizing: border-box; color:#fff; background:var(--main_color); }
.article_con .data_box em {display: block;margin-top: 10px;font-size: 48px;line-height: 36px; font-style:normal;}
.article_con .data_box .views_item{text-align: right;margin-top: 8px; font-size: 14px;}
@media screen and (max-width:768px) {
.page_content{width:100%;padding:20px 0 0;}
.article_con{padding-left:0;}
.article_con .data_box { display:none;}

}


/*share*/
.share-main{z-index:10; position:relative;}
.share-main .share{ margin-top:25px;}
.share-main .share a{ height: 46px; width: 46px; border: 1px solid #E7E7E7;margin:10px auto 15px;border-radius: 50%; font-size:18px; color:#666; transition:0.3s ease-out;}
.share-main .share a:hover{border: 1px solid var(--main_color); background:var(--main_color); color:#fff;}
.weixin-share-open{position:absolute; left:100%; top:40%; display: none; background: #f0f0f0;}
.weixin-wrap{ padding: 10px;}
.share-qrcode{}
.share-qrcode img{display: block; width:125px;}
.weixin-close{position: absolute; bottom: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; cursor: pointer;}
.weixin-text{line-height:1.5; font-size: 12px; color: #666; text-align:center; padding-top:10px;}


.title_txt { line-height:1.5;  color:#000; font-weight:bold; border-bottom: 1px solid #e8e8e8;font-size:.3rem; padding-bottom:25px; margin-bottom:25px;}

.art_info{margin-bottom:25px; color:#888; border-bottom: solid 1px #e8e8e8; position:relative;}
.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;}


/*正文*/
#art_box { text-align:left;  line-height:1.8; font-size:16px; overflow:hidden; width:100%;}
#art_box p {margin-bottom:15px; }
#art_box img{ max-width:100%;}
#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%;}

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

/*上一篇下一篇*/
.show_arr_left,.show_arr_right{ position:fixed; z-index:188; top:45%;}
.show_arr_left{ left:0;}
.show_arr_right{ right:0;}
.show_arr_left .arr,
.show_arr_right .arr{width:.7rem; height:.7rem; transition:0.3s all;}
.show_arr_left .arr img,
.show_arr_right .arr img{ height:20px;}
.show_arr_left:hover .arr{ transform:translateX(-.7rem);}
.show_arr_right:hover .arr{ transform:translateX(.7rem);}
.show_arr_left a,
.show_arr_right a{ padding:0 0 0 15px; font-size:15px; line-height:1.5; width:260px; position:absolute; top:50%; transform:translateY(-50%); color:#333; transition:0.3s all; }
.show_arr_left a span,
.show_arr_right a span{ color:#999; margin-right:10px; }
.show_arr_left a{left:-300px; }
.show_arr_right a{right:-300px; text-align:right;}
.show_arr_left:hover a{left:0;}
.show_arr_right:hover a{right:0;}



@media screen and (max-width:768px) {
.show_arr_left,.show_arr_right{ display:none;}
}




/*分页*/
.search-pagination{text-align:center; margin:.2rem 0 0 0;padding-bottom:.5rem;}
.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{text-align:center; margin:10px 0 30px 0;padding-bottom:0;}
.pagination li a{margin-bottom:15px;font-size: 13px;min-width: 40px;height: 40px;line-height: 40px; box-sizing: border-box; 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);
    }
}





/*表单*/
.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,.5);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:Microsoft Yahei,PingFang SC;}
.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:95%; height:auto; padding:25px 25px; position:relative;}
.buy_form .close{top:25px; right:25px;}
.buy_form .info{ line-height:1.8; font-size:13px; border-bottom:0; height:auto;}
.buy_form li{ margin-bottom:10px; width:100%;}
.buy_form input{padding:12px 10px;border-radius: 5px; font-size:14px;}
.buy_form textarea{height:90px; border-radius: 5px; font-size:14px;}
.buy_form .submit{font-size:16px; height:40px; line-height:40px;}
}

/*右侧浮动*/
.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: #fdefe7}
.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: 10px 0 5px}
.side-screen-box.qrcode .gzh-qrcode {width: 108px;display: block;margin:auto}
@media screen and (max-width:768px) {
.online_q{ display:none;}	
}

/*更多*/
.lookmore{ text-align:center;padding-bottom:.8rem;}
.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;}


/*搜索页面*/
.search_box{  /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/ box-sizing:border-box; margin:.6rem auto; max-width:900px; box-sizing:border-box;}

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

.search_tit{ height:50px; line-height:50px; border-bottom: 1px solid #e8e8e8; 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{ margin-top:.35rem;}
.serch_list li{}
.serch_list li .pic{width:20%;}
.serch_list li .pic img{width:100%; display:block;}
.serch_list li .txt{width:77%;}
.serch_list li .txt h2{ font-size:16px; color:#333;}
.serch_list li .txt span{ margin:.2rem 0; display:block; color:#ccc;}
.serch_list li .txt p{ color:#666; line-height:2; text-align:justify;}


@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;}

}

/*404*/
.page_msg {padding: 50px; max-width:8rem; margin:.5rem auto;}
.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;}

}

















