<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.clear {
	clear:both
}
@font-face { 
	font-family: 'georgia'; 
	src: url('../fonts/georgia.eot'); 
	src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'), 
	url('../fonts/georgia.ttf') format('truetype'), 
	url('../fonts/georgia.svg#minijianyaya') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
input{
	font-family:"微软雅黑";
}
.fl{
	float:left;
}
.fr{
	float:right;
}
header {
	width:100%;
	margin:0 auto;
	position:relative
}
.top{
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#f0f0f0;
}
.top_fl{
	float:left;
	color:#666;
	font-size:12px;
}
.top_fr{
	float:right;
}
.top_fr li{
	background:url(../images/li.png) no-repeat right center;
	line-height:30px;
	float:left;
	padding:0px 20px;
}
.top_fr li:last-child{
	background:none;
}
.top_fr li a{
	display:block;
	font-size:12px;
	color:#666;	
}
.t1 a{
	background:url(../images/t1.png) no-repeat left center;
	padding-left:15px;
}
.t2 a{
	background:url(../images/t2.png) no-repeat left center;
	padding-left:15px;
}
.select {
	position:relative;
	float:left;
}
.select dt {
	height:13px;
	line-height:13px;
	display:inline-block;
	color: #666;
	font-size:12px;
	background:url(../images/jian.png) no-repeat right center;
	padding-right:16px;
	cursor:pointer;
	position:relative;
	z-index:999;
}
.select dt img {
	margin-right:10px;
}
.select dd {
	position:absolute;
	left:0;
	top:30px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	background:#fff;
	display:none;
	z-index: 999;
}
.select dd ul {
	padding:4px;
	width:96px;
	max-height:250px;
	overflow:auto;
}
.select dd ul li{
	background: none;
    padding: 0;
    margin: 0;
    float: none;
}
.select dd ul li a {
	line-height:25px;
	display:block;
	color: #666;
	text-align: center;
}
.select dd ul li a:hover {
	color: #00a2ec;
}

.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:25px;
}
.yx img {
	width:100%;
	height:auto;
}
.navdaohang {
	float:left;
	margin-left:55px;
}
.menupc li {
	line-height:100px;
	float:left;
	text-align:center;
	position:relative;
}
.menupc li a {
	display:block;
	color:#333;
	text-transform:capitalize;
	padding:0px 17px;
	font-size:18px;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
}
.menupc li a:hover {
	color:#00a2ec;
}
.menupc li:hover a {
	color:#00a2ec;
}
.menupc li .current {
	color:#00a2ec;
}
.menupc ul {
	background-color:#fff;
	position:absolute;
	display:none;
	left:0;
	overflow:hidden;
	z-index:999;
	width:100%;
}
.menupc ul li {
	float:none;
	position:static;
	text-align:center;
	background:0;
	line-height:35px;
	width:100%;
	margin-left:0px;
}
.menupc ul li a {
	display:block;
	font-size:16px;
	position:static;
	font-weight:normal;
	border:none;
	color:#333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:0;
	padding:0 10px;
}
.menupc ul li a:hover {
	color:#fff;
	background-color:#00a2ec;
}
.menupc ul li .current {
	color:#fff;
	background-color:#00a2ec;
}
.menupc .subnav {
	display:block;
}

.tel{
	float:right;
	display:block;
	background: url(../images/tel.jpg) no-repeat left 32px;
	padding:25px 0px 0px 45px;
}
.tel h3{
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
}
.tel p{
	color:#333;
	font-size:20px;
	font-weight:bold;
}


/*手机导航*/
.phone-nav {
	position:absolute;
	font-size:30px;
	right:15px;
	top:0px;
	line-height:100px;
	display:none;
	color:#666;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#43c0f9 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.top{
		display:none;
	}
	.tel{
		display:none;
	}
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
}


.home-keywords{
	width:100%;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
}
.keywords{
	overflow:hidden;
	line-height:40px;
}
.keywords p{
	float:left;
	color:#000;
	font-weight:bold;
}
.keywords ul{
	float:left;
}
.keywords li{
	line-height:40px;
	float:left;
	margin-left:20px;
}
.keywords li a{
	display:block;
	color:#666;
}
.keywords li a:hover{
	color:#00abee;
}
.search{
	display:block;
	margin-top:7px;
}
.pcsearch{
	display:flex;
}
.forminput1{
	width:184px;
	line-height:24px;
	color:#999;
	padding-left:20px;
	background-color:#fff;
	border:1px solid #bababa;
	outline:none;
}
.forminput2{
	color:#fff;
	width:38px;
	line-height:26px;
	font-size:14px;
	border:none;
	background-color:#00abee;
    text-align: center;
}

.home-pro{
	width:100%;
	margin:0 auto;
	padding:60px 0px 40px 0px;
	overflow:hidden;
	background-color:#f3f3f3;
}
.pro_title{
	padding-top:5px;
	margin-bottom:40px;
	overflow:hidden;
	background:url(../images/p.png) no-repeat bottom center;
	text-align:center;
}
.pro_title h3{
	font-size:36px;
	color:#00a2ec;
	font-weight:bold;
	margin-bottom:8px;
}
.pro_title p{
	color:#666;
	font-size:14px;
}
.pro_con{
	overflow:hidden;
}
.pro_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.pro_fl_top{
	overflow:hidden;
	border-bottom:1px solid #fff;
}
.ptitle{
	background-color:#00abee;
	padding: 5% 19% 0 19%;
	overflow:hidden;
}
.ptitle_fl{
	font-family: 'georgia'; 
	font-size:68px;
	color:#7fc7f3;
	margin-top:-15px;
}
.ptitle_fr p{
	font-size:28px;
	color:#fff;
	font-weight:bold;
}
.ptitle_fr span{
	font-size:20px;
	color:#7fc7f3;
	font-family: 'georgia'; 
	letter-spacing: 2px;
}
.pinfo{
	overflow:hidden;
}
.pinfo li{
	border-bottom:1px solid #fff;
	overflow:hidden;
	position:relative;
	background-color:#e9e9e9;
}
.pinfo li a{
	display:block;
	font-size:16px;
	color:#333;
	background-color:#e9e9e9;
	line-height:38px;
	padding-left:30px;
	border-left:2px solid #00abee;
	overflow:hidden;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.pinfo li a:hover{
	color:#00abee;
	font-weight:bold;
}
.pinfo li .more{
	position: absolute;
    right: 0;
	padding:0;
    top: 0;
	border:none;
    width:26px;
    height:38px;
    cursor: pointer;
    background: url(../images/p.jpg) no-repeat center center;
    display: block;
    z-index: 5;
}
.pinfo ul li a:hover.more {
	background:url(../images/p.jpg) no-repeat center center;	
}
.pinfo ul li:hover .more {
	background:url(../images/p_h.jpg) no-repeat center center;	
}
.pinfo .er{
	display:none; 
	background-color:#fff;
}
.pinfo .er li{
	border-bottom:1px dashed #dbdbdb;
	background-color:#fff;
}
.pinfo .er li a {
    color: #666;
	font-size:14px;
	padding-left:30px;
	line-height:35px;
    border-bottom:1px dashed #dbdbdb;
	border-left:none;
	font-weight:normal;
	background-color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pinfo .er li a:hover {
	color:#00abee;
}
.pinfo .nav-show .er {
	display:block;
	background-color:#fff;
}
.pinfo .nav-show .er li{
	margin-bottom:0;
	background-color:#fff;
}
.pinfo .nav-show .er li a {
	color:#666;
	font-size:14px;
	background-color:#fff;
	border-bottom:1px dashed #ccc;
	padding-left:30px;
	border-left:none;
	font-weight:normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pinfo .nav-show .er li a:hover{
	color:#00abee;
}
.pinfo .nav-show:hover .more {
	background:url(../images/p_h.jpg) no-repeat center center;
}
.pinfo .nav-show a {
    color: #00abee;
	font-weight:bold;
}
.pinfo .nav-show .more{
	background:url(../images/p_h.jpg) no-repeat center center;
}
.pro_fl_bottom{
	background-color:#00abee;
	color:#fff;
	padding:20px 10px;
	overflow:hidden;
	text-align:center;
}
.pro_fl_bottom h3{
	font-size:23px;
	margin-bottom:10px;
}
.pro_fl_bottom p{
	font-size:14px;
	line-height:25px;
}

.pro_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.pro_fr_top{
	margin-bottom:20px;
	overflow:hidden;
	background-color:#fff;
	position:relative;
}
.tpro_img{
	overflow:hidden;
	padding:0;
}
.tpro_img img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.tpro_txt{
	margin:28px 0px;
	border-left:1px dotted #c8c8c8;
	overflow:hidden;
}
.tpro_txt h2{
	font-size:18px;
	color:#333;
	font-weight:normal;
	padding-bottom:18px;
}
.tpro_txt h2:after{
	content:'';
	display:block;
	width:85px;
	background-color:#717171;
	height:1px;
	margin-top:15px;
}
.tpro_txt h3{
	font-size:16px;
	color:#666;
	font-weight:normal;
	margin-bottom:18px;
}
.tpro_txt p{
	font-size:14px;
	color:#666;
	margin-bottom:30px;
}
.tpro_txt a{
	display:block;
	float:left;
	width:107px;
	line-height:34px;
	color:#fff;
	background-color:#00abee;
	border:1px solid #00abee;
	text-align:center;
	margin-right:20px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.tpro_txt a:hover{
	background-color:#fff;
	color:#00abee;
}
.tj{
	position:absolute;
	top:0;
	left:25px;
}
.pro_fr_bottom{
	overflow:hidden;
}
.pro_fr_bottom li{
	margin-bottom:20px;
	overflow:hidden;
	padding-left: 5px;
    padding-right: 5px;
}
.pro_fr_bottom li a{
	display:block;
}
.bpro_img{
	overflow:hidden;
	border:1px solid #f3f3f3;
}
.bpro_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.bpro_txt{
	background-color:#e3e3e3;
	padding:10px 25px;
	overflow:hidden;
}
.bpro_txt p{
	float:left;
	color:#333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}
.bpro_txt span{
	float:right;
	width:20px;
	height:20px;
}
.pro_fr_bottom li a:hover .bpro_img{
	border:1px solid #00abee;
}
.pro_fr_bottom li a:hover .bpro_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.pro_fr_bottom li a:hover .bpro_txt{
	background-color:#00abee;
}
.pro_fr_bottom li a:hover .bpro_txt p{
	color:#fff;
}

.home-wenzi{
	/*width:100%;*/
	/*margin:0 auto;*/
	/*background:url(../images/wzbg.jpg) repeat-y center center;*/
	/*min-height:200px;*/
}
.home-wenzi p{
	text-align:center;
	color:#fff;
	font-size:28px;
	padding-top:55px;
	margin-bottom:20px;
}
.home-wenzi img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.home-advantage{
	width:100%;
	margin:0 auto;
	background-color:#f3f3f3;
	padding:22px 0px 50px 0px;
	overflow:hidden;
}

.adv_title{
	margin-bottom:50px;
	overflow:hidden;
	background:url(../images/adv_title.png) no-repeat bottom center;
	padding-bottom: 40px;
}
.adv_titles{
	text-align:center;
	background:url(../images/title.png) no-repeat center center;
}
.adv_titles h3{
	font-size:36px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;
}
.adv_titles h3 span{
	color:#00a2ec;
	font-size:60px;
}
.adv_titles p{
	font-size:16px;
	color:#666;
	letter-spacing:3px;
}
.adv_con{
	overflow:hidden;
}
.adv_con_top{
	margin-bottom:20px;
	overflow:hidden;
}
.adv_con_top_1{
	background:url(../images/adv1.png) no-repeat left top;
	padding-left:100px;
	overflow:hidden;
	height:340px;
}
.adv_con_top_1 h3{
	font-size:24px;
	color:#00a2ec;
	font-weight:bold;
	margin-bottom:5px;
}
.adv_con_top_1 span{
	font-size:18px;
	color:#333;
}
.adv_con_top_1 p{
	color:#666;
	line-height:25px;
	margin:15px 0px 10px 0px;
	border-top:1px solid #ccc;
	padding-top:15px;
}
.adv_con_top_1 a{
	display:block;
	background-color:#de2b23;
	border:1px solid #de2b23;
	color:#fff;
	text-align:center;
	font-size:;
	width:87px;
	line-height:28px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.adv_con_top_1 a:hover{
	background-color:#f3f3f3;
	color:#de2b23;
}
.adv_con_top_2{
	margin-bottom:25px;
	overflow:hidden;
}
.adv_con_top_2 li{
	font-size:16px;
	color:#666;
	border:1px dashed #bababa;
	text-align:center;
	padding:15px 0px;
	overflow:hidden;
	border-radius:15px;
	line-height:25px;
	margin-bottom:15px;
}
.adv_con_top_3{
	margin-bottom:25px;
	overflow:hidden;
}
.adv_con_top_3 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.adv_con_bottom{
	overflow:hidden;
}
.adv_con_bottom_1{
	margin-bottom:10px;
	overflow:hidden;
}
.adv_con_bottom_1 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.adv_con_bottom_1 li{
	float:left;
	font-size:18px;
	color:#333;
	font-weight:bold;
	border:1px dashed #bababa;
	text-align:center;
	padding:30px 0px;
	width:30%;
	overflow:hidden;
	border-radius:15px;
	line-height:25px;
	margin-bottom:15px;
	margin-right:15px;
}
.adv_con_bottom_1 li:last-child{
	margin-right:0;
}
.adv_con_bottom_2{
	margin-bottom:10px;
	overflow:hidden;
} 

.adv_con_bottom_2_t{
	background:url(../images/adv2.png) no-repeat left top;
	padding-left:100px;
	overflow:hidden;
	height:288px;
}
.adv_con_bottom_2_t h3{
	font-size:24px;
	color:#00a2ec;
	font-weight:bold;
	margin-bottom:5px;
}
.adv_con_bottom_2_t span{
	font-size:18px;
	color:#333;
}
.adv_con_bottom_2_t p{
	color:#666;
	line-height:25px;
	margin:15px 0px 10px 0px;
	border-top:1px solid #ccc;
	padding-top:15px;
}

.adv_con_bottom_2_b{
	background:url(../images/adv3.png) no-repeat left top;
	padding-left:100px;
	overflow:hidden;
	min-height:85px;
}
.adv_con_bottom_2_b h3{
	font-size:24px;
	color:#00a2ec;
	font-weight:bold;
	margin-bottom:5px;
}
.adv_con_bottom_2_b span{
	font-size:18px;
	color:#333;
	padding-bottom:10px;
}
.adv_con_bottom_2_b p{
	color:#666;
	line-height:25px;
	margin:15px 0px 10px 0px;
	border-top:1px solid #ccc;
	padding-top:15px;
}

.home-about{
	width:100%;
	margin:40px auto;
	overflow:hidden;
}
.about_title{
	padding-top:5px;
	margin-bottom:40px;
	overflow:hidden;
	background:url(../images/a.png) no-repeat bottom center;
	text-align:center;
}
.about_title h3{
	font-size:36px;
	color:#00a2ec;
	font-weight:bold;
	margin-bottom:8px;
}
.about_title p{
	color:#666;
	font-size:14px;
}
.about_con{
	overflow:hidden;
}
.about_con_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.about_con_fl_title{
	margin-bottom:30px;
	overflow:hidden;
	border-left:2px solid #00a2ec;
	padding-left:10px;
}
.about_con_fl_title p{
	font-size:18px;
	color:#333;
}
.about_con_fl_title span{
	font-size:12px;
	color:#666;
}
.about_con_fl_info{
	color:#666;
	font-size:16px;
	line-height:25px;
}
.about_con_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.about_con_fr a{
	display:block;
}
.about_con_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}

.home-news{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding:50px 0px;
	background-color:#f3f3f3;
}
.news_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.news_title{
	border-bottom:1px solid #c5c5c5;
	overflow:hidden;
	line-height:30px;
	margin-bottom:20px;
}
.news_title p{
	float:left;
	color:#000;
	font-size:24px;
	border-bottom:1px solid #00a2ec;
	padding-bottom:10px;
}
.news_title span{
	float:right;
}
.news_title span a{
	color:#00a2ec;
	font-size:14px;
}
.news_fl_con{
	overflow:hidden;
}
.news_fl_con1{
	margin-bottom:25px;
	overflow:hidden;
	padding: 0;
}
.news_fl_con1 a{
	display:block;
}
.news_img{
	position:relative;
}
.news_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.news_fl_con1 a:hover .news_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news_date{
	background-color:#00a2ec;
	color:#fff;
	width:95px;
	text-align:center;
    padding: 0px 10px 10px 10px;
	position: absolute;
    bottom: -49px;
}
.news_date p{
	font-size:40px;
	font-weight:bold;
	border-bottom:1px solid #26b0ef;
	margin-bottom: 5px;
}
.news_date span{
	font-size:18px;
}
.news_txt{
	background-color:#ededed;
	padding:15px 30px 20px 30px;
	overflow:hidden;
}
.news_txt h3{
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin-bottom:20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 90px;
}
.news_txt p{
	line-height:30px;
	color:#767676;
	margin-bottom:15px;
}
.news_txt span{
	color:#da251e;
}
.news_fl_con2{
	margin-bottom:25px;
	overflow:hidden;
}
.news_fl_con2 li{
	margin-bottom:5px;
	line-height:30px;
	overflow:hidden;
}
.news_fl_con2 li a{
	display:block;
	color:#767676;
}
.news_fl_con2 li a p{
	float:left;
	width:70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_fl_con2 li a span{
	float:right;
}
.news_fl_con2 li a:hover{
	color:#00a2ec;
}

.news_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.news_fr_con{
	overflow:hidden;
}
.news_fr_con li{
	margin-bottom:20px;
	overflow:hidden;	
}
.news_fr_con li a{
	display:block;
}
.news_fr_con li a h3{
	color:#313131;
	font-weight:normal;
	background:url(../images/q1.jpg) no-repeat left center;
	padding-left:37px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:20px;
	margin-bottom:4px;
}
.news_fr_con li a:hover h3{
	color:#00a2ec;
}
.news_fr_con li a p{
	background:url(../images/q2.jpg) no-repeat left 5px;
	line-height:25px;
	color:#767676;
	padding-left:37px;
}

footer{
	width:100%;
	margin:0 auto;
}
.footer1{
	background-color:#262626;
	padding:50px 0px 30px 0px;
	overflow:hidden;
}
.footer1 li{
	margin-bottom:25px;
	overflow:hidden;
	background:url(../images/fli.jpg) repeat-y right center;
	height:200px;
}
.footer1 li:last-child{
	background:none;
} 
.footer1 li a{
	display:block;
	font-size:16px;
	color:#fff;
	background:url(../images/title.jpg) no-repeat bottom center;
	padding-bottom:15px;
	text-align:center;
}
.menulist{
	margin-top:10px;
}
.menulist li{
	margin-bottom:0;
	line-height:30px;
	height:30px;
	background:none;
}
.menulist li a{
	display:block;
	font-size:14px;
	color:#ccc;
	padding-bottom:0;
	background:none;
}
.menulist li a:hover{
	color:#00a2ec;
}
.footer1 li h3{
	font-size:16px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	margin-bottom:20px;
}
.footer1 li img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
.footer1 li p{
	text-align:center;
	color:#ccc;
}

.footer2{
	background-color:#1a1a1a;
	padding:10px 0px;
	overflow:hidden;
}
.footer2 p{
	line-height:30px;
	color:#fff;
	text-align:center;
}
.footer2 p a{
	color:#fff;
}

/*关于我们*/
.inner-main{
	width:100%;
	margin:0 auto;
}
.inner_title{
	overflow:hidden;
}
.inner_title ul{
	text-align:center;
}
.inner_title li{
	line-height:55px;
	text-align:center;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
	background:url(../images/ili.jpg) no-repeat right center;
}
.inner_title li:last-child{
	background:none;
}
.inner_title li a{
	display:block;
	font-size:16px;
	color:#333;
	padding:0px 94px;
}
.inner_title li a:hover{
	color:#b0282c;
}
.inner_title li .current {
	color:#b0282c;
}
.inner_title li a i{
	display: block;
    float: left;
	height: 17px;
	margin-top: 21px;
}
.inner_title li a i.i1 {
    width: 15px;
    background: url(../images/i1.jpg) no-repeat left center;
}
.inner_title li a:hover i.i1{
	background: url(../images/i1_h.jpg) no-repeat left center;
}
.inner_title li .current i.i1 {
    background: url(../images/i1_h.jpg) no-repeat left center;
}
.inner_title li a i.i2 {
    width: 19px;
    background: url(../images/i2.jpg) no-repeat left center;
}
.inner_title li a:hover i.i2{
	background: url(../images/i2_h.jpg) no-repeat left center;
}
.inner_title li .current i.i2 {
    background: url(../images/i2_h.jpg) no-repeat left center;
}
.inner_title li a i.i3 {
    width: 19px;
    background: url(../images/i3.jpg) no-repeat left center;
}
.inner_title li a:hover i.i3{
	background: url(../images/i3_h.jpg) no-repeat left center;
}
.inner_title li .current i.i3 {
    background: url(../images/i3_h.jpg) no-repeat left center;
}
.inner_title li a i.i4 {
    width: 19px;
    background: url(../images/i4.jpg) no-repeat left center;
}
.inner_title li a:hover i.i4{
	background: url(../images/i4_h.jpg) no-repeat left center;
}
.inner_title li .current i.i4 {
    background: url(../images/i4_h.jpg) no-repeat left center;
}

.inner_title li a p{
	float: left;
    padding-left:10px;
}
.inner_con{
	background-color:#f2f2f2;
	overflow:hidden;
	padding:10px 0px 50px 0px;
}
.inner_about{
	background-color:#fff;
	padding:30px 15px;
	overflow:hidden;
	line-height:25px;
	font-size:16px;
	color:#666;
}
.inner_about img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	box-shadow:0px 0px 10px #ded5d5;
	margin-bottom:30px;
}

/*联系我们*/
.inner_contact{
	background-color:#fff;
	padding: 55px 15px 10px 15px;
	overflow:hidden;
	line-height:25px;
	font-size:16px;
	color:#666;
}
.c_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.contact{
	overflow:hidden;
}
.c_fl_1{
	background:url(../images/c1.jpg) no-repeat left top;
	min-height:32px;
	padding-left:40px;
}
.contact li{
	margin-bottom:20px;
	overflow:hidden;
	color:#333;
}
.contact li h3{
	font-size:18px;
	font-weight:normal;
}
.contact li p{
	font-size:16px;
}
.c_fl_2{
	background:url(../images/c2.jpg) no-repeat left top;
	min-height:32px;
	padding-left:55px;
}
.c_fl_3{
	background:url(../images/c3.jpg) no-repeat left top;
	min-height:32px;
	padding-left:55px;
}
.c_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.c_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/*人才招聘*/
.inner_job{
	background-color:#fff;
	padding:30px 15px;
	overflow:hidden;
}
.services-list {
	
}
.services-list li {
	list-style: none;
}
.service-title{
	cursor: pointer;
	outline:none;
}
.service-title a{
	padding:0px 25px;
	border-bottom: 1px solid #dbdbdb;
	color:#333;
	font-size:20px;
	font-weight:bold;
	display:block;
	min-height: 50px;
    line-height: 50px;
}
.service-title a:hover{
	color:#00a2ec;
}
.service-title a.active { 
	color:#00a2ec;
}
.service-title p{
	float:left;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.service-title .fr{
	float:right;
	background:url(../images/f.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-title a:hover .fr{
	float:right;
	background:url(../images/f_hover.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-title a.active .fr{ 
	float:right;
	background:url(../images/f_hover.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-content {
	background: #fff;
	color: #7b7b7b;
	overflow: hidden;
	width:100%;
	border-bottom: 1px solid #dbdbdb;
	padding:0px 30px;
}
.service-info-text {
	margin:30px 0px;
}
.service-info-text h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
}
.service-info-text p{
	font-size:14px;
	color:#808080;
	line-height:30px;
}
.service-info-td{
	margin-bottom: 30px;
	overflow:hidden;
}
.service-info-td h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
}
.service-info-td a{
	font-size:16px;
	color:#333;
	line-height:30px;
}


/*新闻资讯*/
.inner_news{
	margin:30px auto;
	overflow:hidden;
}
.inner_news_t{
	margin-bottom:30px;
	overflow:hidden;
	border-bottom:1px dashed #b3b3b3;
}
.inner_news_t a{
	display:block;
}
.newstj_img{
	margin-bottom:30px;
	overflow:hidden;
	padding:0;
}
.newstj_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
  	transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_news_t a:hover .newstj_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.newstj_txt{
	margin-bottom:30px;
	overflow:hidden;
	padding-left:30px;
}
.newstj_txt h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inner_news_t a:hover .newstj_txt h3{
	color:#b0282c;
}
.newstj_txt p{
	line-height:25px;
	color:#666;
	font-size:15px;
	margin-bottom:20px;
	height:100px;
	overflow:hidden;
}
.newstj_txt span{
	display:block;
	width:140px;
	line-height:38px;
	border:1px solid #b0282c;
	text-align:center;
	color:#999;
	font-size:16px;
	border-radius:25px;
}
.newstj_date{
	overflow:hidden;
	margin-bottom: 30px;
	padding-left:30px;	
}
.newstj_date h3{
	font-size:40px;
	color:#333;
	font-weight:normal;
	margin-bottom:30px;
}
.newstj_date p{
	color:#666;
	font-size:20px;
	margin-bottom:30px;
}
.newstj_date span{
	display:block;
}

.inner_news_b{
	margin-bottom:10px;
	overflow:hidden;
}
.inner_news_b li{
	margin-bottom:5px;
	overflow:hidden;
	padding-left:0;
}
.inner_news_b li a{
	display:block;
}
.inews_img{
	margin-bottom:25px;
	overflow:hidden;
	padding:0;
}
.inews_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
  	transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_news_b li a:hover .inews_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.inews_txt{
	margin-bottom:25px;
	overflow:hidden;
}
.inews_txt h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inner_news_b li a:hover .inews_txt h3{
	color:#b0282c;
}
.inews_txt em{
	color:#999;
	font-size:12px;
	font-style:normal;
}
.inews_txt p{
	margin:10px 0px;
	line-height:25px;
	color:#666;
	font-size:14px;
}
.inews_txt span{
	float:right;
	font-size:12px;
	color:#b0282c;
}
/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#ccc;
	margin:0px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#b0282c;
	border:1px solid #b0282c;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#b0282c;
	border:1px solid #b0282c;
}


/*新闻详情*/
.inner_newsshow{
	margin:30px auto;
	overflow:hidden;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px solid #dcdcdc;
}
.show_title h3{
	font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
	padding-bottom: 20px;
}
.show_title span{
	color:#949494;
	margin:0px 10px;
	font-size:14px;
	padding-left:20px;
}
.browse{
	background:url(../images/browse.png) no-repeat left center;
}
.date{
	background:url(../images/date.png) no-repeat left center;
}

.show_content{
	line-height:26px;
	color:#4c4c4c;
	padding:30px 10px;
	border-bottom:1px solid #dcdcdc;
}
.show_content img{
	margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
	padding-top:20px;
}
.show_back_fl{
	margin-bottom:20px;
	overflow:hidden;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#4d4d4d;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#868686;
}
.show_back_fl li a:hover{
	color:#b0282c;
}
.show_back_fr{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #b0282c url(../images/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}

/*产品详情*/
.proshow_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.proshow_fr_top{
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:2px solid #00a2ec;
	padding-bottom:5px;
}
.proshow_fr_top p{
	font-size:16px;
	color:#666;
	line-height: 28px;
}
.proshow_fr_top p a{
	font-size:16px;
	color:#666;
}
.proshow_fr_top p span{
	color:#00a2ec;
}
.proshow_fr_bottom{
	background-color:#fff;
	padding:15px;
	overflow:hidden;
}
.proshow_fr_bottom1{
	margin-bottom:25px;
	overflow:hidden;
}
.proshow_fr_bottom1_fl{
	overflow:hidden;
}
.proshow_fr_bottom1_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.proshow_fr_bottom1_fr{
	margin:25px 0px;
	overflow:hidden;
}
.proshow_fr_bottom1_fr h3{
	font-size:20px;
	color:#333;
	margin-bottom:15px;
	overflow:hidden;
}
.proshow_fr_bottom1_fr p{
	line-height:30px;
	color:#666;
	font-size:16px;
}
.proshow_fr_bottom2{
	margin:30px 0px;
	overflow:hidden;
	line-height:30px;
	color:#666;
	padding: 0px 15px;
}
.proshow_fr_bottom2 img{
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.proshow_fr_bottom3{
	margin-bottom:25px;
	overflow:hidden;
	padding: 0px 15px;
}
.proshow_fr_bottom3 a{
	display:block;
	background-color:#00a2ec;
	color:#fff;
	line-height:40px;
	text-align:center;
	font-size:16px;
	width:300px;
}
.proshow_fr_bottom3 a:hover{	
	box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .4);
}





@media(max-width:320px) {
	.inner_title li{
		display:block;
		width:100%;
		background:none;
		overflow:hidden;
	}
	
}
@media(max-width:375px) {
	.news_fl_con2 li a p{
		width:65%;
	}
	.proshow_fr_bottom3 a{
		font-size:14px;
		width: 250px;
	}
}


@media(max-width:414px) {
	.yx a{
		padding-top:30px;
	}
	.yx img{
		width:85%;
	}
	.adv_titles h3{
		font-size:30px;
	}
	.adv_titles h3 span{
		font-size:40px;
	}
	.adv_con_top_1{
		height:300px;
	}
	.adv_con_bottom_1 li{
		font-size: 15px;
    	padding: 15px 0px;
	}
	.adv_con_bottom_2_t{
		height:250px;
	}
	.adv_con_top_1 h3{
		font-size:20px;
	}
	.adv_con_top_1 span{
		font-size:14px;
	}
	.adv_con_bottom_2_t h3{
		font-size:20px;
	}
	.adv_con_bottom_2_t span{
		font-size:14px;
	}
	.adv_con_bottom_2_b h3{
		font-size:20px;
	}
	.show_title h3{
		font-size:18px;
		line-height:25px;
	}
	.inner_title li a{
		padding:0px 10px !important;
	}
}
	
@media(max-width:700px) {
	.footer1 li{
		background:none;
		height:auto;
	}
}


@media(max-width:768px) {
	.pro_fr_bottom li{
		padding-left: 15px;
		padding-right: 15px;
	}
	.adv_con_bottom_1 img{
		margin-left:auto;
	}
	.news_fl_con1{
		padding-left:15px;
		padding-right:15px;
	}
	.inews_img{
		padding-left:15px;
		padding-right:15px;
	}
	.inner_news_b li{
		padding-left:15px;
	}
	.inner_title li a{
		padding:0px 50px;
	}
}

@media(max-width:1200px) {
	.search{
		display:none;
	}
	.show_content img{
		display:block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		height: auto;
	}
	.proshow_fr_bottom2 img{
		display:block;
		max-width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
	}
}





































</pre></body></html>