@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #0545F4;
}
.bgcolor,.hvbgcolor:hover{
	background: #0545F4;
	color: #fff;
}
.head,.head_height{
	height: 110px;
}
.head{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.logo{
	display: inline-block;
	height: 90px;
}
.hdra,.nava{
	line-height: 110px;
	display: block;
	cursor: pointer;
}
.nava{
	color: #777;
}
.nav li{
	margin-left: 60px;
	position: relative;
}
.nav li:hover .nava,
.nav li.active .nava{
	color: #000000;
}
.navhide{
	width: 160px;
	border-radius: 0 0 8px 8px;
	background: rgba(255,255,255,1);
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,.hdr:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.hdr .navhide{
	width: 100px;
	margin-left: -50px;
}
.navhide a{
	line-height: 40px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 15px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #0545F4;
}
.md{
	padding: 100px 0;
}
.ititle_50{
	font-size: 50px;
}
.bnbg{
	background: rgba(0,0,0,.4);
	color: #fff;
}
.bntxt{
	padding: 25px 0;
	line-height: 1.5;
}
.i1{
	background: url(../images/i1bg.png) no-repeat right bottom;
	background-size: 40%;
	position: relative;
}

.itopline{
	width: 50px;
	height: 6px;
	background: #0545F4;
	display: block;
	margin: 20px 0;
}
.i1ba{
	text-align: center;
}
.i1bat{
	color: #18233D;
}
.i1w{
	width: 55%;
}
.morea{
	display: inline-block;
	padding: 15px 50px;
	border-radius: 4px;
}
.i1psb{
	position: absolute;
	right: 10%;
	bottom: 35%;
	text-align: right;
}
.i2{
	position: relative;
	z-index: 8;
	background: url(../images/i2bg.jpg) no-repeat top;
}
.i2top .itopline{
	background: #000000;
	margin-left: auto;
}
.i2box{
	width: 93%;
	display: flex;
}
.i2a{
	background: #FAFAFA;
	padding: 70px;
	width: 50%;
}
.i2a.active{
	background: url(../images/i2yh.png) no-repeat top left #EDF0F3;
	background-position-x: 25px;
	background-position-y: 25px;
}
.i3a_a{
	display: block;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.i3abg{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: flex-end;
}
.i3abgtxt{
	padding: 20px;
	width: 100%;
	transition: .25s;
}
.i3a_a:hover .i3abgtxt{
	background: #0545F4;
}
.foot{
	background: #EDF0F3;
}
.fb{
	background: #A3AEB8;
	padding: 25px 0;
	text-align: center;
}
.fb a,.fta a{
	color: #666;
}
.fb a:hover,.fta a:hover,.ftarbox a:hover{
	color: #0545F4;
}
.ftarbox a{
	color: #A6A6A6;
	margin-right: 20px;
}

.ab1t .i1ba{
	width: 25%;
}
.morea_abt{
	padding-left: 20px;
	padding-right: 20px;
}
.ab2bg{
	background: url(../images/ab2bg.jpg) no-repeat top center;
}
.itop.textcenter .itopline{
	margin: 0 auto;
}
.ab2 .itopline{
	background: #fff;
}
.ab2a{
	width: 35%;
	padding: 70px;
	text-align: center;
	background: #fff;
}
.ab2a.active{
	background: #0545F4;
	color: #fff;
}
.ab3{
	background: url(../images/ab3bg.jpg) no-repeat center;
	background-size: cover;
}
.ab3a{
	text-align: center;
	position: absolute;
	width: 25%;
}
.ab3aico{
	width: 32px;
	height: 32px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.5);
	border-radius: 100%;
}
.ab3a:nth-child(1){
	left: 12%;
	bottom: 3%;
}
.ab3a:nth-child(2){
	left: 35%;
	bottom: 66%;
}
.ab3a:nth-child(3){
	right: 5%;
	bottom: 61.5%;
}
.ab4a_a{
	display: block;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.ab4abg{
	padding: 35px;
	background: #0545F4;
	color: #fff;
	display: flex;
	flex-direction: column;
	transition: .5s;
	opacity: 0;
}
.ab4a_a:hover .ab4abg{
	opacity: 1;
}
.ab4abgt p{
	padding: 5px 0;
}

@media only screen and (max-width:1599px) {
	.md{
		padding: 80px 0;
	}
	.ititle_50{
		font-size: 42px;
	}
	.i1psb img{
		width: 40px;
	}
	.morea{
		padding: 10px 40px;
	}
	.itopline{
		width: 40px;
		height: 5px;
	}
	.i2a.active{
		background-size: 40px;
	}
	
	.ab2a{
		padding: 40px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_50{
		font-size: 36px;
	}
	.head,.head_height{
		height: 90px;
	}
	.logo{
		height: 70px;
	}
	.nava,.hdra{
		line-height: 90px;
	}
	
	.ab3a:nth-child(3){
		bottom: 60%;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_50{
		font-size: 28px;
	}
	
	.ab3a:nth-child(3){
		bottom: 50%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_50{
		font-size: 24px;
	}
	.bntxt{
		padding: 10px 0;
		font-size: 12px;
	}
	.itopline{
		width: 30px;
		height: 3px;
	}
	.i1{
		background: none;
	}
	.i1b{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.i1ba {
		margin-top: 20px;
		width: 48%;
	}
	.i1bat span{
		font-size: 12px;
		line-height: 1.3;
	}
	.i1ba p{
		margin-top: 5px;
	}
	.morea{
		padding: 6px 25px;
		font-size: 13px;
	}
	.i1::after{
		height: 200px;
		margin-bottom: -100px;
	}
	.i1psb img{
		width: 20px;
	}
	.i1psb h1{
		font-size: 15px;
	}
	.i1psb{
		bottom: 18%;
		right: 30%;
	}
	.i2a{
		padding: 25px;
	}
	.i2a.active{
		padding-top: 50px;
		background-size: 20px;
	}
	.i3a{
		width: 100%;
	}
	.fta.active{
		display: none;
	}
	.ft{
		padding: 20px 0;
		text-align: center;
	}
	.fta{
		padding: 10px 0;
	}
	.ftarbox{
		justify-content: center;
	}
	.ftarbox a{
		margin: 0 10px;
	}
	.fb{
		padding: 15px 0;
		font-size: 13px;
	}
	
	.ab1t{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.ab1t .i1ba{
		width: 48%;
	}
	.ab1t .i1bat img{
		width: 20px;
		display: block;
	}
	.ab2a{
		width: 90% !important;
		margin: 0 auto !important;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		padding: 25px;
	}
	.ab2a img{
		height: 50px;
	}
	.ab3box img.img{
		display: none;
	}
	.ab3a{
		position: static;
		width: 100%;
		padding: 15px 0;
	}
	.ab3a img{
		height: 20px;
	}
	.ab3aico{
		width: 20px;
		height: 20px;
	}
	.ab4abg{
		opacity: 1;
		background: rgba(5,69,244,.5);
	}
}

h1.ititle_50{text-transform: capitalize;}
.xw_xq{width:100%; overflow:hidden; position:relative;background: #FFFFFF;padding:0px 50px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
	.xw_xq{padding: 20px;}
	.xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
	.xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
	.xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
	.xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}

.xw_lb .n_r{margin-bottom: 36px;box-shadow: 0 0 20px rgba(0,0,0,.07);}
.xw_lb .n_r .t_p{position: relative;}
.xw_lb .n_r .t_p img{width: 100%;height: auto;display: block;}
.xw_lb .n_r .t_p .s_j{position: absolute;left: 20px;bottom: 20px;padding: 16px;background: rgba(0,0,0,.5);-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;text-align: center;}
.xw_lb .n_r .t_p .s_j p{color: #FFFFFF;font-size: 26px;font-weight: 700;}
.xw_lb .n_r .t_p .s_j span{display: block;color: #FFFFFF;font-size: 16px;}
.xw_lb .n_r .w_z{background: #FAFAFA;padding: 20px 26px;}
.xw_lb .n_r .w_z .b_t{margin-bottom: 20px;}
.xw_lb .n_r .w_z .b_t a{display: block;color: #000000;font-size: 20px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_lb .n_r .w_z .m_s{color: #999999;font-size: 17px;line-height: 28px;overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	-o-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom: 26px;
}
.xw_lb .n_r .w_z .m_r{display: flex;}
.xw_lb .n_r .w_z .m_r a{width: 150px;height: 36px;text-align: center;line-height: 34px;border: solid 1px #666666;color: #656565;font-size: 16px;text-transform: capitalize;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.xw_lb .n_r:hover .b_t a{color: #0545F4;}
.xw_lb .n_r:hover .m_r a{color: #FFFFFF;background: #0545F4;border: solid 1px #0545F4;}
@media only screen and (max-width:1100px){
	.xw_lb .n_r .t_p .s_j p {
		font-size: 20px;
	}
	.xw_lb .n_r .t_p .s_j span {
		font-size: 12px;
	}
	.xw_lb .n_r .w_z .b_t a {
		font-size: 16px;
	}
	.xw_lb .n_r .w_z .b_t {
		margin-bottom: 10px;
	}
	.xw_lb .n_r .w_z .m_s {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.xw_lb .n_r .w_z .m_r a {
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#0545F4; border:1px solid #0545F4; color:#fff;}
.yema ul li.active a{background-color:#0545F4; border:1px solid #0545F4; color:#fff;}
@media only screen and (max-width:640px){
	.yema{margin-top:20px;}
	.yema ul li{margin:0 .2rem;}
	.yema ul li a{min-width:2.6rem; padding:0 1rem; font-size:12px; line-height:2.6rem;}
}

.mg_my{justify-content: space-between;padding: 0px 15px;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
::placeholder{color:#999;}

.ny_lx{width:100%; padding:80px 0; overflow:hidden;}
.ny_lx .b_t{margin-bottom:35px; font-size:26px; font-weight:bold; color:#000; line-height:36px;}
.ny_lx .lx_nr{width:490px;}
.ny_lx .lx_nr .x_x ul li{margin-top:30px; font-size:17px; line-height:36px; color:#333; padding-left:30px; position:relative;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:0; left:0; color:#999; text-align:center; display:inline-block;}
.ny_lx .lx_nr .x_x i.icon-youxiang1{font-size:18px;}
.ny_lx .lx_nr .x_x i.icon-dianhua4{font-size:18px;}
.ny_lx .lx_bd{width:calc(100% - 600px);}
.ny_lx .lx_bd .b_d ul li{width:45%; position:relative;}
.ny_lx .lx_bd .b_d ul li.q_b{width:100%;}
.ny_lx .lx_bd .b_d input{width:100%; height:71px; border-bottom:1px solid #eee; line-height:70px; color:#333; display:block;font-size: 17px;}
.ny_lx .lx_bd .b_d input::placeholder{color:#999;}
.ny_lx .lx_bd .b_d textarea{width:100%; height:86px; padding-top:13px; border-bottom:1px solid #eee; line-height:24px; color:#333; resize:none; display:block;font-size: 17px;}
.ny_lx .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_lx .lx_bd .b_d button{
	width:140px;
	height:46px;
	border-radius:5px;
	background-color:#0545F4;
	font-size:17px;
	line-height:46px;
	color:#fff;
	margin-top:40px;
	margin-right:15px;
	outline:none;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.ny_lx .lx_bd .b_d button:hover{background-color:#0545F4;}
.ny_lx .lx_bd .b_d button.c_z{background-color:#888;}
.ny_lx .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
.ny_lx .lx_mp{width:100%; height:400px; margin-top:50px;}
@media only screen and (max-width:1100px){
	.ny_lx{padding:50px 0;}
	.ny_lx .b_t{margin-bottom:25px; font-size:22px; line-height:28px;}
	.ny_lx .lx_nr{width:300px;}
	.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:22px;}
	.ny_lx .lx_bd{width:calc(100% - 340px);}
	.ny_lx .lx_bd .b_d ul li{width:47%; position:relative;}
	.ny_lx .lx_bd .b_d input{height:53px; line-height:52px;}
	.ny_lx .lx_bd .b_d textarea{line-height:24px;}
	.ny_lx .lx_bd .b_d button{width:120px; height:38px; line-height:38px; margin-top:15px;}
	.ny_lx .lx_mp{height:350px;}
}
@media only screen and (max-width:640px){
	.ny_lx{padding:40px 0;}
	.ny_lx .b_t{margin-bottom:15px; font-size:18px; line-height:26px;}
	.ny_lx .lx_nr{width:100%; margin-bottom:35px;}
	.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:26px;}
	.ny_lx .lx_bd{width:100%;}
	.ny_lx .lx_bd .b_d ul li{width:100%;}
	.ny_lx .lx_mp{height:230px; margin-top:40px;}
}

.i3.gn .i3a{margin-bottom: 19px;}
.i1ba p.text16{text-transform: capitalize;}