@charset "utf-8";
/* CSS Document */
*{
	font-family: "微软雅黑";
	font-weight: normal;
}
body{
	margin: 0;
	padding: 0;
	
}
ul,li,dd,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul,li,dd,dl{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img{
	border: none;
/*	display: block;*/
}
input{
	border: none;
}
textarea{
	border: none;
	resize: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.clearfix:after{
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.head {
	position: relative;
}
.head_box {
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.lg {
	line-height: 100px;
}
.menu {
	width: 830px;
	margin-left: 6%;
	transition: 1s;
}
.menu li:nth-child(1) {
	margin-left: 0;
}
.menu li.on {
	background: url(../images/bg.jpg)no-repeat;
	background-position: center 92px;
	border-top: solid 2px #2b1672;
	border-bottom: solid 2px #2b1672;
}
.menu li {
	float: left;
	font-size: 16px;
	padding: 0 10px;
	height: 100px;
	line-height: 100px;
	margin-left: 5%;
	transition: 0.5s;
}
.menu li:hover{
	background: url(../images/bg.jpg)no-repeat;
	background-position: center 92px;
	border-top: solid 2px #2b1672;
	border-bottom: solid 2px #2b1672;
}
.menu li:hover a{
	color: #2b1672;
	font-weight: bold;
}
.menu li.on a {
	color: #2b1672;
	font-weight: bold;
}
.menu li a {
	color: #333333;
}
.head_fr {
	position: absolute;
	right: 0;
	top: 0;
	width: 460px;
	display: flex;
	align-items: center;
	transition: 1s;
}
.but_box {
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 89999;
}
.head_but {
	padding: 0;
	border: none;
	margin: 0;
	transition: 1s;
}
.head_dh {
	background: #2b1672;
	height: 100px;
	display: flex;
	align-items: center;
	width: 360px;
	padding-left: 42px;
	transition: 1s;
}
.head_dh img {
	margin-right: 10px;
}
.dh_h1 {
	color: #fff;
	font-size: 14px;
	transition: 1s;
}
.dh_h1 span {
	display: block;
	font-size: 24px;
	transition: 1s;
}

#sections-wrapper {
	position: relative;
	overflow: hidden;
	height: 100vh;
}

section {
	height: 100vh;
	font-size: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hide-bottom {
	transform: translateY(100%);
}

.hide-top {
	transform: translateY(-100%);
}

.segment {
	height: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.segment-inner {
	position: absolute;
	top: 0;
	background: no-repeat top center / 100% auto;
	height: 100%;
	width: 100vw;
}

.sections-control {
	text-align: center;
	font-size: 0;
	position: fixed;
	right: 25px;
	bottom: 25px;
	box-sizing: border-box;;
}

.section-thumbnail {

	display: block;
	margin-top: 4px;
	padding: 4px 0;
	position: relative;
	transition: .3s all ease;
	opacity: .5;
	cursor: pointer;
	transform-origin: right top;
	background: #0a7eff;
	width: 20px;
	height: 40px;
}

.section-thumbnail:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: var(--thumbnail-height);
	top: 50%;
	margin-top: calc(var(--thumbnail-height)/2 * -1);
	background: #fff;
}

.section-thumbnail:hover {
	opacity: 1;
}

.section-thumbnail.active {
	transform: scaleX(2);
	opacity: 1;
}


.banner img{
	width: 100%;
}

.meet_box{
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 250px;
}
.show_boxz{
	padding-bottom: 250px;
}
.show_xq_box{
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
}
.pa_bo{
	padding-bottom: 0;
}
.meet_bt {
	width: 17%;
	margin: 0 auto;
	overflow: hidden;
}
.meet_bt img{
	width: 100%;
}
.meet_h1{
	font-size: 36px;
	color: #2b1672;
	letter-spacing: 6px;
	line-height: 36px;
}
.meet_h2{
	color: #999999;
	font-size: 30px;
	text-transform: uppercase;line-height: 36px;
	margin-left: 10px;
}
.meet_h1 span{
	color: #db281e;
}
.meet_h_box{
	margin-top: 36px;
}
.meet_menu li{
	float: left;
	width: 20%;
	height: 60px;
	background: #f0eff6;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	margin-left: 30px;
	transition: 0.5s;
	margin-top: 30px;
	cursor: pointer;
}

.meet_nr_img{
	width: 48%;
	float: left;
}
.meet_nr{
	margin-top: 15px;
}
.meet_nr li{
	background: #f0eff6;
	float: left;
	width: 49%;
	margin-top: 30px;transition: .5s;
}
.meet_nr li:nth-of-type(even){
	float: right;
}.meet_nr li:hover .meet_nr_wb_h1{
	font-weight: bold;
 }

.meet_nr_wb{
	width: 52%;
	float: left;
	background: #f0eff6;
	padding: 25px 25px 0;
}
.meet_nr_wb_h1{
	color: #2b1672;
	font-size: 24px;
}
.meet_nr_wb_p{
	font-size: 14px;
	color: #666666;overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	margin-top: 14px;
}
.meet_hx{
	background: #e6e6e6;
	height: 2px;
	margin-top: 15px;
}
.meet_nr_wb_h{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.meet_nr_wb_h2{
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
}

.meet_nr_img img{
	width: 100%;
}
.meet_menu li.on{
	background: #2b1672;
	font-weight: bold;
}
.meet_menu li.on a{
	color: #fff;
}
.meet_menu li:hover{
	background: #2b1672;
	font-weight: bold;
}
.meet_menu li:hover a{
	color: #fff;
}
.meet_menu li a{
	color: #333333;
}
.meet_menu li:first-child{
	margin-left: 0;
}
.a_box{
	text-align: right;
	margin-top: 80px;
}
.a_box a{
	display: inline-block;
	padding: 4px 10px;
	background: #dcdcdc;
	border-radius: 2px;
	color: #333333;
	font-size: 14px;
	transition: .5s;
}
.a_box a.on{
	background: #df0024;
	color: #fff;
}
.a_box a:hover{
	background: #df0024;color: #fff;
}
.foot{

	background: #242834;
	padding-top: 1px;
	padding-bottom: 40px;
	position: relative;
}
.foot_box{
	max-width: 1520px;
	width: 100%;
	margin: -182px auto 0;
	background: #0a0e17;
}
.foot_box1{
	max-width: 1520px;
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.di_ft{
	width: 40%;
}
.di_ft_h2{
	font-size: 16px;
	color: #fff;margin-top: 20px;
}
.di_ft_h1{
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: solid 1px #92949a;
	padding-bottom: 30px;
}
.di_ft_h3{
	font-size: 14px;
	color: #888888;margin-top: 18px;

}
.di_ft_h3 span{
	margin-left: 43px;
}
.ma_img{
	width: 100%;
	border: solid 1px #a7a9ae;
	padding: 7px;
}
.ma_img img{
	width: 100%;
}
.ma_box{
	width: 10%;
}
.ma_h1{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 12px;
}
.form_boxx{
	width: 56%;
	background: #0a0e17;
	padding: 22px 31px 0px;
}
.di_menu{
	border-top: solid 1px #a7a9ae;
	margin-top:68px;
}
.di_menu li{
	float: left;
	font-size: 14px;
	margin-top: 26px;
	text-align:left;
margin-left: 6.5%;
}

.di_menu li:first-child{
	margin-left: 0px;
}
.di_menu li a{
	color: #fff;
}
.inp_box_h1{
	font-size: 14px;
	color: #fff;line-height: 47px;
}
.inp_box{
	width: 49%;
	height: 47px;
	background: #22262f;
	display: flex;
	align-items: center;
	padding-left: 17px;
	margin-top: 22px;
}

.inp_box input{
	width: 80%;	background:none;outline: none;font-size: 14px;
	color: #fff;
}
.inp_box select{
	width: 70%;	background:none;outline: none;font-size: 14px;border: none;font-size: 14px;
	color: #fff;
}
.text_box{
	width: 100%;
	height: 184px;
	background: #22262f;
	display: flex;
	align-items: flex-start;padding-left: 17px;
	margin-top: 22px;
}
.text_box textarea{
	width: 80%;	background:none;outline: none;font-size: 14px;
	color: #fff;	height: 80%;margin-top: 12px;
}
.but{
	width: 25%;
	background: #2b1672;
	height: 42px;
	border-radius: 21px;
	color: #fff;
	border: none;
	font-size: 16px;
	margin-top: 32px;
}
.but1{
	width: 25%;
	background: #959595;
	height: 42px;
	border-radius: 21px;
	color: #fff;
	border: none;
	font-size: 16px;margin-top: 32px;
	margin-left: 24px;
}
.foot_xx{
	position: relative;
	width: 44%;
}
.bg_img img{
	width: 100%;
}
.nav_off{
	display: none;
}
.foot_x_wb{
	position: absolute;
	top: 0;
	width: 100%;
	padding-left: 10%;
	padding-top: 36px;
}
.foot_x_bt{
	font-size: 24px;
	color: #fff;
}
.foot_x_wb_h1{
	font-size: 16px;
	color: #fff;
	margin-top: 32px;
}
.foot_x_wb_h1 img{
	margin-right: 20px;
}
.nav_a{
	display: none;
}
.lg1{
	display: none;
}
.top{
	position: absolute;
	right: 6%;
	top: 114px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background:#2b1672;
	text-align: center;
	line-height: 50px;
	transition: 0.5s;
}
.top:hover{
	background: #db281e;
}
.met_xq_h1{
	 font-size: 16px;
	 color: #2b1672;
	 text-align: center;
	 margin-top: 34px;
 }
.news_xq_h1{
	font-size: 18px;
	color: #2b1672;
	text-align: center;
	margin-top: 34px;
}
.news_xq_h2{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}
.met_xq_img{
	margin: 20px auto 0;
	text-align: center;
}

.met_xq_p{
	font-size: 14px;
	color: #666666;	margin: 20px auto 0;
}
.met_xq_h2{
	font-size: 14px;
	color: #666666;
	margin-right: 20px;
	margin-top: 15px;
}
.met_a_box{
	margin-top: 17px;
	border-top:dashed 1px #999999;
	padding-top: 15px;
}
.met_a_box a{
	display: block;
	color: #666666;	font-size: 14px;
	margin-top: 5px;
}
.met_a_box a:hover{
	color: #2b1672;
}

.case_h1{
	font-size: 24px;color: #2b1672;margin-top: 32px;
}
.case_h2{
	font-size: 30px;color: #cccccc;text-transform: uppercase;margin-top:8px;
}
.case_p {
	font-size: 16px;
	color: #666666;margin-top:12px;
}
.case_img img{
width: 100%}
.case_img{
	margin-top:20px;
}
.show_xq{
	background: #f0eff6;
	margin-top: 30px;
}
.xiny_head{
	float: left;width: 20%;
	text-align: center;
	font-size: 16px;
	border-right:solid 1px #a7a7a7;
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
}
.xiny_head a{
	color: #333333;
}
.xiny_head img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 33px;
}



.show_box{
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
}
.show_li_bg{
opacity: 0;
	width: 100%;
	height: 100%;
}
.show_li_bg img{
	width: 100% !important;
	height: 100%!important;
}
.show_ul li:hover  .show_li_bg{
	opacity: 1;

}
.show_ul li:hover .show_li_h1{
	background: #2b1672;
	color: #fff;
}

.show_li_img{
	position: relative;
}
.show_li_img img{
	width: 100%;
	border-radius: 10px 10px 0 0 ;
}
.show_li_bg{
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.show_ul li{
	width: 24%;
	float: left;
	margin-left: 1.3%;
	margin-top: 25px;

}
.show_ul li:nth-child(4n+1){
	margin-left: 0;
}
.show_li_h1{
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-size: 16px;color: #333333;	transition: 0.5s;
}

.cont_ul li{
	background: #f0eff6;
	width: 32%;
	float: left;
	padding: 32px;
	border: solid 1px #e6e6e6;
	text-align: center;
	margin-top: 40px;
	margin-left: 2%;
}
.cont_ul li:nth-child(3n+1){
	margin-left: 0;
}
.cont_h1{
	font-size: 20px;
	color: #2b1672;
	font-weight: bold;
	margin-bottom: 12px;
}
.cont_h2{
	font-size: 16px;
	color: #666666;
}
.map img{
width: 100%;
}
.map{
	margin-top: 45px;
}
.cont_form{
	width: 100%;
	padding-bottom: 43px;
	margin-top: 58px;
}
.cont_form .inp_box{
	width: 32%;
	margin-left: 2%;
}.cont_form .inp_box:nth-child(1){
	margin-left: 0;
 }
 .sec_inp{
	 width: 100%!important;
	 margin-left: 0!important;
 }
.sec_inp  select{
	width: 94%;
}
.cont_form .but{
	width: 14%;
}
.cont_form .but1{
	width: 14%;
	background: #db281e;
}
.pa_but{
	padding-bottom: 60px;
}
.cont_top{
	top: -150px;
}
.show_box .other_ul li{
	height: 470px;
}
.other_ul li{
	float: left;
	width: 23%;
	text-align: center;
	border-radius: 10px;
background: #f0eff6;
	padding: 30px 0 25px;
	transition: 0.5s;
	margin-left: 2.6%;
	margin-top: 40px;

}
.other_ul li:nth-child(4n+1){
	margin-left:0;
}
.other_ul li:hover{
	background: #db281e;
}
.other_ul li:hover .other_li_bg{
	opacity: 1;
}
.other_ul li:hover .other_li_h1{
	color: #fff;
}
.other_ul li:hover .other_li_h2{
	color: #fff;
}
.other_ul li:hover .other_li_p{
	color: #fff;
}
.other_ul li:hover .other_li_a{
	color: #fff;
}
.other_li_h1{
	font-size: 16px;
	color: #333333;
}
.other_li_h2{
	font-size: 14px;
	color: #999999;
}
.other_li_p{
	padding:0 4%;	font-size: 14px;
	color: #999999;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: 25px;
}
.other_li_a{
	font-size: 14px;	color: #2b1672;margin-top: 10px;
}
.other_li_bg{
	opacity: 0;
	transition: 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.other_li_bg img{
	width: 100%;	height: 100%;
}
.other_li_img img{
width: 100%;
}
.other_li_img{
	position: relative;
	margin-top: 15px;
}
.other_menu{
	margin-top: 30px;
}

.other_menu li{
	float: left;
	width: 18%;
	text-align: center;background: #f0eff6;font-size: 16px;
	height: 60px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 2.5%;
	transition: 0.5s;
}
.other_menu li.on{
	background: #2b1672;

}
.other_menu li.on a{
	color: #fff;	font-weight: bold;
}
.other_menu li:first-child{
	margin-left: 0;
}
.other_menu li:hover{
	background: #2b1672;
}
.other_menu li:hover a{
	color: #fff;	font-weight: bold;
}
.other_menu li a{color: #333333;}
.oth_xq_h1{
	font-size: 30px;
	color: #2b1672;
	text-align: center;
	margin-top: 35px;
}
.oth_xq_img img{
	width: 100%;
}.oth_xq_img{margin-top: 20px}
.oth_xq_bt{background: url("../images/bg2.jpg")no-repeat;background-size: 100% 60px;
height: 60px;
line-height: 60px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #2b1672;
	margin-top: 30px;
}
.oth_xq_p{
	font-size: 16px;
	color: #666666;
	width: 58%;
}
.oth_xq_p_img {
	width: 37%;
}
.oth_xq_p_img img{
	width: 100%;
}
.oth_box{
	display: flex;
	align-items: center;justify-content: space-between;
	margin-top: 30px;
}
.ort_ul li{
	float: left;	width: 23.5%;
	margin-left: 2%;
	margin-top: 28px;
}
.ort_ul li:nth-child(4n+1){
	margin-left: 0;
}
.oth_li_img img{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.oth_li_h1{
	font-size: 16px;
	color: #333333;margin-top: 23px;	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.oth_li_p{
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;margin-top: 5px;
}
.oth_li2_h1{
	font-size: 16px;
	color:#333333;
	text-align: center;
	margin-top: 24px;
}

.ort_ul4 li{
	float: left;
	width: 18.4%;
	margin-left: 2%;
	margin-top: 30px;
}
.ort_ul4 li:nth-child(6n+1){
	margin-left: 0;
}
.oth_li4_img img{
	width: 100%;
}
.oth_li4_img{
	width: 100%;
	border: solid 5px #cdcdcd;
}
.oth_li4_h1{
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
}
.oth5_wb_h1{
	font-size: 20px;
	color: #2b1672;
	font-weight: bold;
	margin-bottom: 16px;
}
.oth5_wb_h2{
	font-size: 16px;
	color: #666666;
	margin-top: 4px;
}
.oth5_wb{
	width: 16%;
}
.oth5_map{
	width: 79.5%;
}
.oth5_map img{
	width: 100%;
}
.oth5_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.hjt{
	display: none;
}
.new_ul li{
	padding: 28px 25px 42px;
	background: #f0eff6;
	border-radius: 10px;
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-top: 30px;
}
.new_ul li:nth-child(3n+1){
	margin-left: 0;
}
.new_li_img img{
	width: 100%;
}
.new_li_h1{
	font-size: 18px;
		color: #2b1672;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;transition: 0.5s;
	height: 24px;
}
.new_li_p{
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: 8px;
	height:40px;
}
.new_li_an{
	font-size: 14px;
	color: #2b1672;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	border-bottom: solid 1px #d2d2d2;
	padding-bottom: 8px;
	transition: 0.5s;
}
.new_ul li:hover .new_li_an{
color: #db281e;
}
.new_ul li:hover .new_li_h1{
	color: #db281e;
}
.new_ul li:hover .ljt{
	display: none;
}
.new_ul li:hover .hjt{
	display: block;
}
.index2_date1{
	font-size: 30px;
	color: #2b1672;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.index2_date1 span{
	font-size: 14px;
	color: #666666;
	margin-left: 5px;
}
.index2_date2{
	font-size: 14px;
	color: #666666;
}
.index2_date{
	text-align: center;

}
.index2_box{
	max-width: 1520px;
	margin: 0 auto;
	width: 100%;
}
.nox_none{
	display: none!important;
}
.index2_img{
	width: 41%;
}
.index2_wb{
	width: 54%;
	padding-top: 28px;
}
.index2_img img{
	width: 100%;
}
.index2_wb_h1{
	font-size: 24px;
	color: #2b1672;
}
.index2_wb_h2{
	font-size: 16px;
	color: #999999;
	margin-top: 5px;
}
.index2{
margin-top: 80px;
}
.index2_wb_hx{
	width: 52px;
	height: 4px;
	background: #2b1672;margin-top: 20px;
}
.index2_wb_p{
	font-size: 16px;
	color: #666666;margin-top: 18px;overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.date_box{
display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 48px;
}
.index2_wb_an{
width: 150px;
	height: 36px;
	text-align: center;
	color: #fff;
background: #db281e;
	line-height: 36px;
	border-radius: 18px;
	float: right;
	margin-top: 22px;
	transition: 0.5s;
}
.index2_wb_an:hover{
	background: #2b1672
}
.index2_nav{
	width: 31%;
	border-radius: 10px;
	box-shadow: 0 0 10px #d2d2d2;
	padding: 38px 0;
	transition: 0.5s;
	background: #fff;
	cursor: pointer;
}
.index2_nav_img{
	width: 95px;
	height: 95px;
	margin: 0 auto;
	border: solid 1px #d0d0d0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_none{
	display: none;
}
.index2_nav_h1{
	font-size: 18px;
	color: #2b1672;
	text-align: center;
	margin-top: 42px;
}
.index2_nav_h2{
	font-size: 14px;
	color: #666666;
	text-align: center;margin-top: 10px;
}
.index2_nav:hover{
background: #2b1672;
}
.index2_nav:hover .index2_nav_h1{
	color: #fff;
}
.index2_nav:hover .index2_nav_h2{
	color: #fff;
}
.index2_nav:hover .nav_none{
	display: block;
}
.index2_nav:hover .nav_block{
	display: none;
}
.index2_nav_box{
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin-top: 50px;
}
.index2{
	background: url("../images/bg3.jpg")no-repeat;
	background-size:80% 98px;

	background-position: right 480px;
}
.index3_ul{
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
}
.index3_box{
	max-width: 1520px;
	width: 100%;
	margin: 80px auto 0;
}
.index3_ul li{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 16px;
	position: relative;
	line-height: 47px;
	transition: 0.8s;
}
.index3_ul li a{
	color: #333333;
}
.index3_ul li::before{
	content: "";
	width: 1px;
	height: 40%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease;
	background: #d2d2d2;
}
.index3_ul li.on{
background: url("../images/bg4.jpg")no-repeat;
	border-radius: 7px;
	border-left: solid 10px #db281e;
	background-size: 94% 47px;
	padding-right: 10px;
}
.index3_ul li.on a{
	color: #fff;
}
.index3_ul li:hover{
	background: url("../images/bg4.jpg")no-repeat;
	border-radius: 7px;
	border-left: solid 10px #db281e;
	background-size: 94% 47px;	padding-right: 10px;
}
.index3_ul li:hover a{
	color: #fff;
}
.index3{
	background: #f0eff6;
	padding-bottom: 57px;
	padding-top: 30px;
	margin-top: 40px;
}
.idnex3_hx{
	width: 100%;
	height: 1px;
	background: #cdcdcd;
	margin-top: 10px;
}
.index3_box ul{
	width: 76%;
}
.index3_box ul li{
	width: 31%;
	margin-left: 2.3%;
	margin-bottom: 10px;
}
.index3_box ul li:nth-child(3n+1){
	margin-left: 0;
}
.index3_box ul li:nth-child(5){
	margin-left: 2.3%;
}
.index3_box ul li .show_li_h1{
	background: #fff;
}
.index3_box_img{
	width: 24%;
	position: relative;
	margin-top: 24px;
}
.index3_box_img img{
	width: 100%;
}
.index3_bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.index3_bg_h1{
	font-size: 16px;
	color: #fff;
	bottom: 23px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.index4_box{
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}.index4{
	padding-top: 70px;
 }
.sl_ft{
	width: 26%;
	margin-right: 2.4%;
}
.sl_ft_p{
	color: #999999;font-size: 14px;line-height: 24px;
}
.sl_ft_an{
	font-size: 14px;color: #2b1672;
	margin-top:30px;
}
.sl_box{
	padding: 28px 25px 42px;
	background: #f0eff6;
	border-radius: 10px;
	width: 34%;
}
.index4 .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sl_box:hover .new_li_an{
	color: #db281e;
}
.sl_box:hover .new_li_h1{
	color: #db281e;
}
.sl_box:hover .ljt{
	display: none;
}
.sl_box:hover .hjt{
	display: block;
}
.swiper-button-next{
	background: url("../images/yuan.png")no-repeat!important;
	width: 29px!important;
	height: 29px!important;
	border-radius: 50%!important;
	background-size: 100%!important;
	left: 0!important;
	top: 82%!important;
}
.swiper-button-next:hover{
	background: url("../images/yuan0.png")no-repeat!important;
}
.swiper-button-prev:hover{
	background: url("../images/yuan1.jpg")no-repeat!important;
}
.swiper-button-prev{
	background: url("../images/yuan01.png")no-repeat!important;
	width: 29px!important;
	height: 29px!important;
	border-radius: 50%!important;
	background-size: 100%!important;
	left: 50px!important;top: 82%!important;
}
.index4_bt_h1{
font-size: 36px;
	color: #2b1672;
	font-weight: bold;
	letter-spacing: 8px;
}
.index4_bt_h1 span{
	font-size: 36px;
	color: #db281e;
	font-weight: bold;
}
.index4_bt_hx{
	width: 100px;
	height: 6px;
	background: #2b1672;
	margin-top: 13px;
}
.index4_bt_h2{
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;margin-top: 15px;
}
.index4_bt{
	position: absolute;
	left: 0;
	top: 8%;
	z-index: 9999;

}
.index4 .new_li_an{
	margin-top: 60px;
}
.index5{
	background: #f0eff6;
	padding-bottom: 44px;
	padding-top:50px;
	margin-top: 22px;
}
.picList li{
	background: #fff;	margin-left: 30px;
	padding: 30px 0 24px;
	width: 300px;
}
.index5_ht{
	height: 40px;
}

.picList li:nth-child(4n+1){
	margin-left: 30px;
}
.picList li .other_li_h1{
	margin-top: 20px;
	height: 36px;
}
.picList li .other_li_h2{
	margin-top: 8px;
}
.index5_h1{
	font-size: 16px;
	color: #333333;
}
.index6_box_h1{
	text-align: center;
	font-size: 30px;
	color: #2b1672;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.index6_box_h2{
	text-align: center;
	font-size: 48px;
	color: #e4e4e4;
	text-transform: uppercase;
	margin-top: -40px;
}
.index6_box_h3{
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.index6_box{
	padding-bottom: 210px;
	padding-top: 74px;
}
.pro_two li{
	display: inline-block;
	width: 12.1%;
	text-align: center;font-size: 16px;
}
.pro_two li a{
	font-size: 16px;color: #2b1672;
}
.TabTitle li{
	float: left;
	width: 20%;
	text-align: center;
	border-right:solid 1px #d2d2d2 ;
	position: relative;
	font-size: 16px;
	cursor: pointer;
}
.TabTitle ul{
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
}
.TabContent ul{
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;padding-left:3.4%;
}
.TabContent ul li{
	line-height: 55px;
}
.TabContent ul li:hover{
	background: #2b1672;

}

.TabContent ul li:hover a{
	color: #fff;
}
.TabContent ul li.on{
	background: #2b1672;
	color: #fff;
}
.TabContent ul li.on a{

	color: #fff;
}
.TabTitle li:last-child{
	border: none;
}
.TabTitle li img{
	display: none;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.TabTitle li.active img{
	display: block;
	margin-top: -2px;
}

.TabTitle ul{
	margin-bottom: 16px;
	padding-top: 18px;
}
.none{
	 display: none;	background: #ddd9ee;
 }
.on{
	display: block;
}
.find{
	border: solid 1px #d0d0d0;
	position: absolute;
	top: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 250px;
	border-radius: 10px;
	background:rgba(255,255,255,0.5);
	padding:6px 10px;
	display: none;
	right: -20%;
}
.find input{
	background: none;
	outline: none;width: 80%;
}
.find button{
	background: none;	outline: none;
	border: none;
}
.TabTitle li:hover{
	font-weight: bold;
	color: #2b1672;
}
.TabTitle li.active{
	font-weight: bold;
	color: #2b1672;
}
.sc1 img{
	width: 100%;

}
.sc1 .swiper-slide{
	overflow: hidden;
}
.sc1 .swiper-slide>img{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	animation: scal 5s ease infinite alternate;
	-webkit-animation: scal 5s ease infinite alternate;
}
@keyframes scal{
	from{-webkit-transform: scale(1.1,1.1);}
	to{-webkit-transform: scale(1,1);}
}
@-webkit-keyframes scal{
	from{-webkit-transform: scale(1.1,1.1);}
	to{-webkit-transform: scale(1,1);}
}
@-moz-keyframes scal{
	from{-webkit-transform: scale(1.1,1.1);}
	to{-webkit-transform: scale(1,1);}
}
.swiper-pagination-bullet{
	background: url("../images/gj1.png") no-repeat!important;
	width: 9px!important;
	height: 21px!important;
	opacity: 1!important;
	margin: 0 40px!important;
	position: relative;
}
.swiper-pagination-bullet-active{
	background: url("../images/jg.png") no-repeat!important;
	width: 32px!important;
	height: 21px!important;
	background-size: 100% 100% ;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	padding-left: 72%;
	bottom: 50px!important;
}
.swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 48%;
	left: 9px;
	right: 0;
	height: 1px;
	width: 80px;
	background: #fff;
}
.swiper-pagination-bullet-active::before{
	left: 32px;
}
.swiper-pagination-bullet:last-child::before{
	background: none;
}
.txtMarquee-top{
	width: 50%;
	background: rgba(43,22,114,0.9);
	position: absolute;
	bottom: 30px;
	z-index: 99999;
	left: 10%;

}
.txtMarquee-top .bd{
	display: flex;
	align-items: center;
height: 80px;
	padding: 0 40px;
}
.infoList li{
	font-size: 14px;
	color: #ffffff;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.infoList li a{
	color: #ffffff;
}
.tempWrap{
width: 90%;
}
.ban_box{
	position: relative;
}


@media screen and (max-width: 1740px){
	.menu li {
		margin-left: 4%;
	}
    .other_li_h1{
        height: 42px;
    }
    .show_box .other_ul li{
        height: auto;
    }
	.head_dh {
		width: 300px;
		padding-left: 30px;
	}
	.head_fr {
		width: 400px;
	}
	.menu {
		width: 830px;
		margin-left: 3%;
	}
	.meet_nr_wb_h1{
		font-size: 22px;
	}

	.meet_nr_wb_h2{
		font-size: 16px;
		margin-top:10px;
	}
	.meet_nr_wb_p{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:4;
	}
	.meet_box{
		width: 90%;
	}
	.show_xq_box{
		width: 90%;
	}
	.show_box{
		width: 90%;
	}
	.foot_x_wb{
		width: 90%;
	}
	.index3_box{
		width: 90%;
	}
	.index2_box{
		width: 90%;
	}
	.index4_box{
		width: 90%;
	}
	.TabTitle ul{
		width: 90%;
	}
	.TabContent ul{
		width: 90%;
	}
	.date_box{
		margin-top: 30px;
	}
	.index2_nav_box{
		margin-top: 35px;
	}
	.di_menu li{
		margin-left: 6%;
	}
	.show_li_h1{
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	.cont_ul li{
		padding: 28px;
	}
	.cont_h1{
		margin-bottom: 10px;
	}
	.map{
		margin-top: 40px;
	}
	.sec_inp  select{
		width: 92%;
	}
	.top{
		right: 0;
	}

}
@media screen and (max-width: 1550px){
	.di_menu li{
		margin-left: 3%;
	}
	.TabTitle li{
		width: 30%;
		font-size: 16px;
		margin: 1%;
	}
	.TabTitle li:nth-child(4){
		margin-left: 18%;
	}
	.show_xq{
		padding-top: 10px;
	}
	.TabTitle li.active img{
	opacity: 0;
	}

}
@media screen and (max-width: 1480px){
	.index3_ul li{
		width: 25%;
	}
	.menu li {
		margin-left: 3%;
	}

	.head_dh {
		width: 240px;
		padding-left: 10px;
	}
	.head_fr {
		width: 340px;
	}
	.menu {
		width: 830px;
		margin-left: 2%;
	}
	.meet_h1{font-size: 34px}
	.meet_h2{font-size: 28px}
	.meet_menu li{
		line-height: 50px;
		height: 50px;
	}
	.meet_nr_wb_h1{
		font-size: 20px;
	}

	.meet_nr_wb_h2{
		font-size: 14px;
		margin-top:6px;
	}
	.meet_nr_wb_p{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
	}.index4_bt{
	top: 0;
		 }
	.inp_box{
		margin-top: 10px;
	}
	.but{margin-top: 20px;}
	.but1{margin-top: 20px;}
	.text_box{
		margin-top: 10px;
	}
	.di_menu li{
		margin-left: 5%;
	}
	.case_h1{font-size: 22px}
	.case_h2{font-size: 26px}
	.case_p{font-size: 14px}
	.show_li_h1{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.cont_ul li{
		padding: 26px;
	}
	.cont_h1{
		margin-bottom: 8px;
	}
	.map{
		margin-top: 35px;
	}
	.oth_xq_p{
		font-size: 14px;
		color: #666666;
		width: 60%;
	}
	.oth_li_p{
		font-size: 14px;
	}
	.top{
		background: #db281e;
	}
	.top:hover{
		background: #2b1672;
	}
	.picList li{
		background: #fff;	margin-left: 30px;
		padding: 40px 0 18px!important;
		width: 250px!important;
	}
}

@media screen and (max-width: 1340px){
	.menu li {
		margin-left: 1%;
	}
	.head_dh {
		width: 220px;
		padding-left: 0px;
		justify-content: center;
	}
	.head_fr {
		width: 320px;
	}
	.menu {
		width: 730px;
		margin-left: 1%;
	}
	.index2{
		background: none;
	}
	.meet_h1{font-size: 32px}
	.meet_h2{font-size: 26px}
	.meet_menu li{
		line-height: 40px;
		height: 40px;
	}
	.meet_nr_wb_p{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
	}
	.foot_x_wb{
		padding-left: 3%;
		padding-top: 16px;
	}
	.di_menu li{
		margin-left: 4%;
	}
	.show_li_h1{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.cont_ul li{
		padding: 24px;
	}
	.cont_h1{
		margin-bottom: 8px;
	}
	.map{
		margin-top: 30px;
	}
	.picList li{
		background: #fff;	margin-left: 30px;
		padding: 30px 0 18px!important;
		width: 230px!important;
	}


	.txtMarquee-top .bd{
		padding: 0 10px;
		height:60px
	}
	.infoList li span{
		width: 60%;overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		padding-left: 50%;
		bottom: 40px!important;
	}

}
@media screen and (max-width: 1280px){
	.inp_box{
		margin-top: 10px;
	}
	.but{margin-top: 10px;}
	.but1{margin-top: 10px;}
	.text_box{
		margin-top: 10px;
	}
	.form_boxx{
	padding-top: 10px;
	}

	.pro_two li a{
		font-size: 14px;
	}
	.index3_ul li{
		width: 25%;
		font-size: 14px;
		height: 37px;
		line-height: 37px;

	}
	.index3_ul li:hover{
		background-size: 94% 100%;
	}
	.index3_ul li.on{
		background-size: 94% 100%;
	}
	.nox_none{
		display: flex!important;
		width: 100%;
	}
	.index2_nav_box{
		display: none;
	}


}
@media screen and (max-width: 1200px){
	.menu li {
		line-height: 80px;
		height: 80px;
		margin-left: 2px;
	}
	.lg img {
		width: 100%;
	}
	.lg {
		width: 220px;
	}
	.head_but {
		width: 80px;
		transition: 2s;
	}
	.head_but img {
		width: 100%;
	}
	.head_dh {
		height: 80px;
		width: 166px;
	}
	.dh_h1 span {
		font-size: 18px;
	}
	.dh_h1 {
		font-size: 12px;
	}
	.head_fr {
		width: 245px;
	}
	.but_box {
		width: 80px;
		height: 80px;
		position: relative;
	}
	.menu li.on {
		background: url(../images/bg.jpg)no-repeat;
		background-position: center 72px;
	}
	.head_box {
		height: 80px;
	}
	.menu li:hover{
		background: url(../images/bg.jpg)no-repeat;
		background-position: center 72px;
		border-top: solid 2px #2b1672;
		border-bottom: solid 2px #2b1672;
	}
	.meet_h1{font-size: 30px}
	.meet_h2{font-size: 24px}
	.meet_hx{
		background: #e6e6e6;
		height: 2px;
		margin-top: 8px;
	}
	.meet_nr_wb_p{margin-top: 5px;}
	.inp_box{
		height: 35px;
	}
	.inp_box_h1{line-height: 35px}
	.text_box{
		height: 150px;
	}
	.text_box textarea{
		height: 120px;
	}
	.foot_x_wb_h1{
		margin-top: 20px;
	}
	.a_box{
		text-align: center;
	}
	.inp_box select{width: 64%}
	.di_menu li{
		margin-left: 2%;
	}
	.index4 .new_li_an{
		margin-top: 20px;
	}
	.index4_bt{
		position: inherit;
	}
	.swiper-button-next, .swiper-button-prev{
		top: 96% !important;
	}
}
@media screen and (max-width: 1100px){
	.form_boxx{
		width: 100%;
		padding-bottom: 20px;
	}
	.foot_xx{
	width: 100%;
		height: 300px;
	}
	.bg_img{
		width: 100%;
		height: 300px;
	}
	.bg_img img{
		width: 100%;
		height: 100%;
	}
	.but{
		margin-left: 22%;
	}
	.foot_x_wb{
	text-align: center;
		padding-left: 7%;
	}
	.picList li{
		background: #fff;	margin-left: 30px;
		padding: 30px 0 18px!important;
		width: 230px!important;
	}
	.pro_two li{
		width: 24%;
		margin-left: 0;
		margin-top: 10px;

	}
	.TabContent ul li{
		line-height: 30px;
	}
	.none{
		padding-bottom: 6px;
	}
	.TabTitle li {
		width: 30%;
		font-size: 14px;}

}
@media screen and (max-width: 1024px){
.nav_off{
	display: block;
}
	.head_box{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right:248px;
	}
	.nav_a{
		display: block;
	}


	.head_fr{
		display: none;
	}
	.head_box{
		width: 96%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 0;
	}
	.head_but{
		position: relative;
	}
	.but_box{
		position: absolute;
		display: none;
	}

	.menu_box{
		width: 100%;
		position: fixed;
		background: #000;
		right: 0;
		text-align: center;
		height: 100%;
		z-index: 9999999999;
		top: 0;
		padding: 10% 4%;
		display: none;
		transition: 0s;

	}
	.nav_off{
		position: absolute;
		right:30px;
		top: 30px;
	}
	.menu li.on {
		background: none!important;
		border-bottom: 1px solid #323232;
		border-top: none;
	}
	.menu li.on a{
		color: #fff;
	}
	.menu li:hover{
		background: none!important;border-bottom: 1px solid #323232;
		border-top: none;
	}
	.menu li{

		float: none;
		padding: 0;
		color: #fff;
		text-align: left;
		border-bottom: 1px solid #323232;
		height: 54px;
		line-height: 54px;
		width: 82%;
	}
	.menu li a{
		color: #fff;
	}
	.di_ft{
		width: 100%;
		float: none;
		text-align: center;
	}
	.foot_box1{
		display: inline;
	}
	.di_ft_h1{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.di_ft_h2{
		margin-top: 10px;
	}
	.di_ft_h3{
		margin-top: 10px;
		float: inherit;
	}
	.ma_box{
		width: 20%;
		margin: 10px auto 0;
	}
	.di_menu{
		margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.foot{
		padding-bottom: 5px;
	}
	.top {
		right: 0;
		top: 70px;
	}
	.foot_x_wb_h1{
		margin-top: 10px;
	}
	.bg_img{
		height: 250px;
	}
	.foot_xx{
		height: 250px;
	}
	.picList li{
		background: #fff;	margin-left: 20px;
		padding: 20px 0 12px!important;
		width: 210px!important;
	}
	.index3_ul li{
		width: 33%;
		font-size: 14px;
		height: 37px;
		line-height: 37px;

	}
	.txtMarquee-top{
		width: 100%;
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 10px;
	}
	.index2{
		margin-top: 20px;
	}
	.txtMarquee-top .bd{
		padding: 0 10px;
		height:50px
	}
	.infoList li span{
		width: 60%;overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		padding-left:0%;
		bottom: 20px!important;
	}

}
@media screen and (max-width: 768px){

	.show_ul li{
		width: 48%;
		margin-left: 0;
	}
	.show_ul li:nth-of-type(even){
		float: right;
	}
	.inp_box input{
		width: 60%;
	}
	.inp_box select{
		width: 60%;
	}
	.foot_x_bt{
		font-size: 20px;
	}
	.foot_x_wb_h1{
		font-size: 14px;
	}
	.foot_x_wb_h1 img{
		width: 20px;
		margin-right: 8px;
	}
	.but{
		height: 35px;

		width: 40%;
		margin-left: 7%;
		margin-top: 20px;
	}
	.but1{
		height: 35px;
	width: 40%;margin-top: 20px;
	}
	.text_box textarea{
		margin-top: 6px;
	}
	.meet_bt{
		width: 45%;
	}
	.text_box{
		height: 110px;
	}
	.inp_box{
		height: 26px;
	}
	.head_box{
		height: 60px;
	}
	.lg {
		width: 180px;
		line-height: 60px;
	}
	.picList li{
		background: #fff;	margin-left: 10px;
		padding: 10px 0 15px!important;
		width: 180px!important;
	}
	.foot_xx{
		display: none;
	}
	.picList li:nth-child(4n+1){
		margin-left: 10px;
	}
	.sl_ft{
		width: 100%;
	}
	.sl_box{
		width: 100%;
		margin-top: 10px;
	}
	.index5{
		padding-top: 20px;padding-bottom: 10px;    margin-top: 12px;
	}
	.index5_ht{
		display: none;
	}
	.index4 .swiper-slide{
		display:initial!important;
		align-items: normal!important;
		justify-content: normal!important;
		padding-top: 30px;
	}
	.sl_box:nth-child(2){
		display: none;
	}
	.form_boxx{
		padding: 10px 10px 20px;
	}
	.ma_box{
		width: 44%;
	}
	.di_menu{
		display: none;
	}
	.di_ft_h3 span{
		display: block;
		margin-left: 0;

	}
	.a_box{
		margin-top: 20px;
	}
	.show_boxz{
		padding-bottom: 210px;
	}
	.meet_h1{
		font-size: 22px;
		letter-spacing: 0px;
	}
	.meet_h2{
		font-size: 22px;
		letter-spacing: 0px;margin-left: 5px	}
	.meet_h_box{
		margin-top: 20px;
	}
	.meet_box{
		padding-top: 20px;
		width: 96%;
	}
	.show_box {
		width: 96%;
	}
	.other_menu li{
		width: auto;
		height:24px;
		line-height: 24px;
		padding: 10px;
		font-size: 14px;
		margin-left: 0;
		margin-right: 10px;
		margin-top: 10px;
	}
	.other_menu{
		margin-top: 0px;
	}
	.oth_xq_h1{font-size: 18px;margin-top: 15px}
	.oth_xq_bt {
		background: url(../images/bg2.jpg)no-repeat;
		background-size: 100% 40px;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
		font-size: 18px;
		font-weight: bold;
		color: #2b1672;
		margin-top: 10px;
	}
	.oth_xq_p{
		width: 100%;
	}
	.oth_box{
		display: inherit;margin-top:10px;
	}
	.oth_xq_p_img{
		width: 100%;margin-top:10px;
	}
	.ort_ul li{
		width: 49%;margin-left: 0;margin-top: 10px;
	}
	.ort_ul li:nth-child(even){
		float: right;
	}
	.oth_li_h1{
		margin-top: 10px;
	}
	.oth_li2_h1{
		margin-top: 10px;
	}
	.ort_ul4 li{
		width: 49%;margin-left: 0;margin-top: 10px;

	}
	.ort_ul4 li:nth-child(even){
		float: right;
	}
	.oth_li4_h1{margin-top: 10px}
	.oth5_wb{
		width: 100%;
	}
	.oth5_box{
		display: inherit;
		margin-top: 10px;
	}
	.oth5_wb_h1{
		margin-bottom: 10px;
	}
	.oth5_map{
		width: 100%;
		margin-top: 10px;
	}
	.other_ul li{
		width: 49%;
		margin-left: 0;   padding:15px 0 10px;margin-top:10px;
	}
	.other_ul li:nth-of-type(even){float: right; }
	.meet_menu li{
		width: 24%;
		height: 30px;
		line-height: 30px;
		font-size: 14px;margin-top:10px;
		margin-left: 10px;
	}
	.news_xq_h1{
		margin-top: 14px;
	}
	.met_xq_img{
		width: 100%;
	}
	.met_xq_img img{
		width: 100%;
	}
	.new_ul li{
		width: 100%;
		margin-left: 0;padding:18px;
	}
	.new_li_an{
		margin-top: 14px;
	}
	.new_li_h1{
		margin-top: 10px;
	}
	.meet_nr li{
		width: 100%;
		margin-top: 10px;
	}
	.meet_nr_wb{
		padding: 5px;
	}
	.met_xq_h1{
		margin-top: 20px;
	}
	.cont_ul li{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		padding:20px
	}
	.map{
		margin-top: 10px;
	}
	.cont_form .inp_box{
		width: 100%;
		margin-left: 0;
	}
	.cont_form .inp_box select{
		width: 80%;
	}
	.cont_form .but{
		width: 30%;margin-left: 16%;
	}
	.cont_form .but1{
		width: 30%;
	}
	.cont_form {
		width: 100%;
		padding-bottom: 43px;
		margin-top:30px;
	}
	.pa_but{
		padding-bottom: 20px;
	}
	.top {
		right: 0;
		top: 88px;
	}
	.picList li{
		background: #fff;	margin-left: 10px;
		padding: 10px 0 8px!important;
		width: 180px!important;
	}
	.picList li:nth-child(4n+1){
		margin-left: 10px;
	}
	.sl_box{
		padding: 18px;
	}
	.meet_h2{
		float:none;
		margin-left: 0;
		line-height: 24px;
	}
	.meet_h1{
		float:none;

	}
	.index4_box{
		width: 93%;
	}
	.index4 .new_li_an{
		margin-top: 10px;
	}
	.foot{
		padding-bottom: 20px;
	}
	.index6_box{
		width: 93%;
		margin: 0 auto;
	}
	.di_ft_h1{
		padding-top: 25px;
	}
	.nav_a{
		width: 40px;
	}
	.nav_a img{
		width: 100%;
	}
	.swiper-button-next{
		top: 25px!important;left: 80%!important;
	}
	.swiper-button-prev{
		top: 25px!important;
		right: 0!important;left: 90%!important;
	}
	.index4_bt{
		position: inherit;
	}
	.sl_ft_an{
		margin-top:4px;
		padding-left: 4px;
	}
	.sl_ft_p{
		line-height: 18px;
		padding: 10px 4px 0;
	}
	.index3_box{
		margin: 20px auto 0;
	}
	.index6_box{
		padding-top: 20px;
	}
	.index4_bt_h1{
		font-size: 30px;
	}
	.index4_bt_h1 span{
		font-size: 30px;
	}
	.index4_bt_hx{
		width: 80px;
		height: 4px;
		margin-top: 0px;
	}
	.index4_bt_h2{
		margin-top: 5px;
	}
	.index3_ul li{
		display: inline-block;
		width: auto;
		float: none;
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		padding:0 8px;
	}
	.index3_ul li.on{
		border: none;
		border-radius: 0px;
	}
	.index3_ul{
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.index3_box ul{
	width: 100%;
		margin-top: 10px;
	}
	.index3_box ul li{
		width: 49%;
		margin-left: 0;
		margin-top: 0px;
	}
	.index3_box_img{
		width: 100%;
		margin-top: 0px;
		display: none;
	}
	.index3_box{
		width: 94%;
	}
	.index3_box ul li:nth-of-type(even){float: right}
	.index3_box ul li:nth-child(5){
		margin-left: 0;
	}
	.index4{
		padding-top: 20px;
	}
	.index3{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.index2_img{
		width: 100%;
	}
	.index2_wb{
		width: 100%;
	}
	.index2{
		background: none;
	}
	.index2_wb_h1{
		font-size: 18px;
	}
	.index2_wb_h2{
		font-size: 14px;
		margin-top: 0;
	}
	.index2_wb_hx{
		margin-top: 5px;
	}
	.index2_wb_p{
		font-size: 14px;
		margin-top: 5px;
	}
	.index2_wb_an{
		width: 140px;margin-top: 10px;
	}
	.date_box {
		margin-top: 30px;
	}
	.index2_nav{
		padding: 10px 0;
	}
	.index2_nav_h1{
		margin-top: 5px;
		font-size: 14px;
	}
	.index2_nav_h2{
		margin-top: 5px;
	}
	.index3{
		margin-top: 10px;
	}
	.idnex3_hx{
		margin-top: 20px;
	}
	.index2_nav_box {
		margin-top: 30px;
	}
	.index2_box {
		width: 92%;
	}
	.index2_nav_img{
		width: 77px;
		height: 77px;
	}
	.index2_wb{
	padding-top: 10px;
	}
	.txtMarquee-top{
	width: 100%;
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 10px;
	}
	.index2{
		margin-top: 20px;
	}
	.txtMarquee-top .bd{
		padding: 0 10px;
		height:50px
	}
	.infoList li span{
		width: 60%;overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
	}
	.index3_ul li:hover{
		background: url("../images/bg4.jpg")no-repeat;
		border-radius: 2px;
		border-left: solid 0px #db281e;
		background-size: 94% 100%;	padding-right: 10px;
	}
	.swiper-pagination-bullet::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 9px;
		right: 0;
		height: 0px;
		width: 0px;
		background: #fff;
	}
	.swiper-pagination-bullet-active::before{
		left: 0px;
	}
	.swiper-pagination-bullet {
		background: #fff!important;
		width: 9px!important;
		height: 9px!important;
		opacity: 1!important;
		margin: 0 5px!important;
		position: relative;
	}
	.swiper-pagination-bullet-active{
		background: #2b1672!important;
		width: 9px!important;
		height:9px!important;
		background-size: 100% 100% ;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 0px!important;
	}
	.TabTitle li{
		width: 100%;
		border-right: none;
	}
	.TabTitle li:nth-child(4){
		margin-left: 0;
	}
	.pro_two li{
		width: 32%;
	}
	.TabContent ul{
		margin-left: 0;
	}
}
@media screen and (max-width: 640px){
	.inp_box select{
		width: 50%;
	}
}