html {
	margin: 0 auto;
	/*max-width: 1920px;*/
}
* {
	margin:0; 
    padding:0;
    box-sizing:border-box;
	}
body {
	padding-top: 80px;
	background-color: #fff;
	-webkit-text-size-adjust:none;
	font:16px \5FAE\8F6F\96C5\9ED1,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
	color: #606060;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
input,textarea,button,select {
	outline:none;
	background:none;
	border:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	}
ul,ol,li {
	list-style-type:none;
	}
table { 
	border-collapse:collapse;
	border-spacing:0;
	}
input::-webkit-input-placeholder { 
	color: #a9a9a9; 
	} 
input:-moz-placeholder { 
	color: #a9a9a9; 
	} 
input::-moz-placeholder { 
	color: #a9a9a9; 
	} 
input:-ms-input-placeholder { 
	color: #a9a9a9; 
	}
button {
	cursor:pointer;
	}
a {
	outline:none;
	text-decoration:none;
	transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	}
.ani02 {
	transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
}
i,em {
	font-style:normal;
	}
p {
	font-size: 18px;
	line-height: 32px;
}
img {
	max-width:100%;
	}
.bold {
	font-weight:bold;
	}
.clear {
	clear:both;
	}
.f_l {
	float:left;
	}
.f_r {
	float:right;
	}
.t_l {
	text-align:left;
	}
.t_r {
	text-align:right;
	}
.text-center {
	text-align: center;
}
.wrap {
	position:relative;
	margin:0 auto;
	max-width: 1200px;
	width: 100%;
	}
.ny-wrap {
	max-width: 1200px;
}
.wrap1000 {
	max-width: 1000px;
}
.flex {
	display: -webkit-flex;
	display: flex;
}
.flex-start {
	-webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex-align-center {
	-webkit-align-items: center;
	align-items: center;
}
.flex-align-end {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.flex-around {
	-webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex-center {
	-webkit-justify-content: center;
    justify-content: center;
}
.flex-right {
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-between {
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-reverse {
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-container-column {
	-webkit-flex-direction: column;
    flex-direction: column;
}
.video-open {
	cursor: pointer;
}
.ellipsis {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
section {
	overflow: hidden;
}
.m-show{
	display:none;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 80px;
	line-height: 78px;
	background: #fff;
}
header .wrap {
	height: 100%;
}
header .logo {
	float: left;
}
header .logo img {
	vertical-align: middle;
	height: 49px;
}
header.header-ny .logo img {
	margin-bottom: -18px;
}
header nav {
	float: right;
	min-width: 60%;
	height: 100%;
	font-size: 17px;
	color: #fff;
}
header nav .nav-btn {
	position: relative;
	cursor: pointer;
	flex: 1;
	text-align: center;
	/*background: url(../images/arrow.png) center bottom no-repeat;
	background-position: center 80px;*/
	transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
}
/*header nav .nav-btn.active {
	background-position: center 72px;
}
header nav:hover .nav-btn {
	background-position: center 80px;
}
header nav .nav-btn:hover {
	background-position: center 72px;
}
*/
header nav .nav-btn span {
	padding: 3px 12px;
	color: #606060;
	border-radius: 20px;
	transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
}
/*header nav .nav-btn.active span {
	background: #b6c0d9;
	color: #fff;
	font-weight: bold;
}
header nav:hover .nav-btn span {
	background: none;
	font-weight: normal;
	color: #606060;
}
header nav .nav-btn:hover span {
	background: #b6c0d9;
	color: #fff;
	font-weight: bold;
}*/
header nav .more-nav p {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 5px 0;
	width: 100%;
	background: #fff;
	text-align: center;
}
header nav .more-nav p a {
	display: block;
	white-space: nowrap;
	padding: 0 15px;
	color: #505050;
	font-size: 15px;
}
header nav .more-nav a:hover,
header nav .more-nav a.active {
	font-weight: bold;
}
.threeD-btn i {
	position:relative;
	display:block;
	-webkit-transition:-webkit-transform 0.3s;
	-moz-transition:-moz-transform 0.3s;
	transition:transform 0.3s;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	transform-origin:50% 0;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.threeD-btn i::before {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	content:attr(data-hover);
	-webkit-transform:rotateX(-90deg);
	-moz-transform:rotateX(-90deg);
	transform:rotateX(-90deg);
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	transform-origin:50% 0;
}
.threeD-btn:hover i {
	-webkit-transform:rotateX(90deg) translateY(-22px);
	-moz-transform:rotateX(90deg) translateY(-22px);
	transform:rotateX(90deg) translateY(-22px);
}
.banner {
	position:relative;
	padding-top: 80px;
   	height: 100vh;
   	max-height: 1200px;
    overflow:hidden;
}
.banner .tempWrap {
	margin: 0 auto;
}
.banner .banner-cell,
.banner .tempWrap {
	height: 100%;
}
.banner .banner-cell li {
	position: relative; 
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner .banner-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
}
.banner .banner-btn.mark {
	pointer-events: none;
}
.banner .banner_pre,
.banner .banner_next {
    position:absolute;
    top:50%;
    z-index:2;
    margin-top: -30px;
    width: 37px;
    height: 69px;
    /*line-height: 55px;
    color: #eee;
    font-size: 30px;
    border: 1px solid #fff;*/
    text-align: center;
}
.banner .banner_pre {
	left: -60px;
	padding-right: 5px;
	background: url(../images/banner_pre.png) center no-repeat;
	background-size: cover;
}
.banner .banner_next {
	right: -60px;
	padding-left: 5px;
	background: url(../images/banner_next.png) center no-repeat;
	background-size: cover;
}
/*.banner .banner_pre:hover,
.banner .banner_next:hover {
	background: #0f3146;
	color: #fff;
}
.banner .banner_pre.prevStop:hover,
.banner .banner_next.nextStop:hover {
	background: none;
	color: #eee;
}*/
.banner .banner_pre.prevStop,
.banner .banner_next.nextStop {
	opacity: .35;
	cursor: initial;
}
.banner .wrap {
	position: absolute;
	left: 50%;
	top: 20%;
	z-index: 2;
	margin-left: -600px;
}
.banner1 strong,
.banner2 strong {
	display: block;
	font-size: 65px;
}
.banner2 strong {
	font-size: 80px;
	line-height: 80px;
}
.banner1 b,
.banner2 b {
	display: block;
	margin-bottom: 25px;
	font-size: 45px;
	font-weight: normal;
}
.banner2 b {
	margin-bottom: 10px;
}
.banner1 p,
.banner2 p {
	font-size: 21px;
	line-height: 36px;
	width: 42%;
	height: 108px;
}
.banner2 p {
	font-size: 25px;
}
.banner strong,
.banner b,
.banner p {
	visibility: hidden;
}
.more-btn {
	display: block;
	width: 130px;
	line-height: 32px;
	font-size: 21.5px;
	color: #606060;
	text-align: center;
	border: 1px solid #606060;
	border-radius: 18px;
}
.more-btn:hover {
	background: #b6c0d9;
	border: 1px solid #b6c0d9;
	color: #fff;
}
.banner1 .more-btn {
	margin-top: 30px;
	font-size: 21px;
	visibility: hidden;
}
.banner .banner-img {
	height: 100%;
}
.banner .banner-img.ani {
	webkit-animation: scaleBigToSmall 4s;
    animation: scaleBigToSmall 4s;
}
.banner1 .banner-img {
	background: url(../images/banner1.jpg) center no-repeat;
   	background-size: cover;
}
.banner2 .wrap {
	top: 34%;
}
@media (min-width:1921px){
	.banner2 .wrap {
		top: 40%;
		margin-left: -700px;
		width: 1400px;
	}
}
.banner2 .banner-img {
	background: url(../images/banner2.jpg) center no-repeat;
   	background-size: cover;
}
@-webkit-keyframes scaleBigToSmall {
  0% { 
	-webkit-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	transform: scale(1.1);
  }
  100% { 
	-webkit-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
  }
}
@keyframes scaleBigToSmall {
  0% { 
	-webkit-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	transform: scale(1.1);
  }
  100% { 
	-webkit-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
  }
}
.title {
	margin: 60px 0 40px;
	text-align: center;
	font-size: 38px;
	line-height: 40px;
	font-weight: bold;
	color: #0F3146;
}
.title p {
	margin-top: 10px;
	font-size: 22px;
	color: #888AA5;
	font-weight: normal;
}
.title.title2,
.title.title2 p {
	color: #fff;
}
.more {
	display: block;
	width: 100px;
	border: 1px solid #0f3146;
	color: #0f3146;
	text-align: center;
	line-height: 32px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
}
.more:hover {
	color: #fff;
	background-color: #0f3146;
}
.index-about {
	padding: 75px 0 80px;
	background: url(../images/index-about-bg.jpg) center no-repeat;
	background-size: cover;
}
.index-about strong {
	margin-right: 15px;
	font-size: 35px;
	color: #0f3146;
}
.index-about span {
	font-size: 34px;
	color: #dce6ec;
	font-weight: lighter;
}
.index-about p {
	margin: 50px 0 80px;
	width: 48%;
}
.index-segments {
	padding-top: 50px;
	padding-bottom: 80px;
	background: url(../images/segments-bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
}
.index-segments .title,
.index-segments .title p {
	color: #fff;
}
.index-segments ul li {
	position: relative;
	margin: 0 -.8%;
	width: 18%;
	height: 0;
	padding-bottom: 18%;
	text-align: center;
}
.index-segments ul li:first-child {
	margin-left: 0;
}
.index-segments ul li:last-child {
	margin-right: 0;
}
.index-segments ul li p {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/segments-list-bg.svg) center no-repeat;
	background-size: 100% 100%;
	font-size: 20px;
}
.index-business {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/index-business-bg2.jpg) center top no-repeat;
	background-size: cover;
}
.index-business .title {
	margin-bottom: 30px;
}
.index-business .index-business-des {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
	text-indent: 2em;
}
.index-business .business-btn {
	visibility: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.index-business .business-btn > a {
	padding: 0 10px;
	color: #ff9e03;
}
.index-business .business-btn span a {
	margin: 0 3px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #606060;
	border-radius: 60%;
}
.index-business .business-btn span a.on {
	background: #606060;
}
.index-business ul li {
	position: relative;
	margin: 0 0.5% 8px;
	width: 24%;
	background: #fff;
	overflow: hidden;
	text-align: center;
}
/*.index-business ul li:nth-of-type(odd) {
	background: #DFEDF8;
}
.index-business ul li:nth-of-type(even) {
	background: #fff;
}
.index-business ul li:first-child {
	background: #F9FDFF;
}*/
.index-business ul li a {
	position: relative;
	display: block;
	padding-bottom: 80%;
	height: 0;
}
.index-business ul li img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	-webkit-transform: scale(.7);
	transform: scale(.7);
}
.index-business ul li a > img {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}
.index-business ul li:hover a > img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.index-business ul li p {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index:9;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,0.8);
}
.index-business ul li:nth-of-type(2) p {
	background: #ee791c url(../images/index-logo-bg1.jpg) center no-repeat;
	background-size: 80% auto;
}
.index-business ul li:nth-of-type(1) p {
	background: #d60c18 url(../images/index-logo-bg11.jpg) center no-repeat;
	background-size: 80% auto;
}
/*.index-business ul li:nth-of-type(3) p {
	background: #231816 url(../images/index-logo-bg3.jpg) center no-repeat;
	background-size: 80% auto;
}*/
.index-business ul li:nth-of-type(3) p {
	background: #fccf00 url(../images/index-logo-bg4.jpg) center no-repeat;
	background-size: 80% auto;
}
/*.index-business ul li:nth-of-type(5) p {
	background: #b71c24 url(../images/index-logo-bg5.jpg) center no-repeat;
	background-size: 80% auto;
}*/
/*.index-business ul li:nth-of-type(4) p {
	background: #0c308e url(../images/index-logo-bg6.jpg) center no-repeat;
	background-size: 80% auto;
}*/
/*.index-business ul li:nth-of-type(7) p {
	background: #ec6c00 url(../images/index-logo-bg7.jpg) center no-repeat;
	background-size: 80% auto;
}
.index-business ul li:nth-of-type(8) p {
	background: #e5001f url(../images/index-logo-bg8.jpg) center no-repeat;
	background-size: 80% auto;
}*/
.index-business ul li:nth-of-type(6) p {
	background: #162b56 url(../images/index-logo-bg9.jpg) center no-repeat;
	background-size: 80% auto;
}
.index-business ul li:nth-of-type(4) p {
	background: #364c98 url(../images/index-logo-bg10.jpg) center no-repeat;
	background-size: 80% auto;
}
.index-business ul li:hover p {
	background-size: 100% auto;
}
.index-business ul li:hover p {
	opacity: 1;
}
.index-business ul li p span {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	background: #f3fdff;
	border-radius: 60%;
	-webkit-transform: scale(0);
	transform: scale(0);
	overflow: hidden;
}
.index-business ul li:hover p span {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.index-business ul li p b {
	margin-top: 5px;
	display: block;
	font-size: 17px;
	line-height: 28px;
	font-weight: normal;
}
.index-business ul li p em {
	display: block;
	font-size: 13px;
	line-height: 24px;
}
.index-business .more {
	margin: 40px auto 0;
}
.index-news {
	padding-bottom: 80px;
	background-color: #f8f8f8;
}
.index-news .title {
	margin-bottom: 40px;
}
.index-news ul li {
	position: relative;
	padding: 1px;
	margin-bottom: 20px;
	width: 49%;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	line-height: 24px;
}
.index-news ul li::before,
.index-news ul li::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background-color: #f0f0f0;
	transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
}
.index-news ul li::before {
	left: 0;
	top: 0;
}
.index-news ul li::after {
	right: 0;
	bottom: 0;
}
.index-news ul li:hover::before,
.index-news ul li:hover::after {
	width: 100%;
	height: 100%;
	background-color: #0f3146;
}
.index-news ul li a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 15px 55px 15px 15px;
	background-color: #fff;
}
.index-news ul li i {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 38px;
	height: 38px;
	background-color: #0f3146;
	line-height: 38px;
	font-size: 19px;
	text-align: center;
	color: #fff;
}
.index-news ul li:nth-of-type(1) i,
.index-news ul li:nth-of-type(2) i {
	background-color: #f0831b;
}
.index-news ul li span {
	font-size: 18px;
	color: #939393;
}
.index-news ul li strong {
	display: block;
	min-height: 54px;
	color: #373737;
	font-size: 21px;
	line-height: 27px;
	font-weight: normal;
}
.index-news ul li p {
	color: #bcbcbc;
	font-size: 17px;
}
footer{
	padding: 70px 0;
	background: #0072de;
}
footer .foot-logo {
	font-size: 15px;
	color: #fff;
}
footer .foot-logo img {
	margin-bottom: 20px;
}
footer .foot-logo img g {
	fill: #fff;
}
footer .address,
footer .address a,
footer .footer-contact p {
	font-size: 15px;
	line-height: 30px;
	color: #ececec;
	font-weight: lighter;
}
footer .footer-right {
	width: 50%;
}
footer .footer-nav a {
	position: relative;
	display: block;
}
footer .footer-nav li > a {
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
}
footer .footer-nav li p {
	position: relative;
	margin-top: 20px;
	padding: 0 10px;
	color: #ececec;
	font-size: 14px;
	line-height: 30px;
}
footer .footer-nav li p a {
	font-size: 14px;
	font-weight: lighter;
	color: #ececec;
}
footer .footer-nav li.gyyj p::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 4%;
	width: 2px;
	height: 94%;
	background: #8dbfee;
}
footer .footer-nav li.gyyj p a {
	padding-left: 8px;
}
footer .footer-nav li.gyyj p a::after {
	content: "";
	position: absolute;
	left: -2px;
	top: 50%;
	z-index: 2;
	margin-top: -3px;
	width: 4px;
	height: 4px;
	background: #7da7d9;
	border: 1px solid #fff;
	border-radius: 60%;
}
footer .footer-nav li.gyyj p a:hover::after {
	background: #fff;
}
footer .footer-contact {
	float: right;
	margin-top: 60px;
	position: relative;
	text-align: right;
}
footer .footer-contact .ewm-btn img {
	margin-left: 15px;
	cursor: pointer;
}
footer .footer-contact .erweima {
	margin-left: 15px;
	width: 100px;
	height: 100px;
}
.ny-banner {
	margin: 0 auto;
	display: block;
	width: 100%;
}
/* 关于我们start */
.content {
	padding-bottom: 40px;
	background-color: #fff;
}
.content.ryzz .title p {
	font-size: 24px;
}
.content.ryzz .wrap p {
	margin-top: 30px;
}
.content.ryzz p span {
	display: block;
	width: 25%;
	text-align: center;
	font-size: 16px;
}
.bg-gay {
	background-color: #f8f8f8;
}
.content .more {
	margin: 30px auto 0;
}
/* 关于我们end */

/* 关于远见新start */
.about1 {
	padding: 70px 0;
}
.about1 h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 48px;
}
.about1 h2 strong {
	font-size: 50px;
}
.about1 p {
	text-indent: 2em;
}
.about2 .text,
.about2 .img {
	margin-bottom: 20px;
}
.about2 .text {
	padding: 0 4.5%;
	width: 49%;
	background: #FBFBFD;
}
.about2 .text3 {
	padding: 0 7%;
}
.about2 .text h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.about2 .text p {
	margin: 50px 0;
	text-indent: 2em;
	text-align: justify;
}
.about2 .text .more-btn {
	margin: 0 auto;
}
.about2 .img {
	width: 50%;
	border-left: 12px solid #fff;
	overflow: hidden;
}
.about2 .img:nth-of-type(5) {
	border-left: none;
	border-right: 10px solid #fff;
}
.about2 .img img {
	display: block;
	width: 100%;
	transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
}
.about2 .img img:hover {
	-webkit-transform: scale(1..05);
	transform: scale(1.05);
}
.about3 {
	padding: 0 0 80px;
	text-align: center;
}
.about3 ul li {
	margin: 0 1%;
	padding: 30px 0 0;
	width: 14.6666666%;
	background: url(../images/about3_bg.png) center no-repeat;
	background-size: 100% 100%;
}
.about3 ul li img {
	margin: 15px 0;
	width: 56px;
	height: 42px;
}
.about3 ul li span {
	display: block;
	font-size: 18px;
}
.about3 ul li p {
	margin-top: 40px;
	background: #0072de;
	color: #fff;
	line-height: 50px;
}
.about4 {
	padding: 10px 0 50px;
	background: url(../images/about4_bg.jpg) center no-repeat;
	background-size: cover;
}
.about4 ul li {
	margin: .2%;
	padding: 15px;
	width: 49.6%;
	background: #fff;
	min-height: 102px;
}
.about4 ul li:hover {
	background: #1d7fb8;
}
.about4 ul li i {
	margin-right: 50px;
	display: block;
	width: 48px;
	height: 52px;
}
.about4 ul li:nth-of-type(1) i {
	background: url(../images/about4_1.svg) center no-repeat;
}
.about4 ul li:nth-of-type(1):hover i {
	background: url(../images/about4_1_1.svg) center no-repeat;
}
.about4 ul li:nth-of-type(2) i {
	background: url(../images/about4_2.svg) center no-repeat;
}
.about4 ul li:nth-of-type(2):hover i {
	background: url(../images/about4_2_1.svg) center no-repeat;
}
.about4 ul li:nth-of-type(3) i {
	background: url(../images/about4_3.svg) center no-repeat;
}
.about4 ul li:nth-of-type(3):hover i {
	background: url(../images/about4_3_1.svg) center no-repeat;
}
.about4 ul li:nth-of-type(4) i {
	background: url(../images/about4_4.svg) center no-repeat;
}
.about4 ul li:nth-of-type(4):hover i {
	background: url(../images/about4_4_1.svg) center no-repeat;
}
.about4 ul li p {
	line-height: 24px;
}
.about4 ul li:nth-of-type(1) p,
.about4 ul li:nth-of-type(3) p {
	width: 150px;
}
.about4 ul li:nth-of-type(2) p,
.about4 ul li:nth-of-type(4) p {
	width: 252px;
}
.about4 ul li p span {
	display: block;
	font-weight: bold;
	color: #1d7fb8;
}
.about4 ul li:hover p,
.about4 ul li:hover p span {
	color: #fff;
}
.about5 {
	padding: 10px 0 80px;
	background: url(../images/about5_bg.jpg) center 90px no-repeat;
}
.about3 .wrap,
.about4 .wrap,
.about5 .wrap {
	max-width: 968px;
}
.about5 .about5-list {
	padding-top: 130px;
	width: 323px;
}
.about5 .list1,
.about5 .list2 > div {
	padding: 0 20px;
}
.about5 .list1 {
	margin-bottom: 30px;
	color: #1d7fb8;
}
.about5 .list2 {
	margin-bottom: 20px;
	position: relative;
	color: #fff;
}
.about5 .list2 > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.about5 .list1 span,
.about5 .list2 span {
	margin-bottom: 5px;
	font-size: 26px;
}
.about5 .list1 p,
.about5 .list2 p {
	font-size: 16px;
	line-height: 24px;
	min-height: 72px;
}
.about6 {
	padding: 10px 0 80px;
	background: url(../images/about6_bg.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
}
.about6 .about6_btn {
    position:absolute;
    top:50%;
    z-index:999;
    margin-top: -50px;
    width: 37px;
    height: 69px;
    text-align: center;
}
.about6 .about6_pre {
	left: 60px;
	padding-right: 5px;
	background: url(../images/banner_pre.png) center no-repeat;
	background-size: cover;
}
.about6 .about6_next {
	right: 60px;
	padding-left: 5px;
	background: url(../images/banner_next.png) center no-repeat;
	background-size: cover;
}
.about6 .about6_scroll {
	position: relative;
	width:100%;
	height: 400px;
	overflow:hidden;
	}
.about6 .about6_scroll ul {
	width: fit-content;
	height: 100%;
}
.about6 .about6_scroll li {
	float:left;
	width: 400px;
	text-align:center;
	cursor:pointer;
	}
.about6 .about6_scroll li img {
	display:block;
	width:100%;
	}
.about6 .about6_scroll li p {
	margin-top: 40px;
	font-size: 26px;
	}
/* 关于远见新end */

/* 连锁加盟新start */
.lsjm1 .title {
	font-size: 47px;
    font-weight: normal;
    color: #606060;
}
.lsjm1 .title p {
	margin-top: 5px;
	font-size: 22px;
	font-weight: normal;
	color: #858585;
}
.lsjm1 .wrap > p {
	text-indent: 2em;
}

.jmys {
  padding: 0 0 30px;
}
.jmys .wrap {
	max-width: 904px;
}
.jmys .jmys-list {
  margin-bottom: 15px;
}
.jmys .jmys-list > div {
  width: 49%;
  background-color: #deecf7;
}
.jmys .jmys-list span,
.jmys .jmys-list strong {
  position: relative;
  display: block;
  text-align: center;
  font-size: 26px;
  color: #1d7fb8;
  line-height: 34px;
  font-weight: bold;
}
.jmys .jmys-list p {
  margin: 15px auto 0;
  width: 80%;
  font-size: 14px;
  line-height: 24px;
  color: #595757;
  text-indent: 2em;
  text-align: left;
}
.jmys .jmys-list img {
  width: 49%;
}

.join-conditions {
    padding: 20px 0 40px;
    background: url(../images/join_conditions_bg.jpg) center top no-repeat;
}
.join-conditions .wrap {
	max-width: 1000px;
}
.mt-40 {
    margin-top:40px
}
.list {
    position:relative;
    font-size:0
}
.list>li {
    display:inline-block;
    vertical-align:top
}
.list-6>li {
    width:16.6666%;
}
.jc-item {
    margin:0 35px;
    color:#1d7fb8;
    text-align:center
}
.jc-item__title {
    margin: 1em 0 2em;
    font-size: 14px;
    letter-spacing:.06em;
    font-weight: bold;
}
/* 连锁加盟新end */

/* 智慧餐饮start */
.zhcy1 {
	padding: 20px 0;
}
.zhcy1 .text,
.zhcy1 .img {
	width: 49.5%;
	border: none;
}
.zhcy1 .text {
	padding: 0 8.8%;
}
.zhcy1 .text1 {
	height: 525px;
}
.zhcy1 .text2 {
	height: 440px;
}
.zhcy1 .text3 {
	height: 445px;
}
.zhcy1 .text h3 {
	font-size: 26px;
}
.zhcy1 .text h3 span {
	margin: 0 15px;
	width: 82px;
	border: 1px solid #606060;
	line-height: 36px;
	border-radius: 5px;
}
.zhcy1 .text h3 em {
	margin-top: -5px;
	display: inline-block;
	padding: 0 5px;
	font-size: 13px;
	border: 1px solid #606060;
	line-height: 18px;
	border-radius: 10px;
	font-weight: normal;
	vertical-align: text-top;
}
.zhcy1 .text p {
	margin: 40px 0 0;
}
.zhcy2 {
	padding: 40px 0;
}
.zhcy2 h3,
.zhcy3 .text h3 {
	margin-bottom: 40px;
	font-size: 40px;
	text-align: center;
	color: #0f3146;
	font-weight: bold;
}
.zhcy2 h3 p,
.zhcy3 .text h3 span {
	display: block;
	font-size: 27px;
	color: #888aa5;
	font-weight: normal;
}
.zhcy2 ul {
	padding: 0 5%;
}
.zhcy2 ul li {
	margin: 0 3% 40px;
	width: 27.3333%;
	text-align: center;
	cursor: pointer;
}
.zhcy2 ul li * {
	transition: all 0.5s ease-out 0s;
}
.zhcy2 ul li span {
	margin: 0 auto;
	width: 91px;
	height: 91px;
	line-height: 88px;
	border: 3px solid #a9c2aa;
	border-radius: 60%;
}
.zhcy2 ul li:nth-of-type(1) span {
	background: url(../images/zhcy2_bg1.png) center no-repeat;
	background-size: 0 0;
}
.zhcy2 ul li:nth-of-type(2) span {
	background: url(../images/zhcy2_bg2.png) center no-repeat;
	background-size: 0 0;
}
.zhcy2 ul li:nth-of-type(3) span {
	background: url(../images/zhcy2_bg3.png) center no-repeat;
	background-size: 0 0;
}
.zhcy2 ul li:nth-of-type(4) span {
	background: url(../images/zhcy2_bg4.png) center no-repeat;
	background-size: 0 0;
}
.zhcy2 ul li:nth-of-type(5) span {
	background: url(../images/zhcy2_bg5.png) center no-repeat;
	background-size: 0 0;
}
.zhcy2 ul li:nth-of-type(6) span {
	background: url(../images/zhcy2_bg6.png) center no-repeat;
	background-size: 0 0;
}
.zhcy2 ul li:hover span {
	background-color: #97cfd1;
	background-size: auto auto;
	border-color: #97cfd1;
}
.zhcy2 ul li span img {
	transition: all 0.3s ease-out 0s;
}
.zhcy2 ul li:hover span img {
	opacity: 0;
}
.zhcy2 ul li strong {
	margin: 20px 0 5px;
	padding: 0 20px;
	display: inline-block;
	background: #a9c2aa;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	border-radius: 20px;
}
.zhcy2 ul li:hover strong {
	background-color: #97cfd1;
}
.zhcy3 .text {
	/*padding-left: 5%;*/
	width: 40%;
}
.zhcy3 .text h3 {
	margin-left: 10px;
	margin-bottom: 80px;
	text-align: left;
}
.zhcy3 .text p span {
	margin: 0 10px 15px 0;
	display: inline-block;
	padding: 0 10px;
	line-height: 38px;
	border-radius: 19px;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	cursor: pointer;
}
.zhcy3 .text p span:last-child {
	cursor: default;
}
.zhcy3 .text p span:not(span:last-child):hover {
	-webkit-transform: scale(1.14);
	transform: scale(1.14);
	background: #b7cce2;
	color: #fff;
}
/* 智慧餐饮end */


/* 新闻动态start */
.show-news .new-title {
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 32px;
	color: #000;
	text-align: center;
}
.show-news .new-info {
	padding-bottom: 15px;
	font-size: 14px;
	color: #7f7f7f;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.show-news .new-content {
	padding: 20px 0;
	line-height: 2rem;
}
.pages {
	padding-top:1.5rem;
	text-align:center;
	}
.pages a,
.pages span {
	display:inline-block;
	padding:0.25rem 0.5rem;
	border:1px solid #e5e5e5;
	color:#5f5f5f;
	}
.pages span {
	background:#0066cc;
	color:#fff;
	}
/* 新闻动态end */

/* 集团人力start */
.hr-address {
	display: none;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #f8f8f8;
}
.hr-address p {
	margin-left: 30px;
	color: #0f3146;
	font-size: 18px;
    line-height: 32px;
}
.sign {
	margin-bottom: 50px;
	padding: 20px;
}
.sign .sign-screen {
	margin-bottom: 50px;
	padding: 0 30px;
}
.sign .sign-screen select {
	padding: 0 10px;
	width: 180px;
	height: 30px;
	background-color: #fff;
	line-height: 30px;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sign .sign-screen > div {
	width: 58%;
}
.sign .sign-screen .sign-search {
	width: 30%;
	white-space: nowrap;
}
.sign .sign-screen .sign-search input {
	padding: 0 10px;
	width: 88%;
	background-color: #fff;
	line-height: 30px;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.sign .sign-screen .sign-search button {
	width: 20%;
	background-color: #f6ba2a;
	text-align: center;
	color: #fff;
}
.sign .sign-head {
	line-height: 36px;
	background-color: #eff0f4;
}
.sign .sign-head span,
.sign .sign-list .list-info span {
	padding: 0 15px;
	display: block;
}
.sign .sign-list .list-info span {
	padding: 6px 15px;
	font-size: 14px;
	line-height: 24px;
}
.sign .w15 {
	width: 15%;
}
.sign .w25 {
	width: 25%;
}
.sign .w35 {
	width: 35%;
}
.sign .sign-list .list-info {
	cursor: pointer;
	border-bottom: 1px solid #d0d0d0;
}
.sign .sign-list .list-info.on {
	background-color: #fff;
}
.sign .sign-list .list-con {
	display: none;
	background-color: #fff;
}
.sign .sign-list .list-con .gwzz,
.sign .sign-list .list-con .gwyq {
	float: left;
	padding: 10px 15px;
	width: 45%;
}
.sign .sign-list .list-con strong {
	display: block;
}
.sign .sign-list .list-con .con-info {
	font-size: 13px;
	color: #333;
	line-height: 30px;
}
.sign .sign-list .list-con .con-info p {
	font-size: 18px;
    line-height: 32px;
}
.sign .sign-list .list-con .ypfs {
	margin-top: 20px;
	padding: 10px 15px 20px;
	width: 100%;
	color: #0950a4;
	border-top: 1px solid #d0d0d0;
}
.sign .sign-list .list-con .ypfs .con-info {
	color: #0950a4;
}
.sign .sign-list {
	width: 100%;
	line-height: 36px;
	text-align: left;
}
.sign .sign-list th {
	background-color: #eff0f4;
	font-weight: normal;
}
.sign .sign-list th,
.sign .sign-list td {
	padding: 0 10px;
}
.sign .sign-list td {
	font-size: 14px;
}
.sign .sign-list td span {
	max-width: 350px;
}
/* 集团人力end */

/* 联系我们start */
.contact {
	position: relative;
	margin-bottom: 50px;
}
.contact .contact-text {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	padding-left: 3%;
	width: 50%;
	height: 100%;
	background: url(../images/contact_bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
.contact .contact-text > img {
	margin: 0 0 20px 20px;
	display: block;
	width: 65%;
}
.contact .contact-text p {
	padding: 15px 20px;
	border-top: 1px solid #fff;
	line-height: 36px;
}
.contact .contact-text .weixin {
	margin-left: -3%;
	text-align: center;
	font-size: 20px;
}
.contact .contact-text .weixin img {
	margin: 20px auto 10px;
	display: block;
	width: 24%;
}
.message {
	margin: 40px 0 60px;
}
#map {
	width: 100%;
	height: 70vh;
	max-height: 600px;
}
#map img {
	max-width:initial;
}
#map label {
	max-width:inherit;
}
.myform {
	padding: 10px 20px;
	width: 50%;
	font-size:14px;
	}
.myform center {
	line-height:40px;
	}
.myform label {
	margin-bottom:20px;
	height:32px;
    line-height:32px;
    white-space: nowrap;
	}
.myform input,
.myform textarea {
	margin-left: 20px;
	display:block;
	width: 100%;
	background:#f4f4f4;
	border:1px solid #eee;
	font-size:14px;
    border-radius:16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
	}
.myform input {
    height:32px;
    line-height:32px;
    text-indent:10px;
	}
.myform .textarea_label {
	height:auto;
	}
.myform textarea {
	padding:10px;
    height:80px;
    resize:none;
	}
.myform button,
.myform .news_btn {
	margin-left:65px;
	display:inline-block;
    width:184px;
    height:32px;
    background:#b81b26;
    line-height:32px;
    font-size: 14px;
    border: none;
    color:#fff;
    text-align:center;
    cursor:pointer;
    border-radius:16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
	}
.myform .news_btn {
	margin-left:20px;
	background:#262e43;
	}
.message-list {
	margin-left: 10px;
	padding: 30px 60px;
	width: 42%;
	background-color: #f9f9f9;
}
#scroll {
	height: 264px;
	overflow: hidden;
}
.message-list ul li {
	font-size: 14px;
	color: #333;
	border-bottom: 1px dashed #cbab7c;
    line-height: 32px;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* 联系我们end */
.digital {
	position: relative;
	margin-top: 50px;
}
.digital ul li {
	position: relative;
	width: 25%;
	text-align: center;
}
.digital ul li .digital-title {
	margin: 0 auto;
	width: 180px;
	height: 180px;
	line-height: 180px;
	border-radius: 60%;
	transition: all 0.5s ease-out 0s;
	cursor: pointer;
}
/*.digital ul li .digital-title:hover {
	padding-top: 0;
	background-size: 60% auto !important;
}*/
.digital ul li .digital-title img {
	margin-bottom: 10px;
}
.digital ul li b {
	margin-top: 5px;
	display: block;
	height: 44px;
	font-size: 28px;
	line-height: 44px;
	transition: all 0.5s ease-out 0s;
}
.digital ul li p {
	display: none;
	margin: 20px auto;
	width: 216px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	opacity: 0;
	transition: all 0.5s ease-out 0s;
}
.digital-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.digital-btn .digital_pre,
.digital-btn .digital_next {
    position:absolute;
    top: 82px;
    z-index:2;
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    -webkit-border-radius: 60%;
    border-radius: 60%;
}
.digital-btn .digital_pre {
	left: -55px;
	padding-right: 5px;
}
.digital-btn .digital_next {
	right: -55px;
	padding-left: 5px;
}
.digital:hover .digital_pre,
.digital:hover .digital_next {
	color: #0f3146;
}

@media (max-width:768px){
body {
	padding-top: 50px;
}
.pc-show {
	display: none;
}
.m-show {
	display:block;
}
.wrap {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}
p {
	font-size: 16px;
	line-height: 30px;
}
header {
	height: 60px;
	line-height: 60px;
}
header .logo img {
	height: 35px;
}
header.header-ny .logo img {
	margin-bottom: 0;
}
header .phone_nav {
	position:fixed;
	right: 10px;
	top: 5px;
	z-index: 999;
	width: 50px;
	height: 50px;
	line-height: 16px;
	text-align:center;
	}
header .phone_nav .phone_nav_btn {
	height: 100%;
}
header .phone_nav .phone_nav_btn span {
	position: absolute;
	left: 18%;
	display: block;
	background: #1F8CEB;
	width: 64%;
	height: 4px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	border-radius: 2px;
}
header .phone_nav .phone_nav_btn .line1 {
	top: 13px;
}
header .phone_nav .phone_nav_btn .line2 {
	top: 23px;
}
header .phone_nav .phone_nav_btn .line3 {
	bottom: 13px;
}
header .phone_nav .phone_nav_btn.on .line1 {
	transform:rotate(-135deg);
	-o-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	-moz-transform:rotate(-135deg);
	-ms-transform:rotate(-135deg);
	top: 50%;
	bottom: auto;
}
header .phone_nav .phone_nav_btn.on .line2 {
	transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	top: 50%;
	bottom: auto;
}
header .phone_nav .phone_nav_btn.on .line3 {
	display: none;
}
header .phone_nav .mnav {
	display:none;
	position:absolute;
	top: 55px;
	right: 0;
	/*padding: 5px 0;*/
	padding: 1px;
	background: #1F8CEB;
	}
header .phone_nav .mnav a,
header .phone_nav .mnav .more-nav > span {
	margin-left:0;
	padding: 0 15px;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color:#fff;
	border-radius:0;
	-webkit-border-radius:0;
	white-space: nowrap;
	}
header .phone_nav .mnav a.cur {
	background:#fff;
	color:#333;
	}
header .phone_nav .mnav .more-nav p  {
	display: none;
}
header .phone_nav .mnav .more-nav p a {
	font-size: 14px;
	color: #333;
	background: #f8f8f8;
}
.banner {
	padding-top: 50px;
	height: 100vh;
}
.banner .wrap {
	left: 0;
	margin-left: 0;
}
.banner1 .wrap {
	top: 15vh;
}
.banner strong {
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 40px;
}
.banner b {
	margin-bottom: 15px;
	font-size: 18px;
}
.banner1 .more-btn {
	margin-top: 30px;
	width: 100px;
	line-height: 28px;
	font-size: 16px;
}
.banner p {
	width: 86%;
	font-size: 18px;
	line-height: 30px;
}
.banner2 .wrap {
	top: 5vh;
}
.title,
.about1 h2 {
	margin: 20px 0;
	font-size: 28px !important;
	line-height: 40px;
}
.title p,
.lsjm1 .title p,
.zhcy2 h3 p,
.zhcy3 .text h3 span {
	margin-top: 0;
	font-size: 18px;
}
.more {
	font-size: 14px;
}
.index-about {
	padding: 30px 0;
}
footer {
	padding: 30px 0 60px;
}
.index-about strong {
	display: block;
	font-size: 30px;
}
.index-about span {
	font-size: 26px;
}
.index-about p {
	margin: 20px 0;
	width: 100%;
}
.index-segments {
	padding-top: 20px;
	padding-bottom: 30px;
}
.index-segments ul {
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index-segments ul li {
	margin: 0 -2%;
	width: 35.9%;
	padding-bottom: 36%;
}
.index-segments ul li:nth-of-type(3) {
	margin-right: 0;
}
.index-segments ul li:nth-of-type(4) {
	margin-left: 0;
}
.index-segments ul li p {
	font-size: 16px;
	line-height: 28px;
}
.index-business {
	padding-top: 5px;
}
.index-business .business-btn {
	display: none;
}
.index-business,
.index-news {
	padding-bottom: 30px;
}
.index-business .title,
.index-news .title {
	margin-bottom: 20px;
}
.index-business ul li {
	margin-bottom: 2%;
	width: 48%;
}
.index-business ul li img {
	max-width: 90%;
}
.index-business ul li p {
	font-size: 16px;
	line-height: 32px;
}
.index-business .more {
	margin: 20px auto 0;
}
.index-news ul li {
	width: 100%;
}
.index-news ul li span,
.index-news ul li p {
	font-size: 14px;
}
.index-news ul li strong {
	font-size: 16px;
}
footer .foot-logo span {
	margin-top: 10px;
	width: 100%;
}
footer .address {
	width: 100%;
}
footer form {
	display: none;
}
footer .footer-right {
	display: none;
	width: 100%;
}
footer .footer-right .footer-nav {
	display: none;
}
footer .footer-contact {
	margin-top: 20px;
	text-align: left;
}
footer .footer-contact {
	float: none;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
footer .m-more-btn {
	margin-top: 20px;
}
footer .m-more-btn a {
	margin-right: 10px;
	color: #ececec;
	font-size: 15px;
}
footer .m-more-btn a i {
	font-size: 18px;
}
.more-btn {
	font-size: 18px;
}
.about1 {
	padding: 30px 0;
}
.about1 h2 strong {
	font-size: 30px;
}
.about2 .text,
.about2 .img {
	width: 100%;
	border: none;
}
.about2 .img {
	margin-bottom: 0;
}
.about2 .text {
	padding: 20px;
	height: auto !important;
}
.about2 .text h3 {
	font-size: 28px;
}
.about2 .text p {
	margin: 20px 0;
}
.about3,
.about5,
.about6 {
	padding-bottom: 30px;
}
.about3 ul li {
	margin-bottom: 10px;
	width: 31.33333%;
}
.about4 ul li {
	margin: 0 0 10px;
	width: 100%;
	-webkit-justify-content: space-between;
  justify-content: space-between;
}
.about4 ul li i {
	margin-left: 20px;
	margin-right: 20px;
}
.about4 ul li:nth-of-type(1) p,
.about4 ul li:nth-of-type(3) p,
.about4 ul li:nth-of-type(2) p,
.about4 ul li:nth-of-type(4) p {
	width: 100%;
}
.about5 {
	background: #fff;
}
.about5 .about5-list {
	padding-top: 20px;
	width: 100%;
}
.about5 .about5-list img {
	width: 100%;
}
.about5 .list1,
.about5 .list2 > div {
	padding: 0 10px;
}
.about5 .list1 p,
.about5 .list2 p {
	min-height: auto;
}
.about6 .about6_pre {
	left: 0;
}
.about6 .about6_next {
	right: 0;
}
.about6 .about6_scroll li {
	max-width: 350px;
}
.about6 .about6_scroll li p {
	margin-top: 20px;
	font-size: 18px;
}
.digital {
	margin-top: 10px;
}
.digital-btn .digital_pre {
	left: -15px;
}
.digital-btn .digital_next {
	right: -15px;
}
.digital-btn .digital_pre,
.digital-btn .digital_next {
	top: 5vw;
	color: #0f3146;
	width: 8vw;
}
.digital ul li {
	width: 33.33333%;
}
.digital ul li p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
}
.digital ul li .digital-title {
	padding-top: 0;
	width: 80%;
	height: 24.5vw;
	line-height: 24.5vw;
	/*background-size: 60% auto !important;*/
}
.digital ul li .digital-title img {
	margin-bottom: 0;
	width: 50%;
}
.digital ul li b {
	opacity: 1;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.digital ul li p {
	opacity: 1;
	width: 90%;
}
.zhcy1 .text h3 {
	font-size: 24px;
}
.zhcy1 .text h3 span {
	line-height: 36px;
}
.zhcy1 .text p {
	margin-bottom: 0;
}
.zhcy2 {
	padding: 20px 0;
}
.zhcy2 h3,
.zhcy3 .text h3 {
	font-size: 30px;
}
.zhcy2 ul {
	padding: 0;
}
.zhcy2 ul li {
	margin: 0 3% 20px;
    width: 44%;
}
.zhcy2 ul li strong {
	font-size: 16px;
	line-height: 32px;
}
.zhcy2 ul li p {
	font-size: 14px;
	line-height: 26px;
}
.zhcy3 .text {
	padding: 0;
	width: 100%;
}
.zhcy3 .text h3 {
	margin-bottom: 20px;
}
.content {
	padding-bottom: 30px;
}
.content p {
	margin-bottom: 20px;
	width: 100%;
}
.content p span,
.content.ryzz p span {
	width: 100%;
}
.shebei ul li {
	margin-bottom: 20px;
	padding: 0 10px 20px;
	width: 48%;
}
.shebei ul li:first-child {
	padding: 20px 10px;
}
.shebei ul li:not(:first-child) > div {
	height: 150px;
}
.shebei ul li:not(:first-child) img {
	max-width: 60%;
}
.shebei ul li:first-child > img {
	width: 16%;
}
.shebei ul li:first-child p {
	display: none;
}
.shebei ul li strong {
	line-height: 24px;
}
.shebei ul li:first-child strong {
	margin-bottom: 10px;
	line-height: 30px;
}
.pages {
	padding-top: 20px;
}
.hr-address {
	margin: 20px 0;
	padding: 20px 15px;
}
.hr-address p {
	margin-left: 0;
	margin-top: 20px;
}
.sign .sign-screen {
	margin-bottom: 20px;
	padding: 0;
}
.sign .sign-screen select,
.sign .sign-screen .sign-search {
	margin-bottom: 10px;
	width: 48%;
}
.sign .sign-screen .sign-search input {
	width: 70%;
}
.sign .sign-screen .sign-search button {
	width: 30%;
}
.sign .sign-list .list-info span {
	padding: 6px 10px;
}
.sign .sign-head span {
	padding: 0 10px;
}
.sign .w35 {
	width: 44%;
}
.sign .w15 {
	display: none !important;
}
.sign .w25 {
	width: 28%;
}
.sign .sign-list .list-con .gwzz,
.sign .sign-list .list-con .gwyq {
	width: 100%;
}
.sign .sign-list .list-con .con-info p {
	font-size: 14px;
	line-height: 24px;
}
.sign .sign-list .list-con .con-info {
	line-height: 24px;
}
.sign .sign-list .list-con .ypfs {
	margin-top: 10px;
}
.message {
	margin: 20px 0;
}
.myform,
.message-list {
	width: 100%;
}
.myform center {
	margin-bottom: 10px;
	line-height: 28px;
	text-align: left;
}
.myform label {
	margin-bottom: 10px;
}
.myform button,
.myform .news_btn {
	margin-left: 65px;
	width: 105px;
	height: 32px;
	line-height: 32px;
}
.myform .news_btn {
	margin-left: 10px;
}
.message-list {
	margin-left: 0;
	margin-top: 20px;
	padding: 20px;
}
.pages {
	font-size: 12px;
}
.banner .banner-btn {
	display: none;
	max-width: 100%;
	bottom: 15px;
}
.banner .banner_pre,
.banner .banner_next {
    top:50%;
    margin-top: -30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.banner .banner_pre {
	left: auto;
	right: 45px;
	padding-right: 5px;
}
.banner .banner_next {
	left: auto;
	right: 15px;
	padding-left: 5px;
}
.banner .banner-cell li.banner2 {
	display: none;
}
.jmys {
    padding: 20px 0;
  }
  .jmys .jmys-list {
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .jmys .jmys-list > div,
  .jmys .jmys-list img {
    width: 100%;
  }
  .jmys .jmys-list > div {
    padding: 10px;
  }
  .jmys .jmys-list span,
  .jmys .jmys-list strong {
    font-size: 28px;
    line-height: 36px;
  }
  .jmys .jmys-list p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .index-business .index-business-des {
  	margin-bottom: 20px;
  }
  .list-jc>li {
		width:50%
	}
	.jc-item__title {
		font-size: 16px;
	}
	.contact .contact-text {
		position: static;
		padding: 20px 0;
		width: 100%;
	}
	#map {
		height: 300px;
	}
}