/* CSS Document public*/

*{font-family:微软雅黑,Helvetica, sans-serif ,Arial; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{
    padding:0;margin:0;font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;overflow-x: hidden;background:#fff;}

html,body{ min-height:100vh;}
body{ overflow:-moz-scrollbars-vertical;} 

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}





table {
    border-collapse: collapse;
    border-spacing: 0;
}
table td {line-height: 1.25;padding: 5px;padding-left:15px;/* width: auto; */}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/


/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{margin:0 auto;padding: 0 50px;max-width: 1340px;}


.header_box_li{position: relative;z-index: 1;transition: 0.4s;z-index: 999;}

.header_box_li.sticky{height: 3.75rem;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;}

@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}
	100% {
		top: 0;
	}
	}
@keyframes sticky {
0% {
	top: -200px;
}
100% {
	top: 0;
}
}

.header_box_li.sticky .header_top{display: none;}
#nav .search_btn{margin-top: 5px;}
.header_box_li.sticky #nav .search_btn{display: block;height: 35px;width: 35px;border-radius: 50%;background: url(../images23/sticky_ss.png) no-repeat center center;    margin:6px 0rem 0 2rem;}
.header_box_li.sticky #nav .search_btn img{display: none;}

.header_box_li.sticky #header #logo .box_table{}
.header_box_li.sticky #header{}
.header_box_li.sticky #header #logo{}
.header_box_li.sticky .w1600{width: 1340px;}




.pc_top_lj{width: 100%;transition: 0.4s;height: 38px;margin-top: 0.1rem;}
.pc_top_lj>div{margin: 0rem auto 0px;display: flex;justify-content: space-between;align-items: center;transition: 0.4s;padding: 0.09rem 0rem 0.09rem 0rem;

}
.pc_top_lj .l{display: flex;align-items: center;}
.pc_top_lj .l p{font-size: 0.18rem;color: #e7e7e7;}
.pc_top_lj .r{display: flex;align-items: center;justify-content: flex-end;}
.pc_top_lj span{color: #e7e7e7;}

.pc_top_lj a img{}
.pc_top_lj a.search_btn{width: 38px;margin: 0;}
.pc_top_lj a{display: block;font-size: 0.14rem;color: #e7e7e7;margin: 0 0.08rem;}
.pc_top_lj p{font-size: 0.14rem;color: #e7e7e7;}



.header_box_li.xg{height: 4.625rem;}
.header_box_li.xg #header{height: 4.625rem;}
.header_box_li.xg #header .header_top{height: 1.3rem;}
.header_box_li.xg #header .header_top .tianqi{display:none;}
.header_box_li.xg #header .header_top .list_box0{display:none;}
.header_box_li.xg #logo img{width: 70%;}

.header_box_li.xg #logo .xx{    opacity: 0 !important;}
.header_box_li.xg #logo .box_table{    height: 100% !important;}

.header_box{position: relative;z-index: 10000;}
#header{position: relative;height: 1.05rem;z-index:999;width:100%;background-size:cover;  transition: 0.4s; max-width: 100%;margin: 0 auto;}
/* .header_box_li:before{content:"";position:absolute;height: 10.125rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background-size: auto 100%;pointer-events: none;} */
#header.xg:before{ opacity:0; visibility:hidden}

.head_bottom{padding: 0;width: 17.4rem;margin: 0 auto;height: 100%;}

.header_top{position: relative;height: 2.5rem;padding: 0;text-align: right;z-index: 10000;    transition: 0.4s;padding: 0 0;}
.header_top .tianqi{ display:inline-block; height:4rem}
.header_top .search_btn{display:inline-block;float: none;font-size: 14px;color: #fff;}

.header_top .search {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20;
}
.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.5rem;
    top: -12px;
    bottom: auto;
    height: 40px;
    width: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0 2rem 0 1rem;
    color: #333;
}
.header_top .search .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.header_top .search .btn input{cursor: pointer;position: absolute;z-index: 1;left: 0;top: 0;right:0;bottom: 0;height: 100%;width: 100%;}
.header_top .search .btn svg{width: 18px;height: 18px;fill:#fff;}
.header_top .search:hover .btn svg{
    fill: #6510AD;
}





.header_top .search:hover .input {
    width: 16.25rem;
    opacity: 1;
    visibility: visible;
}


.header_top .zc_lj{}
.header_top .zc_lj a{font-size: 14px;display: inline-block;transition:.6s;margin-left: 1rem;position: relative;line-height: 2.5rem;color:rgba(255,255,255,0.7);}
.header_top .zc_lj a:hover{color: #ffba00;}

.list_box0{ display:inline-block; vertical-align:top}
.list_box0 .li{font-size: 14px;display: inline-block;transition:.6s;margin-left: 1rem;position: relative;line-height: 2.5rem;}
.list_box0 .li>a{ display:block;color:rgba(255,255,255,0.7);transition: 0.5s;}
.list_box0 .li>a:hover{color: #ffba00;}
.list_box0 .li a>img{margin: -1px .625rem 0 0;}
.list_box0 .li a .ewm_box{display:inline-block;border:#d3d3d3 1px solid;background:#fff;position:absolute;left:50%;transform: translateX(-50%) scaleY(1);top: 3.5rem;opacity: 1;visibility: visible;transform-origin:top;display: none;}
.list_box0 .li a .ewm_box:before{content:"";position:absolute;border-left:transparent 6px solid;border-right:transparent 6px solid;border-bottom: #fff 6px solid;top: -6px;left: 50%;margin-left: -6px; }

#m_header .list_box0{ float:right}
#m_header .list_box0 .li{ line-height:60px;display:none;}
#m_header .list_box0 .li a .ewm_box{ top:60px}
#m_header .list_box0 .li a>img{ height:16px}
 

.list_box_01{font-size:0;white-space:nowrap;padding: .625rem;}
.list_box_01 li{display: block !important;margin: 0 15px !important;text-align:center;}
.list_box_01 li h3 img{ border:#ededed 1px solid; width:85px; height:85px;}
.list_box_01 li h5{font-size:.75rem;color:#666666;line-height:20px;margin: 0;}


.list_box0 .li+.li+.li:after{display: none;}
.list_box0 .li:first-child:after{ display:none}

.list_box0 .li input.txt{background: none;border-bottom: 1px solid #fff;width: 7.8125rem;padding: 0px 5px 5px;outline: none;border-left: 0;border-right: 0;border-top: 0;color: #fff;float: left;}

.list_box0 .li input.img{width: 20px;height: 18px;background: url() no-repeat center center;float: left;}




.header_box .w1200{height:100%;position:relative;max-width: 1650px;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header{}
#header #logo{ margin-top: -0.15rem;}
#header #logo .box_table{width: 3.53rem;margin-top: 0rem;transition: 0.4s;
    display: table;
    height: auto;
display: flex;align-items: center;
}
#header #logo .box_table .box_table_cell{display: table-cell;
  }

#header #logo .xx p{    line-height: 15px !important;}
#header #logo .xx{color: #fff;    transition: 0.4s;opacity: 1;
    font-family: "楷体";
    font-size: 24px;
    text-align: center;}
	.head_bottom>.right{width: calc(100% - 8.4rem);display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-end;}
#logo{float:left;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;}
#logo img.img2{ display:none}
#nav{float: right;padding-top: 2px;width: 100%;transition: 0.4s;}
#nav ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
#nav ul li{float:left;position:relative;z-index:0;margin: 0;}
#nav ul li:before{content:"";position:absolute;left: 0;width: 100%;height: 41px;bottom:0;transition:.6s;}
#nav ul li.on:before, #nav ul li:hover:before{width:140%;left:-20%;}
#nav ul li a{display:block;padding:.25rem 0rem;transition: 0.4s;color:#b7b7b7;}
#nav ul li h3{font-size: 0.18rem;line-height: 0.24rem;position:relative;display: inline-block;color: #fff;font-weight: bold;}
#nav ul li a i{ margin:-3px 0 0 .1rem; display:inline-block; width:10px; height:5px; background:url() center no-repeat; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:url() center no-repeat;}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;min-width: 112px;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;padding: 10px 0;background:rgba(255,255,255,1) ;}
#nav ul li .sub .box{text-align:center;}
#nav ul li:hover a, #header #nav ul li.on a, #header.xg #nav ul li:hover a{color: #fff;}
#nav ul li .sub a{padding:0.1rem 0.15rem 0.1rem !important;margin-top:-0.03rem; line-height: 20px;transition:.6s;font-size: 14px;color: #555555;white-space: wrap;display: block;text-align: center;position: relative;transition: 0.4s;}

#nav ul li .sub a:hover{  background: #2952a9;color: #fff;	}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}


#nav ul li .sub{box-shadow: 0 8px 8px rgba(0,55,59,0.25);}




#nav>ul>li h3:before{content:"";display:block;position:absolute; width:21px; height:12px;left:50%;margin-left: -10px; bottom:10px; transition:.3s;opacity:0;visibility:hidden;}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav>ul>li:hover h3:before, #nav>ul>li.on h3:before{opacity:1;visibility:visible;display: none;}

.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0 0 0 15px;position: relative;}
.search_btn img{margin: 0;}
#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: 1.5rem;transition:.6s;margin-left: 1rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -1.5rem;top: 50%;margin-top: -8px;}
#header .dw2.yuyan:before{content:"";width:1px;height:100%;display:block;position:absolute;left:0;top:0;display: none;}
#header .dw2 .dh{height: 23px;line-height: 23px;text-align:center;font-size: 13px;color:#fff;cursor:pointer;transition:.6s;}
#header .dw2 .dh span{padding-right: 14px;width: 53px;height: 23px;display: inline-block;font-style: italic;}
#header .dw2 .dd{padding-bottom:10px;padding-top:10px;position:absolute;top:100%;width: 100%;text-align:center;background: #acce22;left: 0;border: 1px solid #acce22;opacity: 0;visibility: hidden;transition: 400ms;transform: translateY(15px);}
#header .dw2 .dd:before{content:"";display:inline-block;border:8px solid transparent;border-bottom: 8px solid #acce22;position:absolute;top:-16px;left:50%;margin-left:-8px;}
#header .dw2 .dd a{display:block;text-align:center;line-height:30px;color: #fff;font-size:13px;padding:0 10px;}
#header .dw2 .dd a:hover{ font-weight:bold; }
#header .dw2.on .dd{opacity:1; visibility: visible; transform: translate(0);}



.search_btn{margin-left: 0rem;cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: none;transition: .6s;left: 0;right: 0;z-index: 1;}

.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{


	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 0.2rem;
	line-height: 0.25rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 561px;
	margin: 0 auto;
	padding: 0 0rem 0 0.3rem;
	background: #fff;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
	border-radius: 500px;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 0.56rem;
	width: calc(100% - 0.89rem);
	background-color: transparent;
	font-size: 0.2rem;
	line-height: .25rem;
	color: #919191;
	transition: all .3s;
	outline: none;
    border: 0;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
} 
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 0.72rem;
	width: 0.56rem;
}

.search-dialog .search-input input[type=image]{
	margin-right: -5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images23/search.png');
	background: #2952a9 url('../images23/search.png') no-repeat center center;
	height: 0.56rem;
	width: 0.89rem;
	border-radius: 100px;
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images23/close-btn.svg');
	background-size: 0.56rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=image]{
	background-image: url('')
}

.search-dialog .hot-search{
	font-size: 0;
	width:3.12rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url();
}
.search-dialog .hot-link{
	margin-left: 1rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
	position: absolute;
    width: 24px;
    height: 24px;
    z-index: 10;
    right: 2.14rem;
    top: 0.48rem;
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;

    background-repeat: no-repeat;
    background-image: url(../images23/search_close.png);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}





/*顶部搜索*/
.tc_search {margin: 0.4rem auto 0;width: calc(100% - 0.6rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {font-size:.875rem;color: #fff;height: 40px;line-height: 40px;padding: 0 1rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 51px;}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(../images23/search_white.svg) center center no-repeat; background-size: 55%; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {height: 100%;z-index: 999999;float: right;margin-left: 0;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #fff; }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 25px; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 25px; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 14px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 25px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }
/*导航按钮结束*/
.m_nav_list {flex-direction: column;justify-content: flex-start;width: 100%;margin: 30px 0 0;}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0;display: none;padding: 0.5rem 0 0.5rem;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #2952a9;}
#m_nav .close{position:absolute;top: 6px;right:15px;font-size: 28px;color:#fff;z-index: 10000;}

#m_nav.act { pointer-events: auto; right: 0;overflow: auto; }
#m_nav>ul>li {width: 100%;overflow: hidden;padding: 0 0 0 0.3rem;position: relative;}
#m_nav>ul>li {border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a { display: inline-block; width: calc(100% - 30px) }
#m_nav li .a {line-height: 0.6rem;height: 0.6rem;color: #fff;padding: 0;font-size: 16px;float: left;}
#m_nav li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0; }
#m_nav li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 50px;height: 0.6rem;display: inline-block;background: url(../images23/arrow_down.svg) center center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(../images23/arrow_down_on.svg) center center no-repeat;}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0; background: none; border: 0; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #c21d1b; }
#m_nav .title .list a {display: block;font-size: 14px;color: rgba(255,255,255,.6);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;}
/*三级导航 开始*/
#m_nav .title .list .void>a { background-size: 10px; position: relative; }
#m_nav .title .list .void>a:before { content: "·"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; display: block !important; overflow: hidden; }
#m_nav .title .sub a { background: none; font-size:0.5rem;
opacity: .8; min-width: 50%; float: left; display: inline-block; color: #999; }
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }
.m_header_box {transition: .6s;display: none;height: 60px;}
#m_header #logo .box_table{width: auto; float: left;    display: table; height: 100%;}
#nav_btn_box .box_table { width: auto; float: left;    display: table; height: 100%; height: 100%;}
 #nav_btn_box .box_table .box_table_cell{   vertical-align: middle;
	display: table-cell;  }
#m_header #logo .box_table .box_table_cell{ vertical-align: middle;display: table-cell;      margin: 0 auto;}

#m_header #logo .box_table .box_table_cell a{    display: block;
			}
.m_header_box header{padding:0 5%;top: 0;height: 60px;box-shadow: 0 8px 8px rgba(0,55,59,0.25);position: fixed;top: 0;left: 0;right: 0;z-index: 100;background: #2952a9;background-size: cover;}
#m_header #logo{float: left;}
#m_header #logo img{max-height: 50px;width: auto;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}








#fp-nav.fp-right{display: none;}

 .toubu_div{position: fixed;top: 0;width: 100%;left: 0;z-index: 1000;transition: 0.5s;    /*transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; */}
	.toubu_div_bai{position: fixed;}
	.toubu_div_bai .list_box0 .li>a{color: #000;}


	.yc_gd_dh{z-index: 2000;top: -200px;}

	.yc_gd_dh	#header{height: 82px;background:#4c7867;}
.yc_gd_dh .head_bottom{ padding: .1rem 0rem .5rem;height: 82px; }
.yc_gd_dh .head_bottom .right{width: calc(100% - 500px);}
.yc_gd_dh .header_top{transition: 0.4s;overflow: hidden;}
.yc_gd_dh .header_top.lit{height: 0;}

.yc_gd_dh #nav ul li h3{color: #fff;font-size: 1.375rem;}
.yc_gd_dh #nav ul li:hover h3{color: #fff;}
.yc_gd_dh #nav ul li .sub a:hover{   background: #b03d3d; }
.yc_gd_dh #nav ul li .sub a{background: #fff;}

.yc_gd_dh .db_kslj{width: 1340px;margin: 10px auto 0;}
.yc_gd_dh .db_kslj ul{display: flex;width: 100%;}
.yc_gd_dh .db_kslj ul li{width: 11.11%;border-left: 0px solid #bdbdbd;}
.yc_gd_dh .db_kslj ul li+li{border-left: 1px solid #bdbdbd;}
.yc_gd_dh .db_kslj ul li a{display: block;}
.yc_gd_dh .db_kslj ul li .pic{position: relative;display: table;margin: 5px auto 10px;}
.yc_gd_dh .db_kslj ul li .pic img{}
.yc_gd_dh .db_kslj ul li .pic img+img{position: absolute;top: 0;left: 0;opacity: 0;transition: 0.4s;}
.yc_gd_dh .db_kslj ul li .pic img+img+img{opacity: 0;}
.yc_gd_dh .db_kslj.on ul li a .pic img{opacity: 0;}
.yc_gd_dh .db_kslj.on ul li a .pic img+img{opacity: 0;}
.yc_gd_dh .db_kslj.on ul li a .pic img+img+img{opacity: 1;}
.yc_gd_dh .db_kslj.on ul li p{color: #ddacac;}
.yc_gd_dh .db_kslj ul li p{font-size: 1rem;color: #000;font-family: Arial;text-align: center;transition: 0.4s;}


.yc_gd_dh .db_kslj ul li a:hover .pic img+img{opacity: 1;}
.yc_gd_dh .db_kslj ul li a:hover .pic img+img+img{opacity: 0;}

.yc_gd_dh .db_kslj ul li a:hover p{color: #4c7867;font-weight: bold;}

.img{width: 100%;position: relative;padding-bottom: 60%;overflow: hidden;transition: 0.4s;}
.img .img_box{background-position: center center !important;position: absolute;top: 0;left: 0;z-index: 2;    width: 100%;background-size: cover !important;
	height: 100%;transition: 0.4s;}
.img img{    position: absolute;transition: 0.4s;opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;}
a:hover .img .img_box{transform: scale(1.05);}
a:hover .img img{transform: scale(1.05);}

.w1400{width: 1400px;margin: 0 auto;}
.w1620{width: 1620px;margin: 0 auto;}
.w1740{width: 17.4rem;margin: 0 auto;}




.firstScreen{
    height: 100vh;
      overflow: hidden;
      position: relative;
  }

  .body_main{
    position: absolute;
      left: 0%;
      top: 100%;
      bottom: 0;
      right: 0;
      background: #fff;
      overflow: hidden;
      transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
      z-index: 999;
      overflow-y: auto;
      outline: none;

  }
  .body_main.on{top: 0;}

  .body_main::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
  .body_main::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
  .body_main::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}


  .toubu_div::after{content: "";display: block;width: 100%;height: 100%;background:#2952a9;background-size: 100% 100%;position: absolute;top: 0;z-index: 0;left: 0;transition: 0.4s;opacity: 0;}
  #header{transition: 0.4s;border-top: 0.05rem solid #025299;}
  /* .toubu_div.on{display: none;} */
  .toubu_div.on #header{height: auto;}
  .toubu_div.on::after{opacity: 1;}
  .toubu_div.on .pc_top_lj{margin-top: 0;}
  .toubu_div.on #nav ul li a{    padding: .1rem 0rem;}
  .toubu_div.on #header #logo .box_table .box_table_cell{vertical-align: middle;}
  .toubu_div.on #header #logo .box_table{margin: -0.2rem 0 0.1rem;}
  .toubu_div.lit #header #logo .box_table{margin: 0.2rem 0 0.1rem;}

  .toubu_div.lit .pc_top_lj{margin-top: 0;height: 0;overflow: hidden;padding: 0;}
  .toubu_div.lit #nav{margin-top: 0.15rem;}


.swiper-slide{    filter: brightness(1);}


.swiper-button-prev, .swiper-button-next{margin: 0;border: none;}
.swiper-button-prev{left: 30px;}
.swiper-button-next{right: 30px;left: auto;}


.sy_tit{position: relative;margin-bottom: 0.4rem;}
.sy_tit::after{content: "";display: block;clear: both;}
.sy_tit .pic{position: absolute;z-index: 1;width: 100%;height: auto;text-align: center;}
.sy_tit img{}
.sy_tit .zc{float: left;display: table;}
.sy_tit p{font-size: 0.38rem;display: table;margin: 0 auto;padding-bottom: 0.12rem;position: relative;z-index: 2;font-weight: bold;color: #000000;font-family: sys_hv;}
.sy_tit p img{margin-right: 0.18rem;}
.sy_tit span{color: #ebb816;}
/* .sy_tit span{font-size: 0.14rem;color: #909090;display: table;padding-left: 0.48rem;position: relative;}
.sy_tit span::after{content: "";display: block;width: 0.38rem;height: 1px;position: absolute;left: 0;top: 50%;background: #bdbdbd;} */

.sy_tit>a{display:flex;align-items: center; font-size: 0.16rem;color: #0667b0;padding: 0.1rem 0.16rem 0.1rem 0.16rem;text-align: center;border-radius: 5px;position: absolute;right: 0;top: 0.1rem;z-index: 3;transition: 0.4s;}
.sy_tit>a img{margin-right: 0.13rem;}
.sy_tit>a:hover{box-shadow: 0 0 8px rgba(0,0,0,.7);}


.sy_tit.bai p{color: #fff;}
.sy_tit.bai span{color: #fff;}
.sy_tit.bai a{color: #fff;}
.sy_tit.cen .zc{float: none;margin: 0 auto;}
.sy_tit.cen p{text-align: center;}
.sy_tit.cen span{padding: 0 0.48rem;margin: 0 auto;}
.sy_tit.cen span::before{content: "";display: block;width: 0.38rem;height: 1px;position: absolute;right: 0;top: 50%;background: #bdbdbd;}



/* .index_body{overflow: hidden;} */
.fhdb{display: block;position: fixed;bottom: 3%;right: 3%;z-index: 1002;width: 0.4rem;height: 0.4rem;overflow: hidden;visibility: hidden;opacity: 0;transition: 0.4s;}
.fhdb a{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;top: 100%;transition: 0.4s;position: relative;left: 0;}
.fhdb a img{width: 100%;}
.fhdb.on{visibility: initial;opacity: 1;}
.fhdb.on a{top: 0;}
.fhdb:hover{box-shadow: 0 0 5px rgba(0,0,0,.5);}


.part1{position: relative;height: 100%;}
.part1::after{content: "";display: block;}
.p1_lb{width: 100%;height: 100%;}
.p1_lb .swiper-slide{height: 100%;}
.p1_lb .swiper-slide a{display: block;position: relative;height: 100%;}
.p1_lb .swiper-slide a::after{content: "";display: block;width: 100%;height: 316px;background: url(../images23/top_nav_zz.png) repeat-x top left;position: absolute;top: 0;left: 0;z-index: 3;}
.p1_lb .swiper-slide .img{padding-bottom: 0;height: 100%;}
.p1_lb .swiper-slide img{width: 100%;transform: scale(1) !important;}
.p1_lb .swiper-slide .img_box{transform: scale(1) !important;}


.p1_jt_box{display: flex;justify-content: center;align-items: center;margin-top: 10px;position: absolute;right: 0;bottom: 0.2rem;width: 100%;}
.p1_jt_box .swiper-button-prev,.p1_jt_box .swiper-button-next{position: relative;margin: 0;width: auto;height: auto;line-height:normal;background: none;left: 0;right: 0;top: -2px;pointer-events: unset;cursor: pointer;display: none !important;}
.p1_jt_box p{font-size: 0.24rem;color: #fff;line-height: 0.2rem;}

.p1_jt_box .swiper-pagination{display: flex;width: auto;position: relative;margin: 0 0.26rem;align-items: center;justify-content: flex-end;}
.p1_jt_box .swiper-pagination span{width: 0.1rem;height: 0.1rem;background: rgba(255,255,255,0.68);opacity: 1;margin: 0 0.2rem !important;position: relative;}
.p1_jt_box .swiper-pagination span::before{content: "";display: block;width: 0.26rem;height: 1px;background: rgba(255,255,255,.8);position: absolute;right: calc(100% + 7px);top: calc(50%);}
.p1_jt_box .swiper-pagination span::after{content: "";display: block;width: 0.26rem;height: 1px;background: rgba(255,255,255,.8);position: absolute;left: calc(100% + 7px);top: calc(50%);}
.p1_jt_box .swiper-pagination span+span::before{display: none;}
.p1_jt_box .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images23/bn_dt_dot_li_on.png) no-repeat;width: 0.41rem;height: 0.42rem; background-size: 100%;border-radius: 0;}

.p1_jt_box .swiper-pagination span:first-child::before{display: none;}
.p1_jt_box .swiper-pagination span:last-child::after{display: none;}





.swiper-button-prev,.swiper-button-next{pointer-events: unset;}








.part2{background:#fff url(../images23/part2_bg.jpg) no-repeat center bottom;background-size: cover;padding-top: 1.4rem;overflow: hidden;border-radius: 0 0 2rem 0;position: relative;z-index: 10;}


.part2 .sy_tit .zc{float: left;display: table;margin-right: 0.38rem;cursor: pointer;}
.part2 .sy_tit p{font-size: 0.36rem;display: table;margin: 0 auto;padding-bottom: 0.12rem;position: relative;z-index: 2;font-weight: bold;color: #555555;font-family: sys_hv;transition: 0.4s;}
.part2 .sy_tit span{font-size: 0.14rem;color: #9b9b9b;display: table;padding-left: 0.6rem;position: relative;transition: 0.4s;}
.part2 .sy_tit span::after{content: "";display: block;width: 0.45rem;height: 0.04rem;position: absolute;left: 0;top: 50%;background: #555555;transition: 0.4s;}


.part2 .sy_tit a{display:none;align-items: center; font-size: 0.16rem;color: #787878;text-align: center;border-radius: 5px;position: absolute;right: 0;top: 0.1rem;z-index: 3;transition: 0.4s;padding: 0;}
.part2 .sy_tit a.on{display: flex;}
.part2 .sy_tit a::after{width: 0.28rem;height: 0.28rem;background:#ebb816 url(../images23/sy_more_jt.png) center center;transition: 0.4s;background-size: 100%;content: "";display: block;margin-left: 0.1rem;}
.part2 .sy_tit a:hover{box-shadow: none;}
.part2 .sy_tit a:hover::after{background-position: 0.28rem 0;}

.part2 .sy_tit .zc.on{}
.part2 .sy_tit .zc.on p{color: #000;}
.part2 .sy_tit .zc.on span::after{background: #2952a9;}




.p2_main{position: relative;}
.p2_box{position: relative;display: block;z-index: -1;opacity: 0;transition: 0.4s;width: 100%;}
.p2_box.on{display: block;z-index: 3;visibility: initial;opacity: 1;}

.p2_box1{}

.p2_box2{position: absolute;top: 0;left: 0;z-index: -1;opacity: 0;padding-top: 0.3rem;}

.p2_lb{margin:-0.3rem -0.3rem 0;padding: 0.3rem 0.3rem calc(0.3rem + 0.2rem); }
.p2_lb .swiper-slide{transition: 0.4s;position: relative;}
.p2_lb .swiper-slide.swiper-slide-next{top: 0.2rem;}
.p2_lb a{display: block;transition: 0.4s;}
.p2_lb .img{padding-bottom: 67%;}
.p2_lb .con{padding: 0.2rem 0.2rem 0.25rem 0.13rem;display: flex;justify-content: space-between;align-items: center;}
.p2_lb .con .sj{width: 0.7rem;padding-left: 0.15rem;position: relative;}
.p2_lb .con .sj::after{content: "";display: block;width: 0.03rem;height: 100%;background: #f1c94c;position: absolute;left: 0;top: 0;border-radius: 10px 0 10px 0;}
.p2_lb .con .sj p{font-size: 0.32rem;color: #ebb816;text-align: center;}
.p2_lb .con .sj span{font-size: 0.14rem;color: #ebb816;text-align: center;display: block;}
.p2_lb .con .bt{font-size: 0.18rem;color: #717171;transition: 0.4s;width: calc(100% - 0.85rem);line-height: 0.3rem;height: 0.6rem;overflow: hidden;}

.p2_lb a:hover{box-shadow: 0 0 0.3rem rgba(0,0,0,.16);}
.p2_lb a:hover .con{background: #fff;}
.p2_lb a:hover .con .bt{color: #000;font-weight: bold;}


.p2_lb_jt{position: absolute;top: 22%;width: calc(100% + 1.04rem);left: -0.52rem;z-index: 3;}
.p2_lb_jt>div{width: 0.32rem;height: 0.32rem;background: #bdbdbd url(../images23/part2_lb_jt_prev.png) center center;left: 0;top: 0;border-radius: 50%;transition: 0.4s;background-size: 100% !important;cursor: pointer;}
.p2_lb_jt>div::after{display: none;right: 0;}
.p2_lb_jt>div.swiper-button-next{right: 0;left: auto;background: #bdbdbd url(../images23/part2_lb_jt_next.png) center center;}




.p2_lb_jt>div.swiper-button-prev:hover{background: #ebb816 url(../images23/part2_lb_jt_prev.png) center center;}
.p2_lb_jt>div.swiper-button-next:hover{background: #ebb816 url(../images23/part2_lb_jt_next.png) center center;}



.p2_list{display: flex;flex-wrap: wrap;margin: 0 -1.5%;width: 100%;}
.p2_list li{width: 30.33%;margin: 0 1.5% 0.6rem;}
.p2_list li a{display: flex;justify-content: space-between;align-items: center;}
.p2_list li .sj{width: 0.87rem;height: 0.89rem;background: url(../images23/part2_list_sj_bg.png) no-repeat;background-size: 100%;text-align: center;padding-top: 0.1rem;}
.p2_list li .sj p{font-size: 0.3rem;color: #fff;font-family: georgiab;margin-bottom: 0.05rem;}
.p2_list li .sj span{font-size: 0.14rem;color: #fff;font-family: georgia;}
.p2_list li .con{width: calc(100% - 1rem);}
.p2_list li .con p{font-size: 0.18rem;color: #717171;line-height: 0.3rem;transition: 0.4s;height: 0.6rem;overflow: hidden;}

.p2_list li a:hover .con p{color: #000;font-weight: bold;}




.part3{background: url(../images23/part3_bg.jpg) no-repeat top center;background-size: cover;padding: calc(0.9rem + 2rem) 0 0.9rem;margin-top: -2rem;position: relative;z-index: 9;
	border-radius: 0 0 0rem 2rem;

}


.part3 .sy_tit{margin-bottom: 0;width: 2.25rem;height: 0.68rem;background: url(../images23/part3_tit_bg.png) no-repeat;background-size: 100% 100%;}
.part3 .sy_tit .zc{text-align: center;margin: 0 auto;float: none;position: relative;bottom: -0.1rem;}


.p3_main{position: relative;}
.p3_main::after{content: "";display: block;clear: both;}

.p3_lb1{width: calc(100% - 214px + 1rem);float: left;position: relative;z-index: 3;padding: 0.5rem;margin: -0.5rem -0.5rem 0;}
.p3_lb1 .swiper-slide{opacity: 0 !important;z-index: -1;transition: 0.4s !important;}
.p3_lb1 .swiper-slide.swiper-slide-active{opacity: 1 !important; z-index: 2;}
.p3_lb1 a{display: flex;align-items: center}
.p3_lb1 .con{padding: 0.35rem 0.6rem 0.35rem 0.35rem;background: url(../images23/part3_con_bg.png) no-repeat center left;width: calc(100% - 4.68rem);background-size: cover;border-radius: 0.2rem 0 0 0.2rem;}
.p3_lb1 .con>img{}
.p3_lb1 .con .bt{font-size: 0.22rem;line-height: 0.44rem;height: 0.88rem;overflow: hidden;color: #fff;font-weight: bold;margin-bottom: 0.2rem;transition: 0.4s;}
.p3_lb1 .con .zy{font-size: 0.16rem;line-height: 0.36rem;color: #fff;height: 1.08rem;overflow: hidden;margin-bottom: 0.2rem;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.p3_lb1 .con .more{font-size: 12px;color: #fff;background: #4995d5;display: table;padding: 0.1rem 0.25rem;position: relative;border-radius: 100px;transition: 0.4s;}
.p3_lb1 .con .more::after{content: "";display: block;width: 100%;height: 100%;border-radius: 100px;background: #0d6ab9;top: -2px;left: -2px;z-index: 2;position: absolute;transition: 0.4s;}

.p3_lb1 .con .more span{position: relative;z-index: 3;margin-top: -2px;display: table;}
.p3_lb1 .img_out{width: 4.68rem;height: 6rem;position: relative;}
.p3_lb1 .img_out::after{content: "";display: block;width: 100%;height: 100%;background: rgba(255,255,255,0.18);border-radius: 0.6rem;position: absolute;top: 0;left: 0;z-index: 1;transition: 0.6s;}
.p3_lb1 .swiper-slide.swiper-slide-active .img_out::after{transform: rotate(13deg);}
.p3_lb1 .img_out .img{width: 100%;height: 100%;padding: 0;border-radius: 0.6rem;}


.p3_lb1 a:hover .con .bt{color: #ffcc00;}
.p3_lb1 a:hover .con .more{background: #ffcc00;}


.p3_more{width: 100%;clear: both;position: relative;display: flex;align-items: center;top: -1rem;margin-left: 2rem;position: relative;z-index: 5;}
.p3_more::before{content: "";display: block;width: 0.13rem;height: 0.13rem;background: url(../images23/part3_more_dot.png) no-repeat;margin-right: 0.16rem;}
.p3_more::after{width: 100rem;height: 1px;background: rgba(255,255,255, .3);top: 50%;right: 100%;content: "";display: block;position: absolute;}
.p3_more a{align-items: center; font-size: 0.16rem;color: #fff;text-align: center;border-radius: 5px;transition: 0.4s;display: flex;}
.p3_more a::after{width: 0.28rem;height: 0.28rem;background:#ebb816 url(../images23/sy_more_jt.png) center center;transition: 0.4s;background-size: 100%;content: "";display: block;margin-left: 0.1rem;}
.p3_more a:hover{box-shadow: none;}
.p3_more a:hover::after{background-position: 0.28rem 0;}



.p3_lb_kz{width: 9.04rem;height: 8.2rem;background: url(../images23/part3_right_bg.png) no-repeat center center;position: absolute;right: -0.9rem;top: -1.2rem;z-index: 1;display: flex;align-items: center;background-size: 100%;}
.p3_lb_kz ul{height: 7rem;position: relative;width: 100%;}
.p3_lb_kz ul li{position: absolute;top: 0;right: 0;cursor: pointer;transition: 0.4s;}
.p3_lb_kz ul li.li1{top: 0;right: 1.8rem;}
.p3_lb_kz ul li.li2{top: calc(25% - 0.45rem);right: 0.8rem;}
.p3_lb_kz ul li.li3{top: calc(50% - 0.45rem);right: 0.4rem;}
.p3_lb_kz ul li.li4{top: calc(75% - 0.45rem);right: 0.8rem;}
.p3_lb_kz ul li.li5{bottom: 0;right: 1.8rem;top: auto;}
.p3_lb_kz .img{display: flex;width: 0.9rem;height: 0.9rem;align-items: center;justify-content: center;padding: 0;border-radius: 50%;}

.p3_lb_kz ul li.on{transform: scale(1.5);}
.p3_lb_kz ul li::before{	position: absolute;	top: 0.05rem;left: 0.05rem;
	border-radius: 50%;width: calc(100% - 0.1rem);height: calc(100% - 0.1rem);
	content: '';
	display: block;

}
	.p3_lb_kz ul li.on::before {
		animation: sonarEffect 1.3s linear infinite;
	}

.p3_lb_kz ul li:after{	position: absolute;	top: -0.05rem;left: -0.05rem;
	border-radius: 50%;width: calc(100% + 0.1rem);height: calc(100% + 0.1rem);
	content: '';	
	display: block;
	display: none;
}
.p3_lb_kz ul li.on:after {
	animation: sonarEffect 1.3s linear infinite;
	animation-delay: 0.65s;
}




@keyframes sonarEffect {
	0% {
		opacity: .8
	}

	50% {
		opacity: .9;
		box-shadow: 0 0 0 2px rgba(255,255,255, .1), 0 0 5px 5px rgba(255,255,255, .1), 0 0 0 10px rgba(255,255,255, .1)
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255, .1), 0 0 5px 5px rgba(255,255,255, .18), 0 0 0 5px rgba(255,255,255, .18);
		transform: scale(1.25);
		opacity: 0
	}
}

/* 动画2 */


.part4{padding: calc(0.9rem + 2rem) 0 0.9rem;margin-top: -2rem;position: relative;z-index: 8;
}
.part4::after{content: "";display: block;width: 100%;height: 8.03rem;background: url(../images23/part4_bg.jpg) no-repeat top center;background-size:cover;position: absolute;top: 0;left: 0;z-index: 1;}
.part4>div{position: relative;z-index: 2;}


.p4_tit_right{position: absolute;right: 0;top: 0;}
.p4_tit_right ul{display: flex;}
.p4_tit_right ul li{margin-left: 0.5rem;border-radius: 50%;transition: 0.4s;}
.p4_tit_right ul li:hover{box-shadow: 0 0 0.1rem rgba(0,0,0,.5);}

.p4_main{display: flex;justify-content: space-between;}
.p4_left{width: 3.4rem;}
.p4_left a{display: block;width: 100%;}
.p4_left .img{padding: 0;height: 2.7rem;}
.p4_left .con{height: 2.6rem;background: #e39e09 url(../images23/part4_left_con_bg.png) no-repeat 0.1rem bottom;padding: 0.3rem;}
.p4_left .con .ly{font-size: 0.16rem;color: #fff;position: relative;padding-bottom: 0.1rem;margin-bottom: 0.1rem;}
.p4_left .con .ly::after{content: "";display: block;width: 0.5rem;height: 0.03rem;background: #fff000;position: absolute;bottom: 0;left: 0;}
.p4_left .con .ly img{margin-right: 0.1rem;}
.p4_left .con .bt{font-size: 0.18rem;font-weight: bold;line-height: 0.32rem;color: #fff;height: 0.96rem;overflow: hidden;}
.p4_left .con .xx{display: flex;justify-content: space-between;align-items: center;margin-top: 0.15rem;}
.p4_left .con .xx .sj{font-size: 0.14rem;color: #fff;font-family: Georgia;}
.p4_left .con .xx img{}


.p4_right{width: 10rem;display: flex;flex-direction: column;justify-content: space-between;}
.p4_right ul{display: flex;justify-content: space-between;}
.p4_right ul li{width: 3.75rem;}
.p4_right ul li+li{width: 6rem;}
.p4_right ul li a{display: block;position: relative;}
.p4_right ul li .img{height: 2.45rem;padding: 0;}
.p4_right ul li .con{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.35);display: flex;justify-content: center;align-items: center;z-index: 2;padding: 0 0.2rem;}
.p4_right ul li .con .bt{font-size: 0.18rem;line-height: 0.32rem;color: #fff;}
.p4_right ul li .con .ly{position: absolute;bottom: 0;right: 0;z-index: 4;display: flex;justify-content: center;background: #0cc174;align-items: center;font-size: 0.16rem;color: #fff;padding: 0.1rem 0.2rem 0.1rem;border-radius: 100px 0 0 100px;}
.p4_right ul li .con .ly img{margin-right: 0.1rem;}


.p4_right ul li .play{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 5;transition: 0.4s;}

.p4_right ul li a:hover .play{transform: rotateY(360deg);}



.part5{background: url(../images23/part5_bg.png) no-repeat top center;background-size: 100%;padding: calc(0rem + 2.2rem) 0 0.8rem;margin-top: -2.2rem;position: relative;z-index: 7;
overflow: hidden;
}

.part5>div .sy_tit.cen span::before{display: none;}


.p5_tit_zs{position: absolute;right: 0;top: 0.1rem;}

.p5_main{display: flex;justify-content: space-between;position: relative;}

.p5_main::before{content: "";display: block;width: 7.31rem;height: 5rem;background: url(../images23/part5_left_bg.png) no-repeat right center;background-size: cover;position: absolute;right: 9.28rem;top: -0.77rem;z-index: 1;border-radius: 0 3000px 3000px 0;}
.p5_left{width: 3.87rem;position: relative;z-index: 3;padding-top: 0.77rem;top: -0.77rem;}
.p5_left .sy_tit{}
.p5_left ul::after{content: "";display: block;width: 7.73rem;border-top: 1px dashed rgba(255,255,255, .38);position: absolute;top: 0;right: 0;}
.p5_left ul{position: relative;padding-top: 0.2rem;}
.p5_left ul li{margin-bottom: 0.1rem;transition: 0.4s;}
.p5_left ul li a{display: block;padding: 0.15rem 0.45rem 0.15rem 0.56rem;background: url(../images23/p5_left_ico.png) no-repeat 0.2rem center;font-size: 0.18rem;color: #fff;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.p5_left ul li:hover{background: #0d67ab;border-radius:0 100px 100px 0;}









.p5_right_lb{width: 7.85rem;padding-bottom: calc(0.6rem + 0.5rem);}
.p5_right_lb .swiper-slide{position: relative;}
.p5_right_lb .swiper-slide.swiper-slide-next{top: 0.5rem;}
.p5_right_lb a{display: block;position: relative;border-radius: 0.38rem 0 0.38rem 0;overflow: hidden;}
.p5_right_lb .img{padding: 0;height: 2.8rem;}
.p5_right_lb .con{position: absolute;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;margin: auto;display: flex;justify-content: center;align-items: center;padding: 0.2rem;background: rgba(13,103,171,0.8);
	transform: scale(0.6);opacity: 0;transition: 0.4s;z-index: 3;
}
.p5_right_lb .con p{font-size: 0.34rem;color: #fff;
}


.p5_right_lb .swiper-pagination{bottom: 0;width: 100%;}
.p5_right_lb .swiper-pagination span{width: 0.17rem;height: 0.17rem;background: url(../images23/part5_lb_dot.png) no-repeat center center;opacity: 1;margin: 0 0.06rem !important;}
.p5_right_lb .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images23/part5_lb_dot_on.png) no-repeat center center;background-size: 100% 100%;}



.p5_right_lb a:hover .con{transform: scale(1);opacity: 1;}


.p6_main{margin-top: 1rem;}

.p6_lb{padding-bottom: 0.6rem; position: relative;}
.p6_lb .swiper-slide{}
.p6_lb a{display: flex;justify-content: center;flex-wrap: wrap;}
.p6_lb .img_out{width: 100%;width: 100%;width: 0.89rem;height: 0.89rem;position: relative;}
.p6_lb .img_out::before{content: "";width: 100%;height: 100%;background: url(../images23/part6_li_bg1.png) no-repeat;display: block;background-size: 100%;position: absolute;top: 0;left: 0;
	transition: 0.9s;
}
.p6_lb .img_out::after{content: "";width: calc(100% + 0.08rem);height: calc(100% + 0.08rem);background: url(../images23/part6_li_bg2.png) no-repeat;display: block;background-size: 100%;position: absolute;top: -0.04rem;left: -0.04rem;transition: 0.9s;
opacity: 0;
}
.p6_lb .img_out img{width: 100%;}
.p6_lb .img_out .hui{transition: 0.4s;}
.p6_lb .img_out .lan{position: absolute;top: 0;left: 0;width: 100%;opacity: 0;transition: 0.4s;z-index: 3;}
.p6_lb p{color: #4d4d4d;font-size: 0.2rem;width: 100%;text-align: center;margin-top: 0.22rem;line-height: 0.3rem;transition: 0.4s;max-height: 0.6rem;overflow: hidden;}

.p6_lb a:hover .img_out .hui{opacity: 0;}
.p6_lb a:hover .img_out .lan{opacity: 1;}
.p6_lb a:hover .img_out::before{opacity: 0;transform: rotate(360deg);}
.p6_lb a:hover .img_out::after{opacity: 1;transform: rotate(360deg);}
.p6_lb a:hover p{color: #116bb7;font-weight: bold;}


.p6_lb .swiper-pagination{bottom: 0;width: 100%;}
.p6_lb .swiper-pagination span{width: 0.17rem;height: 0.17rem;background: url(../images23/part5_lb_dot.png) no-repeat center center;opacity: 1;margin: 0 0.06rem !important;}
.p6_lb .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images23/part5_lb_dot_on.png) no-repeat center center;background-size: 100% 100%;}






.bowen{display: flex;justify-content: center;align-items: center;position: relative;margin: 0 auto;cursor: pointer;z-index: 2;}

.bowen .bw{position: absolute;width: 1.3rem;height: 1.3rem;z-index: 1; border-radius: 50%;top: 0;left: 0;right: 0;bottom: 0;margin: auto; border: 1px dashed rgba(255,255,255,1);
    animation:yc_yyxt_dh 3s linear;animation-timing-function: linear;animation-iteration-count: infinite;}
.bowen .bw1{animation-delay:0s;
    -webkit-animation-delay:0s;}
.bowen .bw2{animation-delay:1s;
    -webkit-animation-delay:1s;}
.bowen .bw3{animation-delay:2s;
    -webkit-animation-delay:2s;}



	@keyframes yc_yyxt_dh {
		0% {width: 1.3rem;opacity: 1;height: 1.3rem;border: 1px dashed rgba(255,255,255,1);}
		100% {width: 2.6rem;opacity: 0;height: 2.6rem;border: 1px dashed rgba(255,255,255,0);}
	  }


	  .bowen:hover .con img{animation-play-state: paused;}


	  @media(max-width: 900px){
		.jz_btn{bottom: -6.5rem;}
	  }

.sy_bowen{position: absolute;bottom: 0;left: calc(50% - 60px);z-index: 10;}


.part7{background: url(../images23/part7_bg.jpg) no-repeat center center;background-size: cover;padding: 0.9rem 0 0;}
.p7_main{}
.p7_lb{display: flex;justify-content: space-between;padding: 2.3rem 0 0.9rem;margin-top: -1.5rem;}
.p7_lb .swiper-slide{position: relative;transition: 0.4s;}
/* .p7_lb .swiper-slide:nth-child(2n){top: -1.7rem;} */
.p7_lb .swiper-slide.swiper-slide-next{top: -1.7rem;}
.p7_lb .swiper-slide.next2{top: -1.7rem;}

.p7_lb .swiper-slide a{display: flex;flex-wrap: wrap;width: 100%;position: relative;justify-content: center;}
.p7_lb .swiper-slide .pic_out{width: 1.3rem;height: 1.3rem;display: flex;justify-content: center;align-items: center;border: 1px dashed rgba(255,255,255,1);border-radius: 50%;position: relative;}
.p7_lb .swiper-slide .pic_out .bowen{width: 2.6rem;height: 2.6rem;position: absolute;top: -0.65rem;left: -0.65rem;opacity: 0;transition: 0.4s;}
.p7_lb .swiper-slide .pic_out .pic{display: flex;justify-content: center;align-items: center;width: 1.13rem;height: 1.13rem;border-radius: 50%;background: rgba(255,255,255, .3);transition: 0.4s;}
.p7_lb .swiper-slide .pic_out .pic img{max-width: 90%;}
.p7_lb .swiper-slide .con{position: relative;z-index: 5;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;width: 100%;padding-top: 0.5rem;margin-top: 0.18rem;transition: .4s;}
.p7_lb .swiper-slide .con .bt{font-size: 0.18rem;color: #fff;text-align: center;width: 100%;position: absolute;top: 0;left: 0;transition: 0.4s;

	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */

}
.p7_lb .swiper-slide .con .sz{font-size: 0.6rem;color: #f0d8ac;text-align: center;width: 100%;transition: 0.4s;display: flex;justify-content: center;}
.p7_lb .swiper-slide .con .sz b{}

.p7_lb .swiper-slide a:hover .pic_out .bowen{opacity: 1;}
.p7_lb .swiper-slide a:hover .pic_out .pic{background: #2981dc;}


.p7_lb .swiper-slide a:hover .con{transform: scale(1.04) translate(0,0.18rem);}
.p7_lb .swiper-slide a:hover .con .bt{color: #ffd35c;}
.p7_lb .swiper-slide a:hover .con .sz{color: #fff;}

.part7 .sy_tit.cen span::before{display: none;}



.p7_lb .swiper-pagination{bottom: 0;width: 100%;}
.p7_lb .swiper-pagination span{width: 0.17rem;height: 0.17rem;background: url(../images23/part5_lb_dot.png) no-repeat center center;opacity: 1;margin: 0 0.06rem !important;}
.p7_lb .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images23/part5_lb_dot_on.png) no-repeat center center;background-size: 100% 100%;}








.part8{background: url(../images23/part8_bg.jpg) no-repeat center center;background-size: cover;padding: 0.9rem 0;}

.part8{}
.part8>div{display: flex;justify-content: space-between;}
.part8 .sy_tit{width: 0.86rem;float: left;display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: column;margin-bottom: 0;align-items: center;}
.part8 .sy_tit .zc{width: 100%;position: relative;}
.part8 .sy_tit .zc p{width: 0.38rem;}
.part8 .sy_tit .zc span{font-size: 0.16rem;position: absolute;top: 0.5rem;left: -0.5rem;display: block;padding-left: 0.47rem;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */

}
.part8 .sy_tit .zc span::after{content: "";display: block;width: 0.03rem;height: 0.38rem;background: #ebb816;position: absolute;top: -50%;left: 0.1rem;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
.part8 .sy_tit a{font-size: 0.14rem;color: #787878;width: 0.14rem; padding: 0; padding-bottom: 1.05rem;position: relative;box-shadow: none;}
.part8 .sy_tit a::after{content: "";display: block;width: 1px;height: 0.6rem;background: #d9e2eb;top: 0.65rem;left: 50%;position: absolute;}
.part8 .sy_tit a::before{width: 0.3rem;height: 0.3rem;border-radius: 50%;background: #ebb816 url(../images23/sy_more_jt.png) center center;position: absolute;bottom: 0;left: -0.1rem;content: "";display: block;transition: 0.4s;transform: rotate(90deg);}

.part8 .sy_tit a:hover::before{background-position: 0.3rem 0;}


.p8_main{position: relative;}
.p8_lb{display: flex;width: 12.6rem;justify-content: space-between;}
.p8_main .swiper-slide{width: 23%;}
.p8_main .swiper-slide a{display: block;transition: 0.4s;}
.p8_main .swiper-slide .img_out{padding: 0.03rem;transition: 0.4s;}
.p8_main .swiper-slide .img_out .img{padding-bottom: 0;height: 4.45rem;}

.p8_main .swiper-slide a:hover .img_out{background: #fff;}
.p8_main .swiper-slide a:hover{box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);}



.p8_lb_jt{position: absolute;top: 50%;width: calc(100% + 1.04rem);left: -0.52rem;z-index: 3;}
.p8_lb_jt>div{width: 0.32rem;height: 0.32rem;background: #bdbdbd url(../images23/part2_lb_jt_prev.png) center center;left: 0;top: 0;border-radius: 50%;transition: 0.4s;background-size: 100% !important;cursor: pointer;}
.p8_lb_jt>div::after{display: none;right: 0;}
.p8_lb_jt>div.swiper-button-next{right: 0;left: auto;background: #bdbdbd url(../images23/part2_lb_jt_next.png) center center;}




.p8_lb_jt>div.swiper-button-prev:hover{background: #ebb816 url(../images23/part2_lb_jt_prev.png) center center;}
.p8_lb_jt>div.swiper-button-next:hover{background: #ebb816 url(../images23/part2_lb_jt_next.png) center center;}







.foot{padding: 0rem 0 0rem;background: url(../images23/foot_bg.jpg) no-repeat center center;background-size: cover;position: relative;z-index: 10;}

.foot_main{display: flex;justify-content: space-between;align-items: center;padding: 0.5rem 0;}
.foot_logo{}
.foot_logo img{max-width: 100%;}

.foot .line{width: 1px;height: 1.4rem;background: rgba(255,255,255,0.3);}

.foot_cen{position: relative;}
.foot_cen p::after{content: "";display: block;height: 0.3rem;position: absolute;top: 0.23rem;left: 0.08rem;border-left: 1px dashed rgba(255,255,255,0.6);}
.foot_cen p{font-size: 0.14rem;color: rgba(255,255,255,0.8);padding-left: 36px;min-height: 21px;margin-bottom: .2rem;position: relative;}
.foot_cen p.p1{background: url(../images23/foot_cen_ico1.png) no-repeat left 0;}
.foot_cen p.p2{background: url(../images23/foot_cen_ico2.png) no-repeat left 0;}
.foot_cen p.p3{background: url(../images23/foot_cen_ico3.png) no-repeat left 0;margin-bottom: 0;}
.foot_cen p.p3::after{display: none;}


.foot_right{}
.foot_right .fx_ul{display: flex;}
.foot_right .fx_ul li{margin-left: 0.27rem;}
.foot_right .fx_ul li a{display: block;position: relative;}
.foot_right .fx_ul li .ewm{display: none;}
.foot_right .fx_ul li .ewm img{width: 1.5rem;}
.foot_right .fx_ul li .pic{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;border-radius: 100%;background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(255, 255, 255, 0.3);transition: 0.4s;}
.foot_right .fx_ul li .pic img{max-width: 100%;}

.foot_right .fx_ul li a:hover .ewm{display: block;position: absolute;bottom: calc(100% + 0.2rem);left: calc(50% - 0.75rem);}
.foot_right .fx_ul li a:hover .pic{background: #0a68bb;}


.foot .bq{padding: 0.2rem 0;border-top: 1px solid rgba(255,255,255,0.2);}
.foot .bq p{color: #fff;font-size: 0.14rem;text-align: center;line-height: 0.22rem;}






@media(max-width: 1800px){

	.w1740{width: 95%;}

}


@media(max-width: 1650px){



    .w1620{width: 95%;}
	.head_bottom{width: 95%;}
}

@media(max-width: 1600px){
	.p3_lb_kz{right: -0.4rem;}
	.p4_left{width: 4.3rem;}
}


@media(max-width: 1420px){
  .w1400{width: 95%;}

}


@media(max-width: 1400px){


}
@media(max-width: 1200px){
	.p3_lb_kz{right: -0.3rem;}
	#header{height: 80px;}
	.p4_left{width: 4.8rem;}
}
@media(max-width: 1024px){
	#m_header #logo{height: 100%;}
	.m_header_box header{padding: 0 2.5%;}
	.p1_lb .swiper-slide .img{height: auto;padding-bottom: 48%;}
	.p2_lb .swiper-slide.swiper-slide-next{top: 0;}

	.body_main{position: relative;padding-top: 0;}
	.part2{border-radius: 0 0 0.5rem 0;padding-top: 0.3rem;}
.part2 .sy_tit span{padding-left: 0.3rem;}
.part2 .sy_tit .zc{margin-right: 0.15rem;}
.part2 .sy_tit span{font-size: 12px;}

.part2 .sy_tit p{font-size: 0.2rem;padding-bottom: 0.05rem;}
.part2 .sy_tit span::after{width: 0.25rem;}
.part2 .sy_tit a::after{width: 0.2rem;height: 0.2rem;}
.part2 .sy_tit a:hover::after {
    background-position: 0.2rem 0;
}

.part2 .sy_tit a{font-size: 0.14rem;}


.p3_lb_kz{position: relative;height: auto;background: none;top: 0;left: 0;right: auto;width: 100%;}
.p3_lb_kz ul{display: flex;justify-content: center;height: auto;}
.p3_lb_kz ul li{position: relative;display: table;left: auto !important;top: auto;margin-bottom: 0;right: auto !important;margin: 0 0.3rem;}
.p3_lb1{width: 100%;margin-left: 0;padding-left: 0;}
.p3_lb1 .img_out {
    width: 2.68rem;
    height: 4rem;}
	.p3_lb1 .con{    width: calc(100% - 2.68rem);}
	.p3_more{margin-top: 0.2rem;top: 0;}
	.p3_lb_kz .img{width: 0.8rem;height: 0.8rem;}

	.p3_lb_kz ul li.on {
		transform: scale(1);
	}
	.part3{    padding: calc(0.3rem + 2rem) 0 0.3rem;}
	.p3_lb1 .con .bt{font-size: 0.2rem;line-height: 0.3rem;height: 0.6rem;overflow: hidden;}
	.p3_lb1 .con .zy{font-size: 0.14rem;line-height: 0.24rem;height: 0.72rem;}

	.part3 .sy_tit{width: 1.6rem;height: 0.4rem;margin: 0 auto 0.2rem;}
	.part3 .sy_tit .zc{bottom: 0;}
	.part3 .sy_tit p{font-size: 0.2rem;padding-bottom: 0.1rem;}
	.part3 .sy_tit span{font-size: 12px;}


	.foot_lj ul li a{margin-top: 0.1rem;}
	#header #logo .box_table{width: 100%;}
	#header #logo{width: 35%;}


	.p1_lb .swiper-slide a::after{display: none;}
	.p1_lb{height: auto;}
	.p1_lb .swiper-wrapper{height: auto;}
	.p1_lb .swiper-slide{height: auto;}
	.p1_lb .swiper-slide a{height: auto;}

	.part1{margin-top: 60px;height:auto;}
	.header_box{display: none;}
	.m_header_box{display: block;}
	.firstScreen{height: auto;}
	.index_body{overflow-x: auto;}
	.body_main{position: relative;overflow: hidden;}

	.sy_bowen{display: none;}
	.p1_jt_box{zoom:0.7;}

	.sy_tit{margin-bottom: 0.3rem;}
	.sy_tit p{font-size: 0.24rem;padding-bottom: 0.15rem;margin: 0;}
	.sy_tit .pic{text-align: left;}
	.sy_tit.cen .zc{}
	.sy_tit.cen p{width: 100%;}


	.p2_list li{width: 47%;margin-bottom: 0.2rem;}

	.p2_lb .con .sj p{font-size: 0.22rem;margin-bottom: 0.05rem;}


	.part4{padding: calc(0.3rem + 2rem) 0 0.3rem;}
	.p4_tit_right ul li img{width: 0.3rem;}
	.p4_tit_right ul li{margin-left: 0.1rem;}
	.part4 .sy_tit.cen span::before{display: none;}
	.sy_tit.cen span{padding: 0;}

	.p4_left .con .ly img{width: 0.2rem;}

	.p4_left{width: 28%;}
	.p4_right{width: 69%;}
	.p4_left .con .bt{font-size: 0.16rem;line-height: 0.24rem;height: 0.72rem;}
	.p4_left .con{padding: 0.15rem;height: 2rem;}
	.p4_left .img{height: 2.2rem;}
	.p4_right ul li{width: 36%;}
	.p4_right ul li+li{width: 60%;}
	.p4_right ul li .img{height: 1.98rem;}
	.p4_right ul li .con .bt{font-size: 0.16rem;line-height: 0.24rem;max-height: 0.72rem;overflow: hidden;}
	.p4_right ul li .con .ly{font-size: 12px;padding: 0.06rem 0.12rem;}
	.p2_lb{padding-bottom: 0.2rem;}
	.p4_left .con .ly{font-size: 12px;padding: 0.06rem 0.12rem;}
	.p4_right ul li .con .ly img{width: 0.2rem;}

	.part5{padding-bottom: 0.3rem;}
	.p5_left{width: 34%;}
    .p5_right{width: 58%;}
	.p5_right_lb{width: 100%;}
	.part4::after{height: 6rem;}
	.p5_main::before {background-size: auto 100%;
		height: 4.7rem;
		right: 60%;
	}

	.p6_lb{padding-bottom: 0.3rem;}
	.p6_lb p{font-size: 0.16rem;margin-top: 0.1rem;line-height: 0.24rem;}


	.part7{padding: 0.3rem 0 0;}
	.p7_lb{flex-wrap: wrap;justify-content: center;padding: 1.5rem 0 0.1rem;
		margin-top: -1.5rem;}
	.p7_lb .swiper-slide{width: 33.33%;top: 0 !important;margin-bottom: 0.3rem;}
	.p7_lb .swiper-slide a{zoom: 0.6;margin: 0 auto;}
	.p7_lb .swiper-slide a:hover .con {
		transform: none;
	}
	.p7_lb .swiper-slide .con{padding-top: 0.3rem;}

	.part8 .sy_tit{width: 0.4rem;}
	.p8_main{width: calc(100% - 0.5rem);}
	.p8_lb{width: 100%;flex-wrap: wrap;}
	.p8_main .swiper-slide{width: 24%;}
	.p8_main .swiper-slide .img_out .img{height: auto;padding-bottom: 159%;}
	.part8 .sy_tit .zc p{text-align: center;}
	.part8{padding: 0.3rem 0;}

	.p7_lb .swiper-slide .con .bt{font-size: 0.24rem;line-height: 0.3rem;width: 4rem;
		left: calc(50% - 2rem);}


	.foot_main{flex-wrap: wrap;flex-direction: column;}
	.foot .line{display: none;}

	.foot_main{padding: 0.3rem 0;}
	.foot_logo{margin-bottom: 0.2rem;}
	.foot_cen{margin-bottom: 0.2rem;}
	.foot_cen p::after{display: none;}
	.foot_cen p{margin-bottom: 0.1rem;line-height: 0.2rem;}
	.foot .bq p{padding: 0 0.2rem;}

	.fhdb{bottom: 1rem;}
	.foot .bq {padding: 0.1rem 0;}

}
@media(max-width: 950px){
	.p3_lb_kz .img{width: 0.6rem;height: 0.6rem;}

	.p2_box2 .p2_list li+li+li+li+li+li+li+li+li+li+li{display: none;}

}
@media(max-width: 800px){
	.p3_lb1 a{flex-wrap: wrap;flex-direction: column-reverse;}
	.p3_lb1 .con{width: 100%;margin-top: 0.3rem;padding: 0.3rem;border-radius: 0.2rem;}
	.p3_lb1{padding: 0;margin: 0;float: none;}
	.p3_lb_kz{margin-top: 0.2rem;}
	.part3{border-radius: 0 0 0rem 0.5rem;}


	.p2_list li{width: 100%;}
	.p2_list li .sj{width: 0.6rem;height: 0.61rem;padding-top: 0;}
	.p2_list li .sj p{margin-bottom: 0;}
	.p2_list li .con{width: calc(100% - 0.75rem);}
	.p2_list li .con p{font-size: 0.16rem;}
	.part3 .sy_tit{margin-bottom: 0.2rem;}





	.p4_left{width: 100%;margin-bottom: 0.1rem;}
	.p4_main{flex-wrap: wrap;}
	.p4_right{width: 100%;}
	.p4_left .img{height: auto;padding-bottom: 60%;}
	.p4_right ul{margin-bottom: 0.1rem;}
	.p4_right ul li {width: 38.5%;}
	.p4_right ul li .play{width: 0.4rem;}

	.p5_left{width: 52%;padding-top: 1rem;}
    .p5_right{width: 30%;}
	.p5_right_lb{padding-bottom: 0.4rem;}
	.p5_main::before {height: 3.4rem;top: -0.2rem;right: 34%;}
	.p6_main{margin-top: 0.1rem;}
	.p5_right_lb .img{height: auto;padding-bottom: 130%;}







}
@media(max-width: 700px){

}

@media(max-width: 650px){
	.p2_box2 .p2_list li+li+li+li+li+li+li+li+li+li{display: none;}
	.p2_box2{padding-bottom: 0;}

	.p3_lb1 .con{padding: 0.15rem;}

	.p3_lb_kz .img{width: 0.4rem;height: 0.4rem;}
	.p3_lb_kz ul li{margin: 0 0.1rem;}
	.p3_lb1 .con .bt{font-size: 0.16rem;line-height: 0.24rem;height: 0.48rem;margin-top: 0.08rem;margin-bottom: 0.1rem;}
	.p3_lb1 .img_out{width: 60%;height: auto;}
	.p3_lb1 .img_out .img{width: 100%;height: auto;padding-bottom: 135%;border-radius: 0.3rem;}
	.p3_more{margin-left: 1rem;}
	
	.p4_left .con{height: auto;}
	.p4_left .con .bt{max-height: 0.72rem;height: auto;}

	.p2_lb{padding: 0;margin: 0;}
	.p2_lb .con .bt{font-size: 0.16rem;line-height: 0.26rem;height: 0.52rem;width: calc(100% - 0.75rem);}
	.p2_lb .con {padding: 0.1rem 0;}
	.p2_lb .con .sj{padding-left: 0.05rem;width: 0.6rem;}

	.p4_right ul li .img{height: 1.2rem;}

	.p4_right ul{flex-wrap: wrap;}
	.p4_right ul li{width: 100% !important;margin-bottom: 0.1rem;}
	.p4_right ul li .img{height: auto;padding-bottom: 60%;}

	.p5_right_lb .swiper-slide{top: 0 !important;}
	.p5_main{flex-wrap: wrap;}
	.p5_main>div{width: 100% !important;}

	.part4 .sy_tit.cen .zc{float: left;}
	.p4_right ul li .con{padding: 0 0.1rem;}
	.p4_right ul li .con .bt{height: 0.48rem;}
	.p4_right ul{margin-bottom: 0;}


	.p5_main{flex-direction: column-reverse;}
	.p5_main::before{top: auto;bottom: 0;right: -0.3rem;border-radius: 0;height: 3.7rem;}
	.p5_left{top: 0;padding-top: 0.2rem;padding-bottom: 0.3rem;margin-top: 0.3rem;}
	.p5_left ul li{margin-bottom: 0;}
	.p5_left ul li a{font-size: 0.16rem;}
	.p5_left .sy_tit{margin-bottom: 0.2rem;}
    .p5_left .sy_tit .zc{float: none;}
	.p5_left ul li a {padding: 0.15rem 0.2rem 0.15rem 0.56rem;}


	.p6_main {
		margin-top: 0.3rem;
	}
	.p6_lb .img_out{width: 0.7rem;height: 0.7rem;}

	.p8_main .swiper-slide{width: 48%;margin-bottom: 0.15rem;}

	.part8 .sy_tit .zc span{left: -0.4rem;}
	.part8 .sy_tit .zc p{text-align: right;}


	.p7_lb .swiper-slide .con{padding-top: 0;}
	.p7_lb .swiper-slide .con .bt{font-size: 0.24rem;line-height: 0.3rem;width: 100%;left: auto;overflow: inherit;text-overflow: unset;white-space:unset;position: relative;margin-bottom: 0.2rem;line-height: 0.3rem;}
	.p7_lb .swiper-slide .con .sz {font-size: 0.5rem;}

	.p7_lb .swiper-slide .pic_out{transform: scale(0.7);}

	.p7_lb .swiper-slide .con{margin-top: 0;}
	.p7_lb .swiper-slide .con .bt{width: 100%;line-height: 0.3rem;margin-bottom: 0.1rem;}

	.p7_lb .swiper-slide{margin-bottom: 0rem;}

	.part7{padding: 0.3rem 0;}

}




@font-face {
	font-family: sys_bd;
	src: url(../font23/SOURCEHANSERIFSC-BOLD.OTF);
}
@font-face {
	font-family: sys;
	src: url(../font23/SOURCEHANSERIFSC-REGULAR.OTF);
} 
@font-face {
	font-family: sys_hv;
	src: url(../font23/SOURCEHANSERIFSC-HEAVY.OTF);
} 


@font-face {
	font-family: georgia;
	src: url(../font23/georgia.ttf);
}
@font-face {
	font-family: georgiab;
	src: url(../font23/georgiab.ttf);
}






.p5_left_lb{overflow: hidden;}
.p5_left_lb .swiper-slide{}
.p5_left_lb .swiper-slide a{display: block;}
.p5_left_lb .swiper-slide .img{width: 1.7rem;height: 1.7rem;border-radius: 50%;border: 0.03rem solid rgba(255,255,255,0);transition: 0.4s;margin: 0 auto;padding: 0;}
.p5_left_lb .swiper-slide .con{padding-top: 0.2rem;}
.p5_left_lb .swiper-slide .con p{font-size: 0.18rem;color: #fbfbf1;text-align: center;line-height: 0.2rem;margin-bottom: 0.15rem;}
.p5_left_lb .swiper-slide .con p.zy{font-size: 0.14rem;line-height: 0.2rem;height: 0.4rem;overflow: hidden;padding: 0 0.1rem;}

.p5_left_lb .swiper-slide a:hover .img{border: 0.03rem solid rgba(255,255,255,1);}

.p5_left .sy_tit .swiper-pagination{position: absolute;right: 0;bottom: 0;}

.p5_left_line{width: calc(100% + 10rem);border-bottom: 1px dashed rgba(255,255,255,0.38);position: absolute;right: 0;bottom: -0.2rem;}

.p5_left .sy_tit .swiper-pagination span{width: 0.17rem;height: 0.17rem;background: url(../images23/z_p5_left_lb_dot.png) no-repeat center center;opacity: 1;margin: 0 0.06rem !important;}
.p5_left .sy_tit .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images23/part5_lb_dot_on.png) no-repeat center center;background-size: 100% 100%;}


@media(max-width: 1024px){

	.p5_left_lb .swiper-slide .img{width: 1.2rem;height: 1.2rem;}


}
@media(max-width: 650px){
	.p5_left_line{bottom: -0.1rem;}
}




.part_top{display: flex;justify-content: space-between;background: #fff;margin-bottom: 0.7rem;}
.part_top .left{width: 55.7%;display: flex;align-items: center;position: relative;padding: 0.25rem 0;}
.part_top .right{width: 44.3%;display: flex;align-items: center;position: relative;padding-left: 0.3rem;top: -0.18rem;}
.part_top .x_tit{width: 1.8rem;position: relative;z-index: 3;}
.part_top .x_tit img{width: 0.42rem;margin-right: 0.1rem;}
.part_top .x_tit p{font-size: 0.24rem;color: #000000;font-weight: bold;}

.part_top .swiper{width: calc(100% - 1.7rem);margin-bottom: 0.06rem;position: relative;z-index: 3;padding-right: 0.7rem;
	height: 0.24rem;
}


.part_top .swiper .swiper-slide{}
.part_top .swiper .swiper-slide a{display: block;}
.part_top .swiper .swiper-slide p{font-size: 0.2rem;color: #bb0e0e;line-height: 0.24rem;font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


.part_top .right .x_tit{width: 2rem;}
.part_top .right .part_top_lb2{width: calc(100% - 2rem);}


.part_top .left::after{    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ebebeb;
    width: calc(100% + 15.6rem);
    transform: skewX(-30deg);z-index: 1;}

.part_top .right::after{    content: '';
	position: absolute;
	top: 0;
	left: 0.1rem;
	bottom: 0;
	background: #ffffff;
	width: calc(100% + 15.6rem);
	height: 100%;
	transform: skewX(-30deg);z-index: 1;
    box-shadow: 0.02rem 0.08rem 0.5rem rgba(0,0,0,.1);
	border-bottom: 1px dashed #f4f4f4;
}

.part_top_jt{position: absolute;width: 0.4rem;display: flex;justify-content: space-between;right: 0.3rem;top: 0rem;align-items: center;}

.part_top .swiper.part_top_lb2 .part_top_jt{right: 0;}

.part_top_jt>div{position: relative;background: none;left: auto;top: auto;right: auto;width: auto;height: auto;}
.part_top_jt>div::after{content: "";display: block;width: 0.1rem;height: 0.18rem;background: url(../images23/z_n_lb_jt_prev.png) no-repeat center center;background-size: 100% 100% !important;}
.part_top_jt>div.swiper-button-next::after{content: "";background: url(../images23/z_n_lb_jt_next.png) no-repeat center center;}


.part_top_jt .line{display: block;width: 1px;height: 0.14rem;background: #868686;}
.part_top_jt .line::after{display: none;}

@media(max-width: 1024px){
	.part_top{flex-wrap: wrap;background: none;}
	.part_top>div{width: 100% !important;padding: 0.1rem 0 !important;}
	.part_top .left::after{display: none;}
	.part_top .right::after{display: none;}

	.part_top_jt{right: 0;}
	.part_top .right{padding-left: 0;top: 0;border-top: 1px solid #cacaca;}
	.part_top .swiper{padding-right: 0.6rem;}
}

@media(max-width: 650px){
	.part_top .x_tit img{width: 0.2rem;}
	.part_top .x_tit p{font-size: 0.14rem;}
	.part_top .x_tit{width: 1rem;}
	.part_top .swiper .swiper-slide p{font-size: 0.14rem;}
	.part_top .swiper{width: calc(100% - 1rem);margin-bottom: 0.02rem;padding-right: 0.4rem;}
	.part_top .right .part_top_lb2{width: calc(100% - 1.15rem);}
	.part_top .right .x_tit{width: 1.15rem;}

	.part_top{margin-bottom: 0.15rem;}

	.part2{padding-top: 0.1rem;}
}




/* 首页样式结束 */