﻿@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:#06c;}

ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.fot_blank{height:1rem;}


/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}

/*图片放大*/
.picShow img:hover,.picShow a:hover img{transition:all 500ms ease-out 0s; 
  -webkit-transform:scale(1.1);
  moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
opacity:1;}
.picShow img{transition:all 500ms ease-out 0s; }


.main{width: 88%; margin: auto; max-width: 1400px; 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: 24%; margin-right:1.33%;}
.col_3  li:nth-child(3n),
.col_4  li:nth-child(4n){ margin-right:0;}



/*头部*/
.header{height: 90px; z-index: 1000;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:100%}
.header .logo{ position:absolute; left:2%; top:20px; transition:0.5s all;}
.header .logo img{height:50px; display:block;  transition:0.5s all;}

/*导航下拉*/
.header_scroll {background:#035CAC; height:72px; 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{top:15px;}
.header_scroll .logo img{height:42px; filter: grayscale(100%) brightness(500%);}


/*======================搜索======================*/
.header .serch{ width:60px; height:100%; margin-right:15px; background:url(../images/icon-hsrch.png) no-repeat center; transition:0.5s all; position:relative;}
.header .serch a{display:block; height:100%;}
.header .serch:after{ content:"|"; color:rgba(255,255,255,0.5); font-size:14px; position:absolute; right:0; top:50%; transform:translate(0,-50%); }

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

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


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


/*电话*/
.header .tel{ font-size:18px; color:#fff; height:100%; margin-right:25px; display:flex; justify-content:center;align-items:center; font-family:din;}
.header .tel i{font-size:15px; margin-right:10px;}

/*下拉菜单*/
.navBox {  height:100%;float:right; 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: #035CAC;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:16px;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:100%;left:50%;background:rgba(255,255,255,.98); -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,.1);}
.subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.subNavbox a{display:block;position:relative;font-size:15px;padding:15px 0; -webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-ms-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1); text-align: center; }
.subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background: #035CAC;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.subNavbox a.active,.subNavbox a:hover{color:#035CAC}
.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; }







/*======================轮播图======================*/
/*焦点图*/
	#banner {width:100%; height:100vh; position:relative; z-index:0; background:#000; overflow:hidden;}
	#banner .txt{position:absolute;z-index: 999;left:5%;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;}
	#banner .txt h3{font-size:.5rem; color:#fff;  margin-bottom:.2rem; letter-spacing:2px;}
	#banner .txt p{font-size:.25rem; color:#fff; line-height:2em; letter-spacing:2px; 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:0.5s;}

	.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/next.png') right center no-repeat;right: 0;}
	#banner .swiper-button-prev {background: url('../images/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,.05) 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;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: .3;
    z-index: 3;
}*/



/*页面标题*/
.main_tit{ padding:.6rem 0 .45rem; position:relative; text-align:center;}
.main_tit h3{ font-size:.42rem; color:#000; font-weight:normal;}
.main_tit h3:after {content: "";display: block;width: .25rem;background: #035CAC;height: 3px;margin: 16px auto 16px auto;}
.main_tit h5{ font-size:.16rem; color:#666;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;}

/*关于我们*/
.index_about{width:1080px; margin:auto; line-height:2em; text-align:center;}
.index_about p{ color:#555;}

/* 快捷按钮 */
.about{text-align: center; height:210px; margin:60px auto 0 auto; background:#fff; position:relative; z-index:1;}
.about li{width: 225px;height: 150px;position: relative;display:inline-block;}
.about li h5{text-align: center;font-size: 16px;color: #666;margin-top: 15px;font-weight: normal;}
.about li div{width: 108px;height: 108px;margin: 0 auto;}
.about li.li1 div{background: url('../images/s_about_ico1.png')center no-repeat;}
.about li.li2 div{background: url('../images/s_about_ico2.png')center no-repeat;}
.about li.li3 div{background: url('../images/s_about_ico3.png')center no-repeat;}
.about li.li4 div{background: url('../images/s_about_ico4.png')center no-repeat;}
.about li div span{display: block;width: 108px;height: 108px;background: url('../images/s_about_bg.png')center no-repeat;transition: .6s;-webkit-transition: .6s;-moz-transition: .6s;-ms-transition: .6s;-o-transition: .6s;}
.about li:hover div span{background: url('../images/s_about_bg_on.png')center no-repeat;transform: rotate(90deg);}



/*首页视频*/
.index_video{width:100%; min-width:1200px; margin-top:-60px; 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:-15px;}
.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 */
}


/*业务体系*/
.ywtx {display: flex;height: 400px; margin-bottom:80px;}
.ywtx li {flex: 1;overflow: hidden;transition: .5s;margin: 0 3px; position:relative; background:#000; border-radius:3px;}
.ywtx li img { flex:1;width: 100%; height:100%;-o-object-fit: cover;object-fit: cover;transition: .5s; opacity:0.7;}
.ywtx li:hover {flex: 1 1 20%;}
.ywtx li  .txt{font-size:20px; font-weight:bold; color:#fff; position:absolute; width:100%;  padding:0 10%; box-sizing:border-box;  bottom:15%;  transition:0.5s all; z-index:9;}
.ywtx li  .txt:after{content:"";position:absolute;left:10%; top:40px;width:15px;height:1px;background:rgba(255,255,255,0.618);}

.ywtx li  p{font-size:16px; color:#fff; line-height:25px; padding:0 10%; height:50px; box-sizing:border-box; position:absolute; width:100%; bottom:-200px; transition:0.5s all; text-align:justify; z-index:9;}
.ywtx li:hover .txt{ bottom:25%;}
.ywtx li:hover p{bottom:5%; transition-delay:0.3s;}
.ywtx li:hover img{ opacity:0.4;}


.bg_hui{background:url(../images/bg4.jpg) no-repeat center; background-size:cover; max-width:1920px;min-width:1200px;padding:1px 0px 50px 0;}

/*==========网站首页新闻中心===============*/
.new_list{}
.new_list li{width:32%; transition:0.5s; background:#fff; 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:#035CAC; 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:18px; 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 #004EA2; padding:70px 0; margin-top:80px;}
.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;  background:#01438a; 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; background:#000; }
.page_ban .pic img{width:100%; display:block; opacity:1;}
.page_ban .pic {animation: o-scale 20s linear infinite;}

.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0; display: flex; z-index:9; flex-direction:column; justify-content:center; align-items:center;}
.page_ban .txt h5 { font-size: .5rem; font-weight:normal;color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);letter-spacing: 1px;font-family: LEMONMILK;}
.page_ban .txt h3 { font-size: .45rem; font-weight:normal;color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);letter-spacing: 1px; }

.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 1px 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:#035CAC; 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{display:flex; justify-content:center;align-items:center; margin-top:68px;}
.page_about .txt{width:50%; box-sizing:border-box; padding:0 80px 0 0;}
.page_about .txt h3{font-size:40px; font-weight:normal; margin-bottom:15px;}
.page_about .txt h5{font-size:20px; font-weight:normal;  margin-bottom:25px; color:#666;}

.aboutbar{width: 100%; height:2.5rem;overflow-y: auto;padding-right:.25rem;}
.aboutbar::-webkit-scrollbar {width: 2px;height: 4px;}
.aboutbar::-webkit-scrollbar-thumb {border-radius: 5px;background:#035CAC;}
.aboutbar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}
.aboutbar p{font-size:14px;color: #555;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:25px;}
.shuzi ul{display: flex;justify-content:space-between;}
.shuzi li{ color:#000; flex:1;  position:relative;   font-size: .25rem;}
.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:.15rem;}


/*======================公司介绍轮播图======================*/
#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{padding-bottom:60px; border-bottom:solid 1px #ddd;}
.qywh1 li{background:#f3f3f5; width:32%;}
.qywh1 li .pic{width:50%;}
.qywh1 li .pic img{display:block; width:100%;}
.qywh1 li .txt{ width:50%;}
.qywh1 li .txt h5{font-size:22px; margin-bottom:10px;}
.qywh1 li .txt p{line-height:28px; font-size:16px; color:#666;}

.qywh2{}
.qywh2 li{width:19%; position:relative; color:#fff; border-radius:5px; overflow:hidden;}
.qywh2 li .pic{ width:100%;overflow:hidden;}
.qywh2 li .pic img{width:100%; display:block;}
.qywh2 li .txt{  text-align:center; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); box-sizing:border-box; padding-top:50%;transition: 0.3s all;}
.qywh2 li .txt h5{font-size:20px; margin-bottom:20px;}
.qywh2 li .txt h5:after{content:"";display: block;width:20px;background:rgba(255,255,255,0.5); height: 2px; margin:25px auto; }
.qywh2 li .txt h6{font-size:16px;  margin-bottom:20px;}
.qywh2 li .txt p{font-size:14px; line-height:24px; padding:0 15px; color:rgba(255,255,255,0.8); transition: 0.3s all;opacity:0;filter:alpha(opacity=0);}
.qywh2 li:hover .txt{background:rgba(0,0,0,0.7);padding-top:40%;}
.qywh2 li:hover p{opacity:1;filter:alpha(opacity=100);}


/*资质荣誉列表页*/
.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);}



/*发展历程*/
.n_licheng .fl01 {background: url(../images/n_licheng_fl01_bg.jpg) center no-repeat;height: 360px; background-size:cover;}
.n_licheng .fl01 h3 {font-size: 42px;color: #fff; text-transform: uppercase; font-weight:normal; margin-bottom: 139px;padding: 64px .5rem 0;font-family:BarlowCondensed-Regular;}
.n_licheng .fl01 .miso_hd {width: 73.5%;margin-right: 25px;float: right;}
.n_licheng .fl01 .miso_hd li {position: relative;text-align: center;}
.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;color: rgba(255,255,255,0.65);font-family:BarlowCondensed-Regular;text-transform: uppercase;padding-bottom: 90px; cursor:pointer;}
.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: 60px;height: 60px;left: -285px;top: 22px;}
.n_licheng .fl01 .miso_hd .slick-prev {background: url(../images/left03.png) center no-repeat;}
.n_licheng .fl01 .miso_hd .slick-next {background: url(../images/right03.png) center no-repeat;left: -205px;}
.n_licheng .fl01 .miso_hd li.slick-current h4 {color: #fff}
.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 .miso_bd h4 {float: left;font-size: 88px;color: #035CAC;font-family:BarlowCondensed-Regular;text-transform: uppercase;padding: 66px 0;padding-left: 35px;}
.n_licheng .fl02 .miso_bd .right {width: 78%;border-left: #e8e8e8 2px solid;padding: 80px 0;padding-left: 30px;min-height: 228px;}

.n_licheng .fl02 .miso_bd .right p {font-size: 16px;line-height: 28px;color: #4c4c4c;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%;}  
 
/*===================业务体系================*/
.page_ywtx{margin-top:60px;}
.page_ywtx .left{width:20%;  position:relative;}
.page_ywtx .right{width:78%; }

.page_ywtx .left h2{font-size:.36rem; font-weight:normal; color:#000;}
.page_ywtx .left span{ width:2px; display:inline-block; position:absolute; left:5px;}
.page_ywtx .left span.line1{height:.35rem; background:#035CAC; top:.7rem;}
.page_ywtx .left span.line2{height:1rem; background:#ccc; top:1.1rem;}
.page_ywtx .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_ywtx .right{min-height:400px;}
.page_ywtx .right .txt{ font-size:16px; line-height:2;}
.page_ywtx .right .txt p{margin-bottom:1.5em; text-align:justify;} 
  
  
  
  
 /*联系我们*/
.lxfs_list {margin-bottom:1rem;}
.lxfs_list  li{width:23%; text-align:center; border-radius: 10px; transition: .3s all;  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 1px #035CAC; 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:#035CAC;width:100px; height:100px; margin-top:-10px;}
.lxfs_list  li:hover .ico img{filter: grayscale(100%) brightness(300%);}

.lxfs_list  li h5{font-size:.2rem; 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: #3D3F3F;color: #fff; padding:45px 6% 50px 80px; box-sizing:border-box;}
.form_bg .form_con h3{font-size:.42rem; 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: #a1a7b2;font-size:15px;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:15px; color:#fff;} 
.message_input input:focus,.message_input textarea:focus {border-bottom: 1px solid #035CAC;}
.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: 15px 0;box-sizing: border-box;min-height: 100px;} 

.message_input .form-group input{width:45%; }

.message_input .submit{ border:none;outline: none; font-size:16px; margin-top:15px; cursor:pointer; text-align:center; color:#fff; background:#035CAC; font-family:"微软雅黑"; transition:0.3s all; width:2rem; height:.6rem; line-height:.6rem;}
.message_input .submit:hover{background:#f90; color:#fff; }
.message_input .submit i{margin-left:.25rem;}
 
  
  
  
  
  
/*=======================网站内页==========================*/
.page_side{width:300px; z-index:100; 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:#035CAC;}*/


.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 #035CAC;}

.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:#035CAC; position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.news_list li span{float:right; font-size:14px; color:#888;}


/*================图片列表=====================*/
.pic_list{}
.pic_list  li{position:relative; overflow:hidden;margin-bottom:.25rem;}
.pic_list  li .pic{  background:#000; overflow:hidden; position:relative;}
.pic_list  li img{width:100%; display:block; transition:0.3s all; opacity:0.9;}
.pic_list  li:hover img{}
.pic_list  li .txt{ text-align:center; line-height:.46rem; transition:0.3s all; background:#f2f2f2;  font-size:.16rem;}
.pic_list  li:hover .txt{ background:#0f8ee7; color:#fff;}



.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: #035CAC;color: #fff;border-color: #035CAC;}



.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 #035CAC;}
.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:#035CAC; color:#fff; border:none; font-size:16px; border-radius:3px; cursor:pointer; outline:none; transition:all 0.3s; }
.biaodan .submit:hover{background:#f90;}




/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999;}
.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,.8);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

.buy_form{width:10rem; height:7rem; padding:.5rem .8rem; 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 .tit{font-size:.4rem; color:#000; margin-bottom:.1rem}
.buy_form .info{ line-height:2em; font-size:.16rem; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

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

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

.buy_form .submit{ border:none; font-size:.2rem; cursor:pointer; text-align:center; color:#fff; background:#035CAC; border-radius: 3px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{ background:#f90; color:#fff; text-decoration:none;}



/*文章标题*/
.title_txt {font-size:.3rem;line-height:1.6em; font-weight:bold; color:#121212; margin-top:.25rem;}
.art_info{margin-bottom:.3rem; color:#999; border-bottom: solid 1px #e8e8e8;}
.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:66px; 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:#035CAC;
}

.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:#035CAC; 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:#035CAC;border:solid 0px #035CAC;}



  
/*=======================内页左侧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:#035CAC;}


.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 #035CAC; background-size:20px auto;}



/*右侧浮动*/
.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: #035CAC;}
.online_q .btn2:hover span svg{ fill:#fff;}

#gotop.hide{ height:0; overflow: hidden;}

.online_q .social-share{position:absolute;background: #035CAC;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 #035CAC;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;margin-top:35px;}
.lookmore a{display:inline-block;border: #ccc 1px solid; border-radius:.22rem;width:1.55rem; line-height:.42rem; color: #565656; position:relative;overflow:hidden; transition:0.5s all;}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:#035CAC .01rem solid;background: #035CAC; transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@keyframes criss-cross-left {
0% {
left: -.2rem;
}
50% {
left: 50%;
width: .2rem;
height: .2rem;
}
100% {
left: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height:3.75rem;
}
}
@keyframes criss-cross-right {
0% {
right: -.2rem;
}
50% {
right: 50%;
width: .2rem;
height: .2rem;
}
100% {
right: 50%;
width: 3.75rem;
height: 3.75rem;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: .2rem;
height: .2rem;
background: #035CAC;
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;
}
