
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
	
}

body {
	font-size: 62.5%;
	
}

body,
table,
input, textarea, select, option {
	font-family: "微软雅黑";
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a {
   opacity: 1;
   color: #030000;
   font-size: 13px;
   text-decoration: none;
   transition: opacity .6s ease;
}


a:hover {
	opacity: .5;
}


.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
   visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #030000;
	font-size: 13px;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-feature-settings : "palt";
	text-size-adjust: none;
 	-webkit-text-size-adjust: none;
	font-family: "微软雅黑";
	background-color: #FFF;
}

.-notoSerif {
	font-family: "微软雅黑";
}

#container {
	text-align: left;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

.ipad a:hover,
.ipad a:hover img {
  opacity: 1 !important;
}

.moreWorks {
    text-align: center;
}

.moreWorks a {
    padding: 1px 42px 7px 34px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

.moreWorks a:hover {
    opacity: 1;
}

.moreWorks a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #030000;
    transition: height .25s ease,bottom .25s ease;
}

.moreWorks span {
    padding-left: 17px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .6px;
    box-sizing: border-box;
}

.moreWorks span:before,
.moreWorks span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #030000;
}

.moreWorks span:before {
    width: 9px;
    height: 1px;
    left: 0;
}

.moreWorks span:after {
    width: 1px;
    height: 9px;
    left: 4px;
}

.mainTop {
    margin: 66px 75px 36px;
}

.gTitle,
.gTitle a {
    display: inline-block;
}

.gTitle p {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: .2px;
}

.gTitle span {
    font-size: 11px;
    letter-spacing: 3.9px;
}

.pageTitle {
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 3.1px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

    .moreWorks span  {
        padding-left: 20px;
        font-size: 17px;
    }

    .moreWorks {
        padding-top: 31px;
    }

    .moreWorks a {
        padding: 1px 9px 8px 0;
        margin-left: 77px;
        margin-right: 72px;
        display: block;
    }

    .mainTop {
        margin: 16px 17px 37px 19px;
    }

    .gTitle {
        margin-bottom: 32px;
        display: block;
        text-align: right;
    }

    .gTitle p {
        margin-bottom: 2px;
        font-size: 15px;
        letter-spacing: .1px;
    }

    .gTitle span {
        margin-right: -2px;
        font-size: 10px;
        letter-spacing: 2.9px;
    }

    .pageTitle {
        font-size: 30px;
        letter-spacing: 2.7px;
    }
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
.scrollHeader #gHeader {
	background: rgba(255,255,255,.7);
}
	
#gHeader {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.logo {
	padding: 15px 0 15px 30px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	box-sizing: border-box;
	background: rgba(255,255,255,.7);
}

.logo a {
	display: inline-block;
}

.topNavi {
	width: 100%;
	position: absolute;
	left: 40px;
	top: 30px;
	text-align: center;
	box-sizing: border-box;
}

.topNavi li {
	display: inline;
	position: relative;
}

.topNavi li a {
	width: 100px;
	display: inline-block;
	font-size: 20px;
}

.topNavi li ul {
	padding-top: 10px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
}

.topNavi li li {
	display: block;
	background: #4395FF;
}

.topNavi li li a {
	padding: 10px 0;
	width: auto;
	display: block;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

@media all and (min-width: 1301px) and (max-width: 1500px) {
	.topNavi {
		padding-left: 50px;
	}
	
	.topNavi li a {
		width: 80px;
	}
}

.topNavi li a:hover {
	text-decoration: underline;
}

.htel {
	padding: 4px 20px;
	position: absolute;
	right: 20px;
	top: 22px;
	color: #fff;
	font-size: 28px;
	background: #4395FF;
	border-radius: 50px;
}

.htel a {
	color: #fff;
	font-size: 28px;
}

.headLogo {
	display: none;
    width: 37px;
    margin-top: 19px;
    margin-left: 19px;
    position: relative;
    z-index: 5;
}

.headLogo a {
    display: block;
}

.headLogo img,
.menuWord img {
    width: 100%;
    display: block;
}

.menuWord {
    width: 9px;
    margin-left: 12px;
    margin-top: 17px;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease,visibility .5s ease;
}

.menuWord img {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease .5s,visibility .5s ease .5s;
}

.loaded .menuWord img {
    opacity: 1;
    visibility: visible;
}

.wrodNone {
    opacity: 0;
    visibility: hidden;
}

.openMenu .menuWord,
.scrollHeader .menuWord {
    opacity: 0;
    visibility: hidden;
}

.scrollHeader .headLogo {
	height: 75px;
	overflow: hidden;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
	}

	.logo {
		padding: 15px 0 15px 30px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
	}

	.logo img {
		width: 250px;
	}
	
	.topNavi {
		display: none;
	}
	
	.htel {
		display: none;
	}
	
    .headLogo {
        margin-top: 17px;
        margin-left: 15px;
		display: block;
    }

    .menuWord {
		display: none !important;
        margin-left: 15px;
        margin-top: 16px;
    }
	
}

@media all and (min-width: 768px) and (max-width: 1300px) {
	.topNavi {
		display: none;
	}
	
	.logo {
		padding-left: 0;
		text-align: center;
	}
	
	.headLogo {
		display: block;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    width: 449px;
    height: 100vh;
    position: absolute;
    left: -450px;
    top: 0;
	z-index: 1000;
    background: rgba(246,245,241,.95);
    transition: left .5s ease;
}

.navCon {
    width: 100%;
    padding: 0 55px;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.menuTitile {
    margin: 0 -2px 34px 0;
}

.menuTitile a {
	color: #A28440;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .1px;
}

.menuCon a {
    padding: 33px 0 0;
    display: block;
    position: relative;
    box-sizing: border-box;
}

#gNavi .menuCon a:hover,
.aboutCon .menuCon a:hover {
    opacity: 1;
}

.menuCon a:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #030000;
    transition: height .25s ease,bottom .25s ease;
}

#gNavi .menuCon a:hover:after,
.aboutCon .menuCon a:hover:after,
.moreWorks a:hover:after {
    bottom: -5px;
    height: 6px;
}

.menuCon span {
    margin-left: -1px;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
}

.menuCon p {
    margin-top: 3px;
    display: block;
    float: right;
    font-size: 16px;
    letter-spacing: 1px;
}

.openMenu #gNavi {
    left: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #gNavi {
        width: 92.6666%;
        position: fixed;
        height: 100%;
        left: -100%;
        overflow-y: scroll;
    }

    .navCon {
        padding: 0 41px;
    }

    .menuTitile {
        margin: 0 -14px 27px 0;
    }

    .menuTitile a {
        font-size: 24px;
        letter-spacing: -.1px;
    }

    .menuCon a {
        padding: 26px 0 0;
    }

    .menuCon span {
        font-size: 20px;
        letter-spacing: -.1px;
    }

    .menuCon p {
        margin-top: 1px;
        font-size: 13px;
    }

    #gNavi .menuCon a:hover:after,
    .aboutCon .menuCon a:hover:after {
        bottom: 0;
        height: 1px;
    }

    .moreWorks a:hover:after {
        height: 2px;
        bottom: 0;
    }

    .menuClose {
        width: 34px;
        height: 34px;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .menuClose:before,
    .menuClose:after {
        content: '';
        width: 22px;
        height: 1px;
        position: absolute;
        left: 50%;
        top: 50%;
        background: #060001;
    }

    .menuClose:before {
        transform: translate(-50%,-50%) rotate(45deg);
    }

    .menuClose:after {
        transform: translate(-50%,-50%) rotate(-45deg);
    }
}

@media all and (min-width: 0) and (max-width: 320px) {
    .navCon {
        padding: 0 36px;
    }

    .menuCon p {
        letter-spacing: -.2px;
    }

    .menuCon span {
        letter-spacing: -.3px;
    }
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter .fBox {
	border-top: 1px dotted #c4c4c4;
}
	
#gFooter {
    padding: 20px 25px 15px 35px;
    box-sizing: border-box;
}

#gFooter .fInner {
	padding-bottom: 20px
}

#gFooter .fNavi {
	width: 40%;
	float: left;
}

#gFooter .fNavi li {
	margin-bottom: 10px;
	width: 33.33333%;
	float: left;
	font-size: 17px;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .tel {
	width: 35%;
	float: left;
}

#gFooter .tel a {
	color: #333;
	font-size: 35px;
}

#gFooter .info {
	width: 25%;
	font-size: 16px;
	float: right;
	text-align: right;
}

#gFooter .menuCon {
    margin-top: 26px;
    float: left;
}

#gFooter .menuCon span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .7px;
}

#gFooter .menuCon li {
    margin: 0 19px;
    display: inline-block;
}

#gFooter .menuCon li a {
    padding-top: 0;
}

#gFooter .menuCon li.on a:after,
#gFooter .menuCon li:hover a:after {
    opacity: 1;
    visibility: visible;
}

#gFooter .menuCon li a:after {
    bottom: 1px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease;
}

.footerRight {
	padding-top: 15px;
    float: right;
    text-align: right;
}

.topArrow {
    margin-bottom: 35px;
	text-align: center;
}

.topArrow a {
    width: 25px;
    display: inline-block;
}

.topArrow img {
    width: 100%;
    display: block;
}

.footerCopy {
    margin-right: -2px;
    font-size: 12px;
    letter-spacing: .65px;
}

.menuConNone {
    display: none;
}

.fixTel {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #gFooter {
        padding: 0 30px 80px;
    }

	#gFooter .fBox {
		border-top: 1px dotted #c4c4c4;
	}
			
	#gFooter .fInner {
		padding-bottom: 20px
	}
	
	#gFooter .fNavi {
		display: none;
		margin-bottom: 30px;
		width: auto;
		float: none;
	}
	
	#gFooter .fNavi li {
		margin-bottom: 0;
		width: 50%;
		font-size: 16px;
	}
	
	#gFooter .tel {
		width: auto;
		float: none;
		color: #333;
		font-size: 30px;
		text-align: center;
	}
	
	#gFooter .info {
		display: none;
		width: auto;
		font-size: 15px;
		float: none;
		text-align: center;
	}

    #gFooter .menuCon {
        margin-bottom: 30px;
        float: none;
    }

    .footerRight {
        float: none;
    }

    #gFooter .menuCon {
        margin-top: 0;
    }

    #gFooter .menuCon li {
        margin: 0 2%;
		width: 46%;
        display: block;
		float: left;
    }

    #gFooter .menuCon li a:after {
        opacity: 1;
        visibility: visible;
    }

     #gFooter .menuCon li.on {
        opacity: .4;
    }

    #gFooter .menuCon span {
        margin-left: -2px;
        font-size: 16px;
        letter-spacing: -.1px;
        font-weight: 300;
    }

    #gFooter .menuCon p {
        margin-right: -1px;
        font-size: 12px;
    }

    #gFooter .menuCon li a {
        padding: 20px 0 5px;
    }

    .footerRight {
		padding: 0;
        text-align: center;
    }

    .topArrow {
        width: 100%;
        margin-bottom: 62px;
    }

    .footerCopy {
        margin: 0 -4px;
		padding-top: 10px;
        font-size: 10px;
        letter-spacing: .8px;
    }
	
	.fixTel {
		padding: 0 20px 15px;
		width: 100%;
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 100;
		box-sizing: border-box;
	}

	.fixTel a {
		padding: 5px 0;
		display: block;
		color: #fff;
		font-size: 20px;
		text-align: center;
		border-radius: 30px;
		background: #d40000;
	}
	
}

.fixcolor {
	position: fixed;
	left: 0;
	bottom: 0;
}

.fixcolor img {
	width: 80px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.fixcolor {
		display: none;
	}
}

/*------------------------------------------------------------
  Page Fade
------------------------------------------------------------*/
#cover {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff url(http://www.weifangyubang.com/img/common/loading.gif) no-repeat center;
  background-size: 20px 20px;
  transition: opacity .4s ease,visibility .4s ease;
}

.hideCover #cover {
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease,visibility .8s ease;
}

/*------------------------------------------------------------
  FadeInAnim
------------------------------------------------------------*/
.fadeInAnim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity .6s ease-out, transform .6s ease-out;
  transition: opacity .6s ease-out, transform .6s ease-out;
}

.fadeInAnim.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/*------------------------------------------------------------
  Slick-Slider
------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.headLine01 {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

.headLine01 span {
	display: block;
	color: #333;
	font-size: 55px;
}

.comMore {
	margin-top: 50px;
}
	
.comMore a {
	margin: 0 auto;
	padding: 15px 0;
	width: 200px;
	display: block;
	font-size: 16px;
	text-align: center;
	border: 1px solid #000;
}

.comMore a:hover {
	color: #fff;
	background: #000;
}

/*------------------------------------------------------------
  pageLead
------------------------------------------------------------*/
.pageLead {
	padding: 90px 80px 80px;
}

.pageLead .visual {
	height: 500px;
	position: relative;
}

.pageLead .visual h2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 40%;
	color: #fff;
	font-size: 40px;
	text-align: center;
}

.pageLead .visual h2 span {
	display: block;
	font-size: 20px;
	font-weight: normal;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageLead {
		padding: 70px 20px 30px;
	}
	
	.pageLead .visual {
		height: 240px;
		position: relative;
	}
	
	.pageLead .visual h2 {
		top: 30%;
		font-size: 25px;
	}
	
	.pageLead .visual h2 span {
		font-size: 16px;
	}

}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}
.pagination a:hover {
	color: #0070D8;
	border: 1px solid #0070D8;
}
.pagination a.page-num-current {
	color: #fff;
	background: #0070D8;
	border: 1px solid #0070D8;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}


/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin: 0 80px 30px;
	font-size: 17px;
}

.qianhou a {
	font-size: 17px;
}

.qianhou a:hover {
	text-decoration: underline;
}

.qianhou .prev {
	padding: 10px;
	width: 48%;
	float: left;
	background: #e5e5e5;
	box-sizing: border-box;
}

.qianhou .next {
	padding: 10px;
	width: 48%;
	float: right;
	text-align: right;
	background: #e5e5e5;
	box-sizing: border-box;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin: 50px 80px 40px;
}


.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

.detailBox .infoPhoto {
	text-align: left;
}

.detailBox .infoPhoto img {
	margin: 0 auto 15px;
	display: block;
	width: 600px !important;
	height: auto !important;
}

.detailBox .infoText {
	margin-bottom: 20px;
	text-align: center;
}

.detailBox .infoText h3 {
	color: #0965CA;
	font-size: 20px;
	text-align: center;
}

.detailBox .infoText .updata {
	text-align: center;
}

.detailBox .infoText .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.detailBox .infoText .tel {
	padding: 15px 0 15px 80px;
	text-align: left;
	color: #d60d1b;
	font-size: 35px;
	font-weight: bold;
	background: url(http://www.weifangyubang.com/template/default/images/tel.png) no-repeat left center;
}

.h3Head {
	margin-bottom: 50px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px dotted #666;
}


.fixHome {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 230px;
	text-align: center;
}

.fixHome a {
	display: block;
}

.fixHome img {
	width: 50px;
}

.fixHome span {
	margin-top: 10px;
	display: block;
	color: #4395FF;
	font-size: 15px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	.qianhou {
		margin: 0 20px 20px;
		font-size: 14px;
	}

	.qianhou a {
		font-size: 14px;
	}

	.qianhou .prev {
		margin-bottom: 10px;
		
		padding: 10px;
		display: block;
		width: auto;
		float: none;
	}
	
	.qianhou .next {
		padding: 10px;
		display: block;
		width: auto;
		float: none;
		text-align: right;
	}

}
