@charset "utf-8";
	/* CSS Document */
@font-face
{
	font-family: siyun;/*思源黑体 CN-Light.otf 重命名了*/
	/*src: url('../font/思源黑体 CN-Medium.otf'),
	url('../font/思源黑体 CN-Medium.otf');  IE9+,可以是具体的实际链接 */
	  src: url('../font/D思源黑体 CN-Light.otf') format('woff2'),
       url('../font/思源黑体 CN-Light.otf') format('woff'),
       url('../font/思源黑体 CN-Light.otf') format('truetype');
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face {
	font-family:siyun;
	src:url('../font/DIN-Bold.otf'),url('../font/DIN-Bold.otf');
	/* IE9+,可以是具体的实际链接 */
}
@font-face {
	font-family:DIN;
	src:url('../font/DIN-MEDIUM.OTF'),url('../font/DIN-MEDIUM.OTF');
	/* IE9+,可以是具体的实际链接 */
}
@font-face {
	font-family:cnm;
	src:url('../font/CN-Medium.otf'),url('../font/CN-Medium.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:siyun;
	src:url('../font/Source-Han-Serif-CN-Bold.ttf'),url('../font/Source-Han-Serif-CN-Bold.ttf');
	/* IE9+,可以是具体的实际链接 */
}

body {
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Source,Microsoft YaHei,Arial, Helvetica, sans-serif;;
	
	margin:auto;
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
img {
	border:0;
}
ul,li {
	list-style:none;

}
a {
	color:#000;
	text-decoration:none;
	transition: all 0.6s;
}
a:hover {
	color:#01A056;
	text-decoration:none;
}
table {
	margin:auto;
}
i {
	font-style:normal
}
em {
	font-style:normal
}

.ind4-circle{
  animation: myrotecircle 22s linear infinite;
}

@keyframes dbxg{

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

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  25% {

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transform: rotate(90deg);

  }

  50% {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

  }

  75% {

    -webkit-transform: rotate(270deg);

    -moz-transform: rotate(270deg);

    -ms-transform: rotate(270deg);

    -o-transform: rotate(270deg);

    transform: rotate(270deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@keyframes mcfadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUphalf {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}



.miao2{
    -webkit-animation: mcfadeInUp1 1s ease both;
    animation: mcfadeInUp1 1s ease both;
    animation-delay: .2s;
    visibility: visible;
}
.miao3{
    -webkit-animation: mcfadeInUp1 1s ease both;
    animation: mcfadeInUp1 1s ease both;
    animation-delay: .3s;
    visibility: visible;
}
.miao4{
    -webkit-animation: mcfadeInUp1 1s ease both;
    animation: mcfadeInUp1 1s ease both;
    animation-delay: .4s;
    visibility: visible;
}
.miao5{
    -webkit-animation: mcfadeInUp1 1s ease both;
    animation: mcfadeInUp1 1s ease both;
    animation-delay: .5s;
    visibility: visible;
}
.miao6{
    -webkit-animation: mcfadeInUp1 1s ease both;
    animation: mcfadeInUp1 1s ease both;
    animation-delay: .6s;
    visibility: visible;
}
.miao9{
    -webkit-animation: mcfadeInUp1 1s ease both;
    animation: mcfadeInUp1 1s ease both;
    animation-delay: .9s;
    visibility: visible;
}


.batm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:88;
}
.batm img{
	width:100%;
	height:auto;
	display:block;
}


@media (min-width:1000px) {

.main {
	width: auto;
	margin:auto;
	max-width:1440px;
	padding:0 15px;
}
.header {
	width:100%;
	float:left;
	position:fixed;
	left:0;
	z-index:992;
	height:80px;
	transition: all 0.6s;
}
.intop {
	width:100%;
	float:left;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	height:80px;
}
.logo {
	width:160px;
	display:flex;
	align-items:center;
	height:80px;
	max-width:11.111%;
}
.logo img {
	max-width:100%;
	height:auto;
}
.innav {
	width:auto;
	height:80px;
}
.innav ul {
	display:flex;
	align-items:center;
}
.innav ul li{
	width:auto;
	display:flex;
	align-items:center;
	height:80px;
	margin-left:1.5vw;
	margin-right:1.5vw;
	font-size:18px;
	color:#FFF;
	position:relative;
}
.innav ul li i{
	width:8px;
	height:8px;
	position:absolute;
	bottom:10px;
	left:calc(50% - 4px);
	z-index:1;
	opacity:0;
	visibility:hidden;
	background-color:#01A056;
	border-radius:50%;
}
.innav ul li.cur a{
	color:#01A056;
}
.innav ul li.cur i{
	opacity:1;
	visibility:visible;
}
.innav ul li:hover i{
	opacity:1;
	visibility:visible;
}
.innav ul li a {
	color:#FFF;
}
.innav ul li a:hover {
	color:#FFF;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala{
	width:262px;
	background: linear-gradient(128.61deg, #4992FF 14.83%, #0F3893 84.95%);
	border-radius:12px;
	top:80px;
	left:-95px;
	z-index:1;
	opacity:0;
	visibility:hidden;
	position:absolute;
	overflow:hidden;
}
.innav ul li .xiala dl dd{
	line-height:60px;
	display:flex;
	justify-content:space-between;
}
.innav ul li .xiala dl dd a{
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	color:#FFF;
}
.innav ul li .xiala dl dd a:hover{
	background-color:#FF9500;
	color:#FFF;
}
.header.yanse{
	background-color:rgba(255,255,255,1);
	border-bottom:1px solid rgba(255,255,255,0.2);
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	top:0;
}
.header.yanse a {
	color:#333333;
}
.header.yanse .innav ul li {
	color:#333;
}
.header.yanse a:hover {
	color:#01A056;
}
.header.yanse a i {
	color:#999999;
}
.header.yanse .cur {
	color:#333;
}
.header.yanse .pic01 {
	display:none;
}
.header.yanse .pic02 {
	display:inline-block;
}
.header.yanse.yanse01 .pic01 {
	display:inline-block;
}
.header.yanse.yanse01 .pic02 {
	display:none;
}
.header.yanse.yanse01 a {
	color:#fff;
}
.header.yanse.yanse01 {
	background-color:rgba(0,0,0,0);
	border-bottom:1px solid rgba(0,0,0,0.01);
	box-shadow: none;
	top:20px;
}
.header.yanse.yanse01 .innav ul li{
	color:#fff;
}

.zyw{
	width:142px;
	height:54px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	font-size:14px;
	position:relative;
}
.zyw a{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:54px;
}
.zyw a::after{
	width:24px;
	height:12px;
	margin-left:15px;
	content:'';
	background-image:url(../img/xjt.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

.zyw:hover .xiala{
	opacity:1;
	visibility:visible;
}
.zyw .xiala{
	width:142px;
	background: linear-gradient(128.61deg, #4992FF 14.83%, #0F3893 84.95%);
	border-radius:40px;
	top:60px;
	left:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
	position:absolute;
	overflow:hidden;
}
.zyw .xiala dl dd{
	line-height:54px;
	display:flex;
	justify-content:space-between;
}
.zyw .xiala dl dd a{
	width:100%;
	height:54px;
	line-height:54px;
	text-align:center;
	font-size:16px;
	color:#FFF;
}
.zyw .xiala dl dd a::after{
	width:0;
	margin-left:0px;
}
.zyw .xiala dl dd a:hover{
	background-color:#FF9500;
	color:#FFF;
}

.header.yanse .zyw{
	border:1px solid #01A056;
	background-color:#01A056;
	border-radius:48px;
}
.header.yanse .zyw a {
	color:#fff;
}
.header.yanse.yanse01 .zyw{
	border:1px solid rgba(255,255,255,0.3);
	background-color:transparent;
	border-radius:48px;
}
.header.yanse.yanse01 .zyw a {
	color:#fff;
}

.sybanner{
	width:100%;
	float:left;
	position: relative;
}
.sybanner img{
	width:100%;
	height:auto;
	display:block;
}
.sybanner .tex{
	width:100%;
	position:absolute;
	bottom:33.5%;
	left:0;
	z-index:1;
	color:#F4F4F4;
	font-size:36px;
	line-height:42px;
}
.inmore{
	display:flex;
}
.inmore.ceter{
	justify-content:center;
}
.inmore a{
	border:1px solid rgba(255,255,255,0.6);
	display:flex;
	align-items:center;
	justify-content:center;
	width:200px;
	height:56px;
	font-size:14px;
	color:#fff;
	border-radius:40px;
	position:relative;
	overflow:hidden;
}
.inmore a::before{
	width:0;
	height:100%;
	position:absolute;
	content:'';
	background-color:#FFF;
	z-index:-1;
	transition: all 0.6s;
	left:0;
	top:0;
}
.inmore a:hover::before{
	width:100%;
	color:#333;
}
.inmore a:hover{
	color:#333;
}

.inmore a.bj::before{
	background-color:#01A056;
}
.inmore a.bj:hover::before{
	width:100%;
	color:#fff;
}
.inmore a.bj:hover{
	color:#fff;
}

.inmore a.bj{
	border: 1px solid #01A056;
	color:#666;
}
.inmore a.bj2{
	border: 1px solid #01A056;
	background-color:#01A056;
	color:#fff;
}
.inmore a::after{
	width:10px;
	height:20px;
	margin-left:38px;
	content:">";
	font-family:'宋体';
	font-weight:bold;
	line-height:20px;
}

.inwrap{
	width:100%;
	float:left;
	background-color:#F4F4F4;
	padding-bottom:120px;
	position:relative;
}
.inwrap::after{
	position:absolute;
	right:2.6875vw;
	bottom:-13vw;
	z-index:11;
	content:'';
	background-image:url(../img/xxt01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width:17.8125vw;
	height:17.8125vw;
}
.intit{
	width:100%;
	float:left;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	overflow:hidden;
}
.intit dl dt{
	font-size:48px;
	line-height:56px;
	font-weight:bold;
}
.intit dl dd{
	font-size:20px;
	line-height:24px;
	margin-top:10px;
}

.inpt{
	width:100%;
	float:left;
	margin-top:60px;
}
.inpt ul{
	display:flex;
	flex-wrap:wrap;
}
.inpt ul li{
	width:calc(34.0% - 30px);
	background-color:rgba(255,255,255,1);
	border-radius:16px;
	overflow:hidden;
	margin-right:30px;
}
.inpt ul li:nth-child(3n){
	margin-right:0px;
}
.inpt ul li:hover{
	box-shadow: -20px 40px 100px 0px rgba(0,0,0,0.040);
}
.inpt ul li .pic{
	overflow:hidden;
}
.inpt ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpt ul li:hover .pic img{
	transform: scale(1.05);
}
.inpt ul li .tex{
	padding-bottom:60px;
	padding-top:30px;
	text-align:center;
}
.inpt ul li .tex dl dt{
	font-size:32px;
	line-height:38px;
	color:#01A056;
}
.inpt ul li .tex dl dd{
	font-size:14px;
	line-height:26px;
	margin-top:10px;
}
.inpt ul li .tex .a1{
	display:flex;
	justify-content:center;
	margin-top:30px;
}
.inpt ul li .tex .a1 i{
	width:200px;
	height:50px;
	background-color:#F2F2F2;
	border-radius:50px;
	font-size:16px;
	transition: all 0.6s;
	line-height:50px;
}
.inpt ul li:hover .tex .a1 i{
	background-color:#01A056;
	color:#FFF;
}

.intit2{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
}
.intit2 dl dt{
	font-size:48px;
	line-height:56px;
	font-weight:bold;
	color:#002D86;
}
.intit2 dl dd{
	margin-top:15px;
	font-size:20px;
	line-height:24px;
}
.inpro{
	width:100%;
	float:left;
	margin-top:75px;
	display:flex;
	justify-content:space-between;
	position:relative;
}
.inpro .a1{
	
	background:#3877df;
	border: 40px solid #508ceb;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	padding:100px;
}
.inpro .a1 .b1{
	width:380px;
	height:380px;
	text-align:center;
	color:#FFF;
}
.inpro .a1 .b1 .pic{
	overflow:hidden;
}
.inpro .a1 .b1 dl dt{
	margin-top:40px;
	font-size:20px;
	line-height:36px;
	font-weight:bold;
}
.inpro .a1 .b1 dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:28px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.inpro .a2{
	
	background:#ff9500;
	border: 40px solid #ffa019;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	padding:100px;
}
.inpro .a2 .b1{
	width:380px;
	height:380px;
	text-align:center;
	color:#FFF;
}
.inpro .a2 .b1 .pic{
	overflow:hidden;
}
.inpro .a2 .b1 dl dt{
	margin-top:40px;
	font-size:20px;
	line-height:36px;
	font-weight:bold;
}
.inpro .a2 .b1 dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:28px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.inpro .gdt{
	width:16vw;
	height:16vw;
	position:absolute;
	top:calc(50% - 8vw);
	left:calc(50% - 8vw);
	background-image:url(../img/xxt02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inmore2{
	width:100%;
	float:left;
	margin-top:45px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.inmore2 a{
	width:200px;
	height:50px;
	background-color:#01A056;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	font-size:16px;
	color:#FFF;
}

.inab{
	width:100%;
	float:left;
	margin-top:100px;
	padding:150px 0;
	background-image:url(../img/ab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.inab::before{
	position:absolute;
	left:3.5vw;
	width:15.2vw;
	height:9.375vw;
	top:-9.375vw;
	z-index:11;
	content:'';
	background-image:url(../img/xxt03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab01{
	width:100%;
	float:left;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	overflow:hidden;
}
.inab01 .pic{
	width:44%;
}
.inab01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inab01 .tex{
	width:48%;
	font-size:16px;
	line-height:35px;
	color:#fff;
}
.inab01 .tex h1{
	font-size:48px;
	line-height:56px;
	margin-bottom:15px;
}
.inab01 .tex h2{
	font-size:24px;
	line-height:44px;
	font-weight: normal;
}

.innew{
	width:100%;
	float:left;
	margin-top:60px;
}
.innew ul{
	display:flex;
	flex-wrap:wrap;
}
.innew ul li{
	width:calc(34.0% - 30px);
	margin-right:30px;
	background-color:#F4F4F4;
	padding:60px 40px;
	border-radius:16px;
	transition: all 0.6s;
}
.innew ul li:hover{
	background-color:#fff;
	box-shadow: -15px 40px 100px 0px rgba(0,147,193,0.080);

}
.innew ul li:hover h1 i{
	background-color:#01A056;
	color:#FFF;
}
.innew ul li:hover h2{
	color:#002D86;
}
.innew ul li:hover dl dd a{
	color:#002D86;
}
.innew ul li:hover dl dd a::after{
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li h1{
	display:flex;
}
.innew ul li h1 i{
	padding:8px 20px;
	background-color:rgba(1,127,128,0.040);
	font-size:12px;
	color:#002D86;
	border-radius:4px;
}
.innew ul li h2{
	margin-bottom:40px;
	margin-top:20px;
	font-size:20px;
	line-height:36px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.innew ul li dl dt{
	font-size:16px;
	line-height:28px;
		display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.innew ul li dl dd{
	margin-top:50px;
	display:flex;
	align-items:center;
}
.innew ul li dl dd a{
	font-size:14px;
	line-height:26px;
	display:flex;
	align-items:center;
}
.innew ul li dl dd a::after{
	width:14px;
	height:14px;
	margin-left:20px;
	content:'';
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}

.foot{
	width:100%;
	float:left;
	margin-top:100px;
	background-image:url(../img/footbj.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
.back{
	width:100%;
	float:left;
	padding:40px 0;
	display:flex;
	justify-content:center;
	border-bottom:1px solid rgba(255,255,255,0.1);
	text-align:center;
}
.back dl dt{
	overflow:hidden;
}
.back dl dd{
	font-size:14px;
	line-height:20px;
	color:rgba(255,255,255,0.6);
	margin-top:10px;
}
.foot01{
	width:100%;
	float:left;
	padding:55px 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.foot01 .xlogo{
	width:auto;
	max-width:12.5%;
}
.foot01 .xlogo img{
	max-width:100%;
}
.foot01 .dbnav{
	width:55%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.foot01 .dbnav dl dt{
	font-size:20px;
	line-height:26px;
	color:#F4F4F4;
}
.foot01 .dbnav dl dd{
	font-size:16px;
	line-height:24px;
	color:#F4F4F4;
	margin-top:15px;
}
.foot01 .dbnav dl dd a{
	color:#F4F4F4;
}
.foot01 .ewm{
	width:auto;
	max-width:9%;
	text-align:center;
}
.foot01 .ewm dl dt{
	overflow:hidden;
	display:flex;
	justify-content:center;
}
.foot01 .ewm dl dt img{
	max-width:100%;
}
.foot01 .ewm dl dd{
	font-size:12px;
	line-height:24px;
	color:#F4F4F4;
}
.foot02{
	width:100%;
	float:left;
	padding:25px 0;
	border-top:1px solid rgba(255,255,255,0.1);
}
.copy{
	width:100%;
	float: left;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	font-size:12px;
	line-height:18px;
	color:rgba(255,255,255,0.6);
}
.copy .aa01{
	display:flex;
	align-items:center;
}
.copy a{
	position:relative;
	margin-left:1.5625vw;
	display:flex;
}
.copy a .a1{
	width:130px;
	height:40px;
	line-height:40px;
	background-color:#FFF;
	right:-50px;
	top:-40px;
	z-index:11;
	position:absolute;
	opacity:0;
	transition: all 0.6s;
	text-align:center;
	justify-content:space-between;
}
.copy a .b1{
	width:130px;
	height:130px;
	background-color:#FFF;
	right:-50px;
	top:-130px;
	z-index:11;
	display:flex;
	position:absolute;
	opacity:0;
	transition: all 0.6s;
}
.copy a .b1 img{
	max-width:100%;
}
.copy a:hover .a1{
	opacity:1;
}
.copy a:hover .b1{
	opacity:1;
}

.nybanner{
	width:100%;
	float:left;
	position: relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	color:#fff;
	display:flex;
	align-items:center;
}
.nybanner .tex .tex01{
	width:100%;
	font-size:40px;
	line-height:46px;
}
.zlm{
	width:100%;
	float:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
	height:68px;
	overflow:hidden;
}
.zlm01{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
}
.zlm01 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height:68px;
}
.zlm01 ul li{
	width:auto;
	margin-right:3.125vw;
	position:relative;
	height:68px;
	line-height:68px;
	font-weight:bold;
}
.zlm01 ul li a{
	padding:15px 0;
	font-size:16px;
	color:#666;
}
.zlm01 ul li::after{
	width:0;
	height:2px;
	background-color:#01A056;
	content:'';
	position:absolute;
	left:0;
	bottom:1px;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm01 ul li.cur a{
	color:#01A056;
}
.zlm01 ul li.cur::after{
	opacity:1;
	width:100%;
}
.zlm01 ul li:hover a{
	color:#01A056;
}
.zlm01 ul li:hover::after{
	opacity:1;
	width:100%;
}
.zlm01 .wz{
	width:auto;
	font-size:14px;
	color:#999;
	display: flex;
	align-items: center;
}
.zlm01 .wz::before{
	width:23px;
	height:23px;
	margin-right:10px;
	content:'';
	background-image:url(../img/fz.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.ntit{
	width:100%;
	float:left;
	margin-top:60px;
	text-align:center;
	font-size:36px;
	line-height:42px;
	font-weight:bold;
}
.nab{
	width:100%;
	float:left;
	margin-top:50px;
	font-size:20px;
	line-height:36px;
}
.nab img{
	max-width:100%;
	height:auto;
}

.nwrap{
	width:100%;
	float:left;
	margin-top:100px;
	padding:140px 0;
	background-color:#F4F4F4;
}
.tdjs{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.tdjs .tex{
	width:54.375%;
	font-size:14px;
	line-height:25px;
}
.tdjs .tex h1{
	font-size:36px;
	line-height:44px;
}
.tdjs .tex h2{
	font-size:24px;
	line-height:44px;
	font-weight:normal;
	margin-bottom:35px;
}
.tdjs .tex ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:40px;
}
.tdjs .tex ul li{
	width:calc(34.0% - 35px);
	margin-right:35px;
	margin-top:35px;
	display: flex;
	align-items: center;
	justify-content:space-between;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	color:#01A056;
	text-align:center;
}
.tdjs .tex ul li:nth-child(3n){
	margin-right:0px;
}
.tdjs .tex ul li::before{
	width:26px;
	height:61px;
	content:'';
	display:inline-block;
	background-image:url(../img/h01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tdjs .tex ul li::after{
	width:26px;
	height:61px;
	content:'';
	display:inline-block;
	background-image:url(../img/h02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tdjs .pic{
	width:32.5%;
}
.tdjs .pic img{
	width:100%;
	height:auto;
	display:block;
}

.wenh{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.wenh .a01{
	background: #fff;
	border:20px solid rgba(0,109,184,0.1);
	display: flex;
	align-items: center;
	justify-content:center;
	text-align:center;
	border-radius:50%;
	overflow:hidden;
	transition: all 0.6s;
	padding:80px 80px;

}
.wenh .a01 .con{
	width:220px;
	height:220px;
}
.wenh .a01 .con .pic{
	overflow:hidden;
	text-align:center;
}
.wenh .a01 .con dl dt{
	margin-top:15px;
	font-size: 24px;
    font-weight: 600;
	line-height:30px;
}
.wenh .a01 .con dl dd{
	margin-top:20px;
	font-size:20px;
	line-height:1.5;
}
.wenh .a01:hover{
	background-image:url(../img/wbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	box-shadow: -15px 40px 100px 0px rgba(0,64,229,0.14);
	padding:100px 100px;
}
.wenh .a01 .pic01{
	display:inline-block;
}
.wenh .a01 .pic02{
	display: none;
}
.wenh .a01:hover .pic01{
	display:none;
}
.wenh .a01:hover .pic02{
	display:inline-block;
}
.wenh .a02{
	padding: 100px;
	background: #fff;
	border:20px solid rgba(0,109,184,0.1);
	display: flex;
	align-items: center;
	justify-content:center;
	text-align:center;
	border-radius:50%;
	overflow:hidden;
	transition: all 0.6s;

}
.wenh .a02 .con{
	width:310px; height:310px;
}
.wenh .a02 .con .pic{
	overflow:hidden;
	text-align:center;
}
.wenh .a02 .con dl dt{
	margin-top:20px;
	font-size:24px;
	line-height:36px;
}
.wenh .a02 .con dl dd{
	margin-top:70px;
	font-size:24px;
	line-height:48px;
}
.wenh .a02:hover{
	background-image:url(../img/wbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	box-shadow: -15px 40px 100px 0px rgba(0,64,229,0.14);

}
.wenh .a02 .pic01{
	display:inline-block;
}
.wenh .a02 .pic02{
	display: none;
}
.wenh .a02:hover .pic01{
	display:none;
}
.wenh .a02:hover .pic02{
	display:inline-block;
}

.wenh .a02.cur{
	background-image:url(../img/wbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	box-shadow: -15px 40px 100px 0px rgba(0,64,229,0.14);
}
.zhuanli{
	width:100%;
	float:left;
	margin-top:100px;
	background-image:url(../img/zlbj.png);
	background-position:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:60px 0;
}
.zhuanli h1{
	font-size:36px;
	line-height:42px;
	text-align:center;
	color:#FFF;
}
.zhuanli ul{
	display:flex;
	justify-content:center;
	margin-top:35px;
}
.zhuanli ul li{
	width:auto;
	margin-left:5.0vw;
	margin-right:5.0vw;
	text-align:center;
}
.zhuanli ul li dl dt{
	font-size:48px;
	line-height:87px;
	color:#FF9500;
	font-family:DIN;
}
.zhuanli ul li dl dd{
	font-size:14px;
	line-height:25px;
	color:#FFF;
}
.jsbanner{
	width:100%;
	float:left;
	position:relative;
	
}
.jsbanner img{
	width:100%;
	float:left;
	height:auto;
}
.jsbanner .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	display: flex;
	align-items: center;
	justify-content:center;
}
.jsbanner .tex .tex01{
	width:100%;
}
.jsbanner .tex .tex01 h1{
	font-size:36px;
	line-height:42px;
	text-align:center;
	color:#FFF;
}
.jsbanner .tex .tex01 ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
}
.jsbanner .tex .tex01 ul li{
	width:31.736%;
	border: 1px solid rgba(255,255,255,0.3);
	backdrop-filter:blur(15px);
	background-color:rgba(255,255,255,0.1);
	height:234px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
	font-size:14px;
	line-height:25px;
	color:#FFF;
	transition: all 0.6s;
	margin-top:60px;
	text-align:center;
	border-radius:16px;
}
.jsbanner .tex .tex01 ul li a{
	color:#FFF;
}
.jsbanner .tex .tex01 ul li:hover{
	height:274px;
	margin-top:40px;
}
.jsbanner .tex .tex01 ul li h2{
	font-size:32px;
	line-height:38px;
	margin-bottom:10px;
}
.jsbanner .tex .tex01 ul li dl dd{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
	margin-top:30px;
}
.jsbanner .tex .tex01 ul li dl dd b{
	width:200px;
	height:50px;
	line-height:50px;
	background-color:#FFF;
	border-radius:60px;
	font-size:16px;
	color:#333;
	text-align:center;
}
.jsbanner .tex .tex01 ul li:hover dl dd b{
	background-color:#01A056;
	color:#FFF;
}
.jsbanner .tex .tex01 ul li.cur{
	height:274px;
	margin-top:40px;
}
.jsbanner .tex .tex01 ul li.cur dl dd b{
	background-color:#01A056;
	color:#FFF;
}
.js01{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.js01 .pic{
	width:45.2%;
}
.js01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.js01 .tex{
	width:31.875%;
	margin-right:8.33%;
}
.js01 .tex h1{
	display:flex;
}
.js01 .tex h1 i{
	width:378px;
	height:184px;
	border: 2px solid #F2F2F2;
	box-shadow: -20px 40px 100px 0px rgba(0,147,193,0.08);
	text-align:center;
	line-height:184px;
	color:#E0E0E0;
	font-family:DIN;
	font-size:96px;
	font-weight:normal;
	border-radius:200px;
}
.js01 .tex h2{
	margin-top:50px;
	font-size:36px;
	line-height:42px;
}
.js01 .tex ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:50px;
}
.js01 .tex ul li{
	width:100%;
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:space-between;
}
.js01 .tex ul li .num{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background-color:#01A056;
	border-radius:50%;
	color:#FFF;
	font-size:20px;
}
.js01 .tex ul li b{
	width:calc(100% - 80px);
	padding-bottom:20px;
	border-bottom:1px solid #DCDDDD;
	font-size:20px;
	line-height:28px;
}
.jswrap{
	width:100%;
	float:left;
	margin-top:100px;
	padding:65px 0;
	background: linear-gradient(128.61deg, #4992FF 14.83%, #0F3893 84.95%);
}
.js02{
	width:100%;
	float:left;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:space-between;
}
.js02 .pic{
	width:54.16%;
}
.js02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.js02 .tex{
	width:38%;
	font-size:20px;
	line-height:40px;
	color:#FFF;
}
.js02 .tex h1{
	display:flex;
}
.js02 .tex h1 i{
	width:378px;
	height:184px;
	border: 2px solid rgba(255,255,255,0.3);
	background-color:rgba(255,255,255,0.1);
	box-shadow: -20px 40px 100px 0px rgba(0,147,193,0.4);
	text-align:center;
	line-height:184px;
	color:#fff;
	font-family:DIN;
	font-size:96px;
	font-weight:normal;
	border-radius:200px;
}
.js02 .tex h2{
	margin-top:115px;
	font-size:36px;
	line-height:42px;
	margin-bottom:35px;
}

.jswrap2{
	width:100%;
	float:left;
	background-color:#F4F4F4;
	padding:100px 0;
}
.js03{
	width:100%;
	float:left;
}
.js03 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.js03 ul li{
	width:49%;
	padding:50px;
	background-color:#FFF;
	border-radius:24px;
	font-size:20px;
	line-height:40px;
	margin-top:30px;
}
.js03 ul li:first-child{
	margin-top:0px;
}
.js03 ul li:nth-child(2){
	margin-top:0px;
}
.js03 ul li h1{
	display:flex;
}
.js03 ul li h1 i{
	width:378px;
	height:184px;
	border: 2px solid #F2F2F2;
	box-shadow: -20px 40px 100px 0px rgba(0,147,193,0.08);
	text-align:center;
	line-height:184px;
	color:#E0E0E0;
	font-family:DIN;
	font-size:96px;
	font-weight:normal;
	border-radius:200px;
}
.js03 ul li h2{
	margin-top:100px;
	font-size:36px;
	line-height:42px;
	margin-bottom:35px;
}
.js03 ul li .pic{
	width:100%;
	text-align:center;
}
.js03 ul li .pic img{
	max-width:100%;
}
.js04{
	width:100%;
	float:left;
	margin-top:30px;
	padding:80px;
	background-color:#FFF;
	border-radius:24px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.js04 .tex{
	width:54%;
}
.js04 .tex ul{
	display:flex;
	flex-wrap:wrap;
}
.js04 .tex ul li{
	width:100%;
	display:flex;
	align-items: center;
	margin-top:50px;
}
.js04 .tex ul li:first-child{
	margin-top:0px;
}
.js04 .tex ul li .num{
	width:50px;
	height:50px;
	margin-right:30px;
	background-color:#01A056;
	border-radius:50%;
	line-height:50px;
	font-size:20px;
	text-align:center;
	line-height:50px;
	color:#FFF;
	min-width:50px;
}
.js04 .tex ul li dl dt{
	font-size:20px;
	line-height:28px;
}
.js04 .tex ul li dl dd{
	font-size:24px;
	line-height:48px;
	font-weight:bold;
	margin-top:10px;
}
.js04 .pic{
	width:31%;
}
.js04 .pic img{
	max-width:100%;
	height:auto;
}
.ntit2{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	justify-content:space-between;
}
.ntit2 dl dt{
	font-size:40px;
	line-height:48px;
	font-weight:bold;
}
.ntit2 dl dd{
	font-size:20px;
	line-height:40px;
	margin-top:15px;
}
.ntit2 .a1{
	width:378px;
	height:184px;
	border: 2px solid #F2F2F2;
	background-color:rgba(255,255,255,0.1);
	box-shadow: -20px 40px 100px 0px rgba(0,147,193,0.08);
	text-align:center;
	line-height:184px;
	color:#E0E0E0;
	font-family:DIN;
	font-size:96px;
	font-weight:normal;
	border-radius:200px;
}

.js05{
	width:100%;
	float:left;
	margin-top:40px;
}
.js05 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.js05 ul li{
	width:31%;
}
.js05 ul li .pic{
	overflow:hidden;
	text-align:center;
}
.js05 ul li .pic img{
	max-width:100%;
}
.js05 ul li h1{
	margin-top:30px;
	font-size:24px;
	line-height:48px;
	text-align:center;
}
.js05 ul li dl dt{
	margin-top:30px;
	font-size:20px;
	line-height:36px;
	text-align:center;
	margin-bottom:20px;
	text-align:center;
	height:72px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.js05 ul li dl dd{
	margin-top:10px;
	border:1px solid #E0E0E0;
	padding:15px 40px;
	display:flex;
	align-items: center;
	font-size:20px;
	line-height:36px;
}
.js05 ul li dl dd::before{
	margin-right:15px;
	color:#01A056;
	display:inline-block;
	content: "\2022";
	font-size:40px;
}

.ntit3{
	width:100%;
	float:left;
	margin-top:100px;
}
.ntit3 dl dt{
	height:134px;
	position:relative;
	font-size:128px;
	color:#F2F2F2;
	text-align:center;
	font-family:DIN;
	line-height:134px;
}
.ntit3 dl dt.ys{
	color:#E0E0E0;
}
.ntit3 dl dt i{
	width:100%;
	height:100%;
	position:absolute;
	color:#333;
	line-height:134px;
	text-align:center;
	z-index:1;
	top:0;
	left:0;
	font-size:36px;
}
.ntit3 dl dd{
	font-size:20px;
	line-height:36px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.ntit3 dl dd div{
	width:64%;
}
.sxpt{
	width:100%;
	float:left;
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.sxpt .a01{
	width:79%;
	background: linear-gradient(128.61deg, #4992FF 14.83%, #0F3893 84.95%);
	border-radius:24px;
	padding:27px 36px;
}
.sxpt .a01 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}
.sxpt .a01 ul li{
	width:29%;
	padding:30px;
	border-radius:16px;
	background-color:#FFF;
}
.sxpt .a01 ul .jt{
	width:3.38%;
	overflow:hidden;
}
.sxpt .a01 ul div img{
	max-width:100%;
}
.sxpt .a01 ul li .pic{
	height:300px;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.sxpt .a01 ul li .pic img{
	max-width:100%;
}
.sxpt .a01 ul li dl dt{
	font-size:20px;
	line-height:30px;
	margin-top:30px;
	margin-bottom:20px;
}
.sxpt .a01 ul li dl dd{
	margin-top:10px;
	display:flex;
	font-size:16px;
	line-height:28px;
}
.sxpt .a01 ul li dl dd::before{
	margin-right:10px;
	color:#01A056;
	display:inline-block;
	content: "\25C6";
	font-size:8px;
}
.sxpt .a02{
	width:19.375%;
	display: flex; /* 使用Flexbox布局 */
	flex-direction: column; /* 垂直排列子元素 */
	justify-content: space-between; /* 垂直方向均匀分配子元素 */
}
.sxpt .a02 .b01{
	width:100%;
	background-color:#F4F4F4;
	border-radius:16px;
	height:290px;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.sxpt .a02 .b01 dl dt{
	overflow:hidden;
	text-align:center;
	height:200px;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.sxpt .a02 .b01 dl dt img{
	max-width:100%;
}
.sxpt .a02 .b01 dl dd{
	font-size:20px;
	line-height:30px;
	text-align:center;
}

.glgc{
	width:100%;
	float:left;
	margin-top:30px;
}
.glgc ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}
.glgc ul li{
	width:28.68%;
	padding:30px;
	border-radius:16px;
	background-color:#F4F4F4;
}
.glgc ul .jt{
	width:2.5%;
	overflow:hidden;
}
.glgc ul div img{
	max-width:100%;
}
.glgc ul li .pic{
	height:300px;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.glgc ul li .pic img{
	max-width:100%;
}
.glgc ul li dl dt{
	font-size:20px;
	line-height:30px;
	margin-top:30px;
	text-align:center;
}
.pyjs{
	width:100%;
	float:left;
	margin-top:40px;
}
.pyjs img{
	max-width:100%;
	height:auto;
	display:block;
}
.pyjs01{
	width:100%;
	float:left;
	margin-top:70px;
}
.pyjs01 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.pyjs01 ul li{
	width:23.472%;
	padding:34px 40px;
	background-color:#F4F4F4;
	border-radius:16px;
	display:flex;
	align-items: center;
	font-size:16px;
	line-height:24px;
}
.pyjs01 ul li b{
	font-size:48px;
	line-height:56px;
	color:#01A056;
	font-family:DIN;
	margin-right:30px;
}
.scjs{
	width:100%;
	float:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:60px;
}
.scjs-l{
	width:66%;
	background-color:#fff;
	border-radius:16px;
}
.scjs-l img{
	max-width:100%;
}

.scjs-r{
	width:32%;
	background-color:#fff;
	border-radius:16px;
	padding:60px;
}
.scjs-r ul li{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	font-size:20px;
	line-height:28px;
	margin-top:55px;
}
.scjs-r ul li:first-child{
	margin-top:0px;
}
.scjs-r ul li i{
	width:50px;
	height:50px;
	background-color:#01A056;
	border-radius:50%;
	line-height:50px;
	text-align:center;
	margin-right:30px;
	color:#FFF;
	font-size:20px;
}
.sxjs{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.sxjs .a01{
	width:33.3333%;
}
.sxjs .a01 h1{
	height:75px;
	background-image:url(../img/jtb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	font-size:20px;
	line-height:75px;
	color:#FFF;
	text-align:center;
	box-shadow: -20px 40px 100px 0px rgba(0,0,0,0.10);
	background-color:transparent !important;
}
.sxjs .a01 .b1{
	margin-top:60px;
	padding:40px;
	background-color:#F4F4F4;
	border-radius:16px;
	min-height:27 5px;
	width:95.833%;
	height:280px;
}
.sxjs .a01 .b1 p{
	display:flex;
	font-size:18px;
	line-height:36px;
}
.sxjs .a01 .b1 p::before{
	margin-right:15px;
	color:#01A056;
	display:inline-block;
	content: "\2022";
	font-size:40px;
	line-height:20px;
}
.sxjs .a01 .b2{
	margin-top:50px;
	width:95.833%;
}
.sxjs .a01 .b2 img{
	max-width:100%;
}

.sxjs .a01 .b3{
	margin-top:60px;
	padding:40px;
	background-color:#F4F4F4;
	border-radius:16px;
	width:95.833%;
}
.sxjs .a01 .b3 p{
	display:flex;
	font-size:18px;
	line-height:27px;
}
.sxjs .a01 .b3 p::before{
	margin-right:15px;
	color:#01A056;
	display:inline-block;
	content: "\2022";
	font-size:40px;
}

.xlm{
	width:100%;
	float:left;
	margin-top:60px;
}
.xlm ul{
	display:flex;
	flex-wrap:wrap;
}
.xlm ul li{
	width:auto;
	margin-right:40px;
	display:flex;
}
.xlm ul li a{
	width:192px;
	height:60px;
	font-size:20px;
	border:1px solid #01A056;
	color:#01A056;
	border-radius:30px;
	line-height:60px;
	text-align:center;
}
.xlm ul li a:hover{
	background-color:#01A056;
	color:#FFF;
	font-weight:bold;
}
.xlm ul li a.cur{
	background-color:#01A056;
	color:#FFF;
	font-weight:bold;
}
.yftex{
	width:100%;
	float:left;
	margin-top:60px;
	font-size:20px;
	line-height:36px;
}
.yfcs{
	width:100%;
	float:left;
	margin-top:60px;
	background-color:#FFF;
	border:1px solid #F4F4F4;
	padding:40px;
	box-shadow: -15px 40px 100px 0px rgba(0,147,193,0.08);
	border-radius:24px;

}
.yfcs .a1{
	width:100%;
	float:left;
}
.yfcs .a1 ul{
	display:flex;
	justify-content:space-between;
}
.yfcs .a1 ul li{
	width:11.3%;
	height:70px;
	background-color:#1E50AF;
	border-radius:16px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height:70px;
}
.yfcs .a1 ul li:first-child{
	width:19.9%;
}

.yfcs .a2{
	width:100%;
	float:left;
	margin-top:20px;
	display:flex;
	justify-content:space-between;
}
.yfcs .a2 .b1{
	width:19.9%;
	height: auto;
	background-color:#F4F4F4;
	border-radius:16px;
	font-size:16px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
	font-weight:bold;
}
.yfcs .a2 .b2{
	width:80%;
}
.yfcs .a2 .b2 .c1{
	width:100%;
	float:left;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}
.yfcs .a2 .b2 .c1 .cc01{
	width:42.8%;
}
.yfcs .a2 .b2 .c1 .cc01 ul{
	display:flex;
	justify-content:space-between;
}
.yfcs .a2 .b2 .c1 .cc01 ul li{
	width:33.1%;
	height:65px;
	background-color:#F4F4F4;
	border-radius:16px;
	font-size:16px;
	text-align:center;
	line-height:65px;
}
.yfcs .a2 .b2 .c1 .cc02{
	width:57.1%;
	position:relative;
	overflow: hidden;
}
.yfcs .a2 .b2 .c1 .cc02 ul{
	display:flex;
	justify-content:space-between;
}
.yfcs .a2 .b2 .c1 .cc02 ul li{
	width:24.8%;
	height:65px;
	background-color:#F4F4F4;
	border-radius:16px;
	font-size:16px;
	text-align:center;
	line-height:65px;
}
.yfcs .a2 .b2 .c1 .cc02 .ht{
	width:80%;
	position:absolute;
	height:12px;
	left:22px;
	top:calc(50% - 6px);
	background-color:#01A056;
	border-radius:100px;
	z-index:1;
}
.yfcs .a2 .b2 .c1 .cc02 .ht::after{
	width:16px;
	height:16px;
	content:'';
	background-color:#01A056;
	border:5px solid #FFF;
	border-radius:50%;
	display:inline-block;
	margin-top:-7px;
	right:0;
	position:absolute;
}
.yfcs .a2 .b2 .c1 .cc02.w35 .ht{
	width:35%;
}
.yfcs .a2 .b2 .c1 .cc02.w20 .ht{
	width:20%;
}
.yfcs .a2 .b2 .c1 .cc02.w15 .ht{
	width:15%;
}
.yfcs .a2 .b2 .c1 .cc02.w10 .ht{
	width:10%;
}

.yfcs2{
	width:100%;
	float:left;
	margin-top:60px;
	background-color:#F4F4F4;
	border:1px solid #F4F4F4;
	padding:35px;
	box-shadow: -15px 40px 100px 0px rgba(0,147,193,0.08);
	border-radius:24px;
	display:flex;
	justify-content:space-between;
}
.yfcs2 .ab01{
	width:100%;
	float:left;
	display:flex;
	justify-content:space-between;
}
.yfcs2 .a01{
	width:16.52%;
	background-color:#FFF;
	border-radius:16px;
}
.yfcs2 .a01 h1{
	height:68px;
	background-color:#1E50AF;
	border-radius:16px;
	text-align:center;
	line-height:68px;
	color:#FFF;
}
.yfcs2 .a01 h2{
	height:calc(100% - 68px);
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.yfcs2 .a02{
	width:33.0%;
	background-color:#FFF;
	border-radius:16px;
}
.yfcs2 .a02 h1{
	height:68px;
	background-color:#1E50AF;
	border-radius:16px;
	text-align:center;
	line-height:68px;
	color:#FFF;
}
.yfcs2 .a02 .tex{
	padding:40px;
}
.yfcs2 .a02 .tex img{
	max-width:100%;
}
.yfcs2 .a02 .tex dl dd{
	display:flex;
	font-size:14px;
	line-height:20px;
	margin-top:20px;
}
.yfcs2 .a02 .tex dl dd b{
	margin-right:10px;
	font-size:20px;
	line-height:24px;
	color:#01A056;
}
.yfcs2 .a02 .tex dl dd:first-child{
	margin-top:0px;
}
.zyfz{
	width:100%;
	float:left;
	margin-top:100px;
	border: 2px solid #4992FF;
	
	padding:55px;
	border-radius:200px;
	font-size:20px;
	line-height:36px;
	text-align:center;
}

.fuli{
	width:100%;
	float:left;
	margin-top:50px;
	text-align:center;
}
.fuli img{
	max-width:100%;
	height:auto;
}
.jxjl{
	width:100%;
	float:left;
	margin-top:50px;
	position:relative;
}
.jxjl::before{
	width:100%;
	height:9px;
	position:absolute;
	top:27px;
	left:0;
	z-index:-1;
	content:'';
	background-color:#D9D9D9;
}
.jxjl01{
	width:100%;
	float:left;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
}
.jxjl01 .a1{
	width:12.36%;
	background: linear-gradient(128.61deg, #4992FF 14.83%, #0F3893 84.95%);
	height:64px;
	text-align:center;
	line-height:64px;
	border-radius:200px;
	color:#FFF;
	font-size:20px;
	box-shadow: 10px 10px 24px 0px rgba(166,180,200,0.7);

}
.jxjl01 .a2{
	width:0.9%;
	overflow:hidden;
}
.jxjl01 .a2 img{
	max-width:100%;
}
.jxjl02{
	width:100%;
	margin-top:80px;
	float:left;
	position:relative;
}
.jxjl02 img{
	width:100%;
	height:auto;
	display:block;
}
.jxjl02 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	padding:0 90px;
}
.jxjl02 .tex ul{
	display:flex;
	flex-wrap:wrap;
}
.jxjl02 .tex ul li{
	width:100%;
	display:flex;
	align-items: center;
	font-size:32px;
	margin-top:90px;
}
.jxjl02 .tex ul li img{
	margin-right:30px;
	width:auto;
	height:auto;
}
.jxjl02 .tex ul li:first-child{
	margin-top:0px;
}

.jxjl03{
	width:100%;
	margin-top:100px;
	float:left;
	border: 2px solid #FF9500;
	border-radius:24px;
	padding:100px 80px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
}
.jxjl03 dl dt{
	font-size:36px;
	line-height:42px;
	font-weight:bold;
}
.jxjl03 dl dd{
	margin-top:40px;
	font-size:20px;
	line-height:36px;
}

.bghj{
	width:100%;
	float:left;
	background-color:#FFF;
	border-radius:24px;
	padding:60px;
	font-size:20px;
	line-height:36px;
	text-align:center;
}

.ntit4{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
}
.ntit4 dl dt{
	font-size:36px;
	line-height:42px;
	font-weight:bold;
}
.ntit4 dl dd{
	margin-top:15px;
	font-size:20px;
	line-height:24px;
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:8px;
}
.swiper{
	width: 100%;
	float:left;
	margin-top:60px;
}

.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;
	border-radius:8px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#01A056;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#01A056;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}

.yghd{
	width:100%;
	float:left;
	margin-top:100px;
	border:1px solid #FF9500;
	border-radius:24px;
	padding:35px 40px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
}
.yghd .pic{
	width:42%;
}
.yghd .pic img{
	width:100%;
	height:auto;
	display:block;
}
.yghd .tex{
	width:51%;
	font-size:20px;
	line-height:36px;
}

.zylm{
	width:100%;
	float:left;
	margin-top:50px;
}
.zylm ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.zylm ul li{
	width:240px;
	height:58px;
	background-color:#F4F4F4;
	border-radius:14px;
	overflow:hidden;
	display:flex;
	align-items: center;
	font-size:16px;
	margin-left:13px;
	margin-right:13px;
}
.zylm ul li a{
	width:100%;
	height:58px;
	display:flex;
	align-items: center;
}
.zylm ul li img{
	margin-right:38px;
}
.zyjh{
	width:100%;
	float:left;
	margin-top:60px;
	position:relative;
}
.zyjh img{
	width:100%;
	height:auto;
	display:block;
}
.zyjh .tex{
	width:34%;
	position:absolute;
	height:100%;
	left:70px;
	top:0;
	z-index:1;
	font-size:24px;
	line-height:44px;
	font-weight:bold;
	display:flex;
	align-items: center;
}
.zyjh .tex h1{
	font-size:32px;
	line-height:58px;
	color:#002D86;
	margin-bottom:15px;
}
.zyjh .tex .yx{
	display:flex;
	margin-top:70px;
}
.zyjh .tex .yx a{
	padding:20px 46px;
	background-color:#01A056;
	border-radius:40px;
	color:#FFF;
}
.xwlm{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	overflow:hidden;
}
.xwlm01{
	width: auto;
}
.xwlm01 ul{
	display:flex;
	flex-wrap:wrap;
}
.xwlm01 ul li{
	width:auto;
	margin-right:40px;
	display:flex;
}
.xwlm01 ul li a{
	width:192px;
	height:60px;
	font-size:20px;
	border:1px solid #01A056;
	color:#01A056;
	border-radius:30px;
	line-height:60px;
	text-align:center;
}
.xwlm01 ul li a:hover{
	background-color:#01A056;
	color:#FFF;
	font-weight:bold;
}
.xwlm01 ul li a.cur{
	background-color:#01A056;
	color:#FFF;
	font-weight:bold;
}

.xwlm02{
	width: auto;
	display:flex;
	flex-wrap:wrap;
}
.xwlm02 .search{
	width:535px;
	height:56px;
	border: 1px solid #E0E0E0;
	border-radius:30px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
	padding-left:20px;
}
.bk{
	width:calc(100% - 200px);
	border:0px;
	color:#999;
	font-size:14px;
	outline:none;
}
.bk2{
	width:100%;
	border:0px;
	color:#999;
	font-size:14px;
	outline:none;
}
.anniu{
	width:192px;
	height:48px;
	background-color:#01A056;
	color:#FFF;
	line-height:48px;
	text-align:center;
	border-radius:25px;
	border:0;
	cursor:pointer;
	margin-right:3px;
}
.xwlm02 .date{
	width:120px;
	height:56px;
	margin-right:10px;
	border: 1px solid #E0E0E0;
	padding:0 20px;
	border-radius:30px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
}
.newlist{
	width:100%;
	float:left;
	margin-top:10px;
}
.newlist ul{
	display:flex;
	flex-wrap:wrap;
}
.newlist ul li{
	width:100%;
	padding-bottom:40px;
	margin-top:60px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.newlist ul li .tex{
	width:58%;
}
.newlist ul li .tex .date{
	display:flex;
}
.newlist ul li .tex .date i{
	padding:10px 25px;
	background-color:rgba(1,127,128,0.1);
	color:#002D86;
	font-size:16px;
	font-family:DIN;
	border-radius:8px;
	transition: all 0.6s;
}
.newlist ul li .tex h1{
	margin-top:20px;
	font-size:20px;
	line-height:26px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	line-height:28px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dd{
	margin-top:40px;
	display:flex;
	font-size:14px;
}
.newlist ul li .tex dl dd a::after{
	width:14px;
	height:14px;
	margin-left:20px;
	display:inline-block;
	content:'';
	background-image:url(../img/xjt03.png);
	background-position:center;
	background-repeat:no-repeat;
}
.newlist ul li .pic{
	width:34%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li:hover .date i{
	background-color:#01A056;
	color:#FFF;
}
.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 48px;
	height: 48px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width:48px;
	height:48px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 50%;
	line-height:48px;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 15px 20px 40px 0px rgba(0,0,0,0.10);

}
.fy ul li a:hover{
	background: #01A056;
	color:#FFF;
	border:1px solid #01A056;
}
.fy ul li .cur{
	background: #01A056;
	color:#FFF;
	border:1px solid #01A056;
}

.xqwrap{
	width:100%;
	float:left;
	padding-top:255px;
	background-image:url(../img/xqbj.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.newcon{
	width:100%;
	float:left;
	background-color:#FFF;
	box-shadow: 10px 10px 24px 0px rgba(166,180,200,0.7);
	border-radius:24px;
	padding:100px 120px;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:16px;
	color:#999;
}
.newtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:28px;
}
.newtex img{
	max-width:100%;
	height:auto;
}

.lxwm{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.lxwm .pic{
	width:56%;
	overflow:hidden;
}
.lxwm .pic img{
	width:100%;
	height:auto;
	display:block;
}
.lxwm .tex{
	width:31%;
	font-size:16px;
	line-height:36px;
}
.lxwm .tex h1{
	font-size:36px;
	line-height:42px;
	margin-bottom:30px;
white-space:nowrap;
}
.lxwm .tex .ewm{
	display:flex;
	text-align:center;
	margin-top:30px;
}
.lxwm .tex .ewm dl dt{
	overflow:hidden;
}
.lxwm .tex .ewm dl dt img{
	max-width:100%;
	display:block;
}
.lxwm .tex .ewm dl dd{
	font-size:12px;
	line-height:24px;
}

.lx01{
	width:100%;
	float:left;
	margin-top:100px;
	background-color:#F4F4F4;
	padding:40px 60px;
	border-radius:16px;
}
.lx01 h1{
	font-size:24px;
	line-height:36px;
}

.nlx01{
	width:100%;
	margin-top:20px;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:20px;
	width:49%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nlx01 ul li dl{
	width:100%;
}
.nlx01 ul li dl dt{
	font-size:14px;
	line-height:21px;
}
.nlx01 ul li dl dt i{
	color:#F16E24;
}
.nlx01 ul li dl dd{
	margin-top:10px;
}
.nlx01 ul li.w100{
	width:100%;
}
.nlx01 ul li div{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01 ul li div a{
	color:#0171D5;
}
.nlx01 ul li div input{
	margin-right:10px;
}
.bk3{
	width:100%;
	line-height:54px;
	border:1px solid #E0E0E0;
	font-size:16px;
	color:#999;
	outline:none;
	padding:0 30px;
	font-family: '思源黑体';
}
.anniu2{
	width: 188px;
	height: 52px;
	background: #01A056;
	border-radius: 30px;
	color:#fff;
	line-height:52px;
	font-size:14px;
	cursor:pointer;
	border:0px;
}

.lcys{ width:100%; height:480px;}

.xzmk01{
	width:100%;
	float:left;
	margin-top:40px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzmk01-l{
	width:44.583%;
}
.xzmk01-l ul li{
	width:100%;
	float:left;
	margin-bottom:20px;
	background-color:#F4F4F4;
	padding:60px;
	position:relative;
	font-size:20px;
	line-height:30px;
}
.xzmk01-l ul li::before{
	width:3px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	background-color:#01A056;
}
.xzmk01-l ul li:nth-child(2)::before{
	background-color:#4992FF;
}
.xzmk01-l ul li:nth-child(3)::before{
	background-color:#FF9500;
}
.xzmk01-l ul li:nth-child(3){
	margin-bottom:0px;
}

.xzmk01-r{
	width:47.8472%;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	text-align:center;
}
.xzmk01-r img{
	max-width:100%;
	height:auto;
}
.xzmk02{
	width:100%;
	float:left;
	margin-top:60px;
}
.xzmk02 ul{
	display:flex;
	flex-wrap: wrap;
}
.xzmk02 ul li{
	width:calc(34.0% - 30px);
	background-color:#F4F4F4;
	padding:50px 60px;
	margin-right:0px;
	margin-right:30px;
}
.xzmk02 ul li:nth-child(3n){
	margin-right:0px;
}
.xzmk02 ul li h1{
	font-size:96px;
	line-height:113px;
	color:#01A056;
	font-family:DIN;
}
.xzmk02 ul li:nth-child(2) h1{
	color:#4C7EFF;
}
.xzmk02 ul li:nth-child(3) h1{
	color:#F4BA02;
}
.xzmk02 ul li dl dt{
	margin-bottom:30px;
	margin-top:30px;
	font-size:28px;
	line-height:42px;
}
.xzmk02 ul li dl dd{
	font-size:20px;
	line-height:30px;
}











.mart100{
	margin-top:100px;
}
.blue{
	color:#0F3893;
}
.gree{
	color:#01A056;
}
.f24{
	font-size:24px;
}
.mart120{
	margin-top:120px;
}
.mart60{
	margin-top:60px;
}
.mart40{
	margin-top:40px;
}
.mart0{
	margin-top:0px;
}
.header2{
	display:none;
}
.moblie {
	display:none;
}
.pc{
	width:100%;
	float:left;
}
.dingw{ width:100%; float:left; margin-top:-100px;}
.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:70%; margin-left:15%; margin-right:15%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}

.xiey{
	width:100%;
	float:left;
	margin-top:0px;
	font-size:14px;
	line-height:30px;
	color:#666;
	background:#FFF;
	padding:20px 40px 40px 40px;
	border-radius: 22px;
}
.xiey img{
	max-width:100%;
	height:auto;
}
.xiey h1{ line-height:60px;text-align:center;}
}

@media (min-width:1501px) and (max-width:1900px) {


.inpro .a1{
}







}
@media (min-width:2200px) and (max-width:3900px) {


.foot{
	background-size: 100%;
	background-position: top;
}






}

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


.inpro .a1{
	padding:50px;
}
.inpro .a2{
	padding:50px;
}

.wenh .a02 .con dl dd{
	margin-top:35px;
	font-size:16px;
	line-height:30px;
}
.wenh .a01 .con dl dd{
	margin-top:15px;
	font-size:20px;
	line-height:1.5;
}

.zyjh .tex{
	width:60%;
}



.wenh .a01 .con{
	width:180px;
	height:180px;
}




}




@media (max-width:999px) {
.pc {
	display:none;
}
.moblie {
	width:100%;
	float:left;
}
.header {
	display:none;
}
.header2 {
	width:100%;
	float:left;
	height:4rem;
	line-height:4rem;
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	box-shadow:0px 4px 23px 0px rgba(0,0,0,0.10);
}
.logo {
	width:100%;
	float:left;
	height:4rem;
	text-align:left;
}
.logo span {
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.logo img {
	max-width:70%;
	max-height:3rem;
	vertical-align:middle;
	margin-left:5%;
}
.nav2 {
	width:60%;
	float:right;
	line-height:110px;
	height:110px;
	text-align:right;
}
.nav2 a {
	width:auto;
	font-size:16px;
	margin-right:5%;
}
.nav-bar2 {
	width:4rem;
	height:4rem;
	position:absolute;
	z-index:11;
	right:0%;
	top:0;
	text-align:center;
}
.nav-bar2 img {
	max-width:40%;
	max-height:1.5rem;
	vertical-align:middle;
}
.nav-bar2 span {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.nav-bg {
	width:0px;
	height:auto;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0;
	z-index:992;
}
.v_close {
	display:block;
	position:absolute;
	top:3%;
	left:5%;
	z-index:102;
	width:15px;
	height:15px;
	background:url(../img/close2.png) no-repeat;
	background-size:100% 100%;
	display:none;
}
.nav {
	margin:0 0 0 0;
}
.subNavBox3 {
	width:100%;
	float:right;
	background:#fff;
	padding-bottom:4rem;
}
.subNavBox3 h1 {
	text-align:center;
	height:4rem;
	background:#fff;
}
.subNavBox3 h1 span {
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.subNavBox3 h1 img {
	max-width:80%;
	max-height:3rem;
	vertical-align:middle;
}
.subNav3 {
	width:100%;
	float:left;
	HEIGHT:3.0rem;
	DISPLAY:block;
	CURSOR:pointer;
	padding-left:5%;
	text-align:left;
	border-bottom:1px solid #e0e0e0;
	line-height:3.0rem;
	font-size:1.0rem;
	font-weight:bold;
}
.subNav3 i {
	padding:0.5rem;
	background:url(../img/jt01.png) no-repeat center / contain;
	margin-right:1rem;
	float:right;
	margin-top:1.2rem;
}
.subNav3:hover {
	float:left;
}
.currentDd3 {
	background:#01A056;
	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%;
}

.sybanner{
	width:100%;
	float:left;
	position: relative;
	margin-top:4.0rem;
}
.sybanner img{
	width:100%;
	height:auto;
	display:block;
}
.sybanner .tex{
	width:100%;
	position:absolute;
	bottom:33.5%;
	left:0;
	z-index:1;
	color:#F4F4F4;
	font-size:1.2rem;
	line-height:2.0rem;
}
.inmore{
	display:flex;
}
.inmore.ceter{
	justify-content:center;
}
.inmore a{
	border:1px solid rgba(255,255,255,0.6);
	display:flex;
	align-items:center;
	justify-content:center;
	width:8.0rem;
	height:2.5rem;
	font-size:0.8rem;
	color:#fff;
	border-radius:1.5rem;
}

.inmore a::before{
	width:0;
	height:100%;
	position:absolute;
	content:'';
	background-color:#FFF;
	z-index:-1;
	transition: all 0.6s;
	left:0;
	top:0;
}
.inmore a:hover::before{
	width:100%;
	color:#333;
}
.inmore a:hover{
	color:#333;
}

.inmore a.bj::before{
	background-color:#01A056;
}
.inmore a.bj:hover::before{
	width:100%;
	color:#fff;
}
.inmore a.bj:hover{
	color:#fff;
}

.inmore a.bj{
	border: 1px solid #01A056;
	color:#666;
}
.inmore a.bj2{
	border: 1px solid #01A056;
	background-color:#01A056;
	color:#fff;
}
.inmore a::after{
	width:10px;
	height:20px;
	margin-left:1.0rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
	line-height:20px;
}
.inwrap{
	width:100%;
	float:left;
	background-color:#F4F4F4;
	padding-bottom:3.0rem;
	position:relative;
}
.inwrap::after{
	position:absolute;
	right:2.6875vw;
	bottom:-13vw;
	z-index:11;
	content:'';
	background-image:url(../img/xxt01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width:17.8125vw;
	height:17.8125vw;
}
.intit{
	width:100%;
	float:left;
	display:flex;
	align-items:center;
	justify-content:space-between;
	overflow:hidden;
}
.intit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.intit dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.2rem;
}

.inpt{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inpt ul{
	display:flex;
	flex-wrap:wrap;
}
.inpt ul li{
	width:100%;
	background-color:rgba(255,255,255,1);
	border-radius:0.5rem;
	overflow:hidden;
	margin-top:1.0rem;
}
.inpt ul li:nth-child(3n){
	margin-right:0px;
}
.inpt ul li:hover{
	box-shadow: -20px 40px 100px 0px rgba(0,0,0,0.040);
}
.inpt ul li .pic{
	overflow:hidden;
}
.inpt ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpt ul li:hover .pic img{
	transform: scale(1.05);
}
.inpt ul li .tex{
	padding-bottom:2.0rem;
	padding-top:1.0rem;
	text-align:center;
}
.inpt ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#01A056;
}
.inpt ul li .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.2rem;
}
.inpt ul li .tex .a1{
	display:flex;
	justify-content:center;
	margin-top:1.0rem;
}
.inpt ul li .tex .a1 i{
	width:10.0rem;
	height:2.5rem;
	background-color:#F2F2F2;
	border-radius:1.5rem;
	font-size:0.8rem;
	transition: all 0.6s;
	line-height:2.5rem;
}
.inpt ul li:hover .tex .a1 i{
	background-color:#01A056;
	color:#FFF;
}

.intit2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.intit2 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
	color:#002D86;
}
.intit2 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.inpro{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content:space-between;
	position:relative;
}
.inpro .a1{
	width:45.5vw;
	height:45.5vw;
	background:#3877df;
	border: 5px solid #508ceb;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.inpro .a1 .b1{
	width:80%;
	text-align:center;
	color:#FFF;
}
.inpro .a1 .b1 .pic{
	overflow:hidden;
}
.inpro .a1 .b1 .pic img{
	max-height:2.0rem;
}
.inpro .a1 .b1 dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.inpro .a1 .b1 dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:28px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	display:none;
}
.inpro .a2{
	width:45.5vw;
	height:45.5vw;
	background:#ff9500;
	border: 5px solid #ffa019;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.inpro .a2 .b1{
	width:80%;
	text-align:center;
	color:#FFF;
}
.inpro .a2 .b1 .pic{
	overflow:hidden;
}
.inpro .a2 .b1 .pic img{
	max-height:2.0rem;
}
.inpro .a2 .b1 dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.inpro .a2 .b1 dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:28px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	display:none;
}
.inpro .gdt{
	width:26vw;
	height:26vw;
	position:absolute;
	top:calc(50% - 13vw);
	left:calc(50% - 13vw);
	background-image:url(../img/xxt02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inpro .inmore{
	display:none;
}

.inmore2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.inmore2 a{
	width:10rem;
	height:2.5rem;
	background-color:#01A056;
	line-height:2.5rem;
	text-align:center;
	border-radius:1.5rem;
	font-size:0.8rem;
	color:#FFF;
}

.inab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding:3.0rem 0;
	background-image:url(../img/ab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.inab::before{
	position:absolute;
	left:3.5vw;
	width:15.2vw;
	height:9.375vw;
	top:-9.375vw;
	z-index:11;
	content:'';
	background-image:url(../img/xxt03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab01{
	width:100%;
	float:left;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	overflow:hidden;
}
.inab01 .pic{
	width:100%;
}
.inab01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inab01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#fff;
	margin-top:2.0rem;
}
.inab01 .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:0.5rem;
}
.inab01 .tex h2{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight: normal;
}

.innew{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.innew ul{
	display:flex;
	flex-wrap:wrap;
}
.innew ul li{
	width:100%;
	margin-top:1.0rem;
	background-color:#F4F4F4;
	padding:2.0rem;
	border-radius:0.5rem;
	transition: all 0.6s;
}
.innew ul li:hover{
	background-color:#fff;
	box-shadow: -15px 40px 100px 0px rgba(0,147,193,0.080);

}
.innew ul li:hover h1 i{
	background-color:#01A056;
	color:#FFF;
}
.innew ul li:hover h2{
	color:#002D86;
}
.innew ul li:hover dl dd a{
	color:#002D86;
}
.innew ul li:hover dl dd a::after{
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li h1{
	display:flex;
}
.innew ul li h1 i{
	padding:0.2rem 1.0rem;
	background-color:rgba(1,127,128,0.040);
	font-size:0.8rem;
	color:#002D86;
	border-radius:0.5rem;
}
.innew ul li h2{
	margin-bottom:1.5rem;
	margin-top:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	display:none
}
.innew ul li dl dd{
	margin-top:2.0rem;
	display:flex;
	align-items:center;
}
.innew ul li dl dd a{
	font-size:0.8rem;
	line-height:1.5rem;
	display:flex;
	align-items:center;
}
.innew ul li dl dd a::after{
	width:14px;
	height:14px;
	margin-left:20px;
	content:'';
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}

.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/footbj.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
.back{
	width:100%;
	float:left;
	padding:1.0rem 0;
	display:flex;
	justify-content:center;
	border-bottom:1px solid rgba(255,255,255,0.1);
	text-align:center;
}
.back dl dt{
	overflow:hidden;
}
.back dl dt img{
	max-height:2.0rem;
}
.back dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	color:rgba(255,255,255,0.6);
	margin-top:0.2rem;
}
.foot01{
	width:100%;
	float:left;
	padding:2.0rem 0;
	display:none;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-top:0px;
}
.foot01 .xlogo{
	width:auto;
	max-width:12.5%;
	display:none;
}
.foot01 .xlogo img{
	max-width:100%;
}
.foot01 .dbnav{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.foot01 .dbnav dl{
	width:33.333%;
	margin-top:2.0rem;
}
.foot01 .dbnav dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#F4F4F4;
}
.foot01 .dbnav dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#F4F4F4;
	margin-top:0.5rem;
}
.foot01 .dbnav dl dd a{
	color:#F4F4F4;
}
.foot01 .ewm{
	width:100%;
	text-align:center;
	margin-top:2.0rem;
}
.foot01 .ewm dl dt{
	overflow:hidden;
	display:flex;
	justify-content:center;
}
.foot01 .ewm dl dt img{
	max-width:30%;
}
.foot01 .ewm dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#F4F4F4;
	margin-top:0.5rem;
}
.foot02{
	width:100%;
	float:left;
	padding:1.0rem 0;
	border-top:1px solid rgba(255,255,255,0.1);
}
.copy{
	width:100%;
	float: left;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:rgba(255,255,255,0.6);
}
.copy .aa01{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	margin-top:1.0rem;
}
.copy a{
	position:relative;
	margin-left:1.5625vw;
	display:flex;
}
.copy a img{
	max-height:3.0rem;
}
.copy a .a1{
	width:8.0rem;
	height:2.0rem;
	line-height:2.0rem;
	background-color:#FFF;
	left:-1.0rem;
	top:-2.0rem;
	z-index:11;
	position:absolute;
	opacity:0;
	transition: all 0.6s;
	text-align:center;
	justify-content:space-between;
}
.copy a .b1{
	width:5.0rem;
	height:5.0rem;
	background-color:#FFF;
	left:-1.0rem;
	top:-5.0rem;
	z-index:11;
	display:flex;
	position:absolute;
	opacity:0;
	transition: all 0.6s;
}
.copy a .b1 img{
	width:100%;
	height:auto;
	max-height:none;
}
.copy a:hover .a1{
	opacity:1;
}
.copy a:hover .b1{
	opacity:1;
}

.nybanner{
	width:100%;
	float:left;
	position: relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	color:#fff;
	display:flex;
	align-items:center;
}
.nybanner .tex .tex01{
	width:100%;
	font-size:1.2rem;
	line-height:2.0rem;
}
.zlm{
	width:100%;
	float:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
	height: auto;
	overflow:hidden;
	padding:1.0rem 0;
}
.zlm01{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
}
.zlm01 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: auto;
}
.zlm01 ul li{
	width:auto;
	margin-right:3.125vw;
	position:relative;
	height: auto;
	line-height:2.0rem;
	font-weight:bold;
}
.zlm01 ul li a{
	padding:0.5rem 0;
	font-size:0.7rem;
	color:#666;
}
.zlm01 ul li::after{
	width:0;
	height:2px;
	background-color:#01A056;
	content:'';
	position:absolute;
	left:0;
	bottom:1px;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm01 ul li.cur a{
	color:#01A056;
}
.zlm01 ul li.cur::after{
	opacity:1;
	width:100%;
}
.zlm01 ul li:hover a{
	color:#01A056;
}
.zlm01 ul li:hover::after{
	opacity:1;
	width:100%;
}
.zlm01 .wz{
	width:auto;
	font-size:0.8rem;
	color:#999;
	display: flex;
	align-items: center;
	margin-top:10px;
}
.zlm01 .wz::before{
	width:23px;
	height:23px;
	margin-right:10px;
	content:'';
	background-image:url(../img/fz.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.ntit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.nab{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.nab img{
	max-width:100%;
	height:auto;
}

.nwrap{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding:3.0rem 0;
	background-color:#F4F4F4;
}
.tdjs{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.tdjs .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.8;
}
.tdjs .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.tdjs .tex h2{
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:normal;
	margin-bottom:1.0rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tdjs .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tdjs .tex ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:1.0rem;
	display:none;
}
.tdjs .tex ul li{
	width:calc(34.0% - 35px);
	margin-right:35px;
	margin-top:35px;
	display: flex;
	align-items: center;
	justify-content:space-between;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	color:#01A056;
	text-align:center;
}
.tdjs .tex ul li:nth-child(3n){
	margin-right:0px;
}
.tdjs .tex ul li::before{
	width:26px;
	height:61px;
	content:'';
	display:inline-block;
	background-image:url(../img/h01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tdjs .tex ul li::after{
	width:26px;
	height:61px;
	content:'';
	display:inline-block;
	background-image:url(../img/h02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tdjs .pic{
	width:100%;
}
.tdjs .pic img{
	width:100%;
	height:auto;
	display:block;
}

.wenh{
	width:100%;
	float:left;
	margin-top:1.0rem;
	/*
	display: flex;
	align-items: center;
	justify-content:space-between;
	*/
}
.wenh .a01{
	width:75vw;
	height:75vw;
	background: #fff;
	border:5px solid rgba(0,109,184,0.1);
	display: flex;
	align-items: center;
	justify-content:center;
	text-align:center;
	border-radius:50%;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:1.0rem;
	margin-left:8.5%;

}
.wenh .a01 .con{
	width:80%;
}
.wenh .a01 .con .pic{
	overflow:hidden;
	text-align:center;
}
.wenh .a01 .con .pic img{
	max-height:4.0rem;
}
.wenh .a01 .con dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.wenh .a01 .con dl dd{
	margin-top:20px;
	font-size:20px;
	line-height:2;
	
}
.wenh .a01:hover{
	background-image:url(../img/wbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	box-shadow: -15px 40px 100px 0px rgba(0,64,229,0.14);
}
.wenh .a01 .pic01{
	display:inline-block;
}
.wenh .a01 .pic02{
	display: none;
}
.wenh .a01:hover .pic01{
	display:none;
}
.wenh .a01:hover .pic02{
	display:inline-block;
}
.wenh .a02{
	width:35vw;
	height:35vw;
	background: #fff;
	border:5px solid rgba(0,109,184,0.1);
	display: flex;
	align-items: center;
	justify-content:center;
	text-align:center;
	border-radius:50%;
	overflow:hidden;
	transition: all 0.6s;

}
.wenh .a02 .con{
	width:80%;
}
.wenh .a02 .con .pic{
	overflow:hidden;
	text-align:center;
}
.wenh .a02 .con .pic img{
	max-height:1.2rem;
}
.wenh .a02 .con dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.wenh .a02 .con dl dd{
	margin-top:70px;
	font-size:24px;
	line-height:48px;
	display:none;
}
.wenh .a02:hover{
	background-image:url(../img/wbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	box-shadow: -15px 40px 100px 0px rgba(0,64,229,0.14);

}
.wenh .a02 .pic01{
	display:inline-block;
}
.wenh .a02 .pic02{
	display: none;
}
.wenh .a02:hover .pic01{
	display:none;
}
.wenh .a02:hover .pic02{
	display:inline-block;
}

.wenh .a02.cur{
	background-image:url(../img/wbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	box-shadow: -15px 40px 100px 0px rgba(0,64,229,0.14);
}
.zhuanli{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/zlbj.png);
	background-position:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:2.0rem 0;
}
.zhuanli h1{
	font-size:1.2rem;
	line-height:2.0rem;
	text-align:center;
	color:#FFF;
}
.zhuanli ul{
	display:flex;
	justify-content:center;
	margin-top:1.0rem;
}
.zhuanli ul li{
	width:auto;
	margin-left:5.0vw;
	margin-right:5.0vw;
	text-align:center;
}
.zhuanli ul li dl dt{
	font-size:2.0rem;
	line-height:3.0rem;
	color:#FF9500;
	font-family:DIN;
}
.zhuanli ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.jsbanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4rem;
}
.jsbanner img{
	width:100%;
	float:left;
	height:auto;
}
.jsbanner .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	display: flex;
	align-items: center;
	justify-content:center;
	display:none;
}
.jsbanner .tex .tex01{
	width:100%;
}
.jsbanner .tex .tex01 h1{
	font-size:36px;
	line-height:42px;
	text-align:center;
	color:#FFF;
}
.jsbanner .tex .tex01 ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
}
.jsbanner .tex .tex01 ul li{
	width:31.736%;
	border: 1px solid rgba(255,255,255,0.3);
	backdrop-filter:blur(15px);
	background-color:rgba(255,255,255,0.1);
	height:234px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
	font-size:14px;
	line-height:25px;
	color:#FFF;
	transition: all 0.6s;
	margin-top:60px;
	text-align:center;
	border-radius:16px;
}
.jsbanner .tex .tex01 ul li a{
	color:#FFF;
}
.jsbanner .tex .tex01 ul li:hover{
	height:274px;
	margin-top:40px;
}
.jsbanner .tex .tex01 ul li h2{
	font-size:32px;
	line-height:38px;
	margin-bottom:10px;
}
.jsbanner .tex .tex01 ul li dl dd{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
	margin-top:30px;
}
.jsbanner .tex .tex01 ul li dl dd b{
	width:200px;
	height:50px;
	line-height:50px;
	background-color:#FFF;
	border-radius:60px;
	font-size:16px;
	color:#333;
	text-align:center;
}
.jsbanner .tex .tex01 ul li:hover dl dd b{
	background-color:#01A056;
	color:#FFF;
}
.jsbanner .tex .tex01 ul li.cur{
	height:274px;
	margin-top:40px;
}
.jsbanner .tex .tex01 ul li.cur dl dd b{
	background-color:#01A056;
	color:#FFF;
}
.js01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.js01 .pic{
	width:100%;
}
.js01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.js01 .tex{
	width:100%;
	margin-top:2.0rem;
}
.js01 .tex h1{
	display:flex;
}
.js01 .tex h1 i{
	width:100%;
	height:4.0rem;
	border: 2px solid #F2F2F2;
	box-shadow: -20px 40px 100px 0px rgba(0,147,193,0.08);
	text-align:center;
	line-height:4.0rem;
	color:#E0E0E0;
	font-family:DIN;
	font-size:2.5rem;
	font-weight:normal;
	border-radius:200px;
}
.js01 .tex h2{
	margin-top:2.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
}
.js01 .tex ul{
	display:flex;
	flex-wrap:wrap;
	margin-top:2.0rem;
}
.js01 .tex ul li{
	width:100%;
	margin-top:1.0rem;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:space-between;
}
.js01 .tex ul li .num{
	width:2.0rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	background-color:#01A056;
	border-radius:50%;
	color:#FFF;
	font-size:1.0rem;
}
.js01 .tex ul li b{
	width:calc(100% - 3.0rem);
	padding-bottom:1.0rem;
	border-bottom:1px solid #DCDDDD;
	font-size:1.0rem;
	line-height:1.5rem;
}
.jswrap{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding:2.0rem 0;
	background: linear-gradient(128.61deg, #4992FF 14.83%, #0F3893 84.95%);
}
.js02{
	width:100%;
	float:left;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:space-between;
}
.js02 .pic{
	width:100%;
}
.js02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.js02 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.js02 .tex h1{
	display:flex;
}
.js02 .tex h1 i{
	width:100%;
	height:4.0rem;
	border: 2px solid rgba(255,255,255,0.3);
	background-color:rgba(255,255,255,0.1);
	box-shadow: -20px 40px 100px 0px rgba(0,147,193,0.4);
	text-align:center;
	line-height:4.0rem;
	color:#fff;
	font-family:DIN;
	font-size:2.0rem;
	font-weight:normal;
	border-radius:200px;
}
.js02 .tex h2{
	margin-top:3.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}

.jswrap2{
	width:100%;
	float:left;
	background-color:#F4F4F4;
	padding:3.0rem 0;
}
.js03{
	width:100%;
	float:left;
}
.js03 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.js03 ul li{
	width:100%;
	padding:2.0rem;
	background-color:#FFF;
	border-radius:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.js03 ul li:first-child{
	margin-top:0px;
}
.js03 ul li h1{
	display:flex;
}
.js03 ul li h1 i{
	width:100%;
	height:4.0rem;
	border: 2px solid #F2F2F2;
	box-shadow: -20px 40px 100px 0px rgba(0,147,193,0.08);
	text-align:center;
	line-height:4.0rem;
	color:#E0E0E0;
	font-family:DIN;
	font-size:2.0rem;
	font-weight:normal;
	border-radius:200px;
}
.js03 ul li h2{
	margin-top:3.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
}
.js03 ul li .pic{
	width:100%;
	text-align:center;
}
.js03 ul li .pic img{
	max-width:100%;
}
.js04{
	width:100%;
	float:left;
	margin-top:1.0rem;
	padding:2.0rem;
	background-color:#FFF;
	border-radius:1.0rem;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.js04 .tex{
	width:100%;
}
.js04 .tex ul{
	display:flex;
	flex-wrap:wrap;
}
.js04 .tex ul li{
	width:100%;
	display:flex;
	align-items: center;
	margin-top:2.0rem;
}
.js04 .tex ul li:first-child{
	margin-top:0px;
}
.js04 .tex ul li .num{
	width:2.0rem;
	height:2.0rem;
	margin-right:1.0rem;
	background-color:#01A056;
	border-radius:50%;
	line-height:50px;
	font-size:0.8rem;
	text-align:center;
	line-height:2.0rem;
	color:#FFF;
	min-width:2.0rem;
}
.js04 .tex ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.js04 .tex ul li dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	margin-top:0.2rem;
}
.js04 .pic{
	width:100%;
	margin-top:2.0rem;
}
.js04 .pic img{
	max-width:100%;
	height:auto;
}
.ntit2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.ntit2 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.ntit2 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.ntit2 .a1{
	width:100%;
	height:4.0rem;
	border: 2px solid #F2F2F2;
	background-color:rgba(255,255,255,0.1);
	box-shadow: -20px 40px 100px 0px rgba(0,147,193,0.08);
	text-align:center;
	line-height:4.0rem;
	color:#E0E0E0;
	font-family:DIN;
	font-size:2.0rem;
	font-weight:normal;
	border-radius:200px;
	margin-top:1.0rem;
}

.js05{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.js05 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.js05 ul li{
	width:100%;
	margin-top:1.0rem;
}
.js05 ul li .pic{
	overflow:hidden;
	text-align:center;
}
.js05 ul li .pic img{
	max-width:5.0rem;
}
.js05 ul li h1{
	margin-top:1.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
	text-align:center;
}
.js05 ul li dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
	margin-bottom:1.0rem;
	text-align:center;
	height:3.0rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.js05 ul li dl dd{
	margin-top:0.5rem;
	border:1px solid #E0E0E0;
	padding:0.5rem 1.0rem;
	display:flex;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
}
.js05 ul li dl dd::before{
	margin-right:0.5rem;
	color:#01A056;
	display:inline-block;
	content: "\2022";
	font-size:1.0rem;
}

.ntit3{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.ntit3 dl dt{
	height:5.0rem;
	position:relative;
	font-size:4.0rem;
	color:#F2F2F2;
	text-align:center;
	font-family:DIN;
	line-height:4.0rem;
}
.ntit3 dl dt.ys{
	color:#E0E0E0;
}
.ntit3 dl dt i{
	width:100%;
	height:100%;
	position:absolute;
	color:#333;
	line-height:4.0rem;
	text-align:center;
	z-index:1;
	top:0;
	left:0;
	font-size:1.2rem;
}
.ntit3 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.ntit3 dl dd div{
	width:100%;
}
.sxpt{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.sxpt .a01{
	width:100%;
	background: linear-gradient(128.61deg, #4992FF 14.83%, #0F3893 84.95%);
	border-radius:1.0rem;
	padding:1.0rem;
}
.sxpt .a01 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}
.sxpt .a01 ul li{
	width:100%;
	padding:1.0rem;
	border-radius:0.5rem;
	background-color:#FFF;
	margin-top:1.0rem;
}
.sxpt .a01 ul li:first-child{
	margin-top:0px;
}
.sxpt .a01 ul .jt{
	width:3.38%;
	overflow:hidden;
	display:none;
}
.sxpt .a01 ul div img{
	max-width:100%;
}
.sxpt .a01 ul li .pic{
	height:7.0rem;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.sxpt .a01 ul li .pic img{
	max-width:100%;
	max-height:7.0rem;
}
.sxpt .a01 ul li dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	margin-bottom:1.0rem;
}
.sxpt .a01 ul li dl dd{
	margin-top:0.2rem;
	display:flex;
	font-size:0.8rem;
	line-height:1.5rem;
}
.sxpt .a01 ul li dl dd::before{
	margin-right:0.5rem;
	color:#01A056;
	display:inline-block;
	content: "\25C6";
	font-size:0.2rem;
}
.sxpt .a02{
	width:100%;
	display: flex; /* 使用Flexbox布局 */
	justify-content: space-between;
	margin-top:1.0rem;
}
.sxpt .a02 .b01{
	width:49%;
	background-color:#F4F4F4;
	border-radius:0.5rem;
	height:8.0rem;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.sxpt .a02 .b01 dl dt{
	overflow:hidden;
	text-align:center;
	height:5.0rem;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.sxpt .a02 .b01 dl dt img{
	max-width:100%;
	max-height:5.0rem;
}
.sxpt .a02 .b01 dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
	text-align:center;
}

.glgc{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.glgc ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}
.glgc ul li{
	width:100%;
	padding:2.0rem 1.0rem;
	border-radius:0.5rem;
	background-color:#F4F4F4;
	margin-top:1.0rem;
}
.glgc ul .jt{
	width:2.5%;
	overflow:hidden;
	display:none;
}
.glgc ul div img{
	max-width:100%;
}
.glgc ul li .pic{
	height:8rem;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.glgc ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.glgc ul li dl dt{
	font-size:1.0rem;
	line-height:2.0rem;
	margin-top:1.0rem;
	text-align:center;
}
.pyjs{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.pyjs img{
	max-width:100%;
	height:auto;
	display:block;
}
.pyjs01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.pyjs01 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.pyjs01 ul li{
	width:100%;
	padding:1.0rem 2.0rem;
	background-color:#F4F4F4;
	border-radius:0.5rem;
	display:flex;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.pyjs01 ul li b{
	font-size:2.0rem;
	line-height:2.5rem;
	color:#01A056;
	font-family:DIN;
	margin-right:1.0rem;
}
.scjs{
	width:100%;
	float:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:2.0rem;
}
.scjs-l{
	width:100%;
	background-color:#fff;
	border-radius:0.5rem;
}
.scjs-l img{
	max-width:100%;
}

.scjs-r{
	width:100%;
	background-color:#fff;
	border-radius:0.5rem;
	padding:2.0rem;
	margin-top:2.0rem;
}
.scjs-r ul li{
	width:100%;
	float:left;
	display:flex;
	align-items: center;
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.scjs-r ul li:first-child{
	margin-top:0px;
}
.scjs-r ul li i{
	width:2.0rem;
	height:2.0rem;
	background-color:#01A056;
	border-radius:50%;
	line-height:2.0rem;
	text-align:center;
	margin-right:1.0rem;
	color:#FFF;
	font-size:0.8rem;
}
.sxjs{
	width:100%;
	float:left;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.sxjs .a01{
	width:100%;
	margin-top:2.0rem;
}
.sxjs .a01 h1{
	height:2.5rem;
	background-image:url(../img/jtb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	font-size:1.0rem;
	line-height:2.5rem;
	color:#FFF;
	text-align:center;
	box-shadow: -20px 40px 100px 0px rgba(0,0,0,0.10);
	background-color:transparent !important;
}
.sxjs .a01 .b1{
	margin-top:2.0rem;
	padding:1.0rem;
	background-color:#F4F4F4;
	border-radius:0.5rem;
	width:95.833%;
}
.sxjs .a01 .b1 p{
	display:flex;
	font-size:0.8rem;
	line-height:1.5rem;
}
.sxjs .a01 .b1 p::before{
	margin-right:0.5rem;
	color:#01A056;
	display:inline-block;
	content: "\2022";
	font-size:1.0rem;
	line-height:1.5rem;
}
.sxjs .a01 .b2{
	margin-top:1.0rem;
	width:95.833%;
}
.sxjs .a01 .b2 img{
	max-width:100%;
}

.sxjs .a01 .b3{
	margin-top:1.0rem;
	padding:1.0rem;
	background-color:#F4F4F4;
	border-radius:0.5rem;
	width:95.833%;
}
.sxjs .a01 .b3 p{
	display:flex;
	font-size:0.8rem;
	line-height:1.5rem;
}
.sxjs .a01 .b3 p::before{
	margin-right:0.5rem;
	color:#01A056;
	display:inline-block;
	content: "\2022";
	font-size:1.0rem;
}

.xlm{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.xlm ul{
	display:flex;
	flex-wrap:wrap;
}
.xlm ul li{
	width:auto;
	margin-right:1.0rem;
	display:flex;
}
.xlm ul li a{
	width:8.0rem;
	height:2.5rem;
	font-size:0.8rem;
	border:1px solid #01A056;
	color:#01A056;
	border-radius:1.5rem;
	line-height:2.5rem;
	text-align:center;
}
.xlm ul li a:hover{
	background-color:#01A056;
	color:#FFF;
	font-weight:bold;
}
.xlm ul li a.cur{
	background-color:#01A056;
	color:#FFF;
	font-weight:bold;
}
.yftex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
/*
.yfcs{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#FFF;
	border:1px solid #F4F4F4;
	padding:1.0rem;
	box-shadow: -15px 40px 100px 0px rgba(0,147,193,0.08);
	border-radius:24px;

}
.yfcs .a1{
	width:100%;
	float:left;
}
.yfcs .a1 ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.yfcs .a1 ul li{
	width:32%;
	height:2.5rem;
	background-color:#1E50AF;
	border-radius:1.5rem;
	font-size:0.8rem;
	color:#FFF;
	text-align:center;
	line-height:2.5rem;
	margin-top:0.5rem;
}
.yfcs .a1 ul li:first-child{
	width:100%;
	margin-top:0px;
}

.yfcs .a2{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.yfcs .a2 .b1{
	width:100%;
	height: auto;
	background-color:#F4F4F4;
	border-radius:1.5rem;
	font-size:0.8rem;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
	font-weight:bold;
	height:2.5rem;
	line-height:2.5rem;
}
.yfcs .a2 .b2{
	width:100%;
}
.yfcs .a2 .b2 .c1{
	width:100%;
	float:left;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:0.5rem;
}
.yfcs .a2 .b2 .c1 .cc01{
	width:100%;
	margin-top:0.5rem
}
.yfcs .a2 .b2 .c1 .cc01 ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.yfcs .a2 .b2 .c1 .cc01 ul li{
	width:33.1%;
	height:2.5rem;
	background-color:#F4F4F4;
	border-radius:1.5rem;
	font-size:0.8rem;
	text-align:center;
	line-height:2.5rem;
}
.yfcs .a2 .b2 .c1 .cc02{
	width:100%;
	position:relative;
	overflow: hidden;
	margin-top:0.5rem;
}
.yfcs .a2 .b2 .c1 .cc02 ul{
	display:flex;
	justify-content:space-between;
}
.yfcs .a2 .b2 .c1 .cc02 ul li{
	width:24.8%;
	height:2.5rem;
	background-color:#F4F4F4;
	border-radius:1.5rem;
	font-size:0.8rem;
	text-align:center;
	line-height:2.5rem;
}
.yfcs .a2 .b2 .c1 .cc02 .ht{
	width:80%;
	position:absolute;
	height:0.6rem;
	left:1.0rem;
	top:calc(50% - 0.3rem);
	background-color:#01A056;
	border-radius:100px;
	z-index:1;
}
.yfcs .a2 .b2 .c1 .cc02 .ht::after{
	width:0.6rem;
	height:0.6rem;
	content:'';
	background-color:#01A056;
	border:5px solid #FFF;
	border-radius:50%;
	display:inline-block;
	margin-top:-0.3rem;
	right:0;
	position:absolute;
}
.yfcs .a2 .b2 .c1 .cc02.w35 .ht{
	width:35%;
}
.yfcs .a2 .b2 .c1 .cc02.w20 .ht{
	width:20%;
}
.yfcs .a2 .b2 .c1 .cc02.w15 .ht{
	width:15%;
}
.yfcs .a2 .b2 .c1 .cc02.w10 .ht{
	width:10%;
}

.yfcs2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#F4F4F4;
	border:1px solid #F4F4F4;
	padding:1.0rem;
	box-shadow: -15px 40px 100px 0px rgba(0,147,193,0.08);
	border-radius:1.0rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.yfcs2 .a01{
	width:49%;
	background-color:#FFF;
	border-radius:0.5rem;
}
.yfcs2 .a01 h1{
	height:2.5rem;
	background-color:#1E50AF;
	border-radius:0.5rem;
	text-align:center;
	line-height:2.5rem;
	color:#FFF;
	font-size:1.0rem;
}
.yfcs2 .a01 h2{
	height: auto;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
	padding:2.0rem;
	font-size:0.8rem;
}
.yfcs2 .a02{
	width:100%;
	background-color:#FFF;
	border-radius:0.5rem;
	margin-top:1.0rem;
}
.yfcs2 .a02 h1{
	height:2.5rem;
	background-color:#1E50AF;
	border-radius:0.5rem;
	text-align:center;
	line-height:2.5rem;
	color:#FFF;
	font-size:1.0rem;
}
.yfcs2 .a02 .tex{
	padding:1.0rem;
}
.yfcs2 .a02 .tex img{
	max-width:100%;
}
.yfcs2 .a02 .tex dl dd{
	display:flex;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.yfcs2 .a02 .tex dl dd b{
	margin-right:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#01A056;
}
.yfcs2 .a02 .tex dl dd:first-child{
	margin-top:0px;
}
*/
.yfcs{
	width:100%;
	float:left;
	margin-top:60px;
	background-color:#FFF;
	border:1px solid #F4F4F4;
	box-shadow: -15px 40px 100px 0px rgba(0,147,193,0.08);
	border-radius:24px;
	overflow-x:scroll;

}
.yfcs .a1{
	width:800px;
	float:left;
}
.yfcs .a1 ul{
	display:flex;
	justify-content:space-between;
}
.yfcs .a1 ul li{
	width:11.3%;
	height:45px;
	background-color:#1E50AF;
	border-radius:12px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	line-height:45px;
}
.yfcs .a1 ul li:first-child{
	width:19.9%;
}

.yfcs .a2{
	width:800px;
	float:left;
	margin-top:20px;
	display:flex;
	justify-content:space-between;
}
.yfcs .a2 .b1{
	width:19.9%;
	height: auto;
	background-color:#F4F4F4;
	border-radius:12px;
	font-size:14px;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
	font-weight:bold;
}
.yfcs .a2 .b2{
	width:80%;
}
.yfcs .a2 .b2 .c1{
	width:100%;
	float:left;
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}
.yfcs .a2 .b2 .c1 .cc01{
	width:42.8%;
}
.yfcs .a2 .b2 .c1 .cc01 ul{
	display:flex;
	justify-content:space-between;
}
.yfcs .a2 .b2 .c1 .cc01 ul li{
	width:33.1%;
	height:45px;
	background-color:#F4F4F4;
	border-radius:12px;
	font-size:12px;
	text-align:center;
	line-height:45px;
}
.yfcs .a2 .b2 .c1 .cc02{
	width:57.1%;
	position:relative;
	overflow: hidden;
}
.yfcs .a2 .b2 .c1 .cc02 ul{
	display:flex;
	justify-content:space-between;
}
.yfcs .a2 .b2 .c1 .cc02 ul li{
	width:24.8%;
	height:45px;
	background-color:#F4F4F4;
	border-radius:12px;
	font-size:12px;
	text-align:center;
	line-height:45px;
}
.yfcs .a2 .b2 .c1 .cc02 .ht{
	width:80%;
	position:absolute;
	height:12px;
	left:22px;
	top:calc(50% - 6px);
	background-color:#01A056;
	border-radius:100px;
	z-index:1;
}
.yfcs .a2 .b2 .c1 .cc02 .ht::after{
	width:16px;
	height:16px;
	content:'';
	background-color:#01A056;
	border:5px solid #FFF;
	border-radius:50%;
	display:inline-block;
	margin-top:-7px;
	right:0;
	position:absolute;
}
.yfcs .a2 .b2 .c1 .cc02.w35 .ht{
	width:35%;
}
.yfcs .a2 .b2 .c1 .cc02.w20 .ht{
	width:20%;
}
.yfcs .a2 .b2 .c1 .cc02.w15 .ht{
	width:15%;
}
.yfcs .a2 .b2 .c1 .cc02.w10 .ht{
	width:10%;
}

.yfcs2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background-color:#F4F4F4;
	border:1px solid #F4F4F4;
	box-shadow: -15px 40px 100px 0px rgba(0,147,193,0.08);
	border-radius:24px;
	overflow-x:scroll;
	
}
.yfcs2 .ab01{
	width:800px;
	float:left;
	display:flex;
	justify-content:space-between;
}
.yfcs2 .a01{
	width:16.52%;
	background-color:#FFF;
	border-radius:0.5rem;
}
.yfcs2 .a01 h1{
	height:2.5rem;
	background-color:#1E50AF;
	border-radius:0.8rem;
	text-align:center;
	line-height:2.5rem;
	color:#FFF;
	font-size:1.0rem;
}
.yfcs2 .a01 h2{
	height:calc(100% - 2.5rem);
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content:center;
}
.yfcs2 .a02{
	width:33.0%;
	background-color:#FFF;
	border-radius:0.5rem;
}
.yfcs2 .a02 h1{
	height:2.5rem;
	background-color:#1E50AF;
	border-radius:0.8rem;
	text-align:center;
	line-height:2.5rem;
	color:#FFF;
	font-size:1.0rem;
}
.yfcs2 .a02 .tex{
	padding:1.0rem;
}
.yfcs2 .a02 .tex img{
	max-width:100%;
}
.yfcs2 .a02 .tex dl dd{
	display:flex;
	font-size:0.8rem;
	line-height:1.0rem;
	margin-top:1.0rem;
}
.yfcs2 .a02 .tex dl dd b{
	margin-right:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#01A056;
}
.yfcs2 .a02 .tex dl dd:first-child{
	margin-top:0px;
}
.zyfz{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border: 2px solid #4992FF;
	padding:2.0rem;
	border-radius:1.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}

.fuli{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.fuli img{
	max-width:100%;
	height:auto;
}
.jxjl{
	width:100%;
	float:left;
	margin-top:2.0rem;
	position:relative;
}
.jxjl::before{
	width:100%;
	height:9px;
	position:absolute;
	top:27px;
	left:0;
	z-index:-1;
	content:'';
}
.jxjl01{
	width:100%;
	float:left;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.jxjl01 .a1{
	width:32%;
	background: linear-gradient(128.61deg, #4992FF 14.83%, #0F3893 84.95%);
	height:2.5rem;
	text-align:center;
	line-height:2.5rem;
	border-radius:200px;
	color:#FFF;
	font-size:0.8rem;
	box-shadow: 10px 10px 24px 0px rgba(166,180,200,0.7);
	margin-top:1.0rem;
	margin-right:1.0%;

}
.jxjl01 .a2{
	width:0.9%;
	overflow:hidden;
	display:none;
}
.jxjl01 .a2 img{
	max-width:100%;
}
.jxjl02{
	width:100%;
	margin-top:2.0rem;
	float:left;
	position:relative;
}
.jxjl02 img{
	width:100%;
	height:auto;
	display:block;
}
.jxjl02 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	padding:0 2.0rem;
}
.jxjl02 .tex ul{
	display:flex;
	flex-wrap:wrap;
}
.jxjl02 .tex ul li{
	width:100%;
	display:flex;
	align-items: center;
	font-size:0.8rem;
	margin-top:1.0rem;
}
.jxjl02 .tex ul li img{
	margin-right:1.0rem;
	width:auto;
	height:auto;
	max-height:1.0rem;
}
.jxjl02 .tex ul li:first-child{
	margin-top:0px;
}

.jxjl03{
	width:100%;
	margin-top:3.0rem;
	float:left;
	border: 2px solid #FF9500;
	border-radius:1.0rem;
	padding:3.0rem 2.0rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
}
.jxjl03 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.jxjl03 dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.jxjl03 img{
	max-width:50%;
	margin-top:2.0rem;
}

.bghj{
	width:100%;
	float:left;
	background-color:#FFF;
	border-radius:1.0rem;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}

.ntit4{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.ntit4 dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.ntit4 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:8px;
}
.swiper{
	width: 100%;
	float:left;
	margin-top:2.0rem;
}

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

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 0.5rem 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;
	border-radius:0.2rem;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#01A056;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#01A056;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}

.yghd{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border:1px solid #FF9500;
	border-radius:1.0rem;
	padding:1.0rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
}
.yghd .pic{
	width:100%;
}
.yghd .pic img{
	width:100%;
	height:auto;
	display:block;
}
.yghd .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}

.zylm{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.zylm ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.zylm ul li{
	width:49%;
	height:2.5rem;
	background-color:#F4F4F4;
	border-radius:0.5rem;
	overflow:hidden;
	display:flex;
	align-items: center;
	font-size:0.8rem;
	margin-top:1.0rem;
}
.zylm ul li a{
	width:100%;
	height:2.5rem;
	display:flex;
	align-items: center;
}
.zylm ul li img{
	margin-right:1.0rem;
	max-height:2.5rem;
}
.zyjh{
	width:100%;
	float:left;
	margin-top:2.0rem;
	position:relative;
}
.zyjh img{
	width:100%;
	height:auto;
	display:block;
}
.zyjh .tex{
	width:80%;
	position:absolute;
	height:100%;
	left:1.0rem;
	top:0;
	z-index:1;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	display:flex;
	align-items: center;
}
.zyjh .tex p{
	display:none8;
}
.zyjh .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#002D86;
	margin-bottom:0.5rem;
}
.zyjh .tex .yx{
	display:flex;
	margin-top:1.0rem;
}
.zyjh .tex .yx a{
	padding:0.5rem 1.0rem;
	background-color:#01A056;
	border-radius:1.5rem;
	color:#FFF;
}
.xwlm{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	overflow:hidden;
}
.xwlm01{
	width: auto;
}
.xwlm01 ul{
	display:flex;
	flex-wrap:wrap;
}
.xwlm01 ul li{
	width:auto;
	margin-right:0.5rem;
	display:flex;
}
.xwlm01 ul li a{
	width:8.0rem;
	height:2.5rem;
	font-size:0.8rem;
	border:1px solid #01A056;
	color:#01A056;
	border-radius:1.5rem;
	line-height:2.5rem;
	text-align:center;
}
.xwlm01 ul li a:hover{
	background-color:#01A056;
	color:#FFF;
	font-weight:bold;
}
.xwlm01 ul li a.cur{
	background-color:#01A056;
	color:#FFF;
	font-weight:bold;
}

.xwlm02{
	width: 100%;
	display:flex;
	flex-wrap:wrap;
}
.xwlm02 .search{
	width:100%;
	height:2.5rem;
	border: 1px solid #E0E0E0;
	border-radius:1.5rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
	padding-left:1.0rem;
	margin-top:1.0rem;
}
.bk{
	width:calc(100% - 9.0rem);
	border:0px;
	color:#999;
	font-size:0.8rem;
	outline:none;
	height:2.0rem;
}
.bk2{
	width:100%;
	border:0px;
	color:#999;
	font-size:0.8rem;
	outline:none;
}
.anniu{
	width:8.0rem;
	height:2.0rem;
	background-color:#01A056;
	color:#FFF;
	line-height:2.0rem;
	text-align:center;
	border-radius:1.5rem;
	border:0;
	cursor:pointer;
	margin-right:0.3rem;
}
.xwlm02 .date{
	width:100%;
	height:2.5rem;
	border: 1px solid #E0E0E0;
	padding:0 1.0rem;
	border-radius:1.5rem;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
	margin-top:1.0rem;
}
.newlist{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.newlist ul{
	display:flex;
	flex-wrap:wrap;
}
.newlist ul li{
	width:100%;
	padding-bottom:1.0rem;
	margin-top:2.0rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.newlist ul li .tex{
	width:58%;
}
.newlist ul li .tex .date{
	display:flex;
	display:none;
}
.newlist ul li .tex .date i{
	padding:10px 25px;
	background-color:rgba(1,127,128,0.1);
	color:#002D86;
	font-size:16px;
	font-family:DIN;
	border-radius:8px;
	transition: all 0.6s;
}
.newlist ul li .tex h1{
	font-size:0.8rem;
	line-height:1.5rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex dl dt{
	margin-top:30px;
	font-size:14px;
	line-height:28px;
	color:#666;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display:none;
}
.newlist ul li .tex dl dd{
	margin-top:40px;
	display:flex;
	font-size:14px;
	display:none;
}
.newlist ul li .tex dl dd a::after{
	width:14px;
	height:14px;
	margin-left:20px;
	display:inline-block;
	content:'';
	background-image:url(../img/xjt03.png);
	background-position:center;
	background-repeat:no-repeat;
}
.newlist ul li .pic{
	width:34%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li:hover .date i{
	background-color:#01A056;
	color:#FFF;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 1.5rem;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 15px 20px 40px 0px rgba(0,0,0,0.10);

}
.fy ul li a:hover{
	background: #01A056;
	color:#FFF;
	border:1px solid #01A056;
}
.fy ul li .cur{
	background: #01A056;
	color:#FFF;
	border:1px solid #01A056;
}

.xqwrap{
	width:100%;
	float:left;
	padding-top:8.0rem;
	background-image:url(../img/xqbj.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.newcon{
	width:100%;
	float:left;
	background-color:#FFF;
	box-shadow: 10px 10px 24px 0px rgba(166,180,200,0.7);
	border-radius:1.0rem;
	padding:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#999;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.newtex img{
	max-width:100%;
	height:auto;
}

.lxwm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.lxwm .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.lxwm .pic img{
	width:100%;
	height:auto;
	display:block;
}
.lxwm .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.lxwm .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
}
.lxwm .tex .ewm{
	display:flex;
	text-align:center;
	margin-top:1.0rem;
}
.lxwm .tex .ewm dl dt{
	overflow:hidden;
}
.lxwm .tex .ewm dl dt img{
	max-width:100%;
	display:block;
}
.lxwm .tex .ewm dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-color:#F4F4F4;
	padding:2.0rem;
	border-radius:0.5rem;
}
.lx01 h1{
	font-size:1.0rem;
	line-height:1.5rem;
}

.nlx01{
	width:100%;
	margin-top:1.0rem;
}
.nlx01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	margin-top:1.0rem;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nlx01 ul li dl{
	width:100%;
}
.nlx01 ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.nlx01 ul li dl dt i{
	color:#F16E24;
}
.nlx01 ul li dl dd{
	margin-top:0.5rem;
}
.nlx01 ul li.w100{
	width:100%;
}
.nlx01 ul li div{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01 ul li div a{
	color:#0171D5;
}
.nlx01 ul li div input{
	margin-right:0.5rem;
}
.bk3{
	width:100%;
	line-height:2.5rem;
	border:1px solid #E0E0E0;
	font-size:0.8rem;
	color:#999;
	outline:none;
	padding:0 1.0rem;
}
.anniu2{
	width: 8.0rem;
	height: 2.5rem;
	background: #01A056;
	border-radius: 1.5rem;
	color:#fff;
	line-height:2.5rem;
	font-size:0.8rem;
	cursor:pointer;
	border:0px;
	margin-top:2.0rem;
}

.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:998;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:90%; margin-left:5%; margin-right:5%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}

.xiey{
	width:100%;
	float:left;
	margin-top:0px;
	font-size:14px;
	line-height:30px;
	color:#666;
	background:#FFF;
	padding:20px 40px 40px 40px;
	border-radius: 22px;
}
.xiey img{
	max-width:100%;
	height:auto;
}
.xiey h1{ line-height:60px;text-align:center;}


.xzmk01{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzmk01-l{
	width:100%;
}
.xzmk01-l ul li{
	width:100%;
	float:left;
	margin-bottom:1.0rem;
	background-color:#F4F4F4;
	padding:2.0rem;
	position:relative;
	font-size:1.0rem;
	line-height:1.5rem;
}
.xzmk01-l ul li::before{
	width:3px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	background-color:#01A056;
}
.xzmk01-l ul li:nth-child(2)::before{
	background-color:#4992FF;
}
.xzmk01-l ul li:nth-child(3)::before{
	background-color:#FF9500;
}


.xzmk01-r{
	width:100%;
	overflow:hidden;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.xzmk01-r img{
	max-width:100%;
	height:auto;
}
.xzmk02{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.xzmk02 ul{
	display:flex;
	flex-wrap: wrap;
}
.xzmk02 ul li{
	width:100%;
	background-color:#F4F4F4;
	padding:2.0rem;
	margin-right:0px;
	margin-top:1.0rem;
}
.xzmk02 ul li:nth-child(3n){
	margin-right:0px;
}
.xzmk02 ul li h1{
	font-size:2.0rem;
	line-height:3.0rem;
	color:#01A056;
	font-family:DIN;
}
.xzmk02 ul li:nth-child(2) h1{
	color:#4C7EFF;
}
.xzmk02 ul li:nth-child(3) h1{
	color:#F4BA02;
}
.xzmk02 ul li dl dt{
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
}
.xzmk02 ul li dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
}
















.mart100{
	margin-top:3.0rem;
}
.blue{
	color:#0F3893;
}
.gree{
	color:#01A056;
}
.f24{
	font-size:1.0rem;
}
.mart120{
	margin-top:3.0rem;
}
.mart60{
	margin-top:2.0rem;
}
.mart40{
	margin-top:1.0rem;
}
.mart0{
	margin-top:0px;
}


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