*,:after,:before{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html{font-size: 62.5% !important;}
html,body,div,p,strong,input,form,img,
h1,h2,h3,h4,h5,h6,ul,ol,li,
dl,dd,dt{margin: 0;padding: 0;vertical-align:middle;}
tbody,tr,td{margin:0;padding:0;}
ul,ol,li{list-style: none;}
i,em{font-style:normal;font-weight: normal;}
a{text-decoration: none;transition-duration: .5s;cursor: pointer;color: #393939;}
a:focus,a:hover{text-decoration:none;color: #7a7a7a;}
input,button,textarea{ font-family: "Microsoft YaHei";border:0;}
/*清除浮动*/ 
.cle{clear:both;height:0;margin:0;padding:0;border:none; overflow:hidden;}
.clearfix:before,
.clearfix:after{display:table;content:"";visibility:hidden;height:0}
.clearfix:after{clear:both;}
 .clearfix{zoom:1}/* IE < 8 */
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
.text-nowrap{white-space: nowrap;}
.text-upper{text-transform: uppercase;}
.text-lower{text-transform: lowercase;}
.capitalize{text-transform: capitalize;}
.fl,.le{float:left;}
.fr,.ri{float:right;}
.por{position:relative;}
.poa{position:absolute;}
.row-fl{padding-left: 0;}
.row-fr{padding-right: 0;}
.img100{display:inline-block;max-width:100%;height:auto}
img{max-width:100%;}
.imgbox{
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;
	text-align: center;
	*display: block;
	*font-family:Arial;
}
.imgbox>img{vertical-align:middle;display: inline-block;}
.pcshow{display: block !important;}
.webshow{ display: none !important;}
/*滚动条*/
@media screen and (max-width: 768px){
    /*仅作用于webkit*/
    body::-webkit-scrollbar {
        display: none;
    }
}
::-webkit-scrollbar{
	width: .6rem;
	height: 1rem;
	background: #d1d1d1;
}
::-webkit-scrollbar:horizontal {
	border-radius: 0 0 .5rem .5rem
}
::-webkit-scrollbar-thumb {
	/* border: 1px solid #D1D1D1; */
	/* border-radius: .5rem; */
	background: #858585;
	box-shadow: inset 0 0 0 1px #858585;
}
.m-nav-side::-webkit-scrollbar{
	width: 0;
}
/* ::-webkit-scrollbar-thumb:hover {
	background:#465267
} */
@media (min-width: 1260px){
	.container {
		width: 1230px;
	}
}
html,body{
	position: relative;
	height: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
	background: #fff;
	font-family: 'Microsoft YaHei', 'STHeiti Light', SimSun;
    font-size: 14px;
	color: #393939;
}
/**头部,导航**/
.header{
	position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    box-shadow: 0 0 20px rgba(100,100,100,.3);
}
.header .container{
	width: 1480px;
}
.header .logo{
	display: block;
	float: left;
	width: 15%;
	height: 100px;
}
.header .logo img{
	height: 58px;
}
.header .logo p{
	font-size: 18px;
	font-weight: bold;
	color: #30318b;
}
.header .navbtn{
	display: none;
}
nav{
	float: left;
	width: 60%;
}
nav>ul{
	text-align: center;
}
nav>ul>li{
	display: inline-block;
	padding: 25px 0;
	width: 12.5%;
	text-align: center;
	line-height: 50px;
}
nav>ul>li>a{
	display: block;
	color: #333;
	text-align: center;
}
.header-tel{
	float: right;
	width: 15%;
	padding-top: 25px;
	/* width: 20%; */
	font-size: 18px;
	color: #0d328a;
	font-weight: bold;
	line-height: 25px;
	/* background: url(__LONG__images/ico2.png) left center no-repeat; */
}
.header-tel span{
	font-size: 20px;
}
@media screen and (max-width: 1480px){
	.header .container{
		width: 100%;
	}
	.header-tel{
		padding-right: 5%;
		width: auto;
		/* display: none; */
	}
}
@media screen and (max-width: 1100px){
	.header .logo{
		width: 50%;
	}
	nav{ 
		float: none; 
		position: absolute; 
		width: 100%;
		left: 0; 
		top: 0;
		display: none;
		height: auto;
		z-index: 99;
		background:rgba(255, 255, 255, 0.95);
	}
	nav>ul{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
		/* border-top: 1px solid #f0f0f0; */
	}
	nav>ul>li{ 
		float: none;
		width: 100%;
		height: auto;
		line-height: 30px;
		padding: 13px 0;
	}
	nav>ul>li>a{
		color: #000;
	}
	.header .navbtn{ 
		display: block;
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		/* margin-right: 15px; */
		margin-bottom: 8px;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		z-index: 9999;
		border-color: #ddd;
	}
	.header .navbtn i{
		display: block;
		width: 22px;
		height: 2px;
		margin-top: 4px;
		border-radius: 1px;
		background-color: #ddd;
	}
	.header .navbtn i:first-child{margin-top: 0;}
}
.vertical-align-middle{
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}
.vertical-align:before{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}
@media only screen and (max-width: 768px){
	body{width: 100%;min-width: auto;}
	.pcshow{display: none !important;}
	.webshow{display: block !important;}
	.vertical-align:before{
		/* display: block; */
	}
	.header{
		height: auto;
	}
	.header .logo{
		width: 70%;
		height: auto;
		padding: 5px 0;
	}
	.header .logo img{
		height: 40px;
	}
	.header-tel{
		display: none;
	}
}
/*	Banner */
.banner{ position: relative; width: 100%; overflow: hidden; z-index: 0; }
.banner img{ padding: 0; margin: 0; }
.web-Slider img{width: 100%;}
/*	imgTbale */
.imgTable{
	display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    background: #fff;
    -moz-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    transition: all, 0.6s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*.imgTable:hover {
    z-index: 20;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}*/
.imgTable span{
	display: block;
	height: 20rem;
    /*max-width: 20rem;*/
    margin: 0 auto;
}
.imgTable span img{
    max-height: 20rem;
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/**
 * MAIN CSS
 */

/**
 * FOOTER CSS
 */
footer{
	width: 100%;
    padding: 60px 0;
	background: #101193 url(../images/footer.jpg) no-repeat center;
	background-size: cover;
}
.footer-tit{
	text-align: center;
	color: #fff;
    font-size: 38px;
    font-weight: bold;
}
.footer-tit span{
	display: block;
	font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
	font-weight: normal;
}
.footer-con{
	position: relative;
	margin-top: 50px;
	background: #fff;
}
.footer-con ul{
	float: left;
    width: 50%;
    height: 200px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-top: 32px;
}
.footer-con ul li{
	height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: #222;
    padding-left: 70px;
}
.footer-con ul:nth-child(2) {
	/* text-align: right; */
    background: rgba(255,255,255,.9);
}
.footer-con ul:nth-child(2) li {
    padding-left: 214px;
}
.footer-ewm{
	position: absolute;
    z-index: 2;
    background: #0f4a9c;
    text-align: center;
    width: 136px;
    padding: 16px 0;
    top: 26px;
    left: 50%;
    margin-left: -68px;
}
.footer-ewm p{
	font-size: 14px;
    color: #fff;
    height: 20px;
    line-height: 30px
}
.copyright{
	padding: 10px 0 !important;
	text-align: center;
	color: #fff;
	background: #1b1b1b;
}
.copyright a{
	color: #fff;
}
.copyright p{
	line-height: 1.6;
}
@media screen and (max-width: 900px){
	
}
@media only screen and (max-width: 768px){
	footer{
		width: 100%;
		overflow: hidden;
		/* display: none; */
		padding-top: 20px;
	}
	.footer-con ul{
		float: none;
		width: 100%;
		height: auto;
	}
	.footer-con ul li,
	.footer-con ul:nth-child(2) li{
		padding-left: 5px;
		
	}
	.footer-con ul:nth-child(2){
		padding-top: 0;
	}
	footer .f-logo{
		padding: 20px 0;
	}
	.footer-ewm{
		position: relative;
	}
}
/**
 * SUBMAIN CSS
 */
@media only screen and (max-width: 1060px){
	
}
.editor{
	font-size: 12px !important;
	padding: 2rem 0;
	line-height: 2 !important;
}
.editor img,
.mbArticleSharePic{
	max-width: 100% !important;
	height: auto !important;
}
/*分页*/
.prevAndNext{
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.prevAndNext li{
	margin: 5px 10px;
	padding: 5px 0;
}
@media (min-width: 768px){
	.prevAndNext{
		padding: 0 30px;
	}
	.prevAndNext li.prev{
		float: left;
	}
	.prevAndNext li.next{
		float: right;
	}
}
/**
 * PRODUCTLIST CSS
 */
@media only screen and (max-width: 768px){

}
/**
 * SHOWPRODUCTS CSS
 */
@media only screen and (max-width: 768px){

}
/**
 * NEWSLIST CSS 
 */
@media only screen and (max-width: 768px){

}
/**
 * SHOWNEWS CSS
 */
 @media only screen and (max-width: 768px){

}