@charset "utf-8";
html{font: 14px 'Microsoft Yahei',arial;} 
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 300ms ease-in-out;}
a:hover{text-decoration: none;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
h1,h2,h3,h4,h5{font-weight: normal;}
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
 html, body {
    position: relative;
    height: 100%;
}
body {
    font: 14px 'Microsoft Yahei',arial;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-h .slide1,
.swiper-container-h .slide2,
.swiper-container-h .slide3,
.swiper-container-h .slide4,
.swiper-container-h .slide5,
.swiper-container-h .slide6{
	overflow: hidden;
}
/*导航栏*/
.thyNavStyle{
	color:#0085ce !important;
}
.swiper-container-banner .swiper-slide a{
	display: block;
	width:100%;
	height: 100%;
}
.header{
	width:100%;
	position: fixed;
	background: #fff;
	top:0;
	left:0;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	z-index: 100;
	box-sizing: initial;
	-webkit-box-sizing: initial;
}

.header .wrapper{
	position: relative;
	height: 110px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.header .wrapper .top-tel{
	position: absolute;
	top:13px;
	right:0;
}
.header .wrapper .top-tel p{
	float: left;
	font-size: 14px;
	color:#0084ce;
	line-height: 29px;
	padding-left: 28px;
	background: url(../Image/top-tel-bg.png) no-repeat left center;
	margin-right: 40px;
}
.header .wrapper .top-tel p span{
	font-weight: 700;
}
.header .wrapper .top-tel a{
	display: block;
	float: left;
	width:25px;
	line-height: 23px;
	font-size: 14px;
	color:#999;
	border:1px solid #999;
	border-radius: 50%;
	text-align: center;
}
.header .wrapper .top-tel a.active{
	color:#0084ce;
	border:1px solid #0084ce;
}
.header .wrapper .top-tel a:hover{
	color:#0084ce;
	border:1px solid #0084ce;
}
.header .wrapper .top-tel a:nth-child(2){
	margin-right: 15px;
}
.header .logo{
	position: absolute;
	left:0px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.header .nav{
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.header .nav>ul>li>a {
	font-size: 14px;
	color:#999;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	line-height: 110px;
}
.header .nav>ul>li{
	margin-left: 45px;
	float: left;
	text-align: center;
	position: relative;
	transition: all 1000ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.header .nav>ul>li:first-child{
	margin-left: 0;
}
.header .nav>ul>li:after{
	display: block;
	content:"&";
	color:#d7d7d7;
	font-size: 12px;
	position: absolute;
	top:50%;
	right:-28px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.header .nav>ul>li:last-child:after{
	display: none;
}
.header .nav ul li .erji{
	width:130%;
	padding:0 10px;
	background: #fff;
	position: absolute;
	top:150px;
	left:50%;
	z-index: 100;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    border-radius: 10px;
    box-shadow: 0 0 10px #808080;
   	opacity: 0;
   	visibility: hidden;
}
.header .nav ul li .erji a{
	display: block;
	font-size: 12px;
	height: 25px;
	overflow: hidden;
	color:#999;
	text-align: center;
	padding:5px 0;
	border-bottom: 1px dashed #eee;
}
.header .nav ul li .erji a:last-child{
	border-bottom: none;
}
.header .nav ul li .erji a:hover{
	color:#0086cf;
}
.header .nav ul li .erji:before{
	display: block;
	content:"";
	position: absolute;
	width: 0; 
	height: 0; 
	top:-7px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent; 
	border-bottom:7px solid #0086cf; 
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    transform-origin:50% 50%;
}
.header .nav>ul>li:hover>a{
	color:#0085ce;
}
.header .nav>ul>li:hover .erji{
	top:80px;
	opacity: 1;
	visibility: visible;
}


.btnActive {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;

}

/*首页轮播2动画*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay:0.3s;
  -webkit-animation-delay:0.3s;
}
.fadeInLeft2{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
.fadeInLeft3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay:0.9s;
  -webkit-animation-delay:0.9s;
}
.fadeInLeft4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}
.fadeInLeft5 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay:1.5s;
  -webkit-animation-delay:1.5s;
}
/*首页轮播2动画结束*/

@keyframes p_move{
    from{
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
    to{
        transform: translate(0,20px);
        -webkit-transform: translate(0,20px);
    }
}
@-webkit-keyframes p_move{
    from{
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
    to{
        transform: translate(0,20px);
        -webkit-transform: translate(0,20px);
    }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay:0.3s;
  -webkit-animation-delay:0.3s;
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}

.xia{
    width: 54px;
    height: 54px;
    text-indent: -999em;
    background:url("../Image/xia.png") no-repeat center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 60px;
    z-index: 6;
    animation: p_move 1000ms ease-in-out infinite alternate;
}
/*slide1*/
.slide1{
	height: 100%;
	position: relative;
}
.slide1 .wrapper{
	position: absolute;
	height: 100%;
}
.slide1 .swiper-slide1{
	background: url("../Image/slide1.jpg") center center / cover no-repeat;
	height: 100%;
	width:100%;
	position: relative;
	/* transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important; */
	transition: all 1000ms linear;
	-webkit-transform: all 1000ms linear;
}
.slide1 .swiper-slide2{
	background: url("../Image/slide2.jpg") center center / cover no-repeat;
	height: 100%;
	width:100%;
	position: relative;
	/* transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important; */
	transition: all 1000ms linear;
	-webkit-transform: all 1000ms linear;
}
.slide1 .swiper-slide3{
	background: url("../Image/slide3.jpg") center center / cover no-repeat;
	height: 100%;
	width:100%;
	position: relative;
	/* transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important; */
	transition: all 1000ms linear;
	-webkit-transform: all 1000ms linear;
}
/*slide2*/
.slide2{
	height: 100%;
	position: relative;
	background:#0084ce; /* 一些不支持背景渐变的浏览器 */
	background:-moz-linear-gradient(#fff,rgba(94,164,209,1));
	background:-webkit-linear-gradient(#fff,rgba(94,164,209,1));
	background :-o-linear-gradient(#fff,rgba(94,164,209,1));
}
.slide2 .wrapper{
	margin-top: 37px;
}
.titlebox{
	margin:0 auto;
	width:572px;
	opacity: 0;
	transition: all 1000ms linear;
	-webkit-transform: all 1000ms linear;
	background: url(../Image/titlebox-bg.png) no-repeat center;
	margin-bottom: 35px;
}
.titleboxmove{
	opacity: 1!important;
}
.titlebox p{
	font-size: 28px;
	color:#333;
	letter-spacing: 3px;
	text-align: center;
	font-weight: 700;
}
.titlebox p span{
	color:#0085cf;
}
.titlebox .samll{
	display: block;
	font-size: 12px;
	color:#666;
	letter-spacing: 7px;
	text-align: center;
}
.titlebox .samll:nth-of-type(1){
	margin-top: 15px;
}
.titlebox .samll:nth-of-type(2){
	margin-top: 5px;
}
.slide2 .com_con{
	width:1200px;
}
.slide2 .com_con p{
	font-size: 14px;
	color:#666;
	text-align: center;
}
.slide2 .com_con p:nth-child(-n+3){
	margin-bottom: 25px;
}
.slide2 .about-a{
	display: block;
	float: right;
	font-size: 14px;
	color:#0086cf;
	line-height: 40px;
	overflow: hidden;
	width:300px;
	text-align: center;
	position: relative;
	z-index: 5;
	margin-top: 30px;
}
.slide2 .about-a:before{
	position: absolute;
    content: '';
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #0084ce;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.slide2 .about-a:hover{
	color:#fff;
}
.slide2 .about-a:hover:before {
    height: 295%;
    opacity: 1;
}
.slide2 .rongyu{
	width:100%;
	height: 305px;
	background: url(../Image/com-img.png) no-repeat center;
}
.slide2 .rongyu .r-left{
	float: left;
	width:400px;
	margin-top: 47px;
	position: relative;
}
.slide2 .rongyu .r-right{
	float: right;
}
.swiper-container-rongyu .swiper-slide{
	background: none;
}
.swiper-container-rongyu .swiper-slide a{
	display: block;
	width:100%;
	height: 100%;
}
.swiper-container-rongyu .swiper-slide .pic{
	width:100%;
	height: 205px;
	position: relative;
}
.swiper-container-rongyu .swiper-slide .pic img{
	position: absolute;
	max-width:100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.swiper-button-prev-rongyu{
	width:16px;
	height: 35px;
	background: url(../Image/rongyu-left.png) no-repeat center;
	left:-10px;
}
.swiper-button-next-rongyu{
	width:16px;
	height: 35px;
	background: url(../Image/rongyu-right.png) no-repeat center;
	right:-10px;
}
/*底部波浪*/
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:100%;
    height: 219px;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
/*slide3*/
.slide3{
	height: 100%;
	position: relative;
}
.slide3 .wrapper{
	position: relative;
	margin-top: 73px;
}
/*手风琴*/
.dh ul{position: relative;overflow: hidden;width: 1200px;height: 510px;margin-top: 70px;}
.dh ul li{float: left;width: 240px;overflow: hidden;height: 100%;position: relative;cursor: pointer;margin-right: 20px;}
.dh ul li:last-child{
	margin-right: 0;
}
.dh ul li a img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.dh ul li a{display: block;width: 100%;height: 100%;}
.dh ul li .layer{position: absolute;bottom: 0;left: 0;width: 100%;background:rgba(27,29,36,0.4);height: 100%;overflow: hidden;}
.dh ul li .layer .p1{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width:100%;
}
.dh ul li .layer .p1 .yy-bg{
	width:40px;
	height: 43px;
	margin:0 auto;
}
.dh ul li:nth-child(1) .yy-bg{
	background: url(../Image/yy4.png) no-repeat center;
}
.dh ul li:nth-child(2) .yy-bg{
	background: url(../Image/yy3.png) no-repeat center;
}
.dh ul li:nth-child(3) .yy-bg{
	background: url(../Image/yy2.png) no-repeat center;
}
.dh ul li:nth-child(4) .yy-bg{
	background: url(../Image/yy1.png) no-repeat center;
}
.dh ul li .layer .p2{position: absolute;bottom: 5px;right: -200%;display: none;}
.dh ul li .layer .p2 b,.dh ul li .layer .p2 span{display: block;font-weight: bold;font-size: 20px;}
.dh ul li .layer .p1 b,.dh ul li .layer .p1 span{
	display: block;
	color:#fff;
	text-align: center;
	margin-top: 10px;
}
.dh ul li .layer .p1 .col1{
	font-size: 20px;
	font-weight:700;
}
.dh ul li .layer .p1 .col2{
	font-size: 14px;
	margin:10px 0 20px 0;
	text-transform: uppercase;
}
.dh ul li .layer .p1 .col3{
	font-size: 14px;
}
.layer-hover{
	position: absolute;
	width:100%;
	left:50%;
	top:-100%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background:url("../Image/layerbg.png") no-repeat center;
	height: 198px;
}
.layer-hover a{
	display: block;
}
.layer-hover .yy-bg{
	display: block;
	width:40px;
	height: 43px;
	margin:0 auto;
}
.layer-hover .col1{
	display: block;
	color:#fff;
	text-align: center;
	font-size: 20px;
	font-weight:700;
	margin-top: 10px;
}
.layer-hover .col2{
	display: block;
	color:#fff;
	text-align: center;
	font-size: 14px;
	margin:10px 0 20px 0;
	text-transform: uppercase;
}
.layer-hover .col3{
	display: block;
	color:#fff;
	text-align: center;
	font-size: 14px;
}
.dh ul li.curr{}
.abox{
	position: absolute;
	bottom:-100%;
	left:0;
	width:100%;
	background: #fff;
	height: 250px;
	padding:30px 25px;
	border:1px solid #d2d2d2;
	border-top: none;

}
.abox .abox-con{
	font-size: 14px;
	color:#666;
	line-height: 25px;
}
.abox .yinyong-a{
	display: block ;
	position: relative;
	width:225px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	color:#0086cf;
	border:1px solid #0086cf;
	margin:0 auto;
	z-index: 5;
	overflow: hidden;
	font-size: 14px;
	margin-top:31px;
}
.abox .yinyong-a:before{
	position: absolute;
    content: '';
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #0086cf;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.abox .yinyong-a:hover:before{
	height: 295%;
    opacity: 1;
}
.abox .yinyong-a:hover{
	color:#fff;
}
/*slide4*/
.slide4{
	height: 100%;
	position: relative;
	background: url("../Image/slide4.jpg") center center / cover no-repeat;
}
.slide4 .wrapper{
	position: relative;
	margin-top: 75px;
}
.slide4 .content{
	width:1200px;
	height: 566px;
	background: url(../Image/probg.png) repeat;
	border-radius: 8px;
	padding:15px;
}
.slide4 .content .innerbox{
	width:100%;
	height: 100%;
	background: #fff;
	border-radius: 8px;
}
.slide4 .content .innerbox ul li{
	float: left;
	margin-left: 18px;
	margin-top: 18px;
}
.slide4 .content .innerbox ul li a{
	display: block;
}
.slide4 .content .innerbox ul li a .pic{
	width:270px;
	height: 214px;
	border:1px solid #dcdcdc;
	overflow: hidden;
	position: relative;
}
.slide4 .content .innerbox ul li a p{
	font-size: 14px;
	color:#666;
	margin-top: 10px;
}
.slide4 .content .innerbox ul li a .pic img{
	max-width:100%;
	max-height: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.slide4 .content .innerbox ul li:hover a .pic img{
	transform:translate(-50%,-50%) scale(1.05);
	-webkit-transform:translate(-50%,-50%) scale(1.05);
}
/*slide5*/
.slide5{
	height: 100%;
}
.slide5 .wrapper{
	margin-top: 75px;
}
.slide5 .anlibox{
	position: relative;
}
.slide5 .s-box{
	float: right;
	width:218px;
	height: 218px;
	overflow: hidden;
}
.list-box.list-boxsec{
	background: url(../Image/listsecbg.png) no-repeat left center;
}
.slide5 .s-box.shdow{
	box-shadow: 0px 0px 13px #e2e2e2;
	background: #fff;
	padding:0 30px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.slide5 .s-box.shdow:hover{
	box-shadow: 0px 0px 13px #0084ce;
}
.slide5 .s-box.shdow img{
	margin:0 auto;
	margin-bottom: 20px;
	margin-top: 50px;
}
.slide5 .s-box.four img{
	margin-top: 67px;
}
.slide5 .s-box.shdow p{
	font-size: 14px;
	color:#666;
	line-height: 30px;
}
.slide5 .t-box{
	position: absolute;
	left:0;
	top:27px;
	width:325px;
	text-align: left;
	opacity: 0;
	transition: all 1000ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
}
.slide5 .t-box p:nth-child(1){
	font-size: 28px;
	color:#0183ce;
	font-weight: 700;
}
.slide5 .t-box p:nth-child(2){
	font-size: 16px;
	color:#0183ce;
	font-weight: 200;
	line-height: 25px;
	margin-top: 20px;
}
/*slide6*/
.slide6{
	height: 100%;
	position: relative;
}
.slide6 .wrapper{
	margin-top: 20px;
}
.slide6 .content{
	position: relative;
}
.slide6 .swiper-container-hezuo .swiper-slide a{
	display: block;
	width:100%;
}
.slide6 .swiper-container-hezuo .pic{
	width:100%;
	height: 170px;
	border:1px solid #e5e5e5;
	overflow: hidden;
	position: relative;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.slide6 .swiper-container-hezuo .pic img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.slide6 .swiper-container-hezuo .swiper-slide:hover a .pic img{
	transform: scale(1.05) translate(-50%,-50%);
	-webkit-transform: scale(1.05) translate(-50%,-50%);
}
.slide6 .swiper-container-hezuo .swiper-slide:hover a .pic{
	border:1px solid #0085cf;
}
.swiper-button-next-hezuo{
	width:20px;
	height: 43px;
	background: url(../Image/hezuo-right.png) no-repeat center;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    right:-30px;
}
.swiper-button-prev-hezuo{
	width:20px;
	height: 43px;
	background: url(../Image/hezuo-left.png) no-repeat center;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    left:-30px;
}
.swiper-button-next-hezuo:hover{
	background: url(../Image/hezuo-right1.png) no-repeat center;
}
.swiper-button-prev-hezuo:hover{
	background: url(../Image/hezuo-left1.png) no-repeat center;
}
/*slide7*/
.slide7{
	height: 100%;
	position: relative;
	background: url("../Image/slide7.jpg") center center / cover no-repeat;
}
.slide7 .wrapper{
	margin-top: 50px;
}

.slide7 .news-left{
	float: left;
	width:50%;
}
.slide7 .news-left .n-list{
	padding:25px 0 25px 65px;
	border-bottom:1px solid #fff;
	height: 91px;
}
.slide7 .news-left .biaobox{
	line-height: 50px;
	background: #0086cf;
	text-align: center;
	font-size: 16px;
	color:#fff;
}
.slide7 .news-leftsec{
	background: url(../Image/newsbg2.png) repeat;
}
.slide7 .news-leftsec .n-list{
	padding:0;
	border-bottom: none;
}
.slide7 .news-leftsec .n-list .title{
	padding:0 45px;
	border-bottom: 1px dashed #fff;
	line-height: 91px;
	font-size: 16px;
	color:#666;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.slide7 .news-leftsec .n-list:hover .title{
	color:#0086cf;
	font-weight: 700;
}
.slide7 .news-leftsec .biaobox{
	background: #444;
}
.slide7 .news-left .time{
	float: left;
	width:40px;
	line-height: 40px;
	background: #999;
	text-align: center;
	font-size: 16px;
	color:#fff;
	font-weight: 700;
	letter-spacing: 2px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.slide7 .news-left .n-list:hover .time{
	background: #0086cf;
}
.slide7 .news-left .text{
	float: left;
	width:488px;
	text-align: left;
	padding-left: 25px;
	position: relative;
}
.slide7 .news-left .text .jiantou{
	position: absolute;
	width:0;
	height: 14px;
	background: url(../Image/news-img.png) no-repeat center;
	right: 58px;
    top: 46%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    overflow: hidden;
}
.slide7 .news-left .n-list:hover .text .jiantou{
	width:89px;
}
.slide7 .news-left .text .title{
	font-size: 16px;
	color:#666;
	font-weight: 700;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.slide7 .news-left .n-list:hover .text .title{
	color:#0086cf;
}

.slide7 .news-left .text .con{
	font-size: 14px;
	color:#999;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.slide7 .news-left .n-list:hover .text .con{
	color:#666;
}
/*slide8*/
.slide8{
	position: relative;
}
.slide8 .wrapper{
	margin-top: 50px;
}
.slide8 .content{
	width:100%;
	height: 481px;
	background: url(../Image/contact-bg.png) no-repeat center;
	position: relative;
}
.slide8 .c-left{
	float: left;
	width:420px;
	height: 100%;
	background: url(../Image/zuo.png) no-repeat left center;
	padding-top: 53px;
}
.slide8 .c-left .c-list{
	text-align: left;
	padding-left: 49px;
}
.slide8 .c-left .c-list:nth-child(2){
	margin-top: 63px;
}
.slide8 .c-left .c-list:nth-child(3){
	margin-top: 63px;
}
.slide8 .c-left .c-list:nth-child(4){
	margin-top: 65px;
}
.slide8 .c-left .c-list p:nth-child(1){
	font-size:20px;
	color:#666;
}
.slide8 .c-left .c-list p:nth-child(2){
	font-size:16px;
	color:#999;
}
.slide8 .c-right{
	width:390px;
	text-align: left;
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide8 .c-right .top p{
	float: left;
	width:50%;
	font-size: 15px;
	color:#666;
	margin-bottom: 40px;
}
.slide8 .c-right p{
	font-size: 16px;
	color:#666;
}
.slide8 .erbox{
	position: absolute;
	top:48%;
	left:51%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.slide8 .erbox img{
	width:195px;
}
.last{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	line-height: 40px;
	z-index: 20;
}
.last-left{
	float: left;
}
.last-center{
	float: left;
}
.last-center ul{
	margin-top: 10px;
}
.last-center ul li{
	float:left;
	padding:5px 20px;

}
.last-center ul li a{
	display: block;
	color:#fff;
	font:12px 'Microsoft YaHei';
}
.last-center p{
	font:12px 'Microsoft YaHei';
	color:#fff;
	line-height: 40px;
}
.last-right{
	position: inherit;
	float: right;
}
.last-right a{
	font:12px 'Microsoft YaHei';
	color:#fff;
	line-height: 40px;
}
/*footer*/
.footer-ul{
	width:100%;
	height: 215px;
	background: url("../Image/footer-ul-bg.jpg") no-repeat center;
	padding-top: 55px;
}
.footer-ul ul li{
	float: left;
	position: relative;
}
.footer-ul ul>li>a{
	display: block;
	width:150px;
	text-align: center;
	font-size: 16px;
	color:#666;
	font-weight: 700;
}
.footer-ul ul li .e{
	position: absolute;
	width:100%;
	top:25px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.footer-ul ul li .e a{
	display: block;
	font-size: 14px;
	color:#999;
	text-align: center;
	padding:5px 0;
}
.footer-ul ul>li:first-child>a{
	text-align: left;
}
.footer-ul ul>li:last-child>a{
	text-align: right;
}
.footer{
	width:100%;
	background: #999  url("../Image/footer-bg.png") no-repeat center;
	padding:50px 0;
}
.footer .f-left{
	float: left;
}
.footer .f-right{
	float: right;
	margin-top: 28px;
}
.footer .f-left p{
	font-size: 16px;
	color:#fff;
	padding:3px 0;
}
.footer .f-left p.lianxi-us{
	font-size: 30px;
	margin-bottom: 20px;
	padding:0;
}
.footer .f-right .boxfir{
	float: left;
	width:160px;
	height: 160px;
	border:1px solid #fff;
	text-align: center;
	padding-top: 27px;
}
.footer .f-right .boxfir p{
	font-size: 22px;
	color:#fff;
}
.footer .f-right .boxfir img{
	margin:0 auto;
	margin-top: 10px;
}
.footer .f-right .boxsec{
	float: left;
	width:160px;
	height: 160px;
}
.footer .f-right .boxsec img{
	width:100%;
}
.footer-last{
	width:100%;
	line-height: 40px;
}
.last-left{
	float: left;
}
.last-left img{
	max-height: 85px;
	max-width: 85px;
}
.last-center{
	float: left;
}
.last-center ul{
	margin-top: 10px;
}
.last-center ul li{
	float:left;
	padding:5px 20px;

}
.last-center ul li a{
	display: block;
	color:#666;
	font:12px 'Microsoft YaHei';
}
.last-center p{
	font:12px 'Microsoft YaHei';
	color:#666;
	line-height: 40px;
}
.last-center p a{
	color:#666;
}
.last-right{
	position: inherit;
	float: right;
}
.last-right a{
	font:12px 'Microsoft YaHei';
	color:#666;
	line-height: 40px;
}
.headersec{
	background:#fff !important;
	border-bottom:1px solid #ededed !important;
	border-top:6px solid #1e3cbd !important;
	box-shadow:0 0 10px #808080 !important;
	position: static!important;
}
.headersec .wrapper{
	border-top:none !important;
	height:94px !important;
}
#navfir{
	display: block!important;
}
#navsec{
	display: none!important;
}
.n-list-conttent{
	height: 288px;
}
.slide4 .last p{
	color:#fff;
}
.slide4 .last p a{
	color:#fff;
}
.slide4 .last-right a{
	color:#fff;
}

