@charset "UTF-8";
body {
    font: 14px/1.5 'SingleMaltaRegular', 'Microsoft Yahei', '微软雅黑', Arial;
    font-size: 1.4rem;
}

.sec_con1 .swiper-slide .iwi1{
	display:block !important;
}
	
.sec_con1 .swiper-slide .iwi2{
	display:none !important;
}

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

h1 {
    font-size: 2.4rem;
    /*2.4 × 10px = 24px*/
}

/* 开发流程开始 */
	.app_sen{
		margin-bottom:100px;
		display:none;
	}
	.app_sen .box {
    /* width: 62.5%; */
		width: 90%;
		margin: 0 auto;
	}
	
	.app_sen .mobl1{display:block;}
	.app_sen .mobl2{display:none;}
	
	.app_sen .center {
		text-align: center;
	}
	.flex-wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
	}

	.between {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-moz-box-pack: space-between;
		-webkit--moz-box-pack: space-between;
	}
	.flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.app_sen dl {
		width: 23.17%;
		cursor: pointer;
		margin-bottom: 1.5625vw;
	}
	
	.app_sen dt {
		width: 5.46875vw;
		margin: 0 auto;
		position: relative;
		z-index: 2;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.app_sen dd {
		box-shadow: 0 3px 16px 1px rgba(121, 148, 193, 0.18);
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		height: 10vw;
		margin-top: -2.734375vw;
		padding: 0 1vw;
		padding-top: 2.734375vw;
		position: relative;
	}
	
	@keyframes bigOrmini{
		0%{
			transform:scale(1);
		}
		50%{
			transform:scale(0.8);
		}
		100%{
			transform:scale(1);
		}
	}
	
	.app_sen dd h2 {
    color: #383838;
    font-weight: bold;
    font-size: 1.25vw;
    text-align: center;
    margin-top: 0.42vw;
}

	.app_sen dd em {
		display: block;
		background: #1449ce;
		width: 1.46vw;
		height: 0.21vw;
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
		margin: 1.04vw auto;
	}

	.app_sen dd p {
		color: #383838;
		font-size:16px;
		line-height: 1.25vw;
	}
	
	.pub_tit h2 {
		font-size: 1.98vw;
		font-weight: bold;
		letter-spacing: 1px;
		margin-bottom: 0.75vw;
	}
	
	.app_sen dd h4 {
		background: url(/img/app_sn_img_0.png) no-repeat;
		background-size: 100% 100%;
		width: 4.79vw;
		height: 1.67vw;
		position: absolute;
		right: 0;
		bottom: 0;
		color: #fff;
		text-align: center;
		font-size: 0.73vw;
		line-height: 1.67vw;
		padding-left: 0.4vw;
	}
	.app_sen dl:hover dd {
		box-shadow: 0 3px 16px 1px rgba(121, 148, 193, 0.5);
	}
	.app_sen dl:hover dt {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* 开发流程结束 */

.sec_con1 .swiper-slide img {
    width: 100%;
    display: block;
}



.sec1_bann {
    position: relative;
}

.sec1_banner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.sec1_banner aside {
    width: 81.7%;
    margin: 0 auto;
}

.sec_con1 .sec1_banner aside img {
    width: auto;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transition: 0.3s ease-in-out 1s;
    -webkit-transition: 0.3s ease-in-out 1s;
    -moz-transition: 0.3s ease-in-out 1s;
}

.sec1_banner aside h1 {
    font-size: 82px;
    color: white;
    margin-bottom: 1%;
    opacity: 0;
    font-weight: bold;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    transition: 0.5s ease-in-out 1.4s;
    -webkit-transition: 0.5s ease-in-out 1.4s;
    -moz-transition: 0.5s ease-in-out 1.4s;
}

.sec1_banner aside p {
    font-size: 48px;
    color: white;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transition: 0.5s ease-in-out 1.8s;
    -webkit-transition: 0.5s ease-in-out 1.8s;
    -moz-transition: 0.5s ease-in-out 1.8s;
}

.sec1_banner aside .ptwo {
    font-size: 38px;
}

.sec_con1 .swiper-slide-active .sec1_banner aside img {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
}

.showon {
    display: block;
}

.sec_con1 .swiper-slide-active aside h1 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
}

.sec_con1 .swiper-slide-active aside p {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.iconlist .iconitem {
    margin: 0 calc(50%/6 - 50px) !important;
}

.mod {
    padding: 50px 0 0 !important;
}

.mod-tit {
    text-align: center;
    margin-bottom: 15px;
    font-size: 48px;
    margin-top: 30px;
}

.mod-desc {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    line-height: 2;
}


/*.wrap-inner { width: 1200px }*/

.wrap-inner .intro-wrap {
    color: #666;
	width:90%;
	max-width:1400px;
    margin: 0 auto;
    text-align: center;
}

.wrap-inner .intro-wrap .node-desc {
    font-size: 16px;
    line-height: 2;
}

.invest-service-list .icon,
.intro-wrap .icon-quote {
    background-image: url("../img/chanp.png")
}


/* .sec_con1 .swiper-button-white{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  display: block;
  text-align: center;
  background:rgba(255,255,255,0.5);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
} */

.sec_con1 .swiper-button-next {
    right: 5%;
}

.sec_con1 .swiper-button-prev {
    left: 5%;
}

.sec_con1 .swiper-button-white img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: none;
}


/*首页新闻*/

.w1200 {
    width: 90%;
	max-width:1400px;
    margin: 0 auto;
	margin-top:50px;
}

.nyl_title .big {
    font-size: 48px;
    color: #333;
    margin: 60px 0 20px;
    text-align: center;
}

.nyl_title .small {
    color: #999999;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.news-cate {
    display: flex;
    justify-content: center;
    margin: 20px 0;
	margin-bottom:80px;
}

.news-cate li {
    margin: 0 15px;
    padding: 10px;
    border-bottom: 3px solid #fff;
    font-weight: bolder;
    font-size: 18px;
    cursor: pointer;
    transition: ease .4s;
	white-space: nowrap;
}

.news-cate li.on {
    border-color: #1783F9;
    color: #1783F9;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 00px;
    transition: ease .4s;
    justify-content: space-between;
}

.news-list li {
    width: 48%;
    margin-bottom: 30px;
}

.news-list li:nth-child(2n-1) {
    margin-right: 30px;
}

.news-list li a {
    display: flex;
}

.news-list li a .img {
    flex-shrink: 0;
    width: 230px;
    height: 136px;
    overflow: hidden;
    margin-right: 16px;
}

.news-list li a img {
    width: 230px;
    height: auto;
    transition: ease .5s;
}

.news-list li a h3 {
    font-size: 16px;
    line-height: 30px;
    transition: ease .2s;
    height: 60px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.news-list li a span {
    display: block;
    text-align: left;
    color: #999;
    line-height: 20px;
}

.news-list li a p {
    color: #666;
    margin-top: 15px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.news-list li a:hover img {
    transform: scale(1.1);
}

.news-list li a:hover h3 {
    color: #1783F9;
}

.w1200 .nnn {
    display: block;
    margin: 50px auto 0;
    width: 210px;
    line-height: 50px;
    background: #1783F9;
    color: #fff;
    text-align: center;
    transition: ease .5s;
    font-size: 16px;
}

.w1200 .nnn:hover {
    box-shadow: 0 4px 20px 4px #ccc;
}

.mod-banner {
    background: url("../img/banner.jpg") no-repeat center 0;
    height: 800px \9;
    position: relative;
    color: #fff;
    font-size: 16px;
    background-size: cover
}

.mod-banner .wrap-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -120px;
    width: 100%
}

.wrap-inner {
      width: 95%;
    max-width: 1400px;
}
.mod-partner>.wrap-inner{
	
	padding-bottom:50px;
}

.mod-banner .mod-tit {
    font-size: 72px;
    margin-bottom: 35px;
    line-height: 80px;
    font-weight: normal
}

.mod-banner .mod-tit br {
    display: none
}

.mod-banner .desc {
    margin-bottom: 35px;
    line-height: 40px;
    font-size: 16px;
}

.mod-banner .desc a.tit {
    color: #fff;
}

.mod-banner .btn-join,
.mod-banner .btn-more {
    width: 135px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0089cd;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 0 3px
}

.mod-banner .btn-join:hover,
.mod-banner .btn-more:hover {
    text-decoration: none
}

.mod-banner .btn-join {
    background-color: #0089cd
}

.mod-banner.is-fixed {
    position: fixed;
    position: relative \9
}

.hero {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 500px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative
}

.hero.is-fixed+.wrapper {
    margin-top: 100vh;
    margin-top: 0 \9
}

.full-height {
    height: 100%
}

.wrapper {
    z-index: 1;
    background: #fff
}

.wrapper a:hover {
    text-decoration: none
}

.mod-notice {
    text-align: center;
    padding: 50px 0;
}

.mod-notice .notice-list {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

.mod-notice .notice-list li {
    display: inline-block;
    margin-right: 35px;
    float: left;
    line-height: 36px;
    height: 110px;
    width: calc((100% / 3) - 35px);
}

.mod-notice .notice-list li .topic {
    transition: all 0.3s ease-in;
}


/* .mod-notice .notice-list li:hover{transition: all 0.3s ease-in;transform: translateY(-20px); -webkit-transform: translateY(-20px);-moz-transform: translateY(-20px);-o-transform: translateY(-20px);} */


/* .mod-notice .notice-list li:hover .more{transition: all 0.3s ease-in;transform: translateY(0); -webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);opacity: 1;margin-top: 25px;} */

.mod-notice .notice-list li .care {
    opacity: 1;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    top: 10px;
    cursor: pointer;
    text-align: left;
    text-indent: 2em;
    height: 60px;
}


/* .mod-notice .notice-list li:hover .care{transition: all 0.3s ease-in;transform: translateY(0); -webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);opacity: 1;top: 10px;} */

.mod-notice .notice-list .more {
    transition: all 0.3s ease-in;
    opacity: 1;
    font-size: 14px;
    text-align: right;
    position: relative;
    top: 5px;
}

.mod-notice .notice-list .more a {
    color: #0089cd
}

.mod-notice .notice-list .more:hover a {
    color: #0d9de6;
}

.mod-notice .notice-list .more:active a {
    color: #0c7ab1;
}

.mod-notice .notice-list .more> {
    color: #0089cd
}

.mod-notice .notice-list li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/img/question2.png") no-repeat center;
    background-size: contain;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.mod-notice .notice-list li a:hover {
    color: #0089cd
}

#inner {
    height: 80px;
    position: relative;
    overflow: hidden;
    margin: 50px 0 0 0;
}

#inner img {
    width: 80px;
}

#carousel div {
    background: #fff;
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 25px;
}

#prev,
#next {
    display: block;
    width: 50px;
    height: 80px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    z-index: 2;
}

#prev {
    background: url("../img/ui-prev.png") no-repeat;
    left: 50%;
    margin-left: -570px;
}

#next {
    background: url("../img/ui-next.png") no-repeat;
    right: 50%;
    margin-right: -570px;
}

.mod-product {
    padding-bottom: 50px
}

.mod-product .mod-desc a {
    font-size: 24px;
    color: #d00;
    display: inline-block;
    border: 1px solid #d00;
    width: 300px;
    line-height: 40px;
}

.mod-product .mod-desc a:hover {
    opacity: .8;
}

.mod-product .product-list {
	display:flex;
	width:90%;
	max-width:1400px;
	justify-content:space-between;
	margin:auto
}
.mod-product .product-list li {
    float: left;
    text-align: center;
    opacity: 0;
    opacity: 1 \9;
}

.tit-wrap span {
    color: #f00;
	font-size:16px;
}

.mod-service .service-list .hatch-plan-list li:hover:before {
    background-color: #F9F900;
}

.service-list .hatch-plan-list li:hover h5 a,
.service-list .hatch-plan-list li:hover p a {
    color: #F9F900;
    letter-spacing: 1.5px;
}

.mod-product .product-list li:hover .tit-wrap {
    margin-top: -40px;
    margin-top: 0 \9;
    -webkit-animation: iconShake .3s ease .15s;
    animation: iconShake .3s ease .15s
}

.mod-product .product-list li:hover .item-tit {
    margin-top: -19px;
    margin-top: 0 \9
}

.mod-product .product-list li:hover .btn-detail {
    opacity: 1;
    visibility: inherit;
    display: block;
}

.mod-product .product-list li a:hover .item-sub-tit,
.mod-product .product-list li a:hover .item-desc {
    color: #333
}

.mod-product .product-list .icon-1 {
    width: 122px;
    height: 121px;
    margin-bottom: 25px;
    display: inline-block;
    background: url("../img/851.png") no-repeat 4px;
}

.kfxt {
    text-align: center;
    margin-top: 30px;
}

.kfxt_btn {
    width: 210px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    border: 3px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    transition: all .4s;
    font-size: 18px;
    cursor: pointer;
    color: #999;
    margin-left: 20px;
    overflow: hidden;
}

.kfxt_btn img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    position: relative;
    top: -2px;
}

.kfxt_btn.iso {
    background: #252525;
    border-color: #252525;
    color: #fff;
}

.kfxt_btn.hfive {
    background: #3abb4d;
    border-color: #3abb4d;
    color: #fff;
}


/* .kfxt_btn.iso:hover{} */


/* .kfxt_btn:hover{background-color: #3984df;;border-color:#3984df;; color: #fff;} */

.icon-2 {
    width: 122px;
    height: 121px;
    margin-bottom: 25px;
    display: inline-block;
    background: url("../img/185 (1).png") no-repeat 10px;
}

.tit-wrap .icon-3 {
    width: 122px;
    height: 121px;
    margin-bottom: 25px;
    display: inline-block;
    background: url("../img/185 (2).png") no-repeat 3px;
}

.mod-product .product-list .item-tit {
    font-size: 28px;
    margin-bottom: 10px;
    transition: all .15s ease-in;
}

.mod-product .product-list .item-sub-tit {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.mod-product .product-list .item-sub-tit span {
    color: #f00;
}

.mod-product .product-list .item-desc {
    font-size: 14px;
    text-align: left;
    line-height: 1.5
}

.mod-product .product-list .btn-detail {
    width: 138px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0089cd;
    color: #0089cd;
    margin-top: 15px;
    display: inline-block;
    opacity: 0;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    visibility: hidden \9;
    display: none;
    margin: 0 auto;
}

.mod-product.active .product-list .item-1 {
    -webkit-animation: fadeInRight .3s cubic-bezier(.4, 0, .2, 1) .8s forwards;
    animation: fadeInRight .3s cubic-bezier(.4, 0, .2, 1) .8s forwards
}

.mod-product.active .product-list .item-2 {
    -webkit-animation: fadeIn .3s cubic-bezier(.4, 0, .2, 1) .5s forwards;
    animation: fadeIn .3s cubic-bezier(.4, 0, .2, 1) .5s forwards
}

.mod-product.active .product-list .item-3 {
    -webkit-animation: fadeInLeft .3s cubic-bezier(.4, 0, .2, 1) .8s forwards;
    animation: fadeInLeft .3s cubic-bezier(.4, 0, .2, 1) .8s forwards
}

.mod-service {
    background: #0077b2;
    background: linear-gradient(to bottom, #002239 0, #0077b2 76%, #0077b2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002239', endColorstr='#0077b2', GradientType=0);
	display:none;
}

.mod-service .mod-tit,
.mod-service .mod-desc {
    color: #fff
}

.mod-service .mod-desc {
    margin-bottom: 60px
}

.mod-service .service-list:after {
    overflow: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.mod-service .service-list .item {
    float: left;
    width: 390px;
    height: 480px;
    background-color: #fff;
    margin-right: 15px;
    opacity: 0;
    opacity: 1 \9
}

.mod-service.active .service-list .item-act {
    -webkit-animation: fadeInRight .3s cubic-bezier(.4, 0, .2, 1) .8s forwards;
    animation: fadeInRight .3s cubic-bezier(.4, 0, .2, 1) .8s forwards;
}

.mod-service .service-list .item-last {
    margin: 0
}

.mod-service .service-list .item-tit {
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 24px
}

.mod-service .service-list .new-act-list {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

.mod-service .service-list .new-act-list li {
    float: left;
    width: 124px;
    height: 128px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0 0 0 -1px;
    padding: 20px 35px;
    position: relative
}

.mod-service .service-list .new-act-list li a img {
    margin-top: 10px;
    width: 50px;
}

.mod-service .service-list .new-act-list li a:hover {
    text-decoration: none
}

.mod-service .service-list .new-act-list li a p {
    transition: all .5s ease
}

.mod-service .service-list .new-act-list li:hover p {
    color: #0089cd
}

.mod-service .service-list .new-act-list li:hover .btn-join {
    opacity: 1;
    height: 30px
}

.mod-service .service-list .new-act-list .node-date,
.mod-service .service-list .new-act-list .node-addr {
    color: #999;
    margin-bottom: 10px
}

.mod-service .service-list .new-act-list .node-t {
    margin-bottom: 10px;
    color: #333;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
}

.mod-service .service-list .link-view-all {
    color: #0089cd
}

.mod-service .service-list .link-view-all:hover {
    text-decoration: underline
}

.mod-service .service-list .hatch-plan-list li {
    color: #fff;
    padding: 15px 0 15px 40px;
    font-size: 27px;
    line-height: 2;
    letter-spacing: 1.5px;
}

.mod-service .service-list .hatch-plan-list li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    top: -3px;
    left: -8px;
}

.mod-service .service-list .hatch-plan-list li a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.mod-service .service-list .hatch-plan-list .node-tit {
    font-size: 18px;
    margin-bottom: 0;
    display: inline-block;
    font-family: "微软雅黑";
    font-weight: normal;
    position: relative;
    top: -3px;
}

.mod-service .service-list .hatch-plan-list .node-tit {
    font-weight: bold;
}

.mod-service .service-list .hatch-plan-list .node-desc {
    text-indent: 60px;
    font-size: 18px;
    margin-top: 10px;
}

.mod-service .service-list .invest-service-list {
    height: 400px;
    overflow: hidden
}

.mod-service .service-list .invest-service-list li {
    padding-top: 65px;
    height: 135px;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.mod-service .service-list .invest-service-list li>img {
    width: 38px;
    margin-bottom: 8px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1) .3s;
}

.mod-service .service-list .invest-service-list li:hover .node-tit {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all .3s cubic-bezier(.4, 0, .2, 1) .3s;
}

.mod-service .service-list .invest-service-list li:hover img {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    transition: all .3s cubic-bezier(.4, 0, .2, 1) .3s;
}

.mod-service .service-list .invest-service-list li:hover .node-sub-tit {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 1;
    transition: all .3s cubic-bezier(.4, 0, .2, 1) .3s;
    visibility: inherit \9
}

.mod-service .service-list .invest-service-list li:hover .node-sub-tit a {
    line-height: 26px;
}

.mod-service .service-list .invest-service-list li:hover .icon {
    opacity: 0;
    visibility: hidden \9
}

.mod-service .service-list .invest-service-list .node-tit {
    font-size: 22px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.mod-service .service-list .invest-service-list .node-sub-tit {
    opacity: 0;
    padding-top: 18px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    visibility: hidden \9;
    width: 240px;
    margin-left: 75px;
}

.mod-service .service-list .invest-service-list .node-sub-tit p {
    margin-top: 12px
}

.mod-service .service-list .invest-service-list .node-sub-tit p a {
    color: #333;
    cursor: default
}

.mod-service .service-list .invest-service-list .icon {
    position: absolute;
    bottom: -1px;
    left: 138px;
    width: 114px;
    height: 83px;
    background-position: 0 -122px;
    transition: all .3s ease .2s;
    opacity: 1;
    visibility: inherit \9
}

.mod-service .service-list .invest-service-list .icon-2 {
    width: 106px;
    height: 81px;
    background-position: -115px -122px;
    bottom: 2px;
    left: 142px
}


/*.mod-service .service-list .hatch-plan-list .node-tit{}*/

.node-desc a {
    margin-left: -26px;
}

.mod-service.active .service-list .item-act {
    -webkit-animation: fadeInRight .3s cubic-bezier(.4, 0, .2, 1) .8s forwards;
    animation: fadeInRight .3s cubic-bezier(.4, 0, .2, 1) .8s forwards
}

.mod-service.active .service-list .item-plan {
    -webkit-animation: fadeIn .3s cubic-bezier(.4, 0, .2, 1) .5s forwards;
    animation: fadeIn .3s cubic-bezier(.4, 0, .2, 1) .5s forwards;
    background-color: #2aae87;
}

.mod-service.active .service-list .item-service {
    -webkit-animation: fadeInLeft .3s cubic-bezier(.4, 0, .2, 1) .8s forwards;
    animation: fadeInLeft .3s cubic-bezier(.4, 0, .2, 1) .8s forwards
}


/* .mod-customer { border-bottom: 1px solid #ddd } */

.mod-customer .intro-wrap {
    position: relative;
    width: 700px;
    margin: 55px auto 40px;
    text-align: center
}

.mod-customer .intro-wrap .node-desc {
    font-size: 24px;
    color: #666;
    margin-bottom: 30px;
    width: 600px;
    margin-left: 50px;
}

.mod-customer .intro-wrap .node-author {
    font-size: 16px;
    color: #999
}

.mod-customer .intro-wrap .node-author em {
    margin: 0 15px
}

.mod-customer .intro-wrap .node-author em a {
    width: 270px;
    height: 50px;
    border: 1px #A00101 solid;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    font-size: 24px;
    border-radius: 5px;
    color: #f00;
    font-weight: bold;
    cursor: pointer;
}

.mod-customer .intro-wrap .node-author em a:hover {
    cursor: pointer;
    border: 1px #A00101 solid;
}

.intro-wrap .node-author1 em span {
    display: block;
    margin: 10px auto;
    font-size: 24px;
    color: #f00;
    letter-spacing: 1px;
    cursor: default;
    font-size: 18px;
    margin-top: 20px;
}

.intro-wrap .node-author1 em a:hover {
    cursor: pointer;
    border: 1px #A00101 solid;
    margin-bottom: 24px;
}

.mod-customer .intro-wrap i {
    position: absolute;
    top: 5px;
    width: 38px;
    height: 30px
}

.mod-customer .intro-wrap .icon-quote-l {
    left: 0;
    background-position: -222px -122px
}

.mod-customer .intro-wrap .icon-quote-r {
    right: 0;
    background-position: -261px -122px
}

.mod-customer .video-wrap {
    text-align: center;
    margin-bottom: 80px
}

.mod-customer .video-wrap img {
    cursor: pointer
}

.mod-partner {
    padding: 0 0 70px;
	background: rgba(148, 147, 155,.1);
	padding-top: 70px;
}

.mod-partner .swiper-container {
	display: none;
}

.partner-list {
    padding-left: 55px;
}

.partner-list:after {
    overflow: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.partner-list li {
    float: left
}

.partner-list li a {
    padding: 19px 24px;
    display: block;
    cursor: pointer;
    margin: 0 10px
}

.partner-list li a span {
    width: 150px;
    height: 50px;
    background-repeat: no-repeat;
    display: block
}

.partner-list li a:hover span {
    background-position: 0 -50px
}

.mod-join {
    text-align: center;
    background: url("../img/ljjr-bg.png") repeat
}

.mod-join .mod-tit {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.mod-join .btn {
    width: 135px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #D00;
    display: inline-block;
    background-color: #D00;
    padding: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
}

.mod-keyword {
    padding: 95px 0 85px;
    background-color: #f5f5f5
}

.mod-keyword .wrap-inner {
    position: relative
}

.mod-keyword .item-kw {
    width: 900px;
    padding-left: 40px
}

.mod-keyword .item-kw dl {
    margin-bottom: 30px
}

.mod-keyword .item-kw dt {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "FZLanTingHei" !important;
    font-weight: normal
}

.mod-keyword .item-kw a {
    color: #666;
    margin: 0 35px 5px 0;
    display: inline-block;
}

.mod-keyword .item-kw a:hover {
    color: #0089cd
}

.mod-keyword .rcode-wrap {
    position: absolute;
    right: 20px;
    top: 0;
    width: 170px;
    text-align: center
}

.mod-keyword .rcode-wrap .rc {
    margin-bottom: 5px;
    width: 168px
}

.mod-keyword .rcode-wrap p {
    font-size: 18px;
    color: #666
}

.weix {
    width: 85px;
    position: absolute;
    top: 5px;
    right: 20px;
}

.more_bot {
    font-weight: 600;
    float: right;
    position: relative;
    top: 5px;
    right: 20px;
    font-size: 12px
}

.more_bot:hover {
    color: #0089cd;
}

#footer {
    position: relative
}

.swipersileMobiile {
    display: none;
}

.wrapper .con2 .swipersilePc .swiper-slide {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.wrapper .con2 .swipersilePc .swiper-slide li {
    width: 26%;
}

.wrapper .con2 .swipersilePc .swiper-slide li img {
    width: 100%;
    height: 100%;
}

.big {
    display: block;
}

.con2 {
	padding-bottom:50px !important;
    display: none;
}
.choose_main .container{
	height: auto !important
}
.intro-wrap .node-author1 em span {
    display: block;
    margin: 10px auto;
    font-size: 24px;
    color: #f00;
    letter-spacing: 1px;
    cursor: default;
    font-size: 18px;
    margin-top: 40px;
}

.mod-product {
    padding-bottom: 50px;
}

.sec1_banner {
    position: absolute;
    width: 100%;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.mod-service .mod-desc {
    margin-bottom: 50px;
    margin-top: -30px;
}

#header .logo .mobil_logo {
    display: none;
}

.sec1_banner aside p {
    display: flex;
    flex-wrap: wrap;
}

.sec1_banner aside p span {}

.sec1_banner aside p span:nth-child(2) {
    margin-left: 2%;
}

@keyframes switch {
    0%,
    25% {
        margin-left: 0;
    }
    35%,
    60% {
        margin-left: -280px;
    }
    70%,
    100% {
        margin-left: -560px;
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes iconShake {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.airBox{
		height:60px;
		width:100%;
		
	}
@keyframes iconShake {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes moveRight {
    0% {
        left: 20px
    }
    100% {
        left: 1116px
    }
}

@keyframes moveRight {
    0% {
        left: 20px
    }
    100% {
        left: 1116px
    }
}

@-webkit-keyframes moveRightN {
    0% {
        left: 20px
    }
    100% {
        left: 906px
    }
}

@keyframes moveRightN {
    0% {
        left: 20px
    }
    100% {
        left: 906px
    }
}

@-webkit-keyframes sliderWidth {
    0% {
        width: 0
    }
    100% {
        visibility: visible;
        width: 804px
    }
}

@keyframes sliderWidth {
    0% {
        width: 0
    }
    100% {
        visibility: visible;
        width: 804px
    }
}

@-webkit-keyframes sliderWidthN {
    0% {
        width: 0
    }
    100% {
        visibility: visible;
        width: 670px
    }
}

@keyframes sliderWidthN {
    0% {
        width: 0
    }
    100% {
        visibility: visible;
        width: 670px
    }
}

@-webkit-keyframes sliderShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    30% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    60% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes sliderShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    30% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    60% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.home .iconlist .iconitem {
    height: 140px;
}

.con2 .w990 .description {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    /*height: 66px; */
    overflow: hidden;
}

.con2 .w990 .description div {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.con2 .w990 .description>p {
    color: #fff;
    font-size: 20px;
    padding-right: 50px;
}

.con2 .w990>div>div {
    overflow: hidden;
    position: relative;
}

.narrow .wrap-inner {
    width: 990px
}

.narrow .mod-desc {
    font-size: 16px
}

.narrow .mod-banner .mod-tit {
    font-size: 68px;
    line-height: 72px;
    margin-bottom: 30px
}

.narrow .mod-product .product-list {
    padding-left: 0
}

.narrow .mod-product .product-list li {
    margin: 0 20px;
    width: 290px
}

.narrow .mod-service .service-list .item {
    width: 320px
}

.narrow .mod-service .service-list .new-act-list li {
    width: 120px;
    padding: 20px
}

.narrow .mod-service .service-list .hatch-plan-list li {
    padding-left: 20px
}

.narrow .mod-service .service-list .invest-service-list .icon {
    left: 103px
}

.narrow .mod-service .service-list .invest-service-list .icon-2 {
    left: 107px
}

.narrow .mod-customer .slider-con {
    width: 670px;
    margin-left: 160px
}

.narrow .partner-list li a {
    padding: 5px
}

.narrow .mod-keyword .item-kw {
    width: 735px
}


/* #new-tit2{display: none;} */


/* #new-tit1{display: none;} */

.gd {
    width: 25px;
    display: inline-block;
    float: right;
    position: relative;
    top: 7px;
    display: none;
}

/* @media only screen and (min-width:1440px) {
    .sec1_banner aside p span {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }

} */

@media only screen and (min-width:1600px) {
    .sec1_banner aside p {
        font-size: 38px;
    }
    .sec1_banner aside .ptwo {
        font-size: 38px;
    }
}

@media only screen and (min-width:1604px) {
    .sec1_banner aside p {
        font-size: 40px;
    }
    .sec1_banner aside .ptwo {
        font-size: 38px;
    }
}

@media only screen and (max-width:1340px) {
    .news-list li {
        width: 48%;
        margin-bottom: 30px;
    }
    .news-list li:nth-child(2n-1) {
       
    }
    .sec1_banner aside p span {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .sec1_banner aside p span:nth-child(2) {
        margin-left: 0;
    }
    .sec1_banner aside p,
    .sec1_banner aside .ptwo {
        font-size: 30px;
    }
}

@media only screen and (max-width:1281px) {
    .mod-product .product-list li {
        float: left;
        width: 280px;
        margin: 0 45px;
        text-align: center;
        opacity: 0;
        opacity: 1 \9;
    }
    .mod-service .service-list .item {
        float: left;
        width: 380px;
        height: 480px;
        background-color: #fff;
        margin-right: 3px;
        opacity: 0;
        opacity: 1 \9;
    }
    .mod-service .service-list .new-act-list li {
        float: left;
        width: 124px;
        height: 128px;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin: 0 0 0 -1px;
        padding: 11px 30px;
        position: relative;
    }
    .sec1_banner aside p span {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1281px) {
    .mod-product .product-list li {
        float: left;
        width: 280px;
        margin: 0 45px;
        text-align: center;
        opacity: 0;
        opacity: 1 \9;
    }
    .mod-service .service-list .item {
        float: left;
        width: 380px;
        height: 480px;
        background-color: #fff;
        margin-right: 3px;
        opacity: 0;
        opacity: 1 \9;
    }
    .mod-service .service-list .new-act-list li {
        float: left;
        width: 124px;
        height: 128px;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
        margin: 0 0 0 -1px;
        padding: 11px 30px;
        position: relative;
    }
    .sec1_banner aside p span {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .sec1_banner aside {
        margin-left: 10%;
    }
}
.ask{
	margin-top:50px !important;
	margin-bottom:50px !important;
}
@media only screen and (max-width:1219px) {
    /*.wrap-inner { width: 990px }*/
    .mod-desc {
        font-size: 16px
    }
    .sec1_banner aside h1 {
        font-size: 5rem !important;
    }
    .mod-banner .mod-tit {
        font-size: 68px;
        line-height: 72px;
        margin-bottom: 30px
    }
    .mod-product .product-list {
        padding-left: 0
    }
    .mod-product .product-list li {
        margin: 0 20px;
        width: 290px
    }
    .mod-service .service-list .item {
        width: calc(100%/3 - 30px);
    }
    .mod-service .service-list .new-act-list li {
        width: 119px;
        padding: 20px
    }
    /*.mod-service .service-list .hatch-plan-list li { padding-left: 20px }*/
    .mod-service .service-list .invest-service-list .icon {
        left: 103px
    }
    .mod-service .service-list .invest-service-list .icon-2 {
        left: 107px
    }
    .mod-customer .slider-con {
        margin-left: 160px;
        width: 670px;
        visibility: hidden;
        visibility: inherit \9
    }
    .mod-customer .slider-mask {
        width: 906px
    }
    .mod-customer.active .slider .icon-next {
        -webkit-animation: moveRightN .95s cubic-bezier(.4, 0, .2, 1) .5s forwards;
        animation: moveRightN .95s cubic-bezier(.4, 0, .2, 1) .5s forwards
    }
    .mod-customer.active .slider-con {
        -webkit-animation: sliderWidthN .5s cubic-bezier(.4, 0, .2, 1) .7s forwards, sliderShake 1s ease 1.3s forwards;
        animation: sliderWidthN .5s cubic-bezier(.4, 0, .2, 1) .7s forwards, sliderShake 1s ease 1.3s forwards
    }
    .partner-list li a {
        padding: 5px
    }
    .mod-keyword .item-kw {
        width: 735px
    }
    .home .swiper-pagination-bullet {
        background: #fff;
    }
    .sec1_banner aside {
        width: 90%;
    }
    .sec1_banner aside h1 {
        font-size: 56px;
    }
    .sec1_banner aside p {
        font-size: 28px;
    }
}

@media only screen and (max-width:1219px) {
    .mod-notice .notice-list li .care {
        opacity: 1;
        width: 96%;
        margin: 0 auto;
        top: 5px;
        font-size: 14px;
    }
    .topic a {
        font-size: 18px
    }
    .mod-notice .notice-list .more {
        opacity: 1;
    }
    .mod {
        padding: 80px 0
    }
    .mod-tit {
        font-size: 36px;
        line-height: 40px
    }
    .mod-desc {
        font-size: 14px;
        margin-bottom: 55px
    }
    .mod-notice {
        display: block;
    }
    .mod-banner .wrap-inner {
        margin-top: -100px
    }
    .mod-banner .mod-tit {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 30px
    }
    .mod-banner.is-fixed {
        position: relative;
        height: 600px;
        padding-top: 64px;
    }
    .mod-banner.is-fixed+.wrapper {
        margin-top: 0
    }
    .mod-product {
        padding-bottom: 100px
    }
    .mod-product .mod-desc {
        margin-bottom: 30px
    }
    .mod-product .product-list li {
        position: relative;
        width: 24%;
        margin: 0 4% 62px;
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1
    }
    .mod-product .product-list li:hover .tit-wrap {
        margin-top: 0;
        -webkit-animation: none;
        animation: none
    }
    .mod-product .product-list li:hover .item-tit {
        margin-top: 0
    }
    .mod-product .product-list .icon {
        margin-bottom: -7px;
        -webkit-transform: scale(.65);
        -ms-transform: scale(.65);
        transform: scale(.65);
        transition: none
    }
    .mod-product .product-list .icon-1 {
        margin-bottom: -17px
    }
    .mod-product .product-list .icon-3 {
        margin-bottom: -12px
    }
    .mod-product .product-list .item-tit {
        font-size: 24px;
        line-height: 28px;
        color: #0089cd
    }
    .mod-product .product-list .item-desc {
        text-align: center
    }
    .mod-product .product-list .btn-detail {
        opacity: 1;
        display: block;
        margin-left: -70px;
        position: absolute;
        left: 50%;
        margin-top: 0;
    }
    .mod-service {
        padding: 100px 0 120px;
    }
    .mod-service .service-list .item {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        height: 420px;
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1
    }
    .mod-service .service-list .new-act-list {
        margin-bottom: 19px
    }
    .mod-service .service-list .new-act-list li {
        width: 50%;
        padding: 20px;
        box-sizing: border-box;
    }
    .mod-service .service-list .new-act-list .btn-join {
        opacity: 1;
        height: 30px;
        width: 65px;
        background: none;
        color: #0089cd;
        left: 65px;
        bottom: 32px
    }
    .mod-service .service-list .hatch-plan-list {
        padding: 0;
        overflow: hidden;
        height: 340px
    }
    .mod-service .service-list .hatch-plan-list li {
        margin: 0;
        list-style: none;
        text-align: center;
        border-bottom: 1px solid #33cc99;
        height: 83px;
        line-height: 1;
        padding-left: 0;
    }
    .mod-service .service-list .invest-service-list li {
        float: left;
        width: 50%;
        border-bottom: 0;
        border-left: 1px solid #ddd;
        margin-left: -1px;
        height: 280px;
        padding: 60px 30px;
        box-sizing: border-box;
    }
    .mod-service .service-list .invest-service-list li:hover .node-tit,
    .mod-service .service-list .invest-service-list li:hover .node-sub-tit {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .mod-service .service-list .invest-service-list li:hover .icon {
        opacity: 1
    }
    .mod-service .service-list .invest-service-list .node-tit {
        font-size: 18px
    }
    .mod-service .service-list .invest-service-list .node-sub-tit {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 0;
        width: auto;
        height: 51px;
        overflow: hidden;
    }
    .mod-service .service-list .invest-service-list .icon {
        left: 123px
    }
    .mod-service .service-list .invest-service-list .icon-2 {
        left: 127px;
        bottom: -1px;
        margin-bottom: 0;
    }
    .mod-customer {
        padding: 80px 0 120px
    }
    .mod-customer .intro-wrap {
        margin-top: 0;
        width: 505px
    }
    .mod-customer .intro-wrap i {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        top: -3px
    }
    .mod-customer .intro-wrap .node-desc {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 0 31px;
        margin-left: 0;
        width: auto;
    }
    .mod-customer .intro-wrap .node-desc br {
        display: none
    }
    .mod-customer .intro-wrap .node-author {
        font-size: 14px
    }
    .mod-customer .video-wrap {
        margin-bottom: 40px
    }
    .mod-customer .slider-con {
        width: 402px;
        margin: 0 auto;
        visibility: inherit
    }
    .mod-customer .slider-mask {
        display: none;
        -webkit-animation: none;
        animation: none
    }
    .mod-customer .slider .icon-next {
        left: auto;
        right: 20px;
        -webkit-animation: none;
        animation: none
    }
    .mod-customer.active .slider .icon-next {
        -webkit-animation: none;
        animation: none
    }
    .mod-customer.active .slider-con {
        -webkit-animation: none;
        animation: none
    }
    .mod-partner .mod-tit {
        margin-bottom: 75px
    }
    .mod-partner .partner-list {
        padding-left: 0;
        text-align: center
    }
    .mod-partner .partner-list li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        float: none
    }
    .mod-partner .partner-list li a {
        padding: 0;
        margin: 0 -5px
    }
    .mod-join .mod-tit {
        font-size: 18px
    }
    .mod-keyword .item-kw {
        padding-left: 20px;
        width: 700px
    }
    .mod-keyword .rcode-wrap {
        position: static;
        text-align: center;
        width: 100%
    }
    .mod-keyword .rcode-wrap p {
        font-size: 14px
    }
    #newBridge .nb-icon-wrap {
        margin-right: -6px !important;
    }
    .iconlist .iconitem a span {
        font-size: 12px;
    }
    .con2 .w990 {
        width: 100% !important;
    }
    .con2 .w990 .desitem img {
        width: 100%;
    }
    .wrap-inner .intro-wrap {
        width: 100%;
    }
    .wrap-inner .intro-wrap .node-desc {
        font-size: 12px;
    }
    .mod-service .service-list .hatch-plan-list .node-tit {
        margin-right: -38px;
    }
    .sec1_banner aside p span {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
}


}
@media only screen and (max-width:1219px) {
    /*.wrap-inner { width: 990px }*/
    
    .mod-desc {
        font-size: 16px
    }
    
    .sec1_banner aside h1 {
        font-size: 5rem !important;
    }
    
    .mod-banner .mod-tit {
        font-size: 68px;
        line-height: 72px;
        margin-bottom: 30px
    }
    
    .mod-product .product-list {
        padding-left: 0
    }
    
    .mod-product .product-list li {
        margin: 0 20px;
        width: 290px
    }
    
    .mod-service .service-list .item {
        width: calc(100%/3 - 30px);
    }
    
    .mod-service .service-list .new-act-list li {
        width: 119px;
        padding: 20px
    }
    /*.mod-service .service-list .hatch-plan-list li { padding-left: 20px }*/
    
    .mod-service .service-list .invest-service-list .icon {
        left: 103px
    }
    
    .mod-service .service-list .invest-service-list .icon-2 {
        left: 107px
    }
    
    .mod-customer .slider-con {
        margin-left: 160px;
        width: 670px;
        visibility: hidden;
        visibility: inherit \9
    }
    
    .mod-customer .slider-mask {
        width: 906px
    }
    
    .mod-customer.active .slider .icon-next {
        -webkit-animation: moveRightN .95s cubic-bezier(.4, 0, .2, 1) .5s forwards;
        animation: moveRightN .95s cubic-bezier(.4, 0, .2, 1) .5s forwards
    }
    
    .mod-customer.active .slider-con {
        -webkit-animation: sliderWidthN .5s cubic-bezier(.4, 0, .2, 1) .7s forwards, sliderShake 1s ease 1.3s forwards;
        animation: sliderWidthN .5s cubic-bezier(.4, 0, .2, 1) .7s forwards, sliderShake 1s ease 1.3s forwards
    }
    
    .partner-list li a {
        padding: 5px
    }
    
    .mod-keyword .item-kw {
        width: 735px
    }
    
    .home .swiper-pagination-bullet {
        background: #fff;
    }
    
    .sec1_banner aside {
        width: 90%;
    }
    
    .sec1_banner aside h1 {
        font-size: 56px;
    }
    
    .sec1_banner aside p {
        font-size: 28px;
    }
}
@media only screen and (max-width:1219px) {
    .mod-notice .notice-list li .care {
        opacity: 1;
        width: 96%;
        margin: 0 auto;
        top: 5px;
        font-size: 16px;
    }
    
    .topic a {
        font-size: 18px
    }
    
    .mod-notice .notice-list .more {
        opacity: 1;
    }
    
    .mod {
        padding: 80px 0
    }
    
    .mod-tit {
        font-size: 36px;
        line-height: 40px
    }
    
    .mod-desc {
        font-size: 14px;
        margin-bottom: 55px
    }
    
    .mod-notice {
        display: block;
    }
    
    .mod-banner .wrap-inner {
        margin-top: -100px
    }
    
    .mod-banner .mod-tit {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 30px
    }
    
    .mod-banner.is-fixed {
        position: relative;
        height: 600px;
        padding-top: 64px;
    }
    
    .mod-banner.is-fixed+.wrapper {
        margin-top: 0
    }
    
    .mod-product {
        padding-bottom: 100px
    }
    
    .mod-product .mod-desc {
        margin-bottom: 30px
    }
    
    .mod-product .product-list li {
        position: relative;
        width: 24%;
        margin: 0 4% 62px;
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1
    }
    
    .mod-product .product-list li:hover .tit-wrap {
        margin-top: 0;
        -webkit-animation: none;
        animation: none
    }
    
    .mod-product .product-list li:hover .item-tit {
        margin-top: 0
    }
    
    .mod-product .product-list .icon {
        margin-bottom: -7px;
        -webkit-transform: scale(.65);
        -ms-transform: scale(.65);
        transform: scale(.65);
        transition: none
    }
    
    .mod-product .product-list .icon-1 {
        margin-bottom: -17px
    }
    
    .mod-product .product-list .icon-3 {
        margin-bottom: -12px
    }
    
    .mod-product .product-list .item-tit {
        font-size: 24px;
        line-height: 28px;
        color: #0089cd
    }
    
    .mod-product .product-list .item-desc {
        text-align: center
    }
    
    .mod-product .product-list .btn-detail {
        opacity: 1;
        display: block;
        margin-left: -70px;
        position: absolute;
        left: 50%;
        margin-top: 0;
    }
    
    .mod-service {
        padding: 100px 0 120px;
    }
    
    .mod-service .service-list .item {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        height: 420px;
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1
    }
    
    .mod-service .service-list .new-act-list {
        margin-bottom: 19px
    }
    
    .mod-service .service-list .new-act-list li {
        width: 50%;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .mod-service .service-list .new-act-list .btn-join {
        opacity: 1;
        height: 30px;
        width: 65px;
        background: none;
        color: #0089cd;
        left: 65px;
        bottom: 32px
    }
    
    .mod-service .service-list .hatch-plan-list {
        padding: 0;
        overflow: hidden;
        height: 340px
    }
    
    .mod-service .service-list .hatch-plan-list li {
        margin: 0;
        list-style: none;
        text-align: center;
        border-bottom: 1px solid #33cc99;
        height: 83px;
        line-height: 1;
        padding-left: 0;
    }
    
    .mod-service .service-list .invest-service-list li {
        float: left;
        width: 50%;
        border-bottom: 0;
        border-left: 1px solid #ddd;
        margin-left: -1px;
        height: 280px;
        padding: 60px 30px;
        box-sizing: border-box;
    }
    
    .mod-service .service-list .invest-service-list li:hover .node-tit,
    .mod-service .service-list .invest-service-list li:hover .node-sub-tit {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    
    .mod-service .service-list .invest-service-list li:hover .icon {
        opacity: 1
    }
    
    .mod-service .service-list .invest-service-list .node-tit {
        font-size: 18px
    }
    
    .mod-service .service-list .invest-service-list .node-sub-tit {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 0;
        width: auto;
        height: 51px;
        overflow: hidden;
    }
    
    .mod-service .service-list .invest-service-list .icon {
        left: 123px
    }
    
    .mod-service .service-list .invest-service-list .icon-2 {
        left: 127px;
        bottom: -1px;
        margin-bottom: 0;
    }
    
    .mod-customer {
        padding: 80px 0 120px
    }
    
    .mod-customer .intro-wrap {
        margin-top: 0;
        width: 505px
    }
    
    .mod-customer .intro-wrap i {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        top: -3px
    }
    
    .mod-customer .intro-wrap .node-desc {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 0 31px;
        margin-left: 0;
        width: auto;
    }
    
    .mod-customer .intro-wrap .node-desc br {
        display: none
    }
    
    .mod-customer .intro-wrap .node-author {
        font-size: 14px
    }
    
    .mod-customer .video-wrap {
        margin-bottom: 40px
    }
    
    .mod-customer .slider-con {
        width: 402px;
        margin: 0 auto;
        visibility: inherit
    }
    
    .mod-customer .slider-mask {
        display: none;
        -webkit-animation: none;
        animation: none
    }
    
    .mod-customer .slider .icon-next {
        left: auto;
        right: 20px;
        -webkit-animation: none;
        animation: none
    }
    
    .mod-customer.active .slider .icon-next {
        -webkit-animation: none;
        animation: none
    }
    
    .mod-customer.active .slider-con {
        -webkit-animation: none;
        animation: none
    }
    
    .mod-partner .mod-tit {
        margin-bottom: 75px
    }
    
    .mod-partner .partner-list {
        padding-left: 0;
        text-align: center
    }
    
    .mod-partner .partner-list li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        float: none
    }
    
    .mod-partner .partner-list li a {
        padding: 0;
        margin: 0 -5px
    }
    
    .mod-join .mod-tit {
        font-size: 18px
    }
    
    .mod-keyword .item-kw {
        padding-left: 20px;
        width: 700px
    }
    
    .mod-keyword .rcode-wrap {
        position: static;
        text-align: center;
        width: 100%
    }
    
    .mod-keyword .rcode-wrap p {
        font-size: 14px
    }
    
    #newBridge .nb-icon-wrap {
        margin-right: -6px !important;
    }
    
    .iconlist .iconitem a span {
        font-size: 12px;
    }
    
    .con2 .w990 {
        width: 100% !important;
    }
    
    .con2 .w990 .desitem img {
        width: 100%;
    }
    
    .wrap-inner .intro-wrap {
        width: 100%;
    }
    
    .wrap-inner .intro-wrap .node-desc {
        font-size: 12px;
    }
    
    .mod-service .service-list .hatch-plan-list .node-tit {
        margin-right: -38px;
    }
    
    .sec1_banner aside p span {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
}

.success_tab_ul{
	display:flex;
	width:90%;
	max-width:1400px;
	justify-content:space-around;
	border-bottom:solid 2px #dfe7fb;
	height: 60px;
	margin:auto;
	margin-top: -40px;
	z-index:999;position:relative
}

.success_tab_ul .success_tab_li {
	text-align: center;
	margin-top:40px;
}

.success_tab_ul .success_tab_li span {
    text-align: center;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    width: 123px;
    height: 40px;
    line-height: 40px;
    border: solid 2px #999;
    color: #666;
    border-radius: 2px;
}

.success_tab_ul .on span{
	background: #3386F8;
    color: #fff;
    border: none;
}.success_tab_ul .success_tab_li:last-child.on span{
    border: none;
	background: #FF7731;
}

.swiper_Box .Action_show{
	display:block;
}

.swiper_Box_item{
	display:none;
}
.swiper_Box_item:nth-child(1) .zh_gai {
	background:rgb(51 134 248 / 60%);
	padding:70px 0 0;
}
.swiper_Box_item:nth-child(2) .zh_gai1{
	background:rgb(255 119 49 / 60%);
	padding:70px 0 0;
}
.zh_gai .swiper-container{
	width:90%;
	max-width:1400px;
	padding-bottom:10px;
	margin:auto
}.zh_gai1 .swiper-container{
	width:90%;
	max-width:1400px;
	padding-bottom:10px;
	margin:auto
}
.AW_TabList{
	display:flex;
	align-items: center;
    justify-content: center;
	margin-top: 0;
}



.AW_TabList .AW_action{
    color: rgba(24, 130, 248);
}

}

@media only screen and (max-width:1161px) {
    .news-list li{
        width: 100%;
    }
    .news-list li:nth-child(2n-1) {
        margin-right: 110px;
    }
    
    .sec1_banner aside p span {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
}


@media only screen and (max-width:1073px) {
    .news-list li:nth-child(2n-1) {
        margin-right: 70px;
    }
    
    .sec1_banner aside p span {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
	.ins-ban{
		display:none;
	}
}
@media only screen and (max-width:1029px) {
    .news-list li:nth-child(2n-1) {
        margin-right: 60px;
    }
    
    .sec1_banner aside p span {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
	.ins-ban{
		display:none;
	}
}
@media only screen and (max-width:768px) {
	
    .gd {
        display: inline-block;
    }
	
	.sec_con1 .swiper-slide .iwi1{
		display: none!important;
	}
		
	.sec_con1 .swiper-slide .iwi2{
		display:block !important;
		width: 100%;
		margin: 0 auto;
	}
    
    .mod-service .service-list .hatch-plan-list li:hover:before {
        background-color: #fff;
    }
    
    #new-tit2 {
        width: 25px;
        display: inline-block;
        float: right;
        position: relative;
        top: 7px;
    }
    
    .item-sub-tit {
        display: none;
    }
    
    #new-tit1 {
        width: 25px;
        display: inline-block;
        float: right;
        position: relative;
        top: 7px;
    }
    
    .con2 .w990 .description div {
        font-size: 14px
    }
    /* .mod-notice .notice-list li{height: 150px} */
    
    .intro-wrap .node-author1 em span {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        width: 250px
    }
    /* .bottom_3{display: none} */
    
    .kfxt_btn {
        width: 47%;
        margin-left: 1%;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    /* .sec1_banner aside h1{font-size: } */
    
    .intro-wrap .node-author1 em a {
        display: none;
    }
    
    .mod-customer .htitle {
        font-size: 24px;
        margin: 20px 0;
    }
    
    .mod {
        padding: 20px 0;
        height: auto;
    }
    
    .mod-tit {
        font-size: 24px;
        line-height: 2;
    }
    
    .wrap-inner {
        width: 100%
    }
    
    .mod-banner .wrap-inner {
        top: 42%;
    }
    
    .mod-banner {
        background-size: auto 100%;
        position: static;
        height: 535px
    }
    
    .mod-banner .mod-tit {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 30px;
        font-weight: normal
    }
    
    .mod-banner .mod-tit br {
        display: block
    }
    
    .mod-banner .desc {
        font-size: 14px;
        width: 80%;
        margin: 0 auto 35px;
        line-height: 30px;
    }
    
    .mod-banner .btn-join {
        font-size: 0.7rem
    }
    
    .mod-product {
        padding: 30px 10px
    }
    
    .mod-product .mod-tit {
        font-size: 22px;
        line-height: 5rem;
        margin-bottom: 18px
    }
    
    .mod-product .product-list {
        position: relative;
		display: block;
    }
    
    .mod-product .product-list li {
        position: relative;
        float: none;
        width: auto;
        margin: 0 0 30px;
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1;
		padding: 0 25px;
    }
	.mod-partner .intro-wrap {
		display: none;
	}
	.mod-partner .swiper-container {
		display: block;
	}
	.mod-partner .swiper-container .problem {
		font-size: 19px;
		text-align: center;
	}
	.mod-partner .swiper-container .problem i {
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url("/img/question2.png") no-repeat center;
		background-size: contain;
		font-weight: bold;
		font-size: 18px;
		margin-right: 10px;
	}
	.mod-partner .swiper-container .answer {
		font-size: 16px;
		text-indent: 2em;
		line-height: 1.4;
		padding: 5px 10px;
	}
	.mod-partner .swiper-container .more {
		text-align: right;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		margin-top: 12px;
	}
	.mod-partner .swiper-container .more span {
		color: #0089cd;
		font-size: 14px;
	}
	.mod-product .product-list .tit-wrap {
		padding-left: 15px;
	}
    
    .mod-product .mod-desc a {
        font-size: 20px;
    }
    
    .mod-product .product-list li:hover .item-tit {
        margin-top: -10px
    }
    
    .mod-product .product-list .item-tit {
        font-size: 2.8rem;
        line-height: 1.4rem;
        margin-top: -10px;
        margin-bottom: 5px
    }
    
    .mod-product .product-list .item-sub-tit {
        font-size: 1.7rem;
        margin-bottom: 10px;
		display:none !important;
    }
    
    .tit-wrap span {
        color: #f00;
        font-size: 1.7rem;
		display:block;
    }
    
    .mod-product .product-list .item-desc {
        font-size: 1.2rem
    }
    
    .mod-service {
        padding: 30px 10px;
    }
    
    .mod-service .mod-tit {
        margin-bottom: 20px;
        margin-top: 0;
    }
    
    .mod-service .mod-desc {
        margin-bottom: 40px
    }
    
    .mod-service .service-list .item-tit {
        height: 60px;
        line-height: 60px
    }
    
    .mod-service .service-list .item {
        margin-bottom: 10px
    }
    
    .mod-service .service-list .item-act {
        height: auto;
        padding-bottom: 10px
    }
    
    .mod-service .service-list .item-plan,
    .mod-service .service-list .item-service {
        height: auto
    }
    
    .mod-service .service-list .new-act-list {
        margin-bottom: 10px
    }
    
    .mod-service .service-list .new-act-list li {
        width: 50%;
        padding: 15px 0;
        height: auto;
        min-height: 97px;
    }
    
    .mod-service .service-list .new-act-list li p {
        margin-left: 20px
    }
    
    .mod-service .service-list .new-act-list .node-date,
    .mod-service .service-list .new-act-list .node-t,
    .mod-service .service-list .new-act-list .node-addr {
        margin-bottom: 0
    }
    
    .mod-service .service-list .new-act-list .node-t {
        margin: auto;
        font-size: 14px;
    }
    
    .mod-service .service-list .new-act-list .node-addr {
        position: absolute;
        left: 4.5rem;
        top: 15px
    }
    
    .mod-service .service-list .new-act-list .btn-join {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        position: static;
        margin: -5px 0 -5px 20px;
        width: auto
    }
    
    .mod-service .service-list .hatch-plan-list {
        height: auto
    }
    
    .mod-service .service-list .hatch-plan-list li {
        padding: 20px 0;
        height: auto
    }
    
    .mod-service .service-list .hatch-plan-list li:last-child {
        border: 0
    }
    
    .mod-service .service-list .hatch-plan-list .node-tit {
        font-size: 0.9rem;
        margin-right: -12px;
    }
    
    .mod-service .service-list .hatch-plan-list .node-desc {
        margin-right: 41px;
    }
    
    .mod-service .service-list .invest-service-list {
        height: auto
    }
    
    .mod-service .service-list .invest-service-list li {
        width: 50%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
    .mod-service .service-list .invest-service-list .node-tit {
        font-size: 0.9rem
    }
    
    .mod-service .service-list .invest-service-list .node-sub-tit {
        padding-top: 10px;
        font-size: 14px;
        margin-left: 0;
        width: auto;
        height: auto;
        overflow: hidden;
    }
    
    .mod-service .service-list .invest-service-list .node-sub-tit p {
        margin-top: 0
    }
    
    .mod-service .service-list .invest-service-list .icon {
        left: 50%;
        margin-left: -57px;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
        bottom: -11px
    }
    
    .mod-service .service-list .invest-service-list .icon-2 {
        left: 50%;
        margin-left: -61px;
        margin-bottom: 0;
    }
    /*.mod-customer { padding: 20px 10px }*/
    
    .con .node-desc {
        margin-bottom: 0;
    }
    
    .mod-customer .intro-wrap {
        width: 100%;
        margin-bottom: 20px
    }
    
    .mod-customer .intro-wrap .node-desc {
        font-size: 0.8rem;
        margin-bottom: 5px;
        margin-left: 0;
        width: auto;
    }
    
    .mod-customer .intro-wrap .node-author {
        font-size: 0.7rem
    }
    
    .mod-customer .video-wrap {
        margin-bottom: 20px;
        display: none
    }
    
    .mod-customer .video-wrap img {
        width: 9rem
    }
    
    .mod-customer .slider-con {
        width: 9.9rem;
        height: 2rem
    }
    
    .mod-customer .customer-list li {
        margin: 0 0.65rem;
        width: 2rem
    }
    
    .mod-customer .customer-list li img {
        width: 2rem;
        height: 2rem
    }
    
    .mod-customer .slider .icon-prev,
    .mod-customer .slider .icon-next {
        width: 1.6rem;
        height: 1.6rem;
        top: 4px;
        left: 10px;
        font-size: 18px;
        line-height: 1.6rem
    }
    
    .mod-customer .slider .icon-next {
        right: 10px;
        left: auto
    }
    
    .mod-partner {
        overflow: hidden
    }
    
    .mod-partner .mod-tit {
        margin-bottom: 15px
    }
    
    .mod-partner .partner-list li a {
        margin: -10px -26px;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    
    .mod-partner .partner-list li a span {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    
    .mod-join .mod-tit {
        font-size: 0.9rem;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    
    .mod-keyword {
        padding-left: 20px
    }
    
    .mod-keyword .item-kw {
        width: 100%;
        padding: 0
    }
    
    .mod-keyword .item-kw dl {
        margin-bottom: 10px
    }
    
    .mod-keyword .item-kw dt {
        margin-bottom: 3px;
        font-size: 0.9rem
    }
    
    .mod-keyword .item-kw a {
        margin-right: 12px
    }
    
    .mod-keyword .rcode-wrap img {
        width: 5rem
    }
    
    .mod-keyword .rcode-wrap p {
        font-size: 0.7rem
    }
    
    .mod-notice .notice-list {
        font-size: 14px;
    }
    
    .mod-notice {
        padding: 0;
    }
    
    .mod-notice .notice-list .more {
        font-size: 14px;
        top: 0;
        width: 96%;
        margin: 0 auto;
    }
    
    .mod-notice .notice-list .more a {
        color: #0089cd;
    }
    
    .overlay-syi-beta {
        width: 100% !important
    }
    
    .overlay-syi-beta-con {
        height: auto;
        padding-bottom: 55px
    }
    
    .overlay-syi-beta-con .syi-tit {
        font-size: 1.6rem;
        margin-top: 50px
    }
    
    .overlay-syi-beta-con .syi-tit em {
        display: block
    }
    
    .overlay-syi-beta-con img {
        width: 5rem
    }
    
    .overlay-syi-beta-con .btn-detail {
        font-size: 0.7rem
    }
    
    .mod-notice .notice-list li:hover .topic {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    < !---->.con .iconlist {
        overflow: hidden;
    }
    
    .nav {
        display: none;
    }
    
    .operation {
        display: none;
    }
    
    #newBridge .nb-icon-wrap {
        margin-right: -6px !important;
    }
    
    .iconlist .iconitem a span {
        font-size: 12px;
    }
    
    .con2 .w990 {
        width: 100% !important;
    }
    
    .con2 img {
        width: 100%;
    }
    
    .wrap-inner .intro-wrap {
        width: 100%;
    }
    
    .wrap-inner .intro-wrap .node-desc {
        font-size: 12px;
    }
    
    .iconlist .iconitem {
        margin-left: 9px
    }
    
    .iconlist .iconitem>a>img {
        width: 45%;
    }
    
    .home .iconitem a>i>img {
        position: relative;
        top: -7px;
    }
    
    .mod-notice .notice-list li {
        float: inherit;
        width: 100%;
    }
    
    .home .iconlist .iconitem {
        height: auto;
    }
    
    .con2 .w990 .description {
        font-size: 12px;
        padding: 0 8px;
        line-height: 2;
    }
    
    .con2 .w990 .description>p {
        font-size: 16px;
    }
    
    .sec_con1 .sec1_banner aside img {
        width: 10px;
    }
    
    .sec_con1 .swiper-slide-active aside h1 {
        font-size: 18px !important;
    }
    
    .sec1_banner aside p {
        font-size: 14px;
    }
    
    .sec1_banner {
        top: 35%;
    }
    
    .kfxt_btn {
        width: 150px;
        font-size: 16px
    }
    
    .con .node-desc {
        margin-bottom: 20px;
    }
    
    .news-list {
        margin-top: 35px;
        transition: ease .4s;
    }
	.news-list li {
		width: 100%;
	}
	.news-list li a h3 {
		line-height: 22px;
		height: auto;
	}
	.news-list li a span {
		margin: 6px 0;
	}
	.news-list li a p {
		margin-top: 0;
	}
    
    .news-cate {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
    
    .service-list .hatch-plan-list li:hover h5 a,
    .service-list .hatch-plan-list li:hover p a {
        color: #fff
    }
	.Links {
		width: auto;
	}
	.Links dt {
		margin: 0 auto;
	}
}
@media only screen and (min-width:375px) {
    /*.mobile-inner-header{ display:block;}*/
    
    .con .iconlist {
        overflow: hidden;
    }
}
@media screen and (max-width:350px) {
    .kfxt {
        margin-top: 4px !important;
    }
    
    .mobile-inner-header {
        left: 271px !important;
        background-color: #000 !important;
        width: 15% !important;
    }
    
    .mobile-inner-header-icon span {
        background-color: #fff !important;
    }
    
    #header .wrap-inner .logo a img {
        height: 88% !important;
    }
    
    .con2 {
        margin-top: -4px !important;
    }
    
    .mod-service .service-list .invest-service-list li {
        padding: 30px 10px;
    }
}
@media screen and (min-width:350px) and (max-width:677px) {
    .mobile-inner-header-icon span {
        background-color: #FFF !important;
    }
    /* #header .wrap-inner .logo a img{ height:89% !important;} */
    
    .kfxt_btn {
        width: 110px;
        font-size: 16px
    }
}
.wrap {
    width: 90%;
	max-width:1400px;
    margin: 20px auto 30px;
}
.warpRight{
	display:flex;
	margin-top:40px;
}

.AW_TabList{
	width:250px;
	display: block;
}
.AW_TabList div{
	/* width: 210px; */
    /* height: 52px; */
    font-size: 18px;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    /* border: 1px solid rgba(24, 130, 248); */
    border-radius: 15px;
    /* color: rgba(24, 130, 248); */
    cursor: pointer;
    margin: 0 50px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.AW_TabList div div{
	width:auto;
	margin-bottom: 0;
	display: flex;
}
.AW_TabList div span{
	width:56px;
	height:1px;
	display:block;
	background:rgba(0,0,0,.2)
}

.content1 {
    margin-top: 0;
    display:none;
}
.content_show{
	display:block;
}
.content1 ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content1 ul a {
    margin-bottom: 20px;
    width: calc(100% / 4 - 5px);
}
.content1 ul li {
    width: 100%;
    position: relative;
    cursor: pointer;
	background: #f7f7f7;
}
.content1 ul li>img {
    width: 100%;
    display: block;
}
.content1 ul li>p{
	padding-left:5px;
	font-size:16px;
	padding:10px;
}
.content1 ul li :nth-child(3){
	display:none;
}
.content1 ul li>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
   height:100%;
   display:flex;
   align-items:center;
   justify-content:center;
   background-color:rgba(0,0,0,.6);
	opacity:0;
	transition: all 0.5s;
}
.wrap_all{
	font-size:18px;
	margin-bottom:30px;
}
.content1 ul li>span>p {
	color: #fff;
    background-color: #01d4d7;
	width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
	display:flex;
   align-items:center;
   justify-content:center;
}
.content1 ul li:hover span {
    opacity: 1;
}
.iconitem>img {
    border-radius: 10%;
}
.mod-tit {
    text-align: center;
    margin-bottom: 15px;
    font-size: 32px;
    margin-top: 30px;
}
.mod-tit {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    margin-top: 0px;
}
.htitle {
    font-size: 32px;
    color: #333;
    margin: 60px 0 20px;
    text-align: center;
}
.nyl_title .big {
    font-size: 32px;
    color: #333;
    margin: 60px 0 20px;
    text-align: center;
}
.nyl_title .big {
    font-size: 32px;
    color: #333;
    margin: 60px 0 20px;
    text-align: center;
}
.htitle {
    font-size: 32px;
    color: #333;
    margin: 0px 0 20px;
    text-align: center;
}
.nyl_title .big {
    font-size: 32px;
    color: #333;
    margin: 50px 0 20px;
    text-align: center;
}
.mod-notice {
    text-align: center;
    padding: 0px 0;
}
.content1 {
    margin-top: 0;
    margin-bottom: 0;
}
.about-us .about-us-wrap {
    padding-top: 55px;
    position: relative;
    z-index: 3;
    margin-bottom: 70px;
}
.home-main .home-main-wrap .service .service-wrap .title-top .title-con h2 span {
    /* color: #3f3f3f; */
    
    font-size: 32px;
    /* font-weight: bold; */
}
.iconitem i img {
    display: block;
    margin: 0 auto;
}
.iconitem i{
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translateX(-50%)
}
.more .more-an{
	
    color: #3f3f3f;
    border: 1px solid #3f3f3f;
}
.more .more-an a{
    color: #3f3f3f;
}
.iconitem .title{
	color:#fff !important
}
/* 为什么选择我们 开始*/
.mob{
	display:none;
}

.choose_main{background:url('https://project.swmob.com/app/html/images/choose_bg.png') no-repeat;width: 100%;padding-bottom:50px;background-size:100% 100%;padding-top:50px}
.choose_main .left{border:solid 1px #eee;border-radius:50%;}
.choose_main .circle{width:660px;height:660px;position:relative;background:url(//img.swmob.com/app/choose.png) no-repeat;}
.choose_main .circle .title2{position: absolute;left: 0;top: 270px;width: 320px;text-align: center;}
.choose_main .circle .title2 .pic{text-align: center;margin-bottom:30px;}
.choose_main .circle .title2 .pic img{width:50px;height:50px;}
.choose_main .circle .title2 h2{font-size:25px;color:#fff;}
.choose_main .circle .title2 .gline {width: 20px;height: 1px;background: #746ea6;margin: 25px auto 20px;}
.choose_main .circle .title2 p{font-size:16px;color:#25C6FF;}
.gpoint {position: absolute;width: 12px;height: 12px;border-radius: 50%;background: #fff;}
.gpoint .gpointo {width: 12px;height: 12px;border-radius: 50%;background: rgba(112,97,234,.16);box-shadow: 0 0 0 rgb(119 105 232 / 0%);opacity: 1;}
.gpoint.gpoint1 {left: 563px;top: 97px;}
.gpoint.gpoint2 {left: 643px;top: 242px;}
.gpoint.gpoint3 {left: 648px;top: 383px;}
.gpoint.gpoint4 {left: 594px;top: 512px;}
.gdisc {position: absolute;}
.gdisc h4{font-size:22px;color:#fff;}
.gdisc p{font-size:16px;color:#999;margin-top:13px;width:690px;}
.gdisc.gdisc1 {left: 637px;top: 94px;}
.gdisc.gdisc2 {left: 690px;top: 238px;}
.gdisc.gdisc3 {left: 690px;top: 378px;}
.gdisc.gdisc4 {left: 634px;top: 504px;}
.choose_main .choose_icon{position: relative;margin-left:80%;}



.header_title{text-align: center;position: relative;margin:0 auto;display: table;padding: 70px 0;}
.header_title h3{font-size:38px;color:#fff;position: relative;}
.header_title img{position:absolute;right:0;top:0;}
.header_title p{color:#F1F1F1;opacity: 0.2;font-size:40px;margin-top:-25px;}
.header_title_black h3{color:#3B566E;}
.header_title_black p{color:#F1F1F1;opacity: 1;}

/* 为什么选择我们 结束*/



.ask{
	background: url(//img.swmob.com/app/ask.png) no-repeat;
	overflow: hidden;
	width: 100%;
    max-width: 1400px;
	margin:0 auto;
	height: 300px;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 60px;
    margin-top: 30px;
    margin-top: -80px; 
    z-index: 2;
	position: relative;
}
.askTit{
	color: #202533;
	font-size:30px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.form{
	display:flex;
	align-items:center;
	width: 100%;
    justify-content: center;
    align-items: center;
}

.askBtn{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:10px;
}

.askBtn input{
	width:50%;
	height:64px;
	font-size:24px;
	padding-left:20px;
	box-sizing:border-box;
	border:1px solid #999;
	border-radius:15px 0 0 15px;
	overflow:hidden;
}

.askBtn_btn input{
	width: auto;
    display: inline-block;
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
	font-size: 18px;
}

.askBtn .askBtn_btn{
	background: #be1b1c;
	color: #fff;
	height:64px;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 120px;
}

.askBottom{
	font-size:24px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:30px;
	animation:bigOrmini 2s linear  infinite;
}
.askBottom span{
	font-weight:bold;
	color:#e60012;
}

/* img {
    display: block;
    margin: 0 auto;
} */
@media screen and (max-width:1219px) {
    .wrap {
        width: 96%;
    }
	.ask{
		width:100%;
	}
	.askTit{
		font-size:24px;
	}
	.askBtn input{
		height:50px;
		font-size: 18px;
		border-radius: 10px 0 0 10px;
	}
	.askBtn .askBtn_btn{
		height:50px;
	}
}
@media screen and (max-width:1024px) {
    .banner img {
        margin-top: 13px;
    }
    
    .topic a {
        font-size: 19px;
    }
}


/* 开发流程 开始*/
@media (max-width: 1000px){
	.tra_six .dl, .made_th.app_th .box, .app_six .box, .app_sen .box, .app_nine .box, .app_ten .box, .add_made_one .dl, .add_made_tow .dl, .add_made_th .dl, .add_made_six .dl {
		padding: 0 30px;
	}
	.app_sen{margin-bottom:0;display:none;}
	.pub_tit {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.app_sen .mobl2{display:block;}
	.app_sen .mobl1{display:none;}
	
	.pub_tit h2{
		font-size:22px;
	}
	.app_sen .box{
		width: 100%;
		box-sizing: border-box;
	}
	.app_sen dl{
		margin-bottom:30px;
		
	}
	.app_sen dt {
		width: 8rem;
	}
	.app_sen dt img{width:100%;}
	.app_sen dd {
		margin-top: -1rem;
		padding: 0 1rem;
		padding-top: 1rem;
		width:6rem;
		
		height: auto;
		box-shadow: 0 3px 16px 1px rgba(121, 148, 193, 0);
	}
	
	.app_sen dd p, .app_sen dd h4, .app_sen dd em, .app_eight .img {
		display: none;
	}
	
	.app_sen dd h2 {
		margin-top: 10px;
		padding-bottom: 30px;
		font-size:14px;
	}
	
	
}

/* 开发流程 结束*/


/* 解决方案 开始*/
@media (max-width: 1000px){
	
	.wrap_all{
		display: flex;
		align-items: center;
		justify-content: center;
		display:none;
	}
	
	.content1 ul li :nth-child(3){
		display:block;
	}
	.content1 ul li :nth-child(2){
		display:none;
	}
	.choose_main{
		margin-bottom:50px;
	}
	
	
	.warpRight{display:block;}
	.AW_TabList{    
		display: flex;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.AW_TabList div span{display:none;}
	#arrow{display:none}
	.AW_TabList div{
		margin:0 auto;
		border: 1px solid rgba(24, 130, 248);
		color: rgba(24, 130, 248);
		width: 40%;
		height: 35px;
	}
	.AW_TabItem_msg{
		display:none !important;
	}
	.AW_TabList div div{border:none;}
	
	.AW_action{
		background:rgba(24, 130, 248);
		color:#fff !important;
	}
	.AW_action div{color:#fff;}
}
/* 解决方案 结束*/
@media screen and (max-width:768px) {
	
	.choose_main{background:url(//img.swmob.com/app/choose_bg.png) no-repeat;width: 100%;background-size:100% 100%;margin-top:-2rem;padding-top:4rem;padding-bottom:2rem;display:none;height:auto;}
	.choose_main .left{border:solid 1px #eee;border-radius:50%;}
	.choose_main .circle{width:28rem;height:28rem;position:relative;background:url(//img.swmob.com/app/choose.png) no-repeat;background-size:100% 100%;margin:0 0 0 4rem;}
	.choose_main .circle .title2{position: absolute;left: 0;top: 40%;text-align: center;width:14rem;}
	.choose_main .circle .title2 .pic{text-align: center;margin-bottom:0.4rem;}
	.choose_main .circle .title2 .pic img{width:2.4rem;height:2.4rem;}
	.choose_main .circle .title2 h2{font-size:1.4rem;color:#fff;}
	.choose_main .circle .title2 .gline {width: 20px;height: 1px;background: #746ea6;margin: 0.5rem auto ;}
	.choose_main .circle .title2 p{font-size:1.2rem;color:#25C6FF;transform: scale(0.8);}
	.gpoint {position: absolute;width: 12px;height: 12px;border-radius: 50%;background: #fff;}
	.gpoint .gpointo {width: 12px;height: 12px;border-radius: 50%;background: rgba(112,97,234,.16);box-shadow: 0 0 0 rgb(119 105 232 / 0%);opacity: 1;}
	.gpoint.gpoint1 {left: 0;top: 0;}
	.gpoint.gpoint2 {left: 0;top: 0;}
	.gpoint.gpoint3 {left: 0;top: 0;}
	.gpoint.gpoint4 {left: 0;top: 0;}
	.gdisc {width:100%;margin-bottom:02rem;}
	.gdisc h4{font-size:1.6rem;color:#fff;padding-left:1rem;position: relative;}
	.gdisc h4::before{content:"";width:0.4rem;height:0.4rem;background:#fff;border-radius:50px;position: absolute;left: 0;top:1rem;}
	.gdisc p{font-size:1.3rem;color:#999;margin-top:1rem;width:100%;}
	.choose_main .cont{padding:0 1.5rem;margin-top:3rem;}
	.choose_main .choose_icon{position: relative;margin-left:80%;}
	.choose_main .choose_icon img{width:4rem;height:4rem;}
	.choose_main .circle .title h2{font-size:0.7rem;color:#fff;}
	.choose_main .circle .title .gline {width: 20px;height: 1px;background: #746ea6;margin: 1rem auto ;}
	.choose_main .circle .title p {
		font-size: 1.2rem;
		color: #25C6FF;
		transform: scale(0.8);
	}
	.header_title h3{font-size:30px;}
	.header_title p{font-size:30px;}
	.header_title{padding-bottom:30px}
	
	.choose_main .circle .title {
		position: absolute;
		left: 0;
		top: 40%;
		text-align: center;
		width: 14rem;
	}
	.gdisc {
		width: 100%;
		margin-bottom: 2rem;
		position:relative;
	}
	.gdisc.gdisc1{
		left:0;
		top:0;
	}
	.gdisc.gdisc2{
		left:0;
		top:0;
	}
	.gdisc.gdisc3{
		left:0;
		top:0;
	}
	.gdisc.gdisc4{
		left:0;
		top:0;
	}
	
	
	.mob{
		display:block;
	}
	
	
	.askBottom{
		font-size: 16px;
	}
    
    .mod-product .product-list .btn-detail {
		position: initial;
        opacity: 1;
        margin-left: -43px;
        width: 80px;
        height: 25px;
        margin: 0 auto;
		margin-top: 10px;
        border-radius: 5px;
        line-height: 25px;
        text-align: center;
    }
    
    .content1 ul a {
        width: 32.3%;
        margin: 0 0.5% 1%;
    }
    
    .sec1_bann {
        position: relative;
        height: 450px;
        overflow: hidden;
    }
	
	
    
    .sec_con1 .swiper-slide img {
        display: block;
        height: 100%;
        width: 170%;
    }
    
    .mod-product .mod-tit {
        font-size: 20px;
        line-height: 3.5rem;
        margin-bottom: 38px;
    }
    
    .kfxt_btn img {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        position: relative;
        top: -2px;
        display: none;
    }
    
    .kfxt_btn {
        width: 110px;
        font-size: 12px;
    }
    
    .mod-service .service-list .new-act-list li:nth-child(4) a img {
        margin-top: 14px;
    }
    
    .nyl_title .big {
        font-size: 24px;
        color: #333;
        margin: 60px 0 20px;
        text-align: center;
    }
    
    .mod-tit {
        text-align: center;
        margin-bottom: 15px;
        font-size: 24px;
        margin-top: 30px;
    }
    
    .mod-service .service-list .item-tit {
        background-color: #fff;
        height: 80px;
        line-height: 80px;
        border-bottom: 1px solid #ddd;
        text-align: center;
        font-size: 20px;
    }
    
    .nyl_title .big {
        font-size: 24px;
        color: #333;
        margin: 60px 0 20px;
        text-align: center;
    }
    
    .mod-service .service-list .invest-service-list .node-tit {
        font-size: 1.9rem;
        font-weight: 600;
    }
    
    .nyl_title .big {
        font-size: 24px;
        color: #333;
        margin: 30px 0 10px;
        text-align: center;
    }
    
    .mod-partner {
        overflow: hidden;
        margin-top: -60px;
		position:relative;
    }
	.mod-partner .wrap-inner{
			position:relative;
	}
    .mod-partner .wrap-inner .swiper-button-next, .mod-partner .wrap-inner .swiper-button-prev{
		display:block;
		   background-image:none !important;
	}
	    .mod-partner .wrap-inner .swiper-button-next img, .mod-partner .wrap-inner .swiper-button-prev img{
		display:block;
		width:100%;
	}
	.mod-partner .wrap-inner .swiper-pagination-bullet{
		  background:#333333 !important;
		  margin:0 5px;
	}
	  .mod-partner .wrap-inner .swiper-pagination-bullet-active{
		     background:#007aff !important;
		
	}
	.mod-partner .wrap-inner .swiper-pagination{
		display: flex;
		justify-content: center;
		width: 100%;
		
	}
    .con {
        margin-top: 20px;
    }
    
    .mod-service .mod-tit {
        margin-bottom: 40px;
        margin-top: 0;
    }
    
    .sec_con1 .swiper-slide-active aside h1 {
        font-size: 35px !important;
        margin-bottom: 45px;
    }
    
    .sec1_banner aside p {
        font-size: 20px;
        line-height: 45px;
    }
    
    .wrapper .mod-service .hatch-plan-list li h5 a {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }
    
    .w1200 .nnn {
        margin: 20px auto 56px;
    }
    
    .sec1_bann {
        position: relative;
        height: 260px;
    }
    /* .con2 {
        display: none;
    } */
    
    .swiper-containero {
        display: block;
    }
    
    .wrapper .con2 .swipersileMobiile {
        display: block;
        margin-bottom: 30px;
        background: url(/img/shoujikuangjia.png);
        background-size: 100% 100%;
    }
    
    .wrapper .con2 .swipersilePc {
        display: none;
    }
    
    .wrapper .con2 .swiper-containero {
        height: 500px;
        width: 300px;
        overflow: hidden;
        margin: 0 auto;
        /* background: url(/images/m.png);
        background-size: 100% 100%; */
    }
    
    .wrapper .con2 .swiper-containe img {
        display: block;
        margin: 0 auto;
        margin-top: 23px;
        width: 82%;
        height: 90%;
        border-radius: 27px;
    }
    
    .wrapper .con2 .mo {
        width: 100%;
        height: 100%;
    }
    
    .wrapper .con2 .moild img {
        width: 82%;
        height: 90%;
        display: block;
        margin: 0 auto;
        margin-top: 29px;
        border-radius: 20px;
    }
    
    .con2 img {
        display: block;
        width: 85%;
        height: 550px;
        margin: 0 auto;
    }
    /* .con2 .swipersileMobiile {
        height: 650px;
    } */
    
    .con2 .swipersileMobiile .swiper-slide img {
        width: 82%;
        height: 91%;
        margin-top: 31px;
        border-radius: 35px;
    }
	
    
    .w1200 {
        width: 90%;
        margin: 0 auto;
        max-width: 1200px;
        margin-top: 30px;
		margin-bottom: 130px;
    }
	.ask {
		height:250px;
		padding-top: 40px;
		position:relative;
		top:0;
	}
    
    .sec1_bann {
        position: relative;
        height: 400px;
        overflow: hidden;
    }
    
    .sec_con1 .swiper-slide img {
        display: block;
        height: 100%;
        width: 230%;
        object-fit: cover;
        margin-left: -37%;
    }
    
    .sec1_banner aside {
        width: 90%;
        margin-top: 50px;
    }
    
    .swipersileMobiile .swiper-slide {
        height: 630px;
        width: 90%;
        background: url(/img/shoujikuang.png);
        background-size: 100% 100%;
    }
    
    .con2 .swipersileMobiile .swiper-container {
        width: 90%;
    }
    
    .home-main .home-main-wrap .service .service-wrap .title-top .title-con h2 span {
        /* color: #3f3f3f; */
        font-size: 24px;
        /* font-weight: bold; */
    }
    
    .about-us .about-us-wrap {
        padding-top: 30px;
        position: relative;
        z-index: 3;
        margin-bottom: 70px;
    }
    
    .footer .footer_right dl dd {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 2px;
        color: #c9caca;
        margin-top: 20px;
    }
    
    #header .logo .pc_logo {
        display: none;
    }
    
    #header .logo .mobil_logo {
        display: block;
    }
    
    .sec1_banner aside p span {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    
    .sec1_banner aside .ptwo {
        font-size: 20px;
    }
    /* .wrapper .con2 .swiper-wrapper_small {
        display: block;
    } */
    /* .con2 .swiper-wrapper .swiper-slide-active {
        display: none;
    }
    .con2 .swiper-wrapper .osmall {
        display: block!important;
    }
    .mod-service .service-list .hatch-plan-list li:before {
        display: none;
    } */
}
@media screen and (max-width:600px) {
    .content1 ul a {
        width: 49%;
        margin-bottom: %;
    }
    
    .banner img {
        margin-top: 67px;
    }
    
    .news-list li a .img {
        width: 50%;
        max-width: 230px;
    }
    
    .news-list li a .img img {
        display: block;
        width: 100%;
    }
    
    .news-list li:nth-child(2n-1) {
        margin-right: 0;
    }
}
.kfxt {
    text-align: center;
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
}
@media screen and (max-width: 677px) and (min-width: 350px) index.css:823 {
    .kfxt_btn {
        font-size: 12px;
        width: 100%;
        margin: 10px;
    }
    
    .nyl_title .big {
        font-size: 48px;
        color: #333;
        margin: 60px 0 20px;
        text-align: center;
        font-size: 35px;
    }
    
    .nyl_title .small {
        color: #999999;
        line-height: 20px;
        text-align: center;
        font-size: 15px;
    }
    /* .sec1_bann {
        position: relative;
        height: 230px;
    }
    .sec_con1 .swiper-slide img {
        width: 100%;
        height: 100%;
        display: block;
    } */
}
.show {
    display: block;
}

/* .zh_gai .swiper-wrapper .iconitem i:nth-child(1) {
    display: block;
} */