/* devanagari */



*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0;}
body,textarea,input,button,select,keygen,legend{font-size: 14px;line-height: 24px;color:#666;outline:0;font-family: 'Poppins',sans-serif; font-style: normal;}
html,body{width:100%; position:relative;height:100%;}
.bodyw,.body_st{height:100%;}
body{overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{color:#e7250f;}

.clearfix{clear:both}
.clearfix:after{clear:both;height:0;content:"";line-height:0;font-size:0;display:block}

/** 重置图片元素 **/
.fl{float:left;}
.fr{float:right;}
.l{ float:left;}
.r{ float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w1400{ width:1650px;max-width: 95%; margin:auto;}
.w1200{ width:1650px;max-width: 95%; margin:auto;}
.pd06{padding: 0 16%;}

.top_bg{left: 0;top: 0;right: 0;z-index: 99;-webkit-transition: 0.5s;transition: 0.5s;height: 100px;}
.top_h{}
.top_h .logo{}
.top_h .logo img{display: block;height:100px;padding: 20px 0;-webkit-transition:0.5s;transition:0.5s;display: none;}
.top_h .logo img.bs{display: block;}
.dh{}
.dh ul li{float: left;}
.dh ul li p a{display: block;line-height: 100px;font-size: 16px;position: relative;color: #333;padding: 0 20px;-webkit-transition:0.5s;transition:0.5s;text-transform: uppercase;}
.dh ul li p a i{font-size: 12px;padding-left: 5px;}
.dh ul li:hover p a{color: #333;}
.dh ul li.on p a{color: #e7250f;}
.dh ul li{position: relative;z-index: 8;}
.dh ul li .dh_fl{position: absolute;left: 0;top: 100px;padding-top: 5px;display: none;min-width: 160px;}
.dh ul li .dh_fl ul{background: #fff;border-radius: 5px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{float: none;position: relative;}
.dh ul li .dh_fl ul li a{padding: 0 20px;font-size: 14px;line-height: 44px;color: #666;white-space: nowrap;display: flex;justify-content: space-between;align-items: center;}
.dh ul li .dh_fl ul li a i{padding-left: 20px;font-size: 12px;}
.dh ul li .dh_fl ul li a:hover{color:#e7250f;}
.dh ul li .dh_fl ul li .dh_fl{left: 100%;padding-left: 5px;top: 0;}

.top_ss{margin-left: 0.2rem;}
.top_ss span.button{ display:block; width:30px; height:100px;font-size: 22px;line-height: 100px;text-align: center;color: #333; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10;display: none;}
.serach2{position:absolute;left: 0; right:0px;background:rgba(0, 0, 0, 0.7); top:0px;bottom: 0;overflow:hidden;z-index:10;display: flex;align-items: center;justify-content: center;}
.serach form{position: relative;width: 100px;max-width: 85%;border-bottom: 1px solid #fff;-webkit-transition:1s;transition:1s;}
.serach.on form{width: 1440px;}
.serach form input[type='text']{font-size:16px; width:100%; height:60px; line-height:60px;padding:0 40px 0 40px; color:#fff;background: none;}
.serach form input[type='text']::-webkit-input-placeholder {color:#fff;}
.serach form input[type='text']:-moz-placeholder{color:#fff;}
.serach form input[type='text']::-moz-placeholder{color:#fff;}
.serach form input[type='text']:-ms-input-placeholder{color:#fff;}
.serach form i{position: absolute;left: 0;top:0px;height:60px;font-size: 20px;line-height: 60px;text-align: center;color: #fff;}
.serach form a{position: absolute;right: 40px;top:0px;font-size: 16px;line-height: 60px;color: #fff;}
.serach form span{position: absolute;right: 0;top:0px;width: 24px;height:60px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #fff;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:24px;background: #fff;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.top_yy{position: relative;z-index: 2;margin-left: 0.2rem;}
.top_yy span{padding: 0 10px;font-size: 16px;line-height: 100px;color: #333;display: block;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.top_yy span:after{content: "";float: right;border-top: 6px solid #333;border-left: 5px solid transparent;border-right: 5px solid transparent;margin-left: 5px;margin-top: 47px;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl{position: absolute;left:50%;top: 100px;background: #fff;display: none;padding: 10px 0;width: 100px;margin-left: -50px;border-radius: 0 0 5px 5px;border-top: 1px solid #eee;}
.top_yy_xl a{display: block;font-size: 14px;line-height: 30px;color: #666;text-align: center;}
.top_yy_xl a:hover{color: #e7250f;}


.buy-box{position:relative; }
.buy-box .tit{display:block;font-size:16px;line-height:100px;padding-left:.4rem;background-repeat:no-repeat;background-position:left center;background-size:.625rem;color:#444;background-size:.25rem;background-image:url('http://www.ccclcd.com/Data/sanc/template/cn/img/buy-tit.png');font-family:"PINGFANG BOLD-subfont";transition:all .3s}
.buy-box .sub{position:absolute;left:50%;top:88px;padding-top:5%;width:2rem;transform:translateX(-50%);display:none}
.buy-box .sub .list{border:1px solid #dddfe2;box-shadow:0 10px 21px rgba(0,0,0,.05);padding:3% 12%;background-color:#f9fafb;position:relative}
.buy-box .sub .list:before{content:"";position:absolute;left:56%;top:-10px;width:.45rem;height:.25rem;background-repeat:no-repeat;transform:translateX(-56%);background-image:url('../image/buy-sj.png')}
.buy-box .sub .list a{display:block;font-size:14px;line-height:35px;padding:5% 0 5% 18%;background-repeat:no-repeat;background-position:left center;color:#333;border-bottom:1px solid #e4e4e6;transition:all .3s}

.wxbox{position:absolute;z-index:9;width:140px;height:140px;left:-68%;top:0px;opacity:0;transition:all .4s}
.wxbox.active{opacity:1}
.wxbox img{position:absolute;width:120px;height:120px;border-radius:8px;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2}

.wxbox2{position:absolute;z-index:9;width:140px;height:140px;left:-68%;top:44px;opacity:0;transition:all .4s}
.wxbox2.active{opacity:1}
.wxbox2 img{position:absolute;width:120px;height:120px;border-radius:8px;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2}


.top_bg.on{background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color: #333;}
.top_bg.on .dh ul li:hover p a{color: #e7250f;}
.top_bg.on .top_ss span.button{color: #333;}
.top_bg.on .top_yy span{color: #333;}
.top_bg.on .top_yy span:after{border-top: 6px solid #333;}

.top_bg.on2{background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color: #333;}
.top_bg.on2 .dh ul li:hover p a{color: #e7250f;}
.top_bg.on2 .top_ss span.button{color: #333;}
.top_bg.on2 .top_yy span{color: #333;}
.top_bg.on2 .top_yy span:after{border-top: 6px solid #333;}

.top_bg.on3{top:-100px;}

.banner{ width:100%; overflow:hidden;position:relative; }
.banner ul li a{display: block;height: auto;}
.banner ul li .img{overflow: hidden;height: auto;}
.banner ul li .img img{display:block;width:100%;height:auto;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover; font-size: 0;}
.banner ul li .txt{position: absolute;left:8%;bottom:55%;}
.banner ul li .txt .ml1{font-size:42px;line-height:55px;color: #fff;font-weight: bold;}
.banner ul li .txt .ml2{font-size: 24px;line-height: 24px;color: #fff;margin-top:20px;}
.banner ul li .txt .ml3{font-size: 18px;line-height: 24px;color: #fff;margin-top: 20px;}
.banner ul li .txt .ml4{font-size: 12px;line-height: 24px;color: #fff;margin-top: 30px;}
.banner ul li.swiper-slide-active .txt .ml1{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml2{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml3{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.5s;animation-delay: 1.5s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.banner ul li.swiper-slide-active .txt .ml4{animation-name:fadeInLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 1.8s;animation-delay: 1.8s; -webkit-animation-fill-mode:both;animation-fill-mode:both;}
.bandd{ position:absolute; left:0; bottom:30px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd span{z-index:2;cursor:pointer;margin:0 6px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.7);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#e7250f;}
.bandd span.swiper-pagination-bullet-active:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #e7250f;width: 18px;height: 18px;border-radius: 50%;}
.banz,.bany{ position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.4);border-radius: 50%;}
.banz{ left:5%;}
.bany{ right:5%;}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}

/* 产品*/
.f242 { font-size: 44px; line-height: 34px; text-align: center;margin-bottom:2%; color: #333; text-transform: uppercase;}

/* 产品*/
.i_case{padding-top:4%; box-sizing: border-box; overflow:hidden;}
.i_case .i_case_con{width:100%; margin:0 auto;}
.product {padding-top: 3%;}
.product .pro_type {margin-bottom: 3%; text-align: center;}
.product .pro_type li {display: inline-block;zoom: 1;vertical-align: middle;position: relative;line-height: 40px;font-size: 24px; margin-right: 5px; text-align: center; margin:0 3%;}
.product .pro_type li a {text-decoration: none;}
.product .pro_type li i {display: none;width: 13px;height: 7px;position: absolute;left: 50%;margin-left: -7px;top: 40px;}
.product .pro_type li.cur{border-bottom: 2px solid #e7250f}
.product .pro_type li.cur a {color: #e7250f;}
.product .pro_type li.cur i {display: block;}

.product .conbox {}
.product .conbox ul {display: none;}
.product .conbox ul.cur {display: block; margin-right: -1%;}
.product .conbox ul li {float: left;width: 23.8%;border: 1px solid #d9d9d9;margin-right: 1%;transition: all 0.5s; margin-bottom: 25px; background: #fff; padding-bottom: 25px; text-align: center;}
.product .conbox ul li:first-child {/* margin-left: 0; */}
.product .conbox ul li i {display: block;height: auto;/*background: url(Img/Index/probg1.png) no-repeat center;*/text-align: center;overflow:hidden;}
.product .conbox ul li i em {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;height: 100%;width: 0;}
.product .conbox ul li i img {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;transition: all 0.5s;overflow: hidden;width: 100%;height: auto;}
.product .conbox ul li p {height: 56px;line-height: 56px;font-size: 16px;color: #555;text-align: center;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;padding: 0 5px;margin-bottom: 0;text-decoration: none;;}
.product .conbox ul li a{text-decoration: none;}
.product .conbox ul li:hover {box-shadow: 10px 10px 20px #999;border-color: #dd2025;}
.product .conbox ul li:hover {background: #dd2025; color: #fff;}
.product .conbox ul li:hover i img {transform: scale(1.05);}
.product .conbox ul li:hover p{ color: #fff;}


.product .cpzs {}
.product .cpzs ul {display: none;}
.product .cpzs ul.cur {display: block;}
.product .cpzs{margin-top:10px;}
.product .cpzs ul:after{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}
.product .cpzs ul{margin-top:-1%; margin-left:-2%;}
.product .cpzs ul li{width:23%;float:left;margin-bottom:3%;margin-left:2%;box-sizing:border-box;  -webkit-transition:all .3s; transition:all .3s; border-radius:4px;background:#eaeaea; padding: 2% 2% 4%;
    box-sizing: border-box;}
/* .product .cpzs ul li:before{content:"";width:100%;height:calc(100% - 0px);position:absolute;bottom:0;left:0; -webkit-transition:all .3s; transition:all .3s;}
.product .cpzs ul li:after{content:""; width:280px; height:245px; background:url(../img/cpzs_bj.png) center no-repeat; position:absolute; bottom:0; right:0; transition:all 0.5s;}
.product .cpzs ul li:hover:after{background:url(../img/cpzs_bj2.png) center no-repeat;} */
.product .cpzs ul li:hover{box-shadow: #d1d1d1 5px 5px 5px;}
.product .cpzs ul li .cpzs_wb{margin-top:9%;  z-index:2;}
.product .cpzs ul li .cpzs_wb .cpzs_bt{font-size:30px; font-weight:bold; transition: all 0.5s;
    transform: translateY(10px);
    cursor: auto;}
.product .cpzs ul li .cpzs_wb .cpzs_wz{color:#4e4e4e; font-size:20px; line-height:30px; margin-top:6%; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; transition: all 0.5s;
    transform: translateY(20px);
    cursor: auto; min-height:60px;}
.product .cpzs ul li .cpzs_wb .cpzs_more{margin-top:12%; transition: all 0.5s;
    transform: translateY(30px);
    cursor: auto;}
.product .cpzs ul li .cpzs_wb .cpzs_more a{display:inline-block;  font-size:16px; line-height:40px; font-weight:bold; padding:0 25px; border:1px #8c8c8c solid; position:relative;}
.product .cpzs ul li .cpzs_wb .cpzs_more a:after{content:""; width:0; height:100%; background:#e7250f; position:absolute; top:0; left:0; transition:all 0.5s;}
.product .cpzs ul li .cpzs_wb .cpzs_more a:hover:after{width:100%;}
.product .cpzs ul li .cpzs_wb .cpzs_more a span{display:block; padding-right:18px; background:url(http://www.ccclcd.com/Data/sanc/template/cn/images/cpzs_more.png) right center no-repeat; position:relative; z-index:1; transition:all 0.5s;}
.product .cpzs ul li .cpzs_wb .cpzs_more a:hover span{background:url(http://www.ccclcd.com/Data/sanc/template/cn/images/cpzs_more2.png) right center no-repeat; color:#fff}

.product .cpzs ul li .cpzs_img{ }
.product .cpzs ul li .cpzs_img img{width:100%; transform: translateZ(0); transition: transform .3s linear;}
.product .cpzs ul li:hover .cpzs_img img{transform: scale(1.1,1.1)}

.product .cpzs ul li:hover .cpzs_wb .cpzs_bt{transform: none;cursor: pointer;}
.product .cpzs ul li:hover .cpzs_wb .cpzs_wz{transform: none;cursor: pointer;}
.product .cpzs ul li:hover .cpzs_wb .cpzs_more{transform: none;cursor: pointer;}


.sy_bt{text-align: center;}
.sy_bt .ml1{font-size: 36px;line-height: 36px;font-weight: bold;color: #333;}
.sy_bt .ml2{font-size: 14px;line-height: 14px;color: #666;padding-top: 20px;}
.sy_bt.fff .ml1{color: #fff;}
.sy_bt.fff .ml2{color: #fff;}

.sy_cp_bg{}
.sy_cp{padding: 60px 0;}
.sy_cp .lb{margin-top: 20px;overflow: hidden;}
.sy_cp .lb ul{}
.sy_cp .lb ul li{background: #f1f3f5;-webkit-transition:background 0.5s; transition:background 0.5s;border-radius: 10px;overflow: hidden;}
.sy_cp .lb ul li .img{overflow: hidden;}
.sy_cp .lb ul li .img img{display: block;width: 100%;-webkit-transition:0.5s; transition:0.5s;}
.sy_cp .lb ul li:hover .img img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.sy_cp .lb ul li .txt{padding: 20px;-webkit-transition:0.5s; transition:0.5s;border-top: 1px solid #e5e5e5;}
.sy_cp .lb ul li .txt .ml1{font-size: 18px;line-height: 24px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s; transition:0.5s;}
.sy_cp .lb ul li .txt .ml2{font-size: 14px;line-height: 24px;color: #666;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;-webkit-transition:0.5s; transition:0.5s;height: 72px;}
.sy_cp .lb ul li .txt .ml3{font-size: 14px;line-height: 24px;color: #e72510;margin-top:10px;display: flex;align-items: center;justify-content: space-between;-webkit-transition:0.5s; transition:0.5s;}
.sy_cp .lb ul li .txt .ml3 i{font-size: 20px;padding-left: 3px;}
.sy_cp .lb ul li:hover{background: #e72510;}
.sy_cp .lb ul li:hover .txt{border-top: 1px solid #e72510;}
.sy_cp .lb ul li:hover .txt .ml1{color: #fff;}
.sy_cp .lb ul li:hover .txt .ml2{color: #fff;}
.sy_cp .lb ul li:hover .txt .ml3{color: #fff;}
.sy_cp .qh{display: flex;position: relative;}
.sy_cp .qh .sy_cp_l,.sy_cp .qh .sy_cp_r{padding: 0 20px;cursor: pointer;font-size: 14px;line-height: 42px;text-align: center;color: #fff;-webkit-transition:0.5s;transition:0.5s;background: #999;border-radius: 10px;}
.sy_cp .qh .sy_cp_r{margin-left: 20px;}
.sy_cp .qh .sy_cp_l,.sy_cp .qh .sy_cp_r{color: #e72510;background:#eaeaea;}
.sy_cp_ckgd{position: absolute;right: 0;bottom: 0;}
.sy_cp_ckgd a{display: block;background: #999;font-size: 14px;border-radius: 10px;line-height: 42px;color: #fff;padding: 0 30px;-webkit-transition:0.5s;transition:0.5s;}
.sy_cp_ckgd a{color: #fff;background:#999;}

.sy_gy{position: relative;}
.sy_gy_l{ float:left; width:50%;overflow: hidden;}
.sy_gy_l img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;min-height: 600px;}
.sy_gy_l:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_gy_r{position: absolute;right: 0;top: 0;bottom: 0; width:50%;display: flex;align-items: center;justify-content: center;padding:0 80px;background: #f1f3f5;}
.sy_gy_r .h1{ font-size:36px; line-height:40px; color:#333;font-weight: bold;}
.sy_gy_r .h4{ font-size:14px; line-height:30px; color:#333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;margin-top: 20px;}
.sy_gy_r .h5{ padding-top:30px;}
.sy_gy_r .h5 a{ display:block; width:180px; font-size:16px; color:#e72510; border:1px solid #e72510; line-height:46px; text-align:center; border-radius:5px;-webkit-transition:0.5s;transition:0.5s;}
.sy_gy_r .h5 a:hover{color:#fff;background:#e72510;}
.sy_gy_r .h6 {text-align: center;border-bottom: 1px solid #eee;padding-bottom: 30px;margin-bottom: 30px;}
.sy_gy_r .h6 ul li {float: left; color: #666;font-size: 14px;margin-right:12%;}
.sy_gy_r .h6 ul li:nth-child(4n){margin-right:0;}
.sy_gy_r .h6 ul li .num {font-size: 48px;font-family: "Impact","Microsoft Yahei";padding-right: 5px;color:#e72510;}
.sy_gy_r .h6 ul li .num-tit{padding-top: 5px;font-size: 16px;line-height: 30px;color: #666;text-align: center;}

.invideo{}
.invideo video{width: 100%; height: auto; -o-object-fit: cover; object-fit: cover;}
.flex{display: flex;flex-wrap: wrap;}
.news{width: 100%;padding:4% 0; overflow: hidden;  background: url(../image/n_bg.jpg) no-repeat;}
.news-tit{width: 100%;text-align: center;color: #333;}
.news-tit .nbt{font-size: 36px;}
.news-tit a{display: block;width: 100%;font-size: 14px;margin-top: 14px;color: #777;}
.news-list{width: 100%;margin-top: 40px;}
.news-list ul{margin-left: -2%;}
.news-list li{width: 31.333%;margin-left: 2%;position: relative;float: left;}
.news-list li a{display: block;width: 100%;}
.news-img{width: 100%;overflow: hidden;}
.news-img img{width: 100%;object-fit: cover;transition: all 1s ease; display: block;}
.news-wd{width: 100%;padding: 3%;color: #333; box-sizing: border-box; background: #fff;}
.news-wd .nbt{font-size: 16px;line-height: 28px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.news-wd p{font-size: 13px;color: #777;line-height: 27px;height: 54px;margin-top: 16px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
.news-list li a:hover .news-img img{transform: scale(1.06);}

.infeedback{background:url(../image/i_appbg.jpg) no-repeat; padding:4% 0; box-sizing: border-box; overflow: hidden;background-size: cover;
    background-attachment: fixed; }
.infeedback_left{overflow: hidden; text-align: center;}
.infeedback_left .wz{font-size:42px;line-height:45px; color: #fff; font-weight: 600;}
.infeedback_left .wz2{font-size:24px;line-height:32px; margin:1% 0%; color: #fff;}
.infeedback_left .wz3{font-size: 16px; line-height: 26px; color: #555;}

.butter{padding:1%; max-width:12%;  text-align: center; box-sizing: border-box;  margin:2% auto; background: #de872a; border-radius: 30px;}
.butter a{font-size:24px; color: #fff; text-align: center;   display: block;}
.butter:hover, .butter a:hover{background:#e7250f; color: #fff;   display: block;}

/*gotop*/
#gotop {
    width: 57px;
    height: 58px;
    background: url("../image/top.png") no-repeat;
    position: fixed;
    right: 10px;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}



#gotop {
    bottom: 132px;
}

#code_img {
    width: 270px;
    height: 355px;
    background: url("http://www.ccclcd.com/Data/sanc/template/cn/img/code.jpg") -4px -3px no-repeat;
    position: fixed;
    right: 108px;
    bottom: 135px;
    cursor: pointer;
    display: none;
    z-index: 999;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 135px;
}

.foot{background: #333;color: #FFF;overflow: hidden; padding-bottom: 2%;}
.foot_dlogo{margin: 2% 0; border-bottom: 1px solid rgba(255,255,255,0.9); padding-bottom: 2%;}
.foot_dlogo img{max-width:30%;height: auto; display: block;}
.foot_middle{overflow: hidden; margin-top: 2%;}

.foot_left{width: 22%; float: right; box-sizing: border-box; }
.foot-logo{height: auto;overflow: hidden;margin-bottom: 25px;}
.foot-logo img{max-width: 100%;height: auto;display: block;margin: 0 auto;}
.foot-code-web{height: auto;color: #fff;font-size: 16px; line-height: 30px; margin-bottom: 3%}
.foot-code-sml{height: auto;color: #999;font-size: 14px; line-height: 25px;}
.foot_right{width: 100%; box-sizing: border-box; overflow: hidden;}

.foot_navbot{overflow: hidden;}
.foot_nav{color: #363f4d;/*margin-bottom: 2%; border-bottom: 1px solid #393939; position: relative; padding-bottom: 2%;*/}
/*.foot_nav::after{content: '';width: 5px;height: 5px;background-color: #e7250f;border-radius: 1px;position: absolute;left: -3px; bottom: 0; z-index: 999}
*/.foot_nav dl{float: left;width:15%; }
.foot_nav dt{font-size: 22px;line-height:40px; position: relative;margin-bottom:3%;color: #fff;  text-transform: uppercase;}
.foot_nav dt::after{position: absolute; content: " ";bottom: -5px;left: 0;background-color: #fff;width: 40px;height: 2px;}
.foot_nav dd{line-height:30px; font-size: 15px; text-transform: uppercase;}
.foot_nav dd a{color: #ccc;}
.foot_nav dd a:hover{color: #e7250f;}




.incontact{overflow: hidden; line-height:30px; font-size: 15px; color: #ccc; }
.incontact p{}
.inico{margin-top:0; overflow: hidden; margin-top: 2%;}
.inico p{ margin-right: 2%; float: left;}
.inico p img{max-width: 100%; display: block;}


.footer-static-block{overflow: hidden;}
.footer-static-block .th{font-size: 20px; line-height: 32px; font-weight: 400; margin-bottom:30px; letter-spacing: 1px; position: relative;text-transform:uppercase;}
.footer-static-block .th::after{position: absolute; content: " ";bottom: -5px;left: 0;background-color: #fff;width: 40px;height: 2px;}
.footer-static-block .th a{color: #fff;}
.footer-static-block .th a:hover{color: #e7250f;}
.footer-block-contant li{font-size: 16px;line-height: 26px;margin-bottom: 10px;color: #ccc;}
.footer-block-contant li b{font-size: 16px;}
.footer-block-contant li label{white-space: nowrap;margin-right: 10px;}
.footer-block-contant li span{display: inline-block;}
.footer-block-contant li:nth-child(3){width: 100%}

.sns{overflow: hidden; margin-left: 28%;}
.sns a{display:inline-block;vertical-align:top;width:2vw;height:2vw;background-image:url(http://www.ccclcd.com/Data/sanc/template/cn/img/sns.png);background-size:400% 200%;}
.sns a:hover{background-position-y:-100%;}
.sns .facebook{background-position-x:0;}
.sns .twitter{background-position-x:-100%;}
.sns .linkedin{background-position-x:-200%;}
.sns .youtube{background-position-x:-300%;}
.footer-secondary{ width: 100%; padding: 1% 0; display: inline-block; background: #333; border-top: 1px solid rgba(255,255,255,0.2);}
.flogobox{overflow: hidden; margin: auto;}
.flogoimg{margin-bottom: 2%;}
.flogoimg img{max-width: 100%; height: auto; margin: auto; display: block;}
.foot-code-form{height: auto;overflow: hidden;position: relative; margin: 0 auto; width: 30%;}
.foot-code-form input{display: block;width: 100%;height: 48px;line-height: 48px;border: none;outline: none;background-color: #fff;padding-left: 15px;padding-right: 100px;color: #999;font-size: 15px;}
.foot-code-form button{display: block;width: 100px;height: 48px;line-height: 48px;text-align: center;color: #fff;font-size: 15px;text-transform: uppercase;border: none;outline: none;cursor: pointer;background-color: #e7250f;position: absolute;top: 0;right: 0;}
.copyright{  color: #fff; font-size: 14px; text-align: center; margin-top: 2%;}


/*----底部----*/
.kehu_box { height: 120px; background: #008cd6; }

.kehu_box .kehu_left { font-size: 22px; color: #fff; line-height: 120px; width: 120px; }

.kehu_box .kehu_right { width: -webkit-calc(100% - 120px); width: calc(100% - 120px); height: 120px; }

.kehu_box .kehu_right img { max-width: 80%; }

.kehu_box .kehu_right .swiper-slide { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.kehu_swiper { height: 100%; }

.footer_bottom { background: #000000; height: 60px; line-height: 60px; }

.footer_bottom p { text-align: center; color: #999999; font-size:15px; opacity: 0.7; }

.footer_bottom p a { color: #ff0000;}

.footer_bottom p a:hover { color: #fff; }

.footer_top { background: #191919; padding:3% 0; overflow: hidden;}

.ft_links a { display: inline-block; vertical-align: middle; width: 26px; height: 26px; margin-right: 10px; }



.ft_links a:nth-child(4) { margin-right: 0; }

.footer_top .ft_left img { width: 180px; margin-bottom: 22px; }

.footer_top .ft_left .c_info { font-size: 14px; line-height: 24px; color: rgba(255, 255, 255, 0.4); }
.footer_top .ft_left .c_info ul{}
.footer_top .ft_left .c_info li{display: flex;align-items: center;margin-bottom: 14px; }
.footer_top .ft_left .c_info li i{
    display: block;
    width: 33px;
    height: 33px;
    margin-right: 12px;
}
.footer_top .ft_left .c_info li:nth-child(5){width: 100%;}
.footer_top .ft_left .c_info li i.address{
    background: url('../image/footer_address.png') no-repeat center center;
}
.footer_top .ft_left .c_info li i.mobile{
    background: url('../image/footer_mobile.png') no-repeat center center;
}
.footer_top .ft_left .c_info li i.phone{
    background: url('../image/footer_phone.png') no-repeat center center;
}
.footer_top .ft_left .c_info li i.email{
    background: url('../image/footer_email.png') no-repeat center center;
}
.footer_top .ft_left .c_info li i.website{
    background: url('../image/footer_website.png') no-repeat center center;
}
.footer_top .ft_left .c_info li p{
    display: block;
    flex: 1;
    overflow: hidden;
}
.footer_top .ft_left .c_info li p a{
    display: block;
    font-size: 16px;
    color: #BBBBBB;
    line-height: 20px;
}

.ft_links { margin-top: 48px; }

.ft_right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.ft_right .ftdlitem { width:230px; border-right: 1px solid rgba(255, 255, 255, 0.1); margin-left: 30px; }
.ft_right .ftdlitem:last-child { border-right: none; width: auto; max-width: 190px; }
.ft_right .ftdlitem a { color: #fff; }
.ft_right .ftdlitem dd a { display: block; font-size: 14px; color: rgba(255, 255, 255, 0.4); line-height: 38px; }
.ft_right .ftdlitem dd a img{width: 100%;}
.ft_right .ftdlitem dt a { font-size:18px; }
.ft_right .ftdlitem dt { margin-bottom: 13px; }
.ft_right .ftdlitem dd a:hover { color: #fff; }
.ft_left { width:30%; }

@media (max-width: 1500px) {
    .ft_right .ftdlitem{width:200px;}
}

@media (max-width: 1400px) {
    .ft_right .ftdlitem{width:180px;}
}

@media (max-width: 1300px) {
    .ft_right .ftdlitem{width:150px;}
}
/* 底部悬浮 */
.footer_float{
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
}
.footer_float ul{
    display: flex;
    width: 100%;
    height: 100%;
}
.footer_float ul li{
    width: calc(100% / 3);
    height: 100%;
    background: #737373;
    position: relative;
}
.footer_float ul li::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: #ffffff;
}
.footer_float ul li:last-child::after{
    display: none;
}
.footer_float ul li a{
    display: block;
    padding: 25px 0 15px;
}
.footer_float ul li a .pic{
    height: 56px;
    text-align: center;
}
.footer_float ul li a .pic img{
    height: 100%;
    width: auto;
}
.footer_float ul li a p{
    margin-top: 20px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}
.footer_float_clear{
    height: 140px;
}
.footer_float ul li:first-child{
    background: #91c139;
}
/* .footer_float ul li:hover{
    background: #91c139;
} */

@media (max-width: 760px){
    .footer_float_clear{
        height: 80px;
    }
    .footer_float{
        height: 80px;
    }
    .footer_float ul li a{
        padding: 10px 0 5px;
    }
    .footer_float ul li a .pic{
        height: 36px;
    }
    .footer_float ul li a p{
        font-size: 16px;
        margin-top: 5px;
    }
}


.adv_container{position:relative;width:100%}
.adv_container ._main{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);color:#ffffff;text-align:center;padding:0 15px}
.adv_container ._main .nybbt{position:relative;z-index:2;font-size:54px;text-align:center;color:#ffffff;font-weight:bold}
.adv_container ._main p{z-index:1;white-space:nowrap;width:100%;font-size:100px;line-height:95px;color:rgba(255,255,255,0.15);font-weight:bold;text-transform:uppercase;position:absolute;top:-30px;left:0;bottom:0;right:0;margin:auto}
.adv_container .container{position:absolute;top:0;left:50%;transform:translateX(-50%)}
.adv_container .container .crumb span{color:white;font-weight:400}
.adv_container .container .crumb a{color:white}
.adv_container picture img{width:100%;display: block; clear: both;}
@media (max-width:990px){
    .adv_container ._main .nybbt{font-size:44px;line-height:78px}
    .adv_container ._main p{top:-20px;font-size:75px}
}
@media (max-width:760px){
    .adv_container ._main .nybbt{font-size:24px;line-height:24px}
    .adv_container ._main p{font-size:30px;line-height:48px}
}


/* 内页代码*/
.inside-banner{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:auto;overflow:hidden}
.inside-banner img{max-width:none;height:100%}
.inside-banner-info{position:absolute;z-index:1;left:0;top:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;line-height:1.5em;color:#fff;overflow:hidden}
.inside-banner-info>div:after{content:"";display:block;margin-top:30px;width:30px;height:3px;background-color:#142e7c}
.inside-banner-title{margin-bottom:25px;font-size:36px;font-weight:bold}
.inside-banner-info p{width:100%;max-width:80%;font-size:30px;line-height:1.5em}
@media screen and (max-width:1199.8px){.inside-banner{height:350px}
}@media screen and (max-width:991.8px){.inside-banner{height:300px}
.inside-banner-info{font-size:1rem}
.inside-banner-title{font-size:24px}
}@media screen and (max-width:565.8px){.inside-banner{height:180px}
.inside-banner-title{font-size:1.5rem}
}

.sy{padding-top:3px; margin-right: 1%;}
.sy img{max-width: 100%; display: block; vertical-align: top; font-size: 0;}
.location { padding:20px 0;border-bottom:1px solid #f2f2f2;color:#666; font-size: 15px;background: #f8f8f8;}
.location,.location a { color:#666; }
.location a:hover { color:#142e7c; }
.location a.cur { color:#142e7c; }

.location { padding:20px 0;border-bottom:1px solid #f2f2f2;color:#666; font-size: 15px;background: #f8f8f8;}
.location .con-nav .fl img{display: inline-block; vertical-align: middle; margin-right: 5px;}
.location .con-nav .fl a{display: inline-block; vertical-align: middle; font-size:16px}
.location .con-nav .fl a:last-of-type{color: #ff0000;}
.location .con-nav .fr{text-align: right; padding-top: 0px;}
.con-nav .fr{text-align:right;padding-top:25px}
.con-nav .fr a{font-size:16px;color:#333333;font-weight:bold;padding-right:20px;margin-right:20px;border-right:1px dashed #3a3a3a;line-height:13px}
.con-nav .fr a:last-of-type{margin-right:0;padding-right:0;border-right:unset}
.con-nav .fr a:hover{color:#ff0000}
.con-nav .fr a.on{color:#ff0000}

.l-a {width: 100%;padding: 3% 0; overflow: hidden;}
.aboutny{font-size: 16px;color: #3c3d3a;line-height:32px;}
.aboutny .abt{font-size:40px; color: #3c3d3a; margin-bottom:1%; font-weight: 600;}
.aboutny img{max-width: 100%; margin:auto; clear: both; display: block;}

.abaimg{width: 100%; padding: 2% 0; height: auto; overflow: hidden;}
.abaimg ul{ margin-right: -1%}
.abaimg li{width:24%; float: left; margin-right: 1%}
.abaimg li .abimg{overflow: hidden;border: 1px solid #eee;}
.abaimg li .abimg img{width: 100%; overflow: hidden; transition: all .5s; -webkit-transition: all .5s; display: block;}
.abaimg li:hover .abimg img{transform: scale(1.1);-webkit-transform: scale(1.1);}

.i_two{overflow:hidden;padding: 0% 0;box-sizing: border-box;}
.i_twobg{margin-top: 0%;overflow: hidden;}
.i_two .imgs{overflow:hidden;position:relative;}
.i_two .imgs img{display: block;width: 100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
.i_two .imgs:hover img{-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}
.i_two .txts{overflow:hidden;position:absolute;width:100%;height:100%;color: #fff;text-align:center;top:0;left:0;opacity:1;filter:Alpha(opacity=0);transition:all 0.3s;}
.i_two .txts .tables{display:table;width:100%;height:100%;}
.i_two .txts .tables .cell_tb{display:table-cell;vertical-align:middle;}
.i_two .txts i{margin:0 auto;display:block;width:34px;height:24px;overflow:hidden;background:url(http://www.ccclcd.com/Data/sanc/template/cn/images/i_bg7.png) center center no-repeat;background-size:auto 100%;}
.i_two .txts .bt{font-size: 22px;font-weight: 600;color: #fff}
.i_two .txts span{clear:both;display:inline-block;overflow:hidden;margin-top:10px;text-transform:uppercase;font-size:14px;padding: 0 3%;box-sizing: border-box;}
.i_two .txts:hover{opacity:1.0;filter:Alpha(opacity=100);}
.i_two li:hover .txts{background:rgba(255,0,0,0.6);}
.i_two .i_two_l{float:left;width:49.8%;overflow:hidden;margin-bottom:0.5%;}
.i_two .i_two_l ul li{float:left;overflow:hidden;width:49.6%;}
.i_two .i_two_l ul li:first-child{width:100%;margin-bottom:0.7%;}
.i_two .i_two_l ul li:nth-child(3){float:right;}
.i_two .i_two_r{float:right;width:49.8%;overflow:hidden;margin-bottom:0.5%;}
.i_two .i_two_r ul li{float:left;overflow:hidden;width:49.6%;margin-bottom:0.7%;}
.i_two .i_two_r ul li:nth-child(2){float:right;}
.i_two .i_two_r ul li:nth-child(3){width:100%;margin-bottom:0%;}
.i_two .i_two_m{width: 100%;overflow: hidden;}
.i_two .i_two_m ul{margin-right: -0.3%}
.i_two .i_two_m li{width: 32.9%;height: auto;float: left;margin-top:0.3%;margin-right:0.4%}


.dept_box{overflow: hidden; }
.dept_box .mproduct-title{font-size: 30px; color: #000; padding-bottom:30px; display: block;}
.dept_box ul{margin-right: -4%; overflow: hidden; }
.dept_box ul li{ width:21%; float: left; margin-right:4%; margin-bottom:4%;}
.dept_box ul li .dep_image{width:100%; overflow: hidden;}
.dept_box ul li .dep_image img{width: 100%; display: block;transform: translateZ(0); transition: transform .3s linear;}
.dept_box ul li:hover .dep_image img{transform: scale(1.1,1.1)}
.dept_box ul li p{font-size: 16px;font-weight: 400;  line-height: 1.5;  color: #000;font-family: 'Poppins'; padding-top: 18px; text-align: center;}


.honor{overflow: hidden; }
.honor .mproduct-title{font-size: 30px; color: #000; padding-bottom:30px; display: block;}
.honor ul{margin-right: -2%; overflow: hidden; }
.honor ul li{ width:23%; float: left; margin-right:2%; margin-bottom: 3%;}
.honor ul li .dep_image{width:100%; overflow: hidden;border: 1px solid #eee;}
.honor ul li .dep_image img{width: 100%; display: block;transform: translateZ(0); transition: transform .3s linear;}
.honor ul li:hover .dep_image img{transform: scale(1.1,1.1)}
.honor ul li p{font-size: 16px;font-weight: 400;  line-height: 1.5;  color: #000;font-family: 'Poppins'; padding-top: 18px; text-align: center;}





/*产品中心*/
.productPic{width: 100%;box-sizing: border-box;overflow: hidden; padding: 3% 0;}
.productPic ul{overflow: hidden;}
.my_ul{margin-right: -2%; margin-bottom: -3%;}
.productPic li{width: 23%;margin-right: 2%;float: left;margin-bottom: 3%;position: relative;border: 1px solid #eee;}
.product-words{width: 100%;}
.product-w-pic{width: 100%;position: relative;overflow: hidden;background-color: #fff;text-align: center;box-sizing:border-box;}
.product-w-pic .pimg{}
.product-w-pic .pimg img{width: 100%;object-fit: cover}
.product-w-shade{width: 100%;height: 30%;position: absolute;bottom: 0%;left: 0%;background-color: rgba(37, 37, 37, .8);transition: all .2s;opacity: 0;}
.product-w-pic .product-w-piclink{display: block;width: 100%;height: 100%;font-size: 0;padding: 0;border-bottom: none;margin: 0;}
.product-w-shade .pwzs{width: 100%;position: absolute;top: 50%;transform: translate(0,-50%);}
.product-w-shade .pwzs p{font-size: 16px;color: #fff;width: 80%;margin: auto;text-align:justify;text-justify:inter-word;text-align: center;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.product-w-shade .pwzs p img{max-width: 100%!important;vertical-align: middle;display: inline-block;}
.product-w-shade .pwzs .span{display: inline-block;font-size: 24px;color: #fff;text-align: center;padding: 0 0 4px 0;border-bottom: 1px solid #fff;margin-top: 36px;}
.product-w-shade .pwzs .em{font-size: 14px;color: #fff;line-height: 25px;text-align: center;margin: 2% 5%}
.productPic li:hover .product-w-pic .product-w-shade{opacity: 1;height: 100%;}
.product-w-words{width: 100%;padding: 15px;box-sizing: border-box;}
.product-w-words .pwzs{font-size: 16px;color: #333;line-height: 30px;text-align: center;z-index: 999;position: relative;transition: all .2s;}
.product-w-words .p{font-size: 16px;color: #666;line-height: 25px;text-align: center;margin-top: 1%}
.productPic li:hover .product-w-words .pwzs{opacity: 1;color: #fff}
.productPic li:hover .product-w-words .p{color: #fff}
.productPic li:hover .product-words{background: #e7250f;color: #fff}
.productPic li:hover .product-w-words .pwzs p img{max-width: 100%;}

.pro_right{width: 100%; height: auto; overflow: hidden;}
.productss{width:100%; overflow: hidden;}
.productss img{max-width:none!important}
.promore_l{width:40%;float:left;}


/* .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover} */

.swiper-slide{background-size:cover;background-position:center}
.mySwiper3{height:80%;width:100%}
.mySwiper4{height:20%;box-sizing:border-box;padding:10px 0}
.mySwiper4 .swiper-slide{width:25%;height:100%;opacity:0.4}
.mySwiper4 .swiper-slide-thumb-active{opacity:1}
.promore_l .swiper-slide img{display:block;width:100% !important;height:100%;object-fit:cover;}
.mySwiper4 .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;}
.mySwiper4 .swiper-slide img{display:block;width:98%;height:100%;object-fit:cover; border: 1px solid #e7250f;}
.mySwiper3 .swiper-button-next:after, .mySwiper3 .swiper-button-prev:after{color: #e7250f; background: none;}
.boxw{margin-top:13%; width:65%;} 

.pros_right{width:55%; float:right; overflow:hidden; margin-top:5%;}
.pros_right_top{overflow:hidden; border-bottom:2px solid #e6e6e6; }
.pros_right_top .pbt{overflow:hidden; display:inline-block; font-size:36px; color:#333; padding-bottom:10px; line-height: 40px;}
.proleft{width:100%;font-size:16px; line-height:30px; margin-top:20px;}
.proleft p{font-size:16px; line-height:25px; }


.proleftbutter{margin: 3% 0; overflow: hidden;}
.proleftbutter .h4_bt{float: left; font-size: 16px;line-height: 40px;color: #fff;text-align: center;background: #e7250f;border-radius: 3px;-webkit-transition:0.5s;transition:0.5s;cursor: pointer;padding: 0 20px;}
.proleftbutter .h4_bt:nth-child(2){background: #e62129;padding: 0 30px;margin-left: 20px;}
.proleftbutter .h4_bt span{font-size: 24px;padding-right: 5px;float: left;}

.nyproxq{width: 100%;box-sizing: border-box;overflow: hidden; padding: 3% 0;}
.nyproxq img{margin:auto; display:block; clear:both; width:100%; font-size:0}


.dsanp{height:auto; overflow:hidden; }
.dsanp h2{ text-align:center; color:#e62129; line-height:45px; font-size:30px; font-weight:600;}
.dsanp .ennn{ text-align: center; color:#999; font-size:12px;}
.dsanp ul{ margin-right:-2%;}
.dsanp ul li{ width:48%; float:left; border-radius:20px; margin-bottom:3%;text-align:center; height:auto; overflow:hidden; margin-right:2%; min-height: 240px;}
.dsanp ul li .spic{width: 100%;}
.dsanp ul li .spic img{margin: auto; width: 100%; display: block; display: block;}
.dsanp ul li .stext{background:#f8f8f8; padding:3%; box-sizing:border-box; min-height: 200px;}
.dsanp ul li i{ width:60px; height:60px; line-height:50px; margin:25px auto; font-size:50px; text-align:center; color:#939393; padding:15px; border-radius:100%; display:block;}
.dsanp ul li .ltbt{ font-size:22px; height:auto; line-height: 45px; font-weight: 600; margin-bottom: 2%;}
.dsanp ul li p{ line-height:28px; color:#555; font-size: 15px;}
.dsanp ul li .pse{ font-size:18px; font-weight:600; color:#999; padding:10% 0;}
.dsanp ul li:hover .stext{background:#e62129; color:#fff; }
.dsanp ul li:hover i{ color:#fff;}
.dsanp ul li:hover p,.dsanp ul li:hover .pse{color:#fff;}

.news1{overflow:hidden; margin-bottom:5%; position:relative;}
.news1pic{width:55%; }
.news1pic img{width:100%; overflow:hidden; transition: transform 1s ease; }
.news1ny{width:50%; background:#efefef; border-radius:8px; position:absolute; right:0; top:20%; padding:3%; box-sizing:border-box;}
.news1ny .nbt{line-height:35px;font-size:30px;color:#e7250f}
.news1ny .nwz{margin-top:3%; font-size:16px; line-height:30px; color:#555}
.news1ny .tags{overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin-top:5%; font-size:16px}
.news1ny .tags a{display:inline-block;padding:5% 0; line-height:30px;text-align:center;font-size:16px;color:#888;transition:all .5s;}
.news1ny .tags a:hover{color:#e7250f;border-color:#e7250f ;}
.news1pic:hover img{transition: transform 1s ease; transform: scale(1.1); display:block;}

.xwzx {overflow: hidden;}
.xwzx ul{overflow:hidden; margin-top:-2%; margin-left:-2%;}
.xwzx ul li{width:31.33%; float:left; margin-top:2%; margin-left:2%; position:relative; border: 1px #eaeaea solid;}
.xwzx ul li .xwzx_img{overflow:hidden;}
.xwzx ul li .xwzx_img img{transition:all 0.5s; width: 100%; display: block;}
.xwzx ul li:hover .xwzx_img img{transform:scale(1.1);}
.xwzx ul li .xwzx_wb{padding:4%; background:#f8f8f8;}
.xwzx ul li .xwzx_wb .xwzx_rq{color:#999; font-size:14px; line-height:22px;}
.xwzx ul li .xwzx_wb .xwzx_bt{font-size:18px; line-height:26px; margin-top:3%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color: #e7250f; font-weight: 600;}
.xwzx ul li .xwzx_wb .xwzx_wz{color:#777; font-size:14px; line-height:22px; margin-top:1.5%; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}



.main_adv{padding:3% 0; overflow: hidden;}
.main_adv h2{font-size:17px;font-weight: bold;color:#555;font-family:"CenturyGothic";line-height:40px;text-align:left;padding-bottom: 40px;}
.main_adv .advantage{margin-top:0;}
.main_adv .advantage ul{margin-left: -3%; }
.main_adv .advantage ul li{float: left;width: 47%; margin-left: 3%; margin-bottom: 3%; background: #f5f5f5;} 
.main_adv .advantage ul li .p_imgs{float: left; width: 30%;}
.main_adv .advantage ul li .p_imgs img{max-width:100%; display: block;}
.main_adv .advantage ul li .p_test{float: right; width:70%; padding: 3%; box-sizing: border-box;}
.main_adv .advantage ul li .p_test .tpt{line-height:35px; font-size:18px;color:#333;font-weight: bold;}
.main_adv .advantage ul li .p_test .tpss{line-height:26px; font-size:15px;}

.xinwenxiangqing{box-sizing: border-box;}
.xinwenxiangqing .nd_head{text-align: center;border-bottom: 1px dashed #d6d6d6;padding-bottom:1%}
.xinwenxiangqing .nd_head p{color: #e7250f;font-size: 28px;height: auto;padding-bottom:1%}
.xinwenxiangqing .nd_head span{color: #666;font-size: 16px;margin: 0 15px;}
.xinwenxiangqing .nd_text{text-align: left;font-size:16px;line-height:30px;padding: 15px 0;}
.xinwenxiangqing .nd_text .big{font-size:18px;line-height: 35px;font-weight: 600;color:#333; font-weight: 600;}
.xinwenxiangqing .nd_text img{max-width: 100%;display: block;margin: 10px auto;}
.xinwenxiangqing .nd_text .baimg{width: 40%;float: right;margin-left: 30px;}
.xinwenxiangqing .nd_text .baimg img{width: 100%;clear: both;display: block;margin: auto}
.detail_fenx a{font-size:14px;padding:12px 0;overflow:hidden;margin-top:20px;border-top:1px dotted #adadad;color:#333;}
.new_s2{width:100%;float:left;margin-top:5%;}
.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:45px;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#e7250f;width:120px;height:45px;text-align:center;font-size:16px;font-weight:bold;}
.relatedNews{margin:5% 0 0;overflow:hidden}
.relatedNews_font{font-size:13px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../image/ly_li.png) no-repeat left center;padding-left:10px;color: #666}
.relatedNews_font ul li a:hover{color: #e7250f}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}


.aboutIntro{width:100%;padding:3% 0;background:#f5f5f5; overflow: hidden;}
.contact_content{width: 100%;overflow: hidden;}
.mproduct-title { font-size:36px; text-align: center; color: #262626; line-height: 40px; padding-bottom: 0; position: relative; margin-bottom: 2%; letter-spacing: -1px; font-weight: 600;}
.col_infos {width: 48.5%; float:left;padding:0; }
.col_infos .cotit{color: #e7250f; font-size:28px; line-height: 1.75; padding-bottom: 25px;font-family: 'Poppins';}

.cont_ico{margin-top: 30px;}
.cont_ico h3{font-size: 20px;line-height: 1.75;color:#000;margin-bottom: 16px;font-weight: normal;font-family: 'Poppins';}
.cont_ico ul{ padding-top:15px; overflow: hidden;}
.cont_ico ul li{ position: relative; padding-left: 50px; font-size: 16px; line-height: 25px; color:#333; margin-bottom:28px; font-family: 'Poppins'}
.cont_ico ul li .t-cell{ display: table-cell; height: 36px; vertical-align: middle; }
.cont_ico ul .icons{ height: 36px; width: 36px; position: absolute; left: 0; display: flex; background: #e7250f; border-radius: 50%; align-items:center;}
.cont_ico ul li img{width: 18px; height: 18px; margin: 0 auto; display: block; vertical-align: middle;}

.col_feb {width: 47.5%; float:right;padding: 30px 35px; text-align: left; border-radius: 10px; background: #fff; box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 8%);}
.co_onr {width: 100%; overflow: hidden;}
.co_onr .febt{font-size: 30px;line-height: 1.2;color:#000;margin-bottom:12px;font-weight: normal;}
.co_onr p{ font-size: 16px; line-height: 1.5; color: #333; font-family: 'Poppins'; font-weight: 300;margin-bottom:42px; overflow: hidden;}
.co_onr ul li{overflow: hidden;float: left;width: 48%;}
.co_onr ul li span{display: block; font-size: 16px;color: #333; font-family: 'Poppins'; font-weight: 300; margin-bottom:5px;}
.co_onr ul li i{ display: inline-block; position: relative; width:100%; font-size: 14px; color: #666666; text-transform: uppercase;}
.co_onr ul li input{border: none;border: 1px solid #000;width: 100%;line-height: 42px;height: 42px;background: #fff;padding: 0 15px;border-radius: 4px;}
.co_onr ul li.mal{ margin-left:2%; margin-bottom: 15px;}
.co_onr ul li.long{clear: both;width: 100%;margin-bottom: 15px;}
.co_onr ul li.long input{width: 100%;outline: none;}
.co_onr ul li.long textarea{border: none;height: 128px;width: 100%;outline: none;border: 1px solid #000;background: #fff;padding: 10px 15px; border-radius: 4px; 
  font-size: 12px; font-family: 'Poppins';}
.co_onr ul li.long2{margin-bottom: 16px;}
.co_onr ul li.lst{line-height:45px;font-size: 15px;width:  100%; padding-bottom: 20px;}
.co_onr ul li.lst button{display: inline-block;float: left;width: 200px;height: 42px;line-height: 42px;color: #fff;cursor: pointer;border: none;font-size: 16px; font-family: 'Poppins';
  text-transform: capitalize;padding-right: 0;background: #e7250f;  border-radius: 6px;}

.map{width: 100%; overflow: hidden; margin-top: 3%;}
.map #map_container{height:600px;border: 5px solid #fff; font-size: 15px; font-family: 'Poppins';font-weight: normal;color:#000;}




.nyprobox{ overflow: hidden; padding: 3% 0 ;}
.nyprobox_left{width: 22%; float: left;}
.nyprobox_left01{box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1); border-radius: 6px; padding-bottom: 3%;}
.nyprobox_left01 .title{padding:5% 8%; border-bottom: 1px solid rgba(144,144,144,.1); box-sizing: border-box; font-size: 18px; text-align: left; color: #333; font-weight: 600;}
.nyprobox_left01 .submenu{overflow: hidden;}
.nyprobox_left01 .submenu li{ width: 100%;}
.nyprobox_left01 .submenu li a.sub1{display: block;padding:3% 8%; box-sizing: border-box; background: url(../image/jtou.png) no-repeat 90% center #fff;font-size: 14px;border-top: 0 none;overflow: hidden;}
.nyprobox_left01 .submenu li a.sub1:hover{background: url(../image/jtou_a.png) no-repeat 90% center #fff;color: #e7250f;}
.nyprobox_left01 .submenu li.hover a.sub1{background: url(../image/jtou_a.png) no-repeat 90% center #fff;color: #e7250f;}
.nyprobox_left01 .submenu s{width: 2px; height: 61px; display: block; background: #e7250f; position: absolute; left: 0; top: 0;}
.nyprobox_left01 .submenu .box{padding-bottom: 0;background: #fff;border: 1px solid #dedede;border-top: 0 none;display: none;}
.nyprobox_left01 .submenu .box a{color: #333;display: block;overflow: hidden; font-size: 14px;padding: 2% 10%; box-sizing: border-box;}
.nyprobox_left01 .submenu .box a s{width: 10px;height: 10px;margin-right: 8px;display: inline-block;background-position: 2px -178px;}
.nyprobox_left01 .submenu .box a:hover, .nyprobox_left01 .submenu .box a.hover{color: #e7250f;}
.nyprobox_left01 .submenu .box a:hover, .nyprobox_left01 .submenu .box a.hover{color: #e7250f; font-weight: 600}
.nyprobox_left01 .submenu li.hover .box{display: block;}

.nyprobox_left02{box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1); border-radius: 6px; padding-bottom: 3%; margin-top: 5%;}
.nyprobox_left02 .title{padding:5% 8%; box-sizing: border-box; font-size: 18px; text-align: left; color: #333; font-weight: 600;}
.nyprobox_left02 .fl_row_s{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-bottom:0; padding: 0 6%; box-sizing: border-box;}
.nyprobox_left02 .fl6_s{width:50%;padding-right:10px;padding-left:10px}
.nyprobox_left02 .fl12_s{width:100%;padding-right:10px;padding-left:10px}
.nyprobox_left02 .enquiry_label{display:block;border:none;position:relative;user-select:none;height:38px;padding:0 14px;background:#fff;margin-bottom:15px;border-radius:4px;border:1px solid #DAD9D9}
.nyprobox_left02 .enquiry_inp{background:0 0;border:none;outline:0;color:inherit;height:100%;display:block;width:100%;font-size:inherit;box-shadow:none;font-weight:500;resize:none;color:#333}
.nyprobox_left02 textarea.enquiry_inp{line-height:20px}
.nyprobox_left02 .required_span{position:absolute;height:18px;line-height:18px;left:10px;top:10px;display:block;pointer-events:none;transition:.1s;font-weight:400;color:#131415;opacity:.5}
.nyprobox_left02 .required_span .font-color{display:none}
.nyprobox_left02 .enquiry_inp[required]+.required_span .font-color{display:inline}
.nyprobox_left02 .enquiry_inp:focus+.required_span,.nyprobox_left02 .enquiry_label.js-select-open .required_span{margin-left:20px;opacity:0}
.nyprobox_left02 .enquiry_label.active .required_span{margin-top:-26px;left:0}
.nyprobox_left02 .required_tips{margin:0;position:absolute;left:2px;bottom:0;font-size:12px;color:#d90000;display:none;pointer-events:none}
.nyprobox_left02 .enquiry_label.errors{border-color:#d90000}
.nyprobox_left02 .enquiry_label.errors .required_tips{display:block}
.nyprobox_left02 .enquiry_btn_box{text-align:center;padding-top:10px;padding-bottom:20px}
.nyprobox_left02 .enquiry_btn_box .read_more_a{border-radius:4px;height:40px;border:none;font-size:14px;color:#FFFFFF;max-width:100%;outline:0;transition:.2s;padding:0;padding:0 30px;line-height:40px}
.nyprobox_left02 .enquiry_btn_box .read_more_a:hover{opacity:.7}
.nyprobox_left02 .enquiry_btn_box .read_more_a:active{opacity:1}
.nyprobox_left02 .enquiry_label.textarea_boxs{height:auto;padding:6px 14px}
.nyprobox_left02 .enquiry_label.textarea_boxs .enquiry_inp{height:auto}
.nyprobox_left02 .enquiry_label.textarea_boxs textarea.enquiry_label{height:auto;resize:none}

.btn_box{text-align:center; background: none;}
.btn{display:block;width:100%}
.btn[btn-types="shallow"] {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    border-color: #e7250f;
    border-style: solid;
    border-width: 1px;
    background-color:#e7250f;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.btn[btn-types="deep"] {
    color:#e7250f;
    font-size: 14px;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}


.nyprobox_left03{box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1); border-radius: 6px; padding-bottom: 3%; margin-top: 5%;}
.nyprobox_left03 .title{padding:5% 8%; box-sizing: border-box; font-size: 18px; text-align: left; color: #333; font-weight: 600;}

.nyprobox_left03 .proleftbox{padding:0% 8%; box-sizing: border-box; overflow: hidden;}
.nyprobox_left03 .proleftbox ul{}
.nyprobox_left03 .proleftbox li{margin-bottom: 3%; display: flex;
  justify-content: space-between;
  align-items: center;}
.nyprobox_left03 .proleftbox li .lpic{width:50%; float: left; border: 1px solid #eee;}
.nyprobox_left03 .proleftbox li .lpic img{width: 100%; display: block; clear: both; margin: auto;}
.nyprobox_left03 .proleftbox li .ltext{width:46%; float: right;}
.nyprobox_left03 .proleftbox li .ltext .p1{font-size: 14px; line-height:30px;text-overflow:ellipsis;overflow:hidden;white-space: nowrap; font-weight: 400; color: #555;}
.nyprobox_left03 .proleftbox li .ltext .p2{width: 100%;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 20px;
  opacity: .6;
  white-space: normal;
  word-wrap: break-word;}


.nyprobox_right{width: 76%; float: right;}
.nyprobox_right .ptitle{font-size: 14px;margin-bottom: 15px;opacity: .8;}

.tabs-basic{width:100%;margin-top:3%;float:left;}
/* The tabs*/.tabs-basic ul{list-style:none;text-align:left;margin:0;padding:0;border-bottom:1px solid #e6e6e6;background:#eee;}
.tabs-basic ul li{display:inline-block;margin-bottom:-1px;font-size:16px;text-transform:uppercase;}
.tabs-basic a{display:block;text-decoration:none;background:#333;border:1px solid transparent;padding:10px 40px;color: #fff}
.tabs-basic .tab-active{border-bottom:2px solid #e7250f;color:#fff;background:#e7250f;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block;line-height:30px;font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6;line-height:24px;text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px;text-align:left;margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;margin:auto;display: block;clear: both;}
.tabs-basic table{border-collapse:collapse;border: 1px #e6e6e6 solid !important;width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important;padding-left:12px !important;word-wrap:break-word;word-break:break-all;border:1px #e6e6e6 solid !important;line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.hot_pro2{width:100%;float:left;margin-top:3%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 li{width:200px;float:left;margin-right:20px;overflow:hidden;}
.scrollleft2 li img{width:99%;display:block;border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #e7250f;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block;width:100%;line-height:30px;margin-top:10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#e7250f;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}

.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:33%;height:50px;line-height:50px;float:left;text-align:center;margin-right:3%; background: #e7250f;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle;}
.pbtn a:hover{background:#ef8200;color:#fff;}
.pbtn a:nth-child(2){width:50%; background:#ef8200;}


.workshopbox{padding: 4% 0; background: #f8f8f8; overflow: hidden;}
.workshopbox_title{font-size: 30px; color: #e7250f; padding-bottom:30px; display: block; text-align: center;}
.workshopbox_wz{max-width: 80%;font-size:18px;font-weight: 400;  line-height: 1.5;  color: #555;text-align: center; padding-bottom:45px; margin: 0 auto;}


/*产品中心*/
.attr_wrap { padding:1% 0; box-shadow:2px 2px 5px rgba(0, 0, 0, 0.3); overflow: hidden;}
.attr_wrap .serach_left{}
.attr_wrap .products_attr_dl { float:left; max-width:31.333%;}
.attr_wrap .products_attr_dl dt { font-size:14px; color:#333; padding-bottom:10px}
.attr_wrap .products_attr_dl dd { float:left; width:180px; height:31px; line-height:31px; overflow:hidden;}
.attr_wrap .products_attr_dl .radio { display:inline-block; vertical-align:middle; margin-right:8px}
.attr_wrap .products_attr_dl dd b { display:inline-block; margin:10px 5px 0 0; width:12px; height:12px; float:left; background:url(../image/radio.jpg); background-position:-6px -41px}
.attr_wrap .products_attr_dl dd b.checked { background:url(../image/radio.jpg); background-position:-6px -10px}


.sea_inp{width:30%;height:auto;overflow: hidden; margin-bottom:1%;}
.sea_inp .serachcp{width:66%;height:auto;border:0;background:none;line-height:35px;color:#666;float:left;outline: none;display: block;padding:0 0 0 3%; border: 1px solid #ccc;}
.sea_inp .subutcp{ width:70px; height:37px;float:left;background:url(../image/sea_ico.png) no-repeat 22px 8px #e7250f;border: 0;text-indent: 190px;}


.ny_cp_fl{padding: 1% 0; overflow: hidden;}
.ny_cp_fl ul{padding: 0px 20px;background: #fff;}
.ny_cp_fl ul li{position: relative;border-bottom: 1px solid #F2F2F2;padding: 15px 0 15px 70px;}
.ny_cp_fl ul li .cp1{position: absolute;left: 0;top: 15px;font-size: 14px;line-height: 24px;color: #666;font-weight: bold;}
.ny_cp_fl ul li .cp2{}
.ny_cp_fl ul li .cp2 a{float: left;font-size: 14px;line-height: 22px;color: #777;padding: 0 5px;margin: 2px 5px;border-radius: 5px;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_fl ul li .cp2 a.on,.ny_cp_fl ul li .cp2 a:hover{color: #fff;background: #ff0000;}

.ny_cp_ss{position: relative;padding-left: 80px;padding-top: 15px;padding-bottom: 15px;}
.ny_cp_ss .scp1{position: absolute;left: 0;top: 15px;font-size: 14px;line-height: 34px;color: #666;font-weight: bold;}
.ny_cp_ss form{position: relative;width:220px;}
.ny_cp_ss form input{display: block;width: 100%;font-size: 14px;line-height: 34px;color: #666;padding: 0 65px 0 15px;background: #f2f2f2;}
.ny_cp_ss form a{position: absolute;right:0;top:0px;width: 50px;height:34px;font-size: 20px;line-height: 34px;text-align: center;color: #999;}