/*初始化*/
* {
    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;
}
.hidden{
    display: 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;
}



.pub_banner{
    height: 350px;
}

.hmsmall{
    position: absolute;
    z-index: 999999;
    top: 50px;
    left: 50%;
    margin-left: -600px;
    display: none;
}
.hmsmall .hsmbs{
    background-color: #eeeeee;
    border-radius: 30px 30px 0 0;
}

.hmsmall .hsmbs .hsmlg{
    float: left;
    margin-left: 80px;
    margin-top: 15px;
}
.hmsmall .hsmbs .hsmnr{
    float: left;
    padding: 22px;
}
.hmsmall .hsmbs .hsmnr .p1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}
.hmsmall .hsmbs .hsmnr .p2{
    font-size: 12px;
    color: #555555;
}
.hmsmall .hsmbs .hsmlx{
    float: right;
    margin-right: 85px;
    width: 185px;
    padding: 25px 0;
}
.hmsmall .hsmbs .hsmlx img{
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}
.hmsmall .hsmbs .hsmlx .p1{
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.hmsmall .hsmbs .hsmlx .p2{
    font-size: 17px;
    color: red;
    font-weight: bold;
}

.hmsmall .hsmls{
    background-color: #33b4a1;
    border-radius:0 0 30px 30px;
    padding: 0px 20px;
}
.hmsmall .hsmls ul li{
    float: left;
    display: inline-block;
    transition: all 1s;
    position: relative;
}
.hmsmall .hsmls ul .on{
    background:#313131;
}
.hmsmall .hsmls ul li a{
    width: 165px;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.5s;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    padding: 0 5px;
}




.hmlarge{
    position: relative;
    z-index: 19999;
    width: 100%;
    display: none;
}
.hmlarge .hsmbs{
    background-color: #eeeeee;
    /*border-radius: 30px 30px 0 0;*/
}

.hmlarge .hsmbs .hsmlg{
    float: left;
    margin-left: 80px;
    margin-top: 15px;
}
.hmlarge .hsmbs .hsmnr{
    float: left;
    padding: 22px;
}
.hmlarge .hsmbs .hsmnr .p1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}
.hmlarge .hsmbs .hsmnr .p2{
    font-size: 12px;
    color: #555555;
}
.hmlarge .hsmbs .hsmlx{
    float: right;
    margin-right: 85px;
    width: 185px;
    padding: 25px 0;
}
.hmlarge .hsmbs .hsmlx img{
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}
.hmlarge .hsmbs .hsmlx .p1{
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.hmlarge .hsmbs .hsmlx .p2{
    font-size: 16px;
    color: red;
    font-weight: bold;
}

.hmlarge .hsmls{
    background-color: #33b4a1;
    /*border-radius:0 0 30px 30px;*/
}
.hmlarge .hsmls ul .on{
    background: #313131;
}
.hmlarge .hsmls ul li{
    float: left;
    display: inline-block;
    transition: all 1s;
    position: relative;
}
.hmlarge .hsmls ul li a{
    width: 160px;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.5s;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    padding: 0 5px;
}

.hdop1{
    display: block;
}

.dropdown-menu{
    margin: 1px 0px;
    background-color: #33b4a1;
    color: #33b4a1;
    position: absolute;
    display: none;
    z-index: 999;
    /*border: 1px solid #008f47;*/
    border-radius: 2px;
    width: 100%;
}
.dropdown-menu div:nth-child(1){
    border-top: 0px solid #ccc;
}
.dropdown-menu div{
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    border-top: 1px solid #33b4a1;
    transition: ease-in 0.4s;
    padding: 8px 5px;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 14px;
}
.dropdown-menu div .xla{
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}
.dropdown-menu a:hover{
    background-color: #313131!important;
    color: #fff!important;
}



.ikeyw{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    height: 110px;
    background: url(../image/ikeyw.jpg)no-repeat center;
}
.ikeyw .ikeyw1{
    width: 400px;
    font-size: 18px;
    color: #ffffff;
    margin: 25px 0px 0px 60px;
    float: left;
}
.ikeyw .ikeyw2{
    width: 440px;
    float: left;
}
.ikeyw .ikeyw2 .p1{
    font-size: 18px;
    color: #333333;
    font-weight:bold;
    margin-bottom: 15px;
    margin-top: 30px;
}
.ikeyw .ikeyw2 .p2{
    font-size: 14px;
    color: #333333;
}
.ikeyw .ikeyw3{
    float: left;
    position: relative;
}
.ikeyw .ikeyw3 .p1{
    font-size: 14px;
    color: #333333;
    font-weight:bold;
    margin: 28px 50px 15px;
}
.ikeyw .ikeyw3 input{
    width: 270px;
    height: 35px;
    border-radius: 15px;
    border: 0px;
    padding: 0px 60px 0 20px;
}
.ikeyw .ikeyw3 button{
    position: absolute;
    right: 0;
    top: 57px;
    height: 35px;
    width: 50px;
    border: 0px;
    border-radius: 0 15px 15px 0px;
    cursor: pointer;
    color: #555;
    font-size: 14px;
}


.wzbs{
    color: #33B4A1!important;
}
.pubtt{
    height: 80px;
    background: url(../image/pubttbj.png) no-repeat center;
    margin: 90px 0 40px;
    text-align: center;
}
.pubtt .pubttp1{
    font-size: 30px;
    color: #555555;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.pubtt .pubttp2{
    font-size: 16px;
    color: #555555;
    letter-spacing: 1px;
}

.ihjjx{
    position: relative;
    overflow: hidden;
}
.ihjjx .ihjjxcot{
    margin-bottom: 80px;
}
.ihjjx .ihjjxcot img{
    float: left;
    margin-right: 20px;
}
.ihjjx .ihjjxcot .ihjjxbox{
    width: 220px;
    height: 225px;
    background-color: #33b4a1;
    float: left;
    padding: 28px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
.ihjjx .ihjjxcot .ihjjxbox:nth-of-type(4){
    padding: 16px;
}
.ihjjx .ihjjxcot .ihjjxbox img{
    float: left;
}
.ihjjx .ihjjxcot .ihjjxbox .p1{
    float: right;
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
}
.ihjjx .ihjjxcot .ihjjxbox .p2{
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    margin-top: 20px;
    line-height: 25px;
}
.ihjjx .ihjjxcot .ihjjxbox2{
    width: 260px;
    height: 225px;
    float: left;
    background-color: #33b4a1;
    padding: 35px;
}
.ihjjx .ihjjxcot .ihjjxbox2 .p1{
    color: #ffffff;
    font-size: 16px;
    text-align: right;
    padding: 20px 0;
}
.ihjjx .ihjjxcot .ihjjxbox2 .p2{
    color: #ffffff;
    font-size: 24px;
    text-align: right;
    padding-bottom: 20px;

}
.ihjjx .ihjjxcot .ihjjxbox2 .a1{
    width: 125px;
    height: 30px;
    color: #33b4a1;
    background-color: #ffffff;
    float: right;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}




.ipro{
    position: relative;
    display: flex;
    height: 1300px;
    background: url(../image/iprobj.jpg) no-repeat center;
}

.ipro .iproyj{
    width: 1200px;
    position: relative;
}

.ipro .iproyj .iproyjls{
    position: relative;
    width: 1200px;
    height: 200px;
    margin-top: 60px;
    overflow: hidden;
}
.ipro .iproyj .iproyjls ul{
    position: absolute;
    height: 100%;
    width: 99999px;
}

/*.ipro .iproyj .iproyjls ul li:first-child {*/
     /*margin-left: 0;*/
/*}*/
.ipro .iproyj .iproyjls ul li{
    float: left;
    width: 232px;
    height: 200px;
    margin-right: 12.5px;
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
    position: relative;
    /*margin-right: 0!important;*/
}
.ipro .iproyj .iproyjls ul li .iproyjlsimg{
    width: 180px;
    height: 130px;
    margin: 5% 10%;
}
.ipro .iproyj .iproyjls ul li .iproyjlsimg img{
    width: 100%;
    height: 100%;
    display: block;
}
.ipro .iproyj .iproyjls ul li .ipyjp1{
    font-size: 14px;
    color: #555555;
    text-align: center;
    padding: 0% 5%;
    overflow: hidden;
    height: 30px;
    line-height: 25px;
}
.ipro .iproyj .ipronp{
    margin: 30px 0;
    height: 30px;
    background: url(../image/iproxian.png) no-repeat center;
    position: relative;
    z-index: 1;
}

.pre1,.next1 {
    position:absolute;
    cursor:pointer;
    width:25px;
    height:30px;
    color:white;
    text-align:center;
    line-height:40px;
    font-size:20px;
    top: 230px;
    z-index: 3;
}
.pre1 {
    float: left;
    left: 570px;
    /*background: url(../image/iplf.png) no-repeat center;*/
}
.next1 {
    float: right;
    right:570px;
    /*background: url(../image/ipfr.png) no-repeat center;*/
}

.ipro .iproyj .iproyjls ul li:hover .ipromk{
    top: 0px;;
}
.ipro .iproyj .iproyjls ul li .ipromk{
    width: 228px;
    height: 198px;
    position: absolute;
    top: -200px;
    /*top: 0px;*/
    left: 0;
    background-color: #33b4a1;
    z-index: 10;
    transition: all 0.5s;
    padding: 15px 30px;
}
.ipro .iproyj .iproyjls ul li .ipromk .p1{
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed #FFFFFF;
    height: 40px;
    line-height: 35px;
    overflow: hidden;
}
.ipro .iproyj .iproyjls ul li .ipromk .a2{
    color: #fffefe;
    font-size: 12px;
    text-align: center;
    height: 30px;
    line-height: 40px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.ipro .iplsej{
    width: 1200px;
    overflow: hidden;
    height: 635px;
}
.ipro .iproej{
    width: 1200px;
    position: relative;
    float: left;
    height: 635px;
}
.ipro .iproej .ipebox1{
    width: 600px;
    height: 380px;
    background-color: #FFFFFF;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    float: left;
    transition: all 0.5s;
    padding: 30px;
}
.ipro .iproej .ipebox1:hover{
    box-shadow: 5px 5px 15px #7e7e7e;
    position: relative;
    z-index: 1;
}
.ipro .iproej .ipebox1:nth-of-type(1){
    border-left: 0px solid #cccccc;
}

.ipro .iproej .ipebox1 .ipebox1fl{
    width: 205px;
    float: left;
    margin: 50px 0 0 20px;
}
.ipro .iproej .ipebox1 .ipebox1fl .a1{
    font-size: 18px;
    color: #555555;
    margin-bottom: 30px;
    display: block;
}
.ipro .iproej .ipebox1 .ipebox1fl .p1{
    font-size: 12px;
    color: #555555;
    line-height: 30px;
}
.ipro .iproej .ipebox1 .ipebox1fl .a2{
    width: 125px;
    height: 35px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    display: block;
    letter-spacing: 2px;
    background-color: #33b4a1;
    line-height: 35px;
    margin-top: 20px;
}
.ipro .iproej .ipebox1 .ipebox1fr{
    width: 313px;
    height: 278px;
    float: right;
    margin: 25px 0 0 0px;
    border:1px solid #33b4a1;
}
.ipro .iproej .ipebox1 .ipebox1fr img{
    width: 100%;
    height: 100%;
    display: block;
}
.ipro .iproej .ipebox2{
    width: 400px;
    height: 255px;
    border-left: 1px solid #cccccc;
    background-color: #FFFFFF;
    float: left;
    transition: all 0.5s;
}
.ipro .iproej .ipebox2:hover{
    box-shadow: 5px 5px 15px #7e7e7e;
    position: relative;
    z-index: 1;
}
.ipro .iproej .ipebox2:nth-of-type(3){
    border-left: 0px solid #cccccc;
}

.ipro .iproej .ipebox2 .ipebox2fr{
    width: 205px;
    height: 182px;
    float: left;
    margin: 40px 10px;
    border:1px solid #33b4a1;
}
.ipro .iproej .ipebox2 .ipebox2fr img{
    width: 100%;
    height: 100%;
    display: block;
}
.ipro .iproej .ipebox2 .ipebox2fl{
    width: 160px;
    float: right;
    margin: 40px 5px;
}
.ipro .iproej .ipebox2 .ipebox2fl .a1{
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.ipro .iproej .ipebox2 .ipebox2fl .p1{
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}
.ipro .iproej .ipebox2 .ipebox2fl .a2{
    width: 90px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    display: block;
    letter-spacing: 2px;
    background-color: #33b4a1;
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px;
}
.iprobt{
    text-align: center;
    padding-top: 35px;
    position: absolute;
    bottom: 50px;
    width: 1200px;
}
.iprobt span{
    text-align: center;
    width: 12px;
    height: 12px;
    background: #555555;
    margin-right: 12px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
}
.iprobt .ipbthove{
    background-color: #33b4a1!important;
}
.cpejqh{
    text-align: center;
    margin-top: 50px;
}
.cpejsyy{
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 0px;
    background-color: #33b4a1;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
}
.cpejxyy{
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 0px;
    background-color: #33b4a1;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
}

.isav{
    position: relative;
    background: url(../image/isvbj.jpg) no-repeat top;
}
.isav .isvlg{
    position: absolute;
    top: 493px;
    z-index: 2;
    left: -105px;
}
.isav .wsmxz{
    width: 510px;
    float: right;
    padding-top: 90px;
    margin-bottom: 75px;
}
.isav .wsmxz .p1{
    font-size: 30px;
    color: #333333;
    font-weight:bold;
    float: right;
    margin-bottom: 5px;
}
.isav .wsmxz .p2{
    font-size: 16px;
    color: #999999;
    float: left;
    margin-bottom: 15px;
}
.isav .wsmxz .p2 .p2why{
    font-size: 36px;
    color: #33b4a1;
    letter-spacing: 4px;
}
.isav .wsmxz .p3{
    font-size: 16px;
    color: #555555;
    float: right;
}


.isav .isvls{
    position: relative;
}
.isav .isvls .isvbox{
    position: relative;
    height: 325px;
    width: 300px;
    float: left;
}
.isav .isvls .isvbox:nth-of-type(1){
    background: url(../image/isv01.jpg)no-repeat center;
    margin-left: 50%;
}
.isav .isvls .isvbox:nth-of-type(2){
    background: url(../image/isv02.jpg)no-repeat center;
}
.isav .isvls .isvbox:nth-of-type(3){
    background: url(../image/isv03.jpg)no-repeat center;
}
.isav .isvls .isvbox:nth-of-type(4){
    background: url(../image/isv04.jpg)no-repeat center;
}
.isav .isvls .isvbox:nth-of-type(3) .p1{
    color: #FFFFFF;
}
.isav .isvls .isvbox:nth-of-type(3) .p2{
    color: #FFFFFF;
}
.isav .isvls .isvbox:nth-of-type(3) .p3{
    color: #FFFFFF;
}
.isav .isvls .isvbox:nth-of-type(4) .p1{
    color: #FFFFFF;
}
.isav .isvls .isvbox:nth-of-type(4) .p2{
    color: #FFFFFF;
}
.isav .isvls .isvbox:nth-of-type(4) .p3{
    color: #FFFFFF;
}
.isav .isvls .isvbox .p1{
    font-size: 21px;
    color: #000000;
    margin: 115px 0 55px 160px;
}

.isav .isvls .isvbox .p2{
    font-size: 18px;
    color: #000000;
    padding: 0 5% 15px;
    text-align: center;
    font-weight:bold;
}

.isav .isvls .isvbox .p3{
    font-size: 14px;
    color: #000000;
    padding: 0 10%;
    text-align: center;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}


.isvfwlc{
    margin-top: 50px;
    height: 35px;
    background: url(../image/isvxian.jpg)no-repeat center;
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight:bold;
    letter-spacing: 2px;
}
.iscrxbd{
    margin-top: 40px;
}
.iscrxbd .isvrx{
    width: 360px;
    height: 100px;
    background: url(../image/isvrx.jpg)no-repeat center;
    font-size: 30px;
    color: red;
    padding: 55px 0 0 65px;
    font-weight:bold;
    letter-spacing: 1px;
    float: left;
}
.iscrxbd .isvbd{
    width: 825px;
    float: right;
}
.iscrxbd .isvbd .p1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}
.iscrxbd .isvbd .isvbdls{

}
.iscrxbd .isvbd .isvbdls .ipt1{
    width: 200px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 20px;
    margin-right: 20px;
}
.iscrxbd .isvbd .isvbdls .ipt2{
    width: 300px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 20px;
    margin-right: 20px;
}
.iscrxbd .isvbd .isvbdls button{
    width: 195px;
    height: 45px;
    background-color: #33b4a1;
    color: #FFFFFF;
    border: 0px;
    border-radius: 5px;
}

.isvtb{
    margin-top: 45px;
    height: 115px;
    background: url(../image/isvtbls.jpg)no-repeat center;
    margin-bottom: 55px;
}

.isvtb ul li{
    float: left;
    height: 100px;
    width: 240px;
    padding-top: 75px;
    font-size: 14px;
    color: #333333;
}
.isvtb ul li:nth-of-type(1){
    width: 225px;
    padding-left: 12px;
}
.isvtb ul li:nth-of-type(2){
    width: 225px;
}
.isvtb ul li:nth-of-type(3){
    width: 225px;
}
.isvtb ul li:nth-of-type(4){
    width: 215px;
}
.isvtb ul li:nth-of-type(5){
    width: 215px;
}
.isvtb ul li:nth-of-type(6){
    width: 85px;
}

.icase{
    height: 740px;
    background: url(../image/icasebj.jpg)no-repeat center;
}
.icase .icasett{

}
.icase .icasett .ictnr{
    float: left;
    padding-top: 70px;
    padding-bottom: 35px;
}
.icase .icasett .ictnr .p1{
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 25px;
    font-weight:bold;
    letter-spacing: 2px;
}
.icase .icasett .ictnr .p2{
    font-size: 16px;
    color: #FFFFFF;
}
.icase .icasett .ictbt{
    float: right;
    padding-top: 80px;
}
.icase .icasett .ictbt a{
    width: 160px;
    height: 45px;
    background-color: #ffffff;
    font-size: 14px;
    color: #333333;
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
}

.ialml{
    height: 90px;
    line-height: 90px;
    width: 1200px;
    margin: 0 auto;
    /*background: url(../image/al_ico2.jpg) no-repeat left top;*/
}

.ialml li {
    float: left;
    line-height: 90px;
    font-size: 14px;
    color: #555555;
    /*background: url(../image/al_ico2.jpg) no-repeat right top;*/
    margin-right: 2px;
    width: 238px;
    text-align: center;
    transition: all 0.5s;
    background-color: #FFFFFF;
}
/*.ialml li:nth-of-type(1){*/
    /*margin-left: 0px;*/
/*}*/
.ialml li span {
    padding-left: 35px;
    background: url(../image/al_ico1.png) no-repeat left center;
    height: 22px;
    line-height: 22px;
    padding: 2% 13%;
}

.ialml li.on{
    background-color: #33b4a1;
    color: #fff;
}
.ialml li.on span {
    background: url(../image/al_ico1_hv.png) no-repeat left center;
}

.ialcot{
    margin-top: 24px;
    width: 1200px;
    height: 450px;
    background-color: #FFFFFF;
}

.ialcot .iclfl{
    padding-top: 100px;
    margin: 0px 105px 0 70px;
    height: 375px;
    width: 410px;
    float: left;
}
.ialcot .iclfl .a1{
    font-size: 24px;
    color: #555555;
    display: block;
    margin-bottom: 40px;
}
.ialcot .iclfl .p1{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-bottom: 40px;
    height: 85px;
    overflow: hidden;
}
.ialcot .iclfl .a2{
    width: 170px;
    height: 50px;
    text-align: center;
    display: block;
    background-color: #33b4a1;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 2px;
    border-radius: 5px;
}

.ialcot .iclfr{
    padding-top: 45px;
    width: 600px;
    float: left;
    height: 375px;
}
.ialcot .iclfr .icbox{
    width: 270px;
    height: 170px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.ialcot .iclfr .icbox:hover .icboximg img{
    transform:scale(1.1)
}
.ialcot .iclfr .icbox .icboximg{
    width: 270px;
    height: 170px;
    overflow: hidden;
}
.ialcot .iclfr .icbox .icboximg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .3s;
}
.ialcot .iclfr .icbox .icboxcot{
    margin-top: -40px;
    z-index: 5;
    width: 270px;
    height: 40px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    position: absolute;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #FFFFFF;

}


.ihzhb{
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    padding-top: 20px;
}
.ihzhb .ihhbttp1{
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}

.ihzhb .ihzhbrmhy {
    text-align: center;
    padding-bottom: 30px;
    font-size: 15px;
    color: #555555;
}
.ihzhb .ihzhbrmhy span{
    font-size: 18px;
    color: #555555;
    font-weight:bold;
}
.izslist{
    /*margin-bottom: 60px;*/
    position: relative;
}
.zs_j1,.zs_j2{
    padding-top:20px;
}
.zs_j1{
    margin-right:30px;
}
.izslist ul {
    /*float: left;*/
    width: 1200px;
}
.izslist li {
    float: left;
    font-size: 0;
    line-height: 0;
    margin-right: 10px;
    width: 210px;
    transition: all 0.5s;
}
.izslist li img {
    width: 210px;
    height: 85px;
    border: 1px solid #cccccc;
}



.iabout{
    height: 820px;
    background: url(../image/iaboutbj.jpg)no-repeat center;
}

.iabout .iabcot{
    position: relative;
}

.iabout .iabcot .img1{
    float: left;
}
.iabout .iabcot .iabcotny{
    width: 555px;
    float: right;
}
.iabout .iabcot .iabcotny .p1{
    font-size: 14px;
    color: #33b4a1;
    margin-top: 40px;
    margin-bottom: 20px;
}
.iabout .iabcot .iabcotny .p2{
    font-size: 18px;
    color: #555555;
    margin-bottom: 50px;
}

.iabout .iabcot .iabcotny .p3{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    margin-bottom: 30px;
}

.iabout .iabcot .iabcotny .a1{
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #33b4a1;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}
.iabout .iabcot .iabcotny .a2{
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #959595;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}


.izslist2{
    margin-top: 55px;
    position: relative;
}
.zs_j3,.zs_j4{
    padding-top:60px;
}
.zs_j3{
    margin-right:20px;
}
.izslist2 ul {
    /*float: left;*/
    width: 1200px;
}
.izslist2 li {
    float: left;
    font-size: 0;
    line-height: 0;
    margin-right: 30px;
    width: 245px;
    transition: all 0.5s;
}
.izslist2 li img {
    width: 245px;
    height: 170px;
}
.izslist2 li p {
    margin: 10px 0;
    width: 245px;
    height: 30px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    line-height: 30px;
}
.qhde2{
    width: 1075px;
    position: absolute;
    left: 65px;
    overflow: hidden;
}





.inews{
    position: relative;
    min-width: 1200px;
    height: 780px;
    background: url(../image/inewsbj.jpg)no-repeat center;
}
.inews .inewslt{
    /*float: left;*/
    position: relative;
}
.inews .inewslt2{
    float: left;
    margin-bottom: 25px;
}
.inews .inewslt2 .ul1{
    height: 190px;
    overflow: hidden;
    display: block!important;
}
.inews .inewslt2 .ul1 li{
    float: left;
    width: 212.5px;
    height: 153px;
    text-align: center;
    padding: 60px;
    transition-duration: 0.5s;
    cursor: pointer;
}
.inews .inewslt2 .ul1 li span{
    width: 45px;
    height: 3px;
    background-color: #313131;
    display: inline-block;
    margin-bottom: 20px;
    transition: all 1s;
}
.inews .inewslt2 .ul1 li p{
    font-size: 18px;
    color: #090909;
    transition-duration: 0.5s;
}
.inews .inewslt2 .ul1 li a{
    font-size: 12px;
    color: #ffffff;
    transition-duration: 1s;
    margin-top: 40px;
    display: inline-block;
    display: none;
}
.inews .inewslt2 .incur{
    height: 190px!important;
    background-color: #33b4a1!important;
}
.inews .inewslt2 .incur span{
    background-color: #ffffff!important;
}
.inews .inewslt2 .incur p{
    color: #ffffff!important;
}
.inews .inewslt2 .incur a{
    display: block!important;
}


.inews .inewslt .inewslist{
    position: absolute;
    top: 230px;
    display: block;
}
.inews .inewslt .inewslistop1{
    display: block;
    transition-duration: 0.5s;
}
.inews .inewslt .inewslist .initem{
    width: 580px;
    height: 100px;
    margin-bottom: 25px;
}
.inews .inewslt .inewslist .initem img{
    width: 155px;
    height: 100px;
    float: left;
}
.inews .inewslt .inewslist .initem .nbrt{
    width: 400px;
    height: 100px;
    float: right;
    position: relative;
}
.inews .inewslt .inewslist .initem .nbrt .p1{
    font-size: 14px;
    color: #090909;
    margin: 0px 0 8px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
}
.inews .inewslt .inewslist .initem .nbrt .p2{
    font-size: 12px;
    color: #8a9c90;
    margin-bottom: 10px;
}
.inews .inewslt .inewslist .initem .nbrt .p3{
    font-size: 12px;
    color: #555555;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    /*width: 80%;*/
}
.inews .inewslt .inewslist .initem .nbrt .a1{
    position: absolute;
    right: 0;
    bottom: 7px;
    color: #8a9c90;
    font-size: 12px;
}

.inews .inewsrt{
    float: right;
    margin-top: 215px;
}
.inews .inewsrt .ictprt4{
    padding: 35px 100px 0;
}
.inews .inewsrt .ictprt4 .ipt1{
    width: 335px;
    height: 115px;
    border-radius: 10px;
    margin-bottom: 13px;
    padding: 15px;
    border: 0px;
    color: #555;
    resize:none;
    background: rgba(255,255,255,0.8);
}
.inews .inewsrt .ictprt4 .ipt2{
    width: 335px;
    height: 50px;
    border-radius: 10px;
    border: 0px;
    padding: 0 15px;
    margin-bottom: 13px;
    background: rgba(255,255,255,0.8);
}
.inews .inewsrt .ictprt4 button{
    width: 130px;
    height: 40px;
    background-color: #33b4a1;
    border: 0px;
    border-radius: 10px;
    color: #ffffff;
}

.inews .inewsrt .inewsaq{
    padding: 27px 0px 0 125px;
}
.inews .inewsrt .inewsaq .wditem{
    margin-bottom: 21px;
}
.inews .inewsrt .inewsaq .wditem a{
    color: #ffffff;
    font-size: 12px;
    display: block;
    margin-top: 1px;
}




.ilink{
    background-color: #33b4a1;
    padding: 20px 0;
}
.ilink .p1{
    font-size: 30px;
    color: #FFFFFF;
    font-weight:bold;
    float: left;
}
.ilink .p2{
    font-size: 14px;
    color: #FFFFFF;
    float: left;
    padding: 10px 5px 0 20px;
    font-weight:bold;
}
.ilink .iliknall{
    padding: 2.5px 0px 0;
    line-height: 27px;
}
.ilink .iliknall a{
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 10px;
}


.foot{
    background-color: #2a2a2a;
    position: relative;
}
.foot .ftlg{
    float: left;
    padding: 150px 0;
}
.foot .ftcot{
    float: left;
    width: 380px;
    font-size: 14px;
    color: #ffffff;
    line-height: 38px;
    margin-left: 50px;
    padding-top: 60px;
}
.foot .ftbd{
    float: left;
    padding-top: 40px;
    width: 425px;
}
.foot .ftbd .p1{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}
.foot .ftbd .ipt1{
    width: 200px;
    height: 45px;
    padding: 0 15px;
    border: 0px;
    display: inline-block;
    margin-right: 20px;
}
.foot .ftbd .ipt1:nth-of-type(2){
    margin-right: 0px;
}
.foot .ftbd .lte1{
    width: 100%;
    height: 90px;
    padding: 15px 15px;
    border: 0px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.foot .ftbd .yzm{
    float: left;
    width: 115px;
    height: 45px;
    padding: 0px 15px;
    border: 0px;
    display: inline-block;
    margin-right: 15px;
}
.foot .ftbd .ymzsz{
    float: left;
    background-color: #33b4a1;
    margin-right: 15px;
    cursor: pointer;
}
.foot .ftbd .sb1{
    float: left;
    background-color: #33b4a1;
    width: 175px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 0px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
}
.foot .fterw{
    float: right;
    padding-top: 50px;
}
.foot .ftxian{
    height: 1px;
    background: url(../image/ftxian.jpg)no-repeat center;
}
.foot .fllink{
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 0;
}




.pbls{
    position: relative;
    margin-bottom: 50px;
}
.pctlf{
    width: 300px;
    float: left;
}
.pctlf .pctlfmeu{
    width: 300px;
}

.pctlf .pctlfmeu .pcfmt{
    width: 100%;
    background-color: #313131;
    padding: 25px 30px;
}
.pctlf .pctlfmeu .pcfmt .img1{
    float: left;
}
.pctlf .pctlfmeu .pcfmt .p1{
    float: right;
    font-size: 20px;
    color: #ffffff;
    margin-top: 3px;
}
.pctlf .pctlfmeu .pcfml{
    width: 100%;
    background: #313131;
}
.pctlf .pctlfmeu .pcfml .yjfl{
    display: block;
    background: #313131;
    color: #fff;
    line-height: 30px;
    padding: 15px 5px;
    font-size: 16px;
    position: relative;
    transition: all .5s;
    width: 90%;
    margin-left: 5%;
    /*background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);*/
    /*background-size: 10px 1px;*/
    /*background-repeat: repeat-x;*/
}
.pctlf .pctlfmeu .pcfml .yjfl img{
    float: left;
    margin-top: 5.2px;
}
.pctlf .pctlfmeu .pcfml .yjfl span{
    margin-left: 15px;
    transition: all .5s;
}
.pctlf .pctlfmeu .pcfml .yjfl:after {
    content: "";
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
    background: url(../image/yjfllg2.png);
    margin: 5px 0 0 0;
    transition: all .5s;
}
.pctlf .pctlfmeu .pcfml ul li{
    transition: all .5s;
}
.pctlf .pctlfmeu .pcfml ul li:hover{
    background-color: #33b4a1;
}
.pctlf .pctlfmeu .pcfml ul li:hover .yjfl{
    background-color: #33b4a1;
}
.pctlf .pctlfmeu .pcfml ul li:hover .yjfl span{
    margin-left: 20px;
}
.pctlf .pctlfmeu .pcfml ul li:hover .yjfl:after{
    transform:rotate(90deg);
}
.yjsele{
    background-color: #33b4a1!important;
}
.yjsele .yjfl{
    background-color: #33b4a1!important;
}
.yjsele .yjfl:after{
    transform:rotate(90deg);
}


.pctlf .pctlfmeu .pcfml .ejfl{
    line-height: 50px;
    background-color: #f4f4f4;
}
.pctlf .pctlfmeu .pcfml .ejfl a{
    color: #333333;
    border-top: 1px #313131 dashed;
    padding: 0px 20px;
    position: relative;
    font-size: 14px;
    display: block;
    width: 90%;
    margin-left: 5%;
}
.pctlf .pctlfmeu .pcfml .ejfl a:nth-of-type(1){
    border-top: 0px;
}
.pctlf .pctlfmeu .pcfml .ejfl a:after{
    content: "";
    display: inline-block;
    float: right;
    width: 22px;
    height: 11px;
    background: url(../image/ejfllg1.png);
    margin: 20px 0 0 0;
    transition: all .5s;
    position: absolute;
    right: 6px;
}
.pctlf .pctlfmeu .pcfml .ejfl a:hover{
    color: #33b4a1;
}
.pctlf .pctlfmeu .pcfml .ejfl a:hover:after{
    background: url(../image/ejfllg1bs.png);
}
.pctlf .pctlfmeu .pcfml .ejfl .ejsele{
    color: #33b4a1;
}
.pctlf .pctlfmeu .pcfml .ejfl .ejsele:after{
    background: url(../image/ejfllg1bs.png);
}



.pctlf .pctlflx{
    margin-top: 20px;
    background: #313131;
	padding-bottom:20px;
}
.pctlf .pctlflx .img1{
    margin:10% 33% 5%;
}
.pctlf .pctlflx .p1{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 25px;
}
.pctlf .pctlflx .pctlflxcot{
    width: 85%;
    margin-left: 10%;
}
.pctlf .pctlflx .pctlflxcot{
}
.pctlf .pctlflx .pctlflxcot span{
    width: 7px;
    height: 9px;
    background: url(../image/pctlflxtb1.png);
    float: left;
    display: block;
    margin: 9px 11px;
}
.pctlf .pctlflx .pctlflxcot .p2{
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    float: left;
    width: 80%;
}

.pctlf .pctlflx .img2{
    margin:13%;
}

.pctlr{
    width: 900px;
    float: right;
}
.pctlrtt{
    border-bottom: 1px #33b4a1 solid;
    text-align: right;
    padding: 38px 5px;
    margin-bottom: 30px;
}
.pctlrtt .pctlrttall{
    float: right;
}
.pctlrtt img{
    float: left;
    margin: -2px 10px;
}
.pctlrtt span{
    float: left;
}
.pctlrtt a{
    font-size: 14px;
    color: #555555;
}

.probox{
    width: 272px;
    float: left;
    margin-left: 28px;
    margin-bottom: 30px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}
.probox .proboximg{
    width: 272px;
    height: 242px;
    border: 1px #d8d8d8 solid;
    transition: all .5s;
}
.probox .proboximg img{
    width: 100%;
    height: 100%;
    display: block;
}
.probox .proboxcot{
    width: 229px;
}
.probox .proboxcot .p1{
    font-size: 14px;
    color: #555555;
    border-bottom: 1px #555555 dashed;
    font-weight:bold;
    padding: 15px 0;
    transition: all .5s;
}
.probox .proboxcot .proboxcotbut{
    height: 35px;
    line-height: 35px;

}
.probox .proboxcot .proboxcotbut .p2{
    float: left;
    font-size: 12px;
    color: #555555;
    width: 100%;
    height: 35px;
    overflow: hidden;
}
.probox .proboxcot .proboxcotbut .p3{
    float: right;
    font-size: 12px;
    color: #555555;
    width: 58%;
    height: 35px;
    overflow: hidden;
}
.probox:hover .proboximg{
    border: 1px #33b4a1 solid;
}
.probox:hover .proboxcot .p1{
    color: #33b4a1;
    border-bottom: 1px #33b4a1 dashed;
}

.probox .mbshow{
    opacity: 0;
    width: 272px;
    height: 242px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../image/promb.png) no-repeat;
    z-index: 10;
}
.probox .mbshow a{
    width: 272px;
    height: 242px;
    display: inline-block;
}


.proboxrm{
    width: 272px;
    float: left;
    margin-left: 28px;
    margin-bottom: 30px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}
.proboxrm .proboximg{
    width: 272px;
    height: 242px;
    border: 1px #d8d8d8 solid;
    transition: all .5s;
}
.proboxrm .proboximg img{
    width: 100%;
    height: 100%;
    display: block;
}
.proboxrm .proboxcot{
    width: 100%;
}
.proboxrm .proboxcot .p1{
    font-size: 14px;
    color: #555555;
    /*border-bottom: 1px #555555 dashed;*/
    font-weight:bold;
    padding: 15px 0;
    transition: all .5s;
    text-align: center;
}
.proboxrm .proboxcot .proboxcotbut{
    height: 35px;
    line-height: 35px;

}
.proboxrm .proboxcot .proboxcotbut .p2{
    float: left;
    font-size: 12px;
    color: #555555;
    width: 40%;
    height: 35px;
    overflow: hidden;
}
.proboxrm .proboxcot .proboxcotbut .p3{
    float: right;
    font-size: 12px;
    color: #555555;
    width: 58%;
    height: 35px;
    overflow: hidden;
}
.proboxrm:hover .proboximg{
    border: 1px #33b4a1 solid;
}
.proboxrm:hover .proboxcot .p1{
    color: #33b4a1;
    /*border-bottom: 1px #33b4a1 dashed;*/
}

.proboxrm .mbshow{
    opacity: 0;
    width: 272px;
    height: 242px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../image/promb.png) no-repeat;
    z-index: 10;
}
.proboxrm .mbshow a{
    width: 272px;
    height: 242px;
    display: inline-block;
}

.paging {
    margin-top: 30px;
    text-align: center;
    height: 60px;
}
.paging a{
    padding:5px 12px;
    border:1px solid #ccc;
    border-radius:5px;
    margin:0 5px;
    transition: ease-out 0.3s;
}
.paging span{
    margin:0 5px;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
    color:#fff;
    background:#33b4a1;
}
.currPage{
    background:#33b4a1;
    color: #ffffff;
}

.rmpro{
    position: relative;
}
.rmpro .rmprott{
    margin-top: 10px;
    width: 870px;
    float: right;
    margin-bottom: 30px;
}
.rmpro .rmprott .p1{
    font-size: 18px;
    color: #313131;
    float: left;
}
.rmpro .rmprott .p1 span{
    font-size: 24px;
    color: #33b4a1;
}
.rmpro .rmprott .p2{
    width: 60px;
    height: 3px;
    background-color: #33b4a1;
    float: left;
    margin: 15px 20px 0;
}
.rmpro .rmprott .p3{
    width: 560px;
    height: 3px;
    background-color: #313131;
    float: left;
    margin: 15px 0px 0;
}
.rmpro .rmprott .p4{
    font-size: 18px;
    color: #313131;
    float: left;
    margin: 5px 0px 0 20px;
    letter-spacing: 2px;
}




.rmcase{
    position: relative;
}
.rmcase .rmcasett{
    margin-top: 10px;
    width: 870px;
    float: right;
}
.rmcase .rmcasett .p1{
    font-size: 18px;
    color: #313131;
    float: left;
}
.rmcase .rmcasett .p1 span{
    font-size: 24px;
    color: #33b4a1;
}
.rmcase .rmcasett .p2{
   width: 60px;
    height: 3px;
    background-color: #33b4a1;
    float: left;
    margin: 15px 20px 0;
}
.rmcase .rmcasett .p3{
    width: 600px;
    height: 3px;
    background-color: #313131;
    float: left;
    margin: 15px 0px 0;
}
.rmcase .rmcasett .p4{
    font-size: 18px;
    color: #313131;
    float: left;
    margin: 5px 0px 0 20px;
    letter-spacing: 2px;
}

.rmcase .rmcasels{
    margin: 30px 0;
    margin-left: 30px;
    float: left;
}
.rmcase .rmcasels:hover .rmclimg img{
    transform:scale(1.1)
}
.rmcase .rmcasels .rmclimg{
    width: 270px;
    height: 170px;
    overflow: hidden;
}
.rmcase .rmcasels .rmclimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .3s;
}
.rmcase .rmcasels .rmclcot{
    margin-top: -40px;
    z-index: 5;
    width: 270px;
    height: 40px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    position: absolute;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #FFFFFF;
}



.rmnews{
    position: relative;
}
.rmnews .rmnewstt{
    margin-top: 10px;
    width: 870px;
    float: right;
    margin-bottom: 30px;
}
.rmnews .rmnewstt .p1{
    font-size: 18px;
    color: #313131;
    float: left;
}
.rmnews .rmnewstt .p1 span{
    font-size: 24px;
    color: #33b4a1;
}
.rmnews .rmnewstt .p2{
    width: 60px;
    height: 3px;
    background-color: #33b4a1;
    float: left;
    margin: 15px 20px 0;
}
.rmnews .rmnewstt .p3{
    width: 600px;
    height: 3px;
    background-color: #313131;
    float: left;
    margin: 15px 0px 0;
}
.rmnews .rmnewstt .p4{
    font-size: 18px;
    color: #313131;
    float: left;
    margin: 5px 0px 0 20px;
    letter-spacing: 2px;
}



.rmnewsls{
    width: 420px;
    float: left;
    margin-left: 30px;
    position: relative;
    margin-bottom: 30px;
}
.rmnewsls .rmnlimg{
    width: 155px;
    height: 100px;
    float: left;
    overflow: hidden;
}
.rmnewsls .rmnlimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .3s;
}
.rmnewsls:hover .rmnlimg img{
    transform:scale(1.1)
}
.rmnewsls .rmnlcot{
    width: 250px;
    float: right;
}
.rmnewsls .rmnlcot .p1{
    font-size: 14px;
    color: #090909;
    font-weight:bold;
    margin: 10px 0;
}
.rmnewsls .rmnlcot .p2{
    font-size: 12px;
    color: #8a9c90;
    margin-bottom: 10px;
}
.rmnewsls .rmnlcot .p3{
    font-size: 12px;
    color: #555555;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.rmnewsls .rmnlcot .a1{
    font-size: 12px;
    color: #8a9c90;
    position: absolute;
    right: 10px;
    top: 80px;
}










.news_box{
    margin-left: 30px;
    float: left;
    width: 870px;
    height: 195px;
    margin-bottom:30px;
    border:1px solid #cecece;
    transition: box-shadow 0.3s;
    background-color: #FFFFFF;
}
.news_box:nth-child(2n){
    margin-right: 0px;
}
.news_box:hover{
    box-shadow: 5px 5px 15px #7e7e7e;
    background-color: #ffffff;
}


.news_box .img_box{
    width: 240px;
    height: 160px;
    float: left;
    margin-left:15PX;
}
.news_box .img_box>img{
    display: block;
    width: 100%;
    height: 100%;
    margin-top:15px;
}

.news_box:hover .txt_box .new_title,
.news_box:hover .txt_box .new_a1 {
    color: #33b4a1;
}

.news_box .txt_box{
    width: 570px;
    height: 166px;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}
.news_box .txt_box .new_title{
    width: 570px;
    height: 50px;
    line-height: 50px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
}
.news_box .txt_box .new_dis{
    width: 570px;
    line-height: 30px;
    color: #555;
    font-size: 14px;
    height: 65px;
    overflow: hidden;
}
.news_box .txt_box .new_dis1{
    width: 170px;
    height: 30px;
    line-height: 30px;
    color: #777777;
    font-size: 12px;
    float: left;
}
.news_box .txt_box .new_a1{
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #777777;
    font-size: 12px;
    float: right;
}



/*news-show*/
.show {
    line-height: 2;
    padding-left: 30px;
    width: 900px;
}
.show img{
   /* width: 100%;*/
   max-width: 100%;
}
.show .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0;
    color: #33b4a1;
}
.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: #33b4a1;
    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: #33b4a1;
}

.upperandlower {
    margin-top: 34px;
    position: relative;
}
.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: #33b4a1;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}

/*客户案例*/
.casebox{
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
    width: 420px;
    height: 265px;
}
.casebox:hover .cbimg img{
    transform:scale(1.1);
}
.casebox .cbimg{
    width: 420px;
    height: 265px;
    overflow: hidden;
}
.casebox .cbimg img{
    width: 100%;
    height: 100%;
    transition: .3s;
}
.casebox .cbcot{
    margin-top: -50px;
    z-index: 5;
    width: 420px;
    height: 50px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    position: absolute;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #FFFFFF;
}


.product-show {
    background: #fff;
    margin-left: 30px;
    width: 870px;
}
.product-show .big-pic {
    width: 315px;
    height: 280px;
    float: left;
    margin-bottom: 60px;
    border: 1px #e4e4e4 solid;
}
.product-show .big-pic .spec-preview{
    width: 100%;
    height: 100%;
}
.product-show .big-pic img{
    width: 100%;
    height: 100%;
    display: block;
}
.product-show .bt {
    font-size: 24px;
    color: #33b4a1;
    margin-bottom: 20px;
    line-height: 30px;
}
.product-show .show-info {
    width: 500px;
    float: right;
    color: #666666;
    margin-bottom: 60px;
}
.product-show .show-info .descption b {
    color: #333;
}
.product-show .show-info .share {
    border-bottom: #e0e0e0 solid 1px;
    max-width: 580px;
    padding-bottom: 30px;
    margin: 40px 0 20px 0;
}

.product-show .show-info .p1{
    font-size: 16px;
    margin: 10px 0;
}
.product-show .show-info .p2{
    font-size: 16px;
    margin: 10px 0;
}
.product-show .show-info .p3{
    font-size: 14px;
    margin: 10px 0;
    line-height: 28px;
    /*height: 110px;*/
    max-height: 110px;
    overflow: hidden;
}
.product-show .btns {
    margin: 15px 0 0 0;
    font-size: 15px;
}
.product-show .inquiry-btn,
.product-show .contact-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 130px;
    padding: 0px 5px;
    text-align: center;
    background: #b1b1b1;
    color: #fff;
    margin: 0 20px 0 0;
    font-size: 14px;
    float: left;
    position: relative;
    border-radius: 2px;
    transition: all 0.5s;
}
.product-show .inquiry-btn:before,
.product-show .contact-btn:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}
.product-show .inquiry-btn.inquiry-btn:before,
.product-show .contact-btn.inquiry-btn:before {
    background: url(../image/all-icon.png) 0 -650px;
}
.product-show .inquiry-btn.contact-btn,
.product-show .contact-btn.contact-btn {
    background: #b1b1b1;
}
.product-show .inquiry-btn.contact-btn:before,
.product-show .contact-btn.contact-btn:before {
    background: url(../image/all-icon.png) 0 -685px;
}
.product-show .inquiry-btn:hover,
.product-show .contact-btn:hover {
    background: #33b4a1;
}
.product-show .share-btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    min-width: 120px;
    text-align: center;
    float: left;
    color: #fff;
    background: #b1b1b1;
}


.product-show .share-btn:hover {
    background: #33b4a1;
}
.product-show .tab {
    clear: both;
    margin: 0 auto 0;
    border: 1px #e9e7e7 solid;
}
.product-show .tabBtn {
    position: relative;
    height: 50px;
    border-bottom: 1px #e9e7e7 solid;
    background-color: #33b4a1;
    padding: 0 10px 0 40px;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
.product-show .tabBtn a {
    min-width: 170px;
    display: inline;
    float: left;
    padding: 0 10px;
    line-height: 50px;
    color: #FFF;
    position: relative;
    transition: all .5s;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.product-show .tabSec {
    width: 100%;
    overflow: hidden;
    padding: 25px 25px;
    min-height: 350px;
    font-size: 14px;
    line-height: 2;
}


/*资质证书*/
.zs_list{
    width: 870px;
}
.zs_list .honor{
}
.zs_list .honor li{
    float: left;
    width: 270px;
    margin-right: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}
.zs_list .honor li:nth-child(3n){
    margin-right: 0px;
}
.zs_list .honor li a img{
    display: block;
    width: 270px;
    height: 190px;
    border: 1px solid #d5d5d5;
}
.zs_list .honor li a p{
    font-size: 14px;
    color: #555;
    text-align: center;
    background-color: #eee;
    height: 40px;
    line-height: 40px;
}
.zs_list .honor li:hover a p{
    color: #33b4a1;
}


/*提示框*/
.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
}