@charset "UTF-8";

html,
body,
div,
ol,
ul,
li,
ol,
h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
form,
a,
input,
textarea,
select,
label,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 14px;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

i {
  font-style: inherit;
}

button {
  overflow: visible;
}

.font-weight {
  font-weight: bold;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

body {
  color: rgba(0, 0, 0, 0.88);
  min-width: 320px;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #057cbe;
}

a:focus {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

a,
a:focus,
input,
textarea:focus,
input:focus,
video,
video:focus {
  outline: none;
}
.bg-gray {
  background-color: #f7f7f7;
}
.head_lange{
    margin-left: 10px;
}
.head_lange a{
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
}
.head_lange a img{
  margin-right: 5px;
  margin-top: 2px;
}

/* 头部 */
.xg_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xg_header .logo {
  padding: 20px 0;
}
.xg_header .logo img {
  max-width: none;
  max-height: 50px;
}
.xg_header .nav li.active ul li a {
  color: #3e3e3e;
}
.xg_header .nav li a {
  color: #3e3e3e;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.xg_header .nav li>a>i{
  font-size: 10px;
  margin-left: 5px;
}
.xg_header .nav li.active>a,
.xg_header .nav li a:hover,
.xg_header .nav li:hover a.first-level {
  color: #fff;
  background-color: #057cbe;
}
.xg_header .menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-menu ul {
  height: 0px;
  position: absolute;
  display: none;
  left: 0;
  top: 90px;
  z-index: 3;
  float: left;
  min-width: 160px;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.175);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  transition: 0.3s;
}
.xg_header .nav li ul li a {
  background: #fff;
  line-height: 42px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
}
.xg_header .nav li ul li a:hover {
  background: #057cbe;
  color: #fff;
}
.xg_header .nav > li {
  float: left;
  position: relative;
  height: 90px;
  line-height: 90px;
}
.xg_header .nav > li > a {
  padding: 10px 10px;
  margin: 0 8px;
  background-color: transparent;
  border-radius: 3px;
}
.xg_header .nav > li > ul {
  display: none;
}
.xg_header .nav > li:hover ul {
  display: block;
  height: 100%;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* footer */
footer {
  width: 100%;
  background-color: #2d2d2d;
  padding: 60px 0;
  color: #fff;
  display: inline-block;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .left .tel {
  color: #057cbe;
  font-size: 20px;
  margin: 5px 0;
  font-weight: bold;
}
footer .left .tel span {
  font-size: 12px;
}
footer .left img {
  height: 50px;
}
footer .left h3 {
  font-size: 18px;
  margin: 10px 0;
}
footer .left p {
  font-size: 12px;
  line-height: 20px;
}
footer .left .minText {
  padding-top: 10px;
  width: 100%;
  display: inline-block;
}
footer .right {
  text-align: right;
}
footer .right {
  color: #fff;
  width: 350px;
}
footer .right .ks_links {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: inline-block;
}
footer .center {
  display: flex;
}
footer .center .qrcode {
  width: 100px;
  color: #fff;
  margin: 0 30px;
}
footer .center .qrcode img {
  width: 100%;
  margin-bottom: 10px;
}
footer .center .qrcode p {
  font-size: 12px;
  text-align: center;
}
footer .right .ks_links h3 {
  font-size: 18px;
  padding-bottom: 10px;
}
footer .right .ks_links .links {
  width: 100%;
  max-width: 300px;
  float: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .right .ks_links .links a {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin: 3px 0;
  margin-left: 15px;
  display: inline-block;
}
footer .right .ks_links .links a:hover {
  color: #057cbe;
}
footer .right .copInfo p {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin: 3px 0;
}
footer .right .copInfo p a {
  color: #999;
  font-size: 12px;
  margin-left: 10px;
}
footer .right .copInfo p a:hover {
  color: #eee;
}

/* float */
.float {
  position: fixed;
  right: 10px;
  top: 35%;
  z-index: 19;
}

.float ul li {
  position: relative;
}

.float ul li a {
  width: 90px;
  height: 80px;
  text-align: center;
  background: #ebf8ff;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.float ul li a:hover {
  background: #057cbe;
}
.float ul li a:hover p {
  color: #fff;
}
.float ul li a:hover .icon i {
  color: #fff;
}

.float ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #ebf8ff;
  animation: rightOrleft 0.5s ease forwards;
}

.float ul li a .box {
  position: relative;
  z-index: 2;
}

.float ul li a .icon i {
  font-size: 24px;
  color: #057cbe;
}

.float ul li a p {
  color: #057cbe;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 600;
}

.float ul li a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #057cbe;
  animation: leftOrRight 0.5s ease;
}
@keyframes leftOrRight {
  0% {
    width: 0;
    opacity: 0;
  }

  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes rightOrleft {
  0% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 0;
    opacity: 0;
  }
}

.float ul li .hover_block {
  position: absolute;
  right: 90px;
  top: 50%;
  display: none;
  transform: translateY(-50%);
}

.float ul li .hover_block .box {
  background-color: #fff;
  box-shadow: 0 0 16px -3px rgba(71, 60, 60, 0.08),
    0 3px 28px 0 rgba(0, 0, 0, 0.05), 0 6px 30px 16px rgba(0, 0, 0, 0.02);
  text-align: center;
  width: 180px;
  padding: 15px 0;
  margin-right: 10px;
}

.float ul li .hover_block .box h3 {
  font-size: 15px;
  width: 100%;
  display: inline-block;
  font-weight: bold;
}

.float ul li .hover_block .box .qrcode img {
  width: 120px;
  margin-top: 10px;
}

.float ul li .hover_block .box p.tel {
  margin-top: 10px;
  font-size: 20px;
  color: #057cbe;
  font-weight: bold;
}

.float ul li:hover .hover_block {
  display: block;
}

.float .top_btn {
  position: absolute;
  right: -200px;
  transition: 0.3s all linear;
}
.float .top_btn a {
  height: 60px;
}

.float .top_btn i {
  font-size: 24px;
}

.float .top_btn_active {
  right: 0;
  transition: 0.3s all linear;
}

.float .top_btn_active:hover {
  opacity: 0.7;
}

/* 分页 */
.dlpp_main .pagination{
  color: #fff;
}
.pagination {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 20px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination a {
  color: #333;
  padding: 8px 12px;
  border: solid 1px #ddd;
  background-color: #fff;
  line-height: 18px;
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.pagination a:hover {
  background-color: #057cbe;
  color: #fff;
  border-color: #057cbe;
}
.pagination strong {
  margin: 0 5px;
}
.pagination .disabled a:link,
.pagination .disabled a:visited,
.pagination .disabled a:hover {
  cursor: not-allowed;
  pointer-events: none;
  color: #ebebeb;
}
.pagination .active a {
  color: #057cbe;
  border-color: #057cbe;
}
.pagination .active,
.pagination a:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.x1,
.x2,
.x3,
.x4,
.x5,
.x6,
.x7,
.x8,
.x9,
.x10,
.x11,
.x12 {
  float: left;
}
.x1 {
  width: 8.33333333%;
}
.x2 {
  width: 16.66666667%;
}
.x3 {
  width: 25%;
}
.x4 {
  width: 33.33333333%;
}
.x5 {
  width: 41.66666667%;
}
.x6 {
  width: 50%;
}
.x7 {
  width: 58.33333333%;
}
.x8 {
  width: 66.66666667%;
}
.x9 {
  width: 75%;
}
.x10 {
  width: 83.33333333%;
}
.x11 {
  width: 91.66666667%;
}
.x12 {
  width: 100%;
}
.bg-white {
  background-color: #fff;
}
.padding-big {
  padding: 20px;
}
.blank-small {
  height: 20px;
  line-height: 20px;
  clear: both;
  font-size: 0;
}

.active_body {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/*head-icon-start*/
.glyphicon {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  top: 13px;
  right: 15px;
}
.nav_icon {
  position: absolute;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 3px;
  z-index: 99;
  background-color: #057cbe;
  transition: all 0.3s ease-in-out;
}

.nav_icon:before,
.nav_icon:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  background: #057cbe;
  transition: all 0.3s ease-in-out;
}

.nav_icon:before {
  margin-top: -9px;
}

.nav_icon:after {
  margin-top: 9px;
}

.nav_active .nav_icon {
  background: rgba(5, 124, 190, 0);
}

.nav_active .nav_icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.nav_active .nav_icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
/*head-icon-end*/

@media (max-width: 768px) {
.xg_header .nav > li > ul {
  display: none;
}
.xg_header .nav > li:hover ul {
  display: none;
}
.xg_header .nav li>a>i{
    display: none;
}
.head_lange{
background-color: rgba(255,255,255,.7);
border-radius: 3px;
display: inline-block;
margin-top: 10px;
}
.head_lange a{
padding: 10px 15px;
display: inline-block;
}
.navAndLange{
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateX(-110%);
transform: translateX(-110%);
width: 100%;
height: 100vh;
opacity: 0;
transition: all 0.3s 
ease-in-out;
}
.navAndLange.active{
left: 0;
width: 100%;
transition: all 0.3s 
ease-in-out;
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
background-color: #057cbe;
z-index: 100;
height: 100vh;
overflow-y: auto;
display: inline-block;
}
.xg_header{
    padding: 0 10px;
}
.xg_header .logo{
    padding: 10px 0;
}
.xg_header .logo img {
max-height: 35px;
}
.glyphicon {
    display: block;
    z-index: 101;
}
.xg_header .menu ul {
    padding-top: 40px;
}
.xg_header .menu ul li {
    margin: 5px 0;
    float: inherit;
    height: auto;
    line-height: inherit;
}
    .xg_header .menu ul li a {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    color: #fff;
    padding-left: 20px;
    margin: 0 0;
}
.float{display:none;}
.index_ysfx{flex-wrap:wrap;}
.index_news .tab-body .active{flex-wrap:wrap;}
footer{
    padding: 15px 0;
}
footer .left .minText{
    padding-top: 0;
}
footer .left p{
    color: rgba(255,255,255,.7);
}
footer .left img{
    height: 35px;
}
footer .left h3{
    font-size: 14px;
}
footer .left .tel{
    font-size: 14px;
}
footer .container{
    flex-wrap: wrap;
}
footer .container .left{
    width: 100%;
    text-align: center;
}
footer .center{
    justify-content: center;
    margin: 20px 0;
    width:100%;
}
footer .right{
    width: 100%;
    text-align: center;
}
footer .right .ks_links{
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
footer .right .ks_links .links{
    width: 100%;
    justify-content: center;
    float: inherit;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: inherit;
}
footer .center .qrcode{
    width: 80px;
}
footer .center .qrcode img{
    margin-bottom: 5px;
}
footer .center .qrcode p{
    color: rgba(255,255,255,.5);
    font-size: 11px;
}
footer .right .ks_links h3{
    color: rgba(255,255,255,.5);
    padding-bottom: 5px;
    font-size: 14px;
}
footer .right .ks_links .links a{
    margin-left: 0;
    margin: 3px 8px;
    color: rgba(255,255,255,.7);
}
footer .right .copInfo p{
    font-size: 11px;
}
}

