@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#ff5b3f;        /*主色 */
	--main_color_rgb:2,58,145 ;  /*rgba*/
    --second_color:#CE3F3C;      /* 副色 */ 
	--hui_color:#BED630;    
}

body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family: "Microsoft YaHei","微软雅黑"; overflow-x:hidden;background:#fff;}
a{text-decoration:none; color:#333;}
a:hover{color:#ff5b3f;}

ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}

.top_blank{width: 100%; min-width:1200px; height:1rem; transition:0.5s all; z-index:0; }
.bottom_blank{width: 100%; min-width:1200px; height:1rem;}


/*滚动条美化*/
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;
}

/*图片放大*/
.picShow img:hover,.picShow a:hover img{transition:all 500ms ease-out 0s; 
  -webkit-transform:scale(1.1);
  moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
opacity:1;}
.picShow img{transition:all 500ms ease-out 0s; }

/*.main{ padding-left:1.5rem; padding-right:1.5rem; min-width: 1200px;}
@media only screen and (max-width: 1440px){
	.main{ padding-left:1rem; padding-right:1rem;}
}*/

.main{width: 88%; margin: auto; max-width: 1440px; min-width: 1200px;}

.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;}

.col_2  li{width: 48%;}
.col_3  li{width: 32%; margin-right:2%;}
.col_4  li{width: 23.8%; margin-right:1.6%;}
.col_5  li{width: 18.5%; margin-right:1.8%;}
.col_3  li:nth-child(3n),
.col_4  li:nth-child(4n),
.col_5  li:nth-child(5n){ margin-right:0;}

/*头部*/
.body_side{z-index: 1000;width:220px; height:100vh; background:#121519; position:fixed; left:-300px; top:0;}

/*logo*/
.body_side .logo{ text-align:center; padding-top:25px;}
.body_side .logo img{width:100px; transition:0.5s all; /*filter: grayscale(100%) brightness(500%);*/}




/*头部*/
.header{height: 1rem; z-index: 100;width: 100%; min-width:1200px; position:fixed; transition:0.5s all;background:url(../images/header_bg.png) repeat-x center bottom;}
/*.header:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.25); transition:2s}
.header.on:before{ width:100%}*/
.header .logo{height: 1rem; position:absolute; left:3%; display:flex;  align-items:center; transition:0.5s all;}
.header .logo img{height:44px; display:block;  transition:0.5s all;}

/*邮箱*/
.header .mail{height:1rem; font-size:19px; display:flex; justify-content:center;align-items:center; transition:0.5s all; position:relative; padding-right:15px; margin-right:15px;}
.header .mail a{color:rgba(255,255,255,0.8);}
.header .mail:after{ content: "|";color:rgba(255,255,255,0.45);font-size: 14px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);transition: 0.5s all;}

/*电话*/
.header .lag{height:1rem; font-size:.22rem; color:#fff; display:flex; margin-right:3%; justify-content:center;align-items:center; transition:0.5s all; position:relative; font-weight:normal;}
.header .lag i{font-size:.12rem; margin-right:15px;width: 25px;
  height: 25px;
  border: 2px solid #fff;
  display: block;
  border-radius: 50%;
  color: #fff;
  line-height: 25px;
  text-align: center;}


/*下拉菜单*/
.navBox {  height:1rem;float:right; margin-right:.4rem; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 .25rem; 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:.16rem;color:#fff; transition:0.5s all;}
.navBox .nav li>a:hover .txt{color:#ff5b3f;}
.header_scroll .navBox .nav li>a .txt {color:#fff;}
.header_scroll .navBox .nav li>a:hover .txt {color:#FFF;}
.navBox .nav li.curr a .txt{color:#ff5b3f;}
.header_scroll .navBox .nav .curr{color:#FFF!important; background:#000;}
.header_scroll .navBox .nav .curr a .txt{color:#FFF!important; }

.subNavbox{white-space: nowrap; min-width:100%; position:absolute; top:100%;left:50%;background:rgba(255,255,255,.99); -webkit-transform:translate(-50%,10px);-ms-transform:translate(-50%,20px);transform:translate(-50%,20px); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 40px rgba(0,0,0,.25);}
.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:15px;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: #ff5b3f;-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:#ff5b3f}
.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_scroll {background:rgba(255,91,63,1); height:.8rem; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header_scroll.on:before{width:0px;transition: 0.01s all;}
.header_scroll .logo,.header_scroll .navBox,.header_scroll .mail,.header_scroll .lag,.header_scroll .top_blank{height:.8rem;}
.header_scroll .logo img{ height:38px;}
.header_scroll .subNavbox{top:100%;}



.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}
.pagination>li {
  display: inline
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 3;
  color: #ff5b3f;
  background-color: #eee;
  border-color: #ddd
}

.pagelist{padding:20px 0; text-align: center;}

/*侧面底部*/
.side_footer{ font-size:12px;color:rgba(255,255,255,0.3); text-align:center; line-height:24px; position:absolute; left:0; bottom:.2rem; width:100%;}
.side_footer p img{ width:33%;}
.side_footer p a{color:rgba(255,255,255,0.3);}


/*======================轮播图======================*/
/*焦点图*/
	#banner {width:100%; z-index:0; background:#fff; overflow:hidden; min-width:1200px;}
	
	#banner li .pic{width:100%;height: 100vh;background-size: cover !important;z-index:8;}  
	
@-webkit-keyframes bgscale {
from { -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
@keyframes bgscale {
from { -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}

	#banner .txt{position:absolute;z-index: 9;left:0;top:0; right:0; bottom:0; text-shadow:rgba(0,0,0,0.5) 1px 1px 2px; opacity: 0; transform:translateY(-100px); transition: .8s; -webkit-transition: .8s; -moz-transition: .8s; -ms-transition: .8s; -o-transition: .8s; -webkit-transform:translateY(-100px); -moz-transform:translateY(-100px); -ms-transform:translateY(-100px); -o-transform:translateY(-100px);}
	#banner li.swiper-slide-active .txt{ opacity: 1; animation:enter 1.3s ease forwards; -webkit-animation:enter 1.3s ease forwards; }
@-webkit-keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}

@keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
	
	#banner .txt h3{font-size:.6rem; color:#fff;  margin-bottom:.25rem; margin-top:50px; letter-spacing:1px;/* text-shadow:rgba(255,255,255,0.96) 1px 1px 0px;*/}
	#banner .txt h5{font-size:.3rem; color:rgba(255,255,255,0.8); font-weight:lighter; letter-spacing:6px;}
	
/*按钮切换*/	
	.swiper-ctrl {position: absolute;right: 3%;bottom: 5%;width: 200px;z-index: 11;}
	.swiper-ctrl .relative{position: relative;}

	#banner .swiper-pagination {position: absolute;left: auto;right:0;top:50%;bottom: auto;margin-top: -11px;color: #fff;font-size: 16px; font-family:'roboto_l',Arial, Helvetica;}
	#banner .swiper-pagination span {color: #fff;font-size: 16px;opacity: .5;}
	#banner .swiper-pagination .swiper-pagination-current  {color: #fff;opacity: 1;}
	#banner .swiper-button-next,#banner .swiper-button-prev {position: absolute;left: auto;right:auto;width: 45px;text-transform: uppercase;color: #fff;font-size: 13px;line-height: 44px;opacity: .5;}
	#banner .swiper-button-next:hover,#banner .swiper-button-prev:hover {opacity: 1;}
	#banner .swiper-button-next {background: url('../images/ban_next.png') right center no-repeat;right: 0;}
	#banner .swiper-button-prev {background: url('../images/ban_prev.png') left center no-repeat;left: 0;text-align: right;}

/*鼠标*/	
	#banner .mouse{position:absolute; width:25px; left:50%;margin-left:-12.5px; bottom:25px; cursor:pointer;z-index: 10000;background:url(../images/shubiao.png) top center no-repeat; height:60px; text-align:center}
	#banner .mouse span{-webkit-animation: arrowMove 2s infinite; animation: arrowMove 2s infinite; display:inline-block;width: 8px;height:20px; position: absolute; margin-left:-4px;left:50%; bottom:0;} 
	@-webkit-keyframes arrowMove {
	  to {
		-webkit-transform: translateY(.15rem);
		transform: translateY(.15rem);
		opacity: 0;
		}
	}
	@keyframes arrowMove {
	  to {
		-webkit-transform: translateY(.15rem);
		transform: translateY(.15rem);
		opacity: 0;
		}
	}
#box1 {position: relative;top: -.6rem;}	
#banner .swiper-slide:after {
    content: "";
    background: url(../images/banenr_line.png) repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: .25;
    z-index: 3;
}
	
#particles-js{position: absolute;width: 100%; height:100%; left:0; right:0; top:0; bottom:0; z-index:999; }
#particles-js {opacity: 0.6;}
.particles{pointer-events: none;}
.mouseEvents{ pointer-events: all;} 


/*页面标题*/
.main_tit{text-align:center; padding:.6rem 0 .4rem;width:100%; min-width:1200px;}
.main_tit h3{ font-size:.4rem; color:#000; font-weight:normal;}
.main_tit .line {display: block;width: 20px;height: 4px;background:#ff5b3f;border-radius: 10px;margin: 15px auto auto auto;}
.main_tit p{font-size:16px; color:#666; margin-top:15px;}


/*页面标题2*/
.main_tit2{ padding:60px 0 40px; position:relative;}
.main_tit2 h3{ font-size:.4rem; color:#000; font-weight:normal; margin-bottom:10px;}
.main_tit2 h5{ font-size:.16rem; color:#555;text-transform:uppercase; font-weight:normal; line-height:2em;}

.com_more{text-align:center;}
.com_more a{width:1.6rem; height:40px; line-height:40px; border-radius:40px; text-align:center; font-size:15px; color:#333; border:solid 1px #ccc; display:inline-block;}
.com_more a.color{ background:#ff5b3f; color:#fff; border:solid 1px #ff5b3f;}

/*================关于我们=====================*/
.index_about{position:relative; min-width:1200px;}
.index_about .txt{ width:50%; padding:0 0.8rem 0 1.2rem; box-sizing:border-box;  display:flex; justify-content:center;flex-direction:column;}
@media only screen and (max-width: 1440px){
	.index_about{background:none;}
	.index_about .txt{padding-left:1rem;}
}
.index_about .txt h5{font-size:.16rem; letter-spacing:2px; font-weight:normal; margin-bottom:.11rem; padding-left:5px;}
.index_about .txt h3{font-size:.4rem; font-weight:normal; margin-bottom:.4rem;}
.index_about .txt p{font-size:.16rem; line-height:2em;  text-indent: 40px;}

a.p_more {font-size: .16rem;display: block; border:1px solid #EEE; padding: 0.12rem; text-align: center; text-transform: uppercase;color: #555;width: 1.2rem;position: relative;letter-spacing: .01rem; transition:0.5s all; margin-top:.5rem;}
a.p_more i{font-size: .12rem; margin-left: 5px;}
a.p_more:hover {color: #ff5b3f; border:1px solid #ff5b3f;}
a.p_more:hover i{transform: translateX(8px);}

.section02{ background:#f2f4f8; padding:1px 0 .8rem 0;}
.section02 .left{width:400px;}
.section02 .right{width:calc(100% - 401px); background:#fff;}

.section02{ background:#f2f4f8; padding:1px 0 .8rem 0;}
.section02 .left{width:400px;}
.section02 .right{width:calc(100% - 401px); background:#fff;}

.yewu .left li{ height:180px; margin-bottom:1px; background:#fff; transition:0.3s all; display:flex; flex-direction:column; justify-content:center; padding-left:.4rem;}
.yewu .left li:last-child{margin-bottom:0px;}
.yewu .left li .ico{ margin-bottom:5px;}
.yewu .left li .txt h2{ font-size:23px; margin-bottom:10px;}
.yewu .left li .txt p{ font-size:16px; color:#999;}
.yewu .left li.active{ background:#55504e;}
.yewu .left li.active img{filter: grayscale(100%) brightness(200%);}
.yewu .left li.active h2{color:#fff;}
.yewu .left li.active p{color:rgba(255,255,255,0.5);}

.yewu .right ul{display:none;}
.yewu .right ul.active{display:flex;}
.yewu .right .txt{width:47%; box-sizing:border-box; padding:70px 0 0 50px;}
.yewu .right .txt h5{ font-family:din;  color:#ff5b3f; text-transform:uppercase; font-size:25px;margin-bottom:50px;}
.yewu .right .txt h2{font-size:25px; margin-bottom:25px;}
.yewu .right .txt p{line-height:2; text-align:justify; color:#666;}
.yewu .right .pic{width:45%; height:542px;}
.yewu .right .pic img{width:100%;height:100%; object-fit: cover; display:block;}

.index_about .pic{width:48%; position:relative; margin:.8rem 0 0.8rem 0;}
.index_about .pic img{width:100%; display:block;}
.index_about .pic .play{width:268px; height:145px; position:absolute; left:-125px; bottom:50px; transition:.5s all; background:#ff5b3f;display:flex; justify-content:center;flex-direction:column; padding-left:25px; box-sizing:border-box; }
.index_about .pic .play:hover{ transform: translate3d(0, -10px, 0);-webkit-transform: translate3d(0, -10px, 0);}
.index_about .pic .play{ font-size:.25rem; color:#fff;}
.index_about .pic .play span{display:block; font-size:16px; color:#fff; margin-top:8px;}
.index_about .pic .play span i{ font-size:20px; vertical-align:middle;}
.index_about .map_bg{ position:absolute; top:0; left:1rem;}


/*数字*/
.shuzi{ z-index:1; margin-top:.3rem; width:90%;}
.shuzi li{color:#ff5b3f;  position:relative;/* border-left: 1px solid #ddd; padding-left:25px;*/ width:33.3%; box-sizing:border-box;}
/*.shuzi li:before {content: '';position: absolute;left: -1px;top: 0;width: 1px;height: 30%;background: #ff5b3f;z-index: 1;}*/
.shuzi li i{font-size:.46rem; font-style:normal; margin-right:5px; font-family:din;}
.shuzi li span{font-size:16px; color:#666; top:-3px; display:inline-block; position:relative;}
.shuzi li p{ color:#555; font-size:14px; padding:3px 0 5px 0;}



/*================产品中心=====================*/
.index_pro_bg{ background:#f4f5f7; padding:1px 1.2rem .6rem 1.2rem; min-width:1200px;}
@media only screen and (max-width: 1440px){
	.index_pro_bg{padding:1px .8rem .6rem .8rem;}
}

.pro_cate_list{ overflow:hidden;  box-sizing:border-box;}
.pro_cate_list li{ background:#888; padding-left:.25rem; width:18.4%; margin-right:2%;  margin-bottom:25px; box-sizing:border-box; transition:.5s all;}
.pro_cate_list li:nth-child(5n){margin-right:0;}
.pro_cate_list li:hover{ background:#555;}
.pro_cate_list li .tit{ padding:30px 0 15px 0; font-size:16px; text-align:center; color:#fff; transition:.5s all;}
.pro_cate_list li .pic{overflow:hidden;}
.pro_cate_list li .pic img{ width:100%; display:block; opacity:1; transition:0.5s all; }
.pro_cate_list li .more{ margin:20px 0 20px 0; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px; height:20px; display: inline-block;letter-spacing: 1px;text-transform: uppercase;position: relative;transition:.5s all;}
.pro_cate_list li .more:after {transition: all .5s ease-out;content: "";display: block;position: absolute;right: 0;bottom: 0;width: 0;height: 1px;background:rgba(255,255,255,0.6);}
.pro_cate_list li:hover .more:after {left:0;width:100%;}
.pro_cate_list li:hover .tit,.pro_cate_list li:hover .more{color:#fff;}


.pro_cate_list li.bg1{background:#736357;}
.pro_cate_list li.bg2{background:#6e1d27;}
.pro_cate_list li.bg3{background:#234261;}
.pro_cate_list li.bg4{background:#29575d;}
.pro_cate_list li.bg5{background:#302f34;}
.pro_cate_list li.bg6{background:#9d3e4c;}
.pro_cate_list li.bg7{background:#b7756a;}
.pro_cate_list li.bg8{background:#b3a98b;}
.pro_cate_list li.bg9{background:#8B1A1A;}

/*首页新闻*/


.new_list{}
.new_list li{margin-bottom:25px; transition:0.5s; background:#f2f4f8; /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/}
.new_list li:hover{box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); background:#FF5F2A; transform: translate3d(0, -15px, 0);-webkit-transform: translate3d(0, -15px, 0);}
.new_list .pic{overflow:hidden; position:relative;}
.new_list .pic img{width:100%; display:block; transition:0.5s;}

.new_list li .txt{padding:20px 20px;}
.new_list li .txt h5{ font-size:17px; font-weight:normal; line-height:1.8;transition:0.5s;}
.new_list li .txt p{color:#888;line-height:1.8; transition:0.5s;}
.new_list li .txt span{display:block;font-size:13px;color:#999;padding:20px 0px 20px 0px ; font-family:din;transition:0.5s;}
.new_list li:hover .pic img{transform:scale(1.1);}
.new_list li:hover h5,.new_list li:hover p,.new_list li:hover span{color:#fff;}

/*新闻内容页*/
.newtext{background:#fff;}
.newtext_content{max-width:1200px; margin:0 auto; padding:40px 20px;}
.newtext_title{font-size:28px; font-weight:normal; color:#333; line-height:1.5; margin-bottom:20px; text-align: center; padding-bottom:20px; border-bottom:1px solid #f0f0f0;}
.newtext_meta{display:flex; align-items:center; justify-content: center; margin-bottom:30px; padding-bottom:20px; }
.newtext_meta span{font-size:14px; color:#999; margin-right:30px; display:flex; align-items:center;}
.newtext_meta span i{color:#ff5b3f;}
.newtext_body{font-size:16px; color:#666; line-height:2; margin-bottom:50px;}
.newtext_body p{margin-bottom:20px; text-align:justify;}
.newtext_body h3{font-size:22px; color:#333; margin:30px 0 20px 0; font-weight:normal;}
.newtext_body ul{margin:20px 0; padding-left:30px;}
.newtext_body ul li{margin-bottom:15px; line-height:1.8;}
.newtext_body strong{color:#333; font-weight:normal;}
.newtext_nav{display:flex; justify-content:space-between; margin-top:50px; padding-top:30px; border-top:1px solid #f0f0f0;}
.newtext_prev,.newtext_next{display:flex; align-items:center; font-size:16px; color:#666; transition:0.3s all; padding:10px 20px; border:1px solid #e0e0e0; border-radius:5px;}
.newtext_prev:hover,.newtext_next:hover{color:#ff5b3f; border-color:#ff5b3f; background:#fff5f2;}
.newtext_prev i{margin-right:10px;}
.newtext_next i{margin-left:10px;}

.red_btn1{text-align:center;}
.red_btn1 a{ color:#ff5b3f; width:160px; line-height:44px; border:solid 1px #ff5b3f; font-size:16px; display:inline-block; border-radius:50px; transition:0.5s all;}
.red_btn1 a:hover{ background:#ff5b3f; color:#fff;}



/*首页新闻*/
.index_news{ padding:0 0 0 1.2rem; min-width:1200px;}
@media only screen and (max-width: 1440px){
	.index_news{padding-left:1rem;}
}
.index_news .tit{width:20%; margin-top:0.8rem;}
.index_news .tit h3{ font-size:.4rem; font-weight:normal; color:#000; margin-bottom:.15rem;}
.index_news .tit h5{ font-size:16px; color:#555;font-weight:normal;  }
.index_news .tit ul{margin:.8rem 0 2rem 0;}
.index_news .tit li{line-height:.4rem; font-size:.18rem;}
.index_news .tit li.active a{color:#ff5b3f;}


.index_news .con{width:80%; display:none;}
.index_news .con.active{display:block;}
.index_news .con {opacity: 0;animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;}

.index_news .con ul{display:flex; }
.index_news .con li{flex:1; padding:.8rem .5rem .8rem .4rem; border-left:solid 1px #e8e8e8;}
.index_news .con li h3{ font-size:.2rem; line-height:1.6em;  height:.7rem;}
.index_news .con li h3 a{ transition:0.3s all;}
.index_news .con li h6{ font-size:.13rem; margin:0.16rem 0 0.25rem 0; font-weight:normal; color:#999;}
.index_news .con li p{font-size:.16rem; line-height:1.6em;  height:.5rem; color:#666;}
.index_news .con li .pic{ margin-top:.6rem; overflow:hidden;}
.index_news .con li .pic img{width:100%;}


@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}  


/*==========荣誉介绍===============*/
.rongyu{padding:1px 1.2rem 0 1.2rem; min-width:1200px; margin-top:.8rem;}
@media only screen and (max-width: 1440px){
	.rongyu{padding:1px 1rem 0 1rem;}
}
.rongyu li{ margin-bottom:.8rem;}
.rongyu .txt{ width:42%; display:flex; justify-content:center;flex-direction:column;}
.rongyu .txt h3{font-size:.36rem; color:#000; margin-bottom:.2rem;}
.rongyu .txt .desc{font-size:.16rem; line-height:2; margin-bottom:25px; text-align:justify; color: #666;}
.rongyu .txt .tit{font-size:20px; line-height:1.8; margin-bottom:.05rem; position:relative; color: #ff5b3f; font-weight: bold; }
.rongyu .txt .tit i{color:#ff5b3f; padding-right: 10px;}

.rongyu .pic{ width:45%;}
.rongyu .pic img{ width:100%; display:block; border-radius: 50px 0 50px 0;}

/*焦点图*/
#focus {width:100%;}
#focus .swiper-slide{overflow:hidden;}
#focus .swiper-slide img{width:100%;height:100%; object-fit: cover;  display:block;}
/*分页器*/
#focus .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.56); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
#focus .swiper-pagination-bullet-active{background:rgba(255,255,255,0.99);color: #fff;width: 33px;border-radius: 30px;opacity: 1.0;}
#focus .swiper-pagination{bottom:20px;}


/* 合作品牌 */
.hezuo{position: relative;width: 100%; padding:1px 0 50px 0; min-width:1200px;}
.bg-video{position: absolute;left:0;top:0;width: 100%;height: 100%;z-index: 1;}
.hezuo .bg{position:absolute; left:0;top:0;width: 100%;height: 100%;z-index: 2; background:rgba(0,0,0,0.3);}
.hezuo .hezuo_box{position:relative;z-index: 3;}
.hezuo ul {}
.hezuo ul li{width:14%; margin-right:3.2%; margin-bottom:20px;  overflow:hidden; transition:0.3s all;/* background:rgba(255,255,255,0.8);*/}
.hezuo ul li:nth-child(6n){margin-right:0;}
.hezuo ul li img{display:inline-block;  max-width:100%; max-height:100%; border-radius:5px; opacity:0.8;}
.hezuo ul li:hover{ transform: translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}
.hezuo ul li:hover img{opacity:1;}



/*==========首页表单===============*/
.bd_box{width:1000px; margin:auto;}
.biaodan input[type=text]{width:215px; line-height:55px;border-radius: 3px;border:1px solid #ddd; background:#fff; padding-left:10px;font-size: 15px;  box-sizing:border-box; outline:none;}
.biaodan input:focus{border:1px solid #999;}
.biaodan textarea:focus{border:1px solid #999;}
.biaodan textarea{width: 100%;height:125px;font-size: 15px;border-radius: 3px;border:1px solid #ddd; background:#fff;padding: 2%;padding-top:10px; box-sizing:border-box;}
.biaodan select{width: 100%; height:34px; box-sizing:border-box; background:#f2f2f2; line-height: 34px;border-radius: 3px;border:1px solid #ddd;font-size: 14px;padding-left: 2%;}

.biaodan .form-group{}
.biaodan .form-group input{border:solid 1px #ddd; line-height:46px; color:#666; padding:0 10px; width:160px; margin-right:5px; box-sizing:border-box; outline:none;}

.biaodan .message_input{text-align:center;}
.biaodan .submit{width:130px; line-height:55px; background:#ff5b3f; color:#fff; border:none; font-size:16px; border-radius:3px; cursor:pointer; outline:none; transition:all 0.3s; }
.biaodan .submit:hover{background:#f30;}




/*================图片列表=====================*/
.pic_list{}
.pic_list  li{position:relative; overflow:hidden;margin-bottom:15px;}
.pic_list  li .pic{  background:#000; overflow:hidden; position:relative; border-radius:3px;}
.pic_list  li img{width:100%; display:block; transition:0.3s all; opacity:0.98;}
.pic_list  li:hover img{transform:scale(1.08);}
.pic_list  li .txt{ text-align:center; line-height:.46rem; transition:0.4s all;  font-size:15px; transition:0.6s all;}
.pic_list  li:hover .txt{color:#fff; transform:scale(0.5); opacity:0;}

/*-查看详情-*/
.up-graybox{width: 100%;height: 100%; position: absolute;left: 0; top: 0; background:#000; opacity: 0; filter: alpha(opacity=0); transition: all 0.5s ease 0s;}
.up-graybox:hover{background:#000; opacity: 0.6; filter: alpha(opacity=60); transition: all 0.5s ease 0s;}
.up-graybox .stitle {font-size: 14px;line-height: 30px; width: 100%; text-align: center; position: absolute; left: 0; top: 50%; margin-top: -15px;color: #fff;}
.up-graybox .line {display: inline-block; width: 100px;height: 1px;background-color: #f2f2f2; position: absolute; left: 50%;margin-left: -50px; transition: all 0.6s ease 0s;}
.up-graybox .linet { top: 0;}
.up-graybox .lineb { bottom: 0;}
.up-graybox:hover .line { width: 6px; margin-left: -3px; opacity: 0.8;filter: alpha(opacity=60);}


/*================图文列表=====================*/
.pic_art_list{}
.pic_art_list li{ margin-bottom:25px; }
.pic_art_list li:last-child{ margin-bottom:5px; }
.pic_art_list li .pic{width:40%; overflow:hidden; border-radius:3px;}
.pic_art_list li .pic img{width:100%;height:100%; object-fit: cover;  display:block;}
.pic_art_list li .txt {width:54%; position:relative;}
.pic_art_list li .txt .time {color:#999; font-size:13px; position:absolute; left:0; bottom:0;}
.pic_art_list li .txt h3{ font-size:15px; line-height:1.8; font-weight:normal; }

/*文章列表*/
.art_list{}
.art_list li{ padding-bottom:20px; margin-bottom:20px; border-bottom:solid 1px #e8e8e8;}
.art_list li .art_l{width:27%; position:relative; overflow:hidden;}
.art_list li .art_l img{width:100%; display:block; border-radius:5px;}

.art_list li .art_r{ width:70%; position:relative; }
.art_list li.nopic .art_r{ width:100%; }

.art_list li .title{font-size: 20px;line-height:1.8; margin:0px 0 10px 0; display:inline-block; font-weight:bold; }
.art_list li .ms{ color:#999; line-height:2;}

.art_list li .art_footer{ position:absolute; left:0; bottom:5px; right:0;}
.art_list li.nopic .art_footer{ position:static; margin-top:10px;}
.art_list li .art_footer a,.art_list li .art_footer p{ font-size:14px; color:#888; display:inline-block;}
.art_list li .left_tool p{ margin-right:20px; padding-left:20px;}
.art_list li .left_tool p.p1{ background:url(../images/detail_img00.png) no-repeat left center;}
.art_list li .left_tool p.p2{ background:url(../images/detail_img02.png) no-repeat left center;}
.art_list li .left_tool p.p3{ background:url(../images/detail_img03.png) no-repeat left center;}



/* 底部 */
.foot_bg{ width:100%; min-width:1200px; background: #1f1f1f; background-size:contain; padding:50px 0 50px 0;}
.fot_line{border-right:rgba(255,255,255,0.05) 1px solid; min-height: 180px; box-sizing:border-box;}

.footer_nav{width:calc(100% - 5rem);float:left;}
.footer_nav .db_dh li{font-size:14px; line-height:36px;}
.footer_nav .db_dh li a{color:rgba(255,255,255,0.66); transition:0.3s all;}
.footer_nav .db_dh  .dh_first{height:40px; margin-bottom:15px; position:relative; border-bottom:solid 1px rgba(255,255,255,0.2);}
.footer_nav .db_dh  .dh_first:after {width: 25%;height: 2px; transition:0.5s ease all; position: absolute;left: 0;bottom: -1px;content: '';background:#ff5b3f;}
.footer_nav .db_dh:hover .dh_first:after {width:60%;}
.footer_nav .db_dh  .dh_first a{font-size:16px;color:#fff;}
.footer_nav .db_dh li a:hover{color:#ff5b3f;}
.footer_nav .db_dh li img{width: 150px; object-fit: cover;}

.b_contact{width:4.6rem;box-sizing:border-box; margin-top:8px; padding-right:1rem;}
.b_contact .foot_tel {font-size:30px;font-family: din;  margin-top:25px; color:rgba(255,255,255,0.66);}
.b_contact .f_info{margin-top:35px;}
.b_contact .f_info .item{margin-bottom:20px; font-size: 16px;}
.b_contact .f_info .ico{width: 34px;padding-right: 8px;display: flex;align-items: center;height: 24px; box-sizing:border-box;}
.b_contact .f_info .ico i{color:#666;}
.b_contact .f_info .txt{width: calc(100% - 34px); color: #fff;opacity: 0.5;line-height: 24px;}
.b_contact .f_info .txt p a{position: relative; color: #fff;}
.b_contact .f_info .txt p a::after{content: "";position: absolute;width: 100%;height: 1px;background:rgba(255,255,255,0.46);left: 0;bottom: -2px;}

.b_contact .f_logo img{width:70%; height: auto;}

/* -- */
.f_code{ font-size: 0;margin-top: 35px;}
.f_code a{width: 30px;height: 30px;margin-left:10px;position: relative;border-radius: 5px;display: flex;align-items: center;justify-content: center;background: rgba(255, 255, 255, 0.4);transition: all .5s ease;}
.f_code a i{font-size:18px; color:#333;transition: all .5s ease;}
.f_code a:first-child{margin-left: 0;}
.f_code_img{display: none;width: 136px;height: 136px;padding: 5px;position: absolute;bottom: 42px;left: 50%;margin-left: -68px;background: #fff;border-radius: 5px; box-sizing:border-box;}
.f_code_img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.f_code_img img{width: 100%;height: 100%;object-fit: cover;}
.f_code a:hover .f_code_img{display: block;animation: f_code .6s ease-in-out both;}
.f_code a:hover{background:#ff5b3f;}
.f_code a:hover i{ color:#fff;}
@keyframes f_code{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
/* -- */


.copyright{ width:100%; min-width:1200px; margin:0px auto; padding:18px 0;  background:#000; color:rgba(255,255,255,0.46); text-transform:uppercase; font-size:12px;}
.copyright a{color:rgba(255,255,255,0.36);}
.copyright span,.copyright a{color:rgba(255,255,255,0.46); margin:0 5px;}
.copyright span{ float:right; color:rgba(255,255,255,0.46); font-size:12px;}


/*二级页面 banner*/
.page_ban{ width:100%; max-width:1920px; position:relative;min-width:1200px; overflow:hidden; background:#000; }
.page_ban .pic img{width:100%; display:block;}
.page_ban .pic {animation: o-scale 20s linear infinite;}

.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0; display: flex; z-index:9; flex-direction:column; align-items:center;}
.page_ban .txt h2 { font-size:.35rem; font-weight:normal; color:#fff; opacity:0.7; text-transform:uppercase; font-family:BarlowCondensed-Regular; margin-bottom:5px;}
.page_ban .txt h5 { font-size:.4rem; font-weight:normal; color:#fff; letter-spacing:2px;}

.page_ban:before {
    content: "";
    background: rgba(0,0,0,.15) 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/banenr_line.png) repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.3;
    z-index: 3;
}*/
.page_ban:after {
    content: "";
    background: url(../images/bg.png) repeat-x left bottom;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.8;
    z-index: 3;
}


/*位置*/
.sub_weizhi{ line-height:60px; height:60px; background:#f2f2f2; border-bottom: #e8e8e8 0px solid; min-width:1200px; margin:auto; overflow:hidden; position:relative; z-index:9;}
.weizhi{ color:#666; font-size:12px;}
.weizhi a{ color:#666; }
.weizhi a:last-child{ color: #ff5b3f;}
.weizhi a:hover{ color: #ff5b3f;}
.weizhi i{padding-right:10px;}

/*企业搬迁*/
.yunshu{margin-top:80px;margin-bottom:20px;padding-bottom:20px;}
.yunshu .left{width:60%;}
.yunshu .right{overflow:hidden;}
.yunshu .right img{width:100%; border-radius: 35px 0 35px 0;}
.yunshu .n_tt{ text-align: left;margin-bottom:50px;}
.yunshu .n_tt h3{ text-align: left;font-weight: normal;font-size:.36rem;color: #35383a;margin-bottom: 6px;}
.yunshu .n_tt span{font-size: 14px;color: #b6b6b6;font-family: Roboto;text-transform: uppercase;}
.yunshu .n_tt i {display: block;width: 25px;height: 3px;background: #FF5F2A;margin-top: 20px; border-radius:10px;}
.yunshu .left .con{ font-size: 16px; color: #5b5b5b;line-height:30px;}

.ziyuan{padding:30px 0 50px 0;}
.n_title{text-align:center;margin-bottom:30px;}
.n_title h3{ font-weight: normal;font-size: .36rem;color: #35383a;margin-bottom: 6px;}
.n_title span{font-size: 14px;color: #b6b6b6;font-family: Roboto;text-transform: uppercase;}
.n_title i {display: block;width: 25px;height: 3px;background: #FF5F2A;margin:20px auto; border-radius:10px;}
.n_title p {font-size: 15px;color:#666;text-align: center;line-height:34px;}

.ziyuan .top{}
.ziyuan .top li{background:rgba(204,51,153,1);}
.ziyuan .top li:nth-of-type(1){width:64.3%;background:url(../images/team.jpg) no-repeat center;padding:20px 0 50px 0;}
.ziyuan .top li .ico{margin:20px 0 10px 30px;}
.ziyuan .top li .ico img{display:block;}
.ziyuan .top li .ico i{font-size:48px; color:#fff; display:block;}
.ziyuan .top li .txt{margin-left:30px;}
.ziyuan .top li .txt h3{color:#fff;font-size:20px;font-weight:normal;line-height:36px;}
.ziyuan .top li .txt span{display:inline-block;color:#fff;font-size:14px;padding-bottom:20px;}
.ziyuan .top li .txt p{font-size:15px;color:#fff;line-height:32px;padding-right:30px;}
.ziyuan .top li:nth-of-type(2){width:35%;background:#fff;}
.ziyuan .top li:nth-of-type(2) .ico i{color:#ff5b3f;}

.ziyuan .bottom li{width:32.8%;background:#fff;margin-top:10px;padding:20px 0 30px 0;}
.ziyuan .bottom li .ico{margin:20px 0 10px 30px;}
.ziyuan .bottom li .ico img{display:block;}
.ziyuan .bottom li .ico i{font-size:48px; color:#ff5b3f; display:block;}
.ziyuan .bottom li .txt{margin-left:30px;}
.ziyuan .bottom li .txt h3{color:#fff;font-size:20px;font-weight:normal;line-height:36px;}
.ziyuan .bottom li .txt span{display:inline-block;color:#fff;font-size:14px;padding-bottom:20px;}
.ziyuan .bottom li .txt p{font-size:15px;color:#fff;line-height:32px;padding-right:30px;}
.ziyuan .bottom li[style*="background"] .ico i{color:#fff;}


/*增值服务*/
.jsyy {padding-top:50px;}
.jsyy .txt p{text-align:center;font-size:16px;line-height:36px;}
.jsyy .pic{overflow:hidden;margin-top:30px;text-align:center;}
.jsyy .pic img{}



/*服务流程*/
.liucheng{padding:30px 0 50px 0;}
.liucheng .lc_list li{width:15%;padding:35px 0;border-radius:10px;background:#fff;text-align:center; transition:0.3s;}
.liucheng .lc_list li .pic{width:80px;height:80px;background:#FF5F2A;margin:0 auto;border-radius:100%; display: flex; align-items: center; justify-content: center;}
.liucheng .lc_list li .pic img{ width:50%; filter: brightness(0) invert(1);}
.liucheng .lc_list li .txt b{display:inline-block;font-size:18px;padding:15px 0 10px 0;}
.liucheng .lc_list li .txt p{font-size:14px;color:#888; padding:0 10px;}
.liucheng .lc_list li:hover{ transform:translate(0,-20px);}

/*搬家现场*/
.clzs {padding-top:50px;}
.clzs  li{position:relative; overflow:hidden; margin-bottom:15px;width:32%;}
.clzs  li .pic{  overflow:hidden; position:relative;}
.clzs  li img{width:100%; display:block; transition:0.3s all; opacity:1;}
.clzs  li:hover img{transform:scale(1.08);}
.clzs  li .txt{ text-align:center; line-height:36px; transition:0.4s all;  font-size:15px; transition:0.6s all;}
.clzs  li:hover .txt{color:#fff; background:#FF5F2A;}

/*服务案例列表*/
.case_list_wrap{display:flex; flex-wrap:wrap; justify-content:flex-start;}
.case_list_wrap li{position:relative; overflow:hidden; margin-bottom:30px; margin-right:2%; width:23.5%; background:#fff; border-radius:8px; box-shadow:0 2px 10px rgba(0,0,0,0.1); transition:0.3s all;}
.case_list_wrap li:nth-child(4n){margin-right:0;}
.case_list_wrap li:hover{box-shadow:0 5px 20px rgba(0,0,0,0.15); transform:translateY(-5px);}
.case_list_wrap li .pic{overflow:hidden; position:relative; height:220px;}
.case_list_wrap li .pic img{width:100%; height:100%; object-fit:cover; display:block; transition:0.3s all;}
.case_list_wrap li:hover .pic img{transform:scale(1.1);}
.case_list_wrap li .case_tag{position:absolute; top:15px; right:15px; padding:5px 15px; font-size:12px; color:#fff; border-radius:20px; z-index:2; font-weight:normal;}
.case_list_wrap li .case_tag.tag_international{background:#ff5b3f;}
.case_list_wrap li .case_tag.tag_domestic{background:#3d75c0;}
.case_list_wrap li .txt{padding:20px; text-align:center;}
.case_list_wrap li .txt h5{font-size:18px; font-weight:normal; color:#333; line-height:1.5; transition:0.3s all;}
.case_list_wrap li:hover .txt h5{color:#ff5b3f;}

/*联系我们页面*/
.contact-box{background:url(../images/contact_bg.jpg) no-repeat center; background-size:cover;}
.contact_info{display:flex; justify-content:space-between; margin-bottom:50px; }
.contact_item{flex:1; text-align:center; padding:30px 20px; background:#fff; border-radius:8px; box-shadow:0 2px 10px rgba(0,0,0,0.1); transition:0.3s all; margin:0 15px;}
.contact_item:first-child{margin-left:0;}
.contact_item:last-child{margin-right:0;}
.contact_item:hover{box-shadow:0 5px 20px rgba(0,0,0,0.15); transform:translateY(-5px);}
.contact_ico{width:80px; height:80px; margin:0 auto 20px; background:#ff5b3f; border-radius:50%; display:flex; align-items:center; justify-content:center;}
.contact_ico i{font-size:36px; color:#fff;}
.contact_txt h5{font-size:18px; color:#666; margin-bottom:15px; font-weight:normal;}
.contact_txt p{font-size:20px; color:#333; line-height:1.8;}
.contact_txt a{color:#ff5b3f; transition:0.3s all;}
.contact_txt a:hover{text-decoration:underline;}

/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block; font-size:16px; padding:0 25px;background: url(../images/line_n_title.jpg) right 1px center no-repeat; text-align: center; }
#n_nav a:last-child{ background: none;}
#n_nav a strong{ position: relative; display: block;z-index: 9; height: 60px; line-height:60px; color: #555; 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:#ff5b3f; height: 60px; 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; }

/*===================子栏目导航2================*/
#n_nav2{ height:69px; border-top: 1px solid rgba(255, 255, 255, 0.1);width: 100%; position:relative; margin-top:-70px; z-index:99; text-align:center;}
#n_nav2 li{height: 69px; display:inline-block; position:relative;}
#n_nav2 li:before{ content:''; display:block; background:#ff5b3f; height: 100%; width:0; transition:0.6s all; opacity:0; position:absolute; left:50%; top:0;}
#n_nav2 li:hover:before,#n_nav2 li.on:before{width:100%; opacity:1; left:0;}
#n_nav2 a{display:block; font-size:16px; padding:0 .5rem; line-height:69px; height: 69px; text-align: center; color:#fff; z-index:1; position:relative;}
#n_nav2 a img{display: inline-block; vertical-align: middle; margin-right:10px;}



/*===================公司介绍================*/
.page_about{margin-top:.8rem; margin-bottom: 0.5rem;}
.page_about .about_pic{ width:48%; background:url(../images/wangdian.png) no-repeat right top; box-sizing:border-box; padding:.5rem .5rem 0 0;}
.page_about .about_con{width:46%; display:flex; flex-direction:column; justify-content:center;}

.page_about .about_con h3{font-size:.4rem; color:#000; margin-bottom:.1rem; position:relative;}
.page_about .about_con h3:after{ content:''; height:4px; width:.3rem; background:#ff5b3f; border-radius:5px; display:block; margin:.2rem 0 .3rem 0;}
.page_about .about_con h5{font-size:0.25rem; font-weight:normal;  margin-bottom:0.2rem; color:#888;}

.aboutbar{width: 100%; height:2.8rem;overflow-y: auto;padding-right:.25rem;}
.aboutbar::-webkit-scrollbar {width: 2px;height: 4px;}
.aboutbar::-webkit-scrollbar-thumb {border-radius: 5px;background:#ff5b3f;}
.aboutbar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}
.aboutbar p{font-size:.16rem;color: #555;line-height:1.8; margin-bottom:10px;text-align: justify;text-justify: distribute;}

/*======================公司介绍轮播图======================*/
#page_about {width:100%; position:relative; z-index:0; overflow:hidden; overflow: hidden;}
#page_about .swiper-slide img{width:100%; display:block; border-radius:0 40px 0 40px;}

/*按钮切换*/	
#page_about .swiper-button-prev,#page_about .swiper-button-next {width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0;}
#page_about .swiper-button-prev {background-position: 0 0;}
#page_about .swiper-button-prev:hover { background-position: 0 -144px;}
#page_about .swiper-button-next { background-position: 0 -72px;}
#page_about .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
#page_about .swiper-pagination{bottom: 25px;}
#page_about .swiper-pagination-bullet {width: 38px;height: 3px;border-radius: 0;background: rgba(0, 0, 0, .3);opacity: 1;position: relative;margin: 0 5px !important;}
#page_about .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 0;height: 3px;z-index: 1;transition: 0s;}
#page_about .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease;}





/*======================核心竞争力======================*/

.hexin{ margin-top:.3rem; display:flex; justify-content:space-between;}
.hexin li{flex:1; text-align:center; border-right:solid 1px #ddd; box-sizing:border-box; padding:25px 3%;}
.hexin li:last-child{border-right:0;}
.hexin li .ico img{ transition:2s all;}
.hexin li:hover .ico img{-webkit-transform: rotatey(360deg); transform: rotatey(360deg);}
.hexin li .ico i{font-size:60px; color:#ff5b3f; transition:2s all; display:inline-block;}
.hexin li:hover .ico i{-webkit-transform: rotatey(360deg); transform: rotatey(360deg);}
.hexin li h3{ font-size:.22rem; margin:40px 0 30px 0;color:#000;}
.hexin li p{ font-size:.16rem; color:#555; line-height:2;}

/*======================企业文化======================*/
#n_wenhua{ /*background:url(../images/hx_bg.jpg) repeat-x center; */ padding:.8rem 0 1rem 0;}
#n_wenhua .box{ position:relative;}
#n_wenhua .center{ position: relative; width: 576px; height: 576px; margin:auto;border-radius: 50%;}
#n_wenhua .tt{ position:absolute; left:0; top:0; right:0; bottom:0;}
#n_wenhua .tt h3{ font-size:.25rem;color: #fff; margin-bottom:.2rem;}
#n_wenhua .tt p{ font-size: .18rem; color: #fff; margin:5px 0;}

#n_wenhua ul{}
#n_wenhua ul li{ position: absolute;}
#n_wenhua ul li font{ position: absolute; display: flex; align-items: center; justify-content: center; width:75px; height:75px; line-height:75px; text-align: center; right:-100px; top:0px; background: #626262; border-radius: 50%;}
#n_wenhua ul li:hover font{ background: #ff5b3f;}
#n_wenhua ul li font img{vertical-align: middle; display:inline-block;}
#n_wenhua ul li font i{font-size:32px; color:#fff; display:inline-block;}
#n_wenhua ul li .txt h5{ font-size:.22rem; color: #343434; margin-bottom:5px;}
#n_wenhua ul li .txt p{ font-size:.16rem; color: #555; line-height:2;}

#n_wenhua ul li.li_1{ text-align:right; right: 70%; top:90px;}
#n_wenhua ul li.li_2{ text-align:left; left: 70%; top:90px;}
#n_wenhua ul li.li_3{ text-align:right; right: 70%; bottom: 61px; }
#n_wenhua ul li.li_4{ text-align:left; left: 70%; bottom: 90px;}
#n_wenhua ul li.li_2 font{ left:-100px;}
#n_wenhua ul li.li_4 font{ left:-100px;}

.circle {width: 100%;height: 100%; position: absolute;top: 0;left: 0;border-radius: 50%;}
.circle span {width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 50%;background-color: #ff5b3f;
-webkit-transform: scale(.6);
-moz-transform: scale(.6);
-ms-transform: scale(.6);
transform: scale(.6);
}
.circle span:nth-of-type(2) {
-webkit-transform: scale(.7);
-moz-transform: scale(.7);
-ms-transform: scale(.7);
transform: scale(.7);
-webkit-animation: circleScale 3s linear infinite;
-moz-animation: circleScale 3s linear infinite;
-ms-animation: circleScale 3s linear infinite;
animation: circleScale 3s linear infinite;
}
.circle span:nth-of-type(3) {
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
border: 1px solid #dadada; background: none;
animation-delay: 2s;
-webkit-animation: circleScale1 3s linear infinite;
-moz-animation: circleScale1 3s linear infinite;
-ms-animation: circleScale1 3s linear infinite;
animation: circleScale1 3s linear infinite;
}

@keyframes circleScale {
  0% {
    opacity: .35;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circleScale1 {
  0% {
    opacity: .35;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  60% {
    opacity: .35;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

/*======================企业实力======================*/
.gssl li{width: 100%;margin-top: 80px;padding-right:1rem; box-sizing:border-box;}
.gssl li:nth-child(2n){padding-right: 0;padding-left:1rem;}
@media only screen and (max-width: 1440px){
	.gssl li{ padding-right:.6rem;}
	.gssl li:nth-child(2n){padding-left:.6rem;}
}
.gssl li:first-child{margin-top:30px;}
.gssl li .con{width: 100%;overflow: hidden;padding-left:1rem;flex-direction: row-reverse;box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);transition: all .4s ease; box-sizing:border-box;}
@media only screen and (max-width: 1440px){
	.gssl li .con{padding-left:.6rem;}
}
.gssl li:nth-child(2n) .con{flex-direction: row;padding-left:0;padding-right:0);}
.gssl li .con:hover{box-shadow: 0 0 38px 0 rgba(0, 0, 0, .16);}
.gssl li .pic{width: 48%;overflow: hidden;}
.gssl li .pic img{width: 100%;object-fit: cover;transition: all .6s ease; display:block;}
.gssl li .txt{width: 50%;position: relative;padding-right: 1rem;display: flex;flex-direction: column;justify-content: center; box-sizing:border-box; text-align:justify;}
.gssl li:nth-child(2n) .txt{padding-left: .5rem;padding-right:1rem; box-sizing:border-box;}
@media only screen and (max-width: 1440px){
	.gssl li:nth-child(2n) .txt{padding-right:.6rem;}
}
.gssl li .txt .num{position: absolute;font-size: 150px; z-index:1;color: #fff;line-height: 1;top: .2rem;right: .5rem;font-family: "MB";text-shadow: -1px 1px 0 #e7e7e7, 1px 1px 0 #e7e7e7, 1px -1px 0 #e7e7e7,-1px -1px 0 #e7e7e7;}
.gssl li .txt .title{ line-height: 1;border-left: 6px solid #ff5b3f;padding-left: 15px;position: relative; font-size:.25rem; font-weight:bold;}
.gssl li .txt .desc{color: #666; font-size:.15rem; line-height:2; margin-top:.25rem; z-index:4;}
.gssl li .txt .desc p{margin-bottom:10px;}
.gssl li .txt .desc dl{margin:.2rem 0;}
.gssl li .txt .desc dt{width:10%;}
.gssl li .txt .desc dt img{max-width:60%;}
.gssl li .txt .desc dd{width:90%; display:flex; flex-direction:column; justify-content:center;}


.gssl .ys{display: flex; margin-top:.3rem;}
.gssl .ys .item {flex: 1;overflow: hidden;transition: .5s; position:relative;  text-align:center;}
.gssl .ys .item .ico{width:.6rem; margin:auto;}
.gssl .ys .item .ico img{width:100%; }
.gssl .ys .item .ico img{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.gssl .ys .item .ico:hover img{-webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
.gssl .ys .item .p1{font-size:14px;}
.gssl .ys .item .p1 span{ font-size:.3rem; font-weight:bold; display:inline-block; margin:0 5px;}


/*======================发展历程======================*/
.thumbs, .gallery{width: 100%;position: relative;padding: 0 80px;user-select: none; box-sizing:border-box;}
.thumbs::after{content: "";position: absolute;width: calc(100% - 160px);height: 1px;background: #ddd;bottom: 15px;left: 0;right: 0;margin: 0 auto; z-index:0;}
.thumbs-year{width: 100%;position: relative;display: flex;transition: all .4s ease;line-height: 1;align-items: flex-end;justify-content: center;height: 80px;padding-bottom: 38px;font-size: 20px;color: #777;font-family:'Samsung';}
.thumbs-year::before, .thumbs-year::after{content: "";position: absolute;right: 0;left: 0;margin: 0 auto;border-radius: 50%;}
.thumbs-year::before{width: 13px;height: 13px;background: #ddd;opacity: 0.6;border: 1px solid #ccc;bottom: 8px;transition: all .4s ease;}
.thumbs-year::after{width: 3px;height: 3px;background: #ccc;bottom: 14px;transition: all .4s ease;}
.thumbs-year:hover{color: #ff5b3f;}
.thumbs-year.active{color: #ff5b3f;font-size: 38px;}
.thumbs-year.active::before{background: #ff5b3f;border: 1px solid #f60;transform: scale(2.1);}
.thumbs-year.active::after{background: #ff5b3f;transform: scale(2.5);}

.gallery{margin-top: 50px;}
.gallery li .num{width: calc(100% - 6.6rem);font-size: 130px;color: #ff5b3f;font-family:'Samsung';}
.gallery li .num, .gallery li .cont .pic{ height:3.3rem; overflow:hidden;}
.gallery li .txt{width: 6.6rem; font-size: 16px;color: #666;line-height:2; }
.gallery li .txt img{width: 100%;object-fit: cover;}
.gallery li .txt p{ margin-bottom:.2rem;}
.thumbs-prev, .thumbs-next{position: absolute;width: 35px;height: 35px;bottom: -1px;background: url('../images/mtarr.png') no-repeat center;transition: all .4s ease;cursor: pointer; outline:none;}
.thumbs-prev{left: 0;}
.thumbs-next{right: 0;transform: rotate(180deg);}
.thumbs-prev:hover, .thumbs-next:hover{background-image: url('../images/mtarrh.png');}
/* --- */


/*======================资质荣誉列表页======================*/
.zzry_list{ overflow:hidden;  box-sizing:border-box; padding:0 10px;}
.zzry_list li .pic{ background:#f5f5f5; padding:15px 0; border-radius:5px;}
.zzry_list li .pic img{max-width:85%;max-height:100%;display: inline-block;opacity:1;}
.zzry_list li .txt{ background:rgba(0,0,0,0.4); position:absolute;border-radius:5px; transform: scale(0.3); top:0; left:0; width:100%; height:100%; color:#fff; text-align:center; opacity:0; transition: 0.6s all;}
.zzry_list li:hover .txt{ opacity:1; transform: scale(1);}

/*按钮切换*/
#zzry_btn{position:relative;}	
#zzry_btn .swiper-button-prev { left:-70px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#zzry_btn .swiper-button-next {right:-70px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#zzry_btn .swiper-button-prev,#zzry_btn .swiper-button-next { width:64px;height: 64px; outline:none;  opacity:1; transition:0.3s all;}
#zzry_btn .swiper-button-prev:hover,#zzry_btn .swiper-button-next:hover{ opacity:1; transform:scale(1.1);}
/*分页器*/
#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:#ff5b3f; opacity: 1.0;}
#zzry_btn .swiper-pagination{ text-align:center; width:100%; bottom:-40px;}
#zzry_btn .swiper-pagination span{margin:0 3px;}


/*资质荣誉*/
.zzry_bg{background: url(../images/bg04.jpg) no-repeat center #f2f2f2; background-size: cover; margin-top:1rem; padding-bottom:.8rem;}

/*APP*/
.select {}
.select .explain { width:30%;}
.select .explain ul li {cursor: pointer;margin-bottom:10px; font-size:15px; padding:10px 25px; border-radius:5px; background:#fff; transition: all 0.3s; position:relative;}
.select .explain ul li:after{content:"";position:absolute;top:50%;right:-18px;border-style:solid;margin-top:-9px;border-width:9px;border-color: transparent transparent transparent #fff;transition: all 0.4s;}

.select .explain ul li.current{ background:#ff5b3f; color:#fff;}
.select .explain ul li.current:after{border-color: transparent transparent transparent #ff5b3f;}

.select .con {width: 66%; overflow: hidden; padding-top:.3rem;}
.select .select_swiper .select_side {text-align: center;  position: relative; cursor: url(../images/move.png),default!important;}
.select .select_swiper .select_side img{width:100%; display:block;}
.select .select_swiper .select_side::before {content: '';background-color: #ffffff;width: 100%;height: 100%;left: 0;top: 0;position: absolute;opacity: 0.6;}
.select .select_swiper .select_side.swiper-slide-active::before {opacity: 0;}


/*发明专利*/
.zl_shuzi{ width:800px; margin:auto;}
.zl_shuzi .shuzi{text-align:center; margin:0 0 .4rem 0; width:100%;}
.zl_shuzi .shuzi li{width:25%;}

.fmzl_list{}
.fmzl_list figure{width:15%; margin:0 2% 15px 0; box-sizing:border-box; padding:20px;}
.fmzl_list figure:nth-child(6n){margin-right:0;}
.fmzl_list figure .txt{ margin-top:10px;font-size:.16rem; text-align:center;}

/*图片插件*/
.photos {}
.photos figure{position: relative; overflow:hidden; }
.photos figure a{display:block; position:relative;box-shadow: 0px 3px 16px 0px rgba(38, 41, 43, 0.22);}
.photos figure .zoom{width:100%; height:100%; display:block; position:absolute;  left:0; top:0; background:url(../images/icon-hsrch.png) no-repeat center rgba(0,0,0,0.5); opacity:0; transition:0.3s all;}
.photos figure:hover .zoom{opacity:1; cursor:pointer;}
.photos figure img{width:100%;display:block;transition:all 500ms ease-out 0s;}
.newbox{padding:60px 0;}





/*产品概述*/
.pro_ys{display: flex;height: 150px; width:800px; margin:.1rem auto .5rem auto;}
.pro_ys li {flex: 1;overflow: hidden;transition: .5s; position:relative;  text-align:center;}
.pro_ys li .ico{ height:85px; width:85px; border:solid 1px #999; border-radius:50%; margin:auto; margin-bottom:20px; position:relative;}
.pro_ys li .ico img{width:35px; }
.pro_ys li .ico img{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.pro_ys li .ico:hover img{-webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}

@keyframes jello {

    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }

    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}


/*===================产品封面================*/
.page_cate_list{}
.page_cate_list  li{width:48.5%; background:#f5f5f5; border-radius:5px; padding:.25rem .2rem; margin-bottom:.3rem; box-sizing:border-box;}
.page_cate_list  li .pic{width:30%; border:solid 0px #ddd; box-sizing:border-box; border-radius:5px; overflow:hidden;}
.page_cate_list  li .pic img{width:100%; display:block; transition:0.5s all; }
.page_cate_list  li:hover img{transform:scale(1.1);}
.page_cate_list  li .txt{width:70%; padding:0 0 0 .25rem; box-sizing:border-box; display:flex; flex-direction:column; justify-content:center;}
.page_cate_list  li .txt h2{ font-size:.2rem; margin-bottom:10px;}
.page_cate_list  li .txt h5{ font-size:16px; font-weight:normal; color:#555; margin-bottom:.2rem;}
.page_cate_list  li .txt p{ line-height:1.8; text-align:justify; font-size:13px; color:#888;}
.page_cate_list  li .txt .more{text-align:right;}
.page_cate_list  li .txt a{border: 1px solid #ccc; color:#333; line-height:.4rem; width:1.25rem; text-align:center; display:inline-block; margin-top:.25rem; transition:0.5s all;}
.page_cate_list  li .txt a:hover{border: 1px solid #ff5b3f; background:#ff5b3f; color:#fff;}



/*产品列表*/
.product_bg{ background:url(../images/bg04.jpg) no-repeat center bottom #f2f2f2; background-size:cover; padding-bottom:.8rem;}
.pro_list{ overflow:hidden;  box-sizing:border-box; padding:0 15px; padding-bottom:25px;}
.pro_list li a { position: relative;z-index: 1; padding:.3rem 0;transition: .5s;}
.pro_list li a:hover{color:#fff;}
.pro_list li a:before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,.1);border: rgba(255,255,255,.99) 0px solid; border-radius:10px;z-index: -1;transform: skewX(-0deg);transition: .5s;}
.pro_list li a:hover:before{background:#ff5b3f; border: #ff5b3f 0px solid;}
.pro_list li a:hover img{transform: scale(1.2);}
.pro_list li .pic{ width:76%; margin:auto; border-radius:50%; overflow:hidden;}
.pro_list li .pic img{ width:100%; display:block; opacity:1; transition:0.5s all;}
.pro_list li .txt{}
.pro_list li .txt h2{font-size:16px; font-weight:normal; margin-top:20px;}


/*按钮切换*/	
#pro_btn .swiper-button-prev { left:-70px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#pro_btn .swiper-button-next {right:-70px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#pro_btn .swiper-button-prev,#pro_btn .swiper-button-next { width:64px;height: 64px; outline:none;  opacity:1; transition:0.3s all;}
#pro_btn .swiper-button-prev:hover,#pro_btn .swiper-button-next:hover{ opacity:1; transform:scale(1.1);}
/*分页器*/
#pro_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#fff; transition: all .5s ease;opacity: 1.0;}
#pro_btn .swiper-pagination-bullet-active{background:#ff5b3f; opacity: 1.0;}
#pro_btn .swiper-pagination{ text-align:center; width:100%;}
#pro_btn .swiper-pagination span{margin:0 3px;}


/*产品表格*/
.pro_table{ }
.pro_table table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:20px;}
.pro_table table tr:nth-child(1){ font-size:14px;}
.pro_table table td:nth-child(1){ font-size:14px;}
.pro_table table td{padding:5px 5px; border:1px solid #D5DFEC;}
.pro_table .t_bg{background:#eff3f8; font-weight:bold;}



/*应用场景*/
.yycj_bg{background: url(../images/hx_bg.jpg) no-repeat center; background-size: cover; padding:1px 0 1rem 0; margin-top:.8rem;}
.yycj_list{width:1100px;margin:auto;}
#yycj {width:100%;height:400px;}
#yycj .swiper-slide img{height:100%;  transition:0.5s all;}
#yycj .swiper-slide { position:relative;
      text-align: center; overflow:hidden;
      background: #fff; transition:0.5s all;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transform: scale(0.8);
    }
#yycj .swiper-slide .txt{ background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.6) 99%);color: rgba(255,255,255,1);position: absolute;left: -124px;bottom: 0;width:616px;
    z-index: 1;box-sizing: border-box;padding: 40px 10px 20px 10px;font-size:.2rem; opacity:0;}	
#yycj .swiper-slide-active .txt{ opacity:1; }
#yycj .swiper-slide-active{transform: scale(1); overflow:visible; z-index:9; transition:0.5s all;}

/*按钮切换*/
#yycj_btn{position:relative;}	
#yycj_btn .swiper-button-prev { left:-70px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#yycj_btn .swiper-button-next {right:-70px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#yycj_btn .swiper-button-prev,#yycj_btn .swiper-button-next { width:64px;height: 64px; outline:none;  opacity:1; transition:0.3s all;}
#yycj_btn .swiper-button-prev:hover,#yycj_btn .swiper-button-next:hover{ opacity:1; transform:scale(1.1);}
/*分页器*/
#yycj_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#ddd; transition: all .5s ease;opacity: 1.0;}
#yycj_btn .swiper-pagination-bullet-active{background:#ff5b3f; opacity: 1.0;}
#yycj_btn .swiper-pagination{ text-align:center; width:100%; bottom:-40px;}
#yycj_btn .swiper-pagination span{margin:0 3px;}



/*======================技术力量======================*/
.jsll_shuzi{margin-bottom:1rem; }
.jsll_shuzi .shuzi{width:100%;}
.jsll_shuzi ul{display: flex; }
.jsll_shuzi ul li{width:auto; flex: 1 1 auto; text-align:center;}
.jsll_shuzi ul li i {font-size:.6rem;}


/*生产流程*/
.sclc_bg{ background:url(../images/zzry_bg1.jpg) no-repeat center;  background-size: cover; padding-bottom:1rem;}
.sclc_list {display: flex;height: 400px;}
.sclc_list li {flex: 1;overflow: hidden;transition: .5s;margin: 0 0.5%; position:relative; background:#000; border-radius:8px;}
/*.sclc_list li:before{content:"";position:absolute; z-index:6;left:auto;right:0;bottom:0;width:0;height:100%;background:rgba(0,0,0,0.618);-webkit-transition:.5s;-moz-transition:.5s;transition:.5s }
.sclc_list li:hover:before{left:0;right:auto;width:100%;transition-delay:0s;}
*/
.sclc_list li:after {content: "";background: url(../images/bg.png) repeat-x left bottom;position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;opacity: 0.8;z-index: 3;}
.sclc_list li > img { flex:1;width: 100%; height:100%;-o-object-fit: cover;object-fit: cover;transition: .5s; opacity:0.9;}
.sclc_list li:hover {flex: 1 1 25%;}
.sclc_list li  .txt{font-size:20px; font-weight:bold; color:#fff; position:absolute; width:100%;  padding:0 10%; box-sizing:border-box;  bottom:15%;  transition:0.5s all; z-index:9;}
.sclc_list li  .txt:after{content:"";position:absolute;left:10%; top:38px;width:15px;height:3px;background:rgba(255,255,255,0.618); border-radius:5px;}

.sclc_list li  p{font-size:14px; color:#fff; line-height:25px; padding:0 10%; height:50px; box-sizing:border-box; position:absolute; width:100%; bottom:-200px; transition:0.5s all; text-align:justify; z-index:9;}
.sclc_list li:hover .txt{ bottom:25%;}
.sclc_list li:hover p{bottom:5%; transition-delay:0.3s;}
.sclc_list li:hover > img{ opacity:0.66;}


/*检测设备*/
.jcsb_list{ overflow:hidden;  box-sizing:border-box; padding:0 10px;}
.jcsb_list li{border-radius:5px; overflow:hidden;}
.jcsb_list li .pic{ overflow:hidden;}
.jcsb_list li .pic img{width:100%; display: inline-block;opacity:1;}
.jcsb_list li .txt{ background:#f5f5f5; text-align:center; transition: 0.5s all; line-height:40px; font-size:.16rem;}
.jcsb_list li:hover .txt{background:#ff5b3f; color:#fff;}

/*按钮切换*/
#jcsb_btn{position:relative;}	
#jcsb_btn .swiper-button-prev { left:-70px; background: url(../images/focus_btn_prev.png) no-repeat; background-size: cover;}
#jcsb_btn .swiper-button-next {right:-70px;background: url(../images/focus_btn_next.png) no-repeat; background-size: cover;}
#jcsb_btn .swiper-button-prev,#jcsb_btn .swiper-button-next { width:64px;height: 64px; outline:none;  opacity:1; transition:0.3s all;}
#jcsb_btn .swiper-button-prev:hover,#jcsb_btn .swiper-button-next:hover{ opacity:1; transform:scale(1.1);}
/*分页器*/
#jcsb_btn .swiper-pagination-bullet{width: 12px;height: 12px; display: inline-block; border-radius: 50%; background:#ddd; transition: all .5s ease;opacity: 1.0;}
#jcsb_btn .swiper-pagination-bullet-active{background:#ff5b3f; opacity: 1.0;}
#jcsb_btn .swiper-pagination{ text-align:center; width:100%; bottom:-40px;}
#jcsb_btn .swiper-pagination span{margin:0 3px;}


/*制定标准*/
.biaozhun_bg{ background:url(../images/bg7.jpg) no-repeat;  background-size: cover; padding-bottom:.6rem; margin-top:.8rem; background-attachment: fixed; position: relative;}

.red_btn a{ background:#ff5b3f; color:#fff; display:inline-block; padding:10px 35px; border-radius:50px;}
.red_btn a:hover{}

/*战略合作*/
.zhanlue{text-align:center;}
.zhanlue li{display:inline-block; width:360px; border-radius:5px; overflow:hidden; margin:0 .3rem; box-shadow: 0 5px 10px rgba(0,0,0,.1)}
.zhanlue li img{width:100%; display:block;}

/* 研发团队 */
.team_list{}
.team_list li{background: #f4f4f4;margin-bottom:.6rem;padding: 68px 80px;min-height: 240px;transition: all .4s ease;box-sizing:border-box;}
.team_list li .name{width: 150px;line-height: 26px;font-size: 18px;font-weight: 700;}
.team_list li .desc{width: calc(100% - 150px); line-height: 2;color: #666;position: relative;padding-left: 120px;text-align:justify; box-sizing:border-box;}
.team_list li .desc::before{content: "";position: absolute;left: 0;width: 60px;height: 2px;background: #ff5b3f;top: 12px;}
.team_list li:hover{box-shadow: 0 2px 20px 4px rgba(0,0,0,.1);}



/*======================新闻列表页======================*/
.news_list{}
.news_list li{width:32%; margin-right:2%; position:relative; margin-bottom:.3rem;}
.news_list li:nth-child(3n){margin-right:0;}
.news_list li .pic{overflow:hidden}
.news_list li .pic img{width: 100%;object-fit: cover;transition: all .8s ease; display:block;}
.news_list li:hover .pic img{transform:scale(1.06)}
.news_list li .txt{background: #fff;padding: 34px 30px 41px 0;z-index: 1;position: relative;transition: all .4s ease;}
.news_list li:hover .txt{transform: translateY(-40px)}
.news_list li .txt .time{color: #888;font-family: "Samsung";text-align: center;}
.news_list li .txt .time span{width:100px;font-weight: 700;font-size: 36px;color: #333;display: block;line-height: 1; margin-bottom:5px;}
.news_list li .txt .info{width: calc(100% - 100px);}
.news_list li .txt .info h2{font-size: 18px;color: #333;margin-bottom: 14px;}
.news_list li .txt .info p{line-height: 24px;height: 48px;color: #888;}
.news_list li .news_more {position: absolute;z-index: 0;width: 100%;background: #ff5b3f;color: #fff;display: flex;align-items: center;justify-content: center; height: 40px;left: 0;bottom: 0;font-size: 15px;}
.news_list li .news_more i{display:block;background:url("../images/arr-r.png") no-repeat center/100%;width:6px;height:10px;margin-left:20px}



/*======================人才理念======================*/
.rcln_box0{ margin-bottom:.8rem;}
.rcln_box0 li{ width:31%; transition: all .5s ease;}
.rcln_box0 li:hover{box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .16);}
.rcln_box0 li .pic{overflow:hidden}
.rcln_box0 li .pic img{width: 100%;object-fit: cover; display:block; transition: all .8s ease;}
.rcln_box0 li:hover .pic img{transform:scale(1.06)}
.rcln_box0 li .txt{ height:80px; background:#f8f8f8;}
.rcln_box0 li .txt h5{ font-size:18px;}

.rcln_box1{ background:url("../images/rcln_box1.jpg") no-repeat center; height:499px;  display:flex; flex-direction:column; justify-content:center;}
.rcln_box1 .left{width:5.8rem;}
.rcln_box1 .left h5{font-size:.3rem;color: #1b1b1b;}
.rcln_box1 .left .desc{ font-size:15px;  margin-top:20px; text-align:justify; line-height:2;}
.rcln_box1 .left a{width:1.8rem; height:46px; line-height:46px; border-radius:46px; font-size:15px; background:#ff5b3f; text-align:center; color:#fff; display:inline-block; overflow:hidden; margin-top:.5rem;}


.rcln_box2 li{width: 23%; overflow: hidden;position: relative; }
.rcln_box2 li .pic img{width: 100%;object-fit: cover; display:block;}
.rcln_box2 li .txt{position: absolute;width: 100%;top: calc(100% - 144px);left: 0;padding: 0 28px;color: #fff;z-index: 4;transition: all .6s ease; box-sizing:border-box;}
.rcln_box2 li .txt .icon{width: 68px;height: 68px;border-radius: 50%;border: 2px solid #fff;display: flex;align-items: center;justify-content: center;}
.rcln_box2 li .txt h5{font-size: 18px; margin-top: 22px; font-weight:700;}
.rcln_box2 li .txt .desc{ line-height: 2;margin-top: 12px;transition: all .4s ease;opacity: 0; text-align:justify;}
.rcln_box2 li::before{content: '';position: absolute;z-index: 1;width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.5));opacity: 1;transition: all .6s ease;}
.rcln_box2 li::after{content: '';position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;background: rgba(255,127,39,.9);opacity: 0;transition: all .6s ease;}
.rcln_box2 li:hover::before{opacity: 0;}
.rcln_box2 li:hover::after{opacity: 1;}
.rcln_box2 li:hover .txt{top: 50%;transform: translateY(-50%);}
.rcln_box2 li:hover .txt .desc{opacity: 1;}


/*======================招聘岗位======================*/
.zhaopin_bg{ background:url(../images/n_container_bg.jpg) no-repeat center bottom; padding-bottom:1rem;}
.job_list{ margin-bottom:1rem;}
.job_list li{width:32%; margin-right:2%; margin-bottom:25px;}
.job_list li:nth-child(3n){margin-right:0;}
.job_list li a{display:block; background:#fff; border:solid 1px #e8e8e8; padding:42px 32px; border-radius:0px; box-sizing:border-box; transition:0.3s all;}
.job_list li a:hover{background:#ff5b3f;border:solid 1px #ff5b3f; color:#fff;}
.job_list li a:hover i,.job_list li a:hover span{color:#fff;}
.job_list li .tit{ font-size:20px; margin-bottom:.5rem;}
.job_list li .tit i{ float:right; font-size:30px; color:#ff5b3f; opacity:0.6; margin-top:-.1rem;  transition:0.3s all;}
.job_list li .txt span{width:50%; font-size:15px; color:#666;  transition:0.3s all;}

.job_box3{}
.job_box3 .pic{ width:45%;}
.job_box3 .pic img{width:100%;}
.job_box3 .txt{/*display:flex; flex-direction:column; justify-content:center;*/width:50%; line-height:1.5;}
.job_box3 .txt h5{font-size:.3rem; margin-bottom:10px;}
.job_box3 .txt h5:after {content:""; display:block; width:20px; height:3px; background:#ff5b3f; border-radius:10px; margin:15px 0 25px 0;}

.job_box3 .txt h6{font-size:.2rem; font-weight:normal; color:#999;  margin-bottom:25px;}
.job_box3 .txt p{font-size:.18rem; line-height:2; margin-bottom:50px;}
.job_box3 .txt dl{ font-size:18px;  line-height:2; margin-bottom:20px;}
.job_box3 .txt dt{ margin-right:10px;}
.job_box3 .txt dt i{background:#333; color:#fff; width:36px; height:36px; line-height:36px; border-radius:36px; text-align:center; display:inline-block;}
.job_box3 .txt dd img{ width:136px;}

/*招聘弹窗*/
.tc_join{width:925px; max-width:90%; background:#fff; /*min-height:480px;*/ padding:60px; box-sizing:border-box; border-radius:10px; position: relative;z-index: 1;}
.tc_join .close{position:absolute; top:25px; right:20px; cursor:pointer;}
.tc_join .close img{height:30px;}

.tc_join .tit{}
.tc_join .tit h4{ font-size:25px; margin-bottom:15px;}
.tc_join .tit p{ color:#888; font-size:15px;}
.tc_join .tit p span{ display:inline-block; margin-right:20px;}
.tc_join .tit p i{ margin-right:5px;}

.tc_join .scrollbox{max-height:360px; overflow: auto; padding-right:.5rem;}
.scrollbox::-webkit-scrollbar {width: 3px;height: 8px;background-color: #f8f8f8;}
.scrollbox::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.scrollbox::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow:none;background-color: #999;}

.tc_join .con{ line-height:2; font-size:15px; color:#666;}
.tc_join .con h5{font-size:18px; margin:30px 0 10px 0; color:#333;}




/*======================产品内容页======================*/
.pro_show{background:url(../images/n_bg1.jpg) no-repeat center bottom #EEF1F6; padding:66px 0 1rem 0;}
.pro_main{width:calc(100% - 340px); background:#fff; padding:.5rem .6rem; box-sizing:border-box;}
.pro_side{width:300px; box-sizing:border-box;}
.pro_side_tit{font-size: .3rem; color: #111; font-weight:bold;  margin-bottom: 15px;}

.pro_main .box1{}
.pro_main .box1 .pic{ width:38%; height:260px; border:solid 1px #e8e8e8; overflow:hidden;}
.pro_main .box1 .pic img{max-height:100%; object-fit: cover;}
.pro_main .box1 .txt{ width:56%;}
.pro_main .box1 .txt h1{ font-size:32px; color:#000; margin-bottom:15px; line-height:1.6;}
.pro_main .box1 .txt .desc{ line-height:2; font-size:.15rem; text-align:justify;}

/*按钮*/
.pro_main .box1 .txt  .ft{ margin-top:30px;}
.pro_main .box1 .txt  .ft li{display: inline;}
.pro_main .box1 .txt  .ft li a{display: inline-block; border-radius:46px;width:30%; height: 46px; transition:0.5s all; text-align: center; background:#ff5b3f; margin-right:10px;font-size: 16px;  line-height: 46px; color:#fff;}
.pro_main .box1 .txt  .ft li a:hover{width:35%;}
.pro_main .box1 .txt  .ft li.c_red a{background-color: #c63f45;border: 1px solid #c63f45;color: #fff;}
.pro_main .box1 .txt  .ft li.c_red a:hover{background-color: #e52831;border: 1px solid #e52831;}

/*客服*/
.pro_main .box1 .txt  .ft .chat { background: #df3033 url(../images/small_icon.png) 25px -136px no-repeat; border: 1px solid #df3033; color: #fff; transition:0.3s all;}
.pro_main .box1 .txt  .ft .chat:hover { background: #c4181f url(../images/small_icon.png) 25px -180px no-repeat; color: #fff; }
/*微信*/
.pro_main .box1 .txt  .ft .wechat { background: #1c980b; border: 1px solid #2bad13;color: #fff; transition:0.3s all; position: relative;}
.pro_main .box1 .txt  .ft .wechat:hover { background: #2bad13; }
.pro_main .box1 .txt  .ft a span { display: none; width: 142px; height: 150px; background: url(../images/wechat.png) center no-repeat; text-align: center; position: absolute; bottom: 43px; left: -2px; }
.pro_main .box1 .txt  .ft a span img { width: 122px; height: auto; margin-left: 0px; margin-top: 10px; }
.pro_main .box1 .txt  .ft a:hover span { display: block; }

.pro_main .box2{ margin-top:50px;}
.pro_main .box2 .tit{ background:#f8f8f8; height:50px; margin-bottom:30px;}
.pro_main .box2 .tit h5{ line-height:50px; font-weight:normal;  font-size:20px; background:#2258B9; color:#fff; padding:0 25px;}
.pro_main .box2 .tit a { background: url(../images/xx_df.png) right center no-repeat;display: block;color: #666666;padding-right: 42px; line-height:50px; margin-right:25px;}
.pro_main .box2 .pro_ewm{ position:relative;}
.pro_main .box2 .show_pro_ewm{ position:absolute; right:0; top:50px; text-align:center; background:#fff; border:solid 1px #e8e8e8; padding:10px; display:none;}
.pro_main .box2 .pro_ewm:hover .show_pro_ewm{display:block;}


/*======================产品内容页侧面======================*/
.pro_side li{ margin-bottom:15px;}
.pro_side li a {background:#EEF1F6; border-radius:10px; padding:25px 0;transition: .5s;}
.pro_side li a:hover{color:#fff; background:#ff5b3f;}
.pro_side li .pic{ width:60%; margin:auto; border-radius:50%; overflow:hidden;}
.pro_side li .pic img{ width:100%; display:block; opacity:1; transition:0.5s all; }
.pro_side li a:hover .pic img{opacity:0.9;}
.pro_side li .txt{}
.pro_side li .txt h2{font-size:16px; font-weight:normal; margin-top:25px;}







/*二级页面*/
.page_side{width:370px;}
.page_main{width:calc(100% - 410px); background:#fff; padding:.4rem .6rem; box-sizing:border-box;}

.page_side_box{ padding:25px 30px; background:#fff;}
.page_side_tit {font-size:22px; color: #111; font-weight:bold;  margin-bottom: 15px;}

.next_art{}
.next_art li{background: #fff; padding: 32px 30px 25px 30px; margin-bottom:10px;}
.next_art li .tit{font-size: 22px; font-weight:bold; color:#111;}
.next_art li h2{font-size: 16px; line-height:1.8;margin: 10px 0 10px;transition: all .4s ease; font-weight:normal;}
.next_art li .time{    color: #888;font-weight: 700;}

.show_back{ background: #fff;padding: 26px 30px; }
.show_back a{display: flex;align-items: center;justify-content: center;width: 100%;height: 44px;font-size: 16px;color: #fff;background: #ff5b3f;transition: all .4s ease;}
.show_back a:hover{box-shadow: 0 5px 10px rgba(196,18,24,.6)}

/*内容页*/
.title_txt {font-size:.3rem;line-height:1.8em; font-weight:bold; color:#000;}

.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;}


/*share*/
.share-main{ width: 102px; height: 24px; position:absolute; right:0; top:15px;}
.share-main b{ position:absolute; left:-80px; top:7px; 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: 234px; height: 102px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; 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;  font-size:16px; line-height:2;}
#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;text-align:center;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;}
#art_box table td:nth-child(2){text-align:left;}
#art_box a{color:#2343B2;}

#art_box video{ max-width:100%;}

.qrcode{text-align:center;  margin-top:50px; font-size:14px; color:#999;}
.qrcode img{width: 150px; border:solid 1px #ddd;}

.bot_info{ font-size:15px; border-top:dashed 1px #ddd; margin-top:30px;}
.bot_info p{ border-bottom:dashed 1px #ddd; line-height:30px; padding:10px 0;}
.bot_info p a{margin-right:10px;}

/*相关阅读*/
.xg_tit h5{font-size:20px; margin:.5rem 0 .25rem 0; position:relative; padding-left:15px;}
.xg_tit h5:after {width:4px;height:18px; 
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background:#2258B9;
}

.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; background:#2258B9; position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.xg_art li span{float:right; margin-top:5px; color:#999;font-size:13px;}


/*系统表单样式*/
.portlet-body{ background:#f8f8f8; border-radius:5px;}
.portlet-body .form-group{margin-bottom:10px;}
.portlet-body .form-horizontal{ padding:50px 80px;}
.portlet-body .form-horizontal input{border:solid 1px #ccc; border-radius:5px; height:36px; line-height:36px; font-size:15px; color:#666; padding:0 10px; margin-top:5px; box-sizing:border-box; outline:none;}
.portlet-body .form-horizontal textarea{border:solid 1px #ccc; border-radius:5px; line-height:36px; font-size:15px; color:#666; padding:0 10px; margin-top:5px; box-sizing:border-box; outline:none;}
.portlet-body .form-horizontal .btn{width:128px; height:40px; line-height:40px; background:#0085c3; color:#fff; border:none; border-radius:5px; cursor:pointer; outline:none; transition:0.3s all;}
.portlet-body .form-horizontal .btn:hover{ background:#f60; color:#fff; text-decoration:none;}



/*404*/
.page_msg {padding: 50px; background:#fff;}
.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;}



/*内页分页*/
.search-pagination{text-align:center; margin:50px 0 20px 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:#ff5b3f;border:solid 0px #004d98;}






/*搜索页面*/
.border_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 60px 80px; box-sizing:border-box;}

.portlet-title{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.portlet-title h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.portlet-title h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:#004d98;}


.serch_n{ padding: 0px 300px; position:relative; margin-bottom:.2rem;}
.serch_n input{width:100%; padding:15px 25px; font-size:17px; outline:none; background:#f8f8f8; box-sizing:border-box; height:.6rem; line-height:.6rem; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:290px; top:0px;}
.serch_n .btn button{ width:125px; height:.6rem; border:0; cursor:pointer; outline:none; padding-left:40px; font-size:.18rem; color:#fff; background: url('../images/serch.png') no-repeat 30px center #004d98; background-size:20px auto;}


/*======================搜索======================*/
.serch{height:46px; display:flex; justify-content:center;align-items:center;}
.serch #keyword {width:78%;height:36px; border-radius:5px 0 0 5px; background:url(../images/icon-sq2.png) 15px center no-repeat #f2f2f2;padding: 0 .2rem;padding-left:50px;font-size:15px; box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.serch .btn_submit {width: 22%;height:36px; background: #004d98; border-radius:0 5px 5px 0;  font-size:15px;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}



/*右侧浮动*/
.online_q {position: fixed;right:10px;bottom: 10%;/*transform: translateY(-50%);*/z-index: 99;transition:.5s;-webkit-transition:.5s;}
.online_q .btn2{cursor:pointer;position:relative;margin-bottom: 5px; text-align:center;transition:.3s;line-height: 54px; z-index: 0; }
.online_q .btn2 span{display:block;width: 54px;height: 54px;line-height: 54px;position:relative;z-index:999;overflow:hidden;transition:.3s;-webkit-transition:.3s;border-radius: 50%;background: #fff;box-shadow: 0 5px 15px rgba(0,0,0,0.15);}
.online_q .btn2 svg{height: 22px;width: 22px;display: inline-block;vertical-align: middle;fill: #666;}
.online_q .btn2:hover span{background: #ff5b3f;}
.online_q .btn2:hover span svg{ fill:#fff;}

#gotop{opacity:1; visibility:visible; transform:translateY(0); transition:all 0.3s ease-in-out;}
#gotop.hide{ opacity:0; visibility:hidden; transform:translateY(20px); pointer-events:none; transition:all 0.3s ease-in-out;}

.online_q .social-share{position:absolute;background: #004d98;border-radius:3px;right:95px;top: 0;text-align: center;opacity:0;transition: .6s;-webkit-transition: .6s;visibility:hidden;font-size: 18px;color: #fff;white-space: nowrap;padding: 0 15px;}
.online_q .social-share1{height:auto;padding: 0 10px;}
.online_q .social-share:before{content:"";display:block;width:0;height:0;border:10px solid transparent;border-left: 10px solid #004d98;position:absolute;right:-15px;top:50%;margin-top:-10px;}
.online_q .social-share img{width:80px;height:80px;margin-top:10px;margin-bottom:10px;}
.online_q .btn2:hover .social-share{opacity:1;right: 60px;visibility:visible;}
.online_q .social-share1:before{top: 24px;}
  

/*用户注册、登录、找回密码*/
.user_bg{width: 100%;min-height: 100vh;height: 100%;overflow: hidden;position: relative;background: url(../images/n_user_bg1.jpg) center no-repeat;background-size: cover;}
.user_form_box{width:500px; background:#fff; border-radius:5px; overflow:hidden; padding-bottom:40px; position: relative; box-shadow:0 5px 20px rgba(0,0,0,.15); box-sizing:border-box;}
.user_form_box .head{height: 56px;background: #f6f6f6;padding: 16px 20px; margin-bottom:40px; text-align:center; box-sizing:border-box; font-size:20px; text-shadow: 0 1px 10px rgba(0,0,0,.25);}

.form_box .p1{margin-top:25px;}
.form_box .p1 a{ color:#ff2442;}

.u_footer{color:rgba(255,255,255,0.6); margin-top:15px; font-size:13px;}


/*表单*/
.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:6.3rem; 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{padding:.2rem;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:125px; 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:#ff5b3f; border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{}


/*更多*/
.lookmore{ text-align:center;margin-top:40px;}
.lookmore a{display:inline-block;border: #ccc 1px solid; border-radius:.22rem;width:1.55rem; line-height:.42rem; color: #565656; position:relative;overflow:hidden; transition:0.5s all;}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:#ff5b3f .01rem solid;background: #ff5b3f; transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height:3.75rem;
}
}
@keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: .2rem;
height: .2rem;
background: #ff5b3f;
border-radius: 50%;
}
.btn-11:before {
left: -.2rem;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -.2rem;
-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;
}