
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 思源黑体;
	margin:auto
}
@font-face
{
	font-family: 思源黑体;
	src: url('/font/%E6%80%9D%E6%BA%90%E9%BB%91%E4%BD%93%20CN-Light.otf'),
	url('/font/%E6%80%9D%E6%BA%90%E9%BB%91%E4%BD%93%20CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('/font/DIN-Bold.otf'),
	url('/font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('/font/Roboto-Regular.ttf'),
	url('/font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('/font/Source-Han-Serif-CN-Bold.ttf'),
	url('/font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: SUIT;
	src: url('/font/SUIT-VARIABLE.ttf'),
	url('/font/SUIT-VARIABLE.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#00A4C5;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@keyframes dbxg{

  0% {
	transform: scale(0.5);  
  }
  
   100% {
	transform: scale(1.0);  
  }
}
@keyframes myrotecircle{

  0% {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  25% {

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transform: rotate(90deg);

  }

  50% {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

  }

  75% {

    -webkit-transform: rotate(270deg);

    -moz-transform: rotate(270deg);

    -ms-transform: rotate(270deg);

    -o-transform: rotate(270deg);

    transform: rotate(270deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}


@media (min-width:1000px) {

.main{
	width: auto;
	margin:auto;
	max-width:1440px;
	padding:0 15px;
}
.main2{
	width: auto;
	margin:auto;
	max-width:1200px;
	padding:0 15px;
}
.header{
	width: 100%;
	position: fixed;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 996;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 8.33vw;
	transition: all 0.6s;
}
.header .logo{
	width: auto;
	height: 80px;
	max-width: 9.236%;
	display: flex;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
}
.header .innav{
	width: auto;
	height: 80px;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 80px;
}
.header .innav ul li{
	width: auto;
	text-align: center;
	font-size: 16px;
	height: 80px;
	align-items: center;
	display: flex;
	position: relative;
	margin-left:0.5vw;
	margin-right:0.5vw;
	font-weight:bold;
	position:relative;
}
.header .innav ul li a{
	padding:5px 15px;
	white-space: nowrap;
	align-items: center;
	display: flex;
	position:relative;
}
.header .innav ul li:last-child a{
	margin-right: 0px;
}
.header.yanse .innav ul li a.cur{
	background-color:#fff;
	color:#00A4C5;
}
.header.yanse .innav ul li a:hover{
	background-color:#fff;
	color:#000;
}
.header.yanse .innav ul li:hover a{
	background-color:#fff;
	color:#000;
}
.header.yanse .innav ul li:hover .xiala a{
	background-color:transparent;
}
.header.yanse.yanse01 .innav ul li a.cur{
	background-color:rgba(255,255,255,0.1);
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li a:hover{
	background-color:rgba(255,255,255,0.1);
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li:hover a{
	background-color:rgba(255,255,255,0.1);
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li:hover .xiala a{
	background-color:transparent;
	color:#333;
}
.header.yanse{
	background-color: #fff;
	top:0;
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	top:0px;
	border-bottom:0px;
}
.header.yanse a{
	color: #333;
}
.header.yanse .innav ul li a:hover{
	color:#00A4C5;
}
.header .innav ul li a::after{
	width:16px;
	height:2px;
	background-color:#00A4C5;
	position:absolute;
	bottom:0;
	left:calc(50% - 8px);
	content:'';
	opacity:0;
	transition: all 0.6s;
}
.header .innav ul li a:hover::after{
	opacity:1;
}
.header .innav ul li a.cur::after{
	opacity:1;
}
.header.yanse a i{
	color: #333;
}
.header.yanse .cur{
	color: #00A4C5;
}
.header.yanse .zyw a{
	color:#333;
}
.header.yanse.yanse01 a{
	color: #333;
}
.header .innav ul li .xiala{
	width:150px;
	position:absolute;
	top:72px;
	left:-30%;
	background-color:rgba(255,255,255,1);
	transition: all 0.6s;
	opacity:0;
	visibility:hidden;
	padding:20px 0;
	
	
}
.header .innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.header.yanse .innav ul li .xiala a{
	font-size:16px;
	line-height:28px;
	text-align:center;
	font-weight:normal;
	color:#333;
	justify-content: center;
	width:100%;
	border:0px;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#fff;
	background:#00A4C5;
	
}
.header.yanse .innav ul li .xiala a:hover::after{
	opacity:0;
}

.inr{
	width:auto;
	align-items: center;
	display: flex;
	position:relative;
}
.info{
	width:auto;
	margin-right:10px;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#FFF;
	font-size:16px;
}
.info::before{
	width:20px;
	height:20px;
	background-image:url(../image/qiu.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-right:20px;
	content:'';
	display:inline-block;
}
.info a{
	color:#FFF;
}
.info i{
	width:1px;
	height:12px;
	background-color:#FFF;
	margin-left:7px;
	margin-right:7px;
}
.header.yanse .info a{
	color:#333;
}
.header.yanse .info a:hover{
	color:#00A4C5;
}
.header.yanse .info i{
	background-color:#333;
}
.header.yanse .info::before{
	background-image:url(../image/qiu.png);
}

.header.yanse.yanse01 .info a{
	color:#fff;
}
.header.yanse.yanse01 .info i{
	background-color:#fff;
}
.header.yanse.yanse01 .info::before{
	background-image:url(../image/qiu.png);
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display: inline-block;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display: none;
}

.ss{
	width: 24px;
	height: 24px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.ss img{
	max-width:100%;
}

.chax{
	right:0; 
	top:60px;
	position: absolute;
	width:300px; 
	z-index:994;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　.aa{
	display: flex;
	width:363px;
	height:44px;
	background-color:#FFF;
	border-radius:4px;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 44px;
	line-height: 44px;
	border: 0px;
	background-color: #f1f1f1;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background-color:#00A4C5;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}

.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}

.inabout{
	width:100%;
	float:left;
	position:relative;
}
.inabout .pic{
	width:50%;
	overflow:hidden;
	float:right;
}
.inabout .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inabout .tex{
	width:100%;

	z-index:990;
	margin-top:150px;
}
.inab{
	width:42%;
	float:left;
	font-size:17px;
	line-height:34px;
	color:#666;
}
.inab h1{
	margin-bottom:40px;
	font-size:48px;
	line-height:72px;
	color:#00A4C5;
}
.inab h1 i{
	font-weight:normal;
}
.inab h2{
	margin-bottom:20px;
	font-size:30px;
	line-height:42px;
	font-weight:normal;
	color:#333;
}
.inmore{
	display:flex;
	margin-top:80px;
}
.inmore a{
	width:260px;
	height:76px;
	border:1px solid #00A4C5;
	border-radius:60px;
	position:relative;
	padding-left:100px;
	transition: all 0.6s;
	font-size:16px;
	font-weight:bold;
	color:#0262AF;
	line-height:76px;
}
.inmore a::before{
	width:52px;
	height:52px;
	position:absolute;
	left:12px;
	top:12px;
	content:'';
	background-image:url(../image/bf.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inmore a:hover::before{
	left:196px;
}
.inmore a:hover{
	padding-left:68px;
}
.innum{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum dl{
	width:auto;
}
.innum dl dt{
	font-size:14px;
	line-height:22px;
	margin-top:10px;
}
.innum dl dd{
	font-size:14px;
	line-height:20px;
}
.innum dl dd em{
	font-size:64px;
	line-height:75px;
	color:#00A4C5;
	margin-right:10px;
	font-family: Roboto;
}
.infa{
	width:100%;
	float:left;
	margin-top:130px;
	position:relative;
	height:1100px;
	overflow:hidden;
}
.fatp{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	transition: all 0.6s;
	height:100%;
	opacity:0
}
.fatp.cur{
	z-index:10;
	opacity:1
}
.fatp img{
	min-width:100%;
	min-height:100%;
	display:block;
}
.infa .tex{
	width:100%;
	position:absolute;
	top:120px;
	left:0;
	z-index:11;
}
.infa .tex h1{
	font-size:48px;
	line-height:72px;
	color:#fff;
}
.infa .tex h1 i{
	font-weight:normal;
}
.inlm{
	width:100%;
	position:absolute;
	bottom:90px;
	left:0;
	z-index:89;
	overflow:hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.inlm01{
	width:auto;
	height:57px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color:rgba(255, 255, 255, 0.1);
	border-radius:60px;
	display: flex;
	justify-content: center;
	overflow:hidden;
}
.inlm01 a{
	width: auto;
	text-align:center;
	height:57px;
	line-height:57px;
	font-size:16px;
	color:#FFF;
	padding:0 15px;
}
.inlm01 a:hover{
	background-color:#00A4C5;
}
.inlm01 a:first66-child{
	border-right:1px solid rgba(255, 255, 255, 0.2);
}
.intit2{
	width:100%;
	float:left;
	margin-top:140px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit2 dl{
	width:63.6%;
}
.intit2 dl dt{
	font-size:48px;
	line-height:72px;
	color:#00A4C5;
}
.intit2 dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:32px;
}
.intit2 .more{
	width:214px;
	height:62px;
	border:1px solid #E0E0E0;
	border-radius:60px;
	text-align:center;
	font-size:14px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	overflow:hidden;
}
.intit2 .more::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:#00A4C5;
	content:'';
	transition: all 0.6s;
}
.intit2 .more:hover::before{
	width:100%;
}
.intit2 .more a{
	width:100%;
	height:62px;
	line-height:62px;
}
.intit2 .more a:hover{
	color:#FFF;
}
.intit2 .more a::after{
	margin-left:35px;
	font-family:'宋体';
	content:">";
	font-weight:bold;
}
.incx{
	width:100%;
	float:left;
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incx .a01{
	width:50%;
}
.incx .a01 dl dt{
	overflow:hidden;
	border-radius:16px 0 0 16px;
	position:relative;
}
.incx .a01.sec dl dt{
	border-radius:0 16px 16px 0;
}
.incx .a01 dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incx .a01:hover dl dt img{
	transform: scale(1.05);
}
.incx .a01 dl dt span{
	width:160px;
	height:52px;
	border-radius:50px;
	background-color:#00A4C5;
	position:absolute;
	top:67px;
	left:53px;
	color:#FFF;
	font-size:20px;
	line-height:52px;
	text-align:center;
	font-weight:bold;
	z-index:1;
}
.incx .a01 dl dd{
	margin-top:50px;
	display:flex;
	font-size:16px;
	line-height:32px;
}
.incx .a01 dl dd div{
	width:90%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.innew{
	width:100%;
	float:left;
	margin-top:50px;
	border:1px solid #E0E0E0;
	border-radius:16px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew .a01{
	width:25%;
	padding:50px 40px;
	border-right:1px solid #E0E0E0;
	transition: all 0.6s;
}
.innew .a01:last-child{
	border-right:0px;
}
.innew .a01 h1{
	font-size:14px;
	line-height:21px;
	color:#00A4C5;
	font-weight:bold;
}
.innew .a01 h2{
	font-size:16px;
	line-height:32px;
	margin-top:20px;
	margin-bottom:80px;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innew .a01 dl dt{
	overflow:hidden;
	border-radius:8px;
}
.innew .a01 dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.innew .a01 dl dd{
	margin-top:50px;
	font-size:16px;
	color:#999;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.innew .a01:hover{
	background-color:#00A4C5;
	border-radius:16px;
	color:#FFF;
	box-shadow: 0px 80px 60px -34px rgba(255, 255, 255, 0.15);
}
.innew .a01:hover h1{
	color:#FFF;
}
.innew .a01:hover h2{
	color:#FFF;
}
.innew .a01:hover dl dd{
	color:#FFF;
}
.foot{
	width:100%;
	float:left;
	margin-top:140px;
	background-color:#F2F2F2;
	padding-top:100px;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:40px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.foot01 .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:24px;
	line-height:32px;
	color:#00A4C5;
	font-weight:bold;
	font-family:'微软雅黑';
}
.foot01 .a01 img{
	max-width:14.3%;
}
.foot02{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl{
	width:auto;
}
.foot02 dl dt{
	font-size:16px;
	line-height:22px;
	padding-bottom:25px;
	position:relative;
	font-weight:bold;
}
.foot02 dl dt:before{
	width:30px;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#666;
	content:'';
}
.foot02 dl dd{
	margin-top:15px;
	font-size:14px;
	line-height:20px;
	color:#666;
}
.foot02 dl dd.mart25{
	margin-top:25px;
}
.foot02 dl dd a{
	color:#666;
}
.foot02 .ewm{
	width:auto;
	max-width:10.42%;
	text-align:center;
}
.foot02 .ewm img{
	max-width:100%;
}

.foot03{
	width:100%;
	float:left;
	padding:50px 0;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	margin-top:60px;
}
.foot03 .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:14px;
	line-height:30px;
	color:#999;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:80px;
	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;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size:48px;
	line-height:72px;
	color:#FFF;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
	font-weight:bold;
}
.nybanner .tex.a1{
	height:auto;
	top:19%;
	align-items: flex-start;
}
.nybanner .tex2{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
	font-weight:bold;
	padding:0 5.2vw;
}
.nybanner .tex2 .a01{
	width:100%;
}
.nybanner .tex2 .a01 h1{
	font-size:48px;
	line-height:72px;
	color:#FFF;
	text-align:center;
	margin-bottom:100px;
}
.nybanner .tex2 .a01 ul{
	display:flex;
	justify-content:space-between;
}
.nybanner .tex2 .a01 ul li{
	width:auto;
	max-width:13.65%;
	color:#FFF;
}
.nybanner .tex2 .a01 ul li dl dt{
	font-size:32px;
	line-height:48px;
	font-weight:bold;
	margin-bottom:40px;
}
.nybanner .tex2 .a01 ul li dl dd{
	font-size:16px;
	line-height:32px;
}
.nybanner .tex2 .a01 ul li .sx{
	width:1px;
	height:100%;
	background-color:rgba(255,255,255,0.2);
}

.nybanner .tex3{
	width:100%;
	height: auto;
	position:absolute;
	top:28%;
	left:0;
	z-index:1;
}
.nybanner .tex3 h1{
	font-size:48px;
	line-height:72px;
	color:#FFF;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
	text-align:center;
}
.nybanner .tex3 .a01{
	margin-top:40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nybanner .tex3 .a01 a{
	width:240px;
	height:58px;
	border-radius:14px;
	border:1px solid #FFF;
	background-color:#FFF;
	font-size:16px;
	line-height:58px;
	position:relative;
	margin-left:12px;
	margin-right:12px;
	padding-left:90px;
}
.nybanner .tex3 .a01 a::before{
	width:56px;
	height:56px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	content:'';
	background-image:url(../image/zx02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nybanner .tex3 .a01 a:first-child::before{
	background-image:url(../image/zx01.png);
}
.nybanner .tex3 .a01 a:last-child::before{
	background-image:url(../image/zx03.png);
}

.nybanner .tex4{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
	padding:0 8.33vw;
}
.nybanner .tex4 .a01{
	width:100%;
}
.nybanner .tex4 .a01 h1{
	font-size:48px;
	line-height:72px;
	color:#FFF;
	text-align:center;
	margin-bottom:100px;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.nybanner .tex4 .a01 .search{
	display:flex;
	justify-content:center;
	margin-top:40px;
}
.nybanner .tex4 .a01 .search .ss{
	width:42%;
	height:56px;
	border:1px solid rgba(255,255,255,.6);
	background-color:rgba(255,255,255,.3);
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:4px;
	border-radius:60px;
	overflow:hidden;
}
.ssbk{
	width:calc(100% - 192px);
	height:48px;
	line-height:48px;
	padding:0 16px;
	border:0px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}
.ssanniu{
	width:192px;
	height:48px;
	line-height:48px;
	border-radius:60px;
	background-color:#00A4C5;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	border:0px;
}


.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:#00A4C5;
	content:'';
	position:absolute;
	left:0;
	bottom:1px;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm01 ul li.cur a{
	color:#00A4C5;
}
.zlm01 ul li.cur::after{
	opacity:1;
	width:100%;
}
.zlm01 ul li:hover a{
	color:#00A4C5;
}
.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(../image/fz.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}

.nyabout{
	width:100%;
	float:left;
	position:relative;
	margin-top:150px;
}
.nyabout .pic{
	width:47.3%;
	overflow:hidden;
	float:right;
	z-index:5;
}
.nyabout .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nyabout .link{
	width:47.3%;
	position: absolute;
	right:0;
	top:0;
	height:100%;
	z-index:999;
}
.nyabout .tex{
	width:100%;
	position:absolute;
	top:0px;
	left:0;
	z-index:1;
}
.nyab{
	width:48.6%;
	float:left;
	font-size:16px;
	line-height:32px;
	color:#666;
	text-align:justify;
}
.nyab h1{
	margin-bottom:20px;
	font-size:48px;
	line-height:72px;
	color:#00A4C5;
}
.nyab h2{
	margin-bottom:40px;
	font-size:32px;
	line-height:42px;
	color:#333;
}

.ab02{
	width:100%;
	float:left;
	margin-top:30px;
	padding:120px 0;
	position:relative;
	background-image:url(../image/lcbj.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-bottom:100px;
	margin-top:150px;
}
.ab02 h3{
	font-size:36px;
	line-height:54px;
	text-align:center;
	color:#FFF;
}

/*大事记start*/
.about_bg{width:100%;height: auto;float: left; margin-top:20px; }
.event_box{width:90%;margin:40px auto;position:relative;min-height:420px;  }
.event_box .parHd {width:100%;display:inline-block;height:92px;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd:after{content:'';width:100%;height:1px;background:rgba(255,255,255,0.3);position:absolute;/* top:33%;*//* right:-140%;*/right:0;top:70px;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-bottom:30px;font-size:20px;margin:0 60px;position:relative; color:#FFF }
.parHd li:after{content:''; background:url(../image/cat.png) no-repeat center;width:20px;height:20px;position:absolute;z-index:20;top:35px;left:50%;margin-left:-12px;border-radius: 50%;}
.parBd{height:350px; width:80%; margin: auto;margin-top:60px;}
.parBd .slideBox{position:relative}
.parBd .tex{ width:100%; position:absolute; z-index:2; font-size:14px; line-height:30px; color:#666666;}
.parBd .tex ul{ display:flex; justify-content: center; position: relative;}
.parBd .tex ul li{ width:38%; border: 1px solid rgba(255,255,255,0.3); border-radius: 10px; font-size:14px; line-height:28px; overflow: hidden; background-color:rgba(255,255,255,0.1); padding:40px 30px; color:#FFF;}
.parBd .tex ul li img{
	width: 100%;
	height: auto;
	display:block;
}
.parBd .tex ul li .jt{
	width: 25px;
	height: 17px;
	position: absolute;
	left: calc(50% - 12.5px);
	top: -16px;
	z-index: 11;
	background-image: url(../image/sjt.png);
	background-position: center;
	background-repeat: no-repeat;
}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:42px; z-index:99;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:20px;height:20px;overflow:hidden; background:url(../image/cat.png) no-repeat center;border-radius: 50%;position:absolute;top:35px;left:7px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}
.parHd li.act::after{
	background:none;
}
/*大事记start*/


.ntit{
	width:100%;
	float:left;
	margin-top:140px;
	text-align:center;
}
.ntit dl dt{
	font-size:36px;
	line-height:54px;
	font-weight:bold;
}
.ntit dl dd{
	margin-top:20px;
	font-size:20px;
	line-height:40px;
	color:#666;
	display:flex;
	justify-content:center;
}
.ntit dl dd div{
	width:79%;
}

.khlm{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	justify-content:center;
}
.khlm a{
	padding:16px 40px;
	border:1px solid #00A4C5;
	border-radius:50px;
	margin-left:5px;
	margin-right:5px;
	font-size:16px;
	font-weight:bold;
	color:#00A4C5;
	min-width:144px;
	text-align:center;
}
.khlm a:hover{
	background-color:#00A4C5;
	color:#FFF;
}
.khlm a.cur{
	background-color:#00A4C5;
	color:#FFF;
}
.nykh{
	width:100%;
	float:left;
	margin-top:40px;
}
.nykh ul{
	display:flex;
	flex-wrap:wrap;
}
.nykh ul li{
	width:calc(20.28% - 20px);
	height:100px;
	border-radius:8px;
	border:1px solid #E0E0E0;
	margin-top:20px;
	margin-right:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	text-align: center;
	transition: all 0.6s;
}

.nykh ul li:hover{
	box-shadow: 0px 20px 60px -34px rgba(0,150,181,0.55);
	border:1px solid #00A4C5;
}
.nykh ul li:nth-child(5n){
	margin-right:0px;
}
.nykh ul li img{
	max-height:80%;
	max-width:80%;
}

.innum2{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top:140px;
}
.innum2.dqi{
	justify-content:space-between;
	text-align:center;
}

.innum2 dl{
	width:auto;
}
.innum2 dl dt{
	font-size:16px;
	line-height:24px;
	margin-top:10px;
}
.innum2 dl dd{
	font-size:24px;
	line-height:50px;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	color:#00A4C5;
}
.innum2 dl dd em{
	font-size:96px;
	line-height:112px;
	color:#00A4C5;
	margin-right:10px;
	font-family: Roboto;
}
.nyab02{
	width:100%;
	float:left;
	margin-top:80px;
	text-align:center;
	font-size:20px;
	line-height:40px;
	color:#666;
}
.nyab02 img{
	max-width:100%;
}

.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;
}
.mySwiper3 .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper3 .swiper-slide-thumb-active {
	opacity: 1;
}
.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:#00A4C5;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#00A4C5;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.fy{
	width:100%;
	float:left;
	margin-top:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 56px;
	height: 56px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width:56px;
	height:56px;
	text-align:center;
	font-size:14px;
	background-image:url(../image/fk3.png);
	background-position:center;
	background-repeat:no-repeat;
	line-height:56px;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background-image:url(../image/fk4.png);
	color:#FFF;
}
.fy ul li .cur{
	background-image:url(../image/fk4.png);
	color:#FFF;
}
.ntit2{
	width:100%;
	float:left;
	margin-top:140px;
	text-align:center;
	font-size:48px;
	line-height:72px;
	color:#00A4C5;
	font-weight:bold;
}
.zs{
	width:100%;
	float:left;
}
.zs ul{
	background-image:url(../image/taim.png);
	background-position:bottom;
	background-repeat:no-repeat;
	display:flex;
	flex-wrap:wrap;
	margin-top:100px;
	padding:0 6.33vw;
	padding-bottom:80px;
}
.zs ul li{
	width:13.5%;
	overflow:hidden;
	margin-left:1.5%;
	margin-right:1.5%;
}
.zs ul li img{
	width:100%;
	height:auto;
	display:block;
}

.nycon{
	width:100%;
	float:left;
	margin-top:100px;
}
.nycon-l{
	width:21%;
	float:left;
	background-color:#F2F2F2;
	overflow:hidden;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	padding:22px 30px;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid rgba(255,255,255,1);
	font-size:20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
}
.subNav::after{
	width:24px;
	height:24px;
	content:'';
	background-image:url(../image/jiah.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.currentDd{
	border-bottom:0px solid rgba(255,255,255,1);
	background-color:#00A4C5;
	color:#FFF;
}
.currentDd a{
	color:#FFF;
}
.currentDd::after{
	background-image:url(../image/jianh.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	font-size:14px;
	padding:10px 0;
	border-bottom:1px solid rgba(255,255,255,1);
}
.navContent dl dd{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navContent dl dd.cur{ color:#00A4C5}
.navContent dl dd.cur a{ color:#00A4C5}
.navContent dl dd a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:15px 30px;
	font-size:14px;
}
.navContent dl dd a::after{
	width:24px;
	height:24px;
	content: '';
	background-image:url(../image/zjt.png);
	background-position:center;
	background-repeat:no-repeat;
}

.nycon-r{
	width:75.3125%;
	float:right;
}
.cplist{
	width:100%;
	float:left;
}
.cplist ul li{
	width:100%;
	float:left;
	margin-top:30px;
	background-color:#fff;
	display:flex;
	flex-wrap: wrap;
	overflow:hidden;
	transition: all 0.6s;
	border:1px solid #E0E0E0;
}
.cplist ul li:first-child{
	margin-top:0px;
}
.cplist ul li:hover{
	box-shadow: 0px 64px 60px -34px rgba(0,0,0,0.29);

}
.cplist ul li .pic{
	width:33.11%;
	overflow:hidden;
}
.cplist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cplist ul li:hover .pic img{
	transform: scale(1.05);
}
.cplist ul li .tex{
	width:60%;
	padding:60px 0;
}
.cplist ul li .tex h1{
	font-size:32px;
	line-height:46px;
	font-weight:bold;
}
.cplist ul li .tex .a01{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	border:1px solid #00A4C5;
	margin-top:20px;
}
.cplist ul li .tex .a01 dl{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.cplist ul li .tex .a01 dl:first-child{
	color:#FFF;
	background-color:#00A4C5;
}
.cplist ul li .tex .a01 dl dt{
	width:33.2%;
	padding-left:20px;
	font-size:12px;
	border-right:1px solid #F2F2F2;
	height:42px;
	line-height:42px;
}
.cplist ul li .tex .a01 dl dd{
	width:16.7%;
	padding-left:20px;
	font-size:12px;
	border-right:1px solid #F2F2F2;
	height:42px;
	line-height:42px;
}
.cplist ul li .tex .a01 dl dd:last-child{
	border-right:0px;
}
.proshow{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:50%;
	text-align:center;
}
.proshow-l .pic{
	overflow:hidden;
}
.proshow-l .pic img{
	max-width:100%;
}
.proshow-l dl dt{
	margin-top:50px;
	font-size:64px;
	line-height:92px;
	font-weight:bold;
}
.proshow-l dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.proshow-r{
	width:50%;
	text-align:center;
	position:relative;
}
.proshow-r img{
	width:100%;
	height:auto;
	display:block;
}
.proshow-r .a01{
	width:100%;
	position:absolute;
	bottom:80px;
	left:0;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	overflow:hidden;
}
.proshow-r .a01 .aa01{
	width:auto;
	height:57px;
	border:1px solid rgba(255,255,255,0.3);
	background-color:rgba(255,255,255,0.1);
	border-radius:60px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
}
.proshow-r .a01 .aa01 a{
	width: auto;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	padding:0 20px;
}
.proshow-r .a01 a:hover{
	background-color:#00A4C5;
}
.proshow-r .a01 a:first66-child{
	background-color:#00A4C5;
}

.nwrap{
	width:100%;
	float:left;
	padding:100px 0;
	background-color:#F2F2F2;
}
.proshow2{
	width:100%;
	float:left;
	border:1px solid #00A4C5;
}
.proshow2 h1{
	background-color:#00A4C5;
	color:#FFF;
	padding-left:60px;
	height:68px;
	line-height:68px;
	font-size:16px;
}
.tab{width:100%;
}
.tab th{background-color: #00A4C5;
    color: #FFF;
    padding-left: 60px;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
	text-align:left;
}
.tab td{padding-left: 60px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
}
.a012{
	width:100%;
	 border: 1px solid #00A4C5;
	 border-collapse: collapse;
	}
.cplist ul li .tex .a012 th {
	width:16.6%;
    color: #FFF;
    background-color: #00A4C5;
	font-weight:normal;
	 border-right: 1px solid #fff;
	font-size: 12px;
    padding: 0 4px;
    height: 42px;
    line-height: 42px;
	text-align:left;
}
.cplist ul li .tex .a012 th:last-child{ border-right: none;}
.cplist ul li .tex .a012 td {
    font-size: 12px;
    border-right: 1px solid #F2F2F2;
    height: 42px;
	 padding:4px;
	 word-break:break-all;
}
.cplist ul li .tex .a012 td:last-child{ border-right: none;}
.proshow2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow2 ul li{
	width:50%;
	padding-left:60px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-right:1px solid rgba(0,0,0,0.1);
	font-size:16px;
}
.proshow2 ul li:nth-child(2n){
	border-right:0px;
}
.proshow3{
	width:100%;
	float:left;
	position:relative;
}
.proshow3 img{
	width:100%;
	height:auto;
	display:block;
}
.proshow3 .a01{
	width:296px;
	height:57px;
	position:absolute;
	bottom:60px;
	left:calc(50% - 148px);
	background-color:#00A4C5;
	border-radius:50px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	display:flex;
}
.proshow3 .a01 a{
	width:100%;
	line-height:57px;
	text-align:center;
	height:57px;
	color:#FFF;
}
.newlist{
	width:100%;
	float:left;
	margin-top:40px;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:60px;
	padding-bottom:60px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .date{
	width:4.2%;
	color:#00A4C5;
	font-family: Roboto;
}
.newlist ul li .date dl dt{
	font-size:48px;
	line-height:56px;
	padding-bottom:15px;
	position:relative;
}
.newlist ul li .date dl dt::after{
	width:100%;
	height:1px;
	background-color:#00A4C5;
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.newlist ul li .date dl dd{
	font-size:15px;
	line-height:18px;
	margin-top:13px;
}
.newlist ul li .pic{
	width:31%;
	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 .tex{
	width:54%;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newlist ul li .tex h1{
	margin-bottom:30px;
	font-size:18px;
	line-height:27px;
	color:#333;
}
.newlist ul li .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nymore{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:65px;
}
.nymore a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:#00A4C5;
	content:'';
	transition: all 0.6s;
}
.nymore a:hover::before{
	width:100%;
}
.nymore a{
	width:214px;
	height:62px;
	border:1px solid #E0E0E0;
	border-radius:60px;
	text-align:center;
	font-size:14px;
	position:relative;
	line-height:62px;
	overflow:hidden;
}
.nymore a:hover{
	color:#FFF;
}
.nymore a.cur{
	color:#FFF;
	background-color:#00A4C5;
}
.nymore a::after{
	margin-left:35px;
	font-family:'宋体';
	content:">";
	font-weight:bold;
}
.newshow{
	width:100%;
	float:left;
	margin-top:180px;
}
.newtit{
	width:100%;
	float:left;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	font-size:12px;
	line-height:16px;
	color:#666666;
	margin-top:10px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:80px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newtex img{
	max-width:100%;
}
.sxp{
	width:100%;
	float:left;
	height:80px;
	background-color:#F2F2F2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:60px;
}
.sxp .a01{
	width:calc(50% - 40px);
	height:80px;
	display: flex;
	align-items: center;
	padding:0 2.2vw;
	font-size:14px;
}
.sxp .a01 b{
	font-size:16px;
	margin-right:15px;
}
.sxp .a02{
	width:80px;
	height:80px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#00A4C5;
}
.sxp .a02 img{
	max-height:100%;
	max-width:100%;
}

.cxtex{
	width:100%;
	float:left;
	margin-top:100px;
	font-size:20px;
	line-height:40px;
	color:#666;
}
.fztx{
	width:100%;
	float:left;
	margin-top:60px;
	position:relative;
}
.fztx ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fztx::before{
	width:80%;
	height:1px;
	border-bottom:1px dashed #00A4C5;
	position:absolute;
	content:'';
	left:10%;
	top:44px;
	z-index:-1;
}
.fztx.aa::before{
	width:90%;
	left:5%;
}
.fztx ul li{
	width:auto;
	max-width:21.25%;
	text-align:center;
}
.fztx ul li .pic{
	overflow:hidden;
	height:88px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fztx ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.fztx ul li dl dt{
	margin-top:40px;
	margin-bottom:20px;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}
.fztx ul li dl dd{
	font-size:18px;
	line-height:36px;
	color:#666;
}

.zxns{
	width:100%;
	float:left;
	margin-top:140px;
	position:relative;
}
.zxns img{
	width:100%;
	height:auto;
	display:block;
}
.zxns .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.zxns .tex .tex01{
	width:43%;
	float:left;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.zxns .tex .tex01.fr{
	float:right;
}
.zxns .tex .tex01 h1{
	margin-bottom:60px;
	font-size:36px;
	line-height:54px;
	color: #333;
}
.xtit{
	width:100%;
	float:left;
	margin-top:60px;
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}

.zp02{
	width: 100%;
	float: left;
	margin-top: 60px;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:68px;
	line-height: 68px;
	display: flex;
	font-size:16px;
	background-color: #00A4C5;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1 i:last-child{
	border-right:0px;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:68px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #1E84E4;
	line-height:68px; 
	font-size:16px;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNav4 i:last-child{
	border-right:0px;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:70px 100px; 
	line-height:32px; 
	font-size:16px;
	background-color: #F2F2F2;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	margin-right:45px;
	font-size:16px;
	line-height:21px;
	width:120px;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:16px;
	line-height:32px;
	width:calc(100% - 120px);
}

.tanc{
	width:100%;
	position:fixed;
	z-index:999;
	display: none;
	top:0;
	left:0;
	height:100%;
}
.tc01{
	width:60%;
	position:absolute;
	left:20%;
	top:10%;
	z-index:11;
}
.mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	background-color:rgba(0,0,0,0.50);
}
.tc02{
	width:100%;
	float:left;
	position:relative;
	background-color:#F2F2F2;
	border-radius:24px;
	padding:80px;
	height:600px;
	overflow-y:scroll;
}
.tc02 .gb{
	width:48px;
	height:48px;
	position:absolute;
	top:20px;
	right:20px;
	background-image:url(../image/close-circle.png);
	background-position: center;
	background-repeat:no-repeat;
}
.tc02 h1{
	font-size:36px;
	line-height:54px;
	text-align:center;
	margin-bottom:20px;
}
.tc02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tc02 ul li{
	width:48.7%;
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.tc02 ul li.w100{
	width:100%;
}
.tc02 ul li dl{
	width:100%;
}
.tc02 ul li dl dt{
	font-size:14px;
	line-height:21px;
}
.tc02 ul li dl dd{
	margin-top:10px;
}
.tc02 ul li:last-child{
	margin-top:60px;
}
.tcbk{
	width:100%;
	border-radius:4px;
	border:0px;
	outline:none;
	padding:0 10px;
	line-height:36px;
	font-size:14px;
	color:#999;
}
.tcanniu{
	width:214px;
	height:62px;
	border-radius:60px;
	background-color:#00A4C5;
	border:0px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
}

.file-box{
	display: inline-block;
	position: relative;
	width:220px;
	height:62px;
	border-radius:60px;
	border:1px solid #00A4C5;
	overflow: hidden;
	color:#00A4C5;
	line-height:62px;
	text-align:center;
	font-size:14px;
	cursor:pointer;

}

.file-btn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: none;
	background-color: transparent;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

.lx01{
	width:100%;
	float:left;
	background-color:#00A4C5;
	position:relative;
}
.lx01 .pic{
	width:50%;
	float:right;
	overflow:hidden;
}
.lx01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.lx01 .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.lx01 .tex .tex01{
	width:33%;
	font-size:20px;
	line-height:36px;
	color:#FFF;
}
.lx01 .tex .tex01 h1{
	margin-bottom:100px;
	margin-top:120px;
}
.lx01 .tex .tex01 img{
	max-width:100%;
}
.lx01 .tex .tex01 .ewm{
	display:flex;
	margin-top:80px;
	text-align:center;
	font-size:14px;
}
.lx02{
	width:100%;
	float:left;
	margin-top:140px;
}
.lx02 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:calc(25% - 20px);
	margin-right:20px;
	background-color:#F2F2F2;
	border-radius:8px;
	padding:45px 0;
	text-align:center;
}
.lx02 ul li:nth-child(4n){
	margin-right:0px;
}
.lx02 ul li .pic{
	overflow:hidden;
}
.lx02 ul li .pic img{
	max-width:100%;
}
.lx02 ul li dl dt{
	margin-top:20px;
	margin-bottom:30px;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
}
.lx02 ul li dl dd{
	font-size:16px;
	line-height:24px;
	color:#666;
}

.lx03{
	width:100%;
	float:left;
	margin-top:140px;
	position:relative;
}
.lx03 img{
	width:100%;
	height:auto;
	display:block;
}
.lx03 .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.lx03 .tex .tex01{
	width:100%;
}
.lx03 .tex .tex01 .a01{
	width:49.3%;
	float:left;
}
.lx03 .tex .tex01 .a01 h1{
	font-size:36px;
	line-height:66px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.lx03 .tex .tex01 .a01 h1::before{
	width:6px;
	height:40px;
	content:'';
	background-color:#00A4C5;
	margin-right:40px;
}
.lx03 .tex .tex01 .a01 ul{
	margin-top:50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx03 .tex .tex01 .a01 ul li{
	width:calc(50% - 5px);
	margin-top:10px;
}
.lx03 .tex .tex01 .a01 ul li.w100{
	width:100%;
}
.lx03 .tex .tex01 .a01 ul li:last-child{
	margin-top:60px;
}
.lybk{
	width:100%;
	line-height:60px;
	border:0px;
	border-radius:8px;
	font-size:14px;
	color:#999;
	padding:0 20px;
	outline:none;
}


.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}


.mart0{
	margin-top:0px;
}
.mart120{
	margin-top:120px;
}
.mart40{
	margin-top:40px;
}
.mart20{
	margin-top:20px;
}
.mart10{
	margin-top:10px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
	
}

@media (min-width:1000px) and  (max-width:1440px){

.header .innav ul li{
	margin-left:0vw;
	margin-right:0vw;
	font-size:14px;
}
.lx01 .tex .tex01 h1{
	margin-top:50px;
	margin-bottom:50px;
}
.lx01 .tex .tex01{
	font-size:12px;
	line-height:24px;
}
.lx01 .tex .tex01 .ewm{
	margin-top:50px;
}

.lx01 .tex .tex01 .ewm dl dt img{
	max-height:160px;
}



.dingw{ width:100%; float:left; margin-top:-100px;}







}

@media (min-width:1000px) and  (max-width:1260px){

.header .innav ul li{
	margin-left:0vw;
	margin-right:0vw;
	font-size:12px;
}
.lx01 .tex .tex01 h1{
	margin-top:40px;
	margin-bottom:40px;
}
.lx01 .tex .tex01{
	font-size:12px;
	line-height:24px;
}
.cplist ul li .tex {
    width: 66%;
    padding: 60px 0;
}
.lx01 .tex .tex01 .ewm{
	margin-top:20px;
}

.lx01 .tex .tex01 .ewm dl dt img{
	max-height:80px;
}
.lx03 .tex .tex01 .a01 h1{
	font-size:24px;
	line-height:48px;
}
.lx03 .tex .tex01 .a01 h1::before{
	height:20px;
}
.lx03 .tex .tex01 .a01 ul{
	margin-top:20px;
}
.lybk{
	line-height:40px;
	font-size:12px;
}
.tcanniu{
	height:48px;
	line-height:48px;
}
.lx03 .tex .tex01 .a01 ul li:last-child{
	margin-top:20px;
}
.proshow-l .pic img{
	max-width:50%;
}
.nybanner .tex2 .a01 ul li dl dt{
	font-size:20px;
	line-height:30px;
}
.nybanner .tex2 .a01 ul li dl dd{
	font-size:12px;
	line-height:20px;
}
.event_box{
	overflow:hidden;
}
.sNext img{
	max-width:100%;
}
.sPrev img{
	max-width:100%;
}
.sPrev, .sNext{
	top:55px;
}
.nyab p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.inabout .tex{
	
}
.inab h1{
	margin-bottom:20px;
}
.inab h2{
	font-size:20px;
	line-height:30px;
}
.inab{
	font-size:12px;
	line-height:24px;
}
.inmore{
	margin-top:40px;
}

.inlm{
	bottom:70px;
}


.infa .tex{
	top:80px;
}












}




@media (max-width:999px) {

.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem;
}
.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:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../image/close.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.tab{width:100%;
}
.tab th{background-color: #00A4C5;
    color: #FFF;
    padding-left: 60px;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
	text-align:left;
}
.tab td{padding-left: 60px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
}
.tex p{overflow-x: scroll;}
.a012{
	width:600px;
	 border: 1px solid #00A4C5;
	 border-collapse: collapse;
	}
.cplist ul li .tex .a012 th {
    color: #FFF;
    background-color: #00A4C5;
	font-weight:normal;
	 border-right: 1px solid #fff;
	font-size: 12px;
    padding: 0 10px;
    height: 42px;
    line-height: 1.5;
	text-align:left;
}
.cplist ul li .tex .a012 th:last-child{ border-right: none;}
.cplist ul li .tex .a012 td {
    font-size: 12px;
    border-right: 1px solid #F2F2F2;
    height: 42px;
	 padding:10px;
	 word-break:break-all;
}
.cplist ul li .tex .a012 td:last-child{ border-right: none;}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../image/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #00A4C5; color: #FFF;}
.currentDd3 a{
	color: #FFF;
}
.currentDd3 i{
	background:url(../image/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:100%; 
	float:left;
	padding:0 5%;
}
.main2{ 
	width:100%; 
	float:left;
	padding:0 5%;
}

.inabout{
	width:100%;
	float:left;
	position:relative;
	margin-top:2.0rem;
}
.inabout .pic{
	width:100%;
	overflow:hidden;
	float:right;
}
.inabout .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inabout .tex{
	width:100%;
	float:left;
}
.inab{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inab h1{
	margin-bottom:1.0rem;
	font-size:1.5rem;
	line-height:2.0rem;
	color:#00A4C5;
}
.inab h1 i{
	font-weight:normal;
}
.inab h2{
	margin-bottom:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:normal;
	color:#333;
}
.inmore{
	display:flex;
	margin-top:2.0rem;
}
.inmore a{
	width:12rem;
	height:2.6rem;
	border:1px solid #00A4C5;
	border-radius:1.5rem;
	position:relative;
	padding-left:3.5rem;
	transition: all 0.6s;
	font-size:0.8rem;
	font-weight:bold;
	color:#0262AF;
	line-height:2.6rem;
}
.inmore a::before{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	left:0.3rem;
	top:0.3rem;
	content:'';
	background-image:url(../image/bf.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inmore a:hover::before{
	left:9.7rem;
}
.inmore a:hover{
	padding-left:2.0rem;
}
.innum{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum dl{
	width:auto;
	margin-top:2.0rem;
}
.innum dl dt{
	font-size:0.8rem;
	line-height:1.2rem;
	margin-top:0.2rem;
}
.innum dl dd{
	font-size:0.8rem;
	line-height:1.2rem;
}
.innum dl dd em{
	font-size:1.8rem;
	line-height:2.0rem;
	color:#00A4C5;
	margin-right:0.5rem;
	font-family: Roboto;
}
.infa{
	width:100%;
	float:left;
	margin-top:2.0rem;
	position:relative;
	overflow:hidden;
	height:20rem;
}
.fatp{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	transition: all 0.6s;
}
.fatp.cur{
	z-index:10;
}
.fatp img{
	width:100%;
	height:20rem;
	display:block;
}
.infa .tex{
	width:100%;
	position:absolute;
	top:3.0rem;
	left:0;
	z-index:11;
}
.infa .tex h1{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#fff;
}
.infa .tex h1 i{
	font-weight:normal;
}
.inlm{
	width:12rem;
	height:2.6rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color:rgba(255, 255, 255, 0.1);
	position:absolute;
	bottom:3.0rem;
	left:calc(50% - 6.0rem);
	z-index:992;
	border-radius:1.5rem;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.inlm01{
	width:auto;
	height:2.6rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color:rgba(255, 255, 255, 0.1);
	border-radius:1.5rem;
	display: flex;
	justify-content: center;
	overflow:hidden;
}
.inlm01 a{
	width: auto;
	text-align:center;
	height:2.6rem;
	line-height:2.6rem;
	font-size:0.8rem;
	color:#FFF;
	padding:0 0.5trm;
}
.inlm01 a:hover{
	background-color:#00A4C5;
}
.intit2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit2 dl{
	width:50%;
}
.intit2 dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#00A4C5;
}
.intit2 dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	display:none;
}
.intit2 .more{
	width:8.0rem;
	height:2.5rem;
	border:1px solid #E0E0E0;
	border-radius:1.5rem;
	text-align:center;
	font-size:0.8rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	overflow:hidden;
}
.intit2 .more::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:#00A4C5;
	content:'';
	transition: all 0.6s;
}
.intit2 .more:hover::before{
	width:100%;
}
.intit2 .more a{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
}
.intit2 .more a:hover{
	color:#FFF;
}
.intit2 .more a::after{
	margin-left:1.0rem;
	font-family:'宋体';
	content:">";
	font-weight:bold;
}
.incx{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incx .a01{
	width:50%;
}
.incx .a01 dl dt{
	overflow:hidden;
	border-radius:0.5rem 0 0 0.5rem;
	position:relative;
}
.incx .a01.sec dl dt{
	border-radius:0 0.5rem 0.5rem 0;
}
.incx .a01 dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.incx .a01 dl dt span{
	width:6.0rem;
	height:2.0rem;
	border-radius:1.5rem;
	background-color:#00A4C5;
	position:absolute;
	top:1.0rem;
	left:1.0rem;
	color:#FFF;
	font-size:0.8rem;
	line-height:2.0rem;
	text-align:center;
	font-weight:bold;
	z-index:1;
}
.incx .a01 dl dd{
	margin-top:1.0rem;
	display:flex;
	font-size:0.8rem;
	line-height:1.5rem;
}
.incx .a01 dl dd div{
	width:90%;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border:1px solid #E0E0E0;
	border-radius:0.5rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew .a01{
	width:100%;
	padding:2.0rem 1.0rem;
	border-bottom:1px solid #E0E0E0;
	transition: all 0.6s;
}
.innew .a01:last-child{
	border-bottom:0px;
}
.innew .a01 h1{
	font-size:0.8rem;
	line-height:1.0rem;
	color:#00A4C5;
	font-weight:bold;
}
.innew .a01 h2{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	margin-bottom:2.0rem;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innew .a01 dl dt{
	overflow:hidden;
	border-radius:8px;
}
.innew .a01 dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.innew .a01 dl dd{
	margin-top:2.0rem;
	font-size:0.8rem;
	color:#999;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.innew .a01:hover{
	background-color:#00A4C5;
	border-radius:0.5rem;
	color:#FFF;
	box-shadow: 0px 80px 60px -34px rgba(255, 255, 255, 0.15);
}
.innew .a01:hover h1{
	color:#FFF;
}
.innew .a01:hover h2{
	color:#FFF;
}
.innew .a01:hover dl dd{
	color:#FFF;
}
.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-color:#F2F2F2;
	padding-top:3.0rem;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.foot01 .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#00A4C5;
	font-weight:bold;
	font-family:'微软雅黑';
}
.foot01 .a01 img{
	max-width:24.3%;
}
.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 dl{
	width:30%;
	margin-top:2.0rem;
}
.foot02 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	padding-bottom:1.0rem;
	position:relative;
	font-weight:bold;
}
.foot02 dl dt:before{
	width:1.0rem;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#666;
	content:'';
}
.foot02 dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
}
.foot02 dl dd.mart25{
	margin-top:1.0rem;
}
.foot02 dl dd a{
	color:#666;
}
.foot02 .ewm{
	width:100%;
	text-align:center;
	margin-top:2.0rem;
}
.foot02 .ewm img{
	max-width:40%;
}

.foot03{
	width:100%;
	float:left;
	padding:2.0rem 0;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	margin-top:2.0rem;
}
.foot03 .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	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;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size:1.5rem;
	line-height:2.0rem;
	color:#FFF;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
	font-weight:bold;
}
.nybanner .tex.a1{
	height:auto;
	top:19%;
	align-items: flex-start;
}
.nybanner .tex2{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
	font-weight:bold;
	padding:0 8.33vw;
}
.nybanner .tex2 .a01{
	width:100%;
}
.nybanner .tex2 .a01 h1{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#FFF;
	text-align:center;
}
.nybanner .tex2 .a01 ul{
	display:flex;
	justify-content:space-between;
	display:none;
}
.nybanner .tex2 .a01 ul li{
	width:auto;
	max-width:13.65%;
	color:#FFF;
}
.nybanner .tex2 .a01 ul li dl dt{
	font-size:32px;
	line-height:48px;
	font-weight:bold;
	margin-bottom:40px;
}
.nybanner .tex2 .a01 ul li dl dd{
	font-size:16px;
	line-height:32px;
}
.nybanner .tex2 .a01 ul li .sx{
	width:1px;
	height:100%;
	background-color:rgba(255,255,255,0.2);
}

.nybanner .tex3{
	width:100%;
	height: auto;
	position:absolute;
	top:28%;
	left:0;
	z-index:1;
}
.nybanner .tex3 h1{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#FFF;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
	text-align:center;
}
.nybanner .tex3 .a01{
	margin-top:1.0rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nybanner .tex3 .a01 a{
	width:7.0rem;
	height:2.0rem;
	border-radius:0.5rem;
	border:1px solid #FFF;
	background-color:#FFF;
	font-size:0.8rem;
	line-height:2.0rem;
	position:relative;
	margin-left:0.1rem;
	margin-right:0.1rem;
	padding-left:2.0rem;
}
.nybanner .tex3 .a01 a::before{
	width:1.5rem;
	height:1.5rem;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	content:'';
	background-image:url(../image/zx02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nybanner .tex3 .a01 a:first-child::before{
	background-image:url(../image/zx01.png);
}
.nybanner .tex3 .a01 a:last-child::before{
	background-image:url(../image/zx03.png);
}

.nybanner .tex4{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
	padding:0 8.33vw;
}
.nybanner .tex4 .a01{
	width:100%;
}
.nybanner .tex4 .a01 h1{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#FFF;
	text-align:center;
	margin-bottom:2.0rem;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.nybanner .tex4 .a01 .search{
	display:flex;
	justify-content:center;
}
.nybanner .tex4 .a01 .search .ss{
	width:100%;
	height:2.5rem;
	border:1px solid rgba(255,255,255,.6);
	background-color:rgba(255,255,255,.3);
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0.1rem;
	border-radius:1.5rem;
	overflow:hidden;
}
.ssbk{
	width:calc(100% - 6.0rem);
	height:2.0rem;
	line-height:2.0rem;
	padding:0 0.5rem;
	border:0px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}
.ssanniu{
	width:6.0rem;
	height:2.0rem;
	line-height:2.0rem;
	border-radius:1.5rem;
	background-color:#00A4C5;
	font-size:0.8rem;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	border:0px;
}


.zlm{
	width:100%;
	float:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
	height: auto;
	padding-bottom:1.0rem;
	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: auto;
}
.zlm01 ul li{
	width:auto;
	margin-right:3.125vw;
	position:relative;
	height:2.5rem;
	line-height:2.5rem;
	font-weight:bold;
}
.zlm01 ul li a{
	padding:0.5rem 0;
	font-size:0.8rem;
	color:#666;
}
.zlm01 ul li::after{
	width:0;
	height:2px;
	background-color:#00A4C5;
	content:'';
	position:absolute;
	left:0;
	bottom:1px;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zlm01 ul li.cur a{
	color:#00A4C5;
}
.zlm01 ul li.cur::after{
	opacity:1;
	width:100%;
}
.zlm01 ul li:hover a{
	color:#00A4C5;
}
.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:1.0rem;
}
.zlm01 .wz::before{
	width:1.0rem;
	height:1.0rem;
	margin-right:0.2rem;
	content:'';
	background-image:url(../image/fz.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}

.nyabout{
	width:100%;
	float:left;
	position:relative;
	margin-top:2.0rem;
}
.nyabout .pic{
	width:100%;
	overflow:hidden;
	float:right;
	margin-top:2.0rem;
}
.nyabout .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nyabout .tex{
	width:100%;
	float:left;
}
.nyab{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.nyab h1{
	margin-bottom:1.0rem;
	font-size:1.5rem;
	line-height:2.0rem;
	color:#00A4C5;
}
.nyab h2{
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
}

.ab02{
	width:100%;
	float:left;
	padding:3.0rem 0;
	position:relative;
	background-image:url(../image/lcbj.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:2.0rem;
}
.ab02 h3{
	font-size:1.5rem;
	line-height:2.0rem;
	text-align:center;
	color:#FFF;
}

/*大事记start*/
.about_bg{width:100%;height: auto;float: left; margin-top:1.0rem; }
.event_box{width:90%;margin:1.0rem auto;position:relative;min-height:420px; overflow:hidden;}
.event_box .parHd {width:100%;display:inline-block;height:92px;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd:after{content:'';width:100%;height:1px;background:rgba(255,255,255,0.3);position:absolute;/* top:33%;*//* right:-140%;*/right:0;top:70px;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-bottom:30px;font-size:20px;margin:0 30px;position:relative; color:#FFF }
.parHd li:after{content:''; background:url(../image/cat.png) no-repeat center;width:20px;height:20px;position:absolute;z-index:20;top:35px;left:50%;margin-left:-12px;border-radius: 50%;}
.parBd{height:350px; width:80%; margin: auto;margin-top:60px;}
.parBd .slideBox{position:relative}
.parBd .tex{ width:100%; position:absolute; z-index:2; font-size:14px; line-height:30px; color:#666666;}
.parBd .tex ul{ display:flex; justify-content: center; position: relative;}
.parBd .tex ul li{ width:100%; border: 1px solid rgba(255,255,255,0.3); border-radius: 10px; font-size:0.8rem; line-height:1.5rem; overflow: hidden; background-color:rgba(255,255,255,0.1); padding:1.0rem; color:#FFF;}
.parBd .tex ul li img{
	width: 100%;
	height: auto;
	display:block;
}
.parBd .tex ul li .jt{
	width: 25px;
	height: 17px;
	position: absolute;
	left: calc(50% - 12.5px);
	top: -16px;
	z-index: 11;
	background-image: url(../image/sjt.png);
	background-position: center;
	background-repeat: no-repeat;
}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:55px; z-index:99;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);
max-width:100%;}
.parHd li.act span{display:block;width:20px;height:20px;overflow:hidden; background:url(../image/cat.png) no-repeat center;border-radius: 50%;position:absolute;top:35px;left:7px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}
.parHd li.act::after{
	background:none;
}
/*大事记start*/


.ntit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
}
.ntit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.ntit dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	display:flex;
	justify-content:center;
}
.ntit dl dd div{
	width:100%;
}

.khlm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content:center;
}
.khlm a{
	padding:0.5rem 1.0rem;
	border:1px solid #00A4C5;
	border-radius:1.5rem;
	margin-left:0.2rem;
	margin-right:0.2rem;
	font-size:0.8rem;
	font-weight:bold;
	color:#00A4C5;
	text-align:center;
}
.khlm a:hover{
	background-color:#00A4C5;
	color:#FFF;
}
.khlm a.cur{
	background-color:#00A4C5;
	color:#FFF;
}
.nykh{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.nykh ul{
	display:flex;
	flex-wrap:wrap;
}
.nykh ul li{
	width:calc(33.3% - 0.3rem);
	height:4.0rem;
	border-radius:0.5rem;
	border:1px solid #E0E0E0;
	margin-top:0.3rem;
	margin-right:0.3rem;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	transition: all 0.6s;
}
.nykh ul li:hover{
	box-shadow: 0px 20px 60px -34px rgba(0,150,181,0.55);
	border:1px solid #00A4C5;
}
.nykh ul li:nth-child(3n){
	margin-right:0px;
}
.nykh ul li img{
	max-height:80%;
	max-width:80%;
}

.innum2{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.innum2.dqi{
	justify-content:space-between;
	text-align:center;
}

.innum2 dl{
	width:50%;
	margin-top:2.0rem;
	text-align:center;
}
.innum2 dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:10px;
}
.innum2 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	color:#00A4C5;
}
.innum2 dl dd em{
	font-size:2.0rem;
	line-height:3.0rem;
	color:#00A4C5;
	margin-right:0.5rem;
	font-family: Roboto;
}
.nyab02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.nyab02 img{
	max-width:100%;
}

.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: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.mySwiper3 .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper3 .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:#00A4C5;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#00A4C5;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 2.0rem;
	height: 2.0rem;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	width:2.0rem;
	height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	background-image:url(../image/fk3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	line-height:2.0rem;
	font-family:'宋体';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background-image:url(../image/fk4.png);
	color:#FFF;
}
.fy ul li .cur{
	background-image:url(../image/fk4.png);
	color:#FFF;
}
.ntit2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
	font-size:1.5rem;
	line-height:2.0rem;
	color:#00A4C5;
	font-weight:bold;
}
.zs{
	width:100%;
	float:left;
}
.zs ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:1.0rem;
}
.zs ul li{
	width:30%;
	overflow:hidden;
	margin-top:1.0rem;
}
.zs ul li img{
	width:100%;
	height:auto;
	display:block;
}

.nycon{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.nycon-l{
	width:100%;
	float:left;
	background-color:#F2F2F2;
	overflow:hidden;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	padding:1.0rem;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid rgba(255,255,255,1);
	font-size:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-weight:bold;
}
.subNav::after{
	width:1.0rem;
	height:1.0rem;
	content:'';
	background-image:url(../image/jiah.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.currentDd{
	border-bottom:0px solid rgba(255,255,255,1);
	background-color:#00A4C5;
	color:#FFF;
}
.currentDd a{
	color:#FFF;
}
.currentDd::after{
	background-image:url(../image/jianh.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	font-size:14px;
	padding:10px 0;
	border-bottom:1px solid rgba(255,255,255,1);
}
.navContent dl dd{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navContent dl dd a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0.5rem 1.0rem;
	font-size:0.8rem;
}
.navContent dl dd a::after{
	width:1.0rem;
	height:1.0rem;
	content: '';
	background-image:url(../image/zjt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.nycon-r{
	width:100%;
	float:right;
	margin-top:1.0rem;
}
.cplist{
	width:100%;
	float:left;
}
.cplist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#fff;
	display:flex;
	flex-wrap: wrap;
	overflow:hidden;
	transition: all 0.6s;
	border:1px solid #E0E0E0;
}
.cplist ul li:first-child{
	margin-top:0px;
}
.cplist ul li:hover{
	box-shadow: 0px 64px 60px -34px rgba(0,0,0,0.29);

}
.cplist ul li .pic{
	width:100%;
	overflow:hidden;
}
.cplist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cplist ul li:hover .pic img{
	transform: scale(1.05);
}
.cplist ul li .tex{
	width:100%;
	padding:1.0rem 0;
	   
}
.cplist ul li .tex .lbcs{
	overflow-x: scroll;
	 scrollbar-color: #555 #f9f9f9;
	   
}
::-webkit-scrollbar{
  height: 2px !important;
background: #555 #f9f9f9;
}
::-webkit-scrollbar-thumb{background: #00A4C5;height: 3px;}
.cplist ul li .tex h1{
	font-size:1.0rem;
	line-height:2.0rem;
	font-weight:bold;
}
.cplist ul li .tex .a01{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	border:1px solid #00A4C5;
	margin-top:0.5rem;
}
.cplist ul li .tex .a01 dl{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.cplist ul li .tex .a01 dl:first-child{
	color:#FFF;
	background-color:#00A4C5;
}
.cplist ul li .tex .a01 dl dt{
	width:100%;
	padding-left:0.5rem;
	font-size:0.8rem;
	height:2.0rem;
	line-height:2.0rem;
}
.cplist ul li .tex .a01 dl dd{
	width:40%;
	padding-left:0.5rem;
	font-size:0.8rem;
	border-right:1px solid #F2F2F2;
	height:2.0rem;
	line-height:2.0rem;
	display:none;
}
.cplist ul li .tex .a01 dl dd:first-child{
	display: inline-block;
}
.cplist ul li .tex .a01 dl dd:last-child{
	border-right:0px;
}
.proshow{
	width:100%;
	float:left;
	margin-top:4.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:50%;
	text-align:center;
}
.proshow-l .pic{
	overflow:hidden;
}
.proshow-l .pic img{
	max-width:50%;
}
.proshow-l dl dt{
	margin-top:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.proshow-l dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666;
	display:none;
}
.proshow-r{
	width:50%;
	text-align:center;
	position:relative;
}
.proshow-r img{
	width:100%;
	height:auto;
	display:block;
}


.proshow-r .a01{
	width:100%;
	position:absolute;
	bottom:2.0rem;
	left:0;
	z-index:11;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	overflow:hidden;
}
.proshow-r .a01 .aa01{
	width:auto;
	height:2.0rem;
	border:1px solid rgba(255,255,255,0.3);
	background-color:rgba(255,255,255,0.1);
	border-radius:1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
}
.proshow-r .a01 .aa01 a{
	width: auto;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
	padding:0 0.5rem;
}


.proshow-r .a01 a:hover{
	background-color:#00A4C5;
}
.proshow-r .a01 a:first66-child{
	background-color:#00A4C5;
}

.nwrap{
	width:100%;
	float:left;
	padding:3.0rem 0;
	background-color:#F2F2F2;
}
.proshow2{
	width:100%;
	float:left;
	border:1px solid #00A4C5;
}
.proshow2 h1{
	background-color:#00A4C5;
	color:#FFF;
	padding-left:1.0rem;
	height:2.5rem;
	line-height:2.5rem;
	font-size:0.8rem;
}
.proshow2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow2 ul li{
	width:50%;
	padding-left:1.0rem;
	height:2.5rem;
	line-height:2.5rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-right:1px solid rgba(0,0,0,0.1);
	font-size:0.8rem;
}
.proshow2 ul li:nth-child(2n){
	border-right:0px;
}
.proshow3{
	width:100%;
	float:left;
	position:relative;
}
.proshow3 img{
	width:100%;
	height:auto;
	display:block;
}
.proshow3 .a01{
	width: 100%;
	position:absolute;
	bottom:2.0rem;
	left:0;
	color:#FFF;
	font-size:0.8rem;
	font-weight:bold;
	display:flex;
	justify-content: center;
}
.proshow3 .a01 a{
	padding:0.5rem 1.0rem;
	background-color:#00A4C5;
	border-radius:1.5rem;
	text-align:center;
	color:#FFF;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding-bottom:2.0rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .date{
	width:4.2%;
	color:#00A4C5;
	font-family: Roboto;
	display:none;
}
.newlist ul li .date dl dt{
	font-size:48px;
	line-height:56px;
	padding-bottom:15px;
	position:relative;
}
.newlist ul li .date dl dt::after{
	width:100%;
	height:1px;
	background-color:#00A4C5;
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.newlist ul li .date dl dd{
	font-size:15px;
	line-height:18px;
	margin-top:13px;
}
.newlist ul li .pic{
	width:31%;
	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 .tex{
	width:64%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newlist ul li .tex h1{
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display:none;
}
.nymore{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.nymore a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:#00A4C5;
	content:'';
	transition: all 0.6s;
}
.nymore a:hover::before{
	width:100%;
}
.nymore a{
	width:8.0rem;
	height:2.0rem;
	border:1px solid #E0E0E0;
	border-radius:1.5rem;
	text-align:center;
	font-size:0.8rem;
	position:relative;
	line-height:2.0rem;
	overflow:hidden;
}
.nymore a:hover{
	color:#FFF;
}
.nymore a.cur{
	color:#FFF;
	background-color:#00A4C5;
}
.nymore a::after{
	margin-left:1.0rem;
	font-family:'宋体';
	content:">";
	font-weight:bold;
}
.newshow{
	width:100%;
	float:left;
	margin-top:7.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#666666;
	margin-top:0.5rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
}
.sxp{
	width:100%;
	float:left;
	height: auto;
	background-color:#F2F2F2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:2.0rem;
}
.sxp .a01{
	width:100%;
	display: flex;
	align-items: center;
	padding:1.0rem;
	font-size:0.8rem;
}
.sxp .a01 b{
	font-size:1.0rem;
	margin-right:0.5rem;
}
.sxp .a02{
	width:100%;
	height:3.0rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#00A4C5;
}
.sxp .a02 img{
	max-height:100%;
	max-width:100%;
}

.cxtex{
	width:100%;
	float:left;
	margin-top:3.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.fztx{
	width:100%;
	float:left;
	margin-top:1.0rem;
	position:relative;
}
.fztx ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fztx::before{
	width:80%;
	height:1px;
	border-bottom:1px dashed #00A4C5;
	position:absolute;
	content:'';
	left:10%;
	top:44px;
	z-index:-1;
	opacity:0;
}
.fztx.aa::before{
	width:90%;
	left:5%;
}
.fztx ul li{
	width:48%;
	text-align:center;
	margin-top:1.0rem;
}
.fztx ul li:nth-child(2n){
	display:none;
}
.fztx ul li .pic{
	overflow:hidden;
	height:4.0rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fztx ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.fztx ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.fztx ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}

.zxns{
	width:100%;
	float:left;
	margin-top:3.0rem;
	position:relative;
}
.zxns img{
	width:100%;
	height:auto;
	display:block;
}
.zxns .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.zxns .tex .tex01{
	width:43%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.zxns .tex .tex01.fr{
	float:right;
}
.zxns .tex .tex01 h1{
	margin-bottom:1.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	color: #333;
}
.zxns .tex .tex01 p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xtit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}

.zp02{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1{
	HEIGHT:2.5rem;
	line-height: 2.5rem;
	display: flex;
	font-size:0.8rem;
	background-color: #00A4C5;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	width:100%;
	float:left;
}
.subNavBox4 h1 i{
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
}
.subNavBox4 h1 i:last-child{
	border-right:0px;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:2.5rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.1);
	background-color: #1E84E4;
	line-height:2.5rem; 
	font-size:0.8rem;
	background-color:#FFF;
}
.subNav4 i{ 
	width: 20%;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.1);
	overflow:hidden;
}
.subNav4 i:last-child{
	border-right:0px;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:2.0rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background-color: #F2F2F2;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	width:5.0rem;
	font-weight:bold;
}
.navContent4 dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	width:calc(100% - 5.0rem);
}

.tanc{
	width:100%;
	position:fixed;
	z-index:9;
	display: none;
	top:0;
	left:0;
	height:100%;
}
.tc01{
	width:90%;
	position:absolute;
	left:5%;
	top:20%;
	z-index:11;
}
.mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	background-color:rgba(0,0,0,0.50);
}
.tc02{
	width:100%;
	float:left;
	position:relative;
	background-color:#F2F2F2;
	border-radius:1.0rem;
	padding:2.0rem;
	height:25rem;
	overflow-y:scroll;
}
.tc02 .gb{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	top:1.0rem;
	right:1.0rem;
	background-image:url(../image/close-circle.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tc02 h1{
	font-size:1.2rem;
	line-height:2.0rem;
	text-align:center;
	margin-bottom:1.0rem;
}
.tc02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tc02 ul li{
	width:48.7%;
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.tc02 ul li.w100{
	width:100%;
}
.tc02 ul li dl{
	width:100%;
}
.tc02 ul li dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
}
.tc02 ul li dl dd{
	margin-top:0.2rem;
}
.tc02 ul li:last-child{
	margin-top:2.0rem;
}
.tcbk{
	width:100%;
	border-radius:4px;
	border:0px;
	outline:none;
	padding:0 0.5rem;
	line-height:1.5rem;
	font-size:0.8rem;
	color:#999;
}
.tcanniu{
	width:8.0rem;
	height:2.5rem;
	line-height:2.5rem;
	border-radius:1.5rem;
	background-color:#00A4C5;
	border:0px;
	font-size:0.8rem;
	color:#fff;
	cursor:pointer;
}

.file-box{
	display: inline-block;
	position: relative;
	width:8.0rem;
	height:2.5rem;
	border-radius:1.5rem;
	border:1px solid #00A4C5;
	overflow: hidden;
	color:#00A4C5;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	cursor:pointer;

}

.file-btn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: none;
	background-color: transparent;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

.lx01{
	width:100%;
	float:left;
	background-color:#00A4C5;
	position:relative;
}
.lx01 .pic{
	width:100%;
	float:right;
	overflow:hidden;
}
.lx01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.lx01 .tex{
	width:100%;
	float:left;
	padding-bottom:3.0rem;
}
.lx01 .tex .tex01{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.lx01 .tex .tex01 h1{
	margin-bottom:3.0rem;
	margin-top:3.0rem;
}
.lx01 .tex .tex01 img{
	max-width:50%;
}
.lx01 .tex .tex01 .ewm{
	display:flex;
	margin-top:2.0rem;
	text-align:center;
	font-size:0.8rem;
	width:100%;
}
.lx02{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.lx02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx02 ul li{
	width:48%;
	background-color:#F2F2F2;
	border-radius:0.5rem;
	padding:2.0rem 1.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.lx02 ul li:nth-child(4n){
	margin-right:0px;
}
.lx02 ul li .pic{
	overflow:hidden;
}
.lx02 ul li .pic img{
	max-width:4.0rem;
}
.lx02 ul li dl dt{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.lx02 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}

.lx03{
	width:100%;
	float:left;
	margin-top:3.0rem;
	position:relative;
	overflow:hidden;
}
.lx03 img{
	width: auto;
	height:35rem;
	display:block;
}
.lx03 .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.lx03 .tex .tex01{
	width:100%;
}
.lx03 .tex .tex01 .a01{
	width:100%;
	float:left;
}
.lx03 .tex .tex01 .a01 h1{
	font-size:1.2rem;
	line-height:2.0rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.lx03 .tex .tex01 .a01 h1::before{
	width:3px;
	height:1.0rem;
	content:'';
	background-color:#00A4C5;
	margin-right:1.0rem;
}
.lx03 .tex .tex01 .a01 ul{
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx03 .tex .tex01 .a01 ul li{
	width:calc(50% - 5px);
	margin-top:10px;
}
.lx03 .tex .tex01 .a01 ul li.w100{
	width:100%;
}
.lx03 .tex .tex01 .a01 ul li:last-child{
	margin-top:2.0rem;
}
.lybk{
	width:100%;
	line-height:2.5rem;
	border:0px;
	border-radius:8px;
	font-size:0.8rem;
	color:#999;
	padding:0 1.0rem;
	outline:none;
}



.mart0{
	margin-top:0px;
}
.mart120{
	margin-top:2.0rem;
}
.mart40{
	margin-top:1.0rem;
}
.mart20{
	margin-top:0.5rem;
}
.mart10{
	margin-top:0.2rem;
}

.sjzwqh{
	width: auto;
	height: 4.5rem;
	font-size:1.0rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
position: absolute;
	right:15%;
	
}
.sjzwqh img{
	width:1.1rem;
}
.sjzwqh a{
	margin-left:0.5rem;
	margin-right:0.5rem;
	line-height:2.5rem;
}
.sjzwqh .zhuan{
	width:100%;
	position:absolute;
	top:4rem;
	left:0;
	z-index:111;
	background-color:#FFF;
	font-size:16px;
	line-height:2.5rem;
	opacity:0;
	visibility:hidden;
	text-align:center;
	border-radius:5px;
}
.sjzwqh .zhuan p{
	position:relative;
	display:flex;
	align-items: center;
	text-align:left;
}
.sjzwqh .zhuan p i{
	width:2px;
	height:1.0rem;
	position:absolute;
	left:0;
	z-index:1;
	opacity:0;
	background-color:#116CB0;
}
.sjzwqh .zhuan p:hover i{
	opacity:1;
}
.sjzwqh .zhuan p.cur i{
	opacity:1;
}
.sjzwqh .zhuan a{
	color:#333;
	width:100%;
	text-align:left;
	padding-left:2.0rem;
	font-size:0.9rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-left:0;
	margin-right:0;
}
.sjzwqh:hover .zhuan{
	opacity:1;
	visibility:visible;
}



.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}







.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



.dingw{ width:100%; float:left; margin-top:-5rem;}



}
































