@font-face {
	font-family: PingFangRegular;
	src: url(../fonts/PingFangMedium.ttf)
}

@font-face {
	font-family: PangMenZhengDao;
	src: url(../fonts/PangMenZhengDao.ttf)
}

@font-face {
	font-family: helveticaneueltpro;
	src: url(../fonts/helveticaneueltpro.ttf)
}

@font-face {
	font-family: HelveticaNeue;
	src: url(../fonts/HelveticaNeue.ttf)
}

@font-face {
	font-family: YouSheBiaoTiHei;
	src: url(../fonts/YouSheBiaoTiHei-2.ttf)
}

@font-face {
	font-family: DIN;
	src: url(../fonts/DIN.ttf)
}
.ny.new.search{
	padding-top: 150px;
}
#search_result {
    margin-bottom: 30px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    color: #333333;
    width: 100%;
    background: #ededed;
    font-size: 16px;
}
/*基础CSS*/
* {
	padding: 0;
	margin: 0;
	transition: all 0.4s;
}

html,
body {
	font-size: 14px;
	width: 100%;
	font-family: PingFangRegular;
}

li {
	list-style: none;
}

input {
	outline: none;
	border: none;
}

a {
	color: #212529;
	text-decoration: none;
}

a:hover {
	color: initial;
	text-decoration: none;
}

p,
dl,
dt,
dd,
ul {
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	max-width: 100%;
}
#openBtn{
	display: none;
	cursor: pointer;
	padding: 0;
}
#openBtn .lcbody {
    width: 48px;
    height: 48px;
    position: relative;
    transform: translateZ(0px) rotate(
0deg
);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
}
#openBtn .lcitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0px) rotate(
0deg
);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    width: 48px;
    height: 48px;
}
#openBtn .lcitem .rect {
    width: 17px;
    height: 1px;
    background: #232323;
    position: absolute;
    left: 16px;
    transition: transform 0.2s ease 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
#openBtn .lcitem .rect.top {
    top: 23px;
    transform: translate3d(0px, -3px, 0px);
}
#openBtn .lcitem .rect.bottom {
    bottom: 23px;
    transform: translate3d(0px, 3px, 0px);
}
#openBtn.openMenu .lcitem.bottom, .lcbody.close .lcitem.bottom {
    transform: translateZ(0px) rotate(
-45deg
);
}
#openBtn.openMenu .lcbody {
    transform: translateZ(0px) rotate(
90deg
);
}
#openBtn.openMenu .lcitem .rect, .lcbody.close .lcitem .rect {
    transition: transform 0.2s ease 0s;
    transform: translate3d(0px, 0px, 0px);
}
.head {
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px rgba(102, 61, 62, 0.05);
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
}
.head *{
	transition: all .3s ease-out 0s;
}
.banner .wap{
	display: none;
	position: relative;
}
.banner img{
    margin: auto;
}
.banner .wap .con{
	position: absolute;
	left: 16px;
	top: 0;
	bottom: 0;
	color: #fff;
	    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .wap p{
	font-size: 30px;
	line-height: 50px;
}
.banner .wap span{
	font-size: 14px;
	display: block;
	margin-top: 14px;
}
.lbt1{
    display: none;
}
.lbt.swiper-container,.banner{
	margin-top: 101px;
}
.lbt .swiper-slide{
    background: #D84F53;
}
.lbt .swiper-slide p{
    font-family: 'YouSheBiaoTiHei';
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 13%;
    font-size: 72px;
    line-height: 86px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    margin: auto;
}
.head .con {
	display: flex;
	align-items: center;
	height: 100px;
	width: 100%;
	padding: 0 26px;
	justify-content: space-between;
}

.head .con>ul {
	width: 548px;
	display: flex;
	justify-content: space-between;
}

.head .con>ul>li {
	float: left;
	position: relative;
	visibility: visible;
	opacity: 1;
	line-height: 100px;
}
.head .con>ul>li:first-child{
	
}
.head.searchopen .con>ul>li,.head.searchopen .lx,.head.searchopen .search,.head.searchopen .start,.head.searchopen .logo,.head.searchopen .lang{
	visibility: hidden;
	opacity: 0;
}
#searchbar.search-wrap {
    margin-top: 0;
    border: 0;
    background: #fff;
    margin: 0 auto;
    padding: 0;
    height: 101px;
    transition: inherit;
	position: fixed;
	    padding: 0 5px;
		display: flex;
		width: 100%;
		align-items: center;
}
.search-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
	max-width: 1200px;
	right: 0;
}
.searchopen .search-wrap {
    opacity: 1;
    margin-top: 0px;
    z-index: 10;
}
.search-frame{
	flex: 1;
}
.search-close {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 40.5px;
    right: 0;
	margin-right: 20px;
}
.searchopen .search-frame form {
    -webkit-animation: ac-gn-searchform-slide 1s both;
    animation: ac-gn-searchform-slide 1s both;
}
.search-wrap input {
    font-size: 16px;
    line-height: 44px;
    color: #333;
    width: 100%;
    border-radius: 5px;
    float: none;
}
.search-close .lcitem-top, .search-close .lcitem-bottom {
    height: 19px;
    width: 1px;
    background: #232323;
    position: absolute;
    display: block;
    top: 0;
    z-index: 1;
	left: 0;
    transition: all .2s ease-out 0s;
}
.searchopen .search-close .lcitem-top {
    left: 9px;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.searchopen .search-close .lcitem-bottom {
    left: 9px;
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
}
.search-close .lcitem-bottom {
    right: 0;
}
.searchtext-btn {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    margin-left: 30px;
}
.search-input {
    float: none;
    margin-left: 48px;
    margin-right: 80px;
    padding: 0 10px;
    transition: all .3s ease-out 0s;
}
.searchtext-btn i {
    font-size: 18px;
    line-height: 44px;
}
.searchopen a.search-close {
    opacity: 1;
    transition: all .2s ease-out 0s;
}
.head .con>ul>li::after {
    content: '';
    bottom: 0;
    height: 2px;
    width: 0;
    background: #222222;
    transition: all ease-out .3s;
    display: block;
    margin: -2px auto 0;
}
.head .con>ul>li.active:after, .head .con>ul>li:hover:after {
    width: 100%;
}
.head ul li a {
	color: #222222;
	font-size: 16px;
}

.head .con>ul>li i {
	margin-left: 2px;
	vertical-align: middle;
}
.head ul.subnav {
    border-top: 0px solid #7B7B7B;
    border-radius: 0px;
    box-shadow: 0px 12px 36px rgb(0 0 0 / 16%);
	transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
	position: absolute;
	width: 210px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}
.head ul.subnav li a i {
    float: right;
    margin-top: 5px;
    transition: all ease-out .2s;
    opacity: 0;
}
.head ul.subnav i{
	background: initial!important;
}
.head ul.subnav li a {
    border-bottom: medium none transparent;
    padding: 14px 30px;
    width: 150px;
    background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
    display: block;
    font-size: 14px;
	box-sizing: content-box;
    transition: all 0.2s ease-out 0s;
    color: #999;
	overflow: hidden;
}
.head .con>ul li:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.head ul.subnav li {
    border-bottom: 1px solid #f0f0f0;
	line-height: initial;
}
.head ul.subnav li a:hover {
    text-indent: 10px;
    background: #f0f0f0;
    color: #454545;
}
.head ul.subnav li a:hover i {
    opacity: 1;
}
.head .logo {
	font-weight: 600;
	font-size: 18px;
	margin-left: 84px;
	color: #000000;
	display: flex;
	align-items: center;
}
.head .logo img{
    margin-right: 20px;
}
.head .right,
.head .left {
	display: flex;
	align-items: center;
}

.head .lx {
	font-weight: 600;
	font-size: 18px;
	color: #222222;
	background: url(../images/tel.png) no-repeat left;
	margin-right: 92px;
	padding-left: 27px;
}

.head .search {
	width: 20px;
	height: 20px;
	background: url(../images/search.svg) no-repeat center;
	margin-right: 24px;
	cursor: pointer;
}

.head .start {
	width: 20px;
	height: 20px;
	background: url(../images/start.png) no-repeat center;
	cursor: pointer;
}

.ch {

	padding: 90px 120px 120px 120px;
}

.container {
	max-width: 1560px;
	padding: 0;
}

.ch .cname {
	font-weight: 600;
	font-size: 36px;
	color: #222222;
	margin-bottom: 158px;
}

.ch .l {
	margin-top: 36px;
	display: flex;
}

.ch .con {
	display: flex;
	justify-content: space-between;
}

.ch .l span {
	background: url(../images/Enhance.png) no-repeat center;
	width: 19px;
	height: 224px;
	margin-right: 40px;
	display: block;
}

.ch .l .xian {
	width: 2px;
	height: 390px;
	background: #000000;
}

.ch .m {
	width: 602px;
	margin-left: 120px;
	margin-right: 57px;
	margin-top: 36px;
}

.ch .con .tit {
	font-size: 48px;
	line-height: 62px;
	letter-spacing: 0.28em;
	color: #222222;
	margin-bottom: 40px;
	font-family: 'YouSheBiaoTiHei';
}

.ch .con .nr {
	width: 500px;
	margin-bottom: 84px;
}

.ch .con .nr p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #808080;
}

.ch .con .nr p:last-child {
	margin-top: 30px;
}

.ch .m .kk {
    margin-left:-40px
	position: relative;
}



.ch .m .kk .k2 {
	display: inline-block;
	width: 74px;
	height: 73px;
	background: url(../images/tm.png) #fff no-repeat;
}

.ch .m .kk .xian {
	position: absolute;
	display: inline-block;
	width: 140px;
	height: 2px;
	background: #000000;
	bottom: 6px;
	left: 58px;
}

.ch .r img {
	width: 720px;
}

.fwxm {
	overflow: hidden;
}

.fwxm .cname {
	font-family: PingFangRegular;
	width: 144px;
	font-size: 36px;
	line-height: 50px;
	color: #222222;
	border-bottom: 2px #4E4E4E solid;
	padding-top: 90px;
}

.fwxm .container>span {
	display: block;
	font-size: 16px;
	color: #C1C1C1;
	margin-bottom: 58px;
}

.fwxm .box .tit {
	text-align: center;
	margin-top: 20px;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #282828;
}

.fwxm .box {
	overflow: hidden;
}

.fwxm .box>div {
	float: left;
	padding: 54px 0;
	margin-bottom: 60px;
}

.fwxm .box img {
	margin: 0 auto;
	display: block;
}

.fwxm .box>div:hover {
	background-color: #fff;
	border-radius: 4px;
}

.fwxm .box p {
	width: 270px;
	margin: 0 auto;
	margin-bottom: 53px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.fwxm .box .xian {
	width: 30px;
	height: 1px;
	background: #282828;
	margin: 0 auto;
}

.alzs {
	padding-top: 90px;
	overflow: hidden;
}

.alzs .alt {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 58px;
}

.alzs .cname {
	width: 144px;
	font-size: 36px;
	line-height: 50px;
	color: #222222;
	border-bottom: 2px #4E4E4E solid;
}

.alzs .container>span {
	display: block;
	font-size: 16px;
	color: #C1C1C1;
	margin-bottom: 58px;
}

.alzs .fr a {
	font-size: 16px;
	color: #808080;
	margin-right: 19px;
}

.alzs .fr a.more {
	margin-right: 0;
	margin-left: 31px;
}

.alzs .list>div {
	padding: 0;
	float: left;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}

.alzs .list>div a {
	display: block;
	overflow: hidden;
}

.alzs .list>div a:hover img {
	transform: scale(1.1);
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.alzs .list {
	overflow: hidden;
	margin-bottom: 120px;
}

.alzs .subname {
	font-size: 36px;
	line-height: 50px;
	color: #222222;
	margin-bottom: 56px;
	position: relative;
	text-align: center;
}

.alzs .subname::after {
	content: '';
	position: absolute;
	background: #C4C4C4;
	height: 2px;
	bottom: -10px;
	width: 100px;
	left: 50%;
	margin-left: -50px;
}

.alzs .box .tit {
	font-size: 64px;
	line-height: 90px;
	margin-bottom: 10px;
	color: #222222;
	text-align: center;
}

.alzs .box p {
	font-size: 16px;
	line-height: 24px;
	width: 208px;
	margin: 0 auto;
	color: #808080;
}

.alzs .box img {
	margin: 0 auto;
}

.news {
	overflow: hidden;
	background: linear-gradient(to right, #F7F7F7 0%, #F7F7F7 52.5%, white 47.5%, white 100%);
}

.news .container {
	display: flex;
	padding-top: 114px;
	padding-bottom: 114px;
	justify-content: space-between;
}

.news .fl {
	width: 1008px;
}

.news .fr {
	background: #fff;
}

.news .cname {
	font-family: PingFangRegular;
	width: 72px;
	font-size: 36px;
	line-height: 50px;
	color: #222222;
	border-bottom: 2px #4E4E4E solid;
}

.news .container .fl>span {
	display: block;
	font-size: 16px;
	color: #C1C1C1;
	line-height: 24px;
	margin-bottom: 40px;
}

.news .container .fl>a .tit {
	font-size: 36px;
	line-height: 43px;
	margin-bottom: 30px;
	width: 732px;
	color: #222222;
	text-overflow: -o-ellipsis-lastline;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 line-clamp: 2;
	 -webkit-box-orient: vertical;
}

.news .container .fl>a .dec {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	margin-top: 40px;
	color: #222222;
	width: 732px;
	margin-bottom: 31px;
}

.news .container .fl>a .dec::after {
	content: '';
	width: 48px;
	height: 1px;
	background: #808080;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news .container .fl>a p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
	width: 732px;
	letter-spacing: 0.04em;
	color: #808080;
     text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      line-clamp: 4;
      -webkit-box-orient: vertical;
}

.news .container .fl .more {
	width: 186px;
	height: 34px;
	display: block;
	border: 1px solid #808080;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 33px;
	border-radius: 17px;
}

.news .container .fl .more:hover {
	background-color: #1D1D1E;
	color: #fff;
}

.news .container .fl .more:hover i {
	color: #fff;
}

.news .container .more i {
	font-style: normal;
	color: #222;
}

.news .container .fr {
	margin-left: 140px;
}

.news .container .fr .m {
	font-family: helveticaneueltpro;
	font-weight: 300;
	font-size: 28px;
	line-height: 26px;
	margin-bottom: 5px;
	width: 122px;
	letter-spacing: 0.04em;
	color: #000000;
}

.news .container .fr .year {
	font-family: helveticaneueltpro;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
	text-align: right;
	width: 83px;
	color: #777777;
}

.news .container .fr .xian {
	width: 1px;
	margin-right: 40px;
	height: 30px;
	background: #C4C4C4;
}

.news .container .fr a:not(.more) {
	margin-bottom: 68px;
	display: flex;
}

.news .container .fr a:nth-child(4) {
	margin-bottom: 80px;
}

.news .container .fr .date {
	width: 122px;
}

.news .container .fr .tit {
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0.04em;
	color: #222222;
	white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;
		width: 90%;
}

.news .container .fr .dec {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
	color: #222222;
}

.news .container .fr p {
	font-size: 14px;
	line-height: 26px;
	color: #808080;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	letter-spacing: 0.04em;
}

.news .container .fr .more {
	width: 140px;
	height: 34px;
	display: block;
	border: 1px solid #808080;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 26px;
	border-radius: 17px;
	margin-left: 163px;
}

.news .container .fr .more:hover {
	background-color: #1D1D1E;
	color: #fff;
}

.news .container .fr .more:hover i {
	color: #fff;
}

.foot {
	height: 242px;
	background: #1D1D1E;
	padding: 37px 0;
}

.foot .tit {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.foot ul {
	float: left;
	overflow: hidden;
}

.foot ul li {
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}

.foot ul:nth-child(2) {
	margin-right: 60px;
}

.foot .container {
	display: flex;
	justify-content: space-between;
}

.foot .fw {
	margin-left: 18px;
}

.foot .fw p {
	font-size: 14px;
	line-height: 26px;
	padding-top: 20px;
	color: #808080;
	clear: both;
}
.foot .fw p a{
    font-size: 14px;
    color: #808080;
}
.foot .lx p,.foot .lx p a {
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}

.foot .lx p:nth-child(2) {
	padding-left: 34px;
	background: url(../images/yx.svg) left center no-repeat;
}

.foot .lx p:nth-child(3) {
	padding-left: 34px;
	background: url(../images/dh.svg) left center no-repeat;
}

.foot .lx p:nth-child(4) {
	padding-left: 34px;
	background: url(../images/dw.svg) left center no-repeat;
}

.foot .lx p:nth-child(5) {
	margin-top: 20px;
}

.foot .zf {
	padding-right: 93px;
	padding-top: 44px;
	display: flex;
}

.foot .zf a:last-child {
	margin-left: 28px;
}
.ny.pro{
	margin-top: 110px;
}
.ny .alzs {
	padding-top: 58px;
	padding-bottom: 58px;
}
.ny .alzs .list{
	margin: 0 -10px;
}
.ny .alzs .list>div {
	padding: 0 10px;
	margin-bottom: 20px;
}

.ny .alzs .list {
	margin-bottom: 0;
}

.page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 38px;
}

.page a {
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #fff;
	border-radius: 4px;
	color: #999999;
}
.page a.prev,.page a.next{
	width: auto;
}
.page a.page-num-current {
	background: #CE2328;
	color: #fff;
}

.ny .alzs .num {
	font-size: 94px;
	line-height: 115px;
	color: #E6E6E6;
}

.ny .alzs .item1 {
	display: flex;
	margin-bottom: 94px;
}

.ny .alzs .jj {
	margin: 0 180px;
}

.ny .alzs .jj p {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	margin-bottom: 6px;
}

.ny .alzs .jj p:nth-child(2) {
	margin-bottom: 28px;
}

.ny .alzs .js .nm {
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.08em;
	color: #4C4C4C;
	margin-bottom: 6px;
	font-family: HelveticaNeue;
}

.ny .alzs .js .en {
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin-bottom: 28px;
	font-family: HelveticaNeue;
}

.ny .alzs .js p {
	font-size: 14px;
	line-height: 24px;
	width: 600px;
	color: #808080;
}

.ny .alzs .item2 .num span {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.08em;
	margin-left: 58px;
	font-family: HelveticaNeue;
	color: #808080;
}

.ny .alzs .item2 .num {
	margin-bottom: 94px;
}

.ny .alzs .item2 .font {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.ny .alzs .item2 .font .yyss{
	display: flex;
	margin-right: 13.848%;
}
.ny .alzs .item2 .font .ffss{
	display: flex;
}
.ny .alzs .item2 .font span {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.08em;
	color: #999999;
	margin-right: 275px;
	font-family: HelveticaNeue;
}
.ny .alzs .item2 .font .ffss span{
	margin-right: 197px;
}

.ny .alzs .item2 .font .ys {
	display: flex;
}

.ny .alzs .item2 .font .ys i {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	display: block;
	margin-right: 14px;
	background: #E64C4C;
}

.ny .alzs .item2 .font .ys i:last-child {
	margin-right: 0;
}

.ny .alzs .item2 .font .ys i:nth-child(2) {
	background: #E6994C;
}

.ny .alzs .item2 .font .ys i:nth-child(3) {
	background: #4D4D4D;
}

.ny .alzs .item2 .font .size {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.08em;
	color: #999999;
}

.ny .alzs .item2 .font .size .fs {
	display: flex;
	margin-top: 4px;
	align-items: baseline;
}

.ny .alzs .item2 .font .size .fs i {
	margin-right: 20px;
	letter-spacing: 0.08em;
	font-weight: bold;
	color: #4C4C4C;
	font-family: HelveticaNeue;
}

.ny .alzs .item2 .font .size .fs i:last-child {
	margin-right: 0;
}

.ny .alzs .item2 .font .size .fs i:nth-child(1) {
	font-size: 40px;
	line-height: 49px;
}

.ny .alzs .item2 .font .size .fs i:nth-child(2) {
	font-size: 26px;
	line-height: 32px;
}

.ny .alzs .item2 .font .size .fs i:nth-child(3) {
	font-size: 14px;
	line-height: 17px;
}

.ny .alzs .item2 .font .size .fs i:nth-child(4) {
	font-size: 12px;
	line-height: 15px;
}

.ny .color>span {
	font-family: Helvetica Neue;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.08em;
	color: #808080;
	margin-bottom: 28px;
	display: block;
}

.ny .container {
	max-width: 1200px;
}

.ny .color .row {
	margin: 0;
	margin-bottom: 60px;
}

.ny .color .row div {
	padding: 54px 0;
	padding-left: 60px;
}

.ny .color .row div:nth-child(1) {
	background: #F8F8FB;
}

.ny .color .row div:nth-child(2) {
	background: #C6CBCF;
}

.ny .color .row div:nth-child(3) {
	background: #30A9E7;
}

.ny .color .row div:nth-child(4) {
	background: #2C5EE3;
}

.ny .color .row div:nth-child(1) p {
	color: #DEDEDE;
}

.ny .color .row div:nth-child(1) p:nth-child(4) {
	color: #808080;
}

.ny .color .row div:nth-child(1) p:last-child {
	color: #222222;
}

.ny .color .row div p {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	color: #fff;
}

.ny .color .row div p:nth-child(3) {
	margin-bottom: 32px;
}

.ny .color .row div p span {
	color: #fff;
	margin-left: 4px;
}

.ny .color .row div:nth-child(1) p span {
	color: #808080;
}

.ny .pics {
	padding-bottom: 52px;
	margin-bottom: 150px;
}

.pics .swiper-button-next {
	background-image: url(../images/right.png);
	background-size: cover;
}

.pics .swiper-button-prev {
	background-image: url(../images/left.png);
	background-size: cover;
}

.pics .swiper-button-next,
.pics .swiper-button-prev {
	width: 34px;
	height: 34px;
	margin-top: -52px;
}

.pics .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: #999999;
	vertical-align: middle;
	margin: 0 !important;
	margin-right: 12px !important;
}

.pics .swiper-pagination-bullet:last-child {
	margin-right: 0 !important;
}

.pics .swiper-pagination-bullet-active {
	width: 9px;
	height: 9px;
	background: #fff;
	border: 1px solid #808080;
	box-sizing: border-box;
}

.ny .gh {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.ny .gh .con .tit {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 24px;
	color: #222222;
}

.ny .gh .con p {
	width: 342px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
}
.ny .item2 .show {
    margin-bottom: 40px;
}
.ny .item2 .show img{
    margin: 0 auto;
}
.ny .gh .table {
	width: 798px;
}
.ny .gh .table .t2{
		display: none;
		border: none;
	}
.ny .table td,
.ny .table th {
	text-align: center;
	vertical-align: middle;
	width: 20%;
	font-size: 14px;
	font-weight: normal;
	padding: 12px;
	line-height: 24px;
	color: #808080;
	border: 1px solid rgba(187, 187, 187, 0.4);
}

.ny .table td {
	text-align: left;
	vertical-align: top;
}

.xgnr .tag {
	display: flex;
}

.xgnr .tag a {
	font-size: 14px;
	line-height: 24px;
	margin-right: 40px;
	color: #999999;
}

.xgnr .tag a:last-child {
	margin-right: 0;
}

.ny .xgnr .list>div {
	padding: 0 10px;
	margin-top: 24px;
	margin-bottom: 0;
}

.ny .xgnr .row {
	margin: 0 -10px;
}

.ny .qa .tit {
	width: 100%;
	margin-top: 64px;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
}

.ny .qa .tit span {
	font-size: 36px;
	line-height: 50px;
	border-bottom: 2px solid #4E4E4E;
	color: #222222;
}

.ny .qa .dec {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 45px;
	text-align: center;
	display: block;
	color: #C1C1C1;

}

.ny .qa .box.row {
	margin: 0 -10px;
	padding-bottom: 64px;
}

.ny .qa .box>div {
	padding: 0 10px;
	width: 285px;
	height: 390px;
	border-radius: 4px;
}

.ny .qa .box .con {
	background: #FFFFFF;
	height: 280px;
	padding-left: 36px;
	padding-top: 20px;
	border-radius: 0 0 4px 4px;
}

.ny .qa .box .img img {
	border-radius: 4px;
}

.ny .qa .box .img {
	height: 110px;
	font-size: 24px;
	line-height: 34px;
	padding-left: 36px;
	padding-top: 38px;
	color: #FFFFFF;
}

.ny .qa .box p {
	font-size: 14px;
	line-height: 30px;
	color: #808080;
}

.ny .dxfw>.tit {
	width: 100%;
	margin-top: 64px;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
}

.ny .dxfw>.tit span {
	font-size: 36px;
	line-height: 50px;
	border-bottom: 2px solid #4E4E4E;
	color: #222222;
}

.ny .dxfw .dec {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 45px;
	text-align: center;
	display: block;
	color: #C1C1C1;

}

.ny .dxfw .con {
	text-align: center;
}

.ny .dxfw .con img {
	margin: auto;
}

.ny .dxfw .con .tit {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 14px;
	color: #222222;
	position: relative;
	display: inline-block;
	width: auto;
	padding-bottom: 14px;
}

.ny .dxfw .con .tit::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background: #333333;
	bottom: 0;
	left: 0;
}

.ny .dxfw {
	padding-bottom: 44px;
}

.ny .dxfw .box {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.ny .dxfw .l .con .tit {
	margin-bottom: 24px;
	padding-bottom: 24px;
	margin-top: 20px;
}

.ny .dxfw .l {
	width: 300px;
}

.ny .dxfw .l p {
	width: 120px;
	margin: auto;
	text-align: left;
}

.ny .dxfw .r {
	width: 73.334%;
	margin: 0 -10px;
	margin-left: 20px;
}

.ny .dxfw .con p {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	text-align: left;
}

.ny .dxfw .l .wow {
	background: #fff;
	padding: 24px;
	border-radius: 4px;
}

.ny .dxfw .l .wow {
	padding: 124px 24px;
	height: 464px;
}

.ny .dxfw .r .wow {
	padding: 0 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.ny .dxfw .r .wow>div {
	padding: 24px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	height: 222px;
	position: relative;
}

.ny .dxfw .r .wow .con {
	position: absolute;
	bottom: 24px;
	text-align: left;
}

.ny .dxfw .r .wow img {
	float: right;
}

.ny .qtfw>.tit {
	width: 100%;
	margin-top: 64px;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
}

.ny .qtfw>.tit span {
	font-size: 36px;
	line-height: 50px;
	border-bottom: 2px solid #4E4E4E;
	color: #222222;
}

.ny .qtfw .dec {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 45px;
	text-align: center;
	display: block;
	color: #C1C1C1;

}

.ny .qtfw {
	padding-bottom: 64px;
}

.ny .qtfw .box {
	margin: 0 -10px;
}

.ny .qtfw .box>div {
	padding: 0 10px;
}

.ny .qtfw .box>div>div {
	height: 204px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.ny .qtfw .box .tit {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	color: #222222;
}

.ny .qtfw .box p {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

.ny .qtfw .box .con {
	margin-left: 28px;
}

.ny .fwlc {
	padding: 110px 0;
	height: 530px;
}

.ny .fwlc .container>.tit {
	width: 100%;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
}

.ny .fwlc .container>.tit span {
	font-size: 36px;
	line-height: 50px;
	border-bottom: 2px solid #4E4E4E;
	color: #fff;
}

.ny .fwlc .dec {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
	text-align: center;
	display: block;
	color: #C1C1C1;

}

.ny .fwlc .box {
	padding-left: 42px;
	overflow: hidden;
	text-align: center;
}

.ny .fwlc .circle {
	border-radius: 50%;
	width: 179.85px;
	height: 180px;
	margin-left: -42px;
	border: 3px solid #C4C4C4;
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
}
.ny .fwlc .circle div{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.ny .fwlc .circle img{
	position: absolute;
	right: -3px;
	z-index: 10;
}
.ny .fwlc .container{
	padding: 0 10px;
}
.ny .fwms {
	padding-bottom: 120px;
}

.ny .fwms .container>.tit {
	width: 100%;
	margin-top: 64px;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
}

.ny .fwms .container>.tit span {
	font-size: 36px;
	line-height: 50px;
	border-bottom: 2px solid #4E4E4E;
	color: #222222;
}

.ny .fwms .dec {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 53px;
	text-align: center;
	display: block;
	color: #C1C1C1;

}

.ny .fwms .box .tit {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	float: left;
	padding-top: 130px;

}

.ny .fwms .box .wow {
	padding: 0 30px;
}

.ny .fwms .box .wow>div {
	padding-left: 11.8%;
	padding-right: 45px;
	position: relative;
	height: 244px;
	border: 2px solid #4C4C4C;
	border-radius: 4px;
}

.ny .fwms .box .wow:nth-child(2)>div {
	padding-right: 17px;
}

.ny .fwms .box .wow:nth-child(3)>div {
	padding-right: 10%;
}

.ny .fwms .box ul li {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	word-break:break-all;
}

.ny .fwms .box .gg {
	width: 80px;
	height: 80px;
	background: #4C4C4C;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 11.8%;
	top: -13px;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
}

.ny .fwms .box .con {
	float: right;
	padding-top: 67px;
}

.ny.about .container {
	max-width: 1260px;
}

.ny.about .item1 {
	overflow: hidden;
	margin-top: 64px;
	height: 660px;
	position: relative;
	margin-bottom: 64px;
}

.ny.about .item1>div {
	float: left;
	height: 100%;
}

.ny .about.item1 .l {
	display: flex;
	justify-content: space-between;
}

.ny.about .item1 .l span {
	background: url(../images/realization.png) no-repeat;
	height: 201px;
	background-size: cover;
	width: 13px;
}

.ny.about .item1 .l .xian {
	width: 2px;
	height: 470px;
	margin-left: 40px;
	background: #222222;
	margin-right: 98px;
}

.ny.about .item1 .m .tit {
	font-weight: 600;
	font-size: 48px;
	line-height: 67px;
	color: #222222;
	position: relative;
}

.ny.about .item1 .m .tit::after {
	position: absolute;
	content: '';
	width: 68px;
	height: 2px;
	left: 0;
	bottom: -14px;
	background: #CE2328;
}

.ny.about .item1 .m span {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-bottom: 20px;
	color: #444444;
}

.ny.about .item1 .kk {
	position: absolute;
	bottom: -51.3rem;
}


.ny.about .item1 .kk .k2 {
	display: inline-block;
	width: 74px;
	height: 73px;
	position: relative;
	z-index: 9;
	background: url(../images/tm.png) #fff no-repeat;
}

.ny.about .item1 .kk .xian {
	display: inline-block;
	width: 140px;
	height: 2px;
	background: #000000;
	bottom: 6px;
	left: 58px;
	z-index: 10;
	position: absolute;
}

.ny.about .item1 .r {
	margin-left: 176px;
}

.ny.about .item1 .r .name {
	font-size: 30px;
	line-height: 42px;
	margin: 30px 0;
	color: #222222;
}

.ny.about .item1 .r p {
	width: 600px;
	font-size: 14px;
	line-height: 30px;
	color: #808080;
}

.ny.about .item2 {
	overflow: hidden;
	position: relative;
	height: 964px;
	margin-bottom: 64px;
}

.ny.about .item2 .l {
	position: absolute;
	left: 0;
	background: url(../images/ln.png) no-repeat;
	width: 1344px;
	height: 750px;
	background-size: cover;
	display: flex;
	align-items: center;
	padding-left: 360px;
}

.ny.about .item2 .l .tit {
	font-weight: 600;
	font-size: 36px;
	line-height: 50px;
	color: #FFFFFF;
	position: relative;
}

.ny.about .item2 .l .tit::after {
	position: absolute;
	content: '';
	width: 68px;
	height: 2px;
	left: 0;
	bottom: -30px;
	background: #FFFFFF;
}

.ny.about .item2 .l .tit span {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 16px;
}

.ny.about .item2 .r {
	background: url(../images/lcb.png) no-repeat;
	width: 842px;
	height: 770px;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 194px;
}

.ny.about .submenu {
	display: none;

}

.ny.about #accordion>li:nth-child(1) .submenu {
	display: block;
}

.ny #accordion {
	margin-top: 68px;
}

.ny #accordion * {
	transition: initial;
}

.accordion .link {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
}

.accordion .link i {
	width: 12px;
	margin-right: 6px;
	vertical-align: middle;
	height: 12px;
	background: url(../images/plus.png) no-repeat;
}

.accordion .open .link i {
	background: url(../images/minus.png) no-repeat;
	height: 2px;
}

.accordion p {
	font-size: 14px;
	width: 598px;
	line-height: 30px;
	margin: 10px 0;
	color: rgba(255, 255, 255, 0.8);
}

.accordion li {
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 16px;
}

.accordion>li {
	margin-bottom: 30px;
}

.accordion li:last-child {
	margin-bottom: 0;
}

.accordion>li:last-child {
	margin-bottom: 0;
}

.accordion li em {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	margin-left: 20px;
	margin-right: 10px;
	background: #B5B355;
}

.ny.about .item2 .r .tit {
	font-weight: 600;
	font-size: 36px;
	line-height: 50px;
	color: #FFFFFF;
	position: relative;
}

.ny.about .item2 .r .tit::after {
	position: absolute;
	content: '';
	width: 68px;
	height: 2px;
	left: 0;
	bottom: -30px;
	background: #CE2328;
}
.ny.about .item2 .r{
	padding-top: 126px;
	padding-left: 126px;
}
.ny.about .item2 .r .tit span {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: rgb(255, 255, 255);
	margin-bottom: 16px;
}
.ny.about .item2 .r ul{
	overflow: hidden;
	width: 355px;
	margin-top: 67px;
	margin-left: 39px;
	margin-right: -15px;
}
.ny.about .item2 .r ul li{
	float: left;
	margin-bottom: 30px;
}
.ny.about .item2 .r ul li:nth-child(2n){
	margin-right: 0;
}
.ny.about .item2 .r ul li p{
	font-weight: 600;
	font-size: 60px;
	line-height: 89px;
	margin-bottom: 8px;
	text-align: center;
	color: #FFFFFF;
}
.ny.about .item2 .r ul li span{
	font-size: 14px;
	line-height: 20px;
	display: block;
	text-align: center;
	color: #FFFFFF;
}
.ny.about .item3{
	margin-bottom: 120px;
}
.ny.about .item3 .fwkh{
	position: relative;
}
.ny.about .item3 .tit {
	font-weight: 600;
	font-size: 48px;
	line-height: 67px;
	color: #222222;
	margin-bottom: 111px;
	position: relative;
	margin-left: 100px;
}

.ny.about .item3 .tit::after {
	position: absolute;
	content: '';
	width: 68px;
	height: 2px;
	bottom: -14px;
	left: 0;
	background: #CE2328;
}
.ny.about .item3 .tit span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #444444;
	margin-bottom: 21px;
}
.ny.about .item3  .swiper-button-next{
	background-image: url(../images/yjt.png);
	background-size: cover;
	right: 0;
} 
.ny.about .item3 .swiper-button-prev{
	background-image: url(../images/zjt.png);
	background-size: cover;
	left: 0;	
}
.ny.about .item3 .swiper-button-next, .ny.about .item3 .swiper-button-prev{
	width: 46px;
	height: 46px;
	opacity: 1!important;
	display: none;
	cursor: pointer;
}
.ny.about .item3 img{
	margin: auto;
}
.ny.about .item3 img:last-child{
	display: none;
}
.ny .cat{
	margin: 40px 0;
	border-bottom: 1px #E4E4E4 solid;
}
.ny .cat a{
	font-size: 14px;
	line-height: 20px;
	height: 62px;
	display: inline-block;
	color: #808080;
	position: relative;
	margin-right: 32px;
}
.ny .cat a:last-child{
	margin-right: 0;
}
.ny .cat a.active{
	color: #444444;
}
.ny .cat a.active::after{
	position: absolute;
	content: '';
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #4E4E4E;
}
.ny .newlist{
	margin: 0 -10px;
}
.ny .newlist .wow{
	padding: 0 10px;
	margin-bottom: 30px;
}
.ny .newlist .img{
	height: 300px;
	overflow: hidden;
}
.ny .newlist .img img{
	min-height: 100%;
	width: 100%;
}
.ny .newlist .img:hover img{
	transform: scale(1.05);
}
.ny .newlist .con{
	padding: 30px 20px;
	border-bottom: 1px #E4E4E4 solid;
	overflow: hidden;
}
.ny .newlist .con .date{
	font-family: HelveticaNeue;
	font-style: normal;
	font-weight: 200;
	font-size: 24px;
	line-height: 29px;
	color: #888888;
	float: left;
}
.ny .newlist .con .desc{
	width: 80%;
	float: right;
}
.ny .newlist .con .desc p{
	font-size: 20px;
	line-height: 28px;
	white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;
	 
	margin-bottom: 29px;
	color: #222222;
}
.ny .newlist .con .desc span{
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
}
.ny.new{
	margin-bottom: 120px;
}
.ny.new .page{
	margin-top: 50px;
}
.ny .show .tit{
	font-size: 20px;
	line-height: 28px;
	color: #222222;
	text-align: center;
}
.ny .show .tit span{
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #888888;
}
.ny .show .gjz{
	font-size: 14px;
	line-height: 20px;
	margin-top: 26px;
	margin-bottom: 40px;
	padding-bottom: 26px;
	text-align: center;
	border-bottom: 1px dashed #E4E4E4;
	color: #888888;
}
.ny .show .content{
	padding-bottom: 85px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
}
.ny .show .sx{
	display: flex;
	padding-bottom: 40px;
	border-bottom: 1px #E4E4E4 solid;
	margin-bottom: 30px;
}
.ny .show .sx a{
	height: 120px;
	background: #F8F8F8;
	display: flex;
	padding-left: 32px;
	padding-right: 20px;
	align-items: center;
	font-size: 16px;
	width: 50%;
	color: #808080;
}
.ny .show .sx .img{
	width: 81px;
	margin-left: auto;
	opacity: 0;
	overflow: hidden;
	height: 40px;
}
.ny .show .sx a:nth-child(2) .img{
	margin-right: auto;
	margin-left: initial;
}
.ny .show .sx a em{
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	  font-style: normal;
}
.ny .show .sx a i{
	
	color: #808080;
	font-size: 14px;
}
.ny .show .sx a span{
	width: 1px;
	height: 16px;
	margin: 0 24px;
	background: #E7E7E7;
	border-radius: 2px;
}
.ny .show .sx a:hover{
	background: #CE2328;
	color: #fff;
}
.ny .show .sx a:hover i{
	color: #fff;
}
.ny .show .sx a:hover span{
	background: #fff;
}
.ny .show .sx a:hover .img{
	opacity: 1;
}
.ny .xgnr{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 120px;
	color: #222222;
}
.ny .xgnr .list{
	margin-top: 30px;
}
.ny .xgnr .img{
	overflow: hidden;
	height: 197px;
}
.ny .xgnr .img img{
	min-height: 100%;
}
.ny .xgnr .con{
	padding: 30px 20px;
	padding-top: 24px;
	border: 1px solid rgba(228, 228, 228, 0.4);
	border-radius: 0 0 4px 4px;
	background: #fff;
}
.ny .xgnr .con .date{
	font-family: Helveticaneue;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #888888;
	margin-bottom: 20px;
}
.ny .xgnr .con p{
	font-size: 16px;
	line-height: 22px;
	  white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;
	 
	color: #222222;
}
.ny .xgnr .con span{
	display: block;
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 26px;
	color: #808080;
}
.ny .xgnr .con .desc em{
	display: block;
	width: 99px;
	height: 32px;
	font-style: normal;
	text-align: center;
	font-size: 14px;
	color: #999999;
	border: 1px solid #E4E4E4;
	line-height: 32px;
}
.ny .xgnr .con .desc em i{
	margin-left: 10px;
	font-size: 14px;
}
.ny .xgnr .list{
	margin: 0 -10px;
}
.ny .xgnr .wow{
	padding: 0 10px;
}
.ny .xgnr .wow:hover em{
	background: #D84F53;
	color: #fff;
}
.ny .xgnr .wow:hover i{
	color: #fff;
}
.ny .xgnr .wow:hover img{
	transform: scale(1.05);
}
.ny .contact{
	margin-top: 64px;
	margin-bottom: 120px;
	display: flex;
}
.ny .container
.ny .contact .con{
	text-align: center;
}
.ny .contact .tit{
	font-size: 36px;
	line-height: 50px;
	color: #222222;
	display: inline-block;
	text-align: center;
	border-bottom: 2px #4E4E4E solid;
}
.ny .contact .en{
	font-size: 16px;
line-height: 24px;
color: #C1C1C1;
margin-bottom: 20px;
}
.ny .contact p{
	width: 349px;
	font-size: 14px;
line-height: 30px;
color: #808080;
}
.ny .contact form p{
    width: auto;
}
.contact .message{
	flex: 1;
	margin-left: 60px;
	overflow: hidden;
}
.contact input{
	width: 380px;
	border-bottom: 1px solid #A8A8A9;
	font-size: 16px;
	color: #808080;
	box-sizing: border-box;
	background: inherit;
	padding: 0;
	height: 40px;
	border-radius: 0;
}
.contact form>div{
    float: left;
    margin-right: 30px;
    margin-bottom: 44px;
    height: 59px;
}
.contact .zf{
	padding-top: 78px;
}
.contact .bq{
	font-size: 14px;
	line-height: 26px;
	margin-top: 54px;
	color: #808080;
}
.contact .bq a{
    color: #808080;
    font-size: 14px;
}
.contact form>div:nth-child(5){
    height: auto;
    margin-bottom: 0;
}
.contact textarea{
	width: 380px;
	border: 0;
	border-bottom: 1px solid #A8A8A9;
	font-size: 16px;
	color: #808080;
	box-sizing: border-box;
	border-radius: 0;
	background: inherit;
	height: 90px;
	padding-top: 16px;
	display: block;
	outline: none;
	resize: none;
}
.contact .btn{
	background: #CC5256;
	box-sizing: border-box;
	border-radius: 4px;
	width: 160px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	padding: 0;
	text-indent: 0;
	height: 55px;
	margin-top: 65px;
	color: #fff;
	float: left;
}
.contact .btn:hover{
	background: #CE2328;
}
.contact form>div:nth-child(2n){
	margin-right: 0;
}

@media (min-width: 2559px){
    .ny.about .item2 .r{
        width: 50%;
    }
}
@media (max-width: 1700px){
	.ny.about .item2 .l{
		padding-left: 100px;
	}
	.ny.about .item1 .r{
		margin-left: 100px;
	}
}
@media (max-width: 1600px){
    .contact input,.contact textarea{
        width: 300px;
    }
    .head .logo{
        margin-left: 0;
    }
    .head .lx{
        margin-right: 42px;
    }
    .head .con>ul{
        width: 440px;
    }
	.ny.about .item2 .r{
		width: auto;
	}
	.container{
		padding: 0 16px;
	}
	.news .container{
		max-width: 1350px;
	}
	.news .container .fl>a p,.news .container .fl>a .tit,.news .container .fl>a .dec{
		width: 600px;
	}
	
}
@media (max-width: 1350px){
	.news .container .fl>a p, .news .container .fl>a .tit, .news .container .fl>a .dec{
		width: 430px;
	}
	.news,.news .fr{
		background: #f7f7f7;
	}
	.news .fl{
		width: auto;
	}
}
@media (max-width: 1300px) {
	.ny .fwlc{
		height: auto;
	}
	.ny.about .item2 .r,.ny.about .item2 .l{
		position: initial;
	}
	.accordion p{
		width: auto;
	}
	.ny.about .item2 .r{
		display: table;
		text-align: center;
		padding: 30px;
		width: 100%;
		height: auto;
	}
	.ny.about .item2 .r .tit::after {
	    left: 50%;
	    margin-left: -34px;
	}
	.ny.about .item2 .r ul{
		margin: auto;
		margin-top: 67px;
	}
	.ny.about .item2 .l{
		padding-left: 0;
		width: auto;
		height: auto;
		padding: 30px;
	}
	.ny.about .item2{
		height: auto;
	}
	.news .container .fr{
		margin-left: 50px;
	}
	.news .container .fr .con{
		width: 60%;
	}
	.head .lx{
		margin-right: 32px;
	}
	.ch {
	    padding: 90px 50px 120px 50px;
	}
}
@media (max-width: 1200px) {

    .head .con>ul{
		width: 330px;
	}
	.ny .fwms .box .con{
		padding-top: 50px;
	}
	.ny .fwms .box .wow>div{
		display: flex;
		justify-content: space-between;
	}
	.ny .alzs .js p{
		width: auto;
	}
	.ny .gh{
		display: block;
	}
	.ny .gh .con p{
		width: 100%;
		margin-bottom: 30px;
	}
	.ny .xgnr{
		margin-bottom: 0;
	}
	.ny.about .item1 .l .xian{
		margin-right: 40px;
	}
	.ny.about .item1 .r{
		margin-left: 40px;
		width: 50%;
	}
	.ny.about .item1 .r p{
		width: 100%;
	}
	.ch {
	    padding: 90px 15px 120px 15px;
	}
	.ch .m {
	    width: 602px;
	    margin-left: 40px;
	    margin-right: 10px;
	    margin-top: 36px;
	}

	.foot .fw p{
		width: 280px;
	}
}
@media (max-width: 1100px) {
    .contact input,.contact textarea{
        width: 250px;
    }
	.ny .alzs .item2 .font .yyss{
		margin-bottom: 30px;
	}
	.ny .alzs .item2 .font{
		display: block;
	}
	.contact.foot input{
		width: auto;
	}
	.head .lx{
		margin-right: 22px;
	}
}
@media (max-width: 992px) {
    .ny .contact{
        display: block;
    }
    .contact form>div{
        width: 45%;
    }
    .contact input,.contact textarea{
        width: 100%;
    }
    .contact .message{
        margin-left: 0;
        margin-top:30px
    }
    .lbt{
        display: none;
    }
    .lbt1{
        display: block;
        margin-top: 60px;
    }
    .head .logo{
        height: 60px;
    }
    .head .logo img{
        height: 40px;
    }
	.ny .alzs .container{
		padding: 0 16px;
	}
	.ny .pics{
		margin-bottom: 30px;
	}
	.ny.new.search{
	padding-top: 70px;
}
	.ny .alzs .item1{
		display: block;
	}
	.ny .alzs .item1 .num{
		float: left;
	}
	.ny .alzs .js{
		margin-top: 30px;
	}
	.ny .alzs .jj{
		margin-left: 150px;
		margin-right: 0;
	}
	.ny.about .item3 .tit{
		margin-left: 0;
		font-size: 36px;
	}
	.ny.pro{
		margin-top: 60px;
	}
	.news .container .fl>a p, .news .container .fl>a .tit, .news .container .fl>a .dec {
	    width: 100%;
	}
	.news .container img,.news .container .fr .con{
		width: 100%;
	}
	.news .container{
		display: block;
	}
	.news .container .fr{
		margin-left: 0;
		margin-top: 60px;
		padding-bottom: 60px;
		float: initial;
	}
	.news .fl{
		float: initial;
	}
		.ch .l,.ch .m{
			float: left;
		}
		.ch .container{
			padding: 0;
		}
		.ch .con{
			display: block;
			margin-bottom: 30px;
		}
		.ch .m {
		    margin-left: 50px;
			width: 80%;

		}
		.ch .con .nr{
			width: 100%;
		}
		.ch .r{
			clear: both;
			padding-top: 30px;
		}
		.ch .r img{
			width: 100%;
		}
	.ch{
		padding: 0 15px;
	}
	.ch .cname{
		margin: 20px 0;
	}
	.head .sub{
		position: absolute;
		    left: 0;
		    top: 60px;
		    width: 100%!important;
		    margin-left: 0;
		    background-color: rgba(23, 23, 23, 0.95);
		    display: block;
	}
	.head .sub>li{
		line-height: initial!important;
		float: initial!important;
	}
	.head ul li a{
		color: #fff!important;
	}
	.head ul li  i{
		color: #fff!important;
	}
	.head .left{
		float: left;
	}
	.head .right, .head .left a{
		display: block;
		margin-left: 0!important;
	}
	.lbt.swiper-container, .banner{
		margin-top: 60px;
	}
	.head,.head .con{
		display: block;
		height: 60px;
	}
	#openBtn{
		display: block;
		height: 60px;
		display: flex;
		align-items: center;
		float: right;
	}
	.head .search{
		float: right;
		margin-right: 0;
		height: 60px;
	}
	#searchbar.search-wrap{
		height: 60px;
	}
	.search-close{
		top: 21px;
	}
	.container {
		padding: 0 16px;
	}
.head .sub,.head .lx,.head .start{
		display: none!important;
	}
	.head .con{
		padding: 0 15px;
	}
	.ny .fwms .box .wow>div,
	.ny .qtfw .box>div>div {
		margin-bottom: 20px;
	}
	.ch .m .kk{
		display: none;
	}
	.ch .con .nr{
		margin-bottom: 0;
	}
	.news .container{
		padding-top: 30px;
	}
	.alzs .list{
		margin-bottom: 60px;
	}
	.alzs{
		padding-bottom: 60px;
	}
	#map{
		margin-top: 60px!important;
		height: 150px!important;
	}
	.ny .contact p{
		width: auto;
	}
	.contact.foot{
		padding-top: 30px;
	}
	.contact.foot .zf{
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.contact.foot input{
		width: 100%;
		float: inherit;
		margin-right: 0;
	}
	.ny.about .item1 .l,.ny.about .item1 .m{
		display: inline-block;
		vertical-align: top;
	}
	.ny.about .item1{
		height: auto;
		padding-bottom: 100px;
	}
	.ny.about .item1 .r{
		margin-top: -250px;
		width: calc(100% - 80px);
		margin-left: 80px;
	}
}

@media (max-width: 768px) {
	.ny.about .item3 .tit{
		margin-bottom: 0;
	}
	.ny.about .item3 img{
		margin-top: 60px;
	}
	.banner .pc{
	display: none;
    }
	.banner .wap{
	display: block;
    }
	.ny .show .sx,.ny .xgnr{
		display: none;
	}
	.ny .alzs .item2 .num span{
		margin-left: 18px;
	}
	.ny .gh .table .t1{
		display: none;
	}
	.ny .gh .table .t2{
		display: block;
	}
	.ny .dxfw .r .wow .con{
		position: initial;
		text-align: left;
	}
	.ny .xgnr .list{
		padding-bottom: 60px;
	}
	.ny .dxfw .r .wow>div{
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.ny .fwms .box .tit,.ny .fwms .box .con{
		padding-top: 100px;
	}
	.ny.about .item3{
		margin-bottom: 60px;
	}
	.ny .fwms .box .wow>div{
		padding: 0 15px;
	}
	.ny .fwms .box .gg{
		left: 15px;
	}
	.ny .fwms,.ny .qtfw{
		padding-bottom: 30px;
	}
	.ny .dxfw,.ny .qa .box.row{
		padding-bottom: 0;
	}
	.ny.about .item3 .swiper-button-next, .ny.about .item3 .swiper-button-prev{
		width: 32px;
		height: 32px;
	}
	.ch .m{
		margin-left: 30px;
	}
	.ch .l span{
		margin-right: 20px;
	}
	.news .container{
		padding-bottom: 60px;
	}
	.ny .alzs .item2 .font span{
		margin-right: 0!important;
	}
	.ny .alzs .item2 .font .ffss,.ny .alzs .item2 .font .yyss{
		justify-content: space-between;
		align-items: center;
	}
	.ny .gh .table{
		width: auto;
	}
	.ny.about .item1 .l{
		display: none;
	}
	.ny.about .item1 .m .tit{
		font-size: 35px;
		line-height: initial;
	}
	.ny.about .item1 .r .name{
		font-size: 24px;
	}
	.ny.about .item1 .r{
		margin-top: 50px;
		margin-left: 0;
		width: 100%;
	}
	.ny .newlist .con{
		padding: 30px 0;
	}
	.ny .cat a{
		height: 32px;
	}
	.news .container .fr .more{
		margin-left: 0;
	}
	.news .container .fr .con{
		width: 60%;
	}
	.fwxm .cname{
		padding-top: 30px;
	}
	.alzs{
		padding-top: 30px;
	}
	.alzs .alt{
		display: block;
		margin-bottom: 30px;
	}
	.alzs .box p{
		width: 80%;
	}
	.alzs .fr{
		margin-top: 30px;
	}
	.alzs .fr,.alzs .fl{
		float: initial;
	}
	.fwxm .box>div{
		padding: 0;
	}
	.ch .con .tit{
		font-size: 46px;
		line-height: initial;
	}
	.foot{
		height: auto;
    position: relative;
    padding-bottom: 90px;
	}
	.foot .container{
		display: block;
	}
	.foot .lx{
		clear: both;
		padding-top: 20px;
	}
	.foot .fw p{
		width: auto;
    position: absolute;
    bottom: 20px;
	}
	.foot .fw{
		margin-left: 0;
		margin-bottom: 20px;
	}
	.foot .zf{
		padding-top: 20px;
	}
	.ny .dxfw .box {
		display: block;
	}

	.ny .dxfw .l {
		width: 100%;
	}

	.ny .dxfw .r {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.ny .dxfw .l .wow {
		padding: 24px;
		height: auto;
	}
	.news .container .fr{
		padding-bottom: 0;
	}
	.ny.new{
		margin-bottom: 60px;
	}
}

@media (max-width: 500px) {
    .alzs .fr a.more{
        margin-left: 0;
    }
	.news .container .fl>a .tit{
		font-size: 20px;
		line-height: initial;
	}
	.news .container .fr .date{
		width: auto;
		margin-right: 20px;
	}
	.news .container .fr .xian{
		margin-right: 20px;
	}
	.ny.about .item2 .r ul{
		width: auto;
	}
	.alzs .fr a{
		margin-right: 10px;
	}
	.ny .show .sx a{
		width: 100%;
	}

.ny .newlist .con .date{
	display: none;
}
.news .container .fr .m{
	width: auto;
}
.news .container .fr .year{
	width: 78px;
}
.ny .newlist .con .desc{
	width: 100%;
}
	.news .container .fr .con{
		width: 63%;
	}
	.alzs .box .tit{
		font-size: 44px;
	}
	.news .container .fr .tit{
		font-size: 20px;
	}
	.ch .con .tit{
		font-size: 35px;
		margin-bottom: 30px;
	}
.ch .l{
	display: none;
}
.ch .m{
	width: 100%;
	margin: 0;
}
.alzs .box .wow{
	padding-top: 50px!important;
}
.alzs .subname{
	margin-bottom: 36px;
}
	.ny .dxfw .r .wow,
	.ny .qa .box>div,
	.ny .qtfw .box>div {
		width: 100%;
		flex: initial;
		max-width: 100%;
	}
	.head .logo img{
        height: 30px;
    }
}
@media (max-width: 400px){
	.ny .fwms .container>.tit span{
		font-size: 30px;
	}
}
@media (max-width: 330px){
	.ny .fwlc .circle{
		width: 155.85px;
		height: 170px;
	}
	.ny .fwms .box .tit, .ny .fwms .box ul li{
		font-size: 12px;
	}
}
.openMenu.head ul.subnav{
	position: initial;
	width: 100%;
	opacity: 1!important;
	transform:initial!important;
	visibility: visible!important;
}
.openMenu.head ul.subnav.hide{
    height: 0 !important;
    opacity: 0!important;
    transition: height 0.36s ease 0s, opacity 0.26s ease 0s;
    display: block;
	visibility: visible;
	
}
.openMenu.head ul.subnav li a{
	box-sizing: border-box;
	color: #fff;
}
.openMenu.head .sub>li a {
	    position: relative;
	    display: flex;
	    overflow: hidden;
	    justify-content: space-between;
	    padding: 10px 0;
		font-size: 13px;
	    margin: 0 20px;
	    transition: all ease-out .3s;
		background: initial;
	    line-height: 20px;
		border-bottom: solid 1px rgba(255,255,255,.06);
		    color: #939393!important;
		    padding: 10px 0;
	}
	.openMenu.head .sub>li:last-child a{
		border-bottom: 0;
	}
	.openMenu.head .sub>li>a{
		color: #fff!important;
	}
	.openMenu.head ul.subnav li{
		margin: 0 20px;
		border-bottom: solid 1px rgba(255,255,255,.06);
	}
.openMenu.head .subnav>li a{
	width: 100%;
	background: initial!important;
	margin: 0;
	    padding: 10px 20px;
}