.banner {
	background: #000b27;
}
.banner1 {
	width: 52%;
	display: inline-block;
	color: #fff;
	vertical-align: top;
	padding: 50px 60px 0 150px;
	
}
.banner1 h2 {
	font-weight: 700;
}
.banner2 {
	width: 47%;
	display: inline-block;
	position: relative;
}
.banner2:after {
    background: linear-gradient(90deg,#000b27 0,rgba(0,11,39,.987) 8.1%,rgba(0,11,39,.951) 15.5%,rgba(0,11,39,.896) 22.5%,rgba(0,11,39,.825) 29%,rgba(0,11,39,.741) 35.3%,rgba(0,11,39,.648) 41.2%,rgba(0,11,39,.55) 47.1%,rgba(0,11,39,.45) 52.9%,rgba(0,11,39,.352) 58.8%,rgba(0,11,39,.259) 64.7%,rgba(0,11,39,.175) 71%,rgba(0,11,39,.104) 77.5%,rgba(0,11,39,.049) 84.5%,rgba(0,11,39,.013) 91.9%,transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 20%;
    z-index: 2
}
.banner .btn {
	margin-top: 10px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	background: #1E1E1E;
	color: #fff;
	border: 1px solid #1E1E1E;
	font-weight: 600;
}
.banner .btn:hover {
	background: unset;
	color: #fff;
	border: 1px solid #fff;
}
@media (max-width: 767px) {
	.banner1 {
		width: 100%;
		padding: 20px;
	}
	.banner2 {
		width: 100%;
	}
}

.fuwu1 {
	width: 30%;
	height: 300px;
	display: inline-block;
	margin: 1%;
	vertical-align: top;
	padding: 15px;
	box-shadow: 0px 10px 30px #0000000d;
}
.fuwu1 .xuhao {
	background: #333;
	width: 20%;
	margin: auto;
	padding: 13px 0;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	border-radius: 2px;
}
.fuwu1 h3 {
	text-align: center;
}

@media (max-width: 767px) {
	.fuwu1 {
		width: 98%;
		height: auto;
	}
}

.section-header {
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
}

.section-header h2 {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 30px;
	line-height: 3.125rem;
	position: relative;
}


.sub-heading {
	margin-top: 10px;
}

.four {
    width: 1200px;
    margin: 0 auto;
}
.four-3 {
    padding: 0px 0 0 0;
    color: #fff;
}
.four-3 ul {
    overflow: hidden;
}
.four-3 ul li {
    float: left;
    width: 30%;
    margin: 1.5%;
    border-radius: 16px;
	height: 180px;
	border: 1px solid #dedede;
}
.four-3 .four-3-r {
    color: #000;
	padding: 20px;
}
.four-3 .four-3-r h3 {
    font-size: 18px;
    padding: 5px 0;
	font-weight: 700;
	position: relative;
	margin-top: 10px;
}
.four-3 .four-3-r h3:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #ea5413;
}
.four-3 .four-3-r p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
@media (max-width: 580px) {
	.four {
		width: 98%;
	}
	.four-3 ul {
		padding: 0;
		margin: 0;
	}
	.four-3 ul li {
		width: 97%;
		margin-bottom: 10px;
		min-height: auto;
		height: 130px;
	}

	.four-3 .four-3-r {
		padding: 0 10px;
	}
	.four-3 .four-3-r h5 {
		font-size: 18px;
	}
	.four-3 .four-3-r p {
		font-size: 14px;
	}
}

.omain {
	width: 1200px;
	margin: 40px auto;
}
.lbym1 {
	width: 30%;
	display: inline-block;
	margin: 1%;
	padding: 20px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.lbym1 h3 {
	font-weight: 700;
	margin-bottom: 30px;
}
.lbym1 h3:before {
    content: "";
    display: inline-block;
    height: 28px;
    width: 3px;
    background: #ea5413;
    background-size: 100%;
    vertical-align: bottom;
    margin-right: 15px;
}
@media (max-width: 580px) {
	.lbym1 {
		width: 47%;
	}
}

.tcb_list {
	margin-bottom: 40px;
	text-align: center;
}
.curen {
	color: #ff5202;
}
.tcb_list ul {
	padding: 0;
	margin: 0;
}
.tcb_list li{
    text-align: center;
    display: inline-block;
    border-radius: 4PX;
    cursor: pointer;
    padding: 8PX 40PX;
	line-height: normal;
	font-size: 20px;
}
.tcb_list li:hover {
	color: #ff5202;
}
.tcb_list li img {
	height: 18PX;
    margin-right: 10PX;
    width: 18PX;
	border-radius: 50%;
	vertical-align: text-bottom;
}
.line{
    background-color: rgb(225, 221, 221);
    width: 1px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}


.stm1 {
	width: 30%;
	display: inline-block;
	margin: 1%;
	padding: 30px;
	transition: var(--stk-transition-default, all var(--stk-transition-duration, .12s) cubic-bezier(.45,.05,.55,.95), flex 0s, max-width 0s, visibility 0s);
	border: 1px solid #edeff2;
	text-align: center;
	border-radius: 5px;
}
.stm1 img {
	width: 25%;
}
.stm1 h3 {
	font-weight: 700;
	margin-bottom: 30px;
	color: #000;
}
.stm1 p {
	font-weight: 700;
	margin-bottom: 30px;
	color: #5a5a5a;
}
.stm1 a {
	background: #fff;
	color: #da5417;
	border: 1px solid #da5417;
	border-radius: 5px;
	padding: 15px 30px;
}
.stm1 a:hover {
	background: #da5417;
	color: #fff;
}
.stm1:hover {
	    border: 1px solid transparent;
	border-bottom: 4px solid #da5417;
	-webkit-box-shadow: 0 4PX 16PX 0 rgba(19, 20, 26, .1);
    box-shadow: 0 4PX 16PX #13141a1a;
    -webkit-transform: translateY(-20PX);
    -ms-transform: translateY(-20PX);
	transform: translateY(-20PX);
	    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}
@media (max-width: 580px) {
	.stm1 {
		width: 47%;
	}
}

.wakecontrol {
    width: 1200px;
    margin: 40px auto;
    position: relative;
}
.wakecontrol .mainbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.wakecontrol .wakecore-section {
    width: 100%;
    height: 540px;
    overflow: hidden;
     background: #f8f8f8b0;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 44px 16px 50px;
    position: relative;
	border-radius: 10px;
}
.wakecontrol .wakecore-section.visible .wakecore-sctontent {
    transform: translate(0,-50%);
}
.wakecontrol .wakecore-section .wakecore-sctontent {
    position: absolute;
    width: 500px;
    left: 68px;
    top: 50%;
    transform: translate(-200px,-50%);
    transition: all 1s;
}
.wakecontrol .wakecore-section .wakecore-sctontent .wakecore-title {
    display: block;
    font-family: PingFangSC-Semibold,PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,"微软雅黑",Arial;
    font-size: 22px;
    display: block;
    font-weight: 600;
    text-align: left;
    color: #48486a;
    line-height: 25px;
}
.wakecontrol .wakecore-section .wakecore-sctontent .wakecoure-descp {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #8c8d9e;
    line-height: 28px;
}
.wakecontrol .wakecore-section .wakecore-sctontent .x-tit {
	color: #ea5413;
	margin: 20px 0 10px;
	font-weight: 700;
}
.wakecontrol .wakecore-section .wakecore-sctontent ul li {
	list-style-type: circle;
}
.wakecontrol .wakecore-section .wakecore-sctontent ul li::marker {
	color: #ea5413;
	font-weight: 700;
	font-size: 18px;
}
.wakecontrol .wakecore-section.visible img {
    transform: translate(0,0);
    opacity: 1;
}

.wakecontrol .wakecore-section img {
    max-width: 500px;
    max-height: 556px;
    float: right;
    margin-right: 0;
    transform: translate(200px,0);
    opacity: 0;
    transition: all 1s;
}
.wakecontrol .wakecore-section:nth-child(2n).visible .wakecore-sctontent {
    transform: translate(0,-50%);
}
.wakecontrol .wakecore-section:nth-child(2n) .wakecore-sctontent {
    left: unset;
    right: 80px;
    transform: translate(200px,-50%);
}
.wakecontrol .wakecore-section:nth-child(2n).visible img {
    transform: translate(0,0);
    opacity: 1;
}
.wakecontrol .wakecore-section:nth-child(2n) img {
    float: left;
    margin-left: 0;
    transform: translate(-200px,0);
}
@media screen and (max-width: 768px) {
	.wakecontrol {
		width: 100%;
		padding: 0 10px;
	}
	.tcb_list li {
		padding: 8PX 10PX;
		font-size: 14px;
	}
	.wakecontrol .wakecore-section .wakecore-sctontent {
		position: unset;
		width: 100%;
	}
	.wakecontrol .wakecore-section img {
		max-width: 90%;
		max-height: 100%;
	}
	.wakecontrol .wakecore-section.visible .wakecore-sctontent {
		transform: unset;
	}
	.wakecontrol .wakecore-section:nth-child(2n).visible .wakecore-sctontent {
		transform: unset;
	}
	.wakecontrol .wakecore-section {
		height: auto;
	}
}
.line_01 {
    background-color: #ffffff;
}
.omain {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.titleBox1 {
    margin: 60px 0 0;
}
.titleT1 {
    color: #2f2f2f;
    font-size: 30px;
    font-weight: bold;
    line-height: 68px;
    text-align: center;
}
.line_02List {
    margin-top: 20px;
    display: inline-block;
	padding: 0;
}
.line_02List li:nth-child(5), .line_02List li:nth-child(6), .line_02List li:nth-child(7), .line_02List li:nth-child(8) {
     height: 200px;
}
.line_02List li {
    width: 270px;
    height: 220px;
    float: left;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-right: 22px;
	margin-bottom: 22px;
}
.listTextBox {
    padding: 15px 20px;
}
.listTextBox strong {
    font-weight: bold;
}
.listT {
	position: relative;
    font-size: 18px;
    display: block;
    padding-bottom: 15px;
	margin-bottom: 10px;
}
.listT:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ea5413;
}
.listB {
    font-size: 16px;
    line-height: 26px;
	display: block;
}

@media (max-width: 767px) {
	.titleBox1 {
		margin-top: 40px;
	}
	.titleBox1 .titleT1 {
		font-size: 20px;
	}
	.line_02List li {
		width: 100%;
		margin-bottom: 22px;
	}
}

.ymtj1 {
	width: 30%;
	padding: 50px;
	display: inline-block;
	height: 400px;
	background: #e1e8ed;
}
.ymtj1 h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	position: relative;
    padding-bottom: 25px;
	margin-bottom: 20px;
}
.ymtj1 h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #000;
}
.ymtj2 {
	width: 69%;
	display: inline-block;
	height: 400px;
	vertical-align: top;
}
.ymtj2-1 {
	width: 30%;
	height: 181px;
	display: inline-block;
	margin: 1%;
	vertical-align: top;
	padding: 15px;
	border: 1px solid #eee;
}
.ymtj2-1:hover {
	box-shadow: 0px 10px 30px #0000000d;
	border: unset;
}
.ymtj2-1 h3 {
	font-size: 25px;
	font-weight: 700;
	margin-top: 0;
}

.ymsq1 {
	width: 22.5%;
	margin: 1%;
	display:inline-block;
	padding: 10px;
	vertical-align: top;
}
.ymsq1:hover {
	box-shadow: 0px 10px 30px #0000000d;
}
.ymsq1 h3 {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 767px) {
	.omain {
		width: 100%;
		padding: 0 10px;
	}
	.ymtj1, .ymtj2 {
		width: 100%;
		height: auto;
	}
	.ymtj2-1 {
		width: 47%;
	}
	.ymsq1 {
		width: 47%;
	}
}