@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 14px;
  color: #222;
  line-height: normal;
  font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a:hover {
  color: #0d61d2;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  font-size: 14px;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}
.clearfix,
.clear:after,
.container:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
/* header */
header {
  width: 100%;
}
header .top {
  background: #0d61d2;
  color: #fff;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
header .top a {
  color: #fff;
}
header .top a:hover {
  color: #fd9900;
}
header .top .welcome {
  float: left;
}
header .top .href {
  float: right;
  margin-right: -10px;
}
header .top .href a {
  padding: 0 10px;
}
header .head {
  background: url(../img/bj_top.jpg) center top no-repeat;
  background-size: 100% 100%;
}
header .head .container {
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .head .container:after {
  display: none;
}
header .head .logo img {
  height: 62px;
  width: auto;
}
header .head .tel {
  font-size: 18px;
  padding: 0 0 0 85px;
  color: #565656;
  line-height: 1.1;
  background: url(../img/icon_24hour.png) left center no-repeat;
  min-height: 61px;
}
header .head .tel p:first-child {
  padding-bottom: 5px;
}
header .head .tel em {
  color: #0d61d2;
  font-size: 24px;
  font-weight: bold;
}
header .head .navbut {
  display: none;
}
header nav {
  width: 100%;
  background: #0d61d2;
}
header nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header nav li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 99;
  transform: skewX(-20deg);
  border-left: 1px solid #2578e6;
  border-right: 1px solid #0250ba;
  transition: all 0.3s;
}
header nav li > a {
  display: block;
  overflow: hidden;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  transform: skewX(20deg) translateZ(0);
}
header nav li .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  white-space: nowrap;
  min-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  transform-origin: left top;
  transform: skewX(20deg) translateZ(0);
}
header nav li .sub a {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0 10px;
  line-height: 36px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
header nav li .sub a:hover {
  background: #fd9900;
}
header nav li:first-child {
  border-left: 0;
}
header nav li:last-child {
  border-right: 0;
}
header nav li:hover {
  background: #fd9900;
}
header nav li:hover > a {
  color: #fff;
}
header nav li.on {
  background: #fd9900;
}
header nav li.on > a {
  color: #fff;
}
/* footer */
footer {
  background: #333333;
  line-height: 2;
  color: #818181;
}
footer a {
  color: #818181;
}
footer a:hover {
  color: #fd9900;
}
footer .flex_main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 0 30px 0;
}
footer .flex_main .b_tit {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
footer .flex_main .b_tit:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 16px;
  height: 1px;
  background: #4b4b4b;
  margin: 15px 0 20px 0;
}
footer .flex_main dl .er {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 260px;
}
footer .flex_main .weixin {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  width: 150px;
}
footer .flex_main .weixin img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
footer .link {
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .link .tit {
  line-height: 28px;
  color: #999999;
}
footer .link .tit .iconfont {
  font-size: 24px;
  float: left;
  margin-right: 5px;
}
footer .link ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
footer .link ul li {
  float: left;
  margin: 0 10px;
}
footer .copy {
  padding: 15px 0;
  overflow: hidden;
  text-align: center;
}
/* banner */


.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  overflow: hidden;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center top;
}
.banner .swiper-slide a img {
  display: none;
  width: 100%;
  height: auto;
}
.banner .banner-next,
.banner .banner-prev {
  top: 50%;
  width: 40px;
  line-height: 70px;
  margin-top: -35px;
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  opacity: 0;
}
.banner .banner-next:hover,
.banner .banner-prev:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.banner .banner-next {
  right: 2%;
}
.banner .banner-prev {
  left: 2%;
}
.banner .swiper-pagination-bullets {
  bottom: 15px;
  position: absolute;
  z-index: 5;
  text-align: center;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 44px;
  height: 3px;
  border-radius: 0;
  cursor: pointer;
  margin: 0 3px;
  background: none;
  opacity: 1;
  background: #fff;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #0d61d2;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}

.bannerpc {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bannerpc .swiper-slide a {
  display: block;
  overflow: hidden;
  height: 660px;
  background-repeat: no-repeat;
  background-position: center top;
}
.bannerpc .swiper-slide a img {
  display: none;
  width: 100%;
  height: auto;
}
/* nbanner */
.nbanner {
  display: block;
  overflow: hidden;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center top;
}
.nbanner img {
  display: none;
  width: 100%;
  height: auto;
}
/* in_box */
.in_box {
  padding: 50px 0 60px 0;
  overflow: hidden;
}
/* in_bj */
.in_bj {
  background: #f7f7f7;
}
/* in_heng */
.in_heng {
  background: url(../img/bj_heng.jpg) center top no-repeat;
  color: #fff;
  line-height: 1.8;
}
.in_heng .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 197px;
}
.in_heng .container:after {
  display: none;
}
.in_heng .text {
  font-size: 18px;
}
.in_heng .text .t1 {
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
.in_heng .tel {
  text-align: center;
}
.in_heng .tel a {
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #fd9900;
  line-height: 40px;
  width: 160px;
  margin: 0 auto 5px auto;
  background: #fff;
  border-radius: 50px;
}
.in_heng .tel a:hover {
  background: #fd9900;
  color: #fff;
}
.in_heng .tel em {
  font-size: 24px;
  font-weight: bold;
}
/* in_xiangmu */
.in_xiangmu .b_tit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0 30px 0;
}
.in_xiangmu .b_tit .box {
  line-height: 1;
  position: relative;
}
.in_xiangmu .b_tit .box:after {
  content: "";
  position: absolute;
  left: -45px;
  right: 0px;
  top: 30px;
  height: 1px;
  background: #0d61d2;
}
.in_xiangmu .b_tit .box:before {
  content: "";
  position: absolute;
  left: -15px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  border-left: 1px solid #0d61d2;
  border-right: 1px solid #0d61d2;
}
.in_xiangmu .b_tit .box .en {
  font-size: 26px;
  color: #0d61d2;
  text-transform: uppercase;
}
.in_xiangmu .b_tit .box .bt {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0;
}
.in_xiangmu .b_tit .box .bt span {
  color: #0d61d2;
}
.in_xiangmu .b_tit .box p {
  font-size: 18px;
  color: #8f8f8f;
}
.in_xiangmu .xun {
  margin: -20px;
  overflow: hidden;
  padding: 0 0 40px 0;
}
.in_xiangmu .xun li {
  width: 50%;
  float: left;
  padding: 20px;
}
.in_xiangmu .xun li a {
  display: block;
  overflow: hidden;
}
.in_xiangmu .xun li .pic {
  overflow: hidden;
}
.in_xiangmu .xun li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_xiangmu .xun li .pic img:hover {
  transform: scale(1.1);
}
.in_xiangmu .xun li .box {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.3s;
}
.in_xiangmu .xun li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  padding: 0 0 5px 0;
  font-weight: bold;
  color: #000;
  transition: all 0.3s;
}
.in_xiangmu .xun li .box span:hover {
  color: #0d61d2;
}
.in_xiangmu .xun li .box p {
  line-height: 25px;
  height: 50px;
  display: block;
  overflow: hidden;
  color: #717171;
}
.in_xiangmu li:hover .box {
  border-bottom-color: #0d61d2;
}
/* in_case */
.in_case {
  padding: 40px 0 0 0;
  overflow: hidden;
}
.in_case .b_tit {
  line-height: 1;
  position: relative;
  padding: 0 0 20px 0;
}
.in_case .b_tit .en {
  font-size: 120px;
  font-weight: bold;
  color: #f7f7f7;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: -10px;
}
.in_case .b_tit .box {
  position: absolute;
  left: 10px;
  top: 33px;
}
.in_case .b_tit .bt {
  position: relative;
  z-index: 1;
  float: left;
}
.in_case .b_tit .bt span {
  font-size: 36px;
  display: block;
  overflow: hidden;
  padding: 0 0 10px 0;
}
.in_case .b_tit .bt em {
  color: #888;
  text-transform: uppercase;
  font-size: 16px;
}
.in_case .b_tit .text {
  position: relative;
  z-index: 1;
  color: #888;
  font-size: 16px;
  padding: 0 0 0 20px;
  float: left;
}
.in_case .b_tit .text:before {
  content: "";
  display: block;
  overflow: hidden;
  width: 35px;
  height: 2px;
  background: #fd9900;
  margin: 3px 0 15px 0;
}
.in_case .xun {
  margin: -10px;
  overflow: hidden;
}
.in_case .xun li {
  width: 25%;
  float: left;
  padding: 10px;
}
.in_case .xun li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.in_case .xun li img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_case .xun li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  transition: all 0.3s;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: -o-linear-gradient(top, transparent, #000);
  background: -moz-linear-gradient(top, transparent, #000);
  background: linear-gradient(top, transparent, #000);
}
.in_case .xun li:first-child {
  width: 50%;
}
.in_case .xun li:hover img {
  transform: scale(1.1);
}
.in_case .xun li:hover span {
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #fd9900);
  background: -o-linear-gradient(top, transparent, #fd9900);
  background: -moz-linear-gradient(top, transparent, #fd9900);
  background: linear-gradient(top, transparent, #fd9900);
}
/* in_about */
.in_about {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_about .box {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 40px 0 0;
}
.in_about .box .bt span {
  font-size: 26px;
  font-weight: bold;
  color: #0d61d2;
  display: block;
  overflow: hidden;
  padding: 0 0 5px 0;
}
.in_about .box .bt em {
  color: #7e7e7e;
  font-size: 18px;
}
.in_about .box .text {
  line-height: 32px;
  color: #5e5e5e;
  text-align: justify;
  padding: 25px 0 40px 0;
  overflow: hidden;
}
.in_about .box ul {
  border-top: 1px solid #dddddd;
  padding: 25px 0 0 0;
}
.in_about .box ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.in_about .box ul li a {
  display: block;
  overflow: hidden;
}
.in_about .box ul li img {
  height: 90px;
  width: auto;
}
.in_about .box ul li span {
  display: block;
  overflow: hidden;
  padding: 5px 0 0 0;
  font-size: 18px;
}
.in_about .pic {
  width: 430px;
}
.in_about .pic img {
  width: 100%;
  height: auto;
}
/* in_news */
.in_news {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_news .b_tit {
  background: #f7f7f7;
  overflow: hidden;
  height: 75px;
  line-height: 75px;
  position: relative;
  margin-bottom: 20px;
}
.in_news .b_tit .icon {
  float: left;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #0d61d2;
}
.in_news .b_tit .icon img {
  height: 50px;
  width: auto;
}
.in_news .b_tit span {
  font-size: 18px;
  margin-left: 20px;
  padding: 0 10px;
  display: block;
  overflow: hidden;
  float: left;
}
.in_news .b_tit span.on {
  color: #0d61d2;
}
.in_news .b_tit .more {
  position: absolute;
  right: 15px;
  top: 0px;
  color: #7d7d7d;
}
.in_news .b_tit .more:hover {
  color: #0d61d2;
}
.in_news .left {
  width: 660px;
}
.in_news .left .b_tit span {
  cursor: pointer;
}
.in_news .left dl {
  margin: 0 -15px;
  overflow: hidden;
}
.in_news .left dl dt {
  width: 100%;
  float: left;
  padding: 0 15px;
}
.in_news .left dl dt a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 10px 0;
}
.in_news .left dl dt .pic {
  overflow: hidden;
}
.in_news .left dl dt .pic img {
  height: 160px;
  width: 260px;
  transition: all 0.3s;
}
.in_news .left dl dt .pic img:hover {
  transform: scale(1.1);
}
.in_news .left dl dt .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 20px;
}
.in_news .left dl dt .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #222;
  transition: all 0.3s;
}
.in_news .left dl dt .box span:hover {
  color: #0d61d2;
}
.in_news .left dl dt .box p {
  margin: 18px 0 18px 0;
  display: block;
  overflow: hidden;
  line-height: 28px;
  max-height: 56px;
  color: #747474;
}
.in_news .left dl dt .box em {
  color: #fd9900;
}
.in_news .left dl dd {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.in_news .left dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
  position: relative;
  padding: 0 0 0 15px;
}
.in_news .left dl dd a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #222;
}
.in_news .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 30px;
}
.in_news .right .gund li {
  overflow: hidden;
}
.in_news .right .gund li a {
  display: block;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
  line-height: 28px;
}
.in_news .right .gund li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0 0 60px;
  font-size: 16px;
  color: #222;
}
.in_news .right .gund li span:before {
  content: "Q";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  background: #3e3e3e;
}
.in_news .right .gund li span:hover {
  color: #0d61d2;
}
.in_news .right .gund li p {
  margin-top: 6px;
  display: block;
  overflow: hidden;
  position: relative;
  height: 54px;
  padding: 0 0 0 60px;
  color: #747474;
}
.in_news .right .gund li p:before {
  content: "A";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  background: #9c9a9a;
}
/* in_fuwu */
.in_fuwu {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_fuwu:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 200%;
  height: 1px;
  background: #e5e5e5;
}
.in_fuwu:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  background: url(../img/icon_yin.png) center top no-repeat;
  background-size: 100% 100%;
  height: 50px;
  z-index: 1;
  margin-top: 1px;
}
.in_fuwu .b_tit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  background: url(../img/bj_infwbt.jpg) no-repeat;
  background-size: 100% 100%;
  width: 240px;
  height: 220px;
  padding: 0 0 0 30px;
}
.in_fuwu .b_tit span {
  display: block;
  overflow: hidden;
  font-size: 34px;
  padding: 0 0 12px 0;
}
.in_fuwu .b_tit em {
  text-transform: uppercase;
  opacity: 0.6;
}
.in_fuwu ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 0 25px;
  text-align: center;
}
.in_fuwu ul li .icon {
  border: 10px solid #c2c2c2;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.3s;
}
.in_fuwu ul li .icon img {
  height: 60px;
  width: 60px;
}
.in_fuwu ul li .icon:hover {
  transform: rotate(360deg);
}
.in_fuwu ul li span {
  display: block;
  overflow: hidden;
  padding: 15px 0 0 0;
  font-size: 16px;
}
.in_fuwu ul li.line {
  width: 22px;
  height: 6px;
  background: #ebebeb;
  margin-top: 54px;
}
/* main */
.main {
  padding: 30px 0 40px 0;
  overflow: hidden;
}
.main .position {
  margin-bottom: 25px;
  line-height: 1;
}
.main .web_cate {
  text-align: center;
  overflow: hidden;
  padding-bottom: 25px;
}
.main .web_cate li {
  display: inline-block;
  padding: 5px;
}
.main .web_cate li a {
  display: block;
  overflow: hidden;
  padding: 0 12px;
  line-height: 34px;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 16px;
}
.main .web_cate li.on a {
  background: #0d61d2;
  color: #fff;
  border-color: #0d61d2;
}
/* list_ser */
.list_ser {
  margin: -20px;
  overflow: hidden;
}
.list_ser li {
  width: 33.3333333333%;
  float: left;
  padding: 20px;
}
.list_ser li a {
  display: block;
  overflow: hidden;
  background: #fafafa;
}
.list_ser li .pic {
  overflow: hidden;
}
.list_ser li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_ser li .box {
  padding: 15px 20px;
  overflow: hidden;
}
.list_ser li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  padding: 0 0 5px 0;
  font-weight: bold;
  color: #000;
  transition: all 0.3s;
}
.list_ser li .box p {
  line-height: 25px;
  height: 50px;
  display: block;
  overflow: hidden;
  color: #717171;
  transition: all 0.3s;
}
.list_ser li:hover a {
  background: #0d61d2;
}
.list_ser li:hover .pic img {
  transform: scale(1.1);
}
.list_ser li:hover .box span {
  color: #fff;
}
.list_ser li:hover .box p {
  color: #ddd;
}
/* list_news */
.list_news {
  overflow: hidden;
  margin: -15px 0;
}
.list_news li {
  padding: 15px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list_news li .pic {
  display: block;
  overflow: hidden;
  width: 255px;
  height: 185px;
}
.list_news li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.list_news li .pic img:hover {
  transform: scale(1.1);
}
.list_news li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 20px;
}
.list_news li .box .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.list_news li .box p {
  display: block;
  overflow: hidden;
  line-height: 25px;
  height: 75px;
  color: #888;
  margin: 15px 0 20px 0;
}
.list_news li .box .but {
  float: right;
}
.list_news li .box .but a {
  width: 98px;
  line-height: 30px;
  text-align: center;
  display: block;
  overflow: hidden;
  float: left;
  background: #999;
  color: #fff;
}
.list_news li .box .but a:first-child {
  background: #0d61d2;
  margin-right: 10px;
}
/* list_case */
.list_case {
  margin: -10px;
  overflow: hidden;
}
.list_case li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.list_case li a {
  display: block;
  overflow: hidden;
}
.list_case li .pic {
  overflow: hidden;
}
.list_case li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_case li .pic img:hover {
  transform: scale(1.1);
}
.list_case li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 0 0 0;
  line-height: 1;
}
/* box_page */
.box_page .b_tit {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  padding: 0 0 10px 0;
}
.box_page .body {
  line-height: 2;
  color: #666;
  overflow: hidden;
}
.box_page .body img {
  max-width: 100%;
  height: auto;
}
.box_page .body hr {
  width: 100%;
  height: 15px;
  border: 0;
}
/* view_news */
.view_news .tit {
  text-align: center;
  overflow: hidden;
  font-size: 24px;
  padding: 0 0 15px 0;
  line-height: 1.5;
}
.view_news .cs {
  border-top: 1px dashed #ddd;
  overflow: hidden;
  color: #888;
  font-size: 12px;
  padding: 15px 0 0 0;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.view_news .cs li {
  padding: 0 10px;
}
.view_news .body {
  overflow: hidden;
  line-height: 2;
  color: #666;
  padding: 20px 0;
}
.view_news .body img {
  max-width: 100%;
  height: auto;
}
.view_news .body hr {
  width: 100%;
  height: 15px;
  border: 0;
}
.view_news .sxp {
  overflow: hidden;
  line-height: 24px;
  position: relative;
  padding: 0 200px 0 0;
}
.view_news .sxp p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
}
.view_news .sxp p a {
  color: #888;
}
.view_news .sxp p a::hover {
  color: #0d61d2;
}
.view_news .sxp .bdsharebuttonbox {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.view_news .xgxw {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.view_news .xgxw .b_tit {
  position: relative;
  overflow: hidden;
  height: 34px;
}
.view_news .xgxw .b_tit:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #dddddd;
  content: "";
}
.view_news .xgxw .b_tit span {
  height: 34px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #fd9900;
  padding: 0 10px;
  float: left;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.view_news .xgxw ul {
  overflow: hidden;
  margin: 12px 0 0 0;
}
.view_news .xgxw ul li {
  width: 50%;
  padding: 0 10px;
  float: left;
}
.view_news .xgxw ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  padding: 0 0 0 15px;
  position: relative;
}
.view_news .xgxw ul li a:before {
  width: 3px;
  height: 3px;
  background: #666666;
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  margin-top: -2px;
}
/* box_ban */
.box_ban {
  overflow: hidden;
  text-align: center;
}
.box_ban img {
  max-width: 100%;
  height: auto;
}
.box_ban .swiper-container {
  position: relative;
}
.box_ban .ban-next,
.box_ban .ban-prev {
  top: 50%;
  position: absolute;
  color: #888;
  font-size: 36px;
  line-height: 60px;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  transform: translateY(-50%);
}
.box_ban .ban-next:hover,
.box_ban .ban-prev:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.box_ban .ban-next {
  right: 0;
}
.box_ban .ban-prev {
  left: 0;
}
.box_ban .swiper-pagination-bullets {
  padding: 15px 0 0 0;
  overflow: hidden;
}
.box_ban .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  background: none;
  opacity: 1;
  background: #777;
  outline: 0;
}
.box_ban .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #0d61d2;
}
/* pagination */
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0 0 0;
}
.pagination li {
  padding: 0 5px;
}
.pagination li a,
.pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 12px;
  line-height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f9f9f9;
}
.pagination li a:hover {
  background: #0d61d2;
  color: #fff;
  border-color: #0d61d2;
}
.pagination li.active span {
  cursor: default;
  background: #0d61d2;
  color: #fff;
  border-color: #0d61d2;
}
.pagination li.disabled span {
  background: #eee;
  color: #888;
  cursor: not-allowed;
}
/* tan_box */
#tan_box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.tan_box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_box .box {
  position: relative;
  background: #fff url(../img/loading.gif) center center no-repeat;
  padding: 10px;
  box-shadow: 0 0 15px #ccc;
  border-radius: 5px 0 5px 5px;
}
.tan_box .box img {
  max-height: 100%;
  max-width: 100%;
}
.tan_box .close {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: -36px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #ccc;
  transition: all 0.3s;
  border-radius: 5px 5px 0 0;
}
.tan_box .close .iconfont {
  display: inline-block;
  transition: all 0.3s;
}
.tan_box .close:hover {
  background: #0d61d2;
}
.tan_box .close:hover .iconfont {
  transform: rotate(360deg);
  color: #fff;
}
/* lxdywm */

.lxdywm {
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 0 0 50px 0;
	line-height: 1.5;
}
.lxdywm .box {
	max-width: 950px;
	margin: 0 auto;
}
.lxdywm .tit {
	font-size: 26px;
}
.lxdywm .more {
	overflow: hidden;
	position: relative;
	margin: 15px 0;
}
.lxdywm .more:before {
	position: absolute;
	left: 0px;
	top: 50%;
	height: 1px;
	content: "";
	width: 100%;
	background: #ccc;
}
.lxdywm .more a {
	display: inline-block;
	position: relative;
	z-index: 1;
	background: #fcfcfc;
	padding: 0 20px;
}
.lxdywm .more a span {
	display: block;
	overflow: hidden;
	background:#0d61d2;
	color: #fff;
	font-size: 22px;
	padding: 0 50px;
	line-height: 50px;
}
.lxdywm p {
	letter-spacing: 5px;
	font-size: 16px;
}

.lxdywm p.area {
	font-size: 14px;
	padding-top:12px;
	color:#666;
	letter-spacing: normal;

}
