body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: 'Source Han Sans CN';
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/SourceHanSansCN-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

a {
	-webkit-tap-highlight-color: transparent;
}

textarea {
	resize: none;
	font-family: 'Source Han Sans CN';
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
}

.header {
	width: 1200px;
	margin: auto;
	border-bottom: 1px solid #FFFFFF;
}

.headerlogo {
	height: 50px;
	margin-top: 15px;
	float: left;
	width: 310px;
	background: url(../images/logo1.png) no-repeat;
	background-size: auto 100%;
	transition: all 0.3s ease;
}

.swiper-container .swiper-pagination {
	width: 1200px;
	left: 0;
	margin: auto;
	text-align: left;
	bottom: 30%;
	right: 0;
}

.swiper-container .icon-xiangxia {
	font-size: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	z-index: 2;
	text-align: center;
	color: #ffffff;
	animation: lbjb 1.8s infinite ease;
}

@keyframes lbjb {
	0% {
		bottom: 20px;
	}
	50% {
		bottom: 28px;
	}
	100% {
		bottom: 20px;
	}
}

.headerlb {
	width: 60%;
	float: right;
}

.headerlblj {
	width: 14.26%;
	padding: 15px 0;
	float: left;
	text-align: center;
	position: relative;
}

.headerlblj1 {
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	position: relative;
	transition: all 0.3s ease;
}

.headerlblj2 {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	top: 80px;
	left: 0;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.headerlblj2 a {
	display: block;
	border-bottom: 1px solid #dddddd;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	transition: all 0.3s ease;
}

.headerlblj2 a:hover {
	color: #0193de;
}

.headerlblj:hover>.headerlblj1 {
	color: #0193de;
}

.headerlblj:hover>.headerlblj2 {
	max-height: 200px;
}

.headerxz {
	background-color: #FFFFFF;
}

.headerxz .headerlogo {
	background: url(../images/logo2.png) no-repeat;
	background-size: auto 100%;
}

.headerxz .headerlblj1 {
	color: #000000;
}

.index01 {
	width: 100%;
	padding: 80px 0;
}

.index01main {
	width: 1200px;
	margin: auto;
}

.index01tit {
	font-size: 28px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 50px;
}

.index01main1 {
	width: 100%;
	margin-bottom: 80px;
}

.index01main1left {
	width: 48%;
	float: left;
}

.index01main1left p {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 85px;
}

.index01main1right {
	width: 48%;
	float: right;
}

.index01main1left i {
	font-size: 20px;
	color: #0193DE;
	float: right;
	transition: all 0.3s ease;
}

.index01main1left i:hover {
	color: #000000;
}

.index01lb {
	width: 100%;
	float: left;
}

.index01lb li {
	width: 25%;
	float: left;
	position: relative;
}

.index01lb li h4 {
	display: inline-block;
	font-size: 36px;
	color: #0193DE;
	position: relative;
}

.index01lb li h4 span {
	vertical-align: top;
	font-size: 14px;
	color: #666666;
}

.index01lb li p {
	font-size: 14px;
	margin-top: 5px;
	color: #666666;
}

.index01lb li i {
	font-size: 45px;
	border-right: 1px solid #DDDDDD;
	line-height: 45px;
	position: absolute;
	right: 20px;
	top: 5px;
	color: #666666;
	padding-right: 10px;
}

.index01lb li:last-child i {
	border-right: 0px solid #DDDDDD;
}

.index02 {
	width: 100%;
	padding: 80px 0;
	background: url(../images/indeximg1bg.jpg) center center no-repeat;
	background-color: #f8f8f8;
}

.index02main {
	width: 1200px;
	margin: auto;
}

.index02left {
	width: 15%;
	float: left;
}

.index02right {
	width: 80%;
	float: right;
}

.index02left h4 {
	font-size: 18px;
	color: #666666;
	line-height: 60px;
	margin-bottom: 30px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.index02left h4 span {
	font-size: 60px;
	color: #e2e2e2;
	font-weight: bold;
	margin-right: 5px;
	width: 60px;
	display: inline-block;
	text-align: center;
	transition: all 0.3s ease;
}

.index02left i {
	font-size: 20px;
	color: #0193DE;
	transition: all 0.3s ease;
	margin-top: 20px;
	display: inline-block;
}

.index02left .index02leftxz,
.index02left .index02leftxz span {
	color: #0193DE;
}

.index02rightlb {
	width: 100%;
	display: none;
}

.index02rightlb li {
	width: 32.33%;
	float: left;
	margin-bottom: 10px;
	position: relative;
	transition: all 0.3s ease;
}

.index02rightlb li:nth-child(3n-1) {
	margin: 0 1.5%;
	margin-bottom: 10px;
}

.index02rightlb li a img {
	width: 100%;
	height: 174px;
}

.index02rightlb li a div {
	text-align: center;
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	height: 90%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: all 0.3s ease;
}

.index02rightlb li a div h4 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 15px;
	padding-top: 50px;
}

.index02rightlb li a div p {
	font-size: 12px;
	color: #d6d6d6;
	line-height: 20px;
}

.index02rightlb li:hover {
	transform: scale(1.1);
	position: relative;
	z-index: 2;
	-moz-box-shadow: 0px 0px 9px #B8B8B8;
	-webkit-box-shadow: 0px 0px 9px #B8B8B8;
	box-shadow: 0px 0px 9px #B8B8B8;
}

.index02rightlb li:hover a div {
	opacity: 1;
}

.index03 {
	width: 100%;
	padding: 80px 0;
}

.index03tit {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.index03tit h4 {
	font-size: 28px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 20px;
}

.index03tit p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.index03main {
	width: 100%;
}

.index03main1 {
	width: 100%;
	margin-bottom: 120px;
	position: relative;
}

.index03main1:after {
	width: 70%;
	height: 100%;
	content: '';
	position: absolute;
	right: 0;
	top: 40px;
	background-color: #F8F8F8;
	z-index: 0;
}

.index03main2 {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.index03main2left {
	width: 35%;
	float: left;
	-moz-box-shadow: 0px 0px 9px #A1A1A1;
	-webkit-box-shadow: 0px 0px 9px #A1A1A1;
	box-shadow: 0px 0px 9px #A1A1A1;
}

.index03main2right {
	width: 55%;
	float: right;
	margin-top: 30px;
}

.index03main2right h4 {
	font-size: 20px;
	color: #000000;
	padding-bottom: 10px;
	line-height: 25px;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
}

.index03main2right h4:after {
	content: '';
	width: 4rem;
	height: 2px;
	background-color: #0193DE;
	position: absolute;
	left: 0;
	bottom: 0;
}

.index03main2right p {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin: 30px 0;
}

.index03main2right a {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	display: block;
}

.index03main2right a i {
	font-size: 15px;
	color: #0193DE;
	font-weight: bold;
	border: 1px solid #0193DE;
	border-radius: 50%;
	padding: 2px;
	margin-right: 5px;
}

.index03main1:nth-child(2) {
	margin-bottom: 0;
}

.index03main1:nth-child(2):after {
	right: auto;
	left: 0;
}

.index03main1:nth-child(2) .index03main2left {
	float: right;
}

.index03main1:nth-child(2) .index03main2right {
	float: left;
}

.index04 {
	width: 100%;
	padding: 80px 0;
}

.index04main {
	width: 1200px;
	margin: auto;
}

.index04left {
	width: 49%;
	float: left;
}

.index04right {
	width: 49%;
	float: right;
}

.index04left a img {
	width: 100%;
	display: block;
}

.index04left a div {
	width: 100%;
	background-color: #f8f8f8;
	padding: 20px;
}

.index04left a div h4 {
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index04left a div p {
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index04right1 {
	width: 100%;
	margin-bottom: 10px;
}

.index04right1 a {
	width: 48%;
	float: left;
}

.index04right1 a:nth-child(2) {
	float: right;
}

.index04right1 a img {
	width: 100%;
}

.index04right1 a h4 {
	font-size: 15px;
	color: #333333;
	margin: 15px 0;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index04right2 a {
	display: block;
	border-top: 1px solid #dddddd;
	font-size: 15px;
	line-height: 50px;
	color: #333333;
	position: relative;
	padding-right: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index04right2 a span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
}

footer {
	width: 100%;
	background: url(../images/indeximg2.jpg) center center no-repeat;
	padding-top: 50px;
}

.footer {
	width: 1200px;
	margin: auto;
}

.footer1 {
	width: 100%;
	margin-bottom: 30px;
}

.footer1 img {
	height: 60px;
	float: left;
}

.footer1 h4 {
	font-size: 24px;
	line-height: 60px;
	float: left;
	margin-left: 20px;
	color: #FFFFFF;
}

.footer1 div {
	float: right;
	color: #FFFFFF;
	text-align: right;
}

.footer1 div h5 {
	font-size: 14px;
}

.footer1 div p {
	font-size: 20px;
	line-height: 40px;
}

.footer2 {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 30px;
	padding-bottom: 50px;
}

.footer2left {
	width: 60%;
	float: left;
}

.footer2left div {
	width: 20%;
	float: left;
	padding-right: 15px;
	color: #FFFFFF;
}

.footer2left div h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.footer2left div a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.footer2left div a:hover{
	color: #dddddd;
}

.footer2center {
	width: 25%;
	float: left;
}

.footer2center h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.footer2center1 {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
}

.footer2center1 h3 {
	font-size: 14px;
	color: #969696;
	position: relative;
	line-height: 40px;
	padding: 0 10px;
	padding-right: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer2center1 h3 i {
	font-size: 20px;
	position: absolute;
	right: 10px;
	line-height: 40px;
	top: 0;
	transform: rotateZ(90deg);
}

.footer2center1 div {
	position: absolute;
	width: 100%;
	max-height: 150px;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 10px;
	left: 0;
	top: 41px;
	display: none;
}

.footer2center1 div a {
	color: #333;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 36px;
	font-size: 14px;
}

.footer2center1 div::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.footer2center1 div::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #DDDDDD;
}

.footer2center1 div::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #ffffff;
}
.footer2right{
	width: 9%;
	float: right;
}
.footer2right img{
	width: 100%;
}
.footer2right p{
	font-size: 13px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
}
.bqsy{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0;
}
.bqsy a{
	color: #FFFFFF;
}
.gybtbanner{
	width: 100%;
	display: block;
}
.bannermenu{
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 50px;
}
.bannermenu1{
	width: 1200px;
	margin: auto;
}
.bannermenu1 a{
	display: block;
	width: 33.33%;
	float: left;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.bannermenu1 .bannermenu1xz{
	position: relative;
	color: #0193DE;
}
.bannermenu1 .bannermenu1xz:after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #0193DE;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about1{
	width: 1200px;
	margin: auto;
	padding-bottom: 50px;
}
.about1img{
	width: 100%;
	margin-bottom: 30px;
}
.about1main{
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	margin: 30px 0;
}
.about1main p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.about1img2{
	width: 100%;
}
.about1left{
	width: 25%;
	float: left;
}
.about1left h4{
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 30px;
}
.about1left p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.about1right{
	width: 75%;
	float: right;
	padding: 0 70px;
	margin-top: 50px;
	position: relative;
}
.about1right .swiper-container{
	width: 100%;
}
.about1right .icon-zuo{
	font-size: 50px;
	line-height: 50px;
	color: #aaaaaa;
	position: absolute;
	left: 0;
	top:40%;
}
.about1right .icon-you{
	font-size: 60px;
	line-height: 60px;
	color: #aaaaaa;
	position: absolute;
	right: 0;
	top:40%;
}
.about2tit{
	font-size: 25px;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}
.about2lb{
	width: 100%;
	float: left;
}
.about2lb li{
	width: 30.33%;
	float: left;
	margin-bottom: 20px;
}
.about2lb li:nth-child(3n-1){
	margin: 0 4.5%;
	margin-bottom: 20px;
}
.about2lb li div{
	width: 100%;
	height: 260px;
	padding: 20px;
	background-color: #eeeeee;
}
.about2lb li div img{
	max-width: 100%;
	max-height: 220px;
	display: block;
	margin: auto;
}
.about2lb li p{
	font-size: 15px;
	margin-top: 10px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.bannermenu2 a{
	width: 50%;
}
.lbyw1{
	width: 100%;
}
.lbyw1 img{
	width: 50%;
	float: left;
}
.lbyw1 div{
	width: 48%;
	float: right;
}
.lbyw1 div p{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 15px;
	color: #666;
}
.lbyw2{
	width: 100%;
	margin: 50px 0;
	background-color: #f3f3f3;
	padding: 50px;
	padding-right: 0;
}
.lbyw2main{
	width: 100%;
	background-color: #FFFFFF;
}
.lbyw2main div{
	width: 68%;
	float: left;
	padding: 40px;
}
.lbyw2main img{
	width: 32%;
	float: right;
}
.lbyw2main div h4{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}
.lbyw2main div h5{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}
.lbyw2main div p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.lbyw3{
	width: 100%;
	margin-bottom: 50px;
}
.lbyw3 img{
	width: 48%;
	float: right;
}
.lbyw3 div{
	width: 50%;
	float: left;
}
.lbyw3 div h4{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.lbyw3 div p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
}
.lbyw4{
	width: 100%;
	margin-bottom: 50px;
}
.lbyw4 img{
	width: 70%;
	float: left;
}
.lbyw4 div{
	width: 28%;
	float: right;
}
.lbyw4 div h4{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.lbyw4 div p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
}
.lbywlb{
	width: 100%;
}
.lbywlb1{
	width: 30.33%;
	float: left;
	margin-bottom: 20px;
}
.lbywlb1:nth-child(3n-1){
	margin: 0 4.5%;
	margin-bottom: 20px;
}
.lbywlb1 img{
	width: 100%;
}
.lbywlb1 h4{
	font-size: 18px;
	line-height: 20px;
	color: #666666;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lbywlb1 p{
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mccp1{
	width: 100%;
}
.mccp1 p{
	width: 30%;
	float: left;
	font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #666;
    margin-top: 30px;
}
.mccp1 img{
	width: 68%;
	float: right;
}
.mccp2{
	width:100%;
	margin: 50px 0;
}
.mccp2main1{
	width: 95%;
	margin-left: 2.5%;
}
.mccp2main1left{
	width: 50%;
	float: left;
	background-color: #65bef0;
}
.mccp2main1left img{
	width: 50%;
	float: left;
}
.mccp2main1left div{
	width: 50%;
	float: right;
	padding: 25px 10px;
	color: #FFFFFF;
}
.mccp2main1left div h4{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
.mccp2main1left div p{
	font-size: 13px;
	line-height: 30px;
}
.mccp2main1right{
	width: 50%;
	float: right;
	text-align: center;
	padding-top: 7%;
}
.mccp2main1right h4{
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 10px;
}
.mccp2main1right p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.mccp2main2{
	width: 100%;
	padding: 0 2.5%;
	padding-bottom: 30px;
	background: url(../images/nsmcimg4.jpg) center center no-repeat;
	background-size: 100%;
}
.mccp2main2left{
	width: 50%;
	background-color: #FFFFFF;
	padding: 40px 20px;
}
.mccp2main2left h4{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
.mccp2main2left p{
	font-size: 13.5px;
    line-height: 35px;
    color: #666666;
}
.mccp3{
	width: 100%;
	margin-bottom: 50px;
}
.mccp3 img{
	width: 38%;
	float: left;
}
.mccp3right{
	width: 60%;
	float: right;
}
.mccp3right1{
	width: 100%;
	margin-bottom: 20px;
}
.mccp3right1 h4{
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 10px;
}
.mccp3right1 p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.mccp3right1:last-child{
	margin-bottom: 0;
}
.mccp4{
	width: 100%;
	padding: 40px 0;
	background: url(../images/nsmcimg6.jpg) center center no-repeat;
	background-size: 100%;
}
.mccp01{
	width: 100%;
	background: url(../images/cxtimg.jpg) center center no-repeat;
	background-size: 100%;
	padding: 100px 0;
	padding-left: 50px;
}
.mccp01 h4{
	font-size: 24px;
	line-height: 30px;
}
.mccp01 p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin: 30px 0;
	margin-bottom: 50px;
}
.mccp01 a{
	font-size: 14px;
	color: #666666;
}
.mccp01 a i{
	color: #65BEF0;
	margin-left: 10px;
}
.mccp02{
	text-align: right;
	margin-top: 50px;
	background: url(../images/mxtimg.jpg) center center no-repeat;
	background-size: 100%;
	padding-right: 50px;
}
.mccp2left{
	width: 8%;
	float: left;
}
.mccp2right{
	width: 87%;
	float: right;
}
.mccp2left a{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.mccp2left a img{
	width: 100%;
	display: none;
}
.mccp2left a p{
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	margin: 5px 0;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mccp2left .mccp2leftxz img{
	display: block;
}
.mccp2left .mccp2leftxz p{
	color: #0193DE;
}
.mccp2right1{
	width: 100%;
	margin-bottom: 20px;
}
.mccp2right1 a{
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	font-size: 14px;
	margin-right: 10px;
	color: #666666;
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
}
.mccp2right1 .mccp2right1xz{
	background-color: #0193DE;
	color: #FFFFFF;
	border: 1px solid #0193DE;
}
.slide {
	position: relative;
	width: 400px;
	overflow: hidden;
	float: left;
}

.slide .big {
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
}

.slide a {
	position: absolute;
	top: 30%;
	opacity: 0;
	z-index: 1000;
}

.slide .big li {
	float: left;
	width: 400px;
}

.slide .big li img {
	width: 100%;
	display: block;
}

.slide .prev {
	left: -10px;
}

.slide .next {
	right: -10px;
}

.slide .small {
	margin-top: 5px;
	width: 100%;
	position: relative;
}

.slide .small li {
	float: left;
	margin-right: 5px;
	width: 121px;
	background: #000;
}

.slide .small li:last-child {
	margin-right: 0;
}

.slide .small li img {
	width: 100%;
	display: block;
	opacity: 0.5;
}
.mccp2right2r{
	width: 59%;
    float: right;
}
.mccp2right2r h4{
	font-size: 24px;
	line-height: 30px;
	border-bottom: 1px solid #DDDDDD;
	color: #0193de;
	padding-bottom: 15px;
}
.mccp2right2r h5{
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0;
}
.mccp2right2r p{
	font-size: 14px;
	line-height: 30px;
}
.mccp2right2{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}
.mccp2right3left{
	width: 81%;
	float: left;
}
.mccp2right3right{
	width: 19%;
	float: right;
	padding-left: 40px;
	border-left: 1px solid #DDDDDD;
}
.mccp2right3right div{
	text-align: center;
}
.mccp2right3left div:nth-child(1){
	margin-bottom: 30px;
}
.mccp2right3left div h4{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
.mccp2right3left div p{
	font-size: 14px;
	line-height: 30px;
}
.mccp2right3right h4{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
.swiper-paginationnew{
	position: absolute;
	bottom: 10px;
	left:0;
	text-align: center;
	z-index: 2;
}
.news1left{
	width: 45%;
	float: left;
}
.swiper-paginationnew .swiper-pagination-bullet{
	width: 40px;
	height: 4px;
	background-color: #ffffff;
	border: none;
	border-radius: 0px;
}
.swiper-paginationnew .swiper-pagination-bullet-active{
	background-color: #0193DE;
}
.news1left img{
	height: 340px;
}
.news1right{
	width: 53%;
	float: right;
}
.news1right a{
	display: block;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.news1right a:last-child{
	border-bottom: 0px solid #DDDDDD;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.news1right a h4{
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news1right a h5{
	font-size: 14px;
	color: #c0c0c0;
	line-height: 20px;
	margin: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news1right a p{
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news2{
	width: 100%;
	margin-top: 50px;
}
.news2 a{
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 80px;
	position: relative;
	border-bottom: 1px solid #DDDDDD;
}
.news2 a h3{
	position: absolute;
	left: 0;
	top: 10px;
	color: #a6a6a6;
	text-align: center;
	font-size: 16px;
}
.news2 a h3 span{
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 3px;
	display: block;
}
.news2 a h4{
	font-size: 20px;
	color: #000000;
	line-height: 22px;
	margin-bottom: 10px;
}
.news2 a p{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	height: 50px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 
}
.newsdet{
	width: 1200px;
	margin: 80px auto;
}
.newsdettit{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	text-align: center;
	color: #000000;
}
.newsdettit1{
	text-align: center;
	font-size: 15px;
	color: #666666;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #DDDDDD;
}
.newsdet1{
	width: 100%;
}
.newsdet1 p{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 10px;
}
.bannermenu3 a{
	width: 100%;
}
.contact {
	width: 100%;
	-moz-box-shadow: 0px 0px 13px #BFBFBF;
	-webkit-box-shadow: 0px 0px 13px #BFBFBF;
	box-shadow: 0px 0px 13px #BFBFBF;
}

.contactleft {
	width: 60%;
	padding: 50px;
	float: left;
}

.contacttit {
	font-size: 20px;
	color: #222222;
	line-height: 25px;
	margin-bottom: 30px;
}

.contactleft1 {
	width: 100%;
}

.contactleft1in {
	width: 48%;
	float: left;
}

.contactleft1in:nth-child(2n) {
	float: right;
}

.contactleft1in h4 {
	font-size: 15px;
	color: #cccccc;
	line-height: 20px;
}

.contactleft1in input {
	width: 100%;
	height: 40px;
	outline-style: none;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #222222;
}

.contactleft1text {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.contactleft1text h4 {
	font-size: 15px;
	color: #cccccc;
	line-height: 20px;
}

.contactleft1text textarea {
	width: 100%;
	height: 100px;
	font-family: 'Source Han Sans CN';
	font-size: 18px;
	outline-style: none;
	border: none;
	box-sizing: border-box;
	resize: none;
	border-bottom: 1px solid #222222;
}

.contactleft1 button {
	display: block;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	outline-style: none;
	border: none;
	font-size: 18px;
	color: #FFFFFF;
	margin: auto;
	padding: 0;
	background-color: #2e70b5;
	margin-top: 30px;
	transition: all 0.3s ease;
}

.contactleft1 button:hover {
	background-color: #222222;
}

.contactright {
	width: 40%;
	float: right;
	padding: 50px;
	background-color: #0093de;
}

.contactright p {
	font-size: 15px;
	color: #222222;
	line-height: 30px;
	margin-bottom: 10px;
}

.contactright p span {
}

.contactright1 {
	margin-top: 21px;
}

.contactright1 div {
	width: 30%;
	text-align: center;
	margin-left: 45px;
}

.contactright1 div img {
	width: 100%;
}

.contactright1 div h5 {
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px;
}

.contact_map {
	width: 100%;
	margin-top: 80px;
	height: 600px;
}
.gallery img {
	height: 100%;
	width: 100%;
}

.gallery a {
	float: left;
}

.baguetteBoxOne {
	width: 100%;
	margin: 0 auto;
}


/* Highlight.js Tomorrow Night style */

.hljs-comment {
	color: #969896
}

.hljs-tag {
	color: #f8f8f2
}

.css .hljs-class,
.css .hljs-id,
.css .hljs-pseudo,
.hljs-attribute,
.hljs-regexp,
.hljs-title,
.hljs-variable,
.html .hljs-doctype,
.ruby .hljs-constant,
.xml .hljs-doctype,
.xml .hljs-pi,
.xml .hljs-tag .hljs-title {
	color: #c66
}

.hljs-built_in,
.hljs-constant,
.hljs-literal,
.hljs-number,
.hljs-params,
.hljs-pragma,
.hljs-preprocessor {
	color: #de935f
}

.css .hljs-rules .hljs-attribute,
.ruby .hljs-class .hljs-title {
	color: #f0c674
}

.hljs-header,
.hljs-inheritance,
.hljs-string,
.hljs-value,
.ruby .hljs-symbol,
.xml .hljs-cdata {
	color: #b5bd68
}

.css .hljs-hexcolor {
	color: #8abeb7
}

.coffeescript .hljs-title,
.hljs-function,
.javascript .hljs-title,
.perl .hljs-sub,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword {
	color: #81a2be
}

.hljs-keyword,
.javascript .hljs-function {
	color: #b294bb
}

.hljs {
	display: block;
	overflow-x: auto;
	background: #35383C;
	color: #c5c8c6;
	padding: .8em
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .css,
.xml .hljs-cdata,
.xml .javascript,
.xml .vbscript {
	opacity: .5
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: -30px
	}
	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: -30px
	}
	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: 30px
	}
	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}
	50% {
		margin-left: 30px
	}
	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}
.mccp2right3right div img{
	width: 100%;
}
section{
	overflow: hidden;
}
.mobilemenu{
	display: none;
}
.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.fenye li {
	float: left;
	width: auto;
	line-height: 22px;
	height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
}

.fenye .active {
	background-color: #222222;
}

.fenye .current {
	color: #ffffff;
	background-color: #333333;
}

.fenye li a {
	color: #222222;
}
.tjsy{
	color: #666;
}
.lbywlb1{
	position: relative;
}
.lbywlb1 .tjsy{
	position: absolute;
    left: 0;
    top: 88px;
    color: #ffffff;
    font-size: 22px;
    opacity: 0.6;
    transform: rotate(25deg);
}
.about2lb li div{
	position: relative;
}
.about2lb li div .tjsy{
	position: absolute;
    left: 0;
    top: 88px;
    color: #000000;
    font-size: 22px;
    opacity: 0.3;
    transform: rotate(25deg);
}
.full-image figure{
	position: relative;
}
.full-image figure:after{
	content: '浙江宝业幕墙装饰有限公司官网用图';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    text-align: center;
    width: 100%;
    transform: rotate(25deg);
    color: #222222;
    opacity: 0.6;
}
.tjzsimg{
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.tjzsimg img{
	height: auto;
    min-height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.gszzsy{
	position: relative;
}
.gszzsy:after{
	content: '浙江宝业幕墙装饰有限公司官网用图';
    position: absolute;
    left: -15%;
    top: 45%;
    font-size: 20px;
    text-align: center;
    width: 130%;
    transform: rotate(50deg);
    color: #222222;
    opacity: 0.6;
}



@media only screen and (max-width: 640px) {
	body{
		min-width: 100%;
		padding-top: 50px;
	}
	.mobilemenu {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		right: 10px;
		top: 7.5px;
		overflow: hidden;
		z-index: 99;
	}
	.mobilemenu span{
		width: 100%;
		height: 4px;
		background-color: #333333;
		transition: all 0.3s ease;
	}
	.mobilemenu span:nth-child(1){
		position: absolute;
		left: 0;
		top: 0;
	}
	.mobilemenu span:nth-child(2){
		position: absolute;
		left: 0;
		top: 13px;
	}
	.mobilemenu span:nth-child(3){
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.mobilemenuxz span:nth-child(2){
		left: -40px;
	}
	.mobilemenuxz span:nth-child(1){
		transform: rotate(45deg);
		left: 3px;
		top: 13px;
		width: 30px;
	}
	.mobilemenuxz span:nth-child(3){
		transform:rotate(-45deg);
		left: 3px;
		top: 13px;
		width: 30px;
	}
	header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    height: 50px;
    position: fixed;
    left: 0;
    background-color: #ffffff;
}
.headerlogo {
	height: 40px;
    margin-top: 5px;
    float: left;
    width: 250px;
    background: url(../images/logo2.png) no-repeat;
    background-size: auto 100%;
}
.header {
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #FFFFFF;
}
.headerlb {
    width: 100%;
    float: right;
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease;
}
.headerlblj {
    width: 100%;
    padding: 0;
    float: left;
    text-align: center;
    position: relative;
}
.headerlblj1 {
    display: block;
    font-size: 16px;
    color: #222222;
    line-height: 40px;
    position: relative;
    transition: all 0.3s ease;
}
.headerlblj2 {
    width: 100%;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 0;
    position: initial;
    top: 80px;
    left: 0;
    max-height: 330px;
    overflow: hidden;
    padding: 5px 0;
    transition: all 0.3s ease;
}
.headerlblj2 a {
    display: block;
    border-bottom: 0px solid #dddddd;
    color: #666;
    font-size: 15px;
    line-height: 30px;
    transition: all 0.3s ease;
}
.swiper-container .icon-xiangxia {
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    animation: lbjb 1.8s infinite ease;
}
@keyframes lbjb {
	0% {
		bottom: 10px;
	}
	50% {
		bottom: 15px;
	}
	100% {
		bottom: 10px;
	}
}

.swiper-container .swiper-pagination {
    width: 100%;
    left: 0;
    margin: auto;
    text-align: left;
    bottom: 5%;
    right: 0;
    padding: 0 10px;
}
.index01 {
    width: 100%;
    padding: 20px 10px;
}
.index01main {
    width: 100%;
    margin: auto;
}
section{
	box-sizing: border-box;
}
.index01tit {
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
}
.index01main1 {
    width: 100%;
    margin-bottom: 10px;
}
.index01main1left {
    width: 100%;
    float: left;
}
.index01main1left p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.index01main1left i {
    font-size: 20px;
    color: #0193DE;
    float: left;
    transition: all 0.3s ease;
}
.index01main1right {
    width: 100%;
    float: right;
    margin-top: 20px;
}
.index01lb li {
    width: 50%;
    float: left;
    margin: 10px 0;
    position: relative;
}
.index01lb li h4 {
    display: inline-block;
    font-size: 20px;
    color: #0193DE;
    position: relative;
}
.index01lb li i {
    font-size: 45px;
    border-right: 0px solid #DDDDDD;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    color: #666666;
    padding-right: 5px;
}
.index02 {
    width: 100%;
    padding: 20px 10px;
    background: url(../images/indeximg1bg.jpg) center center no-repeat;
    background-color: #f8f8f8;
}
.index02main {
    width: 100%;
    margin: auto;
}
.index02left {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.index02left h4 {
    font-size: 14px;
    width: 33.33%;
    text-align: center;
    float: left;
    color: #666666;
    line-height: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.index02left h4 span {
    font-size: 20px;
    color: #e2e2e2;
    font-weight: bold;
    margin-right: 5px;
    width: auto;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
}
.index02left i {
    margin-top: 5px;
}
.index02right {
    width: 100%;
    float: right;
}
.index02rightlb li {
    width: 48%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease;
}
.index02rightlb li:nth-child(2n){
	float: right;
}
.index02rightlb li:nth-child(3n-1) {
    margin: 0;
    margin-bottom: 10px;
}
.index02rightlb li a img {
    width: 100%;
    height: auto;
}
.index02rightlb li a div {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.index02rightlb li a div h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index03 {
    width: 100%;
    padding: 20px 10px;
}
.index03tit {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.index03tit h4 {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}
.index03main2 {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.index03main2left {
    width: 100%;
}
.index03main2right {
    width: 100%;
    float: right;
    margin-top: 10px;
}
.index03main1:after {
    opacity: 0;
}
.index03main1 {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.index03main2right p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin: 15px 0;
}
.index04 {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 20px;
}
.index04main {
    width: 100%;
    margin: auto;
}
.index04left {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.index04right {
    width: 100%;
    float: right;
}
.index04right1 a {
    width: 100%;
    float: left;
}
.index04right1 a:first-child{
	margin-bottom: 10px;
}
.index04right2 a {
    line-height: 40px;
}
.index04right2 a span {
    line-height: 40px;
}
footer {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    padding-top: 20px;
    background-size: auto 100%;
}
.footer {
    width: 100%;
    margin: auto;
}
.footer1 {
    width: 100%;
    margin-bottom: 10px;
}
.footer1 img {
    height: auto;
    float: left;
    width: 100%;
}
.footer1 h4 {
    font-size: 20px;
    line-height: 45px;
    float: left;
    margin-left: 0;
    color: #FFFFFF;
    width: 100%;
}
.footer1 div {
    width: 100%;
    float: right;
    color: #FFFFFF;
    text-align: left;
    margin-top: 10px;
}
.footer2 {
    width: 100%;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer2left {
    width: 60%;
    float: left;
    display: none;
}
.footer2center {
    width: 100%;
    float: left;
}
.footer2right {
    width: 100px;
    float: left;
    margin-top: 10px;
}
.bqsy {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0;
}
.bannermenu {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.bannermenu1 {
    width: 100%;
    margin: auto;
}
.bannermenu1 a {
    line-height: 40px;
}
.about1 {
    width: 100%;
    padding: 0px 10px;
    margin: auto;
    padding-bottom: 10px;
}
.about1left {
    width: 100%;
    float: left;
    text-align: center;
}
.about1left h4 {
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 10px;
}
.about1left p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about1right {
    width: 100%;
    float: right;
    padding: 0;
    margin-top: 10px;
    position: relative;
}
.about1right i{
	display: none;
}
.about2lb li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.about2lb li div {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #eeeeee;
}
.about2lb li div img {
    max-height: 1000px;
}
.about2lb li:nth-child(3n-1) {
    margin: 0;
    margin-bottom: 20px;
}
.lbywlb1 {
    width: 48%;
    float: left;
    margin-bottom: 10px;
}
.lbywlb1:nth-child(2n){
	float: right;
}
.lbywlb1:nth-child(3n-1){
	margin: 0;
	margin-bottom: 10px;
}
.lbywlb1 h4 {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    margin-top: 3px;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lbywlb1 p {
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about2tit {
    font-size: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.mccp1 p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666;
    margin-top: 0;
}
.mccp1 img {
    width: 100%;
    float: right;
}
.mccp2 {
    width: 100%;
    margin: 20px 0;
}
.mccp2main1 {
    width: 100%;
    margin-left: 0;
}
.mccp2main1left {
    width: 100%;
    float: left;
    background-color: #65bef0;
}
.mccp2main1left img {
    width: 100%;
    float: left;
}
.mccp2main1left div {
    width: 100%;
    float: right;
    padding: 10px 10px;
    color: #FFFFFF;
}
.mccp2main1left div h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.mccp2main1right {
    width: 100%;
    float: right;
    text-align: center;
    padding-top: 10px;
}
.mccp2main1right h4 {
    margin-bottom: 0;
}
.mccp2main2left {
    width: 100%;
    background-color: #FFFFFF;
    padding: 0;
    margin-top: 10px;
}
.mccp2main2 {
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    background: none;
    background-size: 100%;
}
.mccp2main2left p {
    font-size: 13px;
    line-height: 30px;
    color: #666666;
}
.mccp3 img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.mccp3right {
    width: 100%;
    float: right;
}
.mccp3right1 h4 {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 5px;
}
.mccp3right1 {
    width: 100%;
    margin-bottom: 5px;
}
.mccp3 {
    width: 100%;
    margin-bottom: 0;
}
.mccp4 {
    width: 100%;
    padding: 10px 10px;
    /* background: none; */
    background-size: auto 100%;
    margin-top: 20px;
}
.mccp01 {
    width: 100%;
    background: url(../images/cxtimg.jpg) center center no-repeat;
    background-size: auto 100%;
    padding: 25px 10px;
    padding-left: 10px;
}
.mccp01 p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin: 15px 0;
    text-shadow: 1px 1px 1px #ffffff;
    margin-bottom: 20px;
}
.mccp01 p br{
	display: none;
}
.mccp02{
	background: url(../images/mxtimg.jpg) center center no-repeat;
	background-size: auto 100%;
    padding: 25px 10px;
    padding-left: 10px;
}
.mccp2left {
    width: 100%;
    float: left;
}
.mccp2left .mccp2leftxz img {
    display: inline-block;
    height: 20px;
    width: auto;
    float: left;
}
.mccp2left a {
    display: block;
    width: 33.3%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}
.mccp2left a p {
    display: inline-block;
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    margin: 0;
    margin-left: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mccp2right {
    width: 100%;
    float: right;
}
.mccp2right1 a {
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    font-size: 13px;
    margin-right: 5px;
    color: #666666;
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
}
.slide {
    width: 100%;
}
.slide .big li {
    float: left;
    width: 394px;
}
.mccp2right2r {
    width: 100%;
    float: right;
    margin-top: 10px;
}
.mccp2right2r h4 {
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid #DDDDDD;
    color: #0193de;
    padding-bottom: 10px;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mccp2right2r h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}
.mccp2right2r h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}
.mccp2right3left {
    width: 100%;
    float: left;
}
.mccp2right3left div:nth-child(1) {
    margin-bottom: 15px;
}
.mccp2right3right {
    width: 100%;
    float: right;
    padding-left: 0;
    border-left: 0px solid #DDDDDD;
    margin-top: 15px;
}
.lbyw1 img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.lbyw1 div {
    width: 100%;
    float: right;
}
.lbyw2 {
    width: 100%;
    margin: 20px 0;
    background-color: #f3f3f3;
    padding: 10px;
    padding-right: 10px;
}
.lbyw2main div {
    width: 100%;
    float: left;
    padding: 10px;
}
.lbyw2main img {
    width: 100%;
    float: right;
}
.lbyw3 {
    width: 100%;
    margin-bottom: 0;
}
.lbyw3 img {
    width: 100%;
    float: right;
}
.lbyw3 div {
    width: 100%;
    float: left;
}
.lbyw3 div h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.lbyw3 div p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 10px;
}
.lbyw4 {
    width: 100%;
    margin-bottom: 0;
}
.lbyw4 img {
    width: 100%;
    float: left;
}
.lbyw4 div {
    width: 100%;
    float: right;
}
.lbyw4 div h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.lbyw4 div p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 10px;
}
.news1left {
    width: 100%;
    float: left;
}
.news1left img{
	height: auto;
}
.news1right {
    width: 100%;
    float: right;
    margin-top: 10px;
}
.news1right a h4 {
    font-size: 16px;
}
.news1right a h5 {
    margin: 5px 0;
}
.news1right a {
    display: block;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.news2 {
    width: 100%;
    margin-top: 20px;
}
.news2 a {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 80px;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
}
.newsdet {
    width: 100%;
    padding: 0 10px;
    margin: 20px auto;
}
.contactleft {
    width: 100%;
    padding: 20px;
    float: left;
}
.contactright {
    width: 100%;
    float: right;
    padding: 20px;
    background-color: #0093de;
}
.contacttit {
    font-size: 20px;
    color: #222222;
    line-height: 25px;
    margin-bottom: 10px;
}
.contactright p {
    font-size: 15px;
    color: #222222;
    line-height: 20px;
    margin-bottom: 10px;
}
.contactright1 {
    margin-top: 15px;
}
.contactright1 div {
    width: 120px;
    text-align: center;
    margin-left: 0;
}
.contacttit, .contactright p, .contactright1 div h5{
	color: #ffffff;
}
.contact_map {
    width: 100%;
    margin-top: 20px;
    height: 300px;
}
.lbywlb1 .tjsy{
	position: absolute;
    left: -10px;
    top: 50px;
    color: #ffffff;
    font-size: 10px;
    opacity: 0.6;
    transform: rotate(25deg);
    width: 200px;
}
.full-image figure:after{
	font-size: 23px;
}
.tjzsimg{
	width: 100%;
	height: 115px;
	overflow: hidden;
	position: relative;
}
.tjzsimg img{
	height: auto;
    min-height: 115px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.gszzsy:after{
	content: '浙江宝业幕墙装饰有限公司官网用图';
    position: absolute;
    left: -15%;
    top: 45%;
    font-size: 26px;
    text-align: center;
    width: 130%;
    transform: rotate(50deg);
    color: #222222;
    opacity: 0.6;
}


}

@media only screen and (max-width: 375px) {
.slide .big li {
    float: left;
    width: 355px;
}
}

@media only screen and (max-width: 360px) {
.slide .big li {
    float: left;
    width: 340px;
}
}

@media only screen and (max-width: 320px) {
.slide .big li {
    float: left;
    width: 300px;
}
}