html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #333;
  transition: all 300ms;
}
body {
  line-height: 1;
  background-color: #f2f2f2;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.center {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin: 0 auto;
}
.top {
  display: flex;
  justify-content: center;
  background-color: #f2f2f2;
}
.top .center {
  height: 35px;
}
.top strong {
  color: #333;
}
.top .links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top .links a {
  height: 35px;
  padding-left: 35px;
  display: flex;
  align-items: center;
  background: url(../image/down.png) left 10px center no-repeat;
  background-size: 15px 15px;
}
.top .links a:hover {
  color: #10439f;
  background: url(../image/downed.png) left 10px center no-repeat;
  background-size: 15px 15px;
}
.top2 {
  display: flex;
  justify-content: center;
  background-color: #f2f2f2;
}
.top2 .center {
  height: 35px;
}
.top2 strong {
  color: #333;
}
.top2 .links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top2 .links a:first-child {
  height: 35px;
  padding-left: 35px;
  display: flex;
  align-items: center;
  background: url(../image/telicon.png) left 10px center no-repeat;
  background-size: 15px 15px;
}
.top2 .links a:first-child:hover {
  color: #10439f;
}
.top2 .links a:last-child {
  height: 35px;
  padding-left: 35px;
  display: flex;
  align-items: center;
  background: url(../image/address.png) left 10px center no-repeat;
  background-size: 15px 15px;
}
.top2 .links a:last-child:hover {
  color: #10439f;
}
.logo {
  padding: 30px 0;
  background-color: #fff;
}
.logo h1 {
  width: 450px;
}
.logo .search {
  flex: 1;
  display: flex;
  padding: 0 70px;
  justify-content: space-between;
  position: relative;
}
.logo .search a {
  position: absolute;
  z-index: 999;
  padding: 5px 7px;
  color: #fff;
  background-color: #ddd;
}
.logo .search a:hover {
  background-color: #fd6500;
  color: #fff;
}
.logo .search a:nth-child(3) {
  right: 200px;
  top: 10px;
}
.logo .search a:nth-child(2) {
  right: 130px;
  top: 10px;
}
.logo .search input {
  border: 1px solid #fd6500;
  height: 40px;
  color: #333;
  flex: 1;
  padding: 0 5px;
}
.logo .search input:focus {
  outline: none;
}
.logo .search input:focus ~ a {
  display: none;
}
.logo .search input::placeholder {
  color: #999;
}
.logo .search button {
  width: 45px;
  height: 40px;
  border: none;
  background-color: #fd6500;
  background-image: url(../image/search.png);
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}
.logo .search button:active {
  outline: none;
  opacity: 0.85;
}
.logo .tel {
  width: 240px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 25px;
  padding-left: 50px;
  background: url(../image/tel.png) left center no-repeat;
  background-size: 40px 40px;
}
.menu {
  background-color: #fff;
}
.menu .center {
  display: flex;
  justify-content: space-between;
}
.menu .center h2 {
  width: 200px;
  border: 1px solid #04339d;
  height: 45px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #666;
  padding-left: 0;
  background: url(../image/nav.png) left 25px center no-repeat;
  background-size: 16px 16px;
  position: relative;
}
.menu .center h2 .downnavs {
  position: absolute;
  top: 44px;
  height: 429px;
  z-index: 9999;
  width: 200px;
  background-color: rgba(2, 39, 108, 0.7);
}
.menu .center h2 .downnavs li {
  width: 100%;
  border-bottom: 1px solid #5475a2;
}
.menu .center h2 .downnavs li:hover .secondnavs {
  display: block;
  height: 100%;
  position: absolute;
  left: 200px;
  top: 0;
  width: 300px;
  background-color: rgba(2, 39, 108, 0.8);
  animation: ltr 200ms linear forwards;
}
@keyframes ltr {
  0% {
    transform: translateX(-50px);
    opacity: 0;
    z-index: -99;
  }
  100% {
    transform: translateX(0);
    z-index: 9;
    opacity: 1;
  }
}
.menu .center h2 .downnavs li:hover .secondnavs a {
  padding: 0 25px 0 40px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  height: 53px;
  border-bottom: 1px solid #5475a2;
  background: url(../image/right.png) left 15px center no-repeat;
  background-size: 15px 15px;
}
.menu .center h2 .downnavs li:hover .secondnavs a:hover {
  opacity: 0.8;
  background-color: #04339d;
}
.menu .center h2 .downnavs li:hover .secondnavs a:last-child {
  border-bottom: none;
}
.menu .center h2 .downnavs li > a {
  height: 52px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 25px;
  color: #fff;
}
.menu .center h2 .downnavs li:hover {
  opacity: 0.8;
  background-color: #04339d;
}
.menu .center h2 .downnavs li .secondnavs {
  display: none;
}
.menu .center h2 .downnavs li:last-child {
  border-bottom: none;
}
.menu .center ul.navs {
  flex: 1;
  display: flex;
  margin-left: 50px;
  align-items: center;
  justify-content: space-between;
}
.menu .center ul.navs li {
  flex: 1;
}
.menu .center ul.navs li a {
  height: 40px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .center ul.navs li a:hover {
  color: #04339d;
}
.menu2 .navs {
  margin: 0!important;
}
#banner .swiper-slide {
  width: 100%;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  background-size: auto 100% !important;
}

#banner .swiper-slide a{
    width: 100%;
    height: 100%;
}
.title {
  margin: 50px auto;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title .dlist {
  flex: 1;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.title .dlist a {
  padding: 7px 10px;
  margin: 0 10px;
  background-color: none;
  color: #333;
  font-size: 14px;
}
.title .dlist a:hover {
  background-color: #fd6500;
  color: #fff;
}
.title .dlist a.hover {
  background-color: #fd6500;
  color: #fff;
}
.title .tt {
  font-size: 24px;
  font-weight: bold;
}
.title .mr {
  font-size: 14px;
  color: #ff7b28;
}
.service {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.service dl {
  width:386px;
  background-color: #fff;
  margin: 0 10px 20px;
}
.service dl dt a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 257.75px;
}
.service dl dt a:hover .lyer {
  opacity: 1;
  transition: 1s;
}
.service dl dt a:hover img {
  transform: scale(1.1);
  transition: 1s;
  filter: blur(3px);
}
.service dl dt a .lyer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9899;
  width: 100%;
  height: 257.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.4);
  flex-wrap: wrap;
  opacity: 0;
}
.service dl dt a .lyer strong,
.service dl dt a .lyer p {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service dl dt a .lyer strong {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 35px;
}
.service dl dt a .lyer p {
  font-size: 16px;
}
.service dl img {
  max-width: 100%;
  display: block;
  max-height: 257.75px;
}
.service a:hover {
  color: #04339d;
}
.service .tt {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.service .tt a {
  flex: 1;
  display: flex;
  padding: 35px 0 15px;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}
.service .tts {
  display: flex;
  flex-wrap: wrap;
}
.service .tts a {
  width: 33.333%;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.itemlist {
  display: flex;
  width: 1220px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.itemlist dl {
  width: 285px;
  margin: 0 10px 20px;
  background-color: #fff;
}
.itemlist dl dt a {
  display: block;
  width: 285px;
  height: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itemlist dl dt a:hover img {
  transform: scale(1.2);
  transition: 1s;
  filter: grayscale(85%);
}
.itemlist dl dt img {
  width: 285px;
  display: block;
  height: 185px;
}
.itemlist dl .dt a {
  display: flex;
  margin: 10px 20px 10px 10px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itemlist dl .des a {
  display: flex;
  margin: 10px;
  height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2;
  color: #333;
  font-size: 14px;
}
.itemlist dl a:hover {
  color: #04339d;
}
.ttdl {
  margin: 35px 0;
}
.ttdl dt,
.ttdl dd {
  text-align: center;
}
.ttdl dt {
  font-size: 32px;
}
.ttdl dd {
  font-size: 16px;
  padding: 20px 0;
}
.solbox {
  width: 1200px;
  margin: 0 auto 35px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.solbox .left {
  width: 285px;
  margin-right: 20px;
}
.solbox .left a {
  border: 3px solid #fd6500;
  margin-bottom: 20px;
  display: flex;
  padding: 15px;
  background-color: #fff;
}
.solbox .left a dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.solbox .left a dd {
  font-size: 12px;
}
.solbox .left a:hover {
  background-color: #fd6500;
  color: #fff;
}
.solbox .right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.solbox .right dl {
  width: 208px;
  margin: 0 20px 20px;
}
.solbox .right dl:nth-child(1n) {
  margin-left: 0;
}
.solbox .right dl:nth-child(4n) {
  margin-right: 0;
}
.solbox .right dl .dt {
  padding: 10px 10px 0 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}
.solbox .right dl .des {
  padding: 0 10px 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solbox .right dl dt a {
  width: 208px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.solbox .right dl dt img {
  width: 208px;
  height: 130px;
}
.solbox .right dl dt a:hover img {
  transform: scale(1.1);
  transition: 1s;
}
.solbox .right img {
  max-width: 100%;
  display: block;
}
.about {
  padding: 50px 0;
  min-height: 500px;
  background-color: #fff;
}
.about .center2 {
  width: 1200px;
  margin: 0 auto;
}
.about .center2 h3 {
  color: #04339d;
  font-size: 42px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  width: 500px;
  margin: 0 auto 35px;
  position: relative;
}
.about .center2 h3::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 100px;
  left: 200px;
  bottom: 0;
  background-color: #04339d;
}
.about .center2 .box {
  width: 100%;
  position: relative;
}
.about .center2 .box img {
  max-width: 500px;
}
.about .center2 .box .more {
  position: absolute;
  padding: 30px 40px;
  background-color: #fd6500;
  color: #fff;
  bottom: 0;
  right: 350px;
  z-index: 999;
  font-size: 14px;
  opacity:0.8;
}
.about .center2 .box .more:hover {
  background-color: #04339d;
  transition: 1s;
}
.about .center2 .box dl {
  position: absolute;
  right: 0;
  padding: 20px;
  border: 3px solid #fd6500;
  width: 800px;
  background-color: #fff;
  top: 20px;
}
.about .center2 .box dl dt {
  font-weight: bold;
  font-size: 16px;
}
.about .center2 .box dl .abp {
  padding: 0px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.43;
}
.newslist {
  background-color: #fff;
}
.newslist .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.newslist .box .left {
  width: 550px;
}
.newslist .box .left img {
  display: block;
  max-width: 100%;
}
.newslist .box .left dl dt {
  margin-bottom: 15px;
}
.newslist .box .left dl dt .dimg {
  display: block;
  height: 200px;
}
.newslist .box .left dl dt .dimg img {
  width: 100%;
  height: 200px;
  display: block;
}
.newslist .box .left dl dd {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.newslist .box .left dl dd a {
  width: 60%;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  padding: 7px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newslist .box .left dl dd span {
  font-size: 14px;
  padding: 7px 0;
}
.newslist .box .left dl .dtt {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  display: block;
  font-weight: bold;
}
.newslist .box .right {
  flex: 1;
  margin-left: 50px;
}
.newslist .box .right .morett {
  display: flex;
  justify-content: space-between;
}
.newslist .box .right .morett .tt {
  color: #ff0000;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  font-size: 18px;
  display: flex;
  padding-bottom: 20px;
}
.newslist .box .right .morett .tt::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 73px;
  border-bottom: 2px solid #ff0000;
}
.newslist .box .right dl {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.newslist .box .right dl:last-child {
  margin-bottom: 0;
}
.newslist .box .right dl dt {
  width: 180px;
}
.newslist .box .right dl dt a {
  display: block;
}
.newslist .box .right dl dt a img {
  width: 150px;
  overflow: hidden;
  display: block;
}
.newslist .box .right dl dd {
  flex: 1;
  white-space: normal;
}
.newslist .box .right dl dd a.titler {
  overflow: hidden;
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.newslist .box .right dl dd .desc {
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  color: #999;
  font-size: 13px;
}
.newslist .linkstitle {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
.newslist .linkstitle a {
  font-size: 18px;
  display: flex;
  padding-bottom: 20px;
  margin-right: 20px;
  padding-right: 30px;
  position: relative;
}
.newslist .linkstitle a:first-child::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
.newslist .linkstitle a.active {
  color: #ff0000;
  font-weight: 600;
  position: relative;
}
.newslist .linkstitle a.active::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 73px;
  border-bottom: 2px solid #ff0000;
}
.fl {
  background-color: #fff;
  padding: 50px 0;
}
.friendslinks {
  width: 1200px;
  margin: 0 auto;
  padding-left: 100px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background: url(../image/links.png) left center no-repeat;
  position: relative;
}
.friendslinks::before {
  content: " ";
  width: 1px;
  height: 50px;
  position: absolute;
  background-color: #ddd;
  top: 10px;
  left: 90px;
}
.friendslinks a {
  margin-bottom: 7px;
  margin-right: 20px;
}
.friendslinks a:hover {
  color: #fd6500;
}
footer {
  overflow: hidden;
  background-color: #1f1a17;
}
footer .navs {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #333;
  justify-content: center;
  align-items: center;
}
footer .navs a {
  color: #fff;
  display: flex;
  padding: 30px 20px;
}
footer .boxcs {
  width: 1200px;
  margin: 50px auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
footer .boxcs h5 a {
  display: block;
}
footer .boxcs h5 a img {
  display: block;
  overflow: hidden;
}
footer .boxcs ul {
  margin-left: 100px;
  margin-right: 50px;
  flex: 1;
}
footer .boxcs ul li {
  color: #605c59;
  padding-bottom: 15px;
}
footer .boxcs ul .tel {
  color: #fff;
}
footer .ewm {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
footer .ewm dl {
  width: 130px;
  margin-left: 30px;
}
footer .ewm dl img {
  max-width: 100%;
  border: 5px solid #fff;
}
footer .ewm dl dd {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  color: #605c59;
}
.down {
  background-color: #000;
}
.down .center {
  padding: 10px 0;
  font-size: 14px;
  color: #605c59;
}
.upbtn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 80px;
  bottom: 50px;
  z-index: 999;
  background: #ddd url(../image/up.png) center center no-repeat;
}
#header2 {
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
  padding: 20px 0;
}
#header2 ul.navs {
  flex: 1;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header2 ul.navs li {
  flex: 1;
}
#header2 ul.navs li a {
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header2 ul.navs li a:hover {
  color: #04339d;
}
#header2 .search {
  width: 320px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#header2 .search a {
  position: absolute;
  z-index: 999;
  padding: 5px 7px;
  color: #fff;
  background-color: #ddd;
  display: none;
}
#header2 .search a:hover {
  background-color: #fd6500;
  color: #fff;
}
#header2 .search a:nth-child(3) {
  right: 130px;
  top: 10px;
}
#header2 .search a:nth-child(2) {
  right: 60px;
  top: 10px;
}
#header2 .search input {
  border: 1px solid #fd6500;
  height: 40px;
  color: #333;
  flex: 1;
  padding: 0 5px;
}
#header2 .search input:focus {
  outline: none;
}
#header2 .search input:focus ~ a {
  display: none;
}
#header2 .search input::placeholder {
  color: #999;
}
#header2 .search button {
  width: 45px;
  height: 40px;
  border: none;
  background-color: #fd6500;
  background-image: url(../image/search.png);
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
}
#header2 .search button:active {
  outline: none;
  opacity: 0.85;
}
.innerbody {
  background-color: #fff;
}
#banner2 {
  height: 440px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100% ;
}
#banner3 {
  height: 440px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100% ;
}
.tablinks {
  padding: 45px 0 0;
  display: flex;
  justify-content: center;
}
.tablinks a {
  border: 1px solid #ddd;
  margin: 0 10px;
  border-radius: 50px;
  height: 50px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
}
.tablinks a.active {
  background-color: #fd6500;
  border: 1px solid #fd6500;
  color: #fff;
}
.tablinks a:hover {
  background-color: #fd6500;
  border: 1px solid #fd6500;
  color: #fff;
}
.aboutbox {
  margin-bottom: 50px;
  width: 1200px;
  margin: 0 auto;
}
.aboutbox .tt {
  width: 1200px;
  margin: 35px auto 20px;
  height: 100px;
  display: flex;
  justify-content: center;
  position: relative;
}
.aboutbox .tt::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  background-color: #ddd;
}
.aboutbox .tt dl {
  background-color: #fff;
  z-index: 999;
  padding: 10px 20px;
}
.aboutbox .tt dl dt,
.aboutbox .tt dl dd {
  text-align: center;
}
.aboutbox .tt dl dt {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.aboutbox .tt dl dt span {
  color: #fd6500;
}
.aboutbox .tt dl dd {
  font-size: 14px;
  padding-top: 10px;
  color: #999;
}
.aboutbox .abbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.aboutbox .abbox > img {
  width: 500px;
  height: auto;
}
.aboutbox .content {
  padding-left: 35px;
  font-size: 14px;
  line-height: 1.5;
}
.advantage {
  display: flex;
  justify-content: space-between;
}
.advantage dl {
  flex: 1;
  padding: 0 30px;
  margin-bottom: 50px;
}
.advantage dl dt,
.advantage dl dd {
  text-align: center;
}
.advantage dl dt {
  font-size: 26px;
  color: #666;
}
.advantage dl dt em {
  font-size: 42px;
  font-weight: bold;
  color: #fd6500;
}
.advantage dl dt sup {
  vertical-align: sup;
  font-size: smaller;
}
.advantage dl dd {
  color: #999;
  padding-top: 15px;
}
.abinfo {
  font-size: 22px;
  color: #999;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
#aboutswiper {
  width: 1200px;
  margin: 0 auto 50px;
  height: 400px;
}
#aboutswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
#aboutswiper .swiper-slide-active,
#aboutswiper .swiper-slide-duplicate-active {
  transform: scale(1.5);
  opacity: 1;
  z-index: 999;
}
#aboutswiper .swiper-slide {
  background-color: #ddd;
}
#aboutswiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.zzh3 {
  color: #04339d;
  font-size: 42px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  width: 500px;
  margin: 0 auto 35px;
  position: relative;
}
.zzh3::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 100px;
  left: 200px;
  bottom: 0;
  background-color: #04339d;
}
#rongyuzzz {
  height: 450px;
  width: 1200px;
  margin: 0 auto 100px;
}
#rongyuzzz .swiper-slide {
  background-color: #f2f2f2;
}
#rongyuzzz .swiper-slide img {
  width: 100%;
  display: block;
  height: 400px;
}
#rongyuzzz .swiper-slide .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-weight: bold;
  font-size: 16px;
}
.page {
  background-color: #f2f2f2;
  width: 1200px;
  margin: 20px auto;
  display: flex;
}
.page .leftbody {
  flex: 1;
  background-color: #fff;
}
.page .leftbody *{
    max-width: 900px;
  
}
.page .rightlist {
  width: 300px;
  margin-left: 20px;
}
.page .rightlist .box {
  background-color: #fff;
}
.page .rightlist .title2s {
  margin: 20px;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 5px solid #fd6500;
  display: inline-block;
}
.page .rightlist .dlbox {
  display: flex;
  justify-content: flex-start;
  padding: 0 20px 20px 20px;
  flex-wrap: wrap;
}
.page .rightlist .dlbox a {
  width: 125px;
  display: block;
  margin-right: 10px;
  overflow: hidden;
}
.page .rightlist .dlbox a:nth-child(2n) {
  margin-right: 0;
}
.page .rightlist .dlbox a:hover {
  color: #fd6500;
}
.page .rightlist .dlbox a:hover img {
  transform: scale(1.1);
}
.page .rightlist .dlbox dl {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.page .rightlist .dlbox dt {
  width: 125px;
  height: 83px;
  overflow: hidden;
}
.page .rightlist .dlbox dd {
  padding-top: 7px;
}
.page .rightlist .dlbox img {
  width: 125px;
  height: 83px;
  display: block;
  overflow: hidden;
}
.breadaddress {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.breadaddress img {
  width: 15px;
  opacity: 0.5;
  height: 15px;
  margin-right: 10px;
}
.breadaddress a {
  font-size: 14px;
  color: #666;
  padding-right: 10px;
}
.breadaddress a::after {
  content: ">";
  padding-left: 5px;
}
.contentsc {
  font-size: 14px;
  padding: 45px 30px;
}
.contentsc * {
  max-width: 100%!important;
}
article {
  padding: 30px;
}
article h2 {
  text-align: center;
  font-size: 24px;
}
article span {
  margin: 0 5px;
}
article strong{
    font-weight: bold;
}

article a{
    font-weight: bold;
    text-decoration: underline;
}


article .info {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
}
article .info img {
  height: 16px;
  margin-right: 5px;
}
.contentboxs {
  max-width: 100%;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  padding: 35px 0;
}
.contentboxs *{
    max-width: 100%;
}

.contentboxs img{
    max-width: 100%!important;
    height: auto!important;
}
.prevnext {
  display: flex;
  justify-content: flex-start;
}
.prevnext > div {
  font-size: 14px;
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
.prevnext > div a {
  text-decoration: underline;
  color: #666;
  width: 300px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutnews {
  margin: 30px;
}
.aboutnews ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.aboutnews ul li {
  width: 50%;
  padding-bottom: 7x;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 7px;
}
.aboutnews ul li:nth-child(9),
.aboutnews ul li:nth-child(10) {
  border-bottom: none;
  margin-bottom: 0;
}
.aboutnews ul li a {
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
}
.aboutnews ul li a:hover {
  color: #ff7b28;
}
.aboutnews ul li a::before {
  content: " ";
  width: 3px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7.5px;
  background-color: #999;
}
.abouttitle {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}
.abouttitle::before {
  content: " ";
  width: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  background-color: #fd6500;
}
.listarticle .tablins {
  margin: 20px 20px 10px 20px;
  background-color: #f2f2f2;
  display: flex;
}
.listarticle .tablins a {
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: center;
  padding: 25px 35px;
}
.listarticle .tablins a:hover {
  color: #fd6500;
  border-bottom: 3px solid #fd6500;
}
.listarticle .tablins a.active {
  color: #fd6500;
  border-bottom: 3px solid #fd6500;
}
.title2snew {
  margin: 20px;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 5px solid #fd6500;
  display: inline-block;
}
.nesxdlbox {
  padding: 20px 20px 0 20px;
}
.nesxdlbox dl {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.nesxdlbox dl dt {
  width: 225px;
}
.nesxdlbox dl dt a {
  display: block;
}
.nesxdlbox dl dt a img {
  display: block;
  width: 100%;
}
.nesxdlbox dl dd {
  flex: 1;
  margin-left: 20px;
}
.nesxdlbox dl dd .titler {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.nesxdlbox dl dd .desc {
  font-size: 14px;
  line-height: 1.4;
  color: #999;
}
.nesxdlbox dl dd .info {
  color: #999;
  display: flex;
  align-items: center;
  padding-top: 7px;
  margin-bottom: 10px;
  font-size: 14px;
}
.nesxdlbox dl dd .info span {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.nesxdlbox dl dd .info img {
  height: 15px;
  margin-right: 7px;
}
.navswiper {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  position: relative;
  margin: 75px auto 50px;
}
.navswiper > a {
  position: relative;
  padding: 15px 35px 15px 15px;
  border-bottom: 5px solid #fff;
  font-size: 14px;
  display: flex;
  color: #000;
  align-items: center;
}
.navswiper > a::after {
  position: absolute;
  content: " ";
  right: 0;
  width: 30px;
  height: 44px;
  background: url(../image/rcion.png) center center no-repeat;
  background-size: 11px 11px;
}
.swx {
  width: 1000px;
  flex: 1;
  display: flex;
}
.swx a {
  padding: 15px 0;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-bottom: 5px solid #fff;
}
.swx a.act {
  padding: 15px 15px;
  font-size: 14px;
  border-bottom: 5px solid #fd6500;
}
#navswiper {
  flex: 1;
}
.serviced {
  background-color: #fff;
}
.itemlist2 {
  width: 1220px;
  margin: 0 auto;
}
.itemlist2 .dlsboxs {
  display: flex;
  flex-wrap: wrap;
}
.itemlist2 dl {
  width: 285px;
  margin: 0 10px 20px;
  background-color: #fff;
}
.itemlist2 dl:hover {
  box-shadow: 0 0 10px #ddd;
}
.itemlist2 dl dt a {
  display: block;
  width: 285px;
  height: 185px;
  overflow: hidden;
}
.itemlist2 dl dt a:hover img {
  transform: scale(1.2);
  transition: 1s;
  filter: grayscale(85%);
}
.itemlist2 dl dt img {
  width: 285px;
  display: block;
  height: 185px;
}
.itemlist2 dl .dt {
  font-weight: normal;
}
.itemlist2 dl .dt a {
  display: flex;
  justify-content: center;
  padding: 10px 10px 0 10px;
  font-size: 18px;
}
.itemlist2 dl .des a {
  display: flex;
  padding: 10px;
  justify-content: center;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}
.itemlist2 dl a:hover {
  color: #04339d;
}
.zzh4 {
  color: #000;
  font-size: 36px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  width: 500px;
  margin: 20px auto 35px;
  position: relative;
}
.zzh4::after {
  content: " ";
  position: absolute;
  height: 3px;
  width: 200px;
  left: 150px;
  bottom: 0;
  background-color: #fd6500;
}
.itemlist4 {
  width: 1220px;
  margin: 0 auto;
}
.itemlist4 .dlsboxs {
  display: flex;
  flex-wrap: wrap;
}
.itemlist4 dl {
  width: 285px;
  margin: 0 10px 20px;
  background-color: #fff;
}
.itemlist4 dl dt a {
  display: block;
  width: 285px;
  height: 185px;
  overflow: hidden;
}
.itemlist4 dl dt a:hover img {
  transform: scale(1.2);
  transition: 1s;
  filter: grayscale(85%);
}
.itemlist4 dl dt img {
  width: 285px;
  display: block;
  height: 185px;
}
.itemlist4 dl .dt {
  font-weight: normal;
}
.itemlist4 dl .dt a {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  font-size: 18px;
}
.itemlist4 dl .des a {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
}
.itemlist4 dl a:hover {
  color: #04339d;
}
.aboutnews2 {
  margin: 30px auto 50px;
  width: 1200px;
}
.aboutnews2 ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.aboutnews2 ul li {
  width: 33.3333%;
  padding-bottom: 7x;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 7px;
}
.aboutnews2 ul li a {
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
}
.aboutnews2 ul li a:hover {
  color: #ff7b28;
}
.aboutnews2 ul li a::before {
  content: " ";
  width: 3px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7.5px;
  background-color: #999;
}
.abmain {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}
.abmain dl {
  flex: 1;
  border: 1px solid #ddd;
  margin-left: 35px;
  padding: 30px;
  position: relative;
}
.abmain dl::before {
  content: " ";
  position: absolute;
  left: -1px;
  height: 70%;
  top: 15%;
  width: 3px;
  background-color: #fff;
}
.abmain dl dt {
  font-size: 38px;
  color: #666;
}
.abmain dl .aboutp {
  padding: 35px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.abmain .morebtn a {
  display: inline-flex;
  background-color: #10439f;
  padding: 15px 30px;
  color: #fff;
  font-size: 14px;
}
.boxcp {
  background-color: #fff;
}
.companyimgs {
  width: 1220px;
  padding-bottom: 50px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.companyimgs a {
  display: block;
  width: 285px;
  height: 190px;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
.companyimgs a:hover img {
  transform: scale(1.1);
  transition: 1s;
}
.companyimgs a img {
  display: block;
  width: 285px;
  height: 190px;
}
.companyimgs a .nams {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.companyimgs a .nams:hover {
  opacity: 1;
  transition: 1s;
}
.mb0 {
  padding-bottom: 10px;
}
.aborange {
  background-color: #ff6704;
  height: 280px;
}
.aborange .left {
  width: 200px;
  height: 300px;
  position: absolute;
  left: 20px;
  top: -20px;
  padding: 30px;
  background-color: #3e3e48;
}
.aborange .left h5 {
  font-size: 24px;
  margin: 0 auto;
  display: block;
  width: 65px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.aborange .left .bh {
  padding-bottom: 10px;
  text-align: center;
}
.aborange .left p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}
.aborange .left .zixun {
  display: block;
  text-align: center;
  padding: 15px 10px;
  margin: 0 auto;
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
}
.aborange .left .zixun:hover {
  color: #666;
  border: 2px solid #666;
}
.aborange .center {
  height: 280px;
  position: relative;
  background: url(../image/abgif.gif) right 80px center no-repeat;
}
.newsbox {
  padding-top: 50px;
  overflow: hidden;
  min-height: 300px;
  background-color: #fff;
}
.newsbox h5 {
  text-align: center;
  font-size: 34px;
  color: #10439f;
  position: relative;
}
.newsbox h5::before {
  height: 3px;
  width: 100px;
  background-color: #ddd;
  position: absolute;
  content: " ";
  top: 15px;
  right: 750px;
}
.newsbox h5::after {
  height: 3px;
  width: 100px;
  background-color: #ddd;
  position: absolute;
  content: " ";
  top: 15px;
  left: 750px;
}
.newsliboxs {
  padding-top: 35px;
  display: flex;
  margin: 0 auto ;
  justify-content: flex-start;
  width: 1220px;
  flex-wrap: wrap;
}
.newsliboxs a {
  border: 1px solid #ddd;
  width: 590px;
  margin: 0 10px 20px;
  background-color: #f2f2f2;
  padding: 20px;
}
.newsliboxs a:hover {
  background-color: #fd6500;
  border: 1px solid #fd6500;
}
.newsliboxs a:hover * {
  color: #fff;
}
.newsliboxs a dl {
  display: flex;
  justify-content: space-between;
}
.newsliboxs a dl dt {
  margin-right: 15px;
}
.newsliboxs a dl dt P:first-child {
  font-size: 48px;
  color: #333;
  text-align: center;
}
.newsliboxs a dl dt P:last-child {
  color: #666;
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
}
.newsliboxs a dl dd {
  padding-top: 7px;
  flex: 1;
}
.newsliboxs a dl dd div {
  font-size: 16px;
  font-weight: bold;
}
.newsliboxs a dl dd p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}
.readmorebtn {
  border: 1px solid #ddd;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  background-color: #fff;
  margin: 30px auto 50px;
}
.readmorebtn:hover {
  background-color: #ddd;
}
.readmorebtn::before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 500px;
  background-color: #ddd;
  left: 200px;
  top: 25px;
}
.readmorebtn::after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 500px;
  background-color: #ddd;
  right: 200px;
  top: 25px;
}
.rightnavs {
  background-color: #fff;
  padding: 20px;
}
.rightnavs dl dt {
  padding-bottom: 20px;
}
.rightnavs dl dt strong {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 5px solid #fd6500;
  display: inline-block;
}
.rightnavs dl dd a {
  display: flex;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
}
.rightnavs dl dd a:hover {
  color: #fd6500;
}
.mobnavlis {
  display: none;
}
.solutionlist {
  display: flex;
  padding-bottom: 30px;
  justify-content: center;
}
.solutionlist a {
  border: 1px solid #ddd;
  margin: 0 10px;
  border-radius: 50px;
  height: 50px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
}
.solutionlist a:hover {
  background-color: #fd6500;
  color: #fff;
  border: 1px solid #fd6500;
}
.solutionlist a.active {
  background-color: #fd6500;
  color: #fff;
  border: 1px solid #fd6500;
}
.navs .active a {
  color: #04339d;
  font-weight: bold;
}
#getsolutionid a.hover {
  background-color: #fd6500;
  color: #fff;
}
#rightsolutionbox .dt a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#rightsolutionbox .des a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#indext dl.active {
  display: block;
}
#indext dl {
  display: none;
}
#indext dl:last-child:active::after {
  content: " ";
}
.fy {
  margin-bottom: 20px;
}
.fy * {
  box-sizing: border-box;
}
.fy .pagination {
  display: flex;
  padding-left: 0;
  margin: 0 0 0 20px;
  border-radius: 0;
}
.fy .pagination > li a,
.fy .pagination > li span {
  position: relative;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.fy .pagination > li:first-child > a,
.fy .pagination > li:first-child span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.fy .pagination > li:last-child > a,
.fy .pagination > li:last-child span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.fy .pagination > li a:hover,
.fy .pagination > li span:hover,
.fy .pagination > li a:focus,
.fy .pagination > li span:focus {
  z-index: 2;
  color: #333;
  background-color: #eeeeee;
  border-color: #ddd;
}
.fy .pagination .active a,
.fy .pagination .active span,
.fy .pagination .active a:hover,
.fy .pagination .active span:hover,
.fy .pagination .active a:focus,
.fy .pagination .active span:focus {
  z-index: 3;
  color: #fff;
  background-color: #333;
  border-color: #333;
  cursor: default;
}
.fy .pagination .disabled span,
.fy .pagination .disabled span:hover,
.fy .pagination .disabled span:focus,
.fy .pagination .disabled a,
.fy .pagination .disabled a:hover,
.fy .pagination .disabled a:focus {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.city {
  width: 1200px;
  margin: 30px auto;
  border: 1px solid #ddd;
  background-color: #fff;
}
.city dl {
  border-bottom: 1px solid #ddd;
}
.city dl dt {
  padding: 10px;
}
.city dl dt a {
  border-left: 5px solid #fd6500;
  padding: 0 5px 0;
  color: #000;
  display: inline-flex;
  font-size: 14px;
}
.city dl dd {
  margin-left: 5px;
  display: flex;
  padding: 0 10px 10px 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.city dl dd a {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 7px 0;
  font-size: 14px;
  color: #666;
}
.aabbimg {
  width: 550px;
}
.abimbarea {
  width: 100%;
}
