.Home-banner {
    position: relative;
}

.Home-banner .inside-header {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.Home-banner .inside-header .inside-nav {
    font-size: 18px;
    color: #ffffff;
}

.Home-banner .inside-header .inside-nav a {
    font-size: 18px;
    color: #ffffff;
}

.page-content {
    padding-top: 5%;
    padding-bottom: 5%;
}

.page-content .category-box {
    border-bottom: 1px solid #dddddd;
}

.page-content .category-box .item-box {
    display: flex;
    height: 55px;
}

.page-content .category-box .item-box .item {
    margin-right: 45px;
}

.page-content .category-box .item-box .item a:hover,
.page-content .category-box .item-box .item.active a {
    color: #467fbe
}

.page-content .category-box .item-box .item a {
    font-size: 20px;
    color: #999999;
    font-family: 'segoeui blod';
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */

.page-content .about-box .profile {
    background-image: url(../images/about-bg.png);
    padding-bottom: 3%;
}

.page-content .about-box .profile .logo {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 4%;
}

.page-content .about-box .head-title {
    font-size: 46px;
    font-family: 'segoeui blod';
    text-align: center;
}

.page-content .about-box .profile .content {
    font-size: 20px;
    line-height: 36px;
    margin-top: 30px;
}

.page-content .about-box .vision {
    overflow: hidden;
    padding-bottom: 5%;
}

.page-content .about-box .vision .item {
    width: 48.5%;
    float: left;
    margin-right: 1.5%;
    position: relative;
    min-height: 5rem;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.page-content .about-box .vision .item:nth-child(even) {
    margin-left: 1.5%;
    margin-right: 0;
}

.page-content .about-box .vision .item .text {
    color: #ffffff;
    padding: 60px;
}

.page-content .about-box .vision .item .text p {
    font-size: 36px;
    margin-bottom: 40px;
    font-family: 'segoeui blod';
}

.page-content .about-box .vision .item .text span {
    line-height: 36px;
    font-size: 20px;
}

.page-content .about-box .honours {
    padding: 4% 0;
    background: url(../images/about-honours-bg.png) no-repeat bottom/cover;
    margin: 0 auto;
    height: 8.95rem;
    width: 19rem;
}

.page-content .about-box .honours .container {
    padding-top: 5%;
    position: relative;
    max-width: 14.5rem;
    overflow: inherit;
}

.page-content .about-box .honours .swiper-wrapper {
    margin-top: .3rem;
}

.page-content .about-box .honours .swiper-wrapper .swiper-slide {
    text-align: center;
    transform: translateY(60px);
    transition: transform .5s ease-in-out;
    padding-bottom: 1.3rem;
}

.page-content .about-box .honours .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: translateY(60px);
}

.page-content .about-box .honours .swiper-wrapper .swiper-slide.swiper-slide-prev,
.page-content .about-box .honours .swiper-wrapper .swiper-slide.swiper-slide-next,
.page-content .about-box .honours .swiper-wrapper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
    transform: translate(0, 30px);
}

.page-content .about-box .honours .swiper-wrapper .swiper-slide.swiper-slide-prev p,
.page-content .about-box .honours .swiper-wrapper .swiper-slide.swiper-slide-next p {
    /* margin-top: 1rem; */
}

.page-content .about-box .honours .swiper-wrapper .swiper-slide p {
    font-size: 16px;
    font-family: 'segoeui blod';
    margin-top: .7rem;
}

.page-content .about-box .btn-prev,
.page-content .about-box .btn-next {
    width: 60px;
    height: 40px;
    background: #ffffff;
    border: 2px solid #457fbe;
    border-radius: 20px 0 25px 20px;
    color: #457fbe;
    text-align: center;
    line-height: 40px;
    z-index: 2;
}

.page-content .about-box .btn-prev:hover,
.page-content .about-box .btn-next:hover {
    background: #457fbe;
    color: #ffffff;
}

.page-content .about-box .btn-prev i,
.page-content .about-box .btn-next i {
    font-size: 20px;
}

.page-content .about-box .btn-next {
    transform: scaleX(-1);
}

.page-content .about-box .honours .btn-prev {
    left: -100px;
}

.page-content .about-box .honours .btn-next {
    right: -100px;
}

.page-content .about-box .history {
    position: relative;
}

.page-content .about-box .history .history-bg {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.page-content .about-box .history .history-bg img {
    max-width: 100%;
}

.page-content .about-box .history .container {
    padding-top: 5%;
    max-width: 14.1rem;
}

.page-content .about-box .history .head {
    overflow: hidden;
    position: relative;
    margin-bottom: 5%;
}

.page-content .about-box .history .head .title {
    width: 500px;
    display: inline-block;
}

.page-content .about-box .history .head .title p {
    font-size: 46px;
}

.page-content .about-box .history .head .title p span {
    padding-left: 20px;
    border-left: 4px solid #467fbe;
    font-family: 'segoeui blod';
}

.page-content .about-box .history .head .history-navigation {
    width: 160px;
    position: absolute;
    right: 0;
    top: 55%;
}

.page-content .about-box .history .swiper-box {
    background: url(../images/about-history-bg.png) no-repeat;
    padding-top: 8%;
}

.page-content .about-box .history .swiper-box .swiper-container {
    width: 14.1rem;
    padding-top: 20px;
}

.page-content .about-box .history .swiper-box .swiper-wrapper .swiper-slide {
    border-left: 1px solid #a2bfde;
    padding: .3rem;
    padding-top: 0;
    position: relative;
    left: 10px;
    height: initial;
    min-height: 6rem;
}

.page-content .about-box .history .swiper-box .swiper-wrapper .swiper-slide:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50px;
    border: 4px solid #457fbe;
    position: absolute;
    left: -8px;
}

.page-content .about-box .history .swiper-box .swiper-wrapper .swiper-slide .title {
    font-size: 24px;
    color: #467fbe;
    margin-bottom: 10px;
    margin-top: -10px;
    font-family: 'segoeui blod';
}

.page-content .about-box .history .swiper-box .swiper-wrapper .swiper-slide .text {
    font-size: 18px;
    line-height: 28px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.inside-pagination ul {
    width: 40%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.inside-pagination li {
    float: left;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    border: 1px solid #dddddd;
}

.inside-pagination .pre-page {
    font-size: 18px;
    margin-right: 15px;
}

.inside-pagination .next-page {
    font-size: 18px;
    margin-left: 5px;
}

.inside-pagination .pre-page a img {
    vertical-align: baseline;
}

.inside-pagination li:hover,
.inside-pagination li.active {
    border-color: #467fbe;
}

.inside-pagination .more:hover,
.inside-pagination .next-page:hover img,
.inside-pagination .pre-page:hover img {
    filter: brightness(100);
}

.inside-pagination .next-page:hover,
.inside-pagination .pre-page:hover {
    background: #467fbe;
}

.inside-pagination li.active a,
.inside-pagination li:hover a {
    color: #467fbe
}

.inside-pagination li a:hover,
.inside-pagination li.active a,
.inside-pagination li:hover a {
    color: #467fbe
}

.inside-pagination li a {
    font-size: 18px;
    color: #467fbe;
    line-height: 38px;
    display: block;
}

.inside-pagination li.next-page a img {
    transform: rotate(180deg);
    vertical-align: baseline;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */

.page-content .news-box {
    overflow: hidden;
    margin-top: 5%;
}

.page-content .news-box ul {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-content .news-box ul li {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 50px;
}

.page-content .news-box ul li a {
    display: flex;
}

.page-content .news-box ul li:nth-child(3n) {
    margin-right: 0;
}

.page-content .news-box li .img-box {
    overflow: hidden;
    border-radius: 10px;
    width: 20%;
}

.page-content .news-box li .img-box img {
    width: 100%;
}

.page-content .news-box li .text {
    width: 85%;
    padding-left: 2%;
}

.page-content .news-box li .text h2 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'segoeui blod';
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.page-content .news-box li .text .txt {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.page-content .news-box li .text .time {
    display: block;
}

.page-content .news-box li .time {
    color: #467fbe;
    font-size: 16px;
    line-height: 24px;
    display: none;
}

.page-content .video-box {
    overflow: hidden;
    margin-top: 5%;
}

.page-content .video-box .item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-content .video-box .item-box .item {
    width: 19.4%;
    margin-bottom: 20px;
    margin-right: 10px;
}

.page-content .video-box .item-box .item:nth-child(5n) {
    margin-right: 0;
}

.page-content .video-box .item .imgbox {
    position: relative;
    margin-bottom: 20px;
}

.page-content .video-box .item .imgbox .video_play {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    opacity: 0;
    width: 50px;
    height: auto;
    cursor: pointer;
}

.page-content .video-box .item .imgbox:hover::after,
.page-content .video-box .item .imgbox:hover .video_play {
    opacity: 1;
}

.page-content .video-box .item .imgbox::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.page-content .video-box .item .textbox h4 {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    min-height: 40px;
}

.page-content .video-box .item .textbox div {
    color: #999999;
    font-size: 14px;
}

.page-content .video-box .item .textbox div img {
    margin-right: 5px;
}

.page-content .faq-box {
    overflow: hidden;
    margin-top: 5%;
}

.page-content .faq-box .item {
    background: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    /* color: #333333; */
    padding: 0;
    border: 1px solid #eeeeee;
}

.page-content .faq-box .item .wen {
    display: flex;
    cursor: pointer;
    /* border: 1px solid #eeeeee; */
}

.page-content .faq-box .item .wen div {
    padding: 15px 0;
}

.page-content .faq-box .item .wen .icon {
    width: 7%;
    text-align: center;
    font-family: 'segoeui blod';
    font-size: 30px;
    color: #cccccc;
}

.page-content .faq-box .item .active,
.page-content .faq-box .item .active .icon,
.page-content .faq-box .item .wen:hover,
.page-content .faq-box .item .wen:hover .icon {
    color: #000000;
}

.page-content .faq-box .item .wen .title {
    width: 93%;
    border-left: 1px solid #eeeeee;
    padding-left: 25px;
    padding-top: 25px;
}

.page-content .faq-box .item .da {
    display: none;
    padding: 20px 0;
    padding-left: 100px;
    border-top: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 20px;
}

.page-content .certifcate-box {
    overflow: hidden;
    margin-top: 5%;
}

.page-content .certifcate-box .row {
    margin-bottom: 30px;
}

.page-content .certifcate-box .row .item {
    margin-bottom: 30px;
}

.page-content .certifcate-box .row .item p {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin: 20px auto;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */

.page-content .recruit-box {
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 5%;
}

.page-content .recruit-box .item {
    background: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    padding: 30px;
}

.page-content .recruit-box .item .text {
    display: flex;
    cursor: pointer;
}

.page-content .recruit-box .item .text .icon {
    width: 7%;
    text-align: center;
    font-size: 30px;
    color: #cccccc;
}

.page-content .recruit-box .item .text .title {
    width: 93%;
    font-size: 30px;
    padding-bottom: 15px;
}

.page-content .recruit-box .item .text .title p {
    color: #999999;
    font-size: 18px;
    margin-top: 10px;
}

.page-content .recruit-box .item .txt {
    display: none;
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 20px;
}

.page-content .recruit-box .item.active {
    border-left: 2px solid #467fbe;
}

.page-content .recruit-box .item.active .icon img {
    transform: rotate(180deg);
}

.page-content .product-box {
    display: flex;
}

.page-content .sidebar {
    width: 25%;
    padding-right: 60px;
}

.page-content .product-box .sidebar .category {
    background-color: #ffffff;
    border-radius: 10px;
}

.page-content .product-box .sidebar .category ul li {
    padding-top: 30px;
}

.page-content .product-box .sidebar .category ul li:last-child .sub-menu {
    border: 0;
}

.page-content .product-box .sidebar .category .name {
    font-size: 18px;
    font-weight: unset;
    margin-bottom: 20px;
    position: relative;
}

.page-content .product-box .sidebar .category .name.submenu .more-navbtn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
}

.page-content .product-box .sidebar .category .name.submenu .more-navbtn::before,
.page-content .product-box .sidebar .category .name.submenu .more-navbtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background-color: #333;
}

.page-content .product-box .sidebar .category .name.submenu .more-navbtn::before {
    transform: translate(-50%, -50%);
}

.page-content .product-box .sidebar .category .name.submenu .more-navbtn::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.page-content .product-box .sidebar .category .name.submenu .more-navbtn.open::after {
    display: none
}

.page-content .product-box .sidebar .category .name.submenu .cat-name {
    border-color: #467fbe;
}

.page-content .product-box .sidebar .category .name .cat-name {
    padding: 0 30px;
    border-left: 2px solid #ffffff;
    cursor: pointer;
    font-family: 'segoeui blod';
    padding-right: 10px;
}

.page-content .product-box .sidebar .category .name .cat-name:hover,
.page-content .product-box .sidebar .category .sub-menu a:hover {
    color: #467fbe
}

.page-content .product-box .sidebar .category .sub-menu {
    margin: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e9f4;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.page-content .product-box .sidebar .category .sub-menu .menu-box {
    display: none;
}

.page-content .product-box .sidebar .category .sub-menu a {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.page-content .product-box .sidebar .category .sub-menu.active .menu-box {
    display: block;
}

.page-content .sidebar-m {
    display: none;
}

.page-content .sidebar .sidebar-from {
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px;
}

.page-content .sidebar .sidebar-from .header {
    margin-bottom: 20px;
}

.page-content .sidebar .sidebar-from .header span {
    font-size: 18px;
    font-family: 'segoeui blod';
}

.page-content .sidebar .sidebar-from .from .input input {
    background-color: #f1f1f1;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.page-content .sidebar .sidebar-from .from .content {
    height: 100px;
    background-color: #f1f1f1;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
}

.page-content .sidebar .sidebar-from .from .submit {
    text-align: center;
    margin-top: 10px;
}

.page-content .sidebar .sidebar-from .from .submit input {
    width: 110px;
    height: 40px;
    color: #ffffff;
    background-color: #467fbe;
    border-radius: 0 20px 20px;
    text-transform: uppercase;
    font-family: 'segoeui blod';
}

.page-content .product-box .pro-info {
    width: 75%;
}

.page-content .product-box .pro-info .item-box .item .head-title {
    font-size: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
    font-family: 'segoeui blod';
}

.page-content .product-box .pro-info .item-box .item .list-box {
    margin-bottom: 40px;
}

.page-content .product-box .pro-info .item-box .item .list-box .s-item-box {
    margin-bottom: 40px;
}

.page-content .product-box .pro-info .item-box .item .list-box .s-item-box .list {
    margin-bottom: 40px;
}

.page-content .product-box .pro-info .item-box .item .list-box .cat-name {
    font-size: 20px;
    margin-bottom: 40px;
    font-family: 'segoeui blod';
}

.page-content .product-box .pro-info .item-box .item .list-box .sub-name {
    margin-bottom: 20px;
    font-size: 20px;
}

.page-content .product-box .pro-info .item-box .item ul {
    display: flex;
}

.page-content .product-box .pro-info .item-box .item ul li {
    width: 25%;
    float: left;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 1%;
    border: 1px solid #ffffff;
}

.page-content .product-box .pro-info .item-box .item ul li:hover {
    border-color: #467fbe;
}

.page-content .product-box .pro-info .item-box .item ul li:hover .text {
    background: #467fbe;
    color: #ffffff;
}

.page-content .product-box .pro-info .item-box .item li .img-box {
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

.page-content .product-box .pro-info .item-box .item li .text {
    padding: 20px;
    font-size: 16px;
    text-align: center;
}

.page-content .pro-show .head {
    display: flex;
    padding-bottom: 3%;
    margin-bottom: 6%;
    justify-content: space-between;
}

.page-content .pro-show .head .text {
    width: 50%;
}

.page-content .pro-show .head .text h1 {
    font-size: 36px;
    margin-bottom: 40px;
    font-family: 'segoeui blod';
}

.page-content .pro-show .head .text .remark {
    font-size: 18px;
    line-height: 30px;
    white-space: pre-line;
    margin-bottom: 30px;
}

.page-content .pro-show .head .text .download-btn {
    padding-bottom: 50px;
}

.page-content .pro-show .head .text .download-btn a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #467fbe;
    border-radius: 50px;
    background: #ffffff;
    font-size: 18px;
    color: #467fbe;
    text-align: center;
}

.page-content .pro-show .head .text .download-btn a img {
    margin-top: 7px;
}

.page-content .pro-show .head .img-box {
    margin: auto;
}

.page-content .pro-show .head .img-box img {
    max-width: 500px;
}

.page-content .pro-show .content {
    background: #ffffff;
    position: relative;
}

.page-content .pro-show .content .head-table {
    position: absolute;
    top: -80px;
}

.page-content .pro-show .content .head-table span {
    font-size: 18px;
    padding: 0 30px;
    padding-bottom: 0;
    display: inline-block;
    background: #e4e8f5;
    border-radius: 10px 10px 0 0;
    line-height: 80px;
}

.page-content .pro-show .content .head-table span.active {
    font-family: 'segoeui blod';
}

.page-content .pro-show .content .head-table span.active,
.page-content .pro-show .content .head-table span:hover,
.page-content .pro-show .content .head-table .related-btn a:hover {
    background: #ffffff;
    color: #467fbe;
    cursor: pointer;
}

.page-content .pro-show .content .head-table span.active a {
    padding: 0;
    background: none;
    color: #467fbe;
}

.page-content .pro-show .content .head-table .related-btn {
    display: inline-block;
}

.page-content .pro-show .content .head-table .related-btn a {
    font-size: 18px;
    padding: 0 30px;
    padding-bottom: 0;
    display: inline-block;
    background: #e4e8f5;
    border-radius: 10px 10px 0 0;
    line-height: 80px;
}

.page-content .pro-show .content .head-table span:hover a {
    background: #ffffff;
}

.page-content .pro-show .content .product-content-box {
    padding-top: 5%;
    padding-bottom: 3%;
}

.page-content .pro-show .content .product-content-box div.active {
    display: block;
}

.page-content .pro-show .content .product-content-box table font {
    font-family: 'iconfont';
}

.page-content .pro-show .content .product-content-box .table1,
.page-content .pro-show .content .product-content-box .table2,
.page-content .pro-show .content .product-content-box .table3,
.page-content .pro-show .content .product-content-box .table4 {
    display: none;
}

.page-content .pro-show .content .product-content-box p {
    font-size: 18px;
}

.page-content .pro-show .content .product-content-box p a {
    color: #467fbe;
}

.page-content .pro-show .content .product-content-box .sub_title span {
    font-size: 26px;
    padding-left: 10px;
    border-left: 2px solid #467fbe;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'segoeui blod';
}

.page-content .pro-show .content .product-content-box table {
    border-color: #e4e8f5;
}

.page-content .pro-show .content .product-content-box table tr td:nth-child(1),
.page-content .pro-show .content .product-content-box table tr td:nth-child(3) {
    color: #666666;
}

.page-content .pro-show .content .product-content-box table thead tr th {
    height: 80px;
    background: #e3ecf5;
    padding-left: 30px;
    font-size: 18px;
}

.page-content .pro-show .content .product-content-box table tbody tr td {
    height: 60px;
    font-size: 18px;
    padding: 10px 10px 10px 30px;
}

.page-content .pro-show .related-pro {
    background: url(../images/pro-related-bg.jpg);
}

.page-content .pro-show .related-pro .container {
    padding-top: 3%;
    padding-bottom: 5%;
}

.page-content .pro-show .related-pro .head {
    padding: 0;
    margin-bottom: 3%;
}

.page-content .pro-show .related-pro .head p {
    font-size: 26px;
    font-family: 'segoeui blod';
}

.page-content .pro-show .related-pro .head .more-btn {
    width: 140px;
    height: 50px;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #467fbe;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.page-content .pro-show .related-pro .head .more-btn:hover {
    background-color: #467fbe;
}

.page-content .pro-show .related-pro .head .more-btn:hover a {
    color: #ffffff;
}

.page-content .pro-show .related-pro .head .more-btn a {
    color: #467fbe;
    text-transform: uppercase;
}

.page-content .pro-show .related-pro .related-item .swiper-container {
    padding-bottom: 40px;
}

.page-content .pro-show .related-pro .related-item .swiper-pagination {
    bottom: 0;
}

.page-content .pro-show .related-pro .related-item .swiper-slide a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.page-content .pro-show .related-pro .related-item .swiper-slide a:hover .text {
    background: #467fbe;
    color: #ffffff;
}

.page-content .pro-show .related-pro .related-item .swiper-slide .img-box {
    margin-bottom: 2px;
    background-color: #ffffff;
    text-align: center;
}

.page-content .pro-show .related-pro .related-item .swiper-slide .text {
    background-color: #ffffff;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    min-height: 88px;
}

.page-content .pro-show .messagebox {
    padding: 3% 0;
    background: url(../images/pro-msg-bg.jpg);
}

.page-content .pro-show .messagebox .container {
    width: 55%;
}

.page-content .pro-show .messagebox .head-title {
    font-size: 46px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'segoeui blod';
}

.page-content .pro-show .messagebox p {
    font-size: 20px;
    color: #555555;
    text-align: center;
}

.page-content .pro-show .messagebox .from {
    padding-top: 5%;
}

.page-content .pro-show .messagebox .from input::-webkit-input-placeholder {
    color: #999999
}

.page-content .pro-show .messagebox .from .input {
    overflow: hidden
}

.page-content .pro-show .messagebox .from .input div {
    width: 49%;
    float: left;
    margin-bottom: 1%;
    margin-right: 1%
}

.page-content .pro-show .messagebox .from .input input {
    background: #ffffff;
    border: 1px solid #e4e8f5;
    height: 60px;
    width: 100%;
    border-radius: 50px;
    padding-left: 15px;
    font-size: 18px;
}

.page-content .pro-show .messagebox .from textarea {
    height: 260px;
    width: 100%;
    border-radius: 25px;
    background: #ffffff;
    border: 1px solid #e4e8f5;
    padding: 15px;
    font-size: 18px;
    margin: 20px 0
}

.page-content .pro-show .messagebox .from textarea::placeholder {
    color: #999999
}

.page-content .pro-show .messagebox .from .submit {
    text-align: center;
}

.page-content .pro-show .messagebox .from .submit input {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0 30px 30px 30px;
    padding: 15px;
    width: 200px;
    background: #467fbe;
}

.page-content .solutions-box {
    padding-bottom: 3%;
}

.page-content .solutions-box .head-box p a {
    color: #467fbe;
}

.page-content .solutions-box .item-box {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-content .solutions-box .item-box .item {
    width: 24.45%;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.page-content .solutions-box .item-box .item .img-box {
    position: relative;
}

.page-content .solutions-box .item-box .item .img-box .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.page-content .solutions-box .item-box .item .text {
    padding: 20px;
    font-size: 18px;
    font-family: 'segoeui blod';
    text-align: center;
}

.page-content .solutions-box .item-box .item .text p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    min-height: 54px;
    line-height: 54px;
}

.page-content .solutions-box .item-box .item:nth-child(4n) {
    margin-right: 0;
}

.page-content .solutions-box .item-box .item:hover .text {
    color: #ffffff;
    background: #467fbe;
}

.page-content .solutions-show {
    display: flex;
}

.page-content .solutions-show .sidebar .category {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.page-content .solutions-show .sidebar .category ul {
    padding: 40px 0;
}

.page-content .solutions-show .sidebar .category ul li {
    padding: 0 25px;
}

.page-content .solutions-show .sidebar .category ul li:last-child .name {
    border: 0
}

.page-content .solutions-show .sidebar .category li .name {
    border-bottom: 1px solid #e5e9f4;
    display: block;
    padding: 28px 0;
    padding-right: 0;
}

.page-content .solutions-show .sidebar .category li .name:hover p {
    color: #467fbe;
    border-color: #467fbe;
}

.page-content .solutions-show .sidebar .category li .name p {
    font-size: 16px;
    border-left: 2px solid #ffffff;
    padding-left: 25px;
    margin-left: -25px;
}

.page-content .solutions-show .sidebar .category li .name.active p {
    color: #467fbe;
    border-color: #467fbe;
    font-family: 'segoeui blod';
}

.page-content .solutions-show .info-box {
    width: 75%;
    overflow: hidden;
}

.page-content .solutions-show .info-box .description {
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
}

.page-content .solutions-show .info-box .table1>.title,
.page-content .solutions-show .info-box .table3>.title,
.page-content .solutions-show .info-box .table2>.title {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
    font-size: 26px;
    font-family: 'segoeui blod';
}

.page-content .solutions-show .info-box .table1 .title p,
.page-content .solutions-show .info-box .table3 .title>p,
.page-content .solutions-show .info-box .table2>.title p {
    border-left: 2px solid #467fbe;
    padding-left: 20px;
    line-height: 24px;
}

.page-content .solutions-show .info-box .table1 .item-box {
    display: flex;
    flex-wrap: wrap;
}

.page-content .solutions-show .info-box .table1 .item-box .item {
    width: 23.84%;
    margin-right: 15px;
    background: #ecf2f8;
    border-radius: 10px;
    padding: 40px 15px;
    text-align: center;
    margin-bottom: 15px;
}

.page-content .solutions-show .info-box .table1 .item-box .item:nth-child(4n),
.page-content .solutions-show .info-box .table2 .item-box .item:nth-child(4n),
.page-content .solutions-show .info-box .table3 .item-box .item:nth-child(4n) {
    margin-right: 0px;
}

.page-content .solutions-show .info-box .table1 .item-box .item .head {
    margin-bottom: 20px;
}

.page-content .solutions-show .info-box .table1 .item-box .item .head img {
    margin-bottom: 10px;
}

.page-content .solutions-show .info-box .table1 .item-box .item .head .title {
    font-size: 18px;
    font-family: 'segoeui blod';
    min-height: 54px;
}

.page-content .solutions-show .info-box .table1 .item-box .item .txt {
    font-size: 18px;
    line-height: 26px;
    white-space: pre-line;
}

.page-content .solutions-show .info-box .table2 .item-box {
    display: flex;
    flex-wrap: wrap;
}

.page-content .solutions-show .info-box .table2 .item-box .item {
    border-radius: 10px;
    width: 23.84%;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-content .solutions-show .info-box .table2 .item-box .item .head {
    padding-bottom: 30px;
    border: 2px solid #ecf2f8;
    border-radius: 10px 10px 0 0;
}

.page-content .solutions-show .info-box .table2 .item-box .item .head i {
    height: 40px;
    width: 50px;
    display: inline-block;
    border-right: 2px solid #e4e8f5;
    border-bottom: 2px solid #e4e8f5;
    border-radius: 10px 0 30px 0;
    font-size: 16px;
    font-family: 'segoeui blod';
    color: #467fbe;
    text-align: center;
    line-height: 40px;
    font-style: normal;
}

.page-content .solutions-show .info-box .table2 .item-box .item .head .title {
    font-size: 20px;
    font-family: 'segoeui blod';
    text-align: center;
    margin: 10px 0;
    min-height: 60px;
    padding: 0 10px;
}

.page-content .solutions-show .info-box .table2 .item-box .item .head .remark {
    padding: 0 10px;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 20px;
    min-height: 60px;
}

.page-content .solutions-show .info-box .table2 .item-box .item .txt {
    padding: 30px 10px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
}

.page-content .solutions-show .info-box .table2 .item-box .item:nth-child(4n+1) .txt {
    background: #00a3f6;
}

.page-content .solutions-show .info-box .table2 .item-box .item:nth-child(4n+2) .txt,
.page-content .solutions-show .info-box .table2 .item-box .item:nth-child(4n+6) .txt,
.page-content .solutions-show .info-box .table2 .item-box .item:nth-child(4n+10) .txt {
    background: #1c9bff;
}

.page-content .solutions-show .info-box .table2 .item-box .item:nth-child(4n-1) .txt {
    background: #0066b6;
}

.page-content .solutions-show .info-box .table2 .item-box .item:nth-child(4n) .txt {
    background: #004a84;
}

.page-content .solutions-show .info-box .table2 .item-box .item .txt p {
    min-height: 84px;
}

.page-content .solutions-show .info-box .table3 .item-box {
    display: flex;
    flex-wrap: wrap;
}

.page-content .solutions-show .info-box .table3 .item-box .item {
    border-radius: 10px;
    width: 23.84%;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-content .solutions-show .info-box .table3 .item-box .item .txt {
    padding: 15px;
    text-align: center;
    font-size: 18px;
}

.page-content .solutions-show .related-pro .head {
    padding: 0;
    display: flex;
    padding-top: 5%;
    margin-bottom: 3%;
    justify-content: space-between;
}

.page-content .solutions-show .related-pro .head p {
    font-size: 26px;
    font-family: 'segoeui blod';
}

.page-content .solutions-show .related-pro .head .more-btn {
    width: 140px;
    height: 50px;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #467fbe;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.page-content .solutions-show .related-pro .head .more-btn:hover {
    background-color: #467fbe;
}

.page-content .solutions-show .related-pro .head .more-btn:hover a {
    color: #ffffff;
}

.page-content .solutions-show .related-pro .head .more-btn a {
    color: #467fbe;
    text-transform: uppercase;
}

.page-content .solutions-show .related-pro .related-item .swiper-slide a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.page-content .solutions-show .related-pro .related-item .swiper-slide a:hover .text {
    background: #467fbe;
    color: #ffffff;
}

.page-content .solutions-show .related-pro .related-item .swiper-slide .img-box {
    margin-bottom: 2px;
    background-color: #ffffff;
    text-align: center;
}

.page-content .solutions-show .related-pro .related-item .swiper-slide .text {
    background-color: #ffffff;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    min-height: 88px;
}

.page-content .download-box {
    padding: 5% 0;
}

.page-content .download-box .search-input {
    width: 850px;
    margin: auto;
    height: 70px;
    margin-bottom: 5%;
}

.page-content .download-box .search-input form {
    overflow: hidden;
}

.page-content .download-box .search-input .input1 {
    line-height: 68px;
    padding-left: 20px;
    width: 700px;
    border: 1px solid #467fbe;
    border-right: 0;
    border-radius: 70px 0 0 70px;
    font-size: 16px;
    color: #999999;
}

.page-content .download-box .search-input .btns {
    width: 150px;
    background: #467fbe;
    height: 72px;
    border-radius: 0px 70px 70px 0;
    margin-left: -5px;
    border: 1px solid #467fbe;
    text-transform: uppercase;
    margin-top: -2px;
    position: relative;
    cursor: pointer;
}

.page-content .download-box .search-input .btns p {
    font-size: 18px;
    color: #ffffff;
    font-family: 'segoeui blod';
    display: inline-block;
    margin-left: 15px;
}

.page-content .download-box .search-input .btns img {
    margin-top: 3px;
}

.page-content .download-box .list-box {
    display: flex;
}

.page-content .download-box .list-box .left {
    width: 200px;
}

.page-content .download-box .list-box .left ul {}

.page-content .download-box .list-box .left li {
    padding-left: 15px;
}

.page-content .download-box .list-box .left li .item::after {
    content: '';
    display: block;
    background: url(../images/download_08.png);
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: -13px;
}

.page-content .download-box .list-box .left li .item.active::after {
    background: url(../images/download_19.png);
}

.page-content .download-box .list-box .left li .item {
    position: relative;
}

.page-content .download-box .list-box .left li .item a {
    display: inline-block;
    border-left: 1px solid #dddddd;
    padding-left: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    color: #666666;
}

.page-content .download-box .list-box .left li .item a:hover,
.page-content .download-box .list-box .left li .item.active a {
    color: #467fbe;
}

.page-content .download-box .list-box .left li.active {}

.page-content .download-box .list-box .left li.active .item {}

.page-content .download-box .list-box .left li.active a {}

.page-content .download-box .list-box .right {
    width: 85.5%;
}

.page-content .download-box .list-box .right ul {
    border-top: 1px dashed #dddddd;
}

.page-content .download-box .list-box .right ul li {
    border-bottom: 1px dashed #dddddd;
    display: flex;
    padding: 30px 0;
    cursor: pointer;
}

.page-content .download-box .list-box .right .img-box {
    width: 40px;
    margin-right: 25px;
}

.page-content .download-box .list-box .right .text {
    width: 84%;
    padding-right: 20px;
}

.page-content .download-box .list-box .right .text h2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.page-content .download-box .list-box .right .text h2 a {
    font-size: 20px;
}

.page-content .download-box .list-box .right .text h2 a:hover {}

.page-content .download-box .list-box .right .text .txt {
    color: #999999;
}

.page-content .download-box .list-box .right .text .txt span {
    display: inline-block;
    margin-right: 10px;
}

.page-content .download-box .list-box .right .download-btn {
    width: 130px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #467fbe;
    line-height: 40px;
    text-align: center;
}

.page-content .download-box .list-box .right .download-btn span {
    font-size: 16px;
    color: #467fbe;
}

.page-content .download-box .list-box .right .download-btn img {
    margin-top: 10px;
}

.page-content .download-box .list-box .right .download-btn img:first-child {}

.page-content .download-box .list-box .right .download-btn img:last-child {
    display: none;
}

.page-content .download-box .list-box .right ul li:hover .download-btn {
    background: #467fbe;
}

.page-content .download-box .list-box .right ul li:hover .download-btn span {
    color: #ffffff;
}

.page-content .download-box .list-box .right ul li:hover .download-btn img:nth-child(2) {
    display: none;
}

.page-content .download-box .list-box .right ul li:hover .download-btn img:last-child {
    display: inline-block;
}

.msgmodal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
}

.msgmodal .pop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.msgmodal .form-box {
    background: #ffffff;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    top: 5%;
    border-radius: 10px;
    width: 720px;
    height: 770px;
}

.msgmodal .form-box .close-btn {
    font-size: 30px;
    font-family: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“';
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #467fbe;
}

.msgmodal .form-box .form-input {
    padding: 80px;
}

.msgmodal .form-box .form-input>.title {
    font-size: 30px;
    font-family: 'segoeui blod';
    text-align: center;
    margin-bottom: 30px;
}

.msgmodal .form-box .form-input .input {}

.msgmodal .form-box .form-input .input div {
    width: 49%;
    float: left;
    border: 1px solid #d8dbea;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-right: 1%;
    font-size: 18px;
}

.msgmodal .form-box .form-input .input input {
    width: 100%;
    padding-left: 20px;
}

.msgmodal .form-box .form-input .input input::placeholder,
.msgmodal .form-box .form-input textarea::placeholder {
    color: #999999;
}

.msgmodal .form-box .form-input .content {
    height: 260px;
    border: 1px solid #d8dbea;
    width: 100%;
    border-radius: 30px;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 10px;
}

.msgmodal .form-box .form-input .submit {
    text-align: center;
}

.msgmodal .form-box .form-input .submit input {
    width: 200px;
    height: 60px;
    background: #467fbe;
    color: #ffffff;
    font-size: 18px;
    font-family: 'segoeui blod';
    border-radius: 0 30px 30px;
    text-transform: uppercase;
}

.page-content .contentbox {
    border: 1px solid #467fbe;
    border-radius: 10px;
    padding: 30px;
}

.page-content .contentbox .head {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.page-content .contentbox .head h1 {
    font-size: 30px;
    font-family: 'segoeui blod';
    line-height: 36px;
    margin-bottom: 20px;
}

.page-content .contentbox .head .txt {
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.page-content .contentbox .head .txt span {
    margin-right: 15px;
}

.page-content .contentbox .content ul,
.page-content .pro-show .content .product-content-box ul，.page-content .contentbox .content ol,
.page-content .pro-show .content .product-content-box ol {
    margin-bottom: 10px
}

.page-content .contentbox .content ul li,
.page-content .pro-show .content .product-content-box ul li {
    list-style: inside
}

.page-content .contentbox .content ol li,
.page-content .pro-show .content .product-content-box ol li {
    list-style: decimal;
    list-style-position: inside
}

.page-content .contentbox .content p {
    font-size: 18px;
    margin-bottom: 10px;
}

.page-content .contact-box {
    display: flex;
    justify-content: space-between;
}

.page-content .contact-box .left {
    width: 45%;
    padding-right: 50px;
}

.page-content .contact-box .right {
    width: 770px;
    padding: 45px;
    background: #f3f4f9;
    border-radius: 10px;
}

.page-content .contact-box .left .company-name {
    font-size: 40px;
    font-family: 'segoeui blod';
    margin-bottom: 50px;
}

.page-content .contact-box .left .address {
    margin-bottom: 30px;
}

.page-content .contact-box .left .address span {
    font-size: 20px;
    line-height: 26px;
}

.page-content .contact-box .left .contact-info {
    margin-bottom: 70px;
}

.page-content .contact-box .left .contact-info span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.page-content .contact-box .left .contact-info span a {
    color: #467fbe;
}

.page-content .contact-box .left .contact-info span a:hover {}

.page-content .contact-box .left .address p,
.page-content .contact-box .left .contact-info p {
    font-size: 20px;
    font-family: 'segoeui blod';
    margin-bottom: 30px;
}

.page-content .contact-box .left .contact-share {
    margin-top: 10px;
}

.page-content .contact-box .left .contact-share p {
    margin-bottom: 15px;
}

.page-content .contact-box .left .contact-share p a {
    display: inline-block;
    font-size: 20px;
}

.page-content .contact-box .left .contact-share p a img {
    margin-right: 10px;
}

.page-content .contact-box .left .contact-share p a:hover {
    color: #467fbe;
}

.page-content .contact-box .right .contact-msg {}

.page-content .contact-box .right .contact-msg p {
    font-size: 40px;
    font-family: 'segoeui blod';
    margin-bottom: 20px;
}

.page-content .contact-box .right .contact-msg span {
    font-size: 18px;
    color: #555555;
    line-height: 26px;
    margin-bottom: 40px;
    display: inline-block;
}

.page-content .contact-box .right .contact-msg .input div {
    width: 48%;
    float: left;
    border: 1px solid #d8dbea;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 18px;
    background: #ffffff;
}

.page-content .contact-box .right .contact-msg .input input {
    width: 100%;
    padding-left: 20px;
}

.page-content .contact-box .right .contact-msg .input input::placeholder,
.page-content .contact-box .right .contact-msg textarea::placeholder {
    color: #999999;
}

.page-content .contact-box .right .contact-msg .content {
    height: 260px;
    border: 1px solid #d8dbea;
    width: 98%;
    border-radius: 30px;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 10px;
    background: #ffffff;
}

.page-content .contact-box .right .contact-msg .submit {}

.page-content .contact-box .right .contact-msg .submit input {
    width: 200px;
    height: 60px;
    background: #467fbe;
    color: #ffffff;
    font-size: 18px;
    font-family: 'segoeui blod';
    border-radius: 0 30px 30px;
    text-transform: uppercase;
}

.page-content .search-box {}

.page-content .search-box ul {}

.page-content .search-box li {
    background: #ffffff;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
}

.page-content .search-box li a {
    display: flex;
    align-items: center;
}

.page-content .search-box li a:hover h2 {
    color: #467fbe;
}

.page-content .search-box li .img-box {
    margin-right: 20px;
    width: 20%;
}

.page-content .search-box li .text {
    width: 70%;
}

.page-content .search-box li .text h2 {
    font-size: 24px;
    font-family: 'segoeui blod';
    margin-bottom: 20px;
}

.page-content .search-box li .text .txt {
    font-size: 16px;
}

.page-content .search-box li .time {
    width: 100px;
    font-size: 16px;
    text-align: center;
    font-family: 'segoeui blod';
    color: #467fbe;
}

.page-content .product-box .sidebar .category ul li {
    padding-top: 15px;
}

.page-content .product-box .sidebar .category .name {
    margin-bottom: 0;
}

.page-content .product-box .sidebar .category .sub-menu.active .menu-box {
    margin-top: 10px;
}

.page-content .product-box .sidebar .category .sub-menu a {
    padding-left: 0;
}

.page-content .solutions-show .sidebar .category li .name {
    padding: 15px 0;
}