* {margin:0; padding:0;}
/**{transition:all .5s;}*/
::selection {background-color: #ff9900;color: #fff;}
::-moz-selection {background-color: #ff9900;color: #fff;}  
body {font-family:"Microsoft Yahei","微软雅黑",Verdana;font-size:15px;line-height:1.8;color:#333;min-width:1250px;overflow-x: hidden;}
ul,ol {list-style:none;}
td {color: #000; font-size: 14px;} 
a {color: #333;text-decoration: none;}
a:hover {color: #00abac;text-decoration: none;}
img {border:0;display: block;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
.mg-r1 {margin-right: 5px !important;}
.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;}
.flex-wrap {flex-wrap: wrap;}
.flex-align-start {justify-content: flex-start;}
.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;}
.page-box {z-index: 1000000; position: relative;}
.my-container-fluid {width:100%;}
.my-container {width:1200px;margin:0 auto;}

.header_box {padding:0;background: url(../images/top_header_bg.png) center bottom repeat-x;}
.head-top {width: 100%;height: 30px;background: #0059bd;}
.head-top-box .head-top-box-left {width: 120px;height: 20px;padding-top: 5px;margin-left: 15px;}
.head-top-box .head-top-box-left a {display: block;width: 20px;height: 20px;line-height:20px;text-align:center;background: #7f7f7f;border-radius: 50%;margin-right: 10px;}
.head-top-box .head-top-box-left a:hover i {color: #333;}
.head-top-box .head-top-box-right {width: 300px;height: 30px;line-height:30px;color: #fff;font-size: 12px;text-align: right;}
.head-top-box .head-top-box-right a {color: #fff;}
.head-top-box .head-top-box-right a:hover {color: #ff9900;}
.head-top-box .head-top-box-right span {padding: 0 8px;}

.nav_fixed {position: fixed;top: 0px;}
.header_box.nav_fixed {height:128px;box-shadow: 0px 2px 6px rgb(0 0 0 / 30%);z-index: 9999999;transition: all 0.3s ease-out 0s;}


.header_box {background:url(../images/topline.jpg) 0 117px repeat-x #fff;}
.header_box h1 {height: 0px;text-indent: -999em;}
.header_box.on {background:#108dea; transition: 0.5s;opacity: 0.5;}
.header {height:128px;overflow:hidden;}
.logo {width:470px;height:100px;margin-top:8px;background:url(../images/logo.jpg);/*left:0;top:15px;transition:all .5s;*/}
.logo a {display:block;width:470px;height:100px;}
.logo a h2 {text-indent:-999em;}
/*.logo:hover {top:12px;}*/



/*搜索表单+动画为空验证 start*/
#sbtn {display:block;width:30px;height: 50px;line-height: 50px;color: #fff;font-size: 22px; cursor:pointer;}
#sbtn:hover {color: #ff6600;}
.search-box {width:0px;height:30px;background: linear-gradient(to right, #0a7bd9 , #046fcd);padding:20px;right:-40px;top: 10px;overflow: hidden;z-index:9991;}
.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 #fff;border-radius: 14px; color:#fff;}
.search-submitx {cursor:pointer; width:25px; height:25px; display:block; border:none; background:none; float:left;color:#fff;font-size:18px;right: 20px;top:2px;}
.search-close {width: 30px;height:30px;line-height:30px;font-size: 20px;color: #fff;}
.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 {float:right;width:710px;height: 50px;margin-top: 30px;}
.nav-menu {width: 100%;justify-content: flex-end;}
/*如果分类有二级，但不是导航，会出现二级ul空标签，所以要隐藏，如果有二级导航，去掉overflow属性*/
.nav-menu li {position: relative;height: 50px;line-height: 50px;text-align: center;font-size: 16px;margin-left: 36px;z-index: 999;}
.nav-menu li a {color: #333;}
.nav-menu li:hover a {color: #00abac;}
.nav-menu li:hover:after {display: block;content: "";width: 30px;height: 2px;background: #00abac;position: absolute;left:50%;top: 50px; margin-left: -15px;}
/* 导航菜单 */
/*footer strart*/
.friends-box {background: #f5f5f5;height: 50px;border-top: 2px solid #10408a;}
.friends-con {line-height: 50px;color: #333;}
.friends-con a {color: #333;}
.friends-con a:hover {color: #ff0000;}
.friends-con span {padding: 0 15px;}
.footer{width:100%;height:400px;background:#004ca1;padding-top:70px;}
.mgbline {width: 100%;height: 22px;background: url(../images/mgbline.png) 0  0 repeat-x;left: 0;top: -11px;z-index: 9999999}
.footbox {padding-bottom: 60px;}
.footnav {width:710px;}
.footnav ul {width:130px;min-height:230px;border-left: 1px solid #fff;}
.footnav ul li {text-align:center;font-size:14px;color:#fff;height:29px;line-height:29px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.footnav ul li a {color:#fff;}
.footnav ul li a:hover {color:#ff9900;}
.footnav .fnavtit {height:50px;line-height:50px;color:#fff;font-size:18px;}
.footnav .fnavtit a {color:#fff;}

.foot-ico-box {width: 120px;height: 20px;padding-top: 5px;margin-left: 15px;justify-content: flex-end;}
.foot-ico-box a {display: block;width: 20px;height: 20px;line-height:20px;text-align:center;background: #7f7f7f;border-radius: 50%;margin-right: 10px;}
.foot-ico-box a:hover i {color: #333;}

/*.footdh {width:410px;position:relative;background:url(../images/suline.png) 0 0 no-repeat;padding-left: 80px;}
.footdh .fdhtit {width:65px;height:50px;line-height:50px;color:#fff;font-size:16px;font-weight:normal;background:url(images/lxwmbtbg.png) center bottom no-repeat;margin-left:15px;margin-bottom:15px;overflow:hidden;}
.footdh ul {width:470px;padding-left:20px;}
.footdh ul li {height:25px;line-height:25px;font-size:14px;color:#fff;}
.footdh ul li h3 {font-size:18px;color:#ca0f06;}
.footdh ul li span {padding:15px;background:url(images/footdh.png) 0 50% no-repeat;}*/

.wx2wm {width:315px;height:190px;padding:20px 0 0 0;}
.wx2wm ul li {width:140px;height:190px;}
.wx2wm ul li img {width:140px;height:140px;}
.wx2wm ul li p {text-align:center;line-height:50px;color:#fff;font-size:13px;}

.copyright {color:#fff;text-align:center;overflow:hidden;border-top:1px solid #fff;padding-top:10px;}
.copyright p {font-size:12px;color:#fff;text-align:center;line-height:2.5;}
.copyright p a {color:#fff;}
.copyright p a:hover {color:#00abac;}
.copyright p img {margin:0 5px;display:inline-block;vertical-align: middle;}
.float-kf-box {width: 46px;position: fixed;right: 2%;bottom: 10%;z-index: 9999999;display: none;} /*top-up*/
.float-kf-box .page_top {width: 46px;height: 54px;}
.float-kf-box .kf-box {width: 46px;height: 45px;line-height: 45px;text-align: center;background: #00abac;font-size: 28px;color: #fff;}
.float-kf-box .kf-wx2wm {width: 140px;height: 140px;border: 3px solid #fff;right:46px;top:-101px;z-index: 9;display: none;}
.float-kf-box .kf-wx2wm img {width: 140px;height: 140px;}

/*footer end*/
.banner-box {position: relative;width: 100%;height: 808px;z-index: 2;}
.banner {position: fixed}
/*.pagination {display:flex;justify-content:space-between;}*/
.wx-swiper-dot{
	z-index:9999;
display:inline-block;
  width: 98px;
  height: 3px;
  background:#fff;
  margin:0 2px 30px 2px;
}
.wx-swiper-dot.wx-swiper-dot-active {
  background:#ff6600;
}
.index_product_box {height:1010px;padding-top:57px;background:url(../images/cpbg.jpg) 50% 0 no-repeat;}
.pro-bt {height:45px;text-align:center;margin-bottom:20px;}
.pro-bt ul li {display:inline-block;padding:0 25px;height:40px;line-height:40px;text-align:center;font-size:14px;}
.pro-bt ul li:after {position: absolute;display: block;content: '';width: 1px;height: 20px;background: #eee;right:0;top: 10px;}
.pro-bt ul li:last-child:after {background: none;}
.pro-bt ul li a {display:inline-block;height:40px;line-height:40px;color:#333;}
.pro-bt ul li a:hover,.pro-bt ul .curprobt a {color:#ff9900;}
.pro-bt ul li:hover a,.pro-bt ul .curprobt a {border-bottom:2px solid #ff9900;}
.index-pro-con {padding-top: 10px;}
.index-pro-con ul {margin-top: 35px;}
.index-pro-con ul li {width: 370px;height: 310px;/*padding: 10px;*/background: #fff;margin-bottom: 40px;transition:all .5s;border: 10px solid #eee;}
.index-pro-con ul li .a {display: block;width: 370px;height: 260px;overflow: hidden;}
.index-pro-con ul li a {text-align: center;font-size: 15px;}
.index-pro-con ul li a p {width:100%;height:50px;line-height: 50px;color: #333;background: #eee;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.index-pro-con ul li img {width: 370px;height: 260px;}
.index-pro-con ul li:hover p {background: #eee;}
.index-pro-con ul li:hover {/*background: #c60000;*/border: 10px solid #00abac;}
.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_bt {height: auto;text-align: center;margin-bottom:40px;}
.index-tit-txt {height: auto;line-height: 45px;color: #333;font-size: 28px;}
.index-tit-txt span {color: #333;}
.index-tit-txten {display:inline-block;height:30px;line-height: 30px;font-size: 14px;text-transform: uppercase;font-family: Verdana,Geneva,sans-serif;color: #555;padding:0 8px;position:relative;}
.index-tit-icon {display: inline-block;width: 10px;height: 10px;background: #ff6600;transform:rotate(45deg);}
.index-tit-line {width: 40px;margin: auto;}
.index-tit-line:before {display:block;position:absolute;content:"";width:220px;height:2px;background:#ff6600;left:-220px;top:50%;}
.index-tit-line:after {display:block;position:absolute;content:"";width:220px;height:2px;background:#ff6600;right:-220px;top:50%;}

.about-box-bg {height: 700px;padding-top: 84px;background: url(../images/aboutbg.jpg) 50% 0 no-repeat;/*margin-bottom: 20px;*/}
/*.about-box {}*/
.about-con {margin:0 auto 40px;line-height:1.8;color:#000;font-size: 15px;}
.mt20 {margin-top: 60px;}
/*.about-con p {text-indent: 2em;line-height: 2;}*/
.about-con ul li {width: 299px;height: 433px;margin-right: 1px;}
.about-con ul li a {display: block;width: 100%;height: 100%;}
.about-con .iadd_div1 {width: 299px;height: 422px;background: url(../images/index_about_menu.jpg) no-repeat center;transition: all 0.5s linear;box-sizing:border-box;}
.about-con .iadd_div1 .img1 {width: 299px;height: 184px;-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.about-con .iadd_bottom {width: 299px;height: 11px;background: url(../images/index_about_bottom.png) no-repeat center;}
.about-con .iaddd_title {padding: 33px 32px 16px 32px;font-size: 21px;margin-bottom: 18px;}
.about-con .iaddd_title:after {display: block;content: "";position: absolute;width: 40px;height: 1px;background: #0057bf;left: 32px;bottom: 1px;transition: all 0.5s linear;}
.about-con .iaddd_detail {padding: 0 32px;font-size: 13px;line-height: 25px;height: 50px;}
.about-con .iaddd_logo {padding: 28px 32px;}

.about-con ul li a:hover .iadd_div1 {background: url(../images/index_about_menu_on1.jpg) no-repeat center;border-top: 2px solid #ff6600;}
.about-con ul li a:hover .iadd_div1 .img1 {-webkit-filter: grayscale(0); filter: grayscale(0);}
.about-con ul li a:hover .iadd_div1 .iaddd_title,.about-con ul li a:hover .iadd_div1 .iaddd_detail {color: #fff;}
.about-con ul li a:hover .iadd_div1 .iaddd_title:after {width: 225px; background: #94c5ff;}
.about-con ul li a:hover .iadd_div1 .iaddd_logo img {-webkit-filter: brightness(650%);filter: brightness(650%);}

.advantages-box {padding:70px 0;margin-bottom:20px;background: #f3f3f3;}
.advantages-box-txt {width: 276px;height: 390px;background: url(../images/advantagesbg.jpg);padding: 30px;color: #fff;}
.advantages-box-txt h3 {line-height: 55px;font-size: 18px;margin: 10px 0;}
.advantages-box-txt p {line-height: 1.7;font-size: 15px;}
.advantages-box-txt p a {display: inline-block;width: 145px;height: 33px;border: 1px solid #fff;background: url(../images/jt.png) 50% 50% no-repeat;margin-top: 30px}
.advantages-box-con {width: 864px;height: 450px;}
.advantages-box-item {display:block;width: 288px;transition: transform 0.5s;}
.advantages-box-item-txt {width: 288px;height: 140px;padding-top: 85px;background: #fff;text-align: center;}
.advantages-box-item-txt h3 {font-size: 18px;}
.advantages-box-item-txt p {font-size: 14px;font-family: Arial;text-transform: uppercase;}
.advantages-box-item:hover {transform: translateY(-10px);}

.index_news_box {height:638px;background: url(../images/index_news_bg.jpg) 50% 0 no-repeat;padding: 80px 0;}
.news_art_con {padding: 20px 10px;background: #fff;margin-top: 60px;}
.index-news-left {width: 570px;height: 335px;}
.index-news-pic {width: 570px;height: 202px;overflow:hidden;}
/* .index-news-pic img {width: 570px;height: auto;}
.index-news-pic img:hover {transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);} */
.index-news-pic a {display: block;width: 570px;height: 202px;}
.index-news-nr {margin-top: 15px;height: 70px;}
.index-news-nr .index-news-nr-date {padding-top:5px;line-height: 30px;text-align: center;width: 70px;padding-right: 10px; border-right: 1px solid #f5f5f5;}
.index-news-nr .index-news-nr-date strong {display: block;line-height: 30px;font-size: 17px;}
.index-news-nr .index-news-nr-date span {display: block;line-height: 30px;font-size: 14px;}
.index-news-nr .index-news-nr-txt {width: 398px;}
.index-news-nr .index-news-nr-txt h3 {font-size: 16px;width: 398px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.index-news-nr .index-news-nr-txt p {font-size: 13px;color: #888;}
.index-news-nr .more {width: 23px;height: 22px;line-height: 22px;text-align: center;font-size: 13px; border:1px solid #ddd;border-radius: 5px;margin-top: 40px;}
.index-news-nr .more a {color: #ddd;}

.index-news-right {width: 568px;}
.news_art_con_dl {width:568px;margin-bottom:15px;padding-bottom: 10px;border-bottom: 1px dotted #eee;}
.news_art_con_dl dt {width:88px;height:75px;padding-top: 13px;background: #bfbfbf;text-align: center;color: #fff;}
.news_art_con_dl:hover dt {background: #00abac;transition:all ease-in-out .4s;}
.news_art_con_dl dt strong {display: block;line-height: 35px;font-size: 22px;}
.news_art_con_dl dt span {display: block;line-height: 25px;font-size: 14px;}
.news_art_con_dl dd {width:460px;color:#888;}
.news_art_con_dl dd h4 {width:380px;height:38px;line-height:38px;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.news_art_con_dl dd h4 a {color:#000;}
.news_art_con_dl:hover dd h4 a {color:#00abac;}
.news_art_con_dl dd p {height:46px;font-size:13px;line-height:23px;overflow:hidden;}


/*子页开始*/
.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:#ff9900;}
.pub-main-tit span {font-family:Arial;color:#ff9900;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: 60%;}
.pub-main-tit-bread ol {width:40%;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:#ff9900;}

.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:#00abac;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:#ff9900;border:1px solid #ff9900;}
.page li.active span,.page .page-num-current {color:#fff;background:#ff9900; border:1px solid #ff9900;}
.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:#ff9900}

.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 #ff9900;}
.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;}

.case-box {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 #ff9900;}
.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 #00abac;}

.products-box  {margin-bottom: 30px;}
.products {}
.products li {width:360px;height:310px;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 #00abac;}
.products li img {width:360px;height:250px;transition:all .5s;/*background:#ffb519;*/}
.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:#ff9900;font-size:15px;padding:0 50px;box-sizing:border-box;border-left:1px solid #efefef;border-right:1px solid #efefef;border-top:3px solid #ff9900;}

/*---------产品详情页----------*/
.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 {width:170px;height:170px;margin-top: 15px;margin-bottom: 15px;display: block;margin-left: auto;margin-right: 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: #00abac;font-size: 24px;text-align:center;line-height:35px;}
.description h1 span {color:#00abac;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:#003a7a;background-clip:padding-box;min-height:28px;border-radius: 20px;}
::-webkit-scrollbar-thumb:hover {background-color:#002753;}
/*ie scroll滚动条效果*/
