@charset "utf-8";
/*@charset "utf-8";*/
/* body,html{overflow-x:hidden;} */
/* CSS Reset 			----------------------------------------*/

body, html {/*background-color:#f9f9f9;*/
	background-color: #fff;/**/
	width: 100%;
	min-width: 1200px;
	position: relative;
	overflow-x: hidden;
	font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
	line-height: 150%;
}
body.showNav {
	overflow: hidden;
}
body { /* overflow: auto;*/
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "微软雅黑";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset {
	border: 0
}
img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
	height: auto !important;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
address, caption, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal
}
strong, b {
	font-weight: bold;
}
ol, ul, li {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0
}
hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #CDCDCD;
	background-color: #CCC;
	height: 1px;
}
blockquote {
	color: #666;
	font-style: normal;
}
sup, sub {
	line-height: 0
}
abbr, acronym {
	border-bottom: 1px dotted #666
}
pre {
	white-space: pre;
}
pre, code, tt {
	font: 12px 'andale mono', 'lucida console', monospace;
	line-height: 1.5
}
input:focus {
	outline: none
}
/* Global Definitions ----------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, th, td {
	font-family: "微软雅黑";
}
p {
	padding: 0 0 1em 0;
	line-height: 1.5
}
a {
	color: inherit;
	text-decoration: none;
	cursor: default;
	-webkit-tap-highlight-color: transparent;
}
a[href] {
	cursor: pointer;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
 /* placeholder默认颜色 */
:-moz-placeholder {
 color: #cccccc;
opacity:1;
}
::-moz-placeholder {
 color: #cccccc;
opacity:1;
}
input:-ms-input-placeholder {
 color: #cccccc;
opacity:1;
}
input::-webkit-input-placeholder {
 color: #cccccc;
opacity:1;
}
.L {
	float: left;
}
.R {
	float: right;
}
.H {
	display: none;
}
.tc {
	text-align: center;
}
.mAuto {
	margin: 0 auto;
}
.wP100 {
	width: 100%;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*clear fix*/
.url {
	color: #1d70b4;
	font-size: 16px;
	display: block;
}
.url a {
	color: #1d70b4;
}
.clearfix:after {
	content: "";
	display: table;
	height: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
}
.clearfix {
*zoom:1;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
}
.H50 {
	height: 50px;
}
.H40 {
	height: 40px;
}
.H20 {
	height: 20px;
}
.H15 {
	height: 15px;
}
.comH20 {
	height: 20px;
}
.comH18 {
	height: 18px;
}
.mtb10 {
	margin: 10px 0;
}
.img-response {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.img-response img {
	display: block;
	width: 100%;
	height: auto;
}
.scaleImg {
	transition: transform 500ms ease-in-out;
	-wekbit-transition: transform 500ms ease-in-out;
}
.scaleImg:hover {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
}
.vw_ad {
	width: 100%
}
.vw_ad a {
	display: block
}
.vw_ad img {
	display: block;
	width: 100%;
}
.img-box {
	background-color: #eee;
}
.img-box img {
	display: block;
}
.section1 {
	margin-top: 55px;
}
.bg_da {
	background-color: #dadada;
}
.bg_cb {
	background-color: #cbcbcb;
}
.bg_e5 {
	background-color: #e5e5e5;
}
.fixedAble {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
}
.moveEle {
	transition: transform 200ms ease-in-out;
	-webkit-transition: transform 200ms ease-in-out;
	will-change: transform;
	-webkit-will-change: transform;
}
/*基础表单*/
.formPanel {
	margin-bottom: 15px;
	line-height: 30px;
	position: relative;
}
.formPanel label {
	margin: 0;
	margin-right: 15px;
}
.formPanel .tip {
	color: red;
	font-size: 12px;
}
.formPanel .mess {
	color: #999;
	font-size: 13px;
	line-height: 30px;
}
.formPanel .formList {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 15px;
}
.formPanel .tit {
	display: inline-block;
	vertical-align: middle;
	min-width: 85px;
	text-align: right;
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}
.formPanel .tit.textarea {
	vertical-align: top;
}
.formPanel .tit.wAuto {
	min-width: 0;
	width: auto;
}
.formPanel input[disabled] {
	background-color: #eee
}
.formPanel label {
	font-weight: normal;
}
.formPanel .inpBox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #666;
}
.formPanel input[type=text], .formPanel input[type=password] {
	width: 192px;
	height: 30px;
	padding: 0 8px;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	outline: none;
	-webkit-appearance: none;
	color: #666;
	vertical-align: middle;
	border-radius: 0;
}
.formPanel .inpBox.textarea {
	vertical-align: top;
}
.formPanel input[type=radio] {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.formPanel input[type=radio]+span {
	display: inline-block;
	vertical-align: middle
}
.formPanel input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.formPanel input[type=checkbox]+span {
	display: inline-block;
	vertical-align: middle
}
.formPanel textarea {
	min-width: 300px;
	max-width: 500px;
	min-height: 70px;
	resize: both;
	border: 1px solid #cdcdcd;
	outline: none;
	padding: 5px;
}
.formPanel img.yzm {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	width: auto;
}
/*分页*/
.page {
    text-align: center;
    margin-bottom: 0px;
    margin: 100px 0;
}

.page ul {
    text-align: center;
    display: inline-block;
    font-size: 0;
    position: relative;
}

.page li {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: Arial;
    color: #808080;
    margin: 0 3px;
}

.page li a {
    color: #000;
    display: block;
}

.page li a span {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-sizing: content-box;
    color: #4B4B4C;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
}

.page li.cr a,
.page li a:hover {
    color: #95272a;
}

.page li.cr a span,
.page li a:hover span {
    border: 1px solid #005aaa;
    color: #005aaa;
    font-size: 12px;
}

.page li.prev a span,
.page li.next a span {
    font-size: 12px;
    width: 88px;
    color: #4B4B4C;
}

.page li.prev a:hover span,
.page li.next a:hover span {
    color: #005aaa;
}


/* 动画 */
@keyframes fade_in_up {
 from {
 opacity:0;
 transform: translateY(100px)
}
to {
	opacity: 1;
	transform: translateY(0)
}
}
/*手机端*/
.mobile-headerwrap {
	display: none;
}
@media screen and (max-width:768px) {
.header {
	display: none;
}
/*手机端导航*/
.mobile-headerwrap {
	display: block;
}
.mobile-headerwrap .layer-top {
	padding: 0 10px;
	overflow: hidden;
}
.mobile-headerwrap .mem-links .login {
	font-size: 0;
	line-height: 0;
}
.mobile-headerwrap .mem-links li {
	margin-right: 10px;
}
.mobile-headerwrap .mem-links .m-icon2 {
	margin-left: 0;
}
.mobile-headerwrap .mem-links li a {
	display: block;
	height: 35px;
}
.mobile-menucss {/* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);*/
	height: 100%;
	max-height: calc(100vh - 50px);/* width: 40%;*/
	width: 100%;
	position: relative;/*width:150px;*/
	position: fixed;
	right: -100%;
	top: 50px;
	box-sizing: border-box;
	display: block!important;
	z-index: 99999;
}
.mobile-menucss>ul {
	overflow: auto;
	width: 100%;/*width: 150px; */
	padding-top: 0;/*background:rgba(130,176,69,1);*/
	height: calc(100%);/* max-height:calc(100% - 50px);*/
}
.mobile-menucss>ul>li {
	margin-top: -1px;
	transition: all 500ms;
	transform: translateX(-100px);
	opacity: 0;
}
.mobile-menucss>ul>li.cr {
	background: rgba(255,255,255,.05);
}
/*	.mobile-menucss>ul>li.cr{ background: #fff;}
	.mobile-menucss>ul>li.cr>a{ color: #000;}
	.mobile-menucss>ul>li.cr>a span{color: #000;}*/
.mobile-menucss>ul>li>a {
	position: relative;
}
.mobile-menucss>ul>li>a, .mobile-menucss>ul>li>h3 {
	font-weight: normal;
	display: block;
	padding-left: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.09);/*border-top:1px solid rgba(255,255,255,0.1);*/
	height: 45px;
	line-height: 45px;
}
.mobile-menucss>ul>li>a>span {
	color: #fff;
	font-size: 16px;
}
.mobile-menucss>ul>li>ul {
	padding-left: 50px;
	overflow: hidden; /*display: none;*/
}
.mobile-menucss>ul>li>ul>li {
	line-height: 45px;
	position: relative;
}
/*  .mobile-menucss>ul>li:nth-child(2)>a:after, .mobile-menucss>ul>li:nth-child(4)>a:after,  .mobile-menucss>ul>li:nth-child(5)>a:after{font-family:"iconfont" !important;font-size:18px;font-style:normal;-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; position: absolute; right: 10px; top:0; width: 25px; height: 25px; content: "\e74a"; color: #fff;}
  .mobile-menucss>ul>li>a.flods:after{content: "\e749"; }*/ 

.mobile-menucss>ul>li>ul>li>a>span {
	color: #fff;
	opacity: .8;
	line-height: 25px;
}
.mobile-menucss>ul>li.mobiles-links {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	border: none;
}
.mobile-menucss>ul>li.mobiles-links a {
	border: none;
}
.mobile-menucss>ul>li.mobiles-links img {
	width: 50px!important;
	height: 50px!important;
	max-width: none;
	margin-left: 0;
	padding-left: 0;
}
/*手机端头部*/
.mobile-headerwrap {
	height: 48px;
	position: relative;
	z-index: 99990;
}
.mobile-header {
	background: #fff;
	height: 50px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 990;
}
.header-shower {
	line-height: 50px;
	height: 50px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 66;
	text-align: center;
}
.mobile-header .header-shower img {
	width: 235px;
	height: auto important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.menu-active>ul>li {
	transform: translateX(0);
	opacity: 1;
}
.menu-active>ul>li>a {
	height: 45px;
	line-height: 45px;
}
.menu-active>ul>li:nth-child(2) {
	-webkit-transition-delay: 300ms, 300ms;
	transition-delay: 300ms, 300ms;
}
.menu-active>ul>li:nth-child(3) {
	-webkit-transition-delay: 350ms, 350ms;
	transition-delay: 350ms, 350ms;
}
.menu-active>ul>li:nth-child(4) {
	-webkit-transition-delay: 400ms, 400ms;
	transition-delay: 400ms, 400ms;
}
.menu-active>ul>li:nth-child(5) {
	-webkit-transition-delay: 450ms, 450ms;
	transition-delay: 450ms, 450ms;
}
.menu-active>ul>li:nth-child(6) {
	-webkit-transition-delay: 500ms, 500ms;
	;
	transition-delay: 500ms, 500ms;
}
.menu-active>ul>li:nth-child(7) {
	-webkit-transition-delay: 550ms, 550ms;
	transition-delay: 550ms, 550ms;
}
.menu-active>ul>li:nth-child(8) {
	-webkit-transition-delay: 600ms, 600ms;
	transition-delay: 600ms, 600ms;
}
.menu-active {
	left: 0;
	animation-name: ani-menu;
	animation-timing-function: ease-in-out;
	animation-duration: 500ms;
	box-shadow: none;
}
.menu-hide {
	/*left: -100%;*/
	left: 0;
	height: 0;
	animation-name: ani-menu1;
	animation-timing-function: ease-in-out;
	animation-duration: 500ms;
}
		


	/*菜单动画*/
	@keyframes ani-menu {
 0% {
		/*left: -100%;*/height: 0;
}
 100% {
		/*left: 0;*/height:calc(100%);
}
}
 @-webkit-keyframes ani-menu {
 0% {
	/*	left: -100%;*/height: 0;
}
 100% {
	/*	left: 0;*/height:calc(100%);
}
}
 @keyframes ani-menu1 {
 0% {
	/*	left: 0; */height:calc(100%);
}
 100% {
	/*	left: -100%;*/height: 0;
box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
}
}
 @-webkit-keyframes ani-menu1 {
 0% {
		/*left: 0;*/ height:calc(100%);
}
 100% {
/*left: -100%;*/ height: 0;
box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
}
}
/*搜索开始*/  
.head-icons {
	position: absolute;
	top: 0;
	right: 6px;
	height: 50px;
	text-align: right;
}
.mobile-search {
	height: 50px;
	background: #fff;
	padding: 0 20px 0 50px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 6666;
	top: 0;
	left: 0;
	display: none;
}
.mobile-menucss {
	text-align: left;
}
.mobile-search input {
	width: 100%;
	color: #fff;
	height: 50px;
	vertical-align: middle;
	background: transparent;
	border: none;
	line-height: 50px;
}
 .mobile-search input::-webkit-input-placeholder {
color:#fff!important;
}
 .mobile-search input:-moz-placeholder {
color:#fff!important;
}
.mobile-search .s-searchs { /*background:url("../img/searchbtns.png") no-repeat center center;*/
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 10px;
	line-height: 30px;
	text-align: center;/*background-size:20px 20px; */
}
.mobile-search .s-close {
	cursor: pointer;
	color: #fff; /*background:url("../img/close.png") no-repeat center center; */
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;/* background-size:25px 25px;*/
	left: 10px;
	top: 10px;
}
.head-icons a.ybooks-css {
	width: 40px;
	height: 50px;
}
.head-icons a {
	display: inline-block;
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	color: #fff;
	width: 30px;
	height: 50px;
}
.head-icons a.search-mobile, .search-mobile-business {
	width: 50px;
	height: 50px;
}
.head-icons a.site-css {
	width: 35px;
	height: 50px;
}
.head-icons a.en-css {
	width: 41px;
	height: 50px;
}
a.menus-mobiles {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
a.menus-mobiles span {
	background: #018ed6;
	height: 1px;
	width: 20px;
	display: block;
	position: absolute;
	left: 10px;
	top: 22px;
	transition: all 0.5s;
}
a.menus-mobiles span:nth-child(1) {/* top: 22px;*/
	transform: translate3d(0, 0px, 0);
}
a.menus-mobiles span:nth-child(2) { /*top: 28px;*/
	transform: translate3d(0, 6px, 0);
}
a.menus-ani1 span:nth-child(1) {/* animation:animenu1 500ms  1; */
	animation-fill-mode: forwards;
	transform: rotate3d(0, 0, 1, 45deg);
}
a.menus-ani1 span:nth-child(2) { /*animation:animenu2 500ms  1; */
	animation-fill-mode: forwards;
	transform: rotate3d(0, 0, 1, -45deg);
}
.wrap-subs {
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,0.09);/* overflow-y: auto; height: 0;  position: absolute;width:calc(100% - 150px); left: 150px;   top: 0; bottom:0; box-sizing: border-box;  transition:all 0.5s;  overflow-x: hidden; opacity: 0;*/
}
.mod-subnav a {
	color: #999;
	display: inline-block;
	font-size: 12px;
	width: 50%;
	margin-bottom: 30px;
	text-align: center;
	box-sizing: border-box;
	float: left;
}
.mod-subnav {
	margin-top: 30px;
}
.mod-subnav a img {
	width: 50px;
	margin-bottom: 10px;
}
/**/.wrap-subs .mod-subs {
	width: 100%;
	position: relative;
	left: -640px;
	padding-bottom: 10px;
	overflow: hidden;
	transition: all 0.5s;
}
.mobile-menucss>ul>li.cr .wrap-subs {
	opacity: 1;
	height: 100%;
	background: #fff;/*width:calc(100% - 150px); */ /*transition-delay:1s; -moz-transition-delay:1s; */
	z-index: 99;
}
.mobile-menucss>ul>li.cr .wrap-subs .mod-subs {
	width: 100%;
	position: relative;
	left: 0;
}
.smod-tits {
	position: relative;
	margin: 10px 0 0 20px;
	left: -640px; /*top: 10px; */
	transition: all 0.5s;
	font-size: 16px;
	font-weight: bold;
}
.smod-tits span {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.mobile-menucss>ul>li.cr .smod-tits {
	left: 0;
}
.mymod-tits {
	font-size: 14px;
	color: #666;
	left: -640px;
	position: relative;
	padding-left: 20px;
	padding-top: 10px; /*font-weight: bold;*/
	transition: all 0.5s;
}
.mobile-menucss>ul>li.cr .mymod-tits {
	left: 0;
}
	
/*    .sub-active{ width:calc(100% - 150px); }*/

		
	
	@keyframes animenu1 {
 0% {
transform: translate3d(0, 0, 0);
}
 100% {
transform: rotate3d(0, 0, 1, 45deg);
}
}
 @keyframes animenu2 {
 0% {
transform: translate3d(0, 6px, 0);
}
 100% {
transform: rotate3d(0, 0, 1, -45deg);
}
}
/*新增会员中心下拉菜单*/
.mobile-menucss {/*background: rgba(1,142,214,1);*/
	background: -webkit-linear-gradient(#018ed6, #006da5); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#018ed6, #006da5); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#018ed6, #006da5); /* Firefox 3.6 - 15 */
	background: linear-gradient(#018ed6, #006da5); /* 标准的语法 */
}
.my-photos {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	box-align: center;
	-webkit-box-align: center;
	-webkit-moz-align: center;
	box-pack: center;
	-webkit-box-pack: center;
	-webkit-moz-pack: center;
	padding-top: 20px;
	border-bottom: 1px solid rgba(255,255,255,.05);
	border-top: 1px solid rgba(255,255,255,.05);
	padding-bottom: 20px;
	background: rgba(255,255,255,.05);
	transition: all 500ms;
	transform: translateX(-1000px);
	opacity: 0;
}
.my-photos * {
	color: #fff;
}
.my-photos span {
	display: block;
	margin-right: 10px;
}
.my-photos i {
	vertical-align: middle;
	display: inline-block;
	font-style: normal;
	background: #ffba00;
	font-size: 12px;
	border-radius: 6px;
	margin-left: 5px;
	padding: 1px 5px;
	position: relative;
	top: -3px;
}
.my-photos em {
	font-size: 20px;
}
.mem-btns {
	margin-top: 15px; /*text-align: center;*/
}
.mem-btns a {
	display: inline-block;
	font-size: 12px;
	background: #f7741c;
	width: 85px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
}
.mem-btns a:nth-child(1) {
	margin-right: 10px;
}
.my-photos img {
	width: 80px;
	border: 1px solid rgba(255,255,255,.2);
	padding: 2px;
	background: rgba(255,255,255,.5);
	height: 80px;
	border-radius: 80px;
}
.menu-active .my-photos {
	transform: translateX(0);
	opacity: 1;
	-webkit-transition-delay: 200ms, 200ms;
	transition-delay: 200ms, 200ms;
}
.menu-active>ul>li:nth-child(1) {
	-webkit-transition-delay: 250ms, 250ms;
	transition-delay: 250ms, 250ms;
}
/* 表单 */
.form {
	display: block !important;
}
.formPanel .tit {
	display: block;
	text-align: left;
	padding: 0;
}
.formPanel .inpBox, .formPanel .formList {
	display: block;
	margin-right: 0;
}
.formPanel input[type=text], .formPanel input[type=password], .formPanel textarea {
	width: 100%;
	box-sizing: border-box;
	height: 32px;
}
.formPanel .inpBox .dropdown {
	width: 100%;
	display: block;
}
.formPanel .inpBox .dropselectbox h4, .formPanel .inpBox .dropselectbox ul, .formPanel .inpBox .dropselectbox li {
	box-sizing: border-box;
}
.formPanel .inpBox .dropselectbox li, .formPanel .inpBox .dropselectbox h4 {
	height: 32px;
}
.formPanel .inpBox select {
	width: 100%;
	display: block;
}
.formPanel .inpBox.verCode input {
	width: 70%;
}
.formPanel img.yzm {
	width: 25%;
	border-radius: 0;
}
.defaultBtn {
	display: block;
}
}
.row_6 {
}
.row_10 {
}
.col-pd-6 {
}
.col-pd-10 {
}
.col-sm-6 {
}
.col-sm-3 {
}
.col-ph-6 {
}







