
@charset "utf-8";
body, html { width: 100%; }  
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  font-family: "微软雅黑";}  
body, p, h1, h2, h3, h4, h5, table, ul, li, form, input { margin: 0; padding: 0; color: #000;  line-height: 1; }  
body, p { font-size: 14px; border: none; color: #000; }  
a { font-size: 14px; color: #000; text-decoration: none; border: none; padding: 0; margin: 0; }  
table { border-collapse: collapse; }  
img { border: 0; margin: 0; padding: 0; display: block; }  
ul, li { list-style: none; border: 0; margin: 0; padding: 0; } 
dl, dt, dd { margin: 0; padding: 0; -webkit-margin-start: 0; }  
h1, h2, h3, h4, h5 { font-weight: normal; font-size: 12px; display: block; }  
strong, b { font-weight: normal; }  
table, tr, td { border-spacing: 0; }  
em, i, b { font-style: normal; }  
p { line-height: 170%; color: #555; font-size: 14px; }  
input { border: none; background: none; }  
figcaption { display: block; }  
input:focus { outline: none; }  
::-webkit-input-placeholder { /* WebKit browsers */ font-size: 14px; color: #555; }  
::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size: 14px; color: #555; }  

.clearfix { *zoom: 1; }  
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }  
.clearfix:after { clear: both; } 
.clear { clear: both; }

 input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

.w1240{ max-width: 1240px; margin: 0 auto; width: 100%;}
.pt50{ padding-top: 4vw; padding-bottom: 4vw;}

/* 头部 */
.headerwarp{ transition: all 0.6s;   background: #fff; display: flex; align-items: center; padding: 0 55px;} 
.headerwarp .logo{ width: 50px; height: 50px;margin-right: 15px;} 
.headerwarp .logo img{ width: 50px; height: 50px;} 
.header-right{ display: flex; justify-content: space-between; align-items: center; flex: 1.3; padding-left: 15%;}
.navbar{ display: flex; flex: 1;  }
.navbar li{ flex: 1; position: relative;}
.navbar li>a{ display: block; color: #000; font-size: 16px; text-align: center; height: 80px; line-height: 80px; transition: all 0.6s;  position: relative;}
.navbar li>a::before{ position: absolute;  content: ''; display: block; left: 50%; right: 50%;  background: #000; height: 2px; bottom: 0; width: 0;
transform: translateX(-50%); transition: all 0.6s ease-in-out;}
.navbar li:hover>a::before,.navbar li.on>a::before{ width: 30px;}
.subnav{ position: absolute; top: 80px; right: 0; left: 0; background: #fff; padding: 10px 0; z-index: 333; display: none;}
.subnav a{ display: block; text-align: center; line-height: 40px; color: #333; font-size: 15px; transition: all 0.6s;}
.subnav a:hover{ color: #0159a1;}


/*搜索*/
.header-info .zoom{ cursor: pointer; vertical-align: middle;  cursor: pointer; display: flex; align-items: center;}
.search-close{ position: fixed; top: 30px; right: 30px; cursor: pointer;}
.search-box{ background: #fff; position: fixed; top: 0px; left: 0; right: 0; background: rgba(0,0,0,0.8); z-index: 333;
 bottom: 0; height: 100%; transform-origin: bottom center;  -ms-transform-origin:bottom center ; -moz-transform-origin: bottom center;
 -webkit-transform-origin: bottom center;  transform: scaleY(0); -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); 
 transition: transform .3s .5s; }
.search-box .div{ width: 60%; margin: 0 auto; transition: all .5s .3s; filter:alpha(opacity=0); opacity: 0; transform: translate(0,20px);
top: 300px; position: absolute; left: 50%;  margin-left: -30%;}
.serach-kuang{ display: flex; justify-content: space-between;}
.search-box .in{ background: #fff; height: 50px; width: 90%; padding-left: 20px; font-size: 16px;}
.search-box .sub{ background: #0159a1; height: 50px; width: 10%; font-size: 16px; color: #fff; cursor: pointer;}
.search-box p{ padding: 30px 0 0 0;}
.search-box p a{ display: inline-block; padding: 0 20px; font-size: 14px; color: #fff; opacity: 0.8; filter:alpha(opacity=80); transition: all 0.36s;}
.search-box p strong{ display: inline-block; font-size: 16px; color: #fff;}
.search-box p a:hover{ color: #d7a449;}
.search-box .div.on{ opacity: 1; -webkit-opacity: 1;  transform: translate(0,0); -webkit-transform: translate(0,0);   -ms-transform: translate(0,0); 
-moz-transform: translate(0,0); filter:alpha(opacity=100); }
.search-box.active{transform-origin: top center; transform: scaleY(1); transition: transform .3s;}

 
@keyframes down{		
 	from{transform: translateY(-100%); opacity: 0;}
 	to{transform: none; opacity: 1;}
	
 }


/* 手机导航 */
.mobile-header{ display: none; height: 55px;  position: fixed; top: 0; left: 0; right: 0; background: #fff; z-index: 333; border-bottom: 1px solid #F5F5F5;}
.moible-cont{ display: flex; align-items: center; justify-content: space-between; padding: 0 10px; }
.mobile-header .logo{ display: flex; height: 45px; align-items: center; }
.mobile-header .logo img{ display: block; height: 20px;}
.hamburger-box span{ display: block;  height: 2px; background: #333; width:30px; margin-bottom:6px; padding-bottom: 0; transition: all 0.6s ease-in-out;}
.hamburger-box .span2{ width: 35px;}
.hamburger-box .span3{ margin-bottom: 0;}
.hamburger-box.on{ z-index: 3333;}
.hamburger-box.on .span1{ transform: rotate(45deg) translate(5px,5px);}
.hamburger-box.on .span2{ opacity: 0;}
.hamburger-box.on .span3{ transform: rotate(-45deg) translate(5px,-6px);}

.mobile-bar{ display: none; position: fixed; top: 0; right: 0; bottom: 0; background: #fff; left: 0; width: 100%; z-index: 333;
padding:10px 50px 50px 50px; overflow-y: scroll; }
.mobile-bar ul{ margin-top: 10px;}
.mobile-bar li a{  padding:15px 0px;  border-bottom: 1px solid #F5F5F5; display: block; font-size:16px;}
.mobile-bar .mo-subnav{ display: block;}
.mobile-bar .mo-subnav a{  font-size: 14px; color: #555;}
/* banner */

.banner img{ display: block; width: 100%; margin: 0 auto;}
.banner .swiper-slide img{width:100%;height:auto;min-height:100%;transition:1s linear 2s;transform:scale(1.05,1.05);}
.banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img{transition:6s linear;transform:scale(1,1);}
.banner .swiper-pagination-bullet{ width:8px; height:8px; border-radius: 100%; transition: all 1s; background: #fff; opacity: 0.8; margin: 0 10px;}
.banner .swiper-pagination-white .swiper-pagination-bullet-active{ background: #fff; width: 50px; border-radius: 5px;}

/* 内页banner */
.p-left-right{ padding-left: 180px; padding-right: 180px;}
.neibanner{ position: relative;}
.neibanner img{ display: block; width: 100%; overflow: hidden; height: auto;}
.neibanner-tu{ display: flex; justify-content: center; align-content: center;}
.neibanner-text{ position: absolute; left: 0; right: 0;  z-index: 33; top: 50%; transform: translateY(-50%);}
.neibanner-text h3{ color: #fff; font-size: 40px; letter-spacing: 8px;font-weight: bold;}
.neibanner-text p{ color: #fff; font-size: 18px; letter-spacing: 2px; padding-top: 25px;}
.neibanner-text b{ display: block; background: #fff; width: 50px; height: 2px; margin-top: 30px;}


.index-sec1 { margin-top: -6vw; position: relative; z-index: 33;}
.index-sec1 .ul{ display: flex; justify-content: space-between; background: #0159a1;}
.index-sec1 .ul li{ flex: 1; border-right: 1px solid #347ab4; padding:2vw 4vw;}
.index-sec1 .ul li:last-child{ border-right: none;}
.index-sec1 li h3{ color: #fff; font-size: 24px; text-align: center; padding-bottom: 1.1vw; line-height: 1;}
.index-sec1 li p{ color: #fff; font-size: 16px; text-align: center; line-height: 24px;}

.index-sec2{ display: flex; justify-content: space-between; align-items: center;  background: url(../images/map.png) no-repeat center; background-size: 100% auto;}
/* .index-sec2 ul{} */

.index-sec2 h3{ color: #000000; font-size: 34px;}
.index-sec2 .p1{ color: #0159a1; font-size:22px; padding-bottom: 3vw; padding-top: 1.5vw;}
.index-sec2 .p2{ color: #666666; font-size:14px; line-height: 36px;}
.index-sec2 .more-btn{ width: 150px; height: 50px;background-color: #0159a1;box-shadow: 3px 4px 10px 0px rgba(4, 0, 0, 0.2);border-radius: 4px; display: block;
color: #ffffff; font-size: 14px; text-align: center; line-height: 50px; margin-top: 5vw; transition: all 0.6s;}
.index-sec2 .more-btn:hover{ transform: translateX(10px); box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);}


.title h3{ color: #000000;font-size: 36px; text-align: center; padding-bottom: 1vw;}
.title p{ color: #666666;font-size: 16px; text-align: center;}
.title{ padding-bottom: 3vw;}


.index-sec3{ background: #f5f5f5; }
.tab-hd{ background: #fff; margin-bottom: 3vw; display: flex; justify-content: space-between; align-items: center; height: 70px;}
.tab-hd strong{ background: #0159a1; display: block; height: 70px; max-width: 160px; width: 100%; color: #fff;	font-size: 15px;
line-height: 70px; text-align: center;}
.tab-hd strong img{ display: inline-block; vertical-align: middle; margin-right: 5px;}
.tabs{ flex: 1; display: flex; justify-content: space-between; align-items: center; height: 70px; padding: 0 180px 0 60px;}
.tabs a{ color: #333;	font-size: 14px;   height: 70px; line-height: 70px; transition: all 0.6s; border-bottom: 2px solid transparent;}
.tabs a.active,.tabs a:hover{ color: #0159a1; border-bottom: 2px solid #0159a1;}
.tab-hd .more{ display: block; padding-right:20px;}

.index-sec3 .content-slide ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -3%; align-items: center;}
.index-sec3 .content-slide li{ width: 31%; background: #fff; margin-bottom: 3%; padding: 2vw; transition: all 0.6s;}
.index-sec3 .content-slide li p{ text-align: center; color: #333333;	font-size: 15px; padding-top: 2vw; transition: all 0.6s;}
.index-sec3 .content-slide img{ display: block; margin: 0 auto; max-width: 171px; max-height: 296px; overflow: hidden; transition: all 0.6s;
height: auto; width: 100%;}
.index-sec3 .content-slide li:hover img{ transform: scale(1.1);}
.index-sec3 .content-slide li:hover p{ color: #0159A1;}

.index-sec4 { padding-left:6vw; padding-right: 6vw;}
.index-sec4 .swiper-slide { overflow: hidden; padding: 0vw 1vw 1vw 1vw;}
.index-sec4 .swiper-slide img{ display: block; width: 100%;}
.index-sec4 .swiper-slide p{ color: #333333; text-align: center; font-size: 15px; height: 4vw; line-height: 4vw; transition: all 0.6s;}
.index-sec4 .swiper-slide figcaption{ box-shadow: 0 0 10px rgba(0,0,0,0.3); }
.index-sec4 .swiper-slide:hover figcaption p{ background: #0159A1; color: #fff;}

.index-sec5{ padding-top: 0;}
.index-sec5 .ul{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: -1.5vw;}
.index-sec5  li{ width: 49%; margin-bottom:1.5vw; border:2px solid transparent; transition: all 0.6s;}
.index-sec5  li a{ display: flex; background: #F5F5F5;  align-items: center;}
.index-sec5  li figure{ display: block; max-width: 100%; overflow: hidden; }
.index-sec5  li figure img{ display: block; max-width: 240px;}
.index-sec5  li figcaption{ display: block; padding: 0 1vw; flex: 1;}
.index-sec5  li h3{ color: #000000; font-size: 18px; margin-bottom: 1vw; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index-sec5  li p{ color: #666666; font-size: 12px;	line-height: 24px;}
.index-sec5  li:hover{ border:2px solid #0159A1}

.index-sec6{ background: url(../images/bg.png) no-repeat top center; padding: 4vw 0;}
.index-sec6 h3{ text-align: center; font-size: 28px; color: #fff; padding-bottom: 1.5vw;}
.index-sec6 p{ text-align: center; font-size:16px; color: #fff;}




.footer{ background: #1c1e2b; padding: 3vw 0 0 0;}
.footer .div1{ border-bottom: 1px solid rgba(255,255,255,0.3); display: flex; justify-content: space-between; align-items: center; padding-bottom: 2vw;}
.footer .div1 .dilogo{ display: flex; align-items: center; padding-left: 0;}
.footer .div1 .dilogo p{ color: #ffffff;	font-size: 16px; padding-left: 10px;}
.footer .div1 a{ color: #aaa; font-size: 14px; display: inline-block; padding-left:3vw; transition: all 0.6s;}
.footer .div1 a:hover{ color: #0159A1;}
.footer .div2{ display: flex; padding-top:3vw; justify-content: space-between;}
.footer .div2-left{ max-width: 330px;}
.footer .div2 h3{ color: #fff; 	font-size: 15px;  padding-bottom: 1vw;}
.footer .div2-left a{ color: #aaaaaa; font-size: 14px;  display: inline-block; padding-right:1vw; padding-bottom: 1vw; transition: all 0.6s;}
.footer .div2-left a:hover{color: #0159A1;}
.footer .div2-center span,.footer .div2-right span{ color: #aaa; font-size: 14px; display: block; padding-bottom:0.5vw;}
.footer .div2-center p{ color: #fff;  font-size: 18px; padding-bottom: 1vw; }
.footer .div2-right{ max-width: 270px;}
.footer .div2-right p{ font-size: 14px; color: #ffffff;}
.footer .code p{ text-align: center; color: #ffffff; padding-top: 1vw;}

.copyright{ border-top: 1px solid rgba(255,255,255,0.1); padding: 1.2vw 0; display: flex; justify-content: space-between; margin-top: 2vw;}
.copyright p{color: #aaaaaa; font-size: 14px;}



.fl{float:left;}
.fr{float:right;}

.fenye{ text-align: center;  padding:35px 0 0px 0; }
.fenye a{ display: inline-block;  padding: 0 20px; height: 40px; border:1px solid #eee; background: #fff;
	color: #555; line-height: 40px; text-align: center; transition: all 1s; margin:0 5px; }
.fenye span{ display: inline-block;  padding: 0 20px; height: 40px; border:1px solid #eee; background: #CF0003; color: #fff; cursor: pointer; line-height: 40px; text-align: center; transition: all 1s; margin:0 5px; }
.fenye a:hover,.fenye a.on{ background: #223990; color: #fff; cursor: pointer; }

.newspage li{ transition: all 0.6s;}
.newspage li a{ display: block; overflow: hidden; clear: both; padding: 10px 0;  padding: 15px;
	margin-bottom: 25px; transition: all 0.6s; border:1px solid #e0e0e0; background: #fff;}
.newspage li figure{ float: left;  width: 310px; height: 215px; overflow: hidden;}
.newspage li figure img{ display: block; width: 310px; height: 215px; overflow: hidden; transition: all 0.6s;}
.newspage li figcaption{ width: 815px; float: left; padding-left:25px;}
.newspage li figcaption h2{ color: #000; font-size: 18px; padding: 15px 0; font-weight: bold; transition: all 0.6s;}
.newspage li figcaption h5{ font-size: 14px; color: #666; padding: 0 0 20px 0;}
.newspage li figcaption p{ font-size: 14px; color: #333; line-height: 30px; height:90px; overflow: hidden;}
.newspage li:hover{ transform: translateX(10px);}
.newspage li:hover h2{ color: #223990;}
.newspage li figcaption p {
	display: -webkit-box;  
	-webkit-line-clamp: 3;  
	-webkit-box-orient: vertical;  
	overflow: hidden;  
	text-overflow: ellipsis;
}

/*人才招聘 beign*/
.jobpage{ padding-bottom: 0; padding-top: 60px;}
.gy_box1 i{ display:block; color:#fff; text-transform:uppercase; font-size:60px;font-family: "ALTER32_0";}
.gy_box1 h1{ color:#fff; font-size:44px; line-height:55px; font-weight:bold;}
.gy_box_5{ padding:280px 181px 280px 181px;}
.rc_box{ clear:both; height:auto; overflow:hidden ; padding-bottom: 50px;}
.rcln_t{ height:auto; overflow:hidden; margin-bottom:30px;}
.rcln_t img{ display:block; max-width:100%; border:4px solid #666666; margin:0 auto;}
.rcln_b{ height:auto; overflow:hidden;}
.rcln_b p{ line-height:26px; color:#666666; font-size:19px; line-height:58px; text-align:left;text-indent:2em;}
.rcln_b p em{ color:#223990; font-size:19px; font-weight:bold;}
.rc_box1{ clear:both; height:auto; overflow:hidden; background:url(../img/bg22.jpg) no-repeat center center  fixed;-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; padding:176px 0 150px 0;}
.zpgw_t{ height:auto; overflow:hidden; margin-bottom:50px;}
.zpgw_t img{ display:block; max-width:100%; border:4px solid #fff; margin:0 auto;}
.zpgw_b{ height:auto; overflow:hidden;}
.menuTitle3{cursor:pointer; height:60px; background:url(../img/bg10.png) no-repeat 98% center #fff;border-bottom:1px solid #cccccc; color:#666666; font-family:"Microsoft YaHei"; font-size:14px; padding:0 67px 0 39px; line-height:60px;}
.menuTitle3 span{ float:left; display:block; width:80%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:14px; color:#666;}
.menuTitle3 em{ float:right; color:#666666; font-size:14px;}
.activeTitle3{cursor:pointer; height:60px; background:url(../img/bg11.png) no-repeat 98% center #141418; border-bottom:none; color:#666666; font-family:"Microsoft YaHei"; font-size:14px;  padding:0 67px 0 39px; line-height:60px;}
.activeTitle3 span{ float:left; display:block; width:80%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:14px; color:#fff;}
.activeTitle3 em{ float:right; color:#fff; font-size:14px;}
.menuContent3{width:100%; height:auto; overflow:hidden; display:none; padding:35px 40px; background:#fff; border-bottom:1px solid #cccccc;}
.cwzj_t{ height:auto; overflow:hidden; border-bottom:1px solid #cccccc; padding-bottom:20px; margin-bottom:20px;}
.cwzj_t li{ float:left; width:25%; color:#666666; line-height:26px; font-size:14px;}
.cwzj_t li em{ color:#888888; font-size:14px; margin-left:15px;}
.cwzj_b{ height:auto; overflow:hidden;}
.cwzj_b h1{ color:#666666; line-height:26px; font-size:16px; font-weight:bold; margin-bottom:8px;}
.cwzj_b p{ line-height:26px; color:#888888; font-size:14px;}


/*联系我们*/
.online-map h2{ color: #000; font-size: 20px; font-weight: bold; background: #F5F5F5; padding: 15px; margin-bottom: 35px;}
.yiyuyue ul{ margin-top: 20px;}
.yiyuyue li{ overflow: hidden; clear: both; padding:20px 0; border-bottom: 1px dashed #F5F5F5;}
.yiyuyue li span{ display: block; float: left; width: 25%; text-align: center; font-size: 14px;}
.link-cont ul{ padding-bottom: 30px;}
.link-cont li h3{ color: #000; font-weight: bold; font-size: 16px; text-align: center;}
.link-cont li p{ text-align: center; font-size: 14px; color: #666;  margin-top: 15px; height: 40px; line-height: 30px;}
.link-cont li{ float: left; width: 33%; border-right: 1px solid #F5F5F5;}
.link-cont li:last-child{ border-right: none;}
.link-cont h6{ font-size: 16px; text-align: center; color: #666; font-weight: normal;}
.link-cont li img{ display: block; margin: 30px auto; height: 40px;}

/*在线咨询*/

.contact-nei h1{ color: #000; font-size: 20px;  border-bottom: 1px solid #F5F5F5; padding: 15px; margin-bottom: 35px; font-weight: bold;
	background: #F5F5F5; margin-top: 35px;}
.contact-nei p{ font-size: 14px; color: #666; padding: 15px 0;}
.contact-nei .biao{ margin-right: -35px;}
.contact-nei .input1{ display: inline-block; height: 55px; line-height: 55px; width: 590px; border: 1px solid #E0E0E0;
	padding-left: 10px; margin-bottom: 25px; font-size: 14px; color: #666;  margin-right: 30px;}
.contact-nei select{ background: none; border:none; display: inline-block; height: 55px; line-height: 55px; width: 605px; background: #fff;
	margin-bottom: 15px; font-size: 14px; color: #666;  margin-bottom: 25px; border: 1px solid #E0E0E0;}
.contact-nei .btn-sub{ text-align: center; padding:20px 0 35px 0;}
.contact-nei .area{background: none; border:none;  height: 180px; resize: none;  background: #fff; width: 1236px;  border: 1px solid #E0E0E0;}
.contact-nei  .tijiao{ display:inline-block;  width: 200px; background: #003366; color: #fff;
	font-size: 16px; height: 50px; margin-right: 15px; cursor: pointer;}
.contact-nei .res{ display: inline-block;  width: 200px; background: #FFA842; color: #fff;
	font-size: 16px; height: 50px;  cursor: pointer;}

/*关于长大*/
.about-sec1{ background: #fff; padding:60px 0;}
.about-sec1 .left{ width: 500px; padding-top: 30px;}
.about-sec1 .left b{ display: block; width: 55px; height: 2px; background: #333;}
.about-sec1 .left span{ font-size:36px;  font-family: times new roman,times,serif; text-transform: uppercase; display: block; color: #333;
	padding: 20px 0 10px 0;}
.about-sec1 .left h2{ text-align: left; }
.about-sec1 .left p{ line-height: 36px; color: #555; font-size: 16px; margin-top: 40px;}

.about-tit h2{ color: #000; text-align: center; font-size: 30px; font-weight: bold;}
.about-tit h3{ color: #666; text-align: center; font-size: 30px;  font-family: times new roman,times,serif; text-transform: uppercase;}
.about-sec2 li{ float: left; margin: 0 25px 0 0;  overflow: hidden; width: 290px;}
.about-sec2 li  figure,.about-sec2 li figure img{ width: 100%; transition: all 0.6s;}
.about-sec2 li:hover figure img{ transform: scale(1.1);}
.about-sec2{ background: #F5F5F5; padding: 60px 0;}
.about-sec2 ul{ padding-top: 35px; margin-left: -20px; display: flex; justify-content: space-between;}
.about-sec2 .p2{ color: #666; font-size: 14px; text-transform: uppercase; text-align: center;}
.about-sec2 .p1{ color: #000; font-size: 18px; text-transform: uppercase; font-weight: bold; text-align: center;}
.about-sec2 .p3{ color: #999; font-size: 14px; text-align: center; padding-top: 20px;}
.about-sec2 figcaption{ background: #fff; margin-top: 0px; position: relative; z-index: 33; padding:  20px; text-align: center; transition: all 0.6s;}
.about-sec2 li b{ display: block; width: 30px; height: 2px; margin:20px auto 0 auto; background: #223990;}
.about-sec2 li:hover figcaption{ margin-top: -20px;}
.about-sec3{ padding: 50px 0;}

.devalp{ width:100%; overflow:hidden; position:relative; padding: 50px 0 0 0;}
.devalp .coure{ width:100%; overflow:hidden;}
.devalp .coure li{ width:100%; overflow:hidden; position:relative;}
.devalp .coure li .nub{width:530px; padding:0 0 10px 30px; overflow:hidden; color:#006960; text-align:right;}
.devalp .coure li .nub .cont{float:left;width: 470px;}
.devalp .coure li .nub p{ font-size:16px; line-height:32px;  float:left; color:#333;width: 100%; text-align:right;}
.devalp .coure li .nub .tie{width:70px;font-size:26px; font-weight:bold; color:#cc0a0a; margin-left:20px; float:right;}
.devalp .coure li .nub .tie i{font-size:14px; color:#999;font-weight: bold;}
.devalp .coure li b{ width:190px; position:absolute; display:block; top:25px; background:#e0e0e0; height:1px; left:170px; z-index:-1;}
.devalp .coure li .part{ width:600px; padding:0 0 0 30px;  height:74px;   overflow:hidden; background:url(../img/part.jpg) left top repeat-y;}
.devalp .coure li .part .cont{float:left;width: 470px;}
.devalp .coure li .part p{ font-size:16px; line-height:32px;  float:left; color:#333;width: 100%; text-align:left;}
.devalp .coure li .part .tie{width:70px;font-size:26px; font-weight:bold; color:#cc0a0a; margin-right:20px; float:left;}
.devalp .coure li .part .tie i{font-size:14px; color:#999;font-weight: bold;}
.devalp .coure_more{ display:block; line-height:60px; background:#f5f5f5; text-align:center; width:100%; font-size:16px;
	cursor:pointer; margin-top:40px;}

.about-sec4{ padding: 50px 0 30px 0;}
.about-sec4  .bd{ padding-top: 40px;}
.about-sec4 .cont{ position: relative;}
.about-sec4  .tempWrap{ width: 1240px !important; overflow: hidden;}
.about-sec4 li{ width: 385px; overflow: hidden; margin: 0 41px 0 0;}
.about-sec4 li figure img, .about-sec4 li figure { display: block; width: 100%; transition: all 0.6s; overflow: hidden;}
.about-sec4 li p{ background: #fff; height: 60px; line-height: 60px; text-align: center; font-size: 16px; margin-top: 10px; color: #000; transition: all 0.6s;}
.about-sec4  span{ display: block; position: absolute; top: 50%; font-size: 50px; font-family: "宋体"}
.about-sec4 .prev{ left: -50px}
.about-sec4 .next{ right: -50px;}
.about-sec4 li:hover img{ transform: scale(1.1);}
.about-sec4 li:hover p{ background: #223990; color: #fff;}

.about-sec5{ padding: 50px 0; background: #F5F5F5;}
.about-sec5 li{ float: left;  margin: 0 40px 20px 0; width: 385px;}
.about-sec5 li figure img,.about-sec5 li figure{ display: block; width: 100%; transition: all 0.6s; overflow: hidden;}
.about-sec5 ul{ padding-top: 35px; margin-right: -40px;}
.about-sec5 li p{ color: #000; font-weight: bold; font-size: 16px; text-align: center;  padding-top: 15px;}
.about-sec5 li:hover figure img{ transform: scale(1.1);}


.about-sec10{width: 100%;}
.liCheng{width: 100%;}
.liCheng li{width: 100%; height: 60px;display: flex;margin-top: 20px;}
.xian{width: 5px;height: 60px;background-color: #0159a1;}
.sec10Text{font-size: 20px;margin-left: 10px;}
.dong{width: 100%;}
.dongImage{width: 100%;margin-top: 20px;padding-top: 50px; box-sizing: border-box;}
.dongImage img{display: inline-block;width: 50%;  height: 300px;}
.dongText{display: inline-block ;padding-left: 50px;width: 41%;;box-sizing: border-box;line-height: 38px;color: #555;font-size: 16px;}


/*服务页面*/
.fuwupage-cont { padding: 50px 0;}
.fuwupage-cont .div{ background: #F5F5F5; margin: 20px 0;}
.fuwupage-cont .l-cont{ width: 40%; padding:0 5%;}
.fuwupage-cont .l-cont h3{ color: #333; font-weight: bold; font-size: 20px; text-align: right; padding:10% 0 3% 0; }
.fuwupage-cont .l-cont b{ display: block; background: #222; width: 60px; height: 2px; float: right; margin:3% 0 3% 0;}
.fuwupage-cont .l-cont p{ font-size: 14px;  line-height: 32px; color: #666;}
.fuwupage-cont .r-cont{ width: 50%;  position: relative; overflow: hidden; height: 350px;}
.fuwupage-cont .r-mask{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.3); transform: scale(1.1); opacity: 0;
	transition: all 0.36s;}
.fuwupage-cont .r-mask h3{ color: #fff; text-align: center; position: absolute; top:45%; text-align: center; width: 100%;
	font-size: 20px; font-weight: bold; }
.fuwupage-cont .r-cont:hover .r-mask{ transform: scale(1); opacity: 1;}
.fuwupage-cont  .more-btn img{ display: block; width: 30px; float: right; margin-top: 10px;}
.fuwupage-cont .fan-div .l-cont  h3{text-align: left; }
.fuwupage-cont .fan-div b{ float:none;  }
.fuwupage-cont .fan-div .more-btn{ float: left;}




.detailpage{ padding:50px 0; background: #F5F5F5;  }
.detailpage .w1240{ background: #fff; padding:30px 30px 50px 30px;width: 1180px;}
.stace h1{ font-size:24px; font-weight:bold; line-height:36px; overflow:hidden; padding-top:20px;}
.stace strong{ display:block; overflow:hidden; padding:20px 0; overflow:hidden; margin-bottom:20px; border-bottom:1px #e0e0e0 solid;}
.stace strong span{ display:inline-block; color:#999; padding-right:30px;}
.stace .cont{ width:100%; overflow:hidden;}
.stace .cont p{ color:#333; line-height:34px; font-size: 15px; }
.stace .cont img{ display:block; width:100%; margin: 10px auto;}
.stace .zjlj{ width:100%; overflow:hidden; margin-top:60px; border:1px #e0e0e0 solid; border-left:none; border-right:none; line-height:60px; position:relative;}
.stace .zjlj a{ display:block; width:50%; float:left; overflow:hidden; color:#666; text-overflow:ellipsis; white-space:nowrap; font-size:15px;}
.stace .zjlj a:nth-child(1){ text-align:left;}
.stace .zjlj a:nth-child(2){ text-align:right;}
.stace .zjlj a i{ color:#000;}
.stace .zjlj a:hover{ color: #196CAD;}

.jobpage{ padding: 35px 0;}
.jobpage table{ border-collapse: collapse; border:1px solid #f1f1f1;width: 100%; margin-top: 30px;}
.jobpage td,.jobpage th{ width: 25%;text-align: center; border:1px solid #f1f1f1; height: 50px; color: #333;}
.jobpage th{ background: #223990; color: #fff; font-size: 16px;}
.jobpage td a{ color: #333; transition: all 0.6s;}
.jobpage tr:hover a{ color: #223990;}
.jobpage td:nth-child(3){ color: #f00;}
.code img{
	display: inline-block;
	width: 130px;
	height: 130px;
}
.fl .dsz{
	width: 610px;
	height: 500px;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}


.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-moz-keyframes down{
	from{transform: translateY(-100%); opacity: 0;}
	to{ transform: none; opacity: 1;}
}
@-ms-keyframes down{
	from{transform: translateY(-100%); opacity: 0;}
	to{ transform: none; opacity: 1;}
}
@-webkit-keyframes down{
	from{transform: translateY(-100%); opacity: 0;}
	to{ transform: none; opacity: 1;}
}

@keyframes down{
	from{transform: translateY(-100%); opacity: 0;}
	to{ transform: none; opacity: 1;}
}

@media screen and (max-width: 2000px){

	.aboutShowsec3{display: block;}
	.aboutShow{display: none;}

}
@media screen and (max-width: 2500px){

	.aboutShowsec3{display: block;}
	.aboutShow{display: none;}

}

@media screen and (max-width: 1800px){

	.aboutShowsec3{display: block;}
	.aboutShow{display: none;}

}
@media screen and (max-width: 1650px){

	.aboutShowsec3{display: block;}
	.aboutShow{display: none;}

}

@media screen and (max-width: 1600px){
	.newstip .p2{ float: right;}.newstip .p1{ float: left;}
	/* .navbar li{ margin:  0 28px;} */
	.top .p1 span{ display: none;}

}

@media screen and (max-width: 1510px){

	.aboutShowsec3{display: block;}
	.aboutShow{display: none;}
}

@media screen and (max-width: 1420px){
	.top .p1{ display: none;}
	.navbar li{ margin:  0 35px;}
}
@media screen and (max-width: 700px){
	.about-sec2 li{ width: 100%; background-color: white;}
	.about-sec5 li{width: 100%;}
	.aboutShowsec3{display: none;}
	.aboutShow{display: block;}
	.dongImage img{display: block;width: 100%;  height: 300px;}
	.dongImage .dongText{display: block;width: 100%;padding: 0;}
	.w1240{ width: 97% !important; margin: 0 auto;}
	.about-sec1 .left{width: 100%;}
	.picList{overflow: hidden !important;}
	.newspage li figure{
		width: 100%;
	}
	.newspage li figure img{width: 100%;}
	.newspage li figcaption{width: 100%;}
	.fuwupage-cont .l-cont{width: 100%;}
	.fuwupage-cont .r-cont{width: 100%;}
	.link-cont h6{font-size: 12px;}
	.mobile-header .logo img{height: 55px;}
	.sec10Text{
		font-size: 16px;
		line-height: 26px;
	}
	.code{width: 40%;float: left;}
	.fl .dsz{
		display: block;
		width: 100%;
	}
	/* .devalp .coure li .nub{width: 0;} 
	.devalp .coure li .nub .tie{float: left;}
	.devalp .coure li .nub{padding: 0;}
	.devalp .coure li b {display: none;}
	.devalp .coure li .part{width: 100%;} */
}


.name {
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", Arial, sans-serif; /* 字体 */
	font-size: 17px; /* 字号 */
	font-weight: bold; /* 字体粗细 */
	color: #333; /* 字体颜色 */
	text-align: left; /* 文字对齐方式 */
	line-height: 1.5; /* 行高 */
	margin-bottom: 0px; /* 下外边距 */

}

.name span {
	display: block; /* 将汉字和英文分开显示 */
}

.name .chinese {
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
	letter-spacing: 2px;
}

.name .english {
	font-family: Arial, sans-serif; /* 英文字体 */
	font-size: 8.2px; /* 英文字号 */
}

@media (max-width:1800px) {		
    .name .chinese {
        font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
        letter-spacing: 11px;
    }
}

@media (max-width:1000px) {		
    .name .chinese {
        font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
        letter-spacing: 11px;
    }
}
	
@media (max-width:800px) {
.name .chinese {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
    letter-spacing: 11px;
}



