.banner{
	height:693px;
	position: relative;
}
.banner .swiper-container{
	height: 100%;
}
.banner img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.header_wz{
	width: 1200px;
	position:absolute;
	left:calc(50% - 600px);
	top:25px;
	z-index:9;
}
.header_top{
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.nav{
	margin-top: 9px;
}
.nav ul li{
	float:left;
	position: relative;
}
.nav ul li a{
	display: block;
	width: 140px;
	line-height: 35px;
	color: #fff;
	background:none;
	font-size: 16px;
	margin:0 10px;
	text-align: center;
}
.nav ul li.choose a{
	background: #01b3a0;
}
.nav ul li:hover a{
	background: #01b3a0;
}
.nav ul li dl{
	width: 130px;
	position: absolute;
	top:100%;
	left:calc(50% - 65px);
	padding-top: 20px;
	display: none;
}
.nav ul li dl dd a{
	width: 130px;
	height: 44px;
	line-height:44px;
	background:#fff;
	color: #01b3a0;
	margin:0;
	font-size: 14px;
}
.nav ul li:hover dl dd a{
	background: #fff;
	color: #01b3a0;
}
.nav ul li.choose dl dd a{
	background: #fff;
	color: #01b3a0;
}
.nav ul li dl dd:hover a{
	color: #333;
}
.logo{
	line-height:50px;
    color: #ffffff;
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
	width:200px;
}
.logo a{
	color:#fff;
}
.banner_wz{
	width: 100%;
	text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 46px;
    letter-spacing: 10px;
    text-align: center;
    padding-top:200px;
}
.module_page1{
	width: 100%;
	height: 477px;
	background-size: auto 100%;
	padding-top: 64px;
    background: transparent url(../images/background02.jpg) no-repeat center center;
}
.module_page1 h3{
	color: #ffffff;
    text-align: center;
    font-size: 36px;
    position: relative;
    line-height:50px;
    padding-bottom: 16px;
}
.module_page1 h3::after{
	content:'';
	position: absolute;
	width: 60px;
	height: 4px;
	background:#01b3a0; 
	left:calc(50% - 30px);
	bottom:0;
	z-index:4;
}
.page1_list{
	margin-top: 60px;
}
.page1_list ul li{
	float:left;
	width:25%;
}
.ys_img{
	width: 100px;
	height: 100px;
	border-radius:100px;
	margin: 0 auto;
	border:2px solid #fff;
	text-align: center;
	padding-top: 27px;
}
.page1_list ul li h4{
	text-align: center;
	color: #fff;
	font-size: 22px;
    line-height: 30px;
    padding:25px 0 20px 0;
    position:relative;	
}
.page1_list ul li h4::after{
	content:'';
	position: absolute;
	width: 45px;
	height: 3px;
	background:#01b3a0; 
	left:calc(50% - 22.5px);
	bottom:0;
	z-index:4;
}
.page1_list ul li p{
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height:30px;
	padding-top:16px;
}
.module_page2{
	width: 100%;
	height:972px;
	padding-top: 60px;
	background:url(../images/20170316172610896.jpg) repeat center center;
}
.module_page2 h3{
	color: #1f2932;
    text-align: center;
    font-size: 36px;
    position: relative;
    line-height:50px;
    padding-bottom: 16px;
}
.module_page2 h3::after{
	content:'';
	position: absolute;
	width: 60px;
	height: 4px;
	background:#1f2932; 
	left:calc(50% - 30px);
	bottom:0;
	z-index:4;
}
.page2_list ul li{
	float: left;
	width: 48%;
	height:282px;
	margin-right: 4%;
	margin-bottom: 4%;
	position: relative;
}
.page2_list ul li figure{
	width: 100%;
	height: 100%;
	background:#fff;
}
.page2_list ul li figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.page2_list ul li:nth-child(2n){
	margin-right: 0;
}
.page2_list ul li figcaption{
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	left:0;
	top:0;
	z-index:6;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.page2_list ul li figcaption h4{
	font-size: 32px;
	color: #fff;
}
.page2_list ul li .price{
	position:absolute;
	left:0;
	top:30px;
	line-height:30px;
    color: #ffffff;
    font-size: 16px;
    background: #01b3a0;
    height: 30px;
    padding:0 10px;
    z-index:9;
}
.page2_list ul li:hover figcaption{
	background: rgba(0,0,0,0.6);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.page2_list ul li:hover figcaption h4{
	color: #01B3A0;
    font-weight: bold;
}
.page2_list{
	margin-top: 50px;
}
a.page2_a{
	display: block;
	width: 250px;
	height: 50px;
	margin:32px auto 0 auto;
	color: #ffffff;
    font-size: 18px;
    background: #01aa98;
    line-height: 50px;
    text-align: center;
}
.module_page3{
	width: 100%;
	height: 406px;
	background-position:cover;
	background:url(../images/timg.jpg) no-repeat center center;
}
.module_page3 h3{
	text-align: center;
	color: #ffffff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 174px;
}
.module_page4{
	width: 100%;
	height: 725px;
	padding-top: 60px;
	background: url(../images/20170316172610896.jpg) repeat center center;
}
.module_page4 h3{
	color: #1f2932;
    text-align: center;
    font-size: 36px;
    position: relative;
    line-height:50px;
    padding-bottom: 16px;
}
.module_page4 h3::after{
	content:'';
	position: absolute;
	width: 60px;
	height: 4px;
	background:#1f2932; 
	left:calc(50% - 30px);
	bottom:0;
	z-index:4;
}
.page4_list ul li{
	float: left;
	margin-right: 3%;
	width: 31.33%;
	background: #fff;
}
.page4_list ul li:nth-child(3n){
	margin-right: 0;
}
.page4_list ul li figcaption{
	padding-bottom: 25px;
}
.page4_list ul li figcaption h4{
	padding:0 20px;
	margin:25px 0 15px 0;
	font-size: 16px;
	height: 22px;
	line-height:22px;
	color: #333; 
}
.page4_list ul li figcaption p{
	padding:0 20px;
	font-size: 14px;
	color: #666;
	height:70px;
	overflow:hidden;
	line-height:1.6; 
}
.page4_list{
	margin-top: 50px;
}
a.pager_a{
	display: block;
	width: 185px;
	height: 50px;
	margin: 55px auto 0 auto;
    color: #ffffff;
    font-size: 18px;
    background: #01aa98;
    line-height: 50px;
    text-align: center;
}
.module_page5{
	width: 100%;
	height: 172px;
	background: #01b3a0;
	padding-top: 60px;
}
.module_page5 .w1200{
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.module_page5 a{
	display: block;
	width: 185px;
	height: 50px;
	line-height:50px;
	text-align: center;
	background: #fff;
	color: #01b3a0;
    font-size: 18px;
    font-weight: bold;
}
.module_page5 h3{
	font-size: 36px;
    color: #ffffff;
    text-align: center;
    margin-right: 170px;
}
.footer{
	width: 100%;
	height: 160px;
	padding-top: 36px;
	background:url(../images/20170316165310369.jpg) repeat center center;
}
.footer_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer_nav ul li a{
	border-right: 1px solid #888;
	color: #888888;
	line-height: 14px;
    height: 14px;
    font-size: 12px;
    padding:0 10px;
}
.footer_nav ul li:last-child a{
	border-right:none;
}
.footer_nav ul li a:hover{
	text-decoration: underline;
}
.footer p{
	font-size: 12px;
    color: #888888;
    line-height: 20px;
    text-align: center;
    padding:10px 0;
}
.inside_banner{
    width: 100%;
    height: 465px;
    background-size:cover;
    position: relative; 
}
.inside_background{
	position: fixed;
	width: 100%;
    height: 465px;
    z-index:-1;
    top:0;
    left:0;
    background:url(../images/about.jpg) no-repeat center center;
}
.header_bottom{
	width: 1200px;
	position: absolute;
	left:calc(50% - 600px);
	bottom:30px;
}
.header_bottom h3{
	color: #ffffff;
    font-size: 36px;
    line-height:50px;
    margin-bottom:32px;
}
.header_bottom ul li{
	float: left;
	color: #ffffff;
    font-size: 16px;
    display: inline-block;
}
.header_bottom ul li a{
	font-size: 16px;
	color: #fff;
}
.header_bottom ul li:nth-child(2n)::before {
    content: "\003e\00a0";
    padding: 0 5px 0 10px;
    color: #cccccc;
    text-align: center;
}
.about_page1 .w1200{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top:65px;
}
.about_page1 figcaption{
	width: 680px;
}
.about_page1 figcaption h3{
	color: #1f2932;
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
    height: 36px;
}
.about_page1 figcaption p{
	color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    padding-top: 30px;
}
.about_page1 figcaption .img{
	display: none;
}
.about_page1 figure{
	width: 470px;
}
.ymxx{
	color: #1f2932;
    font-size: 36px;
    font-weight: normal;
    line-height: 50px;
    height: 50px;
    text-align: center;
    position: relative;
}
.ymxx::after{
	content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: #01b3a0;
    left: calc(50% - 30px);
    bottom: -16px;
    z-index:4;
}
.ab_page2_body{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 90px;
	position: relative;
}
.ab_page2_body figure{
	position: absolute;
	width:100%;
	left:0;
	top:0;
	z-index:3;
}
.ab_page2_body figure .img{
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	width: 27.66%;
}
.ab_page2_body figure .img:nth-child(2){
	top:129px;
	left:5.4%;
}
.ab_page2_body figure .img:nth-child(3){
	top:258px;
	left:10.8%;
}
.ab_page2_body figure .img:nth-child(4){
	top:387px;
	left:16.4%;
}
.ab_page2_body figcaption{
	width: 100%;

}
.ab_page2_body figcaption div{
	color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    text-indent: 2em;
    width: 49.66%;
    float: right;
    margin-bottom: 30px;
}
.ab_page2_body figcaption div:nth-child(2){
	width: 56.25%;
}
.ab_page2_body figcaption div:nth-child(1){
	width:62.58%;
}
.about_page2{
	background:#f2f6ff;
	padding-top:70px;
	padding-bottom:60px;
}
.about_page3{
	padding:60px 0 30px 0;
}
.imgStyle_4{
	margin-top:60px;
}
.imgStyle_4 ul{
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.imgStyle_4 ul li{
	width: 22.5%;
	height:270px;
	margin-bottom: 3%;
	margin-right: 2%;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.imgStyle_4 ul li img{
	height:100%!important;
	object-fit: cover;
}
.imgStyle_4 ul li:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.about_page4{
	padding: 60px 0 30px 0;
}
.about_page4 .imgStyle_4 ul li img{
	object-fit: contain;
}
.about_page4 .imgStyle_4 ul li{
	text-align: center;
}


/*关于我们放大图*/
.imgShowBox {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgShowBox img {
    position: absolute;
    width: auto;
    max-width: 80%;
    /*max-height: 80%;*/
    border: 20px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgShowBox.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.imgShowBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .05);
}

.imgShowBox.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .02);
}

.imgShowBox.scroll::-webkit-scrollbar-button {
    background: #f7f7f7;
    height: 0;
}

.imgShowBox.scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, .05);
}

.imgShowBox.scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.imgShowBox.scroll img {
    top: 5%;
    margin-bottom: 5%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.pos_fixed {
    position: fixed;
    width: 100%;
}

.imgButton {
    position: fixed;
    width: 70%;
    max-width: 400px;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.imgButton span {
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.imgButton span:hover {
    opacity: .8;
}

.imgButton span i {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.imgButton span.prevImg,
.imgButton span.nextImg,
.imgButton span.closeShowPic {
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    font-family: serif;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.imgButton span.prevImg,
.imgButton span.nextImg {
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width: 1024px) {

    /*ipad*/
    .imgStyle_4 ul li,
    .imgStyle_11 ul li {
        width: 24%;
    }
}

@media screen and (max-width: 768px) {

    /*mobi*/
    .imgStyle_4 ul li,
    .imgStyle_11 ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .imgStyle_4 ul li:nth-child(2n){
		margin-right: 0;
	}
	.imgStyle_11 ul li:nth-child(2n){
		margin-right: 0;
	}
    .imgShowBox img {
        border-width: 10px;
    }

    .imgShowBox.scroll img {
        top: 5%;
        margin-bottom: 10vh;
    }
}
/*关于我们放大图结束*/


.team_page1{
	width: 100%;
	background: transparent url(../images/20170316172610896.jpg);
}
.team_page1 h3{
    color: #1f2932;
    font-size: 36px;
    font-weight: normal;
    line-height: 50px;
    height: 50px;
    text-align: center;
    position: relative;
}
.team_page1 h3::after{
	content: "";
	position: absolute;
	width: 57px;
	height: 4px;
	background:#01b3a0;
	z-index:4;
	left:calc(50% - 28px);
	bottom:-16px;
}
.team_list ul li{
	float:left;
	width: 385px;
	background: #fff;
	margin-right: 22px;
}
.team_list{
	margin-top:65px;
}
.team_list ul li:nth-child(3n){
	margin-right: 0;
}
.team_list ul li figure{
	width: 100%;
	height: 215px;
}
.team_list ul li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team_list ul li figcaption{
	height:235px;
	padding-top: 25px;
}
.team_list ul li figcaption h5{
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
.team_list ul li figcaption p{
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    color: #666666;
    width: 90%;
    margin: 0 auto;
    padding-top: 7px;
}
.team_page1{
	padding:55px 0 75px 0;
}
.newspa_left{
	float: left;
	width: 47.25%;
	height: 414px;
	position: relative;
}
.newspa_left figure{
	width: 100%;
	height: 100%;
}
.newspa_left figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newspa_left figcaption{
	position: absolute;
	left:0;
	bottom:10%;
	width: 80%;
	height: auto;
	background: rgba(0,0,0,.4);
    padding: 8px; 
}
.newspa_left .newTitle {
	height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
.newspa_left figcaption p{
	font-size: 12px;
	line-height: 24px;
	color:#eee;
}
.newpa_right{
	float: right;
	width: 50%;
	height: 414px;
}
.newpa_right ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.newpa_right ul li{
	width: 48%;
	height: 194px;
	margin-bottom: 4%;
	position: relative;
}
.newpa_right ul li figure{
	width: 100%;
	height: 100%;
	overflow:height;
}
.newpa_right ul li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newpa_right ul li figcaption{
	position: absolute;
	bottom:0;
	z-index:1;
	padding:10px 0;
	background: rgba(0,0,0,.6);
	width: 100%;
	text-align: center;
}
.newpa_right ul li figcaption p{
	line-height:1.1;
	color: #fff;
	font-size: 14px;
}
.news_page1{
	padding:40px 0 40px 0;
	background: #fff;
}
.news_page2{
	background: #fff;
	padding-bottom: 45px;
}
.newpa2_left{
	float: left;
	width: 70%;
}
.newpa_title{
	width: 100%;
	border-bottom:3px solid #01b3a0;
}
.newpa_title ul li{
	float: left;
}
.newpa_title ul li a{
	display: block;
	line-height:45px;
	font-size: 16px;
	color: #333;
	padding:0 20px;
}

.news_com ul li{
	width: 100%;
	padding:10px 0 30px 0;
	border-bottom: 1px solid #dedede;
}
.news_com ul li span{
	color:#01b3a0;
	font-size: 16px;
    margin-right: 5px;
}
.news_com ul li h3{
	padding:15px 0 10px 0;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}
.news_xy{
	display: -webkit-flex;
	display: flex;
}
.news_xy figure{
	width: 200px;
	height: 134px;
}
.news_xy figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_xy figcaption{
	max-width:648px;
	margin-left: 10px;
	font-size: 14px;
	color: #666;
	padding: .6em .6em .6em 0;
	line-height: 1.8;
}
.news_xy figcaption .time{
	font-size: 12px;
	color: #999;
}
.news_con{
	padding-top: 20px;
}
.newpa_title ul li.choose a{
	background:#01b3a0;
	color: #fff;
}
.product_right{
	float:right;
	width: 300px;
}
.rne_title{
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    position: relative;
    margin:40px 0 30px 0;
}
.rne_title::after{
	content:''; 
	position: absolute;
	width: 190px;
	height: 5px;
	background:#ededed;
	right:0;
	bottom:0;

}
.right_newslist ul{
	background:#ededed;
	padding:5%;
}
.right_newslist ul li{
	padding:20px;
	background: #fff;
	margin-bottom: 5%;
}
.right_newslist ul li:last-child{
	margin-bottom: 0;
}
.right_newslist ul li figcaption h6{
	padding-bottom: 10px;
	margin-right: 10px;
	border-bottom:1px dashed #ededed;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.news_dea_title h3{
	font: 12px/1.5 tahoma,arial,"Microsoft YaHei";
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
	
}
.smallC{
	text-align: center;
}
.smallC font{
	text-align: center;
    color: #999;
    padding: 0 15px;
    font: 12px/1.5 tahoma,arial,"Microsoft YaHei";
    font-family: Verdana, Tahoma, 宋体;
    font-size: 12px;
}
.abstract{
	font: 12px/1.5 tahoma,arial,"Microsoft YaHei";
	font-family: Verdana, Tahoma, 宋体;
    font-size: 12px;
    width: 100%;
    border: 1px solid #e1e1e7;
    margin: 30px auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 18px;
    border-left: 4px solid #e1e1e7;
}
.inside_page{
	background: #fff;
	padding:25px 0 50px 0;
}
.newsMoreA {
    width: 90%;
    height: 50px;
    margin: 30px auto;
    border: 1px solid #efefef;
    box-sizing: border-box;
}
.backNews {
	font: 12px/1.5 tahoma,arial,"Microsoft YaHei";
    font-family: Verdana, Tahoma, 宋体;
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    width: 45%;
    float: left;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
}
.backNews a{
	color: #999;
}
.nextNews {
	font: 12px/1.5 tahoma,arial,"Microsoft YaHei";
    font-family: Verdana, Tahoma, 宋体;
    text-align: right;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    width: 45%;
    float: right;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
}
.nextNews a{
	color: #999;
}
.newcomment hr{
	color: #ddd;
}
.newcomment span{
	color: #a00;
    font-size: 16px;
}
.cTop font{
	font-size: 14px;
}
.newcomment textarea{
	margin-top: 5px;
    width:100%;
    height: 200px;
    border: 2px solid #369ae6;
    padding: 10px 15px 10px 15px;
}
.btn2{
	cursor: pointer;
    background-color: white;
    border: 1px solid #369ae6;
    width: 120px;
    height: 35px;
    color: #369ae6;
    border-radius: 5px;
    margin-top: 8px;
    float: right;

}
.btn1{
	float: right;
    background-color: #369ae6;
    border: none;
    width: 120px;
    height: 35px;
    color: white;
    border-radius: 5px;
    margin-top: 8px;
    cursor: pointer;
    margin-left: 10px;
}
.search{
	position: absolute;
	bottom:30px;
	right:0;
	width: 33%;
}
.search .search_input input{
	width: 100%;
	line-height:40px;
	border:1px solid #fff;
    border-radius: 20px;
    padding-right: 65px;
    padding-left: 1em;
    height: 40px;
    font-size: 14px;
    color: #333;
    background:none;
    color: #fff;
}
.inside_banner .w1200{
	position: absolute;
	left:calc(50% - 600px);
	bottom:0;
	width: 1200px;
	height: 100%;
}
.search_input{
	position: relative;
}
.search_input button{
	width: 60px;
    text-align: center;
    border: 0;
    height: 40px;
    font-size: 16px;
    color: #666;
    background: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.search_input i{
	color: #fff;
}
.keyWord {
    margin-top: 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}
.keyWord a{
	color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
}
.product_page{
	width: 100%;
	background:url(../images/20170316172610896.jpg) repeat center top;
}
.product_type{
	padding-top: 45px;
}
.type_title{
	font-size: 24px;
    color: #333;
    line-height: 50px;
	font-weight: bold;
	position: relative;
}
.type_title span{
	font-size: 18px;
    color: #666;
    line-height: 50px;
    font-weight: bold;
    margin-left:20px;
}
.type_title::after{
	content:'';
	position: absolute;
	width: 80%;
	height: 3px;
	background:#01b3a0;
	bottom:19px;
	right:0;
	z-index: 1;
}
.product_list{
	margin-top: 30px;
}
.product_list ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product_list ul li{
	width: 22%;
	margin-bottom: 4%;
}
.product_list ul li figure{
	width: 100%;
	height: 264px;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.product_list ul li figure img{
	height: 100%;
}
.product_list ul li figcaption{
	padding-top: 10px;
	padding-bottom: 40px;
}
.product_list ul li figcaption p{
	text-align: center;
    margin-top: 10px;
    border-bottom:1px dashed #888;
    padding-bottom: 10px;
    color: #666666;
}
.type_title2::after{
	width: 76%;
}
.product_dea{
	padding-top: 48px;
	padding-bottom: 80px;
}
.product_dea .dea_title{
	font-size: 24px;
    color: #333;
    line-height: 50px;
}
.product_con{
	margin-top: 14px;
}
.prodea_img{
	float:left;
	border:1px solid #ededed;
	width: 47%;
	height: 437px;
}
.prodea_img .swiper-slide{
	text-align: center;
}
.prodea_img .swiper-slide img{
	height: 100%;
	object-fit: contain;
}
.prodea_con{
	float:right;
	border:1px solid #ededed;
	width: 47.9%;
}
.product_dea{
	background: #fff;
}
.prodea_img .swiper-button-next{
	width: 73px;
	height: 74px;
	opacity:0;
	background:url(../images/hover_right.png) no-repeat center center;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
} 
.prodea_img:hover .swiper-button-next{
	opacity: 1;
}
.prodea_img .swiper-button-prev{
	width: 73px;
	height: 74px;
	opacity:0;
	background:url(../images/hover_left.png) no-repeat center center;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.prodea_img:hover .swiper-button-prev{
	opacity:1;
}
.prodea_img .swiper-container{
	height: 100%;
}
.prodea_img .swiper-containe img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prodea_con{
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f7f7f7;
    border:1px solid #eee;
}
.prodea_con h3{
    color: #000;
    font-size: 32px;
    font-weight: normal;
    border-bottom: 1px solid #dbdbdb;
    line-height: 1.4;
    padding: 15px 0;
}
.prodea_con p{
	color: #333;
    font-size: 16px;
    margin: 15px 0;
}
.pro_bu{
	display: block;
    margin-top: 50px;
    margin-bottom: 10px;
    width: 40%;
    line-height: 50px;
    margin-right: 10px;
    background: #ef001d;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius:5px;
}
.pro_bu:hover{
	color: #fff;
}
.prodea_bott0m{
	margin-top: 65px;
}
.bottom_left{
	width: 74.6%;
	float: left;
}
.pro_endit{
	background:#f7f7f7;
	padding:15px 10px;
	margin-top: 32px;
}
.bottom_right{
    background: #f7f7f7;
    border:1px solid #eee;
    width:22.58%;
    height: 259px;
    float:right;
    padding-top:30px;
}
.bottom_right h6{
	font-size: 16px;
    line-height: 16px
    width: 87%;
    margin-left: 8%;
    margin-bottom:10%;
}
.bottom_right p{
	width: 83%;
	margin-left: 8%;
	font-size: 14px;
    line-height: 28px;
    color: #333333;
}
.box_bg{
	display: none;
    z-index:999;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0,0.5);
}
.lightbox {
    position: fixed;
    background: #fff;
    z-index: 2147583630;
    width: 90%;
    left: 50%;
    top: 50%;
    max-width: 450px;
    margin-left: -225px;
    margin-top: -197.5px;
}
.boxTopTitle {
    width: 100%;
    height: 45px;
    background: #3333ff;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    font-family: microsoft yahei;
    padding: 0 15px;
    box-sizing: border-box;
}
.boxClose {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    font-family: '黑体';
    color: #fff;
    cursor: pointer;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}
.boxClose:hover{background: rgba(0,0,0,.2);}
.pro_order {
    padding: 10px 0px;
    margin: auto;
    width: 90%;
    max-width: 420px;
    box-sizing: border-box;
}
.pro_order table{
	width: 100%;
	border:none;
}
.pro_order table tr{
	border:none;
}
.pro_order table tr td{
	padding:3px 0;
	border:none;
}
.productName {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}
.pro_order table tr .text {
    font-size: 14px;
    color: #333;
    padding-right: 10px;
    width: 80px;
    white-space: nowrap;
}
.left {
    width: calc(100% - 80px);
}
.txt {
    height: 34px;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
}
.textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    min-height: 80px;
    box-sizing: border-box;
    border: 1px solid #aaa;
}
.gbt {
    font-size: 12px;
    padding: 6px 35px 6px 35px;
    line-height: 150%;
    width: 100%;
    margin-top: 20px;
    background: #c00;
    color: #fff;
    border: 0;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
    background: #3333ff;
}
.contact_page {
    width: 100%;
    padding-top:32px;
    padding-bottom: 55px;
    background: url(../images/20170316172610896.jpg) repeat center top;
}
.contact_left{
	width: 54.6%;
	float:left;
}
.contact_left .titSet{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height:3;
}
.contact_left .gformList {
    width: 100%;
    margin-bottom: 4px;
}
.contact_left .gformList textarea.gf_message{
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding: 8px;
    border: 1px solid #eee;
    background: #f5f5f5;
}
.contact_left .gformList input.gfInput {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding: 8px;
    border: 1px solid #eee;
    background: #f5f5f5;
    height: 34px;
}
.contact_left .gbt {
    background: #01b3a0;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    height: 40px;
    width: 100%;
    margin: 3% auto;
}
.contact_left .gbook li.gb_name {
    font-size: 14px;
    line-height: 3;
    white-space: nowrap;
    border-top: 1px solid #aaa;
    padding: 10px;
}
.contact_left .gbook li.gbList {
    background: #fff;
    margin-bottom: 10px;
    color: #333;
    padding: 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}
.contact_left .gbook li.gb_page {
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}
.contact_right{
	float:right;
	width: 30.8%;
	margin-top: 49px;
}
.contact_right2{
	display:none;
}
.cont_list ul li h3{
	box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    line-height:50px;
 	border-bottom:1px solid #ccc;
}
.conlis_bo{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 18px;
}
.conlis_bo img{
	margin-right: 20px;
}
.conlis_bo p{
	font-size: 14px;
	color: #333;
}
.cont_list ul li{
	margin-bottom: 40px;
}
.type_title3::after{
	width: 74%;
}
.pronav_list ul li{
	float: left;
	color: #ffffff;
    font-size: 16px;
    padding:0;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 35px;
    height: 35px;
    border-bottom:1px solid #01b3a0;
}
.pronav_list ul li a{
	padding:10px;
	color: #fff;
}
.pronav_list ul li:hover{
	border-bottom:1px solid #fff;
}
.pronav_list ul{
	background: #01b3a0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}
.pronav_list{
	margin-top:20px;
	margin-bottom: 25px;
}
.phone_header{
	display: none;
}
.phone_con{
	display: none;
}
.mewssage_page{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
	background: url(../images/20170316172610896.jpg) repeat center center;
}
.mewssage_page h3{
    color: #01b3a0;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
}
.mewssage_page p{
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
.message_bd{
	width: 560px;
	margin: 0 auto;
	margin-top:35px;
}
.message_bd input{
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding:6px;
	border: 1px #ccc solid;
	margin-bottom: 20px;
}
.message_bd textarea{
	width: 100%;
	margin-bottom: 24px;
	padding:6px;
	border: 1px #ccc solid;
}
.message_bd a{
	display: block;
	width: 100%;
	line-height: 45px;
	height: 45px;
	text-align: center;
	background: #01b3a0;
	color: #ffffff;
	font-size: 16px;
}
.message_bd button{
	display: block;
	width: 100%;
	line-height: 45px;
	height: 45px;
	text-align: center;
	background: #01b3a0;
	color: #ffffff;
	font-size: 16px;
}
.footer a{
	color:#888;
}
