@charset "utf-8";
/* css reset www.admin10000.com */
html {
    font-size: 10px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    background: #fff;
    color: #555;
    font-size: 1.4rem;
    font-family: "Microsoft Yahei";
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
    font-style: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #333;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "Microsoft Yahei";
    outline: none;
}

table {
    border-collapse: collapse;
}

/* css common */
.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.body {
    min-width: 1200px;
    background: #f2f4f7;
}

.con {
    width: 1200px;
    margin: 0 auto;
}

.body .header {
    background: #fff;
}

.body .header .con {
    padding: 25px 0;
}

.body .header .con .logo_right .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #cee5f2;
}

.body .header .con .logo_right .icon i {
    display: block;
    width: 59px;
    height: 59px;
    background: #ff0000;
    border-radius: 50%;
    margin: 3px auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 7px 0;
}

.body .header .con .logo_right .icon i a {
    color: #fff;
}

.body .header .con .logo_right .icon i em {
    display: block;
    line-height: 1.8;
}

.body .nav_con {
    width: 100%;
    background: #2b8ec8;
    position: relative;
}

.body .nav_con .nav > li {
    float: left;
    width: 12.5%;
    text-align: center;
    background: url("../images/nav.png") no-repeat left top;
}

.body .nav_con .nav > li.on {
    background: #ee9447;
}

.body .nav_con .nav > li a {
    line-height: 67px;
    font-size: 16px;
    color: #fff;
    display: block;
}

.body .nav_con .nav > li a:last-child {
    background: url("../images/nav.png") no-repeat right top;
}

.body .nav_con .nav .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(214, 218, 222, 0.84);
    z-index: 99;
}

.body .nav_con .nav .sub .sub_con {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.body .nav_con .nav .sub .sub_con li {
    display: inline-block;
    vertical-align: top;
    background: none;
}

.body .nav_con .nav .sub .sub_con li a {
    display: block;
    padding: 0 30px;
    background: none;
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
}

.body .banner {
    /* 本例子css */
    /* 下面是前/后按钮代码，如果不需要删除即可 */
}

.body .banner img {
    max-width: 100%;
}

.body .banner .i_body1_3 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.body .banner .i_body1_3 .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.body .banner .i_body1_3 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.body .banner .i_body1_3 .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.body .banner .i_body1_3 .hd ul li.on {
    background: #f00;
    color: #fff;
}

.body .banner .i_body1_3 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.body .banner .i_body1_3 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.body .banner .i_body1_3 .bd img {
    width: 100%;
    display: block;
}

.body .banner .i_body1_3 .prev,
.body .banner .i_body1_3 .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -26px;
    display: block;
    width: 47px;
    height: 90px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.body .banner .i_body1_3 .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.body .banner .i_body1_3 .prev:hover,
.body .banner .i_body1_3 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.body .banner .i_body1_3 .prevStop {
    display: none;
}

.body .banner .i_body1_3 .nextStop {
    display: none;
}

.body .index_top {
    margin: 29px auto 0;
}

.body .index_top .gsjj {
    width: 682px;
}

.body .index_top .gsjj h3 {
    width: 100%;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: solid 1px #dfdfdf;
}

.body .index_top .gsjj h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 19px;
    background: #1974aa;
    margin-right: 15px;
}

.body .index_top .gsjj .gsjj_img {
    margin: 30px 0;
    width: 188px;
    height: 153px;
    overflow: hidden;
}

.body .index_top .gsjj .gsjj_img img {
    width: 100%;
    height: 100%;
}

.body .index_top .gsjj .gsjj_text {
    width: 467px;
    margin: 30px 0;
    height: 158px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 2.2;
    font-size: 15px;
    color: #666666;
}

.body .index_top .gsjj .gsjj_text p {
    text-align: justify;
}

.body .index_top .news_zx {
    width: 424px;
}

.body .index_top .news_zx h3 {
    width: 100%;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: solid 1px #dfdfdf;
}

.body .index_top .news_zx h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 19px;
    background: #1974aa;
    margin-right: 15px;
}

.body .index_top .news_zx .news_zx_list {
    padding-top: 10px;
}

.body .index_top .news_zx .news_zx_list li {
    background: url("../images/icon.png") no-repeat left center;
}

.body .index_top .news_zx .news_zx_list li a {
    display: block;
    padding-left: 25px;
    font-size: 15px;
    color: #666666;
    line-height: 2.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.body .index_top .news_zx .news_zx_list li a:hover {
    color: #ee9447;
}

.body .jjfa h3 {
    width: 100%;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: solid 1px #dfdfdf;
}

.body .jjfa h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 19px;
    background: #1974aa;
    margin-right: 15px;
}

.body .jjfa .jjfa_list {
    margin: 28px auto;
}

.body .jjfa .jjfa_list li {
    float: left;
    width: 330px;
}

.body .jjfa .jjfa_list li a {
    display: inline-block;
    vertical-align: top;
}

.body .jjfa .jjfa_list li a:hover .jjfa_list_text {
    padding: 112px 18px 0 0;
}

.body .jjfa .jjfa_list li .jjfa_list_img {
    position: relative;
    width: 326px;
    height: 189px;
    margin-bottom: 4px;
    overflow: hidden;
}

.body .jjfa .jjfa_list li .jjfa_list_img img {
    width: 100%;
    height: 100%;
}

.body .jjfa .jjfa_list li .jjfa_list_img .jjfa_list_text {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: url("../images/pic_bj.png") no-repeat right bottom;
    text-align: right;
    padding: 122px 18px 0 0;
    transition: all 0.5s;
}

.body .jjfa .jjfa_list li .jjfa_list_img .jjfa_list_text span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.body .jjfa .jjfa_list li .jjfa_list_img .jjfa_list_text i {
    display: block;
    font-size: 14px;
    color: #fff;
}

.body .index_pic h3 {
    width: 100%;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: solid 1px #dfdfdf;
}

.body .index_pic h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 19px;
    background: #1974aa;
    margin-right: 15px;
}

.body .index_pic #mask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.body .index_pic #carousel {
    position: relative;
    z-index: 2;
    height: 370px;
    margin-top: 10px;
    transform-style: preserve-3d;
    perspective: 800px;
}

.body .index_pic #carousel div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -100px;
    border-radius: 8px;
    transition: transform 0.5s ease-in-out;
}

.body .index_pic #carousel div p {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    perspective: 0 !important;
    -webkit-perspective: 0 !important;
    display: block;
    line-height: 2.5;
    font-size: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body .index_pic #carousel div img {
    width: 100%;
    height: 100%;
}

.body .index_gc h3 {
    width: 100%;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: solid 1px #dfdfdf;
}

.body .index_gc h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 19px;
    background: #1974aa;
    margin-right: 15px;
}

.body .index_gc .index_gc_list {
    margin: 25px auto;
}

.body .index_gc .index_gc_list li {
    float: left;
    width: 234px;
    margin-left: 7px;
}

.body .index_gc .index_gc_list li:hover .index_gc_list_img img {
    transform: scale(1);
}

.body .index_gc .index_gc_list li:hover p {
    color: #ee9447;
}

.body .index_gc .index_gc_list li .index_gc_list_img {
    display: block;
    width: 234px;
    height: 171px;
    overflow: hidden;
}

.body .index_gc .index_gc_list li .index_gc_list_img img {
    transform: scale(1.2);
    width: 100%;
    height: 100%;
}

.body .index_gc .index_gc_list li p {
    text-align: center;
    color: #666666;
    font-size: 15px;
    line-height: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.body .footer {
    width: 100%;
    background: #2b8ec8;
    padding: 20px 0 0;
}

.body .footer p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.body .footer p a {
    color: #fff;
}

.body .footer .yq_link {
    margin-top: 10px;
    text-align: left;
    border-top: solid 1px #3a96cc;
}

.body .footer .yq_link p {
    text-align: left;
    font-size: 14px;
    line-height: 3.5;
    color: #fff;
}

.body .footer .yq_link p a {
    font-size: 14px;
    color: #fff;
    padding-right: 20px;
}

.body .pic_list_top {
    background: #fff;
    margin: 30px auto;
}

.body .pic_list_top .pic_title {
    padding: 20px 44px;
    width: 109px;
    height: 134px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #2b8ec8;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
}

.body .pic_list_top .pic_title .icon_bj {
    position: absolute;
    top: 50%;
    right: -8px;
    width: 18px;
    height: 56px;
    margin-top: -28px;
}

.body .pic_list_top .pic_top_list_li {
    float: right;
    width: 1078px;
    padding: 28px 0;
}

.body .pic_list_top .pic_top_list_li a {
    display: inline-block;
    vertical-align: top;
    padding: 2px 23px;
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
}

.body .pic_list_top .pic_top_list_li a.on {
    background: #6ab9e7;
    color: #fff;
    border-radius: 8px;
}

.body .pic_list li {
    width: 282px;
    float: left;
    margin-left: 24px;
}

.body .pic_list li:hover .pic_list_img {
    box-shadow: 0 0 5px #dbdbdb;
}

.body .pic_list li:hover p {
    color: #ee9447;
}

.body .pic_list li .pic_list_img {
    width: 282px;
    height: 198px;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body .pic_list li .pic_list_img img {
    margin: 0 auto;
    max-width: 100%;
}

.body .pic_list li p {
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.body .mb_nav {
    border-bottom: solid 1px #dddee1;
    height: 67px;
}

.body .mb_nav .mb_nav_a {
    float: left;
    position: relative;
    z-index: 66;
    height: 90px;
    background: #2b8ec8;
    text-align: left;
    display: block;
    width: 218px;
    margin-top: -22px;
    padding-top: 20px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    padding-left: 62px;
}

.body .mb_nav .mb_nav_a i {
    display: block;
    font-size: 20px;
}

.body .mb_nav .mb_nav_a em {
    text-transform: uppercase;
    font-size: 12px;
}

.body .mb_nav .pic_top_list_li {
    float: right;
    width: 961px;
    overflow: hidden;
    height: 66px;
    text-align: end;
}

.body .mb_nav .pic_top_list_li a {
    background: url("../images/icon_q.png") no-repeat left center;
    padding-left: 20px;
    margin-left: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 67px;
}

.body .mb_nav .pic_top_list_li a.on {
    color: #ee9447;
}

.body .pic_info_top {
    width: 800px;
    margin: 40px auto;
}

.body .pic_info_top .pic_info_top_img {
    width: 329px;
    height: 233px;
    background: #fff;
    /* padding-top: 20px; */
     display: flex;
    justify-content: center;
    align-items: center;
    padding:0 10px ;
}

.body .pic_info_top .pic_info_top_img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.body .pic_info_top .pic_info_top_text {
    margin-left: 50px;
}

.body .pic_info_top .pic_info_top_text h4 {
    margin: 35px 0;
    font-size: 28px;
    color: #372b2b;
}

.body .pic_info_top .pic_info_top_text p {
    font-size: 16px;
    color: #666666;
    line-height: 2.5;
}

.body .pic_info h4 {
    border-bottom: solid 1px #e1e3e5;
}

.body .pic_info h4 span {
    display: block;
    width: 125px;
    height: 45px;
    background: #b0b0b0;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.body .pic_info .pic_info_text {
    text-align: justify;
    line-height: 2;
    padding: 40px 0;
}

.body .pic_info .pic_info_text img {
    max-width: 100%;
}

.body .fwzx {
    width: 750px;
    margin: 0 auto;
}

.body .fwzx .my_form {
    padding: 80px 0;
}

.body .fwzx .my_form li {
    margin-bottom: 19px;
}

.body .fwzx .my_form li input {
    border: solid 1px #ededed;
    background: #fff;
    border-radius: 5px;
    width: 360px;
    height: 48px;
    padding-left: 10px;
    margin-right: 10px;
}

.body .fwzx .my_form li textarea {
    border: solid 1px #ededed;
    background: #fff;
    border-radius: 5px;
    width: 734px;
    height: 175px;
    padding-left: 10px;
    margin-right: 10px;
    resize: none;
    padding-top: 10px;
}

.body .fwzx .my_form li .yzm {
    height: 48px;
}

.body .fwzx .my_form li .form_btn {
    border: solid 1px #ededed;
    background: #2b8ec8;
    border-radius: 5px;
    width: 360px;
    height: 48px;
    color: #fff;
}

.body .gcal_list li {
    float: left;
    width: 286px;
    height: 327px;
    background: #fff;
    margin-top: 25px;
    margin-left: 18px;
}

.body .gcal_list li:hover h3,
.body .gcal_list li:hover p {
    color: #ee9447;
}

.body .gcal_list li:hover .gcal_list_img img {
    transform: scale(1.2);
}

.body .gcal_list li .gcal_list_img {
    display: block;
    width: 263px;
    height: 192px;
    overflow: hidden;
    margin: 11px auto 15px;
}

.body .gcal_list li .gcal_list_img img {
    transform: scale(1);
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

.body .gcal_list li h3 {
    padding: 0 11px;
    transition: all 0.5s;
    font-size: 16px;
    color: #000;
}

.body .gcal_list li p {
    transition: all 0.5s;
    padding: 0 11px;
    font-size: 14px;
    color: #999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.body .gcal_info {
    padding: 20px 0;
    line-height: 2;
}

.body .gcal_info img {
    max-width: 100%;
}

.body .gcal_info h4 {
    text-align: center;
    font-size: 26px;
    color: #000000;
    line-height: 1.8;
    margin-top: 10px;
}

.body .jjfa_list_il li {
    float: left;
    width: 376px;
    background: #fff;
    margin-top: 25px;
    margin-left: 18px;
}

.body .jjfa_list_il li:hover h3,
.body .jjfa_list_il li:hover p {
    color: #ee9447;
}

.body .jjfa_list_il li:hover .jjfal_list_img img {
    transform: scale(1.2);
}

.body .jjfa_list_il li:hover i {
    border: solid 1px #ee9447;
    color: #ee9447;
}

.body .jjfa_list_il li .jjfal_list_img {
    display: block;
    width: 376px;
    height: 218px;
    overflow: hidden;
}

.body .jjfa_list_il li .jjfal_list_img img {
    transform: scale(1);
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

.body .jjfa_list_il li h3 {
    transition: all 0.5s;
    width: 85%;
    margin: 25px auto 0;
    font-size: 18px;
    color: #000;
    line-height: 2.5;
    font-weight: bold;
}

.body .jjfa_list_il li p {
    transition: all 0.5s;
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    color: #9d9d9d;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.body .jjfa_list_il li i {
    transition: all 0.5s;
    display: block;
    width: 163px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    margin: 23px 0 23px 28px;
    border: solid 1px #dddee1;
}

.body .lxwm {
    margin: 55px auto;
}

.body .lxwm .lxwm_left {
    width: 700px;
}

.body .lxwm .lxwm_left h4 {
    font-weight: bold;
    font-size: 22px;
}

.body .lxwm .lxwm_left p {
    font-size: 14px;
    color: #666666;
    line-height: 2.5;
}

.body .lxwm .lxwm_right {
    width: 499px;
}

.body .lxwm .lxwm_right .lxwm_right_form li {
    margin-bottom: 20px;
    position: relative;
}

.body .lxwm .lxwm_right .lxwm_right_form li input {
    border: solid 1px #ededed;
    background: #fff;
    border-radius: 5px;
    width: 240px;
    height: 48px;
    padding-left: 10px;
    margin-left: 10px;
}

.body .lxwm .lxwm_right .lxwm_right_form li textarea {
    border: solid 1px #ededed;
    background: #fff;
    border-radius: 5px;
    width: 494px;
    height: 109px;
    padding-left: 10px;
    padding-top: 10px;
    resize: none;
}

.body .lxwm .lxwm_right .lxwm_right_form li .yhm {
    margin-left: 0;
}

.body .lxwm .lxwm_right .lxwm_right_form li .yzm {
    width: 193px;
    margin-left: 0;
}

#codes {
    height: 43px;
}

.body .lxwm .lxwm_right .lxwm_right_form li .yzm_img {
    height: 48px;
    position: absolute;
    left: 242px;
}

.body .lxwm .lxwm_right .lxwm_right_form li .tj_btn {
    width: 135px;
    margin-left: 35px;
    background: #2b8ec8;
    color: #fff;
    font-size: 16px;
    padding-left: 0;
}

.body .news_list {
    margin: 50px auto;
}

.body .news_list li {
    margin-bottom: 23px;
    background: #fff;
}

.body .news_list li:hover .news_list_img img {
    transform: scale(1.2);
}

.body .news_list li:hover .news_list_text h3 {
    color: #ee9447;
}

.body .news_list li .news_list_img {
    display: block;
    width: 337px;
    height: 246px;
    overflow: hidden;
}

.body .news_list li .news_list_img img {
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.body .news_list li .news_list_text {
    width: 789px;
    padding-top: 30px;
    margin-right: 30px;
    transition: all 0.5s;
}

.body .news_list li .news_list_text h3 {
    font-size: 20px;
    color: #000;
    line-height: 2.2;
    font-weight: bold;
}

.body .news_list li .news_list_text span {
    padding-bottom: 13px;
    display: block;
    border-bottom: solid 1px #f4f4f4;
    font-size: 12px;
    color: #c8c8c8;
    margin-bottom: 20px;
}

.body .news_list li .news_list_text p {
    font-size: 14px;
    color: #666666;
    line-height: 2.2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title_info {
    font-size: 14px;
    color: #bfc1c3;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #e7e7e8;
}

.title_info span {
    margin-right: 20px;
    vertical-align: middle;
}

.title_info div {
    display: inline-block;
    vertical-align: middle;
}

.page_li {
    margin-top: 20px;
    border-top: solid 1px #e7e7e8;
    padding-top: 20px;
}

.page_li li {
    font-size: 14px;
    color: #666666;
}

.page_li li a {
    font-size: 14px;
    color: #666666;
}

.map {
    width: 100%;
}

.map img {
    max-width: 100%;
}

.page {
    width: 100%;
    margin: 15px auto 25px;
    text-align: center;
}

.page > a {
    display: inline-block;
    padding: 0 1.3%;
    text-align: center;
    border: solid 1px #d8d8d8;
    margin: 0 0.3%;
    line-height: 2;
    color: #404040;
    background: #fff;
}

.page span {
    display: inline-block;
    padding: 0 1.3%;
    text-align: center;
    border: solid 1px #228ad2;
    margin: 0 0.3%;
    background-color: #228ad2;
    color: #fff;
    line-height: 2;
}

/***********************************************************/
.container {
    margin: 0 auto;
    position: relative;
    width: 1000px;
    font-size: .8125em;
}

/*===== gallery =====*/
.roundabout-holder {
    width: 850px;
    height: 496px;
    margin: 0 auto;
}

.roundabout-moveable-item {
    width: 646px;
    height: 416px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}

.roundabout-moveable-item p {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    perspective: 0 !important;
    -webkit-perspective: 0 !important;
    display: block;
    line-height: 3.2;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.roundabout-moveable-item img {
    width: 100%;
    height: 100%;
}

.roundabout-in-focus {
    border: 3px solid rgba(0, 0, 0, 0.2);
}


















