body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,input,dl,dt,dd{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none;cursor: pointer;}
img,input{border:none;}
/* WebKit browsers */
input:focus::-webkit-input-placeholder { color:transparent; }

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }
i{font-style:normal;}
.clear:after{content:"200B";font-size:0;line-height:0;display:block;clear:both;}
button{cursor: pointer;}
/*IE/7/6*/
.clear{*zoom:1;}
.layui-layer-hui{
	top: calc(50% - 37px) !important;
}
.others a:hover,.location .dqwz a:hover{
	color: #4AA8FB !important;
}
body {
	font-size: 14px;
	font-family: 'Microsoft YaHei',Arial, '宋体';
	color: #666;
	overflow-y: scroll;
	min-width: 1200px;
}
/* 右侧返回顶部导航样式 */
.fixedRight{
	position: fixed;
    bottom: 100px;
    right: 0;
	z-index: 10;
	/* opacity: 0;
	pointer-events:none; */
	transition: all .5s;
}
.fixedRight div:first-child span:last-child{
	position: absolute;
	width: 150px;
	height: 150px;
	left: -155px;
	top: 0;
	background: #FFFFFF;
	opacity: 0;
    pointer-events: none;
	transition: all .5s;
}
.fixedRight div:first-child:hover span:last-child{
	opacity: 1;
    pointer-events: auto;
}
.fixedRight div:first-child span:last-child img{
	width: 100%;
	margin-bottom: 0;
}
.fixedRight div{
	position: relative;
	width: 70px;
	height: 70px;
	background: #FFFFFF;
	margin: 0 30px 10px 0 ;
	border-radius: 6px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	font-size: 14px;
	color: #1290FE;
	cursor: pointer;
	box-shadow: rgba(18, 144, 254, .1) 0px 0px 8px 0px;
}
.fixedRight div:hover{
	color: #FFFFFF;
	background: #1290FE;
}
.fixedRight div:last-child:hover{
	color: #9E9E9E;
	background: #FFFFFF;
}
.fixedRight div img{
	margin-bottom: 8px;
}
.fixedRight div:last-child{
	opacity: 0;
	pointer-events:none;
	height: 50px;
	transition: opacity .5s;
}
.lxdhPhone{
	width: 167px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	background: url("../img/lxdhPhone.png");
	border-radius: 6px;
	right: 70px;
    flex-shrink: 0;
    position: absolute;
    background-size: 100% 100%;
	font-size: 16px;
	color: #333333;
	opacity: 0;
	pointer-events:none;

}
/* 航化产品分类 */
.productClass{
	width: 160px;
	/* height: 550px; */
	background: #FFFFFF;
	position: absolute;
	top: 0;
    z-index: 99;
	opacity: 0;
	pointer-events: none;
}
.productClass .navtitleIndex{
	font-family: Arial, Helvetica, sans-serif;
	width: 160px !important;
    height: 42px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #1290FE;
    color: #FFFFFF;
	border-bottom: 1px solid #d6d6d6;
}
.productClass .navtitleIndex img {
    margin-right: 6px;
    margin-bottom: -2px;
}
.productClass .item{
	height: 34.22px;
	line-height: 34.22px;
	cursor: pointer;
	/* position: relative; */
	/* background: #1290FE; */
}
.productClass .active .classCategories{
	opacity: 1 !important;
	pointer-events: auto !important; 
}
.mouseleaveActive .active .classCategories{
	opacity: 0 !important;
	pointer-events: none !important; 
}
.productClass .item .classCategories{
	box-sizing: border-box;
	opacity: 0;
	position: absolute;
	bottom: 0;
	z-index: 99;
	right: -601px;
	width: 601px;
	height: 547.5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	/* transition: opacity 0.3s ease; */
	pointer-events: none;
	padding:10px 40px 40px 25px;
}
.productClass .item .classCategories .classUl{
	display: flex;
	flex-wrap: wrap;
	line-height: normal;
}
.productClass .item .classCategories .classUl li{
	margin-top: 30px;
	padding: 0 15px;
	position: relative;
}
.productClass .item .classCategories .classUl li::after{
	content: "";
	width: 1px;
	height: 15px;
	background: #DADADA;
	position: absolute;
	right: 0;
	top: 3px;
}
.productClass .item .classCategories .classUl li:last-child::after {
	content: none;
}
.productClass .item .classCategories .classUl li a{
	font-size: 14px;
	color: #666666;
}
.productClass .item .classCategories .classUl li a:hover{
	color: #1290fe;
}
.productClass .item .classCategories span{
	font-weight: bold;
	display: block;
	padding-left: 15px;
	margin: 50px 0 22px 0;
	font-size: 14px;
	color: #000000;
}
.productClass .item .classCategories #slide1 {
	padding-left: 15px;
}
.productClass .item .classCategories #slide1 .ulWrap {
	overflow: hidden;
	position: relative;
	width: 503px;
	height: 216px;
}
.productClass .item .classCategories #slide1 .ulWrap .structure{
	position: absolute;
	top: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	/* display: flex;
	align-items: center; */
}
.productClass .item .classCategories .desc img{
	object-fit: contain;
	width: 161px;
	height: 101px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	margin-right: 10px;
	box-sizing: border-box;
}
.productClass .item .classCategories .structure li:last-child img{
	margin-right: 0;
}
.productClass .item p{
	width: calc(100% - 26px);
	padding-left: 26px;
	display: flex;
	align-items: center;
}
.productClass .item p span {
	display: block;
	width: 20px;
	height: 20px;
	/* background: url(../img/classifyIcon_02.png) no-repeat; */
	/* margin: 10px 17px; */
	margin-right: 10px;
	float: left;
}
.productClass>div:nth-child(2)>.c1>p span{
	background: url(../img/classIcon/paint.png) no-repeat;
	background-size: 100% 100%;
	height: 18px;
} 
.productClass>div:nth-child(2)>.c2>p span{
	background: url(../img/classIcon/agentCategory.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 21px;
	margin: 0 13px 0 2px;
} 
.productClass>div:nth-child(2)>.c3>p span{
	background: url(../img/classIcon/grease.png) no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 19px;
	margin: 0 12px 0 3px;
} 
.productClass>div:nth-child(2)>.c4>p span{
	background: url(../img/classIcon/film.png) no-repeat;
	background-size: 100% 100%;
	height: 13px;
    width: 22px;
	margin-left: -1px;
} 
.productClass>div:nth-child(2)>.c5>p span{
	background: url(../img/classIcon/plastics.png) no-repeat;
	background-size: 100% 100%;
	height: 21px;
	width: 18px;
	margin: 0 11px 0 1px;
} 
.productClass>div:nth-child(2)>.c6>p span{
	background: url(../img/classIcon/rubber.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c7>p span{
	background: url(../img/classIcon/glass.png) no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 20px;
	margin: 0 12px 0 3px;
} 
.productClass>div:nth-child(2)>.c8>p span{
	background: url(../img/classIcon/spin.png) no-repeat;
	background-size: 100% 100%;
	width: 18px;
    height: 18px;
	margin: 0 11px 0 1px;
} 
.productClass>div:nth-child(2)>.c9>p span{
	background: url(../img/classIcon/resin.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c10>p span{
	background: url(../img/classIcon/fibre.png) no-repeat;
	background-size: 100% 100%;
	height: 18px;
} 
.productClass>div:nth-child(2)>.c11>p span{
	background: url(../img/classIcon/composite.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 22px;
	margin: 0 12px 0 2px;
} 
.productClass>div:nth-child(2)>.c12>p span{
	background: url(../img/classIcon/propellant.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 21px;
	margin: 0px 11px 0 2px;
} 
.productClass>div:nth-child(2)>.c13>p span{
	background: url(../img/classIcon/material.png) no-repeat;
	background-size: 100% 100%;
	height: 23px;
	width: 18px;
	margin:0 11px 0 1px
} 
.productClass>div:nth-child(2)>.c14>p span{
	background: url(../img/classIcon/organism.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c15>p span{
	background: url(../img/classIcon/inorganic.png) no-repeat;
	background-size: 100% 100%;
	height: 18px;
} 
.productClass>div:nth-child(2)>.c16>p span{
	background: url(../img/classIcon/other.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c1:hover>p span{
	background: url(../img/classIcon/paintHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c2:hover>p span{
	background: url(../img/classIcon/agentCategoryHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c3:hover>p span{
	background: url(../img/classIcon/greaseHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c4:hover>p span{
	background: url(../img/classIcon/filmHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c5:hover>p span{
	background: url(../img/classIcon/plasticsHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c6:hover>p span{
	background: url(../img/classIcon/rubberHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c7:hover>p span{
	background: url(../img/classIcon/glassHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c8:hover>p span{
	background: url(../img/classIcon/spinHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c9:hover>p span{
	background: url(../img/classIcon/resinHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c10:hover>p span{
	background: url(../img/classIcon/fibreHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c11:hover>p span{
	background: url(../img/classIcon/compositeHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c12:hover>p span{
	background: url(../img/classIcon/propellantHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c13:hover>p span{
	background: url(../img/classIcon/materialHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c14:hover>p span{
	background: url(../img/classIcon/organismHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c15:hover>p span{
	background: url(../img/classIcon/inorganicHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass>div:nth-child(2)>.c16:hover>p span{
	background: url(../img/classIcon/otherHover.png) no-repeat;
	background-size: 100% 100%;
} 
.productClass .item p a{
	font-size: 14px;
	color: #333333;
}
.productClass .active p{
	background: #1290FE;
}
.productClass .active p a{
	color: #fff ;
}
.nav {
	background: none !important;
	min-height: 42px !important;
	margin-top: 30px;
  }
  .nav .inner {
	width: 1200px !important;
  }
  .nav #nav {
	width: 1200px !important;
  }
  .nav #nav li:first-child{
	width: 160px !important;
	height: 42px;
	background: #F5F5F5;
	font-size: 18px;
	color: #333333;
	display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav #nav li:first-child img{
	margin-right: 6px;
    margin-bottom: -2px;
  }
  .nav #nav li:first-child:hover &#126; .productClass {
    opacity: 1;
	pointer-events:auto;
}
  .nav #nav li {
	width: 130px !important;
	height: 42px !important;
	line-height: 42px !important;
  }
  .nav #nav li span {
	display: none !important;
  }
  .nav #nav li.active {
	background: none !important;
	margin-left: 0 !important;
  }
  .nav #nav li.active a {
	position: relative;
	font-weight: bold;
	color: #1290fe !important;
  }
  .nav #nav li.active a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	background: #1290FE;
  }
  .nav #nav li p {
	display: none !important;
  }
  .nav #nav li.active p {
	display: block !important;
	margin: 60px auto !important;
	width: 32px !important;
	height: 4px !important;
	background: #1290fe !important;
  }
  .nav #nav li a {
	height: 42px !important;
	color: #333333 !important;
	font-size: 18px !important;
  }


.shwy_fl{
	float: left;
}
.shwy_fr{
	float: right;
}
.inner{
	width: 1200px;
	margin: 0 auto;
	
}
.bgcolor{
	background: #f5f7fa;
}
#tab1 .tabItem,
#tab2 .tabItem{
	/* display: none; */
	position: absolute;
  top: 0;
}
.tabItem.default{
	display: block;
}
h2.show{
	margin: 43px 0 20px 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #666666;
    font-size: 22px;
    font-weight: normal;
    position: relative;
}
h2.show:before{
	content: "";
	width: 130px;
	height: 1px;
	background: #eee;
	border-bottom: solid 1px #dcdcdc;
	border-top: solid 1px #fcfcfc;
	position: absolute;
	top: 30px;
	left: 240px;
	box-shadow: 0 -2px 5px -1px #fbfbfb;
}
h2.show:after{
	content: "";
	width: 130px;
	height: 1px;
	background: #eee;
	border-bottom: solid 1px #dcdcdc;
	border-top: solid 1px #fbfbfb;
	position: absolute;
	top: 30px;
	right: 240px;
	box-shadow: 0 -2px 5px -1px #fbfbfb;
}
h2.show span{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #666;
	margin: 3px 20px;
}
h2.show i{
	font-size: 17px;
    color: #666;
    display: inline-block;
}
.top{
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	background: #f2f2f2;
}
.top .inner>span{
	margin-left: 22px;
	cursor: pointer;
}
.top ul.list li{
	margin-left: 20px;
	cursor: pointer;
	position: relative;
	width: 60px;
}
.top ul.list li:first-child:hover{
	color: #666666;
}
.top ul.list li:first-child a:hover{
	color: #1290FE !important;
}
.top ul.list li:hover{
	color: #1290FE;
}
.top ul.list li a:hover{
	color: #1290FE !important;
}
.top ul.list li:hover span{
	width: 0;
	height: 0;
	background: none;
	border-bottom: 5px solid #1290FE;
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
	top: 18px;
}
.top .list li>span{
	position: absolute;
	width: 7px;
	height: 5px;
	background: url(../img/sjx_01.png) no-repeat;
	top: 19px;
	right: 1px;
}
.top .list li>i{
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ff0000;
	top: 10px;
	right: 5px;
}
/*.top .list li:hover span{
	background-position-y: -5px;
}
.top .list li.hover span{
	background-position-y: -5px;
}*/
.top .inner{
	position: relative;
}
.top .myhh,.service,.memberCenter,.valueAddService,.myMessage{
	display: none;
	border-radius: 3px;
	box-shadow: 0 1px 5px 0 #ddd;
	position: absolute;
	top: 40px;
	z-index: 1000;
	background: #fff;
}
.top .myhh{
	right: 143px;
	width: 100px;
	text-align: center;
	/* height: 60px; */
	background: #FFFFFF;
	box-shadow: 0px 3px 4px 0px rgba(64,64,64,0.09);
}
.top .myhh ul li{
	/* padding: 3px 0 2px 16px; */
	line-height: 28px;
	font-size: 14px;
}
.top .myhh ul li p{
	color: #333;
}
.top .myhh ul li a{
	color: #666;
}
.top .myhh ul li a:hover{
	color: #1290FE;
}
.palmar{
	box-sizing: border-box;
	width: 300px !important;
	height: 180px;
	background: #FFFFFF;
	box-shadow: 0px 3px 4px 0px rgba(64,64,64,0.09);
	right: -30px !important;
	padding: 21px 0 12px 0 !important;
}
.top .palmar ul li{
	width: 50%;
	text-align: center;
}
.top .palmar ul li p{
	line-height: normal;
	margin-bottom: 15px;
}
.top .palmar ul li img{
	width: 120px;
	height: 120px;
}
.top .memberCenter{
	width: 100px;
	padding: 9px 0 6px;
	/* right: 300px; */
	right: 385px;
}
.top .memberCenter ul li{
	line-height: 26px;
	text-align: center;
	font-size: 14px;
}
.top .memberCenter ul li a{
	color: #666;
}
.top .memberCenter ul li a:hover{
	color: #1290FE;
}
.top .valueAddService{
	padding: 7px 16px 9px;
	right: 126px;
	width: 268px;
}
.top .valueAddService ul li{
	line-height: 30px;
	float: left;
}
.top .valueAddService ul li a{
	color: #666;
}
.top .valueAddService ul li a:hover{
	color: #1290FE;
}
.top .valueAddService ul li span{
	color: #c1c1c1;
	margin: 0 10px;
}
.top .service{
	right: 63px;
}
.top .myMessage{
	right: -21px;
}
.top .myMessage li{
	position: relative;
}
.top .myMessage li>i{
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff0000;
	top: 5px;
	right: 16px;
}

.top .instation{
	display: none;
	width: 565px;
	padding: 19px 0 16px 0;
	height: 135px;
	border-radius: 3px;
	box-shadow: 0 3px 5px 0 #ddd;
	position: absolute;
	top: 40px;
	right: -20px;
	z-index: 2;
	background: #fff;
}
.top .instation dl{
	height: 125px;
	border-right: solid 1px #f2f2f2;
	padding: 0 12px 0 18px;
}
.top .instation dl dt{
	color: #000;
	line-height: 15px;
	height: 15px;
	margin-bottom: 6px;
}
.top .instation dl dd{
	width: 58px;
	height: 27px;
	line-height: 27px;
	cursor: pointer;
}
.top .instation dl dd:hover{
	color: #1290FE;
}
.top .instation dl.product{
	width: 240px;
}
.top .instation dl.product dd{
	float: left;
}
.top .instation dl.blend{
	border: none;
}
.top .instation dl.blend dd{
	width: 85px;
}
.header{
	/* height: 68px; */
	padding: 20px 0;
}
.header .logo a{
	font-size: 0;
	cursor: pointer;
}
.header .flag{
	width: 375px;
	height: 66px;
	background: url(../img/flag_04.png) no-repeat right 15px;
	border-left: solid 1px #e2e2e2;
	margin-left: 21px;
	margin-top: 11px;
	padding-left: 13px;
}
.header ul{
	margin-left: 56px;
	margin-top: -6px;
}
.header ul li{
	float: left;
	margin-top: 18px;
	margin-right: 20px;
	text-align: center;
	cursor: pointer;
}
.header ul li a{
	color: #666;
}
.header ul li p{
	line-height: 0px;
}
.header ul li span{
	display: inline-block;
	margin: 5px 0;
	width: 31px;
	height: 40px;
	background: url(../img/headicon_03.png) no-repeat;
}
.header ul li.contribute:hover span{
	background: url(../img/12_06.jpg) no-repeat;
}
.header ul li.periodical:hover span{
	background: url(../img/13_03.jpg) no-repeat;
}
.header ul li.public:hover span{
	background: url(../img/public_wechat.jpg) no-repeat;
}
.header ul li.periodical span{
	background-position-x: -31px;
}
.header ul li.public{
	position: relative;
}
.header ul li.public:hover:after{
	display: block;
}
.header ul li.public:after{
	content: "";
	width: 150px;
	height: 150px;
	background-image: url(../img/public_06.jpg);
	background-size: cover;
	position: absolute;
	z-index: 3;
	bottom: -160px;
	border-radius: 3px;
	box-shadow: 0 6px 7px -2px #bbb;
	left: -50px;
	display: none;
}
.header ul li.public span{
	background-position-x: -62px;
}
.header .contact{
	margin-top: 6px;
}
.header .contact p{
	height: 23px;
	line-height: 23px;
	margin: 13px 0;
	position: relative;
	color: #666;
}
.header .contact p span{
	position: absolute;
	width: 31px;
	height: 23px;
	left: -35px;
	top: -3px;
	background: url(../img/headicon_03.png) no-repeat -93px 0;
}
.header .contact p.fax span{
	background-position-x: -124px;
}
.nav{
	position: relative;
	/* height: 52px; */
	background: url(../img/navback_09.jpg) no-repeat center;
	background-size: cover;
	border-bottom: 1px solid #d6d6d6;
	/*box-shadow: 0 50px 100px #fff inset;*/
}
.nav #nav{
	width: 1200px;
	margin-top: 5px;
}
.nav #nav li{
	display: flex;
    justify-content: center;
	float: left;
	width: 133.6px;
	height: 47px;
	line-height: 47px;
	font-size: 15px;
	cursor: pointer;
	position: relative;
}
.nav #nav li:hover a{
	color: #1290FE !important;
}
.nav #nav li a{
	/* width: 133px; */
	height: 47px;
	color: #fff;
	/*z-index: 4;*/
	font-family: Arial, Helvetica, sans-serif;
}
.nav #nav li.active{
	background: url(../img/navac_03.jpg) no-repeat;
	margin-left: -3px;
}
.nav #nav li:before{
	content: "";
	position: absolute;
	width: 133px;
	height: 47px;
	background: rgba(255,255,255,.15);
	top: 0;
	left: -1px;
	display: none;
}
.nav #nav li:hover:before{
	/* display: block; */
}
.nav #nav li.active:hover:before{
	/* display: none; */
}
.nav #nav li.active span{
	display: none;
}
.nav #nav li span{
	position: absolute;
	right: -1px;
	top: -2px;
	color: #3550d5;
}

.nav #nav li.social b{
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../img/hot_03.png) no-repeat;
	top: -5px;
	left: 90px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 19px;
	font-weight: normal;
	animation: jump 1s infinite;
	-webkit-animation: jump 1s infinite;
}
@keyframes jump{
	0%{top: -5px;}
	100%{top: -7px;}
}
/*@keyframes big{
	0%{transform: scale(1);}
	10%{transform: scale(0.99);}
	20%{transform: scale(0.98);}
	30%{transform: scale(0.97);}
	40%{transform: scale(0.96);}
	50%{transform: scale(0.95);}
	60%{transform: scale(0.96);}
	70%{transform: scale(0.97);}
	80%{transform: scale(0.98);}
	90%{transform: scale(0.99);}
	100%{transform: scale(1);}
		}
@-webkit-keyframes big{
	0%{transform: scale(1);}
	10%{transform: scale(0.99);}
	20%{transform: scale(0.98);}
	30%{transform: scale(0.97);}
	40%{transform: scale(0.96);}
	50%{transform: scale(0.95);}
	60%{transform: scale(0.96);}
	70%{transform: scale(0.97);}
	80%{transform: scale(0.98);}
	90%{transform: scale(0.99);}
	100%{transform: scale(1);}
		}*/

.footer{
	background: #F6F6F6;
	height: 367px;
	/*	background: #242121 url(../img/footerback_03.jpg) center no-repeat;*/
}
.footer dl{
	margin-right: 80px;
	line-height: 32px;
}
.footer dl dt{
	font-size: 14px;
	color: #333333;
}
.footer dl dd a{
	color: #868686;
	font-size: 12px;
	cursor: pointer;
}
.footer dl dd a:hover{
	color: #fff;
}
.footer .accounts{
	margin-right: 40px;
	text-align: center;
}
.footer .accounts img{
	width: 80px;
	height: 80px;
}
.footer .accounts .imgWrap{
	font-size: 0;
}
.footer .accounts p{
	font-size: 12px;
	color: #868686;
	text-align: center;
}
.footer .link{
	width: 100%;
	border-bottom: solid 1px #CCCCCC;
	height: 75px;
    line-height: 75px;
}
.footer .link p{
	color: #333333;
	font-size: 14px;
}
.footer .link p a{
	color: #868686 !important;
	font-size: 12px;
	cursor: pointer;
}
.footer .link p a:hover{
	color: #fff;
}
.footer .link p span{
	margin: 0 15px;
	color: #888;
}
.footer a{
	color: #868686 !important;
	font-size: 12px;
	cursor: pointer;
}
.footer .info{
	padding: 30px 0 22px;
	border-bottom: 1px solid #CCCCCC;;
}
.footer .add{
	width: 100%;
	text-align: center;
	line-height: 35px;
	color: #868686 !important;
	margin-top: 26px;
	font-size: 12px;
}

.footer .zzfw dd{
	margin-left: 3px;
}
.footer .gywm dd{
	margin-left: 3px;
}
.footer .serviceInfo{
	margin: 0 60px;
}
.footer .serviceInfo img{
	width: 63px;
	height: 66px;
}
.footer .serviceInfo div{
	font-size: 12px;
	color: #868686;
	text-align: center;
}
.footer .serviceInfo div p{
	margin-top: 5px;
}
.footer .serviceInfo div p:nth-child(2){
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
.footer .footerNav{
	margin-top: 31px;
}
.footer .footerNav ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .footerNav ul li{
	font-size: 12px;
	color: #333333;
}
.footer .footerNav ul li span{
	display: inline-block;
	margin: 0 15px;
	color: #CCCCCC;
}
.slideUp{
	position: fixed;
	background: url(../img/totop_03.jpg) no-repeat;
	bottom: 0;
	right: 0;
}
.slideUp>a{
	display: block;
	width: 40px;
	height: 40px;
}


.loginwrap{
	position: absolute;
	z-index: 50;
	background: #fff;
	border-radius: 3px;
	width: 520px;
	overflow: hidden;
	padding-bottom: 50px;
}
.loginwrap ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 260px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
}
.loginwrap ul li.active{
	background: #2e69ee;
	color: #fff;
}
#login input[type=text]{
	border: solid 1px #dadada;
	border-radius: 3px;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	outline: none;
	width: 368px;
	margin-left: 60px;
}
#login input.short{
	width: 218px;
}
#login form>div{
	margin-top: 20px;
}
#login form>div>img{
	position: absolute;
	margin-left: 51px;
}
#login form>div>button{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #dadada;
	margin-left: 51px;
	border-radius: 2px;
	color: #999;
}
#login form>button{
	width: 400px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #FF0000;
	margin: 10px 0 0 60px;
	font-size: 15px;
}
#login .login form>p{
	margin: 24px 0 0 60px;
	font-size: 12px;
	color: #999;
	line-height: 17px;
	position: relative;
	padding-left: 20px;
}
#login .login form>p input[type=checkbox]{
	position: absolute;
	top: 2px;
	left: 0;
}
#login .login form>p>a:hover{
	color: #2798FD;
}
#login form>a{
	display: block;
	line-height: 32px;
	color: #08affd;
	font-size: 14px;
	margin-left: 390px;
	margin-top: 7px;
	cursor: pointer;
}
#login .signin1 p{
	line-height: 40px;
	color: #333;
	margin: 21px 60px;
	font-size: 14px;
}
#login .signin1 form div input[type=radio]{
	float: left;
	margin-top: 15px;
}
#login .signin1 form div .first{
	margin-left: 60px;
}
#login .signin1 form div .last{
	margin-right: 0;
}
#login .signin1 form div label{
	display: inline-block;
	float: left;
	line-height: 40px;
	margin-left: 10px;
	margin-right: 68px;
	font-size: 14px;
}
#login .signin2 form .onjob{
	height: 120px;
	position: relative;
}
#login .signin2 form .onjob img{
	width: 118px;
	height: 118px;
	border: solid 1px #dadada;
	margin-left: 60px;
}
#login .signin2 form>div .prove{
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	background: #cbcbcb;
	text-align: center;
	color: #999;
	font-size: 15px;
	margin-left: 20px;
	cursor: pointer;
	position: absolute;
	top: 84px;
	left: 200px;
}
#login .signin2 button.code{
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #c6c6c6;
	color: #fff;
	margin-left: 47px;
	font-size: 15px;
}
#login button{
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	border: none;
	text-align: center;
}
#login .signin2 button{
	width: 150px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #c6c6c6;
	font-size: 16px;
	margin-left: 60px;
}
#login .signin2 button.red{
	background: #ff0000;
	margin-left: 98px;
}
.black_modal{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	z-index: 40;
	top: 0;
	left: 0;
}

/* 分页 */
.main .page {
	padding-top: 142px;
}
.main .page ul li {
	width: 40px !important;
	height: 40px !important;
	background: #F2F2F2 !important;
	text-align: center;
	color: #999 !important;
	font-size: 15px !important;
	margin: 0 10px !important;
	border: none !important;
	border-radius: 5px !important;
}
.main .page ul li.active {
	background: #388EFC !important;
}
.main .page ul a li:hover{
	background: #388EFC !important;
	color: #FFFFFF !important;
}
.main .page ul li.prev ,.main .page ul li.next{
    width: 58px !important;
    font-size: 15px !important;
    margin-right: 9px !important;
}

/* 首页搜索样式 */
.searchInput .noGsUl{
	display: block !important;
	left: 40px !important;
}
.gsUl{
	left: 125px !important;
	top: 40px !important;
	width: 200px !important;
}
.gsUl li{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#search,.gsUl{
	display: none;
	position: absolute;
	left: 15px;
	top: 36px;
	width: 87px;
	/* height: 90px; */
	background: #FFFFFF;
	box-shadow: 0px 3px 4px 0px rgba(64,64,64,0.09);
	border: 1px solid #EFEFEF;
	z-index: 10;
}
#search li ,.gsUl li{
	padding: 5px 15px;
	cursor: pointer;
}
#search .active{
	font-size: 14px;
	color: #1290FE;
}
.searchIndex {
	width: 100%;
	min-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchIndex .release{
	box-sizing: border-box;
	margin-left: 43px;
	width: 151px;
	height: 37px;
	background: #F8F8F8;
	border: 1px solid #1290FE;
}
.searchIndex .release a{
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
    text-align: center;
    line-height: 35px;
	font-size: 16px;
	color: #1290FE;
}
.searchIndex .release img{
	width: 21px;
	height: 23px;
	margin-right: 10px;
}
.searchIndex .searchInput {
	position: relative;
	display: flex;
	align-items: center;
	width: 600px;
	box-sizing: border-box;
	height: 38px;
	background: #FFFFFF;
	border-radius: 19px;
	border: 2px solid #1290FE;
}
.searchIndex .searchInput input{
	flex: 1;
    padding-left: 10px;
    height: 28px;
    left: 0;
    top: -2px;
    outline: none;
}
.searchIndex .searchInput .searchButtpn{
	cursor: pointer;
	width: 90px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	background: #1290FE;
	border-radius: 0px 18px 18px 0px;
	font-size: 16px;
	color: #FFFFFF;
}
.searchIndex .searchInput div{
	display: none;
    align-items: center;
	cursor: pointer;
}
.searchIndex .searchInput div p{
	font-size: 14px;
	color: #010101;
	padding: 13px 8px 13px 17px;
}
.searchIndex .searchInput div p span{
	width: 9px;
	height: 5px;
	display: inline-block;
	background: url(../img/sjx_01.png) no-repeat;
	margin-left: 7px;
	margin-bottom: 3px;
}
.searchIndex .searchInput div .border{
	width: 1px;
	height: 24px;
	background: #E2E2E2;
	display: block;
	margin-right: 20px;
}
.searchIndex .searchInput .loupe{
	display: block;
    width: 16px;
    height: 16px;
    background: url(../img/glass.png) no-repeat;
    cursor: pointer;
}
/*body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,input,dl,dt,dd{margin:0;padding:0;}*/
/*ul,ol{list-style:none;}*/
/*a{text-decoration:none;cursor: pointer;}*/
/*img,input{border:none;}*/
/*i{font-style:normal;}*/
/*.clear:after{content:"200B";font-size:0;line-height:0;display:block;clear:both;}*/
/*button{cursor: pointer;}*/
/*!*IE/7/6*!*/
/*.clear{*zoom:1;}*/
/*body {*/
	/*font-size: 14px;*/
	/*font-family: 'Microsoft YaHei',Arial, '宋体';*/
	/*color: #666;*/
/*}*/
/*.shwy_fl{*/
	/*float: left;*/
/*}*/
/*.shwy_fr{*/
	/*float: right;*/
/*}*/
/*.inner{*/
	/*width: 1200px;*/
	/*margin: 0 auto;*/
/*}*/
/*.bgcolor{*/
	/*background: #f5f7fa;*/
/*}*/
/*.tabItem{*/
	/*display: none;*/
/*}*/
/*.tabItem.default{*/
	/*display: block;*/
/*}*/
/*h2.show{*/
	/*margin: 43px 0 20px 0;*/
	/*height: 60px;*/
	/*line-height: 60px;*/
	/*text-align: center;*/
	/*color: #333;*/
	/*font-size: 22px;*/
	/*font-weight: normal;*/
	/*position: relative;*/
/*}*/
/*h2.show:before{*/
	/*content: "";*/
	/*width: 130px;*/
	/*height: 1px;*/
	/*background: #eee;*/
	/*border-bottom: solid 1px #dcdcdc;*/
	/*border-top: solid 1px #fcfcfc;*/
	/*position: absolute;*/
	/*top: 30px;*/
	/*left: 240px;*/
	/*box-shadow: 0 -2px 5px -1px #fbfbfb;*/
/*}*/
/*h2.show:after{*/
	/*content: "";*/
	/*width: 130px;*/
	/*height: 1px;*/
	/*background: #eee;*/
	/*border-bottom: solid 1px #dcdcdc;*/
	/*border-top: solid 1px #fbfbfb;*/
	/*position: absolute;*/
	/*top: 30px;*/
	/*right: 240px;*/
	/*box-shadow: 0 -2px 5px -1px #fbfbfb;*/
/*}*/
/*h2.show span{*/
	/*display: inline-block;*/
	/*width: 8px;*/
	/*height: 8px;*/
	/*border-radius: 50%;*/
	/*background: #666;*/
	/*margin: 3px 20px;*/
/*}*/
/*h2.show i{*/
	/*font-size: 17px;*/
	/*color: #666;*/
	/*display: inline-block;*/
/*}*/
/*.top{*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*font-size: 12px;*/
	/*background: #f2f2f2;*/
/*}*/
/*.top .inner>span{*/
	/*margin-left: 22px;*/
	/*cursor: pointer;*/
/*}*/
/*.top ul.list li{*/
	/*margin-left: 20px;*/
	/*cursor: pointer;*/
	/*position: relative;*/
	/*width: 60px;*/
/*}*/
/*.top .list li>span{*/
	/*position: absolute;*/
	/*width: 7px;*/
	/*height: 5px;*/
	/*background: url(../img/sjx_01.png) no-repeat;*/
	/*top: 19px;*/
	/*right: 1px;*/
/*}*/
/*.top .list li>i{*/
	/*position: absolute;*/
	/*width: 5px;*/
	/*height: 5px;*/
	/*border-radius: 50%;*/
	/*background: #ff0000;*/
	/*top: 10px;*/
	/*right: 5px;*/
/*}*/
/*!*.top .list li:hover span{*/
	/*background-position-y: -5px;*/
/*}*/
/*.top .list li.hover span{*/
	/*background-position-y: -5px;*/
/*}*!*/
/*.top .inner{*/
	/*position: relative;*/
/*}*/
/*.top .myhh,.service,.memberCenter,.valueAddService,.myMessage{*/
	/*display: none;*/
	/*border-radius: 3px;*/
	/*box-shadow: 0 1px 5px 0 #ddd;*/
	/*position: absolute;*/
	/*top: 40px;*/
	/*z-index: 5;*/
	/*background: #fff;*/
/*}*/
/*.top .myhh{*/
	/*width: 200px;*/
	/*right: 335px;*/
	/*height: 120px;*/
	/*padding-top: 10px;*/
/*}*/
/*.top .myhh ul li{*/
	/*padding: 3px 0 2px 16px;*/
	/*line-height: 27px;*/
/*}*/
/*.top .myhh ul li.borderb{*/
	/*border-bottom: dashed 1px #dadada;*/
/*}*/
/*.top .myhh ul li p{*/
	/*color: #333;*/
/*}*/
/*.top .myhh ul li div a{*/
	/*display: inline-block;*/
	/*float: left;*/
	/*color: #666;*/
	/*margin-right: 20px;*/
/*}*/
/*.top .myhh ul li div a:hover{*/
	/*color: #1290FE;*/
/*}*/
/*.top .memberCenter{*/
	/*width: 100px;*/
	/*padding: 9px 0 6px;*/
	/*right: 300px;*/
/*}*/
/*.top .memberCenter ul li{*/
	/*line-height: 26px;*/
	/*text-align: center;*/
/*}*/
/*.top .memberCenter ul li a{*/
	/*color: #666;*/
/*}*/
/*.top .memberCenter ul li a:hover{*/
	/*color: #1290FE;*/
/*}*/
/*.top .valueAddService{*/
	/*padding: 7px 16px 9px;*/
	/*right: 126px;*/
	/*width: 268px;*/
/*}*/
/*.top .valueAddService ul li{*/
	/*line-height: 30px;*/
	/*float: left;*/
/*}*/
/*.top .valueAddService ul li a{*/
	/*color: #666;*/
/*}*/
/*.top .valueAddService ul li a:hover{*/
	/*color: #1290FE;*/
/*}*/
/*.top .valueAddService ul li span{*/
	/*color: #c1c1c1;*/
	/*margin: 0 10px;*/
/*}*/
/*.top .service{*/
	/*right: 145px;*/
/*}*/
/*.top .myMessage{*/
	/*right: -21px;*/
/*}*/
/*.top .myMessage li{*/
	/*position: relative;*/
/*}*/
/*.top .myMessage li>i{*/
	/*position: absolute;*/
	/*width: 4px;*/
	/*height: 4px;*/
	/*border-radius: 50%;*/
	/*background: #ff0000;*/
	/*top: 5px;*/
	/*right: 16px;*/
/*}*/

/*.top .instation{*/
	/*display: none;*/
	/*width: 565px;*/
	/*padding: 19px 0 16px 0;*/
	/*height: 135px;*/
	/*border-radius: 3px;*/
	/*box-shadow: 0 3px 5px 0 #ddd;*/
	/*position: absolute;*/
	/*top: 40px;*/
	/*right: -20px;*/
	/*z-index: 2;*/
	/*background: #fff;*/
/*}*/
/*.top .instation dl{*/
	/*height: 125px;*/
	/*border-right: solid 1px #f2f2f2;*/
	/*padding: 0 12px 0 18px;*/
/*}*/
/*.top .instation dl dt{*/
	/*color: #000;*/
	/*line-height: 15px;*/
	/*height: 15px;*/
	/*margin-bottom: 6px;*/
/*}*/
/*.top .instation dl dd{*/
	/*width: 58px;*/
	/*height: 27px;*/
	/*line-height: 27px;*/
	/*cursor: pointer;*/
/*}*/
/*.top .instation dl dd:hover{*/
	/*color: #1290FE;*/
/*}*/
/*.top .instation dl.product{*/
	/*width: 240px;*/
/*}*/
/*.top .instation dl.product dd{*/
	/*float: left;*/
/*}*/
/*.top .instation dl.blend{*/
	/*border: none;*/
/*}*/
/*.top .instation dl.blend dd{*/
	/*width: 85px;*/
/*}*/
/*.header{*/
	/*height: 68px;*/
	/*padding: 20px 0;*/
/*}*/
/*.header .logo a{*/
	/*font-size: 0;*/
	/*cursor: pointer;*/
/*}*/
/*.header .flag{*/
	/*width: 406px;*/
	/*height: 66px;*/
	/*background: url(../img/flag_04.png) no-repeat right 15px;*/
	/*border-left: solid 1px #e2e2e2;*/
	/*margin-left: 21px;*/
	/*margin-top: 11px;*/
/*}*/
/*.header ul{*/
	/*margin-left: 56px;*/
	/*margin-top: -6px;*/
/*}*/
/*.header ul li{*/
	/*float: left;*/
	/*margin-top: 18px;*/
	/*margin-right: 20px;*/
	/*text-align: center;*/
	/*cursor: pointer;*/
/*}*/
/*.header ul li a{*/
	/*color: #666;*/
/*}*/
/*.header ul li p{*/
	/*line-height: 0px;*/
/*}*/
/*.header ul li span{*/
	/*display: inline-block;*/
	/*margin: 5px 0;*/
	/*width: 31px;*/
	/*height: 40px;*/
	/*background: url(../img/headicon_03.png) no-repeat;*/
/*}*/
/*.header ul li.contribute:hover span{*/
	/*background: url(../img/12_06.jpg) no-repeat;*/
/*}*/
/*.header ul li.periodical:hover span{*/
	/*background: url(../img/13_03.jpg) no-repeat;*/
/*}*/
/*.header ul li.periodical span{*/
	/*background-position-x: -31px;*/
/*}*/
/*.header ul li.public{*/
	/*position: relative;*/
/*}*/
/*.header ul li.public:hover:after{*/
	/*display: block;*/
/*}*/
/*.header ul li.public:after{*/
	/*content: "";*/
	/*width: 136px;*/
	/*height: 187px;*/
	/*background: url(../img/public_06.jpg) no-repeat -3px 0;*/
	/*position: absolute;*/
	/*z-index: 3;*/
	/*bottom: -195px;*/
	/*border-radius: 3px;*/
	/*box-shadow: 0 6px 7px -2px #bbb;*/
	/*left: -44px;*/
	/*display: none;*/
/*}*/
/*.header ul li.public span{*/
	/*background-position-x: -62px;*/
/*}*/
/*.header .contact{*/
	/*margin-top: 6px;*/
/*}*/
/*.header .contact p{*/
	/*height: 23px;*/
	/*line-height: 23px;*/
	/*margin: 13px 0;*/
	/*position: relative;*/
/*}*/
/*.header .contact p span{*/
	/*position: absolute;*/
	/*width: 31px;*/
	/*height: 23px;*/
	/*left: -35px;*/
	/*top: -3px;*/
	/*background: url(../img/headicon_03.png) no-repeat -93px 0;*/
/*}*/
/*.header .contact p.fax span{*/
	/*background-position-x: -124px;*/
/*}*/
/*.nav{*/
	/*height: 52px;*/
	/*background: url(../img/navback_09.jpg) no-repeat center;*/
	/*background-size: cover;*/
	/*!*box-shadow: 0 50px 100px #fff inset;*!*/
/*}*/
/*.nav ul{*/
	/*width: 1200px;*/
	/*margin-top: 5px;*/
/*}*/
/*.nav ul li{*/
	/*float: left;*/
	/*width: 133px;*/
	/*height: 47px;*/
	/*line-height: 47px;*/
	/*text-align: center;*/
	/*font-size: 15px;*/
	/*cursor: pointer;*/
	/*position: relative;*/
	/*margin-top: 5px;*/
/*}*/
/*.nav ul li a{*/
	/*position: absolute;*/
	/*width: 133px;*/
	/*height: 47px;*/
	/*color: #fff;*/
	/*z-index: 4;*/
	/*left: 0;*/
/*}*/
/*.nav ul li.active{*/
	/*background: url(../img/navac_03.jpg) no-repeat;*/
	/*margin-left: -3px;*/
/*}*/
/*.nav ul li:before{*/
	/*content: "";*/
	/*position: absolute;*/
	/*width: 132px;*/
	/*height: 47px;*/
	/*background: rgba(255,255,255,.15);*/
	/*top: 0;*/
	/*left: -2px;*/
	/*display: none;*/
/*}*/
/*.nav ul li:hover:before{*/
	/*display: block;*/
/*}*/
/*.nav ul li.active:hover:before{*/
	/*display: none;*/
/*}*/
/*.nav ul li.active span{*/
	/*display: none;*/
/*}*/
/*.nav ul li span{*/
	/*position: absolute;*/
	/*right: 0;*/
	/*top: -2px;*/
	/*color: #3550d5;*/
/*}*/

/*.nav ul li.social b{*/
	/*position: absolute;*/
	/*width: 24px;*/
	/*height: 24px;*/
	/*background: url(../img/hot_03.png) no-repeat;*/
	/*top: -5px;*/
	/*left: 90px;*/
	/*font-size: 12px;*/
	/*color: #fff;*/
	/*text-align: center;*/
	/*line-height: 19px;*/
	/*font-weight: normal;*/
	/*animation: jump 1s infinite;*/
	/*-webkit-animation: jump 1s infinite;*/
/*}*/
/*@keyframes jump{*/
	/*0%{top: -5px;}*/
	/*100%{top: -7px;}*/
/*}*/
/*!*@keyframes big{*/
	/*0%{transform: scale(1);}*/
	/*10%{transform: scale(0.99);}*/
	/*20%{transform: scale(0.98);}*/
	/*30%{transform: scale(0.97);}*/
	/*40%{transform: scale(0.96);}*/
	/*50%{transform: scale(0.95);}*/
	/*60%{transform: scale(0.96);}*/
	/*70%{transform: scale(0.97);}*/
	/*80%{transform: scale(0.98);}*/
	/*90%{transform: scale(0.99);}*/
	/*100%{transform: scale(1);}*/
		/*}*/
/*@-webkit-keyframes big{*/
	/*0%{transform: scale(1);}*/
	/*10%{transform: scale(0.99);}*/
	/*20%{transform: scale(0.98);}*/
	/*30%{transform: scale(0.97);}*/
	/*40%{transform: scale(0.96);}*/
	/*50%{transform: scale(0.95);}*/
	/*60%{transform: scale(0.96);}*/
	/*70%{transform: scale(0.97);}*/
	/*80%{transform: scale(0.98);}*/
	/*90%{transform: scale(0.99);}*/
	/*100%{transform: scale(1);}*/
		/*}*!*/

/*.footer{*/
	/*padding-top: 43px;*/
	/*background: #2a2a2a;*/
	/*border-top: solid 30px #f5f7fa;*/
	/*height: 367px;*/
/*!*	background: #242121 url(../img/footerback_03.jpg) center no-repeat;*!*/
/*}*/
/*.footer dl{*/
	/*width: 190px;*/
	/*line-height: 32px;*/
/*}*/
/*.footer dl dt{*/
	/*font-size: 14px;*/
	/*color: #fff;*/
/*}*/
/*.footer dl dd a{*/
	/*color: #888;*/
	/*font-size: 12px;*/
	/*cursor: pointer;*/
/*}*/
/*.footer dl dd a:hover{*/
	/*color: #fff;*/
/*}*/
/*.footer .accounts{*/
	/*margin-right: 85px;*/
/*}*/
/*.footer .accounts .imgWrap{*/
	/*font-size: 0;*/
/*}*/
/*.footer .accounts p{*/
	/*line-height: 52px;*/
	/*color: #5fbdff;*/
/*}*/
/*.footer .link{*/
	/*width: 100%;*/
	/*border-bottom: solid 1px #4c4c4c;*/
	/*height: 52px;*/
/*}*/
/*.footer .link p{*/
	/*line-height: 26px;*/
	/*color: #fff;*/
	/*font-size: 14px;*/
/*}*/
/*.footer .link p a{*/
	/*color: #888;*/
	/*font-size: 12px;*/
	/*cursor: pointer;*/
/*}*/
/*.footer .link p a:hover{*/
	/*color: #fff;*/
/*}*/
/*.footer .link p span{*/
	/*margin: 0 15px;*/
	/*color: #888;*/
/*}*/
/*.footer .info{*/
	/*padding-top: 31px;*/
/*}*/
/*.footer .add{*/
	/*width: 100%;*/
	/*text-align: center;*/
	/*line-height: 35px;*/
	/*color: #888;*/
	/*margin-top: 26px;*/
/*}*/

/*.footer .zzfw dd{*/
	/*margin-left: 3px;*/
/*}*/
/*.footer .gywm dd{*/
	/*margin-left: 3px;*/
/*}*/
/*.slideUp{*/
	/*position: fixed;*/
	/*background: url(../img/totop_03.jpg) no-repeat;*/
	/*bottom: 0;*/
	/*right: 0;*/
/*}*/
/*.slideUp>a{*/
	/*display: block;*/
	/*width: 40px;*/
	/*height: 40px;*/
/*}*/


/*.loginwrap{*/
	/*position: absolute;*/
	/*z-index: 50;*/
	/*background: #fff;*/
	/*border-radius: 3px;*/
	/*width: 520px;*/
	/*overflow: hidden;*/
	/*padding-bottom: 50px;*/
/*}*/
/*.loginwrap ul li{*/
	/*float: left;*/
	/*height: 50px;*/
	/*line-height: 50px;*/
	/*width: 260px;*/
	/*text-align: center;*/
	/*font-size: 17px;*/
	/*cursor: pointer;*/
/*}*/
/*.loginwrap ul li.active{*/
	/*background: #2e69ee;*/
	/*color: #fff;*/
/*}*/
/*#login input[type=text]{*/
	/*border: solid 1px #dadada;*/
	/*border-radius: 3px;*/
	/*height: 38px;*/
	/*line-height: 38px;*/
	/*padding: 0 15px;*/
	/*outline: none;*/
	/*width: 368px;*/
	/*margin-left: 60px;*/
/*}*/
/*#login input.short{*/
	/*width: 218px;*/
/*}*/
/*#login form>div{*/
	/*margin-top: 20px;*/
/*}*/
/*#login form>div>img{*/
	/*position: absolute;*/
	/*margin-left: 51px;*/
/*}*/
/*#login form>div>button{*/
	/*width: 100px;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*text-align: center;*/
	/*background: #dadada;*/
	/*margin-left: 51px;*/
	/*border-radius: 2px;*/
	/*color: #999;*/
/*}*/
/*#login form>button{*/
	/*width: 400px;*/
	/*height: 46px;*/
	/*line-height: 46px;*/
	/*color: #fff;*/
	/*background: #FF0000;*/
	/*margin: 10px 0 0 60px;*/
	/*font-size: 15px;*/
/*}*/
/*#login .login form>p{*/
	/*margin: 24px 0 0 60px;*/
	/*font-size: 12px;*/
	/*color: #999;*/
	/*line-height: 17px;*/
	/*position: relative;*/
	/*padding-left: 20px;*/
/*}*/
/*#login .login form>p input[type=checkbox]{*/
	/*position: absolute;*/
	/*top: 2px;*/
	/*left: 0;*/
/*}*/
/*#login .login form>p>a:hover{*/
	/*color: #2798FD;*/
/*}*/
/*#login form>a{*/
	/*display: block;*/
	/*line-height: 32px;*/
	/*color: #08affd;*/
	/*font-size: 14px;*/
	/*margin-left: 390px;*/
	/*margin-top: 7px;*/
	/*cursor: pointer;*/
/*}*/
/*#login .signin1 p{*/
	/*line-height: 40px;*/
	/*color: #333;*/
	/*margin: 21px 60px;*/
	/*font-size: 14px;*/
/*}*/
/*#login .signin1 form div input[type=radio]{*/
	/*float: left;*/
	/*margin-top: 15px;*/
/*}*/
/*#login .signin1 form div .first{*/
	/*margin-left: 60px;*/
/*}*/
/*#login .signin1 form div .last{*/
	/*margin-right: 0;*/
/*}*/
/*#login .signin1 form div label{*/
	/*display: inline-block;*/
	/*float: left;*/
	/*line-height: 40px;*/
	/*margin-left: 10px;*/
	/*margin-right: 68px;*/
	/*font-size: 14px;*/
/*}*/
/*#login .signin2 form .onjob{*/
	/*height: 120px;*/
	/*position: relative;*/
/*}*/
/*#login .signin2 form .onjob img{*/
	/*width: 118px;*/
	/*height: 118px;*/
	/*border: solid 1px #dadada;*/
	/*margin-left: 60px;*/
/*}*/
/*#login .signin2 form>div .prove{*/
	/*width: 120px;*/
	/*height: 36px;*/
	/*line-height: 36px;*/
	/*border-radius: 3px;*/
	/*background: #cbcbcb;*/
	/*text-align: center;*/
	/*color: #999;*/
	/*font-size: 15px;*/
	/*margin-left: 20px;*/
	/*cursor: pointer;*/
	/*position: absolute;*/
	/*top: 84px;*/
	/*left: 200px;*/
/*}*/
/*#login .signin2 button.code{*/
	/*width: 100px;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*background: #c6c6c6;*/
	/*color: #fff;*/
	/*margin-left: 47px;*/
	/*font-size: 15px;*/
/*}*/
/*#login button{*/
	/*cursor: pointer;*/
	/*border-radius: 3px;*/
	/*outline: none;*/
	/*border: none;*/
	/*text-align: center;*/
/*}*/
/*#login .signin2 button{*/
	/*width: 150px;*/
	/*height: 46px;*/
	/*line-height: 46px;*/
	/*color: #fff;*/
	/*background: #c6c6c6;*/
	/*font-size: 16px;*/
	/*margin-left: 60px;*/
/*}*/
/*#login .signin2 button.red{*/
	/*background: #ff0000;*/
	/*margin-left: 98px;*/
/*}*/
/*.black_modal{*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background: rgba(0,0,0,.5);*/
	/*position: fixed;*/
	/*z-index: 40;*/
	/*top: 0;*/
	/*left: 0;*/
/*}*/
/* 分享 */
.dspfl{
	display: flex;
	align-items: center;
}
.shareBox div>img,.shareBox>span img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 50%;
    box-sizing: border-box;
}
.shareBox>span img{
    
}
.shareBox>span{
	margin-right: 40px;
}
.shareBox span{
    cursor: pointer;
}
.shareBox>div{
	height: 42px;
    margin-right: 40px;
    cursor: pointer;
}
.shareBox{
    position: relative;
    margin-top: 22px;
}
.shareBox div:first-child:hover .showShare{
	display: flex;
}
.showShare.active{
	display: flex !important;
}
 #qrcode.active {
  	display: block !important;
}
.shareBox .showShare{
    display: none;
    justify-content: space-around;
    position: absolute;
    left: -20px;
    top: 41px;
    box-sizing: border-box;
    padding: 10px;
    width: 174px;
    height: 96px;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.shareBox .showShare #qrcode{
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 100px;
    left: 0;
    width: 150px;
    height: 150px;
    padding: 16px 25px 0;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.shareBox .showShare #qrcode p ,.shareBox .showShare #qrcode p canvas{
    width: 100px !important;
    height: 100px;
    margin: 0 auto;
	margin-bottom: 0 !important;
}
 .shareBox .showShare #qrcode span{
    display: block;
    text-align: center;
    width: auto !important;
    margin-top: 6px;
    height: 14px;
    font-size: 14px;
    color: #333333;

}
.shareBox .showShare::before{
    content: "";
    position: absolute;
    left: 40px;
    top: -3px;
    border-left: 3px solid transparent;
    border-bottom: 5px solid #FFFFFF;
    border-right: 3px solid transparent;
}
.shareBox .showShare span{
    flex-direction: column;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 6px;
}
.shareBox .showShare span:hover{
    background: #E2F0FB;
}
.shareBox .showShare img{
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}
.disclaimer {
    margin: 20px auto 39px;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}