.banner {
    height: 500px;
}

.banner .swiper-slide {
    background-size: cover;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 500px;
}

.banner .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: 5px;
    opacity: 1;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background: #066346;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.form {
    padding: 50px 0;
}

.process {
    width: 100%;
}

.process>span.iconfont {
    display: inline-block;
    width: 30px;
    color: #999;
    text-align: center;
    font-size: 26px;
}

.process-item {
    width: 225px;
    height: 110px;
    background: #f3f3f3;
}

.process-item.service-item {
    background: #066346;
    margin-right: 30px;
}

.process-item.service-item .cn {
    color: #fff;
    font-size: 24px;
}

.process-item.service-item .en {
    color: #fff;
    font-size: 16px;
}

.process-item.flex-row {
    justify-content: center;
}

.process-item .iconfont {
    font-size: 50px;
    margin-left: 10px;
    color: #066346;
}

.process-item .iconfont.i1 {
    font-size: 55px;
    font-weight: bold;
}

.process-item .iconfont.i3,
.process-item .iconfont.i4 {
    font-size: 55px;
}

.process-item .text p {
    font-size: 20px;
    color: #333;
}

.forms {
    margin-top: 30px;
    width: 100%;
}

.forms .p1 {
    color: #333;
    font-size: 24px;
    font-weight: 400;
}

.forms .p2 {
    color: #333;
    font-size: 16px;
}

.forms input,
.forms select {
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #e3e3e3;
}

.forms input.name,
.forms select {
    width: 180px;
}

.forms input.phone {
    width: 367px;
}

.forms .button {
    display: block;
    width: 185px;
    text-align: center;
    color: #fff;
    background: #066346;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    animation: mymove 1s infinite;
}

@keyframes mymove {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.product {
    padding: 50px 0;
    background: #f5f5f5;
}

.title {
    margin: 0 auto;
    width: 300px;
}

.title .ch {
    font-size: 30px;
    color: #333;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.title .en {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.product-content.flex-row {
    margin-top: 20px;
    width: 100%;
    align-items: flex-start;
}

.product-title {
    width: 230px;
}

.product-title-item {
    width: 100%;
    height: 230px;
    background: #fff;
    padding: 15px 0 10px 0;
    margin-top: 20px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-title-item .p1 {
    font-size: 24px;
    color: #066346;
    width: 100%;
    text-align: center;
}

.product-title-item .p2 {
    width: 30px;
    height: 4px;
    background: #066346;
    margin: 0 auto;
    margin-top: 10px;
}

.product-title-item .p3 {
    font-size: 14px;
    color: #999;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.product-title-item a {
    display: block;
    width: 206px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 25px;
}

.product-title-item a img {
    width: 206px;
    height: 120px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-title-item:hover,
.product-title-item.active {
    background: #066346;
}

.product-title-item:hover .p1,
.product-title-item.active .p1 {
    color: #fff;
}

.product-title-item:hover .p2,
.product-title-item.active .p2 {
    background: #fff;
}

.product-title-item:hover .p3,
.product-title-item.active .p3 {
    color: #fff;
}

.product-title-item:hover a img,
.product-title-item.active a img {
    transform: scale(1.1);
}

.product-list {
    width: 950px;
}

.product-jiazhuang,
.product-gongzhuang {
    width: 100%;
    margin-top: 20px;
}

.product-list .product-item {
    height: 255px;
    background: #fff;
    width: 222px;
    transition: all 0.3s;
    transform: translate(0, 0);
}

.product-list .product-item a {
    width: 190px;
    height: 150px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
}

.product-list .product-item a img {
    width: 190px;
    height: 145px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-list .product-item .p1 {
    margin-top: 15px;
    color: #333;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.product-list .product-item .p2 {
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.product-list .product-item:hover a img {
    transform: scale(1.1);
}

.product-list .product-item:hover {
    box-shadow: 0 5px 5px #ccc;
    transform: translate(0, -5px);
    cursor: pointer;
}

.case {
    padding: 50px 0;
    width: 100%;
    background: #fff;
}

.case .warp {
    margin-top:40px;
}

.case .l.flex-row {
    flex-wrap: wrap;
}

.case .img-item {
    position: relative;
    /* margin-top: 20px; */
}

.case .flex-col.img-warp2{
    height: 492px;
    justify-content: space-between;
}
.case .img-item .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.case .img-item:hover .img img {
    transform: scale(1.1);
}

.case .img-item p {
    width: 100%;
    position: absolute;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.case .item1 .img {
    width: 793px;
    height: 492px;
    overflow: hidden;
}

.case .item2 .img{
    width: 387px;
    height: 236px;
    overflow: hidden;
}

.case .item4 .img{
    width: 386px;
    height: 256px;
    overflow: hidden;
    margin-top: 20px;
}

/* .case .item2 .img,
.case .item3 .img {
    width: 416px;
    height: 294px;
    overflow: hidden;
}

.case .item4 .img {
    width: 328px;
    height: 242px;
    overflow: hidden;
}

.case .item5 .img {
    width: 328px;
    height: 500px;
    overflow: hidden;
} */

.youshi {
    padding: 50px 0;
    width: 100%;
    background: #f5f5f5;
}

.youshi-list {
    margin-top: 40px;
}

.list2.youshi-list {
    flex-direction: row-reverse;
}

.youshi-list .advimg {
    width: 474px;
    height: 312px;
}

.youshi-text {
    width: 670px;
}

.youshi-title {
    width: 100%;
}

.youshi-title p {
    width: 600px;
}

.youshi-title p.ch {
    color: #333;
    font-size: 26px;
}

.youshi-title p.en {
    color: #999;
    font-size: 16px;
    margin-top: 8px;
}

.youshi-content {
    color: #666;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
    margin-left: 70px;
    margin-top: 20px;
    height: 90px;
    overflow: hidden;
}

.youshi-title .no {
    background: #066346;
    color: #fff;
    font-size: 26px;
    width: 47px;
    height: 61px;
    position: relative;
    text-align: center;
    line-height: 47px;
}

.youshi-title .no::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 23.5px 17px 23.5px;
    border-color: transparent transparent #f5f5f5 transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-baike.flex-row {
    align-items: flex-start;
    padding-top: 25px;
}

.news {
    margin-top: 20px;
    width: 770px;
    padding: 0 10px;
    border: 1px solid #dedede;
    height: 476px;
    overflow: hidden;
}

.news-title {
    width: 100%;
    height: 70px;
}

.news-title p {
    color: #333;
    font-size: 20px;
}

.news-title a {
    color: #999;
}

.news-content.flex-row {
    align-items: flex-start;
}

.img-news {
    width: 350px;
}

.img-news a {
    display: block;
    width: 350px;
    height: 217px;
    overflow: hidden;
}

.img-news img {
    width: 350px;
    height: 217px;
    transition: all 0.3s;
}

.img-news:hover img {
    transform: scale(1.1);
}

.img-news .p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
}

.img-news .p1 {
    color: #333;
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
}

.img-news .more {
    margin-top: 20px;
    display: block;
    height: 35px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #066346;
    line-height: 35px;
}

.list-news {
    width: 370px;
    margin-right: 5px;
}

.list-news li .p1 {
    display: block;
    color: #333;
    font-size: 16px;
    transition: all 0.2s;
}

.list-news li .p1:hover {
    color: #066346;
    font-weight: bold;
}

.list-news li .p1::before {
    content: ' ';
    width: 4px;
    height: 4px;
    background: #066346;
    margin-right: 10px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 3px;
}

.list-news li .p2 {
    display: block;
    color: #999;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    margin-top: 10px;
    margin-left: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.baike {
    margin-top: 20px;
    width: 360px;
    padding: 0 10px;
    border: 1px solid #dedede;
    height: 476px;
    overflow: hidden;
}

.baike a.img {
    width: 360px;
    height: 173px;
    display: block;
    overflow: hidden;
}

.baike a:hover img {
    transform: scale(1.1);
}

.baike a img {
    width: 360px;
    height: 173px;
    transition: all 0.3s;
}

.baike-list {
    width: 100%;
}

.baike-list li a {
    display: block;
    margin-top: 25px;
    color: #333;
}

.baike-list li a:hover {
    color: #066346;
    font-weight: bold;
}

.baike-list li a::before {
    content: ' ';
    width: 4px;
    height: 4px;
    background: #066346;
    margin-right: 6px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 2px;
}

.ad {
    height: 220px;
}

.ad-list {
    width: 160px;
}

.ad-list .iconfont {
    font-size: 36px;
    color: #666;
}

.ad-list .p1 {
    font-size: 20px;
    color: #666;
    margin-top: 20px;
}

.ad-list .p2 {
    font-size: 14px;
    color: #666;
}

.back-top {
    position: fixed;
    z-index: 22;
    right: 0;
    bottom: 90px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 2px solid #066346;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

.back-top .iconfont {
    font-size: 28px;
    color: #066346;
}
