body {
	color: #3a3a3a;
}

img {
	max-width: 100%;
}

/*fonts*/
@font-face {
	font-family: 'Oswald-Medium';
	src: url('Oswald-Medium.eot');
	src: local('Oswald-Medium'),
		local('Oswald-Medium'),
		url('Oswald-Medium.woff') format('woff'),
		url('Oswald-Medium.ttf') format('truetype'),
		url('Oswald-Medium.svg#Oswald-Medium') format('svg');
}
@font-face {
	font-family: 'BebasNeue-Regular';
	src: url('BebasNeue-Regular.eot');
	src: local('BebasNeue-Regular'),
		local('BebasNeue-Regular'),
		url('BebasNeue-Regular.woff') format('woff'),
		url('BebasNeue-Regular.ttf') format('truetype'),
		url('BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
}
@font-face {
	font-family: 'AlternateGothicEF-NoOne';
	src: url('AlternateGothicEF-NoOne.eot');
	src: local('AlternateGothicEF-NoOne'),
		local('AlternateGothicEF-NoOne'),
		url('AlternateGothicEF-NoOne.woff') format('woff'),
		url('AlternateGothicEF-NoOne.ttf') format('truetype'),
		url('AlternateGothicEF-NoOne.svg#AlternateGothicEF-NoOne') format('svg');
}
/*menus*/
.menus-fix {
	display: none;
}

.clear {
	clear: both;
}

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #034a95;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff !important;
	width: 24%;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

/*topsearch*/
.top-search{
	overflow: hidden;
	background: none;
	height: 60px;
	line-height: 60px;
	z-index: 100;
	top: 32%;
	width: 100%;
	left: 0;
	position: fixed;
	visibility: hidden;
}
.top-search.on{
	height: 85px;
	padding: 0px;
	visibility: visible;
}
.top-search input[type=text]{
	width: 80%;
	float: left;
	height: 60px;
	border: 2px solid #0b2e8c;
	font-family: "思源黑体 CN";
	font-size: 18px;
	color: #333;
	text-indent: 12px;
}
.top-search input[type=button]{
	width: 20%;
	border: none;
	float: left;
	height: 60px;
	background: #0b2e8c; 
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
}
/*header*/
.header {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 15px;
	z-index: 100;
	border-bottom: 1px solid rgba(234, 234, 234, 0.2);
	transition: all 0.5s ease 0s;
	/*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);*/
	/*background-image:url(../images/head-shadow.png);
	background-repeat: repeat-x;*/
}
.header .fix {
	border-bottom: 1px solid #e4e4e4;
}
.he_l {
	float: left;
	margin-top: 19px;
	transition: all .5s ease;
}
.he_l a {
	float: left;
}
.he_l img {
	float: left;
}
.header .he_l img.logo-w{
	display: block;
}
.header .he_l img.logo-b{
	display: none;
}
.header.fixedbg .he_l img.logo-w, .header.fixedbg2 .he_l img.logo-w{
	display: none;
}
.header.fixedbg .he_l img.logo-b, .header.fixedbg2 .he_l img.logo-b{
	display: block;
}

.he_r {
	float: left;
	margin-top: 21px;
	transition: all .5s ease;
	margin-left: 77px;
}

.he_r ul {
	float: left;
	padding-right: 27px;
	transition: all .5s ease;
	padding-top: 7px;
}

.he_r ul li {
	float: left;
	margin-right: 45px;
	height: 25px;
	line-height: 25px;
	position: relative;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.he_r ul li:last-child {
	margin-right: 0;
}

.he_r ul li.cur a {
	top: -30px;
}

.he_r ul li a span.tx {
	color: #0050a0;
	font-weight: bold;
}

.he_r ul>li .xc-sub-lm-warp {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	top: 30px;
	z-index: -1;
	visibility: hidden;
	transition: all .5s ease;
}
.he_r ul>li:hover .xc-sub-lm-warp {
	z-index: 9999;
	visibility: visible;
}
.he_r ul>li .xc-sub-lm-warp .sub-lm-line {
	height: 22px;
}
.header.fixedbg .he_r ul>li .xc-sub-lm-warp .sub-lm-line {
	height: 24px;
	transition: all .5s ease;
}
.he_r ul>li .xc-sub-lm-warp .sub-lm {
	background: rgba(255, 255, 255, 0.96);
	padding: 10px 0 20px 0;
	margin-top: 50px;
	opacity: 0;
	position: relative;
	z-index: 0;
	visibility: hidden;
	transition: all .2s ease;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
}
.he_r ul>li:hover .xc-sub-lm-warp .sub-lm {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	transition: all .5s ease;
}
.he_r ul>li .xc-sub-lm-warp .sub-lm>div {
	display: block;
	position: relative;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	transition: all .5s ease;
}
.he_r ul>li .xc-sub-lm-warp .sub-lm>div>a {
	display: block;
	color: #666666;
	transition: all .5s ease;
}
.he_r ul>li .xc-sub-lm-warp .sub-lm>div>a:hover {
	background: #0255a2;
	color: #fff;
	transition: all .5s ease;
}
.he_r ul li a {
	font-size: 16px;
	color: #ffffff;
	position: relative;
	top: 0;
	display: block;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.he_r ul li a span {
	display: block;
	height: 25px;
}
.he_r .head-tel{
	float: left;
	font-size: 24px;
	line-height: 25px;
	background: url(../images/h-tel.png) no-repeat left center;
	padding-left: 36px;
	margin-top: 7px;
	color: #fff;
	font-family: 'Oswald-Medium';
}
.he_r .head-tel a{
	color: #fff;
}
.head-secondpart{
	float:left;
	margin-left: 3%;
	width: 10%;
	text-align: center;
}
.head-secondpart .language{
	display: block;
	background: url(../images/h-language.png) no-repeat left center;
	padding-left: 34px;
	float:right;
	text-align: right;
}
.head-secondpart .language a{
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
.head-secondpart .language a.en{
	padding-top: 1px;
}
.head-secondpart .language hr{
	width: 2px;
	height: 15px;
	background: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	margin-left: 9px;
	margin-right: 9px;
}
.head-secondpart .head-ss{
	float: right;
	background: url(../images/search.png) no-repeat left center;
	margin-top: 9px;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	padding-left: 26px;
	cursor: pointer;
}
.head-tianmao{
	float: left;
	margin-left: 28px;
}
.head-albb{
	float: left;
	margin-left: 9px;
}
.menu {
	float: left;
	padding-left: 15px;
	margin-left: 33px;
	color: #525659;
	cursor: pointer;
	background: url(../images/ico2.png) no-repeat 0px center;
	height: 30px;
	line-height: 30px;
	position: relative;
	display: block;
}
.menu:before {
	position: absolute;
	left: 0px;
	top: 2px;
}
.he_r ul li a.cur {
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
}
.he_r .language {
	float: right;
}
.he_r .head-language {
	color: #fff;
	width: 94px;
	height: 29px;
	position: relative;
	line-height: 27px;
	text-align: center;
	float: left;
}
.he_r .head-language hr {
	position: absolute;
	height: 16px;
	width: 1px;
	background: #eaeaea;
	left: 50%;
	top: 6px;
	margin-top: 0;
	margin-bottom: 0;
	display: none;
}
.head-language a {
	font-size: 14px;
	display: block;
	width: 50%;
	float: left;
	line-height: 27px;
	color: #fff;
	text-align: center;
	text-indent: 0;
	font-family: arial;
	transition: all .5s ease;
}
.head-language a.cn {
	background: rgba(0, 0, 0, 0);
	border-top-left-radius: 30px;
	border: #fff solid 1px;
	border-bottom-left-radius: 30px;
	border-right: none;
}
.head-language a.en {
	background: #007dc3;
	border-top-right-radius: 30px;
	border: #fff solid 1px;
	border-bottom-right-radius: 30px;
	border-left: none;
}
.nav {
	position: fixed;
	top: 0;
	right: -320px;
	z-index: 9999;
	background-color: #fff;
	width: 280px;
	padding-right: 0.4rem;
	height: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.close {
	width: 25px;
	height: 25px;
}
/*header fixedbg*/
.header.fixedbg {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}
.header.fixedbg2 {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}
.header.fixedbg .he_l {
	margin-top: 19px;
	transition: all .5s ease;
}
.header.fixedbg2 .he_l {
	margin-top: 19px;
	transition: all .5s ease;
}
.header.fixedbg .he_l p,
.header.fixedbg .he_l p span {
	color: #232323;
	transition: all .5s ease;
}
.header.fixedbg2 .he_l p,
.header.fixedbg2 .he_l p span {
	color: #232323;
	transition: all .5s ease;
}
.header.fixedbg .he_r {
	margin-top: 21px;
	transition: all .5s ease;
}
.header.fixedbg2 .he_r {
	margin-top: 21px;
	transition: all .5s ease;
}
.header.fixedbg .he_r ul {
	display: block;
	transition: all .5s ease;
}
.header.fixedbg2 .he_r ul {
	display: block;
	transition: all .5s ease;
}
.header.fixedbg .he_r ul li a {
	color: #393939;
	transition: all .5s ease;
}
.header.fixedbg2 .he_r ul li a {
	color: #393939;
	transition: all .5s ease;
}
.header.fixedbg .he_r ul li.on>a, .header.fixedbg2 .he_r ul li.on>a {
	color: #0d3ca6;
}
.header.fixedbg .he_r .head-tel{
	color: #393939;
	transition: all .5s ease;
}
.header.fixedbg2 .he_r .head-tel{
	color: #393939;
	transition: all .5s ease;
}
.header.fixedbg .he_r .head-tel a{
	color: #393939;
	transition: all .5s ease;
}
.header.fixedbg2 .he_r .head-tel a{
	color: #393939;
	transition: all .5s ease;
}
.header.fixedbg .language{
	background: url(../images/h-language-g.png) no-repeat left center;
}
.header.fixedbg2 .language{
	background: url(../images/h-language-g.png) no-repeat left center;
}
.header.fixedbg .language a{
	color: #808080;
}
.header.fixedbg2 .language a{
	color: #808080;
}
.header.fixedbg .language hr{
	background: #808080;
}
.header.fixedbg2 .language hr{
	background: #808080;
}
.header.fixedbg .head-ss{
	background: url(../images/search-g.png) no-repeat left center;
	color: #393939;
}
.header.fixedbg2 .head-ss{
	background: url(../images/search-g.png) no-repeat left center;
	color: #393939;
}
.header.fixedbg .menu {
	display: none;
	transition: all .5s ease;
}
.header.fixedbg2 .menu {
	display: none;
	transition: all .5s ease;
}
/*Section1*/
.section1 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.index_banner{
	width: 100%;
	margin:0 auto;
	position: relative;
}
.index_banner::before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(114, 112, 112, 0) 100%);
	margin: 0 auto;
	height: 10%;
}
#pagination1 .swiper-pagination-bullet-active {
	background: rgba(12, 108, 179, 1);
}
#pagination1 .swiper-pagination-bullet {
	opacity: 0.8;
}
#banner1 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#banner1 .swiper-slide .pc {
	display: block;
}
#banner1 .swiper-slide .mobile {
	display: none;
}
.section1 .index_banner .items.pc {
	display: block;
}
.section1 .index_banner .items.mobile {
	display: none;
}
/*Section2*/
.section2 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 80px;
}
.sec2-box{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	height: 100%;
}
.sec2-box-l{
	float: left;
	width: 59.375%;
	background: url(../images/s2-l.jpg) no-repeat left top;
	background-size: cover;
	height: 100%;
	padding-left: 13.541666%;
	padding-top: 68px;
}
.sec2-box-l-tit{
	font-size: 42px;
	line-height: 42px;
	color: #3a3a3a;
}
.sec2-box-l-sub{
	font-size: 16px;
	line-height: 32px;
	color: #393939;
	padding-top: 30px;
	padding-right: 28.86866%;
}
.sec2-box-l a.more{
	width: 180px;
	font-family: arial;
	font-size: 12px;
	line-height: 38px;
	color: #ff512b;
	display: block;
	border: 1px solid #ff512b;
	border-radius: 20px;
	padding: 0 48px 0 49px;
	margin-top: 28px;
	transition: all .5s ease;
}
.sec2-box-l a.more i{
	color: #ff512b;
	font-size: 14px;
	padding-left: 6px;
	transition: all .5s ease;
}
.sec2-box-l a.more:hover{
	background: #ff512b;
	color: #fff;
	transition: all .5s ease;
}
.sec2-box-l a.more:hover i{
	color: #fff;
	transition: all .5s ease;
}
.sec2-box-l-video{
	width: 660px;
	height: 380px;
	overflow: hidden;
	margin-top: 53px;
}
.sec2-box-r{
	width: 40.625%;
	float: right;
	height: 100%;
}
.sec2-box-r .itemlist{
	width: 50%;
	height: 100%;
}
.sec2-box-r .itemlist.fl{
	float: left;
	background: url(../images/honor.jpg) no-repeat left top;
	background-size: cover;
}
.sec2-box-r .itemlist.fl .tit{
	text-align: center;
	font-size: 32px;
	line-height: 48px;
	color: #fff;
	padding-top: 63px;
}
.sec2-box-r .itemlist.fl .tit span{
	background: #fff;
	display: block;
	width: 50px;
	height: 3px;
	margin: 0 auto;
	margin-top: 27px;
}
.sec2-box-r .itemlist.fr{
	float: right;
	overflow: hidden;
}
.sec2-box-r .itemlist.fr .half-list{
	height: 50%;
}
.sec2-box-r .itemlist.fr .culture{
	background: url(../images/culture.jpg) no-repeat;
	background-size: cover;
}
.sec2-box-r .itemlist.fr .culture .tit{
	font-size: 32px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	background: url(../images/culture_logo.png) no-repeat center top 75px;
	padding-top: 157px;
}
.sec2-box-r .itemlist.fr .culture .sub{
	font-size: 15px;
	line-height: 32px;
	color: #ecf7fe;
	padding-top: 3px;
	text-align: center;
}
.sec2-box-r .itemlist.fr .develop{
	background:#02396d url(../images/develop.png) no-repeat center bottom;
}
.sec2-box-r .itemlist.fr .develop .tit{
	font-size: 32px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	background: url(../images/develop_logo.png) no-repeat center top 75px;
	padding-top: 157px;
}
.sec2-box-r .itemlist.fr .develop .sub{
	font-size: 15px;
	line-height: 32px;
	color: #ecf7fe;
	padding-top: 3px;
	text-align: center;
}
/*Section3*/
.section3 {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	z-index: 1;
	padding-top: 80px;
}
.sec3-tit{
	font-size: 42px;
	line-height: 42px;
	padding-top: 46px;
}
.sec3-subt{
	font-size: 16px;
	line-height: 32px;
	padding-top: 12px;
}
.sec3-box{
	width: 100%;
	padding-top: 38px;
	overflow: hidden;
}
.sec3-box-l{
	width: 49.571428%;
	float: left;
}
.sec3-box-l-list{
	width: 100%;
	overflow: hidden;
}
.sec3-box-l-list a{
	display: block;
	overflow: hidden;
}
.sec3-box-l-list a img{
	transform: scale(1);
	transition: all .5s ease;
}
.sec3-box-l-list a:hover img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.sec3-box-l .full{
	position: relative;
	margin-bottom: 13px;
}
.sec3-box-l .full .tit{
	position: absolute;
	top: 76px;
	right: 38px;
	font-size: 34px;
	line-height: 34px;
	color: #000;
	padding-left: 55px;
	background: url(../images/pic1.png) no-repeat left top 7px;
}
.sec3-box-l .full .tit span{
	display: block;
	font-size: 15px;
	line-height: 32px;
	font-weight: 400;
	color: #403d3d;
	padding-top: 11px;
}
.half-item{
	position: relative;
	overflow: hidden;
}
.half-item .tit{
	position: absolute;
	top: 29px;
	left: 90px;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	padding-left: 43px;	
}
.half-item.fl .tit{
	background: url(../images/pic2.png) no-repeat left top 7px;
}
.half-item .tit span{
	display: block;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #403d3d;
	padding-top: 11px;
	position: absolute;
	left: 0;
}
.half-item.fr .tit{
	background: url(../images/pic3.png) no-repeat left top 1px;
	left: 47px;
	padding-left: 48px;
}
.half-item.fr .tit span{
	text-align: center;
	width: 100%;
	left: 0;	
}
.sec3-box-r{
	width: 50.428571%;
	padding-left: 0.928571%;
	float: left;
}
.sec3-box-r-list{
	width: 49.062049%;
	overflow: hidden;
	position: relative;
	float: left;
}
.sec3-box-r-list.fr{
	margin-left: 0.18759%;
}
.sec3-box-r-list a{
	display: block;
	overflow: hidden;
}
.sec3-box-r-list a img{
	transform: scale(1);
	transition: all .5s ease;
}
.sec3-box-r-list a:hover img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.sec3-box-r-list .tit{
	position: absolute;
	top: 76px;
	font-size: 34px;
	line-height: 34px;
	color: #000;
}
.sec3-box-r-list.fl .tit{
	left: 38px;
	padding-left: 33px;
}
.sec3-box-r-list.fr .tit{
	left: 25px;
	padding-left: 40px;
}
.sec3-box-r-list .tit span{
	display: block;
	font-size: 16px;
	color: #403d3d;
	line-height: 32px;
	font-weight: 400;
	padding-top: 10px;
}
.sec3-box-r-list.fl .tit{
	background: url(../images/pic4.png) no-repeat left top 4px;
}
.sec3-box-r-list.fr .tit{
	background: url(../images/pic5.png) no-repeat left top 4px;
}
/*Section4*/
.section4 {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background: url(../images/newbg.jpg) no-repeat;
	padding-top: 80px;
	text-align: center;
	background-size: cover;
	overflow: hidden;
}
.sec4-tit{
	font-size: 42px;
	line-height: 42px;
    padding-top: 46px;
}
.sec4-subt{
	font-size: 16px;
	line-height: 32px;
	color: #3a3a3a;
	padding-top: 14px;
}
.sec4-info{
	width: 100%;
	overflow: hidden;
	margin-top: 53px;
	overflow: hidden;
}
.sec4-info .news-item{
	
}
.sec4-info .news-item a{ 
	display: block;
}
.sec4-info .news-item .pic{
	position: relative;
	overflow: hidden;
}
.sec4-info .news-item .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.sec4-info .news-item:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.sec4-info .news-item .pic .date{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #02396d;
	font-family: arial;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	width: 90px;
}
.sec4-info .news-item .txt{
	width: 100%;
	padding: 12px 0 10px 0;
	text-align: left;
}
.sec4-info .news-item .txt .tit{
	font-size: 18px;
	line-height: 39px;
	font-weight: bold;
	color: #333333;
}
.sec4-info .news-item .txt .subt{
	font-size: 14px;
	line-height: 26px;
	padding-top: 7px;
	color: #575757;
	height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.sec4-info .news-item .txt .more{
	font-size: 12px;
	line-height: 26px;
	color: #575757;
	font-family: arial;
	margin-top: 24px;
}
#inewsBP{
	padding-bottom: 72px;
}
#inewsBP .swiper-pagination-bullet{
	background: url(../images/news-dot.png) no-repeat;
	width: 12px;
	height: 12px;
	margin: 0 1px 0 2px;
	opacity: 1 !important;
}
#inewsBP .swiper-pagination-bullet-active{
	background: url(../images/news-dot-b.png) no-repeat;
	width: 12px;
	height: 12px;
}
.section4 .moredetail{
	font-family: arial;
	border: 1px solid #ff512b;
	border-radius: 24px;
	color: #ff512b;
	width: 180px;
	line-height: 38px;
	margin: 49px auto 0;
	text-align: left;
	padding-left: 49px;
	transition: all .5s ease;
}
.section4 .moredetail a{
	display: block;
	color: #ff512b;
	transition: all .5s ease;
}
.section4 .moredetail a i{
	padding-left: 6px;
	font-size: 14px;
	color: #ff512b;
}
.section4 .moredetail:hover{
	background: #ff512b;
	transition: all .5s ease;
}
.section4 .moredetail:hover a{
	color: #fff;
	transition: all .5s ease;
}
.section4 .moredetail:hover a i{
	color: #fff;
	transition: all .5s ease;
}
/*Section5*/
.section5 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #333;
	height: auto !important;
}
footer {
    height: auto !important;
}
.foot-info{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 53px 0;
}
.foot-l{
	width: 35%;
	float: left;
	overflow: hidden;
}
.foot-l .item{
	width: 17.959183%;
	float: left;
	margin-right: 9.795918%;
}
.foot-l .item:nth-child(2){
	width: 44.489795%;
}
.foot-l .item:last-child{
	margin-right: 0;
}
.foot-l .item h3{
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
.foot-l .item ul{
	margin-top: 19px;
	float: left;
	padding-right: 14px;
}
.foot-l .item ul li{
	margin-bottom: 1px;
}
.foot-l .item ul li a{
	color: #969696;
	font-size: 14px;
	line-height: 32px;
}
.foot-l .item ul li:hover a{
	color: #fff;
}
.foot-m{
	width: 30.714285%;
	float: left;
	padding-left: 2.857142%;
}
.foot-m h3{
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
.foot-m ul{
	margin-top: 19px;
	float: left;
	padding-right: 14px;
}
.foot-m ul li{
	margin-bottom: 1px;
	color: #b2b1b1;
}
.foot-m ul li a{
	color: #b2b1b1;
	font-size: 14px;
	line-height: 32px;
}
.foot-m ul li a.of{
	color: #ff512b;
	font-weight: bold;
}
.foot-m ul li a:hover{
	color: #fff;
}
.foot-r{
	float: right;
	margin-top: 15px;
}
.ft-ewm{
	float: right;
	margin-left: 22px;
}
.ft-albb{
	float: right;
	margin-left: 13px;
	margin-top: 28px;
}
.ft-tianmao{
	float: right;
	margin-left: 20px;
	margin-top: 28px;
}
.ft-logo{
	float: right;
	margin-top: 25px;
}
.foot-copy{
	border-top: 1px solid #404040;
	text-align: center;
	color: #717171;
	font-size: 14px;
	line-height: 40px;
}
.foot-copy a{
	color: #717171;
}
.fl {float: left;}
.fr {float: right;}

/*内页banner*/
.Nybanner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.Nybanner::before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	margin: 0 auto;
	height: 20%;
}
.Nybanner img {
	width: 100%;
}
.subdh{
	width: 100%;
	text-align: right;
	color: #555555;
	font-size: 14px;
	line-height: 32px;
	padding-top: 28px;
}
.subdh a{
	color: #555555;
	font-size: 14px;
}
.Nyabout{
	width: 100%;
	margin: 81px auto 0;
	overflow: hidden;
}
.list-hidden {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 60px;
    opacity: 0;
    margin-top: -100px;
}
.Nyprofile{
	width: 100%;
	background: url(../images/aboutbg1.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	background-size: cover;
}
.Nyprofile-l{
	width: 65%;
	float: left;
}
.Nyprofile-l .tit{
	font-size: 42px;
	line-height: 42px;
	color: #fff;
}
.Nyprofile-l .subt{
	font-size: 18px;
	line-height: 22px;
	padding-top: 17px;
	color: #daeefd;
	letter-spacing: 2px;
}
.Nyprofile-l .con{
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding-top: 43px;
}
.Nyprofile-l .video{
	width: 100%;
	max-width: 780px;
	height: 448px;
	margin-top: 50px;
	position: relative;
    z-index: 999;
}
.Nyprofile-r{
	width: 35%;
	float: left;
	padding-left: 15.0833333%;
}
.company-details{
	width: 100%;
	margin-top: 14px;
}
.company-details .item{
	border-bottom: 1px solid #86b9db;
	margin-bottom: 58px;
}
.company-details .item .danwei{
	width: 100%;
	font-size: 66px;
	line-height: 79px;
	font-family: 'BebasNeue-Regular';
}
.company-details .item .danwei .counter{
	font-size: 66px;
	line-height: 79px;
	font-family: 'BebasNeue-Regular';
}
.company-details .item .danwei .float-sj{
	font-size: 16px;
	line-height: 24px;
	color: #023a6d;
	padding-bottom: 18px;
	padding-right: 30px;
}
.Nyculture{
	width: 100%;
	position: relative;
	margin: -52px auto 0;
	overflow: hidden;
	background: url(../images/aboutbg2.jpg) no-repeat;
	background-size: cover;
	height: 761px;
}
.Nyculture_tit{
	font-size: 42px;
	line-height: 42px;
	color: #3a3a3a;
	text-align: center;
	padding-top: 184px;
}
.Nyculture_subt{
	width: 650px;
	margin: 40px auto 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	color: #393939;
	text-align: center;
	border-bottom: 2px solid #3f4348;
	border-top: 2px solid #3f4348;
	padding:26px 0 34px 0;
}
.Nyhonor{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	padding: 65px 0 0 0;
	position: relative;
}
.Nyhonor_tit{
	font-size: 42px;
	line-height: 42px;
	color: #3a3a3a;
	letter-spacing: 1px;
	text-align: center;
}
.Nyhonor_tit span{
	padding-right: 13px;
	font-weight: bold;
}
.Nyhonor_subt{
	font-size: 18px;
	line-height: 32px;
	color: #3a3a3a;
	text-align: center;
	padding-top: 23px;
}
.Nyhonor_info{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 56px;
	
}
#nyhonorBP1{
	width: 100%;
	padding-bottom: 70px;
}
#nyhonorBP1 .swiper-slide{
	width: 100%;
}
#nyhonorBP1 .swiper-slide .item{
	
}
#nyhonorBP1 .swiper-slide .first-item{
	margin-bottom: 48px;
}
#nyhonorBP1 .swiper-slide .item .pic{
	
}
#nyhonorBP1 .swiper-slide .first-item .txt, #nyhonorBP1 .swiper-slide .second-item .txt{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	color: #2c2d32;
	text-align: center;
	padding-top: 17px;
}
#nyhonorPA{
	bottom: 0;

}
#nyhonorPA .swiper-pagination-bullet {
	background: url(../images/honor-dot.png) no-repeat;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1 !important;
}
#nyhonorPA .swiper-pagination-bullet-active{
	background: url(../images/news-dot-b.png) no-repeat;
    width: 12px;
    height: 12px;
}
.Nydevelop{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/developbg.jpg) no-repeat;
	background-size: cover;
	padding: 63px 0 0 0;
	height: 670px;
	position: relative;
}
.Nydevelop_tit{
	width: 100%;
	font-size: 42px;
	line-height: 42px;
	text-align: center;
}
.Nydevelop_subt{
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	padding-top: 17px;
	color: #50575d;
	overflow: hidden;
}
.Nydevelop_info{
	width: 100%;
	padding-top: 83px;
}
#developBP{
	width: 100%;
}
#developBP .swiper-wrapper{
	margin-left: -50px;
}
#developBP .swiper-slide{
	text-align: center;
	width: 220px;
	padding-top: 107px;
}

#developBP .swiper-slide .round{
	border-radius: 100%;
	border: 2px solid #fff;
	background: #02396d;
	width: 104px;
	height: 104px;
	margin: 0 auto;
}
#developBP .swiper-slide .tit1{
	font-size: 20px;
	line-height: 30px;
	text-align:center;
	font-family: arial;
	color: #fff;
	margin-top: 36px;
}
#developBP .swiper-slide .tit2{
	font-size: 20px;
	line-height: 32px;
	padding-top: 29px;
	color:#383838;
	margin: 0 13px;
	text-align: left;
	display: none;
	padding-left: 12px;
}
#developN{
	background: url(../images/developN.png) no-repeat;
	width: 14px;
	height: 24px;
	right: 0;
}
#developP{
	background: url(../images/developP.png) no-repeat;
	width: 14px;
	height: 24px;
	left: 0;
}
#developBP .swiper-slide-active{
	width: 320px;
	padding-top: 0px;
}
#developBP .swiper-slide-active .round{
	border-radius: 100%;
	border: 13px solid #02396d;
	background: #fff;
	width: 100%;
	height: 320px;
	margin: 0 auto;
}
#developBP .swiper-slide-active .tit1{
	font-size: 36px;
	line-height: 36px;
	color: #383838;
	margin-top: 72px;
}
#developBP .swiper-slide-active .tit2{
	display: block;
}
/*product*/
.Nyproduct{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
	overflow: hidden;
}
.Nyproduct-top{
	width: 100%;
	margin: 0 auto;
	background: url(../images/productbanner.jpg) no-repeat;
	overflow: hidden;
	height: 420px;
	margin-top: 80px;
	text-align: center;
	padding-top: 143px;
}
.Nyproduct-top a{
	display: inline-block;
	line-height: 60px;
	background: #fff;
	font-size: 22px;
	color: #000000;
	text-align: left;
	width: 340px;
	border-radius: 36px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
}
.Nyproduct-top a:hover{
	color: #fff;
	background: #023a6d;	
}
/*pic1*/
.Nyproduct-top a:first-child{
	padding-left: 125px;
}
.Nyproduct-top a:first-child::before{
	display: block;
	content: "";
	position: absolute;
	background: url(../images/pic1.png) no-repeat left center;
	width: 41px;
	height: 19px;
	left: 56px;
	top: 50%;
	margin-top: -9px;
}
.Nyproduct-top a:first-child:hover::before{
	background: url(../images/pic1w.png) no-repeat left center;
}
/*pic2*/
.Nyproduct-top a:nth-child(2){
	padding-left: 125px;
}
.Nyproduct-top a:nth-child(2)::before{
	display: block;
	content: "";
	position: absolute;
	background: url(../images/pic4.png) no-repeat left center;
	width: 21px;
	height: 28px;
	left: 79px;
	top: 50%;
	margin-top: -14px;
}
.Nyproduct-top a:nth-child(2):hover::before{
	background: url(../images/pic4w.png) no-repeat left center;
}
/*pic3*/
.Nyproduct-top a:nth-child(3){
	padding-left: 114px;
}
.Nyproduct-top a:nth-child(3)::before{
	display: block;
	content: "";
	position: absolute;
	background: url(../images/pic5.png) no-repeat left center;
	width: 37px;
	height: 30px;
	left: 61px;
	top: 50%;
	margin-top: -15px;
}
.Nyproduct-top a:nth-child(3):hover::before{
	background: url(../images/pic5w.png) no-repeat left center;
}
/*pic4*/
.Nyproduct-top a:nth-child(4){
	padding-left: 146px;
}
.Nyproduct-top a:nth-child(4)::before{
	display: block;
	content: "";
	position: absolute;
	background: url(../images/pic2.png) no-repeat left center;
	width: 35px;
	height: 23px;
	left: 87px;
	top: 50%;
	margin-top: -11px;
}
.Nyproduct-top a:nth-child(4):hover::before{
	background: url(../images/pic2w.png) no-repeat left center;
}
/*pic5*/
.Nyproduct-top a:nth-child(5){
	padding-left: 125px;
}
.Nyproduct-top a:nth-child(5)::before{
	display: block;
	content: "";
	position: absolute;
	background: url(../images/pic3.png) no-repeat left center;
	width: 37px;
	height: 30px;
	left: 68px;
	top: 50%;
	margin-top: -15px;
}
.Nyproduct-top a:nth-child(5):hover::before{
	background: url(../images/pic3w.png) no-repeat left center;
}
/*pic6*/
.Nyproduct-top a:nth-child(6){
	padding-left: 147px;
}
.Nyproduct-top a:nth-child(6)::before{
	display: block;
	content: "";
	position: absolute;
	background: url(../images/pic6.png) no-repeat left center;
	width: 21px;
	height: 25px;
	left: 97px;
	top: 50%;
	margin-top: -12px;
}
.Nyproduct-top a:nth-child(6):hover::before{
	background: url(../images/pic6w.png) no-repeat left center;
}
.Nyproduct-top a:nth-child(4n+4), .Nyproduct-top a:first-child{
	margin-left: 0;
}
.Nyproduct_tit{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	line-height: 44px;
	padding-bottom: 10px;
	margin-top: 24px;
	border-bottom: 1px solid #ebebeb;
}
.Nyproduct_tit-l{
	font-size: 22px;
	line-height: 44px;
	float: left;
	color: #000;
}
.Nyproduct_tit-l img{
	padding-right: 26px;
	padding-left: 3px;
}
.Nyproduct_tit-r{
	float: right;
	font-size: 14px;
	color: #555555;
}
.Nyproduct_tit-r a{
	font-size: 14px;
	color: #555555;
}
.Nyproduct_info{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 41px;
	padding-bottom: 35px;
}
.nypro_item{
	padding-left: 11px;
	padding-right: 11px;
	margin-bottom: 26px;
}
.nypro_item a{
	display: block;
}
.nypro_item .pic{
	border: 1px solid #dbdddc;
	overflow: hidden;
}
.nypro_item .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.nypro_item:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.nypro_item .txt{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	padding-top: 12px;
	color: #2d2d2d;
}
/*ProductDe*/
.NyproductDe{
	width: 100%;
	margin: 81px auto 0;
	overflow: hidden;
	padding-bottom: 70px;
}
.NyproductDe_tit{
	font-size: 14px;
	line-height: 32px;
	color: #555555;
	margin-top: 35px;
}
.NyproductDe_tit a{
	color: #555555;
} 
.NyproductDe_info{
	width: 100%;
	padding-top: 33px;
	overflow: hidden;
}
.NyproductDe_info-l{
	width: 64.214285%;
	float: left;
}
#prodeN{
	background: url(../images/prodeN.jpg) no-repeat;
	width: 20px;
	height: 50px;
	right: 0;
}
#prodeP{
	background: url(../images/prodeP.jpg) no-repeat;
	width: 20px;
	height: 50px;
	left: 0;
}
.gallery-thumbs{
	margin-top: 22px !important;
}
.gallery-thumbs .swiper-slide{
	border: 1px solid #efefef;
}
.gallery-thumbs .swiper-slide-thumb-active{
	border: 1px solid #0d3ca6;
}
.NyproductDe_info-r{
	width: 30.857142%;
	float: left;
	padding-left: 4.8571428%;
}
.NyproductDe_info-r .tit1{
	font-size: 30px;
	color: #262626;
	font-weight: bold;
	padding-bottom: 17px;
	border-bottom: 2px solid #000;
}
.NyproductDe_info-r .tit2{
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #262626;
	padding-top: 26px;
}
.NyproductDe_info-r .tit2 span{
	font-size: 16px;
	font-weight: 400;
}
.NyproductDe_info-r .tit3{
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #262626;
	padding-top: 66px;
}
.NyproductDe_info-r .tit3 h1{
	font-size: 16px;
	line-height: 32px;
}
.NyproductDe_info-r .tit3 h2{
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
}
.NyproductDe_info-r .tit3 h2 a{
	color: #262626;
}
.NyproductDe_info-r .tit3 h2 a.tel{
	color: #ff512b;
	font-weight: bold;
}
.NyproductDe_info-r a.zx{
	display: block;
	width: 195px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #ff512b;
	line-height: 45px;
	margin-top: 94px;
	border-radius: 23px;
	text-align: center;
}
/*Nycase*/
.Nycase{
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
	background: url(../images/casebg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom:110px;
}
.Nycase_tit{
	font-size: 14px;
	line-height: 32px;
	color: #555555;
	text-align: right;
	padding-top: 28px;
	overflow: hidden;
}
.Nycase_tit a{
	font-size: 14px;
	line-height: 32px;
	color: #555555;
}
.Nycase_info{
	width: 100%;
	padding-top: 31px;
}
.Nycase_info-l{
	width: 29.666667%;
	float: left;
}
.gallery-thumbs2{
	padding-bottom: 50px;
}
.gallery-thumbs2 .swiper-slide{
	position: relative;
}
.gallery-thumbs2 .swiper-slide .txt{
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	top: 35%;
	text-align: center;
	z-index: 1111;
	opacity: 0;
}
.gallery-thumbs2 .swiper-slide-thumb-active .txt{
	opacity: 1;
}
.gallery-thumbs2 .swiper-slide .pic{
	position: relative;
}
.gallery-thumbs2 .swiper-slide-thumb-active .pic{}
.gallery-thumbs2 .swiper-slide-thumb-active .pic::before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(2,58,109,0.8);
	top: 0;
	left: 0;
	z-index: 999;
}
.gallery-thumbs2 .swiper-slide img{}
.gallery-thumbs2 .swiper-slide-thumb-active img{}
#casethumbs{
	bottom: 10px;
}
#casethumbs .swiper-pagination-bullet{
	background: url(../images/honor-dot.png) no-repeat;
	width: 12px;
	height: 12px;
	opacity: 1 !important;
}
#casethumbs .swiper-pagination-bullet-active{
	background: url(../images/news-dot-b.png) no-repeat;
	width: 12px;
	height: 12px;
}
.Nycase_info-r{
	width: 70.333333%;
	padding-left: 2%;
	float: right;
	position: relative;
}
.gallery-top2{}
.gallery-top2 .swiper-slide{
	position: relative;
}
.gallery-top2 .swiper-slide .txt{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	line-height: 100px;
	font-size:24px;
	color:#fff;
	padding-left: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 100px;
	background-image: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,0.6));
}
#caseN{
	background: url(../images/caseN.jpg) no-repeat;
	width: 60px;
	height: 60px;
	right: -5.487804%;
	bottom: 85px;
	top: auto;
}
#caseP{
	background: url(../images/caseP.jpg) no-repeat;
	width: 60px;
	height: 60px;
	left: auto;
	right: 1.951219%;
	bottom: 85px;
	top: auto;
}
/*Nyrecruit*/
.Nyrecruit{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 60px;
	min-height: 900px;
}
.Nyrecruit_tit{
	width: 100%;
	margin: 28px auto 0;
	overflow: hidden;
}
.Nyrecruit_tit-l{
	color: #000000;
	font-size: 22px;
	line-height: 32px;
	float: left;
}
.Nyrecruit_tit-r{
	float:right;
	font-size: 14px;
}
.Nyrecruit_info{
	width: 100%;
	margin-top:20px;
}
.Nyrecruit_info-box{
	border: 1px solid #dcdcdc;
	position: relative;
}
.Nyrecruit_info .list{
	width: 100%;
    height: 58px;
    line-height: 50px;
    background-color: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}
.Nyrecruit_info .list a{
	display: block;
    line-height: 58px;
    font-size: 18px;
    color: #333333;
    float: left;
    width: 130px;
    margin-right: 65px;
    text-align: center;
}
.Nyrecruit_info .list a.zw{
	margin-right: 228px;
}
.Nyrecruit_info .item{
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;

}
.Nyrecruit_info .item h3{
	width: 100%;
	overflow: hidden;
	line-height: 58px;
	padding-bottom: 6px;
}
.Nyrecruit_info .item h3 a{
	display: block;
    float: left;
    line-height: 58px;
    font-size: 16px;
    color: #333333;
	width: 130px;
	margin-right: 65px;
	padding-left: 44px;
	text-align: left;
}
.Nyrecruit_info .item h3 a.til{
	margin-right: 158px;
	width: 200px;
}
.Nyrecruit_info .item h3 a.xiangq{
	background: #02396d;
	line-height: 39px;
	color: #fff;
	margin-top: 9px;
	text-align: center;
	padding-left: 0;
}
.Nyrecruit_info .item h3 a.xiangq:hover, .Nyrecruit_info .item h3.on a.xiangq{
	background: #ff512b;
}
.Nyrecruit_info .item:last-child{
	border-bottom: none;
}
.Nyrecruit_info-box .item .hidden-table{
	width: 100%;
	min-height: 640px;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 35px 72px 50px 72px;
	display: none;
	z-index: 999;
}
.Nyrecruit_info-box .item.on .hidden-table{
	display: block;
}
.Nyrecruit_info-box .item .hidden-table ul{
	position: relative;
}
.Nyrecruit_info-box .hidden-table .tit{
	font-size: 28px;
	line-height: 64px;
	color: #333;
}
.Nyrecruit_info-box .hidden-table .sub{
	width: 100%;
}
.Nyrecruit_info-box .hidden-table .sub .gwzz{
	padding-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}
.Nyrecruit_info-box .hidden-table .sub .gwzz span{
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.Nyrecruit_info-box .hidden-table .sub .rzzg{
	padding-top: 33px;
	font-size: 14px;
	line-height: 28px;
	color: #333333;	
}
.Nyrecruit_info-box .hidden-table .sub .rzzg span{
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.Nyrecruit_info-box .hidden-table .scjl{
	display: block;
	background: #ff512b;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	width: 140px;
	margin-top: 24px;
}
/*Nynews*/
.Nynews-top{
	width: 100%;
	margin: 81px auto 0;
	background: url(../images/newsbanner.jpg) no-repeat;
	overflow: hidden;
	height: 420px;
	text-align: center;
	padding-top: 143px;
	background-size: cover;
}
.Nynews-top a {
    display: inline-block;
    line-height: 60px;
    background: #fff;
    font-size: 22px;
    color: #000000;
    text-align: left;
    width: 340px;
    border-radius: 36px;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
}
.Nynews-top a:hover{
	color: #fff;
	background: #023a6d;
}
.Nynews-top a:first-child::before {
    display: block;
    content: "";
    position: absolute;
    background: url(../images/newicon1.png) no-repeat left center;
    width: 29px;
    height: 29px;
    left: 101px;
    top: 50%;
    margin-top: -14px;
}
.Nynews-top a:hover:first-child::before {
	background: url(../images/newicon1w.png) no-repeat left center;
}
.Nynews-top a:nth-child(2)::before {
    display: block;
    content: "";
    position: absolute;
    background: url(../images/newicon2.png) no-repeat left center;
    width: 28px;
    height: 28px;
    left: 99px;
    top: 50%;
    margin-top: -13px;
}
.Nynews-top a:hover:nth-child(2)::before {
	background: url(../images/newicon2w.png) no-repeat left center;
}
.Nynews-top a:first-child{
	padding-left:157px;
}
.Nynews-top a:nth-child(2){
	padding-left: 155px;
}
.Nynews {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 27px 0 30px 0;
}
.Nynews_tit{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 19px;
}
.Nynews_tit-l{
	font-size: 22px;
	line-height: 32px;
	color:#000000;
	float: left;
}
.Nynews_tit-r{
	font-size: 14px;
	line-height: 32px;
	color: #555555;
	float: right;
}
.Nynews_info{
	width: 100%;
	padding-top: 22px;
}
.Nynews_info .item{
	width: 100%;
	overflow: hidden;
	transition: all .5s ease;
}
.Nynews_info .item a{
	display: block;
	overflow: hidden;
	padding: 42px 30px 30px 30px;
}
.Nynews_info .item .date{
	font-size: 24px;
	float: left;
	width: 4.432624%;
	color: #222222;
	font-family: 'AlternateGothicEF-NoOne';
	transition: all .5s ease;
}
.Nynews_info .item .date span{
	display: block;
	font-size: 62px;
	line-height: 60px;
	color: #222222;
	font-family: 'BebasNeue-Regular';
	border-bottom: 1px solid #dddddd;
	transition: all .5s ease;
}
.Nynews_info .item .txt{
	float: left;
	width: 60.992907%;
	margin-left: 3.4574468%;
}
.Nynews_info .item .txt h1{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	transition: all .5s ease;
}
.Nynews_info .item .txt h2{
	font-size: 16px;
	line-height: 32px;
	padding-top: 15px;
	color:#575757;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 79px;
	transition: all .5s ease;
}
.Nynews_info .item .txt .more{
	display: block;
	margin-top: 40px;
	font-family: arial;
	font-size: 12px;
	color: #575757;
	transition: all .5s ease;
}
.Nynews_info .item .pic{
	float: right;
	overflow: hidden;
	width: 23.25%;
}
.Nynews_info .item:hover{
	background: #023a6d;
	transition: all .5s ease;
}
.Nynews_info .item:hover .date{
	color: #ffffff;
	transition: all .5s ease;
}
.Nynews_info .item:hover .date span{
	color: #fff;
	transition: all .5s ease;
}
.Nynews_info .item:hover .txt h1{
	color: #fff;
	transition: all .5s ease;
}
.Nynews_info .item:hover .txt h2{
	color: #aecae3;
	transition: all .5s ease;
}
.Nynews_info .item:hover .txt .more{
	color: #aecae3;
	transition: all .5s ease;
}
.NynewsDe{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.newsDe_info{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 55px 0 50px 0;
}
.newsDe_info_l{
	width: 66.666666%;
	float: left;
}
.newsDe_info_l_tit{
	color: #333333;
	font-size: 24px;
	line-height: 39px;
	font-weight: bold;
}
.newsDe_info_l_sub{
	font-size: 14px;
	color: #7d7d7d;
	margin-top: 11px;
	line-height: 44px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.newsDe_info_l_cont{
	padding-top: 33px;
	font-size: 16px;
	color: #484747;
	line-height: 32px;
}

.newsDe_info_r{
	width: 33.333333%;
	float: left;
	padding-left: 5.833333%;
}
.newsDe_info_r h3{
	background: #02396d;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 16px;
	margin-top: 7px;
}
.newsDe_info_r ul{
	margin-top: 15px;
}
.newsDe_info_r ul li{
	border-bottom: 1px solid #e0e0e0;
	line-height: 69px;
	padding-left: 15px;
	padding-bottom:14px;
}
.newsDe_info_r ul li a{
	display: block;
}
.newsDe_info_r ul li .tit{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #222222;
	padding-top: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 34px;	
}
.newsDe_info_r ul li .date{
	font-size: 12px;
	line-height: 20px;
	color: #494949;
	padding-top: 1px;
}
.newsDe_info_r ul li:hover{
	background: #02396d;
}
.newsDe_info_r ul li:hover .tit{
	color: #fff;
}
.newsDe_info_r ul li:hover .date{
	color: #fff;
}
.prev-next{
	width: 100%;
	padding-top: 80px;
	overflow: hidden;
}
.pn-l{
	float: left;
	width: 75%;
}
.pn-l-p, .pn-l-n{
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	width: 100%;
	display: block;
}
.pn-l-p a, .pn-l-n a{
	color: #555555;
}
.pn-r{
	float: right;
}
.pn-r .return{
	display: block;
	background: rgb(4,57,109);
	width: 140px;
	line-height: 41px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
}
/*Nycontact*/
.Nycontact {
	width: 100%;
	margin: 81px auto 0;
	background: url(../images/contactbg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 168px;
}
.Nycontact_tit{
	float: right;
	color: #fff;
	font-size: 14px;
	margin-top: 29px;
}
.Nycontact_tit a{
	color: #fff;
}
.Nycontact_info{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.Nycontact_info-l{
	width: 16.5%;
	float: left;
	margin-top: 210px;
}
.Nycontact_info-r{
	width: 83.5%;
	float: left;
	padding-left: 9%;
	margin-top: 71px;
}
.Nycontact_info-r_tit{
	font-size: 22px;
	line-height: 42px;
	font-weight: bold;
	background: url(../images/logo.png) no-repeat left 7px center;
	color: #fff;
	padding-left: 102px;
}
.Nycontact_info-r_list{
	margin-top: 97px;
	margin-left: 14px;
	overflow: hidden;
	position: relative;
}
.Nycontact_info-r_list .item{
	width: 24%;
	margin-right: 1%;
	float: left;
	padding-top: 105px;
}
.Nycontact_info-r_list .item .tit{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
}
.Nycontact_info-r_list .item .sub{
	font-size: 18px;
	line-height: 22px;
	margin-top: 25px;
	color: #fff;
}
.Nycontact_info-r_list .item:first-child{
	background: url(../images/add.png) no-repeat left top;
}
.Nycontact_info-r_list .item:nth-child(2){
	background: url(../images/tel.png) no-repeat left top;
}
.Nycontact_info-r_list .item:nth-child(3){
	background: url(../images/fax.png) no-repeat left top;
}
.Nycontact_info-r_list .item:nth-child(4){
	background: url(../images/email.png) no-repeat left top;
}
.Nycontact_info-r_list hr{
	position: absolute;
	width: 100%;
	height: 3px;
	background: #ffffff;
	left: 0;
	top: 88px;
	margin-top: 0;
	margin-bottom: 0;
}
.Nycontact_info-r_logo{
	margin-top: 110px;
	margin-left: 14px;
	overflow: hidden;
}
.Nycontact_info-r_logo .c-tm{
	float: left;
	margin-right: 19px;
}
.Nycontact_info-r_logo .c-albb{
	float: left;
}
.Nyyxtj{
	width: 100%;
	background: #02396d;
	padding: 57px 0 85px 0;
}
.Nyyxtj_tit{
	font-size: 42px;
	line-height: 60px;
	color: #fff;
	text-align: center;
}
.Nyyxtj_form{
	width: 100%;
	padding-top: 77px;
	overflow: hidden;
}
.Nyyxtj_form .item{
	width: 48.591549%;
	line-height: 38px;
	margin-bottom: 33px;
	float: left;
	color: #6a6c70;
}
.Nyyxtj_form .item.w100{
	width: 100%;
}
.Nyyxtj_form .item:nth-child(1), .Nyyxtj_form .item:nth-child(3){
	margin-right: 2.8169%;
}
.Nyyxtj_form .item label{
	float: left;
    padding-left: 12px;
    color: #ffffff;
}
.Nyyxtj_form .item input[type="text"]{
	border: none;
	float: left;
	line-height: 38px;
	background: #d0e8fe;
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
	width: 484px;
}
.Nyyxtj_form .item textarea{
	width: 1101px;
    background: #d0e8fe;
    color: #333;
    border: none;
    padding-left: 15px;
	height: 171px;
}
.Nyyxtj_form button{
    color: #fff;
    background: #ff512b;
	border: 2px solid #346492;
    border-radius: 32px;
    width: 440px;
    line-height: 50px;
	font-weight: bold;
    font-size: 20px;
    margin: 25px auto 0;
    display: block;
}
/*pc下拉*/
.dh-wrap {
	width: 100%;
	opacity: 0;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 50px;
	overflow: hidden;
	position: fixed;
	top: 90px;
	z-index: -1;
	height: 0;
	transition: all .8s ease;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

.dh-wrap.xs {
	opacity: 1;
	z-index: 999;
	height: auto;
	transition: all .8s ease;
}

.dh-wrap .class-list {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.dh-wrap .class-list .item {
	width: 16%;
	margin: 0 auto;
	overflow: hidden;
	float: left;
}

.class-list .item h2 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}

.class-list .item h2 a {
	display: inline-block;
	color: #0c6cb3;
}

.class-list .item ul {
	padding-top: 26px;
}

.class-list .item ul li {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.class-list .item ul li:hover a,
.class-list .item h2 a:hover {
	color: #0c6cb3;
}

.class-list .item ul li a {
	display: inline-block;
	overflow: hidden;
}

/*返回顶部*/
.sroll_top {
	right: 0.8%;
	bottom: 6.3%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 9999;
}

/*Mask*/
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
}

.mask.visible {
	visibility: visible;
	opacity: 1;
	transition: all .5s ease;
}

/*弹出框*/
.Popup {
	background: #fff;
	border: 1px solid #e1e1e1;
	position: fixed;
	z-index: 100;
	width: 330px;
	left: 50%;
	margin-left: -250px;
	top: 84%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}

.Popup.visible {
	visibility: visible;
	top: 24%;
	opacity: 1;
	transition: all .5s ease;
}

.Popup.downmore {
	width: 500px;
	padding: 32px 0 35px;
	transition: all .5s ease;
	border-radius: 24px;
}

.Popup .tc-inner {
	width: 350px;
	margin: 24px auto 0;
}

.tc-inner textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 80px;
	text-indent: 21px;
	padding-top: 8px;
	font-size: 16px;
	color: #666;
	border: 1px solid #cccccc;
	background: #ffffff;
	line-height: 25px;
	border-radius: 10px;
}

.mta40 {
	margin: 40px auto 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

.mta15 {
	margin: 15px auto 0;
}

/*Page*/
.page {
	padding: 50px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px;
	font-size: 14px;
	margin-bottom: 30px;
}

.page a {
	padding: 9px 15px;
	margin: 0px;
	color: #333;
	text-align: none;
	background: #fff;
	border: #D4D4D4 solid 1px;
}

.page a:hover {
	color: #fff;
	background: #FF512C;
	border: #D4D4D4 solid 1px;
}

.page a:active {
	color: #fff;
	background: #FF512C;
	border: #f9f9f9 solid 1px;
}

.page span.current {
	color: #fff;
	background: #FF512C;
	border: #FF512C solid 1px;
	padding: 9px 15px;
	font-weight: bold;
	margin: 0px;
}

.page span.disabled {
	background: #ffffff;
	border: #D4D4D4 solid 1px;
	padding:9px 10px;
	margin: 0;
	color: #585858;
	font-weight: bold;
}

@-webkit-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-moz-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-ms-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}



/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 16px;
	background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(1, 102, 179, .5);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(1, 102, 179, .8);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(1, 102, 179, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/

/*add*/
/*20201024 19:16新增*/
.adm-banner-pay {
	position: relative;
}

.adm-banner-wz {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 30%;
}

.adm-banner-wz h3 {
	font-size: 100px;
	color: #fff;
	font-family: "BarlowCondensed-SemiBold";
	z-index: 999;
	position: relative;
}
.is-video-back{
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 767px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;	
}
.moplay {
	margin: 0 auto;
	width: 68px !important;
	height: 68px;
	margin-top: 50px;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.palybut {
	position: relative;
}

.palybut img {
	display: block;
	width: 68px;
	height: 68px;
}

.palybut:before {
	content: "";
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 5px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	opacity: 0;
	transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.moplay:hover .palybut:before {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}

.moplay p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}

.wzvideo {
	width: 960px !important;
	height: 395px !important;
	background: #000;
}

.videode {
	width: 100%;
	height: 100%;
	background: #000;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
}

/*curDebanner*/
.curSwiper {
	width: 100%;
}

.curDeSlide {
	background: #000;
}

.curDeSlide video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.curDeNext {
	width: 85px !important;
	height: 18px !important;
	right: 8% !important;
	background: url(../images/curDe-jt.png) no-repeat center center !important;
}



