@charset "GBK";

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.mar30 {
	margin: 30px auto;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.p {
	text-indent: 2em;
	line-height: 2em;
}

.title_main {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin: 30px auto 10px;
	color: #555556;
	position: relative;
	width: 1200px;
}
.title_main::after{
	content: "";
    height: 2px;
    background: #626262;
    width: 500px;
    position: absolute;
    top: 50%;
    margin-left: 20px;
}
.title_main::before{
    content: "";
    height: 2px;
    background: #626262;
    width: 500px;
    position: absolute;
    top: 50%;
    margin-left: 4px;
    left: 0;
}

.tit_p{
	text-align: center;
	font-size: 22px;
	color: #626060;
	min-width: 1220px;
}

.zxbtn {
    width: 350px;
    line-height: 50px;
    background: #2394de;
    text-align: center;
    display: block;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
}

.jianjie_div .right{
	width: 50%;
	margin: 0 auto;
}
.jianjie_div .right p{
	width: 90%;
	line-height: 35px;
	font-size: 18px;
	margin: 16px 0 0 10px;
}
.jianjie_div .right p strong{
	color: #d80404;
}
.bg_1{
    background: url(../images/img2.jpg) no-repeat;
    padding-top: 100px;
    background-size: cover;
    margin: 3% auto;
    padding-bottom: 70px;
}
.tit_p_bai,.title_main_bai{
	color: #fff;
}
.title_main_bai::before{
	background: #fff;
}
.title_main_bai::after{
	background: #fff;
}
.ul_list1 li{
	width: 32%;
}
.ul_list1 li .div_btm{
    background: #fff;
    padding-bottom: 30px;
}
.ul_list1 li img{
	width: 100%;
}
.ul_list1 li p{
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px 8px;
    line-height: 24px;
}
.ul_list1 li a{
	border: 1px solid red;
	width: 60%;
	display: block;
	text-align: center;
	margin: 3% auto;
	line-height: 30px;
}
.title_main_kuan{
	width: 1330px;
}
.ul_list2 li{
	width: 32%;

}
.ul_list1{
   
	margin-top: 20px;
}
.zysz_detail{
	margin-bottom: 20px;
}
.zysz_detail .tit_p_bai, .zysz_detail .title_main_bai{
	color: #333;
}
.ul_list2 li img.youshi_img{
    width: 88%;
	display: block;
	margin: 0 auto;
}
.ul_list2 li p {
    background: #3395dd;
    padding: 64px 20px 30px;
    margin-top: -45px;
    color: #fff;
}
.ul_list2 li p img{
    width: 20px;
    margin-right: 10px;
}
.ul_list2 li p strong{
	margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.bg_2{
    background: url(../images/img10.jpg) no-repeat;
    padding-top: 100px;
    background-size: cover;
    margin: 3% auto;
	padding-bottom: 40px;
}
.ul_list3 li {
	text-align: center;
}
.ul_list3 li  p{
	color: #fff;
    font-size: 26px;
	margin: 10px auto;
}
.ul_list4 li{
    width: 48%;
    margin: 10px auto;
}
.ul_list4 li .flex{
    background: #fff;
    line-height: 50px;
    padding: 0 24px;
	color: #255ec2;
}
.ul_list4 li .flex strong{
	float: left;
	font-size: 18px;
}
.ul_list4 li .flex b{
	font-size: 28px;
}
.ul_list4 li p{
	color: #fff;
	border: 1px solid #fff;
	padding: 14px;
}

.last_div{
	margin-bottom: 100px;
	margin: 30px auto;
}

.last_div .left{
	width: 385px;
	height: 470px
}
.last_div .right{
	width: 790px;
	height: 470px
}
.last_div p.hed_p{
	background: #028ee0;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
}
.box_shw{
	box-shadow: 1px 1px 15px #888888
}
.bm-input {
	width: 178px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	border: 1px solid;
	background: #fff;
	color: #919191;
	margin-right: 10px;
	border-radius: 5px;
  }
.bm-submit {
    display: block;
    width: 190px;
    height: 36px;
    line-height: 36px;
    background: #028ee0;
    color: #fff;
    border-radius: 23px;
    cursor: pointer;
    margin: 40px auto 0;
    font-size: 18px;
}
.bmform{
	margin-top: 40px;
}
.bmform label{
	margin: 0px 0px 20px 60px;
	display: block;
}
.bmform span{
	display: block;
    text-align: center;
    margin: 0 auto 20px;
    border-top: 1px solid #dadada;
    padding-top: 20px;
    width: 280px;
}
.bmform span strong{
	color: red;
}

.bmdtlist_title {
    width: 790px;
	margin: auto;
	font-weight: bold;
    color: black;
    text-align: center;
    line-height: 40px;
}
.bmdtlist_title p:nth-child(1){
	width: 17%;
  }
  .bmdtlist_title p:nth-child(2){
	width: 18%;
  }
  .bmdtlist_title p:nth-child(3){
	width: 29%;
  }
  .bmdtlist_title p:nth-child(4){
	width: 26%;
  }
  .bmdtlist_title p{
	text-align: center;
	display: block;
  }
  .bmdtlist_title span:nth-child(1), .bmdtlist .swiper-slide span:nth-child(1) {width: 17%;}
  .bmdtlist_title span:nth-child(2), .bmdtlist .swiper-slide span:nth-child(2) {width: 18%;}
  .bmdtlist_title span:nth-child(3), .bmdtlist .swiper-slide span:nth-child(3) {width: 29%;}
  .bmdtlist_title span:nth-child(3), .bmdtlist .swiper-slide span:nth-child(4) {width: 26%;}

  .bmdtlist {
	height: 348px;
	text-align: center;
	margin-bottom: 3%;
	background: #fff;
	width: 790px;
	padding-top: 30px!important;
  }
  .bmdtlist .swiper-slide {
	height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
	border-bottom: 1px dotted black;
}
