* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-width: 320px;
  font-size: 14px;
  color: #666;
  background: #fff;
  font-family: \5fae\8f6f\96c5\9ed1;
}
time {
  font-family: arial;
}
ul,
ol,
dl,
p {
  list-style: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
input {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
img,
object {
  max-width: 100%;
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  outline-offset: -2px;
  border: none;
}
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
a {
  text-decoration: none;
  color: #333;
  transition: all .2s;
}
a:hover {
  text-decoration: none;
  color: #e83416;
}
a:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}
.full {
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
}
html,
body,
.dong-wrapper {
  width: 100%;
  height: 100%;
}
.header-top .logo {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 27px;
}
.header-top .header-top-right {
  padding-right: 32px;
}
.header-top .header-right1 form.search-con {
  overflow: hidden;
  padding-top: 13px;
  display: inline-block;
}
.header-top .header-right1 form.search-con .topsearch {
  position: relative;
  float: right;
  overflow: hidden;
}
.header-top .header-right1 form.search-con .topsearch .searchtext {
  float: left;
  width: 173px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0 25px 0 8px;
}
.header-top .header-right1 form.search-con .topsearch .searchbtn {
  position: absolute;
  right: 9px;
  top: 6px;
  float: left;
  width: 13px;
  height: 13px;
  border: none;
  background:  no-repeat;
  background-size: contain;
}
.header-top .header-right1 .collect,
.header-top .header-right1 .language {
  display: inline-block;
  font-size: 12px;
  padding-left: 15px;
  position: relative;
  top: -8px;
}
.header-top .header-right1 .collect a,
.header-top .header-right1 .language a {
  color: #999;
}
.header-top .header-right1 .collect .p8,
.header-top .header-right1 .language .p8 {
  padding: 0 8px;
  font-style: normal;
}
.header-top .header-right2 ul {
  padding-top: 18px;
}
.header-top .header-right2 ul li {
  padding: 0 30px;
  display: inline-block;
  height: 30px;
}
.header-top .header-right2 ul li:hover,
.header-top .header-right2 ul li.active {
  background:  no-repeat 22px 25px;
}
.header-top .header-right2 ul li:hover a,
.header-top .header-right2 ul li.active a {
  color: #e83416;
  transition: inherit;
}
.header-top .header-right2 ul li:first-child:hover {
  background:  no-repeat 24px 25px;
}
.header-top .header-right2 ul li.active:first-child {
  background:  no-repeat 24px 25px;
}
.header-top .header-right2 ul li:last-child {
  padding-right: 0;
}
.nav-cont {
  background: #078bde;
}
.nav-cont .navbar-toggle {
  float: right;
  padding: 4px 5px;
  margin-top: 6px;
  margin-bottom: 6px;
  border: 2px solid #f6fafc;
  margin-right: 0;
}
.nav-cont .navbar-menu {
  float: left;
  color: #fff;
  font-weight: 500;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  margin: 9px 0;
}
.nav-cont .navbar-nav > li:hover {
  background: #005ca9;
}
.nav-cont .navbar-default {
  border: none;
  min-height: 38px;
}
.nav-cont .navbar-default .navbar-collapse {
  border-color: #0095d3;
}
.nav-cont .nav-tabs > li {
  text-align: center;
}
.nav-cont .nav-tabs > li:last-child {
  border-right: #cacaca solid 0px;
}
.nav-cont .nav-stacked > li {
  background: #ecf2f7;
  border-bottom: #cad2d8 solid 1px;
}
.banner-cont .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner-cont .swiper-container .swiper-slide .banner {
  width: 100%;
  height: auto;
}
.banner-cont .swiper-container .swiper-slide .swiper-slide-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.banner-cont .swiper-container .swiper-slide .swiper-slide-text .banner-text-box .banner-text {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.banner-cont .swiper-pagination {
  bottom: 42px;
}
.banner-cont .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #e83416;
  background: none;
  opacity: 1;
  background: #e83416;
}
.banner-cont .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: #e83416;
  border-radius: 5px;
}
.banner-cont .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: 360px;
  background:  no-repeat 0 0;
}
.banner-cont .swiper-button-prev:hover {
  background:  no-repeat 0 0;
}
.banner-cont .swiper-button-next {
  width: 40px;
  height: 40px;
  right: 360px;
  background:  no-repeat 0 0;
}
.banner-cont .swiper-button-next:hover {
  background:  no-repeat 0 0;
}
.banner-cont-ie8 {
  display: none;
}
.banner-cont-ie8 .banner_ie8 {
  width: 100%;
  height: auto;
}
.title {
  padding: 35px 0 20px 0;
  font-size: 16px;
}
.title .tit {
  border-left: 4px solid #074e9d;
  padding-left: 13px;
}
.title .tit-en {
  color: #e83416;
  font-size: 12px;
  padding-left: 5px;
  font-style: italic;
}
.main1-cont {
  padding-bottom: 30px;
}
.main1-cont .main1-left {
  width: 39%;
}
.main1-cont .main1-left .swiper-container {
  height: 327px;
}
.main1-cont .main1-left .swiper-slide {
  width: 100%;
  height: 100%;
}
.main1-cont .main1-left .swiper-slide img {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.main1-cont .main1-left .swiper-slide .slide-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
}
.main1-cont .main1-left .swiper-slide .slide-text .slide-text-con {
  display: inline-block;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main1-cont .main1-left .swiper-pagination {
  position: absolute;
  bottom: 18px;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  text-align: right;
  padding-right: 10px;
}
.main1-cont .main1-left .swiper-pagination .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  border: 1px solid #e83416;
}
.main1-cont .main1-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e83416;
}
.main1-cont .main1-right {
  width: 61%;
  padding-left: 25px;
}
.main1-cont .main1-right .main1-right1 .tit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 26px;
  margin-bottom: 20px;
}
.main1-cont .main1-right .main1-right1 .tit a {
  font-size: 20px;
  color: #0876bf;
}
.main1-cont .main1-right .main1-right1 .text {
  line-height: 22px;
}
.main1-cont .main1-right .main1-right1 .text .red {
  color: #e83416;
}
.main1-cont .main1-right .hr {
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
}
.main1-cont .main1-right .main1-right2 .more .btn-more {
  font-size: 12px;
  color: #999;
  transition: all .2s;
}
.main1-cont .main1-right .main1-right2 .more .btn-more:hover {
  color: #e83416;
}
.main1-cont .main1-right .main1-right2 ul li {
  line-height: 30px;
  overflow: hidden;
  background:  no-repeat 0 center;
  padding-left: 20px;
}
.main1-cont .main1-right .main1-right2 ul li:hover a {
  color: #e83416;
}
.main1-cont .main1-right .main1-right2 ul li a {
  float: left;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 30px;
  width: 82%;
}
.main1-cont .main1-right .main1-right2 ul li time {
  float: right;
}
.main2-cont {
  background: #f3f3f3;
}
.main2-cont .container {
  padding-top: 40px;
  padding-bottom: 20px;
}
.main2-cont .col-all {
  overflow: hidden;
}
.main2-cont .main2-left {
  background: #fff;
}
.main2-cont .main2-left .title {
  padding-top: 0;
  background: #f4f4f4;
}
.main2-cont .main2-left .main2-left-box {
  padding: 22px 30px 22px 23px;
}
.main2-cont .main2-left .main2-left-box .main2-left-img {
  padding-left: 0;
  height: 337px;
}
.main2-cont .main2-left .main2-left-box .main2-left-img img {
  width: 100%;
  height: 100%;
}
.main2-cont .main2-left .main2-left-box .main2-left-text {
  padding-left: 20px;
  padding-right: 0;
  text-align: justify;
  height: 357px;
  overflow: hidden;
}
.main2-cont .main2-left .main2-left-box .main2-left-text .tit {
  font-size: 16px;
  padding: 5px 0 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main2-cont .main2-left .main2-left-box .main2-left-text .tit a {
  color: #074e9d;
}
.main2-cont .main2-left .main2-left-box .main2-left-text .text {
  font-size: 12px;
  line-height: 21px;
  color: #777;
}
.main2-cont .main2-left .main2-left-box .main2-left-text .red {
  color: #e83416;
  font-size: 12px;
}
.main2-cont .main2-right {
  padding: 0;
}
.main2-cont .main2-right .main2-right-box {
  overflow: hidden;
}
.main2-cont .main2-right .main2-right-box .title {
  padding-top: 0;
  padding-left: 18px;
}
.main2-cont .main2-right .main2-right-box .img-slide {
  float: left;
  height: 190px;
  padding: 0 0 0 18px;
  margin-bottom: 20px;
  position: relative;
}
.main2-cont .main2-right .main2-right-box .img-slide img {
  width: 100%;
  height: 100%;
}
.main2-cont .main2-right .main2-right-box .img-slide:hover .text {
  color: #f6f6f6;
}
.main2-cont .main2-right .main2-right-box .img-slide:hover .mark-blue {
  display: block;
}
.main2-cont .main2-right .main2-right-box .img-slide .text {
  position: absolute;
  left: 18px;
  top: 0;
  width: calc(100% - 18px);
  height: 100%;
  z-index: 2;
  font-size: 18px;
  text-align: center;
  line-height: 190px;
  color: #fff;
}
.main2-cont .main2-right .main2-right-box .img-slide .mark-blue {
  display: none;
  position: absolute;
  left: 18px;
  top: 0;
  width: calc(100% - 18px);
  height: 100%;
  text-align: center;
  background: rgba(12, 82, 160, 0.6);
  line-height: 190px;
}
.main2-cont .main2-right .main2-right-box .img-slide .mark-blue .border {
  border: 1px dashed #ddd;
  margin: 10px;
  height: calc(100% - 20px);
}
.main3-cont {
  padding-bottom: 20px;
}
.main3-cont .main3-left {
  width: 39%;
}
.main3-cont .main3-left dl dt {
  width: 100%;
  height: 207px;
}
.main3-cont .main3-left dl dt img {
  width: 100%;
  height: 100%;
}
.main3-cont .main3-left dl dd {
  color: #777;
  line-height: 25px;
  padding-top: 12px;
  text-align: justify;
}
.main3-cont .main3-left dl dd .red {
  color: #e83416;
}
.main3-cont .main3-right {
  width: 61%;
  padding-left: 25px;
}
.main3-cont .main3-right .imgbox {
  width: 100%;
  height: 318px;
}
.main3-cont .main3-right .imgbox img {
  width: 100%;
  height: 100%;
}
.main5-cont {
  padding-bottom: 30px;
}
.main5-cont .imgbox {
  width: 100%;
}
.main5-cont .imgbox img {
  width: 100%;
  height: auto;
}
.main4-cont {
  background:  no-repeat;
  background-size: cover;
}
.main4-cont .swiper-container3 {
  margin-bottom: 45px;
}
.main4-cont .swiper-container3 .swiper-slide img {
  width: 100%;
}
.main4-cont .swiper-container3 .swiper-button-prev3 {
  width: 23px;
  height: 35px;
  left: 0;
  background:  no-repeat 0 0;
}
.main4-cont .swiper-container3 .swiper-button-prev3:hover {
  background:  no-repeat 0 0;
}
.main4-cont .swiper-container3 .swiper-button-next3 {
  width: 23px;
  height: 35px;
  right: 0;
  background:  no-repeat 0 0;
}
.main4-cont .swiper-container3 .swiper-button-next3:hover {
  background:  no-repeat 0 0;
}
.main4-cont .imgbox {
  overflow: hidden;
  margin-bottom: 10px;
}
.main4-cont .imgbox .img-list {
  float: left;
  margin-bottom: 15px;
  padding: 0 10px;
  width: 14.28%;
  height: auto;
}
.footer-cont {
  background: #074e9d;
  padding: 30px 0 20px;
  color: #fff;
}
.footer-cont .footer-left {
  text-align: center;
  padding-right: 0;
  border-right: 2px solid #1b6ac2;
}
.footer-cont .footer-left dt img {
  display: inline-block;
  width: 92px;
  height: 92px;
}
.footer-cont .footer-left dd {
  padding-top: 5px;
}
.footer-cont .footer-right {
  padding-left: 35px;
}
.footer-cont .footer-right .f1 {
  padding: 15px 0;
}
.footer-cont .footer-right .f1 .p13 {
  padding: 0 13px;
  font-style: normal;
}
.footer-cont .footer-right .f1 a {
  color: #fff;
}
.footer-cont .footer-right .f2,
.footer-cont .footer-right .f3 {
  font-size: 12px;
  line-height: 21px;
}
.footer-cont .footer-right .f2 span,
.footer-cont .footer-right .f3 span {
  padding-right: 10px;
}
.footer-cont .footer-right .f4 {
  font-size: 12px;
  padding-top: 5px;
}
.footer-cont .footer-right .f4 a {
  color: #fff;
}
@media (min-width: 1201px) {
  .container {
    width: 1230px;
  }
}
@media (max-width: 1680px) {
  .banner-cont .swiper-button-prev {
    left: 230px;
  }
  .banner-cont .swiper-button-next {
    right: 230px;
  }
}
@media (max-width: 1366px) {
  .banner-cont .swiper-container .swiper-slide .centerbox {
    padding-top: 100px;
  }
  .banner-cont .swiper-button-prev {
    left: 80px;
  }
  .banner-cont .swiper-button-next {
    right: 80px;
  }
  .banner-cont .swiper-container .swiper-slide.swiper-slide1 .centerbox {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .footer-cont .footer-left {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .header-top .logo {
    padding: 20px 0 10px 0;
  }
  .header-top .header-top-right1 {
    padding-top: 20px;
  }
  .header-top .header-top-right {
    padding-right: 20px;
  }
  .header-top .header-right1 form.search-con .topsearch .searchtext {
    width: 150px;
  }
  .header-top .header-right2 ul li:last-child {
    padding: 0 30px;
  }
  .banner-cont .swiper-container .swiper-slide .swiper-slide-text {
    height: 35px;
    line-height: 35px;
  }
  .banner-cont .swiper-pagination {
    bottom: 36px;
  }
  .banner-cont .swiper-container .swiper-slide .centerbox {
    width: 100%;
    left: 0;
    padding-top: 50px;
  }
  .banner-cont .swiper-container .swiper-slide .centerbox .tit {
    font-size: 24px;
  }
  .banner-cont .swiper-container .swiper-slide.swiper-slide1 .centerbox {
    padding-top: 55px;
  }
  .banner-cont .swiper-button-prev {
    left: 10px;
  }
  .banner-cont .swiper-button-next {
    right: 10px;
  }
  .main1-cont .main1-left .swiper-container {
    height: 191px;
  }
  .main1-cont .main1-left .swiper-slide .slide-text .slide-text-con {
    width: 60%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .main1-cont .main1-right {
    padding-left: 15px;
  }
  .main1-cont .main1-right .main1-right2 ul li a {
    width: 75%;
  }
  .main2-cont .main2-left {
    margin-bottom: 20px;
  }
  .main2-cont .main2-right .main2-right-box .title {
    padding-top: 15px;
    padding-left: 0;
  }
  .main2-cont .main2-left .main2-left-box .main2-left-img {
    height: 343px;
  }
  .main2-cont .main2-left .main2-left-box .main2-left-text {
    height: auto;
  }
  .main2-cont .main2-left .main2-left-box .main2-left-text .text {
    font-size: 14px;
    line-height: 24px;
  }
  .main2-cont .main2-left .main2-left-box .main2-left-text .red {
    font-size: 14px;
  }
  .main2-cont .main2-right .main2-right-box .img-slide {
    height: 232px;
    padding: 0 9px;
  }
  .main2-cont .main2-right .main2-right-box .img-slide .text {
    line-height: 232px;
  }
  .main2-cont .main2-right .main2-right-box .img-slide .mark-blue {
    left: 9px;
  }
  .main3-cont .main3-left {
    width: 100%;
  }
  .main3-cont .main3-left dl dt {
    height: 320px;
  }
  .main3-cont .main3-right {
    width: 100%;
  }
  .main4-cont .swiper-container3 .swiper-slide {
    height: auto;
  }
  .main4-cont .swiper-container3 {
    margin-bottom: 30px;
  }
  .main4-cont .imgbox .img-list {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  .footer-cont .footer-left {
    padding-right: 0;
  }
  .footer-cont .footer-right {
    padding-left: 30px;
  }
  .footer-cont .footer-right .f1 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .header-top-bg {
    background: #f3f3f3;
  }
  .header-top .header-top-right1 {
    padding: 0 15px;
  }
  .header-top .header-right1 form.search-con {
    padding: 5px 0 10px;
    width: 100%;
  }
  .header-top .header-right1 form.search-con .topsearch {
    width: 100%;
  }
  .header-top .header-right1 form.search-con .topsearch .searchtext {
    width: 100%;
    height: 28px;
    float: right;
  }
  .header-top .header-right1 form.search-con .topsearch .searchbtn {
    top: 8px;
  }
}
@media (max-width: 640px) {
  .header-top .header-right1 .collect,
  .header-top .header-right1 .language {
    padding-left: 6px;
  }
  .header-top .header-right2 ul li {
    padding: 0;
    width: 32%;
    text-align: center;
    margin-bottom: 10px;
  }
  .header-top .header-right2 ul li:last-child {
    padding: 0;
  }
  .header-top .header-right2 ul li {
    background: none;
  }
  .header-top .header-right2 ul li:hover,
  .header-top .header-right2 ul li.active {
    background: none;
  }
  .header-top .header-right2 ul li:hover a,
  .header-top .header-right2 ul li.active a {
    border-bottom: 2px solid #e83416;
    padding: 0 5px 5px;
  }
  .header-top .header-right2 ul li.active:first-child {
    background: none;
  }
  .header-top .header-right2 ul li:first-child:hover {
    background: none;
  }
  .banner-cont .swiper-container .swiper-slide .swiper-slide-text {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .banner-cont .swiper-pagination {
    bottom: 5px;
  }
  .banner-cont .swiper-container .swiper-slide .centerbox .tit {
    font-size: 18px;
  }
  .banner-cont .swiper-container .swiper-slide.swiper-slide1 .centerbox {
    width: 100%;
    margin-left: 0;
    padding: 25px 30px 0;
  }
  .main1-cont .main1-left {
    width: 100%;
  }
  .main1-cont .main1-left .swiper-container {
    height: 280px;
  }
  .main1-cont .main1-right {
    width: 100%;
  }
  .main1-cont .main1-right .main1-right1 .tit {
    margin: 0;
    margin-top: 10px;
  }
  .main1-cont .main1-right .main1-right1 .tit a {
    font-size: 16px;
  }
  .main1-cont .main1-right .hr {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .main2-cont .main2-left .main2-left-box .main2-left-img {
    height: auto;
  }
  .main2-cont .main2-left .main2-left-box .main2-left-img {
    padding: 0;
  }
  .main2-cont .main2-left .main2-left-box .main2-left-text {
    padding: 0;
  }
  .main2-cont .main2-left .main2-left-box .main2-left-text .tit {
    padding: 10px 0;
  }
  .main2-cont .main2-right .main2-right-box .img-slide {
    height: 120px;
  }
  .main2-cont .main2-right .main2-right-box .img-slide .text {
    line-height: normal;
    font-size: 16px;
    padding: 40px 25px 0;
    left: 9px;
  }
  .main3-cont .main3-left dl dt {
    height: 180px;
  }
  .main3-cont .main3-right .imgbox {
    height: 200px;
  }
  .footer-cont .footer-right .f1 {
    padding: 0;
    padding-bottom: 10px;
  }
  .footer-cont .footer-left {
    padding: 0;
  }
  .footer-cont .footer-left dd {
    font-size: 12px;
  }
  .footer-cont .footer-right {
    padding-left: 15px;
  }
  .footer-cont .footer-right span {
    display: block;
  }
}
@media (max-width: 425px) {
  .main4-cont .imgbox .img-list {
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .main1-cont .main1-right .main1-right2 ul li a {
    width: 73%;
  }
}
@media (max-width: 374px) {
  .main1-cont .main1-right .main1-right2 ul li a {
    width: 70%;
  }
}
/*# sourcemappingurl=dong.css.map */