@charset "utf-8";
/* CSS Document */
/* vietnamese */
/* cyrillic-ext */
@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(10px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce-up {
  25% {
    transform: translateY(10px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
}
* {
  margin: 0;
  padding: 0 ;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  _overflow: hidden;
  overflow-x: hidden;
  width: 100%;
  *cursor: default;
  color: #000;
}
body#case_con {
  background: none;
}
body,
ol,
table,
tr,
td,
ul,
li,
dt,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #000;
}
li {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: middle;
}
/*-------将特定标签设成块---------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*-------给a加时间过渡、清除默认样式---------*/
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
a:active,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #d9262c;
}
:focus {
  -moz-outline-style: none;
}
/*在浏览器拖动鼠标颜色*/
::selection {
  color: #fff;
  background-color: #000;
}
::-moz-selection {
  color: #fff;
  background-color: #000;
}
/*更改浏览器滚动条颜色兼容*/
html,
body {
  /*更改ie内核滚动条颜色*/
  scrollbar-face-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-shadow-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-arrow-color: #222;
  scrollbar-track-color: #222;
  scrollbar-darkshadow-color: #000;
}
.blackwhite {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.blackwhite:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
/* AvantGarde Bk BT */
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #fcfcfc;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fcfcfc;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #211F1F;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/*清除默认样式*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*-------表单居中、清理描边---------*/
input,
button,
select,
textarea {
  outline: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer ;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
/*----- 表格重置-----*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
caption {
  display: none;
}
/*----- clearfix-----*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
/*清除浮动*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*清除浮动*/
/*-----display-----*/
.clear {
  clear: both;
}
.disno,
.hide {
  display: none;
}
.disbk {
  display: block;
}
.distb {
  display: table;
}
.fl {
  float: left;
}
/*-----针对webkit的hack写法-----*/
/*----- 超出省略号///-----*/
.toe {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}
.block {
  *zoom: 1;
}
.block:before,
.block:after {
  display: table;
  content: '';
  line-height: 0;
}
.block:after {
  clear: both;
}
#indexbody .iabout.block {
  width: 900px;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
}
.flex-grow-0 {
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-grow-1 {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.flex-x-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-y-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.flex-y-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
a {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
.headerbg {
  height: 178px;
}
#header {
  height: 178px;
  z-index: 4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#header * {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
#header .logo {
  display: block;
  text-align: left;
  float: left;
  position: relative;
  padding-top: 0;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .logo img {
  height: 95px;
}
#header #nav {
  display: block;
  width: auto ;
  vertical-align: middle;
  height: 178px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #nav li.navitem {
  margin: 0;
  width: 110px;
  padding: 0;
  position: relative;
  display: block;
  float: left;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #nav li.navitem a.nav_a {
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
}
#header #nav li.navitem a.nav_a span {
  color: #fff;
  display: block;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  height: 178px;
  line-height: 178px;
  width: calc(100%);
  overflow: hidden;
}
#header #nav li.navitem a.nav_a span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #d9262c;
  -webkit-transition: all 0.3s ease 0s;
  transform: scale(1.06);
  -moz-transform: scale(1.06, 1.06);
  -webkit-transform: scale(1.06, 1.06);
  -o-transform: scale(1.06, 1.06);
}
#header #nav li.navitem a.nav_a i {
  color: #fff;
  margin-left: -15px;
  display: none;
}
#header #nav li.navitem i {
  display: none;
}
#header #nav li.navitem a.active.nav_a span:before {
  width: 100%;
  left: 0%;
}
#header #nav li.navitem .subnav {
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 199;
  visibility: hidden;
  width: calc(100% + 40px);
  height: auto;
  background: #fcfcfc;
  opacity: 0;
  box-shadow: 0 13px 16px 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  padding: 0;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#header #nav li.navitem .subnav li {
  width: 100%;
  display: block;
}
#header #nav li.navitem .subnav a {
  display: block;
  color: #000;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  transition: all 0.2s ease-in-out;
  background-size: 0 0;
  text-align: center;
}
#header #nav li.navitem .subnav a i {
  display: none;
}
#header #nav li.navitem .subnav a span {
  position: relative;
  display: inline-block;
  width: auto;
  height: 48px;
}
#header #nav li.navitem .subnav a span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #d9262c;
  -webkit-transition: all 0.3s linear;
  transform: scale(1.06);
  -moz-transform: scale(1.06, 1.06);
  -webkit-transform: scale(1.06, 1.06);
  -o-transform: scale(1.06, 1.06);
}
#header #nav li.navitem .subnav a:hover span,
#header #nav li.navitem .subnav a.active span {
  color: #d9262c;
}
#header #nav li.navitem .subnav a:hover span:before,
#header #nav li.navitem .subnav a.active span:before {
  width: 130%;
  left: -15%;
}
#header #nav li.navitem:first-child {
  margin-left: 0;
}
#header #nav li.navitem:last-child {
  margin-right: 0;
}
#header #nav li.navitem:hover a.nav_a span {
  color: #d9262c;
}
#header #nav li.navitem:hover a.nav_a span:before {
  width: 100%;
  left: 0%;
}
#header #nav li.navitem:hover .subnav {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 10px 0;
}
#header #nav.nav_site li.navitem {
  width: 120px;
}
#header .lang {
  position: absolute;
  right: 100px;
  top: 28px;
}
#header .lang a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-bottom: 14px;
}
#header .lang a span {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1;
}
#header .lang a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: calc(100%);
  height: 6px;
  background: #d9262c;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
#header.mini {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background: rgba(217, 38, 44, 0.6);
}
#header.mini .logo {
  height: 90px;
}
#header.mini .logo img {
  height: 60px;
}
#header.mini #nav {
  height: 90px;
}
#header.mini #nav li.navitem {
  height: 90px;
}
#header.mini #nav li.navitem a.nav_a span {
  height: 90px;
  line-height: 90px;
}
.banner {
  border-bottom: 3px solid #d9262c;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner .swiper-wrapper .swiper-slide {
  background: #fff;
}
.banner .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
}
.banner .swiper-wrapper .swiper-slide .slogn {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  opacity: 0.2;
  transition: all 1.5s ease 0s;
  -webkit-transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
}
.banner .swiper-wrapper .swiper-slide:nth-child(2) .slogn {
  margin-top: -200px;
  left: 30%;
}
.banner .swiper-wrapper .swiper-slide:nth-child(3) .slogn {
  margin-top: -200px;
}
.banner .swiper-wrapper .swiper-slide-active .slogn {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  color: #fff;
  width: 80px;
  opacity: 0.6;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font-size: 60px;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  opacity: 1;
  color: #d9262c;
}
.banner .swiper-button-disabled {
  display: none;
}
.banner .swiper-pagination {
  padding-bottom: 40px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner_con .pic img {
  width: 100%;
}
.banner_bg {
  background: none;
  position: relative;
  z-index: -1;
  border-bottom: 3px solid #d9262c;
}
.banner_bg img {
  width: 100%;
  opacity: 0;
}
.conpage {
  background: #fff;
  width: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 100px;
}
#pc_swiper {
  width: 100%;
}
.more {
  line-height: 1;
  border-radius: 38px;
  height: 38px;
  line-height: 38px;
  width: 98px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  position: relative;
  background: #d9262c;
  color: #fff;
}
.more:hover {
  background: #ac0006;
  color: #fff;
}
.more_2 {
  line-height: 1;
  border-radius: 36px;
  height: 36px;
  line-height: 36px;
  width: 98px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  position: relative;
  border: 1px solid #d9262c;
  color: #d9262c;
}
.more_2:hover {
  background: #d9262c;
  color: #fff;
}
.inews {
  padding-top: 70px;
}
.inews .top .pic {
  width: 424px ;
  float: left;
  position: relative;
}
.inews .top .pic .img {
  width: 100%;
}
.inews .top .pic .img img {
  width: 100%;
  display: block;
}
.inews .top .pic .title {
  position: absolute;
  left: 40px;
  top: 40px;
  color: #fff;
}
.inews .top .pic .title .cn {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.inews .top .pic .title .en {
  font-size: 14px;
  line-height: 1;
  padding-top: 10px;
  color: #fff;
}
.inews .top .txt {
  width: calc(100% - 544px);
  float: right;
  padding: 45px 60px;
}
.inews .top .txt .title a {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.inews .top .txt .title a:hover {
  color: #d9262c;
}
.inews .top .txt .desc {
  font-size: 14px;
  line-height: 24px;
  color: #909090;
  padding-top: 15px;
}
.inews .inews_box {
  margin-top: 60px;
}
.inews .inews_box .left {
  width: 800px;
  float: left;
}
.inews .inews_box .left .head ul {
  font-size: 0;
}
.inews .inews_box .left .head ul a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-right: 20px;
  line-height: 38px;
}
.inews .inews_box .left .head ul a.active,
.inews .inews_box .left .head ul a:hover {
  color: #d9262c;
}
.inews .inews_box .left .list {
  padding-top: 20px;
  height: 240px;
}
.inews .inews_box .left .list ul {
  display: none;
}
.inews .inews_box .left .list ul li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.inews .inews_box .left .list ul li a span {
  float: right;
  color: #909090;
  font-family: 'Arial';
}
.inews .inews_box .left .list ul.active {
  display: block;
}
.inews .inews_box .right {
  width: 477px;
  float: right;
}
.inews .inews_box .right .head {
  color: #000;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}
.inews .inews_box .right .head span {
  float: right;
}
.inews .inews_box .right .list {
  padding-top: 20px;
  height: 240px;
}
.inews .inews_box .right .list .item .pic img {
  width: 150px;
  display: block;
}
.inews .inews_box .right .list .item .txt {
  margin-left: 27px;
}
.inews .inews_box .right .list .item .txt * {
  line-height: 1;
}
.inews .inews_box .right .list .item .txt .catname {
  font-size: 14px;
}
.inews .inews_box .right .list .item .txt .title {
  font-size: 14px;
  padding: 10px 0;
}
.inews .inews_box .right .list .item .txt .time {
  font-size: 12px;
  color: #909090;
}
.banner_2 {
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 100px;
}
.banner_2 * {
  color: #fff;
  line-height: 1;
}
.banner_2 .left .cn {
  font-size: 36px;
  font-weight: bold;
}
.banner_2 .left .en {
  font-size: 24px;
  padding-top: 15px;
}
.banner_2 .right {
  text-align: right;
}
.banner_2 .right .title {
  font-size: 24px;
}
.banner_2 .right .subtitle {
  font-size: 16px;
  padding-top: 15px;
}
.iabout {
  margin-top: 70px;
}
.iabout .head * {
  line-height: 1;
}
.iabout .head .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.iabout .head .title strong {
  font-size: 36px;
  font-weight: bold;
}
.iabout .head .desc {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding-top: 20px;
}
.iabout .list {
  padding-top: 30px;
}
.iabout .list .item {
  width: calc(25% - 1px);
  border: 1px solid #dcdcdc;
  margin-left: -1px;
  height: 503px;
  float: left;
  text-align: center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
.iabout .list .item ul {
  color: #fff;
  padding: 10px 0 0 46px;
  text-align: left;
}
.iabout .list .item ul li {
  padding-top: 30px;
}
.iabout .list .item ul li .title_big {
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.iabout .list .item ul li .desc_big {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding-top: 5px;
}
.iabout .list .item p.bottom {
  display: block ;
  border-top: 1px solid #fff;
  font-size: 12px;
  line-height: 2;
  text-align: left;
  margin-left: 46px;
  color: #fff;
  margin-top: 40px;
}
.iabout .list .item .title {
  text-align: center;
  padding-top: 100px;
}
.iabout .list .item .title .cn {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
.iabout .list .item .title .en {
  font-size: 14px;
  color: #d9262c;
  padding-top: 10px;
}
.iabout .list .item .desc {
  padding: 50px 40px 0 40px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 170px;
  text-align: left;
}
.iabout .list .item:hover {
  border-color: #ffeeef;
  background: #ffeeef;
}
.iabout .list .item:first-child {
  margin-left: 0;
  background: url(../images/redbanner.png) left top;
  background-size: 100% 100%;
  border: 0;
  width: 25%;
}
.iyoushi {
  background: #d9262c;
  text-align: center;
  padding: 90px 0;
  margin-top: 70px;
}
.iyoushi .head {
  text-align: center;
}
.iyoushi .head .cn {
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
.iyoushi .head .en {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-top: 8px;
}
.iyoushi .list {
  font-size: 0;
  padding-top: 60px;
}
.iyoushi .list .item {
  display: inline-block;
  width: 310px;
  text-align: center;
}
.iyoushi .list .item .pic {
  width: auto;
  text-align: center;
}
.iyoushi .list .item .pic img {
  display: inline-block;
  width: auto;
}
.iyoushi .list .item .txt {
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.iproject {
  margin-top: 90px;
  padding-bottom: 70px;
}
.iproject .head_top {
  text-align: center;
}
.iproject .head_top .title {
  font-size: 36px;
  line-height: 1;
  font-weight: bolder;
}
.iproject .head_top .desc {
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px;
}
.iproject .number {
  text-align: center;
  font-size: 0;
  margin-top: 55px;
}
.iproject .number li {
  display: inline-block;
  padding: 0 80px;
}
.iproject .number li .num {
  color: #d9262c;
  font-size: 18px;
  vertical-align: bottom;
  font-weight: bold;
}
.iproject .number li .num span {
  display: inline-block;
  position: relative;
  font-size: 50px;
  font-weight: bold;
}
.iproject .number li .num span:before {
  position: absolute;
  content: '+';
  color: #d9262c;
  font-size: 30px;
  right: -30px;
  top: 0;
  font-weight: bold;
}
.iproject .number li .txt {
  font-size: 16px;
  text-align: left;
}
.iproject .box {
  margin-top: 70px;
}
.iproject .box .head {
  text-align: center;
}
.iproject .box .head a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 30px;
  line-height: 38px;
}
.iproject .box .head a.active,
.iproject .box .head a:hover {
  color: #d9262c;
}
.iproject .box .list {
  margin-top: 40px;
}
.iproject .box .list .con_box {
  display: none;
}
.iproject .box .list .con_box.active {
  display: block;
}
.iproject .box .list .item {
  width: calc(33.3333% - 18.7px);
  float: left;
  margin: 0 25px 25px 0;
  border: 1px solid #ccc;
}
.iproject .box .list .item .pic {
  width: 100%;
  overflow: hidden;
}
.iproject .box .list .item .pic img {
  width: 100%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.iproject .box .list .item .txt {
  padding: 20px 35px;
}
.iproject .box .list .item .txt .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iproject .box .list .item .txt .desc {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 1;
  padding-top: 10px;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iproject .box .list .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.iproject .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.no_data {
  font-size: 24px;
  line-height: 2;
}
.footer {
  color: #676767;
  position: relative;
  padding: 30px 0 ;
  z-index: 5;
  background: #172434;
  color: #fff;
}
.footer p {
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .left .pic {
  padding-right: 17px;
}
.footer .left .pic img {
  width: 47px;
}
.footer .left .txt .tel a {
  font-size: 30px;
  line-height: 1;
}
.footer .left .txt .time {
  font-size: 14px;
  line-height: 1;
  padding-top: 8px;
  letter-spacing: 4px;
}
.footer .left .mark {
  font-size: 14px;
  line-height: 28px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: auto;
  display: inline-block;
  margin-top: 8px;
  width: 260px;
  letter-spacing: 7.6px;
}
.footer .right .logo {
  height: 66px;
  margin-right: 50px;
}
.footer .right .logo img {
  height: 66px;
}
.footer .right .txt {
  font-size: 12px;
  margin-right: 30px;
}
.footer .right .txt p {
  font-size: 12px;
  line-height: 2;
}
.footer .right .txt p a {
  font-size: 12px;
  line-height: 2;
}
.footer .right .wechat {
  padding: 5px;
  background: #fff;
}
.footer .right .wechat img {
  height: 100px;
}
.rightsider {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 10;
}
.rightsider .to_top {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 30px;
  color: #d9262c;
  border: 1px solid #d9262c;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.rightsider .to_top i {
  font-size: 18px;
  line-height: 18px;
  color: #d9262c;
  vertical-align: middle;
}
.rightsider .to_top:hover {
  background: #d9262c;
  color: #fff;
}
.rightsider .to_top:hover i {
  color: #fff;
}
.banner_con {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner_con_bg {
  position: relative;
  z-index: -1;
  width: 100%;
}
.banner_con_bg img {
  width: 100%;
}
.title_con {
  text-align: center;
  padding-top: 75px;
}
.title_con .cn,
.title_con .cn_2 {
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.title_con .slogn {
  padding-top: 19px;
  font-size: 0;
}
.title_con .slogn span {
  font-size: 18px;
  color: #8E8E8E;
  line-height: 1;
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
}
.title_con .slogn span:after {
  content: '|';
  color: #8e8e8e;
  padding-left: 10px;
  font-size: 12px;
  line-height: 12px;
  vertical-align: top;
  display: inline-block;
  padding-top: 3px;
}
.title_con .slogn span:last-child:after {
  display: none;
}
.title_con .cn_2 {
  position: relative;
  display: inline-block;
  height: 60px;
}
.title_con .cn_2:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 35px;
  border-bottom: 2px solid #000;
  transform: translate(-50%, 0);
}
.title_con .slogn_2 {
  color: #d9262c;
  font-size: 18px;
  line-height: 1;
  padding-top: 19px;
}
.category {
  font-size: 0;
  width: 1125px;
  margin: 0 auto;
  margin-top: 55px;
  text-align: center;
}
.category .item {
  width: 365px;
  height: 171px;
  display: inline-block;
  position: relative;
  margin: 5px;
}
.category .item .pic {
  width: 100%;
  overflow: hidden;
}
.category .item .pic img {
  width: 100%;
  display: block;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
}
.category .item .txt {
  position: absolute;
  left: 35px;
  top: 40px;
}
.category .item .txt .cn {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.category .item .txt .en {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  padding-top: 10px;
}
.category .item .txt .iconfont {
  font-size: 40px;
  color: #fff;
  line-height: 1;
  padding-top: 5px;
  display: none;
}
.category .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.category .item:hover .txt .iconfont {
  display: block;
}
.category .item.active .txt .iconfont {
  display: block;
}
.right_nav {
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 150px;
}
.right_nav ul li {
  display: block;
  width: 24px;
  height: auto;
  padding: 8px;
  line-height: 1;
  border: 1px solid #d9262c;
  color: #d9262c;
  margin-bottom: 5px;
  font-size: 12px;
  cursor: pointer;
}
.right_nav ul li.active,
.right_nav ul li:hover {
  background: #d9262c;
  color: #fff;
}
.about,
.service {
  margin: 0 auto;
}
.about .conbox .about_con,
.service .conbox .about_con {
  margin-top: 55px;
  padding-top: 55px;
  border-top: 1px solid #e8e8e8;
  width: 1115px;
  margin: 0 auto;
}
.about .conbox .about_con h1,
.service .conbox .about_con h1 {
  padding-bottom: 30px;
  text-align: center;
}
.about .conbox .about_con h1 .cn,
.service .conbox .about_con h1 .cn {
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
}
.about .conbox .about_con h1 .cn:after,
.service .conbox .about_con h1 .cn:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 35px;
  border-bottom: 1px solid #000;
  transform: translate(-50%, 0);
}
.about .conbox .about_con h1 .en,
.service .conbox .about_con h1 .en {
  font-size: 16px;
  color: #000;
  line-height: 1;
  padding-top: 15px;
}
.about .conbox .about_con .info,
.service .conbox .about_con .info {
  padding: 0 0 50px 0;
}
.about .conbox .about_con .info p,
.service .conbox .about_con .info p,
.about .conbox .about_con .info div,
.service .conbox .about_con .info div {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.about .conbox .about_con .info img,
.service .conbox .about_con .info img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.about .conbox .about_con .about_con_banner,
.service .conbox .about_con .about_con_banner {
  padding-bottom: 50px;
}
.about .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide,
.service .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide {
  background: #fff;
}
.about .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide .pic img,
.service .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
}
.about .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide .slogn,
.service .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide .slogn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, -50%);
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  opacity: 0.2;
  transition: all 1.5s ease 0s;
  -webkit-transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
}
.about .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide-active .slogn,
.service .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide-active .slogn {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.about .conbox .about_con .about_con_banner .swiper-button-next,
.service .conbox .about_con .about_con_banner .swiper-button-next,
.about .conbox .about_con .about_con_banner .swiper-button-prev,
.service .conbox .about_con .about_con_banner .swiper-button-prev {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  color: #fff;
  width: 80px;
  opacity: 0.6;
}
.about .conbox .about_con .about_con_banner .swiper-button-prev:after,
.service .conbox .about_con .about_con_banner .swiper-button-prev:after,
.about .conbox .about_con .about_con_banner .swiper-button-next:after,
.service .conbox .about_con .about_con_banner .swiper-button-next:after {
  font-size: 30px;
}
.about .conbox .about_con .about_con_banner .swiper-button-next:hover,
.service .conbox .about_con .about_con_banner .swiper-button-next:hover,
.about .conbox .about_con .about_con_banner .swiper-button-prev:hover,
.service .conbox .about_con .about_con_banner .swiper-button-prev:hover {
  opacity: 1;
  color: #d9262c;
}
.about .conbox .about_con .about_con_banner .swiper-button-disabled,
.service .conbox .about_con .about_con_banner .swiper-button-disabled {
  display: none;
}
.about .conbox .about_con .about_con_banner .swiper-pagination,
.service .conbox .about_con .about_con_banner .swiper-pagination {
  padding-bottom: 40px;
}
.about .conbox .about_con .about_con_banner .swiper-pagination .swiper-pagination-bullet,
.service .conbox .about_con .about_con_banner .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.about .conbox .about_con .about_con_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.service .conbox .about_con .about_con_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.about .conbox .about_con .about_con_banner #about_3,
.service .conbox .about_con .about_con_banner #about_3 {
  padding-bottom: 30px;
}
.about .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide,
.service .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide {
  background: #fff;
  position: relative;
}
.about .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide .pic img,
.service .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
}
.about .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide .txt,
.service .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide .txt {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.about .conbox .about_con .about_con_banner #about_3 .swiper-button-prev:after,
.service .conbox .about_con .about_con_banner #about_3 .swiper-button-prev:after,
.about .conbox .about_con .about_con_banner #about_3 .swiper-button-next:after,
.service .conbox .about_con .about_con_banner #about_3 .swiper-button-next:after {
  font-size: 30px;
}
.about .conbox .about_con .about_con_banner #about_3 .swiper-pagination,
.service .conbox .about_con .about_con_banner #about_3 .swiper-pagination {
  padding-bottom: 0;
  bottom: 0;
}
.about .conbox .about_con .about_con_banner #about_3 .swiper-pagination .swiper-pagination-bullet,
.service .conbox .about_con .about_con_banner #about_3 .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #d9262c;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.about .conbox .about_con .about_con_banner #about_3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.service .conbox .about_con .about_con_banner #about_3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d9262c;
}
.about .conbox .about_con#con_box_2,
.service .conbox .about_con#con_box_2 {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.about .conbox .about_con#con_box_2 .info,
.service .conbox .about_con#con_box_2 .info {
  padding-bottom: 0;
}
.about .conbox .about_con:first-child,
.service .conbox .about_con:first-child {
  border: 0;
}
.service {
  width: 100%;
}
.service .conbox #con_box_13 {
  width: 100%;
  margin-top: 50px;
  padding: 55px 0;
}
.service .conbox #con_box_13 h1 .cn {
  color: #fff;
}
.service .conbox #con_box_13 h1 .cn:after {
  border-color: #fff;
}
.service .conbox #con_box_13 .info {
  background: rgba(217, 38, 44, 0.6);
  padding: 0;
  width: 1035px;
  padding: 40px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  margin-top: 160px;
}
.service .conbox #con_box_13 .info p,
.service .conbox #con_box_13 .info div,
.service .conbox #con_box_13 .info li {
  color: #fff;
}
.service .conbox #con_box_13 .info p {
  display: inline-block;
}
.service .conbox #con_box_13 .info ul {
  width: 16.66%;
  float: left;
}
.service .conbox #con_box_13 .info ul li p {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.service .conbox #con_box_13 .info ul li strong {
  font-weight: bolder;
  font-size: 18px;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.service .conbox #con_box_13 .info .icon_top {
  height: 160px;
  background: rgba(217, 38, 44, 0.6);
  width: 240px;
  position: absolute;
  left: 0;
  top: -160px;
}
.service .conbox #con_box_13 .info .icon_top img {
  width: 100px;
  display: block ;
  margin: 0 auto;
  margin-top: 30px;
}
.service .conbox #con_box_13 .info .icon_top .txt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-top: 15px;
  text-align: center;
}
.youshi {
  margin: 0 auto;
}
.youshi .conbox .youshi_con {
  padding-top: 55px;
  border-top: 1px solid #e8e8e8;
  width: 1115px;
  margin: 0 auto;
  margin-top: 55px;
}
.youshi .conbox .youshi_con h1 {
  padding-bottom: 30px;
  text-align: center;
}
.youshi .conbox .youshi_con h1 .cn {
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
}
.youshi .conbox .youshi_con h1 .cn:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 35px;
  border-bottom: 1px solid #000;
  transform: translate(-50%, 0);
}
.youshi .conbox .youshi_con h1 .en {
  font-size: 16px;
  color: #000;
  line-height: 1;
  padding-top: 15px;
}
.youshi .conbox .youshi_con div.desc {
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: center;
}
.youshi .conbox .youshi_con .info p,
.youshi .conbox .youshi_con .info div {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.youshi .conbox .youshi_con .info img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.youshi .conbox .youshi_con:first-child {
  border: 0;
}
.youshi .conbox .youshi_19 {
  width: 100%;
}
.youshi .conbox .youshi_19 .mySwiper2 {
  width: 1115px;
  margin: 0 auto;
  position: relative;
}
.youshi .conbox .youshi_19 .mySwiper2 .swiper-slide .pic {
  width: 300px;
  margin: 0 100px;
}
.youshi .conbox .youshi_19 .mySwiper2 .swiper-slide .pic img {
  width: 100%;
  display: block;
}
.youshi .conbox .youshi_19 .mySwiper2 .swiper-slide .txt {
  margin-right: 100px;
}
.youshi .conbox .youshi_19 .mySwiper2 .swiper-slide .txt .title {
  font-size: 24px;
  font-weight: bolder;
  line-height: 1;
  color: #000;
}
.youshi .conbox .youshi_19 .mySwiper2 .swiper-slide .txt .subtitle {
  font-size: 16px;
  line-height: 1;
  color: #333;
  padding-top: 15px;
}
.youshi .conbox .youshi_19 .mySwiper2 .swiper-slide .txt .desc {
  font-size: 14px;
  line-height: 2;
  padding-top: 15px;
  color: #000;
}
.youshi .conbox .youshi_19 .mySwiper {
  margin-top: 55px;
}
.youshi .conbox .youshi_19 .mySwiper .swiper-slide {
  width: auto;
  height: auto;
  background: #d9262c;
}
.youshi .conbox .youshi_19 .mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.youshi .conbox .youshi_19 .mySwiper .swiper-slide-thumb-active img {
  opacity: 0.5;
}
.youshi .conbox .team {
  overflow: hidden;
  width: 1115px;
  margin: 0 auto;
  margin-top: 55px;
}
.youshi .conbox .youshi_21 {
  width: 100%;
  background: #d9262c;
}
.youshi .conbox .youshi_21 h1 .cn {
  color: #fff;
}
.youshi .conbox .youshi_21 h1 .cn:after {
  border-color: #fff;
}
.youshi .conbox .youshi_21 div.desc {
  width: 1155px ;
  margin: 0 auto;
  color: #fff;
}
.youshibg {
  background: url(../images/youshi_bg.jpg) center center no-repeat;
  height: 347px;
  margin-top: 55px;
}
.project .desc {
  padding: 55px 0;
}
.project .desc img {
  width: auto;
  max-width: 100%;
}
.project .box {
  margin-top: 70px;
}
.project .box .head {
  text-align: left;
  background: #f9f9f9;
  border-top: 1px solid #d9262c;
}
.project .box .head a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 30px;
  line-height: 60px;
}
.project .box .head a.active,
.project .box .head a:hover {
  color: #d9262c;
}
.project .box .list {
  margin-top: 40px;
  min-height: 400px;
}
.project .box .list .con_box {
  display: none;
}
.project .box .list .con_box.active {
  display: block;
}
.project .box .list .item {
  width: calc(33.3333% - 18.7px);
  float: left;
  margin: 0 25px 25px 0;
  border: 1px solid #ccc;
}
.project .box .list .item .pic {
  width: 100%;
  overflow: hidden;
}
.project .box .list .item .pic img {
  width: 100%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.project .box .list .item .txt {
  padding: 20px 35px;
}
.project .box .list .item .txt .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project .box .list .item .txt .desc {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 1;
  padding-top: 10px;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project .box .list .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.project .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.project_con_this {
  width: 1155px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}
.project_con_this .flex-row {
  padding: 30px;
}
.project_con_this .info {
  width: 460px;
  margin-right: 30px;
}
.project_con_this .info .catname {
  background: #d9262c;
  width: auto;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
}
.project_con_this .info .title {
  font-size: 26px;
  line-height: 1;
  color: #000;
  margin-top: 20px;
}
.project_con_this .info .desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.project_con_this .picsbox {
  overflow: hidden;
}
.project_con_this .mySwiper2 .swiper-slide img {
  width: 100%;
}
.project_con_this .mySwiper .swiper-slide {
  margin: 10px;
}
.project_con_this .mySwiper .swiper-slide img {
  width: 100%;
}
.popbox {
  width: 1175px;
  height: 80vh;
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: #fff;
}
.popbox iframe {
  border: 0;
  width: 100%;
  height: 80vh;
}
.popbox .close {
  position: absolute;
  right: -60px;
  top: 0;
}
.popbox .close i {
  color: #fff;
  font-size: 40px;
}
.pop_bg {
  z-index: 998;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  left: 0;
  top: 0;
}
.popbox.active,
.pop_bg.active {
  display: block;
}
.partner div.desc {
  padding: 55px 0;
}
.partner div.desc img {
  width: auto;
  max-width: 100%;
}
.partner .list {
  margin-top: 55px;
}
.partner .list .item {
  border: 1px solid #e8e8e8;
  padding: 40px 130px;
  margin-bottom: 30px;
}
.partner .list .item .pic {
  width: 267px;
  margin-right: 50px;
}
.partner .list .item .pic img {
  width: 100%;
}
.partner .list .item .txt .title {
  font-size: 28px;
  color: #000;
  line-height: 1;
}
.partner .list .item .txt .desc {
  font-size: 14px;
  line-height: 2;
  color: #000;
  padding-top: 25px;
}
.partner .list .item a:hover .txt .title {
  color: #d9262c;
}
.cats {
  text-align: center;
  font-size: 0;
  margin-top: 35px;
}
.cats a {
  color: #000;
  background: #e1e1e1;
  font-size: 14px;
  padding: 0 20px;
  margin: 0 10px;
  border-radius: 4px;
  line-height: 40px;
  display: inline-block;
}
.cats a.active,
.cats a:hover {
  color: #fff;
  background: #d9262c;
}
.news .list {
  margin-top: 55px;
}
.news .list .item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.news .list .item .pic {
  width: 230px;
  margin-right: 26px;
}
.news .list .item .pic img {
  width: 100%;
}
.news .list .item .txt .title {
  font-size: 28px;
  color: #000;
  line-height: 1;
}
.news .list .item .txt .desc {
  font-size: 14px;
  line-height: 2;
  color: #000;
  padding-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .list .item .other {
  height: 100%;
  width: auto;
  margin-left: 80px;
  position: relative;
  right: 0;
  height: 137px;
}
.news .list .item .other .time {
  text-align: right;
}
.news .list .item .other .time .md {
  font-size: 16px;
  color: #000;
  display: block;
  text-align: right;
}
.news .list .item .other .time .y {
  font-size: 12px;
  color: #000;
}
.news .list .item .other .more3 {
  border: 1px solid #000;
  line-height: 36px;
  text-align: center;
  padding: 0 20px;
  color: #000;
  border-radius: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news .list .item .other .more3 i {
  padding-left: 10px;
  color: #000;
}
.news .list .item a:hover .txt .title {
  font-size: 28px;
  color: #d9262c;
  line-height: 1;
}
.news .list .item a:hover .other .more3 {
  color: #d9262c;
  border: 1px solid #d9262c;
}
.news .list .item a:hover .other .more3 i {
  color: #d9262c;
}
#pages {
  padding: 50px 0 0 0;
  text-align: center;
}
#pages li {
  display: inline-block;
  margin: 0 2px;
}
#pages a,
#pages span {
  display: inline-block;
  line-height: 30px;
  min-width: 10px;
  margin: 0 2px;
  padding: 0 10px;
}
#pages a {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
}
#pages li.active span,
#pages a:hover {
  background: #d9262c;
  color: #fff;
  border: 1px solid #d9262c;
  border-radius: 4px;
}
#pages .disabled {
  display: none;
}
#pages span.pageindex,
#pages span.all {
  display: none;
}
.contact {
  margin-top: 55px;
}
.contact .content p {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.contact .content strong {
  font-size: 24px;
  line-height: 2;
}
.contact .content td {
  font-size: 16px;
  line-height: 2;
}
.joinus {
  margin-top: 55px;
}
.joinus .list .item .head {
  padding: 0 20px;
  background: #aaaaaa;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
.joinus .list .item .head span {
  float: right;
}
.joinus .list .item .head span i {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}
.joinus .list .item .con {
  padding: 20px 40px;
  display: none;
}
.joinus .list .item .con .desc {
  font-size: 14px;
  border-bottom: 1px dashed #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.joinus .list .item .con .desc span {
  display: inline-block;
  margin-right: 100px;
  font-size: 16px;
  color: #888;
  line-height: 40px;
}
.joinus .list .item .con .desc_1,
.joinus .list .item .con .desc_2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #333;
}
.joinus .list .item .con .desc_1 .title,
.joinus .list .item .con .desc_2 .title {
  font-size: 18px;
  color: #000;
}
.joinus .list .item .con .desc_1 .title i,
.joinus .list .item .con .desc_2 .title i {
  color: #000;
  font-size: 20px;
  padding-right: 10px;
}
.joinus .list .item .con .desc_1 p,
.joinus .list .item .con .desc_2 p {
  font-size: 16px;
  line-height: 2;
  color: #000;
  padding-top: 10px;
}
.joinus .list .item.active .head {
  background: #d9262c;
}
.joinus .list .item.active .con {
  display: block;
}
.title_artice {
  padding-top: 80px;
}
.title_artice h1 {
  font-size: 36px;
  font-weight: bolder;
  line-height: 1;
  color: #000;
  text-align: center;
}
.title_artice .time {
  text-align: center;
  font-size: 14px;
  color: #ccc;
  line-height: 1;
  padding-top: 20px;
}
.article_box {
  text-align: center;
}
.article_box .body {
  text-align: left;
  margin-top: 50px ;
}
.article_box .body p,
.article_box .body div {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.article_box .body img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.article_box .more {
  margin-top: 80px;
}
.project_boxbg {
  padding: 50px 0 0 0;
}
.project_list {
  padding: 60px 0;
}
.project_list li {
  width: 388px;
  height: 408px;
  border: 1px solid #cacaca;
  float: left;
  margin-right: 100px;
  margin-bottom: 100px;
}
.project_list li:nth-of-type(3n) {
  margin-right: 0;
}
.project_list li .pic {
  width: 388px;
  height: 310px;
  overflow: hidden;
  position: relative;
}
.project_list li .pic p {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 15px;
  background: #e4e4e4;
  color: #000;
  width: 100%;
  text-align: center;
}
.project_list li .pic p.active {
  color: #fff;
  background: #225690;
}
.project_list li .pic img {
  width: 100%;
  height: 310px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.project_list li:hover .pic img {
  transform: scale(1.02, 1.02);
}
.project_list li .txt {
  text-align: center;
  padding: 20px;
}
.project_list li .txt .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 20px;
}
.project_list li .txt .time {
  color: #9a9a9a;
}
.project_box {
  border: 1px solid #cacaca;
}
.project_box .title_1 {
  height: 60px;
  background: #225690;
  text-align: center;
  letter-spacing: 15px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
}
.project_con,
.project_info,
.project_contact,
.project_box .title_2 {
  margin: 0 auto;
  width: 760px;
}
.project_box .title_2 {
  border-bottom: 1px solid #cacaca;
  font-size: 22px;
  color: #000;
  line-height: 50px;
  padding-top: 50px;
}
.project_info ul {
  float: left;
  width: 50%;
  padding: 10px 0;
}
.project_info ul li {
  font-size: 16px;
  line-height: 40px;
  color: #000;
  height: 40px;
}
.project_info ul li strong {
  font-size: 16px;
  color: #333;
}
.project_con {
  font-size: 16px;
  line-height: 36px;
  padding: 15px 0;
  color: #000;
}
.project_con p {
  font-size: 16px;
  line-height: 36px;
  color: #000;
}
a.project_btn {
  display: block;
  width: 444px;
  letter-spacing: 15px;
  color: #fff;
  background: #225690;
  text-align: center;
  margin: 40px auto;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
}
a.project_btn.no {
  background: #e4e4e4;
  color: #000;
}
.project_contact {
  border-top: 1px solid #cacaca;
  text-align: center;
  height: 38px;
  padding: 46px 0;
}
.project_contact li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #7f7f7f;
  line-height: 38px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #cacaca;
}
.project_contact li:nth-of-type(1) {
  margin-left: 0;
  padding-left: 0 ;
  border: 0;
}
.project_contact li span {
  font-size: 18px;
  line-height: 38px;
}
.project_contact li img {
  height: 20px;
  padding: 8px;
  border: 1px solid #7f7f7f;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
