
/*banner*/
.banner {width: 100%;}
.banner .control{
    width: 1200px;height:80px;
    position: absolute;
    left: 0;top: 0;right: 0;bottom: 0;
    margin: auto;
    z-index: 111;
}
.banner .control a {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: #b4b4b4;
    border-radius: 50%;
    margin-top: 180px;
}
.banner .control a:first-child{
    margin:180px 22px 0 420px;
}
.slider,.desc,.banner .bg {display: none}
/*nav*/
h1 img{
    margin: 10px 0 0 18px;
    height: 70px;
}
.menu{
    width: 1200px;
    left: 0;top: 0;bottom: 0;right: 0;
    margin: auto;
    z-index: 100;
}
.menu ul>li a{
    padding: 0 30px 0 20px;
    line-height: 80px;
    position: relative;
    text-align: center;
}
.menu ul>li a:after{
    content: "";
    width: 12px;height: 12px;
    background: url("../images/index/dropDown.png") no-repeat;
    position: absolute;
    right: 10px;top: 36px;
}
.menu ul>li .subMenu{
    display: none;left: 0;top: 80px;
    width: 100%;
    z-index: 999;
    color: #fff;
}
.menu ul>li:nth-child(4) .subMenu{
    width: 240px;
}
.menu ul>li:nth-child(4) .subMenu a{text-align:left}
.menu ul>li .subMenu a{
    background: #333;
    text-align: center;
    line-height: 34px;
    border-top: 1px solid #272727;
}
.menu ul>li .subMenu a:after,.indexIcon a:after{display: none}
.menu ul>li a:link,.menu ul>li a:visited{color: #000;}
.menu ul>li .subMenu a,.menu ul>li .subMenu a:link,.menu ul>li .subMenu a:visited{color: #fff;}
    /*tab*/
.content{width: 1200px;margin: auto}
.tab{
    background: url("../images/aboutUS/tabBg.png") no-repeat;
    width: 230px;height: 424px;
    text-align: center;
    top: -50px;left: 0;

}
.tab .title{
    width: 202px;height: 78px;
    margin:10px auto 0;
}
.tab .title p{padding: 20px 0 8px;}
.tabList a{
    width: 202px;margin: auto;
    line-height: 20px;
    padding: 15px 0;
    overflow: hidden;
    position: relative;
}
.tabList a span{
    display: block;
    width: 136px;
    margin: auto;
    text-align: center;
}
.tabList .tabStyle{
    color: #ad2929;
    background: #f0f0f0;
    font-weight: 600;
}
.tabList .tabStyle:before{
    content: "";
    background: #ad2929;
    width: 4px;height: 100%;
    position: absolute;
    left: 0;top: 0;
}
.main{width: 962px;text-align: left}
/*当前位置*/
.main .title{
    line-height: 62px;
    border-bottom: 1px solid #dcdcdc;
}
/*分页*/
.paging{
    margin: 30px 0 126px;
}
.paging>li{
    width: 56px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.xifenye{
    background: #f0f0f0;
    color: #ad2929;
}
/*footer*/
.footer{ background:#3c3c3c;}
.footer>div{
    width: 1164px;
    padding: 0 18px;
    margin: auto;
    text-align: center;
    line-height: 62px;
}
.footer>div span{
    right: 18px;top: 0;
}
