.flex-item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-center{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-middle{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-betw{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 24px;
  font-style: normal;
  transition: .3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.location:hover .iconfont {
  color: #fff;
  transition: .3s;
}
.location .iconfont.active {
  color: #fff;
}
/*====================================
 * 首页
 * ===================================
 * */
header {
  width: 100%;
}
.hd-top {
  width: 100%;
  height: 40px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #dddddd;
}
.hd-top-content p {
  font-size: 12px;
  color: #333;
  line-height: 40px;
}
.content-right a {
  float: left;
  line-height: 40px;
  color: #333;
  font-size: 12px;
}
.content-right a:hover {
  color: #d50019;
}
.content-right a:hover i {
  color: #333;
}
.hd-middle {
  padding: 20px 0;
  position: relative;
  z-index: 250;
}
.hd-m-logo {
  height: 100%;
  position: relative;
  z-index: 210;
}
.hd-m-logo img {
  vertical-align: middle;
}
.hd-m-info {
  position: relative;
  z-index: 210;
}
.info-scarch {
  padding-right: 40px;
  border-right: 1px solid #d9d9d9;
}
.info-scarch input {
  display: block;
  width: 335px;
  height: 33px;
  border: 1px solid #d9d9d9;
  margin-top: 5px;
  padding: 0 5px;
  padding-right: 35px;
  background: url(../images/search.png)no-repeat center right;
}
.info-scarch > p {
  padding-top: 10px;
}
.info-scarch > p iframe {
  height: 25px;
  margin-top: 5px;
  width: 230px;
}
.cur-date {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
  margin-right: 10px;
}
.tpwthwidt .text_3X6sS11, .tpwthwidt .title_3neZfl0 {
  font-size: 12px !important;
  color: #333 !important;
  margin-top: 8px !important;
}
.info-QR {
  margin-left: 40px;
}
.info-QR img {
  vertical-align: bottom;
}
.info-QR p {
  font-size: 12px;
  color: #333;
}
.QR1 img:nth-child(2), .QR2 img:nth-child(2) {
  margin: 4px 20px 4px 15px;
}
.hd-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 200;
}
.hd-nav {
  width: 100%;
  height: 45px;
  background-color: #0080aa;
}
.navigation ul {}
.navigation ul li {
  float: left;
  margin: 0 45px;
  position: relative;
  z-index: 100;
}
.navigation ul li:first-child {
  margin-left: 0;
}
.navigation ul li:last-child {
  margin-right: 0;
}
.navigation ul li > a {
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  transition: .3s;
}
.navigation ul li > a:hover {
  transition: .3s;
  color: #cc0000;
}
.navigation ul li span {
  background: url(../images/down.png)no-repeat center center;
  display: inline-block;
  width: 15px;
  height: 9px;
  margin-left: 10px;
  transition: .3s;
  position: relative;
  z-index: 250;
}
.css-a {
  position: absolute;
  width: 100%;
  height: 45px;
  background: #0080aa;
  color: #fff;
  display: inline-block;
  top: 0;
  font-size: 18px;
  line-height: 45px;
  transition: .8s;
  left: 0;
}
.hd-dropdown {
  position: absolute;
  top: 45px;
  left: -18px;
  width: 132px;
}
.hd-dropdown a {
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  display: block;
  background-color: #0080aa;
  white-space: nowrap;
  color: #fff;
}
.hd-dropdown a:hover {
  color: #d50019;
}
.hd-dropdown {
  display: none;
}
.hd-province a {
  display: inline-block;
  border-right: 1px solid #eaeaea;
  font-size: 12px;
  color: #6f6f6f;
  padding: 0 4.9px;
  margin: 10px 0;
}
.hd-province a:last-child {
  border: none;
}
.hd-province a:hover {
  color: #d50019;
}
/* 头条 */
.headline {
  height: 80px;
  padding: 25px 0;
  border-bottom: 1px dashed #cacaca;
}
.hl-img {
  width: 80px;
  height: 100%;
}
.hl-content {
  width: 1090px;
  height: 100%;
  text-align: center;
}
.hl-content h1 {
  font-size: 36px;
  font-weight: bold;
  color: #285187;
  display: block;
  width: 1090px;
  height: 54px;
  text-align: center;
}
.hl-content h1 img {
  vertical-align: middle;
}
.hl-content p {
  font-size: 14px;
  color: #727272;
  vertical-align: bottom;
  padding-bottom: 5px;
  padding: 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headline > a {
  float: right;
  display: block;
  width: 19px;
  height: 71px;
  border: 1px solid #dedede;
  border-radius: 1px;
  line-height: 1.25;
  padding-top: 4px;
  padding-left: 5px;
  transition: .3s;
}
.headline > a:hover {
  background: #d50019;
  color: #fff;
  transition: .3s;
  border: 1px solid #d50019;
}
/* 最新关注 */
.attentions {
  padding: 20px 0;
}
.attention-img {
  width: 790px;
}
.attention-img .a-img-show {
  height: 475px;
  overflow: hidden;
  position: relative;
}
.attention-img .a-img-show img {
  width: 100%;
}
.attention-img .attention-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, .6);
}
.attention-img .attention-shadow p {
  font-size: 16px;
  color: #fff;
  margin: 0 90px;
  line-height: 60px;
}
.attention-img .attention-shadow p:hover {
  color: #d50019;
}
.attention-img .swiper-pagination {
  width: auto;
  right: 90px;
  left: auto;
  line-height: 40px;
}
.attention-img .swiper-pagination-current {
  font-size: 22px;
  color: #d50019 !important;
}
.attention-img .swiper-pagination, .attention-img .swiper-pagination span {
  color: #fff;
}
.attention-img .swiper-button-prev, .attention-img .swiper-button-next {
  top: 93.5%;
  z-index: 100;
  background-size: 20px 30px;
}
.attention-img .swiper-button-prev {
  background: url(../images/left.png)no-repeat center center;
  left: 30px;
}
.attention-img .swiper-button-next {
  background: url(../images/right.png)no-repeat center center;
  right: 30px;
}
.attention-lists{width:380px;}
.al-tit {
  width: 380px;
  height: 32px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.al-tit a {
  font-size: 12px;
  color: #777777;
  margin-top: 5px;
}
.al-tit span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 136px;
  height: 1px;
  background: #0080aa;
}
.al-content {
  width: 100%;
}
.al-content ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  background: url(../images/dian.png)no-repeat center left;
  padding: 5px 0;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.al-content ul li:nth-child(6n-5) a {
  font-size: 18px;
  font-weight: bold;
  color: #285187;
  background: none;
  padding: 20px 0 10px;
}
.al-content ul li a:hover {
  color: #d50019;
}

/* 滚动新闻 */
.rolling-news {
  height: 36px;
  background: #f5f5f5;
}
.rn-tit {
  font-size: 18px;
  font-weight: bold;
  color: #0080aa;
  margin-left: 15px;
  margin-top: 5px;
}
.rn-tit img {
  margin-left: 5px;
  margin-top: 3px;
}
.rn-lists {
  width: 1060px;
  height: 100%;
  overflow: hidden;
  margin-left: 10px;
}
.rn-list-ul {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
.rn-lists ul li a {
  font-size: 14px;
  color: #000;
}
.rn-lists ul li a:hover {
  color: #d50019;
}
/* 条幅 */
.wall-scroll {
  margin-top: 20px;
  height: 100px;
}
.wall-scroll img {
  width: 100%;
}
.wall-scroll .swiper-slide{}
.wall-scroll .swiper-pagination {
    top: 80%;
}
.wall-scroll .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 3px!important;
    border-radius: 0;
    line-height: 16px;
    background-color: #fff;
    float: left;
    opacity: .8;
    border: 1px solid transparent;
}
.wall-scroll .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0064f9;
    color: #fff;
    border: 1px solid #fff;
}
/**********************************************************************/
/****************************** 公用样式 ******************************/
/*** 标题公用样式 ***/
.CnTech-tit {
  width: 100%;
  border-bottom: 2px solid #0080ab;
  margin: 20px 0 30px;
  padding: 5px 0;
}
.CnTech-tit span {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.CnTech-tit span i {
  color: #0080ab;
  font-style: normal;
  padding-right: 15px;
}
.CnTech-tit span em {
  color: #0080ab;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
.CnTech-tit span img {
  vertical-align: middle;
}
.CnTech-tit span a {
  margin-left: 50px;
}
/*** 内容布局共用样式 ***/
.CnTech-content {
  width: 100%;
}
.content-list {
  float: left;
  width: 380px;
  margin-right: 30px;
}
.content-list:last-child {
  margin-right: 0;
}
.content-list:nth-child(3n) {
  margin-right: 0;
}
.content-list .al-content ul li a {
  font-size: 16px;
}
.content-list .al-content ul li:nth-child(6n-5) a {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  background: url(../images/dian.png)no-repeat center left;
  padding: 5px 0;
  padding-left: 12px;
}
.content-list .al-content ul li:nth-child(7n-6) a {
  font-size: 18px;
  font-weight: bold;
  color: #285187;
  background: none;
  padding: 20px 0 10px;
}
.content-list .al-content > img {
  margin-top: 15px;
}
.link-pic1, .link-pic2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 135px;
  height: 25px;
}
.link-pic2 {
  left: 165px;
}
/*** 滚动共用样式 ***/
.scroll ul {
  white-space: nowrap;
}
.scroll ul li {
  display: inline-block;
  margin: 10px;
}
.scroll ul img {
  vertical-align: top;
}
/**********************************************************************/
/* 科技要闻 */
.occupied {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}
.magazine {
  width: 100%;
  position: relative;
}
.magazine-cover {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 195px;
  height: 260px;
  overflow: hidden;
}
.magazine-cover img {
  width: 100%;
  transition: .3s;
}
.magazine-cover img:hover {
  transform: scale(1.02);
  transition: .3s;
}
.magazine a {
  float: left;
}
.magazine a:first-child img {
  margin-bottom: 10px;
}
.magazine a + a img {
  width: 190px;
  margin-bottom: 5px;
}
.image-text-small {
  width: 100%;
}
.it-content {
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
}
.it-content:hover .it-text h3 {
  color: #d50019;
  transition: .3s;
}
.it-image {
  width: 90px
}
.it-image img {
  width: 100%;
}
.it-text {
  width: 270px;
  height: 60px;
}
.it-text h3 {
  font-size: 16px;
  color: #285187;
  font-weight: bold;
  padding: 4px 0;
  transition: .3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.it-text p {
  font-size: 14px;
  color: #777777;
  padding: 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.al-content .image-text-small ul {
  margin-top: 10px;
}
.al-content .image-text-small ul li:first-child a {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  background: url(../images/dian.png)no-repeat center left;
  padding: 5px 0;
  padding-left: 12px;
}
.news > img {
  width: 100%;
  margin-top: 15px;
}
/* 科技创新 */
.content-list-2 {
  width: 790px;
  position: relative;
}
/* */ .content-list-2 > img {
  width: 100%;
  margin-bottom: 30px;
}
.a-more {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 12px;
  color: #777;
}
.a-more:hover {
  color: #d50019;
}
.image-info {
  width: 380px;
  height: 255px;
  position: relative;
  overflow: hidden;
}
.image-info img {
  width: 100%;
  height: 100%;
  transition: .3s;
}
.image-info img:hover {
  transform: scale(1.1);
  transition: .3s;
}
.image-info-shadow {
  position: absolute;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
}
.image-info-shadow p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.image-info-shadow p:hover {
  color: #d50019;
}
.content-list-2-right, .content-list-right {
  margin-right: 0;
}
.content-list-2-right .al-content ul li:first-child a, .content-list-right .al-content ul li:first-child a {
  padding-top: 0;
}
.content-list .al-content ul li a:hover {
  color: #d50019;
}
.al-content-imgdown {
  margin: 20px 0 30px;
}
.cl-kcyq img {
  padding-bottom: 25px;
}
.img-box {
  width: 180px;
  text-align: center;
}
.img-box:first-child {
  margin-right: 20px;
}
.kq-img-show {
  width: 178px;
  height: 103px;
  overflow: hidden;
  border: 1px solid #c8c8c8;
}
.kq-img-show img {
  width: 100%;
  transition: .3s;
}
.img-box p {
  font-size: 12px;
  color: #000;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-box p:hover {
  color: #d50019;
}
.img-box img:hover {
  transition: .3s;
  transform: scale(1.1);
}
.cl-kcyq ul {
  padding: 10px 0;
}
.cl-kcyq ul li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  background: url(../images/dian.png)no-repeat center left;
  padding: 5px 0;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cl-kcyq ul li a:hover {
  color: #d50019;
}
.cl-gxqy {
  padding-bottom: 20px;
}
.cl-gxqy img {
  padding-bottom: 3px;
}
.cl-kcrw {
  margin: 25px 0 15px;
}
.cl-kcrw > img {
  margin-bottom: 25px;
}
.kw-box {
  overflow: hidden;
}
.kcrw-show {
  width: 85px;
  text-align: center;
}
.kw-img-show {
  width: 85px;
  height: 100px;
  overflow: hidden;
}
.kw-img-show img {
  width: 100%;
}
.kw-box ul li {
  margin: 0 10px;
}
.kw-box ul li p {
    width: 85px;
  font-size: 12px;
  color: #000;
  padding-top: 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.kw-box ul li:hover p {
  color: #285187;
}
.cl-cxcg {
  margin: 35px 0 27px;
}
/* 科技大数据 */
.big-datas-content ul {
  margin-top: 15px;
}
.big-datas-content ul li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  background: url(../images/dian.png)no-repeat center left;
  padding: 5px 0;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.big-datas-content ul li a:hover {
  color: #d50019;
}
.zs-box {
  display: flex;
  justify-content: space-between;
}
.zhcs-show {
  width: 180px;
  text-align: center;
  margin-top: 15px;
}
.zs-img-show {
  width: 180px;
  height: 105px;
  overflow: hidden;
}
.zs-img-show img {
  width: 100%;
  transition: .3s;
}
.zs-img-show img:hover {
  transform: scale(1.1);
  transition: .3s;
}
.zhcs-show p {
  font-size: 12px;
  color: #000;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhcs-show:hover p {
  color: #d50019;
}
.cl-hard-news h2 {
  font-size: 18px;
  color: #285187;
  font-weight: bold;
  padding-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cl-hard-news h2:hover {
  color: #d50019;
}
.hard-news-box {
  width: 100%;
  position: relative;
}
.hn-img, .hn-text {
  width: 185px;
  height: 115px;
  overflow: hidden;
}
.hn-img img, .hn-text img {
  width: 100%;
  transition: .3s;
}
.hn-img img:hover, .hn-text img:hover {
  transform: scale(1.1);
  transition: .3s;
}
.hn-text p {
  font-size: 14px;
  color: #727272;
  padding: 0 10px;
  line-height: 1.7em;
  padding-right: 0;
}
.hn-text a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #333;
}
.hn-text a:hover {
  color: #d50019;
}
.cl-ldtc {
  float: left;
  margin-right: 10px;
  width: 120px;
}
.cl-ldtc:last-child {
  margin-right: 0px;
}
.cl-ldtc p {
  font-size: 12px;
  color: #333;
  padding: 0 10px;
  padding-top: 15px;
  text-align: center;
}
.ldtc-img {
  width: 120px;
  height: 210px;
  overflow: hidden;
}
.ldtc-img img {
  transition: .3s;
}
.ldtc-img img:hover {
  transition: .3s;
  transform: scale(1.03);
}
.cl-videos {
  display: flex;
  justify-content: space-between;
}
.cl-videos li {
  width: 240px;
}
.video-list {
  position: relative;
  width: 100%;
  height: 155px;
  overflow: hidden;
}
.video-list img {
  width: 100%;
  transition: .3s;
}
/* .video-list>a img:hover{transform: scale(1.1);transition: .3s;} */
.video-shadow {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}
.cl-videos li p {
  padding-top: 15px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cl-videos li p img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.cl-videos li p:hover {
  color: #d50019;
}
/* 图文播报 */
.image-text {
  width: 575px;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.image-text:last-child {
  width: 610px;
}
.image-text-list {
  float: left;
  width: 300px;
  height: 170px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.image-text img, .image-text-list img {
  width: 100%;
  position: relative;
  transition: .3s;
}
.image-text img:hover, .image-text-list img:hover {
  transition: .3s;
  transform: scale(1.1);
}
.image-text-shadow {
  width: 100%;
  height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}
.image-text-list .image-text-shadow {
  height: 30px;
}
.image-text-shadow p {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
}
.image-text-list .image-text-shadow p {
  line-height: 30px;
  font-size: 12px;
}
.image-text-shadow p:hover {
  color: #d50019;
}
.image-text-list:nth-child(2n-1) {
  margin-right: 10px;
}
/* 友情链接 */
.links {
  margin-top: 25px;
}
.links .al-tit {
  width: 100%;
  padding: 10px 0;
}
.links .al-tit p {
  font-size: 22px;
  color: #276aa4;
  font-weight: bold;
}
.links .al-tit span {
  height: 2px;
  width: 88px;
}
.link-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
.link-list a {
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #2f2f2f;
}
.link-list a:hover {
  color: #d50019;
}
/* footer */
footer {
  width: 100%;
  background: #276aa4;
}
.information {
  width: 100%;
  background: #f3f3f3;
  padding: 30px 0;
}
.info-img {
  display: flex;
  justify-content: space-evenly;
}
footer .bottom {
  width: 100%;
  text-align: center;
  padding: 25px 0;
}
.bc-info {
  width: 10%;
  text-align: left;
}
.bc-info a {
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
  display: block;
  transition: .4;
}
.bc-info a:hover {
  opacity: .8;
  transition: .4;
  color: #c1c1c1;
}
.bc-info a:first-child {
  margin-top: 5px;
}
.line-between {
  height: 166px;
  width: 1px;
  background: #fff;
  display: block;
  margin: 0 50px 0 60px;
}
.it-info {
  width: 45%;
  text-align: left;
  padding-right: 50px;
}
.it-info p {
  font-size: 14px;
  color: #fff;
  line-height: 2.4;
}
.it-info p a {
  color: #fff;
}
.it-info p a:hover {
  color: #999;
}
.bottom-QR {
  width: 30%;
  margin-top: 10px;
}
.bottom-QR img {
  display: inline-block;
  padding-right: 40px;
}
/*====================================
 * 二级页面样式
 * ===================================
 * */
.ctitle {
  padding: 10px 0 0px;
  font-size: 16px;
  color: #333;
}
.cate-project {
  margin-top: 10px;
}
.cate-pro-box {
  width: 65%;
}
.cate-pro-box > ul {
  width: 100%;
  margin-top: 25px;
}
.cate-pro-box > ul > li {
  width: 100%; /* border-bottom: 1px dashed #777; */ padding-bottom: 15px;
}
.cate-pro-box > ul:nth-child(even) {
  float: right;
}
.cate-pro-box > ul:nth-child(odd) {
  float: left;
}
.cate-pro-box > ul > li > span {
  height: 50px;
  background: url(../images/tit_bg.png)no-repeat center center;
  background-size: 100% 100%;
}
.caye-ul {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.caye-ul h3 {
  font-size: 16px;
  color: #fff;
  padding: 3px 0 0 25px;
  font-weight: bold;
  display: inline-block;
}
.caye-ul a {
  font-size: 14px;
  font-weight: bold;
  color: #777;
  display: inline-block;
  margin: 10px 20px 0 0;
}
.caye-ul a:hover {
  color: #d50019;
}
.cate-img-show {
  width: 35%;
  margin-top: 18px;
}
.cate-img-show a p {
  width: 90%;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  transition: .4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cate-img-show a p:hover {
  color: #cc0000;
  transition: .4s;
}
.cate-img-box {
  width: 260px;
  height: 178px;
  position: relative;
  overflow: hidden;
}
.cate-img-box a img {
  width: 100%;
  height: 100%;
    object-fit: cover;
}
.cate-pro-box > ul li ul {
  width: 65%;
  margin-top: 10px;
}
.cate-pro-box > ul li ul li {
  width: 100%;
  padding: 5px 0;
}
.cate-pro-box > ul li ul li a {
  font-size: 16px;
  color: #333;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cate-pro-box > ul li ul li a:hover {
  color: #d50019;
}
.text-c {
  padding: 15px 0 20px;
  text-align: center;
}
.text-c a {
  text-align: center;
  padding: 0 5px;
  border-radius: 6px;
}
.text-c a:hover {
  background: #d50019;
  color: #fff;
}
.text-c span {
  background: #d50019;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  border-radius: 6px;
}
.cate-swiper-figure .swiper-pagination-clickable .swiper-pagination-bullet {
  opacity: 1;
}
/***************** 科技创新(子栏目数量多的公用这部分样式) *****************/
.cate-figure {
  margin-top: 20px;
}
.cate-swiper-figure {
  width: 730px;
}
.figure-slide {
  width: 100%;
  height: 410px;
  position: relative;
}
.figure-slide > a img {
  width: 100%;
  height: 100%;
}
.cate-right {
  width: 440px;
}
.cate-right > div:first-child {
  margin-top: 0;
}
.cate-right > div:last-child {
  margin-bottom: 0;
}
.cr-headline {
  width: 100%;
  height: 110px;
  margin: 30px 0;
}
.cate-swiper-figure .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  color: #fff;
}
.cr-headline h3 {
  font-size: 18px;
  font-weight: bold;
  color: #285187;
  transition: .4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cr-headline h3:hover {
  color: #d50019;
  transition: .4s;
}
.cr-headline p {
  font-size: 16px;
  color: #777777;
  line-height: 1.75em;
}
.cr-headline p a {
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  color: #333;
  transition: .4s;
}
.cr-headline p a:hover {
  color: #d50019;
  transition: .4s;
}
/*====================================
 * 右侧推荐
 * ===================================
 * */
.list-right {
  width: 32%;
  margin-top: 15px;
}
.list-r-slide {
  width: 100%;
  height: 235px;
  margin: 0 auto;
  overflow: hidden;
}
.list-r-slide a img {
  width: 100%;
  height: 100%;
  transition: .3s;
}
.list-r-slide img:hover {
  transform: scale(1.05);
  transition: .3s;
}
.list-r-image {
  margin-top: 20px;
}

/****************************************************************************
 **********             手机适应                        **********************
 ****************************************************************************/
 .copyState{display: none;}
@media only screen and (max-width: 992px) {
  html {
    background: #fff;
  }
  header {
    width: 100%;
  }
  footer {
    width: 100%;
  }
  .content {
    width: 98%;
    padding: 0 1%;
    font-size: 24px;
    line-height: 88px;
  }
  .content p {
    font-size: 24px;
    line-height: 88px;
  }
  .content p span {
    display: block;
    font-size: 88px;
    line-height: 88px;
  }
}
/*
 * wap内容页样式
 * 
 */
@media only screen and (min-width:1024px) {
  /* 尾部 */
  .contactEwm{display: none;}
  .informationWap{display: none;}
  .foot {
    display: none;
  }
  .copyright {
    display: none;
  }
  .f14 a:hover {
    color: #cc0000;
  }
  .ctitle {
    font-size: 16px;
    border-bottom: 1px dashed darkgrey;
    line-height: 50px;
    height: 50px;
  }
  .c_show_left {
    width: 65%;
    margin-top: 20px;
  }
  .content p {
    font-size: 16px !important;
    line-height: 30px;
  }
  .content p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .content span {
    font-size: 16px;
    line-height: 30px;
  }
  .c_show_right {
    width: 32%;
    padding: 5px;
  }
  .logo {
    display: none;
  }
  .ggy {
    display: none;
  }
  .time {
    display: none;
  }
  .shoul h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
  }
  .date {
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
    color: darkgrey;
  }
  .date span {
    font-size: 12px;
    color: darkgrey;
    width: auto;
    float: none;
  }
  .date .span1{text-align: left;margin-right: 20px;}
  .date .span2{text-align: right;}
}
@media only screen and (max-width:1440px) {
  .f14 a:hover {
    color: #cc0000;
  }
  .ctitle {
    border-bottom: 1px dashed darkgrey;
    line-height: 50px;
    height: 50px;
  }
  .c_show_left {
    width: 65%;
    margin-top: 20px;
  }
  .content p {
    padding-top: 10px;
  }
  .c_show_right {
    width: 32%;
    padding: 5px;
  }
  .wapheader{display: none;}
}
@media only screen and (max-width:1280px){
}
@media only screen and (max-width:1200px) {
  .shoul h1{font-size: 28px;text-align: center;font-weight: bold;}
  .date span{font-size: 16px;}
}
@media only screen and (max-width:1024px) {
  .w1200 {
    width: 100%;
  }
  .list-right {
    display: none;
  }
  .hd-top {
    display: none;
  }
  .hd-middle {
    display: none;
  }
  .hd-nav {
    display: none;
  }
  .hd-province {
    display: none;
  }
  .wapheader{display: block;}
  .ctitle {
    display: none;
  }
  .shoul {
    width: 100%;
  }
  .content {
    width: 98%;
    padding: 0 1%;
    font-size: 48px;
    line-height: 96px;
  }
  .content p {
    font-size: 48px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .content p span {
    display: block;
    font-size: 48px;
    line-height: 1.5;
  }
  .c_show_left {
    width: 96%;
    padding: 0 2%;
  }
  .f14 {
    display: none;
  }
  .links {
    display: none;
  }
  .information {
    display: none;
  }
  footer .bottom {
    display: none;
  }
  .copyright {
    background: #c00;
    text-align: center;
    color: #fff;
    line-height: 60px;
    height: 60px;
  }
  .copyright a{color: #fff;}
  .wapheader {
    width: 100%;
    height: auto;
  }
  .logo {
    width: 100%;
    float: left;
	border: 2px solid #eaeaea;
	padding-bottom: 20px;
	position: relative;
	background-color: #fbfbfb;
	overflow: hidden;
  }
  .logo img {
    width: 50%;
    height: auto;
	margin: 20px 0 5px 10px;
  }
  .pos-img{position: absolute;top: 20px;right: -10px;width: 55%!important;}
  .ggy {
	display:none;
    /**background: url(../html/phone/images/wap_cb.png) 0 0 no-repeat;
    width: 30%;
    height: 60px;
    float: right;
    color: #6d6d6d;
    margin-left: 25%;
    margin-top: 1.5%;*/
  }
  .time {
	display:none;
    /**width: 96%;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: right;
    font-size: 20px;
    color: #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    margin: 0 2%;*/
  }
  .footerlogo {
    background: url(../html/phone/images/logo.png) 0 0 no-repeat;
    width: 100%;
    height: 60px;
    ;
    margin: 0 auto;
  }
  .shoul h1 {
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
  }
  .date {
    text-align: left;
    margin: 10px 0;
    color: darkgrey;
    width: 100%;
  }
  .date span {
    color: darkgrey;
    font-size: 30px;
    width: auto;
  }
  .date .span1{text-align: left;}
  .date .span2{text-align: right;}
  .contactEwm{width: 96%;padding: 20px;margin: 15px auto;text-align: center;}
  .contactEwm .ewmTit{font-size: 20px;color: #3B538A;font-weight: bold;margin-bottom: 15px;}
  .contactEwm .ewmImg .img{float: left;text-align: center;margin-right: 120px;}
  .contactEwm .ewmImg .img:last-child{margin-right: 0;}
  .contactEwm .ewmImg .img img{float: left;width: 200px;height: 200px;margin-bottom: 10px;}
  .contactEwm .ewmImg .img p{font-size: 26px;}
  .informationWap{padding: 30px 12px 14px 12px;border-top: 1px dashed #ccc;}
  .informationWap .informationWapImg a{display: block;width: 50%;height: 144px;padding: 0 8px;float: left;overflow: hidden;box-sizing: border-box;margin-bottom: 16px;}
  .informationWap .informationWapImg a img{width: 100%;height: 100%;}
  .copyState{display:block;padding: 20px;font-size: 32px;color: #909090;border: 1px dashed #ccc;margin-top: 15px;}
  .copyright{font-size: 24px;}
  .copyPc{display: none;}
}

@media only screen and (max-width:768px) {
  .list-right {
    display: none;
  }
  .hd-top {
    display: none;
  }
  .hd-middle {
    display: none;
  }
  .hd-nav {
    display: none;
  }
  .hd-province {
    display: none;
  }
  .ctitle {
    display: none;
  }
  .shoul {
    width: 100%;
  }
  .content {
    width: 100%;
  }
  .c_show_left {
    width: 100%;
  }

}


/* 20210907 */
/* 缩略图样式 */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}
#fancybox-thumbs ul li.active {
	opacity: 1;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

.ProductIntroduction {
	position: relative;
	width: 1070px;
	margin:40px auto;
	overflow: hidden;
	background-color:#fff;
	box-shadow: 0px 0px 25px #ccc;
}

.ProductExhibition {
	position: relative;
	width: 100%;
	height: 0px;
	text-align: right;
}

.ProductExhibition .Exhibition_num .Exhibition_item {
	margin-right: 15px;
	height: 125px;
}

.ProductExhibition .Exhibition_num .Exhibition_item img {
	width: 193px;
	height: 119px;
	border-radius: 6px;
	opacity: 0.5;
	vertical-align: top;
	box-sizing: border-box;
	padding: 15px;

}

.ProductExhibition_box,
.ProductExhibition_box .Exhibition_Img,
.ProductExhibition_box .Exhibition_Img img {
	width: 100%;
	height: 622px;
}

.ProductExhibition_box .Exhibition_Img img {
	box-sizing: border-box;
	padding: 15px;
	border-radius: 20px;
}

.Exhibition_items::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	border-radius: 0 3px 0 0;
	border-color: #af5000 #af5000 transparent transparent;
	border-style: solid;
	border-width: 6px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	left: -5px;
	/* right: 0; */
	background: -o-linear- n(45deg,  rgba(255, 255, 255, 0)  0, rgba(255, 255, 255, 0) 49%, #af5000 50%, #af5000 100%) no-repeat border-box;
	background: linear-gradient(45deg,  rgba(255, 255, 255, 0) , rgba(255, 255, 255, 0) 49%,#af5000 50%, #af5000) no-repeat border-box;
	content: "";
}

.Exhibition_items {
	position: absolute;
	right: 28px;
	top: 13px;
	width: 168px;
	height: 92px;
	box-sizing: border-box;
	border: 0;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 3px #af5000;
	box-shadow: inset 0 0 0 3px #af5000;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
}

.icon_LImg img,
.icon_RImg img {
	width: 5px;
	height: 9px;
}

.icon_LImg,
.icon_RImg {
	position: absolute;
	z-index: 30;
	width: 26px;
	height: 26px;
	border-radius: 2rem;
	background-color: black;
	text-align: center;
	line-height: 23px;
	opacity: .5;
}

.icon_LImg {
	top: -50px;
	transition: all .3s;
	right: 85px;
}

.icon_RImg {
	right: 85px;
	transition: all .3s;
	top: 640px;
}

.icon_LImg:hover,
.icon_LImg:focus,
.icon_RImg:hover,
.icon_RImg:focus {
	opacity: .8;
}

.ProductExhibition:hover .icon_LImg {
	top: -50px;
}

.ProductExhibition:hover .icon_RImg {
	top: 594px;
}

.icon_LImg img {
	transform: rotate(90deg);
                vertical-align:middle;
}

.icon_RImg img {
	transform: rotate(-90deg);
                vertical-align:middle;
}

.ProductExhibition .Exhibition_num .czt_active img {
	opacity: 1;
}

.ProductExhibition_wrap {
	position: relative;
	width: 853px;
	height: 622px;
}

.ProductExhibition_box {
	position: absolute;
	height: 120000px;
	transition: all .5s;
}

.ProductExhibition_box img {
	width: 646px;
	height: auto;
}


.date{padding: 10px 10px 15px !important;border-bottom: 1px solid #DDD;box-sizing: border-box;margin: 0 !important;}
.content{margin-top: 5px !important;}

.copyPc{margin-top: 20px;overflow: hidden;padding: 15px;border: 1px dashed #ccc;color: #909090; line-height: 24px;}
.copyPc p{margin-bottom: 10px;}
.copyPc p:last-child{margin-bottom: 0;}

.info-scarch {border-right: 0;}
.it-info{width: 100%;}
.it-info p{text-align: center;}
.cl-cxcg{margin: 29px 0 0;}
.cxfzItem{margin: 20px 0 0;}
.CnTech-tit{margin: 15px 0 30px;}
.cl-gxqy{padding-bottom: 5px;}
.cl-cxcg{margin-top: ;}


