/* banner */
.container-fluid {
	position: relative;
	width: 100%;
	min-width: 1200px;
	min-height: 500px;
	box-sizing: content-box;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/new_img/yy.jpg',sizingMethod='scale');
	overflow: hidden;
	background-color: #cfc9ba;
}
.home-img {
	display: block;
	width: 100%;
	/* height: 100%; */
}
.home-nav {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1200px;
	height: 70px;
  margin-left: -600px;
}
.home-logo {
	/*display: block;*/
	width: 127px;
	padding-top: 20px;
}
.home-nav-list {
	position: relative;
	float: right;
}
.nav-arrow {
	position: relative;
	top: 1px;
	left: -2px;
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-left: 2px;
	background: url(../../img/new_img/home-list-down_03.png) no-repeat 0 -1px;
}
.link-subnav {
	float: left;
	margin-left: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 70px;
	text-shadow: 0 1px 3px #292929;
	cursor: pointer;
}
.link-subnav.pressed{
  color: #3bc987;
  text-shadow:none;
} 
.link-subnav:hover {
	color: #3bc987;
	/*text-shadow: 1px 1px 1px #292929;*/
	text-shadow: none;
}
.link-subnav:hover .nav-arrow {
	/*background: url(../../img/new_img/home-list-down-pressed-1.png) no-repeat 0 -1px;*/
	background: url(../../img/new_img/index_green_arrow.png) no-repeat 0 -1px;
}
.link-subnav .subnav {
	left: 209px;
	top: 56px;
	background-color: rgba(255,255,255,.7);
}
.link-subnav .sub-corner {
	border-color: transparent transparent rgba(255,255,255,.7) transparent;
}
.link-subnav .sn {
	text-shadow: none;
}
.pos-container{
  position: absolute;
	top: 40%;
	left: 40%;
}
.themes {
	font-size: 60px;
  color: #fff;
  width: 650px;
  height: 70px;
  line-height: 70px;
  text-align:justify;
  font-weight: 700;
}
.themes > span { 
  display: inline-block /* Opera */;
  padding-left: 100%; 
}
.advantage {
  margin-top: 20px;
}
.a {
	display: inline-block;
	margin-right:18px;
	font-size: 20px;
	color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .pos-container{
    position: absolute;
    top: 40%;
    left: 42%;
  }
  .themes {
    font-size: 48px;
    color: #fff;
    width: 520px;
    height: 60px;
    line-height: 60px;
    text-align:justify;
    font-weight: 700;
  }
  .themes > span { 
    display: inline-block /* Opera */;
    padding-left: 100%; 
  }
  .advantage {
    margin-top: 14px;
  }
  .a {
    display: inline-block;
    margin-right:8px;
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .pos-container{
    position: absolute;
    top: 40%;
    left: 42%;
  }
  .themes {
    font-size: 60px;
    color: #fff;
    width: 580px;
    height: 65px;
    line-height: 65px;
    text-align: justify;
    font-weight: 700;
  }
  .themes > span { 
    display: inline-block /* Opera */;
    padding-left: 100%; 
  }
  .advantage {
    margin-top: 20px;
  }
  .a {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    color: #fff;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1500px) {
  .pos-container{
    position: absolute;
    top: 43%;
    left: 40%;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1680px) {
  .pos-container{
    position: absolute;
    top: 50%;
    left: 42%;
  }
}
@media screen and (min-width: 1681px) {
  .pos-container{
    position: absolute;
    top: 55%;
    left: 45%;
  }
}
.a-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: url(../../img/new_img/quan.png?v=1) no-repeat left center;
}
/* overflow */
.overflow {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}
.banner {
	position: relative;
	width: 102%;
	padding-top: 8px;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
}
.sub-banner {
	position: relative;
	float: left;
	width: calc((100% - 27px)/4);
	margin-right: 9px;
}
.sub-banner:last-child{
  margin-right: 0px;
}
.banner-img {
	display: block;
	width: 100%;
}

.b-hint {
	position: absolute;
	bottom: 12px;
	left: 6%;
  width: 285px;
  height: 50px;
	font-size: 18px;
	color: #1a1a1a;
}


/* footer */
.home-footer {
	width: 100%;
	min-width: 1200px;
	min-height: 155px;
	background-color: #f5f5f5;
}
.link-list {
	padding-top: 30px;
	padding-bottom: 30px;
}
.link-f {
	margin-right: 32px;
	font-size: 16px;
	color: #333;
}
.link-f:hover {
	color: #3bc987;
}
.phone-f {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 16px;
	color: #333;
}
.line {
	width: 100%;
	min-width: 1200px;
	height: 0;
	border-top: 1px solid #e6e6e6;
}
.f-hint {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #8d8d8d;
}
/* 模块背景色 */
.tree,.operate,.assess,.skill{
  background-color: #fff;
}
.team,.cooperation,.policy{
  background-color:#f7f7f7;
}
/* skill */
.box {
  margin: 0 22px;
  height: 240px;
	display: inline-block;
  text-align: center;
  vertical-align: top;
}
.skill-title {
  width: 240px;
	margin-top: 15px;
	font-size: 24px;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
}
.com-box-icon{
  width: 160px;
  height: 160px;
}
.skill-img {
	width: 100%;
	min-width: 1200px;
	margin-top: 30px;
	text-align: center;
}
.m-t{
  margin-top: 100px!important;
}
.policyContainer{
  position: relative;
  height: 750px;
  width: 1200px;
  margin: auto;
  margin-top: 36px;
}
.policyList{
  height: 750px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.policyItem{
  width: 565px;
  height: 720px;
  padding-top: 45px;
  letter-spacing:2px;
  color: #221815;
  background-color: #fff;
  border: 1px solid rgb(220, 220, 220);
  position: absolute;
  
}
.policyItem-title{
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.policyItem-small-title{
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 25px;
  text-shadow: 0.4px 0.4px 0 #221815;
}
.policyItem-content{
  font-size: 14px;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-shadow: 0.18px 0.18px 0 #221815;
}
.poster-item{
  transition: all 0.5s;cursor: default;
	-moz-transition: all 0.5s;cursor: default;
	-webkit-transition: all 0.5s;cursor: default;
  -o-transition: all 0.5s;cursor: default;
  cursor: pointer;
}
.poster-item:hover{
  filter: blur(0px)!important;
  -webkit-filter: blur(0px)!important;
  -moz-filter: blur(0px)!important;
  -ms-filter: blur(0px)!important;
  -o-filter: blur(0px)!important;
}