@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-family: zt;
	margin:auto
	}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* 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: zt;
	src: url('../font/zt.TTF'),
	url('../font/zt.TTF'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#FF770F;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal;}
em{ font-style:italic;}


@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom:1px solid #E0E0E0;
	top:0;
}

.header.yanse{
	top:0;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
	top:1.25rem;
}
.header.yanse.yanse01 a{
	color:#FFF;
}

.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}

.header.yanse.yanse01 .innav ul li{
	color:#fff;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.3vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	padding:0 4.2vw;
}

.logo{
	width:12.7%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:12.7%;
	transition: all 0.6s;
	position:relative;
}

.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	position:relative;
	height:5.0rem;
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li a{
	padding:0.75rem 1.56rem;
}
.innav ul li a:hover{
	border-radius: 0.25rem;
	background: var(--ff-770-f, #FF770F);
	color:#FFF;
}

.header.yanse .innav ul li a.cur{
	border-radius: 0.25rem;
	background: var(--ff-770-f, #FF770F);
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li a.cur{
	border-radius: 0.25rem;
	background: var(--ff-770-f, #FF770F);
	color:#FFF;
}
.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.header.yanse.yanse01 .top-r .zyw i{
	background-color:#FFF;
}
.header.yanse .top-r .zyw i{
	background-color:#666;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw i{
	width:1px;
	height:0.8rem;
	margin-right:0.62rem;
	margin-left:0.62rem;
}
.header.yanse.yanse01 .top-r .zyw a{
	color:#FFF;
}
.header.yanse.yanse01 .top-r .zyw a:hover{
	color: var(--ff-770-f, #FF770F);
}
.header.yanse .top-r .zyw a{
	color:#333;
}
.header.yanse .top-r .zyw a:hover{
	color: var(--ff-770-f, #FF770F);
}
.top-r .zyw::before{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.62rem;
}


.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit.jz{
	align-items: center;
}
.intit .a01{
	width: auto;
	max-width:44.5%;
}
.intit .a01 dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.intit .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.intit .a01 dl dd.mart0{
	margin-top:0px;
}
.intit .a02{
	width:45.625%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	
}
.inmore{
	display:flex;
}
.inmore a{
	padding: 0.75rem 0.75rem 0.75rem 3.40625rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.inmore a.white{
	background-color:#FFF;
}
.inmore a.white2{
	background-color:#FFF;
}
.inmore a.white2:hover{
	background-color:#FFF;
	color: var(---333, #333);
}
.inmore a.white2:hover::after{
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a::after{
	width: 2.25rem;
	height: 2.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:4.84rem;
}
.inmore a:hover{
	background: var(--ff-770-f, #FF770F);
	color: var(---white, #FFF);
}
.inmore a:hover::after{
	background-image:url(../img/jt02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
}
.inmore a.cur::after{
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
}
.inab .pic{
	overflow:hidden;
	width:100%;
	float:left;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab:hover .pic img{
	transform: scale(1.05);
}
.index01{
	width:100%;
	float:left;
	margin-top:10rem;
}
.index01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.index01 ul li:hover{
	background: var(--ff-770-f, #FF770F);
}
.index01 ul li .tex{
	width:50%;
	padding-right:4.38rem;
	padding-left:8.33vw;
}
.index01 ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.index01 ul li .tex dl dd{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
	
}
.index01 ul li .pic{
	width:50%;
	overflow:hidden;
}
.index01 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index01 ul li:nth-child(2n) .tex{
	padding-left:4.38rem;
	padding-right:8.33vw;
}
.inwrap{
	width:100%;
	float:left;
	padding:10rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
}
.innew{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(25.1% - 0.62rem);
	margin-right:0.62rem;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	margin-top:1.87rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.innew ul li dl dd{
	margin-top:1.69rem;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.innew ul li .more{
	display:flex;
	align-items: center;
	margin-top:2.5rem;
}
.innew ul li .more a{
	padding:0.62rem 0;
	border-bottom: 1px solid var(---999, #999);
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.innew ul li .more a::after{
	margin-left:0.62rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/sjt.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.innew ul li:hover .more a::after{
	background-image:url(../img/sjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.innew ul li:hover .more a{
	color: var(--ff-770-f, #FF770F);
	border-bottom: 1px solid var(--ff-770-f, #FF770F);
}

.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	background: #0D0D0D;
	padding-top:6.25rem;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:3.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:45.7%;
	color: var(---white, #FFF);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.foot01 .a02{
	width:23.5rem;
}
.foot01 .a02 dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a02 dl dd{
	margin-top:1.69rem;
	border-radius: 2.5rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem 1.75rem 1rem 1.875rem;
}
.fxbk{
	width:80%;
	border:0px;
	background-color:transparent;
	outline:none;
	color: var(--ff-770-f, #FF770F);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding-bottom:2.69rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx{
	width:25%;
}
.inlx dl dt{
	overflow:hidden;
	padding-bottom:2.18rem;
}
.inlx dl dt img{
	max-width:80%;
}
.inlx dl dd{
	margin-top:0.94rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
    align-items: center;
	
}
.inlx dl dd img{
	    margin-right: 1rem;
    max-height: 1.7rem;
    min-width: 2rem;
	opacity: 0.6;
	
}
.dbnav{
	width:57%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbnav dl dt{
	padding-bottom:0.38rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.dbnav dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-top:0.94rem;
}
.dbnav dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot03{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding-bottom:2.5rem;
}
.foot03 dl dt{
	text-align:center;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03 dl dd{
	margin-top:2.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.foot03 dl dd a{
	margin-left:0.61rem;
	margin-right:0.61rem;
	display:flex;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:32%;
	z-index:1;
	padding:0 8.33vw;
}
.nybanner .tex dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 6.25rem; /* 156.25% */
	
}

.nwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:10rem 0;
	margin-top:10rem;
}
.nab01{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
	padding-left:8.33vw;
}
.nab01 img{
	float:right;
	margin-left:4.38rem;
	margin-bottom:2.38rem;
	max-width:48.4%;
}
.nab01 .ship{
	float:right;
	margin-left:4.38rem;
	margin-bottom:2.38rem;
	width:48.4%;
}
.nab01 .pic{
	width:48.4%;
	overflow:hidden;
}
.nab01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nab01 .tex{
	width:51.6%;
	padding-left:8.33vw;
	padding-right:4.38rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.nab02{
	width:100%;
	float:left;
	padding:10rem 8.33vw;
	background: var(--Color, #0D0D0D);
}
.nab02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:45.9%;
	margin-top:3.75rem;
	padding-bottom:2.5rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.nab02 ul li:first-child{
	margin-top:0px;
}
.nab02 ul li:nth-child(2){
	margin-top:0px;
}
.nab02 ul li dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab02 ul li dl dt img{
	max-height:5.0rem;
}
.nab02 ul li dl dd{
	margin-top:1.38rem;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab03{
	width:100%;
	float:left;
	margin-top:10.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab03 .tex{
	width:50%;
	padding-left:8.33vw;
	padding-right:7.0vw;
}
.nab03 .tex .intit .a01{
	max-width:100%;
	width:100%;
}
.subNavBox{
	width:100%;
	float:left;
	margin-top:4.06rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid #E0E0E0; 
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	
	padding-bottom:1.25rem;
	margin-top:2.5rem;
}
.subNav:hover{float:left;}
.currentDd{
	border-bottom:0px;
}
.currentDd a{}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-bottom:2.5rem;
	border-bottom:1px solid #FF770F;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 178.571% */
	
}

.nab03 .pic{
	width:50%;
	overflow:hidden;
}
.nab03 .pic img{
	width:100%;
	height:auto;
	display: block;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	padding:6.25rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.prolist ul li:nth-child(2n){
	background: var(---Gray-6, #F2F2F2);
}
.prolist ul li .tex{
	width:51.1%;
}
.prolist ul li .tex dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.prolist ul li .tex dl dd{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
	margin-top:6.3rem;
	
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.prolist ul li .pic{
	width:36.8%;
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li:hover{
	background: var(--ff-770-f, #FF770F);
}
.prolist ul li:hover .tex dl dt{
	color: var(---333, #333);
}

.proshow{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:38.5%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
}
.proshow-l dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.proshow-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:3.44rem;
}
.proshow-r{
	width:50%;
}
.pro{
	width:100%;
	float:left;
	margin-top:10rem;
}
.pro img{
	max-width:100%;
	height:auto;
}
.ke-zeroborder {
    width: 100%;
    padding: 1.25rem 0;
	    border-collapse: collapse;
}
.ke-zeroborder th {
    background: var(--ff-770-f, #FF770F);
    font-size: 1.15rem;
    padding: 0.75rem 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	text-align:center;
	color:#fff;
    border: 1px solid var(---Gray-5, #333);
}
.ke-zeroborder td {
    width: auto;
    color: var(---333, #333);
    font-size: 1rem;
    font-style: normal;
    padding: 0.6rem 0;
    font-weight: 400;
    line-height: normal;
	text-align:center;
     border: 1px solid var(---Gray-5, #333);
}
.sflist{
	width:100%;
	float:left;
	margin-top:10.0rem;
}
.sflist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sflist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(---Gray-6, #F2F2F2);
}
.sflist ul li .pic{
	width:50%;
	overflow:hidden;
}
.sflist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.sflist ul li .tex{
	width:50%;
	padding:6.25rem 3.75rem;
}
.sflist ul li .tex h1{
	color: var(--ff-770-f, #FF770F);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.sflist ul li .tex dl dt{
	margin-top:11.3rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 150% */
	
}
.sflist ul li .tex dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.sflist ul li .tex .xpic{
	display:flex;
	margin-top:5.37rem;
}
.sflist ul li .tex .xpic a{
	margin-right:0.31rem;
	max-height:6.25rem;
	max-width:6.25rem;
}
.sflist ul li .tex .xpic a img{
	max-width:100%;
}
.sflist ul li .tex .xpic a.cur{
	border: 3px solid var(--ff-770-f, #FF770F);
	background: var(---666, #666);
}
.sflist ul li .tex .xpic a:hover{
	border: 3px solid var(--ff-770-f, #FF770F);
	background: var(---666, #666);
	transition: all 0.0s;
}

.js01{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js01-l{
	width:41.2%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	
}
.js01-l dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.js01-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:8.38rem;
}
.js01-r{
	width:50%;
}
.js01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js01-r ul li{
	width:100%;
	padding-bottom:1.25rem;
	margin-top:2.25rem;
	border-bottom:1px solid #FF770F;
	color: var(--ff-770-f, #FF770F);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 150% */
	display: flex;
	align-items: center;
}
.js01-r ul li::before{
	content:'';
	margin-right:1.87rem;
	width: 1.75rem;
	height: 1.75rem;
	border-radius:50%;
	background: var(--ff-770-f, #FF770F);
	display:inline-block;
}

.js02{
	width:100%;
	float:left;
	margin-top:10.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #F9F9F9;
}
.js02-l{
	width:70%;
	padding:10rem 0vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.js02-l dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	margin-top:0.62rem;
}
.js02-l dl:first-child{
	margin-top:0px;
}
.js02-l dl dt{
	width:26.6%;
	background: var(---white, #FFF);
	padding:1.56rem 1.25rem;
	color: var(--ff-770-f, #FF770F);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 150% */
	display: flex;
	align-items: center;
}
.js02-l dl dd{
	width:72.2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js02-l dl dd .a01{
	width:100%;
	background: var(--ff-770-f, #FF770F);
	text-align:center;
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 150% */
	padding:1.56rem 1.25rem;
}
.js02-l dl dd .a01:first-child{
	margin-top:0px;
}
.js02-l img{
	max-width:100%;
}

.js02-r{
	width:30%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(---Gray-6, #F2F2F2);
}
.js02-r img{
	max-width:100%;
}

.newtj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .tex{
	width:47.875%;
	color: var(--ff-770-f, #FF770F);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtj .tex dl dt{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:1.25rem;
}
.newtj .tex dl dd{
	margin-top:3.13rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtj .pic{
	width:45%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
}

.newlist{
	width:100%;
	float:left;
	margin-top:8.5rem;
}
.newlist ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	transition: all 0.6s;
}
.newlist ul li a{
	width:100%;
	padding:4.0rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.newlist ul li .date{
	width:7.0rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newlist ul li .title{
	width:38.25%;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newlist ul li .tex{
	width:34.8125%;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.newlist ul li:hover{
	background: var(--ff-770-f, #FF770F);
}
.fy{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:3.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);

}
.fy ul li a:hover{
	background: var(--ff-770-f, #FF770F);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--ff-770-f, #FF770F);
}
.fy ul li .cur{
	background: var(--ff-770-f, #FF770F);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--ff-770-f, #FF770F);
}

.newcon{
	width:100%;
	float:left;
	margin-top:10.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon .fx{
	width:3.0rem;
}
.newcon .fx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon .fx ul li{
	width:100%;
	height:3.0rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items:center;
	background: var(---Gray-6, #F2F2F2);
	margin-bottom:1.0rem;
}
.newcon .fx ul li img{
	max-height:3.0rem;
}
.newcon .con{
	width:59.6%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.39rem;
	color: var(--ff-770-f, #FF770F);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.23rem;
	color: var(---666, #666);
    /* font-family: Arial; */
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 400;
	line-height: 1.8;
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:2.2rem;
}
.newnext ul li{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:2.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li b{
	width:11%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newnext ul li div{
	width:89%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.newcon-r{
	width:23.4%;
}
.newcon-r ul{
	display: flex;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	margin-top:1.25rem;
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newcon-r ul li .pic{
	overflow:hidden;
}
.newcon-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newcon-r ul li .tex{
	padding:1.31rem 1.25rem;
}
.newcon-r ul li .tex dl dt{
	display:flex;
}
.newcon-r ul li .tex dl dt i{
	display: inline-flex;
	padding: 0.625rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(--ff-770-f, #FF770F);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newcon-r ul li .tex dl dd{
	margin-top:1.29rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.subNavBox4{
	width:100%;
	float:left;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	font-size:1.0rem;
	padding-bottom:2.94rem;
	margin-top:3.75rem;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav4 dl dd{
	margin-top:1.87rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items:center;
}
.subNav4 dl dd i{
	width: 0.0625rem;
	height: 1.0rem;
	background: #333;
	margin-left:1.62rem;
	margin-right:1.62rem;
}
.subNav4::after{
	width: 2.25rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	min-width:2.25rem;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4::after{
	background-image:url(../img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:4.8rem 3.75rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: var(--ff-770-f, #FF770F);
	padding-top:2.3rem;
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:2.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width:12.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 12.0rem);
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}

.navContent4  ol {
  list-style-type: none;
            counter-reset: custom-counter;
            padding-left: 0;
}
 
.navContent4  ol li {
  counter-increment: custom-counter;
            position: relative;
            padding-left: 1.5em;
}
 
.navContent4  ol li::before {
 content: counter(custom-counter) ". ";
            position: absolute;
            left: 0;
}
.red{
	display: inline-flex;
	padding: 1rem 3.1875rem 1.0625rem 3.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
	color: #000;
	text-align: center;
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	margin-top:4.0rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:43.4%;
}
.lx01-l dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.lx01-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.lx01-l ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.63rem;
}
.lx01-l ul li{
	width:100%;
	padding-bottom:1.25rem;
	margin-top:2.5rem;
	border-bottom:1px solid #FF770F;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	
}
.lx01-l ul li img{ 
    margin-right: 1rem;
   max-height: 1.7rem;
    min-width: 2rem;
	}
.lx01-r{
	width:50%;
	overflow:hidden;
}
.lx01-r img{
	width:100%;
	height:auto;
	display:block;
}

.zxly{
	width:100%;
	float:left;
	margin-top:10.0rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding:10rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly-l{
	width:42.25%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.zxly-l dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	font-family:zt;
}
.zxly-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family:zt;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:10.87rem
}

.zxly-r{
	width:47.4%;
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li:first-child{
	
}
.lx02 ul li:nth-child(2){

}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:3.75rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li .inmore{
	margin-top:0px;
}
.lx02 ul li .a01{
	display: flex;
	align-items: center;
}
.lx02 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:2.75rem;
	height: 2.75rem;
	border:0px;
	background-color:transparent;
	border: 1px solid var(---Gray-5, #666);
	outline:none;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	padding-left:10pr;
	    padding-left: 20px;
	
}


.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



.cppic{
	width:100%;
	float:left;
}
.cppic ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cppic ul li{
	width:48%;
}
.cppic ul li dl dt{
	overflow:hidden;
}
.cppic ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.cppic ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:1.25rem;
}









.mart7{
	margin-top:7.6rem;
}
.mart6{
	margin-top:6.3rem;
}
.mart0{
	margin-top:0rem;
}
.mart5{
	margin-top:5rem;
}
.mart3{
	margin-top:3.75rem;
}

.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}


}


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

.innav ul li a{
	padding:0.5rem 1.0rem;
}
.innav ul li{
	font-size:0.875rem;
}
.top-r .zyw{
	font-size:0.7rem;
}


	
}

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

.prolist ul li .tex dl dd{
	
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sflist ul li .tex{
	padding:2.75rem;
}
.sflist ul li .tex dl dt{
	margin-top:3.0rem;
}
.sflist ul li .tex dl dd{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.sflist ul li .tex .xpic{
	margin-top:2.0rem;
}
.sflist ul li .tex .xpic a{
	max-height:4.0rem;
	max-width:4.0rem;
}
.nab02 ul li dl dt{
	font-size:3.0rem;
}



	
}

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

.main{
	padding:0 5.2vw;
}
.innav ul li a{
	padding:0.5rem;
}
.innav ul li{
	font-size:0.7rem;
}
.top-r .zyw{
	font-size:0.7rem;
}
.index01 ul li .tex dl dd{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	margin-top:2.75rem;
	line-height:150%;
}
.index01 ul li .tex dl dt{
	font-size:1.875rem;
}

.lx01-l dl dd{
	font-size:2.0rem;
}
.lx01-l dl dt{
	font-size:1.0rem;
}
.lx01-l ul{
	margin-top:3.0rem;
}
.lx01-l ul li{
	padding-bottom:1.0rem;
	margin-top:1.0rem;
}
.zxly-l dl dt{
	font-size:1.0rem;
}
.zxly-l dl dd{
	font-size:2.0rem;
	margin-bottom:5.0rem;
}

.nybanner .tex dl dd{
	font-size:3.0rem;
}
.nybanner .tex dl dt{
	font-size:1.0rem;
}
.nybanner .tex{
	bottom:20%;
}
.intit .a01 dl dt{
	font-size:1.0rem;
}
.intit .a01 dl dd{
	font-size:2.0rem;
}
.subNav4 dl dd i{
	margin-left:0.5rem;
	margin-right:0.5rem;
}

.js01-l dl dt{
	font-size:1.0rem;
}
.js01-l dl dd{
	font-size:2.0rem;
}
.js02-l dl dt{
	font-size:0.875rem;
	padding:0.5rem;
}
.js02-l dl dd .a01{
	font-size:0.875rem;
	padding:0.5rem;
}
.sflist ul li .tex{
	padding:2.75rem;
}
.sflist ul li .tex dl dt{
	margin-top:3.0rem;
}
.sflist ul li .tex dl dd{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sflist ul li .tex .xpic{
	margin-top:2.0rem;
}
.sflist ul li .tex .xpic a{
	max-height:4.0rem;
	max-width:4.0rem;
}
.intit .a02{
	font-size:0.875rem;
}
.proshow-l dl dt{
	font-size:1.0rem;
}
.proshow-l dl dd{
	font-size:2.0rem;
}
.prolist ul li .tex dl dt{
	font-size:1.2rem;
}
.prolist ul li .tex dl dd{
	margin-top:2.0rem;
	
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.foot01 .a01{
	font-size:2.0rem;
}
.nab02 ul li dl dt{
	font-size:3.0rem;
}












.mart6{
	margin-top:3.0rem;
}
.mart3{
	margin-top:2.75rem;
}

	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	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:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height: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: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	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:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	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;
	font-weight: bold;
}
.subNav3 a{width:100%; height:100%; float:left}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #FF770F; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.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.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}

.intit{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit.jz{
	align-items: center;
}
.intit .a01{
	width:auto;
	max-width:100%;
}
.intit .a01 dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.intit .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.intit .a01 dl dd.mart0{
	margin-top:0px;
}
.intit .a02{
	width:100%;
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	
}
.inmore{
	display:flex;
}
.inmore a{
	padding: 0.5rem 0.5rem 0.5rem 1.40625rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.inmore a.white{
	background-color:#FFF;
}
.inmore a.white2{
	background-color:#FFF;
}
.inmore a.white2:hover{
	background-color:#FFF;
	color: var(---333, #333);
}
.inmore a.white2:hover::after{
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.84rem;
}
.inmore a:hover{
	background: var(--ff-770-f, #FF770F);
	color: var(---white, #FFF);
}
.inmore a:hover::after{
	background-image:url(../img/jt02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
}
.inmore a.cur::after{
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab{
	width:100%;
	float:left;
	margin-top:3.25rem;
	position:relative;
}
.inab .pic{
	overflow:hidden;
	width:100%;
	float:left;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab:hover .pic img{
	transform: scale(1.05);
}
.index01{
	width:100%;
	float:left;
	margin-top:3rem;
}
.index01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.index01 ul li:hover{
	background: var(--ff-770-f, #FF770F);
}
.index01 ul li .tex{
	width:100%;
	padding:3.0rem 8.33vw;
}
.index01 ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.index01 ul li .tex dl dd{
	margin-top:1.75rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 214.286% */
	
}
.index01 ul li .pic{
	width:100%;
	overflow:hidden;
}
.index01 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index01 ul li:nth-child(2n) .tex{
}
.inwrap{
	width:100%;
	float:left;
	padding:5rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
}
.innew{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	margin-top:3.0rem;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	margin-top:1.87rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.innew ul li dl dd{
	margin-top:1.69rem;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.innew ul li .more{
	display:flex;
	align-items: center;
	margin-top:2.5rem;
}
.innew ul li .more a{
	padding:0.62rem 0;
	border-bottom: 1px solid var(---999, #999);
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.innew ul li .more a::after{
	margin-left:0.62rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/sjt.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.innew ul li:hover .more a::after{
	background-image:url(../img/sjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.innew ul li:hover .more a{
	color: var(--ff-770-f, #FF770F);
	border-bottom: 1px solid var(--ff-770-f, #FF770F);
}

.foot{
	width:100%;
	float:left;
	margin-top:5rem;
	background: #0D0D0D;
	padding-top:3.25rem;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:3.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.foot01 .a02{
	width:100%;
	margin-top:2.0rem;
}
.foot01 .a02 dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a02 dl dd{
	margin-top:1.69rem;
	border-radius: 2.5rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem 1.75rem 1rem 1.875rem;
}
.fxbk{
	width:80%;
	border:0px;
	background-color:transparent;
	outline:none;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding-bottom:2.69rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx{
	width:100%;
}
.inlx dl dt{
	overflow:hidden;
	padding-bottom:1.18rem;
}
.inlx dl dt img{
	max-width:70%;
}
.inlx dl dd{
	margin-top:0.94rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: flex;
    align-items: center;
	
}
.inlx dl dd img{
	    margin-right: 1rem;
    max-height: 1.7rem;
    min-width: 2rem;
	opacity: 0.6;
	
}
.dbnav{
	width:57%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.dbnav dl dt{
	padding-bottom:0.38rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.dbnav dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-top:0.94rem;
}
.dbnav dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot03{
	width:100%;
	float:left;
	margin-top:2.75rem;
	padding-bottom:1.5rem;
}
.foot03 dl dt{
	text-align:center;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03 dl dd{
	margin-top:1.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.foot03 dl dd a{
	margin-left:0.61rem;
	margin-right:0.61rem;
	display:flex;
}
.foot03 dl dd a img{
	max-height:1.5rem;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:30%;
	z-index:1;
	padding:0 8.33vw;
}
.nybanner .tex dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 156.25% */
	
}

.nwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:5rem 0;
	margin-top:5rem;
	padding-bottom:0px;
}
.nab01{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
	padding:0 8.33vw;
	padding-bottom:5.0rem;
}
.nab01 img{
	float:right;
	margin-bottom:2.38rem;
	width:100%;
}
.nab01 .ship{
	float:right;
	margin-bottom:2.38rem;
	width:100%;
}
.nab01 .pic{
	width:100%;
	overflow:hidden;
}
.nab01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nab01 .tex{
	width:100%;
	padding:0 8.33vw;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
	padding-bottom:5.0rem;
}
.nab02{
	width:100%;
	float:left;
	padding:5rem 8.33vw;
	background: var(--Color, #0D0D0D);
}
.nab02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:45.9%;
	margin-top:2.75rem;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.nab02 ul li:first-child{
	margin-top:0px;
}
.nab02 ul li:nth-child(2){
	margin-top:0px;
}
.nab02 ul li dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab02 ul li dl dt img{
	max-height:2.0rem;
}
.nab02 ul li dl dd{
	margin-top:1.38rem;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab03{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab03 .tex{
	width:100%;
	padding:0 8.33vw;
}
.nab03 .tex .intit .a01{
	max-width:100%;
	width:100%;
}
.subNavBox{
	width:100%;
	float:left;
	margin-top:2.06rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid #E0E0E0; 
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	
	padding-bottom:1.0rem;
	margin-top:1.5rem;
}
.subNav:hover{float:left;}
.currentDd{
	border-bottom:0px;
}
.currentDd a{}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-bottom:2.5rem;
	border-bottom:1px solid #FF770F;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 178.571% */
	
}

.nab03 .pic{
	width:100%;
	overflow:hidden;
	margin-top:3.0rem;
}
.nab03 .pic img{
	width:100%;
	height:auto;
	display: block;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	padding:3.25rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.prolist ul li:nth-child(2n){
	background: var(---Gray-6, #F2F2F2);
}
.prolist ul li .tex{
	width:100%;
}
.prolist ul li .tex dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.prolist ul li .tex dl dd{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
	margin-top:3.3rem;
}
.prolist ul li .pic{
	width:100%;
	overflow:hidden;
	margin-top:3.0rem;

}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li:hover{
	background: var(--ff-770-f, #FF770F);
}
.prolist ul li:hover .tex dl dt{
	color: var(---333, #333);
}

.proshow{
	width:100%;
	float:left;
	margin-top:5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
}
.proshow-l dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.proshow-l dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:2.44rem;
}
.proshow-r{
	width:100%;
}
.pro{
	width:100%;
	float:left;
	margin-top:3rem;
}
.pro img{
	max-width:100%;
	height:auto;
}
.ke-zeroborder {
    width: 100%;
    padding: 1.25rem 0;
	    border-collapse: collapse;
}

.ke-zeroborder th {
    background: var(--ff-770-f, #ea601f);
        font-size: 0.85rem;
    padding: 0.5rem 0;
    font-style: normal;
    font-weight: 550;
    line-height: normal;

	text-align:center;
	color:#fff;
    border: 1px solid var(---Gray-5, #333);
}
.ke-zeroborder td {
   width:20%;
    color: var(---333, #333);
    font-size: 0.6rem;
    font-style: normal;
    padding: 0.4rem;
    font-weight: 400;
    line-height: normal;
	text-align:center;
     border: 1px solid var(---Gray-5, #333);
}
.tab1{
	overflow-x: scroll;
	}
.scrx{
	    width: 500px;
    border-collapse: collapse;
	}
.ke-zeroborder .scd3{
	width:20%;
	}
.ke-zeroborder .scd4 {
    width: 24%;
}
.sflist{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.sflist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sflist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(---Gray-6, #F2F2F2);
}
.sflist ul li .pic{
	width:100%;
	overflow:hidden;
}
.sflist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.sflist ul li .tex{
	width:100%;
	padding:2.5rem 1.5rem;
}
.sflist ul li .tex h1{
	color: var(--ff-770-f, #FF770F);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.sflist ul li .tex dl dt{
	margin-top:3.3rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 150% */
	
}
.sflist ul li .tex dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
}
.sflist ul li .tex .xpic{
	display:flex;
	margin-top:2.37rem;
}
.sflist ul li .tex .xpic a{
	margin-right:0.31rem;
	max-height:4.25rem;
	max-width:4.25rem;
}
.sflist ul li .tex .xpic a img{
	max-width:100%;
}
.sflist ul li .tex .xpic a.cur{
	border: 3px solid var(--ff-770-f, #FF770F);
	background: var(---666, #666);
}
.sflist ul li .tex .xpic a:hover{
	border: 3px solid var(--ff-770-f, #FF770F);
	background: var(---666, #666);
	transition: all 0.6s;
}

.js01{
	width:100%;
	float:left;
	margin-top:5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js01-l{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	
}
.js01-l dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.js01-l dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:2.38rem;
}
.js01-r{
	width:100%;
	margin-top:2.0rem;
}
.js01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js01-r ul li{
	width:100%;
	padding-bottom:1.25rem;
	margin-top:2.25rem;
	border-bottom:1px solid #FF770F;
	color: var(--ff-770-f, #FF770F);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 150% */
	display: flex;
	align-items: center;
}
.js01-r ul li::before{
	content:'';
	margin-right:1.0rem;
	width: 1.0rem;
	height: 1.0rem;
	border-radius:50%;
	background: var(--ff-770-f, #FF770F);
	display:inline-block;
	min-width:1.0rem;
}

.js02{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #F9F9F9;
}
.js02-l{
	width:100%;
	padding:5rem 8.3vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js02-l dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	margin-top:0.62rem;
}
.js02-l dl:first-child{
	margin-top:0px;
}
.js02-l dl dt{
	width:100%;
	background: var(---white, #FFF);
	padding:1.0rem 1.25rem;
	color: var(--ff-770-f, #FF770F);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 150% */
	display: flex;
	align-items: center;
}
.js02-l dl dd{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js02-l dl dd .a01{
	width:100%;
	background: var(--ff-770-f, #FF770F);
	text-align:center;
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 150% */
	padding:1.0rem 1.25rem;
}
.js02-l dl dd .a01:first-child{
	margin-top:0px;
}

.js02-l img{
	max-width:100%;
}

.js02-r{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding:5.0rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
}
.js02-r img{
	max-width:100%;
}

.newtj{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .tex{
	width:100%;
	color: var(--ff-770-f, #FF770F);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.newtj .tex dl dt{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:1.25rem;
}
.newtj .tex dl dd{
	margin-top:2.13rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtj .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
}

.newlist{
	width:100%;
	float:left;
	margin-top:3.5rem;
}
.newlist ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	transition: all 0.6s;
}
.newlist ul li a{
	width:100%;
	padding:2.0rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.newlist ul li .date{
	width:7.0rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display: none;
}
.newlist ul li .title{
	width:48.25%;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newlist ul li .tex{
	width:44.8125%;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.newlist ul li:hover{
	background: var(--ff-770-f, #FF770F);
}
.fy{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:2.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);

}
.fy ul li a:hover{
	background: var(--ff-770-f, #FF770F);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--ff-770-f, #FF770F);
}
.fy ul li .cur{
	background: var(--ff-770-f, #FF770F);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--ff-770-f, #FF770F);
}

.newcon{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon .fx{
	width:2.0rem;
}
.newcon .fx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon .fx ul li{
	width:100%;
	height:2.0rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items:center;
	background: var(---Gray-6, #F2F2F2);
	margin-bottom:1.0rem;
}
.newcon .fx ul li img{
	max-height:2.0rem;
}
.newcon .con{
	width:calc(100% - 3.0rem);
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.39rem;
	color: var(--ff-770-f, #FF770F);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.23rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8; /* 1.75rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.2rem;
}
.newnext ul li{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li b{
	width:6.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newnext ul li div{
	width:calc(100% - 6.0rem);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.newcon-r{
	width:23.4%;
	display:none;
}
.newcon-r ul{
	display: flex;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	margin-top:1.25rem;
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newcon-r ul li .pic{
	overflow:hidden;
}
.newcon-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newcon-r ul li .tex{
	padding:1.31rem 1.25rem;
}
.newcon-r ul li .tex dl dt{
	display:flex;
}
.newcon-r ul li .tex dl dt i{
	display: inline-flex;
	padding: 0.625rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(--ff-770-f, #FF770F);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newcon-r ul li .tex dl dd{
	margin-top:1.29rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.subNavBox4{
	width:100%;
	float:left;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	font-size:1.0rem;
	padding-bottom:1.94rem;
	margin-top:1.75rem;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav4 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	display:none;
}
.subNav4 dl dd i{
	width: 0.0625rem;
	height: 1.0rem;
	background: #333;
	margin-left:1.62rem;
	margin-right:1.62rem;
}
.subNav4::after{
	width: 1.25rem;
	height: 0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	min-width:2.25rem;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4::after{

	background-image:url(../img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.8rem 0.75rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: var(--ff-770-f, #FF770F);
	padding-top:0.8rem;
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:1.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width:7.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 7.0rem);
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2rem */
}
.red{
	display: inline-flex;
	padding: 0.5rem 1.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
	color: #000;
	text-align: center;
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	margin-top:4.0rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
}
.lx01-l dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.lx01-l dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.lx01-l ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.63rem;
}
.lx01-l ul li{
	width:100%;
	padding-bottom:1.25rem;
	margin-top:1.5rem;
	border-bottom:1px solid #FF770F;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	
}
.lx01-l ul li img{ 
    margin-right: 1rem;
    max-height: 1.7rem;
    min-width: 2rem;
	}

.lx01-r{
	width:100%;
	margin-top:3.0rem;
	overflow:hidden;
}
.lx01-r img{
	width:100%;
	height:auto;
	display:block;
}

.zxly{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding:5rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly-l{
	width:100%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.zxly-l dl dt{
	color: var(--ff-770-f, #FF770F);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	font-family:zt;
}
.zxly-l dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:4.87rem
}

.zxly-r{
	width:100%;
	margin-top:3.0rem;
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li:first-child{
	margin-top:0px;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:3.75rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li .inmore{
	margin-top:0px;
}
.lx02 ul li .a01{
	display: flex;
	align-items: center;
}
.lx02 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:2.75rem;
	height: 2.75rem;
	border:0px;
	background-color:transparent;
	border: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	
}


.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}


.cppic{
	width:100%;
	float:left;
}
.cppic ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cppic ul li{
	width:48%;
}
.cppic ul li dl dt{
	overflow:hidden;
}
.cppic ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.cppic ul li dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.875rem;
}


.sjzwqh{
	width: auto;
	min-height: 4.5rem;
	font-size:1.0rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
position: absolute;
	right:1%;
	
}
.sjzwqh img{
	width:1.1rem;
}
.sjzwqh a{
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.sjzwqh .zhuan{
	width:100%;
	position:absolute;
	top:4rem;
	left:0;
	z-index:111;
	background-color:#FFF;
	font-size:16px;
	line-height:2.5rem;
	opacity:0;
	visibility:hidden;
	text-align:center;
	border-radius:5px;
}
.sjzwqh .zhuan p{
	position:relative;
	display:flex;
	align-items: center;
	text-align:left;
}
.sjzwqh .zhuan p i{
	width:2px;
	height:1.0rem;
	position:absolute;
	left:0;
	z-index:1;
	opacity:0;
	background-color:#116CB0;
}
.sjzwqh .zhuan p:hover i{
	opacity:1;
}
.sjzwqh .zhuan p.cur i{
	opacity:1;
}
.sjzwqh .zhuan a{
	color:#333;
	width:100%;
	text-align:left;
	padding-left:2.0rem;
	font-size:0.9rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-left:0;
	margin-right:0;
}
.sjzwqh:hover .zhuan{
	opacity:1;
	visibility:visible;
}












.mart7{
	margin-top:4.6rem;
}
.mart6{
	margin-top:3.3rem;
}
.mart0{
	margin-top:0rem;
}
.mart5{
	margin-top:2rem;
}
.mart3{
	margin-top:1.75rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}

.dingw{ width:100%; float:left; margin-top:-5rem;}






}
































