* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
body {
  font-family: "Microsoft YaHei" sans-serif;
  background-color: #fff;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  height: auto;
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #0a5cb1;
}
.clear-fix::before,
.clear-fix::after {
  content: '';
  display: table;
  clear: both;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.top {
  border-bottom: 1px solid #e5e5e5;
  background: #0a5cb1;
  color: white;
}
.top .t {
  display: flex;
  line-height: 50px;
  justify-content: space-between;
}
.top .t ul {
  display: flex;
  justify-content: space-around;
  width: 29%;
}
.top .t ul li {
  flex-grow: 1;
  text-align: center;
}
.top .t ul li a {
  line-height: 50px;
  color: white;
  border-right: 1px dashed #fff;
  padding: 0 15px;
}
.top .t ul li:last-child a {
  border-right: none;
}
.top-c .t {
  display: flex;
  justify-content: space-between;
}
.top-c .logo {
  width: 19%;
}
.top-c .logo img {
  height: 80px;
}
.top-c .tel {
  display: flex;
}
.top-c .tel span {
  line-height: 80px;
  font-size: 36px;
  margin: 0 10px;
  color: #e60212;
}
.top-c .tel b {
  font-size: 28px;
  font-family: Impact;
  font-weight: normal;
  color: #e60212;
  line-height: 80px;
}
.top-c .t-tel {
  display: flex;
  width: 18%;
  justify-content: space-evenly;
}
.nav-h {
  width: 63%;
  margin: 10px 0;
}
.nav-h ul li {
  float: left;
  padding: 0px 20px;
}
.nav-h ul li a {
  display: block;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}
.nav-h ul li a:hover {
  border-bottom: 2px solid #0a5cb1;
  color: #0a5cb1;
}
.nav-h ul .on a {
  border-bottom: 2px solid #0a5cb1;
  color: #0a5cb1;
}
.hdTxt {
  display: none;
}
.swiper {
  width: 100%;
  height: 100%;
}
.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;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.search {
  border-bottom: 1px solid #eee;
  line-height: 50px;
  margin: 5px 0;
}
.search b {
  color: #cc271f;
}
.search .left {
  float: left;
  color: #333;
  font-weight: bold;
}
.search .left a {
  padding: 0 10px;
  color: #787878;
  font-weight: 100;
}
.search .left a:hover {
  color: #0a5cb1;
}
.search .right {
  float: right;
}
.search .right input {
  width: 258px;
  line-height: 44px;
  border: 1px solid #e0e0e0;
  text-indent: 10px;
  padding: 0 8px;
  float: left;
}
.search .right button {
  width: 50px;
  height: 46px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-left: none;
  background-color: white;
  float: left;
}
.search .right button i {
  font-size: 30px;
}
.search input:focus,
.search button:focus {
  border-color: #048ae1;
  outline: none;
}
.search button:hover {
  background-color: #048ae1;
  border: none;
}
.search button:hover i {
  color: white;
}
.icon {
  margin: 20px 0;
}
.icon ul {
  display: flex;
  justify-content: space-around;
}
.icon ul li {
  text-align: center;
  color: #888;
  line-height: 35px;
}
.icon ul i {
  font-size: 42px;
  color: #F29426;
}
.icon ul .img:hover {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  /* 向y轴方向旋转360度 */
  transform: rotateY(360deg);
  transition: all 1s, height 1s, transform 1s;
}
.icon ul li:hover p {
  color: #F29426;
}
.icon ul li:hover {
  cursor: pointer;
}
.item .title {
  text-align: center;
  line-height: 50px;
  margin: 10px 0;
}
.item .it {
  display: flex;
}
.item h2 {
  font-size: 30px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  margin: 10px 0;
}
.item h2::before,
.item h2::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #F29426;
  margin-top: -1px;
}
.item h2::before {
  right: 100%;
}
.item h2::after {
  left: 100%;
}
.item ul {
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item ul li {
  margin: 5px 0;
  display: flex;
  width: 250px;
  background: white;
  line-height: 60px;
  font-size: 18px;
  padding: 0px 15px;
  cursor: pointer;
}
.item ul li img {
  width: 50px;
  height: 50px;
  margin: 10px;
}
.item ul li h3 {
  text-indent: 20px;
  line-height: 70px;
}
.item ul li a {
  display: flex;
  width: 250px;
  background: white;
  line-height: 60px;
  font-size: 18px;
}
.item ul li:hover h3 {
  color: #0a5cb1;
}
.car {
  margin: 20px 0;
}
.car .title {
  text-align: center;
  line-height: 50px;
  margin: 10px 0;
}
.car .title ul {
  display: flex;
  justify-content: center;
}
.car .title ul .c-t {
  display: flex;
  width: 245px;
  background-color: #0a5cb1;
  color: #fff;
  justify-content: space-around;
  border-radius: 5px;
  margin-right: 20px;
}
.car .title ul .c-t i {
  font-size: 50px;
  line-height: 65px;
}
.car .title ul .c-t h3 {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}
.car .title ul .c-t h3 p {
  font-size: 12px;
  line-height: 3;
}
.car .title ul li {
  width: 160px;
}
.car .title ul li a {
  display: inline-block;
  width: 150px;
  text-align: center;
  line-height: 40px;
  color: white;
  background-color: #0a5cb1;
}
.car .title ul li a:hover {
  background-color: #048ae1;
  color: #fff;
}
.car .title ul .more a {
  background: #F29426;
}
.car h2 {
  font-size: 30px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  margin: 10px 0;
}
.car h2::before,
.car h2::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #F29426;
  margin-top: -1px;
}
.car h2::before {
  right: 100%;
}
.car h2::after {
  left: 100%;
}
.car ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.car ul li {
  margin: 10px 0;
}
.car ul li .img img {
  width: 265px;
  height: 178px;
}
.flow {
  background-image: url(../images/bg-lc.jpg);
  height: 500px;
}
.flow .title {
  text-align: center;
  line-height: 100px;
}
.flow h2 {
  font-size: 30px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  margin: 10px 0;
  color: #fff;
}
.flow h2::before,
.flow h2::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #F29426;
  margin-top: -1px;
}
.flow h2::before {
  right: 100%;
}
.flow h2::after {
  left: 100%;
}
.flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flow ul li {
  margin: 30px 0;
  background: #fff;
  line-height: 35px;
}
.flow ul li i {
  font-size: 65px;
  color: #F29426;
  margin: 35px 10px;
  display: inline-block;
}
.flow ul li .right {
  float: right;
  width: 230px;
  margin: 0 18px;
  color: #999;
}
.flow ul li .right h3 {
  font-size: 18px;
  line-height: 40px;
  color: black;
}
.flow ul span {
  font-size: 28px;
  margin: 70px 10px;
  color: #D9D9D9;
}
.flow ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
}
.flow ul li:hover h3 {
  color: #F29426;
}
.about {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  height: 520px;
  background: #eee;
}
.about .about_con {
  display: flex;
}
.about .about_con .left {
  width: 575px;
}
.about .about_con .right {
  margin-top: 70px;
  margin-left: 25px;
  width: 600px;
  height: 395px;
  overflow: hidden;
}
.about .about_con .right img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}
.about .about_con .title {
  padding-top: 80px;
  padding-bottom: 40px;
}
.about .about_con .title h3 {
  color: #0a5cb1;
  font-size: 30px;
  font-weight: bold;
}
.about .about_con .title p {
  display: block;
  color: #000;
  font-size: 27px;
  line-height: 54px;
  font-weight: bold;
  margin-top: 15px;
}
.about .about_con .title span {
  font-style: normal;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  color: #959595;
}
.about .about_con .txt {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  height: 210px;
  overflow: hidden;
}
.about span a {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  color: #048ae1;
  font-weight: bold;
  float: right;
  margin-top: -25px;
}
.about .about_con ul {
  padding-top: 40px;
}
.about .about_con ul li {
  float: left;
  margin-right: 1px;
}
.about .about_con ul li a {
  display: block;
  width: 160px;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  background: #fff;
}
.about .about_con ul li:hover a {
  color: #fff;
}
.about .about_con .right img:hover {
  transform: scale(1.1);
}
.about .about_con ul li.on a,
.about .about_con ul li:hover a {
  color: #fff;
  background: #024C8D;
}
.number {
  padding: 66px 0;
}
.number ul li {
  float: left;
  width: 25%;
  color: #048ae1;
  text-align: center;
}
.number ul li p {
  color: #282828;
  font-size: 16px;
  padding-top: 15px;
}
.number ul li h3 {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black, " sans-serif";
}
.number ul li b {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
}
.news {
  margin: 10px 0;
  height: 500px;
}
.news .title {
  text-align: center;
  line-height: 100px;
}
.news h2 {
  font-size: 30px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  margin: 10px 0;
}
.news h2::before,
.news h2::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #F29426;
  margin-top: -1px;
}
.news h2::before {
  right: 100%;
}
.news h2::after {
  left: 100%;
}
.news h3 {
  border-bottom: 1px double #333;
  color: black;
  text-indent: 8px;
  padding: 5px;
}
.news h3 a {
  float: right;
  color: #555;
}
.news h3::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 15px;
  left: 0px;
  top: 9px;
  background: #cc271f;
}
.news .text {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.news .text h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
.news .text span {
  color: #c5c5c5;
}
.news .left,
.news .right {
  position: relative;
  float: left;
  width: 45%;
  margin: 5px 20px;
}
.foot ul li a {
  color: #fff;
}
.link {
  background-color: #0a5cb1;
  color: #fff;
}
.link b {
  font-size: 20px;
  line-height: 50px;
}
.link ul {
  display: flex;
}
.link ul li a {
  display: inline-block;
  line-height: 50px;
  width: 130px;
  text-align: center;
  color: #fff;
}
.content table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.content tbody > tr > *:nth-last-child(2) ~ * {
  width: 70%;
}
.content tbody tr {
  text-indent: 10px;
}
footer {
  background: #048ae1;
}
footer .f-nav {
  display: flex;
  justify-content: space-around;
}
footer .f-nav li {
  flex-grow: 1;
  box-shadow: 0 0 1px #cecece;
}
footer .f-nav li a {
  display: inline-block;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  width: 150px;
}
footer .f-nav .on a,
footer .f-nav li a:hover {
  background-color: #048ae1;
  color: #fff;
}
.foot {
  background: #048ae1;
  color: #fff;
}
.foot .f-t {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  background: url(../images/f-bg.png) no-repeat 50% center;
}
.foot .flogo {
  border-right: 1px dotted #eee;
  padding: 0 10px;
}
.foot .flogo img {
  height: 120px;
  margin: 0;
}
.foot ul {
  width: 50%;
  border-right: 1px dotted #eee;
}
.foot ul li {
  line-height: 2;
  font-size: 16px;
}
.foot ul li s {
  margin: 0 20px;
}
.foot .f-wx {
  text-align: center;
}
.foot .f-wx img {
  margin: 0 10px;
  width: 120px;
  height: auto;
}
.foot .f-wx span {
  display: inline-block;
  margin: 5px 0;
}
.foot .f-copy {
  text-align: center;
  line-height: 2;
}
.foot .f-copy a {
  margin: 0 5px;
  color: white;
}
.foot .f_menu {
  display: none;
}
.ban img {
  width: 100%;
}
.pro .p-left {
  width: 22%;
  float: left;
}
.pro .p-left .pro_l_left {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-top: 0px;
  overflow: hidden;
}
.pro .p-left .pro_l_left ul {
  padding: 7px 20px;
  overflow: hidden;
}
.pro .p-left .pro_l_left ul li {
  color: #333;
  font-size: 16px;
  line-height: 46px;
  border-bottom: 1px dashed #ccc;
}
.pro .p-left .pro_l_left ul li a {
  position: relative;
  display: block;
  color: #6f6e6e;
  padding-left: 10px;
  padding-right: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro .p-left .pro_l_left .p-type li a:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  font-family: 宋体;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #a4a4a4;
  border-radius: 50%;
  transition: all 0.5s;
}
.pro .p-left .pro_l_left .p-type .on a::after {
  background: #0a5cb1;
}
.pro .p-left .pro_l_left .on a {
  color: #0a5cb1;
}
.pro .p-left .pro_l_left li:hover a {
  color: #0a5cb1;
}
.pro .p-left .pro_l_left li a:hover:after {
  background: #0a5cb1;
}
.pro .p-left .pro_l_left h4 {
  text-align: center;
  background: #0a5cb1;
  color: #fff;
  line-height: 70px;
  font-weight: bold;
  font-size: 22px;
}
.pro .p-left .pro_l_left .n-left ul a {
  font-size: 14px;
  padding: 0;
  padding-left: 12px;
  padding-right: 0px !important;
}
.pro .p-left .pro_l_left .n-left ul li {
  position: relative;
}
.pro .p-left .pro_l_left .n-left ul li a::before {
  content: "";
  position: absolute;
  margin-top: 20px;
  width: 4px;
  height: 4px;
  background-color: #ddd;
  left: 0;
  top: 0;
}
.pro .p-left .pro_tit {
  color: #fff;
  line-height: 36px;
  text-align: center;
  padding: 30px 0;
  background: #0a5cb1;
  box-sizing: border-box;
}
.pro .p-left .pro_tit h3 {
  font-size: 24px;
  font-weight: bold;
}
.pro .p-left .pro_tit span {
  font-size: 16px;
  display: block;
}
.pro .p-left .con ul {
  padding: 7px 0;
  overflow: hidden;
}
.pro .p-left .con ul li {
  font-size: 12px;
}
.pro .p-left .con ul li s {
  margin: 0 8px;
}
.pro .p-left .l-t img {
  width: 262px;
}
.pro .p-left .l-t .tel {
  line-height: 40px;
  background: #0a5cb1;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.pro .p-left .l-t .tel s {
  color: #fff;
  margin: 3px 5px 0 0;
  font-size: 40px;
  margin-top: 17px;
}
.pro .p-left .l-t .tel span {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
.pro .p-left .l-t .tel strong {
  color: #fff;
  font-size: 26px;
  line-height: 25px;
  display: block;
  font-family: arial;
  font-weight: bold;
}
.pro .p-right {
  float: right;
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.pro .p-right li:hover {
  box-shadow: 0px 7px 17px #dedede;
}
.pro .p-right li {
  border: 1px solid #e9e9e9;
  transition: 0.5s;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pro .p-right li h3 {
  font-size: 14px;
  line-height: 55px;
  color: black;
  padding: 0 10px;
  background: #fff;
}
.pro .p-right .img {
  position: relative;
  width: 298px;
  height: auto;
  overflow: hidden;
}
.pro .p-right .img img {
  width: 300px;
  height: 200px;
}
.p-d li:hover {
  box-shadow: none !important;
}
.pro .pagebar,
.art_right .pagebar {
  margin: 10px 0;
}
.pro .pagebar a,
.art_right .pagebar a {
  width: 55px;
  display: inline-block;
  border: 1px solid #eee;
  text-align: center;
  line-height: 32px;
  margin: 5px 0;
}
.pro .pagebar a:hover,
.art_right .pagebar a:hover {
  background: #0a5cb1;
  color: #fff;
  border: none;
}
.pro .pagebar .page-num,
.art_right .pagebar .page-num {
  width: 30px;
  margin: 0 5px;
}
.pro .pagebar .page-num-current,
.art_right .pagebar .page-num-current {
  background: #0a5cb1;
  color: #fff;
  border: none;
}
.p-right .view {
  display: flex;
  border: 1px solid #eee;
  justify-content: space-evenly;
  margin: 10px 0 0px 20px;
  width: 100%;
}
.p-right .view .left {
  width: 485px;
  height: 475px;
  cursor: pointer;
}
.p-right .view .left img {
  width: 480px;
  height: auto;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #eee;
}
.p-right .view .right {
  width: 360px;
}
.p-right .view .right h1 {
  font-size: 26px;
  margin: 10px 0px;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
.p-right .view .right .info {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  line-height: 3;
  padding: 35px 0;
  overflow: hidden;
}
.p-right .view .right .info b {
  font-size: 26px;
  color: #e60212;
}
.p-right .view .right .text {
  display: flex;
  padding: 15px 0;
}
.p-right .view .right .text i {
  font-size: 48px;
  color: #e60212;
  margin: 0px 15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.p-right .view .right .text h4 {
  font-size: 14px;
}
.p-right .view .right .text p {
  font-size: 28px;
  font-weight: bold;
  color: #e60212;
}
.p-right .view .right .t-info {
  display: flex;
  justify-content: space-between;
}
.p-right .view .right .t-info .form {
  display: block;
  line-height: 80px;
}
.p-right .view .right .t-info .form a {
  display: inline-block;
  background: #0a5cb1;
  color: #fff;
  width: 80px;
  text-align: center;
  line-height: 35px;
}
.p-right .cont {
  width: 100%;
  margin: 10px 0 0px 20px;
  border-bottom: 1px dashed #eee;
}
.p-right .cont h3 {
  font-size: 24px;
  background: #f2f2f2;
  padding: 10px 0;
  font-weight: bold;
}
.p-right .cont h3 i {
  font-size: 26px;
  color: #333;
  margin: 0 10px;
}
.p-right .cont .content {
  padding: 3px;
  line-height: 2;
  margin-top: 20px;
}
.p-right .h-tj {
  margin: 10px 20px;
  width: 100%;
}
.p-right .h-tj h3 {
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
.p-right .h-tj li {
  float: left;
  margin: 5px 7px;
}
.p-right .h-tj li img {
  width: 280px;
  height: 185px;
  overflow: hidden;
}
.p-right .h-tj li h4 {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.p-d {
  margin: 10px 20px;
  text-align: left;
  width: 100%;
}
.p-d li {
  border: none !important;
  font-weight: normal !important;
}
.art_right {
  width: 75%;
  float: right;
  margin: 5px 10px;
}
.art_right s {
  margin-left: 20px;
  margin-top: -30px;
}
.art_right img {
  max-width: 600px;
  height: auto;
  display: block;
  clear: both;
  margin: auto;
}
.art_right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.art_right ul li {
  line-height: 30px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px dotted #333;
}
.art_right ul li s {
  float: right;
  color: #999;
  font-weight: normal;
}
.art_right ul li p {
  font-weight: normal;
  line-height: 30px;
  color: #666;
  height: 60px;
  margin-bottom: 10px;
  overflow: hidden;
}
.art_right .title {
  text-align: center;
  line-height: 50px;
}
.art_right .title h1 {
  font-size: 24px;
  font-weight: bold;
}
.art-cont {
  line-height: 3 !important;
}
.contact {
  line-height: 68px;
  width: 870px;
  text-align: center;
  margin: 5px 0;
  box-shadow: 0 0 10px #eee;
}
.contact h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: fzjh;
}
.contact form {
  display: flex;
  justify-content: space-evenly;
}
.contact .bd {
  width: 38%;
}
.contact input {
  line-height: 50px;
  font-size: 14px;
  width: 100%;
  font-weight: normal;
  border: #cccccc 1px solid;
  border-radius: 3px;
  padding: 0 14px;
  box-sizing: border-box;
  margin: 10px 0;
}
.contact input:focus {
  border-color: #048ae1 !important;
}
.contact .sub {
  width: 15%;
}
.contact button {
  font-size: 16px;
  line-height: 52px;
  width: 100%;
  color: #fff;
  background: #d60000;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  text-align: center;
  margin: 10px 0;
}
.con-info {
  line-height: 50px;
  font-size: 16px;
  margin: 0px 10px 20px 20px;
}
.con-info span {
  float: left;
  margin: 50px 0;
}
.con-info i {
  font-size: 30px;
  margin-right: 20px;
}
.con-info img {
  display: inline-block !important;
  margin: 0 !important;
  width: 140px !important;
}
.p-c i {
  display: none;
}
.wx,
.zhezhao {
  display: none;
}
.online {
  position: fixed;
  bottom: 200px;
  right: 10px;
  width: 60px;
  z-index: 999;
  color: #999;
}
.online p {
  text-align: center;
}
.online img {
  width: 150px;
  vertical-align: middle;
}
.online .box {
  position: absolute;
  top: 0;
  width: 190px;
  height: 45px;
  border: none;
  margin-right: 10px;
  border-radius: 5px;
  background: #0079dc;
  transition: all 0.5s;
  opacity: 0;
  color: #fff;
  text-align: center;
}
.online .box p {
  font-size: 14px!important;
  margin: 0px auto 7px!important;
}
.online .box h4 {
  font-size: 18px!important;
  font-weight: bold!important;
}
.online dl dt {
  opacity: 0;
  transition: all 0.5s;
}
.online dl:hover dt {
  opacity: 1;
}
.online a {
  color: #666;
}
.online a:hover {
  text-decoration: none;
}
.online dl {
  background: #27a8e1;
  padding: 10px 5px;
  margin-bottom: 1px;
  position: relative;
  border-radius: 10px;
}
.online dl dd {
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.online dl dd i {
  font-size: 25px;
}
.online dl:hover {
  background: #0a5cb1;
}
.online dl dt {
  position: absolute;
  top: 0px;
  right: 60px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  display: none;
  padding: 10px 15px;
  font-weight: normal;
}
.online dl dt h3 {
  display: block;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.online dl dt h3 i {
  margin-right: 5px;
}
.online dl dt h3 span {
  float: right;
  cursor: pointer;
}
.online dl dt input {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  padding: 3px 5px;
  width: 100%;
}
.online dl dt button {
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #0a5cb1;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-family: "microsoft yahei";
  }
  .w {
    width: 100%;
  }
  .top,
  .top-c .t-tel,
  .nav-h,
  .search,
  .car .title ul,
  .flow,
  .link,
  footer .f-nav,
  .f-c,
  .f-t,
  .p-left .con,
  .p-left .l-t,
  .map,
  .n-left,
  .news .right,
  .about,
  .nav_sub ul li:nth-child(2),
  .nav_sub ul li:nth-child(5),
  .nav_sub ul li:nth-child(6),
  .online {
    display: none !important;
  }
  .hdTxt {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 5%;
    top: 25px;
    display: block;
  }
  .nav1 h2 {
    font-size: 38px;
  }
  .nav_sub {
    width: 129px;
    position: absolute;
    top: 37px;
    right: -5px;
    z-index: 1000;
    background: rgba(10, 92, 177, 0.8);
  }
  .nav_sub ul li {
    border-bottom: 1px dashed #e5e5e5;
  }
  .nav_sub ul li:last-child {
    border-bottom: none;
  }
  .nav_sub ul li a {
    display: block;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  .item h2,
  .car h2,
  .flow h2,
  .news h2 {
    font-size: 18px !important;
    font-weight: bold;
  }
  .car ul li {
    width: 48%;
  }
  .car ul li h3 {
    font-size: 14px;
  }
  .car ul li .img img {
    width: 100%;
    height: 120px;
  }
  .about {
    height: 405px;
    background: #eee;
  }
  .about .about_con {
    width: 100%;
    display: block;
  }
  .about .about_con .left {
    width: 100%;
  }
  .about .about_con .title {
    padding: 10px 20px;
  }
  .about .about_con .title p {
    font-size: 24px;
  }
  .about .about_con .title h3 {
    font-size: 26px;
  }
  .about .about_con .txt {
    font-size: 14px;
    padding: 2%;
  }
  .about .about_con span a {
    margin-top: 2px;
    float: left;
    margin-left: 10px;
    font-size: 20px;
  }
  .number {
    padding: 30px 0;
  }
  .number ul li h3 {
    font-size: 22px;
  }
  .number ul li p {
    font-size: 12px;
  }
  .news {
    padding: 1%;
    height: 390px;
  }
  .news .title {
    line-height: 5px;
  }
  .news h4 {
    font-size: 14px;
  }
  .car .title,
  .item .title {
    line-height: 1;
    margin: 0;
  }
  .news .left,
  .news .right {
    width: 100%;
    margin: 0;
    float: none;
  }
  .foot .f-copy {
    margin-bottom: 80px;
  }
  .f_menu {
    width: 100%;
    margin: 0px auto;
    display: inline-block !important;
    background: #024C8D;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    max-width: 640px;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    padding-bottom: 1em;
    z-index: 99999;
  }
  .f_menu ul {
    padding-top: 12px;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    display: flex;
  }
  .f_menu ul li {
    width: calc(100% / 3);
  }
  .f_menu a {
    color: #fff;
    display: inline-block;
    line-height: 30px;
  }
  .f_menu span {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
  }
  .f_menu ul li i {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
  }
  .pro .p-left {
    width: 100%;
  }
  .pro .p-left .pro_tit {
    padding: 10px 0;
  }
  .pro .p-left .pro_tit h3 {
    font-size: 20px;
  }
  .pro .p-left .pro_tit h3 i {
    font-size: 22px;
    margin: 0 20px;
    display: inline-block;
  }
  .pro .p-right {
    width: 100%;
  }
  .pro .p-right li {
    width: 48%;
  }
  .pro .p-right .img {
    height: auto;
    width: 100%;
  }
  .pro .p-right .img img {
    width: 100%;
    height: 140px;
    overflow: hidden;
    transition: all 0.5s;
  }
  .p-right .view .left img {
    width: 100%;
  }
  .p-right .view .left {
    width: 65%;
    height: 272px;
  }
  .p-right .view .right {
    width: 33%;
  }
  .p-right .view .right {
    width: 33%;
  }
  .p-right .view .right h1 {
    font-size: 16px;
  }
  .p-right .view .right .info {
    font-size: 12px;
    padding: 0;
    line-height: 3;
  }
  .p-right .view .right .info b {
    font-size: 22px;
  }
  .p-right .view .right .text {
    display: none;
    padding: 5px 0;
  }
  .p-right .view .right .t-info .form {
    margin: 0 25px;
  }
  .p-right .cont {
    padding: 3px;
    margin: 0;
  }
  .p-right .h-tj {
    display: none;
  }
  .p-right .view {
    margin: 0;
  }
  .p-right .cont .content table {
    width: 100%;
  }
  .art_right {
    width: 100%;
    margin: 0;
  }
  .art_right ul {
    padding: 1%;
  }
  .art_right ul li s {
    margin-top: -28px;
  }
  .art_right ul li p {
    width: 98%;
  }
  .art_right h4 {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .art-cont {
    padding: 1%;
    line-height: 2;
  }
  .art_right .title h1 {
    font-size: 14px;
  }
  .art_right .title p {
    font-size: 12px;
  }
  .contact {
    width: 100%;
    height: 300px;
    line-height: 2;
  }
  .contact .bd {
    width: 100%;
  }
  .contact form {
    flex-wrap: wrap;
  }
  .contact h2 {
    font-size: 16px;
  }
  .contact .sub {
    width: 100%;
  }
  .contact button {
    font-size: 16px;
    width: 40%;
    line-height: 50px;
  }
  .contact input {
    width: 98%;
  }
  .sup ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sup ul li {
    width: 48%;
    line-height: 1.3;
    margin: 10px 0;
  }
  .sup ul li .text h3 {
    font-size: 16px;
  }
  .sup ul li .item .info h3 {
    font-size: 16px;
  }
  .sup ul li .item i {
    font-size: 42px;
    line-height: 40px;
    margin: 0 5px;
  }
  .sup ul li .img img {
    width: 100%;
  }
  .item ul li {
    width: 40%;
  }
  .item ul li a {
    font-size: 12px;
    width: 155px;
    margin: 0 5px;
  }
  .item ul li h3 {
    text-indent: 0px;
    font-size: 12px;
    line-height: 60px;
  }
  .item ul li img {
    width: 30px;
    height: 30px;
    margin: 15px 5px 15px 0;
  }
  .art_right img {
    max-width: 98%;
  }
  .art_right s {
    margin-left: 10px;
  }
  .p-d {
    margin: 0;
  }
  .wx {
    display: block;
    z-index: 2247483630;
    line-height: 30px;
  }
  .jconfirm-holder {
    width: 80%;
    margin: 0 auto;
  }
  .jconfirm-box {
    text-align: center;
  }
  .jconfirm-box img {
    width: 2.49094203rem;
    height: 2.49094203rem;
  }
  .jconfirm-box .wxtitle {
    color: #000;
    font-size: 1.13224638rem;
    line-height: 1.13224638rem;
    font-weight: bold;
    margin: 0.56612319rem 0;
    font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 0;
  }
  .jconfirm-box .wechat-number,
  .jconfirm-box .desc {
    color: #666;
    line-height: 1.13224638rem;
    margin: 0.56612319rem 0;
  }
  .jconfirm-box .desc {
    margin-bottom: 0;
  }
  .jconfirm-box .jconfirm-content {
    overflow: hidden !important;
  }
  .jconfirm-box .jconfirm-buttons {
    float: none !important;
  }
  .jconfirm-box .jconfirm-buttons .btn {
    background-color: #1aad17 !important;
    border-radius: 0.50951087rem !important;
    width: 8.15217391rem;
    height: 2.54755435rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    color: #fff !important;
  }
  .con-info p {
    font-size: 1em;
  }
  .icon p {
    font-size: 12px;
  }
  .number ul li b {
    font-size: 22px;
  }
  .item .it {
    margin: 0 5px;
  }
  .con-info p {
    font-size: 12px;
  }
}
