/* @import "reset.css"; */


a{
    cursor: pointer;
}

.banner{
    width: 100%;
    height: 100%;
}
.banner img{
    min-width: 1400px;
    width: 100%;
    height: 100%;
}

.box_1 {
    width: 100%;
    height: 510px;
    background-color: #ffffff;
}

.title {
    font-size: 40px;
    color: black;
    text-align: center;
    font-weight: bold;
    margin-top: 45px;
}

.brief{
    text-align: center;
    font-size: 18px;
    color: #999999;
    margin-top: 10px;
}

.title span{
    color: #2953ff;
}

.title img{
  margin: 0 10px;
}

.ul{
    height: 289px;
    width: 1137px;
    margin: 0 auto;
    display: block;
    margin-top: 39px;
}

.ul li{
    float: left;
    margin-left: 30px;
	width: 254px;
	height: 289px;
	background-color: #ffffff;
	box-shadow: 0px 5px 43px 2px 
		rgba(0, 0, 0, 0.08);
    border-radius: 6px 57px 6px 57px;
    position: relative;

    
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.ul li:hover {
    transform: translate(0, -14px);
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -moz-transform: translate(0, -14px);
}


.icon{
    margin: 24px 108px 15px 96px;
}

.ul li:nth-child(1){
    background-image: url(../images/xiti_bg.png);
    background-size: cover;
    z-index: 2;
}
.ul li:nth-child(2){
    background-image: url(../images/zhuanti_bg.png);
    background-size: cover;
    z-index: 2;
}
.ul li:nth-child(3){
    background-image: url(../images/xiaoban_bg.png);
    background-size: cover;
    z-index: 2;
}
.ul li:nth-child(4){
    background-image: url(../images/fuxi_bg.png);
    background-size: cover;
    z-index: 2;
}


.header{
    font-size: 22px;
    color: black;
    text-align: center;
    margin-top: -15px;
    margin-left: -10px;
}

.content {
    font-size: 14px;
    line-height: 27px;
    color: #666666;
    margin: 22px 29px 0 30px;
}

.box_2{
    width: 100%;
    height: 648px;
    background-color:#f9fafe;
    overflow: hidden;
    position: relative;
}

.title2{
    margin-top: 57px;
}

.box_2 ul{
    width: 1111px;
    height: 284px;
    display: block;
    margin: 49px auto 0;
}

.box_2 ul li{
    float: left;
    margin-right: 73px;
    margin-bottom: 47px;
    width: 519px;
	height: 118px;
	background-color: #ffffff;
	box-shadow: 0px 1px 16px 0px 
		rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    position: relative;

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.box_2 ul li:hover {
    transform: translate(0, -14px);
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -moz-transform: translate(0, -14px);
}


.box_2 ul li:nth-child(even){
    margin-right: 0;
}

.box_2 ul li img{
    margin: 28px 0 39px 36px;
}

.call{
    position: absolute;
    top: 23px;
    left: 123px;
    font-size: 20px;
    color: black;
    font: bold;
}

.explain{
    position: absolute;
    font-size: 16px;
    top: 60px;
    left: 124px;
    color: #8b93a6;
}

.tel{
    width: 260px;
    height: 56px;
    background-image: url(../images/sub.png);
    background-size: cover;
    position: absolute;
    bottom: 62px;
    
    right: 654px;
}

.tel img{
    position: absolute;
    top: 18px;
    left: 46px;
}
.tel span{
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 12px;
    left: 77px;
}

.info{
    width: 260px;
    height: 56px;
    background-image: url(../images/sub.png);
    background-size: cover;
    position: absolute;
    bottom: 62px;
    left: 655px;
}

.info a{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    line-height: 56px;
    left: 65px;
}

.box_3{
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.hua{
   position: absolute;
   top: 189px;
   left:50%;
   margin-left: -910px;
}

.box_3 ul li p{
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.box_3 ul li saan{
    font-size: 16px;
    color: #666666;
}

.box_3 ul li:nth-child(1) p {
    position: absolute;
    top: 207px;
    left: 609px; 
}
.box_3 ul li:nth-child(1) span {
    position: absolute;
    top: 243px;
    left: 559px; 
}


.box_3 ul li:nth-child(2) p {
    position: absolute;
    top: 208px;
    right: 609px; 
}
.box_3 ul li:nth-child(2) span {
    position: absolute;
    top: 243px;
    right: 559px; 
}

.box_3 ul li:nth-child(3) p {
    position: absolute;
    top: 438px;
    left: 579px; 
}
.box_3 ul li:nth-child(3) span {
    position: absolute;
    top: 473px;
    left: 529px; 
}


.box_3 ul li:nth-child(4) p {
    position: absolute;
    top: 428px;
    right: 649px; 
}
.box_3 ul li:nth-child(4) span {
    position: absolute;
    top: 463px;
    right: 440px; 
}

.box_3 ul li:nth-child(5) p {
    position: absolute;
    bottom: 113px;
    left: 874px; 
}
.box_3 ul li:nth-child(5) span {
    position: absolute;
    bottom: 78px;
    left: 832px; 
}


.box_5{
    width: 100%;
    height: 1050px;
    background-color: #f4f4f4;
    overflow: hidden;
}


.box_5 ul{
    width: 524px;
    height: 44px;
    margin: 0 auto;
    margin-top: 50px;
}

.box_5 ul li{
    float: left;
    margin-right: 52px;
    width: 140px;
    height: 44px;
    z-index: 2;
    background-color: #d0d0d0;
    border-radius: 22px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
}


.box_5 ul li:nth-child(3){
    margin: 0;
}


.swiper-wrap {
    width: 1200px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.swiper-container {
    width: 1195px;
    position: relative;
    margin: 0 auto;
    margin-top: 59px;
    border-radius: 6px;
}

.box_5 .swiper-container .swiper-slide {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
 
    padding-bottom: 25px;
    text-align: center;
    width: 372px;
	height: 475px;
	box-shadow: 0px 1px 16px 0px 
		rgba(0, 0, 0, 0.06);
	border-radius: 6px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    background: #2f53f2;
    border-radius: 6px;
}

.swiper-slide img {
    margin-top: 44px;
    width: 138px;
    height: 138px;
}

.swiper-slide h4 {
    padding-top: 28px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 14px;
}

.swiper-slide span {
    font-size: 16px;
    color: #666;
}

.swiper-slide .des {
    border-top: 1px #eeeeee solid;
    margin-top: 28px;
    padding-top: 25px;
}

.swiper-slide .des p {
    text-align: left;
    padding: 0 14px 0 14px;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.swiper-slide-active h4,
.swiper-slide-duplicate-active h4 {
    color: #fff;
}

.swiper-slide-active span,
.swiper-slide-duplicate-active span {
    color: #fff;
}

.swiper-slide-active .des p,
.swiper-slide-duplicate-active .des p {
    color: #fff;
}

.box_5 .swiper-button-prev {
    background: url(../images/left_slide.png) no-repeat center;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.box_5 .swiper-button-next {
    background: url(../images/right_slide.png) no-repeat center;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scaleY(1.1);
}

.sub{
    background-image: url(../images/text.png);
    width: 416px;
    height: 62px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}

.sub input{
    font-size: 16px;
    color: #666666;
    width: 197px;
    height: 60px;
    position: absolute;
    top: 1px;
    left: 3px;
    border-radius: 9px;
    padding-left: 20px;
}

.sub input[type=submit] {
    background-color: #ff9600;
    width: 197px;
    height: 60px;
    position: absolute;
    left: 218px;
    border-radius: 0 9px 9px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
}


.tell{
    font-size: 24px;
    color: #ff9600;
    text-align: center;
    margin-top: 20px;
}

.box_6{
    width: 100%;
    /* height: 1150px; */
    /* background-color: green; */
    overflow: hidden;
    padding-bottom: 40px;

}


.content3 .title {
    margin: 44px 0 59px;
}

.con3-table {
    width: 1192px;
    /* height: 759px; */
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding-bottom: 39px;
    margin-top: 40px;
}

.cont3-sort li {
    float: left;
    width: 297px;
	height: 84px;
    line-height: 66px;
    border-radius: 3px 0px 0px 0px;
    margin-right: 1px;
    text-align: center;
    background-color: #2f53f2;
    color: #fff;
    border-top: 0;
    cursor: pointer;
    line-height: 84px;
}

.cont3-sort li:last-child {
    margin-right: 0;
}

.cont3-sort li.active {
    color: #2f53f2;
    background: #fff;
    /* border-top: 6px solid #2f53f2; */

}

.con3-main {
    margin-top: 34px;
}

/* .category {
    width: 770px;
    margin: 60px 0 0 29px;
}

.category li {
    float: left;
    width: 148px;
    height: 44px;
    line-height: 44px;
    margin-right: 59px;
    text-align: center;
    color: #4c84ff;
    font-size: 14px;
    background: #f8f9fa;
    cursor: pointer;
}

.category li:last-child {
    margin-right: 0;
}

.category li.check {
    background-color: #4c84ff;
    color: #fff;
} */

table {
    text-align: center;
    width: 1192px;
    margin: 0 auto;
    border-collapse: collapse;
}

table tr td {
    /* height: 200px; */
    padding: 20px 10px;
    border: solid 1px #eee;
}

table tr:nth-child(1) {
    height: 68px;
}

table tr:nth-child(1) td{
    border: 0;
}

table tr:nth-child(1) {
    background: #f5f7fd;
}


.con3-main table td:last-child {
    text-align: center;
}

table td:last-child a {
    display: inline-block;
    width: 56px;
    height: 28px;
    line-height: 28px;
    background-color: #ff9600;
    border-radius: 14px;
    font-size: 14px;
    color: #fff;
}



.box_7{
    width: 100%;
	height: 695px;
    /* background-color: #f7f7f7; */
    background-image: url(../images/bg.png);
    overflow: hidden;
    position: relative;
}

/* .dian{
    position: absolute;
    right: 80px;
    bottom: 140px;
} */

.box_7 ul{
    margin: 0 auto;
    height: 430px;
    width: 1130px;
    /* background-color: chartreuse; */
    margin-top: 35px;
}

.box_7 ul li{
    float: left;
    margin-right: 43px;
    margin-bottom: 39px;
    width: 250px;
	height: 195px;
	background-color: #ffffff;
	box-shadow: 0px 5px 13px 0px 
		rgba(32, 131, 236, 0.18);
    border-radius: 40px 0px 40px 0px;
    

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.box_7 ul li:hover {
    transform: translate(0, -14px);
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -moz-transform: translate(0, -14px);
}



.box_7 ul li:nth-child(4),.box_7 ul li:nth-child(8){
    margin-right: 0;
}

.school{
    font-size: 22px;
    text-align: center;
    color: #5a5a5a;
    font-weight: bold;
    margin-top: 30px;
}

.content{
    font-size: 17px;
    text-align: center;
    color: #9f9f9f;
    margin-top: 20px;
}

.box_7 ul li div{
    width: 144px;
	height: 33px;
	background-color: #2f53f2;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 20px;
}

.box_7 ul li div a{

    width: 95px;
	height: 19px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
    color: #ffffff;
    margin-left: 25px;
}


.box_8{
    width: 100%;
    height: 735px;
    position: relative;
    overflow: hidden;
}

.apps{
    margin: 0 auto;
    width: 1200px;
    height: 633px;
    margin-top: 60px;
}

.left{
    float: left;
    width: 222px;
    height: 426px;
    margin-top: 75px;
    margin-left: 100px;
}

.right{
    float: right;
    width: 600px;
    height: 500px;
    margin-top: 30px;
    margin-right: 155px;
}

.er{
    margin-top: -34px;
    margin-left: -25px;
}



.app{
    font-size: 15px;
    color: #000000;
    text-align: center;
    margin-top: -20px; 
}            

.phone{
    position: absolute;
    right: 517px;
    top: 195px;
}

.iphone{
    width: 199px;
	height: 50px;
	background-color: #2f53f2;
    border-radius: 25px;
    margin-top: 50px;
}

.iphone img{
  margin: 10px 0 0 39px;
}

.iphone p{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: -22px;
    margin-left: 25px;
    line-height: 14px;
}

.android{
    width: 199px;
	height: 50px;
	background-color: #ff9600;
    border-radius: 25px;
    margin-top: 24px;
}

.android img{
    margin: 12px 0 0 41px;
    font-size: 14px;
    color: #ffffff;
  }

.android p{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: -26px;
    margin-left: 25px;
}

.box_9{
    width: 100%;
    height: 543px;
    background: url(../images/test.png)  no-repeat center;
    display: block;
    background-color: #f9fafe;
    position: relative;
    overflow: hidden;
}

.test{
    margin: 60px 0 0 428px;
}

.box_10{
    width: 100%;
    height: 780px;
    overflow: hidden;
}

.img{
    height: 560px;
    width: 1197px;
    margin: 0 auto;
    margin-top: 39px;
}

.img ul li{
    width: 380px;
    height: 265px;
    float: left;
    margin-right: 28px;
    margin-bottom: 29px;

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
    
.img ul li:hover {
    transform: translate(0, -14px);
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -moz-transform: translate(0, -14px);
}

.img ul img{
    width: 380px;
	height: 265px;
    border-radius: 12px;
}


.img ul li:nth-child(3) , .img ul li:nth-child(6){
    margin-right: 0;
}

.box_11{
    width: 100%;
    height: 890px;
    overflow: hidden;
}

.branch{
    width: 1177px;
    height: 292px;
    margin: 0 auto;
    margin-top: 65px;
}

.branch ul li{
    float: left;
    margin-right: 24px;
    margin-bottom: 29px;
    width: 216px;
	height: 79px;
	background-color: #2f53f2;
    border-radius: 10px;
    font-size: 33px;
    color: #fff;
    text-align: center;
    line-height: 79px;

}



.branch ul li:nth-child(5n){
    margin-right: 0;
}

.city li>a {
    display: block;
    width: 219px;
    height: 79px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}