*{margin:0;padding:0;}
body{background:#fff; font-size:100%;line-height:22px;font-family:"Microsoft YaHei";font-size:14px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
.body,.ul,.ol,.li,.p,.h1,.h2,.h3,.h4,.h5,.h6,.form,.fieldset,.table,.td,.img,.div,.tr,.dl,.dd,.select,.option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal;}
a{ text-decoration:none !important; cursor:pointer !important; color:#333333;}
a:hover{ color:#f00}
select::-ms-expand { display: none; }
.img_cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;	max-width: 100%;max-height: 100%;display: block;margin:auto;padding: auto;}
.img_size{background-size:cover;background-position: 50% 50%;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.tr{ transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.wrap{ max-width:1200px; margin:0 auto;width:100%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
input[type=text], input[type=button], input[type=submit], textarea{outline:none;}

header.act{position:fixed;left:0;top:0;z-index:99999;animation:searchTop 0.5s ease-in-out !important;width:100%;background:#fff; visibility: visible !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
@keyframes searchTop {
    0% {top:-100px}
    to {top:0}
}
header.act .header-top, header.act .header-box{display:none;}

header{position:relative;width:100%;z-index: 9;}   
.header-top{line-height: 30px;border-bottom: 1px solid #d7d7d9;}
.h-top{display:flex;justify-content:space-between;font-size:12px;color:#4c4c4c;}
.h-top span a{font-size:12px;font-family:"SimSun";color:#4c4c4c;}
.h-top span a:hover{color:#d70011;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:0.05rem 0 0.25rem 0;}
.logo img{ max-width:100%; display:block;}

header .tel{background:url(/html/class/template/images/tel.png) no-repeat left center;padding-left:72px;}
header .tel p{line-height:18px;font-size:13px;color:#808080;}
header .tel b{display:block;color:#126fc6;font-size:26px;line-height:28px;font-family:"Impact";font-weight: normal;}

.header-nav{ width:100%;background:#126fc6;}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:16.666%;position: relative;}
.nav-ul li .nav_a {display:block;font-size:16px;color:#fff;line-height:50px;text-align:center;position: relative;z-index: 3;}

.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #fff;background:#e10602;}
.nav-ul li:hover::after, .nav-ul li:hover::before{content:"";display:block;width:0px;height: 0px;position: absolute;;top:-4px;border-top:5px solid #082356;border-left: 0 solid transparent;border-right:5px solid transparent;}
.nav-ul li:hover::after{transform:rotate(180deg);left: -5px }
.nav-ul li:hover::before{right:-5px ;transform:rotate(-90deg);}
.nav-ul li:hover .nav_a::after{content:"";display:block;width:100%;height: 4px;background:#e10602;position: absolute;left: 0 ;top:-4px;}

.nav-ul li.active::after, .nav-ul li.active::before{content:"";display:block;width:0px;height: 0px;position: absolute;;top:-4px;border-top:5px solid #082356;border-left: 0 solid transparent;border-right:5px solid transparent;}
.nav-ul li.active::after{transform:rotate(180deg);left: -5px }
.nav-ul li.active::before{right:-5px ;transform:rotate(-90deg);}
.nav-ul li.active .nav_a::after{content:"";display:block;width:100%;height: 4px;background:#e10602;position: absolute;left: 0 ;top:-4px;}


.nav-ul .sub_ul {display: none;width: 100%;position: absolute; padding:0;z-index:999;background:#126fc6;box-shadow:0 5px 10px #333;}
.nav-ul .sub_ul li{width:100%;padding:5px;margin:0;}
.nav-ul .sub_ul li .nav_a2{font-size:13px;line-height:34px;text-align: center;color:#fff;display:block;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {background: #e10602;color: #fff;}


/*移动端导航*/
.icon-menu{ cursor:pointer;z-index:999; width:40px; height:40px;  border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;right:0;top:0;}
.icon-menu span { width:30px;height:3px;background:#e10602;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.icon-menu .span03{width:22px;}
.icon-menu.click .span02 {width:0;opacity:0;filter:alpha(opacity=0); }
.icon-menu.click .span01 { position:relative;top:8px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-8px;transform:rotate(-45deg);width: 100%;}


.sjnav{ width:50%; position:fixed;right:0%;z-index:999;display: block;transition: all 0.5s;}
.sjnav ul{ padding:0; margin:0;overflow: hidden;right: -100%;width: 100%;transition: all 0.3s;position: absolute;}
.sjnav li{ display:block; margin:0; padding:0;}
.sjnav li a{display:block;line-height:44px;  font-size:15px; color:#fff;border-bottom: 1px solid #ddd;text-align: center;transform:translateX(100%);transition: all 0.3s;background:rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important;opacity: 0;}
.sjnav li a:hover, .sjnav li.active a{background:#e10602; color:#fff;}
.sjnav.click ul { right: 0; }
.sjnav.click li a{transform:translateX(0);opacity: 1;}


/*大图滚动开始*/
.banner{position: relative;}
.ban-img{display: block;max-width: 100%;object-fit: none;margin:0 auto;}
.banner .swiper-pagination-bullet{width:15px; height:4px; opacity:1; border-radius:2px; background:#fff;}
.banner .swiper-pagination-bullet-active{background:#e10602}
.prev-banner, .next-banner{ font-size:30px;font-family:"SimSun";color:#fff;width:40px;height:40px;background:rgba(0,0,0,0.5);border-radius:6px;display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);margin:0;}
.prev-banner{left:-50%;}
.next-banner{right:-50%;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}

.title{text-align: center;}
.title .t1{font-size:0.14rem;color:#6d7c88;line-height: 0.19rem;text-transform: uppercase;}
.title .t2{font-size:0.36rem;color:#2c3740;font-weight: bold;line-height: 0.44rem;}
.title img{display: block;max-width: 100%;margin:9px auto;}
.title .t3{font-size:0.16rem;color:#fff;padding-top: 0.1rem;}
.more{display: flex;justify-content: center;align-items: center; background: #126fc6;width: 1.1rem;height: 0.32rem;text-align: center;margin:0 auto;}
.more:hover{transform: translateY(6px);}

.page{padding:0.5rem 0;}
.page .wrap{display: flex;}
.page-left{width: 250px;margin-right: 30px;}
.s-drop-wrap { width:100%;}
.s-drop-btn { background:#126fc6; line-height:0.72rem; font-size:0.2rem;font-weight: bold; color: #fff; text-align:center;position:relative;}
.s-drop-btn i{font-style: normal;text-transform: uppercase;margin-left: 5px;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#126fc6;}

.s-drop-list {display: block; margin-top:1px; background-color: #126fc6;}
.aside-list-link{ font-size:0.17rem; color:#fff;line-height:0.51rem; border-bottom: 1px solid #fff;padding: 0 0.24rem;display: flex;justify-content: space-between;align-items: center;}
.aside-list-link i{display: block;width: 19px;height: 19px;background-color: #fff;border-radius: 5px;display: flex;justify-content: center;align-items: center;font-size:0.18rem;color:#126fc6;}
.aside-list-link:hover, .aside-list-link.act{  color:#126fc6;background: linear-gradient(45deg,#e4e3e8,#fefbfb,#e4e3e8);background: -webkit-linear-gradient(45deg,#e4e3e8,#fefbfb ,#e4e3e8);background: -moz-linear-gradient(45deg,#e4e3e8,#fefbfb,#e4e3e8);background: -o-linear-gradient(45deg,#e4e3e8,#fefbfb,#e4e3e8);}
.aside-list-link:hover i, .aside-list-link.act i{background-color: #e10602;color:#fff;}

.s-drop-list li .aside-sublist{ width:100%;  display:none;  }
.s-drop-list li:first-child .aside-sublist{display:block;}
.s-drop-list li .aside-sublist li{margin-top:5px;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; line-height:40px;  font-size:14px; margin-bottom:1px; text-align:center; background:#eee;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{ background:#000;color:#bc2a2a;}

.page-left .tel{background: url(/html/class/template/images/tel--bj.jpg) no-repeat 50% 50%;background-size:cover;text-align: center;padding:20px 0;color:#126fc6;}
.page-left .tel .t1{line-height: 27px;background: url(/html/class/template/images/tel2.png) no-repeat left center;padding-left: 34px;font-size:14px;display: table;margin:0 auto;}
.page-left .tel .t2{line-height: 30px;font-size:24px;font-family: "Impact";padding:10px 0;}
.page-left .tel .a-box{display: flex;justify-content: center;margin:8px 0 28px 0;}
.page-left .tel .a-box a{display: block;width: 90px;line-height: 26px;text-align: center;border:1px solid #126fc6;margin:0 6px;font-size:14px;color:#126fc6;}
.page-left .tel .a-box a:hover{background-color: #e10602;border-color: #e10602;color:#fff;}

.page-right{width:calc(100% - 280px);}
.remeng{display: flex;justify-content: space-between;align-items: center;font-size:14px;}
.remeng .link{display: flex;align-items: center;color:#333}
.remeng .link a{color:#696969;margin-right: 10px;}
.remeng .link a:hover{color:#222;text-decoration: underline !important;}
.remeng form{width: 4rem;display: flex;line-height: 34px;}
.remeng form input[type=text]{width:calc(100% - 66px);background-color: #f0f0f0;padding-left: 20px;outline: none;}
.remeng form input[type=submit]{width: 66px;background: url(/html/class/template/images/but.png) no-repeat center center, #126fc6;outline: none;}

.pro-ul{display: flex;flex-wrap: wrap;padding:0.12rem 0 0 0;margin:0 -1%;}
.pro-ul li{width: 31.3%;margin:1%;}
.pro-ul li a{display: block;border:1px solid #dcdcdc;transition: 0.5s;}
.pro-ul li a .pic{width:100%;position: relative;overflow: hidden;}
.pro-ul li a .pic:before{content:"";display: block;padding-top:80%;}
.pro-ul li a .txt{border-top:1px solid #dcdcdc;line-height: 0.36rem;font-size:14px;color:#333;font-weight: bold;padding:0 0.15rem;}
.pro-ul li a:hover{border-color: #126fc6;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}
.pro-ul li a:hover .txt{border-color:#126fc6;}

.case{background: url(/html/class/template/images/bj1.jpg) no-repeat 50% 50%;background-size:cover;padding:0.4rem 0;}
.case .title .t1, .case .title .t2{color:#fff;}
.swiper-case{padding:0.5rem 0;}
.swiper-case a{display: block;background-color: #fff;transition: 0.6s;}
.swiper-case a .pic{width:100%;position: relative;overflow: hidden;}
.swiper-case a .pic:before{content:"";display: block;padding-top:78%;}
.swiper-case a .txt{border-top:1px solid transparent;padding:0 0.16rem;display: flex;justify-content: space-between;align-items: center;font-size:14px;color:#333;font-weight: bold;line-height: 38px;}
.swiper-case a:hover .txt{border-color: #126fc6;font-weight: bold;color:#126fc6;}
.swiper-case a:hover{transform: translateY(-8px);}
.prev-case, .next-case{outline: none;position: absolute;top:50%;transform: translateY(-50%);font-size:0.4rem;color:#fff;}
.prev-case{left: -50px;}
.next-case{right:-50px;}
.case .more{display: flex;justify-content: center;align-items: center; background: linear-gradient(45deg,#e2e4ea,#fefbfb,#e2e4ea);background: -webkit-linear-gradient(45deg,#e2e4ea,#fefbfb ,#e2e4ea);background: -moz-linear-gradient(45deg,#e2e4ea,#fefbfb,#e2e4ea);background: -o-linear-gradient(45deg,#e2e4ea,#fefbfb,#e2e4ea);width: 1.1rem;height: 0.32rem;text-align: center;margin:0 auto;}
.case .more:hover{transform: translateY(6px);}

.about{padding:0.65rem 0;}
.about-main{padding-top: 0.5rem;display: flex;justify-content: space-between;}
.about-main .pic{width:49%;position: relative;overflow: hidden;}
.about-main .pic:before{content:"";display: block;padding-top:61%;}
.about-main .content{width:45%;display: flex;flex-wrap: wrap;align-content: space-around;}
.about-main .content .t1{position: relative;font-size:0.14rem;color:#126fc6;line-height: 0.24rem;padding-bottom: 0.2rem;width:100%;}
.about-main .content .t1 b{display: block;line-height: 0.3rem;font-size:0.2rem;color:#333;}
.about-main .content .t1::after{content:"";display: block;width: 14px;height: 2px;background-color: #126fc6;position: absolute;;left: 0;bottom: 0;}
.about-main .content .t2{line-height:26px;font-size:14px;color:#696969; display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;width: 100%;}
.about-main .content .more{background: #126fc6;margin:0;}
.about-main .content .more:hover {transform: translateX(10px);}
.about-main:hover .img_cover{transform: scale(1.1);}

.ys{padding:0.2rem 0 0 0;}
.ys-bt{background: url(/html/class/template/images/bj2.jpg) no-repeat 50% 50%;background-size:cover;height: 1.9rem;display: flex;justify-content: center;align-items: center;}
.ys-bt img{display: block;max-width: 100%;}
/* .ys .wrap{display: flex;align-items: center;padding:0.25rem 0;justify-content: space-between;}
.ys .wrap .content{width: 50%;} */
.ys .wrap{padding:0.3rem 0;}
.ys-box{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.ys-box .content{width: 47%;}
.ys-box .content .text{padding:0.45rem 0;}
.ys-box .content .text .bt{display: flex;align-items: center;margin-bottom: 0.2rem;}
.ys-box .content .text .bt img{display: block;max-width: 100%;margin-right: 10px;}
.ys-box .content .text .bt .t1{line-height: 40px;font-size:22px;color:#fff;border-radius: 30px;text-align: center;background-color: #1e7bd2;box-shadow: 3px 2px 5px inset #4c4a4a;padding:0 20px;}
.ys-box .content .text .t2{font-size:0.22rem;color:#4b5058;line-height: 0.4rem;}
.ys-box .content .text .t3{font-size:0.15rem;color:#4b5058;line-height: 21px;}
.ys-box .pic{width: 47%;}
.ys-box .pic img{display: block;max-width: 100%;}
.ys-box:nth-child(even) .pic{margin-left: -40px;}


.news{background-image:url(/html/class/template/images/bj3.jpg);padding:0.5rem 0;}
.news-main{display: flex;justify-content: space-between;padding:0.45rem 0;}
.news-main .news-left{width:50%;}
.news-main .news-left .pic{width:100%;position: relative;overflow: hidden;margin-bottom: 7px;}
.news-main .news-left .pic:before{content:"";display: block;padding-top:45%}
.news-main ul{display: block;}
.news-main ul li{background-color: #fff;border:1px solid #ddd;}
.news-main ul li a{display: flex;}
.news-main ul li a .date{width:0.94rem;text-align: center;color:#111;line-height: 0.2rem;font-size:0.14rem;font-family:"Arial";font-weight: bold;padding:32px 0;}
.news-main ul li a .date span{display: block;font-size:0.48rem;line-height: 0.45rem;width:100%;}
.news-main ul li a .content{width:calc(100% - 0.94rem);padding:0 0.25rem;display: flex;flex-wrap: wrap;align-content: center;}
.news-main ul li a .content .t1{line-height:0.34rem;display: flex;justify-content: space-between;align-items: center;font-size:0.14rem;color:#999;width:100%;margin-bottom: 0.1rem;}
.news-main ul li a .content .t1 span{font-size:0.18rem;color:#333;}
.news-main ul li a .content .t2{line-height: 0.25rem;font-size:0.14rem;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news-main ul li:hover{background-color: #126fc6;}
.news-main ul li:hover a .date, .news-main ul li:hover a .content .t1, .news-main ul li:hover a .content .t1 span, .news-main ul li:hover a .content .t2 {color:#fff;}
.news-right{width:48%;}
.news-right ul li{margin-bottom: 7px;}
.news .more{background: #126fc6;}

.contact{padding:0.6rem 0;}
.contact-box{display: flex;padding:0.5rem 0 0 0;font-size:14px;color:#666;justify-content: space-between;}
.contact-box .content{width: 46%;}
.contact-box .content .t2{ line-height:28px;}
.contact-box .content a{display: block;width: 1.3rem;line-height: 0.4rem;text-align: center;color:#fff;background-color: #8a8a8a;text-align: center;margin-top: 0.3rem;;}
.contact-box .content a:hover{background-color: #2e2e2e;}
.contact-box form{width: 51%;display: flex;flex-wrap: wrap;justify-content: space-between;font-size:14px;}
.contact-box form input[type=text], .contact-box form textarea{width: 49%;margin-bottom: 8px;border:1px solid #adadad;padding-left: 10px;line-height: 0.4rem;display: block;outline: none;}
.contact-box form textarea{width: 100%;height: 1.2rem;}
.contact-box form input[type=submit]{width:100%;line-height: 0.4rem;text-align: center;background-color: #126fc6;color:#fff;outline: none;}

footer{background:#2e2e2e;color:#fff;font-size:14px;}
footer .wrap{display: flex;align-items: center;justify-content: space-between;}
footer .wrap .foot-logo .t1{line-height: 42px;font-size:0.3rem;font-weight: bold;}
footer .wrap .foot-logo .t2{line-height: 25px;font-size:0.14rem;}
footer .wrap .foot-logo .time{font-size:12px;display: flex;align-items: center;margin-top: 30px;}
footer .wrap .foot-logo .time img{display: block;margin-right: 10px;}
footer .wrap .foot-nav{padding:0 3% 0.4rem 3%;border-left: 1px solid #9e9e9e;border-right: 1px solid #9e9e9e;width: 33%;}
footer .wrap .foot-nav b{display: block;font-size:0.18rem;line-height: 0.96rem;}
footer .wrap .foot-nav div{display: flex;flex-wrap: wrap;}
footer .wrap .foot-nav div a{display: block;width: 50%;color:#fff;line-height:0.46rem;}
footer .wrap .foot-nav div a:nth-child(even){padding-left: 10%;}
footer .wrap .foot-lxfs{padding:00 0.3rem 0;}
footer .wrap .foot-lxfs b{display: block;font-size:0.18rem;line-height: 0.96rem;}
footer .wrap .foot-lxfs .t1{line-height: 0.3rem;padding:12px 0 12px 40px;}
footer .wrap  .erweima{display:block;max-width: 120px;}
footer a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff;}
.foot-txt{padding:0.1rem 0;font-size:0.14rem;color:#fff;text-align: center;border-top:1px solid #9e9e9e;}
.foot-txt .wrap{display: flex;justify-content: space-between;align-items: center;}
.foot-txt .wrap i{cursor: pointer; width: 0.4rem;height: 0.4rem;background-color: #1f1f1f;border-radius: 5px;display: flex;justify-content: center;align-items: center;font-size:0.2rem;}

/**/
.page-bt{display: flex;justify-content: space-between;font-size:14px;color:#888;border-bottom: 1px solid #e3e3e3;padding-bottom: 10px;}
.page-bt a{color:#999;}
.page-bt a:hover{color:#126fc6;}

.product-show{padding:0.2rem;background:#fff;min-height: 5rem;}
.product-show .t1{font-size:20px;color:#333;text-align: center;line-height:40px;}
.product-show .t3{ width:100%; text-align:center}
.product-show .t3 img{display:block;max-width:100%;margin:15px auto; max-height:600px;}
.product-show .t2{font-size:14px;color:#666; line-height:28px;}
.product-show .t2 strong{ font-size:18px; line-height:40px; font-weight:bold;}
.product-show .t2 img{max-width:100%  !important; height:auto !important}
.product-show .t2 table{width:100%  !important; height:auto !important}
.product-show .t2 table td{ width:auto !important; height:auto !important}

.news-ul{display: block;padding:0.2rem 0 0 0;}
.news-ul li{border:1px solid #dfdfdf;margin-bottom: 0.13rem;padding:6px;transition: 0.5s;}
.news-ul li a{display:flex;}
.news-ul li a .pic{width: 245px;position: relative;overflow: hidden;}
.news-ul li a .pic:before{content:"";display:block;padding-top:73%;}
.news-ul li a .content{width:calc(100% - 245px);padding:0 0.25rem;}
.news-ul li a .t1{line-height: 35px;font-size:16px;color:#333;font-weight: bold;margin-top: 5px;}
.news-ul li a .t2{line-height: 0.25rem;font-size:12px;color:#999;width: 145px;border:1px solid #dfdfdf;text-align: center;}
.news-ul li a .t3{line-height: 24px;font-size:14px;color:#666;margin:0.12rem 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news-ul li a .t4{line-height: 0.30rem;font-size:12px;color:#fff;width: 1.2rem;text-align: center;background:#b5b5b5;}
.news-ul li:hover .t4{background-color: #126fc6;color:#fff;}
.news-ul li:hover{transform: translateY(-8px);box-shadow: 0 5px 10px #ccc;}

.news-show { width:100%; text-align:center;padding-top:20px;}
.news-show .txt-bt {  display:inline-block ;line-height:42px; font-size:18px; color:#333;font-weight:bold;text-align:center; }
.news-show .txt-date {  display:block;line-height:35px; font-size:12px; color:#999; margin-top:1%; text-align:center; width:100%} 
.news-show .txt-nr{  display:block;line-height:30px; font-size:14px; color:#444; text-align:left;} 
.news-show .txt-nr img{ max-width:100% !important; height:auto !important}

.page-message{background-color: #f3f3f3;padding:0.6rem 1.2rem;margin:0.24rem 0;}
.message{background-color: #f3f3f3;font-size:14px;color:#777;}
.message .bt{line-height: 24px;font-size:18px;color:#000;text-transform: uppercase;position: relative;padding-left: 10px;}
.message .bt span{display: block;line-height: 15px;font-size:12px;}
.message .bt::before{content:"";display:block;width: 4px;height: 30px;position: absolute;left: 0;top:50%;transform: translateY(-50%);background-color: #1f468f;}
.message form{margin-top: 30px;}
.message form ul{display: block;}
.message form ul li{display: flex;align-items: flex-start;margin-bottom: 0.24rem;}
.message form ul li label{font-weight: normal;margin:0;line-height: 32px;width:75px;}
.message form ul li input[type=text], .message form ul li textarea{width: calc(100% - 75px);line-height: 30px;border:1px solid #d7d7d7;background-color: #fff;padding-left: 10px;outline: none;}
.message form ul li textarea{height: 1.55rem;}
.message form ul li input[type=submit], .message form ul li input[type=reset]{width: 1rem;line-height: 32px;text-align: center;background-color: #d1d1d1;color:#333;margin:0 15px;outline: none;}
.message form ul li .but-box{display: flex;justify-content: center;width:calc(100% - 75px);}
.message form ul li input[type=submit]:hover, .message form ul li input[type=reset]:hover{background-color: #1f468f;color:#fff;}






/*手机底部*/
.hot{width:100%; height:58px; background:#11528f; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }

.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #191919;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ margin-bottom: 10px; font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ margin-bottom: 15px; font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{ margin: 0 auto; width:130px; font-size: 14px; color: #fff; line-height: 30px; background: #ea142d; border-radius: 5px;}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}

.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}

@media (max-width:1200px){
	.wrap{ width:96%}
    .ban-img{object-fit:initial}
    footer .wrap .foot-logo .t1{font-size:0.26rem;}
    .prev-case, .next-case{display: none;}
    }

@media (max-width:991px) and (min-width:768px){
    .page .wrap{display: block;}
    .page-left{width:100%;margin:0;}
    .s-drop-btn{text-align: left;padding:0 20px;}
    .s-drop-list{display: none;}
    .page-right{width:100%;}
    .ys .pic{display: none;}
    .ys .content{width: 100% !important;}
    .ys-box{padding:0 2%;}
    footer .wrap .foot-nav{display: none;}
    footer .wrap .foot-logo, footer .wrap .foot-lxfs{width: 50%;}
    }
 
@media (max-width:767px){
    header.act .header-box{display:block;}
    .header-main .logo{width:300px;}
    .header-main{padding:10px 0;}
    .title .t3, .title img{display: none;}
    .title .t2{font-size:18px;}
    .page{padding:20px 0;}
    .page .wrap, .about-main, .contact-box{display: block;}
    .page-left{width:100%;margin:0;}
    .s-drop-btn{text-align: left;padding:0 20px;}
    .s-drop-list{display: ;}
    .page-right, .contact-box .content, .contact-box form{width:100%;}
    .pro-ul li{width: 48%;}
    .about-main{padding:15px 0 0 0;}
    .about-main .pic, .about-main .content{width:100%;}
    .about-main .content .t2{margin:10px 0;}
    .about-main .content .t1 b{font-size:16px;margin-top: 10px;}
    .ys .pic{display: none;}
    .ys .content{width: 100% !important;}
    .ys-box{padding:0 2%;}
    .ys-bt img{max-width: 130%;}  
    .ys-bt{height: initial;padding:30px 0;overflow: hidden;}
    .ys .content .text .bt img{max-width: 15%;}
    .ys .content .text .bt .t1{font-size:16px;width: initial;line-height: 34px;}
    .ys .content .text{padding:10px 0;}
    .ys .content .text .t2{font-size:15px;}
    .news-main{display: block;} 
    .news-main .news-left, .news-right{width:100%;margin-bottom: 7px;}
    .news-main ul li a .content .t1 span{font-size:16px;font-weight: bold;}
    .news-main ul li a .content .t1 b{display: none;}
    .product, .news, .news-main, .about-main, .about, .contact, .contact-box{padding:20px 0;}
    .contact-box .content a{margin:15px 0;}
    footer .wrap .foot-nav, footer .wrap .foot-logo, footer .wrap .foot-lxfs b, footer .wrap{display: none;}
    footer .wrap .foot-lxfs{width: 100%;}
    
    .news-ul li a .pic{width: 130px;}
    .news-ul li a .content{width:calc(100% - 130px);padding:0 0 0 10px;}
    .news-ul li a .t2{display: none;}
    .news-ul li a .t3{margin:3px 0 8px 0;}
    .news-ul li a .t1{margin:0;;line-height: 30px;font-size:15px;}
    .page-message{padding:20px;}
    }

@media (max-width:567px){
	}

@media (max-width:336px) {
    }
	