* { margin: 0px; padding: 0px; }
body {background-image:  url("../images/topBg.png"); background-repeat: no-repeat; background-position: center top;  -webkit-text-size-adjust: none; background-color:  #0022b5;font-family: "Microsoft YaHei", "PingFang SC",Arial, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;}
html {min-width: 1200px; }
.wraper {width: 100%;margin: 0 auto;min-width: 1200px}
.wrap {width: 1200px; margin: 0px auto; }
.fl {float: left; }
.fr {float: right; }
.d-flex{display: flex;}
.j-center{justify-content: center;}
.j-evenly{justify-content: space-evenly;}
.j-around{justify-content: space-around;}

dl, dt, ul { list-style: none; text-decoration: none; padding-inline-start: 0px; }
a {text-decoration: none; color: #333;}
.clearfix::before, .clearfix::after { content: ""; display: table; clear: both; }
.un {transition: all 0.3s ease-out 0s; }
.none {display: none; }
.ellipsis {text-overflow: ellipsis;white-space: nowrap; overflow: hidden}
.logo{margin-top: 30px;}

.text{margin-top: 50px;}
.inr{background: url(../images/juxing.png) center no-repeat;height: 199px;color: #fff;box-sizing: border-box;padding: 1px 30px;margin-top: 47px;margin-bottom: -48px;}
.inr .introduce{font-size: 14px; line-height: 23px;}
.inr ul{margin-top: 35px;}
.inr ul li h2{color: #00ffff; font-size: 22px; line-height: 34px; margin-bottom: 10px;}
.inr ul li{background: url(../images/line.png) center 36px no-repeat; font-size: 14px; line-height: 24px;}
.inr ul li p{padding-left: 34px;}

.tit{background: url(../images/titBg.png) center no-repeat; font-size: 32px; font-weight: bold; text-align: center; color: #fff; height: 130px; line-height: 130px;}
.tit b{width: 8px; height: 8px; background: #fff; border-radius: 3px; position: relative; top:-5px; display: inline-block; margin: 0 5px;}
.circle{background: url(../images/circle.png) center 8px no-repeat; width: 48px;}
.content{background: url(../images/terbg.png) center no-repeat;width: 1028px;height: 300px;color: #fff;margin-top: 20px;box-sizing: border-box;padding: 20px 20px 0 190px;position: relative;margin-left: 27px;margin-bottom: 50px;}
.content img{position: absolute;left: -38px;top: -22px;}
.content h1{ background: linear-gradient(to right, #ffe3c1, #fefcfa);-webkit-background-clip: text;color: transparent; font-size: 22px;}
.content h4{font-size: 18px; font-weight: normal; margin-top: 10px;}
.content h4 span{font-size: 14px;}
.content p{opacity: .6;font-size: 14px;margin-top: 10px;line-height: 21px;margin-bottom: 10px;}
.content a{background: url(../images/bofang.png) center no-repeat; width: 181px; height: 49px; display: inline-block; color: #825933; font-weight: bold; font-size: 17px; line-height: 35px; box-sizing: border-box; padding-left: 47px; margin-right: 10px;}
.expect{background-color: rgba(0,29,150,.4); color: #fff; width: 1038px; height: 40px; line-height: 40px; box-sizing: border-box; padding-left: 20px; border-radius: 5px;}
.tableMeeting ul li{width: 280px; height: 279px; box-sizing: border-box; padding: 105px 20px 0; text-align: center; color: #fff; font-size: 14px; line-height: 22px; margin-top: 30px; color: rgba(255,255,255,.6);}
.tableMeeting ul li h3{font-size: 18px; margin-bottom: 20px; color: #fff}
.tableMeeting ul li:nth-child(1){background: url(../images/b1.png) center no-repeat;}
.tableMeeting ul li:nth-child(2){background: url(../images/b2.png) center no-repeat;}
.tableMeeting ul li:nth-child(3){background: url(../images/b3.png) center no-repeat;}
.tableMeeting ul li:nth-child(4){background: url(../images/b4.png) center no-repeat;}

.content a:hover{animation-name: pulse;
	-webkit-animation-name: pulse;	
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;}
@keyframes pulse {
	0% {
		transform: scale(0.96);
		opacity: 0.9;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.96);
		opacity: 0.9;	
	}			
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.96);
		opacity: 0.9;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.96);
		opacity: 0.9;	
	}			
}

