.ban{
	/*margin-top: 153px;*/
	width: 100%;
	height:350px;
	position: relative;
	overflow: hidden;
}
.ban>img{
	width: 100%;
}
/**/
.main_title{
	padding: 56px 0;
	width: 100%;
	height: 100px;
	position: relative;
}
.main_title>p.title1{
	width: 258px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #FFFFFF;
	font-size: 26px;
	background: url(../img/kfy16.png) no-repeat;
}
.main_title>p.title2{
	padding:24px 0 0 50px;
	overflow:hidden;
}
.main_title>p.title2>img{
	float: left;
}
.main_title>p.title2>span{
    float: right;
	display: inline-block;
	height: 26px;
	color: #333333;
	font-size: 18px;

}
.main_title>p.title2>span>a{
	color: #006bb8;
	text-decoration: underline;
}
/**/
.main_one{
	margin: auto;
	margin-bottom: 20px;
	width: 1132px;
}
.main_one_list{
	float: left;
	margin-top: -20px;
	width: 214px;
}
/**/
.text-center {
  text-align: center;
}

*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}

.container {
  margin: 0 26px;
  width:162px;
}
.container img{
	margin-top: 40px;
	width:160px;
	height: 122px;
}
.container > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.title {
  /*font-family: 'Pacifico';
  font-weight: norma;*/
  font-weight:500;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: #2980b9;
}

.dropdown a {
  text-decoration: none;
  position: relative;
  display: block;
  height: 60px;
  text-align: left;
  padding-left:50px;
  line-height: 60px;
  font-size:18px;
  color:#333333;
  background: #fff url(../img/kfy13.png) no-repeat 26px 22px;
  border-bottom: 1px solid #006bb8;  
}
.dropdown a.active,.dropdown a:hover{ color: #006bb8;}

.dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown .dropdown-menu li {
  padding: 0;
  margin-left: 48px;
}
.dropdown .dropdown-menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-size: 16px;
}
.dropdown .dropdown-menu li a:hover {
  color: #006bb8;
  background: url(../img/images/cp_05.png) no-repeat right center;
}

.dropdown .show, .dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -o-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -o-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }

  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }

  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -o-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }

  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.main_one_list_txt{
	float: left;
	width:918px;
	position: relative;
}
.main_one_list_txt>ul{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.main_one_list_txt>ul:nth-child(1){
	display: block;
}
.main_one_list_txt>ul>li{
    margin-left: 16px;
	float: left;
	width: 290px;
	height: 370px;
}
.main_one_list_txt>ul>li>p:nth-child(1)>a{
	display: block;
	width: 290px;
	height:290px;
	background: url(../img/cpbg.png);
	position: relative;
}
.main_one_list_txt>ul>li:nth-child(1)>p:nth-child(1)>a{
	background: url(../img/kfy12.png);
}
.main_one_list_txt>ul>li>p:nth-child(1)>a>img{
	max-width: 290px;
	max-height: 290px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_one_list_txt>ul>li>p:nth-child(2)>a{
	display: block;
	width: 290px;
	height: 82px;
	text-align: center;
	line-height: 82px;
	color: #333333;
	font-size: 18px;	
}
/**/
.main_one_list_txt{
	float: left;
	margin-left:104px;
	width: 810px;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
}

.company_honor{
	display: none;
}
.company_honor>ul>li{
	margin-bottom: 24px;
	width:810px;
	height: 606px;
	vertical-align: middle;
	line-height: 606px;
	background: url(../img/images/honor_06.png);
	position: relative;
	overflow: hidden;
}
.company_honor>ul>li>div{
	width:810px;
	height: 606px;
    overflow:hidden;
    position:relative;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    background: url(../img/images/honor_06.png);
}
.company_honor>ul>li>div>span{
	 position:static;
    *position:absolute; /*针对IE6/7的Hack*/
    top:50%; /*针对IE6/7的Hack*/
}
.company_honor>ul>li>div>span>img{
	margin: auto;
	 position:static;
    *position:relative; /*针对IE6/7的Hack*/
    top:-50%;left:-50%; /*针对IE6/7的Hack*/
    border:1px solid #ccc;
}
/**/
.company_pic{
	display: none;
	margin-bottom: 80px;
}


/**/
.news{
	display: none;
	margin-bottom: 104px;
	height: 1238px;
	position: relative;
}
.news>ul{
	display: none;
	width: 100%;
	/*height: 1238px;
	position: absolute;*/
}
.news>ul.nt{
	display: block;
}
.news>ul>li{
	margin-bottom: 24px;
	width: 100%;
	height: 230px;
	background: url(../img/images/new_06.png);
	list-style: none;
}
.news>ul>li>a{
	float: left;
	display:inline-block;
	height: 230px;
	background: url(../img/images/new_06.png);
}
.news>ul>li>a>div{
	float: left;
}
.news a{
	color: #333333;
}
div.re1{
	margin: 24px 56px 24px 24px;
	width: 180px;
	height: 180px;
	position: relative;
	overflow: hidden;
}
div.re1>img{
	width: 100%;
	height: 100%;
}
div.re2{
	float: left;
	margin-top: 24px;
	width: 528px;
	height: 180px;
	position: relative;
}
p.re21{
	margin-bottom: 24px;
	width: 100%;
	color: #333333;
	font-size: 24px;
}
.news>ul>li>a>div.re2>p.re22{
	width: 100%;
	color: #666666;
	font-size: 18px;
}
p.re23{
	width: 100%;
	color: #666666;
	font-size: 18px;
	position: absolute;
	bottom: 0;
}
span.re211{
	float: left;
}
span.re212{
	float: right;
}
a.more{
	display: inline-block;
	width: 72px;
	height: 24px;
	position: absolute;
	right: 0;
	color: #006bb8;
	text-decoration: underline;
}