﻿@charset "utf-8";
*{margin:0;padding:0;}
body{ 
	font-family:  "微软雅黑";
	margin:0px; 
	padding:0px; 
	margin:0px auto;
	 font-size:16px;
	  color:#333; 
	  width:100%;  
	  zoom:1;
	 
}
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #000;}
::-webkit-scrollbar-track{
	background-color: #000;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: rgba(255,170,0);}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
ul,ul li{ list-style:none;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ border:none; border:0; max-width:100%; vertical-align:middle;}
a{ color:#333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:rgba(255,170,0);}
*:hover{transition:all 0.2s linear; -webkit-transition:all 0.2s linear;}

select{-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-appearance: none;-moz-appearance: none;appearance: none; cursor:pointer;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}
select::-ms-expand { display: none; }/*Ie clear arr*/

.fl{float:left;}
.fr{float:right;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
dl:after,ul:after{content:".";clear:both;display:block;overflow:hidden;font-size:0;height:0;}
.clear{ clear:both;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

.w1440{width:1440px;margin:0 auto;}
@media(max-width:1640px){
	.w1440{width:90%;margin:0 auto;}
}
@media(max-width:768px){
	.w1440{width:96%;margin:0 auto;}
}

/*pages end*/
/*Top002339*/
.Top002339{position: absolute;left: 0;top: 0;width: 100%;z-index: 99;font-family: "微软雅黑";}
.Top002339_lm{position: relative;background: #fff;}
.Top002339 .header.fixed{position:fixed;top:0;left:0;width: 100%;background: #fff;z-index: 999;box-shadow: 0 0 10px #ccc;}
.Top002339 .header{ height:85px;}
.Top002339 .header-left{ float:left;width: 30%;max-width: 200px; display:table; height:100%;}
.Top002339 .logo{ display:table-cell; vertical-align:middle;}
.Top002339 .logo img{margin-top: 20px;}
.Top002339 .logo .logo_1{display: block;}
.Top002339 .logo .logo_2{display: none;}
.Top002339 .header.fixed .header-left .logo .logo_1{display: none;}
.Top002339 .header.fixed .header-left .logo .logo_2{display: block;}
.Top002339 .header-right,
.Top002339 .header-mid{ float:right;}
.Top002339 .header-right{ display:table; height:100%;}
.Top002339 .header-right dd{ display:table-cell; vertical-align:middle; padding-left:10px;position: relative;transition: .1s;}
.Top002339 .header-right dd >a{ display:block;width: auto;color: #fff;padding-top: 32px;}
.top-language{background:url(../images/down.png) no-repeat right 90%;background-size:15px;padding-right: 20px;}

.Top002339 .header-right dd ul{position: absolute;left: 0;top: 56px;background: rgba(0,0,0,0.5);width: 120px;text-align: left;padding: 15px;display: none;transition: .3s;}
.Top002339 .header-right dd:hover{background: rgba(0,0,0,0.5);}
.Top002339 .header-right dd:hover ul{display: block;}
.Top002339 .header-right dd ul li a{color: #fff;}
.Top002339 .header-right dd ul li{display: inline-block;}
.Top002339 .header-right dd a.open-search{ height:31px; background-image:url(../images/Top002339-searchicon.png); background-repeat:no-repeat; background-position:center center;}
.Top002339 .header-right dd a.open-search-on{ background:none; position:relative;}
.Top002339 .header-right dd a.open-search-on::before,
.Top002339 .header-right dd a.open-search-on::after{ position:absolute; content:''; width:80%; left:10%; height:2px; transform:rotate(45deg); top:50%; background:#000;}
.Top002339 .header-right dd a.open-search-on::after{transform:rotate(-45deg);}
@media(min-width:1025px){
.Top002339 .header-right dd.top-search{ position:relative; z-index:100;}
}
.Top002339 .search-box{ position:absolute; right:0; top:100%; width:238px; border:8px solid #4c4a4f; background:#fff; display:none;}
.Top002339 .search-box .text{ width:100%; line-height:28px;height:28px; border:none; padding:0 30px 0 10px; color:#999;}
.Top002339 .search-box .btn{ position:absolute; right:0; top:0; height:100%; width:28px; background:url(../images/Top002339-searchicon.png) no-repeat center center;}

.Top002339 .header-menu li{ width:auto !important;}
.Top002339 .header-menu li em{ padding:0 28px; position:relative;line-height: 50px;}
/* .Top002339 .header-menu li em::after{content: '';position: absolute;top: 50%;right: 0;margin-top: -2px;width: 1px;height: 5px;border-left: 1px dotted #999;} */
/* .Top002339 .header-menu li:last-child em::after{ display:none;} */
.Top002339 .header-menu li em a{ display:inline-block; line-height:31px; font-size:16px; border-top:4px solid transparent;color: #fff;padding: 26px 0;font-family: "微软雅黑";font-weight: bold}
.Top002339 .header-menu li.aon em a,
.Top002339 .header-menu li em a:hover{ color:#fff; font-weight:bold; border-top-color:rgba(255,170,0);}

.Top002339 .header.fixed .header-menu li em a{ display:inline-block; line-height:31px; font-size:16px; border-top:4px solid transparent;color: #333;padding: 26px 0;}
.Top002339 .header.fixed .header-menu li.aon em a,
.Top002339 .header.fixed .header-menu li em a:hover{ color:#333; font-weight:bold; border-top-color:rgba(255,170,0);}

.Top002339 .header.fixed .header-right dd >a{color: #333;}
.Top002339 .header.fixed .top-language{background:url(../images/down1.png) no-repeat right 90%;background-size:15px;padding-right: 20px;}
.Top002339 .header.fixed .header-right dd:hover{background: #fff;}
.Top002339 .header.fixed .header-right dd ul{display: none;top: 85px;background: #fff;}
.Top002339 .header.fixed .header-right dd:hover ul{display: block;}
.Top002339 .header.fixed .header-right dd ul li a{color: #333;}

.Top002339 .header-menu li .sub{ background:rgba(255,170,0); overflow:hidden;}
.Top002339 .header-menu li:last-child .sub{background: none;}
.Top002339 .header-menu li .sub dt{ line-height:31px; }
.Top002339 .header-menu li .sub dt a{ color:#fff; transition:0.3s;padding:15px;font-size: 14px;}
.Top002339 .header-menu li .sub dt a:hover{ color:#fff; background:none;}

.Top002339 .header-menu li:last-child .sub{width: 1903px;text-align: right;top: -67px;display: none;right: -300px;left: auto;}
.Top002339 .header-menu li:last-child .sub-menu{display: inline-block;padding-right: 300px;background:rgba(255,170,0)}


.Top002339_lm .header-menu li.aon em a, .Top002339_lm .header-menu li em a:hover{color:rgba(255,170,0)}
.Top002339_lm .header-menu li em a{color: #333;}
@media(max-width:1100px){
.Top002339 .header-menu li em{ padding-left:15px; padding-right:15px;}
}
@media(max-width:1024px){
.Top002339 #open_menu{ position:relative; top:10px; transform:translateY(0); border:none;}
.Top002339 #open_menu i{ height:3px; margin-top:-1.5px;}
.Top002339 #open_menu i,
.Top002339 #open_menu i::before,
.Top002339 #open_menu i::after{ background:rgba(255,170,0);}

.Top002339_lm #open_menu i{ height:3px; margin-top:-1.5px;}
.Top002339_lm #open_menu i,
.Top002339_lm #open_menu i::before,
.Top002339_lm #open_menu i::after{ background:rgba(255,170,0);}
.Top002339 .header{ position:relative;}
.Top002339 .header-right-show .top-language{ position:relative; z-index:102;}
.Top002339 .header-right-show .open-search{ display:none;}
.Top002339 .header-right-show .top-search{ padding-left:0;}
.Top002339 .header-right .search-box{ right:-100%; position:fixed; top:85px; display:block !important; z-index:102; width:220px; transition:0.3s;}
.Top002339 .header-right-show .search-box{ right:0;}
.Top002339 #header-menu ul{ padding-top:135px; padding-left:0; padding-right:0; width:220px; background:rgba(255,170,0);}
.Top002339 #header-menu li{ border-top:2px solid rgba(255,170,0);}
.Top002339 #header-menu li:nth-child(2n-1){ background-color:rgba(0,0,0,0.1);}
.Top002339 #header-menu li em a,
.Top002339 #header-menu li em{ border-bottom:0; font-weight:normal;}
.Top002339 #header-menu li.clickon em a{ background:none;}
.Top002339 #header-menu li .sub{}
.Top002339 #header-menu li.has-sub em::after{ display:none;} 
.Top002339 .header-right dd >a{padding-top: 22px;}
.Top002339 .header-right dd:hover{background: none;}
.Top002339 .header-right dd ul{background: none;top: 46px;}
}
@media(max-width:480px){
.Top002339 .header{ height:70px;}
.Top002339 .header-right .search-box{top:70px;}
}



/*Top002282*/
.Top002282{position:absolute; z-index:100;left: 0;top: 0;width: 100%;}
.Top002282 .header{ height:85px;transition:all .3s;}
.Top002282 .header.fixed{position:fixed;top:0;left:0;width: 100%;background: #fff;z-index: 999;box-shadow: 0 0 10px #ccc;}
.Top002282 .header-left{ float:left; height:100%; display:table; width:200px;}
.Top002282 .header-left .logo{ display:table-cell; vertical-align:middle;}
.Top002282 .header-left .logo img{margin-top: 20px;}
.Top002282 .header-left .logo .logo_1{display: block;}
.Top002282 .header-left .logo .logo_2{display: none;}
.Top002282 .header.fixed .header-left .logo .logo_1{display: none;}
.Top002282 .header.fixed .header-left .logo .logo_2{display: block;}
.Top002282 .header-right,
.Top002282 .header-mid{ float:right;}
.Top002282 .header-menu li{ width:auto !important;}
.Top002282 .header-menu li em{ padding:0 23px; line-height:85px; position:relative;}
.Top002282 .header-menu li em::after{content: "";position: absolute;top: 50%;margin-top: -4px;right: 0;display: block; border-right:1px dotted #7a7a7a;width: 1px;height: 8px;}
.Top002282 .header-menu li em a{ position:relative; font-weight:bold; color:#fff; }
.Top002282 .header-menu li em a::before,
.Top002282 .header-menu li em a::after{ position:absolute; content:'';left:50%; transform:translateX(-50%);}
.Top002282 .header-menu li em a::after{  width:0; height:3px; background:rgba(255,170,0); top:0; transition:0.3s;}
.Top002282 .header-menu li:hover em a,
.Top002282 .header-menu li.aon em a{ color:#fff;}
.Top002282 .header-menu li:hover em a::after,
.Top002282 .header-menu li.aon em a::after{ width:100%;}
.Top002282 .header-menu li:hover em a::before,
.Top002282 .header-menu li.aon em a::before{ opacity:1;}
.Top002282 .header.fixed .header-menu li em a{color: #333;}


.Top002282 .sub-menu-layer{ background:rgba(255,255,255,0.5);}
.Top002282 .header-menu li .sub-menu dt a{ color:#fff;}
/* .Top002282 .header-menu li .sub-menu dt a::after{ width:8px; height:5px; display:inline-block; content:''; background:url(../images/Top002282-icon.png) no-repeat -11px -47px; margin-left:7px;} */
.Top002282 .header-menu li .sub-menu dt a:hover::after{ background-position:0 -47px;}
.Top002282 .header-menu li .sub-menu dt a:hover{ background:none; color:rgba(255,170,0);}

.Top002282 .header-right{ padding-top:26px; padding-left:12px;}
.Top002282 .header-right dd{ float:left;position:relative; z-index:100;}
.Top002282 .top-search{width:30px; transition:width 0.3s;}
.Top002282 .open-search{ width:30px; height:30px; display:block; background:url(../images/Top002282-icon_search.png) no-repeat center center; position:relative; z-index:2; }
.Top002282 .search-box{ position:absolute; right:0; top:0; width:100%; overflow:hidden;}
.Top002282 .search-box .text{ height:30px; width:100%; border:1px solid rgba(255,170,0); line-height:30px; padding:0 30px 0 5px; }
.Top002282 .search-box .btn{ position:absolute; right:0; top:0; height:100%; width:30px;background:url(../images/Top002282-icon_search.png) no-repeat center center; }
.Top002282 .top-search-show .search-box {z-index:3;}
.Top002282 .top-webchat{ margin-left:12px;}
.Top002282 .top-webchat figure{ position:absolute; top:100%; background:#fff; width:117px; padding:0 5px 0 5px; left:50%; margin-left:-58px; overflow:hidden; height:0; transition:height ease-out 0.3s;}
.Top002282 .top-webchat figure img{ display:block; width:100%; margin-top:10px;}
.Top002282 .open-webchat{ width:22px; height:22px; margin:4px; background:url(../images/Top002282-icon.png) no-repeat 0 -0px; display:block;transition:background ease-out 0.3s;}
.Top002282 .top-webchat-show figure{ height:auto;}
.Top002282 .top-webchat figure dd{display: block;float: none;width: 90%;text-align: center;border-bottom: 1px dashed #ccc;line-height: 30px;}
.Top002282 .top-webchat figure dd:last-child{border-bottom: none;}
.Top002282 .top-webchat figure figure dl{text-align: center;}
.Top002282 .top-webchat-show figure 
.Top002282 .top-webchat-show .open-webchat{ background-position:0 0;}
@media(max-width:1024px){
.Top002282 .top-webchat{ margin-right:12px;}

.Top002282 #open_menu{ width:30px; height:30px; position:relative;}
.Top002282 #open_menu i::before,
.Top002282 #open_menu i::after,
.Top002282 #open_menu i{width:100%;  background:#000;}
.Top002282 #open_menu i{height:3px;margin-top:-1.5px;}

.Top002282 #header-menu{ position:absolute; width:100%; max-width:240px; top:100%; right:0; z-index:100; text-align:center; background:rgba(10, 49, 143, 0.85); display:none;}
.Top002282 #header-menu li:nth-child(2n){ background:rgba(255,255,255,0.5);}
.Top002282 #header-menu li em a{ font-weight:normal;}
.Top002282 #header-menu li .sub-menu dt a{ border-bottom-color:rgba(255,255,255,0.5);}
.Top002282 #header-menu li:last-child em a,
.Top002282 #header-menu li:last-child em{ border-bottom:0;}
}

/*
 .Banner002345 为demo编号
 */
 .Banner002345{}
 .Banner002345{ position: relative; overflow: hidden;}
 .Banner002345 .bx-wrapper{ position:relative; z-index:1;}
 .Banner002345 .bx-viewport{ z-index:1;}
 .Banner002345 li a{ display:block; }
 .Banner002345 li img{ display:block; width:140%; position: relative; left: -20%; max-width: none; }
 .Banner002345 .bx-pager{margin:0 auto; text-align:center;position:absolute; left:0; width:100%; bottom:20px; z-index:10;}
 .Banner002345 .bx-pager div{ display:inline-block; width: 20px; height: 20px; padding: 6px; overflow: hidden;}
 .Banner002345 .bx-pager div a{ display:block; width:8px; height:8px; position: relative; background-color:#FFFFFF; -moz-opacity:0.8;  opacity: 0.8; filter:alpha(opacity=80); border-radius:100%; text-indent: 9999px; transition: all .5s ease-in-out;}
 .Banner002345 .bx-pager div a:after{ content:""; position: absolute; left: 50%; top: 50%; width: 0; height: 0;  border-radius: 50%; display: block; opacity: 0;transition: all .3s ease-in-out;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;}
 .Banner002345 .bx-pager div a.active{position: relative;}
 .Banner002345 .bx-pager div a.active:after{ opacity: 1;left: -5px; top: -5px; width: 18px; height: 18px;border: 1px solid #fff;}
 .Banner002345 .bx-controls-direction{ display: none;}
 
 @media(min-width:768px){
 .Banner002345 li img{width:100%; left: 0; max-width: 100%;}
 .Banner002345 .bx-pager{ bottom:40px;}
 .Banner002345 .bx-controls-direction{ display: block;}
 .Banner002345 .bx-controls-direction a {position:absolute; top:50%; z-index: 6; text-indent: 99999px; overflow: hidden; margin-top:-25px; width:50px; height:50px; -ms-transition:left 400ms, right 400ms; transition:left 400ms, right 400ms; -webkit-transition:left 400ms, right 400ms; -moz-transition:left 400ms, right 400ms; -o-transition:left 400ms, right 400ms; background: #fff;}
 .Banner002345 .bx-controls-direction .bx-prev {left:-50px;background:url(../images/Banner002345-prev.png) no-repeat 0 0;}
 .Banner002345 .bx-controls-direction .bx-next {right:-50px;background:url(../images/Banner002345-next.png) no-repeat 0 0;}
 .Banner002345 .bx-controls-direction.on .bx-prev {left:120px;}
 .Banner002345 .bx-controls-direction.on .bx-next {right:120px;}
 }
 
 

/* HomeBan */
.HomeBan {z-index:99;}
.HomeBan .item{position: relative;}
.HomeBan .item .mobile{display: none;}
.HomeBan .item .BanTxt{position: absolute;width:100%;transition: all 1s;-webkit-transform: all 1s;}
.HomeBan .owl-item .item .BanTxt3{top:40%;text-align: center;transition: all 1s;-webkit-transition: all 1s;opacity: 0;}
.HomeBan .owl-item.active .item .BanTxt3{top:20%;opacity: 1;}
.HomeBan .owl-item .item .BanTxt2{text-align: center;top:70%;opacity: 0;;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.HomeBan .owl-item.active .item .BanTxt2{opacity: 1;top:50%;}
.HomeBan .owl-item .item .BanTxt3{top:50%;opacity: 1;;transform: translateY(-50%);-webkit-transform: translateY(-50%);left:-20% !important;text-align: left;}
.HomeBan .owl-item.active .item .BanTxt3{opacity: 1;left:0% !important;}
.HomeBan .owl-item .item .BanTxt4{text-align: center;top:50%;opacity: 0;}
.HomeBan .owl-item.active .item .BanTxt4{opacity: 1;top:30%;}
.HomeBan .owl-item .item .BanTxt5{text-align: left;top:70%;opacity: 0;;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.HomeBan .owl-item.active .item .BanTxt5{opacity: 1;top:50%;}
.HomeBan .owl-item .item .BanTxt3{top:70%;opacity: 0;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 0;text-align: left;}
.HomeBan .owl-item.active .item .BanTxt3{opacity: 1;top:50%;}
.HomeBan .item .BanTxt img{width:auto;display: inline;}
.HomeBan .owl-item .item .BanTxt1 {top:20%;text-align: center;}
.HomeBan .owl-item .item .BanTxt1 .img1{transform: translateX(-50%);-webkit-transform: translateX(-50%);transition: all 1s;-webkit-transition: all 1s;opacity: 0;}
.HomeBan .owl-item .item .BanTxt1 .img2{transform: translateX(50%);-webkit-transform: translateX(50%);transition: all 1s;-webkit-transition: all 1s;opacity: 0;}
.HomeBan .owl-item.active .item .BanTxt1 .img1{transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;}
.HomeBan .owl-item.active .item .BanTxt1 .img2{transform: translateX(-10%);-webkit-transform: translateX(-10%);opacity: 1;}
.HomeBan .owl-dots{display: block;position: absolute;bottom:5%;left:84.5%;transform: translateX(-50%);}
.HomeBan .owl-dots button{width: 14px;height:14px;border-radius: 100px;border: 2px solid #fff;margin-left: 10px;float: left;}
.HomeBan .owl-dots button.active{width: 14px;border-radius: 10px;background: rgba(255,170,0);border: none;}
.HomeBan .owl-nav{display: block;}
.HomeBan .owl-nav button{width:50px;height:50px;border-radius: 50%;background:rgba(255,255,255,0.8);position: absolute;top:50%;margin-top:-25px;transition: all .5s;-webkit-transition: all .5s;opacity: 0;}
.HomeBan .owl-nav button span{display: none;}
.HomeBan .owl-nav button.owl-prev{background:url(../uploadfiles/image/prev.png) no-repeat center center rgba(153,153,153,0.5);left:0;}
.HomeBan .owl-nav button.owl-next{background:url(../uploadfiles/image/next.png) no-repeat center center rgba(153,153,153,0.5);;right:0;}
.HomeBan:hover .owl-nav button{opacity: 1;}
.HomeBan:hover .owl-nav button.owl-prev{left:5%;}
.HomeBan:hover .owl-nav button.owl-next{right:5%;}
.HomeBan .owl-nav button.owl-prev:hover{background:url(../uploadfiles/image/prev.png) no-repeat center center rgba(255,170,0);}
.HomeBan .owl-nav button.owl-next:hover{background:url(../uploadfiles/image/next.png) no-repeat center center rgba(255,170,0);}

.HomeBan .owl-item .item video{position: absolute;left: 0;width: 100%;height: 760px;object-fit: fill;max-height: 760px;}
.HomeBan .Floor00210126{display: none;}
@media(max-width:1440px){
	.HomeBan .owl-item .item video{height: 570px; max-height: 570px;}
}
@media(width:1330px){
	.HomeBan .owl-item .item video{height: 560px!important; max-height: 570px!important;}
}
@media(max-width:768px){
	.HomeBan .item .BanTxt img{height:50px;}
	.HomeBan .item .BanTxt3 img{height:25px;}
	.HomeBan .item .pc{display: none;}
	.HomeBan .item .mobile{display: block;}
	.HomeBan .owl-dots{left:50%;}
	.HomeBan .owl-dots button{width: 10px;height: 10px}
	.HomeBan .owl-dots button.active{width: 10px;}
	
}
@media(max-width:1024px){
	.HomeBan .pc_video{display: block;}
	.HomeBan .Floor00210126{display: block}
	.HomeBan .Floor00210126 video{width:100%;height: 100%;}
	.video_box{width: 100%;height:148px;position: relative;}
	.video_bg{width: 100%;height: 100%;position: absolute;left: 0;z-index: 22;}
	.videobtn{width:57px !important;height: 57px;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);z-index: 33;}
	.videocont{position: absolute;left: 0;z-index: 1;width: 100%;height: 100%;}
	.HomeBan .owl-item .item video{max-height: 148px;height: 148px;}
  }

/*
 .Floor002268 为demo编号
 */
 .Floor002268{ margin-bottom: 25px;}
 .Floor002268 .p,.Floor002268 .h3{ margin: 0; padding: 0;}
 .Floor002268 .left .title>ul>li{float: left;color: #656565;font-size: 18px;margin-right: 10px;padding-top: 20px;cursor: pointer;border-top: 2px solid transparent;font-weight: 700;}
 .Floor002268 .left .title>ul>li.onchoose,
 .Floor002268 .left .title>ul>li:hover{color: rgba(255,170,0);border-top: 2px solid rgba(255,170,0);}
 .Floor002268 .left .title ul{float: left;}
 .Floor002268 .left .title .btn{display: none;}
 .Floor002268 .left .title .more{float: right;font-size: 12px;color: #c8c8c8;padding-top: 33px;}
 .Floor002268 .left .title .more:hover{color:rgba(255,170,0) ;}
 
 .Floor002268 .left  .items .item ul li{margin-top: 20px}
 .Floor002268 .left  .items .item ul li .left{float: left;width: 18%;border-right: 1px solid #e7e7e7;box-sizing: border-box;}
 .Floor002268 .left  .items .item ul li .right{float: left;width: 82%;box-sizing: border-box;padding-left: 4%;}
 .Floor002268 .left  .items .item ul li .left .date{font-size: 30px;color: #999;}
 .Floor002268 .left  .items .item ul li .left .year{font-size: 12px;color: #999;}
 .Floor002268 .left  .items .item ul li .right .title{font-size: 14px;color: #424956;}
 .Floor002268 .left  .items .item ul li .right .del{font-size: 14px;color: #999;}
 
 .Floor002268>.w1440>.right{margin-top: 30px;}
 .Floor002268 .right .title{font-size: 18px;color: #424956;font-weight: 700;}
 .Floor002268 .right .stock{font-size: 16px;color: rgba(255,170,0);font-weight: 700;margin-bottom: 10px;}
 .Floor002268 .right .stock i{width: 15px;height: 12px;display: inline-block;background: url(../images/icon_arrow_up.png) no-repeat center;vertical-align: middle;margin-left: 10px;}
 .Floor002268 .right .del{font-size: 14px;color: #999;}
 .Floor002268 .left  .items .item{display: none;}
 .Floor002268 .left  .items .item ul li .right .title a{color: #333;}
 .Floor002268 .left  .items .item ul li .right .title a:hover{color: rgba(255,170,0);}
 
 .Floor002268 dl.code{padding-left:0;}
 .Floor002268 dd{ line-height:30px;}
 .Floor002268 dl.code li{ float:left; width:50%;padding-right:5%;}
 .Floor002268 dl.code li img{ width:85px;margin: 0 auto 10px;}
 .Floor002268 dl.code li aside{ text-align:center; max-width:100px;}
 
 @media screen and (min-width: 768px) {
	 .Floor002268>.w1440>.right{float: right;width: 20%;margin-top: 20px;}
	 .Floor002268>.w1440>.left{float: left;width: 76%;margin-right: 4%;}
	 .Floor002268 .left  .items .item ul li .right{margin-top: 10px;}
 }
 
 @media screen and (min-width: 1200px) {
	 .Floor002268 .left  .items .item ul li{float: left;width: 50%;margin-top: 38px;}
	 .Floor002268 .left  .items .item ul li .right{margin-top: 0;}
	 .Floor002268 .left .title>ul>li{font-size: 18px;margin-right: 28px;padding-top: 30px;}
	 .Floor002268>.w1440>.right{float: right;width: 30%;margin-top: 29px;box-sizing: border-box;padding-left: 28px;}
	 .Floor002268>.w1440>.left{float: left;width: 70%;margin-right: 0;box-sizing: border-box;padding-right: 35px;border-right: 1px solid #e9e9e9;}
	 .Floor002268 .left .title .more{font-size: 14px;}
	 .Floor002268 .left  .items .item ul li .left{float: left;width: 67px;border-right: 1px solid #ccc;box-sizing: border-box;text-align: center;padding-right: 10px;}
	 .Floor002268 .left  .items .item ul li .right{float: left;width: 343px;box-sizing: border-box;padding-left: 14px;}
	 .Floor002268 .left  .items .item ul li .right .del{line-height: 28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	 .Floor002268 .left  .items .item ul li .left .date{line-height: 30px;margin-bottom: 6px;}
	 
	 .Floor002268 .left  .items .item ul li .left .year{line-height: 14px;}
	 .Floor002268 .left  .items .item ul li .right .title a{font-size: 15px;}
	 .Floor002268 .left  .items .item ul li .right .title{margin-bottom: 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	 .Floor002268 .right .title{margin-bottom: 10px;}
	
 
	 .Floor002268 .left .title .btn{display: block;float: right;margin-top: 29px;margin-right: 30px;}
	 .Floor002268 .left .title .btn span{width: 6px;height: 12px;display: inline-block;cursor: pointer;}
	 .Floor002268 .left .title .btn span.btn1{background: url(../images/Floor002268-btns.png) no-repeat left top;margin-right: 15px;}
	 .Floor002268 .left .title .btn span.btn1:hover{background: url(../images/Floor002268-btns.png) no-repeat left bottom;}
	 .Floor002268 .left .title .btn span.btn2{background: url(../images/Floor002268-btns.png) no-repeat right top;}
	 .Floor002268 .left .title .btn span.btn2:hover{background: url(../images/Floor002268-btns.png) no-repeat right bottom;}
 }
 .Floor002268 .right .videoImg img{width:100%;}
 .Floor002268 .right .videoImg{position: relative;overflow: hidden;}
 .Floor002268 .right .videoImg img{transition: all .5s;-webkit-transition: all .5s;}
 .Floor002268 .right .videoImg:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
 .Floor002268 .right .videoImg .Play{position: absolute;width:100%;height:100%;top:0;left:0;}
 .Floor002268 .right .videoImg .Play img{position: absolute;top:50%;left:50%;margin-top:-31px;margin-left:-31px;width:auto;transition: all .5s;-webkit-transition: all .5s;}
 .Floor002268 .right .videoImg .Play:hover img{transform: rotateX(180deg);-webkit-transform: rotateX(180deg);}
 @media(max-width:1024px){
	 .Floor002268 dl{ display:none;}
	 .Floor002268 dl.code{ display:table; margin:0 auto; width:auto; float:none;}
	 }
  
/* BOttom */
.Bottom{padding:20px 0;background:#373737;color:#fff;}
.Bottom a{color:#fff;}
.Bottom .BottomLeft ul li{display: inline-block;line-height: 40px; font-weight: bold;color: #aeaeae;font-size: 14px;}
.Bottom .BottomLeft ul li:first-child{margin-right:30px;}
.Bottom .BottomLeft p{font-size: 14px;opacity: 0.7;}
.Bottom .BottomLeft ul li:hover span{color: rgba(255,170,0);opacity: 1;}
.Bottom .BottomRight .Link{width:240px;height:32px;line-height: 30px;padding:0 20px;box-sizing: border-box;position: relative;border:1px solid rgba(255,255,255,0.7);}
.Bottom .BottomRight .Link span{display: block;position: relative;z-index:99999;}
.Bottom .BottomRight .Link span::after{content:'';display: inline-block;border-bottom:5px solid #fff;border-top:5px solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;position: absolute;top:8px;right:0;}
.Bottom .BottomRight .Link ul{position: absolute;bottom:31px;left:0;width:100%;background:#494949;box-sizing: border-box;padding:10px;display: none;}
.Bottom .BottomRight .enjoy{margin-top:15px;text-align: right;display: flex;align-items: center;}
.Bottom .BottomRight .enjoy a span {font-size: 16px;}
.Bottom .BottomRight .enjoy span{font-size: 14px;margin-right: 10px;font-weight: bold;color: #aeaeae;}
.Bottom .BottomRight .enjoy .bshare-custom{display: inline-block;}
.Bottom .BottomRight .enjoy a span:hover{color: rgba(255,170,0);}

.Bottom .BottomRight .enjoy .bshare-custom  a{width:26px;height:26px;display: inline-block !important;}
.Bottom .BottomRight .enjoy .bshare-custom  a.bshare-sinaminiblog{background:url(../uploadfiles/image/wb.png) no-repeat center center !important;}
.Bottom .BottomRight .enjoy .bshare-custom  a.bshare-qqim1{background:url(../uploadfiles/image/qq.png) no-repeat center center !important;position:relative;}
.Bottom .BottomRight .enjoy .bshare-custom  a.bshare-weixin1{background:url(../uploadfiles/image/wx.png) no-repeat center center !important;position: relative;display: inline-block;}
.wx_box{display:none; position:absolute; left:-36px; bottom:35px; width:105px; height:114px; background:url("../images/f_ma_bg.png") no-repeat center;}
.wx_box img{position: absolute; left: 5px; top: 5px; z-index: 10; width: 95px;}
.dy_box{display:none; position:absolute; left:-36px; bottom:35px; width:105px; height:114px; background:url("../images/f_ma_bg.png") no-repeat center;}
.dy_box img{position: absolute; left: 5px; top: 5px; z-index: 10; width: 95px;}

@media(max-width:768px){
	.Bottom{padding:20px 0;}
	.Bottom .BottomLeft{width:100%;}
	.Bottom .BottomRight{width:100%;margin-top:20px;}
	.Bottom .BottomLeft ul li{line-height: 25px;margin-bottom:10px;font-size: 14px;}
	.Bottom .BottomLeft ul li:first-child{margin-right:0;}
	.Bottom .BottomLeft p{font-size: 12px;}
	.Bottom .BottomRight .Link{margin:0 auto;}
	.Bottom .BottomRight .enjoy{text-align: center;}
}
/*
 .Floor001239 为demo编号
 */
 .Floor001239 .news{ padding-top:2%; padding-bottom:1.5%;}
 .Floor001239 .list_top{ width:46.25%; float:left; position:relative;}
 
 .Floor001239 .list_top time{ position:absolute; left:0; top:0; width:80px; padding:5px 0 10px 0; text-align:center; background-color:#eaeaea;}
 .Floor001239 .list_top time span{font-size: 36px; color: rgba(255,170,0); display:block;}
 .Floor001239 .list_top h3{ margin:0; font-size:20px; line-height:32px;font-weight: bold;}
 .Floor001239 .list_top h4{font-size: 24px;color: rgba(255,170,0);font-family: "DINB";}
 .Floor001239 .list_top p{ font-size:13px; color:#535353; line-height:22px; overflow:hidden;  margin:15px 0 0 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
 .Floor001239 .tab{ width:50%; float:right;}
 .Floor001239 .tab h5{ margin:0 0 25px 0; overflow:hidden; font-size:16px;font-weight: bold;position: relative;}
 .Floor001239 .tab h5::before{content: "";display: block;position: absolute;left: 0;bottom: 0;height: 2px;width: 100%;background: #dedfe2;}
 .Floor001239 .tab h5 span{ float:left; margin-right:3%; line-height:32px;position: relative;}
 .Floor001239 .tab h5 span::after{content: "";display: block;position: absolute;left: 0;bottom: 0;height: 2px;width: 63px;background: rgba(255,170,0);opacity: 0;}
 .Floor001239 .tab h5 span.active::after{opacity: 1;}
 .Floor001239 .tab li{  line-height:22px; font-size:14px;}
 .Floor001239 .tab li time{ float:left; color:#999; margin-right:10px;}
.news_l{width: 73%;float: left; height: 176px;}
.news_l .item .txt1{margin-top: 20px;}
.news_r{width: 25%;float: right;}
.news_r .title{font-size: 16px;margin-bottom:5px;color: #333;font-weight: bold;position: relative;padding-bottom: 2px;line-height: 32px;}
.news_r .title::after{content: "";display: block;position: absolute;bottom: 0;left: 0;width: 63px;height: 2px;background: rgba(255,170,0);}
.news_r .videoImg img{width:100%;}
.news_r .videoImg{position: relative;overflow: hidden;}
.news_r .videoImg img{transition: all .5s;-webkit-transition: all .5s;}
.news_r .videoImg:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.news_r .videoImg .Play{position: absolute;width:100%;height:100%;top:0;left:0;}
.news_r .videoImg .Play img{position: absolute;top:50%;left:50%;margin-top:-31px;margin-left:-31px;width:auto;transition: all .5s;-webkit-transition: all .5s;}
.news_r .videoImg .Play:hover img{transform: rotateX(180deg);-webkit-transform: rotateX(180deg);}


.Product{padding:10px 0 0;}
.ProductBox .ProList{float:left;width:14%;transition: all .6s;-webkit-transition: all .6s;height:230px;overflow: hidden;position: relative;box-sizing: border-box;padding:1.5%;}
.ProductBox .ProList .ProImg{position: absolute;top:0;left:0;/*width:662px;*/height:100%;z-index:0;margin-left:-662px;}
.ProductBox .ProList .ProImg::after{content:'';display: block;position: absolute;top:0;left:0;width:100%;height:100%;}
.ProductBox .ProList.on{width:30%;}
.ProductBox .ProList.on .ProImg{margin-left:0;}

.ProductBox .ProList .ProTit{z-index:999;position: relative;}
.ProductBox .ProList .ProTit h1{font-size: 22px;color:#fff;padding-top: 0;}
.ProductBox .ProList .ProTit p{font-size: 18px;color:#fff;text-transform: uppercase;opacity: 0.7;padding-top:10px;font-family: "Bebas";}


.ProductBox .ProList .ProTit b{display: block;width:30px;height:3px;background:rgba(255,170,0);opacity: 0.4;margin:15px 0;}
.ProductBox .ProList .ProTit span{color:#fff;font-size: 14px;opacity: 0;}
.ProductBox .ProList .ProTit span i{opacity: 0;}
.ProductBox .ProList .HomeMore{font-size: 14px;color:rgba(255,170,0);font-weight: bold;margin-top:30px;display: none;z-index:999;position: relative;}
.ProductBox .ProList.on .ProTit p{display: none;}

.ProductBox .ProList.on .ProTit b{opacity: 1;}
.ProductBox .ProList.on .ProTit span{position: relative;display: flex;align-items: center;opacity: 0;}
.ProductBox .ProList .ProTit span i{display: inline-block; width: 19px; height: 14px; background: url(../images/i_it_icon2.png) no-repeat center;margin-top:0;margin-left: 10px;background-size: 15px;position:relative;left: 0px;}
.ProductBox .ProList.on:hover span{opacity: 1;}
.ProductBox .ProList.on:first-child .ProTit span{opacity: 1; }
.ProductBox .ProList.on:hover span i{opacity: 1;}
.ProductBox .ProList.on:first-child .ProTit span i{opacity: 1;}
.ProductBox .ProList.on .HomeMore{display: block;}

.ProductBox .ProList:nth-child(4) .ProTit h1,.ProductBox .ProList:nth-child(4) .ProTit p{color: #5f3415;}
.ProductBox .ProList:nth-child(6) .ProTit h1,.ProductBox .ProList:nth-child(6) .ProTit p{color: #4d4d4e;}
.ProductBox .ProList.on:nth-child(4) .ProTit h1,.ProductBox .ProList.on:nth-child(4) .ProTit p{color: #fff;}
.ProductBox .ProList.on:nth-child(6) .ProTit h1,.ProductBox .ProList.on:nth-child(6) .ProTit p{color: #fff;}
/* .ProductBox .ProList:nth-child(6) .ProTit p{width: 100%;} */
.ProductBox .ProList:nth-child(2){background: url(/hfshzy202108027057/uploadfiles/2021/09/20210901115237711.png?aWNvNC5wbmc=) no-repeat bottom right 20px rgba(3,65,176)!important;}
.ProductBox .ProList:nth-child(3){ background: url(/hfshzy202108027057/uploadfiles/2021/09/20210901115149991.png?aWNvMS5wbmc=) no-repeat bottom right 20px rgba(118,210,189)!important;}
.ProductBox .ProList:nth-child(4){ background: url(/hfshzy202108027057/uploadfiles/2021/09/20210901115115390.png?aWNvMi5wbmc=) no-repeat bottom right 20px rgba(254,232,33)!important;}
.ProductBox .ProList:nth-child(5){ background: url(/hfshzy202108027057/uploadfiles/2021/09/20210901115031180.png?aWNvMy5wbmc=) no-repeat bottom right 20px rgba(252,67,52)!important;}
.ProductBox .ProList:nth-child(6){background: url(/hfshzy202108027057/uploadfiles/2021/09/20210901114935625.png?aWNvNS5wbmc=) no-repeat bottom right 20px rgba(227,226,232)!important;}
@media(max-width:1600px){
	.ProductBox .ProList .ProTit p{font-size: 16px;width: 55%;}
	.ProductBox .ProList:nth-child(3) .ProTit p{width: 40%;}
  .ProductBox .ProList:nth-child(6) .ProTit p{width: 80%;}
}
@media(max-width:1440px){
	.ProductBox .ProList{padding: 1%;height: 210px;}
	
}
@media(max-width:1366px){
	 .Floor001239 .list_top h4{margin-top:15px;}
	 .Floor001239 .tab li{line-height: 30px;}
	.Floor001239 .list_top p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;margin-top: 0;}
	.ProductBox .ProList{height: 200px;}
	.ProductBox .ProList:nth-child(6) .ProTit p{width: 80%;}
}
@media(max-width:1024px){
	.ProductBox .ProList{height:150px;background-size: 80px !important;}
	.ProductBox .ProList:nth-child(6) .ProTit p{width: 75%;}
}
@media(max-width:768px){
	.Product .ProList{width:50%;height:120px;display:flex;justify-content:center;align-items:center;flex-direction: column; }
	/* .Product .ProList:nth-child(3n){width:34%;} */
	.news_l{width: 100%;float: none; height: auto;}
	.ProductBox .ProList.on{width: 50%;}
	.ProductBox .ProList.on .ProTit h1{margin-top: 10px}
	.Floor001239 .list_top,.Floor001239 .tab,.news_r{width: 100%;float: none;margin-top: 20px;}
	.ProductBox .ProList .ProTit {z-index: auto;}
}
@media(max-width:768px){
	.Product{padding:20px 0 0;}
	.ProductBox .ProList .ProTit h1{font-size: 16px;margin-top: 40px;}
	.ProductBox .ProList .ProTit p{font-size: 13px;}
	.ProductBox .ProList.on .ProTit span{font-size: 12px;}
}

/* 弹出视频 */
.Tvideo{position: fixed;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;left:0;z-index:9999;display: none;}
.Tvideo.show{display: block;}
.Tvideo .TvideoBox{width:80%;max-width:850px;position: absolute;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);top:50%;left:50%;}
.Tvideo .TvideoBox .close{position: absolute;top:-40px;right:-40px;width:30px;height:30px;border-radius: 50%;border:1px solid #fff;text-align: center;line-height: 30px;}
.Tvideo .TvideoBox .close img{height:20px;}
.Tvideo .TvideoBox video{width:100%;}
@media(max-width:768px){
	.Tvideo .TvideoBox .close{top:-30px;right:-30px;}
}

.home .top_wr .box{float: left;margin-right: 30px;}
.home .top_wr .box .top{display: flex;}
.home .top_wr .box .item strong{width: 16%;max-width: 66px;height:66px;background: #FFAA01;color: #fff;display: flex;justify-content: center;align-items: center;flex-direction: column;font-weight: normal;text-align: center;padding: 0 2%;}
.home .top_wr .box .item strong h1{font-weight: normal;margin-top: 12px;font-family: "rc";}
.home .top_wr .box .txt{width: 85%;}
.home .top_wr .box .tit{width:85%;margin-left:3%;}

.home .top_wr .box.box1{width: 220px;border-right: 4px solid #f6f6f6;}
.home .top_wr .box.box1 .p2{margin-top:17px;}
.home .top_wr .box.box1 em{position:relative; top:5px; color: rgba(255,170,0);font-size: 30px;padding-right: 10px; font-family: "rc";line-height: 100%;letter-spacing: -1px;}
.home .top_wr .box.box1 em.on{color: #34b933;}
.home .top_wr .box.box1 .p1{font-size: 36px; color: #666; font-family: "rc"; line-height: 30px; letter-spacing: -2px;}
.home .top_wr .box.box1 p{color: #999; letter-spacing: 0;}
.home .top_wr .box.box2{width: 450px;border-right: 4px solid #f6f6f6;padding: 0px 30px 20px 0;}
.home .top_wr .box.box2 h3{color: #535353;font-size: 18px;line-height: 24px;font-weight: bold;margin-bottom: 1px;}
.home .top_wr .box.box2:hover h3{color: #12337d;}
.home .top_wr .box.box2 strong{  color: #fff;  font-size: 16px; position: relative;height: 48px;width: 48px;}
i,em{font-style: normal;}
.home .top_wr .box.box2 strong i{font-size: 20px;width: 48px;height: 24px;line-height: 24px;text-align: center;display: inline-block;font-weight: bold;}
.home .top_wr .box.box2 strong em{font-size: 20px;width: 48px;height: 24px;line-height: 24px;text-align: center;display: inline-block;}
.home .top_wr .box.box2 p{color: #535353;opacity: 0.6;filter: Alpha(opacity=60);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;font-size: 13px;line-height: 22px;}
.home .top_wr .box.box3{margin:0; width:470px;}
.home .top_wr .box.box3 h4{color: #fff;font-size: 14px;margin-bottom: 20px; font-weight: bold;}
.home .top_wr .box.box3 p{color: #535353;opacity: 0.6;filter: Alpha(opacity=60);}
.home .top_wr .box.box3 p a{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*.home .top_wr{height:180px; background:url("../images/index.jpg") no-repeat center;}*/
/*.home .top_wr .w1200{position:relative; width:1440px; height:335px; padding:0 120px; background:#fff;}*/
/*.i_news{position:absolute; width:445px; left:120px; top:42px;}*/
.i_news .hd{height:37px; margin-bottom: 24px;    margin-top: -10px;}
.i_news .hd ul{overflow:hidden;position: relative;}
.i_news .hd ul::after{content: "";display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: #f5f5f5;}
.i_news .hd li{float:left; margin-right:35px; height:37px; line-height: 34px; border-bottom: 0 solid transparent; color:#535353; font-weight: bold; cursor:pointer; -webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;}
.i_news .hd li.on{border-bottom: 3px solid rgba(255,170,0);position: relative;z-index: 1;}
.i_news .bd .til_box{padding: 0 0 23px;}
.i_news .bd .time{font-size: 24px; color:rgba(255,170,0); line-height: 24px; font-family: "MONTSERRAT-REGULAR"; letter-spacing: -2px; margin-bottom: 10px;}
.i_news .bd h2{font-size: 20px; line-height: 24px; color:#685f57; margin-bottom: 8px;}
.i_news .bd p{font-size: 13px; color:#a5a5a5; line-height: 22px;}
.i_news .stock_box{padding:17px 0 0; border-top: 3px solid #f6f6f6;}
.i_news .stock_box h4{font-size: 13px; color:#aca7a1; line-height: 18px; margin-bottom: 8px;}
.i_news .stock_box p{font-size: 16px; color:#aca7a1; line-height: 18px; font-family: "MONTSERRAT-REGULAR";}
.i_news .stock_box em{font-size: 27px; color:rgba(255,170,0); font-family: "MONTSERRAT-REGULAR"; font-weight: normal; letter-spacing: -2px; padding-right: 8px;}
.i_it_wr{position:absolute; right:104px; top:53px; width:732px; overflow:hidden;}
.i_it_wr .item{position:relative; float:left; margin-right:16px; padding:0 0 0 24px; width:228px; height:265px; background:url("../images/i_it_bg.jpg") no-repeat center; background-size: 100% 100%; box-sizing: border-box; cursor:pointer;}
.i_it_wr .item .img{position:absolute; left:0; top:0; width:100%; height:161px; opacity:1; filter:alpha(opacity=100); -webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;}
.i_it_wr .icon{height:151px; background:no-repeat left bottom; margin-bottom: 25px; -webkit-transition: height .5s;
   -moz-transition: height .5s;
    -ms-transition: height .5s;
     -o-transition: height .5s;
        transition: height .5s; opacity:0; filter:alpha(opacity=0);}
.i_it_wr .h1{position:relative; float:left; opacity: 0; font-size: 20px; color:#fff; line-height: 24px; padding-top:18px;/* font-weight: bold;*/ letter-spacing: 6px;}
.i_it_wr .it1{position:relative; z-index: 3;}
.i_it_wr .it2{position:relative; z-index: 2;}
.i_it_wr .it3{position:relative; z-index: 1;}
.i_it_wr .it1 .h1 i{opacity: 0; position:absolute; bottom:3px; left:140px;}
.i_it_wr .it2 .h1 i{opacity: 0; position:absolute; bottom:3px; left:140px; background-image: url("../images/i_it_icon2.png");}
.i_it_wr .h1 i{opacity: 0; position:absolute; bottom:3px; left:140px;}
.i_it_wr .h2{font-size: 18px; color:#626262; line-height: 18px; /*font-weight: bold;*/}
.i_it_wr .h3{font-size: 15px; color:#4c4c4c;/* letter-spacing: -.5px;*/ line-height: 30px; opacity:.6; font-family: "RUBIK-REGULAR-WEBFONT";}
.i_it_wr i{display:block; position:absolute; left:28px; bottom:18px; width:19px; height:14px; background:url("../images/i_it_icon.png") no-repeat center;}
.i_it_wr .it1.on{background-image: url("../images/i_it_bg1-on.jpg");}
.i_it_wr .it2.on{background-image: url("../images/i_it_bg2-on.jpg");}
.i_it_wr .it3.on{background-image: url("../images/i_it_bg3-on.jpg");}
.i_it_wr .item.on .h2{color:#fff;}
.i_it_wr .item.on .h3{color:#fff;}
.i_it_wr .item.on .icon{height:80px; opacity:1; filter:alpha(opacity=1);}
.i_it_wr .item.on .h1{
-webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.i_it_wr .item.on .h1 i{
-webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: goRightIn;
  animation-name: goRightIn;
}
.i_it_wr .item.on .i_1{
-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: goRight;
  animation-name: goRight;
}
@media(max-width:1440px){
	.home .top_wr .box.box2{width: 50%;}
	.home .top_wr .box.box3{width: 48%;}
	.home .top_wr .box{margin-right: 15px;}
	.home .top_wr .box.box2 p{-webkit-line-clamp:4;}

}
@media(max-width:1280px){
	.home .top_wr .box.box2{width: 50%;}

}
@media(max-width:1024px){
	.home .top_wr .box.box2{width: 50%;padding: 10px 10px 10px 0;}
	.home .top_wr .box.box3{width: 45%;}
	.home .top_wr .box.box2 h3{font-size: 16px;}
	.home .top_wr .box.box2 strong{font-size: 16px;}
	.home .top_wr .box{margin-right: 15px;}
	.i_news .hd{margin-bottom: 10px;}
}
@media(max-width:768px){
	.home .top_wr .box.box2,.home .top_wr .box.box3{width: 100%;float: none;}
	.top_wr .w1200{display: block;}
}

/* 栏目页 */
.ban{width: 100%;}
.ban img{width: 100%;}
.bt{padding-bottom:50px;color: rgb(51, 51, 51);font-size: 100px;}
.bt .cn{font-size:24px;font-family: "微软雅黑";font-weight: bold;}
.bt .en{font-size:24px;font-family: " Arial";text-transform: uppercase;font-weight: bold;color:  rgba(255,170,0);}
.bt .en span{font-family: " Arial";margin-left:10px;font-weight: normal;color: rgb(51, 51, 51);}
.bt .text{font-size: 16px; color: #999;line-height: 26px; text-align: center;margin-top: 2%;}
.bt2 .cn,.bt2 .en{display: inline-block;}
.bt2{padding: 0;font-size: 30px;margin-bottom: 20px;}
.bt1{text-align: center;}
@media(max-width:640px){
.bt{font-size: 80px;}
.bt .en{font-size: 20px;}
}
@media(max-width:480px){
.bt{font-size: 60px;padding:20px 0;}
.bt .cn{font-size: 20px;}
}
.xw_xq .bt .en{font-weight: normal;}

/*
 .Menu002272 为demo编号
 */
 .Menu002272 .nav-menu{border-bottom: 1px solid #eef0f1;}
 .Menu002272 .nav-menu ul{display: none;}
 .Menu002272 .current{padding-left: 25px;background: url(../images/Menu002272-icon.png) no-repeat left center;}
 .Menu002272 .current a{font-size: 14px;color: #717171;padding: 0 13px 0 10px; position: relative; line-height: 45px;}
 .Menu002272 .current a:after{ content: "·"; position: absolute; top: 0; right: 0; line-height: 20px; height: 20px; color: #ddd;}
 .Menu002272 .current a:first-child{padding-left: 0;}
 .Menu002272 .current a:hover{color: rgba(255,170,0);}
 .Menu002272 .current span{padding-left: 10px}
 
 @media screen and (min-width:768px ) {
	 .Menu002272 .nav-menu ul{display: block;float: left;}
	 .Menu002272 .nav-menu ul li{float: left;line-height: 60px;margin: 0 2px;padding: 0 3px;}
	 .Menu002272 .nav-menu ul li:first-child{margin-left: 0;}
	 .Menu002272 .nav-menu ul li:hover,
	 .Menu002272 .nav-menu ul li.on{background: rgba(255,170,0);}
	 .Menu002272 .nav-menu ul li:hover a,
	 .Menu002272 .nav-menu ul li.on a{color: #fff;}
	 .Menu002272 .nav-menu .location{float: right;}
	 .Menu002272 .current a{line-height: 60px;}
 }
 @media screen and (min-width:1024px ) {
	 .Menu002272 .nav-menu ul li{padding: 0 12px;margin: 0 6px;}
 }
 @media screen and (min-width:1200px ) {
	 .Menu002272 .nav-menu ul li{line-height: 73px;font-weight: 700;}
	 .Menu002272 .current a{line-height: 73px;font-weight: 700;}
	 .Menu002272 .current span{font-weight: 700;}
 }
/*RighInfo002852 */
  .RighInfo002852{padding:3%0 0 0;}
  .RighInfo002852 .intro-main{padding-bottom: 2vw;}
  .RighInfo002852 .intro-main .pic img{display: block;width: 100%; }
  .RighInfo002852 .singlePage{line-height: 30px;color: #999;font-size: 15px;text-indent: 2em;text-align:justify;}
  .RighInfo002852 .title-css{padding: 1vw 0;}
  .RighInfo002852 .title-css span{display: inline-block;padding-bottom: 10px; border-bottom: 3px solid #ea5433;font-size: 24px;color: #ea5433;}
  @media(min-width:641px){
  .RighInfo002852 .intro-main .left{float: left;max-width:800px; width: 66%;}
  .RighInfo002852 .intro-main .pic{float: right;width: 26.195%;}
  }
  @media(max-width:640px){
	  .RighInfo002852 .intro-main .pic{width: 80%; margin: 0 auto;}
  }
  @media(max-width:480px){
  .RighInfo002852 .title-css span{font-size: 18px;}
  }
  /*RighInfo000623 */
  .RighInfo000623{padding: 3.125vw 0;}
  .RighInfo000623 .title{margin-bottom: 1vw;}
  .RighInfo000623 .title .cn{font-size: 30px;color:#333;font-weight: bold;}
  .RighInfo000623 .title .en{font-size: 24px;font-family: " Arial";color: rgba(255,170,0)}
  @media(max-width:768px){
  .RighInfo000623 .title{padding-bottom: 6vw;}
  }
  @media(max-width:640px){
  .RighInfo000623 .title .cn{font-size: 6vw;}
  }
  
  .RighInfo000623 .ytable-cell{padding:3vw 0;}
  .RighInfo000623 .pic .inner{ position: relative;}
  .RighInfo000623 .pic time{bottom: 0; text-align: right;position: absolute;right: 0; background:rgba(255,170,0,0.8);color: #fff; padding: 26px 50px 26px 26px;}
  .RighInfo000623 .pic time span{display: block;margin-bottom: 5px;font-size: 72px; line-height: 0.8em;}
  .RighInfo000623 .pic time span:before{display: inline-block; height: 2px; background: #fff; content: ''; width: 16px; vertical-align:bottom; margin-right: 5px;}
  
  .RighInfo000623 .info{background: url("../images/RighInfo000623_bg.jpg") no-repeat right top #fff; background-size: cover;}
  .RighInfo000623 .p-info{font-size: 14px;line-height:26px;color: #999;}
  .RighInfo000623 .p-info p{margin: 0 0 1vw 0;text-align:justify;}
  @media(min-width:1025px){
  .RighInfo000623 .pic{width: 16.429%;}
  .RighInfo000623 .pic .inner{width: 208.696%;}
  .RighInfo000623 .info .inner{padding-left: 28%;    padding-right: 5%;}
  }
  @media(max-width:1024px){
  .RighInfo000623 .ytable,
  .RighInfo000623 .ytable-cell{display: block;}
  .RighInfo000623 .info{padding: 6vw;}
  }
  @media(max-width:640px){
  .RighInfo000623 .pic time span{font-size: 12vw;}
  .RighInfo000623 .p-info{font-size: 15px;}
  }
  /*RighInfo003073 */
  .RighInfo003073{ padding:3% 0 0;}
  .RighInfo003073 .col-title{padding-bottom: 3.18vw;}
  .RighInfo003073 .col-title .cn{font-size: 30px;color: #333;}
  .RighInfo003073 .col-title .en{ font-size:24px;  font-family: " Arial";color: rgba(255,170,0);line-height: 1em; padding-top: 0.2em;}
  @media(min-width:769px) and (max-width:1024px){
  .RighInfo003073 .col-title{font-size: 4vw; }
  }
  @media(max-width:640px){
  .RighInfo003073 .col-title{font-size: 9vw; }
    .RighInfo003073 .box-1 .fl{font-size: 0;text-align: center;}
        .RighInfo003073 .box-1 .fl .row {width: 100%;display: inline-block;}
  }
  
  .RighInfo003073 .row{margin-bottom:0.5vw;}
  .RighInfo003073 h3{font-size: 18px;color: rgba(255,170,0); margin: 0 0 0.3em 0;line-height: 1.58;}
  .RighInfo003073 h3 span{color: #999;font-weight: normal;font-size: 16px;display: block;}
  .RighInfo003073 .box-2{position: relative; z-index: 1;}
  .RighInfo003073 .box-2:before{position: absolute; left: 0; top: 0; height: 100%; width: 100%;background: rgba(255,170,0); content: '';}
  .RighInfo003073 .box-2 .auto{position: relative; z-index: 5;}
  .RighInfo003073 .box-2 .y-1{margin-bottom: 1.72vw;}
  .RighInfo003073 .box-2 .y-1 .ytable-cell{padding-left: 4.48vw;padding-top: 3vw;}
  .RighInfo003073 .box-2 .y-1 .ytable-cell:not(:nth-child(1)) *{color: #fff;}
  .RighInfo003073 .box-2 .y-2{min-height: 14.58vw;}
  .qywh{background: rgba(255,170,0);width: 100%;}
  .qywh_list{width: 50%;background: url(../uploadfiles/RighInfo003073_02.jpg) no-repeat center center;background-size: cover;padding-bottom: 13%;}
  @media(min-width:1025px){
  .RighInfo003073 .box-1 .fl{width: 48%;padding-bottom: 5%;}
  .RighInfo003073 .box-1 .fr{width: 50%;}
  .RighInfo003073 .box-1  .col-title{padding-right: 10%;}
  .RighInfo003073 .box-2 .y-1 .ytable-cell:nth-child(1){width: 50%;}
  .RighInfo003073 .box-2 .y-2 .ytable-cell{table-layout:fixed;padding-left: 4.48vw;width: 25%;}
  }
  @media(max-width:1024px){
  .RighInfo003073 .box-2 .ytable,
  .RighInfo003073 .box-2 .ytable-cell{display: block;overflow: hidden;}
  .RighInfo003073 .box-2 .y-1 .row{width: 50%;float: left;padding-right: 2%;}
  .RighInfo003073 .box-2 .y-2 .ytable-cell{padding: 2vw 4vw;}
  .qywh{display: none;}
  }
  @media(max-width:640px){
  .RighInfo003073 h3{font-size: 5vw;}
  .RighInfo003073 p{font-size: 3.5vw;}
  }
  /*PicList002172 */
  .PicList002172{ padding:3% 0;}
  .PicList002172 .owl-carousel{ padding:0 30px;}
  .PicList002172 .item{ padding:0 15px;}
  .PicList002172 .item figure{ border:1px solid #e8e8e8; padding:8%;}
  .PicList002172 .item img{ display:none;}
  .PicList002172 .item figure span{ display:block; padding-bottom:65%; background-size:contain;}
  .PicList002172 .owl-carousel .ON figure{ border-color:rgba(255,170,0);}
  
  .PicList002172 .owl-nav div{ position:absolute; width:28px; height:28px; top:50%; margin-top:-14px; background:url(../images/PicList002172-btn.png) no-repeat left bottom; overflow:hidden; line-height:1000px;}
  .PicList002172 .owl-nav .owl-prev{ left:0; display: none;}
  .PicList002172 .owl-nav .owl-prev.disabled{ background-position:left top;display: none;}
  .PicList002172 .owl-nav .owl-next{ right:0; background-position: right bottom; display: none;}
  .PicList002172 .owl-nav .owl-next.disabled{background-position: right top; display: none;}
  .PicList002172 .owl-nav div.disabled{ cursor:default;}
  
  .PicList002172 .hover{ padding-top:10%; position:relative; margin-bottom:5%;}
  .PicList002172 .hover dl{ display:none;}
  .PicList002172 .hover dl dt{ background:rgba(255,170,0); color:#fff; padding:5% 65% 5% 5%;}
  .PicList002172 .hover dl dt p{ margin:0; text-align:center; font-size:24px;}
  .PicList002172 .hover dl dt p.txt:after,
  .PicList002172 .hover dl dt p.year:before{ display:block; content:''; height:20px; background:url(../images/PicList002172-icon.png) no-repeat left top;}
  .PicList002172 .hover dl dt p.year{ padding-bottom:3%;}
  .PicList002172 .hover dl dt p.txt:after{ background-position:right top;}
  .PicList002172 .hover dl dd{ position:absolute; right:0; height:100%; width:55%; top:0; background-size:contain; /*background-color:#fff;*/}
  .PicList002172 .hover dl dd img{ display:none;}
  @media(max-width:1000px){
  .PicList002172 .item{ padding:0 10px;}
  }
  @media(max-width:640px){
  .PicList002172 .hover{ padding-top:0;}
  .PicList002172 .hover dl dt{ padding-right:5%; margin-bottom:2%;}
  .PicList002172 .hover dl dd{ position:relative; height:auto; width:auto; padding-bottom:50%;}
  }
  @media(max-width:480px){
  .PicList002172 .hover dl dt p{ font-size:18px;}
  .PicList002172 .hover dl dt p.txt:after,
  .PicList002172 .hover dl dt p.year:before{ height:12px; background-size:auto 100%;}
  }
  /**插件样式 有相同 留一个即可**/
  .owl-carousel,
  .owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
  .owl-carousel{display:none;width:100%;z-index:1}
  .owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}
  .owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
  .owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
  .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
  .owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
  /*.owl-carousel .owl-item img{display:block;width:100%}*/
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded{display:block}
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
  .owl-carousel.owl-loading{opacity:0;display:block}
  .owl-carousel.owl-hidden{opacity:0}
  .owl-carousel.owl-refresh .owl-item{visibility:hidden}
  .owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}
  .owl-carousel.owl-rtl{direction:rtl}
  .owl-carousel.owl-rtl .owl-item{float:right}
  .owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
  .owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
  /***end**/
  /*Timeline002853 */
  
  /* .Timeline002853 .inner{max-width: 970px;} */
  
  @media(min-width:1025px){
  .Timeline002853 .slider-nav{float: left;width: 40.516%;}
  .Timeline002853 .slider-for{float: right;width: 51.134%;}
  .Timeline002853 .slider-nav .slick-arrow{width: 197.246%;right:0; top: 50%;}
  .Timeline002853 .slider-nav .slick-prev{margin-top: -65px;}
  .Timeline002853 .slider-nav .slick-next{margin-top: 65px;}
  .Timeline002853 .slider-nav .slick-next:before{transform: rotate(180deg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);}
  .Timeline002853 .slider-nav li{padding-right: 3vw;text-align: right;}
  }
  .Timeline002853 .slider-nav{border-right: 1px solid #efefef;position: relative; padding: 3vw 0;}
  .Timeline002853 .slider-nav  .slick-arrow{position: absolute; font-size: 0;border:0;border-bottom: 1px solid #efefef; cursor: pointer;font-size: 0;padding: 0; z-index: 10;}
  .Timeline002853 .slider-nav .slick-arrow:before{position: absolute; content: ''; width: 25px; height: 25px; background: url(../images/Timeline002853_btn.png) no-repeat center center #fff; left: 50%; top: 50%; margin: -12px 0 0 -12px;}
  .Timeline002853 .slider-nav li{line-height: 129px; font-size: 18px;color: #ccc;font-weight: 100;}
  .Timeline002853 .slider-nav li span{font-family: "DINPro-Regular"; font-size: 34px; margin-right: 10px; color: rgba(255,170,0);}
  .Timeline002853 .slider-nav li.slick-center{color: #666;}
  .Timeline002853 .slider-for .box{padding-top: 6.2vw;line-height: 28px;}
  .Timeline002853 .slider-for .year{ font-family: " Arial";color: rgba(255,170,0);font-size: 48px;line-height: normal;}
  .Timeline002853 .slider-for .desc{line-height: 28px;color: #333; margin: 1vw 0 2vw 0;font-size: 16px;line-height: 28px;}
  .Timeline002853 .slider-nav.under3 .slick-track{transition: 0.3s;}
  @media(max-width:1024px){
  .Timeline002853 .slider-nav li{line-height: 60px; text-align: center;}
  .Timeline002853 .slider-nav{padding: 0 5vw;border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;}
  .Timeline002853 .slider-nav .slick-arrow{width: 1px; height: 100%;background: #efefef; top: 0;}
  .Timeline002853 .slider-nav .slick-prev{ left: 2.5vw;}
  .Timeline002853 .slider-nav .slick-next{ right: 2.5vw;}
  .Timeline002853 .slider-nav .slick-prev:before{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);}
  .Timeline002853 .slider-nav .slick-next:before{transform: rotate(90deg);-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);}
  .Timeline002853 .slider-nav .slick-track{margin-top: 0!important;}
  .Timeline002853 .slider-nav li.slick-current{color: #666;}
  }
  @media(max-width:640px){
  .Timeline002853 .slider-nav li{font-size: 16px;}
  .Timeline002853 .slider-nav li span{font-size: 24px;}
  }
  
  /*Floor003046 */
  .Floor003046{font-family: 'SourceHanSansCN-Light'; padding: 3% 0;}
  .Floor003046 .title{font-family: 'SourceHanSansCN-Medium';font-size: 36px;color: #333;}
  .Floor003046 .title:after{display: inline-block;width: 61px;height: 2px;background-color: rgba(255,170,0); margin-left: 10px;content: ''; vertical-align: middle;}
  @media(max-width:640px){
  .Floor003046 .title{font-size: 7vw;}
  }
  
  .Floor003046 .auto{max-width: 1375px;}
  
  .Floor003046 .fast-icon{background: url("../images/Floor003046_bg.jpg") no-repeat right bottom;background-size: cover;}
  .Floor003046 .intro .edit-info{padding: 2.5vw 0 0 0;overflow: hidden;}
  .Floor003046 .intro .edit-info p{margin: 0 0 1.5em 0; line-height: 28px;}
  .Floor003046 .fast-icon li{float: left; text-align: center; width: 33.333%;}
  .Floor003046 .fast-icon li:nth-child(3){float: right;}
  .Floor003046 .fast-icon li .icon{width: 6.25vw; height: 6.25vw;position: relative; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; margin: 0 auto;}
  .Floor003046 .fast-icon li .icon figure{transition: 0.5s;}
  .Floor003046 .fast-icon li .icon img{height: 100%; display: block;width: 100%;}
  .Floor003046 .fast-icon li .icon .hover{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff;border-radius: 50%; opacity: 0;transform: scale(0);}
  .Floor003046 .fast-icon li .icon .hover:before{position: absolute; content: ''; left: -6px; top: -6px; bottom: -6px;right: -6px; border: 6px solid rgba(255, 255, 255, 0.1); border-radius: 50%;}
  .Floor003046 .fast-icon li a:hover .icon .hover{ transform: scale(1.1664); opacity: 1;}
  .Floor003046 .fast-icon li a:hover .icon .default{transform: scale(0);}
  .Floor003046 .fast-icon li aside{font-size: 20px; margin-top: 1.5em;color: #fff;}
  
  .Floor003046 .links{margin: 4.38vw auto 3.28vw;position: relative;}
  .Floor003046 .links .slider{padding: 0 50px;}
  .Floor003046 .links .Ispic{ height: 93px;background-size: contain;}
  .Floor003046 .links .slick-arrow{position: absolute; top: 50%; margin-top: -21px;border: 1px solid rgba(0,0,0,0.1); width: 42px; height: 42px; border-radius: 50%; z-index: 10;}
  .Floor003046 .links .slick-prev{left: 0; transform: rotate(180deg);}
  .Floor003046 .links .slick-next{right: 0;}
  .Floor003046 .links .slick-arrow:before{position: absolute; content: ''; width: 10px; height: 10px; border-right: 1px solid #b3b3b3;border-top: 1px solid #b3b3b3; transform: rotate(45deg); left: 50%; top: 50%; margin: -5px 0  0 -8px;}
  
  @media(min-width:1025px){
  .Floor003046 .ytable{table-layout: fixed;}
  .Floor003046 .ytable-cell{width: 50%;}
  .Floor003046 .links .title{position: absolute; left: 0; top: 50%;transform: translateY(-50%);}
  .Floor003046 .links .slider{margin-left: 298px;}
  .Floor003046 .intro,
  .Floor003046 .fast-icon{padding-right: 13vw; padding-left: 6.72vw;}
  .Floor003046 .intro{padding-top: 4.7vw; padding-bottom: 5.5vw;}
  .Floor003046 .fast-icon{padding-top: 5.2vw;padding-bottom: 5.5vw;}
  .Floor003046 .fast-icon ul{margin: 0 -9%;}
  }
  @media(max-width:1024px){
  .Floor003046 .ytable,
  .Floor003046 .ytable-cell{display: block;}
  .Floor003046 .Ispic{padding-bottom: 50%;}
  .Floor003046 .fast-icon,
  .Floor003046 .intro{padding: 5.5vw;}
  .Floor003046 .fast-icon li .icon{width: 15vw; height: 15vw;}
  .Floor003046 .links .title{margin-bottom: 3vw;}
  }
  @media(max-width:480px){
  .Floor003046 .fast-icon,
  .Floor003046 .intro{padding: 5.5vw;}
  .Floor003046 .fast-icon li .icon{width: 20vw; height: 20vw;}
  .Floor003046 .fast-icon li aside{font-size: 4.5vw;}
  .Floor003046 .w_96{width: 90%;}
  .Floor003046 .links .Ispic{ height: 12vw;}
  .Floor003046 .links .slider{padding: 0 40px;}
  .Floor003046 .links .slick-arrow{width: 30px; height: 30px;margin-top: -15px;}
  }
  


 /*Page002623 */
.Page002623{padding: 2vw 0 4vw 0; text-align: center;font-family: Arial;font-size: 18px;}
.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages > span:not(.p_page){display: none;}
.Page002623 .Pages em{float: left;margin: 0 3vw; font-style: normal;}
.Page002623 .Pages .p_page{display: table; margin: 0 auto;}
.Page002623 .Pages a{float: left;line-height: 50px; width: 50px; margin: 0 1px;}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color: #fff;background: rgba(255,170,0);}
.Page002623 .Pages .p_page > a{font-size: 0;height: 50px;position: relative;}
.Page002623 .Pages .p_page > a:before{position: absolute; content: '';border:5px solid transparent; left: 50%; top: 50%; margin: -5px 0 0 -10px;}
.Page002623 .Pages .p_page > a.a_prev:before{border-right-color: #000;border-right-width: 8px;}
.Page002623 .Pages .p_page > a.a_next:before{border-left-color: #000;border-left-width: 8px; margin-left: -4px;}
.Page002623 .Pages a.a_prev:hover:before{border-right-color: #fff;}
.Page002623 .Pages a.a_next:hover:before{border-left-color: #fff;}
@media(max-width:640px){
.Page002623{padding: 6vw 0 8vw 0;}
.Page002623 .Pages em{display: none;}
.Page002623 .Pages a{background-color: #eee;}
}
 /*
  .PicList001761 为demo编号
  */
 .PicList001761 {padding-bottom: 3% ;}
 .PicList001761 .categoryname{ padding:3% 0; font-size:22px; color:#333;}
 .PicList001761 li{ float:left; width:23%; margin-right:2%; text-align:center;margin-bottom: 2%;position: relative;z-index: 33;}
 .PicList001761 li:nth-child(4){margin-right: 0px;}
 .PicList001761 li figure{border:1px solid #e1e1e1; padding-bottom:75%; background-size:contain;}
 .PicList001761 li figure img{ display:none;}
 .PicList001761 li a{color:#333; display:block;}
 .PicList001761 li span{ line-height:30px; padding:5% 0; font-size:16px;transition: .3s;}
 .PicList001761 li a:hover span{color:rgba(255,170,0);font-size: 17px;}
 .PicList001761 li:last-child{ margin-right:0;}
 .PicList001761 ol{ text-align:center;margin-top: 10px;}
.PicList001761 ol a{ display:inline-block; width:142px; height:100px; line-height:30px; text-align:center; color:#fff; font-size:14px; border-radius:5px;background: url(../images/bot1.png) no-repeat center center;background-size: 30px;}
 @media(max-width:640px){
 .PicList001761 li{width: 49%;margin-right: 2%;}
 .PicList001761 li:nth-child(4){margin-right: 2%;}

  .PicList001761 li:nth-child(2n){margin-right: 0;}
}


 @media(max-width:375px){
 .PicList001761 .categoryname{ font-size:18px;}
 .PicList001761 li{ width:auto; float:none; margin-right:0; margin-bottom:2%;}
 }

 /*
 .RighInfo002254 为demo编号
 */
.RighInfo002254 .auto_1260{ max-width: 1260px;}
@media only screen and (max-width:1260px) {
	.RighInfo002254 .auto_1260{  padding: 0 2%;}
}
.RighInfo002254{ padding:3% 0%;}
.RighInfo002254 .list_img{ float:left; width:45%; position:relative;}
.RighInfo002254 .big_img img{width: 100%;}
.RighInfo002254 .big_img li,
.RighInfo002254 .big_img li figure{ position:absolute; left:0; width:100%; top:0; height:100%;}
.RighInfo002254 .big_img li figure{ border:1px solid #dcdcdc;background-size:contain;}
.RighInfo002254 .list{ padding:42px 0 42px 82.9%;}
.RighInfo002254 .list .bd{ position:relative;}
.RighInfo002254 .list a{ position:absolute; width:17.1%; height:40px; right:0; background:url(../images/RighInfo002254-btn_prev.png) no-repeat center center/auto 50%;  cursor:pointer;}
.RighInfo002254 .list a.prev{ top:0;}
.RighInfo002254 .list a.next{ bottom:0; background-image:url(../images/RighInfo002254-btn_next.png);}
.RighInfo002254 .list a.prevStop,
.RighInfo002254 .list a.nextStop{ cursor:default;}
.RighInfo002254 .list li{ height:130px;  position:relative;}
.RighInfo002254 .list li figure{ position:absolute; left:0; width:97%; top:9px; bottom:15px; background-size:contain; border:1px solid #f2f2f2;}
.RighInfo002254 .list li.on figure{ border:2px solid rgba(255,170,0);}
.RighInfo002254 .right_info{ float:right; width:51%;}
.RighInfo002254 .right_info h1,
.RighInfo002254 .right_info h3,
.RighInfo002254 .right_info p{ margin:0;}
.RighInfo002254 .right_info img{max-width: 25px;margin-right: 10px;}
.RighInfo002254 .right_info dd{margin-top: 15px;}
.RighInfo002254 .right_info h1{ padding:0% 0 2%;  font-size:22px; color: #333;font-weight: normal;}
.RighInfo002254 .right_info h1 a{color: #666;background: none;background: url(../images/zl3.png) no-repeat left center;background-size: 20px;font-size: 16px;padding-left: 30px;margin-left: 10px;}
.RighInfo002254 .right_info h3{ font-size:15px; font-weight:normal;color: #666;border: 1px solid #ccc;padding: 1%;display: inline-block;margin: 10px 0 25px;}
.RighInfo002254 .right_info p{line-height:30px; color:#999;max-width: 95%;float: right;}

.RighInfo002254 .tab{ padding:6% 0 3%;}
.RighInfo002254 .tab .h1_tab{ margin:0; overflow:hidden; font-size:16px; font-weight:normal; color:#000;text-align: center;}
.RighInfo002254 .tab .h1_tab span{ padding:0 5%; line-height:50px; cursor:pointer;display: inline-block;color: #333;font-size: 24px;font-weight: bold;}
.RighInfo002254 .tab .h1_tab span.on{ background-color:rgba(255,170,0); color:#fff;}
.RighInfo002254 .tab .info{ padding-top:3%;}
.RighInfo002254 .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url(../images/RighInfo002254-icon_download.png) no-repeat right center; padding:10px 0;}
.RighInfo002254 .ul_download li a{ padding:0 38px; background:url(../images/RighInfo002254-icon.png) no-repeat left center;}

 
.Galary002512{  padding:2% 0;}
.Galary002512 .slider-for{ margin-bottom:3%;}
.Galary002512 .slider-for li{ background:#fff;}
.Galary002512 .slider-for li .Ispic{ padding-bottom:55%; background-size:contain;}
.Galary002512 .slider-nav li .Ispic{ border:1px solid #fff; background-color:#fff; padding-bottom:60%; margin:0 3%;}
.Galary002512 .slider-nav li.slick-center .Ispic{ border-color:#fd8d2b;}
.Galary002512 .slider-nav{ margin-bottom:30px;}
/* Arrows */
.Galary002512 .slick-arrow{font-size: 0;line-height: 0;position: absolute;top: 50%; width: 40px;height: 40px;padding: 0;cursor: pointer;border: none; z-index:10; margin-top:-20px; }
.Galary002512 .slick-arrow:hover{background-color: rgba(255,170,0);}
.Galary002512 .slick-arrow::before{ position:absolute; content:''; left:50%; top:50%; margin-left:-4px; margin-top:-8px; width:16px; height:16px;  transform:rotate(-45deg);}
.Galary002512 .slick-prev{left: -45px;}
.Galary002512 .slick-next{right: -45px; background-position: right top;}
.Galary002512 .slick-prev::before{ border-left:3px solid #666;border-top:3px solid #666;}
.Galary002512 .slick-next::before{ border-right:3px solid #666;border-bottom:3px solid #666;margin-left:-12px;}
/* Dots */
.Galary002512 .slick-dots{list-style: none;text-align: center; position:absolute; left:0; bottom:-30px; width:100%;}
.Galary002512 .slick-dots li{display: inline-block;margin: 0 5px;}
.Galary002512 .slick-dots li button{font-size: 0;line-height: 0;display: block;width: 10px;height: 10px;cursor: pointer;border: 0;background: rgba(0, 0, 0, 0.3); border-radius:50%; padding:0;}
.Galary002512 .slick-dots li.slick-active button{opacity: .75;background: rgba(255,170,0);}
@media(max-width:1200px){
.Galary002512 .slider-for{ margin-bottom:50px;}
.Galary002512 .slick-prev,
.Galary002512 .slick-next{ right:auto; left:50%; margin-top:0; top:-45px;}
.Galary002512 .slick-prev{ margin-left:-50px;}
.Galary002512 .slick-next{ margin-right:-50px;}
}
@media(max-width:640px){
.Galary002512 .slick-prev,
.Galary002512 .slick-next{ display:none !important;}
.Galary002512 .slider-for{ margin-bottom:3%;}
}

@media(max-width:768px){
.RighInfo002254 .list_img,
.RighInfo002254 .right_info{ float:none; width:auto;margin-top: 20px;}
}
@media(max-width:640px){
.RighInfo002254 .list li{ height:100px;}
.RighInfo002254 .right_info h1{font-size:20px; }
.RighInfo002254 .right_info h3{ font-size:16px;margin: 15px 0 0;}
 }	
@media(max-width:480px){
.RighInfo002254 .list{ padding-top:30px; padding-bottom:30px;}
.RighInfo002254 .list a{ height:28px;}
.RighInfo002254 .list li{ height:80px;}
.RighInfo002254 .tab .h1_tab{ font-size:14px;}
.RighInfo002254 .tab .h1_tab span{ padding:0 3%;}
 }	



 /*
  .PicList002273 为demo编号
  */
 .PicList002273{padding-top: 8%;}
 .PicList002273 .left img{width: 100%;}
 .PicList002273 .right .time{font-size:24px;color: rgba(255,170,0);padding: 2px 5px;margin-top: 8px;display: inline-block;font-family: Arial;}
 .PicList002273 .right .h3{color: #313131;font-size: 20px;font-weight: bold;line-height: 26px;}
 .PicList002273 .right .p{color: #999;font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 26px;}
 .PicList002273 ul li{margin-bottom: 30px;background: #eef0f1;padding: 18px 20px;}
 
 @media screen and (min-width:768px ) {
	 .PicList002273 .left{float: left;width: 20%;}
	 .PicList002273 .right{float: right;width: 72%;}
	 .PicList002273 .right .time{margin-top: 0px;}
	 .PicList002273 ul li{background:#eef0f1;}
 }
 
 @media screen and (min-width:1024px ) {
	 .PicList002273 ul li:hover{border: 1px solid rgba(255,170,0);box-shadow: 0px 0px 30px #ccc;}
	 .PicList002273 ul li{background:#eef0f1;position: relative;}
	 .PicList002273 ul li .right_btn{width: 11px;height: 19px;background: url(../images/PicList002273-arrow_right.png) no-repeat center;display: inline-block;position: absolute;top: 50%;right: 48px;cursor: pointer;margin-top: -10px}
	 .PicList002273{padding-top: 3%;}
 }
 
 @media screen and (min-width:1200px ) {
	 .PicList002273 .left{float: left;margin-right: 50px;}
	 .PicList002273 .right{float: left;width: 60%;}
	 .PicList002273 .right .h3{margin:10px 0px 10px;}
	 .PicList002273 .right .p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	 .PicList002273 ul li{padding-right: 20px;}
 }
 @media(max-width:1024px){
  .PicList002273 .right .h3{font-size: 18px;}
  .PicList002273 .right .p{font-size: 15px;}
  
 }

 /*RighInfo002939 */
.RighInfo002939{padding:50px 50px 60px 50px;background: #f5f5f5;}
.RighInfo002939 .name{border-bottom: 2px solid rgba(255,170,0);padding-bottom: 15px;}
.RighInfo002939 .name h1{margin: 0;font-size: 26px;color: #333;}
.RighInfo002939 .time{color: #c8c8c8;padding-bottom: 1.72vw;line-height: 16px;}
.RighInfo002939 .share{margin-left: 10px;}
.RighInfo002939 .time time,
.RighInfo002939 .share,
.RighInfo002939 .share > *{display: inline-block; vertical-align: middle;}
.RighInfo002939 .share em{font-style: normal;}
.SubInfo .SubTit{font-size:24px;color:#333;font-weight:bold;}
.SubInfo .SubTime{font-size:24px;color:rgba(255,170,0);font-family:myfont;margin:20px 0;}
.SubInfo .SubFx li{display:inline-block;vertical-align:middle;font-size:14px;color:#999;margin-right:15px;}
.SubInfo .SubFx .bshare-custom .bshare-more{color:#999!important}
.SubInfo .SubFx li img{display:inline-block;vertical-align:middle;margin:-2px 8px 0 0;}
.SubText{font-size:16px;color:#666;line-height:30px;}
.SubText p{margin-top:30px;}
.bshare-custom{display: inline-block;margin-left: 10px;margin-right: 10px;}
#bsPanel,
#bsPanel *,
.bsBox,
.bsBox *{box-sizing: content-box;}
.xwxq{text-align: center;padding:2% 0 0;}
.xwxq h2{font-size: 26px;font-weight: normal;}
.xwxq a{background: rgb(255,170,0);color: #fff;font-size: 15px;padding: 10px 20px;border-radius: 20px;}
.bshare-custom .bshare-more.more-style-addthis{background: none !important;}
.RighInfo002939 .edit-info{line-height:28px;color: #999; text-align: justify; padding-bottom: 4vw;font-size: 14px;}
.RighInfo002939 .edit-info p{text-indent: 2em;}
.RighInfo002939 .info-page{border: solid 1px #eee;}
.RighInfo002939 .info-page dd{line-height: 36px;}
.RighInfo002939 .info-page dd a{padding: 0 20px;}
.RighInfo002939 .info-page dd a:hover{color: rgb(255,170,0);}
@media(min-width:641px){
.RighInfo002939 .info-page dd{float: left; width: 50%;}
.RighInfo002939 .info-page dd:nth-child(2){border-left: 1px solid #eee;}
.RighInfo002939 .time,
.RighInfo002939 .info-page dd a{font-size: 16px;}
.RighInfo002939 .name h1{font-size: 20px;}
}

@media(max-width:640px){
.RighInfo002939 .info-page dd:nth-child(2){border-top: 1px solid #eee;}
.RighInfo002939 .share{display: block; padding-top: 10px;}
.RighInfo002939 .name h1{font-size: 20px;margin-bottom: 10px;}
.RighInfo002939 .name{margin-bottom: 15px;}
}

/*
 .TextList001130 为demo编号
 */
 .TextList001130{ padding:2% 0 3%;}
 .TextList001130 li{ line-height:26px;font-size:14px; padding:10px 0; }
 .TextList001130 li span{ float:right; margin-left:10px; text-align:center; color:#999;font-size: 14px;font-family: Arial;}
 .TextList001130 li a{ padding-right:40px;}
 @media(max-width:768px){
 .TextList001130 li{ font-size:14px; padding:10px 0;}
 }
 
 /*
  .PicList002796 
  */
 .PicList002796{ padding:3% 0 3%;}
 .PicList002796 ol{ position: relative; margin-bottom: 4%; border-bottom: 1px solid #eee; }
 .PicList002796 ol figure em{ padding-bottom: 47%; }
 .PicList002796 ol p{ margin: 25px 0 25px; font-size: 20px; color: #333; line-height: 28px; text-align: justify; }
 .PicList002796 ol time{ float: right; margin-top: 35px; }
 
 .PicList002796 li{ position:relative; }
 .PicList002796 .video_files{position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
 .PicList002796 .video_files video{width:100%; height:100%; background-color:#000;}
 .PicList002796 .video_files .close{position: absolute;right: 3%;top: 3%;z-index: 10;width: 30px;height: 30px;border-radius: 50%;background-color: #761b1b;cursor: pointer;}
 .PicList002796 .video_files .close::before,
 .PicList002796 .video_files .close::after{ position:absolute; content:''; width:3px; height:70%; border-radius:3px; background-color:#fff; left:13px; top:5px;}
 .PicList002796 .video_files .close::before{ transform:rotate(45deg);}
 .PicList002796 .video_files .close::after{ transform:rotate(-45deg);}
 .PicList002796 figure{ position:relative;}
 .PicList002796 figure em{ display:block; padding-bottom: 67%; background-size:contain; background-position:center center; background-repeat:no-repeat;}
 .PicList002796 figure a{ width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.5); }
 .PicList002796 figure a::before,
 .PicList002796 figure a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
 .PicList002796 figure a::before{width: 70px;height: 70px;border: 3px solid #fff;margin-left: -35px;margin-top: -35px;border-radius: 50%;}
 .PicList002796 figure a::after{width: 0;height: 0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 20px solid #fff;margin-left: -5px;margin-top: -15px;}
 .PicList002796 li p{margin-top: 20px; margin-bottom: 25px; height: 56px; font-size: 16px; color:#333; line-height: 28px; text-align: justify; overflow: hidden;font-family: Arial;}
 .PicList002796 time{display: inline-block; color:rgba(255,170,0); border-radius: 99px;font-weight: bold;}
 @media(min-width:769px){
 .PicList002796 li{ float: left; width: 29.75%;margin-right: 5.25%; margin-bottom:2%;} 
 .PicList002796 li:nth-of-type(3n){ margin-right: 0; }
 .PicList002796 li:nth-of-type(3n+1){clear:left;}
 }
 @media(max-width:768px){
 .PicList002796 li{ width: 100%; margin-right:0; margin-bottom: 5%;}
 .PicList002796 figure em{ padding-bottom: 47%; background-size:cover;}
 .PicList002796 ol time{float: none;}
 .PicList002796 li p{margin-bottom: 15px;}
 .PicList002796 ol p{font-size: 15px;color: #999;margin: 5px 0 25px;}
 
 }
 @media(max-width:480px){
 .PicList002796 li figure a::before{width: 50px;height: 50px;margin-left: -25px;margin-top: -25px;}
 .PicList002796 li figure a::after{border-top-width: 10px;border-bottom-width: 10px;border-left-width: 15px;margin-left: -3px;margin-top: -7px;}
 }
 @media(max-width:375px){
 .PicList002796 li figure a::before{width: 40px;height: 40px;margin-left: -20px;margin-top: -20px;}
 }
 /*
  .TextList001230 为demo编号
  */
 .TextList001230{ padding:3% 0;font-size:16px;}
 .TextList001230 li{border-bottom: 1px dotted #ddd;padding: 20px 0px 20px 0; overflow:hidden; position:relative;}
 .TextList001230 li:first-child{padding-top: 0;}
 .TextList001230 li img{display: block;  margin: 0 auto; padding-bottom: 20px;}
 .TextList001230 li a{ position:absolute; right:0; padding-top:25px; height:24px;  background:url(../images/TextList001230-icon.png) no-repeat center top;}
 .TextList001230 li p{ margin:0; font-size:20px; line-height:24px; color:#333;font-weight: bold;margin-bottom: 10px;}
 .TextList001230 li p:hover{ color:rgba(255,170,0);}
 .TextList001230 li time{font-size: 14px;color: #999;}

 .TextList001230 li p span{ color:#999;}
 .TextList001230 li p span i{ font-style:normal;}
 @media(max-width:1024px){
  .TextList001230 li p{max-width: 80%;font-size: 18px;}
 }

 /*TextList002855 */
 .TextList002855{padding: 2% 0 3%;}
 .TextList002855 li{line-height: 4.5625em;  border-bottom: 1px dotted #a8a8a8;}
 .TextList002855 li time{float: right;color: #c8c8c8; margin-left: 15px;}
 .TextList002855 li a{padding-left: 30px; background: url("../images/TextList002855_icon.png") no-repeat left center;}
 @media(min-width:481px){
  .TextList002855 li{font-size: 16px;}
  .TextList001230 li p{font-size: 16px}
 }
 /*Form002219*/
 .Form002219{ padding:3% 0}
 .Form002219 dl{ width:35%; float:left; padding-left:85px; min-height:40px; position:relative; margin-bottom:15px; max-width:380px;}
 .Form002219 dl.odd{ margin-left:4%;}
 .Form002219 dt{ color:#333; font-size:16px; position:absolute; left:0; width:70px; text-align:right; line-height:40px;}
 .Form002219 .text{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px;height:38px; color:#5b5b5b;}
 .Form002219 dl.dl{ width:100%; float:none; max-width:none;}
 .Form002219 textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:160px; padding:10px; color:#5b5b5b;}
 .Form002219 .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;}
 .Form002219 .submitbtn{ color:#fff; background-color:rgba(255,170,0);} 
 @media(max-width:640px){
 .Form002219 dl{ float:none; width:100%; margin-left:0 !important;}	
 .Form002219 textarea{ height:250px;}
 }
 @media(max-width:480px){
 .Form002219 .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
 }

 

/*********************招聘详情***********************/
.zp .zptitle{width:100%;height:60px;background:rgba(255,170,0);}
.zp .zptitle p{padding-left:40px;font-size:18px;color:#fff;line-height:60px;}
.zp .zpul{padding:0 36px;margin-top:36px;}
.zp .zpul li{width:45%;height:30px;float:left;margin-bottom:20px;}
.zp .zpul li:nth-child(2n){float:right;}
.zp .zpul li span{font-size:15px;color:#333;display:inline-block;width:75px;text-align:right;}
.zp .zpul li input{width:80%;height:30px;font-size:14px;color:#666;border:1px solid #dbdbdb;margin-left:2%;padding-left:10px;box-sizing:border-box;}
.zp .zpul li select{width:40%;height:30px;font-size:14px;color:#666;border:1px solid #dbdbdb;margin-left:2%;background:url(../images/se.jpg) 97% center no-repeat;box-sizing:border-box;}
.zp .zpul li input[type="radio"]{width:18px;height:18px;vertical-align:middle;}
.zp .zpul li label{vertical-align:middle;font-size:14px;color:#666;}
.zp .zpcon{padding:0 36px;margin-bottom:20px;}
.zp .zpcon span{font-size:15px;color:#333;display:inline-block;width:75px;text-align:right;vertical-align:top;}
.zp .zpcon textarea{width:91%;height:150px;font-size:14px;color:#666;border:1px solid #dbdbdb;margin-left:1%;resize:none;padding:10px 0 0 10px;box-sizing:border-box;}
.zp a{display:inline-block;width:120px;height:40px;font-size:16px;color:#fefefe;text-align:center;line-height:40px;background:#606060;}
.zp a.aleft{margin-left:126px;}
.zp a:hover{background:rgba(255,170,0);}
.zp a.aons{background:rgba(255,170,0);}


@media ( max-width:1028px){
    .zp .zpul li input{width:73%;}
    .zp .zpcon textarea{width:88%;}
}

@media ( max-width:997px){
    .zp .zpul li input{width:68%;}
    .zp .zpcon textarea{width:84%;}
}

@media ( max-width:768px){
  .zp{text-align:center;}
  .zp .zptitle{height:50px;}
  .zp .zptitle p{line-height:50px;font-size:14px;padding-left:15px;text-align:left;}
  .zp .zpul,.zp .zpcon{padding:0px;}
  .zp .zpul li{float:none;width:100%;text-align:left;}
  .zp .zpul li:nth-child(2n){float:none;width:100%;}
  .zp .zpul li input{width:70%;}
  .zp .zpul li select{width:73%;}
  .zp .zpcon textarea{width:71%;}
  .zp a{width:100px;}
  .zp a.aleft{margin-left:0px;}
}
 /*Form002219 End*/
 /*
  .RighInfo002275 为demo编号
  */
 .RighInfo002275 .p,.RighInfo002275 .h2,{}
 .RighInfo002275{padding: 8% 0}
 .RighInfo002275 .text{margin-bottom: 30px}
 .RighInfo002275 .text .title{font-size: 30px;color: #e4e4e4;font-weight: normal;margin-bottom: 20px;}
 .RighInfo002275 .text .title span{font-weight: 700;}
 .RighInfo002275 .text .p{font-size: 16px;color:#333;line-height: 38px; margin: 0; padding: 0;}
 .RighInfo002275 .map img{width: 100%;display:block;}
 .RighInfo002275 .fl{width: 50%;}
 .RighInfo002275 .fr{width: 50%;}

 @media screen and (min-width: 1024px) {
	 .RighInfo002275 .auto{background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;}
	 .RighInfo002275 .text .title{font-size: 52px;}
 }
 
 @media screen and (min-width: 1200px) {
	 .RighInfo002275{padding: 3% 0}
	 .RighInfo002275 .text .title{margin-bottom: 75px}
 }
 @media(max-width:1024px){
  .RighInfo002275 .fl,.RighInfo002275 .fr{width: 100%;}
 }
 
.ComBox{padding: 3% 0;}
.zc .bd{margin-bottom:60px;}
.zc .bd .thead{width:100%;height:60px;background:rgba(255,170,0);}
.zc .bd .thead p{width:16.666666%;height:60px;float:left;font-size:18px;color:#fff;line-height:60px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.zc .bd li .list p{width:16.666666%;height:60px;border-bottom:1px solid #cfcfcf;float:left;font-size:16px;color:#494949;line-height:60px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.zc .bd li .list p a.check{display:block;width:100%;height:100%;background:url(../images/jia1.png) center center no-repeat;}
.zc .bd li .list p a.checks{background:url(../images/jian1.png) center center no-repeat;}
.zc .bd li .list p.on{background:#efe8e8;border-bottom:1px solid #fff;}
.zc .bd li .zccon{padding:60px;display:none;background:#fff;line-height:30px;font-size:14px;color:#666;}
.zc .bd li .zccon .zc1{font-size:16px;color:#000;margin-bottom:5px;}

.zc .bd li .zccon .ZcBtn{margin-top:60px;}
.zc .bd li .zccon .ZcBtn .zca{display:inline-block;vertical-align:top;width:180px;height:50px;line-height:50px;background:rgba(255,170,0);text-align:center;font-size:16px;color:#fff;}
.zc .bd li .zccon .ZcBtn .zca img{display:inline-block;vertical-align:middle;margin:0 10px 0 0;}
.zc .bd li .zccon .ZcBtn .zcpho{display:inline-block;vertical-align:top;font-size:16px;color:#333;margin-left:40px;line-height:50px;}
.zc .bd li .zccon .ZcBtn .zcpho span{color:rgba(255,170,0);font-weight:bold;}
.zc .bd li .zccon .ZcBtn .zcpho1 span{font-family:myfont;font-size:24px;font-weight:normal;}
.zc .bd li .zccon .ZcBtn .zcpho img{display:inline-block;vertical-align:middle;margin:0 10px 0 0;}

@media(max-width:997px){
	.zc .bd{margin-bottom:30px;}
	.zc .bd .thead p:nth-child(2),.zc .bd li .list p:nth-child(2),.zc .bd .thead p:nth-child(5),.zc .bd li .list p:nth-child(5){display:none;}
	.zc .bd .thead p,.zc .bd li .list p{width:25%;}
	.zc .bd .thead{height:40px;}
	.zc .bd .thead p{font-size:15px;height:40px;line-height:40px;}
	.zc .bd li .list p{font-size:13px;height:40px;line-height:40px;}
	.zc .bd li .zccon{padding:20px 10px;font-size:14px;line-height:26px;}
	.zc .bd li .zccon .ZcBtn .zca{height:40px;line-height:40px;}
	.zc .bd li .zccon .ZcBtn .zcpho1 span{font-size:16px;}
	.zc .bd li .zccon .ZcBtn .zcpho{display:block;width:100%;line-height:30px;margin-top:10px;margin-left:0px;}
	.zc .bd li .zccon .ZcBtn{margin-top:20px;}
}


/*PicList003060 */
.PicList003060{padding:0 0 3%;}
.PicList003060 .pic{margin-bottom: 3.96vw;background: rgba(0,0,0,0.8);position: relative;}
.PicList003060 .pic img{opacity: .15}
.PicList003060 .pic .txt{position: absolute;left:20px;top:20px;bottom: 20px;right: 20px;border:1px solid rgba(255,255,255,.1);color: #fff;text-align: center;}
.PicList003060 .pic .txt .intro{padding:50px 15% 0;line-height: 2;font-size: 16px;}
.PicList003060 .pic .txt .intro .title{font-size: 32px;font-weight: 100;letter-spacing: 2px;line-height: 1.4;margin-bottom: 2vw;}
.PicList003060 .pic .txt .intro .title span{text-transform: uppercase;display: block;font-size: 16px;}
.PicList003060 .pic .txt .intro p{font-size: 14px;opacity: .8}
.PicList003060 li{margin-bottom: 3.125%;}
.PicList003060 .tit{font-size: 30px;color: #333;margin-bottom: 1vw;}
.PicList003060 li a{color: #fff;display: block;position: relative;overflow: hidden;}
.PicList003060 li .Ispic{position: relative;padding-bottom: 68%;z-index: 1;}

.PicList003060 li .inner{position: absolute;z-index: 10;}
.PicList003060 li .inner{left: 0; bottom: 1vw;width: 100%; text-align: center;}

.tit_tab{position: relative;z-index: 97;}
.tit_tab dl{display: flex;margin-bottom: 30px;}
.tit_tab dl dd>a{font-size: 15px;background: #eaeaea;color: #333;padding: 10px;margin-right: 10px;}
.tit_tab dl dd>a  i{width: 20px;height: 20px;background:url(../images/bot.png) no-repeat 90% center;background-size: 10px;display: inline-block;vertical-align:middle;}
.tit_tab dl dd>a.active{background:rgba(255,170,0,1);color: #fff;}
.tit_tab dl dd{position:relative}
.tit_tab dl dd ul{position: absolute;left: 0%;top: 30px;background:#eaeaea;width: 90%;text-align: center;z-index: 99999;display: none;}
.tit_tab dl dd ul a{display: block;text-align: center;border-top: 1px dashed #ccc;padding: 5px 0;}

.PicList003060 li .inner{padding: 0 2%;}
.PicList003060 li h3{font-size: 22px; margin: 0;}
.PicList003060 li p{margin: 10px 0 0 0;font-size: 14px;}
.PicList003060 li .more{width: 2.134em; height: 0; border-radius: 50%; margin: 0 auto; display: block; border: 2px solid rgba(255,255,255,0.3); background: url("../images/PicList003060_more.png") no-repeat center center;background-size: auto 0.7334em; transition: 0.3s;opacity: 0;}
.PicList003060 li:hover .inner{bottom: 3vw;}
.PicList003060 li a:hover .more{height: 2.134em; opacity: 1; margin-top: 3.5vw;}
.PicList003060 li a:before{position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 100%; background: rgba(255,170,0,0.9); z-index: 2; opacity: 0; transition: 0.3s;}
.PicList003060 li:hover a:before{opacity: 1}
@media(min-width:641px){
.PicList003060 li{float: left; width: 31.25%; }
.PicList003060 li:not(:nth-child(3n)){margin-right: 3.125%;}
}
@media(min-width:1025px) and (max-width:1366px){
.PicList003060 li .inner{font-size: 2vw; }
}
@media(max-width:1024px){
.PicList003060 .title{font-size: 4vw;}
.PicList003060 li .inner{font-size: 2.5vw; }
.tit_tab dl{justify-content: center;padding-top: 20px;}
}
@media(max-width:640px){
  .PicList003060 li h3{font-size: 16px;}
.PicList003060 li .inner{font-size: 6vw; }
.PicList003060 li a:hover .more{ margin-top: 8vw;}
.PicList003060 li .inner{bottom: 5vw;}
}

/*RighInfo002552 */
.RighInfo002552{ padding: 3% 0;}
.RighInfo002552 .info_1{ position:relative; z-index:1;padding-bottom:5%; }
.RighInfo002552 .info_1 .auto{ position:relative; z-index:2;}
.RighInfo002552 .info_1::after{ position:absolute; content:''; left:0; top:0; width:100%; height:100%; z-index:0; background:rgba(0,0,0,0.7);}
.RighInfo002552 .title{ text-align:center; font-size:26px; color:#333; padding:0% 0 2% 0;}
.RighInfo002552 .title::after{ width:45px; height:2px; background:#dedede; display:block; margin:17px auto; content:'';}
.RighInfo002552 .title_p{font-size: 16px;color: #333;text-align: center;padding-bottom: 3%;}
.RighInfo002552 .info_1 .title{ color:#fff; padding-bottom:0;}
.RighInfo002552 .info_1 .title::after{ background:#fff;}
.RighInfo002552 .info_1 .ul_icon{ padding:6% 0 3% 0;}
.RighInfo002552 .info_1 .ul_icon li{ float:left; width:33.333333333%; text-align:center;}
.RighInfo002552 .info_1 .ul_icon li a{ color:#fff;}
.RighInfo002552 .info_1 .ul_icon li aside{ display:block; border:1px solid rgba(240,135,30,0.5); max-width:132px; padding:6.25%; border-radius:50%; width:60%; margin:0 auto; }
.RighInfo002552 .info_1 .ul_icon li img{ display:block; width:100%;transition:0.3s;}
.RighInfo002552 .info_1 .ul_icon li a:hover aside img{ transform:rotateY(180deg);}
.RighInfo002552 .info_1 .ul_icon li h5{ font-size:18px; margin:7% 0 4% 0;}
.RighInfo002552 .info_1 .ul_icon li p{ margin:0;}
.RighInfo002552 .list_img dd{ float:left;margin-right:0.8%; margin-bottom:0.8%;}
.RighInfo002552 .list_img dd:nth-child(3n){ margin-right:0;}
.RighInfo002552 .list_img dd img{ display:block; width:100%;}
.RighInfo002552 .info_4 .list_img dd:nth-child(4n){ margin-right:0;}
.RighInfo002552 .info_4 .list_img dd:nth-child(3n){ margin-right:0.8%;}
.RighInfo002552 .info_2 .list_img dd{ width:28.275%;}
.RighInfo002552 .info_2 .list_img dd:nth-child(2),
.RighInfo002552 .info_2 .list_img dd:nth-child(6){ width:41.85%;}

.RighInfo002552 .info_4 .list_img dd{ width:24.4%; }

.RighInfo002552 .info_3 .list_img{ position:relative;}
.RighInfo002552 .info_3 .list_img dd{ width:32.58%; float:none;margin-bottom:0; margin-right:0; }
.RighInfo002552 .info_3 .list_img dd:nth-child(4),
.RighInfo002552 .info_3 .list_img dd:nth-child(5){ position:absolute; right:0; height:48.9%; overflow:hidden;}
.RighInfo002552 .info_3 .list_img dd:nth-child(4){ top:0;}
.RighInfo002552 .info_3 .list_img dd:nth-child(5){ bottom:0; }
.RighInfo002552 .info_3 .list_img dd:nth-child(1){ margin-bottom:1.17%;}
.RighInfo002552 .info_3 .list_img dd:nth-child(3){ position:absolute; left:33.75%; top:0; height:100%; width:32.5%;}
.RighInfo002552 .info_3 .list_img dd:nth-child(3) img{ height:100%;}
@media(max-width:1024px){
.RighInfo002552 .info_1{ margin-top:0;}
.RighInfo002552 .info_4 .list_img dd{width: 49%;margin-right: 2%;margin-bottom: 2%;}
.RighInfo002552 .info_4 .list_img dd:nth-child(2n){margin-right: 0;}
}
@media(max-width:480px){
.RighInfo002552 .title{font-size:20px;}
.RighInfo002552 .info_1 .ul_icon li{ float:none; width:auto; padding-bottom:5%;}
.RighInfo002552 .info_1 .ul_icon li aside{ max-width:100px; padding:4%;}
}

/*
 .RighInfo002778 
 */
 .RighInfo002778{ padding:3% 0;}
 .RighInfo002778 .auto_1650{ max-width:1650px;}
 @media(max-width:1650px){
 .RighInfo002778 .auto_1650{ padding:0 2%;}
 }
 .RighInfo002778 .auto_1680{ max-width:1680px;}
 @media(max-width:1680px){
 .RighInfo002778 .auto_1680{ padding:0 2%;}
 }
 
 .RighInfo002778 .title{ padding-bottom:5%; font-size: 26px; color: #333; position: relative; text-align: center;}
 .RighInfo002778 .title span{text-transform:uppercase; font-size:20px; font-family:"Arial";  color:#f7f7f7;display: block; position: absolute; top:5%; width: 100%; z-index: -1;line-height: 36px;}
 .RighInfo002778 .title:after{ display:block; content:''; margin:30px  auto 0;width:40px; height:1px;background-color:#ccc;}
 .RighInfo002778 .intro,
 .RighInfo002778 .img{padding:2%; margin: 0 auto;}
 .RighInfo002778 .span{color:#cb8d40; font-size: 36px;}
 .RighInfo002778 .h1{color:#8a6129; font-size:30px; margin:14px 0; position: relative; padding-bottom: 60px;}
 .RighInfo002778 .h1:after{ position: absolute; left:16px; bottom: 0; display:block; content:''; width:1px; height:40px;background-color:#cb8d40; transform:rotate(45deg); 
 -ms-transform:rotate(45deg); 	
 -moz-transform:rotate(45deg); 	
 -webkit-transform:rotate(45deg); 
 -o-transform:rotate(45deg);
 }
 .RighInfo002778 .p{color:#666; font-size:14px; margin: 0; line-height: 40px;}
 .RighInfo002778 .box ul{position:relative; font-size: 0;}
 .RighInfo002778 .box li .Ispic{display: block;  transition:all 0.5s;}
 
 
 @media(min-width:541px){
 .RighInfo002778 .title{ font-size:36px;}
 .RighInfo002778 .title span{font-size:30px;}	
 .RighInfo002778 .box ul{ padding-bottom:31.152%;}	
 .RighInfo002778 .box li{position:absolute; overflow: hidden;}
 .RighInfo002778 .box li:nth-child(1){width:32.91%; height:100%; left: 0; top:0;}
 .RighInfo002778 .box li:nth-child(2){width:9.94%; height:30.545%; left:34%; top: 0;}
 .RighInfo002778 .box li:nth-child(3){width:9.94%; height:30.545%; left:45.03%; top: 0;}
 .RighInfo002778 .box li:nth-child(4){width:9.94%; height:30.545%; left:56.06%; top: 0;}
 .RighInfo002778 .box li:nth-child(5){width:9.94%; height:30.545%; left:67.09%; top: 0;}
 .RighInfo002778 .box li:nth-child(6){width:21%; height:65.567%; left:34%; bottom: 0;}
 .RighInfo002778 .box li:nth-child(7){width:9.94%; height:30.545%; left:56.06%; top:34.4%;}
 .RighInfo002778 .box li:nth-child(8){width:9.94%; height:30.545%; left:67.09%; top:34.4%;}
 .RighInfo002778 .box li:nth-child(9){width:9.94%; height:30.545%; left:56.06%; bottom:0;}
 .RighInfo002778 .box li:nth-child(10){width:9.94%; height:30.545%; left:67.09%; bottom:0;}
 .RighInfo002778 .box li:nth-child(11){width:21.86%; height:65%; right:0; top:0;}
 .RighInfo002778 .box li:nth-child(12){width:10.435%; height:30.545%; right:11.525%; bottom:0;}
 .RighInfo002778 .box li:nth-child(13){width:10.435%; height:30.545%; right:0; bottom:0;}
 .RighInfo002778 .box li .Ispic{height: 100%;}
 .RighInfo002778 .box li:hover .Ispic{transform: scale3d(1.1,1.1,1.1);}
 }
 
 @media(max-width:540px){
 .RighInfo002778 .box li{width: 48.5%;  margin-right:3%; display: inline-block; margin-bottom:3%;}
 .RighInfo002778 .box li:first-child{width:100%;  margin-right: 0; }
 .RighInfo002778 .box li:nth-child(2n+1){margin-right:0;}
 .RighInfo002778 .box li .Ispic{ padding-bottom: 50%;}
 }
 
 
 @media(min-width:1000px){
 .RighInfo002778 .intro{ float:left; width:48%;padding-left:3%; }
 .RighInfo002778 .img{ float:right; width:50%; position: relative; padding: 22px; padding-right: 0;}
 .RighInfo002778 .img img{box-shadow: 0 0 5px #ccc;}
 .RighInfo002778 .img:before{left:-23%;content: ""; width:71%; height:98%; max-width: 668px;max-height: 668px; position: absolute; top:-8%; background:#faf8f5 ; z-index:-1;}
 }
 
 @media(min-width:1400px){
 .RighInfo002778 .intro{ padding-top: 5%;}
 .RighInfo002778 .h1{font-size:48px;}
 .RighInfo002778 .p{ font-size:16px;}
 }
 
 .RighInfo002778 .title{ text-align:center; font-size:26px; color:#333; padding:0% 0 2% 0;}
.RighInfo002778 .title::after{ width:45px; height:2px; background:#dedede; display:block; margin:17px auto; content:'';}
.RighInfo002778 .title_p{font-size: 16px;color: #333;text-align: center;padding-bottom: 3%;}

/*Floor003013 */
.Floor003013{font-family: 'SourceHanSansCN-Regular';overflow: hidden;position: relative; z-index: 1;padding-bottom: 1%;padding-top: 3%;}
.Floor003013 .title{padding: 7.81vw 0 4vw 0;}
.Floor003013 .title .cn{font-size: 50px;color: rgba(255,170,0);position: relative; z-index: 4;}
.Floor003013 .title .en{position: absolute; right: 0; top: -0.1em; font-family: 'Arial';font-size: 20.31vw;color: #000;opacity: 0.03; line-height: 0.923em; width: 82.08vw;; text-transform: uppercase;text-align: right;}
.Floor003013 .main{position: relative; z-index: 10; margin-bottom: 3vw;background: #F7F8FA}
.Floor003013 .main .slider{width: 51.58%; float: left;position: relative;}
.Floor003013 .main .slider li img {width: 614px; height: 480px;}
.Floor003013 .main .txt{width: 48.42%;float: right;margin-top: 3vw;padding-left:  5vw;padding-right: 5vw;}
.Floor003013 .main .txt .name{position: relative;font-size: 30px;line-height: 1em; margin-bottom: 1.389em;color: #333}
.Floor003013 .main .txt .name span{display: block;font-size: 14px;color: #666;padding-top: 10px;}
.Floor003013 .main .txt .name:before{position: absolute; content: '';width: 9.95vw; height: 1px;background: #c8c8c8; right: 105%; top: 20px;z-index: 2}
.Floor003013 .main .txt pre{color: #999;line-height: 2em; margin-bottom: 50px;font-size: 16px;}

.Floor003013 .main .txt .dl dd{float: left;}
.Floor003013 .main .txt .dl dd:nth-child(2){margin-left: 20%}
.Floor003013 .main .txt .dl dd .num{font-size: 36px;color: rgba(255,170,0);font-family: 'DINCond-Bold';}
.Floor003013 .main .txt .dl dd .num span{font-size: 14px;margin-left: 10px;}
.Floor003013 .main .txt .dl dd .t{font-size: 16px;}

.dcdt{text-align: center;background: #e6e6e8;padding: 3% 0;}
.dcdt .tit1{font-size: 30px;color: #333;margin-bottom: 1vw;}
@media(max-width:1024px){
.Floor003013 .title .cn{font-size: 6vw;}
.Floor003013 .main .txt .name{font-size: 20px;}
.Floor003013 .main .txt pre{margin-bottom: 5vw;}
.Floor003013 .main .txt .dl dd:nth-child(2){margin-left:5%;}
.Floor003013 .main .txt .dl dd .num{font-size: 26px;}
.Floor003013 .main{padding-bottom: 20px;}
}
@media(max-width:480px){
.Floor003013 .main .txt pre.dot4{-webkit-line-clamp: 4;}
.Floor003013 .main .txt{width: 100%;}
.Floor003013 .main .slider{width: 100%;}
}

.Floor003013 .slick-arrow{display: none!important;position: absolute; bottom: 2vw; width: 66px; height: 66px; border-radius: 50%; border: 1px solid rgba(255,170,0); background: url("../images/Floor003013_prev.png") no-repeat center center; z-index: 20;}
.Floor003013 .slick-next{background-image: url("../images/Floor003013_next.png"); }
.Floor003013 .pages{z-index: 10;position: relative;}

.Floor003013 .slick-dots{overflow: hidden;padding:10px 0;text-align: center;}
.Floor003013 .slick-dots li{transition: .3s;list-style: none;width: 10px;height: 10px;background: #fff;position: relative;display: inline-block;content: '';margin:0 10px;opacity: .1}
.Floor003013 .slick-dots li button{position: absolute; left: 0; width: 100%; height: 100%;background:rgba(255,170,0);border: 0;font-size: 0; padding: 0;}
.Floor003013 .slick-dots li.slick-active{width: 50px;opacity: 1 }
@media(min-width:1025px){
.Floor003013 .pages{position: absolute;right: 0; bottom:20px;width: 100%;width: 100%;z-index: 2;}
.Floor003013 .slick-arrow{left: 50%; }
.Floor003013 .slick-prev{margin-left: -72px; border-color: #fff;background-image: url("../images/Floor003013_prev_white.png");}
.Floor003013 .slick-next{margin-left: 45px;}
}
@media(max-width:1024px){
.Floor003013 .pages{margin-top: 20px;}
.Floor003013 .slick-arrow{ bottom: 20px;right: 0; width: 8vw;height: 8vw;}
.Floor003013 .slick-prev{right: 10vw;}
}
@media(max-width:480px){
.Floor003013 .slick-arrow{background-size: 50% auto;}
}

.Floor003013 .box .tit{font-size: 32px;color: #333;margin-bottom: 20px;padding-top: 3%;}
.Floor003013 .box .intro{font-size: 16px;color: #666;line-height: 2;}
.Floor003013 .box .intro p{position: relative;padding:0;}
.Floor003013 .box .intro p i{display: inline-block;content: '';width: 10px;height: 10px;background: rgba(255,170,0);position: relative;margin-right: 14px;top:-2px;}
.Floor003013 .box .intro p i:before{display: inline-block;content: '';width: 8px;height: 8px;background: #B7C9E1;position: absolute;left:5px;top:5px;z-index: -1}

.Floor003013 .box .ul{margin-top: 80px;}
.Floor003013 .box .ul li{float: left;width: 33.3333%;padding:0 5%;text-align: center;position: relative;}
.Floor003013 .box .ul li:before{display: inline-block;content: '';width: 1px;height: 150px;border-left: 1px dashed #eee;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.Floor003013 .box .ul li:last-child:after{display: inline-block;content: '';width: 1px;height: 150px;border-right: 1px dashed #eee;position: absolute;right:0;top:50%;transform: translateY(-50%);}
.Floor003013 .box .ul li .t{font-size: 18px;color:rgba(255,170,0);font-weight: bold;margin:20px auto 10px; }
.Floor003013 .box .ul li .des{font-size: 14px;line-height: 2;color: #666;}

/*
 .Floor001135 为demo编号
 */
 .Floor001135{ background-color:#f8fafc; position:relative; padding:0.5% 0 5% 0;}
 .Floor001135::before{ position:absolute; content:''; right:0; top:0; width:50%; height:100%;
 background: rgba(255,245,226); 

 }
 .Floor001135 .right,
 .Floor001135 .left{ float:left; width:50%;}
 .Floor001135 .left{ padding:5% 0;}
 .Floor001135 .left h1{ position:relative; margin:0; text-align:left; color:rgba(255,170,0); font-size:36px; font-weight:normal; padding:15px 0; background-size:80% auto;}
 .Floor001135 .left h1::before{ position:absolute; content:''; width:30px; height:2px; background-color:rgba(255,170,0); left:0; bottom:0;}
 .Floor001135 .list{ padding-right:35%; position:relative; padding-top:30%;}
 .Floor001135 .list li h3{ margin:0; font-size:24px; font-weight:normal; padding-bottom:20px; position:relative;}
 .Floor001135 .list li h3::before{ position:absolute; content:''; width:70px; height:2px; background-color:rgba(255,170,0); left:0; bottom:0;}
 .Floor001135 .list li p{ color:#888; line-height:28px; margin:10% 0;}
 .Floor001135 .list li .more{padding-left: 28px;padding-right: 55px;line-height: 40px;display: inline-block;color: #fff;background: url(../images/Floor001135-more.png) no-repeat 85% center rgba(255,170,0);font-size: 16px;border-radius: 3px;}
 .Floor001135 .list li .more:hover{background-color:#ffc600;}
 .Floor001135 .list .bx-pager{ position:absolute; left:0; top:10%;}
 .Floor001135 .list .bx-pager div{ float:left;}
 .Floor001135 .list .bx-pager div a{ display:none; cursor:default; color:rgba(255,170,0); font-size:60px; font-family:Arial, Helvetica, sans-serif;position:relative;}
 .Floor001135 .list .bx-pager div a::before,
 .Floor001135 .list .bx-pager div a::after{ position:absolute; content:''; width:100%; height:1px; transform:rotate(-45deg); background-color:rgba(255,170,0);}
 .Floor001135 .list .bx-pager div a::before{ right:-100%; top:0;}
 .Floor001135 .list .bx-pager div a::after{ left:-100%; bottom:0;}
 .Floor001135 .list .bx-pager div a.active{ display:block; }
 .Floor001135 .list .bx-controls-direction{ padding-top:20%; overflow:hidden;}
 .Floor001135 .list .bx-controls-direction a{ width:30px; height:30px; display:block; border-radius:50%; background-color:rgba(255,170,0); float:left; overflow:hidden; line-height:100px; position:relative;}
 .Floor001135 .list .bx-controls-direction a:hover{ background-color:#ffc600;}
 .Floor001135 .list .bx-controls-direction a::before{ position:absolute; width:0; height:0; content:''; border:6px solid #fff; left:50%; top:50%; margin-left:-4px; margin-top:-6px; border-top-color:transparent; border-bottom-color:transparent;}
 .Floor001135 .list .bx-controls-direction a.bx-prev::before{ border-left:0;}
 .Floor001135 .list .bx-controls-direction a.bx-next{ margin-left:10px;}
 .Floor001135 .list .bx-controls-direction a.bx-next::before{ border-right:0; margin-left:-1px;}
 
 .Floor001135 .right{ position:relative; float:right;}
 
 .Floor001135 .right dd::before{ position:absolute; content:''; transform:scale(0); opacity:0; width:100%; height:100%; background-color:rgba(255,255,255,0.5); }
 .Floor001135 .right dd:hover::before{animation:quan linear 1s;}
 
 .Floor001135 .right dd:nth-child(1){ background-color:rgb(214,181,115);}
 .Floor001135 .right dd:nth-child(2){ background-color:#b8ca71;}
 .Floor001135 .right dd:nth-child(3){ background-color:rgb(255,170,0);}
 .Floor001135 .right dd:nth-child(4){ background-color:#ff8100;}
 .Floor001135 .right dd:nth-child(5){ background-color:#ff6a00;}
 .Floor001135 .right dd:nth-child(6){ background-color:#e2d212;}
 .Floor001135 .right dd:nth-child(7){ background-color:#ff754c;}
 .Floor001135 .right dd:nth-child(8){ background-color:rgba(255,170,0);}
 .Floor001135 .right dd:nth-child(9){ background-color:#ff6d6d;}
 .Floor001135 .right dd:nth-child(10){ background-color:#ff9a52;}
 .Floor001135 .right dd:nth-child(11){ background-color:#ff5c2a;}
 
 @media(min-width:769px){
 .Floor001135 .right dl{ position:absolute; left:0; top:0; width:100%; height:100%;}
 .Floor001135 .right dd{ position:absolute; width:25%; height:18.75%; bottom:0; overflow:hidden;}
 .Floor001135 .right dd:nth-child(1),
 .Floor001135 .right dd:nth-child(2){ bottom:56.25%;}
 .Floor001135 .right dd:nth-child(3),
 .Floor001135 .right dd:nth-child(4),
 .Floor001135 .right dd:nth-child(5){ bottom:37.5%;}
 .Floor001135 .right dd:nth-child(6),
 .Floor001135 .right dd:nth-child(7){ bottom:18.75%;}
 
 .Floor001135 .right dd.pic img{ width:100%; height:100%;}
 
 .Floor001135 .right dd.pic1,
 .Floor001135 .right dd.pic2{bottom:37.5%;}
 .Floor001135 .right dd.pic3{ bottom:18.75%;}
 
 .Floor001135 .right dd.nothings{ bottom:18.75%; left:-25%; background-color:#fff1d5;}
 
 .Floor001135 .right dd.pic1,
 .Floor001135 .right dd:nth-child(1),
 .Floor001135 .right dd:nth-child(6),
 .Floor001135 .right dd:nth-child(9){ left:0;}
 .Floor001135 .right dd.pic3,
 .Floor001135 .right dd.pic5,
 .Floor001135 .right dd:nth-child(4){ left:25%;}
 .Floor001135 .right dd.pic2,
 .Floor001135 .right dd:nth-child(2),
 .Floor001135 .right dd:nth-child(7),
 .Floor001135 .right dd:nth-child(10){ left:50%;}
 .Floor001135 .right dd:nth-child(5),
 .Floor001135 .right dd:nth-child(11){ left:75%;}
 .Floor001135 .right dd.pic4,
 .Floor001135 .right dd:nth-child(3){ left:-25%;}
 .Floor001135 .right dd:nth-child(8){ left:-50%;}
 .Floor001135 .right dd a{ display:table; position:relative; z-index:1; width:100%; height:100%; text-align:center; }
 .Floor001135 .right dd a b{ display:table-cell; vertical-align:middle;}
 .Floor001135 .right dd a b img{ display:block; margin:0 auto; width:40px;}
 .Floor001135 .right dd.pic img{ width:100%; height:100%;}
 }
 .Floor001135 .right dd a{ color:#fff;}
 
 @media(max-width:768px){
 .Floor001135 .auto{ padding:0;}
 .Floor001135 .right,
 .Floor001135 .left{ float:none; width:auto;}
 .Floor001135::before{ display:none;}
 .Floor001135 .left{ padding:4%;}
 .Floor001135 .right dl{ overflow:hidden;}
 .Floor001135 .right dd{ position:relative; width:50%; height:60px;overflow:hidden; float:left;}
 .Floor001135 .right dd:nth-child(11){ width:100%; }
 .Floor001135 .right dd a{ display:block; line-height:40px; padding:10px;}
 .Floor001135 .right dd img{ margin-right:10px; width:40px; height:40px;}
 .Floor001135 .right dd.nothings,
 .Floor001135 .right dd.pic{ display:none;}
 .Floor001135 .list{ padding-right:0; padding-top:70px;}
 .Floor001135 .list .bx-pager{ top:0;}
 .Floor001135 .list .bx-controls-direction{ padding-top:5%;}
 .Floor001135 .list li p{ margin-bottom:1%;}
 }
 @keyframes quan{
   0%{ transform:scale(0); opacity:0; }
   0%{ transform:scale(0.5); opacity:0.2;}
   100%{ transform:scale(2); opacity:1; }
   }
 @-moz-keyframes quan{
   0%{ transform:scale(0); opacity:0; }
   0%{ transform:scale(0.5); opacity:0.2; }
   100%{ transform:scale(2); opacity:1; }
   }
 @-ms-keyframes quan{
   0%{ transform:scale(0); opacity:0; }
   0%{ transform:scale(0.5); opacity:0.2; }
   100%{ transform:scale(2); opacity:1; }
   }
 @-webkit-keyframes quan{
   0%{ transform:scale(0); opacity:0; }
   0%{ transform:scale(0.5); opacity:0.2; }
   100%{ transform:scale(2); opacity:1; }
   }
 
.Timeline001915{padding: 3% 0 0;}
.Timeline001915 .columnName{line-height:normal; text-align:center; font-size:24px; color:rgba(255,170,0);; text-transform:uppercase;font-family: " Arial";padding-bottom: 1vw;}
.Timeline001915 .columnName span{ display:block; color:#333; font-size:30px; }
.Timeline001915 .list{ background: #f5f5f5;}
.Timeline001915 .list ul{ background:url(../images/Timeline001915-ul.jpg) repeat-y center top;}
.Timeline001915 li{ padding-left:50%; background:url(../images/Timeline001915-li.png) no-repeat center -2px; padding-top:10px; padding-bottom:10px;}
.Timeline001915 li:hover{background: url(../images/Timeline001915-lion.png) no-repeat center -2px;}
.Timeline001915 li img{max-width: 200px;margin: 20px 0;}
.Timeline001915 li div{ padding-left:36px;}
.Timeline001915 li div p{ line-height:26px;}
.Timeline001915 ul li:nth-child(2n){ text-align:right; padding-left:0; padding-right:50%;}
.Timeline001915 ul li:nth-child(2n) div{padding-left:0; padding-right:36px;}
.Timeline001915 li time{ display:block; color:rgba(255,170,0,1); font-size:30px; }
.Timeline001915 ul li:nth-child(2n) time:before{ float:right;}
.Timeline001915 ul li:nth-child(2n) time span{ clear:both; display:block;}
.Timeline001915 ol{ text-align:center;margin-top: 10px;}
.Timeline001915 ol a{ display:inline-block; width:142px; height:100px; line-height:30px; text-align:center; color:#fff; font-size:14px; border-radius:5px;background: url(../images/bot1.png) no-repeat center center;background-size: 30px;}
@media(max-width:1000px){
.Timeline001915 .columnName{ font-size:45px;}
.Timeline001915 .columnName span{ font-size:24px;}
}
@media(max-width:640px){
.Timeline001915 .columnName{ font-size:30px;}
.Timeline001915 .columnName span{ font-size:20px;}
.Timeline001915 li time{font-size: 26px;}
.Timeline001915 li div p{font-size: 15px;color: #999;}
}
@media(max-width:480px){
.Timeline001915 .list{ background-position: left top; padding-left:20px;}
.Timeline001915 .list ul{ background-position: 8px top;}
.Timeline001915 li{ padding:0 !important; background-position: left top;}
.Timeline001915 li div{ padding:10px 10px 10px 36px !important;}
.Timeline001915 ul li:nth-child(2n){ text-align:left;}
.Timeline001915 ul li:nth-child(2n) time:before{ float:none;}
}

/*
 .Timeline000753 为demo编号
 */
 .Timeline000753{ background: url(../images/Timeline000753-bg.jpg) no-repeat center top; background-size:cover; padding:3% 0; }
 .Timeline000753 .title{ text-align:center;margin-bottom:0;}
 .Timeline000753 .title h1{ margin:0; font-size:30px;font-weight:normal; color:#333; margin-bottom:0; }
 .Timeline000753 .title span{font-size: 24px;font-family: " Arial";color: rgba(255,170,0);}
 .Timeline000753 .bx-controls{ display:none;} 
 .Timeline000753 .prev,
 .Timeline000753 .next{ text-align:center;}
 .Timeline000753 .prev a,
 .Timeline000753 .next a{ display:inline-block;}
 .Timeline000753 .next a{ background-image:url(../images/Timeline000753-icon_down.png);}
 .Timeline000753 .prev{ padding-bottom:20px;}
 .Timeline000753 .next{ padding-top:20px;}
 .Timeline000753 .bx-wrapper{ position:relative;}
 .Timeline000753 .bx-wrapper:before{ position:absolute; content:''; width:3px; height:100%; background-color:#fff; left:50%; margin-left:-1.5px; top:0;}
 .Timeline000753 .list li{ padding:16px 0;}
 .Timeline000753 .list li .txt{position:relative; padding-right:56%;}
 .Timeline000753 .list li.odd .txt{padding-left:56%; padding-right:0;}
 .Timeline000753 .list li .txt div{ background-color:#fff; border-radius:5px; padding:10px; position:relative; }
 .Timeline000753 .list li .txt div figure{ width:35%; padding-bottom:12%; border-radius:5px;background-position: left top; background-repeat:no-repeat; background-size:contain; position:absolute; left:10px; top:10px;}
 .Timeline000753 .list li .txt div p{ margin:0; padding-left:2%; line-height:26px; color:#333; min-height:62px;display: flex;align-items: center;}
 .Timeline000753 .list li .txt div::before{ position:absolute; content:''; width:0; height:0;border-top: 7px solid transparent;border-left: 11px solid #fff;border-bottom: 7px solid transparent; right:-10px;}
 .Timeline000753 .list li.odd .txt div::before{ right:auto; left:-10px;border-right: 11px solid #fff; border-left:0;}
 .Timeline000753 .list li time{position:absolute; left:50%; margin-left:-32px; top:0; border-radius:50%; text-align:center; font-family:"Times New Roman"; color:#999;width:64px; height:64px;background-color:#f3f3f3;font-size:14px; font-weight:bold;}
 .Timeline000753 .list li time span{ display:block;font-size:24px; padding-top:22%; font-weight:normal;}
 .Timeline000753 .list li:hover .txt div::before{ border-left-color:rgba(255,170,0);;}
 .Timeline000753 .list li:hover .txt div{ background-color:rgba(255,170,0);;}
 .Timeline000753 .list li:hover .txt div p{ color:#fff;}
 .Timeline000753 .list li.odd:hover .txt div::before{ border-right-color:rgba(255,170,0);;}
 .Timeline000753 .list li:hover time{width:86px; height:86px; margin-left:-43px; top:-11px; color:rgba(255,170,0);;font-size:18px;}
 .Timeline000753 .list li:hover time::before{ position:absolute; content:''; width:110px; height:110px;  border-radius:50%;border:2px dotted #fff; left:-13px; top:-13px;}
 .Timeline000753 .list li:hover time span{ font-size:34px;}
 @media(max-width:768px){
 .Timeline000753 .title h1{font-size:35px;}
 .Timeline000753 .list li .txt div figure{ width:auto; position:relative; left:0; top:0; padding-bottom:34%;}
 .Timeline000753 .list li .txt div p{ padding-left:0; min-height:inherit;}
 .Timeline000753 .list li time{ margin-left:-25px;width:50px; height:50px;font-size:12px;}
 .Timeline000753 .list li time span{font-size:18px;}
 .Timeline000753 .list li:hover time{width:60px; height:60px; margin-left:-30px; top:-5px; font-size:14px;}
 .Timeline000753 .list li:hover time::before{width:70px; height:70px; left:-7px; top:-7px;}
 .Timeline000753 .list li:hover time span{ font-size:18px;}
 }
 @media(max-width:480px){
 .Timeline000753 .title h1{font-size:26px; }
 }
 @media(max-width:640px){
 .Timeline000753 .list li .txt{ padding-right:0 !important; padding-left:3% !important; padding-top:70px;}
 .Timeline000753 .list li .txt div::before{ display:none;}
 .Timeline000753 .list li:hover time{ background-color:rgba(255,170,0);; color:#fff;}
 }
 

 .title_all{margin-bottom: 2vw;text-align: left;}
 .title_all h2{font-size:30px; font-weight:normal;  color:#333;}
 .title_all span{font-size: 24px;color: rgb(255,170,0);font-family: " Arial";display: block;}

 /*RighInfo002738 */
.RighInfo002738{padding-bottom: 30px;}
.RighInfo002738 .box-1{padding-bottom: 4%;}

.RighInfo002738 .area-info{background: #f0f0f0; margin: 20px 0 30px 0;}
.RighInfo002738 .area-info .pic{ width: 68.28125%; padding: 3px;}
.RighInfo002738 .area-info .singlePage{ font-size: 14px; }
@media(min-width:1025px){
.RighInfo002738 .area-info .singlePage{width: 90%; margin: 20px auto;max-width: 300px;}
}
@media(max-width:1024px){
.RighInfo002738 .area-info{margin: 0;}
.RighInfo002738 .area-info .ytable,
.RighInfo002738 .area-info .ytable-cell{display: block; width: auto !important;}
.RighInfo002738 .area-info .singlePage{ padding: 15px; }
}

.RighInfo002738 .box-2{border-top: 1px solid #e5e5e5; background: #fafafa; padding-top: 36px; margin-bottom: 50px; padding-bottom: 0;}
@media(max-width:1024px){
.RighInfo002738 .box-2{ margin-bottom: 30px; padding-bottom: 30px;}
}

.RighInfo002738 .youshi-list li{text-align: center; padding: 0 5%;}
.RighInfo002738 .youshi-list li pre{text-align: center; line-height: 24px; color: #555;}
.RighInfo002738 .youshi-list li .icon img{ width: 60px; height: 60px;}
.RighInfo002738 .youshi-list li h3{ color: #184477; font-size: 18px; padding: 25px 0 15px 0;}
@media(min-width:641px){
.RighInfo002738 .youshi-list li{float: left;width: 33.3333%;}
.RighInfo002738 .youshi-list li:nth-child(3n+1){clear: left;}
}
@media(max-width:640px){
.RighInfo002738 .youshi-list li:not(:last-child){margin-bottom: 20px;}
}
/*
 .RighInfo002799
 */
.RighInfo002799 { padding: 5% 0;}
.RighInfo002799 .pic{ float: right; margin-left: 12%; }
.RighInfo002799 .tit .en{ font-family: 'Times New Roman'; font-size: 48px; color: #fff0e5; font-weight: bold; letter-spacing: 5px; text-transform: uppercase; }
.RighInfo002799 .tit .cn{ margin-top: -35px; font-size: 48px; color: #ff6900; letter-spacing: 5px;}
.RighInfo002799 .subtit{font-size: 24px;font-size: #ff6900 !important; margin-top: 3%;position: relative;margin-bottom: 1%; }
.RighInfo002799 .subtit:before{display: inline-block;content: '';width: 10px;height: 10px;background:none;position: relative;top:-4px;margin-right: 8px;border-radius: 50%;border:2px solid #FF6900;}
.RighInfo002799 .subtit span{position: absolute;left:0;bottom:0;font-size: 48px;text-transform: uppercase;font-family: 'Times New Roman';opacity: .05;letter-spacing: 5px;}
.RighInfo002799 .subtit span i{font-size: 68px;font-style: normal;}
.RighInfo002799 p { font-size: 16px; color: #666; line-height: 36px; text-align: justify;margin:0; }
.RighInfo002799 .p1:before{display: inline-block;content: '';width: 10px;height: 1px ;background:#999;margin-right: 8px;position: relative;top:-5px;}
@media (max-width: 768px) {
.RighInfo002799 .auto{ padding: 0 3%; }
.RighInfo002799 .pic{ float: none; width: 100%; margin-bottom: 5%; margin-left: 0; }
.RighInfo002799 .tit .en{ font-size: 38px; }
.RighInfo002799 .tit .cn{ margin-top: -25px; font-size: 38px; }
}


.dsz_box{display: flex;align-items: center;}
.dsz_left{width: 40%;}
.dsz_left img{width: 100%;}
.dsz_right{width: 60%;padding-left:16%;}
.dsz_right h1{font-size: 30px; color: #e6e5e4; line-height: 40px;font-family: "arial";margin-bottom: 28px;text-transform: uppercase;}
.dsz_right h2{font-size: 24px;color: #333;line-height: 30px; margin-bottom: 37px;font-weight: normal;}
.dsz_right span{color:#d0d0d0;font-family: "Arial";margin-left: 20px;}
.dsz_right p{color: #9f928c;font-size: 14px;color: #999;line-height: 26px;}
.txt_box{position: relative;}
.dsz_right  h2{font-size: 24px; color:rgba(255,170,0); line-height: 24px; font-weight: normal; margin-bottom: 19px;}
.dsz_right  p{color:#685f57;display: inline-block;}
.dsz_right .name{display: inline-block;}
.dsz_right  h3{font-size: 18px; color:#685f57; line-height: 30px; font-weight: normal;}
.dsz_right  .icon_r{position:relative; bottom:-20px;}
.dsz_right  .txt_box{position:relative;}
.dsz_right  .txt_box em{display:block; position:absolute;}
.dsz_right  .txt_box .l{left:-25px; top:-17px;}
.dsz_right  .txt_box .r{left:218px; top:42px;}

.RighInfo002852{background: #f5f5f5;}
.dsz_list{padding: 3% 0;}
.dsz_list .le{width: 30%;}
.ri{width: 70%;}
.dsz_list .ri{width: 65%;}
.le h4{font-size: 24px;color: #333;line-height: 30px;margin-bottom: 14px;position: relative;font-weight: normal;}
.le .h4_en{font-size: 30px;line-height: 30px;color: #e8d4af;font-family: "Arial";letter-spacing: -2px;color: rgba(255,170,0);}

.ri p{font-size: 14px;color: #999;line-height: 26px;margin-bottom: 24px;}
.dsz_list .auto_1280{display: flex;justify-content: space-between;}
.dsz_qm{text-align: right;width: 100%;}
@media(max-width:1024px){
  .dsz_box{display: block;}
  .dsz_left{width: 100%;margin-bottom: 20px;}
  .dsz_list .auto_1280{display: block;}
  .dsz_list .le{width: 100%;}
  .dsz_list .le .e_box_un{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
  .dsz_list .le .e_box_un .bt{width: 49%;margin-right: 2%;padding: 0;}
  .dsz_list .le .e_box_un .bt:nth-child(2n){margin-right: 0;}
  .dsz_list .le .bt2 .cn, .dsz_list .le .bt2 .en{display: block;}
  .ri{width: 100%;}
  .ri p{font-size: 15px;}
}


.RighInfo002738 .top_logo{margin-bottom: 38px;}
.RighInfo002738 .w_lump{height:560px; background:url("../images/c4_k2.jpg") no-repeat center;}
.RighInfo002738 .w_lump .auto_1200{position:relative; height:100%;     padding-top: 8%;}
.RighInfo002738 .w_lump .h1{font-size: 28px; color:#000; line-height: 24px; margin-bottom: 7px;font-weight: normal;}

.RighInfo002738 .w_lump .h1 span{color: #ff9000;font-weight: bold;}
.RighInfo002738 .w_lump .h2{font-size:72px; color:#e4eaf4; line-height: 80px; font-family: "Arial"; margin-bottom: 24px; letter-spacing: -1px;}
.RighInfo002738 .w_lump .h2 span{color: #d5e2f7;font-size:85px;  font-weight: bold;font-family: "Arial";}
.RighInfo002738 .w_lump .slideBox{width:750px; height:560px; position:absolute; top:0; right:-48px; overflow:hidden;}
.RighInfo002738 .w_lump .slideBox li{-webkit-transform: rotate(45deg); transform: rotate(45deg); width:232px; height:232px; overflow:hidden; border-radius:14px; position:absolute; left:273px; top:-300px;}
.RighInfo002738 .w_lump .slideBox li:after{content:" "; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.RighInfo002738 .w_lump .slideBox li img{max-width: none; width:330px; -webkit-transform: translate(-49px,-49px) rotate(-45deg); transform: translate(-49px,-49px) rotate(-45deg);}
.RighInfo002738 .w_lump .slideBox li.on_prev{display:block; left:46px; top:-55px;}
.RighInfo002738 .w_lump .slideBox li.on{display:block; left:163px; top:145px; width:350px; height:350px; border-radius:20px; z-index: 5;}
.RighInfo002738 .w_lump .slideBox li.on img{width:496px; -webkit-transform: translate(-73px,-73px) rotate(-45deg); transform: translate(-73px,-73px) rotate(-45deg);}
.RighInfo002738 .w_lump .slideBox li.on:after{opacity:0; filter:alpha(opacity=0);}
.RighInfo002738 .w_lump .slideBox li.on_next{display:block; left:468px; top:17px;}
.RighInfo002738 .w_lump .slideBox li,.RighInfo002738 .w_lump .slideBox li:after,.RighInfo002738 .w_lump .slideBox li img{
 -webkit-transition: all 1s;
    -moz-transition: all 1s;
     -ms-transition: all 1s;
      -o-transition: all 1s;
         transition: all 1s;
}
@media (max-width: 768px) {
.dsz_right{padding-left: 5%;}
.dsz_right h1{font-size: 20px;line-height: 24px;font-weight: normal;margin-bottom: 0;}
.dsz_right h2{font-size: 18px}
.dsz_right .txt_box .l{left:-15px;}
.dsz_right .txt_box .r{left:199px;top: 46px;}
.RighInfo002738 .w_lump{height: 540px}
.RighInfo002738 .w_lump .slideBox li{-webkit-transform: rotate(0deg); transform: rotate(0deg);width: 100%;height: 300px;}
.RighInfo002738 .w_lump .slideBox li.on_prev{display:block; left:0; top:-55px;}
.RighInfo002738 .w_lump .slideBox li.on{display:block; left:0; top:0; width:100%; height:300px; border-radius:0; z-index: 5;}
.RighInfo002738 .w_lump .slideBox li.on img{width:100%; -webkit-transform: translate(0,0) rotate(0deg); transform: translate(0px,0px) rotate(-0deg);}
.RighInfo002738 .w_lump .slideBox li img{height: 100%;-webkit-transform: translate(-0px,-0px) rotate(-0deg); transform: translate(-0px,-0px) rotate(-0deg);}
.RighInfo002738 .w_lump .slideBox li.on_next{display:block; left:0; top:0;}
.RighInfo002738 .w_lump .slideBox{width: 100%;height: 300px;right: 0;top: 200px;}
.RighInfo002738 .w_lump .h2{width: 100%;font-size: 24px;line-height: 32px;}
.RighInfo002738 .w_lump .h1{font-size: 14px;}
.RighInfo002738 .w_lump{-webkit-background-size: cover;background-position: left;
background-size: cover;}
.RighInfo002738 .w_lump .h2 span{font-size: 30px}
.RighInfo002738 .w_lump .h1{font-size: 20px;}
}
.newall {padding: 3% 0;}
.newall .auto_1280{max-width:1200px;}
.newall .fr {width: 300px; display: none; }
.related_news .time {
    font-size: 24px;
    color: rgba(255,170,0);
    line-height: 24px;
    margin-bottom: 6px;
}
.related_news {margin-top: 18%;}
.related_news a {
    padding: 20px 0 24px;
    border-top: 2px solid #eaeaea;
    display: block;
}
.related_news .item a:first-child {
    border-top: 0 none;
    padding-top: 0;
}
.related_news h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}
.e_btn, .e_btn2 {
    padding: 2px;
    position: relative;
    width: 61px;
    height: 61px;
    border: 0 none !important;
    overflow: hidden;
    background: no-repeat !important;
}
.ri .btn_box a {
    float: left;
    margin: 0 10px 25px 0;
}
.e_btn:before, .e_btn2:before {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ff8400;
    z-index: 5;
}
 .ri .btn_box .prev_btn .seat {
    background-image: url(../images/prev2.png);
    border: 1px solid #dadadc;
}
 .ri .btn_box a > em {
    background: #dadadc;
}
.e_btn .seat, .e_btn2 .seat {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/next2.png) no-repeat 18px center;
    z-index: 6;
    border: 1px solid #dadadc;
}
.ri .btn_box .prev_btn .seat:hover{background-color: rgba(255,170,0);background-image:url(../images/prev2h.png);border: 1px solid rgba(255,170,0);}
.ri .btn_box .next_btn  .seat:hover{background-color: rgba(255,170,0);background-image:url(../images/nexth.png);border: 1px solid rgba(255,170,0);}

.newall .fl{width: 73.4%;float: none;margin: 0 auto;}
.news-dateil{margin-bottom:30px;position:relative;}
.news-more {  padding: 35px 38px; }
.news-content { width: 732px; float: right; padding:0 30px 80px 20px; }

.news-more-title i { display: block;font-size: 18px; font-style: normal; letter-spacing: -1px; color: #333; font-weight: bold; line-height: 20px; }
.news-more-title b { color: #333; font-size: 16px; }
.news-more li { margin-top: 30px; }
.news-more .date { display: block; color: #c8c8c8; font-size: 16px; line-height: 20px; margin-bottom: 3px; text-align: left; }
.news-more .name { display: block; color: #5d5d61; font-weight: bold; font-size: 16px; line-height: 30px; -webkit-transition: color .3s; transition: color .3s; }
.news-more p { color: #5d5d61;     font-size: 14px;text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;display: none;}
.news-more li:hover .name { color: rgba(255,170,0); }

.newsdetail-title { width: 694px; /*height: 110px;*/ overflow: hidden; padding: 42px 0 10px 28px; border-bottom:1px solid #e1e0e6; position: relative; margin-bottom: 34px; }
.newsdetail-title .date { color: #01b2b3; font-size: 16px; line-height: 22px; margin-bottom: 3px; font-weight: bold; }
.newsdetail-title .title {font-weight: bold;font-size: 20px;line-height: 28px;color: #000;width: 694px;margin-bottom: 16px;}
.newsdetail-title .title_2{font-size: 16px;line-height: 22px;color: #74737b; width: 575px;margin: 0 auto 10px;text-align: center;}
.newsdetail-title .info {font-size: 12px; line-height: 14px; color: #999999; }
.sharebox { position: absolute; right: 0px; bottom: 10px; }
.sharebox .bshare-custom { margin-bottom: 5px; height: 20px; overflow: hidden; }
.sharebox .bshare-custom a { float: left; padding: 0; margin-right: 5px; width: 20px; height: 20px; background: url(../img/news/share.png) no-repeat 0 0; overflow: hidden; }
.sharebox .bshare-custom .bshare-weixin { background-position: -54px 0; }
.sharebox .bshare-custom .bshare-sinaminiblog { background-position: -79px 0; }
.sharebox .bshare-custom .bshare-qzone { background-position: -129px 0; }
.sharebox .bshare-custom .bshare-qqim { background-position: -154px 0; }

.newsdetail-content{padding:0 10px 0 28px;}
.newsdetail-content p { margin-bottom: 10px; font-size: 14px; text-align: justify; text-justify: distribute; }
.newsdetail-content img {  max-width: 100%; }
.news-add { margin: 5px 0; border: 3px solid #ccc; padding: 40px; }
.news-add strong { color: #333; display: block; }
.newsdetail-ewm { text-align: center; margin-top: 30px; }
.newsdetail-ewm img { max-width: 50%;}
a.btn-return { display: block; width: 79px; height: 79px; background: url(../img/news/btn-return.png) no-repeat; margin: 30px auto 40px; }
.newall .fr .ri {float: right;}
.newall .fr h3 {
    font-size: 18px;
    color: rgba(255,170,0);
    margin: 0 0 0.3em 0;
    line-height: 1.58;
}
.newall h3 span {
    color: #999;
    font-weight: normal;
    font-size: 16px;
    display: block;
}

.newall .xw_xq h3 span{display: inline-block;color: rgba(255,170,0);font-size: 24px;font-weight: bold;margin-left: 5px;}
.newall .xw_xq h3{font-size: 24px;color: #333;}

/*Page001959*/
.Page001959 .Pages{ line-height:50px; zoom:1; overflow:hidden;  padding:2% 0;  background:url(../images/Page001959-bg.jpg) no-repeat center top; margin:10px 0;}
.Page001959 .Pages span{ padding:0px 3px; display:inline-block;}
.Page001959 .Pages a{ display:inline-block; margin:0px 2px; padding:0px 18px; font-size:24px; vertical-align:middle;}
.Page001959 .Pages .p_cur,
.Page001959 .Pages .p_count,
.Page001959 .Pages .p_jump,
.Page001959 .Pages .a_first,
.Page001959 .Pages .a_end,
.Page001959 .Pages .p_total{ display:none;}
.Page001959 .Pages .p_page em{ font-style:normal; font-family:Arial;}
.Page001959 .Pages a:hover,
.Page001959 .Pages a.a_cur{ color:#fff; background-color:rgba(255,170,0);}
.Page001959 .Pages .a_prev,
.Page001959 .Pages .a_next{ width:50px; height:50px; padding:0; line-height:150px; overflow:hidden; background-repeat:no-repeat; background-position:center center; border:2px solid #dadadc;}
.Page001959 .Pages .a_prev{ background-image:url(../images/prev2.png);}
.Page001959 .Pages .a_next{ background-image:url(../images/next2.png);}
.Page001959 .Pages .a_prev:hover{ background-image:url(../images/prev2h.png);}
.Page001959 .Pages .a_next:hover{ background-image:url(../images/nexth.png)!important;}
@media(max-width:768px){
.Page001959 .Pages{ line-height:30px;}
.Page001959 .Pages a{ font-size:18px;padding:0px 10px;}
.Page001959 .Pages .a_prev,
.Page001959 .Pages .a_next{ width:30px; height:30px; background-size:auto 60%;}
.newall .fl {width: 100%;}
}
@media(max-width:480px){
.Page001959 .Pages .p_page em{ display:none;}
}

