@charset "utf-8";
.g_right {
	position: fixed;
	right: -112px;
	top: 32%;
	z-index: 990;
	background-color: #f97089;
	width: 112px;
	padding: 3px;
	transition: all .7s;
}
.g_right i {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 70px;
	display: block;
	background: #f97089;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: -40px;
}
.g_right i.icon_t{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
}
.g_right:hover {
	right: 0;
}
.g_right div {
	overflow: hidden;
	background-color: #ffffff;
}
.g_right div a {
	display: block;
	text-align: center;
	padding: 12px 0;
}
.g_right div a img {
	display: block;
	margin: auto;
}
.g_right div a span {
	font-size: 12px;
	color: #666666;
}
.g_right div a span.icon{
	font-size: 30px;
	color: #25d366;
	display: block;
	text-align: center;
}
.g_right div a:nth-child(2) span.icon{
	color: #235feb;
}
.indexcolor,.hvindexcolor:hover{
	color: #0074c5;
}
.bgcolor,.hvbgcolor:hover{
	background: #0074c5;
	color: #fff;
}
.head{
	height: 100px;
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_height{
	height: 100px;
}
.logo{
	display: inline-block;
	height: 58px;
}
.nav li{
	position: relative;
	margin-left: 10%;
}
.nava{
	color: #666;
	display: block;
	line-height: 100px;
	position: relative;
}
.nava::after{
	width: 10px;
	height: 10px;
	content: "";
	background: url(../images/navico_03.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 20%;
	opacity: 0;
}
.nav li:hover .nava{
	color: #333;
}
.nav li.active .nava{
	color: #333;
	font-weight: bold;
}
.nav li.active .nava::after{
	opacity: 1;
}
.navhide{
	min-width: 170px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 100;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.navhide a{
	font-size: 15px;
	line-height: 50px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a:hover{
	color: #f96e89;
	background: #f8f8f8;
}
.bnb{
	position: absolute;
	left: 0;
	bottom: 5%;
	width: 100%;
}
.md{
	padding: 90px 0;
}
.ititle_56{
	font-size: 56px;
}
.ititle_48{
	font-size: 48px;
}
.morea{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 180px;
	border-radius: 60px;
	cursor: pointer;
	background: #fff;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.morea i{
	background-image:-webkit-linear-gradient(left,#f9658c,#f4df68); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
    margin-top: -3px;
    transition: .5s;
}
.morea:hover i{
	transform:translateX(5px);
}
.morea_jb{
	background-image: linear-gradient(to right, #f9658c , #f4df68);
	color: #fff;
}
.morea_jb i{
	background: none !important;
	-webkit-background-clip:inherit; 
    -webkit-text-fill-color:inherit;
	color: #fff !important;
}
.jbbg{
	background-image: linear-gradient(to right, #f9658c , #f4df68);
	color: #fff;
}
.i1{
	background: url(../images/i1bg_02.png) no-repeat bottom center;
	background-size: 100%;
}
.i1r{
	padding-left: 6.2%;
}
.i1lw{
	width: 700px;
	max-width: 100%;
}
.i1ltxt{
	width: 82%;
}
.i2 .swiper-slide{
	transform: scale(.6);
	transition: .35s;
}
.i2 .swiper-slide .i2atxt{
	opacity: 0;
	transition: .35s;
}
.i2 .swiper-slide-active,.i2 .swiper-slide-duplicate-active{
	transform: scale(1);
}
.i2 .swiper-slide-active .i2atxt,.i2 .swiper-slide-duplicate-active .i2atxt{
	opacity: 1;
}
.swiper-button-next-i2,.swiper-button-prev-i2{
	width: 44px;
	height: 44px;
	margin-top: -55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 100%;
	font-size: 22px;
	transition: .25s;
}
.swiper-button-next-i2:hover,.swiper-button-prev-i2:hover{
	background-image: linear-gradient(to right, #f9658c , #f4df68);
	color: #fff;
}
.textcenter .morea{
	margin: 0 auto;
}
.i3a{
	width: 33.33%;
}
.i3a_a{
	padding: 20px 35px 20px 35px;
	border-radius: 8px;
	border: 1px solid #eaeaea;
	transition: .25s;
}
.i3a_a:hover{
	border: 1px solid #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.07);
}
.i3map{
	min-height: 200px;
}
.foot{
	background: #2f2f2f;
}
.foot a:hover{
	color: #f97089;
}
.fb,.fb a{
	color: rgba(255,255,255,.4);
}
.fb a:hover{
	color: #fff;
}
.fb,.fm{
	border-top: 1px solid rgba(255,255,255,.2);
}
.ft{
	padding: 50px 0;
}
.fm{
	padding: 35px 0;
}
.fb{
	padding: 18px 0;
}
.ftlm a{
	color: #fff;
	padding: 0 40px;
}
.ftr i{
	width: 50px;
	height: 50px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 22px;
	color: #000;
	cursor: pointer;
}
.ftlbahide{
	width: 120px;
	height: 120px;
	background: #fff;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 100%;
	margin-bottom: 25px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
}
.ftr:hover .ftlbahide{
	margin-bottom: 10px;
	opacity: 1;
	visibility: inherit;
}
.ftlbahide::after{
	transform:rotate(45deg);
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	background: #fff;
}
.fm .i3a{
	width: 25%;
}
.fm .i3a_a{
	border: 0;
	border-right: 1px solid rgba(255,255,255,.2);
	border-radius: 0;
	color: #fff;
	box-shadow: none !important;
	padding: 20px 15px;
}
.fm .i3a:last-child .i3a_a{
	border-right: 0;
}

.listbn{
	min-height: 150px;
}
.listnav{
	padding: 25px 0;
}
.lnvr a{
	color: #666;
}
.lnvr a:hover{
	color: #f97089;
}
.lnvr i{
	background-image:-webkit-linear-gradient(left,#f9658c,#f4df68); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
}
.lnvl a{
	display: block;
	line-height: 60px;
	background: #f7f7f7;
	min-width: 170px;
	text-align: center;
	padding: 0 25px;
	color: #666;
}
.lnvl a:hover{
	color: #f97089;
}
.lnvl a.active{
	background: #B19A61;
	color: #fff;
}
.listmd{
	padding-top: 0 !important;
}
.pdaimg img{
	max-width: 80%;
}
.prdbox .pdw:nth-child(even){
	background: #f5f7fb;
}
.prdbox .pdw:nth-child(even) .pda{
	flex-flow: row-reverse;
}

.pit{
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.05);
	border-radius: 10px;
	padding: 60px;
}
.pitimg img{
	max-width: 80%;
	max-height: 80%;
}
.swiper-pagination-pi{
	bottom: 0 !important;
}
.swiper-pagination-pi .swiper-pagination-bullet{
	background: #f97089;
}
.pib a{
	background: #fff;
	border-radius: 10px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 48%;
}
.pib a:hover{
	background-image: linear-gradient(to right, #f9658c , #f4df68);
	color: #fff;
}
.pib a:first-child i{
	transform:rotate(180deg);
}

.ab1box:first-child{
	margin-top: 0;
}
.ab1txt,.ab1img{
	width: 46%;
}
.ab1txt .txt{
	text-indent: 2em;
}
.ab1box:nth-child(even){
	flex-flow: row-reverse;
}
.swiper-button-next-ab2,.swiper-button-prev-ab2{
	width: 44px;
	height: 44px;
	margin-top: -22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d6d6d6;
	color: #fff;
	font-size: 22px;
	transition: .25s;
}
.swiper-button-next-ab2:hover,.swiper-button-prev-ab2:hover{
	background: #f97089;
	color: #fff;
}
.swiper-button-next-ab2{
	right: 0;
}
.swiper-button-prev-ab2{
	left: 0;
}
.ab3{
	padding: 60px 0;
}

.fma input, .fma textarea {
    height: 60px;
    width: 100%;
    border-radius: 6px;
    padding: 0 20px;
    font-size: 16px;
    background: #fff;
}
.fma textarea {
    resize: none;
    padding: 20px;
    height: 140px;
}
.fma button {
    height: 60px;
    width: 150px;
    background-image: linear-gradient(to right, #f9658c , #f4df68);
    color: #fff;
    font-size: 14px;
    transition: .25s;
    cursor: pointer;
    border-radius: 8px;
    margin: 0 20px;
    font-weight: bold;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 80px 0;
	}
	.ititle_56{
		font-size: 42px;
	}
	.ititle_48{
		font-size: 42px;
	}
	.i1lw{
		padding-left: 20px;
	}
	.swiper-pagination-bn .swiper-pagination-bullet{
		width: 55px;
		height: 4px;
	}
	.morea{
		width: 150px;
		height: 50px;
	}
	
	.pit{
		padding: 40px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 70px 0;
	}
	.ititle_56{
		font-size: 38px;
	}
	.ititle_48{
		font-size: 38px;
	}
	.i3a_a img{
		height: 40px;
	}
	.flogo img{
		height: 60px;
	}
	
	.pit{
		padding: 30px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 55px 0;
	}
	.ititle_56{
		font-size: 32px;
	}
	.ititle_48{
		font-size: 32px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_56{
		font-size: 24px;
	}
	.ititle_48{
		font-size: 24px;
	}
	.morea{
		width: 135px;
		height: 45px;
	}
	.bnimg .mt_100{
		display: none;
	}
	.bntxt p{
		margin-top: 5px;
		line-height: 22px;
		font-size: 14px;
	}
	.swiper-pagination-bn .swiper-pagination-bullet{
		width: 30px;
		height: 2px;
	}
	.i1lw{
		padding: 0 15px;
	}
	.i2 .swiper-slide{
		padding: 0 60px;
	}
	.swiper-button-next-i2, .swiper-button-prev-i2,
	.swiper-button-next-ab2,.swiper-button-prev-ab2{
		width: 32px;
		height: 32px;
		font-size: 16px;
	}
	.i3a{
		width: 100%;
	}
	.i3a_a{
		padding: 15px;
	}
	.i3a_a img{
		height: 35px;
	}
	.ftlm{
		display: none;
	}
	.ft{
		display: none;
	}
	.ft,.fm{
		padding: 0 0;
	}
	.flogo img{
		height: 36px;
	}
	.ftr i{
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	.fm .i3a{
		width: 100%;
	}
	.fm .i3a_a{
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.fb{
		border-top: 0;
		padding: 12px 0;
	}
	
	.listnav{
		font-size: 12px;
		padding: 12px 0;
	}
	.pdaimg{
		margin-top: 20px;
	}
	
	.pit{
		padding: 20px;
	}
	.pib a{
		height: 40px;
		font-size: 13px;
	}
	.swiper-button-next-ab2,.swiper-button-prev-ab2{
		margin-top: -16px;
	}
	
	.ab3{
		text-align: center;
	}
	.ab3 h1{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.ab3 .morea{
		margin: 0 auto;
	}
	
	.fma input, .fma textarea{
		height: 42px;
		font-size: 13px;
		padding: 0 12px;
	}
	.fma textarea{
		height: 80px;
		padding: 12px;
	}
	.fma button{
		width: 100px;
		height: 40px;
		margin: 0 7px;
		font-size: 13px;
		border-radius: 4px;
	}
}