<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
  outline: 0;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
}
html {
  overflow-x: hidden;
}
body {	
  font-size: 14px;
  color: #111;
  line-height: normal;
  /*font-family: microsoft yahei ui,microsoft yahei,PingFangSC-Light,helvetica neue,hiragino sans gb,arial,simsun,sans-serif;*/
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
}
a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a:hover {
  color: #ff7300;
}
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;
}
.text-center{
  text-align:center;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear {
    clear: both;
}
input,
select,
textarea {
  font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', 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::after {
    content: "";
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0px;
    display: block;
}
.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: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}
/* header */
header {
  position: relative;
  z-index: 9999;
  background: #fff;
  width: 100%;
}
header .top {
  background: url(../images/bj_top.jpg) repeat;
  height: 44px;
  line-height: 44px;
  color: #fff;
}
header .top .welcome {
  float: left;
}
header .top .href {
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .top .href a {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0 10px;
}
header .top .href a:hover,
header .top .href a.hover {
  color: #ff7300;
}
header .top .href .tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .top .href .tel .iconfont {
  color: #fff;
  font-size: 24px;
  margin-right: 6px;
}
header .head &gt; .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;
}
header .head &gt; .container:after {
  display: none;
}
header .head .logo img {
  height: 60px;
  width: auto;
}
header .head .logo_tips {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 15px;
}
header .head .logo_tips img {
  height: 40px;
  width: auto;
}
header .head .tel {
  display: none;
  background: #f5f5f5;
  border-radius: 3px;
  line-height: 30px;
  font-size: 18px;
  color: #ff7300;
  overflow: hidden;
}
header .head .tel i {
  font-size: 22px;
  background: #ff7300;
  color: #fff;
  display: block;
  overflow: hidden;
  width: 30px;
  float: left;
  text-align: center;
}
header .head .tel em {
  padding: 0 5px;
  display: block;
  overflow: hidden;
}
header .head nav {
	float: right;
	position: relative;
	display: block;
}
header .head nav li {
	float: left;
	position:relative;
}
header .head nav li &gt; a {
	font-size: 18px;
    padding: 0 20px;
	display: block;
	height: 90px;
	line-height: 100px;
	position: relative;
	z-index: 2;
	color: #000;
}
header .head nav ul li .iconfont {
  display: none;
}
header .head nav ul li .sub {
  display: none;
}
header .head nav li &gt; a .icon {
	position: absolute;
	right: -10px;
	top: 20px;
	line-height: 0;
}
header .head nav li &gt; a .icon img {
	height: 21px;
	width: auto;
}

@media (min-width: 999px) {
header .head nav li .sub {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 100%;
	white-space: nowrap;
	background-color: rgba(14, 156, 228, 0.7);
	text-align: center;
}
header .head nav li .sub a {
	display: block;
	overflow: hidden;
	color: #fff;
	padding: 0 15px;
	line-height: 40px;
	border-bottom: 1px solid rgba(14, 156, 228, 0.2);
}
header .head nav li .sub a:hover {
	background-color: rgba(14, 156, 228, 0.5);
}
}


header .head nav li[data-id='1'], header .head nav li[data-id='5'], header .head nav li[data-id='6'] {
	position: relative;
	z-index: 55;
}
header .head nav .cur &gt; a {
	color: #fff;
}
header .head nav .hover &gt; a {
	color: #fff;
}
header .head nav .curjs &gt; a {
	color: #000;
}
header .head nav .curbg {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	background: url(../images/nav_curbg.png) center center repeat;
}
header .head .nav_sub {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	background: #f1f3f5;
	z-index: 99;
	box-shadow: 2px 2px 2px #cccccc;
	border-top: 2px solid #0e9ce4;
	padding: 30px 0 50px 0;
	display: none;
}
header .head .nav_sub .container {
	display: none;
}
header .head .nav_sub .b_tit {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
	line-height: 1;
	padding: 0 0 15px 0;
	margin-bottom: 20px;
}
header .head .nav_sub .left {
	width: 50%;
	float: left;
	padding: 0 40px 0 0;
}
header .head .nav_sub .left ul {
	margin: -7px;
	overflow: hidden;
}
header .head .nav_sub .left ul li {
	float: left;
	width: 50%;
	padding: 7px;
}
header .head .nav_sub .left ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 20px 20px 20px 65px;
	background: #fff;
}
header .head .nav_sub .left ul li .iconfont {
	font-size: 30px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 20px;
	color: rgba(255, 102, 0, 0.9);
}
header .head .nav_sub .left ul li span {
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 5px 0;
}
header .head .nav_sub .left ul li p {
	display: block;
	overflow: hidden;
	color: #888;
	line-height: 22px;
	height: 44px;
	font-size: 12px;
}
header .head .nav_sub .left ul li a:hover {
	background: rgba(255, 102, 0, 0.9);
}
header .head .nav_sub .left ul li a:hover .iconfont {
	color: #fff;
}
header .head .nav_sub .left ul li a:hover span {
	color: #fff;
}
header .head .nav_sub .left ul li a:hover p {
	color: #eee;
}
header .head .nav_sub .right {
	margin: 0 -15px;
	width: 50%;
	float: left;
}
header .head .nav_sub .right ul {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin: -10px 0;
	overflow: hidden;
}
header .head .nav_sub .right ul li {
	padding: 10px 0;
}
header .head .nav_sub .right ul li a {
	display: block;
	overflow: hidden;
	padding: 0 0 0 20px;
	position: relative;
}
header .head .nav_sub .right ul li a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 102, 0, 0.9);
}
header .head .nav_sub .right ul li a:hover {
	color: #ff6600;
}
header .head .nav_sub .right ul li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 0 0 5px 0;
}
header .head .nav_sub .right ul li p {
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 22px;
	color: #999;
}
/* footer */
footer {
  background: #1f1f24;
  color: #808080;
  line-height: 22px;
}
footer a {
  color: #808080;
}
footer a:hover {
  color: #ff7300;
}
footer .tips {
  border-bottom: 1px solid #0d0d0f;
  font-size: 30px;
  color: #fff;
  line-height: 90px;
}
footer .tips:after {
  display: block;
  overflow: hidden;
  height: 1px;
  width: 100%;
  content: "";
  background: #38383e;
}
footer .flex_box {
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #28272d;
}
footer .flex_box .tit {
  line-height: 28px;
  font-size: 16px;
  color: #b6b5b5;
  margin-bottom: 5px;
}
footer .flex_box .nav ul {
  line-height: 30px;
  font-size: 12px;
}
footer .flex_box .line {
  width: 1px;
  height: 214px;
  background: #303034;
}
footer .flex_box .about {
  width: 420px;
  background: url(../images/bj_map.png) center center no-repeat;
}
footer .flex_box .about .text {
  font-size: 12px;
  padding: 5px 0 15px 0;
}
footer .flex_box .about .ewm {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -10px;
}
footer .flex_box .about .ewm li {
  text-align: center;
  padding: 0 10px;
  max-width: 100px;
}
footer .flex_box .about .ewm li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
footer .contact {
  overflow: hidden;
  margin: 35px -16px;
}
footer .contact li {
  width: 25%;
  float: left;
  padding: 0 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
footer .contact li .addr {
  text-align: center;
  font-size: 16px;
  color: #b3b3b3;
  line-height: 1;
  margin-right: 15px;
}
footer .contact li .addr .iconfont {
  display: block;
  overflow: hidden;
  font-size: 34px;
  padding: 0 0 10px 0;
}
footer .contact li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  font-size: 12px;
}
footer .contact li .box em {
  font-size: 18px;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 0 0 2px 0;
}
footer .copy {
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #28272d;
}
/* tan_one_pic */
#tan_one_pic {
  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;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11111;
  background-color: rgba(0, 0, 0, 0.5);
}
#tan_one_pic .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
}
#tan_one_pic .close:hover {
  background-color: rgba(255, 115, 0, 0.5);
}
#tan_one_pic img {
  max-width: 100%;
  max-height: 100%;
}
/* banner */
.banner .pic {
  display: none;
}
.banner .swiper-slide {
  height: 450px;
  background-color: #1fa6ec;
  background-repeat: repeat;
  background-position: center top;
  background-size: auto 100%;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide a {
  color: #fff;
}
.banner .swiper-slide .tit {
  font-size: 60px;
}
.banner .swiper-slide .text {
  font-size: 36px;
  padding: 10px 0 30px 0;
}
.banner .swiper-slide .but {
  font-size: 22px;
}
.banner .swiper-slide .but a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-left: 20px;
  padding: 0 25px;
  line-height: 44px;
}
.banner .swiper-slide .but a:first-child {
  margin-left: 0;
}
.banner .swiper-slide .but a:hover {
  background: #fff;
  color: #ff7300;
}
.banner .swiper-slide.center {
  text-align: center;
}
.banner .swiper-slide.right {
  text-align: right;
}
.banner .banner-num {
  position: absolute;
  bottom: 22px;
  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;
  z-index: 5;
}
.banner .banner-num .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.3;
}
.banner .banner-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .banner-next,
.banner .banner-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: #fff;
  width: 80px;
  height: 150px;
  background-size: 100% 100%;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s;
  opacity: 0;
}
.banner .banner-next:hover,
.banner .banner-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .banner-next {
  right: 20px;
  background-image: url(../images/icon_banner_right.png);
}
.banner .banner-prev {
  left: 20px;
  background-image: url(../images/icon_banner_left.png);
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* box_index */
.box_index {
  padding: 20px 0;
}
/* box_bj */
.box_bj {
  background: #f5f7fa;
}
/* box_tit */
.box_tit {
  text-align: center;
  margin-bottom: 30px;
}
.box_tit:after {
  content: "";
  display: block;
  overflow: hidden;
  margin: 14px auto 0 auto;
  background: #cccccc;
  height: 1px;
  width: 130px;
}
.box_tit .bt {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
.box_tit .bt span {
  color: #ff7300;
}
.box_tit .text {
  font-size: 18px;
  color: #777777;
  line-height: 1.75;
  margin: 7px 0 -9px 0;
}
.box_tit .desc {
  color: #999;
  margin: 8px 0 0 0;
  line-height: 22px;
}
.box_tit .desc span {
  color: #1fa6ec;
}
/* box_tab_cate */
.box_tab_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 25px 0;
  margin: -7px -2px -4px;
  overflow: hidden;
}
.box_tab_cate li {
  margin: 2px;
}
.box_tab_cate li a {
  display: block;
  overflow: hidden;
  padding: 0 18px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 50px;
}
.box_tab_cate li a:hover,
.box_tab_cate li a .auto0 {
  background: #ff7300;
  color: #fff;
}
/* fixed_sqwlfa */
.fixed_sqwlfa {
  background: #ff7300;
  color: #fff;
  padding: 15px 0;
  position: relative;
  width: 100%;
  left: 0;
}
.fixed_sqwlfa .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;
}
.fixed_sqwlfa .container:after {
  display: none;
}
.fixed_sqwlfa ul {
  margin: 0 -10px;
}
.fixed_sqwlfa ul li {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  color: #fff;
}
.fixed_sqwlfa ul li .iconfont {
  font-size: 44px;
  width: 70px;
  height: 70px;
  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;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
}
.fixed_sqwlfa ul li .box span {
  font-size: 18px;
}
.fixed_sqwlfa ul li .box p {
  font-size: 12px;
  opacity: 0.9;
}
.fixed_sqwlfa ul li:hover .iconfont {
  transform: rotate(360deg);
}
.fixed_sqwlfa .form {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.fixed_sqwlfa .form input {
  margin-right: 5px;
  height: 52px;
  border: 0;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.fixed_sqwlfa .form button {
  width: 100px;
  height: 52px;
  color: #fff;
  background: #1f1f24;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.fixed_sqwlfa .form button:hover {
  background: #1fa6ec;
}
/* box_tabbor_cate */
.box_tabbor_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;
  margin: -5px -10px;
  padding: 0 0 30px 0;
}
.box_tabbor_cate li {
  margin: 5px 10px;
  border: 1px solid #111;
  padding: 0 20px;
  line-height: 38px;
  border-radius: 100px;
  font-size: 16px;
  cursor: pointer;
}
.box_tabbor_cate li.on {
  border-color: #ff7300;
  background: #ff7300;
  color: #fff;
}
/* fixed_cate */
.fixed_cate {
  padding: 20px 0;
  position: relative;
  width: 100%;
  box-shadow: 0 5px 10px #eee;
  z-index: 7777;
}
.fixed_cate .tit {
  display: none;
}
.fixed_cate ul {
  margin: -5px;
  overflow: hidden;
}
.fixed_cate ul li {
  margin: 5px;
  float: left;
}
.fixed_cate ul li a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #ddd;
  padding: 0 10px;
  line-height: 32px;
}
.fixed_cate ul li:hover a,
.fixed_cate ul li.on a {
  background: #ff7300;
  color: #fff;
}
.fixed_cate.cur {
  position: fixed;
  left: 0px;
  top: 0px;
  background: #fff;
  padding: 10px 0;
}
/* web_main */
.web_main {
  padding: 0 0 40px 0;
}
.web_main .fixed_cate {
  box-shadow: 0 0 0 #000;
}
.web_main .fixed_cate.cur {
  box-shadow: 0 5px 10px #eee;
}
/* web_position */
.web_position {
  background: #f2f2f2;
  line-height: 1;
  box-shadow: 0 0 10px #ccc;
}
.web_position .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: 50px;
}
.web_position .container:after {
  display: none;
}
.web_position .tit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #666;
}
.web_position .tit .iconfont {
  font-size: 18px;
  border: 1px solid #ff7300;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  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: #ff7300;
}
.web_position .tit span {
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px;
  color: #ff7300;
}
.web_position .tit em {
  font-size: 20px;
  text-transform: capitalize;
  padding: 6px 0 0 0;
  color: #aaa;
}
.web_position .wz {
  font-size: 12px;
}
.web_position .wz a {
  color: #666;
}
.web_position .wz a:hover {
  color: #ff7300;
}
/* 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!important;
  width: auto!important;
  margin: 0!important;
}
.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: #ff7300;
  color: #fff;
  border-color: #ff7300;
}
.pagination li.active span, .pagination li.active a{
  cursor: default;
  background: #ff7300;
  color: #fff;
  border-color: #ff7300;
}
.pagination li.disabled span {
  background: #eee;
  color: #888;
  cursor: not-allowed;
}
/* main_box_flex */
.main_box_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.main_box_flex:before {
  width:1px;
  background: #eee;
  content: "";
  position: absolute;
  right: 300px;
  top: 0px;
  bottom: 0px;
}
.main_box_flex .main_left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0px;
}
.main_box_flex .main_right {
  width: 280px;
  margin-left: 41px;
}
.main_box_flex .main_right &gt; * {
  margin-top: 15px;
}
.main_box_flex .main_right &gt; *:first-child {
  margin-top: 0;
}
.main_box_flex .main_right .box .tit {
  border-bottom: 1px solid #ff7300;
  font-size: 16px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 8px 5px;
}
.main_box_flex .main_right .box .tit span {
  color: #1fa6ec;
}
.main_box_flex .pic_but {
  overflow: hidden;
}
.main_box_flex .pic_but li {
  margin-top: 12px;
  overflow: hidden;
}
.main_box_flex .pic_but li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.main_box_flex .pic_but li img:hover {
  opacity: 0.8;
}
.main_box_flex .pic_but li:first-child {
  margin-top: 0;
}
.main_box_flex .box_process {
  overflow: hidden;
  margin: -12px;
}
.main_box_flex .box_process li {
  width: 33.333333333333%;
  float: left;
  padding: 12px;
  position: relative;
}
.main_box_flex .box_process li .text {
  background: #ff7300;
  padding: 20px 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.main_box_flex .box_process li .icon_right,
.main_box_flex .box_process li .icon_down {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.main_box_flex .box_process li .icon_right {
  left: 100%;
  margin-left: -12px;
  top: 0px;
  width: 24px;
  height: 100%;
  background-image: url(../images/icon_process_right.png);
}
.main_box_flex .box_process li .icon_down {
  left: 0;
  margin-top: -12px;
  top: 100%;
  width: 100%;
  height: 24px;
  background-image: url(../images/icon_process_down.png);
}
.main_box_flex .box_process li.er {
  width: 66.6666666666%;
}
/* box_cpfw */
.box_cpfw {
  margin: 0 -5px;
}
.box_cpfw li {
  width: 25%;
  float: left;
  padding: 0 5px;
}
.box_cpfw li .box {
  border: 1px solid #e0e0e0;
  padding: 20px 20px 30px 20px;
  transition: all 0.3s;
}
.box_cpfw li .tit {
  border-bottom: 1px solid #e2e2e2;
  line-height: 1;
  margin-bottom: 15px;
}
.box_cpfw li .tit .t1 {
  font-size: 26px;
  font-weight: bold;
}
.box_cpfw li .tit .t1 span {
  color: #ff7300;
}
.box_cpfw li .tit .t2 {
  font-size: 12px;
  color: #a4a4a4;
  padding: 10px 0 15px 0;
  text-transform: uppercase;
}
.box_cpfw li .pic {
  margin-bottom: 10px;
}
.box_cpfw li .pic img {
  width: 100%;
  height: 139px;
}
.box_cpfw li .text {
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  color: #666;
}
.box_cpfw li .bj {
  margin-top: 15px;
  overflow: hidden;
  padding: 0 15px;
}
.box_cpfw li .bj a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  border-radius: 3px;
  width: 48%;
  float: left;
  line-height: 38px;
  border: 1px solid #858585;
  margin: 5px 0;
}
.box_cpfw li .bj a:nth-child(even) {
  float: right;
}
.box_cpfw li .bj .xun {
  display: none;
}
.box_cpfw li .bj .but {
  margin: -5px 0;
  overflow: hidden;
}
.box_cpfw li .bj .but a {
  border-color: transparent;
  background: #ff7300;
  color: #fff;
  font-size: 16px;
}
.box_cpfw li .bj .but a:first-child {
  background: #1fa6ec;
}
.box_cpfw li.cur .box {
  border-color: transparent;
  background: #1fa6ec;
  box-shadow: 0 5px 10px #aaa;
  transform: translateY(-5px);
}
.box_cpfw li.cur .tit {
  color: #fff;
  border-bottom-color: #47b9f4;
  margin-bottom: 7px;
}
.box_cpfw li.cur .tit .t1 span {
  color: #fff;
}
.box_cpfw li.cur .tit .t2 {
  color: #fff;
}
.box_cpfw li.cur .pic {
  display: none;
}
.box_cpfw li.cur .text {
  color: #fff;
}
.box_cpfw li.cur .bj {
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 7px;
  margin-bottom: -15px;
}
.box_cpfw li.cur .bj .xun {
  display: block;
  overflow: hidden;
}
.box_cpfw li.cur .bj .but {
  margin: 0;
}
/* box_dzwl */
.box_dzwl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: -10px;
  overflow: hidden;
}
.box_dzwl li {
  width: 25%;
  max-width: 273px;
  text-align: center;
  padding: 10px;
}
.box_dzwl li .pic img {
  width: 100%;
  height: auto;
  transition: all 1.5s;
}
.box_dzwl li .pic:hover img {
  transform: rotateY(360deg);
}
.box_dzwl li span {
  font-size: 18px;
  padding: 15px 0 0 0;
  display: block;
  overflow: hidden;
}
/* box_wzjsyxfa */
.box_wzjsyxfa {
  padding: 65px 0 0 0;
}
.box_wzjsyxfa .bj {
  background: url(../images/bj1.jpg) center top repeat;
  background-size: auto 100%;
  padding: 55px 0;
}
.box_wzjsyxfa .bj .container {
  position: relative;
  padding: 0 50px;
}
.box_wzjsyxfa .swiper-slide a {
  display: block;
  overflow: hidden;
  background: #ffffff;
}
.box_wzjsyxfa .swiper-slide .pic {
  overflow: hidden;
}
.box_wzjsyxfa .swiper-slide .pic img {
  width: 100%;
  height: auto;
  transition: all 0.7s;
}
.box_wzjsyxfa .swiper-slide .box {
  padding: 25px;
  position: relative;
}
.box_wzjsyxfa .swiper-slide .box:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 4px;
  background: #ff7300;
  width: 0;
  transition: all 0.7s;
}
.box_wzjsyxfa .swiper-slide .box span {
  font-size: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 10px 0;
}
.box_wzjsyxfa .swiper-slide .box p {
  display: block;
  overflow: hidden;
  line-height: 28px;
  color: #909090;
  height: 112px;
}
.box_wzjsyxfa .swiper-slide:nth-child(even) a {
  background: #f1f1f1;
}
.box_wzjsyxfa .swiper-slide:hover .pic img {
  transform: scale(1.1);
}
.box_wzjsyxfa .swiper-slide:hover .box:after {
  width: 100%;
}
.box_wzjsyxfa .wzjsyxfa-next,
.box_wzjsyxfa .wzjsyxfa-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
  padding: 15px 0;
  z-index: 5;
}
.box_wzjsyxfa .wzjsyxfa-next:hover,
.box_wzjsyxfa .wzjsyxfa-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.box_wzjsyxfa .wzjsyxfa-next {
  right: 0;
}
.box_wzjsyxfa .wzjsyxfa-prev {
  left: 0;
}
/* box_case */
.box_case {
  padding: 0 80px;
}
.box_case .swiper-slide .pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.box_case .swiper-slide .pic:after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 4;
  content: "";
  transition: all 0.3s;
}
.box_case .swiper-slide .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.box_case .swiper-slide .pic .hide {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -100%;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
  z-index: 5;
}
.box_case .swiper-slide .pic .hide span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
}
.box_case .swiper-slide .pic .hide .iconfont {
  font-size: 40px;
  padding: 15px 0 0 0;
  display: block;
  overflow: hidden;
}
.box_case .swiper-slide .pic .hide em {
  display: block;
  overflow: hidden;
}
.box_case .swiper-slide .box {
  height: 60px;
  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 15px;
  position: relative;
  background:#f1f1f1;
}
.box_case .swiper-slide .box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
  background: #1fa6ec;
}
.box_case .swiper-slide .box .bt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.box_case .swiper-slide .box .cs {
  font-size: 26px;
}
.box_case .swiper-slide .box .cs a {
  padding: 0 2px;
}
.box_case .swiper-slide .box .js_case_ewm_create {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 8;
}
.box_case .swiper-slide .box .js_case_ewm_create canvas {
  height: 100px;
  width: auto;
  float: left;
}
.box_case .swiper-slide:hover .pic:after {
  bottom: 0;
}
.box_case .swiper-slide:hover .pic img {
  transform: scale(1.1);
}
.box_case .swiper-slide:hover .pic .hide {
  bottom: 50%;
  transform: translateY(50%);
}
.box_case .swiper-slide:hover .box:after {
  bottom: 0;
}
.box_case .swiper-slide:hover .box a {
  color: #fff;
}
.box_case .swiper-slide:hover .box{
  background: #1fa6ec;
}
.box_case .case_but {
  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;
  margin-top: 20px;
}
.box_case .case_but li {
  border: 1px solid #efefef;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s;
}
.box_case .case_but li.prev,
.box_case .case_but li.next {
  font-size: 20px;
  cursor: pointer;
}
.box_case .case_but li.enter {
  width: 128px;
  margin: 0 10px;
}
.box_case .case_but li.enter a {
  display: block;
  overflow: hidden;
}
.box_case .case_but li:hover {
  background: #ff7300;
  color: #fff;
}
.box_case .case_but li:hover a {
  color: #fff;
}
/* box_yxhz */
.box_yxhz {
  background: url(../images/bj2.jpg) center top repeat;
  background-size: auto 100%;
}
.box_yxhz .box_tit {
  color: #fff;
}
.box_yxhz .box_tit .text {
  color: #fff;
}
.box_yxhz .xun {
  position: relative;
}
.box_yxhz .swiper-slide a {
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}
.box_yxhz .swiper-slide .pic {
  overflow: hidden;
  position: relative;
}
.box_yxhz .swiper-slide .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.box_yxhz .swiper-slide .pic .hide {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 60px;
  transform: scale(5);
  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;
  opacity: 0;
}
.box_yxhz .swiper-slide .box {
  padding: 12px 20px 20px 20px;
}
.box_yxhz .swiper-slide .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  padding: 0 0 10px 0;
  text-align: center;
  color: #111;
}
.box_yxhz .swiper-slide .box p {
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 21px;
  color: #8d8d8d;
}
.box_yxhz .swiper-slide:hover .pic img {
  transform: scale(1.1);
}
.box_yxhz .swiper-slide:hover .pic .hide {
  opacity: 1;
  transform: scale(1);
}
.box_yxhz .yxhz-next,
.box_yxhz .yxhz-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 24px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
  width: 40px;
  height: 70px;
  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: #fff;
  z-index: 5;
}
.box_yxhz .yxhz-next:hover,
.box_yxhz .yxhz-prev:hover {
  background: #ff7300;
  color: #fff;
}
.box_yxhz .yxhz-next {
  left: 100%;
  margin-left: 20px;
}
.box_yxhz .yxhz-prev {
  right: 100%;
  margin-right: 20px;
}
/* box_news */
.box_news {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.box_news .big {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 50px;
}
.box_news .big .tab {
  overflow: hidden;
  padding-bottom: 30px;
}
.box_news .big .tab ul {
  float: right;
}
.box_news .big .tab ul li {
  font-size: 16px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border: 1px solid #111;
  margin-left: 15px;
  float: left;
  padding: 0 25px;
  border-radius: 100px;
}
.box_news .big .tab ul li:first-child {
  margin-left: 0;
}
.box_news .big .tab ul li.on {
  background: #ff7300;
  color: #fff;
  border-color: #ff7300;
}
.box_news .big .ban {
  width: 37%;
  float: left;
}
.box_news .big .ban a {
  display: block;
  overflow: hidden;
}
.box_news .big .ban .pic {
  overflow: hidden;
  position: relative;
}
.box_news .big .ban .pic img {
  width: 100%;
  height: 350px;
  transition: all 0.3s;
}
.box_news .big .ban .pic .bt {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding: 15px 20px;
  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;
  background: #fff;
  z-index: 5;
  font-size: 20px;
  line-height: 32px;
  transition: all 0.3s;
  color: #111;
}
.box_news .big .ban .pic .bt .iconfont {
  margin-left: 15px;
  font-size: 24px;
}
.box_news .big .ban .pic:hover img {
  transform: scale(1.1);
}
.box_news .big .ban .pic:hover .bt {
  color: #ff7300;
}
.box_news .big .ban .box {
  line-height: 24px;
  padding: 10px 5px 0 5px;
  color: #111;
}
.box_news .big .ban .box p {
  display: block;
  overflow: hidden;
  height: 48px;
  color: #7d7d7d;
}
.box_news .big .ban .num {
  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: 20px 0 0 0;
  overflow: hidden;
}
.box_news .big .ban .num span {
  display: block;
  overflow: hidden;
  margin: 0 3px;
  width: 20px;
  height: 4px;
  background: #e1e1e1;
  cursor: pointer;
}
.box_news .big .ban .num span.on {
  background: #c9c9c9;
}
.box_news .big .li &gt; ul {
  width: 63%;
  float: left;
  padding: 0 0 0 40px;
  margin: -15px 0;
}
.box_news .big .li &gt; ul li {
  padding: 15px;
  transition: all 0.3s;
}
.box_news .big .li &gt; ul li 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;
}
.box_news .big .li &gt; ul li .date {
  line-height: 1;
  font-size: 12px;
  color: #666;
}
.box_news .big .li &gt; ul li .date i {
  font-size: 36px;
  color: #999999;
  display: block;
  overflow: hidden;
  font-weight: bold;
}
.box_news .big .li &gt; ul li .date i:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 20px;
  height: 2px;
  background: #e7e7e7;
  margin: 10px 0 12px 0;
}
.box_news .big .li &gt; ul li .line {
  width: 1px;
  background: #e7e7e7;
  height: 90px;
  margin: 0 25px;
}
.box_news .big .li &gt; ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.box_news .big .li &gt; ul li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 0 0 10px 0;
  color: #111;
  transition: all 0.3s;
}
.box_news .big .li &gt; ul li .box p {
  line-height: 24px;
  display: block;
  overflow: hidden;
  height: 48px;
  color: #7d7d7d;
  transition: all 0.3s;
}
.box_news .big .li &gt; ul li:hover {
  box-shadow: 0 2px 10px #ddd;
}
.box_news .big .li &gt; ul li:hover .box span {
  color: #ff7300;
}
.box_news .big .li &gt; ul li:hover .box p {
  color: #ff7300;
}
.box_news .small {
  width: 360px;
}
.box_news .small .tab {
  overflow: hidden;
  line-height: 40px;
  padding-bottom: 30px;
}
.box_news .small .tab li {
  font-size: 24px;
  cursor: pointer;
  margin-left: 40px;
  float: left;
}
.box_news .small .tab li:first-child {
  margin-left: 0;
}
.box_news .small .tab li.on {
  color: #ff7300;
  font-weight: bold;
}
.box_news .small .xun {
  margin: -8px 0;
  overflow: hidden;
}
.box_news .small .xun ul li {
  overflow: hidden;
}
.box_news .small .xun ul li 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;
  margin: 8px 0;
}
.box_news .small .xun ul li .pic {
  width: 90px;
  height: 70px;
  overflow: hidden;
}
.box_news .small .xun ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.box_news .small .xun ul li .pic img:hover {
  transform: scale(1.1);
}
.box_news .small .xun ul 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;
  line-height: 1;
}
.box_news .small .xun ul li .box span {
  display: block;
  overflow: hidden;
  line-height: 23px;
  height: 66px;
  margin-bottom: 4px;
  color: #111;
  transition: all 0.3s;
}
.box_news .small .xun ul li .box span:hover {
  color: #ff7300;
}
.box_news .small .xun ul li .box em {
  color: #888;
  line-height: 20px;
}
.box_news .small .xun .but {
  overflow: hidden;
  padding: 10px 0 0 0;
}
.box_news .small .xun .but div {
  margin-right: 10px;
  font-size: 24px;
  cursor: pointer;
  float: left;
}
.box_news .small .xun .but div:hover {
  color: #ff7300;
}
.box_news .small .xun .but .prevStop,
.box_news .small .xun .but .nextStop {
  display: none;
}
/* box_link */
.box_link {
  margin: 35px 0 10px 0;
  overflow: hidden;
}
.box_link .tit {
  font-size: 20px;
  padding: 0 0 20px 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: space-between;
  justify-content: space-between;
}
.box_link .tit .iconfont {
  background: #ff7300;
  color: #fff;
  border-radius: 3px;
  width: 40px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.box_link .tit .iconfont:hover {
  background: #1fa6ec;
}
.box_link ul {
  overflow: hidden;
}
.box_link ul li {
  float: left;
  line-height: 24px;
  margin-right: 10px;
}
.box_link ul li a {
  color: #777;
}
.box_link ul li a:hover {
  color: #ff7300;
}
/* box_jiage */
.box_jiage {
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px 35px 15px;
}
.box_jiage li {
  border: 1px solid #ddd;
  border-left: 0;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  color: #666;
  transition: all 0.3s;
}
.box_jiage li .box {
  background: #0e8ad9;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 30px 0 20px 0;
}
.box_jiage li .box .bt {
  font-size: 24px;
}
.box_jiage li .box .price {
  padding: 20px 0 15px 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;
  line-height: 1;
}
.box_jiage li .box .price:before,
.box_jiage li .box .price:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.box_jiage li .box .price a {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0 10px;
  font-size: 20px;
}
.box_jiage li .box .iconfont {
  font-size: 24px;
}
.box_jiage li .tit {
  line-height: 50px;
  padding: 0 30px;
  font-size: 14px;
}
.box_jiage li .bj {
  background: #f6f6f6;
  padding: 15px 30px;
  overflow: hidden;
}
.box_jiage li .text {
  overflow: hidden;
  line-height: 30px;
  height: 150px;
  font-size: 14px;
}
.box_jiage li .info {
  padding: 0 30px;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  margin: 15px 0 45px 0;
}
.box_jiage li .more {
  position: absolute;
  left: 50%;
  top: 100%;
  border-radius: 50%;
  border: 1px solid #ddd;
  height: 70px;
  width: 70px;
  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;
  line-height: 18px;
  transform: translate(-50%, -50%);
  background: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.box_jiage li .more:hover {
  background: #ff7300;
  color: #fff;
}
.box_jiage li:first-child {
  border-left: 1px solid #ddd;
}
.box_jiage li:nth-child(2) .box {
  background: #b3cf7a;
}
.box_jiage li:nth-child(3) .box {
  background: #8abd00;
}
.box_jiage li:nth-child(4) .box {
  background: #cfbe7a;
}
.box_jiage li:hover {
  box-shadow: 0 0 10px #ccc;
  z-index: 1;
}
/* box_qwys */
.box_qwys {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box_qwys li {
  width: 15.5%;
  background: #fff;
  padding: 20px 15px;
  border-radius: 5px;
  transition: all 0.3s;
}
.box_qwys li .iconfont {
  background: #5792f8;
  width: 110px;
  height: 110px;
  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;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  transition: all 0.3s;
}
.box_qwys li span {
  color: #ff7300;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  display: block;
  overflow: hidden;
  padding: 15px 0 10px 0;
}
.box_qwys li p {
  color: #666;
  line-height: 24px;
}
.box_qwys li:nth-child(2) .iconfont {
  background: #9b86f9;
}
.box_qwys li:nth-child(3) .iconfont {
  background: #33b4a2;
}
.box_qwys li:nth-child(4) .iconfont {
  background: #3f6bb5;
}
.box_qwys li:nth-child(5) .iconfont {
  background: #ffa80b;
}
.box_qwys li:nth-child(6) .iconfont {
  background: #ff700b;
}
.box_qwys li:hover {
  box-shadow: 0 0 20px #bbb;
  transform: translateY(-5px);
}
.box_qwys li:hover .iconfont {
  transform: rotate(360deg);
}
/* box_picban */
.box_picban {
  text-align: center;
  padding: 0 0 20px 0;
}
.box_picban .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.box_picban .picban-next,
.box_picban .picban-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 80px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 5;
  opacity: 0.8;
}
.box_picban .picban-next:hover,
.box_picban .picban-prev:hover {
  color: #ff7300;
}
.box_picban .picban-next {
  right: 0px;
}
.box_picban .picban-prev {
  left: 0px;
}
.box_picban .picban-num {
  position: absolute;
  bottom: 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;
}
.box_picban .picban-num .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.box_picban .picban-num .swiper-pagination-bullet-active {
  background: #ff7300;
}
/* box_wzyh */
.box_wzyh {
  background: url(../images/bj3.jpg) center center repeat;
  background-size: auto 100%;
}
.box_wzyh ul {
  margin: -10px;
  overflow: hidden;
  counter-reset: sectioncounter;
}
.box_wzyh ul li {
  padding: 10px;
  width: 50%;
  float: left;
}
.box_wzyh ul li .pd {
  padding: 20px 25px;
  background: #fff;
  position: relative;
  overflow: hidden;
  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: space-between;
  justify-content: space-between;
}
.box_wzyh ul li .pd:before {
  content: '0' counter(sectioncounter);
  counter-increment: sectioncounter;
  position: absolute;
  right: 20px;
  top: 10px;
  color: #f7f7f7;
  font-size: 56px;
  line-height: 1;
  transition: all 0.3s;
}
.box_wzyh ul li .iconfont {
  font-size: 76px;
  transition: all 1.2s;
  display: block;
}
.box_wzyh ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 25px;
  position: relative;
  z-index: 1;
}
.box_wzyh ul li .box span {
  font-size: 18px;
  padding: 0 0 10px 0;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  color: #111;
}
.box_wzyh ul li .box p {
  line-height: 22px;
  display: block;
  overflow: hidden;
  color: #888;
}
.box_wzyh ul li:hover .pd {
  background: #ff7300;
}
.box_wzyh ul li:hover .pd:before {
  opacity: 0.3;
}
.box_wzyh ul li:hover .iconfont {
  transform: rotateY(360deg);
  color: #fff;
}
.box_wzyh ul li:hover .box span {
  color: #fff;
}
.box_wzyh ul li:hover .box p {
  color: #eee;
}
/* box_contact */
.box_contact {
  color: #666;
  overflow: hidden;
  position: relative;
  padding: 40px 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: space-between;
  justify-content: space-between;
}
.box_contact .box {
  width: 80%;
  padding: 0 40px 0 0;
  overflow: hidden;
}
.box_contact .box .info {
  line-height: 2;
  font-size:16px;
}
.box_contact .box .xun {
  border-top: 1px solid #eee;
  overflow: hidden;
  margin: 15px 0 10px 0;
  padding: 15px 0 0 0;
}
.box_contact .box .xun li {
  line-height: 1.8;
  padding: 3px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.box_contact .box .xun li .iconfont {
  font-size: 20px;
  width: 35px;
  line-height: 30px;
  position: relative;
  top: -3px;
}
.box_contact .box .xun li .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  font-size:16px;
}
.box_contact .box .ewm {
  overflow: hidden;
  margin: 0 -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.box_contact .box .ewm li {
  max-width: 150px;
  text-align: center;
  padding: 0 10px;
}
.box_contact .box .ewm li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.box_contact .map {
  width: 50%;
  height: 454px;
  border: 1px solid #ddd;
}
.box_contact .map #bdmap {
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
}
.box_contact .map #bdmap h4 {
  color: #ff7300;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px;
}
.box_contact .map #bdmap .anchorBL {
  display: none;
}
/* box_xuyao */
.box_xuyao {
  background: #f5f5f5;
  padding: 50px 0;
  overflow: hidden;
}
.box_xuyao .b_tit {
  font-size: 28px;
  padding: 0 0 15px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.box_xuyao .b_tit:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 560px;
  height: 1px;
  transform: translateX(-50%);
  background: #e7e7e7;
}
.box_xuyao .b_tit:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 5px;
  width: 120px;
  transform: translateX(-50%);
  background: #ff7300;
}
.box_xuyao ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -10px;
  overflow: hidden;
}
.box_xuyao ul li {
  padding: 0 10px;
  width: 25%;
}
.box_xuyao ul li .box {
  height: 100%;
  background: #ff9803;
  color: #fff;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s;
}
.box_xuyao ul li .box .iconfont {
  font-size: 80px;
  display: inline-block;
  transition: all 0.3s;
}
.box_xuyao ul li .box span {
  display: block;
  overflow: hidden;
  font-size: 18px;
  padding: 15px 0;
}
.box_xuyao ul li .box p {
  line-height: 24px;
}
.box_xuyao ul li:hover .box .iconfont {
  transform: rotate(360deg);
}
.box_xuyao ul li.b2 .box {
  background: #65c3fa;
}
.box_xuyao ul li.b3 .box {
  background: #8cd67d;
}
.box_xuyao ul li.b4 .box {
  background: #f88484;
}
/* box_yingxiao */
.box_yingxiao {
  background: url(../images/bj_hengrp.jpg) center center repeat;
  overflow: hidden;
}
.box_yingxiao .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: 152px;
}
.box_yingxiao .container:after {
  display: none;
}
.box_yingxiao .text {
  color: #fff;
  font-size: 30px;
}
.box_yingxiao .text span {
  font-size: 38px;
  color: #ff7300;
}
.box_yingxiao .more {
  display: block;
  overflow: hidden;
  line-height: 48px;
  padding: 0 20px;
  background: #ff7300;
  color: #fff;
  font-size: 18px;
}
.box_yingxiao .more:hover {
  background: #1fa6ec;
}
/* box_liucheng */
.box_liucheng {
  background: url(../images/bj_mobile.jpg) center center repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
}
.box_liucheng .b_tit {
  font-size: 30px!important;
  color: #fff;
  background: url(../images/tit_fkline.png) center bottom no-repeat;
  padding: 0 0 20px 0;
  margin-bottom: 40px;
}
.box_liucheng ul {
  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;
}
.box_liucheng ul li .iconfont {
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  font-size: 60px;
  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;
}
.box_liucheng ul li span {
  display: block;
  overflow: hidden;
  padding: 20px 0 0 0;
  font-size: 18px;
  color: #c2c4c4;
}
.box_liucheng ul li:hover .iconfont {
  transform: rotate(360deg);
  background: #ff7300;
}
/* box_shouhou */
.box_shouhou {
  padding: 50px 0;
  overflow: hidden;
}
.box_shouhou .b_tit {
  text-align: center;
  overflow: hidden;
}
.box_shouhou .b_tit .t1 {
  font-size: 38px;
  color: #ff7300;
  padding: 0 0 10px 0;
}
.box_shouhou .b_tit .t2 {
  color: #888;
}
.box_shouhou ul {
  margin: -15px;
  padding: 40px 0;
  overflow: hidden;
}
.box_shouhou ul li {
  width: 33.33333333333%;
  float: left;
  padding: 15px;
}
.box_shouhou ul li .box {
  border: 1px solid #1fa6ec;
  overflow: hidden;
  text-align: center;
  padding: 25px 0;
  transition: all 0.3s;
}
.box_shouhou ul li .tit {
  font-size: 18px;
  font-weight: bold;
}
.box_shouhou ul li .text {
  font-size: 16px;
  color: #1fa6ec;
  padding: 15px 0 10px 0;
}
.box_shouhou ul li .info {
  overflow: hidden;
  color: #666;
  padding: 0 0 20px 0;
}
.box_shouhou ul li .info p {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #F9F9F9;
  padding: 20px 0;
}
.box_shouhou ul li .but {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background: #ff7300;
  color: #fff;
  width: 140px;
  line-height: 50px;
  font-size: 16px;
}
.box_shouhou ul li .but:hover {
  background: #1fa6ec;
}
.box_shouhou ul li:hover .box {
  box-shadow: 0 0 15px #1fa6ec;
}
/* box_youready */
.box_youready {
  text-align: center;
  overflow: hidden;
}
.box_youready .t1 {
  font-size: 26px;
}
.box_youready .t2 {
  padding: 15px 0;
  overflow: hidden;
  text-align: center;
}
.box_youready .t2 a {
  display: inline-block;
  background: #0e9ce4;
  color: #fff;
  font-size: 22px;
  padding: 0 50px;
  line-height: 50px;
  position: relative;
}
.box_youready .t2 a:before,
.box_youready .t2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #ccc;
  width: 300px;
}
.box_youready .t2 a:after {
  left: 100%;
  margin-left: 20px;
}
.box_youready .t2 a:before {
  right: 100%;
  margin-right: 20px;
}
.box_youready .t3 {
  font-size: 16px;
  letter-spacing: 5px;
}
/* list_special */
.list_special .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: 600px;
}
.list_special .container:after {
  display: none;
}
.list_special .box {
  width: 550px;
}
.list_special .box .bt {
  font-size: 48px;
}
.list_special .box .desc {
  font-size: 28px;
  padding: 20px 0 0 0;
}
.list_special .box .text {
  font-size: 16px;
  line-height: 2;
  padding: 20px 0 0 0;
}
.list_special .box .but {
  padding: 35px 20px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.list_special .box .but a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-right: 15px;
  line-height: 48px;
  border: 1px solid #111;
  border-radius: 100px;
  position: relative;
  padding: 0 40px 0 15px;
  font-size: 16px;
}
.list_special .box .but a:after {
  content: "\e612";
  position: absolute;
  right: 12px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 12px;
  font-weight: bold;
}
.list_special .box .but a:hover {
  background: #ff7300;
  border-color: #ff7300;
  color: #fff;
  text-indent: 5px;
}
.list_special .pic {
  padding: 0 30px 0 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.list_special .pic img {
  max-width: 100%;
  height: auto;
}
.list_special .li {
  background-position: center top;
  background-repeat: repeat;
  background-size: auto 100%;
}
.list_special .li:nth-child(odd) {
  color: #fff;
}
.list_special .li:nth-child(odd) .container {
  flex-direction: row-reverse;
}
.list_special .li:nth-child(odd) .pic {
  padding: 0 0 0 30px;
  text-align: right;
}
.list_special .li:nth-child(odd) .but a {
  color: #fff;
  border-color: #fff;
}
.list_special .li:nth-child(odd) .but a:hover {
  background: #fff;
  color: #111;
}
.list_special.small .container {
  height: 450px;
}
/* list_news_wzthree */
.list_news_wzthree {
  margin: -15px;
  overflow: hidden;
}
.list_news_wzthree li {
  float: left;
  width: 33.33333333333%;
  padding: 15px;
}
.list_news_wzthree li a {
  padding: 20px;
  box-shadow: 0 0 15px #eee;
  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_wzthree li .date {
  margin-right: 20px;
  text-align: center;
  line-height: 1;
}
.list_news_wzthree li .date em {
  font-size: 16px;
  color: #7d7d7d;
  display: block;
  overflow: hidden;
  padding: 0 0 6px 0;
}
.list_news_wzthree li .date i {
  font-size: 36px;
}
.list_news_wzthree li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.list_news_wzthree li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  padding: 0 0 5px 0;
}
.list_news_wzthree li .box p {
  line-height: 24px;
  height: 48px;
  display: block;
  overflow: hidden;
  color: #898989;
}
.list_news_wzthree li:hover a {
  background: #ff7300;
  transform: translateY(-5px);
  color: #fff;
  box-shadow: 0 5px 15px #ccc;
}
.list_news_wzthree li:hover .date em {
  color: #eee;
}
.list_news_wzthree li:hover .box p {
  color: #eee;
}
/* list_case */
.list_case {
  margin: -10px;
  overflow: hidden;
}
.list_case li {
  float: left;
  padding: 10px;
  width: 33.3333333333%;
}
.list_case.xcx li {
    float: left;
    padding: 10px;
    width: 25%!important;
}
.list_case.xcx li .pic img{ height: 460px; overflow:hidden;}
.list_case li a {
  display: block;
  overflow: hidden;
}
.list_case li .pic {
  overflow: hidden;
  position: relative;
}
.list_case li .pic img {
  width: 100%;
  height: auto;
}
.list_case li .pic .iconfont {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  transform: translateY(-100%);
}
.list_case li .pic .iconfont:before {
  display: inline-block;
  width: 50px;
  height: 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;
  border-radius: 50%;
  font-size: 24px;
  background: #1fa6ec;
  color: #fff;
  text-align: center;
}
.list_case li .info {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  padding: 10px 20px;
  color: #666;
  font-size: 12px;
  line-height: 22px;
}
.list_case li .info span {
  font-size: 16px;
  color: #000;
  padding: 5px 0;
}
.list_case li .info:before {
  content: "";
  background: #1fa6ec;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  transform: translateY(100%);
  transition: all 0.3s;
}
.list_case li .info &gt; * {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_case li:hover .pic .iconfont {
  transform: translateY(0);
}
.list_case li:hover .info:before {
  transform: translateY(0);
}
.list_case li:hover .info &gt; * {
  color: #fff;
}
/* list_casenew */
.list_casenew {
  overflow: hidden;
}
.list_casenew li {
  width: 33.33333333333%;
  float: left;
  text-align: center;
  padding: 5px;
}
.list_casenew li .pic {
  overflow: hidden;
  position: relative;
}
.list_casenew li .pic img {
  width: 100%;
  height: auto;
}
.list_casenew li .pic .hide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  opacity: 0;
  transition: all 0.3s;
}
.list_casenew li .pic .hide a {
  margin: 0 5px;
  width: 50px;
  height: 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;
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
}
.list_casenew li .pic .hide a:hover {
  background: #1fa6ec;
  color: #fff;
}
.list_casenew li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  line-height: 60px;
  font-size: 16px;
  background: #f9f9f9;
}
.list_casenew li:hover .pic .hide {
  opacity: 1;
}
.list_casenew li:hover .bt {
  background: #1fa6ec;
  color: #fff;
  box-shadow: 0 0 5px #ccc;
}
/* list_newsnp */
.list_newsnp {
  margin: -25px;
  padding: 15px;
  overflow: hidden;
}
.list_newsnp li {
  width: 50%;
  float: left;
  padding: 10px;
}
.list_newsnp li a {
  color: #111;
  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;
  position: relative;
  padding: 35px 70px;
}
.list_newsnp li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  transition: all 0.3s;
}
.list_newsnp li .date {
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.list_newsnp li .date em {
  display: block;
  overflow: hidden;
  font-size: 48px;
  line-height: 1;
}
.list_newsnp li .date em:after {
  display: block;
  overflow: hidden;
  content: "";
  margin: 15px 0;
  height: 3px;
  width: 25px;
  background: #e7e7e7;
}
.list_newsnp li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  position: relative;
  z-index: 1;
  border-left: 1px solid #e7e7e7;
  padding: 0 0 0 40px;
  margin: 0 0 0 40px;
}
.list_newsnp li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.list_newsnp li .box p {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin: 15px 0 25px 0;
  color: #888;
  text-align: justify;
}
.list_newsnp li .box em {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #888;
  line-height: 1;
}
.list_newsnp li .box em .iconfont {
  display: block;
  overflow: hidden;
  font-size: 18px;
  width: 0;
  transition: all 0.3s;
}
.list_newsnp li:hover a:before {
  transform: scale(1.025);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
}
.list_newsnp li:hover .box em .iconfont {
  width: 28px;
}
/* list_news */
.list_news {
  overflow: hidden;
  margin: -15px 0 0 0;
}
.list_news li {
  border-bottom: 1px dashed #D2D2D2;
  font-size: 12px;
}
.list_news li a {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  color: #666;
}
.list_news li .date {
  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: 120px;
  height: 120px;
  float: left;
  line-height: 1.1;
  color: #999;
  background: #f2f2f2;
}
.list_news li .date .iconfont {
  font-size: 26px;
}
.list_news li .date em {
  font-size: 28px;
  padding: 0 2px;
}
.list_news li .pic {
  width: 200px;
  height: 120px;
  margin: 0 20px 0 10px;
  float: left;
  overflow: hidden;
}
.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 .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #ff7300;
  font-weight: bold;
  transition: all 0.3s;
}
.list_news li .bt:hover {
  color: #1fa6ec;
}
.list_news li .cs {
  color: #999;
  overflow: hidden;
  padding: 8px 0;
}
.list_news li .desc {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.list_news li .desc em:hover {
  color: #ff7300;
}
/* view_case */
.view_case {
  overflow: hidden;
}
.view_case .b_pic {
  width: 43%;
  float: left;
}
.view_case .b_pic .bj {
  background: url(../images/bj_ipadt.png) no-repeat;
  background-size: 100% 100%;
  padding: 3%;
}
.view_case .b_pic img {
  width: 100%;
  height: auto;
}
.view_case .b_box {
  padding: 0 0 0 40px;
  width: 57%;
  float: left;
  line-height: 1.8;
  color: #666;
}
.view_case .b_box .tit {
  overflow: hidden;
  color: #ff7300;
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 10px 0;
}
.view_case .b_box .desc {
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #ddd;
  padding: 10px 0;
  overflow: hidden;
}
.view_case .b_box .text {
  padding: 15px 0;
  overflow: hidden;
  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;
}
.view_case .b_box .text .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.view_case .b_box .text .ewm {
  overflow: hidden;
  padding: 0 0 0 15px;
}
.view_case .b_box .text .ewm canvas {
  width: 100px;
  height: 100px;
}
.view_case .b_box .text .bshare-custom {
  margin-top: 10px;
}
.view_case .b_box .tips {
  border: 1px solid #eee;
  border-radius: 50px;
  padding: 10px;
  font-size: 16px;
  color: #1fa6ec;
  text-align: center;
}
.view_case .b_box .but {
  overflow: hidden;
  margin-top: 20px;
}
.view_case .b_box .but a {
  float: right;
  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: #c3c3c3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 10px;
  color: #fff;
  font-size: 20px;
}
.view_case .b_box .but a:hover {
  background: #ff7300;
  transform: rotate(360deg);
}
.view_case .b_box .but a:last-child {
  margin-left: 0;
}
.view_case .b_tit {
  margin: 30px 0 20px 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: center;
  justify-content: center;
  position: relative;
}
.view_case .b_tit .kj {
  background: #fff;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1;
  background: #ff7300;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  border-radius: 10px;
}
.view_case .b_tit .kj span {
  display: block;
  overflow: hidden;
  font-size: 26px;
  padding: 0 0 10px 0;
}
.view_case .b_tit .kj em {
  text-transform: uppercase;
  color: #eee;
}
.view_case .b_tit:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 52%;
  height: 1px;
  background: #eee;
  width: 100%;
}
.view_case .b_tit:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 52%;
  height: 1px;
  background: #eee;
  width: 100%;
}
.view_case .body {
  line-height: 1.8;
  overflow: hidden;
  color: #666;
  padding: 0 0 30px 0;
}
.view_case .body img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
.view_case .body h2 {
  border-left: 5px solid #0e9ce4;
  font-size: 22px;
  line-height: 1.2;
  margin: 15px 0;
  padding: 0 0 0 10px;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.view_case .body h2:after {
  content: "";
  width: 0;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #eee;
}
.view_case .body h3 {
  border-left: 5px solid #ff6600;
  font-size: 18px;
  line-height: 1.2;
  margin: 15px 0 15px 11px;
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.view_case .body h3:after {
  content: "";
  width: 0;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #efefef;
}
.view_case .list_case {
  margin: -5px;
}
.view_case .list_case li {
  width: 25%;
  padding: 5px;
}
/* view_news */
.view_news {
  overflow: hidden;
  text-align: justify;
}
.view_news .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: space-between;
  justify-content: space-between;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
  padding: 0 0 15px 0;
}
.view_news .b_tit .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.view_news .b_tit .left .bt {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 8px 0;
}
.view_news .b_tit .left .param {
  color: #999;
  font-size: 12px;
}
.view_news .b_tit .left .param .iconfont {
  margin-right: 5px;
}
.view_news .b_tit .right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #999;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.view_news .b_tit .right .iconfont {
  font-size: 28px;
}
.view_news .b_tit .right span {
  font-size: 28px;
  padding: 0 5px;
}
.view_news .desc {
  margin: 20px;
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
  color: #660;
  padding: 0 0 10px 0;
  text-indent: 62px;
  line-height: 26px;
  position: relative;
}
.view_news .desc .tit {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ff7300;
  text-indent: 0;
  width: 50px;
  text-align: center;
  color: #fff;
}
.view_news .desc .tit:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #ff7300;
  border-bottom: 4px solid transparent;
  transform: translateY(-50%);
}
.view_news .body {
  padding: 0 0 20px 0;
  overflow: hidden;
  line-height: 1.8;
}
.view_news .body img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
.view_news .copyright {
  overflow: hidden;
  color: #999;
  margin-bottom:10px;
}
.view_news .bshare-custom {
  padding: 15px 0;
}
.view_news .adjoin {
  overflow: hidden;
  padding: 0 0 20px 0;
}
.view_news .adjoin li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  line-height: 1.8;
}
.view_news .adjoin li a {
  color: #666;
}
.view_news .adjoin li a:hover {
  color: #ff7300;
}
.view_news .list_case {
  margin: -5px -5px 15px -5px;
}
.view_news .list_case li {
  padding: 5px;
}
.view_news .xg_news {
  overflow: hidden;
}
.view_news .xg_news .tit {
  position: relative;
  overflow: hidden;
  height: 34px;
  margin-bottom: 10px;
}
.view_news .xg_news .tit:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #dddddd;
  content: "";
}
.view_news .xg_news .tit span {
  height: 34px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ff7300;
  padding: 0 10px;
  float: left;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.view_news .xg_news ul {
  overflow: hidden;
  margin: 0 -10px;
}
.view_news .xg_news ul li {
  width: 50%;
  padding: 0 10px;
  float: left;
}
.view_news .xg_news ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 12px;
}
.view_news .xg_news ul li a:before {
  width: 3px;
  height: 3px;
  background: #666666;
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  margin-top: -2px;
}
/* view_page */
.view_page {
  overflow: hidden;
  line-height: 1.8;
  color: #666;
}
.view_page img {
  max-width: 100% !important;
  height: auto !important;
}
.view_page hr {
  height: 15px;
  width: 100%;
  border: 0;
}
.view_page video,
.view_page iframe {
  width: 100% !important;
  max-width: 600px !important;
  height: 340px !important;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background: #000;
}
.view_page table {
  border: 1px solid #eee;
  width: 100%;
}
.view_page table th {
  white-space: nowrap;
  text-align: center;
}
.view_page table th,
.view_page table td {
  padding: 8px 10px;
  border: 1px solid #eee;
}
.view_page table tr:nth-child(even) {
  background: #f9f9f9;
}
/* float_kefu */
.float_kefu {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 8888;
}
.float_kefu &gt; li {
  margin-top: 4px;
  position: relative;
}
.float_kefu &gt; li &gt; 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: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  line-height: 1;
  text-align: center;
  border: 1px solid #ff7300;
  color: #ff7300;
  font-size: 28px;
  background: #fff;
}
.float_kefu &gt; li .pic {
  height: auto;
  border: 0;
}
.float_kefu &gt; li .pic img {
  width: 100%;
  height: auto;
}
.float_kefu &gt; li .backtop {
  opacity: 0;
}
.float_kefu &gt; li .backtop.cur {
  opacity: 1;
}
.float_kefu &gt; li .hide {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px 0 0;
}
.float_kefu &gt; li .hide:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 8px solid transparent;
  z-index: 1;
}
.float_kefu &gt; li .hide:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 9px solid transparent;
  border-left: 10px solid #ff7300;
  border-bottom: 9px solid transparent;
}
.float_kefu &gt; li .hide .bj {
  border: 1px solid #ff7300;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.float_kefu &gt; li .hide .ewm {
  padding: 5px;
  overflow: hidden;
}
.float_kefu &gt; li .hide .ewm img {
  width: 120px;
  height: 120px;
}
.float_kefu &gt; li .hide .tel {
  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;
  width: 390px;
  padding: 15px;
}
.float_kefu &gt; li .hide .tel .iconfont {
  font-size: 30px;
  width: 62px;
  height: 62px;
  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;
  border: 4px solid #eee;
  border-radius: 50%;
}
.float_kefu &gt; li .hide .tel .info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px 0 10px;
}
.float_kefu &gt; li .hide .tel .info .bt {
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
  padding: 0 0 8px 0;
  position: relative;
}
.float_kefu &gt; li .hide .tel .info .bt em {
  color: #1fa6ec;
  padding-left: 5px;
}
.float_kefu &gt; li .hide .tel .info .bt .but {
  position: absolute;
  right: 0px;
  top: -2px;
  background: #ff7300;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
}
.float_kefu &gt; li .hide .tel .info .bt .but:hover {
  background: #1fa6ec;
}
.float_kefu &gt; li .hide .tel .info ul {
  overflow: hidden;
  padding: 5px 0 0 0;
}
.float_kefu &gt; li .hide .tel .info ul li {
  line-height: 22px;
  font-size: 12px;
  color: #999;
  float: left;
  width: 50%;
  position: relative;
  padding: 0 0 0 10px;
}
.float_kefu &gt; li .hide .tel .info ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.float_kefu &gt; li .hide .pay {
  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;
  width: 390px;
  padding: 15px;
}
.float_kefu &gt; li .hide .pay .iconfont {
  font-size: 30px;
  width: 62px;
  height: 62px;
  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;
  border: 4px solid #eee;
  border-radius: 50%;
}
.float_kefu &gt; li .hide .pay .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px 0 10px;
}
.float_kefu &gt; li .hide .pay .text span {
  display: block;
  overflow: hidden;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
  padding: 0 0 8px 0;
}
.float_kefu &gt; li .hide .pay .text p {
  line-height: 18px;
  height: 36px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.float_kefu &gt; li .hide .pay a {
  display: block;
  overflow: hidden;
  width: 82px;
  line-height: 36px;
  text-align: center;
  background: #ff7300;
  color: #fff;
  border-radius: 5px;
}
.float_kefu &gt; li .hide .pay a:hover {
  background: #333;
}
.float_kefu &gt; li:hover &gt; a {
  background: #ff7300;
  color: #fff;
}
/* nbanner_tw */
.nbanner_tw {
  position: relative;
  height: 300px;
  overflow: hidden;
  width: 100%;
  background-repeat: repeat;
  background-position: center top;
  background-size:cover;
  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;
}
.nbanner_tw .box {
  text-align: center;
  color: #fff;
  padding: 10px 20px;
}
.nbanner_tw .box .bt {
  font-size: 36px;
  display: block;
  overflow: hidden;
  padding: 0 0 20px 0;
}
.nbanner_tw .box .text {
  font-size: 20px;
  line-height: 1.6;
}
/* wap_bottom */
.wap_bottom {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #0079cc;
  z-index: 999;
  box-shadow: 0 0 5px #999;
}
.wap_bottom li {
  width: 25%;
  float: left;
  line-height: 1;
  text-align: center;
}
.wap_bottom li a {
  display: block;
  overflow: hidden;
  color: #fff;
  height: 54px;
}
.wap_bottom li i {
  font-size: 24px;
  display: block;
  overflow: hidden;
  padding: 6px 0 5px 0;
}
.wap_bottom li em {
  font-size: 12px;
  display: block;
  overflow: hidden;
}
/* float_pcrkf */
.float_pcrkf {
  position: fixed;
  z-index: 8888;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #ddd;
  width: 82px;
  text-align: center;
}
.float_pcrkf .li {
  position: relative;
}
.float_pcrkf .li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  background: transparent;
  background: -webkit-linear-gradient(90deg, transparent 0%, #ddd 50%, transparent 100%);
  background: -o-linear-gradient(90deg, transparent 0%, #ddd 50%, transparent 100%);
  background: -moz-linear-gradient(90deg, transparent 0%, #ddd 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, #ddd 50%, transparent 100%);
  height: 1px;
}
.float_pcrkf .li &gt; a {
  height: 80px;
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
}
.float_pcrkf .li &gt; a em {
  display: block;
  overflow: hidden;
  padding: 17px 0 5px 0;
}
.float_pcrkf .li &gt; a i {
  font-size: 30px;
  color: #ff7300;
}
.float_pcrkf .li:first-child:before {
  display: none;
}
.float_pcrkf .li:hover &gt; a {
  background: #ff7300;
  color: #fff;
}
.float_pcrkf .li:hover &gt; a i {
  color: #fff;
}
.float_pcrkf .li:hover .hide {
  display: block;
}
.float_pcrkf .hide {
  display: none;
  width: 220px;
  position: absolute;
  right: 100%;
  bottom: -1px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #ddd;
}
.float_pcrkf .hide li {
  position: relative;
  padding: 15px 25px;
}
.float_pcrkf .hide li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  background: transparent;
  background: -webkit-linear-gradient(90deg, transparent 0%, #ddd 50%, transparent 100%);
  background: -o-linear-gradient(90deg, transparent 0%, #ddd 50%, transparent 100%);
  background: -moz-linear-gradient(90deg, transparent 0%, #ddd 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, #ddd 50%, transparent 100%);
  height: 1px;
}
.float_pcrkf .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}
.float_pcrkf .box .iconfont {
  font-size: 32px;
  color: #ff7300;
}
.float_pcrkf .box .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 10px;
  line-height: 1.3;
}
.float_pcrkf .pic {
  text-align: center;
  margin-top: 5px;
  position: relative;
}
.float_pcrkf .pic img {
  max-width: 100%;
  height: auto;
}
.float_pcrkf .ewm {
  height: 168px;
  width: 100%;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.index-ditu{
	position:relative;
}
.mh{
	width:100%; 
	height:500px;
}
.nh{
  height:500px!important;
}
.nh1{
	height:350px!important;
}
/* #newBridge */
#newBridge {
  z-index: 7777 !important;
}
.aside_wx li {
	border-bottom: 1px solid #f3f3f3;
	position: relative;
	padding: 6.5px 0 6.5px 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.aside_wx li i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-52%);
	padding: 1px 0;
	color: #fff;
	width: 14px;
	line-height: 100%;
	font-size: 12px;
	text-align: center;
	background-color: #ccc
}
.aside_wx li em {
	float: right;
	padding-left:10px;
	color:#666;
}
.aside_wx li span {
	background-color: #f13f40;
	padding: 2px;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 12px;
	line-height: 100%;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	overflow: hidden;
	position: relative;
	top: -1px
}
.aside_wx li a {
	padding: 0 5px
}
.aside_wx li a:hover {
	text-decoration: underline
}
.aside_wx li:nth-child(1) i {
	background-color: #f54545
}
.aside_wx li:nth-child(2) i {
	background-color: #ff8547
}
.aside_wx li:nth-child(3) i {
	background-color: #ffac38
}
.tagslist li {
    width: 50%;
    float: left;
}
.tagslist li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    position: relative;
    line-height: 2;
    font-size: 13px;
}
.tagslist li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #ff6600;
}
/* box_xuyao */
.box_xuyao {
	background: #f5f5f5;
	padding: 50px 0;
	overflow: hidden;
}
.box_xuyao .b_tit {
	font-size: 28px;
	padding: 0 0 15px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.box_xuyao .b_tit:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 2px;
	width: 560px;
	height: 1px;
	transform: translateX(-50%);
	background: #e7e7e7;
}
.box_xuyao .b_tit:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	height: 5px;
	width: 120px;
	transform: translateX(-50%);
	background: #0e9ce4;
}
.box_xuyao ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 -10px;
	overflow: hidden;
}
.box_xuyao ul li {
	padding: 0 10px;
	width: 25%;
}
.box_xuyao ul li .box {
	height: 100%;
	background: #ff9803;
	color: #fff;
	padding: 40px 30px;
	text-align: center;
	transition: all 0.3s;
}
.box_xuyao ul li .box .iconfont {
	font-size: 80px;
	display: inline-block;
	transition: all 0.3s;
}
.box_xuyao ul li .box span {
	display: block;
	overflow: hidden;
	font-size: 18px;
	padding: 15px 0;
}
.box_xuyao ul li .box p {
	line-height: 24px;
}
.box_xuyao ul li:hover .box .iconfont {
	transform: rotate(360deg);
}
.box_xuyao ul li.b2 .box {
	background: #65c3fa;
}
.box_xuyao ul li.b3 .box {
	background: #8cd67d;
}
.box_xuyao ul li.b4 .box {
	background: #f88484;
}</pre></body></html>