*{
	margin: 0;
	padding: 0;
}
.header{
	width: 100%;
	background: #20232c;
}
.top{
	width: 1600px;
	height: 70px;
	line-height: 70px;
	margin: auto;
}
.top-left {
	float: left;
}
.top-left img{
	float: left;
	height: 66px;
	margin-top: 2px;
}
.top-left .nav{
	float: left;
	height: 50px;
	margin-left: 60px;
}
.nav a{
	font-size: 15px;
	font-weight: 500;
	color: #bdbdbd;
	text-decoration: none;
	padding: 0 30px;
}
.nav .active{
	color: #FFFFFF;
}
.nav a:hover{
	color: #FFFFFF;
}
.search{
	float: right;
	margin-top: 20px;
}
.search input{
	float: left;
	width: 150px;
	height: 25px;
	border: 1px solid #CCC;
	background: #FFFFFF;
}
.search button{
	display: block;
	float: left;
	background: #CE3202;
	border: none;
	height: 27px;
	width: 50px;
	color: #FFFFFF;
}
.home{
	width: 1000px;
	height: 900px;
	margin: 20px auto;
}
.home-left{
	float: left;
	width: 760px;
}
.ban{
	width: 760px;
	height: 350px;
}
.swiper {
	position: relative;
	width: 760px;
	height: 350px;
	margin: 0 auto 60px auto;
	overflow: hidden;
}

.wrap {
	position: relative;
	width: 760px;
	height: 350px;
	margin: 15px auto;
	overflow: hidden;
}

.warp ul {
	position: absolute;
}

.wrap ul li {
	width: 760px;
	height: 350px;
}

.wrap ul li img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.wrap ol {
	position: absolute;
	right: 5%;
	bottom: 40px;
}

.wrap ol li {
	list-style: none;
	height: 5px;
	width: 30px;
	border: 1px solid #FFF;
	border-radius: 5px;
	margin-left: 12px;
	color: #959490;
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: 0px;
}

.wrap ol .on {
	background: #FFFFFF;
}
.home-right{
	float: right;
	width: 200px;
}
.home-use h4{
	font-size: 16px;
	color: #666;
	letter-spacing: 2px;
	margin: 10px 0;
}
.home-use ul{
	width: 100%;
	height: 200px;
}
.home-use ul li{
	list-style: none;
	float: left;
	width: 140px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.home-use ul li a{
	text-decoration: none;
	color: #333;
}
.home-use ul li:nth-child(5n+5){
	margin-right: 0;
}
.home-use ul li img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.home-use ul li p{
	font-size: 15px;
	font-weight: 550;
}
.home-right h4{
	font-size: 16px;
	color: #666;
	letter-spacing: 2px;
	margin: 10px 0;
}
.home-right ul{
	border: 1px solid #CCCCCC;
}
.home-right ul li{
	list-style: none;
	width: 100%;
	height: 50px;
	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.home-right ul li img{
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	object-fit: cover;
}
.home-right ul li div{
	float: left;
	margin-left: 10px;
}
.home-right ul li div p{
	font-size: 15px;
	color: #FCBD50;
}
.home-right ul li div span{
	font-size: 12px;
	font-weight: 540;
}
.home-zl>img{
	width: 100%;
	margin-bottom: 10px;
}
.home-zl .ewm{
	display: block;
	width: 140px;
	height: 140px;
	margin: 20px auto;
}
.home-zl h5{
	text-align: center;
	color: #959490;
}
.footer{
	background: #20232c;
	text-align: center;
	padding: 10px 0;
	color: #F2F2F2;
}
.footer a{
	color: #f2f2f2;
	font-size: 13px;
	margin: 0 6px;
	font-weight: 530;
	text-decoration: none;
}
.footer p{
	font-size: 13px;
	margin-top: 10px;
	color: #959490;
}
.jq-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.jq-list img{
	width: 300px;
	height: 160px;
	object-fit: cover;
}
.jql-text{
	width: 650px;
	margin-right: 20px;
}
.jql-text h4{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
.jql-text p{
	font-size: 15px;
	color: #666;
	line-height: 1.6;
}
.yy,.xj{
	width: 1000px;
}
.yy ul li{
	width: 150px;
	margin-right: 20px;
}
.yy ul li:nth-child(5n+5){
	margin-right: 20px;
}
.yy ul li:nth-child(6n+6){
	margin-right: 0;
}
.xj-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xj-list{
	width: 45%;
	margin-bottom: 20px;
	padding: 2%;
	background: #F2F2F2;
}
.xj-list img{
	width: 100%;
}
.xj-list h4{
	font-size: 18px;
	color: #000;
}
.xj-list p{
	line-height: 1.6;
	font-size: 14px;
}


.public-width {
	width: 1200px;
	margin: auto;
}
.box-title {
	color: #333;
}
.box-title h3{
	border-left: 3px solid #333;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}
.box-text {
	display: flex;
	margin: 20px 0;
	justify-content: space-between;
	color: #333;
}
.home-img img{
	width: 550px;
}
.box-text .img-l{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	object-fit: cover;
}
.box-text .img-l img{
	max-width: 80%;
}
.box-text div{
	width: 750px;
}
.box-text p{
	line-height: 1.8;
	text-indent: 2em;
	margin: 10px 0;
}
.bylj {
	background-color: #FFFFFF;
	padding: 20px;
	margin: 20px 0;
}
.zuopin{
	margin: 20px 0;
}
.zuopin ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zuopin ul li{
	list-style: none;
	width: 24%;
	text-align: center;
	margin: 10px 0;
	background: #FFFFFF;
	border-radius: 6px;
}
.zuopin ul li img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.zuopin ul li span{
	display: block;
	padding: 10px 0;
	font-size: 16px;
}
.footer{
	width: 100%;
	padding: 10px 0;
	color: #FFFFFF;
	background: #000;
	text-align: center;
}
.whiteBg{
	background: #FFFFFF;
	padding: 10px;
	color: #232323;
	border-radius: 6px;
}
.box-text h3 span{
	background: #C95B45;
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 12px;
	margin-right: 10px;
	border-radius: 10px;
}
.whiteBg p{
	text-indent: 0;
}
.ry{
	background: #FFFFFF;
	padding: 10px;
	margin: 20px 0;
}
.ry ul {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.ry ul li{
	display: flex;
	justify-content: center;
	width: 20%;
	list-style: none
}
.ry ul li img{
	width: 100%;
	display: block;
}

.img-push{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 50px auto;
}
.img-push-left{
	position: relative;
	width: 600px;
	height: 460px;
}
.img-push-right{
	position: relative;
	width: 580px;
	height: 460px;
}
.img-push-right ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img-push-right ul li {
	list-style: none;
	position: relative;
	width: 280px;
	height: 220px;
	margin-bottom: 20px;
}
.img-push img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-push p{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	width: 80%;
	padding: 4%;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.4);
}
.web-section {
    padding: 20px 0;
}
.container {
    width: 100%;
    /* margin: 0 auto; */
}
.web-message {
    border: 1px solid #ddd;
    padding: 50px 300px;
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 15px;
}
.form-label {
    float: left;
    line-height: 34px;
    width: 120px;
    text-align: right;
}
.form-label span {
    color: #d82634;
}
.form-content {
    margin-left: 130px;
}
.form-control {
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    width: 600px;
    display: inline-block;
    vertical-align: top;
}
.form-submit {
    padding: 6px 22px;
    color: #fff;
    background-color: #d82634;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}
.form-button {
    padding: 6px 22px;
    color: #fff;
    background-color: #767676;
    border: 0;
	cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}