﻿@charset "utf-8";
*, :after, :before {
	
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}
html,body {
	line-height: 1.6;margin: 0;padding: 0;font-family: "微软雅黑"; font-weight:100;     overflow-x: hidden;
  
}
ul {
	list-style: none
}
a {
    text-decoration: none;
}
h3{ font-weight:normal}
.c-wrapper {
	width: 1176px;
	margin: 0 auto
}
/*预加载动画*/
	#loading{
		background-color: #336799;
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 999;
		margin-top: 0px;
		top: 0px;
	}
	#loading-center{
	margin: 20% auto;
    position: relative;
    text-align: center;
	}
	#loading-center-absolute {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 150px;
		width: 150px;
		margin-left: -75px;
	}
	.object{
		width: 20px;
		height: 20px;
		background-color: #FFF;
		float: left;
		margin-right: 20px;
		margin-top: 65px;
		-moz-border-radius: 50% 50% 50% 50%;
		-webkit-border-radius: 50% 50% 50% 50%;
		border-radius: 50% 50% 50% 50%;
	}

	#object_one {	
		-webkit-animation: object_one 1.5s infinite;
		animation: object_one 1.5s infinite;
		}
	#object_two {
		-webkit-animation: object_two 1.5s infinite;
		animation: object_two 1.5s infinite;
		-webkit-animation-delay: 0.25s; 
	    animation-delay: 0.25s;
		}
	#object_three {
	    -webkit-animation: object_three 1.5s infinite;
		animation: object_three 1.5s infinite;
		-webkit-animation-delay: 0.5s;
	    animation-delay: 0.5s;	
		}
	@-webkit-keyframes object_one {
	75% { -webkit-transform: scale(0); }
	}
	@keyframes object_one {

	  75% { 
	    transform: scale(0);
	    -webkit-transform: scale(0);
	  }
	}
	@-webkit-keyframes object_two {
	  75% { -webkit-transform: scale(0); }
	}
	@keyframes object_two {
	  75% { 
	    transform: scale(0);
	    -webkit-transform:  scale(0);
	  }
	}
	@-webkit-keyframes object_three {

	  75% { -webkit-transform: scale(0); }
	}
	@keyframes object_three {

	  75% { 
	    transform: scale(0);
	    -webkit-transform: scale(0);
	  } 
	}
/*顶部bar*/

.m-head {
	position: fixed;
	z-index: 99;
	width: 100%;
	min-width: 1176px
}
.m-head a {
	color: inherit;
	text-decoration: none
}
.m-head .m-head-nav {
	width: 100%;
	height: 110px;
	color: #fff;
	font-size: 14px
}
.nav-l {
	background:rgba(255, 255, 255, 0.8);
}
.m-head .m-head-nav ul {
	width: 1100px;
    height: 110px;
    margin: 0 auto;
}
.m-head .m-head-nav ul a {
	display: block;
	font-size:16px;
}
.m-head .m-head-nav ul li {
	float: left;
	height: 110px;
	line-height: 110px;
color:#000;
}

.m-head .m-head-nav ul .m-head-nav-logo {
	background:url(../images/logo.png) no-repeat center;
	margin-right: 20px;
    height: 110px;
    width: 300px;
    
}
.m-head .m-head-nav ul li a {
	padding: 0 20px
}
.m-head .m-head-nav ul li.active {
	color: #fc5916
}
.m-head .m-head-nav ul li:hover {
	color: #dc6034
}
.m-head .m-head-nav ul .m-head-nav-right {
	float: right;
	margin-left: 20px
}
.m-head .m-head-nav ul .m-head-nav-right a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	text-align: center;
	margin-top: 40px;
	float: left;
	background-color: #00baff;
	color: #fff;
	border-radius:10px;
}

/*轮播*/
.slider-container {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
  
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100vh;
 
}
.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../images/slider1.jpg");
}
.slide:nth-child(1) .slide__overlay-path {
  fill: #e99c7e;
}
@media (max-width: 991px) {
  .slide:nth-child(1) .slide__text {
    background-color: rgba(233, 156, 126, 0.8);
  }
}
.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url("../images/slider2.jpg");
}
.slide:nth-child(2) .slide__overlay-path {
  fill: #e1ccae;
}
@media (max-width: 991px) {
  .slide:nth-child(2) .slide__text {
    background-color: rgba(225, 204, 174, 0.8);
  }
}
.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../images/slider3.jpg");
}
.slide:nth-child(3) .slide__overlay-path {
  fill: #adc5cd;
}
@media (max-width: 991px) {
  .slide:nth-child(3) .slide__text {
    background-color: rgba(173, 197, 205, 0.8);
  }
}
/*联盟优势*/
.index-advantage {
	height:500px;
	width:100%;
	position:relative;
}
.index-advantage-title {
	height:210px;
	background:url(../images/ys-lm.jpg) no-repeat center;
	background-color:#FFF;
}
.index-advantage-main {
	height:230px;
	background-color:#FFF;
}
.index-advantage-main-p {
	margin:0 auto;
	height:130px;
	background:url(../images/ys-bj.jpg) no-repeat center;
}
.index-advantage-main li {
	float:left;
	width:33%;
}
.index-advantage-main li:hover img{
	-webkit-transform:rotatey(360deg);
	-moz-transform:rotatey(360deg);
	}
.index-advantage-main-l {
	position:relative;
	display: inline;
	float:left;
	left:235px;
	-webkit-transition:1s ease;
	-moz-transition:1s ease;
}
.index-advantage-main-m {
	position:relative;
	clear: both;
	display: block;
	margin:auto;
	-webkit-transition:1s ease;
	-moz-transition:1s ease;
}
.index-advantage-main-r {
	position:relative;
	display: inline;
	float:right;
	right:235px;
	-webkit-transition:1s ease;
	-moz-transition:1s ease;
}

.index-advantage-main-t {
	height:100px;
	margin:auto 0;
}
.index-advantage-main-t span {
	font-size:26px;
	text-align:center;
	line-height:70px;
}
.index-advantage-main-t-l {
	position:relative;
	display: inline;
	float:left;
	left:190px;
	height:100px;
	background:url(../images/ys-ty.png) no-repeat bottom;
}
.index-advantage-main-t-m {
	position:relative;
	clear: both;
	display: block;
	text-align:center;
	height:100px;
	background:url(../images/ys-ty.png) no-repeat bottom;
}
.index-advantage-main-t-r {
	position:relative;
	display: inline;
	float:right;
	right:190px;
	height:100px;
	background:url(../images/ys-ty.png) no-repeat bottom;
}
/*关于我们*/
#about {
	height:844px;
	background:url(../images/about-bj.jpg) no-repeat center;
}
.index-about {
	width:1100px;
	margin:0 auto;
	height: 700px;
}
.index-about-main {
	float:left;
	width:660px;
}
.index-about-title {
	z-index: 1;
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #333;
	font-weight:bold;
	text-align:left;
	margin-top: 90px;
 transition: .3s .1s;
 -webkit-transition: .3s .1s;
 -moz-transition: .3s;
 -ms-transition: .3s;
 -o-transition: .3s;
}
.index-about-us {
	display: block;
	width: 130px;
	height: 30px;
	margin-left:50px;
	color:#F63;
	font-size:24px;
}
.index-about .index-about-title:hover {
	transform:translateX(5px);
	-webkit-transform:translateX(5px);
	-moz-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-o-transform:translateX(5px);
}
.descrition {
	width:660px;
	padding: 70px 0px 30px 0px;
}
.descrition p {
	text-indent:2em;
	font-size: 16px;
	color: #333;
	line-height: 2.2;
	margin-bottom:20px;
}
.index-about-more {
	background:url(../images/about-more.png) no-repeat center;
	height: 70px;
	width: 120px;
	float: left;
	-webkit-transition: -webkit-transform 2s;
}
.index-about-more:hover .index-about-more-tltle {
	transform: rotate(360deg);
}
.index-about-more a {
	height:70px;
	line-height:70px;
	display:block;
}
.index-about-more-tltle {
	height:60px;
	font-size:16px;
	color:#FFF;
	margin-left: 25px;
	transition: transform 0.3s, opacity 0.3s;
}
.index-about-a {
	padding: 5px;
	height: 70px;
	position:absolute;
	width: 120px;
}
.index-about-icon {
	background:url(../img/icon.png) no-repeat center;
	position: absolute;
	right: 25px;
	top: 30px;
	display: block;
	width: 22px;
	height: 10px;
 transition: all .4s ease-in-out;
}
.index-about-more:hover .index-about-icon {
	right:15px;
}
.index-about-tu {
	background: url(../images/about-tu.jpg) no-repeat center;
	float: right;
	height: 500px;
	width: 400px;
}
.index-about-ms {
	height:144px;
	width:1100px;
	margin:0 auto;
}
.index-about-ms img {
	position:absolute;
	left:50%;
	margin-top:42px;
	animation: myfirst 2s infinite;
}
@keyframes myfirst {
            0% {
                transform: translate(0px, 0px);
            }
            50% {
                transform: translate(0px, -10px);
            }
            100% {
                transform: translate(0px, 0px);
            }
        }
/*最新动态*/
.index-news {
	background:url(../images/news-bg.jpg) no-repeat center;
	color:#FFF;
}
.index-news-con {
	width:1100px;
	height:675px;
	margin:0 auto;
}
.index-news-left {
	width:600px;
	height:670px;
	float:left;
}
.index-news-title {
	height:140px;
	width:260px;
	float:left;
}
.index-news-title-l {
	float:left;
	height:50px;
	width:120px;
	margin: 45px 0px 45px 0px;
	border-right:#FFF 1px solid;
}
.index-news-title-l h3 {
	font-size:26px;
	text-align:left;
	line-height:30px;
}
.index-news-title-l p {
	font-size:16px;
	line-height:20px;
}
.index-news-title-r {
	float:right;
	height:50px;
	margin: 45px 0px 45px 0px;
}
.index-news-title-r p {
	font-size:14px;
	line-height:50px;
}
.index-news-main {
	height:440px;
	margin-top:140px;
	border-right:#FFF 1px dashed;
}
.index-news-main-bg {
	height:320px;
	width:570px;
	background:url(../images/news-tu.jpg) no-repeat center;
}
.index-news-main-con {
width:570px;
height:120px;
}
.index-news-main-left {
	position:relative;
	font:normal 12px/22px 宋体;
	width:570px;
height:120px;
}
.index-news-main-left .hd {
	overflow:hidden;
	height:120px;
	float:right;
	width:160px;
}
.index-news-main-left .hd .prev {
	display:block;
	width:24px;
	height:21px;
	float:right;
	margin-right:15px;
	margin-top:50px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/arrow-l.png) no-repeat;
}
.index-news-main-left .hd .next {
	display:block;
	width:24px;
	height:21px;
	float:right;
	margin-right:15px;
	margin-top:50px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/arrow-r.png) no-repeat;
}
.index-news-main-left .hd .pageState {
	display:block;
	font-size:30px;
	margin-top:50px;
}
.index-news-main-left .hd .prevStop {
	background-position:-60px 0;
}
.index-news-main-left .hd .nextStop {
	background-position:-60px -50px;
}
.index-news-main-left .bd {
	width:410px;
	height:120px;
	overflow:hidden;
}
.index-news-main-left .bd a {
	width:410px;
	text-decoration:none;
	height:120px;
	color:#fff;
}

.index-news-main-left .bd ul li {
	margin-right:20px;
	float:left;
	height: 120px;
    line-height: 60px;
	text-align:left;
	_display:inline;
}
.index-news-main-left .bd ul li h3 {
	font-size:20px;
	margin-top:30px;
	height:50px;
	overflow:hidden;
	
}
.index-news-main-left .con {
	margin-top:10px;
	font-size:16px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.index-news-right {
	width:500px;
	float:right;
	height:670px;
}
.index-news-more {
	background:url(../images/about-more.png) no-repeat center;
	height: 70px;
	width: 120px;
	float: right;
	margin-top:20px;
}
.index-news-more a{
	display:block;
	height:70px;
	width:120px;
	}
.index-news-more-a {
	padding: 5px;
	height: 70px;
	position: absolute;
	width: 120px;
	color:#FFF;
}
.index-news-more-tltle {
	text-align:center;
	line-height:3.5em;
	font-size: 18px;
}
.index-news-right-main {
	margin-left:20px;
	height:440px;
	margin-top:140px;
}
.index-news-right-main .con {
	height:88px;
}
.index-news-right-main li {
	height:88px;
	line-height: 88px;
}
.index-news-time {
	width:130px;
	float:left;
	height:88px;
}
.index-news-time h3 {
	font-size:18px;
	text-align:center;
}
.index-news-list {
	float:right;
	width:348px;
	height:88px;
}
.index-news-list a {
	text-decoration:none;
	color:#FFF;
}
.index-news-list h3 {
	font-size:18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-right-main .con:hover .index-news-list h3{
position: absolute;
}
.index-news-right-main .con:hover  {
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8), 0 0px 10px rgba(255, 255, 255, 0.8), 0 0 0 rgba(255, 255, 255, 0.8);;
    
}
.index-news-right-main .con:hover .index-news-list h3  {
	    color:#C63;
}
/*合作案例*/
.index-case {
	height:670px;
}
.index-case-tltle {
	height:230px;
	background:url(../images/hzan-lm.jpg) no-repeat center;
	background-color:#FFF;
}
.index-case-list {
	overflow:hidden;
	position:relative;
	width:1270px;
}
.index-case-list .hd {
    height: 48px;
    width: 1270px;
    position: absolute;
    margin: 0 auto;
    margin-top: 114px;
}
.index-case-list .hd .prev{
	display:block;
	width:48px;
	height:48px;
	float:left;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/hzjt1.png) no-repeat;
}
.index-case-list .hd .next {
		display:block;
	width:48px;
	height:48px;
	float:right;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/hzjt2.png) no-repeat;
}
.index-case-list .bd {
	margin: 0 auto;
	overflow:hidden;
	width:1100px;
}
.index-case-list .bd ul {
	overflow:hidden;
	zoom:1;
	width:220px;
	float:left;
	_display:inline;
}
.index-case-list .bd ul li {
	margin:8px 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.index-case-list .bd ul li .pic {
	text-align:center;
}
.index-case-list .bd ul li .pic img {
	width:205px;
	height:118px;
	display:block;
	padding:2px;
	border:1px solid #ccc;
	box-shadow: inset 0px -1px 0px 0px #CCC;
	
}
.index-case-list .bd ul li .pic:hover img {
	border-color:#C63;
}
.index-case-url{
	height:172px;
	width:1100px;
	margin:0 auto;
	}
.index-case-url-title{
	margin-top:20px;
	padding:10px;
	}
.index-case-url-title h3{
	font-size:20px;
	color:#C60;
	font-weight: 100;
	}
.index-case-url-main{
	height:100px;
	padding:10px;
	}
.index-case-url-main a{
	text-decoration:none;
	display: inline-block;
    font-size: 14px;
    color: #73777a;
    margin-right: 10px;
    margin-top: 10px;
    transition: color .3s;
	}
.index-case-url-main a:hover{
	color:#C93;
}
/*底部*/
.index-footer{
	height:550px;
	background:url(../images/foot-bg.jpg) no-repeat center;
	}
.index-footer-main{
	width:1100px;
	margin:0 auto;
	}
.index-footer-back{
    position: absolute;
    width: 150px;
    height: 75px;
    background: #FFF;
    border-radius: 0 0 150px 150px;
    left: 45%;
    margin-top: -20px;
	cursor:pointer;
}
.index-footer-back h3{
	display:block;
    font-size: 25px;
    color: #F60;
    text-align: center;
    margin-top: 20px;
    
    height: 55px;
}
.index-footer-phone{
	height: 300px;
    width: 1100px;
    margin: 0 auto;
    border-bottom: #FFF solid 1px;
    margin-top: 134px;
    position: absolute;
	
	}
.index-footer-phone-box{
	width:240px;
	float:left;
	height:140px;
	border-right:1px solid #ccc;
	}
.index-footer-phone-box a{
	color:#FFF;
	}
.index-footer-phone-one, .index-footer-phone-two{
	color:#FFF;
	}
.index-footer-phone-one h3{
	font-size:20px;
	
	margin-bottom:30px;
	}
.index-footer-phone-two h3{
	font-size:20px;
	
	margin-bottom:30px;
	margin-left:50px;
	}
.index-footer-phone-one p{
	height:30px;
	font-size:18px;
	
	text-indent:40px;
	margin-bottom:10px;
	}
.index-footer-phone-two p{
	height:30px;
	font-size:18px;
	
	text-indent:40px;
	margin-bottom:10px;
	margin-left:50px;
	background:url(../images/qq.png) no-repeat left;
	}
.index-footer-add{
	background:url(../images/add.png) no-repeat left;
	}
.index-footer-iphone{
	background:url(../images/phone.png) no-repeat left;
	}
.index-footer-QR{
	width:280px;
	height:200px;
	color:#FFF;
	float:right;
	}
.index-footer-QR h3{
	font-size:20px;
	
	margin-bottom:20px;
	}
.index-footer-QR img{
	margin-right:10px;
	}
.index-footer-QR p{
	width:140px;
	float:left;
	}
.index-footer-nav{
    width: 1100px;
    height: 80px;
    bottom: 0px;
    position: absolute;
	}
.index-footer-nav a{
	cursor:pointer;
	display:block;
	text-decoration:none;
	color:#FFF;
	}
.index-footer-nav li{
	color:#FFF;
	width:120px;
	float:left;
	line-height:80px;
	}
.index-footer-nav-line{
	height: 20px;
    float: left;
    border-right: 2px solid #FFF;
    margin-top: 30px;
    margin-right: 50px;
	}
.index-footer-copyright{
    text-align: left;
    margin: 10px 0px 10px 0px;
    color: #FFF;
    font-size: 15px;
    position: absolute;
    margin-top: 450px;
	}