@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif,Source Han Sans SC;
	margin:auto
}
*{
	/*font-family:'思源黑体';*/
}
@font-face
{
	font-family: Arial;
	src: url('../font/Arial'),
	url('../font/Arial'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source Han Sans SC;
	src: url('../font/SOURCEHANSANSSC-REGULAR.OTF'),
	url('../font/SOURCEHANSANSSC-REGULAR.OTF'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	}
a:hover{
	color:#1896C6;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style: italic;}


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

.header.yanse .innav ul li{
	color:#333;
}
.header.yanse a:hover{
	color:#1896C6;
}
.header.yanse .cur{
	color: #1896C6;
}
.header.yanse .cur a{
	color: #1896C6;
}
.header.yanse .cur dl dd a{
	color:#333;
}
.header.yanse .cur dl dd a:hover{
	color:#1896C6;
}
.header.yanse.yanse01 .cur a{
	color: #fff;
}
.header.yanse.yanse01 .cur dl dd a{
	color:#333;
}
.header.yanse.yanse01 .cur dl dd a:hover{
	color:#1896C6;
}
.header.yanse .cur i{
	opacity:1;
	background-color:#62E053;
}
.header.yanse.yanse01 .cur i{
	opacity:1;
	background-color:#fff;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01.h02{
	top:0px;
	background-color:#FFF;
}
.header.yanse.yanse01.ny{
	color:#333;
}
.header.yanse.yanse01.ny a{
	color:#333;
}
.header.yanse.yanse01.ny .cur a{
	color: #1896C6;
}
.header.yanse.yanse01 a{
	color: #fff;
}
.header.yanse.yanse01 .xiala dl dd a{
	color:#333;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	border-bottom:0px;
}
.header.yanse.yanse01 .innav ul li{
	color:#333;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:80px;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0px 8.33vw;
	height:80px;
}

.logo{
	width:223px;
	display: flex;
	align-items: center;
	height:80px;
	max-width:13.9375%;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 80px;
	margin-left:1.3vw;
	margin-right:1.3vw;
	font-size:18px;
	position:relative;
}
.innav ul li i{
	width:8px;
	height:8px;
	position:absolute;
	bottom:10px;
	left:calc(50% - 4px);
	z-index:1;
	opacity:0;
	border-radius:50%;
}
.innav ul li:hover i{
	opacity:1;
}
.innav ul li a{
	height: 80px;
	line-height:80px;
}
.innav ul li b{
	font-family: DIN;
	font-size:18px;
	margin-left:10px;
}
.innav ul li a:hover{
	color:#1896C6;
}
.innav ul li .xiala{
	width:212px;
	position:absolute;
	top:80px;
	background-color:#FFF;
	left:-70px;
	z-index:996;
	opacity:0;
	visibility:hidden;
}
.innav ul li .xiala.kd400{
	width:450px;
	left:-75%;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}

.innav ul li .jspt{
	    width: 285px;
    position: absolute;
    top: 80px;
    background-color: #FFF;
    left: -108px;
    z-index: 996;
    opacity: 0;
    visibility: hidden;
}

.innav ul li .xiala1{
	left:-26px!important;
	}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala dl dd{
	line-height:50px;
	text-align:center;
	border-bottom:1px solid #eee;
	text-align:center;
	font-size:16px;
	position:relative;
}
.innav ul li .xiala dl dd a{
	line-height:50px;
	color:#333;
}
.innav ul li .xiala dl dd a:hover{
	color:#1896C6;
}
.innav ul li .xiala dl dd .xl{
	width:250%;
	position:absolute;
	top:0;
	right:-250%;
	z-index:3;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	border-left:2px solid #F2F2F2;
}
.innav ul li .xiala dl dd:hover .xl{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala dl dd .xl p{
	line-height:50px;
	text-align:center;
	border-bottom:1px solid #eee;
	text-align:left;
	font-size:16px;
	padding:0 27px;
	position:relative;
}
.innav ul li .xiala dl dd .xl p a{
	line-height:50px;
	color:#333;
}
.innav ul li .xiala dl dd .xl p em{
	font-style: italic;
}
.innav ul li .xiala dl dd .xl p a:hover{
	color:#1896C6;
}
.innav ul li .xiala dl dd .xl p::before{
	content: "\2022";
	margin-right:20px;
	color:#FFF;
}
.innav ul li .xiala dl dd .xl p:hover::before{
	color:#62E053;
}


.intop-r{
	width:auto;
	display: flex;
	align-items: center;
}
.insearch{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}
.zyw{
	width: 40px;
	height:40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:14px;
	margin-left:20px;
}

.header.yanse .intel{
	color:#1896C6;
}
.header.yanse.yanse01 .intel{
	color:#FFF;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display: inline-block;
}
.header.yanse.yanse01 .pic01{
	display: inline-block;
}
.header.yanse.yanse01 .pic02{
	display: none;
}

.header.yanse .insearch{
	border: 0px solid #999999;
}
.header.yanse .inbk{
	color:#999;
}
.header.yanse .zyw{
	background-color:#62E053;
	color:#fff;
}
.header.yanse .zyw a{
	color:#fff;
}

.header.yanse.yanse01 .insearch{
	border: 0px solid rgba(255,255,255,0.60);
}
.header.yanse.yanse01 .inbk{
	color:#FFF;
}
.header.yanse.yanse01 .zyw{
	background-color:#62E053;
	color:#fff;
}
.header.yanse.yanse01 .zyw a{
	color:#FFF;
}


.intit{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
	font-size:40px;
	line-height:50px;
	color:#08308F;
	font-weight:bold;
}
.inpt{
	width:100%;
	float:left;
	margin-top:55px;
}
.inpt ul{
	display: flex;
	flex-wrap: wrap;
}
.inpt ul li{
	width:calc(33.9% - 30px);
	margin-right:30px;
	background: #f2f2f2;
	border-radius: 12px;
	padding:80px 40px;
	overflow:hidden;
	text-align:center;
	transition: all 0.6s;
}
.inpt ul li:nth-child(3n){
	margin-right:0px;
}
.inpt ul li .pic{
	overflow:hidden;
}
.inpt ul li dl dt{
	margin-top:58px;
	font-size:24px;
	line-height:35px;
	color:#02071f;
	font-weight:bold;
	height: 80px;
}
.inpt ul li dl dd{
	margin-top:40px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.inpt ul li .more{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:40px;
}
.inpt ul li .more a{
	color:#08308F;
	margin-right:18px;
}
.inpt ul li:hover{
	background-color:#1896C6;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08); 
}
.inpt ul li:hover dl dt{
	color:#FFF;
}
.inpt ul li:hover dl dd{
	color:#FFF;
}
.inpt ul li:hover .more a{
	color:#FFF;
}
.inpt ul li .pic01{
	display:inline-block;
}
.inpt ul li .pic02{
	display:none;
}
.inpt ul li:hover .pic01{
	display:none;
}
.inpt ul li:hover .pic02{
	display:inline-block;
}
.inzt{
	width:100%;
	float:left;
	margin-top:140px;
	background-image:url(../img/ztbj.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding:40px 0;
	padding-bottom:140px;
}
.inzt01{
	width:100%;
	float:left;
}
.inzt01 ul li{
	width:100%;
	float:left;
	margin-top:60px;
	padding:0 7vw;
	padding-bottom:90px;
	border-bottom:1px solid rgba(0,0,0,0.10);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inzt01 ul li .pic{
	width:40%;
	overflow:hidden;
	display:flex;
}
.inzt01 ul li .pic img{
	width:485px;
	max-width:100%;
	height:auto;
}

.inzt01 ul li .tex{
	width:50%;
	display:flex;
	justify-content: center;
}
.inzt01 ul li .tex div{
	text-align:left;
	font-size:16px;
	line-height:30px;
	width:100%;
}
.inzt01 ul li .tex h1{
	font-size:32px;
	line-height:46px;
	color:#02071f;
	margin-bottom:15px;
}
.inzt01 ul li .tex dl dt{
	font-size:20px;
	line-height:30px;
	margin-top:15px;
	color:#666;
}
.inzt01 ul li .tex dl dd{
	display:flex;
	justify-content: flex-start;
	margin-top:50px;
}
.inzt01 ul li .tex dl dd a{
	padding:15px 45px;
	border-radius:45px;
	border:1px solid #08308F;
	margin-left:0px;
	margin-right:30px;
	font-size:14px;
}
.inzt01 ul li .tex dl dd a b{
	font-family:'宋体';
	margin-left:1vw;
}
.inzt01 ul li .tex dl dd a:hover{
	background: linear-gradient(102deg,#0d4e9e 0%, #1ba5cc 52%, #62e053 100%);
	color:#FFF;
	border:0px;
}
.inzt01 ul li:last-child{
	border-bottom:0px;
	padding-bottom:0px;
}

.inab{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.inab .tex{
	width:50%;
	font-size:16px;
	line-height:28px;
	    padding: 0 4vw 0 8.33vw;
	margin-top:1rem;
}
.inab .tex h1{
	font-size:1.12rem;
	line-height:1.6;
	color:#08308F;
}
.inab .tex h2{
	font-size:0.9rem;
	line-height:1.5;
	color:#08308F;
	font-weight:normal;
	margin-bottom:1.9rem;
}
.inmore{
	display:flex;
	margin-top:2.1rem;
	float:left;
	width:100%;
}
.inmore.jz{
	justify-content: center;
}
.inmore a{
	padding:15px 45px;
	border: 1px solid #1aa4cd;
	border-radius: 40px;
	font-size:14px;
}
.inmore a b{
	font-family:'宋体';
	margin-left:1vw;
}
.inmore a:hover{
	background: linear-gradient(102deg,#0d4e9e 0%, #1ba5cc 52%, #62e053 100%);
	color:#FFF;
	border:0px;
}
.inab .pic{
	width:50%;
	display:flex;
}
.inab .pic img{
	max-width:100%;
}
.inwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding-bottom:100px;
}

.innew{
	width:100%;
	float:left;
	margin-top:10px;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(34.1% - 40px);
	margin-right:40px;
	background: #ffffff;
	border-radius: 12px;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:60px;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:40px;
}
.innew ul li .tex dl dt{
	font-size:14px;
	line-height:28px;
	color:#666;
	 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 ul li .tex dl dd{
	margin-top:20px;
	margin-bottom:25px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	 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 ul li .tex .more{
	display:flex;
	align-items: center;
	margin-top:40px;
}
.innew ul li .tex .more a{
	color:#999;
}
.innew ul li .tex .more a b{
	margin-left:20px;
}
.innew ul li:hover{
	background-color:#1896C6;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08); 
}
.innew ul li:hover dl dt{
	color:#FFF;
}
.innew ul li:hover dl dt a{
	color:#FFF;
}
.innew ul li:hover dl dd a{
	color:#FFF;
}
.innew ul li:hover dl dd{
	color:#FFF;
}
.innew ul li:hover .tex .more a{
	color:#FFF;
}

.foot{
	width:100%;
	float:left;
	background-image:url(../img/footbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0 8.33vw;
	padding-top:80px;
}
.foot01{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.foot01 .dlogo{
	width:13.5%;
	overflow:hidden;
	display:flex;
}
.foot01 .dlogo img{
	width:100%;
	height:auto;
}
.foot01 .ewm{
	width:20%;
	overflow:hidden;
	text-align:center;
}
.foot01 .ewm img{
	max-width:100%;
}
.foot01 .ewm dl { width:50%; float:left;padding-left: 10px;
}
.foot01 .ewm dl dd{
	margin-top:10px;
	text-align:center;
	font-size:12px;
	color:#FFF;
}
.foot01 .wenb{
	width: 60.625%;
	padding-left:4.375%;
	border-left:1px solid rgba(255,255,255,0.30);
	color:#FFF;
}
.foot01 .wenb h1{
	font-size:24px;
	line-height:32px;
	margin-bottom:30px;
}
.foot01 .wenb .subtex{
	display:flex;
}
.foot01 .wenb .subtex div{
	font-size:14px;
	line-height:32px;
	width:50%;
}
.foot01 .wenb .subtex div:first-child{
	width:60%;
	margin-right:60px;
}
.foot02{
	width:100%;
	float:left;
	margin-top:70px;
	border-top:1px solid rgba(255,255,255,0.1);
	padding:30px 0;
	text-align:center;
	font-size:12px;
	color:rgba(255,255,255,0.60);
}

.nybanner{
	width:100%;
	float:left;
	margin-top:80px;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:90%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	padding:0 8.33vw;
	display:flex;
	align-items: center;
	color:#fff;
}
.nybanner .tex.blue{
	color:#08308F;
}
.nybanner .tex dl dt{
	font-size:1.2rem;
	line-height:1.5;
	font-weight:700;
}
.nybanner .tex dl dd{
	font-size:1.2rem;
	line-height:1.3;
	font-weight:300;
}
.ab01{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ab01 .tex{
	width:46.25%;
	font-size:18px;
	line-height:36px;
}
.ab01 .tex p{font-size:0.55rem;
	line-height:1.5;}
.ab01 .tex h1{
	padding-bottom:20px;
	margin-bottom:20px;
	color:#1896C6;
	border-bottom:1px solid #1896C6;
	font-size:40px;
	line-height:40px;
}
.ab01 .pic{
	width:45.1875%;
	overflow:hidden;
}
.ab01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ab01 .pic:hover img{
	transform: scale(1.05);
}
.ab02{
	width:100%;
	float:left;
	background: #f2f2f2;
	margin-top:100px;
	padding:100px 8.33vw;
}
.ab02 ul{
	display:flex;
	flex-wrap: wrap;
}
.ab02 ul li{
	width:calc(25.4% - 30px);
	margin-right:30px;
	background: #ffffff;
	border-radius: 12px;
	overflow:hidden;
	transition: all 0.6s;
	padding:3vw 2vw;
}
.ab02 ul li:nth-child(4n){
	margin-right:0px;
}
.ab02 ul li:hover{
	background-color:#1896C6;
	color:#FFF;
}
.ab02 ul li:hover h1{
	color:#FFF;
}
.ab02 ul li:hover dl dt{
	color:#FFF;
}
.ab02 ul li h1{
	font-size:64px;
	line-height:75px;
	color:#1896C6;
	font-family: anton;
	font-weight:normal;
}
.ab02 ul li dl dt{
	margin-bottom:40px;
	margin-top:40px;
	font-size:18px;
	line-height:36px;
	font-weight:bold;
	color:#02071f;
}
.ab02 ul li dl dd{
	font-size:14px;
	line-height:28px;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:100px;
}
.fzlc h1{
	font-size:40px;
	line-height:58px;
	color:#1896C6;
	text-align:center;
}
.fzlc01{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fzlc01 .a01{
	width:148px;
	background-image:url(../img/sx.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.fzlc01 .a01 ul li{
	width:100%;
	float:left;
	position:relative;
	margin-bottom:73px;
	text-align:center;
	display:flex;
	justify-content: center;
}
.fzlc01 .a01 ul li:hover img{
	
}
.fzlc01 .a01 ul li:hover .tex .subtex img{
	-webkit-transform: rotate(0deg);
	transition: all 0.6s;
	}
.fzlc01 .a01 ul li.marb150{
	margin-bottom:220px;
}
.fzlc01 .a01 ul li .tex{
	width:448px;
	position:absolute;
	top:13px;
	left:148px;
	background: #f1f1f1;
	transition: 0.6s;
}
.fzlc01 .a01 ul li .tex:hover{
	width:448px;
	position:absolute;
	top:13px;
	left:148px;
	background: #f1f1f1;
	transform: scale(1.1);
}
.fzlc01 .a01 ul li .tex.left{
	right:148px;
	left:auto;
}
.fzlc01 .a01 ul li .tex h2{
	height: 26px;
	background: #1896c6;
	padding:0 0.5rem;
	line-height:26px;
	color:#FFF;
	font-size:16px;
	text-align:left;
}
.fzlc01 .a01 ul li .tex .subtex{
	padding:15px 0.5rem;
	text-align:left;
	font-size:0.5rem;
	line-height:1.5;
}
.fzlc01 .a01 ul li .tex .subtex img{
	max-width:100%;
}
.fzlc01 .a01 ul li .hx{
	width:48px;
	height:1px;
	background-color:#1896c6;
	position:absolute;
	right:0;
	top:26px;
}
.fzlc01 .a01 ul li .hx.left{
	right: auto;
	left:0;
}
.fzlc01 .a01 ul li .num{
	width:auto;
	position:absolute;
	left:calc(50% + 20px);
	top:0;
	color:#1896C6;
	font-size:16px;
	font-weight:bold;
}
.fzlc01 .a01 ul li:last-child{
	margin-bottom:0;
}
.gzjg{
	width:100%;
	float:left;
	margin-top:100px;
	padding-bottom:100px;
	background: #f2f2f2;
}
.gzjg01{
	width:100%;
	float:left;
	margin-top:80px;
}
.gzjg01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gzjg01 ul li{
	width:23.5%;
	margin-left:15px;
	margin-right:15px;
	display:flex;
}
.gzjg01 ul li img{
	width:100%;
	height:auto;
}

.jslist{
	width:100%;
	float:left;
	padding:60px 0;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.jslist h1{
	font-size:32px;
	line-height:50px;
	color:#1896C6;
}
.jslist01{
	width:100%;
	margin-top:40px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.hsed {
    background: #f2f2f2;
    padding: 20px;
}
.isgt12 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
}
.jslist01 .ythh1 {
    width: 100%!important;
}
.jslist01 .pic{
	width:47.5%;
	overflow:hidden;
}
.jslist01 .pic img{
	max-width:100%;
}
.jslist01 .tex{
	width:47.5%;
}
.jslist01 .tex dl dd{
	display:flex;
	align-items: flex-start;
	font-size:16px;
	line-height:1.5;
	margin-top:10px;
}
.jslist01 .tex dl dd span{
	height:10px;width:100%;float:left;
}
.jslist01 .tex dl dd i{
	font-size:14px;
}
.jslist01 .tex dl dd img{
	width:16px;
	margin-right:20px;
	margin-top:5px;
}
.jslist01 .tex dl dd:first-child{
	margin-top:0px;
}
.nytit{
	width:100%;
	float:left;
	margin-top:100px;
}
.nytit dl dt{
	font-size:40px;
	line-height:58px;
	color:#1896C6;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:30px;
}

.zscq{
	width:100%;
	float:left;
}
.zscq ul{
	display:flex;
	flex-wrap: wrap;
}
.zscq ul li{
	width:calc(25.5% - 30px);
	margin-right:20px;
	background: #ffffff;
	border-radius: 12px;
	overflow:hidden;
	transition: all 0.6s;
	padding:2.5vw 10px;
	margin-top:2vw;
	text-align:center;
}
.zscq ul li:nth-child(4n){
	margin-right:0px;
}
.zscq ul li h1{
	text-align:center;
}
.zscq ul li h1 img{
	max-width:100%;
}
.zscq ul li dl dt{
	margin-top:40px;
	font-size:16px;
	line-height:1.4;
	font-weight:bold;
	color:#333;
	height:55px;
}
.zscq ul li dl dd{
	font-size:14px;
	line-height:20px;
	margin-top:15px;
}
.zscq ul li .more{
	display:flex;
	justify-content: center;
	margin-top:40px;
}
.zscq ul li .more a{
	padding:10px 60px;
	border: 1px solid #999999;
	border-radius: 45px;
	font-size:14px;
	transition: all 0.6s;
}
.zscq ul li .more a:hover{
	background-color:#1896C6;
	color:#FFF;
	border:1px solid #1896C6;
}
.tanc{
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,0.6);
	display:none;
	left:0;
	top:0;
	z-index:99999999;
}
.tanc01{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.tanc01 .a01{
	width:auto;
	position:relative;
	max-width:70%;
	max-height:50%;
}
.tanc01 .a01 p img{
	max-width:450px;
}
.tanc01 .a01 .close{
	width:58px;
	height:58px;
	background-image:url(../img/close-circle.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:-58px;
	right:-58px;
}
.td1{
 border-collapse: collapse;
 border-left: none;
 border-right: none;
 width:60%;
 margin:auto;
}
.td1 td{
 width: 30%;
 text-align: left;
 line-height: 40px;
 padding-left:90px;
}

.nwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding-bottom:100px;
	padding-top:40px;
}
.ztlist{
	width:100%;
	float:left;
}
.ztlist ul{
	display:flex;
	flex-wrap: wrap;
}
.ztlist ul li{
	width:calc(34.1% - 40px);
	margin-right:40px;
	margin-top:60px;
	background: #ffffff;
	border-radius: 12px;
	padding:2.5vw;
	text-align:center;
	transition: all 0.6s;
}
.ztlist ul li:hover{
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08); 
}
.ztlist ul li:nth-child(3n){
	margin-right:0px;
}
.ztlist ul li .pic{
	overflow:hidden;
}
.ztlist ul li .pic img{
	max-width:100%;
}
.ztlist ul li dl dt{
	margin-top:45px;
	font-size:20px;
	line-height:30px;
	color:#02071f;
	font-weight:bold;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ztlist ul li dl dd{
	margin-top:20px;
	font-size:16px;
	line-height:32px;
	color:#333;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ztlist ul li:hover dl dt{
	color:#1896C6;
}

.ztshow{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ztshow .pic{
	width:48%;
	overflow:hidden;
	display:flex;
	justify-content: center;
	align-items: center;
}
.ztshow .pic img{
	max-width:100%;
	height:auto;
}

.ztshow .tex{
	width:48%;
	font-size:20px;
	line-height:30px;
}
.ztshow .tex p{margin-top:10px;}
.ztshow .tex h1{
	font-size:32px;
	line-height:46px;
	color:#1896C6;
	margin-bottom:30px;
}
.ztshow .tex dl{
	display:flex;
	border-left:1px solid #BDBDBD;
	border-top:1px solid #BDBDBD;
	text-align:left;
	font-size:16px;
}
.ztshow .tex .dbt{text-align:center;}
.ztshow .tex dl dt{
	width:34%;
	font-size:16px;
	line-height:1.4;
	padding:12px;
	vertical-align:middle;
	align-items:center; 
	display: flex;
	border-right:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
}
.ztshow .tex dl dd{
	width:66%;
	border-right:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	padding: 12px ;
	vertical-align:middle;
	align-items:center; 
	line-height:1.4;
}
.ztshow .tex dl .bt{text-align:center;}
.ztshow .tex dl .gg{text-align:center;}
.ztshow .tex h2{
	margin-top:40px;
	font-size:16px;
	font-weight:normal;
	line-height:1.5;
}
.ztshow .tex .more{
	display:flex;
	align-items: center;
	margin-top:50px;
}
.ztshow .tex .more a{
	padding:10px 62px;
	border-radius:45px;
	border:1px solid #08308F;
	margin-right:15px;
	font-size:14px;
}
.ztshow .tex .more a b{
	font-family:'宋体';
	margin-left:1vw;
}
.ztshow .tex .more a:hover{
	background: linear-gradient(102deg,#0d4e9e 0%, #1ba5cc 52%, #62e053 100%);
	color:#FFF;
	border:0px;
}
.ztshow02{
	width:100%;
	float:left;
	margin-top:100px;
	background: #f2f2f2;
	border-radius: 12px;
	padding:80px 100px;
	font-size:16px;
	line-height:30px;
}
.ztshow02 .xqp{

	font-size:20px;
	line-height:1.5;
}
.ztshow02 .xqp p{

	margin-top:10px;
}
.ztshow02 h1{
	font-size:24px;
	line-height:46px;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
.ztshow02 img{
	max-width:100%;
}
.down{
	width:100%;
	float:left;
	margin-bottom:100px;
}
.down ul{
	display:flex;
	flex-wrap: wrap;
}
.down ul li{
	width:calc(25.4% - 30px);
	margin-top:50px;
	margin-right:30px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:16px;
	font-weight:bold;
	transition: all 0.6s;
}
.down ul li a{
	width:100%;
	padding:50px 1.2rem;
	border-radius: 12px;
	background: #f2f2f2;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.down ul li:nth-child(4n){
	margin-right:0px;
}
.down ul li a:hover{
	background-color:#1896C6;
	color:#FFF;
}
.down ul li .a01{
	width:80%;
	display:flex;
	align-items: center;
}
.down ul li .a01 img{
	margin-right:20px;
}
.down ul li .pic01{
	display:inline-block;
}
.down ul li .pic02{
	display:none;
}
.down ul li:hover .pic01{
	display:none;
}
.down ul li:hover .pic02{
	display:inline-block;
}
.shenq{
	width:100%;
	float:left;
	margin-top:140px;
	border:1px solid #e0e0e0;
}
.shenq h1{
	height: 78px;
	background: #f2f2f2;
	padding:0 40px;
	font-size:16px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.shenq ul li{
	width:100%;
	float:left;
	padding:23px 40px;
	border-bottom:1px solid #E0E0E0;
	font-size:16px;
	display:flex;
	justify-content: space-between;	
	align-items: center;
}
.shenq ul li a{
	display:flex;
}
.shiy{
	width:100%;
	float:left;
	margin-top:100px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shiy-l{
	width:61%;
	border: 1px solid #f2f2f2;
}
.shiy-l h1{
	background: #f2f2f2;
	height:60px;
	padding:0 40px;
	font-size:18px;
	color:#08308F;
	line-height:60px;
}
.shiy-l01{
	padding:40px;
	width:100%;
	float:left;
}
.shiy-l01 h2{
	height: 50px;
	background: #f2f2f2;
	padding:0 30px;
	font-size:14px;
	line-height:50px;
}
.shiy-l01 ul li{
	width:100%;
	float:left;
	margin-top:20px;
}
.shiy-l01 ul li dl dt{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
.shiy-l01 ul li dl dt i{
	color:#DA2122;
}
.shiy-l01 ul li dl dd{
	margin-top:10px;
}
.shiy-l01 ul li:last-child{
	display:flex;
	margin-top:40px;
}
.sybk{
	width:100%;
	line-height:40px;
	border: 1px solid #f2f2f2;
	outline:none;
	padding:0 10px;
}
.syanniu{
	padding:15px 62px;
	border: 1px solid #1aa4cd;
	border-radius: 40px;
	cursor:pointer;
	font-size: 14px;
	background-color:transparent;
}
.syanniu:hover{
	background: linear-gradient(102deg,#0d4e9e 0%, #1ba5cc 52%, #62e053 100%);
	color:#FFF;
	border:0px;
}
.shiy-r{
	width:35.1875%;
}
.shiy-r .tj{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding:72px;
	text-align:center;
}
.shiy-r .tj dl dt{
	overflow:hidden;
}
.shiy-r .tj dl dt img{
	max-width:100%;
}
.shiy-r .tj dl dd{
	margin-top:60px;
	font-size:20px;
	line-height:30px;
	color:#02071f;
	font-weight:bold;
}
.yanf{
	width:100%;
	float:left;
	margin-top:20px;
	background-color:#FFF;
}
.yanf img{
	max-width:100%;
	height:auto;
}
.newtj{
	width:100%;
	float:left;
	margin-top:20px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.newtj .pic{
	width:60%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newtj .tex{
	width:40%;
	padding:3vw;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.newtj .tex p{ display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;}
.newtj .tex dl dt{
	font-size:16px;
	line-height:20px;
}
.newtj .tex dl dd{
	margin-top:2vw;
	margin-bottom:1.5vw;
	font-size:24px;
	line-height:43px;
	color:#333;
	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: 50px;
	height: 50px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 50%;
	line-height:50px;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: #1896C6;
	color:#FFF;
}
.fy ul li .cur{
	background: #1896C6;
	color:#FFF;
}
.ncon{
	width:100%;
	float:left;
	margin-top:20px;
	background-color:#FFF;
	padding:55px 80px;
}
.newtit{
	width:100%;
	float:left;
	font-size:32px;
	line-height:48px;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:16px;
	color:#828282;
}
.newtex{
	width:100%;
	float:left;
	margin-top:45px;
	font-size:14px;
	line-height:30px;
}
.ncon p{
	font-size:16px;
	text-indent:0em;
	line-height:1.5;
	margin-top:0.7em;
	}
.newtex img{
	max-width:100%;
}
.lx01{
	width:100%;
	float:left;
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lx01 div{
	width:50%;
	display:flex;
}
.lx01 div img{
	width:100%;
	height:auto;
}
.lx02{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size:32px;
	line-height:58px;
	color:#1896C6;
	font-weight:bold;
}
.lx02 .sx{
	width:1px;
	height:76px;
	background-color:#08308f;
	margin-left:30px;
	margin-right:30px;
}

.lx03{
	width:100%;
	float:left;
	margin-top:25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	font-size:40px;
	line-height:58px;
	color:#08308F;
	font-weight:bold;
}
.lx03 .a01{
	width:60%;
}
.lx03 .a01 dl dd{
	display:flex;
	align-items: center;
	font-size:20px;
	line-height:30px;
	margin-top:15px;
	color:#333;
	font-weight:400;
}
.lx03 .a01 dl dd img{
	margin-right:20px;
}
.lx03 .a02{
	width:auto;
	display:flex;
}
.lx03 .a02 dl{
	margin-left:15px;
	text-align:center;
}
.lx03 .a02 dl img{
	max-width:100%;
}
.lx03 .a02 dl dd{
	font-size:14px;
	line-height:18px;
	color:#999;
}

.hez{
	width:100%;
	float:left;
	margin-top:60px;
	font-size:20px;
	line-height:35px;
}
.hez ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:60px;
}
.hez ul li{
	width:48.75%;
	position:relative;
	overflow:hidden;
}
.hez ul li img{
	width:100%;
	height:auto;
	display:block;
}
.hez ul li .tex{
	width:92%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	padding:50px 50px;
	font-size:16px;
	line-height:32px;
}
.hez ul li .tex dl dt{
	font-size:24px;
	line-height:35px;
	color:#08308F;
	font-weight:bold;
	margin-bottom:0.2rem;
}
.hez ul li .tex dl dd{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.hez ul li .tex .pc{margin-top:10px;}
.hez ul li .tex  p{
	font-size:14px;
	line-height:1.5;
	font-weight:normal;
}
.hez h1{
	font-size:20px;
	line-height:35px;
	margin-top:80px;
}
.hez h1 i{
	color:#08308F;
}

.chax{
	right:2.5vw; 
	top:15px;
	position: fixed;
	width:300px; 
	z-index:99999;
	display: none;
	
}
.chax.marg{
	top:80px;
}
.chax　div{
	display: flex;
	align-items: center;
}
.chax form{
	display: flex;
	align-items: center;
}
.chax form div{
	display: flex;
	align-items: center;
}

.chaxbk{
	width: 220px;
	height: 48px;
	line-height: 48px;
	border: 0px;
	border-bottom:2px solid #f5f5f5;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background-color: #1896C6;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}


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



/* 方式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;}


.inpro{
	width:100%;
	float:left;
	margin-top:80px;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(24.9% - 20px);
	margin-right:20px;
	background:#fff url(../img/bj001.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	padding:70px 25px;
	color: var(---333, #333);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 32px */
	position:relative;
	transition: all 0.6s;
	border-radius:30px;
}
.inpro ul li a{
	width:100%;
	float:left;
}
.inpro ul li a::after{
	width: 58px;
	height: 58px;
	position:absolute;
	right:0;
	bottom:0px;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inpro ul li a:hover::after{
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li:hover{
	background:#1896c6 url(../img/bj002.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	filter: drop-shadow(-20px 40px 100px rgba(88, 92, 98, 0.04)) drop-shadow(-15px 40px 100px rgba(66, 0, 255, 0.08));
	color:#FFF;
}
.inpro ul li dl dt{
	color: var(--62-e-053, #62E053);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 28px */
	display: flex;
	align-items: center;
}
.inpro ul li dl dt::before{
	margin-right:8px;
	content: "\2022";
}
.inpro ul li dl dd{
	margin-top:10px;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:20px;
}
.inpro ul li .pic{
	margin-top:118px;
	display:flex;
}
.inpro ul li .pic01{
	display:inline-block;
}
.inpro ul li .pic02{
	display: none;
}
.inpro ul li:hover .pic01{
	display:none;
}
.inpro ul li:hover .pic02{
	display:inline-block;
}
.inpro ul li:hover dl dt{
	color:#FFF;
}
.inpro ul li:hover dl a dd{
	color:#FFF;
}
.inpro ul li:hover a{
	color:#FFF;
}
.mart140{
	margin-top:140px;
}

.protit{
	width:100%;
	float:left;
	margin-top:80px;
	display: flex;
	align-items: center;
}
.protit img{
	margin-right:20px;
}
.protit dl dt{
	color: var(---333, #333);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.protit dl dd{
	margin-top:10px;
	color: var(---333, #333);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 28px */
}
.prolb{
	width:100%;
	float:left;
}
.prolb ul{
	display: flex;
	flex-wrap: wrap;
}
.prolb ul li{
	width:calc(25.3% - 20px);
	margin-right:20px;
	margin-top:30px;
	border-radius: 12px;
	background: var(---Gray-6, #F2F2F2);
	padding:20px;
	padding-bottom:60px;
	transition: all 0.6s;
}
.prolb ul li:nth-child(4n){
	margin-right:0px;
}
.prolb ul li:hover{
	background: var(--1896-c-6, #1896C6);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
}
.prolb ul li dl dt{
	overflow:hidden;
	margin-bottom:40px;
}
.prolb ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.prolb ul li dl dd{
	text-align: center;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: var(--Linear, linear-gradient(180deg, #02071F 0%, #00134A 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.prolb ul li dl dd em{
	    font-style: italic;
	}
.inpro ul li dl dd em{
	font-style: italic;
	}
.innav ul li .xiala dl dd em{
	font-style: italic;
	}
.prolb ul li a:hover dl dd{
	color:#FFF;
	background: var(--Linear, linear-gradient(180deg, #ffffff 0%, #ffffff 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




.mart0{
	margin-top:0;
}
.mart40{
	margin-top:2vw;
}
.mart60{
	margin-top:3vw;
}
.mart36{
	margin-top:36px;
}
.mart100{
	margin-top:100px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}



	
}


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

.innav ul li{
	font-size:15px;
}
.prolb ul li dl dd{
	font-size:16px;
	}
.prolb ul li{
	    padding-bottom: 30px;
	}
.zscq ul li{
	width:calc(25.5% - 30px);
	margin-right:20px;
	background: #ffffff;
	border-radius: 12px;
	overflow:hidden;
	transition: all 0.6s;
	padding:2.5vw 10px;
	margin-top:2vw;
	text-align:center;
}
.zscq ul li dl dt{
	margin-top:40px;
	font-size:14px;
	line-height:1.4;
	font-weight:bold;
	color:#333;
	height:55px;
}
.inpt ul li dl dt {
    margin-top: 40px;
    font-size: 22px;
    line-height: 1.2;
    color: #02071f;
    font-weight: bold;
    height: 80px;
}
.zscq ul li dl dd{
	font-size:12px;
	line-height:20px;
	margin-top:15px;
}
.zscq ul li .more{
	display:flex;
	justify-content: center;
	margin-top:40px;
}
.zscq ul li .more a{
	padding:10px 60px;
	border: 1px solid #999999;
	border-radius: 45px;
	font-size:14px;
	transition: all 0.6s;
}
.inzt01 ul li .tex {
    width: 52%;}
.inzt01 ul li .tex h1 {
    font-size: 0.8rem;
	line-height: 1.5;
	}
.inab .tex h2{margin-bottom: 1.6rem;}	
.inmore{margin-bottom: 1.8rem;}
.nybanner .tex dl dt {
    font-size: 0.9rem;
    line-height: 1.2;}
.nybanner .tex dl dd {
    font-size: 0.9rem;
    line-height: 1.2;}
.down ul li a{padding: 50px 0.4rem;}
.down ul li .a01 img {
    margin-right: 0.2rem;
}
.ab01 .tex {
    width: 47.25%;}
.ab01 .tex p{line-height: 1.6;}
}

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

.innav ul li{
	font-size:14px;
}
.td1 td{
 padding-left:60px;
}

.td1 {
    border-collapse: collapse;
    border-left: none;
    border-right: none;
    width: 62%;}	
	
.hez ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	padding:30px 60px;
	font-size:16px;
	line-height:32px;
}
.hez ul li .tex .pc{margin-top:10px;}
.hez ul li .tex dl dt{
	font-size:20px;
	line-height:30px;
	color:#08308F;
	font-weight:bold;
	margin-bottom:0.4rem;
}
.hez ul li .tex dl dd{
	font-size:14px;
	line-height:1.5;
	font-weight:bold;
}
.hez ul li .tex  p{
	font-size:14px;
	line-height:1.5;
	font-weight:normal;
}
.hez h1{
	font-size:20px;
	line-height:35px;
	margin-top:80px;
}
.hez h1 i{
	color:#08308F;
}
	
	
}

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

.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:0.6vw;
	margin-right:0.6vw;
	font-size:14px;
	position:relative;
}

.zyw{
	margin-left:10px;
}
.inzt01 ul li .tex dl dd a{
	padding:15px 25px;
}
.hez ul li .tex dl dd {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
}
.hez ul li .tex{padding: 1rem 0.8rem;}
.hez ul li .tex .pc {
   margin-top:0.1rem;
}
.hez ul li .tex dl dt {
    font-size: 0.6rem;}
.hez ul li .tex p {
    font-size: 12px;
    line-height: 1.5;
}
.inab{
	padding:3.0rem 0;
}
.fzlc01 .a01 ul li .tex{
	width:348px;
}
.zscq ul li .more a{
	padding:10px 20px;
}
.ztshow .tex .more a{
	padding:10px 20px;
}
.down ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.down ul li{
	width:48%;
	margin-right:0px;
}
.lx03 .a02{
	margin-top:60px;
}
.intit{
	width:100%;
	float:left;
	margin-top:100px;
	text-align:center;
	font-size:40px;
	line-height:45px;
	color:#08308F;
	font-weight:bold;
}

.inzt01 ul li .tex h1{
	font-size:24px;
	line-height:35px;
	color:#02071f;
	margin-bottom:15px;
}
.inzt01 ul li .tex dl dt{
	font-size:16px;
	line-height:30px;
	margin-top:15px;
	color:#666;
}
.inab .tex h1{
	font-size:32px;
	line-height:45px;
	color:#08308F;
}
.inab .tex h2{
	font-size:32px;
	line-height:45px;
	color:#08308F;
	font-weight:normal;
	margin-bottom:50px;
}

.innew ul li .tex{
	padding:20px;
}
.innew ul li .tex dl dt{
	font-size:14px;
	line-height:28px;
	color:#666;
	 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 ul li .tex dl dd{
	margin-top:20px;
	margin-bottom:25px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	 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 ul li .tex .more{
	display:flex;
	align-items: center;
	margin-top:30px;
}

.foot{
	width:100%;
	float:left;
	background-image:url(../img/footbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0 8.33vw;
	padding-top:80px;
}
.foot01{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.foot01 .dlogo{
	width:16.5%;
	overflow:hidden;
	display:flex;
}
.foot01 .dlogo img{
	width:100%;
	height:auto;
}
.foot01 .ewm{
	width:14.125%;
	overflow:hidden;
	text-align:center;
}
.foot01 .ewm img{
	max-width:100%;
}
.foot01 .ewm dl dd{
	margin-top:10px;
	text-align:center;
	font-size:12px;
	color:#FFF;
}
.foot01 .wenb{
	width: 60.625%;
	padding-left:4.375%;
	border-left:1px solid rgba(255,255,255,0.30);
	color:#FFF;
}
.foot01 .wenb h1{
	font-size:20px;
	line-height:32px;
	margin-bottom:30px;
}
.foot01 .wenb .subtex{
	display:flex;
}
.foot01 .wenb .subtex div{
	font-size:12px;
	line-height:25px;
	width:50%;
}
.foot01 .wenb .subtex div a{
	color:#FFF;
}
.foot01 .wenb .subtex div:first-child{
	width:60%;
	margin-right:30px;
}
.foot02{
	width:100%;
	float:left;
	margin-top:70px;
	border-top:1px solid rgba(255,255,255,0.1);
	padding:30px 0;
	text-align:center;
	font-size:12px;
	color:rgba(255,255,255,0.60);
}

.ab01 .tex{
	width:46.25%;
	font-size:14px;
	line-height:25px;
}
.ab01 .tex h1{
	padding-bottom:20px;
	margin-bottom:20px;
	color:#1896C6;
	border-bottom:1px solid #1896C6;
	font-size:40px;
	line-height:35px;
}
.ab01 .pic{
	width:45.1875%;
	overflow:hidden;
}


}

@media (min-width:2000px) and (max-width:4000px){
	
.inpt ul{
	width: 100%;
	}
.inpt ul li {
    width: calc(33.1% - 30px);}
.innew ul li {
    width: calc(33.3% - 40px);}
.zscq ul li {
    width: calc(25.2% - 30px);}
.prolb ul li {
    width: calc(25.1% - 20px);}
	.yanf img{
	width: 100%;
	}
.lx01 div{
	display: inline-block;
	}	
.jslist01 .pic img {
    max-width: 100%;
    width: 90%;
}
.inab .pic{
	display: inline-block;
	}	
.inab .pic img {
    width: 100%;
}
	}




@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:left;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.yzxz1 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 17px;
    right: 90px;
    background:#62E053;
    border-radius: 4px;
    padding: 0px 5px;
	text-align:center;
}
.yzxz1 a {
    color: #fff;
    text-decoration: none;
	font-size:16px;
	line-height: 2.3rem;
	text-align:center;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:82%;
	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: 4%; 
	right:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:70%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
	margin-top: 4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	background:#fff;
	display:none;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #1896C6; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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

.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
	font-size:1.5rem;
	line-height:2.0rem;
	color:#08308F;
	font-weight:bold;
}
.inpt{
	width:100%;
	float:left;
}
.inpt ul{
	display: flex;
	flex-wrap: wrap;
}
.inpt ul li{
	width:100%;
	background: #f2f2f2;
	border-radius: 12px;
	padding:2.0rem;
	overflow:hidden;
	text-align:center;
	transition: all 0.6s;
	margin-top:2.0rem;
}
.inpt ul li .pic{
	overflow:hidden;
}
.inpt ul li .pic img{
	max-height:5.0rem;
}
.inpt ul li dl dt{
	margin-top:2.0rem;
	font-size:1.2rem;
	line-height:1.5rem;
	color:#02071f;
	font-weight:bold;
}
.inpt ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inpt ul li .more{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:2.0rem;
}
.inpt ul li .more a{
	color:#08308F;
	margin-right:0.5rem;
}
.inpt ul li:hover{
	background-color:#1896C6;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08); 
}
.inpt ul li:hover dl dt{
	color:#FFF;
}
.inpt ul li:hover dl dd{
	color:#FFF;
}
.inpt ul li:hover .more a{
	color:#FFF;
}
.inpt ul li .pic01{
	display:inline-block;
}
.inpt ul li .pic02{
	display:none;
}
.inpt ul li:hover .pic01{
	display:none;
}
.inpt ul li:hover .pic02{
	display:inline-block;
}
.inzt{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/ztbj.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	padding:1.0rem 0;
	padding-bottom:4.0rem;
}
.inzt01{
	width:100%;
	float:left;
}
.inzt01 ul li{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:0 8.33vw;
	padding-bottom:3.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inzt01 ul li .pic{
	width:100%;
	overflow:hidden;
	display:flex;
}
.inzt01 ul li .pic img{
	max-width:100%;
	height:auto;
}

.inzt01 ul li .tex{
	width:100%;
	display:flex;
	justify-content: center;
	margin-top:2.0rem;
}
.inzt01 ul li:nth-child(2n) .tex{
	padding-bottom:2.0rem;
}
.inzt01 ul li .tex div{
	text-align:left;
	line-height:1.5rem;
}
.inzt01 ul li .tex h1{
	font-size:1.1rem;
	line-height:1.5rem;
	color:#02071f;
	margin-bottom:15px;
}
.inzt01 ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:0.5rem;
	color:#666;
}
.inzt01 ul li .tex dl dd{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.inzt01 ul li .tex dl dd a{
	padding: 0.5rem 0.5rem;
    border-radius: 1.5rem;
    border: 1px solid #08308F;
    margin-left: 0rem;
    margin-right: 0.4rem;
    font-size: 0.6rem;
    margin-top: 1.0rem;
}
.inzt01 ul li .tex dl dd a b{
	font-family:'宋体';
	margin-left:0.5rem;
}
.inzt01 ul li .tex dl dd a:hover{
	background: linear-gradient(102deg,#0d4e9e 0%, #1ba5cc 52%, #62e053 100%);
	color:#FFF;
	border:0px;
}
.inzt01 ul li:last-child{
	border-bottom:0px;
	padding-bottom:0px;
}

.inab{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top:3.0rem;
}
.inab .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	padding:0 8.33vw;
}
.inab .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#08308F;
}
.inab .tex h2{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#08308F;
	font-weight:normal;
	margin-bottom:2.0rem;
}
.inmore{
	display:flex;
	margin-top:3.0rem;
	float:left;
	width:100%;
}
.inmore.jz{
	justify-content: center;
}
.inmore a{
	padding:0.5rem 1.5rem;
	border: 1px solid #1aa4cd;
	border-radius: 1.5rem;
}
.inmore a b{
	font-family:'宋体';
	margin-left:0.5rem;
}
.inmore a:hover{
	background: linear-gradient(102deg,#0d4e9e 0%, #1ba5cc 52%, #62e053 100%);
	color:#FFF;
	border:0px;
}
.inab .pic{
	width:100%;
	display:flex;
	margin-top:2.0rem;
}
.inab .pic img{
	max-width:100%;
}
.inwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding-bottom:3.0rem;
}

.innew{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	background: #ffffff;
	border-radius: 0.5rem;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:2.0rem;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:1.0rem;
}
.innew ul li .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	 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 ul li .tex dl dd{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	 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 ul li .tex .more{
	display:flex;
	align-items: center;
	margin-top:1.0rem;
}
.innew ul li .tex .more a{
	color:#999;
}
.innew ul li .tex .more a b{
	margin-left:0.5rem;
}
.innew ul li:hover{
	background-color:#1896C6;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08); 
}
.innew ul li:hover dl dt{
	color:#FFF;
}
.innew ul li:hover dl dd{
	color:#FFF;
}
.innew ul li:hover dl dt a{
	color:#FFF;
}
.innew ul li:hover dl dd a{
	color:#FFF;
}
.innew ul li:hover .tex .more a{
	color:#FFF;
}

.foot{
	width:100%;
	float:left;
	background-image:url(../img/footbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0 8.33vw;
	padding-top:2.0rem;
}
.foot01{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.foot01 .dlogo{
	width:100%;
	overflow:hidden;
	display:flex;
}
.foot01 .dlogo img{
	max-width:70%;
	height:auto;
}
.foot01 .ewm{
	width:100%;
	overflow:hidden;
	text-align:center;
	display: flex
}
.foot01 .ewm dl{width:50%;}
.foot01 .ewm img{
	max-width:50%;
}
.foot01 .ewm dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.foot01 .wenb{
	width: 100%;
	border-top:1px solid rgba(255,255,255,0.30);
	padding:2.0rem 0;
	margin-top:2.0rem;
	color:#FFF;
}
.foot01 .wenb h1{
	font-size:1.1rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
}
.foot01 .wenb .subtex{
	display:flex;
	flex-wrap: wrap;
}
.foot01 .wenb .subtex div{
	font-size:0.8rem;
	line-height:1.5rem;
	width:100%;
	margin-top:1.0rem;
	color:#ffffff;
}
.foot01 .wenb .subtex div p{
	color:#ffffff;
	}
.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-top:1px solid rgba(255,255,255,0.1);
	padding:1.0rem 0;
	text-align:center;
	font-size:0.8rem;
	color:rgba(255,255,255,0.60);
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.nybanner img{
	max-width:100%;
	width:100%;
	height:7rem;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	padding:0 8.33vw;
	display:flex;
	align-items: center;
	color:#fff;
}
.nybanner .tex.blue{
	color:#08308F;
}
.nybanner .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
}
.nybanner .tex dl dd{
	font-size:1.0rem;
	line-height:1.5rem;
}
.ab01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ab01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.ab01 .tex h1{
	padding-bottom:1.0rem;
	margin-bottom:1.0rem;
	color:#1896C6;
	border-bottom:1px solid #1896C6;
	font-size:1.2rem;
	line-height:1.5rem;
}
.ab01 .pic{
	width:100%;
	margin-top:2.0rem;
	overflow:hidden;
}
.ab01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ab01 .pic:hover img{
	transform: scale(1.05);
}
.ab02{
	width:100%;
	float:left;
	background: #f2f2f2;
	margin-top:1.0rem;
	padding:3.0rem 8.33vw;
}
.ab02 ul{
	display:flex;
	flex-wrap: wrap;
}
.ab02 ul li{
	width:100%;
	background: #ffffff;
	border-radius: 0.5rem;
	overflow:hidden;
	transition: all 0.6s;
	padding:2.0rem;
	margin-top:2.0rem;
}
.ab02 ul li:hover{
	background-color:#1896C6;
	color:#FFF;
}
.ab02 ul li:hover h1{
	color:#FFF;
}
.ab02 ul li:hover dl dt{
	color:#FFF;
}
.ab02 ul li h1{
	font-size:2.5rem;
	line-height:2.5rem;
	color:#1896C6;
	font-family: anton;
	font-weight:normal;
}
.ab02 ul li dl dt{
	margin-bottom:1.0rem;
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#02071f;
}
.ab02 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.fzlc h1{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#1896C6;
	text-align:center;
}
.fzlc01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fzlc01 .a01{
	width:3.0rem;
	background-image:url(../img/sx.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.fzlc01 .a01 ul li{
	width:100%;
	float:left;
	position:relative;
	margin-bottom:8.0rem;
	text-align:center;
	display:flex;
	justify-content: center;
}
.fzlc01 .a01 ul li img{
	max-height:2.0rem;
}
.fzlc01 .a01 ul li.marb150{
	margin-bottom:10.0rem;
}
.fzlc01 .a01 ul li .tex{
	width:10rem;
	position:absolute;
	top:0.2rem;
	left:3.0rem;
	background: #f1f1f1;
}
.fzlc01 .a01 ul li .tex.left{
	right:3.0rem;
	left:auto;
}
.fzlc01 .a01 ul li .tex h2{
	height: 2.0rem;
	background: #1896c6;
	padding:0 1.0rem;
	line-height:2.0rem;
	color:#FFF;
	font-size:0.8rem;
	text-align:left;
}
.fzlc01 .a01 ul li .tex .subtex{
	    padding: 0.3rem 0.2rem;
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.3rem;
}
.fzlc01 .a01 ul li .tex .subtex img{
	max-width:100%;
	height:auto;
	max-height:4.0rem;
}
.fzlc01 .a01 ul li .hx{
	width:2.0rem;
	height:1px;
	background-color:#1896c6;
	position:absolute;
	right:0;
	top:1.0rem;
	z-index:-5;
}
.fzlc01 .a01 ul li .hx.left{
	right: auto;
	left:0;
}
.fzlc01 .a01 ul li .num{
	width:auto;
	position:absolute;
	right:calc(50% + 20px);
	top:0;
	color:#1896C6;
	font-size:0.8rem;
	font-weight:bold;
}
.fzlc01 .a01 ul li:last-child{
	margin-bottom:0;
}
.gzjg{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding-bottom:3.0rem;
	background: #f2f2f2;
}
.isgt12 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 1rem;
}
.gzjg01{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.gzjg01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gzjg01 ul li{
	width:30%;
	margin-left:0.2rem;
	margin-right:0.2rem;
	display:flex;
}
.gzjg01 ul li img{
	width:100%;
	height:auto;
}

.jslist{
	width:100%;
	float:left;
	padding:2.0rem 0;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.jslist h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#1896C6;
}
.jslist01{
	width:100%;
	margin-top:1rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.jslist01 .pic{
	width:100%;
	overflow:hidden;
}
.jslist01 .pic img{
	max-width:100%;
}
.jslist01 .tex{
	width:100%;
}
.jslist01 .tex dl dd{
	display:flex;
	/*align-items: center;*/
	font-size:0.9rem;
	line-height:1.3rem;
	margin-top:0.6rem;
}
.jslist01 .tex dl dd span{
	height:10px;width:100%;float:left;
}
.jslist01 .tex dl dd i{
	font-size:0.8rem;
}
.jslist01 .tex dl dd img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.jslist01 .tex dl dd:first-child{
	margin-top:0px;
}
.nytit{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.nytit dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#1896C6;
	font-weight:bold;
}
.nytit dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}

.zscq{
	width:100%;
	float:left;
}
.zscq ul{
	display:flex;
	flex-wrap: wrap;
}
.zscq ul li{
	width:100%;
	background: #ffffff;
	border-radius: 0.5rem;
	overflow:hidden;
	transition: all 0.6s;
	padding:2.0rem;
	margin-top:2.0rem;
	text-align:center;
}
.zscq ul li h1{
	text-align:center;
}
.zscq ul li dl dt{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#333;
}
.zscq ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:0.5rem;
}
.zscq ul li .more{
	display:flex;
	justify-content: center;
	margin-top:1.0rem;
}
.zscq ul li .more a{
	padding:0.5rem 2.0rem;
	border: 1px solid #999999;
	border-radius: 1.5rem;
	font-size:0.8rem;
	transition: all 0.6s;
}
.zscq ul li .more a:hover{
	background-color:#1896C6;
	color:#FFF;
	border:1px solid #1896C6;
}
.tanc{
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,0.6);
	display:none;
	left:0;
	top:0;
	z-index:998;
}
.tanc01{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.tanc01 .a01{
	width:auto;
	position:relative;
	max-width:70%;
	max-height:50%;
	text-align:center;
}
.tanc01 .a01 p img{
	max-width:80%;
}
.tanc01 .a01 .close{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/close-circle.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:-2.0rem;
	right:-2.0rem;
}

.nwrap{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding-bottom:3.0rem;
	padding-top:1.0rem;
}
.ztlist{
	width:100%;
	float:left;
}
.ztlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ztlist ul li{
	width:100%;
	margin-top:1.0rem;
	background: #ffffff;
	border-radius: 0.5rem;
	padding:2.0rem 1.0rem;
	text-align:center;
	transition: all 0.6s;
}
.ztlist ul li:hover{
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08); 
}
.ztlist ul li .pic{
	overflow:hidden;
}
.ztlist ul li .pic img{
	max-width:80%;
}
.ztlist ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#02071f;
	font-weight:bold;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ztlist ul li dl dd{
	margin-top:0.6rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#333;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ztlist ul li:hover dl dt{
	color:#1896C6;
}

.ztshow{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ztshow .pic{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.ztshow .pic img{
	max-width:100%;
	height:auto;
}

.ztshow .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.ztshow .tex h1{
	font-size:1.2rem;
	line-height:1.5rem;
	color:#1896C6;
	margin-bottom:1.0rem;
}
.ztshow .tex dl{
	display:flex;
	border-left:1px solid #BDBDBD;
	border-top:1px solid #BDBDBD;
	text-align:center;
}
.ztshow .tex dl dt{
	width:34%;
	font-size:0.8rem;
	line-height:1.5rem;
	border-right:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
}
.ztshow .tex dl dd{
	width:66%;
	border-right:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
}
.ztshow .tex h2{
	margin-top:1.0rem;
	font-size:0.8rem;
	font-weight:normal;
}
.ztshow .tex .more{
	display:flex;
	align-items: center;
	margin-top:2.0rem;
}
.ztshow .tex .more a{
	    padding: 0.5rem 1rem;
	border-radius:45px;
	border:1px solid #08308F;
	margin-right:0.5rem;
	font-size:0.8rem;
}
.ztshow .tex .more a b{
	font-family:'宋体';
	margin-left:0.5rem;
}
.ztshow .tex .more a:hover{
	background: linear-gradient(102deg,#0d4e9e 0%, #1ba5cc 52%, #62e053 100%);
	color:#FFF;
	border:0px;
}
.ztshow02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background: #f2f2f2;
	border-radius: 12px;
	    padding: 0.6rem;
	font-size:0.75rem;
	line-height:1.5;
}
.ztshow02 h1{
	font-size:1.1rem;
	line-height:1.5rem;
	margin-top: 2rem;
	margin-bottom:1.0rem;
	text-align:center;
}
.ztshow02 img{
	max-width:100%;
}
.down{
	width:100%;
	float:left;
	margin-bottom:3.0rem;
}
.down ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.down ul li{
	width:100%;
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size:0.8rem;
	font-weight:bold;
	transition: all 0.6s;
}
.down ul li a{
	width:100%;
	padding:1.0rem;
	border-radius: 0.5rem;
	background: #f2f2f2;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.down ul li a:hover{
	background-color:#1896C6;
	color:#FFF;
}
.down ul li .a01{
	width:auto;
	display:flex;
	align-items: center;
}
.down ul li img{
	max-height:1.5rem;
}
.down ul li .a01 img{
	margin-right:0.5rem;
}
.down ul li .pic01{
	display:inline-block;
}
.down ul li .pic02{
	display:none;
}
.down ul li:hover .pic01{
	display:none;
}
.down ul li:hover .pic02{
	display:inline-block;
}
.shenq{
	width:100%;
	float:left;
	margin-top:6.0rem;
	border:1px solid #e0e0e0;
}
.shenq h1{
	height: 2.5rem;
	background: #f2f2f2;
	padding:0 1.0rem;
	font-size:0.8rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.shenq ul li{
	width:100%;
	float:left;
	padding:0.6rem 1.0rem;
	border-bottom:1px solid #E0E0E0;
	font-size:0.8rem;
	display:flex;
	justify-content: space-between;	
	align-items: center;
}
.shenq ul li a{
	display:flex;
}
.shenq ul li img{
	max-height:1.0rem;
}
.shiy{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shiy-l{
	width:100%;
	border: 1px solid #f2f2f2;
}
.shiy-l h1{
	background: #f2f2f2;
	height:2.5rem;
	padding:0 1.0rem;
	font-size:1.0rem;
	color:#08308F;
	line-height:2.5rem;
}
.shiy-l01{
	padding:1.0rem;
	width:100%;
	float:left;
}
.shiy-l01 h2{
	height: 2.0rem;
	background: #f2f2f2;
	padding:0 1.0rem;
	font-size:0.8rem;
	line-height:2.0rem;
}
.shiy-l01 ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.shiy-l01 ul li dl dt{
	font-size:0.8rem;
	line-height:1.0rem;
	font-weight:bold;
}
.shiy-l01 ul li dl dt i{
	color:#DA2122;
}
.shiy-l01 ul li dl dd{
	margin-top:10px;
}
.shiy-l01 ul li:last-child{
	display:flex;
	margin-top:1.5rem;
}
.sybk{
	width:100%;
	line-height:2.0rem;
	border: 1px solid #f2f2f2;
	outline:none;
	padding:0 0.5rem;
}
.syanniu{
	padding:0.5rem 2.0rem;
	border: 1px solid #1aa4cd;
	border-radius: 1.5rem;
	cursor:pointer;
	background-color:transparent;
	font-size:0.8rem;
	color:#000;
}
.syanniu:hover{
	background: linear-gradient(102deg,#0d4e9e 0%, #1ba5cc 52%, #62e053 100%);
	color:#FFF;
	border:0px;
}
.shiy-r{
	width:100%;
	margin-top:2.0rem;
}
.shiy-r .tj{
	width:100%;
	float:left;
	background: #f2f2f2;
	padding:2.0rem;
	text-align:center;
}
.shiy-r .tj dl dt{
	overflow:hidden;
}
.shiy-r .tj dl dt img{
	max-width:100%;
}
.shiy-r .tj dl dd{
	margin-top:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#02071f;
	font-weight:bold;
}
.yanf{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#FFF;
}
.yanf img{
	max-width:100%;
	height:auto;
}
.newtj{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.newtj .pic{
	width:100%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newtj .tex{
	width:100%;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtj .tex dl dt{
	font-size:0.8rem;
	line-height:1.0rem;
}
.newtj .tex dl dd{
	margin-top:2.0rem;
	margin-bottom:1.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
	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: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 1.5rem;
	font-family:'宋体';
	transition: all 0.6s;
	box-shadow: 15px 20px 40px 0px rgba(0,34,63,0.12); 
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: #1896C6;
	color:#FFF;
}
.fy ul li .cur{
	background: #1896C6;
	color:#FFF;
}
.ncon{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#FFF;
	padding:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#828282;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.newtex img{
	max-width:100%;
}
.lx01{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lx01 div{
	width:50%;
	display:flex;
}
.lx01 div img{
	width:100%;
	height:auto;
}
.lx02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	align-items: center;
	font-size:1.0rem;
	line-height:2.0rem;
	color:#1896C6;
	font-weight:bold;
}
.lx02 .sx{
	width:1px;
	height:2.0rem;
	background-color:#08308f;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.lx02 img{
	max-width:30%;
}
.lx03{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	color:#08308F;
	font-weight:bold;
}
.lx03 .a01{
	width:100%;
	margin-top:1.0rem;
}
.lx03 .a01 dl dd{
	display:flex;
	align-items: center;
	font-size:0.8rem;
	line-height:1.0rem;
	margin-top:0.5rem;
	color:#333;
	font-weight:400;
}
.lx03 .a01 dl dd img{
	margin-right:0.5rem;
	max-height:1.5rem;
}
.lx03 .a02{
	width:100%;
	display:flex;
	margin-top:2.0rem;
}
.lx03 .a02 dl{
	margin-left:0.5rem;
	margin-right:0.5rem;
	width:50%;
	text-align:center;
}
.lx03 .a02 dl img{
	max-width:60%;
}
.lx03 .a02 dl dd{
	font-size:0.8rem;
	line-height:1.0rem;
	color:#999;
}

.hez{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.hez ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hez ul li{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
}
.hez ul li img{
	width:100%;
	height:auto;
	display:block;
}
.hez ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	padding:0.8rem;
	font-size:0.6rem;
	line-height:1.4;
}
.hez ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#08308F;
	font-weight:bold;
	margin-bottom:0.5rem;
}
.hez ul li .tex dl dd{
	font-size:0.8rem;
	line-height:1.5;
	font-weight:bold;
}
.hez ul li .tex p{
	
}
.hez h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.hez h1 i{
	color:#08308F;
}










.mart40{
	margin-top:1.0rem;
}



/* 方式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;}



.dingw{ width:100%; float:left; margin-top:-6rem;}	
.mart0{
	margin-top:0;
}
.mart60{
	margin-top:2.0rem;
}
.mart36{
	margin-top:1.0rem;
}
.mart100{
	margin-top:3.0rem;
}


.inpro{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:100%;
	background-color:#FFF;
	overflow:hidden;
	padding:3.0rem 2.0rem;
	color: var(---333, #333);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 32px */
	position:relative;
	transition: all 0.6s;
	margin-top:1.0rem;
	border-radius:1.5rem;
}
.inpro ul li a::after{
	width: 3.5rem;
	height: 3.5rem;
	position:absolute;
	right:0;
	bottom:5px;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inpro ul li a{
	width:100%;
	float:left;
}
.inpro ul li a:hover::after{
	background-image:url(../img/jt2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li:hover{
	background-color:#1896c6;
	color:#FFF;
}
.inpro ul li dl dt{
	color: var(--62-e-053, #62E053);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 28px */
	display: flex;
	align-items: center;
}
.inpro ul li dl dt::before{
	margin-right:8px;
	content: "\2022";
}
.inpro ul li dl dd{
	margin-top:0.5rem;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.0rem;
}
.inpro ul li .pic{
	margin-top:3.0rem;
	display:flex;
}
.inpro ul li .pic01{
	display:inline-block;
}
.inpro ul li .pic02{
	display: none;
}
.inpro ul li:hover .pic01{
	display:none;
}
.inpro ul li:hover .pic02{
	display:inline-block;
}
.inpro ul li:hover dl dt{
	color:#FFF;
}
.inpro ul li:hover dl a dd{
	color:#FFF;
}
.inpro ul li:hover a{
	color:#FFF;
}
.mart140{
	margin-top:3.0rem;
}

.protit{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	align-items: center;
}
.protit img{
	margin-right:1.0rem;
	max-height:3.0rem;
}
.protit dl dt{
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.protit dl dd{
	margin-top:0.2rem;
	color: var(---333, #333);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 28px */
}
.prolb{
	width:100%;
	float:left;
}
.prolb ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolb ul li{
	width:48%;
	margin-top:1.0rem;
	border-radius: 12px;
	background: var(---Gray-6, #F2F2F2);
	padding: 0.4rem;
	padding-bottom:1rem;
	transition: all 0.6s;
}
.prolb ul li:nth-child(4n){
	margin-right:0px;
}
.prolb ul li:hover{
	background: var(--1896-c-6, #1896C6);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
}
.prolb ul li dl dt{
	overflow:hidden;
	margin-bottom:1.0rem;
}
.prolb ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.prolb ul li dl dd{
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: var(--Linear, linear-gradient(180deg, #02071F 0%, #00134A 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.prolb ul li a:hover dl dd{
	color:#FFF;
	background: var(--Linear, linear-gradient(180deg, #ffffff 0%, #ffffff 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




}
































