@charset "UTF-8";
body { font: 14px/1.5 'SingleMaltaRegular', 'Microsoft Yahei', '微软雅黑', Arial ;font-size: 1.4rem;}
html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
h1 { font-size: 2.4rem;/*2.4 × 10px = 24px*/}

.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;

}
.sec_con1 .swiper-slide-active .sec1_banner aside img{
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
}
.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: 80px 0 }
.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;  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%;
  margin: 0 auto;
  max-width: 1200px;
}
.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;
}
.news-cate li{
	margin: 0 15px;
	padding: 10px;
	border-bottom: 3px solid #fff;
	font-weight: bolder;
	font-size: 16px;
	cursor: pointer;
	transition: ease .4s;
}
.news-cate li.on{
	border-color: #1783F9;
	color: #1783F9;
}
.news-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	transition: ease .4s;
}
.news-list li{
	width: 580px;
	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 80px;
	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: 1200px;
}
.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: 14px;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: 80px }
.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 { padding-left: 30px; }
.mod-product .product-list:after { overflow: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 }
.mod-product .product-list li { float: left; width: 300px; margin: 0 45px; text-align: center; opacity: 0; opacity: 1 \9 }
.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: 2px solid #ccc;border-radius: 3px;display: inline-block; transition: all .4s;font-size: 20px;cursor: pointer; color: #999;margin-left: 20px;}
.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.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: 16px; 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)
}
.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: 14px;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 {}
.mod-service .service-list .hatch-plan-list li { color: #fff; padding: 15px 0 15px 40px; font-size:27px; line-height:2;}
.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:16px;}
.mod-service .service-list .hatch-plan-list .node-tit { font-size: 18px; margin-bottom: 5px; display: inline-block; font-family: "微软雅黑"; font-weight: normal;position: relative;top:-3px; }
.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: 20px; -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;}
.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 }
  @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)
}
}
@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;}

.newbox{
	max-width: 1200px;
	width:90%;
    margin: 0 auto;
    height: 570px;
}
.hdzt{
	height: 570px;
}
.hdzt2 {
    width: 100%;
    background: #ddd;
    height: 570px;
}

.lianxi {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    margin-top: 80px;
    padding: 0;
    justify-content: space-between;
}

.lianxi_li {
    width: 28%;
    height: 180px;
    padding: 30px;
    display: flex;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
}

.lianxi_left {
    width: auto;
    height: 100%;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lianxi_title {
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 15px;
}
.lianxi_phone {
    width: 100%;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
}



.lianxi_right {
    width: 40%;
}
.lianxi_right img{
	width:100%;
    object-fit: cover;
}

.img_hide{
	display:none;
}

.newbox .active{
	background:#e60012;
}
.newbox .active .lianxi_title{
	color:#fff
}
.newbox .active .lianxi_phone{
	color:#fff
}

.newbox .active .font_16{
	color:#fff
}

.newbox .active .img_show{
	display:none;
}

.newbox .active .img_hide{
	display:block;
}

.length {
    width: 1200px;
	margin:0 auto;
    height: auto;
    clear: both;
    display: flex;
    justify-content: space-between;
    padding: 0;
	padding-bottom: 30px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
	margin-top: 50px;
}

.length_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
}

.length_left .remark{
	width:100%;
	margin-top: 30px;
}

.length_left .remark textarea{
	width:100%;
}

.length_li {
    width: auto;
    height: auto;
    clear: both;
    display: flex;
    /* margin-right: 75px; */
    position: relative;
    align-items: center;
}

.length_li p {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
	white-space: nowrap;
}

.length_li input {
    width: 257px;
    height: 50px;
    margin-left: 10px;
    position: relative;
    padding-left: 10px;
    outline: none;
    font-size: 18px;
    border: 1px solid rgba(153, 153, 153, 1);
    font-size: 16px;
}

.length_li textarea {
    width: 257px;
    height: 50px;
    margin-left: 10px;
    position: relative;
    padding-left: 10px;
    outline: none;
    font-size: 18px;
    border: 1px solid rgba(153, 153, 153, 1);
    font-size: 16px;
	resize: none;
	line-height: 40px
}

.submit {
    width: 145px;
    height: 50px;
    border: none;
    color: rgba(255, 255, 255, 1);
    background: #E60012;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
	margin:0 auto;
	margin-top:30px;
}

@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:1024px) {
.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;}
}
@media only screen and (max-width:768px) {
	
	.length_left .remark{
				margin-top:0;
	}
	.length_left .remark textarea{
		width:70%;

	}
	
	.lianxi{
		flex-wrap:wrap;
		
	}
	
.newbox{
	height:auto;
}
.hdzt{
	height:auto;
}
	
	.lianxi_li{
		width:100%;
		height:190px;
		margin-bottom: 30px;
	}
	.newtit{
		padding-top:0;
	}
	.length{
		width:90%;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.length_left{
		flex-wrap: wrap;
	}
	.length_li{
			width:100%;
			margin:5px 0;
	}
	.length_li input{
		width:70%;
	}
	.submit{
		margin: 0 auto;
		margin-top: 30px;
	}
	
  .gd{display: inline-block;}
  #new-tit2{width: 25px;
    display: inline-block;
    float: right;
    position: relative;
    top: 7px;}
    #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: 50px;line-height: 50px;}
  /* .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: 24px; line-height: 2rem; margin-bottom: 18px }
.mod-product .product-list{ position:relative;}
.mod-product .product-list li { position: relative;float: none; width: 100%; margin: 0 0 82px; -webkit-animation: none!important; animation: none!important; opacity: 1 }
.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: 1.8rem; line-height: 1.4rem; margin-top: -10px; margin-bottom: 5px }
.mod-product .product-list .item-sub-tit { font-size: 1.4rem; margin-bottom: 10px }
.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-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: 0.65rem; 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{font-size: 16px}
}
@media only screen and (min-width:375px) {
/*.mobile-inner-header{ display:block;}*/
  .con .iconlist{overflow: hidden;}
  
}

@media screen and (max-width:350px){
  .mod-product .product-list .btn-detail {  opacity: 1;  display: block;  margin-left: 31%;  position: absolute;  left: -11px;  }
  .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{font-size: 12px}
}


.wrap{width: 1200px; margin: 20px auto;}
.content1{
  margin-top: 40px;;
}
.content1 ul{display: flex; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap;}
.content1 ul a{margin-bottom: 1%;     width: calc(100% / 4 - 5px);}
.content1 ul li{width: 100%; position: relative; cursor: pointer;}
.content1 ul li>img{width:100%;  display: block;}
.content1 ul li>span{position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; display: block; transition: all .5s linear; -webkit-transition: all .5s linear;}
.content1 ul li>span>img{width:100%;  display: block;}
.content1 ul li:hover span{opacity: 0;}

@media screen and (max-width:1219px){
  .wrap{width: 96%;}

}

@media screen and (max-width:1024px) {
  .banner img{margin-top: 60px;}
}

@media screen and (max-width:768px){
  .content1 ul{justify-content: flex-start;}
  .content1 ul a{width:32.3%; margin:0 0.5% 1%;}
}

@media screen and (max-width:600px){
  .content1 ul a{width:49%; margin-bottom: 1%;}
  .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;
  }
}
