*{
    margin: 0;
    padding: 0;
    font-family:Arial,"PingFang SC"," ",sans-serif;
}


.clear{
    clear: both;
    margin: 0 auto;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.wapper{
    width: 1100px;
    margin: 0 auto;
}

.top01Bg{
    background: #202020;
}

.top01{
    overflow: hidden;
}

.time01{
    display: block;
    float: left;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
}

.topUl01{
    float: left;
    overflow: hidden;
}

.topUl01 li{
    float: left;
    margin: 0 10px;
}

.topUl01 li a{
    display: block;
    float: left;
    line-height: 44px;
    height: 44px;
    color: #fff;
    font-size: 14px;
}

.topUl02{
    float: right;
}

.topUl02 li{
    float: left;
    padding: 15px 0;
}

.topUl02 li:first-child a{
    border-right:1px solid #e30617;
  }

.topUl02 li a{
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    display: block;
    color: #fff;
    padding: 0 5px;
}

.top02{
    position: relative;
    border-top: 1px solid #e8091b;
}

.top02 img{
    display: block;
    width: 100%;
}

.logo{
    position: absolute;
    left: 0;
    top: -44px;
    right: 0;
    margin: auto;
    width: 140px;

}

.logo a{
    display: block;
    width: 100%;
}

.logo a img{
    display: block;
    width: 100%;
}

.sousuo{
    float: right;
    overflow: hidden;
    background: #111111;
    height: 28px;
    border-radius: 28px;
    width: 220px;
    margin-right: 15px;
    margin-top: 8px;
}

.sousuo input[type="button"]{
    display: block;
    float: left;
    width: 28px;
    margin-left: 10px;
    height: 28px;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(../images/ssBtn.png) no-repeat center center;
    background-size: 20px 20px;
}
.sousuo input[type="text"]{
    display: block;
    background: none;
    float: left;
    height: 28px;
    color: #fff;
    font-size: 14px;
    padding:0 10px 0 0;
    width:170px;
    line-height: 28px;
    border: none;
    outline: none;
}

.menu{
    text-align: center;
    font-size: 0;
}

.menu li{
    display: inline-block;
    position: relative;
}

.menu li>a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: bold;
}

.menu li:hover>a{
    color: #e30617;
}

.erji{
    position: absolute;
    left: 0;
    top: 40px;
    width: 200px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px #666;
    background: #fff;
    z-index: 5;
    display: none;
	margin-left:-57px;
}

.menu li:hover .erji{
    display: block;
}

.erji dd{
    border-bottom: 1px dashed #666;
}

.erji dd a{
    display: block;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #000;
}

.erji dd:hover a{
    color: #e30617;
}

.c1Bg{
    width: 1100px;
    padding: 30px 0;
    margin: 0 auto;
}

.titbg01{
    padding-left: 30px;
    height: 45px;
    background: url(../images/titbg01.jpg) no-repeat left center;
}

.titbg01 h1{
    font-weight: normal;
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    color: #e30617;
}

.titbg01 span{
    display: block;
    padding-top: 6px;
    line-height: 14px;
    height: 14px;
    position: relative;
}

.titbg01 span:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background: #e30617;
}

.titbg01 span label{
    line-height: 14px;
    height: 14px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    z-index: 10;
    background: #ededed;
}

.c1L{
    width: 620px;
    float: left;
}

.c1LM{
    width: 610px;
    height: 345px;
    padding-left: 10px;
    margin-top: 10px;
}


.c1R{
    width: 475px;
    float: right;
}

.c1RM{
    margin-top: 10px;
    width: 455px;
    height: 345px;
    padding-left: 10px;
    margin-left: 10px;
    background: #fff url(../images/titbg03.png) no-repeat right 5px top 5px;
    box-shadow: 0 0 5px #666;
}

.c1RMC{
    padding:7px;
    /* height: 297px;
    overflow: hidden; */
}

.c1RMC ul{
    margin-top: 15px;
}

.c1RMC ul li{
    padding-left: 24px;
    background: url(../images/titbg02.png) no-repeat center left;
}

.c1RMC ul li a{
    display: block;
    /* height: 30px; */
    overflow: hidden;
}

.c1RMC ul li:hover span{
    color: #e30617;
}

.c1RMC ul li a span{
    display: block;
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c1RMC ul li a label{
    display: block;
    float: right;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.divMore{
    margin-top: 10px;
}

.divMore a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.divMore a:hover{
    color: #e30617;
}

.c2Bg{
    margin: 0 auto 10px;
    overflow: hidden;
    width: 1100px;
}

.c2Bg li{
    float: left;
    width: 264px;
    height: 150px;
    margin-right: 14px;
}

.c2Bg li>a{
    float: left;
    width:100%;
    height:100%;
}

.c2Bg li>a>img{
    float: left;
    width:100%;
    height:100%;
}

.c2Bg li:last-child{
    margin-right: 0 !important;
}

.moreNews{
    padding:78px 30px 10px;
    background: #dadada;
}

.moreNews label{
    display: block;
    text-align: right;
    font-size: 24px;
    color: #666;
    line-height: 36px;
    position: relative;
}

.moreNews label:after{
    content: '';
    position: absolute;
    top: 12px;
    right: -10px;
    width: 0;
    height: 0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #e30617;
}

.moreNews span{
    display: block;
    text-align: right;
    font-size: 20px;
    color: #666;
    line-height: 26px;

}

.c3Bg{
    overflow: hidden;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #b9b9b9;
}

/*.c3Bg ul{*/
    /*width: 520px;*/
/*}*/


.c3Bg ul li{
    padding-left: 24px;
    background: url(../images/titbg02.png) no-repeat center left;
}

.c3Bg ul li a{
    display: block;
    height: 30px;
    overflow: hidden;
}

.c3Bg ul li:hover span{
    color: #e30617;
}

.c3Bg ul li a span{
    display: block;
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c3Bg ul li a label{
    display: block;
    float: right;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.c4Bg{
    height: 409px;
    margin-top: 30px;
}

.c4M{
    padding-top: 30px;
}

.titbg02{
    padding-left: 30px;
    height: 45px;
    background: url(../images/titbg04.jpg) no-repeat left center;
}

.titbg02 h1{
    font-weight: normal;
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
}

.titbg02 span{
    display: block;
    padding-top: 6px;
    line-height: 14px;
    height: 14px;
    color: #e6cf5d;
    position: relative;
}

.c4MC{
    overflow: hidden;
    margin-top: 30px;

}


.c4MCL{
    width: 540px;
    float: left;
    margin-left: 20px;
}

.c4MCL video{
    display: block;
    width: 100%;
}

.c4MCR{
    padding-top: 90px;
    width: 450px;
    float: right;
    margin-right: 20px;
}

.c4MCR h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    padding-bottom: 10px;
    position: relative;
    color: #fff;
}

.c4MCR h1:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #d8c26c;
}


.c4MCR ul{
    width:100%;
    margin-top: 30px;
}


.c4MCR ul li{
    padding-left: 24px;
    margin: 5px 0;
    background: url(../images/titbg05.jpg) no-repeat center left;
}

.c4MCR ul li a{
    display: block;
    height: 30px;
    overflow: hidden;
}

.c4MCR ul li:hover span{
    color: #e30617;
}

.c4MCR ul li a span{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c5Bg{
    padding: 150px 0 50px;
}

.c5M{
}

.c5MC{
    margin-top: 30px;
    position: relative;
}

.c6Bg{
    height: 675px;
    position: relative;
    overflow: hidden;
}

.c6M{
    position: absolute;
    top: 0;
    right:-640px;
    width: 540px;
    height: 615px;
    padding: 30px 50px;
    background: rgba(0,0,0,.5);
    transition: 500ms;
}

.anBtn01{
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-20px);
    cursor: pointer;
}

.c6M h1{
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    line-height: 36px;
    padding-top: 15px;
    position: relative;
}

.c6M h1:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 3px;
    background: #f8dd6a;
}

.c6Dl{
    margin-top: 40px;
}

.c6Dl dt h3{
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    color: #f8dd6a;
}

.c6Dl dd{
    display: none;
    overflow: hidden;
}

.c6Dl dd a{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-right: 15px;
    margin-top: 5px;
    display: block;
    float: left;
    height: 24px;
}

.c6Dl dd a:hover{
    color: #f8dd6a;
}

.c6Dl dt{
    position: relative;
    cursor: pointer;
}

.c6Kai dd{
    display: block !important;
}

.c6Kai dt:after{
    content: '';
    position: absolute;
    left: -15px;
    top: 10px;
    width: 0;
    height: 0;
    border:8px solid transparent;
    border-left:8px solid #f8dd6a;
}

.ftBg{
    background: #3b393a;
}

.ftM{
    overflow: hidden;
}

.ft01{
    border-bottom: 1px solid #2e2c2d;
}

.ft01M{
    padding-bottom: 30px;
    padding-top: 30px;
}

.ftlogo{
    float: left;
}

.ftlogo img{
    display: block;
}

.ft01MR{
    float: right;
}

.ft02{
    border-top: 1px solid #413f40;
}

.ft01MRUl01{
    font-size: 0;
    text-align: right;
    margin-top: 10px;
}

.ft01MRUl01 li{
    display: inline-block;
}

.ft01MRUl01 li a{
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin: 0 5px;
}

.ft01MRUl01 li a:hover{
    color: #e30617;
}

.ft01MRUl02{
    overflow: hidden;
    margin-top: 10px;
}

.ft01MRUl02 li{
    float: left;
    margin-left: 15px;
}

.ft01MRUl02 li a{
    display: block;
}

.ft01MRUl02 li a img{
    display: block;
    height: 36px;
}

.ft02M{
    padding: 10px 0;
}

.ft02M span{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}

/*ins01------------------*/
.insHeadBg{
    border-bottom: 1px solid #c7c7c7;
}

.insHead{
    height: 144px;
    overflow: hidden;
}

.insLogo{
    float: left;
    margin-top: 45px;

}

.insLogo a{
    display: block;
    height: 100%;
}

.insLogo a img{
    display: block;
    height: 100%;
}

.insTR{
    overflow: hidden;
    float: right;
    margin-top: 56px;
}

.topUl03{
    float: right;
}

.topUl03 li{
    float: left;
    padding: 8px 0;
}

.topUl03 li:first-child a{
    border-right:1px solid #e30617;
}

.topUl03 li a{
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    display: block;
    color: #666;
    padding: 0 5px;
}

.inssousuo{
    float: right;
    overflow: hidden;
    height: 28px;
    border-radius: 28px;
    width: 220px;
    margin-right: 15px;
    border: 1px solid #e30617;

}

.inssousuo input[type="button"]{
    display: block;
    float: left;
    width: 28px;
    margin-left: 10px;
    height: 28px;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(../images/ssBtn01.png) no-repeat center center;
    background-size: 20px 20px;
}
.inssousuo input[type="text"]{
    display: block;
    background: none;
    float: left;
    height: 28px;
    color: #000;
    font-size: 14px;
    padding:0 10px 0 0;
    width:170px;
    line-height: 28px;
    border: none;
    outline: none;
}

.insmebg{
    border-top: 1px solid #edebec;
}

.insmenu li{
    float: left;
    position: relative;
}

.insmenu li>a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: bold;
}

.insmenu li:hover>a{
    color: #e30617;
}

.insmenu li:hover .erji{
    display: block;
}

.insBanner{
    display: block;
    width: 100%;
}

.insConBg{
    /*background: #f60;*/
    position: relative;
    z-index: 3;
}

.insL{
    width: 290px;
    float: left;
    min-height: 500px;
    margin-top: -70px;
    padding: 15px 0;
    background: #ededed;
    box-shadow: 0 0 10px #888;
    position: relative;
}

.insL dt{
    padding: 0 25px;
}

.insL dt h1{
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    color: #ac403d;
}

.insL dt h3{
    color: #9c7532;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ac403d;
}

.insL:after{
    content: '';
    background: #ededed;
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    bottom: -8px;
}

.insL dd{
    padding: 10px 25px;
}

.insL dd li{
    border-bottom: 2px solid #666;
}

.insL dd li a{
    display: block;
    overflow: hidden;
}

.insL dd li a span{
    display: block;
    float: left;
    font-weight: bolder;
    width: 190px;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 24px;
}

.insL dd li a label{
    display: none;
    float: right;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #666;
    font-family: 宋体;
    font-weight: bolder;
    font-size: 25px;
}

.insL dd li:hover span{
    color: #ac403d;
}

.insL dd li:hover label{
    color: #ac403d;
    display: block;
}

.insR{
    float: right;
    width: 750px;
    padding-top: 30px;
}

.insRT{
    overflow: hidden;
}

.insRTL{
    float: left;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.insRTL a{
    color: #ac403d;
}

.insRTR{
    float: right;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding-left: 24px;
    background: url(../images/fanhui.png) no-repeat center left;
    background-size: 24px;
}

.insRC{
    padding: 15px 0;
}

/*ins02-------------------*/
.insRCTit{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #666;
    font-weight: normal;
}

.xinwen li{
    margin-top: 15px;
}

.xinwen li a{
    overflow: hidden;
    display: block;
    padding: 15px;
    background: #fff;

}

.xwtu{
    width: 300px;
    height: 180px;
    float: left;
}

.xwtu img{
    display: block;
    width: 100%;
    height: 100%;
}

.xwtxt{
    width:400px;
    float: right;
}

.xwtxt h2{
    font-size: 24px;
    color: #ac403d;
    font-weight: normal;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xwtxt h3{
    font-size: 15px;
    color: #666;
    font-weight: normal;
    line-height: 30px;

}

.xwtxt>span{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.xwmore>span{
    display: block;
    font-size: 14px;
    color: #ac403d;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 10px;
}

.ins02BBg{
    overflow: hidden;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #b9b9b9;
}

.ins02BBg ul{
    width: 375px;
}


.ins02BBg ul li{
    padding-left: 24px;
    background: url(../images/titbg02.png) no-repeat center left;
}

.ins02BBg ul li a{
    display: block;
    height: 30px;
    overflow: hidden;
}

.ins02BBg ul li:hover span{
    color: #e30617;
}

.ins02BBg ul li a span{
    display: block;
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    width: 275px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ins02BBg ul li a label{
    display: block;
    float: right;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 5px;
}

.fenye{
    font-size: 0;
    margin-top: 10px;
}

.fenye li{
    display: inline-block;
}

.fyOn{
    background:#e30617 !important;

}

.fyOn a{
    color: #fff !important;
}

.fenye li a{
    height: 28px;
    color: #666;
    line-height: 28px;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
}

/*ins03------------------------*/
.jcsj{
    margin-top: 20px;
}

.jcsj li{
    float: left;
    background: #fff;
    box-shadow: 0 0 8px #ccc;
    margin: 5px 5px;
}

.jcsj li a{
    display: block;
    padding: 10px;
    width:220px;
    overflow: hidden;
}

.jcsjDiv{
    height: 120px;
    overflow: hidden;
}

.jcsjDiv img{
    display: block;
    width: 100%;
    height: 100%;
}

.jcsj li a label{
    display: block;
    color: #e30617;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jcsj li a span{
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.jcsj li a strong{
    display: block;
    color: #e30617;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
}












