* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 15px/30px 'Microsoft YaHei', arial, sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    /*color: #e69f0b;*/
    color: #e50112;
    text-decoration: underline;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}


/* 白色背景 */

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: sticky;
    top: 0;
    z-index: 10;
    /*background-color: #323232;*/
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #e50112;
}

.header>.container.flex {
    align-items: center;
}

.header .logo {
    height: 100px;
    margin-right: 80px;
    max-width: 120px;
}

.header .logo img{
    max-width: 100%;
    max-height: 100%;
}

.header-tool {
    /*text-align: right;*/
    /*margin-top: 10px;*/
    background: #000;
    padding: 5px 0;
    color: #ffffff;
}

.header-tool .container::after {
    content: "";
    display: block;
    clear: both;
}

.header-tool .t-left{
    float: left;
}

.header-tool .t-right{
    float: right;
}

.header-tool a {
    /*color: #323232;*/
    /*color: #e50112;*/
    color: #ffffff;
    margin-right: 20px;
}

.lang {
    background: url(../images/lang.png)no-repeat left center;
    padding-left: 30px;
    /*color: #323232;*/
    /*color: #e50112;*/
    
}

.nav {
    /*margin-top: 20px;*/
}

.nav a {
    /*color: #323232;*/
    color: #e50112;
    text-transform: uppercase;
    font-weight: bold;
}

.nav a:hover,
.header .tool a:hover {
    text-decoration: underline;
}

.banner {
    overflow: hidden;
}
.banner .swiper-container{
    width: 100%;
    height: 500px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pub-title {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
}

.pro {
    padding-top: 60px;
    background-color: #fbfbfb;
    overflow: hidden;
    padding-bottom: 60px;
}

.pro .pub-title,
.who .pub-title {
    margin-bottom: 20px;
    margin-top: 0;
}

.who .cate{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #469689;
    color: #ffffff;
    padding: 10px ;
    margin-bottom: 20px;
}

.who .cate a{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.more a {
    /*color: #23c2be;*/
    color: #e50112;
    font-size: 16px;
}

.pro .tit {
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 0;
}

.pro .pic {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin-top: 40px;
}

.pro .pic img {
    max-width: 100%;
    max-height: 100%;
}

.pro .swiper-container {
    margin-top: 60px;
}

.pro .swiper-button-next,
.pro .swiper-button-prev {
    /*margin-top: 30px;*/
    /*background-size: 20px;*/
    background-size: 20px;
    transform: translateY(-50%);
}

.pro .swiper-button-prev {
    left: -40px;
}

.pro .swiper-button-next {
    right: -40px;
}

.who {
    margin-top: 40px;
}

.who .text-content {
    padding: 30px;
    background-color: #fbfbfb;
    margin-top: 40px;
}

.who .item {
    width: 570px;
    /*margin-top: 40px;*/
}

.who .item .pic {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.who .item .pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.who .item .pic .msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: left;
    display: flex;
    align-items: center;
    background: rgb(44,85,137,.8);
    padding-left: 10px;
    transition: all .5s;
    transform: translateY(100%);
}

.who .item .pic:hover .msg {
    transform: translateY(0);
}

.who .item .text-content {
    /*height: 230px;*/
}

.who .item:first-child .text-content {
    /*background-image: url(../images/icon1.png);*/
    background-position: right bottom;
    background-repeat: no-repeat;
}

.who .item:last-child .text-content {
    /*background-image: url(../images/icon2.png);*/
    background-position: right bottom;
    background-repeat: no-repeat;
}

.who .us {
    background-image: url(../images/icon3.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.who .us p {
    padding-right: 50px;
}

.who .tit {
    font-size: 26px;
    font-weight: bold;
}

.who .text {
    color: #555;
    line-height: 1.6;
    margin-top: 20px;
}

.who .more {
    display: block;
    font-size: 16px;
    color: #e50112;
    text-align: right;
}

.who .more span{
    background: red;
    color: #ffffff;
    border-radius: 13px;
    padding: 2px 12px;
}

.who video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories {
    margin-top: 60px;
}

.categories ul {
    margin-top: 40px;
}

.categories li {
    width: 375px;
    /*height: 455px;*/
    background-color: #fbfbfb;
    margin-top: 30px;
    margin-right: 35px;
}

.categories li:nth-of-type(3n) {
    margin-right: 0;
}

.categories .pic {
    position: relative;
    height: 320px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories .pic::before,
.categories .pic::after{
    position: absolute;
    content: '';
    width: 0%;
    height: 0%;
    background-color: rgba(6,86,173,.5);
    transition: all .3s;
}
.categories .pic::before{
    top: 0;
    left: 0;
}
.categories .pic::after{
    bottom: 0;
    right: 0;
}

.categories .pic .more {
    position: absolute;
    background: rgba(6,86,173,.9);
    font-size: 14px;
    color: #ffffff;
    width: 84px;
    height: 84px;
    line-height: 80px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,.4);
    box-sizing: border-box;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}

.categories .pic:hover::before,
.categories .pic:hover::after{
    width: 100%;
    height: 100%;
}

.categories .pic:hover .more {
    opacity: .9;
}

.categories .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.categories .con {
    padding: 20px;
}

.categories .con h2{
    margin: 0;
}

.categories .tit {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.categories .txt {
    text-align: center;
    line-height: 1.2;
    padding-top: 8px;
}

.categories .more {
    margin-top: 10px;
}

.idx-con {
    background-color: #323232;
    overflow: hidden;
    margin-top: 30px;
    padding: 50px 0;
}

.idx-con .item {
    width: 365px;
}

.idx-con .item .icon img {
    max-width: 100%;
    height: 300px;
}

.idx-con .tit {
    /*color: #23c2be;*/
    color: #e50112;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 35px;
}

.idx-con .tit a{
    color: #e50112;
}

.idx-con .text {
    color: #FFF;
    line-height: 1.5;
    margin-top: 30px;
}

.idx-con p {
    margin: 0;
}

.copyright {
    border-top: 1px #000 solid;
    margin-top: 20px;
    /*line-height: 60px;*/
    line-height: 1.4;
    padding: 20px 0 10px 0;
    justify-content: center;
}

.copyright>div:first-child {
    /*margin-right: 140px;*/
}

.footer {
    margin-top: 60px;
}

.footer ul li {
    width: 200px;
}

.footer .info {
    width: 400px;
    margin-right: 20px;
}

.footer .info .title {
    font-size: 26px;
    font-weight: bold;
    background: url(../images/icon7.png)no-repeat left center;
    padding-left: 50px;
}

.footer .info button {
    /*background-color: #23c2be;*/
    background-color: #e50112;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 20px;
    border: 0;
    height: 45px;
    font-size: 15px;
    margin-top: 30px;
}

.footer .info .txt {
    font-size: 14px;
    margin-top: 20px;
    border-bottom: 1px #000 solid;
    padding-bottom: 20px;
}

.footer .info .tit {
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #e50112;
}

.footer .info .sns {
    margin-top: 20px;
}

.footer .info .sns a {
    margin-right: 10px;
}

.footer .f-nav .tit {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.footer .f-nav a {
    line-height: 2;
    padding-left: 24px;
}

.footer .f-nav a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px #222 solid;
    border-left: 1px #222 solid;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.img-hover{
    transition: all .5s;
}
.img-hover:hover{
    transform: scale(1.2);
}

/* why choose us */
.advantage {
    margin-top: 46px;
    background: #26394a;
}
.advantage .pub-title {
    margin-bottom: 30px;
    padding-top: 30px;
    color: #ffffff;
}
.advantage .cont{
    display: flex;
}
.advantage .img-box {
    width: 400px;
}
.advantage .img-box img{
    width: 100%;
    height: 100%;
}
.advantage .list {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    /*background: #fbfbfb;*/
    background: #26394a;
}
.advantage .list .li{
    width: 50%;
    color: #ffffff;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    border-right: 2px solid #e1e1e1;
    border-top: 2px solid #e1e1e1;
}
.advantage .list .li:hover{
    color: #ffffff;
    background: #2981de;
}
.advantage .list .li:nth-of-type(2n + 2){
    border-right: 0;
}
.advantage .list .li:nth-of-type(1),
.advantage .list .li:nth-of-type(2){
    border-top: 0;
}
.advantage .list .li .icon {
    width: 102px;
    height: 102px;
    display: block;
    margin: 0 auto;
}
.advantage .list .li .title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 30px 0;
}
.advantage .list .li .title::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 103px;
    height: 3px;
    /*background: #23c2be;*/
    background: #e50112;
}
.advantage .list .li .txt {
    font-size: 15px;
    line-height: 24px;
}
#floatAd1 input[type="image"] {
    width: 100px;
}
.links_ship{text-align:center;}
.links_ship>ul{display:inline-block;}
.links_ship>ul>li{float:left;margin-right:10px;}

.idx-con .head .title {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
}
.idx-con .head .title span {
    color: #e50112;
    background: #323232;
    padding: 0 20px;
    position: relative;
    max-width: 76%;
    display: inline-block;
}
.idx-con .head .title::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    height: 2px;
    background: #e50112;
}

.idx-con .head .txt {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 26px 36px;
    line-height: 1.6;
}

.idx-con .img-list{
    padding-bottom: 20px;
}

.idx-con .img-list::after {
    content: "";
    display: block;
    clear: both;
}

.idx-con .img-list .item {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.idx-con .img-list .item:last-of-type{
    margin-right: 0;
}

.idx-con .img-list .item img {
    width: 100%;
}

.pro .cont {
    display: flex;
    margin-top: 60px;
}

.pro .cont .img-left {
    width: 360px;
    flex-shrink: 0;
}

.pro .cont .img-left img{
    width: 100%;
    height: 590px;
    display: block;
}

.pro .cont .list-right {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
}

.pro .cont .list-right .li {
    width: 30%;
    margin-right: 5%;
}

.pro .cont .list-right .li:nth-of-type(3n+3){
    margin-right: 0;
}

.pro .cont .list-right .li img{
    width: 100%;
    height: 228px;
}

.pro .cont .list-right .li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}

.nav-children{
    display: none;
    position: absolute;
    background: #ffffff;
    min-width: 100%;
    left: -92px;
    width: 760px;
    top: 30px;
    padding: 14px 21px 10px 10px;
}

.nav-children>ul{
    float: left;
    width: 33%;
}

.nav>li:nth-of-type(5) .nav-children {
    left: -90px;
    width: 300px;
    padding: 14px 10px 10px 10px;
}

.nav>li:nth-of-type(5) .nav-children ul{
    width: 100%;
    float: none;
}

.nav>li:hover .nav-children {
    display: block;
}

.view-more{
    position: relative;
    display: block;
    text-align: center;
    margin: 20px 0;
}
.view-more::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e75612;
}
.view-more span {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    padding: 4px 10px;
    background: #e75612;
}

.pro .view-more {
    margin: 40px 0 0 0;
}

.footer .info button:hover,
.more span:hover,
.view-more span:hover {
    text-decoration: underline;
}

/*7:5*/
.pro .cont .img-left img {
    height: 500px;
}
.pro .cont .list-right .li:nth-of-type(4),
.pro .cont .list-right .li:nth-of-type(5),
.pro .cont .list-right .li:nth-of-type(6) {
    display: flex;
    flex-direction: column-reverse;
}
.pro .cont .list-right .li img {
    height: 172px;
}
.categories .pic {
    height: 268px;
}
.idx-con .item .icon img {
    height: 261px;
}
.who{
    position: relative;
    margin: 0;
}
.who>.bg {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}