.main {
	clear: both;
}
ul {
	margin: 0;
	padding: 0;
}
.colored-line-left,
.colored-line-right,
.colored-line,
.white-line,
.grey-line {
	height: 2px;
	width: 60px;
	display: block;
	margin: 10px auto 20px;
}
.colored-line-left, .colored-line-right, .colored-line {
    background: #ea5413;
}
/*首页*/
.conta {
	border-radius: 6px;
    display: block;
	width: 800px;
	margin: 0 auto;
}
.clients {
	padding: 10px;
}
.client-logos {
    margin-bottom: 0;
    z-index: 1;
    text-align: center;
	
}
.client-logos li {
    display: inline-block;
    vertical-align: middle;    
    margin-right: 22px;
    width: 30%;
    border-radius: 2px;
    padding: 10px;
	    position: relative;
}
.client-logos li:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    width: 1px;
    height: 40px;
    background: #dddddd;
    margin-top: -10px;
}
.client-logos li:last-child:after {
	background: none;
}
.client-logos li:hover {
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
}
.client-logos li .wid40 {
	width: 30%;
	display: inline-block;
	float: left;
}
.client-logos li .wid60 {
	width: 60%;
	display: inline-block;
	float: left;
}
.client-logos li img {
    max-height: 50px;
    margin-bottom: 5px;
    color: #000;
    background: #fff;
}
.client-logos li p {
    display: block;
    margin: 0;
    font-size: 14px;
	text-align: left;
	color: #999;
}
.p-sty {
	font-size: 20px !important;
    color: #494949 !important;
    font-weight: bold;
}

@media (max-width: 767px) {
	.client-logos {
		padding-left: 0;
	}
	.client-logos li {
		margin: 15px 2px;
		width: 30%;
	}
	.client-logos li img {
		max-width: 60px;
		opacity: 0.6;
	}
	.client-logos .p-sty {
		font-size: 14px;
	}
	.client-logos li p {
		font-size: 12px;
	}
}


.n1 {
    padding-top: 40px;
    background: #ffffff;
	margin: 0 auto;
    width: 1100px;
}

.p1 h2 {
    font-size: 30px;
    margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.p1 h2:before {
    position: absolute;
    content: "APPLICATION SERVICE";
    top: 12px;
    font-size: 40px;
    font-weight: 700;
    color: #cfcfcf3b;
}
.p1 .txt {
    font-size: 16px;
    color: #9b9b9b;
    margin: 10px auto 60px;
	text-align: center;
}

.n1 ul li {
    margin: 0 2% 30px;
    display: inline-block;
    width: 29%;
	vertical-align: top;
}
.n1 ul li .img {
    border: 1px solid #bec1ff;
	margin-bottom: 26px;
	padding: 4px;
}
.n1 ul li img {
    height: 170px;
}
img {
    vertical-align: top;
    border: none;
}
.n1 ul li h3 {
 
    width: 205px;
    height: 46px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
	margin: auto;
    background: #ea5413;
}
.n1 ul li p {
    margin: 0;
    margin-left: 10px;
    padding-left: 14px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    background: url(/wp-content/themes/ny/images/n1-tag.png) no-repeat left center;
}
@media (max-width: 767px){
	.n1 {
		width: 100%;
	}
	.p1 h2 {
		font-size: 25px;
	}
	.p1 h2:before {
		font-size: 30px;
	}
	.n1 ul li {
		width: 96%;
	}
	.n1 ul li h3 {
		left: 0px;
		width: 100%;
		font-size: 14px;
	}
	.n1 ul li img {
		height: auto;
		width: 100%;
	}
}


.brief {
	    background-image: linear-gradient(#f8f8f8,#fefefe);
		clear: both;
}
.brief .section-overlay-layer {
    padding-top: 40px;
    padding-bottom: 80px;
}
.about-us h2 {
	text-align: left;
	font-size: 30px;
}
.about-us p {
	    line-height: 30px;
    text-align: justify;
    color: #333;
}
.about-lt {
	width: 48%;
	display: inline-block;
	margin-top: 10px;
	margin-right: 3%;
}
.about-rt {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.point {
	margin-top: 20px;
	border-top: 1px solid #f6efe6;
}
.point ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.point li {
    margin-top: 40px;
}
.point li span {
    position: relative;
    padding-right: 20px;
    font-size: 60px;
    color: #d3ae82;
}
.point li span i {
    font-style: normal;
    font-family: "Impact";
}
.point li span sub {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
}
.point li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
}
.point .line {
    margin-top: 55px;
    width: 1px;
    height: 60px;
    background: #e9d6c0;
}
@media (max-width: 767px) {
	.brief {
		padding-top: 0;
		padding-bottom: 0;
	}
	.brief .section-overlay-layer {
		margin-bottom: 0;
		padding: 15px;
	}
	.about-lt {
		width: 100%;
	}
	.about-rt {
		width: 100%;
	}
	.point li {
		padding: 0 10px;
	}
	.point li span {
		font-size: 40px;
	}
	.point .line {
		padding: 0;
	}
}

.bg_12 {
    padding-bottom: 20px;
}

.title_36 {
    font-size: 30px;
    color: #000;
    text-align: center;
    padding-top: 20px;
	font-weight: 700;
}
.title_36 span {
    font-weight: bold;
}
.gbyl_cont {
    width: 1100px;
    margin: 57px auto 0;
}
.gbyl_cont p {
	text-align: center;
	margin-top: 10px;
}
.ul_new2 {
    overflow: hidden;
	padding: 0;
}
.ul_new2 li:nth-child(1) {
    margin-left: 0;
	border-left: none;
}

.ul_new2 li {
    width: 20%;
    height: 263px;
    margin-top: 10px;
    float: left;
	padding: 15px;
	border-left: 1px solid #e9d6c0;
    -webkit-transition: all ease .3s;
}
.ul_new2 li:hover {
	box-shadow: 0px 2px 15px 0px rgb(145 192 255 / 30%);
}
.ul_new2 li p {
	line-height: 25px;
	font-size: 14px;
}
.ul_new2 li .img_1 {
    width: 86px;
    height: 74px;
    margin: 0 auto;
}
.ul_new2 li .title_1 {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding-top: 20px;
	font-weight: 700;
}
.mg_left3 {
    margin-top: 40px !important;
}
.ul_new2 li:nth-child(1) {
    margin-left: 0;
}
.mg_left1{
    margin-left: 18.3% !important;
}

.ul_new2 .icef-li {
	position: relative;
}
.ul_new2 .icef-li:hover .icef {
	display: block;
}
.ul_new2 .icef {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 767px) {
	.title_36 {
		font-size: 26px;
	}
	.ul_new2 li .title_1 {
		font-size: 20px;
	}
	.main {
		width: 100%;
		padding: 0 10px;
	}
	.gbyl_cont {
		width: 100%;
		height: auto;
		background: unset;
	}
	.ul_new2 li {
		width: 94%;
		margin: 3% !important;
		height: auto;
		margin-left: 0;
		box-shadow: 0px 2px 10px 0px rgb(145 192 255 / 30%);
		margin-left: 2%;
	}
	.gbyl_cont {
		margin: 30px auto 0;
	}
}

/*申请优势 开始*/
.contact-info {
	clear: both;
}
.section-header {
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
}

.section-header h2 {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 30px;
	line-height: 3.125rem;
	position: relative;
}
.section-header .ysbg:before {
    position: absolute;
    content: "ADVANTAGE";
    top: 12px;
    font-size: 40px;
    font-weight: 700;
    color: #cfcfcf3b;
}

.sub-heading {
	margin-top: 10px;
}

.four {
    width: 1200px;
    margin: 0 auto;
}
.four-2 {
    padding: 0px 0 0 0;
    color: #fff;
}
.four-2 ul {
    overflow: hidden;
}
.four-2 ul li {
    float: left;
    width: 48%;
    margin: 1%;
    background: #f9f9f9;
	height: 150px;
}
.four-2 .four-2-l {
    float: left;
    width: 40%;
    text-align: center;
}
.four-2 .four-2-l img {
	    height: 150px;
}
.four-2 .four-2-r {
    float: left;
    width: 54%;
    color: #000;
	padding: 10px 10px 10px 20px;
}
.four-2 .four-2-r h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0;
	font-weight: 700;
	position: relative;
}
.four-2 .four-2-r h5:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #ea5413;
}
.four-2 .four-2-r p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
@media (max-width: 767px) {
	.four {
		width: 98%;
	}
	.four-2 ul {
		padding: 0;
		margin: 0;
	}
	.four-2 ul li {
		width: 100%;
		margin-bottom: 10px;
		min-height: auto;
		height: 130px;
	}
	.four-2 ul li img {
		height: 130px !important;
	}
	.four-2 .four-2-r {
		padding: 0 10px;
	}
	.four-2 .four-2-r h3 {
    
		margin: 10px 0 0;
	}
	.four-2 .four-2-r h5 {
		font-size: 18px;
		margin: 15px 0 10px;
	}
	.four-2 .four-2-r p {
		font-size: 14px;
		margin: 0;
	}
}
/*申请优势 结束*/

.ribbon-wrap {
    text-align: center;
}
.call-to-action {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    border-bottom: 1px solid #eaebec;
}
.call-to-action .section-overlay-layer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(0, 5, 8, 0.80);
}
.call-to-action h2 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 2.4rem;
    line-height: 3.125rem;
}
.standard-button, .navbar-register-button {
    background-image: url(images/tr-btn.png);
    background-repeat: repeat-x;
    background-color: #00a5f9;
    background-size: contain;
    -webkit-box-shadow: inset 0px -3px 0px rgb(0 0 0 / 30%);
    box-shadow: inset 0px -3px 0px rgb(0 0 0 / 30%);
}

.standard-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.6;
    border: none;
    padding: 18px 40px 18px 40px;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
}
@media (max-width: 767px){
	.call-to-action {
		background-position: center;
		background-attachment: initial;
		background-size: cover;
	}
	.standard-button {
		padding: 15px 35px 15px 35px;
	}
}


.title1 {
	position: relative;
	margin-top: 60px;
}
.title1 h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;    
	font-weight: 700;
	letter-spacing: 10px;
}
.title1 h2:before {
    position: absolute;
    font-size: 40px;
    font-weight: 700;
    color: #cfcfcf5c;
	transform: translate(-50%, -50%);
	text-align: center;
    width: 100%;
    left: 50%;
	z-index: -1;
	letter-spacing: 5px;
}
.title1 .title1-line {
    height: 0.5px;
    width: 400px;
    display: block;
    margin: 10px auto 20px;
	background: #aaa;
}
.title1 p {
	text-align: center;
	font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.part7 {
	
}
.part7 .title1 h2:before {
    content: "HOT NEWS";	
}

.tcb_list {
	margin-bottom: 40px;
	text-align: center;
}
.curen {
	color: #ff5202;
}
.tcb_list li{
    text-align: center;
    display: inline-block;
    border-radius: 4PX;
    cursor: pointer;
    padding: 8PX 20PX;
	line-height: normal;
	font-size: 20px;
}
.tcb_list li:hover {
	color: #ff5202;
}
.tcb_list li img {
	height: 18PX;
    margin-right: 10PX;
    width: 18PX;
	border-radius: 50%;
	vertical-align: text-bottom;
}
.line{
    background-color: rgb(225, 221, 221);
    width: 3px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.tco2 {
	margin: 40px 0;
}
@media (max-width: 767px) {
	.mars-main {
		width: 100%;
		padding: 20px;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.tcb_list li {
		padding: 8PX 10PX;
		font-size: 16px;
	}
	.line {
		height: 30px;
	}
	.mars1 {
		width: 100%;
	}
	.mars1 .p-t {
		width: 100%;
	}
	.mars2-1 {
		width: 100%;
	}
	.mars2-2 {
		width: 95%;
	}
}


.part7-wz {
	width: 80%;
	margin: auto;
	padding: 2% 3% 4%;
    background: #6e6e6e08;
    border-radius: 15px;
}
.part7-wz .wz-tit {	
	padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px dashed #d2d2d2;
	margin: 0 20px;
	display: inline-block;
	width: 45%;
}
.part7-wz .a1-cls {
	display: inline-block;
	width: 70%;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	vertical-align: middle;
}
.part7-wz .a1-cls:hover {
	color: #eb5e20;
	font-weight: 700;
}
.part7-wz .a-cls  {
    font-size: 14px;
    color: #333;
    padding: 5px;
    border: 1px solid #c6c6c6;
    line-height: 25px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.part7-wz .a-cls:hover {
	color: #eb5e20;
	border: 1px solid #eb5e20;
	background: #fff;
	font-weight: 700;
}

.h3-title h3 {
    padding: 0 5px;
    background: #fad673;
    display: inline-block;
    margin: 20px 0 10px;
    border-radius: 5px;
}
.h3-title h3 a {
    background: #db1b1b;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
}
.h3-title h3 a {
	
}
.wrap-tag {
	margin-top: 15px;
}
.wrap-tag ul {
	display: inline-block;	
}
.wrap-tag ul li {
	display: inline-block;	
}
.wrap-tag ul li a  {
    font-size: 14px;
    color: #333;
    padding: 5px;
    border: 1px solid #c6c6c6;
    line-height: 25px;
    border-radius: 4px;
    margin-left: 15px;
    margin-bottom: 5px;
}
.wrap-tag ul li a:hover {
	color: #eb5e20;
	border: 1px solid #eb5e20;
	background: #fff;
	font-weight: 700;
}
@media (max-width: 767px) {
	.title1 .title1-line {
		width: 100%;
	}
	.part7 .box {
		width: 100%;
		padding: 0 10px;
		margin: 0;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		height: 690px;
	}
	.part7 #pic {
		width: 100%;
	}
	.part7 .pic_items {
		width: 100%;
	}
	.part7-main {
		margin-top: 0;
	}
	.part7-main-lt {
		display: none;
	}
	.part7-main-rt {
		width: 100%;
		margin-top: 10px;
		height: auto;
		padding-right: 3%;
		padding-bottom: 20px;
	}
	.part7-main-rt img {
		width: 30px;
	}
	.part7-main-rt h3 {
		font-size: 18px;
	}
	.part7-main-rt1 {
		margin-bottom: 30px;
	}
	.part7 .box #lf, .part7 .box #rt {
		display: none;
	}
	.part7-wz {
		width: 100%;
	}
	.part7-wz .wz-tit {
		width: 100%;
	}
	.part7-wz .wz-tit {
		margin: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.part7-wz .a1-cls {
		width: 66%;
		font-size: 14px;
	}
	.part7-wz .a-cls {
		margin-left: 5px;
	}
}

/*office*/
.officesmap {
	position: relative;
	width: 1182px;
	text-align: left;
}
.officesmap img {
	display: block;
	margin: 0 auto;
	width: 1182px;
}
.officesmap > .mapover {
	position: absolute;
	width: 80px;
	height: 40px;
	background: transparent;
	cursor: pointer;
}
.officesmap > .mapover1 {
	top: 235px;
	left: 705px;
}
.officesmap > .mapover2 {
	top: 185px;
    left: 688px;
}
.officesmap > .mapover3 {
	top: 195px;
    left: 410px;
}
.officesmap > .mapover4 {
	top: 240px;
	left: 430px;
}
.mapInfoBox {
	width: 270px;
	border-radius: 5px;
	padding: 15px;
	background: #ea5413;
	color: #fff;
}

.officesmap  .mapInfoBox  .mapclose {
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(/images/wclose.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.mapInfoBox1 {
	display: none;
	top: 137px;
    left: 658px;
}
 .mapInfoBox2 {
	display: none;
	top: 58px;
    left: 615px;
}
.mapInfoBox3 {
	display: none;
	top: 96px;
    left: 358px;
}
.mapInfoBox4 {
	display: none;	
	top: 133px;
    left: 387px;
}
.mapover1:hover .mapInfoBox1,.mapover2:hover .mapInfoBox2,.mapover3:hover .mapInfoBox3,.mapover4:hover .mapInfoBox4 {
	display: block !important;
}

.officesmap  .mapInfoBox  span.sj {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -10px;
	left: 50%;
	background: url(/images/sj.png) no-repeat;
	background-size: 100%;

}

.certificateMask {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0,0,0,.5);
		z-index: 22;
	}
	#certificateShow {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 96%;
		height: auto;
		z-index: 22;
	}
	#certificateShow .cerShowImg {
		width: 100%;
		text-align: center;
	}
	#certificateShow .cerShowImg img {
		width: 90%;
		max-width: 690px;
	}
	#certificateShow > a {
		position: absolute;
		top: -30px;
		right: 0;
	}
	#certificateShow > a > i {
		display: block;
		width: 20px;
		height: 20px;
		background: url(../images/wclose.png);
		background-size: 100%;
	}
	#certificateShow > span {
		position: absolute;
		bottom: -30px;
		right: 0;
		color: #fff;
		font-size: 1.6rem;
	}
	#certificateShow > .tabimg {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		border-radius: 50%;
		cursor: pointer;
	}
	#certificateShow > .leftimg {
		left: 15px;
		background: rgba(0,0,0,.5) url(../images/iconleft.png) center no-repeat;
		background-size: 30%;
	}
	#certificateShow > .rightimg {
		right: 15px;
		background: rgba(0,0,0,.5) url(../images/iconright.png) center no-repeat;
		background-size: 30%;
	}
@media screen and (max-width: 768px) {
	.officesmap {
		width: 100%;
	}
	.officesmap img {
		width: 100%;
	}
	.officesmap > .mapover {
		display: none;
	}
	.officesmap .mapInfoBox {
		display: none;
	}
}