#warp {
	width: 100%;
	min-width: 1204px;
	padding-top: 72px;
}

#warp .c_title {
	width: 100%;
	text-align: center;
	background: url(../images/line_02.png) no-repeat center;
}

#warp .c_title h2 {
	text-align: center;
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

#warp .c_title p {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: block;
	text-align: center;
}

#warp .content,
.content1,
.content2 {
	width: 1200px;
	margin: 0 auto 0;
}

.content ul li {
	width: 224px;
	float: left;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-bottom: 2px solid #8b8b8b;
	margin-right: 17px;
	cursor: pointer;
	position: relative;
	perspective: 1600px;

}

.content ul li:last-child {
	/* margin-right: 0; */
}

.content ul li h4 {
	font-size: 16px;
	color: #333;
	margin-top: 17px;
}

.content ul li p {
	font-size: 14px;
	color: #666;
	margin-top: 11px;
}

.content ul li>a {
	display: inline-block;
	width: 100px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	background: #19aeff;
	line-height: 30px;
	border-radius: 4px;
	margin-top: 16px;
	margin-bottom: 10px;
}

.content ul li .gai {
	width: 100%;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	transform: rotateX(90deg);
	-moz-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-o-transtion: rotateY(90deg);

}

.content ul li:hover .gai {

	transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform-origin: left;

}

.content ul li:hover {
	border-bottom-color: #19aeff;
}

.content ul li .gai img {
	display: block;
	margin: 90px auto 15px;
	width: 60%;

}

.content ul li .gai a {
	color: #fff;
	font-size: 14px;
}

.content ul.List {
	margin-top: 28px;
}

.content .move {
	text-align: center;
	margin-top: 41px;
}

.content .move a {
	display: inline-block;
	width: 198px;
	height: 48px;
	color: #fa6721;
	font-size: 20px;
	line-height: 48px;
	border-radius: 24px;
	border: 1px solid #fa6721;
	transition: 1s;
}

.ader {
	width: 1200px;
	margin: 48px auto 48px;
}

.Tit {
	margin-top: 55px;
}

.content1 ul.oul_list li {
	width: 284px;
	border: 1px solid #19aeff;
	text-align: center;
	padding-bottom: 59px;
	float: left;
	margin-right: 18px;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-o-transtion: rotateY(90deg);
}

.content1 ul.oul_list li:last-child {
	margin-right: 0;
}

.content1 ul.oul_list li div {
	width: 114px;
	height: 114px;
	border-radius: 50%;
	margin: 50px auto 35px;
	border: 1px solid #19aeff;
}

.content1 ul li div.phone {
	background: url(../images/callddist_06.png) no-repeat center;
}

.content1 ul li div.men {
	background: url(../images/callddist_03.png) no-repeat center;
}

.content1 ul li div.time {
	background: url(../images/callddist_12.png) no-repeat center;
}

.content1 ul li div.use {
	background: url(../images/callddist_09.png) no-repeat center;
}

.content1 ul li p {
	font-size: 18px;
	color: #19aeff;
	line-height: 24px;
}

.content1 ul.oul_list li.active {
	background: #19aeff;

}

.content1 ul li.active p {
	color: #fff;
}

.content1 ul.oul_list li.active .phone {
	border-color: #fff;
}

.content1 ul li:hover {
	background: #19aeff;
}

.content1 ul li:hover p {
	color: #fff;
}

.content1 ul li:hover div.men {
	border-color: #fff;
	background: url(../images/change_03.png) no-repeat center;
}

.content1 ul li:hover div.time {
	border-color: #fff;
	background: url(../images/change_09.png) no-repeat center;
}

.content1 ul li:hover div.use {
	border-color: #fff;
	background: url(../images/change_06.png) no-repeat center;
}

.content2 {
	height: 314px;
	overflow: hidden;
}

.content2 ul.oul_li {
	margin-bottom: 20px;
}

.content2 ul.oul_li li {
	width: 215px;
	height: 80px;
	float: left;
	border: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	margin-right: 24px;
	box-shadow: 0px 4px 16px 0px rgba(163, 177, 191, 0.2);

}

.content2 ul.oul_li li:last-child {
	margin-right: 0px;
}

.content2 ul.oul_li li img {
	max-width: 90%;
	max-height: 80%;
}

.content2 ul.oul_li li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.content2 ul.oul_li li:hover {
	border-color: #fa7130;
}

.left {
	width: 847px;
}

.l_t_l,
.l_t_r {
	width: 418px;
	height: 95px;
}

.l_t_l {
	background: #fe773a;
}

.l_t_r {
	background: #19aeff;
}

.l_t_l a,
.l_t_r a {
	display: inline-block;
	width: 57px;
	height: 30px;
	line-break: 30px;
	background: url(../images/jiantu_03.png)no-repeat center bottom;
	margin-top: 36px;
	margin-right: 13px;
	font-size: 14px;
	color: #fff;
}

.l_t_l p,
.l_t_r p {
	height: 40px;
	border-left: 4px solid #fff;
	margin-left: 34px;
	margin-top: 28px;
	text-indent: 10px;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}

.left_con {
	width: 794px;
	margin: 38px auto;
	padding-bottom: 25px;
	border-bottom: 2px solid #cccccc;
}

.l_c_r {
	width: 577px;

}

.l_c_r h2 {
	line-height: 57px;
	font-size: 18px;
}

.l_c_r p {
	width: 100%;
	height: 77px;
	overflow: hidden;
	color: #666666;
	line-height: 24px;
	text-overflow: ellipsis;
}

.l_c_r a {
	float: right;
	color: #fb8152;
	font-size: 14px;
}

.left_to {
	width: 794px;
	margin: 0 auto 29px;
}

.l_b_l {
	width: 78px;
	height: 82px;
	background: url(../images/day_07.png) no-repeat;
	text-align: center;
}

.l_b_l p {
	padding-top: 15px;
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
	color: #999999;
	padding-bottom: 10px;
}

.l_b_l span {
	color: #cccccc;
}

.l_b_r {
	width: 695px;
}

.l_b_r h2 {
	font-size: 16px;
	color: #333;
}

.l_b_r p {
	height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 15px;
	line-height: 24px;
	color: #999999;
}

.l_b_r p a {
	float: right;
	color: #fb8152;
	font-size: 14px;
}

.right {
	position: relative;
	width: 340px;
	cursor: pointer;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: 1s;

}

.right:hover .bg {
	display: block;
}

.right .bg {
	position: absolute;
	width: 100%;
	height: 553px;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	text-align: center;
	display: none;

}

.right .bg img {
	margin-top: 194px;
}

.content .move a:hover {
	background: #fa6721;
	color: #fff;
}

.businesss {
	padding-bottom: 100px;
}

.businesss .ch {
	text-align: center;
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.businesss .en {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: block;
	text-align: center;
}

.businesss ul {
	width: 1200px;
	margin: 100px auto 0;
	display: flex;
}

.businesss li {
	flex: 1;
	text-align: center;
}

.businesss li:hover {
	box-shadow: 0 0 5px #ccc;
}

.businesss li i {
	height: 110px;
	display: block;
}

.businesss li img {
	display: block;
	margin: 0 auto;
}

.businesss li span {
	font-size: 27px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: block;
	text-align: center;
}

.businesss li p {
	font-size: 19px;
	font-family: MicrosoftYaHeiLight;
	font-weight: 400;
	color: #414753;
	line-height: 32px;
	margin: 10px auto;
	width: 80%;
	height: 100px;
}

.businesss li div {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.businesss li div>div {
	width: 30%;
	background-color: yellow;
	padding: 10px;
	border-radius: 5px;
}

.conwrap {
	width: 1200px;
	margin: 0 auto;
}

.dpbox1 {
	padding: 50px 0 0px;
}

.dpbox1 h2,
.dpbox2 h2,
.dpbox3 h2,
.dpbox5 h2,
.advantages h2 {
	font-size: 36px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}

.dpbox3 h2 {
	margin-bottom: 90px;
}

.dpbox5 h2 {
	margin-bottom: 70px;
}

.dpbox1 h3,
.dpbox5 h3,
.advantages h3 {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #999999;
	text-align: center;
	margin-bottom: 40px;
}

.dpbox1 a {
	width: 180px;
	height: 44px;
	background: #FFFFFF;
	border: 1px solid #FA6721;
	border-radius: 22px;
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #FA6721;
	line-height: 44px;
	display: block;
	text-align: center;
	margin: 0 auto 70px;
}

.dpbox1 img {
	display: block;
	margin: 0 auto 50px;
}

.dpbox2 h2 {
	margin-bottom: 90px;
}

.dpbox2 .title {
	display: flex;
}

.dpbox2 .title>div {
	flex: 1;
	text-align: center;
}

.dpbox2 .title>div i {
	height: 60px;
	display: block;
}

.dpbox2 .title>div span {
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	text-align: center;
	display: block;
	padding-bottom: 20px;

}

.dpbox2 .title>div.active span {
	color: #FA6721;
	border-bottom: 2px solid #FA6721;
}

.dpbox2 .title>div:nth-of-type(1) i {
	background: url(../images/n16.png) no-repeat top center;
}

.dpbox2 .title>div:nth-of-type(1).active i {
	background: url(../images/n7.png) no-repeat top center;
}

.dpbox2 .title>div:nth-of-type(2) i {
	background: url(../images/n8.png) no-repeat top center;
}

.dpbox2 .title>div:nth-of-type(2).active i {
	background: url(../images/n12.png) no-repeat top center;
}

.dpbox2 .title>div:nth-of-type(3) i {
	background: url(../images/n9.png) no-repeat top center;
}

.dpbox2 .title>div:nth-of-type(3).active i {
	background: url(../images/n13.png) no-repeat top center;
}

.dpbox2 .title>div:nth-of-type(4) i {
	background: url(../images/n10.png) no-repeat top center;
}

.dpbox2 .title>div:nth-of-type(4).active i {
	background: url(../images/n14.png) no-repeat top center;
}

.dpbox2 .title>div:nth-of-type(5) i {
	background: url(../images/n11.png) no-repeat top center;
}

.dpbox2 .title>div:nth-of-type(5).active i {
	background: url(../images/n15.png) no-repeat top center;
}

.dpbox2 .tab {
	background: #F7F7F7;
	padding: 50px 0;
}

.dpbox2 .tab .cons {
	width: 85%;
	margin: 0 auto;
}

.dpbox2 .tab .cons ul {
	width: 100%;
}

.dpbox2 .tab .cons li {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin: 0 2% 30px 0;

	border-radius: 10px;
	/* padding:10px 10px 17px; */
	box-sizing: border-box;
}

.dpbox2 .tab .cons li:nth-of-type(2n) {
	margin-right: 0;
}

.dpbox2 .tab .cons li .pic {
	position: relative;
}

.dpbox2 .tab .cons li .pic img {
	width: 100%;
	display: block;
	border-radius: 10px;
}

.dpbox2 .tab .cons li .layers {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	height: 100%;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
}

.dpbox2 .tab .cons li .layers img {
	width: 180px;
	border-radius: 0;
}

.dpbox2 .tab .cons li:hover .layers {
	display: flex;
}

.dpbox2 .tab .cons li p {
	font-size: 18px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	text-align: center;

	margin: 15px 0;
}

.dpbox2 .tab .cons li a {
	width: 180px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #FA6721;
	border-radius: 18px;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #FA6721;
	line-height: 36px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.dpbox3 {
	padding: 75px 0 100px;
}

.dpbox3 .conwrap {
	background: url(../images/n22.png) no-repeat center center;
	height: 500px;
}

.dpbox3 .conwrap ul {
	display: flex;
}

.dpbox3 .conwrap li {
	flex: 1;
	position: relative;
	height: 500px;
}

.dpbox3 .conwrap li .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 240px;
	box-sizing: border-box;
	height: 100%;
	background: none;

}

.dpbox3 .conwrap li span {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	text-align: center;
}

.dpbox3 .conwrap li p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin: 30px auto 0;
	width: 80%;
	text-align: center;
	display: none;
}

.dpbox3 .conwrap li:hover .layer {
	background: url(../images/next.png) no-repeat top 70% center;
	background-color: rgba(250, 103, 33, 0.8);
	padding-top: 150px;
}

.dpbox3 .conwrap li:hover p {
	display: block;
}

.dpbox4 {
	height: 200px;
	background: linear-gradient(90deg, #FA6721 0%, #FAAB21 100%);
	padding: 40px 0 0;
	box-sizing: border-box;
}

.dpbox4 ul {
	display: flex;
}

.dpbox4 li {
	flex: 1;
	background: url(../images/border.png) no-repeat right center;
	text-align: center;
}

.dpbox4 li span {
	font-size: 60px;
	font-family: FZZZHONGJW;
	font-weight: normal;
	color: #FFFFFF;
}

.dpbox4 li p {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 30px;
}

.dpbox4 li:last-child {
	background: none;
}

.dpbox4 h2 {
	font-size: 36px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

.dpbox4 li .font1 {
	font-size: 48px;
}

.dpbox5 {
	padding: 60px 0 120px;
}

.dpbox5 li {


	width: 32%;
	float: left;
	margin: 0 2% 20px 0;
}

.dpbox5 li img {
	width: 100%;
	height: 260px;
	border-radius: 10px;
}

.dpbox5 li:nth-of-type(3n) {
	margin-right: 0;
}

.dpbox5 li span {
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	display: block;
	margin: 10px 0;
	text-align: center;
}

.dpbox5 li p {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #999999;
	text-align: center;
}

.dpbox6 {
	padding: 80px 0;
	background: url(../images/bg.png) no-repeat top 80px center;
}

.dpbox6 .ico li {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	justify-content: center;
	width: 190px;
	height: 90px;
	margin: 0 5px 10px 0;
	box-shadow: 0 0 3px #ccc;
}

.dpbox6 .ico li img,
.device .oul_li li img {
	max-width: 100%;
	max-height: 100%;
}

.dpbox6 .ico li:nth-of-type(6n) {
	margin-right: 0;
}

.dpbox6 .news {
	padding-top: 200px;
}

.dpbox6 .news h2 {
	font-size: 36px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-bottom: 60px;
}

.dpbox6 .news .title {
	border-bottom: 2px solid #FA8E21;
	text-align: center;
	margin-bottom: 20px;
}

.dpbox2 .tab .cons .swiper-container {
	display: none;
	padding-bottom: 40px;
}

.dpbox2 .tab .cons .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #A0A0A0;
	border-radius: 4px;
}

.dpbox2 .tab .cons .swiper-pagination-bullet-active {
	width: 32px;
	height: 8px;
	background: #FA6721;
	border-radius: 4px;
}

.dpbox2 .tab .cons .swiper-container:first-of-type {
	display: block;
}

.dpbox6 .news .title span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A1A1A;
	margin: 0 20px;
	line-height: 40px;
	cursor: pointer;
}

.dpbox6 .news .title span.active {
	color: #F19149;
}

.dpbox6 .news .con ul {
	display: none;
}

.dpbox6 .news .con ul:first-of-type {
	display: block;
}

.dpbox6 .news .con li {
	height: 180px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	width: 32%;
	padding: 0 10px;
	margin: 0 2% 30px 0;
	float: left;
	box-sizing: border-box;
}

.dpbox6 .news .con li:nth-of-type(3n) {
	margin-right: 0;
}

.dpbox6 .news .con li .tit {
	border-bottom: 2px solid #E5E5E5;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 58px;
	height: 58px;
	overflow: hidden;
	margin-bottom: 20px;
}

.dpbox6 .news .con li .font {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.dpbox6 .news .con li .time {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.dpbox6 .news .con li .time span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.dpbox7 {
	padding-top: 20px;
}


body {
	overflow-x: hidden;
}

.advantages {
	background: #F6F8FB;
	padding: 50px 0 20px;
}


.advantages ul {
	display: flex;
	flex-wrap: wrap;
}

.advantages li {
	width: 25%;
	margin-bottom: 70px;
}

.advantages li img {
	display: block;
	margin: 0 auto 20px;
}

.advantages li span {
	font-size: 16px;
	font-family: PingFang;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

.advantages li p {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 24px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.detailbox {
	padding-top: 50px;
}

.detailbox .title {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 50px;
	margin-bottom: 70px;
	text-align: center;
}

.detailbox .title h2 {
	font-size: 36px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}

.detailbox .title p {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #999999;
	text-align: center;
}

.detailbox .con p {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
}

.detailbox .con img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.detailbox .con {
	padding-bottom: 100px;
}

.detailbox .chapter {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	line-height: 85px;
	display: flex;
	justify-content: space-between;
	s
}

.detailbox .chapter a {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
}

.detailbox .relate {
	margin-top: 50px;
}

.detailbox .relate h2 {
	font-size: 36px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}

.detailbox .relate li {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}

.detailbox .relate li:nth-of-type(3n) {
	margin-right: 0;
}

.detailbox .relate li img {
	width: 100%;
	height: 260px;
	border-radius: 10px;
}

.detailbox .relate li span {
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	display: block;
	text-align: center;
	margin: 10px 0 5px;
}

.detailbox .relate li p {
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #999999;
	text-align: center;
}

.content_news {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content_news_div {
	border: 1px solid #cccccc;
	height: 100px;
	width: 38%;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 5%;
	font-size: 15px;
	position: relative;
}

.content_news_tittle {
	height: 30px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #4D4D4D;
}

.content_news_text {
	color: #808080;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.content_news_time{
	position: absolute;
    width: 60px;
    height: 60px;
    background-color: #f07304;
    left: -20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content_news_time div:first-child	{
	font-size: 27px;
    font-weight: bolder;
}
.content_news_time div:last-child	{
	font-size: 10px;
}

a {
	text-decoration: none;
	/* 去掉下划线 */
	color: inherit;
	/* 继承父元素颜色，状态不变 */
}

