/* common css */
.w {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
}

body,
html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #666;
  font-size: 16px;
}


body,
select,
textarea {
  font: 16px yahei, arial, sans-serif;
}

input,
select,
textarea {
  border: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}



th {
  text-align: inherit;
}


fieldset,
img {
  border: none;
}


iframe {
  display: block;
}


abbr,
acronym {
  border: none;
  font-variant: normal;
}


del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}


ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins,
a {
  text-decoration: none;
  color: inherit;
}

a:focus,
*:focus {
  outline: none;
}

p {
  font-size: 14px;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
}

.flex_ar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_ce {
  display: flex;
  justify-content: center;
  align-items: center;
}

.con_com_tit {
  padding: 35px 0;
  text-align: center;
}

.con_com_tit h3 {
  color: #186aab;
  font-size: 24px;
  margin-bottom: 5px;
}

.con_com_tit .line {
  width: 160px;
  background-color: #eeeeee;
  height: 2px;
  margin: 15px auto 0 auto;
  
}

/* header css */
.header {
  background-color: rgba(227, 239, 251, .5);
  line-height: 96px;
  height: 96px;
  box-sizing: border-box;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.header .nav {
  width: 745px;
}

.header .nav ul li {
  position: relative;
}

.header .nav ul li a {
  display: inline-block;
  height: 92px;
}

.header .nav ul li.on a {
  border-bottom: 3px solid #0162b1;
}

.header .nav ul li .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 96px;
  width: 175px;
  line-height: 40px;
  background-color: rgba(227, 239, 251, .5);
}

.header .nav ul li .sub li {
  border-bottom: 1px dashed #fff;
  text-align: center;
}

.header .nav ul li .sub a {
  height: 100%;
  border-bottom: none;
}

.header .nav ul li .sub a:hover {
  color: #0162b1;
}

.header .kl {
  width: 50px;
}

/* sub_nav css */
.sub_loc {
  position: relative;
  font-size: 0;
}

.sub_banner {
  position: relative;
  width: 100%;
}

.sub_nav {
  background-color: rgba(1, 80, 172, 0.7);
  line-height: 56px;
  margin-top: -56px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
}

.sub_nav ul li {
  padding: 0 30px;
}

.sub_nav ul li.on {
  background-color: #fff;
  color: #0162b1;
}

.header_b {
  background-color: rgb(227, 239, 251) !important;
}

/* news_list css */
.news_list {
  padding-bottom: 40px;
}

.news_list ul li {
  width: 100%;
  padding: 30px 0;
}

.news_list ul li .time {
  width: 115px;
  height: 145px;
  border-radius: 10px;
}

.news_list ul li .time .dd {
  font-size: 36px;
  height: 93px;
  color: #186aab;
  background-color: #f7f8fa;
}

.news_list ul li .time .yymm {
  background-color: #186aab;
  color: #fff;
  font-size: 18px;
  height: 52px;
}

.news_list ul li .txt {
  width: 815px;
}

.news_list ul li .txt h5 {
  margin-bottom: 10px;
  font-weight: 700;
}

.news_list ul li .txt h6 {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  text-align: justify;
  margin-bottom: 10px;
}

.news_list ul li .img {
  width: 230px;
}

.news_list ul li:hover {
  background: #f7f8fa;
  box-shadow: 0 0 5px 5px rgb(69 77 93 / 10%);
}

.news_list ul li:hover .dd {
  background: #fff;
}

.news_list ul li:hover .txt,
.news_list ul li:hover h6 {
  color: #0162b1;
}

/* list_con css */
.list-con {
  padding: 60px 0;
}

.newscon {
  color: #666;
}

.newscon .contop {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

.newscon .text {
  padding-top: 30px;
  line-height: 24px;
  text-align: justify;
}

.newscon .contop h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.newscon .contop span {
  margin-right: 40px;
}

.newscon .contop span:last-child {
  margin-right: 0;
}

/* footer css */
.footer {
  background: #e3e3e3;
  padding: 50px 0;
}

.footer .qr_code {
  width: 177px;
  line-height: 24px;
}

.footer .co_info ul h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.footer .co_info ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer .other_info {
  text-align: right;
  line-height: 24px;
}

.footer #yq_link {
  padding: 5px;
  margin-top: 15px;
  border: 1px solid #888;
  background: #e3e3e3;
}

/* slider css */
.slider {
  position: fixed;
  bottom: 25%;
  right: 0;
  cursor: pointer;
  z-index: 99999;
}

.slider>p {
  background: #1366ac;
  color: #fff;
  width: 60px;
  height: 76px;
  box-sizing: border-box;
  padding: 20px 7px;
}

.kf_con {
  display: none;
  position: fixed;
  bottom: 25%;
  right: 60px;
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgb(69 77 93 / 10%);
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 99999;
}

.kf_con .img {
  margin-right: 15px;
}

.kf_con li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.kf_con li:last-child {
  border-bottom: none;
}

.kf_con li h5 {
  font-weight: 700;
  font-size: 18px;
}

.kf_con li a {
  color: #fff;
  border-radius: 25px;
  background-color: #fda913;
  padding: 8px 15px;
  font-size: 14px;
}

span.calendar,
span.loc,
span.phone,
span.mail {
  background: url(../images/icon_ca.png) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  
}

span.loc {
  background: url(../images/icon_loc.png) no-repeat;
  
}

span.phone {
  background: url(../images/icon_phone.png) no-repeat;
}

span.mail {
  background: url(../images/icon_mail_f.png) no-repeat bottom;
}

/* djindex css */
.dj_subnav {
  background-color: rgba(119, 26, 26, 0.7);
}

.dj_subnav ul li.on {
  color: #820506;
}

.dj_comtit {
  color: #b80000;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 45px 0;
}

.dj_comtit::before,
.dj_comtit::after {
  content: "";
  width: 5%;
  height: 2px;
  background-color: #000;
  display: inline-block;
  margin-bottom: 10px;
}

.dj_comtit::before {
  margin-right: 25px;
}

.dj_comtit::after {
  margin-left: 25px;
}

.hsyx {
  background: url(../images/bg_hsyx.jpg) no-repeat center;
  padding: 25px 0;
  position: relative;
  margin-bottom: 45px;
}

.hsyx .icon {
  background: url(../images/icon_djtit.png) no-repeat center;
  position: absolute;
  top: 40px;
  left: -11px;
  width: 11px;
  height: 61px;
}

.hsyx .txt_list {
  width: 508px;
  color: #333;
}

.hsyx .hsyx_slider {
  width: 583px;
  height: 437px;
  padding-right: 25px;
}

.hsyx .txt_list .top_tit {
  margin-top: 20px;
  
}

.hsyx .txt_list .top_tit h4 {
  background: #c41b1a;
  padding: 10px 0;
  color: #fff;
  font-size: 24px;
  padding-left: 35px;
  margin-bottom: 25px;
}

.hsyx .txt_list .top_tit p {
  padding-left: 25px;
  padding-bottom: 22px;
  line-height: 24px;
}

.hsyx .txt_list .bottom_list {
  margin: 0 0 0 25px;
  padding-top: 25px;
  border-top: 1px dashed #c41b1a;
  line-height: 34px;
  font-size: 14px;
}

.hsyx .txt_list .bottom_list a:hover {
  color: #c41b1a;
}

a.hsyx_more {
  color: #b78341;
  padding: 0 5px;
  border: 1px solid #b78341;
}

.c_red {
  color: #c41b1a;
}

#swiper1 {
  height: 100%;
}

#swiper1 .swiper-slide {
  position: relative;
  font-size: 0;
}

#swiper1 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  line-height: 36px;
  color: #fff;
  text-indent: 2em;
  font-size: 14px;
}

#swiper1 .swiper-pagination {
  text-align: right;
}

.zbdt {
  background: url(../images/bg_zb.jpg) no-repeat center;
  padding-bottom: 186px;
}

.zbdt .zb_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 860px;
  height: 420px;
}

.zbdt .zb_list li {
  width: 425px;
  background: #fff;
  box-sizing: border-box;
  padding: 22px;
}

.zbdt .zb_list li h5 {
  color: #333;
  height: 42px;
}

.zbdt .zb_list li p.zy {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.zbdt .zb_list li p.at {
  font-size: 16px;
  padding-top: 20px;
}

/* .zbdt .zb_list li:nth-child(3) p.at,
.zbdt .zb_list li:nth-child(4) p.at,
.zbdt .zb_list li:nth-child(5) p.at {
padding-top: 26px;
} */

.zbdt .zb_list li:hover h5 {
  color: #c41b1a;
}

.xflt {
  padding-bottom: 55px;
}

.xflt ul li {
  width: 380px;
}

.xflt ul li .img {
  border-radius: 5px;
  margin-bottom: 25px;
  width: 100%;
  height: 284px;
  overflow: hidden;
}

.xflt ul li .img img {
  transition: all 0.3s;
}

.xflt ul li h4 {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

.xflt ul li p {
  line-height: 24px;
}

.xflt ul li:hover h4 {
  color: #c41b1a;
}

.xflt ul li:hover .img img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.dj_footer {
  background: url(../images/bg_djb.jpg) no-repeat center;
  color: #881b1b;
}

.dj_footer #yq_link {
  color: #881b1b;
  border: 1px solid #881b1b;
}

/* img_list css */
.img_list {
  margin-bottom: 55px;
}

.img_list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.img_list ul li {
  width: 381px;
  height: 286px;
  margin-bottom: 45px;
}

.img_list ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img_list ul li {
  position: relative;
}

.img_list ul li .img img {
  transition: all 0.5s;
}

.img_list ul li .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  display: none;
  text-align: center;
  padding-top: 116px;
  box-sizing: border-box;
}

.img_list ul li:hover .shadow {
  display: block;
}

.img_list ul li:hover .img img {
  transition: all 0.5s;
  transform: scale(1.2);
}

.img_list ul li .shadow p {
  font-size: 16px;
  padding: 15px 0;
}

.img_list ul li .shadow .line {
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
  width: 40px;
  animation: widthLength 1s;
}

@keyframes widthLength {
  from {
    width: 100px;
}

to {
  width: 40px;
}
}

/* index css */
#banner {
  width: 100%;
  height: 997px;
  color: #fff;
  text-align: center;
}

#banner .swiper-slide {
  box-sizing: border-box;
}

.aboutus {
  padding: 100px 0;
}

.aboutus .about_txt {
  width: 690px;
}

.aboutus .about_txt .tit {
  margin-bottom: 30px;
}

.aboutus .about_txt .tit h4 {
  color: #333;
  font-weight: 700;
  font-size: 36px;
}

.aboutus .about_txt .tit .line {
  width: 78px;
  height: 6px;
  background-color: #1366ac;
  margin-top: 30px;
}

.aboutus .about_txt p {
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 30px;
}

a.index_more {
  padding: 10px 28px;
  background-color: #1366ac;
  color: #fff;
  display: inline-block;
}

.news_center {
  background-color: #f7f8fa;
  padding: 50px 0;
}

.news_center h4 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.news_center .hd ul li {
  margin-right: 40px;
  padding-bottom: 8px;
}

.news_center .hd ul li.on {
  border-bottom: 3px solid #1366ac;
}

.news_center .hd ul li:last-child {
  margin-right: 0;
}

.news_con .bd {
  margin-top: 45px;
}

#swiper02,
#swiper03,
#swiper04 {
  width: 506px;
  height: 335px;
}

#swiper02 .swiper-slide,
#swiper03 .swiper-slide,
#swiper04 .swiper-slide {
  position: relative;
}

#swiper02 .swiper-pagination,
#swiper03 .swiper-pagination,
#swiper04 .swiper-pagination {
  text-align: right;
}

#swiper02 .swiper-slide p,
#swiper03 .swiper-slide p,
#swiper04 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 36px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  text-indent: 2em;
}

.news_con .bd ul.list {
  width: 650px;
}

.news_con .bd ul.list li {
  margin-bottom: 18px;
}

.news_con .bd ul.list li:hover {
  color: #1366ac;
}

.news_con .bd ul.list li:last-child {
  margin-bottom: 0;
}

.news_con .bd ul.list li h5 {
  color: #1366ac;
  font-weight: 700;
  margin-bottom: 8px;
}

.news_con .bd ul.list li h6 {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 8px;
}

.service_list {
  position: relative;
  z-index: 1;
  height: 560px;
  background: url(../images/bg_service.jpg);
  background-size: cover;
}

.service_list .service_item {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  border-right: 1px solid #3c70bc;
  color: #fff
}

.service_list .service_item.last {
  border-right: 0
}

.service_list .service_item.show {
  width: 28%
}

.service_list .service_item.show .bg {
  opacity: 1
}

.service_list .service_item.hide {
  width: 24%
}

.service_list.show.not-animation .service_item .t {
  opacity: 1
}

.service_list .service_item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -ms-transition: all .6s ease;
}

.service_list .service_item .bg.bg1 {
  background-image: url(../images/service_item01.jpg)
}

.service_list .service_item .bg.bg2 {
  background-image: url(../images/service_item02.jpg)
}

.service_list .service_item .bg.bg3 {
  background-image: url(../images/service_item03.jpg)
}

.service_list .service_item .bg.bg4 {
  background-image: url(../images/service_item04.jpg)
}

.service_list .service_item .t {
  opacity: 1;
  text-align: center;
  line-height: normal;
  height: 210px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}

.service_list .service_item .t .t1 {
  padding-bottom: 30px;
}

.service_list .service_item .t .t2 {
  font-size: 18px;
  line-height: 30px;
}

.service_list .service_item .t .line {
  width: 100px;
  height: 3px;
  background-color: #fff;
  margin: 30px auto 0 auto;
}

.service_list .service_item .t .tel {
  font-size: 32px;
  font-weight: 700;
}

.service_list.show .service_list:nth-child(1) .t {
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  -webkit-transform: translateZ(0) translateY(20px);
  transform: translateZ(0) translateY(20px)
}

100% {
  opacity: 1;
  -webkit-transform: translateZ(0) translateY(0);
  transform: translateZ(0) translateY(0)
}
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

/* about css */
.about {
  padding-bottom: 60px;
}

.about .tit {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #26609d;
  padding: 60px 0;
}

.about .about_item .img {
  width: 475px;
  height: 294px;
  overflow: hidden;
}

.about .about_item .img img {
  transition: all .5s;
}

.about .about_item .txt {
  width: 698px;
}

.about .about_item:hover img {
  transform: scale(1.2);
  transition: all .5s;
}

.about .about_item .txt p {
  text-indent: 2em;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
  user-select: none;
}

.about .about_item .txt p:last-child {
  margin-bottom: 0;
}

.about .num {
  background: url(../images/bg_num.jpg) no-repeat center;
  padding: 20px 0;
  margin: 40px 0 60px 0;
}

.about .num ul li {
  width: 20%;
  text-align: center;
}

.about .num ul li h1 {
  color: #26609d;
  font-weight: 700;
  font-size: 48px;
  display: inline-block;
}

/* download_list css */
.download_list {
  padding: 30px 0;
}

.download_list ul li {
  background-color: #f7f8fa;
  padding: 30px;
  box-shadow: 0 0 5px 5px rgb(69 77 93 / 10%);
  margin-bottom: 30px;
}

.down_btn {
  padding: 5px 15px;
  background-color: #186aab;
  color: #fff;
  border-radius: 5px;
}

.download_list ul li:hover {
  background-color: #186aab;
  color: #fff;
}

.download_list ul li:hover .down_btn {
  background-color: #fff;
  color: #186aab;
}

.online_list {
  margin-bottom: 60px;
  text-align: center;
}

.online_list li {
  margin-right: 30px;
  border: 1px solid #ccc;
  padding: 45px 0;
}

.online_list li:last-child {
  margin-right: 0;
}

.online_list li .img {
  margin-bottom: 25px;
}

.online_list li p.normal {
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
}

.online_list li h4 {
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

.online_list li p.line {
  width: 60px;
  height: 5px;
  background-color: #0076e0;
  margin: 25px auto 0 auto;
  display: none;
  transition: all .5s;
}

.online_list li {
  width: 220px;
  height: 250px;
  box-sizing: border-box;
  transition: all .5s;
}

.online_list li:hover h4 {
  color: #0162b1;
  transition: all .5s;
}

.online_list li:hover p.line {
  display: block;
  transition: all .5s;
}
.textile_box .hd {    text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}

.textile_box .hd ul li {
  display: inline-block;
  width: 188px;
  height: 42px;
  font-size: 18px;
  box-sizing: border-box;
  padding-top: 10px;
  color: #333;
  margin-right: 60px;
  background-color: #dfdfdf;
}

.textile_box .hd ul li:last-child {
  margin-right: 0;
}

.textile_box .hd ul li.on {
  background-color: #0162b2;
  color: #fff;
}