@charset "utf-8";
body{color:#222;-webkit-text-size-adjust:none;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl, dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe{margin:0; padding:0;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

body,button,input,select,textarea {line-height: 2;}

ol,ul{list-style:none;}
a { text-decoration: none;color:#333; cursor:pointer;}
 
*{margin:0px;padding:0px;-webkit-box-sizing: border-box;box-sizing: border-box;}

/******清除浮动******/
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.clearfix {zoom: 1;}
.clearfix:after {
	content: " ";
	opacity: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

/******左右浮动******/
.h_fl{float: left !important;}
.h_fr{float: right !important;}
.h_fc{overflow: hidden !important;}

/******左右对齐******/
.h_tl{text-align: left !important;}
.h_tr{text-align: right !important;}
.h_tc{text-align: center !important;}


html,body{ width:100%; }
.container{width: 85%;margin: 0 5% 0 10%;}

.martop-30{margin-top:30px;}
.martop-50{margin-top:50px;}
.martop-100{margin-top:100px;}

.marbot-50{margin-bottom:50px;}
.marsx-50{margin:50px 0;}
.marsx-100{margin:100px 0;}

.padd-50{padding-top:50px;}

.paddbot-50{padding-bottom:50px;}
.paddbot-100{padding-bottom:100px;}

.paddsx-50{padding:50px 0;}
.paddsx-100{padding:100px 0;}


body.sybody{height:100%;}
.section-wrap{width:100%;height: 100%;overflow:visible;transition:transform 1s cubic-bezier(0.86,0,0.03,1);-webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);}
.section-wrap .section{position:relative;width:100%;height: 100%!important;background-position:center center;background-repeat:no-repeat;background-size: cover;}
.section-wrap .section .title{width:100%;color:#fff;text-align: left;}
.section-wrap .section .title.active .tit{/* opacity:1; *//* transform:translateY(-25px); *//* -webkit-transform:translateY(-25px); *//* transition:all 2s cubic-bezier(0.86,0,0.8,1); *//* -webkit-transition:all 2s cubic-bezier(0.86,0,0.8,1); */}
.section-wrap .section-1{background-image:url(../img/page1_ban01.jpg);}
.section-wrap .section-2{ background-image:url(../img/page2_ban01.jpg)}
.section-wrap .section-3{background-image: url(../img/page3_ban01.jpg);}
.section-wrap .section-4{ background-image:url(../img/page4_ban01.jpg)}
.section-wrap .section-5{background-image:url(../img/page5_ban01.jpg);}

.header-swiper.swiper-container .section-btn{width:14px;position:fixed;right: 6%;/* top: 30%; */}
.header-swiper.swiper-container .section-btn div{width: 30px;height: 30px;cursor:pointer;border-radius:50%;-webkit-border-radius:50%;margin-bottom: 30px;background: none;text-align:center;color:#fff;position: relative;z-index: 9999;}
.header-swiper.swiper-container .section-btn div:last-child{
    opacity:  0;
}
.header-swiper.swiper-container .section-btn:before{content:"";width: 1px;height: 19999px;position: absolute;background-color: rgba(255, 255, 255, 0.36);right: -14%;top: -200%;display: block;z-index: 9999;}
.header-swiper.swiper-container .section-btn div  i{
	display:block;
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	left: 105%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
}
.header-swiper.swiper-container .section-btn div .swiper-pagination-bullet-active i{	
	content: '';
	border-width: 2px;
	border-style: solid;
	border-color: #ffc600;
	background-color: #000000c9;
}
.header-swiper.swiper-container .section-btn div span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: '';
    background: #fff;
    left: 105%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.header-swiper.swiper-container .section-btn div span{font-size: 14px;width: auto;min-width: 100px;color: #fff;height:  auto;position: absolute;right: 20px;top: -5px;z-index: 9999;background: none;opacity: 1;}
.header-swiper.swiper-container .section-btn div span:hover{
	color:rgb(255,198,0);
}
.header-swiper.swiper-container .section-btn div span.swiper-pagination-bullet-active{font-size: 18px;}

.arrow{opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);position:absolute;bottom:10px;left:50%;margin-left: -23px;width: 46px;height: 46px;border-radius:100%;-webkit-border-radius:100%;line-height: 40px;text-align:center;font-size:20px;color:#fff;border:1px solid #fff;cursor:pointer;overflow:hidden;z-index: 99;}
.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}

@keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }

@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }


/********页头*******/
.header{position:fixed;top:0px;z-index: 999;width: 100%;padding: 18px 0;background-color: rgba(0, 0, 0, 0.26);box-shadow: 0px 2px 3px rgba(255, 255, 255, 0.08);border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.header .logo{width: 15%;float: left;}
.header .logo img{display:block;margin:0 auto;}
.header-con{width: 77%;float: left;}
.header-con ul{overflow:hidden;}
.header-con ul.nav1{float: left;}
.header-con ul.nav2{float: right;position: relative;padding: 0 0 0 50px;}
.header-con ul li{float:left;padding: 1px 50px 0 0px;line-height: 56px;position: relative;-webkit-transition: .3s;transition: .3s;}
.header-con ul li a{color:#fff;font-size: 16px;display: inline-block;line-height: 50px;width: 100%;height: 100%;}
.lanmu{height: 50px;float: right;right: 30px;}
.header-con ul.nav2:before{content:"";display: inline-block;width:1px;height:20px;background-color: rgba(255, 255, 255, 0.51);position: absolute;left: 0px;top: 16px;}

.header-con ul li:last-child{padding-right:0px;}
.header-con ul li.active:after{content:"";display:inline-block;width: 45px;height:3px;background-color: #FFAC02;position: absolute;left: 0px;bottom: 0px;}
.header-con ul li:hover:after{
	content:"";
	display:inline-block;
	width: 64px;
	height:3px;
	background-color: #FFAC02;
	position: absolute;
	left: 0px;
	bottom: 0px;
	animation: allheader 0.5s;
}
@keyframes allheader
{
0%   {width: 0px;}
100% {width: 64px;}
}
.pagecon{z-index:999;width: 80%;margin: 0 auto 0 auto;position: relative;top: 20%;}
.pageone-con{margin: 0 auto 0 auto;position: relative;top: 20%;padding: 0 80px 0 0;}
.pageone-con .page-fo{overflow: hidden;width: 100%;height: 649px;margin: 0 auto;position: relative;}
.pageone-text{color:#fff;width: 90%;height: auto;margin: 0 auto;text-align: right;padding: 80px 0 0 0;z-index: 9;overflow: hidden;position: relative;}
.fobg{width: 551px;height: 649px;position:absolute;left: 0px;top: 0px;background: url(../img/page1_frame.png) no-repeat left top;z-index: 1;}
.pageone-text h3{font-size: 70px;letter-spacing: 10px;padding: 0px 0 20px 0;}
.pageone-text .page-ch{font-size: 26px;width: 80%;float: right;letter-spacing: 3px;padding: 0 0 10px 0;}
.pageone-text .page-en{font-size:20px;width: 65%;float: right;}

.pageone-con .swiper-button-next,.pageone-con .swiper-button-prev{top: 93%;width: 20px;height: 30px;background-size: 100%;border: 1px solid #247374;background: #247374;padding: 2px 43px;background-repeat-x: no-repeat;background-position-x:  center;}
.pageone-con .swiper-button-next.swiper-button-disabled,.pageone-con .swiper-button-prev.swiper-button-disabled {
    /* opacity: .35; */
    cursor: auto;
    background: none;
    background-repeat-x: no-repeat;
    background-position-x: center;
    pointer-events: none;
}

.pageone-con .swiper-button-next.swiper-button-disabled,.pageone-con .swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: auto 50%;
	background-position:center;
	background-repeat:no-repeat;
}
.pageone-con .swiper-button-prev.swiper-button-disabled,.pageone-con .swiper-button-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 100% 50%;
	background-position:center;
	background-repeat:no-repeat;
}
.pageone-con .swiper-button-prev{left: auto;right: 100px;}

.left-fix{position:fixed;top: 30%;left: 2%;z-index: 1;}
.left-fix ul li{margin:20px 20px;}
.left-fix ul li:hover div:nth-child(2) {
	animation: myfirst 3s;
	-moz-animation: myfirst 3s;	/* Firefox */
	-webkit-animation: myfirst 3s;	/* Safari 和 Chrome */
	-o-animation: myfirst 3s;	/* Opera */
}
@keyframes myfirst {
	0%   {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes myfirst /* Firefox */
{
	0%   {opacity: 0;}
	100% {opacity: 1;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
	0%   {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes myfirst /* Opera */
{
	0%   {opacity: 0;}
	100% {opacity: 1;}
}


/***** 概况 *****/
.page2-con{/* padding: 0 150px 0 150px; */top: 25%;}
.newscommon{width:90%;margin: 0 auto;}

.cswc-info-text .title {margin: 0 0 20px 0;}
.title .tit{font-size: 30px;/* font-weight: 600; */line-height: normal;text-indent: 0px;}
.title .tit-en{font-size: 16px;text-indent: 0px;color: rgba(255, 255, 255, 0.72);}
.title .tit-en i{width: 12px;height: 12px;display:inline-block;background-color: #FF9000;margin: 0px 8px 0 0;}

.model2.trendsmessage{position:relative;}
.cswc-info.none{display:none;}
.trendsmessage .title2{width: 100%;/* height: 50px; */margin: 0 auto;position: absolute;bottom: 60px;left: 20%;}
.trendsmessage .title2 span{width: 15%;letter-spacing: 3px;padding: 12px 0px;text-align: center;font-size: 16px;cursor: pointer;position: relative;color: #fff;background-color: rgba(0, 0, 0, 0.39);z-index: 99999;}
.trendsmessage .title2 span.selected{
	background-color: #247374;
	animation:allselected 1s;
}
@keyframes allselected
{
0%   {background-color: rgba(36, 115, 116, 0.52);}
100% {background-color: #247374;}
}
.trendsmessage .title2 span:after{/* content:" "; */display:block;height: 2px;background-color: #DFAF5D;position: absolute;bottom: -5px;left: 50%;margin-left: -50px;display: block;-webkit-transition: 0.4s ease 0.2s;-moz-transition: 0.4s 0.2s;-o-transition: 0.4s 0.2s;transition: 0.4s 0.2s;}
.trendsmessage .title2 span.selected:after{width: 100px;}
.cswc-info .cswc-info-img{position:relative;width: 40%;}
.cswc-info .cswc-info-img .info-img{margin: 20px 30px;}
.cswc-info .cswc-info-img .info-img img{width: 100%;display: block;margin: 0px auto;}
.cswc-info .yw-bg{background:url(../img/cs-kuang.png) no-repeat left top;background-size:100%;width: 100%;height: 450px;position: absolute;top: 0px;z-index: 10;}
.cswc-info-text{width: 58%;height: 450px;padding: 20px 0px 0px 0px;/* writing-mode: vertical-rl; *//* writing-mode: tb-rl; *//* -webkit-writing-mode: vertical-rl; *//* letter-spacing: 3px; */}
.cswc-info-text p{text-align: justify;line-height: 2;text-indent: 35px;color: #fff;font-size: 14px;}
.cswc-info{position:relative;}
.cswc-info .btn-p{text-align: left;text-indent: 0px;}
.cswc-info .btn-p a{width: 100%;height: 100%;display: inline-block;padding: 25px 30px;color: #fff;position:relative;font-size: 16px;letter-spacing: 2px;}
.cswc-info .btn-p a:hover{
	color:#ffab00;
}
.cswc-info .btn-p a:after{/* content:" "; */display:block;position:absolute;width:50px;border: 1px solid rgba(255, 255, 255, 0.71);right: 20px;top: 32px;-webkit-transition: 0.4s ease 0.2s;-moz-transition: 0.4s 0.2s;-o-transition: 0.4s 0.2s;transition: 0.4s 0.2s;}
.cswc-info .btn-p:hover a:after{width:70px;}
.text-list{overflow: hidden;padding-top:20px;}
.text-list li{float:left;width:50%;}
.text-list li a{display:block;padding: 5px 5px;color: #fff;overflow: hidden;}
.text-list li a:before{content:" ";display:inline-block;width: 14px;height: 18px;background:url(../img/item-icon01.png) no-repeat left center;padding: 0px 10px 0 0;position: relative;top: 5px;}
.text-list li:hover a:before{background:url(../img/item-icon02.png) no-repeat left center;}
.text-list li:hover a{color:#DFAE63;}
.text-list.hang li{width:100%;}

.spsp  .dcsc_tpl_h3_t1:before{content:"";display:inline-block;background:url(../img/icon_zb_sp00.png) left top;width: 25px;height: 25px;background-size: 100%;position: relative;top: 7px;}



/***** chang you *****/
.advantage{width:100%;/* padding: 50px 0 30px 0; */}
.adv_list{width: 80%;margin: 0px auto;position: relative;overflow: hidden;}
.adv_list li{float: left;width: 23%;height: 250px;position: relative;background-color: rgba(29, 166, 169, 0.62);margin: 1% 1%;}
.adv_list li .positiv{text-align: center;padding-top: 50px;}
.adv_list li .positiv img{width: 62px;height: 62px;display: block;margin: 0 auto;border-radius: 50%;}
.adv_list li .positiv img.hide_img{display: none;position: absolute;top: 0;left: 0;z-index: 3;}
.adv_list li .positiv p{color: #fff;font-size: 22px;padding-top: 15px;/* padding-bottom: 10px; */}
.adv_list li .positiv span{font-family: arial;font-size: 12px;color: rgba(255, 255, 255, 0.66);}
.adv_list li .reverse{width: 100%;height: 100%;cursor: pointer;opacity: 0;position: absolute;top: 0;left: 0;z-index: 3;-webkit-transition: .8s;-moz-transition: .8s;-o-transition: .8s;transition: .8s;background-size: 100% 100%;background-color: rgba(249, 199, 49, 0.86);}
.adv_list li .reverse .reverse-con{padding: 50px 30px 30px 30px;}
.adv_list li:hover .positiv{opacity: 0;}
.adv_list li:hover .reverse{opacity: 1;}

.adv_list li .reverse h3{float: left;width: 100%;color: #fff;position: relative;font-size: 22px;font-weight: 500;padding: 10px 0 20px 0;}
.adv_list li .reverse h3 a{float: left;color: #fff;font-size: 16px;font-weight: bold;padding-right: 15px;}
.adv_list li .reverse h3 img{position: absolute;right: -15px;top: -35px;width: 80px;}


/***** lv you zixun *****/
.xw-news{width:100%;min-height: 700px;background:url(../img/sy-bg-02.png) no-repeat center top;padding: 30px 0 20px 0;background-size: 100% 100%;}


.news-list ul{margin: 50px 10px;}
.news-list ul li{float: left;width: 33.33%;padding: 0 25px;position: relative;margin-bottom: 30px;}
.news-list ul li section{background-color: #fff;overflow: hidden;position: relative;}
.news-list ul li:hover section:before{opacity: 1;}
.news-list ul li:hover section{/* box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.17); */}
.news-list ul li i{float: left;width: 100%;height: 225px;overflow: hidden;}
.news-list ul li i img{
	width: 100%;
	-webkit-transition: transform 1.2s ease-out 0s;
	-moz-transition: transform 1.2s ease-out 0s;
	-ms-transition: transform 1.2s ease-out 0s;
	 -o-transition: transform 1.2s ease-out 0s;
		transition: transform 1.2s ease-out 0s;
}
.news-list ul li i:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	 -o-transform: scale(1.1);
		transform: scale(1.1);
}
.news-list ul li h3{float: left;width: 100%;padding: 40px 35px 30px;}
.news-list ul li h3{float: left;width: 100%;color: #333;font-size: 20px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-list ul li:hover h3{color: #ffa800;}
.news-list ul li article{float: left;width: 100%;height: 114px;padding: 0 35px;}
.news-list ul li article,.news-list ul li article p{color: #666;font-size: 12px;line-height: 2;}
.news-list ul li aside{float: left;width: 100%;padding: 0 35px 40px;}
.news-list ul li aside p,.news-list ul li aside font{float: left;font-size: 12px;}
.news-list ul li aside p{color: #ffa800;}
.news-list ul li aside font{color: #666;}
.news-list .btn,.wc-fenguang .btn,.wc-shipin .btn{margin: 30px auto;text-align: center;}
.news-list .btn a,.wc-fenguang .btn a{padding:20px;color:#fff;}
.wc-shipin .btn{text-align:right;padding-bottom: 0px;}
.wc-shipin .btn a{padding:20px 0px 20px 20px;color:#333;}
.news-list .btn a:hover,.wc-fenguang .btn a:hover,.wc-shipin .btn a:hover{color: #ffa800;}
.filler2-right {width: 0%;height: 5px;left: 0%;bottom: 0%;}
.filler2 {background-color: #DFAF5D;position: absolute;display: block;-webkit-transition: 0.4s ease 0.2s;-moz-transition: 0.4s 0.2s;-o-transition: 0.4s 0.2s;transition: 0.4s 0.2s;}
.news-list ul li:hover .filler2-right {width: 100%;}padding: 0px 0 0 10px;display: inline-block;position: absolute;top: -30px;right: 0px;}
.adv_list li .reverse hr{float: left;width: 100%;background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,.1));background-color: rgba(255,255,255,0);opacity: .7;margin: 10px 0 10px;}
.adv_list li .reverse article{color: #fff;font-size: 12px;line-height: 1.6;}



/***** zixun *****/
.pagecon.page5-con .news-list ul li{width: 23%;padding: 0px;}
.pagecon.page5-con .news-list ul li:nth-child(3n){margin-right: 2%;}
.pagecon.page5-con .news-list ul li:nth-child(4n){margin-right: 0px;}

.pagecon.page5-con .news-list ul{margin: 20px auto;padding-right: 60px;width: 80%;}
.news-list ul li{float: left;width: 32%;margin: 0 2% 0 0px;position: relative;margin-bottom: 30px;}
.news-list ul li:nth-child(3n){margin-right: 0px;}
.news-list ul li section{background-color: rgba(255, 255, 255, 0.79);overflow: hidden;position: relative;}
.news-list ul li:hover section:before{opacity: 1;}
.news-list ul li:hover section{/* box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.17); */}
.news-list ul li i{float: left;width: 100%;height: 300px;overflow: hidden;}
.news-list ul li i img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: transform 1.2s ease-out 0s;
	-moz-transition: transform 1.2s ease-out 0s;
	-ms-transition: transform 1.2s ease-out 0s;
	-o-transition: transform 1.2s ease-out 0s;
	transition: transform 1.2s ease-out 0s;
}
.news-list ul li i:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	 -o-transform: scale(1.1);
		transform: scale(1.1);
}
.pagecon.page5-con .news-list ul li article{height:auto;}
.news-list.none{display:none;}
.news-list ul li h3{float: left;width: 100%;color: #333;font-size: 16px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 15px 20px 10px;}
.news-list ul li:hover h3{/* color: #ffa800; */}
.news-list ul li article{float: left;width: 100%;/* height: 114px; */padding: 0 20px 30px 20px;}
.news-list ul li article,.news-list ul li article p{color: #666;height: 44px;font-size: 12px;line-height: 2;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-list ul li aside{float: left;width: 100%;padding: 0 35px 40px;}
.news-list ul li aside p,.news-list ul li aside font{float: left;font-size: 12px;}
.news-list ul li aside p{color: #ffa800;}
.news-list ul li aside font{color: #666;}
.news-list .btn,.wc-fenguang .btn,.wc-shipin .btn{margin: 30px auto;text-align: right;font-size: 16px;letter-spacing: 3px;font-weight: 600;padding-right: 60px;}
.news-list .btn a,.wc-fenguang .btn a{padding:20px;color:#fff;}
.wc-shipin .btn{text-align:right;padding-bottom: 0px;}
.wc-shipin .btn a{padding:20px 0px 20px 20px;color:#333;}
.news-list .btn a:hover,.wc-fenguang .btn a:hover,.wc-shipin .btn a:hover{color: #ffa800;}
.filler2-right {width: 0%;height: 5px;left: 0%;bottom: 0%;}
.filler2 {background-color: #DFAF5D;position: absolute;display: block;-webkit-transition: 0.4s ease 0.2s;-moz-transition: 0.4s 0.2s;-o-transition: 0.4s 0.2s;transition: 0.4s 0.2s;}
.news-list ul li:hover .filler2-right {width: 100%;}


.changyou-tt .title3{overflow:hidden;width: 80%;margin: 0 auto;}
.changyou-tt .title3 li{margin: 0 20px 10px 25px;text-align: center;font-size: 20px;color: #fff;cursor: pointer;}
.changyou-tt .title3 li img{display:block;width: 70px;height: 70px;padding: 5px;background-color: rgba(255, 255, 255, 0.37);border-radius: 50%;margin: 0px 0 10px 0;}
.changyou-tt .title3 li.selected{color: #FFAB00;}
.changyou-tt .title3 li.selected img{background-color:#FFAB00;}
.changyou-tt .jiahao{width: 40px;height: 40px;margin: 0 auto;border-radius:50%;position: absolute;bottom: 150px;right: 20px;background: url(../img/icon_more00.png) #aaa no-repeat center center;}
.news-list ul li:hover .jiahao{background: url(../img/icon_more01.png) #ffab00 no-repeat center center;}



.pagecon.page3-con{height: 800px;position: relative;margin: 0px;width: 85%;}
.page3-con .swiper-container {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
.page3-con .swiper-slide {width: 100%!important;background-position: center;position: relative;}
.page3-con .swiper-slide img{width: 60%;}
.page3-con .gallery-top {height: 100%;width: 100%;position: absolute;left: 0px;}
.page3-con .gallery-thumbs {width: 65%;height: 20%;box-sizing: border-box;padding: 10px 0;position: absolute;bottom: 80px;left: 35%;}
.page3-con .gallery-thumbs .swiper-slide {width: 25%!important;height: 100% !important;opacity: 0.7;object-fit: cover;background-size: 100% !important;cursor: pointer;}
.page3-con .gallery-thumbs .swiper-slide-thumb-active,.page3-con .gallery-thumbs .swiper-slide:hover {opacity: 1;}
.page3-con .gallery-top-con{width: 37%;position:absolute;top: 40px;right: 0px;z-index: 9999999;}
.page3-con .gallery-top-con .top-text{color:#fff;line-height: 2;margin:30px 0 0 0;}
.gallery-top-con .top-text p{font-size: 14px;}
.gallery-top-con .top-text p span{color: #FFAB00;font-size:30px;}
.page3-con .more{text-align:right;margin:50px 0 0 0;color:#fff;}
.page3-con .more a{color:#fff;letter-spacing: 3px;font-size: 16px;}
.page3-con .more a:hover{
	color: #FFAB00;
}
.page3-con .swiper-button-next,.page3-con .swiper-button-prev{top: 95%;width: 20px;height: 30px;background-size: 100%;border: 1px solid #247374;background: #247374;padding: 5px 43px;background-repeat-x: no-repeat;background-position-x:  center;background-size: 100% 50%;background-position: center;background-repeat: no-repeat;}
.page3-con .swiper-button-next.swiper-button-disabled,.page3-con .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    background: none;
    background-repeat-x: no-repeat;
    background-position-x: center;
    pointer-events: none;
    background-size: 100% 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.page3-con .swiper-button-next.swiper-button-disabled{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.page3-con .swiper-button-prev.swiper-button-disabled{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.page3-con .swiper-button-prev{left: auto;right: 100px;background-size: 100% 50%;background-position:  center;background-repeat:  no-repeat;}




/*************/
.npagePage{background-color:#efefef;}
.npagePage #banner {height: 460px;position: relative;}
.npagePage #banner div {height: 460px;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;width: 100%;}
.npagePage #banner .topdh{color:#fff;position: absolute;top: 40%;width: 100%;z-index: 998;height: auto;text-align: center;}
.topdh .topdhzw{font-size:38px;/* padding:15px 0; */}
.topdh .topdhen,.topdh .topdhdesp{font-size:18px;}
.topdh .topdhen{color: rgba(255, 255, 255, 0.8);}
.topdh .topdhdesp{padding: 30px 0 0 0;}
.topdh .pj-icon{display:inline-block;width: 100px;height: 80px;position:absolute;top: -35px;background: url(../img/banner-b_icon02.png) no-repeat right top;}
.topdh .pj-icon02{display:inline-block;width: 150px;height: 70px;position:absolute;left: 50%;margin-left: -175px;background: url(../img/banner-b_icon01.png) no-repeat left bottom;}

.npage{width: 95%;height:auto;/* border-right: 1px solid #fff; */background: #fff;}
.npage-con{width: 100%;height: auto;position: relative;}
.pagenavBox{width: 100%;height: 460px;border-right: 1px solid #fff;position: absolute;top: -460px;}
.pagenav {background-color: #fff;width: 100%;border-bottom: 1px solid #efefef;position: absolute;bottom: 0px;}
.pagenav a {display: block;width: 100%;height: 100%;text-align: center;color: #666;padding: 20px 25px;}
.pagenav2 a {width: 20%;border-right: 0px none;}

.pagenav .inner {width: 85%;margin: 0 5% 0 10%;overflow: hidden;}
.pagenav a:hover,.banner_tab li:hover{/* background-color: #FFAB00; */background: url(../img/img_biaotibg.png) #ffab00 no-repeat center bottom;}
.pagenav a.active,.banner_tab li.active{/* background-color: #FFAB00; */background: url(../img/img_biaotibg.png) #ffab00 no-repeat center bottom;}
a.xuan {background-color: #ff7e25;}
.banner_tab li.active .info,.banner_tab li:hover .info{color:#fff;}
.banner_tab li.active .info p,.banner_tab li:hover .info p{color:rgba(255, 255, 255, 0.6);}
.banner_tab li{text-align: center;float: left;}
.banner_tab li .info {color: #666;}
.banner_tab li .info h4 {font-size: 16px;font-weight: normal;}
.banner_tab li .info p {font-size: 12px;font-family: arial;line-height: 2;color: #aaa;}


.biaoti-one{overflow:hidden;padding: 25px 0 25px 0;}
.biaoti-one .left-text{font-size:34px;float: left;}
.biaoti-one .right-text{float: left;position: relative;padding: 10px 0 0 20px;}
.biaoti-one .right-text p{font-size: 16px;font-weight: 600;color: #464444;line-height: 1.6;}
.biaoti-one .right-text:before{content:"";display:inline-block;width: 60px;height: 64px;background:url(../img/title.png) no-repeat center center;position: absolute;top: 2px;left: -10px;}

.gaikuang{background:url(../img/jqgk_bg01.jpg) no-repeat left top;background-size: cover;}
.gk-conone{overflow:hidden;padding: 50px 0;}
.gk-text{width: 60%;}
.gk-img{padding: 40px;background-color:#fff;width: 35%;}
.gk-img img{width:100%;}
.wenzi{font-size:16px;color:#666;line-height:2;padding: 20px 0 0 0;text-indent: 35px;}
.bg-bai{background-color:#fff;}

.gk-contwo ul{overflow:hidden;}
.gk-contwo ul li{float:left;width: 32%;background-color:#fff;padding: 45px;margin: 0 2% 0 0;}
.gk-contwo ul li:last-child{margin-right:0px;}
.gk-contwo ul li h4{font-size:20px;margin:0 0 10px 0;}
.gk-contwo ul li p{color:#666;font-size:16px;line-height:2;}
.gk-contwo ul li h4 i{float: left;width: 8px;height: 20px;background-color:#FEA900;margin: 0 10px 0 0;position: relative;top: 5px;}

#newslist2 .gk-contwo ul li{background-color: rgba(239, 239, 239, 0.45);/* box-shadow: 0 0 2px 5px #f1f1f1; */}



#ti_box{position:relative;padding: 20px 0 20px 0;/* border-bottom: 1px solid #f0f0f0; */z-index: 1;}
#tit_cont{width:60%;color: #333;font-size:25px;line-height:30px;float: left;}
#path{position: relative;top:4px;right:0;}
#navi,#sns{display:inline-block;float:left;line-height:0;}
#navi{margin-right:20px;color: #999;}
#navi a{display:inline-block;line-height:16px;vertical-align:middle;color: #999;}
#navi a:hover,#navi .cur,#navi a.cur,#navi a:last-child{color: #e58700;}
#navi a:before{content:">";display:inline-block;margin:0 10px;width: 14px;height:16px;background: url(../img/navi_arr.png) no-repeat;font-size:0;line-height:0;vertical-align:middle;background-size: 100%;}
#navi a.navi_home{width:15px;height:16px;background: url(../img/navi_home.png) no-repeat;font-size:0;line-height:0;background-size: 100%;}
#navi a.navi_home:before{display:none;}




/*wei bo*/
.footer-social  ul{list-style:none;margin:0px;padding:0px;}
.footer-social__list:after,
.footer-social__list:before {display: table; content: ' ';}
.footer-social__list:after { clear: both;}
.footer-social__item {float: left;margin-right: 6px;cursor: pointer;}
.footer-social__item:last-child { margin-right: 0;}
.footer-social .aaaa { display: block;color: #363B4A;}
.footer-social .aaaa:hover {color: #5a5a5a;}
.footer-social .aaaa{position: relative;}
.footer-social .aaaa div.tip_txt {
  font-size: 16px;
  height: auto;
  padding: 12px 0;
  position: absolute;
  right: -65px;
  bottom: 51px;
  width: 160px;
  color: #fff;
  background: rgba(39, 38, 38, 0.61);
  text-align: center;
  display: none;
  border-radius: 5px;
}
.footer-social .aaaa div span{font-size: 12px;line-height: 20px;}
.footer-social .aaaa div p{font-size: 18px;line-height: 22px;margin: 10px;}
.footer-social .aaaa div em{width:10px;height:10px;transform:rotate(45deg);-ms-transform:rotate(45deg); /* Internet Explorer */-moz-transform:rotate(45deg); /* Firefox */-webkit-transform:rotate(45deg); /* Safari å’Œ Chrome */-o-transform:rotate(45deg); /* Opera */position: absolute;bottom: -5px;background: rgba(38, 19, 15, 0.9);left: 46%;}
.footer-social .aaaa:hover div.tip_txt{display:block;}
.footer-social .aaaa div.tip {
  font-size: 16px;
  height: auto;
  padding: 12px 0;
  position: absolute;
  right: -60px;
  bottom: 51px;
  width: 150px;
  color: #fff;
  background: rgba(39, 38, 38, 0.61);
  text-align: center;
  display: none;
  border-radius: 5px;
}
.footer-social .aaaa div.tip strong{ margin: 4px auto 8px; display: block; font-size: 14px;}
.footer-social .aaaa div.tip img {width: 110px;height: 110px;margin: 0 auto 8px;}
.footer-social .aaaa:hover div.tip{display: block;}
.wrapper-left {width: 70%;display: inline-block;padding: 0 3%;}
.footer-social {float: right;}
.fa-qq:before,.fa-weixin:before,.fa-tencent-weibo:before,.fa-weibo:before{content: " ";width: 33px;height: 33px;display: block;}
.fa-qq:before{background: url(../img/contact_icon_qq.png) no-repeat left top;background-size: 100%;}
.fa-weixin:before{background: url(../img/contact_icon_wechat.png) no-repeat 0px 0px;background-size: 100%;}
.fa-tencent-weibo:before{background: url(../img/contact_icon_sina.png) no-repeat 0px 0px;background-size: 100%;}
.fa-weibo:before{background: url(../img/contact_icon_sina.png) no-repeat 0px 0px;background-size: 100%;}
.zi_erwei img { width: 100px;}
.zi_erwei p {padding: 0px 0px 7px;font-size: 12px;text-align: center;}
.zi_erwei {position: absolute;top: 90px;right: 85px;z-index:999;background: #fff;padding: 0px 8px;}


.footer{background-color:#333;padding:30px 0;}
.footer .container {width: 75%;margin: auto;}
.footer a,.footer-bottom div{color: #b3b3b3;}
.footer a{display: block;width: 100%;height: 100%;}
.footer-top{/* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */}
.footer-top ul,.footer-zhong{overflow:hidden;padding: 0 0 20px 0;}
.footer-top ul li{float:left;text-align: center;border-bottom: 1px solid rgba(255, 255, 255, 0.25);}
.footer-top ul li a{padding:20px 0;}
.footer-top ul li.zj-top{color: transparent;position: relative;border-bottom: none;}

.footer-top ul li.zj-top a{color: transparent;display: block;width: 100%;height: 100%;}
.footer-top ul li.zj-top a>div{width: 100%;height: 60px;background:url(../img/top.png) no-repeat center center;position: absolute;top: 28px;z-index: 998;/* background-size: cover; */}




/* .footer-top ul li:nth-child(4),.footer-zhong .footer-list:nth-child(4){margin-right: 10%;}
.footer-top ul li:nth-child(5),.footer-zhong .footer-list:nth-child(5){margin-left: 10%;}
 */
.footer-zhong .footer-list:last-child,.footer-top ul li:last-child{text-align:right;margin: 0px;width: 8%;}
.footer-zhong .footer-list:first-child,.footer-top ul li:first-child{text-align:left;width: 8%;}

.footer-zhong .footer-list{float:left;text-align: center;}
.footer-list li{padding:5px 0;}
.footer-list li:hover a{
	color:#FF9000;
}
.footer-bottom{overflow:hidden;border-top: 1px solid rgba(255, 255, 255, 0.25);padding: 20px 0;margin: 20px 0 0 0;}
.footer-top ul li,.footer-zhong .footer-list{width: 12%;margin: 0 0% 0 0;}


/*******gonggao********/
.news_list_noimg{overflow: hidden;}
.news_list_noimg li{float:left;position:relative;width:33.33%;padding: 20px 20px;} 
.news_list_noimg li a{display:block;position: relative;overflow: hidden;background: #f3f3f3;padding: 40px;}
.news_list_noimg li a:before{content:"";position: absolute;top:0;left:0;width:100%;height: 100%;background: url(../img/news_03.jpg) #ddd center center no-repeat;background-size: cover;transform: scale(1.1);opacity: 0;}

.news_list_noimg li a:hover{ box-shadow:0 10px 20px 0 rgba(0,0,0,.15);}
.news_list_noimg li:hover:before{ opacity: 1;}
.news_list_noimg li a:hover, .news_list_noimg li a:hover .news_time, .news_list_noimg li a:hover .news_time b, .news_list li a:hover .news_des{ color:#fff;}
.news_list_noimg li a:hover:before{ transform: scale(1); opacity: 1;}
.news_time, .news_tit, .news_des{ position:relative; z-index: 1;}
.news_list_noimg li a .news_time{display:block;text-transform: uppercase;color: #333;-webkit-transition:all 0.5s 0s ease-in-out;transition: all 0.5s 0s ease-in-out;font-size: 16px;margin-bottom: 10px;}
.news_time b{display:block;line-height: 1;color: #ffab00;font-size: 56px;}
.news_tit{line-height:32px;color: #333;font-size: 18px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news_list_noimg li a .news_des{clear: both;margin-top:10px;color: #666;line-height:28px;-webkit-transition:all 0.5s 0s ease-in-out;transition: all 0.5s 0s ease-in-out;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 12px;height: 56px;}
.news_rec a:hover{ color: #c39653;}



/*******游记散文********/
#newslist {padding-top: 30px;overflow: hidden;}
#newslist .newstitem {width: 100%;float: left;border-bottom: 1px solid rgba(0, 0, 0, .08);margin-bottom: 25px;padding-bottom: 25px;display: block!important;visibility: visible!important;animation-name: inherit!important;}
#newslist .newstitem .newsbody .date {left: 0px;}
#newslist .newstitem .newsbody .date .year {font-size: 16px;margin-left: -90px;}
#newslist .newstitem .newsbody .date .year::after {content: "/";position: absolute;margin: 0 5px;color: #B1B1B1;}
#newslist .newstitem .newsbody .date .md {margin-top: 0;/* margin-left: 60px; */}
#newslist .newstitem .newsbody .date .md span {display: none;}
#teamlist .teamitem:last-child,
#teamlist .teamitem:nth-child(4n) {margin-right: 0;}
#servicelist {top: -40px;}
#newslist .newstitem .news_wrapper {/* left: 0; *//* position: relative; *//* top: 0; *//* width: 100%; *//* background-color: transparent; */float: right;width: 70%;}
#newslist .newstitem .newsimg {float: left;left: 0;}
.newstitem .newsimg {display: block;width: 30%;height: 200px;}
.newstitem .newsimg img{max-width:100%;width: 100%;height: 100%;object-fit: cover;}
#newslist .newsbody {width: 95%;float: left;padding-top: 10px;margin-left: 3%;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position: relative;}
#newslist .newstitem .newsbody .description::after {content: "";width: 0;}
#newslist .newstitem a:hover .newsbody .description::after {width: 0;}
#newslist .newstitem .newsbody::after {content: 'MORE';width: 105px;height: 40px;padding-left: 45px;line-height: 40px;display: block;text-align: left;margin-top: -43px;color: #7E808A;border-left: 1px solid rgba(0, 0, 0, .08);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;font-size: 16px;background: url(../images/icon.png) -165px 0 no-repeat;float: right;border-top: none;}
#newslist .newstitem a:hover .newsbody::after,#newslist .newstitem:hover  p.title {color: #000;}
#newslist #newsitem_0.newstitem .newsbody .date,#newslist .newstitem .newsbody .date {padding: 0;position: absolute;top: 140px;font-size: 14px;color: #000000;letter-spacing: 0;line-height: 16px;font-family: Arial,'微软雅黑','Microsoft YaHei',PingFangSC-Regular;}
#newslist .newstitem:last-child {border-bottom: none;}
.newstitem .newsbody p.title {margin: 0 0 10px 0;font-size: 24px;color: #272831;letter-spacing: 0.8px;line-height: 40px;font-family: Arial,'微软雅黑','Microsoft YaHei',PingFangSC-Regular;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
#newslist .newstitem .newsbody .description {width: 75%;height: 50px;font-size: 14px;color: #7E808A;letter-spacing: 0.8px;line-height: 28px;margin-top: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
#newslist .newstitem:hover .newsbody {margin-left: 5%;}


.tagkuanghang {overflow: hidden;}
.tagtitle{margin: 3px 0px 3px 15px; width: 100px; display:inline; clear: left; position: relative; float: left; line-height: 30px;}
.tagziti{float:left;margin-left:5px; position:relative;-webkit-padding-start: 0px;  padding:0; margin-top:0px;height:auto}
.tagziti ul {float:left;font-size:14px; color:#a59c90;line-height:25px; width:200px;-webkit-padding-start: 0px; height:15px;}
.tagziti li{cursor:pointer;float:left;line-height: 26px;padding: 5px 20px;margin: 15px 0px 10px 10px;white-space:nowrap;text-align: center;border: 1px solid #ffab00;border-radius: 20px;color: #ffab00;}
.tagother{background:none;display:inline;}
.tagziti li.tagcurrent{background: #ffab00;color:#FFFFFF;}
.tagziti li:hover{background: #ffab00;color:#FFFFFF;}
.tagziti li.current{background:#ffab00; color:#FFFFFF;white-space:nowrap;padding:0 5px 0 5px; font-size:12px}


/*********wang zhan di tu**********/
.cnt_sitemap.type2 {overflow:hidden;position:relative;border-top:2px solid #9aa2ac;padding: 0px 0 80px 0;margin: 30px 0 0 0;}
.cnt_sitemap.type2 dl{position:relative;padding:23px 23px 23px 21%;min-height:110px;border-bottom:1px solid #ddd;overflow:hidden;}
.cnt_sitemap.type2 dl:before{content:"";display:block;position:absolute;top:0;left:18%;width:1px;height:100%;background-color:#ddd}
.cnt_sitemap.type2 dl:after{content:"";display:block;visibility:hidden;clear:both;}
.cnt_sitemap.type2 dt{position:absolute;top: 15px;left:0;padding-left: 40px;color:#333;font-size:16px;}
.cnt_sitemap.type2 dl dt:before{display:block;content:"";margin-bottom:10px;width:40px;height:40px;margin-left: 10px;background:url(../img/sitemap_ico_set.png) no-repeat;}
.cnt_sitemap.type2 dl dt a{color: #6fba2c;}

.cnt_sitemap.type2 dl+dl dt:before{background-position:0 -50px;}
.cnt_sitemap.type2 dl+dl+dl dt:before{background-position:0 -100px;}
.cnt_sitemap.type2 dl+dl+dl+dl dt:before{background-position:0 -150px;}
.cnt_sitemap.type2 dl+dl+dl+dl+dl dt:before{background-position:0 -200px;}
.cnt_sitemap.type2 dl+dl+dl+dl+dl+dl dt:before{background-position:0 -250px;}
.cnt_sitemap.type2 dl+dl+dl+dl+dl+dl+dl dt:before{background-position:0 -299px;}
.cnt_sitemap.type2 dl+dl+dl+dl+dl+dl+dl+dl dt:before{background-position: 0 -348px;}

.cnt_sitemap.type2 dd{float:left;padding:0 10px;width:25%;}
.cnt_sitemap.type2 dd b{display:block;margin-bottom:5px;font-weight:normal;}
.cnt_sitemap.type2 dd b a{display:block;position:relative;padding-left:9px;color:#333;font-weight:normal;font-size:14px;}
.cnt_sitemap.type2 dd b a:after{content:"";display:block;position:absolute;top:8px;left:0;width:4px;height:4px;background-color:#9aa2ac}
.cnt_sitemap.type2 dd:hover b a{color: #6fba2c;}
.cnt_sitemap.type2 dd ul{margin-left:8px;}
.cnt_sitemap.type2 dd ul li{display:block;}
.cnt_sitemap.type2 dd ul li a{display:block;padding-left:11px;position:relative;color:#909090;font-size:13px;line-height:20px;}
.cnt_sitemap.type2 dd ul li a:after{content:"";display:block;position:absolute;top:8px;left:0;width:5px;height:1px;background-color:#898989}

.zixunneir .centerCont .swiper-container{height:500px;}
.zixunneir .detail_content h3{margin: 30px 0 20px 0;}
.zixunneir .detail_content h3 span{font-size: 24px;}

.lyxxnr-xjd .news-list ul li{width: 48%;position: relative;}
.lyxxnr-xjd .news-list ul li:nth-child(2n+1){margin-right: 4%;}
.sec-audio {width: 50px;height: 50px;border: 1px solid #fff;border-radius: 50%;z-index: 1;box-shadow: 0px 0px 10px 0px #ccc;cursor: pointer;padding: 5px;}
.audioall {position: absolute;right: 20px;top: 40%;}
.sec-audio.plays {background: #fff url(../img/audioplay.png) no-repeat center center;}
.sec-audio.pauses {background: #fff url(../img/audiopause.png) no-repeat center center;}
.video_time {position: relative;right: 43px;top: -44px;font-size: 14px;}




/***** mei shi *****/
.csdg-list ul{overflow:hidden;padding: 15px 0;}
.csdg-list ul li{float:left;width:33.3%;/* padding: 22px 20px; */position: relative;/* background: url(../img/frame_ny5.png) no-repeat top center; */margin: 0 0 20px 0;}
.csdg-list ul li a{display: block;max-width: 100%;height:100%;padding: 0px 20px;overflow: hidden;}
.csdg-list ul li a img{width:100%;max-height: 260px;}
.csdg-list .list-text{padding: 0px 0px 15px 0px;border-top: 1px solid rgba(0, 0, 0, .08);}
.csdg-list ul li:hover  .list-text{/* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05); */background: #fff;/* border: 1px solid rgba(0, 0, 0, .08); */cursor: pointer;border-bottom: none;}

.csdg-list .list-text p{text-align:justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.csdg-list .list-tit{font-size: 22px;color: #272831;letter-spacing: 0.6px;padding-top: 20px;padding-bottom: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;} 
.csdg-img{/* position:relative; */}
.csdg-img .img-bg{z-index:10;width: 100%;height: 260px;/* background:url(../img/frame_ny6.png) no-repeat top center; */position:absolute;/* top: 180px; */}
.csdg-img img{z-index:5;}



#yxtj {padding-top:30px;}
#yxtj  .more {
    display:block;
    position:absolute;
    right:-53px;
    bottom:5px;
    width:57px;
    height:216px;
    text-indent:-999em;
    background-repeat:no-repeat;
}
#yxtj  .more:hover {
    background-repeat:no-repeat;
}
#yxtj  li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    overflow:hidden;
    position:relative;
    float:left;
    cursor:pointer;
    background-repeat:no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#yxtj li:nth-child(3n){margin-right:0px;}
#yxtj  li:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1)
}
#yxtj  li:hover{
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}
#yxtj  .mask {
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
#yxtj  .img-wrap {
    width: 100%;
    height: 250px;
    overflow:hidden;
    position: relative;
}
#yxtj li:hover .img_mask{
	display:block;
}
#yxtj  .img_mask {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    overflow:hidden;
    display:none;
}
#yxtj  .img_mask .left {
    width: 50%;
    height: 100%;
    position:absolute;
    left: 0px;
    top:0;
    -webkit-transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    -o-transform:translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition:transform .4s linear;
    -moz-transition:transform .4s linear;
    -ms-transition:transform .4s linear;
    -o-transition:transform .4s linear;
    transition:transform .4s linear;
    background: url(../img/wenhua_hw1.png) no-repeat rgba(0, 0, 0, 0.34) right center;
}
#yxtj  .img_mask .right {
    width: 50%;
    height: 100%;
    position:absolute;
    right:0;
    top:0;
    -webkit-transform:translateX(100%);
    -moz-transform:translateX(100%);
    -ms-transform:translateX(100%);
    -o-transform:translateX(100%);
    transform:translateX(100%);
    -webkit-transition:transform .4s linear;
    -moz-transition:transform .4s linear;
    -ms-transition:transform .4s linear;
    -o-transition:transform .4s linear;
    transition:transform .4s linear;
    background-repeat:no-repeat;
    background: url(../img/wenhua_hw2.png) no-repeat rgba(0, 0, 0, 0.42) left center;
}
#yxtj  .img_mask p {
    width: 50px;
    /* height:38px; */
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -25px;
    margin-top: 5px;
    opacity:0;
    font-size: 14px;
    text-align: center;
    -webkit-transition:opacity .5s .5s linear;
    -moz-transition:opacity .5s .5s linear;
    -ms-transition:opacity .5s .5s linear;
    -o-transition:opacity .5s .5s linear;
    transition:opacity .5s .5s linear;
    background-repeat:no-repeat;
}
#yxtj li:hover .img_mask .left,#yxtj li:hover .img_mask .right {
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
}

#yxtj li:hover .img_mask p {
    opacity:1;
    color: #fff;
}
#yxtj  img {
    display:block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition:transform 1s ease-out;
    -moz-transition:transform 1s ease-out;
    -ms-transition:transform 1s ease-out;
    -o-transition:transform 1s ease-out;
    transition:transform 1s ease-out;
}
#yxtj  .bottom {
    /* position:absolute; */
    /* bottom:0; */
    /* left:0; */
    font-size: 20px;
    color: #423c3c;
    text-align:center;
    background-color: rgba(234, 234, 234, 0.49);
    padding: 15px 10px 20px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fc666{color:#666;text-indent:35px;line-height:2;}

#shipin .video-v4{padding-top:30px;}
.items1.js-vid{height:500px;width: 100%;position: relative;}
.items1.js-vid .img-responsive{display: block;max-width: 100%;height: 500px;}




/*jing dian*/
#certify{width:100%;}
.lunbo-bg .swiper-container {background-color:transparent;}
.cont-lunbo.cont-lunbo-bwy{background-image:none;}
.cont-lunbo{width:100%;height: 512px;background: url(../img/cywc_czxxqy_lbbg.jpg) no-repeat center center;margin: 30px auto 0 auto;z-index: 1;background-size: 100%100%;position: relative;}
.lunbo-bg{width: 750px;height: 512px;margin: 0px auto;padding: 6px 0 0 0;z-index: 999;}
.lunbo-bg .swiper-slide{width: 60%;height: 500px;margin: 0px!important;display: block;}
.lunbo-bg .swiper-slide.swiper-slide-active{padding:10px;}
.lunbo-bg .swiper-slide.swiper-slide-active img{opacity: 1;box-shadow: rgb(180, 180, 180) 0px 0px 14px 0px;}
.lunbo-bg .swiper-slide img {width:auto;height:100%;overflow:hidden;opacity: 0.67;}
.sdjd-desp {overflow:hidden;/* margin: 50px 0 0 0; */position: relative;}

h4.small-tit{padding: 40px 20px 60px 20px;margin: 0px auto;font-weight: normal;position: relative;}
h4.small-tit span{text-align:center;display: block;font-size: 26px;letter-spacing: 2px;margin: 0 auto;width: 250px;position: relative;}
.sdjd-desp h4.small-tit{padding: 50px 20px 0px 20px;}
h4.small-tit span:before,h4.small-tit span:after{width: 40px;height: 62px;display:inline-block;content:" ";}
h4.small-tit span:before{background: url(../img/maisui-title_02.png) no-repeat;background-size: 100%;position: absolute;left: 0px;top: -20px;}
h4.small-tit span:after{background: url(../img/maisui-title_03.png) no-repeat;background-size: 100%;position: absolute;right: 0px;top: -20px;}

.sdjd-desp h4.small-tit span{width:180px;}
.sdjd-desp .desp-right{width: 100%;z-index: 10;position: relative;top: -30px;}
.desp-left .tit{width: 100%;padding: 8px 20px;font-size: 24px;text-align: center;z-index: 20;position: relative;margin: 30px 0;}
.desp-left .tit i{display:inline-block;width: 55px;height: 30px;margin: 0 5px;position: relative;top: 10px;}
.desp-left .tit i.meihua.mh01{background: url(../img/yunwen-01.png) no-repeat left top;}
.desp-left .tit i.meihua.mh02{background: url(../img/yunwen-02.png) no-repeat left top;}
.desp-left .tit-img{margin: 100px 0 0 0;}
.sdjd-desp .bg-line{width: 100%;height: 25px;background: url(../img/biankuang_01.png) no-repeat left top;background-size: 100% 100%;}
.desp-right .desp-cont{padding: 30px 40px 80px 40px;line-height: 1.6;font-size: 14px;color: #333;background: url(../img/biankuang_02.png) repeat-y left top;background-size: 100% 100%;}
.desp-right:after{content:" ";display:inline-block;width:100%;height: 26px;position: relative;top: -5px;background: url(../img/biankuang_03.png) no-repeat left top;background-size: 100% 100%;}
span.qita-tite {width: 100px;float: left;line-height: 20px;}
.desp-right .ditu{position: absolute;bottom: 60px;right: 60px;}
.desp-right .ditu span{line-height: 30px;float: right;font-size: 16px;padding-left: 10px;color: #3e3e3e;}

.sdjd-data{margin: 0px 0px 20px 0px;}
.sdjd-data .piao-zhi ul{overflow:hidden;}
.sdjd-data .jiaot p{width: 90%;}
.sdjd-data .piao-zhi ul li{float:left;width: 50%;padding: 20px 20px 10px 0;line-height: 20px;border-bottom: 1px solid #b6b3b3;}
.piao-zhi ul li i{width: 20px;height: 20px;float: left;margin: 0px 5px 0 0;}
.piao-zhi ul li i.icon-01{background:url(../img/jd_icon_1.png) no-repeat left top;background-size: 100%;}
.piao-zhi ul li i.icon-02{background:url(../img/jd_icon_2.png) no-repeat left top;background-size: 100%;}
.piao-zhi ul li i.icon-03{background:url(../img/jd_icon_3.png) no-repeat left top;background-size: 100%;}
.piao-zhi ul li i.icon-04{background:url(../img/jd_icon_4.png) no-repeat left top;background-size: 100%;}
.piao-zhi ul li span{color:#666;}
.jiaot{overflow:hidden;padding: 20px 0 0 0;}
.jiaot .jiaot-cion .icon-05{width: 20px;height: 20px;float: left;margin: 0 5px 0 0;background:url(../img/jd_icon_5.png) no-repeat left top;background-size: 100%;}
.jiaot .jiaot-cion{float:left;width: 72px;line-height: 22px;color: #666;}
.jiaot p{/* width: 840px; */float: left;}
.xw-gonglv .zx-list{width: 31.6%;float:left;margin-right: 2%;position: relative;}
.xw-gonglv .zx-list.last{margin:0px;}
.xw-gonglv{position: relative;margin-top: 20px;/* padding-bottom: 60px; */z-index: 1;overflow:hidden;}
.xw-gonglv .section-title{position: relative;margin-bottom: 40px;}
.xw-gonglv .item-holder{position: relative;margin-bottom: 40px;transition: all 500ms ease;}
.xw-gonglv .item-holder:hover{transition: all 500ms ease;box-shadow: 0 0 10px 5px #ececec;}
.xw-gonglv .item-holder .image-box{position: relative;overflow: hidden;}
.xw-gonglv .item-holder .image-box  figure{max-width: 100%;overflow: hidden;margin: 0px;}
.xw-gonglv .item-holder img{position: relative;width: 100%;-webkit-transition: all .8s ease-in-out;transition: all .8s ease-in-out;}
.xw-gonglv .item-holder .content-text{position: relative;padding: 20px 20px 20px 20px;border: 1px solid #f0eeea;border-top: none;border-bottom: 2px solid #70C869;}
.xw-gonglv .item-holder .content-text .text{min-height: 90px;}
.xw-gonglv .content-text .sec-title h5{position: relative;font-size: 18px;line-height: 26px;font-weight: 600;color: #2f2f2f;/* padding-bottom: 10px; */margin-bottom: 0px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.xw-gonglv .content-text .text p{font-size: 14px;line-height: 26px;color: #6c6763;font-weight: 400;/* padding-bottom: 15px; */display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.xw-gonglv .item-holder:hover .image-box img{width:100%;transform: rotate(3deg) scale(1.1);-ms-transform: rotate(3deg) scale(1.1);-webkit-transform: rotate(3deg) scale(1.1);}
.xw-gonglv .content-text .sec-title {/* min-height: 75px; */position: relative;}
.xiao-jd-all.xw-gonglv .zx-list:hover .image-box img {transform:scale(1.1);-ms-transform:scale(1.1); -webkit-transform:scale(1.1);}
.biaoqian{padding: 15px 0;}
.biaoqian span{padding: 5px 10px;color: #fff;border-radius: 5px;margin: 0 10px 0 0;}
.biaoqian span.bq.bq-0{background-color: #12C30C;}
.biaoqian span.bq.bq-1{background-color: #37B4EE;}
.biaoqian span.bq.bq-2{background-color: #F35DB6;}
.biaoqian span.bq.bq-3{background-color: #FF9932;}


.price-color{font-size:22px;color:rgb(255, 126, 37);}
.tanchuang{position: fixed;width:100%;height:100%;top: 0px;left: 0px;background: rgba(0, 0, 0, 0.69);z-index:99999999}
.tanchuang .bg{position:absolute;left:50%;top:50%;margin-left: -316px;margin-top: -241px;}



/*****xinwei neiye******/
.zixunneir.info-tit h2,.wrapper .two-title h3{text-align:center;color: #333;font-size: 24px;}
.zixunneir,.dingcainub{/* padding-right:20px; */}
.info-tit .laiyuan{color: rgb(255, 126, 37);text-align:center;padding: 20px 0 30px 0;}
.info-tit .laiyuan .bianji{padding:0 10px;}
.content-link{width:100%; padding-top:14px; border-top:1px solid #989898; color:#666666; font-size:14px; line-height:20px;}
.content-link .prev-content{width:45%; float:left; text-align:left;}
.content-link .prev-content i{width:20px;height:20px;display:inline-block;float:left;background: url(../img/content_tubiao.png) -67px -11px no-repeat;margin-right:6px;background-color: #ff7e25;border-radius: 15%;}
.content-link .next-content{width:45%; float:right; text-align:right;}
.content-link .next-content i{width:20px;height:20px;display:inline-block;float:right;background: url(../img/content_tubiao.png) -64px -41px no-repeat;margin-left:6px;background-color: #ff7e25;border-radius: 15%;}
.content-link a{color: #333;font-size:14px;}
.content-link a:hover{color:#ff7e25;}
.nr-all{margin-bottom:80px;}
.zixunneir p{color:#666;line-height: 2;}
.richtext.js-richtext{line-height: 1.6;color: #847464;padding: 20px 0px;/* font-size: 18px; */}

/*ding cai*/
.dingcainub{padding: 50px 0 0 0;overflow:hidden;position: relative;}
.other{height:60px; text-align:center; border-top:#ccc 1px solid; padding-top:10px;}
.dc-list{position:relative;overflow: hidden;}
.ding{width:52px;margin:5px;color: rgb(252, 68, 27);font-weight: 500;font-size: 20px;cursor:pointer;float:left;}
.cai{width:52px;margin:5px;color: #ff7e25;font-weight: 500;font-size: 20px;cursor:pointer;float:left;}
.ding p,.cai p{display:block; font-weight:700;margin:6px;}
.clear-10{ clear:both; height:10px;}
.hundred100{ width:100%;}
.bdsharebuttonbox{float:right;margin-top: 10px;}
.fa.fa-thumbs-o-up,.fa.fa-thumbs-o-down{width:20px;height:20px;display:inline-block;}
.wrapper{ margin-bottom: 80px;}   
.fa.fa-thumbs-o-up{background:url(../img/dianzan.png) no-repeat left top;}
.fa.fa-thumbs-o-down{background:url(../img/dianzan-02.png) no-repeat left top;}



/******jiao tong******/
.company-list{width: 100%;margin:0 auto;list-style:none;padding: 10px 0 0 0;}
.company-list li{width: 32%;box-shadow: rgb(220, 220, 220) 0px 0px 5px 0px;border-radius: 10px;margin: 0 2% 30px 0;float: left;}
.company-list li:nth-child(3n){margin-right:0px;}
.company-list li a{display:block;width:100%;height:100%;}
.company-list .bus-item{width:100%;}
.company-list .bus-item-img{position:relative;}
.bus-item-img img{width:100%;height: 231px;display: block;object-fit:cover;border-top-left-radius: 12px;border-top-right-radius: 10px;}
.bus-item-img i.bg{width: 100%;height: 231px;background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45)); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45)); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45)); /* Firefox 3.6 - 15 */background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45)); /* 标准的语法 */position: absolute;top: 0px;z-index: 10;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.company-list .bus-item-text{width: 100%;background: #fff;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;position: relative;padding: 0 0 30px 0;}
.bus-item-text .bus-icon{width: 70px;height: 70px;position:absolute;left: 50%;top: -35px;margin-left: -35px;background-color: #fff;z-index: 20;border-radius: 50%;border: 1px solid #ddd;}
.bus-item-text h3{font-size:20px;margin: 0px auto;padding: 40px 0 10px 0;text-align: center;color: #333;letter-spacing: 1px;}
.bus-item-text .bus-icon img{display:block;margin: 15px;width: 40px;height: 40px;}
.bus-item-text .qishi{padding:0 20px;color:#333;}
.bus-item-text .qishi p{line-height:2;}

.zixun-con .zxzx-img{width: 45%;}
.zixun-con .zxzx-img img{max-width: 100%;display:block;}
.zixun-con .zx-text{padding-right: 8%;width: 55%;}
.zixun-con .zx-text>div{margin: 50px 0 80px 0;}
.zixun-con .zx-p1{font-size:19px;color:#333;}
.zixun-con .zx-p2{font-size:17px;color:#666;}
.zixun-con .icon{width: 25px;height: 25px;display:block;float: left;margin: 0 10px 0 0;position: relative;top: 4px;}
.zixun-con .icon.icon1{background:url(../img/zxzx-img01.png) no-repeat left top;}
.zixun-con .icon.icon2{background:url(../img/zxzx-img02.png) no-repeat left top;}
.zixun-con .icon.icon3{background:url(../img/zxzx-img03.png) no-repeat left top;}
.zixun-con .icon.icon4{background:url(../img/zxzx-img04.png) no-repeat left top;}


.news-list.shangjia-list ul li{padding:0px;}

/******活动********/
.jchd-con{overflow:hidden;}
.jchd-con li{float:left;width: 50%;height: 430px;position: relative;padding: 40px 30px;margin: 0 0 30px 0;}
.jchd-con .left-text{position: absolute;left: 0px;top: 0px;width: 97px;height: 430px;background: url(../img/img_jchd_btbg.png) no-repeat left top;z-index: 9;}
.jchd-con .left-text span{width:30px;display:block;font-size: 28px;color:rgba(51,51,51,1);line-height: 1.2;margin: 85px auto 0 auto;}
.jchd-con .hd-img{background-color:#FFD891;padding: 8px 2px;}
.jchd-con .hd-img img{display:block;width: 100%;}

.dzkw-con{padding-top:30px;}
.dzkw-con li i.shuben{width:30px;height:30px;display: inline-block;background:url(../img/dzkw_shubem.png) no-repeat left top;background-size: 100%;position: relative;top: 7px;}
.dzkw-con li{margin: 0 0 20px 0;border-bottom: 1px solid #ddd;padding: 5px 0 20px 0;font-size: 20px;}
.dzkw-con li .riqi{float:right;color: #888;font-size: 18px;}

/*tou su*/
.tsjyleft_nr {font-size: 16px;color: #353535;line-height: 2.4;}
.tsjyleft_nrall {/* margin: 40px 0px 0px 0px; *//* width: 90%; */}
.tsjyright {margin: 17px 0px 0px 0px;}
.tsjy-con,.tsjyover{overflow:hidden;}
.sm-wd-30{width: 15%;float: left;padding: 0 20px;}
.sm-wd-70{width: 70%;float:left;}
.tsjyover  .tusu_left{
    height: 42px;
    line-height:42px;
    width: 100%;
    margin-top: 15px;
    padding-left: 15px;
    text-align:right;
    font-size:16px;   
}
.tsjyover .yzm-img{ margin-top: 10px;}
.tsjy-con .field-text,.tsjy-con .field-textarea {
    height: 42px;
    border: 2px solid #232323;
    width: 80%;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
 }
 .tsjy-con .field-textarea {height:150px;}
.tsjy-con .field-text::placeholder,.tsjy-con.field-textarea::placeholder {color: #232323;font-size: 14px;font-weight: 400;}
.tsjy-con .field-text:focus,.tsjy-con .field-textarea:focus { border: 2px solid #8E7037; }
.pl_list{position:relative;}
.filler2 {position: absolute;display: block;-webkit-transition: 0.4s ease 0.2s;-moz-transition: 0.4s 0.2s;-o-transition: 0.4s 0.2s;transition: 0.4s 0.2s;}
.interDoubtListLayout .filler2 {background-color: #8e7037;z-index: 5;}
.interDoubtListLayout .filler2-left {width: 2px;height: 0%;left: 0%;bottom: 0%;}
.interDoubtListLayout .filler2-right {width: 2px;height: 0%;left: 100%;bottom: 0%;}
.interDoubtListLayout .filler2-top {width: 0%;height: 2px;left: 0%;top: 0%;}
.interDoubtListLayout .filler2-bottom {width: 0%;height: 2px;right: 0%;bottom: 0%;}
.interDoubtListLayout:hover .filler2-left {height: 100%;}
.interDoubtListLayout:hover .filler2-right {height: 100%;}
.interDoubtListLayout:hover .filler2-top {width: 100%;}
.interDoubtListLayout:hover .filler2-bottom {width: 100%;}
.interDoubtListLayout,.interDoubtListLayout.ywbdlist.plsy {line-height: 2;border: 1px solid #e4e4e4;padding: 30px;margin: 40px 0px 0px 0px;cursor:pointer;position: relative;}
.tijiao{text-align:center;margin:0px auto;}
.queren.zaix.btn.btn-room{padding:10px 30px;font-size:16px;margin:20px 0;}
.interDoubtListNotenr {
    font-size: 14px;
    color: #888;
}
.interDoubtListLayout.ywbdlist.plsy .Fleft {
    font-size: 14px;
    color: #999;
    position: relative;
    right: 0px;
    top: 0px;
}




/*****wen hua zong shu********/
.whzs-text .text-img{float:left;width: 30%;}
.text-img>img{width:100%;}
.big-fc{font-size: 36px;font-weight:700;letter-spacing: 10px;color: #ffab00;}
.text-p p{margin-bottom:30px;text-indent:35px;}
.whzs-con p{margin-bottom:25px;text-indent:35px;}

.ai_card{width: 100%;height: auto;overflow: hidden;}
.ai_card h2.t {font-size: 36px;text-align: center;font-weight: normal;}
.ai_card p.sub_t {font-size: 16px;text-align: center;}
.ai_card ul {overflow: hidden;width: 95%;margin: 0 auto 50px auto;text-align: center;}
.ai_card ul li {float: left;position: relative;width: 33.333%;height: 460px;border: 1px solid #e7e7e7;margin-left: -1px;z-index: 10;}
.ai_card ul li:nth-child(1) {background: url(../img/whzs_img01.jpg) no-repeat center center;margin-left: 0px;background-size: cover;}
.ai_card ul li:nth-child(2) {background: url(../img/whzs_img02.jpg) no-repeat center center;background-size: cover;}
.ai_card ul li:nth-child(3) {background: url(../img/whzs_img03.jpg) no-repeat center center;text-indent: 0px;background-size: cover;}
.ai_card ul li:nth-child(3) p{text-indent:0px;}
.ai_card ul li:before {content: "";width: 0px;height: 2px;background: #ffab00;top: 0;left: 0;position: absolute;z-index: 999;transition: 1s;}
.ai_card ul li .info {position: absolute;top: 80px;width: 100%;left: 0;transition: 0.5s;}
.ai_card ul li .info .img {width: 100%;height: 90px;text-align: center;}
.ai_card ul li .info h3 {font-weight: normal;color: #333;padding-top: 30px;padding-bottom: 25px;font-size: 24px;text-align: center;}
.ai_card ul li .info p {width: 60%;margin: 0 auto;color: #73747b;font-size: 16px;line-height: 2;}
.ai_card ul li a.btn {position: absolute;width: 120px;height: 40px;line-height: 40px;display: block;left: 139px;bottom: 50px;color: #fff;background: #ffab00;opacity: 0;border-radius: 2px;transition: 0.5s;font-size: 16px;text-align: center;}
.ai_card ul li.active {box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);}
.ai_card ul li.active:before {width: 100%;height: 2px;}
.ai_card ul li.active .info {top: 50px;transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;}
.ai_card ul li.active a.btn {opacity: 1;}


.rcbc-con{overflow:hidden;}
.rcbc-con .rc-item{float:left;background: #f6f6f6;}
.rcbc-con .rc-item:nth-child(1){width:60%;}
.rcbc-con .rc-item:nth-child(2){width:35%;margin-left:5%;}
.rcbc-con .item-title{text-align: center;/* height: 83px; *//* line-height: 83px; */font-size: 24px;padding: 20px 20px;color: #fff; /* to bottom */background: linear-gradient(1280deg,rgba(255, 182, 0, 0.69), rgba(255, 126, 37, 0.85));}
.item-block{padding: 20px 30px 40px 30px;}

.whdab-con{margin:50px 0;}
.whdab-con p{margin-bottom:30px;text-indent:35px;}
.di-line{position:relative;z-index:9;font-size:26px;color: #000;}
.di-line:before{content:"";display:inline-block;max-width: 100%;width: 300px;height: 16px;background-color: rgba(255, 171, 0, 0.55);position: absolute;bottom: 8px;z-index: 1;}
.p-ft22{font-size:22px;color:#e58700;}


.jtjj-img{float:right;width: 30%;margin-left: 5%;}
.whzs-text{overflow:hidden;}
.jtjj-img img{width:100%;}
.whzs-text.jtjj-info{margin:30px 0 30px 0;}
.case-content-bg{
    padding-bottom: 0;
    height: 470px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.case-content-info{
    background-position: center 10%;
    padding: 30px 0 0px 0;
}
.case-box{
    width: 100%;
    margin: 0 auto;
    position: relative;
}



.case-box-title span{
    font-size: 16px;
    opacity: .6;
    color: #fff;
    text-align: center;
}

.case-item{
    cursor: pointer;
    width: 23.5%;
    height: 320px;
    float: left;
    display: block;
    margin: 20px 0 0 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: -webkit-linear-gradient(bottom, #FFC107 0%, #FF9800 100%);
    background-image: -moz-linear-gradient(bottom, #FFC107 0%, #FF9800 100%);
    background-image: -moz-linear-gradient(to top, #FFC107 0%, #FF9800 100%);
    background-image: -o-linear-gradient(to top, #FFC107 0%, #FF9800 100%);
    background-image: linear-gradient(to top, #FFC107 0%, #FF9800 100%);
    background-repeat: repeat;
}

.case-wrapper .case-item:hover {
    margin-top: 0;
    height: 360px;
}

.case-item-bg1{
    margin: auto;
    background: url(../img/jtjj_icon01.png) no-repeat center;
    background-size: contain;

}

.case-item-bg2{
    margin: auto;
    background: url(../img/jtjj_icon02.png) no-repeat center;
    background-size: contain;

}

.case-item-bg3{
    margin: auto;
    background: url(../img/jtjj_icon03.png) no-repeat center;
    background-size: contain;

}

.case-item-bg4{
    margin: auto;
    background: url(../img/jtjj_icon04.png) no-repeat center;
    background-size: contain;

}

.case-item-bg{
    width: 60px;
    height: 60px;
    margin-top: 40px;
}



.case-item-title{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: 40px;
}

.case-item-text{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 24px;
    height: calc(100% - 220px);
    margin: 0 30px;
    overflow: hidden;
}

.case-item-doc{
    padding: 20px 30px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: #27272e;
}

.case-item-doc p{
    line-height: 30px;
    margin: 0;
    font-size: 14px;
    color: #999999;
}

.case-item-doc p a{
    font-size: 14px;
    color: #fff;
    float: left;
    width: calc(50% - 1px);
}
.case-item-doc a+a::before {
    content: '|';
    float: left;
    color: rgba(102,102,102,0.6)
}

.case-wrapper .case-item+.case-item {
    margin-left: 2%;
}

.case-wrapper  .case-item .case-item-doc a+a {
    text-align: right;
}

.case-wrapper  .case-item a:hover{
    text-decoration:underline;
}



.desp-right .ttsljyd{position: absolute;bottom: 60px;right: 60px;padding: 8px 30px;background: #ffab00;color: #fff;border-radius: 25px;cursor: pointer;}
.desp-right .ttsljyd:hover,.ttsljyd:hover{background-color:#FF9800;}
.ttsljyd{max-width:150px;padding: 8px 30px;background: #ffab00;color: #fff;border-radius: 25px;cursor: pointer;text-align: center;margin: 0 auto;}







@media (max-width: 1920px) {
 .pageone-text h3{font-size: 50px;}
 .pageone-text .page-ch{font-size: 22px;width: 75%;}
 .pageone-text .page-en{font-size: 14px;}

}
@media (max-width: 1520px) {
 .pageone-text h3{font-size: 60px;}
 .pageone-text .page-ch{font-size: 22px;width: 70%;}
 .pageone-text .page-en{font-size:16px;}
 .page2-con .text-list{display:none;}
 .page2-con .trendsmessage .title2{bottom:10px;}
 .pagecon.page3-con{height:600px;}
 .page3-con .gallery-top-con .top-text p:first-child{display:none;}
 .adv_list li .reverse h3{font-size:24px;margin-top:0px;}
 .adv_list li .reverse .reverse-con{padding:20px;}
 .adv_list li .reverse h3 img{width:70px;top: 140px;right:0px;}
 .pagecon.page5-con .news-list ul{margin:0px;}
 .pagecon.page5-con .news-list ul li:nth-child(4){display:none;}
 .pagecon.page5-con .news-list ul li{width:31%;padding: 0 10px;}
 .pagecon.page5-con .news-list ul li i{height:150px;}
 .page5-con .changyou-tt .jiahao{bottom: 50%;}
 .page5-con .news-list .btn{margin-top:0px;}
 .whzs-text .text-img{width:50%;}

}

@media (max-width: 1280px) {
	.zixun-con .zx-text>div{margin:20px 0 30px 0;}
	.pagecon.page3-con{height:500px;}
	.pageone-con .page-fo{height: 520px;}
	.adv_list li{height: 190px;}
	.adv_list li .positiv{padding-top: 20px;}
	.adv_list li .positiv p{padding-top:0px;font-size: 22px;}
	.adv_list li .reverse article{}
	.adv_list li .reverse h3 img{top:80px;}
	.adv_list li .reverse h3{padding:0px;font-size:20px;}
	.adv_list li .reverse .reverse-con{padding:10px 20px;}
	.changyou-tt .title3 li{margin: 0 10px 10px 15px;}
	.news-list ul li article{padding-bottom: 20px;height: auto;}
	.whzs-text .text-img{width:60%;}
	.ai_card ul li .info p{width:100%;}
}

@media (max-width: 1100px) {
   .ai_card .rcbc-con .rc-item{width:100%;margin-left:0;}
   .rcbc-con .item-title{font-size: 22px;}

}

@media (max-width: 768px) {
  .left-fix{display:none;}
  .lanmu{right: 10px;top: 10px;}
  .header-swiper.swiper-container .section-btn{right:65px;}
  .pageone-text{color:#fff;width: 90%;margin: 0 auto;text-align: right;padding: 80px 0 0 0;}
  .fobg {width: 551px;height: 649px;position: absolute;left: 0px;top: 0px;background: none;}
  .pageone-text h3{font-size: 33px;letter-spacing: 2px;text-align: center;}
  .pageone-text .page-ch{width: 90%;font-size: 20px;text-align: center;letter-spacing: 0px;float: none;margin: 0 auto;}
  .pageone-text .page-en{display: none;}
  .header-con ul.nav1,.header-con ul.nav2{display:none;}
  .pageone-con .swiper-button-next.swiper-button-disabled, .pageone-con .swiper-button-next,.swiper-container .swiper-notification,.pageone-con .swiper-button-prev.swiper-button-disabled, .pageone-con .swiper-button-prev{display:none;}
  .title p.tit{font-size:22px;}
  .title .tit-en{font-size:14px;}
  .page2-con .cswc-info-text{width:80%;padding: 0px 0px 0px 20px;}
  .cswc-info-text p{font-size:14px;}
  .cswc-info .cswc-info-img{display:none;}
  .page2-con .trendsmessage .title2{bottom: 70px;left: 0px;}
  .trendsmessage .title2 span{width: 25%;left: 0px;}
  .cswc-info .btn-p a{padding:10px 0px;}
  .page3-con .gallery-top-con .top-text{display:none;}
  .page3-con .gallery-thumbs{bottom:45%;}
  .page3-con .swiper-button-next, .page3-con .swiper-button-prev{display:none;}

  .adv_list li{height: 135px;width: 24%;}
  .adv_list li .positiv p{font-size:20px;}
  .adv_list li .positiv span,.adv_list li .reverse article{display:none;}
  .adv_list li .reverse h3 img{top:50px;}

  .menuBox .nav dd p.t a:before{display:none;}
  .header .menuBox{padding-top: 95px;}
  .header .menuBox .nav{width: 92%;}
  .header .menuBox .nav dd .t{display:block;width: 20%;font-size: 14px;padding: 5px 0px 10px 0px;}
  .header .menuBox .nav dd .subnav{/* width:100%; */}
  .header .menuBox .nav dd .subnav li{font-size: 14px;min-width: auto;line-height: 1.6;margin-right: 10px;}
  .header .menuBox .nav dd{margin: 0px auto 5px;padding: 0 0 5px 0;}
  .header .menubot{width:90%;margin: 10px auto 0px auto;font-size: 14px;display: none;}
  .header .menulink a{ margin-right: 10px;}
  .header .sharpBox{display: none;height: auto;overflow: hidden;}
  .header .menuBox .nav dd .t a{font-size:14px;}
  .whzs-text .text-img{width: 70%;}
  .ai_card ul li{width:100%;}

  .jtjj-img{width:100%;margin: 0px;}
  .pagenav .inner{margin:0px;width: 100%;}
  .container,.footer .container{width:90%;margin:0 auto;}
  .case-item{width:100%;}
  .case-wrapper .case-item+.case-item{width:100%;margin-left:0px;}


  .footer-top,.footer-zhong{display:none;}
  #videoDiv{display:none;}  








}


@media (max-width: 480px) {
  .left-fix{display:none;}
  .header .logo{width: 30%;}
  .header-con{width:70%;}
  .header-swiper.swiper-container .section-btn{display:none;}
  .pageone-con{padding: 0px;}
  .pageone-text{width:100%;}
  .fobg{display:none;}
  .pagecon.pageone-con .swiper-slide{width:100%!important;}
  .pageone-text h3{font-size:30px;margin:0 auto;}
  .pageone-text .page-ch{width: 100%;text-align:center;padding: 0px;font-size: 16px;}
  .page2-con{width:100%;top: 22%;}
  .page2-con .cswc-info-text{width:100%;height: auto;padding: 0px;}
  .section-wrap .section .title{margin:0 0 10px 0;}
  .trendsmessage .title2 span{letter-spacing:0px;padding: 10px 0;}
  .page2-con .trendsmessage .title2{bottom: -80px;}
  .pagecon.page3-con{height:300px;width: 90%;margin: 0 auto;}
  .page3-con .gallery-top{margin:0 auto;}
  .page3-con .swiper-slide img{width: 100%;margin-top: 80px;}
  .page3-con .gallery-top-con{top: 10px;left:0px;width: 100%;}
  .page3-con .gallery-top-con .title{width:70%;}
  .page3-con .more{width:30%;right:0px;margin: 20px 0 0 0;position: absolute;top: 0px;}
  .page3-con .gallery-thumbs{bottom: -70px;width: 100%;left: 0px;}

  .pagecon.page4-con{width:90%;padding-top: 20px;}
  .adv_list li{width: 31.33%;height: 100px;}
  .adv_list li .positiv img{width:40px;;height:40px;}
  .adv_list li .reverse h3 img{width:40px;}
  .adv_list li .positiv{padding: 10px;}


  .pagecon.page5-con{width:90%;padding-top: 20px;}
  .changyou-tt .title3 li{margin: 0 10px 10px 0;}
  .changyou-tt .title3 li img{width: 45px;height: 45px;padding: 0px;margin: 0px;}
  .pagecon.page5-con .news-list ul li:nth-child(3){display:none;}
  .pagecon.page5-con .news-list ul li{width: 48%;padding: 0px;}
  .pagecon.page5-con .news-list ul{padding:0px;}
  .page5-con .changyou-tt .jiahao{display:none;}
  .pagecon.page5-con .news-list ul li i{height:100px;}
  .news-list ul li h3{padding: 10px 10px 0px 10px;font-size:18px;}
  .news-list ul li article{padding: 0px 10px 15px 10px;}


  .section.section-6 .footer .container{width:90%;}
  .footer-zhong,.footer-top{display:none;}
  body .swiper-container .section.swiper-slide:last-child{height: 217px!important;}
  body .honor{right:0px;display: none;}
  .header{padding: 12px 0;}
  .arrow{border: none;bottom: 0px;}
   

  .pagenav .inner{width:100%;margin: 0%;padding: 10px 0 5px 0;}
  .pagenav a{padding: 0px 10px 5px 10px;}
  .banner_tab li .info h4{color:#fff;font-size: 14px;}
  .banner_tab li .info p{display:none;}
  .pagenav{background-color: rgba(0, 0, 0, 0.3);}
  .pagenav a.active, .banner_tab li.active,.pagenav a:hover,.banner_tab li:hover{background: none;}
  .pagenav a.active h4, .banner_tab li.active h4{color:#ffab00;}

  .padd-50{padding-top:20px;}
  .container{width: 90%;margin: 0 5% 0 5%;}
  .footer .container{width:90%;}
  #ti_box{display:none;}
  .biaoti-one .left-text{font-size:26px;}
  .biaoti-one .right-text p{font-size:14px;line-height: 1.3;}
  .biaoti-one .right-text:before{top: -5px;}
  .biaoti-one .right-text{padding: 10px 0 0 15px;}


  #newslist .newstitem .newsimg,#newslist .newstitem .news_wrapper{width:100%;}
  #newslist .newsbody{width:100%;margin-left: 0;padding: 0px;}
  .newstitem .newsbody p.title{padding:0px;margin: 0;}
  #newslist .newstitem .newsbody .description{width:100%;margin: 0 0 20px 0;}
  #newslist #newsitem_0.newstitem .newsbody .date, #newslist .newstitem .newsbody .date{display:none;}
  #newslist .newstitem .newsbody::after{display:none;}

  .gk-text{width:100%;}
  .gk-conone{padding: 20px 0;}
  .wenzi{padding-top:0px;}
  .gk-img{width:100%;padding: 15px 0px 0px 0px;background-color: transparent;}
  .gk-contwo ul li{width:100%;padding: 20px;margin-bottom: 20px;}


  #anchor3{display:none;}
  .zhoubian .zb-con .zblist .width-50{width:100%;height: auto;}
  .content_wrapper .zhoubian .zb-con{margin: 0px 0 20px 0;}
  .content_wrapper .zblist .zb-txt .zb-riqi{padding:0px;}
  .content_wrapper .zblist .zb-txt h3{margin: 0px;}
  .content_wrapper .zblist .zb-txt a{padding: 20px 0 ;}


  #yxtj li,.csdg-list ul li,.news_list_noimg li{width:100%;}
  .tabs.lydt#newslist .newstitem .newsbody .description{height:auto;}

  .csdg-list ul li a,.news_list_noimg li{padding:0px;}
  .csdg-list .list-tit{padding:5px 0;}
  
  .news_list_noimg li{margin:0 0 20px 0;}
  .news_time b{font-size:24px;}
  .news_list_noimg li a{padding:20px;}
  .jchd-con li{width:100%;height: auto;padding: 20px 0px 0px 0px;}
  .jchd-con .left-text{background:none;color:#666;height: auto;position: relative;margin: 0 auto;}
  .jchd-con .left-text span{width:100%;font-size:24px;margin: 20px auto 0 auto;text-align: center;}

  .dzkw-con li .riqi{display:none;}
  .items1.js-vid{height:200px;}
  .items1.js-vid .img-responsive{height:100%;}
  .tagziti li{margin: 15px 0px 10px 0px;}
  .dcsc_tpl_c.masonry-brick img{display:block;}

  .news-list ul li{width:100%;padding: 0px;}
  .news-list ul{margin:20px 0px;}
  .zixunneir ul#category{ padding: 20px 0 0px 0;}
  .zixunneir ul#category li{width:20%;}
  .news-list ul li i{height:200px;}

  .dizhi-ditu p.button button{padding: 0 20px;}
  .dizhi-ditu #allmap{height:300px;}
  .company-list li{width:100%;}

  .sm-wd-30{width:30%;padding: 0px;}
  .tsjy-con .field-text, .tsjy-con .field-textarea{width:100%;}

  .zixun-con .zx-text{width:100%;}
  .zixun-con .zx-text>div{font-size: 16px;}
  .zixun-con .zxzx-img{width: 120%;}

  .dzkw-con li{font-size:16px;}
  .npage{/* margin-bottom:20px; */}
  .header .menu{right: 40px;}
  
  .whzs-text .text-img{width:100%;}
  .rcbc-con .item-title{font-size: 18px;}
  div#newslist2{padding:30px 0 0 0!important;}

  .zxgp-list .tanchuang .bg img{max-width: 100%;}
  .zxgp-list .tanchuang{position: fixed;width:100%;height:100%;top: 0px;left: 0px;background: rgba(0, 0, 0, 0.69);z-index:99;}
  .zxgp-list .tanchuang .bg{position: absolute;left: 0px;margin-left: 20px;margin-top: -130px;}






}



@media only screen and (max-width:768px){
  .cnt_sitemap.type2 {border:none;}
  .cnt_sitemap.type2 dl{padding:0;border-top:0;}
  .cnt_sitemap.type2 dl:before{display:none;}
  .cnt_sitemap.type2 dt{position:relative;top:0;margin-bottom:23px;padding:23px;color:#333;font-size:16px;border-bottom:1px solid #9aa2ac;border-top:2px solid #9aa2ac;}
  .cnt_sitemap.type2 dd{padding-bottom:23px;}


}

@media only screen and (max-width:480px){
  .cnt_sitemap.type2 dd{width:33.33%;}
 .cnt_sitemap.type2 dd ul{display:none;}
}


.xjd-liast .zx-list:nth-child(3n){margin:0px;}