@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
}
*{
	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:#0BA4E3;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:980px) {

.main{
	width: auto;
	margin: auto;
	max-width: 980px;
	padding: 0px 15px;
}
.header{
	width: 100%;
	position: fixed;
	height: 50px;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 0px 135px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
	background-color: #FFFFFF;
	align-items: center;
}
.innav{
	width: auto;
	display: flex;
}
.innav a{
	width: auto;
	height: 50px;
	line-height: 50px;
	position: relative;
	color: #179cde;
	font-size: 14px;
	margin-right: 30px;
}
.innav a i{
	width: 100%;
	height: 3px;
	background-color: #179cde;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
	opacity: 0;
}
.innav a:hover i{
	opacity: 1;
}
.innav a.cur i{
	opacity: 1;
}
.top-r{
	width: auto;
	display: flex;
}
.top-r a{
	display: flex;
	margin-left: 30px;
	color: #179cde;
	font-size: 14px;
	position: relative;
}
.top-r a img{
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.index01{
	width: 100%;
	float: left;
	margin-top: 90px;
	display: flex;
}
.index01 .news{
	width: 180px;
	border-left: 5px solid #0088cc;
	padding-left: 25px;
}
.index01 .news h1{
	font-size: 16px;
	color: #0088cc;
}
.index01 .news dl dt{
	margin-top: 10px;
	color: #000000;
	font-weight: bold;
}
.index01 .news dl dd{
	font-size: 12px;
	color: #0088cc;
	line-height: 17px;
	margin-top: 2px;
}
.index01 .news dl dd a{
	color: #0088cc;
}
.index01 .news dl dd a:hover{
	text-decoration: underline;
}
.index01 .pic{
	width: calc(100% - 180px);
	text-align: center;
	color: #8c8c8c;
	font-size: 18px;
}
.index01 .pic h1{
	font-size: 36px;
	margin: 8px auto 6px;
	color: #4d4d4d;
}
.index02{
	width: 100%;
	float: left;
	margin-top: 35px;
}
.index02 ul{
	display: flex;
	justify-content: center;
}
.index02 ul li{
	width: auto;
	margin-left: 59px;
	margin-right: 59px;
	position: relative;
	padding-bottom: 20px;
}
.index02 ul li i{
	width: 0;
	height: 3px;
	background-color: #1086d7;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.6s;
}
.index02 ul li:hover i{
	width: 100%;
}
.index02 ul li dl dt{
	height: 240px;
	text-align: center;
	overflow: hidden;
}
.index02 ul li dl dt img{
	max-height: 240px;
}
.index02 ul li dl dd{
	display: flex;
	justify-content: center;
	font-size: 16px;
	margin-top: 18px;
	color: #1086d7;
}
.index02 ul li dl dd img{
	vertical-align: middle;
	margin-right: 10px;
}

.index03{
	width: 100%;
	float: left;
	margin-top: 100px;
	display: flex;
	justify-content: center;
}
.index03 dl{
	width: 572px;
	text-align: center;
}
.index03 dl dt{
	height: 217px;
	overflow: hidden;
}
.index03 dl dt img{
	max-height: 217px;
}
.index03 dl dd{
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.index03 dl dd div{
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #1086d7;
	line-height: 30px;
	position: relative;
	padding-bottom: 20px;
}
.index03 dl dd div i{
	width: 0;
	height: 3px;
	background-color: #1086d7;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.6s;
}
.index03 dl dd div:hover i{
	width: 100%;
}
.index04{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.index04 h1{
	font-size: 24px;
	color: #1086d7;
	line-height: 48px;
	text-align: center;
	font-weight: normal;
}
.index04 ul{
	display: flex;
	margin-top: 30px;
	justify-content: space-around;
}
.index04 ul li{
	width: 40%;
}
.index04 ul li .pic{
	overflow: hidden;
}
.index04 ul li .pic img{
	width: 100%;
	height: auto;
}
.index04 ul li h2{
	font-size: 16px;
	color: #1086d7;
	line-height: 30px;
	margin-top: 20px;
}
.index04 ul li dl dt{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.index04 ul li dl dd{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}
.index04 ul li:hover h2{
	text-decoration: underline;
}

.index05{
	width: 100%;
	float: left;
	margin-top: 55px;
}
.index05 h1{
	font-size: 24px;
	color: #222222;
	line-height: 48px;
	text-align: center;
	font-weight: normal;
}
.index05 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index05 ul li{
	width: 33.33%;
	padding: 0px 39px;
	margin-top: 30px;
}
.index05 ul li .pic{
	height: 153px;
	overflow: hidden;
	text-align: center;
}
.index05 ul li .pic img{
	max-height: 153px;
}
.index05 ul li dl dt{
	font-size: 26px;
	color: #0088cc;
	text-align: center;
	margin: 15px 0 6px;
}
.index05 ul li dl dd{
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}

.foot{
	width: 100%;
	float: left;
	margin-top: 80px;
	padding: 40px 0px;
	border-top: 1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
}
.foot dl{
	width: auto;
	max-width: 275px;
}
.foot dl dt{
	font-size: 14px;
	margin: 20px 0 10px 0;
	margin-top: 0px;
	font-weight: bold;
}
.foot dl dd{
	font-size: 13px;
	line-height: 24px;
}
.foot dl dd a{
	font-size: 14px;
	color: #0088cc;
	line-height: 24px;
}
.foot dl dd a:hover{
	text-decoration: underline;
}













.header2{
	display: none;
}
.moblie{
	display: none;
}
	
}






@media (max-width:979px) {

.pc{
	display: none;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
	display: flex;
	align-items: center;
}
.logo{ 
	width:30%; 
	height:4rem;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	right:0; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close.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:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #f8f8f8;}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.index01{
	width: 100%;
	float: left;
	margin-top: 6.0rem;
	display: flex;
	flex-wrap: wrap;
}
.index01 .news{
	width: 100%;
	border-left: 5px solid #0088cc;
	padding-left: 1.0rem;
	margin-top: 2.0rem;
}
.index01 .news h1{
	font-size: 1.0rem;
	color: #0088cc;
}
.index01 .news dl dt{
	margin-top: 0.5rem;
	color: #000000;
	font-weight: bold;
	font-size: 0.8rem;
}
.index01 .news dl dd{
	font-size: 0.8rem;
	color: #0088cc;
	line-height: 1.0rem;
	margin-top: 2px;
}
.index01 .news dl dd a{
	color: #0088cc;
}
.index01 .news dl dd a:hover{
	text-decoration: underline;
}
.index01 .pic{
	width: 100%;
	text-align: center;
	color: #8c8c8c;
	font-size: 1.0rem;
}
.index01 .pic h1{
	font-size: 1.2rem;
	margin: 8px auto 6px;
	color: #4d4d4d;
}
.index02{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.index02 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.index02 ul li{
	width: 100%;
	position: relative;
	padding-bottom: 2.0rem;
}
.index02 ul li i{
	width: 0;
	height: 3px;
	background-color: #1086d7;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.6s;
}
.index02 ul li:hover i{
	width: 100%;
}
.index02 ul li dl dt{
	height: 9rem;
	text-align: center;
	overflow: hidden;
}
.index02 ul li dl dt img{
	max-height: 9rem;
}
.index02 ul li dl dd{
	display: flex;
	justify-content: center;
	font-size: 0.8rem;
	margin-top: 0.5rem;
	color: #1086d7;
}
.index02 ul li dl dd img{
	vertical-align: middle;
	margin-right: 0.5rem;
}

.index03{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	display: flex;
	justify-content: center;
}
.index03 dl{
	width: 100%;
	text-align: center;
}
.index03 dl dt{
	height: auto;
	overflow: hidden;
}
.index03 dl dt img{
	max-width: 100%;
}
.index03 dl dd{
	display: flex;
	justify-content: center;
	margin-top: 1.0rem;
}
.index03 dl dd div{
	width: 50%;
	text-align: center;
	font-size: 0.8rem;
	color: #1086d7;
	line-height: 1.0rem;
	position: relative;
	padding-bottom: 1.0rem;
}
.index03 dl dd div i{
	width: 0;
	height: 3px;
	background-color: #1086d7;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.6s;
}
.index03 dl dd div:hover i{
	width: 100%;
}
.index04{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.index04 h1{
	font-size: 1.2rem;
	color: #1086d7;
	line-height: 2.0rem;
	text-align: center;
	font-weight: normal;
}
.index04 ul{
	display: flex;
	margin-top: 1.0rem;
	justify-content: space-around;
	flex-wrap: wrap;
}
.index04 ul li{
	width: 100%;
	margin-bottom: 1.5rem;
}
.index04 ul li .pic{
	overflow: hidden;
}
.index04 ul li .pic img{
	width: 100%;
	height: auto;
}
.index04 ul li h2{
	font-size: 1.0rem;
	color: #1086d7;
	line-height: 1.5rem;
	margin-top: 1.0rem;
}
.index04 ul li dl dt{
	color: #666666;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.index04 ul li dl dd{
	color: #999999;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.index04 ul li:hover h2{
	text-decoration: underline;
}

.index05{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.index05 h1{
	font-size: 1.2rem;
	color: #222222;
	line-height: 2.0rem;
	text-align: center;
	font-weight: normal;
}
.index05 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index05 ul li{
	width: 50%;
	padding: 0px 0.6rem;
	margin-top: 1.0rem;
}
.index05 ul li .pic{
	height: 6.0rem;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index05 ul li .pic img{
	max-height: 6.0rem;
	max-width: 60%;
}
.index05 ul li dl dt{
	font-size: 1.0rem;
	color: #0088cc;
	text-align: center;
	margin: 0.5rem 0 0.2rem;
}
.index05 ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.2rem;
	text-align: center;
}

.foot{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	padding: 1.0rem 0px;
	border-top: 1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0px;
}
.foot dl{
	width: 48%;
	margin-top: 1.0rem;
}
.foot dl:first-child{
	width: 100%;
}
.foot dl dt{
	font-size: 0.8rem;
	margin: 1.0rem 0 0.5rem 0;
	margin-top: 0px;
	font-weight: bold;
}
.foot dl dd{
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.foot dl dd a{
	font-size: 0.8rem;
	color: #0088cc;
	line-height: 1.2rem;
}
.foot dl dd a:hover{
	text-decoration: underline;
}























}
































