/*清除默认样式*/
* {
	padding: 0;
	margin: 0;
}
div, img, ul, ol, li, dl, dt, dd, p {
	border: none;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	text-decoration: none;
}
.clear {
	clear: both;
}
.clearfix {
	clear: both;
}

body {
	min-height: 100%;
	font-family: 'Microsoft Yahei', 'Arial','Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
	-webkit-overflow-scrolling: touch;
	line-height: 1.82857143;
	overflow-x:hidden;
	overflow-y:auto;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	background: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #666;
}
a:hover {
	color: #009530;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
html, body {
	-webkit-text-size-adjust: none;
}/*去除默认最小字体大小*/

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}/*去除手机按钮默认样式*/
/*结束*/

.containerframe {
	margin: 0px auto;
	width: 100%;
	padding: 0px;
}
.w1200 {
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px;
}
@media screen and (max-width: 1199px){
.w1200 {
	margin: 0px auto;
	max-width:96%;
	padding: 0px;
}
}
.W800 {
	margin: 0px auto;
	max-width:900px;
	padding: 0px;
}


.font18B{
	font-size:1.4em;
	font-weight:bold;
	color:#000;
}

.left {
	float: left;
}
.right {
	float: right;
}
.left_tp {
	float: left;
	padding:0px 55px 15px 0px;
}
.right_tp {
	float: right;
	padding:0px 0px 15px 55px;
}

@media (max-width:979px) {
.left_tp {
	width: 45%;
	float: left;
	padding: 0px 15px 15px 0px;
}
.right_tp {
	width: 45%;
	float: right;
	padding: 0px 0px 15px 15px;
}
}
@media (max-width:640px) {
.left_tp {
	width: 100%;
	float: left;
	padding: 0px;
}
.right_tp {
	width:100%;
	float: right;
	padding: 0px;
}
}

.warp {
	width: 1200px;
	margin: 0 auto;
}
.h30{
	height:30px;
	clear:both;
	font-size:1px;
	line-height:30px;
}
.h15{
	height:15px;
	font-size:1px;
	clear:both;
}
@media (max-width:640px) {
.h30{
	height:15px;
	clear:both;
	font-size:1px;
	line-height:15px;
}
}



/*底部*/
.copyright{
	line-height:20px;
	font-size:16px;
	/*text-align:left;*/
	color:#fff;
	margin-top:0px;
}
.copyright a{
	line-height:20px;
	font-size:16px;
	/*text-align:left;*/
	color:#fff;
	margin-top:10px;
	display:block;
	margin-bottom:50px;
}


.copyr{margin-top:15px; width:60%; float:left;}
.beian{width:60%;float:left;}

.qrc1{
width:100px;
height:100px;
float:right;    
display:block;
margin-right:30px; 
box-sizing:border-box;   

    }

.qrc2{
width:100px;
height:100px;
float:right;    
display:block;    
    }


.footbg{
	padding:35px 0px;
	background:#373737;
	height:170px;
	
}
.footlist{
	width:110px;
	float:left;
	font-size:12px;
	color:#777;
	line-height:24px;
	margin-right:10px;
	margin-left:30px;
}
.footlist .title{
	font-size:14px;
	padding-bottom:5px;
	color:#333;
}
.footlist .title a{
	color:#333;
}
.footlist a{
	color:#777;
}
.footlist a:hover{
	color:#009531;
}
.foot_r{
	width:25%;
	float:right;
	padding-left:50px;
	border-left:1px solid #ccc;
	min-height:220px;
	color:#777;
	line-height:30px;
}
.foot_r .title{
	font-size:14px;
	padding-bottom:5px;
	color:#777;
}

@media screen and (min-width:992px) and (max-width:1199px){
	.footlist{
	width:9%;
	float:left;
	font-size:12px;
	color:#777;
	line-height:30px;
	margin-right:1%;
}
.foot_r{
	width:23%;
	float:right;
	padding-left:50px;
	border-left:1px solid #ccc;
	min-height:220px;
	color:#777;
	line-height:24px;
}
}
@media (max-width:991px) {
.footbg{ display:none;}
}




/*内页banner*/
.dlltop {
	margin: 0 auto;
	max-width: 2000;
	min-height: 220px;
}
 @media (max-width: 1199px) {
.dlltop {
	background-size: auto 100% !important;
	height: 15rem !important;
	min-height: 15rem !important;
}
}
@media (max-width: 640px) {
.dlltop {
	height:6rem !important;
	min-height:6rem !important;
}
}
/*内页主体*/
.mid_title {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 30px;
	padding-bottom: 10px;
}
.mid_title_l {
	float: left;
	font-size: 24px;
	color:#0049af;  /*#009530*/
}
.mid_title_r {
	float: right;
	font-size: 12px;
	color: #666;
	margin-top: 15px;
}
.mid_title_r span {
	padding: 0 5px;
	color:#
	font-family: "SimSun";
}
.mid_title_r .green {
	font-family: 'Microsoft Yahei';
	color:#0049af; /*#3dcd58*/
}

.mid_title_r a {
	color: #666;
}
.mid_title_r a:hover {
	color:#0049af;/*#3dcd58*/
	text-decoration: none;
}
.mid_content{
	width:100%;
	padding:30px 0px;
	clear:both;
	min-height:500px;
}
.mid_content img{
	max-width:100%;
	height:auto;
}
.mid_content2{
	width:100%;
	padding:30px 0px;
	clear:both;
	min-height:500px;
}
@media (max-width:800px) {
.mid_content{
	padding:15px 0px;
	min-height:250px;
}
.mid_content2{
	padding:15px 0px;
	min-height:250px;
}
}
@media (max-width:980px) {
.mid_title {
	padding-top: 15px;
}
}
@media (max-width: 800px) {
.mid_title_r {
	display: none;
}
.mid_title_l {
	float: left;
	font-size: 20px;
	color:#0049af; /* #009530*/
}
.mid_title {
	width: 100%;
	border: none;
	padding-top: 10px;
	padding-bottom: 0px;
}
}

/*********头部*********/
.top{
	width:100%;
	/*background:#3dcd58;*/
	background:#fff;
	border-bottom:2px solid #7fa2dc;
}
.header {
	width: 100%;
	height:85px;
	position: relative;
	z-index: 12;
}

.header .T-osm {
	position: absolute;
	left: 0;
	top: 0;
	height:85px;
	width: 100%;
}

.s-ncep {
}
.T-nav {
	width:72%;  /*940px*/
	float:left;
	margin:0;
	padding:0 0 0 3%;
}
.T-nav ul {
	margin-left:25px;
}
.T-nav ul li {
	float: left;
	width:15%;  /*110px*/
	text-align:center;
	position: relative;
	
	
}

/*
.T-nav ul li span{box-sizing:border-box;outline:none;}
.T-nav ul li .on i{display:block;animation:ANavI 0.3s}
.T-nav ul li span i{height:100%; background:#f4f4f4;width:100%; position:absolute; bottom:0; left:0; display:none; z-index:0; box-sizing:border-box; border-top:4px solid #0049af}
*/

.T-nav ul li.on i{
	/*background:#009530;*/
	/*background:#f4f4f4;*/
	/*border-top:3px solid #0049af;*/
	/*cursor:pointer;*/
	display:block;
	animation:ANavI 0.3s;
}

.T-nav ul li i{height:100%; background:#f4f4f4;width:100%; position:absolute; bottom:0; left:0; display:none; z-index:-1; box-sizing:border-box; border-top:4px solid #0049af}


.T-nav ul li > a {
	line-height: 85px;
	font-size: 16px;
	/*color: #fff;*/
	color: #000;
	
}
.T-nav ul li div {
	position: absolute;
	top:85px;
	width:100%;
	text-align: center;
	display: none;
	left:0;
}
.T-nav ul li div a {
	font-size: 14px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: url(../images/bg-col.png);
	display: block;
	width: 100%;
}
.T-nav ul li div a:hover {
	background: #2b4c82;
}/* #3dcd58*/
.T-search {
	float: right;
	width: 66px;
	position: relative;
	margin: 0 10px;
}
.T-search span {
	display: block;
	width: 100%;
	height: 85px;
	background:url(../images/search.png) no-repeat center;
	cursor: pointer;
}
.set-hop {
	border: 5px solid #2b4c82;
	height: 40px;
	width: 220px;
	background: #fff;
	position: absolute;
	top: 85px;
	left: -155px;
	display: none;
}/*#009530*/
.set-hop .int01 {
	width: 160px;
	border: none;
	height: 30px;
	padding: 0 5px;
	float: left;
}
.set-hop .int02 {
	width: 50px;
	height: 30px;
	border: none;
	background: #2b4c82;
	color: #fff;
	float: left;
	cursor:pointer;
}/*#009530*/
/* 991 像素以下的屏幕*/
@media (max-width: 991px) {

.header {
}
.header .T-osm {
	height: 58px;
}
.s-ncep {
	height: 58px;
}
.header .T-osm .logo {
	padding: 10px 0 5px 10px;
}
.header .T-osm .logo img {
	height: 38px
}
.T-search {
	width: 55px;
	margin: 0;
}
.T-search span {
	height: 55px;
	background: url(../images/fd.png) no-repeat center center;
	background-size: 40% 40%;
}
.set-hop {
	height: 40px;
	width: 220px;
	background: #fff;
	position: absolute;
	top: 55px;
	left: auto;
	right: -55px;
	display: none;
}
.mob-nav {
	display: block;
	float: right;
	height: 55px;
	width: 55px;
	background: url(../images/dh.png) no-repeat center center;
	background-size: 40% 30%;
	position:relative;
	z-index:99999;
}
.T-nav {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 55px;
	background: url(../images/bg_3.png);
}
.T-nav ul li {
	width:100%;
	margin: 0;
	display: block;
	float: inherit;
	text-align:left;
}
.T-nav ul li > a {
	line-height: 40px;
	font-size:14px;
	color: #fff;
	display: block;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
}
.T-nav ul li div {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
.T-nav ul li div a {
	margin: 0;
	padding: 0px 5px;
	background:none;
	font-size:12px;
}

}


/**********************首页关于我们*********************/
.about_us {
  overflow: hidden;
  text-align: center;
}
.about_us ul {
  margin-left: -0.75%;
  font-size: 0;
}
.about_us li {
  width: 24.25%;
  margin-left: 0.75%;
  float: left;
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.about_us li .s-img {
  height: 243px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about_us li .p-name {
  background: #fff;
  border-style: solid;
  border-color: #d1d1d1;
  border-width: 0 1px 1px;
  padding: 32px 0 25px;
  transition: all 0.5s;
}
.about_us li .p-name .add {
  background-position: 0 -377px;
  height: 36px;
  width: 36px;
}
.about_us li:hover .p-name,
.about_us li.act .p-name {
  background-color: #3489cb;
  border-color: #3489cb;
  transition: all 0.5s;
}
.about_us li:hover .p-name p,
.about_us li.act .p-name p {
  color: #fff;
}
.about_us li:hover .p-name .add,
.about_us li.act .p-name .add {
  background-position: 0 -284px;
}

@media (max-width: 1199px) {

  /**********************特色美食*********************/
  .about_us {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_us li .s-img {
    height: 1.296rem;
  }
 
}

@media (max-width: 991px) {
   /**********************首页关于我们*********************/
  .about_us li .p-name {
    padding: 20px 0;
  }
  .about_us li .p-name .add {
    margin-bottom: 10px;
  }
 
}

@media (max-width: 640px) {
  .ico_img {
    background-size: 2.5rem 10rem;
  }
  .text_m {
    font-size: 16px;
    line-height: 1.2;
  }
    .sx-db {
    display: block;
  }
 
  /**********************首页关于我们*********************/
  .about_us ul {
    margin-left: 0%;
  }
  .about_us li {
    width: 100%;
    margin-left: 0;
    margin-bottom: .15rem;
  }
  .about_us li .s-img {
    height: 2.99rem;
  }
  .about_us li .p-name {
    background: #3489cb;
    border: none;
    padding: .2rem .3rem;
    position: relative;
    text-align: left;
  }
  .about_us li .p-name p {
    color: #fff;
    display: inline-block;
    line-height: .45rem;
    margin-bottom: 0;
    vertical-align: top;
  }
  .about_us li .p-name p.eng-p {
    line-height: .5rem;
  }
  .about_us li .p-name .add {
    background-position: 0 -3.55rem;
    height: .46rem;
    width: .46rem;
    position: absolute;
    right: .3rem;
    top: .2rem;
    margin-bottom: 0;
  }
  .about_us li:hover .p-name,
  .about_us li.act .p-name {
    background-color: #3489cb;
    border-color: #3489cb;
    transition: all 0.5s;
  }
  .about_us li:hover .p-name p,
  .about_us li.act .p-name p {
    color: #fff;
  }
  .about_us li:hover .p-name .add,
  .about_us li.act .p-name .add {
    background-position: 0 -3.55rem;
  }
  
  }
  
  
/****** Home-Product-style ******/
.container {
	width: 1200px;
	margin: 0 auto;
}



 @media (max-width: 1200px) {
.container {
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}

}
@media(min-width: 1199px){
	.link a {
	    float: left;
	    font-size: 14px;
	    color: #fff;
	    display: block;
	    width: 11.58%;
	    padding-left: 5.08%;
	    line-height: 30px;
	    margin:auto;
	    height: auto;
	}
}
	.ico_img {
	    background-image: url(../images/ico.png) !important;
	    background-repeat: no-repeat;
	}
	@media(max-width: 640px){
		.bdshare-button-style1-24 a{
		margin:auto;
		height: auto;
		line-height: 0.4rem;
padding-left: 11.5%;
		}
	}

/****** Home-Product-style ******/
#Product { /*background: url('../images/probg.jpg') top center; */ padding-bottom:25px;  }
#Product .Tit h3 { /*color: #3dcd58; */color: #000; font-size:30px; text-align:center; padding:25px 0px 0px 0px;}
#Product .Tit h4 { /*color: #3dcd58; */color: #7e7e7f; font-size:18px; text-align:center; padding:0px 0px 35px 0px; }
#Product .main { margin-bottom: 24px; }

.pro-ban { position: relative; }
#Product .main .pro-li { position: relative; }
#Product .main .pro-li a:after { content: ""; clear: both; display: block; }
#Product .main .pro-li a { display: block; }
#Product .main .pro-li .pro-li-img { width: 53%; float: right; position: relative; z-index: 9; top: 20px; padding: 0; }
#Product .main .pro-li .pro-li-Intro { float: left; width: 50%; position: absolute; z-index: 8;   background: #2b4c82; height: 95%; padding: 40px; padding-right: 70px; }/*background: #3dcd58;*/
#Product .main .pro-li-Intro h3 { font-size: 24px; color: #fff; line-height: 70px; margin-bottom: 20px; position: relative; }
#Product .main .pro-li-Introh3 .line { position: absolute; left: 0; bottom: 0; width: 50px; height: 1px; background: #fff; opacity: 0.5; filter: alpha(opacity=50); }
#Product .main .pro-li-Intro p { font-size: 16px; color: #fff; line-height: 30px; margin-bottom: 30px; }
#Product .main .pro-li-Intro .more { border: 1px solid #fff; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 14px; color: #fff; line-height: 30px; }
#Product .main .pro-li-Intro i { margin-left: 20px; font-size: 12px; color: #fff; line-height: 30px; }
#Product .main .owl-theme .owl-controls .owl-buttons div { z-index: 98; margin: 0; padding: 0; border: none; outline: none; width: 66px; height: 66px; position: absolute; bottom: 20px; left: 47%; font-size: 0; border-radius: 0; opacity: 1; }
#Product .main .owl-theme .owl-controls .owl-buttons .owl-prev { margin-left: -66px; background: url('../images/icon/bl01.png') no-repeat center center #fff; }
#Product .main .owl-theme .owl-controls .owl-buttons .owl-next { background: url('../images/icon/br.png') no-repeat center center #2b4c82;   /*#3dcd58;*/}



@media (max-width: 768px) {

      #Product .main .owl-theme .owl-controls .owl-buttons div { display: none !important; }
    #Product .main .pro-li .pro-li-img { float: none; width: 100%; top: 0; }
    #Product .main .pro-li .pro-li-Intro { padding: 10px; position: relative; width: 100%; height: auto; }
    #Product .main .pro-li-Intro h3 { margin: 0; font-size: 20px; line-height: 40px; }
    #Product .main .pro-li-Intro p { display: none; }
    #Product .main .pro-li-Intro .more { display: none; }
}


/****** 首页新闻 ******/
#indexnews h3 { color: #3dcd58; font-size:30px; text-align:center; padding:25px 0px; }
.indexnewstp{
	width:35%;
	float:left;
	position:relative;
	height:235px;
	overflow:hidden;
	margin-left:2%;
}
.indexnewstp .tp img{
	width:100%;
	height:auto;
	z-index:0;
}
.indexnewstp .title{
	width:100%;
	padding:0px 15px;
	font-size:14px;
	color:#fff;
	line-height:30px;
	background: url(../images/bg_6.png) repeat;
	text-align:center;
	position:absolute;
	bottom:0;
	z-index:10;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.indexnews{
	width:63%;
	float:left;
	/*margin-left:2%;*/
}
.indexnewslist{
	width:46%;
	margin:0px 2% 30px 2%;
	float:left;
}
.indexnewslist .title{
	width:100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size:16px;
	color:#333;
	clear:both;
}
.indexnewslist .time{
	width:100%;
	font-size:14px;
	color:#999;
	clear:both;
}
.indexnewslist .newscont{
	width:100%;
	font-size:14px;
	color:#666;
	height:46px;
	overflow:hidden;
}

.indexnewslist .title:hover{
	color:#009530;
}

@media (max-width: 767px) {
	.indexnewstp{
	width:100%;
	float:left;
	position:relative;
	height:210px;
	overflow:hidden;
	margin-left:0;
	margin-top:10px;
}
.indexnews{
	width:100%;
	float:left;
	margin:0 auto;
}
.indexnewslist{
	width:100%;
	margin:10px 0px 0px 0px;
	float:left;
}
.indexnewslist .newscont{
	width:100%;
	font-size:14px;
	color:#666;
	height:46px;
	overflow:hidden;
	display:none;
}
}


 /*新闻*/
.news-li{padding: 30px 0;border-top: 1px solid #f0f0f0; clear:both;}
.news-li:first-child{border:none;}
.news-li a{display: table;width:100%;}
.new-box,.news-cont{display: table-cell;vertical-align: middle;}
.news-img{width:315px;float:left; height:190px; overflow:hidden;}
.news-img img{display: block;width: 100%; height:auto;}
.news-cont{padding: 0 0 0 50px;color: #333; *+float:left; *+width:700px;}
.news-cont-tit{font-weight:bold;font-size: 16px;color: #333;-webkit-line-clamp: 1;}
.news-cont p{margin:20px 0; -webkit-line-clamp: 2;line-height: 25px; color:#999;}
.news-time{color:#999}
.news-time span{color: #333;}
.news-cont-tit:hover{
	color:#009530;
}
@media only screen and (max-width:1220px ) {
	.news-box{display: table;margin-bottom: 10px;width:100%;}
	.news-cont{padding: 0 20px;}
}
@media only screen and (max-width:1198px ) {
.news-cont p{ max-height:50px; overflow:hidden;text-overflow:ellipsis;  
    -o-text-overflow:ellipsis;  
    -icab-text-overflow: ellipsis;  
    -khtml-text-overflow: ellipsis;  
    -moz-text-overflow: ellipsis;  
    -webkit-text-overflow: ellipsis;
}

}
@media (max-width: 767px) {
.news-img{width:100%;float:left; height:auto; overflow:hidden; margin-bottom:10px;}
.news-li{ padding:0; padding-top:25px;}
}
@media only screen and (max-width:640px ) {
	.new-box,.news-img,.news-cont{display: block;padding: 0;width: 100%;}
	.news-cont{padding:5px 0 10px 0;}
	.news-cont p{margin:5px 0 5px 0px;}
}
 /*新闻*/


/**新闻内页内容**/

.n_news_detail_top {
	padding: 0px 0 10px;
	width: 100%;
	margin: 0 auto;
}
.n_news_detail_top .dbt {
	width: 100%;
	color: #1a1a1a;
	text-align: center;
	line-height: 1.6em;
	padding: 8px 0;
	-webkit-text-stroke: 0.01em #000;
	font-size: 26px;
}
.n_news_detail_top .xbt {
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.n_news_detail_top span {
	font-size: 0.9em;
	line-height: 2.4em;
	color: #999999;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}
.n_right_news_bottom {
	border-top: 1px solid #ddd;
	width: 100%;
}
.n_right_news_bottom_link {
	width: 60%;
	float: left;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.n_right_news_bottom_link p {
	position: relative;
	line-height: 30px;
	z-index: 9;
	padding-left: 18px;
}
.n_right_news_bottom_link p span {
	display: inline-block;
	width: 1em;
	height: 0.8em;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	z-index: 99;
}
.n_right_news_bottom_link p span.prve {
	background: #666 url(../images/bottom_link1.png) no-repeat center center;
}
.n_right_news_bottom_link p span.next {
	background: #666 url(../images/bottom_link2.png) no-repeat center center;
}
.n_right_news_bottom_link p a {
	color: #333333;
	font-size: 14px;
	line-height: 2em;
	padding-left: 5px;
}
.n_right_news_bottom_link p:hover span.prve {
	background: #009530 url(../images/bottom_link1.png) no-repeat;
center center;
}
.n_right_news_bottom_link p:hover span.next {
	background: #009530 url(../images/bottom_link2.png) no-repeat;
center center;
}
.n_right_news_bottom_link p:hover a {
	color: #009530;
}
.n_right_news_bottom_share {
	width: 20%;
	height: 30px;
	float: right;
	position: relative;
	margin-top: 2em;
}
.n_right_news_bottom_share a.new_back {
	display: block;
	width: 40px;
	height: 28px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/new_back.png) no-repeat;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
}
.n_right_news_bottom_share a.new_back:hover {
	background: url(../images/new_backon.png) no-repeat;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
}
.n_con {
	width: 100%;
	padding: 10px 0px 25px 0px;
}
.n_con img {
	max-width: 100%;
	height: auto;
}
 @media (max-width:640px) {
.n_right_news_bottom {
	display: none;
}
.n_news_detail_top .dbt {
	font-size:20px;
	line-height:26px;
	padding:0;
	margin:0;
}
.n_con{
	padding:0px;
}
}
/**新闻内页内容**/
/**页码**/ 
.pager {
	TEXT-ALIGN: center;
	PADDING-BOTTOM: 2px;
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 15px;
	PADDING-TOP: 10px;
	font-size: 12px;
	margin:10px 0px 15px 0px;
}
.pager A {
	BORDER-BOTTOM: #c8c8c8 1px solid;
	BORDER-LEFT: #c8c8c8 1px solid;
	PADDING-BOTTOM: 5px;
	BACKGROUND-COLOR: #ffffff;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	COLOR: #999;
	BORDER-TOP: #c8c8c8 1px solid;
	MARGIN-RIGHT: 5px;
	BORDER-RIGHT: #c8c8c8 1px solid;
	TEXT-DECORATION: none;
	PADDING-TOP: 5px
}
.pager A:hover {
	BACKGROUND-COLOR: #606060;
	COLOR: #ffffff
}
.pager .cpb {
	BORDER-BOTTOM: #c8c8c8 1px solid;
	BORDER-LEFT: #c8c8c8 1px solid;
	PADDING-BOTTOM: 5px;
	BACKGROUND-COLOR: #606060;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	COLOR: #ffffff;
	BORDER-TOP: #c8c8c8 1px solid;
	MARGIN-RIGHT: 5px;
	BORDER-RIGHT: #c8c8c8 1px solid;
	TEXT-DECORATION: none;
	PADDING-TOP: 5px
}
/**页码**/ 

/**留言板**/ 
.liuyan{background: #FFFFFF;margin-top: 35px;margin-bottom: 48px;}
.liuyna_head{color: #1a1a1a;font-size: 20px;}
.land_div{background: url(../img/bg_c01.png);margin-top: 100px;margin-bottom:275px;padding: 10px 10px 30px 10px;}
.land_head{border-bottom: 2px solid #d0d0d0;}
.land_head .p01{color:#37941d;font-size:15px;display:inline-block;background: url(../img/icon_tit.jpg) no-repeat left bottom/100% 2px;line-height: 33px;font-size: 16px;width: auto;height: 35px;margin-bottom: -2px;}
.center_liuyan{text-align: center;border-bottom: 1px solid #f3f3f2;width: 100%;line-height: 100px;margin-bottom: 40px;}
.inp_tit2{color: #454545;font-size: 14px;display: inline-block;width: 65px;padding-left: 10px;text-align: right;background: url(../img/icon_line03.jpg) no-repeat right top;height: 40px;line-height: 40px;position: absolute;left: 0;top: 0;}
.inp{color:#888888;padding-left:10px;background:url(../img/bg_line02.jpg) repeat-x;color: #454545;font-size: 14px;width: 100%;height: 38px;border: 1px solid #adacb1;line-height: 28px;}
.land_xinxi{width: 100%;padding-left: 4px;margin: 20px auto 0 auto;padding-bottom: 78px;}
.land_xinxi_li{width: 100%;position: relative;padding-left: 90px;padding-right:100px;margin-bottom: 20px;}
.land_xinxi_li02{padding-right: 100px;}
.btn_div{margin-top:26px ;padding-left: 90px;}
.btn_div .btn_land{color: #FFFFFF;margin-right: 20px;}
.btn_div a{display: inline-block;width:150px;height: 36px;line-height: 36px;font-size: 14px;text-align: center;color:#fff;}
.btn_land{background:#009530;display: inline-block;width:150px;height: 36px;line-height: 36px;font-size: 14px;text-align: center;color:#fff;}
.btn_div .btn_register{background:#3dcd58;display: inline-block;width:150px;height: 36px;line-height: 36px;font-size: 14px;text-align: center;color:#fff;}
.notice span{vertical-align: middle;color: #ff0400;margin-right: 20px;}
.notice{position:absolute;width:80px;right: 0;text-align: left;top: 7px;color: #878787;font-size: 14px;}
.texa{color:#888888;padding-left:10px;background:url(../img/bg_line02.jpg) repeat-x;height:175px;background-size:auto 100%;color: #454545;font-size: 14px;width: 100%;border: 1px solid #adacb1;}

@media (max-width:768px){
.land_xinxi_li{padding-right: 10px;margin-bottom: 10px;padding-left:50px;}
.inp_tit2{color: #454545;font-size: 14px;display: inline-block;width: 65px;padding-left: 10px;text-align:left;background: url(../img/icon_line03.jpg) no-repeat right top;height: 40px;line-height: 40px;position: absolute;left: 0;top: 0;}
.btn_div{padding-left: 70px;}
.btn_div a{width: 100px;}
.land_xinxi{width: 100%;}
.notice{position: relative;top: 0;}
.notice span{margin-right: 0;}
.center_liuyan{line-height: 40px;margin-bottom: 20px;}
.show_tex,.pic_show{width: 100%;margin-top: 10px;}
.show_tex .p01 {margin-top: 10px;font-size: 16px;}
.show_tex .p02 ,.show_tex .p03{margin-top: 5px;}
.share_box{margin-top: 5px;}
.show_box{padding: 10px 3%;}
.locate{padding: 0 3%;}
.sp_edit{padding: 10px 3%;}
.up_down{margin: 0 3%;}
.sp_xq{padding-bottom: 40px;margin-bottom: 0px;margin-top: 15px;}
.head_sp{font-size: 18px;height: 40px;line-height: 50px;width: 100px;}
.sp_headdiv{height: 40px;padding: 0 3%;}
.pic_ul li{width: 48%;margin-right: 4%;margin-left: 0;margin-bottom: 10px;}
.pic_ul li:nth-child(2n){margin-left: 0;margin-right:0;}
.pic_ul li:hover .img_box img{width:100%; height:100%; left:0; top:0;}
.denglu{width: 100%;position: relative;margin: 0 auto;left: auto;top: auto;padding-bottom: 30px;}
.btn_div{margin-top: 0;margin-bottom: 50px;}
.btn_div .btn_land{color: #FFFFFF;margin-right:5px;width:100px;}
.btn_div .btn_register{background:#3dcd58;display: inline-block;width:100px;height: 36px;line-height: 36px;font-size: 14px;text-align: center;color:#fff;}
}

/**留言板**/ 

/*招聘英才*/
.detailRecruiting {
    margin-bottom: 100px;
}

    .detailRecruiting .title {
        width: 100%;
        box-shadow: 3px 3px 3px #ccc;
    }

        .detailRecruiting .title strong {
            display: inline-block;
            width: 20%;
            text-align: center;
            color: #646464;
            font-size: 12px;
            line-height: 60px;
            float: left;
            position: relative;
        }

    .detailRecruiting .main {
        border: 1px solid #ccc;
    }

    .detailRecruiting .title strong i {
        position: absolute;
        bottom: 50%;
        right: 0px;
        width: 1px;
        height: 20px;
        margin-bottom: -10px;
        background: #ccc;
    }

    .detailRecruiting .box_title {
        padding: 10px 0;
        cursor: pointer;
    }

        .detailRecruiting .box_title span {
            display: inline-block;
            width: 20%;
            text-align: center;
            color: #5f5f5f;
            font-size: 12px;
            line-height: 30px;
        }

    .detailRecruiting .box_intro {
        margin: 0 30px;
        padding: 20px 30px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        display: none;
    }

        .detailRecruiting .box_intro p {
            font-size: 12px;
            color: #636363;
            line-height: 20px;
        }

        .detailRecruiting .box_intro a {
            display: inline-block;
            margin: 0 auto;
            text-align: center;
            font-size: 12px;
            color: #fff;
            line-height: 36px;
            background: #009530;
            padding: 0 10px;
            width: 80px;
        }

        .detailRecruiting .box_intro .box_btn {
            text-align: center;
            margin: 15px 0 30px;
        }

    .detailRecruiting .box:hover .box_title span {
        color: #009530;
    }

    .detailRecruiting .box.selected .box_title span {
        color: #009530;
    }

    .detailRecruiting .box.selected .box_intro {
        overflow: hidden;
    }


/*招聘英才--应聘登记表*/
.Resume {
    display: none;
    position: relative;
}

    .Resume .Popupbg {
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.78);
        z-index: 99997;
    }

    .Resume .Popup {
        position: relative;
    }

    .Resume .Popup {
        position: absolute;
        left: 50%;
		top:-800px;
        margin-left: -480px;
        background: #fff;
        z-index: 99998;
        width: 960px;
    }

        .Resume .Popup .form h3 {
            font-size: 14px;
            line-height: 40px;
            color: #fff;
            background: #009530;
            text-align: center;
        }

        .Resume .Popup .form p {
            font-size: 14px;
            line-height: 40px;
            color: #777777;
            padding: 0 30px;
        }

        .Resume .Popup .form .box_row h3 {
            text-align: left;
            font-size: 12px;
            color: #545454;
            line-height: 40px;
            padding: 0 30px;
            background: #f7f0f1;
            margin: 10px 0;
            margin-top: 30px;
        }

        .Resume .Popup .form .form1 {
            margin: 0 30px;
        }

            .Resume .Popup .form .form1 input {
                border: none;
                font-size: 14px;
                line-height: 30px;
                padding: 0 10px;
                color: #777777;
            }

        .Resume .Popup .form .box_row {
        }

        .Resume .Popup .form .row {
            margin: 10px 0;
            padding: 0 30px;
        }

        .Resume .Popup .form .box_row .controls {
            float: left;
            width: 33.33%;
        }

            .Resume .Popup .form .box_row .controls label {
                width: 30%;
                font-size: 12px;
                line-height: 20px;
                color: #000;
                float: left;
            }

            .Resume .Popup .form .box_row .controls input {
                width: 56%;
                float: left;
                font-size: 12px;
                line-height: 20px;
                color: #000;
				border:1px solid #ccc;
            }

            .Resume .Popup .form .box_row .controls select {
                width: 57%;
                float: left;
                font-size: 12px;
                line-height: 20px;
                color: #000;
			border:1px solid #ccc;
            }

            .Resume .Popup .form .box_row .controls option {
                font-size: 12px;
                line-height: 20px;
                color: #000;
            }

        .Resume .Popup .form .box_row textarea {
            width: 100%;
            min-height: 200px;
		border:1px solid #ccc;
        }

        .Resume .Popup .box_btn {
            margin: 0 auto;
            text-align: center;
            margin: 30px;
        }

            .Resume .Popup .box_btn a {
                font-size: 12px;
                line-height: 36px;
                color: #fff;
                background: #009530;
                padding: 0 15px;
                display: inline-block;
            }

        .Resume .Popup .close {
            position: absolute;
            right: -40px;
            top: 10px;
            cursor: pointer;
        }
		
@media (max-width: 1199px) {
	
    .detailRecruiting .title strong {
        width: 33.33%;
    }

    .detailRecruiting .box_title span {
        width: 33.33%;
    }
	
	
	 .Resume .Popupbg {
        display: none;
    }

    .Resume .Popup {
        width: auto;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        margin-left: 0;
        margin-top: 50px;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px #ccc;
    }



}
@media (max-width: 767px) {
		
	 .detailRecruiting .title strong {
        width: 50%;
    }

    .detailRecruiting .box_title span {
        width: 50%;
    }

		
    .Resume .Popup .form .box_row .controls {
        width: 50%;
    }

}

@media (max-width: 640px) {
  .detailCooperation li {
        float: left;
        width: 33.33%;
    }


    .detailRecruiting .box.selected .box_intro {
        margin: 0 10px;
        padding: 10px 15px;
    }

    .Resume .Popup .form .row {
        padding: 0 10px;
    }

    .Resume .Popup .form .box_row .controls {
        width: 100%;
    }

}
/*招聘英才--应聘登记表*/


/*项目*/
.cfff{ color: #fff; }

.alcwb1{
	box-shadow: 6px 6px 0px 0px #e5e5e5;
	display: block;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	width: 90%;
	height: 205px;
	padding: 10px;
}
.alcwb1i{
	width:100%;
	height:180px;
	position: relative;
	overflow:hidden;

}

.alcwb1i .tp img{
	max-width:100%;
	height:auto;
}

.alcwb ul li{
	width:33.3%;
	float: left;
}
.case_zz {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/casebg.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    opacity: 0;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.alcwb1x{
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 20;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding:0px 10px;
}
.alcwb1:hover .case_zz,.alcwb1.active .case_zz{
	opacity: 1;
}
.alcwb1:hover .alcwb1x,.alcwb1.active .alcwb1x{
	background: none;
	height: 45px;
}

@media (max-width:1198px) {
.alcwb1{
	box-shadow: 6px 6px 0px 0px #e5e5e5;
	display: block;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	width: 90%;
	height: 165px;
	padding: 10px;
}
.alcwb1i{
	width:100%;
	height:145px;
	position: relative;
	overflow:hidden;
}

}

@media (max-width:767px) {
	.alcwb ul li{
	width: 100%;
	float: left;
	margin-bottom:15px;
}
.alcwb1{
	box-shadow: 6px 6px 0px 0px #e5e5e5;
	display: block;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	width: 98%;
	height: 205px;
	padding: 10px;
}
.alcwb1i{
	width:100%;
	height:185px;
	position: relative;
	overflow:hidden;
}


}

/*项目*/

/*招聘*/

.rencai_div{padding-bottom: 50px;}
.recu_head{background:#0049af;font-size: 14px;color: #FFFFFF;height: 40px;line-height: 40px;}  /* #009530*/
.post ,.post_cl , .num ,.addr,.time_fb ,.operate{float: left;width: 16%;text-align: center;font-size: 14px;}
.post ,.operate{width: 18%;}
.recu_item{border-bottom: 1px dashed #bfc5cc;height: 50px;line-height: 50px;}
.operate a{margin: 0 4px;}
.operate a:hover{color: #009530;}

@media (max-width: 768px) {
	.addr,.time_fb{display: none;}
	.post{width: 38%; /*position: absolute;top: 73px;left: 0;*/}
	.operate{width: 42%;}
	.post_cl {width: 26%; display:none;}
	.recu_item{line-height: 20px;padding: 10px 0;height: auto;}
	.num {width: 20%;}
}

/*招聘*/
/*招聘内页*/

.ga_div{background: #f9f9f9;padding: 35px;}
.ga_div span{}
.post_head{font-size:20px;color: #fc8d56;margin-bottom:10px;}
.post_head02{color: #fc8d56;font-size: 16px;margin:10px 0;}
.post_cont{padding:0px 0 20px 0;border-bottom: 1px dashed #E5E5E5;line-height: 24px;color:#333;}
.ga_div{padding:20px 20px 15px 30px;margin-bottom:20px;}
.ga_div span{display: block;float: left;width: 25%;margin-bottom: 15px;}
.color_btn{margin-top:30px;margin-bottom:0px;}
.color_btn a{display: block;padding: 5px 20px;float: left;margin-right: 5px;border-radius: 5px;color: #FFFFFF;}


@media (max-width: 768px) {
.post_head{font-size:16px;margin-bottom:1rem;margin-top:1rem;}
.ga_div{padding:10px;margin-bottom:10px;}
.post_head02{margin:10px 0 0 0;}
.post_cont{padding:10px 0;font-size:14px;}
.ga_div span{margin-bottom:5px;font-size:14px;}
.color_btn a{padding: 8px 18px;}
.ga_div span{ width:100%;}

}
/*招聘内页*/
/*应聘*/
.main_b{margin: 0 auto;width: 1200px;zoom: 1;position: relative;}
.head_gw{color: #333333;font-size: 16px;line-height: 52px;}
.head_gw span{color: #D8A500;}
.gy_xxy{background: #F9F9F9;width: 100%;padding: 30px 0 120px 0;}
.gy_head{font-size: 16px;padding-bottom:15px;border-bottom: 1px solid #c7c7c7; color:#fc8d56;}
.contact_xinzeng{width: 100%;padding:35px 0 30px 0;}
.contact_xinzeng .inp_div{position:relative;margin-right: 100px;width:550px;padding-right:20px;float: left;margin-bottom: 20px;padding-left:96px;}
.my_inp{vertical-align:middle;border: 1px solid #DBDBDB;height: 30px;line-height: 30px;padding-left: 5px;width: 100%;}
.inp_tit{width:85px;text-align: right;position: absolute;left: 0;top: 0;line-height: 30px; font-size:14px;}
.texa_div{padding-right:20px;position: relative;padding-left:96px;margin-bottom: 20px;margin-top: 40px;}
.texa_div .inp_tit{top: 0;vertical-align: middle;position: absolute;}
.my_texa{height: 95px;width: 100%;border: 1px solid #DBDBDB;}
.my_inp.send_inp{width:335px;border: 1px solid #DBDBDB;height: 30px;}
.inp_xx{line-height: 35px;position: absolute;right: 5px;color: #FF0000;top: 0;}
.btn_div{padding-top:0px;}
.btn_div input{width: 126px;height: 35px;color: #FFFFFF;line-height: 35px;margin-right: 15px;font-size: 14px;}

@media (max-width: 1024px) {

	.pindao_02 .owl-carousel{padding: 0 20px;}	
	.main_b{padding: 0 2%;width: 100%;}
    .main_b img{/*width: 100%;*/}
	
	.head_rw span{font-size: 18px;}
	.xxy_edit{padding: 20px 15px;}
	.xxy_edit img{width:100%}
.contact_xinzeng .inp_div{width: 100%;}
.contact_xinzeng{padding:  20px 0;}
}
@media (max-width:767px) {
	.btn_div input{width: 100px;height: 35px;color: #FFFFFF;line-height: 35px;margin-right:5px;font-size: 14px; float:left;}
}

.cooper{width:100%; border:2px solid #000; box-sizing:border-box;}



/*------------------------indNews------------------------*/
.indNews{ display:inline-block; position:relative; margin:0px 2% 0px 0; vertical-align:top;width:58%;float:left;}
.indNewsNav{ height:34px; border-bottom:1px solid #ccc;}
.indNewsNav a{ display:inline-block; width:100px; height:34px; line-height:34px; background:#7f7f7f; font-size:15px; font-weight:bold; text-align:center;color:#fff; margin-right:1px;}
.indNewsNav .on{background:#c8161d!important;color:#fff}

.indNewsList{ width:100%;display:none}
.indNewsList div a{ display:block; border-bottom:1px solid #e5e5e5; line-height:30px; height:30px;}
.indNewsList div a i{ display:inline-block; width:100px; font-size:14px; font-weight:bold; color:#c0c0c0; padding:0 0 0 7px; vertical-align:top;}
.indNewsList div a span{ display:inline-block; width:80%; }
.indNewsList div h1{ font-size:18px; font-weight:bold; line-height:20px; height:20px; overflow:hidden; margin:12px 0 4px 0}
.indNewsList div h2{ font-size:13px; line-height:20px; color:#888; overflow:hidden;  }
.indNewsList div h5{ font-size:14px; overflow:hidden; }

.indNewsList div a:first-child{ height:86px;}
.indNewsList div a:first-child i{ font-family:'DINCond-Bold'; color:#dc1e1e; font-size:18px; line-height:26px; vertical-align:top; letter-spacing:-1px; margin-top:10px; padding:0 0 0 3px}
.indNewsList div a:first-child span{vertical-align:top}

.moreNews{ position:absolute; top:0; line-height:34px; right:5px; font-size:12px; color:#999; display:inline-block; padding:0 10px 0 0; background:url(../images/icoJt.png) no-repeat right center;}
.moreNews:hover{background:url(../images/icoJtHover.png) no-repeat right center;}
/*------------------------indNews------------------------*/


@media (max-width: 767px) {

.indNews{
	width:100%;
	float:left;
	margin:0 auto;
}
.indNewsList div a i{display:none;}
.indNewsList div a span{ width:100%; }


}



.boxMax1{ width:100%;max-width:1260px; margin:60px auto; overflow:hidden}
.boxMax2{ width:100%;margin:60px 0 0 0; overflow:hidden}


.dszCon{}
.dszImg{width:35%;display:inline-block; vertical-align:top}
.dszText{ width:60%; margin:0 0 0 4%;display:inline-block; vertical-align:top}
.dszText h1{ font-size:40px; line-height:40px; color:#bbb; padding:36px 0 30px 0}
.dszText h1 em{ font-size:26px; line-height:26px; color:#dedede; vertical-align:bottom; display:inline-block; margin:0 0 0 10px}
.dszText p{ font-size:15px; line-height:26px; padding-bottom:15px;}

.pQm{text-align:right; margin-top:20px}
.pQm i{width:70%; max-width:270px; height:1px; display:inline-block; background:#ccc; margin:5px 10px 0 0; vertical-align:middle}
.pQm img{vertical-align:middle}

.titleM{display:none;}



.dsz{
	padding-top: 50px;
	overflow: hidden;
	position: relative;
}
.dsz p{
	line-height: 30px;
	color: #606060;
	font-size: 14px;
	text-align: justify;
}


.year_tit{
	width: 95%;
	height: 57px;	
	line-height: 57px;
	position: relative;
	cursor: pointer;
}



.gray_bg{
	background: #cee5fc;
}
.red_bg{
	background: #0049af;
}

.year{
	font-size: 32px;
	font-weight: bold;
	position: absolute;
}
.left0_bot0{
	position: absolute;
	left: 15px;
	bottom: 0px;
}
.rig0_bot0{
	position: absolute;
	right: 31px;
	bottom: 0px;
}

.red_colr{
	color: #0049af;
}
.white_colr{
	color: #fff;
}
.year_num{
	color: #bb2c2c;
	font-size: 63px;
	font-weight: bold;
	letter-spacing:3px;
}
.year_gray{
	color: #d9d9d9;
	text-align: right;
	display:none;
}
.fons26{
	font-size: 26px;
	font-weight: bold;
}


.gray_sj{
	position: absolute;
	left: -11px;
    top: 17px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 11px solid #cee5fc;
    border-bottom: 10px solid transparent;
}

.gray_sj1{
	position: absolute;
	left: -11px;
    top: 17px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 11px solid #b50000;
    border-bottom: 10px solid transparent;
}
.red_sj{
	position: absolute;
	right: -11px;
    top: 17px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 11px solid #cee5fc;
    border-bottom: 10px solid transparent;
}
.red_sj1{
	position: absolute;
	right: -11px;
    top: 17px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 11px solid #b50000;
    border-bottom: 10px solid transparent;
}
.singone{
	width: 50.05%;

}
.circle{
	position: absolute;
	width: 16px;
	height: 16px;
    top: 19px;
	background: url(../images/radio.png) no-repeat;
}
.left32{
	left: -33px;
}
.right32{
	right: -33px;
}
.redcircle{
  background-position: 0 -34px;
  
}
.graycircle{
  background-position: 0 0px;
  
}
.shiji{
	width: 95%;
}
.things_one{
	/*overflow: hidden;*/
}
.lines{
	width: 1px;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	background: #d2d2d2;
}


.shiji p{
	    padding: 11px 5px;
}
.red_pos{
	border-left: 11px solid #d2d2d2;
}

.wid1000{
	width: 1000px;
	margin:0 auto;
}

.colorbar1_l{background: #eef6fe; text-align: right;}
.colorbar2_l{background: #fff; text-align: right;}
.colorbar1_r{background: #eef6fe; text-align: left;}
.colorbar2_r{background: #fff; text-align: left;}


.navTitle{ font-size:40px; line-height:40px; text-align:center; padding:60px 0 40px 0;}
.navTitleM{ font-size:40px; line-height:40px; text-align:center; padding:60px 0 40px 0; display:none}



.boxMark{width:100%; overflow:hidden;}
.bgGray{ background:#efefef; width:100%; overflow:hidden}
.bgGreen{ background:#2c974f; width:100%; overflow:hidden}
.bgBlue{ background:#ecf2f7; width:100%; overflow:hidden}
.bgRed{ background:#dd2b2a; width:100%; overflow:hidden}
.boxMax1{width:100%;max-width:1220px; margin:0 auto;padding:0 10px; box-sizing:border-box}


.bgYear{ background:url(../images/bgYear.png) repeat-x; height:120px;}
.yearQyry{width:100%; max-width:1200px; height:100%;overflow:hidden; position:relative; margin:0 auto; background:#fff}
.yearQyry .swiper-slide{width:200px;height:100%; float:left}
.yearQyry .swiper-slide a{width:100%;height:100%;display:block;text-align:center; font-size:24px; line-height:24px; color:#777; font-family:'fontAnt';}
.yearQyry .swiper-slide a:hover{color:#d70c19}
.yearQyry .swiper-slide:nth-child(odd)  a{ background:url(../images/bgYear1.png) center no-repeat; background-size:100% 100%}
.yearQyry .swiper-slide:nth-child(even) a{ background:url(../images/bgYear2.png) center no-repeat; background-size:100% 100%}
.yearQyry .swiper-slide:nth-child(odd) .on{ background:url(../images/bgYear1Hover.png) center no-repeat!important; background-size:100% 100%!important; color:#d70c19}
.yearQyry .swiper-slide:nth-child(even) .on{ background:url(../images/bgYear2Hover.png) center no-repeat!important; background-size:100% 100%!important;color:#d70c19}

.boxQyry{width:100%; height:500px;overflow:hidden; position:relative; margin:30px 0 60px 0}
.boxQyry .swiper-slide{width:100%;height:100%; position:relative; overflow:hidden; display:inline-block; padding:0 110px; box-sizing:border-box; text-align:center}
.boxQyry .swiper-slide h2{ width:1px; height:100%; display:inline-block; vertical-align:middle}
.boxQyry .swiper-slide h1{width:140px; height:140px;line-height:140px; border-radius:50%; background:#d70c19; color:#fff; text-align:center; font-size:40px;; font-family:'fontAnt'; vertical-align:middle;  display:inline-block;} /*line-height:320%;  */
.boxQyry .swiper-slide .div2{ width:80%; height:auto;max-height:100%; padding:0 0 0 4%; box-sizing:border-box; overflow:auto; overflow-x:hidden; text-align:left;display:inline-block; vertical-align:middle;}/**/
.boxQyry .swiper-slide .div2 p{font-size:16px; line-height:30px; display:block}
.boxQyry .swiper-slide .div1{ width:95%; height:auto;max-height:100%; padding:0 0 0 4%; box-sizing:border-box; overflow:auto; overflow-x:hidden; text-align:left;display:inline-block;}/**/
.boxQyry .swiper-slide .div1 h2{ width:1px; height:100%; display:inline-block; vertical-align:middle}
.boxQyry .swiper-slide .div1 h1{width:140px; height:140px;line-height:140px; border-radius:50%; background:#d70c19; color:#fff; text-align:center; font-size:40px;; font-family:'fontAnt'; vertical-align:middle;  display:inline-block; float:left; margin-top:7%;} /*line-height:320%;  */
.boxQyry .swiper-slide .div1 .cont1{width:76%;margin-left:5%; float:left; display:inline-block; vertical-align:middle; }
.boxQyry .swiper-slide .div1 .cont1 p{font-size:16px; line-height:30px; display:block}
.boxQyry .swiper-slide .div1 .cont1 p i{display:inline-block; width:76px; vertical-align:top}
.boxQyry .swiper-slide .div1 .cont1 p span{ display:inline-block; width:calc(100% - 76px); vertical-align:top}
.rypic{margin-top:20px;}
.boxQyry .swiper-button-prev{left:40px; margin:-18px 0 0 0;width:24px; height:36px; background:url(../images/bannerJtLeft1.png) no-repeat;background-size:100% 100%;opacity:1}
.boxQyry .swiper-button-prev:hover{background:url(../images/bannerJtLeftHover.png) no-repeat;background-size:100% 100%;opacity:1.0}
.boxQyry .swiper-button-next{right:40px; margin:-18px 0 0 0;width:24px;height:36px; background:url(../images/bannerJtRight1.png) no-repeat;background-size:100% 100%;opacity:1}
.boxQyry .swiper-button-next:hover{background:url(../images/bannerJtRightHover.png) no-repeat;background-size:100% 100%;opacity:1.0}

.rypic{display:inline-block; width:100%;}
.rypic ul li{display:inline; padding:0 2%; list-style:none; float:left;}
.rypic ul li img{width:28%;}
.rypic img{display:block; width:33%; padding:0 2%; float:left;}

@media (max-width: 767px) {

.dszImg{width:100%;}
.dszText{ width:100%; margin:0 0 0 0;}


.middlenav{width:100%; margin: 0 auto; min-width:200px;}
.indexnewslist{width:100%;margin: 0 auto; padding:20px 0; min-width:200px;}

.wid1000{
width:100%;
margin:0 auto;
}

.boxQyry .swiper-button-next
{
right:0px;    
    
    }
.boxQyry .swiper-button-prev{
left:0px;    
}

.boxQyry .swiper-slide
{
padding:0 10px;    
    }


.boxQyry .swiper-slide .div1 .h1{
display:none;
}

.boxQyry .swiper-slide h1{
display:none;
}


}




.news_container{width:62.5%; min-width:860px; margin: 0 auto;}
.middlenav{width:100%; min-width:860px; margin: 0 auto;}
/*.middlenav ul {display:block;  width: 40%;}
.middlenav ul li{display:block; float:left; margin-left: 6%; padding:3px 14px 6px; border-radius:15px; border: 1px solid #fff; background-color:#fff;  cursor:pointer;}*/
.middlenav ul {display:block;  width: 55%; margin: 0 auto }
.middlenav ul li{display:block; float:left; padding:10px 2%; width:20%; box-sizing:border-box; text-align:center; border: 1px solid #dbdbdb; background-color:#fff;  cursor:pointer;}
.middlenav ul li:hover{border: 1px solid #4169E1; }
.middlenav ul li.curr{display:block; border: 1px solid #4169E1; background-color:#4169E1; color:#fff; }
.tit2{text-align:center;font-size:26px; margin-bottom:20px;}

.indexnewslist{width:100%;min-width:860px; margin: 0 auto; padding:20px 0;}
.indexnewslist table{margin:0 auto;width:55%;}
.td1{text-align:center; background:#ebebeb; /*border:1px solid #ebebeb;*/}
.indexnewslist table tr td{padding:0 10px;}

.content{margin:10px 0;}

@media (max-width: 767px) {

.middlenav{min-width:200px;}
.indexnewslist{min-width:200px;}
.middlenav ul {width: 90%; }
.indexnewslist table{width:90%;}

}


.clr{clear:both; }
.addr{overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}


/*应聘*/

/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
/*当页面大于1200px 时，大屏幕，主要是PC 端*/
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机