@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/

/*newsView*/

.artCon {
	padding: 40px 50px;
}

.artBox {
	text-align: center;
	line-height: 30px;
	font-size: 0;
}

.artBox .artS {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

.artShare {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.artShare .bdsharebuttonbox {
	padding: 0;
}

.artShare .bdsharebuttonbox a {
	width: 30px;
	height: 30px;
	padding-left: 0;
	margin: 0;
}

.artShare .bdsharebuttonbox a.bds_tsina {
	background: url(../images/WB1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_tqq {
	background: url(../images/TI1.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_qzone {
	background: url(../images/KZ.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_douban {
	background: url(../images/DB.png) center center no-repeat;
}

.artShare .bdsharebuttonbox a.bds_sqq {
	background: url(../images/QQ1.png) center center no-repeat;
}

.articleBox {
	line-height: 40px;
	padding: 10px 0;
	color: #666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.articleTitle {
	clear: both;
	text-align: center;
	padding: 0px 10px 0 10px;
	line-height: 35px;
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #6c1985;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.pageUp {
	display: block;
	line-height: 30px;
	padding: 10px 0 20px 0;
	color: #333333;
	font-size: 14px;
}

.pageUp a {
	line-height: 34px;
	font-size: 16px;
	color: #666;
}

.pageUp a:hover {
	color: #970611;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #1e8ddc;
}

.articlePage a.hover {
	color: #fff;
	background: #1e8ddc;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #1e8ddc;
	background: #1e8ddc;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

/*单篇+文章页end*/

/*单篇+文章页end*/

/*全图列表页start*/
.w_imgList1 {
	overflow: hidden;
	margin-right: -30px;
}

.w_imgList1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 20px;
}

.w_imgList1 dd .con {
	overflow: hidden;
	margin-right: 30px;
	padding: 10px;
	background: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.w_imgList1 dd .a {
	display: block;
}

.w_imgList1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.w_imgList1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66%;
}

.w_imgList1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.w_imgList1 dd .text {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	text-align: center;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	background: #fff;
}

.w_imgList1 dd:hover .text {
	color: #970611;
}

.w_imgList1 dd .con:hover {
	box-shadow: 1px -3px 15px 3px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

/*工程案例start*/
.imgTitle{
	background: #fff;
	padding: 10px 40px;
	overflow: hidden;
}
.imgTitle .title{
	float: left;
	display: inline;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.imgDl{
	overflow: hidden;
}
.imgDl dd{
	float: left;
	display: inline;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #666;
	margin:5px 18px;
	padding: 0 10px 0;
	border-radius: 3px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgDl dd a{
	display: block;
	height: 100%;
	color: #666;
}
.imgDl dd:hover{
	background: #970611;
}
.imgDl dd:hover a{
	color: #fff;
}
.imgDl dd.hover{
	background: #970611;
}
.imgDl dd.hover a{
	color: #fff;
}
/*工程案例end*/

/*全图列表页end*/

/*图文列表页start*/

.imgText1 {
	overflow: hidden;
}

.imgText1 dd {
	overflow: hidden;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}

.imgText1 dd .pic {
	width: 300px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}

.imgText1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66.666%;
}

.imgText1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgText1 dd .text {
	overflow: hidden;
}

.imgText1 dd .text .title {
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	margin-bottom: 10px;
	padding-top: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText1 dd .text .title a {
	color: #333;
	font-size: 20px;
}

.imgText1 dd .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 8px;
}

.imgText1 dd .text .time {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	color: #999;
}

.imgText1 dd .text .time span {
	float: left;
	display: inline;
	padding-left: 25px;
	margin-right: 30px;
}

.imgText1 dd .text .time span.span1 {
	background: url(../images/clock.png) left center no-repeat;
}

.imgText1 dd .text .time span.span2 {
	background: url(../images/eyse.png) left center no-repeat;
}

.imgText1 dd .text .more {
	width: 135px;
	height: 0px;
	background: #970611;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 46px;
}

.imgText1 dd .text .more a {
	color: #fff;
}

.imgText1 dd:hover .text .title {
	height: 36px;
	line-height: 36px;
	padding-top: 0px;
}

.imgText1 dd:hover .text .title a {
	color: #970611;
}

.imgText1 dd:hover .text .more {
	height: 46px;
}

/*图文列表页end*/

/*全文列表页start*/

.textList {
	overflow: hidden;
}

.textList dd {
	overflow: hidden;
	float: left;
	display: inline;
	padding: 36px 20px;
	background: #fff;
	margin-bottom: 20px;
}

.textList dd .text {
	overflow: hidden;
}

.textList dd .text .title {
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	margin-bottom: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList dd .text .title a {
	color: #333;
	font-size: 20px;
}

.textList dd .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 8px;
}

.textList dd .text .time {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	color: #999;
}

.textList dd .text .time span {
	float: left;
	display: inline;
	padding-left: 25px;
	margin-right: 30px;
}

.textList dd .text .time span.span1 {
	background: url(../images/clock.png) left center no-repeat;
}

.textList dd .text .time span.span2 {
	background: url(../images/eyse.png) left center no-repeat;
}

.textList dd:hover .text .title a {
	color: #970611;
}

.textList dd:hover {
	box-shadow: 0px 5px 10px 0 rgba(3, 2, 3, 0.13);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

/*产品展示start*/

.textList1 {
	overflow: hidden;
	padding: 5px 50px 35px;
}

.textList1 dd {
	overflow: hidden;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px dotted #e6e6e6;
}

.textList1 dd a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.textList1 dd span {
	float: right;
	display: inline;
	overflow: hidden;
	margin-left: 50px;
	font-size: 16px;
	color: #999;
}

.textList1 dd:hover a {
	color: #970611;
}

/*产品展示end*/

/*全文列表页end*/

/*招聘列表页start*/

.ext5 {
    background: #fff;
    padding: 0 40px;
}

.recruitList {
    overflow: hidden;
}

.recruitList .title {
    height: 46px;
    padding-top: 28px;
    line-height: 46px;
    font-size: 0;
    margin-right: -65px;
}

.recruitList .title span {
    display: inline-block;
    width: 237px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.recruitList dd {
    overflow: hidden;
    margin-bottom: 20px;
}

.recruitList dd:last-child {
    margin-bottom: 28px;
}

.recruitList dd .recruitT {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    background: #F5F5F5;
    color: #656565;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
    font-size: 0px;
    overflow: hidden;
    margin-right: -65px
}

.recruitList dd .recruitT .text .textName {
    width: 237px;
    display: inline-block;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.recruitList dd .recruitT .btn {
    float: right;
    display: inline;
    width: 60px;
    height: 60px;
    padding: 0 30px;
    background: url(../images/jia.png) no-repeat center center;
}

.recruitList dd .recruitC {
    overflow: hidden;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    display: none;
    background: #FFF;
    padding-top: 12px;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
    padding: 0px 0px;
    border-bottom: 1px solid #ddd;
}

.recruitList dd .recruitC .recruitText_title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
}

.recruitList dd .recruitC .tel {
    padding-top: 23px;
    display: block;
}

.recruitTable table {
    border: none;
}

.recruitTable table tr {
    border: none;
    height: 50px;
}

.recruitTable table tr td {
    border: none;
}

.recruitTable table b {
    margin-right: 20px;
}

.recruitText {
    overflow: hidden;
    padding: 0 35px;
}

.recruitBtn {
    overflow: hidden;
    padding: 12px 35px 30px;
}

.recruitBtn a {
    overflow: hidden;
    display: block;
    height: 50px;
    line-height: 50px;
    float: left;
    display: inline;
    padding: 0 40px;
    background: #970611;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitBtn a:hover {
    opacity: 0.9
}

.recruitList dd:hover .recruitT {
    background: #970611;
    color: #FFF;
}

.recruitList dd:hover .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd:hover .recruitT .btn {
    background: url(../images/jia01.png) no-repeat center center;
}

.recruitList dd.active .recruitT {
    background: #970611;
    color: #FFF;
}

.recruitList dd.active .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd.active .recruitT .btn {
    background: url(../images/jian.png) no-repeat center center;
}

.subPopBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999999;
	display: none;
}

.subPopCont {
	border-radius: 3px;
	background: #fff;
	position: relative;
	left: 0;
	top: 0;
	padding: 0 15px 0 10px;
}

.joinForm {
	overflow: hidden;
}

.joinFormTit {
	display: block;
	font-size: 30px;
	color: #970611;
	text-align: center;
	overflow: hidden;
	height: 76px;
	line-height: 76px;
}

.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

.joinForm_dl {
	overflow: hidden;
}

.joinForm_dl dd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.joinForm_dl dd .formBox {
	overflow: hidden;
}

.joinForm_dl dt {
	position: relative;
	margin-bottom: 20px;
}

.joinFormName {
	float: left;
	display: inline;
	width: 100px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: right;
	font-size: 15px;
	color: #666;
}

.formDiv {
	width: 400px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.joinFormInp {
	display: block;
	width: 398px;
	height: 38px;
	overflow: hidden;
	padding: 0px 25px;
	font-size: 14px;
	background: transparent;
	border-radius: 3px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 38px;
	border: none;
	box-sizing: border-box;
}

.joinForm_dl dd label {
	margin-right: 15px;
}

.joinForm_dl dt .formAbox {
	overflow: hidden;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	margin-left: 70px;
	margin-bottom: 12px;
	color: #666;
	line-height: 20px;
	border-radius: 3px;
}

.joinForm_dl dt .formAbox .formArea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px 25px;
	box-sizing: border-box;
	outline: none;

}

.joinFile {
	display: inline-block;
	width: 80px;
	height: 28px;
	border-radius: 3px;
	border-style: none;
	overflow: hidden;
	background: #00b7ee;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.formDiv.w_100 {
	width: 245px;
}

a.joinCode {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.joinCode img {
	display: block;
	height: 40px;
	float: left;
}

.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}

.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.contactBt {
	margin-left: 100px;
}

.contactBt a {
	display: inline-block;
	width: 150px;
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	margin: 0px 5px;
}

.contactSubmit {
	background: #970611;
	color: #fff !important;
}

.contactReset {
	background: #e6e6e6;
	color: #999;
}

.closeSubPop {
	width: 30px;
	height: 28px;
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	right: -30px;
	top: -30px;
}

.layui-layer-ico {
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center !important;
	position: absolute;
	right: -65px !important;
	top: -16px !important;
	width: 30px;
	height: 30px;
	margin-left: 0;
}

/*招聘表单end*/

.closeSubPop {
    width: 30px;
    height: 28px;
    overflow: hidden;
    background: url(../images/closeVideoPop.png) no-repeat center center;
    background: #000 url(../images/closeVideoPop.png) no-repeat center center;
    position: absolute;
    right: -50px;
    top: -10px;
}

.layui-layer-ico {
    overflow: hidden;
    background: url(../images/closeVideoPop.png) no-repeat center center !important;
    position: absolute;
    right: -65px !important;
    top: -16px !important;
    width: 30px;
    height: 30px;
    margin-left: 0;
}

/*招聘列表页end*/
/*留言start*/
.message {
    padding:55px 110px;
}

.message .formBox .formAbox {
    height: 270px;
}

/*留言end*/

/*视频列表*/
.vidoList {
	overflow: hidden;
}

.textVde {
	height: 48px;
	line-height: 48px;
	color: #333;
	text-align: center;
	font-size: 16px;
	background: #fff;
}

.textVde span {
	padding: 0 5px;
}

.vidoList dd {
	margin-bottom: 0;

}

.vidoList dd .con {
	padding: 10px;
	background: #fff;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;

}

.vidoList dd .con .pic {
	overflow: hidden;
	position: relative;
}

.vidoList dd .con .pic:after {
	display: block;
	content: '';
	padding-top: 52%;
}

.vidoList dd .con .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.vidoList dd .con .pic .shade {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
}

.vidoList dd .con .pic .shade span {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/play.png) center center no-repeat;
}

.vidoList dd .con:hover {
	box-shadow: 1px 6px 5px 0px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.vidoList dd .con:hover .textVde{
	color: #970611;
}
/*视频列表end*/

/*联系我们start*/
.mapBox {
	height:450px;
	background: #fff;
	padding: 10px;
}

.mapBox .map {
	background: #000;
	height: 100%;
}

/*联系我们end*/

/*品牌诠释start*/
.w_imgList2 {
	overflow: hidden;
}
.w_imgList2 dd{
	float: left;
	display: inline;
	width: 20%;
	margin-bottom: 10px;
}
.w_imgList2 dd .con{
	margin-right: 10px;
	background: #fff;
}
.w_imgList2 dd .con .pic{
	position: relative;
}
.w_imgList2 dd .con .pic:after{
	display: block;
	content: "";
	padding-top: 52%;
}
.w_imgList2 dd .con .pic img{
	display: block;
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	object-fit: contain;
}
/*品牌诠释end*/

/*网络营销start*/
.marktBox{
	width:100%;
	padding-top: 52.83333%;
	position: relative;
	overflow: hidden;
}
.marketCon{
	overflow: hidden;
	position: absolute;
	width: 71%;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 14.5%;
}
.markL{
	position: absolute;
	width: 51.0588%;
	height: 80.6%;
	top: 9.7%;
	left: 0;
}
.markL .box2Map{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.markR{
	position: absolute;
	width: 44%;
	height: 60%;
	top:20%;
	right: 0;
}

.yxwdRC{
    width: 100%;
    height:100%;
    background:#fff;
    overflow: hidden;
}
.yxwdRCDl{
    overflow: hidden;
    padding:0 40px 0 20px;
}
.yxwdRCDl dt{
    clear: both;
    padding:0 10px;
    height: 60px;
    overflow: hidden;
    color: #333333;
    font-size: 24px;
    line-height: 60px;
    border-bottom:1px solid #dedede;
    margin-bottom: 20px;
}
.yxwdRCDl dd{
    clear: both;
    overflow: hidden;
    border-bottom:1px solid #dedede;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.yxwdRCDl dd .divT{
    height:45px;
    overflow: hidden;
    line-height: 45px;
    color: #333333;
    font-size:18px;
}
.yxwdRCDl dd .divT2{
    clear: both;
    height:26px;
    overflow: hidden;
    line-height: 26px;
    color: #999999;
}
.yxwdRCDl dd  a{
	height: 45px;
	line-height: 45px;
    color:#666;
	font-size: 16px;
}
.markL.markL1{
	height:20%;
	top: 45%;
}
.markMap{
	position: absolute;
	top: 5%;
	right: 5%;
	left: 5%;
	bottom: 5%;
	background: url(../images/map.png) center center no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
}
.markDl{
	position: absolute;
	width: 50%;
	right: 0;
	height: 100%;
	top: 0;
}
.markDl dd{
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 20px;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
}
.markDl dd span{
	float: left;
	display: inline;
	position: relative;
	width: 26px;
	height: 26px;
	border-radius: 26px;
	background: rgba(255,255,255,0.3);
	margin-right: 5px;
}
.markDl dd span:after{
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	left: 50%;
	margin-left: -6px;
	top: 50%;
	margin-top: -6px;
	z-index: 5;
	background: #fff;
}
.markDl dd.dd1{
	top: 27%;
	left: 7%;
}
.markDl dd.dd2{
	top: 40%;
	left: 13%;
}
.markDl dd.dd3{
	top: 55%;
	left:15%;
}
.markDl dd.hover span{
	background: rgba(151,16,7,0.3);
}
.markDl dd.hover span:after{
	background: #970611;
}
.cityTitle{
	height:150px;
	line-height: 150px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
/*网络营销end*/
-----------------------------内页样式end-----------------------------
*/
