body {
  overflow-x: hidden;
}
.line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (min-width: 1480px) {
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .index-bg {
    height:40vw;

  }
  .index-bg .mySwiper{
    height: 40vw;
  }
  .mySwiper .bgc {
    width: 100%;
    height: 100%;
    
  }
  .mySwiper .bgc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet {
    background: url(../images/y2.png) no-repeat center;
    width: 20px;
    height: 20px;
    opacity: 1;
    background-size: 100%;
    margin: 10px;
    /* padding: 10px 10px; */
  }
 
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet-active{
    background: url(../images/y1.png) no-repeat center;
    background-size: 100%;
  }
  .mySwiper .swiper-slide .bgc {
    overflow: hidden;
  }
  .mySwiper .swiper-slide img{
    transform: scale(1,1);
  }
  .mySwiper .swiper-slide-active img{
    transform: scale(1.1,1.1);
    transition: all 5s;
  }
 
  .index-bg #nav_top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: linear-gradient(#333 ,transparent);
  }
  #nav_top.sticky2{
   position:fixed;
   z-index:999;

 }
  #nav_top.sticky{
    background-color: rgb(0, 0, 0, 0.6);

 }
  .index-bg .top_ban {
    height: 32.291vw;
    padding-top: 140px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .index-bg .top_ban p {
    width: 100%;
    font-size:65px;
    line-height: 100px;
    padding-top: 7.5vw;
    margin-bottom: 4.1666vw;
    text-align: center;
    font-weight: 600;
    color: #fff;
	font-family: Verdana, Arial;
  }
  .index-bg .top_ban p span{
    font-weight: 400;
	font-size:20px;
	
  }
  .index-bg  .more-btn {
    display: block;
    width: 163px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 27px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -81.5px;
    bottom: 100px;
  }
  .index-bg .more-btn:hover {
    color: #fff;
    border: 1px solid #4065c4;
    background: #4065c4;
  }
  .t_head {
    display: flex;
    justify-content: space-between;
    height: 140px;
  }
  .li-item {
    position: absolute;
    left: 0;
    top: 115px;
    z-index: 9;
    display: none;
    width: 100vw;
    border-top: 2px solid #4065c4;
    height: 626px;
    /* border-radius: 5px; */
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .li-item .main {
    display: flex;
  }
  .li-item .all-item {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 323px;
    height: 626px;
  }
  .li-item .all-item .all-list {
    width: 323px;
    height: 70px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #f5f5f5;
  }
  .li-item .all-item .all-list span {
    font-size: 24px;
    padding-bottom: 5px;
    display: inline-block;
    color: #333;
  }
  .li-item .all-item .all-list i {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/hjt.png) no-repeat center;
  }
  .li-item .all-item .all-list.on {
    background-color: #4065c4;
    color: #fff;
  }
  .li-item .all-item .all-list.on span {
    color: #fff;
  }
  .li-item .all-item .all-list.on i {
    background: url(../images/bjt.png) no-repeat center;
    /* border-bottom: 3px solid #4065c4; */
  }
  .li-item .now-item {
    display: none;
    background-color: #fff;
    width: 980px;
    height: 566px;
    margin-left: 100px;
    overflow: auto;
    /* padding: 35px; */
  }
  .li-item .now-item::-webkit-scrollbar{
    width: 5px;
  }
  .li-item .now-item::-webkit-scrollbar-thumb{
      background: #ccc;
      border-radius: 10px;
  }
  .li-item .now-item::-webkit-scrollbar-track{
      background: #f5f5f5;
      box-shadow: inset 0 0 5px gary;
  }
  .li-item .now-item.on {
    display: block;
  }
  .now-items {
    padding: 30px 0;
  }
  .now-item .now-list {
    float: left;
    width: 285px;
    height: 250px;
    margin-right: 50px;
    text-align: center;
    font-size: 18px;
  }
  .now-item .now-list a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .now-item .now-list .imgk {
    width: 285px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .now-item .now-list .imgk img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .now-item .now-list:hover .name {
    text-decoration: underline;
  }
  .now-item .now-list:nth-child(3n) {
    margin-right: 0;
  }
  .ny_top {
    position: absolute;
    height: 90px;
  }
  .ny_top2 {
    height: 90px;
    position: static;
	background:#fff;
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
  }
  .ny_top .t_head {
    height: 90px;
    /* padding-top: 33px; */
  }
  .ny_top .t_head .top_main {
    height: 90px;
  }
  .ny_top .t_head .top_main a.logo {
    background: url(../images/logo.png) left center no-repeat;
    background-size: contain;
    width: 140px;
    height: 50px;
    margin-top: 15px;
  }
  .ny_top2 .t_head .top_main a.logo {
    background: url(../images/logo2.png) left center no-repeat;
    background-size: contain;
    width: 140px;
    height: 50px;
    margin-top: 15px;
  }
  .ny_top .t_head .li-item {
    /* left: 90px; */
  }
  .ny_top .t_head #navk {
    padding-left: 313px;
  }
  .ny_top .t_head #navk .nav2 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .ny_top .t_head #navk .top2 {
    float: left;
    color: #FFF;
  }
  /* .ny_top2 .t_head #navk .top2 {
    float: left;
    color: #333;
  } */
  .ny_top .t_head #navk .top_r {
  
  }
  .ny_top .t_head #navk .top_r .ss {
    width: 30px;
    border-bottom: none;
    position: relative;
  }
  /*.ny_top .t_head #navk .top_r .ss:hover {
    background: none;
  }
  .ny_top .t_head #navk .top_r .ss:hover .txtk {
    width: 240px;
    background: rgba(0, 0, 0, 0.9);
  }
  .ny_top .t_head #navk .top_r .ss:hover .txtk .form-control {
    display: block;
  }*/
  .ny_top .t_head #navk .top_r .an_ss {
    background: url(../images/ss.png) center center no-repeat;
    background-size: contain;
  }
  .ny_top2 .t_head #navk .top_r .an_ss {
    background: url(../images/ss2.png) center center no-repeat;
    background-size: contain;
  }
  .ny_top .t_head #navk .top_r .txtk {
    position: absolute;
    overflow: hidden;
    height: 42px;
    right: 0px;
    top: 29px;
    width: 42px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .ny_top .t_head #navk .top_r .form-control {
    display: none;
    width: 100%;
    color: #fff;
  }
  .ny_top .t_head #navk .top_r .ja {
    border: 1px solid #fff;
    color: #fff;
    width: 146px;
    background: rgba(0, 0, 0, 0.3);
  }
  .ny_top .t_head #navk .top_r .ja:hover {
    border: 1px solid #4065c4;
  }
  .ny_top .t_head #navk .top_r .lan {
    color: #fff;
    margin-left: 40px;
	background: #377ffc;
	border-radius:40px;
	width:100px;
	height:30px;
	text-align:center;
	line-height:30px;
	margin-top: 33px;
  }

  .ny_top .t_head #navk .top_r .lan a:hover {
    color: #333;
  }
  .ny_top .t_head #navk .clear2 {
    display: none;
  }
  .ny_top .t_head #navk .menu li {
    margin-right: 45px;
    height: 80px;
  }
  .ny_top .t_head #navk .menu li.on>a {
    color: #4065c4;
    border-top: 6px solid #4065c4;
    line-height: 90px;
  }
  .ny_top .t_head #navk .menu li a {
    color: #fff;
    font-size: 18px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 500;
    height: auto;
    line-height: 100px;
    padding-bottom: 0px;
  }
  .ny_top2 .t_head #navk .menu li a {
    color: #333;
    font-size: 18px;
    height: auto;
    line-height: 100px;
    padding-bottom: 0px;
  }
  .ny_top .t_head #navk .menu li:hover>a {
    color: #4065c4;
  }
  .ny_top .t_head #navk .menu dd a {
    color: #333;
    min-height: 60px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    line-height: 30px;
    padding: 15px 5px;
    text-align: center;
  }
  .ny_top .t_head #navk .menu dd a.a2 {
    line-height: 30px;
  }

   /* 11-2 */
   .ny_top .t_head #navk .top_r .login {
    width: 24px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    height: 42px;
    position: relative;
  }
  .ny_top .t_head #navk .top_r .login  .imgk {
    position: absolute;
  }
  .ny_top .t_head #navk .top_r .login img {
    width: 24px;
    height: 24px;
  }
  .ny_top .t_head #navk .top_r .login .tip {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    left: 50%;
    margin-left: -30px;
    bottom: -9px;
  }
  .ny_top .t_head #navk .top_r .login .tip i {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -3px;
    transform: rotateZ(45deg);
  }
  .ny_top .t_head #navk .top_r .login:hover .tip.on{
    display: block;
  }

  .model .form-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .model .form-item .name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .model .form-item .ipt {
    width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
  }
  .model .form-item .ipt input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 18px;
    background: transparent;
  }
  /*search*/
.search{width:100%;padding-bottom:50px;padding-top:40px;background:#f5f5f5;}
.search_in{text-align:center;}
.search_txt{font-size:30px;font-family: Verdana, Arial;font-weight:600;height:58px;line-height:58px;color:#103fb5;}
.ss_btn{height:58px;font-size:0;margin-top:10px;border-radius: 50px; background: #fff;    width: 100%;height: 58px;line-height: 58px;}
.ss_btn input{color:#666;width:87%;height:58px;line-height:56px;padding-left:25px; font-size:16px; box-sizing:border-box;border-radius: 50px;}
.ss_btn input::-webkit-input-placeholder{color:#ccc;}
.ss_btn input::-moz-input-placeholder{color:#ccc;}
.ss_btn input::-ms-input-placeholder{color:#ccc;}
.ss_btn button{width:13%;height:58px;border-radius: 50px;background:#103fb5;border:none; vertical-align:top;}
}
@media only screen and (min-width: 1260px) and (max-width: 1480px) {
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .index-bg {
    height: 43.51666vw;
    /* background: url(../images/new/sy-ban.jpg) no-repeat center; */
    background-size: cover;
  }
  .index-bg .mySwiper{
    height: 43.51666vw;
  }
  .mySwiper .bgc {
    width: 100%;
    height: 100%;
    
  }
  .mySwiper .bgc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet {
    background: url(../images/y2.png) no-repeat center;
    width: 18px;
    height: 18px;
    opacity: 1;
    background-size: 100%;
    margin: 10px;
    /* padding: 10px 10px; */
  }
 
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet-active{
    background: url(../images/y1.png) no-repeat center;
    background-size: 100%;
  }
  .mySwiper .swiper-slide .bgc {
    overflow: hidden;
  }
  .mySwiper .swiper-slide img{
    transform: scale(1,1);
  }
  .mySwiper .swiper-slide-active img{
    transform: scale(1.1,1.1);
    transition: all 5s;
  }
 
  .index-bg #nav_top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: linear-gradient(#333 ,transparent);
  }
  .index-bg .top_ban {
    height: 32.291vw;
    padding-top: 140px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .index-bg .top_ban p {
    width: 100%;
    font-size: 36px;
    line-height: 42px;
    padding-top: 7.5vw;
    margin-bottom: 4.1666vw;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }
  .index-bg .top_ban p span{
    font-weight: 400;
  }
  .index-bg .more-btn {
    display: block;
    width: 163px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 27px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -81.5px;
    bottom: 70px;
  }
  .index-bg  .more-btn:hover {
    color: #fff;
    border: 1px solid #4065c4;
    background: #4065c4;
  }
  .t_head {
    display: flex;
    justify-content: space-between;
    height: 140px;
  }
  .li-item {
    position: absolute;
    left: 0;
    top: 115px;
    z-index: 9;
    display: none;
    width: 100vw;
    border-top: 2px solid #4065c4;
    height: 626px;
    /* border-radius: 5px; */
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .li-item .main {
    display: flex;
  }
  .li-item .all-item {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 323px;
    height: 626px;
  }
  .li-item .all-item .all-list {
    width: 323px;
    height: 70px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #f5f5f5;
  }
  .li-item .all-item .all-list span {
    font-size: 24px;
    padding-bottom: 5px;
    display: inline-block;
    color: #333;
  }
  .li-item .all-item .all-list i {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/hjt.png) no-repeat center;
  }
  .li-item .all-item .all-list.on {
    background-color: #4065c4;
    color: #fff;
  }
  .li-item .all-item .all-list.on span {
    color: #fff;
  }
  .li-item .all-item .all-list.on i {
    background: url(../images/bjt.png) no-repeat center;
    /* border-bottom: 3px solid #4065c4; */
  }
  .li-item .now-item {
    display: none;
    background-color: #fff;
    width: 830px;
    height: 566px;
    margin-left: 60px;
    overflow: auto;
    /* padding: 35px; */
  }
  .li-item .now-item::-webkit-scrollbar{
    width: 5px;
  }
  .li-item .now-item::-webkit-scrollbar-thumb{
      background: #ccc;
      border-radius: 10px;
  }
  .li-item .now-item::-webkit-scrollbar-track{
      background: #f5f5f5;
      box-shadow: inset 0 0 5px gary;
  }
  .li-item .now-item.on {
    display: block;
  }
  .now-items {
    padding: 30px 0;
  }
  .now-item .now-list {
    float: left;
    width: 247px;
    height: 250px;
    margin-right: 40px;
    text-align: center;
    font-size: 18px;
  }
  .now-item .now-list a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .now-item .now-list .imgk {
    width: 247px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .now-item .now-list .imgk img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .now-item .now-list:hover .name {
    text-decoration: underline;
  }
  .now-item .now-list:nth-child(3n) {
    margin-right: 0;
  }
  .ny_top {
    position: absolute;
    height: 90px;
  }
  .ny_top2 {
    height: 90px;
    position: static;
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
  }
   #nav_top.sticky2{
   position:fixed;
   z-index:999999;

 }
  #nav_top.sticky{
    background-color: rgb(0, 0, 0, 0.6);

 }
  .ny_top .t_head {
    height: 90px;
    /* padding-top: 33px; */
  }
  .ny_top .t_head .top_main {
    height: 90px;
  }
  .ny_top .t_head .top_main a.logo {
    background: url(../images/logo.png) left center no-repeat;
    background-size: contain;
    width: 189px;
    height: 50px;
    margin-top: 14px;
  }
  .ny_top2 .t_head .top_main a.logo {
    background: url(../images/logo3.png) left center no-repeat;
    background-size: contain;
    width: 189px;
    height: 50px;
    margin-top: 14px;
  }
  .ny_top .t_head .li-item {
    /* left: 90px; */
  }
  .ny_top .t_head #navk {
    padding-left: 300px;
  }
  .ny_top .t_head #navk .nav2 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .ny_top .t_head #navk .top2 {
    float: left;
    color: #FFF;
  }
  /* .ny_top2 .t_head #navk .top2 {
    float: left;
    color: #333;
  } */
  .ny_top .t_head #navk .top_r {
    margin-top: 0;
  }
  .ny_top .t_head #navk .top_r .ss {
    width: 30px;
    border-bottom: none;
    position: relative;
  }
  /*.ny_top .t_head #navk .top_r .ss:hover {
    background: none;
  }
  .ny_top .t_head #navk .top_r .ss:hover .txtk {
    width: 240px;
    background: rgba(0, 0, 0, 0.9);
  }
  .ny_top .t_head #navk .top_r .ss:hover .txtk .form-control {
    display: block;
  }*/
  .ny_top .t_head #navk .top_r .an_ss {
    background: url(../images/ss.png) center center no-repeat;
    background-size: contain;
  }
  .ny_top2 .t_head #navk .top_r .an_ss {
    background: url(../images/ss2.png) center center no-repeat;
    background-size: contain;
  }
  .ny_top .t_head #navk .top_r .txtk {
    position: absolute;
    overflow: hidden;
    height: 42px;
    right: 0px;
    top: 29px;
    width: 42px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .ny_top .t_head #navk .top_r .form-control {
    display: none;
    width: 100%;
    color: #fff;
  }
  .ny_top .t_head #navk .top_r .ja {
    border: 1px solid #fff;
    color: #fff;
    width: 146px;
    background: rgba(0, 0, 0, 0.3);
  }
  .ny_top .t_head #navk .top_r .ja:hover {
    border: 1px solid #4065c4;
  }
  .ny_top .t_head #navk .top_r .en1 {
    color: #fff;
    margin-left: 15px;
    background: none;
  }
  .ny_top2 .t_head #navk .top_r .en1 {
    color: #333;
    margin-left: 15px;
    background: none;
  }
  .ny_top .t_head #navk .top_r .en1 img {
    margin-right: 7px;
    font-size: 18px;
  }
  .ny_top .t_head #navk .top_r .en1:hover {
    color: #4065c4;
  }
  .ny_top .t_head #navk .clear2 {
    display: none;
  }
  .ny_top .t_head #navk .menu li {
    margin-right: 30px;
    height: 110px;
  }
  .ny_top .t_head #navk .menu li.on>a {
    color: #4065c4;
    border-top: 6px solid #4065c4;
    line-height: 90px;
  }
  .ny_top .t_head #navk .menu li a {
    color: #fff;
    font-size: 18px;
    height: auto;
    line-height: 100px;
    padding-bottom: 0px;
  }
  .ny_top2 .t_head #navk .menu li a {
    color: #333;
    font-size: 18px;
    height: auto;
    line-height: 100px;
    padding-bottom: 0px;
  }
  .ny_top .t_head #navk .menu li:hover>a {
    color: #4065c4;
  }
  .ny_top .t_head #navk .menu dd a {
    color: #333;
    min-height: 60px;
    line-height: 30px;
    text-align: center;
    padding: 15px 5px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }
  .ny_top .t_head #navk .menu dd a.a2 {
    line-height: 30px;
  }

     /* 11-2 */
     .t_head #navk .top_r .login {
      width: 24px;
      float: left;
      margin-left: 10px;
      cursor: pointer;
      height: 42px;
      position: relative;
    }
    .t_head #navk .top_r .login  .imgk {
      position: absolute;
    }
    .t_head #navk .top_r .login img {
      width: 24px;
      height: 24px;
    }
    .t_head #navk .top_r .login .tip {
      display: none;
      position: absolute;
      background-color: #fff;
      width: 60px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      left: 50%;
      margin-left: -30px;
      bottom: 0;
      box-shadow:  0 0 3px 3px rgba(0, 0, 0, 0.03);
    }
    .t_head #navk .top_r .login .tip i {
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #fff;
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -3px;
      top: -3px;
      transform: rotateZ(45deg);
    }
    .t_head #navk .top_r .login:hover .tip.on{
      display: block;
    }
    .model .form-item {
      width: 100%;
      margin-bottom: 30px;
    }
    .model .form-item .name {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 25px;
    }
    .model .form-item .ipt {
      width: 100%;
      height: 50px;
      border: 1px solid #dddddd;
      background-color: #f7f7f7;
    }
    .model .form-item .ipt input {
      width: 100%;
      height: 100%;
      padding: 0 20px;
      font-size: 18px;
      background: transparent;
    }
    /*search*/
.search{width:100%;padding-bottom:50px;padding-top:40px;background:#f5f5f5;}
.search_in{text-align:center;}
.search_txt{font-size:30px;font-family: Verdana, Arial;font-weight:600;height:58px;line-height:58px;color:#103fb5;}
.ss_btn{height:58px;font-size:0;margin-top:10px;border-radius: 50px; background: #fff;    width: 100%;height: 58px;line-height: 58px;}
.ss_btn input{color:#666;width:87%;height:58px;line-height:56px;padding-left:25px; font-size:16px; box-sizing:border-box;border-radius: 50px;}
.ss_btn input::-webkit-input-placeholder{color:#ccc;}
.ss_btn input::-moz-input-placeholder{color:#ccc;}
.ss_btn input::-ms-input-placeholder{color:#ccc;}
.ss_btn button{width:13%;height:58px;border-radius: 50px;background:#103fb5;border:none; vertical-align:top;}
}
@media only screen and (max-width: 1260px) {
  .index-bg {
    /* height: 370px; */
    /* background: url(../images/new/sy-ban.jpg) no-repeat center;
    background-size: cover; */
  }
  .index-bg .mySwiper{
    height: 75vw;
    padding-top: 60px;
  }
  .mySwiper .bgc {
    width: 100%;
    height: 100%;
    
  }
  .mySwiper .bgc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet {
    background: url(../images/new/page-nomore.png) no-repeat center;
    width: 15px;
    height: 15px;
    opacity: 1;
    background-size: 100%;
    margin: 10px;
    /* padding: 10px 10px; */
  }
 
  .mySwiper .swiper-pagination2 .swiper-pagination-bullet-active{
    background: url(../images/new/page-active.png) no-repeat center;
    background-size: 100%;
  }
  .index-bg .top_ban {
    padding: 0 15px;
    padding-top: 40px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .index-bg .top_ban p {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }
  .index-bg .top_ban p span{
    font-weight: 400;
  }
  .index-bg .more-btn {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 27px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 60px;
  }
  .index-bg  .more-btn:hover {
    color: #fff;
    border: 1px solid #4065c4;
    background: #4065c4;
  }
  .li-item {
    display: none;
  }
 
  .model .form-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .model .form-item .name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .model .form-item .ipt {
    width: 100%;
    height: 36px;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
  }
  .model .form-item .ipt input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    background: transparent;
  }
/*search*/
.search{width:100%;padding:15px;padding-top:20px;background:#f5f5f5;}
.search_in{text-align:center;}
.search_txt{font-size:26px;font-family: Verdana, Arial;font-weight:600;height:48px;line-height:48px;color:#103fb5;}
.ss_btn{height:48px;font-size:0;margin-top:10px;border-radius: 50px; background: #fff;    width: 100%;line-height: 48px;}
.ss_btn input{color:#666;width:87%;height:48px;line-height:48px;padding-left:20px; font-size:13px; box-sizing:border-box;border-radius: 50px;}
.ss_btn input::-webkit-input-placeholder{color:#ccc;}
.ss_btn input::-moz-input-placeholder{color:#ccc;}
.ss_btn input::-ms-input-placeholder{color:#ccc;}
.ss_btn button{width:13%;height:48px;border-radius: 50px;background:#103fb5;border:none; vertical-align:top;}


 
 
}
@media only screen and (max-width: 390px) {
  .search_txt{font-size:24px;font-family: Verdana, Arial;font-weight:600;height:48px;line-height:48px;color:#103fb5;}

}

.model {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
}
.model.on {
  display: block;
}
.model .mask {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model .mask .model-cont {
  background-color: #fff;
  width: 500px;
  max-width: 95%;
  border-radius: 10px;
  min-height: 200px;
  padding: 30px;
  font-size: 18px;
  line-height: 28px;
}
.model .mask .txt {
  max-height: 50vh;
  overflow: auto;
}
.model .mask .icon {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.model .mask .icon img {
  width: 50px;
}
.model .mask .btns {
 display: flex;
 align-items: center;
 justify-content: space-around;
}
.model .mask .btn1 {
  width: 100px;
  height: 50px;
  color: #fff;
  background-color: #01b77a;
  border-radius: 4px;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

/*order*/
.bt{font-size:28px;font-weight:bold;font-family: Arial;color:#333;padding-left:40px;}
.order_t{background:url(../images/order_tbg.png) left center no-repeat;}
.order_des{font-size:18px;font-weight:bold;font-family: Arial;color:#333;margin-top:15px;}
.order_des span{margin-right:30px;}
table {
  background: white;
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
}
table th{font-size:1.6rem;;font-weight:bold;}
table tr,table td{  font-size: 1.4rem;}
table tr,
table th,
table td {
  border: none;


}

table th,
table td {
  padding:15px 10px;
  text-align: left;
}

table th {
  background: #377ffc;
  color: #ffffff;
  text-transform:capitalize;
}

table tr td {
  background: #dbe7fc;
  color: #666;
}
table.shipment_info tr td {
  text-transform:uppercase;
}
table tr td a{color:#377ffc;}
table tr:nth-of-type(2n+2) td {
  background: #fefefe;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 1.4rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  background: #377ffc;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}
.status_t{background:url(../images/status_tbg.png) left center no-repeat;margin-top:45px;}
.shipment_t{background:url(../images/shipment_info.png) left center no-repeat;}
.containers_t{background:url(../images/containers.png) left center no-repeat;margin-top:45px;}
.tracking_detail_t{background:url(../images/tracking_detail.png) left center no-repeat;}
.ranking-nav-group{
	display: flex;
  justify-content:center;
	margin-top:20px;
	margin-bottom:45px;
}
.ranking-nav-group div{
	width:28%;
	height:60px;
	line-height: 60px;
	text-align: center;
	font-weight:bold;
  background: #eeeff3;
	color: #666;
	cursor: pointer;
}
.ranking-nav-group div.on{
	color: #fff;
	background: #377ffc;	
}