@charset "utf-8";
/*内页banner*/
.nbanner {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.nbanner .catname {
	padding: 85px 0;
	overflow: hidden;
}
.nbanner .catname h2 {
	color: #161616;
	font-size: 45px;
	line-height: 55px;
	font-weight: lighter;
	padding-left: 25px;
}
/*面包屑*/
.crumb {
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height:55px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	margin-bottom: 35px;
}
.crumb p,.crumb a {
	color: #aeaeae;
	font-size: 15px;
	line-height: 55px;
}
.crumb a:hover {
	color: #26b2b9;
}
/*主要内容*/
.main{
	width:100%;
	max-width: 1920px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}
.mcontent {
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
/*关于我们页面*/
.about1f {
	padding: 0 0 60px;
	overflow: hidden;
}
.nTit {
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.nTit h5 {
	color: #f7f7f7;
	font-size: 84px;
	line-height: 80px;
	text-transform: uppercase;
	font-family: "Engravers MT";
}
.nTit h2 {
	color: #2b2b2b;
	font-size: 38px;
	line-height: 80px;
	text-transform: uppercase;
	margin-top:-80px;
}
.nTit p {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}
.aboutcon {
	padding: 10px 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.aboutcon,.aboutcon p,.aboutcon span {
	color: #797979;
	font-size: 16px;
	line-height: 35px;
}

/*产品列表*/
/*标题*/
.prolist {
	width:922px;
	margin:0 auto;
	padding: 0;
	overflow: hidden;
}
.prolist ul {
	padding: 0;
	overflow: hidden;
}
.prolist li {
	width: 290px;
	border:1px solid #ededed;
	background: #f5f5f5;
	float: left;
	position: relative;
	margin:0 7px 25px;
}
.prolist li .pic {
	width: 290px;
	padding: 0;
	overflow: hidden; 
}
.prolist li .pic a {
	display: block;
	width: 100%;
	height: 100%;
}
.prolist li .pic p {
	width: 290px;
	height: 215px;
	background: #fff;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.prolist li .pic img {
	vertical-align:middle;
	transition-duration:0.6s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prolist li .pic span {
	display: block;
	text-align: center;
	line-height: 35px;
	color: #2c2c2c;
	font-size: 15px;
	margin:10px auto;
}
.prolist li .promore {
	padding: 0;
	overflow: hidden;
	margin-bottom: 25px;
	text-align: center;
}
.prolist li .promore a {
	display: inline-block;
	width: 120px;
	height: 35px;
	border: 1px solid #2c2c2c;
	border-radius: 10px;
	line-height: 35px;
	text-align: center;
	margin:0 9px 5px;
	color: #2c2c2c;
	font-size: 14px;
	transition: all 0.3s;
}
.prolist li .promore a.bj {
	border:1px solid #e39501;
	color: #e39501;
}
.prolist li:hover p img {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);   	
	-moz-transform:scale(1.2,1.2);  	
	-webkit-transform:scale(1.2,1.2);   
	-o-transform:scale(1.2,1.2);  
}
.prolist li .promore a:hover {
	background: #e39501;
	color: #fff;
	border:1px solid #e39501;
	box-shadow: 3px 3px 5px 1px #2c2c2c;
}

/*产品详情页面*/
.mcontent .photo {
	padding: 0;
	overflow: hidden;
	margin-bottom: 35px;
}
.mcontent .photo li {
    width: 32.3%;
    height: 220px;
    float: left;
    margin: 0 0.5%;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
}
.mcontent .photo li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.procontent {
	padding: 0;
	overflow: hidden;
}
.procontent,.procontent p,.procontent span {
	color: #000000;
	font-size: 18px;
	line-height: 35px;
}
.procontent p {
	margin:10px 0;
}

/*新闻列表*/
.newlist {
	padding: 0 10px;
	overflow: hidden;
}
.newlist li {
	padding:0;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	background: #f5f5f5;
	transition: all 0.3s;
}
.newlist li:after {
	content: "";
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	right: 0;
	top:0;
	bottom:0;
	z-index: 1;
	transition: all 0.3s;
}
.newlist li a {
	display:block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.newlist li .newimg {
	width: 350px;
	height: 260px;
	padding: 0;
	overflow: hidden;
}
.newlist li .newimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.newlist li .newr {
	padding: 35px 0 0;
	overflow: hidden;
	width: 800px;
}
.newlist li .newcen {
	padding:0 40px 0 0;
	overflow: hidden;
}
.newlist li h2 {
	color: #2b2b2b;
	font-size: 24px;
	line-height: 45px;
	font-weight: 500;
}
.newlist li span {
	display: block;
	color: #a4a4a4;
	font-size: 15px;
	line-height: 45px;
}
.newlist li p {
	color: #a4a4a4;
	font-size: 15px;
	line-height: 30px;
	min-height: 60px;
	margin-bottom: 35px;
}
.newlist li .newmore {
	cursor: pointer;
	width: 140px;
	height: 40px;
	background: #404040;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s;
	float: right;
}
.newlist li:hover:after {
	width: 100%;
	left: 0;
} 
.newlist li:hover{
	box-shadow: 3px 3px 10px 0px #9e9e9e;
}
.newlist li:hover .newmore {
	background: #26b2b9;
	color: #fff;
}

/*plist页面*/
.plist {
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.plist ul {
	padding: 0;
	overflow: hidden;
}
.plist li {
	width: 575px;
	float: left;
	position: relative;
	margin:0 11px 15px;
}
.plist li a {
	display: block;
	width: 100%;
}
.plist li .pic  {
	padding: 0;
	overflow: hidden; 
	width: 575px;
	height: 357px;
	background: #fff;
}
.plist li .pic img {
	vertical-align:middle;
	transition-duration:0.6s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.plist li span {
	display: block;
	text-align: center;
	line-height: 60px;
	color: #2b2b2b;
	font-size: 18px;
	border-bottom: 1px solid #dcdcdc;
}
.plist li:hover img {
	transition: 1s;
	transform:scale(1.15,1.15); 
	-ms-transform:scale(1.15,1.15);   	
	-moz-transform:scale(1.15,1.15);  	
	-webkit-transform:scale(1.15,1.15);   
	-o-transform:scale(1.15,1.15);  
}
.plist li:hover span {
	background: #e39501;
	color: #fff;
}

/*单页*/
.content {
	min-height: 200px;
}
.pagecon {
	margin:0 auto;
}
.tita {
	font-size: 28px;
	color: #2b2b2b;
	font-weight: bold;
	display: block;
	line-height: 70px;
	margin-bottom: 10px;
}
.info {
	font-size: 15px;
	color: #aaa;
	display: block;
	line-height: 35px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
	overflow: hidden;
}
.info span {
	display: inline-block;
	font-size: 15px;
	color: #aaa;
	line-height: 35px;
}
.info span.ll {
	background: url(../images/rl.png) no-repeat left center;
	padding-left: 30px;
}
.info span.rr {
	background: url(../images/fh.png) no-repeat right center;
	padding-right: 30px;
}
.info span.rr a {
	font-size: 15px;
	color: #aaa;
	line-height: 35px;
}
.info span.rr a:hover {
	color: #ff0606;
}
.content, .content p,.content span  {
	font-size: 15px;
	color: #3f3f3f;
	line-height: 35px;
}
.content img {
	max-width: 100%;
}
#infoImage {
	padding: 0;
	overflow: hidden;
	text-align: center;
}
#infoImage img {
	max-width: 100%;
}
/*文章相关推荐*/
.xgnews {padding: 0;overflow: hidden;}
.xgnews .xwxgtit {color: #545454;font-size: 26px;line-height: 40px;margin-bottom: 10px;font-weight: bold;}
.xgnews ul {padding: 0;overflow: hidden;}
.xgnews li {padding: 0;overflow: hidden;line-height: 35px;width: 570px;margin:0 15px;float: left;}
.xgnews li a {display: block;}
.xgnews li div.ll {width: 70%;}
.xgnews li div.rr {width: 30%;text-align: right;}
.xgnews li h5 {color: #797979;font-size: 15px;line-height: 35px;font-weight: normal;}
.xgnews li p {color: #797979;font-size: 15px;line-height: 35px;}
.xgnews li:hover h5,.xgnews li:hover p {color: #ff9000;}

/*联系我们*/
.mcontent .mlxcon {
	padding: 0;
	overflow: hidden;
}
.mcontent .mlxlist {
	padding: 0;
	overflow: hidden;
	margin-bottom: 25px;
} 
.mcontent .mlxlist .mlxitem {
	padding: 25px 45px;
	overflow: hidden;
	background: #f8f8f8;
	width: 475px;
	float: left;
	margin-right: 65px;
	min-height: 200px;
} 
.mcontent .mlxlist .mlxitem:last-child {
	margin-right: 0;
}
.mlxlist .mlxitem h2 {
	color: #4a4a4a;
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 15px;
}
.mlxlist .mlxitem p,.mlxlist .mlxitem p span {
	color: #7d7d7d;
	font-size: 15px;
	line-height: 35px;
}
.mlxlist .mlxitem p span {
	display: inline-block;
	width: 50%;
}
.map {
	padding: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
#map {
	width: 100%;
	height: 470px;
	padding: 0;
	overflow: hidden;
}
.mlxcon .maptit {
	color: #4a4a4a;
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 25px;
}
.mlxcon .mlxmess {
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.mlxcon .mlxmess .maptit {
	text-align: center;
}
/*在线留言*/
#formData{
    width: 100%;
    margin:0 auto;
    padding: 0;
    overflow: hidden;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 96%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #26b2b9;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 100px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 60px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
.mlxmess .mlxliuyan {
	padding: 0;
	overflow: hidden;
}
.mlxmess .form-trinput {
	width: 30%;
	float: left;
	padding: 0;
	overflow: hidden;
	padding-right: 3%;
}
.mlxmess .form-trinput input {
	background: #f3f3f3 !important;
	height: 46px !important;
	line-height: 46px !important;
}
.mlxmess textarea {
	width: 95% !important;
    background: #f3f3f3 !important;
    height: 110px !important;
}
.mlxmess .code input {
	width: 50% !important;
	float: left;
}
.mlxmess .verify {
	width: 40% !important;
	float: right;
}
.mlxmess .verify img {
	max-width: 100%;
	height: 46px;
}
.mlxmess .submit {
	margin-top:0 !important;
	height: 46px !important;
	line-height: 46px !important;
}

/*人才招聘*/
.joblist {
	padding: 0;
	overflow: hidden;
}
.joblist li {
	width: 340px;
	float: left;
	margin:0 15px;
	padding: 15px;
	overflow: hidden;
	background: #f0f0f0;
}
.joblist li a {
	display: block;
}
.joblist li .job-title {
	padding: 0;
	overflow: hidden;
}
.joblist li .job-title h3 {
	color: #2b2b2b;
	font-size: 18px;
	line-height: 40px;
}
.joblist li p,.joblist li p span {
	color: #2b2b2b;
	font-size: 15px;
	line-height: 30px;
}
.joblist li .job-btn {
	width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #26b2b9;
	border-radius: 20px;
	margin-top:10px;
	transition: all 0.3s;
}
.joblist li:hover .job-btn {
	box-shadow: 3px 3px 5px 1px #388084;
}
.jobs-info {
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.jobs-info .job-name {
	font-size: 28px;
    color: #2b2b2b;
    font-weight: bold;
    display: block;
    line-height: 70px;
    margin-bottom: 10px;
}
.jobs-info .job-price {
	color: #525252;
    font-size: 15px;
    line-height: 35px;
}
.jobs-info .p {
	color: #525252;
    font-size: 15px;
    line-height: 35px;
}
.jobs-info .btn {
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #26b2b9;
	border-radius: 20px;
	margin-top:10px;
	transition: all 0.3s;
}
.jobs-info .btn a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
}
.apply-job{
	padding: 0 0 20px;
    overflow: hidden;
}
.apply-job  .job-tr{
    overflow: hidden;
}
.apply-job .tr-over{ overflow: hidden;}}
.error{
    padding-left:75px;
    height: 18px;
    line-height: 18px;
    font-size:12px;
    color:#f00;
}
.tr-title{
    float: left;
    width:50px;
    min-height: 20px;
    text-align: right;
    font-size:14px;
    color:#808080;
    margin-right:25px;
    line-height: 40px;
}
.apply-job .tr-cont{
    float: left;
    width:640px;
}
 .apply-job .tr-cont  h3{
    font-size:14px;
    color:#4c4c4c;
    line-height: 40px;
    font-weight: bold;
}
 .apply-job .tr-cont  input[type=text]{
    line-height: 38px;
    font-size:14px;
    color:#333;
    display: block;
    padding:0 10px;
    width:618px;
    height: 38px;
    border:1px solid #e6e6e6;
}
.apply-job .tr-cont  input[name='captcha']{
        font-size:14px;
        line-height: 38px;
        color:#333;
        width:190px;
        float: left;
        margin-right:30px;
    }
.apply-job .tr-cont .verify{
    cursor: pointer;
    float: left;
    width:120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
.apply-job .tr-cont .verify  img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.apply-job .tr-cont textarea{
    font-size:14px;
    color:#333;
    display: block;
    height: 170px;
    line-height: 20px;
    padding:5px 10px;
    width:618px !important;
    border:1px solid #e6e6e6;
}
.apply-job .tr-cont .radio-cont{
    line-height: 40px;
}
.apply-job .tr-cont .radio-cont input[type=radio]{
    margin-right:10px;
}
.apply-job .tr-cont label{
    margin-right:30px;
    color:#4c4c4c;
    line-height: 40px;
    font-weight: bold;
    width: 40px;
    display: block;
    float: left;
}
.apply-job .radio-cont input {
	width: auto !important;
	float: left;
	display: inline-block !important;
	margin-right: 10px;
}
.apply-job .tr-cont a.submit{
    display: block;
    width:190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #237ed2;
    color:#fff;
    font-size:15px;
}
.apply-job .tr-cont a.submit:hover{
    background: #0058b1;
}



/* 上下篇*/
.n-p{padding:10px;overflow: hidden;background: #f5f5f5;margin:15px auto 45px;}
.n-p li{float: left;padding:0px;width: 50%; line-height:35px; list-style:none}
.n-p li a:hover{ text-decoration:underline}
.n-p li .page-a,.n-p li .page-a a {color: #797979;line-height: 35px;font-size: 15px;height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.n-p li.n {text-align: right;}

/*翻页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  background: #f3f3f3;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
  padding: 10px;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #2c2c2c;
  background: #2c2c2c;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/preva.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}




