body {
	background: #ffffff;
	color: #333333;
	min-width:1500px;
	font: 12px/150% "Lantinghei SC", "Open Sans", Monaco, Arial, "Hiragino Sans GB", "Microsoft YaHei", "寰蒋闆呴粦", "STHeiti", "WenQuanYi Micro Hei", SimSun;
}


hede-topbody {
	background: #ffffff;
	color: #333333;
	font: 12px/150% "Lantinghei SC", "Open Sans", Monaco, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun;
}

.main {
	max-width: 1920px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.mainns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin:0 auto;
	/* color: #FFFFFF; */
	z-index: 99999;
}

.mainns:hover {
	/* color: #333333; */
}

.conent {
	width: 1200px;
	margin: 0 auto;
}

.main_center {
	max-width: 1920px;
	margin: 0 auto;
	/* display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center; */
}

.ctlogo {
	display: flex;
}

.ctlogo img {
	width: 154px;
	height: 50px;
}

.ctphone {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	/* height: 70px; */
	color: #2E3033;
	line-height: 42px;
	margin-right: 20px;

}

/* .ctphone:hover {
	cursor: pointer;
} */

.ctphones {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	/* color: #FFFFFF; */
	line-height: 42px;
	padding-left: 10px;
}

.ctphones:hover {
	color: #2E3033;
}

.phone {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* position: relative; */
	/* height: 70px; */
	/* width: 50px; */
	margin-right: 50px;


}
@keyframes serches {
	0% {
		opacity: 0;
		/* width: 150px; */
		}

	100% {
		opacity: 1;
		/* width: 250px; */
	}
}

.phone:hover .serche{
	display: block;
	animation-name: serches;
	animation-duration: 2s;
}
.serche{
	display: none;
	/* position: absolute; */
	width: 150px;
	height: 50px;

	background: #1992E5;
	border-radius: 10px;
}
.serachs_imgs{
	display: block;
}
.phone:hover .serachs_imgs{
	display: none;
}

.serche input{
	height: 50px;
    color: #ffffff;
    font-size: 16px;
    background: none;
    border: none;
    width: 100px;
    line-height: 50px;
}
.serche_input{
	height: 100%;
	padding: 0 10px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.shopping {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 151px;
	height: 44px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;

}
.shopping:hover{
	cursor: pointer;
}

.navms .shopping {
	color: #1992E5;
	border: 1px solid #E6E6E6;
}

.shopping img {
	width: 24px;
	height: 24px;
}

.phone img {
	width: 20px;
	height: 20px;
}

.m {
	/* color: #FFFFFF; */
}

.m:hover {
	color: #5C6066;
}


.phone span {
	margin-left: 10px;
}

ul {
	list-style: none;
}


a {
	text-decoration: none;
	color: inherit;
	border: 0;
	z-index: 999;
}

a:hover {
	color: inherit;
}

.clear {
	clear: both;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

i {
	font-style: normal;
}

img {
	border: 0;
}

::-webkit-scrollbar {
	width: 0px;
	height: 0;
}

iframe {
	width: 100%;
	height: 100%;
}

.btn {
	cursor: pointer;
}


.ellipsis1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

input,
select,
textarea {
	border: none;
	outline: none;
}

textarea {
	resize: none;
}


.nav {
	display: flex;
	justify-content: space-between;

	height: 70px;
	line-height: 60px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	/* color: #FFFFFF; */
	/* line-height: 20px; */
	margin: 0 auto;
}

.navs {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	/* margin: 0 20px; */
	/* color: #FFFFFF; */
	/* line-height: 20px; */
}

.mainns:hover .navs {
	color: #2E3033;
}

.nav a {
	display: block;
}

.nav>li {
	display: flex;
	flex-direction: column;
	width: 80px;
	height: 70px;
	line-height: 70px;
	align-items: center;
	margin: 0 7px;
	/* transition: all 2s; */
	/* position: relative; */
}

.nav>li:hover .ul {
	display: block;
	color: #333333;
}

@keyframes namv {
	0% {
		width: 10px;
	}




	100% {
		width: 80px;
	}
}
.nav>li:hover .nav_line{
	width: 80px;
	margin-top: -3px;
	animation-name: namv;
	animation-duration: 1s;
	border-bottom: 3px solid #1992E5;
}


.nav>li:hover  {

	color: #1992E5;

}

.navm .sed {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	color: #FFFFFF;
	height: 70px;
	width: 80px;
	text-align: center;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	/* line-height: 20px; */
	border-bottom: 3px solid #FFFFFF;

}

.navms .sed {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	color: #1992E5;
	height: 70px;
	width: 80px;
	/* text-align: center; */
	/* font-size: 18px; */
	font-family: Source Han Sans CN;
	font-weight: 400;
	/* line-height: 20px; */
	border-bottom: 3px solid #1992E5;

}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	/*初始状态 透明度为0*/
	40% {
		opacity: 0;
	}

	/*过渡状态 透明度为0*/
	100% {
		opacity: 1;
	}

	/*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {

	/*针对webkit内核*/
	0% {
		width: 0;
		opacity: 0;
	}

/* 	40% {
		opacity: 0;
	} */

	100% {
		width: 100%;
		opacity: 1;
	}
}

.nav .ul {
	animation: fade-in;
	/*动画名称*/
	animation-duration: 1s;
	/*动画持续时间*/
	-webkit-animation: fade-in 1s;
	/*针对webkit内核*/
	/* border-top: 3px solid #3463AE; */
	/* color: #FFFFFF; */
	display: none;
	padding: 0 10px;
	position: absolute;
	top: 70px;
	height: 550px;
	left: 0;
	background: #F2F2F2;
	width: 1920px;
	/* transform: translateX(-30%); */
	z-index: 100;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 36px;
}

.tl_ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	/* justify-content: space-around; */
}


.info_img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 50px;

}

.info_img img {
	width: 700px;
}

.info_title {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 960px;
	min-height: 550px;
	background: #F2F2F2;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.tl_uls {
	display: flex;
	flex-direction: column;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 50px;
}
.tl_uls:hover{
	cursor: pointer;
}

.info_tilis {
	display: flex;

}

.info_tilis {
	display: flex;
	flex-direction: column;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2E3033;
	line-height: 24px;
}

.info_two_title {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */

}
.info_two_titles {
	display: flex;
	flex-direction: column;

}
.info_towst{

	display: flex;
	flex-direction: row;
	align-items: center;
	/* justify-content: center; */
	width: 330px;
	height: 80px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2E3033;

}
.tianlist{
	display: flex;
	align-items: center;
	margin-left: 20px;
	/* justify-content: center; */
}
.info_two_titles .info_towst:hover {
	background: #ffffff;
	color: #1992E5;

}
/* .info_two_titles .info_towst:first-child {
	background: #ffffff;
	color: #1992E5;

} */
.info_tows{
	margin-top: 30px;
	width: 200px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2E3033;
	line-height: 24px;
}
.info_towst:hover .nav_three{
	display: block;

}
/* .info_towst:first-child .nav_three{
	display: block;

} */
.nav_three{
	display: none;
	flex-direction: column;
	width: 500px;
	min-height: 500px;
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
}
.info_about{
	display: flex;
	margin-top: 80px;
	margin-left: 30px;
}
.info_about1{
	margin-left: 30px;
	margin-top: 50px;
}
.info_tows img{
	width: 8px;
	height: 14px;
	margin-right: 5px;
}

.nav .ul div {
	line-height: 35px;
	/* border-bottom: 1px solid #f1f1f1; */
}

.nav .ul div a:hover {
	color: #1992E5;
}

/* 底部 */
.foot {
	display: flex;
	/* align-items: center; */
	flex-direction: column;
	/* justify-content: center; */
	background: url(../img/footBackground.jpg) no-repeat;
	max-width: 1920px;
	height: 700px;
	background-size: 100% auto;

}

.foot .foot_center {
	display: flex;
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;
	color: #ffffff;
	padding-bottom: 40px;
	margin-top: 50px;
	font-size: 16px;
}

.foot_img {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
	margin-right: 50px;

}

.choose_phone {
	display: flex;
	flex-direction: column;
	margin: 30px 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
}

.foot .foot_center .foot_img img {
	width: 200px;
	height: 200px;
	display: block;
}

.foot .foot_center .foot_img .foot_p {
	display: flex;
	align-items: center;
	justify-content: space-around;
	line-height: 40px;
}

.foot .foot_center .foot_img .foot_p div {
	height: 1px;
	width: 20px;
	background: #ffffff;
	display: block;
}

.foot .foot_center ul {
	display: flex;
	width: 70%;
	justify-content: space-around;
}

.foot .foot_center ul li {
	margin-left: 40px;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.foot .foot_center ul li .item {
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	font-weight: 400;
	color: #999999;

}
.foot .foot_center ul li .item:hover{
	color: #1992E5;
}

.codes_mt {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
}

.a02-foot_b {
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	color: #999999;
}

.return_top {
	position: fixed;
	display: none;
	right: 50px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #eeeeee;
	padding: 10px;
	border-radius: 5px;
	background: #C6C6C6;
	cursor: pointer;
}

.return_top img {
	width: 100%;
	height: 100%;
}

.foot_b span {
	margin: 0 40px;
}

.a02-foot_bs {
	text-align: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 48px;
}

.linest {
	margin: 50px auto 0 auto;
	width: 90%;
	border: 1px dashed #676D6F;
}

.banquan {
	display: flex;
	width: 90%;
	margin: 30px auto 0 auto;
	width: 90%;
	flex-direction: row;
	justify-content: space-between;
	height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
.pglist{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.pglist li{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	/*width: 48px;*/
	height: 40px;
	background: #F1F1F1;
	margin: 0 3px;
}
.pglist li a{
	padding: 0 20px;
}
.pglist  .active{
	background: #1992E5;
	color: #ffffff;
}
