﻿/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding:0; margin:0;}
body{ font-family:'Microsoft Yahei',Arial,Simsun;font-size:14px;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-weight: normal;font-style: normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:100%;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
p {color:#666;}
a{text-decoration:none; outline:none; blr:expression(this.onFocus=this.blur());}
.clear{ display:block; clear:both;}
.relative{ position:relative;}
.fl{float: left;}
.fr{float: right;}

.grayscale{ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */}
/* css reset */
html,body {position: relative;width:100%;height: 100%;}
.bus_liBlock img,.bus_icon,.cla_li,.bu5_img img,.bu5_img,.ne_li,.ne_time,.news_top,.sObject_list ul li,.univer_list ul li,.join_nav li,.me_li,.wc_li {-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.bus_liBlock:hover img,.bu5_img:hover img,.sObject_list ul li:hover {-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.bus_liBlock:hover,.ne_moreBlock:hover,.ne_liBlock:hover,.cla_li:hover,.ne_li:hover,.news_top:hover,.univer_list ul li:hover,.join_nav li:hover,.me_li:hover,.wc_li:hover  {-webkit-transform:scale(0.95);-ms-transform:scale(0.95);-moz-transform:scale(0.95);-o-transform:scale(0.95);transform:scale(0.95);}
.wc_li:hover {box-shadow:0px 0px 5px 0px #ccc;}

#Header .logo:after {content: "";display: block;position: absolute;left: -200px;top: 0px;width: 150px;height: 100%;background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));overflow: hidden;-webkit-transform: skewx(-25deg);-webkit-transition: 0s;}
.king:hover:after { width: 150px; left: 600px; -webkit-transition: 1.2s;transition: 1.2s;}
.king:hover:after {width: 150px; left: 1000px; -webkit-transition: 1.2s;transition: 1.2s;}
@-webkit-keyframes anim09{
    0%{ left: -200px;}
    30%{ left: 600px;}
    100%{ left: 600px;}
}
#Header .logo:after {-webkit-animation: anim09 5s ease-in-out infinite;}

@-webkit-keyframes anim1 
{
	0%{ -webkit-transform:translate(0,0px);}
	25%{ -webkit-transform:translate(0,-20px);}
	75%{ -webkit-transform:translate(0,10px);}
	100%{ -webkit-transform:translate(0,0);}
}
@-ms-keyframes anim1 
{
	0%{ -ms-transform:translate(0,0px);}
	25%{ -ms-transform:translate(0,-20px);}
	75%{ -ms-transform:translate(0,10px);}
	100%{ -ms-transform:translate(0,0);}
}
@keyframes anim1 
{
	0%{ transform:translate(0,0px);}
	25%{ transform:translate(0,-20px);}
	75%{ transform:translate(0,10px);}
	100%{ transform:translate(0,0);}
}
@-moz-keyframes anim1 
{
	0%{ -moz-transform:translate(0,0px);}
	25%{ -moz-transform:translate(0,-20px);}
	75%{ -moz-transform:translate(0,10px);}
	100%{ -moz-transform:translate(0,0);}
}
@-o-keyframes anim1 
{
	0%{ -o-transform:translate(0,0px);}
	25%{ -o-transform:translate(0,-20px);}
	75%{ -o-transform:translate(0,10px);}
	100%{ -o-transform:translate(0,0);}
}
@keyframes animScale
{
	0%{ transform:scale(1);}
	50%{ transform:scale(1.1);}
	100%{ transform:scale(1);}
}
@-webkit-keyframes animScale
{
	0%{ -webkit-transform:scale(1);}
	50%{ -webkit-transform:scale(1.1);}
	100%{ -webkit-transform:scale(1);}
}
@-ms-keyframes animScale
{
	0%{ -ms-transform:scale(1);}
	50%{ -ms-transform:scale(1.1);}
	100%{ -ms-transform:scale(1);}
}
@-moz-keyframes animScale
{
	0%{ -moz-transform:scale(1);}
	50%{ -moz-transform:scale(1.1);}
	100%{ -moz-transform:scale(1);}
}
@-o-keyframes animScale
{
	0%{ -o-transform:scale(1);}
	50%{ -o-transform:scale(1.1);}
	100%{ -o-transform:scale(1);}
}
@-webkit-keyframes animRotate
{
	0%{ -webkit-transform:rotate(0);}
	50%{ -webkit-transform:rotate(360deg);}
	100%{ -webkit-transform:rotate(0);}
}
@-ms-keyframes animRotate
{
	0%{ -ms-transform:rotate(0);}
	50%{ -ms-transform:rotate(360deg);}
	100%{ -ms-transform:rotate(0);}
}
@keyframes animRotate
{
	0%{ transform:rotate(0);}
	50%{ transform:rotate(360deg);}
	100%{ transform:rotate(0);}
}
@-moz-keyframes animRotate
{
	0%{ -moz-transform:rotate(0);}
	50%{ -moz-transform:rotate(360deg);}
	100%{ -moz-transform:rotate(0);}
}
@-o-keyframes animRotate
{
	0%{ -o-transform:rotate(0);}
	50%{ -o-transform:rotate(360deg);}
	100%{ -o-transform:rotate(0);}
}

.king {-webkit-animation:anim1 2s linear infinite;-ms-animation:anim1 2s linear infinite;animation:anim1 2s linear infinite;-moz-animation:anim1 2s linear infinite;-o-animation:anim1 2s linear infinite;}
.king {-webkit-animation:animScale 20s linear infinite;animation:animScale 20s linear infinite;-ms-animation:animScale 20s linear infinite;-moz-animation:animScale 20s linear infinite;-o-animation:animScale 20s linear infinite;}
.king {-webkit-animation:animRotate 100s linear infinite;animation:animRotate 100s linear infinite;-ms-animation:animRotate 100s linear infinite;-moz-animation:animRotate 100s linear infinite;-o-animation:animRotate 100s linear infinite;}

.pageBanner img{
    -webkit-animation: animScale 20s linear infinite;
    animation: animScale 20s linear infinite;
    -ms-animation: animScale 20s linear infinite;
    -moz-animation: animScale 20s linear infinite;
    -o-animation: animScale 20s linear infinite;
}

/*header*/
#webHeader {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    box-shadow: 0px 0px 6px 0px #ccc;
}
#Header {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.wrap {
    width: 1200px;
    max-width: 1200px;
    min-width: 768px;
    margin: 0px auto;
}
#Header .logo {
    width: 464px;
    height: 79px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
#Header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
img {
    border: 0;
    max-width: 100%;
    
}
.logo:after {
    content: "";
    display: block;
    position: absolute;
    left: -200px;
    top: 0px;
    width: 150px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    overflow: hidden;
    -webkit-transform: skewx(-25deg);
    -webkit-transition: 0s;
}
.logo:after {
    -webkit-animation: anim09 5s ease-in-out infinite;
}
.header_ulContent {
    width: 675px;
    float: right;
    z-index: 99;
    overflow-x: hidden;
}
.head_block {
    position: relative;
    float: right;
    top: 24px;
    width: 44px;
}
.head_icon {
    position: relative;
    float: left;
    width: 37px;
    height: 37px;
    border: 1px solid #ccc;
    margin-left: 5px;
    background: url(../images/n26.png) no-repeat center;
    cursor: pointer;
    display: block;
    z-index: 99;
}
.find_inputBlock {
    position: absolute;
    right: 39px;
    top: 0px;
    width: 0px;
    height: 38px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
input.find_inputText {
    position: relative;
    height: 39px;
    outline: none;
    padding-left: 15px;
    width: 260px;
    background: #e5e5e5;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding-right: 11px;
    display: block;
}
.head_block:hover .find_inputBlock {
    width: 258px;
}
#Header .menu.cur {
    margin-left: -275px;
}
#Header .menu {
	height: 100%;
	float: left;
	left: 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#Header .menu li:hover {overflow: hidden;}
#Header .menu ul {
	width: 100%;
	height: 100%;
}
#Header .menu li {
	height: 100%;
	float: left;
	padding-left: 26px;
	padding-right: 26px;
	display: block;
	background: url(../images/icon-line222.png) no-repeat left 50%;

}
#Header .menu li:nth-child(1) {
	background: none
}
#Header .menu li:hover a, #Header .menu li.current a {
    color: #62b849;
}
#Header .menu li:hover a i, #Header .menu li.current a i {
    width: 100%;
    left: 0%;
}
#Header .menu li:hover a i {
    width: 108px;
    left: 50%;
    margin-left: -54px;
    bottom: 0px;
    overflow: hidden;
}
#Header .menu li a {
	display: block;
	height: 100%;
	line-height: 90px;
	color: #333;
	font-size: 14px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
#Header .menu li a i {
	display: block;
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	background: #62b849;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s
}
#Header .menu .submenu {
	width: 100%;
	padding: 30px 0;
	position: fixed;
	top: 130px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	visibility: hidden;
	background: url(../images/submenu_bg.png);
	text-align: center
}
#Header .menu .submenu img {
	display: block;
}
.indexabout{
    position: absolute;
    left: 0;
    width: 100%;
    background: url(../images/icon1.png) repeat;
    height: 60px;
    display: none;
}
.subMenuI {
    position: relative;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
}
.subMenuI.li1{
    left: 617px;
}
.subMenuI.li2{
    left: 717px;
}
.subMenuI.li3 {
    left: 824px;
}
.subMenuI.li4 {
    left: 932px;
}
.subMenuI.li5 {
    left: 1039px;
}
#Header .menu .subMenuI a {
    color: #fff;
    display: inline-block;
    padding: 0 22px;
    line-height: 60px;
}
#Header .menu li.current .subMenuI a,#Header .menu li:hover .subMenuI a{
    color: #fff;
}
#Header .menu li .subMenuI a:hover{
    color: #519b76;
    background: #dcebe4;
}
#Header .menu .subnav {
	width: 474px;
	position: absolute;
	top: 100px;
	left: 26px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	visibility: hidden;
}
.common_block{
	position: relative;
	width: 100%;
	z-index:2;
}

/*Footer*/
#Footer{
	position: relative;
	width: 100%;
	height: 80px;
	background: #494949;
}
.foot_left{
	position: relative;
	float: left;
	margin-top: 25px;
}
.out_line{
	position: relative;
	
}
.out_line span{
	display: block;
	float: left;
	color: #a4a4a4;
}
.out_line .ouTline_nav{
	position: relative;
	width: 170px;
	float: left;
	margin-left: 15px;
	cursor: pointer;
}
.outline_title{
	position: relative;
    width: 175px;
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
}
.outline_title em{
	display: block;
    position: absolute;
    right: 8px;
    top: -5px;
}
.outline_list{
    position: absolute;
    width: 185px;
    border: 1px solid #a4a4a4;
    bottom: 24px;
    border-bottom: none;
    background: #494949;
    padding: 5px 0 10px 0;
    display: none;
    z-index: 999;
}
.outline_list a{
	display: block;
    color: #a4a4a4;
    padding: 4px 0;
    padding-left: 8px;
}
.outline_list a:hover{
	color: #fff;
}
.foot_main{
    position: absolute;
    width: 360px;
    right: 50%;
    top: 25px;
    text-align: right;
    margin-right: -600px;

}
.footma{
	position: relative;
    margin: 0 auto;
    float: right;
}
.footma a{
	display: block;
    float: left;
    color: #a4a4a4;
    border-right: 1px solid #a4a4a4;
    padding: 0 8px;
}
.footma a:hover{color: #fff;}
.foot_main span{
	display: block;
    color: #a4a4a4;
    margin-top: 10px;
	font-size:12px;
}
.foot_txt{
	position: relative;
	margin-top: 10px;
}
.foot_txt span{
	margin-right: 10px;
    color: #a4a4a4;
}
.foot_txt span a{
	color: #a4a4a4;
	font-size:12px;
}
.foot_txt span a:hover{
	color: #fff;
}
.foot_right{
	position: relative;
	float: right;
	margin-top: 16px;
    display:none;
}
.foot_right img{
	display: block;
	margin: 0 auto;
    padding-top:10px;
}
.foot_right h2{
	color: #a4a4a4;
    margin-top: 4px;
}

.pageBanner {
    width: 100%;
    position: relative;
    height: 160px;
    overflow: hidden;
}
.pageBanner img {
    height: 100%;
    display: block;
}
.lm_Block {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    min-height: 425px;
}
.Talent_Ti {
    width: 100%;
    position: relative;
    padding: 50px 0 20px 0;
}
.Talent_Ti h2 {
    font-size: 26px;
    line-height: 34px;
    color: #090909;
    float: left;
}
.Talent_Ti span {
    display: block;
    float: left;
    font-size: 32px;
    color: #d6d6d6;
    text-transform: uppercase;
    margin-top: -5px;
    margin-left: 10px;
}
.im_text {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.im_text p {
    text-align: justify;
    line-height: 30px;
    color: #1a1a1a;
}
.map_content{
    position: relative;
    width: 100%;
}
.map_Block{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.post_map{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1100px;
    margin-left: -600px;
    height: 170px;
    background: url(../images/icon1.png) repeat;
    z-index: 999;
    padding: 0 50px;
}
.map_txt{
    position: relative;
    color: #fff;
    width: 900px;
    margin-top: 35px;
    float: left;
}
.map_txt h2{
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.map_txt span{
    display: block;
    line-height: 24px;
}
.map_tell{
    position: relative;
    float: left;
    width: 260px;
}
.map_msg{
    position: relative;
    float: left;
}
.map_wx{
    position: relative;
    float: right;
    color: #fff;
    text-align: center;
    margin-top: 35px;
    border-left: 1px solid #fff;
    padding-left: 50px;
}
.map_wx img{
    width: 84px;
    height: 84px;
    overflow: hidden;
}
.map_wx h2{
    margin-top: 4px;
}
.map{
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
}
.comnavBg .common_nav{
	background: #f4f4f4;
}
.common_nav{
	position: relative;
	width: 100%;
	height: 58px;
}
.comNav_block{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.comMenu{
	position: relative;
    height: 100%;
    float: right;line-height: 58px;
}
.comMenu a{
	display: block;
    float: left;
    color: #0c0c0c;
    line-height: 58px;
    margin-right: 30px;
}
.comMenu a.cur,.comMenu a:hover{
	color: #44b035;
}
.comMsg{
	position: relative;
	height: 100%;
    float: left;
}
.comMsg span{
	display: block;
	width: 15px;
	height: 58px;
	float: left;
	background: url(../Images/n2.png) no-repeat center center;
}
.comMsg a{
    font-size: 12px;
    padding-left: 5px;
    height: 100%;
    color: #0c0c0c;
    background: url(../Images/n3.png) no-repeat left center;
    line-height: 58px;
    margin-left: 6px;
}
.comMsg a.clickOn{
	color: #44b035;
	cursor: auto;
}
.common_content{
	position: relative;
	width: 100%;
}
.bGray{
	background: #f4f4f4;
}
.common_title {
    width: 100%;
    position: relative;
    padding: 30px 0;
}
.common_title h2 {
    font-size: 26px;
    line-height: 34px;
    color: #090909;
    float: left;
}
.common_title span {
    display: block;
    float: left;
    font-size: 26px;
    color: #d6d6d6;
    text-transform: uppercase;
    margin-top: 1px;
    margin-left: 10px;
}
.page_block{
	position: relative;
	width: 1200px;	
	margin: 0 auto;
}
.news_top{
	position: relative;
	width: 100%;
	background: #fff;
}
.news_img{
	float: left;
	width: 535px;	
}
.news_img img{
	display: block;
	width: 100%;
}
.news_text{
	position: relative;
    float: left;
    padding: 38px 26px;
    width: 610px;
}
.news_text h2{
	font-size: 22px;
    margin-bottom: 15px;
}
.news_text p{
	text-align: justify;
    line-height: 24px;
    color: #787878;
    letter-spacing: 2px;
}
.news_top a{
	color: #0c0c0c;
    display: block;
    width: 100%;
    height: 100%;
}
.news_add{
	display: block;
    color: #787878;
    position: absolute;
    right: 26px;
    bottom: 30px;
}
.news_list{
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}
.news_list li{
	padding: 22px;
	background: #fff;
	margin-top: 15px;
	position: relative;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.news_list li:hover{
	box-shadow: 0px 0px 10px #afa6a6;
}
.news_list a{
	display: block;
	width: 100%;
	height: 100%;
}
.news_time{
	position: relative;
	width: 142px;
	height: 130px;
	float: left;
	background: #4c9772;
	color: #fff;
	text-align: center;
}
.news_time h2{
	font-size: 56px;
    margin-top: 9px;
}
.news_time span{
	font-size: 20px;
}
.news_litext{
	position: relative;
    float: right;
    width: 980px;
}
.news_litext h2{
	font-size: 22px;
    margin-bottom: 15px;
    color: #0c0c0c;
}
.news_litext p{
	text-align: justify;
    line-height: 24px;
    color: #787878;
    letter-spacing: 2px;
}
.news_more{
	position: relative;
	width: 100%;
	height: 60px;
	background: #fff url(../Images/n4.png) no-repeat center center;
	cursor: pointer;
	margin-top: 15px;
}
.basic_block{
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}
.basic_block ul{
	width: 1266px;
}
.basic_block ul li{
	position: relative;
	width: 214px;
	padding: 10px 15px 20px 15px;
	float: left;
	background: #fff;
	margin-bottom: 30px;
	margin-right: 70px;
	border: 1px solid #dcdcdc;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.basic_block ul li:hover{
    box-shadow: 0px 0px 12px #afadad;
}
.basic_img{
	position: relative;
	width: 216px;
	overflow: hidden;
}
.basic_img img{
	display: block;
	width: 100%;
}
.basic_time{
	position: relative;
    width: 100%;
    margin-top: 10px;
}
.basic_time span{
	display: block;
    font-size: 16px;
}
.basic_rd{
	position: relative;
	width: 100%;
	margin-top: 12px;
}
.basic_rd a{
	display: block;
	width: 88px;
	height: 24px;
	border: 1px solid #529a77;
	color: #529a77;
	text-align: center;
	line-height: 24px;
}
.basic_rd a:hover{
	background: #529a77;
	color: #fff;
}
.basic_more {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff url(../Images/n4.png) no-repeat center center;
    cursor: pointer;
}
.alliBg{
	background: url(../Images/img5.png) no-repeat right bottom;
	
}
.all_in{
    position: relative;
    width: 100%;
    height: 30px;
}
.alli_top{
	position: relative;
	width: 100%;
	color: #444444;
    font-size: 16px;
    margin-bottom: 24px;
}
.alli_top span{
	margin: 0 5px;
}
.alli_list{
    position: relative;
    width: 100%;
}
.alli_left{
    position: relative;
    float: left;
    width: 575px;
}
.alli_right{
    position: relative;
    float: right;
    width: 575px;
}
.alli_input{
    position: relative;    
    padding-left: 20px;
    line-height: 42px;
    margin-bottom: 24px;
}
.alli_input em{
	display: block;
    position: absolute;
    width: 9px;
    height: 8px;
    left: 2px;
    top: 16px;
    background: url(../Images/n5.png) no-repeat;
}
.alli_input input{
    background: none;
    border: 1px solid #bebebe;
    height: 40px;
    width: 466px;
    padding-left: 10px;
    font-size: 16px;
}
.sale{
	position: relative;
    padding-left: 20px;
    margin-bottom: 24px;
}
.sale h2{
	float: left;
    line-height: 42px;
}
.sale .sale_input{
	position: relative;
    float: left;
    margin-right: 30px;
}
.sale .sale_input input{
	background: none;
    border: 1px solid #bebebe;
    height: 40px;
    width: 90px;
    padding-left: 10px;
    font-size: 16px;
}
.send{
	position: relative;
    padding-left: 20px;
}
.send h2{
	float: left;
    line-height: 42px;
}
.send .send_input{
	position: relative;
    float: left;
    margin-right: 30px;
    margin-top: 9px;
    margin-left: 8px;
}
.send .send_input input{
	
}
.alli_submit{
	position: relative;
    width: 264px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 62px;
}
.alli_submit a{
	display: block;
    float: left;
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #4c9772;
    color: #4c9772;
    margin: 0 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.alli_submit a:hover{
	background: #4c9772;
	color: #fff;
}
.Tjoin_us{
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}
.Tjoin_txt{
	position: relative;
	width: 840px;
	float: left;
}
.Tjoin_txt p{
	text-align: justify;
	line-height: 24px;
	color: #454545;
	margin-bottom: 15px;
}
.Tjoin_img{
	position: absolute;
	right: -55px;
	top: 0;
}
.Tjoin_type{
	position: relative;
	width: 100%;
	height: 510px;
	background: url(../Images/img7.jpg) no-repeat center center;
	background-size: cover;
}
.Tjoin_block{
	position: absolute;
    width: 1200px;
    padding-top: 28px;
    background: url(../Images/n6.png) repeat;
    left: 50%;
    margin-left: -600px;
    top: 28px;
}
.Tjoin_input{
	position: relative;
	width: 1128px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.Tjoin_input input{
	border: 1px solid #bfbfbf;
    height: 38px;
    width: 1106px;
    padding-left: 20px;
    background: none;
}
.Tjoin_input textarea{
	width: 1086px;
    height: 108px;
    padding: 6px 20px;
    border: 1px solid #bfbfbf;
    outline: none;
    line-height: 24px;
    resize: none;
    font-size: 14px;
    background: none;
}
.Tjoin_submit {
    position: relative;
    width: 264px;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 25px;
}
.Tjoin_submit a {
    display: block;
    float: left;
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #4c9772;
    color: #4c9772;
    margin: 0 15px;    
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.Tjoin_submit a:hover{
	background: #4c9772;
	color: #fff;
}
.join_talent{
	position: relative;
	width: 100%;
	min-height: 550px;
}
.talent_title{
	position: relative;
    width: 502px;
    float: left;
    margin-top: 20px;
}
.talent_title h2{
	color: #4c9772;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}
.talent_title span{
	color: #adaead;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 4px;
    display: block;
    margin-bottom: 40px;
    font-weight: 100;
}
.talent_title p{
	color: #646464;
    text-align: justify;
    line-height: 26px;
}
.join_tree{
	position: absolute;
    right: 0;
    bottom: 4px;
    z-index: 99;
}
.join_tree img{display: block;}
.tree_icon{
	position: absolute;
	width: 79px;
	cursor: pointer;
}
.tree_icon.icon1{
	right: 124px;
    top: 35px;
}
.tree_icon.icon1 img{
	-webkit-animation:anim4 5s ease-in-out infinite;
}
.tree_icon.icon2{
	left: 82px;
    top: 82px;
}
.tree_icon.icon2 img{
	-webkit-animation:anim4 5s ease-in-out infinite;
}
.tree_icon.icon3{
	right: 131px;
    top: 175px;
}
.tree_icon.icon3 img {
    -webkit-animation: anim4 3s ease-in-out infinite;
}
.tree_icon.icon4{
	left: 48px;
    top: 260px;
}
.tree_icon.icon4 img{
	-webkit-animation:anim4 3s ease-in-out infinite;
}
.tree_icon.icon5{
	right: 88px;
    top: 290px;
}
.tree_icon.icon5 img{
	-webkit-animation:anim4 5s ease-in-out infinite;
}
.join_man{
	position: absolute;
    right: 492px;
    bottom: 15px;
}
.join_man img{display: block;}
.jMan_f{
	position: absolute;
    left: -180px;
    top: -124px;
    width: 341px;
}
.jMan_f img {-webkit-animation:aanim3 4s ease-in-out infinite;}

.grass {
    position: absolute;
    width: 100%;
    height: 40px;
    overflow: hidden;
    bottom: 0;
    left: 0;
}
.grass:before,.grass:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../Images/img10.png) no-repeat center/auto 100%;
}
/*.grass:before {
  	left: 100%;
}
.grass:before {
  	-webkit-animation: linemovebe 60s linear infinite;
          animation: linemovebe 60s linear infinite;
}
.grass:after {
  	-webkit-animation: linemoveaf 60s linear infinite;
          animation: linemoveaf 60s linear infinite;
}*/
.tree_txt{
	position: absolute;
    left: -137px;
    top: 0;
    width: 293px;
    height: 293px;
    background: url(../images/n7.png) no-repeat;
    z-index: 999;
}
.tree_txt {
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    opacity: .5;
    filter: alpha(opacity=50);
}
.tree_icon.show .tree_txt {
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.tree_txt.txt1{
    left: -159px;
    top: -5px;
}
.tree_txt.txt2{
    left: -47px;
    top: -31px;
}
.tree_txt.txt3{
    left: -138px;
    top: -50px;
}
.tree_txt.txt4{
    left: -19px;
    top: -151px;
}
.tree_txt.txt5{
    left: -170px;
    top: -165px;
}
.tree_txt p{
	color: #fff;
    text-align: justify;
    width: 210px;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 50px;
}
.school_top{
	position: relative;
	width: 100%;
}
.schoolBg{
	position: relative;
	width: 100%;
}
.schoolBg img{
	width: 100%;
}

.school_item{
	position: relative;
	width: 100%;
}
.scBg{
	background: #4c9772;
}
.school_block{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.school_block h2{
	width: 1200px;
    height: 84px;
    background: url(../Images/n8.png) no-repeat;
    text-align: center;
    color: #468832;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 55px;
}
.direc_list{
	position: relative;
	width: 100%;
	margin-top: 50px;
}
.direc_list ul{
	width: 101%;
}
.direc_list ul li{
	width: 230px;
    height: 187px;
    background: url(../Images/n9.png) no-repeat;
    margin-right: 12px;
    margin-bottom: 38px;
    float: left;
    text-align: center;
    padding-top: 35px;
    cursor: pointer;
}
.direc_list ul li img{
	
}
.direc_list ul li p{
	color: #575651;
    font-size: 26px;
    margin-top: 14px;
}
.depe_txt{
	position: relative;
    width: 100%;
    margin-top: 30px;
}
.depe_txt p{
	text-align: justify;
    color: #595959;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}
.depe_img{
	position: relative;
	width: 100%;
}
.depe_img img{
	display: block;
	width: 100%;
}
.flor_img{
	position: relative;
	width: 100%;
	padding: 80px 0;
}
.flor_img img{
	display: block;
	width: 100%;
}
.sclBg{
	background: url(../Images/n12.jpg) repeat;
}
.univer_list{
	position: relative;
	width: 102%;
	margin-top: 70px;
	overflow: hidden;
}
.univer_list ul{
	width: 110%;
}
.univer_list ul li{
	float: left;
	width: 346px;
	height: 241px;
	background: url(../Images/n13.png) no-repeat;
	margin-right: 88px;
	margin-bottom: 50px;
    cursor: pointer;
}
.univer_list ul li img{
	display: block;
	width: 100%;
}
.univer_list ul li .con { display:none;}
.direc_block{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: url(../Images/n15.png) repeat;
	display: none;
}
.direc_content{
	position: absolute;
	width: 580px;
	height: 454px;
	left: 50%;
	top: 50%;
	margin-left: -290px;
	margin-top: -227px;
	background: url(../Images/n14.png) no-repeat;
}
.diClose{
    position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../Images/n16.png) no-repeat;
	right: 14px;
    top: 34px;
}
.direc_content h2{
	margin-top: 46px;
    text-align: center;
    background: url(../images/n17.png) no-repeat center center;
    height: 51px;
    font-size: 20px;
    color: #468832;
    line-height: 46px;
    letter-spacing: 2px;
    font-weight: 600;
}
.diText{
	position: relative;
    width: 75%;
    margin: 0 auto;
    margin-top: 50px;
}
.diText p{
	color: #468832;
    text-align: justify;
    line-height: 24px;
}
.school_object{
	position: absolute;
    width: 1200px;
    margin-left: -600px;
    left: 50%;
    bottom: 0;
    height: 40%;
}
.school_object h2{
	width: 1200px;
    height: 84px;
    background: url(../Images/n8.png) no-repeat;
    text-align: center;
    color: #468832;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 55px;
}
.sObject_list{
	position: relative;
    width: 802px;
    margin: 0 auto;
    margin-top: 30px;
}
.sObject_list ul li{
	float: left;
    width: 203px;
    height: 110px;
    background: url(../Images/n18.png) no-repeat;
    margin: 0 32px;
    color: #468832;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding-top: 76px;
    letter-spacing: 2px;
}
.sObject_txt{
	position: relative;
    width: 100%;
    margin-top: 30px;
}
.sObject_txt p{
	text-align: justify;
    color: #5c5c5c;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
}
.join_nav{
	position: fixed;
    width: 212px;
    right: 0;
    top: 54%;
    margin-top: -210px;
    z-index: 999;
}
.join_nav li{
	width: 212px;
    height: 66px;
    background: url(../Images/n19.png) no-repeat;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    color: #070707;
    letter-spacing: 2px;
    line-height: 56px;
    cursor: pointer;
}
.join_nav li a{
    color: #070707;
}
.social_banner{
	position: relative;
	width: 100%;
	margin-top: 25px;
}
.social_banner img{
	display: block;
	width: 100%;
}
.social_nav{
	position: relative;
    width: 816px;
    margin: 30px auto;
}
.social_nav a{
	display: block;
	width: 374px;
	height: 54px;
	border: 1px solid #4c9772;
	color: #0c0c0c;
	text-align: center;
	line-height: 54px;
	font-size: 18px;
	margin: 0 16px;
	float: left;
	letter-spacing: 2px;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.social_nav a.at,.social_nav a:hover{
	color: #fff;
	background: #4c9772;
}
.social_content{
	position: relative;
	width: 100%;
}
.social_item{
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}
.call_list{
	position: relative;
	width: 100%;
}
.call_list li{
	position: relative;
	border-bottom: 1px solid #d2d2d2;
    color: #0e0e0e;
    padding: 30px 60px;
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.call_list li:hover{
	background: #eeeeee;
}
.call_list li h2{
	font-size: 20px;
    margin-bottom: 25px;
}
.call_list li p{
	line-height: 28px;
}
.call_list li em{
	position: absolute;
    right: 90px;
    top: 0;
    width: 38px;
    height: 100%;
    background: url(../Images/n20.png) no-repeat center;
}
.call_left{
	position: relative;
    float: left;
    min-width: 290px;
}
.call_right{
	position: relative;
    float: left;
    min-width: 290px;
}
.talent_nav{
	position: relative;
	width: 100%;
    width: 642px;
    padding-left: 560px;
}
.talent_nav .tasetl{
	position: relative;
	width: 262px;
}
.talent_nav .tasetl em{
	display: block;
    position: absolute;
    width: 50px;
    height: 36px;
    background: #f1f1f1 url(../Images/n21.png) no-repeat center;
    z-index: 999;
    right: 3px;
    top: 1px;
}
.talent_nav .tanavLi{
    display: block;
	width: 260px;
    height: 38px;
    color: #383838;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #ececec;
    padding-left: 15px;
    margin-right: 20px;
    float: left;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: url(../Images/n21.jpg) no-repeat right;
}
.talent_search {
    width: 358px;
    height: 36px;
    border: 1px solid #ececec;
    float: left;
    position: relative;
}
.talent_search input {
    width: 286px;
    padding-left: 18px;
    height: 24px;
    color: #383838;
    font-size: 16px;
    letter-spacing: 1px;
    border: 0;
    background: none;
    margin-top: 7px;
    outline: none;
}
.ipt_search {
    background: #f1f1f1 url(../Images/n22.png) no-repeat center;
    background-size: 45%;
    width: 48px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
}
.job_nav {
    height: 40px;
    line-height: 40px;
    background: #4c9772;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 8px;
    margin-top: 25px;
}
.job_nav li {
    width: 200px;
    float: left;
    margin-right: 20px;
}
.tal_rcc {
    width: 100%;
    position: relative;
}
.tal_rci {
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #dcdcdc;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.tal_rci:hover{
    box-shadow: 0px 0px 10px #aba5a5;
}
.tal_rci.at {
    background: #e1e1e1;
    padding-bottom: 15px;
}
.tal_rci ul {
    padding: 24px 15px;
    background: url(../Images/n23.png) no-repeat right 40px center;
    position: relative;
}
.tal_rci.at ul {
    background: url(../Images/n24_1.png) no-repeat right 40px center;
}
.tal_rci li {
    width: 200px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    float: left;
    margin-right: 20px;
    min-height: 20px;
}
.tal_rcb {
    width: 1168px;
    border: 1px solid #bfbfbf;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 40px;
    background: #fff;
    display: none;
    z-index: 99;
    margin-top: 10px;
}
.tal_rcb .ai {
    width: 21px;
    height: 19px;
    background: url(../Images/n25.png) no-repeat left center;
    position: absolute;
    top: -19px;
    left: 88px;
    z-index: 9999;
    display: block;
}
.job_content {
    margin: 0 90px;
    border-top: 1px solid #c7c7c7;
    position: relative;
}
.job_title {
    position: relative;
    width: 100%;
    padding-top: 34px;
}
.job_title h2 {
    color: #333333;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
}
.job_title span {
    color: #b5b5b5;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 15px;
}
.job_text {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.job_text p {
    line-height: 22px;
    text-align: justify;
}
.cadet_content{
	position: relative;
	width: 100%;
	margin-top: 35px;
}
.inner_top{
	position: relative;
    width: 100%;
    margin-top: 35px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
}
.inner_top h2{
	color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.inner_top span{
	color: #848484;
    margin-right: 20px;
}
.inner_top a{
	display: block;
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #5e5a4b;
}
.inner_txt{
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.inner_txt p{
	text-align: justify;
    color: #555555;
    line-height: 24px;
    min-height: 24px;
}
.inner_txt img{
	max-width: 100%;
}
.inner_nePrev{
	position: relative;
	width: 100%;
	padding-top: 15px;
	border-top: 1px solid #d9d9d9;
}
.ind2_textBlock p {color:#fff;}
.inner_nePrev a{
	display: block;
	color: #555555;
	margin-bottom: 50px;
}
/*****动画******/

/*图片滚动*/
@-webkit-keyframes linemovebe {
  	0% {left: 100%;}
  	100% {left: 0;}
}
@keyframes linemovebe {
  	0% {left: 100%;}
  	100% {left: 0;}
}
@-webkit-keyframes linemoveaf {
  	0% {left: 0;}
  	100% {left: -100%;}
}
@keyframes linemoveaf {
  	0% {left: 0;}
  	100% {left: -100%;}
}

@-webkit-keyframes aanim3
{
	0%{-webkit-transform: rotate(0);-webkit-transform-origin: right bottom;}
	50%{-webkit-transform: rotate(7deg);-webkit-transform-origin: right bottom;}
	100%{-webkit-transform: rotate(0);-webkit-transform-origin: right bottom;}
}
@-webkit-keyframes anim4
{
	0%{-webkit-transform: rotate(0);-webkit-transform-origin: right top;}
	50%{-webkit-transform: rotate(7deg);-webkit-transform-origin: right top;}
	100%{-webkit-transform: rotate(0);-webkit-transform-origin: right top;}
}

.indUl_img {display: block;}
.cla_li:hover {padding:20px;margin-left:-20px;box-shadow: 0px 0px 10px 0px #ccc;}
.bu5_img {overflow: hidden;}
.bu5_img:hover {box-shadow: 0px 0px 10px 0px #666;}
.buIn_a:hover {box-shadow: 0px 0px 10px 0px #ccc;}
.buIn {overflow: hidden;}
.ne_li:hover {box-shadow: 0px 0px 10px 0px #ccc;padding:18.2px;margin-left:-18.2px;}
.ne_li:hover .ne_time {right:20px;}
.ne_liIn {position: relative;width:100%;height: 123px;}
.ne_ul .ne_li {position: absolute;top:0px;left:0px;}
.fo_I {
    position: absolute;
    top: 16px;
    left: -5px;
}
.te_content {
    position: relative;
    width: 96.1%;
    background: url(../images/b_1.jpg);
    padding: 20px 2%;
    background-size: cover;
    color: #666;
    margin-bottom: 40px;
}
.te_wire {
    position: relative;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    width: 100%;
}
.te_text {
    position: relative;
    text-align: justify;
    line-height: 26px;
}

.te_title {
    position: relative;
    padding-top: 14px;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.te_text {}

.te_ul {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
}

.te_li {
    float: left;
    position: relative;
    padding-left: 14px;
    background: url(../images/b_2.jpg) no-repeat left;
    margin-right: 40px;
    display: block;
    color: #666;
    margin-bottom: 12px;
}
.bu1_content {
    position: relative;
    width: 100%;
}

.bu1_contentBlock {
    position: relative;
    width: 1200px;
    margin: auto;
}

.bu1_textBlock {
    float: left;
    position: relative;
    width: 500px;
    padding-bottom: 50px;
}

.bu1_imgBlock {
    position: relative;
    width: 564px;
    float: right;
    padding: 30px 0;
}

.bu1_imgBlock img {
    width: 100%;
}

.bu1_ul {
    padding-top: 50px;
    position: relative;
    width: 100%;
    color: #666;
}

.bu1_li {
    padding-left: 15px;
    background: url(../images/b_2.jpg) no-repeat 0px 8px;
    margin-bottom: 10px;
    line-height: 24px;
}
.bu1_block {
    position: relative;
    width: 100%;
    height: 100px;
}

/*.bu1_block .buB_ulBlock {
    left: -22px;
    right: auto;
    top: 50px;
}*/
.co_ul {
    position: relative;
    width: 104%;
    padding: 40px 0;
}

a.co_a {
    position: relative;
    width: 374px;
    height: 52px;
    text-align: center;
    display: block;
    float: left;
    border: 1px solid #ccc;
    line-height: 52px;
    font-size: 20px;
    color: #666;
    letter-spacing: 1px;
    margin-right: 36px;
}

.co_ulPage {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}

.co_page {
    position: relative;
    width: 100%;
}

.co_textBlock {
    position: relative;
    width: 560px;
    float: left;
    background: url(../images/c1_8.png) no-repeat left bottom;
    padding-bottom: 20px;
}

.co_img {
    position: relative;
    width: 571px;
    float: right;
    border: 1px solid #4c9772;
}

.co_tTitle {
    font-size: 22px;
    color: #666;
    padding-bottom: 15px;
}

.co_tText {
    position: relative;
    width: 100%;
    text-align: justify;
    line-height: 26px;
    color: #666;
}

.co_tImg {
    position: relative;
    width: 168px;
    margin: auto;
    padding-top: 20px;
}
.co_a.current {background: #4c9772;color:#fff;}
.co_ulPage .ne_contentBlock {background: #fff;}
.co_ulPage .ne_liIn {width:98%;}
.ac_img {
    position: relative;
    float: left;
    width: 143px;
    height: 131px;
    overflow: hidden;
}

.ac_img img {
    width: 100%;
}
.me_ul {
    position: relative;
    width: 105%;
}

.me_li {
    position: relative;
    float: left;
    padding: 20px 30px 40px 30px;
    background: #fff;
    margin-right: 29px;
    margin-bottom: 40px;
    border-radius: 6px;
    cursor:pointer;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.me_text {
    text-align: center;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #333;
    padding-top: 10px;
}

.me_img {
    position: relative;
    width: 320px;
}

.me_img img {
    width: 100%;
}

.me_image {
    position: relative;
    width: 100%;
    padding-top: 20px;
}
.meBl_block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 680px;
    padding: 30px;
    z-index: 99;
    background: #fff;
    margin-left: -401px;
    margin-top: -250px;
    border: 1px solid #eee;
    padding: 60px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #ccc;
    display: none;
}

.meBl_img {
    position: relative;
    width: 320px;
    margin: auto;
}

.meBl_title {
    text-align: center;
    font-size: 20px;
    color: #333;
    padding-top: 10px;
}

.meBl_text {
    position: relative;
    padding-top: 20px;
    line-height: 26px;
}

.meBl_text span {
    color: #333;
}
@-webkit-keyframes an_01
{
    0%{-webkit-transform: scale(0.5);opacity: 0;}
    100%{-webkit-transform: scale(1);opacity: 1;}
}
.meBl_block {-webkit-animation: an_01 0.6s ease-in-out backwards;}
.co1_ul {
    width: 70%;
    padding-left: 200px;
}
.indVid_img {
    position: relative;
    width: 100%;
    height: 100%;
}


.indVid_img img {
    width: 100%;
}

.indVid_play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -44px;
    margin-top: -44px;
    z-index: 99;
}
.indVid_block {position: relative;width:100%;cursor: pointer;height: 220px;overflow: hidden;}

.indVid_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1002;
    background: url(../images/c_2.png);
    display: none;
}

.indVid_content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 564px;
    margin-left: -500px;
    margin-top: -282px;
    z-index: 1008;
    display: none;
}

.indVid_clear {
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
    z-index: 99;
}

.indVid_video {
    position: relative;
    width: 100%;
    height: 100%;
}


.alert_block{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: url(../Images/n15.png) repeat;
    display: none;
}
.alert_content{
    position: absolute;
    width: 1061px;
    height: 654px;
    left: 50%;
    top: 50%;
    margin-left: -530px;
    margin-top: -327px;
    background: url(../Images/n_12.png) no-repeat;
    display: none;
}
.alert_diClose{
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../Images/n16.png) no-repeat;
    right: 14px;
    top: 34px;
}
.alert_contentBlock {
    position: absolute;
    left: 10%;
    top: 15%;
    width: 80%;
    height: 435px;
    z-index: 99;
}

.alert_img {
    position: relative;
    width: 346px;
    margin: auto;
}

.alert_ch {
    position: relative;
    text-align: center;
    font-size: 22px;
    color: #296517;
    padding-top: 10px;
}

.alert_en {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #296517;
    padding-top: 5px;
}

.alert_text {
    position: relative;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    color: #296517;
    font-size: 18px;
    text-align: center;
}
a.di_aBlock {
    position: absolute;
    bottom: -1px;
    left: 5%;
    width: 93px;
    height: 94px;
    background: url(../images/di_2.png) no-repeat center;
}

.di_icon {
    position: absolute;
    bottom: 40px;
    right: -68px;
    color: #468832;
    font-size: 16px;
}
@-webkit-keyframes an_01
{
    0%{ -webkit-transform:translate(0);}
    50%{ -webkit-transform:translate(-20px,0);}
    100%{ -webkit-transform:translate(0);}
}
.di_icon {-webkit-animation:an_01 1s linear infinite;}
.di_te {
    position: absolute;
    left: 44px;
    width: 80px;
    top: 5px;
}
a.ta_a {
    float: left;
    color: #333;
    border: 1px solid #ccc;
    text-align: center;
    padding: 6px 15px;
    margin-left: 40px;
}

a.ta_a:hover {
    color: #62b849;
    border: 1px solid #62b849;
}

.wc_content {
    position: relative;
    width: 1200px;
    margin: auto;
    padding: 70px 0;
}

.wc_ti {
    font-size: 20px;
    color: #333;
    letter-spacing: 1px;
}

.wc_ul {
    position: relative;
    width: 90%;
    margin: auto;
    padding-top: 60px;
}

.wc_li {
    position: relative;
    width: 21%;
    float: left;
    margin: 0px 2%;
    margin-bottom: 30px;
    text-align: center;
    height: 235px;
    padding-top: 20px;
}

.wc_img {
    position: relative;
    width: 80%;
    margin: auto;
}

.wc_te {
    position: relative;
    color: #666;
    line-height: 24px;
    height: 48px;
    padding-top: 5px;
    width: 80%;
    margin: auto;
}
.searchall {margin-top:18px;margin-left:5px;background: #FFF;border: 1px solid #e5e5e5;}
.searchall form {
  background: #FFF;
}
.searchall input, .searchall button {
  border: none;
  outline: none;
  background: transparent;
}
.searchall input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
}
.searchall button {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 18px;
  right: 0;
  cursor: pointer;
}
.searchall button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #a3b9d0;
}


 @media screen and (max-width: 760px) {
 
#header{display: none;}
#banner{display: none;}
#Footer{display: none;}
.common_block{display: none;}

 }
