@charset "utf-8";

/* 
 *@Project: 样式重设及公共样式表
 */

html {
	height: 100%;
	width: 100%;
	min-width: 1200px;
	color: #7a7a7a;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	table-layout: fixed;
	word-break: break-all;
}

i {
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body,
button,
input,
select,
textarea {
	font-size: 14px;
}

body a {
	color: #ababab;
	outline: none;
	blr: expression(this.onFocus=this.blur())\9;
}

input,
select,
textarea,
button {
	font-size: 100%;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset,
img {
	border: 0;
}

iframe {
	display: block;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

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

q:before,
q:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
	line-height: 0
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

.w1020 {
	width: 1020px;
	margin: 0 auto;
}
.w1170 {
	width: 1170px;
	margin: 0 auto;
}
.re{
	position: relative;
}
.w1200 {
	width: 75%;
	margin: 0 auto;
	min-width: 1200px;
}
.w83 {
	width: 75%;
	margin: 0 auto;
	min-width: 1200px;
	text-align: left;
}
.w75 {
	width: 75%;
	margin: 0 auto;
	min-width: 1200px;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.w900 {
	width: 900px;
}
.w88{
	width: 88%;
	margin: 0 auto;
	min-width: 1200px;
}
.w960 {
	width: 960px;
}
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	zoom: 1;
}

body .fn-hide {
	display: none;
}

body .fn-show {
	display: block;
}

body .fn-v-hide {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

body .fn-v-show {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.flex_t{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.items{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex_s,.flexa{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flex_c{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_e{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.fn-left,
.fn-right {
	display: inline;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

.padding-t-10 {
	padding-top: 10px;
}

.padding-t-15 {
	padding-top: 15px;
}

.padding-b-10 {
	padding-bottom: 10px;
}

.padding-b-30 {
	padding-bottom: 30px;
}
.padding-10 {
	padding: 10px;
}

.padding-tb-10 {
	padding: 10px 0;
}

.padding-lr-5 {
	padding: 0 5px;
}

.margin-t-5 {
	margin-top: 5px;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-t-15 {
	margin-top: 15px;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-25 {
	margin-top: 25px;
}

.margin-t-30 {
	margin-top: 30px;
}

.margin-t-35 {
	margin-top: 35px;
}

.margin-t-40 {
	margin-top: 40px;
}

.margin-t-60 {
	margin-top: 60px;
}

.margin-t-70 {
	margin-top: 70px;
}

.margin-t-80 {
	margin-top: 80px;
}

.margin-l-5 {
	margin-left: 5px;
}

.margin-l-10 {
	margin-left: 10px;
}

.margin-l-15 {
	margin-left: 15px;
}

.margin-l-20 {
	margin-left: 20px;
}

.margin-l-30 {
	margin-left: 30px;
}

.margin-l-40 {
	margin-left: 40px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-r-5 {
	margin-right: 10px;
}

.margin-b-5 {
	margin-bottom: 5px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-15 {
	margin-bottom: 15px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-30 {
	margin-bottom: 30px;
}

.margin-b-40 {
	margin-bottom: 40px;
}
.margin-b-50 {
	margin-bottom: 50px;
}

.margin-b-60 {
	margin-bottom: 60px;
}

.margin-r-40 {
	margin-right: 40px;
}
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.margin-lr-10 {
	margin: 0 10px;
}

.margin-lr-20 {
	margin: 0 20px;
}

.b-r-3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}

.b-r-5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}

.b-r-10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}

.b-r-50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.text-ellipsis-2 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body {
	background-color: #fff;
}
.p80{
	padding:80px 0;
}
.p60{
	padding:60px 0;
}
.p70{
	padding:70px 0;
}


/*scrollbar*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bg {
	background-color: #6a6f6d;
}


/*
 * 共用样式
 */


/*a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}*/

::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #2882e8;
}

img{
	display: block;
}
body{
	margin: 0;
	font-size: 14px;
	height: 100%;
	min-width: 1200px;
	width: 100%;
	box-sizing: border-box;
}

/* grid布局 */
.grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 20px;
	width: calc( 60% - 20px );
}
.grid_3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
}

/*header*/
.menu-btn{
	position: fixed;
	top: 3%;
	left: 15px;
	z-index: 9;
	display: none;
	cursor: pointer;
	/* animation: warn 1.5s ease-out 0s infinite; */
}
@keyframes warn {
    0% {
      transform: scale(0.8);
      opacity: 1;
    }
 
    20% {
      opacity: 0.8;
    }
	60% {
	  opacity: 0.6;
	}
	80% {
	  opacity: 0.4;
	}
    100% {
      transform: scale(1.6);
      opacity: 0.2;
    }
  }

.menu-btn i{
	font-size: 30px;
}
.menu-btn em{
	display: none;
	width: 25px;
	top: 20px;
	left: 0;
	animation:shubiao 1.2s infinite; 
	-webkit-animation:shubiao 1.2s infinite;
}
@-webkit-keyframes shubiao{
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes shubiao{
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

/* 导航 */
.header-box{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all .5s;
    /* padding: 20px 0 13px 0; */
}
.ny-top-nav{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 85px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    z-index: 99;
    line-height: 85px;
	background:#fff;
}
.nav_bg .nav-box li a{
	color:#333 !important;
}
.header-box .logo_hide,
.ny-top-nav .logo_hide{
	display: none;
}
.header-box .logo img,
.ny-top-nav .logo img{
	width: auto;
	height: 40px;
	margin-top: 12px;
}
.header-box .header-right,
.ny-top-nav .header-right{
	width: 77%;
}
.header-right .nav-box,
.ny-top-nav .nav-box{
	width: 60%;
}
.header-box .nav-box li,
.ny-top-nav .nav-box li{
	display: block;
	position: relative;
	height: 85px;
    line-height: 85px;
}
.header-box .nav-box li .a_nav{
	display: block;
	color:#fff;
	font-size: 16px;
	font-family: myFont1;
	transition: all .5s;
}
/* .header-box .nav-box li:nth-child(9),
.header-box .nav-box li:nth-child(10),
.header-box .nav-box li:nth-child(11),
.header-box .nav-box li:nth-child(12),
.header-box .nav-box li:nth-child(13),
.ny-top-nav .nav-box li:nth-child(9),
.ny-top-nav .nav-box li:nth-child(10),
.ny-top-nav .nav-box li:nth-child(11),
.ny-top-nav .nav-box li:nth-child(12),
.ny-top-nav .nav-box li:nth-child(13),
.ny-top-nav .nav-box li:last-child,
.header-box .nav-box li:last-child{
	display: none;
} */
.ny-top-nav .nav-box li .a_nav{
	color:#333;
	display: block;
	font-size: 16px;
	font-family: myFont1;
	transition: all .5s;
}
.ny-top-nav .nav-box li::before{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background:#fe8004;
	border-radius: 30px;
	position: absolute;
	left: 0;
	bottom: 15px;
	transition: .5s;
}
.header-box .nav-box li::before{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #0081F1;
	border-radius: 30px;
	position: absolute;
	left: 0;
	bottom: 15px;
	transition: .5s;
}
.nav-box .submenu_list{
	display: none;
	text-align: center;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 135px;
	background:#fff;
}
/* .header-box .nav-box li:hover .submenu_list{
	display: block;
} */
.nav-box .submenu_list a{
	display: block;
	line-height: 25px;
	padding: 7px;
	transition: all .5s;
	color:#333;
}
.nav-box .submenu_list a:hover{
	background:rgba(0, 106, 255, .05);
}
.nav_bg .nav-box li::before{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background:#fe8004;
	border-radius: 30px;
	position: absolute;
	left: 0;
	bottom: 15px;
	transition: .5s;
}
.nav_bg .tel-box{
	color:#333 !important;
}
.nav_bg .ty-btn{
	background:#fe8004 !important;
}
.nav_bg .tel-box .iconfont{
	color:#fe8004 !important;
}
.nav_bg .ty-btn a{
	color:#fff !important;
}
.nav_bg .ty-btn:hover{
	background:#fff !important;
}
.nav_bg .ty-btn:hover a{
	color:#fe8004 !important;
}
.ny-top-nav .ty-btn:hover a{
	color:#fe8004;
}
.header-box .nav-box li:hover::before,
.header-box .nav-box li.active::before,
.ny-top-nav .nav-box li:hover::before,
.ny-top-nav .nav-box li.active::before{
	width: 100%;
}
.header-box .tel-box{
	color:#fff;
	font-size: 20px;
}
.ny-top-nav .tel-box{
	color:#333;
	font-size: 20px;
}
.header-box .tel-box .iconfont{
	color: #ffffff;
}
.ny-top-nav .tel-box .iconfont{
	font-size: 30px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
	color:#fe8004;
}
.header-box .tel-box .iconfont{
	font-size: 24px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}
.header-box .ty-btn{
	width: 135px;
	height: 32px;
	background:#fe8004;
	font-size: 16px;
	color:#fff;
	text-align: center;
	line-height: 32px;
	border-radius: 50px;
	transition: .5s;
}
.ny-top-nav .ty-btn:hover{
	width: 135px;
	height: 32px;
	background:#fff;
	border:1px solid #fe8004;
}
.ny-top-nav .ty-btn{
	background:#fe8004;
	width: 135px;
	height: 32px;
	font-size: 16px;
	color:#fff;
	text-align: center;
	line-height: 32px;
	border-radius: 50px;
	transition: .5s;
}
.header-box .ty-btn a{
	color:#fff;
	display: block;
}
.header-box .ty-btn:hover{
	background:#fff;
}
.header-box .ty-btn:hover a{
	color:#fe8004;
	display: block;
}

.ny-top-nav .ty-btn a{
	color:#fff;
	display: block;
}

/* 产品中心列表 */
.nav_pro_list{
	width: 100%;
    position: fixed;
    top: 83px;
    left: 0;
    background: #fff;
    padding: 25px 0 35px 0;
    display: none;
    /* min-height: 270px; */
	min-width: 1200px;
	box-shadow: 0px 0px 3px #eee;
	z-index: 9999;
	transition: .5s;
}
.nav_pro_list .nav_pro_box{
	display: flex;
	justify-content: space-between;
}
.nav_pro_list .nav_pro_title{
	display: flex;
	justify-content: space-between;
}
.nav_pro_list .nav_pro-r{
	width: 75%;
}
.nav_pro_list .nav_pro_item{
	width: 100%;
    display: flex;
}
.nav_pro_list .nav_pro-r .nav_pro_information{
	width: 2%;
}
.nav_pro_list .nav_pro_item dl{
	width: 19%;
	margin-right: 30px;
}
.nav_pro_list .nav_pro_item dl:last-child{
	margin-right: 0;
}
.nav_pro_list .nav_pro_item dl dt{
	font-size: 17px;
    color: #333;
    font-family: myFont4;
    border-bottom: 1px solid #eaeaea;
    line-height: 25px;
    padding-bottom: 10px;
	margin-bottom: 15px;
}
.nav_pro_list .nav_pro_item dl dd{
	line-height: 30px;
	font-size: 15px;
    color: #333;
    font-family: myFont1;
	margin-top: 8px;
}
.nav_pro_list .nav_pro_item dl dd a{
	/* display: block; */
	color:#333;
	transition: .5s;
}
.nav_pro_list .nav_pro_item dl dd a:hover{
	color:#006aff !important;
}

.s2.swiper-slide-active .s2_des,
.s5.swiper-slide-active .title .ad-line,
.s5.swiper-slide-active .title .des,
.s3.swiper-slide-active .s3_probox,
.s4.swiper-slide-active .s4_probox,
.s5.swiper-slide-active .s5_ctbox,
.s6.swiper-slide-active .s6_newsbox{
	-webkit-animation: fadeInUp 1s ease-in-out;
	animation: fadeInUp 1s ease-in-out;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.s3.swiper-slide-active .s3_list dl:first-child,
.s4.swiper-slide-active .s4-list dl:first-child,
.s6.swiper-slide-active .s6_item_list dl:first-child{
	-webkit-animation: fadeInUp 1s ease-in-out;
	animation: fadeInUp 1s ease-in-out;
	animation-delay: .9s;
	-webkit-animation-delay: 0.9s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.s3.swiper-slide-active .s3_list dl:nth-child(2),
.s4.swiper-slide-active .s4-list dl:nth-child(2),
.s6.swiper-slide-active .s6_item_list dl:nth-child(2){
	-webkit-animation: fadeInUp 1s ease-in-out;
	animation: fadeInUp 1s ease-in-out;
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.s3.swiper-slide-active .s3_list dl:last-child,
.s4.swiper-slide-active .s4-list dl:last-child,
.s6.swiper-slide-active .s6_item_list dl:last-child{
	-webkit-animation: fadeInUp 1s ease-in-out;
	animation: fadeInUp 1s ease-in-out;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.s8.swiper-slide-active .s8_box .s8_left,
.s9.swiper-slide-active .s9_box .bottom_nav{
	-webkit-animation: fadeInLeft 1s ease-in-out;
	animation: fadeInLeft 1s ease-in-out;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.s8.swiper-slide-active .s8_box .s8_form_list_c,
.s9.swiper-slide-active .code_box,
.s9.swiper-slide-active .b_contact_box{
	-webkit-animation: fadeInRight 1s ease-in-out;
	animation: fadeInRight 1s ease-in-out;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@keyframes aniTop{
	0% {transform:translateY(0);}
	100% {transform:translateY(-15px);}
}
.s2 .s2-img>img,
.s4 .s4_img>img{
	animation:aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
	-webkit-animation:aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;will-change: transform;
}

/* 媒体查询 */
@media screen and (min-width:1200px) and (max-width:1600px){
	.s3 .s3_box .s3_list{
		width: 90% !important;
		transition: .5s;
	}
}
.main .swiper-slide-last{
	height: auto;
}

/* 浮窗 */
.fuchuang_box{
	width: 55px;
	border-radius: 50px;
	background:#fff;
	box-shadow: 1px 1px 5px #eee;
	position: fixed;
	right: 25px;
	bottom: 160px;
	z-index: 999;
	padding: 66px 0 10px 0;
}
.fuchuang_box .people_img{
	width: 78px;
    height: 136px;
    position: absolute;
    top: -57px;
    left: -10px;
}
.fuchuang_box .people_img img{
	width: 100%;
}
.fuchuang_box .icon{
	text-align: center;
}
.fuchuang_box .icon{
	width: 29px;
    margin: 0 auto;
    margin-bottom: 13px;
}
.fuchuang_box .icon img{
	display: inline-block;
	transition: all .5s;
	width: 100%;
}
.fuchuang_box .fuchuang_item{
	display: block;
}
.fuchuang_box .fuchuang_item:hover .icon img{
	/* transform: rotateY(360deg); */
	transform: scale(1.1);
}
.fuchuang_box .fuchuang_hoverarea{
	-webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(-100%, -50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    text-align: center;
	font-family: myFont1;
}
.fuchuang_box .fuchuang_hoverarea b{
	font-family: myFont4;
	color:#006aff;
	font-size: 20px;
}
.fuchuang_box .fuchuang_item:nth-child(3) .fuchuang_hoverarea{
	top: 68%;
}
.fuchuang_box .fuchuang_item:nth-child(4) .fuchuang_hoverarea{
	top: 85%;
}
.fuchuang_box .fuchuang_hoverarea::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%) rotate(45deg);
    right: -12px;
    filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
    background: #fff;
}
.fuchuang_box .fuchuang_hoverarea .code_img img{
	width: 135px;
	height: auto;
}

/* 内页底部 */
.footer-box{
	background:#1e1e1e;
}
.footer-box .right_box{
	background:#1e1e1e;
}
.footer-box .right_box a::before{
	content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #7b7b7b;
    position: absolute;
    top: 4px;
    left: -25px;
}

/* 图片上下动 */
.xzfx-content .hybj-box img,
.fald-box img,
.tdfx-box .img img,
.five-tdfx-list .img img,
.six-tdfx-list .img img{
	animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}