body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #000;
    font-size: 12px;
    background:#fff;
    margin: 0;
    padding: 0;
}
* {margin: 0; padding: 0; outline: 0;}
li{list-style: none}
h1, h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin:0 0 15px 0;
}
h1 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 100%;
}
h2 {
    font-size: 24px;
}
p {
    margin: 0;
}
a {
    color: #3e3e3e;
}
.clear {
    clear: both;
}
.wrap {
    width: 100%;
    min-width: 960px;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    padding: 0;

}
.section {
    width: 100%;
    z-index: 10;
    position: relative;
    margin: 0 auto;
}
.inner {
    min-width: 960px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    /*min-height: 50px;*/
    padding:100px 0;
    /*font-size: 18px;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-weight: 300;*/
}
.inner:after {
    content: "";
    display: table;
    clear: both;
}
.inner .main{
    padding-top:50px;
}
.header {
    height: 120px;
    z-index: 1000;
    width: 100%;
    background: #fff;
    display: flex;
}
.header .logo{
    width: 30%;
    padding: 10px 0px 0px 60px;
}
.header .logo img{
    height: 100px;
}
.header .menu{
    width: 70%;
    padding-left: 20%;
}
.subNavBtn {
    display: block;
    height: 82px;
    width: 15%;
    float: left;
    margin: 0px 0px 0 0;
    text-decoration: none;
    font-size: 16px;
    padding: 38px 2% 0 2%;
    text-align: center;
    color: #000;
}
.subNavBtn span{
    display: block;
}
.header .menu a:hover {
    background: #ef3741;
    color: #fff;
}
.header .menu .active {
    background: #c61b24;
    color: #fff;
}
.header .menu .end {
    margin: 0;
}
.title{text-align: center}
.title .sub-title{width: 300px; margin: 0 auto; text-align: center;background: url('/img/dot.png') repeat-x center}
.title .sub-title span{background-color: #fff; padding: 0px 30px;font-size: 16px;color: #c8c8c8}
.title h1 {
    font-weight: 500; text-align: center;
}
.title h1 span{
    color: #c61b24;
}
.section .main p{margin-bottom: 26px}

.slideGroup{text-align:left;  }
.slideGroup .parHd{ height:30px; line-height:30px;text-align: center; padding-top: 20px}
.slideGroup .parHd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideGroup .parHd a{  padding:10px 15px; cursor:pointer; font-size: 16px; background-color: #ccc}
.slideGroup .parHd a.on{ height:30px; background: #c61b24; color: #FFF}
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding-top: 25px; position:relative;   }

.slideGroup .parBd ul{ overflow:hidden; zoom:1;min-height: 315px}
.slideGroup .parBd ul li{ margin-right: 12px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic img{ width:291px; height:270px; display:block;  }
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup .parBd ul li .title{ line-height:24px;}