.banner {
	width: 100%;
	position: relative;
}

.banner .swiper-slide {
	background: no-repeat center / cover;
	/*height: 940px;*/
	height: 100vh;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.banner .text {
	position: absolute;
	width: 60%;
	max-width: 1280px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	opacity: 0;
	transform: translateY(-50%);
}

.banner .swiper-slide-active .text {
	transition: all 2s ease .5s;
	transform: translateY(200%);
	opacity: 1;
}

.banner .text h2 {
	font-size: 42px;
	font-weight: normal;
	margin: 0 0;
}

.banner .text h3 {
	font-size: 68px;
	line-height: 120px;
	font-weight: normal;
	margin: 0 0;
}

.banner .text p {
	font-size: 40px;
	margin: 0 0;
	font-family: Arial;
}

.banner .swiper-button-prev {
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 1;
	left: 0;
	transition: all 0.5s;
}

.banner .swiper-button-next {
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 1;
	right: 0;
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.5s;
}

.banner .iconfont {
	display: block;
	width: 19px;
	height: 23px;
	transition: all 0.3s linear;

}

.banner .iconfontPrev {
	background: url(/static/image/ban_l.png) no-repeat center left;
	/*margin-top: 20px;*/
	/*margin-left: 20px;*/
}

.banner .iconfontNext {
	background: url(/static/image/ban_r.png) no-repeat center right;
	/*margin-top: 20px;*/
	/*margin-left: 24px;*/
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.banner .swiper-button-next:hover {
	background: #cb000c;
	transition: all 0.3s linear;
}

.banner .swiper-button-prev:hover {
	background: #cb000c;
	transition: all 0.3s linear;
}


/*首页三部分*/
.san_box {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

#demo {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-top: 10px;
	float: left;
	position: relative;
}

#demo li {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	cursor: pointer;
}

#demo li .title {
	width:100%;
	height: 50px; 
	color: #fff;
	float: left;
	text-align: center;
	margin-top: 50px;
	font-size:20px; 
}
#demo li .title span{
 
	border:1px solid  #fff;
	border-radius: 50px;
	padding: 8px 30px 8px 30px;
}

#demo li .name {
	width: 100%;
	height: 50px; 
	color: #fff;
	float: left;
	text-align: center;
	margin-top: 150px;
	font-size:32px;
}

#demo li .ename {
	width: 100%;
	height: 50px; 
	color: #fff;
	float: left;
	text-align: center;
	font-family: Arial;
	font-size: 32px;
}

#demo li:hover{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#demo li:nth-child(1) {
	background: url(/static/image/01.jpg) no-repeat left 0;
	background-size: 100% 100%;
}

#demo li:nth-child(2) {
	background: url(/static/image/02.jpg) no-repeat right 0;
	background-size: 100% 100%; 
}

/*#demo li:nth-child(3) {*/
/*	background: url(/static/image/03.jpg) no-repeat right 0;*/
/*	background-size: 100% 100%;*/
/*	border:4px solid #fff;*/
/*}*/

/*#demo li .introa {*/

/*	display: none;*/
/*}*/

/*#demo li.intro .introa {*/
/*	position: absolute;*/
/*	width: 60%;*/
/*	height: 360px;*/
/*	background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9));*/
/*	bottom: 70px;*/
/*	left: 0;*/
/*	transition: all 1.1s ease-in-out;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	display: none!important;*/
/*}*/

/*#demo li.intro .name {*/
/*	display: none;*/
/*}*/

/*#demo li.intro .ename {*/
/*	display: none;*/
/*}*/

/*#demo li.intro .introa p {*/
/*	width: 80%;*/
/*    height: max-content;*/
/*    max-height: 100%;*/
/*    overflow: hidden;*/
/*    margin: auto;*/
/*    color: #FFF;*/
/*    font-size: 16px;*/
/*    padding: 0;*/
/*    line-height: 36px;*/
/*}*/

/*#demo li.intro .introa .yuan {*/
/*	width: 66px;*/
/*	height: 66px;*/
/*	position: absolute;*/
/*	right: -33px;*/
/*	top: 150px;*/
/*}*/

/*#demo li .bigname {*/
/*	display: none;*/
/*}*/

/*#demo li.intro .bigname {*/
/*	position: absolute;*/
    /*width: 40%;*/
/*    width: 100%;*/
/*    right: 0;*/
/*    padding-left: 5%;*/
/*    top: 50%;*/
/*    color: #fff;*/
/*    display: block;*/
/*    float: right;*/
/*    line-height: 1.76;*/
/*    font-size: 26px;*/
/*    transform: translate(0,-50%);*/
/*}*/

/*#demo li.intro .bigname span {*/
/*	font-size: 30px;*/
/*	font-family: Arial;*/
/*}*/

/*#demo li:first-child {*/
/*	width: 50%;*/
/*}*/

.case_box {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0px 0px 0px;
}
.case_box .more1 {
	width: 100%;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	float: left;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.case_box .more1 a {
	width: 167px;
	height: 38px;
	display: flex;
	
	background: url(/static/image/more.jpg) no-repeat;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-indent: -30px;
}
.add_cbot {
	margin-bottom: 40px;
}

.list-2 {
	margin: 50px 0 0 0px;
}

.list-2 li {
	float: left;
	width: 33.333333%;
	position: relative;
}

.list-2 li a {
	display: block;
	margin: 10px 0 0 10px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.list-2 li .img-cover {
	padding-top: 66%;
}

.list-2 li .more {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9));
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.list-2 li .more i {
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	font-style: normal;
	border: 1px solid #fff;
	width: 54px;
	line-height: 54px;
	border-radius: 50%;
	text-align: center;
	margin: -28px 0 0 -28px;
}

.list-2 li .more h1 {
	width: 90%;
	height: 100%;
	/*float: left;*/
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 35px;
	/*margin-top:30%;*/
	/*margin-bottom: 20px;*/
	text-align: center;
	margin-left: 5%;
}

.list-2 li .more p {
	width: 80%;
	height: auto;
	float: left;
	line-height: 30px;
	margin-left: 10%;
	font-size: 14px;
	text-align: center;
}

.list-2 li .text {
	line-height: 68px;
	font-size: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 15px;
	position: absolute;
	top: 30%;
	left: 0;
	color: #fff;
	opacity: 1;
}

.list-2 li a:hover {
	background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9));
	color: #fff;
}

.list-2 li a:hover .more {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.list-2 li a:hover .text {
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-2-1 li a {
	background-color: #f0f0f0;
}



.news_box {
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0px 80px 0px;
}

.news_in {
	margin: 0 auto;
	padding: 0 0px;
	width: 80%;
}

.news_ti {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 40px;
}

.news_ti span {
	width: 100%;
	float: left;
	color: #000;
	font-size: 36px;
	font-weight: bold;
}

.news_ti font {
	width: 100%;
	float: left;
	color: #999;
	font-size: 12px;
}

.news_ti em {
	width: 100%;
	float: left;
}

.in-prd-menu {
	position: relative;
	z-index: 1; 
	margin-top: 30px;
	margin-bottom: 0px;
}

.in-prd-menu ul {
	float: right;
	margin: -10px 0 0 -10px;
}

.in-prd-menu li {
	float: left;
}

.in-prd-menu li a {
	display: block;
	line-height: 44px;
	font-size: 16px;
	padding: 0 16px;
	text-decoration: none;
	background-color: ##fff;
	border: 1px solid #45b2cd;
	color: #45b2cd;
	margin: 10px 0 0 10px;
}

.in-prd-menu li.active a {
	color: #fff;
	background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9));
}

.news_l {
	width: 100%;
	height: auto;
	float: left;
}

.news_l .img_box {
	width: 100%;
	height: auto;
	float: left;
}

.news_l .img_box img {
	width: 100%;
	max-height: 440px;
}

.news_l .title {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #e8e8e8;
}

.news_l .title {
	width: 100%;
	height: auto;
	float: left;
	line-height: 80px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.news_l .title a {
	float: left;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

.news_l .title font {
	float: right;
	color: #333333;
	font-size: 14px;
}

.news_l p {
	width: 100%;
	height: auto;
	font-size: 14px;
	float: left;
	color: #666;
	line-height: 30px;
}

.news_l .more {
	width: 167px;
	height: 38px;
	background: url(/static/image/more.jpg) no-repeat;
	font-size: 16px;
	line-height: 38px;
	float: left;
	color: #fff;
	margin-top: 30px;
}

.news_l .more a {
	width: 167px;
	height: 38px;
	float: left;
	color: #fff;
	text-indent: 20px;
}


.list-3 {
	float: left;
}

.list-3 li {
	float: right;
	width: 100%;
}

.list-3 li a {
	display: block;
	margin: 40px 0 0 20px;
	background-color: #fff;
	padding: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
}

.list-3 li a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 85px;
	height: 0;
	/* border-bottom: 125px solid #dfdfdf;
	border-right: 78px solid transparent; */
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-3 li .date {
	float: left;
	width: 115px;
	position: relative;
	z-index: 1;
	border-right: ;
	line-height: 1;
	padding: 5px 0;
	border-right: 1px solid #e8e8e8;
	color: #333;
}

.list-3 li .date small {
	display: block;
	font-size: 26px;
}

.list-3 li .date strong {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}


.list-3 li .text {
	margin-left: 140px;
}

.list-3 li .text h4 {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-3 li .text p {
	margin: 10px 0 0;
	color: #666;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
}

.list-3 li a:hover {
	background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9));
	color: #fff;
}

/* .list-3 li a:hover:after {
	border-bottom-color: #23ac38;
}
 */
.list-3 li a:hover .date {
	color: #fff;
}

.list-3 li a:hover .text p {
	color: #fff;
}

.list-3 li a:hover .text h4 {
	color: #fff;
}


.about_box{
	width: 100%;
	height: auto;
	float: left;
	padding: 80px 0px 80px 0px;
} 
.about_l{
	width: 100%;
	height: 800px;
	float: left;
	position: relative;
}
.about_ltop{
	width: 110%;
	height: 676px;
	float: left;
	background: rgba(242,242, 242, 0.9);
	z-index: 9;
	position: relative;
	border-bottom-right-radius: 100px;
}
.about_ltop .ltopin{
	width: 86%;
	height: auto;
	margin: 60px auto;
}
.about_ltop .ltopin h1{
	width: 100%;
	height: auto; 
	font-size: 30px;
	float: left;
	color: #000;
	margin-bottom: 40px;
}
.about_ltop .ltopin p{
	width: 100%;
	height: auto; 
	font-size: 16px;
	float: left;
	line-height: 40px;
	color: #000;
}
.about_ltop .ltopin .more {
	width: 167px;
	height: 38px;
	background: url(/static/image/more.jpg) no-repeat;
	font-size: 16px;
	line-height: 38px;
	float: left;
	color: #fff;
	margin-top: 30px;
}

.about_ltop .ltopin .more a {
	width: 167px;
	height: 38px;
	float: left;
	color: #fff;
	text-indent: 20px;
}
.about_ltop .ltopin .five{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.about_ltop .ltopin .five li{
	width: 11%;
	height: 100px;
	text-align: center;
	float: left; 
	position: relative;
}
.about_ltop .ltopin .five li span{
	width: 100px;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 16px;
	color: #021035;
}
.about_ltop .ltopin .five li img{
	width: 100px;
	height: 100px;  
}
.about_ltop .ltopin .five li:nth-child(2n+2){
	width: 11%;
	height: auto;
	float: left; 
	padding-top: 50px;
}
.about_ltop .ltopin .five li:nth-child(2n+2) img{
	width: 85px;
	height: 1px;
}
.about_enum{
	width: 100%;
	z-index: 9;
	height: auto;
	position: relative;
	line-height: 180px;
	float: left;
}
.about_enum p{
	width: 90%;
	height: auto; 
	margin: 0 auto;
	font-size: 24px;
	color: #d7d7d7;
	font-weight: bold;
	font-family: Arial;
}
.about_r{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 55px;
}
.about_r img{
	width: 100%; 
	height: 745px;
}
.product_box{
	width: 100%;
	height: auto; 
	float: left;
}
.product_in {
    width: 98%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    min-height: 720px;
    background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9));
}
.in-prd-menub {
	position: relative;
	height: 100%;
	padding: 15px 0;
    z-index: 1;
    /* margin-top: 30px; */
    width: 94%;
    /* float: right; */
    /* margin-bottom: 0px; */
    margin: auto;
}
.zxcss .in-prd-menub .swiper-container {
	height: 100%;
}
.zxcss {
    height: 800px;
}
.in-prd-menub ul {
	float: right; 
}

.in-prd-menub li {
	/*float: left;*/
	width: 100%;
	/*margin-top: 30px;*/
	/*margin-bottom: 30px;*/
}

.in-prd-menub li a { 
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 20px;
}
.in-prd-menub li a img{ 
	width: 118px;
	height: 118px;
	float: left;
	margin-right: ;
	border:5px solid  #fff;
	border-radius: 50%; 
}
.in-prd-menub li a .txt{  
	padding-left: 140px;
	display: block;
}
.in-prd-menub li a .txt h1{ 
	width: 100%; 
	display: block;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}
.in-prd-menub li a .txt p{ 
	width: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top:20px;
}
.in-prd-menub li a .txt p span{ 
	 
	color: #4eb2cc; 
}

.in-prd-menub li.active a {
	color: #fff;
    width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s; 
	background: #fff;
	float: left;
	/*padding: 20px 20px;*/
	position: relative;
	/*margin-left: -20%;*/
	border-bottom-right-radius:80px;
}
.in-prd-menub li.active a .img{
width: 118px;
	height: 118px;
	float: left;
	border:5px solid  #efefef;
	border-radius: 50%;
}
.in-prd-menub li.active a .txt h1{
	color: #333;
}
.in-prd-menub li.active a .txt p{
	color: #666;
}






.in-prd-menub li.swiper-slide-thumb-active a {
	color: #fff;
    width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s; 
	background: #f5f5f5;
	float: left;
	/*padding: 20px 20px;*/
	position: relative;
	/*margin-left: -20%;*/
	border-bottom-right-radius:80px;
}
.in-prd-menub li.swiper-slide-thumb-active a .img{
width: 118px;
	height: 118px;
	float: left;
	border:5px solid  #efefef;
	border-radius: 50%;
}
.in-prd-menub li.swiper-slide-thumb-active a .txt h1{
	color: #333;
}
.in-prd-menub li.swiper-slide-thumb-active a .txt p{
	color: #666;
}







.pro_img{
    width: 100%;
    height: 100%;
    float: left;
}
.pro_img img{
    width: 100%; 
    min-height: auto;
}

.g-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
    z-index: 1;
}
.g-bg-t {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.xksna .this .g-bg {
    opacity: 1;
}
.g-one {
    display: block;
    height: 100%;
}
.this .g-one {
    display: none;
}
.g-two {
    display: none;
}
.this .g-two {
    display: block;
}
@media only screen and (max-width:768px) {
.product_box{
	width: 100%;
	height: auto; 
	min-height: 0px;
	float: left;
	position: relative;
}
.product_in{
	width: 100%;
	height: 500px; 
	float: left;  
	min-height: 500px;
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9));

}
.in-prd-menub {
	position: relative;
	z-index: 1; 
	margin-top: 30px;
	width:100% ;
	float: left;
	margin-bottom: 0px;
}

.in-prd-menub ul {
	float: right; 
}

.in-prd-menub li {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.in-prd-menub li a { 
	width: 100%;
	height: auto;
	float: left;
}
.in-prd-menub li a img{ 
	width: 118px;
	height: 118px;
	float: left;
	border:5px solid  #fff;
	border-radius: 50%;
}
.in-prd-menub li a .txt{  
	float: left;
	margin-left: 30px;
	display: block;
}
.in-prd-menub li a .txt h1{ 
	width: 100%;
	float: left;
	display: block;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}

.in-prd-menub li.active a {
	color: #fff;
    width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s; 
	background: #fff;
	float: left;
	padding: 20px 20px;
	position: relative;
	margin-left: 0%;
	border-bottom-right-radius:80px;
}
.in-prd-menub li.active a .img{
width: 118px;
	height: 118px;
	float: left;
	border:5px solid  #efefef;
	border-radius: 50%;
}
.in-prd-menub li.active a .txt h1{
	color: #333;
     
}

.pro_img{
    width: 100%;
    height: 100%;
    float: left;
}
.pro_img span{
    width: 100%;
    height: auto;
    float: left;
    text-align:center ;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
}
.pro_img img{
    width: 100%; 
    height: auto;
    min-height: 0px;
}
	.banner {
		width: 100%;
		position: relative;
	}

	.banner .swiper-slide {
		background: no-repeat center / cover;
		height: 360px;
	}

	.banner .swiper-slide img {
		display: block;
		width: 100%;
		height: auto;
	}

	.banner .text {
		position: absolute;
		width: 90%;
		max-width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		opacity: 0;
		transform: translateY(-50%);
	}

	.banner .swiper-slide-active .text {
		transition: all 2s ease .5s;
		transform: translateY(200%);
		opacity: 1;
	}

	.banner .text h2 {
		font-size: 20px;
		font-weight: normal;
		margin: 0 0;
	}

	.banner .text h3 {
		font-size: 20px;
		font-weight: normal;
		line-height: 40px;
		margin: 0 0;
	}

	.banner .text p {
		font-size: 18px;
		margin: 0 0;
		font-family: Arial;
	}

	.banner .swiper-button-prev {
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: absolute;
		background: rgba(255, 255, 255, 0.1);
		top: 50%;
		border-radius: 50%;
		transform: translateY(-50%);
		z-index: 1;
		left: 0;
		display: none;
		transition: all 0.5s;
	}

	.banner .swiper-button-next {
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: absolute;
		top: 50%;
		border-radius: 50%;
		transform: translateY(-50%);
		z-index: 1;
		right: 0;
		display: none;
		background: rgba(255, 255, 255, 0.1);
		transition: all 0.5s;
	}

	.banner .iconfont {
		display: block;
		width: 19px;
		height: 23px;
		transition: all 0.3s linear;

	}

	.banner .iconfontPrev {
		background: url(../images/ban_l.png) no-repeat center left;
		background-size: 100% 100%;
		margin-top: 5px;
		margin-left: 5px;
	}

	.banner .iconfontNext {
		background: url(../images/ban_r.png) no-repeat center right;
		background-size: 100% 100%;
		margin-top: 20px;
		margin-left: 24px;
	}

	.banner .swiper-button-next:hover {
		background: #fabe00;
		transition: all 0.3s linear;
	}

	.banner .swiper-button-prev:hover {
		background: #fabe00;
		transition: all 0.3s linear;
	}

	.san_box {
		width: 100%;
		height: 900px;
		display: block;
	}

	#demo {
		width: 100%;
		height: 900px;
		overflow: hidden;
		margin-top: 10px;
		float: left;
		position: relative;
	}

	#demo li {
		float: left;
		position: relative;
		width: 100%;
		height: 300px;
		margin-left: 0px;
		overflow: hidden;
		cursor: pointer;
	}

	#demo li .title {
		width: 100%;
		height: 50px;
		text-align: center;
		color: #fff;
		float: left;
		margin-top: 20%;
		font-size: 22px;
	}

	#demo li .name {
		width: 100%;
		height: auto;
		text-align: center;
		color: #fff;
		float: left;
		margin-left: 0%;
		margin-top: 0px;
		font-size: 24px;
	}

	#demo li .ename {
		width: 90%;
		height: 50px;
		text-align: left;
		color: #fff;
		float: right;
		font-family: Arial;
		font-size: 22px;
		display: none;
	}

	#demo li:nth-child(1) {
		background: url(/static/image/01.jpg) no-repeat left 0;
		background-size: 100% 100%;
	}

	#demo li:nth-child(2) {
		background: url(/static/image/02.jpg) no-repeat right 0;
		background-size: 100% 100%;
	}

	#demo li:nth-child(3) {
		background: url(/static/image/03.jpg) no-repeat right 0;
		background-size: 100% 100%;
	}

	#demo li .introa {

		display: none;
	}

	#demo li.intro .introa {
		position: absolute;
		width: 90%;
		height: 90%;
		background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9));
		bottom: 5%;
		left: 5%;
		display: flex;
		display: none;
		justify-content: center;
		align-items: center;
	}

	#demo li.intro .title {
		display: block;
	}

	#demo li.intro .name {
		display: block;
	}

	#demo li.intro .ename {
		display: none;
	}

	#demo li.intro .introa p {
		width: 80%;
		margin: 30px auto;
		color: #FFF;
		font-size: 14px;
		padding: 0;
		line-height: 30px;
	}

	#demo li.intro .introa .yuan {
		width: 66px;
		height: 66px;
		position: absolute;
		right: -33px;
		top: 150px;
		display: none;
	}

	#demo li .bigname {
		display: none;
	}

	#demo li.intro .bigname {
		position: absolute;
		right: 80px;
		top: 170px;
		color: #fff;
		display: none;
		float: right;
		line-height: 80px;
		font-size: 36px;
	}

	#demo li.intro .bigname span {
		font-size: 40px;
		font-family: Arial;
	}

	#demo li:first-child {
		width: 100%;
	}

	.list-2 {
		margin: 0 0 -10px;
	}

	.list-2 li {
		width: 100%;
	}

	.list-2 li a {
		margin: 0 0 10px;
	}

	.list-2 li .text {
		font-size: 16px;
		line-height: 44px;
	}

	.list-2-1 {
		margin: -10px 0 0 -10px;
	}

	.list-2-1 li {
		width: 50%;
	}

	.list-2-1 li a {
		margin: 10px 0 0 10px;
	}

	.list-2-1 li .text {
		font-size: 14px;
		line-height: 36px;
		padding: 0 10px;
	}
    
	.list-2-1-1 li:last-child {
		display: none;
	}
	

	.news_box {
		width: 100%;
		height: auto;
		float: left;
		padding: 40px 0px 80px 0px;
	}

	.news_in {
		margin: 0 auto;
		width: 100%;
		padding: 0 20px;
	}

	.news_ti {
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 40px;
	}

	.news_ti span {
		width: 100%;
		float: left;
		color: #000;
		font-size: 36px;
		font-weight: bold;
	}

	.news_ti font {
		width: 100%;
		float: left;
		color: #999;
		font-size: 12px;
	}

	.news_ti em {
		width: 100%;
		float: left;
	}

	.in-prd-menu {
		position: relative;
		z-index: 1;
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.in-prd-menu ul {
		float: left;
		margin: 10px 0 30px 10px;
	}

	.in-prd-menu li {
		float: left;
	}

	.in-prd-menu li a {
		display: block;
		line-height: 44px;
		font-size: 16px;
		padding: 0 16px;
		text-decoration: none;
		background-color: ##fff;
		border: 1px solid #45b2cd;
		color: #45b2cd;
		margin: 10px 0 0 10px;
	}

	.in-prd-menu li.active a {
		color: #fff;
		background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9));
	}

	.news_l {
		width: 100%;
		height: auto;
		float: left;
	}

	.news_l .img_box {
		width: 100%;
		height: auto;
		float: left;
	}

	.news_l .img_box img {
	    /*width: 100%;*/
		max-height: 240px;
	}

	.news_l .title {
		width: 100%;
		height: auto;
		float: left;
		border-bottom: 1px solid #e8e8e8;
	}

	.news_l .title {
		width: 100%;
		height: auto;
		float: left;
		line-height: 80px;
		margin-bottom: 10px;
		border-bottom: 1px solid #e8e8e8;
	}

	.news_l .title a {
		float: left;
		font-weight: bold;
		color: #000;
		font-size: 16px;
	}

	.news_l .title font {
		float: right;
		color: #333333;
		font-size: 14px;
	}

	.news_l p {
		width: 100%;
		height: auto;
		font-size: 14px;
		float: left;
		color: #666;
		display: none;
		line-height: 30px;
	}

	.news_l .more {
		width: 167px;
		height: 38px;
		background: url(/static/image/more.jpg) no-repeat;
		font-size: 16px;
		line-height: 38px;
		float: left;
		color: #fff;
		display: none;
		margin-top: 30px;
	}

	.news_l .more a {
		width: 167px;
		height: 38px;
		float: left;
		color: #fff;
		text-indent: 20px;
	}


	.list-3 {
		float: left;
		width: 100%;
	}

	.list-3 li {
		float: left;
		width: 100%;
	}

	.list-3 li a {
		display: block;
		margin: 20px 0 0 0px;
		background-color: #fff;
		padding: 0px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		overflow: hidden;
		position: relative;
	}

	.list-3 li a:after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 85px;
		height: 0;
		/* border-bottom: 125px solid #dfdfdf;
	border-right: 78px solid transparent; */
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.list-3 li .date {
		float: left;
		width: 115px;
		position: relative;
		z-index: 1;
		border-right: ;
		line-height: 1;
		padding: 5px 0;
		border-right: 1px solid #e8e8e8;
		color: #333;
	}

	.list-3 li .date small {
		display: block;
		font-size: 26px;
	}

	.list-3 li .date strong {
		display: block;
		font-size: 14px;
		font-weight: normal;
		margin-top: 10px;
	}


	.list-3 li .text {
		margin-left: 140px;
	}

	.list-3 li .text h4 {
		margin: 0;
		font-weight: bold;
		font-size: 16px;
		overflow: hidden;
		color: #000;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.list-3 li .text p {
		margin: 10px 0 0;
		color: #666;
		font-size: 14px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		line-height: 1.8;
		height: 50px;
		overflow: hidden;
	}

	.list-3 li a:hover {
		background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9));
		color: #fff;
	}

	/* .list-3 li a:hover:after {
	border-bottom-color: #23ac38;
}
 */
	.list-3 li a:hover .date {
		color: #fff;
	}

	.list-3 li a:hover .text p {
		color: #fff;
	}

	.list-3 li a:hover .text h4 {
		color: #fff;
	}
	.about_box{
		width: 100%;
		height: auto;
		float: left;
		padding: 20px 0px 20px 0px;
	} 
	.about_l{
		width: 100%;
		height: auto;
		float: left;
		position: relative;
	}
	.about_ltop{
		width: 100%;
		height: auto;
		float: left;
		background: rgba(242,242, 242, 0.9);
		position: relative;
		z-index: 9;
		border-bottom-right-radius: 100px;
	}
	.about_ltop .ltopin{
		width: 86%;
		height: auto;
		margin: 60px auto;
	}
	.about_ltop .ltopin h1{
		width: 100%;
		height: auto; 
		font-size: 20px;
		float: left;
		color: #000;
		margin-bottom: 40px;
	}
	.about_ltop .ltopin p{
		width: 100%;
		height: auto; 
		font-size: 16px;
		float: left;
		line-height: 40px;
		color: #000;
	}
	.about_ltop .ltopin .more {
		width: 167px;
		height: 38px;
		background: url(/static/image/more.jpg) no-repeat;
		font-size: 16px;
		line-height: 38px;
		float: left;
		color: #fff;
		margin-top: 30px;
	}
	
	.about_ltop .ltopin .more a {
		width: 167px;
		height: 38px;
		float: left;
		color: #fff;
		text-indent: 20px;
	}
	.about_ltop .ltopin .five{
		width: 100%;
		height: auto;
		float: left;
		padding-bottom: 30px;
		margin-top: 20px;
	}
	.about_ltop .ltopin .five li{
		width: 20%;
		height: auto;
		position: relative;
		text-align: center;
		float: left; 
		line-height: 50px;
	}
	.about_ltop .ltopin .five li span{
		width: 100%;
		height: auto;
		text-align: center;
		position: absolute;
		bottom: -20px;
		left: 0;
		font-size: 14px;
		color: #021035;
		display: none;
	}
	.about_ltop .ltopin .five li img{
		width: 60px;
		height: 60px;  
	}
	.about_ltop .ltopin .five li:nth-child(2n+2){
		width: 20%;
		height: auto;
		float: left; 
		display: none;
		padding-top: 0px;
	}
	.about_ltop .ltopin .five li:nth-child(2n+2) img{
		width: 45px;
		height: 1px;
	}
	.about_enum{
		width: 100%;
		position: relative;
		z-index: 9;
		height: auto;
		line-height: 80px;
		float: left;
	}
	.about_enum p{
		width: 92%;
		height: auto; 
		margin: 0 auto;
		font-size: 16px;
		color: #d7d7d7;
		font-weight: bold;
		font-family: Arial;
	}
	.about_r{
		width: 100%;
		height: auto;
		float: left;
		margin-top: 0px;
	}
	.about_r img{
		width: 100%; 
		height: auto;
	}

}








.e_FlowCommonStyleBox-001 {

	width: 100%;

	height: auto;

	width-uint: %;

}



.e_FlowCommonStyleBox-001 .stylebox_link {

	color: #666666;

	font-size: 14px;

	display: table;

	height: inherit;

	border-width: 0;

	float: right;

	vertical-align: middle;

	margin-right: 15px;

}



.e_FlowCommonStyleBox-001 .stylebox_link:hover {

	color: rgba(101, 190, 186, 1);

}



.e_FlowCommonStyleBox-001 .stylebox_link:active {

	color: rgba(101, 190, 186, 1);

}



.e_FlowCommonStyleBox-001 .stylebox_top {

	width: auto;

	height: 40px;

	background-color: #65b532;

}



.e_FlowCommonStyleBox-001 .title_icon {

	display: inline-block;

	vertical-align: middle;

	line-height: 40px;

	color: rgba(255, 255, 255, 1);

	margin-right: 10px;

	font-size: medium;

}



.e_FlowCommonStyleBox-001 .title_icon::before {

	content: "";

}



.e_FlowCommonStyleBox-001 .title_main {

	display: inline-block;

	vertical-align: middle;

	line-height: 40px;

	color: rgba(255, 255, 255, 1);

	font-weight: normal;

	font-size: 16px;

	max-width: 600px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}



.e_FlowCommonStyleBox-001 .title_sub {

	display: inline-block;

	vertical-align: middle;

	line-height: 40px;

	color: rgba(255, 255, 255, 1);

	font-size: 14px;

	font-weight: normal;

	margin-left: 10px;

}



.e_FlowCommonStyleBox-001 .stylebox_title {

	display: inline-block;

	width: auto;

	height: inherit;

	background-color: #65b532;

	padding-left: 15px;

	padding-right: 15px;

	font-size: 0;

	vertical-align: bottom;

	white-space: nowrap;

}



.e_FlowCommonStyleBox-001 .stylebox_link a {

	color: inherit;

	display: table-cell;

	vertical-align: middle;

}



.e_FlowCommonStyleBox-001 .link_icon {

	display: inline-block;

	margin-left: 5px;

}



.e_FlowCommonStyleBox-001 .link_icon::before {

	content: '\e6af';

}



.e_FlowCommonStyleBox-001 .stylebox_top_line {

	height: 1px;

	background-color: rgba(240, 240, 240, 1);

}



.e_FlowCommonStyleBox-001 .stylebox_content {

	border-style: solid;

	border-width: 1px;

	border-color: #f0f0f0;

	width: 100%;

	width-uint: %;

}



.e_FlowCommonStyleBox-001 .stylebox_bottom_line {

	height: 1px;

	background-color: rgba(240, 240, 240, 1);

}



.e_IndexOrdinaryStyleBox-001 {

	width: 100%;

	height: auto;

	width-uint: %;

}



.e_IndexOrdinaryStyleBox-001 .stylebox_top {

	background-color: transparent;

}



.e_IndexOrdinaryStyleBox-001 .stylebox_link {

	color: #666666;

	font-size: 14px;

	display: table;

	height: inherit;

	border-width: 0;

}



.e_IndexOrdinaryStyleBox-001 .stylebox_link:hover {

	color: rgba(101, 190, 186, 1);

}



.e_IndexOrdinaryStyleBox-001 .stylebox_link:active {

	color: rgba(101, 190, 186, 1);

}



.e_IndexOrdinaryStyleBox-001 .stylebox_top {

	width: auto;

	height: 40px;

}



.e_IndexOrdinaryStyleBox-001 .title_icon {

	display: inline-block;

	vertical-align: middle;

	line-height: 40px;

	color: rgba(255, 255, 255, 1);

	margin-right: 10px;

	font-size: medium;

}



.e_IndexOrdinaryStyleBox-001 .title_icon::before {

	content: "";

}



.e_IndexOrdinaryStyleBox-001 .title_main {

	display: inline-block;

	vertical-align: middle;

	line-height: 40px;

	color: rgba(255, 255, 255, 1);

	font-weight: normal;

	font-size: 16px;

	max-width: 600px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}



.e_IndexOrdinaryStyleBox-001 .title_sub {

	display: inline-block;

	vertical-align: middle;

	line-height: 40px;

	color: rgba(255, 255, 255, 1);

	font-size: 14px;

	font-weight: normal;

	margin-left: 10px;

}



.e_IndexOrdinaryStyleBox-001 .stylebox_title {

	display: inline-block;

	width: auto;

	height: inherit;

	background-color: rgba(101, 190, 186, 1);

	padding-left: 15px;

	padding-right: 15px;

	font-size: 0;

	vertical-align: bottom;

	white-space: nowrap;

}



.e_IndexOrdinaryStyleBox-001 .stylebox_link {

	float: right;

	vertical-align: middle;

	margin-right: 15px;

}



.e_IndexOrdinaryStyleBox-001 .stylebox_link a {

	color: inherit;

	display: table-cell;

	vertical-align: middle;

}



.e_IndexOrdinaryStyleBox-001 .link_icon {

	display: inline-block;

	margin-left: 5px;

}



.e_IndexOrdinaryStyleBox-001 .link_icon::before {

	content: '\e6af';

}



.e_IndexOrdinaryStyleBox-001 .stylebox_top_line {

	height: 1px;

	background-color: rgba(240, 240, 240, 1);

}



.e_IndexOrdinaryStyleBox-001 .stylebox_content {

	border-style: solid;

	border-width: 1px;

	border-color: #f0f0f0;

	width: 100%;

	height: calc(100% - 48px);

	width-uint: %;

}



.e_IndexOrdinaryStyleBox-001 .stylebox_bottom_line {

	height: 1px;

	background-color: rgba(240, 240, 240, 1);

}



.txt p {

	color: #288104;

}



.el-dropdown-link[data-v-3025ce0d]:hover {

	color: #004b94
}



.el-dropdown-menu[data-v-3025ce0d] {

	width: 100%;

	left: 0 !important;

	border-radius: 0;

	border: 0;

	background-color: hsla(0, 0%, 100%, .4)
}



.el-dropdown-menu .el-dropdown-menu__item[data-v-3025ce0d] {

	float: left;

	font-size: 14px;

	color: #000
}



.el-popper[x-placement^=bottom][data-v-3025ce0d] {

	margin-top: 0
}



.el-dropdown-link[data-v-3025ce0d] {

	cursor: pointer;

	font-size: 16px;

	color: #000;

	-webkit-transition: .3s;

	transition: .3s;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	height: 100%
}



.el-dropdown-menu__item[data-v-3025ce0d]:focus,

.el-dropdown-menu__item[data-v-3025ce0d]:not(.is-disabled):hover {

	background-color: transparent;

	color: #004b94
}



.el-dropdown-link[data-v-28ded5d6]:hover {

	color: #004b94
}



.el-dropdown-menu[data-v-28ded5d6] {

	width: 100%;

	left: 0 !important;

	border-radius: 0;

	border: 0;

	background-color: hsla(0, 0%, 100%, .4)
}



.el-dropdown-menu .el-dropdown-menu__item[data-v-28ded5d6] {

	float: left;

	font-size: 14px;

	color: #000
}



.el-popper[x-placement^=bottom][data-v-28ded5d6] {

	margin-top: 0
}



.el-dropdown-link[data-v-28ded5d6] {

	cursor: pointer;

	font-size: 16px;

	color: #000;

	-webkit-transition: .3s;

	transition: .3s;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	height: 100%
}



.el-dropdown-menu__item[data-v-28ded5d6]:focus,

.el-dropdown-menu__item[data-v-28ded5d6]:not(.is-disabled):hover {

	background-color: transparent;

	color: #004b94
}



.el-dropdown-link[data-v-0158b12e]:hover {

	color: #004b94
}



.el-dropdown-menu[data-v-0158b12e] {

	width: 100%;

	left: 0 !important;

	border-radius: 0;

	border: 0;

	background-color: hsla(0, 0%, 100%, .4)
}



.el-dropdown-menu .el-dropdown-menu__item[data-v-0158b12e] {

	float: left;

	font-size: 14px;

	color: #000
}



.el-popper[x-placement^=bottom][data-v-0158b12e] {

	margin-top: 0
}



.el-dropdown-link[data-v-0158b12e] {

	cursor: pointer;

	font-size: 16px;

	color: #000;

	-webkit-transition: .3s;

	transition: .3s;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	height: 100%
}



.el-dropdown-menu__item[data-v-0158b12e]:focus,

.el-dropdown-menu__item[data-v-0158b12e]:not(.is-disabled):hover {

	background-color: transparent;

	color: #004b94
}



.el-dropdown-link[data-v-4684b925]:hover {

	color: #004b94
}



.el-dropdown-menu[data-v-4684b925] {

	width: 100%;

	left: 0 !important;

	border-radius: 0;

	border: 0;

	background-color: hsla(0, 0%, 100%, .4)
}



.el-dropdown-menu .el-dropdown-menu__item[data-v-4684b925] {

	float: left;

	font-size: 14px;

	color: #000
}



.el-popper[x-placement^=bottom][data-v-4684b925] {

	margin-top: 0
}



.el-dropdown-link[data-v-4684b925] {

	cursor: pointer;

	font-size: 16px;

	color: #000;

	-webkit-transition: .3s;

	transition: .3s;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	height: 100%
}



.el-dropdown-menu__item[data-v-4684b925]:focus,

.el-dropdown-menu__item[data-v-4684b925]:not(.is-disabled):hover {

	background-color: transparent;

	color: #004b94
}



.search[data-v-a24746ca] {

	position: fixed;

	z-index: 9999;

	width: 100%;

	height: 100%;

	background-color: #222
}



.search .close[data-v-a24746ca] {

	position: absolute;

	top: 38px;

	right: 2.6%;

	cursor: pointer;

	-webkit-transition: .3s;

	transition: .3s;

	font-size: 30px;

	color: #fff
}



.search .close[data-v-a24746ca]:hover {

	color: #d00010
}



.search .form[data-v-a24746ca] {

	position: absolute;

	top: 50%;

	left: 2.6%;

	width: 94.8%;

	padding: 10px 0;

	border-bottom: 1px solid #515151;

	font-size: 30px
}



.search .form[data-v-a24746ca]:before {

	position: absolute;

	top: 50%;

	left: 0;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%)
}



.search .form input[data-v-a24746ca] {

	text-align: center;

	outline: none;

	background-color: transparent;

	border: 0;

	width: 100%;

	font-size: 1.2em;

	color: #fff;

	padding: 0 3em 0 2em
}



.search .form input[type=submit][data-v-a24746ca] {

	font-size: .8em;

	color: #555;

	position: absolute;

	right: 0;

	top: 50%;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);

	width: auto;

	text-align: center;

	cursor: pointer;

	padding: initial
}



.search .form input {

	text-align: center
}



.search .form input:focus {

	border: 0
}



.banner[data-v-7b12a5f8] {

	position: relative;

	width: 100%;

	display: block
}



.banner img[data-v-7b12a5f8] {

	width: 100%
}



.banner .content[data-v-7b12a5f8] {

	position: absolute;

	top: 60%;

	left: 0;

	width: 100%;

	text-align: center;

	color: #fff
}



.banner .content .cn[data-v-7b12a5f8] {

	font-size: 30px
}



.banner .content .en[data-v-7b12a5f8] {

	font-size: 16px;

	text-transform: uppercase
}



@media (max-width:768px) {


	.banner .content .cn[data-v-7b12a5f8] {

		font-size: 20px
	}



	.banner .content .en[data-v-7b12a5f8] {

		font-size: 12px
	}

}



.type-menu[data-v-600dfbb8] {

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center
}



.type-menu .item[data-v-600dfbb8] {

	width: 178px;

	border: 1px solid #e2e2e2;

	font-size: 14px;

	color: #000;

	text-align: center;

	cursor: pointer;

	-webkit-transition: .3s;

	transition: .3s;

	padding: 15px 0;

	position: relative;

	z-index: 1000
}



.type-menu .item.active[data-v-600dfbb8],

.type-menu .item[data-v-600dfbb8]:hover {

	background-color: #005598;

	color: #fff
}



.type-menu .item+.item[data-v-600dfbb8] {

	margin-left: -1px
}



.title[data-v-dcc30b30] {

	text-align: center;

	color: #1e1e1e
}



.title .cn[data-v-dcc30b30] {

	font-size: 30px
}



.title .en[data-v-dcc30b30] {

	font-size: 15px;

	text-transform: uppercase
}



.CompanyProfile .container[data-v-3867fdc7] {

	max-width: 1500px;

	margin: 0 auto;

	padding: 50px 0;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap
}



.CompanyProfile .container .content[data-v-3867fdc7] {

	width: 52%;

	font-size: 14px;

	color: #1e1e1e;

	line-height: 40px
}



.CompanyProfile .container .video[data-v-3867fdc7] {

	width: 44.8%;

	margin-left: 3.2%
}



.CompanyProfile .container .video video[data-v-3867fdc7] {

	display: block;

	width: 100%
}



@media (max-width:768px) {

	.CompanyProfile .container[data-v-3867fdc7] {

		padding-bottom: 0
	}



	.CompanyProfile .container .content[data-v-3867fdc7],

	.CompanyProfile .container .video[data-v-3867fdc7] {

		width: 100%;

		margin-left: 0
	}



	.CompanyProfile .container .content[data-v-3867fdc7] {

		padding: 20px
	}



	.CompanyProfile .container .video img[data-v-3867fdc7] {

		width: 100%
	}

}



.organization[data-v-47805ca4] {

	padding: 50px 0;

	background: url(http://static202.yun300.cn/images/banner3.jpg?tenantId=24687&viewType=1&v=1661763801000)no-repeat top/cover
}



.organization .container[data-v-47805ca4] {

	max-width: 1500px;

	margin: 0 auto;

	padding: 50px 0;

	text-align: center
}



.organization .container img[data-v-47805ca4] {

	max-width: 100%
}



.companyculture[data-v-074c15ca] {

	padding: 50px 0
}



.companyculture .container[data-v-074c15ca] {

	max-width: 1500px;

	margin: 0 auto;

	padding: 50px 0
}



.companyculture .header[data-v-074c15ca] {

	text-align: center
}



.companyculture .header img[data-v-074c15ca] {

	width: 100%;

	display: block
}



.companyculture .content[data-v-074c15ca] {

	width: 50%;

	border-right: 1px solid #c6c6c6;

	color: #1e1e1e;

	padding-left: 30px
}



.companyculture .content .title[data-v-074c15ca] {

	padding: 30px 0;

	border-bottom: 1px solid #c6c6c6;

	font-size: 25px;

	position: relative
}



.companyculture .content .title[data-v-074c15ca]:after,

.companyculture .content .title[data-v-074c15ca]:before {

	content: "";

	position: absolute;

	width: 7px;

	height: 7px;

	border-radius: 50%;

	background-color: #005598
}



.companyculture .content .title[data-v-074c15ca]:before {

	top: -4px;

	right: -4px
}



.companyculture .content .title[data-v-074c15ca]:after {

	bottom: -4px;

	right: -4px
}



.companyculture .content .txt[data-v-074c15ca] {

	font-size: 14px;

	line-height: 40px;

	padding: 30px 30px 30px 0;

	position: relative
}



.companyculture .content .txt[data-v-074c15ca]:before {

	content: "";

	position: absolute;

	top: -7px;

	right: -7px;

	width: 11px;

	height: 11px;

	border: 1px solid #005598;

	border-radius: 50%
}



.companyculture .img[data-v-074c15ca] {

	padding: 50px 0 0 50px;

	width: 50%
}



.companyculture .img img[data-v-074c15ca] {

	width: 100%
}



@media (max-width:768px) {

	.companyculture .content[data-v-074c15ca] {

		width: 100%;

		border-right: 0;

		padding: 0 20px
	}



	.companyculture .img[data-v-074c15ca] {

		width: 100%;

		padding: 0
	}



	.companyculture .content .title[data-v-074c15ca]:after,

	.companyculture .content .title[data-v-074c15ca]:before,

	.companyculture .content .txt[data-v-074c15ca]:before {

		display: none
	}



	.companyculture .content .txt[data-v-074c15ca] {

		padding-right: 0
	}

}



.honor[data-v-4b3f658f] {

	position: relative;

	z-index: 1
}



.honor .title[data-v-4b3f658f] {

	max-width: 840px;

	margin-left: auto;

	margin-right: auto;

	border-bottom: 1px solid #c6c6c6;

	padding: 40px 0
}



.honor .container[data-v-4b3f658f] {

	max-width: 1500px;

	margin: 0 auto;

	padding: 50px 0
}



.honor .swiper[data-v-4b3f658f] {

	max-width: 1200px;

	margin: 0 auto;

	position: relative
}



.swiper-container[data-v-4b3f658f] {

	padding: 50px 0
}



.honor .swiper .swiper-slide[data-v-4b3f658f] {

	-webkit-transition: .3s;

	transition: .3s
}



.honor .swiper .swiper-slide img[data-v-4b3f658f] {

	display: block;

	margin: 0 auto;

	max-width: 100%
}



.honor .swiper .swiper-slide video[data-v-4b3f658f] {

	display: block;

	margin: 0 auto;

	max-width: 100%
}



.honor .swiper .swiper-slide-active[data-v-4b3f658f] {

	-webkit-transform: scale(1.2);

	transform: scale(1.2);

	z-index: 2
}



.honor .swiper .el-icon-arrow-left[data-v-4b3f658f],

.honor .swiper .el-icon-arrow-right[data-v-4b3f658f] {

	position: absolute;

	top: 50%;

	margin-top: -17px;

	font-size: 18px;

	line-height: 34px;

	width: 34px;

	height: 34px;

	background-color: #005598;

	border-radius: 50%;

	text-align: center;

	color: #fff;

	z-index: 2;

	cursor: pointer;

	outline: none
}



.honor .swiper .el-icon-arrow-left[data-v-4b3f658f] {

	left: 0
}



.honor .swiper .el-icon-arrow-right[data-v-4b3f658f] {

	right: 0
}



.history[data-v-1e738e54] {

	background: url(http://static202.yun300.cn/images/background4.jpg?tenantId=24687&viewType=1&v=1661763801000)no-repeat 50%/cover;

	padding: 50px 0
}



.history .container[data-v-1e738e54] {

	max-width: 1500px;

	margin: 0 auto
}



.history .swiper[data-v-1e738e54] {

	position: relative
}



.history .swiper .swiper-container[data-v-1e738e54] {

	padding: 150px
}



.history .swiper .swiper-slide[data-v-1e738e54] {

	width: 150px
}



.history .swiper .swiper-slide[data-v-1e738e54]:nth-of-type(2n) {

	margin-top: 110px
}



.history .swiper .item[data-v-1e738e54] {

	position: relative;

	width: 87px;

	margin-right: 50px
}



.history .swiper .item[data-v-1e738e54]:after {

	content: "";

	position: absolute;

	right: -63px;

	bottom: -36px;

	width: 85px;

	height: 0;

	border-top: 1px dotted #005598;

	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);

	-webkit-transform-origin: 100%;

	transform-origin: 100%
}



.history .swiper .swiper-slide:nth-of-type(2n) .item[data-v-1e738e54]:after {

	bottom: auto;

	top: -36px;

	-webkit-transform: rotate(-45deg);

	transform: rotate(-45deg)
}



.history .swiper .swiper-slide[data-v-1e738e54]:last-of-type {

	width: 87px
}



.history .swiper .swiper-slide:last-of-type .item[data-v-1e738e54]:after {

	display: none
}



.history .swiper .item .box[data-v-1e738e54] {

	background: url(http://static202.yun300.cn/images/historybg.png?tenantId=24687&viewType=1&v=1661763801000)no-repeat 50%;

	width: 87px;

	height: 99px;

	text-align: center;

	line-height: 99px;

	font-size: 16px;

	color: #fff;

	-webkit-transition: 1s;

	transition: 1s
}



.history .swiper .item:hover .box[data-v-1e738e54] {

	-webkit-transform: rotateY(1turn);

	transform: rotateY(1turn)
}



.history .swiper .item .content[data-v-1e738e54] {

	position: absolute;

	bottom: 100%;

	left: 50%;

	-webkit-transform: translateX(-50%);

	transform: translateX(-50%);

	width: 360px;

	height: 120px;

	background-color: #fff;

	padding: 20px;

	font-size: 14px;

	color: #3d3d3d;

	display: none
}



.history .swiper .swiper-slide:nth-of-type(2n) .item .content[data-v-1e738e54] {

	top: 100%;

	bottom: auto
}



.history .swiper .item:hover .content[data-v-1e738e54] {

	display: block
}



.aboutmenu[data-v-9d98d1b2] {

	margin-top: 60px;

	margin-bottom: 50px;

	width: 100%;

	background-color: #fff
}



.aboutmenu.fixed[data-v-9d98d1b2] {

	position: fixed;

	top: 0;

	left: 0;

	z-index: 99
}



.smallheader[data-v-98aff1fa] {

	padding-right: 20px
}



.smallheader .btn[data-v-98aff1fa] {

	position: relative;

	width: 31px;

	height: 31px
}



.smallheader .btn span[data-v-98aff1fa] {

	position: absolute;

	left: 5px;

	height: 1px;

	background-color: #004b94
}



.smallheader .btn span[data-v-98aff1fa]:first-of-type {

	width: 21px;

	top: 5px
}



.smallheader .btn span[data-v-98aff1fa]:nth-of-type(2) {

	width: 19px;

	top: 15px
}



.smallheader .btn span[data-v-98aff1fa]:nth-of-type(3) {

	width: 15px;

	top: 25px
}



.smallheader .menu[data-v-98aff1fa] {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: rgba(0, 0, 0, .9);

	z-index: 999;

	padding: 15px;

	color: #fff
}



.smallheader .menu .close[data-v-98aff1fa] {

	position: absolute;

	top: 20px;

	right: 20px;

	font-size: 24px
}



.smallheader .menu .list[data-v-98aff1fa] {

	-webkit-box-flex: 1;

	-ms-flex: auto;

	flex: auto
}



.smallheader .menu .list a[data-v-98aff1fa] {

	font-size: 16px;

	color: #fff;

	line-height: 50px;

	text-align: center
}



.smallheader .menu .list a[data-v-98aff1fa]:hover {

	color: #004b94
}



.header[data-v-18e52893] {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 999;

	-webkit-transition: .3s;

	transition: .3s
}



.header.white[data-v-18e52893] {

	background-color: #fff
}



.header .logo img[data-v-18e52893] {

	display: block;

	max-width: 280px;

	-webkit-transition: all .3s;

	transition: all .3s;

	cursor: pointer
}



.header.small .logo img[data-v-18e52893] {

	max-width: 200px
}



.header .nav[data-v-18e52893] {

	-webkit-box-flex: 1;

	-ms-flex: auto;

	flex: auto;

	padding: 0 20px;

	font-size: 16px
}



.header .nav a[data-v-18e52893] {

	color: #000;

	-webkit-transition: .3s;

	transition: .3s;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



.header .nav a[data-v-18e52893]:hover {

	color: #004b94
}



.nav .el-dropdown-link[data-v-18e52893] {

	cursor: pointer;

	font-size: 16px;

	color: #000;

	-webkit-transition: .3s;

	transition: .3s;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	height: 100%
}



.el-dropdown-link[data-v-18e52893]:hover {

	color: #004b94
}



.header .search[data-v-18e52893] {

	border-right: 1px solid
}



.header .search i[data-v-18e52893] {

	cursor: pointer
}



.header .language[data-v-18e52893],

.header .search[data-v-18e52893] {

	font-size: 16px;

	color: #fff;

	padding-left: 10px;

	padding-right: 10px
}



.header.white .language[data-v-18e52893],

.header.white .search[data-v-18e52893] {

	color: #004b94
}



.header .language[data-v-18e52893] {

	background: url(http://static202.yun300.cn/images/icon0.png?tenantId=24687&viewType=1&v=1661763801000)no-repeat left 10px center;

	padding-left: 30px;

	cursor: pointer
}



.header .language[data-v-18e52893]:hover,

.header.white .language[data-v-18e52893] {

	background-image: url(http://static202.yun300.cn/images/icon0_h.png?tenantId=24687&viewType=1&v=1661763801000);

	color: #004b94
}



.header .language .el-dropdown[data-v-18e52893] {

	font-size: inherit;

	color: inherit
}



.header .left[data-v-18e52893] {

	margin-right: 50px
}



.header .menu[data-v-18e52893] {

	background-color: #004b94;

	font-size: 16px;

	color: #c2daf1;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	padding: 10px 20px;

	cursor: pointer
}



.header .menu img[data-v-18e52893] {

	margin-right: 10px
}



.header .menu .navicon[data-v-18e52893] {

	position: relative;

	width: 21px;

	height: 21px;

	margin-right: 10px
}



.header .menu .navicon span[data-v-18e52893] {

	position: absolute;

	left: 0;

	height: 1px;

	background-color: #fff;

	-webkit-transition: .3s;

	transition: .3s
}



.header .menu .navicon span[data-v-18e52893]:first-of-type {

	width: 21px;

	top: 0
}



.header .menu .navicon span[data-v-18e52893]:nth-of-type(2) {

	width: 19px;

	top: 10px
}



.header .menu .navicon span[data-v-18e52893]:nth-of-type(3) {

	width: 15px;

	bottom: 0
}



.header.white .menu .navicon span[data-v-18e52893]:first-of-type {

	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);

	-webkit-transform-origin: 0 50%;

	transform-origin: 0 50%;

	width: 29px
}



.header.white .menu .navicon span[data-v-18e52893]:nth-of-type(2) {

	opacity: 0
}



.header.white .menu .navicon span[data-v-18e52893]:nth-of-type(3) {

	-webkit-transform: rotate(-45deg);

	transform: rotate(-45deg);

	-webkit-transform-origin: 0 50%;

	transform-origin: 0 50%;

	width: 29px
}



@media (max-width:768px) {

	.header[data-v-18e52893] {

		background-color: #fff
	}



	.header .logo img[data-v-18e52893] {

		max-height: 50px
	}



	.header .left[data-v-18e52893] {

		margin-right: 20px
	}

}



.footer[data-v-709e3005] {

	background-color: #3a3a3a
}



.footer .container[data-v-709e3005] {

	max-width: 1500px;

	margin: 0 auto
}



.footer .container .menu-wrap[data-v-709e3005] {

	-webkit-box-flex: 1;

	-ms-flex: auto;

	flex: auto;

	padding: 50px 0
}



.footer .container .menu-wrap .menu[data-v-709e3005] {

	width: 16.66%
}



.footer .container .menu-wrap .menu .title[data-v-709e3005] {

	font-size: 16px;

	color: #fff
}



.footer .container .menu-wrap .menu .list[data-v-709e3005] {

	margin-top: 15px
}



.footer .container .menu-wrap .menu .list a[data-v-709e3005] {

	font-size: 12px;

	color: #a1a1a1;

	line-height: 35px;

	-webkit-transition: 1s;

	transition: 1s
}



.footer .container .menu-wrap .menu .list a[data-v-709e3005]:hover {

	color: #fff
}



.footer .container .info[data-v-709e3005] {

	background-color: #323232;

	width: 420px;

	padding: 25px
}



.footer .container .info .follow[data-v-709e3005] {

	padding: 30px 0 20px;

	border-bottom: 1px solid #474747
}



.footer .container .info .follow .title[data-v-709e3005] {

	font-family: DINEngschrift;

	font-size: 30px;

	color: #fff;

	text-transform: uppercase
}



.footer .container .info .follow .link[data-v-709e3005] {

	margin-top: 20px
}



.footer .container .info .follow .link a[data-v-709e3005] {

	display: inline-block;

	width: 60px;

	height: 60px;

	font-size: 30px;

	color: #004b94;

	background-color: #373839;

	text-align: center;

	border-radius: 50%;

	margin-right: 25px;

	position: relative;

	-webkit-transition: .3s;

	transition: .3s;

	padding-top: 15px;

	padding-bottom: 15px
}



.footer .container .info .follow .link a[data-v-709e3005]:hover {

	color: #fff;

	background-color: #004b94
}



.footer .container .info .follow .link a i[data-v-709e3005] {

	background-color: transparent;

	width: 30px;

	-webkit-transition: .3s;

	transition: .3s;

	border-radius: 50%;

	-webkit-box-sizing: content-box;

	box-sizing: content-box
}



.footer .container .info .follow .link a:hover i[data-v-709e3005] {

	background-color: #373839;

	padding: 10px;

	margin-top: -10px
}



.footer .container .info .hotline[data-v-709e3005] {

	padding-top: 20px
}



.footer .container .info .hotline .title[data-v-709e3005] {

	font-family: DINEngschrift;

	font-size: 18px;

	color: #848484
}



.footer .container .info .hotline input[data-v-709e3005] {

	background-color: #474747;

	border: 0;

	padding: 12px 20px;

	margin-top: 20px;

	color: #fff;

	width: 100%
}



.footer .bottom[data-v-709e3005] {

	background-color: #323232;

	padding: 35px 0;

	font-size: 14px;

	color: #969696
}



.footer .bottom .link[data-v-709e3005] {

	margin-right: 20px
}



.footer .bottom a[data-v-709e3005] {

	color: #969696;

	-webkit-transition: 1s;

	transition: 1s
}



.footer .bottom .link span[data-v-709e3005] {

	margin: 0 10px
}



.footer .bottom a[data-v-709e3005]:hover {

	color: #fff
}



@media (max-width:768px) {

	.footer[data-v-709e3005] {

		text-align: center
	}



	.footer .container .menu-wrap[data-v-709e3005] {

		display: none
	}



	.footer .container .info[data-v-709e3005] {

		width: 100%
	}



	.footer .bottom[data-v-709e3005] {

		padding-left: 20px;

		padding-right: 20px
	}



	.footer .bottom .left[data-v-709e3005],

	.footer .bottom .right[data-v-709e3005] {

		width: 100%
	}



	.footer .bottom .link[data-v-709e3005] {

		margin-right: 0;

		width: 100%;

		-webkit-box-pack: center;

		-ms-flex-pack: center;

		justify-content: center
	}



	.footer .bottom .copyright[data-v-709e3005] {

		width: 100%;

		margin-top: 30px
	}



	.footer .bottom .right .link[data-v-709e3005] {

		margin-top: 20px
	}



	.footer .bottom .right .copyright-en[data-v-709e3005] {

		display: none
	}

}



.loading[data-v-a275dadc] {

	position: fixed;

	width: 100%;

	height: 100%;

	z-index: 9999;

	background-color: #fff
}



.loading .logo[data-v-a275dadc] {

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	width: 210px;

	height: 68px
}



.loading .blue[data-v-a275dadc] {

	position: absolute;

	top: 0;

	left: 0;

	width: 210px;

	height: 68px;

	background: url(http://static202.yun300.cn/images/loading-logo-blue.png?tenantId=24687&viewType=1&v=1661763801000)no-repeat 0;

	z-index: 3;

	-webkit-animation: logo-data-v-a275dadc 3s linear infinite;

	animation: logo-data-v-a275dadc 3s linear infinite
}



.loading .gray[data-v-a275dadc] {

	position: absolute;

	top: 0;

	left: 0;

	width: 210px;

	height: 68px;

	background: url(http://static202.yun300.cn/images/loading-logo-gray.png?tenantId=24687&viewType=1&v=1661763801000)no-repeat 0;

	z-index: 2
}



.loading.loaded[data-v-a275dadc] {

	-webkit-transition: 3s;

	transition: 3s;

	-webkit-transform: translateX(-120%);

	transform: translateX(-120%);

	opacity: 0
}



@-webkit-keyframes logo-data-v-a275dadc {

	0% {

		width: 0
	}



	to {

		width: 210px
	}

}



@keyframes logo-data-v-a275dadc {

	0% {

		width: 0
	}



	to {

		width: 210px
	}

}



* {

	-webkit-box-sizing: border-box;

	box-sizing: border-box
}



body {

	padding: 0;

	font-family: Arial, Microsoft YaHei, sans-serif
}



body,

p {

	margin: 0
}



a {

	text-decoration: none
}



.clearfix:after,

.clearfix:before {

	content: "";

	display: table
}



.clearfix:after {

	clear: both
}



.flex {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex
}



.flex-wrap {

	-ms-flex-wrap: wrap;

	flex-wrap: wrap
}



.flex-column {

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column
}



.flex-space-between {

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between
}



.flex-justify-center {

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center
}



.flex-align-center {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



#scroller-wrapper {

	position: relative;

	height: 100vh
}



.banner[data-v-1d5511a2] {

	position: relative
}



.banner img[data-v-1d5511a2] {

	width: 100%;

	display: block
}



.banner .swiper-pagination[data-v-1d5511a2] {

	bottom: 5%;

	width: 100%
}



.banner .swiper-pagination[data-v-1d5511a2] .swiper-pagination-bullet {

	position: relative;

	width: 65px;

	height: 4px;

	border: 1px solid #fff;

	border-radius: 0;

	opacity: .6;

	margin: 0 5px;

	background-color: transparent
}



.banner .swiper-pagination[data-v-1d5511a2] .swiper-pagination-bullet:focus {

	outline: none
}



.banner .swiper-pagination[data-v-1d5511a2] .swiper-pagination-bullet i {

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	width: 0;

	height: 100%;

	background-color: #fff;

	opacity: .6
}



.banner .text[data-v-1d5511a2] {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 1500px;

	max-width: 100%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	color: #fff;

	padding: 0 4.7%;

	text-shadow: 2px 2px 6px rgba(0, 0, 0, .8)
}



.banner .text .title1[data-v-1d5511a2] {

	font-size: 50px;

	text-transform: uppercase;

	-webkit-transition: 2s;

	transition: 2s;

	opacity: 0;

	-webkit-transform: translateY(100%);

	transform: translateY(100%);

	font-family: dinengschrift
}



.banner .text .title1 p[data-v-1d5511a2] {

	margin: 0
}



.banner .text .title2[data-v-1d5511a2] {

	font-size: 35px;

	-webkit-transition: 2s .5s;

	transition: 2s .5s;

	opacity: 0;

	-webkit-transform: translateY(100%);

	transform: translateY(100%);

	margin-top: 30px
}



.banner .text .link[data-v-1d5511a2] {

	font-size: 12px;

	text-transform: uppercase;

	-webkit-transition: 2s 1s;

	transition: 2s 1s;

	opacity: 0;

	-webkit-transform: translateY(100%);

	transform: translateY(100%);

	cursor: pointer;

	margin-top: 40px
}



.banner .text .link i[data-v-1d5511a2] {

	border: 1px solid;

	border-radius: 50%;

	font-size: 24px;

	vertical-align: middle;

	margin-left: 10px
}



.banner .swiper-slide-active .text .link[data-v-1d5511a2],

.banner .swiper-slide-active .text .title1[data-v-1d5511a2],

.banner .swiper-slide-active .text .title2[data-v-1d5511a2] {

	opacity: 1;

	-webkit-transform: translateY(0);

	transform: translateY(0)
}



.video[data-v-1d5511a2] {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

	z-index: 1000;

	padding-top: 90px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center
}



.video .box[data-v-1d5511a2] {

	position: relative;

	max-height: 100%
}



.video .box video[data-v-1d5511a2] {

	max-width: 100%;

	max-height: 100%
}



.video .box .close[data-v-1d5511a2] {

	position: absolute;

	top: 0;

	right: 0;

	font-size: 30px;

	color: #fff;

	cursor: pointer;

	z-index: 10
}



@media (max-width:768px) {

	.banner .text .title1[data-v-1d5511a2] {

		font-size: 24px
	}



	.banner .text .title2[data-v-1d5511a2] {

		font-size: 16px;

		margin-top: 15px
	}



	.banner .text .link[data-v-1d5511a2] {

		font-size: 12px;

		margin-top: 15px
	}



	.banner .text .link i[data-v-1d5511a2] {

		font-size: 14px
	}

}



.smallbanner {

	position: relative
}



.smallbanner img {

	width: 100%;

	display: block
}



.smallbanner .swiper-pagination {

	bottom: 5%;

	width: 100%
}



.smallbanner .swiper-pagination .swiper-pagination-bullet {

	position: relative;

	width: 65px;

	height: 4px;

	border: 1px solid #fff;

	border-radius: 0;

	opacity: .6;

	margin: 0 5px;

	background-color: transparent
}



.smallbanner .swiper-pagination .swiper-pagination-bullet:focus {

	outline: none
}



.smallbanner .swiper-pagination .swiper-pagination-bullet i {

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	width: 0;

	height: 100%;

	background-color: #fff;

	opacity: .6
}



.smallbanner .text {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 1500px;

	max-width: 100%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	color: #fff;

	padding: 0 4.7%;

	text-shadow: 2px 2px 6px rgba(0, 0, 0, .8)
}



.smallbanner .text .title1 {

	font-size: 50px;

	text-transform: uppercase;

	-webkit-transition: 2s;

	transition: 2s;

	opacity: 0;

	-webkit-transform: translateY(100%);

	transform: translateY(100%);

	font-family: dinengschrift
}



.smallbanner .text .title1 p {

	margin: 0
}



.smallbanner .text .title2 {

	font-size: 35px;

	-webkit-transition: 2s .5s;

	transition: 2s .5s;

	margin-top: 30px
}



.smallbanner .text .link,

.smallbanner .text .title2 {

	opacity: 0;

	-webkit-transform: translateY(100%);

	transform: translateY(100%)
}



.smallbanner .text .link {

	font-size: 12px;

	text-transform: uppercase;

	-webkit-transition: 2s 1s;

	transition: 2s 1s;

	cursor: pointer;

	margin-top: 40px
}



.smallbanner .text .link i {

	border: 1px solid;

	border-radius: 50%;

	font-size: 24px;

	vertical-align: middle;

	margin-left: 10px
}



.smallbanner .swiper-slide-active .text .link,

.smallbanner .swiper-slide-active .text .title1,

.smallbanner .swiper-slide-active .text .title2 {

	opacity: 1;

	-webkit-transform: translateY(0);

	transform: translateY(0)
}



@media (max-width:768px) {

	.smallbanner .text .title1 {

		font-size: 24px
	}



	.smallbanner .text .title2 {

		font-size: 16px;

		margin-top: 15px
	}



	.smallbanner .text .link {

		font-size: 12px;

		margin-top: 15px
	}



	.smallbanner .text .link i {

		font-size: 14px
	}

}



.about[data-v-35e259e4] {

	background: url(http://static202.yun300.cn/images/background1.png?tenantId=24687&viewType=1&v=1661763801000)no-repeat 50%/cover;

	padding: 100px 0
}



.about .img[data-v-35e259e4] {

	width: 50%;

	text-align: center
}



.about .img img[data-v-35e259e4] {

	mix-blend-mode: darken;

	max-width: 100%
}



.about .text[data-v-35e259e4] {

	width: 50%;

	padding: 3%;

	overflow: hidden
}



.about .text .title[data-v-35e259e4] {

	font-size: 44px;

	color: #004b94;

	border-bottom: 1px solid #b7b5c0;

	padding: 15px 0
}



.about .text .container[data-v-35e259e4] {

	width: 620px;

	max-width: 100%;

	padding: 30px 0
}



.about .text .container .content[data-v-35e259e4] {

	font-size: 14px;

	color: #737373;

	line-height: 30px
}



.about .text .container .content p[data-v-35e259e4] {

	margin: 0
}



.about .text .container .data[data-v-35e259e4] {

	margin-top: 50px
}



.about .text .container .data .item[data-v-35e259e4] {

	float: left;

	width: 33.33%;

	color: #004b94
}



.about .text .container .data .item .num[data-v-35e259e4] {

	font-size: 30px;

	line-height: 50px;

	font-family: CANARO BOLD
}



.about .text .container .data .item .num .small[data-v-35e259e4] {

	font-size: 16px;

	vertical-align: bottom
}



.about .text .container .data .item .txt[data-v-35e259e4] {

	font-size: 14px
}



.about .text .container .link[data-v-35e259e4] {

	font-family: CANARO BOLD;

	border: 1px solid #004b94;

	color: #004b94;

	padding: 5px 10px;

	text-transform: uppercase;

	width: 250px;

	max-width: 100%;

	margin-top: 50px;

	cursor: pointer;

	position: relative;

	overflow: hidden;

	-webkit-transition: .3s;

	transition: .3s;

	z-index: 3
}



.about .text .container .link .txt .t1[data-v-35e259e4] {

	font-size: 20px;

	line-height: 1em
}



.about .text .container .link .txt .t2[data-v-35e259e4] {

	font-size: 16px;

	line-height: 1em
}



.about .text .container .link i[data-v-35e259e4] {

	-webkit-transition: .3s;

	transition: .3s
}



.about .text .container .link[data-v-35e259e4]:before {

	content: "";

	position: absolute;

	top: 0;

	left: -100%;

	width: 100%;

	height: 100%;

	background-color: #004b94;

	-webkit-transition: .3s;

	transition: .3s;

	border-radius: 0 50px 50px 0;

	border-right: 50px solid #004b94;

	margin-left: -50px;

	z-index: -1
}



.about .text .container .link[data-v-35e259e4]:hover:before {

	left: 0;

	margin-left: 0
}



.about .text .container .link[data-v-35e259e4]:hover {

	color: #fff
}



@media (max-width:768px) {

	.about[data-v-35e259e4] {

		padding: 50px 0 20px
	}



	.about .img[data-v-35e259e4],

	.about .text[data-v-35e259e4] {

		width: 100%
	}



	.about .text .title[data-v-35e259e4] {

		font-size: 24px
	}



	.about .text .container .data .item .num[data-v-35e259e4] {

		font-size: 20px;

		line-height: 30px
	}



	.about .text .container .data .item .num .small[data-v-35e259e4] {

		font-size: 12px
	}

}



.strength[data-v-0057b57b] {

	position: relative;

	overflow: hidden
}



.strength img.background[data-v-0057b57b] {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

	-webkit-transition: 3s;

	transition: 3s;

	z-index: -1;

	-webkit-animation: scale-data-v-0057b57b 6s forwards;

	animation: scale-data-v-0057b57b 6s forwards;

	-webkit-transform: scale(1.1);

	transform: scale(1.1);

	visibility: visible !important
}



@-webkit-keyframes scale-data-v-0057b57b {

	0% {

		-webkit-transform: scale(1.1);

		transform: scale(1.1)
	}



	to {

		-webkit-transform: scale(1);

		transform: scale(1)
	}

}



@keyframes scale-data-v-0057b57b {

	0% {

		-webkit-transform: scale(1.1);

		transform: scale(1.1)
	}



	to {

		-webkit-transform: scale(1);

		transform: scale(1)
	}

}



.strength .header[data-v-0057b57b] {

	max-width: 1500px;

	padding-top: 60px;

	margin: 0 auto
}



.strength .title[data-v-0057b57b] {

	color: #212121;

	border-bottom: 1px solid hsla(0, 0%, 77.6%, .5);

	padding: 20px 0;

	text-align: center;

	max-width: 615px;

	margin: 0 auto
}



.strength .title .en[data-v-0057b57b] {

	font-size: 40px;

	text-transform: uppercase;

	font-family: CANARO BOLD
}



.strength .title .cn[data-v-0057b57b] {

	font-size: 35px
}



.strength .container[data-v-0057b57b] {

	width: 1500px;

	max-width: 100%;

	margin: 0 auto;

	padding: 150px 0
}



.strength .container .box[data-v-0057b57b] {

	width: 43.5%;

	margin-right: 6.5%;

	background-color: hsla(0, 0%, 100%, .3);

	padding: 4%
}



.strength .container .box .txt[data-v-0057b57b] {

	font-size: 14px;

	color: #000;

	line-height: 35px;

	min-height: 175px
}



.strength .container .box .more[data-v-0057b57b] {

	text-align: right;

	margin-top: 30px
}



.strength .container .box .more a[data-v-0057b57b] {

	font-size: 12px;

	color: #004b94;

	position: relative
}



.strength .container .box .more a[data-v-0057b57b]:before {

	content: "";

	position: absolute;

	bottom: 0;

	left: 50%;

	width: 0;

	height: 1px;

	background: #004b94;

	-webkit-transform: translateX(-50%);

	transform: translateX(-50%);

	-webkit-transition: .3s;

	transition: .3s
}



.strength .container .box .more a[data-v-0057b57b]:hover:before {

	width: 100%
}



.strength .container .link[data-v-0057b57b] {

	width: 50%
}



.strength .container .link .item[data-v-0057b57b] {

	text-align: center;

	cursor: pointer
}



.strength .container .link .item .icon[data-v-0057b57b] {

	background: url(http://static202.yun300.cn/images/border.png?tenantId=24687&viewType=1&v=1661763801000)no-repeat 50%;

	width: 74px;

	height: 85px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	-webkit-transition: .3s;

	transition: .3s
}



.strength .container .link .item.active .icon[data-v-0057b57b],

.strength .container .link .item:hover .icon[data-v-0057b57b] {

	background-image: url(http://static202.yun300.cn/images/border_h.png?tenantId=24687&viewType=1&v=1661763801000)
}



.strength .container .link .item .tit[data-v-0057b57b] {

	font-size: 16px;

	color: #000;

	margin-top: 10px
}



@media (max-width:768px) {

	.strength .title .en[data-v-0057b57b] {

		font-size: 24px
	}



	.strength .title .cn[data-v-0057b57b] {

		font-size: 20px
	}



	.strength .container[data-v-0057b57b] {

		padding: 50px 0
	}



	.strength .container .box[data-v-0057b57b] {

		width: 100%;

		margin-right: 0
	}



	.strength .container .link[data-v-0057b57b] {

		width: 100%;

		padding: 20px
	}

}



.productSwiper img[data-v-253e5b3c] {

	max-width: 100%;

	margin: 0 auto
}



.product[data-v-aa27f6de] {

	background: url(http://static202.yun300.cn/images/background3.png?tenantId=24687&viewType=1&v=1661763801000)no-repeat 50%/cover;

	padding: 100px 0
}



.product .img[data-v-aa27f6de] {

	width: 50%;

	text-align: center
}



.product .container[data-v-aa27f6de] {

	width: 50%;

	padding-left: 6.5%
}



.product .container .title[data-v-aa27f6de] {

	border-bottom: 1px solid #aeaead;

	color: #004b94;

	padding: 30px 0
}



.product .container .title .en[data-v-aa27f6de] {

	font-size: 50px;

	text-transform: uppercase;

	font-family: CANARO BOLD
}



.product .container .title .cn[data-v-aa27f6de] {

	font-size: 35px
}



.product .container .content[data-v-aa27f6de] {

	font-size: 14px;

	color: #696969;

	line-height: 35px;

	width: 630px;

	max-width: 100%;

	margin-top: 50px
}



.product .container .icon[data-v-aa27f6de] {

	margin-top: 20px
}



.product .container .icon img[data-v-aa27f6de] {

	max-width: 100%
}



.product .container .link[data-v-aa27f6de] {

	font-family: CANARO BOLD;

	border: 1px solid #004b94;

	color: #004b94;

	padding: 5px 10px;

	text-transform: uppercase;

	width: 250px;

	max-width: 100%;

	margin-top: 50px;

	cursor: pointer;

	position: relative;

	overflow: hidden;

	-webkit-transition: .3s;

	transition: .3s;

}



.product .container .link .txt .t1[data-v-aa27f6de] {

	font-size: 20px;

	line-height: 1em;

}



.product .container .link .txt .t2[data-v-aa27f6de] {

	font-size: 16px;

	line-height: 1em;

}



.product .container .link i[data-v-aa27f6de] {

	-webkit-transition: .3s;

	transition: .3s;

}



.product .container .link[data-v-aa27f6de]:before {

	content: "";

	position: absolute;

	top: 0;

	left: -100%;

	width: 100%;

	height: 100%;

	background-color: #004b94;

	-webkit-transition: .3s;

	transition: .3s;

	border-radius: 0 50px 50px 0;

	border-right: 50px solid #004b94;

	margin-left: -50px;

	z-index: -1;

}



.product .container .link[data-v-aa27f6de]:hover:before {

	left: 0;

	margin-left: 0;

}



.product .container .link[data-v-aa27f6de]:hover {

	color: #fff;

}



@media (max-width:768px) {

	.product[data-v-aa27f6de] {

		padding: 50px 0;

	}



	.product .img[data-v-aa27f6de] {

		width: 100%;

	}



	.product .container[data-v-aa27f6de] {

		width: 100%;

		padding: 0 20px;

	}



	.product .container .title .en[data-v-aa27f6de] {

		font-size: 24px;

	}



	.product .container .title .cn[data-v-aa27f6de] {

		font-size: 20px;

	}

}



.service[data-v-8d9497d2] {

	background-color: #fff;

	padding: 50px 0;

}



.service .container[data-v-8d9497d2] {

	max-width: 1500px;

	margin: 0 auto;

	position: relative;

	padding-top: 0px;

	overflow: hidden;

}



.service .container .box[data-v-8d9497d2] {

	color: #fff;

	max-width: 650px;

	position: absolute;

	top: 2%;

	left: 0;

	z-index: 1;

	pointer-events: none;

}



.service .container .box .title[data-v-8d9497d2] {

	border-bottom: 1px solid #288104;

	padding: 25px 0;

	pointer-events: auto
}



.service .container .box .title .en[data-v-8d9497d2] {

	font-size: 36px;

	text-transform: uppercase;

	font-family: "DINEngschriftStd";

	line-height: 38px;

	color: #288104;

}



.service .container .box .title .en p {

	font-family: pop-s;

}



.service .container .box .title .cn[data-v-8d9497d2] {

	font-size: 46px;

	color: #288104;

}



.service .container .box .content[data-v-8d9497d2] {

	font-size: 14px;

	color: #288104;

	line-height: 30px;

	padding: 25px 0;

	pointer-events: none
}



.service .container .box .link[data-v-8d9497d2] {

	background: #fabe00;

	font-family: CANARO BOLD;

	border: 0px solid #003c81;

	color: #fff;

	padding: 10px;

	text-transform: uppercase;

	width: 180px;

	max-width: 100%;

	margin-top: 25px;

	margin-left: 0px;

	cursor: pointer;

	position: relative;

	overflow: hidden;

	-webkit-transition: .3s;

	transition: .3s;

	pointer-events: auto;

	border-radius: 5px;

}



.service .container .box .link .txt[data-v-8d9497d2] {

	position: relative
}



.service .container .box .link .txt .t1[data-v-8d9497d2] {

	font-size: 16px;

	line-height: 1.8em;

	font-family: "DINEngschriftStd";

	padding-left: 30px;

	color: #fff;

}



.service .container .box .link .txt .t2[data-v-8d9497d2] {

	font-size: 16px;

	line-height: 1em
}



.service .container .box .link i[data-v-8d9497d2] {

	-webkit-transition: .3s;

	transition: .3s;

	position: relative
}



.service .container .box .link[data-v-8d9497d2]:before {

	content: "";

	position: absolute;

	top: 0;

	left: -100%;

	width: 100%;

	height: 100%;

	background-color: #288104;

	-webkit-transition: .3s;

	transition: .3s;

	border-radius: 0 0px 0px 0;

	border-right: 50px solid #fabe00;

	margin-left: -50px
}



.service .container .box .link[data-v-8d9497d2]:hover:before {

	left: 0;

	margin-left: 0
}



.service .container .box .link[data-v-8d9497d2]:hover {

	color: #fff
}



.service .container .map[data-v-8d9497d2] {

	max-width: 1339px;

	margin: 0 auto;

	position: relative;

	overflow: hidden
}



.service .container .map>img[data-v-8d9497d2] {

	width: 100%
}



.service .container .map .hint[data-v-8d9497d2] {

	position: absolute;

	width: 60px;

	height: 60px;

	transition: opacity .5s ease, transform .5s cubic-bezier(.5, 0, 0, 1), -webkit-transform .5s cubic-bezier(.5, 0, 0, 1);

	-webkit-transition-delay: 1s;

	transition-delay: 1s
}



.service .container .map .hint[data-v-8d9497d2]:before {

	width: 8px;

	height: 8px;

	background-color: #005bff
}



.service .container .map .hint[data-v-8d9497d2]:after,

.service .container .map .hint[data-v-8d9497d2]:before {

	content: "";

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	border-radius: 50%
}



.service .container .map .hint[data-v-8d9497d2]:after {

	width: 2px;

	height: 2px;

	-webkit-transition: opacity .5s ease;

	transition: opacity .5s ease;

	-webkit-animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(.25, .1, .2, 1) infinite;

	animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(.25, .1, .2, 1) infinite
}



.service .container .map .hint[data-v-8d9497d2]:hover:after {

	opacity: 0
}



@-webkit-keyframes home_hero_item_hints_glow-data-v-8d9497d2 {

	0% {

		-webkit-box-shadow: 0 0 30px 5px #fff;

		box-shadow: 0 0 30px 5px #fff
	}



	70% {

		-webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);

		box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0)
	}



	to {

		-webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);

		box-shadow: 0 0 0 50px rgba(72, 170, 72, 0)
	}

}



@keyframes home_hero_item_hints_glow-data-v-8d9497d2 {

	0% {

		-webkit-box-shadow: 0 0 30px 5px #fff;

		box-shadow: 0 0 30px 5px #fff
	}



	70% {

		-webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);

		box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0)
	}



	to {

		-webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);

		box-shadow: 0 0 0 50px rgba(72, 170, 72, 0)
	}

}



.service .container .map .hint .hint-radius[data-v-8d9497d2] {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 250px;

	height: 250px;

	margin: -125px 0 0 -125px;

	border-radius: 50%;

	transition-property: background-color, opacity, visibility, transform, -webkit-transform;

	-webkit-transition-timing-function: ease, ease, ease, cubic-bezier(.5, 0, 0, 1);

	transition-timing-function: ease, ease, ease, cubic-bezier(.5, 0, 0, 1);

	-webkit-transition-duration: .5s;

	transition-duration: .5s;

	opacity: 0;

	visibility: hidden;

	-webkit-transform: scale(0);

	transform: scale(0)
}



.service .container .map .hint:hover .hint-radius[data-v-8d9497d2] {

	background-color: #fff;

	opacity: .1;

	visibility: visible;

	-webkit-transform: scale(1);

	transform: scale(1)
}



.service .container .map .hint .hint-dot[data-v-8d9497d2] {

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	width: 60px;

	height: 60px;

	border-radius: 50%;

	border: 1px solid;

	-webkit-animation: home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;

	animation: home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite
}



@-webkit-keyframes home_hero_item_hints_border-data-v-8d9497d2 {



	0%,

	to {

		border-color: hsla(219, 100%, 53%, 1);

		-webkit-transform: translate(-50%, -50%) scale(.95);

		transform: translate(-50%, -50%) scale(.95)
	}



	50% {

		border-color: hsla(219, 100%, 53%, 1);

		-webkit-transform: translate(-50%, -50%) scale(1);

		transform: translate(-50%, -50%) scale(1)
	}

}



@keyframes home_hero_item_hints_border-data-v-8d9497d2 {



	0%,

	to {

		border-color: hsla(219, 100%, 53%, 1);

		-webkit-transform: translate(-50%, -50%) scale(.95);

		transform: translate(-50%, -50%) scale(.95)
	}



	50% {

		border-color: hsla(219, 100%, 53%, 1);

		-webkit-transform: translate(-50%, -50%) scale(1);

		transform: translate(-50%, -50%) scale(1)
	}

}



.service .container .map .hint .hint-content[data-v-8d9497d2] {

	position: absolute;

	width: 180px;

	color: #fff;

	z-index: 5;

	padding: 12px 0;

	font-size: 12px;

	color: #288104;

	-webkit-transition: opacity .7s ease, visibility .7s ease;

	transition: opacity .7s ease, visibility .7s ease;

	opacity: 0;

	visibility: hidden
}



.service .container .map .hint:hover .hint-content[data-v-8d9497d2] {

	opacity: 1;

	visibility: visible
}



.service .container .map .hint .hint-content[data-v-8d9497d2]:after,

.service .container .map .hint .hint-content[data-v-8d9497d2]:before {

	content: "";

	position: absolute;

	height: 1px;

	background-color: #288104;

	-webkit-transition: opacity .5s ease;

	transition: opacity .5s ease;

	opacity: 0
}



.service .container .map .hint .hint-content[data-v-8d9497d2]:before {

	width: 180px
}



.service .container .map .hint .hint-content[data-v-8d9497d2]:after {

	width: 80px
}



.service .container .map .hint:hover .hint-content[data-v-8d9497d2]:after,

.service .container .map .hint:hover .hint-content[data-v-8d9497d2]:before {

	opacity: 1
}



.service .container .map .hint:hover .hint-content[data-v-8d9497d2]:before {

	-webkit-transition-delay: .15s;

	transition-delay: .15s
}



.service .container .map .hint .hint-content p[data-v-8d9497d2] {

	opacity: 0;

	-webkit-transition-delay: .3s;

	transition-delay: .3s
}



.service .container .map .hint:hover .hint-content p[data-v-8d9497d2] {

	opacity: 1
}



.service .container .map .hint.beimei[data-v-8d9497d2] {

	top: calc(41.64% - 30px);

	left: calc(18.29% - 30px)
}



.service .container .map .hint.beimei .hint-content[data-v-8d9497d2] {

	top: 85px;

	right: 50%;

	-webkit-transform: translateX(100%);

	transform: translateX(100%);

	margin-right: -55px
}



.service .container .map .hint.beimei .hint-content[data-v-8d9497d2]:before {

	top: 0;

	left: 0
}



.service .container .map .hint.beimei .hint-content[data-v-8d9497d2]:after {

	top: 0;

	left: 0;

	-webkit-transform: rotate(-135deg);

	transform: rotate(-135deg);

	-webkit-transform-origin: 0 50%;

	transform-origin: 0 50%
}



.service .container .map .hint.ouzhou[data-v-8d9497d2] {

	top: calc(34.5% - 30px);

	left: calc(53.47% - 30px)
}



.service .container .map .hint.ouzhou .hint-content[data-v-8d9497d2] {

	top: 85px;

	left: 50%;

	-webkit-transform: translateX(-100%);

	transform: translateX(-100%);

	margin-left: -55px
}



.service .container .map .hint.ouzhou .hint-content[data-v-8d9497d2]:before {

	top: 0;

	right: 0
}



.service .container .map .hint.ouzhou .hint-content[data-v-8d9497d2]:after {

	top: 0;

	right: 0;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	-webkit-transform-origin: 100% 50%;

	transform-origin: 100% 50%
}



.service .container .map .hint.yatai[data-v-8d9497d2] {

	top: calc(34.5% - 30px);

	left: calc(75.52% - 30px)
}



.service .container .map .hint.yatai .hint-content[data-v-8d9497d2] {

	bottom: 85px;

	right: 50%;

	-webkit-transform: translateX(100%);

	transform: translateX(100%);

	margin-right: -55px
}



.service .container .map .hint.yatai .hint-content[data-v-8d9497d2]:before {

	bottom: 0;

	left: 0
}



.service .container .map .hint.yatai .hint-content[data-v-8d9497d2]:after {

	bottom: 0;

	left: 0;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	-webkit-transform-origin: 0 50%;

	transform-origin: 0 50%
}



.service .container .map .hint.nanmei[data-v-8d9497d2] {

	top: calc(75.06% - 30px);

	left: calc(30.24% - 30px)
}



.service .container .map .hint.nanmei .hint-content[data-v-8d9497d2] {

	bottom: 85px;

	right: 50%;

	-webkit-transform: translateX(100%);

	transform: translateX(100%);

	margin-right: -55px
}



.service .container .map .hint.nanmei .hint-content[data-v-8d9497d2]:before {

	bottom: 0;

	left: 0
}



.service .container .map .hint.nanmei .hint-content[data-v-8d9497d2]:after {

	bottom: 0;

	left: 0;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	-webkit-transform-origin: 0 50%;

	transform-origin: 0 50%
}



.service .container .map .hint.dayang[data-v-8d9497d2] {

	top: calc(81.13% - 30px);

	left: calc(83.86% - 30px)
}



.service .container .map .hint.dayang .hint-content[data-v-8d9497d2] {

	bottom: 85px;

	right: 50%;

	-webkit-transform: translateX(100%);

	transform: translateX(100%);

	margin-right: -55px
}



.service .container .map .hint.dayang .hint-content[data-v-8d9497d2]:before {

	bottom: 0;

	left: 0
}



.service .container .map .hint.dayang .hint-content[data-v-8d9497d2]:after {

	bottom: 0;

	left: 0;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	-webkit-transform-origin: 0 50%;

	transform-origin: 0 50%
}



.service .container .map .ningbo[data-v-8d9497d2] {

	position: absolute;

	top: 45.5%;

	left: 79.6%;

}



.service .container .map .ningbo[data-v-8d9497d2]:before {

	content: "";

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	width: 8px;

	height: 8px;

	background-color: #fabe00;

	border-radius: 50%
}



.service .container .map .ningbo .tq1[data-v-8d9497d2] {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 8px;

	height: 8px;

	margin: -4px 0 0 -4px;

	border-radius: 50%;

	background-color: hsla(50, 200%, 40%, .2);

	-webkit-animation: bianda-data-v-8d9497d2 2.5s linear infinite;

	animation: bianda-data-v-8d9497d2 2.5s linear infinite
}



.service .container .map .ningbo .tq2[data-v-8d9497d2] {

	-webkit-animation: bianda2-data-v-8d9497d2 2s linear infinite;

	animation: bianda2-data-v-8d9497d2 2s linear infinite
}



.service .container .map .ningbo .tq2[data-v-8d9497d2],

.service .container .map .ningbo .tq3[data-v-8d9497d2] {

	position: absolute;

	top: 50%;

	left: 50%;

	width: 8px;

	height: 8px;

	margin: -4px 0 0 -4px;

	border-radius: 50%;

	background-color: hsla(50, 200%, 40%, .1);

}



.service .container .map .ningbo .tq3[data-v-8d9497d2] {

	-webkit-animation: bianda3-data-v-8d9497d2 3s linear infinite;

	animation: bianda3-data-v-8d9497d2 3s linear infinite
}



.service .container .map .ningbo .content[data-v-8d9497d2] {

	position: absolute;

	left: 20px;

	bottom: -10px;

	font-size: 12px;

	color: #fff;

	width: 200px;

}



.service .container .map .ningbo .content img[data-v-8d9497d2] {

	margin-left: -30px
}



@-webkit-keyframes bianda-data-v-8d9497d2 {

	0% {

		-webkit-transform: scale(1);

		transform: scale(1)
	}



	to {

		-webkit-transform: scale(10);

		transform: scale(10)
	}

}



@keyframes bianda-data-v-8d9497d2 {

	0% {

		-webkit-transform: scale(1);

		transform: scale(1)
	}



	to {

		-webkit-transform: scale(10);

		transform: scale(10)
	}

}



@-webkit-keyframes bianda2-data-v-8d9497d2 {

	0% {

		-webkit-transform: scale(1);

		transform: scale(1)
	}



	to {

		-webkit-transform: scale(13);

		transform: scale(13)
	}

}



@keyframes bianda2-data-v-8d9497d2 {

	0% {

		-webkit-transform: scale(1);

		transform: scale(1)
	}



	to {

		-webkit-transform: scale(13);

		transform: scale(13)
	}

}



@-webkit-keyframes bianda3-data-v-8d9497d2 {

	0% {

		-webkit-transform: scale(1);

		transform: scale(1)
	}



	to {

		-webkit-transform: scale(17);

		transform: scale(17)
	}

}



@keyframes bianda3-data-v-8d9497d2 {

	0% {

		-webkit-transform: scale(1);

		transform: scale(1)
	}



	to {

		-webkit-transform: scale(17);

		transform: scale(17)
	}

}



@media (max-width:768px) {

	.service .container[data-v-8d9497d2] {

		padding-top: 0;

	}



	.service .container .map[data-v-8d9497d2] {

		display: none;

	}



	.service .container .box .title .en[data-v-8d9497d2] {

		font-size: 22px;

		line-height: 24px;

	}



	.service .container .box .title .cn[data-v-8d9497d2] {

		font-size: 28px;

	}



	.service .container .map .hint[data-v-8d9497d2],

	.service .container .map .ningbo[data-v-8d9497d2] {

		display: none;

	}



	.service .container .box[data-v-8d9497d2] {

		position: static;

		padding-bottom: 50px;

	}

}



.newsitem[data-v-51622572] {

	-webkit-transition: 3s;

	transition: 3s;

	margin: 50px 30px;

	cursor: pointer;

}



.newsitem[data-v-51622572]:hover {

	-webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, .3);

	box-shadow: 0 0 30px 10px rgba(0, 0, 0, .3);

}



.newsitem .img[data-v-51622572] {

	overflow: hidden;

}



.newsitem .img img[data-v-51622572] {

	width: 100%;

	-webkit-transition: 3s;

	transition: 3s;

	display: block;

}



.newsitem:hover .img img[data-v-51622572] {

	-webkit-transform: scale(1.2);

	transform: scale(1.2);

}



.newsitem .content[data-v-51622572] {

	padding: 12px 17px;

}



.newsitem .content .tit[data-v-51622572] {

	font-size: 16px;

	color: #000;

}



.newsitem .content .txt[data-v-51622572] {

	font-size: 12px;

	color: #535353;

	line-height: 26px
}



.newsitem .content .date[data-v-51622572] {

	font-size: 12px;

	color: #3d3d3d;

	padding: 12px 0;

	margin-top: 30px;

	position: relative
}



.newsitem .content .date[data-v-51622572]:before {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	width: 15px;

	height: 1px;

	background-color: #004b94
}



.newsitem .content .details[data-v-51622572] {

	font-size: 12px;

	color: #181818;

	-webkit-transition: .3s;

	transition: .3s
}



.newsitem .content .details i[data-v-51622572] {

	-webkit-transition: .3s;

	transition: .3s;

	font-size: 20px
}



.newsitem:hover .content .details[data-v-51622572] {

	color: #004b94
}



.news[data-v-11267c37] {

	padding: 50px 0
}



.news .container[data-v-11267c37] {

	max-width: 1500px;

	margin: 0 auto
}



.news .header[data-v-11267c37] {

	max-width: 390px;

	padding-top: 60px
}



.news .title[data-v-11267c37] {

	color: #004b94;

	border-bottom: 1px solid #b6b3be;

	padding: 20px
}



.news .title .en[data-v-11267c37] {

	font-size: 50px
}



.news .title .cn[data-v-11267c37] {

	font-size: 35px
}



.news .newslist[data-v-11267c37] {

	position: relative
}



.news .newslist .swiper-pagination[data-v-11267c37] {

	width: 100%;

	bottom: 0
}



@media (max-width:768px) {

	.news .header[data-v-11267c37] {

		padding-top: 0
	}



	.news .title .en[data-v-11267c37] {

		font-size: 24px
	}



	.news .title .cn[data-v-11267c37] {

		font-size: 20px
	}

}



.news .newslist .swiper-pagination .swiper-pagination-bullet {

	width: 50px;

	height: 1px;

	border-radius: 0;

	background-color: #b4b4b4;

	opacity: 1;

	margin: 0 5px
}



.news .newslist .swiper-pagination .swiper-pagination-bullet-active {

	background-color: #004b94
}



@font-face {

	font-family: dinengschrift;

	font-display: swap;

	src: url(http://static202.yun300.cn/fonts/dinengschrift.94999e5d.woff2?tenantId=24687&viewType=1&v=1661763801000) format("woff2"), url(http://static202.yun300.cn/fonts/dinengschrift.36ded45a.woff?tenantId=24687&viewType=1&v=1661763801000) format("woff"), url(http://static202.yun300.cn/fonts/dinengschrift.1a9c70d8.ttf?tenantId=24687&viewType=1&v=1661763801000) format("truetype"), url(http://static202.yun300.cn/fonts/dinengschrift.eafff1d0.eot?tenantId=24687&viewType=1&v=1661763801000) format("embedded-opentype"), url(http://static202.yun300.cn/img/dinengschrift.e36059d9.svg?tenantId=24687&viewType=1&v=1661763801000) format("svg");

	font-weight: 400;

	font-style: normal
}



@font-face {

	font-family: CANARO BOLD;

	font-display: swap;

	src: url(../fonts/CANARO\ BOLD.8b7941b4.woff2?tenantId=24687&viewType=1&v=1661763801000) format("woff2"), url(../fonts/CANARO\ BOLD.2af2b04f.woff?tenantId=24687&viewType=1&v=1661763801000) format("woff"), url(../fonts/CANARO\ BOLD.4479c47a.ttf?tenantId=24687&viewType=1&v=1661763801000) format("truetype"), url(../fonts/CANARO\ BOLD.4c321c8b.eot?tenantId=24687&viewType=1&v=1661763801000) format("embedded-opentype"), url(../img/CANARO\ BOLD.ee47fcf7.svg?tenantId=24687&viewType=1&v=1661763801000) format("svg");

	font-weight: 400;

	font-style: normal
}



@font-face {

	font-family: FontAwesome;

	src: url(/upload/font/674f50d2.eot?tenantId=24687&viewType=1&v=1661763801000);

	src: url(http://static202.yun300.cn/font/674f50d2.eot?tenantId=24687&viewType=1&v=1661763801000&) format("embedded-opentype"), url(../font/af7ae505.woff2) format("woff2"), url(http://static202.yun300.cn/fonts/fontawesome-webfont.fee66e71.woff?tenantId=24687&viewType=1&v=1661763801000) format("woff"), url(http://static202.yun300.cn/fonts/fontawesome-webfont.b06871f2.ttf?tenantId=24687&viewType=1&v=1661763801000) format("truetype"), url(http://static202.yun300.cn/img/fontawesome-webfont.acf3dcb7.svg) format("svg");

	font-weight: 400;

	font-style: normal
}



.fa {

	display: inline-block;

	font: normal normal normal 14px/1 FontAwesome;

	font-size: inherit;

	text-rendering: auto;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale
}



.fa-lg {

	font-size: 1.33333333em;

	line-height: .75em;

	vertical-align: -15%
}



.fa-2x {

	font-size: 2em
}



.fa-3x {

	font-size: 3em
}



.fa-4x {

	font-size: 4em
}



.fa-5x {

	font-size: 5em
}



.fa-fw {

	width: 1.28571429em;

	text-align: center
}



.fa-ul {

	padding-left: 0;

	margin-left: 2.14285714em;

	list-style-type: none
}



.fa-ul>li {

	position: relative
}



.fa-li {

	position: absolute;

	left: -2.14285714em;

	width: 2.14285714em;

	top: .14285714em;

	text-align: center
}



.fa-li.fa-lg {

	left: -1.85714286em
}



.fa-border {

	padding: .2em .25em .15em;

	border: .08em solid #eee;

	border-radius: .1em
}



.fa-pull-left {

	float: left
}



.fa-pull-right {

	float: right
}



.fa.fa-pull-left {

	margin-right: .3em
}



.fa.fa-pull-right {

	margin-left: .3em
}



.pull-right {

	float: right
}



.pull-left {

	float: left
}



.fa.pull-left {

	margin-right: .3em
}



.fa.pull-right {

	margin-left: .3em
}



.fa-spin {

	-webkit-animation: fa-spin 2s linear infinite;

	animation: fa-spin 2s linear infinite
}



.fa-pulse {

	-webkit-animation: fa-spin 1s steps(8) infinite;

	animation: fa-spin 1s steps(8) infinite
}



@-webkit-keyframes fa-spin {

	0% {

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg)
	}



	to {

		-webkit-transform: rotate(359deg);

		transform: rotate(359deg)
	}

}



@keyframes fa-spin {

	0% {

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg)
	}



	to {

		-webkit-transform: rotate(359deg);

		transform: rotate(359deg)
	}

}



.fa-rotate-90 {

	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";

	-webkit-transform: rotate(90deg);

	transform: rotate(90deg)
}



.fa-rotate-180 {

	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg)
}



.fa-rotate-270 {

	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";

	-webkit-transform: rotate(270deg);

	transform: rotate(270deg)
}



.fa-flip-horizontal {

	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";

	-webkit-transform: scaleX(-1);

	transform: scaleX(-1)
}



.fa-flip-vertical {

	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";

	-webkit-transform: scaleY(-1);

	transform: scaleY(-1)
}



:root .fa-flip-horizontal,

:root .fa-flip-vertical,

:root .fa-rotate-90,

:root .fa-rotate-180,

:root .fa-rotate-270 {

	-webkit-filter: none;

	filter: none
}



.fa-stack {

	position: relative;

	display: inline-block;

	width: 2em;

	height: 2em;

	line-height: 2em;

	vertical-align: middle
}



.fa-stack-1x,

.fa-stack-2x {

	position: absolute;

	left: 0;

	width: 100%;

	text-align: center
}



.fa-stack-1x {

	line-height: inherit
}



.fa-stack-2x {

	font-size: 2em
}



.fa-inverse {

	color: #fff
}



.fa-glass:before {

	content: "\F000"

}



.fa-music:before {

	content: "\F001"

}



.fa-search:before {

	content: "\F002"

}



.fa-envelope-o:before {

	content: "\F003"

}



.fa-heart:before {

	content: "\F004"

}



.fa-star:before {

	content: "\F005"

}



.fa-star-o:before {

	content: "\F006"

}



.fa-user:before {

	content: "\F007"

}



.fa-film:before {

	content: "\F008"

}



.fa-th-large:before {

	content: "\F009"

}



.fa-th:before {

	content: "\F00A"

}



.fa-th-list:before {

	content: "\F00B"

}



.fa-check:before {

	content: "\F00C"

}



.fa-close:before,

.fa-remove:before,

.fa-times:before {

	content: "\F00D"

}



.fa-search-plus:before {

	content: "\F00E"

}



.fa-search-minus:before {

	content: "\F010"

}



.fa-power-off:before {

	content: "\F011"

}



.fa-signal:before {

	content: "\F012"

}



.fa-cog:before,

.fa-gear:before {

	content: "\F013"

}



.fa-trash-o:before {

	content: "\F014"

}



.fa-home:before {

	content: "\F015"

}



.fa-file-o:before {

	content: "\F016"

}



.fa-clock-o:before {

	content: "\F017"

}



.fa-road:before {

	content: "\F018"

}



.fa-download:before {

	content: "\F019"

}



.fa-arrow-circle-o-down:before {

	content: "\F01A"

}



.fa-arrow-circle-o-up:before {

	content: "\F01B"

}



.fa-inbox:before {

	content: "\F01C"

}



.fa-play-circle-o:before {

	content: "\F01D"

}



.fa-repeat:before,

.fa-rotate-right:before {

	content: "\F01E"

}



.fa-refresh:before {

	content: "\F021"

}



.fa-list-alt:before {

	content: "\F022"

}



.fa-lock:before {

	content: "\F023"

}



.fa-flag:before {

	content: "\F024"

}



.fa-headphones:before {

	content: "\F025"

}



.fa-volume-off:before {

	content: "\F026"

}



.fa-volume-down:before {

	content: "\F027"

}



.fa-volume-up:before {

	content: "\F028"

}



.fa-qrcode:before {

	content: "\F029"

}



.fa-barcode:before {

	content: "\F02A"

}



.fa-tag:before {

	content: "\F02B"

}



.fa-tags:before {

	content: "\F02C"

}



.fa-book:before {

	content: "\F02D"

}



.fa-bookmark:before {

	content: "\F02E"

}



.fa-print:before {

	content: "\F02F"

}



.fa-camera:before {

	content: "\F030"

}



.fa-font:before {

	content: "\F031"

}



.fa-bold:before {

	content: "\F032"

}



.fa-italic:before {

	content: "\F033"

}



.fa-text-height:before {

	content: "\F034"

}



.fa-text-width:before {

	content: "\F035"

}



.fa-align-left:before {

	content: "\F036"

}



.fa-align-center:before {

	content: "\F037"

}



.fa-align-right:before {

	content: "\F038"

}



.fa-align-justify:before {

	content: "\F039"

}



.fa-list:before {

	content: "\F03A"

}



.fa-dedent:before,

.fa-outdent:before {

	content: "\F03B"

}



.fa-indent:before {

	content: "\F03C"

}



.fa-video-camera:before {

	content: "\F03D"

}



.fa-image:before,

.fa-photo:before,

.fa-picture-o:before {

	content: "\F03E"

}



.fa-pencil:before {

	content: "\F040"

}



.fa-map-marker:before {

	content: "\F041"

}



.fa-adjust:before {

	content: "\F042"

}



.fa-tint:before {

	content: "\F043"

}



.fa-edit:before,

.fa-pencil-square-o:before {

	content: "\F044"

}



.fa-share-square-o:before {

	content: "\F045"

}



.fa-check-square-o:before {

	content: "\F046"

}



.fa-arrows:before {

	content: "\F047"

}



.fa-step-backward:before {

	content: "\F048"

}



.fa-fast-backward:before {

	content: "\F049"

}



.fa-backward:before {

	content: "\F04A"

}



.fa-play:before {

	content: "\F04B"

}



.fa-pause:before {

	content: "\F04C"

}



.fa-stop:before {

	content: "\F04D"

}



.fa-forward:before {

	content: "\F04E"

}



.fa-fast-forward:before {

	content: "\F050"

}



.fa-step-forward:before {

	content: "\F051"

}



.fa-eject:before {

	content: "\F052"

}



.fa-chevron-left:before {

	content: "\F053"

}



.fa-chevron-right:before {

	content: "\F054"

}



.fa-plus-circle:before {

	content: "\F055"

}



.fa-minus-circle:before {

	content: "\F056"

}



.fa-times-circle:before {

	content: "\F057"

}



.fa-check-circle:before {

	content: "\F058"

}



.fa-question-circle:before {

	content: "\F059"

}



.fa-info-circle:before {

	content: "\F05A"

}



.fa-crosshairs:before {

	content: "\F05B"

}



.fa-times-circle-o:before {

	content: "\F05C"

}



.fa-check-circle-o:before {

	content: "\F05D"

}



.fa-ban:before {

	content: "\F05E"

}



.fa-arrow-left:before {

	content: "\F060"

}



.fa-arrow-right:before {

	content: "\F061"

}



.fa-arrow-up:before {

	content: "\F062"

}



.fa-arrow-down:before {

	content: "\F063"

}



.fa-mail-forward:before,

.fa-share:before {

	content: "\F064"

}



.fa-expand:before {

	content: "\F065"

}



.fa-compress:before {

	content: "\F066"

}



.fa-plus:before {

	content: "\F067"

}



.fa-minus:before {

	content: "\F068"

}



.fa-asterisk:before {

	content: "\F069"

}



.fa-exclamation-circle:before {

	content: "\F06A"

}



.fa-gift:before {

	content: "\F06B"

}



.fa-leaf:before {

	content: "\F06C"

}



.fa-fire:before {

	content: "\F06D"

}



.fa-eye:before {

	content: "\F06E"

}



.fa-eye-slash:before {

	content: "\F070"

}



.fa-exclamation-triangle:before,

.fa-warning:before {

	content: "\F071"

}



.fa-plane:before {

	content: "\F072"

}



.fa-calendar:before {

	content: "\F073"

}



.fa-random:before {

	content: "\F074"

}



.fa-comment:before {

	content: "\F075"

}



.fa-magnet:before {

	content: "\F076"

}



.fa-chevron-up:before {

	content: "\F077"

}



.fa-chevron-down:before {

	content: "\F078"

}



.fa-retweet:before {

	content: "\F079"

}



.fa-shopping-cart:before {

	content: "\F07A"

}



.fa-folder:before {

	content: "\F07B"

}



.fa-folder-open:before {

	content: "\F07C"

}



.fa-arrows-v:before {

	content: "\F07D"

}



.fa-arrows-h:before {

	content: "\F07E"

}



.fa-bar-chart-o:before,

.fa-bar-chart:before {

	content: "\F080"

}



.fa-twitter-square:before {

	content: "\F081"

}



.fa-facebook-square:before {

	content: "\F082"

}



.fa-camera-retro:before {

	content: "\F083"

}



.fa-key:before {

	content: "\F084"

}



.fa-cogs:before,

.fa-gears:before {

	content: "\F085"

}



.fa-comments:before {

	content: "\F086"

}



.fa-thumbs-o-up:before {

	content: "\F087"

}



.fa-thumbs-o-down:before {

	content: "\F088"

}



.fa-star-half:before {

	content: "\F089"

}



.fa-heart-o:before {

	content: "\F08A"

}



.fa-sign-out:before {

	content: "\F08B"

}



.fa-linkedin-square:before {

	content: "\F08C"

}



.fa-thumb-tack:before {

	content: "\F08D"

}



.fa-external-link:before {

	content: "\F08E"

}



.fa-sign-in:before {

	content: "\F090"

}



.fa-trophy:before {

	content: "\F091"

}



.fa-github-square:before {

	content: "\F092"

}



.fa-upload:before {

	content: "\F093"

}



.fa-lemon-o:before {

	content: "\F094"

}



.fa-phone:before {

	content: "\F095"

}



.fa-square-o:before {

	content: "\F096"

}



.fa-bookmark-o:before {

	content: "\F097"

}



.fa-phone-square:before {

	content: "\F098"

}



.fa-twitter:before {

	content: "\F099"

}



.fa-facebook-f:before,

.fa-facebook:before {

	content: "\F09A"

}



.fa-github:before {

	content: "\F09B"

}



.fa-unlock:before {

	content: "\F09C"

}



.fa-credit-card:before {

	content: "\F09D"

}



.fa-feed:before,

.fa-rss:before {

	content: "\F09E"

}



.fa-hdd-o:before {

	content: "\F0A0"

}



.fa-bullhorn:before {

	content: "\F0A1"

}



.fa-bell:before {

	content: "\F0F3"

}



.fa-certificate:before {

	content: "\F0A3"

}



.fa-hand-o-right:before {

	content: "\F0A4"

}



.fa-hand-o-left:before {

	content: "\F0A5"

}



.fa-hand-o-up:before {

	content: "\F0A6"

}



.fa-hand-o-down:before {

	content: "\F0A7"

}



.fa-arrow-circle-left:before {

	content: "\F0A8"

}



.fa-arrow-circle-right:before {

	content: "\F0A9"

}



.fa-arrow-circle-up:before {

	content: "\F0AA"

}



.fa-arrow-circle-down:before {

	content: "\F0AB"

}



.fa-globe:before {

	content: "\F0AC"

}



.fa-wrench:before {

	content: "\F0AD"

}



.fa-tasks:before {

	content: "\F0AE"

}



.fa-filter:before {

	content: "\F0B0"

}



.fa-briefcase:before {

	content: "\F0B1"

}



.fa-arrows-alt:before {

	content: "\F0B2"

}



.fa-group:before,

.fa-users:before {

	content: "\F0C0"

}



.fa-chain:before,

.fa-link:before {

	content: "\F0C1"

}



.fa-cloud:before {

	content: "\F0C2"

}



.fa-flask:before {

	content: "\F0C3"

}



.fa-cut:before,

.fa-scissors:before {

	content: "\F0C4"

}



.fa-copy:before,

.fa-files-o:before {

	content: "\F0C5"

}



.fa-paperclip:before {

	content: "\F0C6"

}



.fa-floppy-o:before,

.fa-save:before {

	content: "\F0C7"

}



.fa-square:before {

	content: "\F0C8"

}



.fa-bars:before,

.fa-navicon:before,

.fa-reorder:before {

	content: "\F0C9"

}



.fa-list-ul:before {

	content: "\F0CA"

}



.fa-list-ol:before {

	content: "\F0CB"

}



.fa-strikethrough:before {

	content: "\F0CC"

}



.fa-underline:before {

	content: "\F0CD"

}



.fa-table:before {

	content: "\F0CE"

}



.fa-magic:before {

	content: "\F0D0"

}



.fa-truck:before {

	content: "\F0D1"

}



.fa-pinterest:before {

	content: "\F0D2"

}



.fa-pinterest-square:before {

	content: "\F0D3"

}



.fa-google-plus-square:before {

	content: "\F0D4"

}



.fa-google-plus:before {

	content: "\F0D5"

}



.fa-money:before {

	content: "\F0D6"

}



.fa-caret-down:before {

	content: "\F0D7"

}



.fa-caret-up:before {

	content: "\F0D8"

}



.fa-caret-left:before {

	content: "\F0D9"

}



.fa-caret-right:before {

	content: "\F0DA"

}



.fa-columns:before {

	content: "\F0DB"

}



.fa-sort:before,

.fa-unsorted:before {

	content: "\F0DC"

}



.fa-sort-desc:before,

.fa-sort-down:before {

	content: "\F0DD"

}



.fa-sort-asc:before,

.fa-sort-up:before {

	content: "\F0DE"

}



.fa-envelope:before {

	content: "\F0E0"

}



.fa-linkedin:before {

	content: "\F0E1"

}



.fa-rotate-left:before,

.fa-undo:before {

	content: "\F0E2"

}



.fa-gavel:before,

.fa-legal:before {

	content: "\F0E3"

}



.fa-dashboard:before,

.fa-tachometer:before {

	content: "\F0E4"

}



.fa-comment-o:before {

	content: "\F0E5"

}



.fa-comments-o:before {

	content: "\F0E6"

}



.fa-bolt:before,

.fa-flash:before {

	content: "\F0E7"

}



.fa-sitemap:before {

	content: "\F0E8"

}



.fa-umbrella:before {

	content: "\F0E9"

}



.fa-clipboard:before,

.fa-paste:before {

	content: "\F0EA"

}



.fa-lightbulb-o:before {

	content: "\F0EB"

}



.fa-exchange:before {

	content: "\F0EC"

}



.fa-cloud-download:before {

	content: "\F0ED"

}



.fa-cloud-upload:before {

	content: "\F0EE"

}



.fa-user-md:before {

	content: "\F0F0"

}



.fa-stethoscope:before {

	content: "\F0F1"

}



.fa-suitcase:before {

	content: "\F0F2"

}



.fa-bell-o:before {

	content: "\F0A2"

}



.fa-coffee:before {

	content: "\F0F4"

}



.fa-cutlery:before {

	content: "\F0F5"

}



.fa-file-text-o:before {

	content: "\F0F6"

}



.fa-building-o:before {

	content: "\F0F7"

}



.fa-hospital-o:before {

	content: "\F0F8"

}



.fa-ambulance:before {

	content: "\F0F9"

}



.fa-medkit:before {

	content: "\F0FA"

}



.fa-fighter-jet:before {

	content: "\F0FB"

}



.fa-beer:before {

	content: "\F0FC"

}



.fa-h-square:before {

	content: "\F0FD"

}



.fa-plus-square:before {

	content: "\F0FE"

}



.fa-angle-double-left:before {

	content: "\F100"

}



.fa-angle-double-right:before {

	content: "\F101"

}



.fa-angle-double-up:before {

	content: "\F102"

}



.fa-angle-double-down:before {

	content: "\F103"

}



.fa-angle-left:before {

	content: "\F104"

}



.fa-angle-right:before {

	content: "\F105"

}



.fa-angle-up:before {

	content: "\F106"

}



.fa-angle-down:before {

	content: "\F107"

}



.fa-desktop:before {

	content: "\F108"

}



.fa-laptop:before {

	content: "\F109"

}



.fa-tablet:before {

	content: "\F10A"

}



.fa-mobile-phone:before,

.fa-mobile:before {

	content: "\F10B"

}



.fa-circle-o:before {

	content: "\F10C"

}



.fa-quote-left:before {

	content: "\F10D"

}



.fa-quote-right:before {

	content: "\F10E"

}



.fa-spinner:before {

	content: "\F110"

}



.fa-circle:before {

	content: "\F111"

}



.fa-mail-reply:before,

.fa-reply:before {

	content: "\F112"

}



.fa-github-alt:before {

	content: "\F113"

}



.fa-folder-o:before {

	content: "\F114"

}



.fa-folder-open-o:before {

	content: "\F115"

}



.fa-smile-o:before {

	content: "\F118"

}



.fa-frown-o:before {

	content: "\F119"

}



.fa-meh-o:before {

	content: "\F11A"

}



.fa-gamepad:before {

	content: "\F11B"

}



.fa-keyboard-o:before {

	content: "\F11C"

}



.fa-flag-o:before {

	content: "\F11D"

}



.fa-flag-checkered:before {

	content: "\F11E"

}



.fa-terminal:before {

	content: "\F120"

}



.fa-code:before {

	content: "\F121"

}



.fa-mail-reply-all:before,

.fa-reply-all:before {

	content: "\F122"

}



.fa-star-half-empty:before,

.fa-star-half-full:before,

.fa-star-half-o:before {

	content: "\F123"

}



.fa-location-arrow:before {

	content: "\F124"

}



.fa-crop:before {

	content: "\F125"

}



.fa-code-fork:before {

	content: "\F126"

}



.fa-chain-broken:before,

.fa-unlink:before {

	content: "\F127"

}



.fa-question:before {

	content: "\F128"

}



.fa-info:before {

	content: "\F129"

}



.fa-exclamation:before {

	content: "\F12A"

}



.fa-superscript:before {

	content: "\F12B"

}



.fa-subscript:before {

	content: "\F12C"

}



.fa-eraser:before {

	content: "\F12D"

}



.fa-puzzle-piece:before {

	content: "\F12E"

}



.fa-microphone:before {

	content: "\F130"

}



.fa-microphone-slash:before {

	content: "\F131"

}



.fa-shield:before {

	content: "\F132"

}



.fa-calendar-o:before {

	content: "\F133"

}



.fa-fire-extinguisher:before {

	content: "\F134"

}



.fa-rocket:before {

	content: "\F135"

}



.fa-maxcdn:before {

	content: "\F136"

}



.fa-chevron-circle-left:before {

	content: "\F137"

}



.fa-chevron-circle-right:before {

	content: "\F138"

}



.fa-chevron-circle-up:before {

	content: "\F139"

}



.fa-chevron-circle-down:before {

	content: "\F13A"

}



.fa-html5:before {

	content: "\F13B"

}



.fa-css3:before {

	content: "\F13C"

}



.fa-anchor:before {

	content: "\F13D"

}



.fa-unlock-alt:before {

	content: "\F13E"

}



.fa-bullseye:before {

	content: "\F140"

}



.fa-ellipsis-h:before {

	content: "\F141"

}



.fa-ellipsis-v:before {

	content: "\F142"

}



.fa-rss-square:before {

	content: "\F143"

}



.fa-play-circle:before {

	content: "\F144"

}



.fa-ticket:before {

	content: "\F145"

}



.fa-minus-square:before {

	content: "\F146"

}



.fa-minus-square-o:before {

	content: "\F147"

}



.fa-level-up:before {

	content: "\F148"

}



.fa-level-down:before {

	content: "\F149"

}



.fa-check-square:before {

	content: "\F14A"

}



.fa-pencil-square:before {

	content: "\F14B"

}



.fa-external-link-square:before {

	content: "\F14C"

}



.fa-share-square:before {

	content: "\F14D"

}



.fa-compass:before {

	content: "\F14E"

}



.fa-caret-square-o-down:before,

.fa-toggle-down:before {

	content: "\F150"

}



.fa-caret-square-o-up:before,

.fa-toggle-up:before {

	content: "\F151"

}



.fa-caret-square-o-right:before,

.fa-toggle-right:before {

	content: "\F152"

}



.fa-eur:before,

.fa-euro:before {

	content: "\F153"

}



.fa-gbp:before {

	content: "\F154"

}



.fa-dollar:before,

.fa-usd:before {

	content: "\F155"

}



.fa-inr:before,

.fa-rupee:before {

	content: "\F156"

}



.fa-cny:before,

.fa-jpy:before,

.fa-rmb:before,

.fa-yen:before {

	content: "\F157"

}



.fa-rouble:before,

.fa-rub:before,

.fa-ruble:before {

	content: "\F158"

}



.fa-krw:before,

.fa-won:before {

	content: "\F159"

}



.fa-bitcoin:before,

.fa-btc:before {

	content: "\F15A"

}



.fa-file:before {

	content: "\F15B"

}



.fa-file-text:before {

	content: "\F15C"

}



.fa-sort-alpha-asc:before {

	content: "\F15D"

}



.fa-sort-alpha-desc:before {

	content: "\F15E"

}



.fa-sort-amount-asc:before {

	content: "\F160"

}



.fa-sort-amount-desc:before {

	content: "\F161"

}



.fa-sort-numeric-asc:before {

	content: "\F162"

}



.fa-sort-numeric-desc:before {

	content: "\F163"

}



.fa-thumbs-up:before {

	content: "\F164"

}



.fa-thumbs-down:before {

	content: "\F165"

}



.fa-youtube-square:before {

	content: "\F166"

}



.fa-youtube:before {

	content: "\F167"

}



.fa-xing:before {

	content: "\F168"

}



.fa-xing-square:before {

	content: "\F169"

}



.fa-youtube-play:before {

	content: "\F16A"

}



.fa-dropbox:before {

	content: "\F16B"

}



.fa-stack-overflow:before {

	content: "\F16C"

}



.fa-instagram:before {

	content: "\F16D"

}



.fa-flickr:before {

	content: "\F16E"

}



.fa-adn:before {

	content: "\F170"

}



.fa-bitbucket:before {

	content: "\F171"

}



.fa-bitbucket-square:before {

	content: "\F172"

}



.fa-tumblr:before {

	content: "\F173"

}



.fa-tumblr-square:before {

	content: "\F174"

}



.fa-long-arrow-down:before {

	content: "\F175"

}



.fa-long-arrow-up:before {

	content: "\F176"

}



.fa-long-arrow-left:before {

	content: "\F177"

}



.fa-long-arrow-right:before {

	content: "\F178"

}



.fa-apple:before {

	content: "\F179"

}



.fa-windows:before {

	content: "\F17A"

}



.fa-android:before {

	content: "\F17B"

}



.fa-linux:before {

	content: "\F17C"

}



.fa-dribbble:before {

	content: "\F17D"

}



.fa-skype:before {

	content: "\F17E"

}



.fa-foursquare:before {

	content: "\F180"

}



.fa-trello:before {

	content: "\F181"

}



.fa-female:before {

	content: "\F182"

}



.fa-male:before {

	content: "\F183"

}



.fa-gittip:before,

.fa-gratipay:before {

	content: "\F184"

}



.fa-sun-o:before {

	content: "\F185"

}



.fa-moon-o:before {

	content: "\F186"

}



.fa-archive:before {

	content: "\F187"

}



.fa-bug:before {

	content: "\F188"

}



.fa-vk:before {

	content: "\F189"

}



.fa-weibo:before {

	content: "\F18A"

}



.fa-renren:before {

	content: "\F18B"

}



.fa-pagelines:before {

	content: "\F18C"

}



.fa-stack-exchange:before {

	content: "\F18D"

}



.fa-arrow-circle-o-right:before {

	content: "\F18E"

}



.fa-arrow-circle-o-left:before {

	content: "\F190"

}



.fa-caret-square-o-left:before,

.fa-toggle-left:before {

	content: "\F191"

}



.fa-dot-circle-o:before {

	content: "\F192"

}



.fa-wheelchair:before {

	content: "\F193"

}



.fa-vimeo-square:before {

	content: "\F194"

}



.fa-try:before,

.fa-turkish-lira:before {

	content: "\F195"

}



.fa-plus-square-o:before {

	content: "\F196"

}



.fa-space-shuttle:before {

	content: "\F197"

}



.fa-slack:before {

	content: "\F198"

}



.fa-envelope-square:before {

	content: "\F199"

}



.fa-wordpress:before {

	content: "\F19A"

}



.fa-openid:before {

	content: "\F19B"

}



.fa-bank:before,

.fa-institution:before,

.fa-university:before {

	content: "\F19C"

}



.fa-graduation-cap:before,

.fa-mortar-board:before {

	content: "\F19D"

}



.fa-yahoo:before {

	content: "\F19E"

}



.fa-google:before {

	content: "\F1A0"

}



.fa-reddit:before {

	content: "\F1A1"

}



.fa-reddit-square:before {

	content: "\F1A2"

}



.fa-stumbleupon-circle:before {

	content: "\F1A3"

}



.fa-stumbleupon:before {

	content: "\F1A4"

}



.fa-delicious:before {

	content: "\F1A5"

}



.fa-digg:before {

	content: "\F1A6"

}



.fa-pied-piper-pp:before {

	content: "\F1A7"

}



.fa-pied-piper-alt:before {

	content: "\F1A8"

}



.fa-drupal:before {

	content: "\F1A9"

}



.fa-joomla:before {

	content: "\F1AA"

}



.fa-language:before {

	content: "\F1AB"

}



.fa-fax:before {

	content: "\F1AC"

}



.fa-building:before {

	content: "\F1AD"

}



.fa-child:before {

	content: "\F1AE"

}



.fa-paw:before {

	content: "\F1B0"

}



.fa-spoon:before {

	content: "\F1B1"

}



.fa-cube:before {

	content: "\F1B2"

}



.fa-cubes:before {

	content: "\F1B3"

}



.fa-behance:before {

	content: "\F1B4"

}



.fa-behance-square:before {

	content: "\F1B5"

}



.fa-steam:before {

	content: "\F1B6"

}



.fa-steam-square:before {

	content: "\F1B7"

}



.fa-recycle:before {

	content: "\F1B8"

}



.fa-automobile:before,

.fa-car:before {

	content: "\F1B9"

}



.fa-cab:before,

.fa-taxi:before {

	content: "\F1BA"

}



.fa-tree:before {

	content: "\F1BB"

}



.fa-spotify:before {

	content: "\F1BC"

}



.fa-deviantart:before {

	content: "\F1BD"

}



.fa-soundcloud:before {

	content: "\F1BE"

}



.fa-database:before {

	content: "\F1C0"

}



.fa-file-pdf-o:before {

	content: "\F1C1"

}



.fa-file-word-o:before {

	content: "\F1C2"

}



.fa-file-excel-o:before {

	content: "\F1C3"

}



.fa-file-powerpoint-o:before {

	content: "\F1C4"

}



.fa-file-image-o:before,

.fa-file-photo-o:before,

.fa-file-picture-o:before {

	content: "\F1C5"

}



.fa-file-archive-o:before,

.fa-file-zip-o:before {

	content: "\F1C6"

}



.fa-file-audio-o:before,

.fa-file-sound-o:before {

	content: "\F1C7"

}



.fa-file-movie-o:before,

.fa-file-video-o:before {

	content: "\F1C8"

}



.fa-file-code-o:before {

	content: "\F1C9"

}



.fa-vine:before {

	content: "\F1CA"

}



.fa-codepen:before {

	content: "\F1CB"

}



.fa-jsfiddle:before {

	content: "\F1CC"

}



.fa-life-bouy:before,

.fa-life-buoy:before,

.fa-life-ring:before,

.fa-life-saver:before,

.fa-support:before {

	content: "\F1CD"

}



.fa-circle-o-notch:before {

	content: "\F1CE"

}



.fa-ra:before,

.fa-rebel:before,

.fa-resistance:before {

	content: "\F1D0"

}



.fa-empire:before,

.fa-ge:before {

	content: "\F1D1"

}



.fa-git-square:before {

	content: "\F1D2"

}



.fa-git:before {

	content: "\F1D3"

}



.fa-hacker-news:before,

.fa-y-combinator-square:before,

.fa-yc-square:before {

	content: "\F1D4"

}



.fa-tencent-weibo:before {

	content: "\F1D5"

}



.fa-qq:before {

	content: "\F1D6"

}



.fa-wechat:before,

.fa-weixin:before {

	content: "\F1D7"

}



.fa-paper-plane:before,

.fa-send:before {

	content: "\F1D8"

}



.fa-paper-plane-o:before,

.fa-send-o:before {

	content: "\F1D9"

}



.fa-history:before {

	content: "\F1DA"

}



.fa-circle-thin:before {

	content: "\F1DB"

}



.fa-header:before {

	content: "\F1DC"

}



.fa-paragraph:before {

	content: "\F1DD"

}



.fa-sliders:before {

	content: "\F1DE"

}



.fa-share-alt:before {

	content: "\F1E0"

}



.fa-share-alt-square:before {

	content: "\F1E1"

}



.fa-bomb:before {

	content: "\F1E2"

}



.fa-futbol-o:before,

.fa-soccer-ball-o:before {

	content: "\F1E3"

}



.fa-tty:before {

	content: "\F1E4"

}



.fa-binoculars:before {

	content: "\F1E5"

}



.fa-plug:before {

	content: "\F1E6"

}



.fa-slideshare:before {

	content: "\F1E7"

}



.fa-twitch:before {

	content: "\F1E8"

}



.fa-yelp:before {

	content: "\F1E9"

}



.fa-newspaper-o:before {

	content: "\F1EA"

}



.fa-wifi:before {

	content: "\F1EB"

}



.fa-calculator:before {

	content: "\F1EC"

}



.fa-paypal:before {

	content: "\F1ED"

}



.fa-google-wallet:before {

	content: "\F1EE"

}



.fa-cc-visa:before {

	content: "\F1F0"

}



.fa-cc-mastercard:before {

	content: "\F1F1"

}



.fa-cc-discover:before {

	content: "\F1F2"

}



.fa-cc-amex:before {

	content: "\F1F3"

}



.fa-cc-paypal:before {

	content: "\F1F4"

}



.fa-cc-stripe:before {

	content: "\F1F5"

}



.fa-bell-slash:before {

	content: "\F1F6"

}



.fa-bell-slash-o:before {

	content: "\F1F7"

}



.fa-trash:before {

	content: "\F1F8"

}



.fa-copyright:before {

	content: "\F1F9"

}



.fa-at:before {

	content: "\F1FA"

}



.fa-eyedropper:before {

	content: "\F1FB"

}



.fa-paint-brush:before {

	content: "\F1FC"

}



.fa-birthday-cake:before {

	content: "\F1FD"

}



.fa-area-chart:before {

	content: "\F1FE"

}



.fa-pie-chart:before {

	content: "\F200"

}



.fa-line-chart:before {

	content: "\F201"

}



.fa-lastfm:before {

	content: "\F202"

}



.fa-lastfm-square:before {

	content: "\F203"

}



.fa-toggle-off:before {

	content: "\F204"

}



.fa-toggle-on:before {

	content: "\F205"

}



.fa-bicycle:before {

	content: "\F206"

}



.fa-bus:before {

	content: "\F207"

}



.fa-ioxhost:before {

	content: "\F208"

}



.fa-angellist:before {

	content: "\F209"

}



.fa-cc:before {

	content: "\F20A"

}



.fa-ils:before,

.fa-shekel:before,

.fa-sheqel:before {

	content: "\F20B"

}



.fa-meanpath:before {

	content: "\F20C"

}



.fa-buysellads:before {

	content: "\F20D"

}



.fa-connectdevelop:before {

	content: "\F20E"

}



.fa-dashcube:before {

	content: "\F210"

}



.fa-forumbee:before {

	content: "\F211"

}



.fa-leanpub:before {

	content: "\F212"

}



.fa-sellsy:before {

	content: "\F213"

}



.fa-shirtsinbulk:before {

	content: "\F214"

}



.fa-simplybuilt:before {

	content: "\F215"

}



.fa-skyatlas:before {

	content: "\F216"

}



.fa-cart-plus:before {

	content: "\F217"

}



.fa-cart-arrow-down:before {

	content: "\F218"

}



.fa-diamond:before {

	content: "\F219"

}



.fa-ship:before {

	content: "\F21A"

}



.fa-user-secret:before {

	content: "\F21B"

}



.fa-motorcycle:before {

	content: "\F21C"

}



.fa-street-view:before {

	content: "\F21D"

}



.fa-heartbeat:before {

	content: "\F21E"

}



.fa-venus:before {

	content: "\F221"

}



.fa-mars:before {

	content: "\F222"

}



.fa-mercury:before {

	content: "\F223"

}



.fa-intersex:before,

.fa-transgender:before {

	content: "\F224"

}



.fa-transgender-alt:before {

	content: "\F225"

}



.fa-venus-double:before {

	content: "\F226"

}



.fa-mars-double:before {

	content: "\F227"

}



.fa-venus-mars:before {

	content: "\F228"

}



.fa-mars-stroke:before {

	content: "\F229"

}



.fa-mars-stroke-v:before {

	content: "\F22A"

}



.fa-mars-stroke-h:before {

	content: "\F22B"

}



.fa-neuter:before {

	content: "\F22C"

}



.fa-genderless:before {

	content: "\F22D"

}



.fa-facebook-official:before {

	content: "\F230"

}



.fa-pinterest-p:before {

	content: "\F231"

}



.fa-whatsapp:before {

	content: "\F232"

}



.fa-server:before {

	content: "\F233"

}



.fa-user-plus:before {

	content: "\F234"

}



.fa-user-times:before {

	content: "\F235"

}



.fa-bed:before,

.fa-hotel:before {

	content: "\F236"

}



.fa-viacoin:before {

	content: "\F237"

}



.fa-train:before {

	content: "\F238"

}



.fa-subway:before {

	content: "\F239"

}



.fa-medium:before {

	content: "\F23A"

}



.fa-y-combinator:before,

.fa-yc:before {

	content: "\F23B"

}



.fa-optin-monster:before {

	content: "\F23C"

}



.fa-opencart:before {

	content: "\F23D"

}



.fa-expeditedssl:before {

	content: "\F23E"

}



.fa-battery-4:before,

.fa-battery-full:before,

.fa-battery:before {

	content: "\F240"

}



.fa-battery-3:before,

.fa-battery-three-quarters:before {

	content: "\F241"

}



.fa-battery-2:before,

.fa-battery-half:before {

	content: "\F242"

}



.fa-battery-1:before,

.fa-battery-quarter:before {

	content: "\F243"

}



.fa-battery-0:before,

.fa-battery-empty:before {

	content: "\F244"

}



.fa-mouse-pointer:before {

	content: "\F245"

}



.fa-i-cursor:before {

	content: "\F246"

}



.fa-object-group:before {

	content: "\F247"

}



.fa-object-ungroup:before {

	content: "\F248"

}



.fa-sticky-note:before {

	content: "\F249"

}



.fa-sticky-note-o:before {

	content: "\F24A"

}



.fa-cc-jcb:before {

	content: "\F24B"

}



.fa-cc-diners-club:before {

	content: "\F24C"

}



.fa-clone:before {

	content: "\F24D"

}



.fa-balance-scale:before {

	content: "\F24E"

}



.fa-hourglass-o:before {

	content: "\F250"

}



.fa-hourglass-1:before,

.fa-hourglass-start:before {

	content: "\F251"

}



.fa-hourglass-2:before,

.fa-hourglass-half:before {

	content: "\F252"

}



.fa-hourglass-3:before,

.fa-hourglass-end:before {

	content: "\F253"

}



.fa-hourglass:before {

	content: "\F254"

}



.fa-hand-grab-o:before,

.fa-hand-rock-o:before {

	content: "\F255"

}



.fa-hand-paper-o:before,

.fa-hand-stop-o:before {

	content: "\F256"

}



.fa-hand-scissors-o:before {

	content: "\F257"

}



.fa-hand-lizard-o:before {

	content: "\F258"

}



.fa-hand-spock-o:before {

	content: "\F259"

}



.fa-hand-pointer-o:before {

	content: "\F25A"

}



.fa-hand-peace-o:before {

	content: "\F25B"

}



.fa-trademark:before {

	content: "\F25C"

}



.fa-registered:before {

	content: "\F25D"

}



.fa-creative-commons:before {

	content: "\F25E"

}



.fa-gg:before {

	content: "\F260"

}



.fa-gg-circle:before {

	content: "\F261"

}



.fa-tripadvisor:before {

	content: "\F262"

}



.fa-odnoklassniki:before {

	content: "\F263"

}



.fa-odnoklassniki-square:before {

	content: "\F264"

}



.fa-get-pocket:before {

	content: "\F265"

}



.fa-wikipedia-w:before {

	content: "\F266"

}



.fa-safari:before {

	content: "\F267"

}



.fa-chrome:before {

	content: "\F268"

}



.fa-firefox:before {

	content: "\F269"

}



.fa-opera:before {

	content: "\F26A"

}



.fa-internet-explorer:before {

	content: "\F26B"

}



.fa-television:before,

.fa-tv:before {

	content: "\F26C"

}



.fa-contao:before {

	content: "\F26D"

}



.fa-500px:before {

	content: "\F26E"

}



.fa-amazon:before {

	content: "\F270"

}



.fa-calendar-plus-o:before {

	content: "\F271"

}



.fa-calendar-minus-o:before {

	content: "\F272"

}



.fa-calendar-times-o:before {

	content: "\F273"

}



.fa-calendar-check-o:before {

	content: "\F274"

}



.fa-industry:before {

	content: "\F275"

}



.fa-map-pin:before {

	content: "\F276"

}



.fa-map-signs:before {

	content: "\F277"

}



.fa-map-o:before {

	content: "\F278"

}



.fa-map:before {

	content: "\F279"

}



.fa-commenting:before {

	content: "\F27A"

}



.fa-commenting-o:before {

	content: "\F27B"

}



.fa-houzz:before {

	content: "\F27C"

}



.fa-vimeo:before {

	content: "\F27D"

}



.fa-black-tie:before {

	content: "\F27E"

}



.fa-fonticons:before {

	content: "\F280"

}



.fa-reddit-alien:before {

	content: "\F281"

}



.fa-edge:before {

	content: "\F282"

}



.fa-credit-card-alt:before {

	content: "\F283"

}



.fa-codiepie:before {

	content: "\F284"

}



.fa-modx:before {

	content: "\F285"

}



.fa-fort-awesome:before {

	content: "\F286"

}



.fa-usb:before {

	content: "\F287"

}



.fa-product-hunt:before {

	content: "\F288"

}



.fa-mixcloud:before {

	content: "\F289"

}



.fa-scribd:before {

	content: "\F28A"

}



.fa-pause-circle:before {

	content: "\F28B"

}



.fa-pause-circle-o:before {

	content: "\F28C"

}



.fa-stop-circle:before {

	content: "\F28D"

}



.fa-stop-circle-o:before {

	content: "\F28E"

}



.fa-shopping-bag:before {

	content: "\F290"

}



.fa-shopping-basket:before {

	content: "\F291"

}



.fa-hashtag:before {

	content: "\F292"

}



.fa-bluetooth:before {

	content: "\F293"

}



.fa-bluetooth-b:before {

	content: "\F294"

}



.fa-percent:before {

	content: "\F295"

}



.fa-gitlab:before {

	content: "\F296"

}



.fa-wpbeginner:before {

	content: "\F297"

}



.fa-wpforms:before {

	content: "\F298"

}



.fa-envira:before {

	content: "\F299"

}



.fa-universal-access:before {

	content: "\F29A"

}



.fa-wheelchair-alt:before {

	content: "\F29B"

}



.fa-question-circle-o:before {

	content: "\F29C"

}



.fa-blind:before {

	content: "\F29D"

}



.fa-audio-description:before {

	content: "\F29E"

}



.fa-volume-control-phone:before {

	content: "\F2A0"

}



.fa-braille:before {

	content: "\F2A1"

}



.fa-assistive-listening-systems:before {

	content: "\F2A2"

}



.fa-american-sign-language-interpreting:before,

.fa-asl-interpreting:before {

	content: "\F2A3"

}



.fa-deaf:before,

.fa-deafness:before,

.fa-hard-of-hearing:before {

	content: "\F2A4"

}



.fa-glide:before {

	content: "\F2A5"

}



.fa-glide-g:before {

	content: "\F2A6"

}



.fa-sign-language:before,

.fa-signing:before {

	content: "\F2A7"

}



.fa-low-vision:before {

	content: "\F2A8"

}



.fa-viadeo:before {

	content: "\F2A9"

}



.fa-viadeo-square:before {

	content: "\F2AA"

}



.fa-snapchat:before {

	content: "\F2AB"

}



.fa-snapchat-ghost:before {

	content: "\F2AC"

}



.fa-snapchat-square:before {

	content: "\F2AD"

}



.fa-pied-piper:before {

	content: "\F2AE"

}



.fa-first-order:before {

	content: "\F2B0"

}



.fa-yoast:before {

	content: "\F2B1"

}



.fa-themeisle:before {

	content: "\F2B2"

}



.fa-google-plus-circle:before,

.fa-google-plus-official:before {

	content: "\F2B3"

}



.fa-fa:before,

.fa-font-awesome:before {

	content: "\F2B4"

}



.fa-handshake-o:before {

	content: "\F2B5"

}



.fa-envelope-open:before {

	content: "\F2B6"

}



.fa-envelope-open-o:before {

	content: "\F2B7"

}



.fa-linode:before {

	content: "\F2B8"

}



.fa-address-book:before {

	content: "\F2B9"

}



.fa-address-book-o:before {

	content: "\F2BA"

}



.fa-address-card:before,

.fa-vcard:before {

	content: "\F2BB"

}



.fa-address-card-o:before,

.fa-vcard-o:before {

	content: "\F2BC"

}



.fa-user-circle:before {

	content: "\F2BD"

}



.fa-user-circle-o:before {

	content: "\F2BE"

}



.fa-user-o:before {

	content: "\F2C0"

}



.fa-id-badge:before {

	content: "\F2C1"

}



.fa-drivers-license:before,

.fa-id-card:before {

	content: "\F2C2"

}



.fa-drivers-license-o:before,

.fa-id-card-o:before {

	content: "\F2C3"

}



.fa-quora:before {

	content: "\F2C4"

}



.fa-free-code-camp:before {

	content: "\F2C5"

}



.fa-telegram:before {

	content: "\F2C6"

}



.fa-thermometer-4:before,

.fa-thermometer-full:before,

.fa-thermometer:before {

	content: "\F2C7"

}



.fa-thermometer-3:before,

.fa-thermometer-three-quarters:before {

	content: "\F2C8"

}



.fa-thermometer-2:before,

.fa-thermometer-half:before {

	content: "\F2C9"

}



.fa-thermometer-1:before,

.fa-thermometer-quarter:before {

	content: "\F2CA"

}



.fa-thermometer-0:before,

.fa-thermometer-empty:before {

	content: "\F2CB"

}



.fa-shower:before {

	content: "\F2CC"

}



.fa-bath:before,

.fa-bathtub:before,

.fa-s15:before {

	content: "\F2CD"

}



.fa-podcast:before {

	content: "\F2CE"

}



.fa-window-maximize:before {

	content: "\F2D0"

}



.fa-window-minimize:before {

	content: "\F2D1"

}



.fa-window-restore:before {

	content: "\F2D2"

}



.fa-times-rectangle:before,

.fa-window-close:before {

	content: "\F2D3"

}



.fa-times-rectangle-o:before,

.fa-window-close-o:before {

	content: "\F2D4"

}



.fa-bandcamp:before {

	content: "\F2D5"

}



.fa-grav:before {

	content: "\F2D6"

}



.fa-etsy:before {

	content: "\F2D7"

}



.fa-imdb:before {

	content: "\F2D8"

}



.fa-ravelry:before {

	content: "\F2D9"

}



.fa-eercast:before {

	content: "\F2DA"

}



.fa-microchip:before {

	content: "\F2DB"

}



.fa-snowflake-o:before {

	content: "\F2DC"

}



.fa-superpowers:before {

	content: "\F2DD"

}



.fa-wpexplorer:before {

	content: "\F2DE"

}



.fa-meetup:before {

	content: "\F2E0"

}



.sr-only {

	position: absolute;

	width: 1px;

	height: 1px;

	padding: 0;

	margin: -1px;

	overflow: hidden;

	clip: rect(0, 0, 0, 0);

	border: 0
}



.sr-only-focusable:active,

.sr-only-focusable:focus {

	position: static;

	width: auto;

	height: auto;

	margin: 0;

	overflow: visible;

	clip: auto
}



@media (min-width: 1200px) {

	.c_portalResPublic_codeContainer-01001051 .container {

		width: 1500px;

	}

}



@media (min-width: 992px) {

	.c_portalResPublic_codeContainer-01001051 .container {

		width: 100%;

	}

}



.c_portalResNews_category-01001 .p_image {

	width: 30px;

	height: 30px;

	display: inline-block;

	vertical-align: middle;

	margin-right: 5px;

	margin-top: 6px;

}



.c_portalResNews_category-01001 .p_image>img {

	width: 100%;

	height: 100%;

}



@media only screen and (max-width: 768px) {}



@media only screen and (min-width: 769px) {



	.c_portalResNews_category-01001 .p_btn-show,

	.c_portalResNews_category-01001 .p_btn-hide {

		display: none;

	}



	.c_portalResNews_category-01001 {

		height: auto;

		width: 280px;

		overflow: visible;

	}



	.c_portalResNews_category-01001 .p_category {

		height: 100%;

		width: 100%;

		position: relative;

	}



	.c_portalResNews_category-01001 .p_categoryBox .p_linkBox {

		width: 100%;

		display: -webkit-box;

		display: -webkit-flex;

		display: -moz-box;

		display: -moz-flex;

		display: -ms-flexbox;

		display: flex;

		align-items: center;

		padding: 10px;

	}



	.c_portalResNews_category-01001 .p_categoryBox .p_title {

		height: auto;

		width: auto;

		-webkit-flex: 1;

		-moz-flex: 1;

		-ms-flex: 1;

		flex: 1;

		display: block;

		-moz-box-flex: 1;

		-webkit-box-flex: 1;

		box-flex: 1;

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

	}



	.c_portalResNews_category-01001 .p_categoryBtn {

		display: inline-block;

		vertical-align: middle;

		background-color: rgba(255, 255, 255, 0);

		border-color: rgba(255, 255, 255, 0);

		border-style: solid;

		border-width: 0;

		height: auto;

		width: 30px;

		padding: 0;

		position: static;

		text-align: center;

		transform: rotate(270deg);

	}



	.c_portalResNews_category-01001 .p_linkBox .iconfont:before {

		content: '';

	}



	.c_portalResNews_category-01001 .p_linkBox .icon-arrow_up:before {

		content: '\e6c9';

	}



	.c_portalResNews_category-01001 .p_linkBox .icon-arrow_down:before {

		content: '\e6c9';

	}



	.c_portalResNews_category-01001 .p_categoryBox .p_parentBox {

		position: relative;

	}



	.c_portalResNews_category-01001 .p_categoryBox .p_parentBox .p_parentBox .p_linkBox {

		border-bottom: 1px solid #f3f3f4;

		box-shadow: 1px 1px 2px #f3f3f4;

	}



	.c_portalResNews_category-01001 .p_parentBox:last-child .p_linkBox {

		border-bottom: 0 none;

	}



	.c_portalResNews_category-01001 .p_categoryBox .slideOut {

		position: absolute;

		left: 100%;

		top: 0;

		width: 100%;

		height: auto;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 768px) {

	.c_portalResFriendlink_list-01001 .p_summary {

		color: rgba(102, 102, 102, 1);

		font-size: 14px;

		line-height: 26px;

		text-align: left;

		vertical-align: top;

		word-break: break-all;

	}



	.c_portalResFriendlink_list-01001 .p_nameB {

		display: inline-block;

		margin: 0;

		padding: 0;

		vertical-align: middle;

		color: #969696;

		font-size: 14px;

		text-align: left;

	}



	.c_portalResFriendlink_list-01001 .p_nameB .font {

		vertical-align: middle;

		line-height: 19px;

	}



	.c_portalResFriendlink_list-01001 .p_nameB .iconfont:before {

		display: inline-block;

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_title {

		display: inline-table;

		margin: 0;

		min-width: 37px;

		padding: 0;

		color: rgba(51, 51, 51, 1);

		font-size: 16px;

		font-weight: 400;

		cursor: pointer;

	}



	.c_portalResFriendlink_list-01001 .p_title .font {

		vertical-align: middle;

		line-height: 21px;

	}



	.c_portalResFriendlink_list-01001 .p_title:hover {

		color: rgba(87, 177, 173, 1);

	}



	.c_portalResFriendlink_list-01001 .p_title:active {

		color: rgba(69, 165, 161, 1);

	}



	.c_portalResFriendlink_list-01001 .p_title .iconfont:before {

		display: inline-block;

		content: "";

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkB {

		display: inline-block;

		padding: 0;

		color: #707070;

		font-size: 14px;

		text-align: left;

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkB {

		white-space: nowrap;

		vertical-align: middle;

		line-height: 19px;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkB:hover {

		text-decoration: underline;

		font-weight: bold;

		cursor: pointer;

		color: #65b532;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkB:active {

		color: #65b532;

		font-weight: 400;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkB:active {

		text-decoration: none;

		margin-top: 0;

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkB .iconfont:before {

		display: inline-block;

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_nameA {

		display: inline-block;

		margin: 0;

		padding: 0;

		vertical-align: middle;

		color: #969696;

		font-size: 14px;

		text-align: left;

	}



	.c_portalResFriendlink_list-01001 .p_nameA .font {

		vertical-align: middle;

		line-height: 19px;

	}



	.c_portalResFriendlink_list-01001 .p_nameA .iconfont:before {

		display: inline-block;

		content: "";

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkA {

		display: inline-block;

		padding: 0;

		color: #707070;

		font-size: 14px;

		text-align: left;

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkA {

		white-space: nowrap;

		vertical-align: middle;

		line-height: 19px;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkA:hover {

		text-decoration: underline;

		font-weight: bold;

		cursor: pointer;

		color: #65b532;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkA:active {

		color: #65b532;

		font-weight: 400;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkA:active {

		text-decoration: none;

		margin-top: 0;

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkA .iconfont:before {

		display: inline-block;

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_CommonLanternBox {

		margin: 0;

		padding: 0;

		border-width: 1px;

		border-style: none;

		border-color: rgba(228, 228, 228, 0);

		background-color: transparent;

		overflow: hidden;

		width: 100%;

		height: auto;

	}



	.c_portalResFriendlink_list-01001 .p_Linkslist {}



	.c_portalResFriendlink_list-01001 .p_Linkslist {

		width: 100%;

		height: auto;

		overflow: visible;

		white-space: normal;

		background: transparent;

	}



	.c_portalResFriendlink_list-01001 .p_links {

		width: auto;

		height: auto;

		border-color: transparent;

		padding: 0px;

		overflow: auto
	}



	.c_portalResFriendlink_list-01001 .p_articles {

		margin: 5px;

		height: auto;

		width: calc((100% - 120px)/8);

		float: left;

		vertical-align: top;

		text-align: left;

		overflow: visible;

	}



	.c_portalResFriendlink_list-01001 .p_LinkA {

		position: static;

		display: inline-block;

		width: 100%;

		height: auto;

	}



	.c_portalResFriendlink_list-01001 .p_images {

		display: block;

		width: 100%;

		height: auto;

		position: relative;

		vertical-align: middle;

		overflow: visible;

		margin: 0 auto;

	}



	.c_portalResFriendlink_list-01001 .p_thumbnail {

		width: 100%;

		height: auto;

		vertical-align: middle;

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .higher .p_thumbnail {

		position: absolute;

		height: 100%;

	}



	.c_portalResFriendlink_list-01001 .widther .p_thumbnail {

		position: absolute;

		height: 100%;

	}



	.c_portalResFriendlink_list-01001 .smaller .p_thumbnail {

		position: absolute;

		height: 100%;

	}



	.c_portalResFriendlink_list-01001 .p_thumbnail img {

		width: 100%;

	}



	.c_portalResFriendlink_list-01001 .p_content {

		width: 100%;

		height: auto;

		border-width: 0;

		background-color: transparent;

	}



	.c_portalResFriendlink_list-01001 .p_TitleBox {

		width: auto;

		height: auto;

		display: none;

		margin-top: 5px;

	}



	.c_portalResFriendlink_list-01001 .p_nameA {

		vertical-align: bottom;

		float: left;

	}



	.c_portalResFriendlink_list-01001 .p_nameA .font {

		line-height: 21px;

	}



	.c_portalResFriendlink_list-01001 .p_nameA .iconfont:before {

		content: '\e6ae';

	}



	.c_portalResFriendlink_list-01001 .p_title {

		vertical-align: bottom;

		display: block;

		text-align: justify;

	}



	.c_portalResFriendlink_list-01001 .p_nameA.item_hide+.p_LinkB .p_title {

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .p_SummaryBox {

		width: auto;

		height: auto;

		margin-top: 5px;

	}



	.c_portalResFriendlink_list-01001 .p_nameB {

		float: left;

	}



	.c_portalResFriendlink_list-01001 .p_nameB .font {

		line-height: 20px;

	}



	.c_portalResFriendlink_list-01001 .p_nameB .iconfont:before {

		content: '';

	}



	.c_portalResFriendlink_list-01001 .p_summary {

		line-height: 20px;

	}



	.c_portalResFriendlink_list-01001 .p_nameB.item_hide+.p_summary {

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .p_classificationBox {

		width: 100%;

		height: auto;

		border-bottom: 1px solid #ccc;

		padding: 20px 15px;

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_classificationBox:first-child {

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_classificationA {

		width: auto;

		height: auto;

		display: inline-block;

		vertical-align: middle;

		float: left;

	}



	.c_portalResFriendlink_list-01001 .p_classificationB {

		width: auto;

		height: auto;

		display: block;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_fail {

		width: 580px;

		height: 360px;

		background-color: rgba(255, 255, 255, 0.8);

		position: fixed;

		top: 50%;

		left: 50%;

		-webkit-transform: translate(-50%, -50%);

		-ms-transform: translate(-50%, -50%);

		-o-transform: translate(-50%, -50%);

		transform: translate(-50%, -50%);

		font-size: 0;

		z-index: 999999999;

	}



	.c_portalResFriendlink_list-01001 .p_fail .iconfont {

		display: inline-block;

		margin-left: 40px;

		color: #de7676;

		font-size: 64px;

		height: auto;

		vertical-align: -20px;

	}



	.c_portalResFriendlink_list-01001 .p_fail .iconfont:before {

		content: "\e641";

	}



	.c_portalResFriendlink_list-01001 .p_fail .fontbox {

		display: table-cell;

		vertical-align: middle;

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .p_fail .promptbox {

		display: table;

		width: inherit;

		height: 360px;

		border-width: 1px;

		border-style: solid;

		border-color: rgba(228, 228, 228, 1);

		border-radius: 10px 10px 10px 10px;

	}



	.c_portalResFriendlink_list-01001 .p_fail .font {

		width: auto;

		height: auto;

		font-size: 43px;

		display: inline-block;

		vertical-align: middle;

		margin-left: 20px;

		color: #000;

	}



	.c_portalResFriendlink_list-01001 .p_fail .assistfont {

		width: auto;

		height: auto;

		font-size: 32px;

		display: block;

		margin-top: 20px;

		margin-bottom: 10px;

	}



	.c_portalResFriendlink_list-01001 .p_fail .Confirm {

		display: inline-block;

		width: 290px;

		height: 80px;

		line-height: 80px;

		text-align: center;

		font-size: 32px;

		border-width: 1px;

		border-style: solid;

		border-color: rgba(228, 228, 228, 1);

		border-radius: 0px 0px 0px 10px;

		border-right-width: 0;

		position: absolute;

		bottom: 0;

		left: 0;

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_fail .Confirm:active {

		background-color: #d1ecea;

	}



	.c_portalResFriendlink_list-01001 .p_fail .cancel {

		display: inline-block;

		width: 290px;

		height: 80px;

		line-height: 80px;

		text-align: center;

		font-size: 32px;

		border-width: 1px;

		border-style: solid;

		border-color: rgba(228, 228, 228, 1);

		border-radius: 0px 0px 10px 0px;

		position: absolute;

		bottom: 0;

		right: 0;

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_fail .cancel:active {

		background-color: #d1ecea;

	}



	.c_portalResFriendlink_list-01001 .p_fail .close {

		display: block;

		width: 580px;

		height: 80px;

		line-height: 80px;

		text-align: center;

		font-size: 32px;

		border-width: 1px;

		border-style: solid;

		border-color: rgba(228, 228, 228, 1);

		border-radius: 0px 0px 10px 10px;

		position: absolute;

		bottom: 0;

		left: 0;

	}



	.c_portalResFriendlink_list-01001 .p_fail .close:active {

		background-color: #d1ecea;

	}



	.c_portalResFriendlink_list-01001 .p_succ {

		width: 580px;

		height: 360px;

		background-color: rgba(255, 255, 255, 0.8);

		border-width: 1px;

		border-style: solid;

		border-color: rgba(228, 228, 228, 1);

		border-radius: 10px;

		position: fixed;

		top: 50%;

		left: 50%;

		-webkit-transform: translate(-50%, -50%);

		-ms-transform: translate(-50%, -50%);

		-o-transform: translate(-50%, -50%);

		transform: translate(-50%, -50%);

		font-size: 64px;

		z-index: 999999999999;

	}



	.c_portalResFriendlink_list-01001 .p_succ .iconfont {

		display: inline-block;

		margin-left: 40px;

		color: #09bb07;

		font-size: 64px;

		height: auto;

		vertical-align: -20px;

	}



	.c_portalResFriendlink_list-01001 .p_succ .iconfont:before {

		content: "\e648";

	}



	.c_portalResFriendlink_list-01001 .p_succ .fontbox {

		display: table-cell;

		vertical-align: middle;

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .p_succ .promptbox {

		display: table;

		width: inherit;

		height: inherit;

	}



	.c_portalResFriendlink_list-01001 .p_succ .font {

		width: auto;

		height: auto;

		font-size: 43px;

		display: inline-block;

		vertical-align: middle;

		margin-left: 20px;

		color: #000;

	}



	.c_portalResFriendlink_list-01001 .p_succ .assistfont {

		width: auto;

		height: auto;

		font-size: 32px;

		display: block;

		margin-top: 20px;

		margin-bottom: 10px;

	}



	.c_portalResFriendlink_list-01001 .p_succ .Confirm {

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_succ .cancel {

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_succ .close {

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_prompt {

		width: auto;

		height: auto;

		text-align: center;

		background-color: inherit;

		font-size: 16px;

		border: 1px solid #E4E4E4;

	}



	.c_portalResFriendlink_list-01001 .p_prompt .prompt_title {

		display: inline-table;

		padding: 0 30px;

		height: 100%;

		min-height: 260px;

	}



	.c_portalResFriendlink_list-01001 .p_prompt .prompt_title .iconfont:before {

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_prompt .prompt_title .first {

		height: auto;

		display: table-cell;

		font-size: 36px;

		margin-right: 10px;

		position: relative;

		color: #09bb07;

		vertical-align: middle;

		padding: 0 10px 10px 0;

	}



	.c_portalResFriendlink_list-01001 .p_prompt .prompt_title .first:before {

		content: "\e6b4";

	}



	.c_portalResFriendlink_list-01001 .p_prompt .prompt_title {

		font-size: 24px;

		text-align: left;

		color: rgba(51, 51, 51, 1);

		font-weight: bold;

	}



	.c_portalResFriendlink_list-01001 .p_prompt .prompt_title .font {

		display: table-cell;

		line-height: normal;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_prompt .promptbox {

		width: auto;

		height: 100%;

	}



	.c_portalResFriendlink_list-01001 .p_prompt .prompt_content {

		font-size: 18px;

		color: rgba(105, 105, 105, 1);

		padding-left: 65px;

	}



	.c_portalResFriendlink_list-01001 .p_more {

		margin: 0 auto;

		position: static;

	}



	@-moz-keyframes three-quarters-loader {

		0% {

			-moz-transform: rotate(0deg);

			transform: rotate(0deg);

		}



		100% {

			-moz-transform: rotate(360deg);

			transform: rotate(360deg);

		}

	}



	@-webkit-keyframes three-quarters-loader {

		0% {

			-webkit-transform: rotate(0deg);

			transform: rotate(0deg);

		}



		100% {

			-webkit-transform: rotate(360deg);

			transform: rotate(360deg);

		}

	}



	@keyframes three-quarters-loader {

		0% {

			-moz-transform: rotate(0deg);

			-ms-transform: rotate(0deg);

			-webkit-transform: rotate(0deg);

			transform: rotate(0deg);

		}



		100% {

			-moz-transform: rotate(360deg);

			-ms-transform: rotate(360deg);

			-webkit-transform: rotate(360deg);

			transform: rotate(360deg);

		}

	}



	.loading_animation {

		-moz-animation: three-quarters-loader 850ms infinite linear;

		-webkit-animation: three-quarters-loader 850ms infinite linear;

		animation: three-quarters-loader 850ms infinite linear;

		border: 3px solid #65beba;

		border-right-color: transparent;

		border-radius: 16px;

		box-sizing: border-box;

		display: inline-block;

		position: relative;

		overflow: hidden;

		text-indent: -9999px;

		width: 32px;

		height: 32px;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_loading {

		width: 100%;

		height: 100px;

		background-color: rgba(242, 242, 242, 1);

		font-size: 0;

		line-height: 100px;

		text-align: center;

		color: #A7A7A7;

		font-size: 30px;

	}



	.c_portalResFriendlink_list-01001 .p_loading .iconfont:before {

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_loading .font {

		display: inline-block;

		margin-left: 20px;

		line-height: 100px;

		height: inherit;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_more {

		background-color: rgba(242, 242, 242, 1);

		display: block;

		height: 70px;

		width: 100%;

		position: relative;

		border-radius: 0px;

		font-size: 24px;

		color: rgba(0, 0, 0, 1);

	}



	.c_portalResFriendlink_list-01001 .p_more:active {

		background-color: rgba(248, 248, 248, 0.8);

	}



	.c_portalResFriendlink_list-01001 .p_more .font {

		display: block;

	}



	.c_portalResFriendlink_list-01001 .p_more .iconfont {

		display: inline;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_more .iconfont:before {

		content: "\e6d1";

		line-height: 70px;

		font-size: 70px;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_moreBox {

		width: 100%;

		height: auto;

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResFriendlink_list-01001 .p_OccupyBox {

		margin: 0;

		width: 100%;

		height: auto;

		padding: 0;

		border: none;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox {

		margin: 0 auto;

		width: 100%;

		height: auto;

		clear: both;

		position: relative;

		font-size: 0;

		white-space: nowrap;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .pre {

		display: inline-table;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .next {

		display: inline-table;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .pre {

		height: 90px;

		width: 35%;

		color: rgba(255, 255, 255, 1);

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(101, 190, 186, 1);

		text-align: center;

		padding: 0;

		position: relative;

		left: 0;

		top: 0;

		box-sizing: content-box;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .pre:hover {

		color: rgba(255, 255, 255, 1);

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(101, 190, 186, 1);

		cursor: pointer;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .pre:active {

		background-color: rgba(90, 170, 167, 1);

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .pre .font {

		display: table-cell;

		vertical-align: middle;

		bottom: 0;

		font-size: 32px;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .pre .iconfont {

		display: inline-block;

		color: rgba(255, 255, 255, 1);

		vertical-align: middle;

		width: auto;

		height: auto;

		font-size: 32px;

		position: absolute;

		left: 10px;

		top: 50%;

		transform: translateY(-50%);

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .pre:hover .iconfont {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .pre:active .iconfont {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .pre .iconfont:before {

		content: "\e6b0";

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .next {

		height: 90px;

		width: 35%;

		color: rgba(255, 255, 255, 1);

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(101, 190, 186, 1);

		text-align: center;

		padding: 0;

		position: relative;

		left: 0;

		top: 0;

		box-sizing: content-box;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .next:hover {

		color: rgba(255, 255, 255, 1);

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(101, 190, 186, 1);

		cursor: pointer;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .next:active {

		background-color: rgba(90, 170, 167, 1);

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .next .font {

		display: table-cell;

		vertical-align: middle;

		bottom: 0;

		font-size: 32px;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .next .iconfont {

		display: inline-block;

		color: rgba(255, 255, 255, 1);

		vertical-align: middle;

		width: auto;

		height: auto;

		font-size: 32px;

		position: absolute;

		right: 10px;

		top: 50%;

		transform: translateY(-50%);

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .next:hover .iconfont {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .next:active .iconfont {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .next .iconfont:before {

		content: "\e6af";

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .NumBox {

		width: 30%;

		height: 88px;

		border: 1px solid #CDD5D5;

		display: inline-table;

		position: relative;

		cursor: pointer;

		box-sizing: content-box;

		background: #e6e6e6;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .num {

		display: table;

		vertical-align: middle;

		font-size: 32px;

		text-align: center;

		width: auto;

		margin: 0 auto;

		position: absolute;

		overflow: hidden;

		left: 50%;

		top: 50%;

		transform: translate(-50%, -50%);

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .ItemBox {

		position: absolute;

		width: 100%;

		height: auto;

		border: 1px solid #D3D4D4;

		bottom: 90px;

		left: 0;

		max-height: 300px;

		overflow-y: auto;

		z-index: 99;

		border-bottom: none;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .num .iconfont {

		width: 32px;

		height: 32px;

		position: static;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .num .iconfont:before {

		content: "\e69c";

		font-size: 32px;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .NumBox ul li {

		width: inherit;

		height: 80px;

		line-height: 80px;

		text-align: center;

		background-color: #FFFFFE;

		color: #323332;

		font-size: 32px;

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .NumBox ul li .iconfont:before {

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_pagebox .NumBox ul li:active {

		background-color: #e4e4e4;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSummaryBoxA {

		width: auto;

		height: auto;

		position: relative;

		text-align: center;

		margin-bottom: 20px;

	}



	.c_portalResFriendlink_list-01001 .p_CommonThumbnailBox {

		width: auto;

		height: auto;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn {

		margin-left: 10px;

		background-color: rgba(191, 191, 191, 1);

		width: 15px;

		height: 15px;

		display: inline-table;

		color: rgba(153, 153, 153, 1);

		font-size: 12px;

		border-radius: 10px;

		-moz-border-radius: 10px;

		text-align: center;

		position: relative;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn.active {

		background-color: #67b8b4;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn .shape {

		background-color: inherit;

		width: inherit;

		height: inherit;

		text-indent: -99999px;

		display: table-cell;

		vertical-align: middle;

		border-radius: inherit;

		-moz-border-radius: inherit;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn img {

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn:active {

		background-color: rgba(105, 192, 188, 1);

	}



	.c_portalResFriendlink_list-01001 .p_CommonInteraction {

		width: 100%;

		height: 100%;

		height: calc(100% - 15px);

		vertical-align: middle;

		position: absolute;

		overflow: visible;

		pointer-events: none;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnA .iconfont {

		color: rgba(191, 191, 191, 1);

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnA .iconfont:before {

		content: "\e687";

		font-size: 56px;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnA {

		display: inline-block;

		vertical-align: middle;

		cursor: pointer;

		font-size: 56px;

		color: #e2e2e2;

		width: 60px;

		position: absolute;

		top: 50%;

		-webkit-transform: translate(0, -50%);

		transform: translate(0, -50%);

		pointer-events: all;

		left: 0;

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnA .iconfont {}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnA .font {

		display: table;

		width: inherit;

		height: inherit;

		pointer-events: none;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnB .font {

		display: table;

		width: inherit;

		height: inherit;

		pointer-events: none;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnB {

		position: absolute;

		top: 50%;

		right: 0px;

		-webkit-transform: translate(0, -50%);

		transform: translate(0, -50%);

		pointer-events: all;

		display: inline-block;

		vertical-align: middle;

		cursor: pointer;

		font-size: 56px;

		color: #e2e2e2;

		width: 60px;

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnB .iconfont {

		color: rgba(191, 191, 191, 1);

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnB .iconfont:before {

		content: "\e6ae";

		font-size: 56px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (min-width: 769px) {

	.c_portalResFriendlink_list-01001 .p_page .pre .i_pre {

		display: block !important;

	}



	.c_portalResFriendlink_list-01001 .p_page .next .i_next {

		display: block !important;

	}



	.c_portalResFriendlink_list-01001 .p_page .iconfont {

		display: none !important;

	}



	.c_portalResFriendlink_list-01001 .p_summary {

		color: rgba(102, 102, 102, 1);

		font-size: 14px;

		line-height: 26px;

		text-align: left;

		vertical-align: top;

		word-break: break-all;

	}



	.c_portalResFriendlink_list-01001 .p_nameB {

		display: inline-block;

		margin: 0;

		padding: 0;

		vertical-align: middle;

		color: #969696;

		font-size: 14px;

		text-align: left;

	}



	.c_portalResFriendlink_list-01001 .p_nameB .font {

		vertical-align: middle;

		line-height: 19px;

	}



	.c_portalResFriendlink_list-01001 .p_nameB .iconfont:before {

		display: inline-block;

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_title {

		display: inline-table;

		margin: 0;

		min-width: 37px;

		padding: 0;

		color: rgba(51, 51, 51, 1);

		font-weight: 400;

		cursor: pointer;

	}



	.c_portalResFriendlink_list-01001 .p_title .font {

		vertical-align: middle;

		line-height: 21px;

	}



	.c_portalResFriendlink_list-01001 .p_title:hover {

		color: rgba(87, 177, 173, 1);

	}



	.c_portalResFriendlink_list-01001 .p_title:active {

		color: rgba(69, 165, 161, 1);

	}



	.c_portalResFriendlink_list-01001 .p_title .iconfont:before {

		display: inline-block;

		content: "";

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkB {

		display: inline-block;

		padding: 0;

		color: #707070;

		font-size: 14px;

		text-align: left;

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkB {

		white-space: nowrap;

		vertical-align: middle;

		line-height: 19px;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkB:hover {

		text-decoration: underline;

		font-weight: bold;

		cursor: pointer;

		color: #65b532;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkB:active {

		color: #65b532;

		font-weight: 400;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkB:active {

		text-decoration: none;

		margin-top: 0;

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkB .iconfont:before {

		display: inline-block;

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_nameA {

		display: inline-block;

		margin: 0;

		padding: 0;

		vertical-align: middle;

		color: #969696;

		font-size: 14px;

		text-align: left;

	}



	.c_portalResFriendlink_list-01001 .p_nameA .font {

		vertical-align: middle;

		line-height: 19px;

	}



	.c_portalResFriendlink_list-01001 .p_nameA .iconfont:before {

		display: inline-block;

		content: "";

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkA {

		display: inline-block;

		padding: 0;

		color: #707070;

		font-size: 14px;

		text-align: left;

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkA {

		white-space: nowrap;

		vertical-align: middle;

		line-height: 19px;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkA:hover {

		text-decoration: underline;

		font-weight: bold;

		cursor: pointer;

		color: #65b532;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkA:active {

		color: #65b532;

		font-weight: 400;

	}



	a>.e_title.c_portalResFriendlink_list-01001 .p_LinkA:active {

		text-decoration: none;

		margin-top: 0;

	}



	.e_title.c_portalResFriendlink_list-01001 .p_LinkA .iconfont:before {

		display: inline-block;

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_CommonLanternBox {

		margin: 0;

		padding: 0;

		border-width: 1px;

		border-style: none;

		border-color: rgba(228, 228, 228, 0);

		background-color: transparent;

		overflow: hidden;

		width: 100%;

		height: auto;

	}



	.c_portalResFriendlink_list-01001 .p_Linkslist {

		margin: 0;

		width: 880px;

		height: auto;

		padding: 0;

		border-width: 1px;

		border-style: none;

		border-color: rgba(255, 255, 255, 1);

		background-color: transparent;

		white-space: nowrap;

	}



	.c_portalResFriendlink_list-01001 .p_Linkslist {

		width: 100%;

		height: auto;

		overflow: visible;

		white-space: normal;

		background: transparent;

	}



	.c_portalResFriendlink_list-01001 .p_links {

		width: auto;

		height: auto;

		border-color: transparent;

		padding: 0px;

		overflow: visible;

		font-size: 0;

	}



	.c_portalResFriendlink_list-01001 .p_articles {

		margin: 5px;

		height: auto;

		width: calc((100% - 120px)/8);

		display: inline-block;

		vertical-align: top;

		text-align: left;

		overflow: visible;

	}



	.c_portalResFriendlink_list-01001 .p_LinkA {

		position: static;

		display: inline-block;

		width: 100%;

		height: auto;

	}



	.c_portalResFriendlink_list-01001 .p_images {

		display: block;

		width: 100%;

		height: auto;

		position: relative;

		vertical-align: middle;

		overflow: visible;

		margin: 0 auto;

	}



	.c_portalResFriendlink_list-01001 .p_thumbnail {

		width: 100%;

		height: auto;

		vertical-align: middle;

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .higher .p_thumbnail {

		position: absolute;

		height: 100%;

	}



	.c_portalResFriendlink_list-01001 .widther .p_thumbnail {

		position: absolute;

		height: 100%;

	}



	.c_portalResFriendlink_list-01001 .smaller .p_thumbnail {

		position: absolute;

		height: 100%;

	}



	.c_portalResFriendlink_list-01001 .p_thumbnail img {

		width: 100%;

	}



	.c_portalResFriendlink_list-01001 .p_content {

		width: 100%;

		height: auto;

		display: none;

		border-width: 0;

		background-color: transparent;

	}



	.c_portalResFriendlink_list-01001 .p_TitleBox {

		width: auto;

		height: auto;

		margin-top: 5px;

	}



	.c_portalResFriendlink_list-01001 .p_nameA {

		vertical-align: bottom;

		float: left;

	}



	.c_portalResFriendlink_list-01001 .p_nameA .font {

		line-height: 21px;

	}



	.c_portalResFriendlink_list-01001 .p_nameA .iconfont:before {

		content: '\e6ae';

	}



	.c_portalResFriendlink_list-01001 .p_title {

		vertical-align: bottom;

		display: block;

		text-align: justify;

	}



	.c_portalResFriendlink_list-01001 .p_nameA.item_hide+.p_LinkB .p_title {

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .p_SummaryBox {

		width: auto;

		height: auto;

		margin-top: 5px;

	}



	.c_portalResFriendlink_list-01001 .p_nameB {

		float: left;

	}



	.c_portalResFriendlink_list-01001 .p_nameB .font {

		line-height: 20px;

	}



	.c_portalResFriendlink_list-01001 .p_nameB .iconfont:before {

		content: '';

	}



	.c_portalResFriendlink_list-01001 .p_summary {

		line-height: 20px;

	}



	.c_portalResFriendlink_list-01001 .p_nameB.item_hide+.p_summary {

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .p_classificationBox {

		width: 100%;

		height: auto;

		border-bottom: 1px solid #ccc;

		padding: 20px;

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_classificationBox:first-child {

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_classificationA {

		width: auto;

		height: auto;

		display: inline-block;

		vertical-align: middle;

		float: left;

	}



	.c_portalResFriendlink_list-01001 .p_classificationB {

		width: auto;

		height: auto;

		display: block;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_succ {

		width: auto;

		height: auto;

		min-width: 255px;

		min-height: 113px;

		max-width: 500px;

		background-color: #F7FBFB;

		border: 2px solid #65beba;

		font-size: 22px;

		position: absolute;

		z-index: 9999999999;

	}



	.c_portalResFriendlink_list-01001 .p_succ .iconfont {

		height: auto;

		color: #A2D465;

		margin-right: 20px;

		display: inline-block;

		margin-left: 40px;

	}



	.c_portalResFriendlink_list-01001 .p_succ .iconfont:before {

		content: "\e648";

	}



	.c_portalResFriendlink_list-01001 .p_succ .fontbox {

		display: inline-block;

		vertical-align: top;

		max-width: 386px;

		margin-right: 20px;

	}



	.c_portalResFriendlink_list-01001 .p_succ .promptbox {

		width: auto;

		height: auto;

		margin-top: 35px;

		margin-bottom: 35px;

	}



	.c_portalResFriendlink_list-01001 .p_succ .assistfont {

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_succ .closebtn {

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_fail {

		width: auto;

		height: auto;

		min-width: 255px;

		min-height: 113px;

		max-width: 500px;

		background-color: #FDFCF3;

		border: 2px solid #FFDC90;

		font-size: 22px;

		position: absolute;

		z-index: 99999999999;

	}



	.c_portalResFriendlink_list-01001 .p_fail .iconfont {

		height: auto;

		color: #FF0000;

		margin-right: 20px;

		display: inline-block;

		margin-left: 40px;

	}



	.c_portalResFriendlink_list-01001 .p_fail .iconfont:before {

		content: "\e641";

	}



	.c_portalResFriendlink_list-01001 .p_fail .fontbox {

		display: inline-block;

		vertical-align: top;

		max-width: 386px;

		margin-right: 20px;

	}



	.c_portalResFriendlink_list-01001 .p_fail .promptbox {

		width: auto;

		height: auto;

		margin-top: 35px;

		margin-bottom: 35px;

	}



	.c_portalResFriendlink_list-01001 .p_fail .assistfont {

		font-size: 14px;

		color: #999999;

		margin-top: 5px;

	}



	.c_portalResFriendlink_list-01001 .p_fail .closebtn {

		font-size: 14px;

		color: #65beba;

		position: absolute;

		right: 15px;

		bottom: 15px;

	}



	.c_portalResFriendlink_list-01001 .p_fail .closebtn:hover {

		cursor: pointer;

	}



	.c_portalResFriendlink_list-01001 .p_PromptNoneData {

		width: auto;

		background-color: inherit;

		text-align: center;

	}



	.c_portalResFriendlink_list-01001 .p_PromptNoneData .prompt_title .iconfont:before {

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_PromptNoneData .prompt_title .first {

		height: auto;

		display: table-cell;

		font-size: 32px;

		position: relative;

		color: #09bb07;

		vertical-align: middle;

		padding: 0 10px 5px 0;

	}



	.c_portalResFriendlink_list-01001 .p_PromptNoneData .prompt_title {

		display: inline-table;

		padding: 0 30px;

		min-height: 200px;

		height: 100%;

	}



	.c_portalResFriendlink_list-01001 .p_PromptNoneData .prompt_title .first:before {

		content: "\e6b4";

	}



	.c_portalResFriendlink_list-01001 .p_PromptNoneData .prompt_title .font {

		font-size: 18px;

		display: table-cell;

		line-height: normal;

		vertical-align: middle;

		color: rgba(51, 51, 51, 1);

		font-weight: bold;

		text-align: left;

	}



	.c_portalResFriendlink_list-01001 .p_PromptNoneData .promptbox {

		width: auto;

		height: 100%;

	}



	.c_portalResFriendlink_list-01001 .p_PromptNoneData .prompt_content {

		font-size: 14px;

		color: rgba(105, 105, 105, 1);

		padding-left: 65px;

	}



	@-moz-keyframes three-quarters-loader {

		0% {

			-moz-transform: rotate(0deg);

			transform: rotate(0deg);

		}



		100% {

			-moz-transform: rotate(360deg);

			transform: rotate(360deg);

		}

	}



	@-webkit-keyframes three-quarters-loader {

		0% {

			-webkit-transform: rotate(0deg);

			transform: rotate(0deg);

		}



		100% {

			-webkit-transform: rotate(360deg);

			transform: rotate(360deg);

		}

	}



	@keyframes three-quarters-loader {

		0% {

			-moz-transform: rotate(0deg);

			-ms-transform: rotate(0deg);

			-webkit-transform: rotate(0deg);

			transform: rotate(0deg);

		}



		100% {

			-moz-transform: rotate(360deg);

			-ms-transform: rotate(360deg);

			-webkit-transform: rotate(360deg);

			transform: rotate(360deg);

		}

	}



	.loading_animation {

		-moz-animation: three-quarters-loader 850ms infinite linear;

		-webkit-animation: three-quarters-loader 850ms infinite linear;

		animation: three-quarters-loader 850ms infinite linear;

		border: 3px solid #737282;

		border-right-color: transparent;

		border-radius: 16px;

		box-sizing: border-box;

		display: inline-block;

		position: relative;

		overflow: hidden;

		text-indent: -9999px;

		width: 32px;

		height: 32px;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_loading {

		width: 890px;

		height: 70px;

		background-color: #FBFBFC;

		line-height: 70px;

		text-align: center;

		color: #666666;

		font-size: 18px;

	}



	.c_portalResFriendlink_list-01001 .p_loading .iconfont:before {

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_loading .font {

		display: inline-block;

		margin-left: 20px;

		line-height: 70px;

		height: inherit;

	}



	.c_portalResFriendlink_list-01001 .p_more {

		width: 890px;

		text-align: center;

		padding-right: 20px;

		padding-left: 20px;

		height: 70px;

		background-color: #F6F7F8;

		position: relative;

		border-radius: 0;

		border-width: 0;

		color: rgba(115, 115, 131, 1);

		font-size: 18px;

	}



	.c_portalResFriendlink_list-01001 .p_more:active {

		background-color: #F6F7F8;

	}



	.c_portalResFriendlink_list-01001 .p_more .font {

		display: table-cell;

		vertical-align: middle;

		text-align: inherit;

	}



	.c_portalResFriendlink_list-01001 .p_more .iconfont {

		display: inline;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_more .iconfont:before {

		content: "\e6d1";

	}



	.c_portalResFriendlink_list-01001 .p_moreBox {

		margin: 0;

		width: 236px;

		height: 317px;

		padding: 0;

		border-width: 1px;

		border-style: none;

		border-color: rgba(228, 228, 228, 0);

		background-color: transparent;

		overflow: hidden;

	}



	.e_pagebox {

		width: auto;

		height: auto;

		clear: both;

		position: relative;

	}



	.c_portalResFriendlink_list-01001 .p_page .pre {

		display: inline-table;

		float: left;

		margin-left: 18px;

		margin-right: 5px;

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum {

		display: inline-block;

		position: static;

		float: left;

		margin-right: 5px;

		line-height: 30px;

	}



	.c_portalResFriendlink_list-01001 .p_page .next {

		display: inline-table;

		float: left;

	}



	.c_portalResFriendlink_list-01001 .p_page .PageInterval {

		display: inline-block;

		position: static;

		float: left;

		margin-right: 5px;

		line-height: 38px;

		font-size: 12px;

	}



	.c_portalResFriendlink_list-01001 .p_page .p_PageInterval {

		display: inline-block;

		position: static;

		float: left;

		margin-right: 5px;

		line-height: 38px;

		font-size: 12px;

	}



	.c_portalResFriendlink_list-01001 .p_page .pre:after {

		content: "";

		display: none;

		position: absolute;

		top: 5px;

		left: -14px;

		width: 27px;

		height: 27px;

		background-color: rgba(242, 242, 242, 1);

		font-size: 0;

		line-height: 0;

		-webkit-transform: rotate(45deg);

		-moz-transform: rotate(45deg);

		-o-transform: rotate(45deg);

		-ms-transform: rotate(45deg);

		transform: rotate(45deg);

		z-index: -1;

	}



	.c_portalResFriendlink_list-01001 .p_page .pre:hover:after {

		top: 4px;

		left: -12px;

		background-color: rgba(101, 190, 186, 1);

		border-radius: 4px 0 0 0;

		-webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);

		-moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);

		box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);

		-webkit-transform: rotate(45deg);

		-moz-transform: rotate(45deg);

		-o-transform: rotate(45deg);

		-ms-transform: rotate(45deg);

		transform: rotate(45deg);

		z-index: -1;

	}



	.c_portalResFriendlink_list-01001 .p_page .pre:active:after {

		top: 8px;

		left: -12px;

		width: 28px;

		height: 25px;

		background-color: rgba(90, 170, 167, 1);

		border-radius: 0 3px 0 0;

		-webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);

		-moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);

		box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);

		-webkit-transform: rotate(-226deg);

		-moz-transform: rotate(-226deg);

		-o-transform: rotate(-226deg);

		-ms-transform: rotate(-226deg);

		transform: rotate(-226deg);

		z-index: -1;

	}



	.c_portalResFriendlink_list-01001 .p_page .pre {

		height: 30px;

		color: rgba(102, 102, 102, 1);

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(242, 242, 242, 1);

		text-align: center;

		padding-top: 0;

		padding-right: 20px;

		padding-left: 20px;

		position: relative;

		left: 0;

		top: 0;

	}



	.c_portalResFriendlink_list-01001 .p_page .pre:hover {

		color: rgba(255, 255, 255, 1);

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(101, 190, 186, 1);

		cursor: pointer;

	}



	.c_portalResFriendlink_list-01001 .p_page .pre:active {

		background-color: rgba(90, 170, 167, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .pre .font {

		display: table-cell;

		vertical-align: middle;

		bottom: 0;

		font-size: 12px;

	}



	.c_portalResFriendlink_list-01001 .p_page .pre:hover .iconfont {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .pre:active .iconfont {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .pre .iconfont:before {

		content: "";

		margin-right: 5px;

	}



	.c_portalResFriendlink_list-01001 .p_page .next:after {

		content: "";

		display: none;

		position: absolute;

		top: 5px;

		right: -14px;

		width: 27px;

		height: 27px;

		background-color: rgba(101, 190, 186, 1);

		font-size: 0;

		line-height: 0;

		-webkit-transform: rotate(45deg);

		-moz-transform: rotate(45deg);

		-o-transform: rotate(45deg);

		-ms-transform: rotate(45deg);

		transform: rotate(45deg);

		z-index: -1;

	}



	.c_portalResFriendlink_list-01001 .p_page .next:hover:after {

		top: 5px;

		right: -12px;

		background-color: rgba(101, 190, 186, 1);

		border-radius: 4px 0 0 0;

		-webkit-box-shadow: 0 3px 0px #777;

		-moz-box-shadow: 0 3px 0px #777;

		box-shadow: 0 3px 0px #777;

		-webkit-transform: rotate(-45deg);

		-moz-transform: rotate(-45deg);

		-o-transform: rotate(-45deg);

		-ms-transform: rotate(-45deg);

		transform: rotate(-45deg);

		z-index: -1;

		width: 26px;

		height: 26px;

	}



	.c_portalResFriendlink_list-01001 .p_page .next:active:after {

		top: 8px;

		right: -12px;

		width: 27px;

		height: 24px;

		background-color: rgba(90, 170, 167, 1);

		border-radius: 0 3px 0 0;

		-webkit-box-shadow: 0 3px 0px #777;

		-moz-box-shadow: 0 3px 0px #777;

		box-shadow: 0 3px 0px #777;

		-webkit-transform: rotate(226deg);

		-moz-transform: rotate(226deg);

		-o-transform: rotate(226deg);

		-ms-transform: rotate(226deg);

		transform: rotate(226deg);

		z-index: -1;

	}



	.c_portalResFriendlink_list-01001 .p_page .next {

		height: 30px;

		color: rgba(255, 255, 255, 1);

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(101, 190, 186, 1);

		text-align: center;

		padding-top: 0;

		padding-right: 20px;

		padding-left: 20px;

		position: relative;

		left: 0;

		top: 0;

	}



	.c_portalResFriendlink_list-01001 .p_page .next:hover {

		color: rgba(255, 255, 255, 1);

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(101, 190, 186, 1);

		cursor: pointer;

	}



	.c_portalResFriendlink_list-01001 .p_page .next:active {

		background-color: rgba(90, 170, 167, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .next .font {

		display: table-cell;

		vertical-align: middle;

		bottom: 0;

		font-size: 12px;

	}



	.c_portalResFriendlink_list-01001 .p_page .next:hover .iconfont {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .next:active .iconfont {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .next .iconfont:before {

		content: "";

		margin-top: 3px;

		float: right;

		margin-left: 5px;

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum {

		position: relative;

		background-size: 100% 100%;

		color: inherit;

		cursor: pointer;

		display: table;

		font-family: inherit;

		font-size: 14px;

		font-weight: inherit;

		height: inherit;

		position: absolute;

		text-decoration: none;

		width: inherit;

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum {

		height: 30px;

		width: 30px;

		color: rgba(102, 102, 102, 1);

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(242, 242, 242, 1);

		text-align: center;

		position: relative;

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum:hover {

		color: rgba(255, 255, 255, 1);

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		cursor: pointer;

		text-decoration: none;

		background-color: rgba(101, 190, 186, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum:active {

		text-decoration: none;

		background-color: rgba(90, 170, 167, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum.active {

		text-decoration: none;

		background-color: rgba(90, 170, 167, 1);

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum .font {

		display: table-cell;

		vertical-align: middle;

		bottom: 0;

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum .iconfont {

		display: inline;

		color: rgba(255, 255, 255, 1);

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum:hover .iconfont {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum:active .iconfont {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .pageNum .iconfont:before {

		content: "";

	}



	.c_portalResFriendlink_list-01001 .p_page .PageInterval {

		line-height: 30px;

		cursor: text;

		color: rgba(102, 102, 102, 1);

	}



	.c_portalResFriendlink_list-01001 .p_page .p_PageInterval {

		line-height: 30px;

		cursor: text;

		color: rgba(102, 102, 102, 1);

	}



	.c_portalResFriendlink_list-01001 .p_OccupyBox {

		margin: 0;

		width: auto;

		height: auto;

		padding: 0;

		border: none;

		overflow: hidden;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn {

		display: inline-block;

		height: 10px;

		width: 100px;

		padding: 0;

		background-color: rgba(228, 228, 228, 1);

		border-width: 1px;

		border-color: transparent;

		color: rgba(153, 153, 153, 1);

		font-size: 12px;

		font-family: "Microsoft YaHei";

		text-align: center;

		cursor: pointer;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn img {

		display: none;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn .shape {

		text-indent: -9999em;

		width: inherit;

		height: inherit;

		vertical-align: middle;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn:hover,

	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn.active {

		background-color: rgba(103, 184, 180, 1);

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn.j-nav-active {

		background-color: rgba(103, 184, 180, 1);

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResFriendlink_list-01001 .p_CommonThumbnailBox {

		margin: 0;

		width: 236px;

		height: 317px;

		padding: 0;

		border-width: 1px;

		border-style: none;

		border-color: rgba(228, 228, 228, 0);

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSummaryBoxA {

		margin: 0;

		width: 236px;

		height: 317px;

		padding: 0;

		border-width: 1px;

		border-style: none;

		border-color: rgba(228, 228, 228, 0);

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnB {

		display: inline-block;

		vertical-align: middle;

		cursor: pointer;

		font-size: 28px;

		color: rgba(154, 155, 155, 1);

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnB .iconfont:before {

		content: "\e6ae";

		display: inline-block;

		font-size: 56px;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnB:hover {

		color: rgba(105, 192, 188, 1);

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnB:hover {

		cursor: pointer;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnA {

		display: inline-block;

		vertical-align: middle;

		cursor: pointer;

		font-size: 28px;

		color: rgba(154, 155, 155, 1);

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnA .iconfont:before {

		content: "\e687";

		display: inline-block;

		font-size: 56px;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnA:hover {

		color: rgba(105, 192, 188, 1);

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnA:hover {

		cursor: pointer;

	}



	.c_portalResFriendlink_list-01001 .p_CommonInteraction {

		margin: 0;

		width: 236px;

		height: 317px;

		padding: 0;

		border-width: 1px;

		border-style: none;

		border-color: rgba(228, 228, 228, 0);

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnA {

		position: absolute;

		top: 50%;

		left: 50%;

		transform: translate(-50%, -50%);

		font-size: 45px;

		color: #e5e5e5;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSwitchBtnB {

		position: absolute;

		top: 50%;

		right: 50%;

		transform: translate(50%, -50%);

		font-size: 45px;

		color: #e5e5e5;

	}



	.c_portalResFriendlink_list-01001 .p_CommonSummaryBoxA {

		width: auto;

		height: auto;

		text-align: center;

		margin-bottom: 20px;

	}



	.c_portalResFriendlink_list-01001 .p_CommonThumbnailBox {

		width: auto;

		height: auto;

	}



	.c_portalResFriendlink_list-01001 .d_CommonInteractionA {

		left: 0px;

		width: 60px;

		height: auto;

		vertical-align: middle;

		position: absolute;

		overflow: visible;

		top: 50%;

		transform: translate(0, -50%);

	}



	.c_portalResFriendlink_list-01001 .d_CommonInteractionB {

		right: 0px;

		width: 60px;

		height: auto;

		vertical-align: middle;

		position: absolute;

		overflow: visible;

		top: 50%;

		transform: translate(0, -50%);

	}



	.c_portalResFriendlink_list-01001 .p_CommonSquareNumBtn {

		width: 100px;

		height: 10px;

		margin: 0px 8px;

	}



	.c_portalResFriendlink_list-01001 .p_page {

		width: auto;

		height: auto;

		float: right;

		right: 30px;

		margin-bottom: 10px;

	}



	.c_portalResFriendlink_list-01001 .p_moreBox {

		width: 100%;

		height: auto;

	}



	.c_portalResFriendlink_list-01001 .p_more {

		width: 100%
	}



	.c_portalResFriendlink_list-01001 .p_loading {

		width: 100%
	}

}



.w_fimg-000 .p_title {

	display: inline-table;

	margin: 0;

	min-width: 37px;

	padding: 0;

	color: rgba(51, 51, 51, 1);

	font-size: 16px;

	font-weight: 400;

	cursor: pointer;

}



.w_fimg-000 .p_title .font {

	vertical-align: middle;

	line-height: 21px;

}



.w_fimg-000 .p_title:hover {

	color: rgba(87, 177, 173, 1);

}



.w_fimg-000 .p_title:active {

	color: rgba(69, 165, 161, 1);

}



.w_fimg-000 .p_title .iconfont:before {

	display: inline-block;

	content: "";

}



.w_fimg-000 {

	position: relative;

	width: 100%;

	height: auto;

	min-height: 200px;

}



.w_fimg-000 .animated {

	width: 100%;

	height: 100%;

	position: relative;

	min-height: inherit;

}



.w_fimg-000 .font {

	white-space: nowrap;

}



.w_fimg-000 .p_link001 {

	width: 100%;

	height: 100%;

}



.w_fimg-000 .p_link002 {

	width: 100%;

	height: 30px;

}



.w_fimg-000 .p_box {

	width: 100%;

	height: 100%;

	text-align: center;

	position: static;

}



.w_fimg-000 .p_dimage {

	height: inherit;

	overflow: hidden;

	font-size: 0;

}



.w_fimg-000 .e_image:hover:after {

	background: transparent;

}



.w_fimg-000 .p_dimage:empty {

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	position: absolute;

	background: #f2f2f2 url(/static/image/camera.png) no-repeat center;

}



@media only screen and (max-width: 768px) {

	.c_portalResPublic_codeContainer-01001002 {

		min-height: 500px;

		width: 100%;

	}



	.cbsect_d1aac03f {

		padding-bottom: 0px;

		padding-top: 0px;

		background: rgb(67, 67, 67);

		background: url(/static/image/ba85698b41f348ea7866a87b88b49fc6_origin.jpg) no-repeat center center fixed;

		background-size: cover;

	}

}



@media only screen and (min-width: 769px) {

	.c_portalResPublic_codeContainer-01001002 {

		min-height: 500px;

		width: 100%;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



.cbsect_d1aac03f {

	padding-bottom: 0px;

	padding-top: 0px;

	background: rgb(67, 67, 67);

	background: url(/static/image/ba85698b41f348ea7866a87b88b49fc6_origin.jpg) no-repeat center center fixed;

}



span.counter {

	font-size: 56px;

	color: #288104;

	font-family: "DINEngschriftStd";

}



.col-xs-1,

.col-sm-1,

.col-md-1,

.col-lg-1,

.col-xs-2,

.col-sm-2,

.col-md-2,

.col-lg-2,

.col-xs-3,

.col-sm-3,

.col-md-3,

.col-lg-3,

.col-xs-4,

.col-sm-4,

.col-md-4,

.col-lg-4,

.col-xs-5,

.col-sm-5,

.col-md-5,

.col-lg-5,

.col-xs-6,

.col-sm-6,

.col-md-6,

.col-lg-6,

.col-xs-7,

.col-sm-7,

.col-md-7,

.col-lg-7,

.col-xs-8,

.col-sm-8,

.col-md-8,

.col-lg-8,

.col-xs-9,

.col-sm-9,

.col-md-9,

.col-lg-9,

.col-xs-10,

.col-sm-10,

.col-md-10,

.col-lg-10,

.col-xs-11,

.col-sm-11,

.col-md-11,

.col-lg-11,

.col-xs-12,

.col-sm-12,

.col-md-12,

.col-lg-12 {

	position: relative;

	min-height: 1px;

	padding-left: 0px !important;

	padding-right: 0px !important;

}



.w_fline-001 .p_FLine {

	width: 100%;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #f0f0f0;

	opacity: 1;

	filter: alpha(opacity:100);

	display: inline-block;

	vertical-align: middle;

}



.w_fline-001 {

	width: 100%;

	min-height: 20px;

	display: block;

	margin: 0 auto;

}



.w_fline-001 .w_fline {

	width: 100%;

	min-height: inherit;

	font-size: 0;

}



.w_fline-001 .w_fline:before {

	content: "";

	display: inline-block;

	vertical-align: middle;

	min-height: inherit;

	width: 0;

}



.c_portalResNews_list-01001 {

	min-width: 320px;

	width: 100%;

}



.c_portalResNews_list-01001 .p_title .font {

	width: inherit;

	white-space: normal;

	display: inline-block;

	line-height: 19px;

	vertical-align: top;

}



.c_portalResNews_list-01001 .p_PromptNoneData {

	width: auto;

	text-align: center
}



.c_portalResNews_list-01001 .p_TitleBox {

	display: flex;

	align-items: flex-end;

}



.c_portalResNews_list-01001 .title_left {

	flex: 1;

}



.c_portalResNews_list-01001 .p_new {

	background: #008000;

	display: inline-block;

	float: left;

	margin: 0;

	padding-bottom: 0px;

	padding-left: 2px;

	padding-right: 2px;

	padding-top: 0px;

	color: #ffffff;

	font-size: 14px;

	text-align: center;

	white-space: nowrap;

	overflow: visible;

}



.c_portalResNews_list-01001 .p_new .font {

	vertical-align: middle;

}



.c_portalResNews_list-01001 .p_new .iconfont:before {

	content: "";

}



.c_portalResNews_list-01001 .p_hot {

	background: #ED5A5A;

	display: inline-block;

	float: left;

	margin: 0;

	padding-bottom: 0px;

	padding-left: 2px;

	padding-right: 2px;

	padding-top: 0px;

	color: #ffffff;

	font-size: 14px;

	text-align: center;

	white-space: nowrap;

	overflow: visible;

	margin-right: 2px;

}



.c_portalResNews_list-01001 .p_hot .font {

	vertical-align: middle;

}



.c_portalResNews_list-01001 .p_hot .iconfont:before {

	content: "";

}



.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .iconfont:before {

	content: ""

}



.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .first {

	height: auto;

	display: table-cell;

	position: relative;

	vertical-align: middle;

	padding: 0 10px 5px 0;

}



.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title {

	display: inline-table;

	padding: 0 30px;

	min-height: 200px;

	height: 100%
}



.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .first:before {

	content: "\e6b4"

}



.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .font {

	display: table-cell;

	vertical-align: middle;

	text-align: left
}



.c_portalResNews_list-01001 .p_PromptNoneData .promptbox {

	width: auto;

	height: 100%
}



.c_portalResNews_list-01001 .p_PromptNoneData .prompt_content {

	padding-left: 65px
}



.c_portalResNews_list-01001 .p_moreBtn {

	position: static;

	width: auto;

	display: inline-table;

	min-height: 29px;

	margin: 0;

	padding-bottom: 5px;

	padding-left: 10px;

	padding-right: 10px;

	padding-top: 5px;

	min-width: 86px;

	cursor: pointer;

	text-align: center
}



.c_portalResNews_list-01001 .p_moreBtn .font {

	white-space: nowrap;

	overflow: visible;

	vertical-align: middle
}



.c_portalResNews_list-01001 .p_moreBtn .iconfont:before {

	content: ""

}



@-moz-keyframes three-quarters-loader {

	0% {

		-moz-transform: rotate(0deg);

		transform: rotate(0deg);

	}



	100% {

		-moz-transform: rotate(360deg);

		transform: rotate(360deg);

	}

}



@-webkit-keyframes three-quarters-loader {

	0% {

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg);

	}



	100% {

		-webkit-transform: rotate(360deg);

		transform: rotate(360deg);

	}

}



@keyframes three-quarters-loader {

	0% {

		-moz-transform: rotate(0deg);

		-ms-transform: rotate(0deg);

		-webkit-transform: rotate(0deg);

		transform: rotate(0deg);

	}



	100% {

		-moz-transform: rotate(360deg);

		-ms-transform: rotate(360deg);

		-webkit-transform: rotate(360deg);

		transform: rotate(360deg);

	}

}



.loading_animation {

	-moz-animation: three-quarters-loader 850ms infinite linear;

	-webkit-animation: three-quarters-loader 850ms infinite linear;

	animation: three-quarters-loader 850ms infinite linear;

	box-sizing: border-box;

	display: inline-block;

	position: relative;

	overflow: hidden;

	text-indent: -9999px;

	width: 32px;

	height: 32px;

	vertical-align: middle
}



.c_portalResNews_list-01001 .p_loading {

	width: 100%;

	height: 70px;

	line-height: 70px;

	text-align: center;

}



.c_portalResNews_list-01001 .p_loading .iconfont:before {

	content: ""

}



.c_portalResNews_list-01001 .p_loading .font {

	display: inline-block;

	margin-left: 20px;

	height: inherit
}



.c_portalResNews_list-01001 .p_moreBox {

	margin: 0 20px;

	width: auto;

	height: auto;

	padding: 0;

	overflow: hidden
}



.c_portalResNews_list-01001 .p_ToDetail {

	display: inline-block;

	margin: 0;

	padding: 5px 10px;

	min-width: 86px;

	text-align: center;

	white-space: nowrap;

	vertical-align: middle;

}



a>.c_portalResNews_list-01001 .p_ToDetail:hover {

	cursor: pointer
}



.c_portalResNews_list-01001 .p_SummaryBox {

	margin: 0;

	width: 236px;

	height: 317px;

	padding: 0;

	overflow: hidden
}



.c_portalResNews_list-01001 .p_summary {

	text-align: left;

	vertical-align: top;

	word-break: break-all
}



.c_portalResNews_list-01001 .p_time {

	display: inline-block;

	margin: 0;

	padding: 0 5px 0 0;

	vertical-align: middle;

	text-align: left;

	white-space: nowrap;

	overflow: visible;

	line-height: 18px;

	vertical-align: top
}



.c_portalResNews_list-01001 .p_assist {

	margin: 0;

	width: 236px;

	height: 317px;

	padding: 0;

	overflow: hidden
}



.c_portalResNews_list-01001 .p_TitleBox {

	width: auto;

	height: auto;

	padding: 5px 0;

	overflow: hidden;

	vertical-align: top;

}



.c_portalResNews_list-01001 .p_title {

	display: inline-table;

	width: 100%;

	margin: 0;

	padding: 0;

	text-align: left;

	cursor: pointer;

	overflow: hidden;

	text-overflow: ellipsis;

}



.c_portalResNews_list-01001 .p_header {

	margin: 5px 0 0;

	width: auto;

	height: auto;

	padding: 0;

	overflow: hidden;

}



.c_portalResNews_list-01001 .p_content {

	margin: 0;

	width: 236px;

	height: 317px;

	padding: 0;

	overflow: hidden
}



.c_portalResNews_list-01001 .p_images {

	margin: 0;

	width: 168px;

	height: 138px;

	padding: 0;

	overflow: hidden;

	float: left;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	position: relative;

	vertical-align: middle;

	text-align: center;

	margin-right: 15px
}



.c_portalResNews_list-01001 .p_articles {

	margin: 0;

	width: inherit;

	height: 186px;

	padding: 0;

}



.c_portalResNews_list-01001 .p_news {

	margin: 0;

	width: inherit;

	height: auto;

	padding: 0;

	overflow: hidden;

}



.c_portalResNews_list-01001 .p_Newslist {

	margin: 0;

	padding: 0;

	overflow: hidden;

}



.c_portalResNews_list-01001 {

	overflow: hidden;

}



.c_portalResNews_list-01001 .p_content {

	width: auto;

	height: auto;

	vertical-align: top
}



.c_portalResNews_list-01001 .p_SummaryBox {

	width: auto;

	height: auto;

}



.c_portalResNews_list-01001 .p_assist {

	width: auto;

	height: auto;

}



.c_portalResNews_list-01001 .p_icon {

	display: inline-block;

	vertical-align: middle;

	margin-top: 2px
}



.c_portalResNews_list-01001 .p_about {

	display: inline-block;

	vertical-align: middle
}



.c_portalResNews_list-01001 .p_articles {

	display: inline-block;

	height: auto;

	min-width: 320px;

	width: calc((100% - 0px)/1);

	padding: 15px 20px;

	overflow: hidden;

	float: left;

}



.c_portalResNews_list-01001 .p_thumbnail {

	width: 100%;

	height: auto;

	vertical-align: middle;

	text-align: center;

	overflow: hidden
}



.c_portalResNews_list-01001 .p_thumbnail img {

	width: 100%;

}



.c_portalResNews_list-01001 .higher .p_thumbnail {

	position: absolute;

	height: 100%
}



.c_portalResNews_list-01001 .widther .p_thumbnail {

	position: absolute;

	height: 100%
}



.c_portalResNews_list-01001 .smaller .p_thumbnail {

	position: absolute;

	height: 100%
}



.c_portalResNews_list-01001 .p_assist {

	margin-top: 2px;

}



.c_portalResNews_list-01001 .p_SummaryBox {

	clear: both;

	margin-bottom: 10px;

	margin-top: 8px
}



.c_portalResNews_list-01001 .p_ToDetail {

	float: right;

	position: relative
}



.c_portalResNews_list-01001 .p_summary {

	white-space: normal
}



.c_portalResNews_list-01001 .p_categorySummaryBox {

	overflow: hidden;

	padding: 10px;

}



.c_portalResNews_list-01001 article {

	word-wrap: break-word !important;

	word-break: normal !important;

}



@media only screen and (max-width: 768px) {

	.c_portalResNews_list-01001 .p_articles {

		margin-top: 0px !important;

		width: 100% !important;

	}



	.c_portalResNews_list-01001 .mp_linkUrl {

		display: block;

		height: auto;

	}



	.c_portalResNews_list-01001 .p_SummaryBox {

		display: none;

	}



	.c_portalResNews_list-01001 .p_ToDetail {

		display: none !important;

	}



	.c_portalResNews_list-01001 .mP_SummaryBox {

		clear: both;

	}



	.c_portalResNews_list-01001 .p_Information {

		display: flex;

		padding: 10px 0;

	}



	.c_portalResNews_list-01001 .p_Information li {

		flex: 1;

		height: 20px;

		overflow: hidden;

	}



	.c_portalResNews_list-01001 .p_KeyWord {

		width: 100%;

		margin-top: 5px;

	}



	.c_portalResNews_list-01001 .p_KeyWord .p_tag {

		padding: 5px 15px;

		margin-right: 10px;

		border-radius: 3px;

	}



	.c_portalResNews_list-01001 .blank {

		width: 100%;

		height: 15px;

		overflow: hidden;

	}



	.c_portalResNews_list-01001 .p_articles {

		border: none
	}



	.c_portalResNews_list-01001 .p_Recommend {

		display: inline-block;

	}



	.c_portalResNews_list-01001 .p_top {

		display: inline-block;

	}



	.c_portalResNews_list-01001 .p_title11 {

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		text-overflow: ellipsis;

	}

}



@media only screen and (min-width: 769px) {

	.c_portalResNews_list-01001 .mp_linkUrl {

		display: none;

	}



	.c_portalResNews_list-01001 .mP_SummaryBox {

		display: none;

	}



	.c_portalResNews_list-01001 .p_Information {

		display: none;

	}



	.c_portalResNews_list-01001 .p_KeyWord {

		display: none;

	}



	.c_portalResNews_list-01001 .blank {

		display: none;

	}



	.c_portalResNews_list-01001 .p_Recommend {

		display: inline-block;

	}



	.c_portalResNews_list-01001 .p_top {

		display: inline-block;

	}



	.c_portalResNews_list-01001 .p_title11 {

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		text-overflow: ellipsis;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



.w_fvideo-001 {

	max-width: 480px;

	min-height: 270px;

	margin: 0 auto;

}



.w_fvideo-001 .w_fvideo {

	width: 100%;

	min-height: inherit;

	position: relative;

	overflow: hidden;

	font-size: 0;

}



.w_fvideo-001 .w_fvideo:before {

	content: '';

	width: 0;

	min-height: inherit;

	display: inline-block;

	vertical-align: middle;

}



.w_fvideo-001 .w_fvideo .p_video {

	width: 100%;

	height: auto;

	display: inline-block;

	vertical-align: middle;

}



.w_fvideo-001 .w_fvideo .p_video+div {

	display: none;

}



.w_videobackbox-001 {

	width: 100%;

	min-height: 300px;

	margin: 0 auto;

}



.w_videobackbox-001 .w_videobackbox {

	height: 100%;

	width: 100%;

	position: relative;

	font-size: 0;

	min-height: inherit;

}



.w_videobackbox-001 .w_videobackbox video {

	width: 100%;

	height: 100%;

}



.w_videobackbox-001 .w_videobackbox>.p_contentbox {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

}



.w_videobackbox-001 .w_videobackbox>.poster_img {

	width: auto !important;

	height: 100% !important;

	left: 50% !important;

	top: 50% !important;

	-webkit-transform: translate(-50%, -50%) !important;

	-ms-transform: translate(-50%, -50%) !important;

	transform: translate(-50%, -50%) !important;

	position: absolute !important;

}



@media only screen and (min-width:769px) {

	.w_videobackbox-001 .w_videobackbox video {

		height: 92vh;

		max-height: 1560px;

		width: 100%;

		object-fit: cover;

	}

}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (max-width:768px) {

	.w_videobackbox-001 .w_videobackbox video {

		width: 240%;

		height: 100%;

	}

}



.w_grid-001 {

	margin-left: auto;

	margin-right: auto;

	max-width: 1180px;

	min-height: 12rem;

	width: 100%;

}



.w_grid-001>.w_grid {

	width: 100%;

	position: relative;

}



.w_grid-001>div>.p_gridbox {

	width: 100%;

	overflow: hidden;

	position: static;

}



.w_grid-001>div>.p_gridbox>.p_gridCell {

	float: left;

	position: static;

}



.w_grid-001>div>.p_gridbox>.p_gridCell:not(:empty):before {

	content: '';

	height: 0.1px;

	display: block;

}



.w_grid-001>div>.p_gridbox>.p_gridCell:first-child {

	margin-left: 0;

	clear: left;

}



#w_grid-001>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 768px) {

	.w_grid-001>div>.p_gridbox>.p_gridCell {

		width: 100%;

		margin-left: 0;

		margin-top: 0rem;

		margin-bottom: 0rem;

	}

}



@media only screen and (min-width: 769px) {

	.w_grid-001>div>.p_gridbox>.p_gridCell {

		width: 49.5%;

		margin-left: 1%;

		margin-top: 0.6rem;

		margin-bottom: 0.6rem;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



.w_grid-000 {

	margin-left: auto;

	margin-right: auto;

	min-height: 12rem;

	width: 100%;

}



.w_grid-000>.w_grid {

	width: 100%;

	position: relative;

}



.w_grid-000>div>.p_gridbox {

	width: 100%;

	overflow: hidden;

	position: static;

}



.w_grid-000>div>div>.p_gridCell {

	float: left;

	position: static;

}



/* .w_grid-000>div>div>.p_gridCell:not(:empty):before {

 	content: '';

 	height: 0.1px;

 	display: block;

 } */



.w_grid-000>.w_grid.signal {

	min-height: inherit;

}



.w_grid-000>.w_grid.signal>.p_gridbox {

	min-height: inherit;

}



.w_grid-000>.w_grid.signal>.p_gridbox>.p_gridCell {

	min-height: inherit;

}



.w_grid-000>div>.p_gridbox>.p_gridCell:first-child {

	margin-left: 0;

	clear: left;

}



#w_grid-000>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 768px) {

	#w_common_text-1615277509762 {

		max-width: 80% !important;

	}



	#w_fline-1615277509755 {

		margin-left: 40px;

	}



	#w_common_text-1614672979586 span {

		font-size: 32px;

	}



	.w_grid-000>div>.p_gridbox>.p_gridCell {

		width: 100%;

		margin-left: 0;

		margin-top: 0rem;

		margin-bottom: 0rem;

	}

}



@media only screen and (min-width: 769px) {

	.w_grid-000>div>.p_gridbox>.p_gridCell:first-child {

		width: 100%;

		margin-left: 0;

		margin-top: 0rem;

		margin-bottom: 0rem;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



.w_fbtn-001 {

	display: block;

	width: 100%;

	height: 100%;

	max-width: 150px;

	min-height: 36px;

	max-height: 0;

	text-align: center;

	margin: 0 auto;

	font-size: 0;

}



.w_fbtn-001 .p_CommonBtn {

	width: 100%;

	height: inherit;

	padding: 0;

}



.w_fbtn-001 .p_CommonBtn .font {

	text-align: center;

	display: table-cell;

	vertical-align: middle;

	width: 100%;

	font-size: 14px;

	height: auto;

}



.w_fbtn-001 .animated {

	width: 100%;

	height: 100%;

	min-height: inherit;

}



.w_fbtn-001 .p_link {

	min-height: inherit;

	display: block;

}



.w_fbtn-001 .p_CommonBtn {

	border-style: solid;

}



.w_fbtn-001 .p_CommonBtn {

	width: 100%;

	height: 36px;

	color: rgba(255, 255, 255, 1);

	border-width: 1px;

	border-style: none;

	border-color: transparent;

	background-color: rgba(255, 102, 0, 1);

	padding-top: 0;

	padding-right: 20px;

	padding-left: 20px;

	text-align: center;

	min-height: inherit;

}



.w_fbtn-001 .p_CommonBtn:before {

	content: '';

	width: 0;

	height: 100%;

	display: inline-block;

	vertical-align: middle;

}



@media only screen and (max-width: 768px) {

	.c_portalResEbizads_banner-01001024 .p_prompt {

		width: auto;

		height: auto;

		text-align: center;

		background-color: inherit;

		font-size: 16px;

		border: 1px solid #E4E4E4;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title {

		display: inline-table;

		padding: 0 30px;

		height: 100%;

		min-height: 260px;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title .iconfont:before {

		content: "";

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title .first {

		height: auto;

		display: table-cell;

		font-size: 36px;

		margin-right: 10px;

		position: relative;

		color: #09bb07;

		vertical-align: middle;

		padding: 0 10px 10px 0;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title .first:before {

		content: "\e6b4";

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title {

		font-size: 24px;

		text-align: left;

		color: rgba(51, 51, 51, 1);

		font-weight: bold;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title .font {

		display: table-cell;

		line-height: normal;

		vertical-align: middle;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .promptbox {

		width: auto;

		height: 100%;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_content {

		font-size: 18px;

		color: rgba(105, 105, 105, 1);

		padding-left: 65px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD {

		display: inline-block;

		vertical-align: middle;

		cursor: pointer;

		font-size: 56px;

		color: #e2e2e2;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD .iconfont:before {

		content: '\e687';

		display: inline-block;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD .font {

		display: table;

		width: inherit;

		height: inherit;

		pointer-events: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC {

		display: inline-block;

		vertical-align: middle;

		cursor: pointer;

		font-size: 56px;

		color: #e2e2e2;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC .iconfont:before {

		content: '\e687';

		display: inline-block;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC .font {

		display: table;

		width: inherit;

		height: inherit;

		pointer-events: none;

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn {

		display: inline-table;

		height: 30px;

		width: 30px;

		background-color: #67b8b4;

		border-width: 1px;

		border-color: transparent;

		color: #999999;

		font-size: 12px;

		font-family: 'Microsoft YaHei';

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn img {

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn .shape {

		display: table-cell;

		width: inherit;

		height: inherit;

		text-align: center;

		vertical-align: middle;

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn:active {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn.active {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn.j-nav-active {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn {

		display: inline-block;

		height: 10px;

		width: 100px;

		padding: 0;

		background-color: #f2f2f2;

		border-width: 1px;

		border-color: transparent;

		font-size: 12px;

		font-family: 'Microsoft YaHei';

		text-align: center;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn img {

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn .shape {

		text-indent: -9999em;

		width: inherit;

		height: inherit;

		vertical-align: middle;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn:active {

		background-color: #67b8b4;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn.active {

		background-color: #67b8b4;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn.j-nav-active {

		background-color: #67b8b4;

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn {

		width: 15px;

		height: 15px;

		display: inline-table;

		background-color: rgba(228, 228, 228, 1);

		color: rgba(153, 153, 153, 1);

		font-size: 12px;

		border-radius: 10px;

		-moz-border-radius: 10px;

		text-align: center;

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn img {

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn .shape {

		width: inherit;

		height: inherit;

		text-indent: -99999px;

		display: table-cell;

		vertical-align: middle;

		border-radius: inherit;

		-moz-border-radius: inherit;

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn:active {

		background-color: rgba(105, 192, 188, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn.active {

		background-color: rgba(105, 192, 188, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn.j-nav-active {

		background-color: rgba(105, 192, 188, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn {

		width: 150px;

		height: 66px;

		border-color: rgba(242, 242, 242, 1);

		border-width: 2px;

		border-style: solid;

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn .shape {

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn:active {

		border-color: rgba(103, 184, 180, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn.active {

		border-color: rgba(103, 184, 180, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBox {

		width: inherit;

		height: auto;

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgSummary {

		text-align: justify;

		vertical-align: top;

		word-break: break-all;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgHead {

		display: inline-table;

		margin: 0;

		padding: 0;

		color: #323232;

		font-size: 30px;

		font-weight: 400;

		text-align: left;

		white-space: nowrap;

		overflow: visible;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgHead .font {

		display: table-cell;

		vertical-align: top;

		line-height: 30px;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgHead .iconfont:before {

		content: "";

	}



	.c_portalResEbizads_banner-01001024 .p_TitleBox {

		width: inherit;

		height: auto;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_SummaryBox {

		width: inherit;

		height: auto;

		border-width: 1px;

		border-style: none;

		border-color: rgba(228, 228, 228, 0);

		background-color: rgba(179, 179, 179, 1);

		overflow: visible;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB {

		background: rgba(81, 80, 80, .3);

		width: 64px;

		height: 139px;

		cursor: pointer;

		text-align: center;

		color: rgba(255, 255, 255, 1);

		font-size: 40px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB .font {

		display: table;

		width: inherit;

		height: inherit;

		pointer-events: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB .iconfont {

		display: table-cell;

		vertical-align: middle;

		position: relative;

		top: 3px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB:hover {

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(115, 115, 115, .7);

		color: rgba(106, 192, 189, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB:active {

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(81, 80, 80, .7);

	}



	.c_portalResEbizads_banner-01001024 .p_interactionB {

		width: inherit;

		height: auto;

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA {

		background: rgba(81, 80, 80, .3);

		width: 64px;

		height: 139px;

		cursor: pointer;

		text-align: center;

		color: rgba(255, 255, 255, 1);

		font-size: 40px;

		z-index: 999;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA .font {

		display: table;

		width: inherit;

		height: inherit;

		pointer-events: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA .iconfont {

		display: table-cell;

		vertical-align: middle;

		position: relative;

		top: 3px;

		right: 4px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA:hover {

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(115, 115, 115, .7);

		color: rgba(106, 192, 189, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA:active {

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(81, 80, 80, .7);

	}



	.c_portalResEbizads_banner-01001024 .p_interactionA {

		width: inherit;

		height: auto;

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_interactionA+.p_interactionA {

		left: initial;

		right: 0;

	}



	.c_portalResEbizads_banner-01001024 .p_imageA {

		width: auto;

		height: auto;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_images {

		width: inherit;

		height: auto;

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_banner {

		width: inherit;

		height: auto;

		border-width: 1px;

		border-style: none;

		border-color: rgba(255, 255, 255, 1);

		background-color: transparent;

		overflow: visible;

	}



	.c_portalResEbizads_banner-01001024 {

		min-width: 300px;

		overflow: auto;

	}



	.c_portalResEbizads_banner-01001024 .p_banner {

		width: 100%;

		height: 100%;

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .p_images {

		width: auto;

		height: auto;

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBox {

		width: auto;

		height: auto;

		border-width: 0;

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBoxA {

		width: auto;

		height: auto;

	}



	.c_portalResEbizads_banner-01001024 .p_interactionA {

		width: auto;

		height: auto;

	}



	.c_portalResEbizads_banner-01001024 .p_interactionB {

		width: auto;

		height: auto;

	}



	.c_portalResEbizads_banner-01001024 .p_TitleBox {

		border-width: 0;

	}



	.c_portalResEbizads_banner-01001024 .p_TitleBoxA {

		width: auto;

		height: auto;

		border-width: 0;

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .c_banner {

		width: inherit;

		height: inherit;

	}



	.c_portalResEbizads_banner-01001024 .p_images {

		width: inherit;

		height: inherit;

		box-sizing: border-box;

		-moz-box-sizing: border-box;

	}



	.c_portalResEbizads_banner-01001024 .p_LinkA {

		width: inherit;

		height: inherit;

		display: block;

		position: relative;

	}



	.c_portalResEbizads_banner-01001024 .p_imageA {

		vertical-align: baseline;

		text-align: center;

		width: inherit;

		height: inherit;

	}



	.c_portalResEbizads_banner-01001024 .p_imageA:hover {

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .p_imageA:hover:after {

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .p_interactionA {

		cursor: pointer;

		left: 0;

		height: 100%;

		position: absolute;

		top: 0;

		z-index: 99;

		overflow: visible;

	}



	.c_portalResEbizads_banner-01001024 .p_interactionB {

		cursor: pointer;

		right: 0;

		height: 100%;

		position: absolute;

		top: 0;

		z-index: 99;

		overflow: visible;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA {

		position: absolute;

		top: 50%;

		margin-top: -37px;

		padding-top: 10px;

		color: rgb(187, 182, 182);

		left: 0;

		width: 33px;

		height: 64px;

		background-color: rgba(0, 0, 0, 0.5);

		z-index: 999;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA .iconfont:before {

		font-size: 30px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB {

		position: absolute;

		top: 50%;

		margin-top: -37px;

		right: 0;

		width: 33px;

		height: 64px;

		background-color: rgba(0, 0, 0, 0.5);

		z-index: 999;

		padding-top: 10px;

		color: rgb(187, 182, 182);

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB .iconfont:before {

		font-size: 30px;

	}



	.c_portalResEbizads_banner-01001024 .p_SummaryBox {

		width: 100%;

		position: absolute;

		bottom: 0;

		left: 0;

		z-index: 5;

		height: 70px;

		background-color: transparent;

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SummaryBox:hover {

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .p_SummaryBox .p_LinkB {

		display: block;

		background-color: rgba(0, 0, 0, 0.5);

	}



	.c_portalResEbizads_banner-01001024 .p_TitleBox {

		width: 100%;

		height: auto;

		height: 60px;

		line-height: 60px;

		padding: 0 10px;

		position: absolute;

		bottom: 0;

		left: 0;

		z-index: 999;

		font-weight: bold;

	}



	.c_portalResEbizads_banner-01001024 .p_LinkA .p_TitleBox span {

		display: block;

		text-overflow: ellipsis;

		white-space: nowrap;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_LinkA:hover .p_TitleBox span {

		color: #fff;

	}



	.c_portalResEbizads_banner-01001024 .p_TitleBoxA {

		width: 100%;

		height: inherit;

		padding-left: 20px;

		padding-right: 20px;

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBox {

		position: absolute;

		text-align: center;

		font-size: 0;

		z-index: 6;

		overflow: hidden;

		-webkit-transform: translate(0, -50%);

		transform: translate(0, -50%);

		bottom: 60px;

		left: 42%;

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBoxA {

		padding-right: 30px;

		padding-left: 30px;

		width: 100%;

		position: absolute;

		right: 0;

		bottom: 0;

		text-align: right;

		font-size: 0;

		z-index: 6;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBox .p_NumBtn:first-child {

		margin-left: 0;

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn {

		margin-right: 6px;

		font-size: 0;

		width: 90px;

		height: auto;

		display: inline-block;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn {

		margin-left: 10px;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn {

		margin-left: 10px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC {

		position: absolute;

		top: 50%;

		left: 0;

		cursor: pointer;

		-webkit-transform: translate(0, -50%);

		transform: translate(0, -50%);

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD {

		position: absolute;

		top: 50%;

		right: 0;

		cursor: pointer;

		-webkit-transform: translate(0, -50%);

		transform: translate(0, -50%);

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn,

	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn,

	.c_portalResEbizads_banner-01001024 .p_ListNumBtn {

		margin-top: 20px;

		margin-bottom: 20px;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn {

		width: 98px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD .iconfont:before {

		content: "\e6ae";

		font-size: 30px;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgSummary {

		font-weight: normal;

		white-space: normal;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC .iconfont {

		font-size: 30px;

		color: rgba(255, 255, 255, .6);

		display: table-cell;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD .iconfont {

		font-size: 30px;

		color: rgba(255, 255, 255, .6);

		display: table-cell;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC:hover .iconfont {

		color: rgba(105, 192, 188, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD:hover .iconfont {

		color: rgba(105, 192, 188, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn:hover {

		border-color: rgba(103, 184, 180, 1);

	}



	.c_portalResEbizads_banner-01001024 .swiper-container {

		margin: 0 auto;

		position: relative;

		overflow: hidden;

		z-index: 1;

		height: auto;

	}



	.swiper-wrapper {

		position: relative;

		width: 100%;

		height: 100%;

		z-index: 1;

		display: -webkit-box;

		display: -moz-box;

		display: -ms-flexbox;

		display: -webkit-flex;

		display: flex;

		-webkit-transition-property: -webkit-transform;

		-moz-transition-property: -moz-transform;

		-o-transition-property: -o-transform;

		-ms-transition-property: -ms-transform;

		transition-property: transform;

		-webkit-box-sizing: content-box;

		-moz-box-sizing: content-box;

		box-sizing: content-box;

	}



	.swiper-container-android .swiper-slide,

	.swiper-wrapper {

		-webkit-transform: translate3d(0px, 0, 0);

		-moz-transform: translate3d(0px, 0, 0);

		-o-transform: translate(0px, 0px);

		-ms-transform: translate3d(0px, 0, 0);

		transform: translate3d(0px, 0, 0);

	}



	.swiper-slide {

		-webkit-flex-shrink: 0;

		-ms-flex: 0 0 auto;

		flex-shrink: 0;

		width: 100%;

		height: 100%;

		position: relative;

	}



	.c_portalResEbizads_banner-01001024 .p_MatteIcon:before {

		content: '\e752';

	}



	.c_portalResEbizads_banner-01001024 .widther img {

		width: auto !important;

	}



	.c_portalResEbizads_banner-01001024 .swiper-pagination1 {

		position: absolute;

		z-index: 20;

		bottom: 65px;

		width: 100%;

		text-align: center;

	}



	.c_portalResEbizads_banner-01001024 .dot {

		width: 20px;

		height: 20px;

	}



	.c_portalResEbizads_banner-01001024 .swiper-pagination span {

		display: inline-block;

		margin-right: 4px;

	}



	.c_portalResEbizads_banner-01001024 .background_default {

		display: inline-block;

		width: 27px;

		height: 27px;

		border-radius: 50%;

		margin: 0 5px;

		opacity: 0.8;

		cursor: pointer;

	}



	.c_portalResEbizads_banner-01001024 .swiper-wrapper .swiper-slide img {

		transform: translate(-50%, -50%);

		position: absolute;

		top: 50%;

		left: 50%;

		max-width: 100%;

		width: 100%;

	}



	.c_portalResEbizads_banner-01001024 .swiper-wrapper .swiper-slide video {

		transform: translate(-50%, -50%);

		position: absolute;

		top: 50%;

		left: 50%;

		max-width: 100%;

		width: 100%;

	}



	.c_portalResEbizads_banner-01001024 .background_default {

		width: 17px;

		height: 17px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA {

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB {

		display: none;

	}

}



@media only screen and (min-width: 769px) {

	.c_portalResEbizads_banner-01001024 .p_prompt {

		width: auto;

		height: auto;

		text-align: center;

		background-color: inherit;

		font-size: 16px;

		border: 1px solid #E4E4E4;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title {

		display: inline-table;

		padding: 0 30px;

		height: 100%;

		min-height: 260px;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title .iconfont:before {

		content: "";

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title .first {

		height: auto;

		display: table-cell;

		font-size: 36px;

		margin-right: 10px;

		position: relative;

		color: #09bb07;

		vertical-align: middle;

		padding: 0 10px 10px 0;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title .first:before {

		content: "\e6b4";

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title {

		font-size: 24px;

		text-align: left;

		color: rgba(51, 51, 51, 1);

		font-weight: bold;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_title .font {

		display: table-cell;

		line-height: normal;

		vertical-align: middle;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .promptbox {

		width: auto;

		height: 100%;

	}



	.c_portalResEbizads_banner-01001024 .p_prompt .prompt_content {

		font-size: 18px;

		color: rgba(105, 105, 105, 1);

		padding-left: 65px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD {

		display: inline-block;

		vertical-align: middle;

		cursor: pointer;

		font-size: 56px;

		color: #e2e2e2;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD .iconfont:before {

		content: '\e687';

		display: inline-block;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD .font {

		display: table;

		width: inherit;

		height: inherit;

		pointer-events: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC {

		display: inline-block;

		vertical-align: middle;

		cursor: pointer;

		font-size: 56px;

		color: #e2e2e2;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC .iconfont:before {

		content: '\e687';

		display: inline-block;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC .font {

		display: table;

		width: inherit;

		height: inherit;

		pointer-events: none;

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn {

		display: inline-table;

		height: 30px;

		width: 30px;

		background-color: #67b8b4;

		border-width: 1px;

		border-color: transparent;

		color: #999999;

		font-size: 12px;

		font-family: 'Microsoft YaHei';

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn img {

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn .shape {

		display: table-cell;

		width: inherit;

		height: inherit;

		text-align: center;

		vertical-align: middle;

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn:active {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn.active {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_ListNumBtn.j-nav-active {

		color: rgba(255, 255, 255, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn {

		display: inline-block;

		height: 10px;

		width: 100px;

		padding: 0;

		background-color: #f2f2f2;

		border-width: 1px;

		border-color: transparent;

		font-size: 12px;

		font-family: 'Microsoft YaHei';

		text-align: center;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn img {

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn .shape {

		text-indent: -9999em;

		width: inherit;

		height: inherit;

		vertical-align: middle;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn:active {

		background-color: #67b8b4;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn.active {

		background-color: #67b8b4;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn.j-nav-active {

		background-color: #67b8b4;

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn {

		width: 15px;

		height: 15px;

		display: inline-table;

		background-color: rgba(228, 228, 228, 1);

		color: rgba(153, 153, 153, 1);

		font-size: 12px;

		border-radius: 10px;

		-moz-border-radius: 10px;

		text-align: center;

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn img {

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn .shape {

		width: inherit;

		height: inherit;

		text-indent: -99999px;

		display: table-cell;

		vertical-align: middle;

		border-radius: inherit;

		-moz-border-radius: inherit;

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn:active {

		background-color: rgba(105, 192, 188, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn.active {

		background-color: rgba(105, 192, 188, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn.j-nav-active {

		background-color: rgba(105, 192, 188, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn {

		width: 150px;

		height: 66px;

		border-color: rgba(242, 242, 242, 1);

		border-width: 2px;

		border-style: solid;

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn .shape {

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn:active {

		border-color: rgba(103, 184, 180, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn.active {

		border-color: rgba(103, 184, 180, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBox {

		width: inherit;

		height: auto;

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgSummary {

		text-align: justify;

		vertical-align: top;

		word-break: break-all;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgHead {

		display: inline-table;

		margin: 0;

		padding: 0;

		color: #323232;

		font-size: 30px;

		font-weight: 400;

		text-align: left;

		white-space: nowrap;

		overflow: visible;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgHead .font {

		display: table-cell;

		vertical-align: top;

		line-height: 30px;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgHead .iconfont:before {

		content: "";

	}



	.c_portalResEbizads_banner-01001024 .p_TitleBox {

		width: inherit;

		height: auto;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_SummaryBox {

		width: inherit;

		height: auto;

		border-width: 1px;

		border-style: none;

		border-color: rgba(228, 228, 228, 0);

		background-color: rgba(179, 179, 179, 1);

		overflow: visible;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB {

		background: rgba(81, 80, 80, .3);

		width: 64px;

		height: 139px;

		cursor: pointer;

		text-align: center;

		color: rgba(255, 255, 255, 1);

		font-size: 40px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB .font {

		display: table;

		width: inherit;

		height: inherit;

		pointer-events: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB .iconfont {

		display: table-cell;

		vertical-align: middle;

		position: relative;

		top: 3px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB:hover {

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(115, 115, 115, .7);

		color: rgba(106, 192, 189, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB:active {

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(81, 80, 80, .7);

	}



	.c_portalResEbizads_banner-01001024 .p_interactionB {

		width: inherit;

		height: auto;

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA {

		background: rgba(81, 80, 80, .3);

		width: 64px;

		height: 139px;

		cursor: pointer;

		text-align: center;

		color: rgba(255, 255, 255, 1);

		font-size: 40px;

		z-index: 999;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA .font {

		display: table;

		width: inherit;

		height: inherit;

		pointer-events: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA .iconfont {

		display: table-cell;

		vertical-align: middle;

		position: relative;

		top: 3px;

		right: 4px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA:hover {

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(115, 115, 115, .7);

		color: rgba(106, 192, 189, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA:active {

		border-width: 0;

		border-style: solid;

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(81, 80, 80, .7);

	}



	.c_portalResEbizads_banner-01001024 .p_interactionA {

		width: inherit;

		height: auto;

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_interactionA+.p_interactionA {

		left: initial;

		right: 0;

	}



	.c_portalResEbizads_banner-01001024 .p_imageA {

		width: auto;

		height: auto;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_images {

		width: inherit;

		height: auto;

		background-color: transparent;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_banner {

		width: inherit;

		height: auto;

		border-width: 1px;

		border-style: none;

		border-color: rgba(255, 255, 255, 1);

		background-color: transparent;

		overflow: visible;

	}



	.c_portalResEbizads_banner-01001024 {

		min-width: 300px;

		overflow: auto;

	}



	.c_portalResEbizads_banner-01001024 .p_banner {

		width: 100%;

		height: 100%;

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .p_images {

		width: auto;

		height: auto;

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBox {

		width: auto;

		height: auto;

		border-width: 0;

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBoxA {

		width: auto;

		height: auto;

	}



	.c_portalResEbizads_banner-01001024 .p_interactionA {

		width: auto;

		height: auto;

	}



	.c_portalResEbizads_banner-01001024 .p_interactionB {

		width: auto;

		height: auto;

	}



	.c_portalResEbizads_banner-01001024 .p_TitleBox {

		border-width: 0;

	}



	.c_portalResEbizads_banner-01001024 .p_TitleBoxA {

		width: auto;

		height: auto;

		border-width: 0;

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .c_banner {

		width: inherit;

		height: inherit;

	}



	.c_portalResEbizads_banner-01001024 .p_images {

		width: inherit;

		height: inherit;

		box-sizing: border-box;

		-moz-box-sizing: border-box;

	}



	.c_portalResEbizads_banner-01001024 .p_LinkA {

		width: inherit;

		height: inherit;

		display: block;

		position: relative;

	}



	.c_portalResEbizads_banner-01001024 .p_imageA {

		vertical-align: baseline;

		text-align: center;

		width: inherit;

		height: inherit;

	}



	.c_portalResEbizads_banner-01001024 .p_imageA:hover {

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .p_imageA:hover:after {

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .p_interactionA {

		cursor: pointer;

		left: 0;

		height: 100%;

		position: absolute;

		top: 0;

		z-index: 99;

		overflow: visible;

	}



	.c_portalResEbizads_banner-01001024 .p_interactionB {

		cursor: pointer;

		right: 0;

		height: 100%;

		position: absolute;

		top: 0;

		z-index: 99;

		overflow: visible;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA {

		position: absolute;

		top: 50%;

		margin-top: -37px;

		padding-top: 10px;

		color: rgb(187, 182, 182);

		left: 0;

		width: 33px;

		height: 64px;

		background-color: rgba(0, 0, 0, 0.5);

		z-index: 999;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnA .iconfont:before {

		font-size: 30px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB {

		position: absolute;

		top: 50%;

		margin-top: -37px;

		right: 0;

		width: 33px;

		height: 64px;

		background-color: rgba(0, 0, 0, 0.5);

		z-index: 999;

		padding-top: 10px;

		color: rgb(187, 182, 182);

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnB .iconfont:before {

		font-size: 30px;

	}



	.c_portalResEbizads_banner-01001024 .p_SummaryBox {

		width: 100%;

		position: absolute;

		bottom: 0;

		left: 0;

		z-index: 5;

		height: 70px;

		background-color: transparent;

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .p_SummaryBox:hover {

		background-color: transparent;

	}



	.c_portalResEbizads_banner-01001024 .p_SummaryBox .p_LinkB {

		display: block;

		background-color: rgba(0, 0, 0, 0.5);

	}



	.c_portalResEbizads_banner-01001024 .p_TitleBox {

		width: 100%;

		height: auto;

		height: 80px;

		padding: 10px;

		position: absolute;

		bottom: 0;

		left: 0;

		z-index: 999;

		font-weight: bold;

	}



	.c_portalResEbizads_banner-01001024 .p_LinkA .p_TitleBox span {

		display: block;

		height: 25px;

		text-overflow: ellipsis;

		white-space: nowrap;

		overflow: hidden;

		margin-top: 15px;

	}



	.c_portalResEbizads_banner-01001024 .p_LinkA:hover .p_TitleBox span {

		color: #fff;

	}



	.c_portalResEbizads_banner-01001024 .p_TitleBoxA {

		width: 100%;

		height: inherit;

		padding-left: 20px;

		padding-right: 20px;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgHead {

		padding-top: 10px;

		padding-bottom: 12px;

		font-size: 30px;

		font-weight: normal;

		font-family: "黑体";

		color: #fff;

		white-space: normal;

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBox {

		position: absolute;

		text-align: center;

		font-size: 0;

		z-index: 6;

		overflow: hidden;

		-webkit-transform: translate(0, -50%);

		transform: translate(0, -50%);

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBoxA {

		padding-right: 30px;

		padding-left: 30px;

		width: 100%;

		position: absolute;

		right: 0;

		bottom: 0;

		text-align: right;

		font-size: 0;

		z-index: 6;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_ThumbnailBox .p_NumBtn:first-child {

		margin-left: 0;

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn {

		margin-right: 6px;

		font-size: 0;

		width: 90px;

		height: auto;

		display: inline-block;

		overflow: hidden;

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn {

		margin-left: 10px;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn {

		margin-left: 10px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC {

		position: absolute;

		top: 50%;

		left: 0;

		cursor: pointer;

		-webkit-transform: translate(0, -50%);

		transform: translate(0, -50%);

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD {

		position: absolute;

		top: 50%;

		right: 0;

		cursor: pointer;

		-webkit-transform: translate(0, -50%);

		transform: translate(0, -50%);

	}



	.c_portalResEbizads_banner-01001024 .p_CircleNumBtn,

	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn,

	.c_portalResEbizads_banner-01001024 .p_ListNumBtn {

		margin-top: 20px;

		margin-bottom: 20px;

	}



	.c_portalResEbizads_banner-01001024 .p_SquareNumBtn {

		width: 98px;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD .iconfont:before {

		content: "\e6ae";

		font-size: 30px;

	}



	.c_portalResEbizads_banner-01001024 .p_ImgSummary {

		font-weight: normal;

		white-space: normal;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC .iconfont {

		font-size: 30px;

		color: rgba(255, 255, 255, .6);

		display: table-cell;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD .iconfont {

		font-size: 30px;

		color: rgba(255, 255, 255, .6);

		display: table-cell;

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnC:hover .iconfont {

		color: rgba(105, 192, 188, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_SwitchBtnD:hover .iconfont {

		color: rgba(105, 192, 188, 1);

	}



	.c_portalResEbizads_banner-01001024 .p_NumBtn:hover {

		border-color: rgba(103, 184, 180, 1);

	}



	.c_portalResEbizads_banner-01001024 .swiper-container {

		margin: 0 auto;

		position: relative;

		overflow: hidden;

		z-index: 1;

		height: 100%;

	}



	.swiper-wrapper {

		position: relative;

		width: 100%;

		height: 100%;

		z-index: 1;

		display: -webkit-box;

		display: -moz-box;

		display: -ms-flexbox;

		display: -webkit-flex;

		display: flex;

		-webkit-transition-property: -webkit-transform;

		-moz-transition-property: -moz-transform;

		-o-transition-property: -o-transform;

		-ms-transition-property: -ms-transform;

		transition-property: transform;

		-webkit-box-sizing: content-box;

		-moz-box-sizing: content-box;

		box-sizing: content-box;

	}



	.swiper-container-android .swiper-slide,

	.swiper-wrapper {

		-webkit-transform: translate3d(0px, 0, 0);

		-moz-transform: translate3d(0px, 0, 0);

		-o-transform: translate(0px, 0px);

		-ms-transform: translate3d(0px, 0, 0);

		transform: translate3d(0px, 0, 0);

	}



	.swiper-slide {

		-webkit-flex-shrink: 0;

		-ms-flex: 0 0 auto;

		flex-shrink: 0;

		width: 100%;

		height: 100%;

		position: relative;

	}



	.c_portalResEbizads_banner-01001024 .p_MatteIcon:before {

		content: '\e752';

	}



	.c_portalResEbizads_banner-01001024 .widther img {

		width: auto !important;

	}



	.c_portalResEbizads_banner-01001024 .swiper-pagination {

		position: absolute;

		z-index: 20;

		bottom: 80px;

		width: 100%;

		text-align: center;

	}



	.c_portalResEbizads_banner-01001024 .swiper-pagination span {

		display: inline-block;

		margin-right: 4px;

	}



	.c_portalResEbizads_banner-01001024 .background_default {

		display: inline-block;

		width: 27px;

		height: 27px;

		border-radius: 50%;

		margin: 0 5px;

		opacity: 0.8;

		cursor: pointer;

	}



	.c_portalResEbizads_banner-01001024 .swiper-wrapper .swiper-slide img {

		transform: translate(-50%, -50%);

		position: absolute;

		top: 50%;

		left: 50%;

		max-width: 100%;

		width: 100%;

	}

	.c_portalResEbizads_banner-01001024 .swiper-wrapper .swiper-slide video {

		transform: translate(-50%, -50%);

		position: absolute;

		top: 50%;

		left: 50%;

		max-width: 100%;

		width: 100%;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



.c_portalResEbizads_banner-01001024 .bannerBox {

	height: 100vh;

	min-height: 210px;

	max-height: 1000px;

	width: 100%;

}



.c_portalResEbizads_banner-01001024 .content {

	position: relative;

	width: 100%;

	height: auto;

}



.c_portalResEbizads_banner-01001024 .picB {

	width: 100%;

	height: auto;

}



.c_portalResEbizads_banner-01001024 .bannerPic {

	position: relative;

	width: 100%;

	top: 0;

	left: 0;

	transform: none;

}



.c_portalResEbizads_banner-01001024 .swiper-button-prev {

	width: 60px;

	height: 60px;

	cursor: pointer;

	position: absolute;

	background: rgba(255, 255, 255, 0.1);

	top: 50%;

	transform: translateY(-50%);

	z-index: 1;

	left: 0;

	transition: all 0.5s;

}



.c_portalResEbizads_banner-01001024 .swiper-button-next {

	width: 60px;

	height: 60px;

	cursor: pointer;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	z-index: 1;

	right: 0;

	background: rgba(255, 255, 255, 0.1);

	transition: all 0.5s;

}



.c_portalResEbizads_banner-01001024 .iconfont {

	display: block;

	width: 8px;

	height: 12px;

	transition: all 0.3s linear;

	margin-top: 24px;

	margin-left: 26px;

}



.c_portalResEbizads_banner-01001024 .iconfontPrev {

	background: url(/static/image/ban_l.png) no-repeat center left;

}



.c_portalResEbizads_banner-01001024 .iconfontNext {

	background: url(/static/image/ban_r.png) no-repeat center right;

}



.c_portalResEbizads_banner-01001024 .swiper-button-next:hover {

	background: #da0000;

}



.c_portalResEbizads_banner-01001024 .swiper-button-next:hover .iconfontNext {

	width: 20px;

	margin-left: 20px;

}



.c_portalResEbizads_banner-01001024 .swiper-button-prev:hover {

	background: #da0000;

}



.c_portalResEbizads_banner-01001024 .swiper-button-prev:hover .iconfontPrev {

	width: 20px;

	margin-left: 20px;

}



.c_portalResEbizads_banner-01001024 .text {

	position: absolute;

	top: 50%;

	width: 60%;

	max-width: 1000px;

	left: 0;

	right: 0;

	margin: 0 auto;

	transform: translateY(-50%);

}



.c_portalResEbizads_banner-01001024 .bannerTitle {

	color: #fff;

	position: relative;

	padding-bottom: 2rem;

	font-size: 1.125rem;

	display: none;

}



.c_portalResEbizads_banner-01001024 .bannerTitle::before {

	content: '';

	display: block;

	width: 2rem;

	height: 0.125rem;

	background-color: #e34646;

	position: absolute;

	top: 2.25rem;

}



.c_portalResEbizads_banner-01001024 .bannerTitle::after {

	content: '';

	display: block;

	width: 2rem;

	height: 0.125rem;

	background-color: #fff;

	position: absolute;

	top: 2.25rem;

	left: 2rem;

}



.c_portalResEbizads_banner-01001024 .summry h2 {

	font-family: "osw";

	font-size: 70px;

	color: #fff;

	letter-spacing: 1px;

}



.c_portalResEbizads_banner-01001024 .summry h3 {

	font-family: "ban";

	font-size: 42px;

	color: #fff;

	letter-spacing: 5px;

	margin: 24px 0 16px;

}



.c_portalResEbizads_banner-01001024 .summry p {

	font-family: "pop";

	font-size: 20px;

	color: #fff;

	word-break: break-word;

	text-align: left;

}



.c_portalResEbizads_banner-01001024 .summry a {

	display: block;

	width: 160px;

	height: 50px;

	line-height: 50px;

	background: url(/img/s_arrow.png?tenantId=24687&viewType=1&v=1661763801000) no-repeat center right 30px #da0000;

	font-family: "pop";

	text-indent: 30px;

	font-size: 16px;

	color: #fff;

	margin-top: 80px;

}



.c_portalResEbizads_banner-01001024 .bannerLink {

	display: block;

	width: 6rem;

	height: 2rem;

	border-radius: 1rem;

	background-color: #fff;

	text-align: center;

	line-height: 2rem;

	color: #ccc;

	margin-top: 3rem;

}



.c_portalResEbizads_banner-01001024 .text * {

	transform: translateY(3rem);

	opacity: 0;

}



.c_portalResEbizads_banner-01001024 .swiper-slide-active .text * {

	transition: all 2s ease .5s;

	transform: translateY(0);

	opacity: 1;

}



.c_portalResEbizads_banner-01001024 .bannerLink:hover {

	background-color: rgba(227, 70, 70, 1);

	color: #fff;

	transition: all 2s ease;

}



@media only screen and (max-width: 1280px) and (min-width: 769px) {

	.c_portalResEbizads_banner-01001024 .text {

		width: 70%;

	}



	.c_portalResEbizads_banner-01001024 .summry h2 {

		font-size: 50px;

	}



	.c_portalResEbizads_banner-01001024 .summry h3 {

		font-size: 32px;

		letter-spacing: 2px;

		margin: 10px 0 16px;

	}



	.c_portalResEbizads_banner-01001024 .summry p {

		font-size: 16px;

	}



	.c_portalResEbizads_banner-01001024 .summry a {

		margin-top: 40px;

	}

}



@media only screen and (max-width: 768px) {

	.c_portalResEbizads_banner-01001024 .bannerBox {

		height: 30vh;

	}



	.c_portalResEbizads_banner-01001024 .bannerBtn {

		display: none;

	}



	.c_portalResEbizads_banner-01001024 .text {

		width: 90%;

	}



	.c_portalResEbizads_banner-01001024 .summry h2 {

		font-size: 28px;

	}



	.c_portalResEbizads_banner-01001024 .summry h3 {

		font-size: 20px;

		letter-spacing: 0px;

		margin: 10px 0 8px;

		font-family: ""

	}



	.c_portalResEbizads_banner-01001024 .summry p {

		font-size: 14px;

	}



	.c_portalResEbizads_banner-01001024 .summry a {

		display: none;

	}

}



.w_fbtn-002 {

	display: block;

	width: 100%;

	height: 100%;

	max-width: 150px;

	min-height: 36px;

	max-height: 0;

	text-align: center;

	margin: 0 auto;

	font-size: 0;

}



.w_fbtn-002 .p_CommonBtn {

	width: 100%;

	height: inherit;

	padding: 0;

}



.w_fbtn-002 .p_CommonBtn .font {

	text-align: center;

	display: inline-block;

	vertical-align: middle;

	width: 100%;

	font-size: 16px;

	height: auto;

}



.w_fbtn-002 .animated {

	width: 100%;

	height: 100%;

	min-height: inherit;

}



.w_fbtn-002 .p_link {

	min-height: inherit;

	display: block;

}



.w_fbtn-002 .p_CommonBtn {

	width: 100%;

	height: 60px;

	color: #288104;

	padding-top: 0;

	padding-right: 20px;

	padding-left: 20px;

	text-align: center;

	min-height: inherit;

	border-width: 1px;

	border-style: solid;

	border-color: transparent;

	background: #f0f0f0;

}



.w_fbtn-002 .e_btn:hover {

	box-shadow: none;

}



.w_fbtn-002 .e_btn:active {

	box-shadow: none;

}



.w_fbtn-002 .p_CommonBtn:before {

	content: '';

	width: 0;

	height: 100%;

	display: inline-block;

	vertical-align: middle;

}



.c_portalResProduct_category-01001022 .p_categoryBox .p_parentBox .p_linkBox:hover {

	background: #ce9d5f;

}



.c_portalResProduct_category-01001022 .p_categoryBox .p_parentBox .p_linkBox:hover a {

	color: #fff
}



@media only screen and (max-width:768px) {

	#c_portalResProduct_category-15589515448346897 {

		margin-left: 20px !important;

		margin-right: auto !important;

		margin-bottom: 20px !important;

	}



	#c_portalResProduct_category-15573055245350382 {

		margin-top: 0px !important;

	}



	#c_portalResProduct_category-1557307693341 {

		margin-top: 0px !important;

	}



	.c_portalResProduct_category-01001022 {

		height: auto;

		width: 280px;

		overflow: visible;

	}



	.c_portalResProduct_category-01001022 .e_ContentOrdinaryStyleBox-001 .stylebox_title {

		width: 100%;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox {

		line-height: 24px;

	}



	.c_portalResProduct_category-01001022 .p_btn-show {

		display: inline-block;

	}



	.c_portalResProduct_category-01001022 .p_title {

		font-size: 16px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_linkBox {

		width: 100%;

		display: -webkit-box;

		display: -webkit-flex;

		display: -moz-box;

		display: -moz-flex;

		display: -ms-flexbox;

		display: flex;

		align-items: center;

		padding: 5px 10px;

		border-bottom: 1px solid #fff;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_parentBox {

		width: 100%;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_title {

		height: auto;

		width: auto;

		-webkit-flex: 1;

		-moz-flex: 1;

		-ms-flex: 1;

		flex: 1;

		-moz-box-flex: 1;

		-webkit-box-flex: 1;

		box-flex: 1;

		font-size: 14px;

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

		align-items: center;

	}



	.c_portalResProduct_category-01001022 .p_childBox .p_parentBox {

		background: #FFFFFF;

	}



	.c_portalResProduct_category-01001022 .p_childBox .p_parentBox .p_linkBox {

		background: #EFEFF4;

		width: 100%;

		border-bottom: 1px solid #d5d5d6;

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn {

		display: inline-block;

		vertical-align: middle;

		background-color: rgba(255, 255, 255, 0);

		border-color: rgba(255, 255, 255, 0);

		border-style: solid;

		border-width: 0;

		color: rgba(101, 190, 186, 1);

		height: auto;

		width: 14px;

		margin: 0 4px 0 0;

		padding: 0;

		position: static;

		text-align: center;

		font-size: 14px;

		color: rgba(217, 217, 217, 1);

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn:active {

		border-width: 0;

		border-style: solid;

		color: rgba(101, 190, 186, 1);

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(255, 255, 255, 0);

		box-shadow: none;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_childBox {

		padding-left: 20px
	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_parentBox {

		position: relative;

		height: auto;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .slideOut {

		position: absolute;

		left: 100%;

		top: 0;

		width: 100%;

		height: auto;

	}



	.c_portalResProduct_category-01001022 .p_image {

		width: 30px;

		height: 30px;

		display: inline-block;

		vertical-align: middle;

		margin-right: 5px;

	}



	.c_portalResProduct_category-01001022 .p_image>img {

		width: 100%;

		height: 100%;

	}



	.c_portalResProduct_category-01001022 .p_num .iconfont:before {

		content: ''

	}



	.c_portalResProduct_category-01001022 .p_num {

		color: #ccc;

	}



	.c_portalResProduct_category-01001022 .p_childBox .p_num {

		color: #333;

	}



	.c_portalResProduct_category-01001022 .p_childBox {

		background: #efeff4;

	}



	.c_portalResProduct_category-01001022 .p_parentBox {

		background: #fff;

		color: #000;

	}



	.c_portalResProduct_category-01001022 {

		height: auto;

		width: 280px;

		overflow: visible;

	}



	.c_portalResProduct_category-01001022 .e_ContentOrdinaryStyleBox-001 .stylebox_title {

		width: 100%;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox {

		line-height: 24px;

		background: #fff;

	}



	.c_portalResProduct_category-01001022 .p_title {

		font-size: 16px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_linkBox {

		width: 100%;

		display: -webkit-box;

		display: -webkit-flex;

		display: -moz-box;

		display: -moz-flex;

		display: -ms-flexbox;

		display: flex;

		align-items: center;

		padding: 5px 10px;

		border-bottom: 1px solid #fff;

		height: 50px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_title {

		height: auto;

		width: auto;

		-webkit-flex: 1;

		-moz-flex: 1;

		-ms-flex: 1;

		flex: 1;

		-moz-box-flex: 1;

		-webkit-box-flex: 1;

		box-flex: 1;

		font-size: 14px;

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

		align-items: center;

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn {

		display: inline-block;

		vertical-align: middle;

		background-color: rgba(255, 255, 255, 0);

		border-color: rgba(255, 255, 255, 0);

		border-style: solid;

		border-width: 0;

		color: rgba(101, 190, 186, 1);

		height: auto;

		width: 14px;

		margin: 0 4px 0 0;

		padding: 0;

		position: static;

		text-align: center;

		font-size: 14px;

		color: rgba(217, 217, 217, 1);

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn:active {

		border-width: 0;

		border-style: solid;

		color: rgba(101, 190, 186, 1);

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(255, 255, 255, 0);

		box-shadow: none;

	}



	.c_portalResProduct_category-01001022 .p_linkBox .icon-arrow_up:before {

		content: '\e69a';

		color: #7B7B7E;

	}



	.c_portalResProduct_category-01001022 .p_linkBox .icon-arrow_down:before {

		content: '\e69c';

		color: #7B7B7E;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_childBox {

		padding-left: 20px;

		width: 100%;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_parentBox {

		position: relative;

		height: auto;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .slideOut {

		position: absolute;

		left: 100%;

		top: 0;

		width: 100%;

		height: auto;

	}



	.c_portalResProduct_category-01001022 .p_image {

		display: none;

	}



	.c_portalResProduct_category-01001022 .p_image>img {

		width: 100%;

		height: 100%;

	}



	.c_portalResProduct_category-01001022 .p_num .iconfont:before {

		content: ''

	}



	.c_portalResProduct_category-01001022 .p_num {

		color: #ccc;

	}



	.c_portalResProduct_category-01001022 .p_childBox .p_num {

		color: #333;

	}



	.c_portalResProduct_category-01001022 .p_childBox {

		background: #efeff4;

	}



	.c_portalResProduct_category-01001022 .p_parentBox {

		background: #fff;

		color: #000;

	}



	.c_portalResProduct_category-01001022 .p_btn-show .p_c-fff {

		color: #fff;

	}



	.c_portalResProduct_category-01001022 .p_btn-show .p_c-fff {

		margin: 0 0 0 10px;

		vertical-align: middle;

		width: auto;

		float: right;

		line-height: 50px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox {

		overflow-y: auto;

		height: 100%;

		float: left;

	}

}



@media only screen and (min-width:769px) and (max-width: 1024px) {

	.c_portalResProduct_category-01001022 {

		height: auto;

		width: 280px;

		overflow: visible;

	}



	.c_portalResProduct_category-01001022 .e_ContentOrdinaryStyleBox-001 .stylebox_title {

		width: 100%;

	}



	.c_portalResProduct_category-01001022 .p_category {

		height: 100%;

		width: 100%;

		position: relative;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox {

		line-height: 24px;

	}



	.c_portalResProduct_category-01001022 .p_btn-show {

		display: none;

	}



	.e_title .p_title {

		font-size: 16px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_linkBox {

		width: 100%;

		display: -webkit-box;

		display: -webkit-flex;

		display: -moz-box;

		display: -moz-flex;

		display: -ms-flexbox;

		display: flex;

		align-items: center;

		padding: 5px 10px;

		border-bottom: 1px solid #fff;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_title {

		height: auto;

		width: auto;

		-webkit-flex: 1;

		-moz-flex: 1;

		-ms-flex: 1;

		flex: 1;

		-moz-box-flex: 1;

		-webkit-box-flex: 1;

		box-flex: 1;

		font-size: 14px;

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

		align-items: center;

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn {

		display: inline-block;

		vertical-align: middle;

		background-color: rgba(255, 255, 255, 0);

		border-color: rgba(255, 255, 255, 0);

		border-style: solid;

		border-width: 0;

		color: rgba(101, 190, 186, 1);

		height: auto;

		width: 14px;

		margin: 0 4px 0 0;

		padding: 0;

		position: static;

		text-align: center;

		font-size: 14px;

		color: rgba(217, 217, 217, 1);

	}



	.c_portalResProduct_category-01001022 .p_childBox .p_parentBox {

		width: 100%;

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn:active {

		border-width: 0;

		border-style: solid;

		color: rgba(101, 190, 186, 1);

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(255, 255, 255, 0);

		box-shadow: none;

	}



	.c_portalResProduct_category-01001022 .p_linkBox .icon-arrow_up:before {

		content: '\e6c9';

		color: #7B7B7E;

	}



	.c_portalResProduct_category-01001022 .p_linkBox .icon-arrow_down:before {

		content: '\e6c8';

		color: #7B7B7E;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_childBox {

		padding-left: 20px
	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_parentBox {

		position: relative;

		height: auto;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .slideOut {

		position: absolute;

		left: 100%;

		top: 0;

		width: 100%;

		height: auto;

	}



	.c_portalResProduct_category-01001022 .p_image {

		width: 30px;

		height: 30px;

		display: inline-block;

		vertical-align: middle;

		margin-right: 5px;

	}



	.c_portalResProduct_category-01001022 .p_image>img {

		width: 100%;

		height: 100%;

	}



	.c_portalResProduct_category-01001022 .p_num .iconfont:before {

		content: ''

	}



	.c_portalResProduct_category-01001022 .p_num {

		color: #ccc;

	}



	.c_portalResProduct_category-01001022 .p_childBox .p_num {

		color: #333;

	}



	.c_portalResProduct_category-01001022 .p_btn-hide {

		width: 10%;

		height: 100%;

		display: none;

	}



	.c_portalResProduct_category-01001022 .p_parentBox {

		background: #fff;

		color: #000;

	}



	.c_portalResProduct_category-01001022 {

		height: auto;

		width: 280px;

		overflow: visible;

	}



	.c_portalResProduct_category-01001022 .e_ContentOrdinaryStyleBox-001 .stylebox_title {

		width: 100%;

	}



	.c_portalResProduct_category-01001022 .p_category {

		height: 100%;

		width: 100%;

		position: relative;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox {

		line-height: 24px;

	}



	.e_title .p_title {

		font-size: 16px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_linkBox {

		width: 100%;

		display: -webkit-box;

		display: -webkit-flex;

		display: -moz-box;

		display: -moz-flex;

		display: -ms-flexbox;

		display: flex;

		align-items: center;

		padding: 5px 10px;

		border-bottom: 1px solid #fff;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_title {

		height: auto;

		width: auto;

		-webkit-flex: 1;

		-moz-flex: 1;

		-ms-flex: 1;

		flex: 1;

		-moz-box-flex: 1;

		-webkit-box-flex: 1;

		box-flex: 1;

		font-size: 14px;

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

		align-items: center;

		text-align: center;

		line-height: 40px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn {

		display: inline-block;

		vertical-align: middle;

		background-color: rgba(255, 255, 255, 0);

		border-color: rgba(255, 255, 255, 0);

		border-style: solid;

		border-width: 0;

		color: rgba(101, 190, 186, 1);

		height: auto;

		width: 14px;

		margin: 0 4px 0 0;

		padding: 0;

		position: static;

		text-align: center;

		font-size: 14px;

		color: rgba(217, 217, 217, 1);

		display: none;

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn:active {

		border-width: 0;

		border-style: solid;

		color: rgba(101, 190, 186, 1);

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(255, 255, 255, 0);

		box-shadow: none;

	}



	.c_portalResProduct_category-01001022 .p_linkBox .iconfont:before {}



	.c_portalResProduct_category-01001022 .p_linkBox .icon-arrow_up:before {

		content: '\e6c9';

	}



	.c_portalResProduct_category-01001022 .p_linkBox .icon-arrow_down:before {

		content: '\e6c8';

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_childBox {

		padding-left: 20px
	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_parentBox {

		position: relative;

		height: auto;

		float: left;

		width: calc((100% - 20px)/2);

		margin: 5px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .slideOut {

		position: absolute;

		left: 100%;

		top: 0;

		width: 100%;

		height: auto;

	}



	.c_portalResProduct_category-01001022 .p_image {

		width: 30px;

		height: 30px;

		vertical-align: middle;

		margin-right: 5px;

		display: none;

	}



	.c_portalResProduct_category-01001022 .p_image>img {

		width: 100%;

		height: 100%;

	}



	.c_portalResProduct_category-01001022 .p_num .iconfont:before {

		content: ''

	}



	.c_portalResProduct_category-01001022 .p_num {

		color: #ccc;

	}



	.c_portalResProduct_category-01001022 .p_childBox .p_num {

		color: #333;

	}



	.c_portalResProduct_category-01001022 .p_parentBox {

		background: #f5f5f5;

		color: #000;

	}

}



@media only screen and (min-width:1024px) {

	.c_portalResProduct_category-01001022 {

		height: auto;

		width: 280px;

		overflow: visible;

	}



	.c_portalResProduct_category-01001022 .e_ContentOrdinaryStyleBox-001 .stylebox_title {

		width: 100%;

	}



	.c_portalResProduct_category-01001022 .p_category {

		height: 100%;

		width: 100%;

		position: relative;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox {

		line-height: 24px;

	}



	.e_title .p_title {

		font-size: 16px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_linkBox {

		width: 100%;

		display: -webkit-box;

		display: -webkit-flex;

		display: -moz-box;

		display: -moz-flex;

		display: -ms-flexbox;

		display: flex;

		align-items: center;

		padding: 5px 10px;

		border-bottom: 1px solid #fff;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_title {

		height: auto;

		width: auto;

		-webkit-flex: 1;

		-moz-flex: 1;

		-ms-flex: 1;

		flex: 1;

		-moz-box-flex: 1;

		-webkit-box-flex: 1;

		box-flex: 1;

		font-size: 14px;

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

		align-items: center;

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn {

		display: inline-block;

		vertical-align: middle;

		background-color: rgba(255, 255, 255, 0);

		border-color: rgba(255, 255, 255, 0);

		border-style: solid;

		border-width: 0;

		color: rgba(101, 190, 186, 1);

		height: auto;

		width: 14px;

		margin: 0 4px 0 0;

		padding: 0;

		position: static;

		text-align: center;

		font-size: 14px;

		color: rgba(217, 217, 217, 1);

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn:active {

		border-width: 0;

		border-style: solid;

		color: rgba(101, 190, 186, 1);

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(255, 255, 255, 0);

		box-shadow: none;

	}



	.c_portalResProduct_category-01001022 .p_linkBox .icon-arrow_up:before {

		content: '\e6c9';

		color: #7B7B7E;

	}



	.c_portalResProduct_category-01001022 .p_linkBox .icon-arrow_down:before {

		content: '\e6c8';

		color: #7B7B7E;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_childBox {

		padding-left: 20px
	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_parentBox {

		position: relative;

		height: auto;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .slideOut {

		position: absolute;

		left: 100%;

		top: 0;

		width: 100%;

		height: auto;

	}



	.c_portalResProduct_category-01001022 .p_image {

		width: 30px;

		height: 30px;

		display: inline-block;

		vertical-align: middle;

		margin-right: 5px;

	}



	.c_portalResProduct_category-01001022 .p_image>img {

		width: 100%;

		height: 100%;

	}



	.c_portalResProduct_category-01001022 .p_num .iconfont:before {

		content: ''

	}



	.c_portalResProduct_category-01001022 .p_num {

		color: #ccc;

	}



	.c_portalResProduct_category-01001022 .p_childBox .p_num {

		color: #333;

	}



	.c_portalResProduct_category-01001022 .p_parentBox {

		background: #fff;

		color: #000;

	}



	.c_portalResProduct_category-01001022 {

		height: auto;

		width: 280px;

		overflow: visible;

	}



	.c_portalResProduct_category-01001022 .e_ContentOrdinaryStyleBox-001 .stylebox_title {

		width: 100%;

	}



	.c_portalResProduct_category-01001022 .p_category {

		height: 100%;

		width: 100%;

		position: relative;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox {

		line-height: 24px;

	}



	.c_portalResProduct_category-01001022 .p_btn-show {

		display: none;

	}



	.c_portalResProduct_category-01001022 .p_title {

		font-size: 16px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_linkBox {

		width: 100%;

		display: -webkit-box;

		display: -webkit-flex;

		display: -moz-box;

		display: -moz-flex;

		display: -ms-flexbox;

		display: flex;

		align-items: center;

		border-bottom: 0px solid #fff;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_title {

		height: auto;

		width: auto;

		-webkit-flex: 1;

		-moz-flex: 1;

		-ms-flex: 1;

		flex: 1;

		-moz-box-flex: 1;

		-webkit-box-flex: 1;

		box-flex: 1;

		font-size: 15px;

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

		align-items: center;

		line-height: 40px;

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn {

		display: inline-block;

		vertical-align: middle;

		background-color: rgba(255, 255, 255, 0);

		border-color: rgba(255, 255, 255, 0);

		border-style: solid;

		border-width: 0;

		color: rgba(101, 190, 186, 1);

		height: auto;

		width: 14px;

		padding: 0;

		position: static;

		text-align: center;

		font-size: 14px;

		color: rgba(217, 217, 217, 1);

		display: none;

	}



	.c_portalResProduct_category-01001022 .p_categoryBtn:active {

		border-width: 0;

		border-style: solid;

		color: rgba(101, 190, 186, 1);

		border-color: rgba(255, 255, 255, 0);

		background-color: rgba(255, 255, 255, 0);

		box-shadow: none;

	}



	.c_portalResProduct_category-01001022 .p_linkBox .c {

		content: '\e6c9';

	}



	.c_portalResProduct_category-01001022 .p_linkBox .icon-arrow_down:before {

		content: '\e6c8';

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_childBox {

		padding-left: 20px
	}



	.c_portalResProduct_category-01001022 .p_categoryBox .p_parentBox {

		position: relative;

		height: auto;

		width: calc((100% - 20px)/2);

		float: left;

		margin: 5px;

		text-align: center;

	}



	.c_portalResProduct_category-01001022 .p_categoryBox .slideOut {

		position: absolute;

		left: 100%;

		top: 0;

		width: 100%;

		height: auto;

	}



	.c_portalResProduct_category-01001022 .p_image {

		width: 30px;

		height: 30px;

		display: inline-block;

		vertical-align: middle;

		margin-right: 5px;

		display: none;

	}



	.c_portalResProduct_category-01001022 .p_image>img {

		width: 100%;

		height: 100%;

	}



	.c_portalResProduct_category-01001022 .p_num .iconfont:before {

		content: ''

	}



	.c_portalResProduct_category-01001022 .p_num {

		color: #ccc;

	}



	.c_portalResProduct_category-01001022 .p_childBox .p_num {

		color: #333;

	}



	.c_portalResProduct_category-01001022 .p_btn-hide {

		width: 10%;

		height: 100%;

		background-color: #7F7F7F;

		display: none;

	}



	.c_portalResProduct_category-01001022 .p_parentBox {

		background: #f5f5f5;

		color: #000;

	}

}



.c_portalResProduct_category-01001022 .m-pic {

	text-align: center;

	display: block;

	font-size: 0;

}



.c_portalResProduct_category-01001022 .relative {

	position: relative;

	z-index: 1;

}



.c_portalResProduct_category-01001022 .m-pic img {

	vertical-align: middle;

	max-width: 100%;

	max-height: 100%;

}



.c_portalResProduct_category-01001022 .m-pic b {

	display: inline-block;

	height: 100%;

	vertical-align: middle;

}



.c_portalResProduct_category-01001022 .index-pro .swiper-slide .t1 {

	top: 17.875%;

	left: 0;

	text-align: left;

}



.c_portalResProduct_category-01001022 .index-pro * {

	font-size: 0;

}



.c_portalResProduct_category-01001022 .clean {

	zoom: 1;

}



.c_portalResProduct_category-01001022 .absolute {

	position: absolute;

}



.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p1 {

	font-size: 40px;

	line-height: 50px;

	font-weight: bold;

	width: 100%;

	color: rgba(255, 255, 255, 1);

}



.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p2 {

	font-size: 32px;

	font-weight: normal;

	line-height: 30px;

	margin: 20px auto;

	color: #ea5514;

}



.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p3 {

	font-size: 40px;

	line-height: 30px;

	font-weight: bold;

	padding: 20px 0px;

	background: linear-gradient(to right, rgba(8, 43, 96, 1), rgba(234, 85, 20, 1));

	background-clip: border-box;

	-webkit-background-clip: text;

	color: transparent;

	border-top: 1px solid rgba(255, 255, 255, .1);

	border-bottom: 1px solid rgba(255, 255, 255, .1);

	display: inline-block;

}



.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p4 {

	font-size: 16px;

	line-height: 26px;

	width: auto;

	margin-top: 25px;

	color: rgba(127, 127, 127, 1);

}



.c_portalResProduct_category-01001022 .index-pro .swiper-slide .pm {

	margin-top: 80px;

	float: right;

}



.c_portalResProduct_category-01001022 .more {

	display: block;

	width: 140px;

	height: 47px;

	border-radius: 0px;

	background: linear-gradient(to right, #ea5514 0%, #fa9e14 100%);

	line-height: 47px;

	text-align: center;

	margin-top: 55px;

	box-shadow: 0px 10px 10px rgba(255, 255, 255, .05);

	border: 0px solid #ea5514;

}



.c_portalResProduct_category-01001022 .trans {

	-webkit-transition: all 500ms ease 0s;

	-moz-transition: all 500ms ease 0s;

	-ms-transition: all 500ms ease 0s;

	-o-transition: all 500ms ease 0s;

	transition: all 500ms ease 0s;

}



.c_portalResProduct_category-01001022 .del {

	transition-delay: 0.8s;

	-moz-transition-delay: 0.8s;

	-webkit-transition-delay: 0.8s;

	-o-transition-delay: 0.8s;

}



.c_portalResProduct_category-01001022 .more i {

	color: #fff;

	font-size: 14px;

	line-height: 47px;

}



.c_portalResProduct_category-01001022 .index-pro .swiper-slide .t2 {

	top: 17.875%;

	right: 0;

	text-align: right;

}



.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p5 {

	font-size: 24px;

	line-height: 24px;

	margin-bottom: 20px;

	color: #fff;

}



.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p6 {

	font-size: 14px;

	line-height: 26px;

	color: #fff;

	width: 280px;

	margin-top: 30px;

	display: -webkit-box;

	-webkit-line-clamp: 4;

	-webkit-box-orient: vertical;

}



.c_portalResProduct_category-01001022 .index-pro .swiper-slide .xian {

	margin-top: 40px;

	float: left;

}



.c_portalResProduct_category-01001022 .index-pro .pagination {

	top: 65%;

	position: absolute;

	left: 0;

	right: auto;

	width: auto;

	bottom: auto;

	z-index: 1;

}



.c_portalResProduct_category-01001022 .index-pro .shuxian {

	top: 55%;

	left: 0;

	width: 2px;

	height: 50px;

	background: #fff;

	z-index: 1;

}



.c_portalResProduct_category-01001022 .index-pro .pagination .pagination-bullet.this {

	font-size: 30px;

	padding-right: 0px;

}



.c_portalResProduct_category-01001022 .index-pro .pagination .pagination-bullet {

	width: auto;

	height: auto;

	font-size: 14px;

	line-height: 24px;

	color: #fff;

	background: none;

	display: block;

	opacity: 1;

	position: relative;

	padding-right: 8px;

	margin-bottom: 13px;

	font-weight: bold;

}



.c_portalResProduct_category-01001022 .cur-p {

	cursor: pointer;

}



.c_portalResProduct_category-01001022 .index-pro .pagination .pagination-bullet::after {

	content: "";

	display: block;

	background: #fff;

	width: 6px;

	height: 2px;

	position: absolute;

	top: 50%;

	right: 0;

	margin-top: -1px;

}



.c_portalResProduct_category-01001022 .index-pro .pagination .pagination-bullet.this::after {

	display: none;

}



.c_portalResProduct_category-01001022 .index-pro .index-pro-button {

	width: 30px;

	height: 30px;

	line-height: 30px;

	text-align: center;

	margin-top: 0;

	background: none;

	bottom: 25%;

	top: auto;

}



.c_portalResProduct_category-01001022 .index-pro .swiper-button-next {

	right: 0;

}



.c_portalResProduct_category-01001022 .index-pro .index-pro-button i {

	color: #fff;

	font-size: 30px;

}



.c_portalResProduct_category-01001022 .index-pro .swiper-button-prev {

	left: auto;

	right: 50px;

}



.c_portalResProduct_category-01001022 .rotating180 {

	transform: rotate(180deg);

	-ms-transform: rotate(180deg);

	-moz-transform: rotate(180deg);

	-webkit-transform: rotate(180deg);

	-o-transform: rotate(180deg);

}



@media only screen and (min-width:769px) and (max-width: 1024px) {

	.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p3 {

		font-size: 26px;

		line-height: 30px;

		font-weight: bold;

		padding: 20px 0px;

		color: #082b60;

		border-top: 1px solid rgba(255, 255, 255, .1);

		border-bottom: 1px solid rgba(255, 255, 255, .1);

		display: inline-block;

	}



	.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p2 {

		font-size: 22px;

		font-weight: normal;

		line-height: 30px;

		margin: 20px auto;

		color: #ea5514;

	}

}



@media only screen and (max-width: 768px) {

	.c_portalResProduct_category-01001022 .m-pic .p1 img {

		width: 240px;

	}



	.c_portalResProduct_category-01001022 .clean {

		height: 65vh;

	}



	.c_portalResProduct_category-01001022 .absolute {

		position: relative;

	}



	.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p2 {

		display: none;

	}



	.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p4 {

		display: none;

	}



	.c_portalResProduct_category-01001022 .index-pro .swiper-slide .pm {

		display: none;

	}



	.c_portalResProduct_category-01001022 .index-pro .swiper-slide .t2 {}



	.c_portalResProduct_category-01001022 .index-pro .shuxian {

		display: none;

	}



	.c_portalResProduct_category-01001022 .index-pro .swiper-slide .xian {

		display: none;

	}



	.c_portalResProduct_category-01001022 .index-pro .pagination {

		display: none;

	}



	.c_portalResProduct_category-01001022 .index-pro .swiper-slide .p3 {

		font-size: 18px;

		line-height: 30px;

		font-weight: bold;

		padding: 10px 0px;

		color: #fff;

		border-top: none;

		border-bottom: none;

		display: inline-block;

		width: 100%;

		text-align: center;

	}



	.c_portalResProduct_category-01001022 .index-pro .swiper-slide .t1 {

		left: 0;

		bottom: 0;

		text-align: left;

		width: 100%;

		height: auto;

		top: auto;

	}



	.c_portalResProduct_category-01001022 .fadeInLeft {

		-webkit-animation-name: fadeInUp;

		animation-name: fadeInUp;

	}



	.c_portalResProduct_category-01001022 .relative {

		padding-bottom: 8vh;

	}



	.c_portalResProduct_category-01001022 .index-pro .swiper-button-next {

		right: 35%;

		bottom: 0;

	}



	.c_portalResProduct_category-01001022 .index-pro .swiper-button-prev {

		left: auto;

		right: 55%;

		bottom: 2px;

	}

}



.shipin {

	position: fixed;

	width: 100%;

	height: 100vh;

	left: 0;

	top: 0;

	z-index: 999;

	background: rgba(0, 0, 0, 0.9);

	display: none;

}



.shipin video {

	width: 65%;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

}



.close1 {

	width: 30px;

	height: 30px;

	background: url(http://static202.yun300.cn/img/close.png?tenantId=24687&viewType=1&v=1661763801000) no-repeat;

	cursor: pointer;

	position: absolute;

	right: 5%;

	top: 5%;

	transition: all 0.5s;

	z-index: 999;

}



.close1:hover {

	transform: rotate(360deg);

}



.circle {

	position: absolute;

	right: 0;

	top: 50%;

	margin-top: -50px;

	z-index: 99;

	animation-name: fadeInRight;

	animation-duration: 1.6s;

	animation-delay: 0.1s;

}



.circle dl {

	width: 100px;

	height: 100px;

	position: relative;

	margin: 0 auto;

}



.circle dd {

	width: 100px;

	height: 100px;

	position: absolute;

	top: 0%;

	left: 0%;

	transform: scale(0);

	border-radius: 50%;

	background-color: #db261d;

	-webkit-transform: scale(0);

	-moz-transform: scale(0);

	-ms-transform: scale(0);

	-webkit-animation: circleScale 4s linear infinite;

	-moz-animation: circleScale 4s linear infinite;

	-ms-animation: circleScale 4s linear infinite;

	animation: circleScale 4s linear infinite;

}



.circle dd:nth-of-type(2) {

	animation-delay: 1s;

}



.circle dd:nth-of-type(3) {

	animation-delay: 2s;

}



.circle dd:nth-of-type(4) {

	animation-delay: 3s;

}



.circle dt {

	cursor: pointer;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	width: 48px;

	height: 48px;

	background: url(/img/video.png?tenantId=24687&viewType=1&v=1661763801000) no-repeat center left 18px #db261d;

	border-radius: 50%;

}



.runpic-box {

	width: 100%;

	position: relative;

}



.runpic-words ul li {

	width: calc(100% / 8);

	float: left;

	height: 120px;

	padding: 0 10px;

	position: relative;

	text-align: center;

	transition: all 0.6s;

	display: flex;

	align-items: center;

	justify-content: center;

}



.runpic-words ul li img {

	display: block;

	margin: 0 auto;

	-webkit-transition: all 1s;

	-o-transition: all 1s;

	-moz-transition: all 1s;

	transition: all 1s;

}



.runpic-words ul li h6 {

	font-size: 20px;

	line-height: 1.6;

	color: #fff;

	text-align: center;

	transition: all 0.4s;

}



.runpic-words ul li p {

	font-size: 16px;

	line-height: 1.4;

	color: #fff;

	text-align: center;

	font-family: pop-r;

	margin-top: 10px;

	text-transform: capitalize;

}



.runpic-pic {

	width: 100%;

	overflow: hidden;

	position: relative;

	z-index: 1;

	height: 760px;

}



.runpic-pic ul li {

	width: 100%;

	height: 100%;

	display: none;

	background-repeat: no-repeat !important;

	background-attachment: fixed !important;

	position: absolute;

	-o-background-size: cover;

	background-size: cover !important;

	top: 0%;

	left: 0%;

}



.runpic-pic ul li:before {

	content: "";

	background: url(/static/image/cube.png) repeat;

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

	opacity: 0.3;

	z-index: 10;

}



.runpic-pic ul li:after {

	content: "";

	background: rgba(0, 0, 0, 0.5);

	width: 100%;

	height: 100%;

	position: absolute;

	left: 0;

	top: 0;

}



.runpic-pic-true {

	-webkit-animation: toPicBig 1s ease-in-out both;

	-moz-animation: toPicBig 1s ease-in-out both;

	-o-animation: toPicBig 1s ease-in-out both;

	animation: toPicBig 1s ease-in-out both;

}



@-webkit-keyframes toPicBig {

	0% {

		-webkit-transform: scale(1.02);

		transform: scale(1.02);

	}



	100% {

		-webkit-transform: scale(1);

		transform: scale(1);

	}

}



@-moz-keyframes toPicBig {

	0% {

		-moz-transform: scale(1.04);

		transform: scale(1.04);

	}



	100% {

		-moz-transform: scale(1);

		transform: scale(1);

	}

}



@-o-keyframes toPicBig {

	0% {

		-o-transform: scale(1.04);

		transform: scale(1.04);

	}



	100% {

		-o-transform: scale(1);

		transform: scale(1);

	}

}



@keyframes toPicBig {

	0% {

		-webkit-transform: scale(1.04);

		-moz-transform: scale(1.04);

		-o-transform: scale(1.04);

		transform: scale(1.04);

	}



	100% {

		-webkit-transform: scale(1);

		-moz-transform: scale(1);

		-o-transform: scale(1);

		transform: scale(1);

	}

}



.anli {

	top: 30%;

	position: absolute;

	margin: 0 auto;

	display: block;

	text-align: left;

	z-index: 99;

	width: 80%;

	left: 10%;

}



.anli .left {

	animation-name: fadeInLeft;

	animation-duration: 1.6s;

	animation-delay: 0.1s;

}



p.cnb {

	font-size: 36px;

	line-height: 1;

	color: #fff;

	font-family: pingfang-l;

	text-transform: capitalize;

	display: none;

}



p.sum {

	font-size: 18px;

	color: #fff;

	width: 55%;

	line-height: 36px;

	margin-top: 20px;

}



p.enb {

	font-size: 48px;

	color: white;

	font-family: pop-b;

	line-height: 1;

}



.runpic-words ul li:before {

	position: absolute;

	content: "";

	width: 0;

	bottom: 0;

	transition: all .4s;

	right: 0;

	height: 100%;

	background: rgba(250, 190, 0, 0.9);

	z-index: -1;

}



.runpic-words ul li:after {

	position: absolute;

	content: "";

	width: 1px;

	left: 0;

	top: 0;

	height: 100%;

	background: rgba(255, 255, 255, 0.2);

}



.runpic-words ul li:hover:before {

	width: 100%;

	left: 0;

}



.wz {

	display: block;

}



.runpic-words {

	position: absolute;

	width: 100%;

	left: 0%;

	z-index: 3;

	bottom: 0 !important;

	max-width: 100%;

	padding: 0;

	border-top: 1px solid rgba(255, 255, 255, 0.2);

}



.c_portalResComplaintPage_detail-01001009 .gy-more {

	display: block;

	width: 180px;

	height: 56px;

	line-height: 56px;

	text-align: center;

	background: #fabe00;

	transition: all 0.4s;

	font-size: 0;

	position: relative;

	margin-top: 5%;

}



.c_portalResComplaintPage_detail-01001009 .gy-more span {

	display: inline-block;

	vertical-align: middle;

	font-size: 16px;

	color: #fff;

	margin-right: 10px;

}



.c_portalResComplaintPage_detail-01001009 .gy-more img {

	display: inline-block;

	vertical-align: middle;

}



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

	.c_portalResComplaintPage_detail-01001009 .runpic-pic {

		height: 520px;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li {

		height: 100px;

		padding: 20px 20px;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li h6 {

		font-size: 22px;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li p {

		font-size: 14px;

		margin-top: 4px;

	}



	.c_portalResComplaintPage_detail-01001009 .anli {

		top: 20%;

	}



	.c_portalResComplaintPage_detail-01001009 p.enb {

		font-size: 36px;

	}



	.c_portalResComplaintPage_detail-01001009 p.cnb {

		font-size: 18px;

		display: none;

	}



	.c_portalResComplaintPage_detail-01001009 p.sum {

		font-size: 15px;

		width: 80%;

		line-height: 24px;

		margin-top: 20px;

	}



	.c_portalResComplaintPage_detail-01001009 .gy-more {

		width: 160px;

		height: 52px;

		line-height: 52px;

		margin-top: 40px;

	}



	.c_portalResComplaintPage_detail-01001009 .gy-more span {

		font-size: 14px;

	}

}



@media only screen and (max-width: 768px) {

	.c_portalResComplaintPage_detail-01001009 .runpic-words {

		position: unset;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-pic {

		height: 240px;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-pic ul li {

		background-attachment: unset !important;

	}



	.c_portalResComplaintPage_detail-01001009 .anli {

		top: 0;

		position: absolute;

		z-index: 99;

		width: 100%;

		height: 100%;

		left: 0;

		display: flex;

		align-items: center;

		justify-content: center;

	}



	.c_portalResComplaintPage_detail-01001009 .anli .left {

		display: none;

	}



	.c_portalResComplaintPage_detail-01001009 .circle {

		position: unset;

		margin-top: 0;

		animation-name: fadeInUp;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li {

		height: 90px;

		z-index: 0;

		background: #f5f5f5;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li:nth-child(2) {

		background: #f0f0f0;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li h6 {

		font-size: 16px;

		writing-mode: vertical-lr;

		letter-spacing: 1px;

		color: #1a1a1a;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li p {

		display: none;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li:before {

		z-index: -1;

		background: #dc2a21;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li:hover h6 {

		color: #fff;

	}



	.c_portalResComplaintPage_detail-01001009 .shipin video {

		width: 90%;

	}

}



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

	.c_portalResComplaintPage_detail-01001009 .runpic-pic {

		height: 520px;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li {

		height: 100px;

		padding: 20px 20px;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li h6 {

		font-size: 18px;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li p {

		font-size: 14px;

		margin-top: 4px;

	}



	.c_portalResComplaintPage_detail-01001009 .anli {

		top: 20%;

	}



	.c_portalResComplaintPage_detail-01001009 p.enb {

		font-size: 36px;

	}



	.c_portalResComplaintPage_detail-01001009 p.cnb {

		font-size: 18px;

		display: none;

	}



	.c_portalResComplaintPage_detail-01001009 p.sum {

		font-size: 15px;

		width: 80%;

		line-height: 24px;

		margin-top: 20px;

	}



	.c_portalResComplaintPage_detail-01001009 .gy-more {

		width: 160px;

		height: 52px;

		line-height: 52px;

		margin-top: 40px;

	}



	.c_portalResComplaintPage_detail-01001009 .gy-more span {

		font-size: 14px;

	}

}



@media only screen and (max-width: 768px) {

	.c_portalResComplaintPage_detail-01001009 .runpic-words {

		position: unset;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-pic {

		height: 240px;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-pic ul li {

		background-attachment: unset !important;

	}



	.c_portalResComplaintPage_detail-01001009 .anli {

		top: 0;

		position: absolute;

		z-index: 99;

		width: 100%;

		height: 100%;

		left: 0;

		display: flex;

		align-items: center;

		justify-content: center;

	}



	.c_portalResComplaintPage_detail-01001009 .anli .left {

		display: none;

	}



	.c_portalResComplaintPage_detail-01001009 .circle {

		position: unset;

		margin-top: 0;

		animation-name: fadeInUp;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li {

		height: 190px;

		z-index: 0;

		background: #f5f5f5;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li:nth-child(2) {

		background: #f0f0f0;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li h6 {

		font-size: 16px;

		writing-mode: vertical-lr;

		letter-spacing: 1px;

		color: #1a1a1a;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li p {

		display: none;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li:before {

		z-index: -1;

		background: #fabe00;

	}



	.c_portalResComplaintPage_detail-01001009 .runpic-words ul li:hover h6 {

		color: #fff;

	}



	.c_portalResComplaintPage_detail-01001009 .shipin video {

		width: 90%;

	}

}



* {

	padding: 0;

	margin: 0;

}



.pagebox {

	width: 100%;

}



.pagebox,

#-remove--flag {}



body,

#-remove--flag {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



#c_portalResPublic_codeContainer-1625194559920 h1,

.h1 {

	font-size: 56px;

	color: #000;

	margin-bottom: 10px;

	font-family: "DINEngschriftStd";

}



#c_portalResPublic_codeContainer-1625194559920 .container {

	width: 100%;

}



#c_portalResPublic_codeContainer-1625194559920 .container-fluid {

	padding: 0;

}



@media only screen and (max-width: 768px) {

	#c_portalResPublic_codeContainer-1625194559920 .col-xs-6 {

		height: 120px;

	}



	#c_portalResPublic_codeContainer-1625194559920 h1,

	.h1 {

		font-size: 36px;

		font-family: arial;

	}



	#c_portalResPublic_codeContainer-1625194559920 h4.cst_title.c-heading.cbhead_39efcc86 {

		font-size: 1rem;

	}

}



#c_portalResPublic_codeContainer-1625194559920 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 40px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



#c_portalResPublic_codeContainer-16256194315887462 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 3%;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



#c_portalResEbizads_banner-1625194559910 .swiper-slide-active .text * {

	transition: all 2s ease .5s;

	transform: translateY(0);

	opacity: 1;

}



#c_portalResEbizads_banner-1625194559910 .bannerBox {

	height: auto;

	min-height: 210px;

	max-height: 100%;

	width: 100%;

}



#c_portalResEbizads_banner-1625194559910 .content {

	position: relative;

	width: 100%;

	height: auto;

}



#c_portalResEbizads_banner-1625194559910 .picB {

	width: 100%;

	height: auto;

}



#c_portalResEbizads_banner-1625194559910 .bannerPic {

	position: relative;

	width: 100%;

	top: 0;

	left: 0;

	transform: none;

}



#c_portalResEbizads_banner-1625194559910 .swiper-button-prev {

	width: 60px;

	height: 60px;

	cursor: pointer;

	position: absolute;

	background: rgba(255, 255, 255, 0.2);

	top: 50%;

	transform: translateY(-50%);

	z-index: 1;

	left: 0;

	transition: all 0.5s;

}



#c_portalResEbizads_banner-1625194559910 .swiper-button-next {

	width: 60px;

	height: 60px;

	cursor: pointer;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	z-index: 1;

	right: 0;

	background: rgba(255, 255, 255, 0.2);

	transition: all 0.5s;

}



#c_portalResEbizads_banner-1625194559910 .iconfont {

	display: block;

	width: 8px;

	height: 12px;

	transition: all 0.3s linear;

	margin-top: 24px;

	margin-left: 26px;

}



#c_portalResEbizads_banner-1625194559910 .iconfontPrev {

	background: url(/static/image/ban_l.png) no-repeat center left;

}



#c_portalResEbizads_banner-1625194559910 .iconfontNext {

	background: url(/static/image/ban_r.png) no-repeat center right;

}



#c_portalResEbizads_banner-1625194559910 .swiper-button-next:hover {

	background: #fabe00;

}



#c_portalResEbizads_banner-1625194559910 .swiper-button-next:hover .iconfontNext {

	width: 20px;

	margin-left: 20px;

}



#c_portalResEbizads_banner-1625194559910 .swiper-button-prev:hover {

	background: #fabe00;

}



#c_portalResEbizads_banner-1625194559910 .swiper-button-prev:hover .iconfontPrev {

	width: 20px;

	margin-left: 20px;

}



#c_portalResEbizads_banner-1625194559910 .text {

	position: absolute;

	top: 45%;

	width: 60%;

	max-width: 1280px;

	left: 0;

	right: 0;

	margin: 0 auto;

	transform: translateY(-50%);

}



#c_portalResEbizads_banner-1625194559910 .bannerTitle {

	color: #fff;

	position: relative;

	padding-bottom: 2rem;

	font-size: 1.125rem;

	display: none;

}



#c_portalResEbizads_banner-1625194559910 .bannerTitle::before {

	content: '';

	display: block;

	width: 2rem;

	height: 0.125rem;

	background-color: #e34646;

	position: absolute;

	top: 2.25rem;

}



#c_portalResEbizads_banner-1625194559910 .bannerTitle::after {

	content: '';

	display: block;

	width: 2rem;

	height: 0.125rem;

	background-color: #fff;

	position: absolute;

	top: 2.25rem;

	left: 2rem;

}



#c_portalResEbizads_banner-1625194559910 .summry h2 {

	font-family: pop-s;

	font-size: 42px;

	color: #fff;

	letter-spacing: 1px;

	text-shadow: 2px 2px 6px rgb(0 0 0 / 80%);

}



#c_portalResEbizads_banner-1625194559910 .summry h3 {

	font-family: "ban";

	font-size: 68px;

	color: #fff;

	letter-spacing: 0px;

	margin: 24px 0 16px;

	text-shadow: 2px 2px 6px rgb(0 0 0 / 80%);

}



#c_portalResEbizads_banner-1625194559910 .summry p {

	font-family: "pop";

	font-size: 20px;

	color: #fff;

	word-break: break-word;

	text-align: left;

	text-shadow: 2px 2px 6px rgb(0 0 0 / 80%);

}



#c_portalResEbizads_banner-1625194559910 .summry a {

	display: block;

	width: 160px;

	height: 50px;

	line-height: 50px;

	background: url(/img/s_arrow.png?tenantId=24687&viewType=1&v=1661763801000) no-repeat center right 30px #fabe00;

	font-family: "pop";

	text-indent: 30px;

	font-size: 16px;

	color: #fff;

	margin-top: 50px;

	border-radius: 5px;

}



#c_portalResEbizads_banner-1625194559910 .bannerLink {

	display: block;

	width: 6rem;

	height: 2rem;

	border-radius: 1rem;

	background-color: #fff;

	text-align: center;

	line-height: 2rem;

	color: #ccc;

	margin-top: 3rem;

}



#c_portalResEbizads_banner-1625194559910 .text * {

	transform: translateY(3rem);

	opacity: 0;

}



#c_portalResEbizads_banner-1625194559910 .swiper-slide-active .text * {

	transition: all 2s ease .5s;

	transform: translateY(0);

	opacity: 1;
	text-align: center;

}



#c_portalResEbizads_banner-1625194559910 .bannerLink:hover {

	background-color: rgba(227, 70, 70, 1);

	color: #fff;

	transition: all 2s ease;

}



@media only screen and (max-width: 1360px) {

	#c_portalResEbizads_banner-1625194559910 .text {

		top: 55%;

	}

}



@media only screen and (max-width: 1280px) and (min-width: 769px) {

	#c_portalResEbizads_banner-1625194559910 .text {

		width: 70%;

	}



	#c_portalResEbizads_banner-1625194559910 .summry h2 {

		font-size: 50px;

	}



	#c_portalResEbizads_banner-1625194559910 .summry h3 {

		font-size: 32px;

		letter-spacing: 2px;

		margin: 10px 0 16px;

	}



	#c_portalResEbizads_banner-1625194559910 .summry p {

		font-size: 16px;

	}



	#c_portalResEbizads_banner-1625194559910 .summry a {

		margin-top: 40px;

	}

}



@media only screen and (max-width: 768px) {

	#c_portalResEbizads_banner-1625194559910 .bannerBox {

		height: 30vh;

	}



	#c_portalResEbizads_banner-1625194559910 .bannerBtn {

		display: none;

	}



	#c_portalResEbizads_banner-1625194559910 .text {

		width: 90%;

	}



	#c_portalResEbizads_banner-1625194559910 .summry h2 {

		font-size: 28px;

	}



	#c_portalResEbizads_banner-1625194559910 .summry h3 {

		font-size: 20px;

		letter-spacing: 0px;

		margin: 10px 0 8px;

		font-family: ""

	}



	#c_portalResEbizads_banner-1625194559910 .summry p {

		font-size: 14px;

	}



	#c_portalResEbizads_banner-1625194559910 .summry a {

		display: none;

	}

}



#c_portalResEbizads_banner-1625194559910 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (max-width: 1280px) and (min-width: 769px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



#c_portalResEbizads_banner-1625194559915 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#c_portalResEbizads_banner-1625194559915>div {

	animation-fill-mode: both;

}



#c_portalResEbizads_banner-1625194559915 .swiper-slide-active .text * {

	transition: all 2s ease .5s;

	transform: translateY(0);

	opacity: 1;

}



#c_portalResEbizads_banner-1625194559915 .bannerBox {

	height: 100vh;

	min-height: 210px;

	max-height: 1000px;

	width: 100%;

}



#c_portalResEbizads_banner-1625194559915 .content {

	position: relative;

	width: 100%;

	height: auto;

}



#c_portalResEbizads_banner-1625194559915 .picB {

	width: 100%;

	height: auto;

}



#c_portalResEbizads_banner-1625194559915 .bannerPic {

	position: relative;

	width: 100%;

	top: 0px;

	left: 0px;

	transform: none;

}



#c_portalResEbizads_banner-1625194559915 .swiper-button-prev {

	width: 60px;

	height: 60px;

	cursor: pointer;

	position: absolute;

	background: rgba(255, 255, 255, 0.2);

	top: 50%;

	transform: translateY(-50%);

	z-index: 1;

	left: 0px;

	transition: all 0.5s;

}



#c_portalResEbizads_banner-1625194559915 .swiper-button-next {

	width: 60px;

	height: 60px;

	cursor: pointer;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	z-index: 1;

	right: 0px;

	background: rgba(255, 255, 255, 0.2);

	transition: all 0.5s;

}



#c_portalResEbizads_banner-1625194559915 .iconfont {

	display: block;

	width: 8px;

	height: 12px;

	transition: all 0.3s linear;

	margin-top: 24px;

	margin-left: 26px;

}



#c_portalResEbizads_banner-1625194559915 .iconfontPrev {

	background: url(/static/image/ban_l.png) no-repeat center left;

}



#c_portalResEbizads_banner-1625194559915 .iconfontNext {

	background: url(/static/image/ban_r.png) no-repeat center right;

}



#c_portalResEbizads_banner-1625194559915 .swiper-button-next:hover {

	background: #fabe00;

}



#c_portalResEbizads_banner-1625194559915 .swiper-button-next:hover .iconfontNext {

	width: 20px;

	margin-left: 20px;

}



#c_portalResEbizads_banner-1625194559915 .swiper-button-prev:hover {

	background: #fabe00;

}



#c_portalResEbizads_banner-1625194559915 .swiper-button-prev:hover .iconfontPrev {

	width: 20px;

	margin-left: 20px;

}



#c_portalResEbizads_banner-1625194559915 .text {

	position: absolute;

	top: 45%;

	width: 60%;

	max-width: 1280px;

	left: 0px;

	right: 0px;

	margin: 0 auto;

	transform: translateY(-50%);

}



#c_portalResEbizads_banner-1625194559915 .bannerTitle {

	color: #fff;

	position: relative;

	padding-bottom: 2rem;

	font-size: 1.125rem;

	display: none;

}



#c_portalResEbizads_banner-1625194559915 .bannerTitle::before {

	content: '';

	display: block;

	width: 2rem;

	height: 0.125rem;

	background-color: #e34646;

	position: absolute;

	top: 2.25rem;

}



#c_portalResEbizads_banner-1625194559915 .bannerTitle::after {

	content: '';

	display: block;

	width: 2rem;

	height: 0.125rem;

	background-color: #fff;

	position: absolute;

	top: 2.25rem;

	left: 2rem;

}



#c_portalResEbizads_banner-1625194559915 .summry h2 {

	font-family: "DINEngschriftStd";

	font-size: 62px;

	color: #fff;

	letter-spacing: 1px;

}



#c_portalResEbizads_banner-1625194559915 .summry h3 {

	font-family: "ban";

	font-size: 42px;

	color: #fff;

	letter-spacing: 0px;

	margin: 24px 0 16px;

}



#c_portalResEbizads_banner-1625194559915 .summry p {

	font-family: "pop";

	font-size: 20px;

	color: #fff;

	word-break: break-word;

	text-align: left;

}



#c_portalResEbizads_banner-1625194559915 .summry a {

	display: block;

	width: 160px;

	height: 50px;

	line-height: 50px;

	background: url(/img/s_arrow.png?tenantId=24687&viewType=1&v=1661763801000) no-repeat center right 30px #fabe00;

	font-family: "pop";

	text-indent: 30px;

	font-size: 16px;

	color: #fff;

	margin-top: 50px;

}



#c_portalResEbizads_banner-1625194559915 .bannerLink {

	display: block;

	width: 6rem;

	height: 2rem;

	border-radius: 1rem;

	background-color: #fff;

	text-align: center;

	line-height: 2rem;

	color: #ccc;

	margin-top: 3rem;

}



#c_portalResEbizads_banner-1625194559915 .text * {

	transform: translateY(3rem);

	opacity: 0;

}



#c_portalResEbizads_banner-1625194559915 .swiper-slide-active .text * {

	transition: all 2s ease .5s;

	transform: translateY(0);

	opacity: 1;

}



#c_portalResEbizads_banner-1625194559915 .bannerLink:hover {

	background-color: rgba(227, 70, 70, 1);

	color: #fff;

	transition: all 2s ease;

}



@media only screen and (max-width: 1360px) {

	#c_portalResEbizads_banner-1625194559915 .text {

		top: 45%;

	}

}



@media only screen and (max-width: 1280px) and (min-width: 769px) {

	#c_portalResEbizads_banner-1625194559915 .text {

		width: 70%;

	}



	#c_portalResEbizads_banner-1625194559915 .summry h2 {

		font-size: 50px;

	}



	#c_portalResEbizads_banner-1625194559915 .summry h3 {

		font-size: 32px;

		letter-spacing: 2px;

		margin: 10px 0 16px;

	}



	#c_portalResEbizads_banner-1625194559915 .summry p {

		font-size: 16px;

	}



	#c_portalResEbizads_banner-1625194559915 .summry a {

		margin-top: 40px;

	}

}



@media only screen and (max-width: 768px) {

	#c_portalResEbizads_banner-1625194559915 .bannerBox {

		height: auto;

	}



	#c_portalResEbizads_banner-1625194559915 .bannerBtn {

		display: none;

	}



	#c_portalResEbizads_banner-1625194559915 .text {

		width: 90%;

	}



	#c_portalResEbizads_banner-1625194559915 .summry h2 {

		font-size: 24px;

	}



	#c_portalResEbizads_banner-1625194559915 .summry h3 {

		font-size: 30px;

		letter-spacing: 0px;

		margin: 10px 0 8px;

		font-family: "";

		font-weight: bold;

	}



	#c_portalResEbizads_banner-1625194559915 .summry p {

		font-size: 14px;

	}



	#c_portalResEbizads_banner-1625194559915 .summry a {}

}



#c_portalResEbizads_banner-1625194559915 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#c_portalResComplaintPage_detail-16276264244649530 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#c_portalResFriendlink_list-1625194559965 .p_articles {

	width: calc((100% - 60px)/6);

	margin: 5px;

	margin-top: 5px;

	margin-right: 5px;

	margin-bottom: 5px;

	margin-left: 5px;

	border: 1px solid #ccc;

	background-color: #fff;

}



#c_portalResFriendlink_list-1625194559965 .p_CommonSummaryBoxA {

	text-align: center;

}



#c_portalResFriendlink_list-1625194559965 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#c_portalResFriendlink_list-1625194559965>div {

	animation-fill-mode: both;

}



#c_portalResFriendlink_list-1625194559965 .p_page .pre .iconfont:before {

	shadow-angle: 0px;

	shadow-distance: 0px;

	shadow-angle-ofInset: 0px;

	shadow-distance-ofInset: 0px;

}



#c_portalResFriendlink_list-1625194559965 .p_page .next .iconfont:before {

	shadow-angle: 0px;

	shadow-distance: 0px;

	shadow-angle-ofInset: 0px;

	shadow-distance-ofInset: 0px;

}



#c_portalResFriendlink_list-1625194559965 .p_more .iconfont:before {

	shadow-angle: 0px;

	shadow-distance: 0px;

	shadow-angle-ofInset: 0px;

	shadow-distance-ofInset: 0px;

}



#c_portalResFriendlink_list-1625194559965 .p_loading .iconfont:before {

	shadow-angle: 0px;

	shadow-distance: 0px;

	shadow-angle-ofInset: 0px;

	shadow-distance-ofInset: 0px;

}



#c_portalResFriendlink_list-1625194559965 .p_images {

	padding-bottom: 40% !important;

}



#c_portalResFriendlink_list-1625194559965 .p_images img {

	transition: all 1s;

}



#c_portalResFriendlink_list-1625194559965 .p_images:hover img {

	transform: translate(-50%, -50%) scale(1.1) !important;

	transition: all 0.5s;

	filter: grayscale(0);

}



@media only screen and (max-width:768px) {

	#c_portalResFriendlink_list-1625194559965 .p_articles {

		width: calc((100% - 30px)/3);

		margin: 5px;

		margin-top: 5px;

		margin-right: 5px;

		border: 1px solid #ccc;

		margin-bottom: 5px;

		background-color: #fff;

		margin-left: 5px;

	}

}



#c_portalResFriendlink_list-1625194559965 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 50px;

	margin-top: 20px;

	margin-left: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#c_portalResNews_list-1625194559960 .p_articles {

	width: calc((100% - 0px)/3);

}



#c_portalResNews_list-1625194559960 .p_CommonSummaryBoxA {

	text-align: center;

}



#c_portalResNews_list-1625194559960 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#c_portalResNews_list-1625194559960>div {

	animation-fill-mode: both;

}



#c_portalResNews_list-1625194559960 .tips {

	margin-top: 10px;

}



#c_portalResNews_list-1625194559960 .newContainer {

	width: 100%;

	height: auto;

	margin: 0rem auto;

	overflow: hidden;

}



#c_portalResNews_list-1625194559960 .newLi {

	position: relative;

	overflow: hidden;

	height: auto;

}



#c_portalResNews_list-1625194559960 .newLink {

	display: block;

	width: 100%;

	overflow: hidden;

	border: solid 1px #e9e9e9;

	transition: all .5s ease;

}



#c_portalResNews_list-1625194559960 .newImgBox {

	position: relative;

	width: 100%;

	height: auto;

	overflow: hidden;

	padding-bottom: 50%;

}



#c_portalResNews_list-1625194559960 .newImg {

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%) scale(1.0);

	width: 100%;

	height: auto;

	transition: all .5s ease;

}



#c_portalResNews_list-1625194559960 .txtBox {

	width: 100%;

	overflow: hidden;

}



#c_portalResNews_list-1625194559960 .newTitle {

	position: relative;

	width: 100%;

	padding-right: 50px;

	padding-bottom: 15px;

	border-bottom: solid 1px #e9e9e9;

}



#c_portalResNews_list-1625194559960 .name {

	display: block;

	width: 100%;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	font-size: 18px;

	color: #000;

}



#c_portalResNews_list-1625194559960 .imgLink {

	position: absolute;

	top: 0px;

	right: 10px;

	display: block;

	width: 30px;

	height: 30px;

	overflow: hidden;

}



#c_portalResNews_list-1625194559960 .newSummry {

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	font-size: 16px;

	margin: 10px 0;

	word-break: break-all;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	color: #999;

}



#c_portalResNews_list-1625194559960 .newLi:hover .newLink {

	-moz-box-shadow: 0px 0px 30px #ccc;

	-webkit-box-shadow: 0px 0px 30px #ccc;

	box-shadow: 0px 0px 1rem #ccc;

}



#c_portalResNews_list-1625194559960 .newLi:hover .newImg {

	transform: translate(-50%, -50%) scale(1.1);

}



@media only screen and (min-width: 769px) {

	#c_portalResNews_list-1625194559960 .newContainer {

		max-width: 1680px;

	}



	#c_portalResNews_list-1625194559960 .newLi {

		float: left;

	}



	#c_portalResNews_list-1625194559960 .newLink {

		height: auto;

	}



	#c_portalResNews_list-1625194559960 .txtBox {

		height: auto;

		padding: 35px 35px 20px;

	}



	#c_portalResNews_list-1625194559960 .name {

		font-size: 18px;

		color: #333;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {

	#c_portalResNews_list-1625194559960 .newContainer {

		max-width: 900px;

	}



	#c_portalResNews_list-1625194559960 .newLi {

		width: 50%;

	}



	#c_portalResNews_list-1625194559960 .newLink {

		height: auto;

	}



	#c_portalResNews_list-1625194559960 .newImgBox {

		height: 245px;

	}

}



@media only screen and (max-width: 768px) {

	#c_portalResNews_list-1625194559960 .newContainer {

		min-width: 300px;

	}



	#c_portalResNews_list-1625194559960 .newLi {

		width: 100%;

		padding: 1rem 0;

	}



	#c_portalResNews_list-1625194559960 .newLink {

		height: auto;

	}



	#c_portalResNews_list-1625194559960 .newImgBox {

		height: 210px;

	}



	#c_portalResNews_list-1625194559960 .txtBox {

		height: auto;

		padding: 20px;

	}



	#c_portalResNews_list-1625194559960 .newTitle {

		height: 40px;

	}



	#c_portalResNews_list-1625194559960 .newSummry {

		margin-top: 15px;

	}

}



#c_portalResNews_list-1625194559960 .p_hot .iconfont:before {

	shadow-angle: 0px;

	shadow-distance: 0px;

	shadow-angle-ofInset: 0px;

	shadow-distance-ofInset: 0px;

}



#c_portalResNews_list-1625194559960 .p_new .iconfont:before {

	shadow-angle: 0px;

	shadow-distance: 0px;

	shadow-angle-ofInset: 0px;

	shadow-distance-ofInset: 0px;

}



#c_portalResNews_list-1625194559960 .p_page .pre .iconfont:before {

	shadow-angle: 0px;

	shadow-distance: 0px;

	shadow-angle-ofInset: 0px;

	shadow-distance-ofInset: 0px;

}



#c_portalResNews_list-1625194559960 .p_page .next .iconfont:before {

	shadow-angle: 0px;

	shadow-distance: 0px;

	shadow-angle-ofInset: 0px;

	shadow-distance-ofInset: 0px;

}



#c_portalResNews_list-1625194559960 .p_more .iconfont:before {

	shadow-angle: 0px;

	shadow-distance: 0px;

	shadow-angle-ofInset: 0px;

	shadow-distance-ofInset: 0px;

}



#c_portalResNews_list-1625194559960 .p_loading .iconfont:before {

	shadow-angle: 0px;

	shadow-distance: 0px;

	shadow-angle-ofInset: 0px;

	shadow-distance-ofInset: 0px;

}



#c_portalResNews_list-1625194559960 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#c_portalResNews_category-1625194559955 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#c_portalResNews_category-1625194559955>div {

	animation-fill-mode: both;

}



#c_portalResNews_category-1625194559955 .p_categoryBox {

	font-size: 0px;

}



#c_portalResNews_category-1625194559955 .p_parentBox {

	display: inline-block;

	background-color: rgba(238, 238, 238, 0);

	margin-right: 10px;

	margin-bottom: 0px;

	font-size: 16px;

}



@media only screen and (max-width: 768px) {

	#c_portalResNews_category-1625194559955 .p_categoryBtn {

		text-align: center;

	}



	#c_portalResNews_category-1625194559955 .p_parentBox {

		width: 100%;

	}

}



@media only screen and (min-width: 769px) {

	#c_portalResNews_category-1625194559955 .js_clickbtn {

		display: none;

	}



	#c_portalResNews_category-1625194559955 .p_childBox {

		display: none;

	}



	#c_portalResNews_category-1625194559955 .p_parentBox .p_parentBox {

		width: 100%;

	}



	#c_portalResNews_category-1625194559955 .p_parentBox:hover>.p_childBox {

		display: block;

	}



	#c_portalResNews_category-1625194559955 .p_categoryBox>.p_parentBox>.p_childBox {

		width: 100%;

		position: absolute;

		left: 0px;

		top: auto;

		padding-left: 0px;

		z-index: 1;

	}



	#c_portalResNews_category-1625194559955 .cateBox2 .p_parentBox .p_childBox {

		width: 100%;

		position: absolute;

		left: 100%;

		top: 0px;

		padding-left: 0px;

	}



	#c_portalResNews_category-1625194559955 .p_linkBox {

		padding: 0px;

		width: 160px;

		width-uint: px;

		width-and-width-uint: 222px;

		height: 48px;

		height-uint: px;

		height-and-height-uint: 48px;

		width-and-height: 222px, 48px;

		text-align: center;

		vertical-align: middle;

	}

}



#c_portalResNews_category-1625194559955 .p_header {

	background-color: rgba(238, 238, 238, 1);

}



#c_portalResNews_category-1625194559955 .p_articlesC {

	background-color: rgba(238, 238, 238, 1);

}



#c_portalResNews_category-1625194559955 .p_head {

	background-color: rgba(238, 238, 238, 1);

}



#c_portalResNews_category-1625194559955 .p_parentBox:hover {

	color: rgba(255, 255, 255, 1);

}



#c_portalResNews_category-1625194559955 .p_linkBox:hover {

	background-color: #fabe00;

	color: rgba(255, 255, 255, 1);

}



#c_portalResNews_category-1625194559955 .p_title:hover {

	color: rgba(255, 255, 255, 1);

}



#c_portalResNews_category-1625194559955 .p_title {

	padding-top: 10px;

	padding-right: 15px;

	padding-bottom: 10px;

	padding-left: 15px;

	text-align: center;

	vertical-align: middle;

}



#c_portalResNews_category-1625194559955 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 30px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



@media only screen and (min-width:769px) and (max-width: 1024px) {}



#c_portalResProduct_category-16251946156581031 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#c_portalResProduct_category-16251946156581031>div {

	animation-fill-mode: both;

}



#c_portalResProduct_category-16251946156581031 .m-pic {

	text-align: center;

	display: block;

	font-size: 0px;

}



#c_portalResProduct_category-16251946156581031 .relative {

	position: relative;

	z-index: 1;

}



#c_portalResProduct_category-16251946156581031 .m-pic img {

	vertical-align: middle;

	max-width: 100%;

	max-height: 100%;

}



#c_portalResProduct_category-16251946156581031 .m-pic b {

	display: inline-block;

	height: 100%;

	vertical-align: middle;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .t1 {

	top: 17.875%;

	left: 0px;

	text-align: left;

}



#c_portalResProduct_category-16251946156581031 .index-pro * {

	font-size: 0px;

}



#c_portalResProduct_category-16251946156581031 .clean {

	zoom: 1px;

}



#c_portalResProduct_category-16251946156581031 .absolute {

	position: absolute;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p1 {

	font-size: 40px;

	line-height: 50px;

	font-weight: bold;

	width: 100%;

	color: rgba(255, 255, 255, 1);

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p2 {

	font-size: 32px;

	font-weight: normal;

	line-height: 30px;

	margin: 10px auto;

	color: #333;

	font-family: pop-s;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p3 {

	font-size: 40px;

	line-height: 40px;

	font-weight: bold;

	padding: 0px;

	background: #288104;

	background-clip: border-box;

	-webkit-background-clip: text;

	color: transparent;

	border-top: 1px solid rgba(255, 255, 255, .1);

	border-bottom: 1px solid rgba(255, 255, 255, .1);

	display: inline-block;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p4 {

	font-size: 18px;

	line-height: 26px;

	width: auto;

	margin-top: 25px;

	color: rgba(127, 127, 127, 1);

	letter-spacing: 5px;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .pm {

	margin-top: 40px;

	float: right;

}



#c_portalResProduct_category-16251946156581031 .more {

	display: block;

	width: 140px;

	height: 50px;

	border-radius: 5px;

	background: #fabe00;

	line-height: 50px;

	text-align: center;

	margin-top: 55px;

	box-shadow: 0px 10px 10px rgba(255, 255, 255, .05);

	border: 0px solid #ea5514;

}



#c_portalResProduct_category-16251946156581031 .trans {

	-webkit-transition: all 500ms ease 0s;

	-moz-transition: all 500ms ease 0s;

	-ms-transition: all 500ms ease 0s;

	-o-transition: all 500ms ease 0s;

	transition: all 500ms ease 0s;

}



#c_portalResProduct_category-16251946156581031 .del {

	transition-delay: 0.8s;

	-moz-transition-delay: 0.8s;

	-webkit-transition-delay: 0.8s;

	-o-transition-delay: 0.8s;

}



#c_portalResProduct_category-16251946156581031 .more i {

	color: #fff;

	font-size: 14px;

	line-height: 50px;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .t2 {

	top: 17.875%;

	right: 0px;

	text-align: right;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p5 {

	font-size: 24px;

	line-height: 24px;

	margin-bottom: 20px;

	color: #333;

	font-weight: bold;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p6 {

	font-size: 16px;

	line-height: 28px;

	color: #666;

	width: 320px;

	margin-top: 10px;

	display: -webkit-box;

	-webkit-line-clamp: 7;

	-webkit-box-orient: vertical;

	overflow: hidden;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .xian {

	margin-top: 40px;

	float: left;

}



#c_portalResProduct_category-16251946156581031 .index-pro .pagination {

	top: 65%;

	position: absolute;

	left: 0px;

	right: auto;

	width: auto;

	bottom: auto;

	z-index: 1;

	display: none;

}



#c_portalResProduct_category-16251946156581031 .index-pro .shuxian {

	top: 55%;

	left: 0px;

	width: 2px;

	height: 50px;

	background: #fff;

	z-index: 1;

	display: none;

}



#c_portalResProduct_category-16251946156581031 .index-pro .pagination .pagination-bullet.this {

	font-size: 30px;

	padding-right: 0px;

}



#c_portalResProduct_category-16251946156581031 .index-pro .pagination .pagination-bullet {

	width: auto;

	height: auto;

	font-size: 14px;

	line-height: 24px;

	color: #fff;

	background: none;

	display: block;

	opacity: 1;

	position: relative;

	padding-right: 8px;

	margin-bottom: 13px;

	font-weight: bold;

}



#c_portalResProduct_category-16251946156581031 .cur-p {

	cursor: pointer;

}



#c_portalResProduct_category-16251946156581031 .index-pro .pagination .pagination-bullet::after {

	content: "";

	display: block;

	background: #fff;

	width: 6px;

	height: 2px;

	position: absolute;

	top: 50%;

	right: 0px;

	margin-top: -1px;

}



#c_portalResProduct_category-16251946156581031 .index-pro .pagination .pagination-bullet.this::after {

	display: none;

}



#c_portalResProduct_category-16251946156581031 .index-pro .index-pro-button {

	width: 30px;

	height: 30px;

	line-height: 30px;

	text-align: center;

	margin-top: 0px;

	background: none;

	bottom: 25%;

	top: auto;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-button-next {

	right: 0px;

}



#c_portalResProduct_category-16251946156581031 .index-pro .index-pro-button i {

	color: #333;

	font-size: 30px;

}



#c_portalResProduct_category-16251946156581031 .index-pro .swiper-button-prev {

	left: auto;

	right: 50px;

}



#c_portalResProduct_category-16251946156581031 .rotating180 {

	transform: rotate(180deg);

	-ms-transform: rotate(180deg);

	-moz-transform: rotate(180deg);

	-webkit-transform: rotate(180deg);

	-o-transform: rotate(180deg);

}



@media only screen and (min-width:769px) and (max-width: 1024px) {

	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p3 {

		font-size: 26px;

		line-height: 30px;

		font-weight: bold;

		padding: 20px 0px;

		color: #082b60;

		border-top: 1px solid rgba(255, 255, 255, .1);

		border-bottom: 1px solid rgba(255, 255, 255, .1);

		display: inline-block;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p2 {

		font-size: 22px;

		font-weight: normal;

		line-height: 30px;

		margin: 20px auto;

		color: #333;

		font-family: "DINEngschriftStd";

	}

}



@media only screen and (max-width: 768px) {

	#c_portalResProduct_category-16251946156581031 .m-pic .p1 img {

		width: 240px;

	}



	#c_portalResProduct_category-16251946156581031 .clean {

		height: auto;

	}



	#c_portalResProduct_category-16251946156581031 .absolute {}



	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p2 {

		display: none;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p4 {

		display: none;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .pm {

		display: none;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .t2 {

		top: 0%;

		/* right: 35%; */

		text-align: center;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .shuxian {

		display: none;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .xian {

		display: none;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .pagination {

		display: none;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .p3 {

		font-size: 18px;

		line-height: 30px;

		font-weight: bold;

		padding: 10px 0px;

		border-top: none;

		border-bottom: none;

		display: inline-block;

		width: 100%;

		text-align: center;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-slide .t1 {

		left: 0;

		bottom: 0;

		text-align: left;

		width: 100%;

		height: auto;

		top: auto;

		display: none;

	}



	#c_portalResProduct_category-16251946156581031 .fadeInLeft {

		-webkit-animation-name: fadeInUp;

		animation-name: fadeInUp;

	}



	#c_portalResProduct_category-16251946156581031 .relative {

		padding-bottom: 8vh;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-button-next {

		right: 35%;

		bottom: 0;

	}



	#c_portalResProduct_category-16251946156581031 .index-pro .swiper-button-prev {

		left: auto;

		right: 55%;

		bottom: 2px;

	}

}



#c_portalResProduct_category-16251946156581031 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 3%;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194558865>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_grid-1625194558875>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_grid-1625194558885>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_grid-1625194558895>div>.p_gridbox {

	background-image: url(/static/image/abbg_1.jpg);

	background-color: rgba(245, 245, 245, 1);

	background-size: cover;

}



#w_grid-1625194558895 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1625194558895>div {

	animation-fill-mode: both;

}



#w_grid-1625194558895>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1625194558895>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0px;

	}



	#w_grid-1625194558895>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0px;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1625194558895>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {

	#w_grid-1625194558895>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0;

	}



	#w_grid-1625194558895>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1625194558895>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0;

	}

}



#w_grid-1625194558895 .p_gridbox {

	background-position: center center;

}



#w_grid-1625194558905 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1625194558905>div {

	animation-fill-mode: both;

}



#w_grid-1625194558905>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1625194558905>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0.6rem;

		margin-top: 0.6rem;

		margin-left: 3%;

	}



	#w_grid-1625194558905>div>.p_gridbox>.p_gridCell:nth-child(2n+0) {

		width: 48.5%;

		margin-left: 3%;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1625194558905>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {

		margin-left: 0;

		clear: left;

		margin-right: 0;

		width: 48.5%;

	}



	#w_grid-1625194558905>div>.p_gridbox>.p_gridCell:nth-child(2n) {

		margin-right: 0;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_common_text-1625194559765 .p_link001 {

	height: calc(100%);

}



#w_fline-1625194558925 .p_FLine {

	border-top-color: rgba(153, 153, 153, 1);

	width: 100px;

	border-top-width: 4px;

}



#w_fline-1625194558925 .w_fline .p_FLine {

	border-top-style: solid;

}



#w_fline-1625194558925 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fline-1625194558925>div {

	animation-fill-mode: both;

}



#w_common_text-1625194559775 .p_link001 {

	height: calc(100%);

}



#w_fbtn-1625194558935 .p_CommonBtn {

	background-color: #fabe00;

	position: relative;

	border-radius: 5px;

	border: solid 2px #fabe00;

	height: 50px;

	transition: 0.8s;

}



#w_fbtn-1625194558935 .p_CommonBtn .font {

	color: #fff;

	position: relative;

	font-size: 18px;

}



#w_fbtn-1625194558935 .p_CommonBtn:hover {

	background-color: #fabe00;

	position: relative;

	border-radius: 5px;

	border: solid 2px #fabe00;

	height: 50px;

	transition: 0.8s;

}



#w_fbtn-1625194558935 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1625194558935>div {

	animation-fill-mode: both;

}



#w_fbtn-1625194558935 .p_CommonBtn .font:hover {

	position: relative;

	color: #fff;

}



#w_fbtn-1625194558935 .font {

	position: relative;

	line-height: 46px;

	height: 46px;

}



#w_grid-1625194558945 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1625194558945>div {

	animation-fill-mode: both;

}



#w_grid-1625194558945>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1625194558945>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0px;

	}



	#w_grid-1625194558945>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0px;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1625194558945>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {

	#w_grid-1625194558945>div>.p_gridbox>.p_gridCell {

		/* margin-bottom: 5rem; */

		margin-top: 5rem;

		margin-left: 0;

	}



	#w_grid-1625194558945>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1625194558945>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0;

	}

}



#w_grid-1625194558955>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 768px) {

	#w_grid-1625194558955>div>.p_gridbox {

		margin-bottom: 50px
	}



	#w_grid-1625194558955 .reset_style:nth-child(1) span {

		font-size: 28px !important;

	}



	#w_grid-1625194558955 .reset_style:nth-child(2) span {

		font-size: 14px !important;

	}

}



@media only screen and (min-width: 769px) {

	#w_grid-1625194558955>div>.p_gridbox {

		margin-bottom: 60px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_grid-1625194857817>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_grid-1625205397324>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_common_text-1625194559780 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_common_text-1625194559780>div {

	animation-fill-mode: both;

}



#w_common_text-1625194559780 .p_link001 {

	height: calc(100%);

}



#w_fline-1625194558965 .p_FLine {

	border-top-color: rgba(0, 0, 0, 1);

	border-top-width: 2px;

}



#w_fline-1625194558965 .w_fline .p_FLine {

	border-top-style: solid;

}



#w_fline-1625194558965 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fline-1625194558965>div {

	animation-fill-mode: both;

}



#w_common_text-1625194559785 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_common_text-1625194559785>div {

	animation-fill-mode: both;

}



#w_common_text-1625194559785 .p_link001 {

	height: calc(100%);

}



#w_grid-1629101512816 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1629101512816>div {

	animation-fill-mode: both;

}



#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell {

		margin-bottom: 1rem;

		margin-top: 0rem;

		margin-left: 1%;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+0) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+1) {

		margin-left: 0px;

		clear: left;

		margin-right: 0px;

		width: 13.423199999999998%;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+2) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+3) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+4) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+5) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+6) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n) {

		margin-right: 0px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {

	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+0) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+1) {

		margin-left: 0;

		clear: left;

		margin-right: 0;

		width: 14.285714285714285%;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+2) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+3) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+4) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+5) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n+6) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101512816>div>.p_gridbox>.p_gridCell:nth-child(7n) {

		margin-right: 0;

	}

}



#w_fbtn-1629101692372 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101692372>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101708556 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101708556>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101718698 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101718698>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101730030 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101730030>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101735750 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101735750>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101748661 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101748661>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101757431 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101757431>div {

	animation-fill-mode: both;

}



#w_grid-1629101925897 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1629101925897>div {

	animation-fill-mode: both;

}



#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 1%;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+0) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+1) {

		margin-left: 0px;

		clear: left;

		margin-right: 0px;

		width: 13.423199999999998%;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+2) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+3) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+4) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+5) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+6) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n) {

		margin-right: 0px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {

	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+0) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+1) {

		margin-left: 0;

		clear: left;

		margin-right: 0;

		width: 14.285714285714285%;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+2) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+3) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+4) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+5) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n+6) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1629101925897>div>.p_gridbox>.p_gridCell:nth-child(7n) {

		margin-right: 0;

	}

}



#w_fbtn-1629101925909 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101925909>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101925915 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101925915>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101925920 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101925920>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101925925 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101925925>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101925928 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101925928>div {

	animation-fill-mode: both;

}



#w_fbtn-1629101925931 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1629101925931>div {

	animation-fill-mode: both;

}



#w_fbtn-1648862333631 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1648862333631>div {

	animation-fill-mode: both;

}



#w_grid-1648862364370 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1648862364370>div {

	animation-fill-mode: both;

}



#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 1%;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+0) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+1) {

		margin-left: 0px;

		clear: left;

		margin-right: 0px;

		width: 13.423199999999998%;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+2) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+3) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+4) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+5) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+6) {

		width: 13.423199999999998%;

		margin-left: 1%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n) {

		margin-right: 0px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {

	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+0) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+1) {

		margin-left: 0;

		clear: left;

		margin-right: 0;

		width: 14.285714285714285%;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+2) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+3) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+4) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+5) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n+6) {

		width: 14.285714285714285%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1648862364370>div>.p_gridbox>.p_gridCell:nth-child(7n) {

		margin-right: 0;

	}

}



#w_fbtn-1648862364379 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1648862364379>div {

	animation-fill-mode: both;

}



#w_fbtn-1648862364383 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1648862364383>div {

	animation-fill-mode: both;

}



#w_fbtn-1648862364388 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1648862364388>div {

	animation-fill-mode: both;

}



#w_fbtn-1648862364391 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1648862364391>div {

	animation-fill-mode: both;

}



#w_fbtn-1648862364394 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1648862364394>div {

	animation-fill-mode: both;

}



#w_fbtn-1648862364397 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1648862364397>div {

	animation-fill-mode: both;

}



#w_fvideo-1626682923908 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1625194559245>div>.p_gridbox {

	background-color: rgba(0, 0, 0, 1);

}



#w_grid-1625194559245 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1625194559245>div {

	animation-fill-mode: both;

}



#w_grid-1625194559245>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1625194559245>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0px;

	}



	#w_grid-1625194559245>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0px;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1625194559245>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {

	#w_grid-1625194559245>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0;

	}



	#w_grid-1625194559245>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1625194559245>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0;

	}

}



#w_videobackbox-1625194559255 .p_MatteIcon .iconfont:before {

	content: '\e602';

	width: 100%;

	height: 100%;

	display: inline-block;

	background-color: rgba(0, 0, 0, .6);

	vertical-align: middle;

}



#w_videobackbox-1625194559255 .w_videobackbox:before {

	content: "";

	background: rgba(0, 0, 0, .2);

	position: absolute;

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

}



#w_grid-1625194559265>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_common_text-1625194559840 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_common_text-1625194559840>div {

	animation-name: fadeInUp;

	animation-duration: 1s;

	animation-delay: 1s;

	animation-fill-mode: both;

}



#w_common_text-1625194559840 .p_link001 {

	height: calc(100%);

}



#w_common_text-1625194559845 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_common_text-1625194559845>div {

	animation-name: fadeInUp;

	animation-duration: 1s;

	animation-delay: 1.2s;

	animation-fill-mode: both;

}



#w_common_text-1625194559845 .p_link001 {

	height: calc(100%);

}



#w_grid-1625194559275 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1625194559275>div {

	animation-name: fadeInUp;

	animation-duration: 1s;

	animation-delay: 1.4s;

	animation-fill-mode: both;

}



#w_grid-1625194559275>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1625194559275>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0px;

	}



	#w_grid-1625194559275>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0px;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1625194559275>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_fbtn-1625194559285 .p_CommonBtn {

	background-color: rgba(0, 0, 0, 0);

	position: relative;

	border-radius: 5px;

	border: solid 2px rgba(255, 255, 255, 1);

	height: 50px;

	transition: 0.8s;

}



#w_fbtn-1625194559285 .p_CommonBtn .font {

	color: #fff;

	position: relative;

	font-size: 18px;

}



#w_fbtn-1625194559285 .p_CommonBtn:hover {

	background-color: #fabe00;

	position: relative;

	border-radius: 5px;

	border: solid 2px #fabe00;

	height: 50px;

	transition: 0.8s;

}



#w_fbtn-1625194559285 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fbtn-1625194559285>div {

	animation-fill-mode: both;

}



#w_fbtn-1625194559285 .p_CommonBtn .font:hover {

	position: relative;

	color: #fff;

}



#w_fbtn-1625194559285 .font {

	position: relative;

	line-height: 46px;

	height: 46px;

}



#w_grid-1625194559295>div>.p_gridbox {

	background-color: rgba(255, 255, 255, 1);

}



#w_grid-1625194559295 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1625194559295>div {

	animation-fill-mode: both;

}



#w_grid-1625194559295>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1625194559295>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0px;

	}



	#w_grid-1625194559295>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0px;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1625194559295>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {

	#w_grid-1625194559295>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0;

	}



	#w_grid-1625194559295>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1625194559295>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0;

	}

}



#w_grid-1627803975038>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_common_text-1627629186630 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_common_text-1627629186630>div {

	animation-fill-mode: both;

}



#w_common_text-1627629186630 .p_link001 {

	height: calc(100%);

}



#w_fline-1627629190021 .p_FLine {

	border-top-color: rgba(0, 0, 0, 1);

	border-top-width: 2px;

}



#w_fline-1627629190021 .w_fline .p_FLine {

	border-top-style: solid;

}



#w_fline-1627629190021 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fline-1627629190021>div {

	animation-fill-mode: both;

}



#w_common_text-1627629193007 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_common_text-1627629193007>div {

	animation-fill-mode: both;

}



#w_common_text-1627629193007 .p_link001 {

	height: calc(100%);

}



#w_fimg-1626684545461 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fimg-1626684545461>div {

	animation-fill-mode: both;

}



#w_grid-1625222802307>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_grid-1625194559675 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1625194559675>div {

	animation-fill-mode: both;

}



#w_grid-1625194559675>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1625194559675>div>.p_gridbox>.p_gridCell {

		margin-bottom: 4rem;

		margin-top: 4rem;

		margin-left: 0px;

	}



	#w_grid-1625194559675>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0px;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1625194559675>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {

	#w_grid-1625194559675>div>.p_gridbox>.p_gridCell {

		margin-bottom: 4rem;

		margin-top: 4rem;

		margin-left: 0;

	}



	#w_grid-1625194559675>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1625194559675>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0;

	}

}



#w_grid-1625194559685>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_grid-1625194559695>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_grid-1625194559705 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1625194559705>div {

	animation-fill-mode: both;

}



#w_grid-1625194559705>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1625194559705>div>.p_gridbox>.p_gridCell {

		margin-bottom: 0rem;

		margin-top: 0rem;

		margin-left: 0;

	}



	#w_grid-1625194559705>div>.p_gridbox>.p_gridCell:nth-child(2n+0) {

		width: 34.489999999999995%;

		margin-left: 0;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1625194559705>div>.p_gridbox>.p_gridCell:nth-child(2n+1) {

		margin-left: 0;

		clear: left;

		margin-right: 0;

		width: 65.51%;

	}



	#w_grid-1625194559705>div>.p_gridbox>.p_gridCell:nth-child(2n) {

		margin-right: 0;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_grid-1625194559715>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_common_text-1625194559900 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_common_text-1625194559900>div {

	animation-fill-mode: both;

}



#w_common_text-1625194559900 .p_link001 {

	height: calc(100%);

}



#w_fline-1625194559725 .p_FLine {

	border-top-color: rgba(0, 0, 0, 1);

	border-top-width: 2px;

}



#w_fline-1625194559725 .w_fline .p_FLine {

	border-top-style: solid;

}



#w_fline-1625194559725 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fline-1625194559725>div {

	animation-fill-mode: both;

}



#w_grid-1625194559735>div>.p_gridbox {

	background-color: rgba(248, 248, 248, 1);

}



#w_grid-1625194559735 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_grid-1625194559735>div {

	animation-fill-mode: both;

}



#w_grid-1625194559735>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0px;

	clear: left;

}



@media only screen and (min-width: 769px) {

	#w_grid-1625194559735>div>.p_gridbox>.p_gridCell {

		margin-bottom: 4rem;

		margin-top: 4rem;

		margin-left: 0%;

	}



	#w_grid-1625194559735>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0%;

		margin-right: 0px;

		clear: none;

	}



	#w_grid-1625194559735>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0px;

	}

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {

	#w_grid-1625194559735>div>.p_gridbox>.p_gridCell {

		margin-bottom: 4rem;

		margin-top: 4rem;

		margin-left: 0%;

	}



	#w_grid-1625194559735>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {

		width: 100%;

		margin-left: 0%;

		margin-right: 0;

		clear: none;

	}



	#w_grid-1625194559735>div>.p_gridbox>.p_gridCell:nth-child(1n) {

		margin-right: 0;

	}

}



#w_grid-1625194559745>div>.p_gridbox>.p_gridCell:nth-child(n+1) {

	margin-left: 0;

	clear: left;

}



@media only screen and (max-width: 1024px) and (min-width: 769px) {}



#w_common_text-1625194559905 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_common_text-1625194559905>div {

	animation-fill-mode: both;

}



#w_common_text-1625194559905 .p_link001 {

	height: calc(100%);

}



#w_fline-1625194559755 .p_FLine {

	border-top-color: rgba(0, 0, 0, 1);

	border-top-width: 2px;

}



#w_fline-1625194559755 .w_fline .p_FLine {

	border-top-style: solid;

}



#w_fline-1625194559755 .p_MatteIcon .iconfont:before {

	content: '\e602';

}



#w_fline-1625194559755>div {

	animation-fill-mode: both;

}



#w_grid-1625194558865 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194558875 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194558885 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194558895 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: -6px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194558905 {

	width: 94%;

	max-width: 1680px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: 6%;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 14%;

	padding-top: 0px;

	padding-left: 10px;

	padding-right: 10px;

	padding-bottom: 0px;

}



#w_common_text-1625194559765 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fline-1625194558925 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 20px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_common_text-1625194559775 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 20px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 30px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1625194558935 {

	width: 100%;

	max-width: 200px;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 50px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194558945 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: 3%;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 3%;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194558955 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194857817 {

	width: 94%;

	max-width: 1460px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625205397324 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_common_text-1625194559780 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fline-1625194558965 {

	width: 100%;

	max-width: 60px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 20px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_common_text-1625194559785 {

	width: auto;

	max-width: 1200px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 10px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 20px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1629101512816 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 20px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101692372 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101708556 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101718698 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101730030 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101735750 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101748661 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101757431 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1629101925897 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 10px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101925909 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101925915 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101925920 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101925925 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101925928 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1629101925931 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1648862333631 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1648862364370 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 10px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1648862364379 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1648862364383 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1648862364388 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1648862364391 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1648862364394 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1648862364397 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 60px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fvideo-1626682923908 {

	width: auto;

	max-width: 680px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559245 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 80px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_videobackbox-1625194559255 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559265 {

	width: 94%;

	max-width: 1400px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: 5%;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 5%;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_common_text-1625194559840 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_common_text-1625194559845 {

	width: auto;

	max-width: 1000px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 20px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559275 {

	width: 100%;

	max-width: 420px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 50px;

	margin-top: 5%;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fbtn-1625194559285 {

	width: 100%;

	max-width: 200px;

	min-width: 0px;

	height: 100%;

	max-height: 0px;

	min-height: 50px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559295 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1627803975038 {

	width: 94%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_common_text-1627629186630 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	/* margin-top: 5%; */

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fline-1627629190021 {

	width: 100%;

	max-width: 60px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 20px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_common_text-1627629193007 {

	width: auto;

	max-width: 1000px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 10px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 20px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fimg-1626684545461 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 200px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625222802307 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559675 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559685 {

	width: 94%;

	max-width: 1680px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: 20px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 20px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559695 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559705 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559715 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_common_text-1625194559900 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fline-1625194559725 {

	width: 100%;

	max-width: 100px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 20px;

	margin-top: 10px;

	margin-left: auto;

	margin-right: 0px;

	margin-bottom: 10px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559735 {

	width: 100%;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_grid-1625194559745 {

	width: 94%;

	max-width: 1680px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 192px;

	margin-top: 20px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 20px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_common_text-1625194559905 {

	width: auto;

	max-width: none;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 0px;

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}



#w_fline-1625194559755 {

	width: 100%;

	max-width: 100px;

	min-width: 0px;

	height: auto;

	max-height: none;

	min-height: 20px;

	margin-top: 10px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	padding-top: 0px;

	padding-left: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

}

img {
        max-width: 100%;
    }
@media screen and (max-width: 1440px) {
    html {
        overflow-x: hidden;
    }
    #demo li.intro .introa p {
        font-size: 14px;
        line-height: 24px;
    }
    /*#demo li {*/
    /*    margin-left: .5%;*/
    /*}*/
    .banner .text {
        position: absolute;
        width: 60%;
        max-width: 1280px;
        top: -100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        opacity: 0;
        transform: translateY(0);
    }
    .banner .swiper-slide-active .text {
        transform: translateY(0);
        transition: all 2s ease .5s;
        top: auto;
        bottom: 0;
        opacity: 1;
    }
    .banner .text h2 {
        font-size: 22px;
        font-weight: normal;
        margin: 0 0;
    }
    .banner .text h3 {
        font-size: 32px;
        line-height: 1.76;
        font-weight: normal;
        margin: 0 0;
    }
    #demo {
        height: 416px;
    } 
    /*#demo li.intro .introa {*/
        /*height: 276px;*/
    /*}*/
    /*#demo li.intro .introa .yuan {*/
    /*    width: 58px;*/
    /*    height: 58px;*/
    /*    right: -26px;*/
    /*    top: 108px;*/
    /*}*/
    /*#demo li.intro .bigname {*/
    /*    font-size: 22px;*/
    /*    line-height: 1.37;*/
    /*}*/
    /*#demo li.intro .bigname span {*/
    /*    font-size: 17px;*/
    /*}*/
    #demo li .title {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    float: left;
    margin-top: 10%;
    font-size: 22px;
}
    #demo li .name {
        width: 100%;
        height: auto;
        line-height: 1.37;
        margin-top: 70px;
        font-size: 22px;
    }
    #demo li .ename {
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 1.37;
        font-size: 20px;
        display: block;
    }
    .news_ti span {
        font-size: 28px;
    }
    .about_l {
        height: auto;
    }
    .about_ltop {
        height: auto;
    }
    .about_ltop .ltopin {
        width: 88%;
        height: auto;
        margin: 37px auto;
        overflow: hidden;
    }
    .about_ltop .ltopin h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .about_ltop .ltopin p {
        font-size: 14px;
        line-height: 2;
    }
    .about_ltop .ltopin .five li span {
        width: 100%;
        font-size: 13px;
    }
    .about_ltop .ltopin .five li:nth-child(2n+2) {
        width: 5%;
    }
    .about_ltop .ltopin .five li {
        width: 16%;
        height: 100px;
    }
    .about_r img {
        width: 100%;
        height: auto;
    }
    .product_in {
        height: auto;
        /*min-height: max-content;*/
        overflow: hidden;
    }
    .pro_img img {
        width: 100%; 
    }
    .in-prd-menub li.swiper-slide-thumb-active a .img {
        width: 92px;
        height: 92px;
    }
    .in-prd-menub li a .img {
        width: 92px;
        height: 92px;
        float: left;
        border: 5px solid #00000000;
        border-radius: 50%;
    }
    .in-prd-menub li a img {
        width: 100%;
        height: 100%;
        margin-right: 0;
    }
    .in-prd-menub li a .txt h1 {
        font-size: 17px;
        margin-top: 7px; 
    }
    .in-prd-menub li a .txt p {
        font-size: 14px;
        margin-top: 16px
    }
    .zxcss {
        height: 558px;
    }
    .zxcss .swiper-container {
        height: 100%;
    }
    .pro_img {
        width: 100%;
        height: 100%;
        float: left;
    }
    .list-2 li .more h1 {
        font-size: 16px;
        line-height: 1.76;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .pro_img a {
        display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    }
    .list-2 li .more {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .news_in {
        width: 98%;
        max-width: 1440px;
    }
    .in-prd-menu {
        margin-bottom: 17px;
    }
    .list-3 li a {
        margin: 0 0 0 20px;
        padding: 20px 20px 10px;
    }
    .list-3 li .date small {
        font-size: 20px;
    }
    .list-3 li .date strong {
        font-size: 13px;
    }
    .list-3 li .text p {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news_l .title {
        line-height: 56px;
    }
    .list-3 li .text {
        margin-left: 110px;
    }
    .list-3 li .date {
        width: 87px;
    }
    .banner .swiper-slide {
        height: 87vh;
    }
}
@media screen and (max-width: 1180px) {
    .banner .swiper-slide {
        height: 70vh;
    }
}
@media screen and (max-width: 768px) {
    .san_box {
        height: auto;
    }
    .banner .swiper-slide {
        height: 217px;
    }
    .banner .text h2 {
        font-size: 12px;
    }
    .banner .text h3 {
        font-size: 12px;
    }
    #demo {
        height: auto;
    }
    .g-bg {
        display: block!important;
        opacity: 1!important;
    }
    .g-one {
        display: none!important;
    }
    .g-two {
        display: block!important;
        padding: 27px 7px;
    }
    
    /*#demo li .introa {*/
    /*	position: relative!important;*/
    /*    width: 100%!important;*/
    /*    background: linear-gradient(to bottom, rgba(192, 181, 190, 0.9), rgba(69, 178, 202, 0.9))!important;*/
    /*    bottom: auto!important;*/
    /*    top: 0!important;*/
    /*    left: 0!important;*/
    /*    transition: all 1.1s ease-in-out!important;*/
    /*    height: auto!important;*/
    /*    display: flex!important;*/
    /*    justify-content: center!important;*/
    /*    align-items: center!important;*/
    /*    transform: translate(0,0)!important;*/
    /*    margin: 17px auto 0;*/
    /*    padding: 5px 0;*/
    /*    opacity: 0;*/
    /*}*/
    /*#demo li .bigname {*/
    /*	position: relative!important;*/
    /*    color: #fff!important;*/
    /*    right: 0!important;*/
    /*    font-size: 18px!important;*/
    /*    line-height: 1.37!important;*/
    /*    display: block!important;*/
    /*    top: 0!important;*/
    /*    width: 100%!important;*/
    /*    left: 0!important;*/
    /*    text-align: center!important;*/
    /*    padding: 0!important;*/
    /*    transform: translate(0,0)!important;*/
    /*    float: none!important;*/
    /*}*/
    /*#demo li .introa p {*/
    /*    float: none!important;*/
    /*	width: 95%!important;*/
    /*    height: max-content!important;*/
    /*    max-height: 100%!important;*/
    /*    overflow: hidden!important;*/
    /*    margin: auto!important;*/
    /*    color: #fdfdfd!important;*/
    /*    font-size: 13px!important;*/
    /*    padding: 5px 0!important;*/
    /*    line-height: 2!important;*/
    /*}*/
    /*#demo li .introa .yuan {*/
    /*	display: none!important;*/
    /*}*/
    /*#demo li .bigname span {*/
    /*	font-size: 14px!important;*/
    /*	line-height: 1;*/
    /*}*/
    /*#demo li {*/
    /*    margin-left: 0;*/
    /*    height: auto;*/
    /*}*/
    .news_ti span {
        font-size: 20px;
    }
    .news_in {
        width: 98%;
        max-width: 1440px;
        padding: 0;
    }
    .about_ltop .ltopin h1 {
        font-size: 18px;
        margin-bottom: 17px;
    }
    .about_ltop .ltopin {
        width: 90%;
        margin: 27px auto;
    }
    .about_ltop .ltopin p {
        font-size: 13px;
        line-height: 2;
    }
    .about_ltop .ltopin .five li {
        width: 20%;
        height: auto;
    }
    .about_ltop .ltopin .five li:nth-child(2n+2) {
        display: none;
    }
    .about_ltop .ltopin .five li span {
        width: 100%;
        font-size: 12px;
        display: block;
        bottom: -10px;
    }
    .news_ti {
        margin-bottom: 27px;
    }
    .zxcss {
        height: auto;
        float: none;
        width: 100%;
        display: block !important;
    }
    .pro_img a {
        display: block;
    }
    .in-prd-menub li a .txt p {
    display: none;
}
.in-prd-menub li a .txt {
    float: none;
    margin-left: 0;
    display: block;
    padding: 0 0 0 17px;
}
.in-prd-menub li a {
    color: #fff;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    float: none;
    overflow: hidden;
    padding: 5px;
    position: relative;
    margin: auto;
    border-bottom-right-radius: 27px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.in-prd-menub li.swiper-slide-thumb-active a {
    color: #fff;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
    float: none;
    overflow: hidden;
    padding: 5px;
    position: relative;
    margin: auto;
    border-bottom-right-radius: 27px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.zxcss .swiper-button-prev {
    display: none;
}
.zxcss .swiper-button-next {
    display: none;
}
.in-prd-menub li a .img {
    width: 57px;
    height: 57px;
    float: none;
    border: 2px solid #efefef;
}
.in-prd-menub li.swiper-slide-thumb-active a .img {
    width: 57px;
    height: 57px;
    float: none;
    border: 2px solid #efefef;
}
.in-prd-menub li a img {
    width: 100%;
    height: 100%;
    margin-right: 0;
    border: 2px solid #fff;
}
.in-prd-menub li a .txt h1 {
    font-size: 12px;
    margin-top: 0;
} 
.in-prd-menub {
    position: relative;
    z-index: 1;
    margin-top: 0;
    width: 100%;
    float: none;
    margin-bottom: 0px;
    padding: 0;
}
.in-prd-menub li {
    margin-left: 0;
    float: left;
    width: 100% !important;
}
.list-3 li a {
    margin: auto;
    padding: 20px 7px 10px;
}
.list-3 li .date {
    width: 67px;
}
.list-3 li .date small {
    font-size: 16px;
}
.list-3 li .date strong {
    font-size: 12px;
}
.list-3 li .text {
    margin-left: 90px;
}
.list-3 li .text p {
    font-size: 12px;
}
.list-3 li a {
    margin: auto;
    padding: 15px 7px 5px;
}
.list-3 li .text p {
    font-size: 12px;
    height: auto;
}
.news_box {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0px;
}
}