/*初始化*/
* {
    box-sizing: border-box ;
    padding: 0;
    margin: 0;
}
body{
    line-height: 1;
    min-width: 1200px;
    font-family: '微软雅黑';
    background-color: #ffffff;
}
a {
    color: inherit;
    text-decoration: none;
}
.ul_none{
    list-style-type: none;
}
.clear {
    clear: both;
}
.peach{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.por{
    position: relative;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.bod0{
    border: 0px!important;
}
ul{
    list-style-type: none;
}
input,textarea{
    outline: none;
}
.fs12{  font-size: 12px;  }
.fs13{  font-size: 13px;  }
.fs14{  font-size: 14px;  }
.fs15{  font-size: 15px;  }
.fs16{  font-size: 16px;  }
.fs17{  font-size: 17px;  }
.fs18{  font-size: 18px;  }
.fs19{  font-size: 19px;  }
.fs20{  font-size: 20px;  }



/*提示框*/
.c-message {
    position: fixed;
    top: 30%;
    left: 50%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    min-width: 200px;
    color: #666;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    z-index: 999;
    font-size: 13px;
    overflow: hidden;
}
.c-message2 {
    position: fixed;
    top: 10%;
    left: 50%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    min-width: 200px;
    color: #666;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    z-index: 999;
    font-size: 13px;
}
.c-message--main {
    padding-left: 60px;
    padding-right: 20px;
}

.c-message--icon {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
}

.c-message--success {
    background: url(../image/tskys.jpg)no-repeat center;;
}
.c-message--success2 {
    background: url(../image/tskys.jpg)no-repeat center;;
}
.c-message--error {
    background: #FF4949;
}

.c-message--info {
    background: #20A0FF;
}

.c-message--warning {
    background: #F7BA2A;
}

.c-message--close {
    position: absolute;
    right: 10px;
    color: #999;
    text-decoration: none;
    cursor: pointer;
    font-size: 30px;
    top: 0;
    line-height: 34px;
    display: block;
    height: 40px;
}

.c-message--close:hover {
    color: #666;
}

@keyframes messageFadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.c-message.messageFadeInDown {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeInDown;
}

@keyframes messageFadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.c-message.messageFadeOutUp {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeOutUp
}

.c-message2.messageFadeInDown {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeInDown;
}
.c-message2.messageFadeOutUp {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-name: messageFadeOutUp
}
.pub_banner{
    margin-top: 104px;
    height: 450px;
}

.wzbs{
    color: #8ba901!important;
}

.headsm{
    position: absolute;
    z-index: 0;
    top: 50px;
    width: 100%;
    text-align: center;
    transition: all 1s;
    /*display: none;*/
}
.headsm .hsmbox{
    background-color: #f4f5ef;
    border-radius: 50px;
    height: 104px;
    transition: all 1s;
}
.headsm .hsmbox .headlogo{
    line-height: 0px;
    float: left;
    margin-left: -3px;
}

.headsm .hsmbox .headtit{
    float: left;
    margin-left: 30px;
}
.headsm .hsmbox .headtit .tit1{
    font-size: 30px;
    color: #333333;
    margin: 25px 0 15px;
    letter-spacing: 5px;
    font-weight: 600;
}
.headsm .hsmbox .headtit .tit2{
    font-size: 14px;
    color: #777777;
}
.headsm .hsmbox .headlx{
    float: right;
    margin-right: 80px;
}
.headsm .hsmbox .headlx .headlxss{
    margin-top: 15px;
    float: left;
}
.headsm .hsmbox .headlx .headlxss .ipt1{
    width: 250px;
    height: 35px;
    border: 0px;
    background-color: #eeeeee;
    border-radius: 20px;
    margin-right: 10px;
    padding: 0 20px;
    float: left;
}
.headsm .hsmbox .headlx .headlxss .bt1{
    width: 35px;
    height: 35px;
    border: 0px;
    background: url(../image/headss.png) no-repeat center;
    float: left;
    margin-left: -40px;
    cursor: pointer;
}
.headsm .hsmbox .headlx .headlxnr{
    margin-top: 15px;
    float: right;
    margin-left: 15px;
}
.headsm .hsmbox .headlx .headlxnr img{
    float: left;
    margin: 8px 10px 0 0;
}
.headsm .hsmbox .headlx .headlxnr .p1{
    font-size: 14px;
    color: #080707;
    float: left;
    margin-top: 13px;
}
.headsm .hsmbox .headmn{
    float: right;
    margin-right: 65px;
    margin-top: 10px;
    position: relative;
}
.headsm .hsmbox .headmn ul .muli{
    float: left;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
}
.headsm .hsmbox .headmn ul .muli .mua{
    display: block;
    font-size: 14px;
    color: #080707;
    transition: all 0.5s;
    text-align: center;
    line-height: 44px;
    overflow: hidden;
    padding: 0 15px;
}
.headsm .hsmbox .headmn ul .muli:hover .mua{
    color: #98b609;
}
.muon .mua{
    color: #98b609!important;
}

/*xiala-k*/

.dropdown-menu{
    margin: 0px 0px;

    color: #FFFFFF;
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 2px;
    right: 0px;
    min-width: 150px;
    margin-top: 1px;
}
.dropdown-menu .tit:nth-child(1){
    border-top: 0px solid #ccc;
}
.dropdown-menu .dmli{
    background-color: rgba(170,205,5,0.9);
    text-align: center;
    display: block;
    border: 1px solid #819D00;
    transition: ease-in 0.4s;
    padding: 15px 30px;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    margin-top: -1px;
}
.dropdown-menu .dmli .dma{
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}
.dropdown-menu .dmli .arrow{
    position: absolute;
    right: 15px;
    top: 15px;
}

.dropdown-menu .dmli:hover{
    background-color: #819D00!important;
    color: #FFFFFF!important;
}

.dropdown-menu2{
    margin: 0px 0px;
    /*background-color: rgba(170,205,5,0.9);*/
    color: #FFFFFF;
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 2px;
    left: 101%;
    /* min-width: 150px; */
    top: 0px;
    width: 300px;
}
.dropdown-menu2 .tit:nth-child(1){
    border-top: 0px solid #ccc;
}
.dropdown-menu2 .dmli2{
    text-align: center;
    display: inline-block;
    border: 1px solid #819D00;
    transition: ease-in 0.4s;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    margin-top: -1px;
    margin-left: -1px;
    float: left;
    width: 151px;
    overflow: hidden;
    background-color: rgba(170,205,5,0.9);
}
.dropdown-menu2 .dmli2 .dma2{
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    display: block;
    overflow: hidden;
}
.dropdown-menu2 .dmli2 .arrow{
    position: absolute;
    right: 15px;
    top: 15px;
}

.dropdown-menu2 .dmli2:hover{
    background-color: #819D00!important;
    color: #FFFFFF!important;
}
/*xiala-g*/




.headbg{
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: #f4f5ef;
    /*display: none;*/
    z-index: 0;
    transition: all 0.5s;
}
.headbg .hsmbox{
    background-color: #f4f5ef;
    border-radius: 50px;
    height: 104px;
}
.headbg .hsmbox .headlogo{
    float: left;
    margin-top: 13px;
}
.headbg .hsmbox .headlogo img{
    width: 225px;
    height: 75px;
}
.headbg .hsmbox .headtit{
    float: left;
    margin-left: 30px;
}
.headbg .hsmbox .headtit .tit1{
    font-size: 30px;
    color: #333333;
    margin: 25px 0 15px;
    letter-spacing: 5px;
    font-weight: 600;
}
.headbg .hsmbox .headtit .tit2{
    font-size: 14px;
    color: #777777;
}
.headbg .hsmbox .headlx{
    float: right;
    margin-right: 80px;
}
.headbg .hsmbox .headlx .headlxss{
    margin-top: 15px;
    float: left;
}
.headbg .hsmbox .headlx .headlxss .ipt1{
    width: 250px;
    height: 35px;
    border: 0px;
    background-color: #eeeeee;
    border-radius: 20px;
    padding: 0 20px;
    margin-right: 10px;
    float: left;
}
.headbg .hsmbox .headlx .headlxss .bt1{
    width: 35px;
    height: 35px;
    border: 0px;
    background: url(../image/headss.png) no-repeat center;
    float: left;
    margin-left: -40px;
    cursor: pointer;
}
.headbg .hsmbox .headlx .headlxnr{
    margin-top: 15px;
    float: right;
    margin-left: 15px;
}
.headbg .hsmbox .headlx .headlxnr img{
    float: left;
    margin: 8px 10px 0 0;
}
.headbg .hsmbox .headlx .headlxnr .p1{
    font-size: 14px;
    color: #080707;
    float: left;
    margin-top: 13px;
}
.headbg .hsmbox .headmn{
    float: right;
    margin-right: 65px;
    margin-top: 10px;
}
.headbg .hsmbox .headmn ul .muli{
    float: left;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
}
.headbg .hsmbox .headmn ul .muli .mua{
    display: block;
    font-size: 14px;
    color: #080707;
    transition: all 0.5s;
    text-align: center;
    line-height: 44px;
    overflow: hidden;
    padding: 0 15px;
}
.headbg .hsmbox .headmn ul .muli:hover .mua{
    color: #98b609;
}

.hdop1 {
    /*display: block!important;*/
    z-index: 999!important;
}
.hdop2 {
    /*display: block!important;*/
    z-index: 9999!important;
    top:0!important;
}

.pubtit{
    position: relative;
    padding: 45px 0 30px;
    width: 80%;
    float: left;
}
.pubtit .p1{
    font-size: 30px;
    color: #030202;
    float: left;
    padding-left: 10px;
}
.pubtit .p2{
    font-size: 14px;
    color: #545454;
    float: left;
    margin: -23px 0 0 160px;
}
.pubtit .lvsk{
    width: 80px;
    height: 20px;
    background: #98b609;
    z-index: 1;
    margin-top: 20px;
}
.mxcpfy{
    padding-bottom: 20px;
}

.iproswitch{
    width: 8%;
    float: right;
    padding: 60px 0 30px;
}
.iproswitch .switchleft{
    float: left;
    width: 40px;
    height: 25px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #555555;
    line-height: 23px;
    padding-left: 8px;
    cursor: pointer;
    transition: all 0.5s;
}
.iproswitch .switchright{
    float: right;
    width: 40px;
    height: 25px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #555555;
    line-height: 23px;
    padding-left: 17px;
    cursor: pointer;
    transition: all 0.5s;
}
.iproswitch .switchleft:hover{
    border: 1px solid #98b609;
    background-color: #98b609;
    color: #ffffff;
}
.iproswitch .switchright:hover{
    border: 1px solid #98b609;
    background-color: #98b609;
    color: #ffffff;
}

.iprols{
    position: relative;
}
.iprols .iprobox{
    float: left;
    margin-bottom: 15px;
}
.iprols .iprobox:nth-of-type(1){
    width: 570px;
    height: 430px;
    overflow: hidden;
    position: relative;
}
.iprols .iprobox:nth-of-type(1) .iproimg{
    width: 570px;
    height: 430px;
    overflow: hidden;
}
.iprols .iprobox:nth-of-type(1) .iproimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.iprols .iprobox:nth-of-type(1) .ipronr{
    position: absolute;
    bottom:40px;
    width: 200px;
    right: 50px;
}
.iprols .iprobox:nth-of-type(1) .ipronr .p1{
    color: #333333;
    width: 200px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}
.iprols .iprobox:nth-of-type(1) .ipronr .p2{
    background-color: #98b609;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    width: 103px;
    height: 28px;
    background: url(../image/mxprobt.jpg)no-repeat center;
}


.iprols .iprobox:nth-of-type(2){
     width: 600px;
     height: 215px;
     overflow: hidden;
     position: relative;
     background-color: #f1f0f6;
     margin-left: 20px;
 }
.iprols .iprobox:nth-of-type(2) .iproimg{
    width: 280px;
    height: 210px;
    overflow: hidden;
    margin: 0 50px;
    float: left;
    margin-top: 2px;
}
.iprols .iprobox:nth-of-type(2) .iproimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.iprols .iprobox:nth-of-type(2) .ipronr{
    width: 200px;
    float: left;
    padding-top: 80px;
}
.iprols .iprobox:nth-of-type(2) .ipronr .p1{
    color: #333333;
    width: 200px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}
.iprols .iprobox:nth-of-type(2) .ipronr .p2{
    width: 100px;
    height: 30px;
    background-color: #98b609;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    width: 103px;
    height: 28px;
    background: url(../image/mxprobt.jpg)no-repeat center;
}


.iprols .iprobox:nth-of-type(3){
    width: 290px;
    height: 200px;
    overflow: hidden;
    position: relative;
    background-color: #f1f0f6;
    margin-left: 20px;
}
.iprols .iprobox:nth-of-type(3) .iproimg{
    width: 265px;
    height: 200px;
    margin: 0 12px;
    overflow: hidden;
}
.iprols .iprobox:nth-of-type(3) .iproimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.iprols .iprobox:nth-of-type(3) .ipronr{
    width: 290px;
    position: absolute;
    bottom:0px;
    height: 40px;
    overflow: hidden;
    background-color: #e5e6e8;
}
.iprols .iprobox:nth-of-type(3) .ipronr .p1{
    color: #333333;
    width: 235px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    padding: 0 10px;
}
.iprols .iprobox:nth-of-type(3) .ipronr .p2{
    margin: 11px;
    float: right;
    width: 18px;
    height: 18px;
    background: url(../image/iprolg.png)no-repeat center;
}


.iprols .iprobox:nth-of-type(4){
    width: 290px;
    height: 200px;
    overflow: hidden;
    position: relative;
    background-color: #f1f0f6;
    margin-left: 20px;
}
.iprols .iprobox:nth-of-type(4) .iproimg{
    width: 265px;
    height: 200px;
    margin: 0 12px;
    overflow: hidden;
}
.iprols .iprobox:nth-of-type(4) .iproimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.iprols .iprobox:nth-of-type(4) .ipronr{
    width: 290px;
    position: absolute;
    bottom:0px;
    height: 40px;
    overflow: hidden;
    background-color: #e5e6e8;
}
.iprols .iprobox:nth-of-type(4) .ipronr .p1{
    color: #333333;
    width: 235px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    padding: 0 10px;
}
.iprols .iprobox:nth-of-type(4) .ipronr .p2{
    margin: 11px;
    float: right;
    width: 18px;
    height: 18px;
    background: url(../image/iprolg.png)no-repeat center;
}

.inews{
    background-color: #f5f5f5;
    padding-bottom: 60px;
}
.pubckxq{
    width: 7%;
    float: right;
    padding: 60px 0 30px;
}
.pubckxq .ickxq{
    width: 14px;
    height: 14px;
    background: url(../image/ickxq.png)no-repeat center;
    float: left;
    margin-right: 10px;
}
.pubckxq .ickxqtit{
    color: #030202;
    float: left;
    cursor: pointer;
}
.nsbn{
    position: relative;
    float: left;
}
.nsbanner{
    width: 710px;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.nsbanner img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.nsbanner img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.nsbut{
    text-align: center;
    width: 710px;
    height: 5px;
    position: absolute;
    top: 320px;
    z-index: 2;
}
.nsbut ul li{
    text-align: center;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
}
.nsbut  .on{
    background: #98b609 !important;
}

.inews1{
    width: 450px;
    float: right;
}
.inews1 .bgtit{

}
.inews1 .bgtit .btti{
    font-size: 24px;
    color: #333333;
    float: left;
}
.inslg1{
    margin: 5px 0 0 10px;
    float: left;
    width: 25px;
    height: 19px;
    background: url(../image/inslg1.png)no-repeat center;
}
.inews1 .bgtit .btxian{
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin: 20px 0 10px;
}
.inews1 .inls1{

}
.inews1 .inls1 ul li{
    border-top: 1px dashed #CDCDCD;
    transition: all 0.5s;
    height: 50px;
}
.inews1 .inls1 ul li:hover .logo{
    background-color: #98b609;
}
.inews1 .inls1 ul li:hover .tit,.inews1 .inls1 ul li:hover .time{
    color: #98b609;
}
.inews1 .inls1 ul li:nth-of-type(1){
    border-top: 0px dashed #CDCDCD;
}
.inews1 .inls1 ul li .logo{
    width: 5px;
    height: 5px;
    background-color: #aaaaaa;
    float: left;
    margin: 23px 10px 0;
    transition: all 0.5s;
}
.inews1 .inls1 ul li .tit{
    font-size: 14px;
    color: #333333;
    width: 70%;
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all 0.5s;
}
.inews1 .inls1 ul li .time{
    float: right;
    font-size: 14px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all 0.5s;
}


.inews2{
    width: 580px;
    float: left;
    margin-top: 40px;
}
.inews2 .bgtit{

}
.inews2 .bgtit .btti{
    font-size: 24px;
    color: #333333;
    float: left;
}
.inslg2{
    margin: 5px 0 0 10px;
    float: left;
    width: 25px;
    height: 19px;
    background: url(../image/inslg2.png)no-repeat center;
}
.inews2 .bgtit .btxian{
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin: 20px 0 10px;
}
.inews2 .inls2{

}
.inews2 .inls2 ul li{
    border-top: 1px dashed #CDCDCD;
    transition: all 0.5s;
    height: 50px;
}
.inews2 .inls2 ul li:hover .logo{
    background-color: #98b609;
}
.inews2 .inls2 ul li:hover .tit,.inews2 .inls2 ul li:hover .time{
    color: #98b609;
}
.inews2 .inls2 ul li:nth-of-type(1){
    border-top: 0px dashed #CDCDCD;
}
.inews2 .inls2 ul li .logo{
    width: 5px;
    height: 5px;
    background-color: #aaaaaa;
    float: left;
    margin: 23px 10px 0;
    transition: all 0.5s;
}
.inews2 .inls2 ul li .tit{
    font-size: 14px;
    color: #333333;
    width: 70%;
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all 0.5s;
}
.inews2 .inls2 ul li .time{
    float: right;
    font-size: 14px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all 0.5s;
}



.inews3{
    width: 580px;
    float: right;
    margin-top: 40px;
}
.inews3 .bgtit{

}
.inews3 .bgtit .btti{
    font-size: 24px;
    color: #333333;
    float: left;
}
.inslg3{
    margin: 5px 0 0 10px;
    float: left;
    width: 25px;
    height: 19px;
    background: url(../image/inslg3.png)no-repeat center;
}
.inews3 .bgtit .btxian{
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin: 20px 0 10px;
}

.news_box{
    float: left;
    width: 580px;
    height: 120px;
    margin-bottom:15px;
    transition: all 0.5s;
    background-color: #f8f8f8;
}
.news_box:nth-child(2n){
    margin-right: 0px;
}

.news_box {
    display: block;
}
.news_box .img_box{
    width: 200px;
    height: 120px;
    float: left;
    overflow: hidden;
}
.news_box .img_box img{
    width:100%;
    height: 100%;
    display: block;
    transition: 1s;
}
.news_box:hover .img_box img{
    transform:scale(1.1);
}
.news_box:hover .new_title{
    color: #98b609!important;
}
.news_box .txt_box{
    width: 350px;
    height: 120px;
    float: right;
}
.news_box .txt_box .new_title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
    overflow: hidden;
    transition: all 0.5s;
}
.news_box .txt_box .new_dis{
    width: 100%;
    line-height: 25px;
    color: #555;
    font-size: 14px;
    margin-right: 60PX;
}
.news_box .txt_box .new_dis1{
    width: 170px;
    height: 50px;
    line-height: 50px;
    color: #777777;
    font-size: 12px;
    float: left;
}
.news_box .txt_box .new_a1{
  width: 80px;
    height: 50px;
    line-height: 50px;
    color: #777777;
    font-size: 12px;
    float: right;
    transition: all 0.5s;
    text-align: right;
}

.intmls{
    position: relative;
    width: 1200px;
    overflow: hidden;
    height: 350px;
}
.intmls .intmlsbox{

}
.intmls .intmlsbox ul li{
    float: left;
    width: 280px;
    margin-right: 22.5px;
    position: relative;
}
.intmls .intmlsbox ul li:hover .intmimg img{
    transform: scale(1.1);
}
.intmls .intmlsbox ul li .intmimg{
    width: 280px;
    height: 200px;
    border: 1px solid #cccccc;
    overflow: hidden;
}
.intmls .intmlsbox ul li .intmimg img{
    width:100%;
    height: 100%;
    display: block;
    transition: 1s;
}
.intmls .intmlsbox ul li .intmnr{

}
.intmls .intmlsbox ul li .intmnr .tit{
    color: #333333;
    height: 30px;
    line-height: 30px;
    width: 280px;
    overflow: hidden;
}
.intmls .intmlsbox ul li .intmnr .more{
    color: #9bb90d;
}
.intmls .pre1,.intmls .next1 {
    position:absolute;
    cursor:pointer;
    color:#555555;
    text-align:center;
    line-height:37px;
    font-size:20px;
    top: 270px;
    z-index: 3;
    width: 70px;
    height: 40px;
    border: 1px solid #cccccc;
    transition: all 0.5s;
}
.intmls .pre1 {
    float: left;
    left: 520px;
    padding-right: 10px;
}
.intmls .next1 {
    float: right;
    right:520px;
    padding-left: 10px;
}
.intmls .pre1:hover,.intmls .next1:hover {
    border: 1px solid #9bb90d;
    color: #ffffff;
    background-color: #9bb90d;
}



.iabout{
    min-width: 1200px;
    height: 519px;
    background: url(../image/iabout.jpg)no-repeat center;
}
.iabout .flnr{
    width: 510px;
    float: left;
}
.iabout .flnr .tit1{
    padding: 100px 0 20px;
    font-size: 30px;
    color: #000000;
}
.iabout .flnr .tit2{
    font-size: 24px;
    color: #000000;
    margin-bottom: 50px;
}
.iabout .flnr .intro{
    font-size: 12px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 30px;
}
.iabout .flnr .link{
    position: relative;
}
.iabout .flnr .link .ickxq{
    width: 14px;
    height: 14px;
    background: url(../image/ickxq2.png)no-repeat center;
    float: left;
    margin-right: 10px;
}
.iabout .flnr .link .ickxqtit{
    color: #030202;
    float: left;
    cursor: pointer;
}
.iabout .frnr{
    float: right;
    width: 600px;
    padding-top: 62px;
    padding-left: 37px;
}

.iabout .frnr ul li{
    width: 250px;
    height: 200px;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.iabout .frnr ul li img{
    padding-top: 15px;
    margin-bottom: 15px;
}
.iabout .frnr ul li .p1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}
.iabout .frnr ul li .p2{
    width: 50px;
    height: 3px;
    background-color: #9bb90d;
    display: inline-block;
    margin-bottom: 15px;
}
.iabout .frnr ul li .p3{
    font-size: 12px;
    color: #333333;
}


.footer{
    background-color: #eeeeee;
    padding: 35px 0;
}

.footer ul {
    width: 150px;
    color: #333333;
    font-size: 14px;
    float: left;
    margin-right: 20px;
}
.footer ul.contact {
    width: 365px;
}
.footer ul li{
    margin-bottom: 10px;
    line-height: 20px;
}
.footer ul li.title {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    color: #333333;
}
.footer .qrCode{
    float: right;
}
.footer .qrCode .ftlg{
    width: 45px;
    height: 45px;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
}
.footer .qrCode .ftlg img{
    width: 100%;
    height: 100%;
    display: block;
}
.footer .qrCode .fttit{
    font-size: 16px;
    color: #333333;
    float: right;
    margin: 15px 0 0 15px;
}
.footer .qrCode .sys{
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.copyright{
    border-top: 1px solid #cccccc;
    background-color: #eeeeee;
    padding: 20px 0;
    font-size: 14px;
    color: #333333;
    text-align: center;
}



.inside-aside {
    width: 235px;
    float: left;
    position: relative;
    margin-top: -32px;
}

.left-menu .title {
    height: 130px;
    font-size: 20px;
    background: #aacd06;
    color: #fff;
    text-align: center;
    padding: 25px 0 0 0;
    position: relative;
}
.left-menu .title:before {
    content: "";
    display: block;
    width: 110px;
    height: 32px;
    background: url(../image/left-menu-title-bg.png) no-repeat;
    position: absolute;
    right: -110px;
    top: 0;
}
.left-menu .title .cn {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #ffffff;
    letter-spacing: 3px;
}
.left-menu .title .en {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
}


.left-menu .box {
    background: #eeeeee;
    padding: 10px 0;
    font-size: 14px;
}
.left-menu .box li {
    position: relative;
    border-bottom: 1px #fefefe solid;
}
.left-menu .box li:before {
    content: " ";
    display: block;
    width: 0%;
    height: 100%;
    background: #aacd06;
    position: absolute;
    z-index: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.left-menu .box li:after {
    content: " ";
    display: block;
    opacity: 0;
    width: 25px;
    height: 25px;
    background: url(../image/all-icon.png) no-repeat 0 -235px;
    position: absolute;
    right: 13px;
    top: 10px;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.left-menu .box li:last-child {
    border: none;
}
.left-menu .box li > a {
    display: block;
    line-height: 20px;
    padding: 12px 25px 12px 45px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.left-menu .box li:hover > a,
.left-menu .box li.cur > a {
    color: #fff;
}
.left-menu .box li:hover:before,
.left-menu .box li.cur:before {
    width: 100%;
}
.left-menu .box li:hover:after,
.left-menu .box li.cur:after {
    display: block;
    opacity: 1;
}
.left-menu .box li.cur > a {
    font-weight: bold;
}

.left-menu .list {
    margin: 25px 0 0 0;
}
.left-menu .list a {
    display: block;
}
.left-menu .list .first {
    display: block;
    background: #aacd06;
    color: #fff;
    line-height: 30px;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.left-menu .list .first:after {
    content: "";
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../image/all-icon.png) 0 -110px;
    margin: 5px 0 0 0;
}
.left-menu .list .first:hover {
    padding-left: 20px;
}
.left-menu .list .sencond {
    line-height: 30px;
    padding: 0 0 20px 0;
}
.left-menu .list .sencond a {
    color: #666666;
    border: 1px #eeeeee solid;
    padding: 7px 5px;
    position: relative;
    font-size: 14px;
    border-top: 0px;
}
.left-menu .list .sencond a:before {
    content: "";
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../image/all-icon.png) 0 -140px;
    margin: 5px 5px 0 0;
    transition: all .5s;
}
.left-menu .list .sencond a:hover {
    color: #aacd06;
}

.left-menu .list .sencond a:hover:before {
    background: url(../image/all-icon.png) -30px -140px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.left-menu .list .sencond a.cur {
    color: #aacd06;
}
.left-menu .list .sencond a.cur:before {
    background: url(../image/all-icon.png) -30px -140px;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.left-contact {
    width: 235px;
    margin-top: 25px;
}
.left-contact .title {
    background-color: #aacd06;
    padding: 20px 20px;
}
.left-contact .title .wxtb{
    width: 35px;
    height: 27px;
    background: url(../image/wxtb.png)no-repeat center;
    float: left;
}
.left-contact .title .tit{
    font-size: 18px;
    color: #ffffff;
    float: right;
    margin-top: 5px;
}
.left-contact .box {
    border: 1px #e0e0e0 solid;
    margin: 0px 0 30px;
    padding: 15px;
    min-height: 160px;
    color: #666666;
    line-height: 30px;
    font-size: 14px;
}
.left-contact .box b {
    color: #333;
}
.left-contact .box p {
    color: #333;
    font-size: 13px;
}


.frmain{
    width: 930px;
    float: right;
    overflow: hidden;
}
.frmain .frmtop{
    margin-top: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.frmain .frmtop .left{
    float: left;
    width: 13%;
}
.frmain .frmtop .left img{
    float: left;
}
.frmain .frmtop .left .p1{
    float: right;
    font-size: 18px;
    color: #555555;
    margin: 9px 0 0;
}
.frmain .frmtop .right{
    float: right;
    width: 85%;
    font-size: 14px;
    color: #555555;
    text-align: right;
    padding-top: 6px;
    line-height: 25px;
}
.frmain .frmtop .right a{
    color: #555555;
    transition: all 0.5s;
}
.frmain .frmtop .right a:hover{
    color: #aacd06;
}



.info-item {
    margin-bottom: 30px;
    height: 145px;
    overflow: hidden;
}
.info-item .times {
    width: 100px;
    height: 100%;
    float: left;
    border-top: 1px solid #E2E2E2;
    text-align: center;
    color: #999;
    padding-top: 20px;
    position: relative;
}
.info-item .times .year {
    font-size: 18px;
    margin: 20px 0;
}
.info-item .times .day {
    font-size: 42px;
    font-weight: bold;
}
.info-item .times:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    border-top: 24px solid #aacd06;
    border-bottom: 24px solid transparent;
    border-right: 24px solid transparent;
}
.info-item .intro {
    margin-left: 20px;
    width: 750px;
    height: 100%;
    float: left;
    padding-top: 20px;
    border-top: 1px solid #E2E2E2;
}
.info-item .intro .img {
    width: 200px;
    height: 120px;
    float: left;
}
.info-item .intro .img img {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}
.info-item .intro .txt {
    float: right;
    width: 520px;
    margin-right: 2px;
}
.info-item .intro .txt .part1 {
    font-size: 18px;
    color: #555;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    transition: all 0.5s;
}
.info-item:hover .intro .txt .part1 {
    color: #aacd06;
}
.info-item .intro .txt .part2 {
    font-size: 12px;
    color: #555555;
    margin: 8px 0;
}
.info-item .intro .txt .part2 span {
    color: #777777;
}
.info-item .intro .txt .part3 {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    height: 70px;
    overflow: hidden;
}
.info-item .arrow {
    width: 40px;
    height: 100%;
    float: right;
    background-color: #7d7d7d;
    transition: ease-in 0.4s;
    background-image: url('../image/arrow.png');
    background-position: center center;
}
.info-item:hover .arrow{
    background-color: #aacd06;
}
.info-item .arrow a {
    display: block;
    width: 100%;
    height: 100%;
}

/*分页信息*/
.pglf{
    font-size: 12px;
    color: #333333;
    position: absolute;
    left: 0px;
}
.pgrt{
    position: absolute;
    right: 0px;
    top: 27px;
}
.pgrt input{
    text-align: center;
    padding: 11px 15px;
    border: 1px solid #555555;
    color: #555555;
    border-radius: 1px;
    font-size: 14px;
    transition: ease-in 0.3s;
    width: 70px;
    height: 41px;
}
.pgrt button{
    padding: 10px 15px;
    border: 1px solid #555555;
    color: #555555;
    border-radius: 1px;
    margin: 0 8px;
    font-size: 14px;
    transition: ease-in 0.3s;
    background-color: #ffffff;
    cursor: pointer;
}
.pgrt button:hover{
    border:1px solid #aacd06;
    color: #ffffff!important;
    background-color: #aacd06;
}
/*分页*/
.paging {
    text-align:center;
    padding-top: 40px;
    height: 120px;
    position: relative;
}
.paging a{
    padding:10px 15px;
    border:1px solid #555555;
    color: #555555;
    border-radius:1px;
    margin:0 5px;
    font-size: 14px;
    transition: ease-in 0.3s;
}
.paging span{
    margin:0 5px;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
    border:1px solid #aacd06;
    color: #ffffff!important;
    background-color: #aacd06;
}
.currPage{
    border:1px solid #aacd06!important;
    color: #aacd06!important;
}







/*news-show*/
.show {
    line-height: 2;
    padding-bottom: 50px;
}
.show .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0;
    color: #aacd06;
}
.show .info {
    color: #999999;
    font-size: 12px;
    text-align: center;
}
.show .share {
    text-align: center;
    vertical-align: middle;
}
.show .share .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}
.show .nr {
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
}
.show .p-01 {
    padding: 0 0 0 20px;
    position: relative;
}
.show .p-01:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #aacd06;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.show .prev-next {
    overflow: hidden;
    color: #666666;
    margin: 30px 0 0 0;
    padding: 20px 0;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
}
.show .prev-next li {
    line-height: 41px;
    height: 41px;
    overflow: hidden;
}
.show .prev-next li span {
    float: left;
}
.show .prev-next li a {
    color: #666666;
    display: inline-block;
    max-width: 700px;
    overflow: hidden;
}
.show .prev-next li:hover a {
    color: #aacd06;
}
.show .related-news {
    overflow: hidden;
}
.show .related-news ul,
.show .related-news li {
    list-style: none;
}
.show .related-news .bt {
    font-size: 20px;
    color: #aacd06;
    padding: 20px 0;
    position: relative;
}
.show .related-news .bt:before {
    content: "-";
    color: #aacd06;
    font-weight: bold;
}
.show .related-news .list {
    margin: 0 0;
}
.show .related-news li {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.show .related-news li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/all-icon.png) no-repeat 0 -400px;
    float: left;
    margin: 9px 0 0 0;
}
.show .related-news li a {
    color: #666666;
    display: inline-block;
    max-width: 760px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.show .related-news li .time {
    color: #999999;
    float: right;
    font-size: 13px;
}
.show .related-news li:hover {
    margin-left: 10px;
}
.show .related-news li:hover a {
    color: #aacd06;
    text-decoration: underline;
}
.upperandlower {
    margin-top: 34px;
    position: relative;
    height: 80px;
}
.upperandlower .next {
    font-size: 14px;
    color: #555;
    line-height: 2.4em;
}
.upperandlower .next a {
    /*color: #008f47;*/
}
.upperandlower .history {
    width: 160px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #aacd06;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}

/*news-show*/



.case-item{
    width: 290px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.case-item:nth-child(3n){
    margin-right: 0px;
}
.case-item .lsimg{
    width: 290px;
    height: 207px;
    border: 1px solid #898989;
    transition: all .5s;
    overflow: hidden;
}
.case-item .lsimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 1s;
}
.case-item .lstit{
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #898989;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all .5s;
}
.case-item:hover .lsimg{
    border: 1px solid #aacd06;
}
.case-item:hover .lsimg img{
    transform:scale(1.1);
}
.case-item:hover .lstit{
    background-color: #aacd06;
}

.case-item2{
    width: 290px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.case-item2:nth-child(3n){
    margin-right: 0px;
}
.case-item2 .lsimg{
    width: 290px;
    height: 218px;
    border: 1px solid #898989;
    transition: all .5s;
    overflow: hidden;
}
.case-item2 .lsimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 1s;
}
.case-item2 .lstit{
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #898989;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all .5s;
}
.case-item2:hover .lsimg{
    border: 1px solid #aacd06;
}
.case-item2:hover .lsimg img{
    transform:scale(1.1);
}
.case-item2:hover .lstit{
    background-color: #aacd06;
}

.ivbox2{
    width: 290px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.ivbox2:nth-child(3n){
    margin-right: 0px;
}
.ivbox2:hover .ivboximg img{
    transform: scale(1.1);
}
.ivbox2:hover .ivboxtt{
    background-color: #aacd06;
    color: #ffffff;
}
.ivbox2 .ivboximg{
    width: 290px;
    height: 380px;
    overflow: hidden;
}
.ivbox2 .ivboximg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.ivbox2 .ivboxtt{
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
    background-color: #efefef;
    text-align: center;
    transition: all 0.5s;
}


.ivbox3{
    width: 220px;
    float: left;
    margin-right: 16.5px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.ivbox3:nth-child(4n){
    margin-right: 0px;
}
.ivbox3:hover .ivboximg img{
    transform: scale(1.1);
}
.ivbox3:hover .ivboxtt{
    background-color: #aacd06;
    color: #ffffff;
}
.ivbox3 .ivboximg{
    width: 220px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #efefef;
}
.ivbox3 .ivboximg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.ivbox3 .ivboxtt{
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
    background-color: #efefef;
    text-align: center;
    transition: all 0.5s;
}


.ivbox4{
    width: 450px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.ivbox4:nth-child(2n){
    margin-right: 0px;
}
.ivbox4:hover .ivboximg img{
    transform: scale(1.1);
}
.ivbox4:hover .ivboxtt{
    background-color: #aacd06;
    color: #ffffff;
}
.ivbox4 .ivboximg{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.ivbox4 .ivboximg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.ivbox4 .ivboxtt{
    font-size: 14px;
    color: #333333;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    padding: 0 10px;
    background-color: #efefef;
    text-align: center;
    transition: all 0.5s;
}
.bofang {
    width: 100px;
    height: 100px;
    background: url(../image/vediobf.png)no-repeat center;
    position: absolute;
    top: 30%;
    left: 40%;
}


.videos {
    background-color: #000000;
    display:none;
    position:fixed;
    top:17%;
    margin-left: -200px;
    z-index:999;
    width:1000px;
}
.videos2 {
    background-color: #000000;
    display:none;
    position:fixed;
    top:17%;
    z-index:999;
    width:1000px;
    margin-left: 100px;
}
.vclose {
    position:absolute;
    right:2%;
    top:2%;
    border-radius:100%;
    cursor:pointer;
}


/*文档下载*/
.downlist{
    padding-bottom: 35px;
}
.downlist li
{
    width: 290px;
    margin-right: 27px;
    margin-bottom: 30px;
    height: 175px;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    padding: 10px;
    transition: ease 0.5s;
}
.downlist li:nth-child(3n)
{
    margin-right: 0px;
}
.downlist li .img
{
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.downlist li .img img
{
    width: 100%;
    height: 100%;
}
.downlist li .dwlbox
{
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    color: #666;
}
.downlist li .dwlbox .dwl1
{
    width: 100%;
    height: 75px;
    color: #555555;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}
.downlist li .dwlbox .span_x{
    width: 50px;
    height: 2px;
    display: block;
    background-color: #aacd06;
    margin: 20px 0;
}
.downlist li .dwlbox .dwl3
{
    font-size: 12px;
    margin-top: 12px;
    color: #999;
}
.downlist li .dwlbox .dwl3 a
{
    margin-right: 15px;
    color: #aacd06;
}
.downlist li .dwlbox .dltime{
    float: right;
}
.downlist li:hover
{
    box-shadow: 3px 3px 6px #7e7e7e;

}






/*product*/
.proall{
    /*position: relative;*/
    padding-bottom: 50px;
}
.pro-radio{
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}
.pro-radio .prbrand{
    padding: 20px 0 0;
    border-bottom: 1px dashed #ccc;
}
.pro-radio .prbrand .pbfl{
    font-size: 14px;
    color: #333333;
    font-weight:bold;
    width: 10%;
    padding-left: 3%;
    float: left;
}
.pro-radio .prbrand .pbfr{
    float: left;
    width: 87%;
    font-size: 14px;
}

.pro-radio .prcptype{
    padding: 20px 0 0;
}
.pro-radio .prcptype .pbfl{
    font-size: 14px;
    color: #333333;
    font-weight:bold;
    width: 10%;
    padding-left: 3%;
    float: left;
}
.pro-radio .prcptype .pbfr{
    float: left;
    width: 87%;
    font-size: 14px;
}





.radio {
    padding-left: 30px;
    margin-bottom: 20px;
    float: left;
}

.radio a {
  color: #555555;
}

.radio .BtActive a {
    color: #aacd06;
    border-bottom: 1px solid #aacd06;
}
.radio input{
    display: none;
}
.radio label{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    color: #555555;
    cursor: pointer;
}
.radio label::before {

    content: "";
    display: none;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: none;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio input:checked + label {
    color: #aacd06;
}


.radio2 {
    width: 100%;
    height: 100%;
}

.radio2 input{
    display: none;
}
.radio2 a{
    position: relative;
    cursor: pointer;
    line-height: 55px;
    color: #FFFFFF;
    display: block;
}
.radio2 label::before {
    content: "";
    display: none;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.15s ease-in-out;
}
.radio2 label::after {
    display: none;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio2 input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio2 input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio2 input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
}
.radio2 input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio2 input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio2 input:checked + label {
    color: #FFFFFF;
}


input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}


.pro-search{
    position: relative;
}
.pro-search .psipt{
    width: 340px;
    height: 60px;
    border: 1px solid #cccccc;
    padding: 0 30px;
    color: #555555;
    float: left;
    margin-left: -1px;
}
.pro-search .ipt1{
    margin-left: 0px!important;
}
.pro-search .psbt{
    width: 260px;
    height: 60px;
    border: 1px solid #cccccc;
    color: #555555;
    float: left;
    background: url(../image/probut.jpg) no-repeat center;
    cursor: pointer;
}

.pro-list{
    /*position: relative;*/
    margin-top: 30px;
}
.pro-list table{
    border-color: #fdfdfd;
    text-align: center;
    margin-bottom: 50px;
}
.pro-list th{
    background-color: #aacd06;
    height: 50px;
    line-height: 50px;
    letter-spacing: 3px;
    font-size: 18px;
}
.pro-list th,.pro-list td{
    border: 1px solid #cccccc;
}
.pro-list .th-tit{
    color: #ffffff;
}
.pro-list tr{
    /*height: 40px;*/
}
.pro-list td{
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
}
.pro-list tr:nth-child(2n){
    background-color: #f6f6f6;
}
.pro-list td .divtit{
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    transition: ease 0.5s;
    cursor: pointer;
}
.pro-list td .divtit:hover{

}
.pro-list td .divtit .axh{
    display: inline-block;
    height: 35px;
}
.pro-list td .divtit:hover .axh{
    text-decoration: underline;
    color: #aacd06;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.detailed{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    left: 0px;
    top: 0px;
    z-index: 999;
    display: none;
}
.detailed .pdmain{
    width: 1200px;
    /*height: 310px;*/
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -600px;
    margin-top: -155px;
    box-shadow: 0px 0px 10px #666;
    border-radius: 5px;
    padding: 30px;
    display: none;
}
.detailed .pdmain .close{
    background-image: url(../image/fancybox_sprite.png);
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 8040;
}
.detailed .pdmain .tit{
    font-size: 18px;
    color: #aacd06;
    margin-bottom: 25px;
}
.progrid{
    border: 1px solid #e4e4e4;
    width: 100%;
}

.progrid tr td:nth-child(odd) {
    text-align: center;
    background: rgba(0, 132, 255, 0.03);
    width: 10%;
}
.progrid td {
    padding: 0.35vw;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    line-height: 25px;
    background: #fafafa;
    color: #555555;
    vertical-align: middle;
}
















