﻿@charset "utf-8";
@font-face {font-family:BarlowCondensed-Regular; src:url(../font/BarlowCondensed-Regular.ttf);}
@font-face {font-family: roboto_l; src: url(../font/ROBOTO-LIGHT-10.TTF);}
@font-face {font-family: PingFang; src: url(../font/PingFangLight.TTF);}

/* CSS Document */
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";background:#fff;overflow-x:hidden}
a{text-decoration:none; color:#333; outline:none;}
a:hover{color:#0062B0;}

ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.blank10{height:10px;}
.blank15{height:15px;}
.blank20{height:20px;}
.blank30{height:30px;}
.blank40{height:40px;}
.blank50{height:50px;}
.blank60{height:60px;}
.blank70{height:70px;}
.blank80{height:80px;}
.fl{float: left;}
.fr{float: right;}

.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}
.t_right_center{display:flex; flex-direction:column; justify-content:center; align-items:flex-end;}
.t_center_nowrap{display:flex; justify-content:center;align-items:center;}

/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}

.main100 {width: 90%; margin: auto; max-width: 1440px; min-width: 1200px;}
.main{width:1200px; margin:auto;}

.bg_hui{ background:#f8f8f8;}

.table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.table_cell{ display:table-cell; vertical-align:middle}

/*头部*/
.header{height: 70px; z-index: 100;width: 100%; min-width:1200px; position:fixed;}
.header .bg{width:100%; height:100%;  transition:0.3s all; background:rgba(0,0,0,0);}
.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:100%}
.header .logo img.on{display:block;}
.header .logo img.off{display:none;}
.header .logo{/* float:left; margin:16px 0 0 2%; */ position:absolute; left:2%; top:16px; transition:0.3s all;}
.header .logo img{height:36px;   transition:0.3s all;}


/*======================语言======================*/
.header_lag{height: 20px; line-height: 20px;background:url(../images/top_lag.png) left center no-repeat;padding:0 20px 0 23px;margin:25px 1% 0 0px; position:relative;}
.header_lag { display:block;  color:#fff;}

/*电话*/
.header_tel{ font-size:18px; color:#00b0ec; font-weight:bold; background:url(../images/icon-call.png) no-repeat left center; padding-left:20px; margin-right:1.2%; line-height:70px;}
.header_tel a{color:#00b0ec; }

/*下拉菜单*/
.navBox {width:760px;margin:auto;}
.nav li {float: left;height: 70px;padding: 0 20px;}
.nav a {display: block;position: relative;padding: 0; height:70px;line-height:70px;perspective: 300px;transform-style: preserve-3d;}
.nav a .bg {background:#2A72BE;position: absolute;left: 0px;bottom: 0px;width:0;display: block;height: 2px;transition: 0.6s;z-index: -1; opacity: 0;visibility: hidden;}
.nav a .txt {position: relative;z-index: 2;font-size: 15px;color: #fff;}
.nav .active a .bg,.nav .curr a .bg {width: 100%; opacity: 1; visibility: visible; }
.nav .active a .txt,.nav .curr a .txt{ color:#fff}

.subNavbox { position: absolute; left: 0px; top: 70px; width: 100%; height:280px; padding: 50px 0px 0px 0px;  background:rgba(255,255,255,0.98);border-top: 1px solid rgba(0,0,0,.1); box-shadow: 1px 3px 5px 0 rgba(88, 88, 88, 0.2); display: none;}
.subNavbox .left{width: 290px;height: 175px;overflow: hidden;float: left; border-radius:0px;}
.subNavbox .left img{width:100%; height:100%; display:block;}

.subNavbox .right{width: 280px;height: 175px;overflow: hidden;float: right;border-left: solid 1px #e8e8e8;padding-left: 50px;}
.subNavbox .right h3 {font-size:18px;margin: 5px 0 15px 0; color:#000; font-weight:normal;}
.subNavbox .right p {color: #666666;text-align: justify;line-height: 28px; }

.subNavbox .mid {width: 520px;float: left; margin-left:50px; margin-top:-5px;}

/*.subNavbox .sub_txt{ margin-left:calc(2% + 222px);}
*/
.subNavbox .mid dd{width:50%; float:left; padding-right:40px; box-sizing:border-box;}
.subNavbox .mid dd a{display: block; border-bottom:1px solid rgba(0,0,0,.1); position:relative;height: 42px;line-height: 42px; color:#666;
	background: url(../images/icon_sj.png) no-repeat right 5px center; transition:0.3s all; }
.subNavbox .mid dd a:hover{ background: url(../images/icon_sj.png) no-repeat right center; color:#0062B0; }
.subNavbox .mid dd a:after {content:"";background:#0062B0;position: absolute;left: 0px;bottom: -1px;width:0;display: block;height: 1px;transition: 0.6s;z-index: -1;}
.subNavbox .mid dd a:hover:after{ width:100%;}

.subNavbox .mid p{padding-right:40px; box-sizing:border-box;}
.subNavbox .mid p a{display: block; border-bottom:1px solid rgba(0,0,0,.1); position:relative;height: 42px;line-height: 42px; color:#666;
	background: url(../images/icon_sj.png) no-repeat right 5px center; transition:0.3s all;}

a.h_more{ width:88px; line-height:30px; height:30px; text-align:center; transition:0.3s all; font-size:12px;display:inline-block; background:#0062B0; border:solid 1px #0062B0; color:#fff; border-radius:32px;}
a.h_more:hover{background:#00b0ec; border:solid 1px #00b0ec; color:#fff;}

/*产品服务下拉*/
.head_qh{ margin-top:-20px;}
.head_qh .hd{ }
.head_qh .hd ul{}
.head_qh .hd ul li{ float:left; margin-right:10px; width:80px; height:30px; line-height:30px; text-align:center; cursor: pointer; border:solid 1px #ddd; position:relative; }
.head_qh .hd ul li.on{ background:#0062B0;border:solid 1px #0062B0; color:#fff;}
.head_qh .hd ul li.on:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%; margin-left:-8px;
    border-top: #0062B0 12px solid;
    border-left: transparent 10px solid;
    border-right: transparent 10px solid;
}

.head_qh .hxjs{ line-height:2em; padding:10px 40px 0 0; text-align:justify;}


/*下拉*/
.header_scroll {}
/*.header_scroll:before{content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#ddd; transition: 0.01s all;}*/
.header_scroll .bg{background:rgba(255,255,255,1); transition: 0.5s all; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.header_scroll .logo img.on{display:none;}
.header_scroll .logo img.off{display:block;}
.header_scroll .header_lag {color:#333;}
.header_scroll .header_lag{background:url(../images/top_lag_on.png) left center no-repeat;}
.header_scroll .header_tel{color:#00b0ec; background:url(../images/icon-call0.png) no-repeat left center;}
.header_scroll .logo img.on{display:none;}
.header_scroll .logo img.off{display:block;}
.header_scroll .nav a .txt{ color:#333;}



/*======================轮播图======================*/
/*焦点图*/
	#banner {width:100%; height:100vh; position:relative; z-index:0; background:#000; overflow:hidden;}
	#banner .txt{ position:absolute;z-index: 2;left: 0;top: 45vh;width: 100%; text-align:center;height: 100vh;transition: .8s;text-shadow:rgba(0,0,0,0.5) 1px 1px 2px;}
	#banner .txt h3{font-size:.6rem; color:#fff; font-weight:normal; margin-bottom:.2rem; text-align:center;}
	#banner .txt .v-split {
		display: inline-block;
		width: 1px;
		height: .5rem;
		vertical-align: middle;
		background: rgba(255,255,255,0.6);
	}
	#banner .txt h3 span{margin:0 5px;}
	#banner .txt p{font-size:.3rem; color:#fff; text-align:center;}

#banner .swiper-slide-active .txt { 
	-webkit-animation: trantop 1s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
	animation: trantop 1s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}
@-webkit-keyframes trantop {
from {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity:0;
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity:1;
}
}
@keyframes trantop {
from {transition-delay: 5s;
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity:0;
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity:1;
}
}

	#banner .swiper-slide video {width: 100%; display:block;}
	#banner .swiper-slide .pic img{width:100%; height:100vh; transition: all 4s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block;opacity:1;}
	#banner .swiper-slide-active .pic img{width:100%; transform: scale(1.1,1.1);  -webkit-transform: scale(1.1,1.1);  transition-delay: 1s; opacity:1;}
	
/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next {width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0.3;}
	#banner .swiper-button-prev {background-position: 0 0;}
	#banner .swiper-button-prev:hover { background-position: 0 -144px;}
	#banner .swiper-button-next { background-position: 0 -72px;}
	#banner .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
	#banner .swiper-pagination{bottom: 38px;}
	#banner .swiper-pagination-bullet {width: 38px;height: 3px;border-radius: 0;background: rgba(255, 255, 255, .2);opacity: 1;position: relative;margin: 0 5px !important;}
	#banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 0;height: 3px;z-index: 1;transition: 0s;}
	#banner .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease;}
/*鼠标*/	
	#banner .mouse{position:absolute; width:100%; left:0; top:78vh; 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(.25rem);
		transform: translateY(.25rem);
		opacity: 0;
		}
	}
	@keyframes arrowMove {
	  to {
		-webkit-transform: translateY(.25rem);
		transform: translateY(.25rem);
		opacity: 0;
		}
	}
/*点*/
	#particles-js{position: absolute;width: 100%; z-index:2; }
	#particles-js {opacity: 0.6;}



	
/*页面标题*/
.main_tit{ padding:.6rem 0 .45rem; position:relative; text-align:center;}
.main_tit h3{ font-size:.36rem; color:#000; font-weight:normal;}
.main_tit h3:after {content: "";display: block;width: .18rem;background: #0062B0;height: 2px;margin: 16px auto 16px auto;}
.main_tit h5{ font-size:.16rem; color:#888;text-transform:uppercase; font-weight:normal;}

/*页面标题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:#888;text-transform:uppercase; font-weight:normal;}

/*产品与应用*/
.pro_ser{}
.pro_ser li{width:49%;}
.pro_ser li .pic {overflow:hidden; background:#000;}
.pro_ser li .pic img{width:100%; display:block; transition:0.35s all;}
.pro_ser li .txt{ width:100%; padding:.25rem .25rem; background:#fafafa; box-sizing:border-box; position:relative; transition:0.3s all; overflow:hidden;}
.pro_ser li .txt h5{font-size:22px; font-weight:normal; color:#000; margin-bottom:10px;}
.pro_ser li .txt p{ line-height:24px;color:#666; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; margin-bottom:25px;}

.pro_ser li:hover .pic img{-moz-transform:scale(1.1); -o-moz-transform:scale(1.1); -webkit-moz-transform:scale(1.1); transform:scale(1.1); opacity:0.8;}

.pro_ser li .txt hr {height: 1px;border: 0;background: #dcdfe0;margin: 25px 0px 20px;}
.pro_ser li .txt h6 span{margin-left:-60px; margin-right:10px;  -moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;float:left;margin-top:0px;}
.pro_ser li .txt h6 small{ font-size:12px; font-weight:normal; color:#686868}
.pro_ser li .txt h6 i{ float:right; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.pro_ser li:hover .txt h6 span{display:inline-block; width:35px; margin-left:0px }
.pro_ser li:hover .txt h6 i{ margin-right:-.8rem;}


/*关于我们*/
.index_about{width:1080px; margin:auto; line-height:2em; color:#555; text-align:center;}
.index_about p{}


/*数字*/
.shuzi{ height:160px; margin:80px auto 0 auto; background:#fff; position:relative; z-index:1;}
.shuzi ul{ position:absolute; width:80%; left:50%; margin-left:-40%;top:0;}
.shuzi li{float:left; color:#000;  position:relative; width:25%; text-align:center; box-sizing:border-box; font-size: .3rem;}
.shuzi li i{font-size: .6rem; font-style:normal; margin-right:2px; font-family:"BarlowCondensed-Regular";}
.shuzi li p{line-height:30px; color:#333; font-size:14px;}

/*首页视频*/
.index_video{width:100%; min-width:1200px; margin-top:-50px; position:relative;}
.index_video .pic {}
.index_video .pic img{width:100%; display:block;}
.index_video .video_play{ position:absolute; left:50%; top:50%; margin-left:-36px;margin-top:-36px;}
.index_video .video_play img{width:72px; display:block; transition: all 0.8s ease 0s;}
.index_video .video_play img:hover{
  cursor:pointer;
  transform:rotate(360deg);
-ms-transform:rotate(360deg); 	/* IE 9 */
-moz-transform:rotate(360deg); 	/* Firefox */
-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
-o-transform:rotate(360deg); 	/* Opera */
}

/*滚动新闻*/
.picScroll-left{position:relative;}
.picScroll-left .hd{background:#06C;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ width:.5rem; height:100%; background:#fff; border-radius:0; float:left; display:inline-block; color:#ccc; font-size:.28rem; font-family:simsun; cursor:pointer; text-align:center; line-height:100%; transition:0.3s all;  position:absolute; top:0; z-index:9; }
.picScroll-left .hd .prev{ left:-.28rem;}
.picScroll-left .hd .next{right:-.28rem;}
.picScroll-left .hd .prev:hover,.picScroll-left .hd .next:hover{ }

.picScroll-left .bd{ width:100%;}
.picScroll-left .bd ul li{float:left; width:33.33%;}

.picScroll-left .bd li .pic{width:90%; margin:0 auto 25px auto; overflow:hidden;}
.picScroll-left .bd li .pic img{width:100%; height:100%; display:block;}

.picScroll-left .bd li .txt{width:90%; margin:auto;}
.picScroll-left .bd li .time{width:85px; height:85px; background:#fff; transition:0.3s all; text-align:center; float:left; margin-right:15px;font-size:12px; border:solid 1px #ddd; box-sizing:border-box;}
.picScroll-left .bd li .time span{ font-size:25px; font-family:Arial, Helvetica, sans-serif; display:block; margin:18px 0 5px 0;}
.picScroll-left .bd li:hover .time{ background:#0062B0;border:solid 1px #0062B0; color:#fff;}

.picScroll-left .bd li h3{ font-size:.17rem; white-space:nowrap; text-overflow: ellipsis; overflow:hidden; line-height:30px; margin-bottom:5px;}
.picScroll-left .bd li p{font-size:13px; line-height:180%; color:#888;
/*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/	
	}



/* 服务客户 */
.hezuo{position: relative;width: 100%;height:520px;padding:20px 0 0px 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: absolute;z-index: 3;}
.hezuo ul { }
.hezuo ul li{float:left;width: 20%;margin-bottom:25px; }
.hezuo ul li a{display: block;
    margin: 0 8%;
}
.hezuo ul li img{ opacity: .8; display:inline-block; border-radius:3px; width:100%; transition:0.3s all;}
.hezuo ul li:hover img{opacity: 1;transform: translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}





/* 底部 */
.foot_bg{ width:100%; min-width:1200px; background:#1f1f1f; padding:70px 0;}
.fot_line{border-right:rgba(255,255,255,0.05) 1px solid; min-height: 180px; box-sizing:border-box;}

.footer_left{width:calc(100% - 670px);float:left;}
.footer_left .db_dh{width:20%;float:left; }
.footer_left .db_dh li{font-size:14px; height:30px;line-height:30px;}
.footer_left .db_dh li a{color:rgba(255,255,255,0.46);}
.footer_left .db_dh  .dh_first{height:40px; margin-bottom:10px;}
.footer_left .db_dh  .dh_first a{font-size:16px;color:#fff;}
.footer_left .db_dh li a:hover{color:#fff; text-decoration:underline;}

.b_weixin{width:220px;min-height:200px; 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 40px;font-size: 16px; font-weight:normal;color: #fff;background: url(../images/icon_ewm.png) 54px 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.46);}

.b_contact{width:400px;padding:0 0 0 50px; 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.46); line-height:34px;}

.foot_end{ width:100%; min-width:1200px; margin:0px auto; padding:18px 0;  background:#151515; 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;}


/*--------------------*/

/*二级页面 banner*/
.page_ban_active .pic{width:100%; height:100%; position:absolute; left:0; top:0;opacity:0.5;}

.page_ban_active .pic {
	visibility: visible !important;
	-webkit-animation: bgscale 3s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
	animation: bgscale 3s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}
@-webkit-keyframes bgscale {
from {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
@keyframes bgscale {
from {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}

.page_ban_active .table{ text-align:left}
.page_ban_active h4{ font-size:.46rem; color:#fff; font-weight:normal; margin-bottom:.25rem;}
.page_ban_active h5{ font-size:.28rem; color:#fff; font-weight:normal;}


.page_ban .letter span{display: inline-block;opacity: 0;filter: blur(10px);-webkit-filter: blur(10px);transform: translateY(-16px);}
.page_active .letter span{ opacity: 1; filter: blur(0px); -webkit-filter: blur(0px); transform: translateY(0px);}


.page_ban{ width:100%; height:68vh; max-width:1920px; position:relative;min-width:1200px; overflow:hidden; background:#000;}
.page_ban img{width:100%; display:block;}

/*位置*/
.sub_weizhi{ line-height:60px; height:60px; background:#f8f8f8;  min-width:1200px; margin:auto; overflow:hidden;}
.sub_weizhi .weizhi{background:url(../images/home_ico.png) no-repeat left center; padding-left:25px;  color:#666; font-size:12px;}
.sub_weizhi .weizhi a{ color:#666;}

.con_weizhi{background:url(../images/home_ico.png) no-repeat left center; padding-left:25px;  color:#666; font-size:.14rem; line-height:.8rem;}


/*===================子栏目导航================*/
#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:#0062B0; height: 60px; width: 0px; transition:0.6s all;}
#n_nav  a.on i,#n_nav  a:hover i{width:100%;}
#n_nav  a.on strong,#n_nav  a:hover strong{ color: #fff; }


/*===================公司介绍================*/
.page_about{}
.page_about .left{width:25%; float:left; position:relative;}
.page_about .right{width:75%; float:right;}

.page_about .left h2{font-size:.36rem; font-weight:normal; color:#000;}
.page_about .left span{ width:2px; display:inline-block; position:absolute; left:5px;}
.page_about .left span.line1{height:.35rem; background:#0062B0; top:.7rem;}
.page_about .left span.line2{height:1rem; background:#ccc; top:1.1rem;}
.page_about .left em{ position:absolute; left:16px; top:2.2rem; font-size:16px;color: rgba(0,0,0,0.3); font-weight:500; font-style:normal;text-transform: uppercase;letter-spacing: .03rem;transform: rotate(90deg);
	transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
}


.page_about .right .about_txt{ font-size:.16rem; color:#666; line-height:2em;}
.page_about .right .about_txt p{margin-bottom:1.5em; text-align:justify;}
/*@media only screen and (max-width: 1680px){.page_about .right .about_txt{ font-size:15px;}}
@media only screen and (max-width: 1440px){.page_about .right .about_txt{ font-size:14px;}}*/



/*======================公司介绍轮播图======================*/
#page_about {width:100%; position:relative; z-index:0; background:#000; overflow:hidden;}
#page_about .swiper-slide img{width:100%; display:block;}
	
/*按钮切换*/	
#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;}


/*======================企业文化模块======================*/
.mission-list-ctn {width:100%; min-width:1200px;height: 520px; position: relative;background:url(../images/culture02.jpg) no-repeat center #333; background-size:cover;}
.mission-list {width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;z-index: 300;color: white;}
.mission-list-item {flex: 1;position: relative;}
.mission-back {position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;filter: brightness(.6);}
.mission-list-item {display: flex;flex-direction: column;justify-content: center;align-items: center; border-right: 1px solid rgba(255, 255, 255, .2);}
.mission-list-ctn * {transition: .3s;}
.mission-list-item:last-of-type {border-right: none;}
.mission-title {font-size: .35rem;}
.mission-desc {max-width: 60%;}
.mission-desc p {margin: 0; font-size:.2rem;line-height: 1.5em;height: 0;overflow: hidden;}
.mission-list-item.active p {height: 3em;}
.mission-list-item.active .mission-title {margin-bottom: .2rem;}
.mission-list-item.active {flex: 2;}

/*======================核心竞争力======================*/

.hexin{ margin-top:30px;}
.hexin li{width:33.3%; text-align:center; float:left; border-right:solid 1px #e8e8e8; box-sizing:border-box; padding:25px 3%;}
.hexin li:last-child{border-right:0;}
.hexin li .ico img{ transition:0.8s all;}
.hexin li:hover .ico img{-webkit-transform: rotatey(180deg); transform: rotatey(180deg);}
.hexin li h3{ font-size:.2rem; margin:40px 0 30px 0;}
.hexin li p{ font-size:.16rem; color:#777; line-height:2em;}


/*======================返回按钮======================*/
.n_bottom{ text-align:center;}
.n_bottom ul li{display:inline-block;margin: 0 25px;cursor: pointer;}
.n_bottom ul li .img{display:inline-block;width:55px;height:55px; border: #ccc 1px solid; background:;border-radius:50%;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:.14rem; 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:#0062B0 1px solid; background:#0062B0}


/*======================大事记======================*/
.n_licheng .fl01 {background: url(../images/n_licheng_fl01_bg.jpg) center no-repeat;height: 360px;}

.n_licheng .fl01 h3 {font-size:42px;color: #fff; text-transform: uppercase; font-weight:normal; margin-bottom: 139px;padding: 60px 30px 0;font-family:"BarlowCondensed-Regular";}
.n_licheng .fl01 .miso_hd {width: 75%;float: right;}
.n_licheng .fl01 .miso_hd li {position: relative;text-align: center;outline:none;}
.n_licheng .fl01 .miso_hd li:before {
	content: "";
	position: absolute;
	width: 21px;
	height: 0;
	background: url(../images/jiantou0.png) center no-repeat;
	border-radius: 50%;
	left: 50%;
	margin-left: -11px;
	bottom: 8px;
	transition: 0.6s;
	overflow: hidden
}

.n_licheng .fl01 .miso_hd li h4 {font-size:46px; line-height:60px; height:60px;color: rgba(255,255,255,0.65);font-family:"BarlowCondensed-Regular";text-transform: uppercase;padding-bottom: 90px; font-weight:normal; transition:0.3s all; outline:none;}
.n_licheng .fl01 .miso_hd li h4:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-radius: 50%;
	left: 50%;
	margin-left: -12px;
	bottom: 26px;
	transform: scale(0);
	transition: 0.6s
}
.n_licheng .fl01 .miso_hd li h4:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #0869ac;
	border-radius: 50%;
	left: 50%;
	margin-left: -6px;
	bottom: 32px;
	transform: scale(0);
	transition: 0.6s;
}

.n_licheng .fl01 .miso_hd .slick-prev, .n_licheng .fl01 .miso_hd .slick-next {width: 52px;height: 52px;left:-30%;top: 34px; border:solid 1px rgba(255,255,255,0.5); border-radius:50%;}
.n_licheng .fl01 .miso_hd .slick-next {left:-20%;}
.n_licheng .fl01 .miso_hd li.slick-current h4 {color: #fff; font-size:52px;}
.n_licheng .fl01 .miso_hd li.slick-current:before {height: 10px;}
.n_licheng .fl01 .miso_hd li.slick-current h4:before {transform: scale(1)}
.n_licheng .fl01 .miso_hd li.slick-current h4:after {transform: scale(1)}

.n_licheng .fl02 {overflow: hidden;position: relative;top: -38px;margin-bottom: -39px;}
.n_licheng .fl02 li{outline:none;}
.n_licheng .fl02 .miso_bd h4 {float: left;font-size: 80px;color:#0062B0;font-family:BarlowCondensed-Regular;text-transform: uppercase;padding: 66px 0; width:25%; text-align:center; font-weight:normal;}
.n_licheng .fl02 .miso_bd .right {width: 75%;border-left: #e8e8e8 1px solid;padding: 80px 0;padding-left: 30px;min-height: 228px; box-sizing:border-box;}

.n_licheng .fl02 .miso_bd .right p {font-size: 14px;line-height: 28px;position: relative;margin-bottom: 28px;}
.n_licheng .fl02 .miso_bd .right p:before {content: "";position: absolute;left: -25px;width: 10px;height: 2px;top: 50%;background: #e8e8e8;}
.n_licheng .fl02 .miso_bd .right p:after {content: "";position: absolute;left: -39px;width: 12px;height: 12px;top: 50%;margin-top: -7px;background: #fff;
	border: #e8e8e8 2px solid;border-radius: 50%;}
	
	
	
/*======================分支机构======================*/

.jigou_list{}
.jigou_list li{background:#f8f8f8;overflow:hidden; margin-bottom:.5rem; transition:0.3s all; position:relative;}
.jigou_list li .pic{width:50%;float:left; overflow:hidden; position:relative;}
.jigou_list li .pic img{width:100%;display:block;}
.jigou_list li .txt{width:50%; float:left; padding:0 .5rem; box-sizing:border-box;}
.jigou_list li .txt .tit{ font-size:.2rem; margin:.5rem 0 .4rem 0;}
.jigou_list li .txt .info{}
.jigou_list li .txt .info dd{margin-bottom:.15rem; position:relative; padding-left:35px; line-height:26px;}
.jigou_list li .txt .info img{position:absolute; left:0; top:0;}


.jigou_list li:hover{ background:#0062B0; color:#fff;}
.jigou_list li .txt a.more {display: block;width: .4rem; height:.4rem; background: #00b0ec url(../images/img12.png) center no-repeat; position: absolute;z-index: 10;right: 0; bottom: 0;}
	
	
/*遮罩*/
.item-mask {width: 100%;height: 100%;background: rgba(0, 0, 0, 0);position: absolute;left: 0;top: 0;opacity: 0;-webkit-transform: rotateX(180deg) scale(0.5, 0.5);transform: rotateX(180deg) scale(0.2, 0.2); transition: all ease-out .5s;}
li:hover .item-mask {opacity: 1; -webkit-transform: rotateX(0deg) scale(1, 1); transform: rotateX(0deg) scale(1, 1);transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;background: rgba(0, 0, 0, 0.3);}
.item-mask .item-link-icon {display: block;width: .38rem;height:.38rem;border: .01rem solid rgba(255, 255, 255, .5);border-radius: 50%;position: absolute;left: 50%;top: 50%;margin-left: -.21rem;margin-top: -.21rem;}
.wjdh-link {display: block;width: .38rem;height: .38rem;background: url(../images/link.png) no-repeat center;}
	


/*分支结构内容页*/
/*焦点图*/
#fenzhi {width:100%; overflow:hidden; position:relative; z-index:9;}
#fenzhi .swiper-slide{text-align:center; overflow:hidden; width:100%;position:relative;}
#fenzhi .pic {}
#fenzhi .pic img{width: 100%; display:block;}

/*按钮切换*/	
	#fenzhi .swiper-button-prev,#fenzhi .swiper-button-next {width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat;}
	#fenzhi .swiper-button-prev {background-position: 0 0;}
	#fenzhi .swiper-button-prev:hover { background-position: 0 -144px;}
	#fenzhi .swiper-button-next { background-position: 0 -72px;}
	#fenzhi .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
	#fenzhi .swiper-pagination-bullet{width: 11px;height: 11px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.36); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
	#fenzhi .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 33px;border-radius: 30px;opacity: 1.0;}
	#fenzhi .swiper-pagination{bottom:15px;}
/*------------------------------*/

/*分支机构内容*/
.fenzhi_nr{}
.fenzhi_nr h1{margin-bottom:0.35rem; font-size:.25rem; font-weight:normal;}
.fenzhi_nr .nr{line-height:2em; color:#5a5a5a; }
.fenzhi_nr .nr p{text-align:justify; margin-bottom:.2rem; font-size:.16rem;}


.fenzhi_info {margin-top:50px;}
.fenzhi_info li { width:32%;margin-right:2%; float:left; height: 150px;  box-sizing:border-box; padding:0 20px; background:#f0f5f9; border-radius:5px;}
.fenzhi_info li:last-child{margin-right:0;}
.fenzhi_info img{ margin-bottom:15px; }	
	
/*======================资质荣誉列表页======================*/	
.honor{margin-bottom:1rem;}
.honor .tit {border-bottom:1px solid rgba(204,204,204,.6); margin-bottom:.3rem;height:45px;}
.honor .tit h3{background:#0062B0; height:46px; line-height:46px;padding:0 .3rem 0 .25rem; color:#fff;font-size:18px; border-radius:6px 6px 0 0;}
.honor .tit a{display:inline-block;line-height:.4rem; font-size:16px;}

.photos{display: grid; grid-template-columns: repeat(5, 1fr); gap: .25rem;grid-row-gap:.6rem;}
.photos figure{width:100%;margin:0; position:relative;background:#f8f8f8;}
.photos figure a{position:relative;}
.photos figure a img{max-width:90%;max-height:86%;display: inline-block;opacity:1;}
.photos figure p{ position:absolute; left:0; bottom:-35px; width:100%; text-align:center; font-size:.15rem;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.photos figure .zoom_in{ position:absolute; left:0; top:0; width:100%; height:100%; background:url(../images/icon-sq1.png) no-repeat center rgba(0,0,0,0.46); z-index:9; transition:0.5s all; opacity:0;}
.photos figure:hover .zoom_in{opacity:1; cursor:pointer;}	
	
	
/*======================专家团队======================*/	
.team_list{}
.team_list li{ border-bottom:solid 1px #e8e8e8; padding-bottom:.5rem;  margin-bottom:.5rem;}
.team_list li .pic{width:30%;float:left; overflow:hidden;}
.team_list li .pic img{width:100%; display:block;}
.team_list li .txt{float:right; width:65%;}
.team_list li .txt h5{font-size:.18rem; line-height:2em; margin-bottom:15px; }
.team_list li .txt p{line-height:2em; text-align:justify; color:#666;}


/*======================产品频道页======================*/
.pro_nav{ position: absolute; left:0; bottom:0; z-index:99; border-top:solid 1px rgba(255,255,255,0.25); height:70px; width:100%;}
.pro_nav li{ float:left; width:50%; line-height:70px; font-size:.3rem; text-align:center; border-left:solid 1px rgba(255,255,255,0.25); box-sizing:border-box;}
	
.product_list li {background: #fff; position:relative; width: 48.4%; height:3.3rem; margin: 0 0.6% .18rem 0.6%;float: left; }
.product_list li a {display: block; height:100%; }

.product_list li .txt {  left:8%;width: 45%; height:100%; position:relative;}
.product_list li .txt h3{font-size:.22rem;color: #1a1a1a; text-align:left;position: relative;padding-bottom:20px;margin-bottom:15px;}
.product_list li .txt h3::before,.product_list li .txt h3::after {content: '';display: block;width: 100%;height: 2px;background: #e8e8e8;position: absolute;left: 0;bottom: 0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.product_list li .txt h3::before {width:60px;background: #00b0ec ;z-index: 3;}

.product_list li .txt h5{font-size: 14px;line-height: 24px; color: #999999;font-weight:normal; text-align:left;}
.product_list li .txt h6{ text-align:left; width:95px; font-size: 14px;color: #999999;font-weight:normal;margin:30px 0 0;background: url("../images/right1.png") right center no-repeat;}

.product_list li .pic{ position:absolute;width: 50%; height:100%; right:0; top:0; text-align:center;}
.product_list li .pic img{transform: scale(.96); max-width:75%; max-height:75%; transition:0.4s all;}

.product_list li a:hover .pic img{transform: scale(1);}
.product_list li a:hover h3::before {width: 100%;}
	
.img_center {position: absolute;display: block;left: 0;top: 0;bottom: 0;right: 0;margin: auto;}	


/*======================产品内容页======================*/

/*产品图片*/
.pro_con1{ width:100%; height:100vh; background: url(../images/pro_bg.jpg) center center fixed no-repeat; background-size: cover;}
.pro_con1 h1{font-size:.4rem; color:#fff; text-align:center; font-weight:normal; padding-top:10%;}

.pro_con1 .more{ text-align:center;}
.pro_con1 .more a{width:1.6rem; line-height:.46rem; display:inline-block;  margin:3% 0 5% 0;background:#00b0ec; color:#fff; text-align:center; border-radius:46px; font-size:.18rem; transition:0.3s all;}
.pro_con1 .more a:hover{background:#0062B0;}

.pro_con1 .pic{height:49vh; text-align:center;}
.pro_con1 .pic img{max-height:100%; max-width:100%; display:inline-block;}


/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999999999;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

.buy_form{width:1000px; height:700px; padding:40px 80px; background:#fff; 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 .log{}
.buy_form .tit{font-size:36px; color:#000; margin:20px 0;}
.buy_form .info{ line-height:1.5em; color:#888; border-bottom:solid 1px #ddd; height:50px; margin-bottom:35px;}

.buy_form .left,.buy_form .right{width:50%; float:left;}
.buy_form .left p,.buy_form .right p{font-size:15px; color:#000; margin-bottom:10px;}
.buy_form .left p span,.buy_form .right p span{color:#ff0000;}
.buy_form  label input{padding: 10px;width: 340px; margin-bottom:20px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    font-size: 14px;}
.buy_form  label textarea{ width: 340px; height:71px;padding: 10px;border: 1px solid rgba(0,0,0,.1);border-radius: 2px;}


.buy_form .submit{ border:none; font-size:16px; cursor:pointer; text-align:center; color:#fff; background:#0062B0; font-family:"微软雅黑";border-radius: 2px; transition:0.3s all; width:785px; height:50px; line-height:50px;}
.buy_form .submit:hover{ background:#FF8B10; color:#fff; text-decoration:none;}




/*产品概述*/
.pro_tit{font-size:.3rem; font-weight:bold; margin:.6rem 0 .3rem 0; text-align:center;}
.pro_con2{width:960px; margin:auto; }
.pro_con2 table{ border:0px solid #333; border-collapse:collapse; line-height:2em; width:100%;}
.pro_con2 table td{padding:5px 10px; border:1px solid #ccc;}
.pro_con2 table tr:nth-child(1){height:40px; line-height:40px; font-size:18px; background:#0062B0; color:#fff; }

.pro_con2 {color:#666;}
.pro_con2 p {line-height:1.8em;margin-bottom:.15rem; text-align:justify;text-indent:2em;}
.pro_con2 p img{max-width:92%;}

.pro_ys{display: flex;height: 150px; width:1000px; margin: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) }

}


/*应用场景*/
.pro_con3{background:#efefef; padding:1px 0 80px 0; margin-top:60px;}

#yycj {width:1100px;height:400px; padding:0 20px; margin:auto; }
#yycj .swiper-wrapper{ }
#yycj .swiper-slide img{height:100%;  transition:0.3s all;}
#yycj .swiper-slide { position:relative;
      text-align: center; overflow:hidden;
      background: #fff; transition:0.3s 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{ position:absolute; left:0;top:45%; line-height:50px; width:100%; background:rgba(0,0,0,0);  color:#fff; font-size:.2rem; opacity:0; transition:0.3s all;}	
#yycj .swiper-slide-active .txt{ opacity:1; }
#yycj .swiper-slide-active{transform: scale(1); overflow:visible; z-index:9; transition:0.3s all;}

/*按钮切换*/	
	#yycj .swiper-button-prev,#yycj .swiper-button-next {width:50px;height:110%; top:0;}
	#yycj .swiper-button-prev { background: url(../images/ys_pre.png) center no-repeat #efefef; left:0px;}
	#yycj .swiper-button-next {background: url(../images/ys_next.png) center no-repeat #efefef; right:0px;}


/*----技术参数表格----*/
.pro_con4{width:960px;}
.pro_con4 table{ border:0px solid #333; border-collapse:collapse; line-height:2em; width:100%;}
.pro_con4 table td{padding:5px 10px; border:1px solid #ccc;}
.pro_con4 table tr:nth-child(1){height:40px; line-height:40px; font-size:18px; background:#0062B0; color:#fff; }

.pro_con4 {color:#666;}
.pro_con4 p {line-height:1.8em;margin-bottom:.15rem; text-align:justify; text-indent:2em;}
.pro_con4 p img{max-width:92%;}


/*======================核心技术======================*/
.hxjs_table h5{font-size:.25rem; text-align:center; margin-bottom:.3rem; font-weight:normal;}
.hxjs_table{width:1080px;}
.hxjs_table table{ border:0px solid #333; border-collapse:collapse; line-height:2em; width:100%;}
.hxjs_table table td{padding:5px 10px; border:1px solid #ccc;}
.hxjs_table table tr:nth-child(1){height:40px; line-height:40px; font-size:16px; background:#0062B0; color:#fff; }






	
/*======================解决方案======================*/	

.fangan_list{}
.fangan_list li{width:31.3%; float:left; margin:0 1% .35rem 1%;}
.fangan_list li .pic {overflow:hidden; background:#000;height:2.2rem;}
.fangan_list li .pic img{width:100%; height:100%;object-fit:cover;display:block; transition:0.35s all;}
.fangan_list li .txt{ width:100%; padding:.25rem .25rem; background:#fafafa; box-sizing:border-box; position:relative; transition:0.3s all; overflow:hidden;}
.fangan_list li .txt h5{font-size:18px; font-weight:normal; color:#000; margin-bottom:15px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.fangan_list li .txt p{ line-height:24px;color:#888; margin-bottom:15px;
	/*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/
}

.fangan_list li:hover .pic img{-moz-transform:scale(1.1); -o-moz-transform:scale(1.1); -webkit-moz-transform:scale(1.1); transform:scale(1.1); opacity:0.8;}

.fangan_list li .txt hr {height: 1px;border: 0;background: #dcdfe0;margin: 15px 0px 15px;}
.fangan_list li .txt h6 span{margin-left:-60px; margin-right:10px;  -moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;float:left;margin-top:0px;}
.fangan_list li .txt h6 small{ font-size:12px; font-weight:normal; color:#686868}
.fangan_list li .txt h6 i{ float:right; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.fangan_list li:hover .txt h6 span{display:inline-block; width:35px; margin-left:0px }
.fangan_list li:hover .txt h6 i{ margin-right:-.8rem;}

	
/*======================新闻列表页======================*/	
/*左边*/
.n_news .left{ float:left; width:65%;}
.n_news .right{ float:right; width:30%;}


.top_news{border:solid 1px #eee; margin-bottom:.6rem;}
.top_news_left{width:60%; float:left;}
.top_news_right{width:40%; height:3.75rem;  float:right; padding:.24rem .26rem; box-sizing:border-box; overflow:hidden;}

/*======================推荐新闻======================*/
#tj_news {width:100%; position:relative; background:#000; overflow:hidden;}
#tj_news .pic{width:100%; height:3.75rem; overflow:hidden;}
#tj_news .pic img{width:100%; height:100%; display:block;}
#tj_news .txt{position:absolute; left:0; bottom:0;width:100%; background: rgba(0,0,0,0.6); padding: 10px 0 10px;}
#tj_news .txt h5 {font-size: 14px; line-height: 32px; overflow: hidden;color: #fff;  
    padding: 0 1.5rem 0 .25rem;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;
    font-family: PingFang;
}
	
/*分页器*/
#tj_news .swiper-pagination-bullet{width: 8px;height: 8px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0); border:solid 1px rgba(255,255,255,0.6); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
#tj_news .swiper-pagination-bullet-active{background:rgba(255,255,255,1);color: #fff; opacity: 1.0;}
#tj_news .swiper-pagination{bottom:15px;  text-align:right; width:98%;}

.top_news_right li{border-bottom: #dedee2 1px dashed;margin-bottom: .15rem;padding-bottom: .15rem;}
.top_news_right li:last-child{ border-bottom:0;}
.top_news_right li .time{background: url(../images/time.png) no-repeat left center;padding-left:25px;line-height:30px;font-family: PingFang;}
.top_news_right li h5{ font-size:.18rem; line-height:160%; font-weight:normal; transition:0.6s all;
/*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/	
}


/*======================图文列表======================*/
.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:3rem; height:2rem; float:left; margin-right:.3rem; overflow:hidden;}
.pic_art_list li .pic img{width:100%; height:100%; display:block;}

.pic_art_list li .txt {}
.pic_art_list li .txt .time { font-size:.15rem;font-family: PingFang; color:#333;}
.pic_art_list li .txt .time span{background: url(../images/time.png) no-repeat left center;padding-left:22px; height:40px; line-height:40px;}

.pic_art_list li .txt h5{ font-size:.2rem; font-weight:normal; color:#333; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; transition:0.6s all;}
.pic_art_list li .txt p{ line-height:26px; color:#888; text-align:justify; margin: .22rem 0 .25rem;
/*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/	
}
.pic_art_list li .txt h6 {color: #000000;font-family: PingFang;font-weight: bold;text-decoration: underline;letter-spacing: 1px;transition: 0.6s;}

.pic_art_list li .txt h5:hover{ color:#000; text-decoration:underline;}
.pic_art_list li .txt h6:hover {color:#666;}


/*右边*/	
.n_news .right .con{padding:40px 6.6% 25px 6.6%;background:#f8f8f8; }
.n_news .right .con h2{font-size:.22rem; font-weight:normal; margin-bottom: .2rem;}

.n_news .right .serch{ position:relative;}
.n_news .right .serch input{ outline:none;}
.n_news .right .serch input[name=q]{ border:solid 1px #e6e6e6; background:#fff; width:100%; height:.6rem; font-size:.16rem; padding:0 20px; box-sizing:border-box;}
.n_news .right .serch input[type=submit]{ position:absolute; cursor:pointer; right:0; top:0; height:.6rem; width:.6rem;border:0; background: url(../images/icon-sq2.png) no-repeat center}

.n_news .right .swiper-container{ position:relative;}
.n_news .right .button-next{ float:right; outline:none;color: #7e7e7e;cursor:pointer;background: url(../images/shuaxin.png) no-repeat left center; background-size:auto 20px; padding-left:30px; margin-top:5px;}

.n_news .right .swiper-container li a { display: block; width:100%; overflow: hidden; margin-bottom:.2rem;padding-bottom:.25rem; border-bottom:dotted 1px #ccc; }	
.n_news .right .swiper-container li a  .pic{width:1.5rem; height:1rem; float:left; margin-right:.15rem; overflow:hidden;}
.n_news .right .swiper-container li a  .pic img{width:100%; display:block;}

.n_news .right .swiper-container li a .txt{}
.n_news .right .swiper-container li a .time { font-size: .146rem;  color:#666; font-family:roboto_l;  margin:.08rem 0 .1rem 0;}
.n_news .right .swiper-container li a .time span{background: url(../images/time.png) no-repeat left center;padding-left:20px;}

.n_news .right .swiper-container li a h4 { font-size:.17rem; font-weight:normal; line-height:1.8em; text-align:justify;
/*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/	
}
	
	
/*======================内容页======================*/
.n_news_con .left{ float:left; width:70%; background:#fff; padding: .6rem .6rem .5rem .6rem; box-sizing:border-box;}
.n_news_con .right{ float:right; width:25%; overflow:hidden;}

#title_txt {font-size:.26rem;line-height:1.5em; margin-bottom:.15rem; font-weight:bold;}

#time_txt { float:left;}
#time_txt span{ color:#999; margin-right:.2rem; line-height:.6rem; font-size:.12rem;}
#time_txt span a{color:#999;}

.art_info{ border-bottom:solid 1px #e8e8e8; height:.6rem;}


#art_box {margin:.3rem .1rem;font-size:.16rem; color:#666;}
#art_box p {line-height:2em;margin-bottom:.25rem; text-align:justify; text-indent:2em;}
#art_box p img{margin-left:-2em; max-width:92%;}
#art_box img{max-width:92%;}
#art_box a{color:#0000FF;}

.bottom_txt { overflow:hidden;border-top:.01rem solid #ddd;padding:.15rem 0; font-size:.16rem; text-align:center;}


/*内容页右边*/	
.n_news_con .right .con{}
.n_news_con .right .con h2{font-size:.22rem; font-weight:normal; margin-bottom: .2rem;}

.n_news_con .right .serch{ position:relative;}
.n_news_con .right .serch input{ outline:none;}
.n_news_con .right .serch input[name=q]{ border:solid 0px #e8e8e8; background:#fff; width:80%; height:.6rem; font-size:.16rem; padding:0 20px; box-sizing:border-box;}
.n_news_con .right .serch input[type=submit]{ position:absolute; cursor:pointer; right:0; top:0; height:.6rem; width:20%;border:0; background: url(../images/icon-sq1.png) no-repeat center #0062B0;}

.n_news_con .right .swiper-container{ position:relative;}
.n_news_con .right .button-next{ float:right; outline:none;color: #7e7e7e;cursor:pointer;background: url(../images/shuaxin.png) no-repeat left center; background-size:auto 20px; padding-left:30px; margin-top:5px;}

.n_news_con .right .swiper-container li a { display: block; width:100%; overflow: hidden; margin-bottom:.2rem;padding-bottom:.2rem; border-bottom:dotted 1px #ccc; }	
.n_news_con .right .swiper-container li a .time { font-size: .14rem;  color:#666; font-family:roboto_l;  margin-top:.1rem; background: url(../images/time.png) no-repeat left center; padding-left:20px;}
.n_news_con .right .swiper-container li a h4 { font-size:.17rem; font-weight:normal;  color:#333; line-height:2em; }



/*分享按钮*/
.shart_box{ display:inline-block; float:right; margin-top:.1rem;}
#j_shart_s_24 .bds_count{ font-size:.12rem;}
#j_shart_s_24{ padding-left:60px; position:relative;}
#j_shart_s_24 strong{display:block;position:absolute;left:0;z-index:2;line-height:36px;font-size:12px;color: #a3a0a9;font-weight: normal;}
#j_shart_s_24 .bds_qzone{background:url(../images/j_shart.png) center -224px no-repeat}
#j_shart_s_24 .bds_tsina{background:url(../images/j_shart.png) center -311px no-repeat}
#j_shart_s_24 .bds_tqq{background:url(../images/j_shart.png) center -195px no-repeat}
#j_shart_s_24 .bds_renren{background:url(../images/j_shart.png) center -340px no-repeat}
#j_shart_s_24 .bds_weixin{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_sqq{background:url(../images/j_shart.png) center -79px no-repeat}
#j_shart_s_24 .bds_fbook{background:url(../images/j_shart.png) center -166px no-repeat}
#j_shart_s_24 .bds_twi{background:url(../images/j_shart.png) center -137px no-repeat}
#j_shart_s_24 .bds_linkedin{background:url(../images/j_shart.png) center -108px no-repeat}
#j_shart_s_24 .bds_tieba{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_huaban{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_douban{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_copy{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_print{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_mshare{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_count{font-size:12px}	
	
	
/*======================服务客户======================*/	
/*.fuwu_list li:hover{border:solid 1px #e8e8e8; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0); background:#fff;}
*/
.fuwu_list li{width:31.3%; float:left; margin:0 1% .35rem 1%; transition:0.5s all;  background:#fff;}
/*.fuwu_list li:hover{ background:#fff; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0); }*/
.fuwu_list li .pic {overflow:hidden; background:#000; position:relative;height:2.2rem;}
.fuwu_list li .pic img{width:100%;height:100%;object-fit:cover ;display:block; transition:0.35s all;}

.fuwu_list li .pic .red-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: 300ms; -webkit-transition: 300ms; }
.fuwu_list li .pic .red-bg{background:rgba(0,0,0,0.45);}
.fuwu_list li .pic .red-bg:before{ content:""; position:absolute; width:.5rem; height:.5rem; background:#15569d; border-radius:50%; top:50%; margin-top:-.25rem; left:50%; margin-left:-.25rem;}
.fuwu_list li .pic .line { display: block; background: #fff; position: absolute; top: 50%; left: 50%; opacity: 0; visibility: hidden; transition: 400ms; -webkit-transition: 400ms; }
.fuwu_list li .pic .line_1 { width: 16px; height: 2px; margin: -1px 0px 0px -8px; transform: translateX(-16px); -webkit-transform: translateX(-16px); }
.fuwu_list li .pic .line_2 { width: 2px; height: 16px; margin: -8px 0px 0px -1px; transform: translateY(16px); -webkit-transform: translateY(16px); }

.fuwu_list li:hover .red-bg { opacity: 1; visibility: visible; }
.fuwu_list li:hover .line { transform: translate(0); -webkit-transform: translate(0); opacity: 1; visibility: visible; }
.fuwu_list li:hover img{ transform:scale(1.1);}

.fuwu_list li .txt{ width:100%; padding:.28rem .28rem; box-sizing:border-box; position:relative;overflow:hidden; border:solid 1px #e8e8e8;}
.fuwu_list li .txt h5{font-size:.19rem;  margin-bottom:.15rem;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.fuwu_list li .txt p{ line-height:2em; height:4em; font-size:.14rem; color:#888; margin-bottom:.15rem;
	/*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/
}


.fuwu_list li .txt hr {height: 1px;border: 0;background: #dcdfe0;margin: 15px 0px 15px;}
.fuwu_list li .txt h6 { overflow:hidden;}
.fuwu_list li .txt h6 span{margin-left:-60px; margin-right:10px;  -moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;float:left;margin-top:0px;}
.fuwu_list li .txt h6 small{ font-size:12px; font-weight:normal; color:#686868}
.fuwu_list li .txt h6 i{ float:right; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.fuwu_list li:hover .txt h6 span{display:inline-block; width:35px; margin-left:0px }
.fuwu_list li:hover .txt h6 i{ margin-right:-.8rem;}
	


/*======================诚聘英才======================*/	

/*招聘计划*/
.job_plan{ width:100%; height:600px; background:url(../images/bg3.jpg) no-repeat center; background-size:cover; }
.job_plan ul{ display:flex;color:#fff;height:680px;position:relative;}
.job_plan li{padding: .8rem 20px 0 40px; flex: 1;transition: .3s; height:100%; border-left: 1px solid rgba(255, 255, 255, 0.1); }
.job_plan li:first-child{border-left:0;}
.job_plan li .id{font-size: .68rem;position: relative;font-family: BarlowCondensed-Regular;  margin-bottom:15px;}
.job_plan li .title{font-size:.3rem; line-height:1.5; margin-bottom:40px; position:relative; transition: all 0.5s;}
.job_plan li .en { font-size: .2rem;opacity: 0.5; transition: all 0.3s; overflow: hidden;}
.job_plan li .info {font-size: .16rem;line-height: 1.76;overflow: hidden; opacity: 0; transition: all 0.3s ease-in;transform: translateY(200%);}
.job_plan li:hover{ flex:1 1 20%;}
.job_plan li:hover .en {opacity: 0;}
.job_plan li:hover .info{    transform: translateY(0px);opacity: 1;  transition-delay: 0.3s;}
.job_plan li:hover .title:after {content: '';display: block;width: 25px; height: 2px;background-color:rgba(255, 255, 255, 0.6);position: absolute;left: 0;bottom:-20px;transition: 0.3s ease-in-out;}

.job_hd{background:#0062B0; color:#fff; line-height:56px; padding:0 0 0 35px; box-sizing:border-box; font-size:16px;}
.job_list span{display:inline-block; width:11%; text-align:center;}
.job_list span:nth-child(1){width:40%; text-align:left;}


/* 人才招聘 */
#job_bd{  position:relative;margin-bottom:50px}
#job_bd dl{border-bottom:1px solid #e8e8e8; position: relative; }
#job_bd dt{display:block; padding:25px 0 25px 35px; box-sizing:border-box; font-size:16px; cursor:pointer; }

#job_bd dt{ background:url('../images/arr_down.png') right 15px center no-repeat; background-size:20px auto; transition:0.3s all;}
#job_bd dt.on{ background:url('../images/arr_up.png') right 15px center no-repeat #e8e8e8; background-size:20px auto;}
#job_bd dd{ display:none; line-height:24px; background:#fafafa;padding:10px 35px 15px; position:relative;}
#job_bd dd strong{margin:20px 0 10px 0; display:block;}
#job_bd dd p{  margin-bottom:5px;  color:#444; font-size:14px; line-height:24px;}
#job_bd dd a{position: absolute; right: 25px; bottom: 35px; display: block; width: 108px; height: 32px; line-height: 32px; text-align: center; background:#FF8B10; border-radius: 32px; color:#fff;}

.yp{ padding:50px; text-align:center;}
.yp h5{font-size:25px; font-weight:normal;}
.yp h5:after {content: "";display: block;width: .18rem;background: #0062B0;height: 2px;margin: 15px auto 15px auto;}
.yp p{font-size:16px;}

/*招聘内容页*/
.job_neirong{ margin-top:50px;}
.job_neirong .left{width:55%; float:left;}
.job_neirong .right{width:40%; float:right; padding-left:4%;  border-left:solid 1px #eee;}

.job_neirong .left h2{ font-size:22px; margin-bottom:10px;}
.job_neirong .left p{ line-height:24px;}
.job_neirong .left h5{ margin:20px 0 10px 0; font-size:16px; display:block;}

.job_neirong .right{}
.job_neirong .right h3{font-size:20px; border-bottom:solid 0px #e8e8e8;}


.table_form{ margin-top:20px;}
.table_form td{padding: 5px 0;}
.table_form td.lefttdbg{ width:100px;}
.table_form input.upfile{width: 240px;padding: 8px 5px;border: solid 1px #ddd;}
.table_form select {padding: 8px 15px;border: solid 1px #ddd;}
.table_form textarea{padding: 8px 15px;border: solid 1px #ddd; width:100%; height:160px;}
.table_form .submit{ border:none; font-size:16px; cursor:pointer; text-align:center; color:#fff; background:#288888; font-family:"微软雅黑";border-radius: 3px; transition:0.3s all; width:200px; height:50px; line-height:50px;}
.table_form .submit:hover{ background:#FF8B10; color:#fff; text-decoration:none;}



/*======================联系我们======================*/	
.page_contact{}
.page_contact li{width:24%;  position:relative; background:url(../images/bg_map.png) no-repeat right bottom;  border:solid 1px #ddd; box-sizing:border-box; padding:30px 25px; transition:0.5s all;margin-bottom:.3rem;}
.page_contact li h3{font-size:18px; margin-bottom:15px;}
.page_contact li p{line-height:1.8em; margin-top:8px; color:#666; transition:0.5s all;}
.page_contact li:hover{ background:url(../images/bg_map.png) no-repeat right bottom #f8f8f8;}
.page_contact li:hover p{}

#bnt_map{ position: absolute; right: 53px; display: block; bottom: 50px; width: 23px; height: 35px;} 


/*联系我们*/
.map{border:solid 1px #e8e8e8; position:relative; width:98%; margin:auto;}
.map .page_lianxi{position:absolute; right:-50px; bottom:-50px; width:600px; line-height:32px;background:#0062B0; color:#fff; padding:50px 40px;  font-size:15px;}
.map .page_lianxi h3{font-size:.25rem; margin-bottom:20px; font-weight:normal;}
.map .page_lianxi .pic{width:125px; float:right; margin-top:25px;}
.map .page_lianxi .pic img{width:100%;}


.contact_2{ width:100%; background:#f8f8f8; margin-top:1rem;}
.contact_2 .left{width:47%; float:left;}
.contact_2 .left .title h2 { font-size:22px; font-weight:normal; padding-bottom:23px;}
.contact_2 .left .p_content{ padding-bottom:20px;}
.contact_2 .left .p_content p{  padding-bottom:15px; line-height:2em;color: #5a5a5a;}

.contact_2 .left .btn a { background: #0062B0; display:inline-block; color: #fff;text-align: center; width:48%; padding:20px 0;font-size: 15px;}
.contact_2 .left .btn a img { margin-bottom:5px;}
.contact_2 .left .btn a:hover {background-color:#FF8B10; }

.contact_2 .right{width:46%; float:right;}
.contact_2 .right img{height:376px;}



/*表单*/
.biaodan{ width:10rem; margin:auto;}
.biaodan li{float:left; margin-left:.15rem;}
.biaodan li input{border:solid .01rem #ddd; height:.55rem; line-height:.55rem; font-size:.15rem; color:#666; padding:0 .2rem; width:2.1rem; box-sizing:border-box; outline:none;}
.biaodan li input[type="submit"]{width:1.28rem; background:#0062B0; color:#fff; border:none; border-radius:5px; cursor:pointer; outline:none;}











/*站内搜索*/
.serch_side{width:22%; float:left;}
.serch_side .cate_tit{background:#eee;}
.serch_side .cate_tit h5{width:100%; line-height:86px; text-align:center; background:url(../images/nav_bg.png) no-repeat center bottom #004EA2; background-size:100% 36px; color:#fff; font-size:25px; letter-spacing:5px; margin-bottom:0px; font-weight:normal;}

.serch_box{border:solid 1px #ddd; padding:48px 40px 35px 40px; float:right; width:75%; box-sizing:border-box;}
.serch_box h5{ height:36px; border-bottom:solid 1px #dcdcdc; font-size:20px;}


.serch_box{ background:#fff; padding:50px 50px;}
.ser_left{text-align:right; border-right:solid 1px #eee;padding:25px 0;}
.ser_right{}

.ser_left div{margin-bottom:25px;  padding-right:20px; }
.ser_left .xian{height:1px; background-image: linear-gradient(to right, #fff , #ddd);}
.ser_left li{ margin-top:10px; padding-right:4px; font-size:13px;}
.ser_left span{color:#999; font-size:15px; margin-bottom:5px; display:inline-block;}
.ser_left li .ac{color:#CB0101; font-weight:bold;}

.sr_frm_box {margin-top:2px;}
.sr_frm_box li{float:left;}
.sr_frm_box input{width:300px; line-height:40px; height:40px; border:solid 1px #ddd; border-right:0; outline:none; font-size:16px; padding-left:10px; box-sizing:border-box; font-family:"微软雅黑";}
.sr_frm_box input[type="submit"]{ background:#004EA2;border:solid 1px #004EA2;color:#fff; cursor:pointer; width:100px; line-height:30px; height:40px;}
.ser_right .jg{ line-height:50px; border-bottom:dotted 1px #ddd; margin-bottom:25px; color:#666;}


.serch_list{ margin-bottom:30px;}
.serch_list h5{ margin-bottom:15px;}
.serch_list li{line-height:40px; font-size:.16rem; white-space:nowrap; text-overflow: ellipsis; overflow:hidden; background:url(../images/dian.png) no-repeat left 18px; padding-left:20px;}
.serch_list li span{float:right; font-size:14px; color:#999;}




/*分页*/
#pages { padding:20px 0px; text-align:center}
#pages a { display:inline-block; width:30px; height:30px; line-height:30px; background:#fff; border:1px solid #ddd; text-align:center; color:#333; font-size:13px;}
#pages a.a1 { background:#f5f5f5; width:60px; padding:0; }
#pages a:hover { background:#2A72BE;border:1px solid #2A72BE; color:#fff; text-decoration:none; }
#pages span { display:inline-block; width:30px; height:30px;line-height:30px; background:#2A72BE; border:1px solid #2A72BE; color:#fff; text-align:center;}
#pages em{margin-left:10px; font-style:normal;}

.pages_num {padding:20px 0px; text-align:center; font-size:13px;}
.pages_num a {display:inline-block; width:30px; height:30px; line-height:30px; background:#fff; border:1px solid #ddd; margin:0 1px;text-align:center; color:#333;}
.pages_num a.a1 { background:#fff; width:60px; padding:0; }
.pages_num a.page_view {background:#2A72BE; border:1px solid #2A72BE; color:#fff;}
.pages_num a:hover{  background:#2A72BE;border:1px solid #2A72BE; color:#fff; text-decoration:none; }
.pages_go { line-height:30px;overflow:hidden; margin-left:5px;}
.pages_go .input1 {margin-right: 5px; height:28px;width:25px; text-align:center; background:#f8f8f8; border:solid 1px #ddd;}
.pages_go .sure_btn { margin:-1px 0 0 0px; background:#fff; cursor:pointer; color:#666; height: 32px; width: 35px; border: 1px solid #ddd;font-size: 13px; color: #666;}
.pages_go .sure_btn:hover{background:#2A72BE; color:#fff;border:solid 1px #2A72BE;}
.pages_num em{margin-left:10px; font-style:normal;}



/*滚动条美化*/
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.15);
  moz-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
.picShow img{transition:all 500ms ease-out 0s; }




/*更多*/
.lookmore{ text-align:center}
.lookmore a{display:inline-block;border: #ddd 1px solid; border-radius:22px;width: 155px; line-height: 40px; color: #565656; position:relative;overflow:hidden; transition:0.5s all;}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:#0062B0 1px solid;background: #0062B0; transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: 20px;
height: 20px;
background: #0062B0;
border-radius: 50%;
}
.btn-11:before {
left: -20px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -20px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
/*     animation: criss-cross-right 0.8s reverse; */
}
.btn-11:hover:before, .btn-11:hover:after {
/*       @include size($btn-width); */
}
.btn-11:hover:before {
-webkit-animation: criss-cross-left 0.8s both;
animation: criss-cross-left 0.8s both;
}
.btn-11:hover:after {
-webkit-animation: criss-cross-right 0.8s both;
animation: criss-cross-right 0.8s both;
}




/*向上*/
.cd-top {
  display: inline-block;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 40px;
  right: 5px;border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #E60013;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 5px;
    bottom: 50px;
  }
}
.cd-top:hover{background-color:#004EA2;transition: all 0.3s ease 0s;}


