@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
	}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.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:#2980fe;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {


.main{
	width: auto;
	margin: auto;
	max-width: 1000px;
	padding: 0px 15px;
}
.header{
	width: 100%;
	float: left;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
}
.head{
	width:100%;
	float:left;
	height:57px;
	background-color:#2980fe;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 0;
	font-size:14px;
	color:#FFF;
}
.head img{
	width:12px;
	height:12px;
	margin-right:10px;
}
.head a{
	padding:7px 35px;
	border-radius:15px;
	white-space: nowrap;
	font-size:12px;
	background-color:#FFF;
	color:#2980fe;
	margin-left:16px;
}
.top{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}
.innav{
	width: auto;
	display: flex;
	align-items: center;
}
.logo{
	width: auto;
	display: flex;
	max-width:160px;
	margin-right:30px;
}
.logo img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.innav ul{
	display: flex;
	align-items: center;
	height: 60px;
}
.innav ul li{
	width: auto;
	font-size:16px;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	margin-right: 30px;
}
.innav ul li a:hover{
	color: #2980fe;
}
.innav ul li .cur{
	color: #2980fe;
}
.zyw{
	padding:4px 20px;
	border:1px solid #999;
	border-radius:17px;
	font-size:14px;
	position:relative;
	cursor:pointer;
}
.zyw .xiala{
	position:absolute;
	top:40px;
	left:0;
	padding:12px;
	padding-bottom:20px;
	border-radius:8px;
	box-shadow:0 2px 40px 0 rgba(0,0,0,.2);
	transition:all .3s linear;
	z-index:10;
	font-size:14px;
	line-height:40px;
	opacity:0;
	visibility:hidden;
}
.zyw:hover .xiala{
	opacity:1;
	visibility:visible;
}
.index01{
	width:100%;
	float:left;
	height:720px;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	padding-top:200px;
}
.ina01{
	width:100%;
	float:left;
	position:relative;
}
.ina01 .tex{
	width:45%;
	position:absolute;
	left:0;
	top:10%;
	z-index:11;
}
.ina01 .tex h1{
	font-size:54px;
	line-height:75px;
	color:#101010;
}
.ina01 .tex h2{
	font-size:26px;
	line-height:40px;
	color:#555;
	margin-bottom:80px;
	font-weight:normal;
	margin-top:25px;
}
.ina01 .tex .down{
	display:flex;
}
.ina01 .tex .down a{
	width:148px;
	height:58px;
	line-height:58px;
	text-align:center;
	font-size:18px;
	background-color:#2980fe;
	margin-right:18px;
	border:1px solid #2980fe;
	border-radius:8px;
	color:#FFF;
}
.ina01 .tex .down a img{
	vertical-align:middle;
	max-height:28px;
	max-width:28px;
	margin-right:5px;
}
.ina01 .tex .down a:nth-child(3){
	width:72px;
	height:58px;
	border:1px solid #2980fe;
	color:#101010;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:transparent;
}
.ina01 .tex .down a:nth-child(3) img{
	max-height:36px;
	max-width:24px;
	margin-right:0px;
}
.ina01 .pic{
	 width:55%;
	 float:right;
}
.ina01 .pic img{
	max-width:100%;
	height:auto;
}
.index02{
	width:100%;
	float:left;
	padding:150px 0;
}
.index02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 ul li{
	width:49%;
	margin-top:65px;
}
.index02 ul li dl dt{
	font-size:28px;
	line-height:43px;
	color:#101010;
	margin:0 0 10px;
}
.index02 ul li dl dd{
	font-size:18px;
	line-height:34px;
	color:#555;
}
.index02 ul li .xlogo{
	display:flex;
	margin-top:25px;
}
.index02 ul li .xlogo div{
	width:58px;
}
.index02 ul li .xlogo img{
	max-width:100%;
}
.index02 ul li .git{
	display:flex;
	margin-top:25px;
}
.index02 ul li .git a{
	width:228px;
	height:46px;
	border-radius:4px;
	border:1px solid #2980fe;
	font-size:16px;
	color:#2980fe;
	line-height:46px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index02 ul li .git img{
	vertical-align:middle;
	max-width:30px;
	margin-right:10px;
}
.index02 ul li .git .pic01{
	display:inline-block;
}
.index02 ul li .git .pic02{
	display: none;
}
.index02 ul li .git a:hover .pic01{
	display:none;
}
.index02 ul li .git a:hover .pic02{
	display:inline-block;
}
.index02 ul li:first-child{
	width:100%;
	margin-top:0px;
}
.index02 ul li .git a:hover{
	background-color:#2980fe;
	color:#fff;
}
.index03{
	width:100%;
	float:left;
	background-image:url(../img/abj01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:150px 0;
}
.inab02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab02 .tex{
	width:42%;
	font-size:20px;
	line-height:46px;
	color:#FFF;
}
.inab02 .tex h1{
	font-size:28px;
	line-height:42px;
	margin-bottom:24px;
	font-weight:normal;
}
.inab02 .tex .tj{
	display:flex;
	margin-top:24px;
}
.inab02 .tex .tj a{
	width:128px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	margin-right:30px;
	border:1px solid #fff;
}
.inab02 .tex .tj a:hover{
	background-color:#FFF;
	color:#000;
}
.inab02 .tex .zyfs{
	display:flex;
	margin-top:24px;
}
.inab02 .tex .zyfs dl{
	margin-right:40px;
}
.inab02 .tex .zyfs dl dt{
	height:50px;
	overflow:hidden;
	text-align:center;
}
.inab02 .tex .zyfs dl dt img{
	max-height:50px;
}
.inab02 .tex .zyfs dl dd{
	margin-top:10px;
	font-size:16px;
	text-align:center;
}
.inab02 .pic{
	width:55%;
}
.inab02 .pic img{
	max-width:100%;
}

.index04{
	width:100%;
	float:left;
	padding:100px 0;
}
.index04 h1{
	margin:0 0 58px;
	font-size:44px;
	font-weight:normal;
}
.inab03{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab03 .a01{
	width:66.66%;
}
.inab03 .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab03 .a01 ul li{
	width:49%;
	margin-top:65px;
}
.inab03 .a01 ul li dl dt{
	font-size:26px;
	line-height:43px;
	color:#101010;
	margin:0 0 10px;
}
.inab03 .a01 ul li dl dd{
	font-size:18px;
	line-height:34px;
	color:#555;
	max-width:260px;
}
.inab03 .a01 ul li:first-child dl dd{
	max-width:450px;
}
.inab03 .a01 ul li .git{
	display:flex;
	margin-top:25px;
}
.inab03 .a01 ul li .git a{
	width:128px;
	height:46px;
	border-radius:4px;
	border:1px solid #2980fe;
	font-size:16px;
	color:#2980fe;
	line-height:46px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inab03 .a01 ul li .git img{
	vertical-align:middle;
	max-width:30px;
	margin-right:10px;
}
.inab03 .a01 ul li .git .pic01{
	display:inline-block;
}
.inab03 .a01 ul li .git .pic02{
	display: none;
}
.inab03 .a01 ul li .git a:hover .pic01{
	display:none;
}
.inab03 .a01 ul li .git a:hover .pic02{
	display:inline-block;
}
.inab03 .a01 ul li:first-child{
	width:100%;
	margin-top:0px;
}
.inab03 .a01 ul li .git a:hover{
	background-color:#2980fe;
	color:#fff;
}


.inab03 .a02{
	width:190px;
}
.inab03 .a02 h1{
	font-size:26px;
	line-height:43px;
	color:#101010;
	margin:0 0 10px;
	font-weight:normal;
}
.inab03 .a02 dl{
	margin-top:20px;
}
.inab03 .a02 dl dt{
	display:flex;
	justify-content: center;
	color:#101010;
	font-size:18px;
	height:62px;
	line-height:62px;
}
.inab03 .a02 dl dt a{
	width:100%;
	display:flex;
	justify-content: center;
	color:#101010;
	border:1px solid #101010;
	border-radius:4px;
	font-size:18px;
	height:62px;
	align-items: center;
}
.inab03 .a02 dl dt img{
	max-width:30px;
}
.inab03 .a02 dl dt .pic01{
	display:inline-block;
}
.inab03 .a02 dl dt .pic02{
	display:none;
}
.inab03 .a02 dl dt:hover .pic01{
	display:none;
}
.inab03 .a02 dl dt:hover .pic02{
	display:inline-block;
}
.inab03 .a02 dl dt a:hover{
	background-color:#2980fe;
	border:1px solid #2980fe;
	color: #FFF;
}
.inab03 .a02 dl dd{
	font-size:12px;
	color:#101010;
	line-height:24px;
	margin-top:5px;
}

.index05{
	width:100%;
	float:left;
	padding:74px 0 68px;
	background-image:url(../img/abj03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.intitle{
	width:100%;
	float:left;
	text-align:center;
}
.intitle dl dt{
	font-size:32px;
	line-height:45px;
	color:#101010;
}
.intitle dl dd{
	display: flex;
	justify-content: center;
}
.intitle dl dd i{
	width:50px;
	height:1px;
	margin-top:25px;
	background-color:#101010;
}
.gzwm{
	width:100%;
	float:left;
	margin-top:90px;
}
.gzwm ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gzwm ul li{
	width:auto;
	max-width:50px;
}
.gzwm ul li img{
	max-width:100%;
	height:auto;
}
.gzwm ul li .pic01{
	display:inline-block;
}
.gzwm ul li .pic02{
	display:none;
}
.gzwm ul li:hover .pic01{
	display:none;
}
.gzwm ul li:hover .pic02{
	display:inline-block;
}
.foot{
	width:100%;
	float:left;
	padding:90px 0;
}
.foot ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot ul li{
	width:auto;
}
.foot ul li dl dt{
	margin-bottom:30px;
	font-size:16px;
	color:#101010;
	font-weight:bold;
}
.foot ul li dl dt b{
	font-size:18px;
}
.foot ul li dl dd{
	margin-bottom:15px;
	font-size:14px;
}
.foot ul li:last-child{
	max-width:250px;
}
.dingyue{
	border:1px solid #2980fe;
	border-radius:4px;
	font-size:14px;
	line-height:32px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.dyanniu{
	width:80px;
	height:32px;
	border-radius:0 4px 4px 0;
	line-height:32px;
	text-align:center;
	font-size:12px;
	border:0px;
	background-color:#2980fe;
	cursor:pointer;
	color:#FFF;
}
.dybk{
	width: calc(100% - 80px);
	padding-left:10px;
	height:25px;
	line-height:25px;
	border:0px;
	outline:none;
	color:#999;
	font-family:'微软雅黑';
}
.foot01{
	width:100%;
	float:left;
	border-top:1px solid #eaeaea;
	padding:20px 0;
	font-size:14px;
}
.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ny{
	height:auto;
	background-size:cover;
	background-image:url(../img/nybj.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-bottom:65px;
}
.ny01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nypic{
	width:33%;
	box-shadow:-20px 20px 50px 0 rgba(0,0,0,.16);
	border-radius:48px;
	overflow:hidden;
}
.nypic img{
	max-width:100%;
}
.nytex{
	width:62%;
	font-size:14px;
	line-height:27px;
}
.nytex h1{
	font-size:30px;
	margin-bottom:20px;
	color:#101010;
}
.nytex .xiazai{
	display:flex;
	margin-top:40px;
}
.nytex .xiazai ul{
	display:flex;
}
.nytex .xiazai ul li{
	width:auto;
	margin-right:20px;
	position:relative;
	height:48px;
}
.nytex .xiazai ul li img{ max-width:160px;}
.nytex .xiazai ul li .xz01{
	width:auto;
	position:absolute;
	z-index:11;
	top:48px;
	left:0;
	opacity:0;
	visibility:hidden;
}
.nytex .xiazai ul li:hover .xz01{
	opacity:1;
	visibility:visible;
}
.nytex .xiazai ul li .xz02{
	width:auto;
	position:absolute;
	z-index:11;
	top:0;
	left:0;
	opacity:0;
	visibility:hidden;
	padding:10px;
	font-size:14px;
	text-align:center;
	background-color:#FFF;
	border-radius:8px;
	max-width:130px;
}
.nytex .xiazai ul li .xz02 img{
	max-width:110px;
}
.nytex .xiazai ul li:hover .xz02{
	opacity:1;
	visibility:visible;
}
.nytex .beiz{
	width:100%;
	display:flex;
	margin-top:40px;
	background-color:#f0f4ff;
	border-radius:12px 12px 0 0;
	padding:20px;
	font-size:12px;
	justify-content: space-between;
}
.nytex .beiz div{
	max-width:80%;
}
.nytex .beiz div span{
	color:#e55036;
}
.nytex .beiz a{
	color:#2980fe;
}
.nytex .beiz .a01{
	display:flex;
	align-items: center;
}
.nytex .beiz .a01 img{
	max-height:23px;
}
.nytex .beiz .a01 i{
	width:275px;
	border:1px solid #d7d7d7;
	height:30px;
	display:flex;
	align-items: center;
	margin-left:10px;
	border-radius:23px;
	padding:0px 5px;
}
.nytex .beiz2{
	padding:8px 20px;
	border-top:1px solid #fff;
	border-radius:0 0 12px 12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color:#f0f4ff;
	font-size:12px;
	color:#666;
}
.nytex .beiz2 img{
	vertical-align:middle;
	margin-right:6px;
	max-height:15px;
}
.nytex .beiz2 a{
	color:#2980fe;
}

.lxdq{
	width:100%;
	float:left;
	margin-top:40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.lxdq i{
	width:1px;
	height:16px;
	background-color:#B0C8DE;
}
.lxdq a{
	width: 128px;
	height: 44px;
	line-height:44px;
	text-align:center;
}
.lxdq a.cur{
	background-color:#004E96;
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
	margin-top:20px;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(34% - 30px);
	margin-right:30px;
	margin-top:40px;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background-color:#E9EDF0;
}
.newlist ul li:hover .tex dl dt{
	color:#004E96;
}
.newlist ul li .pic{
	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{
	padding:30px;
}
.newlist ul li .tex dl dt{
	font-size:16px;
	line-height:24px;
	color:#333;
	font-weight:bold;
}
.newlist ul li .tex dl dd{
	margin-top:10px;
	font-size:14px;
	line-height:21px;
	color:#666;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.fh{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:40px;
}
.fh a{
	width: 153px;
	height: 58px;
	background: #008bcf;
	border-radius: 4px;
	line-height:58px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}
.add{
	width:100%;
	float:left;
	padding-bottom:17px;
	border-bottom:1px solid #e5e5e5;
	margin-top:30px;
	font-size:14px;
	line-height:16px;
	color:#828282;
}
.bmtitle{
	width:100%;
	float:left;
	font-size:24px;
	line-height:36px;
	color:#333;
	font-weight: bold;
}
.bmdate{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:12px;
	color:#828282;
	line-height:16px;
}
.bmtex{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:14px;
	line-height:24px;
	color:#333;
}
.bmtex img{
	max-width:100%;
	height:auto;
}
.fy{
	width: 100%;
	float: left;
	padding: 75px 0px;
	margin-top: 40px;
	font-size:16px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.fy ul li{margin-right:5px;}
.fy ul li a{
	width: 100%;
	float: left;
	text-align: center;
    color: #606266;
    padding:5px 10px;
}
.fy ul li a:hover{
	background:#2980fe;
	color: #FFFFFF;
}

.fy ul li .cur{
	background:#2980fe;
	color: #FFFFFF;
}









.pos{
	position:static;
}
.mart10{
	margin-top:10px;
}
.f14{
	font-size:14px;
}
.mart60{
	margin-top:60px;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}



	
}






@media (max-width:999px) {



.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:left;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:43%; 
	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:25%; 
	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(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#ffffff;
}
.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:95%; 
	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: #0997BB; 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;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}
.index01{
	width:100%;
	float:left;
	height: auto;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	position:relative;
	padding-top:3.0rem;
	padding-bottom:3.0rem
}
.ina01{
	width:100%;
	float:left;
}
.ina01 .tex{
	width:100%;
	float:left;
	padding:0px 5%;
}
.ina01 .tex h1{
	font-size:30px;
	line-height:45px;
	color:#101010;
	font-weight:800;
	text-align:center;
	letter-spacing:5px
}
.ina01 .tex h2{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#555;
	margin-bottom:2.0rem;
	font-weight:normal;
	margin-top:1.0rem;
}
.ina01 .tex .down{
	display:flex;
	align-items: center;
	justify-content: center;
}
.ina01 .tex .down a{
	width:140px;
	height:58px;
	line-height:25px;
	text-align:center;
	font-size:18px;
	font-weight:400;
	background-color:#2980fe;
	margin-right:0.5rem;
	border:1px solid #2980fe;
	border-radius:8px;
	color:#FFF;
	padding-top:12px;
}
.ina01 .tex .down a img{
	vertical-align:middle;
	max-height:28px;
	max-width:28px;
	margin-right:5px;
	margin-bottom:10px;
}
.ina01 .tex .down a:nth-child(3){
	width:3.0rem;
	height:2.5rem;
	border:1px solid #2980fe;
	color:#101010;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:transparent;
	display:none;
}
.ina01 .tex .down a:nth-child(3) img{
	max-height:1.0rem;
	max-width:1.0rem;
	margin-right:0px;
}
.ina01 .pic{
	 width:100%;
	 float:left;
	 margin-top:4.0rem;
}
.ina01 .pic img{
	max-width:100%;
	height:auto;
}
.index02{
	width:100%;
	float:left;
	padding:3.0rem 0;
}
.index02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index02 ul li{
	width:100%;
	margin-top:2.0rem;
}
.index02 ul li dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#101010;
	margin:0 0 0.5rem;
}
.index02 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#555;
}
.index02 ul li .xlogo{
	display:flex;
	margin-top:25px;
	flex-wrap: wrap;
}
.index02 ul li .xlogo div{
	width: auto;
	max-width:2.5rem;
	margin-top:0.5rem;
}
.index02 ul li .xlogo img{
	max-width:100%;
}
.index02 ul li .git{
	display:flex;
	margin-top:1.0rem;
}
.index02 ul li .git a{
	width:8.0rem;
	height:2.5rem;
	border-radius:4px;
	border:1px solid #2980fe;
	font-size:0.8rem;
	color:#2980fe;
	line-height:2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index02 ul li .git img{
	vertical-align:middle;
	max-width:1.0rem;
	margin-right:10px;
}
.index02 ul li .git .pic01{
	display:inline-block;
}
.index02 ul li .git .pic02{
	display: none;
}
.index02 ul li .git a:hover .pic01{
	display:none;
}
.index02 ul li .git a:hover .pic02{
	display:inline-block;
}
.index02 ul li:first-child{
	width:100%;
	margin-top:0px;
}
.index02 ul li .git a:hover{
	background-color:#2980fe;
	color:#fff;
}
.index03{
	width:100%;
	float:left;
	background-image:url(../img/abj01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 0;
}
.inab02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab02 .tex{
	width:100%;
	font-size:1.0rem;
	line-height:2.0rem;
	color:#FFF;
}
.inab02 .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	margin-bottom:1.0rem;
	font-weight:normal;
}
.inab02 .tex .tj{
	display:flex;
	margin-top:1.0rem;
}
.inab02 .tex .tj a{
	width:8.0rem;
	height:2.5rem;
	line-height:2.5rem;
	border-radius:4px;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
	margin-right:0.5rem;
	border:1px solid #fff;
}
.inab02 .tex .tj a:hover{
	background-color:#FFF;
	color:#000;
}
.inab02 .tex .zyfs{
	display:flex;
	margin-top:1.0rem;
}
.inab02 .tex .zyfs dl{
	margin-right:0.5rem;
}
.inab02 .tex .zyfs dl dt{
	height:2.5rem;
	overflow:hidden;
	text-align:center;
}
.inab02 .tex .zyfs dl dt img{
	max-height:2.5rem;
}
.inab02 .tex .zyfs dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	text-align:center;
}
.inab02 .pic{
	width:100%;
	margin-top:2.0rem;
}
.inab02 .pic img{
	max-width:100%;
}

.index04{
	width:100%;
	float:left;
	padding:3.0rem 0;
}
.index04 h1{
	margin:0 0 2.0rem;
	font-size:1.5rem;
	font-weight:normal;
}
.inab03{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab03 .a01{
	width:100%%;
}
.inab03 .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab03 .a01 ul li{
	width:100%;
	margin-top:2.0rem;
}
.inab03 .a01 ul li dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#101010;
	margin:0 0 0.5rem;
}
.inab03 .a01 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#555;
}
.inab03 .a01 ul li .git{
	display:flex;
	margin-top:1.0rem;
}
.inab03 .a01 ul li .git a{
	width:8.0rem;
	height:2.5rem;
	border-radius:4px;
	border:1px solid #2980fe;
	font-size:0.8rem;
	color:#2980fe;
	line-height:2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inab03 .a01 ul li .git img{
	vertical-align:middle;
	max-width:1.0rem;
	margin-right:0.5rem;
}
.inab03 .a01 ul li .git .pic01{
	display:inline-block;
}
.inab03 .a01 ul li .git .pic02{
	display: none;
}
.inab03 .a01 ul li .git a:hover .pic01{
	display:none;
}
.inab03 .a01 ul li .git a:hover .pic02{
	display:inline-block;
}
.inab03 .a01 ul li:first-child{
	width:100%;
	margin-top:0px;
}
.inab03 .a01 ul li .git a:hover{
	background-color:#2980fe;
	color:#fff;
}


.inab03 .a02{
	width:100%;
	margin-top:2.0rem;
}
.inab03 .a02 h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#101010;
	margin:0 0 0.5rem;
	font-weight:normal;
}
.inab03 .a02 dl{
	margin-top:1.0rem;
}
.inab03 .a02 dl dt{
	display:flex;
	justify-content: center;
	color:#101010;
	font-size:0.8rem;
	height:2.5rem;
	line-height:2.5rem;
}
.inab03 .a02 dl dt a{
	width:100%;
	display:flex;
	justify-content: center;
	color:#101010;
	border:1px solid #101010;
	border-radius:4px;
	font-size:0.8rem;
	height:2.5rem;
	align-items: center;
}
.inab03 .a02 dl dt img{
	max-width:1.0rem;
}
.inab03 .a02 dl dt .pic01{
	display:inline-block;
}
.inab03 .a02 dl dt .pic02{
	display:none;
}
.inab03 .a02 dl dt:hover .pic01{
	display:none;
}
.inab03 .a02 dl dt:hover .pic02{
	display:inline-block;
}
.inab03 .a02 dl dt a:hover{
	background-color:#2980fe;
	border:1px solid #2980fe;
	color: #FFF;
}
.inab03 .a02 dl dd{
	font-size:0.8rem;
	color:#101010;
	line-height:1.5rem;
	margin-top:0.2rem;
}

.index05{
	width:100%;
	float:left;
	padding:2.0rem 0 2.0rem;
	background-image:url(../img/abj03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.intitle{
	width:100%;
	float:left;
	text-align:center;
}
.intitle dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#101010;
}
.intitle dl dd{
	display: flex;
	justify-content: center;
}
.intitle dl dd i{
	width:2.0rem;
	height:1px;
	margin-top:1.0rem;
	background-color:#101010;
}
.gzwm{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.gzwm ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gzwm ul li{
	width:auto;
	max-width:2.0rem;
}
.gzwm ul li img{
	max-width:100%;
	height:auto;
}
.gzwm ul li .pic01{
	display:inline-block;
}
.gzwm ul li .pic02{
	display:none;
}
.gzwm ul li:hover .pic01{
	display:none;
}
.gzwm ul li:hover .pic02{
	display:inline-block;
}
.foot{
	width:100%;
	float:left;
	padding:2.0rem 0;
}
.foot ul{
	display: flex;
	flex-wrap: wrap;
}
.foot ul li{
	width:auto;
	margin-right:1.0rem;
	margin-top:1.0rem;
}
.foot ul li dl dt{
	margin-bottom:1.0rem;
	font-size:1.0rem;
	color:#101010;
	font-weight:bold;
}
.foot ul li dl dt b{
	font-size:1.0rem;
}
.foot ul li dl dd{
	margin-bottom:0.8rem;
	font-size:0.8rem;
}
.dingyue{
	border:1px solid #2980fe;
	border-radius:4px;
	font-size:0.8rem;
	line-height:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.dyanniu{
	width:6.0rem;
	height:2.5rem;
	border-radius:0 4px 4px 0;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	border:0px;
	background-color:#2980fe;
	cursor:pointer;
	color:#FFF;
}
.dybk{
	width: calc(100% - 6.0rem);
	padding-left:0.5rem;
	height:2.0rem;
	line-height:2.0rem;
	border:0px;
	outline:none;
	color:#999;
	font-family:'微软雅黑';
}
.foot01{
	width:100%;
	float:left;
	border-top:1px solid #eaeaea;
	padding:1.0rem 0;
	font-size:0.8rem;
	line-height:1.5rem;
}
.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ny{
	height:auto;
	background-size:cover;
	background-image:url(../img/nybj.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-bottom:2.0rem;
}
.ny01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nypic{
	width:60%;
	box-shadow:-20px 20px 50px 0 rgba(0,0,0,.16);
	border-radius:48px;
	overflow:hidden;
	text-align:center;
	margin-left:20%;
}
.nypic img{
	max-width:100%;
}
.nytex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:3.0rem;
}
.nytex h1{
	font-size:1.2rem;
	margin-bottom:1.0rem;
	color:#101010;
}
.nytex .xiazai{
	display:flex;
	margin-top:1.0rem;
}
.nytex .xiazai ul{
	display:flex;
}
.nytex .xiazai ul li{
	width:32%;
	margin-right:0.6%;
	margin-left:0.6%;
	position:relative;
}
.nytex .xiazai ul li img{
	 width:100%;
	 border-radius:5px;
	 
}
.nytex .xiazai ul li .xz01{
	width:auto;
	position:absolute;
	z-index:11;
	top:2.5rem;
	left:0;
	opacity:0;
	visibility:hidden;
}
.nytex .xiazai ul li:hover .xz01{
	opacity:1;
	visibility:visible;
}
.nytex .xiazai ul li .xz02{
	width:auto;
	position:absolute;
	z-index:11;
	top:0;
	left:0;
	opacity:0;
	visibility:hidden;
	padding:0.5rem;
	font-size:0.8rem;
	text-align:center;
	background-color:#FFF;
	border-radius:8px;
	max-width:8.0rem;
}
.nytex .xiazai ul li .xz02 img{
	max-width:8.0rem;
}
.nytex .xiazai ul li:hover .xz02{
	opacity:1;
	visibility:visible;
}
.nytex .beiz{
	width:100%;
	display:flex;
	margin-top:1.0rem;
	background-color:#f0f4ff;
	border-radius:12px 12px 0 0;
	padding:0.5rem;
	font-size:0.8rem;
	justify-content: space-between;
}
.nytex .beiz div{
	max-width:80%;
}
.nytex .beiz div img{
	max-width:2.0rem;
}
.nytex .beiz div span{
	color:#e55036;
}
.nytex .beiz a{
	color:#2980fe;
}
.nytex .beiz .a01{
	display:flex;
	align-items: center;
}
.nytex .beiz .a01 img{
	max-height:23px;
}
.nytex .beiz .a01 i{
	width:22rem;
	border:1px solid #d7d7d7;
	height:2.0rem;
	display:flex;
	align-items: center;
	margin-left:10px;
	border-radius:23px;
	padding:0px 5px;
}
.nytex .beiz2{
	padding:8px 20px;
	border-top:1px solid #fff;
	border-radius:0 0 12px 12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color:#f0f4ff;
	font-size:12px;
	color:#666;
}
.nytex .beiz2 img{
	vertical-align:middle;
	margin-right:6px;
	max-height:15px;
}
.nytex .beiz2 a{
	color:#2980fe;
}

.lxdq{
	width:100%;
	float:left;
	margin-top:6.0rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.lxdq i{
	width:1px;
	height:16px;
	background-color:#B0C8DE;
}
.lxdq a{
	width: calc(33.33% - 1px);
	height: 2.0rem;
	line-height:2.0rem;
	text-align:center;
}
.lxdq a.cur{
	background-color:#004E96;
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	margin-top:1.0rem;
	transition: all 0.6s;
	
}
.newlist ul li a{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:1.0rem;
}
.newlist ul li:hover{
	background-color:#E9EDF0;
}
.newlist ul li:hover .tex dl dt{
	color:#004E96;
}
.newlist ul li .pic{
	overflow:hidden;
	width:30%;
}
.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:65%
}
.newlist ul li .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#333;
	font-weight:bold;
}
.newlist ul li .tex dl dd{
	margin-top:0.3rem;
	font-size:0.5rem;
	line-height:1.5rem;
	color:#666;
	display:none;
}
.fh{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:1.0rem;
}
.fh a{
	width: 8.0rem;
	height: 2.5rem;
	background: #008bcf;
	border-radius: 4px;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}
.add{
	width:100%;
	float:left;
	padding-bottom:0.5rem;
	border-bottom:1px solid #e5e5e5;
	margin-top:6.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#828282;
}
.bmtitle{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
	font-weight: bold;
}
.bmdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#828282;
	line-height:1.5rem;
}
.bmtex{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#333;
}
.bmtex img{
	max-width:100%;
	height:auto;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	font-size:0.8rem;
}

.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	margin-top: 0.5rem;
}
.fy ul li a{ padding:0.2rem 0.5rem;}
.fy ul li a:hover{
	background:#2980fe;
	color: #FFFFFF;
}

.fy ul li .cur{
	background:#2980fe;
	color: #FFFFFF;
}












.mart10{
	margin-top:10px;
}
.f14{
	font-size:14px;
}
.mart60{
	margin-top:60px;
}






.pc{
	display: none;
}
.moblie{ display:block;}





}
































