@charset "utf-8";
/* CSS Document */
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{ margin:0px; padding:0px; font-size:12px;font-family:"微软雅黑";color:#898989;line-height:1; background:#FFF; }
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input{ margin:0px; padding:0px;}
input,textarea { font-family: "微软雅黑"; border: none; outline: none; background: none; }
ul,li{ list-style:none}
img{border:0px; padding:0px;}
a{ color:#5c5c5c; text-decoration:none}


h2,h3,h4,b{ font-weight: normal; }
em,i { font-style: normal; }
 body {display: block; overflow-x: hidden;}

.header_box{width: 1200px; margin: 0 auto;max-width: 94%; position: relative;display: flex;justify-content: space-between;align-items: center;height: 100px;}
.logo{width: 160px;}
.logo img{width: 100%;}
.nav ul{display: flex;justify-content: space-between;gap:50px;}
.nav a{font-size: 16px; line-height: 88px;display: block;transition: .5s;color:#333;}
.nav li.cur a{color:#00a3e2;font-weight: bold;}
.nav a:hover{color:#00a3e2;font-weight: bold;}
.sjnav{display: none;}
.hyzx{display: none;}

.banner{overflow: hidden; position: relative; }
.banner img{width: 100%; object-fit: cover;transition:1s linear 2s;transform:scale(1.1,1.1);}
.banner .swiper-slide-active{z-index: 10;}
.banner .swiper-slide-active,.banner .swiper-slide-duplicate-active{transition:6s linear;transform:scale(1,1);}	
.bannerbox{height: 403px;display: flex;align-items: center;}
.banner_text{width: 1200px;max-width: 94%; margin: 0 auto;}
.banner_text h2{font-weight: bold; color: #fff;font-size: 40px;margin-bottom: 15px;}
.banner_text p{font-weight: bold; font-size: 26px;line-height: 1.8;color: #fff;}
.banner .swiper-pagination{bottom: 20px;}
.banner .swiper-pagination-bullet{width: 36px;height: 2px;border-radius: 0;background: #fff;opacity: 1;}
.banner .swiper-pagination-bullet-active{background: #00a3e2;}
.dwdh_boxa{position: relative;}
.dwdh{background: #102942;position: sticky;top: 0;z-index: 1222220;}
.dwdhbox{width: 1200px; margin:0 auto;display: flex;justify-content: space-between;align-items: center;max-width: 94%;}
.dwdh_right{float: right;width:220px;height: 34px;border: 1px solid #999999; position: relative;}
.wby1{width: 100%;height: 32px; line-height: 32px; padding: 0 10px; color:#fff}
.btn1{position: absolute; width: 32px;height: 32px;border: none;background: url(../images/a_02.png) no-repeat center center; right: 0; top: 0;cursor: pointer;background-size: 20px 20px; opacity: .6;}
.btn1:hover{opacity: 1;}
.dwdh_left{float: left; width: calc(100% - 250px);}
.dwdh_left ul{display: flex; justify-content: space-between;}
.dwdh_left li{position: relative; }
.dwdh_left h2{position: relative;}
.dwdh_left h2 a{color: #fff;line-height: 64px; font-size: 16px;}
.dwdh_left li:hover h2 a{color: #009eff;}
.dwdh_left li.cur h2 a{color: #009eff;}
.dwdh_left li dl dt.cur a{color: #009eff;}
.sub {position: absolute; padding-left: 15px;background: #eff8fd; width: 200px; top: 64px;left: 0;display: none;}
.sub dt{line-height: 36px;color: #333;}
.sub dt a{color: #333;transition: .5s;font-size: 15px}
.sub dt a:hover{color: #009eff;}

.qycp{width: 1200px;max-width: 94%; margin: 0 auto;}
.qycp_title{text-align: center; padding:75px 0 40px;}
.qycp_title h2{font-weight: bold; font-size: 36px;margin-bottom: 15px; color: #333;}
.qycp_title p{font-size: 14px; line-height: 1.6;color: #999;}
.qycp_nr ul{overflow: hidden; margin-left: -20px; padding-bottom: 30px;}
.qycp_nr li{float: left; width: 33.33%; padding: 0 0 25px 20px;}
.qycp_nr span{display: block; overflow: hidden; height: 165px;}
.qycp_nr span img{width: 100%;height: 100%; object-fit: cover;transition: .5s;}
.qycp_nr p{font-weight: bold; padding: 0 15px; font-size: 20px;color: #333; line-height: 46px;transition: .5s;background: #f3f4f5;}
.qycp_nr a:hover img{transform: scale(1.1);}
.qycp_nr a:hover p{background: #102942;color: #fff;}
.btn2{display: block; color: #fff; margin: 0 auto; font-size: 14px; width: 160px; line-height: 48px; background: #102942;transition: .5s;text-align: center;}
.btn2:hover{background: #758592;}

.news{width: 1200px;max-width: 94%; margin: 0 auto;}
.news_title h2{font-weight: bold; font-size: 36px;text-align: center; color: #333;padding: 120px 0 35px;}
.news_nr ul{overflow: hidden; margin-left: -20px;}
.news_nr li{float: left; width: 33.33%; padding: 0 0 25px 20px;}
.news_nr span{display: block; overflow: hidden; height: 180px;}
.news_nr span img{width: 100%;height: 100%; object-fit: cover;transition: .5s;}
.news_text{padding: 15px 0 0 0;}
.news_text h2{font-size: 18px;margin-bottom: 10px; color: #333;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.news_text p{font-size: 14px; line-height: 22px;height: 66px; color: #999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.news_nr a:hover img{transform: scale(1.1);}

.wzgg{text-align: center; padding: 110px 0;}
.wzgg h2{font-weight: bold; color: #000; font-size: 28px; line-height: 36px;font-style: italic; }
.wzgg p{font-size: 16px; margin-top: 25px;color: #999;}

.wzgg2{text-align: center; padding: 10px 0;}
.wzgg2 h2{font-weight: bold; color: #000; font-size: 28px; line-height: 36px;font-style: italic; }
.wzgg2 p{font-size: 16px; margin-top: 25px;color: #999;}

.bj1{background: #f1f2f4;}
.about{width: 1200px; padding-bottom: 100px; margin: 0 auto;max-width: 94%;}
.about_text{text-align: center;padding: 80px 0 55px;}
.about_text h2{font-weight: bold; font-size: 36px; margin-bottom: 25px;color: #333;}
.about_text p{font-size: 14px; line-height: 1.6; color: #999; padding: 0 200px;}
.about_tp ul{overflow: hidden; margin-left: -45px;}
.about_tp li{float: left; width: 33.33%; padding-left: 45px;}
.abotu_text h2{font-weight: bold; font-size: 24px;color: #333; margin-bottom: 20px;}
.abotu_text p{font-size: 14px; line-height: 24px;color: #666;height: 80px;}

.bj2{background: url(../images/a_04.png) no-repeat right center #ebf7ff;background-size:auto 100%;}
.bj3{background: #f5f5f5;background-size:auto 100%;}

.dzcp{width: 1200px;margin: 0 auto;max-width: 94%; padding: 90px 0 75px;}
.dzcp h2{font-weight: bold; color: #333; font-size: 28px;}
.dzcp p{font-size: 16px; line-height: 1.6; color: #666; margin: 35px 0 50px;}
.dzcp a{color: #fff; width: 150px;text-align: center;line-height: 48px;font-size: 14px;background: #102942;transition: .5s;display: block;}
.dzcp a:hover{background: #758592;}

.pzbz{width: 1200px;margin: 0 auto;max-width: 94%;display: flex; justify-content: space-between; padding: 70px 0 90px;}
.pzbz_left{width: 460px;}
.pzbz_left img{width: 100%;}
.pzbz_right{width: calc(100% - 560px);}
.pzbz_right h2{font-size: 20px; font-weight: bold; line-height: 54px;color: #333;}
.pzbz_right p{font-size: 18px; line-height: 32px;color: #666; margin-bottom: 35px;}
.pzbz_right a{font-weight: bold; font-size: 18px;color: #009eff;}
.pzbz_right a:hover{color: #333;}

.gzpj{width: 1200px;margin: 0 auto;max-width: 94%; padding: 0 0 100px;}
.gzpj_title h2{font-weight: bold; font-size: 30px;color: #333; padding: 80px 0 45px;}
.gzpj_nr ul{overflow: hidden; margin-left: -30px;}
.gzpj_nr li{float: left; width: 50%; padding-left: 30px;}
.gzpjbox{position: relative;height: 300px;}
.gzpjbox img{width: 100%;height: 100%; object-fit: cover;}
.gzpj_text{position: absolute; width: 50%; height: 100%; top: 0; right: 0;background: rgba(255,255,255,.6); padding: 20px 20px 0 20px;}
.gzpj_text p{font-size: 16px; line-height: 24px;color: #333;}

.zjlb{width: 1200px;margin: 0 auto;max-width: 94%; padding: 0 0 100px;}
.zjlb_title h2{font-weight: bold; font-size: 30px;color: #333; padding: 80px 0 45px;}
.zjlb_nr ul{overflow: hidden; margin-left: -30px;}
.zjlb_nr li{float: left;width: 33.33%; padding:0 0 25px 30px;}
.zjlbbox span{display: block; overflow: hidden; height: 220px;}
.zjlbbox span img{width: 100%;height: 100%; object-fit: cover;}
.zjlb_text{padding: 30px;background: #f2f9ff;min-height:390px;}
.zjlb_text h2{font-weight: bold; font-size: 22px;color: #333;}
.zjlb_text h3{font-size: 15px;margin: 10px 0 15px;color: #666;}
.zjlb_text p{font-size: 15px; color: #666;line-height: 28px;}

.swiper-pagination-bullet{width:15px;height:15px}
.footer{background:#102942;}
.footerbox{width: 1200px;max-width: 94%; margin: 0 auto;display: flex;justify-content: space-between; padding: 95px 0 120px;}

.foot_titel{ padding-bottom: 90px;}
.foot_titel h2{color: #fff;font-size: 44px;margin-bottom: 20px;font-weight: bold; font-style: italic;}
.foot_titel p{font-size: 24px;color: #fff;font-weight: bold; font-style: italic;}
.foot_nr h2{font-weight: bold; font-size: 26px;margin-bottom: 25px;color: #009eff;font-style: italic;}
.foot_nr p{font-weight: bold; font-size: 23px;color: #fff;font-style: italic;margin-bottom: 45px;}
.foot_nr a{display: block; text-align: center;width: 200px; line-height: 48px;color: #fff;background: #009eff; font-size: 16px;transition: .5s;}
.foot_nr a:hover{background: #758592;}

.foot_r{width: 390px;display: flex;justify-content: space-between; padding-top: 185px;}
.foot_r li{line-height: 38px;}
.foot_r a{font-weight: bold; color: #fff;}
.foot_r a:hover{text-decoration: underline;}

.fxnr{border-top: 1px solid rgba(255,255,255,.1);width: 1200px;margin: 0 auto;max-width: 94%;display: flex;justify-content: space-between;align-items: center;}
.fxnr_left ul{overflow: hidden;}
.fxnr_left li{float: left; font-size: 14px; line-height: 74px;color: #fff;}
.fxnr_left span{padding: 0 30px;}
.fxnr_left a{color: #fff;}
.fxnr_left a:hover{text-decoration: underline;}
.fxnr_right ul{overflow: hidden;}
.fxnr_right li{float: left; padding-left: 20px;}
.fxnr_right img{transition: .5s;border-radius: 50%;width: 40px;height: 40px;}
.fxnr_right a:hover img{opacity: .6;}

.bqxx{background: #102942;text-align: center;padding: 15px 0;}
.bqxx p{color: #fff; line-height: 2;}
.bqxx p span{color: #ddd; padding: 0 10px;}
.bqxx p b{border: 1px solid #eee; margin: -3px 0 0 8px;border-radius: 5px; padding: 0 5px;line-height: 1.2;}
.bqxx p img{display: inline-block;vertical-align: middle; margin: -3px 5px 0 0;}
.bqxx p a{color: #fff; line-height: 2;}
/*about*/
.banner_text a{display: block; text-align: center; color: #fff; width: 130px; line-height: 48px;margin-top: 20px; font-size: 14px;font-size: 14px; transition: .5s;background: #009eff;}
.banner_text a:hover{background: #758592;}
.bannerbox_a{background: url(../images/banner2.jpg) no-repeat center center;background-size: cover;}
.bannerbox_b{background: url(../images/banner3.jpg) no-repeat center center;background-size: cover;}
.bannerbox_c{background: url(../images/banner4.jpg) no-repeat center center;background-size: cover;}

.gldw{width: 1200px;max-width: 94%; margin: 0 auto; padding: 70px 0 85px;}
.gldw ul{overflow: hidden;margin-left: -30px;}
.gldw li{float: left;width: 33.33%; padding-left: 30px;}
.gldwbox span{display: block; overflow: hidden; height: 185px;}
.gldwbox span img{width: 100%;height: 100%; object-fit: cover;transition: .5s;}
.gldwbox:hover span img{transform: scale(1.1);}
.gldwtext h2{color: #333; font-weight: bold; font-size: 22px;margin: 25px 0 10px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.gldwtext p{font-size: 16px;line-height: 28px;color: #555555;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 86px;}
.gldwtext a{display: inline-block; font-size: 15px;margin-top: 25px;color: #009eff;}
.gldwtext dd{font-size:13px;height:35px;line-height:35px;}
.gldwtext a:hover{color: #333;}

.gldwtext2 h2{color: #333; font-weight: bold; font-size: 22px;margin: 25px 0 10px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.gldwtext2 p{font-size: 15px;line-height: 28px;color: #555555;}
.gldwtext2 a{display: inline-block; font-size: 15px;margin-top: 25px;color: #009eff;}
.gldwtext2 dd{font-size:13px;height:35px;line-height:35px;}
.gldwtext2 a:hover{color: #333;}


.gldwtext222 h2{color: #333; font-weight: bold; font-size: 22px;margin: 25px 0 10px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.gldwtext222 p{font-size: 15px;line-height: 28px;color: #555555;height:84px;}
.gldwtext222 a{display: inline-block; font-size: 15px;margin-top: 25px;color: #009eff;}
.gldwtext222 dd{font-size:13px;height:35px;line-height:35px;}
.gldwtext222 a:hover{color: #333;}


.gldwtext3 h2{color: #333; font-weight: bold; font-size: 22px;margin: 25px 0 10px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.gldwtext3 p{font-size: 16px;line-height: 28px;color: #555555;}
.gldwtext3 strong{font-size: 16px;line-height: 48px;color: #555555;font-weight:bold;}
.gldwtext3 a{display: inline-block; font-size: 16px;margin-top: 25px;color: #009eff;font-weight:bold;}
.gldwtext3 dd{font-size:13px;height:35px;line-height:35px;}
.gldwtext3 a:hover{color: #333;}

.wzgg_bj{background: #f4f5f7;}

.zgsn{width: 1200px;max-width: 94%; margin: 0 auto; padding-bottom: 40px;}
.zgsn_title h2{font-size: 30px;text-align: center; padding: 60px 0 40px; font-weight: bold; color: #333;}
.zgsn_nr ul{overflow: hidden; margin-left: -40px;}
.zgsn_nr li{float: left; width: 50%; padding:0 0 25px 40px;}
.zgsnbox{padding-bottom: 20px;border-bottom: 1px solid #ddd;}
.zgsnbox span{display: block; height: 180px;overflow: hidden;}
.zgsnbox span img{width: 100%;height: 100%; object-fit: cover;transition: .5s;}
.zgsnbox:hover span img{transform: scale(1.1);}

.gsjj{width: 1200px;max-width: 94%; margin: 0 auto; padding: 60px 0;}
.gsjj_top{display: flex;justify-content: space-between;align-items: center;}
.gsjj_video{width: 50%;}
.gsjj_text{width: 50%; padding-right: 100px;}
.gsjj_text h2{font-weight: bold; font-size: 22px;margin-bottom: 30px; color: #333;}
.gsjj_text p{font-size: 16px; line-height: 2;color: #555; margin-bottom: 25px;}
.gsjj_botom{padding-top: 40px;}
.gsjj_botom p{font-size: 16px; line-height: 2;color: #555; margin-bottom: 25px;}
.gsjj_botom p a{color: #009eff;}
.gsjj_botom p a:hover{text-decoration: underline;}

/*xznr*/
.wz1200{width:1200px; margin: 0 auto;max-width: 94%;}
.xzdq p{font-size: 14px; line-height: 80px; color: #999;}
.xzdq p a{color: #666;}
.xzdq p span{padding: 0 8px;}
.xzdq p a.cur {color: #999;}
.xzdq h2{font-weight: bold; font-size: 36px; line-height: 60px;color: #333;}
.xznr{display: flex;justify-content: space-between;}
.xznr_left{width: calc(100% - 370px);}
.zxnr_title h2{font-weight: bold; font-size: 28px;margin: 25px 0; color: #333;}
.zxnr_lb{padding: 0 0 0 40px;  /*padding-top  绝对定位后的元素距离顶部的距离*/
      padding-top: 300px;
      /*对应内边距，消除内边距撑开的距离*/
      margin-top: -300px;}
.zxnr_lb h2{font-size: 24px;margin: 25px 0 10px;font-weight: bold; color: #333;}
.zxnr_lb li{padding: 8px 0; border-bottom: 1px dashed #dddddd;}
.lbnr{display: flex;justify-content: space-between;align-items: center;}
.lbnr_text{width: calc(100% - 56px);}
.lbnr_text h3{font-size: 14px;color: #333;font-weight: 400; margin-bottom: 10px;}
.lbnr_text h3 b{color: #999;}
.lbnr_text p{font-size: 12px;color: #999;}
.lbnr_text p img{display: inline-block;vertical-align: middle; margin: -3px 8px 0 0;}
.zxnr_lb a:hover h3{color: #009eff;}
.fr{float: right;}

.ddpj{border: 1px solid #ddd; padding: 15px;display: flex;justify-content: space-between;align-items: center; margin-bottom: 30px;}
.ddpj p{font-size: 14px;color: #666;width: calc(100% - 65px);line-height: 1.6;}

.xznr_right{width: 250px;}
.sjsc{border-bottom: 1px solid #d9d9d9; padding: 25px 0;}
.sjsc h2{font-weight: bold; color: #333; font-size: 18px;padding: 15px 0;}
.sjsc li{font-size: 15px;line-height: 30px; position: relative;padding-left: 15px;}
.sjsc li a{color: #009eff;}
.sjsc li:before{position: absolute;content: "";width: 5px;height: 5px;background: #009eff;border-radius: 50%;left: 0;top: 50%;transform: translateY(-50%);}
.sjsc li a:hover{color: #333;}
.fgx{width: 100%;height: 1px; background: #eeeeee; margin: 50px 0 0 0;}
.h95{height: 95px;}

/*cjwt*/
.bannerbox_d{background: url(../images/banner5.jpg) no-repeat center center;background-size: cover;}
.cjwt{padding: 50px 0 0 0;}
.cuwt_title ul{overflow: hidden;border-left: 1px solid #eeeeee;border-right: 1px solid #eee;background: #f5f7fa;}
.cuwt_title li{float: left; width: 20%;font-size: 16px; line-height: 42px;font-weight:bold;}
.cuwt_title li span{display: block; color: #666;border-top: 2px solid #003ae2;cursor: pointer;text-align: center;}
.cuwt_title li.cur span{color: #f18400;border-top: 2px solid #f18400;background: #fff;font-size: 16px;}
.cuwt_nr{border: 1px solid #eee;border-top: none;}
.cuwtbox{padding:15px 30px;animation: fadeIn 1s 1;}
.cuwtbox li{border-bottom: 1px dashed #ddd; padding: 15px 0;}
.cuwtbox h2{font-size: 16px; color: #333; margin-bottom: 15px;}
.cuwtbox p{color: #999;}
.cuwtbox p img{display: inline-block;vertical-align: middle; margin: -3px 8px 0 0;}
.cuwtbox a:hover h2{color: #009eff;}
.cuwtbox li:last-child{border: none;}

.wzfy{text-align: center; padding: 40px 0;}
.wzfy li{display: inline-block;padding: 0 2px;}
.wzfy a{display: block; padding: 0 12px;font-size: 14px; line-height: 30px;border: 1px solid #eeeeee;border-radius: 4px;color: #666;transition: .5s;}
.wzfy li.active a{color: #333;background: #eeeeee;border: 1px solid #cccccc;}
.wzfy a:hover{color: #333;background: #eeeeee;border: 1px solid #cccccc;}
.wzxx_title h2{font-weight: bold; font-size: 24px;color: #333; margin: 40px 0 30px;}
.wzxx_nr{display: flex;justify-content: space-between; padding: 50px 50px 50px 140px;background: #102942;}
.wzxx_left h2{color: #fff;font-weight: bold; font-size: 28px;margin-bottom: 30px;}
.wzxx_left p{color: #fff;font-size: 16px; line-height: 28px;}
.wzxx_left p b{font-weight: bold;}
.wzxx_left a{display: block;text-align: center; font-size: 18px; line-height: 48px;width: 200px;background: #009eff;transition: .5s;color: #fff;margin-top: 30px;}
.wzxx_left a:hover{background: #758592;}
.wzxx_right{width: 440px;}
.wzxx_right img{width: 100%;}

/*news*/
.jsxw_title ul{overflow: hidden;margin:20px auto;border-left: 0px solid #eeeeee;border-right: 0px solid #eee;}
.jsxw_title li{float: left; width: 50%;font-size: 22px; line-height: 42px;font-weight:bold;letter-spacing:3px;}
.jsxw_title li span{display: block; color: #666;border-bottom: 1px solid #eee;cursor: pointer;text-align: center;}
.jsxw_title li.cur span{color: #009eff;border-bottom: 1px solid #009eff;background: #fff;}

.jsxw_nr{border: 0px solid #eee;border-top: none; padding: 25px 0px;}
.jsxw_nr li{border-bottom: 1px dashed #eee; padding: 20px 0;}
.jsxw_nr li:last-child{border: none;}
.sxwno{display: flex;justify-content: space-between;}
.sxwno_left{width: 220px;height: 150px; overflow: hidden;}
.sxwno_left img{width: 100%;height: 100%; object-fit: cover; transition: .5s;}
.sxwno_left a:hover img{transform: scale(1.1);}
.sxwno_right{width: calc(100% - 250px);}
.sxwno_right h2 a{display: inline-block; font-size: 18px; line-height: 34px;color: #333;font-weight: bold;}
.sxwno_right h2 a:hover{text-decoration: underline;}
.sxwno_right p{font-size: 14px;color: #666; line-height: 22px;margin-bottom: 20px;}
.sxwno_right h3{color: #999; font-size: 12px;}
.sxwno_right h3 span img{display: inline-block;vertical-align: middle; margin: -3px 8px 0 0;}
.jsxwbox{animation: fadeIn 1s 1;}

/*联系我们*/
.lxwm{padding: 30px 0 0 0;}
.bannerbox_e{background: url(../images/banner6.jpg) no-repeat center center;background-size: cover;}
.lxwm_top{display: flex;justify-content: space-between;}
.lxwm_left{width: 630px;}
.lxwm_left h2{font-weight: bold; font-size: 16px; color: #009eff; margin-bottom: 15px;}
.lxwm_left p{font-size: 16px;margin-bottom: 10px; line-height: 29px;color: #666;}
.lxwm_left2{width: 930px;}
.lxwm_left2 h2{font-weight: bold; font-size: 16px; color: #009eff; margin-bottom: 15px;}
.lxwm_left2 p{font-size: 16px;margin-bottom: 10px; line-height: 29px;color: #666;}

.lxwm_right h2{font-weight: bold; font-size: 16px; color: #333; margin-bottom: 15px;}
.lxwm_right li{font-size: 15px; position: relative;line-height: 30px; padding-left: 15px;}
.lxwm_right li:before{position: absolute;content: ""; width: 5px;height: 5px;left: 0; top: 50%;transform: translateY(-50%);border-radius: 50%;background: #009eff;}
.lxwm_right li a{color: #009eff;}
.lxwm_right li a:hover{color: #333;}
.lxfsa h2{font-weight: bold; font-size: 30px; padding: 65px 0 35px;color: #333;}
.lxfsa_nr{width: 720px;display: flex;justify-content: space-between;align-items: center;background: #102942;}
.lxfsa_text{padding: 0 30px;}
.lxfsa_text h3{color: #fff; font-weight: bold; font-size: 26px;margin-bottom: 10px;}
.lxfsa_text p{color: #fff; font-size: 16px; line-height: 28px;}
.lxfsa_text p b{font-weight: bold;}
.lxry_title{padding: 90px 0 25px;}
.lxry_title h2{font-weight: bold; font-size: 30px;color: #333; margin-bottom: 20px;}
.lxry_title p{color: #999; font-size: 14px; line-height: 1.6;}
.gldwtext h3{color: #555; font-size: 16px; margin-bottom: 10px; }

/*传感器*/
.bannerbox_f{background: url(../images/banner7.jpg) no-repeat center center;background-size: cover;}
.cpjs h2{font-weight: bold; font-size: 30px; padding: 60px 0 30px;color: #333;}
.cpjsbox{display: flex;justify-content: space-between;}
.cpjs_left{width: 380px;}
.cpjs_left img{width: 100%;border-radius: 10px;}
.cpjs_left a{display: block;text-align: center; font-size: 15px;width: 150px; line-height: 48px;transition: 0.5s; margin-top: 25px;background: #102942;color: #fff;}
.cpjs_left a:hover{background: #758592;}
.cpjs_right{width: calc(100% - 390px);}
.cpjs_right h3{font-weight: bold; font-size: 18px;color: #333; margin: 10px 0;}
.cpjs_right p{font-size: 15px;color: #666; line-height: 28px;}

.cpcs_title h2{font-weight: bold; padding: 60px 0 30px; font-size: 30px;color: #333;text-align: center;}
.btn3 {display: block;text-align: center; line-height: 48px;margin: 30px auto 0 auto; color: #fff;width: 237px; font-size: 15px;background: #102942;color: #fff;transition: .5s;}
.btn3:hover{background: #758592;}

.jucp{ padding: 120px 40px; position: relative; overflow: hidden; }
.jucp img{width: 100%;}
.jucp .swiper-wrapper{padding-bottom: 40px;}

.jucp2{ padding: 120px 40px; position: relative; text-align:center;overflow: hidden; }
.jucp2 img{width: 50%;text-align:center;margin-left:25%;}
.jucp2 .swiper-wrapper{padding-bottom: 40px;}

.czxp{width: 1200px;margin: 0 auto;max-width: 94%;display: flex;justify-content: space-between;}
.bj4{background: #f0f1f3; padding: 80px 0;}
.czxp_left{width: 300px;}
.czxp_left img{width: 100%;}
.czxp_right{width: calc(100% - 330px);}
.czxp_right h2{font-weight: bold; font-size: 30px; line-height: 64px;color: #333;}
.czxp_right h3{font-size: 26px;font-weight: bold; margin-bottom: 30px;color: #009eff;}
.czxp_right a{display: block;text-align: center; font-size: 16px; line-height: 48px;width: 150px;background: #102942;transition: .5s;color: #fff;}
.czxp_right a:hover{background: #758592;}
.grpz{padding: 80px 0;width: 1200px;margin: 0 auto;max-width: 94%;}

.grpz h2{font-weight: bold; font-size: 30px; line-height: 64px;color: #333;}
.grpz h3{font-size: 26px;font-weight: bold; margin-bottom: 30px;color: #009eff;}
.grpz p{font-size: 16px; line-height: 36px;margin:20px 0 30px 0;}
.grpz ul{overflow: hidden;}
.grpz li{float: left; padding-right: 25px;}

.grpz2{padding: 80px 0;width: 1200px;margin: 0 auto;max-width: 94%;}
.grpz2 h2{font-weight: bold; font-size: 30px; line-height: 64px;color: #333;}
.grpz2 h3{font-size: 26px;font-weight: bold; margin-bottom: 30px;color: #009eff;}
.grpz2 p{font-size: 16px; line-height: 30px;margin:20px 0 10px 0;}
.grpz2 ul{overflow: hidden;}
.grpz2 li{float: left; padding-right: 25px;}

.grpz3{padding: 30px 0;width: 1200px;margin: 0 auto;overflow:hidden;}
.grpz3 li{float: left; padding-right: 25px;}

.btn4{display: block; line-height: 48px;text-align: center; font-size: 16px;color: #fff;background: #102942;padding: 0 30px;}
.btn5{display: block; line-height: 46px;text-align: center; font-size: 16px;color: #102942;border: #102942 1px solid;padding: 0 30px;}
.btn6{display: inline-block; line-height: 48px;text-align: center; font-size: 16px;color: #fff;background: #102942;padding: 0 30px;transition: .5s; margin-top: 30px;}
.btn6:hover{background: #758592;}

.cgcp li{padding-bottom: 60px;}
.cgcpbox{display: flex;justify-content: space-between;align-items: center;}
.cgcp{padding-top: 60px;}
.cgcp_tp{width: 50%;}
.cgcp_tp img{width: 100%;margin-left:0%;}
.cgcp_tp2{width: 50%;}
.cgcp_tp2 img{width: 100%;margin-left:0%;}
.cgcp_tp3{width: 60%;}
.cgcp_tp3 img{width: 100%;margin-left:0%;}
.cgcp_left{padding-right: 70px;width: 50%;}
.cgcp_left h1{font-weight: bold; font-size: 30px; color: #333; margin-bottom: 40px;}
.cgcp_left h2{font-weight: bold; font-size: 24px; color: #333; margin-bottom: 20px;line-height:30px;}
.cgcp_left h3{font-weight: bold; font-size: 22px; color: #333; margin-bottom: 20px;line-height:40px;}
.cgcp_tp p{font-size: 16px; line-height: 30px;color: #666;margin-bottom:10px;}
.cgcp_left p{font-size: 16px; line-height: 30px;color: #666;margin-bottom:10px;}
.cgcp_left a{display: inline-block; margin-top: 40px;color: #007AFF;font-weight: bold; font-size: 18px;}
.cgcp_left a:hover{color: #333;}
.cgcp_left1{padding: 0 0 0 70px;}
.xzsc_tp img{max-width: 100%;}
.xzsc_tp{padding-bottom: 30px;}

.lxwm_left h3{font-weight: bold; font-size: 30px;margin-bottom: 30px;color: #333;}
.h50{height: 60px;}

.cgcp_left4{padding-right: 70px;width: 60%;}
.cgcp_left4 h2{font-weight: bold; font-size: 24px; color: #333; margin-bottom: 20px;line-height:30px;}
.cgcp_left4 p{font-size: 16px; line-height: 30px;color: #666;margin-bottom:10px;}
.cgcp_left4 p span{width: 40%;float:left;margin-right:10%;padding-top:50px;}
.cgcp_left4 p img{width: 50%;float:left;margin-top:30px;}
.cgcp_left4 a{display: inline-block; margin-top: 40px;color: #007AFF;font-weight: bold; font-size: 18px;}
.cgcp_left4 a:hover{color: #333;}
.cgcp_tp4{width: 40%;}
.cgcp_tp4 h2{font-weight: bold; font-size: 24px; color: #333; margin-bottom: 20px;line-height:30px;}
.cgcp_tp4 p{font-size: 16px; line-height: 30px;color: #666;margin-bottom:10px;}
.cgcp_tp4 img{width: 100%;margin-left:0%;}

/*微型加热器*/
.bannerbox_g{background: url(../images/banner8.jpg) no-repeat center center;background-size: cover;}
.wxjr_text p{font-size: 16px; line-height: 2; color: #666;}
.jucp h2{font-weight: bold; font-size: 30px; color: #333; margin-bottom: 60px;}
.jucp h3{text-align: center; font-size: 30px;color: #333; font-weight: bold; margin: 80px 0 30px;font-style: italic;}
.jucp p{text-align: center; font-size: 16px;color: #666; }
.jucp2 h2{font-weight: bold; font-size: 30px; color: #333; margin-bottom: 60px;}
.jucp2 h3{text-align: center; font-size: 30px;color: #333; font-weight: bold; margin: 80px 0 30px;font-style: italic;}
.jucp2 p{text-align: center; font-size: 16px;color: #666; }
.shyy{width: 1200px;margin: 0 auto;max-width: 94%; padding: 80px 0 20px 0;}
.shyy li{padding-bottom: 60px;}
.shyy h2{font-weight: bold; font-size: 30px; margin-bottom: 30px;color: #333;}
.shyy p{font-size: 16px;line-height: 2;color: #666;}
.hybz_title h2{font-size: 30px;padding: 80px 0 50px; font-weight: bold; color: #333;text-align: center;}
.cgcp_left dt{line-height: 1.8; font-size: 16px; color: #666;padding-left: 20px;}
.cgcp_left p b{font-weight: bold;}
.hybz_nr li{padding-bottom: 60px;}

.hyjs{width: 1200px;margin: 0 auto;max-width: 94%;}
.hyjs ul{overflow: hidden;}
.hyjs li{float: left;width: 50%;}
.hyjs h2{font-size: 30px; font-weight: bold; color: #333;} 
.hyjs p{font-size: 16px;color: #666; margin: 20px 0 40px;}
.hyjs a{font-size: 16px;color: #009EFF;}
.hyjs a:hover{color: #333;}

/*定制传感器*/
.bannerbox_h{background: url(../images/banner9.jpg) no-repeat center center;background-size: cover;}
.dzlm{padding: 80px 0; width: 1200px;max-width: 94%;display: flex;justify-content: space-between;align-items: center;margin: 0 auto;}
.dzlm_left{width: 480px;}
.dzlm_left img{width: 100%;}
.dzlm_right{width: calc(100% - 530px);}
.dzlm_right h2{ont-weight: bold;font-size: 20px; color: #333;margin-bottom: 20px;}
.dzlm_right p{font-size: 16px; line-height: 2; margin-bottom: 40px;}
.dzlm_right a{font-weight: bold; font-size: 16px;color: #009EFF;}
.dzlm_right a:hover{color: #333;}

/*应用领域*/
.bannerbox_i{background: url(../images/banner10.jpg) no-repeat center center;background-size: cover;}
.yyly_title{text-align: center; padding: 50px 0;}
.yyly_title h2{font-weight: bold; line-height: 1.6; font-size: 18px;color: #333; margin-bottom: 20px;}
.yyly_title p{color: #666; line-height: 1.6;color: #666;}
.yyly_nr ul{overflow: hidden; margin-left: -30px;}
.yyly_nr li{float: left;width: 33.33%; padding: 0 0 30px 30px;}
.qycp_title h3{font-size: 28px;font-weight: bold; margin-bottom: 40px; line-height: 1.4; color: #333; font-style: italic;}

/*在线选型(beta)*/
.zxxx{display: flex;justify-content: space-between;}
.zxx_left{width: 270px;box-shadow:0 0 10px rgba(0, 0, 0, .1);}
.zxx_title{background: #00a3e2; position: relative;}
.zxx_title h2{font-weight: bold; font-size: 24px; line-height: 70px;padding: 0 20px;color: #fff;}
.zxx_nr{padding: 10px 15px;}
.zxx_nr h2 a{display: block; line-height: 44px; font-size: 15px; border-bottom: 1px solid #e7e7e7;color: #333; padding: 0 10px;}
.zxx_nr li.cur h2 a{color: #009eff;background: #f0f0f0;transition: .5s;}
.zxx_nr li{border-bottom: 1px solid #e7e7e7;}
.zxx_nr a:hover{color: #009eff;background: #f0f0f0;}
.zxx_nr dl dt a{display: block; padding: 0 25px; font-size: 13px;color: #666;line-height: 44px;transition: .5s;}
.zxx_nr dl dt a:hover{color: #009eff;background: #f8f8f8;}
.zxx_right{width: calc(100% - 300px); margin-top: -20px;}
.wdcp li{padding: 20px 0; border-bottom: 1px dashed #dddddd;}
.wdcpbox{display: flex;justify-content: space-between;}
.wdcpleft{width: 200px;overflow: hidden;}
.wdcpleft img{width: 100%;transition: .5s;}
.wdcpleft a:hover img{transform: scale(1.1);}
.wdcpright{width: calc(100% - 220px);}
.wdcpright h2 a{font-size: 16px; line-height: 44px;color: #333;transition: .5s;margin-bottom: 10px;}
.wdcpright h2 a:hover{color: #009eff;}
.wdcpright p{font-size: 14px;color: #999; line-height: 27px;}
.wdcpright h3{font-size: 14px;float:right;}.wdcpright h3 img{display:inline;vertical-align:1px;margin-right:3px;}

/*应用领域*/
.bannerbox_j{background: url(../images/banner11.jpg) no-repeat center center;background-size: cover;}
.xj_a{background: #ebf7ff url(../images/55714192.png) no-repeat right 50px center;}
.gyfs{padding: 85px 0 80px;}
.gyfs h2{font-weight: bold; font-size: 26px;margin-bottom: 30px;color: #333;}
.gyfs p{font-size: 16px;line-height: 30px;color: #666;}

/*新闻详情*/
.wzxq_title{padding: 0 0 26px;border-bottom: 1px solid #dddddd;}
.wzxq_title h2{font-weight: bold; font-size: 32px;line-height: 1.6;margin-bottom: 15px;color: #000000;}
.wzxq_title p{font-size: 14px;color: #999;}
.wzxq_nr{padding-top: 20px;}
.zyts p{font-weight: bold;font-size: 20px;line-height: 35px;color: #333;}
.wzxx2 h2{font-weight: bold;font-size: 16px;color: #333;margin:30px 0 10px;}
.wzxx2 p{font-size: 16px;line-height: 28px;color: #666;}

.navGation{ width: 100%;}
.navGation ul{ width: 1200px; margin: 0 auto; overflow: hidden;}
.navGation ul li{ float: left; height: 80px; line-height: 80px; font-size: 12px; color: #666;}
.navGation ul li a{ font-size: 12px; color: #666;}
.cantact{ padding-bottom: 65px;}
.cantact .layer1{ box-shadow: 0 0 10px rgba(0,0,0,0.1); width: 1200px; margin: 0 auto 40px auto; padding: 30px; box-sizing: border-box; overflow: hidden;}
.cantact .layer1 .icon{ width: 400px; height: 250px; float: left; background: #ddd; overflow: hidden;}
.cantact .layer1 .icon img{ display: block; width: 100%; height: 100%;}
.cantact .layer1 .text{ float: left; width: calc(100% - 400px); box-sizing: border-box; float: left; padding: 0 0 0 50px; box-sizing: border-box;}
.cantact .layer1 .text h2{ font-size: 30px;line-height:40px; color: #404040; font-weight: normal;}
.cantact .layer1 .text p{ font-size: 16px; line-height: 28px; margin-bottom: 20px;  margin-top: 10px;}
.cantact .layer1 .text .jianjie{ font-size: 14px; line-height: 22px; margin-bottom: 10px;  margin-top: 10px;}
.cantact .layer1 .text .jianjie span{ font-size: 14px; line-height: 22px;}
.cantact .layer1 .text span{ font-size: 16px;}
.cantact .layer1 .text ul{ padding-top: 10px; overflow: hidden;}
.cantact .layer1 .text ul li{ display: inline-block; float: left; margin: 0 8px 8px 0; padding: 0 12px; border: 1px solid #ddd; color: #333; height: 34px; line-height: 34px; color: #333;}
.cantact .layer1 .text dl{ padding-top: 80px;}
.cantact .layer1 .text dl dd{ float: left; width:140px; height: 38px; border-radius:5px; float: left; margin-right: 30px;}
.cantact .layer1 .text dl dd a{ text-align: center; display: block; width: 100%; height: 100%; line-height: 38px; background: #c9425f; color: #fff;  font-size: 15px;}
.cantact .layer1 .text dl dd:last-child a{ background: #102942;}
.cantact .layer1 .text ul li.on{ border: 1px solid ##c9425f;}
.cantact .layer2{ width: 1200px; margin: 0 auto; padding: 45px 30px; box-sizing: border-box; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.cantact .layer2 ul{ width: 100%; overflow: hidden;}
.cantact .layer2 ul li{ width: 49%; float: left; margin: 0 2% 20px 0;}

.cantact .layer2 ul li:nth-child(2n){ margin-right: 0;}
.cantact .layer2 ul li p{ height: 34px; line-height: 34px; font-size: 12px; color: #333;}
.cantact .layer2 ul li p span{ color: #ff0000;}
.cantact .layer2 ul li input{ width: 100%; height: 36px; border: 1px solid #dddddd; box-sizing: border-box; padding: 0 15px; box-sizing: border-box;}
.cantact .layer2 button{ width: 210px; display: block; margin: 30px auto 0 auto; background: #3099dd; border-radius:6px; height: 36px; line-height: 36px; border: none; font-size: 14px; color: #fff; line-height: 36px; background: #3099dd;} 
.cantact .layer2 ul li textarea{ width: 100%; height: 115px; border: 1px solid #dddddd; box-sizing: border-box; padding:15px; box-sizing: border-box;}

.layer333{ width: 1200px; margin: 0 auto; padding: 45px 30px; margin-bottom:40px;box-sizing: border-box; font-size:14px;line-height:25px;background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.layer333 p{font-size:14px;line-height:25px;}

.IST{ width: 100%;}
.IST .layer1{ width: 100%; padding: 65px 0;}
.IST .layer1 .layer1Box{ width: 1200px; margin: 0 auto;}
.IST .layer1 .layer1Box h2{ color: #333; font-size: 26px; margin-bottom: 25px;font-weight:bold;}
.IST .layer1 .layer1Box p{ font-size: 16px; line-height: 28px; color: #555;}
.IST .layer2{ background: url(../images/a_04.png) no-repeat right center #ebf7ff;}
.IST .layer2 a{ display: block; font-size: 14px; line-height: 44px; margin-top: 55px; color: #fff; width: 140px; height: 44px; line-height: 44px; text-align: center; background: #102942;}
.IST .layer3 .zgsnbox{ border-bottom: 0;}
.IST .layer4{ width: 1200px; margin: 0 auto;}
.IST .layer4 .bt{ padding: 65px 0;}
.IST .layer4 .bt h2{ font-size: 26px; color: #333; margin-bottom: 15px;font-weight:bold;}
.IST .layer4 .bt p{ font-size: 16px; color: #6f6f6f;}
.IST .layer4 ul{ width: 100%;}
.IST .layer4 ul li{ width: 100%; overflow: hidden; position: relative; margin-bottom: 65px;}
.IST .layer4 ul li .icon{ float: right; width: 520px;}
.IST .layer4 ul li .text{ height: 100%; position: absolute; left: 0; float: left; box-sizing: border-box; width: calc(100% - 520px);}
.IST .layer4 ul li:nth-child(2n) .icon{ float: left;}
.IST .layer4 ul li:nth-child(2n) .text{ left: auto; right: 0; padding: 0 0 0 65px;}
.IST .layer4 ul li .text h2{ color: #333; font-size: 26px; line-height: 33px;  margin-bottom: 20px;font-weight:bold;}
.IST .layer4 ul li .text p{ font-size: 16px; color: #555; line-height: 26px;}
.IST .layer4 ul li .text .textBox{ position: absolute; top: 50%; transform: translateY(-50%);padding: 0 65px 0 0; }

.IST .layer5{ padding-top: 100px; width: 1200px; margin: 0 auto; padding-bottom: 130px;}
.IST .layer5 .bt h2{ font-size: 26px; font-weight: bold; color: #333;}
.IST .layer5 .bt p{ height: 68px; color: #333; line-height: 68px; font-size: 16px;}
.IST .layer5 .bt a{ color: #0fa3ff;font-size: 16px;}
.IST .layer5 ul{ overflow: hidden; padding-top: 150px;}
.IST .layer5 ul li{ float: left; width: 282px; float: left;}
.IST .layer5 ul li img{ display: block; width: 100%; height: auto;}
.IST .layer5 ul li a{ display: block; font-size: 14px; line-height: 44px; margin-top: 55px; color: #fff; width: 140px; height: 44px; line-height: 44px; text-align: center; background: #102942;}

.IST .layer6{ width: 100%; padding: 80px 0; background: linear-gradient(to right,#fcfcfc,#f0f1f3);}
.IST .layer6Box{  width: 1200px; margin: 0 auto; overflow: hidden;}
.IST .layer6Box .icon{ float: left; width: 625px; height: 415px;}
.IST .layer6Box .icon img{ display: block; width: 100%; height: 100%;}
.IST .layer6Box .text{ float: left;  width: calc(100% - 625px); padding-left: 120px; box-sizing: border-box;}
.IST .layer6Box .text h2{ font-size: 20px; font-weight: bold; color: #333; padding: 35px 0 20px 0;}
.IST .layer6Box .text p{ font-size: 16px; line-height: 28px; color: #555;}
.IST .layer6Box .text a{ display: block; margin-top: 55px; color: #009eff; font-size: 16px;font-weight: bold;}

.IST .layer7{ padding-bottom: 80px; background: linear-gradient(to right,#eaf7ff,#fdfeff);}
.IST .layer7Box{  width: 1200px; margin: 0 auto; overflow: hidden;}
.IST .layer7 .bt{ padding: 80px 0 30px 0;}
.IST .layer7 .bt h2{ font-size: 28px; font-weight: bold; color: #333;}
.IST .layer7 .bt p{ font-size: 14px; color: #333;  margin-top: 25px;}
.IST .layer7 ul{ width: 100%; }
.IST .layer7 ul li{ transition: 0.5s; float: left; margin: 0 2% 0 0; width: 32%;}
.IST .layer7 ul li:last-child{ margin-right: 0;}
.IST .layer7 ul li .icon{ width: 100%; height: 210px; overflow: hidden;}
.IST .layer7 ul li .icon img{ transition: 0.5s; width: 100%; height: 100%; object-fit: cover;}
.IST .layer7 ul li .text{ width: 100%; padding: 15px; box-sizing: border-box; background: linear-gradient(to right,#ffffff,#eaf7ff);}
.IST .layer7 ul li .text p{ line-height: 28px; font-size: 14px; color: #555;}
.IST .layer7 ul li .text p:first-child{ font-weight: bold;}
.IST .layer7 ul li:hover{ transform: translateY(-10px); box-shadow: 0 0 10px rgba(0,0,0,.1);}
.IST .layer8{ background: #ffffff;}
.IST .layer8Box{ width: 1200px; margin: 0 auto; padding: 80px 0; overflow: hidden;}
.IST .layer8Box .text{ float: left; width: 340px;}
.IST .layer8Box .text p{ font-size: 16px; line-height: 26px; color: #555; margin-bottom: 20px;}
.IST .layer8Box .icon{ float: left;}
/**/
.headerControl { display: flex; justify-content: space-between; align-items: center;}
.headerControl a.lang { margin-right: 50px; font-size: 15px; color: #444; display: block; line-height: 30px; padding-left: 20px; background: url(../images/langIcon.jpg) left center no-repeat;}
.headerControl a.lang:hover { color: #2188ca; background: url(../images/langon.jpg) left center no-repeat;}
.controlTool a.buyCar { display: block; margin-bottom: 24px; position: relative; padding-left: 19px; font-size: 14px; color: #333; background: url(../images/carIcon.jpg) left center no-repeat;}
.controlTool a.buyCar sup{ position: absolute; top: -7px; right: auto; display: inline-block; padding: 2px 4px; min-width: 8px; line-height: 12px; background-color: rgb(201, 66, 95); font-family: verdana, tahoma, Arial; font-size: 12px; color: #fff; font-weight: 400; text-align: center;  border-radius: 8px;}
.controlTool a.buyCar:hover { color:rgb(201, 66, 95) ;}
.loginControl a { margin-right: 10px; color: #333; font-size: 14px; transition: all .4s;}
.loginControl a:hover { color: #609ee9;}

.gundong-container {width: 100%;overflow: hidden;position: relative;white-space: nowrap;}
.gundong {display: inline-block;padding: 0;margin: 0;}
.gundong li {display: inline-block;margin-right: 10px;}
.gundong li img{width:370px;}

.gundong-container2 {width: 100%;overflow: hidden;position: relative;white-space: nowrap;margin-bottom:30px;}
.gundong2 {display: inline-block;padding: 0;margin: 0;}
.gundong2 li {display: inline-block;margin-right: 10px;}
.gundong2 li img{width:470px;}

.ff {width:100%;overflow:hidden;display: flex; gap: 20px;justify-content: center; align-items: center;}
.ff li{width:45%;display:inline;}

#stock_count{font-size:13px;}

.xtu{width:45%;float:left;}.xtu img{width:100%;}.xwz{width:45%;float:right;}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 1000px) {
	
.loginControl { display: none;}
.controlTool a.buyCar { margin-bottom: 0;}
.headerControl { flex-direction: row-reverse;}
.headerControl { height: 60px; position: absolute; right:0; display: flex; align-items: center;}
.headerControl a.lang { margin-left:30px; font-size: 14px; margin-right: 10px;}
.xtu{width:100%;float:left;}.xtu img{width:100%;}.xwz{width:100%;float:right;}
.header{position:fixed; z-index: 100;top: 0;left: 0;width: 100%;background: #fff;box-shadow:0 0 10px rgba(0, 0, 0, .1);}
.header_box{height: 60px;display: block;}
.hyzx{display: block; pointer-events: all; top: 50%;transform: translateY(-50%); right: 10px; text-align: center; position: absolute;}
.hyzx span{display: block;text-align: center;color: #fff; margin-top: 3px;}
.dhbtn{ width: 30px;height: 30px; position: absolute;border-radius: 4px;left: 10px;top: 50%;transform: translateY(-50%);z-index: 10;background: url(../images/d1.png) no-repeat center center;background-size: 100% 100%;cursor:pointer;}
.nav{display: none;}
.logo{width: 100px;position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
.dhbj{position: fixed;z-index: 88;background: rgba(0,0,0,.7);width: 100%;height: 100%;top: 0;left: 0;display: none;}
.banner_text h2{font-size: 24px;}
.banner_text p{font-size: 18px;}
.dwdh_right{position: absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.dwdh_left{display: none;}
.dwdh{position: fixed;width: 100%; top: ;}
.dwdh_left ul{display: block;}
.sub{position: static;width: 100%;}
.dwdh_left h2 a{line-height: 40px; font-size: 14px;}
.dwdh_left h2 b{display: inline-block;background: url(../images/a_15.png) no-repeat center center;width: 30px;height: 30px;vertical-align: middle;margin: -1px 0 0 0;background-size: 15px 15px;}
.dwdh{top: 60px;width: 100%; position: fixed;left: 0; height: 60px;}

.dwdh_left ul{display: flex;overflow: auto; white-space: nowrap;}
.dwdh_left ul::-webkit-scrollbar {width: 0;height: 0;}
.dwdh_left li{display: inline-block;padding-right: 10px;}
.sub{padding: 5px;}
.sub dt{line-height:28px; }
.sub dt a{font-size: 12px;}

.qycp_title{padding: 50px 0 30px;}
.qycp_title h2{font-size: 24px;}
.qycp_nr li{float: none; width: 100%;}
.news_title h2{padding: 50px 0 30px; font-size: 24px;}
.news_nr li{float: none; width: 100%;}
.wzgg{padding: 50px 3%;}
.wzgg h2{font-size: 20px;line-height: 1.2;}
.about_text{padding: 50px 0 30px;}
.about_text h2{font-size: 24px;}
.about_text p{padding: 0;}
.about_tp li{float: none;width: 100%;}
.abotu_text h2{font-size: 18px;}
.about{padding-bottom: 40px;}
.dzcp{padding: 50px 0;}
.dzcp h2{font-size: 24px;}
.dzcp a{width: 120px;line-height: 40px;font-size: 14px;}
.pzbz{display: block;padding-bottom: 50px;}
.pzbz_left{width: 100%;}
.pzbz_right{width: 100%; padding-top: 20px;}
.pzbz_right p{font-size: 14px;line-height: 24px;}

.gzpj_title h2{padding: 50px 0 30px; font-size: 24px;}
.gzpj_nr li{width: 100%; padding-bottom: 20px;}
.gzpj_text p{font-size: 12px; line-height: 18px;}
.gzpj_text{width: 60%; padding: 15px;}
.gzpj{padding-bottom: 40px;}
.zjlb_title h2{font-size: 24px; padding: 50px 0 30px;}
.zjlb_nr li{float: none;width: 100%; padding-bottom: 20px;}
.zjlb{padding-bottom: 40px;}
.footerbox{padding: 30px 0;display: block;text-align: center;}
.foot_titel h2{font-size: 20px;text-align: center;margin-bottom: 10px;}
.foot_titel{padding-bottom: 25px;}
.foot_nr p{font-size: 16px; margin-bottom: 20px;}
.foot_nr a{width: 120px;line-height: 40px;font-size: 14px;margin: 0 auto;}
.foot_r{width: 100%;text-align: center;padding: 30px;display: none;}
.fxnr{display: block;text-align: center;padding-bottom: 25px;}
.fxnr_left li{font-size: 12px;float: none;display: inline-block; }
.fxnr_left span{padding: 0 5px;}
.fxnr_right{text-align: center; }
.fxnr_right li{display: inline-block; padding: 0 5px;float: none;}

.bannerbox{height: 260px;}
.banner_text a{width: 120px;line-height: 36px;}
.h60{height: 60px;}
.gldw li{float: none;width: 100%; padding-bottom: 20px;}
.gldw{padding: 40px 0 ;}
.zgsn_title h2{font-size: 24px; padding: 50px 0 30px;}
.zgsn_nr li{width: 100%;}
.gsjj{ padding: 50px 0;}
.gsjj_top{display: block;}
.gsjj_text{width: 100%; padding: 0;}
.gsjj_video{width: 100%;}
.gsjj_text h2{margin-bottom: 15px;}
.gsjj_text p{font-size: 14px;}
.gsjj_botom p{font-size: 14px;}
.wzxx_nr{padding: 20px;display: block;text-align:center;}
.wzxx_left h2{font-size: 24px;margin-bottom: 15px;text-align: center;}
.wzxx_left a{font-size: 14px;line-height: 36px;width: 160px; margin:15px auto 0 auto;}
.wzxx_right{width: 100%; padding-top: 25px;}
.h95{height: 50px;}
.lxwm_top{display: block;}
.lxwm_left{width: 100%; padding-bottom: 25px;}
.lxwm_left2{width: 100%; padding-bottom: 25px;}
.lxfsa h2{font-size: 24px;padding: 50px 0 30px;}
.lxfsa_nr{width: 100%;display: block;}
.lxfsa_nr img{width: 100%;}
.lxfsa_text{padding: 30px;}
.lxfsa_text h3{font-size: 24px;}
.lxry_title{padding: 50px 0 25px;}
.lxry_title h2{font-size: 24px;}
.sxwno{display: block;}
.sxwno_left{width: 100%;height: auto;}
.jsxw_nr{padding: 15px;}
.sxwno_right{width: 100%;}
.xzdq h2{font-size: 24px;}
.xznr{display: block;}
.xznr_left{width: 100%;}
.zxnr_lb h2{font-size: 18px;}
.zxnr_lb{padding-left: 10px;}
.lbnr_text h3{font-size: 12px;}
.ddpj p{font-size: 12px;}
.xznr_right{width: 100%;}
.zxnr_title h2{font-size: 24px;}

.cpjs h2{font-size: 24px;padding: 50px 0 30px;}
.cpjsbox{display: block;}
.cpjs_left{width: 100%;}
.cpjs_left a{font-size: 14px;width: 120px;line-height: 36px;}
.cpjs_right{width: 100%; padding-top: 20px;}
.cpcs_title h2{padding: 50px 0 30px;font-size: 24px;}
.jucp{padding: 50px 40px;}
.jucp .swiper-button-next:after,.jucp .swiper-button-prev:after{font-size: 24px;}
.jucp2{padding: 50px 40px;}
.jucp2 .swiper-button-next:after,.jucp2 .swiper-button-prev:after{font-size: 24px;}

.bj4{padding: 30px 0;}
.czxp{display: block;}
.czxp_left{width: 100%;}
.czxp_right{width: 100%;}
.czxp_right h2{font-size: 24px;}
.czxp_right h3{font-size: 18px;}
.czxp_right a{line-height: 36px;width: 120px;font-size: 14px;}
.grpz{padding: 50px 0 40px ;}
.grpz h2{font-size: 24px;line-height: 2;}
.grpz p{font-size: 14px;line-height: 1.8;}
.btn6{line-height: 36px;font-size: 14px;}
.cgcpbox{display: block;border: 0px solid #ccc; padding: 0 10px;border-radius: 4px; }
.cgcp_left,.cgcp_left3,.cgcp_left4{padding:10px 0; width: 100%!important;}
.cgcp_tp,.cgcp_tp2,.cgcp_tp3,.cgcp_tp4{width: 100%!important; padding: 10px 0;}
.cgcp_left h2{font-size: 18px;}
.cgcp_left p{font-size: 14px;line-height: 1.8;}
.cgcp_left a{margin-top: 20px;}
.cgcp{padding-top:0px;}

.cgcp li{padding-bottom: 20px;}
.lxwm_left h3{font-size: 24px;margin-bottom: 15px;}
.lxwm_left h3{height: 30px;}
.lxwm_left2 h3{font-size: 24px;margin-bottom: 15px;}
.lxwm_left2 h3{height: 30px;}
.wxjr_text p{font-size: 14px; line-height: 1.8;}
.jucp h3{margin: 0 0 25px;font-size: 20px;line-height: 1.6;}
.jucp p{font-size: 14px;}
.jucp2 h3{margin: 0 0 25px;font-size: 20px;line-height: 1.6;}
.jucp2 p{font-size: 14px;}
.dzlm{padding: 50px 0; display: block; }
.dzlm_left{width: 100%;}
.dzlm_right{width: 100%; padding-top: 25px;}
.shyy{padding: 50px 0 20px;}
.shyy li{padding-bottom: 30px;}
.shyy h2{font-size: 24px;margin-bottom: 15px;}
.shyy p{font-size: 14px; line-height: 1.8;}
.hybz_title h2{font-size: 24px;padding: 50px 0 30px;}
.hyjs h2{font-size: 20px;}
.hyjs p{font-size: 12px;}
.yyly_title{padding: 50px 0 30px;}
.yyly_nr li{width: 100%;}
.gldwtext a{margin-top: 10px;}
.qycp_title h3{font-size: 20px;line-height: 1.5;}
.btn4{font-size: 14px;line-height: 36px; padding: 0 15px;}
.btn5{font-size: 14px;line-height: 34px; padding: 0 15px;width: auto;}
.zxxx{display: block;}
.zxx_left{width: 100%;}
.zxx_title h2{font-size: 24px;line-height: 46px;}
.zxx_right{width: 100%;margin: 20px 0 0 0;}
.wdcpbox{display: block;}
.wdcpleft{width: 100%;}
.wdcpright{width: 100%;}

.navGation ul{ width: 100%; padding: 0 15px; box-sizing: border-box;}

.cantact .layer1{ width: 100%; padding:15px; box-sizing: border-box;}
.cantact .layer1 .icon{ width: 100%;}
.cantact .layer1 .text{ width: 100%; padding: 15px 0;}
.cantact .layer1 .text dl{ padding: 30px 0;}
.cantact .layer2{ width: 100%; padding: 15px;}
.layer333{ width: 100%; padding: 15px;}
.cantact .layer2 ul li{ width: 100%; margin: 0;}
.IST .layer1{ padding: 55px 15px; box-sizing: border-box;}
.IST .layer1 .layer1Box{ width: 100%;}
.IST .layer4{ width: 100%; padding: 0 15px; box-sizing: border-box;}
.IST .layer4 ul li{ margin-bottom: 25px;}
.IST .layer4 ul li .icon{ width: 100%; height: auto;}
.IST .layer4 ul li .text{ position: relative; padding: 15px 0; left: auto!important; right: auto!important; top: auto; transform: none; width: 100%;}
.IST .layer4 ul li .text .textBox{ position: relative; width: 100%; padding: 0; transform: none;}
.IST .layer4 ul li:nth-child(2n) .text{ padding:15px 0;}
.IST .layer5{ width: 100%; padding: 15px; box-sizing: border-box;}
.IST .layer6Box{ width: 100%;}
.IST .layer6Box .icon{ width: 100%; height: auto;}
.IST .layer6Box .text{ width: 100%; padding: 25px 15px; box-sizing: border-box;}
.IST .layer7Box{ width: 100%; padding: 0 15px; box-sizing: border-box;}

.IST .layer7 ul li{ width: 100%; margin: 0 0 15px 0;}
.IST .layer8Box{ width: 100%; padding: 40px 15px;  box-sizing: border-box;}
}


.side-bar167 a,.chat-tips167 i {
    background-image: url(../images/tupian.png);
    background-repeat: no-repeat;
	
}
.side-bar167 {
    width: 60px;
    position: fixed;
    bottom: 200px;
    right: 5px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}
.side-bar167 a {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #ccc;
    margin-bottom: 2px;
}
.side-bar167 a:hover {
    background-color:rgb(0, 163, 226);
}
.side-bar167 .icon-home {
    background-position: 0 -62px;
}
.side-bar167 .icon-kefu {
    background-position: 0 -130px;
    position: relative;
}


.side-bar167 .icon-chat:hover .chat-tips167 {
    display: block;
}
.side-bar167 .icon-kefu:hover .chat-tips168 {
    display: block;
}
.side-bar167 .icon-chat {
    background-position: 0 -198px;
}
.side-bar167 .icon-top {
    background-position: 0 -266px;
}
.side-bar167 .icon-totop {
    background-position: 0 -334px;
}
.side-bar167 .icon-aichat {
    background-position: 0 -334px;
}
.chat-tips167 {
    padding: 20px;
    border: 0px solid #d1d2d6;
    position: absolute;
    right: 60px;
    bottom: 20px;color:#fff;
    background-color:rgb(0, 163, 226);
    display: none;
}
.chat-tips167 span{
    color:#fff;font-size:13px;height:30px;
}
.chat-tips167 img {
	margin-top:10px;
    width: 158px;
    height: 158px;
}

.chat-tips168 {
    padding: 10px;
    border: 0px solid #d1d2d6;
    position: absolute;
    right: 60px;
    top: 0px;width:190px;
   background-color:rgb(0, 163, 226);
    display: none;
}
.chat-tips168 span{
    color:#fff;font-size:16px;line-height:25px;
}
.editableContent{width:100%;margin-bottom:30px;overflow:hidden;}
.editableContent p{line-height:50px;font-size:16px;}
.editableContent p a{width:40%;float:left;margin-left:10%;}
@media screen and (max-width: 1000px) {
  .side-bar167{width: 30px;top: 50%;transform: translateY(-50%);bottom: auto;}
  .side-bar167 a{width: 30px;height: 30px;}
  .side-bar167 .icon-home{background: url(../images/z14.png) no-repeat center center #0c2842;background-size: 15px 15px;}
  .side-bar167 .icon-kefu{background: url(../images/z15.png) no-repeat center center #0c2842;background-size: 18px 18px;}
  .chat-tips168{right: 30px;}
  .side-bar167 .icon-chat{display: none;}
  .side-bar167 .icon-top{background: url(../images/z16.png) no-repeat center center #0c2842;}
  .side-bar167 .icon-aichat{background: url(../images/z17.png) no-repeat center center #0c2842;}
}



@media screen and (max-width: 1000px) {
 .editableContent p a{width:100%;margin-left:0%;}
 .sjnav{display: none;position: fixed;z-index: 10000000001;width: 100%;height: 100%; background: #fff; top: 0;left: 0; padding: 55px 25px 10px 25px;} 
 .sjnav ul{overflow: auto;height: 100%;}
 .sjnav ul::-webkit-scrollbar {width: 0;height: 0;}
.sjnav li{font-size: 16px; line-height: 52px; border-bottom: 1px solid #efefef;}
.sjnav li a{display: block; background: url(../images/z11.png) no-repeat left center; padding-left: 15px;}
.gbdh{position: absolute;background: url(../images/z10.png);width: 17px;height: 17px; top: 20px;right: 20px;}

.cpbq{width: 30px; top: 50%; transform: translateY(-50%); right: 10px; position: absolute;height: 30px;background: url(../images/d1.png);background-size: 100% 100%;}
.zxx_nr{position: fixed;width: 100%;height: 100%;background: #fff; top: 0;left: 0;z-index: 1000000000;display: none;}
.zxx_nr dl{display: none;background: #f5f5f5;}
.zxx_nr h2 a{border: none;}
.zxx_nr dl dt a{border-bottom: 1px solid #ddd;}
.zxx_nr ul{padding-top: 50px;overflow: auto; height: 100%;}
.gbcpbtn{position: absolute; background: url(../images/z10.png);width: 17px;height: 17px; right: 20px; top: 20px;cursor:pointer}
.zxx_nr h2{position: relative;}
.zxx_nr h2 b{position: absolute; width: 44px;height: 44px;background: url(../images/z12.png) no-repeat center center;right: 0; top: 0;z-index: 10;cursor: pointer;}
.zxx_nr h2 b.on1{background: url(../images/z13.png) no-repeat center center;}
.zxx_nr a:hover{background: #fff;}
}

  .ey-buyaction2 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        width: 100%;
        background: #fff; /* 可根据需要设置背景色 */
        z-index: 1000; /* 确保按钮在其他内容之上 */
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* 可选：添加阴影效果 */
    }
    
    .ey-joinin2, .ey-joinbuy2 {
        flex: 1; /* 各占一半宽度 */
        text-align: center;
        padding: 12px 0; /* 调整垂直内边距 */
        font-size: 16px; /* 调整字体大小 */
        text-decoration: none;
        color: #fff; /* 文字颜色 */
    }
    
    .ey-joinin2 {
        background-color: #C9425F; /* 加入购物车按钮颜色 */
    }
    
    .ey-joinbuy2 {
        background-color: #0c2842; /* 立即购买按钮颜色 */
    }
	
	@media screen and (min-width: 800px) { 
  .ey-buyaction2 {
        display:none;
    }
	}
	
.lxry .layer3{ width: 80%;text-align:left; }
.lxry .layer3 ul{ width: 100%;}
.lxry .layer3 ul li{ width: 100%; float: left; margin: 0 0% 20px 0;}
.layer3 ul li.ban{ width: 49%; float: left; margin: 0 2% 20px 0;}
.layer3 ul li.ban2{ width: 49%; float: left; margin: 0 0% 20px 0;}
.lxry .layer3 ul li p{ height: 34px; line-height: 34px; font-size: 15px; color: #333;}
.lxry .layer3 ul li p span{ color: #ff0000;}
.layer3 ul li input{ width: 100%; height: 36px;line-height:36px;background-color:#F3F4F5; border:0px solid #dddddd; box-sizing: border-box; padding: 0 15px; box-sizing: border-box;}
.layer3 ul li select{ width: 100%; height: 36px; border:1px solid #dddddd; box-sizing: border-box; padding: 0 15px; box-sizing: border-box;}
.layer3 ul li label input{width:auto;vertical-align:bottom;margin-right:10px;}
.layer3 ul li label{height: 36px;line-height:36px;margin-right:20px;font-size: 15px;}
.layer3 button{ width: 210px; display: block; margin: 30px auto 0 auto; background: #3099dd; border-radius:6px; height: 36px; line-height: 36px; border: none; font-size: 14px; color: #fff; line-height: 36px; background: #3099dd;} 
.layer3 ul li textarea{ width: 100%; height: 115px; border: 1px solid #dddddd; box-sizing: border-box; padding:15px; box-sizing: border-box;}
@media screen and (max-width: 800px) { 
.layer3{ width: 100%;text-align:left; }
	}