html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 14px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #333; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    width:100%;
    -webkit-touch-callout: none
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff;
}
.warp {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
}
li{
	list-style:none;
}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}

header .head_top{
    border-bottom: 1px solid #eee;
    overflow:hidden;
    line-height:45px;
}
header .head_top .hyy{
    color:#333;
}
header .head_top .head_tel span a{
    padding:0 10px;
}
header .head_logo{
    padding:15px 0px;
}
header .head_logo .logo{
    width:24%;
}
header .head_nav {
    background: #1571d4;
    height: 55px;
    line-height: 54px;
} 


.dropbtn { 
    padding: 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
} 
.dropbtn a{
    color:white;
}
.dropdown {
    position: relative;
    width: 10%;
    display: inline-block;
    text-align: center;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}
.dropdown-content a {
    color: black;
    padding: 0px 5px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
article{
    margin-top: 45px;
}
.page{
    margin-top: 55px;
    overflow:hidden;
}
.page .title h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
}
.page1 .piclist ul{
    overflow:hidden;
}
.page1 .piclist ul li{
    width:20%;
    padding:5px;
}
.page1 .piclist ul li .tit{
    text-align: center;
    line-height:36px;
}
.page1 .more{
    width:15%;
    margin:0 auto;
    margin-top: 20px;
    line-height:40px;
    clear:both;
    text-align: center;
    border: 1px solid #aaa;
}
.page1 .more a{
    color:black;
    display:block;
}
.page2 .piclist ul li{
    width:25%;
    padding:5px;
}
.page2 .piclist ul li .tit{
    text-align: center;
    line-height:36px; 
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
    max-width:100%!important;
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    display:none;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: 20px;
    background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80,80,80,.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}
.page3{ 
    background: #eee;
    padding: 2% 0;
}
.page4 .newslist ul li{ 
    width:33.333%;
    padding:5px;
}
.page4 .newslist ul li .des{
    border: 1px solid #aaa;
    padding:10px;
    border-top: none;
    transition: all 1s ease-out;
}
.page4 .newslist ul li:hover .des{
    background: #1571d4;
    color: #fff;
}
.newslist ul li .des .title{
    text-align: center;
}
.newslist ul li .des .title a{
    font-size: 16px;
    color:black;
    transition: all 1s ease-out;
}
.newslist ul li:hover .des .title a{
    color:white;
}
.newslist ul li .des time{
    line-height:40px;
    font-size: 14px;
}
.page5 .page5_l{
    width:65%;
} 
.page5 .page5_l .tit1{
    background: url(../img/index-news3-btit-bg.jpg) center repeat-x;
    height: 38px; 
    line-height: 38px;
    padding: 0 3%;
    border-top: 3px solid #1571d4;
    margin-bottom: 3%;
    font-size: 16px;
} 
.page5 .page5_l figure{
    overflow:hidden;
    margin-bottom: 15px;
}
.page5 .page5_l figure .img{
    width:25%;
}
.page5 .page5_l figure .des{
    width:72%;
}
.page5_l figure .des .tit a{
    font-size: 18px;
}
.page5_l figure .des .info {
    font-size: 14px;
    margin-top: 20px;
}
.page5_l figure ul li{
    width:50%;
    padding:0 10px;
    line-height:36px;
    border-bottom: 1px dashed #ccc;
    overflow:hidden;
}
.page5_l figure ul li span{
    float: right;
}
.page5 .page5_r{
    width:32%;
} 
.page5 .page5_r .tit1{
    background: url(../img/index-news3-btit-bg.jpg) center repeat-x;
    height: 38px;
    padding-left: 15px;
    line-height: 38px;
    padding: 0 3%;
    border-top: 3px solid #1571d4;
    margin-bottom: 3%;
    font-size: 16px; 
}
.page5_r .cjwt_list ul li{
    margin-bottom:15px;
}
.page5_r .cjwt_list ul li .wen{
    font-size: 18px;
    margin-bottom:10px;
    font-weight: 600;
    padding-left: 30px;
    background:url(../img/wen.jpg)no-repeat left center;
}
.page5_r .cjwt_list ul li .da{ 
    margin-bottom:10px; 
    padding-left: 30px;
    background:url(../img/da.jpg)no-repeat left center;
}
.yqlj{
    clear:both;
    background-color: #eee;
    line-height:40px;
    overflow:hidden;
}
.yqlj ul li a{
    padding:0 12px;
}

/* 关于我们 */
.Content{
    overflow:hidden;
}
.Content .cont_left{
    width:20%;
}
.Content .cont_left .daoh{
    background: url(../img/inner-catname.jpg) center repeat-x;
    height: 94px;  
    text-align: center;
}
.Content .cont_left .daoh .ch{
    font-size: 24px;
    padding-top: 12px;
    color: white;
}
.Content .cont_left .daoh .en{
    color:white;
}
.cont_left .left_nav ul li{
    border: 1px solid #1571d4;
    padding: 4% 0;
    text-align: center;
    margin-bottom:2%;
}
.left_nav ul li a{
    font-size: 16px;
    display:block;
}
.Content .cont_right{
    width:78%;
}
.Content .cont_right .mbx{
    line-height:40px;
    background:url(../img/crumb.png)no-repeat left center;
    padding-left: 30px;
    border-bottom: 2px solid #eee;
    margin-bottom:20px;
}
.Content .cont_right .cont{
    line-height:30px;
}
.cptj{
    margin-top: 30px;
}
.cptj .title{
    margin-bottom:15px;
}
.cptj .title h3{
    font-size: 24px;
}

/* 产品列表 */

.cont_right .piclist ul li{
    width: 25%;
    padding:5px;
}
.cont_right .piclist ul li .tit{
    text-align: center;
    line-height:40px;
}

/* 新闻列表 */

.cont_right .newslist ul li{
    overflow:hidden;
    margin-bottom:2%;
}
.cont_right .newslist li time{
    background: #eee;
    width:10%;
    line-height:40px;
    text-align: center;
    transition: all 1s ease-out;
}
.cont_right .newslist li:hover time{
    background: #1571d4;
    color: #fff;
}
.newslist li time .day{
    font-size: 22px;
}
.cont_right .newslist li .des{
    width:88%;
}
.newslist li .des .tit{
    font-size: 18px;
    margin-bottom:15px;
}


/* 详情页 */

.details .nr_title h3{
    font-size: 24px;
    text-align: center;
}
.details .nr_time{
    text-align: center;
    line-height:45px;
    color:#aaa;
}

.pagination li{
    float: left; 
}
.pagination li a{
    margin-left: 0;

}


footer{ 
    background: #202020;
    padding: 3% 0 7%;
}
footer .top_foot{
    margin-bottom:30px;
    overflow:hidden;
}
footer .fl1{
    width:25%;
    padding:0 10px;
}
footer .fl1 a .ch{
    color: #ffff00;
    font-size: 18px;
    padding:0 5px;
}
footer .fl1 a .en{
    color: #999999;
}
footer .fl1 ul{
    margin-top: 15px;
}
footer .fl1 ul li{
    line-height:30px;
}
footer .fl1 ul li a{
    font-size: 14px;
    color: #999999;
}
footer .fl1 .cont{
    color: #999999;
    margin-top: 15px;
}
footer .fl1 .cont p{
    margin-bottom:10px;
}
footer .fl1 .ewm{
    width:50%;
    margin-top: 15px;
}
footer .bot_foot .logo{
    width:20%;
    margin:0 auto;
}
footer .bot_foot .wzdt{
    width:20%;
    margin:20px auto;
    text-align: center;
}
footer .bot_foot .bqsy{
    text-align: center;
    color: #999999;
}



@media (min-width: 1000px){

    .wap{
        display:none;
    }
    .nr_content img{
        width:75%;
    }
}
.pm-fixed-boot{display:none;}

.pm-public-tel{display:none;}
@media (max-width: 768px){
    .page {margin-top:5%;}
    .pm-public-tel {
    background: #e80000;
    padding: 3%;
    margin: 4% 3% 3%;
    border-radius: 15px;
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
}
    .pm-public-tel a{color:#fff; font-weight:bolder;}
    .pm-fixed-boot{
    display:block; position: fixed; left:0; bottom:0; width:100%; overflow: hidden; background: #337ab7;
        text-align: center; padding: 3% 0;
    }
.pm-fixed-boot a{width:33%; float:left; color:#fff;}
.pm-fixed-boot a img{width: 26%;
    display: block;
    margin: 0 auto;}
    .head_tel{
        display:none;
    }
    header .head_logo .logo {
        width: 65%; margin: 0 auto;
    }
    header .head_nav { 
        height: auto;
        line-height: 40px;
    }
    .dropdown { 
        width: 24%; 
    }
    .page1 .piclist ul li {
        width: 50%; 
    }
    .page1 .more {
        width: 40%; 
    }
    .page2 .piclist ul li {
        width: 50%; 
    }
    .piclist ul li .tit{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page4 .newslist ul li {
        width: 50%; 
    }
    .newslist ul li .des .info{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
    }
    .newslist ul li .des .title {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page5 .page5_l{
        width:100%;
    }
    .page5 .page5_r{
        width:100%;
    }
    .page5_l figure ul li{
        width:100%;
    }
    .page5 .page5_l figure .img {
        width: 100%;
        margin-bottom: 15px;
    }
    .page5 .page5_l figure .des {
        width: 100%;
    }
    footer .fl1 {
        width: 50%;
        padding: 0 10px;
    }
    footer .nav{
        display:none;
    }
    footer .lxwm{
        display:none;
    }
    footer .bot_foot .logo {
        width: 80%; 
    }
    footer .bot_foot .wzdt {
        width: 50%; 
    }
    .dropdown:hover .dropdown-content{
        display:none;
    }
    .Content .cont_left {
        width: 100%;
    }
    .Content .cont_right{
        width:100%;
        margin-top:20px;
    }
    .cont_left .left_nav ul li{
        width:47%;
        margin:4px;
        padding: 2% 0;
        float: left;
    }
    article {
        margin-top: 15px;
    }
    .cont_right .piclist ul li {
        width: 50%; 
    }
    .cont_right .newslist li time { 
        width: 20%;
        line-height: 42px; 
    }
    .cont_right .newslist li .des {
        width: 75%;
    }
    .cont_right .newslist ul li { 
        margin-bottom: 5%;
    }

    .mol_botnav {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        text-align: center;
        background: #282828;
        padding: 0;
        z-index: 99;
        padding-top: 8px;
    }
    .pf {
        position: fixed;
    }
    .mol_botnav a {
        width: 33%;
        height: 60px;
        color: #fff;
        float: left;
    }
    .mol_botnav a i {
        display: block;
        width: 24px;
        height: 24px;
        margin: 4px auto;
    }
    .mol_botnav a i img {
        width: 100%;
    }
    footer { 
        padding: 10% 0 25%;
    }
    
    .newslist li .des .tit{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    
    
    
}