@charset "utf-8";

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
	padding-right:3px;
}
a:hover {
	color: #07777b;
	text-decoration: underline;
}
a.g {
	color: #5b989b;
}

h3 {
	color: #07777b;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}
h3:before {
	display: block;
	content: '';
	background: url(../image/ico-01.png) -182px 0 no-repeat;
	height: 16px;
	width: 18px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
}
h3 a.more {
	display: block;
	color: #07777b;
	font-size: 12px;
	font-weight: normal;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 9;
}
h3 small {
	display: none;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
}

.content {
	width: 100%;
}
.content:before, .content:after {
	display: table;
	content: '';
}

/* Header */
.header {
	border-top: 10px solid #07777b;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 10;
}
.header h1 {
	width: 50%;
}
.header .fav {
	display: none;
	top: -10px;
	right: 10px;
	z-index: 2;
}
.header .fav span {
	color: #ccc;
	padding-left: 8px;
	padding-right: 8px;
}
.header .search {
	display: none;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	width: 235px;
	right: 10px;
	bottom: 0;
	z-index: 3;
}
.header .search input {
	border: 0;
	font-family: "微软雅黑";
	font-size: 12px;
	height: 30px;
	outline: none;
}
.header .search input[type="text"] {
	line-height: 30px;
	width: 190px;
	margin-left: 5px;
}
.header .search input[type="submit"] {
	background: url(../image/Btn.png) 50% 50% no-repeat;
	cursor: pointer;
	height: 30px;
	width: 30px;
}

/* 移动端导航 */
.mobile-nav {
	border: 1px solid #ccc;
	cursor: pointer;
	height: 32px;
	width: 34px;
	overflow: hidden;
	padding: 5px;
	margin-top: -15px;
	top: 50%;
	right: 10px;
	border-radius: 4px;
}
.mobile-nav:before, .mobile-nav:after {
	display: block;
	content: '';
	background-color: #e81120;
	height: 3px;
	width: 22px;
	position: absolute;
	left: 5px;
	transition: all 0.2s;
}
.mobile-nav:before {
	top: 5px;
}
.mobile-nav:after {
	bottom: 5px;
}
.mobile-nav span {
	display: block;
	background-color: #e81120;
	height: 3px;
	width: 100%;
	margin-top: 9px;
}
.closeBtn:before {
	top: 14px;
	transform: rotate(45deg);
}
.closeBtn:after {
	top: 14px;
	transform: rotate(-45deg);
}
.closeBtn span {
	display: none;
}

.mobile-nav-list {
	display: none;
	width: 100%;
	padding-top: 15px;
	top: 100%;
	left: 0;
	z-index: 10;
}
.mobile-nav-list .content {
	background-color: #fff\9;
	background-color: rgba(0, 0, 0, .5);
	padding: 5px;
}
.mobile-nav-list ul li {
	padding: 5px;
}
.mobile-nav-list a {
	display: block;
	background-color: rgba(255, 255, 255, .9);
	font-size: 14px;
	line-height: 2.5;
	text-align: center;
}
.mobile-nav-list a:hover {
	background-color: #07777b;
	color: #fff;
	text-decoration: none;
}

/* Nav */
.nav {
	display: none;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	z-index: 20;
}
.nav span.home {
	background: #07777b url(../image/Home.png) 50% 50% no-repeat;
	width: 56px;
	top: 0;
	bottom: 0;
	left: 10px;
	
}
.nav ul {
	margin-left: 56px;
}
.nav ul li {
	float: left;
	width: 14%;
	position: relative;
}
.nav ul li > a {
	display: block;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	margin-left: 1px;
}
.nav ul li:hover > a, .nav ul li.hover > a {
	background: #07777b;
	color: #fff;
}

/* Banner */
.banner {
	width: 100%;
	z-index: 5;
}
.banner img {
	display: block;
	width: 100%;
}

/* 服务项目 */
.service {
	background-color: #eae8e9;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 3;
}
.ser-list {
	margin-right: -10px;
	margin-left: -10px;
}
.ser-list li {
	float: left;
	width: 100%;
	padding: 10px;
}
.ser-list li .content {
	background-color: #fff;
}
.ser-list h4 {
	text-align: center;
	line-height: 3;
}
.ser-list .img, .ser-list .list, .ser-list .more {
	width: 100%;
}
.ser-list .img img {
	display: block;
	width: 100%;
}
.ser-list .list {
	margin-top: 10px;
	margin-bottom: 10px;
}
.ser-list .list dl dd {
	float: left;
	width: 50%;
	padding-right: 10px;
	padding-left: 24px;
	position: relative;
}
.ser-list .list dl dd:before {
	display: inline-block;
	content: '';
	background: url(../image/ico-01.png) 0 0 no-repeat;
	height: 10px;
	width: 6px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 9;
}
.ser-list .list dl dd:hover:before {
	background: url(../image/ico-01.png) -10px 0 no-repeat;
}
.ser-list .more a {
	display: block;
	background-color: #d9d9d9;
	line-height: 3;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.ser-list .more a span {
	display: block;
	background: url(../image/ico-01.png) -24px 0 no-repeat;
	height: 11px;
	line-height: 0;
	width: 30px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
}
.ser-list .more a:hover {
	background-color: #07777b;
	color: #fff;
}
.ser-list .more a:hover span {
	background: url(../image/ico-01.png) -54px 0 no-repeat;
}

/* 新闻 and 产品 */
.new-pro {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.new-pro h3 {
	margin-bottom: 12px;
}
.new dl dt {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.new dl dd {
	border-bottom: 1px solid #eee;
	line-height: 3;
	position: relative;
}
.new dl dd:before {
	display: inline-block;
	content: '';
	background: url(../image/ico-01.png) -170px 0 no-repeat;
	height: 8px;
	width: 5px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}
.new dl dd:hover:before {
	background: url(../image/ico-01.png) -175px 0 no-repeat;
}
.new dl dd a {
	display: block;
	margin-left: 15px;
	margin-right: 80px;
}
.new dl dd span {
	display: inline-block;
	float: right;
	color: #999;
	margin-top: -36px;
}
.new .img {
	height: 95px;
	width: 125px;
}
.new .img img {
	display: block;
	height: 95px;
}
.new .txt {
	margin-left: 140px;
}
.new .txt h5 {
	line-height: 1.5;
	margin-bottom: 5px;
}
.new .txt p {
	height: 72px;
	overflow: hidden;
}
.pro {
	margin-top: 20px;
}
.pro .pro-scroll {
	width: 100%;
}
.pro .pro-scroll ul li img {
	display: block;
	height: 304px;
	width: 100%;
}
.pro .pro-scroll ul li p {
	background: #07777b\9;
	background: rgba(7, 119, 123, .5);
	color: #fff;
	line-height: 3;
	text-align: center;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;
}
#proScroll span.prev, #proScroll span.next {
	display: inline-block;
	cursor: pointer;
	height: 36px;
	width: 30px;
	position: absolute;
	bottom: 0;
	z-index: 9;
}
#proScroll span.prev {
	background: url(../image/ico-01.png) -84px 12px no-repeat;
	left: 15px;
}
#proScroll span.next {
	background: url(../image/ico-01.png) -54px 12px no-repeat;
	right: 15px;
}

/* Footer */
.footer {
	background: #333;
	color: #737373;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer h5 {
	color: #fff;
	margin-bottom: 5px;
}
.footer a {
	color: #737373;
}
.footer a:hover {
	color: #fff;
}
.footer .item {
	float: left;
	margin-right: 55px;
}
.footer .sub-pro, .footer .sub-ser, .footer .sub-new, .footer .sub-faq, .footer .sub-about {
	display: none;
}

/* 版权信息 */
.copyright {
	background-color: #363636;
	color: #a7a7a7;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.right{

	z-index: 777;

	position: fixed;

	right: 20px;

	top: 30%;

	width: 175px;

	background: #eee;

}

.right-box{

	padding-bottom: 10px;

	text-align: center;

}

.right-title{

	padding-left: 5px;

	padding-right: 5px;

	background: #f4f4f4;

	padding-bottom: 10px;

	font-size: 16px;

	display: inline-block;

}

.right-title-left{

	float: left;

	width: 0px;

	height: 0;

	border: 20px solid;

	border-color: #c80810 #c80810 #f4f4f4 #f4f4f4;

}

.right-title-mid{

	float: left;

	width: 75px;

	text-align: center;

	line-height: 40px;

	background: #c80810;

	color: #fff;

	font-size: 16px;

	font-weight: 600;

}

.right-title-right{

	float: left;

	width: 0px;

	height: 0;

	border: 20px solid;

	border-color: #c80810 #f4f4f4 #f4f4f4 #c80810;

}

.right-top-title{

	font-size: 16px;

	text-align: center;

	margin-top: 5px;

	margin-bottom: 5px;

	font-weight: 600;

	color: #f53c30;

}

.right-top-desc{

	text-align: center;

}

.right-top-desc a{

	

	

	

}

.right-top{

	padding-bottom: 10px;

	border-bottom: 2px solid #ccc;

}

.right-bot-desc{

	text-align: center;

	color: #c80810;

	font-weight: 600;

	font-size: 15px;

}

.footer_sm{position:fixed;width:100%;bottom:0;left:0;z-index:100}
.footer_sm .bottom li{width:25%;float:left;position: relative;}
.footer_sm .bottom li a{text-align:center;background:#56a5a9;display:block;padding:0.625rem 0 0.417rem 0}
.footer_sm .bottom li a img{width:2.042rem;}
.footer_sm .bottom li a:hover{background:#478d91}
.footer_sm .bottom li a dd{ color:#fff;margin-top:0.417rem}
.footer_sm .bottom li.sub_li .sub_sao { position: absolute;bottom: 4.8rem;left: 0%;width: 100%;display: none;overflow: hidden;z-index: 1000;}
.footer_sm .bottom li.sub_li .sub_sao img {width: 100%;height: auto;}


.foote {
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	background: #fff;
	box-shadow: -5px 2px 8px 3px rgba(0,0,0,.1);
	z-index: 9999;
	transition: all .5s ease 0s
}

.foote ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding-top: 2px
}

.foote ul li img {
	width: 26px
}

.foote ul li a {
	color: #444;
	font-size: 12px
}

.foote ul li .wechat {
	position: relative;
	display: block
}

.footer ul li .wec {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	top: -100px;
	background: #fff;
	border-radius: 3px;
	border: solid 1px #eee
}

.foote ul li .wec img {
	width: 100%;
	height: 100%
}

.foote ul li .wec .wecsj {
	position: absolute;
	bottom: -9px;
	left: 50%;
	width: 15px;
	margin-left: -7px;
	height: 9px
}


/* 二级页面 */
.page-main {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 6;
}
.page-left {
	display: none;
}
.page-left .content, .page-right .content {
	border: 1px solid #d3d3d3;
	border-top: 2px solid #07777b;
	padding: 5px 15px 15px;
}
.page-left h2 {
	color: #07777b;
	font-size: 16px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 2.5;
	margin-bottom: 10px;
}
.page-left ul li {
	border-bottom: 1px solid #e9e9e9;
	padding-top: 8px;
	padding-bottom: 8px;
}
.page-left ul li a {
	display: block;
	background: url(../image/ico-02.png) 0 0 repeat-x;
	padding-left: 24px;
	position: relative;
}
.page-left ul li a:before {
	display: inline-block;
	content: '';
	background: url(../image/ico-01.png) -170px 0 no-repeat;
	height: 8px;
	width: 5px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 2;
}
.page-left ul li a:hover:before, .page-left ul li a.hover:before {
	background: url(../image/ico-01.png) -175px 0 no-repeat;
}

.page-left dl dt {
	background: url(../image/ico-02.png) 0 50% repeat-x;
	border-bottom: 1px solid #e9e9e9;
	color: #07777b;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.page-left dl dd {
	padding-left: 10px;
}
.page-left dl dd a {
	display: block;
	padding-left: 14px;
	position: relative;
}
.page-left dl dd a:before {
	display: inline-block;
	content: '';
	background: url(../image/ico-01.png) -170px 0 no-repeat;
	height: 8px;
	width: 5px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}
.page-left dl dd a:hover:before, .page-left dl dd a.hover:before {
	background: url(../image/ico-01.png) -175px 0 no-repeat;
}

.page-right .pos {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
}
.page-right .pos h2 {
	color: #07777b;
	font-size: 16px;
	line-height: 2.5;
}
.page-right .pos p {
	display: none;
	color: #999;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
}
.page-right .pos .shortcut {
	background: #07777b;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -12px;
	top: 50%;
	left: 100px;
	z-index: 3;
}
.page-right .pos .rotate .caret {
	transform:  rotate(180deg);
}
.page-right .pos .shortcut-content {
	display: none;
	background: #07777b;
	color: #fff;
	cursor: pointer;
	border-radius: 0 0 2px 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 30px;
	left: 100px;
	z-index: 1;
}
.page-right .pos .shortcut-content a {
	display: block;
	color: #fff;
	padding-right: 12px;
	padding-left: 12px;
}
.page-right .pos .shortcut-content a:hover {
	background-color: #044d50;
	text-decoration: none;
}
.page-right .page-content {
	width: 100%;
}
.page-right .page-content img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* 新闻列表 */
.new-list li {
	border-bottom: 1px dashed #e1e1e1;
	line-height: 3;
	position: relative;
}
.new-list li:before {
	display: inline-block;
	content: '';
	background: url(../image/ico-01.png) -170px 0 no-repeat;
	height: 8px;
	width: 5px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}
.new-list li:hover:before {
	background: url(../image/ico-01.png) -175px 0 no-repeat;
}
.new-list li a {
	display: block;
	margin-left: 15px;
	margin-right: 80px;
}
.new-list li span {
	display: inline-block;
	float: right;
	color: #999;
	margin-top: -36px;
}

/* 产品 */
.pro-search {
	width: 100%;
	margin-bottom: 20px;
}
.pro-search input {
	display: block;
	border: 0;
	color: #666;
	font-family: "微软雅黑";
	font-size: 12px;
	outline: none;
}
.pro-search .form-control {
	border: 1px solid #d4d4d4;
	padding: 0 10px;
	margin-right: 50px;
}
.pro-search input[type="text"] {
	height: 28px;
	line-height: 28px;
	width: 100%;
}
.pro-search input[type="submit"] {
	background: #07777b url(../image/proBtn.png) 50% 50% no-repeat;
	cursor: pointer;
	height: 30px;
	width: 40px;
	margin-top: -30px;
}
.pro-intro, .pro-dec {
	width: 100%;
}
.pro-intro .img {
	width: 100%;
}
.pro-intro .img img {
	display: block;
	width: 100%;
}
.pro-intro .img-content {
	width: 100%;
}
.pro-intro .img span.prev, .pro-intro .img span.next {
	display: block;
	cursor: pointer;
	height: 75px;
	width: 25px;
	margin-top: -38px;
	position: absolute;
	top: 50%;
	z-index: 9;
}
.pro-intro .img span.prev {
	left: 0;
	background: url(../image/ico-01.png) 0 -30px no-repeat;
}
.pro-intro .img span.next {
	right: 0;
	background: url(../image/ico-01.png) -25px -30px no-repeat;
}
.pro-intro .txt {
	margin-top: 20px;
}
.pro-intro .txt h4, .pro-dec h4 {
	color: #07777b;
	margin-bottom: 10px;
}
.pro-intro .txt .txt-content, .pro-dec .txt-content {
	width: 100%;
}
.pro-info {
	width: 100%;
	margin-top: 20px;
}
.pro-info table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
.pro-info table th {
	background-color: #07777b;
	color: #fff;
}
.pro-info table th, .pro-info table td {
	text-align: left;
	padding: 5px;
}
.pro-info table tr:nth-child(2n-1) {
	background-color: #f0f8ff;
	
}

/* 榮譽 */
.honor-list {
	margin-right: -10px;
	margin-left: -10px;
}
.honor-list li {
	float: left;
	width: 50%;
	padding: 10px;
}
.honor-list li .content {
	border: 1px solid #d4d4d4;
	padding: 5px;
}
.honor-list li .content img {
	display: block;
	width: 100%;
}
.honor-list li .content p {
	text-align: center;
	margin-top: 5px;
}

/* 搜索結果 */
.page-search {
	border: 1px solid #d3d3d3;
	border-top: 2px solid #07777b;
	padding: 5px 15px 15px;
}
.page-search dl dt {
	border-bottom: 1px solid #d4d4d4;
	font-size: 14px;
	line-height: 3;
	margin-bottom: 10px;
}
.page-search dl dt em {
	color: #07777b;
	font-weight: bold;
	font-style: normal;
}
.page-search dl dd {
	border-bottom: 1px dashed #e1e1e1;
	line-height: 3;
	padding-right: 60px;
	position: relative;
}
.page-search dl dd a {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

/* 媒体 */
@media (min-width: 576px) {
	.header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mobile-nav-list {
		padding-top: 20px;
	}
	.page-right .pos p {
		display: block;
	}
}
@media (min-width: 768px) {
	h3 small {
		display: inline-block;
	}
	.ser-list li {
		width: 50%;
	}
	.pro {
		margin-top: 0;
	}
	.footer .sub-pro {
		display: block;
	}
	.footer .contact {
		float: right;
		border-left: 1px solid #444;
		padding-left: 40px;
	}
	.copyright .webname {
		float: left;
	}
	.copyright .icp {
		float: right;
	}
	.pro-intro .img {
		float: left;
		width: 280px;
	}
	.pro-intro .txt {
		margin-top: 0;
		margin-left: 300px;
	}
	.honor-list li {
		width: 33.3333333%;
	}
	.page-search {
		
	}
}
@media (min-width: 992px) {
	.header .fav, .header .search, .nav {
		display: block;
	}
	.header .mobile-nav {
		display: none;
	}
	.ser-list li {
		width: 33.3333333%;
	}
	.footer .sub-ser, .footer .sub-new, .footer .sub-faq {
		display: block;
	}
	.footer .contact {
		width: 280px;
	}
	.page-left {
		display: block;
	}
	.page-right .pos .shortcut {
		display: none;
	}
}
@media (min-width: 1200px) {
	.footer .sub-about {
		display: block;
	}
	.footer .item {
		margin-right: 70px;
	}
	.honor-list li {
		width: 25%;
	}
}
@media (min-width: 1300px) {
	
}


.footer_sm{display: inline;}
@media (min-width: 950px){.footer_sm{display:none;}}


.right{display: none;}
@media (min-width: 950px){.right{display:inline;} }
