.header {
    line-height: 80px;

    width: 100%;
    top: 0;
    z-index: 121;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    background: #fff;
}
.header .logo {
    margin-left: 20px;
    float: left;
    margin-top: 9px;
}
.header .header_menu ul {
    text-align: center;
}
.header .header_menu ul li {
    display:block;
    padding-top: 2px\0;
    position: relative;
    float: left;
    margin: 0 0.5em;
}
.header .header_menu ul li a{
    position: relative;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 1.5em;
    text-transform: uppercase;
    color: #003755;
}

.header .header_menu ul li a::before, .header .header_menu ul li a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
}
.header .header_menu ul li a::before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
}
.header .header_menu ul li a::after {
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header .header_menu ul .menu__item--current a,.header .header_menu ul li a:hover {
    color:#447B75;
    background: #003755;
}
.header .header_menu ul li,.telbumber{
    font-size: 16px;
}
.header .header_menu ul li a:hover, .header .header_menu ul li a.active {
   line-height: 80px;
    display: block;
    height: 80px;
    color: #fff;
}
.header .mobileMenuBtn {
    padding: 9px 10px;
    border-radius: 5px;
    /* top: 15px; */
    width: 42px;
    float: right;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    margin: 14px 10px;
    display: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    background: #ddd;
}
.header .mobileMenuBtn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #8a8a8a;
    margin-bottom: 4px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.header .mobileMenuBtn span:first-child, .header .mobileMenuBtn span:last-child {
    transform-origin: right center;
    -webkit-transform-origin: right center;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.header .mobileMenuBtn.active span:first-child {
    transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
}
.header .mobileMenuBtn.active span:nth-child(2) {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    opacity: 0;
}
.header .mobileMenuBtn.active span:last-child {
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
}
.header .mobileMenuBtn.active {
    right: 220px;
}
.heading01 {
    color: #111;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    padding: 40px 0 30px;
}
.heading01 .gr {
    color: #a4a3a3;
}
.heading01 .en {
    font-family: "Time New Roman",serif;
}
.heading01 span {
    display: block;
    font-size: 25px;
}
.heading01 .ch.spc {
    background: url(../image/head1.png) no-repeat bottom center;
    padding-bottom: 22px;
}
.heading01 .ch {
    font-weight: 700;
    color: #003755;
}
.heading01 .red {
    color: #666;
}
.heading01 span {
    display: block;
}
.mb {
    padding-bottom: 75px;
    overflow: hidden;
    clear: both;
}
.mb a{
    display: block;
}
.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}
.mb li {
    position: relative;
}
.mb li .pic {
    position: relative;
}
.mb li .pic i{
    display: block;
    height: 188px;
}
.mb  li .zhe_a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../image/zhe_bg.png);
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 8% 0px;
    display: none;
}
.mb  li:hover .zhe_a {
    display: block;
}
.mb li .zhe_a img {
    max-width: 100%;
    max-height: 100%;
    display: inline;
}
.mb li .zhe_a .zw {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 5%;
}
.mb li .zhe_a span {
    display: block;
    color: #fff;
    width: 98%;
    margin: auto;
}
.slideExpandUp {
    animation-name: slideExpandUp;
    -webkit-animation-name: slideExpandUp;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease -out;
    visibility: visible !important;
}
.tm-popular-items-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    overflow: hidden;
}
.support_type_list {
    display: block;
    border: solid 1px #F2F2F2;
    text-align: center;
    padding: 10px 0;
    color: #7b7b7b;
    margin-left: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.support_type_content {
    width: 600px;
    margin: 0 auto;
}
.support_type_list.active {
    color: #fff;
    background: #003755;
    border: solid 1px #003755;
}
/*.support_type_list.normal:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 0;
    height: 100%;
    background: #003755;
!*    transition: 0.3s all;
    -webkit-transition: 0.3s all;*!
    z-index: -1;
}*/
.support_type_list.normal:hover:before {
    width: 100%;
}
/*.support_type_list.normal:hover {
    cursor: pointer;
    color: #fff;
    background: #003755;
    background: rgba(0, 0, 0, 0);
    border: solid 1px #003755;
    border: solid 1px rgba(0, 0, 0, 0);
}*/
.support_type_content .kzf-mod-center {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
.kzf-mod-center div a{
    cursor: pointer;
}
.tm-popular-item {
    background: url(../image/popular-item-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    margin-bottom: 80px;
    position: relative;
}
.tm-popular-item-img {
}
.tm-popular-item-description {
    padding: 0 30px 60px;
    text-align: center;
}

.tm-popular-item-title{
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.order-now-link{
    color: #fff;
}
.tm-popular-item-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 26px;
    height: 90px;
    vertical-align: middle;
    display: table-cell;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.tm-popular-item-hr {
    margin-top: 0;
    margin-bottom: 15px;
}
.tm-popular-item-description p {
    margin: 0 0 10px;
    color: #a4a3a3;
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}
.order-now-container {
    width: 100px;
    height: 100px;
    background-color: rgb(82, 76, 76);
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -50px;
}
.btntitle{
    text-align: center;
    background: #003755;
    font-size: 20px;
    color: #fff;
    padding: 70px 0;
    margin-bottom: 30px;
}
.btntitle strong{
    display: block;
    font-size: 26px;
    line-height: 50px;
}
.order-now-link {
    font-size: 16px;
    border: 2px solid rgba(174, 174, 174, 0);
    border-radius: 50%;
    width: 85px;
    height: 85px;
    line-height: 85px;
    /* padding-top: 8px; */
}
.order-now-link:hover{
    border: 2px solid #fff;
}
.tm-popular-item:hover {background: url(../image/popular-item-bg-hover.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    margin-bottom: 80px;
}
.tm-popular-item:hover .order-now-link{
    border: 2px solid #fff;
}
.tm-popular-item:hover hr {
    border-color: #003755;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main5 h2 {
    position: absolute;
    padding: 0 0 18px;
    background-color: #FFF;
    top: 0;
    right: -90px;
}
.aside ul {
    margin-top: 100px;
}
.aside ul li a {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #003755;
    font-size: 14px;
}
.aside ul li img {
    display: none;
    text-align: center;
    margin: 0 auto;
}
.aside ul li.consulting .img2 {
    display: block;
}
.aside ul li.consulting.active {
    background: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.aside ul li.consulting.active a {
    color: #003755;
}
.aside ul li.consulting.active span {
    background: #003755;
}
.aside ul li.consulting.active .img1 {
    display: none;
}
.aside ul li.consulting.active .img2 {
    display: block;
}
.aside ul li.consulting span {
    display: inline-block;
    margin: 0 2px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #003755;
}


.aside ul li.consulting span:nth-child(1) {
    -webkit-animation: consulting 0.6s 0.07s infinite ease-in-out;
    animation: consulting 0.6s 0.07s infinite ease-in-out;
}
.aside ul li.consulting span:nth-child(2) {
    -webkit-animation: consulting 0.6s 0.14s infinite ease-in-out;
    animation: consulting 0.6s 0.14s infinite ease-in-out;
}
.aside ul li.consulting span:nth-child(3) {
    -webkit-animation: consulting 0.6s 0.21s infinite ease-in-out;
    animation: consulting 0.6s 0.21s infinite ease-in-out;
}
@keyframes consulting {
    33% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    66% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes consulting {
    33% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    66% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    z-index: 18;
    background:#fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
#toTop {
    position: fixed;
    padding-top: 10px;
    bottom: -100px;
    right: 0px;
    z-index: 1000;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #555555;
    background: url(../image/right-menu-icons.png) no-repeat 57% -12%;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#close {
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
    /* background: #fff; */
    background: url(../image/right-menu-icons.png) no-repeat -776px -15%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.consulting_box {
    width: 250px;
    height: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 15;
    position: fixed;
    top: 0;
    right: -250px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, .1);
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
}
.consulting_box .title {
    background:#003755;
    text-align: center;
    padding: 26px 0 2px 0;
    color: #fff;
}
.consulting_box .close {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
}
.consulting_box .title_t1 {
    font-size: 12px;
}
.consulting_box .title_t2 {
    font-size: 14px;
    margin: 5px 0;
}
.consulting_type {
    padding: 40px 0;
    border-bottom: solid 1px #003755;
}
.consulting_type_title {
    padding-left: 30px;
    font-size: 16px;
    color: #333;
}
.consulting_type ul {
    margin: 30px 0 20px 0;
}
.consulting_type ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-indent: 30px;
    z-index: 2;
    font-size: 14px;
    position: relative;
    color: #666;
    margin: 0;
    text-align: left;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.consulting_type ul li a, .consulting_type ul li a:before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.consulting_type ul li a:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003755;
    opacity: 0;
    -webkit-transform: scale3d(1, 0.1, 1);
    transform: scale3d(1, 0.1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.consulting_type ul li a img {
    margin: 0;
    display: inline-block;
    padding-right: 30px;
    border: none;
    vertical-align: middle;
    max-width: 100%;
}
.consulting_type ul li a .img2 {
    display: none;
}
.consulting_type .time {
    color: #818181;
    font-size: 12px;
    line-height: 24px;
    padding-left: 30px;
}
.consulting_type ul li a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.consulting_type ul li a:hover {
    color: #fff;
}
.consulting_type ul li a:hover .img2 {
    display: inline-block;
}
.consulting_type ul li a:hover .img1 {
    display: none;
}
.main5 .m5content {
    width: 960px;
    margin-left: 60px;
    position: relative;
}
.main5 .img {
    width: 370px;
    height: auto;
}
.mrb{
    margin-bottom: 156px;
}
.mr20{
    margin-bottom: 40px;
}
.main5 .img img{
    margin-bottom: 40px;
}
.main5 .desc {
    width: 330px;
    color: #777;
    line-height: 160%;
}
.main5 .desc p {

}
.main5 .m5content {
    width: 800px;
    margin-left:200px;
    position: relative;
}
.container:after, .container:before {
    content: " ";
    display: table;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.main5 h2 {
    position: absolute;
    padding: 0 0 18px;
    background-color: #FFF;
    top: 0;
    right: -100px;
}
.tittle-w3 {
    font-size: 2em;
    color: #fd6239;
    margin: 0em 0 1.5em;
    text-align: center;
    text-transform: uppercase;
}
.tittle-w3 span {
    color: #212121;
}
.agile-blog1 img {
    float: left;
    width: 46%;
    position: relative;
}
.text-w3 {
    float: right;
    width: 47%;
    padding: 20px 0px;
}
.text-w3l {
    float: left;
    width: 47%;
    padding: 30px 0px;
}
.text-w3 h3 {
    text-align: left;
}
.text-w3l h3 {
    text-align: left;
}
p.para-w3l {
    color: #555;
    line-height: 2.2em;
    width: 90%;
    text-align: center;
    font-size: 1em;
}
.agile-blog2 img {
    float: right;
    width: 46%;
    position: relative;
}
.text-w3 p.para-w3l {
    text-align: left;
    position: relative;
    line-height: 46px;
}
.text-w3l p.para-w3l {
    text-align: left;
    position: relative;
    line-height: 46px;
}


/*.text-w3 p:after, .text-w3l p:after {
    content: '';
    background: #003755;
    height: 3px;
    width: 17%;
    position: absolute;
    bottom: 51%;
}*/
.text-w3 p:after {
    left: -31%;
    top: 64%;
}
.text-w3l p:after {
    left: 113%;
    top: 58%;
}
.sub-head {
    font-size: 1.5em!important;
}
.agile-blog2, .agile-blog1{
    padding: 31px 0px 0px;
}
.agile-blogs {
    margin-bottom: 40px;
}

.cbp_tmtimeline {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #003755;
    left: 20%;
    margin-left: -8px;
}
.cbp_tmtimeline > li {
    position: relative;
}
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}
.cbp_tmtimeline > li .cbp_tmicon {
    width: 36px;
    height: 36px;
    font-family: 'ecoico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #003755;
    border-radius: 50%;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size:24px;
    color: #003755;
}
.nxhl_line > li .cbp_tmtime span:last-child {
    font-size:24px;
    color:#df3a64;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 18px;
    color: #bdd0db;
}
.nxhl_line > li .cbp_tmtime span:first-child {
    font-size: 18px;
    color: rgba(243, 147, 171, 0.57);
}
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    color: #333;
    padding: 2em;
    font-size: 1.2em;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}
/*.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #003755;
    border-width: 10px;
    top: 10px;
}*/
/*女性护理*/
.jjfh_line > li .cbp_tmtime span:last-child {
    font-size:24px;
    color:#018E85;
}
.jjfh_line > li .cbp_tmtime span:first-child {
    font-size: 18px;
    color: #82e2dc;
}
.cbp_tmtimeline > li .jjfh{
}
.cbp_tmtimeline > li .jjfh:after {
    border-right-color: #018E85;
}
.jjfh_line > li .cbp_tmicon {
    background: #018E85;
}
.jjfh_line:before {
    background: #82e2dc;
}
/*女性护理e*/
/*婴童护理*/
.ythl_line > li .cbp_tmtime span:last-child {
    font-size:24px;
    color:#ECCA4E;
}
.ythl_line > li .cbp_tmtime span:first-child {
    font-size: 18px;
    color: #f7d9ac;
}
.cbp_tmtimeline > li .ythl{
}
.cbp_tmtimeline > li .ythl:after {
    border-right-color: #ECCA4E;
}
.ythl_line > li .cbp_tmicon {
    background: #ECCA4E;
}
.ythl_line:before {
    background:#f7d9ac;
}
/*婴童护理e*/
/*老年护理*/
.lnhl_line > li .cbp_tmtime span:last-child {
    font-size:24px;
    color:#800000;
}
.lnhl_line > li .cbp_tmtime span:first-child {
    font-size: 18px;
    color: #d26868;
}
.cbp_tmtimeline > li .lnhl{
}
.cbp_tmtimeline > li .lnhl:after {
    border-right-color: #800000;
}
.lnhl_line > li .cbp_tmicon {
    background: #800000;
}
.lnhl_line:before {
    background:#d26868;
}
/*老年护理e*/
/*理疗护理*/
.llhl_line > li .cbp_tmtime span:last-child {
    font-size:24px;
    color:#339966;
}
.llhl_line > li .cbp_tmtime span:first-child {
    font-size: 18px;
    color: #95dab7;
}
.cbp_tmtimeline > li .llhl{
}
.cbp_tmtimeline > li .llhl:after {
    border-right-color: #339966;
}
.llhl_line > li .cbp_tmicon {
    background: #339966;
}
.llhl_line:before {
    background:#95dab7;
}
/*理疗护理*/
.cbp_tmtimeline > li .nxhl:after {
    border-right-color: #DF3A64;
}
.nxhl_line:before {
    background: #f393ab;
}
.nxhl_line > li .cbp_tmicon {
    background: #DF3A64;
}
.titlespan {
    font-size: 16px;
    font-weight: 700;
    background: #c49061;
    color: #fff;
    display: block;
    border-radius: 0 100px 100px 0;
    width: 300px;
    text-indent: 14px;
}
.cbp_tmtimeline li img{
    display: block;
    margin: 10px 0;
}
table{font-size: 14px;}
tr td:first-child{
    white-space: nowrap;
    vertical-align: top;
}
.footer{
    border-top:2px solid #003755
}
.footer_content {
    padding: 100px 0;
    overflow: hidden;
    margin-left: -70px;
}
.footer .copyright {
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    background: #003755;
    font-size: 12px;
}
@media screen and (max-width: 767px){
    .footer_content {
        padding: 40px 0;
    }
}

@media screen and (max-width: 967px){
    .footer_content {
        padding: 60px 0;
    }
    .footer_content {
        padding: 100px 0;
        overflow: hidden;
        margin-left: -20px;
    }
}

.footer_list {
    margin-left: 70px;
}
.footer_link ul li {
    float: left;
}
.footer_cotact {
    color: #8A8A8A;
    font-size: 13px;
}
@media screen and (max-width: 967px){
    .footer_list {
        margin-left: 20px;
    }
}
@media screen and (max-width: 967px){
    .footer .bottom_logo {
        display: none;
    }
}
.quick_navigation {
    padding-left: 50px;
}
.quick_navigation_title, .footer_link_title, .footer_cotact_title {
    color: #D9D9DA;
    font-size: 16px;
    margin-bottom: 15px;
}
@media screen and (max-width: 967px){
    .quick_navigation {
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: solid 1px #dcdcdc;
    }
    .quick_navigation ul {
        text-align: center;
    }
    .quick_navigation ul li {
        display: inline-block;
        margin: 0 15px;
    }
}
@media screen and (max-width: 479px){
    .quick_navigation_title, .footer_link_title, .footer_cotact_title {
        text-align: center;
    }
}
@media screen and (max-width: 767px){
    .quick_navigation ul li {
        margin: 0 10px;
    }
}
.quick_navigation ul li a {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 13px;
}
.quick_navigation_title, .footer_link_title, .footer_cotact_title {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer_cotact ul li {
    margin-bottom: 10px;
    overflow: hidden;
}
.footer_cotact .footer_cotact_type {
    width: 15%;
    display: block;
    float: left;
}
.footer_cotact .footer_cotact_content {
    width: 85%;
    display: block;
    float: left;
}
.footer_cotact ul li a {
    color: #8A8A8A;
}
.main5{
    margin: 40px 0;
}
.lefttext {
    width: 440px;
    float: left;
    padding: 25px;
    line-height: 2;
    margin-left: 14px;
    border: 1px solid #98bacc;
    border-radius: 12px;
}
.lefttext dl dd{
    font-size: 20px;
}
.lefttext div{
    font-size: 28px;
    font-family: 宋体;
    color: #003755;
}
.lefttext dl dt{position: relative}
.lefttext dl dt::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: black;
    left: -12px;
    border-radius: 6px;
    top: 14px;
}
.rightpic{
    width: 600px;float: right;
}
.iphoneshow{
    display: none;
}
.qcwrap{
    overflow: hidden; width: 1100px; margin: 0 auto
}
.pager{
    margin: 20px;
}
.pager:after{
    clear: both;
    display: table;
    content: " ";
}
.pager:before{
    display: table;
    content: " ";
    clear: both;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    color: #003755;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li>a:hover{
    background-color: #eee;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager .next>a, .pager .next>span {
    float: right;
}
@media screen and (max-width:1199px) {
    .pull-left{
        display: none;
    }
    .titlespan{
        width: 100%;
    }
    .qcwrap,.rightpic,.lefttext{
        width: 100%;
        padding: 10px;
        margin: 0;
    }
    .mrb,.mr20{
        margin-bottom: 20px;
    }
    .iphoneshow{
        display: block;
    }
    .iphonehide{
        display: none;
    }
    .zhe_a{
        display: none;
    }
    .btnwrap{
        display: none;
    }
    .aside{
        display: none;
    }
    .mb li .pic i{
        display: none;
    }
    .mb{
        padding-bottom: 0;
    }
    .mb li .pic,.vcenter{
        position: static;
    }
    .mb li{
        margin-bottom: 10px;
        position: static;
    }
    .mb  li .zhe_a{
        display: none;
    }
    .vcenter{
        width: 100%;
    }
    .support_type_content{
        margin-bottom: 0;
        width: 100%;
    }
    .support_type{
        margin:16px 10px;
    }
    .support_type_list{
        margin: 0;
    }
    .support_type_content .kzf-mod-center{
        position: static;
        padding: 0;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .support_type_content{
        margin: 0;
    }
    #toTop{
        background: #003755 url(../image/right-menu-icons.png) no-repeat 57% -12%;
    }
    .main5
    {
        padding: 10px;
        margin: 0;
    }
    .main5 .botbg, .main5 .topbg {
        background: 0 0;
    }
    .main5 .topbg {
        height:0px;
    }

    .main5 .m5content {
        padding: 15px;
    }
    .main5 .m5content {
        border: 2px solid #222;
        width: auto;
        padding: 15px;
        margin-left: 0;
    }
    .main5 .m5content h2 img{
        display: none;
    }
    .main5 .img {
        width: 100%;
        margin-bottom: 0;
    }
    .main5 .desc.pull-right {
        float: none!important;
        width: auto;
        padding-top: 0;
    }
    .main5 h2 {
        right: -18px;
    }
    .main5 .img {
        width: 100%;
    }
    .main5 .desc.pull-right {
        float: none!important;
        width: auto;
        padding-top: 0;
    }
    .agile-blog1 img,.agile-blog2 img{
        width: 100%;
    }
    .text-w3 p:after, .text-w3l p:after{
        display: none;
    }
    .agile-blog2, .agile-blog1{
        padding: 10px 0 0;
    }
    .text-w3 h3,.text-w3l h3{
        margin: 0;
        text-align: center;
        padding: 0 10px;
    }
    .agile-blogs{
        margin-bottom: 0;
    }
    .btntitle{
        padding: 70px 10px;
        margin-bottom: 0;
    }
    .text-w3 p.para-w3l,.text-w3l p.para-w3l{
        line-height: 26px;
        width: auto;
    }
    p.para-w3l{
        margin: 10px;
    }
    .text-w3,.text-w3l{
        width: 100%;
    }
    .cbp_tmtimeline {
        margin: 10px;
    }
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #003755;
        top: -20px;
    }
    .cbp_tmtimeline > li .nxhl:after{
        border-bottom-color: #DF3A64;
    }
    .cbp_tmtimeline > li .jjfh:after {
        border-bottom-color: #018E85;
    }
    .cbp_tmtimeline > li .ythl:after {
        border-bottom-color: #ff9900;
    }
    .cbp_tmtimeline > li .lnhl:after {
        border-bottom-color: #800000;
    }
    .cbp_tmtimeline > li .llhl:after {
        border-bottom-color: #339966;
    }
    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 0;
        font-weight: 400;
        font-size: 95%;
    }
    .logo img{
        width: 34px;
    }
    .all_title1 .title {
        font-size: 20px;
        color: #333;
    }
    .all_title1 {
        margin-bottom: 20px;
        text-align: center;
    }
    .index_product {
        padding: 36px 0 0;
        background: #fff;
    }
    .header .mobileMenuBtn {
        display: block;
    }
    .mobileMenuBtn_shad {
        width: 100%;
        height: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.7);
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
    }
    .mobileMenuBtn_shad.active {
        height: 100%;
    }
    .header_menu {
        width: 100%;
        background: #fff;
        overflow: auto;
        top: 0;
        right: -200px;
        margin: 6px 0;
    }
    .telbumber{
        display: none;
    }
    .header_menu.active {
        right: 0;
    }
    .header_menu ul li a {
        border: none;
        border-bottom: solid 1px #378fdd;
        line-height: normal;
        padding: 12px 0;
    }
    .header {
        line-height: 60px;
    }
    .header .header_menu ul li{
        display: block;
        width: 96%;
        margin-left: 2%;
    }
    .header .header_menu ul li a:hover, .header .header_menu ul li a.active {
        border: none;
        height: 40px;
        line-height: 40px;
    }
    .header .header_menu ul .menu__item--current a{
        border-radius: 6px;
    }
    .header .header_menu ul li a{
        border: none;
        height: 40px;
        line-height: 40px;
        text-align: left;
       display: block;
        color: #000;
        font-size: 14px;
    }
    .border-bm{
        border-bottom: 1px solid #e7e7e7;
    }
    .containera{
        width: 100%;
        overflow: hidden;
    }
}