﻿body{
    background: #f7f7f7;
}
.nav{
    width: 100%;
    height: 45px;
    background: #1185ee;
}
.nav .item{
    width: 100%;
    display: flex;
    justify-content: center;
}
.nav .item li {
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}
.nav .item li:hover{
    background: #de5452;
}
.nav .item li a{
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.nav .item li ul{
	display: none;
    width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 199;
	background-color: rgba(51, 122, 209, 0.8);
    
}
.nav .item li ul li{
    width: 100%;
}
.cont{
    width: 100%;
    min-width: 1170px;
    overflow: hidden;
    margin: 0 auto;
}


.banner{
    width: 100%;
    height: 516px;
    margin: 0 auto;
    background: url('../images/banner.jpg') no-repeat center #fff;
    position: relative;
}

.banner h2{
    width: 100%;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #0f72cc;
    font-size: 24px;
}
.banner h1{
    width: 100%;
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #151515;
    font-size: 54px;
    font-weight: 800;
}
.banner h1 span{
    color: #2c95ff;
}
.banner h3{
    width: 100%;
    position: absolute;
    top: 45.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #2c95ff;
   font-size: 24px;
}

.banner .maid{
    width: 600px;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner .maid ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.banner .maid ul li{
    font-size: 22px;
    color: #2b93ff;
    cursor: pointer;
}
.banner .maid ul li img{
    vertical-align: middle;
    height: 29px;
    margin-right: 10px;
    margin-top: -10px;
}

.banner .btng{
    width: 800px;
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.banner .btng button{
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: none;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background: -webkit-linear-gradient( to right, #46b9ff 0%, #2a93ff 100%);
	background: linear-gradient( to right, #46b9ff 0%, #2a93ff 100%);
    transition: all 0.6s;
}
.banner .btng button:hover{
    transform: scale(1.1);
}

.part .hr{
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.part .pa_bt{
    width: 100%;
    position: relative;
}
.part .pa_bt img{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.part .pa_bt h1{
    font-size: 44px;
    color: #3d3d3d;
    position: absolute;
    top: 10px;
    font-weight: 600;
}
.part .pa_bt h1 span{
    color: #1185ee;
}
.part .pa_bt p{
    width: 100%;
    text-align: center;
    font-size: 22px;
    position: absolute;
    top: 100px;
    color: #c1c1c1;
}

@keyframes zy2{
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}

.part1{
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    background: url('../images/xinxi_bg.png') no-repeat bottom center;
    background-size: 80%;
}

.part1 .kk{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.part1 .kk ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.part1 .kk ul li{
    font-size: 20px;
    color: #6b7375;
    cursor: pointer;
    transition: all 0.6s;
}
.part1 .kk ul li img{
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.part1 .kk ul li:hover{
    transform: scale(1.1);
    webkit-animation: zy2 4s 0s infinite;
    animation: zy2 4s 0s infinite;
}


.part1 .kk2{
    width: 76%;
    margin: 0 auto;
    padding:10px 0;
    display: flex;
    justify-content: space-around;
}
.part1 .kk2 .left{
    width: 230px;
    float: left;
    cursor: pointer;
}
.part1 .kk2 .left .cent{
    width: 100%;
    position: relative;
    color: #fff;
    transition: all 0.6s;
}
.part1 .kk2 .left .cent:hover{
    transform: scale(1.1);
}
.part1 .kk2 .left img{
    width: 100%;
}
.part1 .kk2 .left .cent h1{
    position: absolute;
    top: 0px;
}
.part1 .kk2 .left .cent p{
    width: 100%;
    position: absolute;
    top: 50px;
    text-align: center;
}

.part2{
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
}
.part2 ul{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}
.part2 ul li{
    width: 23%;
    border:1px solid #386cce;
    border-radius: 15px;
    padding-top: 20px;
}
.part2 ul li .ic{
    width: 40px;
    display: block;
    margin: 0 auto;
}
.part2 ul li h1{
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #1185ee;
}
.part2 ul li div{
    width: 180px;
    margin-left: 30px;
    margin-top: 10px;
}
.part2 ul li div img{
    width: 12px;
}
.part2 ul li div span{
    margin: 0 4px;
}
.part2 ul li button{
    width: 80%;
    display: block;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #1185ee;
    font-size: 16px;
    color: #1b92ed;
    padding:8px 0;
    cursor: pointer;
}
.part2 ul li button:hover{
    background: #1b92ed;
    color: #fff;
}
.part2 .btn_g{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.part2 .btn_g button{
    width: 47%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 5px;
    background: -webkit-linear-gradient( to right, #46b9ff 0%, #2a93ff 100%);
	background: linear-gradient( to right, #46b9ff 0%, #2a93ff 100%);
    color:#fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.6s;
}
.part2 .btn_g button:hover{
    transform: scale(1.1);
}

.school{
    width: 100%;
    min-width: 1800px;
    height: 594px;
    background: url(../images/105.jpg)no-repeat 100%;
    margin: 0 auto;
}
.school .main{
    width: 100%;
    height: 100%;
    position: relative;
}
.school .main .btn_g{
    width: 250px;
    position: absolute;
    top:60%;
    left: 6%;
}
.school .main .btn_g button{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: none;
    border-radius: 25px;
    background: -webkit-linear-gradient( to right, #46b9ff 0%, #2a93ff 100%);
	background: linear-gradient( to right, #46b9ff 0%, #2a93ff 100%);
    color:#fff;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.6s;
}
.school .main .btn_g button:hover{
    transform: scale(1.2);
}

.school .sw{
    width: 750px;
    position: absolute;
    top: 20%;
    left: 43%;
}
.school .sw .swiper-slide{
    width: 33%;
    position: relative;
    cursor: pointer;
}
.school .sw .swiper-slide img{
    width: 100%;
}
.school .sw .swiper-slide div{
    width: 85%;
    text-align: left;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}
.school .sw .swiper-slide div h1{
    text-align: left;
    font-size: 20px;
}
.swiper-button-prev:after,.swiper-button-next:after{
    content: none;
}
.school .swiper-button-prev{
    width: 30px;
    background: url('../images/swiper_button_after.png') no-repeat;
}
.school .swiper-button-next{
    width: 30px;
    background: url('../images/swiper_button_next.png') no-repeat;
}

.zuanye{
    margin-top: 30px;
    width: 1100px;
    margin: 0 auto;
}
.zuanye .main{
    width: 100%;
    height: 666px;
    background: url('../images/zy_bg.png') no-repeat;
}
.zuanye .main .zy_div{
    width: 78%;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.zy_div .mode{
    width: 28%;
    height: 100%;
    background: #fff;
    border: 1px solid #0d4be5;
    border-radius: 5px;
    box-shadow: 0px 3px 50px #c5d7ff;
}
.zy_div .mode ul{
    width: 100%;
    height: 46%;
    padding-top: 10%;
    position: relative;
}
.zy_div .mode ul div{
    width: 150px;
    height: 50px;
    background: url('../images/b_bt.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: -12px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.zy_div .mode ul li{
    width: 100%;
    text-align: center;
    height: 51px;
    line-height: 51px;
    position: relative;
    cursor: pointer;
}
.zy_div .mode ul li:hover{
    background: #3972ff;
    color: #fff;
}
.zy_div .mode ul li:after {
    content: " ";
    width: 100px;
    height: 1px;
    background:#d8d8d8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    
}

.part3{
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
}
.part3 .main{
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.part3 .main img{
    width: 100%;
}
.part3 .main .cent{
    width: 650px;
    height: 50px;
    position: absolute;
    left: 400px;
}
.part3 .main .c1{
    top: 80px;
}
.part3 .main .c2{
    top: 180px;
}
.part3 .main .c3{
    top: 270px;
}
.part3 .main .cent .l{
    height: 100%;
    float: left;
}
.part3 .main .cent .r{
    width: 600px;
    height: 100%;
    float: right;
    font-size: 18px;

}
.part3 .main .cent img{
    width: 15px;
}

.part4{
    width: 100%;
    height: 380px;
    margin: 0 auto;
    margin-top: 30px; 
    padding-top: 10px;
    background:url('../images/ts_bg.jpg')no-repeat 100%;
}
.part4 .main{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}
.part4 .main ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.part4 .main ul li{
    width: 132px;
    height: 132px;
    text-align: center;
    background:url('../images/xl_k.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
    color: #fff;
}
/* .part4 .main ul li:first-child{
    background: #fff;
    border-radius: 72px;
    color: #41b1ff;
} */
.part4 .main ul li:hover{
    background: #fff;
    border-radius: 72px;
    color: #41b1ff;
}
.part4 .main ul li span{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 42px;
    font-size: 20px;
    
    letter-spacing:2px
}

.part5{
    width: 100%;
    /* height: 876px; */
    margin: 0 auto;
    background:url('../images/zc_bg.png')no-repeat center 100%;
}
.part5 .btt{
    width: 1100px;
    margin: 0 auto;
    margin-top: 30px;
}

.part5 .main{
    width: 1350px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}
.part5 .main .cent{
    width: 230px;
    position: absolute;
    cursor: pointer;
    transition: all 0.6s;
}
.part5 .main .cent:hover{
    transform: scale(1.1);
}
.part5 .main .c1{
    top: 230px;
    left: 165px;
}
.part5 .main .c2{
   top: 230px;
    left: 430px;
}
.part5 .main .c3{
    top: 230px;
    right: 410px;
}
.part5 .main .c4{
    top: 230px;
    right: 110px;
}
.part5 .main .cent p{
    line-height: 30px;
    letter-spacing: 1px;
}
.part5 .main .cent a{
    width: 100%;
    display: block;
    text-align: center;
    color: #3972ff;
    font-size: 16px;
    margin-top: 20px;
    
}


.part6{
    width: 100%;
    height: 700px;
    margin: 0 auto;
    padding-top: 50px;
    background: -webkit-linear-gradient( to right, #49b6fd 0%, #359bfd 100%);
	background: linear-gradient( to right, #49b6fd 0%, #359bfd 100%);
}
.part6 .main{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.part6 .main .pa_bt h1{
    color: #fff;
}
.part6 ul{
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
}
.part6 ul li{
    width: 23%;
    height: 400px;
    background:#50b7ff;
    position: relative;
    box-shadow: 0px 3px 50px #379df1;
    cursor: pointer;
    transition: all 0.6s;
}
.part6 ul li:hover{
    transform: scale(1.1);
}
.part6 ul li .icon{
    width: 36%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.part6 ul li .num{
    width: 23%;
    position: absolute;
    top: -15px;
    right: 15px;
}
.part6 ul li h1{
    color: #fff;
}
.part6 ul li p{
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
.part6 ul li a{
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    /* font-weight: 600; */
    color: #fff;
}
.part6 ul li a:hover{
    webkit-animation: zy2 2s 0s infinite;
    animation: zy2 2s 0s infinite;
}


.part7{
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
}
.part7 .form{
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
}
.part7 .form .cent{
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #dadada;
}
.part7 .form span{
    font-size: 18px;
}
.part7 .form label{
    cursor: pointer;
    margin-left: 30px;
    color: #6b6c6c;
    font-size: 16px;
}
.radio_type {
    width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
    outline: none;
    
}
.radio_type:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #2c95ff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #2c95ff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after {
    content: "";
    width: 9px;
    height: 9px;
    text-align: center;
    background: #2c95ff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
}
.radio_type:checked + label {
    color: #edd19d;
}

.part7 .form .put{
    width: 100%;
    margin: 0 auto;
}
.part7 .form .put input{
    width: 60%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #3972ff;
    border-radius: 5px;
    margin-right: 5%;
}
.part7 .form .put button{
    width: 30%;
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient( to right, #46b9ff 0%, #2a93ff 100%);
	background: linear-gradient( to right, #46b9ff 0%, #2a93ff 100%);
    color:#fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.6s;
}
.part7 .form .put button:hover{
    transform: scale(1.2);
}


.part8{
    width: 100%;
    height: 570px;
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 50px;
    background:url('../images/p8_bg.jpg')no-repeat center 100%;
}
.part8 .main{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.part8 .main .mode{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    background:#fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    border-radius: 20px;
    box-shadow: 0px 3px 50px #d1d1d1;
}
.part8 .main .mode ul{
    width: 46%;
    padding:0 2.5%;
}
.part8 .main .mode ul li{
    width: 100%;
    height: 25px;
    margin-bottom: 30px;
}
.part8 .main .mode ul li i{
    float: left;
    width: 4px;
    height: 25px;
    background: #3972ff;
    margin-right: 20px;
}
.part8 .main .mode ul li span{
    display: block;
    height: 25px;
    line-height: 25px;
    float: left;
    font-size: 16px;
    /* margin-top: ; */
}
.part8 .main .mode ul li button{
    width: 80px;
    height: 25px;
    float: right;
    border:1px solid #1185ee;
    color: #1185ee;
    cursor: pointer;
}
.part8 .main .mode ul li button:hover{
    background: #1185ee;
    color: #fff;
}

.part9{
    width: 100%;
    height: 570px;
    margin: 0 auto;
    padding-top: 50px;
    background:url('../images/p9_bg.jpg')no-repeat center 100%;
}
.part9 .main{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.part9 .main ul{
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 50px;
}
.part9 .main ul li{
    width: 28%;
    padding:1%;
    background: #67bcf5;
    cursor: pointer;
}
.part9 .main ul li img{
    width: 98%;
}
.part9 .main h3{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    color: #fff;
    font-size: 20px;
}

.part9 .main .put{
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}
.part9 .main .put input{
    width: 60%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #3972ff;
    margin-right: 5%;
}
.part9 .main .put button{
    width: 30%;
    height: 40px;
    line-height: 40px;
    background: #ff7200;
    color:#fff;
    border: none;
    cursor: pointer;
}

.foot{
    width: 100%;
    display: block;
    padding:20px 0;
    text-align: center;
    background: #000305;
    color: #fff;
}



.left-fixed-box ul, .right-fixed-box ul {
	margin-top: 106px;
	margin-left: 5px
}

.left-fixed-box ul li, .right-fixed-box ul li {
	width: 132px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	border: 1px dashed #2d90ea;
	font-size: 16px;
	color: #2d90ea;
	margin-bottom: 3px;
	cursor: pointer
}

.left-fixed-box ul .the-li:hover, .right-fixed-box ul .the-li:hover {
	background: #2d90ea;
	color: #fff
}

.left-fixed-box ul .last-li, .right-fixed-box ul .last-li {
	width: 134px;
	height: 52px;
	line-height: 52px;
	background: #2d90ea;
	color: #fff;
	border: 0
}

.left-fixed-box .fixed-close-icon, .right-fixed-box .fixed-close-icon {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	top: 0;
	right: 0;
	cursor: pointer;
	border: 1px solid #2d90ea;
	color: #2d90ea;
	border-radius: 100%;
    position: absolute;
}

.left-fixed-box {
	position: fixed;
	top: 100px;
	left: 0;
	width: 154px;
	background: url(../images/rightbar-btn-top.png) left top no-repeat;
	background-size: 154px 124px;
    text-align: center;
    z-index: 999;
}

.left-fixed-box.active {
	left: -154px;
	-webkit-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s
}

.right-fixed-box {
	position: fixed;
	top: 100px;
	right: 0;
	width: 154px;
	background: url(../images/rightbar-top.png) left top no-repeat;
	background-size: 139px 139px;
    text-align: center;
    z-index: 999;
}

.right-fixed-box ul {
	margin-top: 139px;
	margin-left: 0
}

.right-fixed-box ul li {
	border: 1px dashed #df5838;
	color: #df5838
}

.right-fixed-box ul .the-li:hover {
	background: #df5838;
	color: #fff
}

.right-fixed-box ul .last-li {
	background: #df5838
}

.right-fixed-box .fixed-close-icon {
	border: 1px solid #df5838;
	color: #df5838
}

.right-fixed-box.active {
	right: -154px;
	-webkit-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s
}
