@charset "utf-8";
/*轮播图公共样式*/

.carousel {
	margin-bottom: 20px;
	height: auto !important;
}

.layui-carousel>[carousel-item]>.layui-this {
	position: relative !important;
	overflow: hidden;
}

.layui-carousel-ind {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: -30px;
	width: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.layui-carousel-ind li {
	background-color: #fff;
}

.layui-carousel-ind li.layui-this {
	background-color: #016d7a;
}

.layui-carousel-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}

.layui-carousel:hover .layui-carousel-arrow {
    left: 50%;
    margin-left: -570px;
}
.layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 50%;
    margin-right: -570px;
}


/*首页分类导航*/

.index-nav ul {
	margin: -10px;
}

.index-nav li {
	padding: 10px;
}

.index-nav li a {
	display: block;
	padding: 15px;
	text-align: center;
	background-color: #F6F6F6;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.index-nav li a:hover {
	-webkit-box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
	box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
}

.index-nav-pic {
	float: left;
	margin-right: 15px;
}

.index-nav-pic img {
	width: 62px;
}

.index-nav-content {
	overflow: hidden;
}

.index-nav-title {
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
}
.index-nav-title>*{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	font-weight: bold;
}
.index-nav li a:hover .index-nav-title>*{
	color: #333;
}

.index-nav-content p {
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
}

@media screen and (max-width:1080px) {
	.index-nav li a {
		padding: 10px;
	}
	.index-nav-pic {
	    margin-right: 10px;
	}
	.index-nav-title {
	    font-size: 18px;
	}
	.index-nav-title>* {
	    font-size: 18px;
	}
	.index-nav-content p {
	    font-size: 13px;
	}
}


/*公司介绍*/

.about {
	min-height: 400px;
}

.about img {
	max-width: 100% !important;
}

.about-title {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

.about-title:after {
	content: "";
	display: block;
	margin-top: 10px;
	width: 200px;
	border-top: 1px solid #016d7a;
}

.about-box{
	margin-bottom: 40px;
}

.about-content {
	overflow: hidden;
}

.about-box p,
.about-box2 p,
.index-about-content p {
	padding-bottom: 10px;
	font-size: 16px;
}

.about2-content {
	float: left;
	margin-right: 30px;
	width: 440px;
}

.about2-pic {
	overflow: hidden;
}

.about-btn {
	display: inline-block;
	margin-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background-color: #016d7a;
	border-radius: 3px;
}

.about-btn:hover {
	color: #fff;
}

.about-video {
	float: left;
	padding: 10px;
	width: 515px;
	margin-right: 30px;
	border: 1px solid #016d7a;
}

.video-box {
	position: relative;
	overflow: hidden;
}

.video-box video {
	display: block;
}

.video-body {
	position: relative;
	display: none;
	width: 515px;
	height: 290px;
	overflow: hidden;
}

.video-body.active {
	display: block;
}

.video-play {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}

.video-jt {
	margin-top: 10px;
	text-align: center;
}

.video-jt a {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color: #016d7a;
	background-color: #e5e5e5;
	border-radius: 3px;
}

.video-jt a.active {
	color: #fff;
	background-color: #016d7a;
}


/*入户3种方式*/

.rhfs ul {
	margin: -15px;
}

.rhfs li {
	padding: 15px;
}

.rhfs li a {
	display: block;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.rhfs-list-header {
	padding: 15px 25px;
}

.rhfs-list-header h3 {
	line-height: 1.4;
	font-size: 30px;
	color: #fff;
}

.rhfs-list-header p {
	font-size: 16px;
	color: #fff;
}

.rhfs-list-body {
	padding: 20px 25px 25px;
	background-color: #fff;
	border: 1px solid #eee;
}

.rhfs-list-body p {
	margin-bottom: 20px;
	height: 180px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
}

.rhfs li a:hover {
	-webkit-box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
	box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
}

.rhfs li a:hover .rhfs-list-body p {
	color: #666;
}

.rhfs li a:hover .more {
	color: #fff;
	background-color: #ec2949;
}

.rhfs li a:hover .more.more-blue {
	color: #fff;
	background-color: #f2bf02;
}

.rhfs li a:hover .more.more-green {
	color: #fff;
	background-color: #01b2b8;
}

.rhfs li a:hover .more.more-red {
	color: #fff;
	background-color: #016d7a;
}

@media screen and (max-width:1080px) {
	.rhfs-list-body p {
	    font-size: 16px;
	}
}


/*测一测*/

.cyc-form {
	float: right;
	padding: 27px 100px;
	margin-left: 30px;
	width: 610px;
	box-sizing: border-box;
}

.cyc-form .layui-form-label {
	padding-left: 0;
	padding-right: 10px;
	width: 112px;
	font-size: 18px;
	color: #fff;
}

.cyc-form .layui-input-block {
	margin-left: 122px;
}

.cyc-form .layui-input {
	border-color: #fff;
}

.cyc-form .layui-form-select dl dd.layui-this {
	background-color: #ff8720;
}

.cyc-tips {
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.cyc-btn {
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #016d7a;
	background-color: #fff;
}

.cyc-btn:hover {
	opacity: 1;
}

.layui-btn.cyc-btn:hover {
	color: #016d7a;
}

.cyc-list {
	float: left;
	padding: 25px 25px 25px;
	width: 500px;
	text-align: center;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-sizing: border-box;
}

.cyc-list h3 {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: bold;
}

.topRec_List dl {
	padding-bottom: 9px;
	margin-bottom: 10px;
	font-size: 20px;
	border-bottom: 1px solid #ededed;
}

.maquee,
.maquee ul {
	height: 280px;
	overflow: hidden;
}

.maquee li>div {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
}

@media screen and (max-width:1080px) {
	.cyc-form {
	    float: none;
	    margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.cyc-list {
	    float: none;
		margin-left: auto;
		margin-right: auto;
	    width: 610px;
	}
}


/*首页金牌服务*/

.rhfw .title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #016d7a transparent transparent transparent;
}

.rhfw .title:after {
	content: "";
	display: block;
	margin: 10px auto 20px;
	width: 150px;
	height: 1px;
	background-color: #016d7a;
}

.rhfw ul {
	margin: -7.5px;
	text-align: center;
}

.rhfw li {
	display: inline-block;
	padding: 7.5px;
}

.rhfw-list-pic {
	margin-bottom: 20px;
}

.rhfw-list-pic img {
	width: 170px;
}

.rhfw-list-content {
	line-height: 30px;
	font-size: 20px;
	overflow: hidden;
}


/*案例列表*/

.index-case-wrapper {
	overflow: hidden;
}

.index-case-list{
width: 2900px;
	white-space: nowrap;
}

.index-case-list-item {
	float: left;
}

.case .title {
    margin-bottom: 20px;
}

.case-list {
	margin: -10px;
}

.case-list-item {
	padding: 10px;
}

.case-list-box {
	display: block;
	/* width: 270px; */
}

.case-list-pic img {
	width: 100%;
	/* height: 328px; */
}

.case-list-content {
	padding: 20px;
	text-align: center;
}

.case-list-title,
.case-list-txt {
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	white-space: nowrap;/*内容超宽后禁止换行显示*/
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/*文字超出部分以省略号显示*/
}

.case-list-content span {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	line-height: 40px;
	font-size: 20px;
	color: #016d7a;
	background-color: #fff;
	border-radius: 3px;
}

.case-list-box:hover {
	-webkit-box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
	box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
}

@media screen and (max-width:1080px) {
	.case-list-box {
	    width: 220px;
	}
	.case-list-pic img {
	    width: 220px;
	    height: 267px;
	}
	.case-list-title, .case-list-txt {
	    font-size: 18px;
	}
	.case-list-content span {
	    font-size: 18px;
	}
}


/*福利*/

.fuli ul {
	margin: -7.5px;
}

.fuli li {
	padding: 7.5px;
	text-align: center;
}

.fuli li img {
	width: 120px;
	height: 120px;
}

.fuli li h4 {
	font-size: 20px;
	font-weight: bold;
}

.fuli li p {
	padding-left: 100px;
	padding-right: 100px;
	/* height: 52px; */
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 15px;
	overflow: hidden;
}


/*疑惑*/

.doubt ul {
	margin: -7.5px;
}

.doubt li {
	padding: 7.5px;
	width: 20%;
}

.doubt li.layui-col-sm-offset2 {
	margin-left: 0;
}

.doubt li a {
	position: relative;
	display: block;
	padding: 40px 15px 20px;
	margin-top: 30px;
	border: 1px solid #016d7a;
	background-color: #fff;
}

.doubt-list-num {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #016d7a;
	border-radius: 50%;
}

.doubt-list-title {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	height: 70px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
}

.doubt-list-txt {
	padding: 10px 0;
	height: 178px;
	line-height: 2;
	font-size: 13px;
	overflow: hidden;
}

.doubt li a:hover {
	-webkit-box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
	box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
}

.doubt li a:hover .doubt-list-title {
	color: #016d7a;
}

.doubt li a:hover .doubt-list-txt {
	color: #666;
}

.doubt li a:hover .more.more-red {
	color: #fff;
	background-color: #016d7a;
}

.doubt-form h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.doubt-form h3 span {
	display: block;
}

.doubt-form form {
	padding: 45px 15px;
}

.doubt-form-box>div {
	float: left;
	margin-bottom: 0;
	clear: none;
}

.doubt-form .layui-form-label {
	padding-left: 0;
	padding-right: 10px;
	width: 90px;
	line-height: 38px;
	font-size: 30px;
	color: #fff;
}

.doubt-form .layui-input-block {
	margin-left: 100px;
	margin-right: 50px;
}

.doubt-form .layui-input {
	padding-left: 20px;
	width: 300px;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	border-color: #fff;
}

.doubt-form-btn {
	width: 240px;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	background-color: #016d7a;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

@media screen and (max-width:1080px) {
	.doubt li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.doubt-list-title {
	    font-size: 15px;
	}
	.doubt-list-txt {
	    font-size: 14px;
	}
	.doubt-form .layui-form-label {
	    width: 80px;
	    font-size: 24px;
	}
	.doubt-form .layui-input-block {
	    margin-left: 90px;
	    margin-right: 40px;
	}
	.doubt-form .layui-input {
	    padding-left: 10px;
	    width: 220px;
	    font-size: 20px;
	}
}


/*首页新闻*/

.index-news-list {
	display: none;
	min-height: 30px !important;
}

.index-news-list.on {
	display: block;
}

.index-news-list ul {
	margin: -15px;
}

.index-news-list li {
	padding: 15px;
}

.index-news-list li a {
	display: block;
	padding-bottom: 15px;
	line-height: 30px;
	border-bottom: 1px solid #DEDEDE;
	overflow: hidden;
}

.index-news-date {
	float: left;
	display: block;
	margin-right: 10px;
	width: 80px;
	border-right: 1px solid #DEDEDE;
	font-size: 24px;
	color: #016d7a;
	text-align: center;
}

.index-news-title {
	height: 30px;
	font-size: 16px;
	overflow: hidden;
}

.index-news-list li a:hover .index-news-title {
	color: #016d7a;
}

.index-news-bottom {
	clear: both;
}

.index-news-btn {
	padding-right: 10px;
	margin-top: 10px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
}

.index-news-btn .layui-icon {
	margin-right: 0;
}


/*内页公共*/

.breadcrumb {
	margin-top: 15px;
}

.content {
	min-height: 400px;
}

.content p {
	padding-bottom: 10px;
	font-size: 16px;
}

.content img {
	max-width: 100% !important;
}


/*职称入户广州培训*/

.zcrhpx-list {
	margin: -20px;
}

.zcrhpx-list li {
	padding: 20px;
	text-align: center;
}

.zcrhpx-list li a {
	display: block;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.zcrhpx-list li img {
	max-width: 100%;
}

.zcrhpx-list-content {
	padding: 20px 25px 30px;
	border: 1px solid #eee;
	border-top-width: 0;
}

.zcrhpx-list-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: bold;
	color: #016d7a;
	border-bottom: 1px solid #016d7a;
}

.zcrhpx-list-txt {
	margin-bottom: 20px;
	height: 90px;
	line-height: 30px;
	font-size: 22px;
}

.zcrhpx-list-btn {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
	background-color: #016d7a;
}

.zcrhpx-list li a:hover {
	-webkit-box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
	box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
}

.zcrhpx-list li a:hover .zcrhpx-list-txt {
	color: #333;
}

@media screen and (max-width:1080px) {
	.zcrhpx-list-title {
	    font-size: 26px;
	}
	.zcrhpx-list-txt {
	    font-size: 18px;
	}
}


/*职称入户证书类型*/

.zcrhzs ul {
	margin: -20px;
}

.zcrhzs li {
	padding: 20px;
	text-align: center;
}

.zcrhzs-list-box {
	display: block;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.zcrhzs-list-title {
	line-height: 80px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.zcrhzs-list-content {
	padding: 25px 25px 35px;
	background-color: #fff;
}

.zcrhzs-list-txt {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	line-height: 40px;
	font-size: 24px;
	text-align: left;
}

.zcrhzs-list-btn {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 50px;
	border-radius: 350px;
	font-size: 22px;
	color: #fff;
	background-color: #016d7a;
}

.zcrhzs-list-box:hover {
	-webkit-box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
	box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
}

.zcrhzs-list-box:hover .zcrhzs-list-txt {
	color: #333;
}

@media screen and (max-width:1080px) {
	.zcrhzs-list-title {
	    font-size: 24px;
	}
	.zcrhzs-list-txt {
	    font-size: 18px;
	}
	.zcrhzs-list-btn {
	    font-size: 18px;
	}
}


/*职称入户测一测*/


/*职称入户6大课程*/

.zcrhkc ul {
	margin: -10px;
}

.zcrhkc li {
	padding: 10px;
}

.zcrhkc-list-content {
	display: block;
	padding: 15px 20px 20px;
	border: 1px solid #eee;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.zcrhkc-list-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #016d7a;
	border-bottom: 1px solid #016d7a;
}

.zcrhkc-list-subtitle {
	font-size: 22px;
	font-weight: bold;
}

.zcrhkc-list-txt {
	padding-top: 3px;
	padding-bottom: 15px;
	height: 48px;
	line-height: 24px;
	font-size: 16px;
}

.zcrhkc-list-btn {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	font-size: 18px;
	border-radius: 5px;
	color: #fff;
	background-color: #016d7a;
}

.zcrhkc-list-content:hover {
	-webkit-box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
	box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
}

.zcrhkc-list-content:hover .zcrhkc-list-subtitle,
.zcrhkc-list-content:hover .zcrhkc-list-txt {
	color: #333;
}

@media screen and (max-width:1080px) {
	.zcrhkc-list-title {
	    font-size: 24px;
	}
	.zcrhkc-list-subtitle {
	    font-size: 18px;
	}
	.zcrhkc-list-txt {
	    font-size: 14px;
	}
	.zcrhkc-list-btn {
	    font-size: 16px;
	}
}


/*职称入户立即报名*/

.zcrhljbm {
	padding-top: 15px;
	padding-bottom: 15px;
}

.zcrhljbm-content {
	text-align: center;
}

.zcrhljbm-title {
	line-height: 40px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

.zcrhljbm-txt {
	margin-bottom: 5px;
	line-break: 40px;
	font-size: 30px;
	color: #fff;
}

.zcrhljbm-btn {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	background-color: #fd7a06;
	border-radius: 60px;
}


/*学历入户条件*/

.xlrhtj ul {
	margin: -12px;
}

.xlrhtj li {
	padding: 12px;
}

.xlrhtj-list-content {
	display: block;
	padding: 30px 30px 40px;
	background-size: cover;
}

.xlrhtj-list-content1 {
	background: url(../images2/xueli-bg-1.jpg) no-repeat center center;
}

.xlrhtj-list-content2 {
	background: url(../images2/xueli-bg-2.jpg) no-repeat center center;
}

.xlrhtj-list-content3 {
	background: url(../images2/xueli-bg-3.jpg) no-repeat center center;
}

.xlrhtj-list-title {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}

.xlrhtj-list-txt {
	padding-top: 20px;
	padding-bottom: 30px;
	line-height: 2;
	font-size: 20px;
	color: #fff;
}

.xlrhtj-list-btn {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 44px;
	font-size: 20px;
	color: #016d7a;
	background-color: #fff;
	border-radius: 5px;
}

.xlrhtj-list-content:hover {
	-webkit-box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
	box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
}

@media screen and (max-width:1080px) {
	.xlrhtj-list-content1,
	.xlrhtj-list-content2,
	.xlrhtj-list-content3{
		background-size: cover;
	}
}


/*学历入户政策*/

.xlrhzc .title-main,
.xlrhzc-content {
	color: #fff;
}

.xlrhzc-content {
	font-size: 30px;
}

@media screen and (max-width:1080px) {
	.xlrhzc-content {
	    font-size: 24px;
	}
}


/*学历入户优势*/

.xlrhys .title-main,
.xlrhys .title-sub {
	color: #fff;
}

.xlrhys ul {
	position: relative;
	overflow: hidden;
}

.xlrhys ul:before,
.xlrhys ul:after {
	content: "";
	position: absolute;
	z-index: 2;
	background-color: #fff;
}

.xlrhys ul:before {
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}

.xlrhys ul:after {
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
}

.xlrhys li {
	padding-top: 20px;
	height: 150px;
	text-align: center;
}

.xlrhys li.xlrhys-list-item {
	padding-right: 150px;
}

.xlrhys li.xlrhys-list-item2 {
	padding-left: 150px;
}

.xlrhys li>* {
	color: #fff;
}

.xlrhys-list-title {
	font-size: 30px;
	font-weight: bold;
}

.xlrhys-list-txt {
	line-height: 28px;
	font-size: 18px;
}

.xlrhys-logo {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 9;
	margin-left: -150px;
	margin-top: -150px;
	width: 300px;
	height: 300px;
	background: url(../images2/logo2.png) no-repeat center center #fff;
	border-radius: 50%;
}


/*回执*/

.huizhi ul {
	margin: -15px;
}

.huizhi li {
	padding: 15px;
}

.huizhi li img {
	width: 100%;
}


/*积分入户政策*/

.jfrhzc ul {
	margin: -20px;
}

.jfrhzc li {
	padding: 20px;
}

.jfrhzc-list-content {
	display: block;
	padding: 30px 50px 40px;
}

.jfrhzc-list-content1 {
	background: url(../images2/jfrhzc-bg-1.jpg) no-repeat center center;
	background-size: cover;
}

.jfrhzc-list-content2 {
	background: url(../images2/jfrhzc-bg-2.jpg) no-repeat center center;
	background-size: cover;
}

.jfrhzc-list-content3 {
	background: url(../images2/jfrhzc-bg-3.jpg) no-repeat center center;
	background-size: cover;
}

.jfrhzc-list-content4 {
	background: url(../images2/jfrhzc-bg-4.jpg) no-repeat center center;
	background-size: cover;
}

.jfrhzc-list-title {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.jfrhzc-list-txt {
	padding-top: 5px;
	padding-bottom: 10px;
	height: 52px;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
}

.jfrhzc-list-btn {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 44px;
	font-size: 20px;
	color: #016d7a;
	background-color: #fff;
	border-radius: 5px;
}

.jfrhzc-list-content:hover {
	-webkit-box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
	box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
}

.jfrhzc-list-content:hover .jfrhzc-list-btn {
	color: #fff;
	background-color: #016d7a;
}

@media screen and (max-width:1080px) {
	.jfrhzc-list-title {
	    font-size: 22px;
	}
	.jfrhzc-list-btn {
	    font-size: 18px;
	}
}


/*积分入户流程*/

.jfrhtjlc-left-title,
.jfrhtjlc-right-title {
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
}

.jfrhtjlc-left-title {
	color: #fff;
}

.jfrhtjlc-right-title {
	color: #016d7a;
}

.jfrhtjlc-left-btn,
.jfrhtjlc-right-btn {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 50px;
	font-size: 18px;
	border-radius: 50px;
}

.jfrhtjlc-left-btn {
	color: #016d7a;
	background-color: #fff;
}

.jfrhtjlc-right-btn {
	color: #fff;
	background-color: #016d7a;
}

.jfrhtjlc-right-btn:hover {
	color: #fff;
}

.jfrhtjlc-left {
	float: left;
	padding: 15px;
	margin-right: 15px;
	width: 340px;
	text-align: center;
	box-sizing: border-box;
}

.jfrhtjlc-left-txt {
	padding: 15px 0;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
}

.jfrhtjlc-right {
	padding: 15px 15px 18px;
	background-color: #fff;
	border: 1px solid #016d7a;
	text-align: center;
	overflow: hidden;
}

.jfrhtjlc-right ul {
	margin: 40px -5px;
}

.jfrhtjlc-right li {
	padding: 5px;
	width: 20%;
}

.jfrhtjlc-right-pic {
	margin-bottom: 30px;
	width: 115px;
	height: 115px;
}

.jfrhtjlc-right-txt {
	line-height: 30px;
	font-size: 24px;
	color: #016d7a;
}

@media screen and (max-width:1080px) {
	.jfrhtjlc-left-txt {
	    padding: 14px 0;
		line-height: 38px;
	}
	.jfrhtjlc-right-pic {
	    width: 100px;
	    height: 100px;
	}
	.jfrhtjlc-right-txt {
	    font-size: 20px;
	}
}


/*用心专业*/

.yxzy ul {
	margin: -20px;
}

.yxzy li {
	padding: 20px;
	text-align: center;
}

.yxzy li img {
	width: 120px;
	height: 120px;
}

.yxzy li p {
	margin-top: 15px;
	height: 60px;
	line-height: 30px;
	font-size: 24px;
	overflow: hidden;
}

.yxzy li p span {
	display: block;
}


/*新闻导航*/

.news .title {
	margin-bottom: 20px;
}

.news-nav {
	margin-bottom: 30px;
}

.news-nav ul {
	margin-left: -10px;
	margin-right: -10px;
	overflow-y: hidden;
	overflow-x: auto;
	font-size: 0;
	white-space: nowrap;
	text-align: center;
}

.news-nav li {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	font-size: 16px;
	box-sizing: border-box;
}

.news-nav li a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #016d7a;
	background-color: #fff;
	border: 1px solid #016d7a;
	border-radius: 3px;
}

.news-nav li.active a {
	color: #fff;
	background-color: #016d7a;
}


/*新闻列表*/

.news-list ul {
	margin: -7.5px;
}

.news-list li {
	padding: 7.5px;
}

.news-list li>a {
	display: block;
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.news-list-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;/*内容超宽后禁止换行显示*/
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/*文字超出部分以省略号显示*/
}

.news-list-content p {}

.news-list-txt {
	margin-bottom: 10px;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
}

.news-list-date {
	float: left;
	line-height: 24px;
	color: #999;
}

.news-list-more {
	float: right;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
}

.news-list li>a:hover {
	-webkit-box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
	box-shadow: 0 5px 10px rgba(195, 0, 6, .2);
}

.news-list li>a:hover .news-list-title {
	color: #016d7a;
}

.news-list li>a:hover .news-list-txt {
	color: #333;
}

.news-list li>a:hover .news-list-more {
	color: #fff;
	border-color: #016d7a;
	background-color: #016d7a;
}


/*新闻详情*/

.news-detail {
	margin-bottom: 30px;
}

.news-title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

.news-title-main {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
}

.news-title-date {
	font-size: 16px;
	color: #999;
}

.news-detail-more {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.news-detail-more li {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 20px;
    line-height: 20px;
    color: #666;
    text-align: center;
    overflow: hidden;
}

.news-detail-ewm {
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}

.news-detail-ewm-tops {
	line-height: 18px;
	font-size: 14px;
}

.news-detail-ewm li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.news-detail-ewm li img {
	width: 120px;
}

.news-detail-ewm li p {
	font-size: 14px;
}

.news-detail-form {
	margin-top: 15px;
}


/*联系我们*/

.contact-box {
	position: relative;
	height: 440px;
	border: 1px solid #016d7a;
}

.contact-company {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	padding: 50px 20px;
	width: 270px;
	color: #fff;
	background-color: rgba(195, 0, 6, .8);
}

.contact-company-txt {
	font-size: 16px;
}

.contact-company ul {
	margin-top: 20px;
}

.contact-company ul li {
	margin-top: 20px;
	line-height: 18px;
}

.contact-company ul li i {
	margin-right: 10px;
	width: 44px;
	height: 44px;
	background: url(../images2/contact.png) no-repeat 0 0;
}

.contact-company ul li.contact-company-time i {
	background-position-x: -44px;
}

.contact-company ul li span {
	display: block;
	line-height: 26px;
	font-size: 24px;
	font-weight: bold;
}

#dituContent {
	width: 100%;
	height: 440px;
	box-sizing: border-box;
}

.contact-traffic {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	padding: 50px 20px;
	width: 270px;
	color: #fff;
	background-color: rgba(0, 0, 0, .8);
}

.contact-traffic p span {
	display: block;
}


/*合作渠道*/

.join-content p {
	margin-bottom: 10px;
	font-size: 16px;
}

.join-content img {
	max-width: 100%;
}

.join-contact-map {
	float: left;
	margin-right: 30px;
	width: 600px;
}

.join-contact-map #dituContent {
	height: 400px;
}

.join-contact-txt {
	overflow: hidden;
}

.join-contact-title {
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
}

.join-list li {
	margin-top: 20px;
	line-height: 42px;
	font-size: 18px;
}

.join-list li i {
	display: block;
	float: left;
	margin-right: 5px;
	width: 42px;
	height: 42px;
	background: url(../images2/join-contact.png) no-repeat 0 0;
}

.join-list li.join-list-item2 i {
	background-position-x: -42px;
}

.join-list li.join-list-item3 i {
	background-position-x: -84px;
}

.join-list li span {
	display: block;
	overflow: hidden;
}

.join-list li span a.layui-badge {
	height: 20px;
	line-height: 20px;
}

.join-form {
	margin: 0 auto;
	width: 500px;
}


/*翻页*/

.page-list {
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}

.page-list>* {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 14px;
}
.page-list span{
	line-height: 32px;
}
.page-list a,
.page-list span.disabled{
	line-height: 30px;
	border: 1px solid #e6e6e6;
	background-color: #FBFBFB;
	border-radius: 2px;
}

.page-list .current {
	color: #999;
}

.page-list span.disabled {
	color: #999;
	cursor: not-allowed;
}