﻿/*main-Banner*/
.frendLink span{
	color:#d2d2d2;
	font-size: 14px;
	line-height: 50px;
	vertical-align: middle;
}
.frendLink a{
	vertical-align: middle;
	padding: 0 2px;
	color: #d2d2d2;
	display: inline-block;
	line-height: 8px;
}
.main-banner {
	width: 100%;
	max-height: 850px;
	position: relative;
	cursor: default;
}

.main-banner .banner-txt {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 20;
	top: 33%;
	color: #fff;
}

.main-banner .banner-txt h3 {
	font-size: 38px;
	line-height: 128px;
}
.service-list{
	margin-top: 30px;
}
.main-banner .banner-txt strong {
	font-size: 20px;
}

.main-banner img {
	max-width: 100%;
}

.banner-border {
	width: 1200px;
	height: 10px;
	background: #00aeef;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
}


/*sub-banner*/

.sub-banner .banner-txt {
	top: 24%;
}

.sub-banner .banner-txt h3 {
	font-size: 30px;
	line-height: 90px;
	font-weight: normal;
}

.main-banner img {
	/*max-width: inherit;*/
	position: relative;
	/*left: 50%;*/
	/*margin-left: -960px;*/
}

.sub-banner .banner-txt strong {
	font-size: 18px;
	font-weight: 700;
}

.sub-banner .banner-txt strong:after {
	content: '';
	display: block;
	width: 60px;
	height: 6px;
	background: #00aeef;
	margin: 32px auto 0 auto;
}


/*service*/

.service {
	padding: 2.6% 0;
	height: 470px;
}

.public-title {
	font-size: 20px;
}

.public-title:before {
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	background: #00aeef;
	margin-bottom: 20px;
}

.public-title h3 {
	line-height: 50px;
	color: #333333;
}

.public-title strong {
	line-height: 50px;
	font-size: 16px;
	color: #999;
}

.service .public-title {
	float: left;
	margin-left: 85px;
	margin-top: 85px;
}

.service-list li {
	float: left;
	width: 273px;
	height: 273px;
	margin-right: -30px;
	/* background: url(../images/service-bg.png) no-repeat center; */
	text-align: center;
	cursor: default;
}

.service-list li:hover img {
	transform: translateX(-6px);
}

.service-list li img {
	width: 50px;
	margin-top: 36px;
	transition: .4s;
}

.service-list li strong {
	line-height: 38px;
	display: block;
	font-size: 14px;
	color: #343434;
	font-family: simhei
}

.service-list li em {
	line-height: 28px;
	display: block;
	font-size: 13px;
	color: #999999;
}

.service-list li:last-child {
	margin-right: 40px;
}

.service-list li:nth-child(even) {
	transform: translateY(140px);
}


/*design*/

.design {
	position: relative;
}

.design img {
	width: 100%;
}

.design .designU {
	position: absolute;
	width: 100%;
	cursor: default;
}

.design .designU:hover .public-title {
	transform: translateY(-10px);
}

.design .public-title {
	margin-top: 10%;
	text-align: center;
	transition: .3s ease-out;
}

.design .public-title h3 {
	color: #fff;
	font-size: 20px;
}

.design .public-title:before {
	margin: auto;
	margin-bottom: 20px;
}

.design p {
	display: block;
	font-size: 13px;
	line-height: 38px;
	color: #fff;
	margin: 45px 0;
	width: 1200px;
	margin: 45px auto;
}

.design .more {
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #fff;
	width: 160px;
	height: 40px;
	background: rgba(255, 255, 255, .5);
}

.design .more a {
	font-size: 14px;
	color: #fff;
	display: block;
}

.design .more:hover {
	background: rgba(255, 255, 255, .3);
}


/*case*/

.case {
	padding: 100px 0;
}

.case:hover .public-title {
	transform: translateY(-10px);
}

.case .public-title {
	text-align: center;
	transition: .3s ease-out;
}

.case .public-title:before {
	margin: auto;
	margin-bottom: 20px;
}

.case-con {
	margin-top: 40px;
}

.case-con .up {
	height: 290px;
	margin-bottom: 12px;
}

.case-con .up-nav {
	width: 14%;
	height: 100%;
	margin-right: 6px;
	float: left;
	background: #3d3d3d url(../images/up.jpg) no-repeat center;
}

.case-con .down-nav {
	width: 14%;
	height: 100%;
	margin-right: 6px;
	float: left;
	background:  #3d3d3d url(../images/down.jpg) no-repeat center;
}

.case-con ul {
	float: left;
	width: 84%;
	display: flex;
	justify-content: space-around;
}

.case-con li {
	position: relative;
	width: 25%;
}

.case-con li img {
	width: 100%;
	height: 100%;
	transition: 1s ease-out;
}

.case-con li section {
	width: 100%;
	height: 287px;
	overflow: hidden;
}

.case-con li div {
	text-align: center;
	font-size: 13px;
	color: #fff;
	position: absolute;
	bottom: 0;
	height: 73px;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	line-height: 73px;
}

.case-con li:hover img {
	transform: scale(1.1);
}

.pro-bottom {
	height: 670px;
	background: url(../images/pro-bottom.png) no-repeat center;
	position: relative;
	overflow: hidden;
}

.pro-con {
	width: 740px;
	height: 354px;
	margin: 168px auto 0 auto;
}

.pro-con ul {
	position: relative;
	width: 100%;
	height: 100%;
}

.pro-con li {
	width: 174px;
	height: 208px;
	text-align: center;
	background: url(../images/border.png) no-repeat center;
	background-size: contain;
	position: absolute;
	color: #00aeef;
	transition: .3s;
	cursor: default;
}

.pro-con li:nth-child(1) {
	left: 202px;
    top: 6px;
}

.pro-con li:nth-child(2) {
	right: 182px;
    top: 6px;
}

.pro-con li:nth-child(3) {
	    bottom: 0;
    left: 110px;
	background: url(../images/border-2.png) no-repeat center;
	background-size: 177px 177px;
	color: #fff;
}

.pro-con li:nth-child(4) {
	left: 50%;
	margin-left: -77px;
	bottom: 0;
}

.pro-con li:nth-child(5) {
	    bottom: 0;
    right: 90px;
	background: url(../images/border-2.png) no-repeat center;
	background-size: 177px 177px;
	color: #fff;
}

.pro-con li span {
	margin-top: 74px;
	display: block;
	font-size: 14px;
	transition: margin-top .3s;
}

.pro-con li strong {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 800;
}

.pro-con li:hover {
	background: url(../images/border-2.png) no-repeat center;
	background-size: 177px 177px;
	color: #fff;
}

.pro-con li:hover span {
	margin-top: 68px;
}


/*sub*/

.sub-center {
	width: 1200px;
	margin: 0 auto;
}

.sub-pub-title {
	position: relative;
	height: 40px;
}

.main-content {
	padding-top: 100px;
}

.profile-con {
	padding: 60px 0;
	font-size: 12px;
	color: #666;
	line-height: 30px;
}

.profile-con img {
	width: 100%;
	margin-top: 60px;
}


/*about*/

.sub-pub-title span,
.sub-pub-title strong {
	position: absolute;
}

.sub-pub-title span {
	font-size: 40px;
	font-weight: 800;
	color: #00aeef;
	opacity: .2;
	line-height: 40px;
	width: 100%;
	text-align: center;
}

.sub-pub-title strong {
	font-size: 22px !important;
	line-height: 40px !important;
	color: #333 !important;
	width: 100% !important;
	text-align: center !important;
	margin: auto !important;
}

.sub-pub-title strong em:before {
	content: '———';
	margin-right: 60px;
}

.sub-pub-title strong em:after {
	content: '———';
	margin-left: 60px;
}

.about-culture {
	padding-top: 78px;
	background: #f4f4f4;
	padding-bottom: 100px;
}

.culture-item1 strong {
	margin: 50px auto 30px auto;
	display: block;
	font-size: 16px;
	font-weight: 800;
	color: #333;
	text-align: center;
}

.culture-item1 li:nth-child(1) {
	width: 600px;
}

.culture-item1 li:nth-child(2) {
	width: 600px;
}

.culture-item1 li {
	width: 400px;
	transition: .4s;
	position: relative;
}

.culture-item1 li:hover .maskcon {
	opacity: .9;
	transform: scale(1);	
}

.culture-item1 li {
	float: left;
}

.culture-item1 li img {
	width: 100%;
}
.culture-item1 .maskcon{
	position: absolute;
	background: #00aeef;
	width: 93.3%;
	height: 80%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	text-align: center;
	transition: .4s;
	transform: scale(0);
}
.culture-item1 .maskcon h5{
	font-size: 16px;
	color: #fff;
	line-height: 76px;
	font-weight: 800;
}
.culture-item1 .maskcon em{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	box-sizing: border-box;
	display: block;
	padding: 0 22%;
}
.culture-item1 dd:hover .showcon{
	bottom: -100px;
	transform: scale(1);
}
.showcon{
	width: 320px;
	height: 340px;
	border-radius:5px;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	bottom: -440px;
	background: #00aeef;
	box-sizing: border-box;
	padding: 0 32px;
	z-index: 10;
	transition: bottom .5s ease-out;
	transform: scale(0);
}
.showcon span{
	display: block;
	margin: 20px auto;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}
.showcon .showmain{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.culture-item1 li:nth-last-child(3) {
	width: 400px;
}

.culture-item1 li:nth-last-child(1) {
	margin-top: -210px;
}
.culture-item1 li:nth-last-child(2) {
	margin-top: -208px;
}



.box{
	width: 100px;
}

.culture-item1 dd {
	width: 150px;
	height: 150px;
	border: 1px solid #00aeef;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.culture-item1 dd img {
	vertical-align: middle;
	margin-top: 28px;
	transition: .5s;
}

.culture-item1 dd:hover img {
	margin-top: 20px;
	transform: rotateY(180deg);
}

.culture-item1 dd:nth-child(1):after {
	display: block;
	content: '设计';
	position: absolute;
	bottom: -30px;
	width: 100%;
	font-size: 16px;
	color: #00aeef;
	text-align: center;
}

.culture-item1 dd:nth-child(2):after {
	display: block;
	content: '施工';
	position: absolute;
	bottom: -30px;
	width: 100%;
	font-size: 16px;
	color: #00aeef;
	text-align: center;
}

.culture-item1 dd:nth-child(3):after {
	display: block;
	content: '服务';
	position: absolute;
	bottom: -30px;
	width: 100%;
	font-size: 16px;
	color: #00aeef;
	text-align: center;
}
#about .culture-item1 dd:after{
	color: #00aeef;
}
.culture-item1 dl {
	padding-top: 26px;
	display: flex;
	justify-content: space-around;
}


/*histort*/

.histort {
	height: 720px;
	background: url(../images/history-bg.jpg) no-repeat center;
}

.histort ul {
	width: 100%;
	height: 720px;
	position: relative;
}

.histort li {
	color: #fff;
	position: absolute;
	bottom: 0;
	height: 85px;
	border-left: 1px dashed #fff;
	width: 1px;
}

.histort li:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #00aeef;
	box-shadow: 0 0 3px #00aeef;
	left: 50%;
	margin-left: -9px;
	top: -16px;
}

.histort li:nth-child(1) {
	left: 0;
	bottom: 120px;
}

.histort li:nth-child(2) {
	left: 248px;
	bottom: 120px;
}

.histort li:nth-child(3) {
	left: 574px;
	bottom: 120px;
}

.histort li:nth-child(4) {
	left: 860px;
	bottom: 180px;
}

.histort li:nth-child(5) {
	left: 1100px;
	bottom: 257px;
}

.histort li h4 {
	position: absolute;
	top: 0;
	left: 26px;
}

.histort h4 em {
	font-size: 28px;
	font-weight: 700;
	color: #00aeef;
}

.histort h4 strong {
	font-size: 14px;
	color: #fff;
}

.office {
	padding: 100px 0;
}

.office ul {
	margin-top: 100px;
	width: 100%;
}

.office li {
	width: 25%;
	height: 210px;
	float: left;
	overflow: hidden;
}

.office li img {
	width: 100%;
	max-height: 210px;
	overflow: hidden;
	transform: scale(1);
	transition: .5s ease-out;
}

.office li:hover img {
	transform: scale(1.1);
}


/*about*/

.about {
	padding: 80px 0;
}

.about-list>li {
	border: 1px solid #ababab;
	box-sizing: border-box;
	width: 100%;
	padding: 28px;
	height: 420px;
	margin-bottom: 24px;
}

.list-up {
	height: 120px;
	margin-bottom: 32px;
}

.list-up .teamico {
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 30px;
	transition: .4s ease-out;
}

.moverotate {
	transform: translate(10px);
}

.list-up .teamico:hover {
	transform: rotate(45deg);
}

.list-up .teamInfo {
	float: left;
	padding-top: 16px;
}

.list-up .teamInfo h3 {
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

.list-up .teamInfo p {
	display: block;
	max-width: 590px;
	font-size: 13px;
	color: #333;
	line-height: 26px;
}

.list-up .price {
	float: right;
	font-size: 28px;
	color: #00aeef;
	font-weight: 800;
	height: 120px;
	line-height: 120px;
}

.list-up .price em {
	font-size: 14px;
	color: #666666;
}
.list-down{
	width: 1142px;
	height: 210px;
	overflow: hidden;
	position: relative;
}
.list-down dl {
	position: absolute;
	/*display: flex;*/
	/*justify-content: space-between;*/
}

.list-down dd {
	float: left;
	width: 210px;
	height: 210px;
	margin-right: 24px;
	overflow: hidden;
}

.list-down dd img {
	width: 100%;
	height: 100%;
	transition: .4s ease-out;
}

.list-down dd:hover img {
	transform: scale(1.1);
}


/*case*/

#case {
	padding: 70px 0;
}

.case-nav {
	display: flex;
	justify-content: space-between;
}

.tianjian {
	width: 332px;
}

.tianjian strong {
	font-size: 16px;
	color: #666;
	line-height: 48px;
}
.tianjian:last-child span{
	width: 140px;
}
.tianjianItems span {
	width: 100px;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #666;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
}
.tianjianItems span a{
	color: #666;
}
.tianjianItems span em{
	padding-left: 10px;
	opacity: 0;
	transition: .4s;
}
.tianjianItems span em:hover{
	transform: scale(1.1);
}
.case-cont {
	margin-top: 40px;
}

.case-cont ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case-cont li {
	width: 580px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.case-cont li img {
	transition: .6s ease-out;
}

.case-cont li:hover img {
	transform: scale(1.1);
}

.case-cont li a {
	display: block;
	width: 100%;
	height: 100%;
}

.case-cont li strong {
	position: absolute;
	bottom: 0;
	height: 72px;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	font-size: 13px;
	color: #fff;
	line-height: 72px;
	box-sizing: border-box;
	padding-left: 30px;
	cursor: default;
}


/*service*/

.service-info {
	padding-bottom: 80px;
}

.service-info .left {
	float: left;
	width: 499px;
	height: 580px;
	overflow: hidden;
}

.service-info .right {
	width: 640px;
	float: right;
}

.right-ico {
	width: 100%;
	text-align: right;
	margin-bottom: 80px;
}

.right-con {
	margin-top: 40px;
	font-size: 13px;
	line-height: 24px;
	color: #666;
}

#service .culture-item1 {
	height: 620px;
	box-sizing: border-box;
	padding-top: 100px;
	background: url(../images/s.jpg) no-repeat center;
}

#service .culture-item1 .sub-pub-title span {
	color: #fff
}

#service .culture-item1 .sub-pub-title em {
	color: #fff
}

#service .culture-item1 dl {
	margin: 0 auto;
	margin-top: 108px;
	width: 1000px;
}

#service .culture-item1 dd {
	border: 1px solid #fff;
	width: 200px;
	height: 200px;
}

#service .culture-item1 dd img {
	margin-top: 54px;
}

.culture-item1 dd:nth-child(1):after {
	display: block;
	content: '专业团队';
	position: absolute;
	bottom: -50px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.culture-item1 dd:nth-child(2):after {
	display: block;
	content: '策划整合';
	position: absolute;
	bottom: -50px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.culture-item1 dd:nth-child(3):after {
	display: block;
	content: '满意服务';
	position: absolute;
	bottom: -50px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}


.flow{
	background: #ffffff;
	height: 526px;
	box-sizing: border-box;
	padding: 100px 0;
}
.flow ul{
	display: flex;
	margin-top: 88px;
	justify-content: space-around;
}
.flow li{
	text-align: center;
	width: 70px;
}
.flow span{
	display: block;
	margin-top:10px;
	font-size: 13px;
}
.flow dl{
	margin-top: 60px;
	display: flex;
	justify-content: space-around;
}
.flow dd{
	width: 32px;
	height: 32px;
	border: 1px solid #adadad;
	border-radius:50%;
	text-align: center;
	line-height: 32px;
	color: #adadad;
	position: relative;
}
.flow dd:after {
    content: '——————';
    position: absolute;
    left: 57px;
}
.flow dd:last-child:after{
	content: '';
	left: 0;
}

#contact{
	padding: 100px 0;
}
.contact-con{
	-border: 1px solid #ababab;
	height: 360px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 10px;
}
.contact-con #dituContent{
	float: left;
}

.contact-it{
	float: right;
	width: 560px;
}
.contact-it h4{
	font-size: 16px;
	font-weight: 800;
	color: #00aeef;
	/* line-height: 40px; */
}
.contact-it div{
	font-size: 14px;
	line-height:32px;
	color: #666;
}

.news1{
	padding-top: 100px;
	background: #fcfcfc;
	padding-bottom: 80px;
}
#dynamic{
	padding-top: 0;
}
.news1-con{
	margin-top: 50px;
	height: 640px;
	padding: 50px 40px;
	box-sizing: border-box;
	border: 1px solid #ababab;
}
.news1-con .left{
	width: 520px;
}
.news1-con .left>div img{
	width: 520px;
	height: 300px;
}
.news1-con .left {
	color: #666;
}
.news1-con .left strong{
	display: block;
	line-height: 50px;
	margin-top: 12px;
	font-size: 16px;
}
.news1-con .left p{
	line-height: 24px;
	font-size: 14px;
}
.news1-con .more{
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #00aeef;
	border: 1px solid #00aeef;
	margin-top: 24px;
}
.news1-con .more:hover{
	background: #00aeef;
	color: #fff;
}
.news1-con .right{
	width: 530px;
}
.news1-con .right li{
	line-height: 66px;
	height: 66px;
	border-bottom: 1px solid #dfdfdf;
}
.news1-con .right a{
	font-size: 14px;
	color: #333;
} 
.news1-con .right em{
	font-size: 14px;
	
}
.news2{
	height: 640px;
	overflow: hidden;
	background: url(../images/newss.jpg) no-repeat center;
}
.news2 .sub-pub-title{
	margin-top: 100px;
	width: 456px;
}
.news2 .sub-pub-title span{
	color: #fff !important;
}
.news2 .sub-pub-title strong{
	color: #fff !important;
}
.news2-list ul{
	height: 400px;
	overflow: auto;
}
.news2-list{
	margin-top: 46px;
	width: 680px;
	height: 450px;
	box-sizing: border-box;
	padding: 40px ;
	background: rgba(233,233,233,.9);
}
.news2-list li{
	width: 530px;
	line-height: 66px;
	height: 66px;
	border-bottom: 1px solid #dfdfdf;
}
.news2-list a{
	font-size: 14px;
	color: #333;
} 
.news2-list em{
	font-size: 14px;
	
}

.news2-list ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.news2-list ul::-webkit-scrollbar-track {
  width: 5px;
  border-radius: 10px;
  background: url(../images/scorll.png) repeat-y center;
}
.news2-list ul::-webkit-scrollbar-thumb {
  width: 10px;
  height: 20px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #00aeef;
}
.news3{
	padding-top: 120px;
}
.news3-con{
	margin-top: 94px;
}
.news3-con li{
	width: 320px;
	height: 240px;
	padding: 0 30px;
	border-right: 1px solid #d2d2d2;
}
.news3-con li strong{
	font-size: 14px;
	line-height: 36px;
	color: #666;
}
.news3-con li p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.news3-con li .more{
	margin-top: 46px;
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #00aeef;
	border: 1px solid #00aeef;
}
.news3-list{
	display: flex;
	justify-content: space-around;
}
.detials-img{
	width: 580px;
	height: 350px;
}
.detials-con h4{
	text-align: center;
	font-size: 20px;
	line-height: 58px;
}
.detials-con{
	width: 600px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}


.pages {
  margin: 40px auto;
  width: 402px;
  height: 24px;
}
.pages .first {
  margin-right: 4px;
  float: left;
  width: 98px;
  height: 22px;
  border: 1px solid #ababab;
  text-align: center;
}
.pages .first div {
  color: #666;
  line-height: 22px;
  font-size: 12px;
  display: inline-block;
}
.pages .first span {
  color: #f34100;
}
.pages .first strong {
  font-size: 12px;
  color: #666;
}
.pages .begin,
.pages .end {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 22px;
  float: left;
  display: block;
  width: 48px;
  height: 22px;
  border: 1px solid #ababab;
  margin-right: 4px;
  cursor: pointer;
}
.pages .end {
  margin-right: 0;
}
.pages .prev,
.pages .next {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 22px;
  float: left;
  display: block;
  width: 48px;
  height: 22px;
  border: 1px solid #ababab;
  margin-right: 4px;
  cursor: pointer;
}
.pages dl {
  float: left;
}
.pages dl dd {
  float: left;
  margin-right: 4px;
  width: 22px;
  height: 22px;
  border: 1px solid #ababab;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
}
.pages dl .active {
  background: #f34100;
  border: none;
  width: 24px;
  height: 24px;
  color: #fff;
}


#dy .left {
  width: 100%;
}
#dy .left .leftTitle {
  text-align: center;
  height: 106px;
  border-bottom: 1px solid #dadada;
}
#dy .left .leftTitle h4 {
  font-size: 20px;
  color: #333;
  font-weight: 800;
}
#dy .left .leftTitle p {
  font-size: 13px;
  color: #727272;
  line-height: 70px;
}
#dy  .left .leftCon {
  padding: 36px 30px 30px 0;
  font-size: 13px;
  line-height: 24px;
  color: #666666;
  border-bottom: 1px solid #dadada;
}
#dy  .left .leftCon strong {
  font-size: 13px;
  line-height: 50px;
}
#dy  .left .leftCon img {
  max-width: 768px;
  display: block;
  padding: 18px 0;
  margin: 0 auto;
}
#dy  .left .leftCon p {
  text-indent: 2rem;
}
#dy  .left .uoDown {
  padding: 0 8px;
}
#dy  .left .uoDown span {
  line-height: 86px;
  font-size: 14px;
  color: #727272;
}
#dy  .left .uoDown span a {
  color: #727272;
}
#dy  .left .uoDown span:first-child {
  float: left;
}
#dy  .left .uoDown span:last-child {
  float: right;
}