/************************************
 01)Common CSS
*************************************/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

img {
    max-width: 100%;
    height: auto;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Microsoft YaHei', '微软雅黑', 'Helvetica Neue', 'STHeiti', Helvetica, Arial, sans-serif;
    font-weight: 300;
    background: #fff !important;
    color: #353535;
}

.centerContent {
    background: #ffffff;
    border-radius: 5px;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    color: #23527c;
    text-decoration: none;
}

.redColor {
    color: red !important;
}

.aActive {
    color: #0045DA !important;
}

.return {
    background: #0052A5;
    text-align: center;
    padding: 2px 5px;
    color: #FFFFFF;
    border-radius: 5px;
}

.btn {
    border: none !important;
}

.border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.conten-middle {
    text-align: center !important;
    padding: 20px 0px;
}

.mt10 {
    margin-top: 10px !important;
}



.ml20 {
    margin-left: 20px;
}

.font18 {
    color: #fff;
    font-size: 16px
}

.border-right {
    border-right: 1px solid #ebebeb;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.btn {
    padding: 10px 20px;
    font-weight: 300;
    border-radius: 0;
}

.btn-sm {
    padding: 6px 15px;
}

.btn-primary {
    color: #fff;
    background-color: #0045DA;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f6252c;
    border-color: #f6252c !important;
}

.btn-secondary {
    color: #152e62;
    background-color: #fff;
    border-color: #fff;
}

.btn-secondary:hover {
    /*color: #00aef0;*/
    background-color: #efeded;
    /*border-color: #efeded;*/
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.read-more {
    color: #00aef0;
    font-size: 14px;
    font-weight: 300;
}

.read-more:hover {
    text-decoration: underline;
    color: #00aef0;
}

p {
    line-height: 26px;
}

.section-margine {
    margin: 40px 0 0 0;
}

.over-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(41, 134, 226, 0.5);
}


/*** Heading Lines ***/

.title-head {
    margin-bottom: 40px;
    text-align: center;
}

.line-heading .line-left,
.line-heading .line-right {
    width: 55px;
    height: 0;
    border-top: 1px dashed #00AEF0;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
}

.line-heading .line-left {
    margin-right: 30px;
}

.line-heading .line-right {
    margin-left: 30px;
}

.line-middle {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    background: #00AEF0;
    border-radius: 50%;
}

.line-middle:before,
.line-middle:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #00AEF0;
    top: 7px;
}

.line-middle:before {
    left: -20px;
}

.line-middle:after {
    right: -20px;
}


/************************************
02)TOP HEADER
*************************************/
.logo{
    /* display: inline-block; */
    width: 150px;
    float: left;
    padding: 10px;
    height: auto;
    font-size: 18px;
    line-height: 20px;
}
.headerContent {
    position: relative;
}

.logohHeight {
    width: 100%;
}

#phoneImg:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
}

#header .phoneContent {
    display: none;
    position: absolute;
    top: 80px;
    right: 15px;
    width: 377px;
    height: 115px;
    background: #0045da;
    color: #ffffff;
    text-align: center;
    z-index: 999999;
}

.phoneContent h2 {
    font-size: 30px;
    line-height: 36px;
}

.phoneContent p {
    font-size: 16px;
}

.top-header {
    background: #00AEF0;
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    overflow: hidden;
}

.contact-detail2 {
    margin: 0;
}

.contact-detail2 i {
    border-radius: 3px;
    padding: 3px 5px;
}

.contact-detail2 li {
    list-style: outside none none;
    float: left;
    padding: 10px 0;
    margin-bottom: 0;
    margin-right: 35px;
}

.contact-detail2 li a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.social-icons {
    list-style: outside none none;
    padding: 10px 0;
    margin-bottom: 0;
}

.social-icons li {
    margin-right: 10px;
    display: inline;
}

.social-icons li:last-child,
.social-icons li:last-child a {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.social-icons a {
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding: 3px 5px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.social-icons a:hover {
    color: #00AEFF
}


/************************************
03)Logo
*************************************/

.navbar-brand {
    width: 150px;
    float: left;
    height: auto;
    font-size: 18px;
    line-height: 20px;
}

.logo-text {
    text-transform: none;
    font-size: 25px;
    vertical-align: bottom;
    line-height: 38px;
    letter-spacing: 1px;
    color: #777;
    font-family: 'Microsoft YaHei', '微软雅黑';
}

.logo-text samp {
    background: #00AEF0;
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    font-family: 'Microsoft YaHei', '微软雅黑';
}


/************************************
04)Navbar
*************************************/

.navbar {
    margin-bottom: 0;
}

.header-shade {
    -webkit-box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    z-index: 999;
}

.navbar-fixed-top {
    -webkit-box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    z-index: 999;
    margin-top: 0 !important;
    background: #fff !important;
    position: fixed !important;
}

.navbar-fixed-top .navbar-nav>li>a {
    background: transparent !important;
}

.navbar-menu .navbar-right .dropdown-menu {
    left: 0 !important;
}

.dropdown-menu {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.dropdown-menu .divider {
    margin: 0;
}

.dropdown-menu>li>a {
    font-size: 12px;
    font-weight: 400;
    color: #777;
    background: #fff;
    padding: 10px;
}

.dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: #00aef0;
}

.navbar-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 0;
}

.navbar-menu .navbar-nav>li>a {
    background: transparent !important;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Microsoft YaHei', '微软雅黑';
    font-weight: 500;
}

.navbar-menu .navbar-nav>li:last-child>a {
    padding-right: 0 !important;
}

.navbar-menu .navbar-nav>li>a:hover,
.navbar-menu .navbar-nav>li>a:active {
    background-color: transparent;
    color: #0045DA !important;
}

.navbar-menu .navbar-nav>.open>a,
.navbar-menu .navbar-nav>.open>a:focus,
.navbar-menu .navbar-nav>.open>a:hover {
    color: #0045DA;
    background-color: #fff;
}

.navbar-menu .navbar-nav>li>.dropdown-menu {
    margin-top: 26px;
}


/************************************
05)Banner
*************************************/

#main-slide .item {
    min-height: 450px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

#main-slide .item img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

#main-slide .item .slider-content {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-slide .slider-content.text-left {
    left: 10%;
}

#main-slide .slider-content.text-right {
    right: 10%;
}

.slider-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.slider-content p {
    color: #FFFFFF;
    
}

.slide-title {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slide-sub-title {
    font-style: normal;
    font-size: 52px;
    line-height: 58px;
    margin: 15px 0;
    color: #00AEF0;
    font-weight: 700;
    text-transform: uppercase;
}

.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}

.slider-text .slide-head {
    font-size: 36px;
    color: #0052a5;
    position: relative;
}

.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

.slider-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}

.slider.btn {
    width: 135px;
    margin: 5px 10px 5px 0px;
    border: 2px solid transparent;
}

.slider.border {
    background: none;
    border: 2px solid #fff;
}

.slider.border:hover {
    background: #00AEF0;
    border: 2px solid transparent;
}


/* Carousel control */
.carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 0;
    background: rgba(255, 255, 255, .5);
    margin: 0;
}

.carousel-indicators li.active {
    width: 20px;
    height: 6px;
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
    background: #fff;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right,
#main-slide .carousel-indicators {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators {
    opacity: 1;
    filter: alpha(opacity=100);
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-slide .carousel-control .fa-angle-left {
    left: 20px;
}

#main-slide .carousel-control .fa-angle-right {
    right: 20px;
}

#main-slide .carousel-control i {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 174, 240, 0.5);
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    top: 50%;
    width: 50px;
    z-index: 1;
}

#main-slide .carousel-control i:hover {
    background: #00AEF0;
}

.carousel .item.active .effect2 {
    -webkit-animation: fadeInLeft .4s ease-in 350ms both;
    animation: fadeInLeft .4s ease-in 350ms both;
}

.carousel .item .effect3 .itemTxt {
    display: inline-block;
    padding-right: 40px;
    width: 250px;
    position: relative;
}

.carousel .item .effect3 .itemTxt img {
    width: 18px !important;
    height: 18px;
    margin-right: 8px;
}

.carousel .item.active .effect3 {
    -webkit-animation: fadeInLeft .8s ease-in-out 300ms both;
    animation: fadeInLeft .8s ease-in-out 300ms both;
}

.carousel .item.active .effect4 {
    -webkit-animation: lightSpeedIn 1.5s ease-in 300ms both;
    animation: lightSpeedIn 1.5s ease-in 300ms both;
}

.carousel .item.active .effect5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .effect6 {
    -webkit-animation: fadeInRight 1s ease-in 200ms both;
    animation: fadeInRight 1s ease-in 200ms both;
}

.carousel .item.active .effect7 {
    -webkit-animation: fadeInRight 1.5s ease-in 300ms both;
    animation: fadeInRight 1.5s ease-in 300ms both;
}


/* 返回顶部的样式 */

.goTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
}


/************************************
16)Footer top
*************************************/

.footer-top {
    padding: 18px 0;
    background-color: #0045da;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 45px;
}

.footer-top p {
    font-size: 14px;
    margin-bottom: 0;
}

.footer-top-box {
    margin: 30px auto;
    overflow: hidden;
}

.footer-top h4 {
    color: #fff;
    text-transform: capitalize;
}

.footer-top-box li {
    padding: 5px 0 10px 0;
    border-bottom: 1px dotted #333;
}

.footer-top-box li:last-child {
    border-bottom: 0 !important;
}

.footer-top-box h5 {
    margin-bottom: 5px;
}

.footer-top-box .widget-img-thumb {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 60px;
}

.footer-top-box .widget-content {
    overflow: hidden;
}

.footer-top-box .widget-date {
    font-size: 12px;
}

.footer-top .input-holder {
    position: relative;
}

.footer-top .input-holder input[type="email"] {
    width: 100%;
    display: inline-block;
    border: 0;
    border-radius: 0;
    height: 39px;
    padding: 10px 20px;
}

.footer-top .input-holder label {
    position: absolute;
    top: 0;
    right: -4px;
    text-align: center;
    cursor: pointer;
}

.footer-top .input-holder label i {
    position: absolute;
    top: 9px;
    left: 8px;
    font-size: 20px;
    color: #fff;
}

.footer-top .input-holder input[type="submit"] {
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
    line-height: 0;
    text-indent: -999px;
}

.footer-top .submit-bgcolor {
    background-color: #00aef0;
}

.footer-top ul {
    list-style-type: none;
    margin-bottom: 0px;
    margin-right: 10px;
}

.footer-top ul li {
    padding-left: 0px !important;
}

.footer-top ul li a {
    color: rgba(255, 255, 255, .7) !important;
}

.footer-top ul li a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.footer-tmallinfo{
    display: flex;
    padding: 0;

}
.footer-tmallinfo li{
    margin-right: 20px;
    font-size: 14px;
}
.tag a {
    margin: 5px;
    color: #7e7e7e;
    padding: 5px;
    float: left;
    border: 1px solid #7e7e7e;
}

.tag a:hover {
    color: #fff;
    border: 1px solid #fff;
}


/***************************************
17)Footer Bottom
****************************************/

.list-licontent {
    display: flex;
}

.margin-5 {
    margin-left: -5px;
}

.list-licontent a {
    font-size: 16px !important;
    color: #ffffff !important;
    background: transparent;
    border-right: 1px solid darkgray;
    padding-right: 10px;
}

.footer-bottom {
    font-size: 14px;
    padding: 30px 0;
    background-color: #0e55ed;
    color: #FFFFFF;
}

.footer-bottom ul.social-buttons {
    list-style-type: none;
    margin: 15px auto;
    padding: 0;
}

.footer-bottom ul.social-buttons li a {
    display: block;
    background-color: #282c2f;
    height: 45px;
    width: 45px;
    border-radius: 0;
    font-size: 16px;
    line-height: 30px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.footer-bottom ul.social-buttons li a:hover {
    background-color: #0393ca;
}

.footer-bottom .copyright {
    color: #ffffff;
    margin: 15px 0px 0px 0px;
}

.copyright p {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    margin-bottom: -5px;
    /*line-height: 36px;*/
}

.copyright a {
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    margin-bottom: -5px;
    /*line-height: 36px;*/
}

.footer-top-box strong,
.footer-top-box b {
    font-weight: 300;
}

#footerul {
    display: flex;
    padding-left: 0;
    margin-top: 10px;
}

#footerul li {
    list-style: none;
    
    font-size: 16px;
    color: #c3c3c3;
}

#footerul li a {
    color: rgba(255, 255, 255, .7);
}

#footerul li a:hover {
    color: #fff;
    text-decoration: none !important;
}

#footerul li .a1 {
    background: transparent;
    height: 30px !important;
    border-right: 1px solid darkgray;
    padding-right: 10px;
}

#footerul li .a2 {
    background: transparent;
    height: 30px !important;
    border-right: 1px solid darkgray;
    padding-right: 10px;
    padding-left: 10px;
}
.phone-number{
    margin-bottom: 0;
   color: #FFFFFF;font-size: 35px;line-height: 36px;font-weight: bold;
}
#footerul li .a3 {
    background: transparent;
    height: 30px !important;
    padding-right: 10px;
    padding-left: 10px;
}

.gongzhonghaoQrCode {
    height: 100px;
    width: 100px;
}


/* 投诉与建议弹窗 */

.feedback-box-box {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 999;
}


/*预约检测*/

.feedback-box-box1 {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 999;
}

.feedback-box {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    width: 500px;
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 0 10px #ccc;
    z-index: 1;
}

.feedback-box1 {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    width: 620px;
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 0 10px #ccc;
    z-index: 1;
}

.feedback-box .shup {
    position: absolute;
    top: 42px;
    right: 28px;
    width: 18px;
}

.feedback-box1 .shup1 {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
}

.feedback-box1 p {
    text-align: center;
    font-size: 16px;
    color: red;
    margin-bottom: 0px;
}

.feedback-box .feedback-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.feedback-box .item-title {
    font-size: 16px;
    margin-top: 30px;
}

.feedback-box textarea,
.feedback-box input {
    margin-top: 10px;
    padding: 12px;
    width: 100%;
    border: 1px solid #ccc;
    resize: none
}

.feedback-box input {
    border-width: 1px;
}

.feedback-box textarea::placeholder,
.feedback-box input::placeholder {
    color: #ccc;
}

.feedback-box button {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    background-color: rgb(0, 124, 250);
    border: none;
    color: #fff;
    font-size: 16px;
}

/* .partner {
    width: 292px;
    height: 142px;
} */


/* 悟净 */

#phoneImg {
    width: 45px;
}

#cnzz_stat_icon_1275761004 {
    display: none;
}

.ql-align-center {
    text-align: center;
}

iframe {
    width: 100% !important;
    height: 500px !important;
}