﻿*{
	margin: 0;
	padding: 0;
}
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: "微软雅黑", "Microsoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
img{
    border: none;
    max-width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;

}
.swiper-slide {
    background-attachment: fixed;
    background: url(../img/bg1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

/**
 *  nav
 */
.nav {
	width: 100%;
	height: 80px;
	z-index: 2;
	background: #3cab4c;
	position: fixed;
	top: 0;
	left: 0;
}
.nav .logo{
	float: left;
	width: 300px;
}
.nav .logo img{
    display: block;
    width: 100px;
    height: 80px;
    margin: 0 auto;
}
.nav ul{
	height: 80px;
	overflow: hidden;
	list-style: none;
}
.nav ul li{
	height: 80px;
	line-height: 80px;
	padding: 0 42px;
	float: left;
    cursor: pointer;
    color: #fff;
}
.nav ul li.active{
	background: #2c3147;
	color: #3cab4c;
}

/**
 *  container
 */
.container{
    width: 1200px;
    margin: 0 auto;
}
.container2{
    margin-top: 155px;
}
.container2 h1{
    width: 1001px;
    margin:0 auto;
    margin-bottom: 50px;
    color: #fff;
}
.container2 table{
    margin: 0 auto;
    border-collapse: collapse;
}
.container2 table tr{
    text-align: center;
    height: 38px;
}
.container2 table tr:nth-child(1) th{
    color: #fff;
    font-weight: normal;
}
.container2 table tr:nth-child(1) th:nth-child(1){
    background: #368f42 !important;
}
.container2 table tr:nth-child(1) th:nth-child(2n+1){
    background: #77be33;
}
.container2 table tr td:nth-child(1){
    color: #fff;
}
.container2 table tr td:nth-child(2),.container2 table tr td:nth-child(4){
    color: #b2b2b2;
}
.container2 table tr td:nth-child(3){
    color: #31ae43;
}
.container2 table tr:nth-child(2n+1){
    border: 1px solid #368f42;
}
.container2 table tr:nth-child(2n+1):hover{
    border-color: #77be33;
}
.container2 table tr:nth-child(1){
    border: none;
}
.container2 table tr td{
    width: 250px;
}
.container2 table tr td div.a{
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #368f42;
}
.container2 table tr td div.a1{
    margin: 3px 0;
}
.container2 table tr th div.a3{
    margin-right: 3px;
    height: 38px;
    line-height: 38px;
    background: #8c8c8c;
}
.container2 table tr th div.a4{
    margin-left: 3px;
    height: 38px;
    line-height: 38px;
    background: #8c8c8c;
}
/**
 * index
 */
.index .left,.index .right{
    width: 50%;
    float: left;
}
.index .left{
    color: #fff;
    text-align: right;
}
.index .left p.big{
    margin-top: 100px;
    font-size: 35px;
}
.index .left p.small{
    font-size: 20px;
}
.index .right ul{
    list-style: none;
    color: #fff;
    margin-top: 100px;
    margin-left: 50px;
}
.index .right a{
    display: block;
    width: 320px;
    height: 40px;
    margin-left: 58px;
    margin-top: 30px;
    border: 2px solid #3cab4b;
    text-decoration: none;
    color: #3cab4b;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    border-radius: 5px;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -mz-transition:all 0.5s ease;
    
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -mz-animation-duration: 1s;

    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -mz-animation-delay: 1s;
}
.index .right a:hover{
    color: #fff;
    background-color: #3cab4b;
}
.index .right li{
    line-height: 30px;
    font-size: 16px;
}
.index .right ul li:before{
    content: "●";
    color: #3cab4b;
    font-size: 20px;
    padding-right: 10px;
}

/**
 *  advantage
 */
.advantage,.partners,.aboutus,.linkus{
    width: 1001px;
    margin: 0 auto;
}
.advantage .adg{
    margin: 0 auto;
    width: 230px;
    height: 300px;
    background: rgba(60,171,75,.8);
    float: left;
    text-align: center;
    margin-right: 20px;
    line-height: 100px;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -mz-transition:all 0.5s ease;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -mz-animation-duration: 1s;

    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -mz-animation-delay: 0.5s;
}
.advantage .adg span{
    display: block;
    width: 100%;
}
.advantage .adg span img{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -mz-transition:all 0.5s ease;
}
.advantage .adg .content{
    height: 100px;
    overflow: hidden;
    background: #ccc;
    position: absolute;
    bottom: -200px;
    left: 0;
    opacity: 0;
    background: #2d3147;
    line-height: 20px;
    text-align: left;
    color: #999;
    font-size: 14px;
    padding: 36px;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -mz-transition:all 0.5s ease;
}
.advantage .adg:hover .content{
    bottom: 0;
    opacity: 1;
    line-height:
}
.advantage .adg:hover img{
    margin-top: 0px;
}
.advantage .adg:hover{
    line-height: normal;
}

/**
 *  linkus
 */
.linkus .left,.linkus .right{
    width: 50%;
    float: left;
}
.linkus .left h1,.linkus .right h1{
    margin-bottom: 20px;
}
.linkus .left input{
    display: block;
    background: rgba(238,238,238,.4);
    height: 44px;
    border: 1px solid #646364;
    border-radius: 1px;
    width: 400px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    padding-left: 13px;
    font-family: "微软雅黑", "Microsoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.linkus .left button{
    width: 413px;
    height: 44px;
    background-color: #3cab4b;
    line-height: 44px;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -mz-transition:all 0.5s ease;
}
.linkus .left button:hover{
    background: #229632;
}
.linkus .right .p1{
    font-size: 16px;
    color: #fff;
}
.linkus .right .p2{
    font-size: 16px;
    color: #999999;
    margin-bottom: 30px;
}
.linkus .right img{
    width: 85px;
    height: 85px;
}

/**
 *  partners
 */
.partners .left,.partners .right{
    float: left;
}
.partners .right{
    margin-top: -50px;
    float: right;
    width: 600px;
}
.partners .right .line{
    width: 468px;
    margin: 0 auto;
}
.partners .left p{
    color: #3cab4b;
    font-size: 22px;
}
.partners .left p:nth-child(1){
    color: #fff;
}
.partners .left ul{
    color: #3cab4b;
    list-style: none;
    margin: 20px 0 30px -23px;
}
.partners .left ul li{
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}
.partners .left ul li:before{
    content: "●";
    color: #3cab4b;
    font-size: 20px;
    padding-right: 10px;
}
.partners .right .cube{
    width: 80px;
    height: 80px;
    float: left;
    margin-left: 33px;
    margin-bottom: 33px;
    background-color: #d4d4d5;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.partners .right .cube img{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);  
}
.partners .right p{
    clear: both;
    text-align: center;
}
.partners .right p a{
    text-decoration: none;
    font-size: 14px;
    color: #999;
}
.partners .right p a:hover{
    text-decoration: underline;
}

/**
 *  aboutus
 */
.aboutus .left,.aboutus .right{
    float: left;
    width: 48%;
}
.aboutus .left p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 20px;
}
.aboutus .right{
    width: 52%;
}
.aboutus .right .line{
    width: 490px;
    margin: 0 auto;
}
.aboutus .right .line .cube{
    width: 150px;
    height: 150px;
    background-color: #999;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 150px;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.aboutus .right .line .cube span{
    position: absolute;
    width: 0px;
    height: 0px;
}
.aboutus .right .line .d{
    background-color: #8dcd95;
}
.aboutus .right .line .l{
    background-color: #84d3bf;
}
.aboutus .right .line .r{
    background-color: #70b8bc;
}
.aboutus .right .line .d span{
    border-top: 10px solid #8dcd95;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}
.aboutus .right .line .l span{
    border-right: 10px solid #84d3bf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0px solid transparent;
    left: -10px;
    top: 50%;
    margin-top: -5px;
}
.aboutus .right .line .r span{
    border-left: 10px solid #70b8bc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 0px solid transparent;
    right: -10px;
    top: 50%;
    margin-top: -5px;
}
/**
 *  placeholder
 */
::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #ccc; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #ccc; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #ccc; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #ccc; 
} 


.swiper-container-h{
    width: 1001px;
    height: 350px;
    margin-top: 200px;
}
.swiper-container-h .btns{
    width: 40px;
    height: 40px;
    -webkit-background-size: auto;
}
.swiper-slide .swiper-container-h .swiper-button-prev{
    background-image: url(../img/icon13.png);
}
.swiper-container-h .swiper-button-next{
    background-image: url(../img/icon14.png);
}
.swiper-container-h .swiper-slide .guess .top p{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding-top: 40px;
}
.swiper-container-h .swiper-slide-active .guess .top p{
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding-top: 55px;
}
.swiper-container-h .swiper-slide .guess .bottom p{
    font-size: 10px;
    color: #999;
    padding: 20px;
    line-height: 20px;
    visibility: hidden;
}
.swiper-container-h .swiper-slide-active .guess .bottom p{
    font-size: 12px;
    visibility: visible;
}
.swiper-container-h .swiper-wrapper .swiper-slide{
    background: url();
    margin-top: 20px;
}
.swiper-container-h .swiper-wrapper .swiper-slide .guess{
    width: 260px;
    height: 220px;
    margin: 0 auto;
    margin-top: 50px;
    background: red;
    position: relative;
}
.swiper-container-h .swiper-wrapper .swiper-slide .guess .top{
    width: 100%;
    height: 120px;
    background: #338b3f;
}
.swiper-container-h .swiper-wrapper .swiper-slide .guess .bottom{
    width: 100%;
    height: 100px;
    background: #2d3147;
}
.swiper-container-h .swiper-wrapper .swiper-slide .guess .head{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
    border: 2px solid #fff;
    background: green;
    top: -50px;
    left: 50%;
    margin-left: -40px;
}
.swiper-container-h .swiper-wrapper .swiper-slide-active .guess{
    width: 300px;
    height: 260px;
    margin-top: 30px;
    background: red;
    position: relative;
}
.swiper-container-h .swiper-wrapper .swiper-slide-active .guess .head{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    border: 2px solid #fff;
    background: green;
    top: -50px;
    left: 50%;
    margin-left: -50px;
}
.swiper-container-h .swiper-wrapper .swiper-slide-active .guess .top{
    width: 100%;
    height: 140px;
    background: #338b3f;
}
.swiper-container-h .swiper-wrapper .swiper-slide-active .guess .bottom{
    width: 100%;
    height: 120px;
    background: #2d3147;
}