@charset "utf-8";
/* ==========================================================================
   Other Page
   ========================================================================== */
/* nbanner*/
.nbanner{height:725px;background-size: auto 100%;background-position: center center;background-repeat: no-repeat;position: relative;top:0;left: 0;}
.abanner{height:825px;background-size: auto 100%;background-position: center center;background-repeat: no-repeat;position: relative;top:0;left: 0;}
.abanner2{height:525px;background-size: auto;background-position: top center;background-repeat: no-repeat;position: relative;top:0;left: 0;}
.pbanner{min-height:1169px;background-size: 100% auto;background-position: top center;background-repeat: no-repeat;position: relative;top:0;left: 0;right: 0;}
.cbanner{height: 625px;background-size: 100%;background-position: top center;background-repeat: no-repeat;position: relative;top:0;left: 0;right: 0;}
.cusbanner{height:1018px;background-size: auto 100%;background-position: top center;background-repeat: no-repeat;position: relative;top:0;left: 0;right: 0;}
/*分类导航*/
.sect_lm {padding:0;background: #f1f1f1;}
.sect_lm .wrap {position: relative;min-height: 50px;}
.sect_lm .pnavt {position: absolute;width: 21%;left:0;bottom:0;background: #e30700;padding: 30px 2.5%;overflow: hidden;}
.sect_lm .pnavt i {display: block;width:100%;height: 8px;background: url(../images/nhx.png) no-repeat left center;margin-bottom: 15px; }
.sect_lm .pnavt span {display: block;color: #fff;font-size: 20px;line-height: 60px;}
.sect_lm .pnavt span strong {color: #fff;font-weight: bold;line-height: 60px;font-size: 36px;text-transform: uppercase;margin-right: 5px;}

.sect_lm .pnav {padding:0;overflow: hidden;position: relative;width: 74%;float: right;clear: both;}
.sect_lm .pnav a {display: inline-block;color: #4b4b4b;font-size: 18px;margin:0 30px;line-height: 50px;}
.sect_lm .pnav a:hover {color: #e30700;}

@media screen and (max-width:1450px){ 
	
}

/* ==========================================================================
   Common page
   ========================================================================== */
/*
 * 关于我们页面
 */
.sect_about1 {padding-bottom: 5rem;overflow: hidden;}
.sect_about1 .aboutleft,.sect_about1 .aboutleft .about-tit {padding: 0;overflow: hidden;}
.sect_about1 .aboutleft .about-tit h2{color: #222;font-size:40px;line-height: 60px;font-weight:normal;}
.sect_about1 .aboutleft .about-tit h2 strong {color: #222;font-size:40px;line-height: 60px;font-weight:bold;}
.sect_about1 .aboutleft .about-tit em {display: block;width: 70px;height: 10px;background: #d80f08;margin:30px 0;}
.sect_about1 .aboutleft .aboutcon {padding: 0 15px;overflow: hidden;}
.sect_about1 .aboutleft .aboutcon p {color: #474a4e;font-size: 16px;line-height: 32px;} 
.sect_about1 .aboutimg img {max-width: 100%;}
/*企业文化*/
.sect_about2 {padding: 75px 0;overflow: hidden;background: url(../images/aboutbg.jpg) repeat-x;}
.sect_about2 .num_conts {padding: 0;overflow: hidden;}
.sect_about2 .num_conts .brow .btxt {text-align: center;padding:60px 0;overflow: hidden;cursor: pointer;}
.sect_about2 .num_conts .brow .bn {border-right: none;}
.sect_about2 .num_conts .brow span {display: block;color: #fff;font-size: 20px;line-height: 70px;}
.sect_about2 .num_conts .brow span i {display: inline-block;font-style: normal;color: #fff;font-size: 120px;font-weight: bold;}
.sect_about2 .num_conts .brow p {color: #fff;font-size: 20px;line-height: 50px;}
.sect_about2 .num_conts .brow:hover span,.sect_about2 .num_conts .brow:hover span i,.sect_about2 .num_conts .brow:hover p {color: #fff;}
.sect_about2 .culture {padding: 0;overflow: hidden;background: #fff;}
.sect_about2 .culture .curimg {width: 100%;height: 100%;}
.sect_about2 .culture .curimg img {width: 100%;}
.sect_about2 .culture .curcon {padding: 75px 125px;overflow: hidden;background: #fff;}
.sect_about2 .culture .curcon .curitem {padding: 0;overflow: hidden;margin-bottom: 35px;cursor: pointer;}
.sect_about2 .culture .curcon .cur_icon {border:1px solid #d6d6d6;border-radius: 50%;padding: 0;overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;position: relative;}
.sect_about2 .culture .curcon .cur_icon:before {content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;border-radius: 50%;background: #e30700;z-index: 0;opacity: 0;}
.sect_about2 .culture .curcon .cur_icon i {display: block;font-size: 50px;text-align: center;position: relative;z-index: 1;}
.sect_about2 .culture .curcon .curcontent {padding: 0;overflow: hidden;}
.sect_about2 .culture .curcon .curcontent h2 {color: #0c0c0c;font-size: 24px;line-height: 45px;}
.sect_about2 .culture .curcon .curcontent p {color: #5c5c5c;font-size: 18px;line-height:30px;}
.sect_about2 .culture .curcon .curitem:hover h2,.sect_about2 .culture .curcon .curitem:hover p {color: #e30700;}
.sect_about2 .culture .curcon .curitem:hover .cur_icon {color: #fff;}
.sect_about2 .culture .curcon .curitem:hover .cur_icon:before{
  -webkit-animation: toRightFromLeft 0.4s forwards;
  -moz-animation: toRightFromLeft 0.4s forwards;
  animation: toRightFromLeft 0.4s forwards;
}
@-webkit-keyframes toRightFromLeft {
  0% {-webkit-transform: translate(100%);}
  50% {opacity: 0;-webkit-transform: translate(-100%);}
  100% {opacity: 1;}
}
@-moz-keyframes toRightFromLeft {
  0% {-moz-transform: translate(100%);}
  50% {opacity: 0;-moz-transform: translate(-100%);}
  100% {opacity: 1;}
}
@keyframes toRightFromLeft {
  0% {transform: translate(100%);}
  50% {opacity: 0;transform: translate(-100%);}
  100% {opacity: 1;}
}

/*进入子公司*/
.sect_about3 {padding:0;overflow: hidden;background: url(../images/about1.jpg) no-repeat top center;background-size: cover;}
.sect_about3 .gozgs {padding: 80px 0;overflow: hidden;text-align: center;}
.sect_about3 .gozgs a {display: block;}
.sect_about3 .gozgs h2 {color: #fff;font-size: 86px;font-family: Impact;letter-spacing: 0;
  text-transform: uppercase;line-height: 105px;
   -webkit-text-shadow:0.1em 0.1em 0.2em #000;
   -moz-text-shadow:0.1em 0.1em 0.2em #000;
  -o-text-shadow:0.1em 0.1em 0.2em #000;
  text-shadow: 0.1em 0.1em 0.2em #000;}
.sect_about3 .gozgs span {display: block;color: #fff;font-size: 50px;line-height: 70px;margin-bottom: 20px;}
.sect_about3 .gozgs i {display: block;color: #fff;font-size: 50px;line-height: 60px;}

/*发展历程*/
.sect_fzlc {padding:0 0 30px;overflow: hidden; }
.sect_fzlc .hiscentent {padding: 0 0 165px;overflow:hidden;position: relative;}
.sect_fzlc .hiscentent:before {content: "";width: 2px;height: 100%;background: #c2c2c2;position: absolute;left: 50%;margin-left:-1px; } 
.sect_fzlc .hiscentent:after {content: "";width:94px;height: 94px;background: url(../images/fzlogo.png) no-repeat center;position: absolute;z-index: 1;left: 50%;margin-left:-47px;bottom: 0; background-size: contain;
    animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -webkit-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    transition: transform 2s linear linear;}
@keyframes rotate{
  0% {transform: rotate(0deg);}
  50% {transform: rotate(180deg);}
  100% {transform: rotate(360deg);}
}
.sect_fzlc .hiscentent .hisitem {padding: 0;overflow: hidden;}
.sect_fzlc .hisitem .hleft,.sect_fzlc .hisitem .hright {width: 100%;min-height: 100px;padding: 0;position: relative;}
.sect_fzlc .hisitem:nth-child(odd) .hleft:before {content: "";width: 12px;height: 9px;position: absolute;z-index: 2;top:10px;right: -6px;background: url(../images/jtr.jpg) no-repeat left;} 
.sect_fzlc .hisitem:nth-child(even) .hright:before {content: "";width: 12px;height: 9px;position: absolute;z-index: 2;top:10px;left: -6px;background: url(../images/jtl.jpg) no-repeat left;} 
.sect_fzlc .hisitem h2 {padding:0 30px;overflow: hidden;color: #1d1d1d;font-size: 26px;line-height: 35px;margin-bottom: 20px;}
.sect_fzlc .hisitem:nth-child(even) .hleft h2{text-align: right;}
.sect_fzlc .hisitem .fzcon {padding:10px 50px;background: #efefef;margin:0 30px;border-radius: 15px;position: relative;}
.sect_fzlc .hisitem .fzcon:before {content: "";width: 22px;height: 13px;background: url(../images/jtup.png) no-repeat bottom center;background-size:cover;position: absolute;z-index: 1;top:-13px;}
.sect_fzlc .hisitem:nth-child(odd) .fzcon:before {left:50px;}
.sect_fzlc .hisitem:nth-child(even) .fzcon:before {right:50px;}
.sect_fzlc .hisitem .fzcon span {display: inline-block;color: #fff;background: #e30700;padding: 0 20px;border-radius: 5px;margin-bottom: 10px;font-size: 14px;line-height: 25px;}
.sect_fzlc .hisitem .fzcon p {color: #474a4e;font-size: 16px;line-height: 30px;}

/*合作客户页面*/
.sect_cust {padding: 0px;overflow: hidden;margin-top: -200px;position: relative;z-index: 9;}
.sect_cust .customer {padding: 40px;overflow: hidden;background: #f0f0f0;border-radius: 35px 35px 0 0;margin-bottom: 60px;}
.sect_cust .customer .custit {padding: 0;overflow: hidden;margin-bottom: 30px;text-align: center;}
.sect_cust .customer .custit h2 {color: #e30700;font-size: 72px;font-family: Impact;line-height: 90px;text-transform: uppercase;}
.sect_cust .customer .custit span {display: block;color: #222;font-size: 40px;line-height: 60px;}
.sect_cust .customer .custit span strong {color: #222;line-height: 60px;font-weight: bold;}
.sect_cust .customer .cusbox {padding: 0;overflow: hidden;}
.sect_cust .customer .cusbox .cusitem {padding: 0;overflow: hidden;background: #fff;border-radius: 50px 0 50px 0;margin-bottom: 30px;}
.sect_cust .customer .cusbox .cusitem a {display: block;}
.sect_cust .customer .cusbox .cusitem .icon {width: 100%;height: 100%;overflow: hidden;}
.sect_cust .cusnotes {padding:0;overflow: hidden;margin:10px 0 20px;}
.sect_cust .cusnotes p {text-align: right;color: #606060;font-size: 16px;line-height: 35px;}
.sect_cust .market {padding: 0;overflow: hidden;background: #fff;border-radius: 20px;overflow: hidden;margin-bottom: 30px;}
.sect_cust .markett {padding:20px 0;overflow: hidden;text-align: center;background: #e30700;}
.sect_cust .markett i {display:block;font-size: 50px;color: #fff;line-height: 60px; }
.sect_cust .markett span {display: block;color: #fff;font-size: 26px;line-height: 40px;font-weight: normal;}
.sect_cust .marketcon {padding: 20px;overflow: hidden;}
.sect_cust .marketcon,.sect_cust .marketcon p {color: #646262;line-height: 35px;font-size: 16px;}


/*旗下产业*/
.qxcy{height: 941px;padding: 0;overflow: hidden;}
.qxcy .cy-theme{width: 100%;height: 100%;position:relative;}
.qxcy .cy-theme #swiper-con {width: 100%;height: 100%;}
.qxcy .cy-theme #swiper-con .swiper-slide{position:relative;width: 100%;height: 100%;}
.qxcy .cy-theme .img-cont{ overflow: hidden; position: relative;width: 100%;height: 100%;}
.qxcy .cy-theme .img-cont img{ display: block; transition: all 0.5s ease; width: 100%;height: 100%;object-fit: cover;}
.qxcy .cy-theme .text-cont{position:absolute;top:50%;left:50%;box-sizing:border-box;color:#fff;width: 650px;height: 650px;margin:-300px 0 0 -300px;}
.qxcy .cy-theme .text-cont:after {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: url(../images/qycircle.png) no-repeat center;background-size: contain;
  animation: rotate 5s linear infinite;
  -moz-animation: rotate 5s linear infinite; /* Firefox */
  -webkit-animation: rotate 5s linear infinite; /* Safari and Chrome */
  -o-animation: rotate 5s linear infinite; /* Opera */
}
@keyframes rotate{
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.qxcy .cy-theme .text-cont .textc {overflow: hidden;color: #fff;text-align: center;position: relative;z-index: 1;top:50%;margin-top: -150px;}
.qxcy .cy-theme .text-cont .textc a {display: block;width: 100%;height: 100%;}
.qxcy .cy-theme .text-cont .textc h3 {font-size: 40px;color: #fff;line-height: 55px;font-family: "Impact";text-transform: uppercase;}
.qxcy .cy-theme .text-cont .textc h2{font-size: 28px;color: #fff;line-height:40px;}
.qxcy .cy-theme .text-cont .textc .font {font-size: 16px;color: #fff;line-height: 30px;width: 80%;margin: 15px auto;}
.qxcy .cy-theme .text-cont .textc .more{width: 178px;height: 40px;line-height: 40px;text-align: center;background: #d52219;color: #fff;font-size: 18px;margin: 20px auto 0;text-transform: uppercase;cursor:pointer;}
.qxcy .cy-theme .qxp,.qxcy .cy-theme .qxn {width: 100px;height: 100px;}
.qxcy .cy-theme .qxp {background: url(../images/qyleft.png) no-repeat center;background-size: contain;}
.qxcy .cy-theme .qxn {background: url(../images/qyright.png) no-repeat center;background-size: contain;}

.qxcy .cy-theme .swiper-tab-list{position:absolute;left:0;right:0;bottom:30px;box-sizing:border-box;padding:0 5%;z-index:2;}
.qxcy .cy-theme .swiper-tab-list .tab-item{width:90%;padding:0;float:left;cursor:pointer;margin:0 2%;}
.qxcy .cy-theme .swiper-tab-list .tab-item .s-title{font-size:16px;border:1px solid #fff;color: #fff;line-height: 45px;text-align: center;}
.qxcy .cy-theme .swiper-tab-list .active .tab-item{ color: #fff;}
.qxcy .cy-theme .swiper-tab-list .active .tab-item .s-title{background: #d52219;border: 1px solid #d52219;color: #fff;}


/*
	产品
	列表
*/
/*新品介绍*/
.sect_npro {padding: 0;overflow: hidden;clear: both;}
.sect_npro .npro {padding: 40px;overflow: hidden;background: #e30700;}
.sect_npro .npro a {display: block;}
.sect_npro .npro .icon {width: 100%;height: 100%;background: #f0f0f2;}
.sect_npro .npro .nprocon {padding:0 20px;overflow: hidden;}
.sect_npro .npro .nprocon .np_T {color: #fff;font-size: 36px;line-height:80px;}
.sect_npro .npro .nprocon .np_T i {display: inline-block;width:42px;height: 80px;background: url(../images/fire.png) no-repeat center;background-size: contain;vertical-align: middle;margin-right: 10px; }
.sect_npro .npro .nprocon .np_tit {color: #fff;font-size: 30px;line-height: 100px;font-weight: normal;}
.sect_npro .npro .nprocon .phx {width: 100%;height: 7px;background: url(../images/phx.png) no-repeat left center;}
.sect_npro .npro .nprocon p {color: #fff;font-size: 16px;line-height: 30px;margin:35px 0;}
.sect_npro .npro .nprocon .pmore {width:350px;}
.sect_npro .npro .nprocon .pmore .pview {border:1px solid #bebebe;position: relative;}
.sect_npro .npro .nprocon .pmore .pview:before {content: "";width:100%;height: 0;background: #d80f08;position: absolute;left: 0;bottom:0;}
.sect_npro .npro .nprocon .pmore span{display: block;width: 280px;height: 58px;background: #fff;text-align: center;float: left;line-height: 58px;font-size: 18px;color: #474a4e;text-transform: uppercase;position: relative;}
.sect_npro .npro .nprocon .pmore i {display: inline-block;width: 68px;height: 58px;background: #d80f08;text-align: center;line-height: 58px;font-size: 30px;font-style: normal;color: #fff;position: relative;}
.sect_npro .npro .nprocon .pmore:hover span {background: none;color: #fff;letter-spacing: 5px;transition: all 0.3s;}
.sect_npro .npro .nprocon .pmore:hover a:before {height: 100%;transition: all 0.3s;}



/*
 * 产品图片列表
 */
.sect_inner {padding:0;overflow: hidden;}
.sect_inner .prolist {padding:30px;overflow: hidden;background: #f0f0f0;}
.sect_inner .probox {padding: 20px;overflow: hidden; background: #fff;text-align: center;margin-bottom: 30px;} 
.sect_inner .probox a {display: block;}
.sect_inner .probox .icon {width: 100%;height: 100%;overflow: hidden;border:none;}
.sect_inner .probox .pro-cont {padding:10px 0 0;overflow: hidden;text-align: center;}
.sect_inner .probox .pro-cont h3 {color: #1f1f1f;font-size: 18px;line-height: 50px;transition:all 0.5s;}
.sect_inner .probox .pro-cont span {display: block;font-size: 16px;color: #394455;letter-spacing: 0;transition: all 0.5s;}
.sect_inner .probox:hover .icon img {transform: scale(1.2);transition:all 0.5s;}
.sect_inner .probox:hover .pro-cont h3 {color: #e30700;}
.sect_inner .probox:hover .pro-cont span {letter-spacing: 5px;color: #e30700;}

/*产品分类页面*/
.nproc  {padding:40px 0 0!important;overflow: hidden;background:#f0f0f0;margin:30px auto 0;}
.sect_inner .p_tit {padding: 0 30px;overflow: hidden;}
.sect_inner .p_tit span {color: #312a2a;font-size: 24px;font-weight: bold;display: block;line-height: 30px;}
.sect_inner .p_tit span em {display: block;width: 13px;height: 30px;background: #e30700;margin-right: 20px;vertical-align: middle;float: left;}
.sect_inner .p_tit .ptmore {padding: 0;overflow: hidden;text-align: right;}
.sect_inner .p_tit .ptmore a {display: block;color:#1d1d1d;font-size: 18px;text-transform: uppercase;}
.sect_inner .p_tit .ptmore a i {display: block;width:23px;height: 30px;background:url(../images/pmore.png) no-repeat center;vertical-align: middle;float: right;margin-left: 5px;}
.sect_inner .p_tit .ptmore:hover a {color: #e30700;font-weight: bold;transition: all 0.3s;}
.npro .probox{margin-bottom: 10px;}



/*产品详情页*/
.sect_pinner {padding:150px 0 0;overflow: hidden;}
.sect_pinner .photo {padding: 40px;overflow: hidden;}
.sect_pinner .photo .f-picmid{height:438px; vertical-align: middle; text-align: center; position:relative; overflow:hidden;padding: 30px;overflow: hidden;background: url(../images/pbg.png) no-repeat center;background-size: 100% 100%;}
.sect_pinner .photo .f-picmid .swiper-container{ height: 100%;}
.sect_pinner .photo .f-picmid .swiper-container .swiper-slide{ background-size:contain; background-repeat:no-repeat ; background-position:center center;background-color: #f1f1f3;}
.sect_pinner .photo .f-picmid .swiper-pagination-bullet-active{ background: #e30700;}
.sect_pinner .photo .f-picmid img{ width: 100%;}
.sect_pinner .photo .deright {padding: 40px;overflow: hidden;}
.sect_pinner .photo .deright h2 {color: #fff;font-size: 30px;line-height:80px; }
.sect_pinner .photo .deright .phx {width: 100%;height: 7px;background: url(../images/phx.png) no-repeat;}
.sect_pinner .photo .deright p {color: #fff;font-size: 16px;line-height: 30px;margin:30px 0;min-height: 120px;}
.sect_pinner .photo .deright .dshare {padding: 0;overflow: hidden;}
.sect_pinner .photo .deright .dshare a {display: block;width: 96%;background: #e30700;border-radius: 50px;text-align: center;color: #fff;font-size: 30px;font-weight: bold;line-height: 70px;position: relative;z-index: 1;overflow: hidden;padding: 0;}
.sect_pinner .photo .deright .dshare a:after {content: "";position: absolute;top: 0;left: 0;width: 1000%;height: 1000%;background: #900e0a;z-index: -1;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
    transform: translateY(10%)translateX(16%)rotate(-45deg);
    transition: transform .5s;}
.sect_pinner .photo .deright .dshare a i {display: inline-block;width: 44px;height: 70px;vertical-align: middle;margin-right: 5px;}
.sect_pinner .photo .deright .dshare .sharel i {background: url(../images/picon1.png) no-repeat center;background-size: contain;}
.sect_pinner .photo .deright .dshare .sharer i {background: url(../images/picon2.png) no-repeat center;background-size: contain;}
.sect_pinner .photo .deright .dshare a:hover:after {transform: translateY(15%) translateX(-5%) rotate(-45deg);opacity: 1;}

.pgoback {position: fixed;z-index: 333;right: 5px;bottom: 5px;padding: 0;overflow: hidden;}
.pgoback a {display: block;width: 80px;height: 237px;background: url(../images/goback.jpg) no-repeat top center;}

/*产品详情*/
.pxqnav {padding: 0 3% 1px;overflow: hidden;}
.pxqnav a {display: block;width: 98%;text-align: center;color: #070707;font-size: 26px;line-height: 106px;background: #fff;}
.pxqnav a i {display: inline-block;width: 42px;height: 106px;margin-right: 10px;vertical-align: middle;}
.pxqnav a .icon_xq1 {background: url(../images/icon_xq1.png) no-repeat center;background-size: contain;}
.pxqnav a .icon_xq2 {background: url(../images/icon_xq2.png) no-repeat center;background-size: contain;}
.pxqnav a .icon_xq3 {background: url(../images/icon_xq3.png) no-repeat center;background-size: contain;}
.pxqnav a .icon_xq4 {background: url(../images/icon_xq4.png) no-repeat center;background-size: contain;}
.pxqnav a:hover {color: #fff;background: #e30700;}
.pxqnav a:hover .icon_xq1 {background: url(../images/icon_xq1a.png) no-repeat center;background-size: contain;}
.pxqnav a:hover .icon_xq2 {background: url(../images/icon_xq2a.png) no-repeat center;background-size: contain;}
.pxqnav a:hover .icon_xq3 {background: url(../images/icon_xq3a.png) no-repeat center;background-size: contain;}
.pxqnav a:hover .icon_xq4 {background: url(../images/icon_xq4a.png) no-repeat center;background-size: contain;}
.xpcontent {padding: 80px;overflow: hidden;background: url(../images/xqbg.jpg) no-repeat bottom center #fff;background-size: 100% auto;border-radius: 50px 50px 0 0;}
.xpcontent .xqcontent1 {padding: 0;overflow: hidden;}
.xpcontent .xqcontent1 .xqtit {padding: 0;overflow: hidden;text-align: center;}
.xpcontent .xqcontent1 .xqtit span {display: inline-block;color: #222;font-size: 40px;font-weight: bold;position: relative;padding: 0 60px;line-height: 70px;}
.xpcontent .xqcontent1 .xqtit span:before,.xpcontent .xqcontent1 .xqtit span:after {content: "";width: 41px;height: 70px;position: absolute;vertical-align: middle;}
.xpcontent .xqcontent1 .xqtit span:before {background: url(../images/xqbefore.png) no-repeat center;left: 0;}
.xpcontent .xqcontent1 .xqtit span:after {background: url(../images/xqafter.png) no-repeat center;right: 0;}
.xpcontent .xqcontent1 .xqcon,.xpcontent .xqcontent1 .xqcon p {color: #595454;font-size: 16px;line-height: 35px;}
.xpcontent .xqcontent1 .xqcon strong {color: #e30700;}
.xpcontent .xqcontent2 {padding: 0;overflow: hidden;}
.xpcontent .xqcontent2 .xqcon2 {padding: 0 20px;overflow: hidden;}
.xpcontent .xqcontent2 h2 {color: #262626;font-size: 20px;line-height: 70px;background: #e9e9e9;text-align: center;margin-bottom: 50px;}
.xpcontent .xqcontent2 .xq_con {padding: 0;overflow: hidden;text-align:center;}
.xpcontent .xqcontent2 .xq_con img {max-width: 100%;}
/*产品特性*/
.xpys {padding: 0;overflow: hidden;}
.xpys .ysitem {width: 80%;padding: 0 30px;overflow: hidden;background: url(../images/ysbg.png) no-repeat 0 50px;background-size: 100% auto;cursor:pointer;min-height: 332px;/* background: #f0f0f0; */}
.xpys .ysitem .ysicon {width: 100px;height: 100px;margin:0 auto 25px;border-radius: 50%;background: #d80f08;position: relative;z-index: 1;}
.xpys .ysitem .ysicon span {display: block;width: 50%;height: 100%;background: url(../images/ysicon.png) no-repeat center;background-size: contain;margin:5px auto;}
.xpys .ysitem .ysicon:after {
    content: "";
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #EC4641;
    -webkit-transition: -webkit-transform 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s;
    transform: scale(.8);
    opacity: 0;}
.xpys .ysitem:hover .ysicon:after {
    content: '';
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
.xpys .ysitem .yscon {padding: 0;overflow: hidden;}
.xpys .ysitem .yscon h2 {color: #4a4a4a;font-size: 24px;line-height: 60px;text-align: center;border-bottom: 1px solid #4a4a4a;padding-bottom: 10px;}
.xpys .ysitem .yscon p {color: #4a4a4a;font-size: 18px;line-height: 30px;margin:30px 0;}
/*技术参数*/
.sect_xq2 {padding:60px 0;overflow: hidden;background: url(../images/cqcsbg.jpg) no-repeat top center;background-size: cover;}
.sect_xq2 .cstit {color:#fff;font-size: 40px;line-height: 60px;text-align: center;}
.sect_xq2 p {/* color: #fff; */font-size: 16px;line-height: 35px;/* padding-left: 35px; */margin-top: 0px;}

/* Table Styles */
.table-wrapper {
  padding: 0;
  overflow: hidden;
}
.table-wrapper .fl-table,.table-wrapper table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 1260px;
  white-space: nowrap;
  background-color: white;
  margin: 0 auto;
}
.fl-table thead ,.table-wrapper .firstRow ,.table-wrapper table tr:first-child{
  padding: 0;
  overflow: hidden;
  background: #d80f08!important;
  background: -webkit-linear-gradient(left,#e02a40,#d80f08);
  background: -o-linear-gradient(right,#e02a40,#d80f08);
  background: -moz-linear-gradient(right,#e02a40,#d80f08);
  background: linear-gradient(to right,#e02a40,#d80f08);
}
.fl-table td, .fl-table th,.table-wrapper td,.table-wrapper th {
  text-align: center;
  padding:10px 5px;
  height: auto!important;
  width: auto!important;
}
.fl-table td,.table-wrapper td{
  border-right: 1px solid #b6b6c6;
  color: #224063;
  font-size: 16px;
  line-height: 25px;
  border-bottom: 1px solid #b6b6c6;
}
.fl-table thead th,.table-wrapper .firstRow th,.table-wrapper table tr:first-child td{
  color: #fff;
  line-height: 45px;
  font-size: 24px;
  font-weight: bold;
}
.fl-table tbody tr ,.table-wrapper tbody tr {background: #f9f9f9;}
.fl-table tbody tr:nth-child(odd) ,.table-wrapper tbody tr:nth-child(odd) {background: #d4d4e3;}
/* Responsive */
@media (max-width: 767px) {

}

/*相关推荐*/
.sect_xqtj {padding:50px 0;overflow: hidden;background: #f0f0f0;}
.sect_xqtj .tjtit {color: #222;font-size: 40px;line-height: 100px;position: relative;text-align: center;font-weight: bold;}
.sect_xqtj .tjtit:after {content:"";width: 70px;height: 10px;background: #d80f08;position: absolute;left: 50%;margin-left: -35px;bottom: 0;}
.sect_xqtj .xgtj {padding: 0 30px;overflow: hidden;}
.sect_xqtj .probox {padding: 20px;overflow: hidden; background: #fff;text-align: center;margin-bottom: 30px;} 
.sect_xqtj .probox a {display: block;}
.sect_xqtj .xgtj .probox .icon {width: 100%;height: 100%;overflow: hidden;border:none;}
.sect_xqtj .xgtj .probox .icon img {width: 100%;height: 100%;object-fit: cover;}
.sect_xqtj .xgtj .probox .pro-cont {padding:10px 0 0;overflow: hidden;text-align: center;}
.sect_xqtj .xgtj .probox .pro-cont h3 {color: #1f1f1f;font-size: 18px;line-height: 50px;transition:all 0.5s;}
.sect_xqtj .xgtj .probox .pro-cont span {display: block;font-size: 16px;color: #394455;letter-spacing: 0;transition: all 0.5s;}
.sect_xqtj .xgtj .probox:hover .icon img {transform: scale(1.2);transition:all 0.5s;}
.sect_xqtj .xgtj .probox:hover .pro-cont h3 {color: #e30700;}
.sect_xqtj .xgtj .probox:hover .pro-cont span {letter-spacing: 5px;color: #e30700;}
/*在线留言*/
.on-message {padding: 100px 0px;overflow: hidden;background: url(../images/messagebg.jpg) no-repeat center;background-size: cover;}
.on-message .lxcon {padding: 0;overflow: hidden;}
.on-message .lxcon .lxitem {padding: 0;overflow: hidden;margin-bottom: 45px;}
.on-message .lxcon .lxitem .lximg {display: block;text-align: center;}
.on-message .lxcon .lxitem p {color: #fff;font-size: 18px;line-height: 40px;}
.on-message .lxcon .lxitem h2 {color: #fff;font-size: 24px;line-height: 40px;} 
.on-message .messagetit {padding: 0;overflow: hidden;margin-bottom: 30px;}
.on-message .messagetit span{display: block;color: #fff;font-size: 18px;line-height: 45px;}
.on-message .messagetit span strong {font-size: 30px;color: #fff;line-height: 45px;margin-right: 5px;}
.on-message .mes-form {padding: 0;overflow: hidden;}
.on-message .mes-form .form-tr {padding: 0;overflow: hidden;}
.on-message .mes-form .form-tr  input{display: block;padding: 0 10px;width: 99%;height: 70px;line-height: 30px;background: none;outline: none;border:none;margin-bottom: 10px;color: #fff;font-size: 16px;border:1px solid #c7c7c8;}
.on-message .mes-form .form-tr textarea {display: block;padding: 0 10px;width: 97%;background: none;color: #fff;font-size: 16px;border:1px solid #c7c7c8;margin-bottom: 15px;}
.on-message .form-control::-moz-placeholder{color: #fff; opacity: 1;}
.on-message .form-control:-ms-input-placeholder{color: #fff;}
.on-message .form-control::-webkit-input-placeholder{color: #fff;}
.on-message :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;  
}
.on-message ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.on-message input:-ms-input-placeholder,
.on-message textarea:-ms-input-placeholder {
    color: #fff;
}

.on-message input::-webkit-input-placeholder,
.on-message textarea::-webkit-input-placeholder {
    color: #fff;
}

.on-message .mes-form .btn {display: block;width: 100%;height: 60px;line-height: 60px;text-align: center;color: #fff;background: #e30700;font-size: 16px;padding: 0;border:none;}
.on-message .mes-form .btn:hover { color: #fff;opacity: 0.8;border-color: #e30700;background-color: #e30700;}

/*视频列表页面*/
.sect_video {padding:35px 0;overflow: hidden;background: #f3f3f3;}
.sect_video .plist {padding: 0 0 30px;overflow: hidden;}
.sect_video .plist  .plistbox {padding: 0;overflow: hidden;}
.sect_video .plistbox .plist-item {padding: 10px;overflow: hidden;background: #fff;margin-bottom: 35px;}
.sect_video .plistbox .plist-item a {display: block;}
.sect_video .plistbox .plist-item .icon {width: 100%;height: 100%;overflow: hidden;}
.sect_video .plistbox .plist-item .icon img {width: 100%;height: 100%;object-fit: cover;}
.sect_video .plistbox .plist-item .plistcon {padding: 15px 0;overflow: hidden;text-align: center;}
.sect_video .plistbox .plist-item .plistcon p {color: #252525;font-size: 24px;line-height: 40px;}

/*资质荣誉列表页面*/
.sect_honor {padding:35px 0;overflow: hidden;background: #f3f3f3;} 
.sect_honor .plist {padding: 0;overflow: hidden;}
.sect_honor .plistbox {padding: 0 0 35px;overflow: hidden;}
.sect_honor .plistbox .plist-item {margin-bottom: 35px;}
.sect_honor .plistbox .plist-item a {display: block;overflow: hidden;}
.sect_honor .plistbox .plist-item .prok {padding: 35px;overflow: hidden;background: url(../images/honorbg.jpg) no-repeat center;background-size: 100% 100%;}
.sect_honor .plistbox .plist-item .icon {width: 100%;height: 100%;overflow: hidden;background: #fff;}
.sect_honor .plistbox .plist-item .icon img {width: 100%;height: 100%;object-fit: contain;}
.sect_honor .plistbox .plist-item .protit {padding: 5px 0 3px;overflow: hidden;position: relative;}
.sect_honor .plistbox .plist-item .protit h2 {color: #1c1c1c;font-size: 20px;line-height: 50px;font-weight: normal;border-bottom: 1px solid #bbb;}
.sect_honor .plistbox .plist-item .protit:after {content: "";width: 85px;height: 7px;background: #e30700;position: absolute;left: 0;bottom: 0px;z-index: 1;transition: all 0.5s;}
.sect_honor .plistbox .plist-item:hover .protit h2 {color: #e30700;}
.sect_honor .plistbox .plist-item:hover .protit:after {width: 100%;}

/*
 * 新闻
 */

/*推荐新闻*/
.sect_inner .hotnew {padding: 0;overflow: hidden;/* background: #f0f0f0; */}
.sect_inner .hotnew a {display: block;}
.sect_inner .hotnew .tjimg {width: 100%;height: 100%;overflow: hidden;}
.sect_inner .hotnew .tjimg img {width: 100%;height: 100%;object-fit: cover;}
.sect_inner .hotnew .tjcon {padding: 65px 30px;overflow: hidden;}
.sect_inner .hotnew .tjcon .date {color: #1c1c1c;font-size: 16px;line-height: 40px;}
.sect_inner .hotnew .tjcon .date span {display: inline-block;color: #1c1c1c;font-size: 36px;line-height: 40px;font-weight: bold;margin-right: 5px;}
.sect_inner .hotnew .tjcon h2 {color: #3a3a3a;font-size: 16px;line-height: 40px;margin:10px 0;}
.sect_inner .hotnew .tjcon p {color: #655d5d;font-size: 16px;line-height: 30px;}
.sect_inner .hotnew .tjcon .tjmore {display: block;width: 280px;background: #e30700;line-height: 60px;color: #fff;text-align: center;color: #fff;font-size: 18px;text-transform: uppercase;margin-top: 15px;position: relative;
    z-index: 1;overflow: hidden;padding: 0;}
.sect_inner .hotnew .tjcon .tjmore i {font-size: 30px;color: #fff;display: inline-block;vertical-align: middle;line-height: 60px;}
.sect_inner .hotnew .tjcon .tjmore:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1000%;
    height: 1000%;
    background: #f1c006;
    z-index: -1;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
    transform: translateY(10%)translateX(16%)rotate(-45deg);
    transition: transform .5s;
    }
.sect_inner .hotnew:hover .tjcon .tjmore:after,.sect_inner .hotnew .tjcon .tjmore:hover:after {transform: translateY(15%) translateX(-5%) rotate(-45deg);opacity: 1;}
.sect_inner .hotnew:hover img {transform: scale(1.2);transition:all 0.5s;}
.sect_inner .hotnew:hover h2,.sect_inner .hotnew:hover p {color: #e30700;}


/*新闻列表*/
.sect_inner .newlist {padding: 40px;overflow: hidden;background: #f0f0f0;margin-bottom: 3rem;}
.sect_inner .newbox {padding: 0;overflow: hidden;}
.sect_inner .newbox .newli {padding:0;overflow: hidden;background: #fff;margin-bottom: 20px;}
.sect_inner .newbox .newli a {display: block;}
.sect_inner .newbox .newli .nimg {width: 100%;height: 100%;overflow: hidden;}
.sect_inner .newbox .newli .nimg img {width: 100%;height: 100%;object-fit: cover;}
.sect_inner .newbox .newli .ncon {padding: 10px 20px 35px;overflow: hidden;}
.sect_inner .newbox .newli .ncon .date {display:block;text-align: center;color: #1c1c1c;font-size: 16px;line-height: 30px;}
.sect_inner .newbox .newli .ncon .t {color: #3a3a3a;font-size: 16px;line-height: 40px;padding-bottom: 10px;position: relative;text-align: center;}
.sect_inner .newbox .newli .ncon .t:after {content: "";width: 60px;height: 1px;background: #4f4f4f;position: absolute;left: 50%;margin-left: -30px;bottom: 0;}
.sect_inner .newbox .newli .ncon p {color: #655d5d;font-size: 14px; line-height: 25px;min-height: 50px;margin-top: 10px;}
.sect_inner .newbox .newli:hover img {transform: scale(1.2);transition:all 0.5s;}
.sect_inner .newbox .newli:hover .t{color: #e30700}
.sect_inner .newbox .newli:hover .t:after {width: 100%;left: 0;background: #e30700;}
.hotlist {padding: 15px;overflow: hidden;border-left: 1px solid #f0f0f0;}
.hotlist .newli {padding:0;overflow: hidden;background: #fff;margin-bottom: 20px;}
.hotlist .newli a {display: block;}
.hotlist .newli .nimg {width: 100%;height: 100%;overflow: hidden;}
.hotlist .newli .nimg img {width: 100%;height: 100%;object-fit: cover;}
.hotlist .newli .ncon {padding: 10px;overflow: hidden;}
.hotlist .newli .ncon .date {display:block;text-align: center;color: #1c1c1c;font-size: 16px;line-height: 30px;}
.hotlist .newli .ncon .t {color: #3a3a3a;font-size: 16px;line-height: 40px;padding-bottom: 10px;position: relative;text-align: center;}
.hotlist .newli .ncon .t:after {content: "";width: 60px;height: 1px;background: #4f4f4f;position: absolute;left: 50%;margin-left: -30px;bottom: 0;}
.hotlist .newli .ncon p {color: #655d5d;font-size: 14px; line-height: 25px;min-height: 50px;margin-top: 10px;}
.hotlist .newli:hover img {transform: scale(1.2);transition:all 0.5s;}
.hotlist .newli:hover .t{color: #e30700}
.hotlist .newli:hover .t:after {width: 100%;left: 0;background: #e30700;}


/*
 * 新闻详细
 */
.caseTitle{line-height: 50px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc}
.caseTitle span{color: #000;padding-left: 20px}
.caseTitle span.r{border-left: 1px solid #ccc;display: block;float: left}
.content .C {padding: 10px 2%}
/*正文*/
.newsDetail{ padding:3rem; background:#fff;}
.newsTit{text-align:center;padding-bottom:24px;background-color: #fff}
.newsTit h1{color:#000;font-weight: normal;line-height: 1.3}
.newsTit p{font-size:16px;color:#bbb}
.newsTit p a{color:#bbb}
.newsTit p span{padding:0 20px}
.newsThumb{text-align: center;padding-bottom: 40px}
.newsThumb img{max-width: 90%}

.ptit span {font-weight: bold;font-size: 24px;line-height: 30px;}
/*内容*/
.content{font-size: 16px;line-height: 30px;margin-bottom: 0;padding: 10px 0;overflow: hidden;}
.content p{font-size:16px;margin:0 0 10px;line-height:30px}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{line-height: 150%}
.content h1{font-size:32px;font-weight:bold;margin:.67em 0}
.content h2{font-size:24px;font-weight:bold;margin:.75em 0}
.content h3{font-size:18px;font-weight:bold;margin:.83em 0}
.content h4{font-size:16px;font-weight:bold;margin:1.12em 0}
.content h5{font-size:14px;font-weight:bold;margin:1.5em 0}
.content h6{font-size:12px;font-weight:bold;margin:1.67em 0}
.content ul li{list-style:inherit}
.content .n_top{margin-top:0}

.content_bak{font-size:16px;line-height:30px;}
.content_bak img {max-width: 100%;}
.content_bak p{font-size:16px;margin:1.12em 0;line-height:30px}
.content_bak h1,.content_bak h2,.content_bak h3,.content_bak h4,.content_bak h5,.content_bak h6{line-height: 150%}
.content_bak h1{font-size:32px;font-weight:bold;margin:.67em 0}
.content_bak h2{font-size:24px;font-weight:bold;margin:.75em 0}
.content_bak h3{font-size:18px;font-weight:bold;margin:.83em 0}
.content_bak h4{font-size:16px;font-weight:bold;margin:1.12em 0}
.content_bak h5{font-size:14px;font-weight:bold;margin:1.5em 0}
.content_bak h6{font-size:12px;font-weight:bold;margin:1.67em 0}
.content_bak ul li{list-style:inherit}
.content_bak .n_top{margin-top:0}
.content_bak table{ width: 100%;}
.content_bak table,.content_bak table td{border: 1px solid #ccc;}


/*招聘列表*/
.joblist {padding:0;overflow: hidden;}
.joblist .jobbox {padding:30px;overflow: hidden;background:#f6f6f6;margin-bottom: 30px; }
.joblist .jobbox .zptit {padding: 0;overflow: hidden;border-bottom: 1px dashed #b1b1b1;line-height: 50px;margin-bottom: 10px;}
.joblist .jobbox .zptit h2 {color: #1f1f1f;font-size: 24px;}
.joblist .jobbox .zptit span {display: block;color: #848484;font-size: 14px;text-align: right;} 
.joblist .jobbox p {color: #1f1f1f;font-size: 16px;line-height: 30px;min-height: 60px;}
.joblist .jobbox .zpmore {display: block;width: 135px;height: 35px;background:#0a56a1;line-height: 35px;border-radius: 20px;text-align: center;color: #fff;font-size: 14px;margin-top: 20px;}
.joblist .jobbox .zpmore:hover {background:#d90f22;color: #fff;}

.section_njob.block1,.section_njob.block1 *{background: #f3f3f3}
.section_njob .services-box{padding-bottom: 0;}
.section_njob .services-box .icon{height: auto;font-size: 60px;color: #d83142}
.section_njob .services-box h3{color: #d83142;font-size: 20px;font-weight: normal}
.section_njob .services-box p,.section_njob .services-box p a{color: #7f7f7f;height: auto}
/*样式1*/
.jbox{margin-bottom: 20px; border-left:18px solid #091136; background:#f7f7f7; position:relative; padding:5rem 3rem;box-shadow: #efeaea 0 0 10px;}
.jbox .jbox_c{}
.jbox .jbox_c h5{font-size: 2.4rem;color: #037fcd;}
.jbox .jbox_c span{ color:#8e8e8e; display:block; padding:10px 0;}
.jbox .jbox_c p{font-size: 16px; line-height:30px; color:#1e1e1e; padding-top:1rem;}
.jbox .jbox_c a{padding: 0 3.5rem; line-height:4rem; font-size:3rem; font-family:"宋体"; display:inline-block; position:absolute; right:0; top:33%; color:#fff; background:#037fcd;}
.jbox .jbox_c a:hover{background: #037fcd; border-color:#037fcd;color: #fff}
/*样式2*/
.subNavBox{margin:10px auto;border-top:none;}
.sub_top{ width:100%; background:#d83142; height:50px; color:#FFF; border-radius:10px 10px 0px 0px; font-size:20px; line-height:50px;  border:none;}
.sub_top p{padding-left:2%;}
.sub_cont{border:solid 1px #e5e3da;}
.subNav{border-bottom:solid 1px #e7e5e5;cursor:pointer;font-size:14px;line-height:60px;padding-left:2%}
.subNav i{float: right;line-height: 60px;margin-right: 4%;color: #d83142;font-size: 24px}
.subNav i:before{content:"\ea43";}
.subNav:hover{color:#d83142;}
.subNav.on{color:#d83142;}
.subNav.open i:before{content: "\ea41"}
.navContent{display: none;border-bottom:solid 1px #e5e3da; background:#f9f8f8; padding:15px 2%;font-size:14px;color:#7f7f7f; line-height:24px;}

/*
 * 招聘详细
 */
.jobapply{box-shadow: #ddd 0 0 20px;padding: 45px}
.jobchild{font-size: 14px;border-right: 1px solid #eee}
.jobchild p.job_label{padding:4px 0}
.jobchild h3.job_name{color:#333;line-height: 43px;font-size: 26px;margin-bottom: 15px;font-weight: 500;}
.jobchild h4.job_name{font-size: 15px;margin-top: 25px;margin-bottom: 5px;}
.jobchild .job_cont {padding: 0 1rem;}
.jobchild p,.jobchild .job_label,.jobchild .job_cont{color:#7c7c7c; font-size:16px; }

/* 
 * 联系我们
 */
.cbanner .lxlist {padding: 0;overflow: hidden;position: relative;top: 160px;}
.cbanner .lxlist .lxitem {padding:55px 20px;overflow: hidden;text-align: center;cursor: pointer;background: rgb(227, 7, 0);border-radius: 15px;margin:0 10px 10px;}
.cbanner .lxlist .lxitem .lximg {width: 100%;margin-bottom: 15px;}
.cbanner .lxlist .lxitem .lximg img {max-width: 100%;}
.cbanner .lxlist .lxitem p {color: #fff;font-size: 18px;}
.cbanner .lxlist .lxitem h2 {color: #fff;font-size: 22px;}
.cbanner .lxlist .lxitem:hover .lximg {animation: zoomIn4 2s forwards;}

/*留言板块*/
.sect_contact .messagetit {padding: 0;overflow: hidden;margin-bottom: 30px;}
.sect_contact .messagetit span{display: block;color: #514a4a;font-size: 18px;line-height: 45px;}
.sect_contact .messagetit span strong {font-size: 30px;color: #514a4a;line-height: 45px;margin-right: 5px;}
.sect_contact .lxonline {padding:0;overflow: hidden;margin-bottom: 30px;}
.sect_contact .lxonline .lxliuyan {padding: 0;overflow: hidden;}
.sect_contact .lxonline .lxliuyan .mes-form {padding: 0;overflow: hidden;}
.sect_contact .lxonline .lxliuyan .mes-form .form-tr {padding: 0;overflow: hidden;}
.sect_contact .lxonline .lxliuyan .mes-form .form-tr  input{display: block;padding: 0 10px;width: 100%;height: 60px;line-height: 30px;background: #ebebeb;outline: none;border:none;margin-bottom: 15px;color: #1b1a1a;font-size: 16px;}
.sect_contact .lxonline .lxliuyan .mes-form .form-tr textarea {padding: 0 10px;width: 100%;border: none;background: #ebebeb;color: #1b1a1a;font-size: 16px;}
.sect_contact .lxonline .lxliuyan .mes-form .verify img {height: 58px;}
.sect_contact .lxonline .lxliuyan .mes-form .btn {display: block;width: 100%;height: 60px;line-height: 60px;text-align: center;color: #fff;background: #e30700;font-size: 16px;padding: 0;border:none;}
.sect_contact .lxonline .lxliuyan .mes-form .btn:hover { color: #fff;opacity: 0.8;border-color: #e30700;background-color: #e30700;}

.ewmlist {padding:30px 0 40px;overflow: hidden;}
.ewmlist .ewmitem {padding: 30px 0;overflow: hidden;border:1px solid #c1c1c1;border-radius: 10px;text-align: center;}




.nmap {padding: 0;overflow: hidden;border:5px solid #ebebeb;margin-bottom:50px;}
#map {height:535px;width: 100%;}


.pwx{ background: rgba(0,0,0,0.5); top: 0; left: 0; position: fixed; width: 100%; height: 100%; z-index: 1000000; text-align: center; display: none;}
.pwx .bk-c{ background: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin:auto auto; width: 400px; height: 400px; text-align: center;}
.pwx .bk-c i{ display: block; text-align: right; font-size: 3rem; padding: 0 20px; background: #eee; line-height: 40px; color: #000; cursor: pointer; margin-bottom: 2rem;font-style: normal;}
.pwx .bk-c span{ display: block; color: #000; margin-top: 1rem;}
.pwx  img {margin-top: 20%;}


/* ========================================================================== */
.m-form{}
.m-form legend{ color:#333; font-size:3rem; font-weight:bold;}
.m-form legend span{ font-family:Constantia; font-size:14px; text-transform:uppercase; margin-left:10px;}
.form-control{ color:#333; }
.m-form .btn{ border-radius:10px;}

@media screen and (max-width:1450px){ 
   /*关于我们*/
	 .abanner {height: 640px;}
   .sect_lm .pnavt {padding: 15px 2.5%;}
   .sect_lm .pnavt span {font-size: 20px;line-height: 40px;}
   .sect_lm .pnavt span strong{line-height: 40px;display: block;}
   .sect_about1 .aboutleft .about-tit h2,.sect_about1 .aboutleft .about-tit h2 strong {font-size: 30px;line-height: 40px;}
   .sect_about1 .aboutleft .about-tit em {height: 5px; margin: 10px 0;}
   .sect_about1 .aboutleft .aboutcon p {font-size: 16px;line-height: 30px;}
   .sect_about2 {padding: 30px 0;}
   .sect_about2 .culture .curcon {padding: 20px;}
   .sect_about2 .culture .curcon .cur_icon i {font-size: 46px;}
   .sect_about2 .culture .curcon .curitem {margin-bottom: 20px;}
   .sect_about3 .gozgs h2 {font-size: 70px;line-height: 90px;}
    /*产品*/
    .sect_npro .npro .nprocon .np_T {font-size: 30px;line-height:45px;}
    .sect_npro .npro .nprocon .np_T i {height: 45px;}
    .sect_npro .npro .nprocon .np_tit {font-size: 24px;line-height: 60px;}
    .sect_npro .npro .nprocon p {line-height: 25px;margin: 15px 0;}
    .sect_npro .npro .nprocon .pmore span{height: 45px;line-height: 45px;}
    .sect_npro .npro .nprocon .pmore i {height: 45px;line-height: 45px;}
    .sect_pinner .photo .f-picmid {height: 325px;}
    .sect_pinner .photo .deright {padding: 15px 0px;}
    .sect_pinner .photo .deright h2 {font-size: 26px;line-height: 50px;}
    .sect_pinner .photo .deright p {margin: 15px 0;}
    .sect_pinner .photo .deright .dshare a {font-size: 22px;}
    .sect_pinner .photo .deright .dshare a i {width: 30px;}
    .pxqnav a {line-height: 76px;}
    .pxqnav a i {height: 76px;}
    .xpcontent {padding: 50px;}
    .xpys .ysitem .yscon h2 {font-size: 20px;line-height: 50px;}
    /*视频*/
    .sect_video .plistbox .plist-item .plistcon p {font-size: 20px;}
    /*合作客户*/
    .cusbanner {height: 850px;}
    /*新闻*/
    .sect_inner .hotnew .tjcon {padding: 25px;}
    .sect_inner .hotnew .tjcon h2 {font-size: 18px;line-height: 35px; margin: 0;}
    .sect_inner .hotnew .tjcon p {line-height: 25px;}
    .sect_inner .hotnew .tjcon .tjmore {line-height: 45px;}
    .sect_inner .hotnew .tjcon .tjmore i {line-height: 45px;}
    /*联系我们*/
    .cbanner .lxlist .lxitem h2 {font-size: 18px;}
    

}
