/* ========== */


/* = RESET = */


/* ========== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

body {
    background: #F5F8FB;
    min-width: 320px;
    font-size: 16px;
    color: #666666;
    font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

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


/*RESET A*/

* {
    text-decoration: none!important;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
    text-decoration: none!important;
    outline: none;
    star: expression_r(this.onFocus=this.blur());
}

a {
    color: #666666;
}


/* HTML5 RESET THE OLD BROWERS*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*CLEAR the FLOAT*/

.clear {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: '\20';
}

.bgFull {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/*RESET the FORM*/

fieldset {
    border: 0!important;
}

input,
button,
textarea,
select {
    font-size: 100%;
    outline: none;
    resize: none;
    font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}

input[type="button"] {
    cursor: pointer;
    border: 0
}

input[type="submit"] {
    cursor: pointer;
    border: 0
}

input[type="reset"] {
    cursor: pointer;
    border: 0
}

input,
textarea {
    -webkit-appearance: none;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777777;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777777;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777777;
}


/*RESET IMAGES*/

img {
    display: block;
    max-width: 100%;
    border: 0;
    margin: 0 auto;
}


/*IMAGE CENTER*/

.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*RESET FONTS*/

.t2 {
    text-indent: 2em;
}

em {
    font-style: normal;
}

.overf {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*LAYOUT*/

.w1400 {
    max-width: 1540px;
    padding: 0 70px;
    margin: 0 auto;
}

@media (max-width:1200px) {
    html,
    body {
        width: 1200px;
        overflow-x: auto;
    }
}

.transition {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

.b-shadow {
    -o-box-shadow: 0 0 25px rgba(206, 206, 206, .4);
    -ms-box-shadow: 0 0 25px rgba(206, 206, 206, .4);
    -moz-box-shadow: 0 0 25px rgba(206, 206, 206, .4);
    -webkit-box-shadow: 0 0 25px rgba(206, 206, 206, .4);
    box-shadow: 0 0 25px rgba(206, 206, 206, .4);
}


/* ========== */


/* = PC-HEADER = */


/* ========== */

.page-wrap {
    padding-top: 104px;
}

.pc-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    background: #fff;
    z-index: 99;
    -o-box-shadow: 0 0 35px rgba(206, 206, 206, .6);
    -ms-box-shadow: 0 0 35px rgba(206, 206, 206, .6);
    -moz-box-shadow: 0 0 35px rgba(206, 206, 206, .6);
    -webkit-box-shadow: 0 0 35px rgba(206, 206, 206, .6);
    box-shadow: 0 0 35px rgba(206, 206, 206, .6);
}

.pc-header.fx {
    position: fixed;
}

.pc-header .logo {
    float: left;
}

.pc-header .lan {
    margin-top: 39px;
    float: right;
    display: block;
    line-height: 22px;
    height: 26px;
    width: 26px;
    text-align: center;
    font-size: 12px;
    color: #444444;
    border-radius: 100%;
    border: 2px solid #8f8f8f;
}

.pc-header .lan:hover {
    color: #288fd4;
    border: 2px solid #288fd4;
}

.pc-header .top-right {
    float: right;
    position: relative;
    margin: 25px 10px 0 25px;
}

.pc-header .tel {
    font-size: 18px;
    color: #288fd4;
    padding-left: 25px;
    background: url(../images/ico_tel.png) no-repeat left;
    line-height: 26px;
    position: relative;
}

.pc-header .top-right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    width: 2px;
    height: 14px;
    background: #cfcfcf;
    margin-top: -7px;
}

.pc-header .alink-dia {
    margin-top: 8px;
    display: block;
    width: 150px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: #378ed8;
    color: #fff;
    border-radius: 18px;
    font-size: 13px;
}


/* ========== */


/* = PC-FOOTER = */


/* ========== */

.pc-footer {
    background: #333333;
    color: #FFFFFF;
}

.foot {
    position: relative;
    min-height: 440px;
    padding-right: 440px;
}

.foot .info {
    float: left;
    width: 38%;
    padding-top: 58px;
}

.foot .info img {
    margin: 0;
}

.foot .info .link {
    margin-bottom: 20px;
}

.foot .info .link a {
    margin-top: 25px;
    float: left;
    max-width: 42%;
    width: 126px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    background: #FFFFFF;
    color: #666666;
    font-size: 16px;
    text-align: center;
}

.foot .info .link a:hover {
    background: #1e8ac8;
    color: #FFFFFF;
}

.foot .info p {
    font-size: 15px;
    line-height: 32px;
}

.foot ul {
    float: left;
    width: 58%;
    padding-top: 70px;
}

.foot ul li {
    float: left;
    text-align: center;
    width: 24%;
    position: relative;
}

.foot ul li div {
    text-align: left;
    display: inline-block;
}

.foot ul li:after {
    content: "";
    position: absolute;
    top: 35px;
    height: 66px;
    right: 0;
    width: 1px;
    background: rgba(255, 255, 255, .05);
}

.foot ul li span a {
    display: block;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    color: #FFFFFF;
}

.foot ul li a {
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}

.foot .map {
    position: absolute;
    top: 0;
    right: 0;
}

.copyright {
    padding: 20px 0;
    line-height: 24px;
    background: #1c1c1c;
    color: #5b5b5b;
    font-size: 12px;
}

.copyright a {
    color: #5b5b5b;
}

.copyright a:hover {
    color: #888;
}

.copyright .left {
    float: left;
}

.copyright .left span {
    margin-right: 20px;
}

.copyright .right {
    float: right;
}

.copyright .right i {
    font-style: normal;
    margin: 0 10px;
}

.copyright .right .ico-qq {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/ico_qq.png) no-repeat center;
}

@media (max-width:1520px) {
    .foot .info {
        width: 30%;
    }
    .foot .info p {
        font-size: 13px;
        line-height: 26px;
    }
    .foot ul {
        width: 68%;
    }
    .foot ul li {
        padding-left: 12px;
    }
}

@media (max-width: 1314px) {
    .foot {
        padding-right: 340px;
    }
    .foot .map {
        width: 33%;
    }
}

.friend-link {
    background: #1c1c1c;
    color: #5b5b5b;
    font-size: 12px;
    padding: 20px 0 30px;
}

.friend-link span {
    display: block;
    color: #f0f0f0;
}

.friend-link div {
    margin-top: 15px;
    text-align: justify;
    line-height: 26px;
}

.friend-link div a {
    margin-right: 20px;
    display: inline-block;
}


/* ========== */


/* = FIXED-SUB = */


/* ========== */

.fixed-sub {
    position: fixed;
    right: 0;
    top: 55%;
    margin-top: -200px;
    width: 64px;
    z-index: 999;
}

.fixed-sub li {
    float: left;
    margin-bottom: 2px;
    width: 64px;
    height: 64px;
    position: relative;
    background: #41a1e2;
}

.fixed-sub li a {
    display: block;
    width: 64px;
    height: 64px;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
}

.fixed-sub li span {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
}

.fixed-sub li p {
    font-size: 14px;
    line-height: 24px;
}

.fixed-sub .ico-01 {
    background-image: url(../images/x_ico_01.png);
}

.fixed-sub .ico-02 {
    background-image: url(../images/x_ico_02.png);
}

.fixed-sub .ico-03 {
    background-image: url(../images/x_ico_03.png);
}

.fixed-sub .ico-04 {
    background-image: url(../images/x_ico_04.png);
}

.fixed-sub .ico-05 {
    background-image: url(../images/x_ico_05.png);
}

.fixed-sub .ico-06 {
    width: 38px;
    height: 38px;
    background-image: url(../images/x_ico_06.png);
}

.fixed-sub li .tel {
    padding-top: 13px;
}

.fixed-sub li .tel:hover {
    border-radius: 0 5px 5px 0;
}

.fixed-sub li .tel:hover div {
    width: 146px;
}

.fixed-sub li .tel div {
    position: absolute;
    top: 0;
    right: 64px;
    width: 0;
    line-height: 64px;
    background: #41a1e2;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}


/* ========== */


/* = ODOMETER = */


/* ========== */

.number-animate {
    line-height: 50px;
    height: 50px;
    font-weight: normal;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.number-animate .number-animate-dot {
    width: 26px;
    float: left;
    text-align: center;
}

.number-animate .number-animate-dom {
    width: 26px;
    text-align: center;
    float: left;
    position: relative;
    top: 0;
}

.number-animate .number-animate-dom span,
.number-animate .number-animate-dot span {
    float: left;
    width: 100%;
    height: 50px;
}


/* ========== */


/* = WEB-LIST = */


/* ========== */

.web-list li {
    margin-top: 35px;
    float: left;
    width: 30.2%;
    margin-right: 4.7%;
}

.web-list li:nth-child(3n) {
    margin-right: 0;
}

.web-list li:nth-child(3n+1) {
    clear: both;
}

.web-list li .intro {
    padding: 20px 25px 0;
    border: 1px solid #f5f5f5;
}

.web-list li .intro span {
    display: block;
    font-size: 20px;
    color: #333333;
}

.web-list li .intro p {
    margin: 12px 0 20px;
    font-size: 15px;
    color: #999999;
}

.web-list li .intro div {
    border-top: 1px solid #e0e0e0;
    line-height: 42px;
    position: relative;
}

.web-list li .intro div i {
    font-style: normal;
    font-size: 13px;
}

.web-list li .intro div em {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 21px;
    height: 12px;
    background: url(../images/ico_more.png) right no-repeat;
}

.web-list li:hover .intro {
    border: 1px solid #dfeef9;
    color: #288fd4;
}

.web-list li:hover .intro span {
    color: #288fd4;
}

.web-list li:hover .intro p {
    color: #288fd4;
}

.web-list li:hover .intro div {
    border-top: 1px solid #beddf2;
}

.web-list li:hover .intro div em {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    background: url(../images/ico_moreh.png) right no-repeat;
}

.web-list li:nth-child(3n-2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.web-list li:nth-child(3n-1) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.web-list li:nth-child(3n) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

@media (max-width:1340px) {
    .web-list li {
        width: 31%;
        margin-right: 3.5%;
    }
}


/*IMG HOVER*/

.effect-jazz .img {
    position: relative;
    text-align: center;
    overflow: hidden;
    background: -webkit-linear-gradient(-45deg, #004776 0%, #000000 100%);
    background: linear-gradient(-45deg, #004776 0%, #000000 100%);
}

.effect-jazz figcaption {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.effect-jazz figcaption::before,
.effect-jazz figcaption::after {
    pointer-events: none;
}

.effect-jazz figcaption {
    position: absolute;
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
}

.effect-jazz figcaption::after,
.effect-jazz img,
.effect-jazz figcaption p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.effect-jazz figcaption p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.effect-jazz figcaption p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 30px;
    margin-top: -15px;
    text-transform: uppercase;
    font-size: 10px;
    opacity: 0;
}

.effect-jazz:hover img {
    opacity: 0.3;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.effect-jazz:hover figcaption::after {
    opacity: 0.8;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.effect-jazz:hover figcaption p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/* ========== */


/* = DIAGNOSIS-BOX = */


/* ========== */

.diagnosis-box {
    padding: 20px 50px;
}

.diagnosis-box .theme {
    margin-bottom: 40px;
}

.diagnosis-box .theme span {
    font-size: 26px;
    color: #333333;
}

.diagnosis-box .theme .p1 {
    margin-top: 25px;
    font-size: 18px;
}

.diagnosis-box .theme .p2 {
    margin-top: 10px;
    color: #999999;
    font-size: 12px;
    font-size: 10px;
    text-transform: uppercase;
}

.diagnosis-box .in {
    margin-bottom: 30px;
    float: left;
    width: 47.5%;
    margin-right: 5%;
    height: 60px;
    background: #eeeeee;
    position: relative;
}

.diagnosis-box .in>input,
.diagnosis-box .in>select {
    width: 100%;
    padding: 15px 55px 15px 15px;
    background: #eeeeee;
    line-height: 30px;
    height: 60px;
    border: none;
    font-size: 16px;
    color: #333;
}

.diagnosis-box .ui-multiselect {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 55px 0 15px;
    line-height: 60px;
    height: 60px;
    background: none;
    border: none;
    font-size: 16px;
    color: #666;
}

.diagnosis-box .in:nth-child(2n) {
    margin-right: 0;
}

.diagnosis-box .in:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
}

.diagnosis-box .in:nth-child(1):after {
    background: url(../images/ico_in_company.png);
}

.diagnosis-box .in:nth-child(2):after {
    background: url(../images/ico_in_person.png);
}

.diagnosis-box .in:nth-child(3):after {
    background: url(../images/ico_in_tel.png);
}

.diagnosis-box .in:nth-child(4):after {
    background: url(../images/ico_in_arrows.png);
}

.diagnosis-box .button input {
    width: 100%;
    line-height: 54px;
    background: #288fd4;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 3px;
}