* {margin:0; padding:0;}
/**{transition:all .5s;}*/
::selection {background-color: #0d85e4;color: #fff;}
::-moz-selection {background-color: #0d85e4;color: #fff;}  
body {font-family:"Microsoft Yahei","微软雅黑",Verdana;font-size:15px;line-height:1.8;color:#333;min-width:1250px;overflow-x: hidden;padding-top: 110px;}
ul,ol {list-style:none;}
td {color: #000; font-size: 14px;} 
a {color: #333;text-decoration: none;}
a:hover {color: #0087cb;text-decoration: none;}
img {border:0;display: block;}
h1,h2,h3,h4,h5,h5 {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;}
.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;}

.my-container-fluid {width:100%;}
.my-container {width:1200px;margin:0 auto;}

.header_box {padding:15px 0;position: fixed;z-index: 999;top:0;background-color: #fff;box-shadow: 0 5px 5px -4px rgba(0, 0, 0, .6)}

.header_box h1 {height: 0px;text-indent: -999em;}
.header_box.on {background:#fff; transition: 0.5s;opacity: 1;}
.header {height:80px;}
.logo {width:358px;height:62px;background:url(../images/logo.png);left:0;top:5px;transition:all .5s;}
.logo a {display:block;width:176px;height:62px;}
.logo a h2 {text-indent:-999em;}
.logo:hover {top:2px;}
.top-dh {width: 200px;height: 25px;line-height: 25px;font-size: 22px;color: #000;padding-left: 30px;background: url(../images/topdh.png) 0 50% no-repeat;margin-top:17px;}
.top-dh>i {color: #eee;font-size: 22px;margin-left: 3px;}


/*搜索表单+动画为空验证 start*/
#sbtn {display:block;width:30px;height: 50px;line-height: 50px;color: #0087cb;font-size: 22px; cursor:pointer;margin-top: 6px;}
#sbtn:hover {color: #ff6600;}
.search-box {width:0px;height:30px;background: linear-gradient(to right, #fff , #fff);/*padding:20px;*/right:-40px;top: 6px;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 #ddd;border-radius: 14px; color:#fff;}
.search-submitx {cursor:pointer; width:25px; height:25px; display:block; border:none; background:none; float:left;color:#ddd;font-size:18px;right: 20px;top:2px;}
.search-close {width: 30px;height:30px;line-height:30px;font-size: 20px;color: #000;}
.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:800px;height: 50px;margin-top: 5px;}
.nav-menu {width: 630px;}
/*如果分类有二级，但不是导航，会出现二级ul空标签，所以要隐藏，如果有二级导航，去掉overflow属性*/
.nav-menu .nav-item {position: relative;min-width: 100px;height: 60px;line-height: 60px;text-align: center;font-size: 17px;margin-right: 10px;margin-left: 10px;z-index: 998;}
.nav-menu .nav-item>a {display:inline-block;line-height: 60px;color: #666;}
.nav-menu .nav-item a:hover {color: #0087cb;}
.nav-menu .nav-item .nav-sub-box {width:1920px;position:fixed;background: rgba(255,255,255,1); left: 50%;margin-left: -960px; top: 110px;border-top: 1px solid #eee; padding: 55px 0;z-index: 990;display: none;box-shadow: 0 10px 10px -4px rgba(0, 0, 0, .5)}
.nav-menu .nav-item .nav-sub-box .nav-sub-con {width: 960px;margin: auto;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-pic {width: 265px; height: 150px;padding-right: 40px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-pic img {width: 265px; height: 150px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-txt {width: 265px; height: 150px;text-align:left;padding-right: 40px;border-right: 1px solid rgba(255,255,255,.31);margin-right: 50px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-txt h3 {line-height: 1.5;font-size: 20px;color: #097edd;margin-bottom: 15px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-txt p {line-height: 1.5;font-size: 15px;color: #888;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link {width: 150px;text-align:left;border-right: 1px solid rgba(255,255,255,.31);}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link h3 {line-height: 40px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link h3 a {color: #0087cb;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link ul {left:200px;top:0;width: 150px;display: none;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link ul li {line-height: 30px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link ul li>a {font-size: 14px;color: #333;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link ul li>a:hover {color: #ff6600;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link h4 {line-height: 30px;font-size: 16px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link h4 a {color: #000;margin-right: 25px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link h4 a:hover {color: #0087cb;}
/*产品二级分类专用*/
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link-pro {width: 340px;text-align: left;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link-pro .nav-sub-pro-pic {width: 126px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link-pro .nav-sub-pro-pic img {width: 126px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link-pro dl {width: 200px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link-pro dl dt {line-height: 30px;font-size: 16px;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link-pro dl dt a {color: #0087cb;}
.nav-menu .nav-item .nav-sub-box .nav-sub-con .nav-sub-link-pro dl dd {width:100%;line-height: 30px;font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}




/* 导航菜单 */
/*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:510px;background:#f0f0f0;overflow:hidden;padding-top:40px;border-top: 2px solid #f5f5f5;}
.footbox {}
.footnav {width:550px;height:388px;}
.footnav ul {width:120px;margin-right: 60px;}
.footnav ul li {font-size:14px;color:#333;height:29px;line-height:29px;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.footnav ul li a {padding-left:10px;}
.footnav .fnavtit {height:50px;line-height:50px;color:#0087cb;font-size:18px;}
.footnav .fnavtit a {color:#0087cb;}

.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:#0087cb;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:#333;}
.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:416px;height:150px;padding:20px 0 0 0;}
.wx2wm ul li {float:left;width:186px;height:150px;margin:0 8px;}
.wx2wm ul li img {width:151px;height:151px;float:left;}
.wx2wm ul li p {width:20px;float:left;text-align:center;line-height:1.3;color:#333;font-size:13px;padding:0 5px;}

.copyright {color:#333;text-align:center;overflow:hidden;border-top:1px solid #ddd;padding-top:10px;}
.copyright p {font-size:12px;color:#333;text-align:center;line-height:2.5;}
.copyright p a {color:#333;}
.copyright p a:hover {color:#ff0000;}
.copyright p img {margin:0 5px;display:inline-block;vertical-align: middle;}
.page_top {position: fixed;right: 2%;bottom: 10%;z-index: 100;display: none;} /*top-up*/
/*footer end*/

.banner {}
/*.pagination {display:flex;justify-content:space-between;}*/
.wx-swiper-dot{
	z-index:9999;
display:inline-block;
  width: 98px;
  height: 3px;
  background:#999;
  margin:0 2px 30px 2px;
}
.wx-swiper-dot.wx-swiper-dot-active {
  background:#fff;
}
.index_product_box {height:646px;padding-top:60px;background:url(../images/cpbg.jpg) 50% 0 no-repeat;}
.index_product_con {}
.pro_list-box {width:100%;display:flex;justify-content:space-between;}
.pro_list {width:210px;height:360px;}
.pro_list a {display:block;width:208px;height:358px;border: 1px solid #ddd;background: #f6f6f6;transition: all .5s;}
.pro_list a:hover {border-color: #c60000;}
.pro_list a img {width:100%;height:208px;margin-bottom: 10px;}
.pro_list a h3 {width:188px;line-height:25px;font-size:18px;color:#000;padding: 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.pro_list a p {height:50px; line-height: 1.5;font-size: 12px;color: #333;padding: 5px 10px;}
.pro_list a em {display: block;width: 50px;height: 1px;background: #333; margin-left: 10px;margin-top: 10px; transition: all .5s;}
.pro_list a:hover em {background: #c60000;width: 188px;}
.pro_list a span {display: block;width: 188px;margin: 10px auto;font-size: 12px;text-align: right;}
#swiper-container1 {
    height: 450px;
}
.index_bt {height: auto;text-align: center;margin-bottom:40px;}
.sytitle01 {height: auto;line-height: 45px;color: #333;font-size: 28px;}
.sytitle01 span {color: #097edd;}
.sytitle02 {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;}
.sytitle02:before {display:block;position:absolute;content:"";width:60px;height:1px;background:#888;left:-60px;top:50%;}
.sytitle02:after {display:block;position:absolute;content:"";width:60px;height:1px;background:#888;right:-60px;top:50%;}

.about-box-bg {height: 721px;padding-top: 90px;background: url(../images/aboutbg.jpg) 50% 0 no-repeat;margin-bottom: 40px;}
/*.about-box {}*/
.about-con {width:978px;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 {width: 940px;}
.about-con ul li {width: 150px;height: 140px;}
.about-con ul li a {display: block;width: 100%;height: 140px;}
.about-con ul li a img {width: 92px;height: 92px;margin: 0 auto; -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;}
.about-con ul li a p {line-height: 38px;font-size: 15px;text-align: center;color: #000;}
.about-con ul li a:hover img {-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);} 

.case-bt {height:45px;text-align:center;margin-bottom:20px;}
.case-bt ul li {display:inline-block;padding:0 20px;height:45px;line-height:45px;text-align:center;font-size:14px;margin:0 10px;}
.case-bt ul li a {color:#333;}
.case-bt ul li a:hover,.case-bt ul .curcasebt a {color:#1546c2;}
.case-bt ul li:hover,.case-bt ul .curcasebt {border-bottom:2px solid #1546c2;}

.case_box {margin-bottom:20px;}
.xc_case {}
.xc_case ul li {width:285px;height:250px;overflow:hidden;}
.xc_case ul li a {display:block;width: 100%;text-align: center;}
.xc_case ul li a p {line-height: 40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.xc_case ul li img {width:285px;height:190px;transition:all .4s;}
.xc_case ul li img:hover {transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}

.askbg {height: 300px;padding-top: 40px; background: url(../images/askbg.jpg) 50% 0 no-repeat;margin-bottom: 50px;}
.askbt {margin-bottom: 20px;}
.askbt * {color: #fff;}
.askbt .sytitle02:before,.askbt .sytitle02:after {background: #fff;}
.ask-con {width: 670px;margin: 0 auto;font-size: 15px;line-height: 1.8;color: #fff;}
.ask-con a {display: inline-block;width: 160px;height: 50px;line-height: 50px;text-align: center;color: #fff;margin-top: 20px;background: url(../images/askbtnbg.png)}

.index_news_box {margin-bottom: 50px;}
.news_art_con {width:100%;padding-top:20px;}
.news_art_con_dl {width:380px;margin-bottom:15px;background:url(images/btm2.png);}
.news_art_con_dl dt {width:380px;height:210px;overflow:hidden;}
.news_art_con_dl dt img {width:380px;height:210px;}
.news_art_con_dl dt img:hover {transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}
.news_art_con_dl dd {width:380px;height:120px;position:relative;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 dd h4 a:hover {color:#e60012;}
.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:#0d85e4;}
.pub-main-tit span {font-family:Arial;color:#0d85e4;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: 50%;}
.pub-main-tit-bread ol {width:50%;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:#0d85e4;}*/

.pubmain_nav {margin:0;padding:0;}
.pubmain_nav li {float:left;height:45px;font-size:14px;margin-right:1px;margin-bottom:5px;position: relative;}
.pubmain_nav li a {display:inline-block;width:150px;height:45px;line-height:45px;background:#0d85e4;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;}
.pubmain_nav li ul {position: absolute;left:0;top:45px;display: none;z-index: 9;}
.pubmain_nav li:hover ul li {float: none;margin-bottom: 0px;border-top: 1px solid #fff;}
.pubmain_nav li:hover ul li a:hover {background: #ff6600;}
.pubmain_nav li:hover ul {display: block;}


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

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

.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 #0d85e4;}
.products li img {width:360px;height:250px;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:#0d85e4;font-size:15px;padding:0 50px;box-sizing:border-box;border-left:1px solid #efefef;border-right:1px solid #efefef;border-top:3px solid #0d85e4;}

/*---------产品详情页----------*/
.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: #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:#0d85e4;background-clip:padding-box;min-height:28px;border-radius: 20px;}
::-webkit-scrollbar-thumb:hover {background-color:#0d85e4;}
/*ie scroll滚动条效果*/
