﻿@charset "utf-8";
/* CSS Document */
body, td, th { font-family: 微软雅黑,Arial, Helvetica, sans-serif; font-size: 13px; color: #353535; }
input { font-family: 微软雅黑,Arial, Helvetica, sans-serif; font-size: 13px; }
body, form { margin: 0px; width: 100%; }

a:link { color: #353535; text-decoration: none; }
a:visited { text-decoration: none; color: #353535; }
a:hover { text-decoration: none; color: #353535; }
a:active { text-decoration: none; color: #353535; }
img { border: 0px; }
ul, li, dl, dt, dd, p { margin: 0px; padding: 0px; list-style: none; }
h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; }

.green, a.green { color: #7abf4b; }
.orange, a.orange { color: #ff6600; }
.blue, a.blue { color: #01b9ef; }
.red, a.red { color: #f00; }
input, textarea { outline: none; -webkit-appearance: none; }

@media screen and (min-width:681px) {
    body { min-width: 1280px; background: #f7f7f7; padding-top: 100px; transition: all .1s; overflow: auto; }
    .mw { width: 1200px; margin: 0px auto; overflow: hidden; }

    .header { position: fixed; z-index: 9999; left: 0px; top: 0px; width: 100%; height: 100px; box-sizing: border-box; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); transition: all .1s; }
    .header .logo { float: left; margin-top: 25px; margin-left: 40px; transition: all .1s; }
    .header .logo img { display: block; height: 50px; transition: all .1s; }
    .header .tel { float: left; background:url(../images/img3_15.png) no-repeat left center; background-size:30px auto; padding-left: 40px; margin-left: 30px; margin-top: 25px; line-height: 50px; font-size: 30px; transition: all .1s; }
    .header .opennav { display: none; }
    .header .nav .closenav { display: none; }
    .header .nav { position: absolute; top: 0px; left: 0px; width: 100%; }
    .header .nav:after { content: ''; position: absolute; z-index: 1; width: 100%; bottom: 0px; top: 100px; background: rgba(0,50,128,.8); transition: all .1s; }
    .header .nav > ul { float: right; margin-right: 40px; display: flex;  }
    .header .nav > ul > li { float: left; position: relative; z-index: 999; }
    .header .nav > ul > li > a { display: block; line-height: 100px; font-size: 15px; padding: 0px 25px; transition: all .1s; }
    .header .nav > ul > li > a.current { background: #fe6537; color: #fff; }
    .header .nav > ul > li > ul { flex: initial; width: 100%; padding: 10px 0px; display: none; }
    .header .nav > ul > li > ul li { float: initial; }
    .header .nav > ul > li > ul li a { display: block; text-align: center; line-height: 30px; color: #a9a8a9; }
    .header .nav > ul:hover > li > a.current { background: #fff; color: #353535; }
    .header .nav > ul:hover > li > ul { display: block; }
    .header .nav > ul:hover > li:hover { background: rgba(0,0,0,.1); }
    .header .nav > ul:hover > li:hover > a { background: #fe6537; color: #fff; }
    .header .nav > ul:hover > li:hover > ul > li > a:hover { color: #fe6537; }
    body.fixed-header { padding-top: 60px; }
    body.fixed-header .header { height: 60px; }
    body.fixed-header .header .logo { margin-top: 10px; }
    body.fixed-header .header .logo img { height: 40px; }
    body.fixed-header .header .tel { margin-top: 5px; }
    body.fixed-header .header .nav:after { top: 60px; }
    body.fixed-header .header .nav > ul > li > a { line-height: 60px; }
    .p_home { background: #fff; }
    .p_home .banner .swiper-container { position: relative; z-index: 1; width: 100%; overflow: hidden; }
    .p_home .banner .swiper-container .swiper-pagination-bullets { left: auto; right: 50%; bottom: 40px; width: 40px; margin-right: -600px; }
    .p_home .banner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet { display: block; float: right; clear: both; margin: 10px 0px 0px 0px; background: #fff; width: 20px; height: 6px; border-radius: 0px; opacity: .7; transition: all .5s; }
    .p_home .banner .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active { width: 40px; opacity: 1; }
    .p_home .banner .swiper-container .swiper-wrapper .swiper-slide { }
    .p_home .banner .swiper-container .swiper-wrapper .swiper-slide img { display: block; width: 100%; }
    .p_home .banner .swiper-container .swiper-button { display: none; }
    .p_home .banner_wap { display: none; }

    .p_home .t1 { padding-bottom: 15px; background: url(../images/img1_13.png) no-repeat center bottom; text-align: center; }
    .p_home .t1 h2 { font-size: 24px; font-weight: bold; }
    .p_home .t1 h3 { margin-top: 10px; font-size: 13px; font-weight: normal; color: #888; }


    .p_home .products { padding: 80px 0px; }
    .p_home .products .list { overflow: hidden; margin-left: -60px; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
    .p_home .products .list .item { float: left; width: 360px; margin-top: 60px; margin-left: 60px; text-align: center; }
    .p_home .products .list .item img { display: block; height: 100px; margin: 0px auto; }
    .p_home .products .list .item h2 { margin-top: 30px; font-size: 18px; color: #06a1e4; }
    .p_home .products .list .item p { margin-top: 15px; line-height: 25px; color: #888; }
    .p_home .products .list .item a.view { display: block; margin: 15px auto 0px auto; width: 20px; line-height: 20px; text-align: center; background: #06a1e4; color: #fff; border-radius: 50%; }
	
.search {	width: 100%;	height: 43px;	margin-bottom: 25px;}
.search p {
	float: left;
	line-height: 43px;
}
.search p b {
	font-weight: bold;
	font-size: 14px;
}
.search p a {
	font-size: 14px;
	margin-left: 4px;
}
.search p a:hover {
	color: #47cdff;
}
.search .fr {
	float: right;
	padding-top: 10px;
}
.search .fr .texta {
	width: 256px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: #666666;
	font-weight: normal;
	line-height: 44px;
	height: 48px;
	vertical-align: middle;
	border: #0b89dd 2px solid;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-appearance: none;
	outline: none;
	-webkit-border-radius: 0;
	display: block;
	float: left;
}
.search .fr .btna {
	width: 50px;
	background:#06a1e4;
	font-family: SimSun;
	font-weight: normal;
	border: #fff 0px solid;
	float: left;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	float: left;
}

    .p_home .fengkong { padding: 80px 0px; background: #12b5b1; }
    .p_home .fengkong .t1 { text-align: left; background-position: left bottom; position: relative; }
    /*.p_home .fengkong .t1:after { position: absolute; content: ''; left: 0px; bottom: 0px; width: 60px; height: 4px; overflow: hidden; background: #fff; }*/
    .p_home .fengkong .t1 h2 { color: #fff; }
    .p_home .fengkong .t1 h3 { color: #fff; }
    .p_home .fengkong .about { float: left; width:48%; margin-right: 1%;font-family: 微软雅黑,Arial, Helvetica, sans-serif; font-size: 16px; color: #fff; line-height:28px; }
    .p_home .fengkong .list { float: left; width: 600px; margin-left: -30px; }
    .p_home .fengkong .list .item { float: left; margin-left: 30px; box-sizing: border-box; width: 270px; margin-top: 30px; text-align: center; border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 20px; }
    .p_home .fengkong .list .item img { display: block; height: 50px; margin: 0px auto; }
    .p_home .fengkong .list .item h2 { margin-top: 20px; font-size: 16px; font-weight: normal; color: #fff; opacity: .8; }
    .p_home .fengkong .list .item p { margin-top: 10px; line-height: 25px; color: #fff; opacity: .6; }
    .p_home .fengkong .list .item:hover { background: rgba(255,255,255,0.1); }
    .p_home .fengkong img.big { display: block; float: right; margin-top: 110px; }
    .p_home .fengkong img.bigabout { display: block; float: right;width:50%;  }
    .p_home .news { padding: 80px 0px; }
    .p_home .news .list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
    .p_home .news .list .item { width: 360px; margin-top: 60px; line-height: 25px; position: relative; }
    .p_home .news .list .item img { display: block; width: 100%; height: 240px; }
    .p_home .news .list .item h2 { margin-top: 20px; height: 25px; overflow: hidden; font-size: 18px; }
    .p_home .news .list .item p { margin-top: 10px; max-height: 50px; overflow: hidden; color: #666; }
    .p_home .news .list .item span.category { float: left; color: #888; background: url(../images/img1_18.png) no-repeat left center; padding-left: 17px; }
    .p_home .news .list .item span.time { float: right; color: #888; }
    .p_home .news .list .item:hover h2:before { position: absolute; left: 0px; top: 0px; width: 100%; height: 240px; content: ''; background: url(../images/img1_17.png); }
    .p_home .news .list .item:hover h2 { color: #06a1e4; }
    .p_home .news .swiper-container { display: none; }

    .p_home .huoban { padding: 0px 0px 80px 0px; }
    .p_home .huoban .list { overflow: hidden; margin-left: -30px; }
    .p_home .huoban .list .item { float: left; margin-left: 30px; width: 175px; margin-top: 40px; }
    .p_home .huoban .list .item img { display: block; width: 100%; }
    .p_home .huoban .list .item img.img2 { display: none; }
    .p_home .huoban .list .item:hover img.img1 { display: none; }
    .p_home .huoban .list .item:hover img.img2 { display: block; }

    .p_inner { }
    .p_inner .banner { width: 100%; /*height: 300px;*/ overflow: hidden; }
    .p_inner .banner_wap { display: none; }
    .p_inner .navbar_wap { display: none; }
    .p_inner .navbar { background: #003280; height: 60px; line-height: 60px; }
    .p_inner .navbar .nav { float: left; overflow: hidden; }
    .p_inner .navbar .nav a { display: block; float: left; line-height: 60px; color: #fff; position: relative; }
    .p_inner .navbar .nav a:after { content: ''; position: absolute; left: 50%; top: 45px; width: 0px; height: 2px; overflow: hidden; background: #fff; transition: all .2s; }
    .p_inner .navbar .nav span { float: left; display: block; margin: 22px 30px 0px 30px; width: 1px; height: 15px; overflow: hidden; background: #fff; transform: rotate(30deg); }
    .p_inner .navbar .nav a:hover:after { width: 30px; margin-left: -15px; }
    .p_inner .navbar .nav a.current:after { width: 30px; margin-left: -15px; }
    .p_inner .crumb { line-height: 40px; padding-left: 22px; background: url(../images/img2_03.png) no-repeat left 13px; font-size: 15px; opacity: .8; }
    .p_inner .crumb a { }
    .p_inner .crumb span { font-family: 宋体; padding: 0px 10px; }
    .p_inner .main { width: 1000px; padding: 100px; overflow: hidden; margin: 0px auto; background: #fff; box-shadow: 0 0px 10px rgba(0,0,0,.1); border-top-left-radius: 10px; border-top-right-radius: 10px; }
    .p_inner .main .tit1 { text-align: center; font-size: 24px; font-weight: bold; }

    .p_inner .main .new_list { overflow: hidden; margin-left: -50px; }
    .p_inner .main .new_list .item { float: left; width: 300px; height: 290px; margin-left: 50px; margin-top: 50px; line-height: 25px; position: relative; }
    .p_inner .main .new_list .item img { display: block; width: 100%; height: 200px; }
    .p_inner .main .new_list .item h2 { max-height: 50px; overflow: hidden; margin-top: 15px; font-size: 18px; font-weight: bold; }
    .p_inner .main .new_list .item span { margin-top: 10px; color: #888; }
    .p_inner .main .new_list .item:hover h2 { color: #06a1e4; }
    .p_inner .main .new_list .item:hover h2:before { position: absolute; left: 0px; top: 0px; width: 100%; height: 200px; content: ''; background: url(../images/img1_17.png) center center; }

    .p_inner .main .new_detail { }
    .p_inner .main .new_detail .title { text-align: center; font-size: 24px; font-weight: bold; }
    .p_inner .main .new_detail .time { text-align: center; color: #888; margin-top: 20px; }
    .p_inner .main .new_detail .content { margin-top: 40px; font-size: 14px; line-height: 30px; }
    .p_inner .main .new_detail .content_wap { display: none; }


    .footer { background: #1e1d20; color: #666; padding:60px 0px; }
    .footer a { color: #666; }
    .footer .mw {   }

    .footer .copyright { width: 600px; }
    .footer .copyright .nav { margin-bottom: 10px; border-bottom: 1px solid #666; line-height: 40px; display: flex; }
    .footer .copyright .nav a { }
    .footer .copyright .nav span { flex: 1; text-align: center; }
    .footer .copyright .nav a.current { }

    /*.footer .tel { margin-left: 100px; }
    .footer .tel h3 { background: url(../images/img3_15.png) no-repeat left center; background-size: 15px; padding-left: 20px; font-size: 13px; font-weight: normal; }
    .footer .tel h2 { margin-top: 5px; color: #06a1e4; font-size: 18px; font-weight: bold; }
    .footer .tel h2 a { color: #06a1e4; }*/
    .footer .tel { display: none; }

    .footer .wx { position: fixed; z-index: 99999; left: 0px; top: 50%; margin-top: -100px; padding: 10px; background: #fff; }
    .footer .wx img { display: block; width: 120px; }
    .footer .wx span { display: block; text-align: center; margin-top: 10px; }

    .footer_wap { display: none; }


    .pagerhtml { text-align: center; line-height: 35px; margin-top: 50px; }
    .pagerhtml .custominfo { display: none; }
    .pagerhtml a { display: inline-block; background: #eee; border-radius: 3px; padding: 0px 15px; margin: 0px 5px; }
    .pagerhtml a.current, .pagerhtml a:hover { background: #06a1e4; color: #fff; }
    .pagerhtml a.disabled { background: #eee; color: #888; }
	

}

@media screen and (max-width: 1350px) {
    .header .tel { display: none; }
}

@media screen and (max-width: 680px) {

    .mw { }
    body { padding-top: 60px; }

    .header { height: 60px; background: #fff; position: fixed; z-index: 9999; left: 0px; top: 0px; right: 0px; }

    .header .logo { float: left; }
    .header .logo img { display: block; height: 40px; margin: 10px 0px 0px 15px; }
    .header .opennav { float: right; margin: 15px 15px 0px 0px; width: 30px; height: 30px; overflow: hidden; background: url(../images/img3_03.png) no-repeat center center; background-size: 30px; font-size: 0px; }
    .header .nav { position: fixed; z-index: 9999; left: 0px; top: 0px; right: 0px; bottom: 0px; background: rgba(0,0,0,0.5); display: none; }
    .header .nav.show { display: block; }
    .header .nav .closenav { position: absolute; z-index: 2; left: 220px; top: 0px; width: 40px; height: 40px; background: url(../images/nav_ico_05.png) no-repeat center center; background-size: 15px; }
    .header .nav ul { position: absolute; z-index: 1; left: -260px; top: 0px; bottom: 0px; width: 260px; background: #333; padding: 30px 0px; transition: all .5s; }
    .header .nav.show ul { left: 0px; }
    .header .nav ul li { }
    .header .nav ul li a { display: block; padding-left: 35px; line-height: 40px; font-size: 15px; color: #fff; position: relative; opacity: 0.5; }
    .header .nav ul li a:before { position: absolute; left: 15px; top: 19px; content: ''; width: 10px; height: 2px; overflow: hidden; background: #fff; }
    .header .nav ul li a.current { opacity: 1; }
    .header .nav ul li ul { display: none; }
    .p_home { }
    .p_home .banner_wap .swiper-container { position: relative; z-index: 1; width: 100%; overflow: hidden; }
    .p_home .banner_wap .swiper-container .swiper-pagination-bullets { bottom: 10px; }
    .p_home .banner_wap .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet { background: #fff; opacity: .6; }
    .p_home .banner_wap .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active { background: #06a1e4; opacity: 1; }
    .p_home .banner_wap .swiper-container .swiper-wrapper .swiper-slide { }
    .p_home .banner_wap .swiper-container .swiper-wrapper .swiper-slide img { display: block; width: 100%; }
    .p_home .banner_wap .swiper-container .swiper-button { display: none; }
    .p_home .banner { display: none; }

    .p_home .t1 { padding-bottom: 15px; background: url(../images/img1_13.png) no-repeat center bottom; text-align: center; }
    .p_home .t1 h2 { font-size: 24px; font-weight: bold; }
    .p_home .t1 h3 { margin-top: 10px; font-size: 13px; font-weight: normal; color: #888; }

    .p_home .products { padding: 40px 0px; }
    .p_home .products .list { }
    .p_home .products .list .item { float: left; box-sizing: border-box; width: 44%; margin-top: 4%; margin-left: 4%; text-align: center; box-shadow: 0 0 10px #ddd; padding: 20px 10px; }
    .p_home .products .list .item img { display: block; height: 60px; margin: 0px auto; }
    .p_home .products .list .item h2 { margin-top: 15px; font-size: 18px; }
    .p_home .products .list .item p { margin-top: 10px; line-height: 25px; color: #888; }
    .p_home .products .list .item a.view { display: block; margin: 15px auto 0px auto; width: 20px; line-height: 20px; text-align: center; background: #06a1e4; color: #fff; border-radius: 50%; }

    .p_home .fengkong { padding: 40px 0px; background: #12b5b1; }
    .p_home .fengkong .t1 { background: none; position: relative; }
    .p_home .fengkong .t1:after { position: absolute; content: ''; left: 50%; margin-left: -30px; bottom: 0px; width: 60px; height: 4px; overflow: hidden; background: #fff; }
    .p_home .fengkong .t1 h2 { color: #fff; }
    .p_home .fengkong .t1 h3 { color: #fff; }
	.p_home .fengkong .about { float: left; width:80%; margin: 30px 9% 0px 9%;font-family: 微软雅黑,Arial, Helvetica, sans-serif; font-size: 16px; color: #fff; line-height:28px; }
    .p_home .fengkong .list { }
    .p_home .fengkong .list .item { float: left; box-sizing: border-box; width: 44%; margin-top: 4%; margin-left: 4%; text-align: center; border: 1px solid #ddd; border-radius: 20px; padding: 20px; }
    .p_home .fengkong .list .item img { display: block; height: 50px; margin: 0px auto; }
    .p_home .fengkong .list .item img.img1 { display: none; }
    .p_home .fengkong .list .item h2 { margin-top: 20px; font-size: 18px; font-weight: normal; color: #fff; }
    .p_home .fengkong .list .item p { margin-top: 10px; line-height: 25px; color: #eee; }
    .p_home .fengkong img.big { display: block; width: 80%; margin: 30px auto 0px auto; }
	.p_home .fengkong img.bigabout { display: block; width: 80%; margin: 30px auto 0px auto; }

    .p_home .news { padding: 80px 0px; }
    .p_home .news .list { display: none; }
    .p_home .news .swiper-container { margin: 20px 15px 0px 15px; padding-bottom: 20px; }
    .p_home .news .swiper-container .swiper-pagination-bullets { bottom: 0px; }
    .p_home .news .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet { border: 1px solid #ddd; background: #fff; opacity: 1; }
    .p_home .news .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active { background: #06a1e4; }
    .p_home .news .swiper-container .swiper-wrapper .swiper-slide { position: relative; }
    .p_home .news .swiper-container .swiper-wrapper .swiper-slide { line-height: 25px; }
    .p_home .news .swiper-container .swiper-wrapper .swiper-slide img { display: block; width: 100%; }
    .p_home .news .swiper-container .swiper-wrapper .swiper-slide h2 { margin-top: 20px; height: 25px; overflow: hidden; font-size: 18px; }
    .p_home .news .swiper-container .swiper-wrapper .swiper-slide p { margin-top: 10px; overflow: hidden; color: #666; }
    .p_home .news .swiper-container .swiper-wrapper .swiper-slide span.category { float: left; color: #888; background: url(../images/img1_18.png) no-repeat left center; padding-left: 17px; }
    .p_home .news .swiper-container .swiper-wrapper .swiper-slide span.time { float: right; color: #888; }
    .p_home .news .swiper-container .swiper-button { display: none; }

    .p_home .huoban { padding: 0px 0px 40px 0px; }
    .p_home .huoban .list { overflow: hidden; padding: 10px 10px 0px 10px; }
    .p_home .huoban .list .item { float: left; box-sizing: border-box; padding: 5px; width: 33.33%; }
    .p_home .huoban .list .item img { display: block; width: 100%; }
    .p_home .huoban .list .item img.img1 { display: none; }

    .p_inner { }
    .p_inner .banner { display: none; }
    .p_inner .banner_wap img { display: block; width: 100%; }
    .p_inner .navbar { display: none; }
    .p_inner .crumb { display: none; }

    .p_inner .navbar_wap { background: #1e1d20; position: relative; }
    .p_inner .navbar_wap .swiper-container { position: relative; margin: 0px 30px; }
    .p_inner .navbar_wap .swiper-container .swiper-pagination-bullets { display: none; }
    .p_inner .navbar_wap .swiper-container .swiper-wrapper .swiper-slide a { display: block; line-height: 40px; color: #fff; text-align: center; }
    .p_inner .navbar_wap .swiper-container .swiper-wrapper .swiper-slide a.current { background: #06a1e4; }
    .p_inner .navbar_wap .swiper-container .swiper-wrapper .swiper-slide a.current:after { position: absolute; bottom: 0px; left: 50%; margin-left: -5px; content: ''; border-bottom: 5px solid #fff; border-left: 5px solid transparent; border-right: 5px solid transparent; }

    .p_inner .navbar_wap .swiper-button { position: absolute; top: 0px; width: 30px; margin: 0px; height: 40px; line-height: 40px; text-align: center; background: rgba(255,255,255,.2); font-family: 宋体; font-size: 24px; font-weight: bold; color: #fff; }
    .p_inner .navbar_wap .swiper-button-disabled { display: none; }
    .p_inner .navbar_wap .swiper-button:hover { }
    .p_inner .navbar_wap .swiper-button-next { right: 0px; }
    .p_inner .navbar_wap .swiper-button-prev { left: 0px; }
    .p_inner .main { padding-bottom: 30px; }
    .p_inner .main .tit1 { display: none; }

    .p_inner .main .new_list { margin-top: 10px; }
    .p_inner .main .new_list .item { border-bottom: 1px solid #ddd; line-height: 25px; padding: 10px 15px; }
    .p_inner .main .new_list .item img { display: block; width: 100%; }
    .p_inner .main .new_list .item h2 { font-size: 18px; font-weight: normal; margin-top: 10px; }
    .p_inner .main .new_list .item span { margin-top: 10px; color: #888; }

    .p_inner .main .new_detail { }
    .p_inner .main .new_detail .title { font-size: 18px; margin: 20px 15px 0px 15px; }
    .p_inner .main .new_detail .time { padding: 10px 0px 10px 15px; border-bottom: 1px solid #ddd; color: #888; }
    .p_inner .main .new_detail .content { /*display: none;*/padding: 10px 15px; }
    .p_inner .main .new_detail .content_wap { padding: 20px 15px; font-size: 14px; line-height: 30px; overflow: hidden; }

    .footer { display: none; }
    .footer_wap { background: #1e1d20; color: #666; }
    .footer_wap a { color: #666; }
    .footer_wap .wx { padding: 30px 0px; }
    .footer_wap .wx img { display: block; width: 160px; margin: 0px auto; }
    .footer_wap .wx span { display: block; text-align: center; margin-top: 10px; }
    .footer_wap .nav { background: url(../images/img3_07.png) repeat-x top; padding-top: 2px; }
    .footer_wap .nav a { display: block; line-height: 40px; padding-bottom: 2px; text-align: center; position: relative; background: url(../images/img3_07.png) repeat-x bottom; font-size: 15px; }
    .footer_wap .nav a:after { position: absolute; top: 13px; right: 15px; content: ''; width: 10px; height: 10px; overflow: hidden; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); }
    .footer_wap .nav a.current { }
    .footer_wap .tel { padding: 20px 0px 0px 15px; }
    .footer_wap .tel h3 { background: url(../images/img3_15.png) no-repeat left center; background-size: 15px; padding-left: 20px; font-size: 13px; font-weight: normal; }
    .footer_wap .tel h2 { margin-top: 5px; color: #06a1e4; font-size: 18px; font-weight: bold; }
    .footer_wap .copyright { padding: 20px 15px; }


    .pagerhtml { text-align: center; line-height: 35px; margin-top: 20px; }
    .pagerhtml .custominfo { display: none; }
    .pagerhtml a { display: inline-block; background: #06a1e4; color: #fff; padding: 0px 15px; margin: 0px 5px; }
    .pagerhtml a.num { display: none; }
    .pagerhtml a.disabled { background: #ddd; color: #888; }
	
.search {  width: 100%;  height:48px;  padding:10px 0;}
.search .fr{ padding:0 5%; width: 90%; }

.search .texta {  width: 90%;  height:44px;  border:1px solid #ddd; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;  float: left;  padding-left:3px;  outline: 0;  color:#666; line-height:3; overflow:hidden;
}

.search .btna {  float: left;  width: 10%;  color: #fff;  background:#06a1e4;  font-size: 12px;  text-align: center;  height:44px;  border: none;  line-height:24px;}
}
