@charset "utf-8";
/* ===================首页样式========================== */
/* 轮播图 */
.inbanner{width: 100%;overflow: hidden;}
.inbanner-items{width: 100%;position: relative;height: 800px;}
.inbanner-img{width: 100%;height:100%;}
.inbanner-pc{width: 100%;object-fit: contain;display: block;}
.inbanner-mb{display: none;}
.inbanner-items>.contain{position: absolute;left: 0;top: 0;right: 0;margin: 0 auto;height: 100%;}
.inbanner-cont{width: 100%;display: flex;justify-content:center;flex-direction: column;align-items: flex-end;height: 100%;}
.inbanner-cont h2{font-size: 80px;color: #ffffff;font-weight: bold;}
.inbanner-cont p{font-size: 27px;color: #ffffff;font-weight: 400;letter-spacing: .17em}
.inbanner-arrows{width: 60px;height: 60px;background: url('/template/default/images/common/inbaaerArr.png') no-repeat center;position: absolute;left: 0;bottom: 0;right: 0; margin: 0 auto;animation: Arrmove 2s linear infinite alternate;cursor: pointer}
@keyframes Arrmove{0%{transform: translateY(0px);}100%{transform: translateY(-20px);}}
.inbanner .inban-prevbutton, .inbanner .inban-nextbutton{width: 58px;height: 58px;border: 4px solid #ffffff; border-radius: 50%; background: url('/template/default/images/common/banArrl.png') no-repeat center;position: absolute;right: 4%;top: 48%;cursor: pointer;z-index: 2;transition: all .4s ease;}
.inbanner .inban-prevbutton{transform: rotate(180deg);left: 4%;}
.inbanner .inban-prevbutton:hover, .inbanner .inban-nextbutton:hover{background: url('/template/default/images/common/banArrB.png') no-repeat center;border: 4px solid #0072c4;}
/*公共样式 */
.incom-title{width: 100%;text-align: center;}
.incom-title h2{font-size: 36px;color: #222222;font-weight: bold;}
.incom-more{width: 100%;text-align: center;}
.incom-more a{display: inline-block;width: 207px;height: 45px;border: 2px solid #d5d5d5;line-height: 41px;border-radius: 22.5px;font-size: 14px;color: #666666;transition: all .4s ease;}
.incom-more a:hover{color: #ffffff;background-color: #0170c1;border: 2px solid #0170c1;}

/*主要效劳 */
.inserve{width: 100%;padding: 98px 0;background: url('/template/default/images/index/inserveB.png');background-size: 100% 100%;}
.inserve-items{width: 100%;margin: 50px 0 36px;display: flex;justify-content: space-between;}
.inserve-comstyle{width: 49%;background: #fff url('../images/index/inserve_bj.png') no-repeat left top/100% 100%; display: flex;flex-direction: column;align-items: center;padding: 64px 0 74px;;position: relative;transition: all .6s ease;box-shadow: 18px 0 24px rgba(233,233,233);z-index: 0;}
.inserve-comstyle h2{font-size: 26px;color: #000033;margin-bottom: 28px;transition: all .4s ease;z-index: 1;}
.inserve-comstyle p{width: 74%;font-size: 15px;color: #666666;line-height: 30px;text-align: center;transition: all .4s ease;z-index: 1}
.inserve-prolog-icon1{width: 100px;height: 104px; background: url('/template/default/images/index/serveicon1.png')no-repeat center;margin-bottom: 36px;transition: all .4s ease;z-index: 1;}
.inserve-shipchart-icon2{width: 100px;height: 104px; background: url('/template/default/images/index/serveicon2.png')no-repeat center;margin-bottom: 36px;transition: all .4s ease;z-index: 1;}
.inserve-comstyle:hover{background-color: #0170c1;box-shadow: 0 10px 18px rgba(1,112,193,.5);}
.inserve-comstyle:hover h2,.inserve-comstyle:hover p{color: #ffffff;}
.inserve-comstyle:hover .inserve-prolog-icon1{ background: url('/template/default/images/index/serveicon1W.png')no-repeat center;}
.inserve-comstyle:hover .inserve-shipchart-icon2{background: url('/template/default/images/index/serveicon2W.png')no-repeat center;}
.inserve-comstyle:hover{transform: translateY(-24px);}
/* 经典案例 */
.incase{width: 100%;padding: 98px 0;background: linear-gradient(to bottom, #ffffff 10%,#f0f0f0 100%);}
.incase-items{width: 100%;margin-top: 40px;}
.incase-navmenu{width: 100%;margin-bottom: 32px;}
.incase-navmenu ul{width: 100%;display: flex;justify-content: center;}
.incase-navmenu ul li{width: 137px;margin-right: 5px;}
.incase-navmenu ul li:last-child{margin-right: 0;}
.incase-navmenu ul li a{display: inline-block;text-align: center; width: 100%;height: 43px;line-height: 43px;border-radius: 22.5px;font-size: 16px;color: #1467a4;background-color: #eaf2f8;transition: all .4s ease;}
.incase-navmenu ul li.ontrue a,.incase-navmenu ul li a:hover{color: #ffffff;background-color: #0170c1;}
.incase-proshow{width: 100%;margin-bottom: 36px;position: relative;}
.incase-proshow ul{width: 100%;overflow: hidden;overflow-x: auto;display: flex;}
.incase-proshow-items{width: 100%;}
.incase-proshow-img{width: 100%;max-width: 400px; overflow: hidden;border-top-left-radius: 8px;border-top-right-radius:8px;}
.incase-proshow-img img{width: 100%;object-fit: cover;transition: all .4s ease;}
.incase-proshow-img img:hover{transform: scale(1.06);}
.incase-proshow-contgather{width: 100%;max-width: 400px;padding: 46px 38px;background-color: #ffffff;position: relative;}
.incase-proshow-contgather::after{content: "";width: 0%;height: 6px;background-color: #0170c1;position: absolute;right: 0;bottom: 0;transition: all .4s ease;}
.incase-proshow-items:hover .incase-proshow-contgather::after{width: 100%;right: auto;left: 0;}
.incase-proshow-items:hover .incase-proshow-contgather h2{color:#0170c1 ;}
.incase-proshow-contgather h2{font-size: 17px;color: #444444;line-height: 20px;margin-bottom: 20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition: all .4s ease;}
.incase-proshow-contgather p{font-size: 15px;color: #aaaaaa;line-height: 24px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 48px;}
.incase-nextbutton, .incase-prevbutton{width: 58px;height: 58px;border: 4px solid #dbdbdb;border-radius: 50%;background: url('/template/default/images/common/caseArr.png') no-repeat center;cursor: pointer;position: absolute;right: -8%;top: 48%;transition: all .4s ease;}
.incase-prevbutton{transform: rotate(180deg);left: -8%;}
.incase-nextbutton:hover, .incase-prevbutton:hover{background: url('/template/default/images/common/banArrB.png') no-repeat center;border: 4px solid #0072c4;}
.incase-item{width: 100%;position: relative;display: none;}
.incase-item.ontrue{display: block;}
/* 关于俄罗斯专享会 */
.inabout{width: 100%;padding: 98px 0;background: url('/template/default/images/index/aboutBj.png')no-repeat left/100% 100%;}
.inabout-tit h2{color: #ffffff;}
.inabout-show{width: 100%;margin-top: 45px;}
.inabout-show p{font-size: 16px;color: #ffffff;line-height: 32px;width: 56%;margin: 0 auto;text-align: center;}
.inabout-team{width: 100%;margin:58px 0 36px;}
.inabout-team ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.inabout-team ul li{width: 20%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.inabout-combox{width: 80px;height: 80px;margin-bottom: 18px;}
.inabout-combox i{display: inline-block;width: 80px;height: 80px;}
.inabout-icon1{background: url('/template/default/images/index/abouticon1.png')no-repeat center;}
.inabout-icon2{background: url('/template/default/images/index/abouticon2.png')no-repeat center;}
.inabout-icon3{background: url('/template/default/images/index/abouticon3.png')no-repeat center;}
.inabout-icon4{background: url('/template/default/images/index/abouticon4.png')no-repeat center;}
.inabout-cont{width: 100%;text-align: center;}
.inabout-cont p{font-size: 15px;color: #ffffff;line-height: 26px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 52px;}
.inabout-more a{border: 2px solid #ffffff;color: #ffffff;}
/* 新闻中心 */
.innews{width: 100%;padding: 98px 0;}
.innews-items{width: 100%;margin: 44px 0 36px;display: flex;justify-content: space-between;}
.innews-lftitems{width: 49%;}
.innews-lftcont{width: 100%;padding: 40px 32px 28px;background-color: #0170c1;}
.innews-lftcont h2{font-size: 24px;color: #ffffff;line-height: 30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom: 12px;}
.innews-lftcont p{font-size: 15px;color: #ffffff;line-height: 22px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 46px;}
.innews-items .comspan{font-size: 14px;color: #ffffff;line-height: 30px;}
.innews-lftimg{width: 100%;overflow: hidden;}
.innews-lftimg img{width: 100%;object-fit: cover;transition: all .4s ease;}
.innews-lftimg img:hover{transform: scale(1.02);}
.innews-rgtitems{width: 49%;display: flex;flex-direction: column;justify-content: space-between;}
.innews-topitems{width: 100%;display: flex;justify-content: space-between;}
.innews-topcont{width: 49%;}
.innews-topcont-img{width: 100%;overflow: hidden;}
.innews-topcont-img img{width: 100%;object-fit: cover;transition: all .4s ease;}
.innews-topcont-img img:hover{transform: scale(1.02);}
.innews-topcont-menu{width: 100%;background-color: #1c4a61;padding: 36px 32px 32px;}
.innews-topcont-menu h2{font-size: 17px;color: #ffffff;line-height: 30px;margin-bottom: 8px;;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.innews-butitems{width: 100%;background-color:#0170c1;padding: 40px 32px 28px;}
.innews-butitems h2{font-size: 24px;color: #ffffff;line-height: 30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom: 12px;}
.innews-butitems p{font-size: 15px;color: #ffffff;line-height: 22px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 46px;margin-bottom: 34px;}
/* 相助同伴 */
.inpartner{width: 100%;padding: 98px 0;background-color: #f6f6f8;}
.inpartner-show{width: 100%;margin: 42px 0 24px;}
.inpartner-show ul{margin-left: -1%;}
.inpartner-show ul li{width: 15.66666%;margin-left: 1%;margin-bottom: 12px;float: left;}
.inpartner-logo{width: 100%;height: 83px;line-height: 83px;text-align: center;background-color: #ffffff;transition: all .4s ease;}
.inpartner-logo img{max-width: 100%;object-fit: cover;}
.inpartner-show ul li:hover .inpartner-logo{box-shadow: 11px 0 29px rgba(41,151,231,.51);}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .inbanner-items{height:692px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .inbanner-items{height:592px;}
    .inbanner-cont h2 {font-size: 60px;}
    .inbanner-cont p{letter-spacing: unset}
    .inbanner-cont P{font-size: 24px;}
    .inbanner .inban-prevbutton, .inbanner .inban-nextbutton{width: 48px;height: 48px;}
    .incom-title h2 {font-size: 32px;}
    .inserve-comstyle h2 {font-size: 24px;margin-bottom: 20px;}
    .incase-nextbutton, .incase-prevbutton{width: 48px;height: 48px;}

    .innews-lftcont {padding: 36px 28px 28px;}
    .innews-topcont-menu {padding: 24px 20px 20px;}
    .innews-butitems {padding: 38px 28px 28px;}
    .innews-lftcont p {margin-bottom: 8px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
    .inbanner-items{height:560px;}
}

@media all and (max-width:1359px) {
    /* 1280 */
    .inbanner-items{height:526px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .inbanner-items{height:472px;}
    .inserve{padding: 88px 0;}
    .incase{padding: 88px 0;}
    .inabout{padding: 88px 0;}
    .innews{padding: 88px 0;}
    .inpartner{padding: 88px 0;}
    .inbanner-cont h2 {font-size: 48px;}
    .inbanner-cont P{font-size: 18px;}
    .inbanner .inban-prevbutton, .inbanner .inban-nextbutton{width: 42px;height: 42px;}
    .incom-title h2 {font-size: 28px;}
    .incom-more a {width: 168px;height: 42px;line-height: 38px;}
    .inserve-comstyle h2 {font-size: 20px;margin-bottom: 14px;}
    .inserve-comstyle p {font-size: 14px;line-height: 24px;}
    .incase-navmenu ul li a {height: 38px;line-height: 38px;font-size: 14px;}
    .incase-proshow-contgather {padding: 32px 28px;}
    .incase-proshow-contgather h2 {font-size: 16px;line-height: 18px;margin-bottom: 14px;}
    .incase-proshow-contgather p {font-size: 14px;line-height: 22px;height: 42px;}
    .incase-nextbutton, .incase-prevbutton{width: 42px;height: 42px;}
    .inabout-show {margin-top: 32px;}
    .inabout-show p {width: 83%;}
    .innews-lftcont h2 {font-size: 20px;line-height: 28px;}
    .innews-lftcont p{font-size: 14px;line-height: 20px;height: 40px;margin-bottom: 14px;}
    .innews-topcont-menu h2 {font-size: 16px;line-height: 20px;}
    .innews-butitems h2 { font-size: 20px;line-height: 28px;}
    .innews-butitems p { font-size: 14px;line-height: 20px;height: 40px;margin-bottom: 24px;}
    .inpartner-show ul li {width: 24%;}
    
}

@media all and (max-width:1151px) {
    /* 1024 */
    .inbanner-items{height:420px;}
    .inbanner .inban-prevbutton {left: 2%;}
    .inbanner .inban-prevbutton, .inbanner .inban-nextbutton {right: 2%;}
    .incase-nextbutton, .incase-prevbutton {right: -6%;}
    .incase-prevbutton {left: -6%;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板装备 720 适配 */
    .inbanner-items{min-height: 292px;height: 292px;}
    .inbanner-arrows {width: 52px;height: 52px;}
    .inbanner-cont {padding-right: 58px;}
    .inserve{padding: 60px 0;}
    .incase{padding: 60px 0;}
    .incase-navmenu ul li {width: 108px;}
    .incase-navmenu ul li a { height: 32px;line-height: 32px;}
    .inabout{padding: 60px 0;}
    .innews{padding: 60px 0;}
    .inpartner{padding: 60px 0;}
    .incase-nextbutton, .incase-prevbutton {display: none;}
    .innews-items .comspan {line-height: 24px;}
    .innews-butitems {padding: 28px 20px 20px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .inbanner-pc {display: none;}
    .inbanner-mb {display: block;width: 100%;object-fit: cover;height: 100%;}
    .inbanner-items{min-height: 320px;height: auto;}
    .inbanner-cont {padding-right: 0px;}
    .inbanner-arrows {width: 42px;height: 42px;}
    .inserve{padding: 40px 0;}
    .incase{padding: 40px 0;}
    .inabout{padding: 40px 0;}
    .innews{padding: 40px 0;}
    .inpartner{padding: 40px 0;}
    .inbanner-cont h2 {font-size: 28px;}
    .inbanner-cont P{font-size: 14px;}
    .inbanner .inban-prevbutton, .inbanner .inban-nextbutton{display: none;}
    .incom-title h2 {font-size: 20px;}
    .incom-more a {width: 118px;height: 32px;line-height: 28px;}
    .inserve-items {margin: 34px 0 8px;flex-direction: column;}
    .inserve-comstyle {width: 100%;padding: 48px 0 58px;margin-bottom: 20px;}
    .inserve-comstyle h2 {font-size: 20px;margin-bottom: 14px;}
    .incase-items {margin-top: 24px;}
    .incase-proshow {margin-bottom: 28px;}
    .incase-proshow-contgather {padding: 18px 18px;}
    .incase-navmenu {margin-bottom: 12px;}
    .incase-navmenu ul{flex-wrap: wrap;}
    .incase-navmenu ul li {width: 78px;margin-bottom: 12px;}
    .incase-navmenu ul li:nth-child(4n){margin-right: 0;}
    .inabout-show {margin-top: 24px;}
    .inabout-show p {width: 100%;font-size: 14px;line-height: 24px;}
    .inabout-team {margin: 32px 0 28px;}
    .inabout-team ul li {width: 48%;}
    .inabout-combox {margin-bottom: 10px;}
    .inabout-cont p {font-size: 14px;line-height: 24px;}
    .innews-items {margin: 24px 0 28px;flex-direction: column;}
    .innews-lftitems {width: 100%;}
    .innews-rgtitems {width: 100%;margin-top: 20px;}
    .innews-topitems {flex-direction: column;}
    .innews-topcont {width: 100%;margin-bottom: 20px;}
    .inpartner-show ul li {width: 49%;}

     
}<!--耗时1751462945.2747秒-->