/*手机端导航*/
.mobile {
	width: 100%;
	position: absolute;
	display: none;
	top: 0px;
	right: 0;
	z-index: 99991
}

.mobile_title {
	width: 100%;
	float: left;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.mobile_title a {
	float: left;
	margin-left: 10px;
	color: #fff;
	line-height: 31px;
	height: 31px;
}

.mobile-inner-header {
	width: auto;
	height: 42px;
	position: absolute;
	top: 20px;
	right: 5px;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	float: right;
	width: 32px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background: #fff;
	z-index: 9999;
}

.mobile-inner-header-icon-out span {
	width: 24px;
	height: 2px;
	background-color: #444;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.mobile-inner-header-icon-click {
	background: none;
	margin-top: 10px;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	height: 100vh;
	background-color: rgba(28, 28, 28, 0.9);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	padding-top: 50px;
	padding-bottom: 25px;
	display: none;
	z-index: 999;
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 1.1rem;
	text-align: center;
	border-bottom: solid 1px #444;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav li {
	position: relative;
	padding: 0 20px;
}

.mobile-inner-nav li a {
	text-indent: 0;
}

.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 1.6em;
	font-weight: normal;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	color: #fff;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


.mobile_subNav {
	display: none;
	padding-left: 10px;
}

.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: dotted 1px rgb(105, 106, 106);
	font-size: 1rem;
	color: #c4c4c4;
}

.mobile_search {
	clear: both;
	position: relative;
	height: 36px;
	margin: 10px 30px 0;
	border: 1px solid #747474;
	border-radius: 30px;
	overflow: hidden;
}

.mobile_search input[type='text'] {
	width: 79%;
	color: #d9d9d9;
	margin-left: 15px;
	border: none;
	height: 34px;
	background: none;
}

.mobile_search .notxt1 {
	width: 45px;
	height: 36px;
	color: #fff;
	right: 0;
	position: absolute;
	top: 0;
	left: auto;
	background: url(../images/search.png) no-repeat center !important;
	border: none;
}



@keyframes rotate {
	from {
		transform: rotateX(90deg) translateY(0%);
		top: 43px;
	}

	to {
		transform: rotateX(0deg) translateY(0%);
		top: 43px;
	}
}



@media screen and (max-width:1200px) {
	body{
		min-width: auto!important;
	}
        .header{width:100vw}
	.topboxbg,header .nav{
		display: none;
	}
	.topboxbg,header>.container{
		padding: 15px;
		margin: 0;
	}
	.container{
		width: 100%;
		padding: 0 50px;
	}
	.mheader{
		background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
	}
	header.fixed .mheader{
		background:#fff;
	}
	.mheader,.mobile{
		display: block;
	}
	.mheader .logo{
		padding: 15px 20px;
	}
	.mheader .logo img{
		width: auto;
		display: block!important;
	}
	.mobile-inner-header{
		top:20px;right: 20px;
	}
	.home .body_a{
		height: 51vw;
	}
	.body_a .banner {
		position: relative;
		height: 51vw;
		overflow: hidden;
	}
	.body_a .banner .child:before{
		height: 50px;
	}
	.body_a .banner .child .fz30 {
	    bottom: 10px;
	    line-height: 1.5;
	    right: 70px;
	    font-size: 18px;
	    padding-left: 18px;
	}
	.body_a .banner .navg{
		right: 10px;
		bottom: 10px;
	}
	.body_a .banner .navg li.slick-active:after{
		width: 20px;
	}
	.home .body_b{
		top:51vw;
	}
	.body_b .tits{
		margin-bottom: 20px;
	}
	.home_1{
		padding: 40px 0 20px 0;
	}
	.home_11, .home_12,.home_21,.home_22 {
		width: 48%;
		opacity:1;
		transform: none;
		-webkit-transform: none;
	}
	
	.home_11{
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	.home_2{
		padding: 30px 0;
		background-size: cover;
	}
	.home_2 .tits{
		margin-bottom: 15px;
	}
	.home_2 .tits a.more{margin-top: 6px;}
	.body_b a.more span{
		width: 48px;
	}
	.home_21{
		margin-bottom: 20px;
	}
	
	.home_3 {
		padding: 30px 0;
	}
	.home_3 .link{
		margin-left: 40px;
	}
	.home_3 .rows{
		padding: 0 30px;
	}
	.home_3 .mode{
		width: 68%;
		height: 230px;
		padding: 30px 40px;
		margin-right: 20px;
	}
	.home_3 .rows:nth-of-type(2n) .pimg,.home_3 .rows:nth-of-type(3n) .pimg{
		width:48%;
		height: 310px;
	}
	.home_3 .rows .pimg img{
		width:100%;
		height: 310px;
		object-fit: cover;
	}
	.home_5{
		margin-top: 30px;
		padding-bottom: 30px;
		background-size: 100% auto;
	}
	.home_5_l{
		width:248px ;
		height: 400px;
		padding-top: 65px;
	}
	.home_5_l::before{
		border-right:248px solid transparent;
		top: -34px;
		border-bottom: 34px solid #ECF4F9;
	}
	
	.home_5_l li{
		font-size: 15px;
		padding: 12px 0;
	}
	.home_5_r{
		height: auto;
	}
	.home_6{
		padding: 30px 0;
	}
	.home_6 .item{
		height: 50vw;
		margin-left: 15px;
		opacity:1;
		transform: none!important;
		-webkit-transform: none!important;;
	}
	.home_6 .item .tit{
		font-size: 20px;
		top: 30px;
		
	}
	.home_6 .item .more1{
		font-size: 12px
	}
	.home_6 .item .more1:after {
	    height: 25px;
	}
	.home_7_1{
		margin-bottom: 20px;
	}
	.home_7_1, .home_7_2{
		width: 100%;
	}
	
}
@media screen and (max-width:800px) {
.header{
  position: relative;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}

.home .body_b {
	    top: 0; position: relative;width: 100vw;
	}
	.body_b .tits .tit span{
		font-size: 14px
	}
	.body_b a.more span{
		width: 28px;
	}
	.home_11, .home_12,.home_21,.home_22 {
		width: 100%;
		opacity:1;
		transform: none;
		-webkit-transform: none;
	}
	.home_3{
		padding: 30px 20px;
	}
	.home_3 .rows .link, .home_3 .rows .mode, .home_3 .rows .pimg{
		    transform: translateY(0);
		    opacity: 1;
	}
	.home_3 .list{
		margin: 0;
	}
	.home_3 .rows{
		margin: 0 50px;
	}
	
	.home_3 .link,.home_3 .mode{
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.home_3 .link,.home_3 .link .title{
		text-align: center;margin-bottom: 0;
	}
	.home_3 .link .title .tit{
		font-size: 20px;
	}
	.home_3 .link .title .txt{
		display: none;
	}
	.home_3 .link{
		padding: 15px 0;
	}
	.body_b a.more{
		font-size: 12px
	}
	.home_3 .link a.more{
		margin-top: 0;
	}
	.home_3 .mode{
		height: auto;
		padding: 25px;
	}
	
	.home_3 .rows:nth-of-type(2n) .link{
		float: none;
		margin:0;
		text-align: center;
		padding: 15px 0;
	}
	.home_3 .rows:nth-of-type(2n) .link a.more.right{
		float: none;margin: 0;
	}
	.home_3 .rows:nth-of-type(2n) .pimg,.home_3 .rows .pimg img,.home_3 .rows:nth-of-type(3) .pimg,.home_3 .rows:nth-of-type(3) .pimg img{
		width: 100%;
		height: auto;
	}
	
	.home_3 .rows:nth-of-type(3){
		margin-top:25px;display: block;width: auto;
	}
	.home_5{
		margin-top: 30px;
		padding-bottom: 30px;
		background-size: 100% auto;
	}
	.home_5_l{
		width: 178px;
		padding-top: 10px;
		height: auto;
	}
	.home_5_l::before{
		border-right: 178px solid transparent;
		top: -24px;
		border-bottom: 24px solid #ECF4F9;
	}
	
	.home_5_l li{
		font-size: 15px;
		padding: 12px 0;
	}
	.home_5_r{
		height: auto;
	}
	.home_6 .item .tit{
	    left: 10%;
	    top: 8%;
	}
}

@media screen and (max-width:600px) {
	header .logo{
		width: 50%;
	}
	
	.home .body_a{
			height: 50vw;    position: relative;
	}
	.body_a .banner {
	    height:50vw;width:100vw;
	}
	.home .body_a .bb{
		display: none;
	}
	.mobile-inner-header{
		top:12px
	}
	.container {
	    width: 100%;
	    padding: 0 20px;
	}
	.home_1 {
	    padding: 20px 0 20px 0;
	}
	.home_11 .swiper-news img{
		height:320px;
		object-fit: cover;
	}
	.swiper-media img{
		height: 150px;object-fit: cover;
	}
	.swiper-media .txt p{
		height: 70px;
	}
	.home_3 {
	    padding: 20px;
	}
	.home_3 .rows {
	    margin: 0 0px;padding: 0;
	}
	.home_3 .mode {
	    height: auto;
	    padding:15px;
	}
	.home_3 .mode .info .tit{
		font-size: 16px
	}
	.home_3 .mode .info .txt{
		 -webkit-line-clamp:3;
	}
	.home_5{
		background-size: 180% auto;
	}
	.home_5 .flexrows{
		display: block;
	}
	.home_5_l{
		width: 100%;
		padding: 0 20px;
		background-position: right bottom;
		background-size: 100% 50%;
	}
	.home_5_l ul{
		clear: both;
		overflow: hidden;
	}
	.home_5_l li {
	    font-size: 15px;
	    padding: 12px;
	    width: 50%;
	    float: left;
	    margin: 0;
	}
	.home_5_l li:nth-child(5){
		margin-top: 0px;
	}
	.home_5_l::before {
		top: -30px;
		border-bottom: 30px solid #ECF4F9;
	    border-right: calc(100vw - 50px) solid transparent;
	}
	.home_5_r{
		width: 100%;
	}
	.home_7_2 .cont a{
		width: 50%!important;
	}
	.home_6 .item .more1{
		right: 10%; letter-spacing: 1px;
	}
        .wz-cont video{
               width:90% 
        }

#showimg{
    width: 200px;
}

}

@media screen and (max-width:480px) {
	.home_11 .swiper-news img{
		height: 240px;
	}
	.swiper-media img {
	    height: 120px;
	    object-fit: cover;
	}
	.swiper-media .txt {
	    padding: 10px;
	    color: #454545;
	}
	.swiper-media .txt p{
		height: 50px;
	}
	.home_3 .mode .icon {
	    width: 160px;
	    overflow: hidden;
	}
	.home_3 .mode .info{
		margin-left: 15px;
	}
	.home_6 .item{
		margin-left: 10px;
		height: 70vw;
	}
	.home_7_1 ul{
		display: block;
		clear: both;
		overflow: hidden;
	}
	.home_7_1 ul li{
		float: left;
		width: 33.33%;
		padding: 0 15px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:400px) {
	header .logo{
		width:70%;
	}
	.container {
	    width: 100%;
	    padding: 0 15px;
	}
	.home_3 {
	    padding: 15px;
	}
	.home_6 .item{
		margin-left: 10px;
		height: 70vw;
	}
	.home_7_1 ul li{
		float: left;
		width: 50%;
		padding: 0 15px;
		margin-bottom: 15px;
	}
}
