 html, body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", Arial;
	font-size: 22px;
	overflow-x: hidden;
}

body {
	width: 720px;
	margin: 0 auto;
	position: relative;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a, img {
	border: 0;
	text-decoration: none;
}

/* 首页 Begin */
.content {
	width: 100%;
}

/* 内容一 */
.content-01 {
	height: 1160px;
}

.content-01 .banner-layer {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.content-01 .banner-img,
.content-01 .banner-img img {
	width: 100%;
	float: left;
}

.content-01 .pagination {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1000;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.content-01 .pagination .swiper-pagination-switch {
	display: inline-block;
	width: 64px;
	height: 4px;
	margin: 0 6px;
	background-color: rgba(102, 175, 12, .4);
}

.content-01 .pagination .swiper-active-switch {
	background-color: rgba(102, 175, 12, .8);
}
/* 内容二 */
.content-02 {
	background: #fff url('../images/index_pdt_01.png') no-repeat 50% 98px;
	height: 1270px;
	position: relative;
	overflow: hidden;
}

.content-02 ol > li {
	width: 528px;
	height: 858px;
}

.content-02 ol > li .mis-container {
	position: relative;
	z-index: 10;
	width: 500px;
	height: 858px;
	margin: 0 14px;
	overflow: hidden;
	background-color: #fff;
	opacity: .3;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);

	-webkit-border-radius: 20px;
	-mozborder-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;

	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
	box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.content-02 ol > li.mis-current .mis-container {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.content-02 ol > li .big-icon {
	width: 500px;
	height: 506px;
}

.content-02 .mis-nav-buttons a {
	cursor: pointer;
	display: block;
	width: 94px;
	height: 858px;
	padding: 0 !important;
	position: absolute;
	top: 0;
	z-index: 100;
	background: url('../images/index_arrow.png') no-repeat 70% 50%;
	text-indent: -9999px;
}
.content-02 .mis-nav-buttons a.mis-next {
	right: -96px;
}
.content-02 .mis-nav-buttons a.mis-prev {
	left: -96px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg); 
}

.content-02 .type-list {
	padding-top: 45px;
	height: 190px;
}

.content-02 .type-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.content-02 .type-list ul li {
	display: inline-block;
	width: 136px;
	height: 190px;
}

.content-02 .type-list ul li a {
	display: block;
	line-height: 72px;
	font-family: "微软雅黑", Arial;
	font-size: 24px;
	color: #4c4c4c;
	text-align: center;
}

.content-02 .type-list ul li a i {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 44px;
}

.iconfont {
	color: #fff;

	/*-webkit-text-shadow: 0 -4px 8px rgba(255, 255, 255, .6);
	-moz-text-shadow: 0 -4px 8px rgba(255, 255, 255, .6);
	-o-text-shadow: 0 -4px 8px rgba(255, 255, 255, .6);
	text-shadow: 0 -4px 8px rgba(255, 255, 255, .6);*/

	-webkit-border-radius: 50%;
	-mozborder-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.iconfont.bg-ff524e {
	background-color: #ff524e;
	-webkit-box-shadow: 0 9px 16px rgba(254, 98, 96, .42);
	-moz-box-shadow: 0 9px 16px rgba(254, 98, 96, .42);
	-o-box-shadow: 0 9px 16px rgba(254, 98, 96, .42);
	box-shadow: 0 9px 16px rgba(254, 98, 96, .42);
}
.iconfont.bg-ffa200 {
	background-color: #ffa200;
	-webkit-box-shadow: 0 9px 16px rgba(255, 163, 0, .42);
	-moz-box-shadow: 0 9px 16px rgba(255, 163, 0, .42);
	-o-box-shadow: 0 9px 16px rgba(255, 163, 0, .42);
	box-shadow: 0 9px 16px rgba(255, 163, 0, .42);
}
.iconfont.bg-33d755 {
	background-color: #33d755;
	-webkit-box-shadow: 0 9px 16px rgba(51, 215, 85, .42);
	-moz-box-shadow: 0 9px 16px rgba(51, 215, 85, .42);
	-o-box-shadow: 0 9px 16px rgba(51, 215, 85, .42);
	box-shadow: 0 9px 16px rgba(51, 215, 85, .42);
}
.iconfont.bg-67adee {
	background-color: #67adee;
	-webkit-box-shadow: 0 9px 16px rgba(103, 173, 238, .42);
	-moz-box-shadow: 0 9px 16px rgba(103, 173, 238, .42);
	-o-box-shadow: 0 9px 16px rgba(103, 173, 238, .42);
	box-shadow: 0 9px 16px rgba(103, 173, 238, .42);
}
.iconfont.bg-ff8328 {
	background-color: #ff8328;
	-webkit-box-shadow: 0 9px 16px rgba(255, 131, 40, .42);
	-moz-box-shadow: 0 9px 16px rgba(255, 131, 40, .42);
	-o-box-shadow: 0 9px 16px rgba(255, 131, 40, .42);
	box-shadow: 0 9px 16px rgba(255, 131, 40, .42);
}
.iconfont.bg-28d5e0 {
	background-color: #28d5e0;
	-webkit-box-shadow: 0 9px 16px rgba(40, 213, 224, .42);
	-moz-box-shadow: 0 9px 16px rgba(40, 213, 224, .42);
	-o-box-shadow: 0 9px 16px rgba(40, 213, 224, .42);
	box-shadow: 0 9px 16px rgba(40, 213, 224, .42);
}
.iconfont.bg-ffb600 {
	background-color: #ffb600;
	-webkit-box-shadow: 0 9px 16px rgba(255, 182, 0, .42);
	-moz-box-shadow: 0 9px 16px rgba(255, 182, 0, .42);
	-o-box-shadow: 0 9px 16px rgba(255, 182, 0, .42);
	box-shadow: 0 9px 16px rgba(255, 182, 0, .42);
}
.iconfont.bg-4dd6b1 {
	background-color: #4dd6b1;
	-webkit-box-shadow: 0 9px 16px rgba(77, 214, 177, .42);
	-moz-box-shadow: 0 9px 16px rgba(77, 214, 177, .42);
	-o-box-shadow: 0 9px 16px rgba(77, 214, 177, .42);
	box-shadow: 0 9px 16px rgba(77, 214, 177, .42);
}

.content-02 .mis-slide .more {
	position: absolute;
	bottom: 56px;
	left: 50%;
	margin-left: -125px;
	padding: 0;
	width: 220px;
	height: 50px;
	padding-left: 24px;
	line-height: 46px;
	text-align: center;
	font-size: 22px;
	color: #b2b2b2;
	background: url('../images/index_case_more.png') no-repeat 56px 50%;
	border: 3px solid #e6e6e6;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}

/* 内容三 */
.content-03 {
	height: 1052px;
	padding-top: 147px;
	background: url('../images/page_03.jpg') no-repeat;
}


.content-03 .case-type {
	width: 656px;
	height: 50px;
	margin: 0 auto;
	border-bottom: 2px solid #8c8887;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.content-03 .case-type li {
	display: inline-block;
	width: 162px;
	text-align: center;
}

.content-03 .case-type li a {
	cursor: pointer;
	display: inline-block;
	font-family: "微软雅黑", Arial;
	font-size: 25px;
	color: #fff;
	line-height: 49px;
	border-bottom: 4px solid transparent;

	transition: border-bottom 500ms;
	-webkit-transition: border-bottom 500ms;
	-ms-transition: border-bottom 500ms;
	-moz-transition: border-bottom 500ms;
	-o-transition: border-bottom 500ms;
}
.content-03 .case-type li a.cur {
	border-bottom-color: #97da36;
}

.content-03 .case-frame {
	position: relative;
}

.content-03 .case-frame .case-list {
	width: 666px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 60px;
	left: 27px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;

	transition: all 500ms;
	-webkit-transition: all 500ms;
	-ms-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
}

.content-03 .case-frame .case-list.show {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.content-03 .case-frame .case-list li {
	float: left;
	width: 178px;
	height: 298px;
	padding: 46px 8px 58px 8px;
	margin: 0 14px 46px 14px;
	background: url('../images/bg_phone.png') no-repeat;
}

.content-03 .case-frame .case-list li .thumb {
	width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}

.content-03 .case-frame .case-list li .thumb * {
	position: absolute;
	z-index: 100;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
}

.content-03 .case-frame .case-list li .thumb .bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0);
}
.content-03 .case-frame .case-list li.show .thumb .bg {
	background-color: rgba(0, 0, 0, .7);
}

.content-03 .case-frame .case-list li .thumb .qrcode {
	width: 90%;
	top: -120%;
	left: 5%;
}
.content-03 .case-frame .case-list li.show .thumb .qrcode {
	top: 20%;
}

.content-03 .case-frame .case-list li .thumb span {
	display: block;
	width: 100%;
	line-height: 34px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	bottom: -100%;
	left: 0;
}
.content-03 .case-frame .case-list li.show .thumb span {
	bottom: 10%;
}

/* 内容四 */
.content-04 {
	height: 1103px;
	background: url('../images/page_04.png') no-repeat;
	position: relative;
}

.content-04 div {
	width: 100%;
	position: absolute;
	text-align: center;
	line-height: 44px;
	font-size: 28px;
	color: #1a1a1a;
}

/* 内容五 */
.content-05 {
	height: 774px;
	padding-top: 195px;
	background: url('../images/page_05.jpg') no-repeat;
	font-size: 30px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	position: relative;
}

.content-05 a {
	color: #fff;
}

.content-05 .register {
	display: block;
	width: 600px;
	height: 80px;
	position: absolute;
	bottom: 100px;
	left: 60px;
	background: url('../images/btn_register.png') no-repeat;
}

/* 文章列表 Begin */
.content-06 {
	height: 1100px;
	background: url('../images/page_06.jpg') no-repeat 50% 0;
}

.content-06 .news-type,
.inner-news .news-type {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-top: 82px;
}

.content-06 .news-type li,
.inner-news .news-type li {	
	display: inline-block;
	margin: 0 8px;
}

.content-06 .news-type li a,
.inner-news .news-type li a {
	cursor: pointer;
	display: block;
	width: 264px;
	height: 74px;
	padding-left: 56px;
	line-height: 76px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	background-image: url('../images/icon_news_title.png');
	background-repeat: no-repeat;
	border: 2px solid #fff;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;

	-webkit-transition: all .4s;	
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.content-06 .news-type li:nth-child(1) a,
.inner-news .news-type li:nth-child(1) a {
	background-position: 58px 1px;
}
.content-06 .news-type li:nth-child(2) a,
.inner-news .news-type li:nth-child(2) a {
	background-position: 58px -74px;
}
.content-06 .news-type li a:hover,
.content-06 .news-type li a.cur,
.inner-news .news-type li a:hover,
.inner-news .news-type li a.cur {
	border-color: #81c71c;
	background-color: #81c71c;
}

.content-06 .news-list {
	width: 1440px;
	height: 802px;
	overflow: hidden;
}

.content-06 .news-list ul {
	width: 640px;
	padding: 62px 40px;
	float: left;
}

.content-06 .news-list ul li {
	height: 156px;
	padding: 34px 10px;
	border-bottom: 2px dotted #c4c4c4;
}

.content-06 .news-list ul li a * {
	-webkit-transition: color .4s;	
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.content-06 .news-list ul li .title {
	display: block;
	font-size: 28px;
	line-height: 48px;
	color: #fff;
}
.content-06 .news-list ul li:hover .title {
	color: #7fb433;
}

.content-06 .news-list ul li .date {
	display: block;
	line-height: 38px;
	font-size: 24px;
	color: #999;
}

.content-06 .news-list ul li p {
	line-height: 35px;
	font-size: 25px;
	color: #ccc;
}
.content-06 .news-list ul li a:hover p {
	color: #fff;
}

.content-06 .more {
	display: block;
	width: 100%;
	height: 40px;
	background: url('../images/news_more.png') no-repeat 50px 0;
}
/* 文章列表 End */
/* 首页 End */

/* 文章详情 Begin */
.news-detail {
	min-height: 90%;
	padding: 140px 50px 60px 50px;
	background-color: #fff;
}

.news-detail .title {
	text-align: center;
	line-height: 54px;
	font-size: 30px;
	color: #333px;
}

.news-detail .date {
	padding-bottom: 16px;
	text-align: center;
	line-height: 42px;
	font-size: 24px;
	color: #9a9a9a;
}

.news-detail .detail {
	padding: 24px 0;
	line-height: 40px;
	font-size: 22px;
	color: #666;
	border-top: 2px dotted #cfcfcf;
	border-bottom: 2px dotted #cfcfcf;
}

.news-detail .back {
	display: block;
	width: 100%;
	height: 76px;
	border: 2px solid #66b125;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	background: url('../images/news_back.png') no-repeat 50% 50%;
	margin-top: 28px;
}
/* 文章详情 End */

/* 页脚 Begin */
#footer {
	width: 100%;
	height: 64px;
	padding: 27px 0;
	line-height: 32px;
	font-size: 20px;
	color: #e2e2e2;
	text-align: center;
	background-color: #222324;
}

#footer .register {
	display: block;
	width: 98px;
	height: 98px;
	background: url('../images/icon_reg.png') no-repeat;
	position: fixed;
	right: 26px;
	bottom: 26px;
	z-index: 10000;
}
#footer .register.open {
	right: 496px;
}
/* 页脚 End */

/* 页头 Begin */
#header {
	width: 100%;
	height: 90px;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
}
#header.open {
	right: 470px;
}

#header .logo {
	display: block;
	width: 138px;
	height: 90px;
	background: url('../images/logo.png') no-repeat 0 50%;
	float: left;
	margin-left: 32px;
}

#header .menu {
	display: block;
	width: 90px;
	height: 90px;
	background: url('../images/icon_menu.png') no-repeat 50% 50%;
	float: right;
}
/* 页头 End */

/* 注册 Begin */
#reg-frame {
	padding: 34px 60px 84px 60px;
	background-color: #fff;
}

#reg-frame ul li {
	padding-top: 18px;
	border-bottom: 2px solid #d9d9d9;
}

#reg-frame ul li label {
	display: inline-block;
	line-height: 62px;
	font-size: 30px;
	color: #333;
}

#reg-frame input,
#reg-frame button,
#reg-frame select,
#reg-frame textarea {
	outline: none;
	-webkit-appearance: none;
}
#reg-frame textarea {
	resize: none;
}
#reg-frame select {
	line-height: normal !important;
}

#reg-frame ul li .input {
	border: 0;
	background-color: transparent;
	height: 50px;
	line-height: 50px;
	padding: 6px 0;
	font-family: "微软雅黑", Arial;
	font-size: 22px;
	color: #555;
}
#reg-frame ul li .input.input-01 {
	width: 80%;
}
#reg-frame ul li .input.input-02 {
	width: 70%;
}
#reg-frame ul li .input.input-03 {
	width: 25%;
}
#reg-frame ul li .input.input-04 {
	width: 55%;
}

#getmobcode {
	padding: 0 15px;
	font-size: 20px;
	color: #656565;
	line-height: 50px;
	margin-top: 6px;
	float: right;
	background-color: #f0f0f0;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

#reg_sub {
	display: block;
	width: 600px;
	height: 90px;
	margin: 40px 0;
	line-height: 90px;
	text-align: center;
	padding-left: 62px;
	background: #76bc0e url('../images/icon_register.png') no-repeat 181px 19px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	border-radius: 45px;
	font-family: "微软雅黑", Arial;
	font-size: 45px;
	color: #fff;
	border: 0;
}
/* 注册 End */

/* 内页主体 Begin */
#header,
#page-frame,
#page-mask,
#footer .register {
	-webkit-transition: all .4s ease-in-out;	
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#page-frame {
	width: 720px;
	background-color: #fff;
	position: relative;
	z-index: 100;
}
#page-frame.open {
	margin-left: -470px;
}

#page-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 90px;
	right: 0;
	z-index: 101;
	background-color: rgba(0, 0, 0, 0);
	visibility: hidden;
}
#page-mask.open {
	right: 470px;
	visibility: visible;
	background-color: rgba(0, 0, 0, .2);
}
/* 内页主体 End */

/* 内页菜单 Begin */
#menu-frame {
	width: 470px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	background: #212425 url('../images/inner_menu_img.png') no-repeat 56px 90%;
}

#menu-frame .main-menu .root {
	position: relative;
}

#menu-frame .main-menu .root.has-sub-menu:after {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background: url('../images/arrow.png') no-repeat;
	position: absolute;
	right: 10px;
	top: 28px;

	-webkit-transition: all .4s;	
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#menu-frame .main-menu .root.has-sub-menu.open:after {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

#menu-frame .main-menu .root a {
	display: block;
	border-bottom: 2px solid #4d5051;
	color: #fff;
	font-size: 32px;
}
#menu-frame .main-menu .root a:hover,
#menu-frame .main-menu .root.open > a,
#menu-frame .main-menu .root a.cur {
	color: #75bc0e;
}

#menu-frame .main-menu .root > a {
	line-height: 88px;
	padding-left: 45px;
}

#menu-frame .main-menu .root > .sub-menu {
	display: none;
}

#menu-frame .main-menu .root > .sub-menu li a {
	line-height: 78px;
	padding-left: 78px;
}
/* 内页菜单 End */

/* 模块内容 Begin */
#module-content {
	padding: 0 30px;
	background-color: #fff;
}

#module-content .module-list li {
	padding: 34px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;  
	display: flex;
	flex-flow: row;
	border-bottom: 2px solid #f2f2f2;
	cursor: pointer;
}

#module-content .module-list li .icon {
	width: 134px;
	padding-left: 10px;
}

#module-content .module-list li .icon i,
#module-frame .module-detail .title i {
	display: inline-block;
	height: 110px;
	width: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 56px;
}

#module-content .module-list li .info {	
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#module-content .module-list li .info b {
	display: block;
	line-height: 48px;
	font-size: 32px;
	color: #313131;
	margin-bottom: 8px;
}

#module-content .module-list li .info p {
	line-height: 36px;
	font-size: 24px;
	color: #4c4c4c;
}

#module-content .module-list li .info .detail {
	display: none;
}
/* 模块内容 End */

/* 功能详情 Begin */
#module-frame {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}

#module-frame .module-detail {
	width: 86%;
	height: 80%;
	margin: 10% 7%;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}

#module-frame .module-detail .close {
	cursor: pointer;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	font-size: 60px;
	line-height: 53px;
	text-align: center;
	position: absolute;
	top: -25px;
	right: -25px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, .6);
	-moz-box-shadow: -4px 4px 10px rgba(0, 0, 0, .6);
	-o-box-shadow: -4px 4px 10px rgba(0, 0, 0, .6);
	box-shadow: -4px 4px 10px rgba(0, 0, 0, .6);
}

#module-frame .module-detail .title {
	width: 500px;
	height: 110px;
	line-height: 110px;
	font-size: 36px;
	color: #313131;
	margin: 0 auto;
	padding: 30px 0;
}

#module-frame .module-detail .title i {
	margin-right: 26px;
}

#module-frame .module-detail .desc {
	width: 540px;
	height: 70%;
	margin: 0 auto;
}
#module-frame .module-detail .desc::-webkit-scrollbar {
	width: 4px;
}
#module-frame .module-detail .desc::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, .2);
}
#module-frame .module-detail .desc::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .4);
}

#module-frame .module-detail .desc p {
	line-height: 38px;
	font-size: 24px;
	color: #4c4c4c;
	margin-bottom: 10px;
}
/* 功能详情 End */


/* 内页文章列表 Begin */
.inner-news-list ul {
	width: 640px;
	padding: 20px 40px;
	background-color: #fff;
}

.inner-news-list ul li {
	height: 156px;
	padding: 34px 10px;
	border-bottom: 2px dotted #cfcfcf;
}

.inner-news-list ul li a * {
	-webkit-transition: color .4s;	
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.inner-news-list ul li .title {
	display: block;
	font-size: 28px;
	line-height: 48px;
	color: #4c4c4c;
}
.inner-news-list ul li:hover .title {
	color: #7fb433;
}

.inner-news-list ul li .date {
	display: block;
	line-height: 38px;
	font-size: 24px;
	color: #808080;
}

.inner-news-list ul li p {
	line-height: 35px;
	font-size: 25px;
	color: #333;
}

@font-face {font-family: 'webfont';
  src: url('//at.alicdn.com/t/brs7s3642027qfr.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/brs7s3642027qfr.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/brs7s3642027qfr.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/brs7s3642027qfr.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/brs7s3642027qfr.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}


.inner-news-list .pager {
	padding: 30px 0 50px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.inner-news-list .pager a,
.inner-news-list .pager span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 4px;
	font-family: '宋体';
	font-size: 28px;
	color: #66b125;
	border: 2px solid #66b125;
}

.inner-news-list .pager a:hover,
.inner-news-list .pager span {
	background-color: #66b125 !important;
	color: #fff !important;
}
/* 内页文章列表 End */

/* 3800 Begin */
.c-3800-01 {
	padding-top: 672px;
	height: 470px;
	font-size: 25px;
	color: #532e1b;
	line-height: 44px;
	text-align: center;
	background: url('../images/3800_01.png') no-repeat;
}

.c-3800-02 {
	padding-top: 36px;
	background-color: #fff;
}

.c-3800-02 .c-01 {
	width: 642px;
	height: 316px;
	margin: 0 auto 26px auto;
	background: #fafafa url('../images/3800_02.png') no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.c-3800-02 p {
	font-size: 24px;
	line-height: 40px;
	color: #333;
	margin-bottom: 26px;
	padding: 0 39px;
}

.c-3800-02 .reg-01 {
	display: block;
	margin: 0 auto;
	width: 648px;
	height: 148px;
	background: url('../images/3800_03.png') no-repeat;
}

.c-3800-03 {
	padding-top: 40px;
	color: #000;
}

.c-3800-03 ul {
	width: 680px;
	margin: 0 auto;
}

.c-3800-03 ul li {
	width: 416px;
	height: 70px;
	padding: 40px 0 40px 264px;
	background-image: url('../images/3800_04.png');
	background-repeat: no-repeat;
	margin-bottom: 16px;
	line-height: 35px;
	font-size: 22px;
	color: #333;
}

.c-3800-04 {
	height: 823px;
	padding-top: 503px;
	background: url('../images/3800_05.png') no-repeat;
}

.c-3800-04 ul,
.c-3800-04 ul li {
	float: left;
}

.c-3800-04 ul li {
	width: 360px;
	height: 155px;
	padding-top: 139px;
	background: url('../images/3800_06.png') no-repeat;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	color: #532e1b;
}

.c-3800-04 ul li b {
	display: block;
	font-size: 25px;
	line-height: 51px;
}

.c-3800-05 {
	background-color: #fff;
}

.c-3800-05 ul {
	padding: 40px 30px 0;
}

.c-3800-05 ul li {
	padding: 36px 0;
	border-bottom: 2px solid #e6e6e6;
}
.c-3800-05 ul li:last-child {
	border-bottom: 0;
}

.clear-both {
	clear: both;
}


.c-3800-05 ul li .icon {
	width: 138px;
	height: 130px;
	float: left;
	background: url('../images/3800_07.png') no-repeat;
}
.c-3800-05 ul li:nth-child(1) .icon {
	background-position: 0 10px;
}
.c-3800-05 ul li:nth-child(2) .icon {
	background-position: -138 10px;
}
.c-3800-05 ul li:nth-child(3) .icon {
	background-position: -276 10px;
}
.c-3800-05 ul li:nth-child(4) .icon {
	background-position: -414 10px;
}

.c-3800-05 ul li .content {
	width: 510px;
	line-height: 38px;
	font-size: 22px;
	color: #666;
	float: left;
}

.c-3800-05 ul li .content span {
	display: block;
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
	color: #3e3e3e;
}

.c-3800-05 ul li .content p {
	margin-bottom: 8px;
}

.c-3800-06 {
	height: 1348px;
	padding-top: 191px;
	background: url('../images/3800_08.png') no-repeat;
	text-align: center;
	color: #532e1b;
	position: relative;
}

.c-3800-06 p {
	font-size: 25px;
	line-height: 45px;
}

.c-3800-06 .c-01 {
	font-size: 30px;
	line-height: 48px;
	font-weight: bold;
}

.c-3800-06 .reg {
	display: inline-block;
	width: 470px;
	height: 75px;
	margin-bottom: 25px;
	text-indent: -10000px;
	overflow: hidden;
	background: url('../images/3800_09.png') no-repeat;
}