* {margin:0; padding:0;}
/**{transition:all .5s;}*/
::selection {background-color: #cc0000;color: #fff;}
::-moz-selection {background-color: #cc0000;color: #fff;}  
body {font-family:"Microsoft Yahei","微软雅黑",Verdana;font-size:15px;line-height:1.8;color:#333;min-width:1250px;}
ul,ol {list-style:none;}
td {color: #000; font-size: 14px;} 
a {color: #000;text-decoration: none;}
a:hover {color: #c60000;text-decoration: none;}
img {border:0;display: block;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
.fr {float:right;}
.fl {float:left;}
.pa {position: absolute;}
.pr {position: relative;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.d-flex {display: flex;justify-content:space-between;}
.d-flex1 {display: flex}
.flex-wrap {flex-wrap: wrap;}
.flex-align-start {justify-content: flex-start!important;}
.flex-align-end {justify-content: flex-end!important;}

.img-fluid {max-width: 100%;margin-right: auto;margin-left: auto;}
.align-items-center {align-items: center;}/*子元素垂直方向*/
.align-content-center {align-content: center;}/*//单项对齐*/
.clearfix:after {content: "."; display: block;clear: both;visibility: hidden;height: 0;font-size:0;}

.my-container-fluid {width:100%;}
.my-container {width:1200px;margin:0 auto;}

.top-bg {height: 0px;}
.top-bg h1 {width:100%;height: 0px;text-indent: -999em;}
.header-bg {background: #fff;}
.header {height: 94px;padding-top: 55px;}
.logo {width: 342px;height: 60px;transition:all .5s;}
.logo img {width: 100%;}
.logo:hover {margin-bottom: 5px;}


/*搜索表单+动画为空验证 start*/
#sbtn {cursor:pointer;}
#sbtn:hover {color: #ff0000;}
.search-box-bg {height:50px;background: #ededed;}
.search-box {height:30px;padding:15px 0;overflow: hidden;}
.search-keywords {width: 600px;line-height: 30px;font-size: 15px;}
.search-keywords a {color: #555;margin-right: 10px;}
.search-keywords a:hover {color: #c60000;}
.search-con {width:300px;height:30px;}
.search-keywordx {width:280px;height:28px;line-height:28px;float:left;padding-left: 10px;font-size:13px;background:none; border:1px solid #ddd;border-radius: 14px; color:#999;}
.search-submitx {cursor:pointer; width:25px; height:25px; display:block; border:none; background:none; float:left;color:#ccc;font-size:18px;right: 15px;top:2px;}
.search-submitx:hover {color: #c60000;}
.search-close {width: 30px;height:30px;line-height:30px;font-size: 20px;color: #888;}
.shake {border-color: red;animation: shake 800ms ease-in-out;}
@keyframes shake {
    /* 动画需：“对称”实现 */
    10%, 90% { transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(+2px, 0, 0); }
    30%, 70% { transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(+4px, 0, 0); }
    50% { transform: translate3d(-4px, 0, 0); }
}
/* end */

/* 导航菜单 */
.main-navigation {width:800px;height: 60px;}
.nav-menu {width: 100%;}
/*如果分类有二级，但不是导航，会出现二级ul空标签，所以要隐藏，如果有二级导航，去掉overflow属性*/
.nav-menu li {/*overflow:hidden;*/position: relative;width: 100px;text-align: center;font-size: 18px;}
.nav-menu li a {display:block;width: 80px;height: 90px;line-height: 50px;color: #000;margin:0 10px;}
.nav-menu li a:hover,.nav-menu .active a {color: #000;border-bottom: 3px solid #018611;}
.nav-menu ul {z-index: 999999999;position: absolute;left:0;min-width: 130px;background: #fff;box-shadow: 0 4px 8px 0 rgba(0, 82, 191, 0.2), 0 6px 20px 0 rgba(0, 82, 191, 0.2);display: none;}
.nav-menu ul li {height: 62px;margin:0;font-size: 14px;border-bottom: 1px solid #fff;}
.nav-menu ul li a {height: 62px;line-height: 62px;color: #333;}
.nav-menu ul li a:hover {color: #ff0000;}
.nav-menu ul ul {left:100px;top:0;}
.nav-shop a {width: 100px!important;height: 35px!important;line-height: 35px!important;color: #fff!important;background: #ff4e00;border-radius: 15px;margin-top: 5px!important;}

/* 导航菜单 */
/*footer strart*/
.friends-box {background: #f7f7f7;height: 50px;}
.friends-con {line-height: 50px;color: #000;}
.friends-con a {color: #000;}
.friends-con a:hover {color: #ff0000;}
.friends-con span {padding: 0 15px;}
.footer {background: #595959;color:#fff;max-width: 1920px;margin-right: auto;margin-left: auto;padding-top: 40px;}
.foot-box {padding-bottom: 50px;}

.foot-nav {width: 100%;}
.fnav {width: auto;}
.fnav .fnav-tit {height: 60px;line-height:60px;font-size: 30px;color:#fff;margin-bottom: 15px;}
.fnav li {line-height: 30px;color: #fff;}
.fnav li strong {font-size: 16px;}
.fnav li a {color: #fff;}
.fnav li a:hover {color: #ff0000;}

.wxcode {width: 200px;color: #fff;}
.wxcode-con {width: 200px;padding-top: 20px;}
.wxcode-con a {display: block;width: 90px;height: 30px;line-height: 30px;font-size: 15px;color: #fff;background: #ff4e00;border-radius: 15px;margin-bottom: 15px}
.wxcode img {width: 180px;margin-top: 20px;}
.wxcode p {font-size: 15px;margin-bottom: 25px;}

.copyright-bg {background: #01760e;}
.copyright {height:60px;line-height:60px;font-size: 14px;color: #fff;}
.copyright p img {display: inline-block;vertical-align: middle;}

.copyright a {color: #fff;}
.page_top {position: fixed;right: 2%;bottom: 10%;z-index: 100;display: none;} /*top-up*/
/*footer end*/

.banner {width:100%;max-width: 1920px;margin-right: auto;margin-left: auto;}
.banner img {width: 100%;}
.banner-pagination {display:flex;justify-content:space-between;}
.swiper-container .swiper-pagination-custom {position: fixed;width:40%;text-align: right;bottom: -90px!important;}
.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next {position: fixed;margin-top: 0px;top:auto;bottom: -70px!important;}
.swiper-container .swiper-button-prev {left:25%!important;}
.swiper-container .swiper-button-next {left:45%!important;}

.wx-swiper-dot{ z-index:99999999;display:inline-block;width: 25px;height: 25px;background:#9d9d9d;margin:0 10px 20px 10px;border-radius: 50%;}
.wx-swiper-dot.wx-swiper-dot-active {background:#fff;}
.banner-btn .banner-btn-left {width: 47.6%;height: 45px;padding: 30px 0;background: #01760e;}
.banner-btn .banner-btn-right {width: 50%;height: 47px; padding: 29px 0;}
.banner-btn .banner-btn-right span {display: inline-block;width:70px;height:47px;background: url(../images/dh.png) 0 0 no-repeat;}
.banner-btn .banner-btn-right strong {display: inline-block;height: 47px;line-height: 47px;font-size: 30px;color: #01760e;}


.hot-product {margin-top: 40px;margin-bottom: 35px;background: url(../images/probg.jpg) 50% 0 no-repeat;padding:60px 0; }
.hot-product-box {margin-bottom: 40px;}
.pub-tit {margin:30px 0;}
.pub-tit dl {width: 100%;}
.pub-tit dl dd {width: 150px;padding-left: 15px;border-left:1px solid #000;}
.pub-tit dl dd a {display: block;width: 100%;color: #000;}
.pub-tit h2 {font-size: 50px;line-height: 50px;}
.pub-tit h6 {font-size: 16px;position: relative;line-height: 50px;}
.pub-tit dl dd a:hover {color: #01760e;}

.hot-product-box-tit {height: 80px;line-height: 80px;background: #cdcdcd;font-size: 25px;}
.hot-product-box-tit * {margin:0 30px;}
.product-type-box {width: 100%;}
.product-type-box ul {margin-bottom: 20px;width: 100%;}
.product-type-box ul li {width: 30%;height: 50px;margin-bottom: 25px;}
.product-type-box ul li a {display: block;width: 100%;height: 50px;line-height: 50px;font-size: 22px;color: #000;border: 3px solid #8a8a8a;border-radius: 15px;}
.product-type-box ul li a:hover,.product-type-box ul .active a {color: #fff;border:none;background:#01760e }


/*.product-scroll-box {width: 920px;}*/
.index-pro-con-ul {margin-top: 50px;}
.index-pro-con-ul li {width: 290px;height: 400px;margin-bottom: 25px;transition:all .5s;background: #fff;}
.index-pro-con-ul li .a {display:block;width: 290px;height: 300px;overflow: hidden;border: 1px solid #fff;overflow: hidden;background: #bdbdbd;margin-bottom: 15px;}
.index-pro-con-ul li a img {width: 290px;height: 300px;}
.index-pro-con-ul li img:hover {transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}
.index-pro-con-ul li div {width: 60px;height: 63px;bottom:0px;right:0;z-index: 9;}
.index-pro-con-ul li div a {display: block;width: 60px;height: 63px;background:url(../images/pro2.png);transition:all .5s; }

.index-pro-con-ul li p {line-height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.index-pro-con-ul li p strong {font-size:20px;/*font-weight: normal;*/}
.index-pro-con-ul li p span {font-size: 14px;color: #888;} 

.index-pro-con-ul li:hover div a {background:url(../images/pro3.png);}
/*.index-pro-con-ul li:hover a div p span {display: block;width: 80px;height: 25px;line-height: 25px;} */
.index-pro-con-ul li:hover .a {border-color:#fff;}


.mr-29 {margin-left: 29px;}
.index-pro-more {margin: 15px 0;}
.index-pro-more a {display: inline-block;padding: 5px 25px;color:#fff;background: #ff9900;font-size: 20px;transition:all .5s;}
.index-pro-more a:hover {background: #01760e;}

.about-bg {/*margin: 50px 0;*/padding: 90px 0 0 0;background: #efefef;}
.about-con1 {width: 620px; line-height:1.8;color:#000;}
.about-con1:before {position: absolute;display: block;content: '';width: 100px;height: 1px;background: #000;left:0;top:-10px;}

.about-bg1 {background: url(../images/aboutbg.jpg);padding: 20px 0;margin-top: 80px;}
.about-con {width:45%;padding:50px 90px; line-height:1.8;color:#fff;background-color: rgb(0,0,0,0.5);margin-left: 25px;}
.about-con h2 {font-size: 50px;}
.about-con h5 {font-size: 16px;margin-bottom: 15px;}
.about-pic {width: 100%;height: 380px;overflow: hidden;}
.about-pic video {width: 100%;height: 380px;}

.about-details {width: 100%;margin-top: 30px;}
.about-details p {line-height: 1.8;font-size: 15px;}
.about-details p a {float: right;color: #fff;}

.about-box h2 {height:90px;line-height: 90px;font-size: 60px;margin-top: 25px;margin-bottom: 25px;}
.about-box h4 {display:inline-block;line-height: 40px;font-size: 22px;margin-bottom: 50px;}
.about-box h4:before {position:absolute; display: block;content:"";width: 110px;height: 1px;background: #000;left:-150px;top:17px;}
.about-box h4:after {position:absolute; display: block;content:"";width: 110px;height: 1px;background: #000;right:-150px;top:17px;}

/* .about-con1 {line-height:1.8;color:#000;}
.about-pic1 {width: 610px;height: 410px;background: #fff;overflow: hidden;padding: 10px;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);}
.about-pic1 img {width: 610px;height: 410px;}
.about-pic1 img:hover{transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}
.about-details1 {width: 510px;}
.about-details1 p {line-height: 40px;font-size: 16px;text-indent: 2em;}
.about-details1 h3 {line-height: 70px;font-size: 30px;}
.about-details1 p a {text-indent: 0;display: block;width:80px;height:25px;line-height:25px;color:#fff;background: #ff0000;border-radius: 5px;transition:all .5s;margin-top: 10px;}
.about-details1 p a:hover {background: #000;} */

.ysbg1 {background: #f7f7f7;padding: 50px 0;}
.ys-box-left {width: 50%;}
.ys-box-left img {border:5px solid #cfcfcf;box-sizing:border-box;}
.ys-box-right {width: 50%;box-sizing:border-box;padding-left: 30px;}

.ys-box-right ul {width: 500px;padding-top: 30px;}
.ys-box-right ul li {font-size: 18px;line-height: 30px;margin: 15px 0;}
.ys-box-right ul li span {font-weight: bold;font-family: Arial;margin-right: 5px;}
.ys-box-right p {margin: 15px 0;}
.ys-box-right p strong {font-size: 28px;}
.ys-box-right p span {display: inline-block;padding: 5px 15px;background: #ff4e00;color: #fff;font-size: 25px;}
.ys-box-bg {margin-bottom: 30px;padding: 50px 0;margin-top: 30px;}
.ys-box {padding: 20px 0;}
.ys-con {width: 100%;}
.swiper {width: 100%;height: 100%;}
.swiper-slide {
        text-align: center;
        font-size: 16px;
        background: #fff;
        /* Center slide text vertically */
        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 {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
.swiper-slide {background-size: cover;background-position: center;}
.mySwiper2 {height: 80%;width: 100%;}
.mySwiper {height: 20%;box-sizing: border-box;padding: 10px 0;}
.mySwiper .swiper-slide {width: 25%;height: 100%;opacity: 0.4;}
.mySwiper .swiper-slide-thumb-active {opacity: 1;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.mySwiper2 .swiper-slide p {width: 100%;height: 5%;line-height: 45px;text-align: center;color: #fff; background-color: rgb(0,0,0,0.2);font-size: 15px;left:0;bottom: 0;}


.index-news-box {margin-bottom: 50px;margin-top: 50px;}
.index-news-bg {background: url(../images/newsbg.jpg) right 30px no-repeat;padding-top: 30px;}

.index-news-con {padding-top: 20px;}
.news-con2 {width: 450px;}
.news-con2 {font-size: 22px;line-height: 80px;}
.news_art_con_dl {margin-bottom:15px;}
.news_art_con_dl li {width:100%;height:40px;font-size: 16px;line-height: 40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.news_art_con_dl li a {color:#000;}
.news_art_con_dl li a:hover {color: #ff9900;}
.more-news {line-height: 30px;font-size: 13px;margin-top: 15px;}
.more-news a {display: inline-block;width: 100px;height: 30px;line-height: 30px;border: 2px solid #ccc;}

.case-box-bg {margin: 50px 0;padding: 60px 0;background: #f7f7f7;}
.index-case-box {}
.scroll_case {width:1200px;height: 330px; overflow: hidden;margin:10px 0;}
.scroll_case ul {margin:0; width:1200px; display: inline; float: left;padding:0;}
.scroll_case ul li {margin:0px 10px; width: 280px;height:290px; display: inline; float: left;border:2px solid #eee;text-align: center;background-color: #fff;}
.scroll_case ul li img {border: 0;  width: 280px;height: 290px;}
.scroll_case ul li p {line-height: 40px;font-size: 14px;}
.index-case-list {width: 300px;height: 440px;}
.index-contact-box {padding: 60px 0;}
.index-contact-con {width: 600px;padding: 30px 0;margin-left:420px;}
.index-contact-wx {width: 195px}
.index-contact-wx img {width: 195px}
.index-contact-txt {width: 385px;line-height: 35px;font-size: 20px;}

/*子页开始*/
.sub-banner {height: 400px;background: url(../images/sub01.jpg) 50% 0 no-repeat;max-width: 1920px;margin-right: auto;margin-left: auto;}

.pub-main-nav {width:100%;margin-bottom:30px;margin-top:20px;}
.pub-main-tit {height:45px;line-height:45px;font-size:25px;color:#ff5a00;}
.pub-main-tit span {font-family:Arial;color:#ff5a00;font-size:30px;padding:0 5px;}
.pub-main-tit-bread {height:20px;line-height:20px;font-size:12px;padding-bottom:5px;color:#ddd;border-bottom:1px solid #eee;}
.pub-main-tit-bread div {width: 70%;}
.pub-main-tit-bread ol {width:30%;text-align: right;display: flex;justify-content: flex-end;}
.pub-main-tit-bread ol li {height: 20px;line-height: 20px;margin-right: 10px;color: #555;}
.pub-main-tit-bread ol li a {color: #555;}

.pubmain_navcon {width:100%;margin-top:10px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eee;}
.pubmain_navcon h2 {width:198px;height:44px;line-height:44px;background:url(images/leftsidebt.jpg) right center no-repeat #fff;padding-left:9px;font-size:15px;color:#0065ce;}
.pubmain_navcon h2 a {color:#ff0000;}

.pubmain_nav {margin:0;padding:0;}
.pubmain_nav li {float:left;height:45px;font-size:14px;margin-right:1px;margin-bottom:5px;}
.pubmain_nav li a {display:inline-block;min-width:130px;height:45px;line-height:45px;background:#ff5a00;text-align:center;color:#fff;padding:0 20px;transition:all .5s;}
.pubmain_nav li a:hover,.pubmain_nav li .curlink-sub {background:#ff9900;color:#fff;}

.pub-main-box {width:100%;margin:0 0 60px 0;}
.pubmaintitle {width:100%;height:50px;padding:0;font-weight:normal;text-align:center;color:#000;margin-bottom:30px;}
.pubmaintitle h1 {display:inline-block;line-height:50px;position:relative;font-size:16px;}
.pubmaintitle h1:before {position:absolute;content:"";display:block;width:140px;height:1px;background:#000;left:-155px;top:25px;}
.pubmaintitle h1:after {position:absolute;content:"";display:block;width:140px;height:1px;background:#000;right:-155px;top:25px;}

.pub-main-con {padding:10px 0;margin:0;overflow:hidden;min-height:400px;}
.pub-main-con {line-height:1.8;font-size:14px;}
.pub-main-con p {line-height:1.8;font-size:14px;margin:10px 0;}
.pub-main-con table td {line-height:1.8;font-size:14px;}
.pub-main-con h3 {text-align:center;height:40px;font-size:16px;font-weight:bold;}
.pub-main-con hr {border-bottom:1px dotted #a6a5a5;background:none;border-top:none;border-left:none;border-right:none;}
.artstitle {margin:10px 0;height:30px;line-height:30px;border:1px dotted #ccc;text-align:center;color:#575048;box-sizing:border-box;}
.content-text-img img {margin: 20px auto;max-width: 100%;}
.attach-box {height: 50px;line-height: 50px;}

/*翻页*/
.page {height:30px;line-height:30px;text-align:center;}
.page li {display: inline;}
.page a, .page span {padding:5px 8px;color:#333d46;background:#fff;text-align:center;border:1px solid #ccdbe4;text-decoration:none;font-size:12px;margin-right:2px;}
.page a:hover {color:#fff;background:#ff0000;border:1px solid #ff0000;}
.page li.active span,.page .page-num-current {color:#fff;background:#ff0000; border:1px solid #ff0000;}
.page select {height: 26px; border: 1px solid #ccdbe4; background: #fff;}
.page .disabled {cursor:not-allowed;cursor:no-drop;}
/*翻页end*/
/*//详情页上一条下一条*/
.next-pre-box {margin: 20px 0;padding-top: 20px;border-top: 1px dotted #eee;}

.piclist-mr {margin-right: 410px;} /*图文列表最后一个防止左右两个两边对齐*/
/*新闻图文列表*/
.news-box {margin-top:20px;margin-bottom:45px;width:100%;}
.news-dl {width:100%;padding:10px 0 15px 0;height:180px;margin-bottom:30px;border-bottom:1px dotted #eee;}
.news-dl a {display:block;}
.news-dl .dt {width:270px;height:180px;overflow:hidden;}
.news-dl .dt img {width:270px;height:180px;}
.news-dl .dd {width:880px;height:135px;}
.news-dl .dd h2 {height:30px;color:#000;font-size:16px;}
.news-dl .dd span {display:block;text-align:right;line-height:25px;font-size:13px;color:#bbb;right:10px;bottom:-20px;}
.news-dl .dd p {height:135px;line-height:1.6;font-size:13px;color:#555;overflow:hidden;}
.news-dl a:hover h3 {color:#ff6600;}
.news-dl a:hover img {transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}
/*新闻文字列表*/
.new_list li{ width:570px;height:60px;border-bottom:1px dashed #ddd; background:url('../images/newslist.gif') no-repeat 0 24px;padding-left:15px;}
.new_list li a{display:block;width:100%;font-size:16px; line-height:60px; color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.new_list li a span {float: right;}
.new_list li a:hover{ color:#ff0000}

.photos {margin-bottom: 30px;}
.photo {}
.photo li {width:360px;height:560px;text-align:center;border:10px solid #f0f0f0;margin-bottom: 40px;overflow: hidden;}
.photo li:hover {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);border:10px solid #ff0000;}
.photo li img {width:360px;height:500px;transition:all .5s;}
.photo li:hover img {transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}
.photo a p {margin:0;line-height:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}

.cases {margin-bottom: 30px;}
.case {}
.case li {width:360px;height:350px;text-align:center;border:10px solid #f0f0f0;margin-bottom: 40px;overflow: hidden;}
.case li:hover {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);border:10px solid #ff0000;}
.case li img {width:380px;height:300px;transition:all .5s;}
.case li:hover img {transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}
.case a p {line-height:50px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}

.cases-pbl {width:1200px;overflow:hidden;}
.cases-pbl div {width:300px;border-left: 1px solid #eee;padding:20px;float:left;box-sizing:border-box;}
.cases-pbl div:hover {background:#fafafa;;}
.cases-pbl div:first-child {border:none;}
.cases-pbl div li {width:250px;padding:5px;background:#fff;margin-bottom:20px;}
.cases-pbl div li:hover {box-shadow: 0px 0px 8px #666;background: #fff;}
.cases-pbl div li img {width:100%;display:block;}
.cases-pbl div li p {text-align:center;line-height:30px;color:#000;}

.videos_box {margin-bottom: 30px;}
.video_con {}
.video_con li {width:360px;height:310px;border:10px solid #f0f0f0;margin-bottom: 40px;overflow: hidden;}
.video_con li a {display:block;}
.video_con li a img {width:360px;height:250px;transition:all .5s;transition:all .5s;}
.video_con li a em {display:block;width:50px;height:50px;line-height:50px;text-align:center;font-size:50px;left:50%;top:110px;margin-left:-25px;z-index: 9;}
.video_con li p {margin:0;height:50px;line-height:50px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.video_con li a:hover img {transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}
.video_con li:hover {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);border:10px solid #ff0000;}

.products-box  {margin-bottom: 30px;}
.products {}
.products li {width:280px;height:400px;border:10px solid #f0f0f0;text-align:center;margin-bottom:40px;overflow: hidden;}
.products li:hover {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);border:10px solid #ff0000;}
.products li img {width: 280px;height: 340px;background:#ffb519;transition:all .5s;}
.products li:hover img {background:#ff0000;transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}
.products li p {margin:0;line-height:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.productdes {margin-top:50px;width:100%;height:52px;border-bottom:1px solid #efefef;color:#575048;}
.productdes strong {display: inline-block;height:52px;line-height:52px;color:#ff0000;font-size:15px;padding:0 50px;box-sizing:border-box;border-left:1px solid #efefef;border-right:1px solid #efefef;border-top:3px solid #ff0000;}

/*---------产品详情页----------*/
.baobei{ width:570px; height:600px;}
.bb_miaoshu {width: 600px;height: 420px;}
.baobei_name {height: 50px;margin-bottom:15px;}
.baobei_name h1 {font-size: 18px;color: #555;text-align:center;line-height: 50px;border-bottom:1px solid #eee;}
.nn-fl {height: 35px;line-height: 35px;color: #ddd;text-align:center;margin-top: 10px;font-size: 12px;}
.nn-fl span {padding-left:10px;}
.nn-fl a {color: #ddd;}
.description {padding: 15px;text-align:center;}
.description img {display: block;width:170px;height:170px;margin: 15px auto;}
.description a {display:block;width:100px;height:36px;line-height:36px;text-align:center;background:#ddd;border-radius:15px;color:#333;margin:0 auto;}
.description a:hover {background:#ff6600;color:#fff;}
.description h1,.description h2 {color: #DD0207;font-size: 24px;text-align:center;line-height:35px;}
.description h1 span {color:#DD0207;margin-right:5px;}
.nn-tjcp {width:510px;height: 130px;padding: 5px;margin:0 auto;}
.nn-tjcp h2 {line-height: 25px; color: #333; font-size: 14px;text-align:center;}
.nn-tjcp ul {padding-top: 10px;}
.nn-tjcp ul li {width: 150px;height: 116px;text-align: center;}
.nn-tjcp ul li img {width: 148px;height: 116px; padding: 2px;border: 1px solid #eee;}
.nn-tjcp ul li a img {border: 1px solid #eee;}
.nn-tjcp ul li a:hover img {border: 1px solid #ff6600;}
.nn-tjcp ul li p {line-height: 20px;font-size:12px;margin:0;padding:0;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}

/*message start*/
.message-box {}
.form-box {line-height:35px;margin-top:20px;font-size:14px;}
.form-group {margin-bottom: 15px;}
.form-group label {display:block;width:100px;height:35px;line-height:35px;font-size:14px;} 
.btn {display:block;height:35px;line-height:35px;font-size:14px;border:1px solid #eee;padding:0 30px;border-radius:5px;background:#ff6600;color:#fff;margin:20px 0 0 100px;}
.form-group>div {width: calc(1200px - 120px);}
.form-control {display: block;width:100%; height: 34px;padding: 6px 12px;font-size: 14px;line-height:34px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing:border-box;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.form-content {min-height: 80px;}
.row {width: calc(1200px - 120px);}
.vcode {width: 120px !important;margin-right: 10px;}
/*message end*/

/*首页渐出效果*/
.animate-box{opacity:0;}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}
.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;}
.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;}
@-webkit-keyframes fadeInUp{
	from{opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}
	to{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInUp{
	from{opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}
	to{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
/*END 首页渐出效果*/

/*webkit scroll 滚动条效果*/
::-webkit-scrollbar-track-piece {background-color:#f5f5f5;border-left:1px solid #d2d2d2;}
::-webkit-scrollbar {width:8px;height:13px;}
::-webkit-scrollbar-thumb {background-color:#cc0000;background-clip:padding-box;min-height:28px;border-radius: 20px;}
::-webkit-scrollbar-thumb:hover {background-color:#ff0000;}
/*ie scroll滚动条效果*/
