@charset "utf-8";
*{ margin:0; padding:0; font-family:'Microsoft YaHei'; box-sizing: border-box;}

body{ background:#fff; font-size:16px;  }
img{ border:0; max-width:100%;}
li {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
a{ text-decoration:none; color: #000;}

.fl{float: left;}
.fr{float: right;}
.clr , .clear{ clear:both;}
.clearfix:after{ display:block; clear:both; content:'';}

::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #666;
}
::-webkit-scrollbar-track {
border-radius: 0;
background: #fff;
}

.mobile_show{ display:none!important; opacity:0; }

.banner{ margin-bottom:30px; text-align:center; }
.banner img{ max-width:100%;  }

.pub_img{ width:100%; overflow:hidden; }
.pub_img img{ transition:.3s; }
.pub_img:hover img{ transform:scale(1.1,1.1); }

header{ width:1230px; margin:0 auto; position:relative; }
header .logo{ width:280px; height:120px; float:left; display:flex; justify-content:center; align-items:center; }
header .logo img{ display:block; max-width:100%; }
header .logo img.pc{ display:block; }
header .logo img.mb{ display:None; }

nav{ display:flex; float:right; width:50%; padding-right:18px; }
nav a{ display:block; line-height:120px; flex:1; font-size:18px; position:relative; text-align:right; }
nav a:hover{ color:#D3BD94; }

.old_website{ position:absolute; top:5px; right:-40px; font-size:14px; }

.menu_btn{ display:none; }


.view{ width:1230px; margin:0 auto; }

.prod_box{ border-bottom:1px solid #EAE8E8; }
.prodlist{ display:flex;}
.prod_box .prod{ height:500px; flex:1; display:flex; justify-content:center; align-items:center;}
.prod_box .prod img{ display:block; max-width:95%; max-height:95%; margin:0 auto; }


.news_box{ width:100%; padding:0 20px; }
.news_box .title{ width:100%; font-size:40px; color:#000; text-align:center; font-weight:bold; padding:50px 0; }
/*
.news_box .title img{ display:block; margin:35px auto 30px; max-width:100%; }
.news_box .title img.mb{ display:none; }
*/

.news_box ul li{ float:left; width:33.333%; padding:7px; position:relative; }
.news_box ul li img{ width:100%; height:450px; display:block; border-radius:10px; }
.news_box ul li .info{ width:auto; height:auto; position:absolute; left:15px; top:15px; right:15px; bottom:15px; background:rgba(255,255,255,.8); opacity:0; transform:scale(.6,.6); transition:.5s; }
.news_box ul li .info b{ color:#303030; font-size:14px; text-align:center; display:block; width:100%; position: absolute; left:0; top:50%; transform:translateY(-20px);}
.news_box ul li .info i { width:110px; height:30px; line-height:30px; border-radius:5px; display:block; background:#496791; color:#fff; font-style:normal; font-size:16px; text-align:center; position:absolute; left:50%; top:52%; transform:translateX(-50%); }
.news_box ul li:hover .info{ opacity:1; transform:scale(1,1); }

.prod_type_title{ width:100%; }
.prod_type_title img{ display:block; margin:0 auto; }

.prod_type_list{ width:100%; }
.prod_type_list li{ width:50%; float:left; padding:0 20px; margin-top:40px; text-align:center; }
.prod_type_list li img{ border-radius:10px; }

.news_box .sm{ text-align:center; padding-top:10px; color:#383838; font-size:34px; }







.position_box{ width:100%; height:46px; background-color: rgba(238, 238, 238, 1); border-bottom: 0px solid #dddd; }
.position{ width:100%; max-width:1360px; height:46px; line-height:46px; margin:0 auto; padding-left:30px; color:#000; }
.position a{ color:#000; }

.main{ width:100%; max-width:1360px; margin:0 auto; position:relative;overflow: hidden;clear:both; padding:30px 20px; }

.all_left{ width:262px; float:left; display:none;}
.all_right{ width:100%;  background:#fff;}

/*内页左侧*/
.left_list{ width:100%; margin-bottom:20px;}
.left_list strong { background: #313131; color: #fff; display: block; font-size: 26px; overflow: hidden;  padding:25px; font-weight:normal; }
.left_list strong span {
    color: #fff;
    display: block;
    font-family:arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 100;
    padding-top: 3px;
}

.left_list ul li {
	min-height:50px;
	font-size:16px;
	background-color:#eee;
	border-bottom:1px #FFFFFF solid;
	color:#000;
}


.left_list UL li a {
	min-height:50px;
	line-height:25px;
	padding:10px 25px;
	font-size:16px;
	color:#363636;
	display:block;
}
.left_list UL li a.current2{ padding-left:80px;}
.left_list UL li a:hover {
	background-color:#313131;
	color:#FFF;
	display:block;
}

.left_list UL li.hover a {
	background-color:#313131;
	display:block;
	height:60px;
	line-height:60px;
	width:200px;
}

.left_contact{ width:100%; margin-top:20px; background:#eee; padding:20px 30px; }
.left_contact .tit{ color:#000; font-size:16px; font-weight:bold; margin-bottom:20px; }
.left_contact .tit span{ font-size:12px; }
.left_contact p{ line-height:200%; font-size:12px; } 



/*内页右侧*/
.right_tit{ width:100%; line-height:60px; border-bottom:1px solid #000; }
.right_tit:after{ display:block; clear:both; content:'';}
.right_tit h2{float:left; padding-left:30px; width:200px; font-size:16px;}
.right_tit span{padding-right:20px; font-size:14px; float:right}
.right_tit a{ color:#000; }
.right_all{ min-height:500px; padding: 20px 35px;}
.right_all .title{ width:100%; font-size: 22px;margin: 0 0 20px;    text-align: center;    padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; } 

/* 产品详情页 */

.prod_pic{ width:38%; float:left;}
.prod_pic .big{ width:100%; height:450px; display:flex; justify-content:center; align-items:center; }
.prod_pic .big img{ max-width:100%; max-height:100%; display:block; padding:1px;}

.prod_info{ width:31%; min-height:400px; float:left; padding:0 20px 20px; }
.prod_info h3 { font-size:19px; border-bottom: 1px solid #ddd; padding-bottom:15px; }
.prod_info .brief{ width:100%; padding:15px 0; font-size:19px; }

.wendu_box{ text-align:right; }
.wendu_box span{ padding-left:35px; height:25px; line-height:25px; display:inline-block; color:#516E84; font-size:16px; margin-right:25px; }
.wendu_box span.wendu{ background:url(../images/prod_wdj.jpg) no-repeat 9px center }
.wendu_box span.xuehua{ background:url(../images/prod_xh.jpg) no-repeat 0 center }

.small_pics{ width:100%; overflow:hidden; margin-top:20px; display:flex; }
.small_pics .pic{ width:100px; height:100px; float:left; border: 1px solid #ddd; margin-right:10px; display:flex; justify-content:center; align-items:center; padding:1px; cursor:pointer; }
.small_pics .pic.active{ border-color:#313131; }
.small_pics img{ display:block; max-width:100%; max-height:100%; }

.more_tit{ width:100%; border-bottom:1px solid #ddd; margin:20px 0; }
.more_tit div{ display:inline-block; float:right; padding:0 25px; font-size:20px; line-height:50px; color: #313131; border-bottom: 2px solid #313131; }

.back_btn{ width:100px; border-radius:2px; display:block; float:left; padding:10px; color:#fff; background:#313131; margin-top:30px; text-align:center; }



/*关于我们*/
.right_all .content{ width:100%; line-height:35px;}

/*新闻*/
.newList { overflow: hidden; padding: 25px 0; width: 100%;  height: 140px;  border-bottom: 1px solid #eaeaea;    transition: all .5s ease;}
.newList .newLinkBox { position: relative; display: flex; flex-wrap: nowrap; width: 100%; height: 100%; padding-right: 10%; overflow: hidden;}
.newList .leftTimeBox { width: 80px; height: 98px; background: #f5f5f5; text-align: center; font-family: arial; transition: all .5s ease;}
.newList .newData {
    font-size: 45px;
    line-height: 46px;
    padding-top: 15px;
}
.newList .centerContentBox {
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}
.newList .newTitle {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.newList .newSummry {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
}
.newList .rightIcon {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.newList:hover{ height:150px; }
.newList:hover .leftTimeBox{ height:108px; background:#ccc; color:#fff; }




.newstitle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	width: 100%
}
.newssubtitle {
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	width: 100%
}
.newssubtitle span {
	width: 100%
}
.newsx {
	line-height: 40px;
	width: 100%;
	margin-top: 5px;
}

/* 产品列表 */
.proLi {
	position: relative;
    overflow: hidden;
    padding: 0 16px 32px;
    height: auto;
    float: left;
    width: calc(100% / 2);
    margin: 0px;
}
.proLi:hover .proLink {
    box-shadow: 0 0 20px #ddd;
}
.proLink {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 1px solid rgba(243,243,243,1);
}
.proLink::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #313131;
    transition: all .5s ease;
}
.proLi:hover .proLink::after {
    width: 100%;
}
.proTitle {
    position: relative;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    transition: all .5s ease;
	border-bottom:1px solid rgb(243,243,243);
}
.proImgBox {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 68%;
    overflow: hidden;
}
.proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    max-width: 100%;
	max-height:100%;
    transition: all 2s ease .5s;
}
.proLi:hover .proImg {
    transform: translate(-50%, -50%) scale(1.1);
}
.lookMore {
    width: 100%;
    padding: 16px 0 32px;
    text-align: center;
    font-size: 16px;
    color: #313131;
    font-family: Oswald;
}
.lookMore i{ width:15px; height:20px; display:inline-block; margin-left:5px; background:url(../images/jt3.jpg) no-repeat center; transform:translateY(4px); }



.bottom_box{ width:100%; background:#313131; padding:40px 0 40px; margin-top:50px; }
.bottom_logo{ text-align:center; }

.bottom_box .links{ width:100%; text-align:center; margin:40px 0; } 
.bottom_box .links a{ width:30px; height:30px; display:inline-block; background:url(../images/link_icon1.jpg) no-repeat center; margin:0 15px; }
.bottom_box .links a:nth-child(2){ background-image:url(../images/link_icon2.jpg); }
.bottom_box .links a:nth-child(3){ background-image:url(../images/link_icon3.jpg); }
.bottom_box .links a:nth-child(4){ background-image:url(../images/link_icon4.jpg); }
.bottom_box .links a:nth-child(5){ background-image:url(../images/link_icon5.jpg); }

.bottom_info{ text-align:center; font-size:14px; line-height:25px; color:#fff; }









/* 分页CSS */
.pg {
    margin: 20px 0;
    text-align: center;
    width: 100%;
	color:#595555;
}
.pg span {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #999999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    padding: 0 10px;
    text-align: center;
}
.pg a {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #000 !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    padding: 0 10px;
    text-decoration: none;
}


.prod_tech{ ; }


.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #496791;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #496791;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}






@media (max-width: 800px){

	header{ width:100%; height:125px; position:fixed; left:0; top:0; min-width:unset; z-index:4; background:#fff; }
	header .logo{ width:60%; max-width:431px; height:120px; }
	header .logo img.pc{ display:None; }
	header .logo img.mb{ display:block; }
	
	.old_website{ display:none; }

	.header_placeholder{ width:100%; height:125px; }
	
	.menu_btn{ width:48px; height:33px; display:block; position:absolute; top:50%; transform:translateY(-50%); right:40px; background:url(../images/menu_btn.png) no-repeat;  }

	nav{ display:none; position:fixed; left:0; top:125px; background:#fff; width:100%; padding-bottom:20px; padding-left:30px;}
	nav a{ line-height:50px; text-align:left!important;  }

	.view{ width:100%; }  

	.prodlist{ padding:0 40px; }
    
    .news_box .title{ font-size:25px; padding:15px 0;}
    /*
	.news_box .title img.pc{ display:none; }
	.news_box .title img.mb{ display:block; }
	*/

	.news_box ul li{ width:100%; }
	
	.bottom_logo{ display:none; }
	.bottom_box .links{ display:none; }

	.prod_pic{ width:100%; margin-bottom:25px;}
	.prod_info{ width:100%; }


	.right_all{ padding:0; }

	.prod_type_list li{ width:100%; }
	

	.fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }


}
















