#page{
	display: flex;
	justify-content: space-between;
}
.show_contont p{
    background-color: #f5f5f5 !important;
}
.title {
  text-align: center;
  padding: 100px 0 50px 0;
}
.title .title_box {
  display: inline-block;
}
.title .title_box h3 {
  color: #333;
  font-weight: 600;
  margin: 0  10px 10px 10px;
  font-size: 30px;
}
.title .title_box .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: relative;
}
.title .title_box .line::after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #2b8ecb;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
}
.navs {
  background-color: #e5e5e5;
}
.navs .nav_boxs {
  max-width: 1400px;
  margin: auto;
}
.navs .nav_boxs .bread {
  display: flex;
}
.navs .nav_boxs .bread .add {
  display: flex;
  align-items: center;
}
.navs .nav_boxs .bread .add span {
  color: #666;
}
.navs .nav_boxs .bread .sub_menu .breadcrumb {
  margin: 0;
  background-color: initial;
}
.navs .nav_boxs .bread .sub_menu .breadcrumb li:last-child a::after {
  content: '';
}
.navs .nav_boxs .bread .sub_menu .breadcrumb li a {
  color: #666 !important;
}
.navs .nav_boxs .bread .sub_menu .breadcrumb li a::after {
  content: '>';
  margin: 0px 5px;
  color: #666;
}
.banner_box {
  position: relative;
}
.banner_box .banenr_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner_box .banenr_title .title_box {
  display: flex;
  align-items: center;
  background-color: #00000075;
  padding: 25px 50px;
}
.banner_box .banenr_title .title_box span {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.banner_box .banenr_title .title_box .line {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 10px;
}
.banner_box .banenr_title .title_box h4 {
  font-size: 50px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}
.list_about {
  background-color: #f5f5f5;
}
.list_about .list_about_box {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 100px;
}
.list_about .list_about_box .about_concont img {
  width: auto;
  display: block;
  margin: auto;
}
.list_course {
  background-color: #f5f5f5;
}
.list_course .list_course_box h4 {
  text-align: center;
  margin: 50px 0;
  font-size: 40px;
  font-weight: 600;
  color: #2b8eca;
}
.list_course .list_course_box .year_ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 20px 0;
}
.list_course .list_course_box .year_ul li:nth-child(2n) {
  background-color: initial;
}
.list_course .list_course_box .year_ul li:last-child .year::after {
  content: none;
}
.list_course .list_course_box .year_ul li span {
  font-size: 25px;
  color: #2b8eca;
  font-weight: 600;
  display: block;
  width: 30%;
  text-align: end;
}
.list_course .list_course_box .year_ul li .year {
  width: 50px;
  height: 50px;
  background-color: #2b8eca;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 0 20px;
  font-size: 30px;
  position: relative;
}
.list_course .list_course_box .year_ul li .year::after {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 0;
}
.list_course .list_course_box .year_ul li p {
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  width: 50%;
}
.list_famous {
  background-color: #f5f5f5;
}
.list_famous .list_famous_box {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 100px;
}
.list_famous .list_famous_box h4 {
  text-align: center;
  margin: 50px 0;
  font-size: 40px;
  font-weight: 600;
  color: #2b8eca;
}
.list_famous .list_famous_box .famous_list {
  cursor: pointer;
}
.list_famous .list_famous_box .famous_list:hover .famous_img img {
  transform: scale(1.2, 1.2);
  /* 标准语法 */
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
}
.list_famous .list_famous_box .famous_list:hover .famous_title p:nth-child(1) {
  font-weight: 600;
  color: #2b8eca !important;
}
.list_famous .list_famous_box .famous_list .famous_img {
  overflow: hidden;
}
.list_famous .list_famous_box .famous_list .famous_img img {
  width: 100%;
  transition: all .5s ease;
}
.list_famous .list_famous_box .famous_list .famous_title {
  padding: 20px;
}
.list_famous .list_famous_box .famous_list .famous_title p {
  text-align: center;
}
.list_famous .list_famous_box .famous_list .famous_title p:nth-child(1) {
  font-weight: 600;
}
.list_product {
  background-color: #f5f5f5;
}
.list_product .list_product_box {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 100px;
}
.list_product .list_product_box .product_list {
  display: block;
  margin-bottom: 50px;
}
.list_product .list_product_box .product_list:hover p {
  color: #fff !important;
  background-color: #2b8ecb;
  transition: all .5s ease;
}
.list_product .list_product_box .product_list:hover .product_img img {
  transform: scale(1.2, 1.2);
  /* 标准语法 */
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
}
.list_product .list_product_box .product_list .product_img {
  overflow: hidden;
}
.list_product .list_product_box .product_list .product_img img {
  width: 100%;
  transition: all .5s ease;
}
.list_product .list_product_box .product_list p {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  transition: all .5s ease;
  margin-bottom: 0;
}
.show_product {
  background-color: #fff;
}
.show_product .list_product_box {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
.show_product .list_product_box .pro_left .top_img {
  width: 100%;
}
.show_product .list_product_box .pro_left .top_img img {
  width: 100%;
}
.show_product .list_product_box .pro_left .bottom_img ul {
  display: flex;
}
.show_product .list_product_box .pro_left .bottom_img ul li {
  width: 25%;
  padding: 5px;
}
.show_product .list_product_box .pro_left .bottom_img ul li img {
  width: 100%;
}
.show_product .list_product_box .pro_right li {
  display: flex;
}
.show_product .list_product_box .pro_right li h4 {
  color: #2b8eca;
  font-size: 25px;
  font-weight: 600;
  margin: 40px 0 20px 0;
}
.show_product .list_product_box .pro_right li span {
  font-size: 20px;
  color: #333;
  margin-right: 25px;
  /*width: 20%;*/
  text-align-last: justify;
}
.show_product .list_product_box .pro_right li p {
  font-size: 20px;
  color: #333 !important;
  margin-bottom: 5px;
}
.show_product .list_product_box .pro_right li a {
  background-color: red;
  margin-right: 10px;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  padding: 10px 55px;
  font-size: 30px;
}
.show_product .list_product_box .pro_right .price {
  align-items: center;
}
.show_product .list_product_box .pro_right .price span {
  font-size: 30px;
  width: 25%;
}
.show_product .list_product_box .pro_right .price p {
  font-size: 50px;
  font-weight: 600;
  color: #ff0000 !important;
}
.show_product_contont {
  background-color: #f5f5f5;
}
.show_product_contont .list_product_box .details_title {
  text-align: center;
}
.show_product_contont .list_product_box .details_title p {
  font-size: 20px;
}
.show_product_contont .list_product_box .details_title .details_line {
  width: 200px;
  height: 1px;
  background-color: #e5e5e5;
  position: relative;
  margin: auto;
  margin-bottom: 25px;
}
.show_product_contont .list_product_box .details_title .details_line::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #2b8eca;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}
.show_product_contont .list_product_box .show_product_content img {
width: 750px;
  max-width: 100%;
}
.show_product_contont .list_product_box .show_buy {
  padding: 20px 0;
  text-align: center;
  background-color: red;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  display: block;
  width: 50%;
  margin: 25px auto;
  font-size: 30px;
}
.list_core {
  background-color: #f5f5f5;
}
.list_core .list_core_box {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 100px;
}
.list_core .list_core_box .core_list {
  cursor: pointer;
  margin-bottom: 20px;
}
.list_core .list_core_box .core_list img {
  width: 100%;
}
.list_authority {
  background-color: #f5f5f5;
}
.list_authority .list_authority_box {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 100px;
}
.list_authority .list_authority_box .authority_list {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
.list_authority .list_authority_box .authority_list img {
  width: 100%;
}
.list_authority .list_authority_box .authority_list .authority_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e5e5e5;
}
.list_authority .list_authority_box .authority_list .authority_title p {
  text-align: center;
  font-size: 16px;
  color: #2b8ecb;
  margin: 0;
  padding: 20px 0;
}
.list_news {
  background-color: #f5f5f5;
}
.list_news .list_news_box {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 100px;
}
.list_news .list_news_box .news_list {
  display: flex;
  flex-wrap: wrap;
}
.list_news .list_news_box .news_list li {
  width: 100%;
  padding: 20px;
  transition: all .5s ease;
}
.list_news .list_news_box .news_list li:hover {
  background-color: #2b8ecb;
}
.list_news .list_news_box .news_list li:hover a span {
  color: #fff;
}
.list_news .list_news_box .news_list li:hover a p {
  color: #fff !important;
}
.list_news .list_news_box .news_list li a {
  display: block;
  cursor: pointer;
}
.list_news .list_news_box .news_list li a span {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  transition: all .5s ease;
}
.list_news .list_news_box .news_list li a p {
  padding-right: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
  transition: all .5s ease;
}
.show_news {
  background-color: #f5f5f5;
}
.show_news .show_news_box {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
.show_news .show_news_box .news_title .title_box {
  text-align: center;
}
.show_news .show_news_box .news_title .title_box h3 {
  font-size: 25px;
}
.show_news .show_news_box .news_title .title_box .line {
  margin-bottom: 25px;
}
.show_news .show_news_box .news_title .title_box .line span {
  color: #666;
}
.list_contact {
  background-color: #f5f5f5;
}
.list_contact .list_contact_box {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 100px;
}
.list_contact .list_contact_box .contant_title {
  text-align: center;
  margin-bottom: 50px;
}
.list_contact .list_contact_box .contant_title h3 {
  font-size: 50px;
  color: #2b8eca;
  font-weight: 600;
}
.list_contact .list_contact_box .contant_list {
  display: flex;
}
.list_contact .list_contact_box .contant_list .left_box {
  flex: 1;
}
.list_contact .list_contact_box .contant_list .left_box h4 {
  color: #2b8eca;
  font-weight: 600;
  margin-bottom: 10px;
}
.list_contact .list_contact_box .contant_list .left_box .contant_line {
  width: 80%;
  height: 1px;
  background-color: #ddd;
  margin-bottom: 20px;
}
.list_contact .list_contact_box .contant_list .left_box .tel_ul {
  display: flex;
  flex-wrap: wrap;
}
.list_contact .list_contact_box .contant_list .left_box .tel_ul li {
  width: 70%;
}
.list_contact .list_contact_box .contant_list .left_box .tel_ul li span {
  font-weight: 600;
  font-size: 16px;
}
.list_contact .list_contact_box .contant_list .left_box .tel_ul li p {
  font-size: 18px;
}
.list_contact .list_contact_box .contant_list .right_box {
  flex: 1;
}
.list_contact .list_contact_box .contant_list .right_box h4 {
  color: #2b8eca;
  font-weight: 600;
  margin-bottom: 10px;
}
.list_contact .list_contact_box .contant_list .right_box .contant_line {
  width: 80%;
  height: 1px;
  background-color: #ddd;
  margin-bottom: 20px;
}
.list_contact .list_contact_box .contant_list .right_box .right_ul {
  display: flex;
}
.list_contact .list_contact_box .contant_list .right_box .right_ul li {
  width: 50%;
}
.list_contact .list_contact_box .contant_list .right_box .right_ul li .right_img {
  height: 230px;
  text-align: center;
}
.list_contact .list_contact_box .contant_list .right_box .right_ul li p {
  text-align: center;
  padding: 10px 0;
}
.pay .pay_box {
  max-width: 1200px;
  margin: auto;
}
.pay .pay_box .pay_box1 {
  width: 100%;
  padding-bottom: 25px;
}
.pay .pay_box .pay_box1 .pay_title1 {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  width: 400px;
  margin: auto;
}
.pay .pay_box .pay_box1 .pay_title1 span {
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
  margin: auto;
  color: #666;
}
.pay .pay_box .pay_box1 .pay_img1 {
  text-align: center;
  display: flex;
}
.pay .pay_box .pay_box1 .pay_img1 .account1 {
  width: 100%;
}
.pay .pay_box .pay_box1 .pay_img1 .account1 p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 40px;
}
.pay .pay_box .pay_box1 .pay_img1 .account1 h3 {
  font-size: 25px;
  font-weight: 600;
  color: #666;
  margin-top: 20px;
  margin-bottom: 10px;
}
.pay .pay_box .pay_box1 .pay_img1 .account2 {
  width: 100%;
}
.pay .pay_box .pay_box1 .pay_img1 .account2 h3 {
  font-size: 25px;
  font-weight: 600;
  color: #666;
  margin-top: 20px;
  margin-bottom: 10px;
}
.pay .pay_box .pay_box1 .pay_img1 .account2 img {
  margin: auto;
  width: 35%;
}
.pay .pay_box .message li {
  width: 49%;
  display: inline-block;
  margin-bottom: 5px;
}
.pay .pay_box .message li:first-child {
  width: 100%;
  text-align: center;
}
.pay .pay_box .message li:first-child h2 {
  color: #333 !important;
}
.pay .pay_box .message li:last-child {
  width: 100%;
}
.pay .pay_box .message li:nth-child(4) {
  width: 100%;
}
.pay .pay_box .message li:nth-child(5) {
  width: 100%;
}
.pay .pay_box .message li:last-child input {
  background-color: red;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  outline: none;
  width: 100% !important;
  transition: all .5s ease;
}
.pay .pay_box .message li label {
  display: block !important;
  font-weight: 700;
}
.pay .pay_box .message li label span {
  font-size: 16px;
  font-weight: 500 !important;
}
.pay .pay_box .message li input {
  outline: none;
  width: 100% !important;
  border: 1px solid #e5e5e5;
  padding: 5px 5px;
  border-radius: 5px;
}
.pay .pay_box .message li textarea {
  outline: none;
  width: 100% !important;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  padding: 5px 5px;
  height: 200px;
}
.pay .pay_box .message li .kefu {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pay .pay_box .message li .kefu a span {
  display: block;
  color: #333;
  text-align: center;
}
.pay .pay_box .message li .kefu a img {
  width: 230px;
}

@media only screen and (max-width: 1920px){
    .banner_box img{
        max-width: 100%;
    }
    .about_concont img{
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 1200px){
    .header .header_box .menu .menu_ul .menu_li{
        padding: 0px 5px;
    }
}
@media only screen and (max-width: 991px){
	#page{
		display: flex;
		flex-direction: column;
	}
	/*banner*/
	.banner_box img{
	    width: 100%;
	}
	.list_about .list_about_box .about_concont img{
	    max-width: 100%;
	}
	.banner_box .banenr_title .title_box span{
	    font-size: 20px;
	}
	.banner_box .banenr_title .title_box h4{
	    font-size: 20px;
	}
	.banner_box .banenr_title .title_box{
	    padding: 3px 10px;
	}
	.banner_box .banenr_title{
	    width: 60%;
	}
	.banner_box .banenr_title .title_box{
	    justify-content: center;
	}
	/*标题*/
	.title {
	    padding: 25px 0 25px 0;
	}
	.title .title_box h3{
	    font-size: 25px;
	}
	.list_about .list_about_box{
	   padding-bottom: 0px;
	}
	.list_course .list_course_box h4{
	    font-size: 25px;
	    margin: 30px 0;
	}
	.list_course .list_course_box .year_ul li .year::after{
	    content:none;
	}
	.list_course .list_course_box .year_ul li span{
	    width: 13%;
	}
	.list_famous .list_famous_box h4{
	    margin: 25px 0;
	    font-size: 25px;
	}
	.list_famous .list_famous_box{
	    padding-bottom: 0;
	}
	/*产品中心*/
	.list_product .list_product_box{
	    padding-bottom:0;
	}
	/*.show_product .list_product_box .pro_right li span{*/
	/*    width: 35%;*/
	/*}*/
	.show_product .list_product_box .pro_right .price span{
	    width: 40%;
	}
	.show_product .list_product_box .pro_right li a{
	    width: 100%;
        text-align: center;
	}
	.show_product_contont .list_product_box .show_buy{
	    width: 100%;
        text-align: center;
	}
	.list_news .list_news_box .news_list li{
	    width: 100%;
	   padding: 10px 0;
	}
	.list_authority .list_authority_box{
	    padding: 0;
	}
	.list_core .list_core_box{
	    padding: 0;
	}
	.list_news .list_news_box{
	    padding: 0;
	}
	.show_contont img{
	    max-width: 100%;
	    margin: 5px 0;
	    height: auto;
	}
    /*联系我们*/
    .list_contact .list_contact_box .contant_title h3{
        font-size: 25px;
    }
    .contant_list{
        display: initial !important;
    }
    .list_contact .list_contact_box .contant_list .left_box h4{
        text-align: center;
    }
    .list_contact .list_contact_box .contant_list .left_box .contant_line{
        width: 100%;
    }
    .list_contact .list_contact_box .contant_list .left_box .tel_ul li{
        text-align: center;
    }
    .list_contact .list_contact_box .contant_list .right_box h4{
        text-align: center;
    }
    .list_contact .list_contact_box .contant_list .right_box .contant_line{
        width: 100%;
    }
    .list_contact .list_contact_box .contant_list .right_box .right_ul{
        flex-direction: column;
        align-items: center;
    }
    .list_contact .list_contact_box{
        padding-bottom: 0;
    }
    .right_img img{
        max-width: 100%;
    }
}