#alttxt{background:#FFF;border:1px #ddd solid;font-size:12px;padding:10px;z-index:1000;position:absolute;display:none;border-radius:50px;}
.w1300{width:1300px;margin:0 auto}
.w1400{width:90%;margin:0 auto}
.w1200{width:1400px;margin:0 auto}
.bg1{width:100%;height:290px;box-sizing: border-box;padding-top: 30px;}
.section_one{overflow: hidden;position: relative;}
.section_one .poa{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;text-align: center;}
.section_one .poa h3,.section_one .poa p,.section_one .poa a{color: #fff;}
.section_one .poa h3{letter-spacing: 5px;}
.section_one .poa p{font-weight: 300;text-transform: uppercase;}
.section_one .poa a{border-radius: 50px;border: 1px solid #fff;padding: 15px 50px;margin-top: 50px;display: inline-block;}
.section_one .poa a:hover{background: #fe1101;border-color: #fe1101;box-shadow: 0 0 15px rgba(7, 173, 109, .7);}
.section_one img{margin:0 auto;}
.vidbacking-active-body-back{position: relative;z-index: 1;width: 100%;height: 100%;background-size: cover;overflow: hidden;opacity: 1;transition: 2s opacity;}
.vidbacking{display: none}
.vidmask-body-back{min-height: 100%;min-width: 100%;position: fixed;top: 0;left: 0;z-index: -50;display: block}
.vidmask-block-back{min-height: 100%;min-width: 100%;position: absolute;top: 0;left: 0;height: auto;width: auto;z-index: -50;display: block}





.proindex{background: url(a1.jpg) no-repeat bottom center;padding: 48px 0;background-size: cover;height: 955px;box-sizing: border-box;}



.indexsec01{padding:100px 0;background:url("img05.jpg") no-repeat center ;background-size:cover;background-attachment: fixed;margin-top: 50px;}
.indexsec01 .comWidth{display:flex;justify-content:space-between;align-items:center}
.indexsec01 .lbox{width:38.2%;box-sizing:border-box;padding-left:40px;position:relative}
.indexsec01 .lbox .photo img{width:100%;border-radius:20px}
.indexsec01 .lbox .year{position:absolute;left:0;top:-60px;background-color:rgba(217,31,34,1);border-radius:10px;color:#fff;padding:15px 30px;font-weight:bold;font-family:Arial}
.indexsec01 .lbox .year .icon{width:95px;margin-bottom:15px}
.indexsec01 .lbox .year .num{font-size:40px;line-height:1}
.indexsec01 .lbox .year .en{font-size:17px;text-transform:uppercase}
.indexsec01 .rbox{width:58.8%}
.indexsec01 .rbox h2{font-size:54px;line-height:1.4;font-weight: 700;color: #fff;}
.indexsec01 .rbox h2 span{position:relative;display:inline-block;padding-right:53px}
.indexsec01 .rbox h2 span:before{position:absolute;right:0;top:18px;content:"";width:43px;height:16px;background:url("img08.png") no-repeat;background-size:100% 100%}
.indexsec01 .rbox li{font-size:24px;position:relative;padding-left:40px;margin-top:20px;color: #fff;}
.indexsec01 .rbox li:before{position:absolute;left:0;top:3px;width:32px;height:32px;content:"";background:url("img09.png") no-repeat;background-size:100% 100%}
.indexsec01 .rbox .link{margin-top:40px}
.indexsec01 .rbox .link a{width:240px;display:block;background-color:#D91F22;border-radius:5px;text-align:center;color:#fff;padding:15px 0;font-family: impact;}
.indexsec01 .rbox .link img{width:25px;display:inline-block;vertical-align:middle;margin:-5px 0 0 10px;-webkit-transition:all .5s;transition:all .5s}
.indexsec01 .rbox .link a:hover{background-color:rgba(221,58,60,1)}
.indexsec01 .rbox .link a:hover img{margin-left:15px}


/*tab分类*/

.pavilion-container .pavilion-inner .tabs {
	
}
.pavilion-container .pavilion-inner .tabs li {
	float: left;
	width: 19.2%;
	background: #0091db;
	border-radius: 2px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	letter-spacing: .35px;
	display: block;
}
.pavilion-container .pavilion-inner .tabs li a{color: #fff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.pavilion-container .pavilion-inner .tabs li {
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
	margin-bottom: 10px;
}
.pavilion-container .pavilion-inner .tabs li:nth-child(7n) {
	margin-left: 0
}
.pavilion-container .pavilion-inner .tabs li.on,.pavilion-container .pavilion-inner .tabs li:hover {
	background: #fa3506;
	color: #fff;
}
.pavilion-container .pavilion-inner .tabs li.on a,.pavilion-container .pavilion-inner .tabs li:hover a{
	color: #fff;
}
.pavilion-container .pavilion-inner .tabs li .hot-icon {
	width: 18px;
	height: 24px;
	background: url(../images/marketplace-selected-fire-leave.svg);
	margin-right: 10px;
	background-repeat: no-repeat
}
.pavilion-container .pavilion-inner .tabs li.on .hot-icon {
	background: url(../images/marketplace-selected-fire.svg)
}
.pavilion-container .pavilion-inner .tabs li>span {
	display: inline-block;
	vertical-align: middle
}
/*tab内容*/
.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 20px;
	height: 420px
}

.tab-content-wrap .tab-content .fl{
	width: 44%;

}
.tab-content-wrap .tab-content .fl  h2{
	font-size: 50px;
	color: #0091db;
	position: relative;
	margin-bottom: 60px;
}
.tab-content-wrap .tab-content .fl  h2::before{
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 200px;
	height: 3px;
	background: #0091db;
	margin-bottom: 10px;
	content: "";
}
.tab-content-wrap .tab-content .fr{
	width: 53%;
}
.tab-content-wrap .tab-content .fl p {
	margin-bottom: 20px;
	font-size: 18px;
}
.tab-content-wrap .tab-content .fl p span{
display: block;
font-size: 24px;
}

.tab-content-wrap .tab-content .fl a{
	display: inline-block;
	background: #0091db;
	color: #fff;
	padding: 10px 60px;
	margin-top: 20px;
}
.tab-content-wrap .tab-content .fl a:first-of-type{
	background: #848484;
	color: #fff;
}
.tab-content-wrap .tab-content .fl a:hover{
	
	background: #848484;
	color: #fff;
}

.tab-content-wrap .tab-content .fl a:first-of-type:hover{
	background: #0091db;
	color: #fff;
}



.tab-content-wrap .tab-content .fl p:nth-of-type(1){
	background: url(t33.png) left top no-repeat;
	padding-left: 40px;
}

.tab-content-wrap .tab-content .fl p:nth-of-type(2){
	background: url(t44.png) left top no-repeat;
	padding-left: 40px;
}





.pavilion-container .tab-content {
	position: absolute;
	transition: all .7s linear;
	opacity: 0;
	z-index: -1;
	height: 0;
	width: 100%
}
.pavilion-container .tab-content.show {
	height: auto;
	opacity: 1;
	top: 46px;
	z-index: 1
}
.pavilion-container .tab-content .col-sm-3 {
	padding: 0 10px
}
.pavilion-container .tab-content .col-sm-3 .tab-card {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	transition: .2s linear
}
/*大卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg {
	position: relative;
	height: 420px
}
.pavilion-container .tab-content .col-sm-3 .tab-card:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 1px 1px 0 0
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg img {
	height: 90px;
	width: auto;
	display: block
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg h3 {
	margin-top: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.pavilion-container .tab-content .col-sm-3 .tab-card p {
	margin-top: 5px;
	font-size: 12px;
	color: #a0a2a8;
	letter-spacing: .51px;
	line-height: 20px;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels {
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels span {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0 5px;
	background: rgba(160,162,168,.1);
	border: 1px solid rgba(102,106,117,.1);
	border-radius: 2px;
	line-height: 20px;
	color: #a0a2a8;
	font-size: 12px
}
.pavilion-container .tab-content .col-sm-3 .tab-card-lg .time {
	border-top: 1px solid #e7e7e7
}
/*中卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md+.tab-card-md {
	margin-top: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md {
	height: 200px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md img {
	height: 65px;
	width: auto;
	display: block
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md h3 {
	margin-top: 15px
}
.pavilion-container .tab-content .col-sm-3 .tab-card .time {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 40px);
	padding-top: 17px;
	font-size: 12px;
	color: #666a75;
	letter-spacing: .44px;
	line-height: 23px;
	text-align: left
}
.pavilion-container .tab-content .col-sm-3 .tab-card .time span {
	font-size: 20px;
	color: #f66f6a;
	letter-spacing: 0;
	line-height: 23px;
	margin-right: 3px
}
/*小卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm {
	height: 90px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm+.tab-card-sm {
	margin-top: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm .time {
	border-top-width: 0
}
.pavilion-container .tab-content .col-sm-3 .tab-card:hover {
	background: #efedd4
}
/*查看全部*/
.pavilion-container .view-go {
	margin-top: 35px;
	font-size: 18px;
	color: #fff;
	text-align: center
}
.pavilion-container .view-go a span.arrow-more {
	display: inline-block;
	vertical-align: middle
}
.pavilion-container .view-go a span.arrow-f {
	width: 13px;
	height: 13px;
	background: url(../images/marketplace-selected-arrow1.svg);
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
	transition: .3s ease-out
}
.pavilion-container .view-go a:hover {
	color: #0091db
}
.pavilion-container .view-go a:hover span.arrow-f {
	transform: translate(4px, 0);
	background: url(../images/marketplace-selected-arrow2.svg)
}



.overflow-hide {
	overflow: hidden
}













.active_h {
	background: #fff;
  }
  .active_h .box .logo a .img1 {
	display: none;
  }
  .active_h .box .logo a .img2 {
	display: block;
  }
  .active_h .box .nav .item p a {
	color: #000;
  }
  .active_h .box .nav .active p a {
	color: #e85625;
  }
  .active_h .box .main .call {
	color: #000;
  }
  .active_h .box .main .call a {
	color: #000;
  }
  .active_h .box .main .language a {
	color: #999;
  }
  .p112 {
	padding-top: 6rem;
  }
  .p112_ {
	padding-bottom: 6rem;
  }
  .index_box1 .box .item {
	border-right: 1px solid #eeeeee;
  }
  .index_box1 .box .item a {
	display: block;
	text-align: center;
  }
  .index_box1 .box .item a .top1 {
	font-size: 1.75rem;
	color: #000;
	padding: 0 0.625rem;
  }
  .index_box1 .box .item a .top2 {
	font-size: 1rem;
	color: #333;
	margin-top: 1.25rem;
	padding: 0 0.625rem;
  }
  .index_box1 .box .item a .top3 {
	font-size: 1rem;
	color: #e85625;
	margin-top: 2.25rem;
  }
  .index_box1 .box .item a .top4 {
	height: 25rem;
	margin-top: 3.75rem;
	overflow: hidden;
  }
  .index_box1 .box .item a .top4 img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
  }
  .index_box1 .box .item a .top5 {
	font-size: 1rem;
	color: #999;
	margin-top: 5.625rem;
  }
  .index_box1 .box .item a .top6 {
	font-size: 7.5rem;
	color: #000;
	opacity: 0.04;
	position: relative;
	margin-top: -5rem;
	font-weight: bold;
  }
  .index_box1 .box .item a:hover .top4 img {
	transform: scale(1.05);
  }
  .index_box1 .box .swiper-slide-duplicate-prev .item {
	border: 0;
  }
  
  .index_box2 {
	position: relative;
	transition: 0.4s;
  }
  .index_box2::before {
	position: absolute;
	content: '';
	top: 0;
	left: 4.89vw;
	height: 100%;
	width: 1px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.2);
  }
  .index_box2::after {
	position: absolute;
	content: '';
	top: 0;
	right: 4.89vw;
	height: 100%;
	width: 1px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.3);
  }
  .index_box2 .box .boxTop .boxLeft {
	font-size: 2.875rem;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	}
	.index_box2 .box .boxTop .boxLeft p{
		font-size: 18px;
		margin-bottom: 30px;
	}
  .index_box2 .box .boxTop .boxRight {
	width: 90%;
	box-sizing: border-box;
	padding: 0 6.875rem 0 15rem;
	text-align: center;
  }
  .index_box2 .box .boxTop .boxRight .list {
	display: none;
  }
  .index_box2 .box .boxTop .boxRight .list p {
	font-size: 1rem;
	color: #fff;
	line-height: 1.875rem;
  }
  .index_box2 .box .boxTop .boxRight .list div {
	margin-top: 2rem;
  }
  .index_box2 .box .boxTop .boxRight .list div a {
	font-size: 1.125rem;
	color: #fff;
	width: 11.5625rem;
	line-height: 3.375rem;
	text-align: center;
	border-radius: 1.75rem;
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
  }
  .index_box2 .box .boxTop .boxRight .list div a:hover {
	color: #e85625;
	border: 1px solid #e85625;
  }
  .index_box2 .box .boxTop .boxRight .active {
	display: block;
  }
  .index_box2 .box .boxBottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 3.75rem;
  }
  .index_box2 .box .boxBottom .item {
	cursor: pointer;
	position: relative;
	padding: 3rem 0 3rem 6.125rem;
  }
  .index_box2 .box .boxBottom .item::after {
	width: 0%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	transition: all 0.3s;
  }
  .index_box2 .box .boxBottom .item h5 {
	font-size: 1.625rem;
	color: #fff;
	cursor: pointer;
  }
  .index_box2 .box .boxBottom .item div {
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0.75rem;
	cursor: pointer;
  }
  .index_box2 .box .boxBottom .item span {
	font-size: 1.25rem;
	color: #fff;
	position: absolute;
	top: 3.5rem;
	left: 2rem;
	font-weight: bold;
  }
  .index_box2 .box .boxBottom .active .item::after {
	width: 100%;
  }
  .index_box2 .box .boxBottom .active .item span {
	color: #e85625;
  }
  .index_box2 .box .boxBottom .active .item h5 {
	color: #000;
  }
  .index_box2 .box .boxBottom .active .item div {
	color: #999999;
  }



	.banner .swiper-slide{display: block;position: relative;}

	.banner3_wz{font-size: 56px;}
	

.alsb .swiper-slide img{padding: 0 3%;display: block;border: 1px solid rgb(235, 235, 235);}




.yz{padding:75px 0;background:#fff;position:absolute;bottom:-100px;left:0;right:0;margin:auto;box-shadow:0 0 15px rgba(0,0,0,0.5)}
.yz li{float:left;width:300px;text-align:center;position:relative;}
.yz li:after{position:absolute;width:40px;height:82px;content:"";background:url(yz_line.png) no-repeat center;right:-20px;top:0;}
.yz li span{display:block;height:60px;}
.yz li span b{display:inline-block;font-size:70px;line-height:60px;color:#333;font-family:Arial;}
.yz li span i{display:inline-block;width:32px;height:32px;line-height:32px;font-size:16px;color:#fff;background:#3a4750;border-radius:50%;margin-top:24px;vertical-align:top;margin-left:5px;font-style:normal;}
.yz li p{font-size:14px;color:#25252d;line-height:30px;}
.yz li:last-child:after{display:none;}
.more1 a{display:inline-block;vertical-align: top; margin-top: 140px;
		text-align:center;width: 168px; height: 40px; line-height: 40px; color: #000;background: #ffea00;border-radius: 50px;}
.more1 a:hover{background: #17c280;color: #fff;}

/* 简介 */



.about{height:376px;background-attachment: fixed;}
.about .a_top{text-align: center;background: url(b2.jpg) no-repeat;background-attachment: fixed;background-size: cover;height:376px;padding: 55px 0 0;box-sizing: border-box;}
.about .a_top img{display: inline-block;}
.about .a_top h4 {color:#fff;padding:0 10px;}
.about .inner{position: relative;}
.about_box{background: #13459C;}
.about .left {width: 50%;}
.about .left img{width: 100%;}
.about .right{width:50%;background: #13459C;float: left;padding: 64px 50px;box-sizing: border-box;}
.about .right .text{color:#fff;line-height:32px;margin-top: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5; overflow: hidden; }
.about .right h1{font-weight: 700;color: #fff;}
.about .item{width:25%;float: left;text-align: center;vertical-align: top;margin-bottom: 30px;}
.about .item h3{font-size:77px;color:#fff;}
.about .item h3 i{font-style: normal;display: inline-block;font-weight: 400;}
.about .item span{color: #fff;border-radius: 50%;vertical-align: text-top;}
.about .item p{color:#fff;}
.about .item p:nth-child(3){color: #ddd;}


.about2 dl{overflow: hidden;}
.about2 dl dt{float: left;width: 50%;background-size: cover}
.about2 dl dd{float: right;width: 50%;padding: 0px 20px;color: #fff;box-sizing: border-box;}
.about2 dl dd h2{font-size: 50px;color: #fff;margin-top: 100px;text-transform: uppercase;}
.about2 dl dd h3{font-size: 42px;color: #fff;}
.gs_box{line-height: 200%;margin-top: 20px;}
.about2 dl dd a{background: #0434b0;color: #fff;border-radius: 20px;text-align: center;width: 200px;height: 40px;line-height: 40px;margin-top: 20px;font-weight: normal;}


.about2 {
	background: url(zsshilibj.jpg) center top no-repeat;
	height: 900px;
	background-attachment: fixed;
	position: relative;
  }


  .sy_wz_con {
	padding: 60px 0 0 0;
	margin: 0px auto 0 auto;
	position: relative;
  }
  .sy_wz_con ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid rgba(255, 255, 255, 0.227);
	border-bottom: 1px solid rgba(255, 255, 255, 0.227);
	margin-bottom: 60px;
  }
  .sy_wz_con ul li {
	text-align: center;
	width: 22%;
	height: 190px;
	display: inline-block;
	padding-top: 29px;
	box-sizing: border-box;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.227);
  }
  .sy_wz_con ul li span {
	color: #fff;
	font-size: 60px;
	font-family: Impact, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .sy_wz_con ul li i {
	display: block;
	color: #fff;
	font-size: 16px;
	font-style: normal;
  }
  .sy_wz_con ul li em {
	position: absolute;
	top: 10%;
	left: 70%;
	color: #fff;
  }





@keyframes sss {
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-10px);
	}
}
@keyframes sss1 {
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-5px);
	}
}
@keyframes sss2 {
	0%{
		transform: translateY(-10px);
	}
	100%{
		transform: translateY(0);
	}
}
@keyframes sss3 {
	0%{
		transform: translateY(-20px);
	}
	100%{
		transform: translateY(0);
	}
}
.ab .yezi { position: absolute;	animation: sss3 1s infinite alternate linear;z-index: 9;}
.ab .yezi1{left: 0px;top: 450px;}
.ab .yezi2{right: 0px;top: 450px;}
.ab .atxt{margin-top: 30px;margin-bottom: 30px;}
.ab ul {text-align: center;background: rgba(255, 255, 255, 0.43);box-shadow: 0 0 16px rgba(27,128,199,.14);padding: 20px 0 30px 0;}
.ab ul li{width: 24%;float: left;border-right:1px solid rgba(15,127,202,.5)}
.ab ul li:last-of-type{border: 0;}
.ab ul li h4{color: #333;font-size: 24px;font-weight: 400;margin-bottom: 0;}
.ab ul li h4 span{color: #1b80c7;font-size: 50px;font-weight: 700;}
.ab ul li p{color: #333;}
.ab dd{width: 100%;padding: 0 ;position: relative;transition: .8s;z-index: 9999;}
.ab dd .w1300{float: left;padding: 160px 0 0 150px;}
.ab dd .w1300>a{position: absolute;right: 0;top: -183px}
.ab dd .w1300>a img{transition: .5s;animation: sec 3s infinite linear;}
.ab dd .w1300>img{position: absolute;right: 0;top: -400px;}
.ab dd h3{border-bottom: 1px solid #ffffff57;}
.ab dd h3 a{font-size: 60px;color: #c41919;font-weight: bold;height: 150px;font-family: Arial;}
.ab dd h3 a em{font-size: 16px;color: #fff;font-weight: normal;display: block;padding-bottom: 20px;font-style: normal;}
.ab dd p{font-size: 16px;color: #666666;line-height: 25px;margin: 0;text-align: center;}
.ab dd:hover{background-position: center 450px}
.cppichz a{float: left; width: 280px; margin-right: 20px;text-align: center; position: relative; }
.cppichz a span{overflow: hidden; }
.cppichz a span img{width: 100%;display: block;border:5px solid #fff;height: 212px;}
.cppichz a em{line-height: 2; font-size: 16px; display: block; font-style: normal;color: #fff}
.cppichz a div{position: absolute;width: 100%; height: 100%; background: rgba(249,128,62,0.9); color: #fff; left: 0; top: 20px; opacity: 0; transition: all .3s;}
.cppichz a div::before{content: ''; background: url(img/356.png) center/cover; width: 60px;height: 60px; margin: auto; margin-top: 60px;display: block;}
.cppichz a:hover div{top: 0; opacity: 1;}
.cppichz a div p{position: absolute; left: 0; right: 0; bottom: 0; top: 30px; margin: auto;  line-height: 30px;font-size: 14px;text-align: center; border: 1px solid #fff;  height: 30px; width: 80px; }
.about .row{width: 90%;margin:0 auto;}
.grid{overflow:hidden;margin:0;width:100%;list-style:none;text-align:center;}









.fhxc1{ padding-bottom: 100px;}

/* 优势 */
.ystop{width: 100%;height: 187px;background: url(yt1.jpg) no-repeat top center;text-align: center;box-sizing: border-box;padding-top: 45px;margin-top: 50px;}
.ystop>img,.yt_tel,.yt_txt{display: inline-block;vertical-align: middle;}
.yt_tel,.yt_txt{color: #fff;text-align: left;text-transform: uppercase;margin-left:60px;position: relative;}
.yt_tel::before,.yt_txt::before{position: absolute;content: "";width: 10px;height: 10px;border-radius: 50%;overflow: hidden;background: #fff;left: -30px;top: 0;bottom: 0;margin: auto;}
.yt_txt p,.yt_txt h3,.yt_tel h4,.ysbom .fl p,.section_four .ys_bt h3{font-weight: 700;}
.yt_txt{font-style: italic;}

.ysbom .bg{position: absolute;width:646px;left:0;bottom:-50px;z-index: 5;animation: sss3 .5s infinite alternate linear;right: 0;margin: auto;}

@keyframes sss3 { 0% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }
.ysbom{width: 100%;height: 156px;background: #e60029;position: relative;color: #fff;}
.ysbom .fl{margin-top: 40px;}
.ysbom .fl p img{display: inline-block;}
.ysbom .fl h4{font-family: impact;}
.ysbom .fr{margin-top: 60px;}

.syys{
	background: url(ys.jpg) bottom center no-repeat;
	position: relative;
	height: 957px;
}
.syys dl{width: 82%; margin: 0 auto;position: relative;}
.syys dl dt{width: 56%;position: absolute;left: 0;z-index: 2;top: 30px;}
.syys dl dt h3{font-size: 42px;font-weight: bold;}
.syys dl dt h3 p{font-size: 20px;margin-bottom: 30px;font-weight: normal;}
.syys dl dd{width: 55%;	background: url(ys2.jpg) center top no-repeat;height: 785px;position: absolute;right: 0;top: 0;z-index: 1;background-size: cover;padding: 100px;box-sizing: border-box;}
.syys dl dd .box {overflow: hidden;width: 100%;margin-bottom: 80px;}
.syys dl dd .box span{float: left;width: 120px;display: block;color: #fff;font-size: 64px;font-weight: bold;position: relative;z-index: 2;text-align: center;margin-right: 20px;}
.syys dl dd .box span::before{position: absolute;left: 0;top: 0;width: 100%;background: #03ad57;height: 40px;content: "";z-index: -1;}
.syys dl dd .box p{float: left;width: 70%;margin-left: 10px;display: block;color: #fff;}
.syys dl dd .box p b{display: block;font-size: 28px;font-weight: normal;margin-bottom: 10px;}
.syys dl dd .box p i{font-style: normal;font-size: 16px;}




.section_four {
	height: 851px;
	background: url(sg.jpg) center top no-repeat;
  }
  .section_four .big {
	float: left;
	width:60%;
	height: 563px;
	position: relative;
	overflow: hidden;
  }
  .section_four .big img {
	width: 870px;
	height: 563px;
  }
  .section_four .big p,
  .section_four .small .item p {
	padding: 0 50px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 70px;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.55);
  }
  .section_four .big i {
	width: 40px;
	height: 40px;
	background: url(d1.png) center center no-repeat;
	margin-top: 15px;
  }
  .section_four .small {
	width: 39%;
	float: right;
	height: 580px;
  }
  .section_four .small .item {
	width: 246px;
	height: 184px;
	margin-bottom: 18px;
	position: relative;
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	overflow: hidden;
  }
  .section_four .small .item p {
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	font-size: 16px;
  }
  .section_four .item_box img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
  }
  .section_four .big:hover img,
  .section_four .small .item:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
  }



.bg12{
	margin-bottom: 50px;
}
.bg12 h2{
	text-align: center;
	font-size: 46px;
}
.bg12 h2 em{
	display: block;
	font-size: 18px;
}

.section_six{background: url(c3.jpg) no-repeat top center;background-size: cover;background-attachment: fixed;padding-bottom: 50px;margin-top: 50px;}
.section_six .pub_title h4,.section_six .pub_title p{color: #fff;}
.section_six .pub_title span{color: #e60029;}
.section_six .albox .fl .altop a{display: block;position: relative;}
.section_six .albox .fl .altop a h3{position: absolute;bottom: 0;left: 0;width: 100%;line-height: 45px;background: rgba(0,0,0,0.7);color: #fff;padding: 0 20px;white-space: nowrap;      text-overflow: ellipsis; box-sizing: border-box;}
.section_six .albox .fl>a{height: 180px;text-align: center;padding-top: 30px;box-sizing: border-box;margin-top: 10px;background: linear-gradient(50deg, #0370b7, #e60029);}
.section_six .albox .fl>a h4,.section_six .albox .fl>a p{color: #fff;}
.section_six .albox .fl>a h4{font-family: impact;}
.section_six .albox .fr{width: 825px;}
.more{text-align:center;}
.more .call,.more .but{display:inline-block;vertical-align:top;}
.more .call{height:50px;text-indent:1em;line-height:50px;padding:0 40px;border-radius:100px;font-size:28px;font-family:impact;background:#0434b0 url(d1.png) 30px center no-repeat;transition: .3s;}
.more .call a{color:#fff;}
.more .call:hover{background-color:#e60029;}
.more .but{width:250px;height:50px;line-height:50px;margin-left:20px;border-radius:100px;background-color:#03ad57;text-align:center;font-size:16px;color:#fff;}
.more .but:hover{background:#e60029;}




.copyright{height:60px;line-height:60px;color:#000;font-size:14px;text-align:center;}
.copyright img{display:inline-block;margin:0 10px 4px;}
.copyright a{display:inline-block;margin:0 10px;color:#000;}
.copyright {height:60px;line-height:60px;color:#000;font-size:14px;text-align:center;}
.copyright img {display:inline-block;margin:0 10px 4px;}
.copyright a {display:inline-block;margin:0 10px;color:#000;}





.pub_title{text-align: center;}
.pub_title p{margin-bottom:20px;font-size:18px;color:#666666;}
.pub_title h4{position:relative;text-align:center;font-size:48px;z-index:1;margin-top:45px;display: inline-block;color: #333333;font-weight: bold;margin-bottom: 20px;}


.pub_title h4 img{display:inline-block;padding:0 10px 10px 10px;font-weight: bold;}
.pub_title h4 span{color:#0434b0;  font-size:48px;display:inline-block;z-index:1;  font-weight: bold; }
.pub_title h4 i{position:absolute;z-index:0;font-size:81px;color:#efefef;font-weight: bold;text-transform:uppercase;left:0;right:0;margin:auto;z-index:-1;top:20px}
.page-cover{background:#18191b url(loading.gif) no-repeat center 350px;width:100%;height:0;position:absolute;bottom:0;z-index:10000001;}
@-webkit-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-moz-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-ms-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}

.section_nine{padding: 50px 0}
.section_nine .tit{width: 1400px;margin: 0 auto 60px auto;}
.section_nine .tit a{ float: right;display: block;width: 140px;height: 60px;line-height: 60px;text-align: center;background: #0434b0;color: #fff;text-transform: uppercase;}
.section_nine .tit h4{font-size: 46px;font-weight: bold;color: #000;margin-bottom: 20px;}
.section_nine .tit h4 span{color: #0434b0;}