@font-face {
    font-family: "SourceHanSansSC-Light";
    src: url("./../../font/SourceHanSansTC-Light.ttf");
}
.clear {
    clear: both !important;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family: "SourceHanSansSC-Light";
}
h1,h2,h3,h4 {
    font-family: "微软雅黑";
    text-decoration: none;
    font-style:normal;
    font-weight: normal !important;
}
button {
    border: none;
    background: #fff;
}
button:focus {
    outline: none;
}
body{
    min-width: 1200px;
}
[ng-cloak]{
    display:none;
}

.contronler {
    margin: auto;
    display: block;
    overflow: hidden;
    width: 1140px;
}
.color-red {
    color: #d2212b !important;
}

.background-red {
    background: #c7010d;
}



/* header start */
.header {
    width: 100%;
    height: 70px;
}
.header .header-main {
    position: fixed;
    z-index: 1002;
    width: 100%;
    height: 70px;
    background: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
}

.header .header-logo {
    float: left;
    /*margin-left: 100px;*/
    height: 42px;
}
.header-logo img {
    margin-top: 14px;
    height: 42px;
}

.header .header-nav {
    float: right;
    /*margin-right: 40px;*/
    width: 800px;
    height: 70px;
}

.header-nav nav,
.header-nav nav ul{
   overflow: hidden;
}
.header-nav .nav-margin-block {
    float: left;
    display: block;
    width: 100px;
    height: 10px;
}
.header-nav  ul .header-onenav {
    float: left;
    padding: 0 15px;
    height: 70px;
}
#nav_1 img {
    display: none;
}

.heade-nav-onclick-true {
    display: none;
}

.header-nav .header-onenav:hover .heade-nav-onclick-true {
    display: inline;
}
.header-nav .header-onenav:hover .header-onenav-a {
    color: #d2212b;
}
.header-nav .header-onenav:hover .heade-nav-onclick-false {
    display: none;
}


.header-nav  ul .header-onenav .header-onenav-a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: 600;
    line-height: 70px;
    text-align: center;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}



.header-onenav ul {
    position: absolute;
    margin-left: -20px;
    width: 160px;
    overflow: hidden;
}
.header-twoul {
    display: none;
}
.header-twonav {
    width: 166px;
    height: 40px;
    text-align: left;
    box-sizing: border-box;
    background: rgba(255,255,255,.9);
}
.header-twonav a {
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    line-height: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}
.header-twonav a:hover {
    color: #c7010d;
    background: rgba(238, 238, 238, .5);
}
/*.header-nav ul .header-onenav:nth-child(1){*/
    /*margin-left: 40px;*/
    /*width: 80px !important;*/
/*}*/

/* header end */


/* footer start */
.footer {
    height: 408px;
    background: #e6e6e6;
}

.footer-nav {
    margin-top: 50px;
}
.footer-nav ul {
    overflow: hidden;
}
.footer-nav .footer-onenav {
    float: left;
    width: calc(100% / 6);
    overflow: hidden;
}

.footer-nav h1 {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
.footer-nav a {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.footer-details {
    margin-top: 31px;
    border-top: solid 1px #dcdcdc;
}
.footer-details p {
    color: #666;
}

.footer-logo {
    float: left;
    margin-top: 30px;
    width: 800px;
}
.footer-logo div {
    overflow: hidden;
}

.footer-logo-img,
.footer-phone,
.footer-phone img,
.footer-phone p {
    float: left;
}
.footer-logo p {
    margin-top: 15px;
}
.footer-phone {
    word-break: break-all;
    margin-left: 85px;
    margin-top: 15px;
}
.footer-phone img {
    margin-top: 5px;
}
.footer-phone p {
    margin-top: 0;
    margin-left: 10px;
    font-size: 20px;
}

.footer-qrcode {
    float: right;
    margin-top: 30px;
    width: calc(100% - 800px);
}
.footer-qrcode div {
    float: right;
    width: 90px;
}
.footer-qrcode div:nth-child(2) {
    margin-right: 70px;
}
.footer-qrcode p {
    text-align: center;
}
.footer-onenav ul li a:hover {
    text-decoration: underline;
}
.footer-qrcode .zj-wechat img {
    width: 90px;
}

/* footer end */


/* diagnosis 产品页面申请专家诊断表单填写 start */
    .diagnosis {
        position: fixed;
        z-index: 200;
        padding: 10px 0;
        bottom: 0;
        width: 100%;
        min-width: 1140px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background: rgba(0,0,0,.8);
    }
    @keyframes diagnosisfalse {
        0%{
            left:0%
        }
        100%{
            left:100%;
        }
    }
    @-webkit-keyframes  diagnosisfalse {
        0%{
            left:0%
        }
        100%{
            left:100%;
        }
    }
    @-o-keyframes  diagnosisfalse {
    0%{
        left:0%
    }
    100%{
        left:100%;
    }
    }
    @-moz-keyframes diagnosisfalse {
        0%{
            left:0%
        }
        100%{
            left:100%;
        }
    }

    @keyframes diagnosistrue {
        0%{
            left:100%
        }
        100%{
            left:0%;
        }
    }
    @-webkit-keyframes  diagnosistrue {
        0%{
            left:100%
        }
        100%{
            left:0%;
        }
    }
    @-o-keyframes  diagnosistrue {
        0%{
            left:100%
        }
        100%{
            left:0%;
        }
    }
    @-moz-keyframes diagnosistrue {
        0%{
            left:100%
        }
        100%{
            left:0%;
        }
    }
    .diagnosis-animation-false {
        -webkit-animation: diagnosisfalse 1s infinite;
        -o-animation: diagnosisfalse 1s infinite;
        animation: diagnosisfalse 1s infinite;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    .diagnosis-animation-true {
        -webkit-animation: diagnosistrue 1s infinite;
        -o-animation: diagnosistrue 1s infinite;
        animation: diagnosistrue 1s infinite;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }


    .diagnosis .diagnosis-main {
        margin: auto;
        width: 920px;
    }

    .diagnosis header h2 {
        width: 410px;
        color: #fff;
        font-size: 20px;
        line-height: 35px;
        text-align: left;
    }
    .diagnosis header strong {
        color: #fff;
        font-weight: normal;
        font-size: 20px;
    }
    .diagnosis-submit {
        float: left;
        width: 480px;
        padding-left: 80px;
        /*border-right: solid 1px #fff;*/
        box-sizing: border-box;
    }
    .diagnosis-submit-main {
        margin-top: 10px;
    }
    .diagnosis-submit-main input {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .diagnosis-submit-main input:nth-child(1),
    .diagnosis-submit-main input:nth-child(2) {
        width: 180px;
        height: 30px;
    }
    .diagnosis-submit-main input:nth-child(2) {
        margin-left: 10px;
    }
    .diagnosis-submit-main input:nth-child(3) {
        float: left;
        margin-top: 10px;
        width: 220px;
        height: 30px;
    }
    .diagnosis-submit-main button {
        float: left;
        display: block;
        margin-top: 10px;
        margin-left: 14px;
        width: 140px;
        height: 30px;
        color: #fff;
        font-size: 20px;
        background: #db0000;
    }
    .diagnosis-phone {
        float: left;
        position: relative;
        width: 420px;
        padding-left: 50px;
        box-sizing: border-box;
    }
    .diagnosis-phone img{
    	display: block;
    	margin: 0;
    	margin-top: 20px;
    	padding: 0;
    }
    .diagnosis-phone header {
        padding-bottom: 20px;
        /*border-bottom: solid 1px #fff;*/
    }
    .diagnosis-phone-main {
        position: relative;
    }
    .diagnosis-phone-main .wx,
    .diagnosis-phone-main .phone{
        float: left;
        display: block;
        width: 480px;
        height: 40px;
    }
    .diagnosis-phone-main .wx {
        /*margin-top: 15px;*/
    }
    .diagnosis-phone-main .phone {
        margin-top: 10px;
    }
    .diagnosis-phone-main img,
    .diagnosis-phone-main p {
        float: left;
    }
    .diagnosis-phone-main img {
        margin-top: 6px;
        padding-right: 20px;
        width: 28px;
    }
    .diagnosis-phone-main p {
        color: #fff;
        font-size: 22px;
        line-height: 40px;
    }
    .diagnosis-close {
        position: absolute;
        cursor: pointer;
        width: 20px;
        top: 10px;
        right: -100px;
    }
    .muzhi {
        position: absolute;
        top: 216px;
        left: 500px;
    }
    .diagnosis-true {
        position: absolute;
        bottom: 40px;
        left: -135px;
        width: 135px;
        height: 90px;
        cursor: pointer;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
        background: rgba(0,0,0,.8);
    }
    .diagnosis-true img {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top:0;
        width: 80px;
    }
/* diagnosis end */
/* popu start*/
.popu {
    z-index: 11111;
    width: 800px;
    height: 372px;
    background: #fff;
}
.popu p {
    font-size: 20px;
    text-align: center;
}
.popu .popu-header p {
    color: #fff;
    font-size: 22px;
    line-height: 100px;
}
.popu .popu-header {
    height: 100px;
    background: #db0000;
}
.popu .popu-content {
    margin-top: 40px;
    height: 372px;
}
.popu .popu-content p {
    font-size: 16px;
}
.popu .popu-content strong {
    color: #db0000;
    font-size: 16px;
}
.popu .popu-detials,
.popu .popu-code {
    float: left;
}

.popu .popu-detials {
    width: 500px;
}
.popu .popu-detials img {
    margin: auto;
    margin-bottom: 10px;
    display: block;
    width: 334px;
    height: 162px;
}
.popu .popu-code {
    width: 300px;
}
.popu .popu-code img {
    margin: auto;
    margin-bottom: 10px;
    display: block;
    width: 162px;
    height: 162px;
}
/* popu end */


/* news start */
.news {
    padding: 60px;
}
.news header {
    position: relative;
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
}
.news header h1 {
    padding-left: 20px;
    font-size: 28px;
    text-align: left;
    border-left: solid 5px #f00;
}
.news header a {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    display: block;
    right: 20px;
    font-size: 16px;
    line-height: 37px;
    text-align: right;
}
.news header a:hover {
    color: #f00;
}
.news-main {
    margin-top: 30px;
}
.news-main ul {
    overflow: hidden;
    padding-bottom: 5px;
}
.news-main ul li a {
    width: 100%;
    height: 100%;
    display: block;
}
.news-main ul li {
    float: left;
    margin-left: 20px;
    width: 270px;
    height: 250px;
    background: #f5f5f5;
}

.news-main ul li:hover {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.15);;
}

.news-main ul li:first-child {
    margin-left: 0;
}

.news-main ul li img {
    display: block;
    width: 270px;
    height: 130px;
}
.news-main ul li p {
    padding: 0 20px;
}
.news-main ul li p:nth-child(2) {
    margin: 10px 0;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-main ul li p:nth-child(3) {
    float: right;
    margin-top: 15px;
    width: 100px;
    height: 18px;
    overflow: hidden;
    color: #666;
    font-size: 12px;
    text-align: right;
}
/* news end */