.w {
    width: 60%;
    min-width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bg_container {
    width: 100%;
    height: 700px;
}

.bg_container img {
    height: 100%;
}

.nav_content {
    position: relative;
    width: 100%;
    height: 340px;
    background-color: #fff;
}

.nav_content .red_box {
    position: absolute;
    top: -60px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background-color: #db002b;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 16px 0;
}

.nav_content .red_box h2 {
    font-size: 27px;
    margin-bottom: 35px;
}

.nav_content .red_box p {
    line-height: 20px;
}

.nav_content .map {
    position: relative;
    width: 780px;
    height: 720px;
    margin-top: 40px;
    border: 4px solid #0168b5;
    z-index: 88;
}

.nav_content .map .viewer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.iviewer_zoom_in {
    background: url(../image/iviewer.zoom_in.gif) !important;
}

.iviewer_zoom_out {
    background: url(../image/iviewer.zoom_out.gif) !important;
}

.cysj_content {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #ffb6d1;
}

.cysj_content .cysj_wa {
    position: absolute;
    bottom: 20px;
    width: 325px;
    height: 42px;
    border-bottom: 1px solid #fff;
    font-size: 25px;
    color: #fff;
}

.cysj_content .cysj_wa .icon {
    position: absolute;
    top: 6px;
    right: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

.list {
    width: 100%;
    height: 480px;
    box-sizing: border-box;
    padding: 30px 0;
}

.list li {
    width: 24%;
    float: left;
    margin-right: 16px;
}

.list li a:first-child {
    display: block;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.list li:last-child {
    margin-right: 0;
}

.list li .imgBox1 {
    height: 380px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.list li .imgBox1:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.list li p {
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    /* margin-top: -50px; */
}

.jpxl_content {
    width: 100%;
    height: 490px;
}

.jpxl_content .jpxl_wa {
    position: relative;
    width: 325px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #4F82E9;
    color: #4F82E9;
    font-size: 25px;
    box-sizing: border-box;
}

.jpxl_content .jpxl_wa a{
    color: #4F82E9;
}

.jpxl_content .jpxl_wa .icon {
    position: absolute;
    top: 13px;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid #4F82E9;
}

.jpxl_content .jplx_list {
    height: 440px;
    padding: 30px 0;
    box-sizing: border-box;
}

.jpxl_content .jplx_list li {
    float: left;
    height: 380px;
    margin-right: 12px;
    overflow: hidden;
}

.jpxl_content .jplx_list li:nth-child(1) {
    width: 28%;
}

.jpxl_content .jplx_list li:nth-child(2) {
    width: 35%;
}

.jpxl_content .jplx_list li:nth-child(3) {
    width: 35%;
}

.jpxl_content .jplx_list li:last-child {
    margin-right: 0;
}

.jpxl_content .jplx_list .jplx_imgbox1 {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.jpxl_content .jplx_list .jplx_imgbox1:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.shfg_footer {
    height: 240px;
    background: #F2F2F2;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 30px 0;
}

.shfg_footer ul {
    height: 180px;
}

.shfg_footer ul li {
    float: left;
    box-sizing: border-box;
    width: 20%;
    height: 100%;
    border-left: 1px solid #E3E3E3;
}

.shfg_footer ul li a {
    display: block;
    height: 100%;
    text-align: center;
    color: #888;
}

.shfg_footer ul li a:hover {
    color: #db002b;
}

.shfg_footer ul li a h2 {
    margin-bottom: 5px;
}

.shfg_footer ul li:last-child {
    border-right: 1px solid #E3E3E3;
}

.shfg_footer .shfg_list .imageBox1 {
    width: 50px;
    height: 50px;
    background: url(../image/img888.png) no-repeat;
    background-size: contain;
    margin: 25px auto;
}

.shfg_footer ul li a:hover .imageBox1 {
    background-image: url(../image/imgred.png);
}

.shfg_footer .shfg_list .imageBox2 {
    width: 50px;
    height: 50px;
    background: url(../image/compass888.png) no-repeat;
    background-size: contain;
    margin: 25px auto;
}

.shfg_footer ul li a:hover .imageBox2 {
    background-image: url(../image/compassred.png);
}

.shfg_footer .shfg_list .imageBox3 {
    width: 50px;
    height: 50px;
    background: url(../image/video888.png) no-repeat;
    background-size: contain;
    margin: 25px auto;
}

.shfg_footer ul li a:hover .imageBox3 {
    background-image: url(../image/videored.png);
}

.shfg_footer .shfg_list .imageBox4 {
    width: 50px;
    height: 50px;
    background: url(../image/position888.png) no-repeat;
    background-size: contain;
    margin: 25px auto;
}

.shfg_footer ul li a:hover .imageBox4 {
    background-image: url(../image/positionred.png);
}

.shfg_footer .shfg_list .imageBox5 {
    width: 50px;
    height: 50px;
    background: url(../image/file888.png) no-repeat;
    background-size: contain;
    margin: 25px auto;
}

.shfg_footer ul li a:hover .imageBox5 {
    background-image: url(../image/filered.png);
}