@charset "utf-8";

/* CSS Document */

img {

	padding: 0;

	margin: 0;

	border: 0;

	height: auto!important;

	max-width: 100%!important;

	max-height: auto!important;

}

.skins {

	width: 100%;

	max-width: 1500px;

	margin: 0 auto;

}

@media (max-width:1500px) {

.skins {

	width: 95%;

}

}

/*头部*/

.title {

	width: 100%;

	height: auto;

	overflow: hidden;

	text-align: center;

	line-height: 1.2;

}

.title span {

	font-size: 33px;

	color: #000;

	text-align: center;

	text-transform: uppercase;

	letter-spacing: 1px;

}

.title p {

	/*font-size: 16px;

	color: #ccc;

	font-family: "Arial";

	font-weight: lighter;

	line-height: 2;*/

	font-size: 14px;

    color: #2f2f2f;

    text-transform: uppercase;

    font-family: "Arial";

    line-height: 2;

    margin-top: 13px;

}

.title h2 {

	display: block;

	height: 42px;

	background: url(../images/blx.png) center center no-repeat;

}

.titles {

	width: 100%;

	height: auto;

	overflow: hidden;

	text-align: center;

	line-height: 1.2;

}

.titles span {

	font-size: 32px;

	color: #fff;

	text-align: center;

	text-transform: uppercase;

	letter-spacing: 1px;

}

.titles p {

	/*font-size: 16px;

	color: #fff;

	line-height: 2;*/

	font-size: 14px;

    color: #fff;

    text-transform: uppercase;

    font-family: "Arial";

    /* font-weight: lighter; */

    line-height: 2;

    margin-top: 13px;

}

.titles h2 {

	display: block;

	height: 42px;

	background: url(../images/blxs.png) center center no-repeat;

}

@media (max-width:550px) {

.titles span {

	font-size: 22px;

}

}

/*首页banner*/

.ipbanner {

}

@media (max-width:770px) {

.ipbanner {

	margin-top: 60px;

}

}

/*服务优势*/

.hfuys {

	margin-top: 60px;

	margin-bottom: 120px;

	overflow: hidden;

}

.hs_serbox {

	margin-top: 60px;

	overflow: hidden;

}

.hs_serbox li {

	float: left;

	width: 18%;

	text-align: center;

	margin: 1%;

	overflow: hidden;

}

.hs_serbox li a {

	display: block;

}

.hs_serbox li i {

	display: block;

	margin: 0 auto;

	width: 100px;

	height: 100px;

	overflow: hidden;

	border-radius: 100%;

	transition: all 0.8s;

}

.hs_serbox li img {

	padding: 8px;

	display: block;

	box-sizing: border-box;

}

.hs_serbox li h3 {

	font-size: 16px;

	line-height: 2.2;

	color: #000;

	border-bottom: 2px solid #0e6fda;/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/

}

.hs_serbox li p {

	line-height: 1.8;

	color: #2f2f2f;

}

.hs_serbox li:hover i {

	/*transform: rotateY(180deg);*/

	-webkit-transform: rotateZ(360deg);

	-moz-transform: rotateZ(360deg);

	-o-transform: rotateZ(360deg);

}

 @media only screen and (max-width:900px) {

.hs_serbox li {

	width: 31.3%;

}

.hs_serbox li p {

	height: 80px;

}

}

 @media only screen and (max-width:633px) {

.hs_serbox li {

	width: 48%;

}

}

@media only screen and (max-width:413px) {

.hs_serbox li {

	width: 100%;

}

}

/*首页第二模块*/

.aboutsub {

	width: 100%;

	height: auto;

	padding-top: 60px;

	padding-bottom: 60px;

	overflow: hidden;

	/*background: url(../images/sub_tp.jpg)no-repeat top center;*/

	background: url(../images/sub_tp.jpg);/*background-size: cover;

	background-attachment: fixed;

	background-position: center;

	background: #0e6fda;*/

}

.htp_l {

	width: 80%;

	float: left;

}

.aboutsub p {

	color: #FFF;

	font-size: 36px;

	line-height: 1.5;

	margin-bottom: 12px;

	letter-spacing: 1px;

	font-weight: bold;

}

.aboutsub span {

	font-size: 25px;

	text-transform: uppercase;

	font-family: "Arial";

	color: #fff;

}

.htp_r {

}

.htp_r h2 {

	color: #fff;

	font-size: 24px;

	font-weight: normal;

}

.btn {

	color: #fff;

	border-radius: 30px;

	padding: 8px 10px;

	margin-top: 15px;

	background: #ffa200;

	position: absolute;

	font-size: 28px;

	font-family: "Arial";

}

@media only screen and (max-width:915px) {

.aboutsub p {

	font-size: 30px;

}

.aboutsub span {

	font-size: 21px;

}

.htp_l {

	width: 100%;

}

.aboutsub {

	padding-bottom: 80px;

}

}

@media only screen and (max-width:460px) {

.aboutsub p {

	font-size: 23px;

}

.aboutsub span {

	font-size: 16px;

}

}

/*首页经营项目*/

.hxm {

	padding-top: 70px;

	padding-bottom: 90px;

	overflow: hidden;

}

.hpro_sub {

	overflow: hidden;

	margin-bottom: 50px;

	text-align: center;

	margin-top: 60px;

}

.hpro_sub ul {

/*display: inline-flex;*/

}

.hpro_sub ul li {

	width: 24%;

	margin: 0 0.5%;

	/*background-color: #f5f5f5;*/

	border: solid 1px #e1e1e1;

	box-sizing: border-box;

	position: relative;

	z-index: 1;

	margin-bottom: 12px;

	float: left;

	border-radius: 3px;

}

.hpro_sub ul li a {

	display: block;

	padding: 18px 20px;

	font-size: 15px;

	letter-spacing: 1px;

	color: #000;

	text-align: center;

	text-transform: uppercase;

	transition: all 0.7s ease-in-out;

	-webkit-transition: all 0.7s ease-in-out;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.hpro_sub ul li em {

	opacity: 0.78;

	font-family: "Arial";

	letter-spacing: 0px;

	padding-left: 5px;

	font-weight: 300;

}

.hpro_sub ul li::after {

	content: "";

	position: absolute;

	width: 0;

	height: 100%;

	z-index: -1;

	/*background: linear-gradient(263deg, #ba0227 0%, #e60013 100%);*/

	background: #0e6fda;

	top: 0;

	left: 0;

	transition: all 0.7s ease-in-out;

	-webkit-transition: all 0.7s ease-in-out;

	border-radius: 3px;

}

.hpro_sub ul li:hover::after {

	width: 100%;

}

.hpro_sub ul li:hover > a {

	color: #FFF;

}

.hxmBox {

	overflow: hidden;

}

.hxmBox li {

	width: 33.3%;

	float: left;

	padding: 5px;

	box-sizing: border-box;

}

.hxmBox li a {

	display: block;

	overflow: hidden;

	position: relative;

}

.hxmBox li .himg {

	overflow: hidden;

}

.hxmBox li .himg img {

	display: block;

	width: 100%

}

.hxmBox li h5 {

	/*position: absolute;*/

	left: 0;

	bottom: 0;

	width: 100%;

	line-height: 3;

	font-size: 16px;

	color: #2F2F2F;

	text-align: center;

	/*background: rgb(0 105 52 / 88%);*/

	font-weight: normal;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.hxmBox ul li:hover img {

	-webkit-transform: scale(1.2);

	transform: scale(1.2);

	transition: all 0.8s;

}

@media only screen and (max-width:768px) {

.hxmBox li {

	width: 50%;

}

.hpro_sub ul li {

	width: 32.3%;

}

}

@media only screen and (max-width:570px) {

.hpro_sub ul li {

	width: 49%;

}

}

@media only screen and (max-width:499px) {

.hxmBox li {

	width: 100%;

}

}

@media only screen and (max-width:400px) {

.hpro_sub ul li {

	width: 98%;

}

}

/*关于我们*/

.htb {

	padding-top: 60px;

	padding-bottom: 60px;

	background: #0e6fda;

}

/*公司简介*/

.home_about {

	width: 100%;

	height: auto;

	overflow: hidden;

}

.aboutcon {

	padding-top: 60px;

	padding-bottom: 120px;

	overflow: hidden;

	background: #f5f5f5;

}

.abouttexts {

	width: 40%;

	overflow: hidden;

	display: inline-block;

	vertical-align: middle;

	margin-left: 9%;

	margin-top: 20px;

}

.abouttexts .toptitle {

	font-size: 35px;

	color: #222;

	margin-bottom: 30px;

	line-height: 1.5;

	letter-spacing: 4px;

}

.abouttexts p {

	font-size: 15px;

	line-height: 32px;

	color: #666;

}

.abouttexts .more {

	display: inline-block;

	margin-top: 60px;

}

.abouttexts .more a {

	display: block;

	color: #fff;

	border: 1px solid #0e6fda;

	padding: 12px 40px;

	background: #0e6fda;

}

.abouttexts .more span {

	font-size: 16px;

}

.abouttexts .more i {

	font-size: 20px;

	margin-left: 15px;

	font-weight: bold;

}

.abouttexts .more a:hover {

	color: #0e6fda;

	background: #FFF;

}

.abouttimg {

	width: 50%;

	display: inline-block;

	vertical-align: middle;

	overflow: hidden;

	float: left;

	margin-bottom: 80px;

}

.abouttimg img {

	display: block;

}

@media only screen and (max-width:1169px) {

.abouttexts .more {

	margin-top: 30px;

}

.abouttexts .toptitle {

	margin-bottom: 10px;

}

.abouttexts {

	margin-left: 6%;

	margin-top: 0px;

	width: 44%;

}

}

 @media only screen and (max-width:1000px) {

.abouttexts {

	width: 100%;

	margin-bottom: 30px;

	margin-left: 0%;

}

.abouttimg {

	width: 100%;

}

}

@media only screen and (max-width:499px) {

}

/*数字滚动*/

.digital {

	margin: -90px auto 0;

	position: relative;

	z-index: 3;

}

.sz {

	box-shadow: 0 0 25px rgba(0,0,0,0.08);

	position: relative;

	z-index: 1;

	overflow: hidden;

	background: #fff;

	padding: 36px 0;

}

.mumping_mun {

}

.mumping_mun li {

	float: left;

	width: 25%;

	text-align: center;

}

.mumping_mun span {

	display: block;

	line-height: 1;

	margin-top: 12px;

}

.mumping_mun span em {

	color: #000;

	letter-spacing: 0px;

	font-family: "Arial";

	font-size: 50px;

}

.mumping_mun span i {

	display: inline-block;

	text-align: center;

	line-height: 50px;

	font-size: 18px;

	color: #3e3e3f;

	vertical-align: bottom;

	margin: 0 0 0px 6px;

}

.mumping_mun p {

	font-size: 16px;

	color: #3e3e3f;

	padding-top: 10px;

}

@media only screen and (max-width:638px) {

.mumping_mun li {

	width: 50%;

	margin-bottom: 20px;

}

}

/*首页案例展示*/

.home_case {

	padding-top: 100px;

	padding-bottom: 120px;

}

.hcaseBox {

	overflow: hidden;

	padding-top: 60px;

}

.hcaseBox li {

	width: 25%;

	float: left;

	padding: 5px;

	box-sizing: border-box;

}

.hcaseBox li a {

	display: block;

	overflow: hidden;

	position: relative;

}

.hcaseBox li .hcaseimg {

	overflow: hidden;

}

.hcaseBox li .hcaseimg img {

	display: block;

	width: 100%

}

.hcaseBox li h5 {

	/*position: absolute;*/

	left: 0;

	bottom: 0;

	width: 100%;

	line-height: 3;

	font-size: 16px;

	color: #2F2F2F;

	text-align: center;

	/*background: rgb(0 105 52 / 88%);*/

	font-weight: normal;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.hcaseBox ul li:hover img {

	/*-webkit-transform: scale(1.2);

	transform: scale(1.2);

	transition: all 0.8s;*/

	opacity: 0.75;

}

 @media only screen and (max-width:768px) {

.hcaseBox li {

	width: 50%;

}

}

@media only screen and (max-width:499px) {

.hcaseBox li {

	width: 100%;

}

}

/*首页新闻中心*/

.home_new {

	padding-top: 40px;

	padding-bottom: 80px;

	overflow: hidden;

}

.pxw {

	margin-top: 50px;

}

.pxw ul li {

	width: 48%;

	float: left;

	margin-right: 3%;

	margin-bottom: 2%;

	display: flex;

	padding-top: 2%;

	border: 1px solid #ccc;

	padding-bottom: 2%;

}

.pxw ul li:nth-child(2) {

	margin-right: 0%;

}

.pxw ul li:nth-child(4) {

	margin-right: 0%;

}

.pxw ul li:nth-child(6) {

	margin-right: 0%;

}

.pxw ul li .datebox {

	text-align: center;

	width: 110px;

	color: #fff;

	position: relative;

	min-width: 80px;

	background: #0e6fda;

	margin-left: -20px;

	padding: 10px 0;

}

.pxw ul li .datebox .d {

	font-size: 30px;

	display: block;

	font-weight: bold;

	font-family: "Arial";

	line-height: 1.2;

}

.pxw ul li .datebox .y {

	font-size: 12px;

	font-family: "Arial";

}

.pxw ul li .info {

	flex: 1;

	overflow: hidden;

	padding: 0 24px;

	margin-top: 10px;

}

.pxw ul li .tit {

	display: block;

	margin-bottom: 10px;

	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/

	overflow: hidden;

	white-space: nowrap;

	-o-text-overflow: ellipsis;

	text-overflow: ellipsis;

	font-size: 16px;

	color: #333;

}

.pxw ul li .desc {

	overflow: hidden;

	white-space: nowrap;

	-o-text-overflow: ellipsis;

	text-overflow: ellipsis;

	font-size: 14px;

	color: #777;

	line-height: 1.8;

}

/*.pxw ul li:hover * {

	color: #fff;

}*/

/*.pxw ul li:hover {

	background-color: #10489f;

}*/

.pxw ul li:hover .datebox {

	color: #fff;

	opacity: 1;

}

@media only screen and (max-width:787px) {

.pxw ul li {

	width: 100%;

}

}

/**/

.ny-containBox {

	padding-top: 100px;

	padding-bottom: 120px;

	overflow: hidden;

}

.picture {

	padding-top: 60px;

	padding-bottom: 100px;

	overflow: hidden;

}

/*单页关于我们*/

.pabout{

	padding-top:100px;

	padding-bottom:100px;

	overflow:hidden;

}

.pabout-box{

}

.pabout-box h2{

	line-height: 1.2;

    color: #333333;

    font-size: 38px;

    font-weight: normal;

    /*letter-spacing: 8px;*/

	margin-bottom: 38px;

	text-align: center;

}

.pabout-box p{

}

/*单页产品中心*/

.Prolist {

}

.Prolist ul li {

	float: left;

	width: 33.33%;

	padding-left: 10px;

	padding-right: 10px;

	box-sizing: border-box;

	margin-bottom: 30px;

}

.Prolist ul li a {

	display: block;

}

.Prolist .img-box {

	position: relative;

	border: 1px solid #f5f5f5;

}

.Prolist .img-box:before {

	position: absolute;

	content: '';

	left: 0;

	right: 0;

	bottom: 0;

	top: 0;

	opacity: 0;

	background: rgba(255,255, 255, 0.3);

	transition: all .3s;

}

.Prolist .img-box img {

	width: 100%;

	display: block;

}

.Prolist .img-box .icon-box {

	position: absolute;

	top: 50%;

	left: 0;

	right: 0;

	text-align: center;

	z-index: 99;

	margin-top: -85px;

	opacity: 0.0;

	transform: translateY(-40px);

	transition: all .3s;

}

.Prolist .img-box .icon-box img {

	width: auto;

	margin: auto;

}

.Prolist li:hover .img-box:before {

	opacity: 1;

}

.Prolist li:hover .img-box .icon-box {

	transform: translateY(70px);

	opacity: 1.0;

}

.Prolist .txt-box {

	height: 60px;

	line-height: 60px;

	background: #f5f5f5;

	text-align: center;

	color: #4c4c4c;

	font-size: 15px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

 @media (max-width:1023px) {

.Prolist ul li {

	width: 50%;

}

}

@media (max-width:500px) {

.Prolist ul li {

	width: 100%;

}

}

/*单页应用案例*/

/*单页新闻中心*/

.sid_right {

	width: 72%;

	float: right;

	overflow: hidden;

}

.sid_left {

	width: 24%;

	float: left;

}

.side_left .submuen .topclass {

	font-size: 22px;

	color: #222;

	line-height: 30px;

	font-weight: bold;

	padding-left: 16px;

	position: relative;

}

.side_left .submuen .topclass:before {

	content: '';

	width: 5px;

	height: 20px;

	position: absolute;

	left: 0;

	top: 5px;

	background: #428673;

}

.pnew {

	padding-top: 120px;

	padding-bottom: 200px;

	background: #fcfcfc;

	overflow: hidden;

}

.news {

	padding-top: 90px;

	padding-bottom: 80px;

	overflow: hidden;

}

.newlist dl {

	display: block;

	padding: 0px 7px;

	overflow: hidden;

}

.newlist dl dt {

	float: right;

	display: inline-block;

	text-align: center;

	width: 100px;

	padding: 12px;

	background: #eff3f9;

	margin-top: 20px;

	background: linear-gradient(#b36750, #d39481);

	margin-top: 66px;

}

.newlist dl dt * {

	display: block;

	font-family: 'Century Gothic', Arial;

}

.newlist dl dt span {

	padding-top: 10px;

	font-size: 55px;

	color: #fff;

	line-height: 40px;

}

.newlist dd {

	display: inline-block;

	/*padding: 0px 30px;
	float: right;
	*/

	box-sizing: border-box;

	vertical-align: middle;

	margin-bottom: 30px;


}

.newlist dd a, .newlist dd a * {

	display: block;

}

.newlist dd a h3 {

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	color: #333;

	line-height: 34px;

	margin-bottom: 5px;

	font-size: 20px;

	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/

	font-weight: 600;

	display: flex;/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/

}

.newlist dd a h3 em {

	color: #056e42;

}

.newlist dl dd p i {

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	color: #333;

	line-height: 34px;

	margin-bottom: 5px;

	font-size: 20px;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

	font-weight: 600;

}

.newlist dd a p {

	font-size: 15px;

	color: #6a6969;

	line-height: 2;

	overflow: hidden;

	padding-top: 20px;

	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/

	display: -webkit-box;

	overflow: hidden;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;

	text-overflow: ellipsis;

	font-weight: normal;

	letter-spacing: 1px;

}

.newlist dd a span {

	font-size: 16px;

	color: #6a6969;

	line-height: 2;

	overflow: hidden;

	padding-top: 20px;

	font-family: "Arial";

	display: -webkit-box;

}

.newlist dd i {

	width: 16px;

	height: 16px;

	background: url(../images/clock.png) center center no-repeat;

	cursor: pointer;

	-webkit-transition: all .5s;

	transition: all .5s;

	margin-top: 10px;

	margin-right: 10px;

}

.newlist dl dd a:hover span {

	-webkit-transform: translateX(5px);

	transform: translateX(5px);

	-webkit-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

.newlist dl .nimg {

	display: inline-block;

	width: 190px;

	overflow: hidden;

	float: left;

	margin-top: 30px;

}

.newlist dl .nimg img {

	display: block;

	width: 100%;

}

 /*@media (max-width:1500px) {

.newlist dd {

	width: 80%;

}

}

 @media (max-width:1422px) {

.newlist dd {

	width: 78%;

}

}

 @media (max-width:1302px) {

.newlist dd {

	width: 76%;

}

}

 @media (max-width:1202px) {

.newlist dd {

	width: 74%;

}

}

 @media (max-width:1106px) {

.newlist dd {

	width: 72%;

}

}

 @media (max-width:1058px) {

.newlist dd {

	width: 70%;

}

}

 @media (max-width:988px) {

.newlist dd {

	width: 67%;

}

}

 @media (max-width:900px) {

.newlist dd {

	width: 73%;

}

}

 @media (max-width:758px) {

.newlist dd {

	width: 70%;

}

}

 @media (max-width:690px) {

.newlist dd {

	width: 67%;

}

}

 @media (max-width:622px) {

.newlist dd {

	width: 64%;

}

}

 @media (max-width:574px) {

.newlist dd {

	width: 100%;

}

.newlist dl .nimg {

	display: none;

}

.newlist dl {

	padding: 0px;

}

}*/

/*单页联系我们*/

.lxwm {

	padding-top: 100px;

	padding-bottom: 100px;

	overflow: hidden;

}

.lx_fs {

	/*float: right;

	width: 460px;

	height: 625px;*/

	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);

	border-radius: 15px;

	overflow: hidden;

}

.fs1 {

	width: 100%;

	height: 120px;

	background: #0e6fda;

	text-align: center;

	color: #fff;

}

.fs1 span {

	font-size: 30px;

	padding-top: 47px;

	display: block;

	font-weight: bold;

}

.fs1 p {

	font-size: 14px;

	text-transform: uppercase;

	line-height: 55px;

}

.fs_tp {

	margin-top: 10px;

}

.fs_tp ul {

	padding-left: 20px !important;

}

.fs_tp li {

	height: 70px;

	display: block;

	line-height: 45px;

}

.fs_tp i {

	width: 40px;

	height: 40px;

	float: left;

	padding: 5px 0;

}

.fs_tp span {

	margin-left: 14px;

	display: inline-block;

	font-family: "Arial";

}

.fs_tp d {

	font-weight: bold;

	color: #333333;

	font-size: 16px;

}

.fs_tp em {

	font-style: normal;

	font-size: 17px;

	color: #666666;

	text-transform: none;

}

.fs_tp a {

	font-style: normal;

	font-size: 18px;

	color: #666666;

	text-transform: none;

}

/*单页左侧栏推荐内容*/

.wztj {

	padding: 20px;

	/*background: #0e6fda;*/

	/*margin-top: 50px;*/

	border-radius: 10px;

	border: 1px solid #eaeaea;

}

/*.wztj h3 {

	color: #fff;

	font-size: 28px;

	margin: 10px auto;

	padding: 0 30px;

	border-left: 3px solid #fff;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}*/

.wztj ul li {

	padding: 10px 10px 10px 15px;

	border-bottom: 1px dashed #ddd;

	position: relative;

}

.wztj ul li:after {

	content: '';

	width: 6px;

	height: 6px;

	border-radius: 50%;

	background-color: #dee2e6;

	position: absolute;

	left: 0;

	top: 50%;

	margin-top: -3px;

}

.wztj ul li:last-child {

	border-bottom: none;

}

.wztj ul li a {

	font-size: 14px;

	color: #444;

	line-height: 25px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	display: block;

}

.left_h3 {

	margin-bottom: 19px;

	font-size: 20px;

	color: #545454;

	line-height: 45px;

	border-bottom: 1px solid #ebebeb;

}

.left_h3 span {

	display: inline-block;

	height: 45px;

	border-bottom: 1px solid #0e6fda;

}

/*.wztj ul li a:hover {

	color: #188952

}*/

/*分页样式*/

.pglist {

	padding: 30px 0 15px;

	width: 100%;

	text-align: center;

	clear: both;

	font-size: 17px;

	letter-spacing: 1px;

	font-family: "Arial";

}

.pglist a {

	color: #fff;

	padding: 0 15px;

	margin: 0 3px;

	background: #ccc;

}

.pglist * {

	display: inline-block;

	vertical-align: middle;

	line-height: 34px;

	padding-bottom: 1px;

}

.pglist a:hover, .pglist .hover {

	display: inline-block;

	color: #fff;

	background: #0e6fda;

}

.left_box .title {

	font-size: 28px;

	color: #fff;

	line-height: 1.0;

	font-weight: normal;

	padding-top: 32px;

}

/*reLink*/

.reLink {

	padding-top: 40px;

	overflow: hidden;

	font-size: 16px;

	border-top: 1px solid #EEE;

}

.prevLink, .nextLink {

	padding-top: 8px;

	margin-bottom: 8px;

	overflow: hidden;

	font-family: "Arial";

}

.reLink a {

	color: #676767;

	text-decoration: none;

}

.reLink a:hover {

	color: #0e6fda;/*text-decoration: underline;*/

}

/**/

.inner-banner {

	max-height: 593px;

	height: 100%;

}

@media (max-width:768px) {

.inner-banner  {

	margin-top:60px;

}

}

/* 面包屑 */

.breav-nav {

	width: 100%;

	height: 82px;

	line-height: 82px;

	overflow: hidden;

	background-color: #f3f3f3;

}

.location {

	/*max-width: 370px;*/

	background: url(../images/home.png) left center no-repeat;

	padding-left: 38px;

	float: left;

	overflow: hidden;

	color: #333;

	font-size: 15px;

}

.location a {

	/*color: #8b8989;*/

	color: #333;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";

}

/*横向二级导航*/

.sub_muen {

	float: right;

	display: block;

}

.sub_muen li {

	float: left;

	width: 150px;

	height: 80px;

	position: relative;

}

.sub_muen li a {

	display: block;

	font-size: 16px;

	color: #333;

	text-align: center;

}

.sub_muen li a:before {

	position: absolute;

	content: '';

	right: 0;

	top: 30px;

	width: 1px;

	height: 20px;

	background: #ccd1d8;

}

.sub_muen li:hover a:before {

	background: #009c4b;

}

.sub_muen li:hover a, .sub_muen li.cur a {

	background: #009c4b;

	color: #FFF;

	font-size: 16px;

}

.m_sub_muen {

	display: none;

}

.m_sub_muen {

	text-align: center;

	margin-top: 30px;

}

.m_sub_muen li {

	display: inline-block;

	margin: 0 4px 10px;

}

.m_sub_muen li a {

	display: block;

	padding: 10px 30px;

	border: 1px solid #cfcfcf;

	background: #ffffff;

	color: #333;

	font-size: 15px;

	border-radius: 8px;

}

.m_sub_muen .cur a {

	background: #009c4b;

	color: #FFF;

}

 @media only screen and (max-width:1023px) {

.sub_muen {

	display: none;

}

.m_sub_muen {

	display: block;

}

}

/***************/

.side_left {

	width: 22%;

	float: left;

	overflow: hidden;

}

.side_right {

	width: 76%;

	float: right;

}

/*纵向二级导航*/

.submuen {

	margin-bottom: 65px;

	overflow: hidden;

	border: 1px solid #eaeaea;

}

.submuen_title {

	/*text-align: center;*/

	padding-bottom: 40px;

	border-bottom: 1px solid #eaeaea;

	margin: 0px 30px;

	margin-bottom: 30px;

	background: url(../images/lp.png) no-repeat 0px 25px;/*background: #0e6fda;

	border-top-left-radius: 20px;

	border-top-right-radius: 20px;*/

}

.submuen_title h3 {

	font-size: 18px;

	color: #1a1a1a;

	line-height: 1.0;

	font-weight: normal;

	padding-top: 32px;

	padding-left: 60px;

}

.submuen_nav {

	/*background: #f2f2f2;*/

	margin-top: 6px;

}

.submuen_nav ul li {

	line-height: 35px;

	padding: 6px 0;

	border-bottom: 2px solid #FFF;

	font-size: 15px;

}

.submuen_nav ul li:hover {

	background: #f6f6f6;

	/*border-left:3px solid #ffc231;*/

	border-left: 3px solid #0e6fda;

}

.submuen_nav ul li a {

	display: block;

	color: #444;

	padding-left: 56px;

	padding-right: 28px;

	background: url(../images/lnav_op.png) no-repeat 26px 8px;

}

.submuen_nav ul li a.cur, .submuen_nav ul li a:hover {

	color: #0e6fda;

	background: url(../images/lnav_oph.png) no-repeat 26px 8px;

}

.left_contact {

	padding: 20px;

	margin-top: 50px;

	border-radius: 10px;

	border: 1px solid #eaeaea;

}

.left_contact p {

	line-height: 30px;

	font-family: "Arial";

	font-size: 14px;

}

@media only screen and (max-width:995px) {

.side_left {

	width: 26%;

}

.side_right {

	width: 72%;

}

}

@media only screen and (max-width:867px) {

.side_left {

	width: 31%;

}

.side_right {

	width: 67%;

}

}

@media only screen and (max-width:707px) {

.side_left {

	width: 100%;

	margin-bottom:60px;

}

.side_right {

	width: 100%;

}

.submuen_nav ul li {

	width: 33.3%;

	float: left;

}

}

@media only screen and (max-width:647px) {

.submuen_nav ul li {

	width: 50%;

}

}

@media only screen and (max-width:433px) {

.submuen_nav ul li {

	width: 10 0%;

}

}

.right_head{

    margin-bottom: 30px;

	margin-top: -16px;

}

.right_head h2{

    height: 50px;

    font-size: 20px;

    font-weight: normal;

    color: #545454;

    line-height: 50px;

    border-bottom: 1px solid #ebebeb;

}

.right_head h2 span{

    display: inline-block;

    height: 50px;

    border-bottom: 1px solid #0e6fda;

}

/*详情*/

.conBoxli {

	background: #fff;

	padding-bottom: 80px;

	padding-top: 70px;

}

.nrcompany {

	margin: 0 auto;

}

.nrcompany h1 {

	text-align: center;

	padding-top: 10px;

	padding-bottom: 30px;

	font-size: 28px;

	font-weight: bold;/*color: #0147a6;

	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/

	color: #0e6fda;

	font-family: "Arial";

}

.met-editor {

	padding-bottom: 10px;

	text-align: center;

	font-size: 17px;

	color: #999;

	font-family: "Arial";

}

.nrxqzy {

	font-size: 15px;

	padding: 20px 0;

	line-height: 2.0;

	text-align: justify;

}

.famore {

	display: inline-block;

	width: 138px;

	height: 56px;

	border: 1px solid #e0e0e0;

	position: relative;

	transition: .6s;

	padding: 0 18px;

	line-height: 56px;

	letter-spacing: 1px;

	color: #666;

	font-size: 16px;

	font-family: "Arial";

	padding-left: 30px;

}

.famore .arr {

	background: url(../images/fh.png) no-repeat center;

	width: 26px;

	height: 20px;

	background-size: contain;

	position: absolute;

	right: 38px;

	top: 50%;

	transform: translateY(-50%);

	transition: .6s;

}

.famore:hover .arr {

	background: url(../images/fh-1.png) no-repeat center;

}

.famore:hover {

	background-color: #0e6fda;

	color: #fff;/*transform: translateX(4px);*/

}

.share {

	margin-top: 60px;

	margin-bottom: 50px;

}

.skinww {

	width: 100%;

	max-width: 900px;

	margin: 0 auto;

}

.nrcompany .share {

	height: auto;

	margin-top: 60px;

	margin-bottom: 50px;

	overflow: hidden;

	/*border-bottom: 1px solid #e6e6e6;*/



	padding-bottom: 60px;

}

.nrcompany .share .more-btn {

	border: 1px solid #e0e0e0;

	color: #666;

	background: #FFF;

	display: flex;

	align-items: center;

	justify-content: center;

	width: 160px;

	height: 56px;

}

.nrcompany .share .more-btn:hover {

	background-color: #cc2727;

	color: #fff;

	border: 0;

	transition: all .2s linear;

}

.nrcompany .share i {

	font-size: 17px;

	margin-left: 15px;

	transition: margin 300ms;

}

 @media (max-width:1042px) {

.conBoxli {

	padding-top: 0px;

}

}

/*单页详情页推荐内容*/

/*1*/

.xwtj {

	padding-bottom: 30px;

	overflow: hidden;

}

.relate-title {

	/*border: 1px solid #eeeeee;*/

	font-size: 26px;

	line-height: 2.857;

	margin-bottom: 15px;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/

}

.relate-title span {

	display: inline-block;

	color: #0e6fda;/*padding: 0 14px;

	border-right: 1px solid #eeeeee;

	font-weight: 100;*/

}

.xw_til h3 {

	font-size: 25px;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

	border-bottom: 1px solid #333;

	padding-bottom: 30px;

}

.n-tit {

	margin-bottom: 30px;

}

.n-tit h3 {

	line-height: 35px;

	font-size: 24px;

}

.n-tit s {

	width: 4px;

	height: 22px;

	margin-right: 15px;

	background: #083b71;

	display: inline-block;

	vertical-align: middle;

}

.txtlistbox li {

	width: 48.5%;

	float: left;

	border: 1px solid #ddd;

	margin-bottom: 16px;/*background: #f0f0f0;*/

}

.txtlistbox li a {

	display: block;

	padding: 28px;

}

.txtlistbox .item .time {

	display: block;

	width: 90px;

	height: 66px;

	border-right: 1px solid #ddd;

	line-height: 20px;

	margin-right: 30px;

	color: #0e6fda;

	vertical-align: middle;

	font-family: "Arial";

	margin-top: 10px;

}

.txtlistbox .item .time b {

	color: #0e6fda;

	display: block;

	font-size: 48px;

	line-height: 48px;

}

.txtlistbox .item h3 {

	font-size: 18px;

	vertical-align: top;

	color: #333;

	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/

	display: -webkit-box;

	-webkit-box-orient: vertical;

	overflow: hidden;

	-webkit-line-clamp: 1;/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/

}

.txtlistbox .item p {

	text-overflow: ellipsis;

	font-size: 14px;

	/*font-family: Source Han Sans CN;

	letter-spacing: 1px;*/

	font-weight: 400;

	color: #aaa;

	line-height: 1.8;

	word-break: break-all;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;

	margin-top: 10px;

}

.txtlistbox li:nth-child(2n) {

	float: right;

}

.txtlistbox .item:hover {

	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

}

 @media (max-width: 1070px) {

.txtlistbox .item p {

	-webkit-line-clamp: 2;

}

}

 @media (max-width: 962px) {

.textlist .item {

	width: 47.5%;

}

.txtlistbox li {

	width: 100%;

}

}

 @media (max-width: 510px) {

.txtlistbox .item p {

	-webkit-box-orient: horizontal;

}

}

/*2*/

.cptj {

	padding-bottom: 60px;

	overflow: hidden;

}

.cp_til h3 {

	font-size: 25px;

	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;

	border-bottom: 1px solid #333;

	padding-bottom: 30px;

}

.img-list-md {

	margin: 20px 0px;

	padding: 30px;

	border: 1px dashed #dddddd;

	box-sizing: border-box;

	margin-bottom: 2%;

	background-color: #FFF;

	overflow: hidden;

}

.img-list-md h3 {

	font-size: 18px;

	font-weight: 300;

	margin: 0px;

	width: 160px;

	height: 40px;

	background-color: #083b71;

	text-align: center;

	color: #FFF;

	line-height: 40px;

	font-family: "Source Han Sans CN", SimHei, 微软雅黑;

}

.img-list-md ul {

	margin-top: 10px;

	margin-bottom: 0px;

}

.img-list-md ul li {

	display: block;

	padding: 10px 0;

	width: 24%;

	margin-left: 1.333%;

	float: left;

}

.img-list-md ul li:nth-child(1) {

	margin-left: 0;

}

.img-list-md ul li a {

	display: block;

	position: relative;

}

.img-list-md ul li .hmimg {

	border: 1px solid #ddd;

	padding: 3px;

	overflow: hidden;

}

.img-list-md ul li .hmimg img {

	display: block;

	width: 100%;

}

.img-list-md ul li a span {

	position: absolute;

	bottom: -16px;

	left: 10%;

	color: #000;

	width: 80%;

	height: 40px;

	line-height: 40px;

	background: #fff;

	font-size: 15px;

	text-align: center;

	overflow: hidden;

	/*border-radius: 25px;*/

	box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/

}

.img-list-md ul li a:hover .hmimg {

	border: 1px solid #0e6fda;

}

.img-list-md ul li a:hover span {

	background: #0e6fda;

	color: #fff;

}

 @media only screen and (max-width:903px) {

.img-list-md ul li {

	width: 49%;

	margin-left: 2%;

	margin-bottom: 3%;

}

.img-list-md ul li:nth-child(3) {

	margin-left: 0;

}

}

 @media only screen and (max-width:494px) {

.img-list-md ul li {

	width: 99%;

}

.img-list-md ul li:nth-child(2) {

	margin-left: 0;

}

.img-list-md ul li:nth-child(4) {

	margin-left: 0;

}

}

/*返回顶部 */

#cmsFloatPanel {

	overflow: hidden;

}

#cmsFloatPanel .ctrolPanel {

	background: url(../images/panel-bg.png) no-repeat left top;

	position: fixed;

	right: 20px;

	top: 200px;

	overflow: hidden;

	z-index: 10000;

	_position: absolute;

 _top: expression(eval(documentElement.scrollTop + 200));

}

#cmsFloatPanel .ctrolPanel a {

	width: 50px;

	height: 50px;

	font-size: 12px;

	color: #ff3300;

	text-align: center;

	overflow: hidden;

	text-decoration: none;

}

#cmsFloatPanel .ctrolPanel a:hover {

/*background: rgba(255,255,255,0.3);*/

}

#cmsFloatPanel .ctrolPanel .arrow {

	line-height: 28px;

	display: block;

	margin: 1px auto;

}

#cmsFloatPanel .ctrolPanel .arrow span {

	display: none;

}

#cmsFloatPanel .ctrolPanel .arrow:hover {

}

#cmsFloatPanel .ctrolPanel .arrow:hover span {

	display: block;

}

/*单页招聘人才*/

.join1 {

	padding-top: 60px;

    padding-bottom: 100px;

    overflow: hidden;

	background-color: rgba(0, 0, 0, 0.05);

}

.join1 h2{

	font-size: 32px;

    line-height: 45px;

	color:#000;

	text-align:center;

	font-weight: normal;

}

.join1 .join1-bttit .tit {

	position: relative;

	padding-right: 6%;

	padding-left: 30px;

	width: calc(100% - 100px);

	color: #333;

	font-size: 22px

}

.join1 .join1-btline {

	position: relative;

	margin-top: 25px;

	margin-bottom: 20px;

	width: 100%;

	height: 1px;

	background: rgba(51,51,51,.1)

}

.join1 .join1-btline::after {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 37px;

	height: 2px;

	background-color: #0e6fda;

	content: ""

}

.join1 .join1-bttit .tit::before {

	position: absolute;

	top: 50%;

	left: 0;

	width: 24px;

	height: 24px;

	background: url(../images/jo-icon1.png) no-repeat center center;

	content: "";

	transform: translateY(-50%)

}

.join1 .join1-bttit .btns {

	width: 100px;

	color: #999;

	text-align: right;

	font-size: 16px

}

.join1 .join1-bttit .btns em {

	display: inline-block;

	margin-left: 5px;

	vertical-align: middle;

	font-weight: 700;

	font-size: 12px

}

/*.join1 .join1-btdec {

	padding-right: 28%

}

*/

.join1 .btdec-li {

	padding: 5px 0;

	/*width: 25%;*/

	color: #666;

	font-size: 16px;

	float:left;

	width:100%;

	font-family: "Arial";

}

.join1 .btdec-li em{

	color: #0e6fda;

}

.join1 .btdec-li:last-child {

	width: 100%

}

.join1 .join1-btul {

	margin-bottom: 50px

}

.join1 .join1-btul li {

	padding: 25px 40px;

	border: solid 1px #eaeaea;

	border-radius: 8px;

	background-color: #fff;

	-webkit-transition: .5s;

	-moz-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

	-ms-transition: .5s;

	overflow: hidden;

	width: 42%;

    float: left;

    margin-right: 2%;

}

.join1 .join1-btul li:nth-child(2) {

    margin-right: 0%;

}



