@charset "utf-8";

* {
	outline: none;
}

/*@charset "utf-8";*/
/* body,html{overflow-x:hidden;} */
/* CSS Reset 			----------------------------------------*/

@font-face {
    font-family: "GenSenMaru";
    src: url("../fonts/GenSenMaruGothicTW-Regular.woff2") format("woff2"),
        url("../fonts/GenSenMaruGothicTW-Regular.woff") format("woff"),
        url("../fonts/GenSenMaruGothicTW-Regular.ttf") format("truetype"),
        url("../fonts/GenSenMaruGothicTW-Regular.eot") format("embedded-opentype"),
        url("../fonts/GenSenMaruGothicTW-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "UbuntuBold";
    src: url("../fonts/UbuntuBold.woff2") format("woff2"),
        url("../fonts/UbuntuBold.woff") format("woff"),
        url("../fonts/UbuntuBold.ttf") format("truetype"),
        url("../fonts/UbuntuBold.eot") format("embedded-opentype"),
        url("../fonts/UbuntuBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSerifCN-SemiBold";
    src: url("../fonts/SourceHanSerifCN-SemiBold.woff2") format("woff2"),
        url("../fonts/SourceHanSerifCN-SemiBold.woff") format("woff"),
        url("../fonts/SourceHanSerifCN-SemiBold.ttf") format("truetype"),
        url("../fonts/SourceHanSerifCN-SemiBold.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSerifCN-SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


.font-ubuntu{font-family: "UbuntuBold"!important;}


@font-face {
    font-family: 'slideyouranregular';
    src: url('../fonts/slideyouran-Regular.eot');
    src: url('../fonts/slideyouran-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/slideyouran-Regular.woff2') format('woff2'),
         url('../fonts/slideyouran-Regular.woff') format('woff'),
         url('../fonts/slideyouran-Regular.ttf') format('truetype'),
         url('../fonts/slideyouran-Regular.svg#slideyouranregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {font-family: "tf_din_medium";
	    src: url("../fonts/tf_din_medium.woff2") format("woff2"),
        url("../fonts/tf_din_medium.woff") format("woff"),
        url("../fonts/tf_din_medium.ttf") format("truetype"),
        url("../fonts/tf_din_medium.eot") format("embedded-opentype"),
        url("../fonts/tf_din_medium.svg") format("svg");

}



body,
html{
/* 'PingFangSC-Regular', */  /*font-family:"SourceHanSansSC-Regular"!important;*/
/* font-family:"fzlth";	*/
	
}



html {
	background-color: #fff;
	/**/
	width: 100%;
	min-width: 1300px;
	position: relative;
	/**/
	overflow-x: hidden;
/*	font-family: "微软雅黑";*/
	line-height: 180%;
		font-size: 14px;
}

body {
    min-width: 1300px;
/*   */
	 max-width: 1920px;
    margin: 0 auto!important;
}
@font-face {
    font-family: "SourceHanSansSC-Regular";
    src: url("../fonts/SourceHanSansSC-Regular.woff2") format("woff2"),
        url("../fonts/SourceHanSansSC-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansSC-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansSC-Regular.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansSC-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "bosun03";
    src: url("../fonts/bosun03.woff2") format("woff2"),
        url("../fonts/bosun03.woff") format("woff"),
        url("../fonts/bosun03.ttf") format("truetype"),
        url("../fonts/bosun03.eot") format("embedded-opentype"),
        url("../fonts/bosun03.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


body,
html{font-family: "SourceHanSansSC-Regular"!important; font-size: 14px; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-font-smoothing: antialiased!important;	
	
	
/*   */
/*font-family: "GenSenMaru"!important;*/	
}

.wrap-layer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
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;


}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset {
	border: 0
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.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: 14px '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 {
	line-height: 180%;
}
p {
	padding: 0 0 1em 0;
	line-height:200%;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: default;
	-webkit-tap-highlight-color: transparent;
}

a[href] {
	cursor: pointer;
}

a:hover {
	color: #006dc9;
	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%;
}

/*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;
}


/* 动画 */
@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:480px) {
	.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>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: 999990;
	}

	.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: auto !important;
		height: 35px !important;
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	.mobile-header .header-shower img:nth-child(3){ padding-left: 5px;height: 20px !important;}
	.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>ul>li:nth-child(9) {
		-webkit-transition-delay: 650ms, 650ms;
		transition-delay: 650ms, 650ms;
	}

	.menu-active>ul>li:nth-child(10) {
		-webkit-transition-delay: 700ms, 700ms;
		transition-delay: 700ms, 700ms;
	}

	.menu-active>ul>li:nth-child(11) {
		-webkit-transition-delay: 750ms, 750ms;
		transition-delay: 750ms, 750ms;
	}

	.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: #000;
		height: 50px;
		vertical-align: middle;
		background: transparent;
		border: none;
		line-height: 50px;
	}

	.mobile-search input::-webkit-input-placeholder {
		color: #999 !important;
	}

	.mobile-search input:-moz-placeholder {
		color: #999 !important;
	}

	.mobile-search .s-searchs {
		/**/
		background: url("../images/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: #95262a;
		/**/
		background: url("../images/close.png") no-repeat center center;
		position: absolute;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		/**/
		background-size: 20px 20px;
		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: #666;
	/*	width: 30px;*/
		width: 25px;
		height: 50px;
		line-height: 50px;
	}

	.head-icons a.lang span {
		background: #b5151d;
		color: #fff;
		border-radius: 25px;
		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		font-size: 12px;
		vertical-align: middle;
		display: inline-block;
		position: relative;
		top: -2px;
	}

	.head-icons a.search-mobile,
	.search-mobile-business {
		/*width:30px;*/
		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: #444444;
		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);
	}
	
	/*新加三个杠*/
	a.menus-mobiles{ top: -2px;}
	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, 8px, 0);
	}
	a.menus-mobiles span:nth-child(3) {
		/*top: 28px;*/
		transform: translate3d(0, 16px, 0);
	}
	a.menus-ani1 span{top:23px;}
	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){
		display:none;
	}
	a.menus-ani1 span:nth-child(3) {
		/*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); }*/

	.mobile-menucss>ul>li.m-website {
		width: 50%;
		float: left;
		text-align: center;
		border-bottom: none;
		margin-top: 40px;
	}

	.mobile-menucss>ul>li.m-email {
		width: 50%;
		float: left;
		text-align: center;
		border-bottom: none;
		margin-top: 40px;
	}

	.mobile-menucss>ul>li.m-website a,
	.mobile-menucss>ul>li.m-email a {
		display: inline-block;
		border-bottom: none;
		width: 70%;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		text-align: center !important;
		padding-left: 0;
		background: rgba(255, 255, 255, .2);
		opacity: .6;
	}


	@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);
		}
	}
	.mlangs{ font-size: 12px!important; display: inline-block; width: 52px!important; height: 22px!important; line-height: 22px!important; vertical-align: middle!important;  position: relative; margin-top: 13px; text-align: center;border:1px solid #fff; border-radius:22px; margin-right: 3px; background: none;border: 1px solid #ec2326;color: #ec2326!important; font-family: "Arial"  }

	/*新增会员中心下拉菜单*/
	.mobile-menucss {
		/*background: rgba(1,142,214,1);*/
		background: -webkit-linear-gradient(#bf7c24, #bf7c24);
		/* Safari 5.1 - 6.0 */
		background: -o-linear-gradient(#bf7c24, #bf7c24);
		/* Opera 11.1 - 12.0 */
		background: -moz-linear-gradient(#bf7c24, #bf7c24);
		/* Firefox 3.6 - 15 */
		background: linear-gradient(#bf7c24, #bf7c24);
		/* 标准的语法 */
	}
	.my-photos b{ color: #ffba00;  padding-left: 4px;}
	.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;
		padding:20px 30px;
	}

	.my-photos * {
		color: #fff;
	}

	.my-photos span {
		display: block;
		margin-right: 10px;
	}

	.my-photos i {
		vertical-align: middle;
		display: inline-block;
		display: block;
		font-style: normal;
		background: #ffba00;
		font-size: 12px;
		border-radius: 6px;
		margin-left: 5px;
		padding: 1px 5px;
		position: relative;
		top: -3px;
		width: 60px; text-align: center;
		margin-top: 10px;
		
		
		
	}

	.my-photos em {
		font-size:14px;
		-moz-box-flex:1.0; /* Firefox */
-webkit-box-flex:1.0; /* Safari 和 Chrome */
box-flex:1.0;  display: block; 
		
	}

	.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 {}

.layer-right {
	padding: 0px 0px 80px 0px !important;
}




/*分页*/

/*分页样式*/
.page{clear:both;margin:30px auto 20px auto;padding-top:20px;overflow:hidden;text-align:center;font-size:14px;border-top:5px solid #f4f5f6;}
.page ul li{display:inline-block;border:1px solid #ccc;padding:6px 15px;margin:0 1px;line-height:24px;background:#fff;color:#999;border-radius:2px;list-style:none;margin-top:10px;}
.page ul li:hover{background:#015cb5;color:#fff;border:1px solid #015cb5;}
.page ul li:hover a{color:#fff;}
.page .active{background:#015cb5;color:#fff;border:1px solid #015cb5;}

/*常用字体大小定义*/
.ft12{ font-size: 12px;}
.ft14{ font-size: 14px;}
.ft16{ font-size: 16px;}
.ft18{ font-size: 18px;}
.ft20{ font-size: 20px;}
.ft22{ font-size: 22px;}
.ft24{ font-size: 24px;}
.ft26{ font-size: 26px;}
.ft28{ font-size: 28px;}
.ft30{ font-size: 30px;}
.ft32{ font-size: 32px;}
.ft34{ font-size: 34px;}
.ft36{ font-size: 36px;}
.ft38{ font-size: 38px;}
.ft40{ font-size: 40px;}
.ft42{ font-size: 42px;}
.ft44{ font-size: 44px;}
.ft46{ font-size: 46px;}
.ft48{ font-size: 48px;}
.ft50{ font-size: 50px;}
.ft52{ font-size: 52px;}
.ft54{ font-size: 54px;}
.ft56{ font-size: 56px;}
.ft58{ font-size: 58px;}
.ft60{ font-size: 60px;}
.ft62{ font-size: 62px;}
.ft64{ font-size: 64px;}
.ft66{ font-size: 66px;}
.ft68{ font-size: 68px;}
.ft70{ font-size: 70px;}
.ft72{ font-size: 72px;}
.ft74{ font-size: 74px;}
.ft76{ font-size: 76px;}
.ft78{ font-size: 78px;}
.ft80{ font-size: 80px;}

/*文字隐藏*/
.dot2,.dot3,.dot4{display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
.dot2 {-webkit-line-clamp: 2;}
.dot3 {-webkit-line-clamp: 3;}
.dot4 {-webkit-line-clamp: 4;}
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}

/*flexs*/
.flexs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox; display: flex;}

/*图片放大*/
.anzoom { overflow: hidden;}
.anzoom img{transition: all .3s;}
.anzoom:hover img,.corpinner .item-cell:hover img{/*transform: scale(1.05);*/transform: scale(1.06);}


.anzoom2 { overflow: hidden;}
.anzoom2 img{transition: all .3s;}
.anzoom2:hover img{/*transform: scale(1.05);*/transform: scale(1.06);}



/*1440下分辨率字体大小定义*/
@media screen and (max-width:1500px){
.ft12{ font-size:12px;}
.ft14{ font-size:14px;}
.ft16{ font-size:16px;}
.ft18{ font-size:18px;}
.ft20{ font-size:19px;}
	
.ft22{ font-size:20.6px;}
.ft24{ font-size:21.6px;}
.ft26{ font-size:23.4px;}
.ft28{ font-size:25.2px;}
.ft30{ font-size:27px;}
.ft32{ font-size:28.8px;}
.ft34{ font-size:30.6px;}
.ft36{ font-size:32.4px;}
.ft38{ font-size:34.2px;}
	
.ft40{ font-size:34px;}
.ft42{ font-size:35.7px;}
.ft44{ font-size:37.4px;}
.ft46{ font-size:39.1px;}
.ft48{ font-size:40px;}
	
.ft50{ font-size:40px;}
.ft52{ font-size:41.6px;}
.ft54{ font-size:43.2px;}
.ft56{ font-size:44.8px;}
.ft58{ font-size:46.4px;}
.ft60{ font-size:48px;}	
		
}


/*新增盒子模型*/
.flexsbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox; display: flex;}
.flexsCenter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox; display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content:center;}
.flexsBetween{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox; display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content:space-between;}
.flexsAlign{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox; display: flex; -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center;}


.flexsCenter2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox; display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox; display: flex; -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center;}



.flex1{-moz-flex:1;-ms-flex:1;-webkit-flex: 1;flex:1;}
.flex2{-moz-flex:2;-ms-flex:2;-webkit-flex: 2;flex:2;}
.fwidth{ width: 200px; background: #f00; height: 100px;}

.flexswrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox; display: flex; -webkit-box-wrap:wrap; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.itemflex{ width:26.33%; margin-right:2%; height:150px; background:#f6f6f6; margin-bottom:20px; }
.itemflex img{ max-width: 100%; height: auto;}

.flex-row-reverse { /* -webkit-box-orient: vertical;*/-ms-flex-direction: row-reverse;-webkit-flex-direction: row-reverse;flex-direction: row-reverse;}
.flex-column-reverse {-ms-flex-direction: column-reverse;-webkit-flex-direction: column-reverse;flex-direction: column-reverse;	}
.flex-row-between {-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content:space-between;}
.flex-row-center {-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content:center;}
.flex-column-center{-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center;}
.flex-align-between {-webkit-box-align: space-between;-ms-flex-align: space-between;-webkit-align-conten: space-between;align-content: space-between;}


.mode-banner{ width:100%; position:relative; overflow:hidden;}
.banner-cnt{ float:left; position:relative; right:50%;}	
.mode-inner{float:left; position:relative; left:50%;}

.empty{  text-align: center; margin-bottom: 50px; margin-top: 90px;}
.empty img{ max-width:120px; height: auto;}
.empty h3{ font-weight: normal; font-size: 14px; color: #f00;}

.H30{ height: 30px;}

.ft12{ font-size: 12px;} 
.md-pc {   display: block;

}	
	
.md-mobile {
     display:none;
}	


.H60{ height:60px;}
.H40{ height:30px;}
@media screen and (max-width:480px){
	
.md-pc {   display: none;

}	
	
.md-mobile {
     display:block;
}		
	
}




