/* 工程案例 */
.brand_w1 {
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.pro369 {
    width: 100%;
}

.pro369 .w369 {
    width: 100%;
    margin: 0 auto;
}

.pro369 .project {
    overflow: hidden;
}

.pro369 .project .list {
    width: 100%;
}

.pro369 .prolist {
    width: 100%;
}

.pro369 .prolist .item {
    width: calc(25% - 40px);
    /* width: 25%; */
    margin: 0 40px 40px 0;
    float: left;
    position: relative;
    overflow: hidden;
}


.pro369 .prolist .item:first-child {
    margin-left: 0;
}

.pro369 .prolist .item img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.pro369 .prolist .item .bg {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    background: url(../myimages/bj369.png) repeat 0 0;
    position: absolute;
    left: -100%;
    top: 0;
}

.pro369 .prolist .item .plus {
    width: 100%;
    height: auto;
    display: block;
    transition: all ease .4s;
    background: url(../myimages/h369.png) no-repeat center center;
    position: absolute;
    left: -100%;
    top: 0;
}

.pro369 .prolist .item h3 {
    color: #333;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /* padding-top: 12px; */
    overflow: hidden;
    font-size: 16px;
    background-color: #f8f8f8;
    font-family: "microsoft yahei";
}

.pro369 .prolist .item:hover .bg {
    left: 0;
}

.pro369 .prolist .item:hover .plus {
    left: 0;
}

.pro369 .prolist .item:hover img {
    -webkit-filter: brightness(110%);
    filters: brightness(110%);
}

.pro369 .prolist .item:hover h3 {
    color: #106bb4;
}

.pro369 .pages {
    padding: 30px 0 30px;
    width: 100%;
    text-align: center;
}

.pro369 .pages a {
    color: #515151;
    padding: 0 14px;
    margin: 0 3px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pro369 .pages * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 30px;
    padding-bottom: 1px;
}

.pro369 .pages a:hover,
.pro369 .pages .active a {
    display: inline-block;
    color: #fff;
    background: #106bb4;
    border-color: #106bb4;
}

/* 产品列表 */



.xwl331 .w331 {
    width: 100%;
    margin: 0 auto;
}

.xwl331 {
    /* padding-bottom: 50px; */
    min-height: 640px;
}

.xwl331 .sub331 {
    height: 76px;
    line-height: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
}

.xwl331 .sub331 .fl {
    font-size: 26px;
}

.xwl331 .sub331 .fl span {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.xwl331 .sub331 .fr li {
    float: left;
}

.xwl331 .sub331 .fr li a {
    color: #515151 !important;
    padding: 0 13px;
    border: 1px solid #e6e6e6;
    display: block;
    line-height: 33px;
    margin-left: 10px;
    transition: ease-in-out .2s;
}

.xwl331 .sub331 .fr li a:hover,
.xwl331 .sub331 .fr li a.hover {
    background: #106bb4;
    color: #fff;
    border: 1px solid #106bb4;
}

.xwl331 .al331 {
    margin-top: 40px;
}

.xwl331 .al331 ul {
    width: 105%;
}

.xwl331 .al331 li {
    width: calc(25% - 35px);
    float: left;
    margin-right: 35px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.xwl331 .al331 li:nth-child(4n) {
    margin-right: 0;
}

.xwl331 .al331 li .img {
    overflow: hidden;
    height: auto;
    display: block;
    border: 1px solid #efefef;
    width: 100%;
    border-bottom: none;
}

.xwl331 .al331 li .img img {
    width: 100%;
    height: auto;
    transition: .9s;
}

.xwl331 .imgH li .img {
    height: auto;
    border: 1px solid #efefef;
    width: 100%;
    border-bottom: none;
}

.xwl331 .imgH li .img img {
    height: auto;
}

.xwl331 .al331 li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.xwl331 .al331 li .p {
    border: 1px solid #efefef;
    display: block;
    width: 100%;
    padding: 0 19px;
    /* height: 108px; */
    border-top: none;
}

.xwl331 .al331 li .p p {
    /* border-bottom: 1px solid #d6d6d6; */
    height: 58px;
    line-height: 58px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    color: #515151;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.xwl331 .al331 li .p span {
    color: #666;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.xwl331 .al331 li .p i {
    width: 32px;
    height: 12px;
    background-position: -73px -43px;
}

.xwl331 .al331 li .p .fl {
    font-size: 12px;
    font-family: arial;
}

.xwl331 .al331 li:hover a span {
    color: #106bb4;
}

.xwl331 .al331 li:hover a p {
    color: #106bb4;
}

.xwl331 .al331 li:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.xwl331 .pgl331 {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    clear: both;
}

.xwl331 .pgl331 a {
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    background: #fff;
    border: 1px solid #edebeb;
}

.xwl331 .pgl331 li {
    display: inline-block;
}

.xwl331 .pgl331 a:hover,
.xwl331 .pgl331 .active a {
    display: inline-block;
    color: #fff;
    background: #106bb4;
    border-color: #106bb4;
    box-shadow: 0 0 14px rgb(0 0 0 / 20%);
}

/* 产品详情 */
.pro365 .eynews {
    width: 100%;
    margin-top: 20px;
    float: left;
}
.pro365 .eynews h4 {
    padding-left: 12px;
    height: 36px;
    line-height: 36px;
    color: #204c97;
    font-weight: normal;
    border-bottom: 1px solid #204c97;
    font-size: 18px;
}
.pro365 .commend {
    width: 204px;
    overflow: hidden;
    float: left;
    margin: 23px 19px 0 0;
}
.pro365 .commend:nth-child(4) {
    margin-right: 0;
}
.pro365 .commend dt {
    width: 204px;
}
.pro365 .commend dt a {
    display: block;
    width: 204px;
    padding: 1px;
    border: 1px solid #ccc;
}
.pro365 .commend dt a:hover {
    border: 1px solid #204c97;
}
.pro365 .commend dt img {
    width: 200px;
    height: 150px;
}
.pro365 .commend dd {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
.pro_main {
    zoom: 1;
}
.pro365 .mod_goods_info {
    clear: both;
    margin-bottom: 10px;
    position: relative;
    background-color: #f8f8f8;
    height: 65px;
   
    
}
.pro365 .mod_goods_info .hds {
    height: 65px;
    _overflow: hidden;

}
.pro365 .mod_goods_info .hds li {
    float: left;
    cursor: pointer;
}
.pro365 .mod_goods_info .hds li h3 {
    display: block;
    width: 128px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    border-bottom: 0;
    font-weight: normal
}
.pro365 .mod_goods_info .hds li h3 a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
    outline: none
}
.pro365 .mod_goods_info .hds .on {
    height: 62px;
    line-height: 62px;
    border-top: 3px solid #204c97;
    position: relative;
}
.pro365 .mod_goods_info .hds .on h3 {
    height: 62px;
    line-height: 58px;
    background-color: #fff;
    color: #204c97
}
.pro365 .mod_goods_info .hds .on h3 a {
    color: #076EBB;
    font-weight: bold
}
.pro365 .cpright .propar a {
    text-align: center;
    display: block;
    width: 128px;
    height: 50px;
    margin: 7px auto;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #204c97;
}
.pro365 .neirong {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    overflow : hidden;
}
.pro365 .neirong p {
    color: #414141
}
.pro365 {
    overflow: hidden;
 
}
.pro365 .container {

    width: 100%;
   
}
.pro365 .cpright {
    width: 100%;
    padding: 0 25px;
    padding-bottom: 25px;
    background: #fff;
    float: right;
}
.pro365 .cpright a {
    color: #204c97;
}
.pro365 .rtop {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #204c97;
}
.pro365 .rtop h5 {
    margin:0; 
    padding:0;
    float: left;
    padding-left: 26px;
    font-size: 18px;
    color: #204c97;
    font-weight: normal;
    line-height: 22px;
    background: url(../myimages/tb365.png) no-repeat;
}
.pro365 .rtop span {
    float: right;
    color: #204c97;
    font-size: 16px;
}
.pro365 .prodetailsinfo {
    padding: 15px 0;
    clear: both;
    zoom: 1;
    min-height: 550px;
    margin-bottom: 50px;
}
.pro365 .prodetailsinfo .photo {
    width: 50%;
    /* background-color: #f00; */
    position: relative;
}
.pro365 .prodetailsinfo .photo .jqzoom {
    width: 100%;
    height: 335px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    cursor: pointer;
}
.pro365 .prodetailsinfo .photo .img {
    width: 100%;
    /* height: 375px; */
    display: block;
}
.pro365 .prodetailsinfo .photo .bigimg {
    width: 100%;
    height: 270px;
    border: 1px solid #ddd;
    display: block;
    position: relative;
    overflow: hidden;
}
.pro365 .prodetailsinfo .photo .bigimg .list {
    width: 1000%;
    position: relative;
}
.pro365 .prodetailsinfo .photo .bigimg .list li {
    width: 100%;
    height: 270px;
    float: left;
}
.pro365 .prodetailsinfo .photo .bigimg .list img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 300ms;
}
.pro365 .prodetailsinfo .photo .photoimg {
    width: 362px;
    height: 62px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pro365 .prodetailsinfo .photo .photoimg .list {
    width: 286px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon {
    width: 300%;
    position: relative;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li {
    width: 64px;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li img {
    border: 1px solid #ddd;
    width: 62px;
    height: 48px;
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.pro365 .prodetailsinfo .photo .photoimg .listcon li:hover img, .pro365 .prodetailsinfo .photo .photoimg .listcon li.on img {
    border-color: #204c97;
}
.pro365 .prodetailsinfo .photo .photoimg .prev, .pro365 .prodetailsinfo .photo .photoimg .next {
    width: 25px;
    height: 50px;
    z-index: 10;
    position: absolute;
    top: 10px;
    cursor: pointer;
    background: #ddd url(../myimages/pn365.png) no-repeat;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.pro365 .prodetailsinfo .photo .photoimg .prev:hover, .pro365 .prodetailsinfo .photo .photoimg .next:hover {
    background-color: #204c97;
}
.pro365 .prodetailsinfo .photo .photoimg .prev {
    left: 0px;
    background-position: 0 center;
}
.pro365 .prodetailsinfo .photo .photoimg .next {
    right: 0px;
    background-position: -25px center;
}
.pro365 .prodbaseinfo_a {
    float: right;
    width: 495px;
    margin-left: 16px;
    z-index: 1;
}
.pro365 .h2_prodtitle {
    font-size: 22px;
    color: #204c97;
    padding: 0 0 10px;
    line-height: 1.6em;
    border-bottom: 1px dashed #DCDCDC;
}
.pro365 .ul_prodinfo {
    padding: 6px 0;
    overflow: hidden;
    zoom: 1;
}
.pro365 .ul_prodinfos {
    padding: 6px 15px;
    overflow: hidden;
    zoom: 1;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: bold;
}
.pro365 .ul_prodinfos li {
    font-size: 20px;
    float: left;
    height: 65px;
    line-height: 65px;
}
.pro365 .ul_prodinfos li.li_weight {
    float: right;
}
.pro365 .ul_prodinfo li {
    font-size: 14px;
    float: left;
    padding: 6px 0;
    text-align: justify;
    height: 188px;
    overflow: hidden;
}
.pro365 .li_normalprice {
    line-height: 24px;
}
.pro365 .reLink {
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 20px auto;
}
.pro365 .reLink .prevLink, .reLink .nextLink {
    width: 50%;
}
.pro365 .reLink .nextLink {
    text-align: right;
}
.pro365 .right .eynews .random {
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}

