*{
	/*font-family: "Microsoft YaHei","PingFang SC","SanFrancisco";*/
	font-family: Arial, Helvetica, sans-serif;
	color: #303133;
}
ul, li, p, h3 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
@media screen and (min-width:1500px) {
	.container {
		width: 1310px;
	}
	.indexcon{
 		width: 1430px;
 	}
}
.container {
	max-width: 1310px;
	margin: 0 auto;
	min-width: 320px;
}
.indexcon{
	max-width: 1430px;
	margin: 0 auto;
	min-width: 320px;
}
a {
	text-decoration: none !important;
	color: #303133;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #1D873B;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

/* 导航 */
.head{
	height: 100px;
	align-items: center;
	box-sizing: border-box;
	padding: 0 120px;
	background: #fff;
	z-index: 99999;
	width: 100%;
	box-sizing: border-box;
	transition: .3s ease-out;
	padding-top: 30px;
}
.head.indexhead{
	position: fixed;
	background: none;
	justify-content: space-between;
}
.head .navbox{
	align-items: center;
}
.head .navbox .lan{
	font-size: 18px;
	color: #fff;
	line-height: 26px;
}
.head .navbox .lan a{
	color: #fff;
}
.top0{
	position: fixed;
	top: 0;
}
.head.indexhead.top0{
	background: #000;
	padding-top: 0;
}
.head.indexhead.nhead{
	background: #000;
	position: fixed;
	padding-top: 0;
	top: 0;
}

nav.navbar.bootsnav{
	background: none;
}
.navbar-brand{
   height: auto;
   padding-top: 8px;
}
.navbar-brand h1{
    display: block;
    margin: 0;
	width: 274px;
	height: 86px;
	background: url(/style/image/logo.png) no-repeat center;
	background-size: 100%;
	overflow: hidden;
	text-indent: -999em;
}

nav.navbar.bootsnav{
    border: none;
}
.navbar-nav{
    float: left;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #303133;
    text-transform: uppercase;
    font-size: 18px;
	line-height: 26px;
	font-weight: normal;
}
nav.navbar.bootsnav ul.nav > li > a.hover{
	color: #1D873B;
}
.head.indexhead nav.navbar.bootsnav ul.nav > li > a{
	color: #fff;
}
nav.navbar.bootsnav ul.nav > li:hover{
	background: none !important;
}
nav.navbar.bootsnav ul.nav > li:hover{
    background: #f4f4f4;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    display: none;
}

.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
@media only screen and (max-width:990px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	background: none;
}

.allresult {
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: bold;
}
.result{
	margin-bottom: 30px;
}
.result li {
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
}
.result li a {
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.head.indexhead .toptell{
	color: #fff;
	background: url(../image/phone2.png) no-repeat left center;
	background-size: 28px;
}
.head.indexhead .search .sbtn{
	background: url(../image/search-w.svg) no-repeat center;
	background-size: 28px;
}
.head.top0 .toptell{
	color: #1D873B;
	background: url(../image/phone.png) no-repeat left center;
	background-size: 28px;
}
.head.top0 .search .sbtn{
	background: url(../image/search.svg) no-repeat center;
}

.head .m-btn { 
  float:right; 
  margin-right:0em; 
  position:relative;
  width: 27px;
  height: 20px;
  cursor: pointer;
}
.head .m-btn .box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.head .m-btn .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform 0.2s 0.1s;
    -moz-transition: -moz-transform 0.2s 0.1s;
    transition: transform 0.2s 0.1s;
}
.head .m-btn .line1 {
    /* width: 12px; */
    top: 0;
}
.head .m-btn .line2 {
    /* width: 22px; */
    top: 7px;
}
.head .m-btn .line3 {
    /* width: 16px; */
    top: 14px;
}

.head .m-btn.cur .line1, .head .m-btn.cur .line2, .head .m-btn.cur .line3 {
    width: 100%;
}
.head .m-btn.cur .line1 {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -moz-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    -o-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    background-color: #fff;
}
.head .m-btn.cur .line1, .head .m-btn.cur .line2, .head .m-btn.cur .line3 {
    width: 100%;
}
.head .m-btn.cur .line2{
	opacity: 0;
}
.head .m-btn.cur .line3 {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -moz-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    -o-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
    background-color: #fff;
}

@media screen and (max-width:1900px){
	.head{
		padding-left: 100px;
		padding-right: 100px;
	}
	.navbar-brand{
		margin-right: 40px;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		padding-left: 20px;
		padding-right: 20px;
	}
	.toptell{
		margin-right: 30px;
	}
}
@media screen and (max-width:1600px){
	.navbar-brand {
  		margin-right: 20px;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		font-size: 16px;
	}
	.toptell{
		font-size: 20px;
	}
}
@media screen and (max-width:1500px){
	.head{
		height: 100px;
		padding-top: 0;
	}
	.navbar-brand {
  		margin-right: 0;
  		padding-bottom: 8px;
	}
	.navbar-brand h1 {
  		width: 220px;
	}
	nav.navbar.bootsnav ul.nav > li > a {
  		padding-left: 13px;
  		padding-right: 13px;
  		font-size: 15px;
	}
	.toptell {
  		font-size: 18px;
  		background-size: 22px !important;
  		padding-left: 30px;
  		margin-right: 10px;
	}
	.head .search .sbtn{
		background-size: 22px !important;
	}
}
@media screen and (max-width:1300px){
	.head{
		padding-left: 50px;
	}
	.toptell,.head .search{
		display: none;
	}
}
@media screen and (max-width:1100px){
	.navbar-brand{
		padding: 8px;
	}
	.navbar-brand h1 {
  		width: 160px;
  		height: 40px;
	}
	nav.navbar.bootsnav ul.nav > li > a {
  		padding-left: 10px;
  		padding-right: 10px;
	}
}
@media screen and (max-width:992px){
	.head{
		padding: 0 20px;
		padding-left: 10px;
		height: 80px;
		justify-content: space-between;
		align-items: center;
	}
	body.side-right > .wrapper {
	  	margin-left: 0 !important;
	  	margin-right: 0 !important;
	}
	nav.navbar.bootsnav .navbar-toggle{
		background: none;
		padding: 2px 10px;
		margin: 0;
	}
	nav.navbar.bootsnav .navbar-toggle i{
		color: #000;
	}
	.navbar{
		min-height: 37px;
	}
	.head nav.navbar.bootsnav ul.nav > li > a{
		color: #303133 !important;
	}
	nav.navbar.bootsnav .navbar-toggle i{
		top: 2px;
	}
	.side-right .glyphicon-list::before{
		content: "\e014";

	}
	nav.navbar.bootsnav li.dropdown a.dropdown-toggle::before{
		font-family: 'Glyphicons Halflings';
		content: "\e259";
		color: #999;
	}
	nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle::before {
  		content: "\e260";
	}
	nav.navbar.bootsnav{
		margin-top: 10px;
	}
	.head .navbox .lan a{
		font-size: 15px;
	}
}

/* bannre */
.banner{
	overflow: hidden;
	position: relative;
	height: 100vh;
}
.banner .swiper-slide{
	display: flex;
	align-items: center;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
	.banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	
.banner img{
	width: 100%;
}
.banner .ban-pag{
	bottom: 15px;
}
.banner .ban-pag .swiper-pagination-bullet{
	background: #fff;
	width: 26px;
	height: 6px;
	opacity: 0.6;
	border-radius: 240px;
}
.banner .ban-pag .swiper-pagination-bullet-active{
	width: 100px;
	opacity: 1;
}
@media screen and (max-width:992px){
	.banner{
		height: auto;
	}
	.banner .ban-pag {
  			bottom: 6px;
	}
	.banner .ban-pag .swiper-pagination-bullet{
		width: 16px;
		height: 5px;
	}
	.banner .ban-pag .swiper-pagination-bullet-active{
		width: 30px;
	}
}

.about{
	background: #000;
	height: 1080px;
}
.about .ab_box{
	height: 100%;
	align-items: center;
	padding: 0 10%;
}
.about .ab_box .ab_img{
	position: relative;
    background: linear-gradient(to right, #e0e6eb, #cddae6);
    height: 500px;
    width: 60%;
}
.about .ab_box .ab_img img{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.about .ab_box .ab_info{
	height: 500px;
	background: #fff;
	width: 40%;
	padding: 0 5%;
	padding-top: 100px;
}
.about .ab_box .ab_info img{
	max-width: 100%;
	width: 400px;
}
.about .ab_box .ab_info p{
	width: 330px;
	font-size: 26px;
	line-height: 30px;
	color: #000;
	margin-top: 30px;
}
.about .ab_box .ab_info span{
	display: block;
	color: #000;
	font-size: 20px;
	width: 300px;
	line-height: 22px;
	margin-top: 15px;
}
.about .ab_box .ab_info a{
	color: #7c7c7c;
	font-size: 18px;
	margin-top: 80px;
	display: block;
	background: url(/style/image/arrow.png) no-repeat center;
	width: 250px;
	transition: .3s ease-out;
}
.about .ab_box .ab_info a:hover{
	width: 260px;
}
@media screen and (max-width:1600px){
	.about{
		height: 900px;
	}
}
@media screen and (max-width:1500px){
	.about .ab_box .ab_img,.about .ab_box .ab_info{
		width: 50%;
	}
}
@media screen and (max-width:992px){
	.about{
		height: 700px;
	}
}
@media (max-width: 768px){
	.about{
		height: auto;
	}
	.about .ab_box .ab_img img{
		position: relative;
	}
	.about .ab_box .ab_img,.about .ab_box .ab_info{
		width: 100%;
	}
	.about .ab_box{
		padding: 0;
	}
	.about .ab_box .ab_img{
		height: auto;
		padding-top: 30px;
	}
	.about .ab_box .ab_info{
		padding-top: 60px;
		height: auto;
		padding-bottom: 80px;
	}
	.about .ab_box .ab_info img{
		width: 300px;
	}
	.about .ab_box .ab_info a{
		margin-top: 60px;
	}
}


.video{
	background: url(/style/image/food.jpg) no-repeat center/cover;
	background-attachment: fixed;
	padding-top: 120px;
	padding-bottom: 140px;
}
.videobox{
	max-width: 95%;
	width: 1600px;
	margin: 0 auto;
}
.video .video_top{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 650px;
}
.video_bottom{
	justify-content: space-between;
	align-items: flex-end;
}
.video_left p{
	color: #fff;
	font-size: 30px;
	line-height: 35px;
}
.video_left span{
	color: #fff;
}
.video_bottom a{
	color: #fff;
	background: url(/style/image/arrow3.png) no-repeat right center;
	padding-right: 30px;
	transition: .3s ease-out;
}
.video_bottom a:hover{
	padding-right: 35px;
}
@media (max-width: 768px){
	.video{
		padding-top: 80px;
	}
	.video .video_top{
		margin-bottom: 300px;
		font-size: 28px;
	}
	.video .video_top{
		margin-bottom: 200px;
	}
	.video_left{
		width: 100%;
	}
	.video_bottom a{
		margin-top: 80px;
	}
}

.product{
	background: url(/style/image/probg.jpg) no-repeat center/cover;
	height: 1080px;
	padding-top: 180px;
	box-sizing: border-box;
}
.product .pro_tit{
	color: #fff;
	font-size: 18px;
	background: url(/style/image/protit.png) no-repeat;
	background-size: 300px;
	margin: 0 auto;
	width: 300px;
	box-sizing: border-box;
	padding-left: 100px;
	padding-top: 15px;
	padding-bottom: 10px;

}
.product ul{
	padding: 0 10%;
	margin: 0 auto;
	margin-top: 100px;
}
.product ul li{
	width: 25%;
	padding: 0 7px;
}
.product ul span{
	display: block;
	color: #fff;
	margin-bottom: 20px;
	background: url(/style/image/q.png) no-repeat left center;
	padding-left: 22px;
}
.product ul li img{
	width: 100%;
}
.product ul li p{
	color: #fff;
	font-size: 16px;
	padding-top: 20px;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
	width: 80%;
	transition: .3s ease-out;
}
.product ul li a:hover p{
	width: 100%;
}
@media (max-width:1500px){
	.product{
		height: auto;
		padding-bottom: 200px;
	}
}
@media (max-width: 768px){
	.product{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.product ul{
		margin-top: 50px;
		padding: 0 10px;
	}
	.product ul li{
		width: 50%;
		margin-bottom: 50px;
	}
}

.bhl{
	height: 1080px;
}
.bhl_box{
	width: 1550px;
	max-width: 90%;
	height: 100%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.bhl .x6{
	width: 50%;
}
.bhl .bhl_r{
	width: 40%;
}
.bhl .bhl_r img{
	max-width: 100%;
}
.bhl .bhl_r p{
	color: #000;
	font-size: 22px;
	line-height: 35px;
	margin-top: 50px;
}
.bhl .bhl_r a{
	color: #000;
	font-size: 18px;
	margin-top: 40px;
	display: block;
	background: url(/style/image/arrow2.png) no-repeat center;
	width: 250px;
	transition: .3s ease-out;
}
.bhl .bhl_r a:hover{
	width: 260px;
}
@media (max-width: 1600px){
	.bhl{
		height: auto;
		padding: 200px 0;
	}
}
@media (max-width: 768px){
	.bhl{
		padding: 80px 0;
	}
	.bhl .x6{
		width: 80%;
		margin: 0 auto;
	}
	.bhl .bhl_r{
		width: 100%;
		margin-top: 50px;
	}
	.bhl .bhl_r img{
		width: 80%;
	}
	.bhl .bhl_r p{
		font-size: 17px;
		margin-top: 30px;
	}
}

.footer{
	background: #000;
}
.foot_box{
	max-width: 95%;
	width: 1620px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 200px;
}
.foot_box .f1{
	width: 510px;
	max-width: 100%;
}
.foot_box .f1_cont p{
	color: #898989;
	font-size: 19px;
	margin-top: 50px;
	line-height: 30px;
}
.foot_box .f1_cont p a{
    color: #898989;
}
.foot_box .f1_cont img.ewm{
	margin-top: 30px;
	width: 120px;
}
.foot_box .f1_cont .zz{
    display: block;
    width: 154px;
}
.foot_box .f1_cont .zz img{
    width: 154px;
    margin-top: 10px !important;
}
.foot_box .f2 li{
	margin-right: 40px;
}
.foot_box .f2 span a{
	font-size: 19px;
	color: #fff;
}
.foot_box .f2 span{
	margin-bottom: 70px;
	display: block;
}
.foot_box .f2 p{
	margin-bottom: 40px;
}
.foot_box .f2 p a{
	font-size: 19px;
	color: #898989;
}
.foot_box .f3 p{
	font-size: 19px;
	color: #fff;
	margin-bottom: 70px;
}
.foot_box .f3 .search{
	position: relative;
}
.foot_box .f3 input{
	background: none;
	border: 1px solid #898989;
	border-radius: 20px;
	height: 37px;
	padding-left: 16px;
	width: 260px;
}
.foot_box .f3 button{
	position: absolute;
	right: 6px;
	background: url(/style/image/s.png) no-repeat center;
	width: 37px;
	height: 37px;
}
@media (max-width:1600px){
	.foot_box .f1{
		width: 35%;
	}
	.foot_box .f2{
		width: 65%;
	}
	.footer .f3{
		display: none;
	}
}
@media (max-width:992px){
	.foot_box .f1{
		width: 100%;
	}
	.foot_box .f2{
		display: none;
	}
	.foot_box{
		padding-top: 50px;
    	padding-bottom: 60px;
	}
	.foot_box .f1_cont .zz{
	    margin-left: auto;
	    margin-right: auto;
	}
	.foot_box .f1 img{
		display: block;
		margin: 0 auto;
	}
	.foot_box .f1 .f1_cont img{
		margin-top: 30px;
	}
	.foot_box .f1_cont p{
		text-align: center;
		margin-top: 30px;
	}
}

.nban img{
	width: 100%;
}
.p_menu{
	width: 1460px;
	margin: 0 auto;
	justify-content: space-between;
	margin-top: 100px;
	max-width: 92%;
}
.p_menu li{
	margin-right: 70px;
}
.p_menu li a{
	font-size: 25px;
	color: #000;
	position: relative;
}
.p_menu li a::after{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #000;
	transition: .3s ease-out;
}
.p_menu li a:hover::after,.p_menu li a.on::after{
	width: 100%;
}
.p_menu form{
	position: relative;
}
.p_menu form input{
	height: 42px;
	width: 320px;
	border: 1px solid #000;
	border-radius: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.p_menu form button{
	position: absolute;
	right: 0;
	background: url(/style/image/s2.png) no-repeat center;
	height: 30px;
	width: 30px;
	background-size: 100%;
	right: 10px;
	top: 4px;
}

.p_list{
	width: 1460px;
	margin: 0 auto;
	max-width: 92%;
}
.p_list ul{
	margin: 0 -20px;
	margin-top: 100px;
	color: #000;
}
.p_list li{
	width: 25%;
	padding: 0 20px;
	margin-bottom: 50px;
}
.p_list li .box{
	overflow: hidden;
    position: relative;
    height: 250px;
}
.p_list li .box img{
	width: 100%;
	transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	vertical-align: middle;
	height: 100%;
    object-fit: cover;
    width: 100%;
}
.p_list li a:hover .box img {
    transform: scale(1.08, 1.08);
}
.p_list li p{
	font-size: 20px;
	margin-top: 30px;
}

@media (max-width:1500px){
    .p_list li .box{
        height: 220px;
    }
}
@media (max-width:1300px){
    .p_list li .box{
        height: 200px;
    }
}
@media (max-width:1200px){
	.p_menu form{
		display: none;
	}
	.p_menu li {
	    margin-right: 40px;
	}
	.p_menu li a{
		font-size: 18px;
	}
}
@media (max-width:992px){
	.p_menu{
		margin-top: 60px;
	}
	.p_list ul{
		margin-top: 50px;
	}
	.p_list li .box{
        height: 130px;
    }
    .p_list li {
        width: 25%;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .p_list li p {
        font-size: 18px;
        margin-top: 20px;
    }
}
@media (max-width: 768px){
	.p_menu {
        margin-top: 40px;
    }
	.p_menu li{
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.p_list ul {
		margin: 0 -10px;
        margin-top: 20px;
    }
	.p_list li{
		width: 50%;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.p_list li p{
		font-size: 17px;
		margin-top: 20px;
	}
	.p_list li .box {
        height: 120px;
    }
}

.bread{
	max-width: 1600px;
	width: 95%;
	margin: 0 auto;
	margin-top: 150px;
	font-size: 18px;
}


.showimg{
	max-width: 1600px;
	width: 95%;
	margin: 0 auto;
	margin-top: 50px;
	align-items: flex-start;
}
.showimg .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
}
.showimg .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.showimg .swiper {
  	width: 100%;
  	height: 300px;
  	margin-left: auto;
  	margin-right: auto;
}

.showimg .swiper-slide {
  	background-size: cover;
  	background-position: center;
}

.showimg .mySwiper2 {
  	height: 80%;
  	width: 100%;
}

.showimg .mySwiper {
  	height: 30%;
  	box-sizing: border-box;
  	padding: 10px 0;
}

.showimg .mySwiper .swiper-slide {
  	width: 25%;
  	height: 100%;
  	opacity: 0.4;
  	display: flex;
    align-items: center;
    height: 160px;
    overflow: hidden;
}
.showimg .swiper-button-next,.showimg .swiper-button-prev{
	color: #fff;
}
.showimg .mySwiper .swiper-button-next::after,.showimg .mySwiper .swiper-button-prev::after{
	font-size: 30px;
}

.showimg .mySwiper .swiper-slide-thumb-active {
  	opacity: 1;
}

.showimg .swiper-slide img {
  	display: block;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}
.show_swiper{
	width: 40%;
}

.showimg .showimg_tit{
	width: 60%;
	padding-left: 100px;
	margin-top: 60px;
}
.showimg .showimg_tit h3{
	font-size: 40px;
	border-bottom: 1px solid #b1b2b2;
	padding-bottom: 30px;
	color: #000;
}
.showimg .showimg_tit p{
	font-size: 17px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #000;
}
.showimg .showimg_tit span{
	display: block;
	font-size: 17px;
	color: #000;
}
.showimg_info{
	max-width: 1600px;
	width: 95%;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 100px;
}
@media (max-width:1600px){
    .showimg .mySwiper .swiper-slide{
        height: 130px;
    }
    .showimg .swiper-slide{
        height: 600px;
    }
}
@media (max-width:1300px){
    .showimg .mySwiper .swiper-slide{
        height: 120px;
    }
    .showimg .swiper-slide{
        height: 500px;
    }
    .showimg .showimg_tit{
        padding-left: 40px;
    }
}
@media (max-width:1200px){
	.showimg .showimg_tit{
		padding-left: 50px;
	}
	.showimg .showimg_tit {
	    margin-top: 20px;
	}
}
@media (max-width:992px){
	.showimg .showimg_tit {
	    margin-top: 0;
	}
	.showimg .mySwiper .swiper-slide{
        height: 90px;
    }
    .showimg .swiper-slide{
        height: 400px;
    }
    .showimg .showimg_tit{
        padding-left: 30px;
    }
}
@media (max-width: 768px){
	.bread{
		margin-top: 110px;
	}
	.show_swiper ,.showimg .showimg_tit{
	    width: 100%;
	}
	.showimg{
		margin-top: 30px;
	}
	.showimg .showimg_tit{
		padding-left: 0;
	}
	.showimg .showimg_tit h3{
		font-size: 22px;
		margin-top: 30px;
		padding-bottom: 20px;
	}
	.showimg_info{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.showimg .swiper-slide {
        height: 300px;
    }
    .showimg .mySwiper .swiper-slide {
        height: 60px;
    }
}

.abtop{
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 180px;
	justify-content: space-between;
	align-items: center;
}
.abtop p{
	font-size: 30px;
	color: #000;
}
.ab1{
	padding-top: 300px;
}
.ab1_info{
	text-align: center;
}
.ab1_info p{
	font-size: 35px;
	color: #000;
}
.ab1_info span{
	display: block;
	color: #6b6b6b;
	font-size: 17px;
	margin-top: 40px;
}
.ab1 img{
	width: 100%;
	margin-top: 200px;
}

.ab2{
	background: #000;
	padding-top: 100px;
	padding-bottom: 100px;
}
.ab2 img{
	max-width: 100%;
}
.ab2 .ab2_box{
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
}
.ab2_l{
	width: 60%;
}
.ab2_l p{
	font-size: 30px;
	color: #fff;
	margin-bottom: 100px;
}
.ab2_r{
	width: 40%;
}
.ab2_r p{
	color: #fff;
	font-weight: 200;
	font-family: "微软雅黑";
	margin-top: 100px;
}
.ab3{
	background: url(/style/image/a3.jpg) no-repeat top center #000;
	padding-top: 550px;
	padding-bottom: 300px;
}
.ab3_box{
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
}
.ab3_box p{
	font-size: 30px;
	color: #fff;
	margin-bottom: 70px;
}
.ab3_box span{
	color: #fff;
	font-weight: 200;
	font-family: "微软雅黑";
	margin-top: 100px;
	display: block;
	width: 600px;
	max-width: 100%;
}
.ab4{
	background: url(/style/image/a4.jpg) no-repeat bottom center #000;
	text-align: center;
	padding-top: 500px;
	padding-bottom: 100px;
}
.ab4 p{
	font-size: 25px;
	color: #fff;
	margin-bottom: 40px;
}
.ab4 span{
	color: #fff;
	margin: 0 auto;
	font-weight: 200;
	font-family: "微软雅黑";
}
.ab5{
	background: url(/style/image/a5.jpg) no-repeat top center #000;
	padding-top: 200px;
	padding-bottom: 450px;
}
.ab5_box{
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
}
.ab5_box .ab5_l_img{
	width: 35%;
	margin-bottom: 110px;
}
.ab5_box .ab5_l_img img{
	width: 22%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.ab5_l_info span{
	font-size: 36px;
	display: block;
	color: #fff;
	letter-spacing: 2px;
}
.ab5_l_info em{
    font-size: 16px;
	display: block;
	color: #fff;
}
.ab5_l_info p{
	font-size: 17px;
	color: #fff;
	margin-top: 40px;
	line-height: 28px;
}
@media (max-width:1200px){
	.ab1 {
	    padding-top: 200px;
	}
	.ab1 img {
	    margin-top: 120px;
	}
}
@media (max-width:992px){
	.abtop img{
		width: 450px;
	}
	.abtop p{
		font-size: 25px;
	}
}
@media (max-width: 768px){
	.abtop{
		margin-top: 120px;
	}
	.abtop img{
		width: 300px;
	}
	.abtop p{
		font-size: 22px;
		margin-top: 10px;
	}
	.ab1_info p {
	    font-size: 20px;
	}
	.ab1 {
	    padding-top: 90px;
	}
	.ab1_info span{
		font-size: 14px;
    	margin-top: 30px;
	}
	.ab1 img{
		margin-top: 40px;
	}
	.ab2_l p{
		font-size: 16px;
	}
	.ab2{
		padding-bottom: 30px;
	}
	.ab3{
		padding-top: 400px;
		padding-bottom: 200px;
	}
	.ab3_box p{
		font-size: 20px;
		line-height: 30px;
	}
	.ab3_box span{
		margin-top: 70px;
	}
	.ab4{
		padding-top: 300px;
	}
	.ab4 p{
		font-size: 18px;
	}
	.ab5_box .ab5_l_img{
		width: 100%;
		margin-bottom: 40px;
	}
	.ab5{
		padding-top: 100px;
		background-size: 100%;
    	background-position: bottom;
    	padding-bottom: 160px;
	}
}


.contbg{
	padding-bottom: 180px;
}
.conttop{
	background: url(/style/image/contbg.jpg) no-repeat center/cover;
	height: 700px;
	text-align: center;
}
.conttop span{
	display: block;
	font-size: 80px;
	color: #fff;
	padding-top: 300px;
}
.conttop p{
	font-size: 45px;
	color: #fff;
	margin-top: 100px;
}
.contbg{
	background: url(/style/image/contbg.png) no-repeat center/cover;
}
.contlogo{
	margin: 0 auto;
	display: block;
	padding-top: 150px;
	margin-bottom: 160px;
}
.contbox{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.contbox .formgroup{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.contbox .formgroup.yzm{
    justify-content: flex-start;
    align-items: center;
}
.contbox .formgroup.yzm input{
    margin-right: 30px;
}
.contbox .form-control{
    height: auto;
}
.contbox .formgroup input{
	line-height: 70px;
	background: #ededed;
	width: 48%;
	border: none;
	padding: 0 25px;
}
.contbox .mess{
	width: 60%;
}
.contbox .continfo{
    width: 40%;
}
.contbox textarea{
	margin-top: 40px;
	margin-bottom: 45px;
	border: none;
	background: #ededed;
	width: 100%;
	height: 180px;
	box-sizing: border-box;
	padding: 25px;
}
.contbox button{
	width: 48%;
	border: none;
	background: #000;
	color: #fff;
	line-height: 70px;
	font-size: 25px;
	margin-top: 35px;
}
.continfo{
	padding-left: 70px;
}
.continfo p{
	font-size: 28px;
	color: #000;
	line-height: 35px;
	border-bottom: 1px solid #cfd0d0;
	padding-bottom: 30px;
	margin-bottom: 45px;
}
@media (max-width: 1500px){
	.conttop{
		height: 600px;
	}
	.conttop span{
		padding-top: 260px;
	}
	.conttop p {
	    margin-top: 50px;
	}
	.contbox textarea{
	    margin-top: 30px;
        margin-bottom: 30px;
	}
}
@media (max-width: 1300px){
	.contbox .mess {
	    width: 50%;
	}
	.contbox .continfo{
		width: 50%;
	}
}
@media (max-width:992px){
	.contlogo {
	    padding-top: 100px;
	    margin-bottom: 100px;
	}
	.continfo {
	    padding-left: 50px;
	}
	.contbox textarea{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px){
	.conttop {
	    height: 400px;
	}
	.conttop span{
		font-size: 40px;
		padding-top: 200px;
	}
	.conttop p{
		font-size: 30px;
		margin-top: 10px;
	}
	.contlogo{
		max-width: 400px;
		width: 80%;
		padding-top: 60px;
    	margin-bottom: 60px;
	}
	.contbox .mess,.contbox .continfo{
		width: 100%;
	}
	.continfo{
		width: 100%;
		padding-left: 0;
	}
	.contbox .formgroup input{
		line-height: 50px;
	}
	.contbox textarea{
		height: 130px;
	}
	.contbox textarea {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.contbox button {
	    width: 40%;
	    line-height: 50px;
	    font-size: 20px;
	    margin-top: 20px;
	}
	.continfo{
		margin-top: 50px;
	}
	.continfo p{
		font-size: 22px;
		padding-bottom: 20px;
    	margin-bottom: 30px;
	}
	.contbg {
	    padding-bottom: 60px;
	}
}

.casetop{
	width: 95%;
	max-width: 1440px;
	margin: 0 auto;
	margin-top: 180px;
	align-items: center;
	justify-content: space-between;
}
.casetop .bread{
	font-size: 25px;
	margin: 0;
	width: auto;
}
.casetop .bread a,.casetop .bread span,.casetop ul li a{
	color: #000;
}
.casetop ul li a{
	font-size: 25px;
	margin-left: 40px;
	position: relative;
	padding-bottom: 5px;
}
.casetop ul li a::after{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s ease-out;
}
.casetop ul li a:hover::after,.casetop ul li a.on::after{
	width: 100%;
}

.case_sw{
	max-width: 95%;
	width: 1600px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 60px;
}
.caseswiper{
	max-width: 100%;
	width: 1440px;
	margin-top: 50px;
}
.caseswiper .swiper-slide .box{
    height: 700px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caseswiper .swiper-slide img{
	height: 100%;
	width: auto;
}
.case_info{
	background: #e5e5e5;
	padding: 0 70px;
	height: 180px;
	align-items: center;
}
.case_info .case_info_left{
	font-size: 30px;
	color: #000;
	margin-right: 100px;
}
.case_info .case_info_right h4{
	margin: 0;
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
}
.case_info .case_info_right em{
	margin: 0 30px;
}
.case_info .case_info_right p{
	color: #000;
	font-size: 18px;
}
.case_sw .swiper-button-next, .case_sw .swiper-button-prev{
	color: #9fa0a0;
	top: 40%;
}
.case_sw .swiper-button-next{
	right: 0;
}
.case_sw .swiper-button-prev{
	left: 0;
}
.case_sw .swiper-pagination{
	bottom: 0;
}
.case_sw .swiper-pagination .swiper-pagination-bullet{
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 2px solid #9fa0a0;
	background: none;
	opacity: 1;
}
.case_sw .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #9fa0a0;
}
.casemore {
	margin-bottom: 170px;
}
.casemore .casemore_tit{
	font-size: 30px;
	color: #000;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 60px;
}
.cmSwiper img{
	width: 100%;
}

.cmSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cmSwiper .swiper-slide {
  	width: 50%;
  	height: 600px;
  	overflow: hidden;
}
@media (max-width:1600px){
    .caseswiper .swiper-slide .box{
        height: 600px;
    }
}
@media (max-width:1500px){
    .cmSwiper .swiper-slide {
      	height: 500px;
    }
}
@media (max-width:1200px){
	.casetop{
		margin-top: 150px;
	}
	.casetop .bread,.casetop ul li a{
		font-size: 20px;
	}
	.casemore .casemore_tit{
		margin-top: 100px;
	}
	.cmSwiper .swiper-slide {
      	height: 400px;
    }
    .caseswiper .swiper-slide .box{
        height: 500px;
    }
}
@media (max-width:992px){
	.casetop{
		margin-top: 120px;
	}
	.casetop .bread,.casetop ul li a{
		font-size: 20px;
	}
	.cmSwiper .swiper-slide {
      	height: 300px;
    }
}
@media (max-width: 768px){
	.casetop .bread{
		font-size: 16px;
	}
	.casetop ul li a {
	    font-size: 20px;
	}
	.casetop ul{
		margin-top: 20px;
	}
	.casetop ul li a{
		margin-left: 0;
		margin-right: 20px;
	}
	.caseswiper{
		margin-top: 30px;
	}
	.case_sw .swiper-button-next, .case_sw .swiper-button-prev {
	    top: 22%;
	}
	.case_info{
		padding: 0 10px;
		height: 130px;
	}
	.case_info .case_info_left{
		font-size: 22px;
		margin-right: 0;
		width: 100%;
	}
	.case_info .case_info_right h4{
		font-size: 18px;
	}
	.case_info .case_info_right p{
		font-size: 15px;
	}
	.case_info .case_info_right em {
	    margin: 0 10px;
	}
	.case_sw .swiper-pagination .swiper-pagination-bullet{
		width: 12px;
    	height: 12px;
	}
	.case_sw{
		padding-bottom: 30px;
	}
	.casemore .casemore_tit{
		font-size: 25px;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.casemore {
	    margin-bottom: 60px;
	}
	.cmSwiper .swiper-slide {
      	height: 160px;
    }
    .caseswiper .swiper-slide .box{
        height: 300px;
    }
    .case_sw .swiper-button-next:after, .case_sw .swiper-button-prev:after{
        font-size: 35px;
    }
    .case_sw .swiper-button-next, .case_sw .swiper-button-prev {
        top: 30%;
    }
}

.anti1{
	background: url(/style/image/anti1.jpg) no-repeat center/cover;
	display: flex;
	justify-content: center;
	height: 730px;
	flex-direction: column;
	padding-left: 260px;
}
.anti1 p,.anti1 span,.anti1 em{
	color: #fff;
}
.anti1 span{
	font-size: 68px;
	font-weight: 200;
}
.anti1 p{
	font-size: 80px;
}
.anti1 em{
	font-size: 28px;
	font-style: normal;
	letter-spacing: 2px;
}
.anti2{
	background: #000;

	border-bottom: 1px solid rgba(255,255,255,.3);
}
.anti2box{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.anti2box ul{
	justify-content: space-between;
}
.anti2box ul p,.anti2box ul span,.anti2box ul a{
	color: #fff;
}
.anti2box ul li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #999;
	width: 31%;
	padding-top: 40px;
	padding-bottom: 60px;
}
.anti2box ul li span{
	font-size: 90px;
}
.anti2box ul li p{
	font-size: 55px;
	margin-bottom: 30px;
}
.anti2box ul li a{
	color: #999;
	font-size: 28px;
	line-height: 70px;
	border: 1px solid #999;
	width: 300px;
	text-align: center;
}
.anti2_bot{
	height: 570px;
	align-items: center;
	justify-content: space-between;
}
.anti2_bot_left p,.anti2_bot_left span{
	color: #fff;
}
.anti2_bot_left p{
	font-size: 60px;
}
.anti2_bot_left span{
	font-size: 30px;
	letter-spacing: 5px;
}
.anti2_bot_right{
	position: relative;
}
.anti2_bot_right input{
	width: 950px;
	line-height: 170px;
	border: 1px solid #232323;
	background: none;
	font-size: 28px;
	max-width: 100%;
	padding-left: 40px;
    padding-right: 290px;
}
.anti2_bot_right button{
	position: absolute;
	right: 16px;
	border: none;
	width: 245px;
	background: #999;
	color: #fff;
	font-size: 28px;
	line-height: 135px;
}
.anti2_bot_right form{
	display: flex;
	align-items: center;
}
@media (max-width:1600px){
	.anti2_bot_right input{
		width: 900px;
	}
}
@media (max-width:1500px){
	.anti2_bot_right input{
		width: 800px;
	}
}
@media (max-width:1440px){
	.anti1{
		padding-left: 200px;
	}
	.anti2box ul li p{
		font-size: 50px;
	}
	.anti2_bot_left p {
	    font-size: 50px;
	}
	.anti2_bot_left span {
	    font-size: 22px;
	}
	.anti2_bot_right input {
	    width: 750px;
	    font-size: 22px;
	    line-height: 120px;
	    padding-right: 220px;
	}
	.anti2_bot_right button{
		width: 170px;
		line-height: 100px;
	}
}
@media (max-width:1200px){
	.anti1{
		padding-left: 100px;
		height: 600px;
	}
	.anti2box ul li span {
	    font-size: 70px;
	}
	.anti2box ul li p {
	    font-size: 38px;
	}
	.anti1 span{
		font-size: 50px;
	}
	.anti1 p {
	    font-size: 60px;
	}
	.anti1 em {
	    font-size: 22px;
	    letter-spacing: 1px;
	}
	.anti2box ul li a{
		font-size: 22px;
		width: 80%;
		line-height: 60px;
	}
	.anti2_bot{
		height: 500px;
	}
	.anti2_bot_left p {
	    font-size: 40px;
	}
	.anti2_bot_left span {
	    font-size: 18px;
	}
	.anti2_bot_right input{
		width: 700px;
		padding-left: 30px;
		padding-right: 210px;
	}
}
@media (max-width:1100px){
	.anti2_bot_right input{
		width: 600px;
	}
}
@media (max-width:992px){
	.anti1{
		height: 500px;
	}
	.anti2box ul li p{
		font-size: 30px;
	}
	.anti2_bot_right{
		width: 100%;
		margin-top: 50px;
	}
	.anti2_bot_right input{
		width: 100%;
	}
	.anti2_bot{
		display: block;
		padding-top: 100px;
		height: auto;
		padding-bottom: 150px;
	}
}
@media (max-width: 768px){
	.anti1 {
	    padding-left: 30px;
	    height: 350px;
    	padding-top: 60px;
	}
	.anti1 span {
	    font-size: 30px;
	}
	.anti1 p {
	    font-size: 41px;
	}
	.anti1 em {
	    font-size: 16px;
	}
	.anti2box ul li{
		width: 100%;
		margin-bottom: 20px;
		padding-top: 20px;
    	padding-bottom: 40px;
	}
	.anti2_bot_left p{
		font-size: 30px;
	}
	.anti2_bot_left span {
	    font-size: 16px;
	}
	.anti2_bot{
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.anti2_bot_right{
		    margin-top: 30px;
	}
	.anti2_bot_right input{
		font-size: 16px;
    	line-height: 70px;
    	padding-left: 10px;
    	padding-right: 100px;
	}
	.anti2_bot_right button{
		width: 80px;
	    line-height: 60px;
	    right: 10px;
	    font-size: 18px;
	}
}




.adv1{
	background: url(/style/image/adv1.jpg) no-repeat center/cover;
	padding-left: 220px;
	padding-top: 700px;
	padding-bottom: 250px;
}
.adv1 p{
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 30px;
}
.adv2{
	padding-top: 160px;
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
	padding-bottom: 180px;
}
.adv2_tit{
	color: #000;
	font-size: 19px;
	text-align: center;
	background: url(/style/image/advtit.png) no-repeat top center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 50px;
	margin-bottom: 80px;
}
.adv2 ul{
	display: flex;
	justify-content: space-between;
}
.adv2 li{
	background: #f2f2f2;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 22%;
	border-radius: 10px;
}
.adv2 li span{
	color: #000;
	font-size: 30px;
	margin-bottom: 20px;
}
@media (max-width: 1500px){
	.adv2{
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
@media screen and (max-width:1300px){
	.adv1{
		padding-top: 500px;
		padding-bottom: 200px;
		padding-left: 150px;
	}
}
@media screen and (max-width:992px){
	.adv1 {
        padding-top: 350px;
        padding-left: 70px;
        padding-bottom: 200px;
    }
    .adv2 li{
    	height: 300px;
    }
    .adv2 li img{
    	width: 100px;
    }
    .adv2_tit{
    	margin-bottom: 60px;
    }
}
@media (max-width: 768px){
	.adv1{
		padding: 200px 20px;
	}
	.adv1 p{
		font-size: 16px;
	}
	.adv2_tit{
		background-size: 300px;
		font-size: 13px;
		margin-bottom: 30px;
	}
	.adv2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .adv2 ul{
    	flex-wrap: wrap;
    	padding: 0 10px;
    }
    .adv2 li{
    	width: 48%;
    	height: 190px;
    	margin-bottom: 20px;
    }
    .adv2 li span{
    	font-size: 22px;
    }
    .adv2 li img {
        width: 80px;
    }
}


.list{
	justify-content: space-between;
}
.list a{
	width: 30.9%;
	box-shadow: 6px 7px 33px rgba(0, 0, 0, 0.06);
	margin-top: 40px;
	padding-bottom: 30px;
}
.list a .box{
	overflow: hidden;
}
.list a .box img{
	max-width: 100%;
	max-height: 100%
}
.list a h3{
	font-size: 18px;
	line-height: 27px;
	padding: 23px 25px 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.list a span{
	display: block;
	color: #606266;
	font-size: 16px;
	line-height: 24px;
	padding: 0 25px;
}
.list::after{
	content: "";
	width: 30.9%;
}
@media screen and (max-width:1200px){
	.newswiper_right p{
		font-size: 20px;
		line-height: 38px;
		height: 76px;
	}
	.list a{
		width: 31.2%;
	}
	.list a h3{
		padding: 20px 20px 0 20px;
	}
	.list a span{
		padding: 0 20px;
	}
}
@media screen and (max-width:992px){
	.newswiper_right{
		padding: 0 30px;
	}
	.newswiper_right span{
		margin-top: 0;
	}
	.newswiper_right p{
		font-size: 16px;
		line-height: 30px;
		height: 60px;
	}
	.newswiper_right a{
		margin-top: 30px;
		font-size: 15px;
		background: url(../image/nsa.svg) no-repeat 60px center;
		background-size: 28px;
	}
	.list a{
		padding-bottom: 20px;
		margin-top: 30px;
	}
	.list a h3{
		padding: 15px 15px 0 15px;
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.list a span{
		font-size: 14px;
	}
}
@media screen and (max-width:768px){
	.newswiper {
  		margin-top: 30px;
	}
	.newswiper_right {
  		padding: 0 10px;
	}
	.newswiper_right span{
		font-size: 12px;
		background-size: 16px;
		padding-left: 20px;
	}
	.newswiper_right p {
  		font-size: 14px;
  		line-height: 22px;
  		height: 44px;
  		margin-top: 5px;
	}
	.newswiper_right a{
		font-size: 13px;
		background: url(../image/nsa.svg) no-repeat 52px center;
		background-size: 22px;
		margin-top: 2px;
	}
	.nspag .swiper-pagination-bullet{
		margin: 10px 2px !important;
	}
	.list a{
		width: 47.5%;
		padding-bottom: 10px;
		margin-top: 20px;
	}
	.list a h3{
		padding: 10px 10px 0 10px;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.list a span {
  		font-size: 12px;
	}
}

.show{
	margin-bottom: 100px;
}
.showtop h1{
	font-size: 32px;
	line-height: 46px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 60px;
}
.views{
	border-top: 1px solid #EBEEF5;
	border-bottom: 1px solid #EBEEF5;
	height: 70px;
	margin-top: 35px;
	align-items: center;
}
.views .tab{
	align-items: center;
	margin-left: 60px;
}
.views .tab:first-child img{
	width: 22px;
}
.views .tab span{
	color: #909399;
	margin-left: 6px;
	font-size: 16px;
}
.content img{
	max-width: 100%;
}
.content{
	color: #000;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.share{
	margin-left: auto;
	margin-right: 30px;
}
.bshareDiv{
	width: 30px !important;
	height: 30px !important;
}
.share .buzzButton{
	width: 30px !important;
	height: 30px !important;
	background: url(../image/share.svg) no-repeat center !important;
}
@media screen and (max-width:1200px){
	.showtop h1{
		font-size: 25px;
		margin-top: 50px;
		margin-bottom: 0;
	}
	.views{
		margin-top: 30px;
		height: 60px;
	}
	.content{
		font-size: 15px;
		line-height: 28px;
	}
}
@media screen and (max-width:992px){
	.show {
  		margin-bottom: 50px;
	}
	.showtop h1{
		font-size: 18px;
		margin-top: 30px;
	}
	.views {
  		margin-top: 20px;
  		height: 50px;
	}
	.content{
		margin-top: 20px;
	}
}
@media screen and (max-width:768px){
	.showtop h1{
		font-size: 15px;
		line-height: 22px;
	}
	.views {
  		margin-top: 15px;
  		height: 40px;
	}
	.views .tab{
		margin-left: 10px;
	}
	.views .tab span{
		font-size: 12px;
	}
	.content {
  		font-size: 14px;
  		line-height: 26px;
  		margin-top: 15px;
	}
}

/* fenye */
.pager .pagination{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.pager .pagination li a,.pager .pagination span{
	padding: 0 10px;
	margin: 0 2px;
	line-height: 26px;
	display: block;
	background: #efefef;
	border-radius: 2px;
	color: #000;
}
.pager .pagination span{
	color: #000;
}
.pager .pagination li a:hover,.pager .pagination .active span{
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.serbg{
	background: url(/style/image/anti1.jpg) no-repeat center/cover;
	height: 400px;
	
}
.serbg p{
	text-align: center;
	color: #fff;
	font-size: 50px;
	padding-top: 200px;
}
@media screen and (max-width:768px){
	.serbg{
		height: 200px;
	}
	.serbg p{
		font-size: 30px;
		padding-top: 110px;
	}
}

.loadmore.loadmore-line{
    width: 1460px;
    margin: 0 auto;
    max-width: 90%;
    margin-bottom: 50px;
}