*{
	box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration:none;
}

a:active,
a:hover,
a:focus,
a:visited{
  text-decoration: none !important;
  color: #000000;
}

img{
  image-rendering: -webkit-optimize-contrast;
}

body {
  background-color: #F8F8F8;
  margin:0;
  /*font-family: PingFang SC-Heavy, PingFang SC!important;*/
  font-family: pingfang SC,PingFang SC-Heavy,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
}


.dn{
  display: none !important;
}

.ie{
	display: none;
}

.pc{
	width: 100%;
}

.pc .container{
	width: 1200px;
	margin:0 auto;
}

.pc .head{
	width: 100%;
	height: 120px;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	background-image: url(https://bontop.oss-accelerate.aliyuncs.com/bcgw/images/bg.jpg);
	position: fixed;
	left: 0;
	top:0;
	z-index: 999;
}

.pc .head-height{
	height: 120px;
}

.pc .head .head-box{
	display: flex;
	align-items: center;
	height: 100%;
}

.pc .head .head-box .logo{
	width: 230px;
	margin-right: 150px;
}

.pc .head .head-item{
	width: 132px;
	height: 100%;	
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	flex-shrink: 0;
}

.pc .head .head-item .txt{
	position: relative;
}

.pc .head .head-item .txt .line{
	width: 20px;
	height: 4px;
	background: #333333;
	left:0;
	top:41px;
	position: absolute;
	display: none;
}

.pc .head .head-item:hover{
	/* color: #333333; */
	font-weight: 600;
}

.pc .head .head-item:hover .line{
	/* display: block; */
}

.pc .head .qrcode-box{
	position: relative;
	height: 60px;
	margin-left: 93px;
}

.pc .head .qrcode-box .qrcode-btn{
	width: 180px;
	height: 60px;
	background: rgba(150,150,150,0.5);
	/* background: #1A1A1A; */
	box-shadow: inset 0px 0px 22px 0px rgba(242,242,242,0.5), inset 0px 0px 0px 1px #999999, inset -2px -2px 1px -2px #B3B3B3, inset 2px 2px 1px -2px #B3B3B3, inset 3px 3px 1px -3px rgba(255,255,255,0.5);
	border-radius: 100px 100px 100px 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;	
}

.pc .head .qrcode-box .qrcode-btn .icon{
	width: 24px;
	margin-right: 4px;
}

.pc .head .qrcode-box .qrcode-btn .txt{
	font-size: 20px;
	color: #FFFFFF;
}

.pc .head .qrcode-box .qrcode-img{
	position: absolute;
	top:68px;
	left:20px;
	width: 140px;
	height: 140px;
	background: rgba(255,255,255,0.4);
	border-radius: 12px;
	border: 1px solid #DBF046;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pc .head .qrcode-box .qrcode-img .img{
	width: 120px;
	height: 120px;
	border-radius: 8px 8px 8px 8px;
}

.pc .banner-box {
    width: 100%;
    height: 1080px;
    position: relative;
}

.pc .banner-box .swiper-slide{
	width: 100%;
    height: 100%;
    background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	position: relative;
}

.pc .banner-box .swiper-slide .bg{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}

.pc .banner-box .swiper-slide .bg img{
	height: 100%;
	width: auto;
}

.pc .banner-box .banner-btn{
	position: relative;
	height: 100%;
	z-index: 2;
}

.pc .banner-box .banner-btn .btn1{	
	width: 175px;
	height: 62px;
	background: #483C00;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 180px;
	z-index: 2;
	font-size: 25px;
	color: #FFFFFF;
}

.pc .banner-box .banner-btn .btn1.active{
	background: #FFE672;
	border: 2px solid #333333;
	color: #333333;
}

.pc .banner-box .banner-btn .btn2{
	width: 175px;
	height: 62px;
	border: 1px solid #483C00;
	position: absolute;
	left: 9px;
	bottom: 170px;
	z-index: 1;
}

.pc .banner-page-box{
/*	width: 100%;
	height: 100%;*/
	z-index: 3;
	left: 0;
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 20px;
}

.pc .banner-pagination-main{
	position: absolute;
	height: 20px;
	width: 100%;
	bottom: 0;
}

.pc .banner-page-box .banner-pagination{
/* 	z-index: 4;
	bottom:40px;
	left: 0;
	position: absolute; */
	display: flex;
	justify-content: center;
}

.pc .banner-page-box .swiper-pagination-bullet{
	margin:0 !important;
	border-radius: 0;
	width: 24px;
	height: 8px;
	background: #FFFFFF;
	margin-right: 8px !important;
	opacity:0.6;
}

.pc .banner-page-box .swiper-pagination-bullet-active{
	width: 56px;
	height: 8px;
	background: #333333;
	opacity:1;
}

.pc .about-box{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc .about-box .bg{
	width: 2560px;
}

.pc .about-box .about-main{
	display: none;
}

.pc .about-main{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
    z-index: 2;
}

.pc .about-main .title{
	margin-top: 100px;
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .about-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .about-main .about-type{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.pc .about-main .about-type .type-item{
	width: 186px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 800;
	color: #333333;
	cursor: pointer;
}

.pc .about-main .about-type .type-item.active{
	background: #FFE672;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 10px 10px 10px 10px;
}

.pc .about-main .about-content{
	width: 100%;
	margin-top: 50px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px;
	padding: 50px;
}

.pc .about-main .about-content-txt{
	position: relative;
}

.pc .about-main .about-content-txt .txt{
	font-size: 18px;
	color: #333333;
	white-space: pre-wrap;
	height: 292px;
	overflow: hidden;
}

.pc .about-main .about-content-txt .shadow{
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 67px;
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(51,51,51,0) 100%);
}

.pc .about-main .toggle{
	height: 57px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
/*	display: none;*/
}


.pc .about-main .toggle .icon{
	width: 22px;
	height: auto;
}


.pc .about-main .img{
	width: 1100px;
	height: auto;
	/*margin-top: 30px;*/
}

.pc .about-content.active .about-content-txt .txt{
	height: auto;
}

.pc .about-content.active .shadow{
	display: none;
}

.pc .about-content.active .toggle{
	display: none;
}

.pc .about-content.active .img{
	margin-top: 30px;
}

.pc .worth-content{
	width: 100%;
	margin-top: 50px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px;
	padding: 30px;
	display: flex;
}

.pc .worth-content .l{
	margin-right: 30px;
	width: 570px;
}

.pc .worth-content .img{
	width: 275px;
	height: 307px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.pc .worth-content .img img{
	width: 425px;
	height: 457px;
}

.pc .worth-content .t{
	display: flex;
	justify-content: space-between;
}

.pc .worth-content .b{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}


.pc .worth-title{
	position: relative;	
}

.pc .worth-title .txt{
	position: relative;
	z-index: 2;
	font-size: 20px;
	font-weight: 800;
	color: #333333;
}

.pc .worth-title .baseline{
	width: 46px;
	height: 14px;
	background: #FFE672;
	border-radius: 7px 7px 7px 7px;
	bottom: -4px;
	z-index: 1;
	position: absolute;
	left: 0;
}

.pc .worth-txt{
	font-size: 16px;
	color: #999999;
	white-space: pre-wrap;
	margin-top: 15px;
}

.pc .worth-content .r .line{
	width: 540px;
	height: 1px;
	background-color: #F1F1F1;
	margin-top: 16px;
	margin-bottom: 16px;
}

.pc .other-box{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc .other-box .bg{
	width: 2560px;
}

.pc .partners-box{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc .partners-box .bg{
	width: 2560px;
}

.pc .advantage-box{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc .advantage-box.mt0{
	margin-top: 0;
}

.pc .advantage-box .bg{
	width: 2560px;
}

.pc .advantage-main{
	margin-top: 313px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.pc .advantage-main .title{
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .advantage-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .advantage-content{
	display: flex;
	justify-content: space-between;
}

.pc .advantage-content .content-item{
	width: 386px;
	height: 354px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px 20px 20px 20px;
	padding: 50px 50px 0 50px;
	text-align: left;
}

.pc .advantage-content .content-item.mt{
	margin-top: 20px;
}

.pc .advantage-content .content-item .img{
	width: 97px;
	height: auto;
}

.pc .advantage-content .content-item .txt1{
	margin-top: 30px;
	color: #333333;
	font-weight: 800;
	font-size: 20px;
}

.pc .advantage-content .content-item .txt2{
	margin-top: 30px;
	color: #999999;
	font-size: 16px;
}

.pc .advantage-content .content1{
	margin-top: -70px;
}

.pc .advantage-content .content2{
	margin-top: 30px;
}

.pc .advantage-content .content3{
	margin-top: 130px;
}

.pc .intro-box{
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc .intro-box .bg{
	width: 2560px;
}

.pc .intro-main{	
	text-align: center;
	position: absolute;
	top:0;
	z-index: 2;
	/*padding: 0 50px;*/
}

.pc .intro-main .t{
	padding-top: 100px;
}

.pc .intro-main .title{
	font-weight: 600;
	font-size: 40px;
	color: #333333;
}

.pc .intro-main .title span{
	color: #8238DE;
}

.pc .intro-main .des{
	margin-top: 13px;
	font-size: 18px;
	color: #999999;
}

.pc .intro-main .content{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
}

.pc .intro-main .intro-wrap{
	width: 100%;
	margin-top: 80px;
}

.pc .intro-main .intro_carousel .swiper-slide{
	
}

.pc .intro-main .intro_carousel img{
	max-width: 100%;
	height: auto;
	/*box-shadow: 0px 0px 50px 1px rgba(0,0,0,0.15);*/
	box-shadow: 0px 0px 50px 1px rgba(0,0,0,0.03);
}

.pc .intro-main .intro_carousel .swiper-slide-shadow-left{
	background-image:none;
}

.pc .intro-main .intro_carousel .swiper-slide-shadow-right{
	background-image:none;
}

.pc .scan-box{
	position: relative;
	min-height: 750px;
	padding-top: 50px;
	overflow: hidden;
}

.pc .scan-box .bg{
	position: absolute;
	top:50px;
	/*left: 26.56%;*/
	right: 11.836%;
	height: 702px;
}

.pc .scan-main{	
	position: relative;
	z-index: 2;
	padding-top: 50px;
	padding-bottom: 85px;
	display: flex;
	/*padding: 0 50px;*/
}

.pc .scan-main .item{
	width: 211px;
	height: 78px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px 20px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.pc .scan-main .item .icon{
	width: 46px;
	height: auto;
	margin-right: 15px;
}

.pc .scan-main .item .txt{
	font-size: 20px;
	color: #333333;
	font-weight: 800;
}

.pc .scan-main .item.active{
	background-color: #333333;
}

.pc .scan-main .item.active .txt{
	color: #FFE672;
}

.pc .scan-main .l .item:first-child{
	margin-top: 0;
}

.pc .scan-main .l .item:nth-child(odd){
	margin-left: 146px;
}

.pc .scan-main .l .item:nth-child(even){
	margin-left: 0;
}

.pc .scan-main .m{
	width: 416px;
	height: 568px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px 20px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-left: 35px;
	margin-right: 35px;
}

.pc .scan-main .m img{
	width: 286px;
	height: auto;
}

.pc .scan-main .m .txt{
	margin-top: 16px;
	font-size: 20px;
	color: #333333;	
}

.pc .scan-main .r .item:first-child{
	margin-top: 0;
}

.pc .scan-main .r .item:nth-child(odd){
	margin-left: 146px;
}

.pc .scan-main .r .item:nth-child(even){
	margin-left: 0;
}

.pc .office-box{
	position: relative;
	min-height: 1200px;
	padding-top: 150px;
	overflow: hidden;
}

.pc .office-box .bg{
	position: absolute;
	top:150px;
	width: 100%;
	height: 970px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.pc .office-box .bg img{
	height: 100%;
	width: auto;
}

.pc .office-main{
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 50px;
}

.pc .office-main .title{
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .office-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .office-main .content{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
}

.pc .office-main .t{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 30px;
}

.pc .office-main .b{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}

.pc .office-main .item{
	width: 386px;
	height: 482px;
	background: #FFFFFF;
	box-shadow: 0px 3px 50px 1px rgba(0,0,0,0.03);
	border-radius: 20px 20px 20px 20px;
	padding: 30px 35px 0 35px;
	text-align: center;
}

.pc .office-main .img{
	width: 315px;
	height: auto;
}

.pc .office-main .bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 42px;
}

.pc .office-main .bottom .icon1{
	width: 70px;
	height: auto;
}

.pc .office-main .bottom .icon2{
	width: 70px;
	height: auto;
}

.pc .office-main .bottom .txt{
	font-size: 20px;
	font-weight: 800;
	color: #333333;
}

.pc .office-main .item.active{
	height: 556px;
}


.pc .cooperate-box{
	min-height: 1420px;
	position: relative;
	padding-top: 150px;
	overflow: hidden;
}

.pc .cooperate-box .bg1{
	position: absolute;
	top:150px;
	width: 100%;
	height: 1272px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.pc .cooperate-box .bg1 img{
	height: 100%;
	width: auto;
}

.pc .cooperate-box .bg2{
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 751px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	z-index: 1;
}

.pc .cooperate-box .bg2 img{
	height: 100%;
	width: auto;
}

.pc .cooperate-main{
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 50px;
}

.pc .cooperate-main .title{
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .cooperate-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .cooperate-list{
	width: 100%;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pc .cooperate-item{
	margin-top: 20px;
	width: 224px;
	height: auto;
}

.pc .cooperate-link{
	margin-top: 214px;
	display: flex;
}

.pc .cooperate-link .h{
	height: 42px;
	display: flex;
	align-items: center;
}

.pc .cooperate-link .content{
	width: 346px;
	margin-top: 30px;
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 35px;
}

.pc .cooperate-link .m{
	margin-left: 50px;
	margin-right: 50px;
}

.pc .cooperate-link .l .h img{
	height: 41px;
	width: auto;
}

.pc .cooperate-link .m .h img{
	height: 36px;
	width: auto;
}

.pc .cooperate-link .r .h{
	font-size: 18px;
	color: #333333;
	font-weight: 800;
}

.pc .cooperate-link .r .link-item{
	/*margin-top: 13px;*/
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 33px;
}

.pc .cooperate-link .link-list .link-item:first-child{
	margin-top: 30px;
}

.pc .copyright{
	margin-top: 50px;
	width: 100%;
	border-top:1px solid rgba(0,0,0,0.15);
	padding-top: 30px;
	padding-left: 50px;
	text-align: left;
}

.pc .copyright a{
	width: 714px;
	font-size: 14px;
	color: #333333;
}

.pc .contact-box{
	padding-top: 150px;
}

.pc .contact-main{
	padding-top: 50px;
	background: #FFFFFF;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}

.pc .contact-main .title{
	font-size: 40px;
	color: #333333;
	font-weight: 800;
}

.pc .contact-main .des{
	margin-top: 5px;
	font-size: 18px;
	color: #999999;
}

.pc .contact-list {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pc .contact-item{
	width: 400px;
}

.pc .contact-item .img{
	width: 40px;
	height: auto;
}

.pc .contact-item .txt1{
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
	font-weight: 800;
}

.pc .contact-item .txt2{
	color: #666666;
	font-size: 16px;
	width: 242px;
	height: 51px;
	margin: 20px auto 0;
}

.pc .contact-list .line{
	width: 1px;
	height: 142px;
	background-color: #F1F1F1;
	flex-shrink: 0;
}

.pc .contact-box .map{
	margin-top: 30px;
	width: 100%;
	height: 490px;
	overflow: hidden;
}

.pc .contact-box .map img{
	width: 100%;
}

/***
Pre-Footer and pre-footer elements
***/
.pre-footer {
  background: #333333;
  color: #FFFFFF;
  min-height: 449px;
}
.pre-footer h2 {
  margin: 0 0 20px;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.pre-footer .container {
  padding-top: 48px;
  /* width: 1200px; */
}
.pre-footer .row-content{
	width: 1200px;
	display: flex;
}
.pre-footer .row-content .pre-footer-col:nth-child(1){
	width: 468px;
	margin-right: 89px;
	padding: 0;
}
.pre-footer .row-content .pre-footer-col:nth-child(2){
	width: 350px;
	margin-right: 92px;
	padding: 0;
}
.pre-footer .row-content .pre-footer-col:nth-child(3){
	width: auto;
	padding: 0;
}
.pre-footer p {
  margin-bottom: 16px;
  font-size: 14px;
  color: #D1D1D1;
  line-height: 20px;
  white-space: pre-wrap;
}
.pre-footer .wap-p{
	display: none;
}
.pre-footer li {
  margin-bottom: 6px;
}
.pre-footer .ewm-list{
	margin: 0;
}
.pre-footer .ewm-list .ewm-item{
	float: left;
	text-align: center;
}
.pre-footer .ewm-list .ewm-item:first-child{
	margin-right: 28px;
}
.pre-footer .img{
	width: 111px;
}
.pre-footer .txt{
	margin-top: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
}
/* pre-footer twitter block */
.pre-footer dl.f-twitter {
  overflow: hidden;
  margin-bottom: 7px;
}
.pre-footer dl.f-twitter dt {
  width: 30px;
  float: left;
  text-align: left;
  padding-top: 2px;
}
.pre-footer dl.f-twitter dt i {
  color: #57c8eb;
  font-size: 20px;
}
.pre-footer dl.f-twitter dd {
  color: #b0b0b0;
  margin-left: 30px;
}
.pre-footer dl.f-twitter dd span {
  color: #6b9cab;
  font-size: 12px;
  margin: 0 5px;
}
.pre-footer address {
  line-height: 1.7;
}
/* .pre-footer-col {
  padding-bottom: 22px;
  padding-right: 50px;
} */
.pre-footer .top-line {
  border-top: solid 1px #535353;
  padding-top: 24px;
  padding-bottom: 17px;
}
.pre-footer .social-icons {
  padding-top: 5px;
}
.pre-footer .social-icons li a, 
.pre-footer a.social-icon {
  transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
}
.pre-footer .social-icons li a:hover {
  opacity: 1;
}

.pre-footer hr {
  margin-top: 0;
  border-color: #404040;
}
.pre-footer .form-control,
.pre-footer .form-control:focus {
  border: none;
}

/* subscribe */
.pre-footer .pre-footer-subscribe-box {
  padding-bottom: 14px;
  overflow: hidden;
  max-width: 300px;
}
.pre-footer .pre-footer-subscribe-box p {
  clear: both;
}
.pre-footer-subscribe-box .input-group {
  border: solid 1px #545454;
  padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box .input-group {
  border: solid 1px #DBDBDB;
}
.pre-footer-subscribe-box h2 {
  padding-top: 7px;
}
.pre-footer-subscribe-box input {
  border-radius: 0;
  background: #313030;
  border: solid 1px #313030;
  color: #909090;
  font: 13px Arial, sans-serif;
}
.pre-footer-subscribe-box input:focus {
  box-shadow: none;
  border: solid 1px #313030;
}
.pre-footer-subscribe-box .btn-primary {
  margin-left: 0 !important;
  border-bottom: none;
  margin-bottom: 1px;
}

/* pre-footer photostream */
.pre-footer .photo-stream li {
  margin: 4px 5px 4px 0;
  display: inline-block;
}
.pre-footer .photo-stream img {
  width: 54px;
  height: 54px;
  border: solid 2px #9ca5ae;
}
.pre-footer .photo-stream img:hover {
  border-color: #E84D1C;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;  
}

/* light pre-footer */
.pre-footer-light {
  background: #F9F9F9;
  color: #3E4D5C;
  margin-top: 20px;
}
.pre-footer-light .container {
  background: #fff;
  padding-top: 25px;
}
.pre-footer-light h2 {
  color: #3E4D5C;
}
.pre-footer-light a {
  color: #3E4D5C;
}
.pre-footer-light dl.f-twitter dd {
  color: #3E4D5C;
}
.pre-footer-light dl.f-twitter dd span {
  color: #99a5b1;
}
.pre-footer-light dl.f-twitter dd a {
  color: #e84d1c;
}

.pre-footer-light address a {
  color: #e84d1c;
}

.pre-footer-light hr {
  border-color: #e6e6e6;
}

.pre-footer-light .social-icons li a {
  opacity: 1;
}
.pre-footer-light .social-icons li a:hover {
  opacity: 0.7;
}

.pre-footer-light .input-group {
  border: none;
  padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box input {
  background: #fff;
  border: none;
  color: #909090;
}
.pre-footer-light .pre-footer-subscribe-box button:hover {
  color: #fff;
}

/* light pre-footer */
.pre-footer-gray {
  background: #62707F;
  color: #fff;
}
.pre-footer-gray h2 {
  color: #fff;
}
.pre-footer-gray dl.f-twitter dd {
  color: #fff;
}
.pre-footer-gray dl.f-twitter dd span {
  color: #fff;
  opacity: 0.5;
}

.pre-footer-gray hr {
  border-color: #94a5b6;
}

.pre-footer-gray .social-icons li a {
  opacity: 1;
}
.pre-footer-gray .social-icons li a:hover {
  opacity: 0.7;
}

.pre-footer-gray .pre-footer-subscribe-box fomr {
  color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box .input-group {
    border: 1px solid #94a5b6;
}
.pre-footer-gray .pre-footer-subscribe-box input {
  background: #62707F;
  border: solid 1px #62707F;
  color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box input:focus {
  border: solid 1px #62707F;
}
.pre-footer-gray ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.pre-footer-gray :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.pre-footer-gray ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.pre-footer-gray :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

/* footer */
.footer {
  background: #000000;
  color: #fff;
  font-size: 12px;
  padding: 40px 0;
}
.footer-light {
  background: #F9F9F9;
  color: #3e4d5c;
}
.footer-gray {
  background: #4A5866;
}
.footer a {
  font-weight: 300;
  font-size: 14px;
  color: #D1D1D1;
  line-height: 25px;
  text-decoration: none;
  white-space: pre-wrap;
}
.footer a:hover {
  text-decoration: none;
  color: #D1D1D1;
}
.footer-light a {
  color: inherit;
}
.footer .padding-top-10 {
  opacity: 0.5;
}
.footer .list-inline > li:last-child {
  padding-right: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul.social-footer {
  font-size: 18px;
  padding-top: 5px;
}
.footer .social-icons li {
  float: right;
  margin: 0 0 0 5px
}
.copyright {
  padding-top: 7px;
}
@-moz-document url-prefix() { 
  .copyright {
    padding-top: 6px;
  }
}
.footer ul.social-icons li a {
  opacity: 0.5;
}
.footer ul.social-icons li:hover a {
  opacity: 1 !important;
}

@media only screen and (max-width:1280px){
	.pc .head .qrcode-box{
		margin-left: 0;
	}
}

@media only screen and (max-height:1200px) {
	.pc .head{
		height: 120px;
	}
	.pc .head-height{
		height: 120px;
	}
	.pc .banner-box{
		height: 1020px;
	}
}

@media only screen and (max-height:1080px) {
	.pc .head{
		height: 110px;
	}
	.pc .head-height{
		height: 110px;
	}
	.pc .banner-box{
		height: 830px;
	}
}

@media only screen and (max-height:960px) {
	.pc .head{
		height: 100px;
	}
	.pc .head-height{
		height: 100px;
	}
	.pc .banner-box{
		height: 800px;
	}
}

@media only screen and (max-height:800px) {
	.pc .head{
		height: 90px;
	}
	.pc .head-height{
		height: 90px;
	}
	.pc .banner-box{
		height: 660px;
	}
}

.pc .banner-box {
	max-height: 100vh;
}

/*@media only screen and (max-width:2560px) {
	.pc .btn1{
		bottom: calc( 100% / (100px * 2) ) !important;
	}
}*/