@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 16px "Microsoft YaHei", Verdana, Arial, Geneva, sans-serif;
	color: #323a45;
	background: #fff;
}
img {
	border-style: none;
}
ul {
	list-style-type: none; 
}
li {
	list-style-image: none;
}
a {
	color: #404243;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #e03235;
}
input, textarea, select {
	font: 14px "Microsoft YaHei", Verdana, Arial, Geneva, sans-serif;
}
input:focus, textarea:focus {
	outline: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	resize: none;
	-webkit-appearance: none;
}
h1, h2, h3, h3, h4, h5, h6 {
	font-weight: normal;
}
.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.clear {
	clear: both;
}
.red {
	color: #e03235;
}
.center {
	text-align: center;
}
/*pc header*/
.header {
	height: 144px;
}
.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.logo-box {
	width: 100%;
	height: 300px;
	 background:url("../images/top_bg.jpg") repeat-x center;
}
.logo-con {
	width: 100%;
	padding: 10px 20px;
	height: 100px;
	position: relative;
	padding-right: 314px;
}
a.logo {
	display: block;
	float: left;
}
a.logo img {
	display: inline-block;
	margin-top:60px;
	width: 100%;
}
.top-nav {
	position: absolute;
	top: 10px;
	right: 20px;
	float: left;
		letter-spacing:2px;
}
.top-nav li {
	float: left;
	padding: 0px 10px;
	line-height: 30px;
}
.top-nav li a {
	font-size: 14px;
	color: #6b6b6b;

}
.top-name {
	position: absolute;
	top: 190px;
	left: 40px;
	font-size:45px;
	font-family:"Î¢ÈíÑÅºÚ","microsoft yahei","ºÚÌå";
	letter-spacing:5px;
	color: #fff600;
}

.search-box {
	position: absolute;
	top: 250px;
	height: 28px;
	right: 20px;
	float: left;
}
.search-box p {
	float: left;
	height: 28px;
}
.search-box p.p1 {
	font-size: 14px;
	color: #333;
	line-height: 28px;
}
.search-box p.p2 {
	width: 212px;
	background-color: #fff;
	border: 1px #ddd solid;
	padding-right: 28px;
	position: relative;
}
.search-box p.p2 input[type="text"] {
	width: 100%;
	background-color: transparent;
	border-style: none;
	height: 26px;
	line-height: 26px;
	padding: 0px 5px;
	font-size: 14px;
	color: #666;
}
.search-box p.p2 a {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 28px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #a8a8a8;
}
.search-box p.p2 a span {
	font-size: 16px;
}
.nav-box {
	height: 44px;
	background-color: #0056af;
	border-top: 1px #022f72 solid;
}
.nav li {
	float: left;
	width: 10%;
}
.nav li a {
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	font-weight:bold;
	color: #fff83a;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}
.nav li a.current {
	background-color: #022f72;
	color: #fff;
}
/*mobile header*/
.m-header {
	width: 100%;
	float: left;
	background:url("../images/m_bg.jpg") repeat-x center;
	position: relative;
	display: none;
}


.m-logo {
	width: 100%;
	float: left;
	padding: 30px 0px 30px;
	position: relative;
	text-align: center;
	padding-right: 50px;
	background:url("../images/m_bg.jpg") repeat-x center;
}
.m-logo img {
	display: inline-block;
	max-width: 100%;
}
.m-logo b {
margin-top:-30px;
font-size:35px;
font-family:"Î¢ÈíÑÅºÚ","microsoft yahei","ºÚÌå";letter-spacing:5px;color: #fff600;
}
a.nav-btn {
	display: inline-block;
	position: absolute;
	z-index: 999;
	top: 50%;
	right: 10px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	color: #cbcbcb;
	text-align: center;
	line-height: 40px;
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #d73939;
	color: #fff;
	border-radius: 4px;
}
a.nav-btn span {
	font-size: 18px;
}
.m-search {
	width: 100%;
	float: left;
}
.m-search-con {
	width: 100%;
	float: left;
	background-color: #e5e5e5;
	height: 42px;
	position: relative;
	padding-right: 42px;
}
.m-search-con input[type="text"] {
	width: 100%;
	background-color: transparent;
	border-style: none;
	height: 42px;
	line-height: 42px;
	padding: 0px 10px;
	font-size: 14px;
	color: #525252;
}
.m-search-con a {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #a3a3a3;
}
.m-search-con a span {
	font-size: 22px;
}
.m-nav-box {
	position: fixed;
	display: none;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: Alpha(opacity=0);
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 15px;
	text-align: center;
	overflow-y: auto;
	-webkit-transition: .5s;
	transition: .5s;
}
.m-nav-box span {
	font-size: 18px;
}
.show {
	display: block;
	opacity: 1;
	filter: Alpha(opacity=100);
}
.hide {
	display: none;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.nav-list {
	margin-top: 20px;
}
.nav-list li {
	text-align: center;
}
.nav-list li a {
	display: inline-block;
	padding: 5px 0px;
	font-size: 15px;
	line-height: 30px;
	color: #ebebeb;
}
.close {
	display: inline-block;
	margin-top: 20px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}
.close span {
	font-size: 18px;
}
.close:hover {
	color: #fff;
}
/*index*/
.banner {
	width: 100%;
	float: left;
}
.main {
	width: 100%;
	float: left;
}
.box {
	width: 100%;
	float: left;
	padding-top: 10px;
	clear: both;
}
.news {
	width: 100%;
	padding-right: 5px;
	float: left;
	-webkit-transition: .5s;
	transition: .5s;
	display: flex;
    flex-wrap: wrap;
}
.message {
	width: 33.4%;
	padding-left: 5px;
	float: left;
	-webkit-transition: .5s;
	transition: .5s;
}
.message1{
	width: 33.4%;
	float: left;
	-webkit-transition: .5s;
	transition: .5s;
}
.message2{
	width: 33.3%;
	padding-left: 15px;
	float: left;
	-webkit-transition: .5s;
	transition: .5s;
}
.box-tit {
	height: 50px;
	border-bottom: 2px #6d6d6d solid;
	position: relative;
	padding: 0px 5px;
	padding-right: 60px;
	line-height: 50px;
	font-size: 20px;
	color: #002a48;
	width:100%;
}
.box-tit a {
	display: inline-block;
	width: 60px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #cc0000;
	font-size: 16px;
}
.news-con {
	clear: both;
	width: 100%;
	float: left;
	padding: 10px;
}
.news-img {
	float: left;
	width: 45%;
   padding-right: 10px;
	overflow: hidden;
}
.news-list {
	float: left;
	width: 55%;
	padding-left: 10px;
}
.news-img-box {
	width: 100%;
	float: left;
	background-color: #f3f3f3;
}
.news-img-box a {
	display: block;
	width: 100%;
	float: left;
}
.news-img-box a img {
	width: 450px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: .5s;
	transition: .5s;
}
.news-img-box a:hover img {
	opacity: 0.9;
}
.news-img-txt {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px 5px;
	text-align: center;
	background-color: #666666;
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-img-txt a {
	color: #fff;
}
.news-items {
	width: 100%;
	float: left;
}
.news-items li {
	clear: both;
	float: left;
	width: 100%;
	padding: 5px 0px;
	border-bottom: 1px #b2b2b2 dashed;
}
.news-items li a {
	display: block;
	width: 100%;
	float: left;
}
.news-items li a p.p-tit {
	position: relative;
	height: 28px;
	line-height: 28px;
	padding-right: 75px;
	color: #ff0000;
	font-size: 16px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-items li a p.p-tit .iconfont {
	font-size: 16px;
	margin-right: 2px;
}
.news-items li a p.p-tit .date {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	text-align: right;
	font-size: 13px;
	color: #504f4f;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.news-items li a p.p-con {
	height: 44px;
	line-height: 22px;
	color: #7f7c7c;
	font-size: 14px;
	overflow : hidden;
	-webkit-transition: .5s;
	transition: .5s;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-items li a:hover p.p-con {
	color: #7f7c7c;
}
.notes-con {
	clear: both;
	width: 100%;
	float: left;
	padding: 10px;
}
.notes-items {
	width: 100%;
	float: left;
}
.notes-items li {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px #b2b2b2 dashed;
}
.notes-items li a {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding: 7px 0px;
	padding-left: 84px;
	min-height: 62px;
}

.notes-items li a p.p-con {
	height: 44px;
	line-height: 22px;
	color: #7f7c7c;
	font-size: 14px;
	overflow : hidden;
	-webkit-transition: .5s;
	transition: .5s;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.notes-items li a .notes-txt {
	width: 100%;
	color: #000;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	height: 48px;
}
.notes-items li a .notes-date {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 64px;
	float: left;
}

.notes-items li a .notes-thumb {
	top: 0px;
	left: 0px;
	width:200px;
	float: left;
}

.notes-items li a .notes-date .p1 {
	line-height: 32px;
	font-size: 22px;
	color: #fff;
	background-color: #afdefe;
	text-align: center;
	transition: all 0.4s ease-in-out;
}
.notes-items li a .notes-date .p2 {
	background-color: #e3e4e6;
	font-size: 14px;
	color: #6b6b6b;
	line-height: 30px;
	text-align: center;
}
.notes-items li a:hover .notes-date .p1 {
	background-color: #afdefe;
}
.notes-items li a:hover .notes-txt {
	color: #b52609;
}
.bgc {
	background-color: #f1f1f1;
	padding: 0px;
}
.mt20 {
	margin-top: 20px;
}
.box-items {
	width: 33%;
	float: left;
	-webkit-transition: .5s;
	transition: .5s;
}
.box-items:nth-child(2) {
	width: 33%;
	padding: 0px 10px;
}
.box-items:nth-child(3) {
	width: 33%;
}
.mt15 {
	margin-top: 15px;
}
.box-item {
	width: 100%;
	float: left;
}
.box-item-tit {
	width: 100%;
	float: left;
	height: 120px;
	position: relative;
}
.box-item-tit h3 {
	font-weight: 400;
	font-size: 24px;
	color: #ff9900;
	position: absolute;
	top: 10px;
	right: 20px;
	line-height: 32px;
}
.tit-bg1 {
	background: url(../images/item-bg1.jpg) no-repeat right top;
}
.tit-bg2 {
	background: url(../images/item-bg2.jpg) no-repeat right top;
}
.ul-box {
	clear: both;
	width: 100%;
	float: left;
	padding: 10px;
}
.box-item-list li {
	clear: both;
	width: 100%;
	float: left;
}
.box-item-list li a {
	display: block;
	width: 100%;
	float: left;
	font-size: 14px;
	color: #000;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box-item-list li a span {
	display: inline-block;
	color: #0268b3;
	font-size: 14px;
	margin-right: 3px;
}
.box-item-list li a:hover {
	color: #0268b3;
}
.infos {
	display: block;
	width: 100%;
	float: left;
	line-height: 28px;
	font-size: 14px;
	color: #000;
}
.infos:hover {
	color: #000;
}
.infos span.s1 {
	color: #009900;
}
.infos span.s2 {
	display: inline-block;
	float: right;
}
.icon-items {
	width: 100%;
	float: left;
	padding: 10px;
}
.icon-items ul li {
	width: 50%;
	float: left;
	padding: 10px;
}
.icon-items ul li a {
	display: block;
	width: 100%;
	float: left;
	padding: 10px 0px;
	background-color: #c1e4fa;
	text-align: center;
}
.icon-items ul li a img {
	display: inline-block;
	width: 68px;
	height: 52px;
}
.icon-items ul li a span {
	display: inline-block;
	font-size: 14px;
	color: #0081cf;
}
.box-con {
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.sw {
	height: 210px;
}
.auto-list .swiper-slide {
	width: 150px;
	height: 210px;
	position: relative;
	text-align: center;
}
.auto-list .swiper-slide a.auto-item {
	position: relative;
	display: inline-block;
	width: 150px;
	padding: 0px 5px;
	height: 210px;
}
.auto-list .swiper-slide a.auto-item img {
	display: inline-block;
	width: 140px;
	height: 210px;
}
.swiper-slide {
	text-align: center;
}
.auto-list .swiper-slide img {
	display: inline-block;
	width: 140px;
	height: 210px;
}
.contact {
	width: 100%;
	float: left;
	padding: 0px 20px;
	text-align: center;
}
.wx {
	display: inline-block;
	width: 116px;
	height: 118px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.contact-info {
	display: inline-block;
	text-align: left;
	width: 180px;
	margin: 0px 20px;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	vertical-align: middle;
}
.contact-info span {
	color: #5d5d5d;
}
.work-contact {
	display: inline-block;
	width: 360px;
	text-align: left;
	vertical-align: middle;
}
.work-contact p {
	line-height: 30px;
	min-height: 30px;
	width: 100%;
	float: left;
	position: relative;
	color: #000;
	font-size: 14px;
	padding-left: 70px;
}
.work-contact p span.s-tit {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	color: #5d5d5d;
}
.work-contact p span.s-con {
	display: inline-block;
	float: left;
	margin: 0px 2px;
}
.bgx {
	background-color: #202020;
}
.footer-box {
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.footer-imgs {
	width: 50%;
	float: left;
	text-align: center;
}
.footer-imgs img {
	display: inline-block;
	width: 216px;
	margin: 5px 10px;
}
.footer-info {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	padding-right: 10px;
}
.footer-info span {
	display: inline-block;
	margin: 0px 2px;
}
/*sub page*/
.list-box {
	width: 100%;
	float: left;
	padding: 30px 20px 20px;
}
.list-box h3 {
	border-bottom: 2px #c8c8c8 solid;
	height: 42px;
	font-weight: normal;
}
.list-box h3 p.p1 {
	font-size: 20px;
	height: 40px;
	float: left;
	line-height: 40px;
	color: #333;
}
.list-box h3 p.p2 {
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.list-box h3 p.p2 a {
	display: inline-block;
	font-size: 14px;
	color: #393939;
	padding: 0px 2px;
}
.list-box h3 p.p2 span {
	display: inline-block;
	font-size: 14px;
	color: #666;
	padding: 0px 2px;
}
.article-titlt dt {
    margin-top:20px;
	line-height: 34px;
	color: #252829;
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
}
.article-titlt dd {
	line-height: 26px;
	font-size: 14px;
	color: #a4a6a7;
	text-align: center;
}
.article-box {
	width: 100%;
	float: left;
	padding-top: 20px;
	color: #68696a;
	line-height: 200%;
	font-size: 18px;

}
.article-box p.p-txt {
	color: #68696a;
	line-height: 30px;
	padding-bottom: 15px;
	font-size: 20px;
}
.article-box p.p-img {
	text-align: center;
	padding: 5px 0px;
}
.article-box img {
	display: inline-block;
	max-width: 100% !important;
    max-height:100% !important;
}

.banner .swiper-container {
	width: 100%;
}
.banner .swiper-container img {
	display:inline-block;
	width: 100%;
}

.sw2{ width:100%;}
.sw2 a{ display:block; width:100%; float:left; position:relative;}
.sw2 a img{ display:inline-block; width:100%; vertical-align:top;}
.sw2 a p{ position:absolute; left:0px; bottom:0px; width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    font-size: 14px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

/* media screen */
@media screen and (max-width: 1200px) {
.contact-info {
	margin: 0px 10px;
}
.work-contact {
	width: 340px;
}
}
@media screen and (max-width: 1120px) {
.contact {
	padding: 0px 10px;
}
.work-contact {
	width: 320px;
}
}
@media screen and (max-width: 1024px) {
.book {
	width: 100%;
	padding-right: 0px;
}
.contact-box {
	width: 100%;
	padding-left: 0px;
}
.contact-info {
	margin: 0px 20px;
}
.contact {
	padding: 0px 20px;
}
.work-contact {
	width: 360px;
}
}
@media screen and (max-width: 1000px) {
.nav li a {
	font-size: 14px;
}
.box-tit {
	font-size: 18px;
}
.box-tit span {
	display: none;
}
.box-items {
	width: 50%;
	padding-right: 5px;
}
.box-items:nth-child(2) {
	width: 50%;
	padding: 0px 0px 0px 5px;
}
.box-items:nth-child(3) {
	width: 100%;
}
.icon-items ul li {
	width: 33.3333%;
}
.footer-imgs {
	width: 40%;
}
.footer-info {
	width: 60%;
}
}
 @media screen and (max-width: 860px) {
.header {
	display: none;
}
.m-header {
	display: block;
}
.news {
	width: 100%;
	padding-right: 0px;
}
.message {
	width: 100%;
	padding-left: 0px;
}
.message1 {
	width: 100%;
	padding-left: 0px;
}
.message2 {
	width: 100%;
	padding-left: 0px;
}
.box-item-tit {
	height: 100px;
}
.box-item-tit h3 {
	font-size: 22px;
}
}
 @media screen and (max-width: 600px) {
.box-items {
	width: 100%;
	padding-right: 0px;
}
.news-items li a p.p-con {
	height: 22px;
	-webkit-line-clamp: 1;
}
.box-items:nth-child(2) {
	width: 100%;
	padding: 0px;
}
.footer-imgs {
	width: 100%;
}
.footer-info {
	width: 100%;
	padding: 10px 10px 0px;
	text-align: center;
}
.list-box {
	padding: 20px 10px 10px;
}
.list-box h3 p.p1 {
	font-size: 18px;
}
.list-box h3 {
	border-bottom: 1px #c8c8c8 solid;
}
}
 @media screen and (max-width: 414px) {
.news-img {
	float: left;
	width: 100%;
	padding-right: 0px;
}
.news-list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.icon-items ul li {
	width: 50%;
}
.box-item-tit {
	height: 80px;
}
.box-item-tit h3 {
	font-size: 20px;
}
.contact-info {
	margin: 0px 10px;
}
.contact {
	padding: 0px 10px;
}
}
@media screen and (max-width: 375px) {
.work-contact {
	width: 320px;
}
}
 @media screen and (max-width: 340px) {
.work-contact {
	width: 300px; 
}
}


/* ·ÖÒ³ */
#pages { line-height:35px;padding:14px 0 10px; font-family:ËÎÌå }
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { background:url(statics/images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(statics/img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

