/*
* @Author: admin
* @Date:   2018-08-16 14:10:01
* @Last Modified by:   admin
* @Last Modified time: 2018-08-29 09:46:37
*/
.container {
	width: 1200px;
	margin:0 auto;
}
.page-cont {
	overflow: hidden;
}
.logo-line img{
	height: 80px;
    width: auto;
    position: static;
}
.topbox {
	overflow: hidden;
	width: 1903px;
}
*{
	margin: 0;
	padding: 0;
	color:#333;
	font-family: MicrosoftYaHei;
}

a{
	text-decoration: none;
}
li{
	list-style: none;
}
.clearbox:after{
	content: "";
	height: 0;
	display: block;
	overflow: hidden;
	clear: both;			
}
html,body{
	width: 100%;
}
header{
 background-color: #fff;
 width: 100%;
 position: relative;
 z-index: 3;
 /* min-width: 1903px; */
 font-size: 0;
}
header>.sylogo{
	display: block;
	width: 360px;
	position: absolute;
	left: 0;
	top: 0;
}
header>.navbox{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}
header .nav{
	height: 80px;
}
.nav {
	float: right;
}
header .nav>li{
	width: 92px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	float: left;

}
header .nav>li>a{
	color: #333;
	display: block;
}
header .navbox {
	display: inline-block;
	float: left;
	margin: 0 auto;
	    /* margin-left: 372px; */
	right: 360px;	
}
header .logo-line {
	display: inline-block;
	float: left;
}
header .img-r {
	width: 88px;
	height: 80px;
	float: right; 
	display: inline-block;
}
header .img-r > img{
	margin: 24px 80px 15px 245px;
	float: right;
}
header .nav>li>a:hover {
  background-color: #f39257;
  color: #ffffff;
}
header .nav> .active > a {
  background-color: #f39257;
  color: #ffffff;  
}
.banbox {
	overflow: hidden;
}
.main .classify>li a {
	display: block;
}
.main .classify>.bgred a{
	display: block;
	background-color: #f39257;
	color: white;		
}
.main .pagenum>li {
	display: inline-block;
	float: inherit;
	cursor: pointer;
}
.main .pagenum {
	height: 40px;
    width: auto;
    text-align: center;
    margin: 50px auto 110px auto;
}
.main .listbox .btnbox .sbtn a {
	display: block;
	height: 60px;
    line-height: 60px;
    background: #e5e5e5;
    width: 90px;
    float: left;
    text-align: center;	
}
.main .listbox .btnbox .xbtn a{
	display: block;
	height: 60px;
    line-height: 60px;
    background: #e5e5e5;
    width: 90px;
    float: left;
    text-align: center;
}
.focus>.show a p {
	color: #f39257;
}
.focus>li>a img {
    display: block;
    margin: 50px auto 0 auto;
}
.focus>li> a p {
    line-height: 80px;
    text-align: center;
}
.swiper-button-next {width: 32px; height: 47px; position: fixed; top: 90%; left: 48%; z-index: 500; border: 0; cursor:pointer; transform:rotate(90deg);
-ms-transform:rotate(90deg); 	/* IE 9 */
-moz-transform:rotate(90deg); 	/* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); 	/* Opera */
}
/* .next-but-arraw { width: 200px; height:14px; margin: 0 auto; animation: up-fade 1s ease 0s infinite; -moz-animation: up-fade 1s ease 0s infinite; -ms-animation: up-fade 1s ease 0s infinite; -o-animation: up-fade 1s ease 0s infinite; -webkit-animation: up-fade 1s ease 0s infinite;}
@keyframes up-fade {
	0% { opacity: 1 }
	100% { -webkit-transform: translate3d(0px, -6px, 0); opacity: 0.6 }
}
@-ms-keyframes up-fade {
	0% { opacity: 1 }
	100% { -webkit-transform: translate3d(0px, -6px, 0); opacity: 0.6 }
}
@-o-keyframes up-fade {
	0% { opacity: 1 }
	100% { -webkit-transform: translate3d(0px, -6px, 0); opacity: 0.6 }
}
@-moz-keyframes up-fade {
	0% { opacity: 1 }
	100% { -webkit-transform: translate3d(0px, -6px, 0); opacity: 0.6 }
}
@-webkit-keyframes up-fade {
	0% { opacity: 1 }
	100% { -webkit-transform: translate3d(0px, -6px, 0); opacity: 0.6 } */
.footer2 .p2{
    line-height: 86px;
    height: 70px;
  }
.wxbox {
    display: inline-block;
    width: 25px;
      height: 25px;
      text-align: center;
      line-height: 25px;
      position: relative;
  }
  .wxcode {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #eeeeee;
    top: -176px;
      left: -80px;
      padding: 5px;
  }
  .wxcode > img {
    background-color: red;
    z-index: 66666;
      position: relative;
  }
  .wxcode > .san {
    display: inline-block;
    width: 24px;
      height: 24px;
      background-color: #eeeeee;
      position: absolute;
      left: 79px;
      bottom: -11px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);  /* IE 9 */
    -moz-transform:rotate(45deg);   /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);   /* Opera */
  }

@media screen and (max-width: 1600px) {
  body {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  header > .img-r {
    display: none!important;
  }
  header > .navbox {
    width: 1017px!important;
  }
    header > .sylogo {
    width: 255px;
  }
  header .nav > li {
    width: 90px;
    height: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width: 1280px) {
body {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .index-page {
    margin-top: 80px;
  }
  .navbox {
  	height: 80px;
  	line-height: 80px;
  }
  header .nav {
  	height: 80px;
  }
  header .nav > li {
  	height: 80px;
  	line-height: 80px;
  }
  .page1ban img {
    width: 1344px;
    height: 630px;
  }
  .ban1-body {
    overflow: visible;
  }
  .cont-ban {
    padding-top: 20px;
  }
  header > .img-r {
    display: none!important;
  }
  header > .navbox {
    width: 950px !important;
  }
}