@charset "utf-8";

/*---------------------------------------------------*/

.indexA {
    padding: 110px 0;
    background: #fff;
    position: relative;
}

.indexA::before {
    content: "RICHTINT";
    white-space: nowrap;
    color: rgba(23, 22, 22, 0.03);
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 240px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--font-family-1);
}

.indexA .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 20;
}

.indexA .txt {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 150px;
}

.indexA .txt h3 {
    color: #090909;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--font-family-1);
    position: relative;
}

.indexA .txt h3 span {
    position: relative;
    z-index: 2;
}

.indexA .txt h3::after {
    content: "";
    width: 236px;
    height: 12px;
    background: #248506;
    position: absolute;
    left: 0;
    bottom: 0;
}

.indexA .txt h6 {
    color: #090909;
    font-size: 36px;
    font-family: var(--font-family-1);
    margin: 35px 0 0;
}

.indexA .txt .t {
    font-size: 18px;
    color: #090909;
    font-weight: 300;
    line-height: 36px;
    margin: 40px 0 0;
}

.indexA .txt .t p {
}

.indexA .txt .more {
    width: 210px;
    height: 65px;
    line-height: 65px;
    display: block;
    margin: 45px auto 0 0;
    background: var(--btn-bg);
    border-radius: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.indexA .txt .more:hover {
    width: 300px;
    background: var(--btn-bg-hover);
}

.indexA .pic {
    width: 44%;
    overflow: hidden;
}

.indexA .pic > img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.indexA .pic:hover > img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}


.indexB {
    border-top: 1px solid #E8E6E7;
    padding: 100px 0 65px;
}

.indexB ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexB ul li {
    width: 20%;
    text-align: center;
    position: relative;
}

.indexB ul li h5 {
    color: #000;
    font-size: 72px;
    line-height: 1;
    display: inline-block;
    position: relative;
}

.indexB ul li h5 span {
    font-family: Impact;
    font-weight: bold;
}

.indexB ul li h5::after {
    content: attr(date-txt);
    position: absolute;
    right: -60px;
    bottom: 10px;
    color: #000;
    font-size: 22px;
}

.indexB ul li:nth-child(5) h5::after {
    right: -40px;
    font-size: 30px;
    bottom: auto;
    top: 10px;
}

.indexB ul li p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 24px;
    margin: 20px 0 0;
    text-align: center;
}


.indexC {
    padding: 0 0 80px;
    background: #F5F5F5;
}

.indexC .tit {
    padding: 90px 0;
    background: #248506;
    text-align: center;
}

.indexC .tit h3 {
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-family-1);
}

.indexC .tab ul {
    background: #248506;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexC .tab ul li {
    width: calc(25% - 1.5px);
}

.indexC .tab ul li .box {
    display: block;
    position: relative;
    cursor: pointer;
}

.indexC .tab ul li .box::after {
    content: "";
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 20px 30px;
    border-style: dashed;
    border-color: transparent;
    border-top-style: solid;
    border-top-color: #248506;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 30px);
    display: none;
}

.indexC .tab ul li .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    padding: 0 5%;
    text-align: center;
    transition: all 0.5s ease 0s;
    background: rgba(36, 36, 36, 0.74);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.indexC .tab ul li .txt h5 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-family: var(--font-family-1);
    font-weight: 700;
}

.indexC .tab ul li .txt h5::after {
    content: "";
    width: 125px;
    height: 6px;
    background: #3D9314;
    border-radius: 30px;
    margin: 37px auto 0;
    display: block;
}

.indexC .tab ul li .txt p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 27px;
}

.indexC .tab ul li.active .box::after {
    display: block;
}


.indexC .list {
    padding-top: 90px;
}

.indexC .list .item {
    display: none;
}

.indexC .list h3 {
    font-size: 60px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    font-family: var(--font-family-1);
    text-align: center;
}

.indexC .list ul {
    margin: 30px -8px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexC .list ul li {
    width: 25%;
    padding: 0 8px;
    margin: 40px 0 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.indexC .list ul li .box {
}

.indexC .list ul li .pic {
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.indexC .list ul li .pic img {
    width: 100%;
    transition: all 0.3s ease 0s;
}

.indexC .list ul li h6 {
    padding: 20px 0;
}

.indexC .list ul li h6 a {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.indexC .list ul li:hover h6 a {
    color: var(--active-color);
}

.indexC .list ul li:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.indexC .list .more {
    margin: 50px 0 0;
    text-align: center;
}

.indexC .list .more a {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    background: #248506;
    border-radius: 40px;
    padding: 0 60px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}


.indexD {
    position: relative;
}

.indexD .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.indexD .txt em {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    font-family: var(--font-family-1);
    font-weight: 700;
    letter-spacing: 4px;
}

.indexD .txt h3 {
    margin: 45px 0 0;
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    font-family: var(--font-family-1);
    font-weight: 700;
}

.indexD .txt h3::after {
    content: "";
    width: 350px;
    height: 10px;
    background: #fff;
    margin: 60px auto 0 0;
    display: block;
}

.indexD .txt p {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    font-weight: 200;
    max-width: 940px;
    margin: 70px auto 0 0;
}


.indexE {
    padding: 110px 0;
    background: #fff;
}

.indexE .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.indexE .pic {
    width: 47%;
    position: relative;
    display: block;
}

.indexE .pic img {
    width: 100%;
    display: block;
}

.indexE .pic .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(8, 6, 9, 0.65);
    padding: 18px 30px;
    transition: all 0.3s ease 0s;
}

.indexE .pic .txt h5 {
    color: #fff;
    font-size: 24px;
    font-family: var(--font-family-1);
    font-weight: 700;
}

.indexE .pic .txt p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    font-weight: 300;
    overflow: hidden;
    margin: 7px 0 0;
}

.indexE .pic .txt span {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    font-family: 'Gadugi-Bold';
    display: inline-block;
    margin: 20px 0 0;
}

.indexE .pic:hover .txt {
}

.indexE .list {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 64px;
    overflow: hidden;
}

.indexE .tit h3 {
    color: #090909;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--font-family-1);
    position: relative;
}

.indexE .tit h3 span {
    position: relative;
    z-index: 2;
}

.indexE .tit h3::after {
    content: "";
    width: 236px;
    height: 12px;
    background: #248506;
    position: absolute;
    left: 0;
    bottom: 0;
}

.indexE .tit p {
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 300;
    line-height: 24px;
    margin: 23px 0 0;
}

.indexE ul {
    margin-top: 50px;
}

.indexE ul li {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.indexE ul li + li {
    margin-top: 30px;
}

.indexE ul li .d {
    width: 92px;
    height: 92px;
    background: #248506;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.indexE ul li .d span {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
}

.indexE ul li .d p {
    font-size: 25px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin: 2px 0 0;
}

.indexE ul li .t {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 20px;
    overflow: hidden;
}

.indexE ul li .t h5 {
    color: #0a0a0a;
    font-size: 24px;
    font-family: var(--font-family-1);
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.indexE ul li .t h5 a:hover {
    color: var(--active-color);
    text-decoration: underline;
}

.indexE ul li .t p {
    color: #515151;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 12px 0 0;
}

.indexE ul li .t .more {
    font-size: 18px;
    color: #248506;
    font-weight: 300;
    display: inline-block;
    margin: 15px 0 0;
}

.indexE ul li .t .more:hover {
    text-decoration: underline;
}


.indexF {
    padding: 110px 0;
    background: #268609 url(../images/ibg1.jpg) no-repeat center;
}

.indexF .tit {
    text-align: center;
}

.indexF .tit em {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 4px;
}

.indexF .tit h3 {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-family: var(--font-family-1);
    font-weight: 700;
    margin: 15px 0 0;
}

.indexF ul {
    margin: 90px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexF ul li {
    width: calc(100% / 6);
    padding: 10px;
}

.indexF ul li .pic {
    width: 100%;
    height: 101px;
    background: #fff;
    border: 1px solid #E1E1E1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.indexF ul li .pic img {
    max-width: 90%;
    max-height: 90%;
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

.indexF ul li:hover .pic {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.indexF .list {
    margin: 90px 0 0;
    position: relative;
}

.indexF .swiper {
}

.indexF .swiper-slide {
    position: relative;
    height: 101px;
    background: #fff;
    border: 1px solid #E1E1E1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.indexF .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

.indexF .swiper-slide:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.indexF .swiper-pagination-bullets {
    position: static;
    margin-top: 40px;
    width: 100%;
}

.indexF .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    margin: 0 7px;
    border: 1px solid #BBB;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
}

.indexF .swiper-pagination-bullet-active {
    background: #fff;
    border-color: #fff;
}


/*------------------------------------------------------------*/
/*
.sidebanner{position:relative;height:280px;background-image:url(../images/sidebanner.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;}
.sidebanner::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.4);}
.sidebanner .wp{position:relative;z-index:10;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column;}
.sidebanner h2{color:#fff;font-size:36px;font-weight:500;}
.sidebanner p{color:#fff;font-size:15px;margin:15px 0 0 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.sidebanner p i{font-size:15px;color:#fff;}
.sidebanner p a{color:#fff;}
*/

.sidebanner {
    position: relative;
}

.sidebanner .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.sidebanner .txt::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.sidebanner .wp {
    position: relative;
    z-index: 10;
}

.sidebanner h1, .sidebanner h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: var(--font-family-1);
    text-shadow: 2px 2px 4px #666;
}

.sidebanner p {
    color: #fff;
    font-size: 15px;
    margin: 15px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 2px 2px 4px #666;
}

.sidebanner p i {
    font-size: 15px;
    color: #fff;
}

.sidebanner p a {
    color: #fff;
    text-shadow: 2px 2px 4px #666;
}

.pro-banner {
    position: relative;
    background: url("../images/pro-banner-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.pro-banner .wp {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro-banner .pic {
    width: 42%;
}

.pro-banner .pic img {
    width: 100%;
}

.pro-banner .txt {
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
}

.pro-banner .txt h1 {
    color: #000;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
}

.pro-banner .txt h5 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}

.pro-banner .txt p {
    font-size: 24px;
    color: #515151;
    line-height: 1.6;
    font-weight: 300;
}

.path {
    background: #fff;
    border-bottom: 1px solid #E7E7E7;
}

.path p {
    color: #5c5c5c;
    font-size: 18px;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.path p i {
    font-size: 22px;
    color: #5c5c5c;
    vertical-align: middle;
}

.path p a {
    color: #5c5c5c;
}

.main {
    padding-top: 50px;
    padding-bottom: 60px;
}

.main-left {
    float: left;
    width: 300px;
}

.main-right {
    margin-left: 340px;
}

/*----------------------------------------*/

.main-left h3 {
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    background: var(--btn-bg);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.main-left h3::after {
    display: none;
    font-family: "qico";
    content: "\e727";
    float: right;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 15px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.main-left h3.active::after {
    -webkit-transform: rotate(45deg) scale(1.08);
    -ms-transform: rotate(45deg) scale(1.08);
    transform: rotate(45deg) scale(1.08);
}

.sidemenu {
    margin: 0 0 20px;
}

.sidemenu > ul {
}

.sidemenu > ul > li {
    border: 1px solid #e2e2e2;
    margin: 5px 0 0;
}

.sidemenu > ul > li h5 {
    line-height: 22px;
    display: block;
    padding: 10px 0 10px 20px;
    font-size: 17px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.sidemenu > ul > li h5 a {
    display: block;
    margin-right: 40px;
    box-sizing: border-box;
    text-transform: capitalize;
}

.sidemenu > ul > li h5 a:hover {
    color: var(--active-color);
}

.sidemenu > ul > li h5 span {
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    background: url("../images/i4.png") no-repeat center;
    width: 40px;
    height: 40px;
    display: block;
}

.sidemenu > ul > li ul {
    display: none;
}

.sidemenu > ul > li ul li {
    line-height: 24px;
    border-bottom: 1px dashed #DCDCDC;
    padding: 8px 20px;
}

.sidemenu > ul > li ul li:last-child {
    border-bottom: none;
}

.sidemenu > ul > li ul li a {
    background: url("../images/i10.png") no-repeat left 7px;
    font-size: 15px;
    padding-left: 15px;
    color: #333;
    display: block;
}

.sidemenu > ul > li ul li.active a, .sidemenu > ul > li ul li a:hover {
    color: #07689F;
}

.sidemenu > ul > li.active h5 {
    color: var(--active-color);
    border-bottom: 1px solid #e2e2e2;
}

.sidemenu > ul > li.active span {
    background: url("../images/i4-1.png") no-repeat center;
}


.sidenav {
    margin: 0 0 15px 0;
}

.sidenav ul {
}

.sidenav ul li {
    position: relative;
    line-height: 20px;
    border: 1px solid #e2e2e2;
    margin: 5px 0 0 0;
    padding: 10px 40px 10px 20px;
}

.sidenav ul li::after {
    font-family: "qico";
    content: "\e62e";
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 42px;
}

.sidenav ul li a {
    color: #555;
    font-size: 17px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sidenav ul li.active a, .sidenav ul li.active::after {
    color: #5A9F20;
}

.menu-tabs {
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #E3E3E3;
    background: #fff;
}

.menu-tabs ul {
    font-size: 0;
}

.menu-tabs ul li {
    height: 46px;
    line-height: 46px;
    display: inline-block;
    margin: 0 10px;
}

.menu-tabs ul li a {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    display: block;
    padding: 0 32px;
    background: #EAEAEA;
}

.menu-tabs ul li.active a {
    background: var(--active-color);
    color: #fff;
}

/*---------news-----------*/

.newslist {
}

.newslist ul li {
    margin: 0 0 20px;
    padding: 15px;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: -webkit-flex;
    display: flex;
}

.newslist ul li .pic {
    width: 380px;
    display: block;
    overflow: hidden;
}

.newslist ul li .pic img {
    width: 100%;
    transition: all 0.3s ease 0s;
}

.newslist ul li .t {
    -webkit-flex: 1;
    flex: 1;
    margin: 0 0 0 40px;
}

.newslist ul li .t h5 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}

.newslist ul li .t h5 a {
    color: #333;
}

.newslist ul li .t h5 a:hover {
    color: var(--active-color);
}

.newslist ul li .t span {
    background: url("../images/time.png") no-repeat left center;
    padding: 0 0 0 20px;
    display: block;
    font-size: 14px;
    color: #777;
    margin: 15px 0 0;
}

.newslist ul li .t p {
    color: #666;
    font-size: 17px;
    height: 48px;
    overflow: hidden;
    margin: 15px 0 0;
    line-height: 24px;
}

.newslist ul li .pic:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.newsnr {
}

.newsnr h1 {
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0 0;
    font-weight: 700;
    color: #333;
    text-align: center;
    text-transform: capitalize;
}

.newsnr .artInfo {
    padding: 0 0 20px;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
    margin: 25px 0 0;
    position: relative;
}

.newsnr .artInfo::after {
    content: "";
    display: block;
    height: 3px;
    background: var(--active-color);
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin: 0 0 0 -50px;
    z-index: 1;
}

.newsnr .artInfo span {
    margin: 0 10px;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    color: #666;
}

.newsnr .artInfo span.time {
    background: url(../images/time.png) no-repeat left center;
    padding: 0 0 0 20px;
}

.newsnr .artInfo span.hit {
    background: url(../images/hit.png) no-repeat left center;
    padding: 0 0 0 23px;
}

.myart {
    margin: 20px 0;
    line-height: 26px;
    font-size: 17px;
    color: #666;
}

.myart p {
    margin: 0 0 10px;
}

.pnbar {
    margin-top: 30px;
}

.pnbar p {
    max-width: 100%;
    margin: -1px 0 0 0;
    padding: 10px 14px;
    border: 1px solid #ddd;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}

.pnbar p a {
    color: #545454;
}

.pnbar p:hover a {
    color: var(--active-color);
}

/*-----------------*/

.about {
    padding: 70px 0;
}

.about .txt {
}

.about .txt h3 {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #3b3535;
    font-weight: 600;
}

.about .txt h3::after {
    content: '';
    width: 40px;
    height: 3px;
    background: #3b3535;
    display: block;
    margin: 15px auto 0 0;
}

.about .txt .t {
    font-size: 17px;
    color: #333;
    line-height: 30px;
    margin: 20px 0 0;
}

.about .txt .t p ~ p {
    margin-top: 10px;
}

.about .pic {
    float: right;
    margin: 0 0 30px 50px;
    width: 55%;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.about .pic img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.history {
    background: url("../images/ibg5.jpg") no-repeat center;
    padding: 70px 0 100px;
}

.history h3 {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.history h3::after {
    content: '';
    width: 40px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 15px auto 0;
}

.history .box {
    margin: 100px 0 0;
}

.history .list {
    position: relative;
}

.history .list::after1 {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
    display: block;
}

.history .list .swiper {
    width: 100%;
    height: 100%;
    text-align: center;
}

.history .swiper-slide {
    height: 200px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.history .swiper-slide .txt {
    text-align: center;
    position: relative;
    z-index: 20;
}

.history .swiper-slide .txt h5 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.history .swiper-slide .txt p {
    font-size: 22px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.history .swiper-slide .txt p ~ p {
    margin-top: 10px;
}

.history .swiper-button-prev, .history .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: none;
    color: #fff;
    margin-top: -20px;
    text-align: center;
}

.history .swiper-button-prev::after, .history .swiper-button-next::after {
    display: none;
}

.history .swiper-button-prev i, .history .swiper-button-next i {
    font-size: 26px;
    line-height: 40px;
    color: inherit;
}

.history .swiper-button-prev, .history .swiper-container-rtl .swiper-button-next {
    left: -40px;
    right: auto;
}

.history .swiper-button-next, .history .swiper-container-rtl .swiper-button-prev {
    right: -40px;
    left: auto;
}

.history .swiper-button-prev:hover, .history .swiper-button-next:hover {
    color: #fff;
}

.history .swiper-pagination-bullets {
    position: static;
    margin-top: 20px;
    width: 100%;
    display: none;
}

.history .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border: 1px solid #BBB;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
}

.history .swiper-pagination-bullet-active {
    background: #fff;
    border-color: #fff;
}


.about5 {
    position: relative;
    background: #fff;
    padding: 80px 0;
}

.about5 ul {
}

.about5 ul li {
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: var(--bg-color);
}

.about5 ul li:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about5 ul li + li {
    margin-top: 40px;
}

.about5 ul li .pic {
    display: block;
    width: 50%;
}

.about5 ul li .pic img {
    width: 100%;
}

.about5 ul li .box {
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 30px;
}

.about5 ul li .box:after {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border: 1px solid #fff;
}

.about5 ul li .box .txt {
    text-align: center;
}

.about5 ul li .box .txt h3 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.about5 ul li .box .txt h3 ~ h3 {
    margin-top: 30px;
}

.about5 ul li .box .txt p {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.about5 ul li .box .txt p ~ p {
    margin-top: 10px;
}

.agent {
    background: url(../images/ibg3.jpg) no-repeat center;
    padding: 80px 0;
}

.agent .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.agent .txt {
    width: 50%;
}

.agent .txt h3 {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #3b3535;
    font-weight: 600;
}

.agent .txt .t {
    margin: 20px 0 0;
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.agent .txt .t p ~ p {
    margin-top: 15px;
}

.agent .more {
    width: 50%;
    text-align: right;
}

.agent .more a {
    width: 210px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: var(--btn-bg);
    border-radius: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.agent .more a:hover {
    width: 300px;
    background: var(--btn-bg-hover);
    color: #fff;
}

.process {
    padding: 70px 0;
    background: url("../images/ibg2.jpg") no-repeat center;
    background-size: cover;
}

.process h3 {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #3b3535;
    font-weight: 600;
    text-align: center;
}

.process h3::after {
    content: '';
    width: 40px;
    height: 3px;
    background: #3b3535;
    display: block;
    margin: 15px auto 0;
}

.process ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.process ul li {
    width: 33.333333%;
    margin: 50px 0 0;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.process ul li:not(:first-child)::after {
    content: "";
    background: url("../images/i6.png") no-repeat;
    width: 42px;
    height: 28px;
    position: absolute;
    left: -20px;
    top: 96px;
}

.process ul li .ico {
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.process ul li .ico img {
    position: relative;
    z-index: 20;
}

.process ul li .ico::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    animation: scale2 2s linear infinite;
}

.process ul li h5 {
    font-size: 21px;
    color: #3b3535;
    font-family: 'Gadugi-Bold';
    margin: 20px 0 0;
}

.process ul li p {
    font-size: 16px;
    line-height: 23px;
    color: #3b3535;
    text-transform: capitalize;
    margin: 15px 0 0;
}

@keyframes scale2 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.about2 {
    padding: 70px 0;
}

.about2 h3 {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.about2 h3::after {
    content: '';
    width: 40px;
    height: 3px;
    background: #3b3535;
    display: block;
    margin: 15px auto 0;
}

.about2 ul {
}

.about2 ul li {
    padding: 40px 0;
    position: relative;
    border-bottom: 2px solid #EEEBEB;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about2 ul li:last-child {
    border-bottom: none;
}

.about2 ul li:nth-child(2n+1) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.about2 ul li .pic {
}

.about2 ul li .txt {
    -webkit-flex: 1;
    flex: 1;
    margin: 0 80px 0 0;
}

.about2 ul li .txt em {
    font-size: 120px;
    line-height: 1;
    color: #f1f0f0;
    font-weight: bold;
}

.about2 ul li .txt .t {
    margin: 30px 0 0;
    font-size: 17px;
    color: #333;
    line-height: 30px;
    text-transform: capitalize;
}

.about2 ul li .txt .t p ~ p {
    margin-top: 10px;
}

.about2 ul li:nth-child(2n) .txt {
    margin: 0 0 0 80px;
}

.about2 ul li:nth-child(2n)::after {
    left: auto;
    right: -75px;
}

.factory {
    padding: 70px 0;
}

.factory h3 {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #3b3535;
    font-weight: 600;
}

.factory h3::after {
    content: "";
    width: 40px;
    height: 4px;
    background: #222;
    display: block;
    margin: 20px auto 0;
}

.factory .list {
    margin-top: 50px;
    position: relative;
    text-align: center;
}

.factory .swiper-slide {
}

.factory .swiper-slide a {
    position: relative;
    display: block;
}

.factory .swiper-slide img {
}

.factory .swiper-slide p {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px;
    background: linear-gradient(var(--liner-bg-start-color), var(--liner-bg-end-color));
    transition: all 0.3s ease 0s;
    font-size: 20px;
    color: #fff;
}


.factory .swiper-button-prev, .factory .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 0;
    background: none;
    margin-top: -25px;
    text-align: center;
    color: #B5B5B5;
}

.factory .swiper-button-next::after, .factory .swiper-button-prev::after {
    display: none;
}

.factory .swiper-button-prev i, .factory .swiper-button-next i {
    color: inherit;
    font-size: 40px;
    display: inline-block;
    margin-top: 1px;
}

.factory .swiper-button-prev, .factory .swiper-container-rtl .swiper-button-next {
    left: -60px;
    right: auto;
}

.factory .swiper-button-next, .factory .swiper-container-rtl .swiper-button-prev {
    right: -60px;
    left: auto;
}

.factory .swiper-button-prev:hover, .factory .swiper-button-next:hover {
    color: var(--active-color);
}

.factory .swiper-pagination-bullets {
    position: static;
    width: 100%;
    display: none;
    margin-top: 20px;
}

.factory .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #C1C1C1;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
}

.factory .swiper-pagination-bullet-active {
    background: var(--active-color);
}


/*-----------------*/
.videolist {
    margin-top: 20px
}

.videolist ul {
    margin: 0 0 0 -2%;
}

.videolist ul li {
    float: left;
    width: 31.333333%;
    margin: 0 0 25px 2%;
}

.videolist ul li .v {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.videolist ul li .v img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.videolist ul li .v::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) url("../images/video.png") no-repeat center;
    display: block;
}

.videolist ul li .t {
    padding: 15px 10px;
    background: #F3F4F7;
    box-sizing: border-box;
    position: relative;
}

.videolist ul li .t h5 {
    font-size: 17px;
    color: #333;
    text-align: center;
}

.videolist ul li:hover .v::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.videolist ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.faq {
    width: 100%;
}

.faq ul li {
    border: 1px solid #DCDCDC;
    padding: 15px;
}

.faq ul li ~ li {
    margin-top: 20px;
}

.faq ul li .tit {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.faq ul li .tit .date-month {
    width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: #1b1c1c;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: 600;
}

.faq ul li .tit h4 {
    -webkit-flex: 1;
    flex: 1;
    font-size: 18px;
    color: #1b1c1c;
    font-weight: 600;
    margin: 0 0 0 10px;
}

.faq ul li .tit::after {
    position: absolute;
    right: 0;
    top: 6px;
    content: "\e639";
    font-family: "qico";
    font-size: 24px;
    height: 24px;
    color: #878787;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.faq ul li .con {
    padding: 15px 0 0;
    display: none;
}

.faq ul li .con .date-day {
    float: left;
    width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: #666;
    display: block;
    text-align: center;
    font-weight: 600;
}

.faq ul li .con .t {
    margin: 0 0 0 50px;
    padding: 7px 0 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    color: #666;
}

.faq ul li .tit.active::after {
    color: var(--active-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*
.down-list{}
.down-list .table-response{width:100%;max-width:100%;overflow-x:auto;}
.down-list table{width:100%;max-width:100%;margin-bottom:15px;border:1px solid #dddddd;color:#333;}
.down-list table tr th{padding:15px 5px;vertical-align:middle;border:1px solid #dddddd;background:#F3F3F3;font-weight:bold;color:#000;text-align: center;}
.down-list table tr td{vertical-align:middle;font-size:15px;border:1px solid #dddddd;padding: 15px 5px;text-align: center;}
.down-list table tr td:first-child{font-size:20px;}
.down-list table tr td .down{line-height:34px;padding:0 20px;background:#F3F3F3;display:inline-block;font-size:15px;color:#505050;white-space:nowrap;}
.down-list table tr td .down:hover{background:#333;color:#fff;}

.down-list ul{margin-top:-30px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.down-list ul li{width:48%;margin:30px 0 0;border:1px solid #E2E2E2;padding:20px;box-sizing:border-box;display:-webkit-flex;display:flex;}
.down-list ul li .pic{width:180px;background:#F5F5F7;text-align:center;align-items:center;justify-content:center;display:-webkit-flex;display:flex;}
.down-list ul li .pic i{font-size:50px;color:#E0474C;}
.down-list ul li .t{-webkit-flex:1;flex:1;margin:0 0 0 25px;}
.down-list ul li .t h5{font-size:22px;color:#333;text-transform:capitalize;font-weight:600;}
.down-list ul li .t .more{display:inline-block;margin:15px 0 0;font-size:16px;color:#666;}
.down-list ul li .t .more i{font-size:18px;color:#666;margin-right:8px;-webkit-text-stroke-width:0.2px;}

.down-list ul li:hover{border:1px solid var(--active-color);}
.down-list ul li:hover .t .more,.down ul li:hover .t .more i{color:var(--active-color);}
*/

.down-list .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.down-list .tit h3 {
    font-size: 32px;
    line-height: 1;
    color: #3b3535;
    font-weight: 600;
}

.down-list .tit a {
    font-size: 24px;
    color: #333;
}

.down-list .tit ~ .tit {
    margin-top: 40px;
}

.down-list .list {
    margin-top: 20px;
}

.down-list .t {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: 1px solid #dddddd;
}

.down-list .t span {
    font-size: 18px;
    color: #333;
    background: #F3F3F3;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 15px 5px;
}

.down-list .t span:not(:first-child) {
    border-left: 1px solid #dddddd;
}

.down-list .t span:nth-child(1) {
    width: 17%;
}

.down-list .t span:nth-child(2) {
    width: 50%;
}

.down-list .t span:nth-child(3) {
    width: 15%;
}

.down-list .t span:nth-child(4) {
    width: 10%;
}

.down-list .t span:nth-child(5) {
    width: 15%;
}

.down-list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: 1px solid #dddddd;
    border-top: none;
}

.down-list ul li {
    color: #333;
    color: #333;
    text-align: center;
    padding: 15px 5px;
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.down-list ul li:not(:first-child) {
    border-left: 1px solid #dddddd;
}

.down-list ul li:nth-child(1) {
    width: 17%;
    font-size: 20px;
}

.down-list ul li:nth-child(2) {
    width: 50%;
}

.down-list ul li:nth-child(3) {
    width: 15%;
}

.down-list ul li:nth-child(4) {
    width: 10%;
}

.down-list ul li:nth-child(5) {
    width: 15%;
}

.down-list ul li em {
    display: none;
    font-weight: bold;
}

.down-list ul li .down {
    line-height: 34px;
    padding: 0 20px;
    background: #248506;
    display: inline-block;
    font-size: 15px;
    color: #fff;
}

.down-list ul li .down:hover {
    background: #333;
    color: #fff;
}


.caselist ul {
    margin: -20px 0 0;
}

.caselist ul li {
    margin: 20px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #F5F5F5;
}

.caselist ul li .pic {
    position: relative;
    width: 460px;
    display: block;
    overflow: hidden;
}

.caselist ul li .pic img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.caselist ul li .t {
    -webkit-flex: 1;
    flex: 1;
    padding: 0 40px;
}

.caselist ul li .t h5 {
    font-size: 22px;
    color: #222;
    font-weight: bold;
}

.caselist ul li .t h5 a:hover {
    color: #07689F;
}

.caselist ul li .t p {
    margin: 30px 0 0;
    font-size: 17px;
    color: #333;
    line-height: 26px;
}

.caselist ul li:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}


/*-----products------*/

.pro-index {
    position: relative;
}

.pro-index ~ .pro-index {
    margin-top: 70px;
}

.pro-index .nr {
    position: relative;
    z-index: 10;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro-index .nr .txt {
    width: 50%;
    background: #F5F5F5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 50px;
}

.pro-index .nr .txt h5 {
    font-size: 40px;
    line-height: 1.2;
    color: #3b3535;
    font-family: 'Cocogoose';
}

.pro-index .nr .txt p {
    font-size: 20px;
    color: #727272;
    margin: 15px 0 0;
}

.pro-index .nr .txt .more {
    margin-top: 50px;
    font-size: 20px;
    color: #27458E;
    border: 2px solid #27458E;
    line-height: 50px;
    padding: 0 30px;
    display: inline-block;
}

.pro-index .nr .txt .more:hover {
    background: #27458E;
    color: #fff;
}

.pro-index .nr .pic {
    width: 50%;
}

.pro-index .nr .pic img {
    width: 100%;
}

.pro-index ul {
    margin: 40px -15px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-index ul li {
    width: 25%;
    position: relative;
    text-align: center;
    background: #fff;
    padding: 0 15px;
    cursor: pointer;
    box-sizing: border-box;
}

.pro-index ul li .box {
    overflow: hidden;
    width: 100%;
}

.pro-index ul li .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.pro-index ul li .pic img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.pro-index ul li h6 {
    height: 70px;
    padding: 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #EFEFEF;
}

.pro-index ul li h6 a {
    color: #0f0f0f;
    font-size: 20px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro-index ul li h6 a:hover {
    color: #1D4D3F;
}

.pro-index ul li:hover .pic {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.pro-index ul li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


.pro-index:nth-child(2n) .nr {
    -webkit-flex-direction: row;
    flex-direction: row;
}

/*-------------*/

.prolist-top {
    padding: 80px 0;
    background: #F5F5F5;
}

.prolist-top .tit {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.prolist-top .tit h3 {
    font-size: 48px;
    color: #000;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.prolist-top .tit .swiper-pagination {
    width: auto;
    position: static;
}

.prolist-top .tit .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    margin: 0 0 0 10px;
    border: 1px solid #747474;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
}

.prolist-top .tit .swiper-pagination-bullet-active {
    background: var(--active-color);
    border-color: var(--active-color);
}

.prolist-top .list {
    margin: 70px 0 0;
}

.prolist-top .swiper-slide {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.prolist-top .swiper-slide .pic {
    width: 47.8%;
}

.prolist-top .swiper-slide .txt {
    -webkit-flex: 1;
    flex: 1;
    padding: 0 80px;
}

.prolist-top .swiper-slide .txt h5 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.prolist-top .swiper-slide .txt h5 a {
    color: #000;
    display: block;
}

.prolist-top .swiper-slide .txt .t {
    font-size: 18px;
    color: #717171;
    font-weight: 300;
    margin: 30px 0 0;
}

.prolist-top .swiper-slide .txt .t h6 {
    color: #000;
    font-weight: 600;
}

.prolist-top .swiper-slide .txt .t h6 ~ h6 {
    margin-top: 30px;
}

.prolist-top .swiper-slide .txt .more {
    margin: 30px auto 0 0;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #248506;
    border-radius: 35px;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.prolist-top .list .swiper-pagination {
    width: 100%;
    position: static;
    margin-top: 20px;
    text-align: cente;
}

.prolist-top .list .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border: 1px solid #747474;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
}

.prolist-top .list .swiper-pagination-bullet-active {
    background: var(--active-color);
    border-color: var(--active-color);
}


.prolist-box {
    padding: 70px 0;
}

.prolist-box h2 {
    font-size: 48px;
    color: #000;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.prolist-nav {
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prolist-nav li {
    font-size: 24px;
    color: #7c7c7c;
    font-weight: 300;
}

.prolist-nav li + li {
    margin-left: 90px;
}

.prolist-nav li a {
    color: #7c7c7c;
}

.prolist-nav li.active a {
    color: var(--active-color);
}

.prolist {
    margin-top: 40px;
}

.prolist ul {
    margin: 0 -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prolist ul li {
    width: 33.333333333%;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}

.prolist ul li .pic {
    display: block;
    width: 100%;
    overflow: hidden;
}

.prolist ul li .pic img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.prolist ul li h6 {
    margin-top: 20px;
    text-align: center;
}

.prolist ul li h6 a {
    color: #0b0b0b;
    font-size: 18px;
}

.prolist ul li:hover .pic {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.prolist ul li:hover h6 a {
    color: var(--active-color);
}

.prolist ul li:hover .pic img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

/*-----pro-view----*/


.pro_view {
    padding: 90px 0;
}

.pro_view .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}

.pro_img {
    width: 50%;
}

.pro_img .view {
    width: 100%;
}

.pro_img .view .swiper-slide img {
    width: 100%;
    display: block;
}

.pro_img .preview {
    position: absolute;
    left: calc(50% + 130px);
    bottom: 0;
    right: 0;
}

.pro_img .preview .swiper-container {
    width: 100%;
    text-align: center;
}

.pro_img .preview .swiper-wrapper {
}

.pro_img .preview .swiper-slide {
    cursor: pointer;
    padding: 20px 0 5px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.pro_img .preview .swiper-slide::after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 10px;
    border-style: dashed;
    border-bottom-style: dashed;
    border-color: transparent;
    border-bottom-color: transparent;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-color: var(--active-color);
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -10px;
}

.pro_img .preview .swiper-slide img {
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: 2px;
    box-sizing: border-box;
}

.pro_img .preview .active-nav img {
    border: 1px solid var(--active-color);
}

.pro_img .preview .arrow-left, .pro_img .preview .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
    text-align: center;
}

.pro_img .preview .arrow-left {
    left: -40px;
}

.pro_img .preview .arrow-right {
    right: -40px;
}

.pro_img .preview .arrow-left i, .pro_img .preview .arrow-right i {
    color: #999;
    font-size: 30px;
}

.pro_img .preview .arrow-left:hover i, .pro_img .preview .arrow-right:hover i {
    color: #212121;
}


.pro_img .preview .swiper-slide.active-nav::after {
    display: inline-block;
}


.pro_view_inner {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 130px;
    overflow: hidden;
}

.pro_view_inner h2 {
    color: #000;
    font-size: 48px;
    font-weight: 600;
}

.pro_view_inner .para {
    margin: 20px 0 0;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_view_inner .para p {
    width: 100%;
    margin: 10px 0 0;
}

.pro_view_inner .para strong {
    font-weight: 600;
}

.pro_view_inner .para p:nth-child(-n+6) {
    width: 50%;
}


.pro_view_inner .btn-box {
    font-size: 0;
    margin: 50px 0 0;
}

.pro_view_inner .btn-box a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-family: var(--font-family1);
    margin-right: 20px;
}

.pro_view_inner .btn-box a i {
    font-size: 22px;
    margin-right: 8px;
    vertical-align: middle;
}

.pro_view_inner .book {
    background: var(--active-color);
    border-radius: 35px;
}

.pro_view_inner .book:hover {
    background: var(--btn-bg-hover);
}

.pro_view_inner .pdf {
    background: var(--btn-bg2);
    margin-left: 30px;
}

.pro_view_inner .pdf:hover {
    background: var(--btn-bg2-hover);
}


.pro-text-1 {
    background: #eee;
    padding: 90px 0 70px;
    text-align: center;
}

.pro-text-1 h5 {
    font-size: 48px;
    color: #030303;
    line-height: 1;
    font-weight: 600;
}

.pro-text-1 p {
    font-size: 18px;
    color: #717171;
    font-weight: 300;
    margin: 20px 0 35px;
}

.pro-text-1 .video-box {
    position: relative;
    display: block;
}

.pro-text-1 .video-box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pro-text-2 {
    background: #fff;
    padding: 90px 0 70px;
}

.pro-text-2 .tit {
    text-align: center;
}

.pro-text-2 .tit h5 {
    font-size: 48px;
    color: #030303;
    line-height: 1;
    font-weight: 600;
}

.pro-text-2 .tit h6 {
    font-size: 24px;
    color: #000000;
    margin: 18px 0 0;
}

.pro-text-2 .tit p {
    font-size: 18px;
    color: #717171;
    font-weight: 300;
    margin: 8px 0 0;
}

.pro-text-2 ul {
    margin: 50px -15px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-text-2 ul li {
    width: 33.333333%;
    padding: 0 15px;
    text-align: center;
}

.pro-text-2 ul li p {
    margin: 10px 0 0;
    font-size: 18px;
    color: #000;
}


.pro-text-3 {
    padding: 90px 0;
    background: #eee;
}

.pro-text-3 .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.pro-text-3 .pic {
    width: 55%;
    overflow: hidden;
}

.pro-text-3 .pic img {
    width: 100%;
}

.pro-text-3 .txt {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 10px;
}

.pro-text-3 .txt h5 {
    font-size: 48px;
    color: #030303;
    line-height: 1;
    font-weight: 600;
}

.pro-text-3 .txt h6 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 25px 0 0;
}

.pro-text-3 .txt p {
    font-size: 18px;
    color: #717171;
    font-weight: 300;
    line-height: 35px;
    margin: 15px 0 0;
}

.pro-text-4 {
    padding: 90px 0;
    background: #fff;
}

.pro-text-4 .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro-text-4 .pic {
    width: 42%;
    overflow: hidden;
}

.pro-text-4 .pic img {
    width: 100%;
}

.pro-text-4 .txt {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 120px;
}

.pro-text-4 .txt h5 {
    font-size: 48px;
    color: #030303;
    line-height: 1;
    font-weight: 600;
}

.pro-text-4 .txt p {
    font-size: 18px;
    color: #717171;
    font-weight: 300;
    line-height: 35px;
    margin: 30px 0 0;
}

.pro-text-5 {
    padding: 90px 0;
    background: #eee;
}

.pro-text-5 h5 {
    font-size: 48px;
    color: #030303;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.pro-text-5 ul {
    margin: 50px -4px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-text-5 ul li {
    width: 50%;
    padding: 4px;
    text-align: center;
}

.pro-text-5 ul li:last-child {
    width: 100%;
}

.pro-text-5 ul li p {
    margin: 10px 0 0;
    font-size: 18px;
    color: #000;
}

.pro-text-6 {
    background: #fff;
    padding: 90px 0 70px;
    text-align: center;
}

.pro-text-6 h5 {
    font-size: 48px;
    color: #030303;
    line-height: 1;
    font-weight: 600;
}

.pro-text-6 .pic {
    margin: 40px 0 0;
}


.rela-pro {
    padding: 60px 0;
}

.rela-pro h5 {
    font-size: 48px;
    color: #030303;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.rela-pro ul {
    margin: 30px -10px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rela-pro ul li {
    width: 33.333333%;
    text-align: center;
    padding: 10px;
}

.rela-pro ul li .pic {
    display: block;
    width: 100%;
    overflow: hidden;
}

.rela-pro ul li .pic img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.rela-pro ul li h6 {
    margin-top: 20px;
    font-size: 18px;
}

.rela-pro ul li h6 a {
    color: #333;
    line-height: 22px;
}

.rela-pro ul li h6 a:hover {
    color: #0160BC;
}

.rela-pro ul li:hover h6 a {
    color: #0160BC;
}

.rela-pro ul li:hover a.pic img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}


.pro-inquiry {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #F4F4F4;
}

.pro-inquiry .pic {
    width: 45.26%;
}

.pro-inquiry .right {
    -webkit-flex: 1;
    flex: 1;
    padding: 0 110px;
}

.pro-inquiry h5 {
    font-size: 48px;
    color: #030303;
    line-height: 1;
    font-weight: 600;
}

.pro-inquiry p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin: 20px 0 0;
}

.pro-inquiry .inquirbox {
    margin: 40px 0 0;
}

.pro-inquiry .inquirbox input[type="text"], .pro-inquiry .inquirbox textarea {
    padding: 10px 0;
    font-size: 16px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #D2D2CF;
    width: 100%;
    line-height: 22px;
    text-align: left;
    color: #666;
}

.pro-inquiry .inquirbox .submit {
    margin: 0 auto 0 0;
    width: 250px;
    line-height: 50px;
    border-radius: 6px;
}


.pro_text {
    margin: 30px 0 0;
    position: relative;
}

.pro_text .tit {
    height: 54px;
    background: #F3F3F3;
    padding: 12px 0 0;
    box-sizing: border-box;
}

.pro_text .tit h5 {
    border-left: 3px solid #07689F;
    padding: 0 0 0 15px;
    color: #111;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: 'Gadugi-Bold';
}

.pro-content {
    padding: 20px 15px 10px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}

.pro-content p {
    margin-bottom: 15px;
}

.pro-content .row {
    margin-bottom: 15px;
}

.pro-content .table-response {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.pro-content table {
    max-width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    color: #333;
}

.pro-content table tr > th {
    padding: 15px 20px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    background: rgba(27, 80, 162, 0.7);
    font-weight: bold;
    color: #fff;
}

.pro-content table tr > td {
    padding: 15px 20px;
    vertical-align: middle;
    border: 1px solid #dddddd;
}

.pro-content table tr > td p {
    margin: 0;
}

.pro-app {
    padding: 10px 0 0;
}

.pro-app ul {
    margin: 0 -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-app ul li {
    width: 33.3333333%;
    padding: 10px;
    text-align: center;
}

.pro-app ul li p {
    margin-top: 10px;
    font-size: 17px;
    color: #333;
}


/*contact*/

.contact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contact-info {
    width: 48%;
}

.contact-info h3 {
    font-size: 30px;
    color: #000;
    line-height: 1;
    font-weight: 700;
    font-family: var(--font-family-1);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-info dl {
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.contact-info dl:last-child {
    border-bottom: none;
}

.contact-info dl dt {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--active-color);
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.contact-info dl dt i {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    margin-top: 2px;
}

.contact-info dl dd {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 15px;
    color: #343c49;
    box-sizing: border-box;
}

.contact-info dl dd h5 {
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.contact-info dl dd p {
    font-size: 17px;
    color: #444;
    margin: 8px 0 0;
}


.contact-inquiry {
    width: 48%;
}

.contact-inquiry h3 {
    font-size: 30px;
    color: #000;
    line-height: 1;
    font-weight: 700;
    font-family: var(--font-family-1);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-inquiry p {
    font-size: 17px;
    color: #595959;
    line-height: 30px;
}

.contact-inquiry .inquirbox {
    margin: 30px 0 0;
}

.contact-inquiry .inquirbox .row {
    margin-bottom: 15px;
}

.contact-inquiry .inquirbox .submit {
    margin: 0 auto 0 0;
}


.linetit {
    margin: 60px 0 0 0;
}

.linetit h4 {
    position: relative;
    text-align: center;
}

.linetit h4::before {
    content: "";
    display: block;
    border-top: 1px dashed #D1CFCF;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.linetit h4 span {
    background: #fff;
    font-size: 30px;
    color: #000;
    padding: 8px 10px;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 700;
    font-family: var(--font-family-1);
}

.map {
    margin: 20px 0 0 0;
}

.map img {
    width: 100%;
}

.pro_text .table-response {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

/*-----------*/

.pro-qa-box {
    padding: 20px 0;
    border-bottom: 1px solid #DCDCDC;
}

.pro-qa-box > .tit {
    line-height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #D9D9D9;
}

.pro-qa-box > .tit h5 {
    color: #202020;
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.pro-qa-box > .tit h5::after {
    content: "";
    display: block;
    background: #026EB7;
    width: 32px;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.pro-qa-box h5 {
    color: #202020;
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.qa-form-box {
    margin: 30px 0 0;
}

.qa-form-box .box {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.qa-form-box .box .row {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 20px;
}

.qa-form-box .box input[type="text"], .qa-form-box .box textarea {
    padding: 9px 10px;
    font-size: 17px;
    border: 1px solid #D2D2CF;
    width: 100%;
    line-height: 21px;
    text-align: left;
    color: #333;
    box-sizing: border-box;
    border-radius: 4px;
}

.qa-form-box .box input[type="text"]:focus, .qa-form-box .box textarea:focus {
    box-shadow: 0 0 5px #999;
    border-color: #999;
}

.qa-form-box .box .submit_btn {
    background: var(--btn-bg);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 230px;
    height: 41px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    text-align: center;
}

.qa-form-box .box .submit_btn:hover {
    background: var(--btn-bg-hover);
}

.qa-form-box #two {
    display: none;
}

.pro-qa-box .form-box {
    margin: 30px 0 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.pro-qa-box .form-box .box {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 20px;
}

.pro-qa-box .form-box .row ~ .row {
    margin-top: 15px;
}

.pro-qa-box .form-box input[type="text"], .pro-qa-box .form-box textarea {
    padding: 9px 10px;
    font-size: 17px;
    border: 1px solid #D2D2CF;
    width: 100%;
    line-height: 21px;
    text-align: left;
    color: #333;
    box-sizing: border-box;
    border-radius: 4px;
}

.pro-qa-box input::-webkit-input-placeholder, .pro-qa-box textarea::-webkit-input-placeholder, .pro-qa-box input::-moz-placeholder, .pro-qa-box textarea::-moz-placeholder {
    color: #999;
}

.pro-qa-box .submit_btn {
    background: var(--btn-bg);
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    width: 180px;
    height: 136px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    text-align: center;
}

.pro-qa-box .submit_btn:hover {
    background: var(--btn-bg-hover);
}

.pro-qa-box .list {
}

.pro-qa-box .list ul li {
    border-bottom: 1px solid #DCDCDC;
    padding: 15px 0;
}

.pro-qa-box .list ul li:last-child {
    border-bottom: none;
}

.pro-qa-box .list ul li .tit {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.pro-qa-box .list ul li .tit > span {
    width: 90px;
    font-size: 17px;
    color: #111;
    display: block;
    font-weight: 500;
}

.pro-qa-box .list ul li .tit h4 {
    -webkit-flex: 1;
    flex: 1;
    font-size: 18px;
    color: #313131;
}

.pro-qa-box .list ul li .tit h4 a {
    color: #313131;
}

.pro-qa-box .list ul li .tit h4 a:hover {
    color: var(--active-color);
    text-decoration: underline;
}

.pro-qa-box .list ul li .con {
    margin: 10px 0 0;
    display: -webkit-flex;
    display: flex;
}

.pro-qa-box .list ul li .con > span {
    width: 90px;
    font-size: 17px;
    color: #111;
    display: block;
    font-weight: 500;
}

.pro-qa-box .list ul li .con .txt {
    -webkit-flex: 1;
    flex: 1;
}

.pro-qa-box .list ul li .con .txt .t {
    font-size: 17px;
    line-height: 24px;
    color: #444;
}

.pro-qa-box .list ul li .qa-user {
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.pro-qa-box .list ul li .qa-user .ico {
    width: 34px;
}

.pro-qa-box .list ul li .qa-user span {
    margin-left: 10px;
    color: #333;
}

.pro-qa-box .list ul li .qa-user span:last-child {
    color: #666;
}

.pro-qa-box .list ul li .qa-more {
    margin-top: 10px;
}

.pro-qa-box .list ul li .qa-more a {
    font-size: 16px;
    color: var(--btn-bg);
}

.pro-qa-box .list ul li .qa-more a:hover {
    color: var(--btn-bg-hover);
    text-decoration: underline;
}

.pro-qa-box .list .get-more {
    margin: 20px 0 0;
    text-align: center;
}

.pro-qa-box .list .get-more a {
    background: #333;
    font-size: 18px;
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    border-radius: 4px;
}

.pro-qa-box .list .get-more a:hover {
    background: var(--active-color);
}


.question-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #DCDCDC;
}

.question-top .pic {
    width: 450px;
}

.question-top .t {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 30px;
}

.question-top .t h1 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.question-top .t h1 a {
    color: #333;
}

.question-top .t h1 a:hover {
    color: var(--active-color);
    text-decoration: underline;
}


.answer-top {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #DCDCDC;
}

.answer-top .pic {
    width: 450px;
    text-align: center;
}

.answer-top .pic img {
    width: 100%;
}

.answer-top .pic h5 {
    font-size: 17px;
    color: #333;
    margin-top: 15px;
    font-weight: 600;
}

.answer-top .txt {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 50px;
}

.answer-top .txt h2 {
    font-size: 24px;
    line-height: 1;
    color: #333;
    margin: 0 0 10px;
    font-weight: 600;
}

.answer-top .txt span {
    color: #565959;
    display: block;
    font-size: 15px;
}

.answer-top .txt h6 {
    color: #0F1111;
    display: block;
    font-size: 17px;
    margin: 30px 0 10px;
    font-weight: 600;
}

.answer-top .answer-form {
}

.answer-top .answer-form .row ~ .row {
    margin-top: 15px;
}

.answer-top .answer-form input[type="text"], .answer-top .answer-form textarea {
    padding: 9px 10px;
    font-size: 17px;
    border: 1px solid #D2D2CF;
    width: 100%;
    line-height: 21px;
    text-align: left;
    color: #333;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
}

.answer-top .answer-form textarea {
    resize: none;
    height: 90px;
}

.answer-top .answer-form input::-webkit-input-placeholder, .answer-top .answer-form textarea::-webkit-input-placeholder, .answer-top .answer-form input::-moz-placeholder, .answer-top .answer-form textarea::-moz-placeholder {
    color: #999;
}

.answer-top .answer-form .submit_btn {
    margin: 15px 0 0;
    background: #333;
    color: #fff;
    font-size: 19px;
    width: 170px;
    height: 42px;
    line-height: 42px;
    display: block;
    cursor: pointer;
    text-align: center;
}

.answer-top .answer-form .submit_btn:hover {
    background: var(--active-color);
}


.pro-answer-list {
    padding: 20px 0;
    border-bottom: 1px solid #DCDCDC;
}

.pro-answer-list h5 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.pro-answer-list .list {
}

.pro-answer-list .list ul li {
    border-bottom: 1px solid #DCDCDC;
    padding: 15px 0;
}

.pro-answer-list .list ul li:last-child {
    border-bottom: none;
}

.pro-answer-list .list ul li .t {
    font-size: 16px;
    line-height: 22px;
    color: #444;
}

.pro-answer-list .list ul li .qa-user {
    margin-top: 15px;
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.pro-answer-list .list ul li .qa-user .ico {
    width: 34px;
}

.pro-answer-list .list ul li .qa-user span {
    margin-left: 10px;
    color: #333;
}

.pro-answer-list .list ul li .qa-user span:last-child {
    color: #666;
}

.pro-answer-list .list ul li .qa-more {
    margin-top: 10px;
}

.pro-answer-list .list ul li .qa-more a {
    font-size: 14px;
    color: #5FAF4B;
}

.pro-answer-list .list ul li .qa-more a:hover {
    color: #f08200;
    text-decoration: underline;
}


@media screen and (max-width: 768px) {

    .question-top .pic {
        width: 250px;
    }

    .question-top .t h1 {
        font-size: 20px;
    }

    .qa-form-box {
        margin: 20px 0 0;
    }

    .pro-qa-box > .tit h5 {
        font-size: 18px;
    }

    .qa-form-box .box {
        display: block;
    }

    .qa-form-box .box .row {
        margin: 0 -10px;
    }

    .qa-form-box .box .row > div {
        margin-bottom: 10px;
    }

    .qa-form-box .box .submit_btn {
        width: 100%;
        height: 36px;
    }

    .pro-qa-box .form-box {
        margin: 20px 0 0;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .pro-qa-box .form-box .box {
        margin-right: 0;
    }

    .pro-qa-box .form-box .box .row > div {
        margin-bottom: 10px;
    }

    .pro-qa-box .form-box .row ~ .row {
        margin-top: 0;
    }

    .pro-qa-box .submit_btn {
        font-size: 19px;
        width: 100%;
        height: 50px;
    }

    .pro-qa-box .list ul li .tit > span, .pro-qa-box .list ul li .con > span {
        width: 80px;
        font-size: 15px;
        font-weight: bold;
    }

    .pro-qa-box .list ul li .tit h4 {
        font-size: 16px;
    }

    .pro-qa-box .list ul li .con .txt .t {
        font-size: 15px;
    }

    .answer-top {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .answer-top .pic {
        margin: 0 auto;
    }

    .answer-top .txt {
        width: 100%;
        margin: 30px 0 0;
    }

    .answer-top .txt h2 {
        font-size: 20px;
    }

    .answer-top .answer-form .row > div {
        margin-bottom: 10px;
    }

    .answer-top .answer-form .row ~ .row {
        margin-top: 0;
    }

    .answer-top .answer-form .submit_btn {
        margin: 0;
        font-size: 17px;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .pro-qa-box .list .get-more a {
        font-size: 15px;
        padding: 7px 15px;
    }

}

@media screen and (max-width: 480px) {

    .question-top .pic {
        width: 200px;
    }

    .pro-qa-box > .tit h5 {
        font-size: 19px;
    }

    .pro-qa-box .list ul li .tit {
        display: block;
    }

    .pro-qa-box .list ul li .con {
        display: block;
    }

    .pro-qa-box .list ul li .qa-more a {
        font-size: 15px;
    }

    .pro-answer-list h5 {
        font-size: 20px;
    }

    .pro-answer-list .list ul li .t {
        font-size: 15px;
    }
}
