@charset 'utf-8';
.header-m,
footer,
.i-main,
main,
.i-banner,
.banner {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.header {
  height: 115px;
}
.header .logo {
  height: 115px;
  line-height: 115px;
  overflow: hidden;
}
.header nav ul li {
  float: left;
}
.header nav ul li.cur a::before,
.header nav ul li:hover a::before {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.header nav ul li > a {
  position: relative;
  height: 55px;
  line-height: 55px;
  padding: 0 8px;
  margin: 0 11px;
  font-size:15px;
  font-weight:bold;
}
.header nav ul li > a::before {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  content: '';
  border-top: 3px solid #e70012;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: opacity .5s ease 0s, transform .5s ease 0s;
  -moz-transition: opacity .5s ease 0s, transform .5s ease 0s;
  -o-transition: opacity .5s ease 0s, transform .5s ease 0s;
  transition: opacity .5s ease 0s, transform .5s ease 0s;
}
.header .head-top span {
  height: 35px;
  line-height: 35px;
}
.header .head-share {
  position: relative;
  margin-top: 14px;
}
.header .head-share::before {
  position: absolute;
  content: '';
  left: -10px;
  top: 50%;
  width: 1px;
  height: 18px;
  background: #dedddb;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .head-share a {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 4px;
  vertical-align: middle;
}
.header .head-share a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .head-share .a1 {
  background: url(../images/head_3.png) no-repeat center;
}
.header .head-share .a2 {
  background: url(../images/head_4.png) no-repeat center;
}
.header .head-share .a2:hover .erweima {
  opacity: 1;
  filter: alpha(opacity=1);
  visibility: visible;
}
.header .head-share .a3 {
  background: url(../images/head_5.png) no-repeat center;
}
.header .head-share .a4 {
  background: url(../images/head_6.png) no-repeat center;
}
.header .erweima {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  width: 150px;
  height: 150px;
  background: #fff;
  top: 41px;
  right: 0;
  z-index: 222;
  border: 1px solid #ccc;
}
.footer {
  background: #413f3f;
}
.footer .fl {
  font-size: 13px;
}
.footer .fr a {
  float: left;
}
.footer .fr span {
  float: left;
  width: 50px;
  text-align: center;
}
.i-banner ul li {
  height: 630px;
  background-repeat: no-repeat;
  background-position: center;
}
.i-banner .owl-pagination {
  display: none;
}
.i-banner .owl-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 1200px;
  margin: 0 auto;
}
.i-banner .owl-controls .owl-buttons div {
  width: 52px;
  height: 52px;
}
.i-banner .owl-controls .owl-buttons .owl-prev {
  left: -52px;
  background-image: url(../images/banner_l.png);
}
.i-banner .owl-controls .owl-buttons .owl-next {
  right: -52px;
  background-image: url(../images/banner_r.png);
}
.i-banner .owl-controls .owl-page span {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.i-banner .owl-controls .owl-page.active span,
.i-banner .owl-controls .owl-page:hover span {
  background: #e70012;
}
@media (max-width: 1024px) {
  .i-banner ul li {
    height: 4rem;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .i-banner ul li {
    height: inherit;
    background-image: none !important;
  }
  .i-banner ul li img {
    display: block;
    width: 100%;
  }
  .i-banner .owl-pagination {
    display: block;
    text-align: inherit;
    bottom: .2rem;
    right: inherit;
  }
  .i-banner .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
  }
}
.owl-controls .owl-page span {
  background: #333;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #999;
}
.banner {
  height: 310px;
/*  background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center;
}
.f13 {
  font-size: 13px;
}
.i-main .i-tt1 {
  position: relative;
  font-size: 24px;
}
.i-main .i-tt1::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ccc;
}
.i-main .i-tt1 .dtm {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 .35rem;
}
.i-main .i-tt1 strong {
  color: #a7a7a7;
  font-size: 24px;
}
.i-main .search {
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
  margin-bottom: .32rem;
}
.i-main .search .line {
  position: relative;
  margin-right: 23px;
  font-size:15px;
}
.i-main .search .line::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  background: #ccc;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-main .search .txt {
  width: 388px;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size:15px;
}
.i-main .search .btn {
  width: 60px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background: #e70012;
  color: #fff;
  font-size:15px;
}
.i-main .search .fr a {
  margin: 0 30px;
  font-size:15px;
}
.i-main .i-pro {
  padding-bottom: 104px;
}
.i-main .i-pro li {
  padding: 0 7.5px;
}
.i-main .i-pro li .img {
  height: 330px;
}
.i-main .i-pro li a:hover .info {
  opacity: 1;
  filter: alpha(opacity=1);
  visibility: visible;
}
.i-main .i-pro li .info {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
}
.i-main .i-pro li .info .dt {
  padding: 0 11%;
  border: 1px solid #fff;
}
.i-main .i-pro li .info h3 {
  position: relative;
  font-size: 18px;
  padding-bottom: .35rem;
  margin-bottom: .25rem;
}
.i-main .i-pro li .info h3::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 68px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.i-main .i-pro li .info .els2 {
  height: 54px;
  line-height: 27px;
}
.i-main .i-pro .owl-pagination {
  display: none;
}
.i-main .i-pro .owl-buttons {
  position: absolute;
  height: 104px;
  bottom: -104px;
  width: 100%;
}
.i-main .i-pro .owl-controls .owl-buttons div {
  width: 53px;
  height: 18px;
}
.i-main .i-pro .owl-controls .owl-buttons .owl-prev {
  left: 33.75%;
  background-image: url(../images/i_pro_l.png);
}
.i-main .i-pro .owl-controls .owl-buttons .owl-next {
  right: 33.75%;
  background-image: url(../images/i_pro_r.png);
}
.i-main .i-about {
  height: 390px;
}
.i-main .i-about .lg-6 {
  height: 390px;
}
.i-main .i-about .bg {
  background-repeat: no-repeat;
  background-position: center;
}
.i-main .i-about .info {
  padding: .5rem 17% 0 3.2%;
  background: #e70012;
}
.i-main .i-about .info h3 {
  font-size: 23px;
}
.i-main .i-about .info .txt {
  height: 120px;
  overflow: auto;
}
.i-main .i-about .info ul li {
  float: left;
  margin-right: 12.1%;
}
.i-main .i-about .info ul .icon {
  height: 67px;
  line-height: 67px;
  margin-bottom: .15rem;
}
.i-main .i-form form {
  max-width: 850px;
  margin: 0 auto;
}
.i-main .i-form form .txt {
  width: 94.6%;
  height: 42px;
  line-height: 42px;
  color: #666;
  padding: 0 10px;
}
.i-main .i-form form textarea {
  width: 100%;
  height: 125px;
  padding: 15px;
  font-size: 14px;
}
.i-main .i-form form .txt,
.i-main .i-form form textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
}
.i-main .i-form form .txt:focus,
.i-main .i-form form textarea:focus {
  border-color: #dd031d;
}
.i-main .i-form form .btn input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #e70012;
  border-radius: 5px;
}
main {
  background: url(../images/main_bg.jpg);
}
main h2 strong {
  font-size: 24px;
}
main h2 i {
  color: #e60013;
}
main .main-nav-p {
  text-align: center;
}
main .main-nav-p li {
  display: inline-block;
  margin: 0 14px 17px 14px;
}
main .main-nav-p li.cur a,
main .main-nav-p li:hover a {
  color: #fff;
  background: #e60013;
  border-color: #e60013;
}
main .main-nav-p h3 a {
  padding: 0 34px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #999;
}
main .main-home {
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
}
main .main-home img {
  vertical-align: -2px;
}
main .main-home i {
  color: #e60013;
}
main .honor-list ul {
  margin-left: -0.3rem;
}
main .honor-list li {
  margin-top: .4rem;
  padding-left: .3rem;
}
main .honor-list li a {
  background: url(../images/honor_bg.png) no-repeat bottom center;
  background-size: 100% auto;
}
main .honor-list li a .img {
  height: 325px;
}
main .honor-list li a .img img {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  margin: auto;
  max-width: 75%;
  max-height: 82%;
}
main .pro-list ul {
  margin-left: -0.27rem;
}
main .pro-list li {
  padding-left: .27rem;
  margin-bottom: .25rem;
}
main .pro-list a {
  background: #fff;
  padding: 8px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
main .pro-list .img {
  border: 1px solid #eaeaea;
  width: 100%;
  height: 2.1rem;
}
main .pro-list h3 {
  height: 50px;
  line-height: 50px;
}
main .pro-info .info h3 {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}
main .pro-info .info h3 strong {
  position: relative;
  display: block;
  color: #7c590e;
  font-size: 15px;
  padding-left: 15px;
  height: 23px;
  line-height: 23px;
}
main .pro-info .info h3 strong::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 7px;
  height: 23px;
  background: #e60013;
}
main .order form {
  max-width: 850px;
  margin: 0 auto;
}
main .order form .txt {
  width: 94.6%;
  height: 42px;
  line-height: 42px;
  color: #666;
  padding: 0 10px;
}
main .order form textarea {
  width: 100%;
  height: 125px;
  padding: 15px;
  font-size: 14px;
}
main .order form .txt,
main .order form textarea {
  border-radius: 5px;
  background: #e4e4e4;
  color: #333;
}
main .order form .btn input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #e70012;
  border-radius: 5px;
}
main .message form {
  max-width: 740px;
  margin: 0 auto;
}
main .message form label,
main .message form .txt {
  height: 52px;
  line-height: 52px;
}
main .message form label {
  display: block;
  width: 68px;
  font-size: 16px;
  text-align: right;
  padding-right: .2rem;
}
main .message form .txt,
main .message form textarea {
  width: calc(100% - 68px);
  border-radius: 2px;
  margin-bottom: 23px;
}
main .message form .txt:focus,
main .message form textarea:focus {
  border-color: #dd031d;
}
main .message form .txt {
  border: 1px solid #ccc;
  padding: 0 10px;
}
main .message form textarea {
  padding: 15px;
  height: 2.02rem;
  border: 1px solid #ccc;
}
main .message form .yzm .txt {
  width: 44%;
}
main .message form .yzm .img {
  width: 119px;
  height: 52px;
}
main .message form .btn input {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  background: #e60013;
  border: none;
}
main .join-list .join-head {
  line-height: 50px;
  background:url(../images/line066.jpg) repeat-x left center;
  color: #666;
  border: 1px solid #ededed;
  margin-bottom:5px;
}
main .join-list .join-head li {
  float: left;
  display: inline-block;
  font-weight: bold;
  width: 20%;
  text-align: center;
}
main .join-list .join-head li:nth-child(1) {
  width: 27%;
}
main .join-list .join-head li:nth-child(5) {
  width: 13%;
}
main .join-list .join-body {
  margin-bottom: 1px;
}
main .join-list .join-body li {
  float: left;
  display: inline-block;
  text-align: center;
  width: 20%;
  height: 53px;
  line-height: 53px;
  background-color: #f8f8f8;
}
main .join-list .join-body li.cur {
  background-color: #e60013;
  color: #fff;
}
main .join-list .join-body li:nth-child(1) {
  width: 27%;
}
main .join-list .join-body li.btn {
  width: 13%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/join_1.png);
  cursor: pointer;
}
main .join-list .join-body li.btn.cur {
  background-image: url(../images/join_2.png);
}
main .join-list .join-body .txt {
  background: #f8f8f8;
}
main .contact {
  padding-left: 7%;
  padding-right: 7%;
}
main .contact .add {
  height: 5.45rem;
}
main .contact .add img {
  max-width: inherit;
}
main .in-pro-info .box {
  background-color: #fdde3f;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main .in-pro-info .box1 {
  height: 720px;
}
main .in-pro-info .box1 .txt {
  left: 0;
  top: 125px;
  width: 100%;
}
main .in-pro-info .box1 .img {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: right;
  bottom: 0;
}
main .in-pro-info .box1 .img img {
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}
main .in-pro-info .box1 h2 {
  font-size: 60px;
  font-family: '黑体';
  color: #8c4412;
}
main .in-pro-info .box1 i {
  font-size: 32px;
  color: #8c4412;
  padding: 17px 0 30px 0;
}
main .in-pro-info .box2 {
  padding: 69px 0 42px 0;
}
main .in-pro-info .box2 h2 {
  font-size: 60px;
  font-family: '黑体';
}
main .in-pro-info .box2 i {
  font-size: 32px;
  color: #999;
  padding: 21px 0 33px 0;
}
main .in-pro-info .box3 {
  height: 590px;
}
main .in-pro-info .box3 .img {
  width: 100%;
  top: 50%;
  text-align: right;
  padding-right: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
main .in-pro-info .box4 {
  height: 590px;
}
main .in-pro-info .box4 .img {
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fix-wrap {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.fix-wrap .hide {
  position: fixed;
  width: 25px;
  height: 25px;
  padding: 25px;
  right: 5%;
  top: 5%;
  cursor: pointer;
  background: #090908;
  border-radius: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.fix-wrap .hide::before,
.fix-wrap .hide::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 1px;
  height: 55%;
  background: #fff;
  margin-top: -27.5%;
}
.fix-wrap .hide::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fix-wrap .hide::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fix-wrap .hide:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fix-video .video-wrap {
  display: table;
  max-width: 55%;
  max-height: 55%;
  margin: 0 auto;
  background: #2d2d2d;
  border: 1px solid #3a3a3a;
  padding: 10px;
  overflow: hidden;
  -webkit-animation: ReturnToNormal .5s both;
  animation: ReturnToNormal .5s both;
}
.fix-video video {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .fix-video .video-wrap {
    max-width: 90%;
  }
}
.fix-pic {
  overflow: auto;
}
.fix-pic img {
  -webkit-animation: zoomIn .5s both;
  animation: zoomIn .5s both;
}
.mask-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  display: none;
}
.mask-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .7;
}
.mask-main {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  margin-left: -400px;
}
.mask-img {
  width: 100%;
  height: 500px;
}
.mask-img .img-md {
  max-width: 100%;
  max-height: 100%;
}
.mask-img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .3s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mask-main p {
  font-size: 18px;
  color: #fff;
  max-width: 270px;
  margin: auto;
  line-height: 40px;
  height: 40px;
  background: #000;
  border-radius: 20px;
}
.mask-pager li {
  position: absolute;
  top: 25%;
  cursor: pointer;
  height: 50%;
  width: 10%;
}
.mask-pager .prev {
  left: 10%;
  background: url("../images/mask_left.png") no-repeat center;
}
.mask-pager .next {
  right: 10%;
  background: url("../images/mask_right.png") no-repeat center;
}
.mask-close {
  position: fixed;
  width: 25px;
  height: 25px;
  padding: 25px;
  right: 5%;
  top: 5%;
  cursor: pointer;
  background: #090908;
  border-radius: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.mask-close::before,
.mask-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 1px;
  height: 55%;
  background: #fff;
  margin-top: -27.5%;
}
.mask-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mask-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mask-close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 800px) {
  .mask-main {
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0px;
    left: 0;
    margin-left: 0px;
  }
  .mask-img {
    height: 80%;
    width: 96%;
    margin: 10% auto;
  }
  .mask-main p {
    margin-top: -40px;
  }
  .mask-pager .prev {
    left: 5%;
  }
  .mask-pager .next {
    right: 5%;
  }
  .mask-img img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.edit {
  overflow: hidden;
  line-height: 200% !important;
  font-size: 14px !important;
}
.edit p,
.edit span,
.edit em,
.edit strong {
  line-height: 200% !important;
}
.in-page {
  line-height: 35px;
  color: #888;
}
.in-page span {
  padding: 0 15px;
  border: 1px solid #e8e8e8;
}
.in-page a {
  padding: 0 15px;
  border: 1px solid #e8e8e8;
}
.in-page a:hover,
.in-page a.cur {
  border-color: #e60013;
  background: #e60013;
  color: #fff;
}
.cll {
  color: #014099;
}
.pic img{
max-width:75%;}