@import "http://at.alicdn.com/t/font_555834_ukcljxq8fa3ba9k9.css";
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Microsoft Yahei';
    font-size: 14px;
}
header{
    width: 100%;
    height: 640px;
    background: url("../image/head.jpg")no-repeat center;
    margin-top: -5px;
}
.iconfont{
    width: 20px;
    height: 20px;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.head_lf{
    width: 60%;
    height: 100%;
    position: relative;
}
.head_rt{
    float: right;
    width: 40%;
    height: 100%;
    position: relative;
}

.hbtn{
    display: inline-block;
    width: 50%;
    padding: 8px 0;
    background: #FB4635;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 12px;
    font-size:1.3em ;
    font-weight: bold;
}
.arrow{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #F6FB35;
    color: #333;
    border-radius: 50%;
    position: relative;
    /*top:2px;*/
    right:-20px;
    cursor: hand;
    line-height: 20px;
}
.f1{
    width: 100%;
    padding: 4em 0;
}
.f1 h1{
    color: #000000;
    text-align: center;
    font-size: 2.2em;
}
.h1_det{
    width: 100%;
}
.h1_det p{
    width: 1200px;
    margin: auto;
    text-align: center;
    line-height: 1.8em;
    font-size: 1.3em;
    padding: 2em 0;
}
.key{
    color: #FB4635;
    font-weight: bold;
}
.fbtn{
    display: inline-block;
    width: 280px;
    padding: 8px 0;
    background: #FB4635;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 12px;
    font-size:1.3em ;
    font-weight: bold;
    margin: auto;
}

.f2{
    width: 100%;
    padding: 4em 0;
    background: #F9FCFF;
}
.f2 h1{
    color: #000000;
    text-align: center;
    font-size: 2.2em;
}
.f2 h1 span{
    font-size: 0.7em;
}
.f2_box{
    width: 1000px;
    margin: auto;
    padding: 3.5em 0 0.5em 0;
}
.f2_box .lf,.f2_box .rt{
    width: 480px;
    height: 100%;
    position: relative;
}
.f2_box .lf p,.f2_box .rt p{
   width: 70%;
    background: #FB4635;
    color: #ffffff;
    font-size: 1.3em;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-top-right-radius: 90px;
}
.f2_box .lf span,.f2_box .rt span{
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 4px;
    height: 36px;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 1.2em;
}
.f3{
    width: 100%;
    height: 220px;
    background: url("../image/bgl.jpg")no-repeat center;
}
.f3{
    width: 100%;
    padding: 2em 0;
    box-sizing: border-box;
    position: relative;
}
.f3 h1{
    color: #fff;
    font-size: 4.2em;
    font-weight: bold;
    letter-spacing: 3px;
    width: 820px;
    margin: auto;
    text-align: left;
}
#form1 .lf{
    height: 40px;
}
#form1 .lf span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    color: #fff;
}

#form1 .lf  input{
    height: 40px;
    width: 65%;
    line-height: 40px;
    outline: none;
    text-indent: 8px;
    border-radius: 5px;
    border: none;
    margin-top: 3.3em;
}
.s{
    position: absolute;
    right:100px;
    bottom: 0;
    z-index: 0;
}
.f2_box img:hover{
    opacity: .8;
}
.f4{
    padding: 3.5em 0;
}
.f4 h1{
    color: #000000;
    text-align: center;
    font-size: 2.2em;
}
.xzlist li{
    width: 290px;
    float: left;
    margin-left: 10px;
   margin-top: 3em;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.xzlist li:nth-child(1){
    margin-left: 0;
}
.xzlist li p{
    font-size: 1.3em;
    font-weight: bold;
    text-align:center;
    padding: 8px 0;
}
.xzlist li p span{
    color: #EA3C51;
}
.xzlist li>span{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    padding-bottom: 8px;
}
.xzlist li:hover{
    box-shadow:2px 0 3px #eee;
    cursor: pointer;
}
.f5{
    width: 100%;
    padding: 2em 0;
    background: #F9FCFF;
    display: table;

}
.f5 h1{
    color: #000000;
    text-align: center;
    font-size: 2.2em;
    padding: 2em 0;
}

.f5 ul li{
    float: left;
    margin-left: 10px;
    height: 173px;
    margin-top: 10px;
    transition:800ms ease all;
    position:relative;
    box-sizing: border-box;
}
.f5 ul li img{
    transition: all 0.5s linear;
}
.f5 ul li:hover img{
    transform: scale(1.2);
    position: relative;
    z-index: 100;
}
/*.f5 ul li:before,.f5 ul li:after{*/
    /*content:'';*/
    /*position:absolute;*/
    /*top:0;*/
    /*right:0;*/
    /*height:2px;*/
    /*width:0;*/
    /*background: #1AAB8A;*/
    /*transition:400ms ease all;*/
/*}*/

/*.f5 ul li:after{*/
    /*right:inherit;*/
    /*top:inherit;*/
    /*left:0;*/
    /*bottom:0;*/
/*}*/
/*.f5 ul li:hover:before,.f5 ul li:hover:after{*/
    /*width:100%;*/
    /*transition:800ms ease all;*/
/*}*/



.f5 ul li:nth-child(1){
    margin-left: 0;
    width: 136px;
    height: 173px;
    background: #82C71F;
    cursor: pointer;
}
.f5 ul li:nth-child(2){
    width: 294px;
}
.f5 ul li:nth-child(3){
    width: 230px;
}
.f5 ul li:nth-child(5).f5 ul li:nth-child(4),{
    width: 250px;
}
.f5 ul li:nth-child(6){
    margin-left: 0;
    width: 280px;
    height: 189px;

}
.f5 ul li:nth-child(7){
    width: 242px;
    height: 189px;
    cursor: pointer;
}
.f5 ul li:nth-child(8){
    width: 203px;
    height: 189px;
}

.f5 ul li:nth-child(9){
    width: 243px;
    height: 189px;
}

.f5 ul li:nth-child(10){
    width: 192px;
    height: 189px;
}

.f6{
    padding: 3.5em 0;
}

.f6 h1{
    color: #000000;
    text-align: center;
    font-size: 2.2em;
    padding: 2em 0;
}

.s2_main{
    width: 1200px;
    margin: auto;
}
.s2_main li{
    float: left;
    margin-left: 24px;
    width: 180px;
    position: relative;

}
.s2_main li:nth-child(1){
    margin-left: 0;
}
.mubu{
    position: absolute;
    width: 100%;
    height: 165px;
    bottom: 4px;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.6s linear;

}
.s2_main li:hover .mubu{
    height: 220px;
    background: rgba(0,0,0,.8);
    padding-top:2em;
}

.mubu h4{
    font-size: 1.2em;
    padding: 1em 0 0.4em 0;
}
.mubu p{
    padding: 0.5em;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.8em;
}