﻿@charset "utf-8";
* {
	padding: 0px;
	margin: 0px
}

body {
	font-size: 100px;
}

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

.trans {
	transition: all .3s ease-in;
}

html {
	width: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	min-height: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto!important;
	font: .24rem/1.5 "microsoft yahei";
	color: #666;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	position: relative;
}

body:before, body:after {
	content: "";
	width: 100%;
	display: block;
}

body:before {
	height: 1rem;
}

body:after {
	height: 1.1rem;
}

img {
	border: 0px;
}

em {
	font-style: normal;
}

s, i {
	font-style: normal;
}

ul, ol {
	list-style-type: none;
}

li {
	list-style: none outside none;
}

b {
	font-weight: normal;
}

input, button, select, textarea {
	outline: none;
	font-family: "PingFang SC", "Microsoft Yahei", Arial;
	font-size: .24rem;
	-webkit-appearance: none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999;
}

.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-wrapper: 101;
	background: #000;
	opacity: 1;
}

.blue {
	color: #28a5f4;
}

a, a:link, a:visited, a:hover, a:active {
	color: #666;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	color: #006dc5;
	outline: none;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}

.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}

.icon, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hidden {
	display: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clear, .clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.wrapper {
	width: 100%;
}

.header {
	background-size: 100% 1.04rem;
}

#top_main {
	width: 100%;
	height: 1rem;
	*zoom: 1;
	z-index: 300;
	position: fixed;
	top: 0px;
	left: 0px;
}

#top {
	max-width: 640px;
	min-width: 320px;
	height: 1rem;
	margin: 0px auto;
	position: relative;
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0,0,0,.1);
}

#top .logo {
	float: left;
	text-align: center;
	display: block;
	color: #000;
	font-size: .32rem;
	padding-top: .15rem;
	margin-left: .15rem;
}

#top .logo img {
	display: block;
	height: .7rem;
}

#top_main .btn_close_main {
	width: .88rem;
	height: 1rem;
	background-color: #f2f2f2;
	position: absolute;
	top: 0;
	right: 14%;
	z-index: 9;
	display: none;
}

#top_main .btn_close_main .btn_close {
	width: .34rem;
	height: .33rem;
	margin-top: .38rem;
	margin-left: .26rem;
	background-position: -2rem -1rem;
}

#top #nav {
	width: .45rem;
	height: 50%;
	position: absolute;
	right: 3%;
	top: .38rem;
	text-align: center;
	cursor: pointer;
}

#top .nav {
	width: .39rem;
	height: .36rem;
	background-position: -.5rem -1.2rem;
}

#top .close {
	background-position: -2.06rem 0;
	width: .34rem;
	height: .34rem;
	cursor: pointer;
	position: absolute;
	right: 20%;
	top: -0.02rem;
	text-align: center;
}

.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	top: .99rem;
	z-index: 999;
	max-width: 640px;
	min-width: 320px;
	background: #006dc5;
	-webkit-transform: translateX(4rem);
	-moz-transform: translateX(7rem);
	-ms-transform: translateX(7rem);
	transform: translateX(7rem);
}

.subNavCon {
	margin: 0px;
	background: #006dc5;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.subNav .closrbox {
	width: 20%;
	height: 0.5rem;
	line-height: .5rem;
	background: #fff;
	position: absolute;
	right: 2%;
	top: -5%;
}

.subNav .close {
	background-position: -1.64rem -1.5rem;
	width: .4rem;
	height: .4rem;
}

.subNav .c_clos {
	width: 52%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.subNav .list {
	margin-top: .6rem;
}

.subNav li {
	width: 100%;
	display: block;
	line-height: 1rem;
	margin: 0 auto;
	position: relative;
}

.subNav li:first-child {
	margin-top: .6rem;
}

.subNav .subnav2 {
	width: 100%;
	display: none;
}

.subNav .subnav2 a {
	margin-bottom: .1rem;
	background: #eeeeee;
	font-size: .24rem;
}

.subNav li a {
	display: block;
	width: 4rem;
	margin: 0 auto;
	color: #fff;
	font-size: 0.34rem;
	text-align: center;
	border-bottom: 1px #006dc5 solid;
}

.subNav li em {
	width: .3rem;
	height: .3rem;
	display: inline-block;
	background-position: 0 -2.2rem;
	vertical-align: middle;
	position: absolute;
	right: 3%;
	top: .26rem;
}

.subNav.show {
	right: 0!important;
}

.subNavShow {
	-webkit-transform: translateX(-48%);
	-moz-transform: translateX(-48%);
	-ms-transform: translateX(-48%);
	transform: translateX(-48%);
	display: block;
}

.subNavShow2 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.inav_t {
	width: 100%;
	height: 1.4rem;
	background: #006dc5;
	border-top: 1px #006dc5 solid;
}

.inav_t dl {
	height: 1.4rem;
	overflow: hidden;
}

.inav_t dl dd {
	width: 33.3%;
	height: 0.7rem;
	float: left;
	text-align: center;
	border-left: 1px #006dc5 solid;
	border-bottom: 1px #006dc5 solid;
}

.inav_t dl dd:nth-child(4n) {
	border-right: 0;
}

.inav_t dl dd a {
	display: block;
	width: 100%;
	height: .69rem;
	line-height: .69rem;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.banner {
	text-align: center;
	font-size: 0;
}

.banner img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

#footer_main {
	text-align: center;
	width: 100%;
	background: #fff;
}

#returntop {
	width: 1rem;
	height: 1rem;
	background: url(../images/gotop.png) no-repeat center top;
	background-size: 1rem auto;
	position: fixed;
	bottom: 20%;
	right: 2%;
	cursor: pointer;
	z-index: 99;
}

#copyright {
	width: 94%;
	margin: 0 auto;
	color: #666;
	font-size: 0.24rem;
	line-height: .4rem;
	padding: 0.2rem 0;
}

#copyright a {
	color: #666;
}

#fix-sider {
	width: 1rem;
	height: 1rem;
	position: fixed;
	right: 2%;
	bottom: 29%;
	background: url(../images/tel.png) no-repeat center top;
	background-size: 1rem auto;
	cursor: pointer;
	z-index: 999;
}

#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 1.1rem;
	left: 0;
}

#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #006dc5;
}

#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
	border: 1px solid #006dc5;
	border-left: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

#toolbar .list li:first-child {
	border-left: 1px solid #006dc5;
}

#toolbar .list a {
	display: block;
	height: 1.1rem;
	line-height: 0.24rem;
	font-size: 0.26rem;
	padding-top: 0.2rem;
}

#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 0.24rem;
}

#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.31rem;
	height: 0.32rem;
	display: block;
	margin-bottom: .12rem;
	background-position: -.76rem -.2rem;
}

#toolbar .list li:nth-child(2) s {
	background-position: -.0rem -.2rem;
}

#toolbar .list li:nth-child(3) s {
	background-position: -.38rem -.2rem;
}

#toolbar .list li:nth-child(4) s {
	background-position: -1.2rem -.2rem;
	width: .34rem;
	height: .34rem;
}

#toolbar .list li:hover {
	background: #006dc5;
}

.index #floor_1_main, .index #floor_2_main, .index #floor_3_main {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.index {
	background: #fff;
	overflow: hidden;
}

.index #floor_1_main {
	margin: 0 auto;
	background: #fff;
}

.index .title_main {
	padding-top: .5rem;
}

.index .in_title {
	padding-top: .4rem;
}

.index .in_title .entit {
	position: relative;
	width: 80%;
	margin: auto;
	margin-bottom: .12rem;
	font-size: .4rem;
	line-height: .4rem;
	font-weight: bold;
	color: #006dc5;
	text-align: center;
}

.index .in_title .tit {
	font-size: .4rem;
	line-height: .45rem;
	text-align: center;
	color: #434343;
}

.index .in_title .tit span {
	display: inline-block;
	margin: 0 .3rem;
}

.index .in_title .tit em {
	display: inline-block;
	width: 1.8rem;
	height: .02rem;
	margin-bottom: .1rem;
	background: #cecece;
}

.index .look_more {
	display: block;
	width: 6rem;
	height: .78rem;
	margin: 0 auto;
	font-size: .3rem;
	line-height: .78rem;
	text-align: center;
	color: #434343;
	background: #fff;
	border: .01rem solid #f0f0f0;
}

.index .tab {
	text-align: center;
	margin-top: .4rem;
}

.index .tab a {
	width: 29%;
	height: 0.5rem;
	line-height: 0.5rem;
	margin: .05rem;
	display: inline-block;
	padding: 0 .1rem;
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index .tab a:hover {
	color: #fff;
	background: #006dc5;
	border-color: #006dc5;
}

#floor_1_main .floor_1 {
	padding-bottom: .5rem;
}

#floor_1_main .about {
	padding-top: .2rem;
}

#floor_1_main .about .item {
	display: block;
	width: 100%;
	text-align: center;
}

#floor_1_main .about img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

#floor_1_main .contW {
	position: relative;
	display: block;
	width: 100%;
}

#floor_1_main .contW .cont {
	width: 6rem;
	margin: 0 auto;
	margin-bottom: .3rem;
	font-size: .22rem;
	color: #666;
	line-height: .4rem;
	text-align: justify;
}

#floor_1_main .contW .view_detail {
	display: block;
	width: 5.6rem;
	height: .7rem;
	margin: 0 auto;
	margin-top: .5rem;
	font-size: .24rem;
	line-height: .7rem;
	text-align: center;
	color: #fff;
	background: #006dc5;
}

.index #floor_2_main {
	width: 100%;
	background: #fff;
}

.index .floor_2 {
	padding-bottom: .2rem;
}

.index .floor_2 .proCenter .list {
	margin-left: .2rem;
	margin-top: .2rem;
}

.index .floor_2 .proCenter .list li {
	position: relative;
	float: left;
	display: block;
	width: 46%;
	border: 1px solid #f0f0f0;
	margin-right: .2rem;
	margin-bottom: .2rem;
}

.index .floor_2 .proCenter .list li .img {
	width: 100%;
	height: 2.15rem;
	text-align: center;
}

.index .floor_2 .proCenter .list li .img img {
	display: inline-block;
    max-width: 100%;
	width: auto;
}

.index .floor_2 .proCenter .list li .txt {
	background: #fff;
}

.index .floor_2 .proCenter .list li .txt .tit {
	font-size: .26rem;
	line-height: .6rem;
	text-align: center;
	color: #434343;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index #floor_3_main {
	width: 100%;
	background: #fff;
}

.index .floor_3 .proAdvant .list li {
	display: block;
	width: 6rem;
	margin: 0 auto;
	padding-top: .4rem;
	padding-bottom: .3rem;
	border-top: .02rem dashed #b2b2b2;
}

.index .floor_3 .proAdvant .list li:first-child {
	border-top: none;
}

.index .floor_3 .proAdvant .list li .tit span {
	display: inline-block;
	width: .45rem;
	height: .45rem;
	background: #006dc5;
	border-radius: .1rem;
	color: #fff;
	font-size: .3rem;
	font-weight: normal;
	line-height: .45rem;
	margin-right: .1rem;
}

.index .floor_3 .proAdvant .list li .img {
	width: 100%;
	text-align: center;
}

.index .floor_3 .proAdvant .list li .img img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.index .floor_3 .proAdvant .list li .txt {
	display: block;
	width: 100%;
}

.index .floor_3 .proAdvant .list li .txt .tit {
	font-size: .3rem;
	font-weight: bold;
	color: #006dc5;
	text-align: center;
	padding-bottom: .3rem;
}

.index .floor_3 .proAdvant .list li .txt .cont {
	margin-top: .12rem;
	color: #666;
	line-height: .35rem;
	text-align: justify;
}

.index #floor_4_main {
	width: 100%;
	background: #fff;
}

.index .floor_4 {
	padding-bottom: .2rem;
	background: #f4f4f4;
}

.index .floor_4 .proCenter .list {
	margin-left: .2rem;
	margin-top: .3rem;
}

.index .floor_4 .proCenter .list li {
	position: relative;
	float: left;
	display: block;
	width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.index .floor_4 .proCenter .list li .img {
	width: 100%;
	height: 1.395rem;
}

.index .floor_4 .proCenter .list li .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.index .floor_4 .proCenter .list li .txt .tit {
	font-size: .22rem;
	line-height: .5rem;
	text-align: center;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index #floor_5_main {
	width: 100%;
	background: #fff;
}

.index .floor_5 {
	height: auto;
	padding-bottom: .2rem;
}

.index .floor_5 .inews {
	margin-top: .1rem;
}

.index .floor_5 .inews .list li {
	display: block;
	width: 6rem;
	margin: 0 auto;
	border-top: .02rem dashed #ddd;
	line-height: .8rem;
	overflow: hidden;
}

.index .floor_5 .inews .list li:first-child {
	border-top: none;
}

.index .floor_5 .inews .list li .tit {
	float: left;
	width: 74%;
	font-size: .26rem;
	color: #575757;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index .floor_5 .inews .list li .time {
	float: right;
	width: 24%;
	color: #575757;
	text-align: right;
}

.index .floor_5 .look_more {
	margin-top: .2rem;
}

#floor_6_main {
	width: 100%;
}

#floor_6_main .proAdvant {
	width: 6rem;
	margin: 0 auto;
	margin-top: .3rem;
}

#floor_6_main .proAdvant .list {
	width: 100%;
}

#floor_6_main .proAdvant .list li {
	float: left;
	width: 1.5rem;
	text-align: center;
	cursor: pointer;
}

#floor_6_main .proAdvant .list li a {
	display: block;
}

#floor_6_main .proAdvant .list li .img {
	position: relative;
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	line-height: 110px;
	margin: 0 auto;
	border: .05rem solid #666;
	border-radius: 50%;
	transition: all .5s;
}

#floor_6_main .proAdvant .list li .img img {
	position: absolute;
	top: 50%;
	margin-top: -.4rem;
	left: 50%;
	margin-left: -.4rem;
	display: inline-block;
	width: .8rem;
	height: .8rem;
}

#floor_6_main .proAdvant .list li .tit {
	font-size: .24rem;
	line-height: .5rem;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.index #floor_8_main {
	width: 100%;
	background: #fff;
}

.index .floor_8 {
	padding-bottom: .1rem;
}

.index .floor_8 .proCenter .list {
	margin-left: .25rem;
	margin-top: .3rem;
}

.index .floor_8 .proCenter .list li {
	position: relative;
	float: left;
	display: block;
	width: 1.84rem;
	margin-right: .2rem;
	margin-bottom: .2rem;
	border: 1px solid #f0f0f0;
}

.index .floor_8 .proCenter .list li .img {
	width: 1.806rem;
	height: 1.42rem;
}

.index .floor_8 .proCenter .list li .img img {
	display: block;
	width: 100%;
	height: 100%;
}

#top .search {
	margin: 0.1rem auto;
	width: 4.6rem;
	height: 0.56rem;
	line-height: 0.56rem;
	border-radius: 0.5rem;
	background: #fff;
}

#top .search input {
	border: none;
}

#top .search .txt {
	width: 80%;
	display: block;
	background: none;
	height: 0.56rem;
	line-height: 0.56rem;
	text-indent: 0.08rem;
	color: #333;
	font-size: 0.22rem;
}

#top .search .searchbtn {
	background-position: -1.2rem -1.7rem;
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	margin: 0.05rem 0.2rem 0 0;
}

.index .hd {
	padding: 0 3%;
}

.index .hd li {
	width: 25%;
	float: left;
	background: #ccc;
	color: #fff;
	font-size: .3rem;
	height: .56rem;
	line-height: .56rem;
	text-align: center;
}

.index .hd li.on {
	background: #2b5899;
}
/*内页样式*/
.content {
	width: 100%;
	padding-bottom: .2rem;
	padding-top: 0.2rem;
	background: #fff;
}

.iconn {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}

.recom {
	padding-top: .2rem;
	background: #f1f1f1;
	transition: none;
}

.recom * {
	transition: none;
}

.recom .recomCon {
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.recom .recomConList {
	width: 200%;
}

.recom .list {
	float: left;
	width: 50%;
}

.recom .list li {
	border-bottom: 1px solid #eeeeee;
}

.recom .list li a {
	display: block;
	padding: .16rem .2rem .16rem .3rem;
}

.recom .list li.item {
	position: relative;
}

.recom .list li.item .img {
	width: 1.2rem;
	height: .9rem;
	float: left;
	margin-right: .15rem;
	padding: .04rem;
	border: 1px solid #f1f1f1;
}

.recom .list li.item h3 {
	color: #000;
	height: .4rem;
	overflow: hidden;
}

.recom .list li.item .txt {
	font-size: .2rem;
	color: #aaaaaa;
	line-height: .28rem;
}

.recom .list li.item .time {
	color: #aaaaaa;
	position: absolute;
	right: .25rem;
	font-size: .18rem;
	bottom: .2rem;
}

.recom .list li.item .time:before {
	width: .22rem;
	height: .22rem;
	display: inline-block;
	background-position: -1.4rem 0;
}

.recom .list li .tit {
	color: #2b5899;
}

.recom .list li .tit:after {
	width: 1px;
	height: .28rem;
	content: "\20";
	display: inline-block;
	margin: 0 .18rem;
	vertical-align: middle;
	background: #eeeeee;
}

.newslist {
	padding: 0 3%;
}

.newslist .item {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.newslist .item * {
	transition: all .3s linear;
}

.newslist .item a {
	padding: .3rem 0;
	width: 100%;
	display: block;
}

.newslist .item img {
	width: 1.44rem;
	height: .96rem;
	display: block;
	margin-top: .06rem;
	float: right;
	margin-right: .1rem;
}

.newslist .item h3 {
	font-size: .3rem;
	line-height: .36rem;
	max-height: .72rem;
	overflow: hidden;
	color: #000000;
}

.newslist .item .dec {
	color: #999999;
	font-size: .2rem;
	margin-top: .08rem;
}

.newslist .item .dec span {
	margin-right: .2rem;
}

.newslist .item.pic4 h3 {
	height: .36rem;
	margin-bottom: .08rem;
}

.newslist .item.pic4 img {
	float: left;
	margin-right: .06rem;
}

.newslist .item.pic4 img:last-child {
	margin-right: 0;
}

.g-top {
	width: 0.68rem;
	height: .68rem;
	position: fixed;
	bottom: 15%;
	z-index: 998;
	right: 2%;
	cursor: pointer;
	background: url(../images/ico-top.png) no-repeat;
	background-size: 100% auto;
}

.iconbef:before {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}

.cateList {
	width: 100%;
	line-height: 0.8rem;
	text-align: center;
	background: #f6f6f6;
	color: #006dc5;
	position: relative;
}

.cateList .goBack {
	width: .8rem;
	height: .8rem;
	padding-top: .23rem;
	position: absolute;
	left: .1rem;
	top: 0;
	z-index: 12;
}

.cateList .goBack:before {
	width: .4rem;
	height: .4rem;
	display: block;
	margin: 0 auto;
	background-position: -1.0rem -0.64rem;
}

.cateList h3 {
	position: relative;
	font-size: .3rem;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.cateList h3 s {
	position: absolute;
	top: 0.34rem;
	right: .4rem;
	width: .25rem;
	height: .2rem;
	margin-left: .1rem;
	background-position: -1.16rem 0;
	display: none;
}

.cateList .box {
	width: 100%;
	padding: .2rem 3% .0;
	z-index: 11;
	background: #fff;
	display: none;
	border-bottom: 1px solid #ddd;
}

.cateList .box a {
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: .15rem;
	height: .52rem;
	line-height: .5rem;
	border: 1px solid #ccc;
	font-size: .22rem;
	text-align: center;
	display: block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cateList .box a:nth-child(3n) {
	margin-right: 0;
}

.cateList .box a.on {
	background: #006dc5;
	border-color: #006dc5;
	color: #fff;
}

.reLink {
	margin: .2rem 4% .1rem;
	width: 92%;
}

.reLink div {
	display: block;
	height: .6rem;
	line-height: .6rem;
	font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}

.reLink a {
	color: #333333;
}

.showInfo .showTit {
	width: 96%;
	margin: 0 auto;
	line-height: .3rem;
	padding: .2rem 2% .1rem;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

.showInfo .showTit h1 {
	color: #333333;
	font-size: .26rem;
	line-height: .45rem;
	margin-bottom: .05rem;
}

.showInfo .showTit .mark {
	font-size: .22rem;
	color: #999;
	margin-top: .1rem;
}

.showInfo {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.showInfo .showSubTit {
	width: 100%;
	height: .65rem;
	line-height: .65rem;
	font-weight: normal;
	margin: .2rem 0 .1rem;
	background: #f6f6f6;
	border-bottom: 1px solid #006dc5;
	font-size: .24rem;
	text-indent: .15rem;
}

.showInfo .banner {
	height: 4.5rem;
}

.showInfo .banner .list {
	height: 4.5rem;
}

.showInfo .banner .list .item {
	height: 4.5rem;
}

.showInfo .banner .list .item img {
	height: 4.5rem;
}

.recomNew {
	width: 96%;
	padding: 0.1rem 0 2%;
	margin: 0 auto;
}

.recomNew li {
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.recomNew li a {
	font-size: .24rem;
	display: block;
	position: relative;
	padding-left: 2%;
}

.recomNew li a:before {
	content: "";
	position: absolute;
	background: #cccccc;
	width: 3px;
	height: 3px;
	left: 0;
	top: 0.28rem;
	z-index: 11;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.showInfo .contxt {
	font-size: .24rem;
	padding: 3% 3% 5%;
}

.pro_img {
	text-align: center;
}

.showInfo .contxt img {
	max-width: 100%;
	margin: 0px auto;
	height: auto !important;
	display: inline-block;
}

.showInfo .pro_txt img {
	max-width: 100%;
	height: auto !important;
	display: inline-block;
}

.showInfo .pro_txt {
	font-size: .24rem;
	line-height: .4rem;
    padding: 3% 3% 5%;
}

.showInfo .contxt .biao td {
	padding: .09rem;
	border: 1px solid #ccc;
	vertical-align: middle;
	WORD-WRAP: break-word;
	table-layout: fixed;
	word-break: break-all;
}

.showmenu {
	width: 100%;
	padding: 0.1rem 0 .2rem;
	background: #fff;
}

.showmenu a {
	width: 48%;
	height: .6rem;
	display: block;
	float: left;
	line-height: .6rem;
	text-align: center;
	border-radius: .04rem;
	color: #333;
	background: #fff;
	margin: 0 1% 2%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.showmenu a.hover {
	border: 1px solid #006dc5;
	color: #fff;
	background: #006dc5;
}

.pglist{
	text-align: center;
}

.pglist ul li{
	padding: 5px 8px;
	color: #333;
	display: inline-block;	
}

.pglist ul li a {
	color: #333;
}

.pglist ul li a:hover {
	color: #006dc5;
}

.pglist img {
	vertical-align: middle;
}

.newsList .list {
	width: 100%;
	margin-bottom: .3rem;
}

.newsList .item {
	padding: 0.2rem;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}

.newsList .item:nth-child(2n) {
	background: #f9f9f9;
}

.newsList .item:nth-child(2n) {
	background: #fff;
}

.newsList .item:nth-child(2n) span:after {
	background: #f9f9f9;
}

.newsList .item:last-child {
	border: 0px;
}

.newsList .item a {
	width: 100%;
	display: block;
}

.newsList .item h3 {
	font-size: .26rem;
	line-height: .38rem;
	font-weight: normal;
	color: #434343;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newsList .item .time {
	color: #999;
	font-size: .2rem;
}

.newsList .item .txt {
	color: #666;
	font-size: .23rem;
	line-height: .35rem;
}

.newsList .item:hover h3 {
	color: #006dc5;
}

.catelist .item span {
	display: block;
	width: 9px;
	height: 16px;
	position: absolute;
	top: 28%;
	margin-top: -8px;
	right: 2%;
}

.catelist .item span:before {
	content: "";
	position: absolute;
	background: #ccc;
	width: 11px;
	height: 11px;
	right: 0;
	top: 0;
	z-indx: 10;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.catelist .item span:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 11px;
	height: 11px;
	right: 4px;
	top: 0;
	z-indx: 11;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.caselist li {
	width: 47%;
	margin-left: 2%;
	margin-bottom: 2%;
	float: left;
	box-sizing: border-box;
}

.caselist li a {
	display: block;
}

.caselist li figure {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.caselist li figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}

.caselist li h3 {
	height: .65rem;
	line-height: .65rem;
	text-align: center;
	font-size: 0.26rem;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tags {
	overflow: hidden;
	font-size: 0.2rem;
	margin: 0 3% .1rem;
}

.tags span {
	float: left;
	display: block;
	line-height: 0.6rem;
}

.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 0.4rem;
	padding: 0 0.1rem;
	margin: 0.08rem;
	background: #fff;
	border: 1px solid #dadada;
}

.tags a:hover {
	background: #006dc5;
	border-color: #006dc5;
	color: #fff;
}

.map img {
	max-width: none!important;
}

/*字体*/
@media only screen and (min-width:641px) {
	html {
		font-size: 100px;
	}
}

@media only screen and (max-width:640px) {
	html {
		font-size: 100px;
	}
}

@media only screen and (max-width:540px) {
	html {
		font-size: 84.375px;
	}
}

@media only screen and (max-width:480px) {
	html {
		font-size: 75px;
	}
}

@media only screen and (max-width:414px) {
	html {
		font-size: 64.6875px;
	}
}

@media only screen and (max-width: 400px) {
	html {
		font-size: 62.5px;
	}
}

@media only screen and (max-width: 375px) {
	html {
		font-size: 58.5938px;
	}
}

@media only screen and (max-width: 360px) {
	html {
		font-size: 56.25px;
	}
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 50px;
	}
}

/*导航动画*/
@keyframes menu-line1-hover {
	0% {
		
	}

	50% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	100% {
		top: 50%;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
}

@keyframes menu-line2-hover {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1
	}

	51% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes menu-line3-hover {
	0% {
	}

	50% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	100% {
		top: 50%;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}
}

@keyframes menu-line1 {
	0% {
		top: 50%;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}

	50% {
		top: 50%;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	100% {
		top: 0%;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}

@keyframes menu-line2 {
	0% {
		opacity: 0
	}

	50% {
		opacity: 0
	}

	51% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

@keyframes menu-line3 {
	0% {
		top: 50%;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}

	50% {
		top: 50%;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	100% {
		top: 100%;
	}
}

@-webkit-keyframes menu {
	0% {
		width: 24px;
	}

	45% {
		width: 6px;
	}

	90% {
		width: 24px;
	}

	100% {
		width: 24px;
	}
}

@keyframes menu {
	0% {
		width: 24px;
	}

	45% {
		width: 6px;
	}

	90% {
		width: 24px;
	}

	100% {
		width: 24px;
	}
}

.rslides { position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0; margin: 0; }
.rslides li { position: absolute;  display: none;  width: 100%;  left: 0;  top: 0; z-index:0; }
.rslides li:first-child { position: relative;  display: block;  float: left; }
.rslides img { display: block;  height: auto; width: 100%;  border: 0;z-index:0; } 
.rslides { margin: 0 auto;  }
.rslides_container {  position: relative;  }
.centered-btns_tabs { position: absolute;  width:100%; bottom:3%; text-align: center; z-index:2; }
.centered-btns_tabs li{display: inline; float: none; _float: left; *float: left;margin: 0 5px;  }
.centered-btns_tabs a{background:#fff;width:20px; height:5px; text-indent: -9999px; overflow: hidden; display: inline-block; _display: block; *display: block; }
.centered-btns_here a{ background: #ed6d00; }
.centered-btns_nav { z-index:9999; position: absolute; top: 50%; left: 5%; text-indent: -9999px; overflow: hidden;height: 61px; width: 38px; background: rgba(0,0,0,0.5) url("../images/themes.png") no-repeat left top; margin-top: -30px; }
.centered-btns_nav:active { }
.centered-btns_nav.next { left: auto; background-position: right top; right: 5%; }

.page-list{ position:relative; margin:10px 0; padding:0; clear:both; background:#fff; }
.page-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.page-list a,
.page-list span{ margin:0.5em 0;  padding:0.5em 0; display:none; float:left; width:24.5%; line-height:1.2em; border-left:1px solid #ececec; font-size:13px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.page-list a:active{ background:#ececec; }
.page-list span{ color:#999; }
.page-list a{ color:#333; }
.page-list span:nth-child(1),.page-list span:nth-child(2),.page-list a:nth-child(2){ display:block; float:left;}
.page-list span:nth-last-child(1),.page-list a:nth-last-child(1){ display:block; float:left; border-left-color:#ececec; }
.page-list .current{ display:block; float:left; }