/*-----------------------------------------------------------------------------------
	    My Site3
        Built with Blocs
-----------------------------------------------------------------------------------*/
*{
	list-style: none;
	/*color: #333;*/
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-decoration: none;
	font-family: '微软雅黑';
}
a{
	color: #333;
}
img{    
		image-rendering: -moz-crisp-edges; /* Firefox */
	    image-rendering: -o-crisp-edges; /* Opera */
	    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	    image-rendering: crisp-edges;    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
	    max-width: 100%;
    }
    .layerui-layer-content{
	    color: #fff !important;
    }
body{
	margin:0;
	padding:0;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:hover{text-decoration: none; cursor:pointer;}

a,button{outline: none!important;} /* Prevent ugly blue glow on chrome and safari */

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.top_content{
	width: 1200px;
	margin: 0 auto;
	height: 50px;
}
.top_logo1{
	width: 150px;
	height: 50px;
	margin-right: 10px;
}
.top_logo{
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */  
	width: 150px;
	height: 120px;
	padding-top: 12px;
	text-align: center;
	background: rgb(154, 0, 62);
	margin-right: 10px;
	position: absolute;
	z-index: 9999;
}
.top_logo img{
	width: 70px;
	height: 70px;
}
.top_logo p{
	margin-top: 5px;
	color: #fff;
}
.top_nav{
	width: 105px;
	text-align: center;
	line-height: 50px;
}
.top_nav a{
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */  
	display: block;
	color: #666666;
	font-size: 12px;
	height: 50px;
}
.top_nav_active a{
	color: #9a003e;
	font-weight: 600;
	border-bottom: 2px solid #9a003e;
}

.top_right{
	height: 50px;
	line-height: 50px;
}
.top_right img{
	width: 20px;
}
.top_right span{
	font-size: 12px;
}

.slideBox{
	position: relative;
}
.banner_kuang{
	position: absolute;
	width: 520px;
	height: 363px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */ 
	border: 1px solid rgb(255, 255, 255);
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 170px;
	z-index: 999999;
	background: rgb(154, 0, 62,0.5);
}
.kuang1,.kuang2{
	width: 318px;
	margin: 0 auto;
	text-align: center;
	/*border-bottom: 1px solid #fff;*/
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */ 
	color: #fff;
}
.kuang1{
	padding: 20px 10px;
	margin-top: 50px;
	font-size: 24px;
}
.kuang2{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 5px 0;
	font-size: 26px;
}
.yuyue{
	width: 127px;
	height: 45px;
	border: 2px solid #fff;
	display: block;
	margin: 30px auto;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	transition: 0.5s;
}
.yuyue:hover{
	background: rgb(154, 0, 62);
	border-color: rgb(154, 0, 62);
}
/*轮播*/
.hd{
	position: absolute;
	bottom: 20px;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.hd li{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 5px;
	display: inline-block;
	cursor: pointer;
}
.hd li.on{
	background: #9a003e;
}
.bd ul a{
	display: block;
	width: 100%;
}
/*banner下新闻*/

.news_body{
	width: 100%;
	border-bottom: #efefef 1px solid;
}
.new_title{
	margin-right: 15px;
}
.new_title img{
	width: 25px;
}
.new_title span{
	font-size: 12px;
	font-weight: 600;
}
.new_content{
	width: 1200px;
	margin: 0 auto;
	height: 55px;
	line-height: 55px;
}
.new_slider{
	width: 860px;
}
.bdn .tempWrap{
	width: 100% !important;
}
.bdn li{
	width: 250px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-right: 15px;
}
.bdn li a{
	font-size: 12px;
}
.guanzhu{
	font-size: 12px;
	color: #9a003e;
	width: 200px;
}
.gzwm{
	margin-right: 15px;
}
.qqspan,.wxspan{
	position: relative;
}
.kuang{
	padding: 10px 0;
	position: absolute;
	border: 1px solid #efefef;
	top: -80px;
	background: #fff;
	border-radius: 5px;
	left: -45px;
	opacity: 0;
	width: 120px;
	text-align: center;
}
.wxspan .kuang img{
	width: 100px;
}
.wxspan .kuang{
	top: -180px;
}
/*.wxspan .kuangnei{
	top: -180px;
}*/
.kuangnei{
	position: relative;
	line-height: 20px;
}
.kuangnei::before{
	display: block;
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-bottom: 10px solid rgba(0,0,0,0);
    border-right: 10px solid rgba(0,0,0,0);
    border-top: 10px solid #efefef;
    border-left: 10px solid rgba(0,0,0,0);
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.kuangnei::after{
	display: block;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -15px;
	/*left: 5px;*/
	left: 0;
    right: 0;
    margin: 0 auto;
	background: #fff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.qqspan .tb{
	display: none;
	margin-right: 10px;
}
.qqspan img.on{
	display: inline-block;
}
.wxspan .tb{
	display: none;
}
.wxspan img.on{
	display: inline-block;
}


/*关于我们*/
.about_body{
	width: 1200px;
	margin: 40px auto 100px;
}
.common_title{
	height: 90px;
	background: url('../../../template/default/images/title_bg.jpg') no-repeat center bottom;
	text-align: center;
	border-bottom: 1px #dfdfdf dashed;
}
.main_title{
	line-height: 32px;
	font-size: 22px;
}
.second_title{
	line-height: 22px;
	font-size: 18px;
	color: #9a003e;
}
.about_content{
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 25px;
}
.readmore{
	display: block;
	width: 168px;
	height: 49px;
	margin: 40px auto 0;
	border: 1px solid rgba(202,202,202,1);
	color: rgba(202,202,202,1);
	line-height: 49px;
	text-align: center;
	transition: 0.5s;
}

.readmore:hover{
	background: #9a003e;
	border-color: #9a003e;
	color: #fff;
	border-radius: 5px;
}

.tujian_body{
	width: 1200px;
	margin: 40px auto;
}
.tujian_content{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.tuijian_list img{
	border-radius: 50%;
	width: 310px;
	height: 310px;
}
.tuijian_list_con{
	position: relative;
}
.tuijian_list{
	width: 335px;
	height: 335px;
	border: 1px #bfbfbf dotted;
	border-radius: 50%;
	text-align: center;
	line-height: 335px;
}
.tuijian_title{
	margin-top: 10px;
	color: rgb(154, 0, 62);
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.tuijian_des{
	color: #666;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.tuijian_list_con_more{
	position: absolute;
	height: 80px;
	width: 80px;
	background: rgb(154, 0, 62);
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	right: 	20px;
	top: -220px;
	opacity: 0;
	transition: 0.5s;
	z-index: 999;
}
.tuijian_list_active{
	
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transition: 1.0s;
}
.tuijian_list_con_more_active{
	top: 0px;
	opacity: 1;
}
.tuijian_list_con_more:hover{
	background: #ce2a65;
}

/*中部通篇横幅*/
.center_body{
	width: 100%;
	height: 569px;
	margin-top: 100px;
	position: relative;
}
.center_content{
	width: 639px;
	height: 569px;
	background: rgba(161,35,80,0.85);
	margin: 0 auto;
}
.center_content .des{
	text-align: center;
	padding: 0px 110px 0;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	transition: 0.5s;
	opacity: 0;
}

.center_content .desactive{
	text-align: center;
	padding: 90px 110px 0;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	opacity: 1;
}
.btnlist{
	/*margin-top: 60px;*/
	text-align: center;
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.btnlist a{
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	font-size: 14px;
	margin: 0 5px;
	cursor: poinetr;
}
.btnlist a.active{
	background: #fff;
	color: rgba(161,35,80,1);
}

.addreadmore{
	display: block;
	position: absolute;
	/*top: 380px;*/
	height: 50px;
	width: 50px;
	border-radius: 50px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0px;
	color: #fff;
	font-size: 28px;
	
}
.addreadmore:hover{
	transition: 0.5s;
	color: rgba(161,35,80,1);
	background: #fff;
}

.addreadmoreRotate{
	transition: 1.0s;
	bottom: 120px;
	transform: rotateY(180deg);
}

/*产品中心*/
.product_body{
	width: 1200px;
	margin: 100px auto;
}
.product_content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.product_list_con{
	width: 395px;
	/*height: 381px;*/
	border: 1px solid rgb(238, 238, 238);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.product_list_con:hover{
	border-color: rgba(161,35,80,1);
}
.product_list{
	width: 365px;
	/*height: 300px;*/
	margin: 15px auto 0;
	text-align: center;
}
.product_list img{
	width: 365px;
	/*height: 300px;*/
}
.product_title{
	margin-left: 20px;
	font-size: 14px;
}
.product_jiage{
	margin-left: 20px;
	font-size: 12px;
	color: #acacac;
}
.product_scj{
	margin-left: 20px;
	font-size: 12px;
	color: #acacac;
}
.product_scj span{
	text-decoration: line-through;
	vertical-align: top;
}
.product_jiage span{
	color: red;
	vertical-align: top;
}

/*新闻*/
.newsindex_content{
	margin: 120px auto 60px;
	width: 1200px;
}
.newsindex_left{
	width: 530px;
	height: 455px;
	position: relative;
}
.newsindex_left img{
	width: 350px;
	height: 445px;
}


.newsindex_left_title{
	position: absolute;
	right: 250px;
	top: 80px;
	background: rgb(161, 35, 80,0.9);
	background: url('../../../template/default/images/newsblock.png') no-repeat center;
	width: 264px;
	height: 217px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */ 
	padding-top: 50px;
	opacity: 0;
	transition: 0.5s;
}
.newsindex_left_title_active{
	right: 5px;
	opacity: 1;
}
.relative{
	position: relative;
}

.newsindex_left_title .common_title{
	background: url('../../../template/default/images/titlebgtm.png') no-repeat center bottom;
	position: absolute;
	width: 100%;
	border-bottom: 1px dotted #fff;
	top: 200px;
	transition: 0.5s;
	opacity: 0;
}
.newsindex_left_title .common_title_active{
	top: 0px;
	opacity: 1;
}
.newsindex_left_title .main_title{
	font-size: 22px;
	color: #fff;
}
.newsindex_left_title .second_title{
	color: #fff;
}


.newsindex_right{
	width: 630px;
}
.newsindex_list_con{
	width: 100%;
	height: 75px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */ 
	padding-bottom: 10px;
	border-bottom: 1px dotted #dfdfdf;
	margin-bottom: 15px;
}
.newsindex_list{
	height: 100%;
}
.newsindex_list .date{
	width: 60px;
	height: 60px;
	background: rgb(161, 35, 80);
	text-align: center;
	margin-left: 25px;
}
.newsindex_list .date .day{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	/*font-weight: bold;*/
	display: block;
	color: #fff;
}
.newsindex_list .date .yearmonth{
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	display: block;
	color: #fff;
}
.newscontent{
	margin-left: 40px;
	width: 495px;
}
.newscontent h1{
	font-size: 18px;
	color: #5a5a5a;
	font-weight: normal;
}
.newscontent h1:hover{
	color: rgb(161, 35, 80);
}
.newscontent p{
	margin-top: 5px;
	font-size: 12px;
	color: #dbd4cd;
}

.kefu{
	width: 189px;
	height: 245px;
	position: fixed;
	background: url('../../../template/default/images/kefu.png') no-repeat left;
	background-size: cover;
	right: -200px;
	top: 200px;
	cursor: pointer;
	/*transition: 1.0s;*/
}
.kefu_relative{
	position: relative;
}
.spancang{
	position: absolute;
	width: 59px;
	height: 60px;
	left: -60px;
	top: 80px;
	font-size: 10px;
	color: #fff;
	line-height: 85px;
	text-align: center;
	background: url('../../../template/default/images/kecang.png') no-repeat left;
}
.kefu .span1{
	position: absolute;
	left: 10px;
	top: 100px;
	font-size: 12px;color: #fff;
}
.kefu .a1{
	position: absolute;
	left: 100px;
	top: 60px;
	font-size: 12px;
	color: rgb(125, 125, 125);
	display: inline-block;
	padding: 3px 10px;
}

.kefu .a2{
	position: absolute;
	left: 100px;
	top: 100px;
	font-size: 12px;
	color: rgb(125, 125, 125);
	padding: 3px 10px;
}

.kefu .a3{
	position: absolute;
	left: 100px;
	top: 140px;
	font-size: 12px;
	color: rgb(125, 125, 125);
	padding: 3px 10px;
}
.kefu a{
	border-radius: 3px;
}
.kefu a:hover{
	background: rgb(125, 125, 125);
	color: #fff;
}
/*服务*/
.xiabu_body{
	margin-bottom: 20px;
}
.xiabu_content{
	width: 1200px;
	margin: 50px auto 120px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */ 
	padding-top: 40px;
}
.xiabu_content .common_title{
	margin-top: 40px;
	background: url('../../../template/default/images/titlebgtm.png') no-repeat center bottom;
	border-bottom: 1px dotted rgb(67, 67, 67);
}
.xiabu_content .common_title .main_title{
	color: #fff;
}
.xiabu_content .common_title .second_title{
	color: #fff;
}
.xiabulist_content{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.xiabulist{
	width: 238px;
	text-align: center;
	position: relative;
}

.xiabulist img{
	width: 120px;
	height: 120px;
	opacity: 0;
}
.xiabulist_active img{
	transition: 1.0s;
	opacity: 1;
}

.xiabulist_title{
	position: absolute;
	top: 300px;
	opacity: 0;
}
.xiabulist_active .xiabulist_title{
	top: 120px;
	opacity: 1;
	transition: 1.0s;
}
.xiabulist_title p{
	color: #fff;
}
.xiabulist_title p.title{
	margin: 15px 0;
	font-size: 20px;
}
.xiabulist_title p.des{
	margin: 15px 0;
	font-size: 14px;
}

/*底部*/
.bottom_body .common_title{
	border-bottom: 1px solid rgb(161, 35, 80);
	margin-bottom: 60px;
	height: 30px;
}

.bottom_content{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.bottom1{
	width: 320px;
}
.bottom2 .bottom_tite{
	margin-bottom: 10px;
}
.bottom_tite{
	margin-bottom: 5px;
}
.bottom_tite span{
	font-size: 18px;
}
.bottom_tite span:first-child{
	color: rgb(67, 67, 67);
}
.bottom_tite span:last-child{
	color: rgb(217, 217, 217);
}
.bottom1 .des{
	font-size: 12px;
	color: #5a5a5a;
}
.form_div{
	width: 320px;
	height: 30px;
	border: 1px solid #dfdfdf;
	margin-top: 30px;
	background: #eaeaea;
}
.form_div input{
	border: none;
	outline: none;
	width: 260px;
	height: 30px;
	text-indent: 10px;
	background: #eaeaea;
	font-size: 14px;
}
.form_div .form_click{
	height: 30px;
	width: 50px;
	text-align: center;
	font-size: 14px;
	background: #a12350;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border: 1px solid #a12350;
	position: relative;
	top: -1px;
	cursor: pointer;
}

.bottom2{
	width: 304px;
}
.bottom2 .des li{
	font-size: 12px;
	color: #5a5a5a;
	margin-bottom: 7px;
}
.bottom2 .des img{
	width: 17px;
	margin-right: 5px;
}
.bottom3{
	width: 350px;
}
.bottom_news_list{
	padding: 5px 0;
	border-bottom: 1px dashed #dfdfdf;
	margin-bottom: 5px;
}
.bottom_news_list span{
	color: #5a5a5a;
	font-size: 12px;
	max-width: 240px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.bottom_news_list span:hover{
	color: #a12350;
}
.bototmp{
	color: #5a5a5a;
	font-size: 12px;
	text-align: center;
	margin: 30px auto 10px;
}


/*内页左侧*/
.left_body{
	width: 270px;
}
.current_title{
	height: 65px;
	border-bottom: 2px solid rgb(161, 35, 80);
	background: rgb(161, 35, 80);
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 65px;
}
.ny_title a{
	display: block;
	font-size: 14px;
	color: #a12350;
}
.ny_title{
	height: 48px;
	border-bottom: 2px solid #eaeaea;
	line-height: 48px;
	text-align: center;
	color: rgb(161, 35, 80);
	margin-top: 2px;
}
.ny_title:hover a{
	border-bottom: 2px solid rgb(161, 35, 80);
	color: #fff;
	background-color: rgb(161, 35, 80);
}

.left_bottom{
	position: relative;
	margin-top: 60px;
}
.left_bottom img{
	width: 269px;
}
.left_absolute{
	position: absolute;
	width: 113px;
	height: 69px;
	text-align: center;
	background: rgb(161, 35, 80);
	top: 20px;
	right: -10px;
}
.left_absolute .cntitle{
	height: 33px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
}
.left_absolute .entitle{
	font-size: 12px;
	color: #fff;
}
.left_bottom_content{
	padding:  10px 15px;
	border: 1px solid #efefef;
	border-top: none;
}
.left_bottom_content span{
	color: 	rgb(102, 102, 102);
	font-size: 16px;
}
.left_bottom_content .left_list1{
	color: 	rgb(161, 35, 80);
	font-size: 32px;
	line-height: 40px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}
.left_bottom_content .left_list{
	/*height: 28px;*/
	line-height: 28px;
	color: rgb(102, 102, 102);
	font-size: 14px;
}

/*内页主体*/
.detail_body{
	width: 1200px;
	margin: 40px auto 0;
}

/*内页右侧*/
.container{
	width: 885px;
}
.position{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 60px;
}
.current_cat{
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid rgb(161, 35, 80);
	font-size: 24px;
	padding: 0 5px;
	color: rgb(161, 35, 80);
	position: relative;
	top: -0.5px;
}
.bread{
	font-size: 12px;
	color: #5a5a5a;
	margin-left: 25px;
}
.bread a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
}

/*新闻详情*/
.content_title{
	font-size: 20px;
	text-align: center;
	color: rgb(161, 35, 80);
	margin-bottom: 15px;
}
.content_plus{
	text-align: center;
	color: #cccccc;
	font-size: 12px;
	margin-bottom: 15px;
}
.content_plus span{
	color: #cccccc;
}
.content_des{
	border: 1px solid #dfdfdf;
	padding: 10px 5px;
	background: #F5F5F5;
	font-size: 12px;
	text-indent: 24px;
	margin-bottom: 15px;
}
.content{
	margin-bottom: 45px;
}
.content_fanye{
	font-size: 12px;
}
.content_fanye p{
	height: 20px;
	line-height: 20px;
	color: #444;
}
.content_fanye p a{
	display: inline-block;
	vertical-align: top;
	color: #444;
}
.content_fanye p:hover{
	color: #a12350;
}
.content_fanye a:hover{
	color: #a12350;
}

/*单页产品轮播*/
.picMarquee-left .picList li{
	width: 286px;
	height: 275px;
	text-align: center;
	padding: 0 10px;
}
.picMarquee-left .picList li img{
	width: 260px;
	height: 240px;
}
.picMarquee-left .picList li .title{
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/*产品列表页*/
.product{
	width: 437px;
	height: 477px;
	border: 1px solid #dfdfdf;
	margin-right:4px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */ 
	margin-bottom: 10px;
}
.product:hover{
	border: 1px solid #a12350;
}
.product .product_list{
	margin-top: 20px;
	text-align: center;
	width: 100%;
	height: 380px;
	margin-bottom: 10px;
}
.product .product_list img{
	width: 405px;
	height: 380px;
	max-width: 405px;
	max-height: 380px;
}
.product_title{
	margin-left: 20px;
	font-size: 14px;
}
.product_jiage{
	margin-left: 20px;
	font-size: 12px;
	color: #acacac;
}
.product_scj{
	margin-left: 20px;
	font-size: 12px;
	color: #acacac;
}
.product_scj span{
	text-decoration: line-through;
	vertical-align: top;
}
.product_jiage span{
	color: red;
	vertical-align: top;
}

.wdcms-page{
	text-align: center;
}
.wdcms-page a{
	display: inline-block;
	padding: 5px 10px;
	vertical-align: top;
	/*background: #a12350;*/
	color: #5a5a5a;
	margin: 0 5px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	border-radius: 5px;
}
.wdcms-page a:hover{
	transition: 0.5s;
	background: #a12350;
	color: #fff;
}

.wdcms-page span{
	display: inline-block;
	padding: 5px 10px;
	vertical-align: top;
	background: #a12350;
	color: #fff;
	margin: 0 5px;
	border: 1px solid #a12350;
	font-size: 14px;
	border-radius: 5px;
}
.pagelist{
	margin: 20px auto;
}

/*新闻列表*/
.newsList .newsindex_list_con{
	margin-bottom: 20px;
}

/**/
.form_title{
	font-size: 30px;
	color: rgb(217, 217, 217);
	text-align: center;
	margin-bottom: 20px;
}
.form_des{
	font-size: 14px;
	line-height: 30px;
	color: #5a5a5a;
	width: 355px;
	margin: 0 auto;
	text-align: center;
}
.form_kuang{
	width: 610px;
	margin: 20px auto 0;
}
.form_input{
	margin-bottom: 5px;
}
.form_input span{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.form_input input{
	width: 100%;
	border: 1px solid #dfdfdf;
	outline: none;
	height: 30px;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 14px;
}
.form_input input.yanzhengma{
	width: 50%;
	border: 1px solid #dfdfdf;
	outline: none;
	height: 30px;
	margin-top: 5px;
}
.form_input img{
	height: 35px;
	/*margin-top: 5px !important;*/
}
.form_input textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #dfdfdf;
	outline: none;
	margin-top: 5px;
	padding: 10px;
	font-size: 14px;
}
.form_submit{
	width: 100%;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #a12350;
	color: #fff;
	margin-top: 15px;
	cursor: pointer;
	font-size: 14px;
}
.cl-none-result{
	text-align: center;
}