/* 页码 */
/* 初始化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,  
form,fieldset,input,textarea,p,blockquote,th,td{  
padding:0;  
margin:0;  
}  
table{  
border-collapse:collapse;  
border-spacing:0;  
}  
fieldset,img{  
border:0;  
}  
address,caption,cite,code,dfn,em,th,var{  
font-weight:normal;  
font-style:normal;  
}  
ol,ul{  
list-style:none;  
}  
h1,h2,h3,h4,h5,h6{  
font-weight:normal;  
font-size:100%;  
}  
q:before,q:after{  
content:"";
}  
abbr,acronym{border:0;  
} 
.clear {
    clear: both;
}
.clearfix,
.container:after,
.row:after,
ul {
    *zoom: 1;
}
.clearfix:after,
.container:after,
.row:after,
ul:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}
button,
input {
    /* 1 */
    overflow: visible;
}
button,
select {
    /* 1 */
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
[hidden] {
    display: none;
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
.yunu-infocontent-body img {
    max-width: 100%;
    display: block;
}
img {
    display: block;
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,
ol {
    list-style: none;
}
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
    cursor: pointer;
}
a {
    transition: ease 1s;
    color: inherit;
    color: expression(this.parentNode.currentStyle.color);
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

.pages .pagination {
    text-align: center;
    height: auto;
}

.pages .pagination a {
    padding: 0;
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    float: none;
    border: 1px solid #eee;
}

.pages .pagination p {
    padding: 0;
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    float: none;
    border: 1px solid #eee;
    color: #999;
    background: #aaa5a3;
    color: #fff;
    border: 1px solid #aaa5a3;
}

.pages .pagination p:first-child {
    display: none;
}

.pages .pagination a:first-child {
    background: #aaa5a3;
    color: #fff;
    border: 1px solid #aaa5a3;
    display: none;
}

.pages .pagination a:hover {
    border: 1px solid #003e85;
    color: #003e85;
}

.pages .pagination a.cur {
    border: none;
    background: #003e85;
    color: #fff;
    border: 1px solid #003e85;
}

.pages .pagination p.pageRemark {
    display: none;
}

/* 通用筛选 */
.all-box {
    margin: 40px 0;
}

.all-box ul {
    text-align: center;
}

.all-box ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    border-right: 1px solid #d4d4d4;
    padding: 0 20px;
}

.all-box ul li a {
    font-size: 16px;
    color: #999999;
    display: block;
    line-height: 100%;
}

.all-box ul li.on a {
    color: #eb3d01;
    font-weight: bold;
}

.all-box ul li a.on {
    color: #eb3d01;
    font-weight: bold;
}

.all-box ul li:last-child {
    border: none;
}



/* 产品详情 */

.pro_text {
    margin-bottom: 20px
}

.pro_text .box {
    margin-top: 20px
}

.pro_content {
    width: 100%;
    margin-bottom: 20px
}

.pro_content .pro_pic {
    width: 40%;
    float: left
}

.pro_content .pro_text {
    width: 60%;
    float: left;
    padding-left: 2%
}

.pro_content .pro_text h3 {
    font-weight: 700;
    margin-top: 5px;
    line-height: 22px;
    font-size: 24px;
    color: #eb3d01;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc 
}

.pro_content .pro_text .text {
    width: 100%;
    margin-top: 12px
}

.pro_content .pro_text .text p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px
}

.pro_content .pro_text .text a {
    height: 32px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #eb3d01;
    padding:0 20px;
}

.prolist li {
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 2.66%;
    float: left;
    border: 1px solid #ddd;
    padding: 12px
}

.prolist li .pic .imgauto {
    width: 100%;
    height: 235px
}

.prolist li .pic .imgauto img {
    transform: scale(1);
    transition: .8s
}

.prolist li .text i {
    color: #e53a3e;
    font-style: normal
}

.prolist li .text a,
.prolist li .text i {
    font-size: 14px;
    display: block;
    margin-top: 15px
}

.prolist li .text a {
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.prolist li:nth-child(4n) {
    margin-right: 0
}

.prolist li:hover {
    border-color: #eb3d01
}

.prolist li:hover .text a {
    color: #eb3d01
}

.pc-slide {
    margin: 0 auto
}

.pc-slide,
.pc-slide .view .swiper-slide {
    width: 100%
}

.pc-slide .view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
    border: 1px solid #ddd;
    box-sizing: border-box
}

.pc-slide .preview {
    width: 100%;
    margin-top: 10px;
    position: relative
}

.pc-slide .preview .swiper-container {
    width: 80%;
    margin: 0 10%
}

.pc-slide .preview .swiper-slide {
    width: 25%;
    padding: 5px
}

.pc-slide .preview .swiper-slide .imgauto {
    width: 100%;
    height: 80px;
    border: 1px solid #ddd
}

.pc-slide .preview .swiper-slide .imgauto img {
    display: block;
    padding: 5px
}

.pc-slide .preview .active-nav .imgauto {
    border: 1px solid #eb3d01;
}

.pc-slide .preview .arrow-left {
    background: url(../img/le2.png) no-repeat 0 0;
    background-size: 100%;
    left: 10px
}

.pc-slide .preview .arrow-left,
.pc-slide .preview .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 5
}

.pc-slide .preview .arrow-right {
    background: url(../img/ri2.png) no-repeat 0 100%;
    background-size: 100%;
    right: 10px
}

.show_title {
    border-bottom: 1px solid #eee;
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
}

.show_title h3 {
    width: 120px;
    height: 42px;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    color: #eb3d01;
    line-height: 42px;
    padding-left: 0;
    background: #fff;
    float: left;
    cursor: pointer;
    border: #ddd 1px solid;
    border-bottom: none;
    border-left: none;
    text-align: center;
}
.show_title h3:first-child{
    border-left: #ddd 1px solid;
}
.show_title h3 a{color: #eb3d01;}
.show_title #current{background: #eb3d01;color: #fff;}
.show_title #current a{color: #fff;}
.iet {
    height: 30px;
    width: 100%;
    background: #fff3d7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none
}
.page_content table{ width: 100% !important;}
.page_content table td{width:50% !important;}

.iet p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 30px
}

.iet p a {
    color: #3aba50;
    font-size: 12px
}

.iet span {
    position: absolute;
    right: 5%;
    top: 0;
    height: 30px;
    line-height: 30px;
    cursor: pointer
}

.iet span,
.iet span i {
    font-size: 12px;
    color: #333
}

.iet span i {
    padding-left: 5px;
    font-style: normal
}

.box4list{
    overflow: hidden;
    padding:0 20px;
}
.box4list li {
    width: 33.3%;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}

.box4list li .pic {
    display: block;
    margin: 0 4px 20px 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.box4list li .pic .pic1 img {
    width: 100%;
    display: block;
}

.box4list li .pic .pic1 p {
    position: absolute;
    bottom: 30px;
    left: 40px;
    font-size: 26px;
    color: #fff;
    display: block;
    z-index: 10;
    float: left;
    opacity: 1;
    transition: .5s;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box4list li .pic .pic2 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10% 10% 0 10%;
    width: 100%;
    height: 100%;
    background: rgba(0, 63, 134, .8);
    opacity: 0;
    transition: .5s;
    z-index: 12;
    display: block;
}

.box4list li .pic .pic2 span {
    font-size: 26px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}   

.box4list li .pic .pic2 p {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 20px;
}

.box4list li .pic .pic2 i {
    width: 24px;
    height: 16px;
    display: block;
    background: url("../img/i_next.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.box4list li:hover .pic .pic1 p {
    opacity: 0;
    transition: .5s;
}

.box4list li:hover .pic .pic2 {
    opacity: 1;
    transition: .5s;
}

.ct_box1 {
    background: #fff;
    padding: 120px 0;
}

.ctboxList1 .fl {
    width: 34%;
    float: left;
}

.ctboxList1 .fl .ibox_tit .text {
    text-align: left;
    position: relative;
}

.ctboxList1 .fl .list {
    margin-top: 22px;
}

.ctboxList1 .fl .list li {
    padding: 16px 0;
    border-bottom: #ddd 1px solid;
}

.ctboxList1 .fl .list li span {
    display: block;
    font-weight: bold;
    color: #eb3d01;
    font-size: 20px;
}

.ctboxList1 .fl .list li p {
    margin-top: 2px;
    font-size: 16px;
    color: #333333;
}

.ctboxList1 .fr {
    width: 60%;
    float:right;
    position: relative;
}

.ctboxList1 .dta{display:block;position:absolute; left: 0; bottom: 0; width:120px; height:40px; line-height: 40px; text-align: center; background: #003e85; color:#fff; z-index:20;}

.ct_box2 {
    background: #f5f5f5;
    padding: 112px 0 116px 0;
}

.ct_box2 #myform1 {
    margin-top: 40px;
}

.ct_box2 #myform1 input[type="text"] {
    width: calc(50% - 10px);
    line-height: 42px;
    height: 42px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    resize: none;
    outline: none;
    color: #000;
    border-radius: 4px;
    border: #999 1px solid;
    background: #fff;
    margin-bottom: 20px;
    float: left;
}

.ct_box2 #myform1 .inp1 {
    margin-right: 10px;
}

.ct_box2 #myform1 .inp2 {
    margin-left: 10px;
}

.ct_box2 #myform1 .inp3 {
    padding: 10px;
    margin: 0 0;
    line-height: 18px;
    height: 144px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    border: #999 1px solid;
    border-radius: 4px;
    resize: none;
    outline: none;
    background: #fff;
    overflow-x: hidden;
    color: #000;
    margin-bottom: 20px;
}

.ct_box2 #myform1 .inp4 {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #eb3d01;
    border-radius: 4px;
    display: block;
    float: right;
    margin: 0;
    color: #333;
    text-align: center;
    font-size: 16px;
    padding: 0;
    border: none;
    resize: none;
    outline: none;
    color: #fff;
}

.cat_title {
    margin: 50px 0;
}

.cat_title span {
    font-size: 22px;
    color: #333;
    display: block;
    text-align: center;
}

.cat_title p {
    font-family: arial;
    font-size: 14px;
    color: #999;
    display: block;
    text-align: center;
}

.show_title {
    margin-top: 20px
}

.content p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #666;
}

.content img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.ibox_tit .text {
    text-align: center;
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 30px;
}

.ibox_tit p {
    color: #999999;
    text-align: center;
    font-size: 18px;
    margin-top: 12px;
}

.ctboxList1 .fl .ibox_tit .text {
    text-align: left;
    position: relative;
}


.box3list {
    margin-top: 40px;
}

.box3list .view {
    margin: 0 0;
    position: relative;
}

.box3list .bigImg {
    position: relative;
}

.box3list .bigImg .bigpic {
    width: 33.3%;
    float: left;
    padding: 2% 2% 3% 2%;
    transition: .8s;
    position: relative;
    background: #fff;
}

.box3list .bigImg .bigpic:nth-child(odd) {
    background: #f7f7f7;
}

.box3list .bigImg .bigpic:nth-child(even) {
    background: #fff;
}

.box3list .bigImg .bigpic .text {
    padding-left: 24px;
    position: relative;
    top: 0;
    transition: .8s;
}

.box3list .bigImg .text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 30px;
    border-radius: 10px;
    background: #eb3d01;
}

.box3list .bigImg .text span {
    display: block;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    position: relative;
}

.box3list .bigImg .text p {
    font-size: 12px;
    color: #999999;
    margin-top: 4px;
}

.box3list .bigImg .pic .fr {
    width: 70%;
    float: right;
}

.box3list .bigImg .pic {
    margin-left: 24px;
    margin-top: 40px;
    transition: .5s;
    position: relative;
    top: 0;
}

.box3list .bigImg .pic .pic1 {
    width: 100%;
    overflow: hidden;
}

.box3list .bigImg .pic .pic1 img {
    transform: scale(1);
    transition: .8s;
    width:100%;
}

.box3list .bigImg .pic .mmore {
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.box3list .bigImg .pic .mmore i {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/i_more.png") no-repeat center;
    background-size: 100%;
}

.box3list .bigImg .bigpic:hover .text {
    top: -5px;
}

.box3list .bigImg .bigpic:hover .pic {
    top: -5px;
}


@media screen and (max-width: 767px) {
    .all-box {
        margin: 20px 0;
    }

    .all-box ul li {
        padding: 0 10px;
        margin: 0 0 10px 0;
		width:32%;
    }

    .all-box ul li a {
        font-size: 14px;
    }

    .ct_box1 {
        padding: 80px 0;
    }
    .ctboxList1 .fl {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .ctboxList1 .fl .ibox_tit .text {
        text-align: center;
    }
    .ctboxList1 .fr {
        float: none;
        margin: 20px auto 0 auto;
        width: 100%;
    }
    .ct_box2 {
        padding: 100px 0 104px 0;
    }
    .ct_box2 #myform1 input[type="text"] {
        width: 100%;
    }
    .ct_box2 #myform1 .inp1 {
        margin-right: 0;
    }
    .ct_box2 #myform1 .inp2 {
        margin-left: 0;
    }
    .cat_title {
        padding: 0 4%;
        text-align: left;
    }
    .cat_title span {
        text-align: left;
    }
    .pro_content .pro_pic {
        width: 100%
    }
    .pro_content .pro_text {
        width: 100%;
        margin-top: 12px
    }
    .aboutt_main {
        padding: 74px 0 60px 0;
    }
    .ab_box1 {
        padding-bottom: 90px;
    }
    .ct_box2 {
        padding: 80px 0 84px 0;
    }

    .box4list li {
        width: 100%;
        margin: 0 auto;
    }
    .box4list li .pic .pic1 p {
        font-size: 22px;
        left: 20px;
    }
    .box4list li .pic .pic2 {
        padding: 6% 6% 0 6%;
    }
    .box4list li .pic .pic2 span {
        font-size: 22px;
        line-height: 28px;
        height: 28px;
    }
    .box3list .bigImg .text {
        padding-left: 20px;
    }
    .box3list .bigImg .text::before {
        height: 26px;
    }
    .box3list .bigImg .text span {
        font-size: 18px;
        line-height: 24px;
        height:24px;
        overflow: hidden;
    }
    .box3list .bigImg .pic {
        margin-top: 30px;
    }
    .box3list .bigImg .pic .mmore i {
        width: 24px;
        height: 24px;
    }
    .box3list .bigImg .bigpic {
        width: 100%;
        float: none;
        padding: 2% 2% 1% 2%;
        transition: .8s;
        position: relative;
    }
    .box3list .ctbox .smallScroll .smallImg li a {
        font-size: 12px;
    }
    .box3list .bigImg .bigpic:nth-child(odd) {
        background: #f7f7f7 !important;
    }
    .box3list .bigImg .bigpic:nth-child(even) {
        background: #fff !important;
    }
}   