.pub_bg {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}
body{
	overflow-x: hidden;
}
.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/*头部*/
* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.nav .nav_top {
	background: #727171;
	padding: 10px 0;
	text-align: right;
}

.nav .nav_top::after {
	content: "";
	display: table;
	clear: both;
}

.nav .nav_top a {
	display: inline-block;
	background-color: #ffffff;
	color: #c20d23;
	line-height: 30px;
	padding: 0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
}

.two_cont .two_cunt_left ul li .li_box a {
	color: #333;
}

.nav .nav_dh {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.nav .nav_dh .nav_dh_left {
	width: 200px;
}

.nav .nav_dh .nav_dh_left img {
	width: 100%;
}

.nav .nav_dh .nav_dh_right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 10px;
	text-align: right;
}

.nav .nav_dh .nav_dh_right ul::after {
	content: "";
	display: table;
	clear: both;
}

.nav .nav_dh .nav_dh_right ul li {
	width: 11.11%;
	float: left;
	margin-top: 30px;
	text-align: center;
	margin: 30px 0 auto;

}

.nav .nav_dh .nav_dh_right ul li a {
	color: #333;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 16px;
}

.index_banner {
	padding: 20px 0 0;
}

.index_banner .swiper-slide img {
	width: 100%;
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
	background: transparent;
	width: 40px;
}

.index_banner .swiper-button-next img,
.index_banner .swiper-button-prev img {
	width: 100%;
}

.index_banner .swiper-button-prev {
	left: 10px;
}

.index_banner .swiper-button-next {
	right: 10px;
}

.index_banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #FFF;
	opacity: 1;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	opacity: 0.5;
}

.index_icon ul {
	padding: 0 80px 30px;
}

.index_icon ul::after {
	content: "";
	display: table;
	clear: both;
}

.index_icon ul li {
	width: 25%;
	float: left;
}

.index_icon ul li .index_icon_box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding: 0 10px;
}

.index_icon ul li .index_icon_box .img {
	width: 150px;
	margin: 0 auto;
}

.index_icon ul li .index_icon_box .img img {
	width: 100%;
}

.index_icon ul li .index_icon_box .text {
	text-align: center;
	color: #ff0000;
	margin-top: -20px;
	font-weight: bold;
}

.index_part3 {
	background: url(../img/part3.png) no-repeat center;
	background-size: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.index_part3::after {
	content: "";
	display: table;
	clear: both;
}

.index_part3 .index_part3_left {
	width: 550px;
	float: left;
	padding: 170px 0;
	position: relative;
}

.index_part3 .index_part3_left .android {
	display: inline-block;
	width: 60px;
	height: 80px;
	position: absolute;
	top: 290px;
	right: 70px;
}

.index_part3 .index_part3_left .ios {
	display: inline-block;
	width: 60px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 290px;
}

.index_part3 .index_part3_left img {
	width: 550px;
	vertical-align: middle;
}

.index_part3 .index_part3_right {
	float: right;
	width: 40%;
	text-align: right;
	padding-top: 50px;
}

.index_part3 .index_part3_right img {
	width: 80%;
}

.title {
	font-size: 22px;
	color: #cc0033;
	margin-top: 30px;
}

.title span {
	font-weight: bold;
}

.index_data {
	background-color: #f1f1f1;
	padding: 0 20px 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	margin: 0 -20px;
	margin-top: 30px;
}

.index_data::after {
	content: "";
	display: table;
	clear: both;
}

.index_data ul {
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
}

.index_data ul li {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.index_data ul li .time {
	font-size: 20px;
	color: #cc0033;
}

.index_data ul li .title1 {
	color: #333;
	font-size: 18px;
	margin-top: 10px;
	line-height: 22px;
}

.index_video ul {
	margin: 0 -60px;
}

.index_video ul::after {
	content: "";
	display: table;
	clear: both;
}

.index_video ul li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	width: 33.333%;
	float: left;
	padding: 0 60px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.index_video ul li:hover .img {
	box-shadow: 0 0 10px rgba(204, 0, 51, 0.8);
	-webkit-box-shadow: 0 0 10px rgba(204, 0, 51, 0.8);
	-moz-box-shadow: 0 0 10px rgba(204, 0, 51, 0.8);
	-o-box-shadow: 0 0 10px rgba(204, 0, 51, 0.8);
}

.index_video ul li:hover .img .img_box {
	background-color: rgba(204, 0, 51, 0.5);
}

.index_video ul li:hover .img .img_sp {
	background: url(../img/sp_hicon.png) no-repeat center;
}

.index_video ul li .img {
	height: 120px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.index_video ul li .img .img_box {
	height: 120px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.8);
}

.index_video ul li .img .img_sp {
	width: 80px;
	height: 80px;
	background: url(../img/sp_icon.png) no-repeat center;
	background-size: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 2;
	-o-transform: translate(-50%, -50%);
	position: absolute;
}

.index_video ul li .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 120%;
	z-index: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.index_down ul {
	margin: 0 -20px;
	margin-bottom: 30px;
}

.index_down ul::after {
	content: "";
	display: table;
	clear: both;
}

.index_down ul li {
	width: 25%;
	float: left;
	margin-top: 30px;
	padding: 0 20px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
}

.index_down ul li .index_down_box:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #c30d23;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

.two .text {
	position: absolute;
	padding-left: 100px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	text-shadow: 2px 2px 2px rgba(194, 13, 35, 0.8);
}

.two_cont {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.two_cont .two_cunt_left {
	width: 280px;
}

.two_cont .two_cunt_left .two_cunt_left_top {
	background: #c20d23;
	text-align: center;
	color: #FFF;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.two_cont .two_cunt_left ul {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.two_cont .two_cunt_left ul:after {
	content: "";
	display: table;
	clear: both;
}

.two_cont .two_cunt_left ul li {
	float: left;
	width: 100%;
}

.two_cont .two_cunt_left ul li .li_box {
	border: 1px solid #9c9a9a;
	padding: 20px 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 1px;
}

.two_cont .two_cunt_left ul li .li_box .title1 {
	font-size: 14px;
	padding-right: 80px;
	position: relative;
}

.two_cont .two_cunt_left ul li .li_box .title1 span.text {}

.two_cont .two_cunt_left ul li .li_box .title1 .data_span {
	font-size: 12px;
	float: right;
	color: #999;
	width: 90px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.two_cont .two_cunt_left ul li .li_box .title2 {
	font-size: 14px;
	margin-top: 10px;
}

.two_cont .two_cunt_left ul li .li_box .title3 {
	font-size: 14px;
	margin-top: 10px;
	color: #c20d23;
}

.two_cont .two_cunt_right {
	margin: 0 -20px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 40px;
}

.two_cont .two_cunt_right:after {
	content: "";
	display: table;
	clear: both;
}

.two_cont .two_cunt_right .two_cunt_row {
	width: 50%;
	float: left;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	min-height: 700PX;
}

.foot {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.foot .foot_main {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.foot .foot_main .foot_left {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	padding-right: 20px;
}

.foot .foot_main .foot_right {
	width: 100px;
}

.foot .foot_main .foot_right a {
	display: inline-block;
	width: 100px;
	background: #595757;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.foot_img {
	padding: 100px 0;
	margin-top: 20px;
}

.foot_img .swiper-button-prev,
.foot_img .swiper-button-next {
	background: transparent;
	opacity: 1;
	margin-top: 0;
	height: 26px;
}

.foot_img ul {
	padding: 0 50px;
}

.foot_img ul::after {
	content: "";
	display: table;
	clear: both;
}

.foot_img ul li {
	width: 20%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 20px;
	height: 70px;
}

.foot_img ul li a {
	border: 1px solid #dfdfdf;
	display: block;
}

.foot_img ul li a img {
	width: 100%;
	display: table;
}

.two_title {
	background: url(../img/two_bj.png) repeat-x center;
}

.two_title span {
	display: inline-block;
	background: #FFF;
	color: #c20d23;
	padding: 5px 20px;
	font-size: 30px;
	font-weight: bold;
	padding-left: 0;
}

.two_text {
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
}




@font-face {
	font-family: "Nunito";
	src: url("./font/eicons.woff2") format("woff2"), url("./font/eicons.woff") format("woff"), url("./font/eicons.ttf") format("truetype"), url("./font/eicons.eot") format("embedded-opentype"), url("./font/eicons.svg") format("svg");
}

* {
	font-family: Nunito;
}

.nav_dh_right ul li {
	width: 10%;

}

.nav_dh_right ul li .top {
	/* transition:all 0.5s linear;
			-webkit-transition:all 0.5s linear; */
}

.nav_dh_right ul li .btm {
	/* transition:all 1s linear;
			-webkit-transition:all 1s linear; */
}

.nav_dh_right ul li .top img {
	vertical-align: middle;
	width: 10px;
}

.nav_dh_right ul li a {
	cursor: pointer;
}

.nav_dh_right ul li:hover .btm {
	display: block;
	background-color: rgba(63, 63, 63, 1);

}

.nav_dh_right ul li:hover .top {
	background: #efefef;
	color: #bd0700;
}

.nav_dh_right ul li .btm {
	display: none;

	position: absolute;
	background-color: rgba(63, 63, 63, 0);
	border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-o-border-radius: 0px 0px 4px 4px;
	padding: 10px 10px 10px 10px;
	left: 0;
	padding: 20px;
	z-index: 10;
	width: 160px;
	text-align: left;
	left: 0;

}

.nav_dh_right ul li .btm a {
	color: #FFF !important;
	display: block !important;
	text-align: left !important;
	font-weight: 100 !important;
}

.nav_dh_right ul li .btm1 a {
	width: 50%;
	float: left !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	font-size: 14px !important;
	box-sizing: border-box;
	text-align: center !important;
	border-bottom: 1px dashed #ffffff78;
}

.nav_dh_right ul li .btm1 a:nth-child(2n+1) {
	border-right: 1px dashed #ffffff78;

}

.nav_dh_right ul li .btm1 a:nth-last-of-type {
	border-bottom: none;
}

.nav .nav_dh .nav_dh_left img {
	width: auto;
	height: 58px;
}


.nav .nav_dh .nav_dh_left {
	width: auto;
	margin-right: 0;
}

.nav .nav_dh .nav_dh_right {
	padding-left: 30px;
	text-align: left;
}

.nav .nav_dh .nav_dh_right ul li {
	width: 11.11%;
	float: inherit;
	margin-top: 10px;
	text-align: center;
	/* margin: 30px 0 auto; */
	display: inline-block;
	width: auto !important;
	margin: 10px 2px;
	font-size: 12px;
}

.nav .nav_dh .nav_dh_right ul li a {
	color: #333;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	padding: 10px 5px;

	font-family: Nunito, sans-serif;

	font-size: 12px !important;
}

.index_banner {
	padding: 0;
}
.foot_img1{
	display: none;
}
@media screen and (min-width:1440px) {
	.pup_wrap {
		width: 100%;
		min-width: 1250px;
	}

	.pup_wrap .pup_mian {
		width: 100%;
		max-width: 1250px;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}
}


@media screen and (min-width:1100px) and (max-width:1440px) {

.pup_wrap {
		width: 100%;
		min-width: 1100px;
	}

	.pup_wrap .pup_mian {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		/*Opera9.6*/
		-ms-box-sizing: border-box;
		/*IE8*/
		box-sizing: border-box;
	}
	.nav .nav_dh .nav_dh_right ul li a {
		font-size: 14px;
	}

	.nav .nav_dh .nav_dh_right {
		padding-top: 0;
	}

	.index_part3 {
		background: url(../img/part3.png) no-repeat center;
		background-size: 100%;
	}

	.index_part3 .index_part3_left {
		width: 550px;
		float: left;
		padding: 120px 0;
		position: relative;
	}

	.index_part3 .index_part3_left .android {
		display: inline-block;
		width: 60px;
		height: 80px;
		position: absolute;
		top: 240px;
		right: 70px;
	}

	.index_part3 .index_part3_left .ios {
		display: inline-block;
		width: 60px;
		height: 80px;
		position: absolute;
		right: 0;
		top: 240px;
	}

	.index_part3 .index_part3_right {
		float: right;
		width: 40%;
		text-align: right;
		padding-top: 20px;
	}

	.pup_wrap .pup_mian {
		width: 1100px;

		margin: 0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.index_icon ul {
	    padding: 0 0 30px;
	}


}


@media screen and (min-width:600px) and (max-width:1100px) {
	.index_part3 .index_part3_left .ios {
	    display: inline-block;
	    width: 35px;
	    height: 45px;
	    position: absolute;
	    right: 0;
	    top: 200px;
	    background: red;
	}
	.index_part3 .index_part3_left .android {
	    display: inline-block;
	    width: 35px;
	    height: 45px;
	    position: absolute;
	    top: 200px;
	    right: 38px;
	    background: red;
	}
	.pup_mian{
		padding:0 10px;
	}
	.foot_img1{
		
		display: none;
	}
	.foot_img2{
		display: block;
	}
	#nav_dh {
		display: none;
	}
	.pup_wrap .pup_mian {
	    width: 100%;
	    margin: 0 auto;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 0 20px;
	}
	.index_icon ul {
	    padding: 0 0 30px;
	}
	.index_icon ul li .index_icon_box .text {
	    text-align: center;
	    color: #ff0000;
	    margin-top: 0;
	    font-weight: bold;
	    font-size: 12px;
	}
	.index_icon ul li .index_icon_box .img {
	    width: 100px;
	    margin: 0 auto;
	}
	.index_part3 .pup_mian{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.index_part3 .index_part3_left {
	    width: 300px;
	    float: left;
	    padding: 0;
	    position: relative;
	}
	.index_part3 .index_part3_left img {
	    width: 100%;
	    vertical-align: middle;
	    position: absolute;
	    top: 50%;
	    transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
	    left: 50%;
	}
	.index_part3 .index_part3_right {
	  
	    text-align: right;
	    padding-top: 0;
	   
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1 ;
		flex: 1;
	}
	.index_part3 .index_part3_right img {
	    
	   width: 300px;
	}
	.index_data {
	    background-color: #f1f1f1;
	    padding: 0 20px 20px;
	    border-radius: 15px;
	    -webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    -o-border-radius: 15px;
	    margin: 0;
	    margin-top: 30px;
	}
	.index_video ul {
	    margin: 0 0;
	}
	.index_video ul li {
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	    width: 33.333%;
	    float: left;
	    padding: 0 10px;
	    margin-top: 30px;
	    margin-bottom: 20px;
	}
	
	.foot_img ul li {
	    width: 25%;
	    float: left;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 0 10px;
	    margin-top: 20px;
	    height: 70px;
	}
	.index_video ul li .img img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    height: auto;
	    z-index: 0;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    width: 100%;
	}
}
@media screen and (min-width:800px) and (max-width:1100px) {
	
	.index_part3 .index_part3_left {
	    width: 550px;
	    float: left;
	    padding: 0;
	    position: relative;
	}
	.index_part3 .index_part3_left .android {
	    display: inline-block;
	    width: 60px;
	    height: 80px;
	    position: absolute;
	    top: 250px;
	    right: 70px;
	    background: red;
	}
	.index_part3 .index_part3_left .ios {
	    display: inline-block;
	    width: 60px;
	    height: 80px;
	    position: absolute;
	    right: 0;
	   top: 250px;
	    background: red;
	}
	.index_part3 .index_part3_right img {
	    width: 80%;
	    width: 400px;
	}
	.index_part3 .index_part3_left .ios {
	    display: inline-block;
	    width: 60px;
	    height: 80px;
	    position: absolute;
	    right: 0;
	    top: 270px;
	    background: red;
	}
	.index_part3 .index_part3_left .android {
	    display: inline-block;
	    width: 60px;
	    height: 80px;
	    position: absolute;
	    top: 270px;
	    right: 70px;
	    background: red;
	}
}
@media only screen and (max-width: 1100px) {
	#nav_dh{
		display: none;
	}
}
@media only screen and (max-width: 599px) {
	.two_cont {
	    padding-top: 20px !important;
	    padding-bottom: 20px !important;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    display: block;
	}
	.two_cont .two_cunt_left {
	    width: 100%;
	}
	.two_cont .two_cunt_right {
	    margin: 0;
	    -webkit-box-flex: 1;
	    -moz-box-flex: 1;
	    -webkit-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
	    padding-left: 0;
	    margin-top: 20px;
	}
	.two_cont .two_cunt_right .two_cunt_row {
	    width: 50%;
	    float: left;
	    padding: 0;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
		min-height: 500PX;
	}
	.two{
		overflow: hidden;
		position: relative;
		height: 100px;
	}
	.two img{
		    width: 1000px !important;
			position: absolute;
			left: 50%;
			margin-left: -500px;
	}
	.index_part3 .index_part3_left .android {
	    display: inline-block;
	    width: 20px;
	    height: 40px;
	    position: absolute;
	    top: 40px;
	    right: 22px;
	    background: red;
	}
	.index_part3 .index_part3_left .ios {
	    display: inline-block;
	    width: 20px;
	    height: 40px;
	    position: absolute;
	    right: 0;
	    top: 40px;
	    background: red;
	}
.foot_img1{
	display: block;
}
.foot_img2{
	display: none;
}
	.pup_wrap {
		width: 100%;
		min-width: 100%;
	}

	#nav_dh {
		display: none;
	}

	.pup_wrap .pup_mian {
		width: 100%;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.index_icon ul {
	    padding: 0 0 40px;
	}
	.index_icon ul li {
	    width: 50%;
	    float: left;
	}
	.index_part3 {
	    background: url(../img/part3.png) no-repeat center;
	    background-size: auto 100%;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	}
	.index_part3 .index_part3_left {
	    width: 200px;
	    float: left;
	    padding: 0 0;
	    position: relative;
	}
	.index_part3 .pup_mian {
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    padding: 50px 20px;
	}
	.index_part3 .index_part3_left img {
	    width: 200px;
	    vertical-align: middle;
	}
	.index_part3 .index_part3_right {
	    text-align: right;
	    -webkit-box-flex: 1;
	    -moz-box-flex: 1;
	    -webkit-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
	    position: relative;
	    padding-top: 0;
	}
	.index_part3 .index_part3_right img {
	    width: 90%;
	    position: absolute;
	    right: 0;
	    top: 50%;
		max-width: 200px;
	    transform: translate(0 ,-50%);
		-webkit-transform: translate(0 ,-50%);
		-moz-transform: translate(0 ,-50%);
		-o-transform: translate(0 ,-50%);
	}
	.title {
	    font-size: 18px;
	    color: #cc0033;
	    margin-top: 20px;
	}
	.index_data {
	    background-color: #f1f1f1;
	    padding: 0 0 20px;
	    border-radius: 15px;
	    -webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    -o-border-radius: 15px;
	    margin: 0;
	    margin-top: 20px;
	    box-sizing: border-box;
	}
	.index_data ul {
	    width: 50%;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	    float: left;
	    padding: 0 10px;
	}
	
	.index_data ul li .time {
	    font-size: 18px;
	    color: #cc0033;
	}
	.index_data ul li {
	    width: 100%;
	    float: left;
	    margin-top: 10px;
	}
	.index_data ul li .title1 {
	    color: #333;
	    font-size: 12px;
	    margin-top: 10px;
	    line-height: 22px;
	    /* height: 44px; */
	}
	.index_video ul {
	    margin: 0 0;
	}
	.index_video ul li {
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	    width: 100%;
	    float: left;
	    padding: 0 0;
	    margin-bottom: 0;
	    
	    margin-top: 20px;
	}
	.index_video ul li .img img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    height: auto; 
	    z-index: 0;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    width: 100%;
	}
	.index_icon ul li .index_icon_box .img {
	    width: 100px;
	    margin: 0 auto;
	}
	.index_icon ul li .index_icon_box .img img {
	    width: 100%;
	}
	.index_icon ul li .index_icon_box .text {
	    text-align: center;
	    color: #ff0000;
	    margin-top: 0;
	    font-weight: bold;
	    font-size: 12px;
	}
	.foot_img {
	    padding: 30px 0;
	    margin-top: 20px;
	}
	
	.foot_img ul li {
	    width: 100%;
	    float: left;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 0 5px;
	    margin-top: 10px;
	    height: auto;
	}
}
