/*----------------header-------------------------*/

.header {
	background: #fff;
	z-index: 10;
	overflow: initial;
}
.header-title {
	height: 90px;
	position: relative;
}
.header-title ul {
	overflow: hidden;
}
.header-title .logo {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	width: 182px;
	height: 184px;
	z-index: 99;
	transform: translateX(-50%);
}
}
.header-title .logo img {
	margin: 0 auto;
}
.header-title li {
	float: left;
	width: 43%;
	padding: 13px 0;
}
.header-title li h2 {
	margin-left: 0;
	width: 90%;
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
}
.header-title li p {
	font-size: 16px;
	text-align: left;
	color: #333333;
	height: 32px;
}
.header-title .tel {
	float: right;
	margin-top: 20px;
	padding-left: 55px;
	background: url(../images/icon14.png) left center no-repeat;
	color: #999;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}

.header-title .tel h6 {
	font-weight: 400;
	font-size: 14px
}

.header-title .tel strong {
	font-size: 26px;
	line-height: 27px;
	color: #333333;
	font-weight: bold;
}
/*----------------header-nav-------------------------*/

.header-nav {
	background-image: -webkit-gradient(linear, right top, left top, from(rgb(38, 42, 113)), color-stop(52%, rgb(51, 51, 51)), to(rgb(38, 42, 113)));
	min-height: 50px;
	z-index: 10;
	overflow: initial;
}
.header-nav .nav {
	overflow: hidden;
}
.header-nav .nav .navroot {
	width: 10%;
	float: left;
	overflow: hidden;
}
.header-nav .nav .navroot a {
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.navroot:nth-child(4) {
	margin-right: 240px;
}
.header-nav .nav ul .active a, .header-nav .nav ul li a:hover {
	color: #fff;
	background-color: #205da5;
}

/* header-m */
.header-m{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	background: #FFFFFF;
	display: none;
	padding: 5px 10px;
	box-sizing: border-box;
	z-index: 9999;
}
.menu-m{
	position: absolute;
	top: 15px;
	right: 15px;
}
.menu-m img{
	width: 30px;
}
.header-m .nav_hide{
	position: absolute;
	top: 60px;
	left: 0;
	z-index:10000;
	width: 100%;
	background:rgba(38, 42, 113, 0.8);
	padding: 0;
	letter-spacing: 1px;
	display: none;
}
.nav_hide li{height:45px;line-height:45px;border-bottom:1px #DDDDDD solid;}
.nav_hide li:nth-child(1){ border-top:none;}
.nav_hide li:nth-child(9){ border-bottom:none;}
.nav_hide li a{display:block;font-size:20px;color:#fff;text-align:center;}

@media (max-width:768px) {
	.header{
		display: none;
	}
	.header-m{
		display: block;
	}
}

/* adv */
.section {
	padding: 70px 0;
}
.section-title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
}
.section-title strong {
	color: #262A71;
	margin-right: 5px;
}
.section-title p {
	margin: 0;
	font-size: 0;
	margin-top: 15px;
}
.section-title span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 16px;
	padding: 0 20px;
}
.section-title span:before, .section-title span:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #262A71;
	margin-top: -1px;
}
.section-title span:before {
	right: 100%;
}
.section-title span:after {
	left: 100%;
}
.in-yin {
	margin: 0 0 0 -18px;
}
.in-yin li {
	float: left;
	width: 25%;
}
.in-yin li a {
	display: block;
	position: relative;
	margin: 0 0 0 18px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-yin li a .img-center img{
	width: 100%;
}
.in-yin li .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #262A71;
	text-align: center;
	font-size: 18px;
	line-height: 85px;
	font-weight: bold;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-yin li .tit i {
	position: absolute;
	left: 50%;
	top: -23px;
	width: 46px;
	height: 46px;
	background: no-repeat center #142038;
	margin-left: -23px;
	border-radius: 50%;
}
.in-yin li .text {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-yin li .wrap {
	color: #fff;
	padding: 80px 30px 0;
}
.in-yin li .wrap i {
	width: 64px;
	height: 64px;
	background: no-repeat center #FFFFFF;
	margin: 0 auto;
	border-radius: 50%;
	display: block;
}
.in-yin li .wrap h4 {
	margin: 0;
	position: relative;
	line-height: 70px;
	font-size: 26px;
	text-align: center;
}
.in-yin li .wrap h4:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	height: 3px;
	width: 30px;
	background-color: #fff;
	margin-left: -15px;
}
.in-yin li .wrap p {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin: 15px 0 0;
}
.in-yin li a:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.in-yin li a:hover .tit {
	bottom: -108px;
}
.in-yin li a:hover .text {
	top: 0;
}
@media (max-width:768px) {
	.ind-adv{
		padding: 20px 0 30px;
	}
	.ind-adv li{
		width: 50%;
	}
	.in-yin li .wrap{
		padding: 20px 20px 0;
	}
	.in-yin li .wrap h4{
		display: none;
	}
}

/* news */
.h_article .box {
	width: 100%;
	margin-top: 40px;
}
.h_article .box .fl {
	width: 42%;
	float: left;
}
.h_article .box .fl li {
	float: left;
	position: relative;
}
.h_article .box .fl li .pic img {
	width: 100%;
	display: block;
}
.h_article .box .fl li .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 12% 0 0 17%;
	box-sizing: border-box;
}
.h_article .box .fl li .text img {
	display: block;
	max-width: 100%;
}
.h_article .box .fl li .text span {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-top: 12px;
}
.h_article .box .fl li:first-child {
	width: 100%;
	margin-bottom: 2%;
}
.h_article .box .fl li:first-child .text {
	padding: 5% 0 0 8%;
	box-sizing: border-box;
}
.h_article .box .fl li:first-child .text span {
	font-size: 40px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.h_article .box .fl li:first-child .text p {
	font-size: 30px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.h_article .box .fl li:first-child + li {
	width: 49%;
	margin-right: 2%;
}
.h_article .box .fl li:first-child + li + li {
	width: 49%;
}
.h_article .box .fr {
	width: 56%;
	background: #34478F;
	padding: 50px;
	box-sizing: border-box;
}
.h_article .box .fr .fr_tit {
	width: 100%;
	position: relative;
}
.h_article .box .fr .fr_tit p span {
	font-size: 26px;
	color: #fff;
	display: block;
	font-weight: bold;
}
.h_article .box .fr .fr_tit p i {
	font-size: 20px;
	color: #fff;
	font-style: normal;
	display: block;
	margin-top: 5px;
}
.h_article .box .fr .fr_tit a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	display: block;
}
.h_article .box .fr .list {
	width: 100%;
	margin-top: 20px;
}
.h_article .box .fr .list li {
	background: url(../images/dian.png) no-repeat left center;
	padding-left: 15px;
	float: left;
	width: 100%;
	line-height: 41px;
	box-sizing: border-box;
}
.h_article .box .fr .list li a {
	width: 60%;
	font-size: 14px;
	color: #fff;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}
.h_article .box .fr .list li a:hover {
	padding-left: 10px;
}
.h_article .box .fr .list li span {
	width: 40%;
	font-size: 14px;
	color: #ddd;
	float: right;
	text-align: right;
}
@media screen and (max-width: 768px){
	.h_article .box{
		margin-top: 0;
	}
	.h_article .box .fl {
		width: 100%;
	}
	.h_article .box .fl li .text img{
		height: 32px;
	}
	.h_article .box .fl li .text span{
		font-size: 18px;
	}
	.h_article .box .fr {
		width: 100%;
		margin-top: 10px;
		padding: 20px;
	}
}

/* index-adv */
.index-adv{
	padding:60px 0;
	background:url(../images/index_adv_bg.jpg) no-repeat center;
	background-size:cover;
	background-attachment: fixed;
}
.h_tlt2 {
	width: 100%;
	margin-bottom: 20px;
}
.h_tlt2 p {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.h_tlt2 span {
	display: block;
	font-size: 15px;
	font-weight: lighter;
	color: #999;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.index-adv-box li{
	float:left;
	width:25%;
	padding:0 40px;
	box-sizing: border-box;
}
.index-adv-pic{
	width:155px;
	margin:0 auto 30px;
}
.index-adv-pic img{
	display:block;
	width:100%;
}
.index-adv-tit{
	font-size:18px;
	line-height:20px;
	text-align:center;
	margin-bottom:30px;
	color:#fff;
	font-weight:bold;
}
.index-adv-des{
	font-size:16px;
	line-height:24px;
	color:#fff;
}
@media (max-width: 1259px) {
	.index-adv-box li{
		padding:0 25px;
	}
	.index-adv-pic{
		width:140px;
		margin:0 auto 10px;
	}
	.index-adv-tit{
		font-size:16px;
		margin-bottom:20px;
	}
	.index-adv-des{
		font-size:15px;
	}
}
@media (max-width: 768px) {
	.index-adv{
		display: none;
	}
}

.index-contact{
	background: url(../images/glan1.jpg) center top no-repeat;
	padding: 130px 0 50px;
	overflow: hidden;
}
.indc-tit h4{
	font-size: 30px;
	color: #FFFFFF;
}
.indc-tit p {
    font-size: 16px;
    color: #fff;
	margin-top: 5px;
}
.indc-tel{
	width: 48%;
	margin-top: 30px;
	overflow: hidden;
}
.indc-tel a{
	padding: 5px 20px;
	background: #FFFFFF;
	text-align: center;
	line-height: 36px;
	color: #333333;
	font-size: 18px;
	float: left;
	border-radius: 4px;
	font-weight: bold;
}
.indc-tel .indc-d{
	float: left;
	color: #fff;
	font-size: 36px;
	font-family: -webkit-pictograph;
	background: url(../images/indc-tel.png) left center no-repeat;
	padding-left: 50px;
	margin-left: 70px;
	font-weight: bold;
}
.indc-tel a:hover{
	color: #FFFFFF;
	background: #262A71;
}
@media (max-width: 768px) {
	.index-contact{
		display: none;
	}
}

/* index-about */
.floor_6_main{
	padding: 70px 0 50px;
}
.floor_6_main .w1200{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.ind-about .title {
 	text-align: center;
 	width: 100%;
 	margin-bottom: 40px;
 	position: relative
 }

.ind-about .title h3 {
 	font-size: 30px;
 	font-weight: 700;
 	display: block;
 	line-height: 60px
 }

.ind-about .title h3 b {
 	display: inline-block;
 	color: #262A71
 }

.ind-about .title h4 {
 	font-size: 16px;
 	font-weight: 400;
 	display: block;
	padding-top: 10px;
 	letter-spacing: 1px;
	color: #999999;
 }

.ind-about .title s {
 	position: absolute;
 	top: 12px;
 	display: block;
 	background: url(../images/line.png) no-repeat;
 	width: 124px;
 	height: 42px
 }

.ind-about .title .line_lef {
 	left: 50%;
 	margin-left: -300px
 }

.ind-about .title .line_rig {
 	right: 50%;
 	margin-right: -300px
 }
.iabout .lefnav {
 	width: 200px
 }

.iabout .lefnav li {
 	width: 40px;
 	height: 180px;
 	overflow: hidden;
 	float: left;
 	display: block;
 	position: relative
 }

.iabout .lefnav li a {
 	display: block;
 	padding-top: 40px;
 	text-align: center;
 	background: #1d773a;
 	color: #fff
 }

.iabout .lefnav li em {
 	width: 10px;
 	height: 10px;
 	border: 2px solid #fff;
 	-moz-border-radius: 100%;
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 	position: absolute;
 	left: 50%;
 	margin-left: -7px;
 	top: 15px
 }

.iabout .lefnav li h3 {
 	width: 20px;
 	height: 130px;
 	line-height: 18px;
 	margin: 0 auto
 }

.iabout .lefnav li.li1 a {
 	background: #262a71
 }

.iabout .lefnav li.li2 a {
 	background: #262a87
 }

.iabout .lefnav li.li3 a {
 	background: #262a71
 }

.iabout .lefnav li.li4 a {
 	background: #262a87
 }

.iabout .lefnav li.li5 a {
 	background: #262a71
 }

.iabout .lefnav li a:hover {
 	background: #DB261D
 }

.iabout .lefnav .more1 {
 	width: 150px;
 	height: 125px;
 	background: url(../images/fuhao1.jpg) no-repeat left top;
 	position: relative;
 	display: block
 }

.iabout .lefnav .more1 p {
 	width: 23px;
 	height: 60px;
 	line-height: 14px;
 	background: #DB261D;
 	color: #fff;
 	position: absolute;
 	right: -12px;
 	bottom: -10px;
 	text-align: center;
 	padding-top: 5px;
 	font-size: 12px;
 	-webkit-transition: all .3s ease-in-out 0s;
 	-moz-transition: all .3s ease-in-out 0s;
 	transition: all .3s ease-in-out 0s
 }

.iabout .lefnav .more1:hover p {
 	background: #DB261D
 }

.iabout .img {
 	width: 510px;
 	height: 330px;
 	overflow: hidden
 }

.iabout .img img {
 	width: 100%;
 	height: 100%;
 	display: block;
 	-webkit-transition: all ease 300ms;
 	-moz-transition: all ease 300ms;
 	-ms-transition: all ease 300ms;
 	-o-transition: all ease 300ms;
 	transition: all ease 300ms
 }

.iabout .img:hover img {
 	transform: scale(1.06, 1.06)
 }

.iabout .txt {
 	width: 456px;
 	position: relative
 }

.iabout .txt .yh {
 	width: 90px;
 	height: 50px;
 	display: block;
 	background: url(../images/fuhao2.jpg) no-repeat
 }

.iabout .txt a {
 	position: relative;
 	z-index: 2;
 	width: 424px;
 	height: 264px;
 	display: block;
 	background: #fff
 }

.iabout .txt a h2 {
 	font-size: 24px;
 	padding: 10px 0
 }

.iabout .txt a .desc {
 	overflow: hidden;
 	color: #666;
	text-indent: 25px;
	line-height: 24px;
 }

.iabout .txt a .cha {
 	margin-top: 36px;
 	width: 180px;
 	height: 40px;
 	line-height: 40px;
 	text-align: center;
 	background: #262A71;
 	color: #fff;
 	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
 	display: block;
 	-webkit-transition: all .3s ease-in-out 0s;
 	-moz-transition: all .3s ease-in-out 0s;
 	transition: all .3s ease-in-out 0s
 }

.iabout .txt a:hover .cha {
 	background: #DB261D
 }

.iabout .txt .bk {
 	width: 364px;
 	height: 330px;
 	border: 1px solid #dfdfdf;
 	display: block;
 	position: absolute;
 	right: 0;
 	top: 0
}
@media (max-width:768px) {
	.floor_6_main{
		padding: 20px 0 20px;
	}
	.iabout{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.iabout .lefnav{
		display: none;
	}
	.iabout .img{
		width: 100%;
		height: auto;
	}
	.iabout .txt{
		width: 100%;
	}
	.iabout .txt .yh{
		display: none;
	}
	.iabout .txt a{
		width: 100%;
		height: auto;
	}
	.iabout .txt .bk{
		display: none;
	}
}

/* footer */
.footer{ height: 352px; background:url(../images/foot-bj.jpg); position: relative;}
.footer .footer_left{ width: 350px; float: left; margin-right: 80px;}
.footer .footer_left a{ display: block; margin-top: 45px;}
.footer .footer_left p{ color: #babcc1; text-align: justify; line-height: 30px; margin-top: 16px;}
.footer .footer_left a img{ width: 220px;}
.footer .footer_center{ width: 250px; float: left; margin-top: 42px;}
.footer h2{ font-size: 18px; color: #fff; line-height:3; position: relative; margin-bottom: 24px;}
.footer h2::after{content: ""; position: absolute; bottom: 0; left: 0; height: 4px; width: 30px;  background: #fff;}
.footer .footer_center a{ line-height: 30px; margin-right: 20px;color: #babcc1}
.footer .footer_wx{width: 150px;float: right;margin-top: 42px;}
.footer .footer_wx img{width: 100%;}
.footer .footer_right{ width: 300px;  float: right; margin-top: 42px;margin-right: 30px;}
.footer .footer_right p{ color: #babcc1;  line-height: 30px;}

.link_footer{margin-top: 20px;}
.link_footer p{ font-size: 18px;  padding-left: 14px; position: relative; color: #fff; float: left; margin-right: 20px;}
.link_footer::before{ content: ""; display: block; width: 3px;height: 12px; background: #fff; bottom: 0; float: left; margin-top: 6px;}
.link_footer a{ color: #babcc1; font-size: 14px; float: left; line-height: 24px; margin-right: 20px;}

/* 缃戠珯鐗堟潈淇℃伅 */
.copyright{height: 42px; position: absolute; bottom: 0; width: 1200px; border-top: 1px solid rgba(255,255,255,0.05); position: absolute;}
.copyright a{ color: #CCCCCC; font-size: 12px;}
.copyright p {
    color: #CCCCCC;
    font-size: 12px;
    line-height: 42px;
}
.copyright ul {
    float: right;
    width: 370px;
}
.copyright ul li,.copyright ul li span {
    float: right;
    color: #fff;
	line-height: 42px;
    font-size: 12px;
	margin-right: 10px;
}
.copyright p {
    display: inline;
}
.copyright ul li a {
    float: right;
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #0256AC;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
	line-height: 16px;
}
.phonefooternav ul li:nth-child(3){
	width: 50%;
	background: #D9271B;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a img {
	width: 22px;
	padding: 2px 0;
}
.phonefooternav p{
	color: #FFFFFF;
	font-size: 14px;
}
@media (max-width:768px) {
	.footer{
		display: none;
	}
	.phonefooternav {
		display: block;
	}
}

/* about */
.local {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #F5F5F5;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.local-wp{
	width: 1200px;
	margin: 0 auto;
	color: #666666;
	padding-left: 20px;
	background: url(../images/home.png) no-repeat center left;
	font-size: 14px;
}
.local-wp a{
	font-size: 14px;
	color: #666666;
	margin: 0 5px;
}
@media (max-width:768px) {
	.local{
		height: 50px;
		line-height: 50px;
		margin-bottom: 10px;
		margin-top: 60px;
	}
}

.ab_content{
	width: 100%;
}
.ab_content .w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.ab_content .ab-con{
	padding-bottom: 70px;
}
.ab_content .ab-con img{
	max-width: 100%;
	height: auto!important;
}
.ab_content .ab-con .ny_tlt1{
	margin-bottom: 20px;
	margin-top: 20px;
}

.list-type{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.list-type li{
	display: inline;
	margin: 0 5px;
	padding: 0;
	color: #808080;
	font-size: 16px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	transition-duration: .5s;
	position: relative;
}
.list-type li a{
	background: #FFF;
	border: 1px solid #B9B8B8;
	border-radius: 0px;
	font-size: 15px;
	color: #333333;
	display: inline-block;
	padding: 10px 15px;
	line-height: 20px;
	width: 10.4%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-type li.active a, .list-type li a:hover {
	color: #FFFFFF;
	background: #262A71;
	border: 1px solid #262A71;
}
@media (max-width:768px) {
	.list-type{
		text-align: center;
	}
	.list-type li a{
		width: 39%;
		padding: 7px 10px;
		font-size: 14px;
	}
}

.ab_content .ab-con .branch{background-image:url(../images/about_02.jpg);background-repeat:no-repeat;background-position:center center;height:799px;padding-top:60px;box-sizing:border-box;margin-top: 50px;}
.c_tit {text-align: center;color: #888;}
.ab_content .ab-con .branch .c_tit strong{color:#FFF;font-size: 30px;font-weight: 400;}
.ab_content .ab-con .branch .c_tit p{color:#FFF}
.ab_content .ab-con .branch .c_tit i{
	border-bottom-color:#FFF;display: block;
    height: 15px;
    clear: both;
    float: none;
    width: 90px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.ab_content .ab-con .branch .box{width:1200px;margin-right:auto;margin-left:auto;padding-top:40px;display:table;height:550px}
.ab_content .ab-con .branch .box .text{vertical-align:middle;display:table-cell;width:40%;font-size:14px;color:#FFF;line-height:24px}
.ab_content .ab-con .branch .box .text strong.tit{font-size:18px;display:block;padding-bottom:10px}
.ab_content .ab-con .branch .box .pic{text-align:right;vertical-align:middle;display:table-cell;width:60%}
@media (max-width:768px) {
	.ab_content .ny_news_con2{
		padding: 10px;
		box-sizing: border-box;
	}
	.ab_content .ab-con .branch{
		height: auto;
	}
	.ab_content .ab-con .branch .box{
		width: 100%;
		display: block;
		height: auto;
	}
	.ab_content .ab-con .branch .box .text{
		width: 100%;
		padding: 10px 10px;
		box-sizing: border-box;
		display: block;
	}
	.ab_content .ab-con .branch .box .pic{
		display: none;
	}
}

/* 关于我们 企业文化 */
.qywh{width: 100%;padding: 30px 0 70px;position: relative;overflow: hidden;}
.qywh-item{width: 1110px;height: 474px;position: relative;margin: 0 auto;position: relative;z-index: 3;}
@keyframes citymove{0%{background-position:0px 0px;}100%{background-position:666px 0;}}
.qywh-wd{position: absolute;width: 264px;height: 230px;background-repeat: no-repeat;background-position: center;display: flex;align-items: center;}
.qywh-wdct{width: 100%;text-align: center;padding: 0 48px;}
.qywh-wd h6{font-size: 24px;font-weight: 700;margin-bottom: 12px;}
.qywh-wd p{font-size: 16px;color: #666;line-height: 24px;}
.qywh-wd-1{background-image: url('../images/qywhIc4_1.png');left: 0;top: 50%;margin-top: -115px;}
.qywh-wd-1 h6{color: #6ad6b4;}
.qywh-wd-2{background-image: url('../images/qywhIc4_2.png');left: 211px;top: 0;}
.qywh-wd-2 h6{color: #bea9bc;}
.qywh-wd-3{background-image: url('../images/qywhIc4_3.png');left: 211px;bottom: 0;}
.qywh-wd-3 h6{color: #d3bc76;}
.qywh-wd-4{background-image: url('../images/qywhIc4_4.png');top: 50%;margin-top: -115px;left: 50%;margin-left: -132px;}
.qywh-wd-4 h6{color: #feb63e;}
.qywh-wd-5{background-image: url('../images/qywhIc4_5.png');right: 211px;top: 0;}
.qywh-wd-5 h6{color: #edb39e;}
.qywh-wd-6{background-image: url('../images/qywhIc4_6.png');right: 211px;bottom: 0;}
.qywh-wd-6 h6{color: #a9b2be;}
.qywh-wd-7{background-image: url('../images/qywhIc4_7.png');right: 0;top: 50%;margin-top: -115px;}
.qywh-wd-7 h6{color: #6ac3d6;}
.qywh-icon{position: absolute;background-repeat: no-repeat;}
.qywh-icon-1{width: 143px;height: 124px;background-image: url('../images/qywhIc1.png');top: -16px;left: 92px;}
.qywh-icon-2{width: 95px;height: 83px;background-image: url('../images/qywhIc2.png');top: 25px;right: 125px;}
.qywh-icon-3{width: 126px;height: 109px;background-image: url('../images/qywhIc3.png');bottom: 0;left: 456px;}
@media (max-width:768px) {
	.qywh{
		overflow: inherit;
		padding: 10px 0 70px;
	}
	.qywh-item{
		width: 100%;
	}
	.qywh-wd-box{
		padding-bottom: 70px;
	}
	.qywh-wd{
		position: inherit;
		margin: 0 auto;
	}
}

.pro-info img{
	min-width: 800px;
}
@media (max-width:768px) {
	.pro-info img{
		min-width: auto;
		max-width: 100%!important;
	}
}

/* page */
.pages{
	display: table;
    margin: 0 auto;
	margin-top: 20px;
}
.pages b {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #262A71;
  background: #262A71;
  border-radius: 3px;
}
.pages a {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.pages span {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #262A71;
}
.pages .fl{
	display: none;
}
.pages a:hover {
  background: #262A71;
  color: #fff;
  border: 1px solid #262A71;
}

@media (max-width:768px) {
	.ny_banner{
		display: none;
	}
}

/*联系我们页面*/
.ab-con .lx{position: relative;overflow: hidden;}
.ab-con .lx img{
	max-width: inherit;
}
.ab-con .lx .us_map{
	/* margin-top: 20px; */
}
.ditu_info{position:absolute;top:0;right:0;z-index:5;box-sizing:border-box;padding:30px;width:40%;height:100%;}
.ditu_info .bg{box-sizing:border-box;padding:40px;width:100%;height:100%;background-color:rgba(38, 42, 113,.8);}
.ditu_info h2{color:#fff;font-size:28px;line-height:30px;font-weight: bold;margin-bottom: 40px;}
.ditu_info dl i{padding-right:7px;font-size:.8rem;}
.ditu_info dl dd{margin-bottom:10px;color:#fff;font-size:16px;line-height:24px;margin-left: 0;}
.ditu_info dl dd span{float:left;}
.ditu_info dl dd a{color: #FFFFFF;}
@media (max-width:768px) {
	.ditu_info{
		position: inherit;
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.ditu_info .bg{
		padding: 30px;
	}
	.ditu_info h2{
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.news{width: 100%;padding: 0 0 70px;}
.news-list{width: 100%;}
.news-list ul{margin-left: -2%;overflow: hidden;}
.news-list li{width: 31.3333%;float: left;margin-left: 2%;position: relative;margin-top: 10px;}
.news-list li a{display: block;width: 100%;}
.news-img{width: 100%;overflow: hidden;height: 254px;}
.news-img img{width: 100%;height: 100%;object-fit: cover;transition: all .6S ease-in-out;}
.news-wd{width: 100%;border: 1px solid #eee;border-top: none;padding: 15px 10px 15px;box-sizing: border-box;}
.news-wd span{font-size: 14px;color: #888;display: block;font-family: 'GothamBook';}
.news-wd h6{font-size: 18px;color: #333;line-height: 28px;margin: 10px 0 10px;transition: all .4s ease;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.news-wd p{font-size: 14px;color: #999;line-height: 28px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news-list li a:hover .news-img img{transform: scale(1.04);}
.news-list li a:hover .news-wd h6{color: #1f5dcb;}
.news .fullpage{margin-top: 100px;}
@media (max-width: 768px){
	.news-list li {
		width: 100%;
		margin-top: 24px;
	}
	.news-img {
	    height: auto;
	}
	.news-wd h6 {
	    font-size: 16px;
	    line-height: 24px;
	    margin: 5px 0 5px;
	}
	.news-wd p{
		line-height: 24px;
	}
}

/* 点击放大图片 */
.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 5px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	width: 840px;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.bigbox>.imgbox {
	width: 400px;
	height: 250px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
	width: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask>img:hover {
	cursor: pointer
}

/*feedback*/
.ny_feed_ny {
	width: 100%;
	height: auto;
	overflow: hidden
}

.ny_feed_tit {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
	color: #626262
}

.ny_feed_tit span {
	font-size: 1.6em;
	font-weight: bold;
	color: #262A71;
	display: block;
	text-align: center;
	line-height: 3em
}

.ny_feed_ny form {
	margin-top: 3em
}

.lyb {
	width: 50%;
	margin: .5em auto;
}

.lyb input {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 3em;
	font-size: 1.1em
}

.lyb textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 8em;
	font-size: 1.1em
}

.lyb_tj {
	width: 20%;
	margin: 2em auto;
}

.lyb_tj input {
	width: 100%;
	background-color: #262A71;
	border: 1px solid #262A71;
	color: #fff;
	height: 3em;
	font-size: 1.3em
}

@media (max-width:991px) {
	.lyb {
		width: 70%;
	}
	.lyb_tj {
		width: 40%;
	}
}