@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: SUIT;
	margin:auto
	}
@font-face
{
	font-family: SUIT;
	src: url('../font/SUIT-VARIABLE.TTF'),
	url('../font/SUIT-VARIABLE.TTF'); /* 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:#EA6A05;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}
::-webkit-scrollbar {
    width: 5px !important;
}
::-webkit-scrollbar-thumb {
    background: #EA6A05;
    width: 5px;
    border-radius: 3px;
}

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

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



.header.yanse.yanse01 .innav ul li{
	color:#fff;
}
.main{
	width: auto;
	margin:auto;
	padding:0px 15px;
	max-width:1440px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:998;
	height:5.0rem;
	transition: all 0.6s;
	backdrop-filter: blur(12.5px);
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	padding:0 5.2vw;
	position:relative;
}
.intop::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	transition: all 0.6s;
	background-color:var(--Color, #EA6A05);
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.intop:hover::before{
	width:100%;
}
.intop:hover a{
	color:#FFF;
}
.intop:hover .xl a{
	color:#333;
}
.intop:hover .xiala a{
	color:#333;
}
.intop:hover .xiala a:hover{
	color:var(--Color, #EA6A05);
}
.intop:hover .xiala2 a{
	color:#333;
}
.intop:hover .xiala2 a:hover{
	color:var(--Color, #EA6A05);
}
.intop:hover .top-r .zyw .a01{
	color:#FFF;
}
.intop:hover .top-r .zyw .a01::after{
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.intop:hover .top-r .qiu{
	background-image:url(../img/qiu2.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.intop .pic01{
	display:inline-block;
}
.intop .pic02{
	display: none;
}
.intop:hover .pic01{
	display:none;
}
.intop:hover .pic02{
	display:inline-block;
}

.logo{
	width:3.6%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:3.6%;
	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;
	margin-left:1.5625vw;
	margin-right:1.5625vw;
	position:relative;
	height:5.0rem;
	text-transform: capitalize;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.innav ul li.pos{
	position:static;
}
.innav ul li i{
	margin-left:0.31rem;
	width: 0.875rem;
	height: 0.5625rem;
	transition: all 0.6s;
}
.innav ul li:hover i{
	-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;
}
.header.yanse .innav ul li.cur a{
	color:#EA6A05;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}
.intop:hover .innav ul li.cur a{
	color:#fff;
}
.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.top-r .zyw .a01::after{
	width: 1.0625rem;
	height: 0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.44rem;
}
.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	color: var(---333, #333);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 5rem;
    left: -1.5rem;
    z-index: 1;
    display: flex;
    width: 250%;
    padding: var(--spacing-sm, 1rem);
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--radius-md, 0.5rem);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
	background-color: #FFF;
}
.top-r .zyw .xl a{
	width: 6.5rem;
    display: flex;
    padding: 0.5rem 0;
    align-items: flex-start;
    align-self: stretch;
    border-radius: var(--radius-sm, 0.25rem);
    color: #333;
    font-size: var(--font-size-sm, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-size-sm, 1rem);
    letter-spacing: 0.01rem;
    padding-left: 1rem;
	}
.top-r .zyw .xl a:hover {
    background: var(--surface-action, #EA6A05);
    outline: 0px solid var(--surface-action, #EA6A05);
    outline-offset: 0px;
    color: #FFF;
}
.top-r .qiu{
	margin-left:1.25rem;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-image:url(../img/qiu.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innav ul li .xiala{
	width:12.0rem;
	position:absolute;
	top:5.0rem;
	left:0rem;
	z-index:2;
	text-align:center;
	font-size:0.875rem;
	line-height:250%;
	font-weight: 400;
	opacity:0;
	visibility:hidden;
	padding:0.5rem 0;
}
.innav ul li .xiala1{
	left:-3.5rem;
	}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.header.yanse.yanse01 .xiala{
	background-color:rgba(0,0,0,0.3);
}
.header.yanse .xiala{
	background-color:rgba(255,255,255,1);
}
.header.yanse .innav ul li.cur .xiala a{
	color:#333;
}
.header.yanse .innav ul li.cur .xiala2 a{
	color:#333;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#EA6A05;
}

.innav ul li .xiala2{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	font-size:0.875rem;
	line-height:250%;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
}
.innav ul li:hover .xiala2{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala2 .a01{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	padding:2.0rem 0;
	border-bottom:1px solid #eee;
}
.innav ul li .xiala2 .a01:last-child{
	border-bottom:0px;
}
.innav ul li .xiala2 .a01 .b01{
	width:25%;
	padding:0 2.0rem;
	border-right:1px solid #eee;
	display: flex;
}
.innav ul li .xiala2 .a01 .b01:nth-child(4n){
	border-right:0px;
}
.innav ul li .xiala2 .a01 .b01 .pic img{
	max-width:4.0rem;
}
.innav ul li .xiala2 .a01 .b01 .pic{
	width:4.0rem;
	max-width:4.0rem;
	min-width:4.0rem;
	margin-right:1.0rem;
}
.innav ul li .xiala2 .a01 .b01 dl dt{
	font-size:1.0rem;
	padding-bottom:0.5rem;
	font-weight:bold;
}
.innav ul li .xiala2 .a01 .b01 dl dd{
	margin-top:0.7rem;
	font-size:0.875rem;
	line-height:1.4;
	font-weight: 400;
}


.index01{
	width:100%;
	float:left;
}
.index01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width:33.33333%;
	position: relative;
	overflow:hidden;
}
.index01 ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../img/qjbj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	opacity:0;
}
.index01 ul li:hover .mask{
	opacity:1;
}
.index01 ul li:hover .tex a{
	color:#FFF;
}
.index01 ul li:hover .tex dl dd a::after{
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index01 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index01 ul li:hover img{
	transform: scale(1.05);
}
.index01 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding:0 5.0rem;
}
.index01 ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.index01 ul li .tex dl dd{
	margin-top:5.0rem;
}
.index01 ul li .tex dl dd a{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.index01 ul li .tex dl dd a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:1.25rem;
	content:'';
	display: inline-block;
	background-image:url(../img/hov2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index02{
	width:100%;
	float:left;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .item{
	position:absolute;
	z-index:9;
}
.index02 .item.a1{
	top:17.5%;
	left:22%;
}
.index02 .item.a2{
	top:24%;
	left:18%;
}
.index02 .item.a3{
	top:33.5%;
	left:18%;
}
.index02 .item.a4{
	top:44.5%;
	left:21.2%;
}
.index02 .item.a5{
	top:38.5%;
	left:27.5%;
}
.index02 .item.a6{
	top:59.5%;
	left:20.5%;
}
.index02 .item.a7{
	top:57%;
	left:38.5%;
}
.index02 .item.a8{
	top:65%;
	left:42.8%;
}
.index02 .item.a9{
	top:28%;
	left:67.8%;
}
.index02 .item.a10{
	top:35%;
	left:68.8%;
}
.index02 .item.a11{
	top:58%;
	left:75.8%;
}
.index02 .item.a12{
	top:65%;
	left:79.5%;
}
.index02 .item.a13{
	top:39.5%;
	left:43.5%;
}
.index02 .item.a14{
	top:50%;
	left:70%;
}
.index02 .item.a15{
	top:81%;
	left:76%;
}
.index02 .item .dot{
	width:8px;
	height:8px;
	position:relative;
	cursor:pointer;
}
.index02 .item .dot::before{
	background-color:rgba(199, 0, 11, 0.8);
	border:solid 2px #EA6A05;
	width:50px;
	height:50px;
	content:'';
	position:absolute;
	left:-21px;
	top:-21px;
	border-radius:50%;
	animation:dot2 4s linear infinite;
	z-index:3;
}
.index02 .item .dot::after{
	width:100px;
	height:100px;
	content:'';
	background:rgba(199, 0, 11, 0.1);
	position:absolute;
	left:-46px;
	top:-46px;
	z-index:1;
	border-radius:50%;
	animation:dot2 4s linear infinite;
}
.index02 .item .dot .center{
	width:8px;
	height:8px;
	background:#EA6A05;
	display:block;
	animation:dot1 3s linear infinite;
	border-radius:50%;
}

@keyframes dot1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dot2 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
  }
}

.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:9.0rem 0;
}
.inab .a01{
	width:42%;
}
.inab .a01 dl dt{
	color: var(--Color, #EA6A05);
	font-family: "SUIT";
	font-size: 4rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: capitalize;
}
.inab .a01 dl dd{
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .a02{
	width:55%;
	color: var(---333, #333);
	text-align: justify;
	font-family: "SUIT";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2.5rem */
}

.index02 .tex{
	width:39%;
	top:13%;
	right:5%;
	position:absolute;
	z-index:1;
}
.index02 .tex dl dt{
	color: var(--Color, #EA6A05);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index02 .tex dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	text-align: justify;
	font-family: "SUIT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.75rem */
}
.index02 .tex .inmore{
	justify-content:flex-start;
	margin-top:3.3rem;
}
.index02 .tex .inmore a::after{
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.intit{
	width:100%;
	float:left;
	text-align:center;
}
.refangz{
	    display: flex;
    flex-wrap: wrap;
	}
.refangz li {
    width: calc(50% - 30px);
    margin-right: 30px;
    background-color: #F2F2F2;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}
.thgwrap {
    width: 100%;
    float: left;
    padding: 2rem 1rem;
    background: var(---Gray-6, #F2F2F2);
    margin-top: 2rem;
}
.thg {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
	background: var(--Color, #fff);
}
.thg .a01 {
   width: 100%;
    display: flex;
    align-items: center;
    padding-left: 7%;
}
.thg .a01 dl dt a{
	border-radius: 2.875rem;
    background: var(--Color, #EA6A05);
    padding: 1rem 2rem;
    color: var(---white, #FFF);
	}
.thg .a01 img {
    max-height: 7.5rem;
    margin-right: 3.2rem;
    min-width: 7.5rem;
}
.thg .a01 dl dt {
    color: var(---333, #333);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.thg .a01 dl dd {
    color: var(---333, #333);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 166.5%;
}
.ke-zeroborder{
	width: 100%;
    float: left;
    margin-top: 2.5rem;
    color: var(---333, #333);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
	}
.ke-zeroborder tr th {
    background: var(--Color, #4bacc6);
	font-size: 0.9rem;
	color:#fff;
	padding:5px;
}
.xyysd{
	color:#fff;
	    background: var(--Color, #4bacc6);
		font-size: 1.2rem!important;
	}
.ke-zeroborder tr{
	background: var(--Color, #d0e3ea);
	}
.ke-zeroborder tr:nth-child(2n){
	 background: var(--Color, #e9f1f5);
	}
.ke-zeroborder tr td {    
	padding:5px;
	
}
.intit dl dt{
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit dl dd{
	display: flex;
	justify-content: center;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
	margin-top:1.88rem;
}
.intit dl dd div{
	width:75%;
}
.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(33.7% - 1.19rem);
	margin-right:1.19rem;
	margin-top:3.75rem;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
	background: #F2F2F2;
}
.inpro ul li:hover .pic{
	background: var(--Color, #EA6A05);
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.5rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.inmore{
	display:flex;
	justify-content: center;
}
.inmore a{
	padding: 0.75rem 1.25rem 0.75rem 2.25rem;
	border-radius: 3.125rem;
	color: var(--Color, #EA6A05);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	position:relative;
	display: flex;
	align-items: center;
	border:1px solid var(--Color, #EA6A05);
	overflow:hidden;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:1.25rem;
	content:'';
	background-image:url(../img/hov2.svg);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.inmore a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: var(--Color, #EA6A05);
	transition: all 0.6s;
	content:'';
	display:inline-block;
	z-index:-1;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color: var(---white, #FFF);
}
.inmore a:hover::after{
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
}

.innewtj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:59.44%;
	overflow:hidden;
}
.innewtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innewtj .pic:hover img{
	transform: scale(1.05);
}
.innewtj .tex{
	width:39.16%;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 2.75rem;
}
.innewtj .tex .a01{
	width:100%;
}
.innewtj .tex .a01 a{
	color: var(--Color, #EA6A05);
}
.innewtj .tex .a01 dl dt{
	color: var(--60, rgba(0, 0, 0, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj .tex .a01 dl dd{
	color: var(--Color, #EA6A05);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 180%; /* 2.25rem */
	margin-top:1.25rem;
}
.innewtj .tex .a01 .more{
	display:flex;
	margin-top:3.75rem;
}
.innewtj .tex .a01 .more a{
	color: #333;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.innewtj .tex .a01 .more a::after{
	margin-left:0.62rem;
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/hov2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.innewtj .tex:hover{
	background: var(--Color, #EA6A05);
}
.innewtj .tex:hover .a01 a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innewtj .tex:hover .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innewtj .tex:hover .a01 dl dd{
	color: var(---white, #FFF);
}
.innewtj .tex:hover .a01 .more a{
	color: var(---white, #FFF);
}
.innewtj .tex:hover .a01 .more a::after{
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}




.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	padding-bottom:1.88rem;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---white, #FFF);
	margin-top:3.7rem;
	position:relative;
}
.innew ul li::before{
	width:0;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	background-color:var(--Color, #EA6A05);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.innew ul li:hover::before{
	width:100%;
}
.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:2.5rem;
	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.25rem;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.inys{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inys ul{
	display: flex;
	flex-wrap: wrap;
}
.inys ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	padding: 2.2rem 1.5rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
	text-align:center;
}
.inys ul li:nth-child(4n){
	margin-right:0px;
}
.inys ul li:hover{
	background: var(--Color, #EA6A05);
}
.inys ul li .pic{
	overflow:hidden;
}
.inys ul li .pic img{
	max-width:100%;
	height:auto;
}
.inys ul li dl dt{
	margin-top:4.4rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.inys ul li dl dd{
	margin-top:1.88rem;
	overflow: hidden;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.75rem */
}
.inys ul li .pic01{
	display:inline-block;
}
.inys ul li .pic02{
	display: none;
}
.inys ul li:hover .pic01{
	display:none;
}
.inys ul li:hover .pic02{
	display:inline-block;
}
.inys ul li:hover dl dt{
	color:#FFF;
}
.inys ul li:hover dl dd{
	color:#FFF;
}
.xlogo{
	width:100%;
	float:left;
	margin-top: 4rem;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
}
.xlogo ul li{
	width:11rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-left:0px;
	float:left;
	height:11rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xlogo ul li img{
	max-width:80%;
}
.xlogo ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#demo{
	overflow:hidden;
	width: 100%; 
} 
#indemo{
	float: left;
	width: 1800%; 
} 
#demo1{
	float: left; 
} 
#demo2{
	float: left; 
}

.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(---333, #333);
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:3.75rem;
	padding-bottom:2.5rem;
}
.dblogo{
	width:auto;
	max-width:18%;
	display:flex;
}
.dblogo img{
	max-width:100%;
}
.search{
	width: auto;
	display: flex;
	align-items: center;
	height:3.0rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right:0px;
}
.ssbk{
	width:18.0rem;
	border:0;
	outline:none;
	background-color:transparent;
	padding:0 1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ssanniu{
	padding:0 2.34375rem;
	height:3.0rem;
	line-height:3.0rem;
	background: var(--Color, #EA6A05);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border:0px;
	cursor:pointer;
}
.line{
	width:100%;
	float:left;
	height:1px;
	background-color:rgba(255, 255, 255, 0.20);
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .a01{
	width:auto;
	max-width:23%;
	color: rgba(255,255,255,0.60);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.7;
}
.foot02 .a01 h1{
	color: var(---white, #FFF);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
	font-family: DIN;
}
.foot02 .a02{
	width:auto;
	min-width:58%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .a02 dl dt{
	color: var(---white, #FFF);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom:0.81rem;
}
.foot02 .a02 dl dd{
	margin-top:0.75rem;
	color: rgba(255,255,255,0.60);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.foot02 .a02 dl dd a{
	color: rgba(255,255,255,0.60);
}
.foot02 .a03{
	width:auto;
	max-width:10%;
	text-align:center;
}
.foot02 .a03 dl dt{
	overflow:hidden;
	display:flex;
}
.foot02 .a03 dl dt img{
	max-width:100%;
}
.foot02 .a03 dl dd{
	margin-top:0.54rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03{
	width:100%;
	float:left;
	margin-top:6.27rem;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	padding:1.3rem 0;
	text-align:center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	color: #FFF;
	text-align: center;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.weizi{
	width:100%;
	float:left;
	background: var(--edf-5-f-2, #F4F4F4);
	padding:1.0rem 0;
}
.weizi01{
	width:100%;
	float:left;
	color: var(---666, #666);
	font-family: "SUIT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.weizi01::before{
	margin-right:0.62rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.weizi01 a{
	color: var(---666, #666);
}
.zlm{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.zlm ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	display:flex;
	margin-left:0.625rem;
	margin-right:0.625rem;
	margin-top:0.625rem;
}
.zlm ul li a{
	padding: 1.25rem 2.25rem;
	border-radius: 1.875rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zlm ul li a:hover{
	border-radius: 1.875rem;
	background: var(--Color, #EA6A05);
	color: var(---white, #FFF);
}
.zlm ul li a.cur{
	border-radius: 1.875rem;
	background: var(--Color, #EA6A05);
	color: var(---white, #FFF);
}
.nab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
}
.nab h1{
	margin-bottom:2.5rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	line-height: normal;
}
.nab ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.nab ul li{
	width:auto;
	max-width:24%;
}
.nab ul li dl dt{
	color: var(--Color, #EA6A05);
	font-family: Arial;
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.nab ul li dl dd{
	color: var(---666, #666);
	font-family: "SUIT";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.swiper{
	width: 100%;
	float:left;
	margin-top:6.25rem;
}
.swiper.a01{
	margin-top:1.25rem;
}


.swiper-slide{
	background-size: cover;
	background-position: center;
}
.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-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#EA6A05;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#EA6A05;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}

.mySwiper4{
	height: auto;
	width: 100%;
}

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

.abwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:10rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.nab02{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.nab02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:50%;
	background: var(--Color, #EA6A05);
	padding:5.4rem;
}
.nab02 ul li .pic{
	overflow:hidden;
}
.nab02 ul li .pic img{
	max-width:4.125rem;
}
.nab02 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-top:5.38rem;
}
.nab02 ul li dl dd{
	margin-top:3.5rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.75rem */
}
.nab02 ul li:last-child dl dt{
	color: var(---333, #333);
}
.nab02 ul li:last-child dl dd{
	color: var(---666, #666);
}
.nab02 ul li:last-child{
	background-color:#FFF;
}
.honr{
	width:100%;
	float:left;
	background-image:url(../img/lcbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:6.44rem 0;
}
.zs01{
	width:100%;
	float:left;
	margin-top:6.0rem;
	background-image:url(../img/pt.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
	padding:0 5.0rem;
	padding-bottom:5.0rem;
}
.zs01 ul{
	display:flex;
	flex-wrap: wrap;
}
.zs01 ul li{
	/*width:calc(17.4% - 3.8rem);*/
	width:auto;
	margin-right:1.5rem;
	margin-top:20px;
}
.zs01 ul li:nth-child(6n){
	margin-right:0px;
}
.zs01 ul li img{
	width:100%;
	height:11vw;
	display:block;
}

.zs02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/pt.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
	padding:0 5.0rem;
	padding-bottom:5.0rem;
}
.zs02 ul{
	display:flex;
	flex-wrap: wrap;
}
.zs02 ul li{
	width:calc(25.9% - 3.8rem);
	margin-right:1.5rem;
	margin-bottom:30px;
}
.zs02 ul li:nth-child(5n){
	margin-right:0px;
}
.zs02 ul li img{
	width:100%;
	height:auto;
	display:block;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	line-height:3.125rem;
	transition: all 0.6s;
	border-radius:50%;
	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 b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--0056-b-1, #EA6A05);
	border:1px solid var(--Color-3, #EA6A05);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--0056-b-1, #EA6A05);
	border:1px solid var(--Color-3, #EA6A05);
	color:#FFF;
}
.proshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:48%;
	background: var(--Color, #EA6A05);
	padding:0.69rem;
}
.swiper.ac01{
	margin-top:0px;
}
.proshow-r{
	width:45%;
}
.proshow-r dl dt{
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:5.0rem;
}
.proshow-r dl dd{
	padding:1.56rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.showwrap{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(--Color, #EA6A05);
	padding:2.12rem 0;
}
.showwrap ul{
	display:flex;
	flex-wrap: wrap;
}
.showwrap ul li{
	width:auto;
	margin-right:8.44rem;
	color: var(---white, #FFF);
	font-family: "SUIT";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.showwrap ul li a{ color: var(---white, #FFF);}
.showwrap ul li::after{
	width:100%;
	height: 0.125rem;
	position:absolute;
	bottom:-1.3rem;
	content:'';
	display:inline-block;
	background: #FFF;
	position:absolute;
	left:0;
	opacity:0;
}
.showwrap ul li.cur::after{
	opacity:1;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.subNav{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	line-height:3.0rem; 
	font-size:1.0rem;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:2.19rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:0.62rem;
}
.subNav::before{
	content:"+";
	margin-right:1.25rem;
	color:#EA6A05;
	font-size:2.0rem;
	margin-top:-0.3rem;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(---Gray-6, #F2F2F2);
	border: 0px solid var(---Gray-5, #E0E0E0);
}
.currentDd::before{
	content:"-";
	color: #E0E0E0;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:2.37rem 2.19rem;
	padding-top:0px;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	background: var(---Gray-6, #F2F2F2);
}

.showwrap2{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.12rem 0;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.back{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.back.jz{
	justify-content: flex-start;
}
.back a{
	padding: 1.0625rem 2.625rem 1.0625rem 3.125rem;
	background: var(--Color, #EA6A05);
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.back a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:2.06rem;
}

.carlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.carlist ul{
	display: flex;
	flex-wrap: wrap;
}
.carlist ul li{
	width:calc(33.8% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	overflow:hidden;
}
.carlist ul li:nth-child(3n){
	margin-right:0px;
}
.carlist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.carlist ul li:hover img{
	transform: scale(1.05);
}
.yf01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background-image:url(../img/yf01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:36% auto;
}
.yf01 ul{
	display: flex;
	flex-wrap: wrap;
}
.yf01 ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yf01 ul li .a01{
	width:27.4%;
}
.yf01 ul li .a01:nth-child(2){
	text-align:right;
}
.yf01 ul li .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
	line-height: normal;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.yf01 ul li .a01 dl dd{
	margin-top:1.88rem;
	color: var(---999, #999);
	font-family: "SUIT";
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6; /* 1.5rem */
}
.yf01 ul li:nth-child(2){
	margin-top:9.25rem;
}

.jswrap{
	width:100%;
	float:left;
	background-image:url(../img/yfb01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:8.5rem;
	margin-top:10rem;
}
.ntit{
	width:100%;
	float:left;
	text-align:center;
}
.ntit dl dt{
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit dl dd{
	margin-top:2.63rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
	display:flex;
	justify-content: center;
}
.ntit dl dd div{
	width:76%;
}
.jsnl{
	width:100%;
	float:left;
	margin-top:8.0rem;
}
.jsnl ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jsnl ul li{
	width:33.33%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.20));
	background: var(--30, rgba(0, 0, 0, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding: 3rem 2rem;
	text-align:center;
}
.jsnl ul li:nth-child(3n){
	border-right:0px;
}
.jsnl ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.jsnl ul li dl dd{
	margin-top:2.8rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.75rem */
}

.caselist{
	width:100%;
	float:left;
}
.caselist ul{
	display: flex;
	flex-wrap: wrap;
}
.caselist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li .pic{
	overflow:hidden;
	position:relative;
}
.caselist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}
.caselist ul li .pic .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-image:url(../img/bj.svg);
	background-position:center;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.caselist ul li:hover .pic .mask{
	opacity:1;
	visibility:visible;
}
.caselist ul li .pic .mask::before{
	width: 3rem;
	height: 3rem;
	content:'';
	display:inline-block;
	background-image:url(../img/link.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
.caselist ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.altit{
	    width: 100%;
    float: left;
    margin-top: 6.25rem;
    color: var(---333, #333);
    font-family: "SUIT";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.alsm{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding: 3.75rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	text-align: justify;
	font-family: "SUIT";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
	
}
.alsm h1{
	    margin-bottom: 2.5rem;
    color: var(---333, #333);
    font-family: "SUIT";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.zp{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.subNavBox4{
	width:100%;
	float:left;
	margin-top:50px;
}

.subNav4{
	width:100%; 
	float:left; 
	display: flex;
	justify-content: space-between;
	align-items: center;
	CURSOR: pointer; 
	text-align:left;
	margin-top:2.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding-bottom:2.5rem;
}
.subNav4 dl dt{
	font-size: 1.25rem;
	line-height:150%;
	font-weight:bold;
}
.subNav4 dl dd{
	margin-top:1.63rem;
	display:flex;
	align-items: center;
	font-size: 0.875rem;
	line-height:150%;
	color:#666;
}
.subNav4 dl dd i{
	width:1px;
	height:12px;
	background-color:#999999;
	margin-left:15px;
	margin-right:15px;
}
.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;
}
.currentDd4::after{
	background:url(../img/xjt.svg) 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;
}
.currentDd4{
	background: var(---Gray-6, #F2F2F2);
	border-bottom:0px;
	padding:2.5rem;
}
.currentDd4 a{
	color: #fff;
	background: #0e56c0;
}
.currentDd4 a i{
	background-image:url(../img/sjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:2.5rem; 
	line-height:200%; 
	font-size:1.0rem;
	background: var(---Gray-6, #F2F2F2);
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:2.5rem;
	margin-top:2.5rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width:10.0rem;
	margin-top:0.3rem;
	color: var(---333, #333);
}
.navContent4 dl dd{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
	width:calc(100% - 10.0rem);
	color: var(---666, #666);
}

.newcon{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:64%;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float: left;
	margin-top:2.75rem;
	color: var(--Gray-3, #828282);
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.13rem;
	color: var(---666, #666);
	text-align: justify;
	font-family: "SUIT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newcon-r{
	width:33%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem;
}
.newcon-r h1{
	color: var(--Gray1, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newcon-r ul li{
	width:100%;
	float:left;
	padding:1.94rem 0;
	border-bottom:1px solid #E0E0E0;
}
.newcon-r ul li:hover{
	border-bottom:1px solid #EA6A05;
}
.newcon-r ul li dl dt{
	color: var(---666, #666);
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li .more{
	display:flex;
	align-items: center;
	margin-top:0.88rem;
}
.newcon-r ul li .more a{
	display:flex;
	align-items: center;
	color: var(---999, #999);
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:1.06rem;
	content:'';
	display:inline-block;
	background-image:url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.newcon-r ul li:last-child{
	border-bottom:0px;
	padding-bottom:0px;
}
.lx01{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(---Gray-6, #F2F2F2);
}
.lx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:50%;
	padding:3.75rem 2.44rem;
}
.lx01 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom:1.94rem;
}
.lx01 ul li dl dd{
	padding:1.81rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.lx01 ul li dl dd img{
	margin-right:1.88rem;
}
.lx01 ul li:hover{
	background: var(--Color, #EA6A05);
}
.lx01 ul li:hover dl dt{
	color:#FFF;
}
.lx01 ul li:hover dl dd{
	color:#FFF;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.lx01 ul li .pic01{
	display:inline-block;
}
.lx01 ul li .pic02{
	display: none;
}
.lx01 ul li:hover .pic01{
	display:none;
}
.lx01 ul li:hover .pic02{
	display:inline-block;
}
.nmap{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nmap img{
	width:100%;
	height:auto;
	display:block;
}
.lxtit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.lx02{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem;
	padding-top:0px;
	margin-top:3.75rem;
}
.lx02 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:10px;
}
.lx02 ul li{
	width:49%;
	margin-top:2.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.lx02 ul li:last-child{
	margin-top:3.75rem;
}
.lx02 ul li .back{
	width:auto;
	margin-top:0px;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li div{
	display: flex;
	align-items: center;
}
.lx02 ul li div input{
	margin-right:0.94rem;
}
.lx02 ul li dl dt{
	font-size: 1rem;
	line-height: normal;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:0.62rem;
}
.lx02 ul li.w100{
	width:100%;
}
.bgbk{
	width:100%;
	padding:0 1.25rem;
	border:0px solid rgba(0,0,0,0.10);
	outline:none;
	color:#999;
	font-size: 0.875rem;
	line-height:3.75rem;
	height:3.75rem;
}
.bganniu{
	width:200px;
	line-height:64px;
	height:64px;
	background-color:#048E8B;
	border-radius:30px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border:0;
	cursor:pointer;
	text-align:center;
}
.blue{
	color: var(--0171-d-5, #0171D5);
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 0px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background:url("../img/arrow2.svg") no-repeat scroll top 1.4rem right 1.5rem transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
	background-color:#FFF;
}
















.yel{
	color: var(--Color, #EA6A05);
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.mart5{
	margin-top:5rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart10{
	margin-top:10rem;
}
.mart8{
	margin-top:8.75rem;
}

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

.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;}

	
}


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


.zs01 ul li img {
    width: 100%;
    height: 11.5vw;
    display: block;
}
.innav ul li{
	
	margin-left:0.8625vw;
	margin-right:0.8625vw;}
.index01 ul li .tex{
	    padding: 0 2rem;
	}	
	
}

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







	
}

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

.main{
	padding:0 5.2vw;
}
.innav ul li{
	font-size:0.8rem;
	margin-left:0.9vw;
	margin-right:0.9vw;
}

.zlm ul li a{
	padding:0.5rem 1.25rem;
	font-size:0.875rem;
}
.zlm ul li{
	margin-left:0.325rem;
	margin-right:0.325rem;
}
.inys ul li{
	padding:2.2rem 2.5rem;
}
.inys ul li .pic img{
	max-height:4.0rem;
}
.inys ul li dl dt{
	font-size:1.0rem;
}
.nab ul li dl dt{
	font-size:4.0rem;
}
.thg .a01 dl dt {
    font-size: 1.3rem;
}
.zs01 ul li{
	/*width:calc(17% - 1.8rem);*/
	width:auto;
	margin-right:1.8rem;
}
.zs01 ul li img{
	width:100%;
	height:10.5vw;
	display:block;
}
.zs01{
	padding-bottom:3.3rem;
}
.zs02 ul li{
	width:calc(25% - 1.8rem);
	margin-right:1.8rem;
}

.zs02{
	padding-bottom:3.3rem;
}
.inab .a02{
	font-size: 1rem;
	}
.nab{
	font-size: 1rem;
	}
.nab02 ul li{
	padding: 4.4rem;
	}
.nab02 ul li dl dd{
	    font-size: 0.85rem;
	}
.gyfs_con dd{
	padding: 5rem 1.87rem 5rem 0.87rem;
	}
.gyfs_con dd h3{
	font-size: 1rem;
	}
.index01 ul li .tex dl dt{
	font-size:1.0rem;
}
.index01 ul li .tex dl dd{
	margin-top:1.0rem;
}
.index02 .tex dl dt{
	font-size:1.5rem;
}

.index02 .tex dl dd{
	font-size:0.75rem;
	margin-top:1.5rem;
}


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





	
}





@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:80%;
	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: 16rem;
    height: 3rem;
    display: block;
	}
.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: #EA6A05; 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%;
	margin-top: 0rem;
}

.index01{
	width:100%;
	float:left;
}
.index01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width:100%;
	position: relative;
	overflow:hidden;
}

.index01 ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../img/qjbj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	/*opacity:0;*/
}
.index01 ul li:hover .mask{
	/*opacity:1;*/
}
.index01 ul li:hover .tex a{
	color:#FFF;
}
.index01 ul li:hover .tex dl dd a::after{
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index01 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.index01 ul li:hover img{
	transform: scale(1.05);
}
.index01 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding:0 1.0rem;
}
.index01 ul li .tex dl dt{
	color: var(---fff, #fff);
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.index01 ul li .tex dl dt a{
	color: var(---fff, #fff);
	}
.index01 ul li .tex dl dd{
	margin-top:0.5rem;
}
.index01 ul li .tex dl dd a{
	color: var(---fff, #fff);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.index01 ul li .tex dl dd a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:1.0rem;
	content:'';
	display: inline-block;
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.index02{
	width:100%;
	float:left;
	margin-top:0.75rem;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}

.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:2.0rem 0;
}
.inab .a01{
	width:100%;
}
.inab .a01 dl dt{
	color: var(--Color, #EA6A05);
	font-family: "SUIT";
	font-size: 2rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: capitalize;
}
.inab .a01 dl dd{
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .a02{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-family: "SUIT";
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2.5rem */
	margin-top:2.0rem;
}

.index02 .tex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:0 5%;
}
.index02 .tex dl dt{
	color: var(--Color, #EA6A05);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index02 .tex dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	text-align: justify;
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.75rem */
}
.index02 .tex .inmore{
	justify-content:flex-start;
	margin-top:3.3rem;
}
.index02 .tex .inmore a::after{
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.intit{
	width:100%;
	float:left;
	text-align:center;
}
.intit dl dt{
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 1rem;
}
.intit dl dd{
	display: flex;
	justify-content: center;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
	margin-top:1.0rem;
}
.intit dl dd div{
	width:100%;
}
.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:48%;
	margin-top:1.15rem;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
	background: #F2F2F2;
}
.inpro ul li:hover .pic{
	background: var(--Color, #EA6A05);
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.5rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.inmore{
	display:flex;
	justify-content: center;
}
.inmore a{
	padding: 0.35rem 1.0rem;
	border-radius: 3.125rem;
	border:1px solid var(--Color, #EA6A05);
	color: var(--Color, #EA6A05);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	position:relative;
	display: flex;
	align-items: center;
}
.inmore a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:1.0rem;
	content:'';
	background-image:url(../img/hov2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	display:inline-block;
}
.inmore a:hover{
	background: var(--Color, #EA6A05);
	color: var(---white, #FFF);
}
.inmore a:hover::after{
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.innewtj{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:100%;
	overflow:hidden;
}
.innewtj .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innewtj .pic:hover img{
	transform: scale(1.05);
}
.innewtj .tex{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding:1.0rem;
}
.innewtj .tex .a01{
	width:100%;
}
.innewtj .tex .a01 a{
	color: var(--Color, #EA6A05);
}
.innewtj .tex .a01 dl dt{
	color: var(--60, rgba(0, 0, 0, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj .tex .a01 dl dd{
	color: var(--Color, #EA6A05);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
	margin-top:1.25rem;
}
.innewtj .tex .a01 .more{
	display:flex;
	margin-top:0.75rem;
}
.innewtj .tex .a01 .more a{
	color:#333;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.innewtj .tex .a01 .more a::after{
	margin-left:0.62rem;
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/hov2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.innewtj .tex:hover{
	background: var(--Color, #EA6A05);
}
.innewtj .tex:hover .a01 a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innewtj .tex:hover .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innewtj .tex:hover .a01 dl dd{
	color: var(---white, #FFF);
}
.innewtj .tex:hover .a01 .more a{
	color: var(---white, #FFF);
}
.innewtj .tex:hover .a01 .more a::after{
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li{
	width:48%;
	padding-bottom:1.88rem;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---white, #FFF);
	margin-top:2.0rem;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li:hover{
	border-bottom: 2px solid var(--Color, #EA6A05);
}
.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.5rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li dl dd{
	margin-top:1.0rem;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.inys{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.inys ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inys ul li{
	width:48%;
	padding:1.2rem 0.6rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
	text-align:center;
	margin-top:1.5rem;
}
.inys ul li:nth-child(4n){
	margin-right:0px;
}
.inys ul li:hover{
	background: var(--Color, #EA6A05);
}
.inys ul li .pic{
	overflow:hidden;
}
.inys ul li .pic img{
	max-width:3.0rem;
	height:auto;
}
.inys ul li dl dt{
	margin-top:1.4rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.inys ul li dl dd{
	margin-top:1.0rem;
	overflow: hidden;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.75rem */
}
.inys ul li .pic01{
	display:inline-block;
}
.inys ul li .pic02{
	display: none;
}
.inys ul li:hover .pic01{
	display:none;
}
.inys ul li:hover .pic02{
	display:inline-block;
}
.inys ul li:hover dl dt{
	color:#FFF;
}
.inys ul li:hover dl dd{
	color:#FFF;
}
.xlogo{
	width:100%;
	float:left;
	margin-top: 4rem;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
}
.xlogo ul li{
	width:5.0rem;
	float:left;
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-left:0px;
	height:5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xlogo ul li img{
	max-width:80%;
}
.xlogo ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#demo{
	overflow:hidden;
	width: 100%; 
} 
#indemo{
	float: left;
	width: 1800%; 
} 
#demo1{
	float: left; 
} 
#demo2{
	float: left; 
}
.foot{
	width:100%;
	float:left;
	margin-top:3rem;
	background: var(---333, #333);
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top:0.75rem;
	padding-bottom:2.5rem;
}
.dblogo{
	width:auto;
	max-width:88%;
	display:flex;
}
.dblogo img{
	max-width:80%;
}
.search{
	width: 100%;
	display: flex;
	align-items: center;
	height:3.0rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right:0px;
	margin-top:2.0rem;
	max-width:100%;
}
.thgwrap {
    width: 100%;
    float: left;
    padding: 1rem 0;
    background: var(---Gray-6, #F2F2F2);
    margin-top: 2rem;
}
.thg {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
	background: var(--Color, #fff);
}
.thg .a01 {
   width: 100%;
    display: flex;
    align-items: center;
	    padding: 0.5rem;
}
.thg .a01 dl dt a{
	border-radius: 2.875rem;
    background: var(--Color, #EA6A05);
    padding: 0.5rem;
	font-size: 1rem;
	display: block;
    color: var(---white, #FFF);
	    padding: 0.5rem 1rem;
		    margin-top: 20px;
	}
.thg .a01 img {
    min-width: 4rem;
	    width: 6rem;
}
.thg .a01 dl dt {
    color: var(---333, #333);
  font-size: 1.3rem;
    font-style: normal;
    font-weight: 550;
   line-height: 1.2;
	
}
.thg .a01 dl dd {
    color: var(---333, #333);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 166.5%;
}

.ssbk{
	    width: 80%;
	border:0;
	outline:none;
	background-color:transparent;
	padding:0 1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ssanniu{
	padding:0 2.34375rem;
	height:3.0rem;
	line-height:3.0rem;
	background: var(--Color, #EA6A05);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border:0px;
	cursor:pointer;
}
.line{
	width:100%;
	float:left;
	height:1px;
	background-color:rgba(255, 255, 255, 0.20);
}
.foot02{
	width:100%;
	float:left;
	margin-top:0.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.foot02 .a01{
	width: 68%;
	color: rgba(255,255,255,0.60);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.7;
}
.foot02 .a01 h1{
	color: var(---white, #FFF);
	font-size:1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
	font-family: DIN;
}
.foot02 .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot02 .a02 dl{
	margin-top:2.0rem;
}
.foot02 .a02 dl dt{
	color: var(---white, #FFF);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.81rem;
}
.foot02 .a02 dl dd{
	margin-top:0.75rem;
	color: rgba(255,255,255,0.60);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.foot02 .a02 dl dd a{
	color: rgba(255,255,255,0.60);
}
.foot02 .a03{
	width: 26%;
	text-align:center;
	margin-top:4.0rem;
}
.foot02 .a03 dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.foot02 .a03 dl dt img{
	max-width:100%;
}
.foot02 .a03 dl dd{
	margin-top:0.54rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-family: "SUIT";
	font-size: 0.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03{
	width:100%;
	float:left;
	margin-top:2.77rem;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	padding:1.3rem 0;
	text-align:center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	color: #FFF;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.weizi{
	width:100%;
	float:left;
	background: var(--edf-5-f-2, #F4F4F4);
	padding:1.0rem 0;
}
.weizi01{
	width:100%;
	float:left;
	color: var(---666, #666);
	font-family: "SUIT";
	font-size: 0.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	/*display: flex;*/
	align-items: center;
}
.weizi01::before{
	margin-right:0.62rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.weizi01 a{
	color: var(---666, #666);
}
.zlm{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.zlm ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	display:flex;
	margin-left:0.325rem;
	margin-right:0.325rem;
	margin-top:0.325rem;
}
.zlm ul li a{
	padding: 0.3rem 1.25rem;
	padding-bottom:0.5rem;
	border-radius: 1.875rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zlm ul li a:hover{
	border-radius: 1.875rem;
	background: var(--Color, #EA6A05);
	color: var(---white, #FFF);
}
.zlm ul li a.cur{
	border-radius: 1.875rem;
	background: var(--Color, #EA6A05);
	color: var(---white, #FFF);
}
.nab{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: var(---666, #666);
	text-align: left;
	font-size:0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
}
.nab h1{
	margin-bottom:1.5rem;
	color: var(---333, #333);
	font-size: 1.2rem;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.25rem;
}
.nab ul li{
	width: 50%;
    max-width: 50%;
	margin-bottom:1rem;
}
.nab ul li dl dt{
	color: var(--Color, #EA6A05);
	font-family: Arial;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.nab ul li dl dd{
	color: var(---666, #666);
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.swiper{
	width: 100%;
	float:left;
	margin-top:2.25rem;
}
.swiper.a01{
	margin-top:1.25rem;
}


.swiper-slide{
	background-size: cover;
	background-position: center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 10px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#EA6A05;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#EA6A05;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}

.mySwiper4{
	height: auto;
	width: 100%;
}

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

.abwrap{
	width:100%;
	float:left;
	margin-top:1rem;
	padding:4rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.nab02{
	width:100%;
	float:left;
	margin-top:4rem;
}
.nab02 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:100%;
	background: var(--Color, #EA6A05);
	padding:2rem;
}
.nab02 ul li .pic{
	overflow:hidden;
}
.nab02 ul li .pic img{
	max-width:2.8rem;
}
.nab02 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.6rem;
}
.nab02 ul li dl dd{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.75rem */
}
.nab02 ul li:last-child dl dt{
	color: var(---333, #333);
}
.nab02 ul li:last-child dl dd{
	color: var(---666, #666);
}
.nab02 ul li:last-child{
	background-color:#FFF;
}
.honr{
	width:100%;
	float:left;
	background-image:url(../img/lcbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.44rem 0;
}
.zs01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/pt.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
	padding:0 1.0rem;
	padding-bottom:1.5rem;
}
.zs01 ul{
	display:flex;
	flex-wrap: wrap;
}
.zs01 ul li{
	/*width:calc(17.4% - 1.0rem);*/
	width: auto;
	margin-right:1.0rem;
}
.zs01 ul li:nth-child(6n){
	margin-right:0px;
}
.zs01 ul li img{
	    width: 100%;
    height: 24.5vw;
    display: block;
	padding-top:20px;
}

.zs02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-image:url(../img/pt.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
	padding:0 1.0rem;
	padding-bottom:1.5rem;
}
.zs02 ul{
	display:flex;
	flex-wrap: wrap;
}
.zs02 ul li{
	width:calc(25% - 1.0rem);
	margin-right:1.0rem;
}
.zs02 ul li:nth-child(5n){
	margin-right:0px;
}
.zs02 ul li img{
	width:100%;
	height:auto;
	display:block;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 1.5rem;
	height: 1.5rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width: 1.5rem;
	height: 1.5rem;
	text-align:center;
	font-size: 0.75rem;
	line-height:1.5rem;
	transition: all 0.6s;
	border-radius:50%;
	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 b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--0056-b-1, #EA6A05);
	border:1px solid var(--Color-3, #EA6A05);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--0056-b-1, #EA6A05);
	border:1px solid var(--Color-3, #EA6A05);
	color:#FFF;
}
.proshow{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:100%;
	background: var(--Color, #EA6A05);
	padding:0.69rem;
}
.swiper.ac01{
	margin-top:0px;
}
.proshow-r{
	width:100%;
	margin-top:3.0rem;
}
.proshow-r dl dt{
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:2.0rem;
}
.proshow-r dl dd{
	padding:1.56rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.showwrap{
	width:100%;
	float:left;
	margin-top:3rem;
	background: var(--Color, #EA6A05);
	padding:1rem 0;
}
.showwrap ul{
	display:flex;
	flex-wrap: wrap;
}
.showwrap ul li{
	width:auto;
	margin-right:1.8rem;
	color: var(---white, #FFF);
	font-family: "SUIT";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	    flex: 1;
}
.showwrap ul li a{ color: var(---white, #FFF);}
.showwrap ul li::after{
	width:100%;
	height: 0.125rem;
	position:absolute;
	bottom:-1.3rem;
	content:'';
	display:inline-block;
	background: #FFF;
	position:absolute;
	left:0;
	opacity:0;
}
.showwrap ul li.cur::after{
	opacity:1;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.subNav{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	font-size:1.0rem;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:1.19rem 2.19rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:0.62rem;
}
.subNav::before{
	content:"+";
	margin-right:1.25rem;
	color:#EA6A05;
	font-size:2.0rem;
	margin-top:-0.3rem;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(---Gray-6, #F2F2F2);
	border: 0px solid var(---Gray-5, #E0E0E0);
}
.currentDd::before{
	content:"-";
	color: #E0E0E0;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:2.37rem 2.19rem;
	padding-top:0px;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	background: var(---Gray-6, #F2F2F2);
}

.showwrap2{
	width:100%;
	float:left;
	margin-top:3rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.12rem 0;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.back{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.back.jz{
	justify-content: flex-start;
}
.back a{
	padding: 0.5rem 1.5rem 0.5rem 2.0rem;
	background: var(--Color, #EA6A05);
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.back a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.06rem;
}

.carlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.carlist ul{
	display: flex;
	flex-wrap: wrap;
}
.carlist ul li{
	width:calc(33.8% - 1.0rem);
	margin-right:1.0rem;
	margin-top:1.0rem;
	overflow:hidden;
}
.carlist ul li:nth-child(3n){
	margin-right:0px;
}
.carlist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.carlist ul li:hover img{
	transform: scale(1.05);
}
.yf01{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.yf01 ul{
	display: flex;
	flex-wrap: wrap;
}
.yf01 ul li{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yf01 ul li .a01{
	width:49%;
}
.yf01 ul li .a01 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	height: 24vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.yf01 ul li .a01 dl dd{
	margin-top:1.5rem;
	color: var(---999, #999);
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.5rem */
}
.yf01 ul li:nth-child(2){
	margin-top:3.25rem;
}

.jswrap{
	width:100%;
	float:left;
	background-image:url(../img/yfb01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:3.5rem;
	margin-top:5rem;
}
.ntit{
	width:100%;
	float:left;
	text-align:center;
}
.ntit dl dt{
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit dl dd{
	margin-top:2.63rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
	display:flex;
	justify-content: center;
}
.ntit dl dd div{
	width:100%;
}
.jsnl{
	width:100%;
	float:left;
	margin-top:4.0rem;
}
.jsnl ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jsnl ul li{
	width:100%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.20));
	background: var(--30, rgba(0, 0, 0, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding: 2rem 1rem;
	text-align:center;
}
.jsnl ul li:nth-child(3n){
	border-bottom:0px;
}
.jsnl ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.jsnl ul li dl dd{
	margin-top:1.8rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.75rem */
}

.caselist{
	width:100%;
	float:left;
}
.caselist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.caselist ul li{
	width:48%;
	margin-top:2.75rem;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li .pic{
	overflow:hidden;
	position:relative;
}
.caselist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}
.caselist ul li .pic .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-image:url(../img/bj.svg);
	background-position:center;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.caselist ul li:hover .pic .mask{
	opacity:1;
	visibility:visible;
}
.caselist ul li .pic .mask::before{
	width: 3rem;
	height: 3rem;
	content:'';
	display:inline-block;
	background-image:url(../img/link.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
.caselist ul li dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.altit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.alsm{
	width:100%;
	float:left;
	margin-top:1.5rem;
	padding: 1.75rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
	
}
.alsm h1{
	margin-bottom:2.5rem;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.zp{
	width: 100%;
	float: left;
}
.subNavBox4{
	width:100%;
	float:left;
}

.subNav4{
	width:100%; 
	float:left; 
	display: flex;
	justify-content: space-between;
	align-items: center;
	CURSOR: pointer; 
	text-align:left;
	margin-top:1.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding-bottom:1.5rem;
}
.subNav4 dl dt{
	font-size: 1.0rem;
	line-height:150%;
	font-weight:bold;
}
.subNav4 dl dd{
	margin-top:1.63rem;
	/*display:flex;*/
	flex-wrap: wrap;
	align-items: center;
	font-size: 0.875rem;
	line-height:150%;
	color:#666;
}

.subNav4 dl dd i{
	width:1px;
	height:12px;
	background-color:#999999;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.subNav4::after{
	width: 1.5rem;
	height: 0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd4::after{
	background:url(../img/xjt.svg) 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;
}
.currentDd4{
	background: var(---Gray-6, #F2F2F2);
	border-bottom:0px;
	padding:1rem;
}
.currentDd4 a{
	color: #fff;
	background: #0e56c0;
}
.currentDd4 a i{
	background-image:url(../img/sjt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.5rem 1rem;
	padding-top:0px;
	line-height:1.75; 
	font-size:0.875rem;
	background: var(---Gray-6, #F2F2F2);
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:2.5rem;
	margin-top:2.5rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	/*display: flex;*/
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	font-size: 1rem;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* width: 6rem; */
    margin-top: 0.3rem;
    color: var(---333, #333);
}
.navContent4 dl dd{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 2rem */
	    width: 100%;
    margin-top: 1rem;
	color: var(---666, #666);
}

.newcon{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float: left;
	margin-top:2.75rem;
	color: var(--Gray-3, #828282);
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.13rem;
	color: var(---666, #666);
	text-align: justify;
	font-family: "SUIT";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.xzd{
  
      overflow-x: scroll;
    width: 100%;
   
}
.refangz{
	    display: flex;
    flex-wrap: wrap;
	}
.refangz li {
    width: 100%;
    /* margin-right: 30px; */
    background-color: #F2F2F2;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
.ke-zeroborder{
	width: 100%;
    float: left;
    margin-top: 2.5rem;
    color: var(---333, #333);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
	}
.ke-zeroborder tr th {
    background: var(--Color, #4bacc6);
	font-size: 0.85rem;
	color:#fff;
	padding:5px;
}
.xyysd{
	color:#fff;
	    background: var(--Color, #4bacc6);
		font-size: 1.0rem!important;
	}
.ke-zeroborder tr{
	background: var(--Color, #d0e3ea);
	}
.ke-zeroborder tr:nth-child(2n){
	 background: var(--Color, #e9f1f5);
	}
.ke-zeroborder tr td {    
	padding:5px;
	
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newcon-r{
	width:33%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem;
	display:none;
}
.newcon-r h1{
	color: var(--Gray1, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newcon-r ul li{
	width:100%;
	float:left;
	padding:1.94rem 0;
	border-bottom:1px solid #E0E0E0;
}
.newcon-r ul li:hover{
	border-bottom:1px solid #EA6A05;
}
.newcon-r ul li dl dt{
	color: var(---666, #666);
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li .more{
	display:flex;
	align-items: center;
	margin-top:0.88rem;
}
.newcon-r ul li .more a{
	display:flex;
	align-items: center;
	color: var(---999, #999);
	font-family: "SUIT";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:1.06rem;
	content:'';
	display:inline-block;
	background-image:url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.newcon-r ul li:last-child{
	border-bottom:0px;
	padding-bottom:0px;
}
.lx01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background: var(---Gray-6, #F2F2F2);
}
.lx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	padding: 1.75rem 1rem;
}
.lx01 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1rem;
}
.lx01 ul li dl dd{
	padding:1.2rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.lx01 ul li dl dd img{
	margin-right:0.88rem;
}
.lx01 ul li:hover{
	background: var(--Color, #EA6A05);
}
.lx01 ul li:hover dl dt{
	color:#FFF;
}
.lx01 ul li:hover dl dd{
	color:#FFF;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.lx01 ul li .pic01{
	display:inline-block;
}
.lx01 ul li .pic02{
	display: none;
}
.lx01 ul li:hover .pic01{
	display:none;
}
.lx01 ul li:hover .pic02{
	display:inline-block;
}
.nmap{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nmap img{
	width:100%;
	height:auto;
	display:block;
}
.lxtit{
	width:100%;
	float:left;
	margin-top:2.25rem;
	color: var(---333, #333);
	font-family: "SUIT";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:1rem;
	padding-top:0px;
	margin-top:2.5rem;
}
.lx02 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx02 ul li{
	width:100%;
	margin-top:1.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.lx02 ul li:last-child{
	margin-top:2.75rem;
}
.lx02 ul li .back{
	width:auto;
	margin-top:0px;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li div{
	display: flex;
	align-items: center;
}
.lx02 ul li div input{
	margin-right:0.44rem;
}
.lx02 ul li dl dt{
	font-size: 1rem;
	line-height: normal;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:0.62rem;
}
.lx02 ul li.w100{
	width:100%;
}
.bgbk{
	width:100%;
	padding:0 1.25rem;
	border:0px solid rgba(0,0,0,0.10);
	outline:none;
	color:#999;
	font-size: 0.875rem;
	line-height:2.75rem;
	height:2.75rem;
}
.blue{
	color: var(--0171-d-5, #0171D5);
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 0px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background:url("../img/arrow2.svg") no-repeat scroll top 1.4rem right 1.5rem transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
	background-color:#FFF;
}


.sjzwqh{
	width: auto;
	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;
	line-height:2.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;
}


.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;}












.yel{
	color: var(--Color, #EA6A05);
	font-size:1.2rem;
	font-weight:600;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.mart5{
	margin-top:2rem;
}
.mart6{
	margin-top:2rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart10{
	margin-top:2rem;
}
.mart8{
	margin-top:2rem;
}




.index02 .item{
	position:absolute;
	z-index:9;
}
.index02 .item.a1{
	top:17.5%;
	left:22%;
}
.index02 .item.a2{
	top:24%;
	left:18%;
}
.index02 .item.a3{
	top:33.5%;
	left:18%;
}
.index02 .item.a4{
	top:44.5%;
	left:21.2%;
}
.index02 .item.a5{
	top:38.5%;
	left:27.5%;
}
.index02 .item.a6{
	top:59.5%;
	left:20.5%;
}
.index02 .item.a7{
	top:57%;
	left:38.5%;
}
.index02 .item.a8{
	top:65%;
	left:42.8%;
}
.index02 .item.a9{
	top:28%;
	left:67.8%;
}
.index02 .item.a10{
	top:35%;
	left:68.8%;
}
.index02 .item.a11{
	top:58%;
	left:75.8%;
}
.index02 .item.a12{
	top:65%;
	left:79.5%;
}
.index02 .item.a13{
	top:39.5%;
	left:43.5%;
}
.index02 .item.a14{
	top:50%;
	left:70%;
}
.index02 .item.a15{
	top:81%;
	left:76%;
}
.index02 .item .dot{
	width:8px;
	height:8px;
	position:relative;
	cursor:pointer;
}
.index02 .item .dot::before{
	background-color:rgba(199, 0, 11, 0.8);
	border:solid 2px #EA6A05;
	width:50px;
	height:50px;
	content:'';
	position:absolute;
	left:-21px;
	top:-21px;
	border-radius:50%;
	animation:dot2 4s linear infinite;
	z-index:3;
}
.index02 .item .dot::after{
	width:100px;
	height:100px;
	content:'';
	background:rgba(199, 0, 11, 0.1);
	position:absolute;
	left:-46px;
	top:-46px;
	z-index:1;
	border-radius:50%;
	animation:dot2 4s linear infinite;
}
.index02 .item .dot .center{
	width:8px;
	height:8px;
	background:#EA6A05;
	display:block;
	animation:dot1 3s linear infinite;
	border-radius:50%;
}

@keyframes dot1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dot2 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
  }
}











}
































