﻿@charset "utf-8";


/*头部*/
.heads{
	padding-top:60px;
	position: relative;
	z-index: 20;
}
.top_logo{
	width: 162px;
	height: 67px;
	float: left;
	margin-left: 120px;
	background: url(../images/top_logo.png) center no-repeat; 
}
.top_logo a{
	display: block;
	width: 100%;
	height: 100%;
}

.head_nav{
	float: right;
	margin-right:90px;
}
.head_nav li{
	margin: 0 20px;
	float: left;
	font-size: 20px;
	color: #fff;
}
.head_nav li a{
	color: #fff;
}
.head_nav li:hover a{
	color:#16eefc;
}
.head_nav li.on a{
	color:#16eefc;
}

.head_nav .language{
	margin: 0 20px;
	font-size: 18px;
	float: left;
}
.head_nav .language a{
	display: block;
	color: #000;
	float: left;
	margin: 0 3px;
	padding:2px 6px;
	background:#fff;
}
.head_nav .language a:hover{
	background:#16eefc;
}
.head_nav .language a.on{
	background:#16eefc;
}

/*旋转背景*/
.xzbg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}


/*.xzbg img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(360deg);
	animation: rotation 150s linear infinite;
	-moz-animation: rotation 150s linear infinite;
	-webkit-animation: rotation 150s linear infinite;
	-o-animation: rotation 150s linear infinite;
}
@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}*/


.xzbg img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* Internet Explorer */
	-moz-transform:rotate(360deg); /* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); /* Opera */
	animation:mymove 50s linear infinite;
	-webkit-animation:mymove 50s linear infinite; /*Safari and Chrome*/
}

@keyframes mymove{
	from {transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* Internet Explorer */
	-moz-transform:rotate(0deg); /* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); /* Opera */}
	to {transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* Internet Explorer */
	-moz-transform:rotate(360deg); /* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); /* Opera */}
}

@-webkit-keyframes mymove{
	from {transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* Internet Explorer */
	-moz-transform:rotate(0deg); /* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); /* Opera */}
	to {transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* Internet Explorer */
	-moz-transform:rotate(360deg); /* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); /* Opera */}
}


/*旋转背景*/

/*logo背景*/
.bglogo{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.bglogo img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.bglogo img{
    transition:opacity 1s;
	-moz-transition:opacity 1s; /* Firefox 4 */
	-webkit-transition:opacity 1s; /* Safari and Chrome */
	-o-transition:opacity 1s; /* Opera */
}
.bglogo img.on{
	opacity: 0.1;
}
/*logo背景*/


/*首页轮播*/
.sy_lunbo1{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.sy_lunbo1 .swiper-container{
	height:100%;
}

.sy_lunbo1 .swiper-wrapper .swiper-slide{
	height:100%;
	position: relative;
	text-align: center;
}
.sy_lunbo1 .swiper-wrapper .swiper-slide img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.sy_lunbo1 .swiper-wrapper .swiper-slide .btns{
	width: 550px;
	height: 74px;
	position: absolute;
	top:14%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.sy_lunbo1 .swiper-wrapper .swiper-slide .btn{
	width: 190px;
	height: 74px;
	margin: 0 40px;
	line-height: 74px;
	font-size:36px;
	color:#16eefc;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border: 1px solid #16eefc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
}
.sy_lunbo1 .swiper-wrapper .swiper-slide .btn:hover{
	background:#16eefc;
	color: #fff;
}
.sy_lunbo1 .swiper-wrapper .swiper-slide .btn2{
	width:240px;
	height:92px;
	position: absolute;
	top:29%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height:92px;
	font-size:36px;
	color:#16eefc;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border: 1px solid #16eefc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border-radius:8px;
}
.sy_lunbo1 .swiper-wrapper .swiper-slide .btn2:hover{
	background:#16eefc;
	color: #fff;
}

.sy_lunbo1 .fyq{
	width: 10px;
	position: absolute;
	top:50%;
	left:125px;
	margin-top: -35px;
	z-index: 10;
}
.sy_lunbo1 .fyq li{
	width: 10px;
	height: 10px;
	margin: 10px 0px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.sy_lunbo1 .fyq li.on{
	background: #16eefc;
}
/*首页轮播*/


/*右侧轮播*/
.right_lb{
	width: 100px;
	height:254px;
	border: 1px solid #16eefc;
	position: fixed;
	top: 50%;
	right:115px;
	z-index: 20;
	margin-top: -127px;
	/*overflow:hidden;*/
	box-sizing: border-box;
}
.right_lb .tempWrap{
	overflow:hidden;
}
.right_lb .prev,.right_lb .next{ 
	display:block;  
	width:30px; 
	height:19px; 
	background: red;
	position: absolute;
	right:50%;
	z-index: 20;
	margin-right: -15px;
	cursor: pointer;
}
.right_lb .next{ 
	bottom:-28px;
	background:url(../images/next.png) center no-repeat;
}
.right_lb .prev{ 
	top:-28px;
	background:url(../images/prev.png) center no-repeat;
}

.right_lb .bd{
	height:250px;
	overflow: hidden;
}
.right_lb .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.right_lb .bd ul li{ 
	text-align:center; 
	zoom:1;
	padding: 4px 0;
	border-bottom: 1px solid #16eefc;
}
.right_lb .bd ul li .pic{ 
	text-align:center; 
	width: 88px;
	height: 75px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
.right_lb .bd ul li .pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.right_lb .bd ul li .pic img{ 
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.right_lb h1{
	width: 21px;
	height: 76px;
	background: url(../images/new_cp.png) center no-repeat;
	position: absolute;
	top: 50%;
	left: -21px;
	margin-top: -38px;
}

/*右侧轮播*/

/*底部*/
.bottoms{
	position: absolute;
	bottom:80px;
	width: 100%;
	z-index: 20;
}
.bottoms .bottoms_left{
	float: left;
	margin-left: 112px;
	margin-top: 45px;
    position:relative;
}


.bottoms_left .mrsb a
{
   position: absolute;
    top: 0;
    left: -53px;
    display: block;
    height: 36px;
    overflow: hidden;
}

.bottoms_left .mrsb2 a
{
   position: absolute;
    top: 58px;
    left: -61px;
    display: block;
}

.bottoms .bottoms_left ul li{
	width: 36px;
	height: 30px;
	float: left;
	margin-right: 14px;
	position: relative;
	cursor: pointer;
}
.bottoms .bottoms_left ul li b{
	display: block;
	font-size: 20px;
	color:#16eefc;
	white-space:nowrap;
	position:absolute;
	top: 50%;
	margin-top:-13px;
	right:-160px;
}
.bottoms .bottoms_left ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.ewmbg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	background: rgba(0,0,0,0.4);
}
.ewm{
	width:354px;
	height: 400px;
	box-sizing: border-box;
	padding: 65px 0px 60px 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	z-index: 20;
}
.ewm h3{
	width: 194px;
	height: 194px;
	margin: 0 auto;
}
.ewm h3 img{
	width: 100%;
	height: 100%;
}
.ewm p{
	font-size: 16px;
	color:#191919;
	text-align: center;
	margin: 10px 0px 15px 0px;
}
.ewm .btnss{
	display: block;
	width: 96px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	background: #c70010;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.bottoms .bottoms_left ul li:nth-of-type(1){
	background: url(../images/sy_email1.png) center bottom no-repeat; 
}
.bottoms .bottoms_left ul li:nth-of-type(2){
	background: url(../images/QQ.png) center bottom no-repeat; 
}
.bottoms .bottoms_left ul li:nth-of-type(3){
	background: url(../images/weixing.png) center bottom no-repeat; 
}
.bottoms .bottoms_left ul li:nth-of-type(4){
	background: url(../images/weibo.png) center bottom no-repeat; 
}
.bottoms .bottoms_left ul li:nth-of-type(5){
	background: url(../images/phones.png) center bottom no-repeat; 
}

.bottoms .bottoms_left ul li:nth-of-type(1):hover{
	background: url(../images/sy_email2.png) center bottom no-repeat; 
}
.bottoms .bottoms_left ul li:nth-of-type(2):hover{
	background: url(../images/QQ2.png) center bottom no-repeat; 
}
.bottoms .bottoms_left ul li:nth-of-type(3):hover{
	background: url(../images/weixing2.png) center bottom no-repeat; 
}
.bottoms .bottoms_left ul li:nth-of-type(3).on{
	background: url(../images/weixing2.png) center bottom no-repeat; 
}
.bottoms .bottoms_left ul li:nth-of-type(4):hover{
	background: url(../images/weibo2.png) center bottom no-repeat; 
}
.bottoms .bottoms_left ul li:nth-of-type(5):hover b{
	font-size: 25px;
	margin-top:-16px;
	right:-199px;
}

.bottoms .bottoms_right{
	float: right;
	margin-right: 115px;
	text-align: right;
	font-size: 20px;
	color:#16eefc;
}
.bottoms .bottoms_right h2{
	font-size: 20px;
	color:#16eefc;
}
.bottoms .bottoms_right h2 a{
	display: inline-block;
	color:#16eefc;
	padding-left:23px;
	background: url(../images/gengd.png) left 55% no-repeat;
}
.bottoms .bottoms_right .text{
	margin-top: 12px;
}
.bottoms .bottoms_right .text h3{
	font-size: 20px;
}
.bottoms .bottoms_right .text p{
	font-size: 12px;
}

.bottoms .bottoms_right .text:hover{
	color: #fff;
}
.bottoms .bottoms_right h2:hover a{
	color: #fff;
	background: url(../images/gengd2.png) left 55% no-repeat;
}

/*底部结束*/