*{
    margin: 0;
    padding: 0;
}

.lf{
    float: left;
}
.rt{
    float: right;
}
body{
    font-family: "Microsoft YaHei",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.bigbox{
    width: 100%;
}
ul{
    list-style: none;
}

.bigbox li{
    float: left;
}
.list li{
    float: left;
}
.list{
    line-height: 37px;
}

.list a{
    text-decoration: none;
    color: #666;;
}
#items li{
    float: left;
}
#items li a{
    color: #fff;
    text-decoration: none;
    line-height: 38px;
    padding: 0 18px;
}

#btns a,#btns1 a,#btns2 a{
    display: inline-block;
    position: relative;
}
.bgbox{
    width: 100%;
    height: 30px;
    position: absolute;
    background: rgba(0,0,0,.6);
    bottom: 3px;
}
.bgbox{
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.mysvg{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("http://www.csxinhua.com/images/jiuyebaozhang/top_01.jpg") no-repeat;
    position: relative;
    top:4px;
}
#btns li:nth-child(2),#btns li:nth-child(4){
  margin:0 3px 3px 5px
}
#btns li:nth-child(3),#btns li:nth-child(5){
  margin:0px 0px 3px 3px
}
.jsx-title {
    margin: 30px 0 20px 0;
    padding: 0;
    font-size: 12px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-weight: normal;
    color: #666;
    border: none;
    vertical-align: baseline;
}
.index-title.jsx-title {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.title-en.jsx-title {
    font-size: 50px;
    background: linear-gradient(to bottom,#2f5ce2d4,#fff);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 400;
    opacity: 0.8;
}
.title-red.jsx-title {
    font-size: 38px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #F00;
    font-weight: 600;
}