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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    font-family: Microsoft YaHei;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}
/*Base*/
.wrap{
    width: 1000px;
    margin: 0 auto;
    height: 100%;
}
.cf:after{
    content:"";
    display: block;
    height:100%;
    visibility: hidden;
    font-size:0; 
    clear:both;
}

/* layout */
.main section h2{
    text-indent: 15px;
    background: url(../images/ico.png) no-repeat;
}
#section01 img{
    display: block;
    width: 698px;
    margin:0 auto;
}
#section01 a{
    display: block;
    width: 175px;
    height: 39px;
    background: #e82a8c;
    border-radius: 5px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    margin-left: 283px;
}
#section03 h3{width: 212px;height: 64px;background: #eb5a23;font-size: 20px;text-align: center;line-height: 64px;color: #fff;border-top-left-radius: 5px;border-top-right-radius: 5px;}
/*主导航*/
#mainNav{
    width: 1000px;
    height: 46px;
    line-height: 46px;
    margin-top: 20px;
    margin-bottom: 54px;
}
#mainNav ul li{
    width: 164px;
    border-top: 2px solid #eb5a23;
    border-bottom: 2px solid #eb5a23;
    border-left: 1px solid #eb5a23;
    border-right: 1px solid #eb5a23;
    float: left;
    background: #fff;
}
#mainNav li:first-child{
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}
#mainNav li:last-child{
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}
#mainNav a{
    display: block;
    width: 164px;
    text-align: center;
    color: #eb5a23;
}

#mainNav .current{
    background: #eb5a23;
}
#mainNav .current a{
    color: #fff;
}

/*banner*/
.banner {
    width:100%;
    text-align: center;
}
.banner img{max-width: 100%;display: block;}
.banner .dots{
    display: inline-block;
    position: absolute;
    left:50%;
    bottom:32px;
    margin-left: -48px;
}
.banner .dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-left: 22px;
    float: left;
    text-indent:-999em;
}
.banner .active{
    background: #eb5a23;
}
/*slider*/
.slider-container{
    width: 900px;
    height: 474px;
    margin: 40px 50px;
    position: relative;
    overflow: hidden;
}
.slider-container ul{
    position: absolute;
    left:0;
    width:99999px;
    z-index:100;
}
.slider-container ul li{
    float: left;
}
.slider-container .prev{
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 62px;
    margin-top: -31px;
    left:0;
    text-indent: -999em;
    background: #8f8f8f url(../images/arrow.png) no-repeat ;
    z-index: 999;
}
.slider-container .prev:hover,.slider-container .next:hover{background-color: #f39c7b;}
.slider-container .next{
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 62px;
    margin-top: -31px;
    right:0;
    text-indent: -999em;
    background: #8f8f8f url(../images/arrow.png) -43px 0px no-repeat ;
    z-index: 999;
}
.slider-content{
    width: 900px;
    height: 474px;
    overflow: hidden;
}
.slider-content ul li{float: left;width: 300px;}
.slider-content img {width: 300px;display: block;}
/*选项卡*/
.tab-container{
    width: 900px;
    margin: 0 auto;
}
#tabList1{
    margin-top: 25px;
    margin-bottom: 32px;
}
#tabList1 .tab-menu{
    width: 170px;
    height: 365px;
    float: right;
}
#tabList1 .tab-menu li{
    border: 2px solid #eb5a23;
    margin-bottom: 55px;
    background: #eb5a23;
}
#tabList1 .tab-menu .active{
    background: #fff;
    border-left: none;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
}
#tabList1 .tab-menu .active a{
    color: #eb5a23;
}
#tabList1 .tab-menu a{
    width: 168px;
    height: 68px;
    display: block;
    color: #fff;
    line-height: 68px;
    text-align: center;

}
#tabList1 .tab-content{
    border: 2px solid #eb5a23;
    width: 726px;
    height: 451px;
    float: left;
    overflow: hidden;
}
#tabList1 .tab-content img{
    display: block;
    max-width: 100%;
    730+172
}

#tabList2{
    margin-bottom: 55px;
}
#tabList2 .tab-menu{
    width: 170px;
    float: left;
}
#tabList2 .tab-menu a{
    display: block;
    width: 168px;
    height: 138px;
    line-height: 138px;
    text-align: center;
    background: #fff;
    color: #eb5a23;
    border-top: 1px solid #eb5a23;
    border-bottom: 1px solid #eb5a23;
    border-right: 1px solid #eb5a23;
}
#tabList2 .tab-menu .active a{
    background: #eb5a23;
    color: #fff;
}
#tabList2 .tab-content{
    width: 720px;
    height: 417px;
    overflow: hidden;
    border: 2px solid #eb5a23;
    float: left;
}
#tabList2 .tab-content img{display: block;width: 100%;}
#tabList2 .tab-content ul li{float: left;}
/* cycle */
.cycle {
    width: 900px;
    height: 425px;
    overflow: hidden;
    position: relative;
    margin-top: 22px;
    margin-bottom: 56px;
    margin-left:auto;
    margin-right:auto;
}
.cycle img{
    display: block;
    margin: 0 auto;
}

.cycle-content ul {
    position: absolute;
    left:0;
    width:99999px;
}
.cycle-content ul li{
    float: left;
    width: 900px;
    height: 425px;
}
.cycle .prev{
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 62px;
    margin-top: -31px;
    left:0;
    text-indent: -999em;
    background: #8f8f8f url(../images/arrow.png) no-repeat ;
    z-index: 999;
}
.cycle .next{
    position: absolute;
    top: 50%;
    display: block;
    width: 42px;
    height: 62px;
    margin-top: -31px;
    right:0;
    text-indent: -999em;
    background: #8f8f8f url(../images/arrow.png) -43px 0px no-repeat ;
    z-index: 999;
}

.cycle .prev:hover,.cycle .next:hover{
    background-color: #f39c7b;
}

.videobox{
    width: 600px;
    height: 400px;
    background: #000;
    margin: 25px auto 56px;
}
.newsbox{
    padding: 25px 0 0 50px;
}

.newsbox ul li{overflow: hidden;margin-bottom: 30px;}
.newsbox img{
    float: left;
    display: block;
    width: 182px;
    padding-right: 30px;
}
.newsbox figcaption{
    float: left;
    width: 502px;
    height: 125px;
}
.newsbox h3 {
  padding-bottom: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsbox h3 a{
      font-size: 18px;
      color: #D77153;
}
.newsbox figcaption p{
    height: 40px;
    overflow: hidden;
}
.newsbox figcaption p a{
    color: #6e6e6e;
    line-height: 20px;
    font-size: 12px;    
}