.style_banner {
    position: relative;
}

.style_banner img {
    width: 100%;
    height: auto;
}

.imgs img {
    width: 100%;
    height: auto;
}

.style_title {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.style_title p,
.style_title h2 {
    color: #fff;
}

.style_title p {
    width: auto;
    position: relative;
    background-color: #4aaff1;
    margin-top: 10px;
    line-height: 32px;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 100px;
    display: inline-block;
}

.style_title p::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.style_title p::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.style_nav {
    box-shadow: 0 0 8px 6px #eae9e9;
}

.style_nav li {
    padding: 24px 60px 24px 30px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.style_nav li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #00639d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 160%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.style_nav li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2f94cf;
    position: absolute;
    left: 8px;
    top: -100%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.style_nav .active::before,
.style_nav .active::after,
.style_nav li:hover::before,
.style_nav li:hover::after {
    top: 52%;
}

.style_nav .active a,
.style_nav li:hover a {
    color: #4aaff1;
}

.style_nav li a {
    color: #333;
}

.CompanyProfile_top {
    padding: 100px 0 110px 0;
    box-sizing: border-box;
}

.cypetp {
    background-color: #f8f8f8;
}
.cypetp_l{width: 70%;}
.cypetp_r{width: 30%;}
.cypetp_l,
.cypetp_r {
    /* width: 50%; */
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.cypetp_l {
    padding: 0 80px 0 70px;
}

.cypetp_l h3 {
    color: #222222;
}

.cypetp_l i {
    display: block;
    width: 30%;
    height: 3px;
    background-color: #1366b1;
    margin: 40px 0;
}

.cypetp_l p {
    color: #8b969e;
    text-indent: 2em;
    padding-top: 40px;
}


/* 数字滚动 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}


/* .inrow {
        font-size: 0;
    [;
        font-size: 12px;
    ];
        *font-size: 0;
        font-family: arial;
    [;
        letter-spacing: -3px;
    ];
        *letter-spacing: normal;
        *word-spacing: -1px;
    } */

.inrow>li,
.inrow span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}


/* #Number_roll_1,#Number_roll_2,#Number_roll_3 {
        position: absolute;
        top: 50%;
        display: block;
        width: 100%;
        height: 75px;
        margin-top: -37px;
        text-align: center;
    } */

.Number_roll_1 .dataOne,
.Number_roll_2 .dataOne,
.Number_roll_3 .dataOne {
    width: 40px;
    height: 60px;
    text-align: center;
    background: url(../images/num-bg.png) no-repeat;
}

.cx2_swpr {
    padding-top: 90px;
}

.Number_roll_1 .dataBoc,
.Number_roll_2 .dataBoc,
.Number_roll_3 .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.Number_roll_1 .dataBoc .tt,
.Number_roll_2 .dataBoc .tt,
.Number_roll_3 .dataBoc .tt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
}

.Number_roll_1 .tt span,
.Number_roll_2 .tt span,
.Number_roll_3 .tt span {
    width: 100%;
    height: auto;
    font: 400 60px/60px "微软雅黑";
    color: #fff;
}

.CompanyProfile_btm {
    background: url(../images/cypebm.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0 130px 0;
}

.cypebm_t {
    text-align: center;
    padding-bottom: 80px;
}

.cypebm_t h2 {
    color: #fff;
}

.cypebm_t p {
    color: #fff;
    padding-top: 16px;
}

.cypebm_b {
    text-align: center;
    padding-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, .5);
}

.cypebm_bs {
    display: inline-block;
    vertical-align: middle;
    padding-right: 12%;
}

.cypebm_b .cypebm_bs:last-of-type {
    padding-right: 0;
}

.cypebm_bs h3 div {
    display: inline-block;
    vertical-align: bottom;
}

.cypebm_bs h3>span {
    color: #fff;
    vertical-align: bottom;
    display: inline-block;
    padding-bottom: 4px;
    padding-left: 4px;
}

.cypebm_bs p {
    color: #fff;
}

.contactUs_top {
    padding: 100px 0 120px 0;
}

.ccustp_t h3 {
    padding-bottom: 40px;
    border-bottom: 2px solid #0276bb;
    margin-bottom: 20px;
}

.ccustp_t h3 i,
.ccustp_t h3 font,
.ccustp_t h3 span {
    display: inline-block;
    vertical-align: middle;
}

.ccustp_t h3 i,
.ccustp_t h3 font {
    color: #0172ba;
    font-weight: bold;
}

.ccustp_t h3 font {
    padding: 0 20px;
}

.ccustp_t h3 span {
    color: #a5a5a5;
}

.cptlt {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0;
    border-bottom: 1px dashed #d8d8d8;
}

.cptlt:nth-of-type(2n) {
    margin-right: 0;
}

.cptlt_l,
.cptlt_r {
    display: inline-block;
    vertical-align: top;
}

.cptlt_l {
    width: 30px;
    height: auto;
}

.cptlt_r {
    width: calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    padding-left: 30px;
    box-sizing: border-box;
}

.cptlt_l span {
    color: #bbbbbb;
}

.cptlt_r h4 {
    color: #d2d2d2;
    font-weight: bold;
}

.cptlt_r h4 font {
    color: #666;
}

.cptlt_r p {
    color: #666;
    padding-top: 10px;
}

.contactUs_btm {
    background: url(../images/style2.jpg) no-repeat center center;
    background-size: cover;
    padding: 90px 0 110px;
    box-sizing: border-box;
}

.ccusbm_l,
.ccusbm_r {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.ccusbm_l {
    width: 40%;
    padding-right: 100px;
}

.ccusbm_r {
    width: 60%;
}

#maps {
    width: 100%;
}

.ccusbm_l form,
#maps {
    height: 370px;
}

.contactUs_btm h3 {
    color: #fff;
    font-weight: bold;
    padding-bottom: 50px;
}

.ccusbm_l textarea,
.ccusbm_l input {
    outline: none;
    border: none;
    resize: none;
    text-indent: 2em;
    color: #8c8c8c;
}

.inputs input {
    width: 48%;
    height: 42px;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

.inputs input:last-of-type {
    margin: 0;
}

.inputs {
    padding-bottom: 40px;
}

.ccusbm_l textarea {
    width: 100%;
    height: 200px;
    padding-top: 20px;
}

.anchorBL,
.BMap_cpyCtrl {
    display: none;
}

.ccusbm_l form {
    font-size: 0;
    position: relative;
}

.ccusbm_l button {
    outline: none;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background-color: #327dd0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ccusbm_l button span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-bottom: 4px;
}

.ccusbm_l button:hover {
    background-color: #fff;
    color: #0055a0;
}

.newsInformation {
    padding: 100px 0 120px 0;
}

.newsInformation_title {
    padding-bottom: 80px;
    border-bottom: 1px solid #dfe5e9;
}

.nsinlt_l,
.nsinlt_r,
.nsinte_left,
.nsinte_right,
.nerts_r,
.nerts_l {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.nsinte_left {
    width: 44%;
}

.nsinte_right {
    width: 56%;
    padding-left: 70px;
}

.nsinte_right_s {
    padding: 30px 50px 30px 26px;
    box-sizing: border-box;
}

.nerts_l {
    width: 70px;
    text-align: center;
}

.nerts_r h4,
.nerts_l p,
.nerts_l h3 {
    color: #222;
}

.nerts_r {
    width: calc(100% - 70px);
    width: -ms-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    padding-left: 36px;
}

.nerts_r h4 {
    padding-bottom: 16px;
}

.nerts_r p {
    color: #999999;
}

.nsinte_right_s:hover {
    background-color: #127bbe;
}

.nsinte_right_s:hover .nerts_r p,
.nsinte_right_s:hover .nerts_l p,
.nsinte_right_s:hover .nerts_l h3,
.nsinte_right_s:hover .nerts_r h4 {
    color: #fff;
}

.nsinlt_r {
    width: 120px;
}

.nsinlt_l {
    width: calc(100% - 120px);
    width: -ms-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    padding-right: 120px;
}

.nsinlt_l h4 {
    color: #222;
    padding-bottom: 26px;
}

.nsinlt_l p {
    color: #999999;
}

.nsinlt {
    padding: 50px 0;
    border-bottom: 1px solid #dfe5e9;
}

.nsinlt_r h5 span,
.nsinlt_r h5 font {
    color: #939393;
}

.gsxw_btn {
    text-align: center;
    padding-top: 120px;
}

.gsxw_btn ul {
    display: inline-block;
}

.gsxw_btn ul li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin: 0 8px;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    border-radius: 50%;
}

.gsxw_btn ul li span,
.gsxw_btn ul li a {
    color: #c5c5c5;
}

.gsxw_btn ul li:first-child span {
    display: inline-block;
}

.gsxw_btn ul li:last-child span {
    display: inline-block;
}

.gsxw_btn ul li:hover,
.gsxw_btn ul .active {
    background-color: #056cb8;
}

.gsxw_btn ul li:hover a,
.gsxw_btn ul .active a {
    color: #fff;
}

.gsxw_list>div:hover .gwst_b h6 {
    color: #056cb8;
}

.gsxw_list>div:hover .gwst_c span {
    background-color: #056cb8;
}

.gsxw_btn ul li:hover a span {
    color: #fff;
}

.newsDetail {
    padding: 100px 0 160px 0;
}

.newsDetail_right,
.newsDetail_left {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.newsDetail_left {
    width: 76%;
    padding-right: 130px;
}

.newsDetail_right {
    width: 24%;
}

.pad {
    padding-top: 30px;
}

.newsDetail_left_t h2 {
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
}

.newsDetail_left_t h3 {
    text-align: center;
}

.newsDetail_left_t h3 p span,
.newsDetail_left_t h3 p i,
.newsDetail_left_t h3 p {
    display: inline-block;
    vertical-align: middle;
}

.newsDetail_left_t h3 p:first-of-type {
    padding-right: 40px;
}

.newsDetail_left_t h3 p span {
    color: #8c8c8c;
}

.newsDetail_left_t h3 p i {
    padding-right: 16px;
    color: #d1d1d1;
}

.newsDetail_left_t {
    padding-bottom: 36px;
    border-bottom: 1px solid #eeeeee;
}

.newsDetail_left_b {
    padding-top: 46px;
}

.newsDetail_left_b p {
    color: #8c8c8c;
}

.newsDetail_left_b p img {
    margin: 70px 0;
    display: inline-block;
}

.xq_btn li {
    height: 46px;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}

.xq_btn {
    margin-top: 160px;
}

.xq_btn li:last-of-type,
.xq_btn li:first-of-type {
    width: 44%;
}

.xq_btn li:nth-of-type(2) {
    width: 12%;
    text-align: center;
    border-right: none;
    border-left: none;
}

.xq_btn li:first-of-type a {
    padding-left: 50px;
    box-sizing: border-box;
}

.xq_btn li:last-of-type {
    text-align: right;
}

.xq_btn li:last-of-type a {
    padding-right: 50px;
    box-sizing: border-box;
}

.xq_btn li i,
.xq_btn li span {
    display: inline-block;
    vertical-align: middle;
    color: #8c8c8c;
}

.xq_btn li i {
    width: 10%;
}

.xq_btn li span {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xq_btn li span {
    font-weight: bold;
    box-sizing: border-box;
}

.xq_btn li:nth-of-type(2) span {
    width: auto;
    padding-left: 10px;
}

.xq_btn li:nth-of-type(2) i {
    width: auto;
}

.xq_btn li:hover {
    background-color: #4180d5;
    border-color: #4180d5;
}

.xq_btn li:hover span,
.xq_btn li:hover i {
    color: #fff;
}

.newsDetail_right h2 {
    color: #000;
    font-weight: bold;
    padding-left: 26px;
    position: relative;
}

.newsDetail_right h2::after {
    content: '';
    display: block;
    width: 6px;
    height: 50%;
    background-color: #0aa8f2;
    position: absolute;
    top: 0;
    left: 0;
}

.newsDetail_right h2::before {
    content: '';
    display: block;
    width: 6px;
    height: 50%;
    background-color: #0a5fac;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nsdlrt_list {
    padding-top: 40px;
}

.nsdlrt {
    padding: 32px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.nsdlrt:last-of-type {
    margin-bottom: 0;
}

.nsdlrt h4 {
    color: #222222;
    padding-bottom: 18px;
}

.nsdlrt p {
    color: #878787;
}

.nsdlrt p img {
    padding-top: 18px;
}

.nsdlrt:hover {
    background-color: #0a5fac;
}

.nsdlrt:hover p,
.nsdlrt:hover h4 {
    color: #fff;
}

.cooperationDirection {
    padding: 100px 0 120px 0;
}

.cooperationDirection .gsxw_btn {
    padding-top: 70px;
}

.cndnlt {
    width: 24%;
    margin-right: 1.25%;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    background-color: #399beb;
    text-align: center;
    padding: 8px 8px 0 8px;
    box-sizing: border-box;
}

.cndnlt:nth-of-type(4n) {
    margin-right: 0;
}

.cndnlt p {
    color: #fff;
}

.Health_Consultation {
    padding: 100px 0;
}

.Health_Consultation .gsxw_btn {
    padding-top: 70px;
}

.hhin_list {
    width: 23%;
    margin-right: 2.6666%;
    margin-bottom: 2.6666%;
    background-color: #f1f4f8;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.hhin_list .hhin_text {
    padding-bottom: 0;
}

.hhin_list h5 {
    height: 60px;
    line-height: 60px;
    padding: 0;
    border-top: 1px solid #d2d2d2;
    margin-top: 40px;
}

.hhin:hover {
    background-color: #00639d;
}

.hhin:hover .hhin_text h5 i,
.hhin:hover .hhin_text h5 span,
.hhin:hover .hhin_text p,
.hhin:hover .hhin_text h4 {
    color: #fff;
}

.style_nav2 {
    padding-top: 26px;
    padding-bottom: 12px;
}

.style_nav2 li {
    width: 24%;
    height: 96px;
    line-height: 96px;
    margin-right: 1.25%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #00639d;
}

.style_nav2 li:nth-of-type(4n) {
    margin-right: 0;
}

.style_nav2 li a span {
    color: #fff;
    font-weight: bold;
    line-height: normal;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.style_nav2 li a i {
    font-size: 30px;
    color: #fff;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.style_nav2 .active,
.style_nav2 li:hover {
    background-color: #4aaff1;
}

.titles {
    position: relative;
}

.titles::after {
    content: '';
    display: block;
    width: 100%;
    background-color: #ededed;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.titles p {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    padding: 50px 0 30px 0;
    box-sizing: border-box;
    position: relative;
}

.titles p::after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background-color: #006fb7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.scas1_list {
    padding-top: 60px;
}

.scas1_list img {
    float: left;
    margin-right: 40px;
}

.scas1_text p {
    color: #333;
    padding-bottom: 20px;
}

.scas1_text p:last-of-type {
    padding-bottom: 0;
}

.scas2_list h3 img,
.scas2_list h3 span {
    display: inline-block;
    vertical-align: middle;
}

.scas2_list h3 {
    padding: 50px 0 70px 0;
}

.scas2_list h3 img {
    width: 40px;
    height: 30px;
    padding: 0 60px;
}

.scas2_list h3 span {
    color: #333;
    font-weight: bold;
}

.scas2_img1,
.scas2_img2,
.scas2_img3 {
    display: inline-block;
    vertical-align: top;
}

.scas2_img1 {
    width: 23%;
}

.scas2_img2 {
    width: 49%;
    padding: 0 56px;
    box-sizing: border-box;
}

.scas2_img3 {
    width: 28%;
}

.scas2_img p {
    color: #333;
}

.scas2_img2 p {
    padding-bottom: 20px;
}

.scas2_img3 p {
    padding-bottom: 50px;
}

.scas3_list {
    padding-top: 60px;
}

.scas3_list_l,
.scas3_list_r {
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
}

.scas3_list_l {
    width: 70%;
    padding-right: 20px;
}

.scas3_list_r {
    width: 30%;
    text-align: center;
    padding: 100px 60px 150px 60px;
}

.scas3_list_l h4 {
    font-weight: bold;
    color: #333333;
}

.scas3_list_l p {
    color: #333;
}

.scas3_list_ls {
    padding-top: 50px;
    position: relative;
}

.scas3_list_ls h6,
.scas3_list_ls h5 {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.scas3_list_ls h5 {
    width: 57%;
}

.scas3_list_ls h6 {
    width: 43%;
    padding-left: 30px;
}

.scas3_list_ls h6 p {
    padding: 60px;
    box-sizing: border-box;
    background-color: #006fb7;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.scas3_list_r {
    background-color: #efefef;
}

.scas3_list_r h3 {
    color: #333333;
    font-weight: bold;
    text-align: left;
    padding: 50px 0 30px 0;
}

.scas3_list_r p {
    color: #333;
    text-align: left;
}

.scas4_l,
.scas4_r {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.scas4_l {
    padding-right: 20px;
}

.scas4_r {
    padding-left: 20px;
}

.scas4 p {
    padding-top: 70px;
}

.table {
    padding: 70px 0 120px 0;
}

.table th {
    height: 110px;
    background-color: #0055a0;
    color: #fff;
    font-weight: bold;
}

.table td {
    height: 110px;
    background-color: #eef4f7;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: #999999;
}

.table td p {
    color: #999999;
}

.table td:last-of-type {
    text-align: left;
    padding-left: 50px;
}

.table td:nth-of-type(2) {
    text-align: left;
}

.table tr:nth-of-type(odd) td:first-of-type {
    background-color: #1f7dd4;
    color: #fff;
    font-weight: bold;
}

.table tr:nth-of-type(even) td:first-of-type {
    background-color: #e4f2ff;
    color: #999999;
    font-weight: bold;
}

.science {
    padding: 100px 0 110px 0;
}

.tmofss_s {
    width: 24%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    background-color: #f7f7f7;
    padding: 32px 0 50px 0;
}

.tmofss_s h3 p::after {
    border: 1px dashed #dbdbdb;
}

.tmofss_s:nth-of-type(4n) {
    margin-right: 0;
}

.tmofss_s h4 {
    color: #333;
}

.tmofss_s p {
    color: #999999;
}

.tmofss_text {
    padding: 0 10px;
    box-sizing: border-box;
}

.tmofss_s i {
    background-color: #006fb7;
}

.tmofss_s:hover {
    background-color: #006fb7;
}

.tmofss_s:hover i {
    background-color: #fff;
}

.tmofss_s:hover p,
.tmofss_s:hover h4 {
    color: #fff;
}

.sciencexq {
    padding: 90px 0 120px 0;
}

.sciencexq_left,
.sciencexq_right {
    display: inline-block;
    vertical-align: top;
}

.sciencexq_left {
    width: 26%;
}

.sciencexq_right {
    width: 74%;
    padding-left: 20px;
}

.sciencexq .tmofss_s {
    width: 100%;
    margin: 0;
}

.sexqrt {
    padding: 40px 50px 100px 50px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

.sexqrt h2 {
    color: #006fb7;
    padding-bottom: 30px;
    border-bottom: 1px solid #c6dcea;
}

.sexqrt p {
    color: #666666;
    margin-top: 32px;
}

.search_list {
    padding: 90px 0 120px 0;
}

.search_list .newBox {
    border-top: 1px solid #dfe5e9;
}

.dyss1_image {
    padding: 70px 0;
    text-align: center;
}

.DietarySupplements h2 p {
    text-transform: uppercase;
}

.dyss2tt {
    margin-top: 60px;
}

.dyss2tt_text,
.dyss2tt_img {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.dyss2tt_text {
    width: 100%;
    padding: 170px 0 140px 100px;
    background: url(../images/backi_03.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.dyss2tt_text h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.dyss2tt_text i {
    display: block;
    width: 370px;
    height: 4px;
    background-color: rgba(255, 255, 255, .5);
    margin: 60px 0 44px 0;
}

.dyss2tt_text h3 {
    color: #fff;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.dyss2tt_img img {
    width: 100%;
    height: auto;
}

.dyss3tp {
    padding-top: 60px;
}

.dyss3tplt {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.99%;
}

.dyss3tplt:last-of-type {
    margin-right: 0;
}

.dyss3tplt img {
    width: 100%;
    height: auto;
}

.dyss3tplt h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    height: 84px;
    line-height: 84px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.dyss3tpltList {
    padding: 0 30px;
    background: -moz-linear-gradient(#64bcf4, #02649e);
    background: -ms-linear-gradient(#64bcf4, #02649e);
    background: -webkit-linear-gradient(#64bcf4, #02649e);
    background: linear-gradient(#64bcf4, #02649e);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr="#64bcf4", endColorstr="#02649e", gradientType="0");
}

.dyss3tplt p {
    padding: 30px 0;
    height: 150px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 30px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
}

.dyss3bm_text {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
}

.dyss3bm_text {
    width: 100%;
}

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

.dyss3bm_img {
    width: 42%;
}

.dyss3bm_text h3 {
    font-size: 28px;
    color: #00639d;
    font-weight: bold;
    padding-bottom: 50px;
}

.dyss3bm_text h4 {
    line-height: 30px;
    color: #333333;
    font-size: 16px;
}

.dyss3bm_textlist_l {
    width: 40%;
    padding-right: 30px;
}

.dyss3bm_textlist_r {
    width: 60%;
}

.dyss3bm_textlist_l p {
    padding: 50px 20px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: justify;
    color: #333333;
    background-color: #bee2f8;
    font-size: 16px;
}

.dyss3bm_textlist {
    padding-top: 50px;
}

.dyss3bm {
    padding-top: 76px;
}

.dyss4 {
    padding-top: 20px;
}

.dyss4lt {
    padding-top: 70px;
}

.dyss4ltO {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4.99%;
    margin-bottom: 70px;
}

.dyss4ltO:nth-of-type(3n) {
    margin-right: 0;
}

.dyss4ltO h4 {
    padding-top: 70px;
}

.dyss4ltO h4 img {
    width: 100%;
    height: auto;
}

.dyss4ltO h3 i,
.dyss4ltO h3 span {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.dyss4ltO h3 i font {
    position: relative;
    z-index: 10;
}

.dyss4ltO h3 i {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background-color: #94d5ff;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

.dyss4ltO h3 i::after {
    content: '';
    display: block;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: -moz-linear-gradient(#62bbf5, #0681ca);
    background: -ms-linear-gradient(#62bbf5, #0681ca);
    background: -webkit-linear-gradient(#62bbf5, #0681ca);
    background: linear-gradient(#62bbf5, #0681ca);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr="#62bbf5", endColorstr="#0681ca", gradientType="0");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.dyss4ltO h3 span {
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -ms-calc(100% - 110px);
    padding-left: 30px;
    color: #333;
    font-size: 18px;
}

.dyss4bm img {
    width: 100%;
    height: auto;
}

.dyss4 {
    padding-bottom: 70px;
}

.pltgTt_img,
.pltgTt_text {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.pltgTt_img {
    width: 30%;
}

.pltgTt_text {
    width: 70%;
    padding-left: 40px;
}

.pltgTt_img img {
    width: 100%;
    height: auto;
    border: 1px solid #17375e;
    box-sizing: border-box;
}

.pltg1Tt h3 {
    padding: 70px 0 30px 0;
    color: #00639d;
    font-size: 24px;
    font-weight: bold;
}

.pltgTt_text h4,
.pltgTt_text p span {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.pltgTt_text p i,
.pltgTt_text p span {
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
}

.pltgTt_text h5 i {
    padding-bottom: 40px;
    display: block;
}

.pltgTt_text p i {
    color: #00639d;
    font-size: 24px;
    font-weight: bold;
}

.pltgTt_text p {
    padding-bottom: 16px;
}

.pltgTt_text p:last-of-type {
    margin-bottom: 0;
}

.pltg1 {
    padding-bottom: 40px;
}

.pltg2Tt h4 {
    padding: 90px 0 10px 0;
}

.pltg2Tt h4 img {
    width: 100%;
    height: auto;
}

.pltg3Tt {
    padding: 40px 0;
}

.pltg3Tt_img,
.pltg3Tt_text {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.pltg3Tt_img {
    width: 68%;
}

.pltg3Tt_img img {
    width: 100%;
    height: auto;
}

.pltg3Tt_text {
    width: 32%;
    padding-right: 20px;
}

.pltg3Tt_text p {
    font-size: 18px;
    color: #333333;
    padding-bottom: 26px;
    line-height: 30px;
}

.pltg3Tt_text p:last-of-type {
    padding-bottom: 0;
}

.pltg3Tt_text p i {
    margin-right: 16px;
    margin-bottom: 2px;
    width: 10px;
    height: 10px;
    background-color: #006fb7;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.pltg3Tt_text h4 {
    padding-top: 80px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.pltg4Tt_img {
    display: table;
}

.pltg4Tt_img p {
    display: table-cell;
}

.pltg4Tt_img {
    width: 100%;
    padding: 80px 0 40px 0;
}

.pltg4Tt {
    padding-top: 70px;
}

.pltg5Tt h3,
.pltg5Tt_text p,
.pltg4Tt h4 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.pltg5Tt h3 {
    padding: 70px 0 50px 0;
}

.pltg5Tt_text p {
    padding-bottom: 30px;
}

.pltg5Tt_text p:last-of-type {
    padding-bottom: 0;
}

.pltg5Tt_text,
.pltg5Tt_img {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.pltg5Tt_text {
    width: 26%;
    padding-right: 60px;
}

.pltg5Tt_img {
    width: 74%;
}

.pltg5Tt_navs {
    padding: 90px 0 20px 0;
}

.pltg5Tt_navs li {
    width: 23.5%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background-color: #006fb7;
    margin-right: 2%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
}

.pltg5Tt_navs li:last-of-type {
    margin-right: 0;
}

.pltg6Tt {
    padding-top: 60px;
}

.pltg6Tt_text h3 {
    color: #333333;
    font-size: 24px;
    padding-bottom: 60px;
}

.pltg6Tt_text p {
    color: #333333;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 30px;
}

.pltg6Tt_text p:last-of-type {
    padding-bottom: 0;
}

.pltg7Tt_text,
.pltg7Tt_img,
.pltg6Tt_img_l,
.pltg6Tt_img_r,
.pltg6Tt_text,
.pltg6Tt_img {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.pltg6Tt_img_l {
    width: 250px;
    margin-right: 120px;
}

.pltg6Tt_img_r {
    width: 370px;
}

.pltg6Tt_text {
    width: 45%;
    padding-right: 180px;
}

.pltg6Tt_img {
    width: 55%;
}

.pltg6Tt_img p {
    padding-top: 40px;
    color: #333333;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

.pltg7Tt_text {
    width: 45%;
}

.pltg7Tt_text p {
    color: #333333;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 30px;
}

.pltg7Tt_text p:last-of-type {
    padding-bottom: 0;
}

.pltg7Tt_img {
    width: 55%;
}

.pltg7Tt_img img {
    width: 100%;
    height: auto;
}

.pltg7Tt_text {
    padding-right: 140px;
}

.pltg7Tt {
    padding-top: 60px;
    padding-bottom: 120px;
}

.dgdtLt h3 {
    color: #333333;
    line-height: 30px;
    font-size: 16px;
    padding: 60px 0;
}

.dgdtLt_text h4 p,
.dgdtLt_text h4 i {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.dgdtLt_text h4 p {
    width: 26%;
    height: 130px;
    line-height: 130px;
    text-align: center;
    position: relative;
}

.dgdtLt_text h4 {
    margin-bottom: 26px;
    font-size: 0;
}

.dgdtLt_text h4:last-of-type {
    margin-bottom: 0;
}

.dgdtLt_text h4 p::after {
    content: '';
    display: block;
    width: 110%;
    height: 100%;
    background-color: #00639d;
    position: absolute;
    left: 0;
    top: 0;
}

.dgdtLt_text h4 p span {
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.dgdtLt_text h4 i {
    width: 74%;
    height: 100px;
    background-color: #efefef;
    position: relative;
    z-index: 10;
}

.dgdtLt_text h4 i span {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    padding-left: 70px;
    padding-right: 40px;
    text-align: justify;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.dgdtLt_text {
    padding-bottom: 120px;
}

.hrencn1_text {
    padding: 40px 0 60px 0;
}

.hrencn1_text h4,
.hrencn1_text p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.hrencn1_text h4 {
    padding-top: 60px;
    font-weight: bold;
}

.hrencn1_text_r,
.hrencn1_text_l {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background: transparent;
}

.hrencn1_text_l {
    width: 65%;
    z-index: 11;
}

.hrencn1_text_r {
    width: 35%;
    z-index: 10;
}

.hrencn1_text_r img {
    width: 114%;
    transform: translateX(-14%);
    -ms-transform: translateX(-14%);
    -moz-transform: translateX(-14%);
    -webkit-transform: translateX(-14%);
    -o-transform: translateX(-14%);
}

.hrencn2 {
    padding-bottom: 120px;
}

.hrencn2Tt1_l,
.hrencn2Tt1_r {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.hrencn2Tt1_r {
    width: 70%;
}

.hrencn2Tt1_r img {
    width: 100%;
    height: auto;
}

.hrencn2Tt1_l {
    width: 30%;
    padding-right: 40px;
}

.hrencn2Tt1 {
    padding: 90px 0 40px 0;
}

.hrencn2Tt1_l h4 {
    height: 310px;
    position: relative;
    background-color: #006fb7;
}

.hrencn2Tt1_l h4 p {
    padding: 0 50px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.hrencn2Tt2 h3 {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    padding: 60px 0 40px 0;
}

.hrencn2Tt2 p {
    color: #333333;
    line-height: 30px;
    padding-bottom: 40px;
}

.hrencn2Tt2_img,
.hrencn2Tt2_text {
    display: inline-block;
    vertical-align: top;
}

.hrencn2Tt2_text h5 {
    padding-bottom: 40px;
}

.hrencn2Tt2_text_icon span,
.hrencn2Tt2_text h5 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.hrencn2Tt2_text {
    padding-left: 90px;
}

.hrencn2Tt2_text_icon p {
    display: inline-block;
    vertical-align: top;
    padding-right: 90px;
}

.hrencn2Tt2_text_icon p:last-of-type {
    padding-right: 0;
}

.hrencn2Tt2_text_icon i {
    display: block;
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    background: #006fb7;
    color: #fff;
    font-size: 42px;
}

.hrencn2Tt2_text_icon span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.rncr1_img,
.rncr1_text {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.rncr1_img {
    width: 26%;
}

.rncr1_text {
    width: 74%;
    padding-left: 50px;
}

.rncr1Tt {
    padding: 70px 0 30px 0;
}

.rncr1_text h4 {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
}

.rncr1_text p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.rncr2Tt {
    padding: 50px 0 10px 0;
}

.rncr2Tt_text p i,
.rncr2Tt_text p span,
.rncr2Tt_text,
.rncr2Tt_img {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.rncr2Tt_text {
    width: 62%;
    padding-right: 20px;
}

.rncr2Tt_img {
    width: 38%;
}

.rncr2Tt_img img {
    border: 1px solid #000000;
    box-sizing: border-box;
}

.rncr2Tt_text p {
    padding-bottom: 30px;
}

.rncr2Tt_text p:last-of-type {
    padding-bottom: 0;
}

.rncr2Tt_text p i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #0270b8;
    position: relative;
}

.rncr2Tt_text p i em {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.rncr2Tt_text p i::after {
    content: '';
    display: block;
    width: 120%;
    height: 120%;
    background-color: #0270b8;
    opacity: .2;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.rncr2Tt_text p span {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    padding-left: 30px;
    font-size: 16px;
    color: #333;
}

.rncr3Tt_text,
.rncr3Tt_img {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.rncr3Tt {
    padding: 70px 0 120px 0;
}

.rncr3Tt_img {
    width: 38%;
}

.rncr3Tt_text {
    width: 62%;
    padding-right: 30px;
}

.rncr3Tt_text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.ceit1Tt {
    padding: 70px 0 40px 0;
}

.ceit1Tt_text,
.ceit1Tt_img {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.ceit1Tt_img {
    width: 48%;
}

.ceit1Tt_img img {
    width: 100%;
    height: auto;
}

.ceit1Tt_text {
    width: 52%;
    padding-left: 100px;
}

.ceit1Tt_text h3 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
}

.ceit1Tt_text h4 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
}

.ceit1Tt_text p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 6px;
}

.ceit1Tt_text p i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #00639d;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.ceit2Tt {
    padding: 80px 0 30px 0;
}

.ceit2Tt_Lt {
    width: 32%;
    margin-right: 1.9%;
    display: inline-block;
    vertical-align: top;
}

.ceit2Tt_Lt:nth-of-type(3n) {
    margin-right: 0;
}

.ceit2Tt_Lt img {
    width: 100%;
    height: auto;
}

.ceit2Tt_Lt p {
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding-top: 36px;
}

.ceit3Tt {
    padding: 80px 0 20px 0;
}

.ceit3Tt h3 img {
    width: 100%;
    height: auto;
}

.ceit4Tt {
    padding: 50px 0 10px 0;
}

.ceit4Tt_text,
.ceit4Tt_img {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.ceit4Tt_text {
    padding-right: 160px;
}

.ceit4Tt_text_Lt {
    background-color: #006fb7;
    padding: 60px 0;
    text-align: center;
}

.ceit4Tt_text_Lt h3 {
    text-align: left;
    padding-left: 160px;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.ceit5Tt {
    padding: 60px 0 120px 0;
}

.ceit5Tt_text,
.ceit5Tt_img {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.ceit5Tt_img {
    width: 38%;
}

.ceit5Tt_img img {
    width: 100%;
    height: auto;
}

.ceit5Tt_text {
    width: 62%;
    padding-left: 40px;
}

.ceit5Tt_text p {
    padding-bottom: 10px;
    box-sizing: border-box;
}

.ceit5Tt_text p:last-of-type {
    padding-bottom: 0;
}

.ceit5Tt_text p i,
.ceit5Tt_text p span {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.ceit5Tt_text p i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background-color: #006fb7;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}

.ceit5Tt_text p span {
    width: calc(100% - 68px);
    width: -webkit-calc(100% - 68px);
    width: -ms-calc(100% - 68px);
    height: 68px;
    line-height: 68px;
    background-color: #ededed;
    padding-left: 40px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.cefrtead1Tt {
    padding: 70px 0 40px 0;
}

.cefrtead1Tt_Lt {
    width: 32%;
    margin-right: 1.99%;
    display: inline-block;
    vertical-align: top;
}

.cefrtead1Tt_Lt:last-of-type {
    margin-right: 0;
}

.cefrtead1Tt_Lt h3 {
    color: #00639d;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
}

.cefrtead1Tt_Lt p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.cefrtead2Tt {
    padding: 50px 0 10px 0;
}

.cefrtead3Tt {
    padding: 70px 0 120px 0;
}

.cefrtead3Tt img,
.cefrtead2Tt img {
    width: 100%;
}

.cefrtead3Tt h3 {
    padding-bottom: 90px;
}

.product {
    padding: 70px 0;
}

.productLt {
    width: 24%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}

.productLt:last-of-type {
    margin-right: 0;
}

.productLt:nth-of-type(4n) {
    margin-right: 0;
}

.productLt h3 {
    overflow: hidden;
}

.productLt h3 img {
    width: 100%;
    height: auto;
}

.productLt p {
    height: 68px;
    line-height: 68px;
    background-color: #efefef;
    padding: 0 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productLt:hover h3 img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.productXq {
    padding: 80px 0 140px 0;
}

.ptxqOne_swrOne,
.ptxqOne_swrTwo,
.ptxqOne_swr,
.ptxqOne_text {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.ptxqOne_swrOne {
    width: 80%;
}

.ptxqOne_swr {
    width: 52%;
}

.ptxqOne_text {
    width: 48%;
    padding-left: 100px;
}

.ptxqOne_swr {
    position: relative;
}

.ptxqOne_swrTwo {
    width: 20%;
    height: 100%;
    padding: 30px 0 30px 12px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ptxqOne_swrTwo .swiper-container {
    height: 100%;
    overflow: hidden;
}

.ptxqOne_swrTwo .pese {
    width: calc(100% - 12px);
    width: -ms-calc(100% - 12px);
    width: -webkit-calc(100% - 12px);
    height: 26px;
    line-height: 26px;
    background-image: none;
    margin: 0;
    background-color: #00639d;
    color: #fff;
    text-align: center;
}

.ptxqOne_swrTwo .swiper-button-prev {
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    top: 0;
    right: 0;
}

.ptxqOne_swrTwo img {
    width: 100%;
    height: 100%;
}

.ptxqOne_swrTwo .swiper-button-next {
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    bottom: 0;
    right: 0;
}

.ptxqOne_text h2 {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
}

.ptxqOne_text h3 {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0 30px 0;
}

.ptxqOne_textS {
    border: 1px solid #e9e9e9;
    padding: 30px 30px 70px 30px;
    box-sizing: border-box;
}

.ptxqOne_textS h4 i,
.ptxqOne_textS h4 strong {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #00639d;
}

.ptxqTitle i,
.ptxqTitle strong {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #00639d;
}

.ptxqTitle i {
    font-size: 22px;
}

.ptxqTitle strong {
    font-size: 22px;
    font-weight: bold;
    padding-left: 14px;
}

.ptxqOne_textS h4 i {
    font-size: 26px;
}

.ptxqOne_textS h4 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.ptxqOne_textS h4 strong {
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
}

.ptxqOne_textS p {
    font-size: 16px;
    line-height: 26px;
    color: #999;
}

.ptxqTwo {
    padding-top: 70px;
}

.ptxqTitle {
    width: 100%;
    padding: 24px 32px;
    margin-bottom: 50px;
    background-color: #f0f0f0;
    box-sizing: border-box;
}

.ptxqTwo h3 {
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.ptxqTwo p {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
}

.ptxqThree {
    padding-top: 80px;
}

.ptxqThree ul {
    padding-top: 30px;
}

.ptxqThree p {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

.ptxqThree ul li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.ptxqThree ul li img{max-width: 100%;height: auto;}

.ptxqThree ul li {
    padding-top: 20px;
    padding-right: 40px;
}

.ptxqThree ul li:last-of-type {
    padding-right: 0;
}

.ptxqFive ul li {
    width: 11.5%;
    height: 58px;
    line-height: 58px;
    border-radius: 58px;
    background-color: #00639d;
    text-align: center;
    margin-right: 1.14%;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.ptxqFive ul li:nth-child(8n) {
    margin-right: 0;
}

.ptxqSix {
    padding-top: 80px;
}

.ptxqSix .ptxqTitle {
    width: 32%;
    margin-right: 1.99%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 70px;
}

.ptxqTitle span {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #666666;
    font-size: 16px;
    padding-left: 30px;
}

.ptxqSix .ptxqTitle:last-of-type {
    margin-right: 0;
}

.ptxqSeven {
    padding-top: 80px;
}

.ptxqSeven p {
    color: #999;
    font-size: 16px;
}

.style_banner .newBox h6 {
    padding-top: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

.scSwrImg,
.scSwrText {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
}

.scSwrText {
    padding: 0 60px;
}

.scSwrImg img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
    opacity: .5;
}

.scSwrImg::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00639d;
    position: absolute;
    left: 0;
    top: 0;
}

.scientificSwr a {
    background-color: #f6f6f6;
    font-size: 0;
}

.scSwrText h3 {
    color: #00639d;
    font-size: 40px;
    padding-bottom: 20px;
}

.scSwrText p {
    color: #333;
    font-size: 16px;
    line-height: 28px;
}

.scientificSwr .swiper-slide-active .scSwrImg img {
    opacity: 1;
}

.scientificSwr .iconfont {
    background-image: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #cccccc;
    border-radius: 50%;
    background-color: #fff;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    right: 18%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.scientificSwr .swiper-button-prev {
    top: 40%;
}

.scientificSwr .swiper-button-next {
    top: 66%;
}

.scientific {
    padding: 70px 0 100px 0;
}

.scientific h2 {
    padding-bottom: 40px;
    color: #00639d;
    font-size: 30px;
}

.scientificTwo {
    padding-top: 70px;
}

.ScTwo {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 60px 50px;
    background-color: #006fb7;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    height: 410px;
}

.ScTwo:nth-of-type(2n) {
    margin-right: 0;
}

.ScTwo h3 {
    position: relative;
    margin-bottom: 26px;
    overflow: hidden;
}

.ScTwo h3 strong {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding-right: 20px;
}

.ScTwo h3 em {
    font-size: 16px;
    float: right;
    padding-left: 20px;
}

.ScTwo h3::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ScTwo p {
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    height: 100px;
}

.ScTwo a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.ScTwo ul {
    padding-top: 60px;
}

.ScTwo ul li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.ScTwo ul li {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-right: 100px;
    margin-bottom: 20px;
}

.ScTwo ul li:last-of-type {
    margin-right: 0;
}

.ScTwo h3 strong,
.ScTwo h3 em {
    color: #fff;
    position: relative;
    z-index: 100;
    background: #006fb7;
}

.scientificXq {
    padding: 80px 0 120px 0;
}

.scientificXq h2 {
    text-align: center;
    font-weight: bold;
    color: #333333;
    font-size: 32px;
    border-bottom: 3px solid #006fb7;
    padding-bottom: 40px;
}

.ScXqText {
    padding-top: 20px;
}

.ScXqText p img {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    /* margin-right: 80px; */
    /* margin: 30px; */
    /* border: 2px solid #006fb7;
    padding: 30px; */
}

.ScXqText p {
    margin: 30px 0;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.ScXqText h4 {
    margin: 30px 0;
}

.ScXqText h4 strong {
    font-weight: bold;
    font-size: 18px;
    color: #00639d;
    padding-bottom: 10px;
}

.ScXqText h4 em {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: block;
}

.ScXqText p img:last-of-type {
    margin-right: 0;
}

.ptxqFive {
    padding-top: 80px;
}