﻿

/*
	--------------------------
	间距清除
	--------------------------
*/

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/*
	--------------------------
	A标签 配置
	--------------------------
*/
a {
	text-decoration: none;
	outline: none;
	color: #666;
}

a:hover {
	color: #000;
}

img {
	border: 0;
	max-width: 100%;
}

a:focus {
	outline: none;
}

/*
	--------------------------
	Body 配置
	--------------------------
*/
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

@font-face {
	font-family: 'pmzd';
	src: url('/fonts/pmzd.eot');
	src: local('☺'),
		url('/fonts/pmzd.eot?') format('embedded-opentype'),
		url('/fonts/pmzd.woff') format('woff'),
		url('/fonts/pmzd.ttf') format('truetype'),
		url('/fonts/pmzd.otf') format('opentype'),
		url('/fonts/pmzd.svg') format('svg');
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCNNormal';
	src: url('/fonts/SourceHanSansCN-Normal.eot');
	src: local('☺'),
		url('/fonts/SourceHanSansCN-Normal.eot?') format('embedded-opentype'),
		url('/fonts/SourceHanSansCN-Normal.woff') format('woff'),
		url('/fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
		url('/fonts/SourceHanSansCN-Normal.otf') format('opentype'),
		url('/fonts/SourceHanSansCN-Normal.svg') format('svg');
}


body {
	-webkit-font-smoothing: antialiased;
	font-family: "Arial", "micrsoft yahei";
	background: #fff;
	font-size: 14px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/*
	--------------------------
	表单控件设置
	--------------------------
*/

table {
	border-collapse: collapse;
	width: 100%;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	font-family: "微软雅黑";
	-webkit-appearance: none;
}


/*
	--------------------------
	快捷方式
	--------------------------
*/
.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}


/*
@font-face {
  font-family: 'DINEngschriftStd';
  src: url('/fonts/DINEngschriftStd.eot');
  src: url('/fonts/DINEngschriftStd.eot?') format('embedded-opentype'), url('/fonts/DINEngschriftStd.woff') format('woff'), url('/fonts/DINEngschriftStd.ttf') format('truetype'), url('/fonts/DINEngschriftStd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


	@font-face{
		font-family:'Roboto Bold';
		src:url('/fonts/Roboto-Bold.eot');
		src:local('☺'),
		url('/fonts/Roboto-Bold.eot?') format('embedded-opentype'),
		url('/fonts/Roboto-Bold.woff') format('woff'),
		url('/fonts/Roboto-Bold.ttf') format('truetype'),
		url('/fonts/Roboto-Bold.otf') format('opentype'),
		url('/fonts/Roboto-Bold.svg') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	@font-face{
		font-family:'Roboto Light';
		src:url('/fonts/Roboto-Light.eot');
		src:local('☺'),
		url('/fonts/Roboto-Light.eot?') format('embedded-opentype'),
		url('/fonts/Roboto-Light.woff') format('woff'),
		url('/fonts/Roboto-Light.ttf') format('truetype'),
		url('/fonts/Roboto-Light.otf') format('opentype'),
		url('/fonts/Roboto-Light.svg') format('svg');
		font-style: normal;
	}
	@font-face{
		font-family:'Roboto Medium';
		src:url('/fonts/Roboto-Medium.eot');
		src:local('☺'),
		url('/fonts/Roboto-Medium.eot?') format('embedded-opentype'),
		url('/fonts/Roboto-Medium.woff') format('woff'),
		url('/fonts/Roboto-Medium.ttf') format('truetype'),
		url('/fonts/Roboto-Medium.otf') format('opentype'),
		url('/fonts/Roboto-Medium.svg') format('svg');
		font-style: normal;
	}*/


/*wolf 2021-11-02  */
a,img { vertical-align: top;}
.relative { position: relative; }
.absolute { position: absolute; top:50%; transform: translateY(-50%); }
.container { width: 73%; margin: 0 auto; }

.mainMore { font-size: 16px; border:1px solid #fff; transition: all 0.6s; line-height: 32px; color:#de0729; padding:10px 15px 10px 25px; background: #fff; border-radius: 50px; display: inline-block; }
.mainMoreA { color:#de0729; background: none; border-color:#de0729; }
.mainMore span { display: inline-block; width: 32px; vertical-align: top; height: 32px; display: inline-block; margin-left: 8px; background: url(../image/mainbga.png) no-repeat center/cover;}
.mainMore:hover span {-webkit-animation:haha1 3s linear infinite; }
.mainMore:hover { background: #fff; color:#fb072b; }
@-webkit-keyframes haha1{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.mainTit .et { padding-left: 20px; font-size: 16px; color:#de0729; font-family: "Arial"; position: relative; text-transform: uppercase; }
.mainTit .t { margin-top: 3px; font-size: 50px; color:#000000; line-height: 1.2; }
.mainTit .c { font-size: 16px; color:#666; line-height: 2; text-align: justify; }
.mainTit .et:after,.ibannerCon .et:after { content:''; width: 12px; height: 12px; border-radius: 50%; background: #f7ac1e; position: absolute; left:0px; top:50%; transform: translateY(-50%);}

.colorWhite { color:#fff!important; }
.alignC { text-align: center!important; }

.maodian { position: absolute; z-index: -1; width: 1px; height: 1px; opacity: 0; background: #000; left:0px; top:-79px;}


@media(max-width: 1680px){
	.container { width: 80%; }
	.mainTit .t { font-size: 42px;}
}
@media(max-width: 1480px){
	.container { width: 84%; }
	.mainMore { line-height: 28px; padding:8px 15px 8px 20px; }
	.mainMore span { width: 28px; height: 28px; margin-left: 8px; }
	.mainTit .t { font-size: 36px; line-height: 1.4;}
	.maodian { top:-67px;}

}
@media(max-width: 1280px){
	.container { width: 90%; }
	.mainTit .t { font-size: 28px;}
}
@media(max-width: 1024px){
	.container { width: 94%; }
	.mainMore { line-height: 24px; padding:8px 15px 8px 20px; }
	.mainMore span { width: 24px; height: 24px; margin-left: 6px; }
	.mainTit .t { font-size: 24px;}
	.mainTit .et { padding-left: 15px; }
	.mainTit .et:after,.ibannerCon .et:after { width: 6px; height: 6px; }
	.absolute { position: relative; top:0; transform: translateY(0);}
	.maodian { top:-54px;}
}


/**mobile nav**/
.nav_box {
	width: 50%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -50%;
	overflow: auto;
	z-index: 99999999;
	background: rgba(50, 58, 67, .93);
	transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
}

.nav_box.cur {
	left: 0;
	transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
}

.nav_box .box {
	/*background: #212222;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.nav_box .nav-title {
	height: 57px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	padding-bottom: 20px;
}

.nav_box .navlist ul>li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 0 15px;
	text-transform: capitalize;
}

.nav_box .navlist ul>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	/* 	background: url(../images/icon_jt.png) no-repeat center center / cover; */
}

.nav_box .navlist ul>li .navlist2 {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0;
}

.nav_box .navlist ul>li .navlist2 a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}


@media (max-width:1350px) {
	.nav .topNav .topNavb ul li {
		margin-right: 30px;
	}

	.nav .topNav .topNava {
		margin-left: 30px;
	}

	.bg .bgb dl {
		margin-right: 40px;
	}
}

@media (max-width:1200px) {
	.nav .topNav .topNavc {
		padding: 44px 0 20px 20px;
	}

	.nav .topNav .topNavd {
		padding: 44px 30px 0 17px;
	}

	.containera {
		width: 96%;
		margin: 0 auto;
	}
}


@media (max-width:1100px) {
	.nav .topHeader .topNav .pc {
		display: none;
	}

	.sjdbanner {
		display: block;
	}
}













