﻿input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;line-height: 1.5}
hr {border: 0;border-top:1px solid #ccc;height:0;}
.wd1200{width:1200px;margin: 0 auto;}
p{margin:0;}

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}



/*w_index*/
.w_index{
    position: relative;
    background: #f6f6f6;
    padding: 5.25% 0;
    box-shadow: 0px 1px 20px rgba(0,0,0,0.2);
    z-index: 9999;
}

.w_list{
    position: relative;
}

.w_list li{
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.w_list li a{
    display: block;
}

.w_list li .simg{
    overflow: hidden;
}

.w_list li .simg img{
    width: 100%;
}

.w_list li .scc{
    position: relative;
    height:175px;
    padding: 15px 30px;
    background: #fff;
    transition: .5s ease;
}

.w_list li .scc h3{
    font-size: 23px;
    color: #000000;
    font-family: "黑体";
    font-weight: 400;
    margin-bottom: 10px;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.w_list li .scc h3 i{
    font-style: inherit;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 5px;
    letter-spacing: 1px;
}

.w_list li .scc h4{ 
    font-size: 16px; 
    color: #000000;
    font-family: "黑体";
    font-weight: 400;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.w_list li .scc h5{
    margin-top: 10px;
    float: right;
    width: 120px;
    line-height: 35px;
    border-radius: 10px;
    text-align: center;
    background:#e74d17;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.w_list li:hover .scc{
    box-shadow: 0px 1px 20px rgba(0,0,0,0.2);
}

.w_list li:nth-child(2) .scc h5{ background:#81878a;margin-top: 32px;}
.w_list li:nth-child(3) .scc h5{margin-top: 32px;}

@media (max-width:768px){
    .w_list li{
        padding:0;
    }
}


/*w2_index*/
.w2_index{
    position: relative;
    padding: 3.125% 0;
    background: url(../images/w2_bg.jpg) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.ttt2{
    text-align: center;
}

.ttt2 h3{
    font-size: 48px;
    color: #333333;
}
.ttt2 p{
    font-size: 23px;
    color: #030303;
    font-family: "Arial";
    text-transform: uppercase;
}

.pro_wap{
    position: relative;
}

.sort1{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 3.125% 0;
}

.sort1 li{
    text-align: center;
    margin: 0 2.125%;
}

.sort1 li a{
    display: block;
    font-size: 18px;
    color: #000000;
    padding: 10px;
}

.sort1 li a:hover{
    background: #e74d17;
    color: #fff;
}
.sort1 li.cur a{
    background: #e74d17;
    color: #fff;
}

.ttz{
    display: none;
}

.list1z{
    position: relative;
}

.list1z li{
    position: relative;
    margin-bottom: 45px;
    text-align: center;
}

.list1z li a{
    display: block;
    background: #fff;
    transition: .3s ease;
}

.list1z li .simg{
    overflow: hidden;
}

.list1z li .simg img{
    width: 100%;
}

.list1z li h3{
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding: 5px 0;
    font-size: 22px;
    color: #000000;
    margin: 0 2px;
}

.list1z li h4{
    line-height: 35px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.list1z li:hover a{
    background: #e74d17;
}

.list1z li:hover h3,.list1z li:hover h4{
    color: #fff;
}

.w2_index .promore{
    display: block;
    margin:20px auto 5px;
    text-align: center;
    width: 150px;
    line-height: 48px;
    border-radius: 5px;
    background: #e74f19;
    color: #fff;
    font-size: 14px;
}



@media (max-width:992px){
    .ttt2 h3{
        font-size:28px;
    }
    .ttt2 p{
        font-size:18px;
    }
    
    .sort1 li{
        margin: 0 1.125%;
    }
    .sort1 li a{
        font-size:14px;
    }
    
    .list1z li h3{
        font-size:16px;
    }
    
    .list1z li h4{
        line-height:30px;
        font-size:14px;
    }
}


@media (max-width:768px){
    .sort1{
        flex-wrap:wrap;
    }
    
    .list1z li{
        margin-bottom:20px;
        padding:0 5px;
    }
}






/*主体样式*/
.c1_index{
    position: relative;
    padding: 5.25% 0 3.125%;
    background: #fff;
}

.c1_left{
    float: left;
}

.c1_left h3{
    font-family: "Arial";
    font-size: 50px;
    line-height: 1.1;
    color: #e74d17;
    font-weight: 400;
}

.c1_left h3 p{
    color: #333333;
    font-size: 24px;
    font-weight: 400;
}

.c1_left .abb_txt{
    padding: 5.34375% 0;
    color: #333333;
    font-size: 16px; 
    line-height: 2;
}

.c1_left .abbmore{
    display: block;
    width: 152px;
    line-height: 50px;
    background: #e74f19;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    transition: .3s;
}

.c1_img{
    margin-top:30px;
    float: right;
}

.c1_img img{
    max-width: 100%;
}


.num-list{
    margin-top: 3.125%;
    position: relative;
}

.num-list li{
    padding: 1.125% 0;
}

.num-list li+li{
    border-left: 1px solid #d0d0d0;
}

.num-list li .inner{
    padding: 5px 0;
    text-align: center;
  }
  
.num-list li .timer{
    font-size: 74px;
    color: #e54e19;
    font-weight: bold;
    font-family: "Impact";
    line-height: 1;
}

.num-list li i{
    font-style: inherit;
    font-size: 64px;
    color: #e54e19;
    font-weight: bold;
    line-height: 1;
    font-family: "Impact"
}

.num-list li .adorn{
    font-size: 17px;
    color: #666666;
}

.num-list li p{
    font-size: 16px;
    color: #666666;
    padding-top: 30px;
}


@media (max-width:768px){
 
 .num-list li .inner{
     padding-top:20px;
 }
 
 .num-list li .timer,
 .num-list li i{
     font-size:32px;
 }
 
 .num-list li p{
     font-size:14px;
     padding-top:15px;
 }
 
 .c1_left h3{
     font-size:35px;
 }
 .c1_left h3 p{
     font-size:20px;
 }
 
 .c1_left .abb_txt{
     font-size:14px;
 }
 
 .c1_left .abbmore{
     width:122px;
     line-height:40px;
 }
 
}










/*c2_index*/
.c2_index{
    position: relative;
    background: url(../images/c2_bg.jpg) no-repeat top center;
    padding: 2.20833333% 0;
}

.c2_ttt{
    position: relative;
    margin-bottom: 3.20833333%;
}

.c2_ttt h3{
    font-family: "Arial";
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
}

.c2_ttt h3 p{
    font-size: 24px;
    font-weight: 400;
}

.c2_ttt .c2_txt{
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 15px;
}


.c2_list{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c2_list li{
    position: relative;
    width: 24.59%;
    text-align: center;
    padding: 0 0px;
    cursor: pointer;
}

.c2_list li .imgs img{
    width: 100%;
}

.c2_list li::before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .24);
    content: "";
    opacity: 1;
    transition: .3s;
}

.c2_list li::after{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    background: rgba(195, 7, 52, .8);
    content: "";
    opacity: 0;
    transition: .3s;
}

.c2_list li a{
    display: block;
    width: 90%;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 5%;
    right: 5%;
    text-align: center;
    z-index: 9999;
    transition: .5s;
}

.c2_list li:hover a{
    top: 33%;
}


.c2_list li h3{
    color: #fff;
    font-size: 24px;
    padding: 2.20833333% 0;
}

.c2_list li span{
    display: none;
    color: #fff;
   font-size: 14px; 
   line-height: 1.7;
   padding: 8.20833333% 5%;
   opacity: 0;
   transition: .3s;
   
}

.c2_list li i{
    font-style: inherit;
    display: none;
    width: 150px;
    line-height: 42px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
   transition: .3s;
}


.c2_list li:hover::after{
    opacity: 1;
}

.c2_list li:hover::before{
    opacity: 0;
}

.c2_list li:hover span{
    opacity: 1;
    display: block;
}

.c2_list li:hover i{
    opacity: 1;
    display: inline-block;
}

@media (max-width:1200px){
    .c2_list{
        flex-wrap:wrap;
    }
    .c2_list li{
        width:49.59%;
        margin-top:10px;
    }
}


@media (max-width:768px){
     .c2_list li{
        width:100%;
        margin-top:10px;
    }
}


/*c3_index*/
.c3_index{
    position: relative;
    padding: 3.125% 0;
}

.c3_ttt{
    position: relative;
    margin-bottom: 3.20833333%;
}

.c3_ttt h3{
    font-family: "Arial";
    color: #e74d17;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
}

.c3_ttt h3 p{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.c3_ttt a{
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: block;
    color: #999999;
    font-size: 14px;
}



.news_list22 {
    margin-top: 2.125%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.news_list22 li {
    position: relative;
    width: 31.88%;
}

.news_list22 li a{
    display: block;
}

.news_list22 li a img{
    width: 100%;
}

.news_list22 li i{
    display: block;
    font-style: inherit;
    color: #999999;
    font-size: 14px;
    padding: 18px 0 10px;
}

.news_list22 li h3 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_list22 li span {
    font-size: 14px;
    display: block;
    color: #999999;
    margin-top: 10px;
    line-height: 1.7;
    padding-bottom: 25px;
}


.news_list22 li:hover h3 {
    color: #e74d17;
}

@media (max-width: 992px) {
    .news_list22 {
        flex-wrap: wrap;
    }
    .news_list22 li {
        width: 48%;
    }
    .news_list22 li h3{
        padding-bottom: 10px;
    }
    .news_list22 li span{
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .news_list22 li {
        width: 100%;
    }
    .c3_ttt h3{
        font-size:35px;
    }
    .c3_ttt h3 p{
        font-size:20px;
    }
}




/*c4_index*/
.c4_index{
    position: relative;
    background: #f5f5f5;
    padding: 2.125% 0;
}


.c4_list{
    display: flex;
    justify-content: space-between
}

.c4_list li{
    position: relative;
}

.c4_list li a{
    display: block
}

.c4_list li span{
    float: left;
    width: 66px;
    height: 66px;
    overflow: hidden;
}

.c4_list li span img{
    max-width: 100%;
}

.c4_list li:hover span img{
    margin-top: -66px;
}

.c4_list li .time2{
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}

.c4_list li .time2 h3{
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}

.c4_list li .time2 h4{
    color: #666666;
    font-size: 16px;
    font-weight: 600;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}




@media (max-width:1200px){
    .c4_list{
        flex-wrap:wrap;
    }
    .c4_list li{
        margin-bottom:20px;
        width:50%;
    }
}

@media (max-width:992px){
    .c4_list li{
        margin-bottom:15px;
        width:100%;
    }
}

@media (max-width:500px){
     .c4_list li span{
        width:20%;
    }
    .c4_list li .time2{
        width:70%;
    }
    
   .c4_list li .time2 h3{
       font-size:16px;
   } 
    
   .c4_list li .time2 h4{
     font-size:16px;
   } 
   
}

/*hengtu*/
.hengtu img{
    width: 100%;
}


/*底部搜索*/

.foot_search{
    /*float: right;*/
    /*width:auto;*/
}

.foot_ewm{
    padding-left: 15px;
    padding-right: 15px;
}


.hotSearch{
    margin-top: 20px;
   color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.hotSearch a{
   color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

#formsearch2 {
    width: 337px;
    background: url(../images/foot_ss.png) no-repeat center center;
}

#formsearch2 input {
    height: 40px;
    border: none;
    line-height: 40px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}


#formsearch2 input::-webkit-input-placeholder,
#formsearch2 textarea::-webkit-input-placeholder {
    /* WebKit browsers */
      color: #a8abaf;
      opacity: .5;
}

#formsearch2 input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: #a8abaf;
      opacity: .5;
}

#formsearch2 input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
      color: #a8abaf;
      opacity: .5;
}

#formsearch2 input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
      color: #a8abaf;
      opacity: .5;
}

#formsearch2 input[type='text']::-webkit-input-placeholder{
    color: #a8abaf;
      opacity: .5;
}


/*产品内页样式*/
.page-wrap2{
    background: #fff;
    padding: 2.58541667% 0;
}

.xypg-left-title2{
    padding: 0;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: #e74f19;
    font-weight: bold;
    margin: 0;
}


.max1440{
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}



/*inner page style*/
.main{width:100%;background:#fff;}
.main-banner{height:290px;background:url(../upload/content.jpg) no-repeat center top;background-size:cover;}
.main-banner-title{margin-left:124px;margin-top:85px;}
.main-banner-title h2{height:54px;line-height:54px;overflow:hidden;white-space:nowrap;font-weight:bold;font-size:40px;color:#fff;position:relative;left:50px;top:0;filter:alpha(opacity=0);opacity:0;}
.main-banner-title p{height:50px;line-height:50px;overflow:hidden;white-space:nowrap;font-weight:bold;font-size:44px;color:#3dd0ff;font-family:Georgia, "Times New Roman", Times, serif;text-transform:uppercase;position:relative;left:100px;top:0;filter:alpha(opacity=0);opacity:0;}
.main-con-title{margin:20px 0;text-align:center;}
.main-con-title .list{display:inline-block;*display:inline;*zoom:1;width: auto;}
.main-con-title .item{float:left; margin: 5px; padding: 5px}
.main-con-title .item:first-child{/*! margin-left:0; */}
.main-con-title .item a{display:block;height:40px;line-height:40px;padding:0 35px;background:#f0f0f0;font-size:14px;color:#666;transition:all 0.3s ease-in-out;border:solid 1px #ccc}
.main-con-title .item a:hover,.main-con-title .item.cur a{background:#fe5900;color:#fff;text-decoration:none;}
.main-con-title .item.cur{border:1px solid #006ab7;}
.theme { font-size:20px; padding:0 1rem 0.1rem!important;margin-bottom: 20px; border-bottom: #ccc solid 1px;height: 60px;line-height: 60px;color: #333}
.ms_time { padding:0 4% 2%; font-size:12px; }.intro {
    padding: 1rem !important;
    border-top: 1px dotted 
    #d9d9d9;
}
@media only screen and (max-width:480px){
	
	.main-con-title .item{width: 47%}
	
}






