* {
	margin: 0;
	padding: 0;
}

.head-box {
	background-color: rgba(0, 0, 0, .5);
	font-size: 1.125rem;
	padding: 0.5rem 0;
	overflow: hidden;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-box .logo,
.head-box .logo img {
	width: 12.5rem;
	height: 4.5rem;
	margin: 0 1.25rem;
}

.head-box .nav-box {
	display: flex;
	align-items: center;
	margin: 0 1.875rem;
}

.head-box li {
	padding: 0 1rem;
	text-align: center;
	cursor: pointer;
}

.head-box .nav-box a {
	color: #fff;
}

.head-box li:hover a {
	color: #ed5317;
}

.video_player {
	width: 100%;
	max-height: 62.5rem;
	overflow: hidden;
	position: relative;
}

.video_player video {
	width: 100%;
}

.video_player .video-mgs {
	position: absolute;
	mim-width: 75rem;
	max-width: 100rem;
	width: 75rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video_player .video-mgs .all {
	color: #fff;
	font-size: 3rem;
}

.video_player .video-mgs .per {
	color: #ed5317;
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

.video_player .video-mgs .text {
	color: #fff;
	font-size: 1.6rem;
	margin-top: .8rem;
}

.i_head {
	width: 100%;
	height: 7rem;
	margin: 0px auto;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #ddd;
}

.i_head span {
	display: block;
	height: 3.75rem;
	line-height: 3.75rem;
	padding-top: 0.9375rem;
	font-size: 2rem;
	color: #000;
}

.i_head em {
	display: block;
	width: 5rem;
	height: 2px;
	background: #ed5317;
	margin: 0px auto;
	position: relative;
	z-index: 99;
	bottom: -0.9rem;
}

.industry-box {
	background-image: url(../upload/banner_more.jpg);
	background-size: cover;
	color: #fff;
}

.industry-box span {
	color: #fff;
}

.industry-main {
	width: 75rem;
	margin: 0 auto;
	padding: 6rem 0 4rem;
}

.industry-main .sup-indus {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	font-size: 1.25rem;
}

.industry-main .sup-indus img {
	width: 10rem;
	height: 10rem;
	cursor: pointer;
	transition: all 1s ease;
	margin-bottom: 0.625rem;
}

.industry-main .sup-indus li:hover img {
	transform: rotate(360deg);
}

.industry-main .sup-indus li:hover p {
	font-weight: bold;
}

.flow-main {
	width: 75rem;
	margin: 0 auto;
	padding: 6rem 0 5rem;
}

.flow-main .sup-flow {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	font-size: 1.25rem;
}

.flow-main .sup-flow li {
	width: 10rem;
	height: 11.5rem;
	cursor: pointer;
	border: 1px solid #ddd;
}

.flow-main .sup-flow li p:first-child {
	padding-top: 1.25rem;
}

.flow-main .sup-flow li p:nth-child(2) {
	padding: 1.25rem 0 1rem;
	font-size: 1.625rem;
}

.flow-main .sup-flow li:hover {
	color: #ed5317;
}

.service-box {
	background-image: url(../upload/banner_more1.jpg);
	background-size: cover;
	color: #fff;
}

.service-box span {
	color: #fff;
}

.service-main {
	width: 75rem;
	margin: 0 auto;
	padding: 6rem 0 5rem;
}

.service-main .sup-sev {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	font-size: 1.25rem;
}

.service-main .sup-sev li {
	width: 12rem;
	height: 12rem;
	cursor: pointer;
	border: 1px solid #ddd;
}

.service-main .sup-sev li p:first-child {
	font-weight: bold;
	font-size: 1.5rem;
	padding: 1.875rem 0;
}

.service-main .sup-sev li p:last-child {
	padding: 0 0.625rem;
	font-size: 1rem;
	text-align: left;
}

.service-main .sup-sev li:hover {
	position: relative;
	top: -10px;
	background-color: rgba(255, 255, 255, .5);
	color: #ed5317;
}

.us-box {
	width: 75rem;
	margin: 0 auto;
	padding: 3rem 0;
}

.form-main {
	border: 1px solid #eee;
	box-shadow: 0 4px 4px #eee;
	padding: 1.875rem;
}

.form-main .form-name {
	font-size: 2rem;
	color: #333;
	text-align: center;
	font-weight: 600;
}

.form-main .form-news {
	font-size: 1.375rem;
	color: #333;
	text-align: center;
	padding-top: 0.625rem;
}

.form-main .form-news span {
	color: #0069FF;
}

.form-box .ipt-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-box .ipt-box p {
	width: 30%;
	padding: 1.875rem 0;
}

.form-box .ipt-box p input {
	width: 90%;
	border: 1px solid #eee;
	line-height: 3rem;
	padding: 0 5%;
	font-size: 1.125rem;
}

.form-box p textarea {
	width: 96%;
	padding: 2%;
	min-height: 7.5rem;
	border: 1px solid #eee;
	font-size: 1.125rem;
}

.form-box p:last-child {
	display: flex;
	justify-content: end;
}

.form-box p button {
	background-color: #3587FC;
	border-radius: 4px;
	width: 11.25rem;
	height: 3.625rem;
	font-size: 1.25rem;
	color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
	margin: 2rem 0 2.375rem;
}

.form-box p button:hover {
	background-color: #1d7aff;
}

.tel-box {
	position: fixed;
	left: 30px;
	bottom: 300px;
	background-color: #fff;
	border-radius: 10px;
	padding: 5px;
	width: 45px;
	height: 45px;
	cursor: pointer;
}

.tel-box .tel {
	width: 45px;
	height: 45px;
}

.tel-box:hover .phone {
	display: block;
}

.tel-box .phone {
	background-color: rgba(255, 255, 255, .8);
	height: 55px;
	width: 8.5rem;
	padding-left: 0.5rem;
	text-align: center;
	border-radius: 0 10px 10px 0;
	line-height: 55px;
	position: absolute;
	left: 45px;
	top: 0;
	z-index: -1;
	font-weight: 600;
	display: none;
	color: #0069FF;
}

.foot-box {
	background-color: #333;
	padding: 1rem 0;
}

.foot-box .footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.625rem 2rem;
	color: #fff;
}

.foot-box .footer a {
	margin: 0 0.1rem;
	color: #fff;
}

/*about*/
a {
	text-decoration: none;
}
ul,
ol {
	list-style: none;
}
em,
i {
	font-style: normal;
}

.banner_s {
	width: 100%;
	height: auto;
	min-width: 1000px;
	max-height: 31.25rem;
	overflow: hidden;
}

.banner_s img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.scd_bg {
	width: 100%;
	min-width: 1000px;
	/* background-image: url(../images/bg_f.jpg); */
	background-repeat: no-repeat;
	background-size: 100% auto;
	/* background-color: #eee; */
}

.scd {
	width: 1200px;
	margin: 0px auto;
	padding: 20px 0 70px;
}

.pst {
	width: 985px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	background: url(../images/icon3.png) no-repeat left center;
	font-size: 16px;
	color: #333;
	text-align: left;
}

.pst a {
	font-size: 16px;
	color: #333;
	margin: 0 5px;
}

.s_name {
	width: 100%;
	height: 70px;
	text-align: center;
	margin-bottom: 30px;
}

.s_name a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 120px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background: #000;
	color: #FFF;
	font-size: 18px;
	vertical-align: top;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.p_name a {
	background: #715555;
	margin: 0 10px;
}

.p_name a:hover,
.p_name a.on {
	background: #000;
}

.about {
	width: 1200px;
	margin: 0px auto;
}

.about dl {
	width: 700px;
	height: 420px;
	border: 5px solid #A6A6A6;
	margin: 0px auto;
	position: relative;
}

.about dl dt {
	width: 395px;
	height: 320px;
	float: left;
	margin-left: -190px;
	position: relative;
	z-index: 9;
	margin-top: 45px;
}

.about dl dt img {
	width: 350px;
	height: 320px;
	vertical-align: top;
}

.about dl dd {
	width: 600px;
	float: right;
	margin-right: -200px;
	position: relative;
	z-index: 9;
	background: #fff;
	padding: 40px 0;
	text-align: left;
	line-height: 2;
	font-size: 18px;
	color: #000;
	margin-top: 75px;
	height: 180px;
	overflow: hidden;
}
.about-img{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 3.125rem;
}
.about-img img{
	width: 100%;
}
.map-box{
	width: 75rem;
	margin: 0 auto;
	padding: 1.875rem 0;
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
}
.map-mgs{
	width: 500px;
	padding-left: 80px;
	margin-top: 3.125rem;
}
.map-mgs .sy{
	font-size: 2rem;
	color: #ed5317;
}
.map-mgs .sy-text{
	font-size: 1.125rem;
	color: #333;
	margin: 20px 0 30px;
}
.map-mgs .sy-text p{
	margin-bottom: 10px;
}