@charset "UTF-8";

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Microsoft YaHei', 'SimHei', Arial, sans-serif;
}

ul,
li {
    list-style: none;
}

input:focus {
    outline: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .3s;
}

a:hover,
a:active,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cf:after,
.cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dn {
    display: none;
}

.col2 {
    width: 50%;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-120 {
    margin-top: 120px;
}

.m-t-160 {
    margin-top: 160px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-80 {
    margin-bottom: 80px;
}
.m-b-100 {
    margin-bottom: 100px;
}
.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-50 {
    padding: 50px 0px;
}

.p-20 {
    padding: 10px 0px;
}

.p-30 {
    padding: 30px 0px;
}

.border-b-2 {
    border-bottom: 2px solid #eee;
}

.border-t-2 {
    border-top: 2px solid #eee;
}

.text-center {
    text-align: center;
}
.text-nowrap-ellipsis,.text-nowrap-ellipsis-2,.text-nowrap-ellipsis-3,.text-nowrap-ellipsis-4,.text-nowrap-ellipsis-5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-nowrap-ellipsis{
    -webkit-line-clamp: 1;
}
.text-nowrap-ellipsis-2{
    -webkit-line-clamp: 2;
}
.text-nowrap-ellipsis-3{
    -webkit-line-clamp: 3;
}
.text-nowrap-ellipsis-4{
    -webkit-line-clamp: 4;
}
.text-nowrap-ellipsis-5{
    -webkit-line-clamp: 5;
}
.skewX {
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    display: block;
}

.skewX span {
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    display: block;
}

.skewMask {
    overflow: hidden;
}

.w1200 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.section {
    width: 100%;
    min-width: 1200px;
    background-color: transparent;
    position: relative;
}
.box-bg{
	width: 120px; height: 40px; background-color: #e62426; color: #FFFFFF; text-align: center; line-height: 40px;
}
.box-broder{
	width: 90px; height: 35px; border: 1px solid #e62426; color: #333333; text-align: center; line-height: 35px; display: inline-block;
    margin-right: 25px; position: relative; left: 5px;
}

.header-top {
    line-height: 50px;
    height: 50px;
    background: rgba(102, 102, 102, 1);
    text-align: right;
    color: #fff;
    padding: 0px 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.header-top a {
    color: #fff;
    position: relative;
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    padding-right: 20px;
    padding-left: 20px;
}

.header-top a:hover {
    background: rgba(255, 255, 255, .2);
}

.header-top a .wx {
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.header-top a .wx img {
    border: 1px solid #efefef;
}

.header-top a:hover .wx {
    display: block;
}

.header-top a:first-child::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: rgba(255, 255, 255, .4);
    right: 0px;
    top: 18px;
}

.header-top a i:before {
    margin-right: 10px;
    font-size: 28px;
}

.header-body {
    width: 100%;
    padding: 0px 10px;
}

.header-body .logo {
    padding: 10px 20px;
}

.header-body .menu {
    margin-top: 8px;
}

.menu li {
    line-height: 25px;
    margin: 0px 10px;
    position: relative;
    display: inline-block;
    padding: 25px 10px;
}

.menu li:after {
    content: "";
    width: 0%;
    height: 4px;
    left: 0px;
    top: 75px;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    bottom: -10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.menu li:hover::after,
.menu li.current::after {
    content: "";
    background-color: #d4141a;
    width: 100%;
}

.menu li a {
    font-size: 18px;
    color: #000;
    /*font-weight: 700;*/
}

.menu li.current a {
    color: #d4141a;
}

.menu li .sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 79px;
    background: #fff;
    box-shadow: 0 5px 15px -4px rgba(0, 0, 0, .3);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    animation: ulDH 0.2s ease both;
    -webkit-animation: ulDH 0.2s ease both;
    display: none;
    z-index: 2;
}

.menu li:hover .sub-menu {
    display: block;
}

.menu li .sub-menu dt>a {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 2.5;
    text-align: center;
}

.menu li .sub-menu dt>a:hover {
    background-color: #efefef;
    color: #d4141a;
}

@keyframes ulDH {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

@-webkit-keyframes ulDH {
    from {
        -webkit-transform: scaleY(0);
    }

    to {
        -webkit-transform: scaleY(1);
    }
}

.banner .swiper-wrapper .swiper-slide a img {
    width: 100%;
}

.more-btn-1 {
    width: 170px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px #fff solid;
    display: block;
    transition: all .3s;
    position: relative;
}

.more-btn-1:after {
    content: "";
    width: 0%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -2;
}

.more-btn-1:hover::after {
    content: "";
    background-color: #d4141a;
    width: 100%;
    color: #fff;
}

.more-btn-2 {
    width: 170px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: all .3s;
    position: relative;
    /*background: #d4141a;*/
}

.more-btn-2:after {
    content: "";
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(212, 20, 26, 1);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -2;
}

.more-btn-2:hover::after {
    content: "";
    background-color: rgba(255, 255, 255, 1);
    right: 0px;
    top: 0px;
    border: 1px #d4141a solid;
}

.more-btn-2:hover {
    color: #d4141a;
}

.videos {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -270px;
    z-index: 100;
    width: 960px;
    height: 540px;
}

.videos video {
    width: 100%;
    height: 100%;
}

.vclose {
    position: absolute;
    right: 2%;
    top: 2%;
    cursor: pointer;
}

.videoed {
    display: none;
    width: 50px;
    height: 50px;
    position:
        absolute;
    left: 45%;
    top: 45%;
    z-index: 99;
    border-radius: 100%;
}

.consult-box {
    background: url(../images/consult-bg.jpg) no-repeat center;
    height: 155px;
    overflow: hidden;
    background-size: cover;
}

.consult-box .w1200 {
    padding: 35px;
}

.consult-box .w1200 .title,
.consult-box .w1200 .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.consult-box .w1200 .title {
    color: #fff;
    font-size: 18px;
}

.consult-box .w1200 .title h3 {
    margin-right: 20px;
    font-size: 24px;
    font-weight: normal;
}

.consult-box .w1200 .form-group {
    margin-top: 20px;
}

.consult-box .w1200 .form-group .form-item {
    -webkit-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    margin-right: 10px;
    background: #fff;
    width: 260px;
    height: 38px;
    display: inline-block;
}

.consult-box .w1200 .form-group .form-item input {
    -webkit-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
    display: inline-block;
    margin: 5px 10px;
    height: 28px;
    width: 220px;
    padding: 0px 5px;
}

.consult-box .w1200 .form-group button[type="button"] {
    width: 62px;
    height: 38px;
    background: #000;
    color: #fff;
    -webkit-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    border: 0px;
}

.consult-box .w1200 .form-group button[type="button"] span {
    -webkit-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
}

.h-line {
    height: 1px;
    width: 100%;
    background: #666666;
}

.footer-box {
    background: #2a2a2a;
    color: #717171;
    font-size: 14px;

}

/*.footer-box .h-line{
    margin-bottom: 30px;
}*/
.footer-box .footer-item {
    padding: 60px 40px 20px 40px;
    display: flex;
    justify-content: space-between;
}

.footer-box .copyright {
    margin: 30px 0px;
    text-align: center;
}
.footer-box .copyright a{
    color: #717171;
}
.footer-box .footer-item .logo-wx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 105px;
}

.footer-box .footer-item .site-map {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.footer-box .footer-item .site-map dl dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-box .footer-item .site-map dl dd {
    line-height: 40px;
}

.footer-box .footer-item .site-map dl dd a {
    color: #9d9d9d;
}

.footer-box .footer-item .site-map dl dd a:hover {
    color: #fff;
}

.sub-banner {
    height: 362px;
}

.sub-banner.GuanYuWoMen {
    background: url(../images/GuanYuWoMen-banner.jpg) no-repeat center;
}

.sub-banner .txt {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    padding-top: 100px;
    padding-left: 40px;
}

.sub-banner .txt h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.sub-page-bar {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .1);
    height: 50px;
    line-height: 50px;
    background: #fff;
}
.sub-page-bar .w1200{
    padding: 0px 25px;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb>li {
    display: inline-block;
    color: #8b8b8b;
    font-size: 14px;
}
.breadcrumb>li>a{
    color: #8b8b8b;
}
.breadcrumb>li.active{
    color: #000;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">\00a0";
}
.sub-page-menu li{
    float: left;
    position: relative;
}
.sub-page-menu li>a{
    /*margin: 0px 5px;*/
    position: relative;
    display: inline-block;
    padding: 0px 20px;
    z-index: 1;
}
.sub-page-menu li>a:after {
    content: "";
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    bottom: -10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: -2;
}
.sub-page-menu li>a:hover,.sub-page-menu li>a.current{
    color: #fff;
}
.sub-page-menu li>a:hover::after,
.sub-page-menu li>a.current::after {
    content: "";
    background-color: #d4141a;
    width: 100%;
}

.sub-page-menu li .sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    background: #fff;
    box-shadow: 0 5px 15px -4px rgba(0, 0, 0, .3);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    animation: ulDH 0.2s ease both;
    -webkit-animation: ulDH 0.2s ease both;
    display: none;
    z-index: 2;
}
.sub-page-menu li:hover .sub-menu {
    display: block;
}

.sub-page-menu li .sub-menu dt>a {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 2.5;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.sub-page-menu li .sub-menu dt>a:hover {
    background-color: #efefef;
    color: #d4141a;
}
.sub-title{
    text-align: center;

}
.sub-title h2{
    color: #d4141a;
    font-size: 24px;
    margin:50px 0px;
}




