/* 
**Filename:         base.class
**Description:      Global CSS
**Version:          1.0.0(2021-02-04)
**Author:           wangmoyuer 
*/


/* base */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}

body,
html {
	width: 100%;
	height: 100%;
	max-width: 1920px;
	position: relative;
}

@font-face {
	font-family: 'iconfont';
	/* project id 2411573 */
	src: url('//at.alicdn.com/t/font_2411573_t8enlu3ud3k.eot');
	src: url('//at.alicdn.com/t/font_2411573_t8enlu3ud3k.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2411573_t8enlu3ud3k.woff2') format('woff2'), url('//at.alicdn.com/t/font_2411573_t8enlu3ud3k.woff') format('woff'), url('//at.alicdn.com/t/font_2411573_t8enlu3ud3k.ttf') format('truetype'), url('//at.alicdn.com/t/font_2411573_t8enlu3ud3k.svg#iconfont') format('svg');
}

.iconfont {
	font-size: 30px;
	font-style: normal;
	font-family: "iconfont" !important;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.propaganda {
	width: 100%;
	height: 100%;
	min-width: 769px;
	min-height: 720px;
	position: relative;
	background: url(../img/index.jpg) no-repeat center center;
	background-size: cover;
}

.p1,
.color-w,
.banner,
.main-reverse,
.banner-content,
.navbar>ul>li.active a,
.main-reverse .main-title h4,
.main-reverse .main-title h5 {
	color: #fff;
}

.headtitle {
	position: relative;
	top: 30%;
	transform: translateY(-50%);
}

.headtitle p:nth-child(1) {
	font-size: 80px;
}

.headtitle .company-name {
	font-size: 64px;
}

.main1 .iconfont,
.main2 .iconfont,
.main3 .iconfont,
.propaganda .btnGroup,
.main-content .iconfont {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.propaganda .btnGroup {
	padding-top: 10%;
}

.btn {
	font-size: 24px;
	margin-right: 30px;
	color: #fff !important;
	background: #009cff;
	border: 1px solid #4695c3;
	box-shadow: 1px 1px 1px 1px #17405a;
}


/* index */

a {
	text-decoration: none !important;
}

.lang,
.headtitle .company-name,
.introduce p:nth-child(1) {
	padding-top: 20px;
}

.lang .contact-us,
.lang .header-logo {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.introduce,
.main-round,
.main-title,
.contact-us p,
.main-divided,
.lang .contact-us,
.lang .header-logo {
	display: inline-block;
}

.contact-us p {
	color: #ff8926;
	padding-left: 30px;
}

.contact-us p:nth-child(1) {
	padding-left: 150px;
}

.main,
.main1,
.main2,
.main3,
.navbar,
.introduces,
.main-divider,
.banner-content1,
.company-summary .detail p {
	width: 90%;
	margin: 0 auto;
}

.propaganda,
.nav-divided,
.navbar>ul>li a,
.company-culture .detail p,
.company-summary .detail p,
.contace1 .pull-left:nth-child(3) p {
	font-size: 18px;
}

.nav-divided {
	font-weight: 600;
	padding-top: 18px;
}

.navbar>ul {
	height: 100%;
	display: flex;
	list-style: none;
	margin-bottom: 0;
}

.navbar>ul>li {
	flex: 1;
	margin: 0 24px;
	padding-top: 10px;
}

.navbar>ul>li a {
	padding: 10px;
	display: block;
	font-weight: 600;
	background: #fff;
	line-height: 20px;
	text-decoration: none;
}

.navbar>ul>li.active a {
	padding: 10px;
	font-weight: bold;
	background: #005AFF;
}

.wrapper {
	background: #defffe;
}

.banner,
.banner-content {
	width: 100%;
	margin-top: 20px;
	position: relative;
}

.main-content {
	padding: 20px 0;
}

.main1 .iconfont,
.main2 .iconfont,
.main3 .iconfont,
.main-content .iconfont {
	font-size: 1.5rem;
}

.color-r,
.nav-divided,
.main-title h4,
.main-title h5,
.navbar>ul>li a,
.main-content .iconfont,
.company-summary .detail p,
.contace1 .pull-left:nth-child(3) p {
	color: #005aff;
}

.main1 .iconfont,
.main2 .iconfont,
.main3 .iconfont {
	color: #6c6c6c;
}

.main-divided {
	height: 2px;
	margin: 4px 0;
	background: #005aff;
}

.main1 .main-divided,
.main2 .main-divided,
.main3 .main-divided {
	background: #6c6c6c;
}

.main-head {
	margin-top: 20px;
}

.main-round {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #005aff;
}

.main1 .main-round,
.main2 .main-round,
.main3 .main-round {
	border: 1px solid #6c6c6c;
}

.main-title {
	margin-bottom: 20px;
	vertical-align: middle;
}

.main-title h4 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.main1 .main-divided,
.main2 .main-divided,
.main3 .main-divided,
.main1 .main-title h4,
.main2 .main-title h4,
.main3 .main-title h4 {
	color: #6c6c6c;
}

.main-title h5 {
	font-size: 16px;
	font-weight: bold;
}

.main-divider {
	height: 30px;
	background: #c5c5c5;
}

.company-summary .detail {
	padding: 10px;
	background: #f4f4f4;
}

.company-summary .detail p {
	text-indent: 2em;
	line-height: 36px;
}

.company-culture {
	background: url(../img/index/company1.jpg) no-repeat center center;
	background-size: cover;
}

.main-video,
.company-contace {
	width: 100%;
	height: 100%;
	position: relative;
}

.contace {
	width: 60%;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -40%);
}

.contace1 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #f2f2f2;
}

.contace1 img {
	width: 30px;
}

.contace1 .pull-left:nth-child(1) {
	width: 100px;
}

.contace1 .pull-left:nth-child(3) p {
	margin-top: 30px;
}

video {
	outline: none;
	border-radius: 20px;
	border: 5px solid #f9f9f9;
}

.video {
	width: 60%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	background: linear-gradient(to bottom right, #020302, #050d09);
	padding: 30px;
}

.video-divider,
.video-divider1 {
	width: 80%;
	height: 10px;
	background: #fff;
	margin-top: 120px;
	margin-bottom: 30px;
}

.video-divider1 {
	margin-top: 30px;
	margin-bottom: 120px;
}

.p1 {
	font-size: 20px;
}

.kefu {
	width: 500px;
	margin-top: 120px;
	padding-bottom: 50px;
}

.footer {
	width: 100%;
	color: #fff;
	margin-top: 20px;
	line-height: 40px;
	position: relative;
	background: #005aff;
}

.footer p {
	font-size: 16px;
	padding-top: 10px;
}

.divider {
	width: 100%;
	height: 2px;
	margin-top: -20px;
	margin-bottom: 40px;
	background: #005aff;
}

.divider1 {
	width: 2px;
	height: 60px;
	background: #005aff;
	margin: 5px 30px 5px 10px;
}

.introduces {
	display: flex;
}

.introduce {
	flex: 1;
	padding: 10px;
}

.introduce p {
	text-align: center;
}

@media(max-width:991px) {
	.navbar>ul {
		margin-left: 0;
		padding-left: 0
	}
	.navbar>ul>li {
		margin: 0 3px
	}
	.copyright p {
		padding: 0 5px;
		font-size: 12px;
	}
	.company-summary>div:last-child {
		padding-left: 0;
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.main-divided {
		width: 300px;
	}
	.header .header-logo {
		margin-right: 20px
	}
	.navbar>ul {
		margin-left: 0;
		padding-left: 0
	}
	.navbar>ul>li {
		margin: 0 16px
	}
}

@media(min-width:1200px) {
	.main-divided {
		width: 500px;
	}
}