/*about*/
.arc-arc {
    padding: 10px;
}

.arc-arc-border {
    padding: 10px;
    border: 1px solid #f9c123;
}

.arc-arc-title {
    padding: 0 0 10px 0;
    font: bold 18px/24px "微软雅黑";
    color: #000;
    text-align: center;
}

.arc-arc-title span {
    color: #d70000;
}

.arc-arc p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.arc-arc p img {
  
}

@media (min-width: 1200px) {
    .arc-arc {
        padding: 30px;
    }

    .arc-arc-border {
        padding: 35px;
        border: 2px solid #f9c123;
    }

    .arc-arc-title {
        padding: 0 0 30px 0;
        font: bold 28px/30px "微软雅黑";
    }

    .arc-arc p {
        font: 400 16px/30px "微软雅黑";
    }
}


/*changqu*/


body:after {
  content:
          url("../images/btn_left.png") 
          url("../images/btn_right.png");
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  transform: translate3d(0, -50%, 0);
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../images/btn_left.png")  left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../images/btn_right.png")  right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  height: 24px;
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  /* padding-bottom: 1em; */
  font-size: 12px;
  text-align: center;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* 图册列表 */

.atlas {}

.atlas ul {
    display: flex;
    flex-flow: wrap;
}

.atlas li {
    width: 100%;
    padding: 4px;
}

.atlas li a {
    display: block;
    color: #000;
    text-align: center;
}

.atlas li i {
    display: block;
}

.atlas li a img {
    width: 100%;
    border: 2px solid #fff;
}

.atlas li p {
    position: relative;
    font: 400 14px/36px "微软雅黑";
    text-align: center;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    border-top: 0;
}

@media (min-width: 1200px) {
    .atlas ul {
        padding: 0;
    }

    .atlas li {
        width: 33.3%;
        padding: 5px;
    }

    .atlas li a {
        position: relative;
    }

    .atlas li p {
        position: relative;
        font: 400 18px/42px "微软雅黑";
        border: 5px solid #fff;
        border-top: 0;
    }

    .atlas li a:hover p {
        color: #fff;
        background: #c50413;
    }
}

/* 产品列表 */
.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    padding: 5px 0;
}

.pics ul li a {
    display: block;
    padding: 5px;
    font: 400 18px/36px "微软雅黑";
    color: #d92318;
    text-align: center;
  
}
.pics ul li a img{
    width:100%;
}
.pics ul li a p {
    margin: 5px 0 0;
    /* background: url(../images/pic_name_border.png) no-repeat center center; */
}

@media (min-width: 1200px) {


    .pics ul li {
        width: 33.3%;
        padding: 15px;
    }

    .pics ul li a {
        padding: 15px;
        font: 400 21px/64px "微软雅黑";
    }

    .pics ul li a p {
        margin: 18px 0 0;
        background: url(../images/pic_name_border.png) no-repeat center center;
    }

    .pics ul li a:hover {
    
    }

    .pics ul li a:hover p {
        background: url(../images/pic_name_bordera.png) no-repeat center center/100% 100%;
    }
}


/* 产品详情 */
.pic-er {}

.pic-er-left {
    text-align: center;
    border: 2px solid #a28743;
}

.pic-er-left img {
    width: 100%;
}

.pic-er-right {
    padding: 10px 0;
}


.pic-er-info {
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    font: 400 16px/36px "微软雅黑";
    color: #fff;
    background: url(../images/pic_er_title.png) no-repeat 0 center/auto 36px;
}

.pic-er-title {
    margin: 10px 0 10px;
    padding: 0 0 0 10px;
    font: 400 16px/36px "微软雅黑";
    color: #fff;
    background: url(../images/pic_er_title.png) no-repeat 0 center/auto 36px;
}

.pic-er-p {
    margin: 10px 0 0;
    min-height: 60px;
    padding: 5px;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}



.magnifyingShow {
    display: none;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 35px 85px;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;

    }

    .pic-er-left {
        width: 470px;
        padding: 20px;
        text-align: center;
        border: 1px solid #dc6e67;
    }

    .pic-er-left img {
        width: 100%;
        border: 1px solid #000;
    }

    .pic-er-right {
        width: 500px;
        padding-left: 30px;
    }

    .pic-er-info {
        width: 200px;
        margin: 0 0 20px;
        padding: 0 0 0 30px;
        font: 400 16px/55px "微软雅黑";
        color: #fff;
        background: url(../images/pic_er_title.png) no-repeat 0 center;
    }

    .pic-er-detail {
        height: 418px;
        overflow: auto;
    }

    .pic-er-detail p {
        font: 400 16px/36px "微软雅黑";
        color: #000;
    }

    .pic-er-title {
        width: 200px;
        margin: 50px 0 40px;
        padding: 0 0 0 30px;
        font: 400 16px/55px "微软雅黑";
        color: #fff;
        background: url(../images/pic_er_title.png) no-repeat 0 center;
    }

    .pic-er-p {
        padding: 0;
        font: 400 14px/30px '微软雅黑';
        color: #000;
    }

    /* 单片放大图 */
    .con-FangDa {
        width: 100%;
    }

    .con-fangDaIMg {
        width: 100%;
        position: relative;
        border: 1px solid #eee;
    }

    .magnifyingBegin,
    .magnifyingShow {
        position: absolute;
        display: none;
        top: -2px;
    }

    .con-fangDaIMg>img {
        width: 100%;
        height: 100%
    }

    .magnifyingBegin {
        width: 105px;
        height: 105px;
        left: 0;
        background: rgba(70, 70, 70, 0.4);
        cursor: move
    }

    .magnifyingShow {
        overflow: hidden;
        left: 480px;
        top: -20px;
        width: 470px;
        height: 494px;
        background: #fff;
    }

    .magnifyingShow>img {
        width: 600px;
        margin-left: 0;
        margin-top: 0;
    }
}

/*contact*/
.contact-line {
    padding: 20px 0 0;
}

.contact-name {
    padding: 0 0 10px;
    font: 400 18px/24px "微软雅黑";
    color: #c30d23;
}

@media (min-width: 1200px) {
    .contact-line {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }

    .contact-name {
        padding: 0 0 20px;
        font: 400 30px/36px "微软雅黑";
        color: #c30d23;
    }
}

.contact-left {}

.contact-left-line {
    padding: 4px 0 2px;
    border-bottom: 1px dashed #000;
}

.contact-left-line p {
    font: 400 14px/20px "微软雅黑";
    color: #000;
}

.contact-left-line span {
    display: block;
    font: 400 12px/16px "微软雅黑";
    color: rgba(195, 13, 35, 0.3);
    text-transform: uppercase;
}

.contact-left-ewm {
    display: none;
}

.contact-left-ewm img {
    width: 100%;
}

@media (min-width: 1200px) {
    .contact {
        padding: 20px;
        margin: 0 0 130px;
    }

    .contact-left {
        width: 48%;
    }

    .contact-left-line {
        padding: 6px 0 2px;
    }

    .contact-left-line p {
        font: 400 16px/24px "微软雅黑";
    }

    .contact-left-ewm {
        display: block;
        margin: 15px 0 0;
    }

    .contact-left-ewm i {
        display: block;
        width: 97px;
        border: 1px solid #cd0000;
    }

    .contact-left-ewm p {
        width: 97px;
        font: 400 12px/18px "微软雅黑";
        color: #cd0000;
        text-align: center;
    }
}

.contact-right {
    padding: 10px 0;
}

.contact-right .contact-name {}

.textarea {
    position: relative;
    padding-left: 70px;
}

.textarea textarea {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0 0 10px;
    padding: 5px;
    font: 400 14px/24px "微软雅黑";
    color: #000;
    background: none;
    border: 1px solid #000;
}

.inputs {
    position: relative;
    padding-left: 70px;
}

.inputs input {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px;
    font: 400 14px/24px "微软雅黑";
    color: #000;
    background: none;
    border: 1px solid #000;
}

.yzm.inputs {
    display: flex;
    justify-content: space-between;
}

.yzm.inputs input {
    width: 60%;
}

.yzm img {
    width: 35%;
    height: 36px;
}

.contact-right label {
    position: absolute;
    left: 0;
    top: 3px;
    width: 64px;
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: right;
}

.form-btn {
    padding-left: 70px;
}

.contact button {
    display: block;
    width: 100%;
    font: 400 14px/36px "微软雅黑";
    color: #fff;
    background: #c30d23;
    border: 0;
}

@media (min-width: 1200px) {
    .contact-right {
        width: 48%;
        padding: 0;
    }

    .contact-right .contact-name {
        padding-left: 78px;
    }

    .textarea {
        position: relative;
        padding-left: 80px;
    }

    .textarea textarea {
        height: 150px;
        margin: 0 0 15px;
    }

    .inputs {
        padding-left: 80px;
    }

    .inputs input {
        margin: 0 0 15px;
        padding: 5px;
    }

    .contact-right label {
        top: 3px;
        width: 75px;
        font: 400 14px/30px "微软雅黑";
    }

    .form-btn {
        padding-left: 80px;
    }

    .contact button {
        font: 400 14px/45px "微软雅黑";
    }
}


/* input的文字颜色 */

input::-webkit-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder {
    color: #000;
}

textarea::-webkit-input-placeholder {
    color: #000;
}

textarea::-ms-input-placeholder {
    color: #000;
}

.iw_poi_title {
    color: #92010c;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.BMap_Marker div {
    width: 20px;
    height: 20px;
    padding-left: 30px;
    padding-top: 20px;
    background: url("../images/location.png") no-repeat 0 center;
    background-size: 16px;
}

.BMap_Marker img {
    width: 0;
    height: 0;
    opacity: 0;
}


/* 新闻列表 */
.new-banner img {
    width: 100%;
}

.news {}

.news ul {
    padding: 5px 0 0;
}

.news ul li {
    margin: 0 0 10px;
}

.news ul li a {
    display: block;
    margin: 36px 0 0;
    padding: 0 0 15px;
    color: #000;
    border: 1px solid #f9c123;
}

.new-li-time {
    padding-left: 10px;
    font: bold 18px/36px "微软雅黑";
    color: #fff;
    background: url(../images/new_li_time.png) no-repeat 0 0/auto 36px;
    transform: translate3d(-1px, -18px, 0);
}

.new-li-name {
    margin: 0 15px 15px;
    font: bold 18px/24px '微软雅黑';
}

.new-li-p {
    height: 72px;
    padding: 0 15px;
    overflow: hidden;
    font: 400 14px/24px "微软雅黑";
}

@media (min-width: 1200px) {


    .news {}

    .news ul {
        padding: 0px 0 0;
    }

    .news ul li {
        margin: 0 0 30px;
    }

    .news ul li a {
        display: block;
        height: 235px;
        color: #000;
        background: url(../images/new_li_border.png) no-repeat center bottom;
    }

    .new-li-time {
        width: 290px;
        padding: 0;
        font: bold 32px/80px "微软雅黑";
        text-align: center;
        background: url(../images/new_li_time.png) no-repeat 0 0;
        transform: translate3d(0, 0, 0);
    }

    .new-li-name {
        margin: 10px 0 20px 42px;
        font: bold 24px/30px '微软雅黑';
    }

    .new-li-p {
        height: 72px;
        padding: 0 40px;
        overflow: hidden;
        font: 400 16px/36px "微软雅黑";
    }

    .news ul li a:hover {
        color: #ce1011;
        background-image: url(../images/new_lia_border.png);
    }

    .news ul li a:hover .new-li-time {
        background-image: url(../images/new_lia_time.png);
    }


}


/* 新闻详情 */

.new-border {
    position: relative;
    margin: 30px 0 0;
    padding: 15px;
    border: 1px solid #f9c123;
}
.new-border img{ max-width:100%}
.new-er-time {
    position: absolute;
    left: -1px;
    top: -18px;
    width: 100%;
    padding: 0 0 0 15px;
    font: bold 16px/36px "微软雅黑";
    color: #fff;
    background: url(../images/new_li_time.png) no-repeat 0 0/auto 36px;
}

.new-er-title {
    padding: 5px 0;
    font: bold 16px/30px '微软雅黑';
    color: #000;
}

.new-er-content p {
    margin-bottom: 10px;
    font: 400 14px/24px "微软雅黑";
    color: #070002;
    text-align: justify;
}

.new-er-content p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .new-er {}

    .new-border {
        position: relative;
        margin: 90px 0 0;
        padding: 42px 30px;
        border: 2px solid #f9c123;
    }

    .new-er-time {
        left: -2px;
        top: -42px;
        width: 290px;
        padding: 0;
        font: bold 32px/81px "微软雅黑";
        text-align: center;
        background: url(../images/new_li_time.png) no-repeat 0 0;
    }

    .new-er-title {
        padding: 10px 0 20px;
        font: bold 24px/30px '微软雅黑';
    }

    .new-er-content p {
        font: 400 16px/30px "微软雅黑";
    }
}