body{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;

}

.clear{clear: both;}
.head{
    width: 100%;
    position: relative;
    height: 150px;
    background: #dcdcdc;
}
.head_content{
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.head .head_content .logo{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 99px !important;
}
.head .head_right{
    float: right;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.head .head_right ul{
    float: right;
}
.head .head_right ul li{float: left;}
.head .head_right ul li a{
    display: inline-block;
    padding: 0 15px 0 15px;
    color: black;
    text-decoration: none;
}
.head .head_right ul li a:hover{
    color: #993333;
}
.head_right .ipt{clear: both;position: relative;}
.head_right .ipt form{display: inline-block;}
.head_right .ipt .search_btn{
    position: relative;
    top: 16px;
    left: -7px;
    cursor: pointer;
}
.head_right .ipt input{
    width: 270px;
    height: 42px;
    border: none;
    outline: none;
    background: url('../img/bg_search.png') no-repeat;
}
/*头部结束*/

.nav{
    height:100px;
    background: #993333;
}
.nav .nav_content{
    width: 1200px;
    margin: 0 auto;
}
.nav .nav_content ul li{
    text-align: center;
    float: left;
    width: 130px;
    height: 50px;
    /*display: flex;*/
    /*align-items: center;*/
}
.nav .nav_content ul li:hover{
    background: #d04955;
}
.nav .nav_content ul li a{
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}


/*下面是轮播代码*/
.banner {/*  修改输出屏大小  */ width: 100%; height: 300px; overflow: hidden; position: relative; margin-left: auto; margin-right: auto; }
.banner .img {position: absolute; left: 0px; top: 0; }
.banner .img li { float: left; }
/*/ 修改图片大小 /*/
.banner .img img { width: 550px; }
/*/ 小圆圈 /*/
.banner .num { position: absolute; width: 100%; bottom: 10px; left: 0; text-align: center; font-size: 0px; }
.banner .num li { width: 25px; height: 25px;background: #fff;  border-radius: 50%; display: inline-block; margin: 0 3px; cursor: pointer; border: 1px solid #b81c2a;}
.banner .num li.on { background: #b81c2a; }
/*/ 按钮 /*/
.banner .btn { width: 30px; height: 50px; background: rgba(0,0,0,0.5); position: absolute; top: 50%; margin-top: -25px; cursor: pointer; text-align: center; line-height: 50px; color: #fff; font-size: 40px; font-family: "宋体"; display: none; }
.banner:hover .btn { display: block; }
.banner .btn_l { left: 0; }
.banner .btn_r { right: 0; }
/*/ 第一个轮播 / 原本有固定样式。所以第二个轮播我就没写 */
#ban1 .banner { width: 100%; height: 500px;   }
#ban1 .banner .img img { width: 100%; height: 500px; }
/*轮播代码结束*/

.index_content{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url("../img/bg_index.jpg") no-repeat;
    background-size: 100% 100%;
}
.index_content .about_ass{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #bfbfbf;
    margin-top: 58px;
}
.index_content .about_ass .about_head {
    padding: 10px 0 10px 0;
}
.index_content .about_ass .about_head p{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
}
.index_content .about_ass .about_head ul{
    float: right;
}
.index_content .about_ass .about_head ul li{
    float: left;
    width: 117px;
    height: 30px;
    background: url("../img/dirty_list.png");
    border-radius: 12px;
    margin: 0 10px 0 10px;
    /*display:-webkit-box;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*behavior: url(../css/ie-css3.htc);*/
}

.index_content .about_ass .about_head ul li a{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
}
.index_content .about_ass .about_head:after{
    content: url(../img/title_line.png);
}

.index_content .about_ass .about_itms{
    width: 350px;
    padding: 0 25px 0 25px;
    height: 150px;
    float: left;
}
/*//////////////////////////////////////////////*/
.index_content .about_ass .about_itms .about_num01 p{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #993333;
}
.index_content .about_ass .about_itms .about_num01 p:before{
   content: url(../img/title_before.png);
    margin-right: 15px;
}
.index_content .about_ass .about_itms .about_num01 img{
    float: right;
}
.index_content .about_ass .about_itms ul {
    padding-left: 20px;
}
.index_content .about_ass .about_itms ul li{
    padding: 15px 0 0 0;
}
.index_content .about_ass .about_itms ul li a{
    text-decoration: none;
    color: #000;
}
.index_content .about_ass .about_itms ul li:before{
    content: '\02022';
    color: #bfbfbf;
    margin-right: 15px;
}
/*/////////////////////////////////////////////////////*/

.index_content .news_center{
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/bg_new_center.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 32px;
    position: relative;
}
.index_content .news_center .new_head {
    padding: 10px 0 10px 0;
}
.index_content .news_center .new_head p{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
    color: #fff;
}
.index_content .news_center .new_head ul{
    float: right;
}
.index_content .news_center .new_head ul li{
    float: left;
    width: 117px;
    height: 30px;
    background: url("../img/dirty_list.png");
    border-radius: 12px;
    margin: 0 10px 0 10px;
    /*display: flex;*/
    /*align-items: center;*/
}

.index_content .news_center .new_head ul li a{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
}
.index_content .news_center .new_head:after{
    content: url(../img/title_line02.png);
    margin-left: 110px;
}
.index_content .news_center .ass_news{
    position: relative;
    width: 793px;
    height: 335px;
    background: #282424;
    margin-left: 10px;
}
.index_content .news_center .ass_news .news_detail{
    display: inline-block;
    background: #fff;
    width: 465px;
    height: 280px;
    margin-left: 25px;
}
.index_content .news_center .ass_news .news_detail .news_title{
    /*display: flex;*/
    /*align-items: center;*/
}
.index_content .news_center .ass_news .news_detail .news_title img{
    position: relative;
    top: 50%;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}
.index_content .news_center .ass_news .news_detail .news_title .title_span{
   font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 300px;
    padding: 0 20px 0 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.index_content .news_center .ass_news .news_detail .news_txt{
    width: 422px;
    margin: 10px 0 0 25px;
    /*display: flex;*/
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    overflow: hidden;
}
.index_content .news_center .ass_news .news_detail .news_txt img{
    float: left;
}
.index_content .news_center .ass_news .news_detail .date{
    float: right;
    padding: 10px 25px;
}

.index_content .news_center .ass_news .news_til{
    font-size: 16px;
   color: #fff;
    padding:10px 0 10px 25px;
}
.index_content .news_center .ass_news .news_til:before{
    content: url(../img/title_before.png);
    margin-right: 20px;
}
.index_content .news_center .ass_news .news_title .news_date{
    width: 65px;
    height: 65px;
    padding: 5px 5px 5px 5px;
    background: #b81c2a;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.index_content .news_center .ass_news .news_title .news_date p{
    font-size: 28px;
    border-bottom: 1px solid #fff;
}
/*、、*/
.index_content .news_center .ass_news .news_nav{
    width:285px;
    float: right;
    margin-right: 10px;
}
.index_content .news_center .ass_news .news_nav ul li{
    background: #a9a9a9;
    border-bottom: 1px solid #000 ;

}
.index_content .news_center .ass_news .news_nav ul li a{
    display: inline-block;
    text-decoration: none;
    color: #000;
    width: 100%;
}

.index_content .news_center .ass_news .news_nav ul li p{
   width: 30px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    background: #959595;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}
.index_content .news_center .ass_news .news_nav ul li a:after{
    content: url(../img/dirty_add.png);
    float: right;
    margin: 5px 15px ;
}
.index_content .news_center .ass_news .news_nav .nav_more{
    float: right;
    margin-top: 10px;
}
/*协会新闻结束*/
.index_content .news_center .station_dt{
    width: 350px;
    height: 313px;
    background: #d0cecd;
    position: absolute;
    top: 70px;
    right: 10px;
    padding: 10px;
}
.index_content .news_center .station_dt .dt_title{
    font-size: 16px;
    padding: 10px 0 10px 10px;
}
.index_content .news_center .station_dt .dt_title:before{
    content: url(../img/white_before.png);
    margin-right: 20px;
}
.index_content .news_center .station_dt ul li{
    padding: 0 0 0 20px;
    border-bottom: 1px dashed #fff;
    height: 37px;
    line-height: 37px;
}
.index_content .news_center .station_dt ul li a{
    display: inline-block;
    text-decoration: none;
    color: #666;
}
.index_content .news_center .station_dt ul li span{
    float: right;
}
.index_content .news_center .station_dt ul li:before{
    content: '\02022';
    color: #fff;
    margin-right: 15px;
}
.index_content .news_center .station_dt .nav_more{
    float: right;
    margin-top: 15px;
}
/*各站动态结束*/

.index_content .news_center .file{
    width: 572px;
    height: 227px;
    background: url("../img/bg_action.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 430px;
    left: 10px;
}

.index_content .news_center .file_head {
    padding: 10px 0 10px 0;
}
.index_content .news_center .file_head p{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
}
.index_content .news_center .file_head ul{
    float: right;
}
.index_content .news_center .file_head ul li{
    float: left;
    width: 117px;
    height: 30px;
    background: url("../img/dirty_list.png");
    border-radius: 12px;
    margin: 0 10px 0 10px;
    /*display: flex;*/
    /*align-items: center;*/
}

.index_content .news_center .file_head ul li a{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}
.index_content .news_center .file_head:after{
    content: url(../img/short_title_line.png);
}

.index_content .news_center .file_itms{
    width: 530px;
    padding: 0 25px 0 25px;
    height: 150px;
    float: left;
}
/*//////////////////////////////////////////////*/
.index_content .news_center .file_itms .file_num01{
    height: 32px;
}
.index_content .news_center .file_itms .file_num01 p{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #993333;
}
.index_content .news_center .file_itms .file_num01 p:before{
    content: url(../img/white_before.png);
    margin-right: 15px;
}
.index_content .news_center .file_itms .file_num01 img{
    float: right;
}
.index_content .news_center .file_itms ul {
    padding-left: 8px;
}
.index_content .news_center .file_itms ul li{
    padding: 8px 0 0 0;
}
.index_content .news_center .file_itms ul li a{
    text-decoration: none;
    color: #000;
}
.index_content .news_center .file_itms ul li span{
    float: right;
}
.index_content .news_center .file_itms ul li:before{
    content: '\02022';
    color: #fff;
    margin-right: 15px;
}

/*上级文件结束*/

.index_content .news_center .action{
    width: 572px;
    height: 227px;
    background: url("../img/bg_action.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 430px;
    right: 10px;
}

.index_content .news_center .action_head {
    padding: 10px 0 10px 0;
}
.index_content .news_center .action_head p{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
}
.index_content .news_center .action_head ul{
    float: right;
}
.index_content .news_center .action_head ul li{
    float: left;
    width: 117px;
    height: 30px;
    background: url("../img/dirty_list.png");
    border-radius: 12px;
    margin: 0 10px 0 10px;
    /*display: flex;*/
    /*align-items: center;*/
}

.index_content .news_center .action_head ul li a{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.index_content .news_center .action_head:after{
    content: url(../img/short_title_line.png);
}

.index_content .news_center .action_itms{
    width: 530px;
    padding: 0 25px 0 25px;
    height: 150px;
    float: left;
}
/*//////////////////////////////////////////////*/
.index_content .news_center .action_itms .action_num01{
    height: 32px;
}
.index_content .news_center .action_itms .action_num01 p{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #993333;
}
.index_content .news_center .action_itms .action_num01 p:before{
    content: url(../img/white_before.png);
    margin-right: 15px;
}
.index_content .news_center .action_itms .action_num01 img{
    float: right;
}
.index_content .news_center .action_itms ul {
    padding-left: 8px;
}
.index_content .news_center .action_itms ul li{
    padding: 8px 0 0 0;
}
.index_content .news_center .action_itms ul li a{
    text-decoration: none;
    color: #000;
}
.index_content .news_center .action_itms ul li span{
    float: right;
}
.index_content .news_center .action_itms ul li:before{
    content: '\02022';
    color: #fff;
    margin-right: 15px;
}
/*最新活动结束*/

/*新闻中心结束*/
.units{
    position: relative;
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: 1px solid #bfbfbf;
}
.units .units_head .units_logo{
    position: relative;
    left: -29px;
}
.units .units_head_right{
    float: right;
    width: 736px;
    height: 110px;
}
.units .units_head_right ul{
    clear: both;
}
.units .units_head_right ul li{
    float: left;

    height: 33px;
    margin-right: 5px;
}
.units .units_head_right ul li:not(:last-child){
    background: url("../img/dirty_list.png") no-repeat;
    width: 117px;
}
.units .units_head_right ul li a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #000;
    text-align: center;
    line-height: 33px;
}

.units .units_head .ipt{position: relative;float: right;margin-bottom: 20px;}
.units .units_head .ipt form{display: inline-block;}
.units .units_head .ipt .search_btn{
    position: relative;
    top: 16px;
    left: -7px;
    cursor: pointer;
}
.units .units_head .ipt input{
    width: 270px;
    height: 42px;
    border: none;
    outline: none;
    background: url("../img/bg_search.png") no-repeat;
}

.units .units_active{
    overflow: hidden;
    /*display: flex;*/
    /*align-items: center;*/
    position: relative;
    top: -87px;
    left: 75px;
}
.units .units_active .active_site{
    display: inline-block;
    text-align: center;
    position: relative;
    top: 100%;
    transform: translateY(100%);
    -ms-transform: translateY(100%);
}
.units .units_active .active_site p{
    font-size: 18px;
}
.units .units_active ul{
    margin-left: 50px;
    height: 230px;
    position: relative;
    top: 85%;
    left: 53px;
    transform: translateY(-25%);
    -ms-transform: translateY(-25%);
}
.units .units_active ul li{
    float: left;
    margin-right: 10px;
    height: 100%;
    border: 1px solid #a0a0a0;
}

.units .units_active ul li p{
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: relative;
    height: 30px;
    top: -30px;
    background: url("../img/bg_p.png") no-repeat;
}
/*活动单位结束*/

.index_content .coach{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.index_content .coach .coach_head {
    padding: 10px 0 10px 0;
}
.index_content .coach .coach_head:after{
    content: url(../img/title_line.png);
}
.index_content .coach .coach_head p{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
}
.index_content .coach .coach_head ul{
    float: right;
}
.index_content .coach .coach_head ul li{
    float: left;
    width: 117px;
    height: 30px;
    line-height: 30px;
    border-radius: 12px;
    margin: 0 10px 0 10px;
    /*display: flex;*/
    /*align-items: center;*/
}
.index_content .coach .coach_head ul li:not(:last-child){
    background: url("../img/dirty_list.png");
}
.index_content .coach .coach_head ul li a{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
}



.coach_banner{
    position: relative;
    width: 1100px;
    height: 186px;
    margin: 0 auto;
}
.banner01{

    width: 1100px;
    height: 186px;
    /*border: 2px solid #ccc;*/
    /*margin: 100px auto;*/
    position: relative;
    /*top: 7%;*/
    /*left: 6%;*/
    overflow: hidden;

    z-index: 1;

}
.imgzz{position: absolute;top: 0;left: 0;height: 100%}

.imgzz li{float: left;margin-left: 10px;height: 100%;overflow: hidden;position: relative}
.imgzz li .coach_name{
    position: absolute;
    top: 19px;
    left: -24px;
    transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    width: 120px;
    height: 23px;
    /*background: #cc3333;*/
    background: #a0a0a0;
    border: 1px solid #fff;
    color: #666666;
    text-align: center;
    line-height: 23px;
}
.imgzz img{

}
.btnzz{
    width: 1200px;
    height: 40px;
    position: relative;
    top: -50%;
    left: -50px;
    z-index: 0;
    -ms-transform: translateY(-50%);
}

.btnzz span{display: block;color: #fff;font-size: 40px;line-height: 40px;text-align: center;cursor:pointer;}
.btnzz .prevzz{position: absolute;left: 0;top: 50%;transform: translateY(-50%)}
.btnzz .nextzz{position: absolute;right: 0;top: 50%;transform: translateY(-50%)}
/*轮播样式*/
/*协会教练结束*/



.dan{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.dan .dan_grad{
    display: inline-block;
    /*border: 1px solid #a0a0a0;*/
    background: url("../img/bg_dangrad.png") no-repeat;
    background-size: 100% 100%;

}
.index_content .dan_grad{
    width: 384px;
    height: 250px;
    margin-left: 10px;
    float: left;
}
.index_content .dan .dan_head {
    padding: 10px 0 10px 0;
}
.index_content .dan .dan_head p{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
}
.index_content .dan .dan_head ul{
    float: right;
}
.index_content .dan .dan_head ul li{
    float: left;
    width: 117px;
    height: 30px;
    line-height: 30px;
    border-radius: 12px;
    margin: 0 10px 0 10px;
    /*display: flex;*/
    /*align-items: center;*/
}
.index_content .dan .dan_head ul li:not(:last-child){
    background: url("../img/dirty_list.png");
}
.index_content .dan .dan_head ul li a{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
.index_content .dan .dan_head:after{
    content: url(../img/dan_title_line.png);
}
.index_content .about_ass .about_itms{
    width: 350px;
    padding: 0 25px 0 25px;
    height: 150px;
    float: left;
}
/*//////////////////////////////////////////////*/
.index_content .dan .dan_itms .dan_num01 p{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #993333;
}
.index_content .dan .dan_itms .dan_num01 p:before{
    content: url(../img/title_before.png);
    margin-right: 15px;
}
.index_content .dan .dan_itms .dan_num01 img{
    float: right;
}
.index_content .dan .dan_itms ul {
    padding-left: 20px;
}
.index_content .dan .dan_itms ul li{
    padding: 7px 0 0 0;
}
.index_content .dan .dan_itms ul li a{
    text-decoration: none;
    color: #000;
}
.index_content .dan .dan_itms ul li:before{
    content: '\02022';
    color: #bfbfbf;
    margin-right: 15px;
}
/*段位结束*/

.index_content .link{
    width: 1200px;
    height: 215px;
    margin: 0 auto;
    background: url("../img/bg_link.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}
.index_content .link .link_head {
    padding: 10px 0 10px 0;
}
.index_content .link .link_head:after{
    content: url(../img/title_line.png);
}
.index_content .link .link_head p{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px;
}
.index_content .link ul li{
    float: left;
    margin: 20px 16px 0 16px;
}
/*友情链接结束*/
.footer{padding: 25px 0 0;background: url("../img/bg_footer.png");width: 100%;display: inline-block;position: absolute;margin-top: 30px}
.w{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.f_l{float: left;width: 505px;position: relative;margin-top: 60px;}
.f_l h2{width: 395px;float: left;background: #E8E8E8;}
.f_l h2 img{width: 100%;}
.f_l ul{width: 100%;float: left;margin-top: 35px;margin-left: 10px;}
.f_l ul li{width: 140px;float: left;margin-bottom: 10px;}
.f_l ul li a{font-size: 16px;color: #fff;}
.f_l ul li.on a{color: #b81c2a;}
.f_l span.line{position: absolute;right: 0px;height: 390px;width: 1px;background: #fff;top: -50px;}

.f_c{float: left;width: 380px;margin-left: 110px;color: #fff;margin-top: 100px;}
.f_c h3{font-size: 24px;margin-bottom: 40px;}
.f_c p{font-size: 16px;margin-bottom: 10px;}

.f_r{float: left;width: 200px;margin-top: 100px;}
.f_r img{width: 100%;}

.f_l{float: left;width: 505px;position: relative;margin-top: 60px;}
.f_l h2{width: 395px;float: left;background: #E8E8E8;}
.f_l h2 img{width: 100%;}
.f_l ul{width: 100%;float: left;margin-top: 35px;margin-left: 10px;}
.f_l ul li{width: 140px;float: left;margin-bottom: 10px;}
.f_l ul li a{font-size: 16px;color: #fff;}
.f_l ul li.on a{color: #b81c2a;}
.f_l span.line{position: absolute;right: 0px;height: 390px;width: 1px;background: #fff;top: -50px;}

.f_c{float: left;width: 380px;margin-left: 110px;color: #fff;margin-top: 100px;}
.f_c h3{font-size: 24px;margin-bottom: 40px;}
.f_c p{font-size: 16px;margin-bottom: 10px;}

.f_r{float: left;width: 200px;margin-top: 100px;}
.f_r img{width: 100%;}
.copyright{
    position: relative;
    width: 100%;
    /* top: 352px; */
    margin-top: 30px;
    height: 50px;
    line-height: 50px;
    background: #333;
}
.copyright p{
    text-align: center;
    color: #fff;
}
/*.location{*/
    /*position: relative;*/
/*}*/
/*.location img{*/
    /*position: absolute;*/
/*}*/