.g_dt h2 {
    margin-top: 10px;
	height: 44px;
    line-height: 44px;
}



/*优势*/
.yousiuls {
  background: url(../images/ysbj.jpg) center top no-repeat;
  height: 100%;
}
.ystitle {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
	margin: auto;
	max-width:1080px;
}
.ystitle h2 {
  height: 81px;
  line-height: 81px;
  background: #282828;
  border-radius: 6px;
  color: #fff;
  font-size: 48px;
  padding: 0 20px;
  margin-left: 50px;
}
.ystitle h2 span {
  height: 81px;
  line-height: 81px;
  color: #e74f06;
}
.ystitle h3 {
  font-size: 46px;
  color: #fff;
  margin-right: 150px;
}
.ystitle h3 span {
  display: block;
  font-family: "Arial";
  opacity: .5;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 12px;
}
.yousiul ul {
	margin: auto;
    margin-top: 80px;
	max-width:1080px;
}
.yousiul ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 104px;
  position: relative;
}
.yousiul ul li:nth-of-type(2n) {
  flex-flow: row-reverse;
}
.yousiul ul li:nth-last-of-type(1){
	padding-bottom: 110px!important;
}
.ysleft {
  display: flex;
  justify-content: space-between;
}
.ysleft h4 {
  width: 116px;
  height: 204px;
  background: #0c58a7;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}
.ysleft h4 var {
  font-family: "Arial";
  font-size: 60px;
  display: block;
  background: url(../images/pic.png) center top no-repeat;
  
  line-height: 111px;
  height: 111px;
}
.ysleft h4 span {
  font-size: 36px;
  display: block;
  letter-spacing: 4px;
  line-height: 93px;
}
.cn-txt {
  margin-left: 24px;
  margin-top: 15px;
  width: 430px;
}
.cn-txt b {
  font-size: 28px;
  color: #333333;  
  font-weight: bold;
  white-space: nowrap;
}
.cn-txt b span {
  font-size: 28px;
  color: #e74f06;
  font-weight: bold;
}
.cn-txt > p {
  color: #b8b8b8;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.yousiul ul li:nth-last-of-type(1) .cn-txt > p {
  color: #fff;
  opacity: .5;
}
.yousiul ul li:nth-last-of-type(1) .cn-txt b, .yousiul ul li:nth-last-of-type(1) .cn-txt b span {
  color: #fff;
}
.yousiul ul li:nth-last-of-type(1) .cn-txt div, .yousiul ul li:nth-last-of-type(1) .cn-txt div p {
  color: #fff;
}
.cn-txt > div, .cn-txt > div p {
  line-height: 23px;
  font-size: 16px;
  color: #666;
}