p,
span {
  font-size: 16px;
}
label {
  display: block;
}
input,
textarea {
  outline: none;
  border: none;
}
.index_hd {
  margin-top: 50px;
}
.header_whole {
  position: initial;
  background-color: #fff;
}
body {
  background-color: #f9f9f9;
}
.about_content_box p{
    font-family:'微软雅黑' !important;
	font-weight: 600;
}
.details_box .details_content p{
    font-family:'微软雅黑' !important;
	font-weight: 600;
}
.faq_content_box .news_box ul li .news .news_text p{
    font-family:'微软雅黑' !important;
	font-weight: 600;
}
.news_content_box .news_content{
    font-family:'微软雅黑' !important;
	font-weight: 600;
}
.facility {
  display: flex;
  flex-wrap: wrap;
}
.facility li {
  width: 50%;
  margin-bottom: 25px;
  padding: 0 15px;
  cursor: pointer;
}
.facility li:hover .fa_img .left_bg {
  width: 100%;
  height: 100%;
}
.facility li:hover .fa_img img {
  transform: scale(1.1, 1.1);
  /* 标准语法 */
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
}
.facility li:hover .fa_text p {
  color: #fff;
}
.facility li:hover .fa_text .fa_bg {
  height: 100%;
}
.facility li .fa_img {
  position: relative;
  overflow: hidden;
}
.facility li .fa_img .left_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0%;
  height: 0%;
  transform: translate(-50%, -50%);
  background-color: rgba(32, 90, 171, 0.24);
  transition: all 1s ease;
}
.facility li .fa_img img {
  transition: all 1s ease;
}
.facility li .fa_text {
  padding: 15px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.facility li .fa_text p {
  text-align: center;
  margin-bottom: 0;
  transition: all .5s ease;
}
.facility li .fa_text .fa_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #225eab;
  z-index: -1;
  transition: all .5s ease;
}
.menu_box {
  background-image: linear-gradient(to right, #225daa, #07bedf);
}
.other_content {
  padding: 0 15px;
}
.about_content_box {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
.about_content_box p {
  margin-bottom: 20px;
}
.about_content_box span {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
  color: #205aab;
}
.about_content_box .about_img ul {
  display: flex;
  flex-wrap: wrap;
}
.about_content_box .about_img ul li {
  width: 20%;
}
.ohter_banner {
  position: relative;
}
.ohter_banner .ohter_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ohter_banner .ohter_text .ohter_text_box span {
  font-size: 60px;
  color: #fff;
}
.bread_box {
  background-color: #fff;
}
.bread_box .bread {
  max-width: 1400px;
  margin: auto;
  display: flex;
  padding: 15px 0;
}
.bread_box .bread .add span {
  font-size: 14px;
}
.bread_box .bread .sub_menu ol {
  display: flex;
  padding-left: 10px;
}
.bread_box .bread .sub_menu ol li::after {
  content: '>';
  margin: 0 5px;
  color: #666;
}
.bread_box .bread .sub_menu ol li:last-child:after {
  content: '';
}
.bread_box .bread .sub_menu ol li a {
  color: #666;
  font-size: 14px;
}
.sort_box {
  display: flex;
  justify-content: center;
}
.sort_box .sort a {
  display: inline-block;
  padding: 15px 50px;
  background-color: #205aab;
  margin: 0 20px;
  color: #fff;
  transition: all .5s ease;
  border-radius: 5px;
  font-size: 16px;
}
.sort_box .sort a:hover {
  margin: 0 20px;
  background-color: #f33;
}
.contact_content_box {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
.contact_content_box .info {
  margin-bottom: 20px;
}
.contact_content_box .info ul {
  display: flex;
}
.contact_content_box .info ul li {
  width: 33%;
  padding: 20px 20px;
  cursor: pointer;
  transition: all .5s ease;
}
.contact_content_box .info ul li:hover {
  transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  /* IE 9 */
  -webkit-transform: translate(0px, -8px);
  /* Safari and Chrome */
}
.contact_content_box .info ul li .info_box {
  box-shadow: 0px 12px 39px 0px #ebebeb;
  text-align: center;
  padding: 80px 0;
}
.contact_content_box .info ul li .info_box span {
  display: block;
  margin: 25px 0;
  font-size: 25px;
  color: #205aab;
}
.contact_content_box .info ul li .info_box p {
  height: 50px;
  line-height: 25px;
}
.contact_content_box .message_box #frmGuestbookSubmit .input_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_content_box .message_box #frmGuestbookSubmit .input_box #guestbook_title {
  width: 45%;
}
.contact_content_box .message_box #frmGuestbookSubmit .input_box #guestbook_title label {
  display: block;
  margin: 20px 0 15px;
  color: #205aab;
  font-size: 20px;
}
.contact_content_box .message_box #frmGuestbookSubmit .input_box #guestbook_title input {
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
}
.contact_content_box .message_box #frmGuestbookSubmit .input_box .textarea_box {
  width: 100% !important;
}
.contact_content_box .message_box #frmGuestbookSubmit .input_box .textarea_box textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
}
.contact_content_box .message_box #frmGuestbookSubmit .submit_btn {
  width: 100%;
  text-align: center;
  margin: 25px 0 50px 0;
}
.contact_content_box .message_box #frmGuestbookSubmit .submit_btn input {
  width: 80%;
  padding: 15px ;
  background-color: #205aab;
  font-size: 16px;
  color: #fff;
  transition: all .5s ease;
}
.contact_content_box .message_box #frmGuestbookSubmit .submit_btn input:hover {
  background-color: #0d3e83;
}
.base_content_box {
  max-width: 1400px;
  margin: auto;
  padding: 50px 0;
}

.faq_content_box {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
.faq_content_box .news_box ul li {
  background-color: #fff;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all .5s ease;
}
.faq_content_box .news_box ul li:hover {
  transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  /* IE 9 */
  -webkit-transform: translate(0px, -8px);
  /* Safari and Chrome */
  box-shadow: 0px 0px 5px #e5e5e5;
}
.faq_content_box .news_box ul li:hover .news .news_text h4 {
  color: #205aab;
}
.faq_content_box .news_box ul li:hover .news .news_text .see span:nth-child(2) {
  color: #205aab;
}
.faq_content_box .news_box ul li .news {
  display: flex;
}
.faq_content_box .news_box ul li .news .news_text {
  padding-left: 20px;
}
.faq_content_box .news_box ul li .news .news_text h4 {
  transition: all .5s ease;
  font-size: 20px;
  margin-bottom: 10px;
}
.faq_content_box .news_box ul li .news .news_text p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}
.faq_content_box .news_box ul li .news .news_text .see span {
  transition: all .5s ease;
}
.faq_content_box .news_box ul li .news .news_text .see span:nth-child(1) {
  margin-right: 25px;
}
.news_content_box {
  margin: auto;
  max-width: 1200px;
  padding: 50px 0;
}
.news_content_box .news_title {
  text-align: center;
  border-bottom: 2px solid #fff;
}
.news_content_box .news_title h4 {
  font-size: 35px;
}
.news_content_box .news_title p {
  padding: 10px 0;
  line-height: 25px;
}
.news_content_box .news_title p span {
  display: inline-block;
  margin: 0 20px;
}
.news_content_box .news_title p span em {
  color: #666;
}
.news_content_box .news_content {
  padding: 15px 0;
}
.show_pro_content_box {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 50px;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_img {
  border-top: none;
  padding: 50px 0;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_img img {
  max-width: 100%;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_swper {
  max-width: 1200px;
  display: flex;
  background-color: #fff;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_swper .showpro_swperimg {
  flex: 1;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_swper .showpro_swperimg .showpro_swperul {
  position: relative;
  overflow: hidden;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_swper .showpro_swperimg .showpro_swperul ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_swper .showpro_swperimg .showpro_swperul ul li {
  border: 2px solid #fff;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_swper .showpro_swperimg .showpro_swperul ul li:hover img {
  transform: scale(1.2, 1.2);
  /* 标准语法 */
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_swper .showpro_swperimg .showpro_swperul ul li img {
  max-width: 100%;
  transition: all .5s ease;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_swper .showpro_swperimg .showpro_swperul ul .li_bg {
  border: 2px solid #205aab;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_swper .left_btn {
  width: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.show_pro_content_box .show_pro_content .showpro_box .showpro_swper .right_btn {
  width: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.show_pro_content_box .show_pro_content .details {
  margin-top: 50px;
  background-color: #fff;
}
.show_pro_content_box .show_pro_content .details span {
  display: inline-block;
  padding: 15px 10px;
  color: #fff;
  background-color: #205aab;
  font-size: 20px;
}
.show_pro_content_box .show_pro_content .details_content p {
  padding: 15px 0;
}
.show_pro_content_box .show_pro_content .details_content p:nth-child(2n) {
  background-color: #fff;
}
.pro_new {
  max-width: 60%;
  margin: auto;
  background-color: #f9f9f9;
}
.pro_new .pro_title {
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
}
.pro_new .pro_carousel {
  position: relative;
}
.pro_new .pro_carousel .carousel_box {
  position: relative;
  overflow: hidden;
}
.pro_new .pro_carousel .carousel_box .carousel_ul_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 5000px;
  display: flex;
  padding: 25px 0;
}
.pro_new .pro_carousel .carousel_box .carousel_ul_box li {
  animation: myfirst 5s;
  -webkit-animation: myfirst 5s;
  /* Safari and Chrome */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 1400px;
  max-width: 1400px;
}
.pro_new .pro_carousel .carousel_box .carousel_ul_box li img {
  display: block;
  margin: auto;
  width: 100%;
}
.pro_new .pro_carousel .arrow_box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pro_new .pro_carousel .arrow_box .left_btn {
  cursor: pointer;
}
.pro_new .pro_carousel .arrow_box .left_btn:hover i {
  color: #f33;
}
.pro_new .pro_carousel .arrow_box .left_btn i {
  font-size: 50px;
  transition: all .5s ease;
  color: #fff;
}
.pro_new .pro_carousel .arrow_box .right_btn {
  cursor: pointer;
}
.pro_new .pro_carousel .arrow_box .right_btn:hover i {
  color: #f33;
}
.pro_new .pro_carousel .arrow_box .right_btn i {
  transition: all .5s ease;
  font-size: 50px;
  color: #fff;
}
.pro_new_bg {
  background-color: #205aab;
  height: 300px;
  margin-top: -380px;
}
.details_box {
  max-width: 1400px;
  margin: auto;
  margin-bottom: 50px;
}
.details_box .details {
  margin-top: 50px;
  background-color: #fff;
}
.details_box .details span {
  display: inline-block;
  padding: 15px 10px;
  color: #fff;
  background-color: #205aab;
  font-size: 20px;
}
.details_box .details_content{
    padding-top: 10px;
}
.details_box .details_content p {
  padding: 10px 40px 10px;
}
.details_box .details_content p:nth-child(2n) {
  background-color: #fff;
}
@keyframes myfirst {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-7%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes myfirst {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-7%);
  }
  100% {
    transform: translateY(0%);
  }
}


.det_box{
    display: flex;
    justify-content: space-between;
}
.det_box .details_content{
    width: 55%;
}
.det_box .det_img{
    width: 40%;
}
.det_box .det_img .det_img_box {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    background-color: #fff;
    padding: 15px;
}

.ohter_banner img:nth-child(1){
	display: block;
}
.ohter_banner img:nth-child(2){
	display: none;
}
@media only screen and (max-width: 1400px){
    .details_box{
        max-width: 80%;
        width: 80%;
    }
    .details_content p{
        display: flex;
    }
    p img{
        width: 50%;
    }
    .bread_box .bread{
        max-width: 90%;
        width: 90%;
    }
    /*底部*/
    .foot_bar .copyright{
        line-height: 20px;
    }
    .other_content{
        width: 90%;
        margin: auto;
    }
    .about_content_box{
        padding: 0 0 50px 0;
    }
    .faq_content_box{
        padding: 0 0 50px 0;
    }
    .contact_content_box{
         padding: 0 0 50px 0;
    }
}

@media only screen and (max-width: 1200px){
	.other_content{
		width: 100%;
	}
}


@media only screen and (max-width: 992px){
    .facility li {
      width: 100%;
      margin-bottom: 25px;
      padding: 0 15px;
      cursor: pointer;
    }
	.index_promote .layout{
		padding: 0 15px;
	}
	.details_box {
	    max-width: 100%;
	    width: 100%;
		padding: 0 15px;
	}
	.pro_new{
		max-width: 90%;
	}
	.faq_content_box .news_box ul li .news .news_img{
		display: none;
	}
	.contact_content_box .info ul li{
		padding: 20px 4px;
	}
	.det_box {
	    flex-direction: column;
	}
	.det_box .details_content{
		width: 100%;
		order: 2;
	}
	.det_box .det_img {
	    width: 80%;
	    margin: auto;
		order: 1;
	}
	.ohter_banner img:nth-child(1){
		display: none;
	}
	.ohter_banner img:nth-child(2){
		display: block;
	}
}
@media only screen and (max-width: 768px){
    .facility li{
        width: 100%;
    }
	.pro_new .pro_title{
		margin-bottom: 75px;
	}
	.base_content_box .base0_whole ul li{
		flex-direction: column;
	}
	.base_content_box .base0_whole ul li .left_img{
		width: 100%;
		order: 1;
	}
	.base_content_box .base0_whole ul li .right_text{
		width: 100%;
		order: 2 !important;
	}
	.contact_content_box .info ul{
		flex-direction: column;
	}
	.contact_content_box .info ul li{
		width: 100%;
	}
	.contact_content_box .info ul li .info_box {
	    padding: 15px 15px;
	}
}
@media only screen and (max-width: 576px){
     .facility li{
        padding: 0;
    }
	.det_box .det_img{
		width: 100%;
	}
	.details_box .details_content p {
	    padding: 10px 0 10px;
	}
	.news_text {
	    padding-left: 5px;
	}
	.faq_content_box .news_box ul li .news .news_text {
	    padding-left: 15px;
	}
	.faq_content_box .news_box ul li {
	    padding: 20px 0;
	}
	.news_content_box .news_title h4 {
	    font-size: 16px;
	}
	.sort_box {
	    flex-direction: column;
	}
	.sort_box .sort{
		padding: 0 15px;
	}
	.sort_box .sort a{
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.base_content_box .base0_whole ul li .right_text span{
		font-size: 20px;
	}
	.contact_content_box .info ul li .info_box .info_img{
		display: none;
	}
	.contact_content_box .info ul li .info_box p {
	    height: initial;
	}
	.contact_content_box .info ul li .info_box span{
		margin: 10px 0;
		font-size: 20px;
	}
	.contact_content_box .message_box #frmGuestbookSubmit .input_box #guestbook_title{
		width: 100%;
	}
	.md_header_1 .md_box .md_img{
		width: 35%;
	}
	.index_hd{
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.ohter_banner .ohter_text .ohter_text_box span {
	    font-size: 25px;
	}
		.pro_new_bg {
        background-color: #205aab;
        height: 285px;
        margin-top: -326px;
    }
    .details_content p {
        flex-direction: column;
    }
    .details_content p img {
        width: 100%;
    }
}
@media only screen and (max-width: 480px){
	
}
@media only screen and (max-width: 400px){
	.md_header_1 .md_box .md_img{
	    width: 50%;
	}
}
