@charset "utf-8";


/*********头部*********/
.in-header {
  height: 78px;
  margin-left: 7%;
  margin-right: 5%;
}

.in-header .nav-list {
  margin-left: 6%;
}

/*.in-header .nav-list .item {
  position: relative;
  margin-right: 5.7%;
}
@media (min-width: 1800px) {
    .in-list-2 .in-ul {
      padding-left: 0;
    }
    .in-list-2 .in-ul .item:nth-of-type(4n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1640px) {
    .in-header .nav-list .item {margin-right: 2.2%;}
}
@media (max-width: 1590px) {
    .in-header .nav-list .item {margin-right: 1.7%;}
}

@media (max-width: 1490px) {
    .in-header .nav-list .item {margin-right: 2%;}
}

@media (max-width: 1190px) {
    .in-header .nav-list .item {margin-right: 1.7%;}
}
*/



.in-header .nav-list .item {
  position: relative;
  margin-right: 1.2%;
}
@media (min-width: 1800px) {
    .in-list-2 .in-ul {
      padding-left: 0;
    }
    .in-list-2 .in-ul .item:nth-of-type(4n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1640px) {
    .in-header .nav-list .item {margin-right: 1.2%;}
}
@media (max-width: 1590px) {
    .in-header .nav-list .item {margin-right: 1.2%;}
}

@media (max-width: 1490px) {
    .in-header .nav-list .item {margin-right: 1.2%;}
}

@media (max-width: 1190px) {
    .in-header .nav-list .item {margin-right: 1.7%;}
}
@media (max-width: 1290px) {
    .in-header .nav-list .item {margin-right: 0.5%;}
    .in-header .nav-list .item a{ font-size:14px !important; }
}

.in-header .nav-list .item>a {
  color: #24344b;
  line-height: 78px;
}

.in-header .nav-list .item>a span {
  width: 17px;
  height: 7px;
  background: url('../images/icon/xl.png') no-repeat center center;
}

.in-header .nav-list .item .sub-nav {
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -60px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  width: 120px;
  z-index: 100;
}

.in-header .nav-list .item .sub-nav a {
  text-align: center;
  line-height: 40px;
}

.in-header .nav-list .item:hover .sub-nav {
  top: 100%;
  visibility: initial;
  opacity: 1;
}

.in-header .nav-list .item:hover>a span {
  background: url('../images/icon/sl.png') no-repeat center center;
}

.in-header .nav-list .active>a,
.in-header .nav-list .item:hover>a,
.in-header .nav-list .item .sub-nav a:hover {
  color: #217efd;
}

.in-header .right-info .search {
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
}

.in-header .right-info .search .val {
  width: 170px;
  padding: 0 10px;
  border: 0;
  background: none;
  visibility: hidden;
}

.in-header .right-info .search:hover {
  background: #e0e9ed;
}

.in-header .right-info .search:hover .val {
  visibility: visible;
}

.in-header .right-info {
  height: 100%;
}

.in-header .right-info .search .submit {
  width: 50px;
  height: 100%;
  background: url('../images/icon/seach.png') no-repeat center center;
  border: 0;
}

.in-header .right-info .taobao {
  width: 20px;
  height: 20px;
  background: url('../images/icon/taobao.png') no-repeat center center;
}

.in-header .right-info .ewm {
  width: 20px;
  height: 100%;
  background: url('../images/icon/ewm.png') no-repeat center center;
  position: relative;
}

.in-header .right-info .ewm .show {
  width: 85px;
  height: 92px;
  background: url('../images/header_ewm.png') no-repeat center center;
  position: relative;
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -42.5px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

.in-header .right-info .ewm:hover .show {
  top: 100%;
  visibility: initial;
  opacity: 1;
}

.in-header .right-info-mo {
  display: none;
}

.in-header .right-info-mo img {
  height: 20px;
}

/*********底部*********/
.in-footer {
  overflow: hidden;
}

.in-footer .custom {
  width: 100%;
  height: 200px;
  background: url('../images/footer_1.jpg') no-repeat center center;
  background-size: cover;
}

.in-footer .custom .btn {
  width: 270px;
  height: 60px;
  background: #006CFF;
  box-shadow: 0px 15px 55px 0px rgba(0, 108, 255, 0.5);
  border-radius: 30px;
}

.in-footer .middle {
  background: #192029;
  overflow: hidden;
}

.in-footer .middle .nav-list {
  width: 65%;
}

.in-footer .middle .sub-nav a {
  line-height: 1.8;
  color: #454A50;
}

.in-footer .middle .sub-nav a:hover {
  text-decoration: underline;
}

.in-footer .bottom {
  background: #13181f;
  overflow: hidden;
}

.in-footer .bottom img {
  height: 40px;
}


/*********banner*********/
.in-ny-banner {
  width: 100%;
  height: 380px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}

.in-banner {
  width: 100%;
  height: calc(100vh - 78px);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.in-banner .tops {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.in-banner .swiper {
  width: 100%;
  height: 100%;
}

.in-banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.in-banner .swiper .titles {
  font-size: 100px;
}

.in-banner .swiper-pagination {
  right: 4.68%;
}

.in-banner .swiper-pagination-bullet {
  width: 10px;
  height: 20px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 5px;
  margin-bottom: 50px !important;
}

.in-banner .swiper-pagination-bullet-active {
  opacity: 1;
}


/*********悬浮*********/
.in-suspension {
  position: fixed;
  right: 2%;
  top: 50%;
  width: 70px;
  height: 288px;
  background: url('../images/suspend_back.png') no-repeat center center;
  z-index: 100;
  transform: translateY(-50%);
}

.in-suspension .wx,
.in-suspension .sao,
.in-suspension .tel,
.in-suspension .top {
  width: 100%;
  height: 56px;
  cursor: pointer;
  display: block;
}

.in-suspension .wx {
  margin-top: 60px;
}

.in-suspension .ewm {
  position: absolute;
  right: 80px;
  top: 60px;
  display: none;
}

.in-suspension .wx:hover .ewm {
  display: block;
}


/*********分页*********/
.in-fy .up,
.in-fy .down {
  width: 117px;
  height: 56px;
  border-radius: 12px;
}


/*********标题样式*********/
.in-title-1 {
  overflow: hidden;
}


/*********列表样式*********/
/* 列表1 */
.in-list-1 {
  overflow: hidden;
}

.in-list-1 .in-ul .item {
  border-bottom: 1px solid #EFEFEF;
}

.in-list-1 .in-ul .img {
  width: 360px;
  height: 224px;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
}

.in-list-1 .in-ul .info {
  width: 810px;
  overflow: hidden;
}

.in-list-1 .in-ul .name {
  width: 60%;
}

.in-list-1 .in-ul .more {
  width: 96px;
  height: 32px;
  background: url('../images/more.png') no-repeat center center;
}

.in-list-1 .in-ul .more:hover {
  background: url('../images/more-click.png') no-repeat center center;
}

.in-list-1 .in-ul .tig {
  width: 38px;
  height: 19px;
  background: #E5E5E5;
  border-radius: 5px;
}

.in-list-1 .in-ul a.tigs {
  min-width: 38px;
  height: 19px;
  line-height: 19px;
  padding: 5px 8px;
  display: inline;
  background: #E5E5E5;
  border-radius: 5px;
}

/* 列表2 */
.in-list-2 {
  overflow: hidden;
  position: relative;
}

.in-list-2 .suspension-tab {
  position: absolute;
  left: 20px;
  top: 80px;
  border: 1px solid #B3B3B3;
  border-radius: 12px;
  z-index: 10;
  line-height: 56px;
}

.in-list-2 .suspension-tab a {
  border-radius: 12px;
}

.in-list-2 .suspension-tab .active {
  background: linear-gradient(129deg, #006CFF, #3289FF);
  color: #fff !important;
}

.in-list-2 .suspension-tab .active .iconfont {
  color: #fff !important;
}

.in-list-2 .suspension-tab a:hover,
.in-list-2 .suspension-tab a:hover .iconfont {
  color: #006CFF !important;
}

.in-list-2 .tab-list {
  border-bottom: 1px solid #DBDBDB;
}

.in-list-2 .tab-list a:hover,
.in-list-2 .tab-list .active {
  color: #006CFF !important;
  font-weight: bold;
}

.in-list-2 .in-ul {
  overflow: hidden;
  padding-left: 130px;
}

.in-list-2 .in-ul .item {
  width: 267px;
  display: block;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-left: 40px;
}

.in-list-2 .in-ul .item:nth-of-type(4n+1) {
/*  margin-left: 0;*/
}

.in-list-2 .in-ul .item .img {
  width: 100%;
  height: 204px;
  overflow: hidden;
}

.in-list-2 .in-ul .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.in-list-2 .in-ul .item .img .img-hide {
  margin-top: -204px;
}

.in-list-2 .in-ul .item .img-back {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -100%;
}

.in-list-2 .in-ul .item .img-news {
  position: absolute;
  left: -100%;
  top: 0;
}

.in-list-2 .in-ul .item .btn {
  width: 101px;
  height: 50px;
  background: url('../images/cases_3.png') no-repeat center center;
  line-height: 35px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -50.5px;
  opacity: 0;
}

.in-list-2 .in-ul .item .tig {
  color: #006CFF;
}

.in-list-2 .in-ul .item .text {
  line-height: 20px;
}

/* hover */
.in-list-2 .in-ul .item:hover {
  border: 1px solid #fff;
}

.in-list-2 .in-ul .item:hover .img-back {
  bottom: 0;
}

.in-list-2 .in-ul .item:hover .img-news {
  left: 0;
}

.in-list-2 .in-ul .item:hover .btn {
  top: 150px;
  opacity: 1;
}

.in-list-2 .in-ul .item:hover .img .img-show {
  margin-top: 204px;
}

.in-list-2 .in-ul .item:hover .img .img-hide {
  margin-top: 0;
}

.in-list-2 .in-ul .item:hover .title,
.in-list-2 .in-ul .item:hover .tig,
.in-list-2 .in-ul .item:hover .text {
  color: #fff !important;
  position: relative;
}


/*********详情样式*********/
/* 详情1 */
.in-detail-1 {
  overflow: hidden;
}

.in-detail-1 .links {
  border-radius: 12px;
}

.in-detail-1 .like {
  width: 138px;
  height: 138px;
  background: url('../images/like_click.png') no-repeat center center;
}

/* 详情2 */
.in-detail-2 {
  width: 100%;
  min-height: 1000px;
  background: url('../images/detail2_img1.jpg') no-repeat left center #f3f7fd;
}

/* 详情3 */
.in-detail-3 {
  width: 920px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.in-detail-3 .custom-pos {
  position: absolute;
  right: 0;
  top: 40px;
}

/* 详情4 */
.in-detail-4 {
  overflow: hidden;
}

.in-detail-4 .left {
  width: 225px;
}

.in-detail-4 .left .search-links,
.in-detail-4 .left .search-links a {
  line-height: 20px;
  color: #AFAFAF;
}

.in-detail-4 .left .btn {
  height: 60px;
  background: #006CFF;
  box-shadow: 0px 15px 55px 0px rgba(0, 108, 255, 0.5);
  border-radius: 30px;
}


.in-detail-4 .right .tags span {
  padding: 7px 8px;
  border-radius: 8px;
  background: #E5E5E5;
}


/*********关于我们*********/
.in-about {
  overflow: hidden;
}

.in-about-1 {
  width: 100%;
  height: 440px;
  background: url('../images/about_2.png') no-repeat center bottom;
}

.in-about-1 .text {
  width: 540px;
  line-height: 28px;
}

.in-about .en {
  text-transform: uppercase;
}

.in-about-2 .item {
  width: 335px;
  height: 255px;
  background-position: center;
  background-size: cover;
}

.in-about-3 {
  width: 100%;
  height: 340px;
  background: url('../images/about_6.jpg') no-repeat center bottom;
}

.in-about-3 .item {
  text-align: center;
}

.in-about-3 .item .num {
  font-size: 100px;
}

.in-about-3 .item .num sup {
  font-size: 48px;
}

.in-about-5 .address-img {
  position: relative;
}

.in-about-5 .address-img .text {
  position: absolute;
  left: 35px;
  bottom: 45px;
  line-height: 45px;
}

.in-about-5 .address-img .item {
  position: relative;
}

.in-about-5 .address-img .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.in-about-5 .address-img .item:hover .back {
  display: none;
}

/*********首页*********/
.in-index-wrapper {
  width: 100%;
  background: url('../images/m1_1.png') no-repeat top center;
  margin-top: -80px;
  position: relative;
  z-index: 10;
  background-size: 100%;
}

.in-index-title {
  position: relative;
}

.in-index-title .en {
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  color: #F0F0F0;
  font-size: 72px;
  text-transform: uppercase;
  z-index: -1;
  white-space: nowrap;
}

.in-index-title .tig {
  color: #006CFF;
}

/* m1 */
.in-m1 {
  margin: 0 5%;
  overflow: hidden;
}

.in-m1 .item {
  height: 100px;
  background: #EEF8FF;
  box-shadow: 0px 5px 15px 0px rgba(220, 230, 236, 0.19);
  border-radius: 5px;
}

.in-m1 .item .more {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
  border-radius: 50px;
}

.in-m1 .item2 {
  background: linear-gradient(129deg, #006CFF, #3289FF);
}


/* m2 */
.in-m2 {
  overflow: hidden;
}

.in-m2 .list .item.active div {
  color: #006CFF !important;
}

.in-m2 .texts {
  width: 598px;
}

.in-m2 .serve-info .line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #d0d1d4;
}

.in-m2 .serve-info .line span {
  display: block;
  width: 100px;
  height: 3px;
  background: #006CFF;
  position: absolute;
  left: 0;
  top: -2px;
}

.in-m2 .serve-info .more {
  width: 150px;
  height: 50px;
}

.in-m2 .serve-info .imgs2 {
  display: none;
}
.in-m2 .serve-info{
  display: none !important;
}
.in-m2 .serve-info-show{
  display: flex !important;
}

/* m3 */
.in-m3 {
  overflow: hidden;
}

.in-m3 .more {
  width: 100%;
  height: 63px;
  border-radius: 14px;
}

/* m4 */
.in-m4 {
  margin: 0 3%;
}

.in-m4 .item {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 16%;
  margin: 0 1%;
}

.in-m4 .item img {
  border-radius: 10px;
  display: block;
}

.in-m4 .more {
  width: 210px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

/* m5 */
.in-m5 {
  overflow: hidden;
  width: 100%;
  height: 320px;
  background: url('../images/m5_1.jpg') no-repeat center center;
}

.in-m5 .more {
  width: 210px;
  height: 50px;
  border-radius: 50px;
}

/* m6 */
.in-m6 .item {
  height: 500px;
}

.in-m6 .list {
  position: relative;
}

.in-m6 .list .in-m6-pre,
.in-m6 .list .in-m6-next {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -29px;
  background: #fff;
  border-radius: 50px;
  z-index: 60;
}

.in-m6 .list .in-m6-pre img,
.in-m6 .list .in-m6-next img {
  display: block;
}

.in-m6 .list .in-m6-next {
  left: initial;
  right: 10px;
}

.in-m6 .in-m6-item {
  width: 218px;
  height: 500px;
  overflow: hidden;
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.in-m6 .in-m6-item .more {
  position: absolute;
  left: -200px;
  top: 28px;
  z-index: 10;
  width: 117px;
  height: 34px;
  border-radius: 50px;
}

.in-m6 .in-m6-item .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.in-m6 .in-m6-item .text {
  position: absolute;
  left: 35px;
  bottom: 55px;
}

.in-m6 .in-m6-item .text .hide {
  display: none;
}

.in-m6 .active {
  width: 470px;
}

.in-m6 .active .more {
  left: 28px;
}

.in-m6 .active .back {
  background: rgba(40, 92, 190, 0.3);
}

.in-m6 .active .text .hide {
  display: block;
}

.in-m6 .more2 {
  width: 210px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
}


/* m7 */
.in-m7 {
  overflow: hidden;
}

/* m8 */
.in-m8 {
  overflow: hidden;
}

.in-m8 .in-m8-tab .swiper-slide {
  width: 129px !important;
  height: 50px;
  margin-right: 0 !important;
  border-top: 1px solid #006CFF;
  border-bottom: 1px solid #006CFF;
  border-left: 1px solid #006CFF;
  color: #006CFF;
}

.in-m8 .in-m8-tab .swiper-slide:first-child {
  border-radius: 5px 0 0 5px;
}

.in-m8 .in-m8-tab .swiper-slide:last-child {
  border-right: 1px solid #006CFF;
  border-radius: 0 5px 5px 0;
}

.in-m8 .in-m8-tab .swiper-slide-thumb-active,
.in-m8 .in-m8-tab .swiper-slide:hover {
  color: #fff;
  background: #006CFF;
}

.in-m8 .in-m8-swiper {
  overflow: hidden;
}

.in-m8 .in-m8-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.in-m8 .swiper-slide .img {
  width: 632px;
  height: 393px;
}

.in-m8 .swiper-slide .names {
  width: 60%;
}

.in-m8 .swiper-slide .line {
  width: 30%;
  height: 2px;
  background-color: #b9d7ff;
}

.in-m8 .swiper-slide .line span {
  display: block;
  width: 50%;
  height: 2px;
  background: #006cff;
}

.in-m8 .swiper-slide .more {
  width: 130px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #006CFF;
}

.in-m8 .swiper-slide .line .in-m8 .swiper-slide .list .names2 {
  width: 60%;
}

.in-m8 .swiper-button-next,
.in-m8 .swiper-button-prev {
  position: initial;
  width: auto;
  height: auto;
  margin: 0;
}

.in-m8 .swiper-button-next:after,
.in-m8 .swiper-button-prev:after {
  color: #505d6f;
  font-size: 24px;
}




.bottom .color-797979 a {
  color: #797979 !important;
}


.in-detail-1{ max-width:1200px;margin:0 auto;}
.in-detail-1 .in-w{max-width:800px; float:left;}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15.5px;
    border-left: 5px solid #eee;
}
.arctile blockquote {
    font-size: 16px;
    color: #444;
    background: #fbfbfb;
    border-left-color: #e5e5e5;
}
.arctile blockquote a {
    background-color: transparent;
    color: #0e63ef;
    text-decoration: none;
}

.sidebar {
    float: right;
    width: 300px;
    padding: 20px 0 30px;
}
@media (max-width: 1200px){
    .sidebar {
        float: none;clear: both;
        width: 100%;
        padding: 20px 10px 0px 10px;
    }  
}
.widget {
    margin-bottom: 30px;
}
.search-form {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.search-form input.keyword {
    width: 100%;
    height: 28px;
    padding: 3px 10px;
    font-size: 14px;
    color: rgba(0,0,0,.8);
    border: 1px solid #eee;
}

.search-form input {
    background: 0 0;
    border: 0;
    line-height: 20px;
    padding: 4px;
    display: block;
    float: left;
    outline: 0;
}
.search-form .submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 34px;
    height: 28px;
    padding: 0;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border: 0;
    background-color:#0077CC;
    cursor: pointer;
}
.icon-svg, .wpcom-icon svg {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: #fff;
    overflow: hidden;
}

.widget-title {
    position: relative;
    margin: 0;
    padding: 0 0 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0,0,0,.8);
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.widget ol, .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_lastest_products .p-list {
    margin: 0 -10px -20px;
}
.col-md-12 {
    width: 50%;
}

.widget ol li, .widget ul li {
    padding: 10px 0;
    line-height: 1.6;
    border-bottom: 1px solid rgba(221,221,221,.5);
}
.widget_lastest_products .p-item {
    padding: 0 10px;
    margin: 0 0 20px;
    border: 0;
}
.sidebar .widget-title+ul li:first-child {
    padding-top: 0;
}



.widget_lastest_products .p-list .thumb {
    background: #f9f9f9;
    display: block;
    overflow: hidden;
}
.widget_lastest_products .p-item-wrap .thumb {
    border-radius: 2px;
}
.widget_lastest_products .p-list img {
    width: 100%;
    height: auto;
}


.modules-news, .widget ol a, .widget ul a {
    color: rgba(0,0,0,.8);
}
.widget ol li, .widget ul li {
    padding: 10px 0;
    line-height: 1.6;
    border-bottom: 1px solid rgba(221,221,221,.5);
}



.fbb{  display: none; }
@media (max-width: 1200px){
	body{padding-bottom: 60px;}
	.fbb{ display: block; position: fixed; bottom: 0;left: 0;right: 0; background: #fff;padding:5px 10px; z-index:99999; }
	.fbb a{ background: #6797FD;color: #fff; text-align: center; display: block; width: 49%;float: left; 
		border-radius:28px 28px; height: 48px; line-height: 48px; font-size: 18px; }
	.fbb a.rt{ float: right;background:#292C60; }
}
.in-fy #pagex{ display:inline;}
.in-fy #pagex ul,.in-fy #pagex li{ display:inline;padding:0 2px;}
.in-fy #pagex a{ padding: 4px 8px;}
.in-fy #pagex .active a,.in-fy #pagex a:hover{color: #fff;background: #26295E;}