/*初始化样式*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑";
	min-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl{
	float: left;
}
.fr{
	float: right;
}

.clearfix {
	*zoom: 1;
	clear: both;
}
.swiper_papgs{
	width: 1200px;
	margin: 0 auto;
}
.margin-right-0{
	margin-right: 0!important;
	padding-right: 0!important;
}
/* 首页样式 */
.nav{
	width: 100%;
	height: 105px;
	background: #83d4ff;
}
.nav .nav_list,.nav .nav_list ul{
	float: left;
	position: relative;
}
.nav .logo{
	float: left;
	margin-right: 166px;
	margin-top: 6px;
}
.nav .nav_list ul li{
	float: left;
	position: relative;
	height: 50px;
	margin-left: 32px;
	margin-top: 50px;
}
.nav .nav_list ul li a{
	color: white;
	font-size: 16px;
}
.nav .nav_list ul li a .line{
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: white;
	transition: 0.5s linear;
}
.nav .nav_list ul li a .line2{
	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: white;
	transition: 0.5s linear;
}
.nav .nav_list ul li a:hover .line{
	opacity: 1;
	bottom: 8px;
}
.banner {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
}
.swiper-pagination {
	position: absolute;
	z-index: 16;
	top: 788px;
	width: 100%;
	text-align: center;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 11px;
	border-radius: 8px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}
.swiper-active-switch {
	background: #66c7fb;
}
.subfield{
	width: 100%;
	height: 128px;
	background: #008cd6;
	opacity: 0.8;
	margin-top: -128px;
	z-index: 99999;
	position: absolute
}
.subfield .subfield_main{
	float: left;
}
.subfield .subfield_main li{
	float: left;
	margin-right: 22px;
}
.subfield .subfield_main img{
	float: left;
	margin-top:13px;
	margin-right: 22px;
}
.subfield .subfield_main .subfield_main_txt{
	float: left;
	color: white;
	border-right: 1px white solid;
	height: 69px;
	margin-top: 32px;
	padding-right: 58px;
}
.subfield .subfield_main .subfield_main_txt h1{
	font-size: 30px;
}
.subfield .subfield_main .margin-right-0 .subfield_main_txt{
	border: none;
}
.subfield_A .title{
	margin: 0 auto;
	text-align: center;
	margin-top: 48px;
}
.subfield_A .title h1{
	font-size: 31px;
	margin-bottom: 12px;
}
.subfield_A .contant ul{
	/*float: left;*/
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 78px;
}
.subfield_A .contant ul li{
	width: 200px;
	float: left;
	margin-right: 100px;
	text-align: center;
}
.subfield_A .contant ul li a h1{
	margin-top: 18px;
	color: #5e5e5e;
	font-size: 16px;
}
.subfield_A .contant ul li a:hover h1{
	color: #008CD6;
}
.subfield_B{
	width: 100%;
	height: 470px;;
	background: #f7f7f7;
	margin-top: 50px;
}
.subfield_B .title{
	margin: 0 auto;
	text-align: center;
	padding-top: 33px;
}
.subfield_B .title h1{
	font-size: 31px;
	margin-bottom: 12px;
}
.subfield_B ul{
	/*float: left;*/
	margin-top: 78px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subfield_B ul li{
	float: left;
	margin-right:74px;
	text-align: center;
}
.subfield_B ul li a h1{
	margin-top: 18px;
	color: #5e5e5e;
	font-size: 16px;
}
.subfield_B ul li a:hover h1{
	color: #008CD6;
}
.subfield_B .more{
	text-align: center;
	margin-top: 69px;
}
.subfield_B .more a{
	color: #919191;
}
.subfield_B .more a:hover{
	color: #008CD6;
}
.subfield_C{
	margin-top: 34px;
}
.subfield_C .title{
	margin: 0 auto;
	text-align: center;
	padding-top: 33px;
}
.subfield_C_main ul li a img{
	transition: all .4s;
}
.subfield_C_main ul li a img:hover{
	transform: scale(1.1);
}
.subfield_C .title h1{
	font-size: 31px;
	margin-bottom: 12px;
}
.subfield_C .subfield_C_main ul{
	float: left;
	margin-top: 56px;
}
.subfield_C .subfield_C_main ul li{
	width: 360px;
	float: left;
	margin-right: 58px;
	text-align: center;
}
.subfield_C .subfield_C_main ul li:last-child{
	margin-right: 0;
}
.subfield_C .subfield_C_main ul li a h1{
	font-size: 16px;
	color: #5E5E5E;
	margin-top: 14px;
}
.subfield_C .subfield_C_main ul li a:hover h1{
	color: #008CD6;
}
.subfield_C .subfield_C_more{
	margin-top: 56px;
	text-align: center;
}
.subfield_C .subfield_C_more a{
	display: block;
	width: 164px;
	height: 36px;
	border: 1px #919191 solid;
	margin: 0 auto;
	line-height: 37px;
	color:#919191 ;
}
.subfield_C .subfield_C_more a:hover{
	background: #008CD6;
	color: white;
	border: 1px #008CD6 solid;
}
.subfield_D{
	width: 100%;
	height: 793px;
	background: #f7f7f7;
	margin-top: 45px;
}
.subfield_D .title{
	margin: 0 auto;
	text-align: center;
	padding-top: 33px;
}
.subfield_D .title h1{
	font-size: 31px;
	margin-bottom: 12px;
}
.subfield_D .left{
	width: 41.8%;
	float: left;
	margin-top: 30px;
}
.subfield_D .right{
	width: 55%;
	float: right;
	margin-top: 30px;
}
.subfield_D .right .margin-top-0{
	margin-top: 12!important;
}
.subfield_D .left .left_title{
	border-bottom: 1px #b2b2b2 solid;
	margin-bottom: 15px;
	padding-bottom: 6px;
}
.left_main img{
	width: 100%;
}
.subfield_D .left .left_title h1{
	float: left;
	font-size: 20px;
}
.subfield_D .left .left_title h1 em{
	width: 10px;
	height: 10px;
	background: #008CD6;
	border-radius: 50%;
	display: inline-block;
	margin-right: 6px;
}
.subfield_D .left .left_title p a{
	float: right;
	color: #919191;
	margin-top: 6px
}
.subfield_D .left .left_title p a:hover{
	color: #008CD6;
}
.subfield_D .left .left_main p{
	height: 196px;
	width: 100%;
	text-align: justify;
	text-indent: 2em;
	margin-left: 9px;
	margin-top: 14px;
	line-height: 22px;
	overflow : hidden;
	  text-overflow: visible;
	  display: -webkit-box;
	  -webkit-line-clamp: 9;      /* 可以显示的行数，超出部分用...表示*/
	  -webkit-box-orient: vertical;
}
.left_main img{
	width: 100%;
}
.left_main p{
	width: 100%;
}
.subfield_D .right .right_main li{
	width: 671px;
	height: 94px;
	background: white;
	margin-top:12px;
}
.subfield_D .right .right_main li .data{
	float: left;
	border-right: 1px #B2B2B2 solid;
	text-align: center;
	padding: 0 15px;
	margin-top: 16px;
}
.subfield_D .right .right_main li .data p{
	font-size: 30px;
}
.subfield_D .right .right_main li .txt{
	float: left;
	margin-left: 15px;
}
.subfield_D .right .right_main li .txt h1{
	font-size: 16px;
	margin: 10px 0;
	width: 546px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.subfield_D .right .right_main li .txt p{
	height: 42px;
	width: 546px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #919191;
	text-indent: 2em;
}
.subfield_D .right .right_main li:hover{
	background: #008CD6;
}
.subfield_D .right .right_main li a:hover{
	color: white;
}
.subfield_D .right .right_main li a:hover p{
	color: white;
}
.subfield_D .right .right_main li a:hover .data{
	border-right: 1px white solid;
}
.subfield_D .right .right_title{
	border-bottom: 1px #b2b2b2 solid;
	margin-bottom: 15px;
	padding-bottom: 6px;
}
.subfield_D .right .right_title h1{
	float: left;
	font-size: 20px;
}
.subfield_D .right .right_title h1 em{
	width: 10px;
	height: 10px;
	background: #008CD6;
	border-radius: 50%;
	display: inline-block;
	margin-right: 6px;
}
.subfield_D .right .right_title p a{
	float: right;
	color: #919191;
	margin-top: 6px
}
.subfield_D .right .right_title p a:hover{
	color: #008CD6;
}
.subfield_F{
	margin-top: 34px;
}
.subfield_F .title{
	margin: 0 auto;
	text-align: center;
	padding-top: 33px;
}
.subfield_F .title h1{
	font-size: 31px;
	margin-bottom: 12px;
}
.subfield_F ul{
	float: left;
	margin-top: 48px;
}
.subfield_F ul li{
	float: left;
	width: 195px;
	height: 85px;
	border: 1px #B2B2B2 solid;
	margin-right: 100px;
	margin-bottom: 17px;
	text-align: center;
}
.subfield_F_main ul li a img{
	width: 180px !important;
	height: 82px !important;
}
.yqlj{
	width: 100%;
	background: #565656;
	padding-top: 18px;
	padding-bottom: 10px;
	margin-top: 52px;
}
.yqlj h1{
	display: inline-block;
	color: white;	
}
.yqlj ul,.yqlj ul li{
	display: inline-block;
padding:0 10px;
color:#fff;
}
.yqlj ul li a{
	color: white;
}
.footer{
	width: 100%;
	background: #444647;
	color: white;
	padding: 45px 0px 30px;
}
.footer .footer_left{
	float: left;
}
.footer .footer_left .footer_content h1{
	font-size: 16px;
	margin-bottom: 14px;
}
.footer .footer_left .footer_content p{
	margin-top: 10px;
}
.footer .footer_left .copy{
	margin-top: 35px;
}
.footer .footer_centre{
	float: left;
	margin: 0 18px;
}
.footer .footer_centre dl{
	float: left;
	margin-right: 50px;
}
.footer .footer_centre dl dt{
	margin-bottom: 10px;
	font-size: 16px;
}
.footer .footer_centre dl a{
	margin-top: 4px;
	display: block;
	color: white;
}
.footer_right{
	float: right;
}
.footer_right .zx a{
	display: inline-block;
	text-align: center;
	color: white;
	margin-left: 19px;
	margin-top: 15px;
}
.footer_centre>dl>dt>a{font-weight:bold;}
.subfield_D .right .right_main li{
	transition: all .3s;
}
.gsjj p{
line-height:26px !important;
}
.copy {
	margin-top: 30px;
}
