@charset "UTF-8";
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*解决chrome浏览器下字体不能小于12px*/
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color: transparent;
}
body {
	overflow-x: hidden;
	font-size:12px;
	color: #666;
	font-family: "Microsoft YaHei",-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
}


body::-webkit-scrollbar{
  width:5px;
  height:5px;
  /**/
}
body::-webkit-scrollbar-track{
  background:rgba(0,0,0,0.5);
  border-radius:2px;
}
body::-webkit-scrollbar-thumb{
  background: #222;
  border-radius:5px;
}
a {
	outline: none;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size:12px;
	font-family: 'Microsoft YaHei';
}
a:hover {
	text-decoration: none;
}
html {
	zoom: 1;
}
html * {
	outline: 0;
	zoom: 1;
}
html button::-moz-focus-inner {
	border-color: transparent !important;
}
/*设置margin和padding为0*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,a,img,input,select,button,textarea {
	border: 0;
	background:none;
	-webkit-appearance: none;
	border-radius:0;
}
address,caption,cite,code,dfn,em,th,var，i {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;

}
caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
em,i {
	font-style: normal;
}
input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button,select,input[type=text] {
	/*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}
a,input[type=text],select,input[type=password],textarea {
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder 
{
	font-family:"Microsoft YaHei",-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
	color:#aaa;
	font-size:14px;
}
body {
	margin: 0 auto;
	background:#fff;
}
.fl {float:left;}
.fr {float:right;}
.clearfix{clear:both;}
img{max-width:100%;}
@font-face {
    font-family: "DINPro-Regular";
    src: url("./DINPro-Regular.eot");
    src: url("./DINPro-Regular.eot?#iefix") format("embedded-opentype"),
	 url("./DINPro-Regular.woff") format("woff"),
	  url("./DINPro-Regular.ttf") format("truetype"), 
	  url("./DINPro-Regular.svg#DINPro-Regular") format("svg")
}
.xwzx .nlist ul li .title,
.rtel dl dd,
.ititle span,
.imore a,
.about .atitle h3
{
	 font-family: "DINPro-Regular";
}

.warpper{width:1200px;margin:0 auto;}
.header,.banner,.section,.navbg,.footer{clear:both;width:100%;}

.header{height:93px;}
.logo{padding-top:28px;}
.searchbox{background:url(../images/sbg.png) no-repeat center;width:220px;height:30px;margin-top:32px;}
.txt_search{width:135px;padding-left:25px;height:30px;float:left;display:inline-block;}
.rtel{margin-top:23px;margin-left:115px;display:inline-block;}
.btnsearch{float:right;width:30px;height:30px;margin-right:8px;background:url(../images/btnsearch.jpg) no-repeat center;cursor:pointer;font-size:0;margin-right:15px;}
.rtel dl dt{font-size:14px;height:24px;line-height:24px; background:url(../images/rtel.jpg) no-repeat left top;padding-left:30px;}
.rtel dl dd{color:#5bb530;font-size:26px;}

.banner{position:relative;}
.banner img{display:block;width:100%;}
.banner .swiper-pagination{width:100%;bottom:25px;text-align:center;}
.banner .swiper-pagination-bullet{background:url(../images/wd1.png) no-repeat center;width:26px;height:26px;opacity:1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image:url(../images/wd2.png);}

.navbg{background:#1b2a60;height:52px;}
.nav{line-height:52px;position:relative;background:url(../images/nl.jpg) no-repeat left center;}
.nav::after{content:'';overflow:hidden;clear:both;display:block;width:100%;position:absolute;left:0;top:52px;}
.nav ul li{float:left;display:inline-block;width:12.5%;text-align:center;position:relative;}
.nav ul li a{display:block;font-size:14px;color:#fff;position:relative;background:url(../images/nl.jpg) no-repeat right center;}
.nav ul li>a::after{width:100%;height:2px;display:block;content:'';background:#6ebd48;opacity:0;position:absolute;left:0;bottom:0;}
.nav ul li.active>a{color:#6ebd48;background:#14214e;}
.nav ul li.active>a::after{opacity:1;}
.nav ul li dl{position:absolute;left:0;top:52px;width:100%;z-index:999;background:rgba(20,33,78,0.8);display:none;}
.nav ul li dl dd a{display:block;}
.nav ul li dl dd a:hover{background:rgba(20,33,78,0.9);}
.about{overflow:hidden;}
.about .aleft{width:750px;}
.about .aright{width:420px;}

.section .ititle{padding-left:40px;}
.section.about .ititle{background:url(../images/it01.png) no-repeat left center;}
.section.xmal .ititle{background:url(../images/it02.png) no-repeat left center;}
.section.xwzx .ititle{background:url(../images/it03.png) no-repeat left center;}
.section.pair .ititle{background:url(../images/it04.png) no-repeat left center;}

.section .stitle{border-bottom:solid 1px #ddd;padding-top:20px;padding-bottom:20px;position:relative;overflow:hidden;}
.section .stitle .imore{position:absolute;right:0;bottom:20px;display:inline-block;}
.section .con{padding-top:22px;clear:both;}
.section .ititle{float:left;}
.ititle strong{font-size:20px;color:#000;float:left;display:inline-block;padding-top:2px;}
.ititle span{font-size:14px;color:#ccc;display:inline-block;width:74px;margin-left:8px;line-height:14px;}
.imore a{font-size:14px;color:#1b2a60;text-transform:uppercase;}
.imore a span{display:inline-block;background:url(../images/bmore.png) no-repeat right center;padding-right:15px;}
.xwzx .imore a span{display:inline-block;background:url(../images/wmore.png) no-repeat right center;padding-right:15px;}
.imore a:hover span{font-weight:bold;transition:all .5s;}
.xwzx  .imore a:hover span{font-weight:bold;color:#fff; transition:all .5s;}

.section.about{background:#f6f8fa;padding-bottom:55px;padding-top:20px;}
.atitle{position:relative;padding-bottom:20px;}
.atitle::after{width:20px;height:3px;display:inline-block;content:'';background:#1b2a60;position:absolute;left:0;bottom:0;}
.atitle h3{font-size:24px;color:#1b2a60;font-weight:bold;}
.atitle p{font-size:14px;color:#aaa;}
.about .desc{font-size:16px;line-height:32px;height:130px;overflow:hidden;margin-top:20px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.aright img{display:block;width:420px;height:270px;}

.xmal .ntab{display:inline-block;position:absolute;bottom:0; right:128px;}
.ntab ul li{float:left;display:inline-block;position:relative;line-height:48px;}
.ntab ul li a{font-size:16px;display:inline-block;;padding:0 18px;}
.ntab ul li::after{width:100%;height:2px;display:block;content:'';background:#5bb530;opacity:0;}
.ntab ul li.active{}
.ntab ul li.active::after{opacity:1;}
.ntab ul li.active a{color:#5bb530;}


.xmal{padding-bottom:40px;padding-top:18px;}
.xmal .con{position:relative;height:236px;/*536px */ overflow:hidden;padding-top:40px;}
.xmal .info{position:absolute;left:0;top:40px;width:100%;height:236px;/*519px */ opacity:0;overflow:hidden;}
.xmal .info.active{opacity:1;}
/* .xmal .info .swiper-container{padding-bottom:40px;} */
.xmal .swiper-pagination{width:100%;bottom:0px;text-align:center;display:none;}
.xmal .swiper-pagination-bullet{background:url(../images/bd1.png) no-repeat center;width:26px;height:26px;opacity:1;}
.xmal .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image:url(../images/bd2.png);}
.xmal .con ul li{float:left;display:inline-block;width:280px;margin-right:27px;text-align:center;/* margin-top:10px !important; */}
.xmal .con ul li .img{height:200px;overflow:hidden;}
.xmal .con ul li .img img{height:200px;width:100%;display:block;object-fit:cover;}
.xmal .con ul li .txt{ line-height:36px;font-size:16px;overflow:hidden;}
.xmal .con ul li .txt span{height:36px; display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.xmal .con ul li:hover .img img{transform:scale(1.05);transition:all .6s;}
.xmal .con ul li:hover .txt span{font-weight:bold;color:#5bb530;transition:all .6s;}

.xwzx{background:url(../images/xwbg.jpg) no-repeat center top/cover;height:550px;padding-top:23px;box-sizing:border-box;}
.xwzx .ititle strong{color:#fff;}
.xwzx .ititle span,
.xwzx .imore span,
.nlist ul li .time
{color:rgba(255,255,255,0.4);}


.xwzx .img{width:580px;height:380px;overflow:hidden;position:relative;}
.xwzx .img .swiper-pagination{width:100%;bottom:22px;text-align:right;padding-right:15px;box-sizing:border-box;}
.xwzx .img .swiper-pagination-bullet{background:#fff;width:6px;height:6px;opacity:.0.4;}
.xwzx .img .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;}

.xwzx .img ul li{height:380px;}
.xwzx .img ul li a{display:block;}
.xwzx .img ul li .mg{overflow:hidden;height:380px;}
.xwzx .img ul li img{display:block;width:100%;height:380px;overflow:hidden;object-fit:cover;}
.xwzx .img ul li .txt{position:absolute;left:0;bottom:0;width:100%;height:64px;background:rgba(0,0,0,0.6);padding-left:20px;padding-right:80px;box-sizing:border-box;}
.xwzx .img ul li .txt span{line-height:64px;color:#fff;width:100%;font-size:16px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:35px;position:relative;}
.xwzx .img ul li .txt span::before{width:16px;height:3px;display:inline-block;content:'';background-color:#4a7d2b;position:absolute;left: 0;top:50%;margin-top:-1.5px;}
.xwzx .img ul li:hover .mg img {transform:scale(1.05); transition:all .6s;}
.xwzx .img ul li:hover .txt span{font-weight:bold;transition:all .6s;}

.xwzx .nlist{width:580px;height:380px;position:relative;}
.xwzx .nlist ul li{height:50px;position:relative;overflow:hidden;border-bottom:dashed 1px rgba(255,255,255,0.4);box-sizing:border-box;}
.xwzx .nlist ul li a{display:block;}
.xwzx .nlist ul li .time{display:inline-block;position:absolute;left:-50px;bottom:0;opacity:0;text-align:center;background:#5bb530;height:100%;width:48px;}
.xwzx .nlist ul li .rtime{display:inline-block;position:absolute;right:0;top:0;/* opacity:0; */text-align:center;height:50px;width:48px;line-height:50px;color:rgba(255,255,255,0.4);font-size:14px;}
.xwzx .nlist ul li .time strong,
.xwzx .nlist ul li .time span
{display:block;}
.xwzx .nlist ul li .time strong{font-weight:normal;font-size:24px;color:#fff;}
.xwzx .nlist ul li .title{padding-left:20px;line-height:50px;overflow:hidden;font-size:16px;color:#fff;position:relative;}
.xwzx .nlist ul li .title::before{width:4px;height:4px;display:inline-block;background:rgba(255,255,255,0.5);position:absolute;left:0;top:50%;margin-top:-2px;content:'';}

.xwzx .ncon{height:310px;overflow:hidden;}
.xwzx .nlist ul li.active{background:#fff;transition:all .6s;border-bottom:none; }
.xwzx .nlist ul li.active .title{padding-left:70px;font-weight:bold;color:#333;transition:all 1s; }
.xwzx .nlist ul li.active .time{display:inline-block;opacity:1;transition:all 1s;left:0;}
.xwzx .nlist ul li.active .title::before{opacity:0;}

.xwzx .prev,
.xwzx .next{position:absolute;bottom:0;width:38px;height:38px;display:inline-block;}
.xwzx .prev a,.xwzx .next a{display:block;width:100%;height:100%;opacity:0.9;}
.xwzx .prev{background:url(../images/up.png) no-repeat center;right:55px;}
.xwzx .next{background:url(../images/down.png) no-repeat center;right:0;}
.xwzx .prev a:hover,
.xwzx .next a:hover
{opacity:1;transition:all .6s;}

.pair{clear:both;padding-top:20px;padding-bottom:42px;}
.pair .con{overflow:hidden;}
.pair ul {margin-top:-12px;margin-right:-12px;}
.pair ul li{width:186px;height:116px;line-height:116px;float:left;text-align:center; display:inline-block;overflow:hidden;margin-right:12px;margin-top:12px;cursor:pointer;box-sizing:border-box;position:relative;}
.pair ul li::before{width:100%;height:100%;display:inline-block;content:'';position:absolute;left:0;top:0;box-sizing:border-box; border:solid 2px #f8f8f8;}
.pair ul li .img{height:112px;overflow:hidden;}
.pair ul li .img img{display:inline-block;vertical-align:middle; max-width:100%;max-height:100%;}
.pair ul li:hover::before{border-color:#1b2a60;transition:all .6s;}

.footer{background:#f6f6f6;clear:both;}
.ftop{clear:both;padding-bottom:50px; padding-top:50px;}
.fleft{position:relative;width:330px;}
.flogo{position:relative;left:-56px;padding-top:13px;}
.fcon{padding-top:38px;}
.fcon ul li {font-size:14px;line-height:40px;}
.fcon ul li strong{color:#1b2a60;}
.share{padding-top:20px;clear:both;position:absolute;right:0;bottom:0;}
#share dl dd{padding-top:10px;}
#share a{display:inline-block;width:38px;height:38px;margin-right:15px;opacity:0.9;float:left;}
#share a.fb01{background:url(../images/fb01.png) no-repeat center/cover;margin-left:0;}
#share a.fb02{background:url(../images/fb02.png) no-repeat center/cover;}
#share a.fb03{background:url(../images/fb03.png) no-repeat center/cover;margin-right:0;}
#share a:hover{opacity:1;}
.fbot{clear:both;background:#1b2a60;padding:16px 0;}


.fnav{width:690px;position:relative;}
.fnav::before{width:100%;top:39px;height:1px;content:'';background:#ddd;position:absolute;left:0;}
.fnav ul li{float:left;width:105px;display:inline-block;height:265px;}
.fnav ul li:last-child{width:auto;}
.fnav ul li>a{font-size:14px;color:#333;display:inline-block;font-weight:bold;padding-bottom:21px;position:relative;}
.fnav ul li dl dd{padding-top:15px;}
.fnav ul li dl dd a{line-height:30px;display:block;overflow:hidden;}
.fnav ul li>a::before{opacity:0; width:100%;height:2px;display:inline-block;content:'';background:#5BB530;position:absolute;left:0;bottom:0;}
.fnav ul li>a:hover::before{opacity:1;transition:all .6s;color:#1b2a60;}
.fnav ul li>a:hover,
.fnav ul dd a:hover
{transition:all .6s;color:#1b2a60;}

.fwx{width:104px;text-align:center;color:#000;}
.fwx dl{padding-bottom:10px;width:106px;}
.fwx dl dt img{width:104px;height:104px;display:block;border:solid 1px #f7f7f7;}

.flink{background:url(../images/flink.jpg) no-repeat left center;padding-left:29px;}
.flink dl dt{display:inline-block;font-size:14px;color:#fff;}
.flink dl dd{display:inline-block;width:218px;height:26px;line-height:26px;background:#14214e; border:solid 1px #1c2a5b;position:relative;cursor:pointer;padding-bottom:5pxf;}
.flink dl dd span{display:block;margin:0 13px;color:#6e7fbd; background:url(../images/sd.png) no-repeat right center;}
.flink dl dd ul{position:absolute;left:0;bottom:21px;width:100%;display:none;background:#00152f;}
.flink dl dd ul li{line-height:30px;height:30px;}
.flink dl dd ul li a{display:block;padding:0 20px;width:100%;box-sizing:border-box;color:#fff;}
.flink dl dd ul li a:hover{color:rgba(255,255,255,0.6);transition:all .6s;}
.copyright{color:#6e7fbd;line-height:26px;}
.copyright a{padding-left:40px;}
.copyright a:hover{color:#fff;transition:all .6s;}
.fxright{position:fixed;right:1px;top:50%;z-index:9999;}
.fxright ul li{width:50px;height:50px;background:url(../images/frbg.jpg) no-repeat center/cover;text-align:center;line-height:50px;margin-top:1px;position:relative;}
.fxright ul li div{position:absolute;right:51px;top:0;width:140px;height:50px;background:#5bb530;color:#fff;font-size:14px;line-height:50px;width:0;overflow:hidden;}
.fxright ul li a{display:block;}
.fxright ul li img{vertical-align:middle;}
.fxright ul li:hover img{opacity:0.9;transition:all .6s;}

.nbanner{position:relative;}
.nbanner img{display:block;width:100%;}
.nbanner .bg{position:absolute;left:0;top:0;width:100%;height:100%;}
.nbanner .warpper{height:inherit;position:relative;}
.nbanner .txt{position:relative;top:50%;transform:translate(0,-50%);text-align:center;width:100%;color:#fff;padding-top:33px;}
.nbanner .txt::before{width:44px;height:3px;display:inline-block;content:'';background:#fff;position:absolute;left:50%;margin-left:-22px;top:0;}
.nbanner .txt h3{font-size:50px;display:block;}
.nbanner .txt h3 span{letter-spacing:19px;}
.nbanner .txt p{font-size:20px;text-transform:uppercase;}


.menubg{height:60px;line-height:60px;border-bottom:solid 1px rgba(4,20,83,0.1);}
.loaction{height:60px;overflow:hidden;}
.loaction,.loaction a{font-size:16px;}
.loaction a.home{display:inline-block;float:left;margin-right:25px;}
.loaction strong{font-size:16px;color:#333;}

.smenu ul li{float:left;display:inline-block;margin-left:32px;}
.smenu ul li a{font-size:16px;color:#333;}
.smenu ul li.active a{color:#041453;font-weight:bold;}
.mbg{clear:both;padding:40px 0; }
.mtitle{text-align:center;}
.mtitle p{font-size:14px; color:#ccc;text-transform:uppercase;}
.mtitle ul li{position:relative;display:inline-block;padding-bottom:30px;width:19%;text-align:center;}
.mtitle  h4{ font-size:20px;}
.mtitle  p{ font-size:14px;font-size: 14px;
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}

.mtitle ul li::after{width:32px;height:3px;display:inline-block;content:'';background:#767fa1;position:absolute;left:50%;margin-left:-16px;bottom:0;opacity:0;}
.mtitle ul li.active::after{opacity:1;}
.mtitle ul li.active h4{color:#1b2a63;font-weight:bold;}
.mtitle ul li.active p{color:rgba(27,42,99,0.2);}
.mtitle ul li.active{border-bottom:solid 2px #1b2a63;position:relative;top:1px;}
.mtitle ul li.active::after{opacity:0;}
.nofriend{padding-top:30px;}
.aboutus{clear:both;padding-bottom:80px;}
.aboutus .atop{padding-top:80px;padding-bottom:40px;position:relative;}

.aboutus01 .at{position:relative;/* background:url(../images/art01.png) no-repeat right 80px; */}
.aboutus01 .atitle{position:absolute;right:0;bottom:80px;text-align:right;display:none;}
.aboutus01 .atitle::after{right:0;left:auto;}

.aboutus01 .atop{background:url(../images/at01.png) no-repeat left 80px;height:54px;font-size:0;}
.aboutus02 .atop{background:url(../images/at02.png) no-repeat left 80px;height:54px;font-size:0;}
.aboutus03 .atop{background:url(../images/at03.png) no-repeat left 80px;height:54px;font-size:0;z-index:22;padding-bottom:120px;}
.aboutus04 .atop{background:url(../images/at04.png) no-repeat left 80px;height:54px;font-size:0;}
.aboutus05 .atop{background:url(../images/at05.png) no-repeat left 80px;height:54px;font-size:0;}

.aboutus01 {background:url(../images/abbg.jpg) no-repeat center bottom;}
.aboutus01 .aleft{width:600px;}
.aboutus01  .aright{width:580px;height:458px; background:#fff;border:solid 1px #f7f7f7;position:relative;}
.aboutus01  .aright .prev,
.aboutus01  .aright .next{position:absolute;top:50%;margin-top:-44px;width:44px;height:88px;z-index:88;display:inline-block;}
.aboutus01  .aright .prev{left:0;background:url(../images/aprev.png) no-repeat left center/cover;}
.aboutus01  .aright .next{right:0;background:url(../images/anext.png) no-repeat left center/cover;}
.aboutus01  .aright .prev:hover{background:url(../images/aprev02.png) no-repeat left center/cover;}
.aboutus01  .aright .next:hover{background:url(../images/anext02.png) no-repeat left center/cover;}
.aboutus01  .aright .img{width:500px;height:418px;overflow:hidden;margin:0 auto;position:relative;top:50%;transform:translate(0,-50%);}
.aboutus01  .aright .img img{display:block;width:500px;height:418px;object-fit:cover;}


.aboutus01 .desc{font-size:16px;line-height:28px;height:458px;overflow:hidden;}
.aboutus01 .desc .dragCont{width:570px; padding-right:30px;height:458px; overflow:hidden; position:relative;}
/*滚动条*/
.dragWarp{ width:6px; height:100%; position:absolute; right:10px; top:0; z-index:1;}
.dragColor{ width:6px; height:100%;border-radius:3px; margin:0 auto; background-color:rgba(27,42,99,0.3);}
.dragBar{ width:6px; height:75px;border-radius:3px; background-color:#1b2a63; position:absolute; left:0; top:0; cursor:pointer;}


.aboutus04{background:url(../images/bcxybg.jpg)#f6f6f6 no-repeat center bottom;}
.aboutus .atop::after{display:none;}
.aboutus .atop h3{font-size:0;}

.aboutus04 .con ul li {padding-bottom:40px;}
.aboutus04 .con ul li a{display:block;}
.aboutus04 .con ul li .title{display:flex;justify-content:space-between;align-items:center;border-bottom:solid 1px #e9e9e9;position:relative;height:60px;line-height:60px;}
.aboutus04 .con ul li .title::after{width:48px;height:3px;display:inline-block;content:'';background:#99cf80;position:absolute;left:0;bottom:-1px;}
.aboutus04 .con ul li .title strong{ font-size:20px;font-weight:bold;color:#333;}
.aboutus04 .con ul li .title span{font-size:14px;color:#999;}
.aboutus04 .con ul li .desc{font-size:16px;line-height:30px;padding-top:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;}
.aboutus04 .con ul li:hover .title strong{color:#1b2a63;transition:all .6s;}

.aboutus02{background:#f6f6f6;}
.aboutus02 .con{}
.aboutus02 .swiper-container{padding-bottom:65px;}
.aboutus02 .swiper-pagination{width:100%;bottom:0px;text-align:center;}
.aboutus02 .swiper-pagination-bullet{background:url(../images/bd1.png) no-repeat center;width:26px;height:26px;opacity:1;}
.aboutus02 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image:url(../images/bd2.png);}
.aboutus02 .con ul li{float:left;width:280px;height:180px;overflow:hidden;display:inline-block;margin-right:27px;}
.aboutus02 .con ul li .img{height:180px;overflow:hidden;background:#fff;text-align:center;position:relative;}
.aboutus02 .con  ul li .img::after{position:absolute;width:100%;height:100%;border:solid 6px #543739;display:block;content:'';position:absolute;left:0;top:0;z-index:1;border-radius:3px;box-sizing:border-box;}

.aboutus02 .con ul li  img{display:inline-block;vertical-align:middle; max-width:100%;max-height:100%;object-fit:cover;position:relative;}

.aboutus03 .atitle{position:relative;padding-bottom:110px;}
.aboutus03 .atitle h3{background:url(../images/at03.png) no-repeat left top;height:57px;position:relative;z-index:888;}
.aboutus03 .atitle::after{width:100%;height:140px;display:block;content:'';background:url(../images/at03t.jpg) no-repeat left bottom;position:absolute;left:0;bottom:0;z-index:1;}
.aboutus03 .con{padding-left:74px;background:url(../images/hleftbg.png) no-repeat left top;height:539px;position:relative;}
.aboutus03 .con::before{width:100%;height:176px;display:inline-block;content:'';background:url(../images/at03t.jpg) no-repeat left bottom;position:absolute;left:0;top:-176px;z-index:1;}
.aboutus03 .con::after{width:360px;height:2px;display:inline-block;content:'';background:#f3f3f3;position:absolute;right:-360px;top:-2px;z-index:1;}


.htab{text-align:center;line-height:44px;padding-top:24px;}
.htab ul {display:inline-block;}
.htab ul li{width:170px;height:44px;text-align:center;line-height:44px;background:url(../images/ht01.png) no-repeat center top;display:inline-block;}
.htab ul li a{display:block;font-size:16px;}
.htab ul li.active{background:url(../images/ht02.png) no-repeat center;}
.htab ul li.active a{color:#fff;}
.hbcon{height:442px;overflow:hidden;margin-top:24px;position:relative;padding-left:24px;}
.hcon{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;}
.hcon.active{opacity:1;}
.hcon .swiper-container{padding-bottom:62px;}
.hcon .swiper-pagination{width:100%;bottom:0px;text-align:center;}
.hcon .swiper-pagination-bullet{background:url(../images/bd1.png) no-repeat center;width:26px;height:26px;opacity:1;}
.hcon .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image:url(../images/bd2.png);}

.hcon0 ul li{width:262px;height:172px;display:inline-block;float:left;/*margin-left:24px;margin-top:24px*/}
.hcon1 ul li{width:263px;display:inline-block;height:368px;float:left;/*margin-left:24px;margin-top:24px*/}
.hcon ul li .img{position:relative;}
.hcon ul li .img::after{position:absolute;width:100%;height:100%;border:solid 3px #a27975;display:block;content:'';position:absolute;left:0;top:0;z-index:1;box-sizing:border-box;}

.hcon0 ul li .img,
.hcon2 ul li .img
{text-align:center;height:172px;background:#fff;}
.hcon1 ul li .img{text-align:center;height:367px;background:#fff;}
.hcon0 ul li img,
.hcon2 ul li img
{max-width:263px;max-height:172px;display:inline-block;vertical-align:middle; object-fit:cover;}
.hcon1 ul li img{max-width:263px;max-height:367px;display:inline-block;vertical-align:middle;object-fit:cover;}


.aboutus05{background:#fff;}
.aboutus05 .bimg{height:600px;}
.aboutus05 .bimg img{display:block;width:100%;object-fit:cover; height:600px;}
.aboutus05 .simg{padding:0 58px;position:relative;height:177px;margin-top:8px;}
.aboutus05 .simg .prev,
.aboutus05 .simg .next
{width:48px;height:177px;position:absolute;top:0;cursor:pointer;}
.aboutus05 .simg .prev{left:0; background:url(../images/aleft.jpg) no-repeat center bottom;}
.aboutus05 .simg .next{right:0; background:url(../images/aright.jpg) no-repeat center bottom;}
.aboutus05 .simg .prev:hover{ background:url(../images/aleft02.jpg) no-repeat center bottom;}
.aboutus05 .simg .next:hover{ background:url(../images/aright02.jpg) no-repeat center bottom;}
.aboutus05 .simg ul li{float:left;width:354px;height:177px;display:inline-block;overflow:hidden;margin-right:8px;position:relative;cursor:pointer;}
.aboutus05 .simg ul li img{display:block;width:100%;object-fit:cover; height:177px;}
.aboutus05 .simg ul li::before{display:block;content:'';width:100%;height:100%;background:rgba(27,42,99,0.7);position:absolute;left:0;top:0;z-index:11;opacity:0;}
.aboutus05 .simg ul li::after{display:block;content:'';width:100%;height:100%;background:url(../images/yan.png) no-repeat center;position:absolute;left:0;top:0;z-index:11;opacity:0;}
.aboutus05 .simg ul li.active::before,.aboutus05 .simg ul li.active::after{opacity:1;}

.xmlist {overflow:hidden;clear:both;padding-top:40px;}
.xmlist ul{margin-right:-60px;margin-top:-30px;}
.xmlist ul li{float:left;width:570px;display:inline-block;margin-right:60px;margin-top:30px;}
.xmlist ul li a{display:block;}
.xmlist ul li .img{height:417px;overflow:hidden;}
.xmlist ul li .img img{width:100%;height:100%;object-fit:cover;}
.xmlist ul li .txt{height:50px;line-height:50px;border-bottom:solid 1px #f8f8f8;}
.xmlist ul li .txt span{display:block;font-size:16px;background:url(../images/xr01.png) no-repeat right center;}
.xmlist ul li:hover .img img{transform:scale(1.05);transition:all .6s;}
.xmlist ul li:hover .txt {border-bottom-color:#1b2a63;transition:all .6s;}
.xmlist ul li:hover .txt span{color:#1b2a63;font-weight:bold; background-image:url(../images/xr02.png);transition:all .6s;}

.nmore{clear:both;margin-top:30px;border-top:solid 1px #f8f8f8;border-bottom:solid 1px #f8f8f8;text-align:center;padding:20px 0;}
.nmore a{display:inline-block;font-size:14px;padding-left:40px;position:relative;height:37px;text-align:left;}
.nmore a i{display:inline-block;position:absolute;left:0;top:0;width:37px;height:37px;}
.nmore a i img{display:inline-block;width:37px;height:37px;}
.nmore.active a i{animation:rotate 3s linear infinite;}

.nmore strong,
.nmore span{display:block;}
.nmore strong{font-weight:normal;}
.nmore span{color:#ccc;}
@keyframes rotate{
	0%{transform:rotate(0);}
	100%{transform:rotate(360deg);}
}
@-webkit-keyframes rotate{
	0%{-webkit-transform:rotate(0);}
	100%{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotate{
	0%{-moz-transform:rotate(0);}
	100%{-moz-transform:rotate(360deg);}
}


.cplist {overflow:hidden;padding-top:40px;clear:both;}
.cplist ul {margin-top:-40px;}
.cplist ul li{height:318px;margin-top:40px;}
.cplist ul li a{display:block;height:318px;}
.cplist ul li .img{float:left;width:518px;height:318px;overflow:hidden;}
.cplist ul li .img img{display:block;width:518px;height:318px;object-fit:cover;}
.cplist ul li .txt{float:right;width:620px;}
.cplist ul li .title{font-size:20px;color:#444;display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;font-weight:bold;padding:15px 0;}
.cplist ul li .desc{font-size:16px;line-height:28px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height:200px; overflow:hidden;text-overflow:ellipsis;}

.cplist  ul li .more{width:142px;height:38px;line-height:38px; border:solid 1px #1b2a60;border-radius:19px;text-align:center;margin-top:20px;position:relative;}
.cplist  ul li .more span{font-size:14px;color:#1b2a60;display:block;}
.cplist ul li .more i{display:inline-block;width:47px;height:11px;background:url(../images/brow.png) no-repeat right center;position:absolute;right:-19px;top:50%;margin-top:-5.5px;}
.cplist  ul li:hover .title{color:#1b2a60;transition:all .6s;}
.cplist  ul li:hover .more{background:#1b2a60;transition:all .6s;}
.cplist  ul li:hover .more span{color:#fff;transition:all .6s;}
.cplist  ul li:hover .more i{right:-23.5px;transition:all .6s;}

.pbimg{width:558px;margin:0 auto;position:relative;}
.pbimg img{display:block;width:100%;height:388px;object-fit:cover;border:solid 1px #d3d6d1;box-sizing:border-box;}
.pbimg a{display:inline-block;position:absolute;top:50%;width:44px;height:44px;margin-top:-22px;z-index:11;cursor:pointer;}
.pbimg .prev{background:url(../images/pleft.png) no-repeat center;left:-65px;}
.pbimg .next{background:url(../images/pright.png) no-repeat center;right:-65px;}
.pbimg .prev:hover{background:url(../images/pleft02.png) no-repeat center;}
.pbimg .next:hover{background:url(../images/pright02.png) no-repeat center;}
.pbimg .swiper-container{padding-bottom:30px;}
.pbimg .swiper-pagination{bottom:0;}
.pbimg .swiper-pagination .swiper-pagination-bullet{background:#dcdcdc;opacity:1;}
.pbimg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#364473;}
.pdinfo{padding-top:43px;}
.pdinfo .title{font-size:24px;font-weight:bold;color:#1b2a60;}
.pdinfo .desc{font-size:16px;line-height:36px;padding-top:20px;}


.newslist  {overflow:hidden;}
.newslist ul {margin-top:-30px;}
.newslist ul li{overflow:hidden;margin-top:30px;}
.newslist ul li a{display:block;height:200px;}
.newslist ul li .img{width:330px;height:200px;overflow:hidden;float:left;}
.newslist ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.newslist ul li .title{font-size:20px;color:#333;background:url(../images/nr02.png) no-repeat right center;font-weight:bold;}
.newslist ul li .title span{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.newslist ul li .time{padding-top:5px; font-size:14px;color:#999;border-bottom:solid 1px #f2f2f2;position:relative;padding-bottom:20px;}
.newslist ul li .txt{float:right;width:830px;}
.newslist ul li .desc{font-size:16px;line-height:30px;padding-top:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;}
.newslist ul li .time::after{width:48px;height:3px;display:inline-block;content:'';background:#9dd383;position:absolute;left:0;bottom:0;}

.newslist ul li:hover .title{color:#1b2a63;}
.newslist ul li:hover .title{background-image:url(../images/nr01.png);}

.jbtop{height:60px;background-color:#1b2a60;line-height:60px;}
.jbtop ul{display:flex;justify-content:space-between;align-items:center;}
.jbtop ul li{width:25%;display:inline-black;text-align:center;background:url(../images/nl.jpg) no-repeat right center;}
.jbtop ul li:last-child{background:none;}
.jbtop ul li i{display:inline-block;}
.jbtop ul li img{display:inline-block;vertical-align:middle;}

.joblist ul{margin-top:-10px;padding-top:10px;}
.joblist ul li{border:solid 1px #eee;margin-top:10px;cursor:pointer;}
.joblist ul li.active{background:#f8f8f8;margin-top:10px;}
.joblist ul li .jobtop { height:58px;line-height:58px;overflow:hidden;}
.joblist ul li .jobtop .item{float:left; display:inline-block;width:25%;text-align:center;font-size:18px;}
.joblist ul li .jobtop .item:nth-child(4){background:url(../images/jright.png) no-repeat 225px center;}
.joblist ul li.active .jobtop .item:nth-child(4){background:url(../images/jdown.png) no-repeat 225px center;}


.joblist ul li .jobbot{padding:27px 45px;font-size:16px;line-height:28px;display:none;border-top:solid 1px #eee;background:url(../images/jrb.jpg) no-repeat 930px bottom;position:relative;}
.joblist ul li .jobbot .desc01{padding-bottom:30px;}
.joblist ul li.active .jobtop .item:nth-child(1){color:#1b2a60;font-weight:bold;}
.joblist ul li .jobbot .ctel{position:absolute;right:109px;bottom:215px; width:225px;height:82px;background:#f0f0f0;font-size:14px;line-height:28px;text-align:center;padding-top:10px;box-sizing:border-box;}
.joblist ul li .jobbot .ctel a{color:#5bb531;font-size:18px;}

.joblist ul li .jobbot .ctel::after{width:30px;height:26px;display:inline-block;content:'';background:url(../images/jdbb.png) no-repeat left top;position:absolute;left:63px;bottom:-26px;}

.cleft{background:url(../images/lou.jpg) no-repeat left bottom;width:565px;height:480px;}
.cword dl dt{font-size:44px;color:#1b2a60;text-transform:uppercase;background:url(../images/welcome.png) no-repeat left border-box;height:34px;font-size:0;}
.cword dl dd{font-size:16px;line-height:26px;color:#999;padding-top:32px;}
.cword dl dd h3{font-size:20px;color:#333;font-weight:bold;}

.cword{padding-bottom:30px;position:relative;}
.cword::after{width:30px;height:3px;display:inline-block;content:'';background:#f5f5f5;position:absolute;left:0;bottom:0;}
.clist {padding-top:40px;}
.clist ul li{font-size:16px;line-height:24px;padding-left:125px;min-height:40px;position:relative;padding-bottom:10px;}
.clist ul li span{display:inline-block;width:100px;position:absolute;left:45px;top:0;}
.clist ul li:nth-child(1){background:url(../images/c01.png) no-repeat left top;padding-bottom:20px;}
.clist ul li:nth-child(2){background:url(../images/c02.png) no-repeat left 4px;}
.clist ul li:nth-child(3){background:url(../images/c03.png) no-repeat left 4px;}
.clist dl dt,
.fcon dl dt
{font-size:16px;line-height:24px;}
.clist dl dd{}
.clist dl dd p,
.fcon dl dd p
{padding-left:35px;line-height:30px;font-size:16px;margin-top:5px;}
.clist dl dd p:nth-child(1),
.fcon dl dd p:nth-child(1)
{background:url(../images/cw01.png) no-repeat left center;}
.clist dl dd p:nth-child(2),
.fcon dl dd p:nth-child(2)
{background:url(../images/cw02.png) no-repeat left center;}
.clist dl dd p:nth-child(3),
.fcon dl dd p:nth-child(3)
{background:url(../images/cw03.png) no-repeat left center;}
.clist dl dd p:nth-child(4),
.fcon dl dd p:nth-child(4)
{background:url(../images/cw04.png) no-repeat left center;}


.hzhb{clear:both;overflow:hidden;}
.hzhb ul {margin-top:-12px;margin-right:-12px;}
.hzhb ul li{width:230px;text-align:center; float:left;display:inline-block;overflow:hidden;margin-right:12px;margin-top:12px;cursor: pointer;}

.hzhb ul li .img{height:228px;overflow:hidden;height:148px;border:solid 2px #f8f8f8;    line-height: 148px;}
.hzhb ul li .img img{display: inline-block;  max-width: 100%; max-height: 100%; object-fit: cover; vertical-align: middle;}
.hzhb ul li .txt{font-size:16px;padding-top:10px;}
.hzhb ul li .txt span{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hzhb ul li:hover .img {border:solid 2px #041453;}
.hzhb ul li:hover .txt span{color:#041453;}


.ywxt{clear:both;padding-top:38px;}
.ywxt .desc{font-size:16px;line-height:30px;}
.ywxt .list{margin-top:30px;}
.ywxt .list ul li{float:left;width:388px;height:288px;display:inline-block;margin-right:10px;}
.ywxt .list ul li .img{height:100%;overflow:hidden;}
.ywxt .list ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.ywxt .list .swiper-container{padding-bottom:28px;}
.ywxt .list .swiper-pagination{bottom:0; }
.ywxt .list .swiper-pagination-bullet{width:12px;height:6px;border-radius:4px;border:solid 1px #041453;opacity:1;background:none;transition:all .6s;}
.ywxt .list .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#041453;width:40px;}


.pservice ul li{border-bottom:solid 1px #fcfcfc;padding:40px 0;}
.pservice ul li:last-child{border-bottom:none;}
.pservice dl{display:flex;justify-content:space-between;flex-direction:row;flex-wrap:nowrap;}
.pservice dl dt{width:180px;text-align:center;}
.pservice dl dd{display:flex;width:100%;flex:1;flex-direction:column;flex-wrap:wrap;}
.pservice dl dd .t {}
.pservice dl dd .t strong{color:#1b2a63;font-size:20px;display:block;}
.pservice dl dd .t span{color:#ccc;font-size:14px;display:block;}
.pservice dl dd .desc{font-size:14px; line-height:24px;padding-top:10px;}



