a{ color:inherit;}
a:hover{ color:inherit;}

.flex{ display: flex; flex-wrap: wrap; justify-content: space-between;}
table { width:100%!important;max-width:100%!important;}
table td { table-layout:fixed; word-break: break-all; overflow:hidden;}
.xxx{}
.xxx img{ height:auto!important; width:auto; max-width:100%; }

.search1 {
	float: left;
	height: 38px;
	width: 169px;
	background:url(../images/sea.jpg) no-repeat center  top;
	border: 0px solid #FFFFFF;
	color: #6d6d6d;
	display: inline;
	line-height: 38px;
	font-size: 14px;
	text-align: left;
 padding-left:10px

}
.searchimg1 {
	float: left;
	display: inline;	
}

/*search*/
.search_input {
  width: 308px;
  height: 48px;
  padding: 0 26px;
  font-size: 14px;
  color:#333;
  background:rgba(240,240,240,0.9);
  border:none;
  float:left;
}
.search_button {
  width: 160px;
  height: 48px;
  border: none;
  cursor:pointer;
  background: -webkit-linear-gradient(left, #026940 , #0a70d5);
  background: -o-linear-gradient(right, #026940, #0a70d5);
  background: -moz-linear-gradient(right, #026940, #0a70d5);
  background: linear-gradient(to right, #026940 , #0a70d5);
  border-radius: 0px 25px 25px 0;
  float:left;
}

.contactList ul{ display:flex; justify-content: center}

.col-lg-4 {
    width: 33.33333333%;
}

.con_in ul li {
	padding: 40px 0 30px 0;
	border-radius: 5px;
	box-shadow:0 10px 40px -10px rgba(0,0,0,.2);
	width:33%;
	text-align:center;
	line-height: 34px;
	font-size:14px;
}
.contactList ul li h4 {
    font-size:24px;
    text-align: center;
    line-height: 3;
    margin: 0; font-family:Barlow-Regular; color:#333; font-weight:normal
}.contactList ul li p{ line-height:24px; font-size:16px}



/*background*/
.b_about{
    width: 100%;
    background: url(../images/b_about.jpg) no-repeat center top fixed;
    position: relative;
}
.b_honor{
    width: 100%;
    background: url(../images/b_honor.jpg) no-repeat center top fixed;
    position: relative;
}
.b_product{
    width: 100%;
    background: url(../images/b_rpo.jpg) no-repeat center top fixed;
    position: relative;
}
.b_company{
    width: 100%;
    background: url(../images/b_rpo1.jpg) no-repeat center top fixed;
    position: relative;
}
.b_news{
    width: 100%;
    background: url(../images/b_news.jpg) no-repeat center top fixed;
    position: relative;
}
.b_job{
    width: 100%;
    background: url(../images/b_job.jpg) no-repeat center top fixed;
    position: relative;
}
.b_contact{
    width: 100%;
    background: url(../images/b_contact.jpg) no-repeat center top fixed;
    position: relative;
}

.overlay {
    background-color: #000;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    width: 100%;
}
.b_title{ color:#FFFFFF; text-align:center; position: relative; height: 430px;}
.b_title h2{ font-weight:normal; font-size:39px; padding-top:250px; letter-spacing: 0px; line-height:39px}
.b_title span{ font-size:24px; font-family:Barlow-Regular; color:#fff; display:block; text-transform:capitalize}
 line{ width: 40px;
    height: 2px;
    background: #fff;
    margin: 15px auto;
    display: inline-block;
    vertical-align: middle;}


@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }

.location {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#0a70d5), color-stop(51%, #0562bd), to(#0a70d5));
    background-image: -webkit-linear-gradient(left, #5292d2 0%, #0562bd 51%, #0a70d5 100%);
    background-image: -moz-linear-gradient(left, #5292d2 0%, #0562bd 51%, #0a70d5 100%);
    background-image: -o-linear-gradient(left, #5292d2 0%, #0562bd 51%, #0a70d5 100%);
    background-image: linear-gradient(to right, #5292d2 0%, #0562bd 51%, #0a70d5 100%);
	height:70px;
	align-items: center;
    padding: 0px 2%;
	color:#FFFFFF;
	font-size:15px;
}
.location h3{ font-weight:500; font-size:24px;}
.location h3 a{ font-weight:500; font-size:17px;}
.location a { position: relative; font-size:15px; color:#fff}
.location a:hover{ color:#FFFFFF;}
.location a::before {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -2px;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.location a:hover::before {
    width: 100%;
}


/*about_in*/
.about_in{ width:100%; margin:90px 0 70px 0; font-size: 16px; line-height:26px;}
.a_flex {
    display: flex;
	margin-top:50px;
}
.a_left {
    max-width: 42%;
}
.a_left p {
    transform: translate(20%,120%);
    font-size: 30px;
	letter-spacing: 5px;
}

.a_left p i {
  color: #000000;
  font-size: 24px;
  text-transform:uppercase;
  font-style: normal;
}
.a_left p i:before, .a_left p i:after {
  display: inline-block;
  content: "";
  width: 60px;
  height: 2px;
  vertical-align: middle;
  background-color: #0f81ca;
}
.a_left p i:before { margin-right: 20px;}
.a_left p i:after { margin-left: 20px;}

.a_left p span {
    color: #ffffff;
    padding: 30px;
    background: #01834f;
    display: inline-block;
	margin-top: 15px;
}

.a_right {
    max-width: 50%;
}
.a_right img {
    max-width: 100%;
}


/*honors*/
.honors{ width:100%; margin:90px 0 70px 0;}
.honors ul li {
    position: relative;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
	text-align:center;
	border:solid 1px #eee;
    width: 31%;
	height: 295px;
	float:left;
	margin:0 3.2% 40px 0;
	border-bottom: solid 2px #ddd;
}
.honors ul li:nth-child(3n){ margin-right:0;float:right;}
.h_img img {
    max-width: 100%;
	height: 235px;
	object-fit: cover;
	transition:all 0.5s;
}
.h_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eee;
	padding:20px 0;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.h_text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0f81ca;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.h_plus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}
.h_plus span {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
	font-size:24px;
	color:#0f81ca;
}
.h_text p {
    font-size: 16px;
	color:#0f81ca;
}
.honors ul li:hover .h_img img{ transform:scale(1.1);}
.honors ul li:hover .h_text {
  padding-top: 40px;
}
.honors ul li:hover .h_text::before {
  opacity: 1;
}
.honors ul li:hover .h_plus {
  top: -20px;
  visibility: visible;
  opacity: 1;
}
.honors ul li:hover .h_text p {
  color: #ffffff;
}

/*pro_in*/
.pro_in{ width:100%; margin:90px 0 70px 0;}
.pro_in ul li {
    width: 28.6%;
    display: block;
    padding: 15px 1.5% 30px 1.5%;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
	text-align:center;
	float:left;
	margin:0 2.28% 40px 0;
}
.pro_in ul li:nth-child(3n){ float:right; margin-right:0;}
.pro_in ul li:after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: -20px;
    content: '';
    background:url(../images/sd.jpg) no-repeat center top;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.p_img{ width:100%; height:180px; background:#fff; overflow:hidden;   vertical-align: middle;
display: table-cell; text-align:center}
.p_img img{ max-width:90%; max-height:90%; transition:all 0.5s; width:auto; height:auto}
.pro_in ul li h3 {
    font-size:20px;
	margin:15px 0;
    transition: .5s;
	height:26px;
	line-height:26px
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; font-weight:normal; color:#333
}



.pro_in ul li h2 {
    font-size: 15px;
	margin:15px 0;
    transition: .5s;
	height:25px;
	line-height:25px
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; font-weight:normal
}




.pro_in ul li:hover:after {
    top: 0;
    bottom: 0;
    opacity: 1;
}
.pro_in ul li:hover .p_img img{ transform:scale(1.1);}
.pro_in ul li:hover h3 {
    color: #fff;
}
.pro_in ul li:hover h2 {
    color: #fff;
}

.p_btn {
    position: relative;
    color: #0f81ca;
	padding:9px 15px;
	z-index: 1;
	font-size:14px;
}
.p_btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #eee;
    transition: .5s;
    z-index: -1;
}
.pro_in ul li:hover .p_btn::before{width:100%;background:#fff;}


/*p_detail*/
.p_detail{ width:100%; margin:90px 0 70px 0; font-size: 16px; line-height:30px;}
.p_detail h3 {
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
	margin-bottom:30px;
}
.p_detail h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.p_detail h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0f81ca;
    bottom: 0;
    left: calc(50% - 20px);
}
.p_pic{ width:30%;}
.p_pic img{ max-width: 100%;}
.p_text{ width:65%;}


/*company*/
.company{ width:100%; margin:90px 0 70px 0;}
.company ul li {
	width:24.1%;
	float:left;
	height:180px;
	margin:0 1.2% 40px 0;
}
.company ul li:nth-child(4n){ margin-right:0;float:right;}
.c_img {
    position: relative;
    display: block;
    overflow: hidden;
	height:100%;
}
.c_img img {
    width: 100%;
	height:100%;
	object-fit: cover;
	transition:all 0.5s;
}
.company ul li:hover .c_img img{ transform:scale(1.1);}
.c_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .5);
    transition: opacity 800ms ease, visibility 800ms ease, transform 800ms ease;
    z-index: 1;
    margin: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-115%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 30px;
}
.company ul li:hover .c_hover {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
.c_hover span {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #0f81ca;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}
.c_hover span:hover {
    background-color: #fff;
    color: #0f81ca;
}
.c_hover p {
    font-size: 18px;
    color: #ffffff;
	font-weight: bold;
    transition: all 500ms ease;
}
.c_hover p:hover{ color: #0f81ca;}


/*news_in*/
.news_in{ width:100%; margin:90px 0 70px 0; font-size: 16px; line-height:26px;}
.news_in ul li{
    padding: 25px 2% 25px 3%;
	margin:0 0 40px 0;
	border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.news_in ul li:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	-moz-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
}
.news_in ul li a{ align-items: center;}
.n_left {
    width: 100%;
}
.n_left h2 {
    font-size: 19.5px;
    font-weight:normal;
    position: relative;
    padding-bottom: 5px;
	transition: all 0.3s ease 0s;
	display:inline-block; color:#000
}

.n_left h4{ font-size:15px; font-weight:normal; margin: 10px 0}


.n_left h2::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0f81ca;
    transition: .7s;
}
.news_in ul li:hover h2::before {
    width: 100%;
}
.news_in ul li:hover h2{ color:#0f81ca;}
.n_left h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
	margin:5px 0 0px 0;
}
.n_left p {
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}

.n_right {
    width: 25%;
    position: relative;
    display: block;
	overflow: hidden;
}
.n_right img {
    width: 100%;
	height: 150px;
	object-fit: cover;
    transition: .8s ease-in-out;
}
.n_right::before, .n_right::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    transition: all 0.7s ease-in-out;
}
.news_in ul li:hover .n_right::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, .2);
}
.news_in ul li:hover .n_right::after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, .2);
}
.news_in ul li:hover .n_right img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/*contentPage*/
.contentPage { color: #0f81ca; text-align:center; clear:both; width:100%;}
.contentPage .zi { font-size:15px; font-weight:normal; float:none!important;}
.contentPage a { color: #0f81ca; font-size: 15px; margin:0px 3px; padding:4px 7px; border: 1px solid #0f81ca;}
.contentPage a:hover { color:#FFF; background-color:#0f81ca;}
.contentPage .current { font-size: 15px; margin:0px 3px; padding:4px 7px;}

table {
	

	color:#333333;
	border-width: 1px;
	border-color:#CCC;
	border-collapse: collapse;
}
table th {
	border-width: 1px;
	padding: 2px 8px;
	border-style: solid;
	border-color:#CCC;
	background-color: #dedede;
}
table td {

	padding: 2px 8px;

	background-color: #ffffff; border:1px   #CCC solid
}
/*n_detail*/
.n_detail{ width:100%; margin:90px 0 70px 0; font-size: 16px; line-height:26px;}
.n_detail h1{ font-size:24px; text-align:center; color:#333; font-weight:normal}
.n_detail h4{ font-size:14px; text-align:center; color: #0f81ca; font-weight:normal; margin: 10px 0 30px 0;}


/*page_in*/
.page_in {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
	padding:20px 30px;
	border-radius:30px;
	margin-top:50px;
}
.page_in ul li:nth-child(1), .page_in ul li:nth-child(3){ width:42%;}
.page_in ul li:nth-child(2){ text-align:center;}
.page_in ul li:nth-child(3){ text-align:right;}
.page_in ul li span {
    font-size: 14px;
    font-weight: bold;
}
.page_in ul li h5 {
    font-size: 17px;
	color:#0f81ca;
    font-weight: normal;
}

.page_in ul li:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f7fb;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
	font-size: 15px;
}
.page_in ul li:nth-child(2):hover {
    color: #0f81ca;
    transform: rotate(360deg);
}
.page_in ul li:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 35px #f6f7fb;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}
.page_in ul li:nth-child(2):hover::after {
    box-shadow: inset 0 0 0 1px #0f81ca;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/*jobs_in*/
.jobs_in{ width:100%; margin:90px 0 10px 0; font-size: 16px;}

.jobs_in h3 {
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
	margin-bottom:30px;
}
.jobs_in h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.jobs_in h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0f81ca;
    bottom: 0;
    left: calc(50% - 20px);
}
.j_text{ padding:0 0 40px 0;}

.j_list{ margin-bottom:60px; display: inline-table;}
.j_list tr, .j_list td{ border:none;}
.j_list tr td{ padding:15px; line-height: 30px;}
.j_list tr td:first-child { border-right: 1px solid #eee; font-weight:600; text-align:center;}
.j_list tr:nth-child(odd){ background:#f8f8f8;}
.j_list tr td span{ color: #0f81ca;}


/*con_in*/
.con_in{ width:100%; margin:80px 0 70px 0; line-height:28px; font-size:16px;}

.con_in h3 {
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
.con_in h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.con_in h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0f81ca;
    bottom: 0;
    left: calc(50% - 20px);
}

.con_in ul{ margin:70px 0 50px 0;}

.c_icon {
	background: rgba(11, 144, 61, 0.2);
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	width: 80px;
	height: 80px;
	margin-top: -75px;
}
.c_icon span {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: #0f81ca;
}
.c_icon img{ margin-top: 20px; transition: all 0.3s linear;}
.con_in ul li:hover .c_icon img{ transform: rotateY(180deg);}

.map{ margin-top:40px;}

@media all and (max-width:640px){


/*background*/
.b_about{
    width: 100%;
    background: url(../images/banner3.jpg) no-repeat center top; background-size:100%;
    position: relative;
}
.b_honor{
    width: 100%;
    background: url(../images/b_honor.jpg) no-repeat right top; background-size:190%;
    position: relative;
}
.b_product{
    width: 100%;
    background: url(../images/b_rpo.jpg) no-repeat center top; background-size:190%;
    position: relative;
}
.b_company{
    width: 100%;
    background: url(../images/b_rpo1.jpg) no-repeat center top; background-size:190%;
    position: relative;
}
.b_news{
    width: 100%;
    background: url(../images/b_news.jpg) no-repeat center top; background-size:190%;
    position: relative;
}
.b_job{
    width: 100%;
    background: url(../images/b_job.jpg) no-repeat center top; background-size:190%;
    position: relative;
}
.b_contact{
    width: 100%;
    background: url(../images/b_contact.jpg) no-repeat center top; background-size:190%;
    position: relative;
}

.overlay {
    background-color: #000;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    width: 100%;
}
.b_title{ color:#FFFFFF; text-align:center; position: relative; height: 150px; }
.b_title h2 {
    font-weight: normal;
    font-size: 19px;
    padding-top:50px;
    letter-spacing: 0px; display:none
}
.location {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#0a70d5), color-stop(51%, #0a70d5), to(#0a70d5));
    background-image: -webkit-linear-gradient(left, #0a70d5 0%, #0a70d5 51%, #0a70d5 100%);
    background-image: -moz-linear-gradient(left, #0a70d5 0%, #0a70d5 51%, #0a70d5 100%);
    background-image: -o-linear-gradient(left, #0a70d5 0%, #0a70d5 51%, #0a70d5 100%);
    background-image: linear-gradient(to right, #0a70d5 0%, #0a70d5 51%, #0a70d5 100%);
	height:50px;
	align-items: center;
    padding: 0px 1%;
	color:#FFFFFF;
	font-size:14px;
}line{ display:none}.b_title span{ display:none}
.location h3{ font-weight:500; font-size:20px; text-align:center; width:100%}
.location a { position: relative;}
.location p { display:none;}
.location a:hover{ color:#FFFFFF;}
.location a::before {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -2px;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.location a:hover::before {
    width: 100%;
}


/*about_in*/
.about_in{ width:90%; margin:0px 0 0px 0; font-size: 16px; line-height:26px; margin:auto; padding-top:55px;}

.a_flex {
    display: flex;
	margin-top:50px;
}
.a_left {
    max-width: 42%;
}
.a_left p {
    transform: translate(20%,120%);
    font-size: 30px;
	letter-spacing: 5px;
}

.a_left p i {
  color: #000000;
  font-size: 24px;
  text-transform:uppercase;
  font-style: normal;
}
.a_left p i:before, .a_left p i:after {
  display: inline-block;
  content: "";
  width: 60px;
  height: 2px;
  vertical-align: middle;
  background-color: #0f81ca;
}
.a_left p i:before { margin-right: 20px;}
.a_left p i:after { margin-left: 20px;}

.a_left p span {
    color: #ffffff;
    padding: 30px;
    background: #01834f;
    display: inline-block;
	margin-top: 15px;
}

.a_right {
    max-width: 50%;
}
.a_right img {
    max-width: 100%;
}


/*honors*/
.honors{ width:90%; margin:50px 5% 70px 5%; }
.honors ul li {
    position: relative;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
	text-align:center;
	border:solid 1px #eee;
    width:100%;
	height:auto; min-height:260px;
	max-height:100%;
	float:left;
	margin:0 3.2% 20px 0;
	border-bottom: solid 2px #ddd;
}
.honors ul li:nth-child(3n){ margin-right:0;float:right;}
.h_img img {
    max-width: 100%;
	height:auto;
	object-fit: cover;
	transition:all 0.5s;
}
.h_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eee;
	padding:20px 0;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.h_text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0f81ca;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.h_plus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}
.h_plus span {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
	font-size:24px;
	color:#0f81ca;
}
.h_text p {
    font-size: 16px;
	color:#0f81ca;
}
.honors ul li:hover .h_img img{ transform:scale(1.1);}
.honors ul li:hover .h_text {
  padding-top: 40px;
}
.honors ul li:hover .h_text::before {
  opacity: 1;
}
.honors ul li:hover .h_plus {
  top: -20px;
  visibility: visible;
  opacity: 1;
}
.honors ul li:hover .h_text p {
  color: #ffffff;
}


/*pro_in*/
.pro_in{ width:100%; margin:50px 0 70px 0;}
.pro_in ul li {
    width: 88%;
    display: block;
    padding: 1% 1% 7% 1%;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
	text-align:center;
	float:left;
	margin-left:5%; margin-right:5%; margin-top:0px; margin-bottom:10px; 
}
.pro_in ul li:nth-child(5n){ float:right; margin-right:0;}
.pro_in ul li:after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: -20px;
    content: '';
    background: #0f81ca;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.p_img{ width:100%; height:180px; background:#fff; overflow:hidden;   vertical-align: middle;
display: table-cell; text-align:center}
.p_img img{ max-width:90%; max-height:90%; transition:all 0.5s; width:auto; height:auto}
.pro_in ul li h3 {
    font-size: 16px;
	margin:15px 0;
    transition: .5s;
	height:20px;
	line-height:20px
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.pro_in ul li:hover:after {
    top: 0;
    bottom: 0;
    opacity: 1;
}
.pro_in ul li:hover .p_img img{ transform:scale(1.1);}
.pro_in ul li:hover h3 {
    color: #fff;
}

.p_btn {
    position: relative;
    color: #0f81ca;
	padding:9px 15px;
	z-index: 1;
	font-size:14px;
}
.p_btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #eee;
    transition: .5s;
    z-index: -1;
}
.pro_in ul li:hover .p_btn::before{width:100%;background:#fff;}


/*p_detail*/
.p_detail{ width:90%; margin:50px 5% 70px 5%; font-size: 16px; line-height:30px; }
.p_detail h3 {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
	margin-bottom:30px;
}
.p_detail h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.p_detail h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0f81ca;
    bottom: 0;
    left: calc(50% - 20px);
}
.p_pic{ width:100%;}
.p_pic img{ max-width: 100%;}
.p_text{ width:100%;}


/*company*/
.company{width:90%; margin:50px 5% 70px 5%; }
.company ul li {
	width:100%;
	float:left;
	height:auto;
	margin:0 1.2% 40px 0;
}
.company ul li:nth-child(4n){ margin-right:0;float:right;}
.c_img {
    position: relative;
    display: block;
    overflow: hidden;
	height:100%;
}
.c_img img {
    width: 100%;
	height:100%;
	object-fit: cover;
	transition:all 0.5s;
}
.company ul li:hover .c_img img{ transform:scale(1.1);}
.c_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .5);
    transition: opacity 800ms ease, visibility 800ms ease, transform 800ms ease;
    z-index: 1;
    margin: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-115%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 30px;
}
.company ul li:hover .c_hover {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
.c_hover span {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #0f81ca;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}
.c_hover span:hover {
    background-color: #fff;
    color: #0f81ca;
}
.c_hover p {
    font-size: 18px;
    color: #ffffff;
	font-weight: bold;
    transition: all 500ms ease;
}
.c_hover p:hover{ color: #0f81ca;}


/*news_in*/
.news_in{ width:90%; margin:50px 5% 70px 5%; font-size: 16px; line-height:26px;}
.news_in ul li{
    padding:10px 2% 10px 3%;
	margin:0 0 20px 0;
	border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.news_in ul li:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	-moz-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
}
.news_in ul li a{ align-items: center;}
.n_left {
    width: 100%;
}
.n_left h2 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
	transition: all 0.3s ease 0s;
	display:inline-block;
}
.n_left h2::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0f81ca;
    transition: .7s;
}
.news_in ul li:hover h2::before {
    width: 100%;
}
.news_in ul li:hover h2{ color:#0f81ca;}
.n_left h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
	margin:5px 0 0px 0;
}
.n_left p {
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}

.n_right {display:none;
    width: 25%;
    position: relative;
    display: block;
	overflow: hidden;
}
.n_right img {
    width: 100%;
	height: 150px;
	object-fit: cover;
    transition: .8s ease-in-out;
}
.n_right::before, .n_right::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    transition: all 0.7s ease-in-out;
}
.news_in ul li:hover .n_right::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, .2);
}
.news_in ul li:hover .n_right::after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, .2);
}
.news_in ul li:hover .n_right img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/*contentPage*/
.contentPage { color: #0f81ca; text-align:center; clear:both; width:100%;}
.contentPage .zi { font-size:13px; font-weight:bold; float:none!important;}
.contentPage a { color: #0f81ca; font-size: 13px; margin:0px 3px; padding:4px 7px; border: 1px solid #0f81ca;}
.contentPage a:hover { color:#FFF; background-color:#0f81ca;}
.contentPage .current { font-size: 13px; margin:0px 3px; padding:4px 7px;}


/*n_detail*/
.n_detail{ width:90%; margin:50px 5% 70px 5%;  font-size: 16px; line-height:26px;}
.n_detail h1{ font-size:18px; text-align:center;}
.n_detail h4{ font-size:14px; text-align:center; color: #0f81ca; font-weight:normal; margin: 10px 0 30px 0;}


/*page_in*/
.page_in {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
	padding:20px 30px;
	border-radius:30px;
	margin-top:50px;
}
.page_in ul li:nth-child(1), .page_in ul li:nth-child(3){ width:100%;}
.page_in ul li:nth-child(2){ text-align:left;}
.page_in ul li:nth-child(3){ text-align:left;}
.page_in ul li span {
    font-size: 12px;float:left;
    font-weight: bold;
}
.page_in ul li h5 { float:left;
    font-size: 15px;
	color:#0f81ca;
    font-weight: normal;
}

.page_in ul li:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f7fb;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
	font-size: 15px;
}
.page_in ul li:nth-child(2):hover {
    color: #0f81ca;
    transform: rotate(360deg);
}
.page_in ul li:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 35px #f6f7fb;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}
.page_in ul li:nth-child(2):hover::after {
    box-shadow: inset 0 0 0 1px #0f81ca;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/*jobs_in*/
.jobs_in{ width:100%; margin:90px 0 10px 0; font-size: 16px;}

.jobs_in h3 {
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
	margin-bottom:30px;
}
.jobs_in h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.jobs_in h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0f81ca;
    bottom: 0;
    left: calc(50% - 20px);
}
.j_text{ padding:0 0 40px 0;}

.j_list{ margin-bottom:60px; display: inline-table;}
.j_list tr, .j_list td{ border:none;}
.j_list tr td{ padding:15px; line-height: 30px;}
.j_list tr td:first-child { border-right: 1px solid #eee; font-weight:600; text-align:center;}
.j_list tr:nth-child(odd){ background:#f8f8f8;}
.j_list tr td span{ color: #0f81ca;}


/*con_in*/
.con_in{  width:90%; margin:50px 5% 70px 5%;  line-height:28px; font-size:16px;}

.con_in h3 {
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
.con_in h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.con_in h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0f81ca;
    bottom: 0;
    left: calc(50% - 20px);
}

.con_in ul{ margin:70px 0 50px 0;}
.con_in ul li {
	padding: 40px 0 30px 0;
	border-radius: 5px;
	box-shadow:0 10px 40px -10px rgba(0,0,0,.2);
	width:31%;
	text-align:center;
	line-height: 34px;
	font-size:14px;
}
.c_icon {
	background: rgba(11, 144, 61, 0.2);
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	width: 80px;
	height: 80px;
	margin-top: -75px;
}
.c_icon span {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: #0f81ca;
}
.c_icon img{ margin-top: 20px; transition: all 0.3s linear;}
.con_in ul li:hover .c_icon img{ transform: rotateY(180deg);}

.map{ margin-top:40px; height:400px; margin-bottom:40px; overflow:hidden}.contactList ul {
    display:block;
    justify-content: center;
}
.con_in ul li {
	padding: 40px 0 30px 0;
	border-radius: 5px;
	box-shadow:0 10px 40px -10px rgba(0,0,0,.2);
	width:100%;
	text-align:center;
	line-height: 34px;
	font-size:14px;
}
}



