/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0;  font-size:12px; background:#ffffff;
	color: #333333;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

img{display:block;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank61{ width:100%; height:61px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank100{ width:100%; height:100px; clear:both;}
.blank90{ width:100%; height:90px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank154{ width:100%; height:154px; clear:both;}
/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/
/* @font-face
{
  font-family: SourceHanSansK-Heavy;
  src: url(../fonts/SourceHanSansK-Heavy.ttf);
}
@font-face
{
  font-family: SourceHanSansK-Medium;
  src: url(../fonts/SourceHanSansK-Medium.ttf);
}
@font-face
{
  font-family: SourceHanSansK-Regular;
  src: url(../fonts/SourceHanSansK-Regular.ttf);
}
@font-face
{
  font-family: SourceHanSansK-Bold;
  src: url(../fonts/SourceHanSansK-Bold.ttf);
}
@font-face
{
  font-family: SourceHanSansK-Light;
  src: url(../fonts/SourceHanSansK-Light.ttf);
}
@font-face
{
  font-family: SourceHanSansK-Normal;
  src: url(../fonts/SourceHanSansK-Normal.ttf);
} */
.max{ position:relative;overflow: hidden;}

.inner{width:1200px; height:auto; margin:0 auto;}
span {
	display: block;
}


.banner .swiper-pagination-bullet {
	width: 50px;
	height: 10px;
	border-radius: 50px;
	background: #ffffff;
	margin: 0 10px !important;
}
.banner img {
	width: 100%;
}
.banner {
	position: relative;
}
.logo {
	float: left;
}
.hedaer_right {
	float: right;
	margin-top: 11px;
}
.header_tel {
	font-size: 24px;
	color: #f39c2b;
	font-family: Arial;
	background: url(https://wailian.dlzhongdou.com/static/uploadfile/images/tel.png) no-repeat 80% center;
	background-size: 26px 20px;
	padding-left: 36px;
	line-height: 24px;
	text-align: right;
}
.nav_item {
	float: left;
	margin-left: 60px;
}
.nav_item a {
	font-size: 16px;
	color: #333333;
	position: relative;
	padding: 23px 0;
	line-height: 16px;
}
.nav_current a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 32px;
	height: 5px;
	background: #f39c2b;
	border-radius: 50px;
}
.nav_item a:hover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 32px;
	height: 5px;
	background: #f39c2b;
	border-radius: 50px;
}
.index_title {
	padding: 93px 0 50px 0;
}
.index_title_en {
	text-align: center;
	font-size: 40px;
	color: #333333;
	line-height: 40px;
}
.index_title_en font {
	color: #f39c2b;
}
.index_title_caption {
	font-size: 18px;
	color: #999999;
	text-align: center;
	line-height: 18px;
	margin-top: 20px;
}
.index_serve_item {
	float: left;
	width: 283px;
	border-radius: 10px;
	margin-left: 22.66px;
	box-shadow:0px 0px 10px #e7e9ea;
	padding: 30px 27px;
	background: url(https://wailian.dlzhongdou.com/static/uploadfile/images/ico1.png) no-repeat 94% 94%;
	border: 2px solid transparent;
	margin-bottom: 50px;
}
.index_serve_item:nth-child(4n-3) {
	margin-left: 0;
}
.index_serve_heng {
	width: 47px;
	height: 4px;
	background: #f39c2b;
}
.index_serve_title {
	font-size: 24px;
	color: #f39c2b;
	line-height: 24px;
	font-weight: bold;
	margin: 17px 0 14px 0;
}
.index_serve_caption {
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
}
.index_serve_text {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	display: none;
}
.index_serve_item img {
	margin: 30px auto 0 auto;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.index_serve_item:hover img {
	transform: rotateY(-180deg);
}
.index_serve_item:hover {
	border: 2px solid #f39c2b;
}
.index_serve_box {
	text-align: center;
	margin-bottom: 80px;
}
.index_serve_tel {
	display: inline-block;
	width: 313px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	border-radius: 50px;
	font-size: 30px;
	color: #ffffff;
	font-family: Arial;
	background: #f39c2b url(https://wailian.dlzhongdou.com/static/uploadfile/images/tel1.png) no-repeat 9% center;
	background-size: 30px 32px;
	margin: 0 30px;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_serve_link {
	display: inline-block;
	width: 313px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	border-radius: 50px;
	font-size: 20px;
	color: #333333;
	background: #f6d049;
	margin: 0 30px;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_serve_link:hover {
	transform: translate3d(0,-5px,0);
}
.index_serve_tel:hover {
	transform: translate3d(0,-5px,0);
}
.index_eg {
	background: #f6f6f6;
	padding-bottom: 95px;
}
.index_eg_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	padding-bottom: 13px;
	position: relative;
}
.index_eg_title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 65px;
	height: 1px;
	background: #f39c2b;
}
.index_eg_text {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	margin: 15px 0 27px 0;
}
.index_eg_photo {
	width: 100%;
}
.index_eg_photo img {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.index_eg_photo img:nth-child(odd) {
	margin-left: 0;
}
.index_eg_block {
	padding: 45px 50px 75px 50px;
	border-radius: 10px;
	box-shadow:0px 0px 10px #e7e9ea;
}
.index_eg_banner .swiper-slide {
  background: #fff;
  border-radius: 10px;
  transition: 300ms;
  transform: scale(1);
}
.index_eg_banner .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1.1);
  z-index: 123;
}
.index_eg_banner .swiper-slide .index_eg_block {
	padding: 45px 110px 75px 110px;
}
.index_eg_banner .swiper-slide-active .index_eg_block {
	padding: 45px 50px 75px 50px !important;
}
.index_eg_banner .swiper-container {
	padding: 50px 0;
}


.index_eg_banner .swiper-button-prev,
.index_eg_banner .swiper-button-next {
    width: 38px;
    height: 38px;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.index_eg_banner .swiper-button-prev {
    left: 10px;
}

.index_eg_banner .swiper-button-next {
    right: 10px;
}

.index_eg_banner .swiper-button-prev:after,
.index_eg_banner .swiper-button-next:after {
    content: '';
    display: none;
}

.index_eg_banner .swiper-button-prev::before,
.index_eg_banner .swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* 调整箭头大小 */
    width: 18px; /* 增加宽度 */
    height: 18px; /* 增加高度 */
}

.index_eg_banner .swiper-button-prev::before {
    transform: translateY(-50%) rotate(-45deg); /* 左箭头 */
    border-top: 3px solid #F39C2B; /* 箭头颜色 */
    border-left: 3px solid #F39C2B;
    border-right: none;
}

.index_eg_banner .swiper-button-next::before {
    transform: translateY(-50%) rotate(45deg); /* 正确的右箭头旋转角度 */
    border-top: 3px solid #F39C2B; /* 箭头颜色 */
    border-right: 3px solid #F39C2B;
    border-left: none;
}




.index_he {
	background: url(https://wailian.dlzhongdou.com/static/uploadfile/images/bg1.png) no-repeat right bottom;
	padding-bottom: 32px;
}
.index_he_section {
	position: relative;
	padding-top: 20px;
	margin-bottom: 53px;
}
.index_he_section > img {
	margin: 0 auto;
}
.index_he_caption {
	font-size: 24px;
	color: #333333;
	text-align: center;
	line-height: 24px;
}
.index_he_explain {
	font-size: 24px;
	color: #999999;
	line-height: 24px;
	text-align: center;
	margin-top: 15px;
}
.index_he_box {
	width: 260px;
	position: absolute;
}
.index_he_box img {
	width: 83px;
	height: 83px;
	float: left;
	-webkit-transition: all 2s ease-in-out;
}
.index_he_box:hover img {
	-webkit-transform:rotate(360deg) scale(1,1);
}
.index_he_title {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	float: right;
	margin-left: 12px;
	width: 155px;
	margin-top: 10px;
}
.index_he_tel {
	font-size: 24px;
	color: #fc6e0f;
	line-height: 30px;
	float: right;
	margin-left: 12px;
	width: 162px;
}
.index_he_box:nth-child(2) .index_he_title {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	text-align: right;
}
.index_he_box:nth-child(3) .index_he_title {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	text-align: right;
}
.index_he_box:nth-child(2) img {
	float: right;
}
.index_he_box:nth-child(3) img {
	float: right;
}
.index_he_box:nth-child(3) {
	left: 95px;
    bottom: 285px;
}
.index_he_box:nth-child(2) {
	left: 17px;
    bottom: 58px;
}
.index_he_box:nth-child(4) {
	right: 384px;
    top: 0;
}
.index_he_box:nth-child(5) {
	right: 95px;
    bottom: 285px;
}
.index_he_box:nth-child(6) {
	right: 44px;
    bottom: 58px;
}
.index_liu {
	margin-top: 40px;
}
.index_liu_title {
	font-size: 24px;
	color: #333333;
	line-height: 26px;
	position: relative;
	padding-left: 15px;
}
.index_liu_title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 100%;
	background: #f39c2b;
	border-radius: 50px;
}
.index_liu_box {
	margin-top: 12px;
}
.index_liu_info {
	padding: 18px 0;
	border-bottom: 1px solid #dcdcdc;
	width: 580px;
	margin-left: 40px;
	float: left;
}
.index_liu_info:nth-child(odd) {
	margin-left: 0;
}
.index_liu_text {
	float: left;
	font-size: 18px;
	color: #666666;
	line-height: 18px;
}
.index_liu_info input {
	float: right;
	border: none;
	background: inherit;
	font-size: 18px;
	color: #666666;
	width: 490px;
	outline: none;
}
.index_liu_info input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #bbbbbb;
}
.index_liu_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #bbbbbb;
}
.index_liu_info input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #bbbbbb;
}
.index_liu_info input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #bbbbbb;
}
.index_liu_area textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bbbbbb;
}
.index_liu_area textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bbbbbb;
}
.index_liu_area textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bbbbbb;
}
.index_liu_area textarea::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bbbbbb;
}
.index_liu_area {
	padding: 18px 0;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 33px;
}
.index_liu_area textarea {
	width: 1105px;
	float: right;
	border: none;
	background: inherit;
	font-size: 18px;
	color: #666666;
	font-family: Microsoft YaHei;
	height: 90px;
	outline: none;
}
.index_liu_btu {
	display: block;
	width: 255px;
	height: 65px;
	border-radius: 10px;
	background: #f39c2b;
	line-height: 65px;
	font-size: 24px;
	color: #fefefe;
	border: none;
	margin: 0 auto;
}
.footer {
	background: #e88a24;
	padding-top: 65px;
}
.footer_item {
	float: left;
	width: 250px;
}
.footer_link {
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
}
.footer_box {
	margin-top: 20px;
}
.footer_box a {
	font-size: 12px;
	color: #ffffff;
	opacity: 0.7;
	margin-bottom: 20px;
}
.footer_box a:hover {
	opacity: 1;
}
.footer_box img {
	width: 150px;
	height: 150px;
}
.footer_tel {
	font-size: 12px;
	color: #ffffff;
	opacity: 0.7;
	background: url(https://wailian.dlzhongdou.com/static/uploadfile/images/foo1.png) no-repeat left center;
	background-size: 16px 12px;
	padding-left: 26px;
	margin-bottom: 20px;
}
.footer_add {
	font-size: 12px;
	color: #ffffff;
	opacity: 0.7;
	background: url(https://wailian.dlzhongdou.com/static/uploadfile/images/foo2.png) no-repeat left center;
	background-size: 16px 12px;
	padding-left: 26px;
}
.footer_item:nth-child(3) {
	width: 450px;
}
.small {
	font-size: 12px;
	color: #ffffff;
	opacity: 0.5;
	text-align: center;
	padding: 24px 0;
	margin-top: 28px;
	border-top: 1px solid #eda150;
}
.title {
	padding: 60px 0 25px 0;
}
.title_zh {
	font-size: 35px;
	color: #010101;
	line-height: 35px;
	margin-bottom: 12px;
	text-align: center;
}
.title img {
	margin: 0 auto;
}
.eg_item {
	float: left;
	width: 590px;
	margin-left: 20px;
	margin-bottom: 40px;
}
.eg_item:nth-child(odd) {
	margin-left: 0;
}
.eg_photo {
	overflow: hidden;
	width: 590px;
	height: 345px;
}
.eg_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.eg_item:hover .eg_photo img {
	transform:scale(1.1);
}
.eg_title {
	font-size: 24px;
	color: #333333;
	float: left;
	width: 80%;
	line-height: 26px;
}
.eg_link {
	float: right;
	font-size: 24px;
	color: #f39c2b;
	line-height: 26px;
	padding: 0 15px 0 25px;
	border-left: 1px solid #eeeeee;
}
.eg_box {
	padding: 18px 0;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
}
.eg_box::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
}
.eg_item:hover .eg_box {
	border-bottom: 1px solid #f39c2b;
}
.eg_item:hover .eg_box::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #f39c2b;
}
.fan {
	margin-bottom: 70px;
	text-align: center;
}
.fan a {
	display: inline-block;
	margin: 0 7.5px;
	font-size: 18px;
	color: #333333;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: #eeeeee;
}
.fan a:hover {
	background: #f39c2b;
	color: #ffffff;
}
.fan a.on {
	background: #f39c2b;
	color: #ffffff;
}
.fan a:first-of-type {
	width: 150px;
	background: #f39c2b;
	color: #ffffff;
}
.fan a:last-of-type {
	width: 150px;
	background: #f39c2b;
	color: #ffffff;
}
.eg_ex_title {
	font-size: 24px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 15px;
}
.box img {
	display: inline-block;
}
.serve_ex_title {
	font-size: 24px;
	color: #f39c2b;
	line-height: 24px;
	position: relative;
	padding-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
.serve_ex_title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 5px;
	background: #f39c2b;
}
.serve_ex_caption {
	font-size: 24px;
	color: #f39c2b;
	margin: 50px 0 30px 0;
	line-height: 24px;
}
.about_left {
	/*float: left;
	width: 680px;*/

}
.about_title {
	font-size: 30px;
	color: #f39c2b;
	line-height: 30px;
}
.about_caption {
	font-size: 18px;
	color: #010101;
	line-height: 21px;
	margin: 20px 0 25px 0;
}
.about_right {
	float: right;
	width: 472px;
	display: none;
}
.about_section {
	margin-top: 30px;
}
.join_zh {
	font-size: 36px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 15px;
	/* font-family: SourceHanSansK-Medium; */
}
.join_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	/* font-family: SourceHanSansK-Medium; */
}
.join_item {
	width: 240px;
	float: left;
	margin: 65px 0 60px 0;
}
.join_item img {
	margin: 0 auto;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.join_item:hover img {
	transform: rotateY(-180deg);
}
.join_item_title {
	font-size: 20px;
	color: #333333;
	text-align: center;
	/* font-family: SourceHanSansK-Medium; */
	margin: 17px 0 5px 0;
}
.join_item_text {
	font-size: 18px;
	color: #999999;
	text-align: center;
}
.join_center {
	background: #eeeeee;
	padding: 40px 0 55px 0;
}
.join_center_area {
	background: #ffffff;
	border-radius: 20px;
	padding: 35px 40px 15px 40px;
	width: 580px;
	margin-left: 40px;
	float: left;
}
.join_center_area:nth-child(odd) {
	margin-left: 0;
}
.join_center_text {
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	background: url(https://wailian.dlzhongdou.com/static/uploadfile/images/jian3.png) no-repeat left center;
	background-size: 17px 18px;
	padding-left: 27px;
	margin-bottom: 20px;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.join_center_text:hover {
	transform: translate3d(0,-5px,0);
}
.join_center_section {
	margin-top: 35px;
}
.join_bottom {
	padding-top: 50px;
}
.join_bottom_area {
	margin: 33px 0 70px 0;
}
.join_bottom_box {
	float: left;
	width: 580px;
	height: 130px;
	margin-left: 40px;
	position: relative;
	overflow: hidden;
}
.join_bottom_box img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.join_bottom_box:hover img {
	transform:scale(1.1);
}
.join_bottom_box:nth-child(odd) {
	margin-left: 0;
}
.join_bottom_text {
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* font-family: SourceHanSansK-Bold; */
}
.join_explain {
	font-size: 30px;
	color: #f39c2b;
	text-align: center;
	line-height: 30px;
	/* font-family: SourceHanSansK-Bold; */
}
.join_caption {
	font-size: 36px;
	color: #333333;
	text-align: center;
	line-height: 36px;
	margin: 22px 0 50px 0;
}
.join_left {
	float: left;
	width: 445px;
}
.join_left_text {
	width: 445px;
	height: 85px;
	background: #f39c2b;
	text-align: center;
	line-height: 85px;
	font-size: 24px;
	color: #ffffff;
	/* font-family: SourceHanSansK-Bold; */
}
.join_left img {
	margin: 10px auto;
}
.join_right {
	float: right;
	background: url(https://wailian.dlzhongdou.com/static/uploadfile/images/bg2.jpg) no-repeat left top;
	background-size: 100% 100%;
	width: 734px;
	height: 411px;
	padding: 90px;
}
.join_info {
	margin-bottom: 37px;
}
.join_name {
	font-size: 18px;
	color: #333333;
	float: left;
	line-height: 40px;
}
.join_info input {
	float: right;
	width: 490px;
	height: 40px;
	line-height: 40px;
	background: #eeeeee;
	padding: 0 15px;
	font-size: 14px;
	color: #999999;
	border: none;
}
.join_btu {
	margin: 0 auto;
	display: block;
	width: 320px;
	height: 63px;
	border-radius: 50px;
	border: 1px solid #f39c2b;
	font-size: 24px;
	color: #f39c2b;
	background: inherit;
}
.con_left {
	float: left;
	width: 734px;
}
.map {
	border: 1px solid #d0d0d0;
	padding: 5px;
	margin-bottom: 27px;
}
.map img {
	width: 100%;
}
.con_title {
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	margin-bottom: 25px;
}
.con_box span {
	font-size: 14px;
	color: #000000;
	line-height: 25px;
}
.con_right {
	float: right;
	width: 423px;
	border-radius: 20px;
	border: 1px solid #bfbfbf;
	padding: 30px 25px 60px 25px;
}
.con_right_title {
	font-size: 30px;
	color: #000000;
	line-height: 30px;
}
.con_right_caption {
	font-size: 16px;
	color: #999999;
	line-height: 16px;
	margin: 15px 0;
}
.con_form {
	width: 100%;
	display: inline-block;
}
.con_input {
	width: 100%;
	background: #eeeeee;
	border-radius: 5px;
	margin-bottom: 12px;
	font-size: 16px;
	color: #999999;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border: none;
}
.con_form textarea {
	width: 100%;
	background: #eeeeee;
	border-radius: 5px;
	margin-bottom: 12px;
	font-size: 16px;
	color: #999999;
	padding: 15px;
	height: 150px;
	border: none;
	/* font-family: SourceHanSansK-Regular; */
	outline: none;
}
.con_btu {
	width: 100%;
	background: #f39c2b;
	border-radius: 5px;
	height: 50px;
	border: none;
	font-size: 16px;
	color: #ffffff;
	/* font-family: SourceHanSansK-Regular; */
}
.news_item {
	margin-bottom: 20px;
	box-shadow:0px 0px 10px #f6f6f6;
	padding: 30px 60px 40px 30px;
}
.news_title {
	font-size: 20px;
	color: #000000;
	float: left;
	line-height: 20px;
}
.news_time {
	float: right;
	font-size: 14px;
	color: #666666;
	background: url(https://wailian.dlzhongdou.com/static/uploadfile/images/ico2.png) no-repeat left center;
	background-size: 17px 17px;
	line-height: 20px;
	padding-left: 27px;
}
.news_text {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	margin-top: 20px;
}
.news_item:hover .news_title {
	color: #f39c2b;
}
.news_ex_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	margin-top: 40px;
}
.news_ex_time {
	font-size: 14px;
	color: #999999;
	padding: 15px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.ex {
	margin: 50px 0;
	padding-top: 30px;
	border-top: 1px solid #dcdcdc;
}
.ex_link {
	width: 48%;
	background: #f6f6f6;
	font-size: 14px;
	color: #333333;
	padding: 20px 35px;
	float: left;
}
.ex_link1 {
	width: 48%;
	background: #f6f6f6;
	font-size: 14px;
	color: #333333;
	padding: 20px 35px;
	float: right;
}
.ex_link:hover {
	background: #e88a24;
	color: #ffffff;
}
.ex_link1:hover {
	background: #e88a24;
	color: #ffffff;
}
.index_serve_item:hover .index_serve_text {
        display: block;
}
.index_serve_item:hover img {
        display: none;
}
.captcha {
    cursor: pointer;
    user-select: none;
    border: 1px solid #ccc;
    padding: 8px 12px; /* 增加内边距 */
    margin-left: 10px;
    font-weight: bold; /* 加粗字体 */
    font-size: 1.2em; /* 增大字号 */
    color: #333; /* 更改文字颜色 */
}

.join_btu {
	padding: 10px 20px;
	background-color: #4CAF50;
	/* 绿色 */
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s ease;
	/* 添加过渡效果 */
	margin-top: 10px;
	width: 100%;
	/*按钮宽度100%*/
}

.join_btu:hover {
	background-color: #45a049;
}

.join_btu:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

/*样式部分与之前相同*/
.submit-message {
	margin-top: 10px;
	padding: 8px;
	border-radius: 4px;
}

.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}