/*初始化*/
* {
    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;
}



.pub_banner{
    height: 380px;
}
/*提示框*/
.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
}







.ihead{
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.ihead .logo{
    float: left;
}
.ihead .menu{
    float: right;
}
.ihead .menu ul li{
    float: left;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    position: relative;
}
.ihead .menu ul li a{
    width: 100px;
    height: 80px;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.3s;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
    padding: 0 5px;
}
.ihead .menu ul li:hover a{
    color: #3ab6f3;
}


.iselect{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    height: 78px;
    background: url(../image/iselect.jpg)no-repeat center;
}

.iselect .ikeyw1{
    padding: 17px 0;
    float: left;
}
.iselect .ikeyw1 .p1{
    font-size: 14px;
    color: #ffffff;
    line-height: 10px;
    margin-bottom: 10px;
}
.iselect .ikeyw1 .p2{
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
}
.iselect .ikeyw1 .p2 span{
    width: 20px;
    display: inline-block;
}

.iselect .ikeyw2{
    float: right;
    position: relative;
    margin-right: 25px;
}
.iselect .ikeyw2 .p1{
    font-size: 14px;
    color: #333333;
    font-weight:bold;
    margin: 11px 30px 15px;
}
.iselect .ikeyw2 input{
    width: 255px;
    height: 30px;
    border-radius: 15px;
    border: 0px;
    padding: 0px 60px 0 20px;
}
.iselect .ikeyw2 button{
    position: absolute;
    right: 0;
    top: 40px;
    height: 30px;
    width: 50px;
    border: 0px;
    border-radius: 0 15px 15px 0px;
    cursor: pointer;
    color: #555;
    font-size: 14px;
}

.pubtt{
    text-align: center;
    padding: 45px 0;
}
.pubtt .p1{
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}
.pubtt .p2{
    font-size: 30px;
    color: #000000;
    margin-bottom: 18px;
}
.pubtt .p2 .spx1{
    width: 85px;
    height: 1px;
    background-color: #000000;
    display: inline-block;
    float: left;
    margin-left: 30%;
    margin-top: 20px;
}
.pubtt .p2 .spx2{
    width: 85px;
    height: 1px;
    background-color: #000000;
    display: inline-block;
    float: right;
    margin-right: 30%;
    margin-top: 20px;
}
.pubtt .p3{
    font-size: 14px;
    color: #545454;
}
.ipro{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    background-color: #f5f5f5;
}

.ipro .iprosz{
    padding-bottom: 50px;
}
.ipro .iprosz ul li{
    float: left;
    font-size: 14px;
    color: #2e2e2e;
    width: 240px;
    text-align: center;
    margin-top: 10px;

}

.iprols{

}
.iprols .iprolsmu{
    width: 322px;
    float: left;
}

.iprols .iprolsmu ul li{
    width: 322px;
    height: 140px;
    background: url(../image/iprolsmubj.jpg)no-repeat center;
    margin-bottom: 2px;
    transition: all 0.5s;
}
.iprols .iprolsmu ul li .iplmlg{
    width: 65px;
    height: 65px;
    overflow: hidden;
    float: left;
    margin: 35px;
}
.iprols .iprolsmu ul li:nth-of-type(1) .iplmlg{
    background: url(../image/iplmlg1hs.png)no-repeat center;
}
.iprols .iprolsmu ul li:nth-of-type(2) .iplmlg{
    background: url(../image/iplmlg2hs.png)no-repeat center;
}
.iprols .iprolsmu ul li:nth-of-type(3) .iplmlg{
    background: url(../image/iplmlg3hs.png)no-repeat center;
}
.iprols .iprolsmu ul li:nth-of-type(4) .iplmlg{
    background: url(../image/iplmlg4hs.png)no-repeat center;
}
.iprols .iprolsmu ul li:nth-of-type(5) .iplmlg{
    background: url(../image/iplmlg5hs.png)no-repeat center;
}
.iprols .iprolsmu ul li:nth-of-type(1):hover .iplmlg{
    background: url(../image/iplmlg1.png)no-repeat center;!important;
}
.iprols .iprolsmu ul li:nth-of-type(2):hover .iplmlg{
    background: url(../image/iplmlg2.png)no-repeat center;!important;
}
.iprols .iprolsmu ul li:nth-of-type(3):hover .iplmlg{
    background: url(../image/iplmlg3.png)no-repeat center;!important;
}
.iprols .iprolsmu ul li:nth-of-type(4):hover .iplmlg{
    background: url(../image/iplmlg4.png)no-repeat center;!important;
}
.iprols .iprolsmu ul li:nth-of-type(5):hover .iplmlg{
    background: url(../image/iplmlg5.png)no-repeat center;!important;
}
.iprols .iprolsmu .on:nth-of-type(1) .iplmlg{
    background: url(../image/iplmlg1.png)no-repeat center;!important;
}
.iprols .iprolsmu .on:nth-of-type(2) .iplmlg{
    background: url(../image/iplmlg2.png)no-repeat center;!important;
}
.iprols .iprolsmu .on:nth-of-type(3) .iplmlg{
    background: url(../image/iplmlg3.png)no-repeat center;!important;
}
.iprols .iprolsmu .on:nth-of-type(4) .iplmlg{
    background: url(../image/iplmlg4.png)no-repeat center;!important;
}
.iprols .iprolsmu .on:nth-of-type(5) .iplmlg{
    background: url(../image/iplmlg5.png)no-repeat center;!important;
}

/*.iprols .iprolsmu ul li .iplmlg img{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
/*}*/
.iprols .iprolsmu ul li .iplmnr{
    float: right;
    width: 55%;
    margin-top: 40px;
}
.iprols .iprolsmu ul li .iplmnr .a1{
    font-size: 18px;
    color: #545454;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.5s;
}
.iprols .iprolsmu ul li .iplmnr .a2{
    font-size: 14px;
    color: #555555;
    display: inline-block;
    transition: all 0.5s;
}





.iprols .iprolsmu ul li:hover{
    background: url(../image/iprolsmubjhv.jpg)no-repeat center;
}
.iprols .iprolsmu ul li:hover .iplmnr .a1,.iprols .iprolsmu ul li:hover .iplmnr .a2{
    color: #ffffff;

}
.iprols .iprolsmu .on{
    background: url(../image/iprolsmubjhv.jpg)no-repeat center;
}
.iprols .iprolsmu .on .iplmnr .a1{
    color: #ffffff;
}
.iprols .iprolsmu .on .iplmnr .a2{
    color: #ffffff;
}



.iprolist{
    float: left;
    width: 878px;
    height: 708px;
}
.iprolist .iplsal{

}
.iprobox{
    width: 410px;
    height: 343px;
    background-color: #ffffff;
    margin-left: 25px;
    float: left;
    text-align: center;
    transition: all 0.5s;
    margin-bottom: 25px;
}
.iprobox a{
    width: 410px;
    height: 280px;
    display: inline-block;
}
.iprobox .ipimg{
    width: 300px;
    height: 280px;
    display: inline-block;
    margin: 10px 0;
}
.iprobox .ipimg img{
    width: 100%;
    height: 100%;
    display: block;
}
.iprobox .ipnr{
    font-size: 14px;
    color: #555555;
    padding: 0 10%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.iprobox:hover{
    box-shadow: 5px 5px 15px #7e7e7e;
}








.inews{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
    background-color: #f5f5f5;
}


.sifnr{

}
.sifnr .one{
    width: 444px;
    float: left;
    overflow: hidden;
    margin-right: 12px;
}
.sifnr .one .inew1img{
    width: 444px;
    height: 370px;
    overflow: hidden;
}
.sifnr .one .inew1img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}
.sifnr .one:hover .inew1img img{
    /*transform: scale(1.05);*/
}
.sifnr ul li.one .news-title {
    bottom: 110px;
    left: 35px;
    width: 100%;
    padding-left: 20px;
    color: #fff;
    position: relative;
}
.sifnr ul li.one .news-title h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 26px;
}
.sifnr ul li.one .news-title p {
    font-size: 16px;
    letter-spacing: 1px;
}

.sifnr ul li.two {
    float: left;
    width: 400px;
    margin-right: 12px;
}
.sifnr ul li.two .inbox {
    width: 400px;
    height: 180px;
    padding: 38px 44px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    transition: all 0.5s;
    background: url(../image/inbdb.jpg) center no-repeat;
}
.sifnr ul li.two .top h5 {
    font-size: 14px;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    transition: all 0.5s;
}
.sifnr ul li.two .top div.p {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 24px;

}
.sifnr ul li.two .top div.p .p1 {
    height: 30px;
    padding-top: 15px;
    font-size: 12px;
    color: #555;
    overflow: hidden;
    transition: all 0.5s;
}
.injtd{
    position: absolute;
    top: 40%;
    right: 66px;
    margin-top: 62px;
    width: 47px;
    height: 16px;
    background: url(../image/injdh.png) center no-repeat;
    transition: all 0.5s;
}
.sifnr ul li.two .top img {
    position: absolute;
    top: 40%;
    right: 66px;
    margin-top: 62px;
}
.sifnr ul li.two .bottom h3 {
    padding-top: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #555;
    padding-bottom: 10px;
    transition: all 0.5s;
}
.sifnr ul li.two .bottom span {
    font-size: 12px;
    display: block;
    color: #555;
    transition: all 0.5s;
}
.sifnr ul li.three {
    float: left;
}
.sifnr ul li.three .inbox {
    width: 330px;
    height: 116.5px;
    padding: 30px 30px;
    margin-bottom: 10px;
    display: block;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s;
    background: url(../image/inbxb.jpg) center no-repeat;
}
.sifnr ul li.three .inbox .left {
    width: 25%;
    border-right: 1px solid #eeeeee;
    float: left;
}
.sifnr ul li.three .inbox .left h3 {
    font-size: 24px;
    color: #555;
    font-weight: 700;
    padding-bottom: 15px;
    transition: all 0.5s;
}
.sifnr ul li.three .inbox .left span {
    font-size: 14px;
    display: block;
    color: #555;
    transition: all 0.5s;
}
.sifnr ul li.three .inbox .right {
    width: 75%;
    padding-left: 20px;
    float: left;
}
.sifnr ul li.three .inbox .right h5 {
    height: 15px;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    word-break: break-all;
    overflow: hidden;
    transition: all 0.5s;
}
.sifnr ul li.three .inbox .right .p1 {
    font-size: 12px;
    color: #555;
    padding-top: 10px;
    transition: all 0.5s;
}
.sifnr ul li.three .inbox .right .injtx {
    padding-top: 40px;
    margin: 0;
    display: block;
    width: 27px;
    height: 9px;
    background: url(../image/injxh.png) center no-repeat;
    transition: all 0.5s;
}
.sifnr ul li.two .inbox:hover{
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    background: url(../image/inbdc.jpg) center no-repeat;
}
.sifnr ul li.three .inbox:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    background: url(../image/inbxc.jpg) center no-repeat;
}
.sifnr ul li.two .inbox:hover .injtd{
    background: url(../image/injdb.png) center no-repeat;
}
.sifnr ul li.three .inbox:hover .injtx{
    background: url(../image/injxb.png) center no-repeat;
}
.sifnr ul li.two .inbox:hover h5,
.sifnr ul li.two .inbox:hover h3,
.sifnr ul li.two .inbox:hover span,
.sifnr ul li.two .inbox:hover .p1{
    color: #ffffff!important;
}
.sifnr ul li.three .inbox:hover h5,
.sifnr ul li.three .inbox:hover h3,
.sifnr ul li.three .inbox:hover span,
.sifnr ul li.three .inbox:hover .p1{
    color: #ffffff!important;
}
.wzbs{
    color: #0e8efc;
}

.ihzhb{
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    padding-top: 20px;
    background-color: #f5f5f5;
    padding-bottom: 60px;
}
.ihzhb .ihhbttp1{
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}
.ihzhb .ihhbttp2{
    font-size: 14px;
    color: #777777;
    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;
}





.ilink{
    background-color: #e4e4e4;
}
.ilink .p1{
    float: left;
    line-height: 0px;
}
.ilink .p2{
    font-size: 14px;
    color: #FFFFFF;
    float: left;
    padding: 10px 5px 0 20px;
    font-weight:bold;
}
.ilink .iliknall{
    line-height: 54px;
    height: 54px;
    overflow: hidden;
}
.ilink .iliknall a{
    font-size: 14px;
    color: #555555;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
}








.foot{
    background-color: #373b41;
}
.foot .ftpd{
    padding: 20px 0;

}
.foot .ftml{
    float: left;
    padding: 20px 0;
    width: 325px;
    text-align: center;
}
.foot .ftml .ftlogo{
    margin-top: 20px;
    display: inline-block;
}
.foot .ftml .ftmlist{
    float: left;
}
.foot .ftml .ftmlist ul{
    float: left;
}
.foot .ftml .ftmlist ul li{
    height: 35px;
    margin-left: 30px;
    width: 100px;
    overflow: hidden;
}
.foot .ftml .ftmlist ul li a{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
}
.foot .ftml .ftmlist ul li .bt{
    font-weight:bold
}
.foot .ftct{
    float: left;
    padding: 20px 30px;
    width: 410px;
    border-right: 1px solid #7c7c7c;
}
.foot .ftct p{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 30px;
}
.foot .ftewm{
    float: left;
    padding: 45px 45px;
}
.foot .ftbt{
    width: 1200px;
    height: 60px;
    border-top: 1px solid #7c7c7c;
}
.foot .ftbt p{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 60px;
    text-align: center;
}





.cotlist{
    padding: 0px 0;
    background-color: #f2f1f0;
}
.cotlist .ctlny{
    padding: 20px 0 50px 0;
}
.yjsele{
    background-color: #0e8efc!important;
    color: #ffffff!important;
}

/*新闻*/
.category ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*text-align: center;*/
}
.category ul li {
    display: inline-block;
    margin: 0 6px 20px;
    border: 1px solid #d2d2d2;
    height: 42px;
    line-height: 42px;
    color: #555555;
    background-color: #ffffff;
    transition: ease-in 0.4s;
    padding: 0 40px;
    font-size: 14px;
}
.category ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.category ul li:hover,
.category ul li.active {
    background-color: #0e8efc;
    color: #ffffff;
    transition: ease-out 0.4s;
}
.classa {
    background-color: #0e8efc!important;
    color: #FFF!important;
}

.news_list{
    position: relative;
    padding: 50px 0;
}
.news_box{
    margin-right: 35px;
    float: left;
    width: 580px;
    height: 195px;
    background:#fff;
    margin-bottom:15px;
    border-bottom:1px solid #cecece;
    transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
}
.news_box:nth-child(2n){
    margin-right: 0px;
}
.news_box:hover{
    box-shadow: 5px 5px 15px #7e7e7e
}

.news_box{
    display: block;
    box-shadow: 3px 3px 3px #e2e2e2;
}
.news_box .img_box{
    width: 263px;
    height: 170px;
    float: left;
    margin-left:15PX;
}
.news_box .img_box img{
    display: block;
    width: 263px;
    height: 166px;
    margin-top:14px;
}

.news_box:hover .txt_box .new_title,
.news_box:hover .txt_box .new_a1 {
    color: #0e8efc;
}

.news_box .txt_box{
    width: 270px;
    height: 166px;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}
.news_box .txt_box .new_title{
    width: 270px;
    height: 55px;
    line-height: 55px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}
.news_box .txt_box .new_dis{
    width: 269px;
    line-height: 30px;
    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: 60px;
    height: 50px;
    line-height: 50px;
    color: #777777;
    font-size: 12px;
    float: right;
}

.pubititle{
    text-align: center;
}
.pubititle .ipt1{
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    color: #555555;
    padding-top: 60px;
}
.pubititle .ipt2{
    color: #0e8efc;
    margin: 25px 0 25px 0;
    text-transform: uppercase;
    font-size: 22px;
}

/*分页*/
.paging {
    text-align: center;
}
.paging a{
    display: inline-block;
    padding: 8px 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:#0e8efc;
}
.currPage{
    background:#0e8efc;
    color: #ffffff;
}
/*新闻内页*/
.new_ny{
    /*padding-top: 10px;*/
}
.new_ny .p1{
    text-align: center;
    font-size: 22px;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 30px;
    color: #0e8efc;
    line-height: 30px;
}
.new_ny .new_ny_sj{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.new_ny .new_ny_sj span{
    color: #777;
    font-size: 14px;
}
.new_ny .new_ny_nr{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
}
.new_ny .new_ny_nr img{
    max-width: 1200px;
}

.up_down{
    border-top:1px solid #ccc;
}
.up_down p{
    margin-top: 20px;
    font-size: 14px;
    color: #555555;
}
.ny_fhlb{
    height: 40px;
}
.ny_fhlb a{
    width: 140px;
    height: 50px;
    background: #0e8efc;
    line-height: 50px;
    float: right;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    margin-top: -42px;
    cursor: pointer;
}


.dqwz{
    padding: 30px 0 30px 0;
}
.dqwz span {
    font-size: 12px;
    color: #555555;
}
.dqwz a {
    font-size: 12px;
    color: #555555;
}


/*cp*/

.pro_list{
    position: relative;
    padding: 50px 0;
}
.proitem{
    width: 385px;
    height: 355px;
    background-color: #ffffff;
    float: left;
    margin-right: 22.5px;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 5px solid #555555;
    transition: all 0.5s;
}
.proitem a{
    width: 300px;
    height: 280px;
    display: inline-block;
}
.proitem:nth-child(3n){
    margin-right: 0px;
}
.proitem .proimg{
    width: 300px;
    height: 280px;
    display: inline-block;
    margin: 10px 0;
    overflow: hidden;
}
.proitem .proimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}
.proitem .prony{
    font-size: 14px;
    color: #555555;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    width: 80%;
    margin-left: 10%;
}

.proitem:hover{
    border-bottom: 5px solid #0e8efc;
}
.proitem:hover .proimg img{
    transform:scale(1.1);
}
















/*产品内页*/
.if_detail{
    min-width: 1200px;
    background-color: #f3f3f3;
}
.if_detail .ifdbox{
    width: 1200px;
    margin:0 auto;
}
.cpnynr{

}
.cpnynr .cp_left{
    width: 885px;
    float: left;
    background-color: #FFFFFF;
}
.cpnynr .cp_left .top_title{
    margin: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
.cpnynr .cp_left .top_title .top_titleimg {
    display: block;
    float: left;
    width: 400px;
    height: 267px;
}
.cpnynr .cp_left .top_title .top_titleimg img{
    width: 100%;
    height: 100%;
    display: block;
}
.cpnynr .cp_left .top_title .ttjs{
    float: right;
    width: 410px;
}
.cpnynr .cp_left .top_title .ttjs .p1{
    font-size: 24px;
    color: #555;
    height: 75px;
    margin-top: 50px;
    line-height: 35px;
    overflow: hidden;
}
.cpnynr .cp_left .top_title .ttjs .p2{
    font-size: 14px;
    color: #555;
    line-height: 30px;
}
.cpnynr .cp_left .btn_nr{
    margin: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
.cpnynr .cp_left .btn_nr .p1{
    font-size: 18px;
    color: #555;
    margin: -26px 0 26px 50px;
    font-weight:bold;
}
.cpnynr .cp_left .btn_nr .p2{
    font-size: 14px;
    color: #555;
    line-height: 36px;
}
.cpnynr .cp_right{
    width: 285px;
    float: right;
    /*background-color: #FFFFFF;*/
}
.cpnynr .cp_right .cpr_title{
    background-color: #f3f3f3;
    height: 55px;
}
.cpnynr .cp_right .cpr_title .spanx{
    display: block;
    height: 30px;
    width: 3px;
    background: #0D8DFC;
    float: left;
}
.cpnynr .cp_right .cpr_title .span2{
    font-size: 21px;
    color: #555;
    font-weight:bold;
    margin-left: 15px;
    margin-top: 2px;
    line-height: 27px;
}
.cpnynr .cp_right .cpr_title .span3{
    font-size: 18px;
    color: #555;
    margin-left: 15px;
    margin-top: 2px;
    line-height: 27px;
}
.cpnynr .cp_right .cpr_nr{

}
.cpnynr .cp_right .cpr_nr .cpr_tj{
    width: 285px;
    height: 268px;
    overflow: hidden;
    background-color: #dcdcdc;
    margin-bottom: 25px;
}

.cifimg{
    width: 285px;
    height: 190px;
    overflow: hidden;
}
.cifimg img{
    display: block;
    width: 100%;
    height: 100%;
}
.cpnynr .cp_right .cpr_nr .cpr_tj h5{
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #555555;
    font-size: 14px;
    z-index: 1;
    display: inline-block;
    width: 100%;
    transition: all .5s;
    overflow: hidden;
    padding: 0 10%;
}
.cpnynr .cp_right .cpr_nr .cpr_tj .a1{
    width: 100%;
    font-size: 12px;
    text-align: center;
    display: block;
    height: 15px;

}
.cpnynr .cp_right .cpr_nr .cpr_tj:hover{
    background-color: #3ab6f3 !important;
}
.cpnynr .cp_right .cpr_nr .cpr_tj:hover h5{
    line-height: 60px;
    background-color: #3ab6f3 !important;
    color:#fff;

}
.cpnynr .cp_right .cpr_nr .cpr_tj:hover .a1{
    margin-top: -30px;
    color:#fff;
    transition:all .5s;
}

.danyeny{
    padding: 20px 0 10px 0;
    line-height: 30px;
}












