@charset "utf-8";
/*全局样式*/
html {
  overflow-x: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none !important;
}
ul,
li,
dl,
dt,
dd {
  list-style-type: none;
}
i {
  font-style: normal;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1230px !important;
}
.tr5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial;
}
.sizeCover {
  background-position: 50% 50%;
  background-size: cover;
}
.vertical_centerbox {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.vertical_center {
  display: table-cell;
  vertical-align: middle;
}
button,
input {
  border: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
  position: relative;
}
header .main1 .logo {
  height: 106px;
  line-height: 106px;
  position: relative;
  font-size: 0;
}
header .main1 .logo img {
  max-height: 80%;
}
header .main1 .search {
  width: 338px;
  height: 38px;
  margin-top: 40px;
  margin-left: 60px;
  border: 1px solid #666666;
}
header .main1 .search input {
  width: calc(100% - 67px);
  height: 36px;
  line-height: 30px;
  padding: 0 10px;
  float: left;
  font-size: 14px;
  padding-left: 44px;
  background: url(../images/search.jpg) no-repeat left center / auto;
  color: #757575;
}
header .main1 .search button {
  float: left;
  width: 67px;
  height: 36px;
  color: #6e6e6e;
  background: #fff;
  border-left: 1px solid #666666;
}
header .main1 .search button:hover {
  background-color: #0386d7;
  color: #fff;
}
header .main1 .tel {
  padding-left: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  background: url(../images/tel.png) no-repeat left center;
  line-height: 28px;
  margin-top: 36px;
}
header .main1 .tel h5 {
  font-family: Arial;
  font-size: 30px;
  line-height: 24px;
  color: #ff6600;
  font-weight: 700;
}
header nav {
  background: #0386d7;
}
header nav .ul {
  font-size: 0;
  margin: 0;
}
header nav .ul > li {
  float: left;
  text-align: center;
  width: 16.6%;
  position: relative;
}
header nav .ul > li:nth-last-child(1)::after {
  content: "";
  display: inline-block;
  height: 23px;
  width: 2px;
  background-color: #4fabe3;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header nav .ul > li > a {
  position: relative;
  line-height: 60px;
  display: block;
  color: #fff;
  font-size: 16px;
}
header nav .ul > li > a::after {
  content: "";
  display: inline-block;
  height: 23px;
  width: 2px;
  background-color: #4fabe3;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header nav .ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
}
header nav .ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #4fabe3;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 160%;
  z-index: 100;
}
header nav .ul > li > ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #4fabe3;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .ul > li > ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li > ul > li:hover {
  background-color: #0386d7;
}
header nav .ul > li > ul > li:hover {
  background-color: #0386d7;
}
header nav .ul > li > ul > li:hover > ul {
  display: block;
}
header nav .ul > li:hover {
  background-color: #4fabe3;
}
header nav .ul > li:hover:nth-last-child(1)::after {
  display: none;
}
header nav .ul > li:hover > ul {
  display: block;
}
header nav .ul > li:hover > a::after {
  display: none;
}
header nav .ul > li:hover + li > a::after {
  display: none;
}
header nav .ul > li.active {
  background-color: #4fabe3;
}
header nav .ul > li.active:nth-last-child(1)::after {
  display: none;
}
header nav .ul > li.active > a::after {
  display: none;
}
header nav .ul > li.active + li > a::after {
  display: none;
}
header .ydd_btn {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 40px;
  right: 15px;
}
header .ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #0386d7;
}
header .ydd_btn span.span02 {
  margin: 5px 0;
}
header .ydd_btn.click span {
  background: #0386d7;
}
header .ydd_btn.click span.span01 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 6px;
  margin-top: 0px;
}
header .ydd_btn.click span.span02 {
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin: 0.5px 0;
}
header .ydd_btn.click span.span03 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  top: -8px;
  margin-top: 0px;
}
header .sjdnav {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2000;
}
header .sjdnav ul {
  padding: 0;
  margin: 0;
}
header .sjdnav ul li {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.7);
}
header .sjdnav ul li a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
}
header .sjdnav ul li:hover {
  background: #0386d7;
}
header .sjdnav ul li:last-child {
  border: none;
}
.banner {
  position: relative;
  z-index: 1;
}
.banner .img {
  padding-top: 33.85%;
}
.main3 {
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
.main3::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.main3 .message {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.034);
  border-radius: 10px;
}
.main3 .message .list {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  padding: 35px 0 35px;
  color: #000;
  position: relative;
}
.main3 .message .list .num {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  padding: 0 10px;
}
.main3 .message .list .num span {
  font-family: Times New Roman;
  font-size: 55px;
  line-height: 60px;
  color: #0386d7;
  font-weight: 700;
  padding-right: 3px;
}
.main3 .message .list .overflow {
  padding: 0 10px;
}
.main3 .message .list:nth-child(n+2)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  height: 44%;
  background: #e8e8e8;
}
.title {
  text-align: center;
  margin-bottom: 44px;
}
.title h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #000;
}
.title span {
  font-size: 16px;
  line-height: 35px;
  color: #999999;
  display: inline-block;
  position: relative;
  margin: 5px auto 0;
  padding: 0 12px;
}
.title span::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  right: 100%;
  width: 146px;
  height: 2px;
  background: #000;
  border-top-left-radius: 100%;
}
.title span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  left: 100%;
  width: 146px;
  height: 2px;
  background: #000;
  border-top-right-radius: 100%;
}
.bigmore {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #0386d7;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  border-radius: 5px;
  width: 220px;
  height: 50px;
  margin-top: 55px;
}
.bigmore:hover {
  background: #4fabe3;
  color: #fff;
}
.topbottom {
  padding: 70px 0 77px 0;
}
.business {
  background-color: #f7f7f7;
}
.business .container-fluid {
  max-width: 1250px !important;
}
.business.topbottom {
  padding-bottom: 67px;
}
.business .box {
  background: #fff;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.business .box .list {
  display: block;
  text-align: center;
  padding: 30px 10px;
  background-color: #fff;
  cursor: pointer;
  border-left: 1px solid #e8e8e8;
}
.business .box .list .imgbox {
  max-width: 100px;
  border: 8px solid rgba(2, 92, 172, 0.1);
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}
.business .box .list .imgbox .overflow {
  border-radius: 50%;
}
.business .box .list .imgbox .img {
  border-radius: 50%;
  padding-top: 100%;
}
.business .box .list .textbox1 h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 36px 0 8px;
  color: #000;
}
.business .box .list .textbox1 span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-family: Arial;
  text-overflow: ellipsis;
  color: #999999;
  text-transform: uppercase;
  font-size: 10px;
}
.business .box .list .textbox1 .more {
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  width: 56px;
  border-radius: 10px;
  margin: 20px auto 0;
  border: 1px solid #dedede;
}
.business .box .list:hover .imgbox .img {
  transform: scale(1.1);
}
.business .box .list:hover .more {
  color: #4fabe3;
}
.select {
  background: #0386d7 url(../images/select.png) no-repeat center center / cover;
}
.select .title h2 {
  color: #fff;
}
.select .title span {
  color: #fff;
}
.select .title span::before {
  background: #fff;
}
.select .title span::after {
  background: #fff;
}
.select .contantbox {
  margin: 0 -10px;
}
.select .contantbox .list {
  width: calc(33.3% - 20px);
  margin: 0 10px;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 50px 26px 40px;
}
.select .contantbox .list i {
  display: block;
  width: 100%;
  height: 76px;
  margin: 0 auto;
}
.select .contantbox .list h4 {
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding: 40px 0 25px;
}
.select .contantbox .list h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.select .contantbox .list .text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  height: 130px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
}
.about .contantbox1 {
  width: calc(15% + 67px);
}
.about .contantbox1 .left {
  display: none;
  width: 0;
  padding: 65px 30px 84px;
  border: 1px solid #dedede;
  border-right: 0;
}
.about .contantbox1 .left h5 {
  font-size: 20px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
}
.about .contantbox1 .left .text {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  height: 240px;
  overflow: hidden;
  margin: 14px 0 30px;
}
.about .contantbox1 .left > a {
  display: block;
  width: 56px;
  text-transform: uppercase;
  height: 22px;
  background: #0386d7;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 11px;
}
.about .contantbox1 .left > a:hover {
  background: #4fabe3;
}
.about .contantbox1 .right {
  position: relative;
  width: 100%;
  height: 492px;
}
.about .contantbox1 .right .inbox {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.about .contantbox1 .right .inbox .text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10px;
}
.about .contantbox1 .right .inbox h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
}
.about .contantbox1 .right .inbox span {
  display: block;
  font-family: Bell MT;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  margin-top: 8px;
  text-transform: uppercase;
}
.about .contantbox1 .right .imgbox {
  display: block;
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}
.about .contantbox1.active {
  width: calc(70% - 134px);
}
.about .contantbox1.active .left {
  display: block;
  width: calc(50% + 17px);
}
.about .contantbox1.active .right {
  width: calc(50% - 17px);
}
.about .contantbox1.active .right .inbox {
  opacity: 0;
}
.case1 {
  background: #f4f4f4;
}
.case1 .list {
  margin: 4px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  display: block;
  background: #fff;
  border: 1px solid #dfdfdf;
}
.case1 .list .imgbox .img {
  padding-top: 84.2%;
}
.case1 .list .text {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  text-align: center;
  padding: 15px 10px;
}
.case1 .list:hover .text {
  color: #0386d7;
}
.case1 .list:hover .img {
  transform: scale(1.1);
}
.news .ul {
  text-align: center;
  font-size: 0;
  margin-top: -8px;
  margin-bottom: 50px;
}
.news .ul a {
  display: inline-block;
  color: #fff;
  background: #222222;
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  width: 200px;
  margin: 1px;
}
.news .ul a:hover {
  background: #0386d7;
}
.news .ul a.active {
  background: #0386d7;
}
.news .list {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  display: block;
  margin: 4px;
  border: 1px solid #e5e5e5;
}
.news .list .contant {
  padding: 20px 20px 0;
}
.news .list .contant .time {
  padding-left: 15px;
  font-family: Arial;
  color: #999999;
}
.news .list .contant .time span {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.news .list .contant .imgbox {
  margin: 10px 0;
}
.news .list .contant .imgbox .img {
  padding-top: 48.97%;
}
.news .list .contant h3 {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  height: 60px;
  overflow: hidden;
}
.news .list .contant .text {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin: 15px 0 20px;
  height: 48px;
  overflow: hidden;
}
.news .list .more {
  border-top: 1px solid #e5e5e5;
  font-family: Arial;
  font-size: 12px;
  line-height: 30px;
  color: #999999;
  padding: 10px 20px;
}
.news .list:hover .contant .img {
  transform: scale(1.1);
}
.news .list:hover .more {
  color: #0386d7;
}
footer .main2 {
  padding: 25px 0 56px;
  background-color: #222222;
}
footer .ul {
  font-size: 0;
}
footer .ul a {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  position: relative;
  padding: 0 20px;
}
footer .ul a:nth-of-type(n+2)::after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background: #7d7d7d;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
footer .ul a:nth-of-type(1) {
  padding-left: 0;
}
footer .ul a:hover {
  color: #0386d7;
}
footer .middle {
  padding-top: 60px;
}
footer .middle h6 {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 30px;
  background: url(../images/tz.png) no-repeat left center / auto;
}
footer .middle .left {
  width: 50%;
  font-size: 0;
}
footer .middle .left span {
  display: inline-block;
  color: #fff;
  padding: 5px 26px;
  min-width: 42%;
  font-size: 12px;
  line-height: 22px;
}
footer .middle .left i {
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  margin: 15px 0 15px 26px;
}
footer .middle .right {
  padding-left: 20px;
  width: 240px;
  font-size: 0;
}
footer .middle .right a {
  display: inline-block;
  padding-right: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
footer .middle .right a:hover {
  color: #0386d7;
}
footer .box {
  position: relative;
  padding-right: 110px;
}
footer .back {
  position: absolute;
  right: 0;
  top: 10px;
  width: 104px;
}
footer .back .sj {
  cursor: pointer;
  height: 36px;
  background-color: #acd054;
  position: relative;
  text-align: center;
  line-height: 36px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
footer .back .sj::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #acd054;
}
footer .back .ewm {
  background: #fff;
  border: 10px solid #fff;
}
footer .back .ewm img {
  width: 100%;
}
footer .foot {
  font-size: 12px;
  color: #7c7c7c;
  padding: 22px 0;
  line-height: 18px;
  background-color: #ffffff;
}
.ny .top {
  border-bottom: 1px dashed #e2e2e2;
  margin-bottom: 25px;
}
.ny .top .ul {
  background: url(../images/in.png) no-repeat left center / auto;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 0;
  font-size: 14px;
  line-height: 24px;
}
.ny .top .ul a {
  color: #353535;
  padding-right: 2px;
}
.ny .top .ul a:hover {
  color: #0386d7;
}
.ny .top .ul a.active {
  color: #0386d7;
}
.ny .innav {
  width: 250px;
}
.ny .innav h4 {
  background: #0386d7;
  position: relative;
  font-size: 20px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  height: 70px;
  padding-left: 24px;
  margin-bottom: 7px;
}
.ny .innav h4 span {
  font-size: 12px;
  font-family: Arial;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 10px;
}
.ny .innav h4 i {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 70px;
}
.ny .innav .navbox {
  margin-bottom: 20px;
}
.ny .innav .navbox .click a {
  display: block;
  border: 1px solid #e8e8e8;
  margin-top: 3px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  line-height: 40px;
  height: 42px;
  padding-left: 40px;
  padding-right: 32px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ny .innav .navbox .click a::after {
  content: ">";
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.ny .innav .navbox .click a:hover {
  color: #fff;
  background: #4fabe3;
  border-color: #4fabe3;
}
.ny .innav .navbox .click a.active {
  border-color: #4fabe3;
  color: #fff;
  background: #4fabe3;
}
.ny .innav .incontact {
  border: 1px solid #e8e8e8;
}
.ny .innav .incontact .intel {
  height: 70px;
  background: url(../images/intel.png) no-repeat 22px center / auto;
  padding-left: 22px;
  border-bottom: 1px solid #e8e8e8;
}
.ny .innav .incontact .intel .txt {
  padding-left: 40px;
  font-size: 14px;
  color: #000;
  padding-top: 12px;
}
.ny .innav .incontact .intel .txt h5 {
  padding-top: 5px;
  color: #4fabe3;
  font-family: Arial;
  font-size: 23px;
  line-height: 18px;
  font-weight: 700;
}
.ny .innav .incontact .address {
  padding: 15px 18px 15px;
  font-size: 13px;
  line-height: 26px;
  color: #464646;
}
.ny .innav .incontact .address h6 {
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
}
.ny .contantbox {
  width: calc(100% - 280px);
  margin-left: 30px;
}
.ny .contantbox .intop {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.ny .contantbox .intop h2 {
  font-size: 18px;
  line-height: 56px;
  font-weight: 700;
  color: #000;
}
.inbusiness {
  margin: 0 -10px;
}
.inbusiness .list {
  float: left;
  width: calc(25% - 16px);
  margin: 0 8px;
  display: block;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
}
.inbusiness .list .imgbox .img {
  padding-top: 84.2%;
}
.inbusiness .list .text {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  text-align: center;
  padding: 10px;
}
.inbusiness .list:hover .text {
  color: #0386d7;
}
.inbusiness .list:hover .img {
  transform: scale(1.1);
}
.innews .list1 {
  display: block;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
}
.innews .list1 .imgbox1 {
  width: calc(20% + 80px);
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.innews .list1 .imgbox1 .img {
  height: 179px;
}
.innews .list1 .date {
  font-size: 12px;
  color: #a8a8a8;
  line-height: 22px;
}
.innews .list1 .textbox1 {
  width: calc(80% - 80px);
  padding-left: 20px;
}
.innews .list1 .textbox1 h5 {
  font-size: 19px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  padding: 6px 0 2px 0;
}
.innews .list1 .textbox1 .text2 {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 28px;
  height: 80px;
  overflow: hidden;
  margin-top: 4px;
}
.innews .list1 .textbox1 .more {
  width: 94px;
  line-height: 29px;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  font-size: 13px;
  margin-top: 10px;
  color: #000;
  background-color: #fff;
}
.innews .list1:hover .imgbox1 .img {
  transform: scale(1.2);
}
.innews .list1:hover .textbox1 .more {
  background: #4fabe3;
  color: #fff;
  border-color: #4fabe3;
}
.innews .list1:hover .textbox1 .more .iconfont {
  color: #fff;
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
}
.danye .bt {
  color: #0386d7;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}
.danye .data {
  color: #555555;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  border-top: 1px dashed #d8d8d8;
  padding-top: 10px;
  margin-top: -5px;
}
.danye .pic {
  margin: 0 auto 15px auto;
  display: block;
}
.danye .pic img {
  display: block;
  margin: 0 auto;
}
.danye .dt {
  height: 400px;
  position: relative;
  margin: 20px auto;
}
.hot {
  height: 50px;
  background: #142d70;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: solid 2px #fff;
  width: 100%;
}
.hot span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.hot h6 {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.hot .row div a {
  display: block;
  color: #fff;
  padding: 7px 0;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 52px;
  z-index: 99;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.dbbox .dbs.ewm-box {
  text-align: center;
}
.dbbox .dbs.ewm-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.fenxiang-box:after {
  content: "";
  position: absolute;
  left: 75%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.ewm-box img {
  max-width: 140px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
  position: relative;
  padding: 6px 0;
  width: 20%;
  height: 44px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
  position: absolute;
  left: 50%;
  top: 6px;
  margin: 0 0 0 -16px;
  float: inherit !important;
  display: block;
}
@media (max-width: 1199px) {
  header nav .ul > li > a {
    line-height: 52px;
    font-size: 15px;
  }
  .main3 {
    margin-top: 0px;
    padding-top: 30px;
  }
  .main3::after {
    height: 100%;
  }
  .main3 .message .list {
    font-size: 15px;
    padding: 20px 0 20px;
  }
  .main3 .message .list .num {
    font-size: 15px;
  }
  .main3 .message .list .num span {
    font-size: 32px;
    line-height: 34px;
  }
  .business.topbottom {
    padding-bottom: 57px;
  }
  .topbottom {
    padding: 60px 0 67px 0;
  }
  .case1 .list .text {
    font-size: 15px;
    padding: 10px 10px;
  }
  .case1 .list {
    margin: 0;
    box-shadow: inherit;
  }
  .news .list {
    box-shadow: inherit;
    margin: 0;
  }
  .news .ul a {
    font-size: 16px;
    line-height: 52px;
    height: 52px;
    width: 150px;
  }
  .news .ul {
    margin-bottom: 44px;
  }
  .inbusiness .list {
    width: calc(33.33% - 16px);
  }
}
@media (max-width: 991px) {
  .topbottom {
    padding: 40px 0 40px 0;
  }
  .business.topbottom {
    padding-bottom: 40px;
  }
  .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .bigmore {
    margin-top: 30px;
  }
  .news .ul {
    margin-bottom: 40px;
  }
  .select .contantbox .list {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .about .contantbox1 {
    width: 33.33%;
  }
  .about .contantbox1 .left {
    display: none;
  }
  .about .contantbox1 .right {
    width: 100%;
  }
  .about .contantbox1.active {
    width: 33.33%;
  }
  .about .contantbox1.active .left {
    display: none;
  }
  .about .contantbox1.active .right {
    width: 100%;
  }
  .about .contantbox1.active .right .inbox {
    opacity: 1;
  }
  footer {
    margin-bottom: 51px;
  }
  .news .list .contant .time span {
    font-size: 26px;
  }
  .news .list .contant h3 {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
  }
  .news .list .contant .text {
    margin: 5px 0 20px;
  }
  .ny .innav {
    width: 100%;
  }
  .ny .innav h4 {
    line-height: 44px;
    height: 44px;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .ny .innav h4 i {
    line-height: 44px;
  }
  .ny .innav .navbox {
    margin-bottom: 20px;
  }
  .ny .innav .navbox .click {
    display: none;
  }
  .ny .innav .navbox .click a {
    text-align: center;
    padding-left: 0;
  }
  .ny .innav .navbox .click a::after {
    display: none;
  }
  .ny .contantbox {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  header .main1 .logo {
    height: 90px;
    line-height: 90px;
  }
  header .main1 .logo img {
    max-height: 40%;
  }
  header .ydd_btn {
    bottom: 28px;
  }
  .banner .img {
    min-height: 150px;
  }
  .main3 .message {
    padding: 14px 0;
  }
  .main3 .message .list {
    width: 50%;
    font-size: 14px;
    line-height: 24px;
    padding: 7px 0 7px;
  }
  .main3 .message .list .num {
    font-size: 14px;
    line-height: 24px;
  }
  .main3 .message .list .num span {
    font-size: 28px;
    line-height: 30px;
  }
  .main3 .message .list:nth-child(n+2)::after {
    height: 66%;
  }
  .main3 .message .list:nth-child(3)::after {
    display: none;
  }
  .title {
    margin-bottom: 24px;
  }
  .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .title span::before {
    display: none;
  }
  .title span::after {
    display: none;
  }
  .bigmore {
    line-height: 40px;
    border-radius: 5px;
    width: 120px;
    height: 40px;
  }
  .topbottom {
    padding: 30px 0;
  }
  .business.topbottom {
    padding-bottom: 30px;
  }
  .business .box {
    box-shadow: inherit;
    padding: 10px 0;
  }
  .business .box .list {
    padding: 10px 10px;
    border-left: 0;
  }
  .business .box .list .textbox1 h3 {
    font-size: 17px;
    margin: 15px 0 8px;
  }
  .business .box .list .textbox1 .more {
    margin: 10px auto 0;
  }
  .case1 .list .text {
    font-size: 14px;
    padding: 0 4px;
    line-height: 36px;
  }
  .select .contantbox {
    margin: 0;
  }
  .select .contantbox .list {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 25px 15px;
  }
  .select .contantbox .list i {
    height: 60px;
  }
  .select .contantbox .list h4 {
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0;
  }
  .select .contantbox .list .text {
    margin-top: 18px;
    height: auto;
  }
  .about .contantbox1 .right {
    height: 400px;
  }
  .news .ul {
    margin-bottom: 26px;
  }
  .news .ul a {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 80px;
  }
  .news .list {
    margin: 4px;
  }
  .news .list .contant {
    padding: 15px 15px 0;
  }
  .news .list .contant .time span {
    font-size: 22px;
    line-height: 24px;
  }
  .news .list .contant .imgbox {
    margin: 5px 0;
  }
  .news .list .contant h3 {
    line-height: 26px;
    height: auto;
  }
  .news .list .contant .text {
    height: auto;
    margin: 8px 0;
  }
  .news .list .more {
    line-height: 20px;
    padding: 10px 20px;
  }
  .inbusiness {
    margin: 0 -5px;
  }
  .inbusiness .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .inbusiness .list .text {
    font-size: 14px;
    line-height: 28px;
    padding: 10px 10px;
  }
  .inbusiness .list:hover .img {
    transform: scale(1.1);
  }
  .incase .list {
    width: calc(50% - 20px);
  }
  .incase .list .text {
    font-size: 14px;
    line-height: 28px;
    padding: 10px 10px;
  }
  .incase .list:hover .img {
    transform: scale(1.1);
  }
  .inbusiness .list .text {
    padding: 0 4px;
    line-height: 36px;
  }
  .danye {
    font-size: 14px;
    line-height: 28px;
  }
  .danye .dt {
    height: 260px;
    margin: 10px auto;
  }
  .danye .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .danye .data {
    margin-top: -6px;
    padding-top: 6px;
  }
  .danye .pic {
    margin-bottom: 10px;
  }
  footer .main2 {
    padding: 20px 0;
  }
  footer .middle {
    padding-top: 20px;
  }
  footer .middle h6 {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  footer .middle .left {
    width: 100%;
    padding-bottom: 20px;
  }
  footer .middle .left span {
    display: block;
    min-width: inherit;
  }
  footer .middle .left i {
    display: none;
  }
  footer .middle .right {
    padding-left: 0;
    width: auto;
  }
  footer .box {
    padding-right: 0px;
  }
  footer .foot {
    line-height: 24px;
    padding: 10px 0;
  }
}
@media (max-width: 600px) {
  .about .contantbox1 .right {
    height: 320px;
  }
  .about .contantbox1 .right .inbox h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .about .contantbox1 .right .inbox span {
    font-size: 10px;
    line-height: 14px;
  }
  .innews .list1 {
    padding: 0;
    border: 0;
    background: fixed;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .innews .list1 .imgbox1 {
    width: calc(16% + 80px);
    border: 0;
  }
  .innews .list1 .imgbox1 .img {
    height: 122px;
  }
  .innews .list1 .textbox1 {
    padding-left: 14px;
  }
  .innews .list1 .textbox1 h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 0;
  }
  .innews .list1 .textbox1 .text2 {
    line-height: 23px;
    height: 46px;
    margin-top: 0;
  }
  .innews .list1 .textbox1 .more {
    width: 70px;
    line-height: 22px;
    text-align: center;
    margin-top: 6px;
  }
  .innews .list1:hover {
    background: fixed;
    border: 0;
  }
}
