﻿@charset "utf-8";
*{padding:0;margin:0;}
body{ font-family:  "Microsoft YaHei", Arial, Helvetica, sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333333; width:100%;  zoom:1;background:#f5f5f5;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
ul,ul li{ list-style:none;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333333;}
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ border:none; border:0; max-width:100%; vertical-align:middle;}
a{ color:#333333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#aec906;}
.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}

.w1240{width:1240px;margin:0 auto;}
.w1320{width:1320px;margin:0 auto;background:#fefefe;}

@media(max-width:1320px){
	.w1240{width:96%;}
}
@media(max-width:1320px){
	.w1320{width:96%;}
}

@media(max-width:992px){
	body{font-size: 14px;}
}


/* Top */
header{position: relative;}
.Top{height:100px;line-height: 100px;background:#fff;}
.Top .w1240{position: relative;}
.Top .search>img{display: none;}
.Top .search .search-box{height:35px;width:235px;margin-top:50px;border:1px solid #00479d;border-radius: 35px;}
.Top .search .search-box input{display: inline-block;width:185px;padding:0 20px;height:100%;box-sizing: border-box;}
.Top .search .search-box button{width:50px;height:100%;border:none;border-radius: 0 35px 35px 0;background:#00479d;}
.Top .search .search-box button img{height:20px;}
.Top .search .search-box button .img2{display: none;}

.Top .m-btn{display: none;background:#fff;position: absolute;cursor: pointer;right:0;top:20px;float:right;padding:15px 5px;border-radius: 5px;z-index:999;}
.Top .m-btn span{display: block;width:25px;height:3px;background:#00479d;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background:#00479d;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.Top .top_nav {position: absolute;top:0;right:0;line-height: 45px;}
.Top .top_nav ul li{display: inline-block;line-height: 45px;margin-left:20px;font-size: 15px;color:#666666;}
.Top .top_nav ul li a{color:#666;}
.Top .top_nav ul li strong{color:#00479d;}

/* MainNav */
.MainNav {background:#00479d;}
.MainNav ul {text-align: center;}
.MainNav ul li{line-height: 60px;display: inline-block;padding:0 4%;position: relative;}
.MainNav ul>li>a{display: block;font-size: 18px;color:#fff;position: relative;z-index: 999;}
.MainNav ul li::after{content:'';height:0;width:100%;background:rgba(255,255,255,0.2);position: absolute;bottom:0;left:0;transition: all .5s;-webkit-transition: all .5s;}
.MainNav ul li.onnav::after{height:100%;}
.MainNav ul li:hover::after{height:100%;}
.MainNav ul li.onnav>a{color:#fff;}
.MainNav ul li:hover>a{color:#fff;}
.MainNav ul li .Navpull{position: absolute;left:-10px;top:60px;line-height: 35px;z-index:999;background:rgba(255,255,255,0.9);width:100%;font-size: 15px;padding:0 10px 10px 10px;display: none;}
.MainNav ul li .Navpull dd{border-bottom:1px dotted #ddd;}
.MainNav ul li .Navpull dd:hover{background:rgba(0,71,157,1);}
.MainNav ul li .Navpull dd:hover a{color:#fff;}
.MainNav ul li .Navpull dd:last-child{border-bottom:none;}
.MainNav ul li .Navpull.null{background:none;padding:0;}

@media(max-width:1300px){
	.MainNav ul li{padding:0 10px;margin: 0 5px;}
}
@media(max-width:1200px){
	.MainNav ul li a{font-size: 16px;font-weight: normal;}
}

@media(max-width:992px){
	.Top{height:70px;line-height: 70px;padding-top:15px;}
	.Top .logo img{height:40px;}
	.Top .m-btn{display: block;}
	.Top .search{position: relative;width:35px;height:35px;margin-top:10px;right:25px;background:none;}
	.Top .search .search-box{position: absolute;top:10px;right:-30px;background:#fff;box-shadow: 0 0 10px #ddd;z-index:999;display: none;height:40px;}
	.Top .search button{width:35px;background:none;}
	.Top .search>img{display: inline-block;margin-top:-20px;}
	.Top .search>.img1{display: inline-block;}
	.Top .search>.img2{display: none;width:25px;}
	.Top .search.on>.img1{display: none;}
	.Top .search.on>.img2{display: inline-block;}
	

	.Top .top_nav{line-height: 30px;top:-15px;width:100%}
	.Top .top_nav ul li{font-size: 12px;margin-left:5px;line-height: 30px;}
    .Top .top_nav ul li img{width:13px}
	 header{position: relative;}
	.MainNav{position: absolute;top:70px;width:100%;background:#fff;left:0;z-index:999;display: none;padding:10px 0 20px 0;}
	.MainNav ul li{line-height: 35px;display: block;border-bottom:1px dotted #ddd;text-align: left;}
	.MainNav ul li a{color:#333;}
	.MainNav ul li::after{display: none;}
	.MainNav ul li b{width:35px;height:35px;background:url(../uploadfiles/image/m-more.png) no-repeat center center;display: block;position: absolute;top:0;right:0;}
	.MainNav ul li .Navpull{position: static;display: none;padding:10px;background:#f5f5f5;}
	.MainNav ul li.onnav a{color:#666;}
	.MainNav ul li:hover>a{color:#666;}
}

/* Bottom */
.Bottom{background:url(../uploadfiles/image/foot-bg.png) no-repeat;background-size: cover;}
.Bottom .Bottom_1{padding:50px 0;}
.Bottom .Bottom_1 .Bottom-nav{width:65%;}
.Bottom .Bottom_1 .Bottom-nav a{color:#fff;opacity: 0.6;}
.Bottom .Bottom_1 .Bottom-nav .foot-box{float:left;width:16.666%;}
.Bottom .Bottom_1 .Bottom-nav .foot-box h1{font-size: 18px;font-weight: normal;color:#fff;opacity: 0.9;}
.Bottom .Bottom_1 .Bottom-nav .foot-box b{display: block;width:10px;height:1px;background:#aec906;margin:15px 0;}
.Bottom .Bottom_1 .Bottom-nav .foot-box ul li{line-height: 30px;}
.Bottom .Bottom_1 .Bottom-con{text-align: center;}
.Bottom .Bottom_1 .Bottom-con .foot-er{margin-bottom:5px;}
.Bottom .Bottom_1 .Bottom-con p{color:#fff;opacity: 0.6;font-size: 14px;padding-top:10px;}
.Bottom .Bottom_1 .Bottom-con a{color:#fff;}

.Bottom .Bottom_2{color:#fff;padding:10px;border-top:1px solid #4f4f4f;font-size: 14px;}
.Bottom .Bottom_2 a{color:#fff;}
.Bottom .Bottom_2 .copy{line-height: 25px;opacity: 0.6;}
.Bottom .Bottom_2 .Link{position: relative;margin-top:10px;}
.Bottom .Bottom_2 .Link span{width:180px;height:30px;line-height: 30px;display: block;background:url(../uploadfiles/image/up.png) no-repeat center right 10px rgba(255,255,255,0.2);padding:0 10px;border-radius: 5px;}
.Bottom .Bottom_2 .Link ul{position: absolute;bottom:30px;left:0;width:100%;background:#fff;z-index:999;border-radius: 5px;display: none;}
.Bottom .Bottom_2 .Link ul li{line-height: 30px;text-align: center;border-bottom:1px dotted #ddd;}
.Bottom .Bottom_2 .Link ul li a{color:#333;opacity: 1;}

@media(max-width:992px){
	.Bottom .Bottom_1{padding:30px 0;}
	.Bottom .Bottom_1 .Bottom-nav{display: none;}
	.Bottom .Bottom_1 .Bottom-con{width:100%;}
	.Bottom .Bottom_2 .copy{width:100%;}
	.Bottom .Bottom_2 .Link{width:100%;}
	.Bottom .Bottom_2 .Link span{width:100%;box-sizing: border-box;}
}



/* HomeBan */
.HomeBan .owl-nav{display: none;}
.HomeBan .owl-dots{position: absolute;bottom:20px;width:100%;text-align: center;}
.HomeBan .owl-dots .owl-dot{width:10px;height:10px;border-radius: 50%;border:1px solid #fff;margin:0 5px;}
.HomeBan .owl-dots .owl-dot.active{background:#aec906;border:1px solid #aec906;}

.HMain{background:url(../uploadfiles/image/bg.png) no-repeat bottom 100px center;}
.NMain{background:url(../uploadfiles/image/bg.png) no-repeat bottom center;}

.HTit{margin-bottom:20px;}
.HTit h1{font-size: 26px;font-weight: normal;padding-left:20px;position: relative;}
.HTit h1::before{content:'';display: block;width:3px;height:26px;background:#aec906;position: absolute;top:5px;left:0;}
.HTit h1 span{color:#999999;font-size: 18px;}
.HTit .HMore{display: block;line-height: 35px;font-size: 14px;color:#999;padding-right:20px;background:url(../uploadfiles/image/more.png) no-repeat center right;}
.HTit .HMore:hover{color:#00479d;background:url(../uploadfiles/image/c-more.png) no-repeat center right;}
.I-box{width:48%;padding-top:60px;}

@media(max-width:992px){
	.I-box{width:100%;padding-top:30px;}
	.HTit h1{font-size: 20px;}
	.HTit h1 span{display: none;}
	.HTit h1::before{height:20px;}
}

/* 产品指南 */
.Product .pro-box{margin-left:-3%;}
.Product .pro-box .pro-list{float:left;width:47%;margin-left:3%;}
.Product .pro-box .pro-list .pro-img{border-radius: 10px;overflow: hidden;position: relative;}
.Product .pro-box .pro-list .pro-img>img{width:100%;transition: all .5s;-webkit-transition: all .5s;}
.Product .pro-box .pro-list .pro-img .pro-mask{position: absolute;width:100%;height:0;background:rgba(0,0,0,0.6);left:0;bottom:0;transition: all .5s;}
.Product .pro-box .pro-list .pro-img .pro-mask img{opacity: 0;position: absolute;top:50%;left:50%;margin-left:-12px;margin-top:-12px;transition: all .5s;-webkit-transition: all .5s;}
.Product .pro-box .pro-list:hover .pro-mask{height:100%;}
.Product .pro-box .pro-list:hover .pro-mask img{opacity: 1;}
.Product .pro-box .pro-list:hover .pro-img>img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.Product .pro-box .pro-list .pro-txt{padding-top:10px;text-align: center;}
.Product .pro-box .pro-list .pro-txt span{display: inline-block;padding-bottom:5px;}
.Product .pro-box .pro-list:hover .pro-txt span{border-bottom:1px solid #aec906;}
.Product .pro-box .pro-list a:hover {color:#aec906;}

/* 服务指南 */
.Service .Ser-box{margin-left:-3%;}
.Service .Ser-box .ser-list{width:47%;margin-left:3%;float:left;background:#f5f5f5;border-radius: 10px;margin-bottom:15px;box-sizing: border-box;padding:25px;transition: all .5s;}
.Service .Ser-box .ser-list .ser-ico {width:30%;}
.Service .Ser-box .ser-list .ser-ico .img2{display: none;}
.Service .Ser-box .ser-list .ser-txt{width:70%;background:url(../uploadfiles/image/jt.png) no-repeat center right;}
.Service .Ser-box .ser-list .ser-txt p{font-size: 18px;}
.Service .Ser-box .ser-list .ser-txt span{color:#999;font-size: 12px;}
.Service .Ser-box .ser-list:hover .ser-txt{background:url(../uploadfiles/image/c-jt.png) no-repeat center right;}
.Service .Ser-box .ser-list:hover .ser-txt{color:#fff;}
.Service .Ser-box .ser-list:hover .ser-txt span{color:#fff;}
.Service .Ser-box .ser-list:hover .ser-ico .img1{display: none;}
.Service .Ser-box .ser-list:hover .ser-ico .img2{display: inline-block;}
.Service .Ser-box .ser-list:first-child:hover{background:#4da5dc;}
.Service .Ser-box .ser-list:nth-child(2):hover{background:#044a9e;}
.Service .Ser-box .ser-list:nth-child(3):hover{background:#aec906;}
.Service .Ser-box .ser-list:nth-child(4):hover{background:#288e3a;}

@media(max-width:992px){
	.Service .Ser-box .ser-list{padding:10px;}
	.Service .Ser-box .ser-list .ser-ico{width:100%;text-align: center;margin-bottom:10px;}
	.Service .Ser-box .ser-list .ser-ico img{height:30px;}
	.Service .Ser-box .ser-list .ser-txt{width:100%;background:none;text-align: center;}
	.Service .Ser-box .ser-list .ser-txt p{font-size: 16px;}
}


/* 新闻中心 */
.News-box .News-owl .item{position: relative;}
.News-box .News-owl .item .News-img{height:315px;overflow: hidden;}
.News-box .News-owl .item .News-txt{line-height: 50px;background:rgba(0,0,0,0.4);width:100%;position: absolute;bottom:0;left:0;}
.News-box .News-owl .item .News-txt p{width:75%;padding:0 10px 0 20px;color:#fff;}
.News-box .News-owl .owl-nav{display: none;}
.News-box .News-owl .owl-dots{position: absolute;right:10px;bottom:13px;}
.News-box .News-owl .owl-dot{width:10px;height:10px;background:url(../uploadfiles/image/dot.png) no-repeat center center;margin:0 5px;}
.News-box .News-owl .owl-dot.active{background:url(../uploadfiles/image/c-dot.png) no-repeat center center;}
.News-box .News-owl .item .News-img img{transition: all .5s;-webkit-transition: all .5s;}
.News-box .News-owl .item:hover .News-img img{transform: scale(1.1);-webkit-transform: scale(1.1);}

.List{line-height: 44px;border-bottom:1px dashed #e5e5e5;padding-left:15px;position: relative;}
.List::before{content:'';display: block;width:5px;height:5px;border-radius: 50%;background:#e5e5e5;position: absolute;left:0;top:50%;margin-top:-2.5px;}
.List p{width:75%;}
.List span{color:#999999;font-size: 14px;}
.List:hover::before{background:#aec906;}

@media(max-width:992px){
	.News-box .News-owl .item .News-img{height:auto;}
}

/* 应用领域 */
.application{padding:60px 0;}
.application .item .app-img{position: relative;border-radius: 10px;overflow: hidden;}
.application .item .app-img .app-mask{position: absolute;bottom:0;left:0;width:100%;height:0;transition: all .5s;-webkit-transition: all .5s;}
.application .item .app-img .app-mask img{opacity: 0;width:auto;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);transition: all .5s;-webkit-transition: all .5s;}
.application .owl-item:nth-child(n) .app-mask{background:rgba(195,214,0,0.8) !important;}
.application .owl-item:nth-child(2n) .app-mask{background:rgba(0,71,157,0.8) !important;}
.application .owl-item:nth-child(3n) .app-mask{background:rgba(40,142,58,0.8) !important;}
.application .owl-item:nth-child(4n) .app-mask{background:rgba(77,165,220,0.8) !important;}
.application .owl-item:nth-child(5n) .app-mask{background:rgba(210,163,0,0.8) !important;}
.application .item:hover .app-mask{height:100%;}
.application .item:hover .app-mask img{opacity: 1;}

.application .item  .app-txt{text-align: center;padding-top:10px;}
.application .item  .app-txt p{font-size: 18px;}
.application .item  .app-txt span{font-size: 12px;color:#999;}
.app-owl .owl-dots{display: none;}
.app-owl .owl-nav button{width:19px;height:33px;position: absolute;top:40%;}
.app-owl .owl-nav button span{display: none;}
.app-owl .owl-nav button.owl-prev{background:url(../uploadfiles/image/prev.png) no-repeat;background-size: 100% 100%;left:-7%;}
.app-owl .owl-nav button.owl-next{background:url(../uploadfiles/image/next.png) no-repeat;background-size: 100% 100%;right:-7%;}
.app-owl .owl-nav button.owl-prev:hover{background:url(../uploadfiles/image/c-prev.png) no-repeat;background-size: 100% 100%;}
.app-owl .owl-nav button.owl-next:hover{background:url(../uploadfiles/image/c-next.png) no-repeat;background-size: 100% 100%;}

@media(max-width:1240px){
	.app-owl .owl-nav button.owl-prev{left:0;}
	.app-owl .owl-nav button.owl-next{right:0;}
}

/* 企业简介 */
.NBan img{width:100%;}

.Ny-tit{line-height: 65px;border-bottom:2px solid #aec906;}
.Ny-tit h1{font-size: 26px;font-weight: normal;}
.Ny-tit h1 span{font-size: 18px;color:#999;display: inline-block;margin-left:5px;}
.Localtion{font-size: 14px;color:#666;}
.Localtion a{color:#666;}
.Localtion img{position: relative;top:-3px;}
.Localtion a:last-child{color:#aec906;}

.Main-box{padding:20px 0 50px 0;}
.Main-left{width:18%;max-width:215px;}
.Main-right{width:79%;}
.Main-left .Left-nav .Left-tit{background:url(../uploadfiles/image/tit-bg.png) no-repeat;background-size: cover;color:#fff;text-align: center;padding:15px 0;border-radius: 20px 20px 0 0;overflow: hidden;}
.Main-left .Left-nav .Left-tit h1{font-size: 30px;}
.Main-left .Left-nav .Left-tit h1 img{display: none;}
.Main-left .Left-nav .Left-tit p{font-size: 16px;font-weight: bold;text-transform: uppercase;opacity: 0.6;}
.Main-left .Left-nav>ul>li>a{display: block;padding: 0 15px;line-height: 50px;background:url(../uploadfiles/image/nup.png) no-repeat center right 10px #f5f5f5;margin-top:2px;}
.Main-left .Left-nav>ul>li.on>a{color:#fff;display: block;background:url(../uploadfiles/image/ndown.png) no-repeat center right 10px #00479d;}
.Main-left .Left-nav>ul>li:hover>a{color:#fff;display: block;background:url(../uploadfiles/image/ndown.png) no-repeat center right 10px #00479d;}
.Main-left .Left-nav .Nav_2{border:1px solid #f5f5f5;padding:10px 0;display: none;}
.Main-left .Left-nav>ul>li.on+li a{margin-top:0;}
.Main-left .Left-nav .Nav_2>ul>li>a{padding:0 15px;line-height: 40px;display: block;position: relative;transition: all .5s;}
.Main-left .Left-nav .Nav_2>ul>li>a span{width:0;overflow: hidden;transition: all .5s;display: inline-block;line-height: 35px;position: absolute;top:0;left:15px;}
.Main-left .Left-nav .Nav_2>ul>li>a:hover{background:#aec906;color:#fff;padding-left:35px;}
.Main-left .Left-nav .Nav_2>ul>li>a:hover span{width:20px;color:#fff;}
.Main-left .Left-nav .Nav_2>ul>li.on>a{background:#aec906;color:#fff;padding-left:35px;}
.Main-left .Left-nav .Nav_2>ul>li.on>a span{width:20px;color:#fff;}
.Main-left .Left-nav .Nav_3{display: none;}
.Main-left .Left-nav .Nav_3 ul li a{display: block;padding:0 20px;line-height: 35px;font-size: 14px;}
.Main-left .Left-nav .Nav_3 ul li.on a{color:#aec906;}
.Main-left .Left-nav>ul>li.on .Nav_2{display: block;}
.Main-left .Left-nav .Nav_2.null{display: none !important;}
.Main-left .Left-nav .Nav_2>ul>li.on .Nav_3{display: block;}


.Main-right .right-box{margin-top:20px;}
.Main-right .right-box .About-img {margin:0 0 15px 20px;}
.Main-right .right-box .About-txt .About-tit h1{font-size: 48px;color:#dcdcdc;text-transform: uppercase;}
.Main-right .right-box .About-txt .About-tit p{color:#00479d;font-size: 18px;line-height: 25px;}
.Main-right .right-box .About-txt .About-tit span{text-transform: uppercase;line-height: 25px;font-size: 14px;color:#00479d;}
.Main-right .right-box .About-info{font-size: 14px;line-height: 24px;margin-top:20px;}
.Main-right .right-box .About-info p{font-size: 14px;line-height: 24px;}

@media(max-width:992px){
	.Ny-tit{line-height: 50px;}
	.Ny-tit h1{font-size: 20px;}
	.Ny-tit h1 span{display: none;}
	.Localtion{display: none;}
	.Main-left{width:100%;max-width:1000px;}
	.Main-right{width:100%;}
	.Main-left .Left-nav .Left-tit{padding:10px 0;}
	.Main-left .Left-nav .Left-tit h1{font-size: 18px;font-weight: normal;}
	.Main-left .Left-nav .Left-tit h1 img{display: inline-block;margin-left:10px;}
	.Main-left .Left-nav .Left-tit p{display: none;}
	/* .Main-left .Left-nav ul{display: none;} */
	.Main-left .Left-nav ul li a{line-height: 30px;}
	.Main-right .right-box .About-img{width:100%;}
	.Main-right .right-box .About-img img{width:100%;}
	.Main-right .right-box .About-txt .About-tit h1{font-size: 28px;}
}

/* 组织架构 */
.JG{text-align: center;}

/* 发展历程 */
.Development{background:url(../uploadfiles/image/lc-line.png) repeat-y top center;padding-top:40px;}
.Development .zs{text-align: center;position: relative;top:-50px;}
.Development li{width: 51.2%; float: left; padding-bottom: 3%;}
.Development li:nth-child(2n){float: right;}
.Development li .box{background: url(../uploadfiles/image/lc_1.png) no-repeat top 7px right 0; padding-right: 68px;}
.Development li:nth-child(2n) .box{padding: 0px 0px 0px 68px; background: url(../uploadfiles/image/lc_2.png) no-repeat top 7px left;}
.Development li .box .box_1{padding:10px;background:#f5f5f5;border-radius: 15px;margin-bottom:15px;}
.Development li .box .date{display: block; font-size: 36px; line-height: 30px; color: #004f99; font-family: "DIN Medium"; text-align: right;margin-bottom:15px;}
.Development li:nth-child(2n) .box .date{text-align: left;color:#aec906;}
.Development li .pic{width: 30%; float: left;border-radius: 15px;overflow: hidden;}
.Development li .pic img{display: block; width: 100%;}
.Development li .txt{width: 62%; float: right;padding-top:10px;}
.Development li .txt span{color:#999999;}
.Development li .txt p{font-size: 14px;line-height: 24px;}

.Development li .con .info{font-size: 14px; line-height: 24px; margin-top: 25px; color: #4c4c4c;}
.Development .btnbox a{position: absolute; width: 90px; left: 50%; margin-left: -45px; bottom: 0px; text-align: center;}
.Development .btnbox a span{display: block; line-height: 40px; margin-bottom: 20px; font-size: 16px; color: #004f99; background: #fff;}
.Development .btnbox a img{display: block; width: 50px; margin: 0 auto;}

@media(max-width:640px){
	.Development li{width:54%;}
	.Development li .box{padding-right:35px;}
	.Development li:nth-child(2n) .box{padding-left:35px;}
	.Development li .pic{width:100%;}
	.Development li .txt{width:100%;}
}

/* 员工天地 */
.Ygtd{padding:100px;margin:60px 0;box-shadow: 0 0 10px #ddd;background:#fff;border-radius: 20px;}
.Ygtd .Ygtd-img{width:50%;text-align: center;}
.Ygtd .Login{width:40%;}
.Ygtd .Login h1{font-size: 30px;font-weight: normal;background:url(../uploadfiles/image/login-logo.png) no-repeat center center;padding:55px 0;text-align: center;}
.Ygtd .Login .Login-box{margin-top:20px;}
.Ygtd .Login .login-input{width:100%;height:50px;line-height: 50%;border:1px solid #dcdcdc;border-radius: 5px;margin-bottom:20px;}
.Ygtd .Login .login-input.password{position: relative;}
.Ygtd .Login .login-input span{display: inline-block;width:20%;box-sizing: border-box;padding-left:30px;height:100%;line-height: 50px;}
.Ygtd .Login .login-input.user span{background:url(../uploadfiles/image/user.png) no-repeat center left 10px;}
.Ygtd .Login .login-input.password span{background:url(../uploadfiles/image/password.png) no-repeat center left 10px;}
.Ygtd .Login .login-input input{width:80%;height:100%;line-height: 50px;box-sizing: border-box;}
.Ygtd .Login .login-input.password input{padding-right:50px;}
.Ygtd .Login .login-btn button{width:100%;height:50px;background:#00479d;border:none;color:#fff;font-size: 16px;}
.Ygtd .Login .login-input.password .eye{width:50px;height:50px;position: absolute;top:0;right:0;background:url(../uploadfiles/image/eye.png) no-repeat center center;}
.Ygtd .Login .login-input.password .eye.on{background:url(../uploadfiles/image/open-eye.png) no-repeat center center;}


@media(max-width:1030px){
	.Ygtd .Login .login-input span{width:30%;}
	.Ygtd .Login .login-input input{width:70%;}
}

@media(max-width:768px){
	.Ygtd{padding:30px;}
	.Ygtd .Ygtd-img{width:100%;margin-top:30px;}
	.Ygtd .Login{width:100%;}
}

/* 部门信息 */
.Bmxx .Bmxx-tit{font-size: 28px;text-align: center;padding:10px 0 20px 0;border-bottom:1px solid #dcdcdc;margin-bottom:20px;}
.Bmxx .Bmxx-img{margin-bottom:20px;}
.Bmxx .Bmxx-img ul{margin-left:-1%;}
.Bmxx .Bmxx-img ul::after{content:'';display: block;clear: both;}
.Bmxx .Bmxx-img ul li{width:49%;margin-left:1%;float:left;}
.Bmxx .Bmxx-info{font-size: 14px;line-height: 24px;}
.Bmxx .Bmxx-info .Bm-part{margin-top:30px;}
.Bmxx .Bmxx-info .Bm-part h1{font-size: 22px;font-weight: normal;background:url(../uploadfiles/image/t_4.png) no-repeat bottom left;padding-bottom:10px;margin-bottom:10px;}
.Bmxx .Bmxx-info .Bm-part1 h1{background:url(../uploadfiles/image/t_2.png) no-repeat bottom left;}

/* 党群文化 */
.NSearch{padding:10px 0 20px 0;border-bottom:1px solid #dcdcdc;margin-bottom:20px;}
.NSearch .NSearch-box{width:60%;line-height: 50px;height:50px;border:1px solid #00479d;border-radius: 10px;margin:0 auto;}
.NSearch .NSearch-box input{width:80%;height:100%;padding:0 10px;font-size: 16px;}
.NSearch .NSearch-box button{width:10%;height:100%;background:none;border:none;}


.List_1{line-height: 45px;padding:0 10px;transition: all .5s;-webkit-transition: all .5s;position: relative;}
.List_1::before{content:'';display: block;width:5px;height:5px;background:#aec906;border-radius: 50%;position: absolute;top:50%;margin-top:-2.5px;left:10px;opacity: 0;transition: all .5s;-webkit-transition: all .5s;}
.List_1 .List-date{width:10%;font-size: 14px;color:#999999;}
.List_1 .List-txt{width:88%;}
.List_1:hover{background:#f3f3f3;padding-left:25px;}
.List_1:hover::before{opacity: 1;}
.List_1 a{color:#333333;}

@media(max-width:1130px){
	.List_1 .List-date{width:13%}
	.List_1 .List-txt{width:85%;}
}

@media(max-width:768px){
	.NSearch{width:80%;}
	.NSearch .NSearch-box{height:40px;line-height:40px;}
	.List_1 .List-date{width:25%}
	.List_1 .List-txt{width:70%;}
}

.Pages{text-align: center;margin:50px 0;font-size: 14px;color:#666666;}
.Pages a{height:40px;padding:0 10px;border:1px solid #e6e6e6;display: inline-block;line-height: 40px;color:#666;margin: 5px 2px;border-radius: 10px;}
.Pages a:hover{color:#aec906;border:1px solid #aec906;}
.Pages a.a_cur{color:#aec906;border:1px solid #aec906;}
.Pages .num a{width:40px;padding:0;}
.Pages .num{font-style: normal;}
.Pages .p_count{height:34px;padding:0 10px;border:1px solid #e6e6e6;display: inline-block;line-height: 34px;}
.Pages a.a_prev, .Pages a.a_next{padding: 0 20px;}
.Pages a.a_prev{background:#00479d;color:#fff;border:none;}
.Pages a.a_next{background:#aec906;color:#fff;border:none;}


@media(max-width:992px){
	.Pages a{height:30px;line-height: 30px;padding: 0 5px;margin:5px 0;}
	.Pages .num a{width:30px;}
	.Pages a.a_prev, .Pages a.a_next{padding: 0 10px;}
}

/* 暂无数据 */
.Nothing{text-align: center;padding:10px 0 50px 0;}

/* 产品列表 */

.aProNav{margin:30px 0;text-align: right;}
.aProNav ul li{display: inline-block;line-height: 35px;padding:0 15px;border-radius: 5px;}
.aProNav ul li.on{background:#aec906;}
.aProNav ul li.on a{color:#fff;}

.NPro .NPro-list{width:33.33%;float:left;box-sizing: border-box;padding:25px 15px;border:1px solid #dcdcdc;}
.NPro .NPro-list .NPro-img{position: relative;border-radius: 10px;overflow: hidden;}
.NPro .NPro-list .NPro-img>img{width:100%;height:183px;}
.NPro .NPro-list .NPro-img .pro-mask{position: absolute;width:100%;height:0;background:rgba(0,0,0,0.6);left:0;bottom:0;transition: all .5s;}
.NPro .NPro-list .NPro-img .pro-mask img{opacity: 0;position: absolute;top:50%;left:50%;margin-left:-12px;margin-top:-12px;transition: all .5s;-webkit-transition: all .5s;}
.NPro .NPro-list:hover .pro-mask{height:100%;}
.NPro .NPro-list:hover .pro-mask img{opacity: 1;}
.NPro .NPro-list p{padding:10px 0 0 0;text-align: center;color:#333;}
.NPro .NPro-list:hover{border:1px solid #aec906;}

@media(max-width:1200px){
	.NPro .NPro-list .NPro-img>img{height:150px;}
}


@media(max-width:992px){
	.right-box1{margin-top:20px;}
	.NPro .NPro-list{width:50%;}
	.NPro .NPro-list .NPro-img>img{height:250px;}
}

@media(max-width:768px){
	.NPro .NPro-list .NPro-img>img{height:180px;}
	.aProNav ul li{line-height: 30px;padding:0 10px;}
}

@media(max-width:480px){
	.NPro .NPro-list{padding:10px;}
	.NPro .NPro-list .NPro-img>img{height:95px;}
}

/* 产品指南 */
.pro-ZN{padding-bottom:50px;}
.ZN-tit{padding:40px 0 10px 0;margin-bottom:10px;}
.ZN-tit h1{padding-bottom:10px;background:url(../uploadfiles/image/t_4.png) no-repeat bottom left;font-size: 22px;}
.ZN-tit .ZH-more{display: block;line-height: 35px;font-size: 14px;color:#999;padding-right:20px;background:url(../uploadfiles/image/more.png) no-repeat center right;}
.ZN-tit .ZH-more:hover{color:#00479d;background:url(../uploadfiles/image/c-more.png) no-repeat center right;}

.ZNowl1 .item .ZN1-img{overflow: hidden;border-radius: 10px;}
.ZNowl1 .item .ZN1-img img{transition: all .5s;-webkit-transition: all .5s;}
.ZNowl .item .ZN1-txt{padding-top:10px;text-align: center;}
.ZNowl .item .ZN1-txt span{display: inline-block;padding-bottom:5px;border-bottom: 1px solid transparent;}
.ZNowl .item:hover .ZN1-txt span{border-bottom:1px solid #aec906;}
.ZNowl1 .item:hover .ZN1-img img{transform: scale(1.1);-webkit-transform: scale(1.1);}

.ZNowl1 .owl-nav{display: none;}
.ZNowl1 .owl-dots{text-align: center;padding:10px 0;}
.ZNowl1 .owl-dots .owl-dot{width:10px;height:10px;background:#dcdcdc;border-radius: 50%;margin:0 5px;}
.ZNowl1 .owl-dots .owl-dot.active{background:#aec906;}

.ZNowl2 .item{padding:10px;}
.ZNowl2 .item .ZN2-img {text-align: center;padding:10px;border-radius: 10px;overflow: hidden;}
.ZNowl2 .item .ZN2-img img{width:auto;height:150px;margin:0 auto;}
.ZNowl2 .item .ZN2-img:hover{box-shadow: 0 0 10px #ddd;}

.Pro-ZN2 ul li{display: inline-block;line-height: 30px;padding:0 10px;margin-left:10px;font-size: 14px;border-radius: 5px;}
.Pro-ZN2 ul li.on{background:#aec906;}
.Pro-ZN2 ul li.on a{color:#fff;}

.ZNowl2 .owl-dots{display: none;}
.ZNowl2 .owl-nav{text-align: center;}
.ZNowl2 .owl-nav button{width:19px;height:33px;margin:30px 30px 0 30px;}
.ZNowl2 .owl-nav button span{display: none;}
.ZNowl2 .owl-nav button.owl-prev{background:url(../uploadfiles/image/prev.png) no-repeat;background-size: 100% 100%;left:-7%;}
.ZNowl2 .owl-nav button.owl-next{background:url(../uploadfiles/image/next.png) no-repeat;background-size: 100% 100%;right:-7%;}
.ZNowl2 .owl-nav button.owl-prev:hover{background:url(../uploadfiles/image/c-prev.png) no-repeat;background-size: 100% 100%;}
.ZNowl2 .owl-nav button.owl-next:hover{background:url(../uploadfiles/image/c-next.png) no-repeat;background-size: 100% 100%;}

.ZNowl3 .item {padding:5px;}
.ZNowl3 .item .ZN3-img {padding:10px;border:1px solid #dcdcdc;border-radius: 10px;}
.ZNowl3 .item .ZN3-img {height:155px;}

.ZNowl3 .item .ZN3-img{position: relative;overflow: hidden;}
.ZNowl3 .item .ZN3-img .pro-mask{position: absolute;width:100%;height:0;background:rgba(0,0,0,0.6);left:0;bottom:0;transition: all .5s;}
.ZNowl3 .item .ZN3-img .pro-mask img{width:auto;opacity: 0;position: absolute;top:50%;left:50%;margin-left:-12px;margin-top:-12px;transition: all .5s;-webkit-transition: all .5s;}
.ZNowl3 .item:hover .pro-mask{height:100%;}
.ZNowl3 .item:hover .pro-mask img{opacity: 1;}

.ZNowl3 .owl-nav{display: none;}
.ZNowl3 .owl-dots{text-align: center;padding:10px 0;}
.ZNowl3 .owl-dots .owl-dot{width:10px;height:10px;background:#dcdcdc;border-radius: 50%;margin:0 5px;}
.ZNowl3 .owl-dots .owl-dot.active{background:#aec906;}

.ZNowl4 .item .ZN4-img{padding:10px;background:#f5f5f5;border-radius: 10px;}
.ZNowl4 .item .ZN4-img img{height:170px;width:auto;margin:0 auto;}

.ZNowl4 .owl-dots{display: none;}
.ZNowl4 .owl-nav{text-align: center;}
.ZNowl4 .owl-nav button{width:19px;height:33px;margin:30px 30px 0 30px;}
.ZNowl4 .owl-nav button span{display: none;}
.ZNowl4 .owl-nav button.owl-prev{background:url(../uploadfiles/image/prev.png) no-repeat;background-size: 100% 100%;left:-7%;}
.ZNowl4 .owl-nav button.owl-next{background:url(../uploadfiles/image/next.png) no-repeat;background-size: 100% 100%;right:-7%;}
.ZNowl4 .owl-nav button.owl-prev:hover{background:url(../uploadfiles/image/c-prev.png) no-repeat;background-size: 100% 100%;}
.ZNowl4 .owl-nav button.owl-next:hover{background:url(../uploadfiles/image/c-next.png) no-repeat;background-size: 100% 100%;}

@media(max-width:992px){
	.ZNowl2 .item .ZN2-img img{height:220px;}
	.ZNowl3 .item .ZN3-img{height:230px;}
	.ZNowl4 .item .ZN4-img img{height:260px;}
}
@media(max-width:768px){
	.ZNowl3 .item .ZN3-img{height:170px;}
	.ZNowl4 .item .ZN4-img img{height:180px;}
}


@media(max-width:480px){
	.ZN-tit h1{font-size: 18px;}
	.Pro-ZN2 ul {margin-top:10px;}
	.Pro-ZN2 ul li{margin-left:0;}
	.ZNowl2 .item .ZN2-img img{height:120px;}
	.ZNowl2 .owl-nav button{margin-top:10px;}
	.ZNowl3 .item .ZN3-img{height:80px;}
	.ZNowl4 .item .ZN4-img img{height:90px;}
	.ZNowl4 .owl-nav button{margin-top:10px;}
}


/* 公司要闻 */
.Nnews-first{margin-bottom:20px;}
.Nnews-first .Nnews-img{padding-top:250px;width:40%;position: relative;border-radius: 10px;overflow: hidden;}
.Nnews-first .Nnews-img span{background-position: center center;background-repeat: no-repeat;background-size: contain;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.Nnews-first .Nnews-txt{width:57%;padding:30px 0;}
.Nnews-first .Nnews-txt span{color:#999999;font: 14px;}
.Nnews-first .Nnews-txt h1{font-size: 18px;color:#aec906;padding:10px 0;}
.Nnews-first .Nnews-txt p{color:#666;font-size: 14px;line-height: 24px;height:72px;}
.Nnews-first .Nnews-txt .n-more{font-size: 14px;color:#999;margin-top:20px;}

@media(max-width:768px){
	.Nnews-first .Nnews-img{width:100%;padding-top:65%;}
	.Nnews-first .Nnews-txt{width:100%;}
}

/* 应用领域 */
.Info .InfoTit{font-size: 22px;font-weight: normal;display: inline-block;position: relative;padding-bottom:10px;margin-bottom:20px;}
.Info .InfoTit::before{content:'';display: block;height:1px;width:100%;background:#00479d;position: absolute;bottom:0;left:0;}
.Info .InfoTit::after{content:'';display: block;height:1px;width:50%;background:#aec906;position: absolute;bottom:0;right:0;}
.Yyly-info1{margin-bottom:30px;}
.Yyly-info1 .Yyly-img{width:40%;padding-top:253px;position: relative;border-radius: 10px;overflow: hidden;}
.Yyly-info1 .Yyly-img span{background-position: center center;background-repeat: no-repeat;background-size: contain;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}

.Yyly-info1 .Yyly-txt{width:57%;height:253px;overflow: auto;padding:0 10px;box-sizing: border-box;}
.Yyly-info1 .Yyly-txt b{display: block;width:40px;height:3px;background:#aec906;margin-bottom:10px;}
.Yyly-info1 .Yyly-txt p{line-height: 30px;}


.Yyly-info1 .Yyly-txt::-webkit-scrollbar {/*滚动条整体样式*/
	width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.Yyly-info1 .Yyly-txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 3px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #aec906;

}
.Yyly-info1 .Yyly-txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	background: #EDEDED;
}

.Yyly-part{line-height: 30px;margin-bottom:30px;}
.Yyly-part h1{font-size: 16px;}
.Yyly-part ul li{position: relative;padding-left:15px;}
.Yyly-part ul li::before{content:'';display:block;width:5px;height:5px;background:#aec906;border-radius: 50%;position: absolute;top:50%;margin-top:-2.5px;left:0;}

@media(max-width:768px){
	.Info .InfoTit{font-size: 18px;}
	.Yyly-info1 .Yyly-img{width:100%;padding-top:65%;margin-bottom:10px;}
	.Yyly-info1 .Yyly-txt{width:100%;}
}


/* 网点查询 */
.Choice-box{position: relative;line-height: 35px;}
.Choice-box span{font-size: 16px;font-weight: bold;position: absolute;top:0;left:0;}
.Choice-box ul{padding-left:10%;}
.Choice-box ul li{display: inline-block;}
.Choice-box ul li a{display: block;padding:0 15px;margin-right:px;margin-bottom:10px;border-radius: 5px;}
.Choice-box ul li.on a{background:#aec906;color:#fff;}
.Choice-box ul li:hover a{background:#aec906;color:#fff;}
.Choice2-box a{display: inline-block;font-size: 14px;color:#666;line-height: 35px;margin-right:30px;}
.Choice2-box a:hover{color:#aec906;}
.Choice2-box a.on{color:#aec906;}
.Choice2{padding:15px 0;margin:0 0 10px 0;border-top:1px dashed #e5e5e5;border-bottom:1px dashed #e5e5e5;}

.Wdcx{margin-top:20px;}
.Wdcx .Wdcx-list{margin-bottom:30px;transition: all .5s;-webkit-transition: all .5s;border-radius: 10px;}
.Wdcx .wd-img{width:31%;padding-top:200px;position: relative;border-radius: 10px;overflow: hidden;}
.Wdcx .wd-img span{background-position: center center;background-repeat: no-repeat;background-size: contain;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .5s;}

.Wdcx .wd-txt{width:53%;box-sizing: border-box;padding:4.5% 20px;}
.Wdcx .wd-txt b{display: block;width:30px;height:3px;background:#aec906;}
.Wdcx .wd-txt h1{font-size: 18px;margin:20px 0 10px 0;}
.Wdcx .wd-txt p{line-height: 30px;}
.Wdcx .wd-map{width:16%;text-align: center;display: flex;align-items: center;justify-items: center;height:200px;position: relative;}
.Wdcx .wd-map a{width:100%;}
.Wdcx .wd-map p{padding-top:5px;}
.Wdcx .wd-map::before{content:'';display: block;width:1px;height:60%;background:#e5e5e5;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}

.Wdcx .Wdcx-list:hover{background:#f5f5f5;}
.Wdcx .Wdcx-list:hover .wd-txt h1{color:#aec906;}
.Wdcx .Wdcx-list:hover .wd-img span{-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}

.Choice2 .Choice-box ul{width:60%;}
.Choice2 .Choice-box{position: relative;}
.wdSearch{width:25%;position: absolute;right:0;top:0;}
.wdSearch .WdsBox{width:100%;line-height: 35px;height:35px;border:1px solid #00479d;border-radius: 10px;margin:0 auto;}
.wdSearch .WdsBox input{width:75%;height:100%;padding:0 10px;font-size: 14px;box-sizing: border-box;}
.wdSearch .WdsBox button{width:15%;height:100%;background:none;border:none;}

@keyframes up{
	0%{top:0;}
	25%{top:10px;}
	50%{top:20px;}
	75%{top:10px;}
	100%{top:0;}
}


.Choice2-box{height:140px;overflow: hidden;transition: all .5s;-webkit-transition: all .5s;}
.Choice2-box.on{height:auto;}

.Choice2 .bd ul .wdMore{text-align: center;padding:20px 0;cursor: pointer;}
.Choice2 .bd ul .wdMore img{position: relative;animation: up ease-in 1s infinite;-webkit-animation: up ease-in 1s infinite;}


@media(max-width:768px){
	.Wdcx .wd-img{width:100%;padding-top:65%;margin-bottom:10px;}
	.Wdcx .wd-txt{width:84%;}
	.Choice-box span{font-size: 14px;}
	.Choice-box ul{padding-left:18%;}
	.Choice-box ul li{line-height: 30px;}
	.Choice-box ul li a{padding:0 5px;}
	.Choice2 .Choice-box ul{width:100%;}
	.wdSearch{width:80%;position: static;margin:10px auto;}

}

/* 售卡指南 */
.Salecard{margin-left:-3%;}
.Salecard-list{width:47%;margin-left:3%;float:left;box-sizing: border-box;padding:30px 30px;border-radius: 10px;border:1px solid #dcdcdc;margin-bottom:20px;}
.Salecard-list .Salecard-img .img2{display: none;}
.Salecard-list .Salecard-img{width:22%;line-height: 60px;}
.Salecard-list .Salecard-tit{width:77%;position: relative;padding-left:20px;box-sizing: border-box;font-size: 18px;font-weight: bold;height:60px;display:flex;justify-content:center;flex-direction: column;}
.Salecard-list .Salecard-tit::before{content:'';display: block;width:10px;height:1px;background:#aec906;position: absolute;left:0;top:50%;}
.Salecard-list .Salecard-txt{width:43%;display: none;}
.Salecard-list .Salecard-txt ul li{font-size: 14px;font-weight: bold;line-height: 25px;}
.Salecard-list .Salecard-txt ul li span{color:#999;;display: inline-block;font-weight: normal;margin-left:20px;padding-left:20px;}
.Salecard-list .Salecard-txt ul li span.yes{background:url(../uploadfiles/image/yes.png) no-repeat center left;}
.Salecard-list .Salecard-txt ul li span.no{background:url(../uploadfiles/image/no.png) no-repeat center left;}

.Salecard-list:hover{background:url(../uploadfiles/image/card-bg.png) no-repeat center right #00479d;}
.Salecard-list:hover a{color:#fff;}
.Salecard-list:hover .Salecard-img .img2{display: inline-block;}
.Salecard-list:hover .Salecard-img .img1{display: none;}

@media(max-width:1320px){
	.Salecard-list .Salecard-txt ul li span{margin-left:15px;}
}
@media(max-width:1240px){
	.Salecard-list .Salecard-txt ul li span{margin-left:10px;}
}
@media(max-width:992px){
	.Salecard-list{padding:20px;}
	.Salecard-list .Salecard-tit{font-size: 16px;}
	.Salecard-list .Salecard-txt ul li span{margin-left:5px;}
}
@media(max-width:768px){
	.Salecard{margin-left:0;}
	.Salecard-list{width:100%;margin-left:0;}
}

/* 售卡指南详情 */
.Skzn-info1{margin-bottom:30px;background:#f5f5f5;border-radius: 10px;}
.Skzn-info1 .Skzn-img{width:40%;padding-top:245px;position: relative;border-radius: 10px;overflow: hidden;}
.Skzn-info1 .Skzn-img span{background-position: center center;background-repeat: no-repeat;background-size: contain;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.Skzn-info1 .Skzn-txt{width:57%;padding:7% 0;}
.Skzn-info1 .Skzn-txt h1{font-size: 18px;color:#aec906;}
.Skzn-info1 .Skzn-txt ul li{display: inline-block;margin-top:5%;margin-right:5%;font-size: 14px;line-height: 24px;}
.Skzn-info1 .Skzn-txt ul li p{font-weight: bold;}
.Skzn-info1 .Skzn-txt ul li span{display: inline-block;margin-right:10px;padding-left:20px;}
.Skzn-info1 .Skzn-txt ul li span.yes{background:url(../uploadfiles/image/yes.png) no-repeat center left;}
.Skzn-info1 .Skzn-txt ul li span.no{background:url(../uploadfiles/image/no.png) no-repeat center left;}

.Skzn-info2{margin-bottom:30px;}
.Skzn-info2 .SkznName{font-size: 18px;color:#aec906;font-weight: bold;padding:10px 0 20px 0;}
.Skzn-info2 .Skzn-img{}
.Skzn-info2 .Skzn-img ul{margin-left:-2%;}
.Skzn-info2 .Skzn-img ul::after{content:'';display: block;clear: both;}
.Skzn-info2 .Skzn-img li{float:left;width:48%;margin-left:2%;}

.Yhxz .Yhxz-box{width:60%;margin:0 auto;position: relative;padding:30px 0;}
.Yhxz .Yhxz-box::before{content:'';display: block;width:1px;height:100%;background:#dcdcdc;position: absolute;left:27.5%;top:0;}
.Yhxz .Yhxz-box .Yhxz-list{margin:20px 0;position: relative;min-height:120px;}
.Yhxz .Yhxz-box .Yhxz-list .YhxzLeft{overflow: hidden;;width:30%;background:url(../uploadfiles/image/lc_1.png) no-repeat center right 3px;z-index:999;}
.Yhxz .Yhxz-box .Yhxz-list:nth-child(2n) .YhxzLeft{background:url(../uploadfiles/image/lc_2.png) no-repeat center right 3px;}
.Yhxz .Yhxz-box .Yhxz-list .YhxzLeft .YhxzIco{width:80px;height:80px;border-radius: 50%;background:#00479d;line-height: 80px;text-align: center;position: relative;}
.Yhxz .Yhxz-box .Yhxz-list:nth-child(2n) .YhxzLeft .YhxzIco{background:#aec906;}
.Yhxz .Yhxz-box .Yhxz-list .YhxzRight{position: relative;width:70%;box-sizing: border-box;padding-left:30px;margin-top:20px;}
.Yhxz .Yhxz-box .Yhxz-list .YhxzLeft .YhxzIco::after{content:'';display: block;width:100%;height:1px;background:#00479d;position: absolute;right:-75px;top:50%;z-index:0;}
.Yhxz .Yhxz-box .Yhxz-list:nth-child(2n) .YhxzLeft .YhxzIco::after{background:#aec906;}
.Yhxz .Yhxz-box .Yhxz-list .YhxzRight p{padding-left:50px;line-height: 30px;}
.Yhxz .Yhxz-box .Yhxz-list .YhxzRight span{position: absolute;top:0;left:20px;font-size:30px;color:#00479d;}


.Blwd a{display: inline-block;padding:15px;border-radius: 10px;box-shadow: 0 0 10px #ddd;text-align: center;}
.Blwd a p{padding-top:5px;}


@media(max-width:992px){
	.Yhxz .Yhxz-box .Yhxz-list .YhxzLeft .YhxzIco::after{display: none;}
}
@media(max-width:768px){
	.Skzn-info1 .Skzn-img{width:100%;padding-top:60%;margin-bottom:10px;}
	.Skzn-info1 .Skzn-txt{width:100%;box-sizing: border-box;padding:10px 20px;}
	.Yhxz .Yhxz-box{width:100%;}
	.Yhxz .Yhxz-box .Yhxz-list .YhxzLeft .YhxzIco{width:60px;height:60px;line-height: 60px;}
	.Yhxz .Yhxz-box .Yhxz-list .YhxzLeft .YhxzIco img{height:25px;}
}





/* 常见问题 */
.HelpList{margin-bottom:10px;box-shadow: 0 0 2px #ddd;}
.HelpQ{line-height: 60px;background:url(../uploadfiles/image/help-up.png) no-repeat center right 20px #f5f5f5;}
.HelpList .HelpTit{width:60px;font-size: 24px;text-align: center;}
.HelpList .HelpQ .HelpTit{background:#00479d;color:#fff;}
.HelpList .HelpQ.on{background:url(../uploadfiles/image/help-down.png) no-repeat center right 20px #00479d;color:#fff;}
.HelpList .HelpQ.on .HelpTit{background:#aec906;color:#fff;}
.HelpList .HelpQ .HelpQ-txt{width:90%;padding-left:20px;box-sizing: border-box;}
.HelpList .HelpA{display: none;box-shadow: 0 5px 10px #ddd;}
.HelpList .HelpA .HelpTit{color:#00479d;}
.HelpList .HelpA .HelpA-txt{width:90%;line-height: 24px;font-size: 14px;color:#666;padding:10px 0;}

@media(max-width:768px){
	.HelpList .HelpQ .HelpQ-txt{width:75%;}
	.HelpList .HelpA .HelpA-txt{width:75%;}
	.HelpQ{line-height: 50px;}
	.HelpList .HelpTit{width:50px;}
}

/* 人才招聘 */
.JobTop ul li{float:left;width:50%;box-sizing: border-box;padding:0 5%;position: relative;}
.JobTop ul li .Jobtop-ico{height:80px;width:80px;background:#00479d;border-radius: 50%;position: relative;text-align: center;line-height: 80px;z-index: 2;}
.JobTop ul li .Jobtop-ico::before{content:'';display:block;width:100px;height:100px;background:rgba(0,71,157,0.2);position: absolute;top:50%;left:50%;margin-left:-50px;margin-top:-50px;border-radius: 50%;z-index: -1;}
.JobTop ul li:nth-child(2) .Jobtop-ico{background:#aec906;}
.JobTop ul li:nth-child(2) .Jobtop-ico::before{background:rgba(174,201,6,0.2);}

.JobTop ul li .Jobtop-txt{width:70%;padding:15px 0;}
.JobTop ul li .Jobtop-txt span{font-size: 18px;font-weight: lighter;}
.JobTop ul li .Jobtop-txt p{font-size: 24px;font-weight: bold;color:#00479d;}
.JobTop ul li:nth-child(2) .Jobtop-txt p{color:#aec906;}
.JobTop ul li:nth-child(2)::before{content:'';display: block;width:1px;height:80%;background:#dcdcdc;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.JobTop ul li:first-child{width:47%;}
.JobTop ul li:nth-child(2){width:53%;box-sizing: border-box;padding:0 8%;}

.JobBox {background:#f5f5f5;padding:40px 70px 100px 0;margin-top:60px;}
.JobBox .JobBox-tit{font-size: 22px;margin-bottom:30px;}
.JobBox .JobDw .JobBox-tit{padding-left:30px;}
.JobBox .JobDw ul li{font-size: 18px;line-height: 48px;position: relative;padding-left:30px;}
.JobBox .JobDw ul li::before{content:'';display: none;width:3px;height:20px;background:#00479d;position: absolute;top:50%;left:0;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.JobBox .JobDw ul li.on{color:#00479d;font-weight: bold;}
.JobBox .JobDw ul li.on::before{display: block;}
.JobBox .JobDw{width:30%;}
.JobBox .JobYq{width:70%;}
.JobBox .JobInfo::before{content:'';display: block;width:80px;height:1px;background:#aec906;position: absolute;top:50px;left:0;}
.JobBox .JobInfo{position: relative;;background:#fff;padding:90px 50px 70px 50px;line-height: 30px;font-size: 14px;box-shadow: 0 0 10px #ddd;}
.JobBox .JobInfo h1{font-size: 16px;}

@media(max-width:992px){
	.JobBox{padding:30px 10px;margin-top:30px;}
	.JobTop ul li .Jobtop-txt{width:100%;text-align: center;}
	.JobTop ul li .Jobtop-txt span{font-size: 12px;}
	.JobTop ul li .Jobtop-txt p{font-size: 13px;}
	.JobTop ul li .Jobtop-ico{width:50px;height:50px;line-height: 50px;left:50%;margin-left:-25px;}
	.JobTop ul li .Jobtop-ico img{width:25px;}
	.JobTop ul li .Jobtop-ico::before{height:60px;width:60px;margin-top:-30px;margin-left:-30px;}
	.JobBox .JobDw{width:100%;margin-bottom:30px;}
	.JobBox .JobYq{width:100%;}
	.JobBox .JobBox-tit{font-size: 18px;margin-bottom:10px;}
	.JobBox .JobDw ul li{font-size: 16px;line-height: 30px;display: inline-block;padding-left:0;margin-right:10px;}
	.JobBox .JobDw ul li.on::before{display: none;}
	.JobBox .JobDw .JobBox-tit{padding-left:0;}
	.JobBox .JobInfo{padding:50px 10px 20px 10px;}
	.JobBox .JobInfo::before{top:25px;}

}

/* 新闻详情 */
.news-info .news-info-tit{text-align: center;padding:20px 0;border-bottom:1px dashed #dedede;}
.news-info .news-info-tit h1{font-size: 28px;font-weight: bold;color:#aec906;}
.news-info .news-info-tit p{color:#999;font-size: 14px;margin-top:10px;}
.news-info .news-info-content{padding:30px 0;line-height: 28px;font-size: 14px;}
.news-info .news-info-content svg{display:none !important;}

.news-info .prev-next{margin:50px 0;}
.news-info .prev-next .btn_1{width:49%;line-height: 50px;text-align: center;background:#f7f7f7;}
.news-info .prev-next .btn_1.prev_1{background:#aec906;color:#fff;}
.news-info .prev-next .btn_1.prev_1 a{color:#fff;}

@media(max-width:992px){
	.news-info .news-info-tit h1{font-size: 18px;}
	.news-info .news-info-tit{padding:20px 0;}
	.news-info .prev-next .btn_1{width:100%;font-size: 14px;line-height: 40px;margin-bottom:10px;}
	.news-info .prev-next{margin:20px 0;}
}

/* 右侧悬浮框 */
.FloatRight{position: fixed;top:30%;right:20px;z-index:999;}
.FloatRight ul li{position: relative;margin:50px 0;}
.FloatRight ul li .FloatIco{width:50px;height:50px;border-radius: 50%;text-align: center;line-height: 50px;background:#c4c4c4;}
.FloatRight ul li:first-child:hover .FloatIco{background:#aec906;}
.FloatRight ul li:nth-child(2):hover .FloatIco{background:#00479d;}
.FloatRight ul li .FloatTc{width:110px;height:110px;position: absolute;margin-top:-55px;top:50%;left:0;opacity: 0;transition: all .5s;}
.FloatRight ul li .FloatTc .FloatTc-img{padding:5px;position: relative;box-sizing: border-box;}
.FloatRight ul li .FloatTc .FloatTc-img::after{content:'';display: block;border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid transparent;position: absolute;top:50%;margin-top:-5px;right:-20px;}
.FloatRight ul li:first-child .FloatTc .FloatTc-img{background:url(../uploadfiles/image/rightBox1.png) no-repeat center center #fff;background-size: 100% 100%;}
.FloatRight ul li:nth-child(2) .FloatTc .FloatTc-img{background:url(../uploadfiles/image/rightBox2.png) no-repeat center center #fff;background-size: 100% 100%;}
.FloatRight ul li:first-child .FloatTc img{width:100%;}
.FloatRight ul li .FloatTc p{font-size: 14px;text-align: center;padding:8px 0 5px 0;}
.FloatRight ul li:hover .FloatTc{left:-130px;opacity: 1;}

@media(max-width:768px){
	.FloatRight{right:10px;z-index:999;}
	.FloatRight ul li {margin:20px 0;}
	.FloatRight ul li .FloatIco{width:40px;height:40px;line-height: 40px;}
}


/* 网点地图 */
.MapLeft{margin-bottom:50px;width:65%;}
.MapLeft #map{width:100%;height:460px;overflow:hidden !important;}
.MapRight{width:32%;padding-top:10%;}
.MapRight .wd-txt b{display: block;width:30px;height:3px;background:#aec906;}
.MapRight .wd-txt h1{font-size: 18px;margin:20px 0 10px 0;}
.MapRight .wd-txt p{line-height: 30px;}

@media(max-width:768px){
	.MapLeft{width:100%;}
	.MapRight{width:100%;}
}


