@charset "utf-8";
/* CSS Document */
html,body{
	background-color: #fff;
}
.com1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.new3_flex_y{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new3_flex_x{
	display: flex;
	align-items: center;
}


.bg_f5{
	background: #f5f5f5;
}

.com1200_w{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}

.new3_all_bg{
	position: relative;
	width: 100%;height: 600px;
	overflow: hidden;
}
.new3_all_bg_img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;top: 0;
}
.new3_all_bg_img img{
	position: absolute;
	display: block;
	width: 1920px;
	height: 100%;
	left: calc(50% - 960px);
	z-index: 0;
}
.new3_all_bg_img:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
}
.new3_com_title{
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	padding: 60px 0 60px;
}
.new3_com_title.fff{
	color: #fff!important;
}

.new3_com_bg_f9{
	background: #f9f9f9;
}


.com_a_title{
	position: relative;
	padding-left: 56px;
	line-height: 40px;
	font-weight: 400;
	font-size: 20px;
	color: #000;
}
.com_a_title:before,.com_a_title:after{
	position: absolute;
	content: '';
	background: #e966a6;
}
.com_a_title:before{
	width: 33px;height: 25px;
	opacity: .3;
	left: 0;top: 7px;
}
.com_a_title:after{
	width: 25px;height: 20px;
	left: 15px;top: 20px;z-index: 1;
}


.navigation_box.act {position: fixed;top: 0;z-index: 99999;}
.navigation_box {
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    background: #fff;
    text-align: center;
}

.navigation_el{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.navigation_el div {
    width: 100px;height: 70px;
    display: flex;align-items: center;justify-content: center;
    padding: 0 15px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    position: relative;
}

.navigation_el div.act {
    color: var(--main-color-a);
}
.navigation_el div.act:before {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	bottom: 0;
  border-bottom: 2px solid var(--main-color-a);
}





.new3_header_img{
	width: 100%;height: 450px;
	overflow: hidden;
	position: relative;
}
.new3_header_img img{
	position: absolute;
	top: 0;
	display: block;
	width: 1920px;
	height: 450px;
	left: calc(50% - 960px);
}

.new3_header_box{
	color: #fff;
	position: relative;
	left: 0;
	top: 70px;
	height: 380px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.new3_header_box h1{
	    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.new3_header_box p{
	    font-size: 20px;
    line-height: 42px;
    font-weight: normal;
    margin-bottom: 4px;
}
.new3_header_btn{
	text-align: left;
    margin-top: 40px;
}
.new3_header_btn a{
	border-radius: 2px;
    line-height: 60px;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
    margin-right: 8px;
    background: #fff;
    color: var(--main-color-a);
}
.new3_header_btn a.act{
	background: none;
	border: 1px solid #fff;
    color: #fff;
}
.new3_header_btn a:hover{
	opacity: .9;
}
.new3_header_btn a.act:hover{
	background: #fff;
	color: var(--main-color-a);
}





.new3_form_box{
	background: #fff;
	padding: 20px 30px;
}
.new3_form_box form{display: block;}
.new3_form_li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.new3_form_li_l{
	width: 160px;
	text-align: right;
	margin-right: 20px;
}
.new3_form_li_r{
	display: flex;
	align-items: center;
	width: calc(100% - 500px);
}
.new3_form_li_r input{
	height: 46px;
	border: 1px solid #eee;
	width: 100%;
	margin-right: 15px;
	box-sizing: border-box;
	padding: 0 16px;
	display: block;
}
.new3_form_li_r.new3_form_li_code input{
	width: 200px;
	margin-right: 15px;
}
.new3_form_li_r input:focus{
	outline:none;
}
.new3_form_li_r p{
	color:  var(--main-color-a);
	cursor: pointer;
}
.new3_form_btn{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new3_form_btn button{
	display: flex;
	align-items: center;justify-content: center;
	width: 320px;
	height: 40px;
	line-height: 1;
	border: 0;
	background:  var(--main-color-a);
	color: #fff;
	opacity: .9;
	cursor: pointer;
	border-radius: 4px;
}
.new3_form_btn button:hover{
	opacity: 1;
}
.new3_form_btn p{
	line-height: 2;
	font-size: 13px;
	color: #999;
	margin-top: 10px;
}



.mew3_kh{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.mew3_kh div{
	margin-right: 40px;
	margin-bottom: 40px;
	display: block;
	width: 200px;height: 90px;
	position: relative;
	cursor: pointer;
}
.mew3_kh div:nth-child(5n){
	margin-right: 0;
}
.mew3_kh div img{
	display: block;
	width: 200px;height: 90px;
	transform: scale(1);
	transition-duration: .3s;
}
.mew3_kh div:hover img{
	transform: scale(1.15);
	position: relative;
	z-index: 2;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
}



.new3_anli_box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.new3_anli_li{
	width: 285px;height: 380px;
	border-radius: 4px;
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 20px 36px;
}
.new3_anli_li:nth-child(4n){
	margin-right: 0;
}
.new3_anli_li img{
	display: block;
	margin: 10px auto 0;
	height: 50px;
}
.new3_anli_li h3{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin: 30px 0 20px;
}
.new3_anli_li p{
	line-height: 2;
	color: #666;
	font-size: 13px;
}

.new3_anli_li:hover p{
	color: var(--main-color-a);
}

.new3_anli_li a{
	display: flex;
	align-items: center;
	color: var(--main-color-a);
	opacity: .8;
	margin-top: 10px;
}
.new3_anli_li a:hover{
	opacity: 1;
}




.new3_scene_tabs{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 56px;
}
.new3_scene_tabs div{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;height: 50px;
	background: #fff;
	color: #000;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #eee;
	border-right: 0;
	font-size: 15px;
}
.new3_scene_tabs div:last-child{
	border-right: 2px solid #eee;
}
.new3_scene_tabs div.act{
	background:  var(--main-color-a);
	color: #fff;
	border: 0;
}
.new3_scene_box{}
.new3_scene_li{
	display: none;
}
.new3_scene_li.act{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new3_scene_li_l{
	width: 600px;
	box-sizing: border-box;
	padding: 20px 75px;
}
.new3_scene_li_l h3{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 16px;
}
.new3_scene_li_l p{
	line-height: 1.4;
	color: #666;
	font-size: 14px;
}
.new3_scene_li_l a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;height: 40px;
	line-height: 1;
	color:  var(--main-color-a);
	border: 2px solid  var(--main-color-a);
	margin-top: 20px;
	box-sizing: border-box;
}
.new3_scene_li_l a:hover{
	background:  var(--main-color-a);
	color: #fff;
}
.new3_scene_li_r{
	width: 600px;
	height: 300px;
}
.new3_scene_li_r img{
	display: block;
	width: 100%;
	height: 100%;
}

.cp_img_box img{
	display: block;
	width: 100%;
}


.new3_ys_box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.new3_ys_li{
	width: 290px;height: 320px;
	background: #fff;
	padding: 20px 36px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new3_ys_li img{
	display: block;
	width: 50px;height: 50px;
	margin-top: 30px;
}
.new3_ys_li h3{
	line-height: 1;
	padding: 20px 0;
}
.new3_ys_li p{
	line-height: 1.5;
	color: #999;
}

.new3_ys_li:hover p{
	color: var(--main-color-a);
}





.new3_tui_box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.new3_tui_li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 156px;height: 156px;
	box-sizing: border-box;
	margin-right: 18px;
	margin-bottom: 18px;
}
.new3_tui_li:before,.new3_tui_li:after{
	position: absolute;
	content: '';
	z-index: -1;border-radius: 6px;
}
.new3_tui_li:before{
	left: 2px;top: 2px;
	width: calc(100% - 4px);height: calc(100% - 4px);
	background: #fff;
	opacity: .8;
}
.new3_tui_li:after{
	z-index: -2;
	left: 0;top: 0;
	width: 100%;height: 100%;
	background: var(--main-color-a);
	opacity: .08;
}
.new3_tui_li:nth-child(7n){
	margin-right: 0;
}
.new3_tui_li img{
	display: block;
	width: 50px;height: 50px;
	margin-bottom: 6px;
	transition-duration: .3s;
}
.new3_tui_li:hover img{
	transform: rotate(180deg);
}
.new3_tui_li p{
	color: #333;
	font-size: 14px;
}



.new3_info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new3_info_l{
	width: 600px;
	box-sizing: border-box;
	padding: 20px 75px;
}
.new3_info_l h3{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 20px;
}
.new3_info_l p{
	line-height: 1.6;
	color: #666;
	font-size: 15px;
}
.new3_info_l a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;height: 40px;
	line-height: 1;
	margin-top: 20px;
	background:  var(--main-color-a);
	color: #fff;
	opacity: .8;
}
.new3_info_l a:hover{
	opacity: 1;
}
.new3_info_r{
	width: 600px;
	height: 360px;
}
.new3_info_r img{
	display: block;
	width: 100%;
	height: 100%;
}




.new3_tn_box{
	justify-content: space-between;
}
.new3_tn_li{
	width: 240px;
	height:190px ;
}
.new3_tn_li img{
	display: block;
	width: 50px;height: 50px;
	transition-duration: .3s;
}
.new3_tn_li h3{
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	margin: 30px 0 18px;
}
.new3_tn_li p{
	line-height: 1.6;
	font-size: 13px;
	color: #666;
}
.new3_tn_li:hover img{
	transform: scale(1.2);
}
.new3_tn_li:hover p{
	color: var(--main-color-a);
}
.new3_xq_box{
	justify-content: space-between;
}
.new3_xq_li{
	width: 360px;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid #eee;
	justify-content: center;
	cursor: pointer;
}
.new3_xq_li img{
	display: block;width: auto;height: 50px;
	transition-duration: .3s;
}
.new3_xq_li h3{
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
}

.new3_xq_li:hover img{
	transform: scale(1.2);
}
.new3_xq_li:hover h3{
	color: var(--main-color-a);
}





.new3_nl_box{
	flex-wrap: wrap;
}
.new3_nl_li{
	width: 400px;
	padding: 30px 0;
}
.new3_nl_li img{
	display: block;
	width: 60px;height: 60px;
	transition-duration: .3s;
}
.new3_nl_li h3{
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 18px;
}
.new3_nl_li p{
	width: 200px;
	line-height: 1.6;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.new3_nl_li:hover img{
	transform: scale(1.2);
}
.new3_nl_li:hover p{
	color: var(--main-color-a);
}


.new3_jz_box{
	justify-content: space-between;
}
.new3_jz_li{
	width: 290px;
	height: 400px;
	padding: 50px 45px 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.new3_jz_li img{
	display: block;
	width: 60px;height: 60px;
	transition-duration: .3s;
}
.new3_jz_li h3{
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 18px;
	padding-bottom: 18px;
	width: 100%;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.new3_jz_li p{
	line-height: 1.6;
	font-size: 13px;
	color: #666;
}
.new3_jz_li:hover{
	border: 1px solid var(--main-color-a);
}
.new3_jz_li:hover img{
	transform: scale(1.2);
}
.new3_jz_li:hover p{
	color: var(--main-color-a);
}




.new3_fan_tabs{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new3_fan_tabs div{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;height: 50px;
	background: #fff;
	color: #000;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #eee;
	border-right: 0;
	font-size: 15px;
}
.new3_fan_tabs div:last-child{
	border-right: 2px solid #eee;
}
.new3_fan_tabs div.act{
	background:  var(--main-color-a);
	color: #fff;
	border: 0;
}
.new3_fan_box{}
.new3_fan_li{
	display: none;
	position: relative;
}
.new3_fan_li.act{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new3_fan_li_bg{
	position: absolute;
	z-index: 0;
	display: block;
	width: 1200px;height: 300px;
	top: 0;left: 0;
}
.new3_fan_li_info{
	position: relative;
	z-index: 2;
	height: 300px;width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	box-sizing: border-box;
	padding-left: 100px;
	padding-top: 60px;
}
.new3_fan_li_info h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}
.new3_fan_li_info p{
	width: 500px;
	line-height: 1.5;
	font-size: 14px;
	margin: 25px 0 20px;
}
.new3_fan_li_info a{
	display: flex;align-items: center;justify-content: center;
	width: 120px;
	height: 40px;
	line-height: 1;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.new3_fan_li_info a:hover{
	background:  var(--main-color-a);
	border: 0;
}




.new3_shows{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.new3_shows_l{
	width: 600px;
}
.new3_shows_l h3{
	border-left: 6px solid  var(--main-color-a);
	line-height: 32px;
	padding-left: 10px;
	font-size: 23px;
	font-weight: 600;
	margin: 36px 0;
}
.new3_shows_r{
	width: 600px;
	height: 540px;
	overflow: hidden;
}
.new3_shows_btns{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 400px;
}
.new3_shows_btns p{
	display: flex;align-items: center;justify-content: center;
	cursor: pointer;
	width: 100px;height: 46px;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.new3_shows_btns p.act{
	color:  var(--main-color-a);
	border: 1px solid  var(--main-color-a);
}
#new3_shows_swiper{
	width: 670px;
	height: 540px;
	left: -35px;
}
#new3_shows_swiper .swiper-slide{
  transition: 300ms;
  transform: scale(0.7);
  width: 270px;height: 540px;
}
#new3_shows_swiper .swiper-slide img{
	display: block;width: 100%;height: 100%;
}
#new3_shows_swiper .swiper-slide.swiper-slide-active,
#new3_shows_swiper .swiper-slide.swiper-slide-duplicate-active{
  transform: scale(1);
  z-index: 99;
}