.sss a {
	box-sizing: border-box;
	display: block;
	background-position: center center;
	height: 700px;
	background-size: cover;
	padding-top: 180px;
}

.sss a h1 {
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	line-height: 1.5;
}

.sss a h2 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: normal;
	line-height: 1.5;
	font-stretch: normal;
	color: #ffffff;
}

.sss a span {
	width: 175px;
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	margin-top: 30px;
	color: #000000;
	display: block;
	background: #fff;
	line-height: 50px;
	text-align: center;
}

.about .about_fl .boxs div {
	display: flex;
	align-items: center;
}

.about .about_fl .boxs div a {
	margin-right: 33px;
	margin-top: 10px;
}

.ewm {
	float: right !important;
	width: 275px !important;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.ewm img {
	margin: 0 !important;
}

.ewm p {
	width: 160px;
}

.link_list {
	margin-top: 0px !important;
}

.link_list p {
	margin: 0 !important;
	padding-left: 30px;
	box-sizing: border-box;
}

.footer {
	height: 228px;
}

.about::after {
	display: none;
}

.about .about_fl .boxs span {
	margin-right: 50px;
}

.about .about_fl .boxs p {
	font-size:14px;
	margin-right: 30px;
}

.con {
	width: 1200px;
	margin: 0 auto;
}

@media (min-width: 1300px) {
	.pdaz {
		padding: 70px 0 170px 0;
	}
	.assa {
		width: auto;
	}
	.assa .f1 {
		justify-content: center;
	}
	.assa .f1 div {
		margin: 5px;
		width: 308px;
	}
	.assa .f1 div .img {
		width: 100%;
		margin: 0;
	}
	.ewm {
		width: 112px;
		float: left;
		margin-left: 60px;
	}
	.ewm img {
		width: 98px;
		display: block;
		margin: 0 auto;
		margin-bottom: 12px;
	}
	.ewm p {
		text-align: center;
		font-size: 15px;
		color: #ffffff;
		line-height: 30px;
	}
	.pdggw {
		padding: 85px 0 115px 0;
	}
	.heis {
		height: 820px;
	}
	.pdwag {
		padding: 70px 0 140px 0;
	}
	.pdwag .con {
		width: 1168px !important;
	}
}

.title {
	text-align: center;
}

.title h1 {
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
}

.title h1 b {
	color: #f8a21b;
	font-weight: normal;
}

.title p {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	color: #6f6f6f;
	margin-top: 30px;
}

.pd {
	padding: 100px 0;
}

.c1 {
	background: #f9f9f9;
}

.f1 {
	display: flex;
	align-items: center;
	margin-top: 50px;
	justify-content: space-between;
}

.f1>div {
	width: 280px;
	border: solid 1px #2c9cf0;
	transition: .2s;
}

.f1>div:hover {
	box-shadow: 0 1px 12px rgba(44, 156, 240, 0.5);
}

.f1>div .img {
	height: 144px;
	background: #2c9cf0;
	background-position: 20px center;
	background-size: auto 66px;
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 47px;
}

.f1>div .img h1 {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	text-align: center;
}

.f1>div .img h2 {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	text-align: center;
}

.f1>div .txt {
	padding: 15px;
}

.f1>div .txt p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #999;
	padding-bottom: 37px;
	border-bottom: 1px solid #dadada;
}

.f1>div .txt ul {
	padding-top: 30px;
	box-sizing: border-box;
}

.f1>div .txt ul li {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	padding-left: 30px;
	color: #434343;
	float: left;
	margin-bottom: 23px;
	width: 50%;
	line-height: 1;
	position: relative;
}

.f1>div .txt ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	position: absolute;
	left: 0;
	top: 4px;
}

.f1>div .txt .se li {
	width: 31.3333%;
	margin-right: 2%;
	padding-left: 15px;
}

.con * {
	box-sizing: border-box !important;
}

.c2 {
	box-sizing: border-box;
	background: url("../img/bb1.jpg") no-repeat center;
	background-size: cover;
}

.c2 .f2 {
	display: flex;
}

.c2 .f2 ul {
	width: 160px;
	flex: 0 0 160px;
	height: 533px;
	padding-left: 20px;
	border-right: 3px solid #999;
}

.c2 .f2 ul li {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	line-height: 3;
	cursor: pointer;
}

.c2 .f2 ul .active {
	color: #f8a21b;
	font-size: 22px;
}

.c2 .f2 div {
	padding-left: 20px;
	padding-top: 18px;
	flex: 1;
}

.c2 .f2 div h1 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
	color: #ffffff;
}

.c2 .f2 div h2 {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	margin-top: 50px;
	color: #ffffff;
}

.c2 .f2 div h3 a {
	width: 117px;
	height: 40px;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	line-height: 38px;
	border: 1px solid #fff;
	margin: 50px 0;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 94px;
	text-align: center;
	transition: .2s;
}

.c2 .f2 div h3 a:hover {
	border-color: #fff;
	background: #fff;
	color: #333;
}

.c2 .f2 div h3 a+a {
	background: #fff;
	color: #f8a21b;
}

.c2 .f2 div h3 a+a:hover {
	border-color: #f8a21b;
	background: #f8a21b;
	color: #fff;
}

.c2 .f2 div h4 {
	padding-top: 33px;
	border-top: 1px solid #686662;
}

.c2 .f2 div h4 a {
	width: 126px;
	height: 34px;
	line-height: 32px;
	border-radius: 10px;
	border: 1px solid #f8a21b;
	color: #f8a21b;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin-right: 20px;
	transition: .2s;
}

.c2 .f2 div h4 a:hover {
	border-color: #fff;
	color: #fff;
}

.c3 .tab {
	margin-top: 50px;
}

.c3 .tab .tabt {
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c3 .tab .tabt span {
	width: 153px;
	margin: 0 20px;
	height: 42px;
	line-height: 40px;
	color: #5d5d5d;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #ccc;
}

.c3 .tab .tabt .acti {
	border: 1px solid #f8a21b;
	color: #f8a21b;
}

.c3 .tab .f33 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.c3 .tab .f33>div {
	width: 377px;
	height: 254px;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
}

.c3 .tab .f33>div:hover p {
	bottom: 0;
	transition: all .6s;
}

.c3 .tab .f33>div p {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	position: absolute;
	left: 0;
	bottom: -100%;
}

.c3 .tab .f33>div p span {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 37px;
	line-height: 37px;
	position: absolute;
	left: 0;
	padding-left: 24px;
	box-sizing: border-box;
	bottom: 0;
	font-size: 16px;
	color: #fff;
	display: block;
}

.c3 .tab .f33>div>div {
	width: 100%;
	transition: .2s;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.pdh {
	padding: 70px 0 0 0;
	height: 336px;
}

.c4 {
	background: #0c3354;
}

.c4 h1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.5;
}

.c4 h1 span {
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	color: #b1bcc4;
}

.c4 h1>b {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	font-stretch: normal;
	color: #ffffff;
	display: block;
}

.c4 h1>b>b {
	font-size: 36px;
	color: #ffffff;
	display: block;
}

.c4 .fom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

.c4 .fom input {
	flex: 1;
	border: none;
	outline: none;
	margin-right: 10px;
	height: 49px;
	background: #fff;
	padding-left: 1em;
	font-size: 16px;
	color: #999;
}

.c4 .fom input:last-of-type {
	flex: 0 0 387px;
}

.c4 .fom span {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	background: #2c9cf0;
	cursor: pointer;
	line-height: 49px;
	flex: 0 0 150px;
	color: #fff;
	height: 49px;
	display: block;
	text-align: center;
}

.c5 {
	background: #fff;
}

.c50 {
	background: #f8f8f8;
}

.c5 .f43 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c5 .f43>div {
	background: #2c9cf0;
	height: 145px;
}

.c5 .f43>div h1 {
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	margin-top: 28px;
}

.c5 .f43>div p {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	color: #ffffff;
}

.c5 .f5 {
	margin-top: 110px;
}

.c5 .f5>div {
	width: 227px;
}

.c5 .f6 {
	margin-top: 4px;
}

.c5 .f6>div {
	width: 188px;
}

.pdfp {
	padding: 70px 0 55px 0;
}

.c6 {
	background: #fff;
}

.c6 .f7 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
}

.c6 .f7 div {
	overflow: hidden;
	width: 230px;
	height: 100px;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
}

.c6 .f7 div:hover img {
	transform: scale(1.1);
	transition: all .3s;
}

.c6 .f7 img {
	width: 100%;
	height: 100%;
}

.c6 a {
	width: 311px;
	height: 74px;
	border: 1px solid #2c9cf0;
	line-height: 72px;
	border-radius: 74px;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	margin-top: 70px;
	display: block;
	font-weight: normal;
	transition: .2s;
	color: #2c9cf0;
}

.c6 a:hover {
	background: #007aff;
	color: #fff;
}

.top {
	width: 100%;
	height: 67px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
	position: fixed;
	z-index: 99;
}

.top.add {
	background: rgba(0, 0, 0, 0.6);
}

.top .logo {
	float: left;
	margin-top: 14px;
	margin-left: 49px;
}

.btnsa {
	overflow: hidden;
	width: 175px;
	height: 50px;
	background: #fff;
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 50px;
	margin-top: 32px;
}

.btnsa:hover {
	color: #ff4304;
}

.top .menu {
	float: right;
}

.top .menu ul li {
	font-family: "Arial", "microsoft yahei";
	font-size: 14px;
	float: left;
	color: #fff;
	position: relative;
	line-height: 66px;
	margin: 0 8px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	min-width: 60px;
	text-align: center;
}

.top .menu ul li.cur>a {
	font-weight: bold;
	font-size: 16px;
}

.top .menu ul li:hover>a {
	font-weight: bold;
	font-size: 16px;
}

.top .menu ul li:first-child:after {
	display: none;
}

.top .menu ul li:first-child:before {
	display: none;
}

.top .menu ul li>a {
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 90px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.wid {
	width: 1307px;
	margin: 0 auto;
}

.top .menu ul li .erj li:after {
	content: '';
}

.top {
	background: rgba(0, 0, 0, 0.6);
}

.top .menu ul li:after {
	content: '/';
	position: absolute;
	left: -15px;
	top: 0;
	color: #757575;
	font-size: 16px;
}

.top .menu ul li.login .cover {
	float: left;
	position: relative;
}

.top .menu ul li.login .cover a.cover_a {
	display: inline-block;
	width: 90px;
	height: 33px;
	line-height: 33px;
	background: #38669F;
	margin-right: 10px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
}

.top .menu ul li.login .hover-login {
	display: none;
	position: absolute;
	width: 100px;
	top: 62px;
	background: #E5E5E5;
	left: -5px;
	border-radius: 3px;
	overflow: inherit !important;
}

.top .menu ul li.login .hover-login a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #38669F;
	border-radius: 2px;
}

.top .menu ul li.login .hover-login a:hover,
.top .menu ul li.login .hover-login a.active {
	background: #38669F;
	color: #fff;
}

.top .menu ul li.login .arrow {
	position: absolute;
	width: 11px;
	height: 11px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -5px;
	left: 45px;
	z-index: -1;
	background: #E5E5E5;
}

.h_nav li.menu2 .erj {
	width: 345px;
	height: 110px;
	left: -65px;
	padding-left: 70px;
}

.h_nav li.menu3 .erj {
	width: 355px;
	height: 120px;
	left: -85px;
}

.h_nav li.login .erj {
	width: 270px;
	height: 80px;
	left: -85px;
}

.h_nav li .erj {
	display: none;
	padding: 18px 25px;
	width: 120px;
	position: absolute;
	top: 67px;
	left: -10px;
	background: rgba(0, 0, 0, 0.6);
}

.h_nav li .erj li {
	background: none;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
	margin: 0;
	margin-right: 22px;
	margin-bottom: 15px;
	max-width: 120px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.h_nav li .erj a,
.h_nav li.cur .erj a {
	width: 100% !important;
	display: block;
	text-align: center;
	padding: 0 !important;
	margin: 0;
	color: rgba(255, 255, 255, 0.8) !important;
}

.h_nav li.cur .erj a:hover,
.h_nav li .erj a:hover,
.top .menu ul li .erj li:hover>a {
	font-size: 14px;
	font-weight: normal;
	color: #fff !important;
	text-decoration: none;
}

.h_nav li .erj li:hover {
	border-color: #fff;
}

.top .menu ul li .erj li.dmp span {
	display: inline-block;
	padding: 5px 0;
}

.top .tel {
	float: right;
	margin-left: 20px;
	line-height: 66px;
}

.top .tel p {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	font-family: CenturyGothic-Bold;
}

@media (max-width: 1250px) {
	.sss a {
		box-sizing: border-box;
		display: block;
		background-position: center center;
		height: 65vw;
		background-size: cover;
		padding-top: 50px;
		padding-left: 10px;
	}
	.sss a h1 {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		color: #ffffff;
		line-height: 1.5;
	}
	.sss a h2 {
		font-size: 12px;
		margin-top: 15px;
		font-weight: normal;
		line-height: 1.5;
		font-stretch: normal;
		color: #ffffff;
	}
	.sss a span {
		width: 100px;
		height: 30px;
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		margin-top: 15px;
		color: #000000;
		display: block;
		background: #fff;
		line-height: 30px;
		text-align: center;
	}
	.con {
		width: 100%;
	}
	.pd {
		padding: 15px;
	}
	.title h1 {
		font-size: 20px;
	}
	.title p {
		margin-top: 10px;
		font-size: 14px;
	}
	.f1 {
		flex-wrap: wrap;
		margin-top: 1px;
	}
	.f1>div {
		flex: 0 0 100%;
		margin-top: 15px;
	}
	.f1>div .img {
		height: 20vw;
		background-size: auto 40px;
		background-repeat: no-repeat;
		padding-top: 10px;
	}
	.f1>div .img h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.f1>div .img h2 {
		font-size: 12px;
		margin-top: 10px;
	}
	.f1>div .txt p {
		font-size: 12px;
		padding-bottom: .2rem;
	}
	.f1>div .txt ul li {
		font-size: 12px;
		width: 50%;
		text-align: center;
	}
	.f1>div .txt ul{
		padding-top: .2rem;
	}
	.f1>div .txt{
		padding-bottom: 0;
	}
	.c2 .f2 {
		flex-direction: column;
	}
	.c2 .f2 ul {
		width: 100%;
		display: flex;
		align-items: center;
		border: none;
		padding-left: 0;
		padding-right: 0;
		flex-wrap: wrap;
		height: auto !important;
		flex: auto;
	}
	.c2 .f2 ul li {
		font-size: 14px;
		line-height: 2.5;
		margin: 0 5px;
	}
	.c2 .f2 ul .active {
		font-size: 14px;
	}
	.c2 .f2>div {
		margin-top: 20px;
	}
	.c2 .f2 div {
		padding-left: 0;
		text-align: center;
	}
	.c2 .f2 div h1 {
		font-size: 16px;
	}
	.c2 .f2 div h2 {
		font-size: 12px;
	}
	.c2 .f2 div h3 {
		margin: 15px 0;
	}
	.c2 .f2 div h4 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.c2 .f2 div h4 a {
		margin: 0;
		width: 20%;
		font-size: 12px;
		margin-top: 15px;
	}
	.c3 .tab {
		margin-top: 15px;
	}
	.c3 .tab .tabt {
		margin-bottom: 15px;
	}
	.c3 .tab .tabt span {
		font-size: 12px;
		margin: 0 auto;
		width: 22%;
	}
	.c3 .tab .f33>div {
		flex: 0 0 48%;
		height: 30.33vw;
	}
	.c4 h1 span {
		font-size: 14px;
	}
	.c4 h1>b {
		font-size: 12px;
	}
	.c4 h1>b>b {
		font-size: 14px;
	}
	.c4 .fom {
		display: flex;
		margin-top: 15px;
		flex-direction: column;
	}
	.c4 .fom input {
		flex: auto;
		width: 100%;
		margin: 5px 0;
	}
	.c4 .fom input:last-of-type {
		flex: auto;
	}
	.c4 .fom span {
		width: 100%;
		flex: auto;
		margin-top: 10px;
	}
	.c5 .f5 {
		background: #2c9cf0;
		margin-top: 15px;
	}
	.c5 .f6 {
		background: #2c9cf0;
		margin-top: 0;
	}
	.c5 .f43 {
		align-items: flex-start;
	}
	.c5 .f43>div {
		height: auto;
		display: block;
		text-align: center;
	}
	.c5 .f43>div h1 {
		font-size: 14px;
	}
	.c5 .f43>div p {
		font-size: 12px;
	}
	.pdggw {
		padding: 15px;
	}
	.c6 .f7 {
		margin: 15px 0;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.c6 .f7 img {
		width: 33.3333%;
		height: auto;
	}
	.c6 a {
		width: 100px;
		height: 34px;
		font-size: 14px;
		line-height: 32px;
	}
	.top {
		display: none;
	}
	.header {
		display: block !important;
	}
	.pdaz {
		padding: 15px;
	}
	.pdwag {
		padding: 0;
		width: 100%;
		margin-top: .5rem;
	}
	.c5 .f43>div {
		width: 19%;
		height: 1.6rem;
		background: #2c9cf0;
	}
	.c5 .f5 {
		background: #fff;
	}
	.c5 .f43>div h1 {
		margin-top: .2rem;
		line-height: .35rem;
	}
	.c5 .f43>div p {
		margin-top: .1rem;
	}
	.c5 .f6 {
		background: #fff;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.f6 div {
		width: 33% !important;
		height: 1.6rem;
		margin-top: .03rem;
		background: #2c9cf0;
		float: left;
	}
	.f6 div h1 {
		font-size: .3rem !important;
		margin-top: .3rem !important;
	}
	.f6 div p {
		font-size: .2rem !important;
		margin-top: .3rem !important;
	}
	.c6 .f7 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.c6 .f7 div {
		width: 30%;
		height: 1rem;
		margin: .1rem;
	}
	.c6 .f7 div img {
		width: 100%;
		height: 100%;
	}
	.c6 a {
		margin-top: 1rem;
	}
	.btnsa {
		width: 2rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .2rem;
	}
	.footer {
		height: auto !important;
		padding-bottom: .4rem;
	}
	.footer .footer_mid .footer_top {
		display: block;
	}
	.about .about_fl .boxs span {
		font-size: .2rem;
		margin-right: .15rem;
	}
	.about .about_fl .boxs p {
		margin-right: .15rem;
	}
	.about .about_fl {
		padding-top: .3rem;
	}
	.ewm {
		width: 100%;
		float: none;
		display: flex;
		margin-bottom: .2rem;
		justify-content: center;
		margin-top: 0;
	}
	.ewm img {
		width: 1.2rem;
		margin-right: .15rem !important;
	}
	.ewm p {
		color: #fff;
	}
}


/*# sourceMappingURL=all.css.map */