.overflow {
  overflow: hidden;
}
/*nav*/
.header {
  float: left;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffff;
  transition: all 0.3s;
}
.header .mainsVw .container:after {
  content: "";
  clear: both;
  display: block;
}
.header .mainsVw .logo {
  float: left;
  margin-top: 25px;
}
.header .mainsVw .logo a {
  display: block;
  padding: 4px 0;
  transition: all 0.3s;
}
.header .mainsVw .logo a img:nth-child(2) {
  display: none;
}
.header .mainsVw .navs {
  float: right;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.header .mainsVw .navs > ul > li {
  float: left;
  margin-right: 10px;
}
.header .mainsVw .navs > ul > li > a {
  padding: 0 16px;
  font-size: 14px;
  text-align: center;
  color: #222;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;

}
.header .mainsVw .navs > ul > li > a.icono:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #999;
  border-top: none;
  border-left: none;
  border-radius: 0;
  transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
  -o-transform: translateY(-8px) rotate(45deg);
}
.header .mainsVw .navs > ul > li > a:hover {
  color: #154a9a;
}
.header .mainsVw .navs > ul > li > a:hover:after {
  border-color: #154a9a;
}


/* 二级导航 20220225 修改产品导航栏 */
#headerPordu{
	width: 100%;
	position: fixed;
	z-index: 5;
}
.listEr{
	position: absolute;
	top: 80px;
	left: 46%;
	transform: translateX(-50%);
	padding: 15px 5px 28px 20px;
	width: auto;
	max-width: 100%;
	display: none;
	font-size: 0;
	z-index: 2;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
	background-color: #fff;
	overflow: hidden;
	border-top: 1px solid #ddd;
}
/* @media (min-width: 1500px) {
	.listEr{
		width: auto;
		position: absolute;
		top: 98px;
		left: 14%;
		max-width: 1500px;
	}
}
@media (min-width: 1440px) {
	.listEr{
		width: 100%;
		position: absolute;
		top: 98px;
		left: 0;
		max-width: 100%;
	}
} */

.listEr .tabTitle{
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
.listEr .tabTitle a{
	width: 24%;
	text-align: center;
	margin-right: 1.3%;
	padding: 2px 0;
	line-height: 32px;
	vertical-align: top;
	position: relative;
	transition: all 0.5s;
	background-color: #eeeeee;
}
.listEr .tabTitle a:nth-child(4n+4){
	margin-right: 0;
}
.listEr .tabTitle a.actives{
	background-color: #154a9a;
}
.listEr a i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #154a9a;
}
.listEr .tabTitle a.actives em{
	color: #fff;
}
.listEr .tabTitle a  em,
.listEr .timelist .modeTitle a  em{
	font-size: 14px;
	font-style: initial;
	color: #222;
	display: block;
	transition: all 0.5s;
}
.listEr .tabTitle a:hover em{
	/* text-decoration: underline; */
}

.listEr .timelist{
	display: flex;
	/* flex-wrap: wrap; */
	vertical-align: top;
}
@media (min-width: 1200px) {
	.tabPage{
		display: flex;
	}
}

.listEr .timelist .listBox{
	width: auto;
	margin-right: 10px;
	position: relative;
	/* margin-top: 20px; */
}
.listEr .tabPage .timelist a{
	width: calc(100% - 15px);
	padding-right: 15px;
	line-height: 40px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.listEr .tabPage .timelist a:hover{
	border-bottom: 1px solid #154a9a;
}
.listEr .tabPage .timelist a:first-child,
.listEr .tabPage .timelist a:hover:first-child{
	border-bottom: none;
}
.listEr .tabPage .timelist a:first-child em{
	color: #154a9a;
	font-size: 14px;
}
.listEr .tabPage .timelist a em {
	font-size: 12px;
	font-style: initial;
	color: #222;
	display: block;
	white-space:nowrap;
	transition: all 0.5s;
}
.listEr .tabPage .timelist a:hover em {
	color: #154a9a;
}
.listEr .tabPage .timelist a:first-child em span{
	display: none;
}
.listEr .tabPage .timelist a em span{
	margin-right: 5px;
}

.listEr .timelist .modeTitle,
.listEr .zk{
	display: none;
}
@media (max-width: 1360px) {
	.listEr{
		left: -3%;
		transform: translateX(0%);
	}
}
@media (max-width: 1300px) {
	.listEr{
		left: -2%;
		padding: 32px 5px 32px 10px;
		transform: translateX(0%);
	}
	.listEr .tabPage .timelist a{
		width: calc(100% - 10px);
		padding-right:10px;
	}
}
@media (max-width: 1250px) {
	.listEr .tabPage .timelist a{
		width: calc(100% - 5px);
		padding-right:5px;
	}
}
@media (max-width: 1200px) {
	/* 二级导航栏 20220119 */
	.listEr {
	  display: block!important;
	  position: initial;
	  padding: 0;
	  box-shadow: none;
	  border-top: none;
	  background-color: rgba(0, 0, 0, 0.03);
	}
	
	.listEr .tabTitle{
		display: none;
	}
	.listEr .timelist{
		display: flex;
		flex-wrap: wrap;
	}
	.listEr .timelist .modeTitle{
		width: 100%;
		display: none;
		position: relative;
		line-height: 40px;
		padding-left: 40px;
	}
	.listEr .timelist .modeTitle .zk{
		position: absolute;
		display: block;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		color: #333;
		font-size: 18px;
		text-align: center;
		cursor: pointer;
		line-height: 40px;
		transition: all 0.5s;
	}
	.listEr .timelist .modeTitle .zk.active{
	    width: 40px;
	    height: 40px;
	    transform: rotate(45deg);
	}
	.listEr .timelist .listBox{
		width: 100%;
		margin-right: 0;
		line-height: 40px;
		padding-left: 40px;
		margin-top: 0;
		display: none;
	}
	.listEr .tabPage .timelist a:first-child em{
		color: #222;
	}
	.listEr .timelist .listBox a:first-child{
		display: block;
		position: relative;
		padding-left: 20px;
	}
	.listEr .timelist .listBox a{
		display: none;
		border-bottom: none;
		padding-left: 30px;
	}
	.listEr .timelist .listBox a:first-child .zk{
		position: absolute;
		display: block;
		right: 20px;
		top: 0;
		width: 40px;
		height: 40px;
		color: #333;
		font-size: 18px;
		text-align: center;
		cursor: pointer;
		line-height: 40px;
		transition: all 0.5s;
	}
	.listEr .timelist .listBox a:first-child .zk.active{
	    width: 40px;
	    height: 40px;
	    transform: rotate(45deg);
	}
}
/* 20220119 产品导航栏结束 */



/* 原二级导航 */
.header .mainsVw .navs > ul > li .list {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  padding: 20px;
  display: none;
  width: 100%;
  font-size: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.header .mainsVw .navs > ul > li .list li {
  float: left;
  width: 25%;
  line-height: 32px;
  vertical-align: top;
}
.header .mainsVw .navs > ul > li .list li a {
  position: relative;
}
.header .mainsVw .navs > ul > li .list li a i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #154a9a;
}
.header .mainsVw .navs > ul > li .list li a em {
  padding-left: 38px;
  font-size: 14px;
  font-style: initial;
  color: #222;
  display: block;
}
.header .mainsVw .navs > ul > li .list li a:hover em {
  text-decoration: underline;
}
.header .mainsVw .navs > ul > li .list li .li a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 38px;
  line-height: 25px;
  font-size: 14px;
  color: #787878;
  text-align: left;
}
.header .mainsVw .navs > ul > li .list li .li a:hover {
  text-decoration: underline;
}
.header .mainsVw .navs > ul > li.active a {
  color: #154a9a;
}
.header .mainsVw .navs > ul > li.active a:after {
  border-color: #154a9a;
}
.header .mainsVw .navs .s_icon {
  display: none;
}
.header .mainsVw .navs .s_icon form {
  background: #fff;
  width: 93%;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
.header .mainsVw .navs .s_icon form input {
  float: left;
  padding: 0 15px;
  width: 210px;
  height: 40px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 14px;
}
.header .mainsVw .navs .s_icon form button {
  float: right;
  width: 40px;
  height: 40px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  background: url("/Chengming/Tpl/Home/Default/Public/css/../images/home2_06.png") no-repeat center center / 18px 18px #005eb3;
}
.header .mainsVw .search_ {
  float: right;
  height: 80px;
  line-height: 80px;
  margin: 0 31px;
}
.header .mainsVw .search_ .search_i {
  width: 20px;
  overflow: hidden;
}
.header .mainsVw .search_ .search_img {
  width: 18px;
  cursor: pointer;
}
.header .mainsVw .search_ .search_img:nth-child(2) {
  display: none;
}
.header .mainsVw .search_ .search {
  display: none;
  width: auto;
  position: relative;
  z-index: 9;
}
.header .mainsVw .search_ .search .s_icon {
  padding: 25px 10px;
  height: 30px;
  cursor: pointer;
}
.header .mainsVw .search_ .search .s_icon form {
  position: absolute;
  top: 10px;
  right: 0;
  background: #fff;
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
.header .mainsVw .search_ .search .s_icon form input {
  float: left;
  padding: 0 15px;
  width: 210px;
  height: 40px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 14px;
}
.header .mainsVw .search_ .search .s_icon form button {
  float: right;
  width: 40px;
  height: 40px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  background: url("/Chengming/Tpl/Home/Default/Public/css/../images/home2_06.png") no-repeat center center / 18px 18px #005eb3;
}
.header .mainsVw .language {
  float: right;
  margin-left: 20px;
  position: relative;
  z-index: 999999;
  /*.l_zi{
        height: 99px;
        line-height: 99px;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        p{
          padding-right: 14px;
          cursor:pointer;
          color: #222;
          transition:all 0.3s;
          &:hover{color:#154a9a;}
          &:after{
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            bottom: auto;
            left: auto;
            width: 5px;
            height: 5px;
            background-color: transparent;
            border: 1px solid #999;
            border-top: none;
            border-left: none;
            border-radius: 0;
            transform: translateY(-6px) rotate(45deg);
            -webkit-transform: translateY(-6px) rotate(45deg);
            -moz-transform: translateY(-6px) rotate(45deg);
            -o-transform: translateY(-6px) rotate(45deg);
          }
        }

      }
      .l_list{
        position: absolute;
        top: 99px;
        left: 0;
        background: #fff;
        width: 80px;
        text-align: center;
        display: none;
        ul{
          li{
            a{
              text-align: center;
              line-height: 40px;
              color: #333;
              &:hover{color:#154a9a;}
            }
          }
        }
      }*/
}
.header .mainsVw .language .l_zi {
  padding-top: 30px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.header .mainsVw .language .l_zi span {
  color: #777;
  margin: 0 9px;
}
.header .mainsVw .language .l_zi a {
  display: inline-block;
  font-size: 15px;
  color: #222;
  vertical-align: middle;
}
.header .mainsVw .language .l_zi a:hover {
  color: #154a9a;
}
.header.c-head-move {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header.active {
  border-bottom: 1px solid #005eb3;
}
@media (max-width: 1500px) {
  .header .mainsVw .logo {
    margin-top: 22px;
    width: 178px;
  }
  .header .mainsVw .navs > ul > li {
    margin: 0 0.2rem;
  }
  .header .mainsVw .navs > ul > li > a {
    padding: 0 1em;
  }
  .header .mainsVw .search_ {
    margin: 0 2px;
  }
}
@media (max-width: 1400px) {
  .header .mainsVw .navs > ul > li {
    margin: 0;
  }
  .header .mainsVw .language {
    margin-left: 9px;
  }
}
@media (max-width: 1300px) {
  .header .mainsVw .navs > ul > li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 60px;
  }
  .header .mainsVw .search_ {
    display: none;
  }
  .header .mainsVw .logo {
    margin-top: 14px;
  }
  .header .menuBtn {
    margin-top: 14px;
  }
  .header .mainsVw .language .l_zi {
    height: 60px;
    line-height: 60px;
    margin-left: 5px;
    padding-top: 0;
  }
  .header .mainsVw .language .l_list {
    top: 60px;
  }
  .header .mainsVw .navs {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    padding-top: 20px;
    background-color: #fff;
  }
  .header .mainsVw .navs.op {
    display: block;
  }
  .header .mainsVw .navs .s_icon {
    margin-bottom: 10px;
    display: block;
  }
  .header .mainsVw .navs > ul {
    display: block!important;
    height: calc(100vh - 180px);
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .header .mainsVw .navs > ul > li {
    width: 100%;
    float: none;
    height: auto!important;
    line-height: 48px!important;
  }
  .header .mainsVw .navs > ul > li > a {
    height: 48px!important;
    line-height: 48px!important;
    padding-left: 40px!important;
    color: #000 !important;
    text-align: left;
  }
  .header .mainsVw .navs > ul > li > a:after {
    display: none;
  }
  .header .mainsVw .navs > ul > li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #eee;
    border-top: none;
    border-left: none;
    border-radius: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -moz-transform: translate(0, -50%) rotate(-45deg);
    -o-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    z-index: 1;
  }
  
  /* 原二级导航栏 */
  .header .mainsVw .navs > ul > li .list {
    display: block!important;
    position: initial;
    padding: 0;
    box-shadow: none;
	border-top: none;
    background-color: rgba(0, 0, 0, 0.03);
  }
  
  .header .mainsVw .navs > ul > li .list li {
    float: none;
    width: 100%;
    padding-left: 40px;
    line-height: 40px;
    position: relative;
    top: 0;
    left: 0;
  }
  .header .mainsVw .navs > ul > li .list li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 60px;
    bottom: auto;
    left: auto;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #eee;
    border-top: none;
    border-left: none;
    border-radius: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -moz-transform: translate(0, -50%) rotate(-45deg);
    -o-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    z-index: 1;
  }
  .header .mainsVw .navs > ul > li .list li.active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .header .mainsVw .navs > ul > li.active > a {
    color: #005eb3 !important;
  }
  .header .mainsVw .navs > ul > li .search_i {
    display: none;
  }
  .header .mainsVw .navs > ul > li .search {
    display: block;
  }
  .header .mainsVw .navs > ul > li .search .s_icon {
    padding: 8px 10px;
  }
  .header .mainsVw .navs > ul > li .search .s_icon form {
    position: initial;
    width: 79%;
    margin-left: 26px;
  }
  .header .mainsVw .navs > ul > li .search .s_icon form input {
    width: 91%;
  }
  .header .mainsVw .navs > ul > li .language {
    margin-left: 30px!important;
  }
  .header .mainsVw .navs > ul > li .language a {
    color: #333;
    margin: 0 10px;
  }
  .header .mainsVw .navs > ul::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-left: 1px solid transparent;
  }
  .header .mainsVw .navs > ul::-webkit-scrollbar {
    width: 5px;
    height: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .header .mainsVw .navs > ul::-webkit-scrollbar {
    width: 5px;
    height: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .header .mainsVw .navs > ul::-webkit-scrollbar-thumb {
    background-color: transparent;
    background-clip: padding-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-height: 28px;
  }
  .header .mainsVw .navs > ul::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
}
@media (max-width: 1100px) {
  .header .mainsVw .navs > ul > li a {
    padding: 0 7px;
    font-size: 14px;
  }
  .header .mainsVw .navs > ul > li .language a,
  .header .mainsVw .navs > ul > li .search .s_icon form input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header .mainsVw .logo {
    margin-top: 19px;
    width: 110px;
  }
  .header .mainsVw .language .l_zi p,
  .header .mainsVw .language .l_list ul li a {
    font-size: 12px;
  }
  .header .mainsVw .language .l_list {
    width: 70px;
  }
}
/*T_img*/
.Top_position {
  padding-top: 80px;
}
.Top_position .mainsVw {
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*background-attachment: fixed;*/
}
.Top_position .mainsVw .container {
  position: relative;
  height: 100%;
}
.Top_position .mainsVw .container .title h1 {
  padding-top: 86px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.Top_position .mainsVw .container .title h3 {
  font-size: 32px;
  margin-top: 11px;
  color: #fff;
}
.Top_position .mainsVw .container .position {
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #fff;
  font-size: 16px;
}
.Top_position .mainsVw .container .position .icon {
  width: 14px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url("/Chengming/Tpl/Home/Default/Public/css/../images/aboutUs_03.png") no-repeat center center / cover;
}
.Top_position .mainsVw .container .position a {
  margin: 0 7px;
  display: inline-block;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
}
.Top_position .mainsVw .container .position a:hover {
  color: #ccc;
}
.subNav {
  text-align: center;
  box-sizing: border-box;
  background-color: #f6f6f6;
}
.subNav .container {
  overflow-x: auto;
}
.subNav .container::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
.subNav .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.subNav .container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: transparent;
}
.subNav .con {
  margin: 0 auto;
}
.subNav a {
  display: inline-block;
  height: 76px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 76px;
  color: #666;
  border-bottom: 4px solid transparent;
  position: relative;
  /*&:after{
      content:"";
      display:block;
      position:absolute;
      left:0;
      top:80px;
      width:100%;
      border-bottom:4px solid #005eb3;
      opacity:0;
    }*/
}
.subNav a:hover {
  color: #005eb3;
}
.subNav a.active {
  color: #005eb3;
  border-color: #005eb3;
  /* &:after{
        opacity:1;
      }*/
}
@media (max-width: 991px) {
  .subNav .con {
    margin: 0 auto;
  }
}
/*footer*/
#footer {
  background-color: #42454b;
  padding-top: 94px;
}
#footer .font_top {
  padding-bottom: 71px;
  border-bottom: 1px solid #666;
}
#footer .font_top .con_left {
  float: left;
  width: 22%;
  color: #fff;
}
#footer .font_top .con_left a {
  max-width: 227px;
}
#footer .font_top .con_left .call {
  margin-top: 32px;
}
#footer .font_top .con_left .call p {
  font-size: 14px;
  margin-bottom: 13px;
}
#footer .font_top .con_left .call h4 {
  font-size: 30px;
}
#footer .font_top .con_left .tags {
  margin-top: 4px;
}
#footer .font_top .con_left .tags li {
  line-height: 30px;
}
#footer .font_top .con_left .tags li > p {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
#footer .font_top .con_left .tags li .dy {
  width: 84%;
  margin-top: 13px;
}
#footer .font_top .con_left .tags li .dy form {
  background-color: #666;
}
#footer .font_top .con_left .tags li .dy form span {
  display: inline-block;
  color: #fff;
  border: 0;
  height: 40px;
  width: 25%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #154a9a;
  transition: all 0.3s;
}
#footer .font_top .con_left .tags li .dy form span:hover {
  background-color: #206eb7;
}
#footer .font_top .con_left .tags li .dy form input {
  width: 72%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 39px;
  color: #fff;
  border: 0;
  padding: 0 8px;
  outline: none;
  background-color: transparent;
}
#footer .font_top .con_left .tags li .dy form input::-webkit-input-placeholder {
  color: #ddd;
}
#footer .font_top .con_left .tags li .dy form input::-moz-placeholder {
  color: #ddd;
}
#footer .font_top .con_left .tags li .dy form input:-moz-placeholder {
  color: #ddd;
}
#footer .font_top .con_left .tags li .dy form input:-ms-input-placeholder {
  color: #ddd;
}
#footer .font_top .con_left .tags li .dy .ts {
  font-size: 14px;
  text-align: center;
  height: 24px;
  color: #999;
}
#footer .font_top .con_right {
  float: left;
  width: 64%;
  margin-left: 4%;
}
#footer .font_top .con_right dl {
  float: left;
  width: 14%;
  margin-left: 4%;
}
#footer .font_top .con_right dl dt {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 17px;
}
#footer .font_top .con_right dl dd {
  padding-top: 10px;
}
#footer .font_top .con_right dl dd a {
  font-size: 14px;
  color: #ddd;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow: hidden;
}
#footer .font_top .con_right dl dd a:hover {
  color: #fff;
}
#footer .font_top .gz {
  float: right;
  width: 110px;
  color: #fff;
}
#footer .font_top .gz dt {
  font-size: 18px;
  margin-bottom: 17px;
}
#footer .font_top .gz dd {
  padding-top: 13px;
}
#footer .font_top .gz dd:nth-child(3) {
  text-align: center;
}
#footer .font_top .gz dd:nth-child(3) a {
  margin: 0 7px 10px;
  color: #ddd;
}
#footer .font_top .gz dd:nth-child(3) a span {
  width: 16px;
  display: inline-block;
}
#footer .font_top .gz dd:nth-child(3) a:hover {
  color: #fff;
}
#footer .font_top .gz dd a.apply {
  width: 110px;
  height: 40px;
  margin: 0 0 10px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #154a9a;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#footer .font_bottom {
  line-height: 72px;
}
#footer .font_bottom p {
  text-align: center;
  font-size: 14px;
  color: #ccc;
}
#footer .font_bottom p a {
  display: inline-block;
  font-size: 14px;
  color: #ccc;
}
@media (max-width: 1300px) {
  #footer .font_top .con_right {
    margin-left: 1%;
    width: 61%;
  }
  #footer .font_top .con_right dl {
    width: 16%;
  }
  #footer .font_top .con_left .tags li .dy {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #footer .font_top .con_left a {
    max-width: 175px;
  }
  #footer .font_top .con_left .call p,
  #footer .font_top .con_left .tags li,
  #footer .font_top .con_right dl dd a,
  #footer .font_bottom p a {
    font-size: 13px;
  }
  #footer .font_top .con_left .call h4 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  #footer .font_top .con_left {
    width: 67%;
  }
  #footer .font_top .con_right {
    display: none;
  }
  #footer .font_top .gz {
    width: 90px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 40px;
  }
  #footer .font_top {
    padding-bottom: 23px;
  }
  #footer .font_top .con_left .call {
    margin-top: 20px;
  }
  #footer .font_top .con_left .tags {
    margin-top: 9px;
  }
  #footer .font_bottom {
    padding: 10px 0;
    line-height: 26px;
  }
  #footer .font_top .gz dd:nth-child(3) a {
    margin: 0 0px 10px;
  }
  #footer .font_top .con_left .tags li .dy {
    display: none;
  }
}
/*menuBtn*/
.menuBtn {
  float: right;
  display: none;
  width: 50px;
  margin-top: 38px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.menuBtn.onBtn span {
  background-color: #000;
}
.menuBtn.onBtn span:nth-child(1) {
  position: relative;
  top: 9px;
  transform: rotate(45deg);
}
.menuBtn.onBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.menuBtn.onBtn span:nth-child(3) {
  display: none;
}
.menuBtn span {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #000;
  border-radius: 5px;
  margin: 7px auto;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .menuBtn {
    display: block;
  }
}
@media (max-width: 1024px) {
  .menuBtn span {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .menuBtn {
    margin-right: 0px;
  }
}
/*title*/
.title {
  position: relative;
}
.title h2 {
  position: relative;
  height: 64px;
  padding-bottom: 10px;
  line-height: 79px;
  font-size: 30px;
  color: #222222;
}
.title h2:before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background-color: #d9d9d9;
}
.h_title h2 {
  margin-bottom: 39px;
  font-size: 36px;
  color: #333;
}
.h_title span {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #d9d9d9;
}
.h_title.h_title2 h2 {
  text-align: center;
}
.h_title.h_title2 span {
  margin: 0 auto;
}
/*more*/
.more {
  display: block;
  position: relative;
  width: 120px;
  height: 28px;
  padding-bottom: 8px;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 28px;
  color: #222;
  background: url('/Chengming/Tpl/Home/Default/Public/css/../images/home_19.png') no-repeat right 8px;
  background-size: 22px auto;
}
.more:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  border-bottom: 1px solid #005eb3;
  transition: all 0.5s;
}
.more:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .more {
    font-size: 14px;
    padding-bottom: 0;
    background-size: 18px auto;
  }
}
/*page*/
.page {
  text-align: center;
  padding-top: 0;
  margin-bottom:50px;
}
.page a {
  display: inline-block;
}
.page a span {
  margin-right: 5px;
  padding: 12px 16px 12px;
  font-size: 14px;
  display: inline-block;
  color: #333;
  transition: all 0.3s linear;
}
.page a:hover span {
  color: #666;
  background-color: #ccc;
}
.page a.active span {
  color: #fff;
  background-color: #005eb3;
}
/*relevant*/
.relevant {
  width: 29.334%;
  float: right;
  background-color: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .relevant {
    margin-bottom: 20px;
  }
}
.relevant .title h3 {
  height: 80px;
  padding-left: 32px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  line-height: 80px;
  color: #fff;
  border-bottom: 1px solid #eee;
  background-color: #005eb3;
}
.relevant .r_list li {
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.relevant .r_list li a .images {
  float: left;
  width: 38.67%;
  overflow: hidden;
}
.relevant .r_list li a .images img {
  height: 100%;
  transition: all 0.8s;
}
.relevant .r_list li a .text {
  float: right;
  width: 56%;
}
.relevant .r_list li a .text p {
  padding-top: 15px;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 24px;
}
.relevant .r_list li a .text span {
  font-size: 14px;
  color: #666666;
}
.relevant .r_list li a:hover .images img {
  transform: scale(1.1);
}
.relevant .r_list li a:hover .text p {
  color: #005eb3;
}
@media (max-width: 1300px) {
  .relevant .r_list li {
    padding: 0 16px;
  }
  .relevant .r_list li a .text p {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .relevant {
    width: 100%;
    margin-bottom: 30px;
  }
  .relevant .r_list li a .text p {
    padding-top: 35px;
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .relevant .title h3 {
    height: 60px;
    padding-left: 32px;
    margin-bottom: 25px;
    font-size: 23px;
    font-weight: 600;
    line-height: 60px;
  }
  .relevant .r_list li a .text p {
    padding-top: 0px;
  }
  .relevant .r_list li a .text p {
    padding-top: 0px;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 26px;
  }
}
.new_list ul li {
  margin-bottom: 20px;
  float: left;
}
@media (max-width: 767px) {
  .new_list ul li {
    width: 100% !important;
    margin-right: 0!important;
  }
}
.new_list ul li .images {
  overflow: hidden;
}
.new_list ul li .images img {
  transition: 2s;
}
.new_list ul li .images:hover img {
  transform: scale(1.2);
}
.new_list ul li .text {
  padding: 26px 0;
  position: relative;
}
.new_list ul li .text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.new_list ul li .text p {
  padding-top: 20px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.new_list ul li .text span {
  padding-top: 21px;
  display: block;
  font-size: 14px;
  color: #666666;
}
.new_list ul li .text i {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 0%;
  border-bottom: 3px solid #005eb3;
  transition: all 1s;
}
.new_list ul li:hover .text h4 {
  color: #005eb3;
}
.new_list ul li:hover .text i {
  width: 100%;
}
.news {
  padding-top: 35px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}
.news .title .more {
  position: absolute;
  right: 0;
  top: 38%;
}
.news .list {
  margin-top: 51px;
}
.news .list ul li {
  float: left;
  width: 31.334%;
  margin-right: 3%;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.4s;
}
.news .list ul li:nth-child(3n) {
  margin-right: 0;
}
.news .list ul li .text {
  padding: 30px;
  background-color: #fff;
}
.news .list ul li .text h3 {
  margin-top: 10px;
  font-size: 20px;
}
.news .list ul li .text p {
  margin-top: 22px;
  height: 60px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.news .list ul li .text span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news .list ul li:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.news .list ul li:hover .text h3 {
  color: #154a9a;
}
#item_list a {
  padding: 0 9.65px 42px;
  float: left;
  width: 10.57%;
  cursor: pointer;
  margin-right: 2.2%;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 0.5s;
}
#item_list a:nth-child(8n) {
  margin-right: 0;
}
#item_list a .text {
  text-align: center;
}
#item_list a .text h3 {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
#item_list a .text p {
  display: none;
  padding-top: 17px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
#item_list a:hover {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
#item_list a:hover .text h3 {
  color: #154a9a;
}
#item_list .list2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title_hader {
  border-bottom: 1px solid #d9d9d9;
}
.title_hader h3 {
  float: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 60px;
}
.title_hader .tab {
  float: right;
  width: 390px;
  height: 60px;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 60px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  cursor: pointer;
  background-color: #154a9a;
}
.title_hader .tab p {
  position: relative;
  z-index: 6;
}
.title_hader .tab:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-radius: 0;
  transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
  -o-transform: translateY(-8px) rotate(45deg);
}
.title_hader .tab ol {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #f3f3f3;
}
.title_hader .tab ol li {
  transition: all 0.3s;
}
.title_hader .tab ol li a {
  padding: 0 20px;
}
.title_hader .tab ol li:hover {
  background-color: #fff;
}
@media (max-width: 1300px) {
  #item_list a {
    width: 14.83%;
  }
  #item_list a:nth-child(8n) {
    margin-right: 2.2%;
  }
  #item_list a:nth-child(6n) {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .Top_position {
    padding-top: 60px;
  }
  #header .mainsVw .language {
    margin-left: 0;
  }
  .title h2 {
    font-size: 28px;
    height: 80px;
    line-height: 80px;
  }
  .news .list ul li .text {
    padding: 18px 18px 25px;
  }
  .news .list ul li .text p {
    margin-top: 12px;
  }
  .news .list ul li .text span {
    margin-top: 6px;
  }
  .title_hader .tab {
    width: 316px;
  }
}
@media (max-width: 1024px) {
  #item_list a {
    width: 18.23%;
  }
  #item_list a:nth-child(5n) {
    margin-right: 0;
  }
  #item_list a:nth-child(6n) {
    margin-right: 2.2%;
  }
}
@media (max-width: 991px) {
  .news .list ul li {
    width: 48.8%;
    margin-right: 2.4%;
  }
  .news .list ul li:nth-child(3n) {
    margin-right: 2.4%;
  }
  .news .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  #item_list a .text p {
    padding-top: 10px;
    font-size: 13px;
  }
  .title_hader .tab {
    width: 245px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .title h2 {
    font-size: 30px;
  }
  #navigation .container .option ul li a {
    padding: 0 10px;
  }
  .relevant {
    width: 100%;
  }
  .relevant .r_list li a .images {
    height: 208px;
  }
}
@media (max-width: 768px) {
  #footer .font_top .gz dd:nth-child(3) a.apply {
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .header .mainsVw .language .l_zi {
    padding-top: 0px;
  }
  .title h2 {
    font-size: 22px!important;
    height: 60px;
    line-height: 60px;
  }
  .Top_position .mainsVw {
    height: 190px;
  }
  .Top_position .mainsVw .container .title h1 {
    padding-top: 50px;
    font-size: 20px;
  }
  .Top_position .mainsVw .container .title h3 {
    font-size: 25px;
  }
  .Top_position .mainsVw .container .position a {
    margin: 0 3px;
    font-size: 14px;
    line-height: 24px;
  }
  .h_title h2 {
    margin-bottom: 22px;
    font-size: 30px;
  }
  .relevant .r_list li a .images {
    height: 104px;
  }
  .more {
    width: 90px;
    height: 35px;
  }
  .more span {
    line-height: 35px;
  }
  .subNav a {
    height: 65px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 65px;
  }
  #subject .banner .ban ul li {
    overflow: hidden;
  }
  #subject .banner .ban ul li a img {
    position: relative;
    top: 8%;
    left: -65%;
    width: 207%;
  }
  #subject .banner .ban {
    min-height: 265px!important;
  }
  #subject .banner .ban .prev,
  #subject .banner .ban .next {
    width: 28px!important;
    height: 35px!important;
    margin-top: 19px;
  }
  .news {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .news .list {
    margin-top: 30px;
  }
  .news .list ul li .text h3 {
    font-size: 19px;
  }
  .news .list ul li {
    width: 100%;
    margin-right: 0!important;
  }
  #item_list a {
    width: 48.8%;
  }
  #item_list a:nth-child(5n) {
    margin-right: 2.2%;
  }
  #item_list a:nth-child(2n) {
    margin-right: 0;
  }
  #item_list a .text p {
    padding-top: 6px;
    font-size: 12px;
  }
  /* #item_list a .text h3 {font-size: 18px;}
  #item_list a .text p {padding-top: 5px;font-size: 12px;line-height: 24px;}
  #item_list a {width:100%;margin-right:0!important; padding: 0 2px 24px; margin-bottom: 25px;}*/
  .title_hader h3 {
    font-size: 18px;
  }
  .title_hader .tab {
    width: 100%;
  }
  .title_hader .tab {
    height: 48px;
    font-size: 14px;
    line-height: 48px;
  }
}
/*样品申请*/
#sample_sq {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
}
#sample_sq .sq_con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  padding: 67px 30px;
  box-sizing: border-box;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  text-align: center;
}
#sample_sq .sq_con span {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  padding: 0 5px;
  font-size: 40px;
  color: #222;
  cursor: pointer;
}
#sample_sq .sq_con h3 {
  font-size: 30px;
  line-height: 36px;
  color: #154a9a;
}
#sample_sq .sq_con p {
  padding-top: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
#sample_sq .sq_con .images {
  width: 40%;
  margin: 40px auto 0;
  border: solid 1px #ccc;
}
@media (max-width: 1024px) {
  #sample_sq .sq_con {
    width: 45%;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  #sample_sq .sq_con {
    width: 90%;
    padding: 40px 20px;
  }
  #sample_sq .sq_con h3 {
    font-size: 22px;
  }
  #sample_sq .sq_con p {
    font-size: 12px;
    line-height: 22px;
  }
  #sample_sq .sq_con .images {
    width: 50%;
    margin: 26px auto 0;
  }
  #sample_sq .sq_con span {
    top: 0px;
    right: 8px;
  }
}
/*# sourceMappingURL=public.css.map */