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;
}

/* .cplist li:hover{
    box-shadow: inset 0 0 38px rgba(0,0,0,0.08);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}  */
.pic{
    overflow:hidden;
}
.pic img {
    transition: all 0.6s cubic-bezier(0.17,0.84,0.44,1) 0s;  
}
.pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.6s cubic-bezier(0.17,0.84,0.44,1) 0s;
}
.img:hover img {
    /* opacity: .5; */
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}
.img{ 
    overflow: hidden;
    position: relative;
}
img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.warp {
    width: 1300px;
    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 {
    height: 75px;
    padding: 10px;
    position: absolute;
    background-color: rgba(11, 11, 11, 0.4); 
    width: 100%; 
    z-index: 9999;
    margin: 0 auto;
}
header .logo{
    width:20%;
}
header .nav{
    width:70%;
    line-height:55px;
} 
.dropbtn { 
    color: white; 
    display:block;
    font-size: 16px;
    border: none;
    cursor: pointer;
} 
.dropbtn:hover{
    color: #f39904;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 12%;
    text-align: center;
} 
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    color: black;
    padding: 0px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

 
article .page1{
    padding-top:6%;
    background:url(../img/page1_bg.jpg) no-repeat;
}
.page1 .page_left{
    width:50%;
}
.page1 .page_left p{
    width:50%;
}
.page1 .page_left .en{
    position: relative;
    top:200px;
    left: 150px;
}
.page1 .page_right {
    width: 50%;
    margin-top: 150px;
    background: white;
    padding: 50px;
}
.page1 .page_right h3{
    font-size:24px;
    margin-bottom: 15px;
}
.page1 .page_right .des{
    line-height:30px;
    color:#555;;
}
.page1 .page_right .more{
    border: #68a9e1 1px solid;
    width:25%;
    line-height: 35px;
    text-align: center;
    margin-top: 20px;
}
.page_right .more a{
    display: block;
    color:#68a9e1;
}
article .page2 {
    background: url(../img/page2_bg.jpg)no-repeat;  
}
.page .page_tit h3{
    text-align: center;
    color:white;
    font-size:30px;
    padding-top:6%;
    padding-bottom:30px;
}
.page2 .page_tit{ 
    background:#ffaa1c;
}
.page2 .page2_list {
    background: #ffaa1c;
    padding: 0px 30px;
    padding-bottom: 100px;
}
.page2 .page2_list .xwlist {
    background: white;
    width: 24%;
    margin: 0.5%;
    height: 108px;
    padding: 20px;
}
.page2_list .xwlist .tit{
    font-size:16px;
    color:black;
    display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.page2_list .xwlist .info{
    color:#9a9a9a;
}
.page2 .page2_list .gdly {
    background-color: rgba(248, 245, 245, 0.4);
    width: 24%;
    margin: 0.5%;
    padding: 17px;
}
.page2 .page2_list .gdly .tubiao {
    width: 14%;
    margin: 0 auto;
}
.page2 .page2_list .gdly .info { 
    text-align: center;
    margin-top: 15px;
    color:white;
}
.page3{
    background-color: #272d3b;
}
.page3 .cplist ul li{
    width:25%;
    padding:5px;
}
.page3 .cplist ul li:last-child {
    background: white;
    width: 24%;
    margin: 0.5%;
    padding: 8.1% 0px;
    text-align: center;
}
.page3 .cplist ul li:last-child .tu{
    width:15%;
    margin:0 auto;
}
.page3 .cplist ul li:last-child .more a {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 58px;
}
.page3 .cplist li .pic-title h3 {
    text-align: center;
    background: white;
    line-height: 80px;
}
.pic-title h3 a{
    color:black;
    display:block;
}
.pic-title h3:hover a{
    color:#f39904;
}
.page4 {
    background: url(../img/xwbg.png);
    padding-bottom: 5%;
}
.page4 .xwlist ul li{
    width:33.333%;
    padding:0 5px;
}
.page4 .xwlist li .des{
    background:white;
    padding:20px;
}
.page4 .xwlist li .des .tit{
    font-size: 16px;
    color:#555555;
    margin-bottom:10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.page4 .xwlist li .des:hover .tit{
    color: #f39904;
}
.page4 .xwlist li .des .info{
    color:#9a9a9a;
    line-height:22px;
    margin-bottom:10px;
} 
.page4 .xwlist li .des .more{
    color:#9a9a9a; 
}

/* 产品展示 */

.product .lm_top{
    background:#fafafa;
    height: 70px;
    line-height:70px;
    border-bottom: 1px solid #eee;
}
.product .lm_top .lmbt h3 {
    font-size: 30px;
    line-height: 70px;
    padding-left: 50px;
    background: url(../img/tb.png)no-repeat left center;
}
.product .lm_top .mbx a{
    color:black;
    padding:0 5px;
}
.product .lmlist {
    background: #fafafa;
    padding: 1% 0px;
}
.product .lmlist li{
    width:10%;
    text-align: center;
    line-height:35px;
}
.product .lmlist li:hover{
    background:  #f39904;
}
.product .lmlist li:hover a{
    color:white;
}
.product .lmlist li a{
    color:black;
    display:block;
}
.product .cplist{
    margin-top: 25px;
    margin-bottom:25px;
}
.product .cplist li{
    width:24%;
    margin:0.5%;
    border: 1px solid #eee;
}
.product .cplist li:hover{
    border:1px solid #f39904;
}
.product .cplist li .des{
    text-align: center;
    padding:5% 0px;
}
.product .cplist .des span{
    color:#eee;
}
.product .cplist .des p{
    font-size: 14px;
    color:black;
    line-height:35px;
}

/* 新闻列表 */

.product .News{
    margin-top: 25px;
    margin-bottom:25px;
}
.product .News .new_left{
    width:20%;
    text-align: center; 
}
.product .News .new_left h2 {
    padding: 25% 0px;
    font-size:30px;
    color:white;
    background:#f39904;
}
.News .new_left ul li{
    border-bottom: 1px dashed #eee;
}
.News .new_left ul li:hover{
    background:#f39904; 
}
.News .new_left ul li a{
    font-size:16px;
    line-height:40px;
    color:black;
    display:block;
}
.News .new_left ul li:hover a{
    color:white;
}
.product .News .new_right{
    width:75%;
}
.product .News .new_right li {
    overflow: hidden;
    line-height: 50px; 
    padding-left: 20px;
    border-bottom: 1px dashed #eee;
    background: url(../img/xwtb.jpg)no-repeat left center;
}
.News .new_right li a{
    display:block;
    overflow:hidden;
}
.News .new_right li span{
    color:black;
}


/* 关于我们 */

.product .About {
    background-color: #fafafa;
    padding: 45px 0;
}
.product .About .about_box {
    background: url(../img/about_bg.png)no-repeat;
    height: 610px;
    background-color: #fafafa;
    background-size: 100%;
}
.About .about_box .box_left{
    width:50%;
}
.About .about_box .box_right {
    width: 50%;
    padding: 25px 60px;
    position: relative;
    top: 135px;
}
.about_box .box_right h2{
    font-size:22px;
    font-weight: 600;
}
.about_box .box_right p{
    margin-top: 15px;
    line-height:30px;
    color:#9a9a9a;
}

/* 详情 */

.product .xiangqing{
    width:75%;
}
.product .xiangqing h2{
    font-size:22px;
    padding-bottom: 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #eee;
}
.product .xiangqing .cont_box{
    font-size:16px;
    line-height:30px;
    color:#9a9a9a;
}
.pagination li{
    float: left;
    padding-left: 0px!important;
    background:none!important;
}
.pagination li a{
    margin-left: 0px;
}

.yqlj{
    background:#fafafa;
    padding-bottom: 3%;
}
.yqlj .page_tit h3{
    padding:0px;
    color:black;
    margin-bottom: 30px;
}
.yqlj ul li a{
    padding:0 10px; 
    color:black;
}
.yqlj ul li{
    line-height:35px;

}



footer{
    background:black;
    padding:3% 0px;
}
footer .foot_fl{
    width:25%;
    padding:0px 25px;
}

footer .foot_ewm .ewm{
    width:50%;
    padding:15px;
    text-align: center;
}
.foot_ewm .ewm .ewm_tit{
    color:#9a9a9a;
    line-height:40px;
}
footer .foot_fl h3{
    font-size:18px;
    color:white; 
    margin-bottom:10px;
}
footer .foot_fl ul li{
    color:#9a9a9a;
    line-height:30px;
}
footer .foot_fl a{
    color:#9a9a9a;
}
footer .foot_bot {
    clear: both;
    text-align: center;
    line-height: 60px;
    color: #9a9a9a; 
    border-top:1px solid rgb(50, 50, 50);
}



@media (min-width: 1000px){
   .cont_box img{
        width:70%;
    } 
    .inav_t{
        display:none;
    }
    .mol_botnav{
        display:none;
    }
}
.pm-public-tel{display:none;}
@media (max-width: 768px){
     .pm-public-tel{background:#eee; display:block;}
        .pm-public-tel ul{overflow:hidden;}
        .pm-public-tel ul li{float:left; padding:3%;}
        .pm-public-tel ul .li1{width:40%; font-size:14px; color:#000;}
        .pm-public-tel ul .li2{width:60%; background:#333;}
        .pm-public-tel ul .li2 a{font-size:16px; font-weight:bolder; color:#fff;}
    header{
        position: inherit;
    }
    header .logo {
        width: 65%;
        float: none;
        margin: 0 auto;
    }
    .banner{
        clear: both;
    }
    header .nav{
        display:none;
    }
    .inav_t {
        width: 100%;
        height: 80px;
        background: #272d3b;
        border-top: 1px white solid;
    }
    .inav_t dl {
        height: 80px;
        overflow: hidden;
    }
    .inav_t dl dd {
        width: 25%;
        height: 40px;
        float: left;
        text-align: center;
        border-left: 1px white solid;
        border-bottom: 1px white solid;
    }
    .inav_t dl dd a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #fff;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }
    .page1 .page_left{
        display:none;
    }
    .page1 .page_right {
        width: 100%;
        margin-top: 0; 
        padding: 30px;
    }
    .page1 .page_right .des{
         overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4; 
        -webkit-box-orient: vertical;
    }
    .page2 .page2_list {
        padding: 15px 0px;
    }
    .page .page_tit h3 { 
        padding-top: 12%; 
    }
    .page2 .page2_list .xwlist { 
        width: 49%;
        margin: 0.5%; 
    }
    .page2_list .xwlist .tit{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page2 .page2_list .gdly { 
        height: 148px;  
        width:49%;
    }
    .page3 .cplist ul li {
        width: 50%; 
    }
    .page3 .cplist li .pic-title h3 a{

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page3 .cplist ul li:last-child { 
        width: 48%;
        margin: 1%; 
        padding: 17.1% 0px; 
    } 
    .page4 .xwlist ul li { 
        margin-bottom: 15px; 
        width:100%;
    }
    .page2 .page2_list .xwlist { 
        height: 128px; 
    }
    footer .foot_fl {
        width: 100%;
        padding: 0px 25px;
    }
    footer .foot_nav{
        display:none;
    }
    footer .foot_cp{
        display:none;
    }

    .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%;
    }
    .product .mbx{
        display:none;
    }
    .product .About .about_box{
        background:none;
        height: auto;
    }
    .About .about_box .box_left{
        display:none;
    }
    .About .about_box .box_right{
        width:100%;
        top: 0px;
        padding: 25px 0px;
    }
    .product .About{
        padding-top:0px;
    } 
    .product .News .new_left{
        display:none;
    }
    .product .News .new_right{
        width:100%;
    }
    .product .lmlist li {
        width: 35%;  
    }
    .product .cplist li {
        width: 49%;
    }
    .product .cplist .des p{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding:0 10px;
    }
    .product .xiangqing{
        width:100%;
    }
    .gjc{
        display:none;
    }
    .page2_list .xwlist .info{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; 
        -webkit-box-orient: vertical;
    }

}
@media (max-width: 414px){
    .page2 .page2_list .gdly { 
        height: 126px;  
        width:49%;
    }
}
@media (max-width: 622px){
    
.page2 .page2_list .gdly {
    height: 127px;
    width: 49%;
}
}
@media (max-width: 375px){
    .page2 .page2_list .gdly {
        height: 128px;
        width: 49%;
    }
}