/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
    text-align: left;
}
a {
    text-decoration: none;
}
/*共用样式*/
html{
    font-family: 微软雅黑;
}
.banner_img img{
    width: 100%;
    display: block;
}
header nav{
    background:linear-gradient(#4dadf9,#2b7cfd);
}
header nav ul{
    display: flex;
    justify-content: space-evenly;
}
header nav ul li{
    width: 100%;
}
header nav ul li a{
    display: block;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    color: white;
}

/*内容部分，推荐内容部分为手机总宽度的96%，即左右两边留白2%*/
.main{
    /*margin-top: 38%;*/
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.main_title{
    height: 92px;
    text-align: center;
    background: url("../images/index/main_title.png");
    background-size: cover;
    color: white;
    width: 1200px;
    margin: 15px auto 0;
}
.main_title span{
    font-size: 28px;
    display: block;
    padding-top: 15px;
}
.main_title p{
    font-size: 20px;
    display: block;
}
.main_title1{
    font-size: 36px;
    text-align: center;
    line-height: 92px;
    background: url("../images/kongjie/main_title.png");
    background-size: cover;
    color: white;
    width: 1200px;
    margin: 15px auto 0;
}
.main_content1{
    width: 1180px;
    margin: 20px auto;
    overflow: hidden;
    border: 2px dashed #e4e4e4;
    padding: 10px;
}
.main_content1 img{
    float: left;
}

.main_content1>div:nth-of-type(1){
    width: 480px;
    float: left;
    margin: 0 30px;
}
.main_content1>div:nth-of-type(1) span{
    color: #4d56fd;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}
.main_content1>div:nth-of-type(1) p{
    line-height: 28px;
}
.main_content1>div:nth-of-type(2){
    width: 228px;
    float: left;
}
.main_content1>div:nth-of-type(1) div{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}
.main_content1>div:nth-of-type(1) a{
    width: 47%;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 22px;
    text-indent: 5%;
    margin-top: 30px;
}
.main_content1>div:nth-of-type(1) a:nth-of-type(1){
    background: #36a7f9 url(../images/kongjie/main_btnimg1.png) no-repeat;
    background-position: 15%;
    background-size: 30px;
}
.main_content1>div:nth-of-type(1) a:nth-of-type(2){
    background: #ff6e05 url(../images/kongjie/main_btnimg2.png) no-repeat;
    background-position: 15%;
    background-size: 30px;
}
.main_content1>div:nth-of-type(2) img:nth-of-type(2){
    margin-top: 5px;
    display: block;
}
.main_content2{
    width: 1198px;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
}
.main_content2 ul{
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
}
.main_content2 ul li{
    width: 18%;
    border: 1px solid #e4e4e4;
}
.main_content2 ul li img{
    display: block;
    margin: 20px auto;
}
.main_content2 ul li span{
    color: #4d56fd;
    font-size: 26px;
    display: block;
    text-align: center;
}
.main_content2 ul li p{
    margin: 15px;
    line-height: 26px;
}
.main_content3{
    width: 1198px;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
    padding: 10px 0;
}
.main_content3 ul{
    display: flex;
    justify-content: space-evenly;
    margin: 0px 0;
}
.main_content3 ul li{
    width: 31%;
    /*border: 1px solid #e4e4e4;*/
}
.main_content3 ul li img{
    display: block;
    margin-top: 10px;
    width: 100%;
}

.main_content3 ul li p{
    line-height: 50px;
    background: #cee1ff;
    font-size: 20px;
    text-align: center;
}
.main_content3 ul li span{
    color: #ff6e05;
}
.main_btn{
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}
.main_btn a{
    width: 47%;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    font-size: 22px;
    text-indent: 5%;
    margin-top: 30px;
}
.main_btn a:nth-of-type(1){
    background: #36a7f9 url(../images/kongjie/main_btnimg1.png) no-repeat;
    background-position: 15%;
    background-size: 30px;
}
.main_btn a:nth-of-type(2){
    background: #ff6e05 url(../images/kongjie/main_btnimg2.png) no-repeat;
    background-position: 15%;
    background-size: 30px;
}

.main_content4{
    width: 1198px;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
    padding: 0px 0 20px;
}
.main_content4 ul{
    display: flex;
    justify-content: space-evenly;
    margin: 0px 0;
}
.main_content4 ul li{
    width: 48%;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 10px 0;
}
.main_content4 ul li img{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.main_content4 ul li span{
    color: #4d56fd;
    font-size: 26px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.main_content4 ul li p{
    margin: 10px;
    line-height: 26px;
}
.main_content8{
    width: 1176px;
    margin: 0 auto;
    border: 2px solid #f0f0f0;
    padding: 15px 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.main_content8left{
    width: 600px;
    float: left;
    overflow: hidden;
}
.main_content8left img{
    float: left;
}
.main_content8left div{
    float: left;
    width: 370px;
    margin-left: 20px;
}
.main_content8left div span:nth-of-type(1){
    font-size: 24px;
    display: block;
    color: #6582d3;
}
.main_content8left div span:nth-of-type(2){
    font-size: 20px;
    display: block;
    color: #6582d3;
    line-height: 40px;
}
.main_content8left div span:nth-of-type(3) ,.main_content8left div span:nth-of-type(4){
    font-size: 18px;
    line-height: 32px;
}
.main_content8left ul li>div>div{
    display: flex;
    justify-content: space-evenly;
}
.main_content8left>div>div a{
    width: 45%;
    font-size: 18px;
    line-height: 36px;
    color: white;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    margin-top: 15px;
}
.main_content8left>div>div a:nth-of-type(1){
    background: #36a9fa;
}
.main_content8left>div>div a:nth-of-type(2){
    background: #fe7614;
}
.main_content8right{
    width: 560px;
    float: left;
    margin-left: 15px;
}
.main_content8right span{
    line-height: 32px;
}
.main_content8right ul{
    justify-content: space-between;
    display: flex;
}
.main_content8right ul li{
    width: 178px;
    height: 120px;
}



@media all and (max-width: 375px) {

}
@media all and (max-width: 320px) {

}