@charset "utf-8";
/* CSS Document @woniu*/

/*公共样式*/
.layui-fluid {
	padding: 0px;
}

.wnminwidth {
	min-width: 1140px;
}

.wnmaxwidth {
	max-width: 1140px;
}

.ptop25 {
	padding-top: 25px;
}

.ptop0 {
	padding-top: 0px;
}

.pbottom0 {
	padding-bottom: 0px;
}

.ptop50 {
	padding-top: 50px;
}

.ptop15 {
	padding-top: 25px;
}

.mtop25 {
	margin-top: 25px;
}

.mtop50 {
	margin-top: 50px;
}

.plmargin40 {
	margin-left: -40px;
	margin-right: 40px;
}

.pall20 {
	padding: 20px;
}

.bg-blue {
	background-color: #0066CC;
}

.cpage {
	background-color: #0066CC;
}

.cbg-bulue {
	background-color: #0F93E6;
	padding: 0 1px;
}

.layui-breadcrumb a {
	color: #333333 !important;
	font-size: 16px;
	line-height: 32px;
}

.layui-breadcrumb a:hover {
	color: #0066CC !important;
}

a:hover {
	color: #0066CC;
}
a.wwlink,
a.wwlink:hover{
	color: #FFFFFF;
}

.chidden {
	overflow: hidden;
}

.fr {
	float: right;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

/*顶部样式*/
.wntopheader {
	height: 45px;
	line-height: 45px;
	background-color: #F2F2F2;
}

.wntopheader span {
	display: inline-block;
	float: right;
	margin-left: 20px;
}

.wntopheader span a:hover {
	color: #0066CC;
}

/*logo和联系方式样式*/
.logocode {
	height: 82px;
	padding: 30px 0px;
}

.logocode span {
	display: inline-block;
	line-height: 36px;
	font-size: 16px;
	padding: 5px 0px;
	float: right;
	text-align: right;
}

.logocode span>p {
	color: red;
	font-size: 34px;
	font-weight: bolder;
}

.logocode p>i {
	color: red;
	font-size: 30px;
	font-weight: bolder;
}

/*主导航样式*/
.layui-nav .layui-nav-item a {
	color: #fff;
}

.layui-nav .cbg-bulue a {
	font-weight: bold;
}

.layui-nav .cbg-bulue a:hover {
	color: red;
	font-weight: bold;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
	height: 5px;
	background-color: #0F93E6;
}

#topnav .layui-nav-more {
	right: 23px;
}

.layui-nav,
.layui-nav a {
	padding: 0px;
	font-size: 18px;
}

.layui-nav-item,
.layui-nav-child {
	text-align: center;
}

/*幻灯片样式*/
.huandeng {
	height: 500px;
}

.nav-tree-title {
	text-align: center;
	line-height: 80px;
	height: 80px;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	width: 260px;
	border-radius: 10px 10px 0 0;
	background-color: #0066CC;
}

.layui-nav-tree {
	width: 260px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}

.layui-nav-tree .layui-nav-more {
	display: none;
}

.layui-nav-tree .layui-nav-item a:hover {
	background-color: #FFB800;
}

.layui-nav-tree .layui-nav-bar {
	background-color: orange;
}

.layui-nav-tree .layui-nav-item a {
	font-size: 14px;
	text-align: left;
	color: #000000;
}

.layui-nav-tree li.layui-nav-item dl.layui-nav-child dd {
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
}

.layui-nav-tree .layui-nav-item>a:hover {
	background-color: red;
}

.usinfop {
	width: 260px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}

.usinfop .usinfop-title {
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	width: 260px;
	background-color: #0066CC;
}

.usinfop .usinfop-list {
	padding: 10px;
}

.usinfop .usinfop-list p {
	font-size: 14px;
	line-height: 38px;
	color: #000000;
}

.usinfop .usinfop-list p span {
	font-weight: bold;
}

.cprowtitle {
	line-height: 32px;
	margin-bottom: 10px;
	padding: 5px 5px 2px 0;
	border-bottom: 1px solid red;
}

.cprowtitle span:nth-child(2) {
	float: right;
	background-color: red;
	border-radius: 10%;
	line-height: 18px;
	font-weight: bold;
	padding: 3px 5px;
	margin-top: 5px;
}

.cprowtitle span:nth-child(2) a {
	color: #FFFFFF;
}

.cprowtitle span:nth-child(1) {
	font-size: 22px;
	font-weight: 400;
	padding-left: 10px;
}

.cprowtitle span:nth-child(1) a {
	color: #0F93E6;
	font-weight: bold;
}

.cprowtitle span:nth-child(1) a:hover {
	color: #0066CC;
}

.cprowtitle span:nth-child(1) i {
	font-size: 24px;
	font-weight: 400;
	color: red;
}

.cprowcon .layui-panel {
	padding: 8px;
}

.cprowcon .layui-panel:hover {
	box-shadow: 0 0 8px #9D9D9D;
}

.cprowcon .layui-panel div:nth-child(1) {
	position: relative;
}

.cprowcon .layui-panel div:nth-child(1) img {
	width: 100%;
	height: 170px;
	transition: all 2s;
}

.cprowcon .layui-panel:hover div:nth-child(1) img {
	transform: scale(1.2);
}

.cprowcon .layui-panel p {
	font-size: 16px;
	line-height: 32px;
	padding-left: 10px;
}

.cprowcon .layui-panel p:nth-child(3) {
	color: red;
	font-weight: bold;
}

.cprowcon .layui-panel p.anlitime {
	color: #333333;
	font-weight: normal;
}

.news1row {
	padding: 25px 0 0px 0;
}

.news1rowcon>div:nth-child(1) {
	width: 66%;
}

.news1rowcon>div:nth-child(2) {
	width: 32%;
}

.news1rowcon>div:nth-child(even) {
	margin: 0 0 0 2%;
}

.news1rowcon .one1list>div:nth-child(1) {
	border-bottom: 1px solid #0066CC;
	padding-bottom: 10px;
}

.news1rowcon .one1list div span:nth-child(1) {
	font-size: 22px;
	font-weight: bold;
}

.news1rowcon .one1list div span:nth-child(1) a {
	color: #0F93E6;
}

.news1rowcon .one1list div span:nth-child(1) a:hover {
	color: #0066CC;
}

.news1rowcon .one1list div span:nth-child(2) {
	float: right;
	background-color: red;
	border-radius: 10%;
	font-weight: bold;
	padding: 3px 5px;
	margin-top: 5px;
}

.news1rowcon .one1list div span:nth-child(2) a {
	color: #FFFFFF;
}

.news1clist {
	padding-top: 15px;
}

.news1clist div:nth-child(1) {
	width: 48.5%;
	position: relative;
	float: left;
}

.news1clist div:nth-child(1) img {
	width: 100%;
}

.news1clist div:nth-child(2) {
	width: 45%;
	float: right;
	position: relative;
	line-height: 26px;
	font-size: 14px;
	padding: 10px;
}


.newsrow {
	padding: 25px 0 0px 0;
}

.newsrowcon>div {
	width: 32%;
}

.newsrowcon>div:nth-child(even) {
	margin: 0 2%;
}

.newsrowcon .onelist div {
	border-bottom: 1px solid #0066CC;
	padding-bottom: 10px;
}

.newsrowcon .onelist div span:nth-child(1) {
	font-size: 22px;
	font-weight: bold;
}

.newsrowcon .onelist div span:nth-child(1) a {
	color: #0F93E6;
}

.newsrowcon .onelist div span:nth-child(1) a:hover {
	color: #0066CC;
}

.newsrowcon .onelist div span:nth-child(2) {
	float: right;
	background-color: red;
	border-radius: 10%;
	font-weight: bold;
	padding: 3px 5px;
	margin-top: 5px;
}

.newsrowcon .onelist div span:nth-child(2) a {
	color: #FFFFFF;
}

.newsrowcon ul.newsclist {
	margin-top: 15px;
}

.newsrowcon ul.newsclist li {
	line-height: 36px;
	font-size: 16px;
	border-bottom: 1px dotted #E2E2E2;
}

.newsrowcon ul.newsclist li i {
	line-height: 26px;
	color: red;
	font-weight: bold;
	font-size: 12px;
}

/*服务动画图标*/
.fwicon {
	margin: 25px 0px 30px 0;
}

.fwicon li {
	width: auto;
	text-align: center;
	display: inline-block;
	margin: 0px 19px;
}

.fwicon li .layui-anim {
	width: 60px;
	height: 60px;
	border: 2px solid #0066CC;
	cursor: pointer;
	color: #0066CC;
	border-radius: 50%;
	font-size: 32px;
	font-weight: bold;
	line-height: 56px;
	float: left;
	position: relative;
}

.fwicon .code {
	font-size: 16px;
	line-height: 26px;
	padding: 4px 0px 0px 5px;
	float: left;
	position: relative;
}

.fwicon .code span {
	font-weight: bold;
}

.fustextfbg {
	background-color: #F2F2F2;
}

.fustextbom {
	height: 40px;
	line-height: 40px;
	background-color: #0F93E6;
}

.fustextbom {
	font-size: 16px;
	color: #FFF;
}

.fustextbom a {
	padding-left: 20px;
	color: #FFF;
}

.fustextbom .layui-col-xs3 {
	text-align: right;
}

.fustext {
	line-height: 30px;
	padding: 40px 0px 20px 0px;
	font-size: 16px;
	background-color: #F2F2F2;
}

.fustext div:nth-child(1) {
	padding-right: 80px;
	line-height: 32px;
}

.fustext div:nth-child(3) {
	border-right: 1px solid #0F93E6;
	text-align: center;
}

.fustext div:nth-child(2) {
	border-left: 1px solid #0F93E6;
	text-align: center;
}

.fustext div:nth-child(1) span:nth-child(3) {
	color: red;
	font-size: 28px;
	font-weight: bold;
}

.fustext span {
	width: 100%;
	display: inline-block;
}

.fustext span.title {
	font-size: 20px;
	font-weight: bold;
}

.fustext span.ustitle {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #0F93E6;
	margin-bottom: 10px;
}

.fustext .rcode span {
	float: left;
	position: relative;
	width: 38%;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	margin-left: 12%;
}

.fustext .rcode span img {
	width: 100%;
}

#totop {
	bottom: 120px;
	display: none;
}



.info-acontent {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.info-acontent div.title,
.info-acontent div.title span {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}

.info-acontent div.title span {
	color: #00aa98;
}

.info-contents {
	border-left: #EEEEEE 1px solid;
	padding-left: 20px;
}

.info-contents .title {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}

.info-contents .title span.icon {
	margin-left: -28px;
}

.info-contents .title span.tname {
	margin-left: 10px;
}

.info-contents .contents {
	font-size: 16px;
	line-height: 32px;
}

.info-content-bg {
	background: url(../img/info-content-bg.jpg) left repeat-y;
}

.info-content .title {
	background-color: #0066CC;
	font-size: 20px;/ line-height: 32px;
	color: #FFFFFF;
	padding: 10px 0 10px 10px;
}

.info-content .title span {
	font-size: 14px;
	margin-left: 10px;
}

.info-content .tinfo {
	line-height: 30px;
	background-color: #f5f5f5;
}

.info-content ul.tinfo li {
	font-size: 18px;
	padding: 10px 0 10px 30px;
	border-top: 1px solid #FFFFFF;
}

.info-content ul.tinfo li:hover {
	background-color: #e7e8ea;
	border-left: 3px solid #4AA1E8;
}

.info-content ul.tinfo li:hover a {
	color: #CE2720;
}


.info-bcontent {
	border: 1px solid #EEEEEE;
	padding: 10px 15px;
}

.info-bcontent .title {
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
}

.info-bcontent .tinfo {
	line-height: 32px;
}

.info-bcontent div.tinfo p {
	font-size: 14px;
	line-height: 32px;
	padding: 2px 0px;
}

.info-bcontent div.tinfo img {
	width: 100%;
	border: 1px solid #EEEEEE;
}

.info-bcontent div.tinfo table{
	width: 100%;
	border-collapse: collapse;
}
.info-bcontent div.tinfo table,
.info-bcontent div.tinfo th,
.info-bcontent div.tinfo td{
	padding-left: 10px;
	border: 1px solid #DDDDDD;
}
.info-bcontent div.tinfo table th,
.info-bcontent div.tinfo table td:first-child{
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
}

.pdpbody2 table{
	width: 100%;
	border-collapse: collapse;
}
.pdpbody2 table,
.pdpbody2 th,
.pdpbody2 td{
	padding-left: 10px;
	border: 1px solid #DDDDDD;
}
.pdpbody2 table th,
.pdpbody2 table td:first-child{
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
}


.news-list-one {
	padding: 40px 0px;
	border-bottom: 1px dotted #CCCCCC;
}

.news-list-one .layui-panel {
	padding: 3px;
	overflow: hidden;
	background-color: #E8EADF;
	border: 3px solid #e5e5e5;
	border-radius: 6px;
}

.news-list-one img {
	width: 100%;
}

.news-list-one .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
}

.news-list-one .datetime {
	font-size: 16px;
	line-height: 24px;
}

.news-list-one .datetime a {
	color: #CE2720;
}

.news-list-one .datetime .more {
	font-size: 14px;
	line-height: 24px;
	background-color: #4AA1E8;
	padding: 2px 10px;
	float: right;
	color: #FFFFFF;
}

.news-list-one .info {
	font-size: 14px;
	line-height: 32px;
	height: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pagediv-blue a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}

[class^="pagediv"] a,
[class^="pagediv"] span {
	padding: 5px 10px;
}

.pagediv-blue .cpage {
	background-color: #0066CC;
	color: #FFFFFF;
}


.news-content .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
}

.news-content .info {
	color: #B2B2B2;
	line-height: 22px;
}

.news-content .info span {
	padding: 0 10px;
}

.news-content .contents {
	font-size: 16px;
	line-height: 32px;
}

.morenews {
	line-height: 32px;
}

.morenews span {
	font-weight: bold;
}

.pd-sfenlei .title h3{
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
}
.pd-sfenlei .title h3 span{
	color: #CE2720;
}
.pd-sfenlei .title p{
	font-size: 16px;
	line-height: 32px;
}
.pd-sfenlei .sfenlei{
	background-color: #E5E5E5;
	padding: 20px;
}
.pd-sfenlei .sfenlei .bsfenlei{
	background-color: #0066CC;
	font-size: 30px;
	line-height: 52px;
	text-align: center;
	padding: 20px;
	color: #FFFFFF;
	margin: 20px;
}
.pd-sfenlei .sfenlei .ssfenlei{
	background-color: #ff6600;
	width: 25%;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	padding: 10px;
	display: inline-block;
	color: #FFFFFF;
	border-radius: 10px;
	margin: 20px 20px 0 20px;
}

.pdetailinfo img { max-width:800px;
	
}

.pdetailrinfo {
	margin-left: 30px;
}

.pdetailrinfo .pdtitle {
	font-size: 30px;
	padding: 5px 0px 10px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pdetailrinfo .pdclanmu {
	font-size: 22px;
	padding: 0px 0px 10px 0px;
	color: #0D69D7;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pdetailrinfo .pdcode {
	text-align: center;
	height: 150px;
	line-height: 150px;
}

.pdetailrinfo .pdcode img {
	width: 100%;
}

.pdzixun {
	text-align: center;
	line-height: 36px;
	font-size: 32px;
	font-weight: bold;
	background-color: #0D69D7;
	color: #fff;
	margin-top: 32px;
	padding: 3px 0px;
}

.pdzixun i {
	font-size: 32px;
	font-weight: bold;
}

.pdetailbody .layui-panel {
	margin: 10px 0px;
}

.pdetailbody .pdpbody1,
.pdetailbody .pdpbody2 {
	line-height: 22px;
	padding: 20px;
}

.pdetailbody .pdpbody2 .title{
	font-size: 22px;
	line-height: 50px;
	padding-left: 30px;
	color: #CE2720;
}

.pdetailbody .pdptitle1,
.pdetailbody .pdptitle2 {
	font-size: 22px;
	line-height: 30px;
	padding: 10px 0px 10px 20px;
	background-color: #0D69D7;
	color: #fff;
}

.gyus-lianxi {
	line-height: 32px;
	font-size: 14px;
	padding: 10px;
}

.gyus-lianxi span {
	font-weight: bold;
	font-size: 16px;
}

.gyus-icon {
	padding: 0 10 15px 10px;
}

.gyus-icon li {
	width: 25%;
	float: left;
	position: relative;
}

.gyus-icon li .layui-anim {
	width: 74px;
	height: 74px;
	line-height: 74px;
	margin: 0 auto 10px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
}

.gyus-icon .code {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}
.tlcxtj{ width:100%; overflow:hidden;}
.tlcxtj ul{ border:1px solid #ddd; border-top:0px; float:left; width:99.9%;}
.tlcxtj li{ width:260px; height:auto; float:left; overflow:hidden; margin-top:10px; margin-left:19px; margin-bottom:10px; line-height:30px; text-align:center;}
.tlcxtj img{ width:260px; height:195px;}


.slider {
	position: relative;
}

.lastpic {
	position: absolute;
	left: 0;
	top: 40%;
}
.nextpic {
	position: absolute;
	right: 0;
	top: 40%;
