@charset "utf-8";
@import url("core.css");

/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}

html,
body {
	margin: 0 auto;
	min-width: 100%;
	color: #1a1a1a
}

body {
	overflow-x: hidden
}

body {
	font-family: Arial, 'Microsoft yahei', Helvetica, sans-serif;
	font-size: 14px;
	color: #3b3b3b;
	background: #fff
}
.wrap {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	position: relative;
}
/*图片通用样式*/
.img-common{
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	-webkit-background-size: cover;
}
.site-header .nav-list{
	float: left;
	font-size: 0;margin-top: 22px;

}
.site-header .nav-list .lin{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 26px;
	position: relative;
		height: 50px;
	line-height: 50px;
}
.site-header .nav-list .lin:after{
	content: "";
	width: 0;
	height: 4px;
	background-color: #00b0e8;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%)
}
.site-header .nav-list .lin .a{
	display: block;
	font-size: 16px;font-weight: 600;
}
/*下拉菜单*/
.site-header .nav-list .lin .nsub{
	width: 100vw;
	padding: 30px 0;
	background-color: #f5f5f5;
	position: fixed;
	left: 0;
	top: 90px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform-origin: left top;
	   -moz-transform-origin: left top;
	    -ms-transform-origin: left top;
	     -o-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transform: scaleY(0);
	   -moz-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	     -o-transform: scaleY(0);
	        transform: scaleY(0);
}
.site-header .nav-list .lin .nsub .subbox{
	max-width: 1300px;
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
     justify-content: space-between; 	
}
.site-header .nav-list .lin .nsub .subbox .sleft{
	max-width: 290px;
	width: 100%;
}
.site-header .nav-list .lin .nsub .subbox .sleft .ll{
	height: 45px;
	line-height: 45px;
	padding-left: 50px;
	position: relative;
	font-size: 16px;
	color: #626262;
	cursor: pointer;
	display: block;
}
.site-header .nav-list .lin .nsub .subbox .sleft .ll[data-on="on"]{
	color: #222222;
}
.site-header .nav-list .lin .nsub .subbox .sleft .ll .ico{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.site-header .nav-list .lin .nsub .subbox .sleft .ll .ico.i2{
	-webkit-transform:translateY(-50%) scale(0);
	   -moz-transform:translateY(-50%) scale(0);
	    -ms-transform:translateY(-50%) scale(0);
	     -o-transform:translateY(-50%) scale(0);
	        transform:translateY(-50%) scale(0)
}
.site-header .nav-list .lin .nsub .subbox .sleft .ll[data-on="on"] .ico.i1{
	-webkit-transform:translateY(-50%) scale(0);
	   -moz-transform:translateY(-50%) scale(0);
	    -ms-transform:translateY(-50%) scale(0);
	     -o-transform:translateY(-50%) scale(0);
	        transform:translateY(-50%) scale(0)
}
.site-header .nav-list .lin .nsub .subbox .sleft .ll[data-on="on"] .ico.i2{
	-webkit-transform:translateY(-50%) scale(1);
	   -moz-transform:translateY(-50%) scale(1);
	    -ms-transform:translateY(-50%) scale(1);
	     -o-transform:translateY(-50%) scale(1);
	        transform:translateY(-50%) scale(1)
}
.site-header .nav-list .lin .nsub .subbox .sleft .ll .jt{
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #626262 #626262 transparent transparent;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.site-header .nav-list .lin .nsub .subbox .sleft .ll[data-on="on"] .jt{
	border-color: #222222 #222222 transparent transparent;
}
.site-header .nav-list .lin .nsub .subbox .smid{
	max-width: 390px;
	width: 100%;
}
.site-header .nav-list .lin .nsub .subbox .smid .mbox{
	display: none;
	padding-left: 40px;
	border-left: 1px solid #dcdcdc
}
.site-header .nav-list .lin .nsub .subbox .smid .mbox[data-on="on"]{
	display: block;
}
.site-header .nav-list .lin .nsub .subbox .smid .mbox .mm{
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #626262;
	display: block;
}
.site-header .nav-list .lin .nsub .subbox .smid .mbox .mm[data-on="on"]{
	font-weight: bold;
	color: #00b0e8;
} 


.site-header .nav-list .lin .nsub .subbox .sright{
	max-width: 490px;
	width: 100%;
	padding-top: 10px;
	position: relative;
}
.site-header .nav-list .lin .nsub .subbox .sright:after{
	content: "";
	width: 1px;
	height: 90%;
	background-color: #dcdcdc;
	position: absolute;
	left: 0;
	top: 0;
}
.site-header .nav-list .lin .nsub .subbox .sright .inbox{
	max-width: 390px;
	margin: 0 auto;
	width: 100%;
}
.site-header .nav-list .lin .nsub .subbox .sright .inbox .imgbox .rimg{
	padding-top: -webkit-calc(230 / 390 * 100%);
	padding-top: -moz-calc(230 / 390 * 100%);
	padding-top: calc(230 / 390 * 100%);
}
.site-header .nav-list .lin .nsub .subbox .sright .inbox .bt{
	margin-top: 6px;
	font-size: 14px;
	color: #222222;
	line-height: 20px;
}



@media only screen and (min-width: 601px){
.site-header .nav-list .lin:hover:after{
	width: 100%;
}
.head-menu .menu-box .mlist .lim:hover{
	background-color: #009ee0;
}
.head-menu .menu-box .mlist .lim:hover .word{
	color: #fff;
}
.site-header .mmbtn .inbox:hover .line{
	width:60%;
}
.site-header .nav-list .lin:hover .a{
	color: #00b0e8;
}
.site-header .nav-list .lin:hover .nsub{
	-webkit-transform: scaleY(1);
	   -moz-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	     -o-transform: scaleY(1);
	        transform: scaleY(1);
}
.head-menu .menu-box .mlist .lim .menu .mm:hover{
	color: #fff;
}
}

@media only screen and (max-width: 1360px){

.wrap{
	top: 15px;
}

.site-header .nav-list .lin{
	padding: 0 10px;
    height: 65px;
    line-height: 80px;
}
.site-header .phone{
    height: 40px;
    line-height: 40px;
}
.site-header .searchbox{
	height: 0px;
}
.site-header .mmbtn{
	height: 80px;
}
.head-menu .toolbox{
	height: 80px;
}
.head-menu .menu-box{
	height: -webkit-calc(100% - 80px);
	height: -moz-calc(100% - 80px);
	height: calc(100% - 80px);
}
.site-header .nav-list .lin .nsub{
	top: 170px;
}
}
@media only screen and (max-width: 1280px){
.site-header .wrap{
   top: 0px;
}
.wap-top{
    margin-top: 10px;
}
.site-header .nav-list{
	margin-right: 30px;
}
.nav-list{
    display: none;
}
.site-header .nav-list .lin{
	padding: 0 20px;
    height: 60px;
    line-height: 60px;
}
.site-header .phone{
    height: 40px;
    line-height: 40px;
}
.site-header .searchbox{
	height: 60px;
}
.site-header .mmbtn{
	height: 60px;
}
.head-menu .toolbox{
	height: 60px;
}
.head-menu .menu-box{
	height: -webkit-calc(100% - 60px);
	height: -moz-calc(100% - 60px);
	height: calc(100% - 60px);
}
.site-header .nav-list .lin .nsub{
	top: 138px;
}
}
@media only screen and (max-width: 1024px){
.site-header .nav-list{
	display: none;
}
.site-header .phone{
    height: 40px;
    line-height: 40px;
}
.site-header .searchbox{
	height: 50px;
}
.site-header .mmbtn{
	height: 50px;
}
.site-header .searchbox form input[type="text"]{
	height: 30px;
}
.site-header .searchbox form input[type="submit"]{
	width: 30px;
	height: 30px;
}
.site-header .mmbtn {
	margin-left: 20px;
}
.site-header .mmbtn .inbox{
	padding-top: 22px;
	font-size: 14px;
	width: 45px;
}
.head-menu .toolbox{
	height: 50px;
}
.head-menu .menu-box{
	height: -webkit-calc(100% - 50px);
	height: -moz-calc(100% - 50px);
	height: calc(100% - 50px);
}
}



.swiper-containers {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slides {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.hidden {
	overflow: hidden
}

/***/
.w1200,
.w1488 {
	margin: 0 auto;
	max-width: 1488px;
}

a {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

/***/
#mobile_height {
	height: 90px;
	background: #000
}

body.scroll #mobile_height {
	height: 70px
}

#top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;box-shadow: 0 0 20px 0 rgba(53, 57, 69, 0.15);
}

#top *,
#top .site-header,
.logo a,
#top .site-header,
.logo {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#top li,
#top nav,
.language,
.search_form,
#menu,
#menu a,
nav,
#menu li a {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#top.scroll {
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.site-header {
	position: relative;
	max-width: 1488px;
	margin: 0 auto;
}

.site-header .logo {
	display: block;
	float: left;
	padding: 10px 0;
	overflow: hidden;
}

.site-header .logo a {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 360px;
	height: 70px;
	display: block;
}
.site-header .logo a img{max-width: 100%; max-height: 100%}
#top.scroll .site-header .logo a,
#top.scroll .site-header .logo a {
	width: 360px;
	height: 25px;
	background-size: 100% 100%;
}

#top.scroll .site-header .logo,
#top.scroll .site-header .logo {
	width: 360px;
	height: 25px;
}

#menu li {
	float: left;
	padding: 0 0px;
}

nav {
	position: relative;
	z-index: 9998;
}

#menu {
	padding-right: 450px;
	max-width: 1488px;
	margin: 0 auto
}

#menu .dropdown {
	float: right
}

#top.scroll {}

#top.scroll nav {}

#top.scroll .site-header {}

#top.scroll .site-header .logo {
	top: 23px
}

/***/
#menu {}

#menu .dropdown {}

#menu li a {
	display: block;
	color: #5d5d5d;
	font-size: 16px;
	padding: 0 0px;
	position: relative;
	text-transform: uppercase;
}

#menu li a i {}

#menu li {
	padding-left: 20px;
	padding-right: 20px;
	position: relative
}

#menu li#menu204 {
	position: static
}

#menu li a i {
	display: none
}

#menu li a:hover,
#menu li.selected a {
	position: relative;
	color: #1952a3
}

#menu li a:hover:after,
#menu li.selected a:after {
	width: 100%;
	height: 2px;
	background: #1952a3;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block
}

#menu li a {
	position: relative;
	line-height: 90px;
}

#menu li .sub_menu {
	display: none;
	position: absolute;
	left: 0px;
	top: 90px;
	background: #1952a3;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	-webkit-animation: atop 0.8s linear;
	-moz-animation: atop 0.8s linear;
	animation: atop 0.8s linear;
}

#menu li .sub_menu ul {
	margin: 0 auto;
}

#menu li ul li {
	height: auto;
	line-height: normal;
	float: none;
	padding: 0px 0px;
}

#menu li ul li a,
#menu li.selected li a {
	color: #fff;
	padding: 8px 20px;
	text-align: left;
	font-size: 14px;
	display: block;
	line-height: 20px;
	background: none;
	text-transform: capitalize;
	position: relative;
}

#menu li ul li a:hover i {
	display: inline-block
}

#menu li ul li a:hover:before,
#menu li.selected ul li a:before {
	display: none
}

#menu li ul li a i {
	color: #d32917;
	margin-left: 10px;
}

#menu li li a:hover:after,
#menu li.selected li a:after {
	display: none
}

#menu li ul li a:hover,
#menu li.selected li a:hover {
	color: #fff;
	background: #1b8ce6
}

#top.scroll #menu li a {
	line-height: 70px
}

#top.scroll #menu li .sub_menu {
	top: 70px
}

#top.scroll #menu li ul li a,
#top.scroll #menu li.selected li a {
	line-height: normal
}

#menu li#menu204 .sub_menu {
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee
}

#menu li#menu204 .sub_menu ul {
	position: relative
}

#menu li#menu204 .sub_menu .pro_thumb {
	float: right;
	width: 360px;
}

#menu li#menu204 li {
	padding-right: 50px;
	margin-right: 50px;
	border-right: 1px solid #f5f5f5
}

#menu li#menu204 li.proli {
	margin-right: 0;
	padding-right: 0;
	float: right;
	border-right: 0;
	position: absolute;
	right: 0;
	top: 0
}

#menu li#menu204 li a i {
	display: inline-block;
	color: #454545;
}

#menu li#menu204 li a {
	font-weight: bold;
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
	color: #454545
}

#menu li#menu204 li a:hover {
	background: none;
	color: #1952a3
}

#menu li#menu204 li a:hover i {
	color: #1952a3
}

#menu li#menu204 li .pro_child a {
	font-weight: normal;
	font-size: 14px;
	padding: 6px 0
}

#menu li#menu204 li .pro_child a:hover {
	color: #1952a3;
	background: none;
	text-decoration: underline
}

#menu li#menu204 .sub_menu ul {
	max-width: 1488px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#menu li#menu204 .sub_menu ul li {
	float: left;
}

/***/
.search_form {
	position: absolute;
	right: 35px;
	top: 30px;
	z-index: 9999
}

.search_form.hover {
	background: #eee;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-border-radius: 25px;
}

.search_form #submit {
	width: 25px;
	height: 30px;
	background: url(../images/icon_search.png) no-repeat left center;
	border: 0;
	background-size: 17px 18px;
	display: block;
	float: right;
	cursor: pointer;
}

.search_form #keyword {
	display: inline-block;
	float: left;
	width: 285px;
	background: none;
	border: 0;
	padding: 8px 10px;
	padding-left: 20px;
	font-size: 12px;
	margin-right: 10px;
}

.search_form #keyword::placeholder {
	color: #363636
}

.searh_form_input {
	float: left;
	width: 100%
}

.language {
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 16px;
	color: #5d5d5d;
	display: inline-block;
	z-index: 9999
}

.language a {
	color: #9d9d9d;
	display: inline-block;
	line-height: 30px;
}

.language a.email {
	background: url(../images/icon_email.png) no-repeat center 5px;
	width: 21px;
	height: 30px;
	margin-left: 26px
}

#top.scroll .search_form {
	top: 20px
}

#top.scroll .language {
	top: 20px
}

/****/
.Validform_checktip {
	margin-left: 0;
	padding: 0px 6px;
	font-size: 12px;
	color: #F00
}

.info {
	border: 1px solid #F00;
	padding: 2px 20px 2px 5px;
	border-radius: 2px;
	color: #F00;
	position: absolute;
	display: none;
	line-height: 20px;
	background-color: #fff;
	margin-top: 10px;
}

.dec {
	bottom: -8px;
	display: block;
	height: 8px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	width: 17px;
}

.dec s {
	font-family: simsun;
	font-size: 16px;
	height: 19px;
	left: 0;
	line-height: 21px;
	position: absolute;
	text-decoration: none;
	top: -9px;
	width: 17px;
}

.dec .dec1 {
	color: #F00;
}

.dec .dec2 {
	color: #fff;
	top: -10px;
}

.Validform_right {
	display: none
}

/*******/
footer {
	background: #dcdcdc;
	color: #888;
	line-height: 1.5;
	font-size: 14px;
}

.footer {
	padding: 40px 0;
	max-width: 1488px;
	margin: 0 auto;
	padding-bottom: 25px
}

.footer li {
	float: left;
	margin-right: 85px;
}

.footer li a {
	color: #656565;
	text-transform: capitalize
}

.footer li b {
	margin-bottom: 15px;
}

.footer li p {
	margin: 8px 0;
}

.footer li b,
.footer li b a {
	color: #3a3a3a;
	font-size: 16px;
	text-transform: uppercase;
	display: block
}

.footer li.contact {
	float: right;
	width: 390px;
	padding-right: 25px;
	position: relative;
}

.footer li.contact .ad {
	width: 390px;
}

.footer li.contact p {
	display: block;
	position: relative;
	padding-left: 53px;
	font-size: 14px;
	color: #656565;
}

.footer li.contact p label {
	position: absolute;
	left: 0;
	top: 0
}

.footer .code {
	width: 125px;
	text-align: center;
	color: #adaeaf;
	margin-top: 10px;
}

.share_a {
	display: block;
	margin-top: 15px
}

.share_a a {
	display: inline-block;
	height: 23px;
	background: url(../images/icon_w.png) no-repeat;
	width: 28px;
}

.share_a a.weixin {
	background-position: right center;
	margin-left: 20px
}

copyright {
	background: #242424;
	text-align: left;
	float: left;
	width: 100%;
}

copyright .w1200 {
	padding: 25px 0;
	width: 1488px;
	margin: 0 auto;
	color: #fff;
	position: relative
}

copyright .w1200 a {
	color: #fff;
	vertical-align: top
}

copyright .w1200 font {
	margin-right: 10px;
}

copyright .w1200 span {
	margin-right: 10px
}

.flink {
	position: relative
}

.flink-w {
	max-width: 1488px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
	padding-left: 86px;
	font-size: 16px;
	color: #787878;
}

.flink-w label {
	position: absolute;
	left: 0;
	top: 15px;
}

.flink-w a {
	font-size: 16px;
	color: #787878;
	margin-right: 25px;
	display: block;
	float: left;
	padding: 5px 0
}

/**/
.share-icon {
	position: absolute;
	right: 0;
	top: 15px
}

.share-icon a {
	display: block;
	float: left;
	background: url(../images/icon_s.png) no-repeat;
	width: 29px;
	height: 29px;
	margin-left: 10px;
}

.share-icon a.qq {
	background-position: -44px center;
}

.share-icon a.weixin {
	background-position: -88px center;
}

.share-icon a.sina {
	background-position: right center;
}

#scrollTop {
	text-align: center;
	cursor: pointer;
	line-height: 30px;
	z-index: 990;
	width: 56px;
	height: 44px;
	background: url(../images/icon_scroll.jpg) no-repeat;
	position: fixed;
	right: 20px;
	bottom: 50px;
	display: none
}

#scrollTop i {
	font-size: 28px;
	color: #fff;
}

/*****/
/***/
#banner {
	position: relative;
	z-index: 800;
}

#banner .video-sign {
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
	z-index: 100
}

#banner_carousel {}

#banner {
	position: relative;
	overflow: hidden
}

#banner .item {
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top
}

#banner .item img {
	display: block;
	width: 100%;
	height: auto
}

#banner .title {
	display: none
}

#banner .w_center {
	position: relative
}

#banner .owl-dots {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center
}

#banner .owl-dots div {
	display: inline-block;
	margin: 0 6px;
	height: 15px;
	width: 15px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

#banner .owl-dots div.active {
	border-color: #fff
}

#banner .owl-nav div {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

#banner:hover .owl-nav div {
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8
}

#banner .owl-nav div {
	font-size: 40px;
	text-align: center;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #343c4c;
	padding: 0px;
	height: 60px;
	width: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 9998;
	position: absolute;
	top: 50%;
	margin-top: -20px
}

#banner .owl-nav div.owl-prev {
	left: 25px
}

#banner .owl-nav div.owl-next {
	right: 25px
}

#banner .item b {
	font-size: 46px;
	display: block;
	font-weight: 400;
}

#banner .item p {
	display: block;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 40px;
	margin-top: 15px
}

#banner .item span {
	border: 1px solid rgba(255, 255, 2550, .5);
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 10px 45px;
	cursor: pointer
}

#banner .item span:hover {
	border-color: #fff;
	background: #fff;
	color: #343c4c
}

/********/
#tyfled_products {
	padding: 130px 0;
}

#tyfled_products * {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.h2_title {
	font-size: 39.56px;
	color: #1851a3;
	text-align: center;
	margin-bottom: 60px;
	font-weight: normal;
	font-family: "OB";
}

.h2_title span {
	display: block;
	color: #676767;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	font-family: "Arial";
}

#tyfled_products ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	white-space: nowrap;
}

#tyfled_products li {
	float: left;
	width: 20%;
	display: block;
	overflow: hidden;
	position: relative
}

#tyfled_products li a {
	display: block;
	height: 505px;
	color: #fff;
	position: relative;
	overflow: hidden
}

#tyfled_products li a img {
	display: block;
	width: auto;
	height: 505px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100
}

#tyfled_products li .series {
	padding: 36px;
	line-height: 1.5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	z-index: 200;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
	white-space: normal
}

#tyfled_products li .series b {
	font-size: 24px;
	display: block;
	line-height: 1.2;
	font-weight: normal;
}

#tyfled_products li .series p {
	display: block;
	padding-top: 12px;
	font-size: 14px;
}

#tyfled_products li a:after {
	content: "";
	display: block;
	width: 45px;
	height: 38px;
	background: url(../images/rtj.png) no-repeat;
	position: absolute;
	left: 36px;
	bottom: 36px;
	z-index: 200
}

#tyfled_products li.hover {
	width: 28%;
}

#tyfled_products li.hover img {
	-webkit-transform: scale3d(1.12, 1.12, 1.12);
	transform: scale3d(1.12, 1.12, 1.12)
}

#tyfled_products li:hover a:before {
	background: none
}

#tyfled_products li:hover .series {
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1
}

#tyfled_products li.other {
	width: 18%
}

#tyfled_products li:last-child.hover a {}

#tyfled_products li:hover:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	display: block;
	width: 100%;
	height: 100%
}

/********/
#tyfled_about {
	padding-bottom: 150px; padding-top: 150px;
}

#tyfled_about .w1920 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#tyfled_about .video {
	float: left;
	width: 50%;
}

.aboutrt {
	float: left;
	width: 50%;
	padding: 0px 160px 0 210px;
}

.videothumb img {
	max-width: 100%;
	height: auto;
}

.videothumb {
	position: relative
}

.videothumb:after {
	background: url(../images/icon_video.png) no-repeat;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -65px;
	margin-top: -65px;
	content: "";
}

#tyfled_about .h2_title {
	color: #1952a3;
	text-align: left;
	display: block;
	font-family: "OB";
	margin-bottom: 45px;
}

#tyfled_about .h2_title span {
	color: #808080;
	font-family: "OR";
}
#tyfled_about .w1488 .h2_title{text-align: center;}
.about_desc {
	color: #666;
	max-width: 700px;
	line-height: 1.8;
	font-size: 16px;
}

.about_number {
	margin: 10% 0 10%;
	float: left;
	width: 100%;
	text-align: left
}

.about_number img {
	max-width: 100%;
	height: auto;
}

.about_number label {
	font-family: 'Impact';
	font-size: 40px;
	color: #fff;
	font-weight: normal
}

.about_number li {
	float: left;
	color: #fff;
	text-align: center;
	margin-right: 50px;
}

.about_number i {
	font-style: normal;
	font-size: 25px;
	vertical-align: top
}

.about_number em {
	font-style: normal;
	font-size: 22px;
}

.about_number font {
	display: block;
	font-size: 16px;
	padding-top: 10px
}

.about_more {
	display: block;
}

.about_more a {
	display: block;
	border: 1px solid #707070;
	width: 248px;
	position: relative;
	padding: 15px 20px;
	color: #333;
	font-size: 16px;
	float: left
}

.about_more .a1 {
	background: url(../images/icon_tg.png) no-repeat;
	width: 8px;
	height: 15px;
	content: "";
	position: absolute;
	right: 20px;
	top: 14px;
	display: block
}

.about_more a i {
	margin-left: 100px;
	font-size: 20px;
	vertical-align: middle
}

.about_more a:hover {
	background: #1952a3;
	border-color: #1952a3;
	color: #fff;
}

.videothumb iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
}

.displaynonebs {
	display: none
}

/***/
@-webkit-keyframes bounceOut1 {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1);
		transform: scale3d(.1, .1, .1)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceOut1 {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1);
		transform: scale3d(.1, .1, .1)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceOut1 {
	-webkit-animation-name: bounceOut1;
	animation-name: bounceOut1;
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

/***/
@-webkit-keyframes fadeopacity {
	0% {
		opacity: 0;
		z-index: 100
	}

	100% {
		opacity: 1;
		z-index: 100
	}
}

@keyframes fadeopacity {
	0% {
		opacity: 0;
		z-index: 100
	}

	100% {
		opacity: 1;
		z-index: 100
	}
}

.fadeopacity {
	-webkit-animation-name: fadeopacity;
	animation-name: fadeopacity;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@-webkit-keyframes fadeopacity1 {
	0% {
		opacity: 1;
		z-index: 1
	}

	100% {
		opacity: 0;
		z-index: 1
	}
}

@keyframes fadeopacity1 {
	0% {
		opacity: 1;
		z-index: 1
	}

	100% {
		opacity: 0;
		z-index: 1
	}
}

.fadeopacity1 {
	-webkit-animation-name: fadeopacity1;
	animation-name: fadeopacity1;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.fades {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/**/
.owl-carousel .owl-item img {
	height: auto
}

#tyfled_adv * {
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

#tyfled_adv {
	padding: 130px 0
}

#adv_licon {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#adv_licon {}

.adv_p {
	text-align: center;
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 40px;
	color: #535353
}

#adv_licon li {
	width: 20%;
	float: left;
	text-align: center;
	position: relative
}

#adv_licon li:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(25, 82, 163, 1);
	display: block;
	z-index: 100;
	opacity: 0;
}

#adv_licon li a {
	display: block;
	padding: 35px;
	position: relative;
	z-index: 300
}

#adv_licon li a:before {
	background: url(../images/icon_adv.png) no-repeat;
	width: 130px;
	height: 130px;
	background-size: auto 130px;
	display: block;
	content: "";
	margin: 0 auto
}

#adv_licon li.icon156 a:before {
	background-position: left center
}

#adv_licon li.icon155 a:before {
	background-position: -130px center
}

#adv_licon li.icon154 a:before {
	background-position: -260px center
}

#adv_licon li.icon153 a:before {
	background-position: -390px center
}

#adv_licon li.icon152 a:before {
	background-position: -520px center
}

#adv_licon li b {
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin-top: 35px
}

#adv_licon li p {
	display: block;
	line-height: 1.8;
	margin-top: 25px;
	color: #535353
}

#adv_licon li:hover {
	color: #fff
}

#adv_licon li:hover:before {
	opacity: 1;
	-webkit-animation-name: opacton;
	animation-name: opacton;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s
}

#adv_licon li:hover * {
	color: #fff
}

#adv_licon li:hover a:before {
	background-image: url(../images/icon_adv1.png);
}

@-webkit-keyframes opacton {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes opacton {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.opacton {
	-webkit-animation-name: opacton;
	animation-name: opacton;
	-webkit-animation-duration: .7s;
	animation-duration: .7s
}

/***/
#tyfled_solutions {
	position: relative
}

.h5_position {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 900;
	width: 100%;
}

.h5_position .h2_title * {
	color: #fff;
	text-align: left;
	display: block;
}

.sulutions_tabs {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 910;
	background: rgba(0, 0, 0, 0.5);
	color: #fff
}

.sulutions_tabs ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sulutions_tabs li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sulutions_tabs li {
	float: left;
	width: 16.66%;
	text-align: center;
	padding: 50px;
	padding-top: 50px;
	padding-bottom: 40px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.6
}

.sulutions_tabs li b {
	font-size: 20px;
	font-weight: normal;
	display: block;
}

.sulutions_tabs li p {
	display: block;
	margin-bottom: 25px
}

.sulutions_tabs li span {
	display: block;
	height: 24px;
}

.sulutions_tabs li.active a {
	display: inline-block
}

.sulutions_tabs li.active {
	background: rgba(25, 82, 163, 0.63);
	border-left-color: rgba(25, 82, 163, 0.63);
	border-right-color: rgba(25, 82, 163, 0.63)
}

.sulutions_tabs li a {
	background: url(../images/icon_vv.png) no-repeat right center;
	display: inline-block;
	padding-right: 20px;
	color: #fff;
	display: none
}

#solutions_carousel .item a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 901;
	color: #fff;
	padding-top: 300px
}

#tyfled_solutions .wauto {
	max-width: 1488px;
	margin: 0 auto
}

#solutions_carousel .item {
	line-height: 1.8;
	font-size: 14px;
}

#solutions_carousel .item b {
	font-size: 20px;
}

#solutions_carousel .item p {
	display: block;
	margin-top: 5px;
}

/*****/
#tyfled_news {
	padding: 130px 0;
	background: #f5f5f7;
	float: left;
	width: 100%
}

.light_lt {
	float: left;
	width: 476px;
}

.light_lt img {
	display: block;
	width: 100%;
	height: auto
}

.news_rt {
}

#tyfled_news .h2_title {
	text-align: left;
	margin-bottom: 35px;
	position: relative
}

#tyfled_news .h2_title a {
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: 0
}

#tyfled_news .h2_title span {
	display: inline-block;
	margin-left: 5px;
}

.light_news {
	position: relative
}

.light_news .lighta {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 900;
	color: #fff;
	line-height: 1.6;
	padding: 50px 35px;
}

.light_news b {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 3.15059861373661vw;
	text-transform: uppercase;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 5px
}

.light_news span a {
	font-size: 20px;
	color: #fff;
	display: block;
}

.light_news p {
	display: block;
	margin-top: 35px;
	font-size: 14px;
	line-height: 1.8
}

.light_news .pmore a {
	display: inline-block;
	border: 2px solid #fff;
	font-size: 16px;
	padding: 12px 45px;
	color: #fff
}

.news_rt {}

.news_rt li {
	background: #fff;
	margin-left: 28px;
	float: left;
	width: 478px;
	margin-bottom: 28px;
	height: 167.3333333333px;
	padding: 25px
}

.news_rt li.litop {
	height: 558px;
	margin-bottom: 0;
	padding: 50px 0;
	padding-bottom: 0;
	overflow: hidden
}

.news_rt li img {
	display: block;
	width: 100%;
	height: auto
}

.news_rt li:last-child {
	margin-bottom: 0
}

.news_rt li.litop .thumb a {
	max-height: none
}

.news_rt li .desc {
	padding: 0 25px;
	height: 170px;
	padding-bottom: 10px;
	margin-bottom: 26px;
}

.news_rt li a {
	font-size: 21.95px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: "OB";
}

.news_rt li.litop a {
	white-space: normal;
	max-height: 64px;
	line-height: 1.6;
}

.news_rt li .time {
	color: #a5a5a5;
	font-size: 24px;
	padding: 15px 0
}

.news_rt li .time span {
	margin-right: 15px;
	font-size: 24px;
	display: inline-block;
	line-height: 25px;
}

.news_rt li .time font {
	display: inline-block;
	line-height: 15px;
	border-left: 2px solid #ccc;
	padding-left: 10px;
	font-size: 18px;
}

.news_rt li p {
	color: #535353;
	line-height: 1.6;
	height: 44px;
	overflow: hidden;
	font-family: "OR";
}

.news_rt li a:hover {
	color: #fff
}

.news_rt li:hover {
	background: #014099;
	color: #fff
}

.news_rt li:hover a {
	color: #fff
}

.news_rt li:hover .desc *,
.news_rt li:hover p,
.news_rt li:hover .time {
	color: #fff
}

/*****/
.news_rt li.n5,
.news_rt li.n6 {
	display: none
}

.footer li.contact {
	margin-right: 0
}

.footer li.fmenu227 {
	margin-right: 0
}

/********************/
#nnews {
	float: left;
	width: 478px;
	margin-left: 28px
}

.news_rt li.litop {
	display: none
}

.news_rt li {
	margin-left: 0
}

.picMarquee-top {
	float: left;
	width: 478px;
	margin-left: 28px;
	background: #fff;
	padding: 15px 0;
	height: 557px
}

.news_rt #news_all li {
	width: 100%;
	margin: 0;
	height: auto;
	padding: 0
}

.news_rt #news_all li .ss {
	padding: 20px;
	border-bottom: 1px solid #dedede
}

.news_rt #news_all li a {
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#news_all p {
	display: block;
	margin: 10px 0
}

#news_all .times {
	color: #666;
}

#news_all,
.picMarquee-top {
	overflow: hidden;
}

@media(max-width:1587px) {
	.site-header {
		max-width: 90%;
	}

	#menu {
		max-width: 90%;
	}

	.w1200,
	.w1488 {
		max-width: 90%;
	}

	#menu li#menu204 .sub_menu ul {
		max-width: 90%;
	}

	#tyfled_solutions .wauto {
		max-width: 90%
	}

	#tyfled_products li .series b {
		font-size: 20px;
	}

	#tyfled_products li .series p {
		font-size: 14px;
	}

	#tyfled_products li .series {
		padding: 25px;
		padding-top: 100px;
	}

	#adv_licon li a:before {
		width: 90px;
		height: 90px;
		background-size: auto 90px;
	}

	#adv_licon li.icon156 a:before {
		background-position: left center
	}

	#adv_licon li.icon155 a:before {
		background-position: -90px center
	}

	#adv_licon li.icon154 a:before {
		background-position: -180px center
	}

	#adv_licon li.icon153 a:before {
		background-position: -270px center
	}

	#adv_licon li.icon152 a:before {
		background-position: -360px center
	}

	#adv_licon li b {
		margin-top: 15px
	}

	#adv_licon li a {
		padding: 20px
	}

	.sulutions_tabs li {
		padding: 25px
	}

	#tyfled_news .w1488 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.light_lt {
		width: 30%;
	}

	.light_news {
		background: url(../images/1.jpg) no-repeat;
		background-size: auto 100%;
		height: 477px;
		padding-bottom: 9%;
		-webkit-box-sizing: unset;
		-moz-box-sizing: unset;
		box-sizing: unset;
		transition-property: unset;
		-ms-transition-property: unset;
		-moz-transition-property: unset;
		-webkit-transition-property: unset;
		-o-transition-property: unset;
	}

	.light_news img {
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0
	}

	.news_rt {
		width: 100%
	}

	.news_rt li {
		width: 48%;
		margin-left: 0
	}

	.news_rt li a {
		font-size: 16px
	}

	.news_rt li .time {
		padding: 10px 0
	}

	.news_rt li .time span {
		font-size: 20px;
	}

	.news_rt li.litop,
	.news_rt li {
		height: 159px;
		margin-bottom: 2%
	}

	.news_rt li.litop a {
		white-space: nowrap;
		line-height: normal
	}

	.news_rt li.litop {
		padding: 25px 0
	}

	.news_rt li.n5,
	.news_rt li.n6 {
		display: block;
		margin-bottom: 0
	}

	#tyfled_news .news_rt .h2_title {
		margin-left: 2%
	}

	/***/
	.footer,
	.flink-w {
		max-width: 90%
	}

	.footer li {
		margin-right: 65px
	}

	copyright .w1200 {
		width: 90%
	}

	/***/
	#nnews {
		width: 32%;
		margin-left: 2%
	}

	.news_rt li {
		width: 100%;
		margin-left: 0
	}

	.picMarquee-top {
		width: 48%;
		margin-left: 2%;
		height: 500px
	}

	#nnews li:nth-child(4),
	#nnews li:nth-child(5) {
		display: none
	}
}


@media(max-width:1450px) {}

/*****/
@media(max-width:1360px) {
	.h5_position {
		top: 100px
	}

	#solutions_carousel .item a {
		padding-top: 200px;
	}

	.sulutions_tabs li span {
		display: none
	}

	.sulutions_tabs li p {
		margin-bottom: 0
	}

	.sulutions_tabs {
		position: static
	}

	#tyfled_solutions .sulutions_tabs {
		background: rgba(0, 0, 0, 0.8);
	}

	#tyfled_solutions .sulutions_tabs .wauto {
		max-width: 100%
	}

	.sulutions_tabs li.active {
		background: rgba(25, 82, 163, 0.99);
	}

	.light_news .pmore a {
		padding: 5px 35px
	}

	.light_news p {
		margin-top: 25px
	}

	#menu li#menu204 li.proli {
		display: none
	}

	#menu li#menu204 li {
		padding-right: 30px;
		margin-right: 30px;
	}
}

@media(max-width:1359px) {
	.footer .code {
		position: static;
		margin-top: 20px
	}

	.footer li.contact {
		width: 365px;
		padding-right: 0
	}
}

@media(max-width:1166px) {
	.footer .code {
		display: none
	}

	copyright .w1200 {
		line-height: 1.2
	}

	.share-icon {
		padding-top: 10px;
		float: left;
		width: 100%;
		position: static;
	}

	.share-icon a {
		margin-left: 0;
		margin-right: 10px;
	}

	copyright .w1200 span {
		display: block;
		margin-right: 0;
		margin-bottom: 10px
	}
}

@media(max-width:1160px) {
	.footer li.contact {
		width: 100%;
		margin-top: 25px;
	}
}

@media(max-width:1120px) {
	#top .site-header .logo {
		top: 33px;
	}

	#top.scroll .site-header .logo {
		top: 28px;
	}

	#top.scroll .site-header .logo a,
	#top.scroll .site-header .logo,
	#top .site-header .logo a,
	#top .site-header .logo {
		width: 230px;
		height: 40px;
	}
}

@media(max-width:1100px) {
	#tyfled_products li {
		width: 33.3333333%
	}

	#tyfled_products li.hover.hover1,
	#tyfled_products li.hover.hover2 {
		width: 46%;
	}

	#tyfled_products li.other.other1,
	#tyfled_products li.other.other2 {
		width: 27%
	}

	#tyfled_products li.hover {
		width: 33.3333333%;
	}

	#tyfled_products li.other {
		width: 33.3333333%
	}

}

@media(max-width:1000px) {

	/**首页关于我们**/
	#tyfled_about .video {
		width: 100%;
		display: none
	}

	.aboutrt {
		width: 100%;
		padding: 50px
	}

	.about_desc {
		max-width: 100%
	}

	.about_number {
		margin: 30px 0
	}

	.displaynonebs {
		display: block;
		width: 100%;
	}

	.displaynonebs img {
		width: 100%;
		max-width: none
	}

	.videothumb:after {
		width: 10vw;
		height: 10vw;
		margin-left: -5vw;
		margin-top: -5vw;
		background-size: 100% 100%
	}
}

/***********************导航***********************/
div.burger {
	height: 50px;
	width: 40px;
	position: absolute;
	top: -5px;
	right: 15px;
	cursor: pointer;
	z-index: 9999;
	display: none;
}
#top nav{display: none}
/**************************************************************/
div.x,
div.y,
div.z {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	background: #1851a3;
	border-radius: 2px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

div.x,
div.y,
div.z {
	height: 2px;
	width: 26px;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.y.squize {
	width: 0;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.y {
	top: 18px
}

div.z {
	top: 37px
}

div.open div.x,
div.open div.z {
	top: 19px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}

@media screen and (max-width:1000px) {
	#tyfled_news .news_rt .h2_title {
		margin-left: 0
	}

	.site-header .logo {
		left: 25px;
	}

	.language {
		display: none;
	}

	div.burger {
		display: block;
	}

	.site-header {
		height: 60px;
	}

	#top.scroll .site-header .logo,
	.site-header .logo {}

	#mobile_height {
		height: 60px;
	}

	nav {
		z-index: 9998;
		padding-top: 60px;
		right: 0;
		width: 100%;
		top: 0;
		height: 100%;
		position: fixed;
		display: none;
		margin-right: 0;
	}

	.site-header .logo {}

	#top .search_form {
		top: 16px
	}

	.language {
		display: none
	}

	.search_form {
		display: none
	}

	#top.scroll .site-header .logo,
	#top .site-header .logo {
		top: 20px
	}

	#top.scroll nav {
		height: 100%;
	}

	#menu {
		background: #fff;
		overflow: auto;
		padding: 0px 0;
		border-top: 1px solid #dfdfdf
	}

	#top.scroll #menu li a,
	#menu li a {
		line-height: normal
	}

	#menu li {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		border: 0;
		margin-bottom: 0px;
		line-height: normal;
	}

	#menu li li {
		margin-bottom: 0
	}

	#menu li ul li:last-child {
		border-bottom: 0
	}

	#menu .dropdown {
		width: 100%;
		padding-bottom: 30px
	}

	#menu li a {
		display: block;
		padding: 0;
		border: 0;
		margin: 0;
		padding: 15px 35px;
		color: #000;
		font-size: 18px;
		position: relative;
		float: none;
		border-bottom: 1px solid #dfdfdf
	}

	#menu li a .fa {
		position: absolute;
		right: 30px;
		top: 17px;
		z-index: 500;
		display: block;
		width: 20px;
		height: 20px;
		background: url(../images/ico-footer-toggle-m.png) no-repeat center center;
		background-size: auto 15px;
	}

	#menu li a .fa:before {
		display: none
	}

	#menu li a .fa.fa-angle-up {
		background-image: url(../images/ico-footer-toggle-off-m.png)
	}

	#menu li .sub_menu {
		position: static;
		background: #f7f7f7;
		width: 100%;
		text-align: left;
	}

	#menu li ul li a,
	#menu li.selected li a {
		text-align: left;
		color: #000;
		border: 0;
		padding: 10px 35px
	}

	#menu li ul li {}

	#menu li a:hover,
	#menu li.selected a {
		color: #1851a3;
		background: none
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 10px 35px;
		font-size: 16px;
	}

	#menu li a:after,
	#menu li a:hover:after,
	#menu li.selected a:after {
		display: none
	}

	#menu li ul li a:hover {
		color: #1851a3;
		background: none
	}

	#menu li {
		position: relative
	}

	#menu li * {
		float: none
	}

	#menu li .sub_menu {
		float: left;
		padding: 8px 0;
	}

	#menu li ul li {
		padding: 0 0px;
		float: none
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 10px 35px;
		display: block
	}

	#menu li ul li a:before,
	#menu li.selected li a:before {
		display: none
	}

	#top.scroll #menu li,
	#menu li {
		line-height: normal
	}

	#menu li .sub_menu {
		border: 0;
		border-bottom: 1px solid #dfdfdf
	}

	#menu li#menu204 .sub_menu {
		background: #f7f7f7;
		padding: 0;
		border: 0
	}

	#menu li#menu204 li {
		padding-right: 0;
		margin-right: 0;
		border: 0;
	}

	#menu li#menu204 li a {
		padding: 15px 35px;
		border-bottom: 1px solid #dfdfdf;
		font-weight: normal;
		font-size: 16px;
	}

	#menu li#menu204 li .pro_child a {
		display: block;
		padding: 10px 35px;
		border: 0;
		font-size: 16px;
	}

	#menu li#menu204 li .pro_child {
		background: #fff;
		padding: 8px 0;
		border-bottom: 1px solid #dfdfdf;
		display: none
	}

	#menu li#menu204 li a i {}
}

#lightul {
	display: none
}

.light_lt .h2_title a {
	display: none
}

@media(max-width:1000px) {
	.site-header {
		max-width: 100%;
	}

	#menu {
		max-width: 100%;
		height: 100%
	}

	.w1200,
	.w1488 {
		max-width: 100%;
	}

	#menu li#menu204 .sub_menu ul {
		max-width: 100%;
	}

	#tyfled_solutions .wauto {
		max-width: 100%
	}

	/***/
	#tyfled_products li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%
	}

	#tyfled_products li:nth-child(2n) {
		margin-right: 0
	}

	#tyfled_products li:last-child {
		margin-right: 0;
		margin-bottom: 0
	}

	#tyfled_products li a {
		height: 305px
	}

	#tyfled_products li .series {
		padding: 50px 25px
	}

	#tyfled_products li a:after {
		bottom: 50px;
		left: 25px
	}

	#tyfled_products li.hover.hover1,
	#tyfled_products li.hover.hover2 {
		width: 50%;
	}

	#tyfled_products li.other.other1,
	#tyfled_products li.other.other2 {
		width: 50%
	}

	#tyfled_products li.hover {
		width: 50%;
	}

	#tyfled_products li.other {
		width: 50%
	}

	#tyfled_products li .series b {
		font-size: 25px;
	}

	#tyfled_products li .series p {}

	#tyfled_products li.icon4 {
		width: 100%
	}

	#tyfled_products li.icon4 a img {
		width: 100%;
		height: auto
	}

	#tyfled_products li .series p {
		max-height: 75px;
		overflow: hidden
	}

	/***/
	.h2_title {}

	#tyfled_products {
		padding: 80px 35px
	}

	.aboutrt {
		padding: 50px 35px
	}

	#tyfled_adv {
		padding: 80px 35px
	}

	#adv_licon li {
		width: 50%
	}

	.h5_position {
		top: 80px;
		left: 35px
	}

	#solutions_carousel .item a {
		padding: 0 35px;
		padding-top: 180px;
	}

	#lightul {
		display: block;
		margin-bottom: 25px
	}

	.light_lt .h2_title a {
		display: block
	}

	.light_news {
		display: none
	}

	#tyfled_news {
		padding: 80px 35px
	}

	.light_lt {
		width: 100%
	}

	.news_rt {
		width: 100%
	}

	.news_rt li {
		width: 49%;
		margin-left: 0;
		margin-right: 2%
	}

	.news_rt li:nth-child(2n) {
		margin-right: 0
	}

	.footer li.contact .ad {
		width: 100%
	}

	copyright .w1200 {
		width: 100%;
		padding-left: 35px;
		padding-right: 35px;
	}

	.footer,
	.flink-w {
		max-width: 100%;
		padding-left: 35px;
		padding-right: 35px;
	}

	.flink-w {
		padding-left: 125px;
	}

	.flink-w label {
		left: 35px
	}

	/*****/
	#nnews {
		margin-left: 0;
		margin-right: 2%
	}

	.news_rt li {
		width: 100%
	}
}

@media(max-width:800px) {
	.sulutions_tabs li {
		width: 50%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.sulutions_tabs li b {
		font-size: 16px
	}

	/* .sulutions_tabs li:nth-child(5){ width:100%} */
	.footer li {
		display: none
	}

	.footer li.contact {
		display: block;
		margin-top: 0
	}

	.share-icon {
		position: static;
		margin-top: 0px
	}

	.share-icon a {
		margin-left: 0;
		margin-right: 10px;
	}

	#tyfled_products {
		padding: 60px 25px
	}

	.aboutrt {
		padding: 50px 25px
	}

	#tyfled_adv {
		padding: 60px 25px
	}

	.h5_position {
		top: 60px;
		left: 25px
	}

	#solutions_carousel .item a {
		padding: 0 25px;
		padding-top: 180px;
	}

	#tyfled_news {
		padding: 60px 25px
	}

	copyright .w1200 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.footer,
	.flink-w {
		padding-left: 25px;
		padding-right: 25px;
	}

	.flink-w {
		padding-left: 125px;
	}

	.flink-w label {
		left: 25px
	}

	#solutions_carousel .item a {
		padding-top: 25px
	}

	#solutions_carousel .item a p {
		font-size: 14px;
		max-height: 75px;
		overflow: hidden
	}

	.h5_position {
		position: static;
	}

	.h5_position {
		margin-bottom: 60px;
		text-align: center
	}

	.h5_position .h2_title * {
		color: #1851a3;
		display: block;
		text-align: center
	}

	.h5_position .h2_title span {
		color: #2c2c2c
	}

	#menu li a {
		padding: 15px 25px;
	}

	#menu li a .fa {
		right: 20px;
	}

	#menu li ul li a,
	#menu li.selected li a {
		padding: 10px 25px
	}

	#menu li#menu204 li a {
		padding: 15px 25px
	}

	#menu li#menu204 li .pro_child a {
		padding: 10px 25px
	}

}

@media(max-width:600px) {
	.h2_title {
		font-size: 30px;
	}

	.h2_title,
	.h5_position {
		margin-bottom: 40px;
	}

	#tyfled_products li .series b {
		font-size: 20px
	}

	.news_rt li {
		width: 100%;
		margin-right: 0;
		overflow: hidden;
	}

	.news_rt li.n5,
	.news_rt li.n6 {
		margin-bottom: 2%
	}

	#scrollTop {
		bottom: 10px;
		right: 10px
	}

	.flink {
		display: none
	}

	.adv_p {
		margin-bottom: 40px
	}

	#top.scroll .site-header .logo,
	#top .site-header .logo {
		top: 12px
	}

	/***/
	#adv_licon li p {
		display: none
	}

	#adv_licon li b {
		line-height: 1.5;
		font-size: 18px;
	}

	#adv_licon li a {
		padding: 10px 15px
	}

	/*#adv_licon li{ width:100%; border-bottom:1px solid #eee; padding-bottom:25px; margin-bottom:25px;}
	#adv_licon li a{ display:block; padding:0;padding-left:120px; position:relative; text-align:left}
	#adv_licon li a:before{ position:absolute; left:0; top:10px;}
	#adv_licon li b{ margin-top:0}
	#adv_licon li p{ margin-top:15px;}
	#adv_licon li:hover b{ color:#000}
	#adv_licon li:hover:before{ background:#fff}
	#adv_licon li:hover *{ color:#535353}
	#adv_licon li:hover a:before{ background-image:url(../images/icon_adv.png);}*/
	#solutions_carousel .item a p {
		display: none
	}

	#adv_licon li:last-child {
		display: none
	}

	.news_rt li.n5,
	.news_rt li.n6 {
		display: none
	}

	/***/
	#nnews {
		width: 100%;
		margin-right: 0
	}

	.picMarquee-top {
		width: 100%;
		margin-left: 0;
		height: auto
	}

	.news_rt li.litop,
	#nnews li:nth-child(4),
	#nnews li:nth-child(5) {
		display: block
	}
}

@media(max-width:600px) {
	#tyfled_products li a {
		height: 260px;
	}

	#tyfled_products li {
		width: 100%;
		margin-right: 0
	}

	#tyfled_products li .series {
		padding: 25px 25px
	}

	#tyfled_products li.icon4 a img {
		height: 505px
	}

	#tyfled_products li a:after {
		bottom: 25px;
	}
}

@media(max-width:400px) {
	.about_more a {
		width: 100%;
		text-align: center
	}

	.about_more a i {
		margin-left: 10px;
	}

	#solutions_carousel .item a p {
		line-height: 1.5;
		max-height: 65px;
	}

	.sulutions_tabs li {
		padding: 10px 5px;
	}
}






/*新首页*/
#tyfled_products .pro-box .left a {
	float: left;
	width: 55.3%;
	display: block;
	position: relative;
}

#tyfled_products .pro-box .right a {
	float: right;
	width: 42.95%;
	display: block;
	position: relative;
}

#tyfled_products .pro-box .right a {
	margin-bottom: 2%;
}

#tyfled_products .pro-box .pimg .img {
	overflow: hidden;
	-webkit-transition: unset;
	transition: unset;
}

#tyfled_products .pro-box .pimg:hover {
	box-shadow: 0px 0.917em 1.94em 0.04em rgb(0 0 0 / 25%)
}

#tyfled_products .pro-box .pimg img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#tyfled_products .pro-box .pimg:hover img {
	transform: scale(1.1);
}


#tyfled_products .pro-box .left .pimg .tit {
	font-size: 34px;
	color: #fff;
	position: absolute;
	left: 5%;
	top: 9%;
	-webkit-transition: unset;
	transition: unset;
}

#tyfled_products .pro-box .right .pimg .tit {
	font-size: 22px;
	position: absolute;
	color: #000;
	left: 4%;
	top: 12%;
	-webkit-transition: unset;
	transition: unset;
}

#tyfled_products .pro-box .bottom a {
	display: block;
	float: left;
	width: 24%;
	padding: 1%;
	margin: 0.5%;
}

#tyfled_products .pro-box .bottom a:hover {
	box-shadow: 0 0 7px 3px #eee;
}

#tyfled_products .pro-box .bottom a .tit {
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	padding: 15px 10px;
	height: 150px;
}

#tyfled_products .pro-box .bottom a:hover .tit {
	color: #1952a3;
}

#tyfled_products .pro-box .bottom a .tit .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tyfled_products .pro-box .bottom a .img {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 272px;
}

#tyfled_products .pro-box .bottom a .img img {
	display: block;
	margin: 0 auto;
	width: 300px;
}

#tyfled_products .pro-box .bottom a:hover .img img {
	transform: scale(1.1);
}

#tyfled_products .p-url {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 200px;
	padding: 0 10px;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
	border: 1px solid #cecece;
	text-align: center;
	color: #676767;
}

#tyfled_products .p-url:hover {
	background-color: #1952a3;
	border: 1px solid #1952a3;
	color: #fff;
}

#tyfled_video {
	padding: 150px 0 210px
}

#tyfled_video .h2_title {
	text-align: left;
	margin-bottom: 35px;
	position: relative;
	font-family: "OB";
}

#tyfled_video .h2_title span {
	display: inline-block;
	margin-left: 5px;
}

#tyfled_video .h2_title a {
	font-size: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: "OR";
}

#tyfled_video .video-box a {
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%;
}

#tyfled_video .video-box a:nth-child(3) {
	margin-right: 0;
}

#tyfled_video .video-box a * {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#tyfled_video .video-box a .img {
	overflow: hidden;
	height: 14.9vw;
}

#tyfled_video .video-box a img {
	display: block;
	width: 100%;
}

#tyfled_video .video-box a:hover img {
	transform: scale(1.1);
}


#tyfled_video .video-box a p {
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	font-family: "OB";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#posi_news {
	width: 476px;
	height: 557px;
	float: left;
	background: #fff;
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

#posi_news:hover {
	background-color: #1952a3;
}

.news_rt #posi_news li {
	height: 100%;
	padding-top: 90px;
	position: absolute;
}

.news_rt #posi_news li:hover {
	background: unset;
}

.news_rt #posi_news li .desc {
	height: unset;
}

.news_rt #posi_news li .thumb {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.news_rt #posi_news li .thumb img {
	display: block;
	width: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.news_rt #posi_news:hover li .thumb img {
	transform: scale(1.1);
}

@media screen and (max-width:1680px) {
	.aboutrt {
		padding: 0px 100px 0 90px;
	}

	#tyfled_about .h2_title {
		margin-bottom: 30px;
	}

	.about_number {
		margin: 12% 0 9%;
	}
}

@media screen and (max-width:1587px) {
	#posi_news {
		width: 32%;
		margin-left: 2%;
		height: 504px;
	}
	#posi_news{margin-left: 0}
}

@media screen and (max-width:1440px) {
	#tyfled_products .pro-box .left .pimg .tit {
		font-size: 28px;
	}

	#tyfled_products .pro-box .right .pimg .tit {
		font-size: 19px;
	}

	#tyfled_products .pro-box .bottom a .img {
		height: 230px;
	}

	#tyfled_products .pro-box .bottom a .img img {
		width: 280px;
	}

	#tyfled_products .pro-box .bottom a .tit {
		font-size: 17px;
		line-height: 30px;
	}


	#tyfled_video .video-box a .img {
		overflow: hidden;
		height: 16.9vw;
	}

	.about_number {
		margin: 9% 0 7%;
	}

	.about_more a {
		width: 200px;
		padding: 12px 20px;
	}

	.about_more a i {
		margin-left: 80px;
		font-size: 18px;
	}
}

@media screen and (max-width:1280px) {


	#tyfled_products .pro-box .bottom a .img {
		height: 180px;
	}

	#tyfled_products .pro-box .bottom a .img img {
		width: 240px;
	}

	#tyfled_products .pro-box .bottom a .tit {
		font-size: 16px;
		line-height: 27px;
	}

	.aboutrt {
		padding: 0px 70px 0 60px;
	}

	.about_desc {
		line-height: 1.8;
		font-size: 13px;
	}

	.about_number {
		margin: 4% 0 4%;
	}

	.about_more a {
		width: 180px;
		padding: 10px 15px;
		font-size: 14px;
	}
}

@media screen and (max-width:1000px) {
	#tyfled_products {
		padding: 30px 25px;
	}

	#tyfled_products .pro-box .left .pimg .tit {
		font-size: 24px;
	}

	#tyfled_products .pro-box .right .pimg .tit {
		font-size: 16px;
	}

	#tyfled_products .pro-box .bottom a .img {
		height: 150px;
	}

	#tyfled_products .pro-box .bottom a .img img {
		width: 180px;
	}

	#tyfled_products .pro-box .bottom a .tit {
		font-size: 14px;
		line-height: 25px;
	}

	#tyfled_products .p-url {
		font-size: 14px;
		line-height: 35px;
		height: 35px;
		width: 165px;
		padding: 0 10px;
		margin-top: 20px;
	}

	#tyfled_video {
		padding: 30px 25px;
	}

	#tyfled_video .video-box a {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	#tyfled_video .video-box a:nth-child(2) {
		margin-right: 0;
	}


	#tyfled_video .video-box a .img {
		height: 28vw;
	}

	#tyfled_video .video-box a p {
		padding: 15px 15px;
		font-size: 15px;
	}

	#tyfled_about {
		padding-bottom: 0px; padding-top: 30px;
	}

	.aboutrt {
		padding: 0px 25px 25px 25px;
	}

	#posi_news {
		width: 48%;
		margin-right: 2%;
		margin-left: 0;
		height: 490px;
	}

	.news_rt li .desc {
		padding: 0;
	}

	#nnews {
		margin-left: 0;
		margin-right: 0;
	}

	.news_rt li.litop {
		padding: 25px;
	}
}

@media screen and (max-width:800px) {

	#tyfled_products .pro-box .bottom a .img {
		height: 120px;
	}

	#tyfled_products .pro-box .bottom a {
		width: 49%;
	}

	#tyfled_products .pro-box .bottom a .tit {
		height: 80px;
	}
}

@media screen and (max-width:600px) {

	#tyfled_products .pro-box .left,
	#tyfled_products .pro-box .right {
		width: 100%;
	}

	#tyfled_products .pro-box .left .pimg .tit {
		font-size: 24px;
	}

	#tyfled_products .pro-box .pimg {
		width: 100% !important;
	}

	#tyfled_products .pro-box .right .pimg {
		margin-bottom: 0;
	}

	#tyfled_products .pro-box .bottom a .img img {
		width:170px;
	}

	#tyfled_products .pro-box .bottom a .tit {
		font-size: 13px;
		line-height: 25px;
	}

	#tyfled_video .video-box a {
		width: 100%;
	}

	#tyfled_video .video-box a .img {
		height: 52vw;
	}

	.aboutrt {
		padding: 30px 25px;
	}

	#posi_news {
		width: 100%;
		margin-left: 0;
		height: unset;
		margin-bottom: 20px;
	}

	.news_rt #posi_news li {
		padding-top: 20px;
		position: relative;
	}

	.news_rt #posi_news li .desc {
		padding: 0;
	}

	.news_rt li p {
		height: auto;
	}

	.news_rt #posi_news li .thumb {
		position: relative;
		width: 100%;
	}
}
.fl{float: left;}
.ys_imgbox_contain, .ys_imgbox_cover {
	position: relative;
	overflow: hidden;
}
.ys_imgbox_contain img, .ys_imgbox_cover img {
	width: 100%;
	transition: all .36s;
}
.ys_imgbox_cover img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
}
.l_a1box3 {
    position: relative;
}
.ys_cont1400 {
	width: 1400px;
	margin: 0 auto;
	max-width: 100%;
}
.l_a1bx3tit h2 {
	font-weight: normal;
	text-align: center;
}
.yx_title2 {
	font-size: 43px;
	line-height: 1.5;
	color: #1851a3;
}
.yx_space3{
    margin-top: 40px;
}
.l_a1bx3list {
	position: relative;
}
.l_a1bx3li{
    width: 25%;
    padding: 0 7px;
}
.l_a1bx3li:not(:first-child){
    display: none;
}
.l_a1bx3ul{
    margin: 0 -7px;
}
.l_a1bx3li a{
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.l_a1bx3li a::after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(6, 49, 87, 0) 0%, #06335C 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.l_a1bx3p p{
    font-size: 16px;
    line-height: 1.75;
    color: #ffffff;
    opacity: 0.9;
    height: 28px;
    overflow: hidden;
}
.l_a1bx3tit1{
    font-size: 30px;
    line-height: 1.75;
    color: #ffffff;
    font-weight: bold;
}
.l_a1bx3show .l_a1bx3tit1{
    height: 52.5px;
    overflow: hidden;
}
.l_a1bx3p{
    margin-top: 12px;
}
.l_a1bx3wz{
    width: 100%;
    padding: 0 25px;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 3;
}
.l_a1bx3show{
    position: relative;
}
.l_a1bx3hide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 5;
    pointer-events: none;
    transition: all ease .2s;
    /* opacity: 0; */
    display: flex;
    align-items: center;
}
.l_a1bx3mric{
    width: 50px;
    position: relative;
}
.l_a1bx3mric img{
    width: 100%;
    transition: all .5s ease-in-out;
}
.l_a1bx3arro{
    width: 20px;
}
.l_a1bx3ic{
    width: 32px;
}
.l_a1bx3ic img{
    width: 100%;
}
.l_a1bx3tit2{
    font-size: 16px;
    line-height: 1.75;
    color: #ffffff;
    margin: 14px 0 18px;
}
.l_a1bx3ps p{
    font-size: 14px;
    line-height: 1.75;
    color: #ffffff;
}
.l_a1bx3more{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.l_a1bx3more p{
    font-size: 16px;
    line-height: 1.75;
    color: #ffffff;
    margin-right: 14px;
}

.l_a1bx3hdwz {
    width: 100%;
    transition: all ease .2s;
    position: absolute;
    /* top: 50%; */
    right: 0;
    /* transform: translateY(-50%); */
    padding: 0 30px;
}
.l_a1bx3hdtit {
    width: 1em;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    transition: all ease .2s;
    line-height: 1.5;
}
.l_a1bx3hide::after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(61, 81, 157, 0.8) 0%, rgba(21, 37, 92, 0.8) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all ease .2s;
    backdrop-filter: blur(10px);
}
.l_a1bx3ul .slick-prev, 
.l_a1bx3ul .slick-next{
    width: 50px;
    height: 50px;
    z-index: 3;
    background: url(../images/a1_icon48.svg) center / cover no-repeat;
}
.l_a1bx3ul .slick-next{
    background: url(../images/a1_icon49.svg) center / cover no-repeat;
    right: -50px;
}
.l_a1bx3ul .slick-prev{
    left: -50px;
}
.l_a1bx3ul .slick-list{
    padding: 35px 0;
}
.l_a1bx3li a::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(4, 133, 226, 0.51);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    transition: all .36s;
    opacity: 0;
}
.l_a1box3 {
    position: relative;
}
@media screen and (min-width: 1200px) {
    .l_a1bx3more:hover .l_circle{
        transform: rotate(360deg);
    }
    .l_f2bx2bt:hover .l_f2bx2bg img{
        transform: translateX(-50%) scale(1.05);
    }
    .l_f1arrow:hover .l_before{
        opacity: 1;
    }
    .l_f1arrow:hover .l_after{
        opacity: 1;
    }
    .l_b1bx4ul .slick-prev:hover,
    .l_c1bx1ul .slick-prev:hover{
        background: url(../images/b_icon_01_1.svg) center / cover no-repeat;
    }
    .l_b1bx4ul .slick-next:hover,
    .l_c1bx1ul .slick-next:hover{
        background: url(../images/b_icon_02_1.svg) center / cover no-repeat;
    }
    .l_a1pcxlli2:hover p {
        color: #00D0CB;
    }
    .l_a1bx3arr:hover .l_after{
        opacity: 1;
    }
    .l_a1bx3arr:hover .l_before{
        opacity: 0;
    }
    .l_a1pcnavli:hover::after{
        width: 100%;
    }
    .l_ftnavli2 a:hover{
        opacity: 1;
    }
    .l_a1bx1li .l_a1bx1lis1:hover a,
    .l_a1bx1li1:hover a{
        transform: translateY(-10px);
    }
    /* .l_a1bx1li a:hover .l_a1bx1more{
        opacity: 1;
    }.l_a1bx1li a:hover .l_a1bx1down{
        opacity: 0;
    } */
    .l_a1bx6le:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    .l_a1bx3li a:hover .l_a1bx3wz{
        display: none;
    }
    .l_a1bx3li a:hover .l_a1bx3hide{
        /* opacity: 1; */
        pointer-events: all;
        left: 0;
    }
    .l_a1bx3li a:hover .l_a1bx3hdwz {
        width: 72%;
    }
    .l_a1bx3li a:hover .l_a1bx3hdtit{
        left: calc(14% - 0.5em);
    }
    .l_a1bx3li a:hover{
        transform: scale(1.12);
        z-index: 9;
    }
    .l_a1bx3li a:hover::before{
        opacity: 1;
    }
    .l_a1bx2li2 a:hover .l_a1bx1more p {
        color: #12205B;
    }
    .l_a1bx2li2 a:hover .l_after{
        opacity: 1;
    }
    .l_a1bx2li2 a:hover .l_before{
        opacity: 0;
    }
    .l_a1bx2tblis:hover{
        background-color: #17E5E0;
    }
    .l_a1bx2tblis:hover::before{
        opacity: 1;
    }
    .l_b1bx2li:hover p{
        color: #12205B !important;
    }
    .l_b1bx2li:hover p::before,
    .l_b1bx2li:hover p::after{
        width: 100%;
    }
    .l_b1bx3lis:hover{
        box-shadow: 0px 4px 30px 0px #0B28741A;
    }
    .l_a1bx6li .l_a1bx1lis:hover .ys_imgbox_cover img,
    .l_a1bx6li a:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    .l_b6bx1lis:hover::after{
        width: 100%;
    }
    .l_c1bx1lis:hover{
        box-shadow: 0px 4px 30px 0px #0B28741A;
    }
    .l_f2banlklis:hover a{
        transform: translateY(-10px);
    }
    .l_f2bx1lis:hover .l_f2bx1tab{
        opacity: 1;
    }
    .l_f2bx1lis:hover{
        box-shadow: 0px 4px 30px 0px #0B28741A;
    }
    .l_c1bx3lis1:hover .l_c1bx3lis{
        animation: p_ddd1 1s ease-out;
    }
    .l_a1bx1li a:hover .l_a1bx1mores p {
        color: #12205B;
    }
    .l_a1bx3li a:hover .l_a1bx3hide::after{
        width: 72%;
    }
    /* D1盘古大模型 */
    /*.l_d1bx2lis:hover::after{*/
    /*    transform: scale(1.13);*/
    /*}*/
    /*.l_d1bx2lis:hover::after{*/
    /*    opacity: 1;*/
    /*}*/
    /*.l_d1bx2lis:hover .ys_imgbox_cover{*/
    /*    transform: scale(1.11);*/
    /*    opacity: 1;*/
    /*}*/
    .l_d1bx2lis:hover .l_d1bx2p p{
        color: rgba(255,255,255,1);
        transform: scale(1.18);
    }
    .l_a1navxlli:hover p{
        color: #00D0CB;
    }
    /* 二期样式 */
    .l_e2s1_prev:hover::after{
        background: url(../images/e1_icon_08_1.svg) center / cover no-repeat;
    }
    .l_e2s1_next:hover::after{
        background: url(../images/e1_icon_10_1.svg) center / cover no-repeat;
    }
    .l_e2s1_prev:hover,
    .l_e2s1_next:hover{
        background: rgba(23, 229, 224, 1);
        border: 1px solid rgba(23, 229, 224, 1);
    }
    .l_e2bx2li a:hover{
        box-shadow: 0px 0px 13px 1px rgba(60, 154, 174, 0.21);
    }
    .l_e2bx2li a:hover .l_before{
        opacity: 1;
    }
    .l_e2bx2li a:hover .l_after{
        opacity: 0;
    }
    .l_e2bx2li a:hover .l_a1bx1more p {
        color: #12205B;
    }
    .pc_fenye li:hover{
        color: #fff;
        background: #17E5E0;
        border: 1px solid #17E5E0;
    }
    .pc_fenye li:hover::before{
        color: #fff;
    }
    .l_e3bx1bt a:hover{
        color: #12205B;
    }
    .l_d1qk2li a:hover{
        box-shadow: 0px 4px 30px 0px rgba(11, 40, 116, 0.1);
        border: 1px solid transparent;
    }
    .l_d1qk2li a:hover .l_a1bx1more p{
        color: #12205B;
    }
    .l_d1qk2li a:hover .l_before{
        opacity: 1;
    }
    .l_d1qk2li a:hover .l_after{
        opacity: 0;
    }
    .l_d2bx1leli a:hover p{
        color: #17E5E0;
    }
    .l_f4bx1li:hover p{
        color: #17E5E0;
    }
    .l_f3bx2li a:hover{
        box-shadow: 0px 0px 13px 1px rgba(60, 154, 174, 0.21);
        border: 1px solid transparent;
    }
    .l_f4bx1lb_lis:hover{
        background-color: #6F748A;
    }
    .l_f4bx1lb_lis:hover p{
        color: #fff;
    }
    .l_d1qk2li a:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    .l_f3bx2li a:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    .l_e1bx2lis:hover::after{
        opacity: 1;
    }
    .l_e1bx2lis:hover .l_a1bx1tit {
        color: #ffffff;
    }
    .l_e1bx2lis:hover p{
        color: #ffffff;
    }
    .l_e1box6 .l_c1bx3lis:hover {
        animation: none;
    }
    .l_a1button:hover .l_a1btnbg{
        transform: translate3d(-50%,-50%,0) scale(1);
        opacity: 1;
        transition: transform .5s ease-in-out;
    }
    /* .l_a1button:hover{
        border: 1px solid transparent;
        transition: border .8s;
    }
    .l_a1button{
        transition: all .36s;
    } */
   
}
@media(max-width:600px) {
	.yx_title2 {
		font-size: 30px;
	}
}
.ys_pos_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.indexp{width: 100%; margin-bottom: 30px;}
.indexp dl{display: flex; justify-content: center;gap: 30px}
.indexp dl dd{width: 350px}
.indexp dl dd .img{overflow: hidden;}
.indexp dl dd img{max-width: 100%;vertical-align:top;}
.indexp dl dd .pinfo{padding:16px 24px 40px; background: #f5f5f5}
.indexp dl dd .pinfo h3{font-size: 18px; font-weight: 600; line-height: 24px;}
.indexp dl dd .pinfo p {
	margin-bottom: 8px;
	margin-top: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	opacity: 0.6;
}
.indexp dl dd a:hover .pinfo{background: #00b0e8; color: #fff}
.indexp dl dd a:hover .pinfo p{color: #fff; opacity: 1}
.indexp dl dd a:hover img{transform:scale(1.1)}
@media screen and (max-width:1487px) {
	.indexp dl{flex-wrap: wrap;gap: 0;}
	.indexp dl dd{width: 48%; margin-right: 4%; margin-bottom: 4%}
	.indexp dl dd:nth-child(2n){margin-right: 0}
	.indexp dl dd .pinfo{padding: 16px 12px 40px}
}
@media only screen and (max-width: 1487px){
	.site-header .nav-list .lin{
		padding: 0 10px;
	    height: 65px;
	}
	.site-header .logo a{width: auto;}
}