.headercontent {
    height: 145px;
    align-items: center;
}

.headerright {
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.phone {
    justify-content: flex-end;
    float: right;
    margin-top: 15px;
    color: #26208c;
    font-size: 16px;
    margin-right: 23px;
}

.phone span,
.phone p {
    color: #999;
}

.phone span {
    display: inline-block;
    margin-right: 5px;
}

.nav>ul>li {
    display: block;
    text-align: center;
    color: #333;
    width: 105px;
    font-size: 16px;
    position: relative;
    line-height: 60px;
    height: 60px;
}

.nav>ul>li:hover .subnav {
    display: block;
}

.subnav {
    position: absolute;
    left: 0;
    top: 60px;
    width: 105px;
    z-index: 99;
    background: rgba(36, 30, 133, 0.9);
    display: none;
    transition: all .5s;
}

.nav>ul>li:hover a,
.nav ul li a.active {
    color: #26208c;
    font-weight: bold;
}

.subnav li {
    line-height: 40px!important;
}

.subnav li a {
    color: #fff!important;
    display: block;
    font-size: 13px!important;
    font-weight: normal!important;
}

.subnav li a:hover {
    background: #241e85;
    color: #fff!important;
}

.banner {
    height: 564px;
    position: relative;
}

.banner a {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    margin: 0 auto;
}

.bannerswiper {
    height: 564px;
}

.swiper-button-next-my,
.swiper-button-prev-my {
    position: absolute;
    z-index: 9999;
    width: 27px;
    height: 47px;
    top: 50%;
    cursor: pointer;
}

.swiper-button-next-my:focus,
.swiper-button-prev-my:focus {
    border: none;
    outline: none;
}

.swiper-button-next-my {
    left: calc((100% - 1200px)/2 - 20px);
    background: url(../../images/ph/prev.png) no-repeat;
}

.swiper-button-prev-my {
    right: calc((100% - 1200px)/2 - 20px);
    background: url(../../images/ph/next.png) no-repeat;
}

.products {
    height: 510px;
    background: #fafafa;
    position: relative;
}

.product-menu {
    background: url(../../images/ph/pro-bj.jpg) no-repeat;
    position: absolute;
    width: 230px;
    height: 530px;
    z-index: 9999;
    top: -70px;
    color: #fff;
}

.product-phone {
    height: 70px;
    padding: 0 25px;
    font-size: 16px;
}

.product-phone .icon {
    width: 41px;
    height: 41px;
    color: #241e85;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
}

.icon .iconfont {
    font-size: 24px;
}

.product-phone .text {
    margin-right: 5px;
}

.products .title {
    height: 70px;
    margin-top: 25px;
    margin-left: 15px;
}

.products .title .en {
    font-size: 14px;
}

.products .title .cn {
    font-size: 20px;
}

.product-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 170px;
    height: 46px;
    margin-left: 15px;
    background: #fff;
    color: #333;
    margin-top: 5px;
    padding: 0 15px;
    transition: all 0.2s;
    font-size: 15px;
}

.product-item:hover,
.product-item.active {
    font-weight: bold;
    color: #241e85;
    margin-left: 35px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.product-item:hover span,
.product-item.active span {
    color: #241e85;
}

.product-item span {
    font-weight: normal;
    font-size: 24px;
    color: #999;
}

.product-pic {
    background: #fff;
    width: 210px;
    height: 180px;
    border: 2px solid #ddd;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-left: 25px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-pics {
    margin-left: 260px;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: none;
}

.products-pics.active {
    display: flex;
}

.product-pic a {
    display: block;
    text-align: center;
    line-height: 180px;
    overflow: hidden;
}

.product-pic a img {
    transition: all 0.3s;
    max-width: 100%;
    vertical-align: middle;
}

.product-pic:hover {
    border: 2px solid #241e85;
}

.product-pic:hover p {
    background: #241e85;
    color: #fff;
}

.product-pic:hover img {
    transform: scale(1.1, 1.1);
}

.product-pic p {
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.products .more {
    justify-content: flex-end;
    margin-top: 25px;
    color: #26208c;
    font-size: 16px;
    display: flex;
}

.products .more span {
    margin-left: 10px;
}

.products .more a,
.products .more span {
    color: #26208c;
    font-weight: 600;
}

.case {
    height: 400px;
    background: #fff;
}

.prtitle {
    height: 110px;
}

.prtitle .cn {
    font-size: 20px;
    color: #241e85;
    font-weight: bold;
}

.prtitle .en {
    font-size: 14px;
    color: #ccc;
}

.prtitle .more {
    width: 55px;
}

.prtitle .more a,
.prtitle .more span {
    color: #241e85;
    font-weight: bold;
}

.prtitle .more span {
    margin-left: 5px;
}

.case-pros {
    height: 235px;
}

.case-pic {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.case-pic:hover img {
    transform: scale(1.1, 1.1);
}

.case-pic img {
    width: 100%;
    height: 235px;
    transition: all 0.3s;
}

.case-pic p {
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 35px;
    transition: all 0.2s;
}

.about {
    width: 100%;
    height: 500px;
    background: #fafafa;
}

.about-left img {
    width: 400px;
    height: 330px;
}

.about-right {
    width: 350px;
    height: 330px;
    border: 10px solid #241e85;
    border-radius: 10px;
    box-sizing: border-box;
}

.about-right img {
    width: 330px;
    height: 310px;
}

.about-content {
    width: 730px;
}

.about-content .p1,
.about-content .p2 {
    font-size: 26px;
    color: #241e85;
}

.about-content .p3 {
    font-size: 14px;
    color: #333;
    margin-top: 50px;
    height: 106px;
    line-height: 2;
}

.about-content .morebtn {
    margin-top: 50px;
    width: 80px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 4px;
    background: #241e85;
    color: #fff;
}

.rosthetic-news {
    width: 100%;
    background: #fff;
    height: 430px;
}

.rosthetic {
    width: 570px;
}

.rosthetic .prtitle {
    margin-top: 10px;
    height: 80px;
}

.rosthetic-item {
    height: 110px;
    border-bottom: 1px solid #eee;
}

.rosthetic-item img {
    width: 100px;
    height: 70px;
}

.item-content {
    width: 466px;
    margin-left: 15px;
}

.item-content .item-title {
    color: #333;
    font-size: 16px;
}

.item-content .item-c {
    color: #999;
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.5;
}

.rosthetic-item .date {
    width: 100px;
    height: 70px;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.rosthetic-item .date p {
    font-size: 30px;
    display: inline-block;
    color: #333;
}

.huanjin-list {
    height: 235px;
}

.huanjin-list .swiper-slide {
    height: 235px;
    width: 280px;
    overflow: hidden;
}

.huanjin-list .swiper-slide img {
    height: 235px;
    width: 280px;
    transition: all 0.3s;
}

.huanjin-list .swiper-slide img:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
}

.youlink {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 65px;
    margin-top: 55px;
    background: #f5f5f5;
}

.youlinktitle {
    height: 65px;
    width: 65px;
    background: #26208c;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.youlink-list {
    height: 65px;
    line-height: 65px;
    margin-left: 15px;
    font-size: 14px;
    color: #666;
}

.youlink-list a,
.youlink-list span {
    display: inline-block;
    margin-left: 10px;
}

.in-content {
    margin-top: 50px;
    min-height: 600px;
}

.in-left {
    width: 240px;
}

.in-banner img {
    width: 100%;
}

.in-left-title {
    height: 75px;
    background: #241e85;
    color: #FFF;
    font-size: 28PX;
    font-family: Arial, Helvetica, sans-serif;
    padding: 25px 0 0 10px;
    margin-bottom: 1px;
}

.in-left-list {
    background: #f5f5f5;
    min-height: 300px;
}

.in-left-list li {
    line-height: 50px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.in-left-list li span {
    font-size: 22px;
    color: #999;
}

.in-left-list li a {
    padding: 0 10px;
    display: block;
}

.in-left-list li:hover {
    background: #241e85;
    cursor: pointer;
}

.in-left-list li:hover a,
.in-left-list li:hover span {
    color: #fff;
}

.in-right {
    width: 910px;
}

.in-rignt-title {
    border-bottom: 1px solid #eee;
    line-height: 50px;
    margin-bottom: 30px;
}

.in-rignt-title h2 {
    font-size: 18px;
}

.single-txt {
    text-align: justify;
    margin-top: 20px;
    line-height: 36px;
}

.in-news-item {
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
    margin-top: 20px;
}

.in-news-item .pic {
    width: 160px;
    height: 100px;
    float: left;
    overflow: hidden;
}

.in-news-item img {
    max-width: 100%;
    transition: all .3s;
}

.in-news-list {
    margin-top: 40px;
}

.in-news-item .item-content {
    width: 730px;
    float: right;
}

.in-news-item span {
    color: #241e85;
    font-size: 30px;
    display: block;
}

.in-news-item .item-c {
    line-height: 22px;
}

.in-news-item:hover img {
    transform: scale(1.1, 1.1);
}


/*page*/

.con-page ul li {
    display: inline-block;
    text-align: center;
}

.con-page ul li a.active {
    background: #241e85;
    border: 1px solid #241e85;
    color: #fff;
}

.con-page ul li a.pre,
.con-page ul li a.next {
    border: 1px solid #e3e3e3;
    padding: 6px 14px;
}

.con-page {
    margin-bottom: 70px;
    margin-top: 50px;
    text-align: center;
}

.con-page ul li a {
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 6px 14px;
    margin: 0 3px;
}

.in-products-list .product-pic {
    margin-right: 23px;
    margin-left: 0;
}

.in-products-list {
    width: 932px;
    overflow: hidden;
}