* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


@font-face{font-family:SourceHanSansCN-Heavy;src: url(../font2/SourceHanSansCN-Heavy.ttf);}
@font-face{font-family:SourceHanSansCN-Heavy;src: url(../font2/SourceHanSansCN-Heavy.woff2);}
@font-face{font-family:SourceHanSansCN-Heavy;src: url(../font2/SourceHanSansCN-Heavy.woff);}
@font-face{font-family:SourceHanSansCN-Heavy;src: url(../font2/SourceHanSansCN-Heavy.eot);}
@font-face{font-family:SourceHanSansCN-Heavy;src: url(../font2/SourceHanSansCN-Heavy.svg);}

body {
  font-size:15px;
  color:#848484;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #ff7162;
}



input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  color: #615e5d;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.gray-bg{
  background: #f2f1f0;
}

.black-bg{
  background: #3b3634;
}

.sec-pad{
  padding: 144px 0px 150px 0px;
}

figure{
  margin: 0px;
}

img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/** button **/

.theme-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 17px 60px;
  background-color: #ff7162;
  line-height: 26px;
  color: #ffffff !important;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
  z-index: 1;
}
.theme-btn a{
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #ffffff !important;
}
.theme-btn a:hover{
	text-decoration: none;
}
.theme-btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #253b70;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.theme-btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}


/*  Global Settings end */
.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  background-color: #E7E4DF;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #ffffff;
  left:0px;
  top:0px;
  border-bottom: 1px solid #e0e0e0;
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.logo{
	position: relative;
	left:0px;
	top:0px;
	width: 100%;
}
.logo_left{
	float: left;
	width: 30%;
}

.logo_middle{
	float: left;
	width: 40%;
	vertical-align: middle;
	text-align: center;
	padding-top: 30px;
}

.logo_right{
	float: right;
	width: 30%;
	top: 0;
	right: 0;
	text-align: right;
}

.menu_dh{
	position: relative;

	width: 100%;
	height:auto;
}
.menu_dh_left{
	width: 10%;
	float:left;
	height: 100px;
	text-align:right;
}
.menu_dh_middle{
	width:80%;
	text-align:center;
	float: left;
	font-family: "SourceHanSansCN-Heavy";
}
.menu_dh_right{
	width: 10%;
	float: right;
	height: 100px;
	text-align: left;
}

.menu_dh li{
	width: 15%;
	display: inline-block;
	padding: 10px;
	margin: 7px;
	line-height: 15px;
	text-align: center;
}
.menu_dh li a{

	font-size: 18px;
	color: #09090a;
	font-weight: bolder;
}
.menu_dh li a:hover{
	color: #fff;
	background: #B96715;
	padding: 10px;
	font-size: 18px;
	text-decoration: none;
}
.biao_1{
	position: relative;
	left:0px;
	top:0px;
	text-align: center;
	margin-top: 20px;
}
.biao_wz{
	position: relative;
	left:0px;
	top:0px;
	text-align: center;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 14px;
}

/** main-menu 开始**/

.main-header .menu-area,
.main-header .outer-box{
  position: relative;
  float: left;
}

.main-header .social-style-one{
  margin-top: 22px;
}

.main-header .menu-area{
  margin-right: 22px;
}

.main-menu{
  position: relative;
  display: block;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 18px;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color:#2b3c6b;
  line-height:26px;
  font-weight:700;
  opacity:1;
  text-transform:capitalize;
  padding: 47px 0px 42px 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  color: #ff7162;
}

.main-menu .navigation{
  position: relative;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background:#ffffff;
  border-top: 3px solid #ff7162;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 30px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#2b3c6b;
  font-weight: 700;
  text-align:left;
  text-transform:capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover{
  background: #ff7162;
  border-bottom: 1px solid #ff7162;
}

.main-menu .navigation > li > ul > li:hover a{
  color: #ffffff;
  padding-left: 10px;
}

.main-menu .navigation > li > ul > li:last-child:hover{
  border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 15px;
  top: 8px;
  font-size:18px;
  border: 1px solid #ffffff;
  color:#ffffff;
  width: 35px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}

.navbar-header {
  display: none;
}
/** main-menu 结束**/
/** sub-menu **/
.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #ff7162;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  margin:0px;
  border-bottom: 1px solid #e5e5e5;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 25px !important;
  line-height:24px;
  font-weight:700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size:15px;
  text-transform:capitalize;
  color: #2b3c6b !important;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color: #ffffff !important;
  background:#ff7162;
  padding-left: 35px !important;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  color: #222;
  top: 6px;
  right: -12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color: #ffffff;
}
/** stricky-header 浮动导航 开始**/
 
.sticky-header{
  background:rgba(255,255,255,0.9);
}
.sticky-header .main-menu .navigation > li{
  margin: 0px !important;
}

.sticky-header .main-menu .navigation > li:before{
  display: none !important;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 14px 30px 16px 30px !important;
}

.sticky-header .main-menu .navigation > li > a{
  color: #222222;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #ff7162;
  color: #ffffff !important;
}

.sticky-header .logo-box{
  position: relative;
  width: 100%;
  float: left;
  margin-top: 10px;
  text-align: center;
}

.sticky-header .menu-area{
  position: relative;
  float: right !important;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}
/** stricky-header 浮动导航 结束**/

/* banner 开始 */
.banner {
	position: relative;
	left:0px;
	top:0px;
	width: 100%;
	min-height: 866px;
	background:#E4E2DC url(../pic_67/banner_2.png) center no-repeat;
	margin-bottom: -40px;

}
.banner_nr {
	width: 100%;
	height: auto;
	text-align: center;
}
.banner_nr_left {
	float: left;
	height: 628px;
	width: 10%;
	
}
.banner_nr_left img{
	padding-left: 50px;
	padding-top: 300px;
}
.banner_nr_right {
	float: right;
	text-align: right;
	width: 90%;
	padding-right: 120px;
}
.banner_nr_right ul{
	height: auto;
	list-style: none;
	padding-top: 310px;
}
.banner_nr_right ul li{
	list-style: none;
	line-height: 140px;
}
/* banner 结束*/
/* 集团新闻版块 开始 */
.jz {
	width: 100%;
	height: 230px;
	text-align: center;
}

._bg_activity {
	background-size: cover
}
.activityList {
	margin: 40px auto 0;
	text-align: center;
	width: 75pc;
}
.activityList:after {
	clear: both;
	display: block
}

.activityList li {
	display: block;
	margin: 0 2% 30px 0;
	width: 29.5%;
	float: left;
}
.activityList li a {
	transition: ease .5s;
	height: 100%;
	display: block;
	background:#85735F;
	color: #fff;
	text-decoration: none;
}
.activityList li:nth-child(3n) {
	margin-right: 0
}
.activityList li:hover a {
	background: rgba(132, 114, 94, .7);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, .3);
	transform: translateY(-5%);
	color: #fff;
}
.activityList .pic {
	background-position: center;
	background-size: cover;
	height: auto
}
.activityList .summary {
	padding: 10px 0
}
.activityList .title {
	font-size: 18px;
	padding: 0 20px;
	margin-bottom: 10px;
	height: 25px;
	overflow: hidden
}
.activityList .timer {
	opacity: .7;
	font-size: 14px
}
/* 集团新闻版块 结束*/
/*新新闻版块开始*/
/** news-section **/

.news-section{
  position: relative;
  display: block;
  background: url(../pic_67/kjxy_bg_2.png) no-repeat center bottom;
  margin-bottom: -80px;

}

.news-section .sec-title{
  margin-bottom: 60px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  border-radius: 20px;
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #2b3c6b;

}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
  max-height: 240px;
  min-height: 240px;
}

.news-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.03);
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 34px 20px 41px 40px;
}

.news-block-one .inner-box .lower-content h3{
  line-height: 28px;
  margin-bottom: 7px;
}
.news-block-one .inner-box .lower-content h4 a{
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-family: "微软雅黑",sans-serif;
  font-weight: 400; 
  
}
.bt a{
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-family: "微软雅黑",sans-serif;
  font-weight: 400;
}
.news-block-one .inner-box .lower-content h4 a:hover{
  color: #000000;
  text-decoration: none;
  text-align: center;
}
.news-block-one .inner-box .lower-content .info-box{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.news-block-one .inner-box .lower-content .info-box li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #ff7162;
  margin-right: 38px;
}

.news-block-one .inner-box .lower-content .info-box li:before{
  position: absolute;
  content: '';
  background: #ff7162;
  width: 1px;
  height: 10px;
  top: 8px;
  right: -20px;
}

.news-block-one .inner-box .lower-content .info-box li:last-child:before{
  display: none;
}

.news-block-one .inner-box .lower-content .info-box li:last-child{
  margin-right: 0px;
}

.news-block-one .inner-box .lower-content .text{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content .link-btn{
  position: absolute;
  left: 40px;
  bottom: -38px;
}

.news-block-one .inner-box .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ff7162;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.news-block-one .inner-box .lower-content .link-btn a:hover{
  background: #2b3c6b;
}
/*新新闻版块结束*/
/* 科技学院版块 开始 */

.kjxy {
	position: relative;
	width: 100%;
	height: auto;
	background: url(../pic_67/kjxy_bg_2.png) no-repeat center bottom;
}
.kjxy_nr {
	width: 100%;
	height:auto;
	position: relative;
}
.kjxy_nr_info {
	width: 100%;
	height:auto;
}
.kjxy_nr_info ul {
   list-style : none;
   text-align: center;
}
.kjxy_nr_info  li:nth-child(1) {
   display: block;
   float: left;
   height: 336px;
   margin-top: 40px;
}
.kjxy_nr_info  li:nth-child(1) img{
   height: 336px;
   max-width: 100%;
}
.kjxy_nr_info  li:nth-child(2) {
   display: block;
   float: right;
   height: 336px;
   margin-top: 40px;
}
.kjxy_nr_info  li:nth-child(2) img{

   max-width: 100%;
   height: 336px;
}
.kjxy_nr_info  li:nth-child(3) {
   display: block;
   float: left;
   height: 318px;
   margin-top: 40px;
}
.kjxy_nr_info  li:nth-child(3) img{
   height: 318px;
   max-width: 100%;
}
.kjxy_nr_info  li:nth-child(4) {
   display: block;
   float: right;

   height: 318px;
   margin-top: 40px;
}
.kjxy_nr_info  li:nth-child(4) img{
   height: 357px;
   max-width: 100%;
}
/* 科技学院版块 结束 */
/* 理工学院版块 开始 */
.lgxy {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 100px;
	background: url(../pic_67/kjxy_bg_2.png) no-repeat center bottom;
}
.lgxy_nr {
	width: 100%;
	position: relative;
	height: auto;
	text-align: center;
}
.lgxy_nr_info {
	width: 100%;
	height:auto;
}
.lgxy_nr_info ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}
.lgxy_nr_info li:nth-child(1) {
   display:inline-block;
   float: left;
   margin-top: 40px;
}
.lgxy_nr_info li:nth-child(2) {
   display:inline-block;
   margin-top: 40px;
   text-align: center;
}
.lgxy_nr_info li:nth-child(3) {
   display:inline-block;
   float: right;
   margin-top: 40px;
}
.lgxy_nr_info li:nth-child(4) {
   display:inline-block;
   float: left;
   margin-top: 40px;
}
.lgxy_nr_info li:nth-child(5) {
   display:inline-block;
   float: right;
   margin-top: 40px;
}
/* 理工学院版块 结束 */
/* 曹妃甸高中版块 开始 */

.cfdgz {
	position: relative;
	width: 100%;
	height: auto;
	background: url(../pic_67/kjxy_bg_2.png) no-repeat center bottom;
	margin-top: 100px;	
}
.cfdgz_nr {
	width:100%;
	position: relative;
	height: auto;
	text-align: center;
}
.cfdgz_nr_info {
	width: 100%;
	height:auto;
}
.cfdgz_nr_info ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}
.cfdgz_nr_info li {
   display:inline-block;
   margin-top: 40px;
   width: 32%;
   text-align: center;
}
.cfdgz_nr_info li img{
	max-width: 100%;
}
.cfdgz_nr_info li:nth-child(1) {
   display:inline-block;
   float: left;
   margin-top: 40px;
}
.cfdgz_nr_info li:nth-child(2) {
   display:inline-block;
   text-align: center;
   margin-top: 40px;
}
.cfdgz_nr_info li:nth-child(2) img {
}
.cfdgz_nr_info li:nth-child(3) {
   display:inline-block;
   float: right;
   margin-top: 40px;
}
.cfdgz_nr_info li:nth-child(4) {
   display:inline-block;
   float: left;
   margin-top: 40px;
}
.cfdgz_nr_info li:nth-child(6) {
   display:inline-block;
   float: right;
   margin-top: 40px;
}

.line_height {
	margin-top: 20px;
}
/* 曹妃甸高中版块 结束 */
/* 东校区高中版块 开始 */
.dxqgz {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 100px;
	background: url(../pic_67/kjxy_bg_2.png) no-repeat center bottom;
}
.dxqgz_nr {
	width:100%;
	position: relative;
	height: auto;
	text-align: center;
}
.dxqgz_nr_info ul {
   list-style : none;
   margin : 0;
   padding : 0;
}
.dxqgz_nr_info li {
   display:inline-block;
   margin-top: 40px;
}

.dxqgz_nr_info li:nth-child(1) {
   display:inline-block;
   float: left;
   margin-top: 40px;
   width: 49%;

}
.dxqgz_nr_info li:nth-child(2) {
   display:inline-block;
   float: right;
   margin-top: 40px;
   width: 49%;
}
.dxqgz_nr_info li:nth-child(3) {
   display:inline-block;
   float: left;
   margin-top: 40px;
   width: 38%;
}
.dxqgz_nr_info li:nth-child(4) {
   display:inline-block;
   float: right;
   margin-top: 40px;
   width: 58%;
}
/* 东校区高中版块 结束 */
/* 文化精神 开始 */
.hywh_new{
		position: relative;
		width: 100%;
		height: auto;
		background: url(../pic_67/kjxy_bg_2.png) no-repeat center bottom;
		margin-top: 100px;
}
.hywh_new_nr_1 {
	width:100%;
	height: auto;
}
.hywh_new_nr_1_left {
	float: left;
	text-align: center;
	width: 45%;

}
.hywh_new_nr_1_middle {
	float: left;
	text-align: center;
	vertical-align:bottom;
	width: 10%;
	padding-top: 200px;
}
.hywh_new_nr_1_right {
	float: right;
	text-align: center;
	width: 45%;
}









.hywh_new_nr_2 {
	width:100%;
	position: relative;
	float: left;
	height: auto;
}
.hywh_new_nr_2_left {
	float: left;
	text-align: right;
	width: 45%;
}
.hywh_new_nr_2_right {
	float: right;
	text-align: left;
	width: 45%;
}
.hywh_new_nr_3 {
	width:100%;
	position: relative;
	text-align: center;
	margin-top: 50px;
	float: left;
}
.hywh_new_nr_4 {
	width:100%;
	position: relative;
	float: left;
	height: auto;
	text-align: center;
}
.hywh_new_nr_5 {
	width:100%;
	position: relative;
	float: left;
	height: auto;
	text-align: center;
	margin-top: 70px;
}
.hywh_new_nr_6 {
	width:100%;
	position: relative;
	float: left;
	height: auto;
	text-align: center;
	margin-top: 20px;
}
.hywh_new_nr_6 ul {
   list-style : none;
   margin : 0;
   padding : 0;
}
.hywh_new_nr_6 li:nth-child(1) {
   display:inline-block;
   float: left;
   width: 32%;
}
.hywh_new_nr_6 li:nth-child(2) {
   display:inline-block;
   width: 32%;
   text-align: center;
}
.hywh_new_nr_6 li:nth-child(3) {
   display:inline-block;
   float: right;
   width: 32%;
}
.hywh_new_nr_7 {
	width:100%;
	position: relative;
	float: left;
	height: auto;
	text-align: center;
	margin-top: 20px;
}
.hywh_new_nr_8 {
	width:100%;
	position: relative;
	float: left;
	height: auto;
	margin-top: 150px;
}
.hywh_new_nr_8_left {
	float: left;
	max-width: 100%;
	height: auto;	
}
.hywh_new_nr_8_right {
	float: right;
	max-width: 100%;
	height: auto;
}

.hywh_new_nr_9 {
	width:100%;
	position: relative;
	float: left;
	height: auto;
	text-align: center;
	margin-top: 120px;
}

.shan{
	width:100%;
	position: relative;
	float: left;
	height: auto;
	text-align: center;
	margin-top: 20px;
}


/* page-title */

.page-title{
  position: relative;
  display: block;
  width: 100%;
  padding: 200px 0px 200px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title .content-box h1{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 23px;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: #ff7162;
  padding-right: 16px;
  margin-right: 5px;
}

.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '/';
  font-size: 17px;
  color: #fff;
  top: 0px;
  right: 0px;
  font-weight: 400;
}

.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}

.page-title .content-box .bread-crumb li:last-child{
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .bread-crumb li a{
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover{
  color: #ff7162;
}




/** about-section **/

.about-section{
  position: relative;
  display: block;
  padding: 54px 110px 50px 0px;
  background: url(../pic_67/kjxy_bg_2.png) no-repeat center bottom;
}

.anim-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}

.about-section .image-box{
  position: relative;
  display: block;
  margin: 20px 20px 0px 70px;
}



.about-section .image-box .image{
  position: relative;
  display: block;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-box .image img{
  width: 100%;
}

.about-section .image-box .image-1{
  position: relative;
  display: block;
  border-radius: 30px;
}

.about-section .image-box .image-1 img{
  border-radius: 30px;
}

.about-section .image-box .image-2{
  position: absolute;
  left: -85px;
  bottom: -125px;
  border: 15px solid #fff;
  border-radius: 30px;
}

.about-section .content-box .sec-title{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.about-section .content-box .bold-text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #4c4c4c;
  font-weight: 400;
  margin-bottom: 15px;
}

.about-section .content-box p{
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.about-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-1.png);
  width: 210px;
  height: 275px;
  left: 60px;
  top: 40px;
  background-repeat: no-repeat;
}

.about-section .anim-icon .icon-2 {
  background: url(../images/icons/anim-icon-2.png);
  width: 188px;
  height: 192px;
  top: 70px;
  right: 110px;
  background-repeat: no-repeat;
}

.about-section .anim-icon .icon-3 {
  background: url(../images/icons/anim-icon-3.png);
  width: 102px;
  height: 198px;
  bottom: -40px;
  right: 150px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  z-index: 1;
}
/** about-section **/
/** fact-counter **/

.fact-counter{
  position: relative;
  display: block;
  background: #D4B28F;
  padding: 50px 0px 60px 0px;
}

.fact-counter .counter-block{
  position: relative;
  display: block;
  padding: 0px 0px 0px 80px;
}

.fact-counter .counter-block .icon-box{
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}

.fact-counter .counter-block .count-outer span{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  font-weight: 900;
  margin-bottom: 9px;
}

.fact-counter .counter-block .text{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  font-weight: 700;
}
/** fact-counter **/
/** news-section **/

.news-section{
  position: relative;
  display: block;
  padding: 144px 0px 188px 0px;
}

.news-section .sec-title{
  margin-bottom: 60px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  border-radius: 20px;
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #2b3c6b;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.03);
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 34px 20px 41px 40px;
}

.news-block-one .inner-box .lower-content h3{
  line-height: 28px;
  margin-bottom: 7px;
}

.news-block-one .inner-box .lower-content .info-box{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.news-block-one .inner-box .lower-content .info-box li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #ff7162;
  margin-right: 38px;
}

.news-block-one .inner-box .lower-content .info-box li:before{
  position: absolute;
  content: '';
  background: #ff7162;
  width: 1px;
  height: 10px;
  top: 8px;
  right: -20px;
}

.news-block-one .inner-box .lower-content .info-box li:last-child:before{
  display: none;
}

.news-block-one .inner-box .lower-content .info-box li:last-child{
  margin-right: 0px;
}

.news-block-one .inner-box .lower-content .text{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content .link-btn{
  position: absolute;
  left: 40px;
  bottom: -38px;
}

.news-block-one .inner-box .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ff7162;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.news-block-one .inner-box .lower-content .link-btn a:hover{
  background: #2b3c6b;
}

.news-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-11.png);
  width: 140px;
  height: 143px;
  top: 140px;
  left: 100px;
  background-repeat: no-repeat;
}

.news-section .anim-icon .icon-2 {
  background: url(../images/icons/anim-icon-11.png);
  width: 140px;
  height: 143px;
  top: 140px;
  right: 120px;
  background-repeat: no-repeat;
}

.blog-page-section{
  position: relative;
  display: block;
  padding: 150px 0px 120px 0px;
}

.blog-page-section .news-block-one{
  margin-bottom: 30px;
}

.blog-page-section .news-block-one .inner-box{
  overflow: hidden;
}

.blog-page-section .news-block-one .inner-box .lower-content .link-btn{
  position: relative;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.blog-page-section .news-block-one .inner-box:hover .lower-content .link-btn{
  left: -110px;
}

.blog-page-section .news-block-one .inner-box .lower-content .text{
  margin-bottom: 30px;
}

.blog-page-section .news-block-one .more-btn{
  position: absolute;
  left: 40px;
  bottom: -60px;
  transition: all 900ms ease;
}

.blog-page-section .news-block-one .inner-box:hover .more-btn{
  bottom: 40px;
}
.news_title a{
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.news_title a:hover{
	text-decoration: none;
}

.news_title1 a{
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	font-family: "微软雅黑", sans-serif;
	font-weight: bold;
}
.news_title1 a:hover{
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	font-family: "微软雅黑", sans-serif;
	font-weight: bold;
}

/** news-section **/
.contact-info-section{
  position: relative;
  display: block;
}

.contact-info-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.contact-info-section .single-info-box .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 89px 15px 76px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
}

.contact-info-section .single-info-box .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.contact-info-section .single-info-box:hover .inner-box .icon-box:before{
  transform: rotate(25deg);
}

.contact-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box{
  color: #43b3d9;
}

.contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box{
  color: #ff7162;
}

.contact-info-section .single-info-box .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.contact-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.contact-info-section .single-info-box .inner-box .text{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.contact-info-section .single-info-box .inner-box .text a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.contact-info-section .single-info-box .inner-box .text a:hover{
  color: #ff7162;
}

.contact-info-section .single-info-box .inner-box h3{
  margin-bottom: 29px;
}

/** contact-form-section **/

.contact-form-section{
  position: relative;
  display: block;
  background: #f0ede7;
}

.contact-form-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.contact-form-section .contact-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-form-section .contact-form .form-group:last-child{
  margin-bottom: 0px;
}

.contact-form-section .contact-form .form-group input[type='text'],
.contact-form-section .contact-form .form-group input[type='email'],
.contact-form-section .contact-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 15px;
  color: #2b3c6b;
  transition: all 500ms ease;
}

.contact-form-section .contact-form .form-group textarea{
  height: 170px;
  resize: none;
  margin-bottom: 30px;
}

.contact-form-section .contact-form .form-group input:focus,
.contact-form-section .contact-form .form-group textarea:focus{
  border-color: #ff7162;
}

.contact-form-section .contact-form .form-group input::-webkit-input-placeholder,
.contact-form-section .contact-form .form-group textarea::-webkit-input-placeholder{
  color:#2b3c6b;
}

/** google-map-section **/

.google-map-section{
  position: relative;
  display: block;
  width: 100%;
}

.google-map-section #contact-google-map{
  position: relative;
  width: 100%;
  height: 500px;
}

/** google-map-section **/

/** classes-section **/

.classes-section{
  position: relative;
  display: block;
}

.classes-section .inner-block{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

.classes-section .inner-block .image-box{
  position: relative;
  display: block;
  background: #253b71;
  overflow: hidden;
}

.classes-section .inner-block .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.classes-section .inner-block:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.02);
}

.classes-section .inner-block .lower-content{
  position: relative;
  display: block;
  padding: 34px 40px 37px 40px;
}

.classes-section .inner-block .lower-content .link-btn{
  position: absolute;
  top: -35px;
  right: 40px;
}

.classes-section .inner-block .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fbb419;
  border-radius: 50%;
  transition: all 500ms ease;
}

.classes-section .inner-block .lower-content .link-btn a:hover{
  background: #253b71 !important;
}

.classes-section .inner-block:hover .lower-content .link-btn a {
  -webkit-transform: scale(-1) rotate(-180deg);
  -moz-transform: scale(-1) rotate(-180deg);
  -ms-transform: scale(-1) rotate(-180deg);
  -o-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}

.classes-section .block-column:nth-child(2) .inner-block .lower-content .link-btn a{
  background: #43b3d9;
}

.classes-section .block-column:last-child .inner-block .lower-content .link-btn a{
  background: #ff7162;
}

.classes-section .inner-block .lower-content h3{
  margin-bottom: 9px;
}
.classes-section .inner-block .lower-content h3 a{
  text-decoration: none;
  font-size: 24px;
  color: #2B3C6B;
  font-weight: bold;
}
.classes-section .inner-block .lower-content .price{
  position: relative;
  display: block;
  font-size: 18px;
  color: #ff7162;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  margin-bottom: 17px;
}

.classes-section .inner-block .lower-content .text{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.classes-section .inner-block .lower-content .info-box{
  position: relative;
  display: block;
  background: url(../images/icons/icon-4.png);
  width: 100%;
  padding: 25px 15px 25px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.classes-section .inner-block .lower-content .info-box li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  margin: 0px 10px;
  text-transform: uppercase;
}

.classes-section .inner-block .lower-content .info-box li:before{
  position: absolute;
  content: '';
  border: 1px dashed #59688e;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -12px;
}

.classes-section .inner-block .lower-content .info-box li:last-child:before{
  display: none;
}

.classes-section .inner-block .lower-content .info-box li span{
  color: #ff7162;
  text-transform: capitalize;
}

.classes-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.classes-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-4.png);
  width: 192px;
  height: 292px;
  left: 90px;
  top: -190px;
  background-repeat: no-repeat;
}


.foot{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 40px;
	background: #7F6A57 url(../pic_67/foot_bg.png) no-repeat center top ;
	text-align: center;
}
.foot_nr {
	width:100%;
	position: relative;
	height: auto;
	text-align: center;
}
.foot_nr ul {
   list-style : none;
   margin : 0;
   padding : 0;
   width: 100%;
   height: auto;
   padding-top: 30px;
   padding-bottom: 30px;
   overflow: hidden;
   padding-left:80px;
}
.foot_nr ul li {
	float: left;
	list-style: none;
	text-align: left;
	margin-left: 15px;
	width: 28%;
	color: #ffffff;
	font-size: 14px;
	padding-top: 15px;
	line-height: 30px;
	text-align: center;
}
.foot_nr li h2{
	font-size: 18px;
	font-weight: bolder;
}
.foot_nr li a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
.foot_nr li a:hover {
	color: #491217;
	font-size: 16px;
	text-decoration: none;
}
.foot_nr li:nth-child(1) {
   display:inline-block;
   text-align:center;
}
.foot_nr li:nth-child(3) {
   display:inline-block;
   text-align:left;
   float: right;
}


