/* ==========================================================================
   Index Page
   ========================================================================== */

.nhead{ background: #fff; position: relative;}
.ny_banner{ height: 535px; overflow: hidden; margin-top: 114px; display: flex; align-items: center; /*animation: scaleDraw 5s ease-in-out infinite;
-webkit-animation: scaleDraw 5s ease-in-out infinite; animation-iteration-count: 1; */}
@keyframes scaleDraw {  
            0%{
                transform: scale(1.2);  
            }
            100%{
                transform: scale(1);
            }
        }
.ban-box{ max-width: 1400px; margin: 0 auto; width: 92%; }
.ny_news{ background:url(../img/banner_news.jpg) no-repeat center;  background-size: cover; }
.ny_con{ background:url(../img/ny_con.jpg) no-repeat center;  background-size: cover;}
.ny_service{ background:url(../img/ny_service.jpg) no-repeat center;  background-size: cover;}
.ny_case{background:url(../img/ny_case.jpg) no-repeat center;  background-size: cover;}
.ny_pro{background:url(../img/ny_pro.jpg) no-repeat center;  background-size: cover;}
.ny_about{background:url(../img/ban_about.jpg) no-repeat center;  background-size: cover; height: 903px; margin-top: 114px;display: flex; align-items: center;}
.ny_qa{background:url(../img/ban_about1.jpg) no-repeat center;background-size: cover; }
.tit_ban{ text-align: left; color: #ffffff; }
.tit_ban h3{ font-size: 7.2rem; font-weight: bold;}
.tit_ban p{ font-size: 16px; opacity: 0.8; font-weight: normal;color: #ffffff;}
.tit_ban p a{ color: #ffffff;}

.tit_ban1{ text-align: center; color: #ffffff; }
.tit_ban1 p{ font-size: 3.6rem; border: 1px solid #ffffff; padding: 5px 15px; display: inline-block; margin: 3rem 0;}
.tit_n1{ line-height: 4rem; text-align: center; text-transform: uppercase;font-weight: bold;}
.tit_n1 p{ font-size: 3.6rem; color: #333333; position: relative;}
.tit_n1 span{ font-size: 16px; color: #333333; font-weight: normal;    margin-top: 2.5rem;     display: block;}
.tit_n1 p:after{ width: 31px; height: 4px; content: ""; background: #0359c3; left: 0; right: 0; margin: 0 auto;bottom: -15px; display: block; position: absolute;}
.tit_n1 img{ margin-top: 3rem;}


.place{ text-align: left; color: #858687; font-size: 16px; line-height: 4rem; padding: 4rem 0;}
.place i{ color: #666666; font-size: 18px; margin-right: 5px;}
.place a{color: #727887; }
.place a:hover{ color: #0857a6;}
.tiao{ margin-top: 12rem; animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate; cursor: pointer;}
.tiao1{ margin: 12rem auto 0;max-width: 50px; animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate; cursor: pointer;}
@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
  }
  100% {
    transform: translate3d(0, -1em, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
  }
}
/*内页分类*/
.psub{  height: 4.7rem; line-height: 4.7rem; text-align: center; display: flex; justify-content: center; margin: 3rem 0;}
.psub a{ display: inline-block; border-radius: 25px; background: #e5e5e5; position: relative; padding: 0 5rem; color: #333333; margin: 0 1rem; font-size: 18px; transition: all 0.3s;}
.psub a:hover,.psub a.active1{  color: #ffffff; transition: all 0.3s; background: #0e57c0; }

.psub1{  height: 7.7rem; line-height: 7.7rem; text-align: center;}
.psub1 a{ display: inline-block; position: relative; color: #333333; margin-left:6rem; font-size: 18px; float: right; transition: all 0.3s;}
.psub1 a:hover{  color: #90c42f; transition: all 0.3s; }
.psub1 a.active1{ color: #90c42f; transition: all 0.3s;}

/*关于我们*/
.sect_about{position: relative; padding: 8rem 0 4rem;} 
.dot_about{ position: relative; max-width: 950px; margin: 6rem auto 3rem; width: 100%; text-align: left;}
.dot_about .a_1{ margin: 0 auto; text-align: center;}
.dot_about .a_1 p{ font-size: 18px; color: #2d2d2d; padding: 2rem 0;}
.tit_about{ color: #2d2d2d; text-align: center;}
.tit_about span{ font-size: 4.5rem; font-weight: bold; display: block;}
.tit_about p{ font-size: 18px; color: #626262; padding-top: 1rem;}
.dot_about2{ text-align: center;}
.dot_about2 p{ color: #626262; font-size: 18px; font-weight: normal; line-height: 4rem; display: -webkit-box;
  -webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow: hidden;}
.dot_about2 .subNav{ cursor:pointer;font-size:14px;line-height:60px; border-bottom: none;}
.dot_about2 .subNav p{ font-size: 18px; color: #232937;}
.dot_about2 .subNav i{float: none; margin-right: 0; display: inline-block; font-size: 16px; border: 1px solid #dedede; padding: 5px 30px; line-height: 30px; color: #626262;margin-top: 3rem;}
.dot_about2 .subNav:hover{color:#eb408c;}
.dot_about2 .subNav.open{ background: #ffffff; border-bottom: none; }
.dot_about2 .subNav.open i{ display: none;}
.dot_about2 .navContent{display: none;padding:0;font-size:16px;color:#727887; line-height:34px; border-bottom:none;}
.dot_about2 .navContent p{ color: #232937; font-size: 18px; font-weight: normal; line-height: 4rem; padding: 0;}
    
.dot_1{ margin-top: 6rem; text-align: center; position: relative; z-index: 2;}
.dot_1 img{ position: relative; z-index: 2;}
.dot_1:before{ width: 186px; height: 197px; content: ""; background:url(../img/bg_a3.jpg) no-repeat center; position: absolute; left: -7%; top: -24%; z-index: -1;}
.dot_1:after{ width: 186px; height: 197px; content: ""; background:url(../img/bg_a4.jpg) no-repeat center; position: absolute; right: -7%; bottom: -22%; z-index: 0;}

.sect_about1{position: relative; padding: 8rem 0 10rem; background:url(../img/bg_a2.jpg) no-repeat center;}  
.dot_2{ position: relative; text-align: justify;}
.dot_2:before{ width: 25px; height: 17px; background: url(../img/douhao.png) no-repeat center; position: absolute; left: 0px; top: -20px; content: "";}
.dot_2:after{ width: 25px; height: 17px; background: url(../img/douhao.png) no-repeat center; position: absolute; right: 0px; bottom: -20px; content: ""; transform: rotate(180deg);}
.dot_2 p{ font-size: 18px; line-height: 40px;}

.sect_about2{ position: relative; background:url(../img/bg_wh.jpg) no-repeat center;}
.sect_about2 .container {display: flex; width: 100%; box-sizing: border-box;}
.sect_about2 .box {flex: 1;transition: .5s; color: #ffffff; line-height: 0;  position: relative; transition: all 0.4s;padding: 14rem 0;border-right: 1px solid rgba(255,255,255,0.2); }
.sect_about2 .box:first-child{border-left: 1px solid rgba(255,255,255,0.2); }
.sect_about2 .box:after{ width: 2px; height: 0; background: #ffffff; content: ""; display: block; position: absolute; left: 0;top: 17%;}
.sect_about2 .box .box1{ width: 100%; text-align: left;    padding: 0 3rem;}
.sect_about2 .box .box1 em{ font-size: 8rem; font-weight:bold; font-style: normal; display: block;    min-height: 20px; position: relative;}

.sect_about2 .box .box1 span{ font-size: 3.6rem; line-height: 4rem; display: block; margin: 4rem 0;}
.sect_about2 .box .box1 p{opacity: 0; text-align:left; font-size: 18px; font-weight: normal; line-height: 3rem;    max-width: 400px;}
.sect_about2 .box:hover::after{height: 73px;}

.sect_about2 .active:after{width: 2px; height: 73px; background: #ffffff; content: ""; display: block; position: absolute; left: 0;top: 17%;}
.sect_about2 .box:hover,.sect_about2 .active{ flex: 1 1 25% !important; cursor: pointer;}
.sect_about2 .box:hover p,.sect_about2 .active .box1 p{ opacity: 1;}

.bg_honor{ padding: 8rem 0 25rem;}
.honor{ margin-left: 0; position: relative;}
.honor:after{ width: 61.6rem; height: 25.7rem; display: block; content: ""; background: url(../img/honor_bg.png) no-repeat center; position: absolute; left: 0; top:80%; right: 0; margin: 0 auto;}
.bg_honor .swiper-slide img{ transform: scale(0.9); /*-webkit-filter: blur(15px); -moz-filter: blur(10px); -ms-filter: blur(10px); -o-filter: blur(10px); filter: blur(10px);*/}
.bg_honor .swiper-slide .con_honor{ display: none;}
.bg_honor .con_honor{ font-size: 16px; color: #212d42; max-width: 340px; line-height: 40px;    margin-top: 8rem;}
.bg_honor .swiper-slide-active{ width: 70% !important;}
.bg_honor .swiper-slide-active .con_honor{ display: block;}
.bg_honor .swiper-container{ overflow:inherit;}
.bg_honor .swiper-slide-active .icon img{ transform: scale(1); filter:none; width: 504px !important; height: 357px !important; }

.bg_honor .swiper-pagination-bullet{ font-size: 30px; color: #1e1e1e;}
.bg_honor .swiper-pagination-custom{ font-size: 30px; color: #1e1e1e; text-align: left;top: 0;}
.bg_honor .swiper-pagination-custom:first-letter{ color: #0e57c0;}
.bg_honor .iprev4{ width: 5.8rem; height: 5.8rem; background: #0e57c0; opacity: 1; border-radius: 100%; line-height: 5.8rem; text-align: center; top: auto; bottom: 10%;}
.bg_honor .iprev4 i{ color: #ffffff; font-size: 2rem;}
.bg_honor .inext4{width: 5.8rem; height: 5.8rem; background: #616161;opacity: 1; border-radius: 100%; line-height: 5.8rem; text-align: center; top: auto; bottom: 10%; left: 5%;}
.bg_honor .inext4 i{ color: #ffffff; font-size: 2rem;}
.sect_hj{ max-width: 1920px; margin: 0 auto;}
.img-box1{ margin-bottom: 0rem; position: relative; }
.img-box1 .icon img{ width: 100%; height: 100%;}
.img-box1 a{position: relative;transition: all 0.8s;}
.img-box1 a:hover .icon img{transform:scale(1.2);}
.img-box1 .ntit{margin: 0 auto; text-align: center; position: absolute; left: 0; right: 0; margin: 0 auto;  bottom: 10px; z-index: 2;}
.img-box1 .ntit p{ color: #ffffff;  font-size: 18px; padding: 5px 10px;}

/*联系我们*/
.sect_contact{padding: 8rem 0; background: #ffffff;}
.contact{ max-width: 1400px; width: 92%; margin: 0 auto;}
.sect_contact .tit_con{ position: relative; border-bottom: 1px solid #e7e7e7; padding-bottom: 2rem; max-width: 550px;}
.sect_contact .tit_con:after{ width: 52px; height: 2px; content: ""; display: block; background: #045ad6; left: 0; bottom: 0; position: absolute;}
.sect_contact .tit_con p{ font-size: 3rem; color: #666666; font-weight: bold;}

.sect_contact .dot_con{ clear: both; overflow: hidden; margin: 3rem 0;}
.sect_contact .dot_con li{ font-size: 18px; color: #565656; padding: 10px 0;}
.sect_contact .dot_con li i{ font-size: 18px; background: #e9e9e9; color: #999999; border-radius: 100%; padding: 5px; margin-right: 15px;}

.form{ margin-top: 5rem; font-family: 'calibri'; font-family: 'calibri';}
.form p{ font-size: 18px; font-weight: normal; text-align: left; line-height: 4rem;}
.form p span{ font-size: 3rem; color: #6a6a6a;  line-height: 3rem; font-weight: bold; display: inline-block; }
.form p a{ color: #045ad6; font-size: 18px; }
.form .btn-default{ width: 100%; max-width: 280px; margin: 2rem auto; background: #045ad6; font-weight: bold; color: #ffffff; border: none; font-size: 1.8rem; line-height: 4rem;  display: block;}
.form-control{ border: 1px solid #dedede;background: #ffffff;}
.sect_contact .map{ margin-top: 5rem;}

/*常见问题*/
.form1{ width:100%;  margin: 0 0 5rem;;}
.form1 .bt{ background: #0359c3; color: #ffffff; height: 5rem; line-height: 5rem; display: block; text-align: center;font-size: 18px;  width: 98%;margin-left: 2%;}
.form1 .bt i{ font-size: 2.2rem; margin-right: 10px;}
.form1 .form-control{ background: #ffffff; height: 5rem; border: 1px solid #dedede; margin: 0;font-size: 18px;}
    .subNavBox{margin:10px auto;border-top:none;}
    .sub_cont{}
    .jboicon{ position: relative; float: right !important;}
    .subNav.open .jboicon:before{ display: block;}
     .subNav.open .jboicon:after{ display: none;}
    .jboicon:after{ width: 15px; height: 15px; content: "+"; display: block; font-size: 3rem; color: #0359c3;}
    .jboicon:before{ width: 15px; height: 15px; content: "-"; display: none; font-size: 4rem; color: #0359c3;}
    .subNav{border-bottom:1px solid #dedede;cursor:pointer;font-size:14px;line-height:60px;}
    .subNav p{ font-size: 18px; color: #232937;}
    .subNav i{margin-right: 15px; display: block;float: left;}
    .subNav:hover{color:#eb408c;}
    .subNav.open{ background: #ffffff; border-bottom: 1px solid #dedede;}
    .navContent{display: none;border-bottom:solid 1px #e5e3da;  padding:30px 0;font-size:16px;color:#727887; line-height:34px;}
    .navContent i{ float: left;}
    .navContent p{ padding-left: 6rem; font-size: 16px; color: #787878; line-height: 2;}
    .navContent span{ font-size: 18px; color: #62bb97; font-weight: bold; display: block; padding-top: 4rem;}
/*服务支持*/
 .sect_service{padding: 8rem 0; background: #ffffff;} 
 .box_1{ background: #f5f5f5; padding: 4.5rem; text-align: center; margin-top: 10rem;}
 .box_1 img{ display: block; margin: 0 auto; margin-bottom: 1rem;}
 .box_1 span{ font-size: 2.4rem; color: #333333; line-height: 5rem; display: block;}
 .box_1 p{ font-size: 16px; color: #333333;} 
 .box_2{ background: #f7f7f7; padding: 8rem 0; margin-top: 8rem; margin-bottom: 8rem;}
 /*案例*/
.sect_case{background: url(../img/list_bg.jpg) no-repeat center top; padding: 5rem 0;}
.case-box { height: 100%; background: #ffffff; position: relative;  margin: 3rem auto 3rem 0; overflow: hidden;}
.case-box:hover .bimg{ opacity: 1; top: 20%; transition: all 0.5s;}
.case-box:hover .bimg .ptit{ opacity: 1; top: 13%; transition: all 0.8s;}
.case-box:hover .ptit{opacity: 0;}
.case-box .bimg{ position: absolute; z-index: 100;  background: rgb(14,87,192,0.9); width: 100%; height: 80%; left: 0; top: 100%; opacity: 0;transition: all 0.5s; }
.case-box .bimg .ptit{ padding: 6rem 3rem; color: #ffffff; top:100%; transition: all 0.8s;}
.case-box .bimg .ptit h3{color: #ffffff;}
.case-box .bimg .ptit p{color: #ffffff; word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.case-box .bimg .ptit em{color: #ffffff; border: 1px solid #ffffff; margin: 4rem 0;}
.case-box .bimg .ptit em i{ color: #ffffff;}

.case-box .ptit h3{ padding: 20px 10px 0 0; font-size: 2.4rem; font-weight: normal; line-height: 3rem;  text-align: left; position: relative;}
.case-box .ptit p{ font-size: 16px; color: #686b68; text-align: left; line-height: 3rem; padding: 0 10px 0 0;margin-top: 2rem; }
.case-box .ptit em{ text-align: center; color: #d33725; border: 1px solid #1a5fc3; border-radius: 35px; display: block; width: 35px; height: 35px; line-height: 35px; font-style: normal; margin: 4rem 0;}
.case-box .ptit em i{font-size: 3rem; font-weight: 300; color: #1a5fc3;}
/*新闻*/
.sect_news{  padding: 2rem 0; background: #f7f8fa;}
.news-box{ border-bottom: 1px solid #dfe2ef; padding: 7rem 0;}
.news-box:hover{ background: #f5f5f5;}
.news-box:hover img{transform:scale(1.2);}
.news-box:hover i{ background: #0e57c0; color: #ffffff;}
.num{ font-size: 2.4rem; color: #333333; position: relative;}
.num:after{ width: 8px; height: 8px; content: ""; background: url(../img/sanjiao.png) no-repeat center bottom; position: absolute; left: 30px; bottom: 6px;}
.top_news1{}
.top_news1 em{ font-size:16px; color: #8c94a6; font-style: normal; display: block; line-height: 4rem;}
.top_news1 span{font-size: 2.4rem; color: #232937;  padding-top: 0; font-weight: bold;}
.top_news1 p{ font-size: 16px; color: #5d5d5d; line-height: 3rem; padding-top: 3rem; max-width: 500px;}
.top_news1 i{max-width: 31px; display: block; height: 31px; line-height: 31px; color: #8d8d8d; border-radius: 100%;  text-align: center; border: 1px solid #dedede; margin-top: 5rem;}
.mt_news{ padding: 6rem 0;}
.sect_news .article{ text-align: center; background: #ffffff;  padding: 7rem;}
.sect_news .news-tit{ font-size: 3.6rem; text-align: left; line-height: 5rem; font-weight: 500;}
.sect_news .fabu{ text-align:justify; font-size: 14px; color: #7a7a7a; padding: 3rem 0; border-bottom: 1px solid #eeeeee;}
.sect_news .fanhui1{ text-align: right;}
.sect_news .content{line-height: 36px; color: #232937; padding: 3rem 0 5rem 0;font-size: 16px; text-align: center;}
.sect_news .content p{ margin: 1rem 0; font-size: 16px; text-align: left;}
.sect_news .content p span{ font-weight: bold;}

.sect_news .fenxiang{ max-width: inherit; position: relative; margin-top: 0; margin-bottom: 6rem;}
.sect_news .fenxiang a{ margin: 0 10px;}
.bshare-custom #bshare-shareto{ margin-bottom: 10px; font-size: 12px; color: #333333; position: relative;}
.bshare-custom #bshare-shareto:before{width: 95px;content: ""; display: block; position: absolute; height: 1px; left: -120px; top:45%; background: #dddddd;}
.bshare-custom #bshare-shareto:after{width: 95px;content: ""; display: block; position: absolute; height: 1px; right: -120px; top:45%; background: #dddddd;}
.more_n{background-image: linear-gradient(to right, #61ba97, #2d85a3); color: #ffffff !important;font-weight: bold; font-size: 18px; display: inline-block; padding: 8px 25px;  margin-top: 4rem;}


.xiangguan{ background: #ffffff; padding: 5rem 3rem;}
.tit_xg{ font-size: 2.4rem; color: #333333;}

.ny_tit{ font-size: 3.6rem; color: #292929;}
.ny_tit span{ font-family: tahoma;}
.ny_tit em{color: #ebebeb; padding: 0 10px;}
.ny_tit p{ font-size: 1.8rem; color: #565963; line-height: 3rem;}

.news_pages{ padding: 3rem 0;    text-align: left;}
.news_pages p{ font-size: 1.8rem; line-height: 4rem;}
.news_pages p a{ color: #333333;}
.news_pages p a:hover{ color: #62bb97; border-bottom: 1px solid #62bb97;}
/*新闻列表*/
.pro-box {margin: 0 auto 4rem 0; max-width: 424px; height: 100%; background: #ffffff; position: relative; transition:all 3s;}
.pro-box .time{ width: 8.7rem; height: 8.5rem; font-size: 14px; color: #ffffff; line-height: 40px; background:url(../img/time_bg.png) no-repeat center center; position: absolute; right: -8rem; display: none; top:-8rem; text-align: center; line-height: 3rem; background-size: cover; opacity: 0;  transition:all 3s;}
.pro-box .time span{ font-size: 12px;}
.pro-box .time em{ display: block; font-size: 3rem; font-weight: 600; font-style: normal; line-height: 20px; margin-top: 15px; }
.pro-box .ptit{ text-align: left; line-height: 24px; padding: 3rem; }
.pro-box .ptit h3{ padding: 0; font-size: 2rem; line-height: 3rem;  text-align: left; color: #232937;}
.pro-box .ptit p{ font-size: 16px; color: #727887; text-align: left; line-height: 3rem; }
.pro-box .ptit em{ text-align: left; font-style: normal; color: #6e6e6e; line-height: 4rem; font-size: 12px;}
.pro-box:hover .ptit{ background-image: linear-gradient(to right, #2c84a2, #62bb98);}
.pro-box:hover .ptit p{ color: #ffffff;}
.pro-box:hover .ptit h3{ color: #ffffff;}
.pro-box:hover .ptit em{ color: #ffffff;}
.pro-box:hover .time{ opacity: 1; display: block; right: 0; top: 0; transition:all 3s;}

.pro-box1 {margin: 0 auto 4rem 0; height: 100%; background: #ffffff; position: relative; transition:all 3s;}
.pro-box1 .time{ font-size: 14px; color: #666666; line-height: 40px; }
.pro-box1 .ptit{ text-align: left; line-height: 24px; padding: 15px 0; }
.pro-box1 .ptit h3{ padding: 0; font-size:16px; line-height: 3rem;  text-align: left; color: #232937;}

/*产品*/
.sect_pro{ background: #f7f7f7; padding: 6rem 0; }
.sect_pro1{ background: #ffffff;  padding: 4rem 0;}
.pro_list{ background: #ffffff; max-width: 1400px; width: 92%; margin: -30px auto;position: relative;}
.pro_list ul{    background: #ffffff; border: 1px solid #dedede; clear: both; overflow: hidden; padding:1rem 2rem;}
.pro_list ul li{ width: 16.6%; float: left; line-height: 4rem; height: 4rem; text-align: center; font-size: 16px; font-weight: bold; color: #4b4b4b;border-right: 1px solid #dedede;}
.pro_list ul li:nth-child(6n){ border-right: none;}
.img-box{ margin-bottom: 0rem;  }
.img-box .icon img{ width: 100%; height: 100%;}
.img-box a{position: relative; padding-top: 2rem;transition: all 0.8s;}
.img-box a:hover .icon img{transform:scale(1);}
.img-box:hover p{ background: #0e57c0; color: #ffffff !important;}
.img-box .ntit{margin: 0 auto; text-align: center; border: 1px solid #dedede; border-top: none;}
.img-box .ntit p{ color: #3a3a3a; font-weight: bold; font-size: 18px; padding: 15px 10px;}
.dot-box{ background: #ffffff; padding: 3rem;}
.psub2{ display: flex; justify-content: flex-start; align-items: center;}
.psub2 span{ font-size: 16px; color: #4b4b4b;}
.psub2 a{ font-size: 16px; color: #4b4b4b; margin: 0 10px;     padding: 8px 20px;}
.psub2 a:hover,.psub2 a.active2{  color: #ffffff; transition: all 0.3s; background: #0e57c0; }
.search1{cursor: pointer; max-width: 390px; text-align: center; margin: 3rem auto 0 0; position: relative;border: 1px solid #dedede;clear: both;    overflow: hidden;}
.search1 .form-control1{ height: 40px; line-height: 40px;  border: none; background: #ffffff; width: 90%;float: left;font-size: 14px; padding-left: 5px;}
.search1 i{ color: #b3b3b3; font-size: 2.5rem;  position: absolute; right: 10px; top: 8px;}
.sect_pro1 .iprev4{ background: #ffffff; border-radius: 100%; width: 4rem; height: 4rem; display: block; line-height: 4rem; text-align: center;-moz-box-shadow:0px 0px 5px #e5e4e4; -webkit-box-shadow:0px 0px 5px #e5e4e4; box-shadow:0px 0px 5px #e5e4e4;}
.sect_pro1 .iprev4 i{ color: #6f6f6f; font-size: 2rem;}
.sect_pro1 .inext4{ background: #ffffff; border-radius: 100%; width: 4rem; height: 4rem; display: block; line-height: 4rem; text-align: center;-moz-box-shadow:0px 0px 5px #e5e4e4; -webkit-box-shadow:0px 0px 5px #e5e4e4; box-shadow:0px 0px 5px #e5e4e4;}
.sect_pro1 .inext4 i{ color: #6f6f6f; font-size: 2rem;}
.sect_pro1 .swiper-button-prev{     left: -8%; top: 50%;}
.sect_pro1 .swiper-button-next{ right: -8%; top: 50%;}
/*产品详情*/
.sect_info{ margin: 10rem 0 2rem;  background: #f7f7f7;}
.bg_pro{ background: #ffffff; padding: 8rem 0;}
.bg_pro1{background: #f7f7f7; padding: 8rem 0;}
.con_pro{ text-align: left;}
.con_pro p{ font-size: 3rem; font-weight: normal; border-bottom: 1px solid #e0e0e0; line-height: 3.5rem; display:block;padding-bottom: 2rem;}
.con_pro p span{ font-size: 16px; color: #6c6c6c; font-weight: normal;}
.con_pro ul{ list-style: none; border-bottom: 1px dashed #d1d1d1; padding: 3rem 0 3rem 0;}
.con_pro ul li{ line-height: 5rem; font-family: 'calibri'; font-size: 16px; color: #6c6c6c;}
.con_pro ul li span{ font-size: 18px; font-weight: bold; color: #403f3f; font-family: "微软雅黑"; padding-right: 1.5rem; min-width: 12rem;display: inline-block; text-align: justify;}
.con_pro ul li span i{ font-size: 2.8rem; font-weight: 300; color: #d2321f; padding-right: 1rem;}
.con_pro div{ padding-top: 3rem;}
.con_pro div img{ padding-right: 2rem;}
.sect_pro .tit_pro{ background: #d2321f; color: #ffffff; padding: 2rem; font-weight: bold;}
.sect_pro .tit_pro p{ font-size: 3rem; line-height: 4rem;}
a.pro_more { background: #0359c9; padding: 1.2rem 0; display: block; width: 100%; color: #ffffff; font-size: 1.8rem; text-align: center;}
a.pro_more i{ font-size: 2.5rem; padding-right:5px;}
a.pro_more.cor1{ background: #fc7e24;}

.con_pro1 { list-style: none;}
.con_pro1 a{ padding: 2rem 3rem 0.8rem; color: #403f3f; font-size: 1.8rem; font-weight: bold;    display: inline-block;}
.con_pro1 a:hover{border-top: 1px solid #d2321f; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}
.con_pro1 a.on{ border-top: 1px solid #d2321f; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}

.con_pro2{ padding: 3rem; text-align: center; background: #ffffff; margin-top: 3rem;}
.con_pro2 p{ text-align: center; font-size: 16px; color: #6c6c6c;}
.con_pro2 span{ font-size: 3.6rem; color: #353d42; font-weight: bold; display: block; padding: 2rem 0; text-align: center;}
.con_pro2 img{ margin-top: 0;}

.con_pro3{ margin-top: 6rem; text-align: center;}
.con_pro3 .tit{ font-size: 3rem; color: #363535; line-height: 6rem; font-weight: bold;}
.mess { height: auto; margin-top: 4rem;}
.mess input{ background: #ffffff;}
.mess textarea{ background: #ffffff;}
.mess .btn-default{ display: block; color: #fff; font-size: 20px; background-color: #0359c9; width: 100%; max-width: 27.7rem;line-height: 4.7rem; text-align: center; border-radius: 53px;  margin: 4rem auto;border: none; }
.mess .btn-default i{ font-size: 3rem; font-weight: 300;padding-left: 1rem;  position: relative; top: 0.5rem;}  
  
.con_pro4{font-size: 3rem; color: #363535; line-height: 6rem; font-weight: bold;}
.gallery{ padding: 0 3rem 0 0;}
.gallery .mySwiper .swiper-slide{ height: auto;}
.gallery .mySwiper{ width: 80%; margin: 0 auto;}
.gallery .mySwiper .swiper-slide-active{ border: 2px solid #045ad6;}
.gallery .swiper-button-next{  right: 43px;}
.gallery .swiper-button-prev{  left: 20px;}
.gallery .swiper-button-prev,.gallery .swiper-button-next{  background: #919191;    line-height: 44px;}
.gallery .swiper-button-prev i,.gallery .swiper-button-next i{ font-size: 2rem; color: #ffffff;}
.gallery .swiper-button-next,.gallery .swiper-button-prev{top: 92%;}
.tab_pro{ width: 100%; background: #f3f4f5; margin-top: 4rem;}
.tab_pro td{ padding:1rem 2rem; font-size: 16px; color: #727887;}
.tab_pro tr:nth-child(2n){ background: #ffffff;}
.tab_pro .td1{ width: 20%;}
.tab_pro .td2{ width: 80%;}
/*代理合作*/
.pro_list1{ background: #ffffff; max-width: 1400px; width: 92%; margin: -30px auto;position: relative;-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.2); -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2); box-shadow:0px 0px 5px rgba(0,0,0,0.2);}
.pro_list1 {  background: #ffffff; clear: both; overflow: hidden;  display: flex; justify-content: center;}
.pro_list1 li{ line-height: 4rem; width: 14.28%; float: left; height: 4rem; padding:1rem 0; text-align: center; font-size: 16px; font-weight: bold; color: #4b4b4b;border-right: 1px solid #dedede;}
.pro_list1 li a{ display: block;}
.pro_list1 li:hover{ background: #045ad6; color: #ffffff;}
.pro_list1 li:hover a{ color: #ffffff;}
.pro_list1 li:nth-child(7n){ border-right: none;}
.sect_d1{ background: url(../img/bg_d1.jpg) no-repeat center center; padding: 8rem 0;}
.tit_3{ text-align: center;}
.clor{ color:#ffffff ;}
.tit_3 span{ font-size: 3.6rem;}
.tit_3 p{ font-size: 18px; padding: 1.5rem 0;}
.box_d1{ text-align: left; margin: 3rem 0; max-width: 680px;}
.box_d1 h3{ font-size: 3rem; line-height: 2;}
.box_d1 p{ font-size: 16px; line-height: 2; margin: 2rem 0; }
.box_d1 span{ font-size: 18px; color: #0e57c0; font-weight: bold;}
.box_d1 h4{ font-size: 3rem; line-height: 2;color: #0e57c0;}
.sect_d2{ background: url(../img/bg_d2.jpg) no-repeat center center; padding: 8rem 0; margin: 0 0 8rem 0;}
.box_d2{ background: #ffffff; padding: 3rem; max-width: 674px;position: relative; margin: 1.5rem 0;max-height: 350px;}
.box_d3{ margin: 4rem 2rem; max-width: 320px;}
.box_d3 p{font-size: 16px; color: #4b4b4b; line-height: 2; padding-bottom: 4rem;}
.box_d3 img{    position: absolute;
    bottom: 0;
    right: -52px;}
    
.box_d4{ margin: 4rem 1rem; display: flex; justify-content: space-between; align-items:center;}
.box_d4 p{font-size: 16px; color: #4b4b4b; line-height: 2; padding-bottom: 4rem; max-width: 320px;}
.box_d4 img{ position: absolute;  top: 80px;     right: 3rem;}   
.tit_4{ color: #333333; text-align: left; border-left:2px solid #fb771f; padding-left: 15px;}
.tit_4 p{ font-size: 2.4rem;}
.tit_4 span{ font-size: 16px; text-transform: uppercase;}
.box_d5{ max-width: 276px; margin:5rem auto; position: relative;}
.box_d5:before{ width: 4px; height: 100px; content: ""; display: block; background: #fb771f; left:-24px; top: 9rem; position: absolute;}
.box_d5 span{ font-size: 3rem; line-height: 3; font-weight: normal;}
.box_d5 p{ font-size: 16px; line-height: 3rem; text-align: left;    padding: 3rem 0;}
.sect_d3{ background: url(../img/bg_d3.jpg) no-repeat center center; padding: 8rem 0; margin: 0 0 5rem; }
.dot_5{ background: #ffffff; border-radius: 15px; padding: 2.5rem; margin-bottom: 3.5rem;}
.dot_5 span{ font-size: 2.4rem; display: block; height: 4.5rem;line-height: 4.5rem;}
.dot_5 span img{ float: left; margin-right: 15px;}
.dot_5 p{ font-size: 15px; color: #4a4a4a; line-height: 4rem; margin: 2rem 0;}
.dot_5:hover{ background: #0e57c0; cursor: pointer;}
.dot_5:hover span{ color: #ffffff;}
.dot_5:hover p{ color: #ffffff;}
.dot_5:hover img{filter: grayscale(100%) brightness(400%);}
.span-w{ width: 14.28%; float: left;}
.dot_6{ text-align: center;}
.dot_6 img{ margin: 0 auto; display: block;}
.dot_6 span{ border: 1px solid #a3afc7; background: #ffffff; font-size: 14px; color: #a3afc7; border-radius: 100%; display: block; line-height: 33px; margin: 3rem auto; width: 33px; height: 33px; z-index: 1; position: relative;}
.dot_6 p{ font-size: 18px; font-weight: bold; color: #4b4b4b;}
.flow{ position: relative; margin: 10rem 0;}
.flow:before{ width: 100%; height: 1px; background: #a3afc7; content:""; position: absolute; left: 0; right: 0; margin: 0 auto; top: 62%;     z-index: 0;}
.button{ display: flex; justify-content: center;}
.button a{ margin: 0 1rem;border-radius: 8px;font-size: 16px; padding: 1rem 3rem;}
.button a i{ font-size: 2rem; margin-right: 10px;}
.button a:first-child{ max-width:175px; background: #fb771f; color: #ffffff;  }
.button a:nth-child(2){ border: 1px solid #fb771f; color: #fb771f;}
.sect_d4{ background: url(../img/bg_d4.jpg) no-repeat center center; padding: 8rem 0; margin: 10rem 0 ; }
.tit_5{ color: #ffffff; text-align: left; line-height: 2; }
.tit_5 p{ font-size: 18px; color: #83879d;}
.tit_5 span{ font-size: 3rem; }
.list_1{ display: flex; justify-content: flex-start;     margin: 5rem 0;}
.list_1 li{ margin: 0 5rem 0 0; text-align: center;}
.list_1 li img{ max-height: 37px;}
.list_1 li p{ font-size: 18px; color: #ffffff;  padding: 2rem 0;}
a.more3{ background: #ffffff;  border-radius: 15px; display: block; padding: 1.5rem 2.5rem; color: #000000; font-size: 18px; max-width: 150px; text-align: center;}

/*工业电磁加热*/
.ny_zt1{background:url(../img/ban_zt1.jpg) no-repeat center;  background-size: cover;height: 793px; overflow: hidden; margin-top: 114px; display: flex; align-items: center; position: relative;}
.tiao2{ position: absolute; left: 15%; bottom: 10%; animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate; cursor: pointer;}
.sect_gydc{padding: 10rem 0 2rem;  background: url(../img/bg_zt1.jpg) no-repeat center center; background-size: cover; position: relative;}
.sect_gydc:after{ width: 13.5rem; height: 13.4rem; content: ""; position: absolute; right: 10%; top:10%; display: block;background: url(../img/dot_z1.png) no-repeat center center; }
.tit_z1{ text-align: center;line-height: 5.5rem;}
.white{ color: #ffffff !important;}
.tit_z1 p{ font-size: 3.6rem; color: #333333;}
.tit_z1 span{ color: #4b4b4b; font-size: 18px;}
.box_z1{ width: 100%; max-width: 685px; margin-top: 6rem;}
.box_z1 span{ font-size: 3rem; line-height: 6rem;}
.box_z1 span em{ font-style: normal; font-size: 4.8rem; color: #0e57c0;}
.box_z1 p{ font-size: 16px; line-height: 2; color: #717171; text-align: justify; margin-top: 5rem;}
.sect_adv{padding: 10rem 0 0;  background: url(../img/bg_zt2.jpg) no-repeat center center; background-size: cover; position: relative;}
.box_z2{ max-width: 1100px; width: 100%; margin: 6rem auto 0;}
.box_z2 .span-w{ width: 20%; float: left;}
.box_z3{ text-align: center; position: relative;}
.box_z3 span{ position: absolute; left: 0; right: 0; top: 0;}
.box_z3 span img{ max-width: 13.4rem; max-height:12.9rem; margin: 0 auto;}
.box_z3 img{ margin-top:4.3rem;}
.box_z3 p{ font-size: 3rem; color: #ffffff; font-weight: bold; margin-top: 5rem;}
.box_z3:hover img{ -webkit-transform: rotate(360deg); cursor: pointer;}
.box_z3:hover span img{-webkit-transform: rotate(0deg);}
.box_z4{ text-align: center; margin-top: 3rem;}
.sect_adv1{padding: 6rem  0 0;  background: url(../img/bg_zt3.jpg) no-repeat center center; background-size: cover; position: relative;}
.adv_span{max-width: 1200px; margin: 0 auto; display: block; line-height: 3rem; color: #5b5b5b !important; margin-top: 2rem;}
.sect_adv2{ padding: 6rem 0;  background: url(../img/bg_zt4.jpg) no-repeat center center; background-size: cover; position: relative;}
.sect_adv2 .wrap1{ max-width: 1300px; margin: 0 auto; width: 92%;}
.box_z5{ color: #ffffff;max-width: 480px;    margin-left: auto; margin-top: 25%;}
.box_z5 span{ font-size: 3.6rem; line-height: 2; text-align: left;}
.box_z5 p{ font-size: 18px; text-align: left; line-height: 2; margin-top: 3rem; }
.sect_adv3{ padding: 6rem 0;  background: url(../img/bg_zt5.jpg) no-repeat center center; background-size: cover; position: relative;}
.sect_adv3 .wrap1{ max-width: 1640px; margin: 0 auto; width: 92%;}
.sect_adv3 .wrap1 .span-7{ text-align: right;}
.sect_adv4{ padding: 6rem 0;  background: url(../img/bg_zt6.jpg) no-repeat center center; background-size: cover; position: relative;}
.box_z6{ max-width: 1400px; width: 92%; margin: 5rem auto 0;}
.box_z6 .span-w1{ width: calc((100% - 48px)/5);margin-right: 12px; float: left;}
.box_z6 .span-w1:nth-child(5){ margin-right: 0;}
.dot_z1{ text-align: center; transition: 0.2s all; position: relative;  cursor: pointer;}
.dot_z1 div{ width: 8.6rem; line-height: 8.6rem; height: 8.6rem; text-align: center; display: block; border-radius: 100%; background: #ffffff; position: absolute; left: 5%; top: 5%;}
.dot_z1 div img{ width: auto;height: auto;}
.dot_z1:hover div img{  -webkit-transform: rotate(360deg); cursor: pointer;}
.dot_z1:hover p{ color: #fc7e24;}
.dot_z1 p{ font-size: 2.4rem; color: #353535; padding: 3rem 0;}
.sect_adv5{ padding: 9rem 0 0;  margin-bottom: 6rem; background: url(../img/bg_zt7.jpg) no-repeat center center; background-size: cover; position: relative;}
.sect_adv6{padding: 9rem 0 0; margin-top: 6rem; background: url(../img/bg_zt8.jpg) no-repeat center center; background-size: cover; position: relative;}
.dot_z2{ font-size: 6rem; color: #ffffff; font-weight: bold;    margin-top: 25%;}
.dot_z2 p{ margin-top: 5rem;}
.sect_adv6 .wrap1{ max-width: 1400px; margin: 0 auto; width: 92%;min-height: 70rem;}
.list_z1{ list-style: none; position: relative;}
.list_z1 li{text-align: center; position: absolute;}
.list_z1 li:after{ top: 10%; left: -10%;   width: 22.5rem; height: 17rem; display: block; content: "";     border: 1rem solid #2b69d9;position: absolute; z-index: 0;}
.list_z1 li p{ font-size: 2.2rem; font-weight: bold; position: relative;}
.list_z1 li div{background: #ffffff; padding: 3rem 2rem;  max-width: 22rem; text-align: center; z-index: 1; position: relative;}

.list_z1 li:first-child{ left: 0; top: 0;}
.list_z1 li:nth-child(2){     right: 0; top: 15rem;}
.list_z1 li:last-child{     top: 30rem;left: 10rem;}
