html,
body {
  width: 100%;
  height: 100%;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}
body {
  font-size: 14px;
  color: #666;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  min-width: 1200px;
}
a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: all 0.7s;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  color: #f00;
  text-decoration: none;
}
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", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: 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: 1200px;
  margin: 0 auto;
  position: relative;
}
header {
  width: 100%;
  overflow: hidden;
}
header .top {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  height: 36px;
  line-height: 36px;
  color: #666;
}

header .top .href {
  float: right;
}
header > .container {
  padding: 15px 0;
}
header .logo {
  float: left;
}
header .logo img {
  height: 80px;
  width: auto;
}
header .logoinfo {
  float: left;
  background: url(../images/head_line.png) left center no-repeat;
  height: 80px;
  padding: 0 0 0 16px;
  margin: 0 0 0 10px;
  font-size: 16px;
}
header .logoinfo .bold {
  font-weight: bold;
  font-size: 20px;
  padding: 14px 0 5px 0;
}
header .logoinfo span {
  color: #f00;
}
header .tel {
  float: right;
  position: relative;
  padding: 0 0 0 55px;
  line-height: 1.3;
  margin-top: 14px;
  font-size:16px;
  background: url(../images/tel1.png) left center no-repeat;
  background-size: 48px 48px;
}
header .tel p{
	padding-left:2px;
}
header .tel .iconfont {
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 46px;
}
header .tel b {
  font-size: 26px;
  color:#F00;
}
header .top a {
  color: #888;
  padding: 0 5px;
}
header .top a:hover {
  color: #f00;
}
header .top .welcome {
  float: left;
}
nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: red;
}
nav li {
  float: left;
  background: url(../images/nav_line.png) left center no-repeat;
  padding-left: 2px;
  position: relative;
  z-index: 999;
}
nav li > a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  padding: 0 33px;
}
nav li .sub {
  display: none;
  position: absolute;
  left: 0px;
  min-width: 100%;
  white-space: nowrap;
  text-align: center;
}
nav li:first-child {
  padding-left: 0;
  background: none;
}
nav li:hover > a,
nav li.on > a {
  background:#1a1a1a;
  color: #fff;
}
.search {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 0 0 10px #eee;
}
.search .key {
  float: left;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  width: 900px;
}
.search .key dt {
  float: left;
  font-weight: bold;
  color: #f00;
}
.search .key dd {
  float: left;
  margin-right: 10px;
}
.search .key dd a {
  color: #888;
}
.search .key dd a:hover {
  color: #f00;
}
.search .box {
  float: right;
}
.search .box input[type='text'] {
  width: 200px;
  height: 30px;
  border: 1px solid #eee;
  padding: 0 10px;
  float: left;
}
.search .box input[type='submit'] {
  width: 50px;
  height: 30px;
  background: #f00;
  color: #fff;
  border: 0;
  float: left;
  cursor: pointer;transition: all 0.7s;}
.main {width: 100%;padding: 5px 0 30px 0;overflow: hidden;}
.main .fl {float: left;}
.main .fr {float: right;}
.main .main_xiao {
  width: 230px;
  overflow: hidden;
}
.main .main_big {
  width: 940px;
  overflow: hidden;
}
.main .main_bor {
  border: 1px solid #e8e8e8;
  overflow: hidden;
  margin-top: 10px;
}
.main .main_bor .btit {
  text-align: center;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background-color: #f00;
  font-size: 18px;
}
.main .main_bort {
  border-top: 2px solid rgba(234, 53, 22, 0.7);
}
.main .main_bort .ktit {
  background-color: #f00;
  line-height: 44px;
  padding: 0 20px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 2px #eee;
}
.main .procate li > a {
  display: block;
  overflow: hidden;
  line-height: 38px;
  padding: 0 0 0 25px;
  background-color: #f00;
  border-bottom: 1px dotted #ddd;
  color:#FFF;
}
.main .procate li{
	margin-bottom:5px;
	margin-top:5px;
}
.main .procate li > a:hover {
  color: #fff;
  background:#000;
}
.main .procate li.on > a {
  color: #fff;
  background:#000;
}
.main .contbox {
  padding: 105px 15px 5px 15px;
  overflow: hidden;
  background: url(../images/contleft.jpg) center top no-repeat;
  background-position-y: 3px;
}
.main .contbox dt {
  color: #f00;
  font-weight: bold;
  padding: 0 0 8px 0;
}
.main .contbox dd {
  border-top: 1px dotted #ddd;
  padding: 8px 0 8px 65px;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5;
}
.main .contbox dd span {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 65px;
}
.main .main_da {
  width: 940px;
  overflow: hidden;
}
.main .position {
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-left: 3px solid #f00;
  padding: 8px 0 8px 10px;
  background: #fafafa;
}
.main .position a:hover {
  color: #f00;
}
.main .main_pd {
  padding: 20px;
  overflow: hidden;
  line-height: 2;
  height:auto;
}
.txx{ min-height:500px;}
.footnav {
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background: #545454;
}
.footnav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.footnav ul li {
  color: #ccc;
}
.footnav ul li a {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0 18px;
}
footer {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
footer .logo {
  height: 150px;
  margin: 0 30px 0 60px;
  width: 250px;
  float: left;
  position: relative;
  overflow: hidden;
}
footer .logo img {
  width: 220px;
  height: 150px;
}

footer .copy .icp a {
  color: #888;
}
footer .copy .icp a:hover {
  color: #f00;
}
footer .ewm {
  float: right;
  margin-right: 60px;
}
footer .ewm li {
  float: left;
  margin-left: 25px;
  text-align: center;
}
footer .ewm li img {
  width: 110px;
  height: 110px;
  padding: 4px;
  border: 1px dotted #b5b5b5;
  margin-bottom: 5px;
}
footer .ewm li:first-child {
  margin-left: 0px;
}
footer .copy .icp {
  color: #888;
}footer .logo:before {
  width: 1px;
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 0px;
  background: #e8e8e8;
  content: "";
}
footer .copy {
  width: 495px;
  float: left;
  overflow: hidden;
  line-height: 30px;
  margin-top: 10px;
}
footer .copy a:hover {
  color: #f00;
}
footer .copy .icp {
  color: #888;
}
.onetext{clear:both; padding:20px 0 0; text-align:center; color:#666;}
.onetext a{color:#666;}
.backtop {
  width: 25px;
  height: 69px;
  position: fixed;
  left: 50%;
  margin-left: 620px;
  bottom: 20px;
  background: url(../images/backtop.png);
  z-index: 999;
  cursor: pointer;
}
.prolist {
  overflow: hidden;
  margin: -10px;
}
.prolist li {
  float: left;
  width: 276px;
  padding: 10px 15px;
  text-align: center;
}
.prolist li .pic {
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
}

.prolist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  line-height: 36px;
}
.prolist li .bt:hover {
  color: #f00;
}
.prolist li .more {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.prolist li .more a {
  display: block;
  overflow: hidden;
  margin: 0 10px;
  background:#000;
  color: #fff;
  width: 80px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 2px;
}
.prolist li .more a:hover {
  opacity: 0.8;
}
.prolist li .more a:last-child {
  background: #f00;
}
.prolist li .info {
  color: #888;
  font-size: 12px;
  max-height: 60px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 10px;
  margin-top: -4px;
}
.prolist li .pic img {
  width: 100%;
  height: 205px;
  transition: all 0.7s;
}
.prolist li .pic:hover {
  border: 1px solid #f00;
}
.prolist li .pic:hover img {
  transform: scale(1.1);
}
.messdd {
  padding: 20px;
  overflow: hidden;
}
.messdd li {
  float: left;
  width: 174px;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 115px;
}
.messdd li label {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 42px;
  width: 110px;
  text-align: right;
}
.messdd li label i {
  color: #ff0000;
  margin-right: 2px;
}
.messdd li input[type='text'] {
  border: 1px solid #eee;
  width: 152px;
  height: 40px;
  float: left;
  padding: 0 10px;
}

.messdd li .ms span {
  color: #ff0000;
}
.messdd li .code {
  float: left;
  margin-left: 5px;
  height: 42px;
  width: auto;
}
.messdd li.all {
  width: 752px;
  margin-top: 15px;
}
.messdd li input[type='text'] {
  border: 1px solid #eee;
  width: 152px;
  height: 40px;
  float: left;
  padding: 0 10px;
}
.messdd li textarea {
  border: 1px solid #eee;
  width: 730px;
  height: 80px;
  float: left;
  padding: 10px;
  font-size: 14px;
}
.messdd li input[type='submit'] {
  border: 0;
  width: 100px;
  height: 36px;
  float: left;
  padding: 0 10px;
  background:#F00;
  color: #fff;
  cursor: pointer;
  transition: all 0.7s;
}
.messdd li input[type='submit']:hover {
  opacity: 0.8;
}
.messdd li input[type='reset'] {
  border: 0;
  width: 100px;
  height: 36px;
  float: left;
  margin-left: 20px;
  background: #f00;
  color: #fff;
  cursor: pointer;
  transition: all 0.7s;
}
.messdd li input[type='reset']:hover {
  opacity: 0.8;
}
.messdd li .ms {
  padding: 5px 0 0 0;
  overflow: hidden;
  float: left;
  font-size: 12px;
  color: #888;
}
.proview .stit {
  border-bottom: 2px solid #f00;
  overflow: hidden;
  margin-top: 20px;
}
.proview .stit span {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  color: #fff;
  line-height: 32px;
  background: #f00;
  font-weight: bold;
  float: left;
  border-radius: 3px 3px 0 0;
}
.proview .body {
  padding: 20px 15px 25px 15px;
  line-height: 1.8;
  overflow: hidden;
}
.proview .body img {
  max-width: 100%;
  height: auto;
}
.proview .body p {
  padding: 5px 0;
}
.proview {
  padding: 20px;
  overflow: hidden;
}
.proview .ban {
  width: 400px;
  float: left;
}
.proview .ban .big {
  border: 1px solid #d4d4d4;
  overflow: hidden;
}
.proview .ban .big .swiper-slide {
  cursor: pointer;
}
.proview .ban .big img {
  width: 100%;
  height: 298px;
  cursor: pointer;
}
.proview .ban .big .iconfont {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 24px;
  opacity: 0.2;
}
.proview .ban .big .iconfont:hover {
  opacity: 0.5;
  color: #f00;
}
.proview .ban .small {
  margin: 10px 0 15px 0;
  overflow: hidden;
  position: relative;
  padding: 0 25px;
}
.proview .ban .small .swiper-slide {
  cursor: pointer;
}
.proview .ban .small .swiper-slide img {
  width: 75px;
  height: 57px;
  padding: 2px;
  border: 1px solid #d4d4d4;
}
.proview .ban .small .active-nav img {
  border: 1px solid #f00;
}
.proview .ban .small .arrow-left,
.proview .ban .small .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 20px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  outline: 0;
  z-index: 5;
}
.proview .ban .small .arrow-left {
  left: 0px;
}
.proview .ban .small .arrow-right {
  right: 0px;
}
.proview .ban .more {
  color: #f00;
  overflow: hidden;
}
.proview .ban .more i {
  margin-right: 5px;
}
.proview .ban .more:hover {
  color: #f00;
}
.proview .box {
  width: 440px;
  float: right;
  line-height: 2;
}
.proview .box .bt {
  border-bottom: 1px dashed #ddd;
  font-size: 18px;
  color: #f00;
  padding: 0 0 10px 0;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
}
.proview .box strong {
  color: #f00;
  font-size: 24px;
}
.proview .box .bdsharebuttonbox {
  padding: 5px 0 15px 0;
  overflow: hidden;
}.prolist li .bt:hover {
  color: #f00;
}
.proview .box .but {
	background-color:#F00;
  box-shadow: 0 0 1px #ffff00;
  border-radius: 3px;
  color: #fff;
  display: block;
  overflow: hidden;
  width: 120px;
  line-height: 40px;
  text-align: center;
  margin-top:15px;
}
.proview .box .but:hover {
	background-color:#F60;
}
.newslist li p {
  display: block;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
}
.newslist li:first-child {
  margin-top: 0;
}
.newslist li:hover {
  background: rgba(234, 53, 22, 0.1);
}
.newslist li {
  background: #f5f5f5;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  padding: 20px 130px 20px 115px;
}
.newslist li .date {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
  width: 76px;
  text-align: center;
  line-height: 1.7;
}

.newslist li .more:hover {
  background: #f00;
}
.newslist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 16px;
}
.newslist li .date em {
  display: block;
  overflow: hidden;
  font-weight: bold;
  padding: 7px 0 0 0;
  font-size: 20px;
}
.newslist li .more {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 90px;
  line-height: 36px;
  margin-top: -15px;
  text-align: center;
  color: #fff;
  background: rgba(234, 53, 22, 0.8);
}
.pronewstj {
  padding: 15px 0;
  overflow: hidden;
}
.pronewstj li {
  float: left;
  width: 414px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 20px;
}
.pronewstj li span {
  float: right;
  color: #888;
}
.pronewstj li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0 0 10px;
}
.pronewstj li a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-top: 3px solid transparent;
  border-left: 4px solid #f00;
  border-bottom: 3px solid transparent;
}
.pagebt {
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  border-bottom: 1px dashed #ddd;
  padding: 0 0 15px 0;
  margin-bottom: 10px;
  color: #f00;
  line-height: 1.5;
}
.pagecs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  color: #888;
  font-size: 12px;
  padding: 5px 0 15px 0;
  line-height: 1.1;
}

.rxrxun {
  padding: 20px;
  overflow: hidden;
}
.rxrxun li {
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #eee;
}
.rxrxun li .pic {
  display: block;
  overflow: hidden;
}
.rxrxun li .pic img {
  width: 100%;
  transition: all 0.7s;
}
.rxrxun li:first-child {
  margin-top: 0;
}
.rxrxun li .pic img:hover {
  transform: scale(1.1);
}
.rxrxun li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
}
.rxrxun li .bt:hover {
  background: rgba(234, 53, 22, 0.7);
  color: #fff;
}
.botsxp {
  overflow: hidden;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  background: #f5f5f5;
  margin: 15px 0 0 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.botsxp .fl {
  padding: 10px;
  width:auto;
  overflow: hidden;
}
.botsxp .fl p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.botsxp .fr {
  padding: 10px;
}
.piclist {
  overflow: hidden;
  margin: -10px;
}

.piclist li .pic img:hover {
  transform: scale(1.1);
}
.piclist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  line-height: 36px;
  background: #f5f5f5;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
}
.piclist li .bt:hover {
  background: rgba(234, 53, 22, 0.7);
  color: #fff;
}
.piclist li {
  float: left;
  width: 284px;
  margin: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}
.piclist li .pic {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.piclist li .pic img {
  width: 100%;
  height: 225px;
  transition: all 0.7s;
}
.nbanner{width:100%; height:auto; overflow:hidden; text-align:center;}
.nbanner img{max-width:100%; margin:0 auto}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 550px;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .banner_next,
.banner .banner_prev {
  top: 50%;
  width: 40px;
  line-height: 70px;
  margin-top: -35px;
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  z-index: 5;
  transition: all 0.7s;
  cursor: pointer;
  outline: 0;
  opacity: 0;
}
.banner .banner_next:hover,
.banner .banner_prev:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.banner .banner_next {
  right: 2%;
}
.banner .banner_prev {
  left: 2%;
}
.banner .swiper-pagination-bullets {
  bottom: 15px;
  position: absolute;
  z-index: 5;
  text-align: center;
}
.banner:hover .banner_next,
.banner:hover .banner_prev {
  opacity: 1;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 44px;
  height: 7px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 6px;
  background: none;
  opacity: 1;
  background: rgba(162, 162, 162, 0.8);
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: rgba(234, 53, 22, 0.8);
}
.in_pro {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 50px 0;
  background: url(../images/bj_inpro.png) center top repeat;
}
.in_pro .cate .tel li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0 0 0;
  line-height: 1;
  color: #888;
  font-size: 13px;
}
.in_pro .cate {
  float: left;
  width: 240px;
  background: #fff;
  box-shadow: 0 0 20px #ddd;
}
.in_pro .cate .tit {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  background-color: #f00;
}
.in_pro .cate .tit span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  padding: 0 0 5px 0;
}
.in_pro .cate .tit em {
  text-transform: uppercase;
  font-family: 'deckerregular';
  font-size: 12px;
}
.in_pro .cate ul li > a {
  display: block;
  overflow: hidden;
  line-height: 59px;
  padding: 0 0 0 25px;
  background: -webkit-linear-gradient(right, #fff, #f5f5f5);
  background: -moz-linear-gradient(right, #fff, #f5f5f5);
  background: -o-linear-gradient(right, #fff, #f5f5f5);
  background: linear-gradient(right, #fff, #f5f5f5);
  border-bottom: 1px dotted #ddd;
}
.in_pro .cate ul li:hover > a,
.in_pro .cate ul li.on > a {
  background: rgba(240, 89, 45, 0.8);
  color: #fff;
}
.in_pro .cate .tel {
  height: 69px;
  overflow: hidden;
  padding: 5px 25px;
}
.in_pro .cate .tel li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #888;
  font-size: 13px;
  background: url(../images/tel1.png) left center no-repeat;
    background-position-y: center;
    background-size: auto;
  background-size: auto;
  background-size: 40px 40px;
  padding-left: 45px;
  background-position-y: 12px;
  height: 45px;
}
.in_pro .cate .tel li .iconfont {
  font-size: 40px;
  margin-right: 5px;
  color: #f00;
}
.in_pro .cate .tel li em {
  display: block;
  overflow: hidden;
  color: #f00;
  font-size: 18px;
  padding: 5px 0 0 0;
}
.in_pro .box {
  float: right;
  width: 930px;
}
.in_pro .box .tab {
  height: 44px;
  line-height: 44px;
  background: -webkit-linear-gradient(bottom, #fff, #eee);
  background: -moz-linear-gradient(bottom, #fff, #eee);
  background: -o-linear-gradient(bottom, #fff, #eee);
  background: linear-gradient(bottom, #fff, #eee);
  border: 1px solid #eee;
  border-top: 0;
  position: relative;
  margin-bottom: 15px;
}
.in_pro .box .tab li {
  float: left;
  margin-right: 5px;
}
.in_pro .box .tab li a:first-child {
  display: block;
  overflow: hidden;
  padding: 0 25px;
  font-size: 16px;
}
.in_pro .box .tab li .more {
  position: absolute;
  right: 10px;
  top: 0px;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
}
.in_pro .box .tab li .more:hover {
  color: #f00;
}
.in_pro .box .tab li.on a:first-child {
  background-color: #f00;
  color: #fff;
}
.in_pro .box .xun ul {
  margin: -10px;
  overflow: hidden;
}
.in_pro .box .xun ul li {
  float: left;
  width: 296px;
  margin: 10px;
  box-shadow: 0 0 1px #ccc;
  text-align: center;
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: linear-gradient(top, #fff, #eee);
}

.in_pro .box .xun ul li .cs {
  padding: 10px 0 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_pro .box .xun ul li .cs a {
  display: block;
  overflow: hidden;
  font-size: 12px;
  margin: 0 15px;
  background-color: #f00;
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
}
.in_pro .box .xun ul li .cs a:last-child {
  background: -webkit-linear-gradient(bottom, #f00, #f37f5d);
  background: -moz-linear-gradient(bottom, #f00, #f37f5d);
  background: -o-linear-gradient(bottom, #f00, #f37f5d);
  background: linear-gradient(bottom, #f00, #f37f5d);
}
.in_pro .box .xun ul li .cs a:hover {
  opacity: 0.8;
}
.in_pro .box .xun ul li .pic {
  display: block;
  overflow: hidden;
  background: #fff;
}
.in_pro .box .xun ul li .pic img {
  width: 100%;
  height: 218px;
  transition: all 0.7s;
}
.in_pro .box .xun ul li .pic img:hover {
  transform: scale(1.1);
}
.in_pro .box .xun ul li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
}
.in_heng {
  width: 100%;
  overflow: hidden;
  background-color:#f00;
  background-image: linear-gradient(90deg, #f00 10%, #ff6c00 80%);
  height: 216px;
  color: #fff;
}
.in_heng .left {
  float: left;
  font-size: 24px;
  line-height: 2;
  padding: 40px 0 0 0;
  letter-spacing: 2px;
}
.in_heng .left .bt {
  font-size: 36px;
}
.in_heng .left span {
  color:#FF0;
}
.in_heng .right {
  float: right;
  text-align: right;
  padding: 40px 0 0 0;
}
.in_heng .right .tel {
  font-size: 30px;
  padding: 15px 0 20px 0;
  text-shadow: 0 0 1px #000;
}
.in_heng .right a {
  background: #f00;
  color: #fff;
  display: block;
  overflow: hidden;
  width: 100px;
  line-height: 40px;
  text-align: center;
  float: right;
}
.in_sida {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 20px 0;
}
.in_sida dl {
  margin-top: 20px;
  overflow: hidden;
}
.in_sida dl dt {
  float: right;
  width: 555px;
  margin-top: 20px;
}
.in_sida dl dt img {
  width: 100%;
  height: auto;
}
.in_sida dl dd {
  float: left;
  width: 550px;
  position: relative;
  padding: 0 0 0 65px;
}
.in_sida dl dd .xh {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #f00;
  color: #fff;
  width: 50px;
  height: 75px;
  font-size: 32px;
  text-align: center;
  overflow: hidden;
}
.in_sida dl dd .xh i {
  line-height: 58px;
  display: inline-block;
}
.in_sida dl dd .xh .one {
  margin-left: 5px;
}
.in_sida dl dd .xh:before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #fff;
  top: 58px;
}
.in_tit {
  overflow: hidden;
  text-align: center;
  padding: 0 0 30px 0;
}
.in_tit span {
  font-size: 30px;
  color: #333;
}
.in_tit em {
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 0 8px 0;
}

.in_tit p:after {
  right: -54px;
}
.in_sida dl:first-child dt {
  float: left;
  margin-top: 0;
}
.in_sida dl:first-child dd {
  float: right;
}
.in_sida dl dd .bt {
  overflow: hidden;
}
.in_sida dl dd .bt strong {
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 26px;
  line-height: 30px;
  padding: 0 0 14px 0;
  border-bottom: 2px dotted #ccc;
  color: #f00;
}
.in_sida dl dd .bt em {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  color: #999;
  padding-top: 10px;
  font-size: 16px;
}
.in_sida dl dd .info {
  line-height: 30px;
  padding-left: 32px;
  margin-top: 15px;
  background: url(../images/icon_ye.gif) no-repeat left 6px;
  margin-bottom: 30px;
  text-align: justify;
}
.in_about {
  background: url(../images/bj_inabout.jpg) center top no-repeat;
  margin-bottom: -125px;
  position: relative;
  z-index: 1;
}
.in_about .in_tit {
  background: rgba(255, 255, 255, 0.5);
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 30px;
}
.in_about .container {
  background: #fff;
  padding: 50px 0;
  overflow: hidden;
  box-shadow: 0 0 20px #ddd;
}
.in_about .video {
  float: left;
  margin-left: 50px;
  background: #000;
}
.in_about .video video {
  width: 450px;
  height: 320px;
  float: left;
}
.in_about .video video::-internal-media-controls-download-button {
  display: none;
}
.in_about .video video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.in_about .video video::-webkit-media-controls-panel {
  width: calc(107%);
}
.in_about .box {
  margin-right: 50px;
  background: #fafafa;
  overflow: hidden;
  width: 580px;
  height: 320px;
  padding: 0 35px;
  float: right;
  line-height: 28px;
  color: #666;
}
.in_about .box .info {
  height: 228px;
  overflow: hidden;
  margin: 25px 0 10px 0;
  text-align: justify;
}
.in_about .box strong {
  color: #f00;
  font-size: 16px;
}
.in_about .box .more {
  float: left;
  display: block;
  overflow: hidden;
  color: #f00;
  text-transform: uppercase;
  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;
}
.in_bj {
  background: #f5f5f5;
}
.in_gsry .tab {
  overflow: hidden;
  text-align: center;
  padding: 0 0 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.in_gsry .xun ul li .pic {
  display: block;
  overflow: hidden;
}
.in_gsry .xun ul li .pic img {
  width: 100%;
  height: 215px;
  transition: all 0.7s;
}
.in_gsry .xun ul li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 40px;
}
.in_gsry .xun ul li:hover .pic img {
  transform: scale(1.1);
}
.in_gsry .xun ul li:hover .bt {
  background: #f00;
  color: #fff;
}
.in_gsry .but {
  overflow: hidden;
  text-align: center;
  padding: 30px 0 0 0;
  font-size: 16px;
  line-height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_gsry .but a {
  background: #f00;
  color: #fff;
  padding: 0 35px;
}
.in_gsry .but a:hover {
  background: #f00;
}

.in_gsry .tab ul li a {
  display: block;
  overflow: hidden;
  line-height: 44px;
  background: #ecebe8;
  font-size: 16px;
  padding: 0 30px;
}
.in_gsry .tab ul li.on a {
  background: #f00;
  color: #fff;
}
.in_gsry .xun ul {
  overflow: hidden;
  margin: 0 -16px;
}
.in_gsry .xun ul li {
  width: 275px;
  float: left;
  overflow: hidden;
  background: #fff;
  margin: 0 16px;
}
.in_box {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.in_gsry .but i {
  font-size: 24px;
  margin-right: 10px;
}
.in_gsry .tab ul li {
  float: left;
}
.in_gsry .but span {
  padding: 0 25px;
  background: #f00;
  color: #fff;
  margin-left: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_gsry .but i {
  font-size: 24px;
  margin-right: 10px;
}
.in_gsry .tab ul li {
  float: left;
}
.in_tit p {
  display: inline-block;
  position: relative;
  color: #888;
}
.in_tit p:before,
.in_tit p:after {
  content: "";
  width: 34px;
  height: 2px;
  background: #f00;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.in_tit p:before {
  left: -54px;
}
.in_news .tit span {
  font-size: 16px;
  float: left;
  margin-left: 40px;
  font-weight: bold;
}
.in_news .tit span:first-child {
  margin-left: 0px;
}
.in_news .tit span.on {
  color: #f00;
}
.in_news .tit a {
  color: #999999;
  text-transform: uppercase;
  float: right;
}
.in_news .tit a:hover {
  color: #f00;
}
.in_news .boxsm {
  background: #fafafa;
  float: right;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 0 15px #eee;
}
.in_news .boxsm .gund {
  height: 420px;
  overflow: hidden;
}
.in_news .boxsm .gund li {
  border-bottom: 1px dotted #d2d2d2;
  overflow: hidden;
  padding: 25px 20px;
}
.in_news .boxsm .gund li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/icon_askw.png) left top no-repeat;
  height: 27px;
  line-height: 22px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.in_news .boxsm .gund li .bt:hover {
  color: #f00;
}
.in_news .boxsm .gund li p {
  background: url(../images/icon_askd.png) left top no-repeat;
  color: #999999;
  line-height: 22px;
  padding: 0 0 0 30px;
  height: 40px;
  display: block;
  overflow: hidden;
}
.in_news .boxbig {
  width: 880px;
  background: #fafafa;
  float: left;
  overflow: hidden;
  box-shadow: 0 0 15px #eee;
}

.in_news .boxbig dl dt .pic img {
  width: auto;
  height: 170px;
  transition: all 0.7s;
}
.in_news .boxbig dl dt .pic img:hover {
  transform: scale(1.1);
}
.in_news .boxbig dl dt .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.in_news .boxbig dl dt p {
  display: block;
  overflow: hidden;
  height: 104px;
  line-height: 26px;
  margin: 15px 0 10px 0;
}
.in_news .boxbig dl dt .more {
  color: #999999;
  line-height: 20px;
  text-transform: uppercase;
}
.in_news .boxbig dl dt .more:hover {
  color: #f00;
}
.in_news .boxbig dl dd {
  padding: 0 20px;
  width: 390px;
  float: left;
}
.in_news .boxbig dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #ddd;
  line-height: 44px;
  position: relative;
  padding: 0 0 0 15px;
}
.in_news .boxbig dl dd a:before {
  position: absolute;
  left: 2px;
  top: 50%;
  content: "";
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 4px solid #f00;
  border-bottom: 3px solid transparent;
}

.in_news .boxbig .tit {
  padding: 0 30px;
}
.in_news .boxbig .tit span {
  cursor: pointer;
}
.in_news .boxbig dl {
  height: 360px;
  overflow: hidden;
  padding: 30px 10px;
}
.in_news .boxbig dl dt {
  height: 170px;
  position: relative;
  overflow: hidden;
  padding: 0 20px 10px 20px;
}
.in_news .boxbig dl dt .pic {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.in_news .tit {
  height: 56px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px dotted #cacaca;
  padding: 0 20px;
}



.in_link {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 0 0;
}
.in_link{background:#fff; overflow:hidden; }
.linklink{width:1200px; margin:0 auto; padding-bottom:20px; line-height:24px;}
.linklink a{padding-right:5px;}

.pf_new{width:166px;position: fixed;left: 20px;top: 230px;z-index: 99999;}
.pf_new .hd{width:100%;background:#F00 url(../images/pf_tlt_bg.png) right center no-repeat;text-align:center;border-radius:8px 8px 0 0;padding:8px 0 10px;}
.pf_new .hd p{font-size:18px;font-weight:bold;color:#fff;text-align:center;}
.pf_new .hd span{display:block;font-size:14px;color:#fff;font-style:italic;margin-top:-2px;}
.pf_new .hd em{display:block;width:15px;height:15px;background:url(../images/pf_close.png) center center no-repeat;position:absolute;top:10px;right:10px;cursor:pointer;transition: 0.5s;}
.pf_new .hd em:hover{-webkit-transform: rotate(90deg); -o-transform: rotate(90deg);-moz-transform: rotate(90deg);transform: rotate(90deg);}	
.pf_new .conn{width:144px;border-left:1px solid #dedede;border-right:1px solid #dedede;border-bottom:1px solid #dedede;background:#fff;padding:10px 10px;}
.pf_new .conn .lxr{border-bottom:1px dashed #dedede;padding-bottom:10px;}
.pf_new .conn .lxr p{text-align:center;font-size:14px;color:#555;margin-bottom:0;}
.pf_new .conn .lxr p img{vertical-align:middle;margin-top:-2px;margin-right:4px;}
.pf_new .conn .lxr a.qq{display:block;width:92px;height:22px;background:url(../images/pf_icon2.png) center center no-repeat;margin:5px auto 0;}
.pf_new .conn .tel{border-bottom:1px dashed #dedede;padding:10px 0;}
.pf_new .conn .tel p{text-align:center;font-size:14px;color:#555;}
.pf_new .conn .tel img{vertical-align:middle;margin-top:-2px;margin-right:4px;}
.pf_new .conn .tel span{display:block;font-size:18px;font-weight:bold;color:#F00;text-align:center;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;padding-top:3px;}
.pf_new .conn .wx{padding:10px 0;}
.pf_new .conn .wx p{width:100%;height:auto;background:url(../images/pf_code_bg.jpg) center center no-repeat;margin:0 auto;text-align:center;}
.pf_new .conn .wx p img{width:100%;height:auto;vertical-align:middle;}
.pf_new .conn .wx p .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pf_new .conn .wx span{display:block;text-align:center;font-size:12px;color:#999;margin-top:5px;}
.pf_new .conn .wx span em{font-style:normal;color:#F00;}
.pf_new .bd{display:none;}
.pf_new .bd a{display:block;padding:10px 0;background:#fff;color:#555;font-size:14px;vertical-align:middle;text-align:center;border:1px solid #dedede;border-top:0;}
.pf_new .bd a p{height:20px;background:url(../images/pf_icon4.png) center center no-repeat;}
.pf_new .bd a span{display:block;text-align:center;padding-top:5px;}
.pf_new .bd a:hover{background:#F00;color:#fff;width:100%;border:0;}
.pf_new .bd a:hover span{ color:#fff;}
.pf_new .bd a:hover p{background:url(../images/pf_icon4_2.png) center center no-repeat;}
.pf_new_bx{width:40px;height:134px;background:#F00 url(../images/pf_tlt_bg2.png) bottom center no-repeat;border-radius:4px 0 0 4px;position:fixed;right:0;top:200px;z-index:99999;padding-top:5px;cursor:pointer;display:none;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.pf_new_bx p{height:17px;background:url(../images/pf_icon5.png) center center no-repeat;animation:pulse 2s infinite;-webkit-animation:pulse 2s infinite;}
@-webkit-keyframes pulse{0%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} 50%{-webkit-transform: translate(0, 10px); transform: translate(0, 10px);} 100%{-webkit-transform:translate(0, 0); transform: translate(0, 0);} }
@keyframes pulse{0%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} 50%{-webkit-transform: translate(0, 10px); transform: translate(0, 10px);} 100%{-webkit-transform: translate(0, 0); transform: translate(0, 0);} }
.pf_new_bx span{font-size:17px;color:#fff;line-height:21px;font-weight:bold;text-align:center;display:block;padding-top:10px;}
.pf_new_bx em{display:block;height:19px;background:url(../images/pf_icon6.png) center center no-repeat;}
.pf_new_bx:hover{background:#F00 url(../images/pf_tlt_bg2.png) bottom center no-repeat;}
@media (max-width:880px) {
    .pf_new{display:none;} 
	#KFRightScreen{display:none !important;}
}
.bookx {
	width: 90%;
	/*margin: 3% auto;*/
	padding: 3%;
}
.bookx li {
	width: 100%;
	margin-bottom: 5%;
	margin-top:10px;
}

.bookx_input {
	display: block;
	height:25px;
	line-height:25px;
	-webkit-appearance: none;
	border-radius: 0;
	width:100%;
	padding:5px;
}
.bookx_textarea {
	width: 100%;
	height:100px;
	padding:5px;
}
.bookx li .pin_width {
	width: 100%;
}
.bookx li .login_btn {
	width: 100%;
	color: #fff;
	border: 0;
	text-align: center;
	font-size:14px;
	background:#f00;
	box-shadow: none;
	line-height:40px;
}
.bookx input, .bookx textarea {
	
	border: 1px solid #dcdcdc;
	background: #fff;
	color: #333;
font-size:14px;
line-height:25px;
}
nav li .sub a {
  display: block;
  overflow: hidden;
  margin-left: 2px;
  background:#1a1a1a;
  padding: 0 20px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 40px;
}
nav li .sub a:hover {
  background: #f00;
  color: #fff;
}
.fanye{text-align:center;clear: both;padding-top: 26px;padding-right: 0;padding-bottom: 30px;padding-left: 0;}
.fanye a{display:inline-block;height:30px;color:#fff;text-align:center;margin:0 4px;line-height:30px; text-decoration:none;}
.fanye a.fpage{background-color:#999;width:30px;height:30px;color:#fff;text-align:center;margin:0 4px;line-height:30px}
.fanye a.fbtn{background-color:#333;width:60px;}
.fanye a.fpage:hover{background-color:#F00;box-shadow: 0px 0px 9px #999;}
.fanye a.fcur{background-color:#F00;width:30px; text-align:center;box-shadow: 0px 0px 9px #999;}