﻿@charset "utf-8";
/* CSS Document */
@font-face {font-family: "Opensans-Regular";src: url("../font/font.woff2");}
@font-face {font-family:BarlowCondensed-Regular; src:url(../font/BarlowCondensed-Regular.ttf);}
@font-face{font-family:'din'; src: url('../font/din.OTF');}
@font-face {font-family: roboto_l; src: url(../font/ROBOTO-LIGHT-10.TTF);}
@font-face {font-family: Barlow-Bold; src: url(../font/Barlow-Bold.TTF);}
@font-face{ font-family:LEMONMILK; src:url(../font/LEMONMILK-1.OTF);}
@font-face {font-family: Humanist521BT;src: url("../font/Humanist521BT.TTF");    }
@font-face {font-family: PingFang; src: url(../font/PingFangLight.TTF);}
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:#fe0000;}

ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.fot_blank{height:1rem;}
.blank60{height:60px;}
.blank70{height:70px;}
.blank80{height:80px;}

/*滚动条美化*/
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{width: 90%; margin: auto; max-width: 1460px; 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;}

/*文字省略*/
.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_3  li{width: 32%; margin-right:2%;}
.col_4  li{width: 23.8%; margin-right:1.6%;}
.col_3  li:nth-child(3n),
.col_4  li:nth-child(4n){ margin-right:0;}



/*头部*/
.header{height:125px; 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.15); transition:2s}
.header.on:before{ width:0%}
.header .logo{ height:125px; display:flex;  align-items:center; transition:0.5s all;}
.header .logo img{ height:60px; display:block;  transition:0.5s all;}

/*电话*/
.header .tel{ font-size:.18rem; color:#fff; height:125px; display:flex; justify-content:center;align-items:center; font-family:din;  transition:0.5s all;}
.header .tel i{font-size:.16rem; margin-right:10px;}

/*下拉菜单*/
.navBox {height:125px; transition:0.5s all; margin-right:.5rem;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 .3rem; position: relative;}
.navBox .nav li>a {display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .bg {background: #c00;position: absolute;left: 50%;bottom: 0px;width:0;display: block;height:0.025rem;transition: 0.6s;z-index: -1; opacity: 0;visibility: hidden;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:15px;color: #fff;}
/*.navBox .nav li.active a .bg,.navBox .nav li.curr a .bg {left:0;width: 100%; opacity: 1; visibility: visible; }*/
.header_scroll .navBox .nav li>a .bg {background: #fc0;}

.subNavbox{width:100%;position:absolute; top:80%;left:50%;background:rgba(255,255,255,.96); -webkit-transform:translate(-50%,10px); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 20px rgba(0,0,0,.2);}
.subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent rgba(255,255,255,.96);}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.subNavbox a{display:block;position:relative;font-size:14px;padding:15px 0; transition:0.3s all; text-align: center; }
.subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background: #fe0000;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);transition:0.3s all;}
.subNavbox a.active,.subNavbox a:hover{color:#fe0000}
.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:#444; height:80px; transition: 0.5s all; /*box-shadow: 0 2px 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 .tel{height:80px;}
.header_scroll .logo img{height:50px;/* filter: grayscale(100%) brightness(500%);*/}
.header_scroll .subNavbox{top:100%;}


.container01 {position: relative;height: 100vh;max-height: 100%; overflow: hidden;}

/*======================轮播图======================*/
/*焦点图*/
	#banner {width:100%; height:100vh; position: fixed; z-index:0; background:#000; overflow:hidden;}
	#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%; display: flex; flex-direction:column; justify-content:center; text-shadow:rgba(0,0,0,0.5) 1px 1px 2px; text-align:center;}
	#banner .txt h3{font-size:.42rem; color:#fff;  margin-bottom:.2rem; letter-spacing:8px; font-weight:lighter;}
	#banner .txt p{font-size:.2rem; color:#fff; line-height:2em; letter-spacing:18px; font-weight: lighter;}

	#banner .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.3s;}
	#banner .txt p {transform:translateY(200px);opacity:0;transition:all 0.6s;}
	#banner .txt .viewmore {transform:translateY(200px);opacity:0;transition:all 0.9s; margin-top:50px;}
	#banner .swiper-slide-active .txt h3,
	#banner .swiper-slide-active .txt p,
	#banner .swiper-slide-active .txt .viewmore{transform:translateY(0px);opacity:1; transition-delay:1s;}

	.viewmore {position: relative;}
	.viewmore a{pointer-events: all; display: block;width: 110px;height: 46px;line-height: 46px;border: 1px solid rgba(255,255,255,.35); color:#fff;padding:0 25px;position: relative;transition:all 0.3s; }
	.viewmore a i{width: 20px;height: 20px;position: absolute;right: 15%;top: 50%;margin-top: -10px; background: url("../images/rb-1.png") center no-repeat;}
	.viewmore a:after { position:absolute; right:0; top:0; content: ""; width:0;background:rgba(255,255,255,.35);height:100%; transition:0.6s all;}
	.viewmore a:hover:after{width:100%; left:0;}

	#banner .swiper-slide .pic {height:100%; position:relative; z-index:1;}
	#banner .swiper-slide .pic img{width:100%;height:100%;transition: all 4s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block; /*-webkit-filter: blur(30px); filter: blur(30px);*/}
	#banner .swiper-slide-active .pic img{ transform: scale(1.05,1.05);  -webkit-transform: scale(1.06,1.06);  transition-delay:0.8s;/* -webkit-filter: blur(0px); filter: blur(0px);*/}

	
/*按钮切换*/	
	.swiper-ctrl {position: absolute;right: 3%;bottom: 5%;width: 220px;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;
		}
	}


#banner .swiper-slide:before {
    content: "";
    background: rgba(0,0,0,.0) url(../images/header_bg.png) repeat-x left top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#banner .swiper-slide:after {
    content: "";
    /*background: url(../images/banenr_line.png) repeat-x;*/
	background: rgba(0,0,0,.25);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: .8;
    z-index: 3;
}

.content_box {position: relative; background:#fff;z-index: 1;}

/*页面标题*/
.main_tit{ padding:68px 0 45px; position:relative; text-align:center;}
.main_tit h3{ font-size:.33rem; color:#333; font-weight:lighter;}
/*.main_tit h3:after {content: "";display: block;width: .25rem;background: #fe0000;height: 3px;margin: 16px auto 16px auto;}*/
.main_tit h5{ font-size:15px; color:#d4d4d6;text-transform:uppercase; font-weight:normal; margin-top: 8px;}

/*页面标题2*/
.main_tit2{ padding:60px 0 50px; position:relative; text-align:center;}
.main_tit2 h3{ font-size:.4rem; color:#000; font-weight:normal; margin-bottom:15px;}
.main_tit2 h5{ font-size:15px; color:#d4d4d6;text-transform:uppercase; font-weight:normal;}


/*项目案例*/
.xmal_nav{text-align:center; margin-bottom:.5rem;}
.xmal_nav a{font-size:15px; height:30px; display:inline-block; color:#6c6b6b; margin:0 15px; position:relative;}
.xmal_nav a.on,.xmal_nav a:hover{color:#424242;}
.xmal_nav a:before { content: "";position: absolute;right: 0;bottom: 0;width: 0;height: 1px;background: #424242;transition: 0.6s;}
.xmal_nav a:hover:before,.xmal_nav a.on:before {left: 0;width: 100%;}

/*================图片列表=====================*/
.pic_list{}
.pic_list  li{position:relative; overflow:hidden;margin-bottom:25px;}
.pic_list  li .pic{  background:#000; overflow:hidden; position:relative;}
.pic_list  li img{width:100%; display:block; transition:0.3s all; opacity:1;}
.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:14px; transition:0.6s all;}
.pic_list  li:hover .txt{color:#fff; transform:scale(0.5);}

/*-查看详情-*/
.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);}


/*==========首页公司简介模块===============*/
.about_us{max-width:1920px;min-width:1200px;background:url(../images/about_bg.jpg) no-repeat center fixed #636363 ;height:550px; background-size:cover; position:relative;}
.index_about{width:1200px; margin:auto; font-size:14px; line-height:2em; text-align:center;}
.index_about p{ color: rgba(255,255,255,0.9);}

/* 快捷按钮 */
.about{width:1100px; margin:60px auto 0 auto; }
.about li{width: 25%;}
.about li a{width: 125px;height: 125px; color:#444; transition:0.5s; margin: 0 auto; position:relative; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.about li h5{text-align: center;font-size: 14px; margin-top: 5px;font-weight: normal;}
.about li a:hover{ color:#fff;}
.about li a img{ transition:0.5s all;}
.about li a:hover img{filter: grayscale(100%) brightness(1000%);}

.about li a:before {content: "";width: 100%;height: 100%;border-radius: 50%;
	background:rgba(255,255,255,0.8);
	/*border:solid 1px rgba(255,255,255,0.6);*/
	display: block;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	transition: all 0.5s ease 0s;
}
.about li a:after {content: "";width: 100%;height: 100%;border-radius: 50%;
	background: #c00;
	display: block;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0;
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	visibility: hidden;
}
.about li a:hover:before {
	opacity: 0;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}
.about li a:hover:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
}



/*==========网站首页新闻中心===============*/
.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:#c00; 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 25px;}
.new_list li .txt h5{ font-size:16px; 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;}




/* 底部 */
.foot_bg{ width:100%; min-width:1200px; background:url(../images/foot_map.png) no-repeat center top #262626; padding:70px 0; position:relative;}
.fot_line{border-right:rgba(255,255,255,0.05) 1px solid; min-height: 180px; box-sizing:border-box;}

.foot_nav{width:calc(100% - 620px);}
.foot_nav dt {position:relative; font-size:16px; height:42px; border-bottom:solid 1px rgba(255,255,255,0.2); margin-bottom:15px;}
.foot_nav dt:after {width: 15px;height: 2px;position: absolute;left: 0;bottom: -1px;content: '';background: rgba(255,255,255,0.6);}
.foot_nav dt a{color:#fff; transition:0.5s all;}
.foot_nav dd{line-height:2.4;}
.foot_nav dd a{ font-size:14px; color:rgba(255,255,255,0.7);transition:0.5s all;}
.foot_nav dd a:hover,.footer_nav dt a:hover{color:#fff;}

.b_weixin{width:200px;min-height:200px; margin-left:30px; text-align:center; /*border-right:rgba(255,255,255,0.05) 1px solid;border-left:rgba(255,255,255,0.05) 1px solid;*/}
.b_weixin h4{padding: 0 0 0 20px;font-size: 16px; font-weight:normal;color: #fff;background: url(../images/icon_ewm.png) 45px center no-repeat; margin-bottom: 25px;}
.b_weixin li{}
.b_weixin li img{ width:108px; height:108px; margin-bottom:10px;}
.b_weixin li p{font-size: 14px; text-align:center; color:rgba(255,255,255,0.6);}

.b_contact{width:330px;padding:0 0 0 25px; box-sizing:border-box;}
.b_contact h4{padding: 0 0 0 30px;font-size: 16px; font-weight:normal;color: #fff; background: url(../images/icon_ren.png) left center no-repeat;margin-bottom: 20px;}
.b_contact p{ font-size:14px;color:rgba(255,255,255,0.6); line-height:34px;}
.b_contact p.foot_tel {font-size: 38px;font-family: din;margin-bottom: 10px;color: #fff;}

.foot_end{ width:100%; min-width:1200px; margin:0px auto; padding:18px 0;  position:relative; background:#222; color:rgba(255,255,255,0.46); text-transform:uppercase; font-size:12px;}
.foot_end a{color:rgba(255,255,255,0.36);}
.foot_end span,.foot_end a{color:rgba(255,255,255,0.46); margin:0 5px;}
.foot_end span{ float:right; color:rgba(255,255,255,0.46); font-size:12px;}

@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.06);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}  

/*二级页面 banner*/
.page_ban{ width:100%; max-width:1920px; position:relative;min-width:1200px; overflow:hidden;}
.page_ban .pic img{width:100%; display:block; opacity:1;}
.page_ban .pic {height:520px; 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; justify-content:center; align-items:center;}
.page_ban .txt h5 { font-size: .3rem; font-weight:lighter; letter-spacing:2px; margin-bottom:6px;color: #fff;/*text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);*/ font-family:BarlowCondensed-Regular; text-transform:uppercase;}
.page_ban .txt h3 { font-size: .25rem; font-weight:lighter; letter-spacing:5px; color: #fff;/*text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);*/  }

.page_ban .txt {
  opacity: 0;
  animation: o-upfade-top 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.page_ban.active .txt {opacity: 1;transform: translateY(0);}

.page_ban:before {
    content: "";
    background: rgba(0,0,0,.1) url(../images/header_bg.png) repeat-x left top;
    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;
}*/


/*位置*/
.sub_weizhi{ line-height:60px; height:60px; background:#f8f8f8; border-bottom: #e8e8e8 0px solid; min-width:1200px; margin:auto; overflow:hidden;}
.sub_weizhi .weizhi{background:url(../images/home_icon.png) no-repeat left center; padding-left:25px;  color:#666; font-size:12px;}
.sub_weizhi .weizhi a{ color:#666;}

/*===================子栏目导航================*/
#n_nav a{position: relative;float: left;display: block;width: 125px;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; background: url(../images/bg_n_nav.png) center no-repeat; 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:#c00; 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; }

 
/*======================公司概况======================*/
.page_about{width:1000px; margin:0px auto 40px auto;}
.page_about h1{font-size:25px; font-weight:normal; margin-bottom:35px; text-align:center;}
.page_about p{font-size:14px;color: #666;line-height:2;margin-bottom:20px;text-align: justify;text-justify: distribute;}

.page_about .pic{ width:50%; background:url(../images/wangdian.png) no-repeat right top; box-sizing:border-box; padding:.9rem .7rem 0 0;}
.page_about .pic img{width:100%;}

/*数字*/
.shuzi{margin-top:40px;}
.shuzi ul{display: flex;justify-content:space-between;}
.shuzi li{ color:#333; flex:1; text-align:center;  position:relative;   font-size: .25rem;}
.shuzi li i{font-size: .8rem; font-style:normal; margin-right:2px; font-family:"BarlowCondensed-Regular";}
.shuzi li p{line-height:30px; color:#333; font-size:16px;text-align:center; } 


/*======================公司介绍轮播图======================*/
#page_about {width:100%; position:relative; z-index:0; background:#000; overflow:hidden;}
#page_about .swiper-slide img{width:100%; display:block;cursor: url(../images/move.png),default!important;}
	
/*按钮切换*/	
#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;}


/*企业文化*/
.qywh1 li{ width:24.3%; position:relative; background:#f2f4f8; transition:0.6s all;}
.qywh1 li:after{ content:""; display:block; position:absolute; right:0; bottom:0; width:0; height:2px; background:#c00; transition:0.6s all;}
.qywh1 li:hover:after{width:100%; left:0;}

.qywh1 li .txt{ padding:.5rem .4rem;  }
.qywh1 li .txt h3{font-size:.35rem; color:#c00;  margin-bottom:20px; font-family:din;}
.qywh1 li .txt h5{font-size:22px; font-weight:lighter;  margin-bottom:20px;}
.qywh1 li .txt h5 img { height:30px; margin-right: 15px;vertical-align: middle;}
.qywh1 li .txt p{line-height:2; font-size:15px; color:#666; text-align:justify;}

.qywh1 li:before {content: "";width: 100%;height: 100%;background:rgba(0,0,0,.1);display: block;position: absolute;z-index: -1;left: 0px;top: 0px;transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0;
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);visibility: hidden;
}
.qywh1 li:hover:before {transform: scale(1);-webkit-transform: scale(1);opacity: 1;visibility: visible;}



.qywh2{ margin-top:.2rem;}
.qywh2 li{width:49.5%; position:relative; color:#fff; border-radius:0px; overflow:hidden;}
.qywh2 li .pic{ width:100%;overflow:hidden;}
.qywh2 li .pic img{width:100%; display:block;}
.qywh2 li .txt{position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0); box-sizing:border-box; padding:.6rem;transition: 0.3s all;}
.qywh2 li .txt h5{font-size:25px; font-weight:normal; margin-bottom:20px;}
.qywh2 li .txt h5:after{content:"";display: block;width:20px;background:rgba(255,255,255,0.5); height: 2px; margin:15px 0; }
.qywh2 li .txt p{font-size:15px; line-height:25px; margin-bottom:10px;}

  
/*资质荣誉列表页*/
.zzry_list li{ width:23%;  margin-right:2%; margin-bottom:25px; position:relative; text-align:center; overflow:hidden;}
.zzry_list li .pic{height:360px; background:#f2f4f8;}
.zzry_list li .pic img{max-width:85%;max-height:90%;display: inline-block;opacity:1;}
.zzry_list li .txt{ background:rgba(0,0,0,0.4); position:absolute; 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);}


/*===================施工项目================*/
.sgxm_list{}
.sgxm_list .pic{width:68%; overflow:hidden;}
.sgxm_list .pic img{width:100%; display:block;}
.sgxm_list .txt{width:32%; padding:.5rem .5rem; box-sizing:border-box; color:rgba(255,255,255,.9); background:#636363; }
.sgxm_list .txt li{ line-height:2.4; } 
  
/*================团队列表=====================*/
.team_list{ margin-top:.75rem;}
.team_list  li{position:relative; background:#f2f4f8; margin-bottom:25px; transition:0.5s all;}
.team_list li:hover{ transform: translate3d(0, -10px, 0);-webkit-transform: translate3d(0, -10px, 0); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}
.team_list  li .pic{overflow:hidden; position:relative; width:1.5rem; height:1.5rem; border-radius:100%; position:absolute; top:-.75rem; left:50%; transform:translate(-50%,0);}
.team_list  li img{width:100%; display:block; transition:0.5s all; opacity:1;}
.team_list  li:hover img{transform:scale(1.1);}
.team_list  li .txt{ padding:.3rem .3rem; margin-top:.75rem; text-align:center;}
.team_list  li .txt h5{font-size:.16rem; transition:0.6s all; margin-bottom:.2rem; }
.team_list  li .txt p{ line-height:1.8; transition:0.5s all;}

 
  
 /*联系我们*/
.lxfs_list {margin-bottom:1rem;}
.lxfs_list  li{width:23%; text-align:center; border-radius: 3px; transition: .3s all; background:#f2f4f8;  padding:50px 15px; height:265px; box-sizing:border-box; /*box-shadow: rgba(0,0,0,.1) 0px 5px 20px;*/}
.lxfs_list  li .ico{width:80px; height:80px; background:#fff; border:solid 0px #c00; transition:0.3s all; border-radius:100%; margin:0 auto;display:flex; flex-direction:column; justify-content:center;align-items:center;}
.lxfs_list  li:hover .ico img{transition:0.3s all;}
.lxfs_list li:hover{ transform: translate3d(0, -10px, 0);-webkit-transform: translate3d(0, -10px, 0);}
.lxfs_list  li:hover .ico{background:#c00;width:100px; height:100px; margin-top:-10px;}
.lxfs_list  li:hover .ico img{filter: grayscale(100%) brightness(1000%);}

.lxfs_list  li h5{font-size:16px; font-weight:normal; margin:25px 0 15px 0;}
.lxfs_list  li p{ }

.map{border:solid 1px #e8e8e8; margin-top:60px;}
/*留言背景*/
.form_bg{}
.form_bg .pic{width:50%; background: url(../images/consult_bg.jpg) no-repeat center; background-size: cover;}
.form_bg .form_con{ width:50%;background: #636363;color: #fff; padding:45px 6% 50px 80px; box-sizing:border-box;}
.form_bg .form_con h3{font-size:.3rem; font-weight:normal;margin-bottom:15px;}
.form_bg .form_con h5{font-size:14px; font-weight:normal; margin-bottom:40px; color:rgba(255,255,255,0.9);}


/*留言*/
.message_input {margin-bottom:15px;}
.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #ccc;font-size:14px;font-family:Microsoft Yahei;}
.message_input li{ width: 45%;} 
.message_input input{border: none;background: none;outline: none;border-bottom: 1px solid rgba(255,255,255,0.2);width: 100%;padding:15px 0; font-size:14px; color:#fff;} 
.message_input input:focus,.message_input textarea:focus {border-bottom: 1px solid #333;}
.message_input textarea{clear: both;display: block;border: none;background: none;color:#fff;outline: none;border-bottom: 1px solid rgba(255,255,255,0.2);width: 100%;padding: 14px 0;box-sizing: border-box;min-height: 100px;} 

.message_input .form-group input{width:45%; }

.message_input .submit{ border:none;outline: none; font-size:15px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:#333; font-family:"微软雅黑"; transition:0.3s all; width:2rem; line-height:52px;}
.message_input .submit:hover{background:#c00; color:#fff; }
.message_input .submit i{margin-left:.25rem;}
 
  
  
  
  
  
/*=======================网站内页==========================*/
.page_side{width:300px; z-index:600; margin-top:60px;}
.page_con{width:calc(100% - 350px);background:#fff; box-sizing:border-box;margin-top:60px; padding:25px 60px;}

/*内容右侧*/
.show_side .con{}
.show_side .con h2{font-size:.22rem;  margin-bottom: .2rem;/* position:relative;  padding-left:15px;*/}
/*.show_side .con h2:before{ content: ""; position: absolute; left: 0; top: 4px; width:3px; height:.22rem; background:#c00;}*/


.show_side .serch{ position:relative;}
.show_side .serch input{ outline:none;}
.show_side .serch input[name=keyword]{ border:solid 0px #e8e8e8; background:#fff; width:80%; height:.6rem; font-size:.16rem; padding:0 20px; box-sizing:border-box;}
.show_side .serch input[type=submit]{ position:absolute; cursor:pointer; right:0; top:0; height:.6rem; width:20%;border:0; background: url(../images/serch.png) no-repeat center #c00;}

.show_side .swiper-container{ position:relative;}
.show_side .button-next{ float:right; outline:none;color: #7e7e7e;cursor:pointer;margin-top:5px;}

.show_side .swiper-container li a { display: block; width:100%; overflow: hidden; margin-bottom:.2rem;padding-bottom:.2rem; border-bottom:dotted 1px #ccc; }	
.show_side .swiper-container li a .time { font-size: .14rem;  color:#666; font-family:roboto_l;  margin-top:.1rem; margin-bottom:.05rem;}
.show_side .swiper-container li a .time i{font-size:.12rem; margin-right:.05rem;}
.show_side .swiper-container li a h4 { font-size:15px; font-weight:normal; line-height:2em; }

 

/*======================单页面内容页======================*/
.page_con .neirong {font-size:16px; color:#555;}
.page_con .neirong p {line-height:2;margin-bottom:20px; text-align:justify;}
.page_con .neirong img{max-width:100%;}


/*======================文章列表======================*/
.news_list li{line-height:3; font-size:16px; padding-left:20px; border-bottom:solid 1px #e8e8e8; position:relative;}
.news_list li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:#c00; position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.news_list li span{float:right; font-size:14px; color:#888;}





.news_box{ margin-top:60px;}
.news_box .news_con{width: 70%;}
.news_box .news_side{width: 27%;}

/*======================图文列表======================*/
.pic_art_list{}
.pic_art_list li{border-bottom:solid 1px #e8e8e8; padding-bottom:.35rem; margin-bottom:.35rem; transition: all .5s;}
.pic_art_list li .pic{width:3.3rem; float:left; margin-right:30px; overflow:hidden;}
.pic_art_list li .pic img{width:100%; display:block;}
.pic_art_list li .txt {}
.pic_art_list li .txt .time { font-size: .14rem;  color:#888; font-family:roboto_l;  margin:18px 0 15px;}
.pic_art_list li .txt h5{ font-size:.2rem; margin-top:.1rem;}
.pic_art_list li .txt p{ line-height:1.8em; color:#888; text-align:justify; }
.pic_art_list li .txt a.more {width: 125px;height: 38px; line-height: 38px; margin-top:15px; border: 1px solid #dadada;display:inline-block;text-align: center;color: #666; transition: all .5s;}
.pic_art_list li .txt a.more:hover {background: #c00;color: #fff;border-color: #c00;}



.hot_news {margin: 0px 0 30px;border: 1px solid #e6e6e6;padding: 25px 25px 0px;position: relative;}
.hot_news .top {line-height: 28px;font-size:18px;border-bottom: 1px solid #e8e8e8;padding-bottom:15px; margin-bottom:.1rem;}
.hot_news .top .button-next{outline:none;color: #888;cursor:pointer; font-size:14px; margin-top:2px;}

.hot_news .swiper-container li a { display: block; width:100%; overflow: hidden; margin-bottom:15px;padding-bottom:15px; border-bottom:dotted 1px #ddd; }
.hot_news .swiper-container li a:last-child {border-bottom:none;}	
.hot_news .swiper-container li a .time { font-size: .14rem;  color:#888; font-family:roboto_l;  margin-top:.1rem; margin-bottom:10px;}
.hot_news .swiper-container li a .time i{font-size:.12rem; margin-right:.05rem;}
.hot_news .swiper-container li a h4 { font-size:15px; font-weight:normal; line-height:1.8em; }


/* 表单样式 */
.bd_box{width:1000px; margin:auto;}
.biaodan{}
.biaodan li{ }
.biaodan input[type=text]{width:200px; 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 #c00;}
.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:#c00; color:#fff; border:none; font-size:16px; border-radius:3px; cursor:pointer; outline:none; transition:all 0.3s; }
.biaodan .submit:hover{background:#f60;}

.show_box{width:1000px; margin:auto;}

/*文章标题*/
.title_txt {font-size:.28rem;line-height:1.8; margin-top:.6rem; text-align:center;}
.art_info{margin-bottom:.3rem; color:#888; border-bottom: solid 1px #eee; text-align:center; margin-right:65px;}
.art_info em{position:relative;font-size:13px; display:inline-block; line-height:.6rem; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#999;}
.share{ position:absolute; left:30px; top:15px; width:200px; transform:scale(0.76);}



/*正文*/
#art_box { font-size:16px; text-align:justify; line-height:2em; color:#555;}
#art_box p {margin-bottom:.2rem; }
#art_box p img,#art_box img{ max-width:100%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; }
#art_box table tr:nth-child(1){ font-size:14px; }
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;}
#art_box a{color: blue;}

.qrcode{text-align:center;  margin-top:10px;}
.qrcode img{width: 150px;}

.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:#c00;
}

.xg_art{}
.xg_art li{position:relative; padding-left:15px; font-size:15px; width:48%; box-sizing:border-box; line-height:2.6;}
.xg_art li:before{ content: ""; display: block; width:6px; height:6px; border-radius:5px; background:#c00; 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;}
.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;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:#c00;border:solid 0px #c00;}



  
/*=======================内页左侧tag==========================*/  
.left_key{}
.left_key .con{ padding:15px 10px; background:#fff;  }
.left_key .con a{ background:#f1f1f1; padding:0 10px; line-height:30px; display:inline-block;  margin:5px 2px; transition:0.3s all;}
.left_key .con a:hover{ background:#0f8ee7; color:#fff;}



/*搜索页面*/
.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:#c00;}


.serch_n{ padding: 0px 300px; position:relative; margin-bottom:.2rem;}
.serch_n input{width:100%; padding:15px 25px; font-size:.18rem; 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 #c00; background-size:20px auto;}

/*======================返回按钮======================*/
.n_bottom{ text-align:center; margin-top:.8rem;}
.n_bottom ul li{display:inline-block;margin: 0 15px;cursor: pointer;}
.n_bottom ul li .img{display:inline-block;width:55px;height:55px; border: #ddd 1px solid; background:;border-radius:5px;text-align:center;overflow: hidden; transition:0.6s; box-sizing:border-box;}
.n_bottom ul li .img h6{height:100%;transition:0.6s;overflow: hidden;}
.n_bottom ul li h5{ font-size:13px; color:#888; margin-top:6px; font-weight:normal;}
.n_bottom ul li a{ display:block;}
.n_bottom ul li a:hover .img h6{transform: translateY(-53px);}
.n_bottom ul li a:hover .img{ border:#c00 1px solid; background:#c00}


/*右侧浮动*/
.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: #c00;}
.online_q .btn2:hover span svg{ fill:#fff;}

#gotop.hide{ height:0; overflow: hidden;}

.online_q .social-share{position:absolute;background: #c00;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 #c00;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;}


/*更多*/
.lookmore{ text-align:center;}
.lookmore a{display:inline-block;border: #ccc 1px solid; border-radius:3px;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:#c00 .01rem solid;background: #c00; 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: #c00;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: .2rem;
height: .2rem;
background: #c00;
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;
}
