.banner {
    position: relative;
}
.zy-banner {
    height: 500px;
}
/* 顶部 */
header {
    position: absolute;
    top: 35px;
    z-index: 1;
    height: 130px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    background-color: #fff;
}
header h1 {
    width: 25%;
    line-height: 130px;
    text-align: center;
    background-color: #fff;
}
header h1 img {
    vertical-align: middle;
}
header .right {
    width: 75%;
}
header .right p {
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
    background-color: #1a65b7;
    color: #fff;
}
header .right p span:first-child {
    font-size: 16px;
}
header nav {
    margin-top: 30px;
}
header nav li {
    float: left;
    width: 14.28%;
    line-height: 20px;
    text-align: center;
}
header nav li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #151718;
    border-right: 1px dashed #ddd;
}
header nav li:last-child a {
    border-right: 0;
}
header li a:hover, header li a.hover {
    color: #395ccd;
}
.search {
    height: 100px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 100px;
}
.search p span {
    font-size: 16px;
    color: #5c5c5c;
}
.search p a {
    padding: 0 12px;
    color: #bfbfbf;
}
.search form input {
    padding: 0 8px;
    border: 0;
    border-right: 1px solid #c8c8c8;
    height: 22px;
    width: 220px;
    outline: none;
}
.search form button {
    margin-left: 12px;
    border: 0;
    background: #f0f0f0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    outline: none;
}
.search form button img {
    vertical-align: middle;
}
.about-us {
    padding: 40px 0;
}
.index-title {
    margin-bottom: 40px;
}
.index-title div {
    width: 60%;
}
.index-title h3 {
    font-size: 28px;
    color: #007cc2;
    font-weight: bold;
}
.index-title p {
    margin-top: 30px;
    font-size: 18px;
    color: #242323;
}
.index-title span {
    display: block;
    width: 40%;
    text-align: right;
    font-size: 60px;
    color: #c8c8c8;
    font-family: '黑体';
    font-weight: bold;
    line-height: 100px;
    text-transform: uppercase;
}
.about-us .body > div {
    width: 32%;
    margin-right: 2%;
}
.about-us .body > div:last-child {
    margin-right: 0;
}
.about-us .body .odd {
    padding: 50px 30px;
    height: 485px;
    box-sizing: border-box;
}
.about-us .body .odd p:nth-of-type(1) {
    margin-bottom: 10px;
    font-size: 28px;
    color: #fff;
}
.about-us .body .odd p:nth-of-type(2) {
    margin-bottom: 50px;
    font-size: 16px;
    color: #fff;
}
.about-us .body .odd p:nth-of-type(3) {
    line-height: 30px;
    color: #fff;
    margin-bottom: 50px;
}
.about-us .body .odd a {
    display: block;
    height: 45px;
    width: 280px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.about-us .body .odd a:hover {
    background: #fff;
    color: #007cc2;
}
.about-us .body .even {
    height: 230px;
    display: block;
    position: relative;
    overflow: hidden;
}
.other-content p{
    line-height:40px;
}
.about-us .body .even span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    display: block;
    font-size: 28px;
    color: #fff;
}
.about-us .body .even img {
    transition: all 0.3s;
}
.about-us .body .even:hover img {
    transform: scale(1.2);
}
/*幻灯片*/
.swiper-container1 {
    width: 100%;
    height: 718px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.index .title {
    text-align: center;
}
.index .title p:first-child {
    font-size: 36px;
    color: #000;
    letter-spacing: 10px;
}
.index .title p:last-child {
    font-size: 16px;
    color: #000;
    margin: 30px 0;
    letter-spacing: 5px;
}
.index .title p.write {
    color: #fff;
}
.index .more {
    margin: 80px auto 0;
    height: 60px;
    line-height: 60px;
    width: 310px;
    text-align: center;
    transition: all 0.3s;
}
.index .more a {
    display: block;
    font-size: 16px;
    background-color: #fff;
    border-radius: 30px;
    color: #000;
}
.index .more a:hover {
    background-color: #000;
    color: #fff;
}
/*首页产品*/
.index-product {
    padding: 80px 0;
    background-color: #b2bbab;
}
.index-product ul li {
    float: left;
    position: relative;
    top: 0;
    margin-right: 30px;
    margin-top: 30px;
    transition: all 0.5s ease-out;
}
.index-product ul li:nth-child(3n) {
    margin-right: 0;
}
.index-product ul li img {
    width: 400px;
    height: 370px;
}
.index-product ul li p {
    width: 400px;
    line-height: 50px;
    font-size: 17px;
    color: #333;
    text-align: center;
}
.index-product ul li:hover {
    top: -20px;
}
.index-quality {
    padding: 80px 0;
    background-color: #7a7373;
}
.index-quality ul {
    margin: 60px 0;
}
.index-quality ul li {
    float: left;
    width: 20%;
    text-align: center;
}
.index-quality ul li a {
    padding: 8px 30px;
    border-radius: 15px;
    color: #fff;
}
.index-quality ul li a:hover {
    background-color: #fff;
    color: #000;
}
.index-quality ul li a.hover {
    background-color: #fff;
    color: #000;
}
.index-quality .content {
    position: relative;
    display: none;
}
.index-quality .content img {
    height: 590px;
    width: 100%;
}
.index-quality .content .text {
    position: absolute;
    top: 50%;
    margin-top: -170px;
    left: -60px;
    padding: 60px;
    height: 340px;
    width: 520px;
    background-color: #fff;
    box-sizing: border-box;
}
.index-quality .content .text p:first-child {
    font-size: 33px;
    color: #000;
}
.index-quality .content .text p:nth-child(2) {
    margin: 30px 0;
    font-size: 16px;
    color: #000;
    line-height: 35px;
    font-family: "黑体";
}
.index-quality .content .text a {
    display: block;
    font-weight: bold;
    color: #fff;
    height: 40px;
    line-height: 32px;
    width: 110px;
    background-color: #000;
    font-size: 30px;
    text-align: center;
    border-radius: 30px;
    border: 3px solid #fff;
    box-sizing: border-box;
    transition: all 0.3s;
}
.index-quality .content .text a:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
/*公司简介*/
.index-about {
    padding: 80px 0;
    background-color: #aea08f;
}
.index-about .content {
    padding: 30px 0;
}
.index-about .content p:first-child {
    text-align: center;
    font-size: 28px;
    color: #fff;
}
.index-about .content p:last-child {
    margin-top: 50px;
    text-indent: 2em;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.product {
    height: 1067px;
    background: url("../img/product-bg.jpg") no-repeat center;
}
.product .first {
    margin-top: 80px;
    height: 375px;
    width: 69%;
    background: #fff;
}
.product .first > a {
    display: block;
    width: 50%;
    line-height: 375px;
    text-align: center;
}
.product .first > a img {
    width: 90%;
    vertical-align: middle;
    transition: all 0.3s;
}
.product .first > a img:hover {
    transform: scale(1.1);
}
.product .first > div {
    padding: 50px 30px;
    width: 50%;
    box-sizing: border-box;
}
.product .first > div > a:first-of-type {
    font-size: 18px;
    color: #333;
}
.product .first > div > a:last-of-type {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 130px;
    text-align: center;
    color: #333;
    border: 1px solid #00539a;
}
.product .first > div > p {
    margin: 30px 0;
    color: #333;
    line-height: 30px;
}
.product .first > div > a:last-of-type:hover {
    background: #00539a;
    color: #fff;
}
.product .category {
    margin-top: 80px;
    width: 29%;
}
.product .category ul li {
    padding: 20px;
    height: 186px;
    background: #00539a;
    box-sizing: border-box;
}
.product .category ul li:last-child {
    border-top: 3px solid #fff;
}
.product .category ul li p {
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}
.product .category ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-right: 5px;
    white-space: nowrap;
}
.product .list {
    margin-top: 50px;
}
.product .list .swiper-slide a {
    display: block;
    width: 397px;
    height: 304px;
    overflow: hidden;
}
.product .list .swiper-slide img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}
.product .list .swiper-slide:hover img {
    transform: scale(1.2);
}
.product .list .swiper-slide p {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.advantage {
    padding: 50px 0;
}
.advantage ul li p:first-of-type {
    height: 70px;
    width: 70px;
    margin: 0 auto;
}
.advantage ul li p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 50px;
}
.advantage ul li p:last-of-type {
    line-height: 30px;
}
.advantage ul li:nth-child(1) p:first-of-type {
    background: url("../img/icon-adv1.png") no-repeat;
}
.advantage ul li:nth-child(2) p:first-of-type {
    background: url("../img/icon-adv2.png") no-repeat;
}
.advantage ul li:nth-child(3) p:first-of-type {
    background: url("../img/icon-adv3.png") no-repeat;
}
.advantage ul li:nth-child(4) p:first-of-type {
    background: url("../img/icon-adv4.png") no-repeat;
}
.advantage ul li:nth-child(5) p:first-of-type {
    background: url("../img/icon-adv5.png") no-repeat;
}
.advantage ul li:nth-child(6) p:first-of-type {
    background: url("../img/icon-adv6.png") no-repeat;
}
.advantage ul li {
    float: left;
    padding: 50px 0;
    margin-right: 150px;
    margin-bottom: 50px;
    height: 294px;
    width: 300px;
    text-align: center;
    background: url("../img/advantage-bg1.png") no-repeat center;
    box-sizing: border-box;
}
.advantage ul li:nth-child(3n) {
    margin-right: 0;
}
.advantage ul li:hover {
    background: url("../img/advantage-bg2.png") no-repeat center;
}
.advantage ul li:hover p:first-of-type {
    background-position: 0 -70px;
}
.advantage ul li:hover p {
    color: #fff;
}
.ad {
    padding: 40px 0;
    background: #00539a;
    text-align: center;
}
.ad h2 {
    font-size: 34px;
    color: #fff;
    font-weight: normal;
}
.ad ul li {
    margin: 20px 8px;
    display: inline-block;
}
.ad ul li img {
    vertical-align: middle;
}
.ad ul li span {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}
.ad p {
    height: 55px;
    width: 300px;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
    border: 1px dashed #fff;
    color: #fff;
    font-size: 16px;
}
.news {
    padding: 50px 0;
}
.news .first {
    width: 49%;
}
.news a {
    display: block;
}
.news .first a:first-child {
    height: 284px;
    width: 100%;
    overflow: hidden;
}
.news .first a:first-child img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}
.news .first a:first-child img:hover {
    transform: scale(1.2);
}
.news .first a:last-child {
    margin-top: 30px;
}
.news .first a:last-child p:first-child,
.news ul li a p:first-child {
    width: 20%;
    text-align: center;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.news .first a:last-child p:last-child,
.news ul li a p:last-child {
    padding: 5px 20px;
    width: 80%;
    box-sizing: border-box;
}
.news .first a:last-child p span,
.news ul li a p span {
    display: block;
}
.news .first a:last-child p:first-child span:first-child,
.news ul li a p:first-child span:first-child {
    font-size: 48px;
    font-weight: bold;
    color: #1e1e1e;
}
.news .first a:last-child p:first-child span:last-child,
.news ul li a p:first-child span:last-child {
    font-size: 18px;
    color: #1e1e1e;
}
.news .first a:last-child p:last-child span:first-child,
.news ul li a p:last-child span:first-child {
    font-size: 16px;
    color: #333333;
}
.news .first a:last-child p:last-child span:last-child,
.news ul li a p:last-child span:last-child {
    margin-top: 10px;
    color: #999999;
}
.news ul {
    width: 49%;
}
.news ul li {
    position: relative;
    margin-bottom: 25px;
    padding: 15px 0;
    background: #f1f3f5;
}
.news ul li:hover {
    margin-left: -15px;
    background: #00539a;
}
.news ul li:hover a span {
    color: #fff !important;
}
.news ul li:last-child {
    margin-bottom: 0;
}
/*底部*/
footer {
    padding: 40px 0;
    background-color: #0c0c0c;
}
footer ul {
    width: 70%;
}
footer ul li {
    width: 16.66%;
    float: left;
}
footer ul li p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
footer ul li p:after {
    display: block;
    content: '';
    height: 3px;
    width: 30px;
    background: #fff;
    margin-top: 15px;
}
footer ul li a {
    display: block;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
}
footer ul li a:hover {
    color: #eee;
}
footer .wxcode {
    width: 30%;
}
footer .wxcode p {
    float: left;
    width: 50%;
    text-align: center;
}
footer .wxcode p span {
    display: block;
    height: 30px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.copyright {
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #0c0c0c;
    text-align: center;
    border-top: 1px solid #0c0c0c;
}
.copyright a {
    color: #fff;
}
.copyright a:hover {
    color: #00539a;
}
.clumb {
    position: relative;
    margin-top: -40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.clumb .position {
    padding-left: 15px;
    vertical-align: middle;
    width: 50%;
    background: linear-gradient(to right, rgba(0, 83, 154, 1), rgba(0, 83, 154, 0))
}
.clumb .position:before {
    display: inline-block;
    height: 20px;
    width: 10px;
    content: '';
    background: #fff;
    vertical-align: middle;
}
.clumb .position a, .clumb .position span {
    vertical-align: middle;
    color: #fff;
}
.other-nav {
    height: 110px;
    border-bottom: 1px solid #eee;
}
.other-nav .cate {
    position: relative;
    height: 70px;
    width: 30%;
}
.other-nav .cate p {
    position: absolute;
    height: 50px;
    line-height: 50px;
    bottom: 0;
}
.other-nav .cate p span:first-child {
    padding: 0 8px;
    float: left;
    display: block;
    font-size: 18px;
    color: #00539a;
    border-bottom: 3px solid #00539a;
    vertical-align: bottom;
    font-weight: 900;
}
.other-nav .cate p span:nth-child(2) {
    margin: 0 8px;
}
.other-nav .cate p span:last-child {
    font-size: 15px;
    color: #333;
    vertical-align: bottom;
    text-transform: uppercase;
}
.other-nav ul {
    margin-top: 35px;
}
.other-nav ul li {
    display: inline-block;
}
.other-nav ul li a {
    display: block;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    background: #eee;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
}
.other-nav ul li a:hover, .other-nav ul li a.hover {
    background: #00539a;
    color: #fff;
}
.other-detail {
    padding: 50px 0;
}
.other-content img {
    max-width: 100%;
    height: auto !important;
}
.other-case ul li {
    width: 380px;
    margin-right: 20px;
}
.other-case ul li:nth-child(4n) {
    margin-right: 0;
}
.other-case ul {
    margin: 30px 0;
}
.other-case ul li {
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.other-case ul li a {
    display: block;
    width: 100%;
}
.other-case ul li a:first-child {
    height: 251px;
    overflow: hidden;
}
.other-case ul li a:first-child img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}
.other-case ul li a:last-child {
    line-height: 50px;
}
.other-case ul li a:last-child span {
    vertical-align: middle;
    font-size: 15px;
    color: #333;
}
.other-case ul li a:last-child img {
    margin-top: 9px;
    vertical-align: middle;
    transition: all 0.5s;
}
.other-case ul li:hover a:first-child img {
    transform: scale(1.2);
}
.other-case ul li:hover a:last-child img {
    transform: rotate(360deg);
}
.other-case ul li:hover {
    border-color: #00539a;
}
.other-detail h1 {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 50px;
}
.other-info {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.other-page {
    padding: 10px 0;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.other-page p {
    line-height: 30px;
}
.other-page span {
    font-size: 15px;
    color: #333;
}
.other-page a {
    font-size: 15px;
    color: #999;
}
.other-page .back a {
    display: block;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    width: 120px;
    text-align: center;
    border: 1px solid #00539a;
    color: #00539a;
    border-radius: 15px;
}
.other-page .back a:hover {
    background: #00539a;
    color: #fff;
}
.other-news {
    padding: 30px 0;
}
.other-news ul li {
    margin-bottom: 63px;
}
.other-news ul li > a {
    display: block;
}
.other-news ul li > a:first-child {
    height: 226px;
    width: 25%;
    overflow: hidden;
}
.other-news ul li > a:last-child {
    padding: 10px 20px;
    height: 226px;
    width: 75%;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.other-news ul li a:first-child img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}
.other-news ul li > a:last-child p:nth-child(1) {
    font-size: 17px;
    color: #333;
    line-height: 40px;
    font-weight: 900;
}
.other-news ul li > a:last-child p:nth-child(2) img {
    vertical-align: middle;
    margin-right: 8px;
}
.other-news ul li > a:last-child p:nth-child(2) span {
    color: #666;
    vertical-align: middle;
}
.other-news ul li > a:last-child p:nth-child(3) {
    margin-top: 12px;
    color: #999;
    line-height: 28px;
}
.other-news ul li:hover a:first-child img {
    transform: scale(1.2);
}
.other-news ul li:hover a:last-child {
    background: #eee;
}
.other-contact {
    margin-top: 2px;
    position: relative;
}
.other-contact .text {
    position: absolute;
    top: 40px;
    right: 12%;
    padding: 30px;
    height: 520px;
    width: 500px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}
.other-contact .text, .other-contact .text p, .other-contact .text span, .other-contact .text div {
    color: #fff !important;
}
.other-product {
    padding: 30px 0;
    background: #eee;
}
.other-left {
    width: 280px;
    background: #fff;
}
.other-product-cate {
    padding: 30px 0;
    background: #00539a;
    text-align: center;
}
.other-product-cate h2 {
    font-size: 26px;
    color: #fff;
    letter-spacing: 5px;
}
.other-product-cate p {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
.other-left ul li {
    padding-bottom: 5px;
    border-bottom: 1px dashed #eee;
}
.other-left ul li .drop-down {
    display: none;
}
.other-left ul li p {
    padding: 0 20px 0 30px;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    background: url("../img/icon-jiantou.png") no-repeat right 40px center;
}
.other-left ul li a {
    display: block;
    padding: 0 20px 0 60px;
    line-height: 40px;
    color: #666;
    font-size: 15px;
    background: url("../img/icon-quan.png") no-repeat 40px center;
}
.other-left ul li a.hover {
    color: #00539a;
}
.other-left .text {
    padding: 15px 20px;
}
.other-left .text p {
    padding-top: 18px;
}
.other-left .text p > img:first-child {
    width: 15px;
    vertical-align: middle;
    margin-right: 8px;
}
.other-left .text em {
    vertical-align: top;
    display: inline-block;
    width: 46px;
    font-style: normal;
    font-size: 15px;
}
.other-left .text span {
    vertical-align: top;
    font-size: 15px;
    display: inline-block;
    width: 150px;
    line-height: 20px;
}
.other-right {
    width: 900px;
    background: #fff;
}
.other-right-cate {
    padding-top: 12px;
    padding-left: 20px;
    height: 50px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.other-right-cate p {
    padding-left: 15px;
    height: 26px;
    line-height: 26px;
    border-left: 3px solid #00539a;
    font-size: 16px;
}
.other-product-list ul {
    padding: 20px;
    box-sizing: border-box;
}
.other-product-list ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.other-product-list ul li:nth-child(3n) {
    margin-right: 0;
}
.other-product-list ul li a {
    display: block;
}
.other-product-list ul li a:first-child {
    height: 210px;
    width: 100%;
    overflow: hidden;
}
.other-product-list ul li img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}
.other-product-list ul li a:last-child {
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.other-product-list ul li:hover {
    border-color: #00539a;
}
.other-product-list ul li:hover img {
    transform: scale(1.2);
}
.other-product-desc {
    padding: 20px;
}
.other-product-desc img {
    width: 40%;
}
.other-product-desc div {
    padding: 10px 20px;
    width: 60%;
    box-sizing: border-box;
}
.other-product-desc div p:nth-child(1) {
    font-size: 20px;
    font-weight: 900;
    line-height: 50px;
}
.other-product-desc div p:nth-child(2) {
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 25px;
}
.other-product-desc div p:nth-child(3) {
    display: block;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    width: 240px;
    text-align: center;
    background: #00539a;
    font-size: 16px;
    color: #fff;
}
.other-product-detail .product-detail {
    padding: 20px;
}
.other-product-detail .title {
    height: 50px;
    line-height: 50px;
    width: 180px;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: #fff;
    font-size: 18px;
}
.other-product-detail .detail {
    position: relative;
    z-index: 1;
    top: -1px;
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.other-product-detail .detail img {
    max-width: 100%;
    height: auto !important;
}
.relation-product {
    margin-top: 30px;
}
.relation-product-title {
    position: relative;
    margin-bottom: 20px;
}
.relation-product-title p {
    padding-left: 15px;
    font-size: 20px;
    line-height: 35px;
    border-left: 3px solid #00539a;
}
.relation-product-title p:after {
    display: block;
    content: '';
    height: 1px;
    width: 970px;
    background: #ccc;
    position: relative;
    top: -15px;
    left: 110px;
}
.relation-product .swiper-slide a {
    display: block;
    width: 297px;
    height: 220px;
    overflow: hidden;
}
.relation-product .swiper-slide img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}
.relation-product .swiper-slide:hover img {
    transform: scale(1.2);
}
.relation-product .swiper-slide p {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.relation-product .swiper-button-next,.relation-product .swiper-button-prev {
    background-size: 52px 32px !important;
}
.relation-product .swiper-button-next {
    position: absolute;
    right: 0;
    background-position: -27px 6px !important;
    background-image: url("../img/swiper_button.png") !important;
}
.relation-product .swiper-button-prev {
    position: absolute;
    right: 0 !important;
    left: 1120px !important;
    background-position: 0px 6px !important;
    background-image: url("../img/swiper_button.png") !important;
}