@charset "utf-8";
.wjdh-message * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inContent * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #3d98f3;
  color: #fff;
}
::-moz-selection {
  background-color: #3d98f3;
  color: #fff;
}
::-webkit-selection {
  background-color: #3d98f3;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #3d98f3;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #3d98f3;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial, helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}


.header {
  width: 100%;
  height: 120px;
}
.nav_bg {
  width: 100%;
  background-color: #3d98f3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .logo {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 32px;
  line-height: 1;
  text-align: center;
}
.nav_bg .logo a img {
  display: block;
  height: 57px;
}
.nav_bg .menu {
  position: relative;
  margin: auto;
  width: 1280px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nav_bg .menu > ul {
  font-size: 0;
  float: right;
  width: 1000px;
  margin-right: -20px;
  text-align: right;
}
.nav_bg .menu > ul > li {
  display: inline-block;
  position: relative;
  min-width: 118px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav_bg .menu > ul > li > a {
  display: block;
  height: 120px;
  line-height: 120px;
  font-size: 16px;
  padding: 0 10px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.nav_bg .menu > ul > li > a:hover {
  background-color: transparent;
}
.nav_bg .menu > ul > li:hover > a {
  color: #fff;
}
.nav_bg .menu > ul > li:hover .sec {
  height: auto;
}
.nav_bg .menu > ul > li:hover .secs {
  height: auto;
}
.nav_bg .menu .sec {
  min-width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(61, 152, 243, 0.85);
  display: none;
  font-size: 14px;
  text-align: left;
}
.nav_bg .menu .sec a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  line-height: 39px;
  height: 39px;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
}
.nav_bg .menu .sec a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .secs {
  width: 100%;
  z-index: 9999;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -380px;
  padding: 36px 0 36px 40px;
  width: 630px;
  display: none;
  background: rgba(61, 152, 243, 0.85);
  text-align: left;
}
.nav_bg .menu .secs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nav_bg .menu .secs .navPic {
  float: left;
  width: 315px;
}
.nav_bg .menu .secs .navPic .pic {
  width: 100%;
  display: block;
  min-height: 160px;
}
.nav_bg .menu .secs .navPic .pic img {
  width: 100%;
  display: block;
}
.nav_bg .menu .secs .navPic h4 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin-top: 20px;
  line-height: 1.6;
}
.nav_bg .menu .secs .navPic p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.nav_bg .menu .secs ul {
  float: right;
  width: 230px;
}
.nav_bg .menu .secs ul > li {
  background: none;
}
.nav_bg .menu .secs ul > li > a {
  display: block;
  text-align: left;
  line-height: 24px;
  margin-top: 16px;
  color: #fff;
  padding: 0 30px 0 20px;
  background: url(../images/nav_icon01.png) 0 7px no-repeat;
  font-size: 14px;
}
.nav_bg .menu .secs ul > li > a:hover {
  color: #fff;
  background: url(../images/nav_icon02.png) 0 7px no-repeat;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .secs ul > li:first-child > a {
  margin-top: 0;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 {
  height: auto;
  visibility: visible;
  transform: perspective(400px) rotateY(0);
  -webkit-transform: perspective(400px) rotateY(0);
  -moz-transform: perspective(400px) rotateY(0);
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.nav_bg .menu .secs ul > li:hover .nlayer2 a:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
.nav_bg .menu .secs .nlayer2 {
  position: absolute;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
  left: 100%;
  width: 260px;
  padding: 36px 10px 36px 20px;
  height: 100%;
  visibility: hidden;
  top: 0;
  background: rgba(61, 152, 243, 0.85);
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.nav_bg .menu .secs .nlayer2 .nlayer2Box {
  overflow-y: auto;
  padding-right: 10px;
  height: 100%;
}
.nav_bg .menu .secs .nlayer2 a {
  display: block;
  line-height: 24px;
  margin-top: 16px;
  background: url(../images/nav_icon01.png) 0 7px no-repeat;
  color: #fff;
  padding-left: 20px;
  position: relative;
  left: 0;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_bg .menu .secs .nlayer2 a:first-child {
  margin-top: 0;
}
.nav_bg .menu .secs .nlayer2 a:hover {
  background: url(../images/nav_icon02.png) 0 7px no-repeat;
  left: 5px;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 {
  height: 100%;
  visibility: visible;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
.inBody .header {
  height: 0;
}
.inBody .header .nav_bg {
  position: fixed;
  z-index: 100000;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.inBody .header .nav_bg.fixedNav {
  background-color: rgba(0, 0, 0, 0.5);
}

.inBody .header .nav_bg.fixedNav1 {
  background-color: #1c355f;
}

.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
}
.youshi {
  background: #fcfcfc url(ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  height: 816px;
}
.youshi .ysBox .ysTit {
 
  padding-top: 70px;
  line-height: 1;
  text-align: center;
  color: #3d98f3;
  font-weight: bold;
  font-size: 36px;
}
.youshi .ysCont {
  margin-top: 40px;
}
.youshi .ysCont:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysCont .ysL {
  width: 297px;
  height: 630px;
  background: url(ysLbg.jpg) center bottom no-repeat;
  background-color: #ffffff;
  border-radius: 8px;
  float: left;
  text-align: center;
  padding: 50px 20px 0;
}
.youshi .ysCont .ysL h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.youshi .ysCont .ysL p {
  line-height: 36px;
  font-size: 16px;
  margin-top: 29px;
}
.youshi .ysCont .ysL .tel {
  color: #1c355f;
  margin-top: 38px;
  font-size: 24px;
  line-height: 1;
}
.youshi .ysCont .ysL .tel:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin: auto;
  margin-bottom: 16px;
  animation: msClock2 1.4s linear infinite;
  background: url(ystel.png) center center no-repeat;
  background-color: #f3f3f3;
  border-radius: 100%;
}
.youshi .ysCont .ysR {
  float: right;
  width: 981px;
}
.youshi .ysCont .ysR ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysCont .ysR li {
  margin-left: 30px;
  margin-bottom: 30px;
  width: 297px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 27px 30px 0;
  text-align: center;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
.youshi .ysCont .ysR li:before {
  content: "";
  display: block;
  position: absolute;
  width: 367px;
  height: 28px;
  bottom: 0;
  left: 50%;
  margin-left: -183px;
  background: url(../images/ysli.png) center center no-repeat;
  z-index: -1;
  -webkit-transform: scale(0.8) rotate(0);
  -moz-transform: scale(0.8) rotate(0);
  -o-transform: scale(0.8) rotate(0);
  transform: scale(0.8) rotate(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .ysR li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .ysR li i {
  display: block;
  width: 80px;
  height: 65px;
  overflow: hidden;
  margin: auto;
}
.youshi .ysCont .ysR li i:before,
.youshi .ysCont .ysR li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysCont .ysR li i.ico1:before,
.youshi .ysCont .ysR li i.ico1:after {
  background: url(ysico1.png) center center no-repeat;
}
.youshi .ysCont .ysR li i.ico2:before,
.youshi .ysCont .ysR li i.ico2:after {
  background: url(ysico2.png) center center no-repeat;
}
.youshi .ysCont .ysR li i.ico3:before,
.youshi .ysCont .ysR li i.ico3:after {
  background: url(ysico3.png) center center no-repeat;
}
.youshi .ysCont .ysR li i.ico4:before,
.youshi .ysCont .ysR li i.ico4:after {
  background: url(ysico4.png) center center no-repeat;
}
.youshi .ysCont .ysR li i.ico5:before,
.youshi .ysCont .ysR li i.ico5:after {
  background: url(ysico5.png) center center no-repeat;
}
.youshi .ysCont .ysR li i.ico6:before,
.youshi .ysCont .ysR li i.ico6:after {
  background: url(ysico6.png) center center no-repeat;
}
.youshi .ysCont .ysR li .line {
  width: 12px;
  height: 1px;
  background-color: #1c355f;
  margin: 14px auto 0;
}
.youshi .ysCont .ysR li .text {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  margin-top: 20px;
}
.youshi .ysCont .ysR li h4 {
  font-size: 30px;
  margin-top: 32px;
  line-height: 1;
}
.youshi .ysCont .ysR li h5 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 18px;
  color: #999999;
}
.youshi .ysCont .ysR li.on {
  background-color: #f7fafc;
}
.youshi .ysCont .ysR li.on:before {
  bottom: -18px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.youshi .ysCont .ysR li.on i:before,
.youshi .ysCont .ysR li.on i:after {
  top: -100%;
}
.youshi .ysCont .ysR li:hover i {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysCont .ysR li:hover .line {
  width: 20px;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .ysR li:hover .text {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysCont .ysR li:hover h4 {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysCont .ysR li:hover h5 {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.inContent {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news {
  padding: 40px 0;
}
.news .newsBox .tit {
  height: 22px;
  line-height: 22px;
}
.news .newsBox .tit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .tit h3 {
  font-weight: bold;
  font-size: 22px;
  float: left;
}
.news .newsBox .tit h3 i {
  display: inline-block;
  vertical-align: top;
  background: url(newstit.png) center center no-repeat;
  width: 20px;
  height: 22px;
  margin: 0 6px;
}
.news .newsBox .tit .more {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  line-height: 22px;
  display: block;
  float: right;
}
.news .newsBox .tit .more:hover {
  color: #1c355f;
}
.news .newsBox .moreBtn {
  display: block;
  margin-top: 24px;
  width: 85px;
  height: 32px;
  line-height: 32px;
  background-color: #1c355f;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .moreBtn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3d98f3;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.news .newsBox .moreBtn:hover {
  background: none;
  color: #3d98f3;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .moreBtn:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news .newsBox .newsList {
  float: left;
  width: 400px;
  height: 650px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.05);
  border-radius: 10px;
  padding: 40px 30px 0;
  margin-right: 40px; margin-top:30px;
}
.news .newsBox .newsList:first-child {
  border-radius: 50px 10px 10px 10px;
}
.news .newsBox .newsList .list {
  margin-top: 20px;
}
.news .newsBox .newsList .list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.news .newsBox .newsList .list li .pic {
  width: 100%;
  height: 0;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.news .newsBox .newsList .list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .newsList .list li .tt {
  position: relative;
  padding-right: 60px;
  line-height: 36px;
  height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0;
  overflow: hidden;
}
.news .newsBox .newsList .list li .tt .bt {
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newsList .list li .tt .bt:before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-size: 18px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  background-color: #9c9c9c;
  text-align: center;
  line-height: 16px;
  color: #fff;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsList .list li .tt .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #666666;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsList .list li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #666666;
}
.news .newsBox .newsList .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .newsBox .newsList .list li:hover .tt .bt {
  color: #3d98f3;
}
.news .newsBox .newsList .list li:hover .tt .bt:before {
  background: #3d98f3;
}
.news .newsBox .newsList .list li.on .pic {
  height: 180px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.news .newsBox .newsList .list li.on .tt {
  padding-right: 0;
  margin-top: 10px;
}
.news .newsBox .newsList .list li.on .tt .bt {
  font-weight: bold;
}
.news .newsBox .newsList .list li.on .tt .bt:before {
  content: "+";
}
.news .newsBox .newsList .list li.on .tt .date {
  right: -60px;
}
.news .newsBox .newsList .list li.on p {
  height: 60px;
}
.news .newsBox .newsR {
  float: right;
  overflow: hidden;
  width: 400px;
  height: 650px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.05);
  border-radius: 10px 50px 10px 10px;
  padding: 40px 30px 0; margin-top:30px;
}
.news .newsBox .newsR .list {
  margin-top: 10px;
}
.news .newsBox .newsR .list li {
  height: 162px;
  border-bottom: 1px dashed #e5e5e5;
  padding: 20px 0;
  position: relative;
}
.news .newsBox .newsR .list li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #3d98f3;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsBox .newsR .list li:hover:after,
.news .newsBox .newsR .list li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsBox .newsR .list li .pic {
  width: 118px;
  height: 120px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.news .newsBox .newsR .list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .newsR .list li .cont {
  float: right;
  height: 120px;
  width: 195px;
}
.news .newsBox .newsR .list li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsR .list li .cont .bt:hover {
  color: #3d98f3;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .newsR .list li .cont p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
}
.news .newsBox .newsR .list li .cont .more {
  display: block;
  width: 24px;
  height: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 10px;
  background: url(../images/newsli.png) center center no-repeat;
}
.news .newsBox .newsR .list li .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .newsR .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.news .newsBox .newsR .list li:hover .cont .bt {
  color: #3d98f3;
}
.news .newsBox .newsR .list li:hover .cont .more {
  background: url(../images/newslih.png) center center no-repeat;
}


/* 底部 */
.footer {
  background: url(footerbg.jpg) center 0 repeat; clear: both;
}
.footer a {
  color: #666666;
}
.footer a:hover {
  color: #3d98f3;
}
.footer .footerBox {
  padding: 44px 0 40px; width:1000px;
}
.footer .footerBox .footNav {
  float: left;
}
.footer .footerBox .footNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footerBox .footNav dl {
  float: left;
  width: 146px;
  margin-left: 100px;
}
.footer .footerBox .footNav dl:first-child {
  margin-left: 0;
}
.footer .footerBox .footNav dl dt {
  line-height: 1;
  padding-left: 55px;
  font-size: 16px;
  padding-top: 12px;
  background: url(fnavli.png) 9px center no-repeat;
  height: 30px;
}
.footer .footerBox .footNav dl dd {
  margin-top: 24px;
}
.footer .footerBox .footNav dl dd a {
  height: 40px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 38px;
  text-align: center;
  padding: 0 10px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  border-radius: 4px;
}
.footer .footerBox .footNav dl dd a:first-child {
  margin-top: 0;
}
.footer .footerBox .footNav dl dd a:hover {
  border-color: #3d98f3;
}
.footer .footerBox .ewm {
  float: right;
}
.footer .footerBox .ewm div {
  float: left;
  margin-left: 40px;
  width: 130px;
}
.footer .footerBox .ewm div:first-child {
  margin-left: 0;
}
.footer .footerBox .ewm div h4 {
  line-height: 1;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  color: #444444;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer .footerBox .ewm div h4:before {
  content: ">";
  float: right;
  font-family: SimSun;
}
.footer .footerBox .ewm div img {
  display: block;
  width: 130px;
  height: 130px;
  margin-top: 14px;
  padding: 5px;
  background: url(../images/ewmbg.png) center center no-repeat;
}
.footer .copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  line-height: 30px;
  text-align: center;
}
.footer .copyright img {
  max-height: 18px;
  vertical-align: middle;
  margin-left: 5px;
}


.case {
  margin-top: 40px;
}
.case .caseBox {
  height: 415px;
}
.case .caseBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1280px;
  height: 430px;
  background-color: #3f8aef;
  border-radius: 215px 215px 215px 215px;
  opacity: 0.02;
}
.case .caseTabs {
  position: relative;padding-top: 60px;
}
.case .caseTabs .bd {
  overflow: hidden;
  margin: auto;
  width: 1130px;
}
.case .caseTabs ul {
  margin-right: -30px;
}
.case .caseTabs ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs li {
  float: left;
  width: 260px;
  margin-right: 30px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.case .caseTabs li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs li .item .pic {
  display: block;
  height: 232px;
  border-radius: 10px;
  border: solid 1px #dddddd;
  padding: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.case .caseTabs li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs li .item .cont {
  height: 60px;
  padding-top: 10px;
}
.case .caseTabs li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  padding: 0 5px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  padding-right: 15px;
}
.case .caseTabs li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs li .item .cont .line {
  width: 260px;
  height: 1px;
  background: #ccc;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #3d98f3, #3d98f3);
  background-image: linear-gradient(to right, #3d98f3, #3d98f3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
}
.case .caseTabs li .item .cont .line:before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: -6px;
  width: 10px;
  height: 1px;
  background: #ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case .caseTabs li .item .cont .line:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 10px;
  height: 1px;
  background: #ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case .caseTabs li .item .cont p {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #cdcdcd;
  margin-top: 6px;
  padding-left: 5px;
}
.case .caseTabs li .item:hover .pic {
  border-color: #3d98f3;
}
.case .caseTabs li .item:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseTabs li .item:hover .bt {
  color: #3d98f3;
}
.case .caseTabs li .item:hover .line {
  background-size: 100% 100%;
}
.case .caseTabs li .item:hover .line:before,
.case .caseTabs li .item:hover .line:after {
  background: #3d98f3;
}
.case .prev {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 122px;
  display: block;
  cursor: pointer;
  width: 35px;
  height: 45px;
  background: #3d98f3 url(../images/casel.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .next {
  position: absolute;
  z-index: 2;
  left: 85px;
  top: 122px;
  display: block;
  cursor: pointer;
  width: 35px;
  height: 45px;
  background: #3d98f3 url(../images/caser.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.pro_bg{

  margin: 0 auto;

  height: 1005px;

  width: 100%;

  background: url(pro_bg.jpg) no-repeat bottom center;

  overflow: hidden; 

}



.pro_bg .product{

  margin: 0 auto;

  width: 1280px;

  padding-top: 42px;

}



.pro_bg .product .pro_box{

  margin: 55px auto 0 auto;

  position: relative;

}



.pro_bg .product .pro_box .bd{

  float: left;

  width: 1182px;

  margin-left: -320px;

}



.pro_bg .product .pro_box .bd ul li{

  float: left;

  width: 1182px;

  height: 742px;

  position: relative;

}



.pro_bg .product .pro_box .bd ul li .pic{

  width: 1182px;

  height: 742px;

}



.pro_bg .product .pro_box .bd ul li .pic img{

  width: 1182px;

  height: 742px;

}



.pro_bg .product .pro_box .bd ul li .txt{

  position: absolute;

  left: 0px;

  top: 535px;



} 



.pro_bg .product .pro_box .bd ul li .txt em{

  display: block;

  width: 419px;

  height: 9px;

  background: url(pro_xt.png) no-repeat  center;



}



.pro_bg .product .pro_box .bd ul li .txt p{

  width: 1182px;

  height: 742px;

  font-size: 15px;

  color: #4d4d4d;

  line-height: 36px;

  height: 72px;

  overflow: hidden;

  width: 730px;

  margin: 10px 0 0 320px;

}



.pro_bg .product .pro_box .bd ul li .txt .more{

  display: block;

  border-radius: 50%;

  width: 40px;

  height: 40px;

  background: #22395e;

  line-height: 40px;

  text-align: center;

  font-size: 20px;

  color:  #fff;

  font-family: Arial, Helvetica, sans-serif;

  margin: 30px 0 0 320px;

  -webkit-box-shadow: 0 0 8px 6px rgba(47, 69, 107, .08);

  box-shadow: 0 0 8px 6px rgba(47, 69, 107, .08);

}



.pro_bg .product .pro_box .hd{

  float: right;

  width: 385px;

  margin-top: 23px;

}



.pro_bg .product .pro_box .hd ul li{

  position: relative;

  z-index: 5;

  width: 385px;

  height: 115px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);



}



.pro_bg .product .pro_box .hd ul li a{

  display: block;

}



.pro_bg .product .pro_box .hd ul li a span{

  display: block;

  float: left;

  width: 240px;

  margin-left: 10px;

  margin-top: 38px;



}



.pro_bg .product .pro_box .hd ul li a span i{

  font-size: 18px;

  color: #fff;

  font-weight: bold;

  white-space: nowrap;

  text-overflow: ellipsis;

  -o-text-overflow: ellipsis;

  overflow: hidden;

  display: block;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.pro_bg .product .pro_box .hd ul li a span em{

  font-size: 12px;

  color: #fff;

  font-family: Arial, Helvetica, sans-serif;

  opacity: 0.5;

  white-space: nowrap;

  text-overflow: ellipsis;

  -o-text-overflow: ellipsis;

  overflow: hidden;

  display: block;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  margin-top: 5px;

}



.pro_bg .product .pro_box .hd ul li a b{

  display: block;

  float: right;

  margin: 30px 10px 0 0;

  width: 54px;

  height: 54px;

  border: 1px dashed #97a2b5;

  border-radius: 50%;

  background: url(pro_ico.png) no-repeat  center;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.pro_bg .product .pro_box .hd ul li::after{

  position: absolute;

  left: -20px;

  top: 0px;

  width: 0;

  height: 100%;

  background: url(pro_list.png) no-repeat  center;

  content: "";

  z-index: -1;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.pro_bg .product .pro_box .hd ul li.on::after{

  width: 405px;



}



.pro_bg .product .pro_box .hd ul li.on a b{

  border: 1px dashed #c30000;

  background: #c30000 url(pro_ico.png) no-repeat  center;

  -webkit-box-shadow: 0 0 8px 6px rgba(254, 0, 0, .1);

  box-shadow: 0 0 8px 6px rgba(254, 0, 0, .1);

}

/* title */



.title{

  margin: 0 auto;

  text-align: center;


  width: 644px;

  height: 133px;

  padding-top: 33px;

}





.title img{

  display: block;

  margin: 0 auto;

}



.title h3{

  font-size: 40px;

  color: #333333;

  line-height: 40px;

  margin-top: -50px;

  position: relative;

  z-index: 5;

  letter-spacing: 1px;



}



.title h3 a{

  display: block;

  font-size: 40px;

  color: #333333;

}



.title h3 i{

  font-size: 40px;

  color: #1c355f;

}



.title p{

  font-size: 15px;

  color: #6d6d6d;

  margin: 20px auto 0 auto;

}




/* about */



.ab_bg{

  width: 100%;

  height: 862px;

  margin: 0 auto;

  background: url(ab_bg.jpg) no-repeat  center;

  overflow: hidden;

}



.ab_bg .about{

  width: 1280px;

  margin: 0  auto;

  padding-top: 97px;

  height: 340px;

}



.ab_bg .about .ab_l{

  float: left;

  width: 640px;

}



.ab_bg .about .ab_l h5{

  font-size: 46px;

  color: #1b1b1b;

  font-family: "微软雅黑 Light";

  line-height: 50px;



}



.ab_bg .about .ab_l h6{

  font-size: 18px;

  color: #656565;

  line-height: 36px;

  margin-top: 35px;



}



.ab_bg .about .ab_l h6 span{

  font-size: 18px;

  color: #c30000;

  font-weight: bold;

}



.ab_bg .about .ab_l i{

  display: block;

  font-size: 12px;

  color: #333333;

  font-family: Arial, Helvetica, sans-serif;

  opacity: 0.3;

  margin-top: 35px;

}



.ab_bg .about .ab_l em{

  display: block;

  background: url(buttom1.png) no-repeat  center;

  width: 48px;

  height: 8px;

  margin-top: 15px;

}





.ab_bg .about .ab_r{

  float: right;

  width: 570px;

  text-align: right;

}



.ab_bg .about .ab_r h5{

  font-size: 20px;

  color: #333333;

  font-weight: bold;

}



.ab_bg .about .ab_r p{

  font-size: 15px;

  color: #7c7c7c;

  line-height: 30px;

  overflow: hidden;

  height: 120px;

  margin: 30px 0 40px 0;

}



.ab_bg .about .ab_r .more{

  display: block;

  width: 258px;

  height: 41px;

  line-height: 41px;

  background:  #1c355f;

  border-radius: 45px;

  text-align: center;

  float: right;

}



.ab_bg .about .ab_r .more i{

  display: inline-block;

  text-align: center;

  padding-right: 110px;

  font-size: 14px;

  color: #fff;

  background: url(more.png) no-repeat right center;

}



.ab_bg .ab_num{

  margin: 0 auto;

  height: 425px;

  width: 1280px;

  background: url(ab_num.jpg) no-repeat center;

}



.ab_bg .ab_num ul li{

  float: left;

  position: relative;

  z-index: 5;

  width: 425px;

  height: 413px;

  border-right: 1px solid rgba(255, 255, 255, 0.2);

  margin-top: 6px;

  text-align: center;

}



.ab_bg .ab_num ul li h5{

  position: relative;

  padding-top: 150px;



}



.ab_bg .ab_num ul li h5 span{

  display: inline-block;

  font-size: 62px;

  color: #fff;

  font-weight: bold;

  font-family: Arial, Helvetica, sans-serif;

  line-height: 52px;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.ab_bg .ab_num ul li h5 i{

  font-size: 20px;

  color: #fff;

  font-weight: bold;

  position: relative;

  top: -33px;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.ab_bg .ab_num ul li:nth-child(1) h5 i{

  font-size: 16px;

  color: #fff;

  font-weight: normal;

}



.ab_bg .ab_num ul li h5 em{

  display: inline-block;

  border-radius: 50%;

  border: 1px solid #fff;

  width: 26px;

  height: 26px;

  position: relative;

  left: -25px;

  top: 3px;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.ab_bg .ab_num ul li:nth-child(1) h5 em{

  background: url(ab1.png) no-repeat center; 



}



.ab_bg .ab_num ul li:nth-child(2) h5 em{

  background: url(ab2.png) no-repeat center; 



}



.ab_bg .ab_num ul li:nth-child(3) h5 em{

  background: url(ab3.png) no-repeat center; 



}



.ab_bg .ab_num ul li p{

  font-size: 16px;

  color: #fff;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  margin: 20px auto 10px auto;

}



.ab_bg .ab_num ul li b{

  display: block;

  margin: 0 auto;


  width: 63px;

  height: 1px;

  background:  #fff;

  opacity: 0.3;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.ab_bg .ab_num ul li::after{

  position: absolute;

  top: 50%;

  left: 50%;

  content: "";

  background: #fff;

  width: 0px;

  height: 0;

  opacity: 0.2;

  border-radius: 50%;

  z-index: -2;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.ab_bg .ab_num ul li::before{

  position: absolute;

  top: 50%;

  left: 50%;

  content: "";

  background: #fff;

  width: 0px;

  height: 0;

  opacity: 0.9;

  border-radius: 50%;

  z-index: -1;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}



.ab_bg .ab_num ul li.on::after{

  width: 349px;

  height: 349px;

  left: 38px;

  top: 32px;

}



.ab_bg .ab_num ul li.on::before{

  width: 191px;

  height: 191px;

  left: 117px;

  top: 111px;

}



.ab_bg .ab_num ul li.on h5 span{

  color: #c72525;

}



.ab_bg .ab_num ul li.on h5 i{

  color: #c72525;

}



.ab_bg .ab_num ul li.on p{

  color: #4b4b4c;

}



.ab_bg .ab_num ul li.on b{

  background: #a8abaf;



}



.ab_bg .ab_num ul li.on h5 em{

  border: 1px solid #c72525;



}



.ab_bg .ab_num ul li:nth-child(1).on h5 em{

  background: #fff url(ab11.png) no-repeat center; 



}



.ab_bg .ab_num ul li:nth-child(2).on h5 em{

  background:  #fff url(ab22.png) no-repeat center; 



}



.ab_bg .ab_num ul li:nth-child(3).on h5 em{

  background:  #fff url(ab33.png) no-repeat center; 



}


.caseMenu {
    width: 100%;
    
    color: #999;
}

.caseMenu a {
    color: #999;
}

.caseMenuTop span a {
    color: #333;
}

.caseMenuTop {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #999;
    font-size: 15px;
}

.caseMenuTop a {
    color: #999;
}

.caseMenuR i {
    float: right;
    padding-right: 5px;
}

.caseMenuR img {
    padding-left: 5px;
}

.caseMenuR a:hover {
    color: #333;
}

.caseMenuBottom {
    padding-top: 24px;
}

.caseTitleL {
    font-size: 24px;
    color: #333;  float:left;    width: 18.6666666%;
}
.caseTitleR {
    margin-top: 5px;width: 81.33333333%;    float: left;
}
.caseRe {
    float: left;
}

.caseRer {
    float: left;
    text-align: right;
    margin-top: 6pxm;
}

.text-center {
    margin-top: 20px;
}

.caseTitleR ul li {
    float: left;
    padding: 5px 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    margin-right: .1rem;
    -webkit-transition: .4s;
    transition: .4s;
    margin-right: 0px;
    margin-bottom: 0.03rem;
}

.caseRe i {
    font-size: 22px;
}

.caseTitleR ul li a {
    display: block;
    line-height: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.caseTitleR ul li a::before {
    width: 10px;
    height: 10px;
    border: 2px solid #ddd;
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    line-height: 20pz;
    vertical-align: unset;
}

.caseTitleR ul li:hover {
    box-shadow: 0 0 10px rgba(32, 107, 209, 0.2);
}

.caseList {
    padding-top: 40px;
    margin-bottom: 40px;
}

.caseList li {
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0 0 30px 30px;
    overflow-y: hidden;
}

.caseList li i {
    display: block;
    position: relative;
    padding: 34%;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.caseList li img.caseImgList1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    bottom: 0;
    right: 0;
    border-radius: 5px;
}

.caseLdd .caseListdd {
    display: block;
    margin: 1%;
    position: absolute;
    width: 98%;
    height: 96.1%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.caseListBg {
    width: 100%;
    height: 100%;
    display: block;
    top: 0%;
    left: 0%;
    position: absolute;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.caseListhide {
    width: 0%;
    height: 0%;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transition: .8s;
    transition: .8s;
    background: rgba(255, 255, 255, .2) url(../img/See.png) no-repeat center;
    position: absolute;
    z-index: 1;
    -moz-transform: rotateX(90deg);
}

.newsMeenu .caseMenu {
    width: 100%;
    height: 150px;
    background: url(../img/aboutMenu.jpg) no-repeat center;
    color: #999;
}

.aboutMenu .caseMenu {
    width: 100%;
    height: 150px;
    background: url(../img/aboutMenu1.jpg) no-repeat center;
    color: #999;
}

.contactMenu .caseMenu {
    width: 100%;
    height: 150px;
    background: url(../img/contact.jpg) no-repeat center;
    color: #999;
}

.caseList li:hover .caseListhide {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
}

.caseList li .caseListTitle {
    font-size: 18px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 5%;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}

.caseLdd:hover .caseListTitle {
    font-weight: bold;
}

.caseLine {
    width: 20px;
    height: 1px;
    margin: 8px auto 10px;
    background: transparent;
}

.caseList li p {
    font-size: 14px;

    line-height: 2;
    padding: 0 10px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
    -webkit-transition: 1.2s;
    transition: 1.2s;
    text-align: center;
}

.caseLdd:hover .caseText {
    border-bottom: 1px solid transparent;
}



.caseList li:hover p {
    color: #fff;
}

.caseList li .caseMore {
    font-size: 36px;
    display: block;
    text-align: center;
    margin-top: 8px;
    font-weight: 100;
    color: #fff;
}

.caseList li .caseMore img {
    position: relative;
    animation: lr linear 3s infinite alternate;
}

.caseText {
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0px;
    height: 100%;
    background: #f2f2f2;
}

    .container,dl-container {

        width: 1200px; margin:0 auto

    }
	
	
	
.aboutNewBox {

  padding-top: 40px; width: 78%; margin: 0 auto;    float: right;

}


.aboutNewBox .aboutBoxTitle h3 {

  text-align: center;

  font-size: 36px;

  font-weight: bold;

  line-height: 1;

}

.aboutNewBox .aboutBoxTitle i {

  display: block;

  width: 70px;

  height: 3px;

  background: #000;

  margin: 20px auto;

}

.aboutNewBox .aboutBoxCenter {

  padding-bottom: 80px;

  color: #666;

}

.aboutNewBox .aboutBoxCenter  {

  color: #666;

  font-size: 16px;

  line-height: 35px;

}


.cont-list{
    margin-top: 40px;
}
.cont-list ul{
    display: table;
}
.cont-list ul li{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 310px;
    height: 180px;
    margin-right: 35px;
    border: 1px solid #eeeeee;
    padding: 30px;
    transition: all 0.35s ease;
}
.cont-list ul li:hover{
    transform: translateY(-5px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.cont-list ul li:last-child{
    margin-right: 0;
}
.cont-list ul li span{
    width: 100px;
    height: 100px;
    text-align: center;
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
}
.cont-list ul li span img{
    width: 100%;
    opacity: 0.1;
}
.cont-list ul li h3{
    font-size: 20px;
    color: #0b0b0b;
    font-weight: normal;
}
.cont-list ul li strong{
    font-size: 16px;
    color: #0b0b0b;
    font-weight: normal;
    display: block;
}
.cont-list ul li:nth-child(1) p{
    width: 68%;
    font-size: 16px;
    color: #0b0b0b;
    line-height: 24px;
    padding-top: 16px;
}
.cont-list ul li:nth-child(2) p{
    font-size: 26px; 
    line-height: 30px;
    color: #d81e06;
    padding-top: 16px;
}


/* banner */

   /* 轮播容器样式 */
        .carousel {
            position: relative;
            width: 100%;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        /* 轮播图片容器 */
        .carousel-slides {
            display: flex;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        /* 轮播项样式 */
        .carousel-slide {
            min-width: 100%;
            height: 100%;
            transition: transform 0.5s ease;
        }

        .carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* 控制按钮样式 */
        .carousel-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background-color: rgba(255,255,255,0.7);
            border: none;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s;
        }

        .carousel-control:hover {
            background-color: white;
        }

        .prev {
            left: 20px;
        }

        .next {
            right: 20px;
        }

        /* 指示器样式 */
        .carousel-indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .indicator.active {
            background-color: white;
            transform: scale(1.2);
        }

.list-banner  {width:100%; min-width:1200px;height:300px; overflow: hidden; margin-top:120px;}
.list-banner img{width:100%; min-width:1200px;height:300px; position:relative;}
.content { position: relative; margin-bottom: 50px; background-image:url(view_bg.jpg) ; background-position: bottom; background-repeat:repeat-x;width: 1200px;
    margin: 0 auto; }
.content .title { width: 19%; height: 125px; position: absolute; left: 0; top: -88px; background: url(title-bg.png) no-repeat; background-size: 100%; box-sizing: border-box; padding: 25px 0; text-align: center; color: #fff; }
.content .title p { font-size: 23px;  color:#fff}
.content .title span { font-size: 28px; }
.content .center { overflow: hidden; }
.content .pos { width: 81%; height: 52px; line-height: 52px; background: rgba(0, 0, 0, 0.3);  position: absolute; right: 0; top: -52px; box-sizing: border-box; padding: 0 50px; color: #fff; font-size: 16px; }
.content .pos img { width: 20px; height: 22px; margin-right: 10px; }
.content .pos a { color: #fff; font-size: 16px; }
.content .pos a:hover { color: #c13742; }
.content .left_box { width: 19%; background-color: #f5f4f4; margin-top: 36px; }
.content .left_box .child_nav { width: 100%; }
.content .left_box .child_nav li { width: 100%; height: 57px; line-height: 57px; position: relative; }
.content .left_box .child_nav li a { display: block; font-size: 18px; height: 57px; line-height: 57px; border-bottom: 1px solid #ccc; box-sizing: border-box; padding: 0 18px; }
.content .left_box .child_nav li a.on { border-bottom: 1px solid #c13742; }
.content .left_box .child_nav li:after { content:" "; background-color: #c13742; position: absolute; bottom: 0px; left: 0; height: 1px; width: 35px; }
.content .left_box .child_nav li:hover:after { width: 100%; transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }
.content .left_box .s_box { width: 100%; padding: 15px 0; }
.content .left_box .s_box img { width: 100%; height: 145px; }
.content .left_box .s_box .search { margin: 20px 9px 3px; height: 38px; position: relative; }
.content .left_box .s_box .search input { width: 210px; height: 36px; border: 1px solid #ccc; background-color: #f5f4f4; padding: 0 38px 0 10px; box-sizing: border-box; font-size: 14px; }
.content .left_box .s_box .search a { width: 38px; height: 35px; font-size: 0; display: block; background: url(search-btn.png) no-repeat center; position: absolute; right: 0; top: 0; }


.list-news-box {width:78%; min-height: 350px; padding: 35px 0 50px; margin-left: 3%; overflow: hidden;}
.list-news { width: 100%; float: left; }
.list-news ul { position: relative;  }
.list-news li { overflow: hidden; width: 100%; margin-bottom: 40px; }
.list-news li a { display: block; }
.list-news .news_left { width: 45%; height: 160px; }
.list-news .news_img { width: 280px; height: 100%; border-bottom-left-radius: 10px; overflow: hidden; }
.list-news .news_img img { width: 100%; height: 100%; transition: all 0.6s; }
.list-news li:hover img { transform: scale(1.1); }
.list-news .news_date { width: 100px; height: 160px; background-color: #eee; padding: 20px 0; }
.list-news .news_date h2 { font-size: 56px; font-weight: normal; text-align:center; }
.list-news .news_date p { font-size: 16px; color: #999; text-align:center; }
.list-news .news_right { width: 55%; text-align: left; border-bottom: 1px solid #eee; }
.list-news .news_right h3 { line-height: 50px; font-size: 18px; font-weight: bold; transition: all 0.2s; }
.list-news .news_list li:hover .news_right { border-color: #80c8e8; }
.list-news .news_list li:hover h3 { color: #518fd3; }
.list-news .news_right p { height: 56px; line-height: 28px; font-size: 14px; color: #999; overflow: hidden; }
.list-news .news_right h5 { line-height: 53px; font-size: 12px; font-weight: normal; color: #999; padding-right: 30px; display: inline-block; background: url("click.jpg") no-repeat right; }

.fl{ float:left}
.fr{ float:right}



.col-lg-4 {
    width: 30%;    float: left;padding-right: 15px;
    padding-left: 15px;
}



/*内容页图片上当前位置*/
.view-path {width:1200px; margin:0 auto;position: relative;}
.view-path .path { width:100%; height: 52px; line-height: 52px; background: rgba(0, 0, 0, 0.3);  position: absolute;  top: -57px; box-sizing: border-box; padding: 0 0 0 30px; color: #fff; font-size: 16px; }
.view-path .path-left img { width: 20px; height: 22px; margin-right: 10px; }
.view-path .path-right img {width:52px; height:52px; }
.view-path .path a { color: #fff; font-size: 16px; }
.view-path .path a:hover { color: #CC3300; }



/*内容页 无左侧菜单  案例详情页*/
.view-details-box { width:100%;background-color:#E3E3E3;}
.view-details { width:1200px; margin:0 auto; background-color:#FFFFFF;}
.view-details .view-content { position: relative; background-image:url(view_bg.jpg) ; background-position: bottom; background-repeat:repeat-x; }
.view-details .title { width:87%;margin:0 auto; padding-top:50px; border-bottom: 2px dashed #ededed; }
.view-details .title p { padding: 10px; line-height: 35px; text-align: center; font-size: 28px; color: #000; font-weight: bold; }
.view-details .title span { display: block; text-align: center; font-size: 15px; padding: 12px 10px 30px; }
.view-details .view-content { padding:30px 80px 50px 80px; font-size:16px; line-height:32px; text-align:left; }
.view-details .view-content img { max-width: 100%; }
.view-details .btn { height:100px; padding: 60px 0 30px 0; }
.view-details .btn p { font-size: 16px; color: #666; height: 30px; line-height: 30px; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; }
.view-details .btn p a { font-size: 16px; color: #666; }
.view-details .btn p a:hover { color: #c13742; }
.view-details-box-kong { width:100%;background-color:#E3E3E3; height:80px; min-width:1200px;}

