body {
    line-height: inherit;
}
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Arial;
}
table {
    width: 100%;
    border: 1px solid #8c8c8c;
}
img {
    border: none;
}
.h2,h2{
    font-size:22px;
    margin: 0;
    padding: 0;
}
.h1, .h2, .h3, h1, h2, h3{
	margin:0;
	padding:0;
}
.h1,h1{
    font-size:30px;
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.lf{
    float: left;
    text-align:left;
}
.rt{
    float: right;
    text-align:right;
}
.clear{
    clear:both;
}
header {
    height: 88px;
    background:url(../img/header_img.jpg);
}
#header {
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto;
}
#logo {
    display: inline-block;
    margin: 16px 0 0;
    vertical-align: top;
}
#logo img {
    width: 100%;
}
#header strong {
    font-size: 25px;
    margin: 17px 0 0 10px;
    display: inline-block;
    margin-left:70px;
}
#search {
    float: right;
}
#search div {
    margin: 16px 0 9px;
}
#search form {
    display: inline-block;
    overflow: hidden;
    height: 22px;
    margin-right: 10px;
}
form input {
    border: none;
    background: none;
    outline: none;
}
#text {
    width: 148px;
    height: 22px;
    position: relative;
    padding-left:3px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #999;
    vertical-align: top;
}
#submit {
    width: 22px;
    height: 22px;
    background:#333 url(../img/ss.png) center no-repeat;
    cursor: pointer;
    border-radius:4px;
    position: relative;
    z-index: 9;
}
#search p {
    display: inline-block;
    background: url(../img/lan.png) 0 center no-repeat;
    vertical-align: top;
    line-height: 22px;
    padding-left: 30px;
}
#search p i {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #333;
    margin-left: 10px;
    display: inline-block;
}
#search span {
    background: url(../img/tle.png) 0 center no-repeat;
    padding-left: 20px;
    margin-right: 10px;
}
#search a {
    background: url(../img/em.png) 0 center no-repeat;
    padding-left: 20px;
    color: #333;
}
.sep-index-nav {
    padding-top: 3px;
    height: 42px;
    line-height: 39px;
    background: url(../img/nav_img.png) center;
}
.sep-header-nav {
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto;
}
.sep-header-nav ul{
    margin:0;
    padding:0;
}
.sep-header-nav ul >li {
    position: relative;
    float: left;
    z-index: 99999;margin-left: 37px;
}
.sep-header-nav ul >li .sep-header-a {
    height: 38px;
    color: #FFF;
    display: inline-block;
}
.sep-header-nav ul li:hover .sep-header-a{
	background:#000;
	border-bottom:3px solid #759a22;
}
.sep-header-nav ul li:hover .nav_ul_div{
	display:block;
}
.sep-header-nav ul li .nav_ul_div {
    width: 250%;
    position: absolute;
    top: 100%;
    display: none;
    background: #000;
    z-index: 9;
    border-radius:0 0 5px 5px;
    overflow: hidden;
}
.sep-header-nav ul li .nav_ul_div a {
    display: block;
    color: #999;
    border-top: 1px solid #3a3a3a;
}
.sep-header-nav ul li .nav_ul_div a:hover{
	color:#759a22;
}
.sep-header-nav ul li:hover .nav_div{
	display:block;
}
.sep-header-nav .nav_div {
    width: 740%;
    position: absolute;
    top: 100%;
    display: none;
    background: #000;
    z-index: 9;
    border-radius: 5px 5px 0 0;
}
.nav_div .nav_div2 {
    position: absolute;
    width: 100%;
    display: none;
    top: 100%;
    left: 0;
    background: #000;
	border-radius:0 0 5px 5px;
}
.nav_div .nav_div2:nth-child(3){
    display:block;
}
.nav_div .nav_div2 li{
	width: 25%;
	overflow:hidden;
    border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.sep-header-nav .nav_div a {
    color: #999;
    display: inline-block;
    border-top: none;
    border-bottom: 2px solid #759a22;
}
.sep-header-nav .nav_div .nav_a0{
    width:25%;
    float: left;
    border-right: 1px solid #759a22;
}
.sep-header-nav .nav_div .nav_a0:hover{
    color:#759a22;
}
.sep-header-nav .nav_div .nav_a0:nth-child(3){
    border-right:none;
}
.sep-header-nav .nav_div .nav_div2 a{
	float: none;
    border: none;
	display: block;
    padding:0;
}
.nav_div .nav_div2 li:hover a{
    color:#759a22;
}
.nav_div .last_nav_div2 li{
    border-bottom:none;
}
.sep-header-nav .nav_div .last_nav_div2 a span{
    width: 100%;
    min-height: 65px;
}
.sep-header-nav ul li a {
    padding: 0 20px;
}
.sep-header-nav .nav_div a img {
    width: 38%;
    float: left;
}
.sep-header-nav .nav_div a span {
    width: 57%;
    float: left;
    line-height: 20px;
    margin-left: 4%;
}
.sep-header-nav ul li:nth-child(2) .nav_ul_div{
    width:375%;
}
.sep-header-nav ul li:nth-child(2) .nav_ul_div a{
    width:25%;
    float:left;
    border-right:1px solid #3a3a3a;
    border-bottom:1px solid #3a3a3a;
    height: 100px;
    line-height: 24px;
}
.sep-mainnav {
    position: relative;
    z-index: 999;
}
/*************************************banner**************************************/
#sep-inside-banner{
    background:url(../img/inside-banner.jpg) center;
}
#sep-inside-banner div{
    max-width:1140px;
    min-width:300px;
    margin:0 auto;
    padding:16px 0 22px;
}
#wowslider-container1 img{
    width:100%;
}
.sep-banner{
    margin-top:0;
}
/*************************************products0**************************************/
.products_content_0 {
    position: relative;
}
.sep-products {
    max-width: 1140px;
    min-width: 300px;
    margin: 38px auto;
}
.products_img {
    width: 43%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: #fff;
    z-index: 99;
}
.products_img strong {
    font-size: 52px;
}
.products_img span {
    width: 99px;
    height: 99px;
    background: #3c3c3c;
    display: inline-block;
    color: #FFF;
    font-size: 85px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.products_img a {
    display: block;
    margin-top: 36px;
}
.products_img a img {
    width: 100%;
}
.products_content {
    width: 56%;
    margin-top: 52px;
    padding: 20px 0 21px 4%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.products_content span {
    font-size: 30px;
}
.products_content p {
    font-size: 14px;
    line-height: 28px;
    margin: 10px 0 35px;
}
.products_content a {
    font-size: 18px;
    padding: 0 25px 15px 0;
    border-bottom: 2px solid #008ae5;
    display: inline-block;
    color: #3c3c3c;
}
.products_content i {
    position: absolute;
    top: 70%;
    right: 10%;
}
.yql {
    position: absolute;
    background: #FFF;
    right: 0;
    top: 51px;
    width: 65%;
    z-index: -1;
    float: right;
    box-shadow: 0 0 20px #999;
}
.products-2 {
    max-width: 1140px;
    min-width: 300px;
    margin: 38px auto;
}
.products_content_2 {
    width: 46%;
    margin: 0 5% 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.products_content_2 .products-span1 {
    font-size: 85px;
    color: #3c3c3c;
    display: block;
}
.products_content_2 .products-span2 {
    font-size: 30px;
    margin-top: 10px;
    display: inline-block;
}
.products_content_2 p {
    font-size: 14px;
    line-height: 28px;
    margin: 10px 0 60px;
}
.products_content_2 a {
    font-size: 18px;
    padding: 0 20px 15px 0;
    border-bottom: 2px solid #008ae5;
    display: inline-block;
    color: #3c3c3c;
}
.products_content_2 i {
    position: absolute;
    top: 87%;
    left: 35%;
}
.products_img_2 {
    width: 48%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.products_img_2 a {
    display: block;
    margin-top: 42px;
}
.products_img_2 a img {
    width: 100%;
}
.products-3 {
    background: #3c3c3c;
    height: 300px;
}
.products-3 div {
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto;
    text-align: center;
}
.products-3 div span {
    font-size: 85px;
    color: #FFF;
    margin: 50px 0 0 -105px;
    display: inline-block;
}
.products-3 div .products-title {
    font-size: 30px;
    margin-left: 20px;
    color: #FFF;
}
.products-3 div ul li {
    width: 12%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0.5%;
}
.products-3 div ul li:nth-child(1){
    width:26%;
}
.products-3 div ul li img{
    width:100%;
}
/*************************************about**************************************/
.sep-about {
    max-width: 1140px;
    min-width: 300px;
    margin: 60px auto 40px;
    position: relative;
    padding-top: 135px;
}
.about-conter {
    background: #FFF;
    width: 90%;
    padding: 30px 0 1px 30px;
}
.about-conter p {
    width: 57%;
    margin-bottom: 32px;
    line-height: 29px;
    text-align: justify;
}
.about-img {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
}
.about-img strong {
    font-size: 60px;
    color: #333333;
    display: block;
    margin-bottom: 20px;
}
.about-img img {
    width: 100%;
}
/*************************************news**************************************/
.sep-news {
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto;
}
.sep-news dl {
    background: #9b0000;
    overflow: hidden;
    border-bottom: 1px solid #FFF;
    margin:0;
}
.sep-news dl dt {
    width: 200px;
    padding: 0 38px;
    font-size: 48px;
    color: #FFF;
    float: left;
    word-wrap: break-word;
}
.sep-news dl dd {
    float: left;
    padding: 0 42px;
    width: 74%;
    background: #333333;
    color: #FFF;
}
.sep-news dl dd:nth-child(3){
    height:83px;
}
.sep-news dl dd a {
    color: #FFF;
    padding: 20px 0 12px;
    border-bottom: 1px solid #FFF;
    display: block;
}
.sep-news dl dd a:hover{
	text-decoration:underline;
}
.sep-news dl dd p {
    padding: 12px 0 21px;
    color: #FFF;
    line-height: 20px;
    margin:0;
}
/*************************************blog**************************************/
.sep-blog {
    max-width: 1140px;
    min-width: 300px;
    margin: 40px auto 66px;
    overflow: hidden;
}
.sep-blog ul li {
    width: 19.6%;
    float: left;
    margin: 0 0.2%;
    background: #FFF;
}
.sep-blog ul li span {
    display: block;
    padding-left: 19px;
    background: #333333;
    border-bottom: 5px solid #eee;
}
.sep-blog ul li span a{
    color: #FFF;
    line-height: 38px;
}
.sep-blog ul li:nth-child(1) i {
    background: url(../img/icon1.jpg) center no-repeat;
}
.sep-blog ul li i {
    width: 100%;
    height: 72px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.sep-blog ul li p {
    line-height: 26px;
    padding: 0 12px;
    font-size: 12px;
}
.sep-blog ul li .sep-blog-more {
    display: inline-block;
    padding: 0 0 36px 12px;
    margin-top: 25px;
    color: #9b0000;
}
.sep-blog ul li .sep-blog-more:hover{
	text-decoration:underline;
}
.sep-blog ul li:nth-child(2) i {
    background: url(../img/icon2.jpg) center no-repeat;
}
.sep-blog ul li:nth-child(3) i {
    background: url(../img/icon3.jpg) center no-repeat;
}
.sep-blog ul li:nth-child(4) i {
    background: url(../img/icon4.jpg) center no-repeat;
}
.sep-blog ul li:nth-child(5) i {
    background: url(../img/icon5.jpg) center no-repeat;
}
/*************************************footer**************************************/
.sep-footer {
    background: #FFF;
}
.sep-footer-contact{
 /   background:#ebebeb;/
}
.sep-footer-contact ul {
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto;
    padding: 42px 0 55px;
    overflow: hidden;
}
.sep-footer-contact ul li {
    width: 25%;
    text-align: center;
    float: left;
}
.sep-footer-contact ul li img {
    margin-bottom: 25px;
}
.sep-footer-contact ul li span, .sep-footer-contact ul li a {
    color: #595959;
    display: block;
}
.sep-footer-nav {
    background: #3c3c3c;
    text-align: center;
    padding: 28px 0;
}
.sep-footer-list {
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto;
}
.sep-footer-nav ul li {
    margin: 0 1%;
    display: inline-block;
}
.sep-footer-nav ul li a {
    font-size: 16px;
    color: #b7b7b7;
}
.sep-footer-nav ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}
.sep-footer-nav p {
    color: #b7b7b7;
    margin: 25px 0 38px;
}
.sep-footer-list div{
    position:relative;
}
.sep-footer-list div a {
    display: inline-block;
    width: 35px;
    height: 30px;
    margin: 0 1%;
}
.sep-footer-list div a:nth-child(1) {
    background: url(../img/foonter2.png) center no-repeat;
}
.sep-footer-list div a:nth-child(2) {
    background: url(../img/foonter3.png) center no-repeat;
}
.sep-footer-list div a:nth-child(3) {
    background: url(../img/foonter4.png) center no-repeat;
}
.sep-footer-list div a:nth-child(4) {
    background: url(../img/foonter5.png) center no-repeat;
}
.sep-footer-list div a:nth-child(5){
    color: #878888;
    font-size: 36px;
}
.sep-footer-list div a:nth-child(5):hover img{
    display:block;
}
.sep-footer-list div a:nth-child(5) img{
    position:absolute;
    display:none;
    right:20%;
    bottom:0;
}
.sep-footer-list div a:nth-child(1):hover {
    background: url(../img/foonter22.png) center no-repeat;
}
.sep-footer-list div a:nth-child(2):hover {
    background: url(../img/foonter33.png) center no-repeat;
}
.sep-footer-list div a:nth-child(3):hover {
    background: url(../img/foonter44.png) center no-repeat;
}
.sep-footer-list div a:nth-child(4):hover {
    background: url(../img/foonter55.png) center no-repeat;
}
.sep-footer-list div a:nth-child(5):hover {
    color:#0E81E6;
}
/*************************************product_category**************************************/
#inside-content{
	max-width:1140px;
	min-width:300px;
	margin:0 auto 40px;
	overflow:hidden;
}
#inside-nav{
	float:left;
	width:284px;
}
.inside-nav-list{
	border-radius:0 40px 0 0;
	overflow:hidden;
    margin-bottom: 17px;
}
.inside-nav-list p{
	background:#3c3c3c;
	font-size:24px;
	font-weight:bold;
	padding-left:16px;
	line-height:60px;
	color:#FFF;
}
.inside-nav-list i{
	background:#9b0000;
	color:#FFF;
	width:50px;
	height:22px;
	line-height:22px;
	display:block;
	position:absolute;
	right:-32px;
	top:15px;
	padding-left:5px;
	-webkit-transform:skewX(-58deg);
	-moz--transform:skewX(-58deg);
	-ms--transform:skewX(-58deg);
	-o--transform:skewX(-58deg);
	cursor: pointer;
}
.inside-nav-list i span{
	-webkit-transform:skewX(58deg);
	-moz--transform:skewX(58deg);
	-ms--transform:skewX(58deg);
	-o--transform:skewX(58deg);
	display: block;
}
.inside-nav-list .nav-border{
	background:#3c3c3c;
	height:3px;
	margin:2px 0 0;
}
.inside-nav-list .inside-nav-li{
	margin-top:3px;
	position:relative;
}
.inside-nav-list .inside-nav-li ul li{
    margin-bottom:3px;
}
.inside-nav-list .inside-nav-li a{
	border:1px solid #d0dce6;
    padding: 5px 16px;
	display: block;
	color:#797979;
	font-weight: bold;
}
.inside-nav-list .inside-nav-li a:hover{
	background:#ededed;
    border:1px solid #9b0000;
	color:#9b0000;
}
.list-ul{
	display:none;
	padding: 0 10px;
}
.list-ul li{
	margin-top:4px;
}
#inside-nav-news{
	padding-left:14px;
}
#inside-nav-news dt{
	font-size:24px;
	line-height:37px;
	border-bottom:1px solid #e2e2e2;
}
#inside-nav-news dd{
	padding:9px 0 32px;
	border-bottom:1px solid #e2e2e2;
}
#inside-nav-news dd img{
	vertical-align: top;
	width:33%;
}
#inside-nav-news dd a{
	width:60%;
	line-height:21px;
	display: inline-block;
	margin-left:5%;
	font-family: 'Lucida Grande', 'Microsoft Yahei';
}
#inside-nav-news dd a:hover{
    color:#9b0000;
}
#inside-nav-news dd p{
	margin-top:4px;
	line-height:21px;
	font-family: 'Lucida Grande', 'Microsoft Yahei';
}
.inside_contact{
	padding-left:14px;
	margin-top:22px;
}
.inside_contact dt{
	font-size:24px;
	color:#3c3c3c;
	margin-bottom: 10px;
}
.inside_contact dd p{
	padding-left:27px;
	line-height:34px;
	color:#3c3c3c;
    margin:0;
}
.inside_contact dd a{
	color:#3c3c3c;
}
.inside_contact dd:nth-child(2) p{
	background:url(../img/in_1.png) 0 6px no-repeat;
}
.inside_contact dd:nth-child(3) p{
	background:url(../img/in_2.png) 0 6px no-repeat;
}
.inside_contact dd:nth-child(4) p{
	background:url(../img/in_3.png) 0 6px no-repeat;
}
.inside_contact dd:nth-child(5) p{
	background:url(../img/in_4.png) 0 6px no-repeat;
}
#content-list{
	width:830px;
	float:right;
}
#content-list div{
	font-size:28px;
	padding-bottom:18px;
	border-bottom:2px solid #9b0000;
}
#content-list span{
	margin:16px 0;
	display: block;
    font-weight: bold;
}
#content-list .content-list-p{
	line-height:20px;
    height: 7em;
    overflow: hidden;
}
#content-list strong{
    display:block;
    text-align:right;
    cursor: pointer;
    color: #EF2626;
}
#content-list .product_category_input{
    margin-top:23px;
}
#content-list .product_category_input li{
    margin-top:10px;
}
#content-list .product_category_input li p{
    width:116px;
    height:30px;
    line-height: 30px;
    color:#FFF;
    background:#3c3c3c;
    padding-left:11px;
    display: inline-block;
    font-size:16px;
    vertical-align: top;
}
#content-list .product_category_input li ul{
    display:inline-block;
    width:655px;
    padding-left: 25px;
    vertical-align: top;
}
#content-list .product_category_input li ul li{
    float: left;
    line-height: 30px;
    margin:0 28px 0 0;
    padding-left:30px;
    cursor: pointer;
    background:url(../img/input1.jpg) 0 center no-repeat;
}
#content-list .product_category_input li ul .active{
    background:url(../img/input2.jpg) 0 center no-repeat;
}
#content-list .product_category_input li ul li a{
    font-size:16px;
    color:#404040;
    margin-left:7px;
    vertical-align: top;
}
#content-list form button{
    width:50px;
    background: #333;
    color: #fff;
    border: none;
}
#content-list .product_category_ul{
	margin-top:33px;
}
#content-list .product_category_ul li{
	background:#f3f3f3;
	padding:0 0 27px 12px;
	margin-bottom:20px;
}
#content-list .product_category_ul li .content_title{
	font-size:21px;
	color:#3c3c3c;
	line-height:54px;
}
#content-list .product_category_ul li .content_title:hover{
    color:#9b0000;
}
#content-list dl{
	overflow:hidden;
}
#content-list dl dt{
	width:30%;
	float:left;
}
#content-list dl dt img{
	width:100%;
	border:2px solid #FFF;
}
#content-list dl dd{
	width:65%;
	float:left;
	padding-left:16px;
}
#content-list dl dd p{
	line-height:22px;
}
.content_title_dd{
	margin-top:17px;
	line-height:30px;
    overflow:hidden;
}
.content_title_dd a{
	color:#3c3c3c;
}
.content_title_dd a:hover{
    color:#9b0000;
}
#inside-content .sep-page-pdf{
    width: 830px;
    float: right;
}
/*************************************product2**************************************/
#details_page{
	max-width:1140px;
	min-width:300px;
	margin:0 auto 40px;
	overflow:hidden;
}
#details_page .product_p_title{
	font-size:28px;
	padding-bottom:23px;
}
#details_page_conter{
	width:754px;
	float:left;
	padding-top:21px;
	border-top:2px solid #9b0000;
    overflow: hidden;
}
#details_page_conter strong{
    display:block;
    border-bottom: 1px solid #9b0000;
    padding-bottom:10px;
}
.sep-page-content ul li{
    list-style: initial;
    margin-left: 20px;
}
.scrollBox{ 
	width:600px;
    margin:0 auto;
	position:relative;
}
.scrollBox .piclist{ 
	overflow:hidden; 
	zoom:1;
}
.scrollBox .ohbox{
	overflow:hidden; 
	position:relative;
	width:600px;
    margin:0 auto;
}
.scrollBox {
	position:relative;
	overflow:hidden;
	zoom:1;
}
.scrollBox .tempWrap{
	overflow:hidden; 
	position:relative; 
	width:600px
}
.scrollBox .piclist{
	width: 600px; 
	position: relative; 
	overflow: hidden; 
	padding: 0px; 
	margin: 0px; 
	left: 0px;
}
.scrollBox .piclist li{
	float:left; 
	display:inline; 
	width:600px;
	background:#fff;
}
.scrollBox .piclist li a{
	display:inline-block;
}
.scrollBox .piclist li a img{
    width:600px;
}
.scrollBox .pageBtn{
	text-align:center;
    width: 754px;
    margin-top: 5px;
}
.scrollBox .pageBtn span{
	 display:block;
	 width:40px;
	 height:40px;
	 position:absolute;
	 top:280px;
	 cursor:pointer;
	 overflow:hidden; 
	 font-size:20px; 
	 color:#999;
    opacity: 0.6;
}
.scrollBox .pageBtn span:hover{
    opacity: 1;
}
.scrollBox .pageBtn .prev{
	left:0;
    background:url(../img/left.png) center no-repeat;
}
.scrollBox .pageBtn .next{
	right:0;
    background:url(../img/right.png) center no-repeat;
}
.scrollBox .pageBtn .list{overflow:hidden;zoom:1;margin:0; overflow-x: auto;}
.scrollBox .pageBtn .list li{ float:left; display:inline; width:65px;background-position:-86px -57px ;cursor:pointer;margin:0 5px;overflow:hidden; }
.scrollBox .pageBtn .list li img{
    width:100%;
    height: initial;
}
.scrollBox .pageBtn .list li.on{
	background-position:-114px -57px;
    border: 1px solid #c9bea9;
}
.pdf-list{
    padding-left:22%;
}
#sep-about-detail .scrollBox{
    width: 100%;
}
#sep-about-detail .scrollBox .pageBtn{
    width: 100%;
}
.leftsidebar-bottom{
	margin-bottom:90px;
}
#details_page_conter table tbody tr td{
    padding: 10px 0;
    border-right:1px solid #8c8c8c;
}
#details_page_conter table tbody tr td:last-child{
    border:none;
}

#details_page_conter table tbody tr td p{
    line-height:1.2em;
    margin:0;
}
#details_page_conter table tbody tr:nth-child(2n+1){
    background:#f0f0f0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
}
#details_page_conter table tbody tr:nth-child(1){
    background:#7bb8e3;
    color: #fff;
    border:none;
}
#details_page_conter p{
	line-height:22px;
	margin-bottom:30px;
}
#ve_list{
	overflow:hidden;
}
#ve_list ul li{
	float:left;
	margin:0 0.5%;
}
#details_page_list{
	width:368px;
	float:right;
}
#details_page_list .details_page_dl{
	padding:5px 27px;
	background:#3c3c3c;
}
#details_page_list .details_page_dl dt{
	font-size:17px;
	color:#3c3c3c;
	margin-top: 9px;
    background: #fff;
    padding: 10px 6px;
}
#details_page_list .details_page_dl dd{
	border-bottom:1px solid #FFF;
	padding-bottom:10px;
}
#details_page_list .details_page_dl dd a{
	color:#FFF;
	font-size:17px;
	margin:14px 0 0;
	display:block;
}
#details_page_list .details_page_dl dd p{
	line-height:22px;
	font-size:15px;
	margin-top: 5px;
    color:#fff;
    overflow: hidden;
}
#details_page_list .details_page_dl dd p img{
    width: 30%;
    margin-right: 15px;
    float: left;
    margin-top: 5px;
}
#details_page_list ul li{
	border-bottom:1px solid #d8d8d8;
	padding:15px 0;
}
.list_ul_title{
	font-size:17px;
	margin-bottom:10px;
}
#details_page_list ul li dl{
	overflow:hidden;
    margin:0;
}
#details_page_list ul li dl dt{
	width:35%;
	float:left;
}
#details_page_list ul li dl dt img{
    height:120px;
}
#details_page_list ul li dl dd{
	width:60%;
	float:left;
}
#details_page_list ul li dl dd a{
	font-size:17px;
}
#details_page_list ul li dl dd p{
	font-size:15px;
	line-height:22px;
	margin:8px 0;
}
#label{
	max-width:1140px;
	min-width:300px;
	margin:50px auto 0;
}
#label span{
	display:block;
	font-size:17px;
	color:#3c3c3c;
	line-height:30px;
}
#label a{
	color:#FFF;
	padding:5px 12px;
	border-radius:5px;
	background:#9b0000;
	display: inline-block;
	margin-bottom:5px;
	margin-right: 1%;
}
#prev{
	max-width:1140px;
	min-width:300px;
	margin:54px auto;
	overflow:hidden;
	border:1px solid #333;
	padding:10px;
}
#prev p{
	display:inline-block;
}
#prev .prev_right{
	float:right;
}
#pord_input{
	max-width:1140px;
	min-width:300px;
	margin:60px auto 0;
}
#pord_input strong{
	font-size:18px;
	padding:7px 14px;
	border:1px solid #333;
	margin-bottom:-1px;
    font-weight: lighter;
    cursor: pointer;
}
#pord_input strong a{
    font-size:18px;
    color:#000;
}
#pord_input .pord_input_a{
	color:#fff;
    background: #7bb8e3;
    border: none;
}
#pord_input .pord_input_idv{
	padding:10px 0 60px;
	display:none;
}
#pord_input div ul li{
	margin:5px 0;
}
#pord_input div ul li span{
	width:100px;
	display: inline-block;
	text-align:right;
	vertical-align: top;
}
#pord_input div ul li input{
	border-radius:5px;
	margin-left:5px;
}
#pord_input div ul li .input{
	width:494px;
	height:24px;
	border:1px solid #a6a6a6;
}
#pord_input div ul li .textarea{
	border-radius:5px;
	margin-left:5px;
	height:116px;
}
#pord_input div ul li .submit{
	width:65px;
	height:25px;
	color:#FFF;
	background:#9b0000;
	border:none;
}
/*************************************accessories_category**************************************/
#accessories-list{
    max-width:1140px;
    min-width:300px;
    margin:0 auto 50px;
}
#accessories-list div{
    font-size: 28px;
    padding-bottom: 18px;
    border-bottom: 2px solid #9b0000;
}
#accessories-list span{
    margin: 16px 0;
    display: block;
    font-weight: bold;
}
#accessories-list p{
    line-height: 20px;
}
#accessories-list ul{
    margin-top:35px;
    overflow: hidden;
}
#accessories-list ul li{
    width:24%;
    float: left;
    margin:0 0.5% 20px;
}
#accessories-list ul li:hover i{
    display: block;
}
#accessories-list ul li:hover p{
    display: block;
}
#accessories-list ul li span{
    height:254px;
    position:relative;
    border:1px solid #bdbdbd;
    margin:0;
    display: block;
    text-align:center;
    overflow: hidden;
}
#accessories-list ul li span img{
    width:100%;
}
#accessories-list ul li span i{
    position: absolute;
    top:-1px;
    left:-1px;
    bottom:-1px;
    right:-1px;
    background:#000;
    opacity: 0.6;
    display: none;
    background:#000 url(../img/accessories_img22.png) center 50px no-repeat;
}
#accessories-list ul li span p{
    padding:7%;
    text-align: left;
    position: absolute;
    display: none;
    top:80px;
    color:#D0CFCF;
    font-size:12px;
}
#accessories-list ul li a{
    height:81px;
    line-height: 75px;
    text-align: center;
    color:#FFF;
    font-size:14px;
    display: block;
    background:#333;
    background:url(../img/accessories_img.png) center no-repeat;
}
#accessories-list ul li a:hover{
    text-decoration: underline;
}
/*************************************accessories**************************************/
#accessories-details{
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto 50px;
}
#accessories-details .accessories-div{
    font-size: 28px;
    padding-bottom: 18px;
    margin-bottom:18px;
    border-bottom: 2px solid #9b0000;
}
#accessories-conter{
    float: left;
    width:758px;
}
#accessories-conter .accessories-img{
    float: left;
    width:410px;
    text-align: center;
    margin-bottom:30px;
}
#accessories-conter .accessories-img span{
    height:424px;
    display:block;
    position: relative;
    background:url(../img/accessories_img11.png) center no-repeat;
}
#accessories-conter .accessories-img span i{
    position: absolute;
    top:5px;
    left:5px;
    bottom:18px;
    right:5px;
    background:#FFF;
    overflow:hidden;
}
#accessories-conter .accessories-img span i img{
    width:100%;
}
#accessories-conter .accessories-img a{
    margin-top:12px;
    width:122px;
    height:27px;
    line-height:27px;
    display:inline-block;
    border-radius:5px;
    background:#3c3c3c;
    color:#FFF;
    text-align:center;
    font-size:12px;
}
#accessories-conter .accessories-img a:hover{
    background:#9b0000;
}
#accessories-conter .similar{
    width:293px;
    float: right;
    background:#9b0000;
    padding:27px 20px 17px;
}
#accessories-conter .similar p{
    font-size:16px;
    background:#FFF;
    line-height: 41px;
    padding-left:9px;
    color:#9b0000;
    font-weight: bold;
}
#accessories-conter .similar ul{
    margin-top:15px;
    padding:0 9px;
}
#accessories-conter .similar ul li{
    line-height: 30px;
}
#accessories-conter .similar ul li i{
    width:4px;
    height:4px;
    display: inline-block;
    background:#FFF;
    vertical-align: top;
    margin-top: 14px;
}
#accessories-conter .similar ul li a{
    color:#FFF;
    margin-left:11px;
    font-size:12px;
}
#accessories-conter .similar ul li a:hover{
    text-decoration: underline;
}
#accessories-conter .describe{
    margin-top:25px;
    padding:0 16px;
}
#accessories-conter .describe table tbody tr td{
    line-height:44px;
    border-right:1px solid #8c8c8c;
    padding-left: 5px;
}
#accessories-conter .describe table tbody tr td:last-child{
    border:none;
}
#accessories-conter .describe table tbody tr td p{
    line-height:44px;
    margin:0;
}
#accessories-conter .describe table tbody tr:nth-child(2n+1){
    background:#f0f0f0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
}
#accessories-conter .describe table tbody tr:nth-child(1){
    background:#7bb8e3;
    color: #fff;
    border:none;
}
#accessories-conter .describe strong{
    font-size:18px;
    display: block;
    line-height: 30px;
    border-bottom:1px solid #9b0000;
    margin-bottom:10px;
}
#accessories-conter .describe p{
    line-height: 22px;
    margin-bottom:15px;
    font-size:14px;
    text-align: justify;
}
#accessories-strong{
    padding:15px 16px 5px;
}
#accessories-strong strong{
    font-size:18px;
    line-height: 30px;
    margin-bottom:10px;
}
.accessories-scrollBox {
    margin:0 16px;
    position:relative;
    zoom:1;
    background:#ebebeb;
    padding:8px 0;
    border:1px solid #000;
}
.accessories-scrollBox .scrollBox2{
    width:100%;
    overflow:hidden;
}
.accessories-scrollBox .tempWrap{
    margin:0 auto;
}
.accessories-scrollBox .tempWrap ul{
    z-index:9;
}
.accessories-scrollBox .piclist li{
    float:left; 
    display:inline; 
    width:160px;
    margin: 0px 5px;
    position:relative;
}
.accessories-scrollBox .piclist li img{
    border:1px solid #cccccc;
    width:100%;
}
.accessories-scrollBox .piclist li .piclist_a{
    display:block;
    text-align:center;
    margin-top:15px;
}
.accessories-scrollBox .piclist li .piclist_a:hover{
    color:#1c3f77;
    text-decoration:underline;
}
.accessories-scrollBox .pageBtn span{
    width:48px;
    height:48px;
    position:absolute;
    top:80px;
    cursor:pointer;
    z-index:1;
    font-size: 22px;
    font-family: 黑体;
}
.accessories-scrollBox .pageBtn .prev{
    left:3px;
    padding-left:5px;
}
.accessories-scrollBox .pageBtn .next{
    right:3px;
    padding-right:5px;
    text-align:right;
}
.accessories-scrollBox .pageBtn .list{
    overflow:hidden;
    zoom:1;
    margin:10px 0 0 413px; 
    position: absolute;
}
.accessories-scrollBox .pageBtn .list li{
    float:left; 
    display:inline; 
    width:15px;
    height:15px;
    cursor:pointer;
    margin-left:10px;
    line-height:10000px;
    overflow:hidden; 
}
.accessories-scrollBox .pageBtn .list li.on{
    background-position:-114px -57px 
}
#sep-accessories-list{
    float: right;
    width:324px;
    background:#3c3c3c;
    padding:27px 21px;
    vertical-align:top;
}
#sep-accessories-list li{
    padding: 0 0 12px;
    border-bottom:1px solid #acacac;
}
#sep-accessories-list li:nth-child(1){
    border:none;
    padding-bottom:8px;
}
#sep-accessories-list li p{
    font-size: 16px;
    background: #FFF;
    line-height: 41px;
    padding-left: 9px;
    color: #3c3c3c;
    font-weight: bold;
}
#sep-accessories-list li a{
    display: block;
    font-size:16px;
    color:#FFF;
    padding: 10px 0;
}
#sep-accessories-list li a:hover{
    text-decoration:underline;
    color: #88ae00;
}
#sep-accessories-list li img{
    width:29%;
    border:1px solid #FFF;
    vertical-align: top;
}
#sep-accessories-list li span{
    width:63%;
    font-size:12px;
    line-height:18px;
    margin-left:13px;
    color:#FFF;
    display:inline-block;
}
/*************************************application_points_category**************************************/
#application-conter{
    width: 830px;
    float: right;
}
#application-conter .application-title{
    font-size:26px;
    border-bottom:2px solid #9b0000;
    line-height: 36px;
}
#seo-application-describe{
    padding:28px 16px 0;
}
#seo-application-describe p{
    font-size:15px;
    line-height:24px;
    margin-bottom:22px;
}
#seo-application-describe .application-paper{
    margin-top:20px;
}

#seo-application-describe .application-paper strong{
    font-size:16px;
    color:#000;
    font-weight:bold;
    line-height: 60px;
}
#seo-application-describe .application-paper ul{
    overflow:hidden;
}
#seo-application-describe .application-paper ul li{
    float: left;
    border:1px solid #dadada;
    padding:3px;
    width:241px;
    height:340px;
    margin:0 1% 23px;
    overflow:hidden;
}
#seo-application-describe .application-paper ul li h3{
    margin:0;
    padding:0;
}

#seo-application-describe .application-paper ul li:hover{
    border:1px solid #9b0000;
}
#seo-application-describe .application-paper ul li:hover a{
    color:#9b0000;
}
#seo-application-describe .application-paper ul li img{
    width:100%;
}
#seo-application-describe .application-paper ul li a{
    display: block;
    text-align:center;
    font-size:14px;
    padding:10px 30px;
    line-height:23px;
}
#seo-application-describe .application-paper ul li a:hover{
    text-decoration:underline;
}
/*************************************application_category**************************************/
#accessories-details .accessories-points-p{
    padding:0 15px 50px;
}
#accessories-details .accessories-points-p p{
    margin-bottom:20px;
    line-height:22px;
}
/*************************************page_list**************************************/
#sep-about-list{
    width: 830px;
    float: right;
}
.about-title{
    font-size: 26px;
    border-bottom: 2px solid #9b0000;
    line-height: 36px;
    padding-bottom: 18px;
}
#sep-about-list ul{
    margin-top:32px;
    padding:0 12px;
}
#sep-about-list ul li{
    width:386px;
    float: left;
    position:relative;
    margin:0 8px 70px;
}
#sep-about-list ul li:hover a{
    background:#afafaf;
    color:#9b0000;
}
#sep-about-list ul li:hover span{
    opacity:0;
}
#sep-about-list ul li img{
    width:100%;
}
#sep-about-list ul li span{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#000;
    opacity: 0.4;
}
#sep-about-list ul li span i{
    position: absolute;
    top:23px;
    right:23px;
    bottom:23px;
    left:23px;
    border:1px solid #FFF;
}
#sep-about-list ul li p{
    position: absolute;
    top:45px;
    color:#FFF;
    padding:0 40px;
    line-height: 25px;
    font-size:14px;
}
#sep-about-list ul li a{
    position: absolute;
    right:0;
    bottom:-42px;
    background:#9b0000;
    display: block;
    width:252px;
    font-size:18px;
    text-align: center;
    line-height: 89px;
    color:#FFF;
}
#sep-about-list ul li a:hover{
    text-decoration: underline;
}
/*************************************page_detail**************************************/
#sep-about-detail{
    width: 830px;
    float: right;
}
#sep-about-detail .about-describe{
    margin: 31px 15px 0;
    padding:9px 9px 25px;
    border:1px solid #b7b7b7;
}
#sep-about-detail .about-describe p{
    padding:0 10px;
    line-height: 27px;
    margin-top:20px;
    font-family: 'Lucida Grande', 'Microsoft Yahei';
}
#sep-about-detail .about-describe p img{
    width: 100%;
    height: 100%;
}
#sep-about-detail .about-describe p strong{
    font-family: 'Lucida Grande', 'Microsoft Yahei';
}
#sep-about-detail .about-describe p a{
    font-family: 'Lucida Grande', 'Microsoft Yahei';
}
/*******************pdf**********************/
.sep-page-pdf .pdf-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sep-page-pdf .pdf-list .pdf-item {
    padding: 6px;
}
.sep-page-pdf .pdf-list .pdf-item a{
    color:#333;
}
.sep-page-pdf .pdf-list .pdf-item .fa-file-pdf-o {
    color: #d20010;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-download:before {
    content: "\f019";
    color:#333;
}
.fa-eye:before {
    content: "\f06e";
    color:#333;
}
/*******************video**********************/
.sep-page-video .sep-datalist li{
    width: 31%;
    padding:0;
}
.sep-resource-grid .sep-datalist li .thumb{
    background:none;
    line-height:initial;
    height: 150px;
}
.sep-resource-grid .sep-datalist li .summary{
    display:none;
}

.sep-page-pdf .fanye {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin-top: 30px;
}
.sep-page-pdf .fanye span {
    width: 49%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #e43535;
}
.sep-page-pdf .fanye span a {
    color: #333;
    font-size: 14px;
}


.sep-mainbody .sep-container{
	border:none;
}
.sep-container .sep-resource-info h1{
    padding-bottom: 18px;
    border-bottom: 2px solid #9b0000;
} 
.sep-resource-list .sep-datalist li .thumb {
    float: left;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    margin-right: 15px;
}
.sep-resource-list .sep-datalist li .title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.sep-page-article .sep-resource-list .sep-datalist li{
    width:100%;
    float:none;
}
.sep-page-article .sep-resource-list .sep-datalist li .summary{
    display: initial;
}
.sep-page-article .sep-resource-list .sep-datalist li .btn-read{
    display: initial;
}
.sep-page-article .sep-resource-list .sep-datalist li:first-child {
    background: #ebebeb;
    padding-left: 15px;
    padding-top: 50px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.sep-page-article .sep-resource-list .sep-datalist li:first-child .thumb {
    width: 350px;
    height: auto;
}
.sep-page-article .sep-resource-list .sep-datalist li:first-child .title {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 18px;
    right: 180px;
}
.sep-page-article .sep-resource-list .sep-datalist li:first-child .published {
    position: absolute;
    top: 20px;
    right: 15px;
}
.sep-page-article .sep-resource-list .sep-datalist li:first-child .summary {
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 10px;
}
.sep-page-article .sep-resource-list .sep-datalist li:first-child .btn-read {
    display: none;
}
.sep-resource-list .sep-datalist li {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 140px;
    padding: 15px 10px 2px 10px;
    line-height: 1em;
    overflow: hidden;
}
.sep-resource-list .sep-datalist li .thumb {
    position: initial;
}


.breadcrumb {
    max-width: 1140px;
    min-width: 300px;
    border-radius: 0;
    padding: 5px 0;
    margin: 30px auto 10px;
    list-style: none;
    background: none;
    line-height: 23px;
}
.breadcrumb:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f015";
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    color: #888;
    vertical-align: top;
}
.breadcrumb li {
    display: inline-block;
    margin-right: 5px;
    color: #999;
}
.breadcrumb li a {
    text-decoration: none;
    color: #555;
}
.breadcrumb li:after {
    margin-left: 5px;
    content: '>';
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: none;
}

/************视频相关样式************/
.product_rec h2{
    text-align: center;
    font-size: 18px;
    font-family: Open Sans;
    color: #fff;
    background: #333;
    margin: 20px 0;
    padding: 5px 0;
}
.sep-page-video .sep-datalist li{
    width: 31%;
    float: left;
    margin: 0 1.16%;
}
.sep-datalist li img{
    width:100%;
}
.sep-datalist .published{
    display:none;
}
.product_rec ul li .product_rec_img{
    width: 100%;
    display: block;
    border: 1px solid #bbb;
}
.product_rec ul li .product_rec_img img{
    width:100%;
}
.product_rec ul li h3 a{
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.sep-resource-grid{
    margin-top:20px;
}

/************input************/
.sep-form2 {
    width: 50%;
    position: fixed;
    top: 20%;
    left: 20%;
    padding: 30px 15px;
    z-index: 99;
    display: none;
    background: #fff;
    border-radius: 6px;
}
.sep-form2 .sep-form2-i {
    font-weight: bold;
    position: absolute;
    color: #fff;
    cursor: pointer;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    border-radius: 50px;
    background: #333;
    top: -5px;
    right: -5px;
}
.sep-form2 .form-group {
    position: relative;
    padding: 0 0 0 20%;
}
.sep-form2 .form-group .control-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    padding-top: 6px;
    color: #333;
}
.sep-form2 .form-group .form-control {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32px;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb;
}
.sep-form2 .form-group .regex-tip {
    top: 3px;
    right: 0;
    padding-right: 15px;
}
.sep-form2 .form-group {
    position: relative;
    padding: 0 0 0 20%;
    text-align: left;
}
.btn.btn-primary {
    background: #d20010;
    border-color: #b9000e;
}
.btn {
    padding: 5px 15px;
    height: 32px;
    vertical-align: middle;
}
.accessories-img em {
    position: fixed;
    background: #000;
    opacity: .4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
#accessories-conter .accessories-img .sep-form2 .form-group .control-label span{
    height: initial;
    background:none;
    display: initial;
}

.sep-resource-list .sep-datalist{
    margin-top:20px;
}
.sep-resource-info h1{
    border-bottom: 2px solid #9b0000;
    padding-bottom: 18px;
}

.sep-page-pdf .sep-datalist li{
    width: 31%;
    float:left;
    margin:0 1%;
    /*height: 205px;*/
}
.sep-page-pdf .sep-datalist li img{
    width:100%;
}
.sep-page-pdf .sep-datalist li .thumb{
    background:none;
    line-height:initial;
    height: 140px;
    display:block;
    overflow:hidden;
}
.sep-page-pdf .sep-datalist li .summary{
    display:none;
}
.sep-page-pdf .sep-datalist li .btn-read{
    display:none;
}

.about-describe img {max-width: 99%;height: auto !important;}
.richtext{
    margin-top:20px;
    font-size: 14px;
    font-family: 'Lucida Grande', 'Microsoft Yahei';
}

/*********applic********/
    .sep-application-box {
        margin: 0 auto 45px;
        overflow:hidden;
        position: relative;
        max-width: 1140px;
        min-width: 300px;
    }
    .sep-application-list {
        float: left;
        width:597px;
        overflow:hidden;
        margin: 0 1%;
    }
    .sep-application-list h1{
        margin: 0 0 15px;
        line-height: 52px;
        text-align: center;
        background: #aaaaaa;
    }
    .sep-application-list ul{
        overflow:hidden;
    }
    .sep-application-list ul li{
        padding:4px 5px;
        border: solid 1px #ddd;
        float:left;
        border-radius: 4px;
        margin: 5px 1%;
    }
    .sep-application-list dl {
        position: relative;
        width:174px;
        height:105px;
        padding:10px;
        background:#eeeeee;
        margin:0;
    }
    .sep-application-list dl dt{
        text-align:center;
        margin-top: 5px;
    }
    .prm{
        text-align:center;
        display:block;
        margin-top:10px;
    }
    .sep-application-list dl:hover {
        background:#9b0000;
        color:#fff;
    }
    .sep-application-list dl:hover a{
        color:#fff;
    }
    .sep-application-list dl.active {
        background:#c8000b;
        color:#fff;
    }
    .sep-application-list dl .active2 {
        color:#fff;
    }
    .sep-application-list dl dd a {
        display: block;
        text-align: center;
        color: #000;
    }
    .sep-machine {
        border:solid 1px #ccc;
        height: 645px;
        overflow-y: auto;
        border: none;
    }
    .sep-machine ul{
        padding-right:3%;
    }
    .sep-machine ul li{
        border-bottom:1px solid #fff;
        overflow:hidden;
        padding-bottom: 10px;
        margin-bottom:12px;
    }
    .sep-machine ul li img{
        width:35%;
        display:inline-block;
        margin: 0 10px 0 0;
        vertical-align: top;
    }
    .sep-machine ul li p{
        color:#fff;
    }
    .sep-machine ul li a{
        color:#fff;
    }
    .sep-machine ul li ul{
        width: 100%;
    }
    .sep-machine ul li ul li{
        border:none;
        padding-right: 5px;
        margin:0 5px 5px 0;
        padding-bottom:0;
    }
    .sep-machine ul li ul li:last-child{
        border:none;
    }
    .sep-machine .series {
        position: relative;
        font-weight: bold;
        color:#000;
        display:inline-block;
        width: 58%;
        margin-bottom: 10px;
    }
    .sep-machine .model:hover {
        color:#0034c8;
        text-decoration: underline;
    }
    .sep-machine .model.active {
        color:#0034c8;
        text-decoration: underline;
    }
    .sep-machine-img {
        display: none;
        position: absolute;
        z-index: 99;
        width:120px;
        background:#000;
        text-align: center;
    }
    .sep-machine-img img {
        width:90%;
    }
    .sep-machine.s2 {
        
    }
    .sep-application-title{
        color:#333;
        background: #fff;
        line-height: 41px;
        margin-bottom: 20px;
        position: relative;
        z-index: 9999;
        padding-left: 7px;
        cursor: pointer;
        font-weight: bold;
        font-size: 16px;
    }
    .sep-application-title a{
        color:#000;
    }
    .sep-application-title span{
        display:inline-block;
        padding:5px;
        color:#fff;
        border:1px solid #fff;
    }
    .sep-application-nav{
        float:left;
        width:260px;
        background: #aaaaaa;
        padding: 12px 1%;
    }

/**************form**************/
.sep-form .form-group {
    position: relative;
    padding: 0 15%;
}
.sep-form .form-group .control-label{
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    text-align: right;
    padding-right: 10px;
    padding-top: 6px;
}
.sep-form .form-group .control-label .required {
    color: #c00;
}
.form-control {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32px;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb;
}
.sep-form .form-group .regex-tip {
    top: 0;
    left: 40%;
    position: absolute;
    z-index: 99;
    padding-right: 15px;
}
.input-group-addon:last-child {
    border-left: 0;
}
#content-list div{
    border-bottom:none;
}
.addthis_inline_share_toolbox_5t2z{
    margin-bottom:20px;
}