/* banner固定需求 */
.slot-bg img {
	opacity: 0;
	width: 100%;
	height: 100%;
}

.scroBox {
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
}

/* 顶部导航 */
.w12 {
	width: 1200px;
	margin: auto;
}

/*  导航版心 */
.w1290 {
	width: 1200px;
	margin: 0 auto;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

/* 导航样式 */
#header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	padding: 33px 0;

}

#header .logo {
	width: 240px;
	height: 28px;
	background: url("/uploads/allimg/logo2.png");
	/* margin-right: 195px; */

}
#header.active{
	box-shadow: rgba(0, 0, 0, 0.5) 0px -7px 10px 0px !important;
}
#header .logo.active {
	background: url("/uploads/allimg/logo.png");
}

#header .nav li {
	float: left;
	position: relative;
}

#header .nav li a {
	color: #fff;
	font-size: 15px;
	display: block;
	padding: 0 25px;
	line-height: 28px;
}

#header .nav li a.active {
	color: #303e48;
}

.nav-item {
	margin-top: 5px;
	margin-left: 58px;
}

.nav-item .menu {
	width: 22px;
	height: 19px;
	display: inline-block;
	background: url("../images/sprites.png") -68px -15px;
	cursor: pointer;
}

.nav-item .menu.active {
	background: url("../images/sprites.png") -274px -17px;
}

.nav-item .search {
	width: 21px;
	height: 20px;
	display: inline-block;
	background: url("../images/sprites.png") -156px -15px;
	margin: 0 10px;
	cursor: pointer;
}

.nav-item .search.active {
	background: url("../images/sprites.png") -157px -60px;
}

.nav-item .link {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("../images/sprites.png") -118px -14px;
	cursor: pointer;
}

.nav-item .link.active {
	background: url("../images/sprites.png") -315px -16px;
}

.banBoxs {
	width: 100%;
	height: 500px;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

.banHov {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background-color: rgba(63, 99, 177,0.3);
}

.banBoxs .banTitles {
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 11;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.banBoxs .banimgs,.ph-banimg{
	width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ph-banimg{
	display: none;
}

/* 下拉搜索 */
/* 搜索 */
.search-slide {
	width: 100%;
	height: 100%;
	background-color: rgba(10, 64, 134, 0.9);
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1000;
}

.search-slide span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	background: url("../images/close.png") no-repeat center;
}

.search-slide input[type="text"] {
	width: 715px;
	height: 60px;
	background-color: #fff;
	border-radius: 30px;
	color: #000;
	font-size: 30px;
	line-height: 60px;
	text-indent: 1em;
}

#form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search-slide input[type="text"]::placeholder {
	color: #000;
}

.search-slide input[type="button"] {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url("../images/sprites.png") -157px -60px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}



/* 侧边栏-联系我们 */
.left-menu {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 600;
}

.left-menu-item {
	width: 62px;
	height: 72px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	font-size: 12px;
	padding-top: 44px;
	box-sizing: border-box;
	text-align: center;
	background: url(../images/lianximaijia-fan.png) no-repeat 19px 12px;
	background-size: 38%;
	cursor: pointer;
	background-color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	box-shadow: 0 0 10px rgba(3, 6, 10, 0.1);
}

.left-menu-item a {
	color: #666;
}

.left-menu-item2 {
	background-image: url("../images/客户.svg");
}

.left-menu-item3 {
	background-image: url(../images/erweima-fan.png);
}

.left-menu-item-common {
	width: 128px;
	background-color: #fff;
	position: absolute;
	top: 26px;
	left: 0px;
	padding: 9px 21px 13px 12px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	text-align: left;
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	-webkit-opacity: 0;
	z-index: -555;
	/* padding-left: 35px; */
}

.left-menu-item-common::after {
	width: 14px;
	height: 14px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	content: '';
	right: -7px;
	bottom: 21px;
	transform: rotate(45deg);
	z-index: 5;
	background-color: #fff;
}

.left-menu-item-common>a {
	color: #666666;
	font-size: 12px;
	position: relative;
	display: block;
	line-height: 20px;
}

/* .left-menu-item-common>a::before{
width: 4px;
height: 4px;
border: 1px solid #c2c2c2;
position: absolute;
content: '';
left: -15px;
top: 7px;
} */
.left-menu-item:hover .left-menu-item-common {
	left: -158px;
	opacity: 1;
	-webkit-opacity: 1;
}

.left-menu-item:hover>a {
	color: #fff;
}

.left-menu-item1:hover {
	background: #0033A3 url(../images/lianxi-icon.png) no-repeat 19px 12px;
	background-size: 38%;
	border: 1px solid #0033A3;
}

.left-menu-item2:hover {
	background: #0033A3 url("../images/客户-h.svg") no-repeat 19px 12px;
	background-size: 38%;
	border: 1px solid #0033A3;
}

.left-menu-item3:hover {
	background: #0033A3 url(../images/erweima.png) no-repeat 19px 12px;
	background-size: 38%;
	border: 1px solid #0033A3;
}

/* 联系我们结束 */

/* 导航下拉菜单 */
.nav-home{
	width: 25px;
	display: block;
}
.nav-home img{
	max-width: 100%;
}
.pro-slideBox{
	display: none;
	background: #FFFFFF;
    width: 165px;
    border-radius: 2px;
    position: absolute;
    top: 41px;
    left: 20%;
    padding-top: 5px;
}
.pro-slideBox::before{
	content: '';
    width: 0;
    height: 0;
    display: block;
    border-right: 5px transparent solid;
    border-bottom: 6px #FFFFFF solid;
    border-left: 5px transparent solid;
    position: absolute;
    top: -6px;
    left: 20px;
}
.pro-slideBox li{
	display: block;
	width: 100%;
}
.pro-slideBox li a{
	display: block;
    font-size: 14px;
	color: #666666 !important;
	padding: 12px 0 12px 15px !important;
	border-bottom: 2px #F8F8F8 solid;
}
.pro-slideBox li:last-child a{
	border-bottom: none;
}
.pro-slideBox li a:hover{
	color: #00479D !important;
}


/* 当前导航 */
.navBarBox {
	box-sizing: border-box;
	border-bottom: 2px #F4F4F4 solid;
}

.navBoxs {
	height: 90px;
}

.navBarBox .leftNavs .LNcons span {
	display: inline-block;
	margin-right: 15px;
}

.navBarBox .leftNavs .LNcons span img {
	vertical-align: middle;
}
.img_width {
	width: 18px !important;
	margin-top: -5px;
}
.navBarBox .leftNavs .LNcons span a {
	/* font-size: 12px; */
	font-size: 15px;
	color: #666666;
}

.navBarBox .leftNavs,
.navBarBox .rightNavs {
	line-height: 90px;
}

.navBarBox .rightNavs .swit-navlist li {
	list-style: none;
	float: left;
	margin-right: 50px;
}

.navBarBox .rightNavs .swit-navlist li:last-child {
	margin-right: 0;
}

.navBarBox .rightNavs .swit-navlist li a {
	font-size: 18px;
	color: #333333;
	display: block;
}

.navBarBox .rightNavs .swit-navlist li a span::before {
	width: 76px;
	height: 3px;
	content: '';
	background: #0062BE;
	display: block;
	margin: auto;
	position: relative;
	top: -2px;
	z-index: 5;
	opacity: 0;
}

.navBarBox .rightNavs .swit-navlist li a:hover span,
.nacActed {
	opacity: 1;
	width: 76px;
	height: 3px;
	content: '';
	background: #0062BE;
	display: block;
	margin: auto;
	position: relative;
	top: -2px;
	z-index: 5;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.LeaderCons {
	text-align: center;
	margin-bottom: 150px;
}

.LeaderCons .ConsL {
	padding-top: 75px;
}

.LeaderCons .ConsL p:nth-child(2) {
	font-size: 20px;
	color: #000000;
	margin-top: 30px;
}

.LeaderCons .ConsL p:nth-child(3) {
	font-size: 18px;
	color: #000000;
}

.LeaderCons .consLine {
	height: 495px;
	border: 1px #EFEFEF solid;
	margin: 0 30px 0 26px;
}

.LeaderCons .ConsDesc .article {
	width: 417px;
	padding-top: 75px;
}

.LeaderCons .ConsDesc .article p:first-child {
	margin-bottom: 0;
}

.LeaderCons .ConsDesc .article p {
	margin-bottom: 37px;
	font-size: 12px;
	line-height: 28px;
	color: #231815;
	text-align: left;
}

.LeaderCons .ConsDesc .writs {
	padding-left: 58px;
	padding-top: 75px;
}







/*底部*/
.pubmore {
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	width: 120px;
	line-height: 36px;
	height: 36px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 14px;
	position: relative;
}

.pubmore i {
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 12px;
	top: 0;
	background: url(../images/more-c.png) center no-repeat;
	width: 14px;
}

.pubmore span {
	position: relative;
	left: 0;
}

.pubmore:hover {
	background: #063b91;
	border-color: #063b91;
	color: #fff;
}

.pubmore:hover span {
	left: 10px;
}

.pubmore:hover i {
	right: 22px;
}


.text-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.subsidiary-box {
	width: 120px;
	position: absolute;
	right: 0;
	top: 0;
}

.subsidiary {
	position: relative;
	cursor: pointer;
}

.now-subsidiary {
	position: relative;
	padding: 0 20px 0 36px;
	background: url('../images/qi.png') left/26px no-repeat;
	color: #939393;
	line-height: 24px;
}

.now-subsidiary:after {
	position: absolute;
	content: '';
	right: 5px;
	top: 50%;
	width: 12px;
	height: 10px;
	margin-top: -5px;
	background: url(../images/b-arrow-y.png) center/12px no-repeat;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.subsidiary:hover .now-subsidiary {
	background-color: #fff;
	background-image: url(../images/qi-h.png);
	color: #000;
}

.subsidiary:hover .now-subsidiary:after {
	background-image: url(../images/b-arrow.png);
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.subsidiary-nav2 {
	position: absolute;
	bottom: 24px;
	width: 100%;
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.subsidiary:hover .subsidiary-nav2 {
	height: 60px;

}

.subsidiary-nav2 li {
	background-color: #fff;
	padding: 0 10px;
}

.subsidiary-nav2 li:hover {
	background-color: #063b91;
}

.subsidiary-nav2 li:hover a {
	color: #fff;
}

.subsidiary-nav2 li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #000;
}



.j_futurevideo {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	-webkit-opacity: 0;
}

.swiper-slide-active .j_futurevideo {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}





.p5 {
	width: 100%;
	background: #f3f3f3;
	padding: 38px 5% 0px;
	box-sizing: border-box;
}

.p5_top {
	position: relative;
}

.p5_top_txt {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.subscribe {
	font-size: 32px;
	color: #f3f3f3;
}

.p5_top_txt_e,
.p5_top_txt_c {
	font-size: 12px;
}

.p5_top_txt_e {
	margin-top: 20px;
	color: #bababa;
}

.p5_top_txt_c {
	margin-bottom: 30px;
	color: #c0c0c0;
}

.p5_input {
	width: 200px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d6d6d6;
	background: transparent;
	padding-left: 5px;
	color: #c0c0c0;
}

.p5_btn {
	margin-left: -5px;
	height: 34px;
	line-height: 30px;
	border: 1px solid #d6d6d6;
	font-size: 12px;
	color: #434343;
	background: #e5e5e5;
	width: 70px;
	text-align: center;
}

.p5_bottom {
	width: 1200px;
	margin: 0 auto;
}

.p5_mapLi {
	float: left;
	margin-right: 83px;
}

.p5_mapLi:last-child {
	margin-right: 0;
}

.p5_mapLi:first-child {
	padding-left: 0;
}

.p5_mapLi_ul li {
	margin-bottom: 10px;
}

.p5_mapLi_ul li a {
	color: #d3d3d3;
	font-size: 12px;
}
.p5_mapLi_ul li a:hover{
	color: #fff;
}
.p5_mapLi_ul li:first-child a {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.p5-inquiry-warp {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transform: translateY(-50%);
}

.p5-inquiry-warp h4 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

.p5-inquiry-warp p {
	font-size: 14px;
	color: #b4a176;
	margin-bottom: 16px;
}

.inquiry-input-warp {
	display: inline-block;
	border: 1px solid rgba(225, 225, 225, 0.6);
	border-radius: 10px;
}

.p5-inquiry-warp .button-warp {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
}

.p5-inquiry-warp .button-warp .button-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	background-color: rgba(0, 0, 0, 0.1);
}

.p5-inquiry-warp .button-warp:hover .button-bg {
	width: 100%;
}

.p5-inquiry-warp .inquiry-input,
.p5-inquiry-warp button {
	border-color: transparent;
	color: #fff;
	background-color: transparent;
	outline: none;
}

.p5-inquiry-warp .inquiry-input {
	caret-color: white;
	padding: 10px 12px;
	width: 12vw;

}

.p5-inquiry-warp button {
	position: relative;
	width: 6vw;
	padding: 10px 0;
	transition: 0.3s;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	color: #000;
}

.f2_btn {
	background: #000;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	width: 170px;
}

.f2_btn .Pubobtn-bg {
	background: #d2d2d2;
}

.f2_btn {
	text-align: center;
}

.f2_btn {
	height: 35px;
	line-height: 35px;
	width: 80px;
	display: inline-block;
	background: #535353;
	color: #fff;
	font-size: 12px;
	margin: 0;
}

.copy {
	margin-top: 30px;
}

.copy_top {
	border-bottom: 1px solid #707070;
	height: 55px;
	line-height: 55px;
	padding-left: 100px;
	/* background: url("../images/logo.png") no-repeat left top; */
}

.Copyright,
.policy,
.copy_top_left {
	color: #707070;
	float: left;
}
.copy_top_left .img-icon a{
 display: inline-block;
 width: 30px;
 margin-right: 20px;
 position: relative;
}
.copy_top_left .img-icon a .img-icon-ewm{
 display: none;
 position: absolute;
    bottom: 50px;
    right: 0;
    height: 132px;
    background-color: #ffffff;
}
.copy_top_left .img-icon a .img-icon-ewm img{
 height: 100%
}

.copy_top_left .img-icon a>img{
 max-width: 100%;
 vertical-align: middle;
 cursor: pointer;
 transition: all .5s ease;
}
.copy_top_left .img-icon a:last-child{
 margin-right: 0;
}
.copy_top_left .img-icon a:hover>img{
 opacity: 0.7;
}
.copy_top_left .img-icon a:hover .img-icon-ewm{
 display: block;
 opacity: 1 !important;
}

.copy_top_right {
	float: right;
}

.policy {
	margin-left: 10px;
}

.policy a {
	color: #707070;
	display: inline-block;
	padding: 0 8px 0 5px;
	border-right: 1px solid #707070;
	height: 15px;
	line-height: 15px;
}


.footBox {
	padding-bottom: 38px;
}

.copy_bottom {
	padding-left: 100px;
	color: #707070;
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.copy_top_right a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 15px;
}

.copy_top_right a>img {
	position: relative;
	z-index: 2;
}

.copy_bottom_left {
	float: left;
}

.toour {
	color: #707070;
}

.copy_bottom_left p {
	height: 24px;
	line-height: 24px;
}

.copy_bottom_right {
	float: right;
	position: relative;
	z-index: 3;
	cursor: pointer;
	height: 36px;
}

.copy_bottom_right i {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-left: 10px;
}

.copy_bottom_i1 {
	background: url("../images/language.png") no-repeat right bottom;
}

.copy_bottom_i2 {
	background: url("../images/top1.png") no-repeat center center;
}

.copy_bottom_span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	vertical-align: top;
	margin: 0 15px;
}

.copy_top_right a {
	position: relative;
}

.copy_top_right a .qrcode {
	position: absolute;
	z-index: 1;
	display: none;
	bottom: 42px;
	left: -48px;
}

.copy_top_right a .qrcode img {
	width: 120px;
}

.translate {
	display: none;
	background: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.translate li {
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 60px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #dcdcdc;
}

.translate li.copy_btn:hover {
	background-color: #919699;
}

.copy_bottom_right:hover {
	background: rgba(255, 255, 255, 1);
}

/* .copy_bottom_right:hover .translate{display: block;border-bottom-left-radius:5px;border-bottom-right-radius:5px;} */
.translate li.p0 {
	padding: 0;
	border-bottom: none;
}

.pG {
	font-size: 12px;
}

.copy_bottom {
	padding-left: 0;
}

.pG {
	padding-top: 65px;
}

.hzxx {
	width: 210px;
	height: 35px;
	line-height: 35px;
	background: #a0a0a0;
	color: #535353;
	font-size: 12px;
	text-align: center;
}

.f2_btn {
	height: 35px;
	line-height: 35px;
	width: 80px;
	background: #535353;
	color: #fff;
	font-size: 12px;
	margin: 0;
}

.fdmaincdea {
	padding: 0;
	text-align: right;
}

.fdmaincdeap1,
.fdmaincdeap2 {
	font-size: 12px;
	padding: 0;
	padding-bottom: 12px;
}

.fdmaincdeap2 {
	color: #c2bdbd;
}

.fdmaincdeap1 {
	color: #fff;
}

.pG {
	background: #333333;
	position: relative;
}

.p5_mapLi {
	padding-left: 1%;
}

.f2_btn {
	text-align: center;
}

.copy_top {
	text-align: right;
}

.copy_top_left {
	float: none;
}

.xcmainar:hover img,
.xcmainacl:hover img,
.xcmainacr:hover img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
}

.xcmainar img,
.xcmainacl img,
.xcmainacr img,
.logoa-next,
.logoa-prev,
.case-prev,
.case-next,
.mj6ac2,
.mj6aa em,
.pagegzhj img,
.uploadp5,
.mjpblistul span,
.hxteam li,
.swiper-slide-active i,
.swiper-slide-active span,
.swiper-slide-active em {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.bootimg {
	height: 577px;
}

.bootimg img {
	height: 100%;
}



/* 返回顶部 */
.back-tops {
	display: none;
	cursor: pointer;
	z-index: 1300;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10%;
	bottom: 15%;
	background: #0033A3 url(../images/back-totop.png) no-repeat 50%;
	background-size: 70%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}


.iphoneNav,
.footTain {
	display: none;
}




/* 手机端头部导航 */
.topnav {
	width: 100%;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
}

.navBox {
	width: 90%;
	margin: auto;
	border-bottom: 1px #FFFFFF solid;
	padding: 12px 0;
}

.navBox .logos {
	width: 51%;
}

.navBox .logos a img {
	max-width: 100%;
}

.navBox .iconBox {
	width: 70px;
}

.navBox .iconBox a {
	display: inline-block;
}

.bigmio {
	width: 25px;
	height: 25px;
}

.navBox .iconBox .san {
	display: block;
}

.navBox .iconBox .san span {
	display: block;
	width: 22px;
	height: 3px;
	background: #FFFFFF;
	position: relative;
	transition: all 0.8s ease;
}

.san .line1 {
	position: absolute;
	top: 4px;
}

.san .line2 {
	position: absolute;
	top: 8px;
}

.san .line3 {
	position: absolute;
	top: 13px;
}

.then1 {
	top: 10px !important;
	transform: rotate(45deg);
}

.then2 {
	opacity: 0;
}

.then3 {
	top: 5px !important;
	transform: rotate(-45deg);
}

.slideBox {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #2f2f2f;
	z-index: 46;
	overflow: hidden;
	overflow-y: scroll;
}

.slideBox .ph-navlist {
	margin: 55px 0 20px 0;
	padding: 0 20px;
	height: 100%;
	position: relative;
	overflow: hidden;
	overflow-y: scroll;
}

.navlist-box ul li a {
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 14px;
	display: block;
}

.navlist-box ul li a:after {
	content: '';
	border-bottom: 1px #FFFFFF solid;
	opacity: 0.3;
	display: block;
	position: relative;
	bottom: 0;
}

/* 手机底部 */
.footTain {
	width: 100%;
	background: #003894;
	padding: 20px 0 15px;
}

.footTain .Tainubox ul {
	width: 100%;
	text-align: center;
}

.footTain .Tainubox ul li {
	/* width: 100%; */
	margin: 0 10px;
	display: inline-block;
	list-style: none;
	text-align: center;
}
/* .footTain .Tainubox ul li:nth-child(4){
	display: none;
} */
.footTain .Tainubox ul li .foot-iconBox{
	display: block;
	margin: auto;
}
.footTain .Tainubox ul li .foot-iconBox a {
	display: inline-block;
	width: 25px;
	padding: 0 15px;
	position: relative;
}
.footTain .Tainubox ul li .foot-iconBox a>img{
	max-width: 100%;
	vertical-align: middle;
	transition: all .5s ease;
}

.img-icon-ewm1{
	left: 0 !important;
}
.foot-iconBox .img-icon-ewm{
	display: none;
	position: absolute;
    bottom: 100%;
	height: 132px;
    left: 100%;
    z-index: 45;
    border: 1px #999999 solid;
    transform: translateX(-50%);
    background-color: #ffffff;
}
.foot-iconBox .img-icon-ewm>img{
	height: 100%;
}

.foot-iconBox a:hover .img-icon-ewm{
	display: block;
}


.footTain .Tainubox ul li a {
	display: block;
	font-size: 12px;
	color: #f5f5f5;
	line-height: 22px;
	padding: 10px 0;
}

.footTain .footLogo {
	width: 100%;
	padding: 15px 0 20px;
}

.footTain .footLogo span {
	display: block;
	width: 42%;
	margin: auto;
}

.footTain .footLogo span img {
	max-width: 100%;
	margin: auto;
	text-align: center;
	display: block;
}

.footSby {
	width: 100%;
	text-align: center;
}

.footSby p,
.footSby p a {
	font-size: 12px;
	color: #F5F5F5;
	line-height: 22px;
}
.banner_att{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

@media screen and (max-width:1100px) {
	
	.Tain-01Box,.Tain-03_04Box,.tain4-desc{
		width: 90%;
	}
	.tain3-desc{
		width: 96%;
	}
	.tain4-swiBox{
		width: 100%;
	}
	
	.ph-banimg{
		background-size: 100%;
	}
	
	
	.iphoneNav,
	.footTain,.ph-banimg,.topnav{
		display: block;
	}

	#header,
	.pG,
	.slot-bg,
	.leftNavs,.left-menu,.banimgs{
		display: none;
	}

	.banBoxs {
		position: relative;
		height: 192px;
	}

	.banBoxs .banimgs,
	.banBoxs .banimgs img {
		height: 100%;
	}

	.banHov {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 10;
		background-color: rgba(63, 99, 177,0.3);
	}
	.rightNavs {
		width: 100%;
		margin: auto;
	}

	.navBarBox .rightNavs .swit-navlist li:last-child {
		margin-right: 0;
	}

	.navBarBox .rightNavs .swit-navlist li {
		margin-right: 0;
		width: 30%;
		text-align: center;

	}
	
	.navBarBox .rightNavs .newNavs li{
		width: 50%;
	}

	.navBarBox .rightNavs .swit-navlist li a {
		font-size: 12px;
	}


	/* 关于我们的当前导航 */
	.navBoxs {
		height: 60px;
		width: 90% !important;
	}

	.navBarBox .leftNavs,
	.navBarBox .rightNavs {
		line-height: 60px;
	}

	.navBarBox .rightNavs .swit-navlist li a span::before,
	.navBarBox .rightNavs .swit-navlist li a:hover span,
	.nacActed {
		width: 55px !important;
	}
	
	
	
	
	
	
	
	
	
	
	
}



@media screen and (max-width:375px) {
	.banBoxs {
		position: relative;
		height: 175px;
	}
}


@media screen and (max-width:360px) {
	.banBoxs {
		position: relative;
		height: 168px;
	}
	
}


@media screen and (max-width:320px) {
	.banBoxs {
		position: relative;
		height: 149px;
	}
}