			.focus,.list{ height: 400px;}


			html,body{ margin:0; padding: 0; font-family: 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,Arial,Helvetica,sans-serif;}
			*{ box-sizing: border-box;}
			.l,.r{ float: left;}
			ul, li{ margin: 0; padding: 0; list-style: none; }
			a{text-decoration: none;}
			a:hover{color: red;}
			input,button,select,textarea{border:0px;outline:none;/* -webkit-appearance:none; *//*强制去除表单自带的样式*/}



			.fix{ width: 1360px; margin: 0 auto;}
			.head .fix{ width: 90%; min-width: 1360px; max-width: 1500px;}
			.head{ width: 100%; height: 80px; z-index: 99; transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
			/* .webMenu.ul,.webMenu li{ margin: 0; padding: 0; list-style: none; } */
			.webMenu{float: left;}
			.webMenu li{ float: left; padding: 20px 15px;position: relative;cursor:pointer;}
			.webMenu li>a{ font-size: 22px; line-height: 40px; text-decoration: none;}
			.head .tool{ display: inline-block;float: right; margin-left: 20px;}
			.head .tool>a{height: 80px;width: 40px;display: inline-block;opacity: 0.7;}
			.head .tool>a:hover{opacity:1}
			.logo{background: url(../images/loginLogo.png) left no-repeat;width: 340px;height: 80px;line-height: 80px; font-size: 24px;}

			.head.dark{ position: absolute; top:0;background-color: rgba(0,0,0,0.2);}
			.head.dark .webMenu li>a{ color: rgba(255,255,255,.8);}
			.head.dark .webMenu li>a:hover{ color: #FFF;}
			.head.dark .logo{ color: #fff; background: url(../images/loginLogo.png) left no-repeat; }


			.head.dark .search{background: url(../images/search1.svg) center no-repeat;}
			.head.dark .system{background: url(../images/system1.svg) center no-repeat;}

			.head.light{ position: fixed; z-index: 100; top:-80px; background: #1d5cd0; box-shadow: 0 0 20px rgba(0,0,0,.2);}
			.head.light .webMenu li>a{ color: rgba(255,255,255,.8);}
			.head.light .webMenu li>a:hover{ color: #fff;}
			.head.light .logo{color: #333}
			.head.light .search{background: url(../images/search1.svg) center no-repeat;}
			.head.light .system{background: url(../images/system1.svg) center no-repeat;}


			.searchBox{ position: absolute; width: 300px; margin-left: -250px; height: 50px; background: #FFF; display: none;
				box-shadow: 0 4px 6px rgba(0,0,0,.2); top:124px; opacity: 0;}
			.searchBox>input{ width: 100%; height: 100%; font-size: 16px; border: 0; padding: 4px 70px 4px 15px;}
			.searchBox>a{  display: inline-block; position: absolute; right: 0px; line-height: 50px; background: #EEE;
				height:50px; padding: 0 15px; color: #000;}
			.searchBox>a:hover{ background: #003ed7; color: #FFF;}
			.searchBox:focus,.searchBox>input:focus{ box-shadow: 0 0 0 #FFF;}


			.news_top{
				position: absolute; top:-40px; left: 50%; width: 900px; height: 80px; margin-left: -450px;
				background-color: #FFF; box-shadow: 0 0 30px rgba(0,0,0,.15); border-radius: 8px 40px 8px 40px;
				font-size: 24px; line-height: 80px;
			}
			.news_top>.l{
				width: 150px; padding-left: 5px; text-align: center; background: #1890FF; border-bottom-left-radius: 40px; color: #FFF;
			}
			.news_top>.r{ width: 750px; height: 80px; padding: 0 30px;}
			.news_top a{ text-decoration: none; color: #333;}
			.news_top a:hover{ color: #000; text-decoration: underline;}

			.banner{ position: relative; background: #000;}
			.banner.sec01{ background: url(../img/secbanner1.png) center center no-repeat}
			.banner.sec02{ background: url(../img/secbanner2.png) center center no-repeat}
			.banner.sec03{ background: url(../img/secbanner3.png) center center no-repeat}
			.banner.sec04{ background: url(../img/secbanner4.png) center center no-repeat}
			.banner.sec05{ background: url(../img/secbanner5.png) center center no-repeat}
			.banner.sec06{ background: url(../img/secbanner6.png) center center no-repeat}
			.banner.sec07{ background: url(../img/secbanner7.png) center center no-repeat}
			.banner.sec08{ background: url(../img/secbanner8.png) center center no-repeat}
			.banner.sec09{ background: url(../img/secbanner9.png) center center no-repeat}
			.banner.sec{ height: 400px;  background-size: 100% 100%; overflow: hidden;}

			.example { margin: 0 auto;width: 100%;height: 100%;}
			.swiper-content-box .text{ width: 100%;}
			.example.text .swiper-content-box .indicator{ bottom: 0;height: 80px;width: 10px;right: 5px;}
			.example.text .swiper-content-box .indicator .center a{ width: 10px!important; display: block; margin: 4px 0;}
			.example.text .swiper-content-box .indicator .center{ position: absolute; top:50%; margin-top: -28px;}
			.swiper-content a>img.center{ }
			.swiper-content-box li>div{ height: 100%; position: relative; background-repeat: no-repeat; background-size: 100% 100%;}
			.popBox{ display: block;width: 90%; max-width: 1400px; position: relative; margin: 0 auto;
				top:50%; opacity: 0;
				transition-property:top opacity;
				transition-duration:0.6s;
				transition-delay:500ms;
				animation-timing-function: ease;
				transition-timing-function: ease;
			}
			.popBox.show{
				opacity: 1;
				top:25%;
			}

			.popBox>img{ transition-property:top opacity;
				transition-duration:0.6s;
				transition-delay:500ms;
				animation-timing-function: ease;
				transition-timing-function: ease;}
			.popBox.toLeft{ top:25%; left: 50%}
			.popBox.toLeft.show{ left:0}
			.popBox.toRight{ top:25%; right: 50%}
			.popBox.toRight.show{ right:0}
			.popBox.toDown{ top:0;}
			.popBox.toDown.show{ top:25%}
			.popBox.toNone{ top:25%;}
			.popBox.smallToBig>img{ transform: scale(0.1,0.1)}
			.popBox.smallToBig.show>img{ transform: scale(1,1)}
			.popBox.bigToSmall>img{ transform: scale(1.8,1.8)}
			.popBox.bigToSmall.show>img{ transform: scale(1,1)}


			.popBox>img{ height: 356px;}
			.popBox.center{ text-align: center;}
			.popBox.left{ text-align: left;}
			.popBox.right{ text-align: right;}

			.news{ position: relative; background: url(../img/newsBg.png) center bottom no-repeat;}
			.news::after{ display: block;  content: " ";  clear: both; }
			.news>.l{ width: 62%; padding-right: 20px; float: left;}
			.news>.r{ width: 38%; padding-left: 20px; float: left;}

			.news .focus, .news .list{margin: 100px 0;}
			.News_title{height:70px;border:rgba(0,0,0,.2) 1px solid;width:100%;padding:0 20px;line-height:70px;margin-bottom:20px}
			.News_title span{font-size: 24px; font-weight: bold;}
			.News_title .more{float: right;}
			.font_blue{color: #1890FF;}
			.blue_line{border-bottom: #1890FF 3px solid;}
			.font_green{color: #2EAA24;}
			.green_line{border-bottom: #2EAA24 3px solid;}
			.News_content{width: 100%;height: 400px;}
			.News_content>.l{ width: 56%; padding-right: 10px; float: left;}
			.News_content>.r{ width: 44%; padding-left: 0px; float: left;}
			.news_pic{height: 400px;margin-top: 14px;}
			.News_list{line-height: 47px;font-size: 18px; padding-left: 20px;}
			.News_list .date{float: right;color: #999;font-size: 16px;}
			.News_list_text{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width:80%;display: inline-block;float: left;color: #333;cursor: pointer;}
			.news_pic img{width: 100%;height: 100%;}




			.pageTitle{ border-bottom: 1px solid #ccc; margin-bottom: 24px; line-height: 90px; height: 90px;}
			.pageTitle .title{ font-size: 30px; font-weight: bold;}
			.pageTitle .tools{ float: right; clear: right; font-size: 16px;}
			.pageTitle .tools>span{ margin-right:8px;}
			.pageTitle .tools>a{ border: 1px solid #AAAAAA; color: #333; border-radius: 100px; margin: 0 4px; padding: 8px 20px; }
			.pageTitle .tools>a:last-child{ margin-right: 0;}
			.pageTitle .tools>a>i{
				width: 8px; height: 12px; display: inline-block; background-size: 10px; background-repeat: no-repeat;
				background-position: center center; margin-left: 10px;
				background-image: url("../img/sort_no.svg");
			}
			.pageTitle .tools>a.current.up>i{ background-image: url("../img/sort_up.svg"); }
			.pageTitle .tools>a.current.down>i{ background-image: url("../img/sort_down.svg");}

			.pageTitle .tools>a:hover,.pageTitle .tools>a.current{
				text-decoration: none; background-color: #003ed7; color: #FFF; border-color: #003ed7;
			}
			.pageTitle .tools>a:hover>i{ background-image: url("../img/sort_nohover.svg");}



			/*page:内容页*/
			.newContent{ margin:20px 0; position: relative}
			.newContent>.title{ text-align: center; font-size: 42px; font-weight: bold; line-height: 1.75;}
			.newContent>.contentText{padding: 30px; margin:0 auto; margin-bottom: 20px; font-size: 18px;width: 100%;line-height: 30px;text-align: justify;}
			.newContent .note{ border-top: 1px solid rgba(50,60,80,0.2);margin: 20px 0;color: rgba(50,60,80,0.6); text-align: center; line-height: 36px;}
			/* .newContent .content p{ padding: 10px 40px; font-size: 18px; line-height: 1.9em} */
			.newContent .content img{ margin: 20px auto; display: block;}
			/* 上一篇，下一篇 */
			.newContent .preNext{ text-align: center; margin: 40px 0 20px 0; font-size: 16px; color: rgba(50,60,80,0.6);}
			.newContent .preNext a{ color: rgba(50,60,80,0.8); text-decoration: none; font-weight: 500; }
			.newContent .preNext a:hover{ color: #D90000; text-decoration:underline}
			.newContent .tool{ text-align: right; margin: 6px 0; font-size: 14px; padding-right: 8px;}
			.newContent .tool a{ color: #aaa; text-decoration: none;}
			.newContent .tool a:hover{ color:#000; text-decoration: underline}

			.newContent .appendix{ margin: 6px 0; font-size: 14px;border-top: 1px solid rgba(50,60,80,0.2);padding: 15px 0;}
			.newContent .appendix a{ color: #aaa; text-decoration: none;display: inline-block;}
			.docx{background: url(../img/docx.svg) no-repeat;width: 16px;height: 16px;background-size: 16px;display: inline-block;float: left;margin-right: 5px;}



			/*分页*/
			.fenYeBlock { text-align: center; font-size: 16px; margin: 20px 0; }
			.fenYe { text-align: center; margin: 18px auto; display: inline-block }
			.fenYe > span {
			    margin: 0 1px; color: #555;
			    float: left; padding: 0 8px; line-height: 30px;
			}
			.fenYe > a {
				margin: 0 4px; float: left; padding: 0 8px; color: #555; border: 1px solid #ddd;
				text-decoration: none; line-height: 30px;
			}
			.fenYe input{ border:1px solid #ddd; font-size: 16px;}
			.fenYe > a:hover { border: 1px solid #C97272; color: #d90000; text-decoration: none; }
			.fenYe > a.now { color: #d90000; font-weight: bold;  border: none;}
			.fenYe > a.noLink { border: none; }
			.fenYe > a.noLink:hover { color: #555 }



			/* page:图片新闻,列表页面 */
			.picList{width: 100%;}
			.picList::after{ content: ""; display: block; clear: both;}
			.picList .item{width: 24%;float: left;display: inline-block;padding: 0 16px;box-sizing: border-box;margin-bottom: 40px;}
			.picList .pic{width: 100%;height: 190px; overflow: hidden;}
			.picList .pic img{width: 100%;height: 100%; transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
			.picList .note{  border-top:none; padding: 10px 12px; height: 95px; font-size: 14px;color: #999; background-color: #f5f5f5; }
			.picList .note::after{ content: ""; display: block; clear: both;}
			.picList .note .title{  font-size: 16px; display: block; font-weight: bold; height: 52px; overflow: hidden; margin-bottom: 4px;}
			.picList .time{display:inline-block; background: url(../img/time.svg) left no-repeat; background-size: 16px; padding-left: 20px; float: left;}
			.picList .see{display:inline-block; background: url(../img/eye.svg) left no-repeat; background-size: 16px; padding-left: 20px;float: right;}
			/* .picList .item:hover{ box-shadow: 0 3px 14px rgba(0,0,0,.2);} */
			.picList .item:hover .note{ background-color: #666; color: #FFF;}
			.picList .item:hover .note a{ color: #FFF;}
			.picList .item:hover .pic img{ transform: scale(1.3);}




			.pic::after{ display: block;  content: " ";  clear: both; }
			.pic>.l{ width: 50%; float: left; padding-right: 50px;}
			.pic>.r{ width: 50%; float: left; padding-left: 50px;}

			.pic_list .pic_head{ font-size: 24px; font-weight: bold; margin-bottom: 25px;}
			.pic_list .pic_foot{ font-size: 20px; text-align: right; margin-bottom: 130px;}
			.pic_list .pic_body{ margin: -15px; position: relative;}
			.pic_list .pic_body::after{ display: block;  content: " ";  clear: both; }
			.pic_item{ width: 50%; height: 262px; float: left; padding: 15px;}
			.pic_item>div{ position: relative; width: 100%; height: 100%; overflow: hidden; }
			.pic_item .date{ font-size: 14px; color: rgba(255,255,255,.6); display: block; margin-bottom: 10px;}
			.pic_item .title{
				font-size: 18px; color: #FFF; display: block; white-space: nowrap;
				max-width: 100%; overflow: hidden; text-overflow: ellipsis;
			}
			.pic_item>div>img{ width: 100%; height: 100%; transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
			.pic_item>div>a{
				position: absolute; z-index: 2;  display: block;
				width: 100%; height: 100%; background-image: linear-gradient(#00000000,#00000000, #000000);
			}
			.pic_item>div>a:hover+img{ transform: scale(1.5);}
			.pic_item .title:hover{ font-weight: bold;}
			.pic_item .text{ position: absolute; left: 0; bottom: 0; z-index: 3; padding: 16px 20px; width: 100%;}

			.more{
				background: url('../images/more.svg') right no-repeat; padding-right: 28px; color: #1890FF;
				text-decoration: none;
			}
			.more:hover{ text-decoration: underline;}


			.foot{ height: 450px;width: 100%; background-color: #333;position: relative;}
			.foot_nav{color: #fff;font-size: 18px;margin: 0 auto;width: 1242px;padding: 20px 0;}
			.foot_nav .l{margin-right: 80px;}
			.foot_nav .l:last-child{margin-right: 0;}
			.foot_nav .l .foot_list a{line-height: 36px;color: rgba(255,255,255,0.6);display: block;}
			.foot_nav .l .foot_list a:hover{color:#fff}
			.foot_nav_title{margin-bottom: 15px;color: #fff !important;}
			.foot_nav .l .item{position: relative;margin-bottom: 15px;}
			.foot_nav .l .item select{color: #fff;font-size:18px;width:240px;height:40px;padding:0 15px;background: rgba(255,255,255,.1);border-radius: 6px;border: none;}
			.foot_nav .l .item select option{background-color:#444;border: none;line-height: 40px;height: 40px;}
			.foot_nav .l .ewm{text-align: center;display: inline-block;float: left;margin-right: 40px;}
			.foot .copyright{width: 1242px;position: absolute;bottom: 0;color: #fff;text-align: center;height: 80px;line-height: 25px;}


			.path{ border-bottom: 0.5px solid #CCC; height: 80px; font-size: 14px; line-height: 80px; color: rgba(0,0,0,.7); padding-top: 5p; padding-bottom: 5px;}
			.path img{ position: relative; top:-2px; margin-left: 4px; margin-right: 4px;}
			.path_nav{ height: 80px;  background-color: #f6f6f6; border-bottom: none; margin-bottom: 50px;}
			.path_nav .breadcrumb{ float: right;}
			.path_nav .secNav{ position: relative; float: left; font-size: 18px; width: auto;}
			.path_nav .secNav>a{ line-height: 45px; padding-left: 20px; padding-right: 20px; margin-right: 4px; border: 1px solid #f6f6f6; color: #333; border-radius: 100px; display: inline-block;}
			.path_nav .secNav>a:hover{
				background: #DDD; color: #333;border-color: #DDD;
				text-decoration: none;
			}
			.path_nav .secNav>a.current{
				background: #003ed7; color: #FFF;border-color: #003ed7;
				text-decoration: none; font-weight: bold;
			}




			.pageCentent{ padding:40px 0 40px 320px; position: relative; min-height: 800px;}



			.secNav{ position: absolute; left: 0; z-index: 9; width: 280px; }
			.secNav>div{ float: left; position: relative; margin-right: 40px;}
			.secNav>div>a{ font-weight: 400; line-height: 80px; padding: 0 4px;}
			.secNav>div>.line{
				position:absolute; z-index:0; width:0; bottom:0px; height:2px; left:0; background:#003ed7;
				transition: all ease 0.3s; font-size:0; /*left:50%;*/
			}
			.secNav>div:hover{}
			.secNav>div.current>a,
			.secNav>div:hover>a{color: #003ed7; text-decoration: none;}
			.secNav>div:hover>.line,
			.secNav>div.current>.line{ width:100%; /*left:0*/}

			.secNav .head{
				background: url("../img/secNav_headbg.png") right center no-repeat; background-size: cover; height: auto;
				padding: 20px 20px 20px 30px;
			}
			.secNav .head .cn{ font-size: 32px; display: block; color: #fff; font-weight: bold;}
			.secNav .head .en{ font-size: 18px; font-weight: 300; color:rgba(255,255,255,.4);
				background: url("../img/secNav_head_jt.svg") right center no-repeat; padding-right: 30px;
				background-size: 20px;
			}
			.secNav .body{}
			.secNav .body>a{ display: block; padding: 10px 30px; margin-top: 10px; margin-bottom: 10px; font-size: 16px; background: #F5F5F5 url("../img/secNav_sj.svg") no-repeat 90% center; color: #000;}
			.secNav .body>a:hover{ background-color: #999; text-decoration: none; color: #FFF; font-weight: bold;}
			.secNav.fixedT{ position: fixed; left:auto; top:120px; margin-left: -320px;}

			.secNav.custem .head{ border-radius: 0 40px; }
			.secNav.custem .body{ padding-left: 40px;}








			/* rollslide */
			.scroll { width: 100%;overflow: hidden; }
			.scroll ul { white-space: nowrap; font-size: 0; margin: 0; padding: 0;}
			.scroll ul li { display: inline-block; position: relative; overflow: hidden;}
			.scroll ul li::before{ z-index: 2; content: ""; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.3);}
			.scroll ul li>.text{ position: absolute; top: 50%; width: 100%; transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); z-index: 3;}
			.scroll ul li>.text .title{ font-size: 24px; color: #FFF; text-align: center; display: block; transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
			.scroll ul li>.text .note{
				font-size: 16px; position: relative; top:200px; color: rgba(255,255,255,.8);  padding: 20px 30px;
				display: block;
				transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
			.scroll ul img { vertical-align: top; width: 480px; margin: 0; transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}


			.scroll1 ul li:hover::before{ background: rgba(0,0,0,.5);}
			.scroll1 ul li:hover>.text{ top: 40%;}
			.scroll1 ul li:hover>.text .title{ font-weight: bold; font-size: 30px;}
			.scroll1 ul li:hover>.text .note{ top: 0;}
			.scroll1 ul li:hover img{ transform: scale(1.2);}

			.scroll2 ul img,.scroll3 ul img{ width: auto; height: 215px;}
			.scroll2 ul li::before,.scroll3 ul li::before{ background: rgba(0,0,0,.5);}
			.scroll2 ul li:hover::before,.scroll3 ul li:hover::before{ display: none;}






			/* 业务板块 */
			.biz_profile{width: 100%;position: relative;height: 500px;margin: 100px 0;}
			.biz_profile .l,.biz_profile .r{width: 50%; padding: 20px;box-sizing: border-box;}
			.biz_pic img{width: 100%;}
			.biz_content h1{font-size: 30px;color: #333;margin-bottom: 20px;}
			.biz_content h1 p{font-size: 20px;color: #DDDDDD;}
			.biz_text{font-size: 18px;line-height: 32px;text-indent:2em;}
			.member{width: 100%;margin-bottom: 100px;height: 280px;position: relative}
			.member a{width: 33%;padding:0 25px;display: block;float: left;height: 280px;}
			.member a .member_text{position: relative;border: #f5f5f5 1px solid;padding: 20px;box-shadow: rgba(0, 0, 0, 0.08) 0 10px 20px;height: 100%;}
			.member a .member_text p{font-size: 18px;line-height: 36px;display: none;height: 185px;overflow: auto;}
			.member a .member_text img{position: absolute;width: 100%;height: 100%;z-index: -1;top: 0;left: 0;}
			.member a:hover .member_text p,.member a .member_text.now p{display: block;color: #fff;}
			.member a:hover .member_text,.member a .member_text.now{background-color: rgba(14, 61, 177, 0.8);}
			.member a:hover{text-decoration: none;}

			/* 集团简介 */
			.about{margin-bottom: 100px;}
			.AboutNum{height:400px;padding:80px 10%;background-size:contain;background:url(../img/companyProfile.jpg) center no-repeat;margin-bottom: 100px;width:100%;margin-top: 40px;}
			.AboutNum li{width:33.333%;float:left;color:#666}
			.AboutNum li p{font-size:16px}
			.AboutNum .icon{margin-bottom:17px}
			.AboutNum .num{color:#727276;padding:10px 0}
			.AboutNum .num b{color:#0e3db1;font-size:44px;vertical-align:bottom;line-height:46px;margin-right:7px}
			.AboutLeader{background:#f5f5f5;    padding-bottom: 40px}
			.AboutLeader .info{width: 33%;padding:0 0 20px 20px;display: inline-block; float: left;}
			.AboutLeader .info:first-child{padding-left: 0;}
			.AboutLeader .info .box{background:#fff url('../staticCore/point.gif') right bottom no-repeat;padding:19px 39px 0;height: 215px;}
			.AboutLeader .info .box:hover{box-shadow: 0 15px 30px rgba(0,0,0,0.1)}
			.AboutLeader .info .name{line-height: 43px;color:#0e3db1;font-size: 24px;}
			.AboutLeader .info .job{line-height: 30px;color:#000000;font-size: 16px;padding-bottom:12px;border-bottom: 1px solid #efefef;margin-bottom:20px;position: relative;}
			.AboutLeader .info .job:after{position: absolute;left: 0;bottom: -1px;width: 0;height: 1px;background:#0e3db1;transition: all 0.3s;content: "";}
			.AboutLeader .info .p{height:75px;overflow-y: auto;color:#999999;font-size:14px;line-height: 25px;}
			.AboutLeader .info .box:hover .job:after{width: 100%;}
			.AboutJg{background: linear-gradient(to bottom left, #fefdfe,#fbfafc, #e4f3fe);text-align: center;padding-bottom:40px}
			.AboutHornor .Info{height:370px;background-size:cover;padding:95px 0 0 78px;font-size:20px;color:#fff;background:url(../img/20210330090012298.jpg) center no-repeat}
			.AboutHornor .Info b{display:block;line-height: 34px;}
			.clear{clear: both;}

			.HornorRec{margin:-157px 48px 0 48px;position: relative;z-index: 3;}

			.AboutCompany{background:#f8f8f8;padding-bottom: 50px;margin-bottom: 50px;}
			.AboutCompany .content{background:#fff;padding:42px 0 45px 45px;}
			.AboutCompany .Nav{text-align: center;margin-bottom: 36px;}
			.AboutCompany .Nav li{display:inline-block;vertical-align: middle;margin:0 23px;cursor: pointer;font-size: 20px;color:#666666;position: relative;padding:0 2px;}
			.AboutCompany .Nav li span{position: relative;z-index: 2;}
			.AboutCompany .Nav li.on{font-size: 22px;font-weight: bold;color:#000000;}
			.AboutCompany .Nav li.on:after{content: "";left: 0;bottom: 2px;width: 100%;height: 6px;background:#3e64c1;position: absolute;}
			.AboutCompany .slidebox{}
			.AboutCompany .slidebox ul{display:none;}
			.AboutCompany .slidebox li{    font-size: 16px;line-height: 40px;width: 25%;padding:0 2% 0 12px;position: relative;float: left;}
			.AboutCompany .slidebox li:after{position: absolute;content: "";left: 0;top:50%;width: 4px;height: 4px;border-radius: 50%;background:#333333;transform: translate(0,-50%);}
			.AboutCompany .slidebox li:hover:after{background:#0e3db1;}
			.AboutCompany .slidebox ul.active{display: block;}

			.poster_box{overflow:hidden;margin:30px 20px}
			.poster_box h2{font-size:30px;color:#015293;font-weight:700;text-align:center}
			.poster_box h3{font-size:16px;color:#015293;margin:10px 0 35px;text-align:center}
			.poster-main{position:relative;width:100%;height:340px!important;margin-left:auto;margin-right:auto}
			.poster-main img{display:block;box-shadow:0 0 10px #222;-webkit-box-shadow:0 0 10px #222}
			.poster-main a,.poster-main img{display:block;width:100%;height:100%}
			.poster-main .poster-list{width:1000px;height:500px}
			.poster-main .poster-list .poster-item{width:200px;height:500px;position:absolute;left:0;top:0}
			.poster-main .poster-list .poster-item .item1{position:relative;width:100%;height:100%}
			.poster-main .poster-btn{position:absolute;top:0;cursor:pointer;filter:opacity(.5) brightness(1)}
			.poster-main .poster-btn:hover{filter:opacity(1) brightness(2)}
			.poster-main .poster-prev-btn{left:0;background:url('../images/left.png') no-repeat center center}
			.poster-main .poster-next-btn{right:0;background:url('../images/right.png') no-repeat center center}
			.poster-item-title{background:rgba(42,42,42,.8) none repeat scroll 0 0!important;filter:Alpha(opacity=80);background:#2a2a2a;color:#fff;width:100%;height:52px;line-height:52px;position:absolute;bottom:0;text-indent:29px}
			.lunbo_btn{height:15px;width:100%;margin:0 auto;position:absolute;z-index:3;text-align:center;bottom:2px}
			.lunbo_btn li{width:14px;height:14px;display:inline-block;background-color:#b4b5b7;border-radius:50%;margin:0 2px;cursor:pointer}
			.lunbo_btn li.poster-btn-active{background-color:#0b518a}


			/* 企业荣誉 */
			.honor{display: inline-block;}
			.honor a{width: 33.3%;display: block;float: left;padding: 20px;box-sizing: border-box;}
			.honor a img{width: 100%;height: 100%;}


			.img_fit_banner{
				width: 1920px;
				height: 400px;
				border: 0px solid red;
			    img{
				width: 100%;
				height: 100%;
				object-fit: cover;
			    }
			}




