@import "swiper.min.css";
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-tap-highlight-color: rgba(0,0,0,0);
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 14px;
}
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li {
  font: normal 14px/1.5 "PingFang SC", "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans, "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
  font-weight: 500;
}
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  background: main_color;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
input,
textarea {
  -webkit-user-select: text;
  -moz-user-select: -moz-text;
  -moz-user-select: text;
}
img {
/*  width: 100%;
  max-width: 100%;
  border: none;*/
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
}
ul,
ol,
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #009cf8;
}
h1 {
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 18px;
  }
}
h2 {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 16px;
  }
}
h3 {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 14px;
  }
}
p {
  color: #666;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 12px;
  }
}
p.sml {
  font-size: 12px;
}
.c-select {
  display: inline-block;
  max-width: 447px;
  padding: 3.75px;
  border: 1px solid #ddd;
  position: relative;
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
}
.c-select:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 28px;
  background-color: #e0e0e0;
}
.c-select:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  border: 4px solid #999;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateX(-100%) translateY(90%) rotate(45deg);
          transform: translateX(-100%) translateY(90%) rotate(45deg);
}
.c-select select {
  width: 100%;
  padding: 3.75px;
  background: transparent;
  border: none;
  shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: none;
}
.clearfix {
  zoom: 1;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.t-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.t-wrap .l,
.t-wrap .r {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.c-word,
.c-select-wrap {
  display: inline-block;
	vertical-align: top;
	line-height: 27px;
}
.c-select-wrap span {
	display: inline-block;
	vertical-align: top;
	line-height: 27px;
	color: rgba(255,255,255,.7);
}
.c-word a {
	margin-left: 10px;
	color: rgba(255,255,255,.7);
}
@media screen and (max-width: 480px) {
	.c-word a {
		margin-left: 0;
		margin-right: 10px;
	}
}
.c-word a:hover {
	color: rgba(255,255,255,.6);
}
@media screen and (max-width: 640px) {
  .t-wrap .l,
  .t-wrap .r {
    display: block;
    width: 100% !important;
  }
}
.f_wrap,
.g_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}
.g_wrap.t-wrap .l,
.g_wrap.t-wrap .r {
  display: table-cell !important;
}
.g_wrap.t-wrap .l {
  width: 30%;
}
.g_wrap.t-wrap .r {
  width: 70%;
}
.web_wrapper .m_c {
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
.web_wrapper .m_c.index {
  padding-bottom: 0 !important;
  background-color: #fff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container .post p,
.container .post dd {
  line-height: 2em;
  margin-bottom: 0.3em;
}
.container .post .post-nav {
  margin: 60px 0;
}
.container .post .post-nav .prev,
.container .post .post-nav .next {
  margin: 10px 0;
}
.container .post .post-nav .prev a,
.container .post .post-nav .next a {
  color: #0073b6;
}
.container .post .post-nav .prev a:hover,
.container .post .post-nav .next a:hover {
  opacity: 0.8;
}
header {
  border-bottom: 2px solid #0073b6;
  /*padding: 20px 0;*/
}
header .l {
  width: 200px !important;
}
header .l .logo {
  float: left;
  width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100px;
}
@media screen and (max-width: 640px) {
  header .l .logo {
    width: 230px;
  }
}
header .r .mob_menu {
  float: right;
  display: none;
  padding: 8px;
  cursor: pointer;
}
@media screen and (max-width: 868px) {
  header .r .mob_menu {
    display: block;
  }
}
header .r .mob_menu .menu_line {
  position: relative;
  display: block;
  height: 2px;
  width: 25px;
  background-color: #0073b6;
}
header .r .mob_menu .menu_line:before,
header .r .mob_menu .menu_line:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 25px;
  background: #0073b6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .r .mob_menu .menu_line:before {
  top: -8px;
}
header .r .mob_menu .menu_line:after {
  bottom: -8px;
}
header .r .mob_menu.close {
  position: fixed;
  right: 30px;
  top: 40px;
  z-index: 500;
}
header .r .mob_menu.close .menu_line {
  background: #fff;
}
header .r .mob_menu.close .menu_line:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .r .mob_menu.close .menu_line:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .r nav {
  float: right;
  /*padding: 20px 0;*/
	height: 100px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 868px) {
  header .r nav {
    float: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
	  height: auto;
    background: rgba(255,255,255,0.95);
    z-index: 200;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
header .r nav.mob-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 868px) {
  header .r nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
header .r nav li {
  display: inline-block;
  /*padding: 2px 20px;*/
  font-size: 16px;
  /*border-radius: 45px;*/
	vertical-align: top;
	height: 100px;
	line-height: 100px;
  position: relative;
}
header .r nav li h3 {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	border-radius: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  header .r nav li h3 {
    padding: 2px 10px;
  }
}
@media screen and (max-width: 868px) {
	header .r nav li {
		display: block;
		height: auto;
	}
  header .r nav li h3 {
    display: block;
    text-align: center;
    margin: 15px 20%;
    padding: 5px 0;
  }
	header .r nav li:hover .sub {
		display: none;
	}
}
header .r nav li:hover h3,
header .r nav li.active h3 {
  background-color: #185ba3;
}
header .r nav li:hover a,
header .r nav li.active a {
  color: #fff;
}
header .r nav li.t-lang h3 {
  padding: 2px 6px;
  background-color: #185ba3;
  border-radius: inherit;
  font-size: 12px;
}
header .r nav li.t-lang a {
  color: #fff;
}
header .r nav li:hover .sub {
	display: block;
}
header .r nav .sub {
	display: none;
	position: absolute;
	width: 104px;
	top: 100px;
	left: 0!important;
	background-color: #185ba3;
	box-sizing: border-box;
	padding: 15px 0;
  text-align: center;
  overflow: hidden;
	z-index: 2;
}
header .r nav .sub_pro{
  width: 150px;
}
header .r nav .sub-li {
	/*float: left;*/
	/*width: 115px;*/
	line-height: 40px;
}
header .r nav .sub-li:hover {
  background: rgba(33,150,243,.7);
}
header .r nav .sub-li a {
	font-size: 14px;
	color: #FFF;
}
/*header .r nav .sub-li a:hover {
	text-decoration: underline;
}*/

footer {
  background-color: #0073b6;
  padding: 40px 0;
}
footer .c-select.f {
  box-shadow: inset 3px 2px 10px #797979;
  border: none;
}
footer .c-select.f select {
  width: 260px;
  padding-left: 15px;
}
footer .c-select.f:before {
  width: 0;
}
footer .c-select.f:after {
  right: 4%;
  border-right-color: #333;
  border-bottom-color: #333;
}
footer .l {
  width: 70% !important;
}
footer .copy p {
  margin-top: 10px;
  color: #fff;
  opacity: 0.7;
}
footer .copy p a {
  color: #fff;
  margin-left: 8px;
}
footer .copy p a:hover {
  opacity: 0.8;
}
footer .r {
  width: 30% !important;
}
@media screen and (max-width: 640px) {
  footer .r {
    display: table-row !important;
  }
  footer .r .share {
    margin-top: 30px !important;
    text-align: left;
  }
  footer .r .share a {
    margin-left: 0;
    margin-right: 20px;
  }
}
footer .share {
  text-align: right;
}
footer .share a {
  display: inline-block;
  margin-left: 10px !important;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center !important;
  float: right !important;
}
footer .share a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  footer .share a {
    float: left !important;
  }
}
footer .share a.bds_weixin {
  background-image: url("../images/i_wechat.png");
}
footer .share a.bds_tsina {
  background-image: url("../images/i_weibo.png");
}
footer .share a.bds_mail {
  background-image: url("../images/i_email.png");
}

/*footer*/
.rowFluid:before, .rowFluid:after, .column:before, .column:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}
.span3 {
    width: 25%;
}
.span6 {
    width: 50%;
}
.span12 {
    width: 100%;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    float: left;
}

@media (max-width:767px){
  .col-xm-12, .col-xm-6{
    float:left;
  }
  .col-xm-6{
    width: 50%;
  }
  .col-xm-12{
    width: 100%;
  }
  .bottom_logo{
    padding-left: 50px;
  }
  .footer_cotact{
    padding-left: 50px;
  }
}

@media (max-width:380px){
  .col-xm-12{
    float:left;
  }
}

.container {
    margin: 0 auto;
}
.footer {
  background: url(../images/footer_bg.jpg) center top repeat;
}
.footer_content {
  padding: 100px 0;
  overflow: hidden;
  /*margin-left: -30px;*/
}
.footer_list {
  margin-left: 10px;
}
.quick_navigation_title, .footer_link_title, .footer_cotact_title {
  color: #D9D9DA;
  font-size: 16px;
  margin-bottom: 15px;
}
.quick_navigation {
  padding-left: 50px;
}
.quick_navigation ul li a {
  display: block;
  margin-bottom: 10px;
  color: #8A8A8A;
  font-size: 13px;
}
.quick_navigation ul li a:hover {
  color: #fff;
}
.footer_link ul li {
  float: left;
}
.footer_link ul li a {
  display: block;
  margin: 0 1px 1px 0;
  background: #292929;
  color: #8A8A8A;
  font-size: 13px;
  padding: 5px 16px;
}
.footer_link ul li a:hover {
  color: #fff;
  background: #222;
}
.footer_cotact {
  color: #8A8A8A;
  font-size: 13px;
}
.footer_cotact .footer_cotact_type {
  width: 15%;
  display: block;
  float: left;
}
.footer_cotact .footer_cotact_content {
  width: 85%;
  display: block;
  float: left;
}
.footer_cotact ul li {
  margin-bottom: 10px;
  overflow: hidden;
}
.footer_cotact ul li a {
  color: #8A8A8A;
}
.footer .copyright {
  text-align: center;
  padding: 8px 10px;
  color: #8a8a8a;
  background: #000;
  font-size: 12px;
}
.copyright {
    background: #252525;
    color: #999999;
    font-size: 12px;
    border-top: 1px solid #0073b6;
    position: relative;
    min-height: 35px;
    padding: 30px 0;
    overflow: hidden;
    line-height: 2;
    font-size: 14px;
}
/*case*/

.container.index .casebox .tab_wrap {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f5f5f5;
}
.casebox{
  padding-top:60px;
  padding-bottom:50px;
  background-color:#fff;
  overflow: hidden;
}
.casebox .big_title{
  text-align: center;
  color: #185ba3;
  font-size: 28px;
  font-weight: 700;
  padding-top: 30px;
  line-height: 48px;
}
.casebox .big_title span{
  color: #959595;
  font-size: 18px;
  font-weight: 500;
  border-top: 2px solid #0079c3;
}
.case{ margin-top:20px;}
.case .color666{ float:left;color:#666; margin-left:18px; font-size:28px !important; width:1164px !important; background-image:url(../images/huanjing.jpg); background-position:left 55px; background-repeat:repeat-x; text-align:center;}
.case .color666 .small_title{ color:#acb1bb !important; display:inline-block; padding-left:8px; padding-right:8px; background-color:#FAFAFA; background-image:url(../images/sbg.jpg); background-position:center bottom; background-repeat:no-repeat;}

.case .s-tit{
  float:right;
  height:40px;
  line-height:40px;
  padding:0 10px 0 21px;
  margin-left:18px;
  margin-right:18px;
  padding-bottom:10px;
}
.case .s-tit span{float:left;font-size:18px;font-weight:normal;color:#333;}
.case .s-tit a{margin-left:0px;padding:0 7px 7px;color:#333;}
.case .s-tit .on{border-bottom:2px solid #025ec6;}
.case .s-tit font{float:right;font-size:14px; font-weight:normal;}
.case ul{display:none; /*float:left;*/}
.case .show{display:block;}
.case li{
  float:left;
  position:relative;
  /*width:270px;*/
  width: 25%;
/*  height: 298px;*/
  font-size:14px;
  padding:15px;
/*  display: table-cell;
  vertical-align: middle;
  text-align: center;*/
}
.case li .case_title{
  font-size:14px;
  display:inline-block;
  width:100%;
  font-family:'microsoft yahei',Arial, Helvetica, sans-serif; color:#000;
  line-height:42px;
  float:left;
  border-bottom:1px solid #757575;
}
.case li .case_title:hover{color:#055cb5;}
.case li a{ cursor:pointer;}
.case li .imgboxc{
  display:block; 
  width:268px;
  /*max-height: 100%;*/
  height:268px;
  overflow:hidden; 
  /*float:left; */
  /*border:1px solid #CCC;*/
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.case li .imgboxc img{
  /*float:left;*/
  max-height: 100%!important;
  transition-duration:1s; 
  -moz-transition-duration:1s; 
  -webkit-transition-duration:1s; 
  -o-transition-duration:1s; 
  -ms-transition-duration:1s; 
  transition-duration:1s;
}
.case li .imgboxc img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);}
.case li p{ float:left; display:block; font-size:12px; line-height:22px; height:66px; overflow:hidden; color:#757575;  padding-top:10px; text-align:justify;text-justify:inter-ideograph;}

@media screen and (max-width: 640px) {
  .casebox{
    padding-top: 0;
  }
  .case li {
    width: 50%;
  }
  .case li .imgboxc{
    height: 173px;
  }
  .case .show{
    /*margin-top: 10px;*/
  }
  .case .pro_nav_tit{
    height: 174px!important;
  }
  .case .s-tit{
    height: 174px;
  }
}

/*case_end*/

/*关于我们*/
.about{
  overflow: hidden;
  background: url(../images/about_bg.jpg) no-repeat;
}
.container.index .about .tab_wrap {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f5f5f5;
}
.jsmiaos{
  float:left;
  width:1184px;
  position:relative;
  padding:40px 20px;
  /*border:1px solid #ddd;*/
  height:500px;
}
.gywmigs{
  /*width:550px;*/
  width: 50%;
  height:400px;
  float:left;
  margin-top:10px;
  /*margin-left: 25px;*/
}
.gywmigs img{
  width:550px;
  height:auto;
}
.wzmosu{
  /*width:540px;*/
  width: 50%;
  float:right;
  margin-top:30px;
  /*margin-right: 25px;*/
}
.jsmiaos h3{
  background: url(../images/title_about.png) no-repeat top left;
  padding: 30px;
    color: #000;
}
.jsmiaos h3 a{
  font-size: 30px;
    font-weight: bold;
}
.jsmiaos .about_del_btn{
  margin-left: 35%;
}
.jsmiaos .medras{
  color: #FFF;
  background: #0073b6;
  text-align: center;
  display: block;
  float: left;
  height: 40px;
  width: 100px;
  line-height: 38px;
  border: 1px solid #0073b6;
  border-radius: 10px;
  margin: 10px 15px 0px 5px;
  font-size: 16px;
}
.jsmiaos .medras:hover{
  background: #fff;
  text-decoration: none;
  border: 1px solid #0073b6;
  color: #0073b6;
}
.jsmiaos p{
  padding-top: 5px;
  display: block;
  clear: both;
}
.jsmiaos .synop{
  height: 200px;
  text-indent: 2em;
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 640px) {
  .jsmiaos{
    width: 100%;
    height:800px;
  }
  .jsmiaos .synop{
    height: 250px;
  }
  .gywmigs{
    width: 100%;
    height: auto;
  }
  .wzmosu{
    width: 100%;
    margin-top: 0;
  }
  .jsmiaos .medras{
    margin-top: 30px;
  }
}
/*关于我们--end--*/

.container.article {
  padding: 0 10px;
}
.container .inner_head {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .container .inner_head {
    padding-top: 40px;
    margin-bottom: 15px;
  }
  .container .inner_head .title,
  .container .inner_head .crumb {
    position: relative !important;
    margin-top: 10px !important;
  }
  .container .inner_head .title h1 {
    font-size: 16px;
  }
  .container .inner_head .title h3 {
    font-size: 12px;
  }
  .container .inner_head .crumb {
    font-size: 10px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.container .inner_head .title {
  float: left;
}
.container .inner_head .title h1,
.container .inner_head .title h3 {
  font-weight: 600;
}
.container .inner_head .title .en {
  opacity: 0.6;
}
.container .inner_head .crumb {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.container .inner_head .crumb span {
  margin: 0 5px;
}
.container .wrap {
  background-color: #eef5fb;
  border: 1px #eee solid;
}
.container .wrap .aside {
  float: left;
  width: 235px;
}
.container .wrap .aside .items_contact{

}
.container .wrap .aside .items_contact .contact_pic{
  width: 100%;
}
.container .wrap .aside .items_contact .contact_pic img{
  max-width: 100%;
}
.container .wrap .aside .items_contact .left_contact{
  padding: 20px 8px 20px 8px;
}
@media screen and (max-width: 868px) {
  .container .wrap .aside {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .container .wrap .aside {
    float: none;
    width: 100%;
  }
  .container .wrap .aside .items {
    display: none;
  }
  .container .wrap .aside .items_contact{
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .container .wrap .aside .items {
    display: block !important;
  }
}
.container .wrap .aside .head {
  position: relative;
  padding: 30px 20px;
  color: #fff;
  background-color: #2689d2;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .container .wrap .aside .head {
    padding: 15px 20px;
  }
  .container .wrap .aside .head:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border: 6px solid #fff;
    border-left-color: transparent;
    border-top-color: transparent;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.container .wrap .aside .head:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/aside_top.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.container .wrap .aside li {
  padding: 20px 40px;
  color: #fff;
  background-color: #2689d2;
  border-top: 1px solid #fff;
}
.container .wrap .aside li a {
  font-size: 16px;
  position: relative;
  color: #fff;
}
.container .wrap .aside li a:hover {
  opacity: 0.6;
}
.container .wrap .aside li a:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 30%;
  width: 11px;
  height: 11px;
  background-image: url("../images/aside_in.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.container .wrap .aside li.active,
.container .wrap .aside li:hover {
  background-color: #00a6de;
}
.container .wrap .aside li.active a:before,
.container .wrap .aside li:hover a:before {
  background-image: url("../images/aside_out.png");
}
.container .wrap .post {
  margin-left: 235px;
  padding: 40px 60px;
  background-color: #fff;
}
@media screen and (max-width: 868px) {
  .container .wrap .post {
    margin-left: 200px;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 640px) {
  .container .wrap .post {
    margin-left: 0;
    padding: 20px;
  }
}
.container .wrap .post article .title {
  margin: 20px 0;
}
.container .wrap .post article .title .en_title {
  margin-left: 10px;
  color: #0073b6;
  font-size: 0.8em;
}
.container .wrap .post article img {
  margin: 10px 0;
}
.container .wrap .post article p {
  margin: 10px 0;
}
.container .wrap .post .pagenav {
  margin: 60px 0 40px;
  text-align: center;
}
.container .wrap .post .pagenav .current,
.container .wrap .post .pagenav .p_info,
.container .wrap .post .pagenav a {
  display: inline-block;
  margin: 0 2px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px #ccc solid;
}
.container .wrap .post .pagenav .current:hover,
.container .wrap .post .pagenav .p_info:hover,
.container .wrap .post .pagenav a:hover,
.container .wrap .post .pagenav .current.current,
.container .wrap .post .pagenav .p_info.current,
.container .wrap .post .pagenav a.current {
  border: 1px #0073b6 solid;
  color: #fff;
  background: #0073b6;
}
.banner_wrap {
  position: relative;
  padding-bottom: 462px;
}
.banner_wrap_n{
  padding-bottom: 300px;
}
.banner_wrap_mob {
  position: relative;
  padding-bottom: 420px;
  display: none;
}
.banner_wrap_mob_n{
  padding-bottom: 300px;
}
@media screen and (max-width: 640px) {
  .banner_wrap {
    display: none;
  }
  .banner_wrap_mob {
    display: block;
  }
}
.banner_wrap .swiper-container,
.banner_wrap_mob .swiper-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner_wrap .pc,
.banner_wrap_mob .mobile {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  /* .banner_wrap .pc {
    display: block;
  } */
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  /* .banner_wrap .tablet {
    display: block;
  } */
}
@media screen and (max-width: 640px) {
  /* .banner_wrap .mobile {
    display: block;
  } */
}
.banner_wrap .swiper-controller-wrap,
.banner_wrap_mob .swiper-controller-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}
.banner_wrap .swiper-controller-wrap .swiper-controller,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 462px;
}
.banner_wrap .swiper-controller-wrap .swiper-controller .prev,
.banner_wrap .swiper-controller-wrap .swiper-controller .next,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .prev,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next {
  position: absolute;
  top: 50%;
  height: 36px;
  width: 36px;
  border-radius: 45px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 100;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
}
.banner_wrap .swiper-controller-wrap .swiper-controller .prev:after,
.banner_wrap .swiper-controller-wrap .swiper-controller .next:after,
.banner_wrap .swiper-controller-wrap .swiper-controller .prev:hover,
.banner_wrap .swiper-controller-wrap .swiper-controller .next:hover,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .prev:after,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next:after,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .prev:hover,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next:hover {
  background-color: #0073b6;
}
.banner_wrap .swiper-controller-wrap .swiper-controller .prev,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .prev {
  background-image: url("../images/l_arrow.png");
}
.banner_wrap .swiper-controller-wrap .swiper-controller .prev:hover,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .prev:hover {
  background-image: url("../images/l_arrow_w.png");
}
.banner_wrap .swiper-controller-wrap .swiper-controller .next,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next {
  background-image: url("../images/r_arrow.png");
}
.banner_wrap .swiper-controller-wrap .swiper-controller .next:hover,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next:hover {
  background-image: url("../images/r_arrow_w.png");
}
.banner_wrap .swiper-controller-wrap .swiper-controller .next,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next {
  right: 0;
}
.container.index {
  max-width: none;
}
.container.index .service {
  background: url("../images/index_p_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #f5f5f5;
}
.container.index .tab_wrap {
  margin-bottom: 30px;
  background-color: #fff;
}
.container.index .tabs {
  display: table;
  width: 100%;
  height: 120px;
  max-width: 1200px;
  margin: 0 auto;
  table-layout: fixed;
}
@media screen and (max-width: 640px) {
  .container.index .tabs {
    height: 80px;
  }
}
.container.index .tabs ul {
  display: table-row;
}
.container.index .tabs ul li {
  position: relative;
  display: table-cell;
  text-align: center;
  width: 25%;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.container.index .tabs ul li:last-child {
  border-right: none;
}
.container.index .tabs ul li .item {
  padding: 15px;
}
@media screen and (max-width: 868px) {
  .container.index .tabs ul li .item .tit {
    display: block;
    padding-left: 0;
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .container.index .tabs ul li .item {
    padding: 0;
  }
  .container.index .tabs ul li .item .tit p {
    margin-top: 5px;
    font-size: 10px;
  }
  .container.index .tabs ul li .item .tit .en {
    display: none;
  }
}
.container.index .tabs ul li .icon,
.container.index .tabs ul li .tit {
  display: inline-block;
}
.container.index .tabs ul li .icon .ac {
  display: inline-block;
}
.container.index .tabs ul li .icon .nv {
  display: none;
}
.container.index .tabs ul li .tit {
  font-size: 16px;
  padding-left: 10px;
  text-align: left;
}
.container.index .tabs ul li .tit p {
  color: #333;
}
.container.index .tabs ul li .tit .en {
  font-size: 12px;
  opacity: 0.7;
}
.container.index .tabs ul li.active {
  background-color: #0073b6;
}
.container.index .tabs ul li.active p {
  color: #fff;
}
.container.index .tabs ul li.active .en {
  opacity: 1;
}
.container.index .tabs ul li.active .icon .ac {
  display: none;
}
.container.index .tabs ul li.active .icon .nv {
  display: inline-block;
}
.container.index .tabs ul li.active:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 50%;
  border: 10px solid #0073b6;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}
.container.index .page {
  position: relative;
  max-width: 1200px;
  padding: 20px 15px 40px;
  margin: 0 auto;
}
.container.index .page .item {
  padding: 0 15px;
  display: none;
}
.container.index .page .item.active {
  display: block;
}
.container.index .page .item .thumb {
  float: right;
  width: 28%;
  height: 320px;
  padding-left: 40px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container.index .page .item .info {
  float: left;
  width: 60%;
  padding: 10px 0;
  padding-right: 40px;
}
.container.index .page .item .info h1 {
  position: relative;
  margin-bottom: 40px;
}
.container.index .page .item .info h1:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 55px;
  background-color: #ddd;
}
.container.index .page .item .info p {
  margin-bottom: 60px;
}
.container.index .page .item .info .btn {
  padding: 10px 30px;
  color: #fff;
  background-color: #0073b6;
  border-radius: 45px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.container.index .page .item .info .btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .container.index .page .item .thumb {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .container.index .page .item .info {
    float: none;
    width: 100%;
    margin-top: 15px;
    padding-right: 0;
  }
}
.container.index .news {
  padding: 60px 0;
  background-image: url("../images/index_p_bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.container.index .news .g-h {
  margin-bottom: 40px;
}
.container.index .news .g-h h2 {
  text-align: center;
}
.container.index .news .g-h h2 .bullet {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 2px 15px;
  background-color: #0073b6;
  border-radius: 45px;
}
.container.index .news .g-h h2 img {
  position: relative;
  top: -2px;
  width: auto;
}
.container.index .news .t-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f5f5f5;
}
.container.index .news .t-wrap .l {
  width: 40%;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .container.index .news .t-wrap .l {
    display: table-row;
    width: 100%;
  }
}
.container.index .news .t-wrap .l .swiper-pagination-bullet {
  margin: 0 4px;
  height: 10px;
  width: 10px;
}
.container.index .news .t-wrap .l .new_w {
  position: relative;
}
.container.index .news .t-wrap .l .new_w img {
  width: 100%;
  padding-bottom: 50px;
}
.container.index .news .t-wrap .l .new_w img:hover {
  opacity: 0.8;
}
.container.index .news .t-wrap .l .new_w .des {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-bottom: 40px;
  color: #fff;
  background-color: #0073b6;
}
.container.index .news .t-wrap .l .new_w .des h3 a {
  color: #fff;
}
.container.index .news .t-wrap .l .new_w .des h3 a:hover {
  opacity: 0.8;
}
.container.index .news .t-wrap .l .new_w .des p {
  color: #fff;
}
.container.index .news .t-wrap .l .new_w .des .i_slide_t {
  margin-bottom: 10px;
}
.container.index .news .t-wrap .l .i-slide-nav {
  text-align: right;
  padding: 0 20px 5px;
}
.container.index .news .t-wrap .l .i-slide-nav .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.container.index .news .t-wrap .l .i-slide-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5bc3ff;
}
.container.index .news .t-wrap .news-list {
  padding: 30px 40px;
}
.container.index .news .t-wrap .news-list li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.container.index .news .t-wrap .news-list li:first-child {
  padding-top: 0;
}
.container.index .news .t-wrap .news-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.container.index .news .t-wrap .news-list li h3 {
  margin-bottom: 10px;
  cursor: pointer;
}
.container.index .news .t-wrap .news-list li h3 a:hover {
  color: #185ba3;
}
.container.index .news .t-wrap .news-list li p {
  opacity: 0.6;
}
@media screen and (max-width: 868px) {
  .container.index .news .t-wrap .l {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .container.index .news .t-wrap .news-list {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .container.index .news .t-wrap .l {
    width: 100%;
  }
}

/*新闻资讯*/
.in_news_bg{margin-top:30px;margin-bottom: 50px;height:auto; overflow:hidden}
.in_news_bg .t-wrap{width: 1200px;margin: 0 auto;}
.in_news_title{/*background:url(../images/title_news.png) no-repeat center top; */padding-bottom:30px; height:auto; overflow:hidden; padding-top:30px; text-align:center; font-size:28px; font-weight:bold; }
.in_news_title a{border-bottom:2px solid #0079c3; padding-bottom:20px; display:inline-block}
.in_news_title p{font-size: 18px;font-weight: 400;color: #959595;font-family: "Microsoft YaHei";}


.in_news_t{width:100%; height:auto; overflow:hidden; margin-top:20px; background-color:#f2f2f2}
.in_news_t_l{width:568px; float:left;}
.in_news_t_l a img{width:100%; height:auto; overflow:hidden; display:block}
.in_news_t_r{width:605px; float:right; padding:50px}
.in_news_t_r a{font-size:20px; font-weight:bold}
.in_news_t_r span{font:normal 13px/30px Arial, Helvetica, sans-serif; color:#787878; display:block}
.in_news_t_r p{margin-top:20px; color:#626262}
.in_news_t_r h3 a{width:150px; background-color:#0079c3; line-height:40px; margin-top:30px; text-align:center; font-size:14px; font-weight:normal; color:#fff; display:block}

.in_news{width:100%; height:auto; overflow:hidden; margin-top:30px}
.in_news_list{width:575px; float:left; margin:12px; background-color:#f2f2f2}
.in_news_list h4{width:243px; float:right;}
.in_news_list h4 a img{width:100%; height:auto; overflow:hidden}
.in_news_list h5{width:300px; padding:30px}
.in_news_list h5 a{font-size:16px; font-weight:bold}
.in_news_list h5 span{font:normal 13px/30px Arial, Helvetica, sans-serif; color:#787878; display:block}
.in_news_list h5 p{margin-top:15px; color:#626262;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;/*显示几行*/
overflow: hidden}



@media screen and (max-width: 1199px) {

.in_news_t_l{width:55%; float:left;}
.in_news_t_r{width:37%; float:right; padding:4%}
.in_news_t_r p{margin-top:30px;}
.in_news_t_r h3 a{margin-top:30px;}

.in_news_list{width:48%; margin:1%}
.in_news_list h4{width:40%;}
.in_news_list h5{width:52%; padding:3% 4%}
.in_news_list h5 p{ margin-top:10px; }
}
@media screen and (max-width: 1024px) {
.in_news_t_l{width:50%; float:left;}
.in_news_t_r{width:44%; float:right; padding:3%}

}
@media screen and (max-width: 1001px) {
.in_news_t_l{width:44%; float:left;}
.in_news_t_r{width:50%; float:right; padding:3%}
.in_news_t_r p{margin-top:20px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;/*显示几行*/
overflow: hidden;}
.in_news_t_r h3 a{margin-top:30px; line-height:36px;}

.in_news_list{width:100%; margin:1% 0}
.in_news_list h4{width:40%;}
.in_news_list h5{width:52%; padding:3% 4%}
.in_news_list h5 p{ margin-top:20px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;/*显示几行*/
overflow: hidden}


}




@media screen and (max-width: 768px) {
  .in_news_bg .t-wrap{width: 100%;}
.in_news_t_l{width:100%; float:none;}
.in_news_t_l a img{width:100%; height:auto; overflow:hidden}
.in_news_t_r{width:94%; float:none; padding:25px 3%}


}

@media screen and (max-width: 640px) {
  .in_news_bg .t-wrap{width: 100%;}
.in_news_list h4{width:35%;}
.in_news_list h5{width:57%; padding:3% 4%}
.in_news_list h5 p{ margin-top:10px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;/*显示几行*/
overflow: hidden}

}

@media screen and (max-width: 480px) {
  .in_news_bg .t-wrap{width: 100%;}
.in_news_list h4{width:26%;}
.in_news_list h5{width:66%; padding:3% 4%}
.in_news_list h5 p{ margin-top:5px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;/*显示几行*/
overflow: hidden;}
.in_news_list h5 a{ display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;/*显示几行*/
overflow: hidden;}
.in_news_list h5 span{display:none}
}
/*新闻资讯*/


.post.pro-download .d-item {
  padding: 15px 0;
  border-bottom: 1px #ccc solid;
  border-bottom-style: dashed;
  overflow: hidden;
}
.post.pro-download .d-item .name {
  float: left;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .post.pro-download .d-item .name {
    float: none;
  }
}
.post.pro-download .d-item .name:before {
  display: inline-block;
  position: relative;
  top: -2px;
  content: "";
  height: 7px;
  width: 7px;
  margin-right: 10px;
  background-color: #a0a0a0;
  border-radius: 45px;
}
.post.pro-download .d-item a {
  color: #0073b6;
  float: right;
}
.post.news .t-wrap {
  padding: 20px 0;
  border-bottom: 1px #eee solid;
}
.post.news .t-wrap .l {
  width: 160px;
  vertical-align: top;
}
.post.news .t-wrap .l img {
  border: 10px #f5f5f5 solid;
}
.post.news .t-wrap .r {
  padding-left: 20px;
}
.post.news .t-wrap .r .time {
  margin: 0;
  font-size: 12px;
  opacity: 0.5;
}
.post.news .t-wrap .r .content {
  margin-top: 10px;
}
.post.news_article .article-header {
  text-align: center;
  margin-bottom: 40px;
}
.post.news_article .article-header .meta {
  margin: 10px 0;
}
.post.news_article .article-header .meta p {
  display: inline-block;
  opacity: 0.6;
}
.post.news_article .article-header .meta .time {
  margin-right: 15px;
}
.post.news_article .article-header .meta .count {
  margin-left: 15px;
}
.post.profile .top_img {
  border: 10px #ddd solid;
}
.post.case_list li {
  position: relative;
  float: left;
  margin-bottom: 30px;
  width: calc(99.9% * 1 / 3 - (30px - 30px * 1 / 3));
}
.post.case_list li:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.post.case_list li:last-child {
  margin-right: 0;
}
.post.case_list li:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.post.case_list li:nth-child(3n + 1) {
  clear: both;
}
@media screen and (max-width: 868px) {
  .post.case_list li {
    width: calc(99.9% * 1 / 2 - (30px - 30px * 1 / 2));
  }
  .post.case_list li:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .post.case_list li:last-child {
    margin-right: 0;
  }
  .post.case_list li:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .post.case_list li:nth-child(2n + 1) {
    clear: both;
  }
}
@media screen and (max-width: 400px) {
  .post.case_list li {
    width: 100%;
  }
}
.post.case_list li .wrap {
  padding: 7.5px 7.5px 20px;
  text-align: center;
  background-color: #f5f5f5;
}
.post.case_list li .wrap a {
  display: block;
}
.post.case_list li .wrap .thumb {
  width: 100%;
  height: 159px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post.case_list li .wrap .title {
  margin-top: 20px;
}
.post.case_info .c_row {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f5f5f5;
}
.post.case_info .c_row .thumb {
  float: left;
  width: 50%;
}
.post.case_info .c_row .info {
  float: left;
  width: 50%;
  padding: 20px 30px;
  overflow: hidden;
}
.post.case_info .c_row .info .title {
  color: #0073b6;
  margin: 20px 0;
}
.post.case_info .c_row .info .more {
  display: block;
  height: 25px;
  width: 25px;
  margin: 40px 0 20px;
  background-image: url("../images/i_more.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post.case_info .c_row .info .more:hover {
  opacity: 0.6;
}
.post.case_info .c_row.reverse .thumb {
  float: right;
}
@media screen and (max-width: 1024px) {
  .post.case_info .c_row .thumb {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
  .post.case_info .c_row .info {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 868px) {
  .post.case_info .c_row .thumb {
    width: 100%;
  }
}
.post.jobs li {
  margin-bottom: 10px;
}
.post.jobs li .content {
  display: none;
  padding: 20px;
  margin-bottom: 60px;
}
.post.jobs li .content .section {
  margin: 20px 0;
}
.post.jobs li .content .section .sub-title {
  color: #0073b6;
  font-weight: 700;
  margin-bottom: 10px;
}
.post.jobs li .content .section .key {
  color: #333;
}
.post.jobs li .content .section .key span {
  color: #666;
}
.post.jobs li .content .apply-btn {
  display: inline-block;
  padding: 5px 30px;
  margin-top: 30px;
  border-radius: 45px;
  color: #fff;
  background-color: #185ba3;
}
.post.jobs li .content .apply-btn:hover {
  opacity: 0.8;
}
.post.jobs li .des {
  width: 100%;
  overflow: hidden;
  border: 1px #f5f5f5 solid;
}
.post.jobs li .des p {
  float: left;
  margin: 0;
  padding: 0 10px;
}
.post.jobs li .des p.title {
  color: #333;
  width: 40%;
}
.post.jobs li .des p.time {
  width: 30%;
}
.post.jobs li .des p.apply-count {
  width: 20%;
}
.post.jobs li .des p.time,
.post.jobs li .des p.apply-count {
  opacity: 0.8;
}
.post.jobs li .des .icon {
  float: right;
  height: 28px;
  width: 28px;
  background-image: url("../images/i_job_down.png");
  background-position: center;
  background-size: inital;
  background-repeat: no-repeat;
  cursor: pointer;
}
.post.jobs li .des .icon:hover {
  opacity: 0.8;
}
.post.jobs li.show .des .icon {
  background-image: url("../images/i_job_up.png");
}
.post.jobs li.show .content {
  display: block;
}
.post.apply .submit_btn {
  text-align: center;
}
.post.apply .submit_btn .submit {
  padding: 6px 40px;
  margin: 0 auto;
  border-radius: 45px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #0073b6;
  border: none;
  cursor: pointer;
}
.post.apply .submit_btn .submit:hover {
  opacity: 0.8;
}
.post.apply .section {
  margin-bottom: 40px;
}
.post.apply .section .head {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.post.apply .section .head h2 {
  position: relative;
  padding-left: 30px;
  color: #0073b6;
}
.post.apply .section .head h2:before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background-image: url("../images/i_joba_h.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post.apply .section .form {
  padding: 40px 0;
}
.post.apply .section .form .ps {
  font-size: 0.8em;
  color: #f00;
  text-align: center;
  width: 100%;
}
.post.apply .section .form input[type="text"],
.post.apply .section .form input[type="email"],
.post.apply .section .form input[type="tel"],
.post.apply .section .form input[type="date"],
.post.apply .section .form input[type="file"],
.post.apply .section .form textarea {
  display: table-cell;
  max-width: 447px;
  width: 80%;
  padding: 3.75px;
  border: 1px solid #ddd;
}
.post.apply .section .form .c-select {
  width: 50%;
}
.post.apply .section li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.post.apply .section li .option {
  margin-right: 40px;
}
.post.apply .section li .key {
  display: table-cell;
  padding-right: 15px;
  width: 30%;
  text-align: right;
  vertical-align: top;
}
.post.apply .section li .key:before {
  display: inline-block;
  content: "";
  width: 10px;
}
.post.apply .section li .key.must:before {
  content: "*";
  color: #f00;
}
.post.location .info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 2;
  -ms-box-flex: 2;
  box-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-line-pack: top;
      align-content: top;
  padding: 40px 0;
}
@media screen and (max-width: 868px) {
  .post.location .info {
    -webkit-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.post.location .info .section {
  width: 50%;
  padding: 40px 30px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
}
.post.location .info .section .t {
  font-size: 20px;
  margin-bottom: 15px;
}
.post.location .info .section .sub_t {
  margin-top: 15px;
  color: #0073b6;
  font-weight: 700;
}
.post.location .info .section:nth-child(2n+1) {
  border-top: none;
  border-left: none;
}
.post.location .info .section:nth-child(2n) {
  border-top: none;
  border-right: none;
  border-left: none;
}
.post.location .info .section:last-child {
  border-bottom: none;
}
@media screen and (max-width: 868px) {
  .post.location .info .section {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
}
/*uwebcms6*/
.article { font-family: '微软雅黑'; font-size: 14px; line-height: 20px; color: #777; min-height: 300px; }
.article p { margin-bottom: 14px; }
.article img { max-width: 100%; }
.article ul li { list-style-type: none; }
.article ol li { list-style-type: decimal; }

.mapSite { width: 100% }
.mapSite dl { float: left; width: 16.66667%; overflow: hidden; }
.mapSite dl dt { padding-left: 0px; margin-bottom: 10px }
.mapSite dl dt a { font-size: 16px; color:#777; font-family: '微软雅黑' }
.mapSite dl dt a:hover { color: #000; }
.mapSite dl dd { paddint-top: 5px; padding-left: 30px; line-height: 26px; margin-bottom: 5px; }
.mapSite dl dd a { font-size: 14px }
.mapSite dl dd a:hover { color : #777; }

.post.location .info .section{
    width:auto;
    border:0px;
}

/*show_product*/
.ny_pro_ny{width:100%; padding:0 0 20px; /*height:auto; overflow:hidden*/}
.ny_pro_list{width:384px; float:left; margin:20px 12px; background-color:#fff; box-shadow:0px 7px 8px #b3b3b3;}
.ny_pro_list a img{width:96%; padding:2%; height:auto; overflow:hidden; display:block}
.ny_pro_list p{width:100%; text-align:center; margin:10px 0 15px 0; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;/*显示几行*/
overflow: hidden}

.ny_pro_list p a{font-size:15px; line-height:26px}


.next1{ line-height:30px; font-size:14px; text-align:center; color:#fff; margin:30px 0}
.next1 a{margin:0px 2px; padding:8px 16px; border:1px solid #333; color:#fff; background-color:#333}
.next1 a:hover{background-color:#0079c3; color:#fff; padding:8px 16px; border:1px solid #0079c3}
.next1 b{background-color:#0079c3; color:#fff; padding:8px 16px; border:1px solid #0079c3}
.pages button{ line-height:26px;}
.pagesone{ display:none;}

@media (max-width:1199px){
  .ny_pro_list{width:30.3%; float:left; margin:20px 1.5%; }
}
@media (max-width:768px){
  .ny_pro_list{width:47%; float:left; margin:20px 1.5%; }
}

@media (max-width:768px){
.next1{ line-height:30px; font-size:14px; text-align:center; color:#fff; margin:30px 0}
.next1 a{margin:2px 1px; padding:0px 8px; border:1px solid #333; color:#fff; background-color:#333; display:inline-block}
.next1 a:hover{background-color:#0079c3; color:#fff; padding:0px 8px; border:1px solid #0079c3}
.next1 b{background-color:#0079c3; color:#fff; padding:0px 8px; border:1px solid #0079c3; display:inline-block}
.pages button{ line-height:30px;}
.pagesone{ display:none;}
}

@media (max-width:380px){
  .ny_pro_list{width:97%; float:left; margin:20px 1.5%; }
}

@media (max-width:767px){
  .ny_pro_ny{padding:5px 0;}

  }

.ny_pro_top{width:100%; height:auto; padding:1%;background-color:#fff; box-shadow:0px 2px 10px #b3b3b3; overflow:hidden}
.ny_pro_top_l{width:50%; float:left; height:auto; overflow:hidden;}
.ny_pro_top_l img{width:100%; height:auto; overflow:hidden;}
.ny_pro_top_r{width:45%; float:right; height:auto; overflow:hidden;}
.ny_pro_top_r h3{ font-size:1.6em; color:#0079c3; line-height:3em;}
.ny_pro_top_r p{width:100%; border-top:1px dotted #dcdcdc; line-height:4.5em; display:block}

.ny_pro_top_r .des_text{height: 200px;overflow: hidden;position: relative;}
.ny_pro_top_r .des_text h4{font-size: 16px;font-weight: 700;}
.ny_pro_top_r .des_text p{border: none;line-height: 2.2em;}
.ny_pro_top_r .des_text .des_pri{position: absolute;right: 30px;bottom: 0px;}
.ny_pro_top_r .des_text .des_pri h5{font-size: 16px;color: #0166b0;font-weight: 700;display: inline-block;}
.ny_pro_top_r .des_text .des_pri p{font-size: 18px;color: #ff0000;font-weight:700 ;width: 100px;/*background: #ccc;*/display: inline-block;}
.ny_pro_top_r .pro-link{}
.ny_pro_top_r .pro-link p{border: none;display: inline-block;}
.pro-link{height: 40px;line-height: 40px;margin-top: 30px;}
.pro-link a{display: inline-block;width: 155px;height: 100%;color: #fff;margin-right: 15px;font-size: 16px;box-sizing: border-box;padding-left: 65px;background: #0166b0 url(../images/pro-link-icon1.png) no-repeat 20px center;}
.pro-link a:hover{color: #fff;}
.pro-link .lxfs{color: #666;font-size: 18px;display: inline-block;vertical-align: top;}
.pro-link .lxfs span{color: #0166b0;font-size: 22px;}


.bdshare_b{border-top:1px dotted #dcdcdc; width:100%; padding-top:3em}

.ny_pro_b{width:100%; margin-top:30px;}
.ny_pro_b h4{width:100%; padding:1.2% 2%; background-color:#fff; box-shadow:0px 2px 10px #b3b3b3; line-height:36px; margin-bottom:50px}
.ny_pro_b h4 span{width:auto;  font-size:20px; font-weight:bold; color:#0079c3}
.ny_pro_b_nr{height:auto; overflow:hidden}

.xyp{ border-top:1px dotted #CCCCCC; margin:30px 0 20px 0; padding-top:15px; width:100%; height:auto; overflow:hidden}
.xyp a{padding:15px; color:#626262}
.xyp a:hover{color:#0079c3;}

@media (max-width:640px){
  .ny_pro_top_l{width:98%; padding:1%; float:none}
  .ny_pro_top_r{width:98%; padding:1%; float:none}
  .pro-link .lxfs{font-size: 15px;display: inline-block;vertical-align: top;}
  .pro-link .lxfs span{font-size: 17px;}
  }

.ny_honor_b{width:100%; margin-top:3em; height:auto; overflow:hidden}
.ny_honor_b img{width:50%; float:left; padding:1em}

@media (max-width:640px){
  .ny_pro_b img{width:100%; height:auto}
  .ny_honor_b img{width:100%; height:auto}
  }


  /*form--------start---------*/
/*form*/
.c-c-t{width: 100%;padding-left: 30px;}
.c-c-t form {}
.c-c-t > .lyform > .m-c > .c-l-c {
    width: 100%;
    margin-bottom: 34px;
}
.c-c-t > .lyform > .m-c > .c-l-c > .c-na {
    height: 40px;
    line-height: 40px;
}
.c-c-t > .lyform > .m-c > .c-l-c > .c-na > span {
    color: #da251d;
    margin-right: 10px;
}
.c-c-t > .lyform > .m-c > .c-l-c > .c-nc {
    margin-left: 8px;
}
.c-c-t > .lyform > .m-c > .c-l-c > .c-nc > input {
    height: 40px;
    /*width: 410px;*/
    width: 60%;
    padding-left: 18px;
    border: 1px solid #ccc;
}
.c-c-t > .lyform > .m-c > .c-c-b {
    width: 100%;
}
.c-c-t > .lyform > .m-c > .c-c-b > .s-na {
    height: 40px;
    line-height: 40px;
}
.c-c-t > .lyform > .m-c > .c-c-b > .s-na > span {
    color: #da251d;
    margin-right: 10px;
}
.c-c-t > .lyform > .m-c > .c-c-b > textarea {
    width: 80%;
    height: 120px;
    padding: 24px;
    border: 1px solid #ccc;
}

.c-c-t .submit {
    width: 168px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #5ab0fa;
    /*margin: 0 200px;*/
    margin-top: 30px;
    border: 1px solid #5ab0fa;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.c-c-t .submit #tel {
  width: 100%;
  border: 0;
  background: none;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-c-t .submit:hover{
  color: #5ab0fa;
  background-color: #fff;
}
.c-c-t .submit:hover #tel{
  color: #5ab0fa;
}
@media (max-width:767px){
  .c-c-t > .lyform > .m-c > .c-l-c > .c-nc > input {
      height: 40px;
      /*width: 410px;*/
      width: 90%;
      padding-left: 18px;
      border: 1px solid #ccc;
  }
  .c-c-t > .lyform > .m-c > .c-c-b > textarea {
      width: 94%;
      height: 120px;
      padding: 24px;
      border: 1px solid #ccc;
  }
}
@media (max-width:380px){
  .c-c-t > .lyform > .m-c > .c-l-c > .c-nc > input {
      height: 40px;
      /*width: 410px;*/
      width: 90%;
      padding-left: 18px;
      border: 1px solid #ccc;
  }
  .c-c-t > .lyform > .m-c > .c-c-b > textarea {
      width: 94%;
      height: 120px;
      padding: 24px;
      border: 1px solid #ccc;
  }
}

/*form--end--*/
/*form--------end------*/