﻿/*common*/
body{ margin: 0;padding: 0;}
body,html{width: 100%;height: 100%;font-size: 16px;color: #3a3a3a;min-width: 1179px;}
*{text-decoration: none;list-style: none;font-family: "Microsoft YaHei UI"}
img{border: 0px;}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5{padding: 0;margin: 0;}
h1,h2,h3,h4,h5{font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
.clr{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
.pointer{cursor:pointer;}
a,input,button{ outline:none;border:0}
a{color: #3a3a3a;}
i,em{font-style:normal}
.wrapper{width:1179px;height:100%;margin:0 auto;}

/*修改后的*/
body,html,div,h1,h2,h3,h4,h5,h6,p,span,a,img,button,input,textarea,ul,li,i,button {
	border: 0;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover,a:active {
	color: #000;
}
/*img {
	display: block;
}*/
div,p {
	box-sizing: border-box;
}
.banner{
	color: #FFF;
	height: auto;
	width: 100%;
}
.banner img{
	width: 100%;
	height: 100%;
}
.banner h3{
	font-size: 73px;
	line-height: 120px;
	margin-top: 84px;
	font-weight: lighter;
}
.banner p{
	font-size: 21px;
}

.edtion {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	border-right: 1px solid #eaeaea;
	margin-bottom: 100px;
}
.edtion div {
	width: 12.5%;
	background: #fff;
	border-left: 1px solid #eaeaea;
}
.edtion .borbot {
	border-bottom: 1px solid #eaeaea;
}

.edtion p {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}
.edtion img {
	padding-top: 10px;
}
.edtion .titlist {
	height: 60px;
	line-height: 60px;
	background: #f4faff;
}
.edtion .widthmore {
	width: 25%;
}
.edtion p:nth-child(odd) {
	background: #f4faff;
}
.edtion .borbot p:nth-child(odd) {
	background: #fff;
}
.edtion span.iconfont {
	display: inline-block;
	transform: rotate(-90deg);
}
.edtion .boxshadow:hover p {
	border: none;
	background: #fff;
}
.edtion .boxshadow:hover {
	box-shadow: 0 2px 10px 4px rgba(50,150,240,0.18);
	z-index: 100;
	border: none;
}
.edtion .boxshadow:hover .titlist {
	background: #0a86f8;
	color: #fff;
}
.hoticon {
	position: relative;
	overflow: hidden;
}
.hoticon:after {
	content: '';
    position: absolute;
    width: 86px;
    height: 48px;
    background: #ff5555;
    top: -20px;
    right: -28px;
    transform: rotate(36deg);
    z-index: 98;
}
.hoticon:before, .hottd2::before {
    position: absolute;
    content: "热销";
    color: rgb(255, 255, 255);
    top: -18px;
    right: 0px;
    font-size: 12px;
    padding: 5px 3px 0px 20px;
    z-index: 99;
}
.borbot p {
	cursor: pointer;
}
.borbot p:hover {
	color: #333;
}
.edtion .height {
	height: 68px;
    line-height: 30px;
    padding: 4px 0;
}
.edtion .height img {
	padding-top: 20px;
}
.borbot .active {
	color: #333;
}
.borbot #plugin.active {
	color: #ff6a53;
}
.borbot #plugin:hover {
	color: #ff6a53;
}
html body .borbot #plugin {
	color: #ff6a53;
	font-weight: bold;
}
.moreplugin,.appfunc {
	display: none;
}

.tablefixtr {
	position: fixed;
	top: -200px;
	left: 50%;
	margin-left: -600px;
	background: #fff;
	z-index: 100;
	/*transition: all .3s;*/
	z-index: 101;
}

.attentain {
	font-size: 14px;
	line-height: 36px;
	color: #444;
	padding-top: 60px;
	border-top: 20px solid #f7fbfe;
}
.attentain li {
	float: inherit;
}
.attentain p {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.attentain li span {
	color: #0a86fa;
	display: inline-block;
	width: 126px;
	margin-right: 10px;
}
