.mouse-index {
    position:absolute;
    bottom: 40px;
    left: 50%;
    margin-left: 35px;
    width: 70px;
    z-index: 99;
}
.mouse {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translate(50%,0);
    transform: translate(-50%,0);
    -webkit-animation: scroll 1s infinite alternate;
    animation: scroll 1s infinite alternate;

}
.mouse-index p {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
@-webkit-keyframes scroll {
    100% {
      -webkit-transform: translate(-50%, 8px);
              transform: translate(-50%, 8px);
    }
  }
  @keyframes scroll {
    100% {
      -webkit-transform: translate(-50%, 8px);
              transform: translate(-50%, 8px);
    }
  }

  /* 首页122cc太阳集团简介 */
  .about-area.style-two {
    background: url(/template/images/about-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0 120px;
  }
  @media (max-width: 767px) {
    .about-area.style-two{
      padding-top: 1px;
    }
    .mouse-index {
      margin-left: -35px;
    }
    .display-12 {
      font-size: 2.3rem;
    }
    .section-main-title.about h2{
      text-align: center;
    }
    .section-heading span {
      color: #23222a;
    }
  }  
  .section-main-title.about h2 {
    margin-bottom: 20px;
}
.section-main-title h2 {
    font-size: 48px;
    color: #ff6b03;
    font-weight: 800;
    font-family: "Raleway";
    margin-bottom: 42px;
}
  .section-sub-title h4::before {
    position: absolute;
    content: "";
    width: 82px;
    height: 2px;
    background: #e98e05;
    left: 0;
    top: 50%;
}
  .section-sub-title h4 {
    font-size:19px;
    color:#e98e05;
    font-weight: 600;
    font-family:'Courier New', Courier, monospace;
    margin-bottom: 12px;
    padding: 0 95px;
    position: relative;
    display: inline-block;
  }
  .about-thumb img {
    transform: scale(1);
    transition: 8s cubic-bezier(.59,.5,.41,.92);
    /* width: 100%; */
  }
  .about-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
}
.Lifesafe-btn.about1 a {
  background: #ff6b03;
  border: 1px solid #ff6b03;
}

.Lifesafe-btn a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-family: "Raleway";
  background: #ff6b03;
  text-decoration: none;
  padding: 16px 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Lifesafe-btn a:hover:before {
  width: 100%;
}
.Lifesafe-btn a::before {
  position: absolute;
  content: '';
  top: 0;
  left: -30px;
  width: 0;
  height: 100%;
  background: #e98e05;
  transition: .5s;
  transform: skew(35deg,0deg) scale(1.7);
  z-index: -1;
  transition: .5s;
}
/* 头部四方块 */
.feature-area {
  padding: 90px 0 0;
}
.feature-single-box {
  filter: drop-shadow(0px 1px 25.5px rgba(0,0,0,0.11));
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 45px 20px 23px;
  top: 0;
  overflow: hidden;
  transition: all 500ms ease;
}
.feature-single-box1{
  background:url(/template/images/bg01.jpg) no-repeat ;
  background-size: cover;
}
.feature-single-box2{
  background:url(/template/images/bg02.jpg) no-repeat ;
  background-size: cover;
}
.feature-single-box3{
  background:url(/template/images/bg03.jpg) no-repeat ;
  background-size: cover;
}
.feature-single-box4{
  background:url(/template/images/bg04.jpg) no-repeat ;
  background-size: cover;
}
.feature-single-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #25826a;
  bottom: 0;
  left: 0;
  transition: all 500ms ease;
  z-index: -1;
}
.fetaure-icon img {
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.feature-content h4 {
  font-size: 24px;
  line-height: 24px;
  color: #23222a;
  font-weight: 700;
  margin: 33px 0 21px;
  transition: all 500ms linear;
}
.feature-content p {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  font-weight: 400;
  transition: all 500ms linear;
}
.feature-single-box:hover::before {
  height: 100%;
}

.feature-single-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff6b03;
  bottom: 0;
  left: 0;
  transition: all 500ms ease;
  z-index: -1;
}
.feature-single-box:hover .feature-content h4 {
  color: #FFF;
}
.feature-single-box:hover .feature-content p {
  color: #FFF;
}

.feature-single-box:hover .feature-shape {
  transform: translateX(0%);
  opacity: 1;
}
.feature-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 400ms;
  transform: translateX(100%);
  opacity: 0;
}
/* about */
.about-title {
  line-height:1.3;
  font-size:18px;
  color: #1158e7 !important;
}
.about-discription p{  
  display: flexbox;
  justify-content: space-between;
}
.Lifesafe-btn a {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* 新闻 news ======================================= */
.newslist a:hover {
  background: #ff6b03;
}
.newslist a:hover .newsbt, .newslist a:hover .newsms {
  color: #fff;
}
.newslist a:hover .newsmore {
  color: #fff;
  border-top: 1px solid #fff;
  background: url(/template/images/newsmoreh.png) no-repeat 99% center;
}
.newstj {
  position: relative;
  
}
.newsnrr {
  padding-left: 2.5%;
}
.newstjimg {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 973px;
  display: block;
}
.newstjimg img {
  transition: all 0.8s;
  width: 100%;
}
.newstj:hover .newstjbg {
  opacity: 0.3;
}

.newstjbg {
  position: absolute;
  background: -o-linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
  background: -moz-linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
  background: -webkit-linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
  background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
  width: 100%;
  height: 100%;
  left: 0;
  transition: all .5s ease;
  opacity: 1;
  top: 0;
}
.newstjinfo {
  position: absolute;
  left: 10%;
  bottom: 80px;
  width: 80%;
}
.newstjbt {
  font-size: 32px;
  color: #fff;
  line-height: 55px;
  margin: 50px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newstjmore {
  background: url(/template/images/index04.png) no-repeat 90% center #ff6b03;
  width: 215px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: left;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  border-radius: 40px;
  transition: all .5s ease;
}
.newslist .item {
  float: left;
  display: block;
  width: 48%;
  margin-bottom: 40px;
  background: #fff;
}
.newslist .item .newsimg {
  display: none;
}
.newslist .item:first-child .newsimg {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #ff6b03;
  position: relative;
  height: 336px;
}
.newslist .item:first-child .newsimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  transition: all .5s ease;
}
.newslist a:hover:first-child .newsimg img {
  transform: translate(-50%, -50%) scale(1.2);
  transition: all .5s ease;
}
.newsnrrinfo {
  margin: 40px 40px 20px 40px;
}
.newslist .newsbt {
  font-size: 20px;
  color: #262626;
  line-height: 36px;
  margin-bottom: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newslist .newsms {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}
.newslist .newsmore {
  margin-top: 20px;
  background:url(/template/images/newsmore.png) no-repeat 99% center;
  font-size: 16px;
  color: 666;
  border-top: 1px solid #cccccc;
  line-height: 60px;
}
.newslist .item:nth-child(2), .newslist .item:nth-child(3), .newslist .item:nth-child(5) {
  margin-left: 4%;
}
.ystit {
  margin-bottom: 25px;
}
.ystit h3 {
  width: 100%;
  overflow: hidden;
  font-size: 36px;
  font-weight: bold;
  color: #343434;
  line-height: 45px;
  text-align: center;
}
.ystit p {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #737373;
  line-height: 30px;
  text-align: center;
  margin-top: 19px;
}
.ystit hr {
  width: 100px;
  border: none;
  border-bottom: solid 1px #004ea2;
  margin: 43px auto 0;
}
.img-card {
  text-align: center;
}
.newstjdate span {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}
.newstjdate p {
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
img.articl-img {
  max-height: 363px;
}

@media (max-width: 767px){
  .newstj {
      display: none;
  }
  .newsnrr {
    padding: 0;
  }
}
@media (max-width: 1024px){
  .newslist .item {
    margin-bottom: 20px;
  }
  
}

@media (max-width: 1200px){
  .newslist .item {
    margin-bottom: 25px;
  }
}
@media (max-width: 414px){
  .newslist .item:nth-child(2), .newslist .item:nth-child(3), .newslist .item:nth-child(5) {
      margin-left: 0;
  }
  .newslist .item {
    width: 100%;
  }
}
@media (max-width: 500px){
  .newslist .newsbt {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .newslist .newsms {
    font-size: 12px;
    height: auto;
    line-height: 26px;
    -webkit-line-clamp: 1;
  }
  .newslist .newsmore {
    margin-top: 5px;
  }
  .newsnrrinfo {
    margin: 10px 10px 0 10px;
  }

  .ystit h3 {
    font-size: 20px;
  }
}

/* 首页四轮换 */
/* pro2------------------------------------------ */
.pro2{
	width:100%;
	overflow:hidden;
	margin-top:54px;
	margin-bottom:10px;
	}
.pro2 .proimg2{
	width:100%;
	height:800px;
	overflow:hidden;
	position:relative;
	}
.pro2>div>.owl-stage-outer>div > div> div > a > div > img {
  width: 100%;
  height: 100%;
}  
/* .pro2 .owl-carousel .owl-item:nth-child(1) .proimg2{
	background:url(/template/images/pro-dzdq.jpg) no-repeat top center;
	background-size:cover;
}
.pro2 .owl-carousel .owl-item:nth-child(2) .proimg2{
	background:url(/template/images/pro-dzdq.jpg) no-repeat top center;
	background-size:cover;
}
.pro2 .owl-carousel .owl-item:nth-child(3) .proimg2{
	background:url(/template/images/pro-dzdq.jpg) no-repeat top center;
	background-size:cover;
}
.pro2 .owl-carousel .owl-item:nth-child(4) .proimg2{
	background:url(/template/images/pro-dzdq.jpg) no-repeat top center;
	background-size:cover;
}
.pro2 .owl-carousel .owl-item:nth-child(5) .proimg2{
	background:url(/template/images/pro-dzdq.jpg) no-repeat top center;
	background-size:cover;
}
.pro2 .owl-carousel .owl-item:nth-child(6) .proimg2{
	background:url(/template/images/pro-dzdq.jpg) no-repeat top center;
	background-size:cover;
} */
.pro2 .proimg2 .img2{
	width:100%;
	height:auto;
	}
.proimg2 .probg2{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
	}
.proimg2 .probg2:first {
  background:none;
}  
.proimg2 .probg2 .proicon{
	width:100%;
	overflow:hidden;
	padding:0 32px;
	position:absolute;
	left:0;
	bottom:250px;
	}
.proimg2 .probg2 .probot{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	padding:16px 32px 22px 32px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.proimg2 .probg2 .probot h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	line-height:40px;
	margin:0 0 5px 0;
	}
.proimg2 .probg2 .probot p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-family:Arial;
	text-transform:uppercase;
	}
.proimg2 .probg2 .probot hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #fff;
	margin-top:47px;
	margin-bottom:0;
	}
.proimg2 .probg2 .promore2{
	width:137px;
	overflow:hidden;
	background:url(/template/images/icon11.png) no-repeat left bottom;
	font-size:16px;
	color:#004ea2;
	line-height:30px;
	padding-bottom:10px;
	opacity:0;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2{
	background:none;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .probot{
	background:#fff;
	bottom:0;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .probot h4{
	color:#343434;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .probot p{
	color:#a3a3a3;
	font-size:16px;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .promore2{
	opacity:1;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .proicon{
	opacity:0;
	}
.pro2 .owl-carousel .owl-item:hover{
	width:420px !important;
	}

@media screen and (max-width: 2560px) and (min-width: 1919px){
	.pro2 .owl-carousel .owl-item:hover{
		width:520px !important;
		}
	}
/* 加盟提交信息 =========================  */
.consultation-area {
  position: relative;
}
.consultation-area:after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.consultation-area:before, .consultation-area:after {
  background: rgba(0, 0, 0, 0) url(/template/images/21.jpg) repeat-x scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.bg-light {
  background: #F8F8F8;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-110 {
  padding-top: 110px;
}
.consultation-form {
  padding-right: 70px;
}
.consultation-form h3.sub-title {
  color: #5e5e5e;
  margin-bottom: 45px;
}
h3.sub-title {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 45px;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
}
h3.sub-title:before, h3.sub-title:after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.consultation-form h3.sub-title:before, .consultation-form h3.sub-title:after {
  background: #5e5e5e none repeat scroll 0 0;
}
h3.sub-title:after {
  bottom: -10px;
  position: absolute;
  width: 50px;
}

h3.sub-title:before, h3.sub-title:after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}
.consult-custom-row {
  margin-left: -10px;
  margin-right: -10px;
}
.consult-custom-row .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.consultation-form .form-box {
  margin-bottom: 20px;
}
.consultation-form input, .consultation-form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  box-shadow: none;
  color: #666666;
  font-size: 12px;
  height: 35px;
  padding-left: 10px;
  width: 100%;
}
.consultation-form textarea {
  height: 117px;
  margin-bottom: 30px;
  padding: 7px 10px;
}
.consultation-form .default-btn {
  border-radius: 0;
  padding: 7px 42px;
}
.default-btn {
  border: 0px;
  background: #ff6b03 none repeat scroll 0 0;
  border-radius: 11px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.default-btn:hover, .default-btn:focus, .default-btn:active {
  background-color: #313131;
  color: #fff;
}
@media (max-width: 767px){
  .consultation-area:after, .consultation-area:before {
      display: none;
  }
  .consultation-area .consultation-form {
    padding: 0 0 5px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pt-110 {
    padding-top: 50px;
  }
}
/* 首页企业荣誉============================================= */
.service-card:before {
  background:none;
}
/* 首页关于122cc太阳集团  ==================== */
.about-discription {
  text-align: justify;
}

/* 分页====================================== */
ul.pagination { display: block;}
ul.pagination li {display: inline-block;}

/* 一些优化 =================================== */
.triangle-4 { border-top: 40px solid #e98e05; border-right: 41px solid #e98e05;}
.banner-shape2 { display: none !important;}<!--耗时1754422279.4465秒-->