@charset "utf-8";

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

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: 'FZLTHK';
	src: url('../YYDS/FZLTHK.eot');
	src: local('☺'),
		url('../YYDS/FZLTHK.eot?#iefix') format('embedded-opentype'),
		url('../YYDS/FZLTHK.woff') format('woff'),
		url('../YYDS/FZLTHK.ttf') format('truetype'),
		url('../YYDS/FZLTHK.otf') format('opentype'),
		url('../YYDS/FZLTHK.dfont') format('dfont'),
		url('../YYDS/FZLTHK.svg#FZLTHK') format('svg');

}

@font-face {
	font-family: 'FZLTCHK';
	src: url('../YYDS/FZLTCHK.eot');
	src: local('☺'),
		url('../YYDS/FZLTCHK.eot?#iefix') format('embedded-opentype'),
		url('../YYDS/FZLTCHK.woff') format('woff'),
		url('../YYDS/FZLTCHK.ttf') format('truetype'),
		url('../YYDS/FZLTCHK.otf') format('opentype'),
		url('../YYDS/FZLTCHK.dfont') format('dfont'),
		url('../YYDS/FZLTCHK.svg#FZLTCHK') format('svg');
}
*/

body {
	-webkit-font-smoothing: antialiased;
	font-family: "Source Han Sans SC", "PingFang SC", 微软雅黑, "Heiti SC", Helvetica, "Microsoft YaHei", Verdana, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", 黑体, SimSun, sans-serif,"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;
	-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;
}

.relative { position: relative; }
.mainMd { position: absolute; left:0; top: -72px; width: 1px; height: 1px; opacity: 0; }

@media(max-width:  1100px){
	.mainMd { top: -68px; }
}

.nav.bgNone { background: none; }

.nav .logo img.pic2 { display: none; }
.nav .logo img.pic1 { display: inline-block; }

.nav.bgNone .logo img.pic1 { display: none; }
.nav.bgNone .logo img.pic2 { display: inline-block; }


.nav .nav-left ul li .icon .pic3 { display: none; }
.nav.bgNone .nav-left ul li .icon .pic2 { display: none; }
.nav.bgNone .nav-left ul li a { color:#fff; }
.nav.bgNone .nav-right .nav-rl ul li .sub { color:#fff; }
.nav.bgNone .nav-left ul li .sub .icon .pic1 { display: inline-block; }
.nav .nav-left ul li.cur .sub .icon .pic1,
.nav .nav-left ul li .sub .icon .pic1,
.nav .nav-left ul li:hover .sub .icon .pic1,
.nav.bgNone .nav-left ul li.cur .sub .icon .pic1,
.nav.bgNone  .nav-left ul li:hover .sub .icon .pic1 
{ display: none; }
.nav .nav-left ul li.cur .sub .icon .pic2,
.nav .nav-left ul li:hover .sub .icon .pic2,
.nav.bgNone .nav-left ul li.cur .sub .icon .pic2,
.nav.bgNone .nav-left ul li:hover .sub .icon .pic2 
{ display: none; }
.nav.bgNone  .nav-left ul li.cur .sub .icon .pic3,
.nav.bgNone .nav-left ul li:hover .sub .icon .pic3,
.nav .nav-left ul li.cur .sub .icon .pic3,
.nav .nav-left ul li:hover .sub .icon .pic3
{ display: inline-block; }

.nav.bgNone .nav-right .nav-rl:before,.nav.bgNone .nav-right .nav-rl:after { background: #fff; }
.nav.bgNone .nav-right .nav-rr .vrl .rl { color:#fff; }
.nav.bgNone .nav-right .nav-rr .vrl .rl:before{
	background: url(../img/dqbg.png)no-repeat center center/cover;
}
.nav.bgNone .nav-right .nav-rr .vrl .rl:after{
	background: url(../img/dqxgbg.png)no-repeat center center/cover;
}
.nav.bgNone .nav-right .right-right a {
	width: 24px; height: 24px;
	background: url(../img/fdqbg.png)no-repeat center center/cover;
}



/**首页**/
.banner-index .swiper-wrapper .swiper-slide {
	overflow: hidden;
}

.banner-index .swiper-wrapper .swiper-slide .slide-fiex{
	position: absolute;
	top: 53%;
	width: 100%;
	transform: translateY(-50%);
}

.banner-index .swiper-wrapper .swiper-slide .slide-fiex .fiexa,
.banner-index .swiper-wrapper .swiper-slide .slide-fiex .fiexb{
	color: #fff;
	text-transform: uppercase;
}

.banner-index .swiper-wrapper .swiper-slide .slide-fiex .fiexb{
	margin-top: 13px;
	margin-bottom: 3.5vw;
}

.banner-index .swiper-wrapper .swiper-slide .slide-fiex .dtdan a{
	width: 180px;
	height: 55px;
	line-height: 55px;
}

.sbxxgd .banner-index .ationx-ipndex{
	right: 6%;
	left: auto;
	width: auto;
	bottom: 2.5vw;
}

.sbxxgd .banner-index .ationx-ipndex .swiper-pagination-bullet{
	width: 31px;
	height: 3px;
	border-radius: 0;
	opacity: 1;
	transition: all 0.5s;
	background: rgba(255, 255, 255, .5);
}

.sbxxgd .banner-index .ationx-ipndex .swiper-pagination-bullet-active{
	background: rgba(255, 255, 255, 1);
	width: 61px;
}

.banner-index .swiper-wrapper .swiper-slide-active .imgp{
	-webkit-animation:haha2 4000ms linear both; 
	animation:haha2 4000ms linear both; 
}

@-webkit-keyframes haha1{ 0%{top:0; opacity: 1;} 25%{top:25%; opacity: 0.75;} 50%{top:50%; opacity: 0.5;} 75%{top:75%; opacity: 0.25;} 100%{top:100%; opacity: 0;} }
@-webkit-keyframes haha2{
    0%{ transform: scale(1) }
    10%{ transform: scale(1.01) }
    20%{ transform: scale(1.02) }
    30%{ transform: scale(1.03) }
    40%{ transform: scale(1.04) }
    50%{ transform: scale(1.05) }
    60%{ transform: scale(1.06) }
    70%{ transform: scale(1.07) }
    80%{ transform: scale(1.08) }
    90%{ transform: scale(1.09) }
    100%{ transform: scale(1.1) }
}



.mb { display: none!important; }

@media(max-width: 1100px){
    .mb { display: block!important; }
    .pc { display: none!important; }
}












