/*  banner */
.focus {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
  margin: 0 auto;
}

.fcon {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.focus .fcon div {
  position: relative;
  left: 50%;
  top: 0px;
  width: 1920px;
  margin-left: -960px;
  text-align: center;
}

.focus .a {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1920px;
  margin-left: -960px
}

.focus div a img {
  width: 100%;
}

.focus .prev,
.focus .next {
  position: absolute;
  width: 44px;
  height: 44px;
  cursor: pointer;
  top: 50%;
}

.focus .prev {
  left: 2%;
}

.focus .next {
  right: 2%;
}

.fbg {
  position: absolute;
  width: 1920px;
  top: 93%;
  left: 50%;
  height: auto;
  overflow: hidden;
  z-index: 9999;
  text-align: center;
  margin-left: -960px
}

.fbg .D1fBt {
  z-index: 9999;
  display: inline-table;
}

.fbg .D1fBt a {
  width: 16px;
  height: 23px;
  border-radius: 50%;
  margin: 0px 3px;
  display: inline-block;
  z-index: 9999;
  background: url(../images/iBd.png) no-repeat center center;
}

.fbg .D1fBt a.current {
  background: url(../images/iBdo.png) no-repeat center center;
}

.focus .prev,
.focus .next {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: 50%;
}

.focus .prev {
  left: 5%;
}

.focus .next {
  right: 5%;
}

/* search */
.search {
  border-bottom: 4px solid #eeeeee;
  border-top: 4px solid #eeeeee;
  background-color: #ffffff;
}

.searchMain {
  width: 1200px;
  margin: 0 auto;
}

.searchLeft {
  float: left;
  height: 80px;
}

.searchLeft p {
  color: #6a6a6a;
  font-size: 16px;
  line-height: 80px;
  float: left;
}

.searchLeft ul {
  float: left;
}

.searchLeft ul li {
  float: left;
  margin-right: 10px;
}

.searchLeft ul li a {
  color: #999898;
  font-size: 16px;
  line-height: 80px;
}

.searchLeft ul li.on a {
  color: #03b853;
}

.searchLeft ul li:hover a {
  color: #03b853;
}

.searchText {
  height: 38rpx;
  width: 300px;
}

.searchRight {
  float: right;
  margin-top: 22px;
}

.searchRight .searchText {
  float: left;
  border: 1px solid #BDBDBD;
  height: 38px;
  border-right: none;
}

.searchImg {
  float: left;
  width: 18%;
  height: 38px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 8px;
}

.searchRight .searchText input {
  float: left;
  height: 100%;
  width: 82%;
}

.searchRight>input {
  float: left;
  width: 125px;
  height: 40px;
  background-color: #03b853;
  color: #ffffff;
  font-size: 16px;
}

.searchRight>input:hover {
  cursor: pointer;
}

/* case */
.case {
  background-color: #eeeeee;
  padding: 75px 0;
}

.caseMain {
  width: 1200px;
  margin: 0 auto;
}

.caseLeft {
  width: 270px;
  float: left;
}

.caseLeft .caseLefttop {
  height: 82px;
  background: #03b853;
  padding: 26px 0 0 42px;
}

.caseLeft .caseLefttop p {
  color: #ffffff;
}

.caseLeft .caseLefttop p:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
}

.caseLeft .caseLefttop p:nth-child(2) {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}

.caseLeftUl {
  width: 218px;
  padding: 26px;
  background: #ffffff;
}

.caseLeftUl li {
  width: 100%;
  height: 46px;
  background-color: #efefef;
  border-radius: 1px;
  margin-top: 24px;
}

.caseLeftUl li:first-child {
  margin-top: 0px;
}

.caseLeftUl li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  font-weight: bold;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.caseLeftUl li.on a {
  background: #03b853;
  color: #ffffff;
}

.caseLeftUl li:hover a {
  background: #03b853;
  color: #ffffff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.caseLeftBo {
  width: 244px;
  padding: 26px 0 26px 26px;
  background: url(../images//caseBg.jpg) no-repeat center center;
  margin-top: 14px;
}

.caseLeftBo img {
  float: left;
  width: 46px;
  height: 38px;
  margin: 4px 6px 0 0;
}

.caseLeftBo .caseLeft_r {
  float: left;
}

.caseLeftBo .caseLeft_r p {
  color: #000000;
  font-size: 16px;
}

.caseLeftBo .caseLeft_r span {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}

.caseRight {
  width: 900px;
  float: right;
}

.caseRightTop {
  background-color: #efefef;
}

.caseRightTop img {
  float: left;
}

.caseRightTop .crtrText {
  float: left;
  width: 410px;
  padding-left: 30px;
}

.caseRightTop .crtrText p:nth-child(1) {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  width: 384px;
  margin-top: 42px;
}

.caseRightTop .crtrText p:nth-child(2) {
  padding: 20px 0;
}

.caseRightTop .crtrText p:nth-child(n+2) {
  line-height: 25px;
  font-size: 16px;
  color: #333333;
}

.caseBtn .btn {
  margin-top: 24px;
}

.caseBtn .btn a {
  display: block;
  width: 156px;
  height: 45px;
  border-radius: 1px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  margin-right: 20px;
  float: left;
}

.caseBtn .btn:nth-child(1) a {
  background-color: #03b853;
  color: #ffffff;
}

.caseBtn .btn:nth-child(2) a {
  background-color: #ffffff;
  color: #757575;
}

.caseRightUl {
  margin-top: 26px;
}

.caseRightUl li {
  width: 288px;
  float: left;
  margin: 0 12px 20px 0;
}

.caseRightUl .caseRItem {
  width: 100%;
  height: 201px;
  overflow: hidden;
}

.caseRightUl li .caseRItem img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.caseRightUl li:hover .caseRItem img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.caseRightUl li a p {
  width: 288px;
  line-height: 43px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  background-color: #efefef;
}

/* contact */
.contact {
  width: 100%;
  background: url(../images/conntactBg.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.contMain {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

.contMain .contLeft {
  float: left;
}

.contMain .contLeft p {
  letter-spacing: 3px;
  color: #ffffff;
  font-size: 34px;
}

.contMain .contLeft div {
  color: #ffffff;
  font-size: 24px;
  margin: 10px 0 20px 0;
}

.contMain .contLeft span {
  color: #ffffff;
  font-size: 18px;
}

.contRight {
  float: right;
  background: url(../images/contKuan.png) no-repeat center center;
  width: 663px;
  height: 117px;
}

.contRMain {
  margin: 30px 0 0 60px;
}

.contRight img {
  float: left;
  margin-top: 10px;

}

.contRight .contactPhone {
  float: left;
  margin: 0 20px;
}

.contactPhone p {
  color: #ffffff;
  font-size: 16px;
}

.contactPhone div {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
}

.contRight .contBtn {
  float: left;
  width: 195px;
  height: 55px;
}

.contRight .contBtn a {
  display: block;
  width: 195px;
  height: 55px;
  background: #ffffff;
  color: #03b853;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
}

/* manufactor */
.manufactor {
  padding: 80px 0 60px 0;
}

.headerTitle p {
  color: #000000;
  font-size: 36px;
  text-align: center;
}

.headerTitle div {
  color: #000000;
  font-size: 24px;
  text-align: center;
}

.manufactorMain {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}

.manuUl li {
  margin-bottom: 40px;
}

.manuUl li>div {
  float: left;
}

.manuUl li .amnuLiImg {
  border: 2px solid #03b853;
  padding: 20px 0;
  margin-top: 40px;
}

.manuUl li .amnuLiImg img {
  position: relative;
  right: -20px;
}

.manuUl li .manuCenter {
  margin: 0 20px 0 30px;
}

.manuUl li .manuCenter p {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #03b853;
  border: solid 6px #DCF2E2;
  line-height: 78px;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
}

.manuUl li .manuLne {
  height: 250px;
  position: relative;
  top: 20px;
}

.manuUl li .manuLne .manuLineC {
  width: 2px;
  height: 100%;
  background: #e3e3e3;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.manuRight {
  width: 528px;
  margin-top: 60px;
}

.manuRight p {
  margin-left: 26px;
  margin-bottom: 30px;
}

.manuRight p text {
  color: #03b853;
  font-size: 30px;
  list-style: none;
}

.manuRight p span {
  color: #000000;
  font-size: 30px;
}

.manuRight ul li {
  background: url(../images/manuDot.png) no-repeat left 5px;
  color: #464646;
  font-size: 16px;
  line-height: 22px;
  padding-left: 26px;
  margin-bottom: 20px;
}

.oddItem .manuRight p {
  text-align: right;
}

.oddItem .manuRight ul li {
  background: url(../images/manuDot.png) no-repeat right 5px;
  padding-right: 26px;
  text-align: right;
}

.manuUl li.oddItem .manuCenter {
  margin: 0 30px 0 20px;
}

.manuUl li.oddItem .amnuLiImg img {
  position: relative;
  right: 0px;
  left: -20px;
}


/* ----product------ */
.caseLeftUl.productLeftUl {
  padding-bottom: 0px;
}

.caseLeftUl.productLeftUl li {
  height: 52px;
  background-color: transparent;
  border-top: 1px solid #eaeaea;
  margin-top: 0px;
}

.caseLeftUl.productLeftUl li:last-child {
  background-color: transparent;
}

.caseLeftUl.productLeftUl li:hover a {
  color: #009944;
  background-color: transparent;
}

.caseLeftUl.productLeftUl li a {
  line-height: 50px;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}

.product .caseRight {
  width: 930px;
}

.caseRightUl.productRightUl {
  margin-top: 0px;
}

.caseRightUl.productRightUl li {
  width: 296px;
  margin-bottom: 30px;
}

.caseRightUl.productRightUl li a p {
  width: 296px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.caseRightUl.productRightUl li:hover a p {
  background: #009944;
}

/* programme */
.programme {
  width: 100%;
  background: url(../images/programmeBg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 60px 0;
}

.programmeMain {
  width: 1200px;
  margin: 0 auto;
}

.programmeMain>div {
  float: left;
}

.programmeMain .progrLeft p {
  color: #ffffff;
  font-size: 18px;
}

.programmeMain .progrLeft span {
  display: block;
  color: #ffffff;
  font-size: 34px;
  margin: 20px 0;
}

.progrRight {
  margin-left: 40px;
}

.progrRight>div {
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}

.progrRight .btns a {
  display: block;
  padding: 18px;
  border-radius: 2px;
  border: solid 1px #ffffff;
}

.progrRight .btns a img {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.progrRight .btns a>div {
  float: left;
}

.progrRight .btns a>div p {
  color: #ffffff;
  font-size: 16px;
}

.progrRight .btns a>div span {
  color: #ffffff;
  font-size: 26px;
}

.progrRight .btnConsult a {
  display: block;
  width: 164px;
  height: 94px;
  background: #ffffff;
  border-radius: 2px;
  color: #009a45;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 94px;
}


/* advantage */
.reason {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0 60px 0;
  background: url(../images/advantageBg.jpg) top center no-repeat;
}

.top_title p:nth-child(1) {
  color: #000000;
  background: url(../images/titleBg.png) no-repeat center center;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.top_title p:nth-child(2) {
  line-height: 25px;
  letter-spacing: 2px;
  color: #bdbdbd;
  font-size: 12px;
  text-align: center;
}

.reasonBot {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 60px;
}

.tabBar .hd {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.tabBar .hd ul {
  z-index: 5;
  position: relative;
  zoom: 1;
  margin: 0 auto;
  background: url(../images/dLine.png) no-repeat center 44px;
  height: auto;
  height: 200px;
}

.tabBar .hd li {
  float: left;
  width: 135px;
  cursor: pointer;
  height: auto;
  overflow: hidden;
  margin-left: 192px;
  text-align: center;
}

.tabBar .hd li:nth-child(1) {
  background: none;
  padding-left: 44px;
}

.tabBar .hd li .hdImgCon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.tabBar .hd li .hdImgItem {
  width: 90px;
  height: 90px;
  overflow: hidden;
  background: #ebebeb;
  border-radius: 90px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabBar .hd li .hdImgCon span {
  display: inline-block;
  width: 45px;
  height: 49px;
  overflow: hidden;
  margin: 0 auto;
}

.tabBar .hd li div span img {
  max-width: 100%;
}

.tabBar .hd li p {
  text-align: center;
  margin-top: 16px;
}

.tabBar .hd li p span {
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabBar .hd li#mla {
  margin-left: 0px;
}

.tabBar .hd li.on p span {
  color: #03b853;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabBar .hd li.on .hdImgItem {
  background: #03b853;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabBar .hd li.on .hdImgItem img {
  margin-top: -52px;
}

.tabBar .bd {
  width: 100%;
  height: auto;
  overflow: hidden;
  /* margin-top: 60px; */
}

.tabBar .bd .con {
  width: 80%;
  height: 276px;
  overflow: hidden;
  margin: 0 auto;
}

.tabBar .bd .con .con-a {
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
}

.tabBar .bd .con .con-a img {
  max-width: 100%;
}

.tabBar .bd .con .con-b {
  float: right;
  width: 55%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}

.tabBar .bd .con .con-b .con-b1 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.tabBar .bd .con .con-b .con-b1 .con-b1b {
  float: left;
  margin-left: 20px;
}

.tabBar .bd .con .con-b .con-b1 .con-b1b p {
  margin-bottom: 11px;
}

.tabBar .bd .con .con-b .con-b1 .con-b1b p span {
  font-size: 30px;
  color: #03b853;
}

.tabBar .bd .con .con-b .con-b1 .con-b1b p font {
  font-size: 16px;
  color: #000000;
}

.tabBar .bd .con .con-b .con-b2 {
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 2px;
  color: #585859;
  line-height: 30px;
}

.tabBar .bd .conWrap {
  width: 100%;
}

.tabBar .gd {
  width: 80px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.tabBar .gd div {
  width: 30px;
  float: left;
}

.tabBar .gd a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #cfcfcf;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabBar .gd a:hover {
  background: #03b853;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabBar .gd div:first-child {
  margin-right: 20px;
}

/* service */
.service {
  padding: 70px 0;
  width: 100%;
  background: url(../images/serviceBg.jpg) no-repeat center center;
}

.serviceMain {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

.service .top_title p {
  color: #ffffff;
}

.serviceMain ul li {
  float: left;
  width: 240px;
}

.serviceMain ul li a {
  display: block;
  width: 140px;
  margin: 0 auto;
}

.serviceMain ul li a div {
  width: 131px;
  height: 131px;
  line-height: 180px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

.serviceMain ul li a p {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  margin-top: 10px;
}

.serphone {
  width: 294px;
  margin: 0 auto;
}

.serphone img {
  float: left;
  margin: 5px;
  margin-right: 10px;
}

.serphone>div {
  float: left;
}

.serphone span {
  font-size: 18px;
  color: #ffffff;
}

.serphone text {
  font-size: 24px;
  color: #ffffff;
}

.serBtn a {
  display: block;
  margin: 0 auto;
  width: 263px;
  height: 55px;
  background-color: #03b853;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  margin-top: 20px;
}

/* about */
.about {
  width: 100%;
  background: url(../images/aboutBg.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.aboutMain {
  width: 1200px;
  margin: 0 auto;
}

.aboutLeft {
  float: left;
  width: 548px;
  margin-top: 130px;
}

.aboutLeft span {
  color: #03b853;
  font-size: 18px;
}

.aboutLeft p {
  font-size: 36px;
  color: #000000;
  padding: 0px 0 30px 0;
  background: url(../images/aboutLine.png) no-repeat bottom left;
}

.aboutLeft .abText {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
}

.aboutLeft .abBtn a {
  display: block;
  width: 252px;
  height: 61px;
  border: solid 1px #03b853;
  text-align: center;
  line-height: 61px;
  color: #03b853;
  font-size: 18px;
}

.aboutRight {
  float: left;
  width: 632px;
  height: 628px;
  background: url(../images/aboutRBG.png) no-repeat center center;
}

.aboutRight div {
  width: 533px;
  height: 429px;
  border: solid 6px rgba(255, 255, 255, 0.55);
  position: relative;
  top: 130px;
  left: 30px;
}

.aboutRight div img {
  width: 100%;
  height: 100%;
}

.honor {
  width: 100%;
  background: #ffffff;
  padding: 20px 0 40px 0;
}

.honorMain {
  width: 1200px;
  margin: 0 auto;
}

.honorNav a {
  display: inline-block;
  font-weight: bold;
  color: #000000;
  font-size: 20px;
  padding: 20px 0;
  margin-right: 20px;
}

.honorNav a:hover {
  color: #03b853;
  border-bottom: 4px solid #03b853;
}

.honorNav a.on {
  color: #03b853;
  border-bottom: 4px solid #03b853;
}

.honorContent {
  margin-top: 30px;
}

.honorContent ul li {
  float: left;
  margin-right: 52px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.honorContent ul li:last-child {
  margin-right: 0px;
}

.honorContent ul li a {
  display: block;
  width: 260px;
}

.honorContent ul li p {
  padding: 16px 0;
  color: #333333;
  font-size: 16px;
  text-align: center;
}

.honorContent ul li:hover p {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #03b853;
  border-bottom: 1px solid #03b853;
}

.honorContent ul li.on p {
  color: #03b853;
  border-bottom: 1px solid #03b853;
}

/* problem */
.problem {
  width: 100%;
  background: #F5F3F3;
  padding: 110px 0;
}

.problemMain {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

.problemMain .probLeft {
  float: left;
}

.probLeft {
  width: 682px;
  padding: 40px;
  background: #ffffff;
}

.newsTop .newsTopNav {
  float: left;
}

.newsTopNav a,
.newsTopNav span {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.newsTopNav a.on {
  color: #03b853;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.newsTopNav a:hover {
  color: #03b853;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.newsTop .newsMore {
  float: right;
}

.newsMain {
  margin-top: 20px;
}

.newsMain .newsImg {
  float: left;
}

.newsMain .newsText {
  float: right;
}

.newsMain .newsImg {
  width: 253px;
  height: 174px;
}

.newsMain .newsImg img {
  width: 100%;
  height: 100%;
}

.newsMain .newsText {
  width: 404px;
}

.newsMain .newsText .newsTitle {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  font-weight: bold;
}

.newsMain .newsText div {
  color: #666666;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0;
}

.newsMain .newsText .newsTime {
  text-align: right;
  color: #000000;
  font-size: 16px;
}

.newsUl li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dashed #dedede;
}

.newsUl li a p {
  width: 500px;
  float: left;
  background: url(../images/newsDot.png) no-repeat left center;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

}

.newsUl li a:hover p,
.newsUl li a:hover span {
  color: #03b853;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.newsUl li a span {
  float: right;
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.probRight {
  float: right;
  padding: 40px;
  background: #ffffff;
  width: 320px;
  height: 468px;
}

.probRight p {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.probList li a {
  display: block;
  color: #000000;
  padding: 30px 0 0px 12px;
  font-size: 16px;
  background: url(../images/probDot.png) no-repeat left 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.probList li a:hover {
  color: #03b853;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* bottom */
.bottom {
  width: 100%;
  background: url(../images/bBg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 60px 0;
}

.bottomMain {
  width: 1200px;
  margin: 0 auto;
}

.bottomMain>p {
  color: #ffffff;
  line-height: 40px;
  width: 656px;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.bottomMain>span {
  display: block;
  color: #ffffff;
  font-size: 12px;
  width: 756px;
  margin: 30px auto;
  text-align: center;
  line-height: 22px;
}

.bottomMain>div {
  width: 610px;
  margin: 0 auto;
}

.bottomMain>div img {
  float: left;
  margin-top: 10px;
}

.bottomMain>div span {
  color: #ffffff;
  font-size: 34px;
  float: left;

}
