
/*index-yewu*/
.index-yewu {
	padding: 10px 0 60px 0;
}
.index-yewu .box {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 0px;
}
.index-yewu .box a {
	display: block;
	padding-top: 135px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #A0A0A0;
}
.index-yewu .box a h4 {
	color: #555;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
}
.index-yewu .a p {
	 background:#0C3; line-height:50px;
}
.index-yewu .a a {
	background-image: url(../images/yewu1.png);
}
.index-yewu .b a {
	background-image: url(../images/yewu2.png);
}
.index-yewu .c a {
	background-image: url(../images/yewu3.png);
}
.index-yewu .d a {
	background-image: url(../images/yewu4.png);
}
.index-yewu .e a{background-image:url(/template/pc/skin/images/yewu5.png)}
.index-yewu .f a{background-image:url(/template/pc/skin/images/yewu6.png)}
.index-yewu .g a{background-image:url(/template/pc/skin/images/yewu7.png)}
.index-yewu .h a{background-image:url(/template/pc/skin/images/yewu8.png)}
.index-yewu .i a{background-image:url(/template/pc/skin/images/yewu9.png)}
.index-yewu .j a{background-image:url(/template/pc/skin/images/yewu10.png)}
.index-yewu .k a{background-image:url(/template/pc/skin/images/yewu11.png)}
.index-yewu .l a{background-image:url(/template/pc/skin/images/yewu12.png)}
.index-yewu a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.index-yewu a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.index-yewu .box a:hover p {
	color: #333;

}
.index-yewu .box a:hover{
	text-decoration:none;
}
.index-yewu .box a:hover h4{
	color: #0479ea;
}
.title {
	height: 55px;
	margin: 30px 0 15px 0;
	text-align: center;
}
.title:after {
	display: block;
	width: 40px;
	background: #004b92;
	height: 3px;
	content: '';
	margin: 10px auto 25px auto;
}
.title h3 {
	font-size: 28px;
	color: #333;
}
/* 通栏 */
.tbanner1 {
	background: url(../images/tbaner1.jpg) no-repeat center;
	height: 120px;
}
.tbanner2 {
	background: url(../images/tbanner2.jpg) no-repeat center;
	height: 100px;
}
/* 图片列表 */
.pic4 {
}
.pic4 li {
	width: 25%;
	float: left;
}
.pic4 li .pic4-box {
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #e2e2e2;
	background: #fff;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.pic4 li .pic4-img {
	text-align: center;
	position: relative;
}
.pic2 li .pic2-img img, .pic4 li .pic4-img img {
	width: 100%;
}
.pic4 li .pic4-img p {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
}
.pic4 li .pic4-box:hover {
	box-shadow: 0 0 3px #c3c3c3;
	border: 1px solid #c3c3c3;
}
.pic4 li .pic4-img:hover p {
	color: #1AA4FF;
}
.pic4 li .pic4-foot p {
	float: left;
	margin-top: 10px;
}
.pic4 li .pic4-foot p em {
	font-size: 18px;
	color: #f00;
}
.pic4 li .pic4-foot a {
	float: right;
	display: block;
	background: #0074C3;
	width: 35%;
	height: 30px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}
.pic4 li .pic4-foot a:hover {
	background: #006FB9;
}
.pic2 {
}
.pic2 li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.pic2 li .pic2-box {
	padding: 10px;
	padding-bottom: 0px;
	border: 1px solid #e2e2e2;
	background: #fff;
	margin: 0 5px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.pic2 li .pic2-box:hover {
	box-shadow: 0 0 3px #c3c3c3;
	border: 1px solid #c3c3c3;
}
.pic2 li .pic2-img {
	height: 168px;
	overflow: hidden;
	position: relative;
}
.pic2 li .pic2-img:hover a {
	top: -25px;
}
.pic2 li .pic2-img img {
}
.pic2 li .pic2-img a {
	display: block;
	position: absolute;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	top: 0px;
}
.pic2 li .pic2-box p {
	font-size: 12px;
	line-height: 25px;
}
/** 单页内容 **/
/*首页新闻*/
.news_list1 {
}
.news_list1 ul {
}
.news_list1 li {
	background-size: 11px;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}
.news_list1 li:after {
	display: block;
	content: '';
	clear: both;
}
.news_list1 li:last-child {
	border: 0px;
}
.news_list1 li a {
}
.news_list1 li a p {
	font-weight: bold;
	width: 155px;
	float: right;
	font-size: 14px;
}
.news_list1 li img {
	width: 110px;
	height: 80px;
	display: block;
	float: left;
}
.news_list2 {
}
.news_list2 ul {
}
.news_list2 li {
	background-size: 11px;
	border-bottom: solid 1px #ccc;
	padding: 15px 0;
}
.news_list2 li:after {
	display: block;
	content: '';
	clear: both;
}
.news_list2 li:last-child {
	border: 0px;
}
.news_list2 li a {
}
.news_list2 li a p {
	font-weight: bold;
	width: 155px;
	float: right;
	font-size: 14px;
	margin-top: 15px;
}
.news_list2 li a p em {
	color: #666;
	font-weight: normal;
	margin-left: 5px;
	font-size: 12px;
}
.news_list2-img {
	width: 110px;
	height: 110px;
	display: block;
	float: left;
	overflow: hidden;
	border-radius: 50%;
}
.news_list2-img img {
	width: 100%;
}
/*二级页面*/
.weizhi-box {
	line-height: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.weizhi-box .main {
	border-bottom: 1px solid #f4f4f4;
}
.weizhi-box h5 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	border-left: 5px solid #f60;
	height: 25px;
	line-height: 25px;
	margin-top: 13px;
}
.weizhi {
	background: url(../images/home.png) no-repeat left center;
	text-indent: 25px;
}
.weizhi, .weizhi a {
	font-size: 12px;
}
.main_left {
	width: 890px;
	float: left;
}
.main_right {
	width: 280px;
	float: right;
	border-top: 0;
}
/* 内页分类 */
.menu-box1, .menu-item1 {
	display: none;
}
.jiaodian .main2 {
	height: 0px;
	cursor: pointer;
}
.main2:hover .menu-item1 {
	display: block;
}
.main2:hover .menu-box1 {
	display: block;
}
.jiaodian .main2:hover {
	height: 450px;
}
.jiaodian .main2 .menu-box1 {
	background: #333;
}
/*子栏目*/
.sub_nav {
	height: 46px;
}
.sub_nav ul {
}
.sub_nav li {
	float: left;
	margin-right: 15px;
}
.sub_nav li a {
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 0 20px;
	border: solid 1px #ddd;
	border-radius: 32px;
}
.sub_nav li a:hover, .sub_nav li.currclass a {
	background: #004b92;
	color: #fff;
	border: solid 1px #004b92;
}
/*文章分享*/
.jiathis_style_24x24 {
	float: right;
	margin-top: 5px;
}
.jiathis_style_24x24 .fx_w {
	float: left;
	line-height: 24px;
	color: #666;
	font-size: 16px;
}
.content_box2_title .zz .jiathis_style_24x24 span {
}
.jiathis_style_24x24 span.jtico {
	background: url(../images/sprite_share.png) no-repeat;
	width: 24px;
	height: 24px;
	padding-right: 0;
	padding-left: 0!important;
	margin-left: 8px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.jiathis_style_24x24 span.jtico_weixin {
	background-position: 0px -25px;
}
.jiathis_style_24x24 span.jtico_qzone {
	background-position: -25px -25px;
}
.jiathis_style_24x24 span.jtico_cqq {
	background-position: -50px -25px;
}
.jiathis_style_24x24 span.jtico_tsina {
	background-position: -75px -25px;
}
/*图片放大*/
.picShow img:hover, .picShow a:hover img {
	transition: all 300ms ease-out 0s;
	cursor: pointer;
	-webkit-transform: scale(1.1);
	moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.picShow img {
	transition: all 300ms ease-out 0s;
}
/*图文列表*/
.pic_art_list {
}
.pic_art_list dl {
	padding: 20px 0;
	height: 165px;
	border-bottom: solid 1px #eee;
}
.pic_art_list dl dt {
	width: 225px;
	height: 156px;
	margin-right: 21px;
	float: left;
	overflow: hidden;
}
.pic_art_list dl dt img {
	width: 225px;
	height: 156px;
}
.pic_art_list dl dd {
}
.pic_art_list dl dd h5 {
	line-height: 46px;
	font-size: 20px;
}
.pic_art_list dl dd h5 a {
	font-size: 20px;
}
.pic_art_list dl dd h5 span {
	float: right;
}
.pic_art_list dl dd p {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}
.link_1 .ckgd {
	display: inline-block;
	width: 100px;
	background: #fff;
	font-size: 13px;
	color: #666;
	border: solid 1px #ddd;
	text-align: center;
	line-height: 26px;
	border-radius: 26px;
	float: right;
}
.link_1 .ckgd:hover {
	background: #004b92;
	color: #FFF;
	border: solid 1px #004b92;
}
.link_1 span {
	font-size: 12px;
	color: #999999;
	line-height: 35px;
	padding-left: 25px;
	margin-right: 25px;
}
.link_1 span.question {
	background: url(../images/listyle1.jpg) no-repeat left center;
}
.link_1 span.question a {
	color: #999;
}
.link_1 span.question a:hover {
	color: #004b92;
	text-decoration: underline;
}
.link_1 span.stars {
	background: url(../images/listyle2.jpg) no-repeat left center;
}
.link_1 span.date2 {
	background: url(../images/listyle3.jpg) no-repeat left center;
}
/*右边*/
.right_title {
	line-height: 42px;
	font-size: 16px;
	color: #333;
	border-top: solid 2px #004b92;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/xia.png) no-repeat 240px center #f8f8f8;
}
.right-line {
	border: 1px solid #e1e1e1;
	padding: 0 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*表单样式*/
.upfile {
	font-family: "微软雅黑";
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-left: 10px;
	margin: 5px 0;
}
.btn {
	width: 200px;
	height: 36px;
	background: #004b92;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	border: 0;
	font-family: "微软雅黑";
	margin: 10px auto;
	cursor: pointer;
}
.btn:hover {
	background: #f60;
}
/* 图片 */
.main_right__img img {
	width: 100%;
	margin-bottom: 20px;
}
/*内容页*/
.neirong {
	line-height: 24px;
	margin: 20px 0px;
	font-size: 15px;
}
.neirong p {
	margin-top: 10px;
}
.neirong img {
	max-width: 850px;
	margin: 0 auto;
	display: block
}
#MyContent p img {
	margin: 0 auto;
	text-align: center;
	display: block
}
/* 文章标题 */
.neirong-title {
	height: 40px;
	border-bottom: #e8e8e8 1px solid;
}
.neirong-title h3 {
	display: inline-block;
	height: 39px;
	line-height: 39px;
	border-bottom: 2px solid #004b92;
	font-weight: normal;
	font-size: 18px;
}
/*随机文章列表*/
.n_list {
	padding: 10px 0px;
}
.n_list ul {
}
.n_list li {
	line-height: 30px;
	border-bottom: dotted 0px #ccc;
	background: url(../images/arr1.jpg) no-repeat left center;
	padding-left: 15px;
	font-size: 13px;
}
.n_list li span {
	float: right;
	font-size: 12px;
	color: #999;
}
/*问答*/
.wen {
	margin: 30px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.wen span {
	text-align: center;
	line-height: 24px;
	margin: 0px 5px 0px 0px;
	width: 24px;
	display: inline-block;
	background: #1067B4;
	height: 24px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}
.da {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 24px;
}
.da span {
	text-align: center;
	line-height: 24px;
	margin: 0px 5px 0px 0px;
	width: 24px;
	display: inline-block;
	background: #F74660;
	height: 24px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}
/*分页*/
.mypages {
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.mypages ul {
	display: inline-block;
	margin: 0 auto
}
.mypages li {
	padding: 0 15px;
	line-height: 40px;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ddd;
	margin-left: -1px;
	float: left;
	background-color: #FFF;
	cursor: pointer;
}
.mypages li.thisclass, .mypages ul li.thisclass a, .mypages ul li.thisclass a:hover {
	color: #fff;
	background-color: #004b92;
}
/* 左边列表 */
.list-box {
	float: left;
	width: 244px;
	margin-bottom: 30px;
}
.nav-list {
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
	border-top: 0;
}
.nav-list-title {
	height: 42px;
	line-height: 42px;
	background: url(../images/xia.png) no-repeat 210px center #f8f8f8;
	border-top: 2px solid #004b92;
	border-bottom: 1px solid #e8e8e8;
}
.nav-list-title h3 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	padding-left: 25px;
}
.nav-list-text {
	padding: 10px 15px;
}
.nav-list-text p {
	line-height: 30px;
}
.nav-list ul {
	padding: 10px 0 10px 0;
}
.nav-list ul li a {
	line-height: 34px;
	background: #f1f1f1;
	text-align: center;
	border-bottom: solid 1px #ccc;
	display: block;
	border-radius: 34px;
	width: 86%;
	margin: 8px auto;
}
.nav-list ul li:hover a, .nav-list ul li.currclass a {
	background: #004b92;
	color: #FFF;
}
.nav-list ul li a {
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #fff;
}
/* 内页表单 */
.ly_box {
	margin-bottom: 20px;
	background: url(../images/nr_bg.png);
}
.ly_left {
	width: 540px;
	float: left;
	padding: 20px 0 40px 0px;
}
.ly_left h1 {
	font-size: 30px;
	font-weight: normal;
}
.ly_left p {
	padding: 25px 0;
	color: #666;
	min-height: 90px;
}
.ly_left em {
	padding-left: 40px;
	background: url(../images/dh1.png) no-repeat left center;
	color: #004b92;
	font-size: 30px;
}
.ly_left a {
	padding-left: 30px;
	background: url(../images/zx.png) no-repeat 20px center #004b92;
	display: block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 30px;
}
.ly_right {
	width: 280px;
	float: right;
	background: rgba(0,0,0,0.5);
	padding: 30px 25px;
	position: relative;
}
.ly_right p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.input {
	margin: 10px 0;
}
.input i {
	color: red;
	padding: 0 5px;
}
.select1 span, .input span {
	font-size: 14px;
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
	line-height: 40px;
	color: #fff;
}
.input input {
	width: 170px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	outline: none;
	border: 1px solid #fff;
	padding-left: 10px;
	font-size: 12px;
}
.select1 {
	margin: 10px 0;
}
.select1 select {
	font-family: "微软雅黑", "Microsoft YaHei";
	width: 183px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	outline: none;
	border: 1px solid #fff;
	padding-left: 10px;
	font-size: 12px;
	color: #666;
}
.ly_tj {
	font-size: 14px;
}
.input_out {
	margin-left: 20px;
	border-radius: 3px;
	border: 0px;
	background: #004b92;
	color: #fff;
	width: 260px;
	height: 40px;
	cursor: pointer;
	font-size: 18px;
}
.input_move {
	margin-left: 20px;
	border-radius: 3px;
	border: 0px;
	color: #fff;
	background: #c00;
	width: 260px;
	height: 40px;
	cursor: pointer;
	font-size: 18px;
}
/* 在线客服 */
.floatBox {
	position: fixed;
	right: 3px;
	top: 50%;
	background: #fff;
	width: 74px;
	z-index: 100;
	-webkit-box-shadow: 3px 3px 3px;
	-moz-box-shadow: 3px 3px 3px;
	box-shadow: -1px 1px 20px rgba(0, 0, 0, .13);
}
.floatBox li a {
	color: #666666;
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block;
	padding: 50px 0 5px 0;
	border: 1px solid #ededed;
	border-top: 0;
	background-image: url(../images/floatbox.png);
	background-position: center 8px;
	background-repeat: no-repeat;
}
.floatBox li a:hover {
	color: #ff6800
}
.floatBox li.li_o a {
	border-color: #9cb8e2;
	background-color: #9cb8e2;
	color: #fff;
	background-position: 16px 9px;
	cursor: default;
	padding-top: 35px;
	padding-bottom: 0px;
}
.floatBox li.li_t a {
	background-image: url(../images/q-o.gif)
}
.floatBox li.li_s a {
	background-image: url(../images/q-t.gif)
}
.floatBox li.li_f a {
	background-image: url(../images/q-s.gif)
}
.floatBox li.li_w a {
	background-image: url(../images/q-f.gif)
}
.fixer {
	position: fixed;
	right: 0px;
	top: 0;
	_position: absolute;
	_top:e-xpression(documentElement.scrollTop+10 + "px");
	z-index: 100;
}
.floatBox.fixer {
	top: 150px
}

/*首页子栏目读取*/
.index_sub_nav {
	text-align: center;
}
.index_sub_nav a {
	padding: 5px 20px;
	font-size: 16px;
	border-radius: 20px;
}
.index_sub_nav a:hover {
	background: #004b92;
	color: #FFF;
}

/* 代理记账 */
.daili {
	padding-top: 50px;
	padding-bottom: 60px;
}
.daili-b {
	margin-top: 30px;
	border: solid 1px #eee;
}
.daili-box {
	width: 50%;
	float: left;
	background: #fff;
	position: relative;
	cursor: pointer;
}
.daili-box, .daili-box:before, .daili-text h4, .daili-text p, .daili-text a, .daili-text .span1, .daili-text .span2 {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.4s ease-in-out; /* Safari 和 Chrome */
	-o-transition: all 0.4s ease-in-out; /* Opera */
}
.daili-box:hover:before {
	background-position: center;
	background-color: rgba(0,0,0,0.5);
}
.daili-box:before {
	display: block;
	content: '';
	width: 50%;
	height: 210px;
	position: absolute;
	background: url(../images/ck.png) no-repeat center -50px rgba(0,0,0,0);
}
.daili-box1:before {
	display: block;
	content: '';
	width: 50%;
	height: 210px;
	position: absolute;
	right: 0px;
}
.daili-box:after {
	display: block;
	content: '';
	clear: both;
	z-index: 1px;
}
.daili-img {
	float: left;
	width: 50%;
}
.daili-img img {
	width: 100%;
	display: block;
	height: 210px;
}
li{list-style:none;}
a:hover{text-decoration:none;}
.daili-text {
	float: left;
	width: 50%;
	padding: 15px 0 22px 0;
	position: relative;
	height: 210px;
}
.daili-text h4 {
	font-size: 24px;
	margin-left: 30px;
	font-weight: normal;
	color: #004b92;
}
.daili-text p {
	margin: 15px 20px 20px 30px;
	font-size: 13px;
	line-height: 22px;
	color: #666;
}
.daili-text a {
	display: block;
	margin-left: 30px;
	width: 90px;
	line-height: 26px;
	border: solid 1px #ddd;
	font-size: 12px;
	text-align: center;
	border-radius: 26px;
	color: #666;
}
.daili-text .span1 {
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -11px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);		/* IE 9 */
	-webkit-transform: rotate(45deg);	/* Safari and Chrome */
	-o-transform: rotate(45deg);		/* Opera */
	-moz-transform: rotate(45deg);
	z-index: 5;		/* Firefox */
}
.daili-text .span2 {
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -11px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);		/* IE 9 */
	-webkit-transform: rotate(45deg);	/* Safari and Chrome */
	-o-transform: rotate(45deg);		/* Opera */
	-moz-transform: rotate(45deg);
	z-index: 5;		/* Firefox */
}
.daili-box:hover {
	background: #004b92;
}
.daili-box:hover h4, .daili-box:hover p, .daili-box:hover a {
	color: #fff;
}
.daili-box:hover a {
	border: 1px solid #fff;
}
.daili-box:hover span {
	background: #004b92;
}

.a_content li {
	float: left;
	width: 50%;
}
.gw-box {
	padding: 30px 5px;
	text-align: left;
}
.gw-box .gw-img {
	float: left;
	width: 20%;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	border: 0px solid #ddd;
	padding: 1px;
}
.gw-box .gw-img img {
	width: 100%;
}
.gw-box .gw-text {
	width: 70%;
	float: left;
	padding: 0 4%;
}
.gw-box .gw-text h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.gw-box .gw-text h4 em {
	font-size: 14px;
	color: #aaa;
	padding-left: 34px;
	background: url(../images/gw.png) no-repeat 10px center;
	background-size: 22px;
}
.gw-box .gw-text p {
	line-height: 22px;
	color: #888;
}
.gw-box .gw-text .gw-foot {
	margin-top: 10px;
}
.gw-box .gw-text .gw-foot span {
	font-size: 14px;
	float: left;
}
.gw-box .gw-text .gw-foot span p {
	font-size: 20px;
	color: #004b92;
	margin-top: 5px;
}
.gw-box .gw-text .gw-foot a {
	float: right;
	display: block;
	width: 90px;
	line-height: 28px;
	border: solid 1px #ddd;
	font-size: 13px;
	text-align: center;
	border-radius: 26px;
	color: #666;
	margin-right: 30px;
}
.gw-box .gw-text .gw-foot a:hover {
	background: #004b92;
	color: #FFF;
	border: solid 1px #004b92;
}
.gw-box:after {
	display: block;
	content: "";
	clear: both;
}
.gw-box .gw-text .gw-foot:after {
	display: block;
	content: "";
	clear: both;
}
/* 资质项目 */
#Tab5 {
	width: 270px;
	float: left;
	background: #004b92;
	padding-top: 20px;
	height: 560px;
}
#Tab5 li {
	margin-bottom: 5px;
	border-radius: 30px 0 0 30px;
	margin-left: 20px;
}
#Tab5 li a{
	 height: 40px;
	 display: block;
}
.main{
	width: 1200px;
	margin: 0 auto;
}

#Tab5 li.active {
	background: rgba(0,0,0,0.2);
}
#Tab5 li a p {
	line-height: 40px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: left;
	padding-left: 30px;
}
.a_content5 {
	float: left;
	width: 930px;
	background: #fff;
	height: 560px;
}
.news_list {
	padding-top: 20px;
}
.news_list li {
	float: left;
	width: 50%;
}
.news_list-box {
	margin: 0 20px;
	padding: 0px 18px 23px 12px;
	border-bottom: 1px solid #ececec;
}
.news_list h4 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	height: 24px;
	overflow: hidden;
}
.news_list p {
	color: #888;
	font-size: 13px;
	line-height: 22px;
}
.news_list-foot {
	margin-top: 20px;
}
.news_list .news_list-foot a {
	display: block;
	margin-right: 20px;
	width: 90px;
	line-height: 26px;
	border: solid 1px #ddd;
	font-size: 12px;
	text-align: center;
	border-radius: 26px;
	color: #666;
	float: left;
}
.news_list .news_list-foot a:hover {
	color: #fff;
	background: #004b92;
	border: #004b92 solid 1px;
}
.news_list h4:hover {
	color: #004b92;
}

/*底部*/
footer{margin:10px auto 0;overflow:hidden;min-width:1220px;}
.footer-con .con1 li i,.footer-con .con2 .l i,.footer-con .con2 .r .l1,.footer-con .con2 .r i{background:transparent url(../images/weixin.gif) no-repeat scroll 0 0}
.footer-warp{background-color: #2e2e2e;display:block;min-height:150px;width:100%;margin-top:70px;}
.footer-con,.footer-link{margin:0 auto;width:1200px}
.footer-link h2{font-weight:normal;font-size:14px;line-height:42px;float:left;cursor:pointer;}
.footer-link h2:hover{font-weight:bold;}
.footer-link .link_on{font-weight:bold;color:#e70;}
.footer-link p{float:left;padding: 12px 8px;}
.footer-link li{float:left;height:28px;line-height:28px;padding:0 30px 0 0}
.footer-link li a{color:#666;font-size:14px}
.footer-link li a:hover{color:#e70}
.footer-con .con1{border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;display:block;margin:20px 0;overflow:hidden}
.footer-con .con1 li{color:#888;float:left;line-height:16px;padding:35px 30px 35px 0;width:240px}
.footer-con .con1 li i{display:block;float:left;height:42px;margin:2px 10px 0 0;width:42px}
.footer-con .con1 li .i1{background-position:0 0}
.footer-con .con1 li .i2{background-position:-43px 0}
.footer-con .con1 li .i3{background-position:-86px 0}
.footer-con .con1 li .i4{background-position:-129px 0}
.footer-con .con1 li .i5{background-position:-172px 0}
.footer-con .con1 li p{float:left;width:150px}
.footer-con .con1 li strong{color:#393939;display:block;font-size:18px;font-weight:400;line-height:28px}
.footer-con .con2{margin:0 auto;padding-top:25px;width:1220px;height:105px;}
.footer-con .con2 .l{float:left;padding:0 10px 0 35px;width:745px}
.footer-con .con2 .l li{border-right:1px dotted #ddd;float:left;line-height:28px;padding:10px 25px 0;}
.footer-con .con2 .l dt{color:#222;font-size:16px;line-height:28px;padding:0 0 8px}
.footer-con .con2 .l a{color:#555}
.footer-con .con2 .l i{background-position:-209px -43px;display:block;float:left;height:8px;margin:11px 6px 0 0;overflow:hidden;width:5px}
.footer-con .con2 .r{float:right;padding-top:10px;width:340px}
.footer-con .con2 .r .l1{background-position:-1px -43px;display:block;float:left;height:137px;margin-top:8px;width:137px}
.footer-con .con2 .r .l2{float:left;padding:0 0 0 20px;width:200px;}
.footer-con .con2 .r i{display:block;float:left;height:34px;margin:6px 10px 0 0;width:34px}
.footer-con .con2 .r .i1{background-position:-148px -43px}
.footer-con .con2 .r .i2{background-position:-148px -100px}
.footer-con .con2 .r .i3{background-position:-148px -150px}
.footer-con .con2 .r p{padding:4px 0}
.footer-con .con2 .r strong{display:block;font-size:18px;font-weight:400;line-height:24px}
.footer-con .con2 .r .s1{font-style:italic}
.footer-con .con2 .l a:hover{color:#e70}
.footer-con-link {display:none;}
.footer-bq{ background-color:#2e2e2e;color:#CCC;padding:40px 0 40px;width:100%; font-size:12px;}
.footer-bq a{color:#FFF; font-size:16px; margin:0 5px;position:relative;}
.footer_copy{ width: 1220px; margin:0 auto;}
.footer_copy .footer_copy_l{
	float: left;
	width: 750px;
}
.footer_copy .footer_copy_l p{
	padding-top: 30px;
	font-size: 13px;
	font-family: "微软雅黑","黑体",Arial;
	line-height: 1.8em;
	color: #868787;
}
.footer_copy_r{
	float: right;
	width: 465px;
	padding-top: 5px;
}
.footer_copy_r .r{
	float: left;
	display: inline-block;
}
.footer_copy_r .r li{
	float: left;
}
.footer_copy_r .r li img{
	width: 100px;
	height: 100px;
}
.footer_copy_r .r li p{
	margin-bottom: 13px;
	text-align: center;
	line-height: 1;
}
.footer_copy_r .r .l2{
	margin-left: 15px;
}
.r .l2 .s1{
	font-size: 14px;
	color: #ababab;
}
.r .l2 .s1 strong{
	display: inline-block;
	margin-bottom: 10px;
	font-size:26px;
	font-weight: 400;
	color: #ff4400;
}
.r .l2 .s2 a{
	display: inline-block;
	width: 120px;
	height: 36px;
	background:url(../images/qqlogo.png);
}
.r .l2 .s3{
	font-size: 14px;
}
/*底部*/

.footer {

	padding-top: 50px;

	padding-bottom: 50px;

	background: #333;

}

.ma {

	width: 128px;

	height: 152px;

	background: #fff;

	float: left;

	cursor: pointer;

}

.ewm {

	float: left;

	height: 155px;

	width: 392px;

	border-right: #4b4f59 solid 1px;

}

.ma img {

	margin: 2px 0px 5px 14px;

	float: left;

}

.ma .tits {

	text-align: center;

	font-size: 14px;

}

.ma span {

	font-size: 14px;

	text-align: center;

	width: 100%;

	display: block;

	line-height: 25px;

	float: left;

	background-color: #cacaca;

}

.imgss {

	background: #fff;

}

.insay {

	float: left;

	width: 192px;

	height: 100%;

	margin-left: 30px;

}

.insay span {

	color: #fff;

	font-size: 14px;

	line-height: 24px;

}

.insay p {

	font-size: 24px;

	line-height: 30px;

	color: #fff;

	font-weight: bold;

	margin-bottom: 12px;

}

.select {

	width: 186px;

	height: 26px;

	border: 1px solid #474a53;

	line-height: 26px;

	font-size: 12px;

	position: relative;

}

.select span a {

	font-size: 12px;

	color: #afb0b4;

	float: left;

	width: 157px;

	height: 26px;

	line-height: 26px;

	text-indent: 5px;

}

.dllist {

	float: left;

	width: 155px;

	border-right: 1px solid #4b4f59;

	min-height: 160px;

}

.dllist dt a {

	color: #fff;

}

.dllist a {

	color: #afb0b4;

}

.dllist a:hover {

	text-decoration: underline;

}

.dllist dt {

	font-size: 16px;

	line-height: 24px;

	margin-bottom: 10px;

	text-indent: 30px;

}

.dllist dd {

	line-height: 24px;

	text-indent: 30px;

	font-size: 13px;

}

.foot {

	width: 100%;

	height: 65px;

	background: #282828;

	font-size: 12px;

	text-align: center;

	border-top: solid 1px #474a53;

}

.fot {

	padding-top: 22px;

	height: 20px;

	line-height: 20px;

	color: #666;

}

.fot a {

	color: #666;

}
.youqingBox a{
	display: inline-block;
	padding: 5px;
}

.mobileList{
	margin-bottom:20px;
	overflow:hidden;
}
.mobileList ul:after{
	content:'.';
	visibility: hidden;
	clear:both;
	height: 0;
	display: block;
}

.mobileList ul{
	width: 1230px;
}
.mobileList ul li{
	float: left;
	width: 277.5px;
	margin-right: 30px;
}
.mobileList ul li .list-box{
	box-shadow: 0px 5px 5px #ccc;
	border-radius: 3px;
	overflow: hidden;
}

.mobileList ul li .imgLink{
	width: 100%;
	overflow:hidden;
}
.mobileList ul li .imgLink a,.mobileList ul li .imgLink a img{
	display: block;
	width: 100%;
	height: 340px;
	transition:all .3s linear;
}
.mobileList ul li .imgLink a:hover{
	transform:scale(1.2);
}
.mobileList ul li .textLink{
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
}
.mobileList ul li .textLink a{
	color: #fff;
}
.mobileList ul li .textLink a{
	display: inline-block;
	background: #40bff0;
	border-radius: 3px;
	margin: 0 auto;
	padding: 1px 5px;
}

.formRight{
	width: 350px;
	float: right;
}
.formRight ul li{
	margin-top: 12px;
}
.formRight ul li:nth-child(1){
	margin-top: 0;
}
.formRight ul li input[type="text"]{
	width: 100%;
	height: 36px;
	border-radius:3px;
	background: #fff;
	border: none;
	outline:none;
	color:#333;
	padding-left: 10px;
}
.formRight ul li input[type="button"]{
	width: 100%;
	height: 36px;
	border-radius:3px;
	background: #fa5050;
	color: #fff;
	border: none;
	outline:none;
	padding-left: 10px;
}
.formRight ul li input[type="button"]:hover{
	background: #e83b3b;
}
.formRight ul li textarea{
	height: 100px;
	border-radius:3px;
	background: #fff;
	border: none;
	outline:none;
	width: 100%;
	padding-left: 10px;
	color: #333;
	padding-top: 5px;
}

.footer-bq{ background-color:#2e2e2e;color:#CCC;padding:40px 0 40px;width:100%; font-size:12px;}
.footer-bq a{color:#FFF; font-size:16px; margin:0 5px;position:relative;}
.footer_copy{ width: 1220px; margin:0 auto;}
.footer_copy .footer_copy_l{
	float: left;
	width: 750px;
}
.footer_copy .footer_copy_l p{
	padding-top: 30px;
	font-size: 13px;
	font-family: "微软雅黑","黑体",Arial;
	line-height: 1.8em;
	color: #868787;
}
.footer_copy_r{
	float: right;
	width: 465px;
	padding-top: 5px;
}
.footer_copy_r .r{
	float: left;
	display: inline-block;
}
.footer_copy_r .r li{
	float: left;
}
.footer_copy_r .r li p{
	margin-bottom: 13px;
	text-align: center;
	line-height: 1;
}
.footer_copy_r .r .l2{
	margin-left: 15px;
}
.r .l2 .s1{
	font-size: 14px;
	color: #ababab;
}
.r .l2 .s1 strong{
	display: inline-block;
	margin-bottom: 15px;
	font-size:26px;
	font-weight: 400;
	color: #d40b0b;
	margin-top: 8px;
}
.r .l2 .s2 a{
	display: inline-block;
	width: 120px;
	height: 36px;
	background:url(../images/qqlogo.png);
}
.r .l2 .s3{
	font-size: 14px;
}
.footer_copy_l p a{
	font-size: 14px;
}



.zwdaydy-c {
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
}

.zwdaydy-c > ul {
	position: relative;
}

.zwdaydy-c > ul > li {
	float: left;
	width: 33.3333333333333333333333333%;
	position: relative;
	box-sizing: border-box;
}

.zwdaydy-c > ul > li > .kk {
	margin: 20px 10%;
	height: 188px;
	box-sizing: border-box;
	border: solid 1px #e0e7f7;
	border-radius: 5px;
	box-shadow: 0 0 20px #c7cdea;
	text-align: center;
}

.zwdaydy-c > ul > li > .kk > .xt {
	width: 87px;
	height: 2.6px;
	background-color: #325cc7;
	margin: 0 auto;
}

.zwdaydy-c > ul > li > .kk > .ico {
	width: 60px;
	height: 60px;
	margin: 20px auto 0;
}

.zwdaydy-c > ul > li > .kk > label {
	font-size: 22.02px;
	color: #333333;
	margin-top: 25px;
}

.zwdaydy-c > ul > li > .kk > label > span {
	color: #fb6d2e;
}

.zwdaydy-c > ul > li > .kk > p {
	margin-top: 15px;
	color: #4f4f4f;
	font-size: 16.01px;
	font-family: "寰蒋闆呴粦", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.zwdaydy-c > ul > li:nth-child(1) > .kk > .ico {
	background: url("../images/e-1.png") no-repeat center center;
}

.zwdaydy-c > ul > li:nth-child(2) > .kk > .ico {
	background: url("../images/e-2.png") no-repeat center center;
}

.zwdaydy-c > ul > li:nth-child(3) > .kk > .ico {
	background: url("../images/e-3.png") no-repeat center center;
}

.zwdaydy-c > ul > li:nth-child(4) > .kk > .ico {
	background: url("../images/e-4.png") no-repeat center center;
}

.zwdaydy-c > ul > li:nth-child(5) > .kk > .ico {
	background: url("../images/e-5.png") no-repeat center center;
}

.zwdaydy-c > ul > li:nth-child(6) > .kk > .ico {
	background: url("../images/e-6.png") no-repeat center center;
}

.zwdaydy-c > div {
	width: 50%;
}

.zwdaydy-c > div > ul > li:nth-child(1) {
	height: 198px;
	overflow: hidden;
}

.zwdaydy-c > div > ul > li > .kk {
	position: relative;
	margin: 0 auto;
}

.zwdaydy-c > div > ul > li:nth-child(1) > .kk > .bg {
	width: 558px;
	height: 198px;
	position: relative;
	transition: all 1s linear;
}

.zwdaydy-c > div > ul > li:nth-child(1) > .kk > .bg:hover {
	transform: scale(1.1);
	transition: all 1s linear;
}

.zwdaydy-c > div.pull-left > ul > li:nth-child(1) > .kk > .bg {
	background: url("../images/f-1.png") no-repeat center center;
}

.zwdaydy-c > div.pull-right > ul > li:nth-child(1) > .kk > .bg {
	background: url("../images/f-2.png") no-repeat center center;
}

.zwdaydy-c > div > ul > li:nth-child(1) > .kk > .bg > label {
	position: absolute;
	width: 100%;
	bottom: 6px;
	left: 0;
	font-family: "寰蒋闆呴粦", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.zwdaydy-c > div > ul > li:nth-child(1) > .kk > .bg > label > span {
	display: inline-block;
	width: 20px;
}

.zwdaydy-c > div.pull-right > ul > li + li {
	height: 57px;
	box-sizing: inherit;
	border-top: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
}

.zwdaydy-c > div.pull-left > ul > li + li {
	height: 57px;
	box-sizing: inherit;
	border-top: solid 1px #cacaca;
	border-left: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
}

.zwdaydy-c > div > ul > li:nth-last-child(1) {
	border-bottom: solid 1px #cacaca;
}

.zwdaydy-c > div > ul > li + li > .kk {
	padding-left: 80px;
	text-align: left;
}

.zwdaydy-c > div.pull-left > ul > li + li > .kk:hover {
	background-color: #325cc7;
}

.zwdaydy-c > div > ul > li + li > .kk > span {
	line-height: 57px;
}

.zwdaydy-c > div > ul > li + li > .kk > span:nth-child(1) {
	color: #325cc7;
	font-size: 14px;
	font-family: "寰蒋闆呴粦", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.zwdaydy-c > div > ul > li + li > .kk > span:nth-child(2) {
	color: #1b1b1b;
	font-size: 14px;
	font-family: "寰蒋闆呴粦", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.zwdaydy-c > div.pull-left > ul > li + li:hover > .kk > span {
	color: #fff;
}

.zwdaydy-c > div.pull-right > ul > li + li > .kk > span {
	color: #4c4c4c;
}

.zwdaydy-c > div.pull-right > ul > li + li {
	background-color: #a9a9a9;
}

 .text4 h3 {font-size: 36px; text-align:center}
 .text4 p{ line-height:40px; font-size:18px; padding:20px; margin:0 auto; max-width:850px}


@media (max-width: 767px) {
.zwdaydy-c > ul > li > .kk > label {font-size: 22px;}
.zwdaydy-c > ul > li > .kk > p { display:none}
.daili-img img {height: 150px;}
.text4 h3 {font-size: 150%;}
.footer_copy_l{ display:none}
}