body { word-wrap:break-word; word-break:break-all;background: #fff;margin: 0 auto;width: 100%;}
* {box-sizing: border-box;margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-size: 14px;font-weight: normal;}
*:focus {outline: none;}
button, input, select, textarea, label { vertical-align:middle; border: 0; outline: none;background: none;}
img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;}
ul, ol { list-style:none; }
a { text-decoration:none !important; color:#666; vertical-align:baseline; cursor:pointer;-o-transition: .2s ease;-moz-transition: .2s ease;-webkit-transition: .2s ease;transition: .2s ease;}
table { border-collapse:collapse; border-spacing:0; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1;}
.fl { float:left; _display:inline; }
.fr { float:right; _display:inline; }
input, textarea {
    outline: none;
    -webkit-appearance: none;
}
input[type='checkbox']:focus{
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #8b8b8b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8b8b8b;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8b8b8b;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #8b8b8b;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.header {
	background-color: #fff;
}
.logo {
    float: left;
    margin-top: 26px;
    width: 420px;
}
.naver {
    float: right;
    width: 64%;
    text-align: right;
}
.naver ul li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
}
.naver ul li:first-child {
	margin-left: 0;
}
.naver ul li > a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	line-height: 100px;
	position: relative;
	transition: all .36s;
}
    .naver ul li > a::before {
        position: absolute;
        content: "";
        width: 0;
        height: 4px;
        background: #00aced;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        transition: all .36s;
    }
    .naver ul li.active > a,
    .naver ul li:hover > a {
        color: #00aced;
    }
.naver ul li.active > a::before ,
.naver ul li:hover > a::before {
	width: 100%;
}
.sec_nav {
	position: absolute;
	width: 140px;
	left: 50%;
	transform: translateX(-50%);
	top: 100px;
	background: #fff;
	box-shadow: 0px 0px 7px 0px 
			rgba(0, 0, 0, 0.11);
	border: solid 1px #e5e5e5;
	z-index: 10;
	text-align: center;
	padding: 10px 0;
	display: none;
}
.sec_nav dl dd a {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 44px;
	transition: all .3s;
}
.sec_nav dl dd a:hover {
	background: rgba(146,168,121,.2);
}
.banner_w1 {
	position: relative;
}
.banner_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
}
.banner_info1 h1 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.banner_info1 h2 {
	color: #fff;
	font-size: 24px;
	margin: 25px 0 35px;
}
.banner_info1 h3 a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 0 36px;
	line-height: 50px;
	border-radius: 26px;
	border: 1px solid #fff;
}
.bannerSwiper .swiper-pagination {
	display: block;
	bottom: 35px;
}
.bannerSwiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background: rgba(255,255,255,.7);
}
.bannerSwiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 12px;
}
.bannerSwiper .swiper-pagination-bullet-active {
    background: #00aced;
    box-shadow: 0 0 0 10px rgba(255,255,255,.2);
}
/* mobile header */
.m_header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 4px 4px rgba(51,51,51,0.1);
	background: #FFFFFF;
}
.m_hcon {
	width: 94%;
	margin: 0 auto;
	position: relative;
}
.m_logo {
	float: left;
	margin: 8px 0;
}
.m_logo img {
	height: 40px;
}
.nav_icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 24px;
}
    .nav_icon span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 5px;
        background: #00aced;
        position: relative;
        top: 0;
        -webkit-transition: background 400ms ease,top 300ms ease,-webkit-transform 300ms ease;
        transition: background 400ms ease,top 300ms ease,-webkit-transform 300ms ease;
        -o-transition: background 400ms ease,transform 300ms ease,top 300ms ease;
        transition: background 400ms ease,transform 300ms ease,top 300ms ease;
        transition: background 400ms ease,transform 300ms ease,top 300ms ease,-webkit-transform 300ms ease;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
.nav_icon span:nth-child(2) {
	width: 18px;
	margin: 7px 0;
}
.nav_icon.on span:nth-child(1) {
	top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_icon.on span:nth-child(2) {
	opacity: 0;
}
.nav_icon.on span:nth-child(3) {
	top: -9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m_naver {
	position: fixed;
	width: 100%;
	left: 0;
	top: 56px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	display: none;
}
.m_naver ul {
	padding: 15px 0;
}
.m_naver ul li {
	text-indent: 6%;
	font-size: 18px;
	line-height: 40px;
	padding-right: 15px;
	box-sizing: border-box;
}
.m_naver ul li > a {
	display: block;
	color: #333333;
}
.m_naver ul li > a.icon1{
	position: relative;
}
.m_naver ul li > a.active {
	color: #aabe8d;
}
.m_naver ul li > a.icon1:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	transition: all ease-in-out .36s;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: url(../images/next1.png) no-repeat center;
	background-size: cover;
}
.m_naver ul li > a.icon1.active:before {
	transform: rotate(90deg);
}
.m_naver ul li dl {
	display: none;
}
.m_naver ul li dl dd {
	font-size: 16px;
	line-height: 34px;
	text-indent: 10%;
}
.m_naver ul li dl dd a {
	color: #666666;
}

.index_title1 {
	padding: 70px 0;
	text-align: center;
}
.index_title1 h1 {
	color: rgba(102,102,102,.33);
	font-weight: lighter;
	font-size: 36px;
}
.index_title1 h2 {
	color: #333;
	font-size: 30px;
	position: relative;
	padding: 5px 0 16px 0;
	margin-bottom: 15px;
}
    .index_title1 h2::before {
        position: absolute;
        content: "";
        width: 54px;
        height: 3px;
        background: #00aced;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
.index_title1 h3 {
	color: #666;
	font-size: 18px;
}
.index_list1 ul li {
	width: 23.33%;
	float: left;
	margin-right: 2.22%;
	margin-bottom: 26px;
}
.index_list1 ul li:nth-child(4n) {
	margin-right: 0;
}
    .index_list1 ul li a {
        display: block;
        border: 1px solid #00aced;
        background: #5cc5ec29;
        padding: 0 0 28px 0;
        text-align: center;
        transition: all .4s;
    }
.pro_info1 {
	padding-top: 10px;
}
.pro_info1 h2 {
	color: #333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}
    .pro_info1 h3 span {
        display: inline-block;
        color: #fff;
        padding: 0 15px;
        line-height: 24px;
        background: #00aced;
        border-radius: 12px;
    }
.index_list1 ul li a:hover {
	box-shadow: 0px 0px 18px 0px 
			rgba(112, 112, 112, 0.15);
	border-color: #e5e5e5;
	background: #fff;
}
.more1 {
	text-align: right;
}
.more1 a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #999999;
	transition: all .36s;
}
.more1 a:hover {
	transform: scale(1.1);
}
.index_con1 {
	padding-bottom: 50px;
}
.section1 {
	background-repeat: no-repeat;
	background-position: bottom center;
}
.section2 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.index_title2 {
	text-align: left;
	padding-bottom: 32px;
}
.index_title2 h2::before {
	left: 0;
	transform: translate(0);
}
.index_left1 {
	width: 48.33%;
	float: left;
}
.index_swiper1 {
	position: relative;
}
.index_n1 {
	position: relative;
}
.index_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	padding: 0 40px 0 132px;
}
.index_info1 p {
	color: #fff;
	font-size: 	22px;
	line-height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_swiper1 .swiper-button-prev,
.index_swiper1 .swiper-button-next {
	position: absolute;
	width: 14px;
	height: 24px;
	background: none;
	top: auto;
	margin: 0;
	bottom: 20px;
}
.index_swiper1 .swiper-button-prev{
	left: 20px;
}
.index_swiper1 .swiper-button-next {
	right: 20px;
}
.index_swiper1 .swiper-pagination {
	display: block;
	width: auto;
	left: 60px;
	bottom: 0;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	letter-spacing: -2px;
}
.index_swiper1 .swiper-pagination-current {
    color: #00aced;
    font-size: 36px;
}
.index_img1 {
	overflow: hidden;
    height:400px;
}
.index_img1 img {
	transition: all .36s;
    height:330px;
}
.index_img1:hover img {
	transform: scale(1.2);
}
.index_con2 {
	padding-bottom: 42px;
}
.index_right1 {
	width: 48.83%;
	float: right;
}
.index_tab {
	margin-bottom: 45px;
}
.index_tab ul li {
	display: inline-block;
}
.index_tab ul li a {
	display: inline-block;
	color: #333;
	font-size: 18px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 24px;
	background: rgba(170,190,141,0);
	transition: all .4s;
}
    .index_tab ul li.active a {
        background: #00aced;
        color: #fff;
    }
.news_list1 {
	margin-bottom: 40px;
}
.news_list1 ul li {
	margin-bottom: 25px;
}
.news_list1 ul li a {
	display: block;
	padding-left: 98px;
	position: relative;
}
.news_list1 ul li a .time1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border: 1px solid #eee;
	text-align: center;
	width: 80px;
	padding-bottom: 4px;
}
    .news_list1 ul li a .time1 h3 {
        color: #00aced;
        font-size: 36px;
    }
.news_list1 ul li a .time1 h4 {
	color: #666;
	font-size: 12px;
}
.news_info1 h2 {
	color: #333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 4px;
	transition: all .36s;
}
.news_info1 p {
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.news_list1 ul li a:hover .news_info1 h2 {
    color: #00aced;
}
.index_content .tab {
	display: none;
}
.section3 > div {
	width: 50%;
	float: left;
	position: relative;
}
.section3 > div a {
	display: block;
}
.index_info2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.index_info2 h1 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}
.index_info2 h2 {
	color: #fff;
	font-size: 16px;
}
.index_info2 h3 {
	margin-top: 20px;
}
    .index_info2 h3 span {
        display: inline-block;
        line-height: 30px;
        border-radius: 15px;
        background: #00aced;
        color: #fff;
        padding: 0 18px;
    }

/* footer */
.copyright {
    background: #00aced;
    color: #fff;
    text-align: center;
    line-height: 45px;
}
.footer {
	background: #fff;
}
.f_con {
	padding: 38px 0 50px;
}
.f_logo {
    margin-bottom: 42px;
    width: 200px;
}
.f_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.f_item h2 {
    color: #00aced;
    font-size: 18px;
    margin-bottom: 10px;
}
.f_item ul li a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	line-height: 36px;
}
.f_contact p {
	color: #333;
	font-size: 16px;
	line-height: 36px;
}
.f_contact p big {
	font-size: 24px;
	font-weight: bold;
}
.f_ewm {
	margin-top: 20px;
}
    .f_ewm .ewm_1 {
        border: 8px solid #00aced;
    }
.f_ewm p {
	color: #333;
	font-size: 16px;
	margin-top: 10px;
}

/* faq */
.s_banner {
	position: relative;
}
.s_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.s_info1 h1 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 15px;
}
.s_info1 h2 {
	color: #fff;
	font-size: 24px;
}
.footer1 {
	border-top: 1px solid #e5e5e5;
}
.faq_con {
	padding: 76px 0 45px;
}
.faq_list ul li {
	width: 49.16%;
	float: left;
	margin-right: 1.68%;
	margin-bottom: 20px;
	height: 162px;
	border: 1px solid #E5E5E5;
	background: rgba(238,238,238,.26);
	padding: 36px 4.2% 0;
}
.faq_list ul li:nth-child(2n) {
	margin-right: 0;
}
.faq_list ul li:nth-last-child(1),.faq_list ul li:nth-last-child(2) {
	width: 100%;
	margin-right: 0;
}
.faq_info h2 {
    color: #00aced;
    font-size: 24px;
    margin-bottom: 20px;
}
.faq_info p {
	color: #333;
	font-size: 18px;
}
.tips {
	text-align: right;
	color: #333;
	font-size: 18px;
}
.tips i {
	color: #cc0909;
	font-style: normal;
}

/* 关于我们 */
.about_z1 ,
.about_z2 ,
.about_z3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_m1 {
	width: 50%;
}
.about_info1 .txt {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.about_img1 {
	width: 47.33%;
	text-align: center;
}
.about_img2 {
	width: 41.66%;
	text-align: center;
}
.about_m2 {
	width: 54.58%;
}
.about_info1 .title {
	color: #92a879;
	font-size: 24px;
	margin-bottom: 20px;
}
.about_z3 {
	margin-top: 100px;
}
.about_c1 {
	padding-bottom: 100px;
}
.about_m3 {
	width: 54.66%;
}
.about_img3 {
	width: 43.33%;
	text-align: center;
}

/* 团队风采 */
.about_c2 {
	padding: 75px 0 80px;
}
.about_w3 {
	padding: 35px 45px;
	background: #fff;
	box-shadow: 0px 0px 21px 0px 
			rgba(0, 0, 0, 0.1);
}
.about_w4 {
	margin-top: 30px;
	box-shadow: 0px 0px 21px 0px 
			rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 18px 20px;
}
.about_swiper1 {
	position: relative;
	padding: 0 44px;
}
.about_swiper1 .swiper-button-prev,.about_swiper1 .swiper-button-next {
	width: 30px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	top: 0;
	background: #eee;
	opacity: 1;
}
.about_swiper1 .swiper-button-prev{
	left: 0;
}
.about_swiper1 .swiper-button-next {
	right: 0;
}
.team_img1 {
	text-align: center;
}
.concept_w {
	background-position: center;
	background-size: cover;
	background-position: center;
}
.concept_c1 {
	padding: 80px 0;
}
.concept_info1 .title1 {
	text-align: center;
	margin-bottom: 30px;
}
.concept_info2 .txt {
	color: #fff;
}
.s_info2 p {
	width: 680px;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.test_c {
	padding: 76px 0 0;
}
.test_list ul li {
	width: 31.66%;
	float: left;
	margin-right: 2.51%;
	margin-bottom: 60px;
}
.test_list ul li:nth-child(3n) {
	margin-right: 0;
}
.test_info1 {
	margin-top: 20px;
}
.test_info1 h3 {
	color: #92a879;
	font-size: 18px;
	text-align: center;
	margin-bottom: 12px;
}
.test_info1 p {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	height: 120px;
	overflow: hidden;
}

/* 新闻中心 */
.news_con {
	padding: 75px 0 40px;
}
.news_list2 ul li {
	margin-bottom: 24px;
	background: #fff;
	border: 1px solid #eee;
	position: relative;
	transition: all .4s;
}
    .news_list2 ul li::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 100%;
        left: 0;
        top: 0;
        background: #00aced;
        opacity: 0;
        transition: all .36s;
    }
.news_list2 ul li a {
	display: block;
	position: relative;
	padding: 24px 16% 24px 3%;
}
.news_img2 {
	width: 31%;
	float: left;
	margin-right: 2.6%;
	overflow: hidden;
}
.news_img2 img {
	transition: all .3s;
}
.news_info2 {
	width: 61%;
	float: left;
	margin-top: 8px;
}
.news_info2 h2 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
.news_info2 p {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.news_left1 {
	border-right: 1px solid #e5e5e5;
}
img.jt1 {
	position: absolute;
	right: 2.5%;
	top: 50%;
	transform: translateY(-50%);
}
.news_right1 {
	position: absolute;
	right: 5.6%;
	top: 50%;
	transform: translateY(-50%);
}
.news_right1 .time2 h3 {
	color: #666;
	font-size: 36px;
}
.news_right1 .time2 h4 {
	color: #666;
	font-size: 18px;
}
.news_list2 ul li:hover {
	box-shadow: 0px 3px 10px 0px 
			rgba(226, 226, 226, 0.65)
}
.news_list2 ul li:hover::before {
	opacity: 1;
}

/* page */
.page {
	text-align: center;
}
.page a {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	font-size: 18px;
	color: #333;
	line-height: 36px;
	margin: 0 6px;
	border-radius: 50%;
}
.page a.prev ,
.page a.next {
	width: auto;
}
.page a.on {
	background: #aabe8d;
	color: #fff;
	border-color: #aabe8d;
}

/* 新闻详情 */
.news_details {
	padding: 80px 0;
}
.news_a1 {
	margin-bottom: 45px;
}
.news_a1 a {
	display: inline-block;
}
.news_a1 a > * {
	display: inline-block;
	vertical-align: middle;
}
.news_a1 a span {
	color: #92a879;
	font-size: 18px;
	margin-left: 8px;
}
.news_d1 .title {
	text-align: center;
	margin-bottom: 60px;
}
.news_d1 .title h1 {
	color: #333;
	font-size: 30px;
	margin-bottom: 20px;
}
.news_d1 .title h2 {
	color: #666;
	font-size: 18px;
}
.news_d1 {
	margin-bottom: 60px;
}
.pian a {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pian a:hover {
	color: #92a879;
}

/* 制造商 */
.product_con {
	padding: 62px 0 40px;
}
.product_hd {
	background: #f1f1f1;
	border-radius: 6px;
	border: 1px solid #e4e9dd;
	padding: 8px 30px;
	margin-bottom: 50px;
}
.product_hd > * {
	display: inline-block;
	vertical-align: top;
}
.product_hd span {
	color: #000;
	font-size: 16px;
	line-height: 32px;
}
.letter a {
	display: inline-block;
	color: #333;
	font-size: 18px;
	margin-right: 22px;
	line-height: 32px;
}
.letter a.on ,
.letter a:hover{
	color: #92a879;
}
.product_w1 .title {
	margin-bottom: 40px;
}
.product_w1 .title i {
	display: inline-block;
	color: #333;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	line-height: 50px;
	border-bottom: 2px solid #92a879;
	padding: 0 10px;
	margin-left: 8px;
}

/* 制造商详情 */
.product_details1 {
	padding: 60px 0 38px;
}
.product_d1 .title {
	text-align: center;
	margin-bottom: 36px;
}
.product_d1 .title h1 span {
	display: inline-block;
	color: #333;
	font-size: 36px;
	font-weight: bold;
	line-height: 70px;
	padding: 0 6px;
	border-bottom: 2px solid #92a879;
}
.product_d1 .title h2 {
	color: #333;
	font-size: 18px;
	margin-top: 24px;
}
.product_table table {
	width: 100%;
	margin-bottom: 25px;
}
.product_table table thead {
	background: #eee;
}
.product_table table th {
	line-height: 68px;
	text-align: center;
	font-size: 18px;
}
.product_table table td{
	color: #333;
	font-size: 18px;
	text-align: center;
	line-height: 66px;
}
.product_table table tbody tr {
	border-bottom: 1px solid #eee;
}
.product_table table a {
	color: #92a879;
	display: inline-block;
	line-height: 36px;
	border-bottom: 1px solid #92a879;
}
.other {
	margin-top: 40px;
}
.other .title {
	color: #333;
	font-size: 24px;
	margin-bottom: 22px;
}
.product_swiper1 {
	position: relative;
}
.product_swiper1 .swiper-button-prev,.product_swiper1 .swiper-button-next {
	background: none;
	width: auto;
	height: auto;
	margin: 0;
	transform: translateY(-50%);
	opacity: 1;
}
.product_swiper1 .swiper-button-prev {
	left: -46px;
}
.product_swiper1 .swiper-button-next {
	right: -46px;
}
.product_k a {
	display: block;
	border: 1px solid #aabe8d;
	background: #f0f6e7;
	padding: 0 0 28px 0;
	text-align: center;
	transition: all .4s;
}
.product_k a:hover {
    box-shadow: 0px 0px 18px 0px rgba(112, 112, 112, 0.15);
    border-color: #e5e5e5;
    background: #fff;
}
.product_left1 {
	width: 37.5%;
	float: left;
}
.product_img1 {
    border: 12px solid #00aced;
    text-align: center;
}
.product_right1 {
	width: 58.33%;
	float: right;
}
.product_info1 {
	margin-top: 24px;
}
    .product_info1 h1 {
        color: #00aced;
        font-size: 36px;
        margin-bottom: 10px;
    }
.product_info1 h2 {
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.product_m {
    background: #5cc5ec29;
    margin: 12px 0 30px;
}
.product_m ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 32px 0;
}
.product_m ul li p {
	color: #333;
	font-size: 16px;
	margin-top: 15px;
}
.p_contact h2 {
	color: #333;
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: bold;
}
.p_contact p {
	color: #333;
	font-size: 18px;
	line-height: 30px;
}

/* 联系我们 */
.contact_k1 {
	font-size: 0;
}
.contact_k1 > * {
	display: inline-block;
	vertical-align: middle;
}
.contact_info1 {
	width: 39.17%;
}
.contact_info1 h3 {
	color: #333;
	font-size: 24px;
	margin-bottom: 35px;
}
.contact_info1 .txt {
	color: #333;
	font-size: 16px;
	line-height: 36px;
}
.map1 {
	width: 60.83%;
	height: 370px;
}
.contact_list ul li {
	width: 31.66%;
	float: left;
	margin-bottom: 30px;
	margin-right: 2.51%;
	height: 230px;
	background: rgba(238,238,238,.26);
	border: 1px solid rgba(210,210,210,.26);
	padding: 36px 5% 0 5%;
}
.contact_list ul li:nth-child(3n) {
	margin-right: 0;
}
.contact_info2 h3 {
    color: #00aced;
    font-size: 24px;
    margin-bottom: 18px;
}
.contact_info2 .txt {
	color: #333;
	font-size: 18px;
	line-height: 36px;
}
.contact_con {
	padding-bottom: 30px;
}