/*#header*/

#header {
    max-width: 2200px;
    min-width: 1230px;
    height: 85px;
    ;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    transition: background-color .5s;
}

#header .logo {
	float: left;
	width: 300px;
	height:52px;
	margin-left: 45px;
	margin-top: 18px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header .R {
    float: right;
    padding-right: 65px;
    position: relative;
}

#header .R .navWrap {
    float: left;
    height: 85px;
    /*position: relative;*/
}

#header .R .navWrap .nav-dt {
    height: 85px;
    position: relative;
    z-index: 120;
}

#header .R .navWrap .nav-dt .zqm-icv {
    height: 0;
    border-bottom: 6px solid #CC9902;
    position: absolute;
    bottom: 0;
    transition: width .3s;
}

#header .R .navWrap .nav-dt li {
    float: left;
    line-height: 85px;
    text-align: center;
    margin-right: 50px;
    color: #595757;
    font-size: 16px;
    font-weight: bold;
}

#header .R .nav-dd {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

#header .R .nav-dd>div {
    display: none;
    width: 100%;
    height: 65px;
    position: absolute;
    /*left: 0;*/
    top: 0;
}

#header .R .nav-dd>div:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 10;
}

#header .R .nav-dd>div a {
    float: left;
    line-height: 65px;
    margin-right: 20px;
    position: relative;
    z-index: 40;
    color: #e4e4e4;
    transition: all .3s;
}

#header .R .nav-dd>div a:hover {
    color: #FFF;
}

#header .R .nav-dd>div a.on {
    color: #FFF;
}

#header .R .h-search {
    float: left;
    height: 85px;
    position: relative;
}

#header .R .h-search em {
    display: block;
    width: 29px;
    height: 23px;
    background: url(logo-wx-b.png) no-repeat 0 0;
    margin: 33px 3px;
    transition: all .3s;
}
#header.on .R .h-search em, #header:hover .R .h-search em {
    background: url(logo-wx.png) no-repeat 0 0;
}

#header .R .h-search .pos:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #d5d5d5;
    position: absolute;
    top: -10px;
    left: 40px;
    /* right: 0; */
    margin: auto;
}

#header .R .h-search .pos {
    display: none;
    width: 95px;
    height:95px;
    background-color: #FFF;
    border: 2px solid #d5d5d5;
    position: absolute;
    left: -40px;
    top: 85px;
}

#header .R .h-search .pos img {
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    padding: 5px;
    color: #333;
}




/*白字*/

#header.foll .logo {
    background: url(logo_b.png) no-repeat center top;
}

#header.foll .R .navWrap .nav-dt li {
    color: #FFF;
}


/*顶部白底*/

#header.bg-foll .logo,
#header:hover .logo {
    background: url(logo.png) no-repeat center top;
}

#header.bg-foll,
#header:hover {
    background-color: #FFF;
}

#header.bg-foll .R .h-search em,
#header:hover .R .h-search em {
    background: url(logo-wx.png) no-repeat 0 0;
}


#header.bg-foll .R .navWrap .nav-dt li,
#header:hover .R .navWrap .nav-dt li {
    color: #595757;
}


/*白底*/

#header.on .logo,
#header:hover .logo {
    background: url(logo.png) no-repeat center top;
}

#header.on,
#header:hover {
    background-color: #FFF;
}



#header.on .R .navWrap .nav-dt li,
#header:hover .R .navWrap .nav-dt li {
    color: #595757;
}
/* 头部导航结束 */



/* 首页关于我们 */
.contain {
    width: 1530px;
    margin: 0 auto;
}
/* title */
.com-tit {
  position: relative;
}
.com-tit .cn {
  font-weight: bold;
  color: #333333;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.com-tit .en {
  font-family:"Microsoft YaHei";
  line-height: 1;
  position: absolute;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  color: #e9e9e9;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e9e9e9 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.com-tit+.com-tip {
    margin-top: 15px;
}
.com-tip {
	font-size: 16px;
	color: #cc9902;
	line-height: 24px;
	font-weight: 600;
	word-spacing: 10px;
	letter-spacing: 5px;
}
.flex-justify-between {
    justify-content: space-between;
}
.flex-wrap-wrap {
    flex-wrap: wrap;
}
.flex {
    display: flex;
}
.com-tit.white .cn {
  color: #fff;
}
.com-tit.white .en {
  opacity: 0.1;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 80%);
  -webkit-background-clip: text;
}
.com-tit.text-center .en {
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-about{background:#f4f4f4 url(index-about-bg.jpg) no-repeat bottom right}
.index-about .lft{width:74%}
.index-about .lft .text{font-size:16px;line-height:26px;color:#777;max-width:800px}
.index-about .lft .data li+li{margin-left:110px}
.index-about .lft .data .num{font-size:18px;color:#333;line-height:1}
.index-about .lft .data .num .timer{
	display:inline-block;
	line-height:1;
	margin-right:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#cc9902;
}
.index-about .lft .data .tit{font-size:16px;color:#555;margin-top:10px}
.index-about .rgt{width:26%; text-align:center;}
.index-about .rgt .desc{color:#555;font-weight:600;}
.index-about .rgt .player{display:inline-block;font-size:16px;line-height:1;font-weight:500;transition:all .4s ease; }
.index-about .rgt .player i{width:66px;height:66px;background:#fff;margin-left:auto;margin-right:auto;border-radius:50%;display:block;position:relative;margin-bottom:10px;transition:all .4s ease;box-shadow:1px 19px 21px 0 rgba(35,154,208,.1)}
.index-about .rgt .player i:after{content:"";width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid #cc9902;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-left:2px;}
.index-about .rgt .player:hover{color:#cc9902;}
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain{width: 1400px}

}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain{width: 1200px}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain{width: 960px}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */    
	.contain{width: 92%;}
}

/* 首页关于我们end */
/*  首页装备能力  */
.indexZbnl{padding: 50px 0;position: relative; width:100%; background:#fff;}
.indexZbnl .heading{overflow:hidden}
.pb50 {
    padding-bottom: 50px;
}
.pt110 {
    padding-top:50px;
}
.indexZbnl .heading .bg{position:absolute;bottom:-0px;right:-40px;z-index:-1}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.full-maxWidth {
    max-width: 100%;
    object-fit: cover;
    height: auto;
    transition: all .4s ease;
}
.indexZbnlCon{
    /*padding: 115px 0 50px 0;
    background: #fff url(../images/62.png) no-repeat top center;
    background-size: cover;
    position: relative;*/
	min-height:800px;
}
.indexZbnlCon .top {
    width:600px;
}
.indexZbnlCon .top .titles2 {
    text-align: left;
}
.indexZbnlCon .top .titles2 .m{ font-size: 20px; line-height: 20px; color: #56CEE2; text-transform: uppercase;}
.indexZbnlCon .top .titles2 .h1{ margin-top: 20px; font-size: 36px; font-weight: bold; color: #1C285A; line-height: 36px;}
.indexZbnlCon .top .titles2 .h1 i{ display: block;}
.indexZbnlCon .top .titles2 .em{ width: 86px; height: 4px; background: #01B6D3; margin: 25px auto 0;}
.indexZbnlCon .top .ps {
    font-size: 15px;
    line-height: 32px;
    color: #333;
    margin-top: 25px;
}
.indexZbnlCon .top .morebox {
    margin-top: 60px;
}
.morebox a {
    font-size: 15px;
    color: #1C285A;
    line-height: 20px;
    padding-right: 22px;
    background: url(../images/56.png) no-repeat right center;
    background-size: 14px auto;
}
/*  首页装备能力end  */



/*  indexNews  */
.indexNews{ width:100%; background:#f7f7f7; position:relative; padding:70px 0;}
.newsTitle{ position:absolute; right:0;top:40px; display:inline-block;  }
.newsTitle a{ display:inline-block; font-size:16px; line-height:2; margin-left:30px; color:#555;border-bottom:2px solid #eee;}
.newsTitle a:hover{color:#CC9902;border-bottom:2px solid #CC9902;}
.indexNews-hot{ margin-bottom:20px; background:#fff;}
.indexNews-hot-img{ width:50%;overflow: hidden; position:relative;}
.indexNews-hot-img img {
    transition: all .6s ease;
    transform: scale(1.04);
}
.indexNews-hot-img:hover img{transform:scale(1)}
.indexNews-hot-text{ width:50%;padding: 80px 54px 20px 54px;justify-content: center;}
.indexNews-hot-text-time{ color:#ccc;align-items: center; display: flex;}
.indexNews-hot-text-time .max {
    line-height: .8;
    font-weight: 700;
    padding-bottom: 18px;
	font-size: 36px;
    border-bottom: 3px solid #CC9902;
}
.indexNews-hot-text-time  .sm {
    margin-left: 10px;
    margin-top: -18px;
}
.indexNews-hot-text-time  .sm >p{line-height: 1.28;}

.indexNews-hot-text-more a{
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
    color: #CC9902;
    letter-spacing: .08em;
	margin-top: 44px;
}
.indexNews-hot-text-title{color:#333;font-size:22px;font-weight:500;margin-top:25px;transition:all .4s ease;}
.indexNews-hot-text-title:hover{color:#CC9902;}
.indexNews-hot-text-memo {
    font-size: 14px;
    line-height: 24px;
    color: #737373;
    margin-top: 16px;
    height: 48px;
}
.indexNews-hot-text-more {
    font-size: 13px;
    font-family: neuehaasdisplay-bold;
    color: #CC9902;
    letter-spacing: .08em;
	margin-top: 44px;
}
.indexNews-hot-text-more:hover{text-decoration:underline}
.indexNews-list{ margin-top: 20px;}
.indexNews-list ul{justify-content: space-between;flex-wrap: wrap;display: flex;}
.indexNews-list ul .item{width:32%;margin-top:12px; margin-bottom:12px;display:block}
.indexNews-list ul .item .pic{display:block;position:relative;overflow:hidden;padding-top:61.276%}
.indexNews-list ul .item .pic img{transition:all .6s ease;transform:scale(1.04);position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    object-fit: cover;
}
.indexNews-list ul .item .info{background:#fff;padding:38px 10px 56px 10px}
.indexNews-list ul .item .info .title{font-size:16px;color:#333;font-weight:500;transition:all .4s ease; line-height:1.5}
.indexNews-list ul .item .info .text{font-size:14px;line-height:24px;height:48px; color: #666;margin-top:12px;-webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.indexNews-list ul .item .info .time{color:#333;font-size:14px;display:flex;align-items:center;margin-top: 38px;}
.indexNews-list ul .item .info .time .icon{color:#707070;margin-right:10px}
.indexNews-list ul .item:hover .pic img{transform:scale(1)}
.indexNews-list ul .item:hover .title{color:#CC9902;}
/*  ny-about-banner  */
.ny-banner{ position:relative; width:100%;}
.xc_banner{position:relative; overflow:hidden; margin:0;}
.xc_banner img {
    width: 100%;
    height:500px;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
.xc_banner.no_subnav{margin-top:0.99rem;}
.xc_banner .intro{position:absolute; left:50%; top:70%; transform:translate(-50%,-50%); width:100%; color:#fff; text-align:center;}
.xc_banner .intro .wrap {
    width: 1530px;
	margin:0 auto;
	text-align:left;
}
.xc_banner .intro .wrap .tit{ font-size:2.6rem; color:#fff;letter-spacing: 1px;}
.xc_banner .intro .wrap i{ display:block; width:84px; height:2px; background:#fff; margin-top:16px;}
.xc_banner .intro .con{
	margin-top:1rem;
	color:#eee;
	font-size:1.0rem;
	letter-spacing: 2px;
}
/*  ny-Add  */
.ny-Add{ width:100%; background:#fff; height:80px;overflow: hidden; border-bottom: 1px solid #e0e0e0;}
.ny-Add-menu{ width:60%;}
.nyTwoMenu-subnav {
    display: block;
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 10;
    width: 100%;
	overflow: hidden;
}
.nyTwoMenu-subnav ul {
    height: 80px;
}
.nyTwoMenu-subnav li {
	width: auto;
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-right:40px;
}
.nyTwoMenu-subnav li:hover a,.nyTwoMenu-subnav li.cur a {
	color:#CC9902;
	font-size:16px;
}
.nyTwoMenu-subnav li:hover a:after,.nyTwoMenu-subnav li.cur a:after {
	left: 0;
	right: 0;
	z-index: 1;
}
.nyTwoMenu-subnav a {
	float: left;
	font-size:16px;
	display: block;
	line-height: 80px;
	border-bottom: 0;
	padding: 0;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	position: relative;
}
.nyTwoMenu-subnav a:after {
	content: "";
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 51%;
	right: 51%;
	z-index: -1;
	background-color: #CC9902;
	-o-transition-property: left, right;
	-moz-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-property: left, right;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.ny-Add-ad {
    width: 35%;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #737373;
    text-align: right;
}
.ny-Add-ad span {
    display: inline-block;
    padding-left: 40px;
    color: #737373;
    font-size: 13px;
    line-height: 80px;
    border-left: 1px solid #e0e0e0;
}

/*  ny-About  */
.ny-About{ width:100%; background:#f7f7f7; padding:30px 0; }
.ny-About-body{font-size:16px; color:#666; line-height:2; background:#fff; margin:20px 0; padding:50px;}

/*  ny-About-wenhua  */
.ny-About-wenhua{animation-fill-mode: both; margin:50px 0;}
.ny-About-wenhua-con{background: #f5f5f5; overflow:hidden;}
.ny-About-wenhua-con .xNewList {
    position: relative;
    border-bottom: 0px solid #f5f5f5;
    background: #fff;
    width: 100%;
    height: 0px;
    padding-bottom: 19%;
    transition: all 600ms ease;
}
.ny-About-wenhua-con .xNewList:hover {
    box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.3);
}
.ny-About-wenhua-con .p_Product {
    position: relative;
    vertical-align: top;

}
.ny-About-wenhua-con .listContents {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.ny-About-wenhua-con .xNewList:nth-child(2n) .listContents {
    flex-direction: row-reverse;
}

.ny-About-wenhua-con .newPic {
    width: 50%;
    overflow: hidden;
}
.ny-About-wenhua-con .xNewList:hover .pic {
    transform: scale(1.1);
}
.ny-About-wenhua-con .pic {
    width: 100%;
    height: 100%;
    transition: all 600ms ease;
}
.ny-About-wenhua-con .listContent {
    position: relative;
    width: 50%;
    padding-top: 80px;
    padding-left: 100px;
    padding-right: 48px;
    overflow: hidden;
    background: url(bg2.jpg) no-repeat left top #ebebeb;
}
.ny-About-wenhua-con .listName {
    width: 300px;
    display: block;
    float: left;
}
.ny-About-wenhua-con .newNmaeLink {
    font-size: 30px;
    color: #cc9902;
    font-weight: bold;
}
.ny-About-wenhua-con .newNmaeLink1 {
    font-size: 24px;
    color: #303030;
    margin-top: 16px;
    display: block;
}
.ny-About-wenhua-con .listSumray {
    float: right;
    width: 310px;
    font-size: 16px;
    line-height: 30px;
	display: block;
	color:#666;
	text-align:justify;
}
.ny-About-wenhua-con .lineRed {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background: #c7000a;
    transition: all 600ms ease;
}
.ny-About-wenhua-con .xNewList:hover .lineRed {
    width: 100%;
}

/*  nyNews  */
.nyNews-tit{ }
.nyNews-tit-tit{ font-size:30px; line-height:32px; text-align:center; border-bottom:1px solid #ccc; padding-bottom:20px;}
.nyNews-tit-date{ font-size:15px; color:#888; text-align:center; background: #f2f2f2; line-height: 3; margin-top:20px;}
.nyNews-con{ font-size:16px; line-height:2; color:#666;  margin-top:50px;}

/*  foot  */
.foot{ width:100%; position:relative; padding-top:70px; background:#191b1f;}
.foot-top{ padding-bottom:30px;}
.foot-top-l{ float:left;width: 26%;margin-right: 5%;}
.foot-top-l .f_contact{font-size:16px; font-weight:500;letter-spacing: 1px; color:#eee; margin-top:30px;}
.foot-top-l .f_contact span{ display:block;margin-top:10px;}
.foot-top-m{ float:left;width: 25%;}
.foot-top-r{ float:right;width:40%;}
.foot-top-r dl{float:right; color:#fff; margin-left:10%;border-left: 2px solid #555; padding-left: 20px;}
.foot-top-r dl:last-child{margin-left:0;}
.foot-top-r dt{font-size:1.2rem; line-height:1.2rem; margin-bottom:1.2rem;}
.foot-top-r dd{font-size:0.8rem; color:#eee; line-height:2rem;}
.foot-copy {
	font-size:0.8rem;
	color: #ccc;
	height:82px;
	line-height:82px;
	overflow:hidden;
	letter-spacing: 1px;
	border-top: 2px #222 solid;
}

/*@keyframes fix-les {
    0% {
        transform: translateX(-30px) translateY(-25px) scale(1.1, 1.1);
    }
    25% {
        transform: translateX(0) translateY(-25px) scale(1, 1.1);
    }
    50% {
        transform: translateX(0) translateY(0) scale(1.1, 1);
    }
    75% {
        transform: translateX(-30px) translateY(0) scale(1, 1.1);
    }
    100% {
        transform: translateX(-30px) translateY(-25px) scale(1.1, 1.1);
    }
}*/