﻿/* CSS Document */
/*切图：sjh*/
/*网站：*/
html {
    overflow-x: auto;
    overflow-y: auto;
}

* {
    padding: 0;
    margin: 0;
}

ul,
ol,
li {
    list-style-type: none;
}

body {
    margin: 0;
    font-size: 12px;
    font-family: "microsoft yahei";
    color: #555;
    width: 100%;
    min-width: 1170px;
}

img {
    border: 0
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "microsoft yahei";
}

input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-family: "microsoft yahei";
}

button,
table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
}

i {
    font-style: normal;
}

input,
textarea:focus {
    outline: none;
}

#pz_top {
    float: left;
    width: 100%;
    min-width: 1170px;
}

#pz_banner {
    float: left;
    width: 100%;
    min-width: 1170px;
    position: relative;
    overflow: hidden;
}

#pz_main {
    float: left;
    width: 100%;
    min-width: 1170px;
    position: relative;
}

#pz_down {
    float: left;
    width: 100%;
    min-width: 1170px;
    position: relative;
    background: url(../images/s_down_bg.jpg);
}

#pz_menu {
    float: left;
    width: 100%;
    min-width: 1170px;
    position: relative;
    z-index: 9;
}


.w_0100 {
    float: left;
    width: 100%;
}

.w_1170 {
    margin: 0 auto;
    width: 1170px;
}
.w_0100 .w_1270 {
    width: 1270px;
}

.w_1170::after,
.w_1170::before {
    content: "";
    display: block;
    clear: both;
}

/* menu */
.logo {
    float: left;
    width: 161px;
    padding: 20px 0;
    margin-right: 13px;
}

.logo img {
    display: block;
}

.menu {
    float: left;
    width:923px;
    padding-right: 5px;
}

.menu .nli {
    float: left;
    margin: 0 4px;
}

.menu .nli span {
    float: left;
    display: block;
    position: relative;
    z-index: 9;
}

.menu .nli span a {
    float: left;
    display: block;
    padding: 30px 5px 34px 5px;
    color: #333333;
    font-size: 13px;
}

.menu .nli span a .menubg {
    width: 100%;
    display: block;
    height: 111px;
    background: url(../images/s_menubg.png) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: alpha(opacity=00);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.menu .nli span a i {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    position: absolute;
    top: 26px;
    left: 0;
    display: none;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.menu .nli span a h4 {
    float: left;
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.menu .nli.on span a i,
.menu .nli span a:hover i {
    display: block;
}

.menu .nli.on span a .menubg,
.menu .nli span a:hover .menubg {
    filter: alpha(opacity=100);
    opacity: 1;
}

.menu .nli.on span a,
.menu .nli span a:hover {
    color: #fff;
    padding: 42px 10px 22px 10px;
}

.menu .nli .sub {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    background: rgba(255, 255, 255, .5);
    padding: 10px 0 0 0;
    text-align: center;
}

.menu .nli .sub ul {
    width: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: text-bottom;
}

.menu .nli .sub ul li {
    float: left;
    padding: 0 15px;
    font-size: 15px;
}

.menu .nli .sub ul.minsize li {
    float: left;
    padding: 0 10px;
    font-size: 14px;
}
.menu .nli .sub ul li a {
    float: left;
    width: 100%;
    display: block;
    line-height: 35px;
    height: 35px;
    color: #fff;
    padding-bottom: 9px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
}

.menu .nli .sub ul li a:hover {
    color: #0e2a72;
    border-color: #0e2a72;
}

.lan {
    float: left;
    width: 26px;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 30px;
}

.lan a {
    float: left;
    display: block;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.lan a:hover {
    color: #0e2a72;
}

.search {
    float: left;
    width: 30px;
    margin-top: 30px;
    position: relative;
}

.search a {
    float: left;
    width: 100%;
    display: block;
    height: 26px;
    background: url(../images/s_bg08.png) no-repeat right;
}

.search .search_b {
    position: absolute;
    display: none;
    top: 26px;
    padding-top: 15px;
    /* right: -10px; */
    right: -100px;
}

.search .search_b input {
    width: 170px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    padding-left: 10px;
    color: #333;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.search a:hover .search_b {
    display: block;
}

/* banner */
.c_0100_1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.c_0100_1 ._pic {
    width: 100%;
    position: relative;
    z-index: 0;
}

.c_0100_1 ._pic li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.c_0100_1 ._pic li img {
    display: block;
    margin: auto;
}

.c_0100_1 .xl {
    width: 95px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -47px;
    z-index: 10;
}

.c_0100_1 .xl a {
    display: block;
    width: 24px;
    height: 36px;
    margin: 0 auto;
}

.c_0100_1 .xl img {
    display: block;
}

.c_0100_1 .xl span {
    display: block;
    width: 100%;
    padding-top: 6px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #0e2a72;
    letter-spacing: 3px;
}

.c_0100_1 .prev {
    position: absolute;
    left: 52px;
    top: 50%;
    margin-top: -35px;
    display: block;
    width: 35px;
    height: 69px;
    background: url(../images/s_left01.png) no-repeat;
}

.c_0100_1 .next {
    position: absolute;
    right: 52px;
    top: 50%;
    margin-top: -35px;
    display: block;
    width: 35px;
    height: 69px;
    background: url(../images/s_right01.png) no-repeat;
}

.c_0100_1 .prev:hover,
.c_0100_1 .next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}


/* down */
.c_1170_5 {
    float: left;
    width: 1170px;
}

.t_5 {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

.le_5 {
    float: left;
    width: 286px;
    padding-top: 49px;
}

.le_5 h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 24px;
}

.le_5 span {
    float: left;
    padding-left: 45px;
    width: 241px;
    font-size: 34px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    font-family: Arial;
    background: url(../images/s_bg06.png) no-repeat left;
}

.m_5 {
    float: left;
    width: 600px;
    padding-top: 40px;
}

.m_5 ul {
    float: left;
    width: 100%;
}

.m_5 ul li {
    float: left;
    width: 170px;
    margin: 0 14px;
    border-bottom: 1px dashed #5c6069;
}

.m_5 ul li a {
    float: left;
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 47px;
    height: 47px;
}

.m_5 ul li a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.r_5 {
    float: right;
    width: 260px;
    padding-top: 50px;
}

.r_5 .r_5_1 {
    float: left;
    width: 260px;
    cursor: pointer;
    position: relative;
}

.r_5 .r_5_1 span {
    float: left;
    display: block;
    color: #fff;
    width: 199px;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    border: 1px solid #5c6069;
    border-right: 0;
    font-size: 15px;
}

.r_5 .r_5_1 i {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background: url(../images/s_bg07.jpg) no-repeat;
}

.r_5 .r_5_1 ul {
    display: none;
    position: absolute;
    left: 0;
    bottom: 39px;
    background: #fff;
    border: 1px solid #d4d4d4;
    width: 258px;
    height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9;
}

.r_5 .r_5_1 ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #000000;
    padding-left: 20px;
}

.r_5 .r_5_1 ul li a:hover {
    background: #0e2a72;
    color: #ffffff;
}

.r_5 .r_5_b {
    float: left;
    width: 100%;
    padding-top: 24px;
}

.r_5 .r_5_b span {
    float: left;
    width: 95px;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
}

.r_5 .r_5_b a {
    float: left;
    width: 33px;
    height: 33px;
    margin-left: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.r_5 .r_5_b a>img {
    display: block;
}

.r_5 .r_5_b a .wx {
    position: absolute;
    top: 33px;
    padding-top: 10px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
}

.r_5 .r_5_b a .wx img {
    display: block;
    width: 84px;
    height: 0;
    background: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.r_5 .r_5_b a:hover {
    background: rgba(255, 255, 255, .3);
}

.r_5 .r_5_b a:hover .wx img {
    height: 84px;
    padding: 3px;
}

.c_0100_6 {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #272b35;
}

.c_0100_6 .span {
    display: block;
    float: left;
    width: 900px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

.c_0100_6 .span a {
    color: rgba(255, 255, 255, .6);
}

.c_0100_6 .span a:hover {
    color: #fff;
}

.c_0100_6 .d_5_r {
    float: right;
    width: auto;
}

.c_0100_6 .d_5_r a {
    padding: 0 12px;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

.c_0100_6 .d_5_r a:hover {
    color: #fff;
}

/*right */
.right {
    display: none;
    width: 50px;
    height: 256px;
    position: fixed;
    top: 50%;
    margin-top: -128px;
    right: 16px;
    z-index: 10;
}

.right ul {
    float: left;
    width: 50px;
    position: relative;
}

.right ul li {
    float: left;
    width: 50px;
    padding-top: 14px;
    position: relative;
}

.right ul li a {
    float: left;
    display: block;
    width: 100%;
    height: 50px;
    background: #0e2a72;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.right ul li a img {
    display: block;
}

.right ul li a span {
    width: 120px;
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #999;
    filter: alpha(opacity=00);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.right ul li.tel a span {
    width: 120px;
}

.right ul li.tel a span p {
    display: inline-block;
}

.right ul li a .wx_box {
    width: 0;
    height: 130px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.right ul li a i {
    display: block;
    width: 140px;
    height: 130px;
    background: url(../images/ma_bg.png) no-repeat;
}

.right ul li a i img {
    display: block;
    width: 108px;
    padding: 10px 0 0 10px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.right ul li a:hover {
    background: #2f3440;
}

.right ul li a:hover span {
    filter: alpha(opacity=100);
    opacity: 1;
    right: 100%;
}

.right ul li a:hover .wx_box {
    width: 140px;
}


/* main */

/* 標題 */
.title {
    float: left;
    width: 100%;
    text-align: center;
}

.title span {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #0e2a72;
    font-family: Arial;
    text-transform: uppercase;
    height: 28px;
    line-height: 28px;
    letter-spacing: 2px;
}

.title h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #2f3440;
    height: 50px;
    line-height: 50px;
    padding-bottom: 21px;
    position: relative;
}

.title h1::after {
    content: "";
    width: 73px;
    height: 2px;
    background: #0e2a72;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -36px;
}

.c_1170_1 {
    float: left;
    width: 1170px;
    padding-top: 37px;
}

.w_1270 .c_1270_1 {
    width: 1270px;
}

.c_1270_1 .xz_1 {
    width: 1294px;
}

.c_1270_1 .xz_1_m {
    width: 615px;
}

.c_1270_1 .xz_1_r {
    width: 288px;
}

.c_1170_1 .c_1_t {
    width: 90%;
    margin: 0px auto;
    font-size: 16px;
    color: #5b616e;
    line-height: 30px;
    padding-top: 33px;
    text-align: center;
}

.c_1170_1 .c_1_ul {
    float: left;
    padding: 34px 70px 70px 70px;
}

.c_1170_1 .c_1_ul li {
    float: left;
    width: 170px;
    margin-left: 30px;
    text-align: center;
}

.c_1170_1 .c_1_ul li a {
    float: left;
    width: 100%;
    display: block;
}

.c_1170_1 .c_1_ul li a img {
    display: block;
    float: left;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.c_1170_1 .c_1_ul li a h5 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #5b616e;
    line-height: 24px;
    height: 48px;
    padding-top: 14px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.c_1170_1 .c_1_ul li a:hover h5 {
    color: #0e2a72;
}

.c_1170_1 .c_1_ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.c_0100_2 {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 27px;
    padding-bottom: 171px;
}

.c_0100_2 .c_2_1 {
    float: left;
    width: 554px;
    padding: 86px 126px 82px 0;
    position: relative;
}

.c_0100_2 .c_2_1::after {
    content: "";
    width: 760px;
    height: 510px;
    background: url(../images/s_bg01.png) no-repeat center;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 2;
}

.c_0100_2 .c_2_1 h1 {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #2f3440;
    font-size: 24px;
    position: relative;
    z-index: 3;
}

.c_0100_2 .c_2_s {
    float: left;
    width: 100%;
    height: 180px;
    line-height: 30px;
    padding-top: 24px;
    font-size: 16px;
    color: #5b616e;
    position: relative;
    z-index: 3;
}

.c_0100_2 .c_2_1 a {
    float: left;
    width: 201px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    background: #0e2a72;
    position: relative;
    z-index: 3;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.c_0100_2 .c_2_1 a:hover {
    background: #153588;
}

.c_0100_3 {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 98px;
}

.c_0100_3 .c_3_1 {
    float: left;
    width: 100%;
    height: 580px;
}

.slideBox {
    width: 100%;
    height: 580px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 12px;
    width: 90px;
    overflow: hidden;
    position: absolute;
    bottom: 233px;
    left: 50%;
    margin-left: -45px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin: 0 9px;
    width: 12px;
    height: 12px;
    background: #fff;
    cursor: pointer;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 580px;
    display: block;
}

.c_0100_3 .c_3_2 {
    float: left;
    width: 100%;
    padding-top: 574px;
}

.c_0100_3 .c_3_2 .c_3_map {
    float: left;
    width: 700px;
    height: 740px;
    position: relative;
}

.c_0100_3 .c_3_2 .c_3_map img {
    display: block;
    position: absolute;
    left: -139px;
    top: 10px;
}

.c_0100_3 .c_3_2 .c_3_2_1 {
    position: absolute;
    top: -66px;
    right: -100px;
    width: 400px;
    padding: 30px 35px 40px 35px;
    background: #fff;
}

.c_0100_3 .c_3_2 .c_3_2_1 ul {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.c_0100_3 .c_3_2 .c_3_2_1 ul li {
    float: left;
    width: 190px;
    margin: 0 5px;
}

.c_0100_3 .c_3_2 .c_3_2_1 ul li a {
    float: left;
    width: 190px;
    margin-top: 10px;
    background: #f1f1f1;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #5b616e;
}

.c_0100_3 .c_3_2 .c_3_2_1 ul li a:hover {
    background: #0e2a72;
    color: #fff;
}

.c_0100_3 .c_3_3 {
    float: left;
    width: 1170px;
    position: absolute;
    top: 464px;
    left: 50%;
    margin-left: -585px;
}

.c_0100_3 .c_3_3 .hd ul {
    float: left;
    width: 1171px;
    margin-left: -1px;
}

.c_0100_3 .c_3_3 .hd ul li {
    float: left;
    width: 389px;
    margin-left: 1px;
    text-align: center;
    font-size: 20px;
}

.c_0100_3 .c_3_3 .hd ul li a {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    padding: 11px 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

.c_0100_3 .c_3_3 .hd ul li.on a,
.c_0100_3 .c_3_3 .hd ul li a:hover {
    background: #0e2a72;
}

.c_0100_3 .c_3_3 .bd {
    float: left;
    width: 100%;
}

.c_0100_3 .c_3_3 .bd .bd_con {
    float: left;
    width: 100%;
}

.c_0100_3 .c_3_le {
    float: left;
    width: 585px;
    height: 413px;
    background: #fff;
}

.c_0100_3 .c_3_le .c_3_le_bd {
    float: left;
    width: 503px;
    padding: 40px 41px 41px 41px;
}

.c_0100_3 .c_3_le .c_3_le_bd .bd_m {
    float: left;
    width: 100%;
}

.c_0100_3 .c_3_le .c_3_le_bd .bd_m h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    color: #0e2a72;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.c_0100_3 .c_3_le .c_3_le_bd .bd_m span {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #5b616e;
    line-height: 30px;
    padding-top: 11px;
    height: 150px;
    overflow: hidden;
}

.c_0100_3 .c_3_le .c_3_le_hd {
    float: left;
    padding: 0 48px 39px 43px;
    position: relative;
    background: #f4f4f4;
}

.c_0100_3 .c_3_le .c_3_le_hd .c_3_le_1 {
    float: left;
    width: 204px;
    padding-top: 28px;
}

.c_0100_3 .c_3_le .c_3_le_hd .c_3_le_1 h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #0e2a72;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.c_0100_3 .c_3_le .c_3_le_hd .c_3_le_1 h2 span {
    float: left;
    width: 100%;
    display: block;
    font-weight: bold;
}

.c_0100_3 .c_3_le .c_3_le_hd .c_3_le_1 a {
    float: left;
    width: 106px;
    height: 32px;
    margin-top: 16px;
    border: 1px solid #2f3440;
    color: #2f3440;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.c_0100_3 .c_3_le .c_3_le_hd .c_3_le_1 a:hover {
    background: #2f3440;
    color: #fff;
}

.c_0100_3 .c_3_le .c_3_le_hd ul {
    float: left;
    width: 290px;
}

.c_0100_3 .c_3_le .c_3_le_hd ul li {
    float: left;
    cursor: pointer;
    width: 24px;
    padding-right: 6px;
    line-height: 21px;
    font-size: 20px;
    padding: 28px 21px 40px 21px;
    background: url(../images/s_bg03.png) no-repeat right top;
    text-align: center;
}

/*.slideTxtBox .hd ul li.on,
.c_0100_3 .c_3_le .hd ul li:hover{color: #2f3440;}*/

.c_0100_3 .c_3_r {
    float: left;
    width: 585px;
    height: 413px;
    position: relative;
    background: #000;
}

.c_0100_3 .c_3_r .video_box {
    height: 100%;
}

.c_0100_3 .c_3_r .video_box p,
.c_0100_3 .c_3_r .video_box p iframe {
    height: 100%;
}

/*.c_0100_3 .c_3_r a{display: block; width: 100%;}
.c_0100_3 .c_3_r img{display: block;}
.c_0100_3 .c_3_r i{position: absolute; background: url(images/s_bg04.png) no-repeat ; width: 72px; height: 72px; right: 40px; bottom: 30px;}
.c_0100_3 .c_3_r a:hover{filter:alpha(opacity=90);opacity:0.9;}*/

.c_1170_4 {
    float: left;
    width: 1170px;
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: center;
}

.c_1170_4 ul {
    float: left;
    width: 1170px;
    padding-top: 40px;
}

.c_1170_4 ul li {
    float: left;
    width: 390px;
    position: relative;
}

.c_1170_4 ul li a {
    float: left;
    display: block;
    width: 100%;
}

.c_1170_4 ul li a i {
    position: absolute;
    width: 43px;
    height: 28px;
    background: url(../images/s_bg05.png) no-repeat;
    top: 50%;
    margin-top: -14px;
    left: 32px;
    z-index: 3;
}

.c_1170_4 ul li a .c_4_pic {
    float: left;
    width: 390px;
    height: 274px;
    overflow: hidden;
}

.c_1170_4 ul li a .c_4_pic img {
    display: block;
    float: left;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.c_1170_4 .c_4_m {
    float: left;
    width: 325px;
    padding: 32px 35px 35px 30px;
    background: #f1f1f1;
}

.c_1170_4 .c_4_m h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    height: 34px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.c_1170_4 .c_4_m div {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 104px;
    overflow: hidden;
    padding-top: 6px;
}

.c_1170_4 .c_4_m span {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #666;
    padding-top: 39px;
}

.c_1170_4 ul li a:hover .c_4_m h4 {
    color: #0e2a72;
}

.c_1170_4 ul li a:hover .c_4_pic img {
    color: #0e2a72;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.c_1170_4 .c_4_more {
    width: 201px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: #0e2a72;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.c_1170_4 .c_4_more:hover {
    background: #0f338f;
}

/* 分页 */
.d_0100_fy {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 60px;
}

.pz_fy {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.pz_fy a {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #272727;
    margin: 0 5px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.pz_fy a:hover,
.pz_fy a.on {
    color: #fff;
    border: 1px solid #0e2a72;
    background: #0e2a72;
    text-decoration: none;
}

.pz_fy a.prve {
    background: url(../images/prve_fy.png) no-repeat center;
    width: 100px;
}

.pz_fy a.prve:hover,
.pz_fy a.prve.on {
    background: url(../images/prve_fy_h.png) no-repeat center #0e2a72;
    border: 1px solid #0e2a72;
}

.pz_fy a.next {
    background: url(../images/next_fy.png) no-repeat center;
    width: 100px;
}

.pz_fy a.next:hover,
.pz_fy a.next.on {
    background: url(../images/next_fy_h.png) no-repeat center #0e2a72;
    border: 1px solid #0e2a72;
}

/* 新闻列表 p2 */

/* 内页导航 */
.nav {
    position: absolute;
    top: -136px;
    left: 0;
}

.nav ul {
    float: left;
}

.nav ul li {
    float: left;
    width: 135px;
    margin-right: 20px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}

.nav ul li a {
    float: left;
    width: 133px;
    height: 45px;
    padding: 44px 1px 46px 1px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: url(../images/p1_bg01.png) no-repeat;
}

.nav ul li a b {
    font-weight: normal;
}

.nav ul li a span {
    display: block;
}

.nav ul li i {
    width: 72px;
    height: 12px;
    background: url(../images/p1_bg03.png) no-repeat;
    position: absolute;
    left: 105px;
    bottom: -5px;
}

.nav ul li.on a,
.nav ul li a:hover {
    background: url(../images/p1_bg02.png) no-repeat;
}

/* 内页标题 */
.z_tit {
    float: left;
    width: 100%;
    overflow: hidden;
}
.mtop90{
    margin-top: 90px;
}
.z_line {
    height: 51px;
    width: 1016px;
    position: absolute;
    top: 0px;
    left: 110%;
    background: url(../images/p1_bg04.png) no-repeat left;
}

.tit02 {
    float: left;
    position: relative;
}

.tit02::after {
    content: "";
    height: 51px;
    width: 1016px;
    position: absolute;
    top: 3px;
    right: 0;
}

.tit02 h2 {
    font-size: 24px;
    color: #0e2a72;
    line-height: 34px;
    height: 34px;
    font-weight: bold;
}

.tit02 span {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    height: 20px;
    display: block;
}


.c_1170_7 {
    float: left;
    width: 1170px;
    position: relative;
    padding-top: 74px;
}

.c_7_m {
    float: left;
    width: 1164px;
    padding-top: 26px;
    margin: 0 3px;
}

.c_7_m ul {
    float: left;
    width: 1185px;
    margin-left: -21px;
}

.c_7_m ul li {
    float: left;
    width: 374px;
    margin-left: 21px;
}

.c_7_m ul li a {
    float: left;
    width: 100%;
    display: block;
    margin-top: 29px;
}

.c_7_m ul li a .c_7_pic {
    float: left;
    width: 374px;
    height: 263px;
    overflow: hidden;
}

.c_7_m ul li a .c_7_pic img {
    float: left;
    display: block;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.c_7_b {
    float: left;
    width: 320px;
    padding: 27px;
    background: #f1f1f1;
}

.c_7_b h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_7_b div {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    padding-top: 7px;
}

.c_7_b span {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 24px;
    padding-top: 14px;
}

.c_7_m ul li a:hover .c_7_b h4 {
    color: #0e2a72;
}

.c_7_m ul li a:hover .c_7_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.c_7_m ul li a:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}

/* 新闻详情 p2*/
.c_8 {
    float: left;
    width: 1170px;
    margin-top: 31px;
    padding-bottom: 30px;
}

.c_8 {
    float: left;
    width: 1170px;
}

.c_8 h2 {
    display: block;
    float: left;
    width: 1170px;
    font-size: 24px;
    line-height: 40px;
    color: #333333 !important;
    text-align: center;
}

.c_8 .t_8_1 {
    float: left;
    width: 1170px;
    margin-top: 22px;
    border-bottom: 1px solid #d7d8d8;
    border-top: 1px solid #d7d8d8;
    padding: 10px 0;
    line-height: 34px;
    font-size: 14px;
    color: #777;
}

.c_8 .t_8_1 a {
    display: block;
    float: right;
    height: 34px;
    line-height: 34px;
    margin-right: 14px;
}

.c_8 .t_8_1 a i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-left: 20px;
    width: 38px;
    background: #cbcbcb;
    -webkit-border-radius: 16.5px;
    -moz-border-radius: 16.5px;
    border-radius: 16.5px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.c_8 .t_8_1 a i img {
    display: block;
    float: left;
}

.c_8 .t_8_1 a:hover {
    color: #3191ce;
}

.c_8 .t_8_1 a:hover i {
    background: #3191ce;
}

.c_8 .t_8_2 {
    float: left;
    width: 1170px;
    padding: 30px 0 30px 0;
    font-size: 16px;
    line-height: 200%;
    color: #333;
    text-align: justify;
}
.c_8 .t_8 .t_8_2 .fontsize {
    font-size: 20px;
}
.c_8 .t_8_2 img {
    display: block;
    margin: 0 auto;
}

.c_8 .t_8_3 {
    float: left;
    width: 1170px;
    text-align: center;
    padding-bottom: 27px;
    border-bottom: 1px solid #d7d8d8;
}

.c_8 .t_8_4 {
    float: left;
    width: 1170px;
    margin-top: 16px;
}

.c_8 .t_8_4 a {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c_8 .t_8_4 a:hover {
    color: #3191ce;
}

.jiathis_style_32x32 {
    display: inline-block !important;
    *display: inline !important;
    *zoom: 1 !important;
    vertical-align: top !important;
}

.jiathis_button_weixin {
    float: left !important;
    display: block !important;
    background: url(../images/img_16_3.png) no-repeat center !important;
    background-size: 100% 100% !important;
    width: 36px !important;
    height: 36px !important;
    overflow: hidden;
    position: relative;
    margin: 0 8px !important;
    padding: 0 !important;
    cursor: pointer;
}

.jtico_weixin {
    position: absolute;
    left: 9999px;
}

.jiathis_button_tsina {
    float: left !important;
    display: block !important;
    background: url(../images/img_16_4.png) no-repeat center !important;
    background-size: 100% 100% !important;
    width: 36px !important;
    height: 36px !important;
    overflow: hidden;
    position: relative;
    margin: 0 8px !important;
    padding: 0 !important;
    cursor: pointer;
}

.jtico_tsina {
    position: absolute;
    left: 9999px;
}

.jiathis_button_qzone {
    float: left !important;
    display: block !important;
    background: url(../images/img_16_5.png) no-repeat center !important;
    background-size: 100% 100% !important;
    width: 36px !important;
    height: 36px !important;
    overflow: hidden;
    position: relative;
    margin: 0 8px !important;
    padding: 0 !important;
    cursor: pointer;
}

.jtico_qzone {
    position: absolute;
    left: 9999px;
}

.jiathis_style_32x32 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.d_8 {
    float: left;
    width: 1170px;
    margin-top: 80px;
}

.d_8 h4 {
    display: block;
    float: left;
    width: 1170px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #3191ce;
    text-transform: uppercase;
}

.d_8 .d_8_m {
    float: left;
    width: 1170px;
    margin-top: 20px;
}

.d_8 .d_8_m ul {
    margin: 0 -17px;
}

.d_8 .d_8_m ul li {
    float: left;
    width: 567px;
    padding: 0 17px;
}

.d_8 .d_8_m ul li a {
    display: block;
    float: left;
    width: 477px;
    position: relative;
    height: 39px;
    line-height: 38px;
    font-size: 14px;
    padding-right: 90px;
    border-bottom: 1px solid #d7d8d8;
}

.d_8 .d_8_m ul li a span {
    display: block;
    width: 477px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #333;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.d_8 .d_8_m ul li a font {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #777;
}

.d_8 .d_8_m ul li a:hover span {
    color: #3191ce;
}

/* 联系我们 p3 */

.c_9 {
    float: left;
    width: 1170px;
    padding-top: 84px;
    padding-bottom: 60px;
}

.t_9 {
    float: left;
    width: 1170px;
}

.t_9 .t_9_ul1 {
    float: left;
    width: 1240px;
    margin: 0 -10px;
}

.t_9 .t_9_ul1>li {
    float: left;
    width: 490px;
    margin: 0 10px;
    padding: 83px 42px 46px 42px;
    border: 1px solid #f0f0f0;
    position: relative;
}

.t_9 .t_9_ul1>li .t_9_pic {
    background: url(../images/p3_bg01.png) no-repeat center;
    position: absolute;
    top: -56px;
    left: 50%;
    margin-left: -53px;
}

.t_9 .t_9_ul1>li .t_9_pic img {
    display: block;
}

.le_9 {
    float: left;
    width: 120px;
    padding-right: 5px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    height: 60px;
    line-height: 30px;
    color: #333333;
    font-size: 22px;
    background: url(../images/p3_bg02.png) no-repeat right 18px;
}

.r_9 {
    float: right;
    width: 350px;
}

.r_9 ul {
    float: left;
    width: 100%;
}

.r_9 ul li {
    float: left;
    width: 100%;
    padding-top: 9px;
}

.r_9 ul li h5 {
    float: left;
    width: 102px;
    height: 26px;
    line-height: 26px;
    font-size: 19px;
    color: #333;
}

.r_9 ul li span {
    float: left;
    width: 248px;
    line-height: 26px;
    font-size: 19px;
    color: #999;
    max-height: 52px;
}
.r_9 p span{
    font-size: 19px !important;
}
.map {
    float: left;
    width: 1170px;
    height: 391px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.BMap_stdMpZoom,
.BMap_stdMpPan,
.anchorBL {
    display: none;
}

.iw_poi_title {
    font-size: 16px;
    color: #061e5a;
    font-weight: normal !important;
}

.iw_poi_content {
    font-size: 14px;
    color: #666666;
}

/* 德国抗衰老 p4 */

/* 标题 */
.c_10_h4 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #0e2a72;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.c_10 {
    float: left;
    width: 1170px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.c_10 .c_10_1 ul {
    float: left;
    width: 1170px;
    padding-top: 29px;
}

.c_10 .c_10_1 li {
    float: left;
    width: 390px;
}

.c_10 .c_10_1 li a {
    float: left;
    width: 100%;
    display: block;
}

.c_10 .c_10_1 li a .c_10_pic {
    float: left;
    width: 390px;
    height: 334px;
    overflow: hidden;
}

.c_10 .c_10_1 li a .c_10_pic img {
    float: left;
    display: block;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.c_10 .c_10_t1 {
    float: left;
    width: 323px;
    padding: 21px 37px 15px 30px;
    background: #f1f1f1;
}

.c_10 .c_10_t1 h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_10 .c_10_t1 .span1 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 260px;
    overflow: hidden;
}

.c_10 .c_10_1 li a:hover .c_10_t1 h4 {
    color: #0e2a72;
}

.c_10 .c_10_1 li a:hover .c_10_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.c_10 .c_10_2 {
    float: left;
    width: 1170px;
    padding-top: 30px;
}

.c_10 .c_10_2 ul {
    float: left;
    width: 1170px;
    margin-top: 25px;
}

.c_10 .c_10_2 ul li {
    float: left;
    width: 1170px;
}

.c_10 .c_10_2 ul li a {
    float: left;
    display: block;
    width: 100%;
}

.c_10 .c_10_2 ul li a .c_10_pic2 {
    float: left;
    width: 585px;
    height: 351px;
    overflow: hidden;
}

.c_10 .c_10_2 ul li a .c_10_pic2 img {
    float: left;
    display: block;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.c_10 .c_10_2 ul li .c_10_pic2 {
    float: left;
    width: 585px;
    /* height: 351px; */
    max-height: 100%;
    overflow: hidden;
}

.c_10 .c_10_2 ul li .c_10_pic2 img {
    float: left;
    
    max-height: 100%;
    display: block;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.c_10 .c_10_2 ul li .c_10_pic2 img.mtop20{
    margin-top: 20%;
}
.c_10 .c_10_2 .c_10_t2 {
    float: right;
    width: 539px;
    padding-bottom: 49px;
}

.c_10 .c_10_2 .c_10_t2 h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #535353;
    height: 36px;
    line-height: 36px;
    padding: 20px 0 14px 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_10 .c_10_2 .c_10_t2 h4::after {
    content: "";
    width: 84px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dbdbdb;
}

.c_10 .c_10_2 .c_10_t2 .span2 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    padding-top: 23px;
}

.c_10 .c_10_2 ul li a:hover .c_10_t2 h4 {
    color: #0e2a72;
}

.c_10 .c_10_2 ul li a:hover .c_10_pic2 img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.c_10 .c_10_2 ul li.on a .c_10_pic2 {
    float: right;
}

.c_10 .c_10_2 ul li.on .c_10_pic2 {
    float: right;
}

.c_10 .c_10_2 ul li.on .c_10_t2 {
    float: left;
}

.bg01 {
    background: #f4f5f6;
}

.c_11 {
    float: left;
    width: 1170px;
    padding: 64px 0 50px 0;
}

.c_11 ul {
    float: left;
    width: 1329px;
    margin: 0 -83px;
    padding-top: 28px;
    position: relative;
}

.c_11 ul::after {
    width: 1px;
    height: 242px;
    background: #f4f5f6;
    content: "";
    position: absolute;
    right: 0;
    top: 64px;
}

.c_11 ul li {
    float: left;
    width: 277px;
    padding: 0 83px;
    position: relative;
}

.c_11 ul li::after {
    width: 1px;
    height: 242px;
    background: #dbdbdb;
    content: "";
    position: absolute;
    right: 0;
    top: 36px;
}

.c_11 ul li img {
    display: block;
    margin: 0 auto;
}

.c_11 ul li h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #333;
    line-height: 44px;
    height: 44px;
    text-align: center;
}

.c_11 ul li .span3 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 28px;
    height: 189px;
    padding-top: 14px;
    overflow: hidden;
    text-align: center;
}

.c_12 {
    float: left;
    width: 1170px;
    padding-top: 75px;
    padding-bottom: 58px;
}

.c_12 ul {
    float: left;
    width: 100%;
    margin-top: 15px;
    position: relative;
}

.c_12 ul::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #0e2a72;
    position: absolute;
    top: 14px;
    left: 50%;
}

.c_12 ul::after {
    content: "";
    width: 1px;
    height: 28px;
    background: #fff;
    position: absolute;
    bottom: -14px;
    left: 50%;
    z-index: 2;
}

.c_12 ul li {
    float: left;
    width: 100%;
    line-height: 28px;
    padding: 5px 0;
    position: relative;
}

.c_12 ul li .c_12_le {
    float: left;
    width: 503px;
    font-size: 14px;
    color: #4c4c4c;
    text-align: right;
}

.c_12 ul li .c_12_r {
    float: right;
    width: 503px;
    font-size: 14px;
    color: #4c4c4c;
    text-align: left;
}

.c_12 ul li i {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -11px;
    background: url(../images/p4_bg01.png) no-repeat;
    z-index: 3;
}

/* 关于我们 p3 */
.c_13 {
    float: left;
    width: 1170px;
    padding-top: 72px;
}

.le_13 {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #666;
    line-height: 32px;
    position: relative;
}

.le_13::before {
    content: "";
    width: 470px;
    height: 352px;
    background: #f3f4f8;
    position: absolute;
    top: 50px;
    right: 50%;
    margin-right: -300px;
    z-index: -1;
}

.le_13 .le_13_pic {
    width: 569px;
    height: 392px;
    float: right;
    padding: 0 0 0 30px;
}

.le_13 .le_13_pic img {
    display: block;
}

.r_13 {
    float: left;
    width: 100%;
    padding-top: 52px;
    font-size: 15px;
    line-height: 32px;
    color: #666;
    position: relative;
}

.r_13::after {
    content: "";
    width: 412px;
    height: 330px;
    background: #f3f4f8;
    position: absolute;
    top: 50%;
    margin-top: -165px;
    right: 0;
    z-index: -1;
}

.r_13 .r_13_pic {
    float: left;
    width: 669px;
    height: 388px;
    padding-right: 31px;
}

.t_13 {
    float: left;
    width: 1170px;
    padding-top: 73px;
}

.t_13_m {
    overflow: hidden;
    width: 1276px;
    position: relative;
    margin: 0 -53px;
    padding-top: 37px;
}

.t_13_m .hd {
    overflow: hidden;
}

.t_13_m .hd .prev,
.t_13_m .hd .next {
    display: block;
    width: 23px;
    height: 43px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -21px;
}

.t_13_m .hd .prev {
    background: url(../images/p5_left01.png);
    left: 0;
}

.t_13_m .hd .next {
    background: url(../images/p5_right01.png);
    right: 0;
}

.t_13_m .hd .prev:hover {
    background: url(../images/p5_left01_h.png);
}

.t_13_m .hd .next:hover {
    background: url(../images/p5_right01_h.png);
}

.t_13_m .bd {
    width: 1170px;
    margin: 0 23px;
}

.t_13_m .bd ul {
    overflow: hidden;
    zoom: 1;
}

.t_13_m .bd ul li {
    margin-left: 30px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.t_13_m .bd ul li .pic {
    text-align: center;
    border: 4px solid #f3f4f8;
    width: 262px;
    height: 200px;
}

.t_13_m .bd ul li .pic img {
    display: block;
}

.t_13_m .bd ul li .pic a:hover img {
    border-color: #0e2a72;
}

.b_13 {
    float: left;
    width: 1170px;
    padding-top: 77px;
    padding-bottom: 66px;
}

.b_13 h4 {
    float: left;
    width: 1170px;
    font-size: 16px;
    color: #0e2a72;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding-top: 28px;
}

.b_13 ul {
    float: left;
    width: 1000px;
    padding-top: 27px;
    margin: 0 85px;
}

.b_13 ul li {
    float: left;
    width: 468px;
    height: 53px;
    border: 1px solid #e7e7e7;
    margin: 15px;
    background: #fff;
}

.b_13_1 label,
.b_13 ul li label {
    float: left;
    display: block;
    width: 122px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    color: #555;
}

.b_13_3 label i,
.b_13_2 label i,
.b_13_1 label i,
.b_13 ul li label i {
    color: #0f2b73;
    font-size: 14px;
    padding-left: 10px;
}

.b_13 ul li input {
    float: left;
    width: 346px;
    height: 53px;
    line-height: 53px;
    color: #333;
    font-size: 16px;
}

.b_13 ul li select {
    float: left;
    background: none;
    width: 346px;
    height: 53px;
    line-height: 53px;
    color: #333;
    font-size: 16px;
    border: none;
    font-family: "microsoft yahei";
    outline: none;
}

.b_13 ul li select option {
    color: #333;
}

.b_13_1 {
    float: left;
    width: 968px;
    height: 53px;
    margin: 15px 100px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.b_13_1 input {
    float: left;
    width: 846px;
    height: 53px;
    line-height: 53px;
    color: #333;
    font-size: 16px;
}

.b_13_2 {
    float: left;
    width: 968px;
    margin: 15px 100px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.b_13_2 label {
    float: left;
    width: 948px;
    height: 55px;
    padding-left: 20px;
    line-height: 55px;
    font-size: 16px;
    color: #555;
}

.b_13_2 textarea {
    float: left;
    padding: 0 20px 12px 20px;
    width: 928px;
    height: 96px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
}

.b_13_3 {
    float: left;
    width: 968px;
    margin: 15px 100px;
}

.b_13_3 span {
    float: left;
    display: block;
    width: 468px;
    height: 53px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.b_13_3 label {
    float: left;
    width: 138px;
    text-align: center;
    height: 53px;
    line-height: 53px;
    color: #555;
    font-size: 16px;
}

.b_13_3 input {
    float: left;
    width: 198px;
    height: 53px;
    line-height: 53px;
    color: #333;
    font-size: 16px;
}

.b_13_3 .yzm {
    float: left;
    width: 116px;
    cursor: pointer;
}

.b_13_3 .yzm img {
    display: block;
}

.b_13_3 a {
    float: right;
    width: 170px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    background: #0e2a72;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.b_13_3 a:hover {
    background: #0f3492;
}




.z_page {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #666;
    line-height: 32px;
}




/* 标题 */
.xz_1_h4 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #0e2a72;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding-top: 30px;
}


/* 新增 德国质子疗法癌症治疗 xz01 */
.xz_1 {
    float: left;
    width: 1194px;
    margin: 0 -15px;
}

.xz_1_m {
    float: left;
    width: 565px;
    border: 1px solid #e7e6e6;
    margin: 29px 15px 0 15px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}

.xz_1_1e {
    float: left;
    width: 261px;
    position: relative;
}

.xz_1_1e::before {
    content: "";
    width: 100%;
    height: 100%;
    /*border: 1px solid #cacaca;*/
    position: absolute;
    left: -1px;
    top: -1px;
}

.xz_1_1e img {
    float: left;
    display: block;
        margin-top: 30px;
}

.xz_1_r {
    float: left;
    width: 238px;
    padding: 28px 32px 30px 33px;
}

.xz_1_r h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #0e2a72;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}
.xz_1_r h4.double{
     height:60px;
}
.xz_1_r h4::after {
    width: 66px;
    height: 1px;
    background: #0e2a72;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -33px;
}

.xz_1_1 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #555;
    line-height: 24px;
    margin-top: 15px;
    height: 264px;
    overflow: hidden;
}
.xz_1_m .xz_1_1h {
    height: 326px;
}
.xz_2 {
    float: left;
    width: 100%;
}

.xz_2 ul {
    float: left;
    width: 1196px;
    margin: 0 -15px 0 -16px;
}

.xz_2 ul li {
    float: left;
    width: 567px;
    margin: 0 15px 0 16px;
    border-bottom: 2px solid #15317b;
    padding-top: 30px;
}

.xz_2 ul li img {
    float: left;
    display: block;
}

.xz_2 ul li .xz_2_r {
    float: left;
    width: 317px;
    padding: 20px 19px 48px 19px;
    background: #f1f1f1;
}

.xz_2 ul li .xz_2_r h4 {
    float: left;
    width: 310px;
    font-size: 16px;
    color: #0e2a72;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 7px;
}

.xz_2 ul li .xz_2_r h4::before {
    content: "";
    width: 2px;
    height: 14px;
    background: #15317b;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.xz_2 ul li .x_2_1 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 13px;
}

.xz_3 {
    float: left;
    width: 100%;
    padding-bottom: 53px;
}

.xz_3 ul {
    float: left;
    width: 100%;
    padding-top: 24px;
}

.xz_3 ul li {
    float: left;
    width: 325px;
    padding: 0 32px 0 33px;
}

.xz_3 ul li img {
    float: left;
    display: block;
}

.xz_3 ul li h4 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #414141;
    line-height: 34px;
    margin-top: 34px;
    text-align: center;
}

.xz_3 ul li .xz_3_1 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #555555;
    line-height: 29px;
    margin-top: 15px;
}

/*新增 免疫&干细胞 xz02 */
.xz_4 {
    float: left;
    width: 100%;
}

.xz_4_ul1 {
    float: left;
    margin: 0 -15px;
    padding-top: 32px;
}

.xz_4_ul1 li {
    float: left;
    width: 366px;
    margin: 0 15px;
    padding-bottom: 58px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.xz_4_ul1 li .xz_4_1 {
    float: left;
    width: 100%;
    padding: 37px 0 31px 0;
}

.xz_4_ul1 li .xz_4_1 i {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.xz_4_ul1 li .xz_4_1 i::after {
    content: "";
    width: 39px;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.xz_4_ul1 li .xz_4_1 i img {
    display: block;
    margin: 0 auto;
}

.xz_4_ul1 li .xz_4_1 span {
    float: left;
    display: block;
    width: 224px;
    padding: 0 71px;
    font-size: 14px;
    color: #585858;
    line-height: 28px;
    height: 140px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.xz_4_ul1 li>span {
    display: block;
    width: 368px;
    height: 58px;
    line-height: 58px;
    background: #122e77;
    color: #fefeff;
    position: absolute;
    left: -1px;
    bottom: -1px;
    text-align: center;
    font-size: 18px;
}

.xz_4_ul2 {
    float: left;
    margin: 0 -15px;
    padding-top: 61px;
}

.xz_4_ul2 li {
    float: left;
    width: 570px;
    margin: 0 15px;
    background: #f8f8f8;
    padding-bottom: 43px;
}

.xz_4_ul2 li i {
    float: left;
    display: block;
    width: 169px;
    padding: 0 15px;
    margin-top: 45px;
}

.xz_4_ul2 li i img {
    float: left;
    display: block;
}

.xz_4_ul2 li .xz_4_2 {
    float: left;
    width: 357px;
    padding-left: 12px;
    margin-top: 37px;
}

.xz_4_ul2 li .xz_4_2 h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #0e2a72;
    line-height: 26px;
    height: 26px;
}

.xz_4_ul2 li .xz_4_2 span {
    float: left;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 29px;
    color: #555;
    height: 145px;
    overflow: hidden;
    margin-top: 7px;
}

.xz_5 {
    float: left;
    width: 100%;
}

.xz_5_m {
    float: left;
    width: 100%;
    margin-top: 63px;
    position: relative;
}

.xz_5_le {
    float: left;
    width: 453px;
}

.xz_5_le img {
    display: block;
    float: left;
}

.xz_5_r {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -246px;
    padding: 25px 35px 54px 35px;
    background: #efefef;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.xz_5_r h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #122e77;
    line-height: 30px;
    height: 30px;
    margin-top: 20px;
}

.xz_5_1 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 26px;
    max-height: 130px;
    overflow: hidden;
}

.xz_5_r ul {
    float: left;
    width: 468px;
    max-height: 141px;
    overflow: hidden;
    margin-top: 11px;
}

.xz_5_r ul li {
    float: left;
    margin-right: 18px;
    padding-bottom: 19px;
}

.xz_5_r ul li a {
    display: block;
    float: left;
    padding: 0 23px 0 22px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #4f4f4f;
    height: 26px;
    line-height: 26px;
}

.xz_5_r ul li a:hover {
    border-color: #122e77;
    color: #122e77;
}

.xz_6 {
    float: left;
    width: 100%;
    padding-bottom: 61px;
}

.xz_6 ul {
    float: left;
    margin: 0 -14px;
}

.xz_6 ul li {
    float: left;
    width: 328px;
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin: 29px 14px 0 14px;
}

.xz_6 ul li img {
    float: left;
    display: block;
}

.xz_6 ul li h4 {
    float: left;
    padding-left: 9px;
    width: 319px;
    font-size: 18px;
    color: #0e2a72;
    margin-top: 19px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.xz_6 ul li h4::before {
    content: "";
    height: 16px;
    width: 1px;
    background: #0e2a72;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -8px;
}

.xz_6 ul li span {
    float: left;
    display: block;
    line-height: 27px;
    height: 189px;
    overflow: hidden;
    color: #555;
    font-size: 14px;
    margin-top: 8px;
}

.xz_7 {
    float: left;
    width: 100%;
    padding-bottom: 59px;
}

.xz_7 ul {
    float: left;
    width: 100%;
    position: relative;
    padding: 33px 0 55px 0;
    margin-top: 25px;
}

.xz_7 ul::before {
    content: "";
    width: 15px;
    height: 33px;
    background: url(../images/xz02_bg02.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 0;
}

.xz_7 ul::after {
    content: "";
    width: 15px;
    height: 55px;
    background: url(../images/xz02_bg03.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 0;
}

.xz_7 ul li {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 23px;
}

.xz_7 ul li::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #d3d3d3;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
}

.xz_7 ul li::after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/xz02_bg04.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -7px;
}

.xz_7 ul li .xz_7_r,
.xz_7 ul li .xz_7_le {
    float: left;
    width: 552px;
    font-size: 14px;
    line-height: 29px;
    color: #333;
    text-align: right;
}

.xz_7 ul li .xz_7_r {
    text-align: left;
    float: right;
}

.xz_8 {
    float: left;
    width: 1163px;
    margin: 0 3px 0 4px;
    padding-bottom: 60px;
}

.xz_8 ul {
    float: left;
    width: 100%;
    margin-top: 26px;
}

.xz_8 ul li {
    float: left;
    width: 100%;
}

.xz_8 ul li img {
    float: left;
    display: block;
}

.xz_8 ul li .xz_8_r {
    float: right;
    width: 550px;
    padding-top: 69px;
    padding-bottom: 66px;
}

.xz_8 ul li .xz_8_r h4 {
    float: left;
    width: 100%;
    padding-bottom: 22px;
    line-height: 30px;
    color: #0e2a72;
    font-size: 18px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.xz_8 ul li .xz_8_r h4::after {
    width: 85px;
    height: 1px;
    content: "";
    background: #0e2a72;
    position: absolute;
    left: 0;
    bottom: 0;
}

.xz_8 ul li .xz_8_1 {
    float: left;
    width: 100%;
    height: 170px;
    line-height: 34px;
    font-size: 14px;
    color: #4f4f4f;
    margin-top: 19px;
    overflow: hidden;
}

.xz_8 ul li.even .xz_8_r {
    float: left;
    width: 500px;
}

.xz_8 ul li.even img {
    float: right;
}

/* 新增 睡眠管理 xz03 */
.xz_9 {
    float: left;
    width: 1164px;
    margin: 0 3px;
    padding-bottom: 60px;
}

.xz_9_ul {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.xz_9_li {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.xz_9_li>img {
    float: left;
    display: block;
}

.xz_9_r {
    float: right;
    width: 758px;
}

.xz_9_r ul {
    float: left;
    width: 100%;
}

.xz_9_r ul li {
    float: left;
    width: 100%;
}

.xz_9_r ul li img {
    display: block;
    float: left;
}

.xz_9_r ul li .xz_9_1 {
    float: left;
    padding: 0 25px;
    width: 329px;
    height: 325px;
    background: #f6f6f6;
    position: relative;
}

.xz_9_r ul li .xz_9_1 span {
    float: left;
    position: absolute;
    left: 25px;
    top: 50%;
    width: 329px;
    font-size: 14px;
    line-height: 28px;
    max-height: 280px;
    overflow: hidden;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.xz_9_li.even>img {
    float: right;
}

.xz_9_li.even>.xz_9_r {
    float: left;
}

/* 新增 斯洛文尼亚罗卡纳 xz04 */
.xz_10 {
    float: left;
    width: 1164px;
    margin: 0 3px;
    padding-bottom: 33px;
}

.xz_10_1 {
    float: right;
    width: 808px;
    height: 237px;
    border: 2px solid #dedede;
    position: relative;
    margin-top: 78px;
}

.xz_10_1 .xz_10_s1 {
    float: left;
    display: block;
    position: absolute;
    left: 65px;
    width: 700px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.xz_10_1 .xz_10_s1 h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    color: #0e2a72;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xz_10_1 .xz_10_s1>div {
    float: left;
    width: 100%;
    display: block;
    line-height: 25px;
    max-height: 150px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 11px;
}

.xz_10_1 img {
    position: absolute;
    display: block;
    left: -354px;
    top: -43px;
    z-index: 9;
}

.xz_10_2 {
    float: left;
    width: 100%;
    padding-top: 62px;
    position: relative;
}

.xz_10_2 .xz_pic01 {
    float: left;
    width: 379px;
    padding-right: 14px;
}

.xz_10_2 .xz_pic02,
.xz_10_2 .xz_pic01 img {
    display: block;
    float: left;
}

.xz_10_2 .xz_pic02 {
    position: absolute;
    width: 379px;
    top: 62px;
    right: 0;
    z-index: 9;
}

.xz_10_1.xz_10_3 {
    float: left;
    margin-top: 20px !important;
    width: 893px;
}

.xz_10_1.xz_10_3 span {
    left: 26px;
}

.xz_11 {
    float: left;
    width: 1163px;
    padding-bottom: 54px;
    margin: 0 3px 0 4px;
    padding-top: 26px;
}

.xz_11 img {
    float: left;
    display: block;
}

.xz_11_m {
    float: left;
    margin-top: 27px;
    line-height: 21px;
    font-size: 14px;
    color: #454545;
}

.xz_12 {
    float: left;
    width: 1164px;
    margin: 0 3px;
    padding-top: 25px;
    border-bottom: 2px solid #0e2a72;
}

.xz_12_pic {
    float: left;
    width: 100%;
    position: relative;
}

.xz_12_pic img {
    float: left;
    display: block;
}

.xz_12_pic span {
    position: absolute;
    width: 540px;
    top: 153px;
    right: 0;
}

.xz_12_pic span h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #fff;
    line-height: 38px;
    height: 38px;
    font-weight: bold;
}

.xz_12_pic span h4 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    height: 40px;
}

.xz_12_m {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    padding: 26px 0;
}

.xz_13 {
    float: left;
    width: 1163px;
    margin: 0 3px;
    padding-top: 26px;
}

.xz_13_1 {
    float: left;
    width: 1114px;
    padding: 12px 25px 19px 25px;
    font-size: 14px;
    line-height: 20px;
    background: #f7f7f7;
    color: #585858;
}

.xz_13_2 {
    float: left;
    width: 100%;
    padding-bottom: 59px;
}

.xz_13_le {
    float: left;
    width: 693px;
}

.xz_13_le ul {
    float: left;
    width: 100%;
}

.xz_13_le li {
    float: left;
    width: 639px;
    margin-top: 4px;
    padding: 20px 27px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #585858;
    background: #ecf1fe;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xz_13_le li.even {
    background: #f7f7f7;
}

.xz_13_r {
    float: right;
    width: 466px;
    padding-top: 4px;
}

.mmp01 {
    width: 100%;
    background: #f5f5f5;
}

.mmp02 {
    width: 70%;
    margin: 0px auto;
    line-height: 200%;
    font-size: 14px;
    color: #666;
    padding: 24px 0px;
    clear: both;
}

.mmp03 {
    width: 100%;
    margin: 0px auto;
    line-height: 200%;
    font-size: 14px;
    color: #0e2a72;
    padding: 24px 0px;
    clear: both;
}
.c_1170_7 div.txtcenter {
    text-align: center;
    font-size: 18px;
}
.mmp04 {
    width: 100%;
    font-size: 20px;
    color: #0e2a72;
    font-weight: bold
}

.xypg-product-list {
    margin: 0 -1.5%;
    font-size: 0;
}

.xypg-product-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 28.444%;
    margin: 0 1.5% 20px 1.5%;
    padding: 10px 10px 0 10px;
    border: 1px solid #eeeeee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-product-list li .img {
    display: block;
}

.xypg-product-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}

.xypg-product-list li:hover {
    border-color: #c7000a;
}

.xypg-product-list .no-result {
    margin: 0 1.5%;
    font-size: 14px;
}

.xypg-case-list {
    margin: 0 -1%;
    font-size: 0;
}

.xypg-case-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 31.333%;
    margin: 0 1% 10px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-case-list li .img {
    display: block;
}

.xypg-case-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}

.xypg-case-list li:hover h3 a {
    color: #c7000a;
}

.x-product-list li .img,
.x-case-item .img,
.x-news-img,
.xypg-product-list li .img,
.xypg-case-list li .img,
.relate-product-slick .owl-item .img {
    overflow: hidden;
}

.x-product-list li .img img,
.x-case-item .img img,
.x-news-img img,
.xypg-product-list li .img img,
.xypg-case-list li .img img,
.relate-product-slick .owl-item .img img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-product-list li .img:hover img,
.x-case-item .img:hover img,
.x-news-img:hover img,
.xypg-product-list li .img:hover img,
.xypg-case-list li .img:hover img,
.relate-product-slick .owl-item .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.fkfk01 {
    margin-left: 14px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 14px;
}

.proVal {
    float: left;
    width: 100%;
}

.proVal ul {
    margin: 0 -23px;
}

.proVal ul.ulm {
    margin: 0;
    width: 1170px;
    /* border: 1px solid #f00; */
}

.proVal ul li {
    float: left;
    width: 18.9%;
    padding: 60px 20px 0 20px;
    margin-top: 40px;
    position: relative;
    border-bottom: none;
}

.proVal ul li:first-child {
    padding-left: 0px;
}

.proVal ul li img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 124px;
    margin-left: -26px;
    display: block;
}

.proVal .proValBox {
    float: left;
    width: 100%;
    padding: 87px 32px 23px 32px;
    background: #edecec;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.proVal .proValBox h4 {
    float: left;
    width: 100%;
    line-height: 28px;
    height: 84px;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
}

.proVal .proValBox span {
    float: left;
    width: 102%;
    line-height: 25px;
    height:300px;
    overflow: hidden;
    font-size: 14px;
    color: #4d4d4d;
    display: block;
    text-align: left;
}


.gouri01 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    width: 100%;
    text-align: center;
    line-height: 200%;
}

.gouri02 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    width: 100%;
    text-align: center;
    line-height: 200%;
}

.gouri03 {
    font-size: 26px;
    font-weight: 700;
    color: #c00000;
    width: 100%;
    text-align: center;
    line-height: 200%;
    padding-bottom: 4%;
    padding-top: 2%
}




.page_globally {
    padding: 5px 0 5%;
}

.globally_lis {}

.globally_lis:nth-child(n+2) {
    margin-top: 4%;
}

.globally_lis_tit {
    text-align: center;
}

.globally_lis_tit h4 {
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
}

.globally_lis_uls {
    margin-top: 3%;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.flex::before,
.flex::after {
    display: none;
}

.globally_lis_uls ul {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.globally_lis_uls li {
    width: 19%;
    position: relative;
    float: left;
    margin-right: calc(5% / 4);
}

.globally_lis_uls li:nth-child(5n) {
    margin-right: 0;
}

.globally_lis_uls li:nth-child(n+6) {
    margin-top: 2%;
}

.globally_lis_uls li a {
    display: block;
    position: relative;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    background-color: #000000;
}

.globally_lis_uls li .imgs {}

.globally_lis_uls li .imgs .fixed_ratio {
    padding-top: calc(0 / 265 * 100%);
}

.globally_lis_uls li .text {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translateY(-30px);
    transition: 0.5s all;
}

.globally_lis_uls li:hover .text {
    top: 0;
    transform: translateY(0);
}

.globally_lis_uls li .text h5 {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    padding: 0 1em;
    color: #ffffff;
    width: 100%;
    margin-top: 0;
    transition: 0.5s all;
    position: absolute;
    top: 0;
    left: 0;
}

.globally_lis_uls li:hover .text h5 {
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1500px) {}

@media (max-width: 1200px) {
    .globally_lis_uls li:nth-child(n+1) {
        width: 24%;
        margin-right: calc(4% / 3);
    }

    .globally_lis_uls li:nth-child(4n) {
        margin-right: 0;
    }

    .globally_lis_uls li:nth-child(n+5) {
        margin-top: 1.5%;
    }
}

@media (max-width: 990px) {
    .globally_lis_uls li:nth-child(n+1) {
        width: 32%;
        margin-right: calc(4% / 2);
    }

    .globally_lis_uls li:nth-child(3n) {
        margin-right: 0;
    }

    .globally_lis_uls li:nth-child(n+4) {
        margin-top: 2%;
    }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
    .page_globally {
        padding: 2px 0 30px;
    }

    .globally_lis:nth-child(n+2) {
        margin-top: 24px;
    }

    .globally_lis_uls {
        margin-top: 20px;
    }

    .globally_lis_uls ul {
        justify-content: space-between;
    }

    .globally_lis_uls li:nth-child(n+1) {
        width: 48.5%;
        margin-right: 0;
    }

    .globally_lis_uls li:nth-child(n+3) {
        margin-top: 15px;
    }
}



/* 顶级名校 */

.topSchools_tlimg {
    padding: 2px 0 4%;
}

.tlimg_uls {}

.tlimg_uls ul {
    justify-content: space-between;
}

.tlimg_uls li {
    width: 23.5%;
    float: left;
}

.tlimg_uls li a {
    display: block;
}

.tlimg_uls li img {
    max-height: 200px;
    object-fit: contain;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.topSchools_mingx {
    margin-top: 5%;
}

.topSchools_mingx ul {}

.topSchools_mingx li {
    width: 100%;
}

.topSchools_mingx li:nth-child(n+2) {
    margin-top: 4%;
}

.topSchools_mingx li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topSchools_mingx li .imgs {
    width: 200px;
}
.topSchools_mingx li .imgs  img{
    width: 200px;
    height:94px;
}
.topSchools_mingx li .text {
    width: calc(96% - 200px);
    text-align: justify;
}

.topSchools_mingx li .text h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    color: #000000;
    display: none;
}

.topSchools_mingx li .text .sums {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
}


@media (max-width: 1500px) {}

@media (max-width: 1200px) {}

@media (max-width: 990px) {}

@media (max-width: 768px) {
    .tlimg_uls ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tlimg_uls li {
        width: 48%;
    }

    .tlimg_uls li:nth-child(n+3) {
        margin-top: 20px;
    }

    .topSchools_mingx li:nth-child(n+2) {
        margin-top: 24px;
    }

    .topSchools_mingx li a {
        flex-flow: column;
    }

    .topSchools_mingx li .text {
        width: 100%;
        margin-top: 1.5em;
    }
}

@media (max-width: 640px) {
    .topSchools_tlimg {
        padding: 2px 0 30px;
    }

    .tlimg_uls li img {
        max-height: 150px;
    }

    .topSchools_mingx {
        margin-top: 30px;
    }

    .topSchools_mingx li .text {
        margin-top: 1em;
    }
}


/* 政商名流 */
.page_celebrity {
    padding: 10px 0 5%;
}


@media (max-width: 1500px) {}

@media (max-width: 1200px) {}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {
    .page_celebrity {
        padding: 5px 0 30px;
    }
}

.col-sm-4 {
    width: 33.33333333%;
    float: left;
}

.col-sm-4 img {
    width: 75%;
}


/* 专家智库页面样式 */
.page_exper_uls {
    padding: 2% 0 5%;
}

.page_exper_uls ul {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: unset;
}

.page_exper_uls li {
    width: 48%;
    float: left;
    margin-bottom: 20px;
}

.page_exper_uls li:nth-last-child(-2+n) {
    margin-bottom: 0;
}

.page_exper_uls li a {
    display: flex;
    height: 100%;
    position: relative;
    padding: 10px 4%;
    justify-content: space-between;
    z-index: 1;
}

.page_exper_uls li a::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 20px;
    border: 1px solid #f3f3f3;
    z-index: -1;
}

.page_exper_uls li .imgs {
    width: 150px;
}

.page_exper_uls li .imgs img {
    width: 150px;
    height: 150px;
}

.page_exper_uls li .imgs .fixed_ratio {
    border-radius: 50%;
}

.page_exper_uls li .text {
    width: calc(96% - 150px);
}

.page_exper_uls li .text h4 {
    display: block;
    font-family: "PingFang SC", Arial, "微软雅黑", "宋体", simsun, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}

.page_exper_uls li .text .sums {
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 1em;
}

.page_exper_uls_more {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2%;
}

.page_exper_uls_more a {
    margin-left: auto;
    display: block;
    font-size: 15px;
    color: #444444;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

.page_exper_uls_more a:hover {
    font-weight: bold;
    color: #000000;
}

@media (max-width: 1500px) {}

@media (max-width: 1200px) {}

@media (max-width: 990px) {
    .page_exper_uls li {
        width: 100%;
    }

    .page_exper_uls li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
    .page_exper_uls li {
        margin-bottom: 80px;
    }

    .page_exper_uls li a {
        flex-flow: column;
        align-items: center;
        justify-content: flex-start;
        padding: 70px 15px 20px;
    }

    .page_exper_uls li a::before {
        top: 70px;
        height: calc(100% - 70px);
    }

    .page_exper_uls li .imgs {
        width: 120px;
        margin-top: -60px;
    }

    .page_exper_uls li .text {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    .page_exper_uls li .text h4 {}

    .page_exper_uls li .text .sums {
        margin-top: 0.5em;
    }
}


/*  */

@media (max-width: 1500px) {}

@media (max-width: 1200px) {}

@media (max-width: 990px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {}