*{
    margin: 0;
    padding: 0;
}

.clear{
    clear: both;
    margin: 0 auto;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.wapper{
    width: 1200px;
    margin: 0 auto;
}

.headbg{
    /* padding: 15px 0 5px; */
    padding-top:15px;
    border-bottom: 1px solid rgba(153, 153, 153, .1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
}
.logo{
    float: left;
    height: 24px;
    padding-top: 10px;
}

.logo a{
    display: block;
    height: 100%;
}

.logo a img{
    display: block;
    height: 100%;
}

.meUl{
    margin-left: 30px;
    float: left;
}

.meUl li{
    float: left;
    margin: 0 25px;
    position: relative;
    height:50px;
    line-height:50px;
}

.yiji_m{
    display: block;
    height: 50px;
    line-height:50px;
}
.yiji_m.active label{
	color:#ff6637
}
.yiji_m label{
    display: block;
    color: rgba(33, 33, 33, 1);
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    transition: 500ms;
    cursor: pointer;

}

.yiji_m span{
    display: block;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    transition: 500ms;
    cursor: pointer;
}

.meUl li:hover .yiji_m label{
    color: #ff6637;
    /*transform: translateY(20px);*/
}

.meUl li:hover .yiji_m span{
    color: #ff6637;
    /*transform: translateY(-22px);*/
}

.erji_m{
    position: absolute;
    left:-30px;
    top: 49px;
    background: #fff;
    border: 1px solid rgba(153, 153, 153, .1);
    padding: 30px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    display: none;
    min-width: 320px;
}

.meUl li:hover .erji_m{
    display: block;
}

.erji_mT{
    overflow: hidden;

}

.erji_mB{
    margin-top: 10px;
    overflow: hidden;
}

.erji_mB a{
    display: block;
    float: right;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}

.erji_mT dl{
    float: left;
    margin: 0 15px;
    /* width: 130px; */
}


.erji_mT dl dt{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(153, 153, 153, .3);
}

.erji_mT dl dt a{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    padding-bottom: 10px;
}


.erji_mT dl dd{
    margin-top: 15px;
}

.erji_mT dl dd a{
    color: #000;
    font-size: 14px;
    display:block;
    line-height: 30px;
}

.bannerBg{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 65px;
}

.tuUl{
    overflow: hidden;
    position: relative;
    width:100%;
    height:600px;
}
.tuUl li{
    /* float: left; */
    position: absolute;
    width:100%;
    height:100%;
    opacity: 0;
}
.tuUl li:first-child{
    opacity: 1;
}

.tuUl li img{
    display: block;
    width: 100%;
    height:100%;
}
/* 点点 */
#btns{
    position:absolute;
    left:0;right:0;
    margin:auto;
    bottom:50px;
    height:40px;
}
#btns li{
    float:left;
    margin-left:10px;
    width:16px;
    height:16px;
    border-radius:50%;
    background-color:#efefefa1;
}
/* 左右箭头 */
#leftArrow{
    position: absolute;
    left:0px;
    top:50%;
}
#rightArrow{
    position: absolute;
    right:0px;
    top:50%;
}


.qqliOn{
    border: 3px solid rgba(255,255,255,1) !important;

}

.c1bg{
    padding: 50px 0;
}

.titbg{
    position: relative;
}

.titbg label{
    display: block;
    color: rgba(243, 120, 44, 0.098);
    text-align: center;
    font-size: 46px;
    font-weight: bolder;
    line-height: 54px;
}

.titbg span{
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: bolder;
    color: #000;
    line-height: 40px;
    padding-bottom: 5px;

}

.titbg span:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: #000;
    transform: translateX(-50%);
}

.titbg i{
    display: block;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    margin-top: 10px;
}

.c1{
    margin-top: 50px;
    overflow: hidden;
    /*background: #0f0;*/
    border: 1px solid rgba(153, 153, 153, .2);
}

.c1>dt{
    width: 130px;
    padding: 55px 25px;

    float: left;
}

.c1>dt div{
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    border-bottom: 1px solid rgba(153, 153, 153, .2);
    cursor: pointer;
}

.c1liOn{
    color: #ff6637 !important;
}

.c1>dd{
    width: 1018px;
    float: left;
    height: 366px;
    overflow: hidden;

}

.c1R{
    height: 316px;
    padding-left: 70px;
    width: 948px;
    padding-top: 50px;
    display: none;
}

.c1ROn{
    display: block !important;
}


.c1R label{
    display: block;
    color: #fff;
    font-size: 38px;
    line-height: 48px;
    padding-top: 30px;
    position: relative;
}

.c1R label:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 78px;
    height: 2px;
    background: #fff;

}

.c1R span{
    display: block;
    color:rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 36px;
    margin-top: 5px;
}


.c1R dl{
    height: 50px;
    overflow: hidden;
    margin-top: 100px;
}

.c1R dl dt{
    float: left;
    width: 90px;
    height: 50px;
    position: relative;
}

.c1R dl dt:after{
    content: '';
    position: absolute;
    left: 104px;
    width: 2px;
    height: 45px;
    background: rgba(255,255,255,.3);
    top: 2.5px;
}

.c1R dl dt img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.c1R dl dd{
    float: left;
    margin-left: 35px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.c2bg{
    padding: 50px 0;

}

.c2{
    margin-top: 50px;
}


.c2 li{
    width: 376px;
    height: 460px;
    float: left;
    box-shadow: 0 0 20px #efefef;
    /*background: #0f0;*/
    margin: 10px 12px;
}

.c2 li dt{
    height: 220px;
    overflow: hidden;
}

.c2 li dt img{
    display: block;
    width: 100%;
    transition: 500ms;
    height: 100%;
}

.c2 li dt:hover img{
    transform: scale(1.2);
}

.c2 li dd{
    padding: 10px 40px;
}

.c2 li dd label{
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: rgb(33, 33, 33);
    font-weight: bolder;
}
.c2 li dd i{
    display: block;
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 30px;
    font-style: normal;
}
.c2 li dd span{
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    height: 78px;
    overflow: hidden;
}

.c2 li dd a{
    display: inline-block;
    border: 1px solid #ff6637;
    color: #ff6637;
    font-size: 14px;
    height: 34px;
    padding: 0 15px;
    line-height: 34px;
}

.c3bg{
    padding: 50px 0;
}

.c3{
    overflow: hidden;
    margin-top: 50px;
}

.c3>dt{
    float: left;
    width: 623px;
}

.c3 ul li{
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px dashed #ccc;
}

.c3liL{
    width: 84px;
    height: 84px;
     background: #f3f3f2;
    float: left;
}

.c3liL label{
    display: block;
    color: #ff6637;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    padding-top: 15px;
}

.c3liL span{
    display: block;
    color: #ff6637;
    font-size: 12px;
    text-align: center;

}

.c3>dd{
    float: right;
    width: 500px;
}

.c3liR{
    float: right;
    width: 490px;
}

.c3liR a{
    display: block;
    font-size: 18px;
    color: rgba(33, 33, 33, 1);
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
}

.c3liR a:hover{
    color: #ff6637;
}


.c3liR span{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
}

.c3 dt>a {
    display: inline-block;
    border: 1px solid #ff6637;
    color: #ff6637;
    font-size: 14px;
    height: 34px;
    padding: 0 15px;
    line-height: 34px;
    margin-top: 40px;
}

.c3RT{
    height: 290px;
}

.c3RT img{
    display: block;
    width: 100%;
    height: 100%;
}

.c3RB{
    padding:30px 20px;
    background: #f9f9f9;
}

.c3RB label{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: rgb(73, 110, 232);
    font-weight: bolder;

}

.c3RB span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color:#000;
}

.c3RB a{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color:#000;
    margin-top: 20px;
}

.c4bg{
    padding: 50px 0;
}

.c4{
    margin-top: 50px;
}


/* 本例子css */
.slideBox{ width:1200px; overflow:hidden; position:relative;}
.slideBox .hd{
    margin-top: 10px;

}
.slideBox .hd ul{ overflow:hidden; zoom:1;text-align: center;font-size: 0; }
.slideBox .hd ul li{
    display: inline-block;
    margin: 0 10px;
    width:72px;
    height:56px;
    border: 2px solid #fff;
    position: relative;
    cursor:pointer;
}

.slideBox .hd ul li img{
   display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.slideBox .hd ul li.on{border-color:#fec001;   }


.slideBox .bd{ position:relative; width: 1200px;height: 550px;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;height:550px;position: relative; }

.slideBox .bd li label{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}

.slideBox .bd img{ width:100%; height:100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{color: #fff;font-family: 宋体;font-size: 28px;text-align: center;line-height: 50px;font-weight: bolder;  position:absolute;border-radius: 50%; left:3%; top:50%; margin-top:-25px; display:block; width:50px; height:50px; background:rgba(0,0,0,.3);transition: 500ms;}
.slideBox .next{ left:auto; right:3%;}
.slideBox .prev:hover,
.slideBox .next:hover{ background:rgba(0,0,0,.8); }

.c5bg{
    padding-bottom:50px;
}

.c5{
    height: 600px;
    margin-top: 50px;
    overflow: hidden;
}

.c5M{
    float: right;
    padding: 0 50px;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,.5);
}

.c5M li h2{
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    padding-bottom: 10px;
    font-weight: normal;
    margin-top: 50px;
    text-indent: 27px;
}

.c5M li{
    overflow: hidden;
    margin-top: 20px;
}

.c5M li span{
    color: #fff;
    font-weight: bolder;
    display: block;
    width: 86px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 15px;
    float: left;
}

.c5M li input[type="text"]{
    display: block;
    background: #fff;
    border-radius: 5px;
    width: 300px;
    padding: 0 5px;
    float: left;
    height: 36px;
    outline: none;
    border: none;
    margin-left: 15px;
}

.c5M li i{
    color: #f00;
    font-weight: bolder;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: right;
    margin-left: 5px;
    font-size: 15px;
    font-style: normal;
    float: left;
}

.c5M li input[type="button"]{
    display: block;
     color: #fff;
    font-size: 14px;

    width: 150px;
    height: 44px;
    float: left;
    background: #fec001;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: 15px;
}

.ftbg {
    background: #434040;
    -moz-background: #282828d7;
    -webkit-background: #282828d7;
    -o-background: #282828d7;
    -ms-background: #282828d7;
}

.ftTbg{
    overflow: hidden;
    padding: 30px 0;
}

.ftTL{
    width: 317px;
    float: left;
}

.ftTL img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.ftTL span{
    display: block;
    color: rgb(128, 128, 128);
    font-size: 14px;
    line-height: 30px;
}

.ftTM{
    float: left;
    width: 730px;
    margin-left: 30px;
    position: relative;
}

.ftTM ul.msg{
    overflow: hidden;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(128, 128, 128);
    margin-bottom: 46px;
    width:730px !important;
}

.ftTM ul.msg li{
    height: 18px;
    float: left;
    width:120px !important;
}

.ftTM ul.msg li a{
    display: block;
    padding: 0 24px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color:rgb(128, 128, 128);
    border-right: 2px solid rgb(128, 128, 128);
}

.ftTM ul.msg li:last-child a{
    border: none;
}


.ftTM span {
    display: block;
    color: rgb(128, 128, 128);
    font-size: 14px;
    line-height: 30px;
}

.ftTR{
    overflow: hidden;
    position: absolute;
    right:0;
    top:42px;
}

.ftTR li{
    width: 128px;
    height:146px;
    margin-left: 20px;
    float: left;
}

.ftTR li span{
    display: block;
    color: rgb(128, 128, 128);
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}
.ftTR li img{
    display: block;
    width: 110px;
    height:110px;
    margin:auto
}

.ftBbg{

    text-align: center;
    margin-top: 50px;
}

.ftBbg a{
    display: inline-block;
    color: rgb(128, 128, 128);
    font-size: 14px;
    line-height: 36px;
}

.kfbg{
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    z-index: 10;
}

.kfLi01{
    margin-top: 180px;
}

.kfbg>li{
    position: relative;
}

.kfbg>li>.kfyj{
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
    transition: 500ms;
    padding: 5px 0;
}

.kfbg>li>.kfyj>img{
    display: block;
    width:24px;
    height:24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.kfLi02{
    margin-top: 15px;
}

.kfLi03{
    margin-top: 280px;
}

.kfLi04{
    margin-top: 15px;
}

.kfbg>li>.kfyj:hover{
    background: rgb(196,0,0) !important;
}

.kfej{
    position: absolute;
    background: #454545;
    border-radius: 5px;
    right: 35px;
    top: 5px;
    cursor: pointer;
    width: 120px;
    display: none;
}

.kfbg>li:hover .kfej{
    display: block;
}

.kfej span{
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}
.kfej a{
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
}


/*ins01------------------------*/
.insBanner{
    display: block;
    margin-top: 65px;
    width: 100%;
}

.insL{
    float: left;
    width: 220px;
    background: #f5f5f5;
    min-height: 635px;
}

.insL li a{
    height: 40px;
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.inslLiOn>a{
    background: #ff6637;
    color: #fff !important;
}

.insR{
    float: right;
    width: 900px;
}


.cpUl{
    overflow: hidden;
}

.cpUl li{
    width: 420px;
    height: 300px;
    float: left;
    margin:10px 15px;
}

.cpUl li a{
    display: block;
    width: 100%;
    height: 100%;
}

.cpTu{
    height: 220px;
}

.cpTu img{
    display: block;
    width: 100%;
    height: 100%;
}

.cpUl li a label{
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}

.cpUl li a span{
    display: block;
    font-size: 14px;
    text-align: center;
    color: rgb(151, 151, 151);
    line-height: 20px;
    height: 48px;
    padding: 0 10px;
    overflow: hidden;
}

/*ins02-----------------------*/

.pad01{
    padding: 50px 0;
}

.insTit{
    color: #000;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}

.cpInfoTxt{
    padding: 30px 0;
}

/*ins03--------------------------------*/
.ins03C1{
    overflow: hidden;
    margin-top: 50px;
}

.ins03C1 li{
    width: 160px;
    height: 112px;
    margin: 20px 20px;
    float: left;
    transition: 500ms;
}

.ins03C1 li img{
    display: block;
    width: 100%;
    height: 100%;
}


.ins03C1 li:hover{
    box-shadow: 0 0 15px #ccc;
}

.ins03C2bg{
    padding: 50px 0;
}

.ins03C2{
    margin-top: 50px;
    height: 190px;
}

/* 本例子css */
.txtMarquee-left{ }

.txtMarquee-left .bd{ }
.txtMarquee-left .bd .tempWrap{ width:1200px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{width: 300px;height: 190px;  position: relative; margin-right:20px;  float:left; }/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

.txtMarquee-left .bd ul li a{
    display: block;
    width: 100%;
    height: 100%;

}

.txtMarquee-left .bd ul li a img{
    display: block;
    width: 100%;
    height: 100%;
}

.txtMarquee-left .bd ul li  span{
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.txtMarquee-left .bd ul li span{ color:#fff;  }


.ins03C3bg{
    padding: 50px 0;
}

.ins03C3{
    margin-top: 50px;
    overflow: hidden;
}

.ins03C3 li{
    width: 280px;
    float: left;
    margin-right:26px;
    margin-bottom: 40px;
}

.ins03C3 li:nth-child(4n){
    float: right;
    margin-right: 0;
}

.ins03C3T{
    overflow: hidden;
    height: 180px;
    transition: 500ms;
}

.ins03C3T img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 500ms;
}

.ins03C3T:hover img{
    transform: scale(1.3);
}

.ins03C3B{
    padding: 18px;
    border: 1px solid #ccc;
    border-top: none;
}

.ins03C3B label{
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;

}


.ins03C3B span{
    display: block;
    color: #ccc;
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

/*ins04------------------------*/
.ins04C1T{
    overflow: hidden;
    padding-bottom: 5px;
    /* border-bottom: 2px solid #ff6637; */
    font-size: 0;
    text-align: center;
    /* margin-top: 50px; */
}

.ins04C1T li{
    display: inline-block;
    margin: 0 80px;
    cursor: pointer;
}

.ins04C1T li span{
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 36px;
    font-weight: bolder;
}

.ins04c1TliOn span{
    color: #ff6637 !important;
}


.ins04C1B li{
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}


.ins04C1BL{
    width: 160px;
    float: left;

}

.ins04C1BL img{
    display: block;
    width: 100%;
}


.ins04C1BR{
    width: 1000px;
    float: right;
}


.ins04C1BR a{
    display: block;
    overflow: hidden;
}


.ins04C1BR a label{
    display: block;
    width: 830px;
    font-size: 18px;
    color: #000;
    font-weight: bolder;
    line-height: 36px;
    float: left;
}

.ins04C1BR a:hover label{
    color: #ff6637;
}

.ins04C1BR a:hover span{
    color: #ff6637;
}

.ins04C1BR a span{
    display: block;
    float: right;
    line-height: 36px;
    font-size: 18px;
    color: rgba(153, 153, 153, 1);
    font-weight: bolder;
}

.ins04C1BR>label{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.ins04C1B{
    /* margin-top: 30px; */
    display: none;
}

.ins04C1BXS{
    display: block !important;
}

/*ins05---------------------------*/
.ins05Tit{
   padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.ins05Tit label{
    display: block;
    font-size: 26px;
    color: #000;
    line-height: 36px;
	text-align: center;
}

.ins05Tit>span{
	display: block;
    font-size: 14px;
    color: #adadad;
    line-height: 36px;
    margin-top: 15px;
	text-align: center;
}
.ins05Tit #lblPutdate{
	display: inline-block;
}
.ins05Tit #lblTitle{
	font-size:18px;
	font-weight: bolder;
	color:#333;
}

.ins05Con{
    padding: 30px 0;
}
.show_img>a>img{
    display: block;
    width:100%;
    height:200px;
}
.show_img_title>a{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding: 18px 0px;
}