﻿@charset "UTF-8";

/* 全局样式 */

h1 {
	font-size: 42px;
	color: #bd5400;
	line-height: 162px;
	text-align: center;
}

h2 {
	font-size: 24px;
	color: #bd5400;
	line-height: 60px;
	text-align: center;
}

.sub-banner-box {
	width: 100%;
	height: 566px;
	overflow: v;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-width: 1200px;
	position: relative;
	overflow: visible;
}

.sub-banner-box .sub-banner {
	width: 1200px;
	height: 566px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.sub-banner-box .sub-banner img {
	display: block;
	width: 695px;
	height: 215px;
	position: absolute;
	left: 50%;
	margin-left: -347.5px;
	top: 140px;
}

.sub-banner-box .project-title {
	width: 100%;
	height: 93px;
	position: absolute;
	left: 0px;
	bottom: -84px;
	background-image: url(../images/img02.png);
	background-size: 100% 73px;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.sub-banner-box .project-title h1 {
	color: #ffffff;
	line-height: 67px;
	text-align: center;
}

.sub-banner-box .project-title p {
	font-size: 18px;
	text-align: center;
	color: #bd5400;
}

.content-main {
	width: 100%;
	overflow: hidden;
	padding-top: 120px;
}

.content-main .main-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 100px;
}

.content-main .main-box-two {
	padding-top: 60px;
	padding-bottom: 0px;
}

.content-main .main-box .p1 {
	font-size: 18px;
	line-height: 30px;
	color: #585858;
	padding: 0 96px;
}

.content-main .main-box .img {
	display: block;
	margin: 0 auto;
}

.jnd-advantage {
	width: 100%;
	height: auto;
	margin-bottom: 90px;
}

.jnd-advantage li {
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
}

.jnd-advantage li p {
	color: #585858;
	text-align: center;
}

.content-main .form-box {
	width: 100%;
	background-color: #bd5400;
	overflow: hidden;
	padding: 25px 0;
}

.ym-jnd {
	width: 100%;
}

.ym-jnd li {
	width: 28.33%;
	height: 120px;
	overflow: hidden;
	float: left;
	margin-left: 5.0%;
	margin-bottom: 30px;
}

.ym-jnd li .img-2 {
	width: 45px;
	height: 43px;
	float: left;
}

.ym-jnd li h2 {
	line-height: 43px;
	padding-left: 10px;
	float: left;
	text-align: left;
}

.ym-jnd li p {
	padding-left: 55px;
	font-size: 18px;
	line-height: 24px;
	color: #272727;
	float: left;
}

.jnd-checkBox {
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin-bottom: 15px;
}

.jnd-checkBox .object {
	width: 300px;
	height: auto;
	overflow: hidden;
	float: left;
}

.jnd-checkBox .object li {
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 60px;
	font-weight: bold;
	background-color: #c90000;
	border-bottom: 1px solid #ffffff;
}

.jnd-checkBox .object li:last-child,
.jnd-checkBox .option li:last-child {
	border-bottom: 0;
}

.jnd-checkBox .option {
	width: 600px;
	height: auto;
	overflow: hidden;
	float: left;
}

.jnd-checkBox .option li {
	width: 100%;
	height: 40px;
	padding: 10px 0;
	border-bottom: 1px solid #bfbfbf;
}

.jnd-checkBox .option li div {
	width: 30%;
	height: 40px;
	padding-left: 20px;
	float: left;
	overflow: hidden;
}

.jnd-checkBox .option li label {
	display: inline-block;
	position: relative;
	height: 40px;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	font-size: 18px;
	line-height: 40px;
	color: #000000;
	float: left;
}

.jnd-checkBox .option li input[type='radio'] {
	width: 20px;
	height: 20px;
	float: left;
	opacity: 0;
	margin: 10px 0;
	margin-left: 5px;
}

.jnd-checkBox .option li label:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid #c90000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #ffffff;
}

.jnd-checkBox .option li label:after {
	content: '';
	position: absolute;
	left: -25px;
	top: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
}

.jnd-checkBox .option li input[type='radio']:checked+label:after {
	content: "\2713";
	color: #c90000;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.jnd-form {
	width: 580px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.jnd-form .input-box {
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}

.jnd-form .input-box:last-child {
	margin-bottom: 0px;
}

.jnd-form .input-box input[type='text'] {
	width: 560px;
	height: 60px;
	padding: 0 10px;
	line-height: 60px;
	font-size: 16px;
	color: #000000;
}

.jnd-form button {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	color: #bd5400;
	cursor: pointer;
}

input::-moz-placeholder {
	color: inherit;
}

input::placeholder {
	color: inherit;
}

.img-phone{
	display: block;
	margin: 0 auto;
	padding: 40px 0 120px 0;
}