﻿*{
    padding: 0;
    margin: 0;
    color: #999999;
    font-size: 14px;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-family: "微软雅黑", '宋体', Arial, Helvetica, sans-serif;
}
body{
    background: #f5f5f5;
}
.wid_1440{
    width: 1440px;
    margin: 0 auto;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.WAP{
    display: none !important;
}

.headerTopAllDiv{
    width: 100%;
    background: #ffffff;
}
.logoDiv{
    height: 150px;
    padding: 30px 0;
}
.logoDiv a{
    display: block;
    height: 100%;
}
.logoDiv a img{
    height: 100%;
    width: auto !important;
}
.NavDiv{
    padding: 45px 0;
    margin-left: 120px;
    position: relative;
}
.NavDiv:before{
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #dddddd;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -30px;
}
.NavDiv a{
    height: 60px;
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 60px;
}
.EnterBtn{
    width: 120px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    display: block;
    border: 1px solid #008100;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 58px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.EnterBtn:hover{
    background: #008100;
    color: #ffffff;
}
.bodyDiv{
    width: 100%;
    padding-bottom: 100px;
    background-image: url("../images/bgPc.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.bannerAllDiv{
    width: 100%;
}
.bannerDiv img{
    width: 100%;
    display: block;
}
.bannerPC{
    position: relative;
    display: block;
}
.bannerD{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 10%;
    top: 0;
}
.bannerTit{
    position: absolute;
    left: 15px;
    top: 20%;
}
.bannerTit div{
    font-size: 36px;
    color: #fde11a;
    font-weight: bold;
    width:52%;
}
.bannerTit h3{
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}
.bannerTime{
    width: 150px;
    font-size: 16px;
    color: #ffffff;
    background: #ff855f;
    padding: 5px 0;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    left: 15px;
    top:65%;
}
.bannerWord{
    position: absolute;
    left: 15px;
    bottom: 40px;
}
.bannerWord div{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}

.indexFDiv{
    padding: 30px 0;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
}
.indexF{
    width: 25%;
    text-align: center;
    position: relative;
}
.indexF:before{
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
}
.indexF:before:first-child{
    display: none;
}
.indexFIcon{
    width: 58px;
    height: 106px;
    padding: 10px 0 50px 0;
    display: inline-block;
}
.indexFIcon img{
    display: block;
    height: 100%;
}
.IndexFNum{
    display: inline-block;
    margin-left: 20px;
}
.indexFT{
    font-size: 36px;
    height: 45px;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
}
.indexFT span,
.indexFT b{
    width: 68px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    line-height: 45px;
    margin-right: 10px;
}
.indexFB{
    padding-top: 40px;
    font-size: 16px;
    color: #999999;
    position: relative;
    text-align: left;
}
.indexFB:before{
    content: "";
    width: 35px;
    height: 4px;
    background: #008100;
    position: absolute;
    left: 0;
    top: 20px;
}

.indexInfoDiv{
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}
.indexInfoD{
    margin-bottom: 10px;
}
.indexInfoTop{
    text-align: center;
    font-size: 36px;
    color: #008100;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 2px solid #edeff3;
    position: relative;
}
.indexInfoTop:after{
    content: "";
    display: block;
    width: 76px;
    height: 5px;
    background: #008100;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    bottom: -3px;
}
.indexInfoAreaDiv{
    padding: 30px 0;
    position: relative;
}
.indexInfoArea{
    font-size: 18px;
    color: #999999;
}
.indexInfoArea span{
    display: inline-block;
}
.indexInfoArea span a{
    font-size: 18px;
    color: #999999;
    margin-left: 10px;
}
.indexInfoArea span .indexInfoOn{
    font-size: 18px;
    color: #008100;
    margin-left: 10px;
    font-weight: bold;
}
.indexInfoAreaBtn{
    font-size: 18px;
    color: #999999;
    cursor: pointer;
}
.indexInfoAreaBtn span{
    width: 12px;
    height: 8px;
    margin-left: 5px;
    display: inline-block;
    background-image: url("../images/down.png");
    background-size: cover;
    vertical-align:middle;
    -webkit-vertical-align:middle;
    -o-vertical-align:middle;
}
.indexInfo{
    width: calc(50% - 20px);
    border:1px solid #edeff3 ;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 25px;
    display: block;
    margin: 0 10px;
    margin-bottom: 20px;
}
.indexInfoImg{
    width: 123px;
    height: 123px;
}
.indexInfoImg img{
    display: block;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.indexInfoR{
    width: calc(100% - 143px);
}
.indexInfoRT{
    font-size: 22px;
    color: #333333;
    line-height: 36px;
}
.indexInfoRC{
    text-align: left;
    margin: 10px 0;
}
.indexInfoRC span{
    padding: 6px 15px;
    display: inline-block;
    background: #f4f6f8;
    font-size: 18px;
    color: #666666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.indexInfoRB div{
    font-size: 18px;
    color: #999999;
}
.indexInfoRB p{
    font-size: 18px;
    color: #999999;
}
.indexInfoRB p span{
    font-size: 18px;
    display: inline-block;
    color: #14835d;
}
.indexNumDiv{
    text-align: center;
}
.indexNumDiv a{
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    color: #666666;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}
.indexNumDiv .indexNumOn{
    border-color: #2bb781;
    color: #2bb781;
}

.ui-form-item{
    position: absolute;
    right: 0;
}
.ui-form-item{

}


/*---- product start ----*/
.productBody{
    background: #f5f5f5;
}
.productTopAllDiv{
    width: 100%;
    height: 158px;
    background: #ffffff;
    padding: 30px 0;
    margin-bottom: 18px;
}
.productTopDiv{
    height: 100%;
}
.productTopL{
    margin-right: 25px;
}
.productTopL img{
    height: 98px;
    display: block;
}
.productTopR h3{
    font-size: 26px;
    color: #333333;
    line-height: 60px;
}
.productTopR div{
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}
.productAllDiv{
    width: 100%;
    position: relative;
    background: #f5f5f5;
    padding-top: 338px;
    margin-bottom: 100px;
}
.product1LImgDiv{
    width: 100%;
}
.product1AllDiv{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.product1Div{
    margin-bottom: 18px;
}
.product1LD{
    width: calc(100% - 390px);
}
.product1L{
    width: 100%;
    height: 320px;
    padding: 25px;
    background: #ffffff;
}
.product1L h3{
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.product1LWord{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    margin-bottom: 25px;
}
.product1LImgDiv .swiper-container{
    width: 100%;
}
.product1LImg{
    width: 240px;
    height: 155px;
    display: block;
	margin-right:5px !important;
}
.product1LImg img{
    width: 100%;
    height: 100%;
    display: block;
}

.product1LImgDiv .swiper-button-next{
    width: 25px;
    height: 30px;
    right: 0;
}
.product1LImgDiv .swiper-button-prev{
    width: 25px;
    height: 30px;
    left: 0;
}
.product1RD{
    width: 372px;
    height: 320px;
    padding: 25px;
    background: #ffffff;
}
.product1RD1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.product1RD2{
    position: relative;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 6px;
}
.product1RD2:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 2px;
    height: 2px;
    background: #999999;
}
.product1RD2 span{
    margin-left: 10px;
    font-size: 14px;
}
.product2LD{
    width: calc(100% - 390px);
    background: #ffffff;
    padding: 25px;
    position: relative;
    min-height: 600px;
}
.product2LDTop{
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.product2LDInfo{
    padding-bottom: 30px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 25px;
}
.product2LD1L{
    font-size: 18px;
    color: #333333;
    line-height: 20px;
}
.product2LD1{
    margin-bottom: 10px;
}
.product2LD1R{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.product2LD1R span{
    font-size: 14px;
    color: #008100;
    font-weight: bold;
    margin-left: 10px;
}
.product2LD2{
    margin-bottom: 10px;
}
.product2LD2 b{
    font-size: 16px;
    color: #fb5f3d;
    line-height: 20px;
}
.product2LD2 span{
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin-left: 10px;
    line-height: 20px;
}
.product2LD3{
    margin-bottom: 10px;
}
.product2LD3 span{
    padding:6px 10px;
    display: inline-block;
    background: #f2f9f2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
}
.product2LD4{
    font-size: 14px;
    color: #999999;
}
.product2LDInfoBtn{
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 14px;
    color: #ffffff;
    background: #008100;
    padding: 6px 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    z-index:99;
}
.product2RD{
    width: 372px;
   padding: 25px;
    background: #ffffff;
}
.product2RD h3{
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.code{
    text-align: center;
    margin-bottom: 15px;
}
.product2RDWord{
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.productAllBgDiv{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}
.productBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.productAllInfoD{
    position: absolute;
    width: 420px;
    height: 320px;
    padding: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 9;
    background: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.productAllTop{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    position: relative;
    margin-bottom: 20px;
}
.productAllTop span{
    position: absolute;
    right: 0;
    top:0;
    line-height: 30px;
    display: block;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
}
.productAllCode{
    text-align: center;
    max-height: 160px;
    margin-bottom: 20px;
}
.productAllCode img{
    height: 160px;
    width: 160px;
    display: inline-block;
}
.productAllWord{
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
/*---- product end ----*/


