﻿@charset "utf-8";
/* 全局 */

html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
/* 基础 */

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-touch-callout: none;
	margin: 0
}

::-webkit-scrollbar {
 width: 10px;
 height: 10px
}

::-webkit-scrollbar-track {
 border-radius: 0;
 background: #fff;
}

::-webkit-scrollbar-thumb {
 background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
 background: rgba(0, 0, 0, 0.4);
 background-color: #009946;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/

.pglist {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a, .pglist span {
	color: #1e50ae;
	padding: 0 10px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ddd;
}
.pglist a:hover, .pglist span {
	display: inline-block;
	color: #fff;
	background: #1e50ae;
	border-color: #1e50ae;
}
.pglist a.page-num-current {
	display: inline-block;
	color: #fff;
	background: #1e50ae;
	border-color: #1e50ae;
}
/*返回首页*/

#tip {
	padding-top: 30px;
	min-height: 640px;
}
#tip b {
	color: #009946;
}
/*网站地图*/

.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}
.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}
.sitemap dd {
	float: left;
	width: 83.333333%;
}
.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}
.sitemap dd a:hover {
	color: #333;
}
/*网站标签*/

.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
}
.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #009946;
	border-color: #009946;
	color: #fff;
}
/*评论列表*/

.comment-main {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-main:hover {
	border-bottom: 3px solid #009946;
	-webkit-box-shadow: 0 10px 20px 0 #CCC;
	-moz-box-shadow: 0 10px 20px 0 #CCC;
	-ms-box-shadow: 0 10px 20px 0 #CCC;
	-o-box-shadow: 0 10px 20px 0 #CCC;
	box-shadow: 0 10px 20px 0 #CCC;
}
.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #009946;
	color: #FFF;
}
.comment-show-box {
	margin: 20px 12px
}
.comment-show-box .pl-box2 {
	width: 100%
}
.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}
.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}
.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}
.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}
.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #009946;
}
.comment-show-box .xz-cb {
	zoom: 1
}
.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #009946;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #333;
}
/*评论表单*/

.comment-show-box .fb-box {
	background: #FAFAFA;
	border: 1px solid #EEE;
	margin-top: 20px;
}
.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}
.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}
.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}
.comment-show-box .fb-box dd p {
	color: #656565;
}
.comment-show-box .fb-box dd p textarea {
	width: 97%;
	height: 120px;
	line-height: 20px;
	color: #6C6C6C;
	padding: 12px;
	border: 1px solid #EEE;
	outline: 0;
	font-family: "microsoft yahei";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #009946;
	box-shadow: 0 0 10px 0 #009946
}
.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #FAFAFA;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EEE;
}
.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}
.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}
.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #AAA;
	color: #FFF;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box-div input:hover {
	background: #009946;
	color: #FFF;
}
/*点赞*/

#mood {
	margin-bottom: 30px;
	text-align: center;
}
#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}
#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(../img/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#mood a span.dianzan-down {
	background-position: top right;
}
#mood a em {
	font-style: normal;
	font-size: 16px;
}
#mood a:hover {
	background: #009946;
	border-color: #009946;
	color: #fff;
}
#mood a:hover span.dianzan-up {
	background-position: bottom left;
}
#mood a:hover span.dianzan-down {
	background-position: bottom right;
}
/*视频样式*/

video {
	background-color: #000;
}
/*友情链接*/

.links_bg {
	height: 60px;
	background: #1e50ae;
}
.links_l {
	width: 150px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #14b484;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.links_c {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	width: 1050px;
}
.links_c a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 0 0 0 20px;
}
.f_bg {
	/*background: url(../img/f_bg.gif) repeat-x;*/
    /*height: 378px;*/
	background: #0640aa;
	padding: 36px 0px;
	overflow: hidden;
	margin-top: 70px;
}
.footer {
	width: 1200px;
	margin: 0 auto;
}
.f_nav {
	/*width: 480px;*/
    /*height: 318px;*/
	overflow: hidden;
	padding: 0 0 0 5px;
}
.f_ul01 .f_li01 {
	float: left;
}
.f_ul01 li {
	width: 210px;
	float: left;
}
.f_ul01 li a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	display: block;
}
.f_ul01 .f_ul02 li a {
	font-size: 14px;
	color: #a1b9e5;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}
.f_ban {
	height: 250px;
	padding: 0 0 0 50px;
	width: 290px;/*background: url(../img/f_line.gif) no-repeat;*/
}
.f_ban em, .f_er em {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.f_ban p {
	font-size: 14px;
	color: #a1b9e5;
	line-height: 44px;
	padding: 0 0 0 40px;
}
.f_p01 {
	background: url(../img/f_ico01.png) no-repeat 0 10px;
}
.f_p02 {
	background: url(../img/f_ico02.png) no-repeat 0 10px;
}
.f_p03 {
	background: url(../img/f_ico03.png) no-repeat 0 10px;
}
.f_p04 {
	background: url(../img/f_ico04.png) no-repeat 0 10px;
}
.f_er {
	height: 318px;
	width: 295px;
	padding: 0 0 0 75px;
	background: url(../img/f_line.gif) no-repeat;
}
.f_er p {
	width: 125px;
	text-align: center;
	float: left;
	padding: 0 20px 0 0;
}
.f_er img {
	width: 125px;
	height: 125px;
}
.f_er span {
	display: block;
	font-size: 14px;
	color: #929293;
	padding: 10px 0 0;
}
.f_bot {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #a1b9e5;
	overflow: hidden;
	background: #002a77;
	width: 100%;
}
.f_bot span {
	padding: 0 20px;
}
.f_bot a {
	font-size: 14px;
	color: #a1b9e5 !important;
}
em, i {
	font-style: normal;
}
/* 新闻 */

.chan {
	margin-top: 41px;
}
.chan-tit {
	text-align: center;
	color: #6b6c6d;
	font-size: 16px;
}
.chan-tit h3 {
	color: #1e50ae;
	font-size: 36px;
	line-height: 34px;
	margin-bottom: 13px;
}
.a1 {
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	position: relative;
}
.a2 {
	width: 1200px;
	margin: 0 auto;
}
.xin {
	background: #f2f2f2;
	height: 426px;
}
.xin-cont {
	margin-top: 10px;
}
.xin-a {
	width: 367px;
}
.xin-tit {
	position: relative;
	color: #333;
	font-size: 21px;
	font-weight: bold;
	height: 56px;
	line-height: 51px;
	background: url(../img/xx.png)no-repeat left bottom;
}
.xin-tit a {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.xinimg {
	margin-top: 12px;
	height: 132px;
}
.news_list1 {
	margin-top: 20px;
}
.news_list1 li {
	position: relative;
	background: url(../img/xin.png)no-repeat left;
	padding-left: 15px;
	line-height: 39px;
}
.news_list1 li a {
	color: #666666;
	font-size: 14px;
}
.news_list1 li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #666;
	font-size: 14px;
}
.news_list2 {
	margin-top: 24px
}
.news_list2 li {
	border-bottom: 2px dashed #dcdcdc;
	height: 98px;
	margin-top: 15px;
}
.news_list2 li a {
	display: block;
	background: url(../img/wen.png)no-repeat left;
	padding-left: 42px;
	line-height: 23px;
	color: #666;
	font-size: 15px;
}
.news_list2 li p {
	background: url(../img/da.png)no-repeat left 5px;
	padding-left: 42px;
	margin-top: 10px;
	color: #999;
	font-size: 14px;
	line-height: 26px;
}
/*资质证书*/


/*首页标题*/

.title {
	padding-bottom: 30px;
}
.title h3 {
	color: #000;
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
}
.title h3 span {
	color: #2b3765;
}
.title em {
	display: block;
	padding: 3px 0px;
	background: url(../img/line.png) center center no-repeat;
}
.title p {
	text-align: center;
	color: #c3c3c3;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 10px;
}
.case_bg .title p {
	color: #AFAEAE;
}
.mouse_img {
	position: relative;
	top: 23px;
	width: 33px;
	height: 46px;
	margin: 0 auto;
	background: url(../img/mouse.png) no-repeat center center;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.honor {
	background: #E6E2E7;
	padding: 5px 0;
}
.honor .w1200 {
	position: relative;
}
.honor .honor_list {
}
.honor .honor_list li {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.honor .honor_list li a {
	display: block;
}
.honor .honor_list li a .img {
	width: 285px;
	height: 214px;
	overflow: hidden;
}
.honor .honor_list li a .img img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.honor .honor_list li a h3 {
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	background: #1e50ae;
}
.honor .honor_list li:hover img {
	transform: scale(1.2);
}
.honor .hd {
	position: absolute;
	width: 100%;
}
.honor .hd span {
	width: 42px;
	height: 42px;
	cursor: pointer;
	position: absolute;
	top: -180px;
	background: url(../img/btn.png) no-repeat;
}
.honor .hd .prev {
	background-position: 0 0;
	left: -80px;
}
.honor .hd .next {
	background-position: -126px 0;
	right: -80px;
}
.honor .hd .prev:hover {
	background-position: -42px 0;
}
.honor .hd .next:hover {
	background-position: -84px 0;
}
/*yhcms翻页*/

.pages {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	background-position: 50% center;
	color: #666;
	margin-right: 3px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-size: 13px;
}
div.flickr a:hover {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #14b484;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #14b484;
}
div.flickr span {
	color: #999;
	margin-right: 5px;
}
div.flickr span.current {
	border: #dedfde 1px solid;
	background-position: 50% bottom;
	color: #14b484;
	margin-right: 5px;
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-weight: bold;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}
/*backup*/

.backup {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 60px;
	background: url(../img/down.png) center no-repeat #14b484;
	cursor: pointer;
	border-radius: 50%;
}
.backup:hover {
	background-color: #1e50ae;
}
.topheader {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
}
