@charset "UTF-8";
/* CSS Document */
body{
	font: 14px/1.5 "Roboto",Arial,"Microsoft YaHei",sans-serif;
	background:#f7f8fb;
}
.container{
	width:100%;
	max-width:1480px;
	position:relative;
}
a{
	color:#555;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
header{
	padding-top:10px;
	padding-bottom:0px;
	position:relative;
	background:#fff;
}
.logo{

}
.logo img{
	float:left;
	margin-right:10px;
}
.logo h1{
	font-size:18px;
	font-weight:bold;
	margin:0;
	margin-bottom:5px;
	margin-top:12px;
}
.logo ul{
	margin:0;
	padding:0;
	display:block;
}
.logo ul li{
	display:inline-block;
	font-size:14px;
	line-height:30px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	margin-right:10px;
}
.searchBox{
	height:40px;
	border:1px solid #c2c7cc;
	float:right;
	margin:25px 0;
	position:relative;
	width:320px;
	
}
.searchBox input[type="text"]{
	line-height:38px;
	border:none;
	padding:0;
	padding-left:15px;
	margin:0;
	overflow:hidden;
	display:block;
	width:220px;
}
.searchBox button{
	width:60px;
	background:#ed5d56;
	display:inline-block;
	border:none;
	height:40px;
	right:-1px;
	color:#fff;
	font-size:16px;
	position:absolute;
	top:-1px;
}
.topMenu{
	background:#2d2d2d;
	width:100%;
}
.topMenu ul{
	line-height:40px;
}
.topMenu li{
	display:block;
	float:left;
	padding:0 25px;
}
.topMenu li a{
	color:#fff;
}
.topMenu li i{
	color:#fff;
	margin-right:10px;
}
.topMenu li.current-menu-item {
    background: #393939;
}
.topMenu li ul{
	background:#393939;
	padding:0;
	border-radius:0;
	margin:0;
}
.topMenu li ul li{
	line-height:40px;
	padding:0;
	width:100%;
}
.dropdown-menu > li > a{
	padding:0;
	line-height:40px;
	width:100%;
	text-align:center;
}
.dropdown-menu > li > a:hover{
	background: #2d2d2d;
	color:#fff;
}
.homeFlash{
	margin:15px 0;
}
.homeFlash img{
	width:100%;
}
.homeFlash .swiper-button-next,.homeFlash .swiper-button-prev{
	width:36px;
	height:60px;
	opacity:0;
	transition:opacity 0.2s;
	background:rgba(0,0,0,0.5);
	text-align:center;
	line-height:60px;
}
.homeFlash:hover .swiper-button-next,.homeFlash:hover .swiper-button-prev{
	opacity:1;
}
.homeFlash .swiper-button-prev{
	left:0;
}
.homeFlash .swiper-button-next{
	right:0;
}
.homeFlash i{
	font-size:24px;
	color:#fff;
}
.swiper-pagination-bullet{
	width:10px;
	height:10px;
	margin:0 5px;
	background:#fff;
	opacity:1;
}
.swiper-pagination-bullet-active{
	background:#ed5d56;
}
.sidebarLeft{
    margin-bottom: 20px;
	width:300px;
	margin-right:15px;
	float:left;
}
.sidebarLeft h2,.rightContent h2{
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin:10px 30px;
}
.sidebarLeft .box{
	background: #fff;
	padding:15px 0px;
	margin-bottom:15px;
    border: 1px solid #e9eef4;
}
.sidebarLeft .box li a{
	line-height: 21px;
	padding: 10px 30px;
	color: #222;
	font-size: 14px;
	text-decoration: none;
	display: block;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.sidebarLeft .box li a:hover{
	background:#f7f8fb;
}
.contactBox img{
	width:70px;
	float:left;
	margin-right:15px;
}
.ser{
	margin:10px 30px;
}
.ser h3{
	margin:0;
	font-size:14px;
	color:#222;
	margin-bottom:15px;
}
.ser h4{
	font-size:14px;
	color:#888;
	margin:0;
}
.ser a{
	color: #fff;
    border: solid 1px #e64545;
    background-color: #e64545;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	display: inline-block;
	width:100%;
	text-align:center;
	border-radius: 3px;
	margin-top:15px;
}
.ser a i{
	margin-right:10px;
}
.rightContent{
	width:calc( 100% - 315px );
	float:left;
	
	
}
.rightContent .box{
	margin-bottom:20px;
	background:#fff;
	border: 1px solid #e9eef4;
}
.rightContent table{
	border: 1px solid #ddd;
	border-left:none;
	text-align:center;
	width:100%;
	border-top:none;
}
.rightContent table td{
	border: 1px solid #ddd;
	border-right:none;
	border-bottom:none;
}
.prolist{
	margin-top:10px;
}
.prolist .img{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 80%;
	font-size: 0;
	overflow: hidden;
}
.prolist .img img{
	transition: all .3s ease-in;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.prolist h3{
	margin:0;
	width: 100%;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prolist h3 a{
	color:#222;
	font-size:12px;
	line-height:18px;
}
.prolist .pblock{
	margin-bottom:30px;
}
.aboutFlash{
	width:358px;
	float:left;
	margin:15px 30px;
}
.aboutHome{
	  
	float:left;
	margin:30px;
	
}
.dwz{
	font-size:12px;
	color:#CCC;
}
.imgBox{
	margin:15px;
}
.imgBox .img{
	border:1px solid #e6ecf2;
	margin-bottom:30px;
}
.imgBox h3{
	margin:0;
	line-height:25px;
	text-align:center;
}
.imgBox h3 a{
	color:#000;
	font-size:14px;
}
.imgBox .img img{
	max-width:100%;
}
.messAge{
	margin:15px;
}
.sr-sendMsg-row {
    margin-bottom: 20px;
	display:block;
	width:100%;
	display:table;
}
.sr-sendMsg-label {
    width: 120px;
    margin-right: -120px;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #555;
    padding: 6px 10px 6px 0;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sr-sendMsg-label span {
    color: #e64545;
    margin-right: 3px;
}
.sr-sendMsg-field {
    float: left;
    margin-left: 120px;
    width: calc(100% - 120px);
    max-width: 800px;
}
.sr-sendMsg-field .sr-sendMsg-input {
    height: 33px;
    width: 100%;
    font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #ced3d9;
	border-radius: 3px;
	vertical-align: middle;
	line-height: 16px;
	font-size: 12px;
	background-color: #fff;
	margin-right: 10px;
}
.sr-sendMsg-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0;
    width: 40px;
    height: 40px;
    position: relative;
}
.sr-sendMsg-avatar img {
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.sr-sendMsg-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #555;
    font-size: 14px;
    padding: 6px 0;
}
.input-textarea{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #ced3d9;
    border-radius: 3px;
    resize: vertical;
    outline: 0;
    overflow: auto;
    vertical-align: top;
    box-sizing: border-box;
}
.sr-sendMsg-area {
    width: 100%;
    font-size: 14px;
    min-height: 120px;
}
.sr-sendMsg-tips {
    color: #888;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
.btn-main {
    color: #fff;
    border: solid 1px #e64545;
    background-color: #e64545;
}
.sr-sendMsg-btn {
    font-size: 16px;
    margin-right: 20px;
}
footer{
	background:#222;
	padding:20px 0;
	color:#fff;
	line-height:30px;
	text-align:center;
}
footer ul{
	width:100%;
	
}
footer a{
	color:#fff;
	
}
footer li{
	display:inline-block;
	margin:0 5px;
}
.prolocal{
	color: #888;
	font-size: 14px;
	line-height: 50px;
	vertical-align: middle;
	text-indent: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prolocal i{
	font-size:12px;
	margin:0 5px;
}
.pageConent{
	margin:15px 30px;
	line-height:25px;
}
.pageConent .newsArt p{
	margin:15px 0;
}
.pageConent img{
	display:table;
	margin:15px auto;
}
.contactRight{
	float:left;
	background:#fff;
	width:calc( 100% - 302px );
	border:1px solid #e9eef4;
	border-right:none;
}
.contactRight .block{
	padding:15px;
	line-height:25px;
}
.pageContact .sidebarLeft .box{
	margin:0;
	height:100%;
}
.formBox{
	background:#fff;
	padding:15px 0;
	margin-top:15px;
	border:1px solid #e9eef4;
}
.searchFast{
	padding:20px;
}
.sr-side-searchBar-wrap {
    position: relative;
    height: 36px;
    padding-right: 38px;
}
.sr-side-searchBar-wrap .input-text{
	border: 1px solid #ced3d9;
	padding:10px 6px;
	background-color: #fff;
	width:100%;
	line-height:16px;
}
.sr-side-searchBar-button {
    border: 1px solid #ced3d9;
        border-left-color: rgb(206, 211, 217);
        border-left-style: solid;
        border-left-width: 1px;
    border-left: none;
    width: 38px;
    height: 38px;
    border-radius: 0 3px 3px 0;
    background: #f5f7fa;
    color: #222;
    position: absolute;
    top: 0;
    right: 0;
}
.ltr{
	margin-right:0;
	margin-left:15px;
}
.proSingle{
	padding-top:15px;
}
.jqzommBox{
	width:400px;
	margin-right:15px;
	float:left;
	margin-left:15px;
}
.proSingle .proInfo{
	width:calc( 100% - 445px );
	float:left;
}
.proSingle .proInfo h1{
	font-size:18px;
	margin:0;
	line-height:25px;
	font-weight:bold;
	margin-bottom:20px;
}
a.latestPriceInquiry{
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	color:#1470cc;
}
.metaG span{
	display:inline-block;
	width:auto;
	margin-right:5px;
	margin-right:10px;
	color:#888;
}
.metaG li{
	line-height:30px;
}
.metaG  li:nth-child(3n){
	border-bottom:1px solid #eee;
	margin-bottom:10px;
	padding-bottom:10px;
}
.proSingle .proInfo .ser{
	margin:10px 0;
}
.proSingle .proInfo .ser a{
	width:220px;
}
.proContent .content{
	padding:0 15px 15px 15px;
	line-height:25px;
}
.rightContent .proContent h2{
	margin:15px;
}
.scrollfixed .shide{
	display:none;
}
.scrollfixed .position{
	margin-top:1px;
}
.page h2{
	display:none;
}
.nav-links,nav.navigation{
	text-align:center;
	font-size:12px;
	width:100%;
}
.nav-links span.current{
	border:1px solid #3ca5f6;
	display:inline-block;
	background:#3ca5f6;
	color:#fff;
	width:25px;
	height:25px;
}
.nav-links a{
	display:inline-block;
	width:25px;
	height:25px;
	transition:background 0.2s;
	color:#636363;
}
.nav-links a:hover{
	background:#3ca5f6;
	color:#fff;
}
.newslist{
	width:calc( 100% - 15px );
}
.newslist li{
	clear:both;
	line-height:35px;
	width:100%;
	height:35px;
	border-bottom:1px solid #eee;
}
.newslist li span{
	float:right;
}
.newslist li a{
	float:left;
}
.newslist span i {
    margin-right: 10px;
}

.newsArt .info i{
	margin-right:10px;
}
.newsArt .info {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0;
	margin-bottom:20px;
}
.homenewslist ul{
	margin:0 30px;
	padding-bottom:15px;

}
.homenewslist li{
	width:50%;
	float:left;
	line-height:25px;
}
.homenewslist li span{
	color:#666;
	margin-right:10px;
}
@media (max-width: 767px) {
	img{
		max-width:100%;
		height:auto;
	}
	.logo{
		padding:0;
	}
	.logo img{
		max-width:55px;
		height:auto;
	}
	.logo ul{
		display:none;
	}
	.logo ul li{
		font-size:12px;
		height:25px;
		overflow:hidden;
	}
	.logo h1{
		
	}
	.navbar-toggle{
		position:absolute;
		top:0;
		right:15px;
	}
	.navbar-toggle .icon-bar{
		background:#000;
	}
	.sidebarLeft{
		display:none;
	}
	.rightContent{
		width:100%;
		float:none;
	}
	.aboutFlash{
		width:calc( 100% - 60px );
		float:none;
	}
	.aboutHome{
		width:calc( 100% - 30px );
		float:none;
		margin:15px;
	}
	.sidebarLeft h2, .rightContent h2{
		font-size:16px;
		margin:10px;
	}
	.sr-sendMsg-label{
		width:60px;
	}
	.sr-sendMsg-field{
		margin-left:60px;
		width:calc( 100% - 60px );
	}
	.fancynav-subnav-active ul.dropdown-menu{
		display:block;
		position:static;
		width:100%;
		background:none;
		border-radius:0;
		text-align:left;
	}
	.jqzommBox{
		width:calc( 100% - 30px );
		float:none;
	}
	.proSingle .proInfo{
		width:calc( 100% - 30px );
		margin:15px;
	}
	.prolocal{
		width:100%;
		overflow:hidden;
	}
	.newslist{
		padding:0;
		margin:0 15px;
	}
	.pageConent{
		margin:0;
		padding:0 10px;
	}
	.newslist li a{
		float:none;
	}
	.newslist li span{
		float:none;
		margin-left:10px;
	}
	.newslist li{
		height:auto;
	}
	.newsArt{
		margin:15px;
	}
	.container{
		padding:0 5px;
	}
	.contactRight {
  
    width: 100%;height: 300px;

}
	.col-xs-6{
		padding:0 5px;
	}
	.col-md-12{
		padding:0;
	}
	.homenewslist li{
		width:100%;
	}
	footer{
		display:none;
	}
	body{
		padding-bottom:70px;
	}
}
.telCon{
	width:100%;
	background:#000;
	position:fixed;
	left:0;
	bottom:0;
	text-align:center;
	z-index:9999999999;
}
.telCon ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.telCon a{
	color:#fff;
	font-size:16px;
}
.telCon a i{
	display:block;
	font-size:20px;
	margin:0 auto;
}
.telCon{
	padding:10px 0;
}
.wechat .img{
	width:120px;
	height:auto;
	top:-130px;
	left:-15px;
	position:absolute;
	text-align:center;
	color:#fff;
	display:none;
}
.wechat:hover .img{
	display:block;
}
.wechat .img img{
	max-width:100%;
	height:auto;
} 
.telCon .wechat .img i{
	margin:0;
	top:-10px;
	color:#fff;
	position:relative;
}