﻿.s-news-menu{
	float: left;
	width: 240px;
	height: 800px;
}

.s-news-lmenu{
	height: 60px;
    padding-left: 10px;
    margin-top: 50px;
    background-color: #505050;
    color: #FFF;
}

.s-news-lmenu h2{
	height: 60px;
    line-height: 60px;
    margin: 0;
    /*font-size: 20px;
    text-align: center;*/
}

.s-product-list{
	float: left;
    width: 915px;
    margin-left: 43px;
}

.s-product-ltitle{
	width: 100%;
    height: 54px;
    border-bottom: 4px solid #E5E5E5;
}

.s-product-ltitle p{
	height: 50px;
    line-height: 50px;
    width: auto;
    display: inline-block;
    /*margin-left: 10px;*/
}

.s-product-ltitle span{
	color: #115F9D;
}


.s-product-box{
	margin-left: 0;
    width: 290px;
    height: 272px;
    margin-bottom: 50px;
    cursor: pointer;
}
.s-product-img-box{
    width: 100%;
    height: auto;
	border: 4px solid #D2D2D2;
    overflow: hidden;
    background-color: #F3981E;
}
.s-product-box img{
    width: 100%;
    height: auto;
}

.s-product-box img:hover{
    transform: scale(1.1);
    transition: all 0.6s;
    opacity: 0.3;
}

.s-product-box p{
	text-align: center;
	margin-top: 10px;
}

.content-vive{
	margin-left: 31px;
    width: 930px;
    display: flex;
    flex-wrap: wrap;
}


.s-product-menu-span{
	float: right;
	height: 45px;
    line-height: 45px;
    color: #000;
}
.s-product-menu-span:hover{
    color: #5CB4EC;   
    text-decoration:none;
}
.sb{
    color: #000;
}
.sb:hover{
    color:#337ab7;
    text-decoration:none;
}
/*.s-product-menu-span:active{
    transform: rotate(90deg);  
}*/
.sidebar-menu p{
    cursor: pointer;
}


.sidebar-menu{
    height: 420px;
    min-height: 420px;
    overflow-y: auto;
}
/*一级菜单*/
.menu-first{
	height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #000;
    width: 100%;
    display: inline-block;
    text-align: left;
	border-bottom: 1px solid #D2D2D2;
	padding-left: 10px;
	font-size: 17px;
}
/*一级菜单鼠标划过状态*/
.menu-first:hover{
    text-decoration: none;
    color: #12609E;
}
/*二级菜单*/
.menu-second li a{
	color: #000;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    padding-left: 10px: 
}
/*二级菜单鼠标划过样式*/
.menu-second li a:hover {
    text-decoration: none;
    color: #12609E;
    background: #FFF;
}
/*二级菜单选中状态*/
.menu-second-selected {
	 border:1px solid red;
}
/*覆盖bootstrap的样式*/
.nav-list,.nav-list li a{
    padding: 0px;
    margin: 0px;


}
.nav-list li a{
    padding-left: 10px;
    font-size: 12px;
    line-height: 23px;
}


::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
} 

.s-contacth2{
    height: 60px;
    padding-left: 10px;
    background-color: #505050;
    color: #FFF;
}
.s-contacth2 h2{
    height: 60px;
    line-height: 60px;
    margin: 0;
    font-size: 20px;
    text-align: center;
}
.s-address-l{
    height: 80px;
    margin: 20px 0 20px 0;
    border-bottom: 2px solid #E0E0E0;
    padding-bottom: 20px;
    overflow: hidden;
}

.s-address-l p{
    height: 50px;
    color: #000;
    font-size: 16px;
    margin:0; 
    margin-top: 7px;
}
.s-con-info {
    border-bottom: 2px solid #E0E0E0;
}
.s-con-info span{
    font-size: 15px;
    font-weight: 600;

}

.s-product-img{
    width: 490px;
    float: left;
}
.s-product-info1{
     float: left;
     width: 425px;
     padding-top: 30px;
     overflow: hidden;
}

.s-big-img-box{
    width: 450px;
    margin-top: 20px;
    border: 5px solid #E5E5E5;
    
    max-width: 450px;
    overflow: hidden;
}
.s-big-img-box img{
    width: 446px;
    height: auto;
}
.s-product-info1 table{
    margin-top: 40px;
    font-size: 19px;
}

.s-product-info1 tr{
    margin-top: 30px;
    display: block;
}
.seadToUs{
    border-radius:0;
    margin-top: 58px;
    float: right;
}
.emailIcon{
    background-image: url(/index/image/email.png);
    display: inline-block;
    width: 26px;
    height: 17px;
    background-size: 26px 17px;
    position: relative;
    top: 3px;
}

.banner-img{
    width: 450px;
    overflow: hidden;
    position: absolute;
    margin-top: 40px;
}


.banner-img-box{
    height: 110px;
    margin-left: 29px;
    position: absolute;
}


.banner-img-box img{
   width: 113px;
}
.banner-img-box img:hover{
    cursor: pointer;
    opacity: 0.3;
    transform: scale(1.05);
    transition: all 0.6s;
}
.b-img{
    float: left;
    width: 113px;
    border: 1px solid #E5E5E5;
    margin-right: 22px;
    margin-top: 5px;
    cursor: pointer;
    height: 99px;
    background-color: #F3981E;
    overflow: hidden;

}
.upimg{
    display: block;
    background-color: #E5E5E5;
    width: 20px;
    height: 110px;
    line-height: 110px;
    float: left;
    position: relative;
    z-index: 99;
}
.nextimg{
    display: block;
    background-color: #E5E5E5;
    width: 20px;
    height: 110px;
    line-height: 110px;
    float: right;
    position: relative;
}

.s-pro-detal{
    margin-top: 640px;
}

.s-pro-detal h4{
    display: inline-block;
    width: 190px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background-color: #F2981E;
}
.s-pro-content{
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 3px solid #E5E5E5;
}
.s-page{
        padding-top: 18px;
}
.s-page>div>a{
    color: #000;
    display: inline-block;
    font-size: 14px;
    width: 62px;
    font-weight: 700;
}
.s-page>div>span>a{
    color: #000;
    display: inline-block;
    /*font-size: 18px;*/
}
.s-page div{
    /*text-align: center;*/
    height: 33px;
}

.s-page .nextPage ,.s-page .upPage{
    position: relative;
    top: 3px;
}

.s-seng-email h4{
    display: inline-block;
    width: 190px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background-color: rgb(18, 96, 158); 
}
.s-question{
    resize: none;
    margin: 0px;
    height: 90px !important;
}

.Sendtous{
    float: right;
    width: 100px;
}


.s-rel-pro{
    margin-top: 50px;
}

.s-rel-pro h4{
    height: 60px;
    line-height: 60px;
    width: 230px;
    background-color: #505050;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}
.s-footer-img img:hover{
    cursor:pointer;
    transform: scale(1.1);
    transition: all 0.6s;
}
.s-footer-img img{
    height: 168px;
    width: 196px;
    /*border: 1px solid #E5E5E5;
    margin: 20px;*/
}
.bottomImgBox{
    height: 170px;
    width: 200px;
    border: 1px solid #E5E5E5;
    margin: 20px auto;   
    overflow: hidden
}
.s-footer-img {
    border: 3px solid #E5E5E5;
    margin-bottom: 100px;

}

.s-rel-img{
    text-align: center;
}
.s-rel-img h5{
    font-size: 14px;
    font-weight: 100;
}


