@import "rubik.css";

body {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 100%;
	width: 100%;
	color: #666;
	font-family:
		/*'PingFang SC',*/
		'微软雅黑', 'Microsoft YaHei', 'STHeiti', 'Gotham';
	overflow-x: hidden
}

img,
input,
button,
select,
textarea {
	margin: 0;
	padding: 0;
	resize: none;
	border: none;
	outline: none;
	vertical-align: middle
}

ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
b,
em {
	font-size: 100%;
	word-wrap: break-word;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	color: #666
}

a:active,
a:focus,
a:hover {
	outline: none;
	color: #c7000a
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
select {
	-webkit-appearance: none;
}

div,
ul,
li,
span,
p,
i,
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
submit,
textarea {
	box-sizing: border-box;
	outline: none;
}

* {
	box-sizing: border-box
}

.toTop {
	position: fixed;
	bottom: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/totop.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1000;
	display: none;
	opacity: 0.7
}

.toTop:hover {
	background: url(../images/totophover.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1.0
}

.boxTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 100px;
	background: #fff;
	padding: 0 1%;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.016), 0px 0px 13.5px rgba(0, 0, 0, 0.024), 0px 0px 48px rgba(0, 0, 0, 0.04);
}

.boxTop1 {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	text-align: right
}

.logo {
	position: absolute;
	left: 20px;
	top: 15px;
	height: 70px;
}

@font-face {
	font-family: "DINCond";
	src: url("../fonts/dincond.woff2") format("woff2"), url("../css/font/DINCond/DINCond.woff") format("woff"), url("../fonts/dincond.ttf") format("truetype"), url("../fonts/dincond.eot") format("embedded-opentype"), url("../fonts/dincond.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.w1440 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.w1480 {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

@keyframes ANavI {
	0% {
		width: 0;
		left: 50%;
	}

	100% {
		width: 100%;
		left: 0;
	}
}

.boxNav {
	height: 100px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.boxNav li {
	display: inline-block;
	position: relative;
	/*padding:0 25px; margin:0 20px; */
	padding: 0 25px;
	margin: 0 10px;
}

.boxNav li span a {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 96px;
	color: #555
}

.boxNav li span a:hover {
	color: #068ffe
}

.boxNav li span i {
	height: 4px;
	background: #068ffe;
	width: 100%;
	position: absolute;
	top: 96px;
	left: 0;
	display: none
}

.boxNav li .on i {
	display: block;
	animation: ANavI 0.3s
}

.boxNav li .on a {
	color: #068ffe
}

.boxNav li div {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100vw;
	text-align: left;
	background: rgba(69, 68, 69, 0.7);
	z-index: 2;
	display: none;
	padding: 0 0 0 10px
}

.boxNav li div a {
	display: inline-block;
	font-size: 13px;
	padding: 0 15px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	opacity: 0.7
}

.boxNav li div a:hover {
	color: #fff;
	opacity: 1
}

.boxNav li:last-child {}

/*--------------------mTop------------------------*/
.boxTopM {
	width: 100vw;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	background: #fff
}

.logoM {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 40px;
}

.boxTopM font {
	background: url(../images/icolinktop.png) no-repeat center left;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	padding: 0 0 0 24px;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 60px;
}

.openMenu {
	width: 55px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/openmenu.png) no-repeat center/cover;
	z-index: 2000;
}

.closeMenu {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: -60px;
	background: #fff url(../images/closemenu.png) no-repeat center;
	background-size: cover;
	z-index: 2000;
}

.navTopM {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.8);
	display: none
}

.boxNavM {
	width: calc(100vw - 60px);
	height: 100%;
	background: #068ffe;
	overflow-y: auto;
	padding: 60px 30px 0 30px;
	box-sizing: border-box;
	position: relative;
	left: 100%;
}

.boxNavM li {
	position: relative
}

.boxNavM li span {
	display: block;
	position: relative;
	width: 130px;
}

.boxNavM li span a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: rgba(255, 255, 255, 0.7);
}

.boxNavM li span a:hover {
	color: #fff
}

.boxNavM li .on a {
	color: #fff;
}

.boxNavM li div {
	position: absolute;
	top: 0;
	left: 130px;
	display: none;
	z-index: 100
}

.boxNavM li div a {
	display: block;
	line-height: 50px;
	font-size: 14px;
	text-align: left;
	color: rgba(255, 255, 255, 0.7);
}

.boxNavM li div a:hover {
	color: #fff
}

.boxNavM li div .on {
	color: #fff
}

.searchTopM {
	margin: 20px 0;
	padding: 8px 0;
	background: #e6e6e8
}

.searchTopM .inputSearchM {
	width: calc(100% - 40px);
	height: 30px;
	line-height: 30px;
	background: none;
	border: none;
	font-size: 14px;
	color: #999;
	text-indent: 10px;
}

.searchTopM .subimtSearchM {
	width: 40px;
	height: 30px;
	background: none;
	background: url(../images/icosearchtopm.png) center no-repeat;
	background-size: 40px 40px;
	cursor: pointer
}

.searchTopM .subimtSearchM:hover {
	color: #c30e23;
}

.icoTopM {
	text-align: center;
	color: #fff
}

.icoTopM img {
	width: 50%;
	vertical-align: middle
}

.icoTopM span {
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 0 0 10px;
	line-height: 26px;
}

/*--------------------mTop------------------------*/


.banner {
	/*	width: 100vw;
*/
	height: 36vw;
	overflow: hidden;
	position: relative;
	margin: 80px 0 0 calc((100% - 100vw)/2)
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}

.banner .swiper-slide img {
	width: 100%;
}

.banner .swiper-pagination {
	bottom: 30px !important;
	z-index: 1;
	text-align: center;
}

.banner .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: url(../images/icobanner.png);
	opacity: 1.0;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	background: url(../images/icobannerhover.png);
}

.banner .swiper-button-prev {
	left: 30px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	/* background: url(../images/bannerjtleft.png) center no-repeat; */
	opacity: 0.5;
	z-index: 101
}

.banner .swiper-button-prev:hover {
	/* background: url(../images/bannerjtlefthover.png) center no-repeat; */
	opacity: 1.0
}

.banner .swiper-button-next {
	right: 30px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	/* background: url(../images/bannerjtright.png) center no-repeat; */
	opacity: 0.5;
	z-index: 101
}

.banner .swiper-button-next:hover {
	/* background: url(../images/bannerjtrighthover.png) center no-repeat; */
	opacity: 1.0
}

.bannerM {
	width: 100vw;
	height: 80vw;
	overflow: hidden;
	position: relative;
	margin: 70px 0 0 0;
	display: none
}

.bannerM .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}

.bannerM .swiper-pagination {
	bottom: 10px !important;
	z-index: 1;
	text-align: center;
	margin: 0 2px
}

.bannerM .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: url(../images/icobanner.png);
	opacity: 1.0;
	border-radius: 0;
}

.bannerM .swiper-pagination-bullet-active {
	background: url(../images/icobannerhover.png);
}

.indMax {
	width: 100%;
	padding: 30px 2% 0 2%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.subNavBox {
	width: 100%;
	height: 96px;
	padding: 36px 0 0 0;
	background: url(../images/bgsubnav.png) no-repeat bottom center;
	margin: -36px 0 0 0;
	position: relative;
	z-index: 1
}

.curNav {
	height: 36px;
	line-height: 36px;
	background: #c7000a;
	display: inline-block;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -600px;
	padding: 0 0 0 18px
}

.curNav a {
	font-size: 13px;
	color: #fff;
	padding: 0 0 0 25px;
	margin: 0 20px 0 0;
	background: url(../images/icocurjt.png) no-repeat center left;
}

.curNav a:hover {
	color: #fff
}

.curNav a:first-child {
	background: url(../images/icohome.png) no-repeat center left;
	padding: 0 0 0 20px;
}

.subNav {
	text-align: right;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.subNav a {
	padding: 0;
	margin-left: 40px;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	position: relative
}

.subNav a i {
	height: 2px;
	background: #c7000a;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: none;
}

.subNav .on {
	color: #c7000a;
}

.subNav .on i {
	display: none;
	animation: ANavI 0.3s
}

.bgMain {
	width: 100%;
	background: url(../images/bgmain.png);
	background-position: top center !important;
	background-repeat: no-repeat !important;
	margin: -60px 0 0 0;
	overflow: hidden;
	position: relative
}

.picFocus {
	position: relative;
	padding: 0 0 50px 0;
	width: 100%;
	overflow: hidden;
	margin: 80px 0 60px 0;
}

.picFocus .swiper-slide {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #000
}

.picFocus .swiper-slide img {
	width: 100%;
	height: 100%;
	opacity: 0.7
}

.picFocus .swiper-slide h1 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	/* background: url(../images/bgblacktitle.png) no-repeat; */
	background-size: 100% 100%;
	padding: 80px 20px 20px 20px;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	z-index: 100;
	display: none;
}

.picFocus .swiper-slide h1 a {
	color: #fff
}

.picFocus .swiper-slide-active img {
	opacity: 1
}

.picFocus .swiper-slide-active h1 {
	display: block
}

.picFocus .swiper-pagination {
	bottom: 0 !important;
	z-index: 1;
	text-align: center;
}

.picFocus .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: url(../images/icobanner1.png);
	opacity: 1.0;
	border-radius: 0;
}

.picFocus .swiper-pagination-bullet-active {
	background: url(../images/icobannerhover.png);
}

.picFocus .swiper-button-prev {
	left: calc((100% - 670px)/4);
	margin: -45px 0 0 -12px;
}

.picFocus .swiper-button-next {
	right: calc((100% - 670px)/4);
	margin: -45px -12px 0 0;
}

/*----------------------------ind----------------------------*/
.bgMainInd {
	width: 100%;
	background: #fff url(../images/bgmainind.png) no-repeat top center;
	margin: -60px 0 0 0;
	overflow: hidden;
	position: relative
}

.imgXx1 {
	width: 469px;
	height: 480px;
	background: url(../images/imgxx1.png) no-repeat;
	position: absolute;
	top: 60px;
	left: 50%;
	margin: 0 0 0 -600px;
	z-index: 0
}

.imgXx2 {
	width: 707px;
	height: 522px;
	background: url(../images/imgxx2.png) no-repeat;
	position: absolute;
	top: 60px;
	left: 50%;
	margin: 0 0 0 60px;
	z-index: 0
}

.boxInd {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

.indCon {
	font-size: 15px;
	line-height: 30px;
	text-align: justify
}

.indImg {
	width: 30%;
	height: 300px;
	float: right;
	overflow: hidden;
	position: relative;
	float: right;
}

.indImg .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.indImg .swiper-slide img {
	width: 100%
}

.indImg .swiper-slide h1 {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	text-align: right;
	padding: 0 0 0 100px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.indImg .swiper-button-prev {
	display: none;
	left: 40px;
}

.indImg .swiper-button-next {
	display: none;
	right: 40px
}

.indImgNum {
	position: absolute;
	left: 40px;
	bottom: 30px;
	font-family: 'rubik';
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	z-index: 1;
	display: none
}

.indImgNum i {
	font-size: 40px;
	margin-right: 5px;
}

.indImgNum span {
	margin-left: 5px;
}

.imgColor {
	position: absolute;
	top: 0;
	z-index: 3
}

.markJr h1 {
	bottom: auto !important;
	top: 30px;
	color: #295e95 !important;
	text-shadow: none !important
}

.markJr .imgColor {
	right: 446px;
}

.markDc .imgColor {
	right: 406px;
}

.markKj .imgColor {
	right: 390px;
}

.markMy .imgColor {
	right: 368px;
}

.markWt .imgColor {
	right: 468px;
}

.indNav {
	text-align: center;
	background: url(../images/bgindline.png) repeat-x center;
	margin: 0 0 40px 0
}

.indNav i {
	display: inline-block;
	background: #fff;
	padding: 0 20px;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold
}

.indLogoList {
	width: 100%;
}

.indLogoList a {
	width: 360px;
	display: inline-block;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: 0 60px 60px 0
}

.indLogoList a:nth-child(3n+3) {
	margin-right: 0
}

.indLogoList a div {
	width: 100%;
	height: 150px;
	text-align: center
}

.indLogoList a div i {
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle
}

.indLogoList a div img {
	display: inline-block;
	vertical-align: middle
}

.indLogoList a h1 {
	background: #f9f9f9;
	line-height: 50px;
	font-size: 15px;
	position: relative;
	padding: 0 20px;
	text-align: center
}

.indLogoList a h1 i {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 17px;
	width: 30px;
	height: 16px;
	background: url(../images/icojtgray.png) no-repeat center;
	transition: all .3s;
	display: none
}

.indLogoList a:hover h1 i {
	right: 15px;
	background: url(../images/icojthover.png) no-repeat center;
}

/*----------------------------ind----------------------------*/


.lmbt {
	text-align: center;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	padding: 60px;
	margin: 0 auto;
	background: url(../images/line.png) center 130px no-repeat;
}

.lmbt h2 {
	font-size: 46px;
	color: #474747;
	line-height: 70px;
	font-weight: bold;
}

.lmbt p {
	font-size: 16px;
	color: #666;
	line-height: 50px;
}

.lmbt2 {
	text-align: center;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	padding: 60px 60px 40px 60px;
	margin: 0 auto;
	background: url(../images/line2.png) center 130px no-repeat;
}

.lmbt2 h2 {
	font-size: 46px;
	color: #fff;
	line-height: 70px;
	font-weight: bold;
}

.lmbt2 p {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}

#about {
	position: relative;
	display: block;
	height: auto;
	padding: 40px 0 80px 0;
}

#about .text {
	width: 65%;
	float: left;
}

#about .text p {
	font-size: 16px;
	color: #666;
	line-height: 35px;
	text-align: justify;
}

#about .text h1 {
	font-weight: 700;
	font-size: 32px;
	color: #333;
	line-height: 35px;
	margin-bottom: 20px;
}

#service {
	position: relative;
	display: block;
	height: auto;
	padding: 50px 0 60px 0;
	width: 100%;
	background-color: #edf3f9;
}

.yslist {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

#strength {
	position: relative;
	display: block;
	height: auto;
	padding: 40px 0 80px 0;
}

.yslist .list {
	width: 23%;
	position: relative;
	margin-bottom: 15px;
	font-size: 24px;
	padding: 60px 60px;
	color: #333;
	background-color: #068ffe;
	text-align: center;
	border-radius: 15px;
}

.yslist .list img {
	margin-bottom: 20px;
	display: inline-block;
	width: auto;
	transition: all .5s
}

.yslist .list:hover img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg)
}

.yslist .list h2 {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	margin: 15px 0;
	font-weight: bold;
}

.yslist .list p {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.tabbox {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
}

.tabbox .tabbtn {
	height: auto;
	width: 100%;
	display: block;
	overflow: hidden;
}

.tabbox .tabbtn li {
	float: left;
	position: relative;
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #068ffe;
	border-radius: 30px 30px 0 0;
	font-size: 22px;
}

.tabbox .tabbtn li i {
	width: 25px;
	height: 25px;
	background: url(../images/icomore1hover.png) center no-repeat;
	background-size: 100% 100%;
	margin-right: 15px;
}

.tabbox .tabbtn li a {
	display: block;
	line-height: 41px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	padding: 20px 0;
	color: #fff;
}

.tabbox .tabbtn li.current a {
	color: #333;
}

.tabbox .tabbtn li.current {
	line-height: 100px;
	width: 25%;
	color: #FFFFFF;
	font-weight: 800;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	transition: all .2s;
	background-image: url(../images/lmbg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.tabbox .tabbtn li.current i {
	width: 25px;
	height: 25px;
	background: url(../images/icomore1.png) center no-repeat;
	background-size: 100% 100%;
}

.tabbox .tabcon {
	padding: 60px;
	background-color: #FFF;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.02);
}

.tabbox .tabcon .js {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.tabbox .tabcon .js img {
	width: 40%;
}

.tabbox .tabcon .jj {
	width: 55%
}

.tabbox .tabcon .jj h2 {
	font-size: 30px;
	color: #333;
	font-weight: 800;
	line-height: 50px;
}

.tabbox .tabcon .ts {
	width: 100%;
}

.tabbox .tabcon .ts h3 {
	font-size: 22px;
	color: #333;
	font-weight: 800;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.tabbox .tabcon .jj p {
	font-size: 16px;
	color: #666;
	line-height: 35px;
}

.tabbox .tabcon .ts ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tabbox .tabcon .ts li {
	width: 24%;
	float: left;
	font-size: 16px;
	color: #2e85ed;
	line-height: 45px;
	text-align: center;
	border: 1px dotted #2e85ed;
	border-radius: 9px;
	margin-bottom: 9px;
}

.tabbox .tabcon .js2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 40px;
	border-top: 1px #d1d1d1 solid;
}

.tabbox .tabcon .js2 .lw {
	width: 32%;
	padding: 20px;
}

.tabbox .tabcon .js2 .lw h2 {
	font-size: 22px;
	color: #333;
	font-weight: 800;
	line-height: 30px;
	margin-bottom: 15px;
}

.tabbox .tabcon .js2 .lw h3 {
	font-size: 14px;
	color: #333;
	line-height: 25px;
}

.tabbox .tabcon .js2 .lw p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/icojtdatehover.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 15px;
}

#contact {
	position: relative;
	display: block;
	height: auto;
	padding: 30px 0 160px 0;
	width: 100%;
	background-image: url(../images/lxbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contact .lx {
	width: 100%;
}

#contact .lx h3 {
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	margin-bottom: 20px;
}

#contact .lx h3 span {
	color: #fbc00d;
	font-weight: bold;
	margin-left: 15px;
}

.form {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

.contact_form_view {
	width: 100%;
	max-width: 1440px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 200px;
	position: absolute;
}

.contact_form_view .form_item {
	width: 17%;
	height: 2.60417vw;
	border-radius: 4px;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	margin-bottom: 0.83vw;
	position: relative;
	min-height: 40px;
}

.contact_form_view .form_item input,
.contact_form_view .form_item .select {
	border: none;
	outline: none;
	background-color: transparent;
	width: calc(100% - 30px);
	height: 100%;
	-webkit-appearance: none;
}

.contact_form_view .form_item .icon {
	min-height: 17px;
}

.contact_form_view .form_item .drop_icon {
	width: 0.8333vw;
	min-width: 16px;
	position: absolute;
	right: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}

.contact_form_view .form_item.requirement_type {
	position: relative;
	user-select: none;
}

.contact_form_view .form_item.requirement_type input {
	padding-right: 30px;
	pointer-events: none;
}

.contact_form_view .form_item.requirement_type .select_list {
	border-top: 1px solid #f8f8f8;
	position: absolute;
	display: none;
	/**top: 2.6vw;**/
	top: 49px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	z-index: 110;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.016), 0px 13.5px 13.5px rgba(0, 0, 0, 0.024), 0px 48px 48px rgba(0, 0, 0, 0.04);
	padding: 5px 5px;
	user-select: none;
	border: 1px solid #f8f8f8;
}

.contact_form_view .form_item.requirement_type .select_list .select_item {
	font-size: 14px;
	padding: 0px 15px;
	color: #666;
	/**height: 2.6vw;
	line-height: 2.6vw;**/
	height: 50px;
	line-height: 50px;
}

@media(max-width:768px) {
	.contact_form_view .form_item.requirement_type .select_list {
		top: 40px
	}

	.contact_form_view .form_item.requirement_type .select_list .select_item {
		height: 40px;
		line-height: 40px;
	}
}

.contact_form_view .form_item.requirement_type .select_list .select_item.active,
.contact_form_view .form_item.requirement_type .select_list .select_item:hover {
	background-color: #f8f8f8;
}

.contact_form_view .confirm_btn {
	width: 10%;
	height: 2.5vw;
	background-color: #068ffe;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.footer {
	width: 100%;
	padding: 80px 0 60px 0;
}

.footer_list {
	width: 100%;
	max-width: 1440px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}

.footer_con {
	width: 30%;
}

.footer_con h2 {
	font-weight: 700;
	font-size: 26px;
	color: #333;
	line-height: 35px;
	margin-bottom: 20px;
}

.footer_con ul li {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	height: 26px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.footer_con2 {
	width: 20%;
}

.footer_con ul li.dh {
	padding-left: 0px;
}

.footer_con ul li img {
	position: absolute;
	left: 0;
	top: 4px;
}

.ewm {
	width: 40%;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.wx {
	width: 160px;
	padding: 2px;
	text-align: center;
	border: 1px #dfdfdf solid;
}

.wx img {
	width: 100%;
}

.wx p {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	padding-bottom: 7px;
}

.footer_bottom {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 60px;
	border-top: 1px #dfdfdf solid;
}