@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	
	font-family:SUIT,Microsoft YaHei,Arial, Helvetica, sans-serif;
	margin:auto
}

@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family:SUIT;
	src: url('../font/SUIT-VARIABLE.TTF'),
	url('../font/SUIT-VARIABLE.TTF'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#DA2122;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@keyframes dbxg{

  0% {
	transform: scale(0.5);  
  }
  
   100% {
	transform: scale(1.0);  
  }
}
@keyframes myrotecircle{

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  25% {

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transform: rotate(90deg);

  }

  50% {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

  }

  75% {

    -webkit-transform: rotate(270deg);

    -moz-transform: rotate(270deg);

    -ms-transform: rotate(270deg);

    -o-transform: rotate(270deg);

    transform: rotate(270deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}


.header.yanse a{
	color: #fff;
}
.header.yanse a i{
	color: #fff;
}
.header.yanse .cur{
	color: #FFFFFF;
}
.header.yanse .zyw a{
	color:#FFF;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}



@media (min-width:1000px) {

.main{
	width: auto;
	margin:auto;
	max-width:1440px;
	padding:0 15px;
}
.main.ny{
	width: auto;
	margin:auto;
	max-width:1200px;
	padding:0 15px;
}
.header{
	width: 100%;
	position: fixed;
	height: 72px;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 8.33vw;
	transition: all 0.6s;
}
.header .logo{
	width: auto;
	height: 72px;
	max-width: 9.236%;
	display: flex;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
}
.header .innav{
	width: auto;
	height: 72px;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 72px;
}
.header .innav ul li{
	width: auto;
	text-align: center;
	font-size: 16px;
	height: 72px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	position: relative;
	margin-left:0.5vw;
	margin-right:0.5vw;
	font-weight:bold;
}
.header .innav ul li a{
	padding:5px 15px;
	white-space: nowrap;
	border-radius:8px;
	align-items: center;
	display: flex;
}
.header .innav ul li a.jt::after{
	width:10px;
	height:20px;
	content:'';
	background-image:url(../img/xjt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:10px;
}
.header .innav ul li:last-child a{
	margin-right: 0px;
}
.header.yanse .innav ul li a.cur{
	background-color:#fff;
	color:#000;
}
.header.yanse .innav ul li a:hover{
	background-color:#fff;
	color:#000;
}
.header.yanse .innav ul li:hover a{
	background-color:#fff;
	color:#000;
}
.header.yanse .innav ul li:hover .xiala a{
	background-color:transparent;
}
.header.yanse.yanse01 .innav ul li a.cur{
	background-color:rgba(255,255,255,0.1);
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li a:hover{
	background-color:rgba(255,255,255,0.1);
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li:hover a{
	background-color:rgba(255,255,255,0.1);
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li:hover .xiala a{
	background-color:transparent;
}
.header.yanse{
	background-color: #000;
	top:0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	top:20px;
	border-bottom:0px;
}

.header .innav ul li .xiala{
	width:200px;
	position:absolute;
	top:72px;
	left:-15px;
	background-color:rgba(0,0,0,0.3);

	opacity:0;
	visibility:hidden;
	padding:20px;
	color:#FFF;
	font-size:14px;
	line-height:40px;
	text-align:center;
}
.header .innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.header.yanse .innav ul li .xiala a{
	color:#FFF;
}

.inr{
	width:auto;
	align-items: center;
	display: flex;
	position:relative;
}
.header.yanse .zyw{
	border:1px solid #999999;
}
.header.yanse .zyw a{
	color:#999;
}
.header.yanse.yanse01 .zyw{
	border:1px solid #FFF;
}
.header.yanse.yanse01 .zyw a{
	color:#fff;
}
.info{
	width:auto;
	margin-right:10px;
}
.info a{
	width: 110px;
	height: 40px;
	border:1px solid #FFF;
	border-radius: 40px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}
.header.yanse .info a{
	color:#fff;
}

.zyw{
	width: 40px;
	height: 40px;
	border:1px solid #FFF;
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.zyw a{
	color:#FFF;
}

.chax{
	right:0; 
	top:80px;
	position: absolute;
	width:300px; 
	z-index:99999;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　.aa{
	display: flex;
	width:363px;
	height:44px;
	background-color:#FFF;
	border-radius:4px;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 44px;
	line-height: 44px;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background-color:#000;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}

.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}
.index01{
	width:100%;
	height:950px;
	float:left;
	background: radial-gradient(50% 50% at 50% 50%, #545454 0%, #000000 100%);
	position:relative;
	text-align:center;
	color:#FFF;
}
.index01 h1{
	margin-top:165px;
	font-size:64px;
	line-height:96px;
}
.index01 h2{
	font-size:128px;
	line-height:130px;
	text-transform:uppercase;
}
.index01 .pic{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:11;
	text-align:center;
	display:flex;
	justify-content: center;
}
.index01 .pic img{
	max-width:100%;
}
.intit{
	width:100%;
	float:left;
	margin-top:140px;
	display:flex;
	justify-content: center;
	text-align:center;
}
.intit .a01{
	/*width:100%;*/
}
.intit .a01 dl dt{
	font-size:46px;
	line-height:72px;
	font-weight:bold;
}
.intit .a01 dl dd{
	font-size:16px;
	line-height:28px;
	margin-top:20px;
	color:#666;
}
.intit .a01 .more{
	display:flex;
	justify-content: center;
	margin-top:40px;
}
.intit .a01 .more a{
	width:210px;
	height:57px;
	line-height:57px;
	text-align:center;
	font-size:20px;
	background-color:#000;
	color:#FFF;
	border-radius:50px;
	font-weight:bold;
}
.index02{
	width:100%;
	float:left;
	margin-top:100px;
}
.index02 ul li{
	width:249px;
	float:left;
	margin-right:30px;
}
.index02 ul li img{
	width:100%;
	height:auto;
	display:block;
}
#tpgd {
	overflow:hidden;
	width: 100%; 
} 
#intpgd {
	float: left;
	width: 1800%; 
} 
#tpgd1 {
	float: left; 
} 
#tpgd2 {
	float: left; 
} 

.index03{
	width:100%;
	float:left;
	margin-top:140px;
	height:950px;
	background-image:url(../img/b01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	justify-content: center;
	align-items: center;
}
.section .a01{
	width:100%;
	position:absolute;
	left:0;
	top:30%;
	z-index:99999;
}
.intit2{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
	text-align:center;
	color:#FFF;
}
.intit2 .a02{
	width:74%;
}
.intit2 .a02 dl dt{
	font-size:46px;
	line-height:72px;
	font-weight:bold;
}
.intit2 .a02 dl dd{
	font-size:16px;
	line-height:28px;
	margin-top:20px;
}
.innum{
	width:100%;
	float:left;
	margin-top:70px;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
	text-align:center;
	color:#FFF;
	min-width:200px;
}
.innum ul li dl dt{
	font-size:64px;
	line-height:80px;
	font-weight:bold;
}
.innum ul li dl dd{
	font-size:14px;
	line-height:28px;
}
.inwrap{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	padding:140px 0;
}

.intit3{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
	text-align:center;
}
.intit3 .a01{
	width:100%;
}
.intit3 .a01 dl dt{
	font-size:40px;
	line-height:60px;
	font-weight:bold;
}
.intit3 .a01 .more{
	display:flex;
	justify-content: center;
	margin-top:40px;
}
.intit3 .a01 .more a{
	width:210px;
	height:57px;
	line-height:57px;
	text-align:center;
	font-size:20px;
	background-color:#000;
	color:#FFF;
	border-radius:50px;
	font-weight:bold;
}
.inpro{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro01{
	width:32.25%;
	padding:50px 40px;
	background-color:#FFF;
	margin-top:20px;
}

.inmore{
	display:flex;
	margin-top:40px;
}
.inmore a{
	width:210px;
	height:57px;
	line-height:57px;
	text-align:center;
	font-size:20px;
	background-color:#000;
	color:#FFF;
	border-radius:50px;
	font-weight:bold;
}

.index04{
	width:100%;
	float:left;
	padding:140px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index04 .pic{
	width:47.833%;
	overflow:hidden;
}
.index04 .pic img{
	max-width:100%;
	height:auto;
}
.index04 .tex{
	width:44.416%;
	font-size:16px;
	line-height:28px;
	color:#666;
}
.index04 .tex h1{
	font-size:40px;
	line-height:60px;
	color:#333;
}
.inwrap2{
	width:100%;
	float:left;
	padding-top:100px;
	background-color:#F2F2F2;
}
.index05{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index05 .pic{
	width:50%;
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.index05 .pic img{
	max-width:100%;
}
.index05 .tex{
	width:45.333%;
}
.index05 .tex h1{
	font-size:25px;
	line-height:38px;
	margin-bottom:30px;
}
.index05 .tex dl dt{
	font-size:32px;
	line-height:48px;
	font-weight:bold;
}
.index05 .tex dl dd{
	font-size:12px;
	line-height:20px;
	margin-bottom:30px;
}
.index05 .tex ul li{
	width:100%;
	float:left;
	padding-bottom:20px;
	border-bottom:1px solid #000000;
	margin-top:40px;
}
.index05 .tex ul.tc li{
	margin-top:30px;
}
.index05 .tex ul li:last-child{
	margin-top:70px;
	border-bottom:0px;
	padding-bottom:0px;
}
.bk{
	width:100%;
	border:0px;
	font-size:14px;
	color:#666;
	font-family: SUIT;
	outline:none;
	line-height:24px;
	background-color:transparent;
}
.anniu{
	width:214px;
	height:57px;
	line-height:57px;
	text-align:center;
	background-color:#000;
	border:0px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	border-radius:50px;
}
.foot{
	width:100%;
	float:left;
	padding-top:100px;
	background-color:#000;
}
.dblogo{
	width:100%;
	float:left;
	text-align:center;
}
.foot01{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 dl dt{
	font-size:16px;
	line-height:20px;
	color:#FFF;
	text-transform:uppercase;
}
.foot01 dl dt a{
	color:#FFF;
}
.foot01 dl dd{
	margin-top:15px;
	font-size:14px;
	color:#BDBDBD;
	line-height:18px;
}
.foot01 dl dd a{
	color:#BDBDBD;
}
.foot01 dl dd a:hover{
	color:#FFF;
}
.foot01 dl dd.mart25{
	margin-top:25px;
}
.foot02{
	width:100%;
	margin-top:45px;
	float:left;
	text-align:center;
	color:#FFF;
}
.foot02 h1{
	font-size:20px;
	line-height:36px;
}
.foot02 ul{
	display: flex;
	justify-content: center;
	margin-top:15px;
}
.foot02 ul li{
	width:auto;
	margin-left:10px;
	margin-right:10px;
	display:flex;
}
.foot03{
	width:100%;
	float:left;
	margin-top:35px;
	padding:35px 0;
	border-top:1px solid rgba(255,255,255,0.20);
	font-size:12px;
	text-align:center;
	color:rgba(255,255,255,0.60);
}

.weizi{
	width:100%;
	float:left;
	margin-top:172px;
	font-size:14px;
	color:#666;
}
.weizi b{
	font-family:'宋体';
	margin-left:10px;
	margin-right:10px;
}
.nycon{
	width:100%;
	float:left;
	margin-top:60px;
}
.nycon-l{
	width:19.2361%;
	float:left;
	overflow:hidden;
}
.zlm{
	width:100%;
	float:left;
}
.zlm dl dt{
	font-size:20px;
	line-height:25px;
	font-weight:bold;
}
.zlm dl dd{
	margin-top:15px;
	font-size:16px;
	line-height:20px;
}
.zlm dl dd.mart30{
	margin-top:30px;
}
.fil{
	width:100%;
	float:left;
	margin-top:70px;
	border-bottom:1px solid #000;
	padding-bottom:30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fil b{
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
}
.fil div{
	display: flex;
	align-items: center;
	font-size:14px;
}
.fil div img{
	margin-left:10px;
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	padding:30px 0;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid #BDBDBD;
	font-size:20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
}
.subNav::after{
	width:16px;
	height:16px;
	content:'';
	background-image:url(../img/jiah.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.currentDd{
	border-bottom:0px solid rgba(0,0,0,0.10);
	padding-bottom:15px;
}
.currentDd::after{
	background-image:url(../img/jianh.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	font-size:14px;
	border-bottom:1px solid #BDBDBD;
	padding-bottom:30px;
}
.navContent dl dd{
	display: flex;
	align-items: center;
	margin-top:15px;
}
.navContent dl dd input{
	margin-right:20px;
}
.nycon-r{
	width:78.472%;
	float:right;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul.five li{
	width:calc(20.26% - 30px);
	margin-top:60px;
	margin-bottom:0px;
}
.prolist ul.five li:nth-child(5n){
	margin-right:0px;
}
.prolist ul.five li:nth-child(4n){
	margin-right:40px;
}
.prolist ul li{
	width:calc(25.6% - 30px);
	margin-bottom:50px;
	margin-right:30px;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	height:280px;
	background-color:#F2F2F2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.prolist ul li .pic span{
	width:32px;
	height:32px;
	position:absolute;
	bottom:20px;
	right:20px;
	background-image:url(../img/link.png);
	background-position:center;
	background-repeat:no-repeat;
}
.prolist ul li h1{
	margin-top:30px;
	font-size:16px;
	line-height:20px;
}
.prolist ul li dl dt{
	margin-bottom:10px;
	margin-top:10px;
	font-size:12px;
	color:#666;
	line-height:15px;
}
.prolist ul li dl dd{
	display:flex;
}
.prolist ul li dl dd i{
	width:77px;
	height:25px;
	border:1px solid #000;
	line-height:25px;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
}
.proshow{
	width:100%;
	float:left;
	margin-top:72px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:50%;
	background-color:#F2F2F2;
	padding:50px;
}
.swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.swiper-slide.a01 img{
	max-width: 92px;
	max-height: 100px;
	object-fit: cover;
}
.swiper{
	width: 100%;
	float:left;
}

.swiper-slide{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#000;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#000;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.proshow-r{
	width:50%;
	display:flex;
	padding:112px 0;
}
.proshow-r .a01{
	width:66.14583%;
	font-size:14px;
	line-height:24px;
	margin-left:9.375%;
}
.proshow-r .a01 b{
	font-size:16px;
}
.proshow-r .a01 h1{
	display:flex;
}
.proshow-r .a01 h1 i{
	width:77px;
	height:25px;
	border:1px solid #000;
	text-align:center;
	line-height:25px;
	font-size:12px;
}
.proshow-r .a01 h2{
	margin-top:20px;
	font-size:32px;
	line-height:48px;
}
.proshow-r .a01 h3{
	margin-top:25px;
	font-size:12px;
	line-height:15px;
	padding-bottom:20px;
	border-bottom:1px solid #000;
	margin-bottom:40px;
}
.proshow-r .a01 .zx{
	display:flex;
	margin-top:80px;
}
.proshow-r .a01 .zx a{
	margin-right:10px;
	width:312px;
	height:57px;
	line-height:57px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	border:1px solid #000;
	color:#000;
	border-radius:50px;
}
.proshow-r .a01 .zx a:hover{
	background-color:#000;
	color:#FFF;
}
.nytit{
	width:100%;
	float:left;
	margin-top:100px;
	padding-bottom:30px;
	border-bottom:1px solid #BDBDBD;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	position:relative;
}
.nytit::before{
	width:200px;
	height:2px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:#000;
	content:'';
}
.tanc{
	width:100%;
	position: fixed;
	display:none;
	height:100%;
	left:0;
	top:0;
	z-index:99;
}
.tanc01{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-color:rgba(0,0,0,0.5);
}
.tanc .a01{
	width:66%;
	background-color:#FFF;
	padding-right:80px;
	position: absolute;
	left:17%;
	z-index:11;
}
.tanc .a01 .close{
	width:36px;
	height:36px;
	position:absolute;
	top:20px;
	right:20px;
	background-image:url(../img/close-circle.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:99999999;
}

.nybanner{
	position:relative;
	height: auto;
	width:100%; 
	float:left;
	margin-top:72px;
}
.nybanner img{
	width: 100%;
	height: auto;
	transform: scale(1.1);
	transition: 4s;
	display:block;
}
.nybanner img{
	height: auto; 
	position:relative;
	transform: scale(1.0);
}
.nybanner .tex{
	width:100%;
	height:100%;
	color:#FFF;
	position:absolute;
	left:0;
	z-index:1111;
	top:0;
	padding:0 8.33vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color:rgba(0,0,0,0.50);
}
.nybanner .tex .a01{
	width:100%;
}
.nybanner .tex h1{
	font-size:36px;
	line-height:48px;
	margin-bottom:20px;
}
.nybanner .tex h2{
	font-size:64px;
	line-height:78px;
}
.nybanner .tex .sm{
	display:flex;
	margin-top:90px;
}
.nybanner .tex .sm a{
	width:216px;
	height:57px;
	text-align:center;
	line-height:57px;
	background-color:#fff;
	font-size:20px;
	color:#000;
	font-weight:bold;
	border-radius:50px;
}
.solu01{
	width:100%;
	float:left;
	padding:140px 0;
	background: radial-gradient(40.21% 40.21% at 50% 59.79%, #545454 0%, #000000 100%);
}
.sotit01{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	float:left;
	font-size:64px;
	line-height:96px;
	color:#FFF;
	font-weight:bold;
}
.text-scroll p {
    height: 116px;
    white-space: nowrap;
    position: relative;
    font-size: 48px;
    font-weight: bold;
  }

.text-scroll {
    width:536px;
	height:116px;
	border:1px solid #FFF;
	border-radius:200px;
	text-align:center;
	font-size:48px;
	line-height:116px;
	margin-left:40px;
	text-transform:uppercase;
}

.scrolling-words {
    overflow: hidden;
    height: 116px;
	text-align:center;
	line-height:116px;
	width:100%;
}

.scrolling-words  p {
    white-space: nowrap;
    -webkit-animation: move 8s 1s infinite;
    -moz-animation: move 8s 1s infinite;
    -o-animation: move 8s 1s infinite;
    -ms-animation: move 8s 1s infinite;
    animation: move 8s 1s infinite;
    font-size: 43px;
    letter-spacing: 1px;
}

@-moz-keyframes move {
    0%  { top:  0px;   }
    20% { top: -116px;  }
    40% { top: -232px; }
    60% { top: -348px; }
    80% { top: -0px; }
    100% { top: -0px;   }
}

@-o-keyframes move {
    0%  { top:  0px;   }
    20% { top: -116px;  }
    40% { top: -232px; }
    60% { top: -348px; }
    80% { top: -0px; }
    100% { top: -0px;   }
}

@-ms-keyframes move {
    0%  { top:  0px;   }
    20% { top: -116px;  }
    40% { top: -232px; }
    60% { top: -348px; }
    80% { top: -0px; }
    100% { top: -0px;   }
}

@-webkit-keyframes move {
    0%  { top:  0px;   }
    20% { top: -116px;  }
    40% { top: -232px; }
    60% { top: -348px; }
    80% { top: -0px; }
    100% { top: -0px;   }
  }

@keyframes move {
    0%  { top:  0px;   }
    20% { top: -116px;  }
    40% { top: -232px; }
    60% { top: -348px; }
    80% { top: -0px; }
    100% { top: -0px;   }
}

.sotit02{
	width:100%;
	float:left;
	margin-top:35px;
	text-align:center;
	color:#FFF;
}
.sotit02 dl dt{
	font-size:64px;
	line-height:96px;
	text-transform:uppercase;
	font-weight:bold;
}
.sotit02 dl dd{
	display: flex;
	justify-content: center;
	margin-top:30px;
}
.sotit02 dl dd div{
	width:64%;
	font-size:16px;
	line-height:28px;
}
.sopic{
	width:100%;
	float:left;
	margin-top:90px;
	text-align:center;
	display: flex;
	justify-content: center;
}
.sopic img{
	max-width:100%;
}
.solu02{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.solu02 .pic{
	width:50%;
	overflow:hidden;
	display:flex;
}
.solu02 .pic img{
	min-height:100%;
	min-width:100%;
}
.solu02 .tex{
	width:50%;
	padding:80px;
	font-size:16px;
	line-height:28px;
	color:#666;
}
.solu02 .tex h1{
	margin-bottom:40px;
	font-size:48px;
	line-height:72px;
	color:#000;
}
.solu02 .tex .more{
	display:flex;
	margin-top:80px;
}
.solu02 .tex .more a{
	width:286px;
	height:57px;
	line-height:57px;
	text-align:center;
	background-color:#000;
	border-radius:50px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}

.solu03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:140px 0;
	padding-left:11.2vw;
}
.solu03-l{
	width:29%;
	font-size:16px;
	line-height:28px;
	color:#666;
}
.solu03-l h1{
	margin-bottom:40px;
	font-size:48px;
	line-height:72px;
	color:#000;
}
.solu03-l .more{
	display:flex;
	margin-top:80px;
}
.solu03-l .more a{
	width:286px;
	height:57px;
	line-height:57px;
	text-align:center;
	background-color:#000;
	border-radius:50px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}
.solu03-r{
	width:54.27%;
}
.solutit{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.solutit a{
	padding:16px 24px;
	border:1px solid #E0E0E0;
	font-size:14px;
	color:#999;
	margin-right:10px;
	border-radius:50px;
}
.solutit a:hover{
	background-color:#000;
	color:#FFF;
}
.solutit a.cur{
	background-color:#000;
	color:#FFF;
}
.solutex{
	width:100%;
	float:left;
	margin-top:60px;
}
.solutex ul{
	display: -webkit-box;
	overflow-x: auto;
	-webkit-overflow-scrolling:touch;
	width:100%;
	position:relative;
	padding-bottom:60px;
}
.solutex ul li{
	width:250px;
	margin-right:25px;
}
.solutex ul li img{
	width:100%;
	height:auto;
	display:block;
}
.solutex ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.solutex ul::-webkit-scrollbar-thumb {
  background:#E4DED9;
  border-radius: 5px;
}

.solutex ul::-webkit-scrollbar-track {
  background-color: #fff;
}

.solu04{
	width:100%;
	float:left;
	background-color:#000;
	padding:140px 0px;
}
.sotit03{
	width:100%;
	float:left;
	text-align:center;
	color:#FFF;
}
.sotit03 dl dt{
	font-size:48px;
	line-height:72px;
	font-weight:bold;
}
.sotit03 dl dt.f32{
	font-size:32px;
	line-height:48px;
}
.sotit03 dl dd{
	display: flex;
	justify-content: center;
	margin-top:20px;
}
.sotit03 dl dd div{
	width:73.333%;
	font-size:16px;
	line-height:28px;
}
.sotit03 .more{
	display:flex;
	justify-content: center;
	margin-top:40px;
}
.sotit03 .more a{
	width:210px;
	height:57px;
	line-height:57px;
	text-align:center;
	background-color:#FFF;
	color:#000;
	border-radius:50px;
	font-size:20px;
	font-weight:bold;
}

.nypro{
	width:100%;
	float:left;
}
.nypro ul{
	display: flex;
	flex-wrap: wrap;
}
.nypro ul.hs li .pic{
	background-color:#F2F2F2;
}
.nypro ul.hs li h1{
	color:#000;
}
.nypro ul.hs li dl dt{
	color:#666;
}
.nypro ul.hs li dl dd i{
	border:1px solid #000;
	color:#000;
}
.nypro ul li{
	width:calc(34.0% - 40px);
	margin-top:60px;
	margin-right:40px;
}
.nypro ul li:nth-child(3n){
	margin-right:0px;
}
.nypro ul li .pic{
	height:400px;
	background-color:#fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.nypro ul li h1{
	margin-top:40px;
	font-size:24px;
	line-height:30px;
	color:#fff;
}
.nypro ul li dl dt{
	margin-bottom:15px;
	margin-top:15px;
	font-size:18px;
	color:#fff;
	line-height:22px;
}
.nypro ul li dl dd{
	display:flex;
}
.nypro ul li dl dd i{
	width:110px;
	height:35px;
	border:1px solid #fff;
	line-height:35px;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
}
.sf01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.sf01 .pic{
	width:50%;
}
.sf01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.sf01 .tex{
	width:50%;
	padding:85px;
	font-size:16px;
	line-height:28px;
	color:#666;
}
.sf01 .tex h1{
	margin-bottom:20px;
	font-size:48px;
	line-height:72px;
	color:#000;
}
.stb01{
	width:100%;
	float:left;
	margin-top:40px;
}
.stb01 ul{
	display: flex;
	flex-wrap: wrap;
}
.stb01 ul li{
	margin-top:60px;
	width:calc(33.9% - 20px);
	margin-right:20px;
}
.stb01 ul li:nth-child(3n){
	margin-right:0px;
}
.stb01 ul li .pic{
	overflow:hidden;
}
.stb01 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.stb01 ul li:hover .pic img{
	transform: scale(1.05);
}
.stb01 ul li dl dt{
	margin-top:40px;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.stb01 ul li dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.stb02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.stb02 .pic{
	width:45.875%;
}
.stb02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.stb02 .tex{
	width:45%;
	font-size:16px;
	line-height:28px;
	color:#FFF;
}
.stb02 .tex h1{
	font-size:48px;
	line-height:72px;
	margin-bottom:105px;
}

.stb03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:100px;
}
.stb03 .pic{
	width:45.875%;
}
.stb03 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.stb03 .tex{
	width:45%;
	font-size:16px;
	line-height:28px;
	color:#000;
}
.stb03 .tex h1{
	font-size:48px;
	line-height:72px;
	margin-bottom:60px;
}
.stb03 .tex .more{
	display:flex;
	margin-top:60px;
}
.stb03 .tex .more a{
	width:286px;
	height:57px;
	line-height:57px;
	background-color:#000;
	text-align:center;
	color:#FFF;
	border-radius:50px;
	font-size:20px;
	font-weight:bold;
}
.br01{
	width:100%;
	float:left;
	margin-top:100px;
	font-size:16px;
	line-height:28px;
	color:#666;
}
.br01 h1{
	margin-bottom:20px;
	font-size:48px;
	line-height:72px;
	color:#000;
}
.br01 ul li{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	margin-top:200px;
}
.br01 ul li:nth-child(2){
	justify-content: flex-end;
}
.br01 ul li:first-child dl dt{
	margin-bottom:0px;
}
.br01 ul li dl{
	width:72%;
}
.br01 ul li dl dt{
	margin-bottom:40px;
}
.br01 ul li dl dt img{
	width:100%;
}
.br01 ul li dl dd{
	font-size:16px;
	line-height:28px;
}
.br02{
	width:100%;
	float:left;
	margin-bottom:100px;
	margin-top:100px;
}
.br02 img{
	width:100%;
	height:auto;
	display:block;
}
.abwrap{
	width:100%;
	float:left;
	margin-top:72px;
	background-color:#F2F2F2;
	padding:35px 0;
}
.ab01{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ab01 .a01{
	width:224px;
	margin-left:10px;
	margin-right:10px;
	background-color:#FFF;
}
.ab01 .a01 dl dt{
	overflow:hidden;
}
.ab01 .a01 dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ab01 .a01:hover dl dt img{
	transform: scale(1.05);
}
.ab01 .a01 dl dd{
	padding:20px 30px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}
.ab02{
	width:100%;
	float:left;
	margin-bottom:110px;
	margin-top:110px;
	text-align:center;
	color:#FFF;
}
.ab02 dl dt{
	font-size:110px;
	text-transform:uppercase;
	line-height:110px;
	font-weight:bold;
}
.ab02 dl dd{
	font-size:32px;
	line-height:58px;
	text-transform:uppercase;
}

.ab03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:100px;
}
.ab03 .pic{
	width:50%;
}
.ab03 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.ab03 .tex{
	width:45%;
	font-size:16px;
	line-height:28px;
	color:#000;
}
.ab03 .tex h1{
	font-size:32px;
	line-height:48px;
	margin-bottom:40px;
}
.abnum{
	width:100%;
	float:left;
	margin-top:120px;
}
.abnum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abnum ul li{
	width:auto;
	text-align:center;
	color:#FFF;
	min-width:200px;
}
.abnum ul li .pic{
	overflow:hidden;
}
.abnum ul li .pic img{
	max-height:100px;
}
.abnum ul li dl dt{
	margin-top:40px;
	font-size:16px;
	line-height:20px;
}
.abnum ul li dl dd{
	font-size:48px;
	line-height:72px;
	font-weight:bold;
}
.ab04{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:100px;
}
.ab04 .a01{
	width:50%;
	padding:100px 93px;
	background-color:#F2F2F2;
	font-size:16px;
	line-height:28px;
	text-align:center;
}
.ab04 .a01.hs{
	background-color:#F5ECDF;
}
.ab04 .a01 h1{
	margin-bottom:20px;
	font-size:32px;
	line-height:48px;
	color:#000;
}
.ab04 .a01 .pic{
	display:flex;
	justify-content: center;
	margin-top:50px;
}
.ab05{
	width:100%;
	float:left;
	margin-top:120px;
}
.ab05 .acon{
	width:18.66%;
	padding:30px 0;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	color:#FFF;
	transition: all 0.6s;
	float:left;
	margin-right:1.34%;
}
.ab05 .acon h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:20px;
	line-height:30px;
}
.ab05 .acon h1::after{
	content:"+";
}
.ab05 .acon dl dt{
	margin-top:60px;
}
.ab05 .acon dl dd{
	margin-top:60px;
	font-size:12px;
	line-height:22px;
	display:none;
}
.ab05 .acon:hover dl dd{
	display:block;
}
.abmtit{
	width:100%;
	float:left;
	text-align:center;
	font-size:64px;
	line-height:96px;
	font-weight:bold;
}
.abm01{
	width:100%;
	float:left;
	margin-top:60px;
	background-color:#FFF;
	border-radius:16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	overflow:hidden;
}
.abm01 .pic{
	width:37.333%;
	overflow:hidden;
}
.abm01 .pic img{
	min-height:100%;
	min-width:100%;
	display:block;
}
.abm01 .tex{
	width:62.667%;
	padding:70px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.abm01 .tex h1{
	display:flex;
}
.abm01 .tex h1 i{
	width:110px;
	height:32px;
	font-size:12px;
	border:1px solid #000;
	color:#000;
	text-align:center;
	line-height:32px;
	border-radius:100px;
}
.abm01 .tex h2{
	margin-bottom:30px;
	margin-top:30px;
	font-size:24px;
	line-height:30px;
	color:#000;
}
.abm01 .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.newlist{
	width:100%;
	float:left;
	margin-top:30px;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:48.75%;
	border-radius:16px;
	background-color:#FFF;
	padding:50px;
	transition: all 0.6s;
	margin-top:30px;
}
.newlist ul li:hover{
	background-color:#000000;
}
.newlist ul li:hover h1 i{
	border:1px solid #FFF;
	color:#FFF;
}
.newlist ul li:hover h2{
	color:#FFF;
}
.newlist ul li:hover p{
	color:#FFF;
}
.newlist ul li h1{
	display:flex;
}
.newlist ul li h1 i{
	width:110px;
	height:32px;
	font-size:12px;
	border:1px solid #000;
	color:#000;
	text-align:center;
	line-height:32px;
	border-radius:100px;
}
.newlist ul li h2{
	margin-bottom:30px;
	margin-top:30px;
	font-size:20px;
	line-height:25px;
	color:#000;
}
.newlist ul li p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 48px;
	height: 48px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width:48px;
	height:48px;
	text-align:center;
	font-size:14px;
	border:1px solid #000;
	border-radius: 50%;
	line-height:48px;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 15px 20px 40px 0px rgba(0,0,0,0.10);

}
.fy ul li a:hover{
	background: #000;
	color:#FFF;
	border:1px solid #000;
}
.fy ul li .cur{
	background: #000;
	color:#FFF;
	border:1px solid #000;
}
.newcon{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:74.4166%;
	background-color:#FFF;
	border-radius:16px;
	padding:60px;
}
.newtit{
	width:100%;
	float:left;
	font-size:32px;
	line-height:40px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}
.newtex{
	width:100%;
	float:left;
	margin-top:80px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.newtex img{
	max-width:100%;
}
.newback{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newback .a01{
	width:236px;
	height:57px;
	line-height:57px;
	background-color:#000;
	color:#FFF;
	border-radius:50px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.newback .a02{
	width:auto;
	display: flex;
	align-items: center;
	font-size:16px;
	font-weight:bold;
}
.newback .a02 a{
	display:flex;
	margin-left:15px;
}

.newcon-r{
	width:23.0833%;
}
.newcon-r h1{
	font-size:32px;
	line-height:40px;
	margin-bottom:10px;
}
.newcon-r ul li{
	width:100%;
	float:left;
	margin-top:30px;
	border-radius:8px;
	background-color:#FFF;
	overflow:hidden;
}
.newcon-r ul li .pic{
	overflow:hidden;
}
.newcon-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newcon-r ul li:hover .pic img{
	transform: scale(1.05);
}
.newcon-r ul li .tex{
	padding:20px;
}
.newcon-r ul li .tex h1{
	font-size:16px;
	line-height:20px;
	color:#999;
}
.newcon-r ul li .tex h2{
	font-size:16px;
	line-height:20px;
	color:#333;
	margin-top:30px;
	margin-bottom:10px;
}
.newcon-r ul li .tex p{
	font-size:14px;
	line-height:25px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.lx01{
	width:100%;
	margin-top:60px;
	float:left;
	text-align:center;
	color:#000;
}
.lx01 h1{
	font-size:16px;
	line-height:36px;
}
.lx01 ul{
	display: flex;
	justify-content: center;
	margin-top:60px;
}
.lx01 ul li{
	width:auto;
	margin-left:10px;
	margin-right:10px;
	display:flex;
}
.lx02{
	width:100%;
	margin-top:80px;
	float:left;
	display: flex;
	justify-content: center;
}
.lx02 .tex{
	width:39.333%;
}
.lx02 .tex dl dt{
	font-size:32px;
	line-height:48px;
	font-weight:bold;
}
.lx02 .tex dl dd{
	font-size:12px;
	line-height:20px;
	margin-bottom:30px;
}
.lx02 .tex ul li{
	width:100%;
	float:left;
	padding-bottom:20px;
	border-bottom:1px solid #000000;
	margin-top:40px;
	display: flex;
	justify-content: center;
}
.lx02 .tex ul.tc li{
	margin-top:30px;
}
.lx02 .tex ul li:last-child{
	margin-top:70px;
	border-bottom:0px;
	padding-bottom:0px;
}






.padb100{
	padding-bottom:100px;
}
.mart72{
	margin-top:72px;
}
.mart100{
	margin-top:100px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
	
}

@media (min-width:1000px) and  (max-width:1440px){

.header .innav ul li{
	margin-left:0vw;
	margin-right:0vw;
	font-size:14px;
}
.info a{
	width:100px;
	height:40px;
	font-size:14px;
}










}

@media (min-width:1000px) and  (max-width:1260px){

.header .innav ul li{
	margin-left:0vw;
	margin-right:0vw;
	font-size:12px;
}
.info a{
	width:100px;
	height:40px;
	font-size:14px;
}








}




@media (max-width:999px) {

.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#000;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #DA2122; color: #FFF;}
.currentDd3 a{
	color: #FFF;
}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.index01{
	width:100%;
	height:15rem;
	float:left;
	background: radial-gradient(50% 50% at 50% 50%, #545454 0%, #000000 100%);
	position:relative;
	text-align:center;
	color:#FFF;
}
.index01 h1{
	margin-top:3.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
}
.index01 h2{
	font-size:2.0rem;
	line-height:2.0rem;
	text-transform:uppercase;
}
.index01 .pic{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:11;
	text-align:center;
	display:flex;
	justify-content: center;
}
.index01 .pic img{
	max-width:62.5%;
}
.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content: center;
	text-align:center;
}
.intit .a01{
	width:100%;
}
.intit .a01 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit .a01 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
	color:#666;
}
.intit .a01 .more{
	display:flex;
	justify-content: center;
	margin-top:1.0rem;
}
.intit .a01 .more a{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	background-color:#000;
	color:#FFF;
	border-radius:1.5rem;
	font-weight:bold;
}
.index02{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.index02 ul li{
	width:6.0rem;
	float:left;
	margin-right:1.0rem;
}
.index02 ul li img{
	width:100%;
	height:auto;
	display:block;
}
#tpgd {
	overflow:hidden;
	width: 100%; 
} 
#intpgd {
	float: left;
	width: 1800%; 
} 
#tpgd1 {
	float: left; 
} 
#tpgd2 {
	float: left; 
} 

.index03{
	width:100%;
	float:left;
	margin-top:3.0rem;
	height: auto;
	background-image:url(../img/b01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:3.0rem 0;
}
.section .a01{
	width:100%;
	position:absolute;
	left:0;
	top:30%;
	z-index:99999;
}
.intit2{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
	text-align:center;
	color:#FFF;
}
.intit2 .a02{
	width:100%;
}
.intit2 .a02 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit2 .a02 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.innum{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:50%;
	text-align:center;
	color:#FFF;
	margin-top:1.0rem;
}
.innum ul li dl dt{
	font-size:2.0rem;
	line-height:2.0rem;
	font-weight:bold;
}
.innum ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.inwrap{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	padding:3.0rem 0;
}

.intit3{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
	text-align:center;
}
.intit3 .a01{
	width:100%;
}
.intit3 .a01 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit3 .a01 .more{
	display:flex;
	justify-content: center;
	margin-top:1.0rem;
}
.intit3 .a01 .more a{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	background-color:#000;
	color:#FFF;
	border-radius:1.5rem;
	font-weight:bold;
}
.inpro{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro01{
	width:49%;
	padding:1.0rem;
	background-color:#FFF;
	margin-top:0.5rem;
}

.inmore{
	display:flex;
	margin-top:2.0rem;
}
.inmore a{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	background-color:#000;
	color:#FFF;
	border-radius:1.5rem;
	font-weight:bold;
}

.index04{
	width:100%;
	float:left;
	padding:3.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index04 .pic{
	width:100%;
	overflow:hidden;
}
.index04 .pic img{
	max-width:100%;
	height:auto;
}
.index04 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-top:2.0rem;
}
.index04 .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
}
.inwrap2{
	width:100%;
	float:left;
	padding-top:3.0rem;
	background-color:#F2F2F2;
	padding-bottom:3.0rem;
}
.index05{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.index05 .pic{
	width:100%;
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.index05 .pic img{
	max-width:100%;
	max-height:12.0rem;
}
.index05 .tex{
	width:100%;
	margin-top:2.0rem;
}
.index05 .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.index05 .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.index05 .tex dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	margin-bottom:1.0rem;
}
.index05 .tex ul li{
	width:100%;
	float:left;
	padding-bottom:1.0rem;
	border-bottom:1px solid #000000;
	margin-top:1.0rem;
}
.index05 .tex ul.tc li{
	margin-top:1.0rem;
}
.index05 .tex ul li:last-child{
	margin-top:2.0rem;
	border-bottom:0px;
	padding-bottom:0px;
}
.bk{
	width:100%;
	border:0px;
	font-size:0.8rem;
	color:#666;
	font-family: SUIT;
	outline:none;
	line-height:1.5rem;
	background-color:transparent;
}
.anniu{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	background-color:#000;
	border:0px;
	color:#FFF;
	font-size:0.8rem;
	font-weight:bold;
	cursor:pointer;
	border-radius:1.5rem;
}
.foot{
	width:100%;
	float:left;
	padding-top:3.0rem;
	background-color:#000;
}
.dblogo{
	width:100%;
	float:left;
	text-align:center;
}
.dblogo img{
	max-width:50%;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 dl{
	width:50%;
	margin-top:2.0rem;
}
.foot01 dl dt{
	font-size:1.0rem;
	line-height:1.0rem;
	color:#FFF;
	text-transform:uppercase;
}
.foot01 dl dt a{
	color:#FFF;
}
.foot01 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	color:#BDBDBD;
	line-height:1.0rem;
}
.foot01 dl dd a{
	color:#BDBDBD;
}
.foot01 dl dd a:hover{
	color:#FFF;
}
.foot01 dl dd.mart25{
	margin-top:1.0rem;
}
.foot02{
	width:100%;
	margin-top:1.5rem;
	float:left;
	text-align:center;
	color:#FFF;
}
.foot02 h1{
	font-size:1.0rem;
	line-height:1.5rem;
}
.foot02 ul{
	display: flex;
	justify-content: center;
	margin-top:0.5rem;
}
.foot02 ul li{
	width:auto;
	margin-left:0.2rem;
	margin-right:0.2rem;
	display:flex;
}
.foot03{
	width:100%;
	float:left;
	margin-top:1.0rem;
	padding:1.0rem 0;
	border-top:1px solid rgba(255,255,255,0.20);
	font-size:0.8rem;
	text-align:center;
	color:rgba(255,255,255,0.60);
}

.weizi{
	width:100%;
	float:left;
	margin-top:6.0rem;
	font-size:0.8rem;
	color:#666;
}
.weizi b{
	font-family:'宋体';
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.nycon{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.nycon-l{
	width:100%;
	float:left;
	overflow:hidden;
}
.zlm{
	width:100%;
	float:left;
}
.zlm dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.zlm dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.0rem;
}
.zlm dl dd.mart30{
	margin-top:1.0rem;
}
.fil{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-bottom:1px solid #000;
	padding-bottom:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fil b{
	font-size:1.0rem;
	line-height:1.5rem;
	text-transform:uppercase;
}
.fil div{
	display: flex;
	align-items: center;
	font-size:0.8rem;
}
.fil div img{
	margin-left:0.5rem;
	max-height:1.0rem;
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	padding:1.0rem 0;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid #BDBDBD;
	font-size:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
}
.subNav::after{
	width:0.6rem;
	height:0.6rem;
	content:'';
	background-image:url(../img/jiah.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.currentDd{
	border-bottom:0px solid rgba(0,0,0,0.10);
	padding-bottom:0.5rem;
}
.currentDd::after{
	background-image:url(../img/jianh.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	font-size:0.8rem;
	border-bottom:1px solid #BDBDBD;
	padding-bottom:1.0rem;
}
.navContent dl dd{
	display: flex;
	align-items: center;
	margin-top:0.5rem;
}
.navContent dl dd input{
	margin-right:0.5rem;
}
.nycon-r{
	width:100%;
	float:right;
	margin-top:2.0rem;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul.five li{
	width:48%;
	margin-top:2.0rem;
	margin-bottom:0px;
}
.prolist ul.five li:nth-child(5n){
	margin-right:0px;
}
.prolist ul.five li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li{
	width:48%;
	margin-bottom:2.0rem;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	height:10.0rem;
	background-color:#F2F2F2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.prolist ul li .pic img{
	max-height:60%;
	max-width:100%;
}
.prolist ul li .pic span{
	width:1.0rem;
	height:1.0rem;
	position:absolute;
	bottom:1.0rem;
	right:1.0rem;
	background-image:url(../img/link.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.prolist ul li h1{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.0rem;
}
.prolist ul li dl dt{
	margin-bottom:0.5rem;
	margin-top:0.5rem;
	font-size:0.8rem;
	color:#666;
	line-height:15px;
}
.prolist ul li dl dd{
	display:flex;
}
.prolist ul li dl dd i{
	padding:0.2rem 1.0rem;
	border:1px solid #000;
	text-align:center;
	font-size:0.8rem;
	text-transform:uppercase;
	color:#000;
}
.proshow{
	width:100%;
	float:left;
	margin-top:4.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:100%;
	background-color:#F2F2F2;
	padding:2.0rem;
}
.swiper-slide img{
	max-width: 60%;
	max-height: 100%;
	object-fit: cover;
}
.swiper-slide.a01 img{
	max-width: 3.0rem;
	max-height: 3.0rem;
	object-fit: cover;
}
.swiper{
	width: 100%;
	float:left;
}

.swiper-slide{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#000;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#000;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.proshow-r{
	width:100%;
	display:flex;
	padding:3.0rem 8.33vw;
}
.proshow-r .a01{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.proshow-r .a01 b{
	font-size:0.8rem;
}
.proshow-r .a01 h1{
	display:flex;
}
.proshow-r .a01 h1 i{
	padding:0.2rem 1.0rem;
	border:1px solid #000;
	text-align:center;
	font-size:0.8rem;
}
.proshow-r .a01 h2{
	margin-top:1.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
}
.proshow-r .a01 h3{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid #000;
	margin-bottom:1.0rem;
}
.proshow-r .a01 .zx{
	display:flex;
	justify-content: space-between;
	margin-top:2.0rem;
}
.proshow-r .a01 .zx a{
	width:48%;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	font-weight:bold;
	border:1px solid #000;
	color:#000;
	border-radius:1.5rem;
}
.proshow-r .a01 .zx a:hover{
	background-color:#000;
	color:#FFF;
}
.nytit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid #BDBDBD;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	position:relative;
}
.nytit::before{
	width:8.0rem;
	height:2px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:#000;
	content:'';
}
.tanc{
	width:100%;
	position: fixed;
	display:none;
	height:100%;
	left:0;
	top:0;
	z-index:99;
}
.tanc01{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background-color:rgba(0,0,0,0.50);
}
.tanc .a01{
	width:80%;
	background-color:#FFF;
	position:relative;
	padding:2.0rem;
}
.tanc .a01 .index05 .pic{
	display:none;
}
.tanc .a01 .close{
	width:1.5rem;
	height:1.5rem;
	position:absolute;
	top:2.0rem;
	right:1.0rem;
	background-image:url(../img/close-circle.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:99999999;
}

.nybanner{
	position:relative;
	height: auto;
	width:100%; 
	float:left;
	margin-top:4.0rem;
}
.nybanner img{
	width: 100%;
	height: auto;
	transform: scale(1.1);
	transition: 4s;
	display:block;
}
.nybanner img{
	height: auto; 
	position:relative;
	transform: scale(1.0);
}
.nybanner .tex{
	width:100%;
	height:100%;
	color:#FFF;
	position:absolute;
	left:0;
	z-index:1111;
	top:0;
	padding:0 8.33vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color:rgba(0,0,0,0.50);
}
.nybanner .tex .a01{
	width:100%;
}
.nybanner .tex h1{
	font-size:0.8rem;
	line-height:1.5rem;
}
.nybanner .tex h2{
	font-size:1.2rem;
	line-height:1.5rem;
}
.nybanner .tex .sm{
	display:flex;
	margin-top:1.0rem;
}
.nybanner .tex .sm a{
	width:8.0rem;
	height:2.0rem;
	text-align:center;
	line-height:2.0rem;
	background-color:#fff;
	font-size:0.8rem;
	color:#000;
	font-weight:bold;
	border-radius:1.5rem;
}
.solu01{
	width:100%;
	float:left;
	padding:3.0rem 0;
	background: radial-gradient(40.21% 40.21% at 50% 59.79%, #545454 0%, #000000 100%);
}
.sotit01{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	float:left;
	font-size:1.2rem;
	line-height:2.5rem;
	color:#FFF;
	font-weight:bold;
}
.text-scroll p {
    height: 2.5rem;
    white-space: nowrap;
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
  }

.text-scroll {
    width:10.0rem;
	height:2.5rem;
	border:1px solid #FFF;
	border-radius:1.5rem;
	text-align:center;
	font-size:1.2rem;
	line-height:2.5rem;
	margin-left:1.0rem;
	text-transform:uppercase;
}

.scrolling-words {
    overflow: hidden;
    height: 2.5rem;
	text-align:center;
	line-height:2.5rem;
	width:100%;
}

.scrolling-words  p {
    white-space: nowrap;
    -webkit-animation: move 8s 1s infinite;
    -moz-animation: move 8s 1s infinite;
    -o-animation: move 8s 1s infinite;
    -ms-animation: move 8s 1s infinite;
    animation: move 8s 1s infinite;
    font-size: 1.0rem;
    letter-spacing: 1px;
}

@-moz-keyframes move {
    0%  { top:  0px;   }
    20% { top: -2.5rem;  }
    40% { top: -5.0rem; }
    60% { top: -7.5rem; }
    80% { top: -0px; }
    100% { top: -0px;   }
}

@-o-keyframes move {
    0%  { top:  0px;   }
    20% { top: -2.5rem;  }
    40% { top: -5.0rem; }
    60% { top: -7.5rem; }
    80% { top: -0px; }
    100% { top: -0px;   }
}

@-ms-keyframes move {
    0%  { top:  0px;   }
    20% { top: -2.5rem;  }
    40% { top: -5.0rem; }
    60% { top: -7.5rem; }
    80% { top: -0px; }
    100% { top: -0px;   }
}

@-webkit-keyframes move {
    0%  { top:  0px;   }
    20% { top: -2.5rem;  }
    40% { top: -5.0rem; }
    60% { top: -7.5rem; }
    80% { top: -0px; }
    100% { top: -0px;   }
  }

@keyframes move {
    0%  { top:  0px;   }
    20% { top: -2.5rem;  }
    40% { top: -5.0rem; }
    60% { top: -7.5rem; }
    80% { top: -0px; }
    100% { top: -0px;   }
}

.sotit02{
	width:100%;
	float:left;
	margin-top:1.0rem;
	text-align:center;
	color:#FFF;
}
.sotit02 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	text-transform:uppercase;
	font-weight:bold;
}
.sotit02 dl dd{
	display: flex;
	justify-content: center;
	margin-top:1.0rem;
}
.sotit02 dl dd div{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.sopic{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
	display: flex;
	justify-content: center;
}
.sopic img{
	max-width:100%;
}
.solu02{
	width:100%;
	float:left;
	background-color:#F2F2F2;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.solu02 .pic{
	width:100%;
	overflow:hidden;
	display:flex;
}
.solu02 .pic img{
	min-height:100%;
	min-width:100%;
}
.solu02 .tex{
	width:100%;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.solu02 .tex h1{
	margin-bottom:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#000;
}
.solu02 .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.solu02 .tex .more a{
	width:10rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	background-color:#000;
	border-radius:1.5rem;
	color:#FFF;
	font-size:0.8rem;
	font-weight:bold;
}

.solu03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:3.0rem 8.33vw;
}
.solu03-l{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.solu03-l h1{
	margin-bottom:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#000;
}
.solu03-l .more{
	display:flex;
	margin-top:2.0rem;
}
.solu03-l .more a{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	background-color:#000;
	border-radius:1.5rem;
	color:#FFF;
	font-size:0.8rem;
	font-weight:bold;
}
.solu03-r{
	width:100%;
	margin-top:2.0rem
}
.solutit{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.solutit a{
	padding:0.4rem 1.5rem;
	border:1px solid #E0E0E0;
	font-size:0.8rem;
	color:#999;
	margin-right:0.3rem;
	border-radius:1.5rem;
	margin-top:0.5rem;
}
.solutit a:hover{
	background-color:#000;
	color:#FFF;
}
.solutit a.cur{
	background-color:#000;
	color:#FFF;
}
.solutex{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.solutex ul{
	display: -webkit-box;
	overflow-x: auto;
	-webkit-overflow-scrolling:touch;
	width:100%;
	position:relative;
	padding-bottom:2.0rem;
}
.solutex ul li{
	width:6.0rem;
	margin-right:1.0rem;
}
.solutex ul li img{
	width:100%;
	height:auto;
	display:block;
}
.solutex ul::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.solutex ul::-webkit-scrollbar-thumb {
  background:#E4DED9;
  border-radius: 5px;
}

.solutex ul::-webkit-scrollbar-track {
  background-color: #fff;
}

.solu04{
	width:100%;
	float:left;
	background-color:#000;
	padding:3.0rem 0px;
}
.sotit03{
	width:100%;
	float:left;
	text-align:center;
	color:#FFF;
}
.sotit03 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.sotit03 dl dt.f32{
	font-size:1.0rem;
	line-height:1.5rem;
}
.sotit03 dl dd{
	display: flex;
	justify-content: center;
	margin-top:1.0rem;
}
.sotit03 dl dd div{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.sotit03 .more{
	display:flex;
	justify-content: center;
	margin-top:1.0rem;
}
.sotit03 .more a{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	background-color:#FFF;
	color:#000;
	border-radius:1.5rem;
	font-size:0.8rem;
	font-weight:bold;
}

.nypro{
	width:100%;
	float:left;
}
.nypro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nypro ul.hs li .pic{
	background-color:#F2F2F2;
}
.nypro ul.hs li h1{
	color:#000;
}
.nypro ul.hs li dl dt{
	color:#666;
}
.nypro ul.hs li dl dd i{
	border:1px solid #000;
	color:#000;
}
.nypro ul li{
	width:48%;
	margin-top:2.0rem;
}
.nypro ul li:nth-child(3n){
	margin-right:0px;
}
.nypro ul li .pic{
	height:10.0rem;
	background-color:#fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.nypro ul li .pic img{
	max-height:60%;
}
.nypro ul li h1{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#fff;
}
.nypro ul li dl dt{
	margin-bottom:0.5rem;
	margin-top:0.5rem;
	font-size:0.8rem;
	color:#fff;
	line-height:1.0rem;
}
.nypro ul li dl dd{
	display:flex;
}
.nypro ul li dl dd i{
	padding:0.2rem 1.0rem;
	border:1px solid #fff;
	text-align:center;
	font-size:0.8rem;
	text-transform:uppercase;
	color:#fff;
}
.sf01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sf01 .pic{
	width:50%;
}
.sf01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.sf01 .tex{
	width:50%;
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
}
.sf01 .tex h1{
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#000;
}
.sf01 .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.stb01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.stb01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stb01 ul li{
	margin-top:2.0rem;
	width:48%;
}
.stb01 ul li:nth-child(3n){
	margin-right:0px;
}
.stb01 ul li .pic{
	overflow:hidden;
}
.stb01 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.stb01 ul li:hover .pic img{
	transform: scale(1.05);
}
.stb01 ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.stb01 ul li dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.stb02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.stb02 .pic{
	width:45.875%;
}
.stb02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.stb02 .tex{
	width:45%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.stb02 .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:2.0rem;
}
.stb02 .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.stb03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:3.0rem;
}
.stb03 .pic{
	width:45.875%;
}
.stb03 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.stb03 .tex{
	width:45%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#000;
}
.stb03 .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.stb03 .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.stb03 .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.stb03 .tex .more a{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	background-color:#000;
	text-align:center;
	color:#FFF;
	border-radius:1.5rem;
	font-size:0.8rem;
	font-weight:bold;
}
.br01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.br01 h1{
	margin-bottom:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#000;
}
.br01 ul li{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.br01 ul li:nth-child(2){
	justify-content: flex-end;
}
.br01 ul li:first-child dl dt{
	margin-bottom:0px;
}
.br01 ul li dl{
	width:72%;
}
.br01 ul li dl dt{
	margin-bottom:1.0rem;
}
.br01 ul li dl dt img{
	width:100%;
}
.br01 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.br02{
	width:100%;
	float:left;
	margin-bottom:3.0rem;
	margin-top:3.0rem;
}
.br02 img{
	width:100%;
	height:auto;
	display:block;
}
.abwrap{
	width:100%;
	float:left;
	margin-top:4.0rem;
	background-color:#F2F2F2;
	padding:1.0rem 0;
}
.ab01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ab01 .a01{
	width:32%;
	background-color:#FFF;
}
.ab01 .a01 dl dt{
	overflow:hidden;
}
.ab01 .a01 dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ab01 .a01:hover dl dt img{
	transform: scale(1.05);
}
.ab01 .a01 dl dd{
	padding:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}
.ab02{
	width:100%;
	float:left;
	margin-bottom:3.0rem;
	margin-top:3.0rem;
	text-align:center;
	color:#FFF;
}
.ab02 dl dt{
	font-size:2.2rem;
	text-transform:uppercase;
	line-height:3.0rem;
	font-weight:bold;
}
.ab02 dl dd{
	font-size:1.0rem;
	line-height:2.0rem;
	text-transform:uppercase;
}

.ab03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:3.0rem;
}
.ab03 .pic{
	width:100%;
}
.ab03 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.ab03 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#000;
	margin-top:2.0rem;
}
.ab03 .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.abnum{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.abnum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abnum ul li{
	width:50%;
	text-align:center;
	color:#FFF;
	margin-top:2.0rem;
}
.abnum ul li .pic{
	overflow:hidden;
}
.abnum ul li .pic img{
	max-height:5.0rem;
}
.abnum ul li dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
}
.abnum ul li dl dd{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.ab04{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.ab04 .a01{
	width:100%;
	padding:3.0rem;
	background-color:#F2F2F2;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.ab04 .a01.hs{
	background-color:#F5ECDF;
}
.ab04 .a01 h1{
	margin-bottom:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#000;
}
.ab04 .a01 .pic{
	display:flex;
	justify-content: center;
	margin-top:2.0rem;
}
.ab04 .a01 .pic img{
	max-height:5.0rem;
}
.ab05{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ab05 .acon{
	width:48%;
	padding:1.0rem 0;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	color:#FFF;
	transition: all 0.6s;
	float:left;
	margin-top:2.0rem;
}
.ab05 .acon h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:1.0rem;
	line-height:1.5rem;
}
.ab05 .acon h1::after{
	content:"+";
}
.ab05 .acon dl dt{
	margin-top:2.0rem;
}
.ab05 .acon dl dt img{
	max-height:4.0rem;
}
.ab05 .acon dl dd{
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	display:none;
}
.ab05 .acon:hover dl dd{
	display:block;
}
.abmtit{
	width:100%;
	float:left;
	text-align:center;
	font-size:2.0rem;
	line-height:2.5rem;
	font-weight:bold;
}
.abm01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#FFF;
	border-radius:0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	overflow:hidden;
}
.abm01 .pic{
	width:100%;
	overflow:hidden;
}
.abm01 .pic img{
	height: auto;
	width:100%;
	display:block;
}
.abm01 .tex{
	width:100%;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.abm01 .tex h1{
	display:flex;
}
.abm01 .tex h1 i{
	padding:0.2rem 1.0rem;
	font-size:0.8rem;
	border:1px solid #000;
	color:#000;
	text-align:center;
	border-radius:1.5rem;
}
.abm01 .tex h2{
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#000;
}
.abm01 .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	border-radius:0.5rem;
	background-color:#FFF;
	padding:2.0rem;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.newlist ul li:hover{
	background-color:#000000;
}
.newlist ul li:hover h1 i{
	border:1px solid #FFF;
	color:#FFF;
}
.newlist ul li:hover h2{
	color:#FFF;
}
.newlist ul li:hover p{
	color:#FFF;
}
.newlist ul li h1{
	display:flex;
}
.newlist ul li h1 i{
	padding:0.2rem 1.0rem;
	font-size:0.8rem;
	border:1px solid #000;
	color:#000;
	text-align:center;
	border-radius:1.5rem;
}
.newlist ul li h2{
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#000;
}
.newlist ul li p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	border:1px solid #000;
	border-radius: 1.5rem;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 15px 20px 40px 0px rgba(0,0,0,0.10);

}
.fy ul li a:hover{
	background: #000;
	color:#FFF;
	border:1px solid #000;
}
.fy ul li .cur{
	background: #000;
	color:#FFF;
	border:1px solid #000;
}
.newcon{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
	background-color:#FFF;
	border-radius:0.5rem;
	padding:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	font-weight:bold;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
}
.newback{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newback .a01{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	background-color:#000;
	color:#FFF;
	border-radius:1.5rem;
	font-size:0.8rem;
	font-weight:bold;
	text-align:center;
}
.newback .a02{
	width:100%;
	display: flex;
	align-items: center;
	font-size:0.8rem;
	font-weight:bold;
	margin-top:2.0rem;
}
.newback .a02 a{
	display:flex;
	margin-left:0.3rem;
}

.newcon-r{
	width:23.0833%;
	display:none;
}
.newcon-r h1{
	font-size:32px;
	line-height:40px;
	margin-bottom:10px;
}
.newcon-r ul li{
	width:100%;
	float:left;
	margin-top:30px;
	border-radius:8px;
	background-color:#FFF;
	overflow:hidden;
}
.newcon-r ul li .pic{
	overflow:hidden;
}
.newcon-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newcon-r ul li:hover .pic img{
	transform: scale(1.05);
}
.newcon-r ul li .tex{
	padding:20px;
}
.newcon-r ul li .tex h1{
	font-size:16px;
	line-height:20px;
	color:#999;
}
.newcon-r ul li .tex h2{
	font-size:16px;
	line-height:20px;
	color:#333;
	margin-top:30px;
	margin-bottom:10px;
}
.newcon-r ul li .tex p{
	font-size:14px;
	line-height:25px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.lx01{
	width:100%;
	margin-top:2.0rem;
	float:left;
	text-align:center;
	color:#000;
}
.lx01 h1{
	font-size:0.8rem;
	line-height:1.5rem;
}
.lx01 ul{
	display: flex;
	justify-content: center;
	margin-top:2.0rem;
}
.lx01 ul li{
	width:auto;
	margin-left:0.2rem;
	margin-right:0.2rem;
	display:flex;
}
.lx02{
	width:100%;
	margin-top:2.0rem;
	float:left;
	display: flex;
	justify-content: center;
}
.lx02 .tex{
	width:70%;
}
.lx02 .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.lx02 .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.lx02 .tex ul li{
	width:100%;
	float:left;
	padding-bottom:1.0rem;
	border-bottom:1px solid #000000;
	margin-top:1.5rem;
	display: flex;
	justify-content: center;
}
.lx02 .tex ul.tc li{
	margin-top:1.0rem;
}
.lx02 .tex ul li:last-child{
	margin-top:2.0rem;
	border-bottom:0px;
	padding-bottom:0px;
}







.mart72{
	margin-top:4.0rem;
}
.mart100{
	margin-top:3.0rem;
}
































}
































