header,
footer,
#main,
#info {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
.header_nav_wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.fix_nav {
  top: -206px;
}
/************************header************************/
header {
  background: #fff;
}
.header_logo {
  background: #fff;
  padding: 14px 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header_logo h1 {
  float: left;
  position: relative;
  transform: translate(0, 30%);
}
.header_logo h1 span {
  text-indent: -999rem;
  display: none;
}
.header_logo h1 img{
  max-width: 435px;
}
.header_logo .wrapper > img {
  position: absolute;
  right: 405px;
  transform: translate(10px, 10px);
}
.header_logo .header_logo_r {
  float: right;
}
.header_logo .header_logo_r p {
  margin-top: 11px;
}
.header_logo .header_logo_r p b {
  font-size: 24px;
  color: #e25a34;
}
.header_logo .header_logo_r p small {
  font-size: 14px;
  color: #575757;
}
.header_logo .header_logo_r form {
  margin-top: 10px;
}
.header_logo .header_logo_r form input {
  display: block;
  width: 230px;
  float: left;
  text-indent: 10px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  outline: none;
  background: #eaeaea;
  border: 0;
  height: 40px;
  line-height: 40px;
}
.header_logo .header_logo_r form button {
  text-indent: -999rem;
  display: block;
  width: 62px;
  height: 42px;
  background: #999999 url("../images/sch.png") no-repeat center;
  float: right;
}
.nav {
  background: #3b4449;
  height: 50px;
  position: relative;
  z-index: 100;
}
.nav::after {
  display: block;
  content: '';
  clear: both;
}
.nav ul li {
  float: left;
  position: relative;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav ul li:hover {
  color: #fff;
  background: #e25a34;
}
.n_act{
  color: #fff;
  background: #e25a34;
}
.nav ul li:hover p {
  visibility: visible;
  opacity: 1;
  top: 50px;
}
.nav ul li > a {
  font-size: 16px;
  color: #fff;
  display: block;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 133px;
  text-align: center;
  box-sizing: border-box;
  line-height: 50px;
}
.nav ul li p {
  position: absolute;
  left: 0;
  top: 70px;
  background: #fb643a;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav ul li p a {
  display: block;
  padding: 10px 0;
  line-height: inherit;
  color: #fff;
  font-size: 14px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav ul li p a:hover {
  background: #E25A34;
}
.banner {
  margin-top: 213px;
}
.banner .box_skitter .info_slide_dots .image_number {
  height: 6px;
  width: 35px;
  border-radius: 5px;
}
.banner .box_skitter .info_slide_dots .image_number {
  background: #e25a34;
  opacity: 0.8;
}
.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
  background: #fff;
}
/************************main************************/
/*product_type*/
.product_type_title {
  text-align: center;
  padding: 70px 0 42px 0;
}
.product_type_title b {
  font-size: 38px;
  color: #1f1f1f;
}
.product_type_title small {
  display: block;
  font-size: 22px;
  color: #686868;
  border-width: 1px;
  width: 422px;
  line-height: 38px;
  border-color: #a0a0a0;
  border-style: solid;
  margin: 10px auto 0 auto;
}
.product_type ul li p img {
  display: block;
  width: 100%;
  height: 272px;
}
.product_type ul li div {
  background: #3b4449;
  text-align: center;
  padding: 20px 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.product_type ul li div small {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product_type ul li div i {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e25a34;
  color: #3b4449;
  margin: 0 auto;
  line-height: 26px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.product_type ul li:hover div {
  background: #e25a34;
}
.product_type ul li:hover i {
  background: #fff;
  color: #e25a34;
}
/*hot_pro*/
.hot_pro {
  width: 100%;
  height: 668px;
  background: url(../images/hotpro.jpg) center repeat-y;
  margin-top: 75px;
  overflow: hidden;
}
.picbox {
  width: 1200px;
  height: 668px;
  margin: 0 auto;
  position: relative;
}
.picbox::after {
  display: block;
  content: '';
  clear: both;
}
.picbox .title1 {
  width: 350px;
  height: 668px;
  float: left;
  position: relative;
}
.picbox .title1-list {
  padding-top: 40px;
  position: relative;
}
.picbox .title1-list li {
  width: 100%;
  height: 70px;
  text-indent: 1em;
  margin-bottom: 12px;
  background: #fff;
  line-height: 70px;
  color: #3a3939;
  font-size: 21px;
}
.picbox .title1-list li.on {
  color: #e25a34;
  font-weight: bold;
}
.picbox .title1-list p {
  position: absolute;
  top: 27px;
  left: 0px;
  width: 55px;
  height: 1px;
  overflow: hidden;
  background: #2e3192;
  text-align: center;
}
.picbox .title1 .pwenzi {
  color: #fff;
  font-size: 21px;
  padding-top: 62px;
  height: auto;
  overflow: hidden;
}
.picbox .title1 .pwenzi big {
  font-size: 36px;
  line-height: 52px;
  padding-top: 5px;
  display: inline-block;
}
.picbox .title1 .ptel {
  width: 350px;
  height: 150px;
  color: #fff;
  font-size: 14px;
  position: relative;
  margin-top: 70px;
}
.picbox .title1 .ptel small {
  display: block;
  font-size: 14px;
  width: 200px;
}
.picbox .title1 .ptel span {
  padding-left: 20px;
  background: url(../images/i-tel0.png) left center no-repeat;
  display: block;
}
.picbox .title1 .ptel big {
  font-size: 26px;
  line-height: 35px;
  font-weight: bold;
  padding-top: 6px;
  display: block;
  margin-bottom: 7px;
}
.picbox .title1 .papi {
  width: 110px;
  height: 130px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 7px;
}
.picbox .title1 .papi img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  line-height: 40px;
}
.pic-wrap {
  width: 800px;
  height: 668px;
  float: right;
}
.pic-wrap .show {
  display: block;
}
.pic {
  height: 668px;
  position: relative;
  font-size: 16px;
  color: #434343;
  display: none;
}
.pic::after {
  display: block;
  content: '';
  clear: both;
}
.pic .p01 {
  width: 616px;
  line-height: 27px;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
.pic .p01 span {
  font-size: 26px;
  line-height: 56px;
  font-weight: bold;
  color: #434343;
  display: block;
}
.pic .p02 {
  width: 370px;
  height: auto;
  padding-top: 8px;
  overflow: hidden;
}
.pic .p02 li {
  width: 270px;
  float: left;
  overflow: hidden;
  line-height: 32px;
  font-size: 14px;
  text-indent: 10px;
}
.pic .p02 li:nth-of-type(even) {
  width: 100px;
  text-indent: 0;
}
.pic .p03 {
  width: 482px;
  padding-top: 17px;
}
.pic .p00 {
  width: 525px;
  height: 570px;
  background: url(../images/pic01.jpg) no-repeat;
  right: -124px;
  top: 69px;
  position: absolute;
}
.pic .p001 {
  width: 525px;
  height: 570px;
  background: url(../images/pic02.jpg) no-repeat;
  right: -124px;
  top: 69px;
  position: absolute;
}
.pic .pt {
  font-size: 20px;
  font-weight: bold;
  color: #434343;
  padding-top: 34px;
  display: block;
}
.pic .videobox {
  width: 233px;
  height: 179px;
  overflow: hidden;
  background: #dddddd;
}
/*优势*/
.ys_title {
  text-align: center;
  margin: 70px 0 40px 0;
}
.ys_title small {
  display: block;
  font-size: 20px;
  color: #555555;
}
.ys_title b {
  display: block;
  font-size: 38px;
  color: #272727;
}
.ys_title b strong {
  color: #e25a34;
}
.ys_con {
  background: url("../images/yxbg.jpg") no-repeat center;
  height: 578px;
  position: relative;
}
.ys_con ul li {
  width: 205px;
  position: absolute;
}
.ys_con ul li b {
  display: block;
  border-width: 1.5px;
  border-color: #e95225;
  border-style: dotted;
  border-radius: 10px;
  background-color: #f4f4f4;
  line-height: 41px;
  text-align: center;
  font-size: 24px;
  color: #e25a34;
}
.ys_con ul li small {
  display: block;
  font-size: 16px;
  color: #6b6b6b;
  margin-top: 10px;
}
.ys_con ul li:nth-of-type(1) {
  left: 0;
  top: 55px;
}
.ys_con ul li:nth-of-type(2) {
  left: 0;
  top: 275px;
}
.ys_con ul li:nth-of-type(3) {
  left: 0;
  top: 493px;
}
.ys_con ul li:nth-of-type(4) {
  top: -5px;
  right: 0;
}
.ys_con ul li:nth-of-type(5) {
  top: 143px;
  right: 0;
}
.ys_con ul li:nth-of-type(6) {
  right: 0;
  top: 385px;
}
.ys_con ul li:nth-of-type(7) {
  right: 0;
  top: 542px;
}
/*product*/
ul.pro_list li p {
  height: 272px;
  background: #fff;
  position: relative;
  width: 100%;
}
ul.pro_list li p img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
ul.pro_list li div {
  background: #f3f3f3;
  text-align: center;
  padding: 10px 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
ul.pro_list li div small {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
ul.pro_list li div span {
  display: block;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 14px;
}
ul.pro_list li:hover div {
  background: #e25a34;
  color: #fff;
}
ul.pro_list li:hover small {
  color: #fff;
}
ul.pro_list li:hover span {
  color: #fff;
}
.pro_list2 {
  width: 900px;
}
.pro_list2 li {
  width: 280px;
  float: left;
  margin: 0 15px 15px 0;
  border: 1px solid #ccc;
}
.product {
  background: url("../images/probg.jpg") no-repeat center bottom;
  padding-bottom: 100px;
  background-attachment: fixed;
  margin-top: 100px;
}
.product .swiper-pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.product .swiper-pagination span {
  margin: 0 5px;
}
.product .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.product .swiper-pagination .swiper-pagination-bullet-active {
  background: #e25a34 !important;
}
.pro_title {
  text-align: center;
  padding: 50px 0;
}
.pro_title small {
  display: block;
  font-size: 20px;
  color: #74747a;
}
.pro_title b {
  display: block;
  font-size: 38px;
  color: #e25a34;
}
.pro_title a {
  display: block;
  width: 110px;
  line-height: 28px;
  color: #74747a;
  border: 1px solid #74747a;
  margin: 15px auto 0 auto;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pro_title a:hover {
  background: #e25a34;
  color: #fff;
  border: 1px solid #e25a34;
}
.pro_right {
  width: 875px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  float: right;
  box-shadow: 0 0 25px #ccc;
}
/*sidebar*/
/*sidebar*/
.sidebar {
  width: 210px;
  float: left;
  background: #fff;
  padding: 26px 20px 10px 20px;
  box-shadow: 0 0 25px #ccc;
}
.sidebar h4 {
  font-size: 30px;
  color: #e25a34;
  margin-bottom: 20px;
}
.sidebar ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar ul li:hover > a,
.sidebar ul li.act > a {
  background: #f4324d;
}
.sidebar ul li > a {
  display: block;
  position: relative;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  background: #e25a34;
  color: #fff;
  width: 100%;
  text-indent: 8px;
  font-size: 13px;
}
.sidebar ul li p a {
  font-size: 14px;
  text-indent: 20px;
  margin-top: 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display: block;
}
.sidebar ul li p a:hover {
  color: #e25a34;
  font-weight: bold;
}
.sidebar .sidebar_con {
  background: #e25a34;
  padding: 25px;
  margin-top: 60px;
}
.sidebar .sidebar_con p {
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 25px;
  margin-bottom: 22px;
}
.sidebar .sidebar_con p:nth-of-type(1) {
  background-image: url("../images/s1.png");
}
.sidebar .sidebar_con p:nth-of-type(2) {
  background-image: url("../images/s2.png");
  margin-bottom: 0;
}
.sidebar .sidebar_con p small {
  display: block;
  font-size: 14px;
  color: #fff;
}
.sidebar .sidebar_con p b {
  font-size: 20px;
  color: #fff;
}
.sidebar .sidebar_con p span {
  display: block;
  font-size: 14px;
  color: #fff;
}
/*index_contact*/
.index_contact {
  background: #e25a34;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}
.index_contact:after {
  display: block;
  content: '';
  width: 56px;
  height: 26px;
  background: url("../images/sjx.png") no-repeat center;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -28px;
  z-index: 10;
}
.index_contact .i_con_left {
  float: left;
  color: #fff;
}
.index_contact .i_con_left b {
  display: block;
  font-size: 34px;
}
.index_contact .i_con_left span {
  display: block;
  font-size: 34px;
  font-weight: 400;
}
.index_contact .i_con_left small {
  display: block;
  font-size: 17px;
  opacity: 0.5;
}
.index_contact .i_con_ewm {
  float: left;
  text-align: center;
  margin: 0 40px 0 150px;
}
.index_contact .i_con_ewm img {
  display: block;
  background: #fff;
  padding: 5px;
  width: 90px;
}
.index_contact .i_con_ewm small {
  display: block;
  font-size: 16px;
  color: #fff;
}
.index_contact .i_con_right {
  float: left;
  color: #fff;
  margin-top: 15px;
}
.index_contact .i_con_right small {
  display: block;
  font-size: 16px;
  background: url(../images/i-tel0.png) left center no-repeat;
  padding-left: 25px;
}
.index_contact .i_con_right b {
  display: block;
  font-size: 30px;
}
.index_contact .i_con_right span {
  display: block;
  font-size: 18px;
}
.index_contact .wrapper > a {
  position: absolute;
  right: 0;
  top: -25px;
}
/*company*/
.company {
  overflow: hidden;
  padding: 80px 0;
}
.company .company_left {
  float: left;
  width: 490px;
  position: relative;
}
.company .company_left p {
  position: absolute;
  width: 398px;
  height: 400px;
  left: 0;
  top: 18px;
  border: 12px solid #e25a34;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.company .company_left img {
  position: relative;
  z-index: 2;
  left: 40px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.company .company_left:hover p {
  width: 430px;
  height: 480px;
  top: -21px;
}
.company .company_left:hover img {
  left: 27px;
}
.company .company_right {
  float: right;
  width: 690px;
  text-align: center;
}
.company .company_right b {
  display: block;
  font-size: 24px;
  color: #e25a34;
  margin-bottom: 30px;
}
.company .company_right b span {
  color: #373737;
}
.company .company_right ul li {
  width: 335px;
  height: 190px;
  text-align: center;
  background: #f0f0f0;
  float: left;
  margin: 0 8px 8px 0;
}
.company .company_right ul li strong {
  display: block;
  font-size: 20px;
  color: #4f4f4f;
  padding: 35px 0 35px 0;
}
.company .company_right ul li small {
  display: block;
  font-size: 14px;
  color: #a0a0a0;
  width: 255px;
  margin: 0 auto;
}
/*honor*/
.honor {
  background: #f8f8f8;
  padding: 30px 0 65px;
  overflow: hidden;
}
.honor .honor_type {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
.honor .honor_type:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 18px;
  background: #ccc;
}
.honor .honor_type a {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  border-width: 1px;
  border-color: #313131;
  border-style: solid;
  border-radius: 2px;
  width: 136px;
  height: 34px;
  text-align: center;
  color: #323232;
  line-height: 34px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.honor .honor_type a:hover {
  background: #e25a34;
  color: #fff;
  border: 1px solid #e25a34;
}
.honor .swiper-slide {
  position: relative;
  width: 385px;
}
.honor .swiper-slide a {
  display: block;
  padding: 5px;
}
.honor .swiper-slide p {
  position: relative;
  height: 245px;
  border: 1px solid #ccc;
  width: 100%;
  background: #000;
  overflow: hidden;
}
.honor .swiper-slide img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.honor .swiper-slide:hover img {
  opacity: 0.5;
}
/*news*/
.news {
  overflow: hidden;
  background: #fff;
  padding: 70px 0;
}
.news .news_left {
  float: left;
  width: 732px;
  background: #fff;
  overflow: hidden;
}
.news .news_left h3 {
  margin-bottom: 30px;
  position: relative;
}
.news .news_left h3 span {
  font-size: 30px;
  color: #353535;
}
.news .news_left h3 a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  background: #e25a34;
  font-size: 25px;
}
.news .news_left .n_l {
  float: left;
}
.news .news_left .n_l img {
  width: 275px;
  height: 210px;
}
.news .news_left .n_r {
  width: 435px;
  float: right;
}
.news .news_left .n_r p {
  margin-bottom: 20px;
}
.news .news_left .n_r p span {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display: block;
}
.news .news_left .n_r p small {
  display: block;
  font-size: 14px;
  color: #7e7e7e;
  margin: 15px 0;
}
.news .news_left .n_r p b {
  font-size: 14px;
  color: #e25a34;
  font-weight: 500;
}
.news .news_left ul li {
  position: relative;
  overflow: hidden;
  color: #343434;
  margin-bottom: 13px;
}
.news .news_left ul li:hover span {
  color: #f4324d;
}
.news .news_right {
  float: right;
  width: 400px;
  overflow: hidden;
}
.news .news_right h3 {
  margin-bottom: 30px;
  position: relative;
}
.news .news_right h3 span {
  font-size: 30px;
  color: #353535;
}
.news .news_right h3 a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  background: #e25a34;
  font-size: 25px;
}
.news .news_right ul li {
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  background: url("../images/qabg.jpg") no-repeat left top;
  padding-left: 40px;
  margin-bottom: 27px;
  padding-bottom: 25px;
}
.news .news_right ul li a {
  display: block;
  overflow: hidden;
}
.news .news_right ul li a:hover b {
  color: #e25a34;
}
.news .news_right ul li a b {
  display: block;
  font-size: 16px;
  color: #3e3e3e;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 10px;
}
.news .news_right ul li a small {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
}
/*footer*/
footer {
  background: #29282f;
  color: #fff;
  font-size: 14px;
  border-top: 10px solid #e25a34;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .f_top {
  padding: 40px 0;
  overflow: hidden;
}
footer .f_top .f_top_list {
  float: left;
  margin-right: 185px;
}
footer .f_top .f_top_list b {
  display: block;
  font-size: 18px;
  color: #fff;
  background: url("../images/fbg1.png") no-repeat left center;
  padding-left: 30px;
  margin-bottom: 30px;
}
footer .f_top .f_top_list p a,
footer .f_top .f_top_list p small {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
footer .f_top .f_top_list p a:hover {
  color: #fff;
}
footer .f_top ul {
  float: right;
}
footer .f_top ul li {
  float: left;
  text-align: center;
  margin-right: 40px;
}
footer .f_top ul li p {
  width: 135px;
  height: 137px;
  position: relative;
  background: url("../images/sao.png") no-repeat center;
}
footer .f_top ul li p img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100px;
  padding: 5px;
  background: #fff;
}
footer .f_top ul li span {
  display: block;
  color: #fff;
  margin-top: 10px;
}
footer .f_login {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  background: #252428;
}
footer .f_login span {
  float: right;
}
footer .f_login a {
  color: #fff;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
footer .f_login a:hover {
  color: #fff;
}
/*关于我们子页面*/
.info_company .wrapper > b {
  display: block;
  font-size: 24px;
  color: #e25a34;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 40px;
}
.info_company .wrapper > b span {
  color: #373737;
}
.info_company_title {
  text-align: center;
  padding: 80px 0 50px 0;
}
.info_company_title b {
  display: block;
  font-size: 35px;
  color: #494949;
}
.info_company_title small {
  display: block;
  font-size: 24px;
  color: #a7a7a7;
  font-weight: 300;
}
.info_qiye {
  background: url("../images/infoc1.jpg") no-repeat center;
  color: #fff;
  height: 369px;
  margin-top: 60px;
}
.info_qiye ul {
  position: absolute;
  right: 238px;
  top: 129px;
}
.info_qiye ul li {
  font-size: 18px;
  margin-bottom: 10px;
}
.info_shebei small {
  font-size: 14px;
}
.info_shebei ul {
  width: 1100px;
  margin: 0 auto;
}
.info_shebei ul li {
  float: left;
}
.info_shebei ul li img {
  display: block;
}
.info_shebei ul li:nth-of-type(1),
.info_shebei ul li:nth-of-type(3) {
  margin: 0 20px 20px 0;
}
.info_shebei ul li:nth-of-type(2) img {
  width: 402px;
}
.info_shebei ul li:nth-of-type(1),
.info_shebei ul li:nth-of-type(2) {
  height: 348px;
  display: block;
  overflow: hidden;
}
.info_shebei ul li:nth-of-type(3),
.info_shebei ul li:nth-of-type(4) {
  height: 344px;
  overflow: hidden;
}
/*info_honor*/
.info_honor .i_c_title {
  margin-top: 40px;
}
.page_box {
  margin-top: 60px;
}
.tejia_con2 img {
  max-width: 333px;
  height: 226px;
}
.tejia_con2 .img {
  width: 333px;
  height: 226px;
  transition: all 0.5s;
  text-align: center;
}
.tejia_con2 ul li {
  width: 333px;
  height: 226px;
  margin: 0 4px;
  float: left;
}
.tejia_con2 ul li a {
  display: block;
  padding: 50px 0;
  margin: 0 auto;
}
.tejia_con2 ul {
  width: 99999px;
  position: absolute;
}
.tejia_con2 {
  position: relative;
  width: 999px;
  height: 440px;
  overflow: hidden;
  margin: 0 auto;
}
.tejia_cc2 {
  position: relative;
  width: 1160px;
  height: 440px;
  margin: 20px auto;
}
.bbtn {
  text-align: center;
  z-index: 2;
}
.aleft_l2 {
  position: absolute;
  left: 0;
  top: 130px;
  font-size: 60px;
  width: 66px;
  height: 66px;
  line-height: 50px;
  text-align: center;
  background-color: #e25a34;
  border-radius: 50%;
  background-image: url("../images/hleft.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.aright_r2 {
  position: absolute;
  right: 0;
  top: 130px;
  font-size: 66px;
  width: 66px;
  height: 66px;
  line-height: 50px;
  text-align: center;
  background-color: #e25a34;
  border-radius: 50%;
  background-image: url("../images/rleft.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.aleft_l2:hover,
.aright_r2:hover {
  background-color: #e25a34;
}
.aleft_l2 i,
.aright_r2 i {
  color: #fff;
}
.show_img a {
  display: block;
  position: relative;
  width: 365px;
  height: 300px;
}
.show_img .img {
  transform: scale(1.4);
  box-shadow: 0 3px 3px #000;
  background: #fff;
}
.gd_title {
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
}
.show_img .gd_title {
  width: 365px;
  left: 25px;
  height: 56px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: url(../images/honor_gd_title.png) center no-repeat;
  color: #fff;
  font-size: 20px;
}
/*info_case*/
.honor_list {
  width: 1250px;
}
.honor_list li {
  float: left;
  position: relative;
  margin: 0 25px 25px 0;
  border: 1px solid #ccc;
}
.honor_list li img {
  width: 383px;
  height: 285px;
  display: block;
}
.honor_list li span {
  display: block;
  width: 100%;
  background: #e25a34;
  color: #f5f5f5;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.honor_list li div {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.honor_list li:hover div {
  border: 10px solid #e25a34;
}
.honor_list li:hover span {
  bottom: 20px;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*page*/
.prev_next a:hover {
  color: #da0922;
}
.prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 20px 0 20px 0;
  clear: both;
  float: right;
  font-size: 14px;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #9b9b9b;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 700;
  margin: 2px;
  color: #fff;
  background-color: #da0922;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
.prev_next .prev,
.prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 25px;
}
.prev_next .prev a:hover,
.prev_next .next a:hover {
  color: #da0922;
}
.prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left center;
  background-size: 18px;
}
.prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left center;
  background-size: 18px;
}
/*location*/
/*product-info*/
/*缩略图*/
.concompanycon table {
  margin-left: 2px;
}
.concompanycon table th {
  color: #444444;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial;
  text-align: right;
  vertical-align: top;
  padding-top: 9px;
}
.concompanycon table td select {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  width: 278px;
  height: 32px;
  text-indent: 8px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 6px 5px;
  background: #FFF;
  margin-left: -3px;
}
.concompanycon table td ul {
  list-style: none;
  position: absolute;
}
.concompanycon table td ul li {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  line-height: 28px;
  text-indent: 8px;
  width: 276px;
  height: 28px;
  border-left: 1px solid #d2d4d6;
  border-right: 1px solid #d2d4d6;
  background: #FFF;
}
.concompanycon table td ul li a {
  display: block;
  text-decoration: none;
  color: #444444;
}
.concompanycon table td ul li a:hover {
  color: #fe7d0c;
}
.concompanycon table td ul li:last-child {
  border-bottom: 1px solid #d2d4d6;
}
.concompanycon table td input {
  font-size: 14px;
  width: 276px;
  height: 28px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}
.concompanycon table td .yanzheng {
  width: 101px;
}
.concompanycon table td textarea {
  resize: none;
  width: 545px;
  height: 178px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}
.concompanycon table td img {
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
}
.concompanycon table td .but {
  width: 74px;
  height: 31px;
  line-height: 27px;
  background: #d1020c;
  border-radius: 2px;
  border: none;
  text-align: center;
  margin-top: 14px;
  margin-left: 5px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  color: #FFF;
}
.pro_img_left {
  width: 580px;
  border: 1px solid #ccc;
  height: 385px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.pro_img_left img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
#info {
  padding-bottom: 80px;
}
.location {
  background: #fff;
}
.location b a {
  padding-right: 10px;
  display: inline-block;
}
.info2 + footer {
  margin-top: 0;
}
/*相册*/
#xiangce {
  background: #eee;
  padding: 60px 0;
}
.swiper-container-xc {
  position: relative;
  overflow: hidden;
}
.info_pro {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.pro-img {
  float: left;
}
.info_pro-text {
  float: right;
  width: 560px;
  margin-top: 0px;
}
.info_pro-text h4 {
  font-size: 22px;
  color: #e25a34;
  padding-bottom: 10px;
}
.info_pro-text > small {
  background: #eee;
  line-height: 30px;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.info_pro-text ul li {
  margin-top: 5px;
}
.info_pro-text ul li small {
  display: inline-block;
  width: 60px;
  color: #a9a8a8;
  font-size: 14px;
  float: left;
  margin-top: 2px;
}
.info_pro-text ul li span {
  color: #333;
  font-size: 14px;
}
.info_pro-text ul li b {
  color: #f4324d;
  font-size: 35px;
}
.info_pro-text ul li:nth-of-type(2) small {
  margin-top: 15px;
}
.info_pro-text p {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.info_pro-text p a {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  text-align: center;
  color: #e25a34;
  width: 157px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  transition: all 0.2s linear 0s;
  background: rgba(226, 89, 51, 0.1);
  border: 1px #e25a34 solid;
}
.info_pro-text p a:hover {
  background: #e25a34;
  color: #fff;
  border: 1px solid #e25a34;
}
.i_pro_con > h4 {
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
.p_content {
  font-size: 15px;
  line-height: 30px;
  color: #6b6b6b;
}
.p_content img {
  max-width: 100% !important;
  margin: 0 auto;
  display: block;
}
.p_content table {
  width: 100% !important;
  word-break: break-all;
  text-align: center;
}
.p_content table td {
  padding-left: 10px;
}
.p_content2 {
  color: #6e6e6e;
  line-height: 35px;
}
.p_content2 p {
  text-indent: 2rem;
}
/*i_pro_others*/
.i_pro_others {
  margin-top: 45px;
}
.info-tj {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.info-tj b {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #e25a34;
}
.info-tj small {
  display: block;
  font-size: 16px;
  color: #999;
}
.swiper-container-xc {
  padding-bottom: 36px;
}
.pro-list-gallery {
  width: 1250px;
}
.pro-list-gallery li {
  float: left;
  width: 225px;
  overflow: hidden;
  margin-right: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pro-list-gallery li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.pro-list-gallery li:hover span {
  background: #e25a34;
}
.pro-list-gallery li p {
  width: 225px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  height: 200px;
  position: relative;
}
.pro-list-gallery li p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.i_pro_others::after {
  display: block;
  content: '';
  clear: both;
}
.i_pro_others .pro-list-others {
  width: 1250px;
}
.i_pro_others .pro-list-others li {
  float: left;
  width: 285px;
  overflow: hidden;
  margin-right: 20px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i_pro_others .pro-list-others li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.i_pro_others .pro-list-others li:hover span {
  background: #f4324d;
}
.i_pro_others .pro-list-others li p {
  width: 285px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 190px;
  position: relative;
}
.i_pro_others .pro-list-others li p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.i_pro_others .pro-list-others li span {
  display: block;
  width: 100%;
  line-height: 40px;
  background: #666;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*i_pro_order*/
.i_pro_order {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 100px;
  margin-top: 60px;
  background: #eee;
}
.i_pro_order .i_pro_con_left {
  float: left;
}
.i_pro_order .form_i {
  margin-bottom: 10px;
}
.i_pro_order .form_i select {
  height: 30px;
  line-height: 30px;
}
.i_pro_order .form_i span {
  display: inline-block;
  width: 75px;
  font-size: 14px;
  text-align-last: justify;
  color: #666;
}
.i_pro_order .form_i input {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 255px;
  padding: 0 0 0 15px;
}
.i_pro_order .form_i textarea{
  padding: 15px 0 0 15px;
}
.i_pro_order button {
  display: block;
  width: 250px;
  line-height: 35px;
  background: #e25a34;
  color: #fff;
  text-align: center;
  border: 0;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  margin-left: 78px;
}
.i_pro_con_right {
  float: right;
  width: 540px;
}
.i_pro_con_right #allmap {
  width: 100%;
  height: 220px;
  float: none;
}
.i_pro_con_right h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 5px;
}
.i_pro_con_right ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666;
}
#sub_bar_nav {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 90;
  width: 120px;
  background: #e25a34;
}
#sub_bar_nav ul {
  border: 1px #d1d1d1 solid;
  padding: 2px 0;
  height: auto;
  overflow: hidden;
}
#sub_bar_nav li {
  display: block;
  line-height: 40px;
  color: #FFF;
  height: 40px;
  margin-bottom: 2px;
  font-size: 14px;
}
#sub_bar_nav li:hover {
  background: #f4324d;
}
#sub_bar_nav li a {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 11px;
  ---background: url(../images/dot.gif) repeat-x left bottom;
  clear: both;
  color: #FFF;
}
#sub_bar_nav li a.no {
  background: none;
}
#sub_bar_nav a:hover {
  color: #FFF;
  background: none;
}
#sub_bar_nav li:hover a {
  color: #FFF;
  background: none;
}
#sub_bar_nav li a.mainList i {
  display: block;
  float: left;
  background: url(../images/p1.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.mainList:hover i {
  background: url(../images/p1.png) no-repeat -22px center;
}
#sub_bar_nav li a.biaoge i {
  display: block;
  float: left;
  background: url(../images/p2.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.biaoge:hover i {
  background: url(../images/p2.png) no-repeat -22px center;
}
#sub_bar_nav li a.working i {
  display: block;
  float: left;
  background: url(../images/p4.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.working:hover i {
  background: url(../images/p4.png) no-repeat -20px center;
}
#sub_bar_nav li a.data0 i {
  display: block;
  float: left;
  background: url(../images/p5.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.data0:hover i {
  background: url(../images/p5.png) no-repeat -16px center;
}
/*location*/
.location {
  overflow: hidden;
  line-height: 60px;
  font-size: 14px;
  background: #eee;
  margin-bottom: 40px;
  color: #666;
}
.location i {
  display: inline-block;
  padding-right: 5px;
  font-size: 25px;
}
.location a {
  color: #666;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.location a:hover {
  color: #e25a34;
}
.location b {
  float: left;
  font-size: 20px;
  font-weight: 300;
}
.location span {
  float: right;
}
/*联系我们*/
.info_title_all {
  text-align: center;
  padding: 0 0 45px;
}
.info_title_all h3 {
  display: block;
  font-size: 36px;
  color: #434242;
  margin-bottom: 15px;
}
.info_title_all small {
  font-size: 20px;
  color: #848484;
  font-family: pictos;
}
.info_title_all b {
  font-size: 20px;
  color: #e25a34;
  display: block;
  margin-top: 20px;
}
.info_contact {
  overflow: hidden;
}
.h-contact-list {
  background-color: #eee;
  width: 48%;
  float: left;
  overflow: hidden;
}
.h-contact-list ul {
  margin: 0 20px;
  width: 92%;
}
.h-contact-li {
  position: relative;
  padding: 23px 10px 22px 50px;
  border-bottom: 1px solid #D2D2D2;
  font-size: 16px;
}
.h-contact-li:last-child {
  border: none;
}
.h-contact-li .ico {
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-size: 100% 100%;
}
.h-contact-li .addr {
  background-image: url(../images/h_ctc_ico1.png);
}
.h-contact-li .tel {
  background-image: url(../images/h_ctc_ico2.png);
}
.h-contact-li .fax {
  background-image: url(../images/h_ctc_ico3.png);
}
.h-contact-li .mail {
  background-image: url(../images/h_ctc_ico4.png);
}
.h-contact-li .txt {
  color: #888;
}
#allmap {
  width: 51%;
  height: 350px;
  float: right;
  border: 1px solid #ccc;
}
/*在线留言*/
.info_mes {
  overflow: hidden;
}
.info_mes .info_mes_l {
  float: left;
  width: 50%;
}
.info_mes .info_mes_l h3 {
  font-size: 20px;
}
.info_mes .info_mes_l span {
  display: block;
  margin: 15px 0;
  color: #666;
  font-size: 14px;
}
.info_mes .info_mes_l form {
  margin-top: 40px;
}
.info_mes .info_mes_l .input-group {
  margin-bottom: 10px;
  clear: both;
  /*overflow: hidden;*/
}
.info_mes .info_mes_l .input-group:after {
  display: block;
  content: '';
  clear: both;
}
.info_mes .info_mes_l .input-group label {
  width: 62px;
  font-size: 15px;
  display: inline-block;
  text-align-last: justify;
  color: #606060;
  font-weight: bold;
}
.info_mes .info_mes_l .input-group input[type=text] {
  border: 1px solid #aaa;
  border-radius: 2px;
  line-height: 30px;
  height: 30px;
  width: 276px;
  text-indent: 1em;
  font-family: "microsoft yahei", "sans-serif";
  /* background: #f0f2ef; */
  transition: 300ms;
  -webkit-transition: 300ms;
  outline: none;
}
.info_mes .info_mes_l .input-group input[type=text]:focus {
  width: 300px;
  box-shadow: 0 0 5px #e25a34;
  border: 1px solid #e25a34;
}
.info_mes .info_mes_l .input-group textarea:focus {
  width: 440px;
  box-shadow: 0 0 5px #e25a34;
  border: 1px solid #e25a34;
}
.info_mes .info_mes_l .input-group input[type=text]#captcha:focus {
  width: 90px;
  box-shadow: 0 0 5px #e25a34;
  border: 1px solid #e25a34;
}
.info_mes .info_mes_l .input-group textarea {
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 420px;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-indent: 1em;
  padding-top: 5px;
  font-family: "microsoft yahei", "sans-serif";
  outline: none;
  margin-left: 4px;
}
.info_mes .info_mes_l #submit {
  display: block;
  clear: both;
  width: 80px;
  line-height: 30px;
  background: #e25a34;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "microsoft yahei";
  margin-left: 64px;
}
.info_mes .info_mes_l #submit:hover {
  background: #BB0000;
}
.info_mes .info_mes_r {
  float: right;
  width: 50%;
}
.info_mes .info_mes_r img {
  max-width: 100%;
  display: block;
}
/*qa*/
.qa_right ul li {
  border-bottom: 1px solid #ccc;
  padding: 32px 0;
}
.qa_right ul li a {
  display: block;
}
.qa_right ul li:hover span {
  color: #f4324d;
}
.qa_right ul li:first-child {
  padding-top: 0;
}
.qa_right ul li span {
  display: block;
  font-weight: bold;
  color: #3e3e3e;
  min-height: 25px;
  margin-bottom: 19px;
  background: url("../images/q.png") no-repeat left center;
  padding-left: 30px;
}
.qa_right ul li small {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
  background: url("../images/a.png") no-repeat left center;
  padding-left: 30px;
  min-height: 25px;
}
/*子页面news*/
.inews_items {
  border-bottom: 1px #e2e2e2 solid;
  padding-bottom: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.inews_items li {
  position: relative;
  width: 385px;
  float: left;
  margin-left: 20px;
}
.inews_items li:first-child {
  margin-left: 0;
}
.inews_items li img {
  display: block;
  width: 100%;
  height: 290px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.inews_items .bd {
  height: 418px;
  overflow: hidden;
  position: relative;
}
.inews_items .bd li {
  float: left;
  width: 385px;
  margin-right: 20px;
}
.inews_items .inews_pd .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 82px;
  background-color: #e25a34;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.inews_items .inews_pd .date span {
  display: block;
}
.inews_items .inews_pd .date .day {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 15px;
}
.inews_items .inews_pd .date .year {
  font-size: 15px;
}
.inews_items ._inews_text ._title {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  margin: 20px 0 0;
}
.inews_items ._inews_text ._text {
  font-size: 14px;
  color: #747474;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.inews_items .hd {
  margin-top: 50px;
}
.inews_items .hd ul {
  font-size: 0;
  text-align: center;
}
.inews_items .hd li {
  display: inline-block;
  border: 1px #707070 solid;
  width: 9px;
  height: 9px;
  line-height: 99;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.inews_items .hd li.on {
  border-color: #f4324d;
  background-color: #f4324d;
}
.inews_items .inews_pd a {
  display: block;
  overflow: hidden;
}
.inews_items li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.inews_items li:hover ._title {
  color: #e25a34;
}
.inews_items li:hover .inews_pd .date {
  background: #f4324d;
}
.l {
  float: left;
}
.news_bottom li {
  padding: 25px 0 30px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
}
.news_bottom li .data {
  font-family: Arial;
  border: 1px #ccc solid;
  width: 55px;
  margin-right: 2%;
}
.news_bottom li .data span {
  display: block;
  text-align: center;
}
.news_bottom li .data .day {
  font-size: 30px;
  font-weight: bold;
  background-color: #ccc;
  line-height: 45px;
  color: #fff;
}
.news_bottom li .data .month {
  font-size: 0.77em;
  color: #565656;
}
.news_bottom ._img {
  float: left;
  width: 15%;
  margin-right: 2%;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._img img {
  height: 100%;
}
.news_bottom ._t {
  font-size: 18px;
  margin-bottom: 5px;
  color: #555;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._p a {
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
}
.news_bottom ._i {
  overflow: hidden;
  *zoom: 1;
  margin-top: 25px;
}
.news_bottom ._i span,
.news_bottom ._i a {
  float: left;
  line-height: 26px;
  padding: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._i ._more {
  background: #f4324d;
  color: #fff;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._i ._date {
  background: #ededed;
  color: #999;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom li:hover ._t {
  color: #e25a34;
}
.news_bottom li:hover span {
  color: #e25a34;
}
.news_bottom li:hover ._i ._more {
  background-color: #e25a34;
}
.news_bottom li:hover .data {
  border-color: #e25a34;
}
.news_bottom li:hover .data .day {
  background-color: #e25a34;
}
/*news_content*/
.news_info_con {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.news_info_con ._title {
  float: left;
  font-size: 25px;
  font-weight: 400;
}
.news_info_con .news_time {
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}
.news_info_con .news_time span {
  padding-left: 20px;
  margin-left: 20px;
}
.news_info_con .news_time span:nth-of-type(1) {
  background: url("../images/time.png") no-repeat left center;
}
.news_info_con .news_time span:nth-of-type(2) {
  background: url("../images/click.png") no-repeat left center;
}
/*在线客服*/
.suspension {
  position: fixed;
  z-index: 101;
  right: 0;
  bottom: 85px;
  width: 70px;
  height: 240px;
}
.suspension-box {
  position: relative;
  float: right;
}
.suspension .a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #e25a34;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
}
.suspension .a.active,
.suspension .a:hover {
  background: #F05352;
}
.suspension .a .i {
  float: left;
  width: 44px;
  height: 44px;
  background-image: url(../images/side_icon.png);
  background-repeat: no-repeat;
}
.suspension .a-service .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.suspension .a-service-phone .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: -27px 0;
}
.suspension .a-qrcode .i {
  background-position: -44px 0;
}
.suspension .a-cart .i {
  background-position: -88px 0;
}
.suspension .a-top .i {
  background-position: -132px 0;
}
.suspension .a-top {
  background: #D2D3D6;
  display: none;
}
.suspension .a-top:hover {
  background: #c0c1c3;
}
.suspension .d {
  display: none;
  width: 223px;
  background: #fff;
  position: absolute;
  right: 67px;
  min-height: 90px;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../images/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 31px;
}
.suspension .d-service {
  top: 0;
}
.suspension .d-service-phone {
  top: 34px;
}
.suspension .d-qrcode {
  top: 78px;
}
.suspension .d .inner-box {
  padding: 8px 22px 12px;
}
.suspension .d-service-item {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}
.suspension .d-service .d-service-item {
  border-bottom: none;
}
.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #F1F1F3;
  display: block;
  float: left;
}
.suspension .d-service-item .i-qq {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all .2s;
  border-radius: 50%;
  overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
  background-position: center 3px;
}
.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon02.png) no-repeat center center;
  display: block;
}
.suspension .d-service-item h3 {
  float: left;
  width: 112px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text .number {
  font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
  padding-top: 10px;
}
.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}
.suspension .d-service-intro i {
  background: url(../images/side_con_icon01.png) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.suspension .d-qrcode {
  text-align: center;
}
.suspension .d-qrcode .inner-box {
  padding: 20px 0;
}
.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}
/*产品分类*/
.info_pro_list {
  padding: 25px;
  background: #fff;
  margin-top: 30px;
  overflow: hidden;
}
.info_pro_list .pro-list {
  width: 1250px;
}
.info_pro_list .pro-list li {
  width: 270px;
}
.info_pro_type {
  overflow: hidden;
  background: #fff;
  padding: 25px;
}
.info_pro_type li {
  width: 16.666%;
  float: left;
  background: #fff;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  font-size: 14px;
}
.info_pro_type li a {
  display: block;
  color: #777;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.info_pro_type li a:hover {
  color: #fff;
  background: #e25a34;
}

.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #237ed2;
  background: #237ed2;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
