body,
ul,
li,
div,
h1,
h3,
h2,
h4,
h5,
p {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑"
}
em, i {
    font-style: normal;
}

html,
body {
	background: #ffffff;
}


ul,
ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333333;
}
::-webkit-input-placeholder { /* Edge */
  color: #999999;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #999999;
}

::placeholder {
  color: #999999;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	max-width: 100%;
}

.header{
	background:url(../images/zt-bg.png) #000 no-repeat center center;
	height: 698px;
}
.top{
	margin-top: 48px;
}
.box1{
	background:url(../images/zt-bg1.jpg) #fff no-repeat center center;
	background-size: cover;
	padding: 90px 0px 60px 0px;
}
.box1-title{
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #F05A22;
}
.box1-desc{
	margin-top: 15px;
	color: #666666;
	font-size: 26px;
	text-align: center;
}
.box1-icon{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.box1-icon .item{
	width: 20%;
	margin-top: 60px;
	text-align: center;
}
.box1-icon .item span{
	display: block;
	margin-top: 10px;
	font-size: 20px;
	color: #4D4D4D;
}
.box1 .more{
	text-align: center;
	
}
.box1 .more a{
	font-size: 20px;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 60px;
	background-color: #F05A22;
}
.box2{
	position: relative;
	width: 100%;
	background: url(../images/zt-bg2.jpg) rgba(0, 0, 0, .3) no-repeat center center;
	background-blend-mode: multiply;
	background-size: cover;
	padding: 90px 0px;
}
.box2-title{
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.box2-desc{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	margin-top: 15px;
}
.box2-list{
	margin-top: 50px;
}
.con-top{
	background-color: #F05A22;
	padding: 10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}
.con-top .con-title{
	font-size: 20px;
	font-weight: bold;
}
.con-bottom{
	padding: 20px 15px;
	background: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	line-height: 20px;
	height: 220px;
	text-align: justify;
	clip-path: polygon(100% 0, calc(100% - 0px) 0, 100% 0px,
	100% calc(100% - 30px), calc(100% - 30px) 100%,
	100px 100%, 0 calc(100% - 0px), 0 0px);
	position: relative;
}
/* .con-bottom::after{
	width: 0;
	height: 0;
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	border: 10px #fff solid;
	border-bottom-color:transparent;
	border-right-color:transparent;
} */
.con-bottom em{
	font-weight: bold;
}
.box3{
	padding: 90px 0px;
}
.box3-title{
	color: #F05A22;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}
.box3-desc{
	font-size: 16px;
	color: #808080;
	text-align: center;
	margin-top: 15px;
}
.box3-list{
	margin-top: 50px;
}
.pic{
	margin-bottom: 30px;
}
.box4{
	background-color: #F2F2F2;
	padding: 50px 0px;
}
.foot-tel{
	display: flex;
}
.tel-content{
	padding-left: 30px;
	line-height: 40px;
	color: #808080;
	font-size: 22px;
}
.tel-content em a{
	font-weight: bold;
	font-size: 26px;
	color: #FF2A00;
}
.box5{
	background-color: #F2F2F2;
	padding: 50px 0px;
	border-top: 1px #999999 solid;
	
}
.foot-desc{
	color: #333333;
	font-size: 20px;
}
.foot-form{
	display: flex;
	margin-top: 15px;
}
.foot-form .form-group{
	margin-right: 20px;
	margin-bottom: 0;
}
.foot-form .form-group:nth-child(1),.foot-form .form-group:nth-child(2){
	width: 205px;
}
.foot-form .form-group:nth-child(3){
	width: 407px;
}
.foot-form .form-group:nth-child(4){
	width: 170px;
}
.foot-form .form-group:nth-child(5){
	width: 120px;
	margin-right: 0;
}
.foot-form .form-control{
	border-radius: 0;
	height: 40px;
	border: 1px #999999 solid;
}
.foot-form .btn{
	height: 40px;
}
.btn-tj{
	background-color: #F05A22;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}
.btn-zx{
	background-color: #FFA200;
	border-radius: 0;
	align-items: center;
	display: flex;
	color: #fff;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	display: block;
}


@media (min-width: 1200px){

}
@media (max-width:767px) {
	.tel-content{
		font-size: 12px;
		line-height: 20px;
	}
	.tel-content em a{
		font-size: 14px;
	}
	.tel-icon img{
		max-width: 40px;
	}
	.foot-tel{
		float: none;
	}
	.foot-ewm{
		float: none;
		text-align: center;
		margin-top: 15px;
	}
	.foot-form{
		display: inline-block;
		width: 100%;
	}
	.foot-form .form-group{
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.box4{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.logo img{
		max-height: 40px;
	}
	.top{
		margin-top: 20px;
	}
	.tel img{
		max-height: 30px;
	}
	.foot-desc{
		font-size: 16px;
	}
	.header{
		height: 290px;
		background-size: contain;
	}
	.box5{
		padding: 20px 0px;
	}
	.box3-title,.box2-title,.box1-title{
		font-size: 20px;
	}
	.box1-icon .item{
		margin-top: 30px;
	}
	.box2-desc{
		font-size: 12px;
	}
	.box1 .more a{
		margin-top: 30px;
	}
	.box1-icon .item span{
		font-size: 12px;
		height: 50px;
	}
	.box1-desc{
		font-size: 16px;
	}
	.box1-icon .item img{
		max-width: 60px;
	}
	.box3,.box2,.box1{
		padding: 50px 0px;
	}
	.con{
		margin-bottom: 15px;
	}
}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width: 1200px) {
	/* .container {
    width: 1300px;
} */
}
