.fl {
  float: left;
}
.fr {
  float: right !important;
}
/**
* 公共
*/
.btn {
  border: 1px solid #cccccc;
  width: 100px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  margin: 0 auto;
  cursor: pointer;
  clear: both;
  text-align: center;
  color: #cccccc;
}
.btn:hover {
  background: #ffffff;
  color: #000;
}
.grayBtn {
  border: 1px solid #e6e6e6;
  color: #666666;
  width: 70px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  clear: both;
}
.grayBtn:hover {
  background: #ffffff;
  color: #000;
}
.newHOV:hover .newRL {
  color: #076ba5 !important;
}
.newHOV:hover .newsMes h2 {
  color: #076ba5 !important;
}
.newHOV:hover .newsMes p {
  color: #076ba5 !important;
}
.platLI:hover {
  background: #076ba5;
  color: #ffffff;
}
.platLION {
  background: #076ba5;
  color: #ffffff;
}
.indexCtit {
  text-align: center;
  padding-top: 50px;
}
.indexCtit h1 {
  font-size: 30px;
  padding-top: 25px;
  color: #000;
}
.indexCtit h1 hr {
  width: 56px;
  display: inline-block;
  margin: 20px;
  background-color: #000;
}
.indexCtit em {
  font-size: 12px;
  color: #999999;
}
.adr {
  height: 50px;
  background: #f5f5f5;
  color: #999999;
  line-height: 50px;
}
.adr .adrMes {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  padding-right: 20px;
}
header {
  width: 100%;
  height: 135px;
  background: #ffffff;
  min-width: 1200px;
}
header .img1 {
  float: right;
}
header .xian {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
header .xian h2 {
  font-size: 12px;
  color: #000;
  line-height: 23px;
}
header .xian span {
  text-align: right;
  display: inline-block;
  float: right;
  position: relative;
  top: -22px;
  right: 11px;
  color: #ffffff;
  padding: 0 5px;
}
header .headFt {
  width: 1200px;
  height: 120px;
  position: relative;
  left: 50%;
  margin-left: -600px;
}
header .y-header-flex{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
header ul{
	display: flex;
}
header li {
  width: 130px;
  list-style: none;
}
header ul li {
  /* float: left; */
  padding: 20px 0;
  line-height: 35px;
  color: #000;
  height: 112px;
}
header ul li span {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 14px;
  font-size: 15px;
}
header ul li:hover {
  padding: 20px 0;
  line-height: 10px;
  color: #ffffff;
  background: #076ba5;
  cursor: pointer;
}
header ul li:hover span:nth-child(1) {
  display: block;
}
footer {
  height: 320px;
  background: #2c2f34;
  color: #ffffff;
  width: 100%;
  clear: both;
  padding: 0 25px;
}
footer .ftBox {
  width: 1200px;
  margin: 50px auto;
  padding: 25px;
}
footer .ftBox dl {

  float: left;
  width: 30%;
}
footer .ftBox dl dt {
  font-size: 18px;
}
footer .ftBox dl hr {
  width: 50px;
  background: #076ba5;
  height: 2px;
  float: left;
}
footer .ftBox dl dd {
  font-size: 14px;
  clear: both;
}
.plate {
  width: 200px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: 3px solid #076ba5;
  float: left;
}
.plate .plateTit {
  margin-bottom: 15px;
}
.plate .plateTit .bor {
  width: 20px;
  height: 20px;
  border-radius: 16px;
  border: 3px solid #076ba5;
  background: #fff;
  position: relative;
  top: -21px;
  left: 45%;
}
.plate .plateTit i {
  width: 4px;
  height: 48px;
  background: #076ba5;
  display: inline-block;
  float: left;
  margin-right: 13px;
}
.plate .plateTit h1 {
  display: inline-block;
  font-size: 24px;
  color: #000;
}
.plate .plateTit h1 em {
  color: #666666;
  font-size: 14px;
  display: block;
}
.plate ul .platLI {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #cccccc;
  padding-left: 2px;
  cursor: pointer;
}
.plate ul .platLI a {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical !important;
}
.plate .plateIcn {
  margin: 30px 0;
}
.plate .plateIcn .icon-phone,
.plate .plateIcn .icon-envelope {
  color: #076ba5;
  font-size: 20px;
  vertical-align: middle;
}
.plate .plateIcn h3 {
  color: #999999;
  font-size: 16px;
  display: inline-block;
}
.plate .plateIcn em {
  display: block;
  color: #000;
  font-size: 14px;
  word-break: break-all;
  /*padding-left: 20px;*/
}
.page {
  height: 40px;
  text-align: center;
  margin-top: 40px;
}
.page a {
  display: inline-block;
  cursor: pointer;
  color: #333333;
  margin: 5px;
  padding: 2px 8px;
  font-size: 14px;
}
.page .active {
  background: #076ba5;
  color: #ffffff;
}
/**
* index
* @author GF
*/
.IndexCn {
  background: url("../img/bg_black.png") center center no-repeat;
  height: 340px;
  width: 100%;
}
.IndexCn .CnTit1 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.IndexCn .CnTit1 h1 {
  font-size: 30px;
  padding-top: 25px;
}
.IndexCn .CnTit1 h1 hr {
  width: 56px;
  display: inline-block;
  margin: 20px;
}
.IndexCn .CnTit1 em {
  font-size: 12px;
}
.IndexCn .CnTit1 p {
  text-align: left;
  height: 180px;
}
.CnTit2 {
  width: 1200px;
  margin: 0 auto;
}
.CnTit2 ul {
  text-align: center;
  padding-top: 30px;
}
.CnTit2 ul li {
  width: 222px;
  height: 357px;
  display: inline-block;
  margin: 0 30px;
}
.CnTit2 ul li h2 {
  font-size: 16px;
  margin: 25px 0;
  font-weight: bold;
}
.CnTit2 ul li p {
  height: 90px;
  color: #666666;
  text-align: left;
}
.lbBlack {
  background: #2c2f34;
  height: 500px;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  text-align: left;
  padding: 85px;
}
.lbBlack h3 {
  font-size: 18px;
}
.lbBlack hr {
  width: 85px;
  background: #076ba5;
}
.lbBlack p {
  font-size: 14px;
  height: 256px;
}
.lbBlack .grayBtn1 {
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 70px;
  height: 22px;
  text-align: center;
  cursor: pointer;
}
.CnTit3 {
  width: 1200px;
  margin: 0 auto;
}
.CnTit3 .proUl li {
  display: inline-block;
}
.CnTit3 .proUl li img {
  height: 483px;
  width: 585px;
  position: absolute;
}
.CnTit3 .proUl li .mask {
  position: relative;
  padding: 30px;
  width: 585px;
  height: 483px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.CnTit3 .proUl li .mask h3 {
  font-size: 14px;
}
.CnTit3 .proUl li .mask hr {
  width: 68px;
}
.CnTit3 .proUl li .mask h2 {
  font-size: 18px;
  margin: 129px 0 25px 0;
}
.CnTit3 .proUl li .mask p {
  font-size: 14px;
  height: 127px;
}
.CnTit3 .proUl li .mask .grayBtn2 {
  border: 1px solid #e6e6e6;
  color: #ffffff;
  width: 70px;
  height: 22px;
  text-align: center;
  cursor: pointer;
}
.CnTit3 .proUl li .mask .grayBtn2:hover {
  background: #ffffff;
  color: #000;
}
.CnTit4 {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.CnTit4 .news_l {
  float: left;
}
.CnTit4 .news_l i {
  width: 585px;
  height: 340px;
}
.CnTit4 .news_l i img {
  width: 100%;
  height: 100%;
}
.CnTit4 .news_l h3 {
  font-size: 22px;
}
.CnTit4 .news_l p {
  font-size: 14px;
  color: #666666;
}
.CnTit4 .news_l em {
  font-size: 14px;
  color: #999999;
}
.CnTit4 .news_r {
  float: right;
}
.CnTit4 .news_r .newHOV {
  height: 107px;
  border-bottom: 1px dashed #cccccc;
  line-height: 40px;
}
.CnTit4 .news_r .newHOV .newRL {
  color: #999999;
  float: left;
  width: 78px;
  height: 80px;
  background: #ececec;
  text-align: center;
  line-height: 35px;
  padding-top: 12px;
  margin-right: 20px;
  margin-top: 10px;
}
.CnTit4 .news_r .newHOV .newRL h1 {
  font-size: 48px;
}
.CnTit4 .news_r .newHOV .newRL em {
  font-size: 14px;
}
.CnTit4 .news_r .newHOV .newsMes {
  float: right;
}
.CnTit4 .news_r .newHOV .newsMes h2 {
  font-size: 18px;
  color: #000;
}
.CnTit4 .news_r .newHOV .newsMes p {
  width: 479px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 数值代表显示几行 */
  -webkit-box-orient: vertical;
}
/**
* about
* @author GF
*/
.aboutCon {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.aboutCon .About_r {
  float: right;
  width: 960px;
}
.aboutCon .About_r h1 {
  font-size: 22px;
}
.aboutCon .About_r img {
  width: 100%;
  /*height: 400px;*/
  margin: 30px 0;
}
.aboutCon .About_r p {
  text-indent: 2em;
  color: #000;
}
/**
* aboutNews
* @author GF
*/
.aboutNewsCon {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.aboutNewsCon .aboutNews_r {
  float: right;
  width: 960px;
}
.aboutNewsCon .aboutNews_r .MesBox li {
  border-bottom: 1px dashed #cccccc;
  height: 160px;
  padding-top: 20px;
}
.aboutNewsCon .aboutNews_r .MesBox li i {
  width: 200px;
  height: 123px;
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.aboutNewsCon .aboutNews_r .MesBox li i img {
  width: 100%;
  height: 100%;
}
.aboutNewsCon .aboutNews_r .MesBox li .rMes h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.aboutNewsCon .aboutNews_r .MesBox li .rMes p {
  width: 700px;
  height: 47px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  -webkit-line-clamp: 2;
  /* 数值代表显示几行 */
  -webkit-box-orient: vertical;
}
.aboutNewsCon .aboutNews_r .MesBox li .rMes em {
  font-size: 14px;
  color: #999999;
}
/**
* Product
* @author GF
*/
.productCon {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.productCon .About_r {
  float: right;
  width: 960px;
}
.productCon .About_r h1 {
  font-size: 22px;
}
.productCon .About_r img {

  /*height: 400px;*/
  margin: 30px 0;
}
.productCon .About_r p {
  text-indent: 2em;
  color: #000;
}
/**
* anotherProduct
* @author GF
*/
.anotherCon {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.anotherCon .About_r {
  float: right;
  width: 960px;
}
.anotherCon .About_r h1 {
  font-size: 22px;
}
.anotherCon .About_r img {
  width: 100%;
  /*height: 400px;*/
  margin: 30px 0;
}
.anotherCon .About_r p {
  text-indent: 2em;
  color: #000;
  margin-top: 35px;
}
/**
* customer
* @author GF
*/
.customCon {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.customCon .About_r {
  float: right;
  width: 960px;
}
.customCon .About_r h1 {
  font-size: 22px;
}
.customCon .About_r img {
  width: 100%;
  /*height: 400px;*/
  margin: 30px 0;
}
.customCon .About_r p {
  text-indent: 2em;
  color: #000;
}
/**
* productIntro
* @author GF
*/
.productIntroCon {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.productIntroCon .About_r {
  float: right;
  width: 960px;
}
.productIntroCon .About_r h1 {
  font-size: 22px;
}
.productIntroCon .About_r .topPic {
  width: 100%;
  /*height: 400px;*/
  margin: 30px 0;
}
.productIntroCon .About_r .intro {
  padding-bottom: 50px;
}
.productIntroCon .About_r .intro li h4 {
  font-size: 14px;
  color: #076ba5;
  margin: 7px 0;
}
.productIntroCon .About_r .intro li span {
  font-size: 14px;
  color: #000;
}
.productIntroCon .About_r .intro li img {
  width: 80%;
  margin: 0 auto;
  display: inherit;
}
/**
* quality
* @author GF
*/
.qualityCon {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 15px;
}
.qualityCon .About_r {
  float: right;
  width: 950px;
}
.qualityCon .About_r h1 {
  font-size: 22px;
}
.qualityCon .About_r .topPic {
  width: 698px;
  height: 300px;
  margin: 30px auto;
  display: inherit;
}
.qualityCon .About_r .intro {
  padding-bottom: 50px;
}
.qualityCon .About_r .intro li h4 {
  font-size: 14px;
  color: #076ba5;
  margin: 7px 0;
  display: inline-block;
}
.qualityCon .About_r .intro li span {
  font-size: 14px;
  color: #000;
}
/**
* connect
* @author GF
*/
.connectCon {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 15px;
}
.connectCon .About_r {
  float: right;
  width: 950px;
}
.connectCon .About_r h1 {
  font-size: 22px;
}
.connectCon .About_r .intro {
  padding-bottom: 50px;
  margin-top: 30px;
}
.connectCon .About_r .intro li h4 {
  font-size: 14px;
  color: #076ba5;
  margin: 7px 0;
  display: inline-block;
}
.connectCon .About_r .intro li span {
  font-size: 14px;
  color: #000;
}
/**
* newsInfo
* @author GF
*/
.newsInfoCon {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.newsInfoCon .About_r {
  float: right;
  width: 960px;
  text-align: center;
}
.newsInfoCon .About_r h1 {
  font-size: 22px;
  text-align: center;
}
.newsInfoCon .About_r h2 {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 20px;
}
.newsInfoCon .About_r img {
  max-width: 100%;
  margin: 10px auto;
}
.newsInfoCon .About_r p {
  /*text-indent: 2em;*/
  color: #000;
  /*margin-top: 35px;*/
}
@media screen and (max-width: 1220px) {
	header .y-header-flex{
		justify-content: flex-start;
	}
	header nav{
		margin-left: 100px;
	}
}