@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font: 12px/1.5 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
    min-width: 1200px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #8b3643;
    text-decoration: none;
}

a:hover {
    color: #ffcfce;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

input::-ms-clear,
 ::-ms-reveal {
    display: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.mask {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    zoom: 1;
}

:root .mask {
    filter: none\9;
}


/*for IE9*/

.outHide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wxpic{
	display:none;
}
.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-height: 99999999px;
}

.banner {
    height:635px;
    background: url(../images/banner.jpg) center top no-repeat;
    overflow: hidden;
    color:#fff;
}
.flex{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.title{
  display:flex;
  flex-direction: column;
}
.title p.textan{
  display: block;
  animation:textan 1.5s.2s forwards;
  animation-iteration-count: 1;
  opacity: 0;
  margin-bottom:24px;
}
@keyframes textan{
  0%{
    opacity: 0;
    transform: translateY(-60px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
.title p.textan i{
  display: block;
  animation: zooman 1s 1.4s linear infinite;
}
@keyframes zooman{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.06);
  }
  100%{
    transform: scale(1);
  }
}


.h100{
  height:100%;
}
h1{
  font-size:76px;
  font-weight: bold;
  background:linear-gradient( to bottom,#fff, #fff1ad);
  background-clip: text;
  webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1{
  margin-bottom:6px;
}
.title>p{
  font-size:50px;
  text-align:center;
  font-weight:bold;
}
.title p i{
  display: block;
  width:439px;
  height:53px;
  font-size:0px;
  margin:0 auto;
  background:url(../images/img09.png) no-repeat;
}
.title>span{
  width:282px;
  height:39px;
  line-height:39px;
  display: block;
  margin:20px auto;
  background:url(../images/img02.png) no-repeat;
  text-align:center;
  font-size:22px;

}
.title>em{
  display: block;
  text-align:center;
  font-size:18px;
  margin-top:10px;

}
.boxpadding{
  box-sizing: border-box;
  padding:64px;
}
.rows1 p{
  font-size:22px;
  box-sizing: border-box;
  padding-left:100px;
  line-height:36px;
  text-indent: 2em;
}
.rows1 span{
  color:#2151fa;
  margin-right:5px;
}
.rows2{
  background:url(../images/bg.jpg) no-repeat center center;
  height:845px;
}
h2{
  font-size:36px;
  color:#395ee2;
  text-align:center;
  font-weight:bold;
  position: relative;
}
h2::after{
  content:"";
  display: block;
  margin:10px auto 48px auto;
  width:68px;
  height:5px;
  background:#395ee2;
  border-radius:3px;
}
.rows2 ul{
  display:flex;
  flex-direction: column;
  gap:20px;
}
.rows2 li{
  width: 573px;
  height:135px;
  background:url(../images/img05.png) no-repeat;
}
.aend{
  align-items: end;
}
.flex-c{
  justify-content:center;
  gap:100px;
}
.rows2 h3{
  font-size:26px;
  color:#333;
  height:50px;
  line-height:50px;
  font-weight:bold;
  width:191px;
  box-sizing: border-box;
  padding:10px 0 0 16px;
  margin-bottom:16px;
}
.rows2 p{
  display: flex;
  align-items:center;
  justify-content:left;
  width:100%;
  font-size:18px;
  height:60px;
  box-sizing: border-box;
  padding:0px 16px 0px 24px;
}

.advantage{clear:both;position:relative;height:500px;}

.rows3{
  background:url(../images/bgcomputer.jpg) no-repeat center bottom;
  height:1000px;
  margin-bottom:64px;
}
#swiper1{
  width:912px;
	height:830px;
	box-sizing: border-box;
	padding-top:90px;
	user-select: none;
}
.pagination1{
	position:absolute;
	z-index:1;
	width:100%;
	top:0;
	left:0;
	text-align:center;
  display:flex;
  width:100%;
  gap:45px;
}
.swiper-pagination-switch{
	display:block;
	width:260px;
  height:62px;
  line-height:60px;
	background:#fff;
	border-radius:8px;
	color:#2486ff;
	text-align:center;
  border:solid 1px #2486ff;
	font-size:20px;
	cursor: pointer;
	position: relative;
}
.swiper-pagination-switch i{
	display: block;
}
.swiper-active-switch{
	background:#2486ff;
	color:#fff;
  font-weight:bold;
}
.swiper-active-switch::after{
	position:absolute;
	z-index:1;
	bottom:-6px;
	left:50%;
	transform: translateX(-50%);
	width:13px;
	height:6px;
	display: block;
	content:"";
	background:url(../images/img06.png) no-repeat;
}
.swiper-slide span{
	font-size:20px;
	display: block;
	text-align:center;
	margin-bottom:57px;
}
.rows4{
  background:#f6f9ff;
}
.rows4 .box{
  width:1158px;
}
.comment{
  flex-direction: column;
  width:100%;
  background:url(../images/commentbg.jpg) no-repeat center bottom;
  box-sizing: border-box;
  padding-bottom:236px;
  align-items: baseline;
}
.rows4-item{
  width:584px;
  height:146px;
  background:url(../images/img07.png) no-repeat;
  font-size:16px;
  box-sizing: border-box;
  padding:24px 32px 0 32px;
  overflow: hidden;
}
.rows4-item p{
  margin-top:10px;
  text-align:right;
  box-sizing: border-box;
  padding-right:10px;
}
.comment2{
  margin-left:auto;
  background:url(../images/img08.png) no-repeat;
  transform: translateY(-80px);
}
.comment3{
  transform: translateY(-132px);
}
.points{
  height:280px;
  background:url(../images/pointsbg.jpg) no-repeat center center;
  color:#fff;
}
.points h2{
  width:475px;
  font-size:36px;
  color:#fff;
  padding:80px 0 0 118px;
}
.points h2::after{
 display:none;
}
.points p{
  width:475px;
  padding: 22px 0 0 118px;
  font-size:18px;
  letter-spacing:1px;
}
.sqtitle{
  font-size:36px;
  color:#395ee2;
  box-sizing: border-box;
  padding:64px 0 28px 0;
  text-align:center;
  font-weight:bold;
}
.sqtitle span{
  color:#0734d1;
}
.sqtitle p{
  font-size:22px;
  font-weight:normal;
  color:#000;
  padding-top:10px;
}
.sqtitle em{
  color:#f00;
}
.sqxx_box {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    height:372px;
    border:solid 1px #e5e5e5;
    border-radius:15px;
    margin-bottom:48px;
}
.sqxx_b {
    width: 990px;
    margin:35px auto 108px auto;
    max-height: 9999px;
}
.sqxx_info {
    float: left;
    margin: 0 0 30px 24px;
}
.sqxx_l {
    display: inline-block;
    min-width: 66px;
    text-align: right;
    margin-right: 5px;
    font-size: 14px;
    color: #333;
}
.sqxx_l i {
    font-weight: bold;
    padding-right: 4px;
    color: #f00;
}

.sqxx_input {
    height: 33px;
    line-height: 33px;
    width: 200px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    color: #333;
}

.sqxx_input::-webkit-input-placeholder {
    color: #aaa;
}

.sqxx_textarea {
    vertical-align: middle;
    height: 134px;
    line-height: 22px;
    width: 380px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    font-family: '微软雅黑';
    resize: none;
    color: #333;
}

.sqxx_l_ly {
    position: relative;
    top: -54px;
}

.sqxx_kjy {
    float: right;
    width: 420px;
    margin-right: 25px;
}

.sqxx_kjy_t {
    height: 40px;
    line-height: 40px;
    background:#3b6be4;
    border: 1px solid #3b6be4;
    border-bottom: 0;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
}

.sqxx_kjy_b {
    border: 1px solid #3b6be4;
    border-top: 0;
    padding: 8px 18px;
		background:#fff;
}

.sqxx_kjy_info {
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    background: url(../images/zjt557.png) left center no-repeat;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sqxx_kjy_info:hover {
    color: #3b6be4;
}

.sqxx_btn {
    float: left;
    width: 100%;
    text-align: center;
}

.sqxx_btn input {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    background:#3b6be4;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
}

.sqxx_btn input:hover {
    background:#3b6be4ee;
}

.sqxx_error {
    float: left;
    width: 100%;
    min-height: 18px;
    margin: -16px 0 12px;
    color: #f40;
    text-align: center;
}

.footer {
  background:#f5f5f5;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  color: #aaa;
  box-sizing: border-box;
  padding:24px 0;
}
.footer p{
  padding-top:10px;
}
.footer p a{
  color:#aaa;
}
.footer p a:hover{
  color:#2486ff;
}


.consult {
    position: fixed;
    right: 0;
    top: 50%;
    width: 200px;
    height: 220px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 9;
}

.consult_wapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.consult_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 100%;
}

.consult_show {
    height: 58px;
    border-radius: 4px 0 0 4px;
    background: url(../images/yjt.png) center 45px no-repeat #f0dfd2;
    border-right: 1px solid #e3d3c7;
    color: #8b3643;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.consult_hide {
    background: url(../images/zjt.png) center 45px no-repeat #f0dfd2;
}

.consult_box {
    position: absolute;
    left: 25px;
    top: 0;
    width: 175px;
    height: 100%;
    background: #f0dfd2;
    text-align: center;
    border-radius: 0 0 0 4px;
}

.kf {
    margin-top: 20px;
    border-radius: 50%;
}

.consult_mobile {
    font-size: 14px;
    color: #464646;
    margin: 10px 0 8px;
}

.consult_btn {
    display: inline-block;
    width: 90%;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    background: #f60;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 2px;
}

.consult_btn:hover {
    background: #f50;
    color: #fff;
}

.flex_tit {
    position: fixed;
    left: 50%;
    top: 0px;
    /* top: 297px; */
    z-index: 1;
    margin-left: -600px;
    width: 1200px;
    display: none;
}
#applicationPrompt{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;display: flex;align-items:center;background:rgba(0,0,0,.6);justify-content: center;transition:all .4s;display:none;}
.applicationPromptBox{width:400px;height:198px;background:#fff;display:flex;flex-direction:column;justify-content: center;align-items: center;position:fixed;z-index:1;left:50%;top:40%;transform:translate(-50%,-50%);border-radius:5px;}
.applicationPromptBox p{color:#333;margin:18px 0;}
.applicationPromptBox a{display: block;width:160px;height:30px;line-height:30px;box-sizing: border-box;border:solid 1px #e1e1e1;color:#333;text-align:center;border-radius:4px;}
.applicationPromptBox a span{color:#999;}
.applicationPromptBox a:hover{background:#1e9fff;border-color:#1e9fff;color:#fff}
.applicationPromptBox a:hover span{color:#ddd;}
.enterpriseWeChat{width:175px;height:206px;box-sizing: border-box;background:rgb(255,255,255) url(../images/codebg.png)no-repeat;padding:15px 15px 0 15px;border:solid 1px #f8f8f8}
.enterpriseWeChat span{display: block;text-align:center;height:30px;line-height:30px;color:#355782;margin-top:15px;}
.enterpriseWeChat a:hover span{color:#fe3303;}
.wechatbtn{display:none;}
@media screen and (max-width:1024px) {
    .consult {
        display: none;
    }
    body {
        min-width: 0;
        background-size: 100%;
				padding-bottom:60px !important;
    }
    .content {
        background-size: 1251px 100%;
    }
    .box {
        width: 96%;
    }
    .banner {
      background-size: 1653px auto;
      height: 546px;
    }
    .bannerimg img{
      max-width:412px;
    }
    h1{
      font-size:56px;
    }
    .flex{
      justify-content:center;
      gap:20px;
    }
    .bannerimg{
      margin-top:auto;
    }
    .rows1 img{
      max-width:340px;
    }
    .rows1 p{
      font-size:18px;
      padding-left:36px;
      line-height:30px;
    }
    .rows2{
      height:720px;
    }
    .rows2 li{
      width:425px;
      height:100px;
      background-size:100%;
    }
    .rows2 h3 {
      font-size: 20px;
      height: 30px;
      line-height: 30px;
      padding: 10px 0 0 10px;
      margin-bottom: 10px;
    }
    .rows2 p{
      font-size:16px;
      line-height:20px;
    }
    .rows3{
      width:100%;
      background-size:100%;
    }
     #swiper1{
      width:800px;
    }
    #swiper1 img{
      max-width:100%;
    }
    .rows3{
      height:905px;
    }
    .rows4 .box{
      width:96%;
    }
    .points h2{
      padding-left:48px;
    }
    .points p{
      padding-left:48px;
    }
    .swiper-pagination-switch{
      height:52px;
      line-height:50px;
      font-size:18px;
    }
    .swiper-slide span{
      font-size:17px;
    }
    h2{
      font-size:28px;
    }
    
    .sqxx_box {
        width:96%;
        margin: 0 auto;
        padding: 0;
        height: 596px;
        background: none;
        border:none;
    }
    .sqxx_b {
        width: auto;
        padding: 18px 0;
        box-sizing: border-box;
        padding-bottom: 30px;
        border-radius: 8px;
        margin: 40px auto 10px auto;
        background: #fff;
        border: solid 12px #2486ff;
    }
    .sqxx_info {
        float: none;
        width: 100%;
        margin: 0 0 15px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .sqxx_l {
        display: block;
        text-align: left;
        margin: 0;
    }
    .sqxx_r {
        display: block;
    }
    .sqxx_input {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .sqxx_textarea {
        display: block;
        height: 120px;
        width: 100%;
        box-sizing: border-box;
    }
    .sqxx_error {
        margin: -6px 0 10px;
    }
    .sqxx_l_ly {
        top: 0;
    }
    .sqxx_kjy {
        display: none;
    }
    .footer {
        margin-top: 0px;
        line-height: 16px;
    }
    .comment{
      padding-bottom:344px;
    }
    .comment2{
      transform: translateY(-32px);
    }
    .comment3 {
      transform: translateY(-65px);
    }
		.wechatbtn{display:flex;height:60px;box-sizing: border-box;background:#fff;justify-content:space-between;align-items:center;position: fixed;z-index:1;left:0;bottom:0;width:100%;padding-right:15px;border-top:solid 1px #395ee2;}
		.wechatbtn a{display: block;height:40px;width:calc(50% - 15px);background:linear-gradient(to right,#395ee2,#395ee2);color:#fff;text-align:center;line-height:40px;border-radius:35px;font-size:16px;margin-left:15px;box-sizing: border-box;}
		.wechatbtn a.wechaticon{background:#fff;border:solid 1px #395ee2;color:#395ee2;}
		.wechatbtn a.wechaticon::before,.wechatbtn a.telicon::before{content:"";display:inline-block;vertical-align:middle;width:24px;height:24px;background:url(../images/wechaticon.png) no-repeat;background-size:100%;margin-right:10px;}
		.wechatbtn a.telicon::before{background:url(../images/telicon.png) no-repeat;background-size:100%;}
		.wechatbtn a.telicon:hover{color:#fff;}
}
@media screen and (max-width:999px) {
  .banner{
    height:635px;
    background-size:1920px auto;
  }
  .banner .box{
    flex-direction: column;
    gap:0;
  }
  .title{
    align-items: center;
    box-sizing: border-box;
    padding-top:45px;
  }
  h1{
    font-size:45px;
  }
  .title p i{
    width:298px;
    height:36px;
    background-size:100%;
  }
  .title>span{
    margin:0px auto;
  }
  .bannerimg img{
    max-width:340px;
  }
  .rows1 img{
    max-width:240px;
  }
  .rows1 p{
    font-size:16px;
    line-height:25px;
  }
  .boxpadding{
    padding:32px;
  }
  h2{
    font-size:22px;
  }
  h2::after{
    margin-bottom:24px;
  }
  .rows2 h3{
    font-size:18px;
    padding-left:24px;
  }
  .rows2{
    height:620px;
  }
  .swiper-pagination-switch{
    width:auto;
    padding:14px 18px;
    font-size:16px;
    height:auto;
    line-height:1;
  }
  #swiper1{
    width:600px;
    height:500px;
    padding-top:65px;
  }
  .swiper-slide span{
    margin-bottom:32px;
  }
  .pagination1{
    gap:32px;
  }
  .swiper-slide span{
    font-size:14px;
  }
  .rows3{
    height:645px;
  }
  .points h2 {
    width: 340px;
    font-size: 26px;
    padding: 68px 0 0 58px;
  }
  .points p{
    width: 340px;
    font-size:16px;
  }
  .rows4.boxpadding,.sqtitle{
    padding:32px 0 16px 0;
  }
  .sqxx_b{
    margin-top:0px;
  }
  .sqxx_box{
    height:535px;
  }
  .comment {
    padding-bottom: 372px;
  }
  .comment2 {
    transform: translateY(-18px);
  }
  .comment3 {
    transform: translateY(-42px);
  }
}
@media screen and (max-width:767px) {
    .consult {
        display: none;
    }
		.applicationPromptBox{width:90%}
    body {
			min-width: 0;
			background-size: 100%;
    }
    .rows2 .box>.flex{
      flex-direction: column;
      align-items: center;
    }
    .title>span,h2{
      font-size:18px;
    }
    .rows2{
      height:560px;
    }
    .sqtitle{
      font-size:24px;
    }
    .points h2 {
      width: 286px;
      font-size: 22px;
      padding: 52px 0 0 0px;
    }
    .points p{
      width:286px;
      padding-left:12px;
    }
    .points{
      background-color:#395ee1;
      background-size:238% auto;
      background-position: center bottom;
    }
    .sqtitle p{
      font-size:18px;
    }
    .rows2 li{
      width:361px;
      height:85px;
    }
    .rows2 h3{
      padding:8px 0 0 12px;
      margin-bottom:6px;
    }
    .rows2 p{
      font-size:14px;
    }
    .rows2 img{
      display:none;
    }
    .title>em{
      font-size:16px;
    }
    .boxpadding{
      padding:20px;
    }
    .rows1 .flex{
      flex-direction: column;
    }
    .rows1 p{
      padding-left: 0;
    }
    .rows4-item{
      background:none;
      width:100%;
      height: auto;
      background:#fff;
      border:solid 1px #2486ff;
      padding:12px;
      font-size:14px;
      border-radius:8px;
      transform:none;
    }
    .comment{
      padding-bottom:270px;
      background-size:100% auto;
    }
    .info img {
        max-width: 100%;
    }
    #swiper1{
      width:100%;
      padding-top:80px;
      height:450px;
    }
    .rows3{
      height:450px;
      margin-bottom:32px;
    }
    .swiper-slide{
      background:url(../images/bgcomputer.jpg) no-repeat center 64px;
      background-size: 100% auto;
    }
    .swiper-slide p{
      display:flex;
      justify-content:center;
    }
    #swiper1 img{
      max-width:78%;
    }
    .rows2 ul{
      align-items: center;
      justify-content:center;
    }
    h2{
      font-size:16px;
    }
    .rows3{
      background:none;
    }
    .pagination1{
      gap:5px;
    }
    .swiper-pagination-switch{
      font-size:14px;
      line-height:18px;
    }
    .swiper-slide span{
      height:42px;
    }
    .sqxx_b {
        width: 100%;
        box-sizing: border-box;
        border-width: 6px;
    }
    .sqxx_info {
        float: none;
        width: 100%;
        margin: 0 0 15px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .sqxx_l {
        display: block;
        text-align: left;
        margin: 0;
    }
    .sqxx_r {
        display: block;
    }
    .sqxx_input {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .sqxx_textarea {
        display: block;
        height: 120px;
        width: 100%;
        box-sizing: border-box;
    }
    .sqxx_error {
        margin: -6px 0 10px;
    }
    .sqxx_l_ly {
        top: 0;
    }
    .sqxx_kjy {
        display: none;
    }
    .footer {
        margin-top: 0px;
				font-size:14px;
    }
}

@media screen and (max-width:413px) {
  h1 {
    font-size: 36px;
  }
  .title p i{
    width:218px;
    height:29px;
  }
  .title>span, h2{
    font-size:14px;
  }
  .title>em{
    font-size:13px;
  }
  .rows2{
    height:525px;
  }
  .swiper-pagination-switch{
    padding:10px 12px;
  }
  .rows3{
    margin-bottom:0px;
  }
  .sqtitle{
    font-size:22px;
  }
  .sqtitle p{
    font-size:16px;
  }
}

@media screen and (max-width:374px) {
  h1 {
    font-size: 36px;
  }
  .rows2 li {
    width: 293px;
    height: 69px;
  }
  .title p i{
    width:218px;
    height:29px;
  }
  .title>span, h2{
    font-size:14px;
  }
  .rows2{
    height:475px;
  }
  .boxpadding{
    padding:16px;
  }
  .rows2 p{
    font-size:12px;
    height:40px;
    line-height:14px;
  }
  .title>em{
    font-size:13px;
  }
  .rows2 h3{
    font-size:14px;
    padding-top:3px;
    margin-bottom:0;
  }
  .swiper-pagination-switch{
    padding:10px 8px;
  }
  .rows3{
    height:428px;
  }
  .sqtitle{
    font-size:20px;
  }
  .sqtitle p{
    font-size:14px;
  }
  .comment {
    padding-bottom:212px;
  }
  .footer{
    font-size:12px;
  }
}