@charset "utf-8";

/*public start*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	min-width: 320px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0;
	padding: 0;
	outline: none;
}

select,
input {
	vertical-align: middle;
}

textarea {
	resize: none;
}

ul,
ol {
	list-style: none;
}

img {
	vertical-align: middle;
	font-size: 0;
	border: 0;
	outline: none;
	max-width: 100%;
	object-fit: cover;
}

i,
em {
	font-style: normal;
	text-decoration: none;
}

a {
	color: #333333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #f57400;
	text-decoration: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}

.li_img {
	display: table;
	text-align: center;
	*position: relative;
	*overflow: hidden;
}

.li_img a {
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*left: 50%;
	*top: 50%;
}

.li_img a img {
	*position: relative;
	*left: -50%;
	*top: -50%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

em,
i,
u {
	font-style: normal;
}

@font-face {
	font-family: "思源黑体";
	src: url("../font/SOURCEHANSANSCN-REGULAR.OTF") format("opentype");
}
body {
	font-family: "思源黑体","microsoft yahei", arial;
}
.font_arial{
	font-family: arial;
}
.big_en{
	font-family: arial;
	text-transform: uppercase;
}
.syht{
	font-family: "思源黑体";
}
.font_yahei{
	font-family: "microsoft yahei";
}
.ohidden {
	overflow: hidden;
}

.pt0 {
	padding-top: 0 !important;
}

.bgff {
	background-color: #FFFFFF;
}
.bgf7 {
	background-color: #f7f7f7;
}

.line1{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.core {
	width: 1500px;
	/*width: 1200px;*/
	margin: 0 auto;
}

.hei100{
	height: 100%;
}
.w100{
	display: block;
	width: 100%;
}
.vis_hid{
	visibility: hidden;
}
.box_table {
	display: table;
	width: 100%;
	height: 100%;
}

.box_cell {
	display: table-cell;
	vertical-align: middle;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.jcsb{
	justify-content: space-between;
}
.jccen{
	justify-content: center;
}
.align_icen{
	align-items: center;
}


.pt90{
	padding-top: 90px;
}
.pb90{
	padding-bottom: 90px;
}
.pt80 {
	padding-top: 80px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb75 {
	padding-bottom: 75px;
}
.pt70 {
	padding-top: 70px;
}
.pb70 {
	padding-bottom: 70px;
}
.pt60 {
	padding-top: 60px;
}
.pb60 {
	padding-bottom: 60px;
}
.pt50 {
	padding-top: 50px;
}
.pb50 {
	padding-bottom: 50px;
}
.pt45 {
	padding-top: 45px;
}
.pb45 {
	padding-bottom: 45px;
}
.pt40 {
	padding-top: 40px;
}
.pb35 {
	padding-bottom: 35px;
}
.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.font52{
	font-size: 52px;
}
.font30{
	font-size: 30px;
}
.font24 {
	font-size: 24px;
}
.font21 {
	font-size: 21px;
}
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font16 {
	font-size: 16px;
}
.font14 {
	font-size: 14px;
}
.font12 {
	font-size: 12px;
}
.textCen{
	text-align: center;
}
.font-bold{
	font-weight: bold;
}
.color-fff{
	color: #FFFFFF;
}
.color-ccc{
	color: #cccccc;
}
.color-000{
	color: #000000;
}
.color-999{
	color: #999999;
}
.color-666{
	color: #666666;
}
.color-555{
	color: #555555;
}
.color-333{
	color: #333333;
}
.color-85{
	color: #858585;
}
.color-eb{
	color: #ebebeb;
}
.color-40{
	color: #404040;
}

/* 头部 */
.plr70{
	padding-left: 70px;
	padding-right: 70px;
}


.header{
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.logo{
	width: 227px;
	height: 100%;
}
img.before{
	display: block;
}
img.after{
	display: none;
}
.nav li{
	line-height: 100px;
	float: left;
	color: #333333;
	margin-left: 55px;
	font-size: 16px;
}
.nav li a{
	color: #FFFFFF;
}
.nav li a:hover{
	color: #f57400;
}
.head_link li{
	line-height: 100px;
}

.head_link li{
	float: left;
	line-height: 100px;
	font-size: 0px;
	margin-left: 16px;
}
.head_link li a{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.head_link li a.taobao{
	background-image: url(../img/common/taobao1.png);
}
.head_link li a.alibaba{
	background-image: url(../img/common/alibaba1.png);
}

.header.nofix {
	background-color: #FFFFFF;
}
.header.nofix .logo img.before{
	display: none;
}
.header.nofix .logo img.after{
	display: block;
}
.header.nofix .nav li a{
	color: #333333;
}
.header.nofix .nav li a:hover{
	color: #f57400;
}
.header.nofix .head_link li a.taobao{
	background-image: url(../img/common/taobao2.png);
}
.header.nofix .head_link li a.alibaba{
	background-image: url(../img/common/alibaba2.png);
}


.nav_but{
	display: none;
	width: 35px;
	height: 30px;
	background-image: url(../img/media/nav_but.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	cursor: pointer;
}
.header.nofix .nav_but{
	background-image: url(../img/media/nav_but2.png);
}

.zhezhao{
	position: fixed;
	width: 50%;
	left: -100%;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	display: none;
	-webkit-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}
.zhezhao.active{
	left: 0;
}



/* 头部 结束 */


/* 底部 */
.footer{
	background-color: #111111;
}
.footon{
	border-bottom: 1px solid #666666;
}
.flogo{
	width: 193px;
}
.finfo dl{
	width: 280px;
	float: left;
	color: #FFFFFF;
	margin-left: 58px;
}
.finfo dl:first-of-type{
	margin-left: 0;
}
.finfo dl dt{
	font-family: arial;
	line-height: 1.1em;
	padding-bottom: 15px;
	border-bottom: 1px solid #666666;
}
.finfo dl dd{
	line-height: 1.85em;
	padding-top: 12px;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: left center;
}
.finfo dl.fewm dd{
	padding-top: 16px;
	padding-left: 0;
}
.finfo dl.fewm dd div{
	width: 90px;
	height: 90px;
	background-color: #FFFFFF;
	padding: 4px 4px;
	border: 1px solid #b4b4b4;
}

.bottom{
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 54px;
}
.bottom ul li{
	float: left;
	margin-right: 28px;
}
.bottom ul li a{
	color: #FFFFFF;
}
.bottom ul li a:hover{
	color: #f57400;
}
.bottom p{
	color: #666666;
}
.bottom p span{
	display: inline-block;
	vertical-align: middle;
}
/* 底部 结束 */



.tit h3{
	line-height: 1em;
	margin-bottom: 5px;
}
.tit p{
	line-height: 1.875em;
}


/* 内页banner */
.nybanner{
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
}
.nybanner p{
	padding: 2px 0;
}
/* 内页banner 结束 */


/* 内页菜单 */
.ny_nav{
	font-family: "microsoft yahei";
}
.ny_nav_box{
	padding-top: 25px;
	background-color: #FFFFFF;
}
/* .ny_nav_box.fix{
	position: fixed;
	width: 100%;
	left: 0;
	top: 100px;
	z-index: 9;
} */
.ny_nav_box ul{
	border-bottom: 1px solid #bfbfbf;
}
.ny_nav_box ul li{
	float: left;
	line-height: 54px;
	margin-right: 99px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
}
.ny_nav_box ul li:last-of-type{
	margin-right: 0;
}
.ny_nav_box ul li.active,.ny_nav_box ul li:hover{
	font-weight: bold;
}
.ny_nav_box ul li.active::after,.ny_nav_box ul li:hover::after{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background-color: #333333;
}
/* .nynav_progress{
	margin: 1px auto;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
} */
/* .nynav_progress p{
	display: block;
	width: 73px;
	height: 3px;
	background-color: #333333;
	position: absolute;
	top: -1px;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
} */
/* 内页菜单 结束 */



/* 内页标题 */
.nytit{
	position: relative;
}
.nytit h3{
	line-height: 1em;
}
.nytit p{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 1em;
}
.nytit2 p{
	display: inline-block;
	position: relative;
	line-height: 1em;
	position: relative;
	padding: 0 6px;
}
.nytit2 p::after{
	display: block;
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #f57400;
}
.nytit2 p span{
	position: relative;
	z-index: 2;
}
/* 内页标题 结束 */


/* 分页 */

.page a{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	background-color: #eeeeee;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	color: #666666;
	line-height: 38px;
	margin: 0 8px;
}
.page a.page_prev,.page a.page_next{
	width: 120px;
}
.page ul,.page ul li{
	display: inline-block;
	vertical-align: middle;
}
.page ul li a{
	min-width: 58px;
}
.page a:hover{
	color: #FFFFFF;
	background-color: #333333;
}
.page ul li.active a{
	color: #FFFFFF;
	background-color: #333333;
}

/* 分页 结束 */


/* 当前页面位置 */
.onPage {
    line-height: 54px;
	padding-top: 25px;
	border-bottom: 1px solid #bfbfbf;
}
.onPage a{
    color: #666666;
}
.onPage span{
	margin: 0 10px;
}
/* 当前页面位置 结束 */




@media (max-width: 1540px) {
	.core {
		width: 1200px;
	}}

@media (max-width: 1240px) {
	.core {
		width: 900px;
	}
	.plr70{
		padding-left: 30px;
		padding-right: 30px;
	}
	.banner_txt{
		left: 30px;
	}
	.banner_op{
		left: 30px;
	}
	.flogo {
	    width: 100%;
		text-align: center;
	}
	.finfo{
		width: 100%;
	}
	.finfo dl {
	    width: 100%;
	    margin-left: 0;
		text-align: center;
	}
	.finfo dl dt{
		display: none;
	}
	.finfo dl dd{
		padding-top: 0px;
		line-height: 30px;
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin-top: 20px;
		background-position: left 5px;
	}
	.finfo dl dd p{
		text-align: left;
	}
	.finfo dl.fewm dd {
	    padding-top: 0;
	}
	
	.bottom ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.bottom ul::after{
		content: "";
		display: block;
		width: 0;
		height: 0;
	}
	.bottom ul li {
	    margin-right: 0;
	}
	.bottom p {
	    width: 100%;
		text-align: center;
		padding-top: 10px;
	}
}


@media (max-width: 992px) {
	.core {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.header{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.logo{
		width: 170px;
	}
	.nav_but{
		display: block;
	}
	.header_right{
		position: fixed;
		top: 0;
		right: -100%;
		bottom: 0;
		overflow-x: hidden;
		width: 50%;
		min-width: 240px;
		background-color: #FFFFFF;
		padding-top: 100px;
		padding-bottom: 20px;
		z-index: 10;
		-webkit-transition: right 0.5s ease-out;
		-o-transition: right 0.5s ease-out;
		transition: right 0.5s ease-out;
	}
	.header_right.active{
		right: 0;
	}
	
	.nav li{
		font-size: 30px;
		line-height: 32px;
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding: 60px 0;
	}
	.header .nav li a{
		color: #333333;
	}
	.header .nav li a:hover{
		color: #f57400;
	}
	.header .head_link li a.taobao{
		background-image: url(../img/common/taobao2.png);
	}
	.header .head_link li a.alibaba{
		background-image: url(../img/common/alibaba2.png);
	}
	
	.head_link{
		width: 100%;
		text-align: center;
		font-size: 0;
		padding-top: 60px;
	}
	.head_link li{
		line-height: 53px;
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0 24px;
	}
	.head_link li a{
		width: 53px;
		height: 53px;
	}
	
	
	.zhezhao{
		display: block;
		z-index: 9;
	}
	
	
	.history .nytit{
		top: 45px;
	}
}


@media (max-width: 768px) {
	.pt90{
		padding-top: 50px;
	}
	.pb90{
		padding-bottom: 50px;
	}
	.pt80 {
		padding-top: 45px;
	}
	.pb80 {
		padding-bottom: 45px;
	}
	.pb75 {
		padding-bottom: 40px;
	}
	.pt70 {
		padding-top: 40px;
	}
	.pb70 {
		padding-bottom: 40px;
	}
	.pt60 {
		padding-top: 35px;
	}
	.pb60 {
		padding-bottom: 35px;
	}
	.pt50 {
		padding-top: 30px;
	}
	.pb50 {
		padding-bottom: 30px;
	}
	.pt45 {
		padding-top: 30px;
	}
	.pb45 {
		padding-bottom: 30px;
	}
	.pt40 {
		padding-top: 30px;
	}
	.pb35 {
		padding-bottom: 30px;
	}
	.plr20 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.font52{
		font-size: 28px;
	}
	.font30{
		font-size: 24px;
	}
	.font24 {
		font-size: 20px;
	}
	.font21 {
		font-size: 17px;
	}
	.font20 {
		font-size: 16px;
	}
	.font18 {
		font-size: 14px;
	}
	.font16 {
		font-size: 12px;
	}
	.font14 {
		font-size: 10px;
	}
	.font12 {
		font-size: 8px;
	}
	
	
	.nav li{
		font-size: 20px;
		line-height: 24px;
		padding: 20px 0;
	}
	.head_link{
		padding-top: 20px;
	}
	.head_link li{
		line-height: 24px;
		margin: 0 10px;
	}
	.head_link li a{
		width: 24px;
		height: 24px;
	}
	
	.nybanner{
		height: 360px;
	}
	
	.ny_nav_box {
	    padding-top: 20px;
	}
	.ny_nav_box ul {
	    display: flex;
	}
	.ny_nav_box ul li{
		flex-shrink: 0;
		margin-right: 0;
		margin-right: 5%;
	}
	
	
	.page a{
		height: 32px;
		line-height: 30px;
		margin: 0 4px;
	}
	.page a.page_prev,.page a.page_next{
		width: 60px;
	}
	.page ul li a{
		min-width: 32px;
	}
	.bottom {
	    padding-bottom: 20px;
	}
	
	
	.onPage {
		padding-top: 20px;
	}
	
	.tobgff{
		background-color: #FFFFFF;
	}
	
	.nytit p {
	    font-size: 18px;
	}
}



@media (max-width: 640px) {
	.pt90{
		padding-top: 45px;
	}
	.pb90{
		padding-bottom: 45px;
	}
	.pt80 {
		padding-top: 40px;
	}
	.pb80 {
		padding-bottom: 40px;
	}
	.pb75 {
		padding-bottom: 35px;
	}
	.pt70 {
		padding-top: 35px;
	}
	.pb70 {
		padding-bottom: 35px;
	}
	.pt60 {
		padding-top: 30px;
	}
	.pb60 {
		padding-bottom: 30px;
	}
	.pt50 {
		padding-top: 25px;
	}
	.pb50 {
		padding-bottom: 25px;
	}
	.pt45 {
		padding-top: 25px;
	}
	.pb45 {
		padding-bottom: 25x;
	}
	.pt40 {
		padding-top: 25px;
	}
	.pb35 {
		padding-bottom: 25px;
	}
	.pt30 {
		padding-top: 20px;
	}
	.plr20 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.header{
		height: 60px;
	}
	.logo{
		width: 136px;
	}
	.nav_but{
		background-size: 70%;
	}
	
	.bottom ul::after{
		content: "";
		display: block;
		width: 25%;
		height: 0;
	}
	.bottom ul li {
	    width: 25%;
		text-align: center;
	}
	.bottom p span{
		width: 100%;
	}
	.bottom p i{
		display: none;
	}
	
	
	.nybanner{
		height: 320px;
		padding-top: 60px;
	}
	
	.history .nytit{
		top: 35px;
	}
}



@media (max-width: 450px) {
	.core,.plr70{
		padding-left: 15px;
		padding-right: 15px;
	}
}