* {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: #333;text-decoration: none;}
a:hover {color: #0066cc;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;}
.flex-align-end {justify-content: flex-end;}
.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: 40px;line-height:40px;background: #000;color: #fff;}
.top-bg h1 {width:100%;height: 0px;text-indent: -999em;}
.top-bg span {margin-right: 10px;}
.header {height: 95px;overflow: hidden;}
.logo {width: 470px;height: 65px;transition:all .5s;}
.logo img {width: 100%;}
.logo:hover {margin-bottom: 5px;}
.top-dh {width: 40px;height: 39px;line-height: 39px;font-size: 28px;color: #c30102;right:-16px;top:25px;}
.top-dh>i {color: #eee;font-size: 22px;margin-left: 3px;}

/*搜索表单+动画为空验证 start*/
#sbtn {cursor:pointer;}
#sbtn:hover {color: #0066cc;}
.search-box {width:0px;height:30px;background: #fff;padding:20px;right:-30px;top: -10px;overflow: hidden;}
.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;color: #0066cc;right: 20px;top:2px;}
.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:700px;height: 95px;}
.nav-menu {width: 100%;}
/*如果分类有二级，但不是导航，会出现二级ul空标签，所以要隐藏，如果有二级导航，去掉overflow属性*/
.nav-menu li {overflow:hidden;position: relative;min-width: 80px;text-align: center;font-size: 18px;margin-right: 15px;margin-left: 15px;}
.nav-menu li:last-child {margin-right: 20px;}
.nav-menu li a {display:block;height: 92px;line-height: 92px;color: #000;border-bottom: 3px solid #fff;}
.nav-menu li a:hover {border-color: #0066cc;}
.nav-menu ul {z-index: 999;position: absolute;left:0;min-width: 180px;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 {margin:0;font-size: 14px;}
.nav-menu ul li a {color: #333;}
.nav-menu ul li a:hover {color: #0066cc;}
.nav-menu ul ul {left:100px;top:0;}

/* 导航菜单 */
/*footer strart*/
.friends-box {background: #262626;height: 50px;}
.friends-con {line-height: 50px;color: #fff;}
.friends-con a {color: #fff;}
.friends-con a:hover {color: #ff0000;}
.friends-con span {padding: 0 15px;}
.footer {background: #131313;color:#7e7e7e;padding: 66px 0;max-width: 1920px;margin-right: auto;margin-left: auto;}
.foot-box {padding: 50px 0;}
.foot-logo,.foot-logo img {width: 114px;height: 104px;padding-top: 10px;}
.foot-nav {width: 780px;}
.fnav {width: 210px;}
.fnav .fnav-tit {height: 60px;line-height:60px;font-size: 30px;color:#fff;border-bottom: 1px solid #fff;margin-bottom: 15px;}
.fnav .fnav-tit:after {position:absolute; display: block;content:"";width: 60px;height: 3px;background: #0066cc;left:0px;top:59px;}
.fnav li {line-height: 25px;color: #fff;}
.fnav li strong {font-size: 16px;}
.fnav li a {color: #666;}
.fnav li a:hover {color: #ff0000;}

.wxcode {width: 180px;font-size: 18px;color: #fff;padding-top: 20px;}
.wxcode img {width: 180px;height: 180px;}

.copyright {height:60px;line-height:60px;border-top: 1px solid #666;font-size: 14px;color: #666;margin-top: 20px;}
.copyright p img {display: inline-block;vertical-align: middle;}

.copyright a {color: #7e7e7e;}
.page_top {position: fixed;right: 2%;bottom: 10%;z-index: 100;display: none;} /*top-up*/
/*footer end*/

.banner {width:100%;height: 600px;background: url(../images/01.jpg) 50% 0 no-repeat;max-width: 1920px;margin-right: auto;margin-left: auto;}
/*.banner img {width: 100%;height: 510px;}*/
.banner-pagination {display:flex;justify-content:space-between;}
.wx-swiper-dot{z-index:9999;display:inline-block;width: 98px;height: 3px;background:#9d9d9d;margin:0 2px 20px 2px;}
.wx-swiper-dot.wx-swiper-dot-active {background:#0066cc;}

.index-class-box1 {height: 270px;margin-bottom: 40px;}
.index-class-con {width: 1030px;height: 270px;padding:30px 40px;background: #0066cc;box-sizing:border-box;left: 85px;top:-25px;z-index: 9}
.index-class-con h1 {color: #fff;font-size: 30px;margin-bottom: 20px;}
.index-class-con ul li {width: 196px;height: 34px;font-size: 16px;margin-bottom: 15px;}
.index-class-con ul li a {display: block;width: 196px;line-height: 34px;color:#fff;border: 2px solid #5e9edf;border-radius: 2px;}
.index-class-con ul li.last-class a {background: #5e9edf;color: #0066cc;}

.index-pro-box {margin-top: 30px;}
.index-pub-tit {margin: 20px 0;}
.index-pub-tit h3 {line-height: 40px;font-size: 30px;}
.index-pub-tit h4 {line-height: 25px;font-size: 15px;color: #888;}
.index-pub-tit h5 {height: 20px;line-height: 20px;}
.index-pub-tit h5 em {display: inline-block;width: 8px;height: 8px;background: #0066cc;border-radius: 50%;margin: 0 8px;}
.index-pub-tit h5 i {display: inline-block;width: 5px;height: 5px;background: #0066cc;border-radius: 50%;}
.index-pub-tit h5:before {position:absolute; display: block;content:"";width: 65px;height: 1px;background: #0066cc;left:500px;top:15px;}
.index-pub-tit h5:after {position:absolute; display: block;content:"";width: 65px;height: 1px;background: #0066cc;right:500px;top:15px;}

.index-pro-bg {background: #f3f3f3;padding: 30px 0;}
.index-pro-con {margin-top: 30px;margin-bottom: 30px;}
.index-class-tit {height: 50px;line-height: 50px;border-bottom: 1px solid #bfbfbf;font-size: 30px;}
.index-class-tit span {margin-right: 20px;}
.index-class-box {margin-bottom: 40px;margin-top: 20px;}
.class-pro,.class-pic {width: 585px;height: 450px;}
.class-pro div,.class-pro ul {width: 100%;}
.class-pro div .class_pro-nr {height: 230px;}
.class-pic img {width: 585px;height: 450px;}
.mr-29 {margin-left: 29px;}
.index-more {margin: 15px 0;}
.index-more a {display: inline-block;padding: 5px 25px;color:#fff;background: #0066cc;border-radius: 15px;}
.index-more a:hover {background: #ff0000;}
.class-pro ul {height: 220px;}
.class-pro ul li {width: 285px;height: 220px;}
.class-pro ul li img {width: 285px;height: 220px;}

.index-pro-con>ul li {width: 380px;height: 303px;margin-bottom: 25px;transition:all .5s;}
.index-pro-con>ul li .a {display: block;width: 380px;height: 250px;overflow: hidden;}
.index-pro-con>ul li a {font-size: 15px;}
.index-pro-con>ul li a p {width:100%;height:50px;line-height: 50px;color: #333;font-size:25px;border-bottom:1px solid #ddd;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.index-pro-con>ul li a p:after {position: absolute;content: "";display: block;width: 30px;height: 3px;background: #0066cc;left:0;top:48px;transition:all .5s;}
.index-pro-con>ul li a p span {display: inline-block;height:25px;line-height:25px;padding: 0 15px;margin-top:12px;font-size: 12px;color:#fff;background: #ff0000;border-radius: 10px;float: right;}
.index-pro-con>ul li a img {width: 380px;height: 250px;}
.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:hover a p:after {width: 380px;}

.ys-box {margin-bottom: 30px;padding: 30px 0;}
.ys-con {width: 100%;margin: 20px auto;}
.ys-con li {width: 368px;height:430px;border: 1px solid #ddd;border-radius: 1px;overflow: hidden;}
.ys-con li .ys-pic {width: 368px;height: 249px;overflow: hidden;}
.ys-con li .ys-pic img {width: 368px;height: 249px;}
.ys-con li:hover .ys-pic img {transition:all ease-in-out .4s; transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);}
.ys-con li .ys-txt {width: 368px;height: 179px;padding:15px;box-sizing:border-box;transition:all ease-in-out .4s;}
.ys-con li .ys-txt h3 {line-height: 50px;font-size: 30px;}
.ys-con li .ys-txt  p {line-height: 2;font-size: 18px;}
.ys-con li:hover .ys-txt {background: #0066cc;color: #fff;}

.about-bg {background: #262626;margin: 30px 0;padding: 30px 0;}
.about-box .about-tit h3 {color: #fff;}
.about-box .about-tit h5>* {background: #939393;}
.about-box .about-tit h5:before,.about-box .about-tit h5:after {background: #939393;}
.about-box .about-tit h4 {color: #939393;}
.about-con {width:1160px;padding:40px 50px;line-height:1.8;color:#000;box-sizing:border-box;margin: 40px auto;background: #fff;}
.about-pic {width: 400px;height: 280px;background: #000;overflow: hidden;border-radius: 20px;}
.about-pic video {width: 400px;height: 280px;}
.about-details {width: 630px;}
.about-details p {text-indent: 2em;}
.about-details h3 {font-size: 25px;line-height: 45px;}
.about-details h4 {font-size: 15px;line-height: 20px;color: #0066cc;border-bottom: 1px solid #ddd;margin-bottom: 15px;}
.about-details h4:after {position:absolute; display: block;content:"";width: 65px;height: 3px;background: #0066cc;left:0px;top:20px;}

.index-news-box {margin-bottom: 50px;margin-top: 30px;}
.index-news-con {padding-top: 45px;}
.index-news-nr {width:585px;height: 185px;padding:15px;border: 1px solid #ddd;border-radius: 3px;box-sizing:border-box;margin-bottom: 25px;}
.index-news-nr .index-news-date {width: 38px;height: 45px;line-height:20px;background: #0066cc;border-radius: 4px;color: #fff;left:-19px;top:-25px;}
.index-news-nr .index-news-date strong {font-size: 15px;}
.index-news-nr img {width: 235px;height: 146px;border-radius: 5px;}
.index-news-nr .index-news-txt {width: 305px;}
.index-news-nr .index-news-txt h3 {width:100%;font-size: 18px;line-height: 45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.index-news-nr .index-news-txt h3 a {color: #000;}
.index-news-nr .index-news-txt h3 a:hover {color: #0066cc;}
.index-news-nr .index-news-txt p {height:65px;line-height: 1.6;font-size: 13px;overflow: hidden;}
.index-news-nr p a {padding: 3px 15px;font-size: 12px;}
.gray-bg a  {background: #969696}

/*子页开始*/
.sub-banner {height: 510px;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:#0066cc;}
.pub-main-tit span {font-family:Arial;color:#0066cc;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:#0066cc;}

.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:#0066cc;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:#0066cc;border:1px solid #0066cc;}
.page li.active span,.page .page-num-current {color:#fff;background:#0066cc; border:1px solid #0066cc;}
.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:#0066cc}

.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 #0066cc;}
.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 #0066cc;}
.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 #0066cc;}

.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 #0066cc;}
.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:#0066cc;font-size:15px;padding:0 50px;box-sizing:border-box;border-left:1px solid #efefef;border-right:1px solid #efefef;border-top:3px solid #0066cc;}

/*---------产品详情页----------*/
.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:#0066cc;}
/*ie scroll滚动条效果*/
