body {
	font: 14px"微软雅黑", "Arial Narrow", HELVETICA;
	background: #fff;
	margin: 0;
	padding: 0;
}

* {
	margin:0; padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family:MSYH;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #eb3c00;
}

em {
	font-style: normal
}

ul {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.c {
	clear: both;
}

.l {
	float: left;
}

.r {
	float: right;
}

p {

	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


/*头部*/
.top {
	background: #2b2b2b;
	height: 34px;
	color: #fff;
	line-height: 34px;
}

.top span {
	float: right;
}

.head {
	width: 1200px;
	margin: 0 auto;
	height: 104px;
}

.logo {
	width: 515px;
	float: left;
	height: 60px;
	padding:20px 0px;
}

.logo img {

}

.menu {
	width: 680px;
	float: right;
	margin-top: 0px;
	margin-bottom:10px;
}
.menu li a {
	color: #424141;
	padding: 0 16px;
	text-decoration: none;
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	display: block;
	height: 50px;
	line-height: 50px;
	margin-top: 26px;
	float: left;
	overflow: hidden;
	background: url(../images/menuli.jpg) no-repeat right center;
}

.menu li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	background: #24499f;
	border-radius: 5px;
	height: 50px;
	font-weight:bold;
}

/*关于我们*/
.aboutbj {
	//background: url(../images/aboutbj.jpg) no-repeat center top;
	height: 320px;
	margin-top: 40px;
}

.about {
	width: 1200px;
	margin: 0 auto;
}

.aboutnr {
	width: 780px;
	float: right;
	padding-left: 40px;
}

.aboutjj{
	font-size: 16px;
	color: #7c7c7c;
	line-height: 30px;
	width: 780px;
	padding-top: 20px; padding-right:30px; padding-left:50px;
	background:#f6f6f6;
}
.aboutjj a{
	color: #eb3c00;
}
.aboutjj p{
	text-indent: 2em;
}
.aboutjj a:hover{
	color: #a52a00;
}

.aboutimg {
	width: 488px;
	float: right;
}



/*产品展示*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.titleindex p:nth-child(1) {
	font-size:42px;
	color: #24499f;
	text-align: center;
	padding-top:25px;
	line-height: 35px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing:18px;
}
.titleindex p:nth-child(2) {
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-top: 6px;
}

.line01 {
	border-bottom: #24499f 1px solid;
	margin-top:10px;
}

.line {
	width: 40px;
	margin: 0 auto;
	height: 2px;
	background: #24499f;
}


.proli {
	width: 250px;
	background: #24499f;
}

.proli .title {
	height: 66px;
	font-size: 20px;
	color: #fff;
	padding-left: 20px;
	background: #24499f;
}
.proli .title p:nth-child(1) {
	font-weight: bold;
	padding-top: 13px;
}
.proli .title p:nth-child(2) {
	font-size: 14px;
	text-transform: uppercase;
}


.proli ul {
	background: #fff;
	margin: 5px;
	padding: 10px;
}
.proli ul li{
	height: 32px;
	line-height: 32px;
	background: url(../images/proli.jpg) no-repeat left top;
	margin-top: 10px;
	
}
.proli ul li a{
	display: block;
	color: #24499f;
	font-size: 16px;
	padding-left: 20px;
}
.proli ul li a:hover{
	color: #fff;
	background: url(../images/prolih.jpg) no-repeat left top;
}
.proli ul li.fcss{}
.proli ul li.fcss a{padding-left:45px; font-weight:bold;}
.proli ul li.fcss a:hover{color: #fff; padding-left:45px;}

.proli ul li.scss{}
.proli ul li.scss a{color: #333; padding-left:60px;}
.proli ul li.scss a:hover{color: #fff; padding-left:60px;}


.proli .yiji a{
	background: url(../images/prolih.jpg) no-repeat left top;
	color: #fff;
}
.proli .yiji a:hover{
	
	color: #ffc3c3;
}
.proli .erji{
	padding-left: 20px;
}
.proli .erji a{
	color: #333;
}
.proli .erji a:hover{
	color: #eb3c00;
}


.iproduct {width: 1200px; overflow:hidden;}

.product {width: 920px;}

.proimg li{
	width: 358px;
	float: left;
	text-align: center;
	font-size: 14px;
	margin-right:6px;
	margin-left:6px;
}

/*.proimg li:nth-child(4n){	margin-right: 0;}*/
.proimg li p:nth-child(2){
	padding: 20px 0 30px 0;
}

.proimg li img{
	background: #fff;
	padding: 3px;
	border: #dddddd 1px solid;
}
.proimg li img:hover{
	border: #eb3c00 4px solid;
}
.proimg li p{
	margin: 0;
}
.prlogo{
	width: 1200px;
	margin: 20px auto 37px auto;  
	text-align:center;
	color:#ffffff;
}
.prlogo li{
	text-align:center;
	display:inline-table;
	background:url(../images/1.jpg) no-repeat center;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	height:58px;
	width:189px;
}
.prlogo li a{
	display:block;
	padding: 20px 0;
	color:#ffffff;
}
.prlogo li a:hover{

	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	background:url(../images/1_hover.jpg) no-repeat center;
}

.btn {
	width: 170px;
	margin: 0 auto 0 auto;
	background: #24499f;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
}

.btn a {
	color: #fff;
	font-size: 16px;
}

.btn a:hover {
	color: #ffd5c6;
}
/* 合作客户 */
.hezuo{
	margin-top: 50px;
	height:382px;
}
.case{
	margin-bottom: 50px;
}
.case li p{
	text-align: left;
}
.case li p:nth-child(2){
	font-size: 16px;
	color: #5f5f5f;
	font-weight: bold;
	text-align:center;
	padding: 15px 10px 5px 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.case li p:nth-child(3){
	font-size: 14px;
	color: #5f5f5f;
	padding: 10px 10px;
}
.case li p:nth-child(4) img{
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom: -15px;
}
.case a:hover p{
	color: #eb3c00;
}
.case img:hover{
	border: none!important;
}

/*新闻资讯*/
.news{
	margin-top: 40px;
	padding-bottom: 40px;
}
.newsflet{
	width: 380px;
	color: #333;
}
.newsflet a{
	color: #eb3c00;
}
.newsflet a:hover{
	color: #bc3000;
}
.time{
	padding-top: 10px;
	color: #aaaaaa;
}
.time span{
	float: right;
}
.newsright{
	float: right;
	width: 750px;
}
.newsright ul li{
	
}
.newstup{
	width: 182px;
	float: left;
	border: #d4d4d4 1px solid;
}
.newsnr{
	width: 536px;
	float: right;
}
.newsnr p:nth-child(1){
	font-size: 16px; font-weight:bold;
	color: #505050; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.newsnr p:nth-child(2){
	font-size: 12px;
	color: #919191;
	padding-top: 6px;
	padding-bottom:2px;
}
.newsnr p:nth-child(3){
	font-size: 14px;
	color: #5f5f5f;
	line-height: 20px;
	padding-top: 10px;
}
.newsnr p:nth-child(4){
	padding-top: 10px;
}
.newsnr p:nth-child(4) a{
	font-size: 14px;
	color: #ba2e38;
	margin-top: 10px;
}
.newsnr p:nth-child(4) a:hover{
	font-size: 14px;
	color: #ff0000;
}
/* 联系我们 */
.contactbj{
	background: url(../images/contactbj.jpg) no-repeat center top;
	height: 450px;
}
.contactbj .w1200{width:1200px; margin:0 auto; position:relative; height:1px;}

.contact{
	width: 1200px;
	margin: 0 auto;
	padding-top:70px;
	line-height: 50px;
	font-size: 16px;
}

/*foot*/
.footbj {
	background:#2e2e2e;
	padding: 40px 0;
}

.zuo{
	color: #999;
	font-size: 16px;
	line-height: 28px;
}
.zuo a {
	color: #999;
	font-size: 16px;
	padding: 0 5px;
}

.zuo a:hover {
	color: #fff;
}





.product .biaoti{
	font-size: 16px; font-weight:bold;
	color: #24499f;
	border-left: #24499f 3px solid;
	padding-left: 10px;
}
.dang{
	font-size: 14px;
}
.neirong{
	/*background: #f7f7f7;*/
padding: 20px;
}
.proimgnei li{
	width: 287px;
	float: left;
	text-align: center;
	font-size: 14px;
	margin-right: 25px;
	margin-bottom: 50px;
}
.proimgnei li:nth-child(3n){
	margin-right: 0px;
}
.proimgnei li p:nth-child(2){
	padding: 20px 0 10px 0;
	font-weight: bold;	
}
.proimgnei li p:nth-child(3){
text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.proimgnei li p:nth-child(4){
	padding: 20px 0 10px 0;
	font-weight: bold;	
}
.proimgnei li img{
	background: #fff;
	padding: 3px;
	border: #dddddd 1px solid;
}
.proimgnei li img:hover{
	border: #eb3c00 1px solid;
}
.proimgnei li p{
	margin: 0;
}














.prodbaseinfo_a {
    float: left;
    width: 425px;
    margin-left: 50px;
    z-index: 1;
}

.h2_prodtitle { margin:0; padding:0;
    font-size: 16px;
    color: #414141;
    border-bottom: 1px dashed #bbbbbb;
    padding: 2px 0 10px;
    line-height: 1.6em;
}
.ul_prodinfo {
    padding: 6px 0;
    overflow: hidden;
    zoom: 1;
}

.ul_prodinfos {
    padding: 6px 15px;
    overflow: hidden;
    zoom: 1;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: bold;
}
.ul_prodinfos li {
    padding: 5px 0 10px;
}
.ul_prodinfos li {
    padding: 5px 0 10px;
}

.mod_goods_info { margin:0; padding:0;
    clear: both;
    margin-bottom: 10px;
    position: relative;
}

.mod_goods_info .hds { margin:0; padding:0;
    border-bottom: 1px solid #24499f;
    height: 34px;
    _overflow: hidden;
}

.mod_goods_info .hds li {
    float: left;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    margin-right: -1px;
}

.mod_goods_info .hds .status_on { margin:0; padding:0;
    border-color: #24499f;
    border-bottom: 0;
    position: relative;
}

.mod_goods_info .hds li h3 { margin:0; padding:0;
    display: block;
    width: 128px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px; font-weight:bold;
    border-bottom: 0;
    background-color: #f3f3f3;
    border: 1px solid #fff;
}
.mod_goods_info .hds .status_on h3 { margin:0; padding:0;
    height: 33px;
    background-color: #f7f7f7;
    color: #24499f;
}
.proinfo {
    font-size: 14px;
    line-height: 25px;
}
.proinfo img{max-width:100%;}

#ipro{height:650px; overflow:hidden;}
#ipro .proimg{display:none;}
#ipro .proimg:nth-child(3){display:block;}


