@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: #303030;
  line-height: normal;
  font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a:hover {
  color: #0153a7;
}
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: 106px;
  float:left;*/
  height:auto;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.container1 {
  width: 106px;
  float:left;
  height:auto;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.container2 {
 /* width: 106px;*/
  float:left;
  height:auto;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.container.sm {
  max-width: 1120px;
}
.mt30 {
  margin-top: 30px;
}
/* header */
header {
  background: url(../img/bj_top.jpg) center top no-repeat;
}
header .wap_tel {
  display: none;
}
header .top {
  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;
}
header .top .but {
  position: relative;
  height: 40px;
  line-height: 40px;
}
header .top .but li {
  float: left;
  position: relative;
  z-index: 1;
  background: url(../img/icon_topline.png) left center no-repeat;
}
header .top .but li a {
  color: #fff;
  padding: 0 12px;
}
header .top .but li a:hover {
  text-decoration: underline;
}
header .top .but li:first-child {
  background: none;
}
header .top .but:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  height: 100%;
  width: 800px;
  background: #0153a7;
  border-radius: 0 0 0 40px;
}
header .head {
  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: 160px;
}
header .head .logo img {
  height: 100px;
  width: auto;
}
header .head .line {
  margin: 0 22px 0 18px;
  width: 1px;
  height: 100px;
  position: relative;
  background: transparent;
  background: -webkit-linear-gradient(180deg, transparent 0%, #858687 50%, transparent 100%);
  background: -o-linear-gradient(180deg, transparent 0%, #858687 50%, transparent 100%);
  background: -moz-linear-gradient(180deg, transparent 0%, #858687 50%, transparent 100%);
  background: linear-gradient(180deg, transparent 0%, #858687 50%, transparent 100%);
}
header .head .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  font-size: 18px;
  line-height: 1;
}
header .head .text .t1 {
  font-size: 26px;
  font-weight: bold;
  padding: 0 0 12px 0;
}
header .head .text .t1 span {
  color: #0153a7;
}
header .head .tel {
  background: url(../img/icon_toptel.png) left top no-repeat;
  padding: 0 0 0 40px;
  font-size: 18px;
  line-height: 1.1;
}
header .head .tel em {
  font-size: 28px;
  font-weight: bold;
  color: #0153a7;
}
header .head .tel p:first-child {
  padding-bottom: 4px;
}
header .head .navbut {
  display: none;
}
header nav {
  background: url(../img/bj_nav.png) center center repeat;
}
header nav ul {
  position: relative;
  z-index: 99;
  height: 60px;
}
header nav ul:before,
header nav ul:after {
  background-repeat: no-repeat;
  height: 68px;
  width: 500px;
  content: "";
  position: absolute;
  bottom: 0px;
}
header nav ul:after {
  left: 100%;
  background-image: url(../img/bj_navright.png);
}
header nav ul:before {
  right: 100%;
  background-image: url(../img/bj_navleft.png);
}
header nav ul li {
  float: left;
  background: url(../img/bj_navline.png) left center no-repeat;
  margin-left: -1px;
  position: relative;
}
header nav ul li > a {
  display: block;
  overflow: hidden;
  color: #fff;
  line-height: 60px;
  padding: 0 25px;
  font-size: 18px;
  position: relative;
}
header nav ul li .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}
header nav ul li .sub a {
  display: block;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  padding: 0 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
header nav ul li .sub a:hover {
  background: #0153a7;
  color: #fff;
}
header nav ul li:first-child {
  margin-left: 0;
  background: none;
}
header nav ul li:hover > a {
  background: #00a9bb;
  background: -webkit-linear-gradient(top, #00a9bb, #008897);
  background: -o-linear-gradient(top, #00a9bb, #008897);
  background: -moz-linear-gradient(top, #00a9bb, #008897);
  background: linear-gradient(top, #00a9bb, #008897);
  color: #fff;
  z-index: 1;
}
header nav ul li.on > a {
  background: #00a9bb;
  background: -webkit-linear-gradient(top, #00a9bb, #008897);
  background: -o-linear-gradient(top, #00a9bb, #008897);
  background: -moz-linear-gradient(top, #00a9bb, #008897);
  background: linear-gradient(top, #00a9bb, #008897);
  color: #fff;
  z-index: 1;
}
/* footer */
footer {
  background: #181818;
}
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: 55px 0;
  overflow: hidden;
  color: #9c9c9c;
}
footer .flex_main a {
  color: #9c9c9c;
}
footer .flex_main a:hover {
  color: #07d7ee;
}
footer .flex_main .line {
  height: 213px;
  width: 2px;
  background: #0f0f0f;
  border-right: 1px solid #252525;
}
footer .flex_main dl dt {
  color: #0153a7;
  font-size: 18px;
  padding: 0 0 13px 0;
}
footer .flex_main dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 16px;
  color: #9c9c9c;
  line-height: 35px;
}
footer .flex_main dl dd a:before {
  content: "\e601";
  font-family: "iconfont" !important;
  font-size: 12px;
  position: absolute;
  left: -2px;
  top: 0px;
  transform: scale(0.8);
  font-weight: bold;
}
footer .flex_main dl dd ul {
  float: left;
}
footer .flex_main dl dd ul:first-of-type {
  width: 135px;
}
footer .flex_main .ewm li {
  float: left;
  margin-left: 16px;
  width: 184px;
  height: 213px;
  text-align: center;
  position: relative;
}
footer .flex_main .ewm li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 22px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #9c9c9c;
}
footer .flex_main .ewm li img {
  width: 153px;
  height: 153px;
  position: relative;
  z-index: 1;
}
footer .flex_main .ewm li .text {
  padding: 16px 0 0 0;
  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;
}
footer .flex_main .ewm li .text .iconfont {
  color: #fafafa;
  font-size: 20px;
  margin-right: 8px;
}
footer .flex_main .ewm li:first-child {
  margin-left: 0;
}
footer .flex_main .cont {
  color: #757575;
  line-height: 2;
  text-align: center;
}
footer .flex_main .cont img {
  height: 83px;
  width: auto;
  margin-bottom: 15px;
}
footer .copy {
  background: #090909;
  color: #474747;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1.8;
  font-size: 16px;
}
footer .copy a {
  color: #474747;
}
footer .copy a:hover {
  color: #07d7ee;
}
/* fixed_footer */
.fixed_footer {
  display: none;
}
/* search */
.search {
  background: #f8f8f8;
  position: relative;
}
.search:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  background: url(../img/yin_weizhi.png) center center no-repeat;
  height: 20px;
  background-size: auto 100%;
}
.search .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;
}
.search .container:after {
  display: none;
}
.search .key {
  height: 70px;
  line-height: 70px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  overflow: hidden;
  padding: 0 10px 0 0;
  font-size: 16px;
}
.search .key a {
  margin-right: 25px;
}
.search .box {
  border: 1px solid #d4d4d4;
  width: 320px;
  height: 35px;
  padding: 0 33px 0 0;
  position: relative;
}
.search .box input[type='text'] {
  width: 100%;
  height: 33px;
  border: 0;
  padding: 0 8px;
  float: left;
  font-size: 12px;
  background: none;
}
.search .box button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 33px;
  width: 33px;
  border: 0;
  background: none;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.search .box button:hover {
  background: #0153a7;
  color: #fff;
}
/* banner */
.banner .swiper-slide a {
  display: block;
  overflow: hidden;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center top;
}
.banner .swiper-slide img {
  display: none;
  width: 100%;
  height: auto;
}
.banner .banner-next,
.banner .banner-prev {
  position: absolute;
  top: 50%;
  height: 60px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  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;
  width: 36px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  font-weight: bold;
  opacity: 0;
}
.banner .banner-next:hover,
.banner .banner-prev:hover {
  background-color: rgba(1, 83, 167, 0.7);
}
.banner .banner-next {
  right: 5%;
}
.banner .banner-prev {
  left: 5%;
}
.banner .banner-num {
  bottom: 25px;
  position: absolute;
  z-index: 5;
  text-align: center;
  left: 0px;
  width: 100%;
  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;
}
.banner .banner-num .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  cursor: pointer;
  margin: 0 5px;
  background: #0153a7;
  opacity: 1;
  outline: 0;
}
.banner .banner-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a6b8;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* nbanner */
.nbanner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.nbanner img {
  display: none;
  width: 100%;
  height: auto;
}
/* in_pro */
.in_pro {
  padding: 55px 0 0 0;
  width: 100%;
}
.in_pro .heng_pic {
  padding: 35px 0 0 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.in_pro .heng_pic img {
  max-width: 100%;
  height: auto;
}
.in_pro .pro_toutiao {
  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 30px 0;
}
.in_pro .pro_toutiao .pic {
  display: block;
  overflow: hidden;
  width: 400px;
  height: 350px;
  background: #fff;
  box-shadow: 0 0 18px #eee;
}
.in_pro .pro_toutiao .pic img {
  width: 100%;
  transition: all 0.3s;
}
.in_pro .pro_toutiao .pic img:hover {
  transform: scale(1.1);
}
.in_pro .pro_toutiao .box {
  padding: 0 0 0 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.nipic {
  text-align: center;
}
.in_pro .pro_toutiao .box a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 30px;
  font-weight: bold;
  color: #0153a7;
}
.in_pro .pro_toutiao .box a:hover {
  color: #07d7ee;
}
.in_pro .pro_toutiao .box .text {
  height: 150px;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  margin: 5px 0 15px 0;
}
.in_pro .pro_toutiao .box .dp {
  margin: 0 -5px;
}
.in_pro .pro_toutiao .box .dp li {
  float: left;
  width: 25%;
  padding: 0 5px;
}
.in_pro .pro_toutiao .box .dp li img {
  width: 100%;
  max-width: 100px;
  height: 140px;
  box-shadow: 0 5px 10px #eee;
}
/* in_dingzhi */
.in_dingzhi {
  background: #f0f0f0 url(../img/bj_dingzhi.jpg) center top no-repeat;
  height: 1453px;
  width: 100%;
  overflow: hidden;
}
.in_dingzhi .b_tit {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: 30px 0 0 0;
}
.in_dingzhi .b_tit span {
  color: #07d7ee;
}
.in_dingzhi .info {
  padding: 60px 0 40px 0;
  overflow: hidden;
}
.in_dingzhi .info ul {
  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: center;
  justify-content: center;
  padding: 0 0 35px 0;
}
.in_dingzhi .info ul:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  content: "";
  width: 990px;
  height: 100px;
  border-bottom: 5px solid #aaaaaa;
  background: #f4f4f4;
  border-radius: 50%;
}
.in_dingzhi .info ul li {
  margin: 0 1px;
  width: 242px;
  height: 242px;
  border: 1px solid #fafafa;
  border-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa, #eaeaea);
  background: -o-linear-gradient(top, #fafafa, #eaeaea);
  background: -moz-linear-gradient(top, #fafafa, #eaeaea);
  background: linear-gradient(top, #fafafa, #eaeaea);
  transition: all 0.3s;
}
.in_dingzhi .info ul li .bt {
  display: block;
  overflow: hidden;
  font-size: 24px;
  color: #0153a7;
  font-weight: bold;
  padding: 80px 0 10px 0;
}
.in_dingzhi .info ul li .text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  padding: 0 25px;
}
.in_dingzhi .info ul li .text hr {
  display: block;
  border: 0;
}
.in_dingzhi .info ul li:hover {
  transform: rotate(360deg);
}
.in_dingzhi .xun {
  margin: -15px;
}
.in_dingzhi .xun li {
  width: 50%;
  float: left;
  padding: 15px;
}
.in_dingzhi .xun li a {
  display: block;
  background: #fff;
  position: relative;
  padding: 15px;
  color: #303030;
}
.in_dingzhi .xun li a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  height: 13px;
  background: url(../img/yin_pro.png) center center no-repeat;
}
.in_dingzhi .xun li .pic {
  overflow: hidden;
}
.in_dingzhi .xun li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_dingzhi .xun li .pic img:hover {
  transform: scale(1.1);
}
.in_dingzhi .xun li .box {
  padding: 25px 5px 10px 5px;
  overflow: hidden;
}
.in_dingzhi .xun li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: bold;
  color: #0153a7;
  transition: all 0.3s;
  padding: 0 0 8px 0;
}
.in_dingzhi .xun li .box span:hover {
  color: #07d7ee;
}
.in_dingzhi .xun li .box p {
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  text-align: justify;
  display: block;
  overflow: hidden;
  position: relative;
}
.in_dingzhi .xun li .box p em {
  position: absolute;
  right: 0;
  bottom: 0px;
  background: #fff;
  padding: 0 0 0 10px;
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #0153a7;
}
.in_dingzhi .xun li .box p em:hover {
  color: #07d7ee;
}
/* in_mess */
.in_mess {
  width: 100%;
  overflow: hidden;
  background: url(../img/bj_mess.jpg) center top no-repeat;
  background-size: 100% 100%;
}
.in_mess .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;
}
.in_mess .container:after {
  display: none;
}
.in_mess .pic {
  width: 600px;
}
.in_mess .pic img {
  width: 100%;
  height: auto;
}
.in_mess .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 40px;
}
.in_mess .box .tit {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 20px 0;
}
.in_mess .box ul {
  max-width: 355px;
}
.in_mess .box ul li {
  margin-top: 6px;
  background: #fff;
  position: relative;
  padding: 0 0 0 46px;
}
.in_mess .box ul li label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 46px;
  line-height: 40px;
  text-align: center;
  color: #c5c5c5;
  font-size: 20px;
  height: 100%;
  border-right: 1px dashed #b1b1b1;
}
.in_mess .box ul li input[type='text'] {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 10px;
  font-size: 12px;
}
.in_mess .box ul li textarea {
  height: 80px;
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 12px;
}
.in_mess .box ul li input[type='submit'] {
  width: 192px;
  height: 42px;
  border: 0;
  color: #0153a7;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.in_mess .box ul li input[type='submit']:hover {
  background: #07d7ee;
  color: #fff;
}
.in_mess .box ul li:last-child {
  background: none;
  padding: 0;
}
/* in_liyou */
.in_liyou {
  width: 100%;
  padding: 50px 0 60px 0;
  overflow: hidden;
  background: url(../img/bj_liyou.jpg) center top repeat;
}
.in_liyou .b_tit {
  padding: 0 0 30px 0;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  color: #737373;
  text-transform: uppercase;
}
.in_liyou .b_tit span {
  display: block;
  overflow: hidden;
  font-size: 36px;
  font-weight: bold;
  color: #0153a7;
  padding: 0 0 10px 0;
}
.in_liyou .b_tit span em {
  font-size: 44px;
}
.in_liyou .tab {
  overflow: hidden;
}
.in_liyou .tab li {
  width: 16.66666666666667%;
  float: left;
  height: 94px;
  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: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  padding: 16px 0 0 0;
  cursor: pointer;
}
.in_liyou .tab li:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 80px;
  background: #0153a7;
  transition: all 0.3s;
  border-left: 1px solid #1b60b1;
}
.in_liyou .tab li * {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.in_liyou .tab li em {
  font-size: 36px;
  margin-right: 10px;
}
.in_liyou .tab li span {
  font-size: 24px;
  padding: 0 0 12px 0;
}
.in_liyou .tab li span:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 28px;
  height: 2px;
  background: #fff;
}
.in_liyou .tab li.on:before {
  height: 100%;
  background: #00a3b5;
  border-left-color: #00a3b5;
}
.in_liyou .xun {
  position: relative;
  background: #fff;
}
.in_liyou .xun li .pic {
  overflow: hidden;
}
.in_liyou .xun li .pic img {
  width: 100%;
  height: auto;
}
.in_liyou .xun li .text {
  box-shadow: 0 0 26px #666;
  overflow: hidden;
  padding: 25px 25px 25px 300px;
  font-size: 18px;
  line-height: 30px;
  color: #505050;
  position: relative;
  z-index: 1;
}
.in_liyou .xun .cont {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 275px;
  height: 180px;
  text-align: center;
  color: #fff;
  background: #0153a7;
  font-size: 18px;
  line-height: 1;
  padding: 35px 0 0 0;
  z-index: 5;
}
.in_liyou .xun .cont .iconfont {
  font-size: 50px;
}
.in_liyou .xun .cont p {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.in_liyou .xun .cont em {
  font-size: 28px;
  font-weight: bold;
}
/* in_youshi */
.in_youshi {
  width: 100%;
  height: 1435px;
  overflow: hidden;
  background: url(../img/bj_youshi.jpg) center top repeat;
}
.in_youshi .b_tit {
  text-align: center;
  overflow: hidden;
  padding: 45px 0 120px 0;
}
.in_youshi .b_tit img {
  height: 96px;
  width: auto;
}
.in_youshi dl {
  padding: 0 35px 0 15px;
  overflow: hidden;
}
.in_youshi dl dd {
  padding: 0 52% 0 0;
  overflow: hidden;
}
.in_youshi dl dd .bt {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  background: url(../img/tit_yx.png) right bottom no-repeat;
  padding: 0 15px 20px 90px;
  margin-bottom: 10px;
  position: relative;
}
.in_youshi dl dd .bt:before {
  content: "";
  width: 85px;
  height: 68px;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.in_youshi dl dd .bt span {
  color: #0153a7;
}
.in_youshi dl dd .z1:before {
  background-image: url(../img/tit_si1.png);
}
.in_youshi dl dd .z2:before {
  background-image: url(../img/tit_si2.png);
}
.in_youshi dl dd .z3:before {
  background-image: url(../img/tit_si3.png);
}
.in_youshi dl dd .z4:before {
  background-image: url(../img/tit_si4.png);
}
.in_youshi dl dd .text {
  font-size: 18px;
  line-height: 36px;
  color: #484848;
  overflow: hidden;
  padding: 0 15px 0 5px;
}
.in_youshi dl dd:nth-child(1) {
  height: 230px;
}
.in_youshi dl dd:nth-child(2) {
  height: 380px;
}
.in_youshi dl dd:nth-child(3) {
  height: 260px;
}
.in_youshi dl dd:nth-child(4) {
  height: 240px;
}
.in_youshi dl dd:nth-child(3),
.in_youshi dl dd:nth-child(4) {
  padding: 0 0 0 52%;
}
/* in_about */
.in_about {
  width: 100%;
  background: url(../img/bj_about.jpg) center top no-repeat;
}
.in_about .b_tit {
  padding: 70px 0 55px 0;
  overflow: hidden;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}
.in_about .b_tit em {
  font-size: 48px;
  opacity: 0.15;
}
.in_about .b_tit span {
  display: block;
  overflow: hidden;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-top: -18px;
  z-index: 1;
}
.in_about .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: 0 0 30px 0;
  overflow: hidden;
}
.in_about .flex_main .video {
  background: url(../img/pic_mac.png) no-repeat;
  background-size: 100% 100%;
  width: 455px;
  height: 347px;
}
.in_about .flex_main .video a {
  display: block;
  overflow: hidden;
  width: 422px;
  height: 240px;
  position: relative;
  margin: 16px auto 0 auto;
}
.in_about .flex_main .video a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.in_about .flex_main .video a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(15, 15, 15, 0.2);
  z-index: 1;
}
.in_about .flex_main .video a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-left: 28px solid #fff;
  border-bottom: 16px solid transparent;
  z-index: 2;
}
.in_about .flex_main .video a:hover img {
  transform: scale(1.1);
}
.in_about .flex_main .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 55px;
}
.in_about .flex_main .box .text {
  font-size: 16px;
  line-height: 37px;
  min-height: 185px;
  color: #fff;
  text-indent: 2em;
  margin: 18px 0;
}
.in_about .flex_main .box .but {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.in_about .flex_main .box .but a {
  width: 156px;
  height: 52px;
  line-height: 48px;
  border: 2px solid #fff;
  margin-left: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.in_about .flex_main .box .but a:hover {
  background: #fff;
  color: #0153a7;
}
.in_about .flex_main .box .but a:first-child {
  margin-left: 0;
  background: #fff;
  color: #0153a7;
}
.in_about .white {
  background: #fff;
  position: relative;
  box-shadow: 0 0 25px #444;
  padding: 35px 0 20px 0;
}
.in_about .white .tab {
  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 35px 0;
}
.in_about .white .tab li {
  padding: 0 40px;
  color: #fff;
  font-size: 18px;
  line-height: 52px;
  background: #3a3a3a;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.in_about .white .tab li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #0153a7;
  opacity: 0;
}
.in_about .white .tab li .html {
  display: none;
}
.in_about .white .tab li.on {
  background: #0153a7;
}
.in_about .white .tab li.on:before {
  opacity: 1;
}
.in_about .white .xun {
  position: relative;
  padding: 0 20px;
}
.in_about .white .xun a {
  display: block;
  overflow: hidden;
  text-align: center;
}
.in_about .white .xun .pic {
  overflow: hidden;
}
.in_about .white .xun .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_about .white .xun .pic img:hover {
  transform: scale(1.1);
}
.in_about .white .xun span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 40px;
}
.in_about .white .xun .about-next,
.in_about .white .xun .about-prev {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  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: #878787;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s;
}
.in_about .white .xun .about-next:hover,
.in_about .white .xun .about-prev:hover {
  background: #0153a7;
}
.in_about .white .xun .about-next {
  left: 100%;
  margin-left: 15px;
}
.in_about .white .xun .about-prev {
  right: 100%;
  margin-right: 15px;
}
/* in_case */
.in_case {
  padding: 60px 0;
  width: 100%;
  overflow: hidden;
}
.in_case .b_tit {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  padding: 0 0 25px 0;
}
.in_case .b_tit span {
  font-size: 36px;
  display: block;
  overflow: hidden;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.in_case .b_tit span em {
  color: #0153a7;
}
.in_case .b_tit p {
  color: #737373;
}
.in_case .container {
  padding: 0 90px;
}
.in_case a {
  display: block;
  overflow: hidden;
  box-shadow: 0 0 10px #ccc;
  background: #f2f2f2;
  margin-bottom: 10px;
}
.in_case .pic {
  overflow: hidden;
}
.in_case .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_case .pic img:hover {
  transform: scale(1.1);
}
.in_case .box {
  padding: 15px;
  overflow: hidden;
}
.in_case .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #303030;
  transition: all 0.3s;
}
.in_case .box span:hover {
  color: #0153a7;
}
.in_case .box p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  padding: 5px 0 0 0;
}
.in_case .case-next,
.in_case .case-prev {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  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;
  background: #b0b0b0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s;
}
.in_case .case-next:hover,
.in_case .case-prev:hover {
  background: #0153a7;
}
.in_case .case-next {
  right: 0;
}
.in_case .case-prev {
  left: 0;
}
/* in_news */
.in_news {
  background: #f8f8f8;
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
}
.in_news .box {
  background: #fff;
  float: right;
  padding: 25px 30px 0 30px;
  width: 66%;
  position: relative;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
}
.in_news .box .b_tit {
  position: relative;
  z-index: 5;
  color: #737373;
  text-transform: uppercase;
  line-height: 1;
}
.in_news .box .b_tit span {
  display: block;
  overflow: hidden;
  color: #0153a7;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 8px 0;
}
.in_news .box .b_tit .spage {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.in_news .box .b_tit .spage li {
  float: left;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 5px;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.in_news .box .b_tit .spage li:hover {
  color: #0153a7;
}
.in_news .hangye {
  height: 540px;
  width: 32%;
  float: left;
  border-left: 0;
}
.in_news .hangye:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #0153a7;
  height: 240px;
}
.in_news .hangye .b_tit {
  color: #fff;
}
.in_news .hangye .b_tit span {
  color: #fff;
}
.in_news .hangye .toutiao {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
.in_news .hangye .toutiao .pic {
  overflow: hidden;
}
.in_news .hangye .toutiao .pic img {
  width: 100%;
  height: 230px;
  transition: all 0.3s;
}
.in_news .hangye .toutiao .pic img:hover {
  transform: scale(1.1);
}
.in_news .hangye .toutiao .info span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  padding: 20px 0 15px 0;
}
.in_news .hangye .toutiao .info p {
  display: block;
  overflow: hidden;
  line-height: 25px;
  height: 75px;
  color: #666;
  text-align: justify;
}
.in_news .hangye .toutiao .info em {
  color: #999;
  text-align: right;
  display: block;
  overflow: hidden;
  padding: 5px 0 0 0;
}
.in_news .qiye {
  height: 240px;
  margin-bottom: 25px;
}
.in_news .qiye a {
  display: block;
  overflow: hidden;
  padding: 25px 0;
}
.in_news .qiye a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.in_news .qiye a p {
  display: block;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  color: #999;
  text-align: justify;
  margin: 10px 0;
}
.in_news .qiye a em {
  color: #999;
  text-align: right;
  display: block;
  overflow: hidden;
}
.in_news .wenti {
  height: 275px;
  background: #fff url(../img/pic_contact.jpg) 120px bottom no-repeat;
}
.in_news .wenti .but {
  position: absolute;
  left: 30px;
  bottom: 40px;
  border: 1px solid #ebebeb;
  width: 130px;
  text-indent: 20px;
  line-height: 40px;
  background: #fff;
}
.in_news .wenti .but:hover {
  background: #0153a7;
  color: #fff;
}
.in_news .wenti .xun {
  padding: 0 0 0 390px;
}
.in_news .wenti .xun a {
  display: block;
  overflow: hidden;
  padding: 8px 0;
}
.in_news .wenti .xun a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 5px;
}
.in_news .wenti .xun a span:before {
  content: "Q：";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #0153a7;
  font-size: 16px;
}
.in_news .wenti .xun a p {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #999;
  text-align: justify;
  position: relative;
  padding: 0 0 0 30px;
}
.in_news .wenti .xun a p:before {
  content: "A：";
  position: absolute;
  left: 2px;
  top: 0px;
  font-size: 16px;
}
/* in_link */
.in_link {
  background: #1357a8;
  padding: 20px 0;
}
.in_link dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_link dl dt {
  background: #2463ad;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 13px;
}
.in_link dl dd {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  line-height: 1.8;
  font-size: 16px;
  padding: 4px 0;
}
.in_link dl dd a {
  display: block;
  overflow: hidden;
  float: left;
  margin-left: 22px;
  color: #fff;
}
.in_link dl dd a:hover {
  color: #07d7ee;
}
/* web_flex */
.web_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.web_flex .main_left {
  width: 290px;
  height: 100%;
  box-shadow: 0 0 25px #ccc;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.web_flex .main_left:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  height: 42px;
  background: url(../img/yin_pleft.png) center center no-repeat;
}
.web_flex .main_left .b_tit {
  background: #0053b8 url(../img/tit_map.png) center bottom no-repeat;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
  padding: 20px 0;
  line-height: 1;
}
.web_flex .main_left .b_tit span {
  display: block;
  padding: 0 0 10px 0;
  font-size: 28px;
}
.web_flex .main_left .b_text {
  background: #0153a7;
  color: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.web_flex .main_left .cont {
  padding: 20px 25px;
}
.web_flex .main_left .cont .tit {
  text-align: center;
  font-size: 24px;
}
.web_flex .main_left .cont .text {
  line-height: 2;
  padding: 15px 0 20px 0;
}
.web_flex .main_left .cont .tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
}
.web_flex .main_left .cont .tel .iconfont {
  font-size: 50px;
  margin-right: 10px;
}
.web_flex .main_left .cont .tel em {
  font-weight: bold;
  font-size: 22px;
  padding: 6px 0 0 0;
  display: block;
  overflow: hidden;
}
.web_flex .main_right {
  width: 800px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 30px;
}
.web_flex .main_right .cate_tit {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.web_flex .main_right .cate_tit:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.web_flex .main_right .cate_tit span {
  border-bottom: 1px solid #0153a7;
  position: relative;
  z-index: 1;
  height: 52px;
  line-height: 52px;
  color: #666;
  display: block;
  overflow: hidden;
  float: left;
  font-size: 24px;
}
.position {
width:990px;

  border-bottom: 1px dashed #dcdcdc;
  overflow: hidden;
  padding: 0 0 15px 0;
  margin-left:255px;
  margin-top:50px;
  margin-bottom: 25px;
  line-height: 20px;
  color: #666;
}
.position a {
  color: #666;
}
.position a:hover {
  color: #0153a7;
}
.position .wz {
  border-left: 10px solid #0153a7;
  padding: 100px 0 0 8px;
}
/* pro_incate */
.pro_incate {
  padding: 10px 12px 20px 12px;
  overflow: hidden;
}
.pro_incate li {
  padding: 7px 0;
}
.pro_incate li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 46px;
  padding: 0 0 0 58px;
  border: 1px solid #f2f2f2;
  border-radius: 50px;
  background: #f6f6f6;
  background: -webkit-linear-gradient(180deg, #f6f6f6 0%, #ffffff 50%, #f6f6f6 100%);
  background: -o-linear-gradient(180deg, #f6f6f6 0%, #ffffff 50%, #f6f6f6 100%);
  background: -moz-linear-gradient(180deg, #f6f6f6 0%, #ffffff 50%, #f6f6f6 100%);
  background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 50%, #f6f6f6 100%);
  font-size: 17px;
  position: relative;
}
.pro_incate li a:before {
  content: "\eb92";
  font-family: "iconfont" !important;
  font-size: 12px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  line-height: 1;
}
.pro_incate_text {
  text-align: center;
  padding: 20px 10px;
  font-size: 20px;
  line-height: 1.7;
}
.pro_incate_text p:last-child {
  font-size: 22px;
  font-weight: bold;
}
/* pro_cate */
.pro_cate {
  padding: 15px 15px 20px 15px;
  overflow: hidden;
}
.pro_cate li {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
.pro_cate li > a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 50px 0 25px;
  font-size: 16px;
  background: #0153a7;
  color: #fff;
  line-height: 50px;
}
.pro_cate li > .iconfont {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 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;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.pro_cate li .sub {
  display: none;
  padding: 0 0 2px 0;
}
.pro_cate li .sub a {
  margin-top: 1px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 50px 0 25px;
  font-size: 16px;
  line-height: 50px;
  background: #ececec;
  position: relative;
}
.pro_cate li .sub a:before {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 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;
  font-size: 12px;
  font-weight: bold;
  font-family: "iconfont" !important;
  content: "\e601";
}
.pro_cate li .sub a.on {
  color: #0153a7;
}
/* news_cate */
.news_cate {
  padding: 15px 15px 20px 15px;
  overflow: hidden;
}
.news_cate li {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
}
.news_cate li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 50px 0 25px;
  font-size: 16px;
  line-height: 50px;
  background: #ececec;
  position: relative;
}
.news_cate li a:before {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 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;
  font-size: 12px;
  font-weight: bold;
  font-family: "iconfont" !important;
  content: "\e601";
}
.news_cate li.on a {
  color: #0153a7;
}
/* list_pro */
.list_pro {
  margin: -15px -12px;
}
.list_pro li {
  width: 33.333333333333%;
  float: left;
  padding: 15px 12px;
}
.list_pro li a {
  background: #f7f7f7;
  display: block;
  color: #303030;
  position: relative;
}
.list_pro li a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  background: url(../img/yin_pron.png) center center no-repeat;
  height: 20px;
}
.list_pro li .pic {
  overflow: hidden;
  box-shadow: 0 0 18px #eee;
}
.list_pro li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_pro li .pic img:hover {
  transform: scale(1.1);
}
.list_pro li .box {
  padding: 20px 15px;
  overflow: hidden;
}
.list_pro li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0153a7;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s;
  padding: 0 0 5px 0;
}
.list_pro li .box span:hover {
  color: #07d7ee;
}
.list_pro li .box p {
  display: block;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
}
.list_pro li .box p em {
  font-weight: bold;
}
/* main */
.main {
  /*padding: 40px 0 60px 0;*/
  width: 100%;
  overflow: hidden;
}
.main .container {
 /* position: static;*/
}
/* view_pro */
.view_pro .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;
}
.view_pro .b_pic {
  width: 400px;
}
.view_pro .b_pic .jqzoom {
  position: relative;
  padding: 0px;
  cursor: crosshair;
  overflow: hidden;
  border: 1px solid #ddd;
}
.view_pro .b_pic .jqzoom img {
  width: 100%;
  height: auto;
}
.view_pro .b_pic .zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
}
.view_pro .b_pic .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #ddd;
  background: #ffffff;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  filter: alpha(opacity=30);
}
.view_pro .b_pic .probanbig {
  border: 1px solid #ddd;
  position: absolute;
  left: -99999px;
  top: -99999px;
  opacity: 0;
}
.view_pro .b_pic .probanbig img {
/*  width: 100%;*/
  height: auto;
}
.view_pro .b_pic .probansmall {
  position: relative;
  padding: 0 20px;
}
.view_pro .b_pic .probansmall .swiper-slide {
  width: 25%;
  padding: 0 4px;
  cursor: pointer;
}
.view_pro .b_pic .probansmall .swiper-slide img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.view_pro .b_pic .probansmall .swiper-slide-thumb-active img {
  border-color: #0153a7;
}
.view_pro .b_pic .probansmall .arrow-left,
.view_pro .b_pic .probansmall .arrow-right {
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  outline: 0;
}
.view_pro .b_pic .probansmall .arrow-left {
  left: 0px;
}
.view_pro .b_pic .probansmall .arrow-right {
  right: 0px;
}
.view_pro .b_pic .fxbut {
  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: 5px 0;
}
.view_pro .b_pic .fxbut .pic_all {
  cursor: pointer;
}
.view_pro .b_pic .fxbut .pic_all .iconfont {
  color: #ea5a50;
  font-weight: bold;
  margin-right: 5px;
}
.view_pro .b_box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 25px;
}
.view_pro .b_box .bt {
  font-size: 20px;
  border-bottom: 1px dashed #ddd;
  padding: 5px 0 10px 0;
}
.view_pro .b_box ul li {
  margin-top: 15px;
  color: #666;
  line-height: 1.7;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.view_pro .b_box ul li .text {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.view_pro .b_box ul li .desc {
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px 20px;
  text-indent: 2em;
  color: #777;
}
.view_pro .b_box .tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
}
.view_pro .b_box .tel em {
  font-size: 24px;
  font-weight: bold;
  color: #ff6600;
}
.view_pro .b_box .but {
  display: block;
  overflow: hidden;
  width: 122px;
  line-height: 38px;
  background: #0153a7;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.view_pro .b_box .but:hover {
  background: #07d7ee;
}
.view_pro .b_tit {
  position: relative;
  overflow: hidden;
  line-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  margin: 30px 0 15px 0;
}
.view_pro .b_tit:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: #d4d4d4;
}
.view_pro .b_tit span {
  border-bottom: 2px solid #333333;
  position: relative;
  z-index: 1;
  font-size: 24px;
  margin-right: 5px;
}
.view_pro .b_tit span .iconfont {
  color: #0153a7;
  padding: 0 5px;
}
.view_pro .b_tit em {
  color: #888;
}
.view_pro .s_tit {
  padding: 30px 0 15px 0;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
.view_pro .s_tit span {
  display: block;
  overflow: hidden;
  color: #0153a7;
  font-size: 24px;
  padding: 0 0 8px 0;
}
.view_pro .s_tit img {
  height: 28px;
  width: auto;
}
.view_pro .body {
  overflow: hidden;
  line-height: 1.8;
}
.view_pro .body img {
  max-width: 100%;
  height: auto;
}
.view_pro .body iframe,
.view_pro .body video {
  width: 100%;
  height: 600px;
}
.view_pro .yingy {
  margin: -10px;
  overflow: hidden;
}
.view_pro .yingy li {
  width: 33.3333333333%;
  float: left;
  padding: 10px;
  text-align: center;
}
.view_pro .yingy li a {
  display: block;
  overflow: hidden;
}
.view_pro .yingy li .pic {
  overflow: hidden;
}
.view_pro .yingy li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.view_pro .yingy li .pic img:hover {
  transform: scale(1.1);
}
.view_pro .yingy li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0 0 0;
}
.view_pro .prne {
  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: 20px 0 0 0;
}
.view_pro .prne li {
  max-width: 49%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
}
.view_pro .prne li a {
  color: #888;
}
.view_pro .prne li a:hover {
  color: #0153a7;
}
/* tan_pic */
.tan_pic {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 80px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.85);
}
.tan_pic .swiper-container {
  width: 100%;
  height: 100%;
}
.tan_pic .swiper-container .swiper-slide {
  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_pic .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.tan_pic .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
  background: #000;
}
.tan_pic .close:hover {
  background: #0153a7;
}
.tan_pic .swiper-pagination-bullets {
  width: 100%;
  z-index: 5;
  left: 0px;
}
.tan_pic .swiper-pagination-bullet {
  width: 35px;
  height: 7px;
  background: #e0e0e0;
  border-radius: 4px;
  opacity: 1;
  margin: 0 10px;
  outline: none;
}
.tan_pic .swiper-pagination-bullet-active {
  background: #0153a7;
}
.tan_pic .swiper-button-next,
.tan_pic .swiper-button-prev {
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  background: none;
  font-size: 60px;
  z-index: 5;
  opacity: 1;
  outline: none;
  color: #fff;
  transition: all 0.3s;
  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_pic .swiper-button-next:hover,
.tan_pic .swiper-button-prev:hover {
  color: #0153a7;
}
.tan_pic .swiper-button-disabled {
  opacity: 0.2;
}
.tan_pic .swiper-button-next {
  right: 0px;
}
.tan_pic .swiper-button-prev {
  left: 0px;
}
/* tan_pics */
.tan_pics {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.85);
}
.tan_pics .swiper-container {
  width: 100%;
  height: 100%;
}
.tan_pics .swiper-container .swiper-slide {
  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: 50px;
}
.tan_pics .swiper-container .swiper-slide .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_pics .swiper-container .swiper-slide .box img {
  max-height: 100%;
  max-width: 100%;
}
.tan_pics .swiper-container .swiper-slide .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_pics .swiper-container .swiper-slide .close .iconfont {
  display: inline-block;
  transition: all 0.3s;
}
.tan_pics .swiper-container .swiper-slide .close:hover {
  background: #0153a7;
}
.tan_pics .swiper-container .swiper-slide .close:hover .iconfont {
  transform: rotate(360deg);
  color: #fff;
}
.tan_pics .swiper-container .swiper-slide .pics-next,
.tan_pics .swiper-container .swiper-slide .pics-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  background: none;
  font-size: 40px;
  z-index: 5;
  opacity: 1;
  outline: none;
  color: #fff;
  transition: all 0.3s;
  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;
  cursor: pointer;
}
.tan_pics .swiper-container .swiper-slide .pics-next:hover,
.tan_pics .swiper-container .swiper-slide .pics-prev:hover {
  color: #0153a7;
}
.tan_pics .swiper-container .swiper-slide .swiper-button-disabled {
  opacity: 0.2;
}
.tan_pics .swiper-container .swiper-slide .pics-next {
  right: -60px;
}
.tan_pics .swiper-container .swiper-slide .pics-prev {
  left: -60px;
}
/* gund_pro */
.gund_pro {
  padding: 10px 0;
}
.gund_pro a {
  display: block;
  padding: 10px;
}
.gund_pro .pic {
  overflow: hidden;
  box-shadow: 0 0 10px #eee;
}
.gund_pro .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.gund_pro .pic img:hover {
  transform: scale(1.1);
}
.gund_pro span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 10px 0 0 0;
}
/* list_news */
.list_news {
  margin: -15px 0;
  overflow: hidden;
}
.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;
}
.list_news li .pic img {
  width: 250px;
  height: 160px;
  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 {
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_news li .box p {
  display: block;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  color: #888;
  margin: 10px 0 20px 0;
}
.list_news li .box .cs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #666;
  line-height: 1;
}
.list_news li .box .cs .iconfont {
  margin-left: 15px;
  margin-right: 5px;
}
.list_news li .box .cs .iconfont:first-child {
  margin-left: 0;
}
.list_news li .box .but {
  text-align: right;
  overflow: hidden;
  padding: 5px 0 0 0;
}
.list_news li .box .but a {
  display: inline-block;
  background: #999999;
  color: #fff;
  margin-left: 10px;
  line-height: 30px;
  padding: 0 20px;
}
.list_news li .box .but a:hover {
  opacity: 0.8;
}
.list_news li .box .but a:first-child {
  background: #00a0e9;
}
/* view_news */
.view_news {
 /* margin-top:120px;*/
  overflow: hidden;
}
.view_news .bt {
  font-size: 20px;
  overflow: hidden;
  text-align: center;
}
.view_news .cs {
  text-align: center;
  font-size: 12px;
  color: #888;
  overflow: hidden;
  padding: 10px 0;
}
.view_news .cs span {
  padding: 0 10px;
}
.view_news .body {
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
  padding: 20px 0;
/*  overflow: hidden;*/
  line-height: 2;
  color: #666;
}
/*.view_news .body p{ width:990px;}*/
.view_news .body img {
  max-width: 100%;
  height: auto;
}
.view_news .body iframe,
.view_news .body video {
  width: 100%;
  height: 600px;
}
.view_news .sxfx {
  margin: 20px 0;
  overflow: hidden;
  line-height: 22px;
  padding: 0 200px 0 0;
  position: relative;
  color: #888;
}
.view_news .sxfx a {
  color: #888;
}
.view_news .sxfx a:hover {
  color: #0153a7;
}
.view_news .sxfx p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view_news .sxfx .bdsharebuttonbox {
  position: absolute;
  right: 0px;
  top: 4px;
}
.view_news .xgxw {
  overflow: hidden;
}
.view_news .xgxw .tit {
  position: relative;
  overflow: hidden;
  height: 34px;
  margin-bottom: 10px;
}
.view_news .xgxw .tit:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #eee;
  content: "";
}
.view_news .xgxw .tit span {
  height: 34px;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #f1d01a;
  padding: 0 8px;
  float: left;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.view_news .xgxw .xun {
  overflow: hidden;
  margin: 0 -10px;
}
.view_news .xgxw .xun li {
  width: 50%;
  padding: 0 10px;
  float: left;
}
.view_news .xgxw .xun li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  padding: 0 0 0 15px;
  position: relative;
  color: #666;
}
.view_news .xgxw .xun li a:before {
  width: 3px;
  height: 3px;
  background: #666666;
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  margin-top: -2px;
}
.view_news .xgxw .xun li a:hover {
  color: #0153a7;
}
/* page_cate */
.page_cate {
  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 20px 0;
  overflow: hidden;
}
.page_cate li {
  margin: 0 10px;
}
.page_cate li a {
  display: block;
  overflow: hidden;
  line-height: 34px;
  border: 1px solid #cdcdcd;
  border-radius: 50px;
  padding: 0 22px;
  font-size: 18px;
}
.page_cate li.on a {
  background: #0153a7;
  border-color: #0153a7;
  color: #fff;
}
/* page_body */
.page_body {
  line-height: 2;
  color: #666;
  overflow: hidden;
}
.page_body img {
  max-width: 100%;
  height: auto;
}
.page_body iframe,
.page_body video {
  width: 100%;
  height: 600px;
}
/* web_tit */
.web_tit {
  text-align: center;
  overflow: hidden;
  padding: 0 0 20px 0;
}
.web_tit span {
  font-size: 30px;
}
.web_tit span em {
  color: #0153a7;
}
.web_tit p {
  font-size: 18px;
  text-transform: capitalize;
  color: #888;
  display: block;
  overflow: hidden;
  margin: 5px 0 10px 0;
}
.web_tit .line {
  height: 9px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 177px;
}
.web_tit .line:after {
  content: "";
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  background: #0153a7;
  margin: 0 auto;
  border-radius: 50%;
}
.web_tit .line:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 100%;
  background: #e9e9e9;
  height: 1px;
}
/* box_huanjing */
.box_huanjing {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.box_huanjing a {
  display: block;
  overflow: hidden;
}
.box_huanjing .pic {
  overflow: hidden;
}
.box_huanjing .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.box_huanjing .pic img:hover {
  transform: scale(1.1);
}
.box_huanjing span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 16px;
  padding: 10px 0 0 0;
}
.box_huanjing .huanjing-next,
.box_huanjing .huanjing-prev {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  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;
  background: #b0b0b0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s;
  border-radius: 50%;
}
.box_huanjing .huanjing-next:hover,
.box_huanjing .huanjing-prev:hover {
  background: #0153a7;
}
.box_huanjing .huanjing-next {
  right: 0;
}
.box_huanjing .huanjing-prev {
  left: 0;
}
/* 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 .box video,
.tan_box .box iframe {
  width: 1000px;
  height: auto;
  float: left;
  display: block;
  overflow: hidden;
}
.tan_box .box iframe {
  height: 560px;
}
.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: #0153a7;
}
.tan_box .close:hover .iconfont {
  transform: rotate(360deg);
  color: #fff;
}
/* list_pic */
.list_pic {
  margin: -10px;
  overflow: hidden;
}
.list_pic li {
  width: 25%;
  padding: 10px;
  float: left;
}
.list_pic li a {
  display: block;
  overflow: hidden;
  border: 1px solid #ddd;
}
.list_pic li .pic {
  overflow: hidden;
}
.list_pic li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_pic li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 44px;
  transition: all 0.3s;
  color: #303030;
}
.list_pic li:hover .pic img:hover {
  transform: scale(1.1);
}
.list_pic li:hover span {
  background: #0153a7;
  color: #fff;
}
/* mess */
.mess ul {
  margin: 0 -10px -10px -10px;
  overflow: hidden;
}
.mess ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.mess ul li input[type='text'] {
  width: 100%;
  height: 38px;
  border: 1px solid #dddddd;
  padding: 0 15px;
}
.mess ul li textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #dddddd;
  padding: 10px 15px;
}
.mess ul li input[type='submit'] {
  width: 100%;
  height: 40px;
  border: 0;
  background: #333333;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.mess ul li input[type='submit']:hover {
  background: #0153a7;
}
.mess ul li.all {
  width: 100%;
}
/* bdmap */
#bdmap {
  width: 100%;
  height: 540px;
  font-size: 12px;
  line-height: 24px;
}
#bdmap h4 {
  color: #0153a7;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px;
}
#bdmap .anchorBL {
  display: none;
}
/* content_info */
.content_info {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}
.content_info:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  height: 1px;
  background: transparent;
  background: -webkit-linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
}
.content_info:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -o-linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -moz-linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
}
.content_info li {
  width: 50%;
  float: left;
  text-align: center;
  height: 200px;
  color: #000;
  padding: 40px 0 0 0;
}
.content_info li .iconfont {
  font-size: 40px;
}
.content_info li span {
  display: block;
  overflow: hidden;
  font-size: 20px;
  padding: 12px 0;
}
.content_info li .text {
  font-size: 16px;
  color: #666;
}
/* content_luxian */
.content_luxian {
  padding: 50px 0;
  overflow: hidden;
}
.content_luxian .tit {
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  color: #0153a7;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.content_luxian .text {
  line-height: 2;
  overflow: hidden;
  color: #666;
  font-size: 16px;
}
/* nav_bj */
.nav_bj {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 222;
}
/* 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;
  clear: both;
}
.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: #07d7ee;
  color: #fff;
  border-color: #07d7ee;
}
.pagination li.active span {
  cursor: default;
  background: #0153a7;
  color: #fff;
  border-color: #0153a7;
}
.pagination li.disabled span {
  background: #eee;
  color: #888;
  cursor: not-allowed;
}
/* tongji */
.tongji {
  display: none;
}
/* sitemap */
.sitemap {
  overflow: hidden;
}
.sitemap dl {
  border: 1px solid #eee;
  margin: 15px 0 0 0;
  padding: 15px;
}
.sitemap dl dt {
  overflow: hidden;
  background: #f0f0f0;
}
.sitemap dl dt a {
  display: block;
  overflow: hidden;
  float: left;
  background: #0153a7;
  color: #fff;
  line-height: 40px;
  min-width: 130px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
}
.sitemap dl dd {
  overflow: hidden;
}
.sitemap dl dd a {
  display: block;
  overflow: hidden;
  float: left;
  margin: 10px 10px 0 0;
  background: rgba(1, 83, 167, 0.7);
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
}
.sitemap dl dd .sub {
  background: #aaa;
}
.sitemap dl dd a:hover {
  opacity: 0.8;
}
/* web_404 */
.web_404 {
  text-align: center;
  overflow: hidden;
  padding: 60px 20px;
}
.web_404 img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
/* fixed_kefu */
.fixed_kefu {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -170px;
  z-index: 99;
}
.fixed_kefu li {
  width: 78px;
  height: 71px;
  position: relative;
  border-top: 1px solid #fff;
}
.fixed_kefu li .box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 78px;
  height: 70px;
  background: #0153a7;
  color: #fff;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.fixed_kefu li .box .iconfont {
  font-size: 26px;
  display: block;
  overflow: hidden;
  padding: 12px 0 8px 0;
}
.fixed_kefu li .box span {
  display: block;
  overflow: hidden;
}
.fixed_kefu li .hide {
  display: none;
}
.fixed_kefu li:hover .box {
  background: #00a9bb;
}
.fixed_kefu li.tel .box {
  transition: all 0;
}
.fixed_kefu li.tel .hide {
  display: block;
  position: absolute;
  right: -150px;
  bottom: 0px;
  background: #00a9bb;
  line-height: 70px;
  text-align: center;
  z-index: 1;
  width: 150px;
  font-size: 18px;
  color: #fff;
}
.fixed_kefu li.tel .hide:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 44px;
  background: #00a0b1;
  width: 1px;
  transform: translateY(-50%);
}
.fixed_kefu li.ewm .hide {
  position: absolute;
  right: 100%;
  bottom: 0px;
}
.fixed_kefu li.ewm .hide img {
  width: 150px;
  height: auto;
  background: #00a9bb;
  padding: 10px;
}
.fixed_kefu li.backtop {
  display: none;
}
.fixed_kefu li:first-child {
  border-top: 0;
}
