body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
	text-decoration: none;
}

* {
	font-family: 'Microsoft YaHei';
}

ul,
li {
	list-style: none;
}

img {

	border: none;
}

input,
button {
	-webkit-appearance: none;
	border: 0;
}

/*鏍峰瓙*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}



.oh {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}

.pt40 {
	padding-top: 40px;
}

.flex_1 {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.flex_03 {
	flex: 33.333%;
	-webkit-flex: 33.333%;
	-ms-flex: 33.333%;
}



.trans {
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.w1200 {
	width: 1200px;
	margin: auto;
}


a:hover {
	color: #333;
	text-decoration: none;
}

/* .top_box{
    background: url(../../images/tbg_02.jpg) repeat-x top left;
    border-bottom: 1px solid #ddd;
} */
.load {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	/*display: none;*/
}

.load img {
	width: 18px;
	display: initial;
	vertical-align: middle;
}

.load span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}



.dis_flex {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	
}
.dis_flex_i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.dis_flex_c {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	flex-direction: column;
}

.flex_w {
	flex-wrap: wrap;
}

.fww {
	flex-wrap: wrap;
}

.ju_c {
	justify-content: center;
}

.ju_b {
	justify-content: space-between;
}

.ju_a {
	justify-content: space-around;
}

.aic {
	align-items: center;
}
.ais {
	/* align-items: st; */
}
.aifs{
	align-items: flex-start;
}

.flex_1 {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}
.flex_0{
	flex: none;
	-webkit-flex: none;
	-ms-flex: none;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.oh1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.oh2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.oh3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.oh4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.oh5{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.oh6{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.div_img,
.div_img1 {
	overflow: hidden;
}

.div_img>div,
.div_img1>div {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	transition: all 1.5s;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
}

.div_img:hover>div {
	transform: scale(1.2);
	-ms-transformtransform: scale(1.2);
	-webkit-transformtransform: scale(1.2);
}
.slick-dots li{
	background: #fff;
	border: 2px solid #fff;
	opacity: .5;
}
.slick-dots li.slick-active{
	background: #fff;
	border: 2px solid #fff;
	opacity: 1;
}
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
		width: 6px;
		height: 4px;
		/* background-color: rgba(0,0,0,.2); */
		/* background-color: rgba(0,0,0,0); */
}

/*定义滚动条轨道
内阴影+圆角*/
::-webkit-scrollbar-track
{
		/* -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.3); */
		/* border-radius:1px; */
		/* background-color:#F5F5F5; */
		/* background-color: transparent; */
}
/*定义滑块
 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
		border-radius:3px;
		-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.3);
		background-color: #b3b3b3;
}


/*禁止复制*/
.no_copy{
		moz-user-select: -moz-none;
		-moz-user-select: none;
		-o-user-select:none;
		-khtml-user-select:none;
		-webkit-user-select:none;
		-ms-user-select:none;
		user-select:none;
}
#body{
	min-width: 1200px;
}
.cpointer{
	cursor: pointer;
}
/* img{max-width: 100%; max-height: 100%;} */
.show768 {
	display: none;
}
body {
	padding-top: 128px;
}

.logo {
	/*width: 91px;*/
	width: auto;
	height: 42px;
	/* margin-top: 22px; */
}

.logo img {
	display: block;
	/* max-width: 296px; */
	max-width: 296px;
	max-height:  42px;
}
.sj_btn{
	display: none;
}
.top_box {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #ffffff;
	/* height: 80px; */
	min-height: 64px;
	border-bottom: 1px solid #eee;
}

.nav_box{
	width: 100%;
	padding: 10px 0;
}
.nav_li{
	/* padding: 0 48px; */
	float: left;
}
@media screen and (min-width: 769px) {
	.nav_li:first-child{
		padding-left: 0;
	}
	.nav_li:last-child{
		padding-right: 0;
	}
	.nav_box {
		display: -webkit-box!important;
		/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
		display: -moz-box!important;
		/* 老版本语法: Firefox (buggy) */
		display: -ms-flexbox!important;
		/* 混合版本语法: IE 10 */
		display: -webkit-flex!important;
		/* 新版本语法: Chrome 21+ */
		display: flex!important;
		/* 新版本语法: Opera 12.1, Firefox 22+ */
		justify-content: space-between;
	}
}
.nav_box .nav_li> a {
	display: block;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;

	height: 44px;
	line-height: 40px;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
	
}

.nav_box .nav_li>.active,
.nav_box .nav_li>a:hover {
	/* border-bottom: 2px solid #FFFF4B; */
	/* background: rgba(201, 47, 17, 1); */
	color: #DC6538;
}
.top_box_top{
	padding-top: 20px;
}
.t_search_box{
	width: 420px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
}
.t_search_box input{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	padding:0 18px;
	outline: none;
}
.top_search_i{
	width: 96px;
	/* height: 34px; */
	background: #DC6538;
	border-radius: 0px 4px 4px 0px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.footer_text_box{
	text-align: center;
	min-height: 38px;
	background: #000000;
	padding: 10px 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B6B4B2;
	width: 100%;
	line-height: 18px;
}
.footer{
	padding-bottom: 50px;
}
.footer_tit_box{
	border-bottom: 1px solid #eee;
	padding-bottom: 18px;
	padding-top: 22px;
	align-items: baseline;
}
.f_tit_t{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
}
.f_tit_t span{
	color: #DC6538;
}
.f_tit_e{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-left: 11px;
}
.footer_r{
	max-width: 100%;
	width: 486px;
}
.contact_box{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 46px;
	padding-top: 15px;
}
.contact_box span{
	width: 4em;
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
	/*兼容ie*/
	text-justify: distribute-all-lines;
}
.footer_l{
	max-width: 100%;
	width: 486px;
}
.footer_urls{
	line-height: 46px;
	padding-top: 15px;
}
.footer_urls a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	width: 70px;
	/* max-width: 25%;
	min-width: 22%; */
	margin-right: 40px;
}
.footer_urls a:nth-child(4n){
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.hide768 {
		display: none;
	}
	
	.show768 {
		display: block;
	}
	.show768.dis_flex {
		display: -webkit-box;
		/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
		display: -moz-box;
		/* 老版本语法: Firefox (buggy) */
		display: -ms-flexbox;
		/* 混合版本语法: IE 10 */
		display: -webkit-flex;
		/* 新版本语法: Chrome 21+ */
		display: flex;
		/* 新版本语法: Opera 12.1, Firefox 22+ */
		
	}
	body {
		padding-top: 114px;
		width: 100%;
		min-width: 100%;
	}
	#body{
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.w1200 {
		width: 100%;
	}

	.top_box {
		padding:10px 15px;
		height: 114px;
	}
	.top_box_top{
		padding-top: 0;
	}
	.logo {
		/*width: 50px;*/
		height: 40px;
	}
	
	.logo img {
		width: auto;
		/* max-height: 25px; */
		max-height: 20px;
	}
	.sj_btn {
		display: block;
		position: absolute;
		top: 15px;
		/* right: 2%; */
		right: 15px;
		width: 30px;
		/* margin-top: -12.5px; */
	}

	.sj_btn p {
		width: 100%;
		height: 5px;
		background: #333;
	}
	.sj_btn p+p{
		margin-top: 5px;
	}
	.t_search_box{
		width: 100%;
		margin-top: 15px;
	}
	.nav_box,
	.list_f {
		display: none;
	}

	.nav_box {
		border-top: 1px solid rgba(255,255,255,.5);
		float: left;
		width: 100%;
		background: #3361EA;
		background: #fff;
		position: fixed;
		top: 64px;
		z-index: 999;
		left: 0;
		overflow: scroll;
		max-height: calc(100vh - 64px);
		padding: 0 15px;
		color: #333;
		
	}
	.nav_li{
		width: 100%;
		position: relative;
		padding: 0 0;
	}
	.nav_li_more{
		position: absolute;
		z-index: 999;
		/* color: #fff; */
		color: #333;
		right: 15px;
		font-size: 22px;
		top: 0;
		height: 40px;
		line-height: 40px;
		width: 40px;
		padding-left: 15px;
		text-align: center;
	}
	/* .nav_box a {
		width: 100%;
		border-radius: 0;
		text-align: center;
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
	} */
	.nav_box .nav_li .active, .nav_box .nav_li a:hover{
		color: #3361ea;
		border-bottom: 2px solid #3361ea;
	}
	.nav_box .nav_li>a{
		height: 40px;
		bottom: 0;
		line-height: 36px;
		/* text-align: center; */
		/* border-bottom: 1px solid rgba(255,255,255,.5); */
		border-bottom: 1px solid #eee;
		padding: 0 15px;
		color: #333;
	}
	.footer_tit_box{
		padding-top: 10px;
		padding-bottom: 8px;
	}
	.footer_urls{
		padding-top: 8px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.footer_urls a{
		width: 25%;
		margin-right: 0;
	}
	.contact_box{
		padding-top: 8px;
		line-height: 30px;
	}
	.footer{
		padding-bottom: 10px;
	}
	.footer_l,.footer_r{
		padding: 0 3%;
	}
	.footer_text_box{
		padding: 10px 3%;
		font-size: 12px;
	}
}


