body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
img,
form,
section,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

@font-face {
	font-family: 兰亭特黑简;
	/*这里是说明调用来的字体名字*/
	src: url(../fonts/兰亭特黑简.TTF);
	/*这里是字体文件路径*/
}

@font-face {
	font-family: Pacifico;
	/*这里是说明调用来的字体名字*/
	src: url(../fonts/Pacifico-Regular.ttf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}
pre{
	margin: 0;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all 0.3s ease;
}

.header {
	width: 1200px;
	margin: auto;
	height: 80px;
}

.headernews {
	width: 100%;
	height: 600px;
	position: relative;
	background: url(../images/headerbj1.jpg) top center no-repeat;
}

.banner_title {
	color: #fff;
	font-size: 42px;
	padding-top: 180px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.banner_title1 {
	text-align: center;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold;
}

.header img {
	height: 44px;
	float: left;
	margin-top: 18px;
}

.banner_title2 {
	width: 255px;
    display: block;
    margin: 20px auto;
    padding: 5px 0;
    text-align: center;
    border: solid 1px #fff;
    margin-bottom: 160px;
    color: #fff;
    font-weight: bold;
    transition: all 0.8s ease;
}

.banner_title2:hover {
	
	background: #ffffff;
	border: solid 1px #fff;
	color: #255677;
}

.menu {
	float: right;
	line-height: 80px;
}

.menu a {
	float: left;
	display: block;
	width: auto;
	line-height: 80px;
	margin: 0 16px;
	font-size: 15px;
	color: #ffffff;
	position: relative;
}

.menu .menu1 {
	float: left;
	display: block;
	width: auto;
	line-height: 80px;
	margin: 0 15px;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}

.menu .menu1:hover>.menu11 {
	display: block;
}

.menu .menua:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: #ffffff;
	opacity: 0;
	transition: all 0.5s ease;
}

.menu11 {
	width: 100px;
	position: absolute;
	padding: 5px 0px;
	border-radius: 5px;
	background-color: #245677;
	top: 81px;
	left: -25px;
	display: none;
	transition: all 0.5s ease;
}

.menu11 a {
	display: block;
	width: 100%;
	line-height: 28px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0 5px;
	transition: all 0.5s ease;
}

.menu11 a:hover {
	background-color: #16bfd0;
}

.menu .menua:hover:after {
	opacity: 1;
	bottom: 15px;
}

.tcgd {
		height: 600px;
		background: url(../images/headerbj1.jpg) top center no-repeat;
	}
	.tcgdimg{
		width: 50px;
	    margin: auto;
	    padding-top: 50px;
	    display: block;
	    animation: jianbian2 2s infinite;
	-webkit-animation: jianbian2 2s infinite;
	}
	
	@keyframes jianbian2 {
	0% {
		padding-top: 50px;
	}
	
	50% {
		padding-top: 40px;
	}
	
	100% {
		padding-top: 50px;
	}
}

.index01 {
	width: 100%;
	padding: 50px 0;
	background-color: #f5f5f5;
}

.indextit {
	font-size: 30px;
	text-align: center;
	color: #acacac;
	margin-bottom: 10px;
	margin-top: 20px;
}

.indextit span {
	color: #255677;
}

.indextit1 {
	font-size: 25px;
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 40px;
}

.indextit1 span {
	font-size: 25px;
	text-align: center;
	position: relative;
	font-weight: bold;
}

.indextit1 span:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #145c84;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.index01con {
	width: 1200px;
	margin: auto;
}

.index01con1 {
	width: 52%;
	float: right;
}

.index01con p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 28px;
	color: #666;
	margin-bottom: 10px;
}

.index02 {
	width: 100%;
	padding: 50px 0;
	background-color: #f5f5f5;
}

.index02main {
	width: 1200px;
	margin: auto;
}

.fwxm {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.fwxm1 {
	display: inline-block;
    width: 9.5%;
    margin: 0px 2%;
    margin-top: 30px;
}

.fwxm1 img {
	width: 80%;
	display: block;
	margin: auto;
}

.fwxm1 p {
	text-align: center;
	margin-top: 8px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #255677;
}

.index03 {
	width: 100%;
	padding: 50px 0;
	background-color: #37749c;
}

.index03main {
	width: 1200px;
	margin: auto;
	position: relative;
}

.index01conimg {
	width: 45%;
	float: left;
}

.index03main .indextit {
	color: #FFFFFF;
}

.index03main .indextit span {
	color: #ffc113;
}

.index03main .indextit1 {
	color: #FFFFFF;
}

.index03main .indextit1 span:after {
	background-color: #FFFFFF;
}

#wrapper {
	width: 90%;
	margin: auto;
}

#carousel {
	width: 100%;
	position: vrelative;
}

#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#carousel li {
	background: #FFFFFF;
	color: #999;
	text-align: center;
	display: block;
	width: 200px;
	height: 200px;
	padding: 5px;
	float: left;
	margin-right: 17px;
	position: relative;
}

#carousel li a img {
	width: 100%;
	height: 120px;
}

.clearfix {
	float: none;
	clear: both;
}

#carousel .prev,
#carousel .next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	margin-left: 10px;
	position: absolute;
	top: 185px;
}

#carousel .prev {
	background-position: 0 0;
	left: -30px;
}

#carousel .prev:hover {
	left: -31px;
}

#carousel .next {
	background-position: -18px 0;
	right: -20px;
}

#carousel .next:hover {
	right: -21px;
}

#carousel .pager {
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

#carousel .pager a {
	background: transparent url(../images/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}

#carousel .pager a.selected {
	background: transparent url(../images/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;
}

#source {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}

#source,
#source a {
	font-size: 12px;
	color: #999;
}

#donate-spacer {
	height: 100%;
}

#donate {
	border-top: 1px solid #999;
	width: 750px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}

#donate p,
#donate form {
	margin: 0;
	float: left;
}

#donate p {
	width: 650px;
}

#donate form {
	width: 100px;
}

.caroufredsel_wrapper {
	width: 100% !important;
}

#carousel ul li a span {
	font-size: 15px;
	display: block;
	text-align: center;
	margin-top: 10px;
	color: #000000;
}

#carousel ul li a p {
	font-size: 13px;
	text-align: left;
	text-indent: 2em;
	line-height: 16px;
	color: #666666;
	margin-top: 5px;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.index04 {
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
}

.index04main {
	width: 1200px;
	margin: auto;
}

.fuwujs p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #245677;
}

.fuwujs span {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #245677;
}

.index04con {
	width: 100%;
}

.index04conleft {
	width: 49%;
	float: left;
}

.index04conleftname1 {
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	bottom: 0px;
	left: 0;
	padding-right: 100px;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index04conright {
	width: 49%;
	float: right;
}

.index04news {
	width: 100%;
}

.index04news1 {
	width: 100%;
	padding-bottom: 17px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dddddd;
}

.index04news1:last-child {
	border-bottom: 0px dotted #dddddd;
}

.index04news1tit {
	color: #245677;
	font-size: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index04news1time {
	font-size: 13px;
	color: #aaaaaa;
	margin-bottom: 10px;
}

.index04news1con {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
}

.index04news1con p {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
}

.index04news1con p span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
}

.index04news1con p br {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
}

.indexxl {
	width: 100%;
	padding: 50px;
	background-color: #FFFFFF;
}

.indexxlmain {
	width: 1200px;
	margin: auto;
	background: url(../images/khxlbj.jpg) top center no-repeat;
	min-height: 450px;
	position: relative;
}

.indexxlmain1 {
	position: absolute;
	left: 8%;
	top: 100px;
	font-size: 14px;
	width: 27%;
	color: #3bb3e7;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: bold;
}

.indexxlmain2 {
	position: absolute;
	right: 8%;
	top: 100px;
	font-size: 14px;
	width: 27%;
	color: #72cbf3;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: bold;
}
.indexsearch{
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 400px;
	width: 650px;
	z-index: 99;
}
.indexsearch1{
    width: 100%;
    position: relative;
}
.qylogo{
	position: absolute;
    height: 50px;
    padding: 6px;
    left: 0px;
    top: 0px;
    background-color: #f5f5f5;
    border-right: 1px solid #dddddd;
}
.indexsearch1 input{
	width: 75%;
	float: left;
	height: 50px;
	font-size: 16px;
	padding:0 5px;
	padding-left: 55px;
	border:none;
	background-color: #ffffff;
}
.indexsearch1 button{
	width: 25%;
	float: right;
	height: 50px;
	background-color: #178edd;
	border:none;
	color: #ffffff;
	font-size: 15px;
	outline: none;
	transition: all 0.3s ease;
}
.indexsearch1 button:hover{
	background-color: #11c0a0;
}
.indexsearch1 button i{
	margin-right: 5px;
}

.indexxlmain3 {
	position: absolute;
	left: 9%;
	bottom: 90px;
	font-size: 14px;
	width: 27%;
	color: #60a2ba;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: bold;
}

.indexxlmain4 {
	position: absolute;
	right: 9%;
	bottom: 90px;
	font-size: 14px;
	width: 27%;
	color: #45b19a;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: bold;
}

footer {
	width: 100%;
	background-color: #245677;
}

.footercon {
	width: 1200px;
	margin: auto;
	padding: 30px 0;
}

.footercon1 {
	width: 30%;
	float: left;
}

.footercon1 .indextit {
	color: #FFFFFF;
	text-align: left;
}

.footercon1 .indextit span {
	color: #F5F5F5;
}

.footercon1 .indextit1 {
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 30px;
}

.footercon1 .indextit1 span:after {
	background-color: #FFFFFF;
}

.footercon1tel {
	font-size: 25px;
	color: #2fd3ad;
	line-height: 32px;
}

.footercon2 {
	width: 15%;
	float: right;
	margin-right: 3%;
}

.footercon2tit {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.footercon2tit span {
	color: #AAAAAA;
	font-size: 14px;
	font-weight: normal;
}

.footercon2lj {
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	transition: all 0.3s ease;
}

.footercon2lj:hover {
	color: #c3c3c3;
}

.footercon3 {
	width: 10%;
	float: right;
}

.footercon3wx {
	margin-top: 20px;
}

.footercon3wx img {
	width: 100%;
}

.footercon3wx p {
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
}

.footercon1by {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 10px;
}

.bqsy {
	width: 100%;
	background-color: #00375c;
	color: #FFFFFF;
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
}

.bqsy span {
	display: block;
	width: 100%;
	margin-top: 5px;
}

.bqsy span a {
	color: #FFFFFF;
}

.service1tit {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.service1tit1 {
	font-size: 15px;
	text-align: center;
	color: #818181;
	margin-bottom: 20px;
}

.service {
	width: 100%;
	background-color: #ffffff;
	padding: 50px 0;
}

.service1 {
	width: 1200px;
	margin: auto;
}

.service1lb {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.service1lb1 {
	width: 31.3%;
	margin: 0 1%;
	margin-bottom: 25px;
	float: left;
	padding: 35px 10px;
	background-color: #FFFFFF;
	transition: all 0.3s ease;
}

.service1lb1:hover {
	-moz-box-shadow: 0px 0px 20px #AAAAAA;
	-webkit-box-shadow: 0px 0px 20px #AAAAAA;
	box-shadow: 0px 0px 20px #AAAAAA;
}

.service1lb1 img {
	width: 30%;
	margin-left: 35%;
}

.service1lb1img {
	width: 50px;
	height: 50px;
	margin: 25px auto;
}

.service1lb1:nth-child(1) .service1lb1img {
	background: url(../images/caiwu1.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(2) .service1lb1img {
	background: url(../images/caiwu2.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(3) .service1lb1img {
	background: url(../images/caiwu3.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(4) .service1lb1img {
	background: url(../images/caiwu4.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(5) .service1lb1img {
	background: url(../images/caiwu5.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(6) .service1lb1img {
	background: url(../images/caiwu6.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(7) .service1lb1img {
	background: url(../images/caiwu7.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(8) .service1lb1img {
	background: url(../images/caiwu8.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(9) .service1lb1img {
	background: url(../images/caiwu9.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(10) .service1lb1img {
	background: url(../images/caiwu10.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(11) .service1lb1img {
	background: url(../images/caiwu11.png) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1:nth-child(12) .service1lb1img {
	background: url(../images/caiwu12.png) center center no-repeat;
	background-size: 100% 100%;
}

.service02lb1:nth-child(1) a .service02lb1left{
	background: url(../images/xw1.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.service02lb1:nth-child(2) a .service02lb1left{
	background: url(../images/xw2.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.service02lb1:nth-child(3) a .service02lb1left{
	background: url(../images/xw3.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.service02lb1:nth-child(4) a .service02lb1left{
	background: url(../images/xw4.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.service02lb1:nth-child(5) a .service02lb1left{
	background: url(../images/xw5.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.service02lb1:nth-child(6) a .service02lb1left{
	background: url(../images/xw6.jpg) center center no-repeat;
	background-size: 100% 100%;
}

.service1lb1tit {
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #245677;
}

.service1lb1tit1 {
	font-size: 14px;
	color: #818181;
	line-height: 18px;
	height: 54px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 3; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 3; 
	-o-box-orient: vertical; 
}

.service01 {
	width: 100%;
	background-color: #00375C;
	padding: 50px 0;
}

.service01nr {
	width: 1200px;
	margin: auto;
}

.service01tit {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.service01tit1 {
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.service01lb {
	width: 100%;
	margin-top: 50px;
}

.service01lb1 {
	width: 30.33%;
	margin: 30px 1.5%;
	float: left;
}

.service01lb1left {
	width: 23%;
	float: left;
}

.service01lb1right {
	width: 70%;
	padding-right: 8%;
	float: right;
}

.service01lb1right h4 {
	font-size: 18px;
	color: #245677;
	margin-bottom: 25px;
}

.service01lb1right p {
	font-size: 14px;
	color: #245677;
	line-height: 18px;
}

.service02 {
	width: 100%;
	padding: 50px 0;
}

.service02nr {
	width: 1200px;
	margin: auto;
}

.service02lb {
	width: 100%;
	margin-top: 50px;
}

.service02lb1 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
}

.service02lb1:nth-child(2n) {
	margin-left: 4%;
}

.service02lb1left {
	width: 32%;float: left;height: 120px;
}

.service02lb1right {
	width: 68%;
	float: right;
	height: 120px;
	padding: 10px 20px;
	background-color: #DDDDDD;
	transition: all 0.3s ease;
}

.service02lb1right h4 {
	font-size: 18px;
	color: #3275a1;
	font-weight: bold;
	margin-bottom: 12px;
}

.service02lb1right div {
	font-size: 13px;
	line-height: 18px;
	height: 36px;
	margin-bottom: 5px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.service02lb1ck {
	display: block;
	width: 85px;
	line-height: 20px;
	border: 1px solid #AAAAAA;
	text-align: center;
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	transition: all 0.3s ease;
}

.service02lb1ck i {
	margin-left: 3px;
}

.service02lb1:hover>.service02lb1right .service02lb1ck {
	background-color: #245677;
	color: #FFFFFF;
	border: 1px solid #245677;
}

.service02lb1:hover>.service02lb1right {
	padding-left: 30px;
	padding-right: 10px;
}

.newsmore {
	display: block;
	width: 135px;
	margin: auto;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #245677;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.newsmore i {
	margin-left: 5px;
}

.newsmore:hover {
	background-color: #000000;
}

.service03 {
	background-color: #F5F5F5;
	padding: 50px 0;
}

.service03nr {
	width: 1100px;
	margin: auto;
}

.Serviceall {
	padding: 20px;
	background-color: #FFFFFF;
}

.Serviceall1 {
	width: 100%;
	padding: 15px 10px;
	border-bottom: 1px dotted #DDDDDD;
}

.Serviceall1 h4 {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
}

.Serviceall1 p {
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	margin: 5px 0;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.Serviceall1 a {
	display: block;
	width: 85px;
	line-height: 25px;
	background-color: #11b8a0;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 10px;
	transition: all 0.3s ease;
}

.Serviceall1 a i {
	margin-left: 3px;
}

.Serviceall1 a:hover {
	background-color: #088876;
}

.banner {
	width: 100%;
	margin-bottom: 50px;
}

.newslb {
	width: 1100px;
	margin: 20px auto;
	margin-bottom: 100px;
}

.newslb1 {
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDDDDD;
	padding: 20px 0;
}

.newslb1img {
	width: 25%;
	float: left;
}

.newslb1js {
	width: 72%;
	float: right;
}

.newslb1js h4 {
	font-size: 18px;
	font-weight: bold;
	color: #245677;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newslb1js h5 {
	font-size: 13px;
	color: #AAAAAA;
	margin-bottom: 20px;
}

.newslb1js p {
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.newslb1js a {
	display: block;
	width: 90px;
	font-size: 14px;
	line-height: 25px;
	color: #088876;
	margin-top: 20px;
	border: 1px solid #1abca5;
	text-align: center;
	transition: all 0.3s ease;
}

.newslb1js a i {
	margin-left: 3px;
}

.newslb1js a:hover {
	background-color: #245677;
	border: 1px solid #245677;
	color: #FFFFFF;
}

.newsdeail {
	width: 1100px;
	margin: auto;
	margin-bottom: 100px;
}

.newsdeail1 {
	font-size: 20px;
	text-align: center;
	color: #245677;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}

.newsdeailtime {
	font-size: 15px;
	color: #AAAAAA;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.newsdeailxq {
	width: 100%;
	padding: 20px 0;
}

.newsdeailxq p {
	line-height: 18px;
	font-size: 15px;
	color: #222222;
}

.newsdeailxq img {
	width: 100%;
}

.casedeail1 {
	font-size: 20px;
	text-align: center;
	color: #245677;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 0px;
	border-bottom: 1px solid #DDDDDD;
}

.caselb {
	width: 1100px;
	margin: 20px auto;
}

.caselb1 {
	width: 23%;
	margin: 15px 1%;
	float: left;
	padding: 10px 10px 0px 10px;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 5px #9E9E9E;
	-webkit-box-shadow: 0px 0px 5px #9E9E9E;
	box-shadow: 0px 0px 5px #9E9E9E;
	transition: all 0.3s ease;
}

.caselb1img {
	width: 100%;
	height: 174px;
}

.caselb1tit {
	width: 100%;
	line-height: 40px;
	color: #245677;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	transition: all 0.3s ease;
}

.caselb1:hover {
	background-color: #245677;
}

.caselb1:hover>a .caselb1tit {
	color: #ffffff;
}

.contact {
	width: 1000px;
	margin: 20px auto;
}

.contact1 {
	width: 100%;
	margin-top: 80px;
}

.contact1left {
	width: 52%;
	float: left;
}

.contact1right {
	width: 46%;
	float: right;
}

.contacttit {
	font-size: 20px;
	font-weight: bold;
	color: #245677;
	position: relative;
	margin-bottom: 50px;
}

.contacttit span {
	font-size: 16px;
	color: #666666;
}

.contacttit:after {
	content: '';
	width: 60px;
	height: 2px;
	position: absolute;
	bottom: -20px;
	left: 0;
	background-color: #245677;
}

.contactnr1 {
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 15px;
}

.contactnr1 i {
	margin-right: 5px;
}

.lyinp {
	width: 100%;
	border: 1px solid #DDDDDD;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
}

.lyinp1 {
	width: 98%;
	border: 1px solid #DDDDDD;
	height: 100px;
	padding-left: 5px;
	font-size: 15px;
	outline: none;
}

.tijiao {
	width: 80px;
	height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.tijiao:hover {
	background-color: #245677;
}

.lyname {
	margin-top: 20px;
}

.swiper-container {
	width: 100%;
}

.swiper-wrapper {
	width: 100%;
}

.menu .menua1 {
	display: none;
}

.menulogo {
	display: none;
}

.aboutcon {
	width: 1100px;
	margin: auto;
	margin-bottom: 50px;
}

.aboutconimg {
	width: 100%;
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.aboutcon1 p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	text-indent: 2em;
	color: #666;
}

.indexckgd {
	display: block;
	width: 90px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	margin: auto;
	margin-top: 20px;
	border: 1px solid #ffffff;
	text-align: center;
	transition: all 0.3s ease;
}

.indexckgd:hover {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #245677;
}

.indexckgd i {
	margin-left: 3px;
}

.indexckgd1 {
	display: block;
	width: 90px;
	font-size: 14px;
	line-height: 25px;
	color: #245677;
	margin: auto;
	margin-top: 35px;
	border: 1px solid #245677;
	text-align: center;
	transition: all 0.3s ease;
}

.indexckgd1:hover {
	background-color: #245677;
	border: 1px solid #245677;
	color: #ffffff;
}

.indexckgd1 i {
	margin-left: 3px;
}

.newslb1js div {
	height: 40px;
	overflow: hidden;
}

.fenye {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.fenye li {
	float: left;
	width: auto;
	line-height: 22px;
	height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
}

.fenye .active {
	background-color: #222222;
}

.fenye .current {
	color: #ffffff;
	background-color: #245677;
}

.fenye li a {
	color: #222222;
}

.Serviceall1js {
	height: 46px;
	overflow: hidden;
}

#carousel ul li a div {
	height: 37px;
	overflow: hidden;
}

.kefu {
	position: fixed;
	z-index: 999999;
	top: 200px;
	right: 10px;
	width: 140px;
	height: 300px;
	border-radius: 10px;
	background: #ffffff;
	border: 5px solid #48a2de;
}

.kefutit {
	line-height: 40px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #aaaaaa;
}

.kefuzixun1 {
	height: 30px;
	/* padding: 6px 0px; */
	border-bottom: 1px dotted #dddddd;
	padding-left: 25px;
	padding-top: 5px;
}

.kefuzixun2 {
	border-bottom: 1px dotted #dddddd;
	padding: 5px 0px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.kefuzixun1 img {
	width: 20px;
	float: left;
}

.kefuzixun1 p {
	line-height: 20px;
	float: left;
	font-size: 13px;
	color: #222222;
	margin-left: 5px;
}

.tem_head nav a {
	position: relative;
}

.lititnemu {
	position: absolute;
	width: 110px;
	padding: 5px;
	top: 50px;
	z-index: 99;
	background: #ffffff;
	left: -12px;
	border-radius: 5px;
	display: none;
}

.lititkb {
	position: absolute;
	width: 110px;
	height: 30px;
	padding: 5px;
	top: 30px;
	left: -12px;
	z-index: 99;
}

.tem_head nav ul li:hover>.lititnemu {
	display: block;
}

.lititnemu a {
	display: block;
	text-align: center;
	line-height: 33px;
	font-size: 13px !important;
	color: #666666;
	border-bottom: 1px dotted #dddddd;
}

.lititnemu a:last-child {
	border-bottom: 0px solid #dddddd;
}

.swiper-slide img {
	width: 100%;
}

.service02lb1right div p {
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.newsdeailxq img {
	width: 50%;
	display: block;
	margin: auto;
	padding: 10px;
	border: 1px dotted #dddddd;
	margin-bottom: 10px;
}

.menu .menua1 {
	display: none;
}

.menulogo {
	display: none;
}

.aboutcon {
	width: 1100px;
	margin: auto;
	margin-bottom: 50px;
}

.aboutconimg {
	width: 100%;
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.aboutcon1 p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	text-indent: 2em;
	color: #666;
}

.index04conleft .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 400px;
}

.kefu {
	width: 173px;
	overflow: hidden;
	border-radius: 5px;
	right: -149px;
	transition: all 0.3s ease;
}

.kefu:hover {
	right: 5px;
}

.kefutit {
	width: 23px;
	height: 300px;
	padding-top: 96px;
	text-align: left;
	line-height: 20px;
	background-color: #48a2de;
	color: #ffffff;
	float: left;
}

.kefuzixun {
	width: 140px;
	float: right;
}

.fixed-nav-list {
	position: fixed;
	top: 50%;
	right: 0px;
	margin-top: -150px;
	z-index: 99
}

.fixed-nav-list .fixed-nav-item {
	position: relative;
	width: 70px;
	height: 70px;
	margin-bottom: 1px;
	background-color: #0099FF;
	cursor: pointer;
	padding-top: 5px;
}

.fixed-nav-list .fixed-nav-item:hover {
	background-color: #59ddc4;
}
.ndc-content img{
	width: 100%;
}

.fixed-nav-list .fixed-nav-item:hover .fixed-nav-detail {
	display: block
}

.fixed-nav-list .fixed-nav-item .fixed-nav-title {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
}

.fixed-nav-list .fixed-nav-item .fixed-nav-title .title-bg {
	width: 30px;
	display: inline-block;
	margin-top: 5px
}

.fixed-nav-list .fixed-nav-item .fixed-nav-title .title-text {
	margin-top: 5px;
	line-height: 14px;
	font-size: 12px;
	color: #fff
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail {
	position: absolute;
	top: 0;
	right: 65px;
	display: none;
	color: #666
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail .nav-detail-local {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	margin-left: -5px
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail .nav-detail-local i {
	display: block;
	margin-top: 25px;
	width: 10px;
	height: 15px;
	background: url(../images/triangle_0ba4043.png) no-repeat!important
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 {
	width: 225px;
	top: 0
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content {
	display: inline-block;
	width: 212px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 0 16px
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li {
	border-bottom: 1px solid #e0e0e0;
	padding: 16px 0;
	position: relative
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li .ndc-title {
	font-size: 16px;
	font-weight: 700;
	background-repeat: no-repeat
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li .ndc-title i {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li .ndc-title span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	line-height: 20px;
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li .ndc-content {
	margin-top: 10px;
	line-height: 14px;
	font-size: 14px;
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li .ndc-tips {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	background: url(../images/tips_39e237d.png)
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li .ndc-input {
	margin-top: 15px;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	background-color: #e7e9ed
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li .ndc-input input {
	width: 100%;
	height: 100%;
	line-height: 32px;
	border: 0;
	padding: 0;
	background-color: transparent
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li .ndc-btn {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #0099FF;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li .ndc-btn:hover {
	text-decoration: none;
	background-color: #59ddc4;
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content li:last-child {
	border: 0
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content .ndc-advisor .ndc-title {
	color: #0099FF
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content .ndc-advisor .ndc-title i {
	background: url(../images/header_7e254e4.png)
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content .ndc-server .ndc-title {
	color: #0099FF
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content .ndc-server .ndc-title i {
	background-image: url(../images/hotlineblue_aedce13.png)
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content .ndc-call .ndc-title {
	color: #0099FF
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-1 .nav-detail-content .ndc-call .ndc-title i {
	background-image: url(../images/call_487b28e.png)
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-2 {
	width: 150px
}

.fixed-nav-list .fixed-nav-item .fixed-nav-detail-2 .nav-detail-content {
	display: inline-block;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 16px
}

.fixed-nav-list .fixed-nav-item.item-backtop {
	margin-top: 20px
}

.xfck{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}
.xfck1{
	width: 500px;
    height: 450px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    z-index: 999;
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
}
.xfck12{
	background-color: #337eaf;
	padding: 20px 0;
	margin-bottom: 30px;
	position: relative;
}
.ckgb{
	position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    cursor: pointer;
}
.xfck1tit{
	text-align: center;
	font-size: 17px;
	width: 60%;
	margin: auto;
	color: #FFFFFF;
	position: relative;
}
.xfck1tit:after{
	position: absolute;
	width: 40px;
	height: 1px;
	content: '';
	background-color: #FFFFFF;
	left: 0;
	top: 8px;
}
.xfck1tit:before{
	position: absolute;
	width: 40px;
	height: 1px;
	content: '';
	background-color: #FFFFFF;
	right: 0;
	top: 8px;
}
.xfck1tit1{
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 12px;
	text-align: center;
}
.xfck13{
	padding: 0 20px;
}
.xfck131{
	width: 100%;
	height: 40px;
	margin-bottom: 25px;
}
.xfck131tit{
	width: 20%;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	text-align: right;
}
.cominput{
	width: 79%;
	float: right;
	height: 40px;
	border: 1px solid #DDDDDD;
	outline: none;
	padding:0 8px;
	font-size: 14px;
}
.comadd{
	width: 79%;
	float: right;
}
.comadd div select{
	width: 30.7%;
	height: 40px;
	border: 1px solid #DDDDDD;
	padding-left: 5px;
	outline: none;
}
.peoinput{
	width: 30%;
	float: left;
	height: 40px;
	border: 1px solid #DDDDDD;
	padding:0 8px;
	margin-left: 1%;
}
.label_box>label {
	display:block;
	float:right;
	margin-left:10px;
	position:relative;
	overflow:hidden;
}
.label_box{
	width: 48%;
	float: right;
}
.label_box>label>input {
	position:absolute;
	top:0;
	left:-20px;
}
.label_box>label>div {
	width:100px;
	text-align:center;
	border:#dddddd solid 1px;
	height:40px;
	line-height:40px;
	color:#666666;
	user-select:none;
	overflow:hidden;
	position:relative;
}
.label_box>label>input:checked + div {
	border:#348ac2 solid 1px;
	color:#348ac2;
}
.label_box>label>input:checked + div:after {
	content:'';
	display:block;
	width:20px;
	height:20px;
	background-color:#348ac2;
	transform:skewY(-45deg);
	position:absolute;
	bottom:-10px;
	right:0;
	z-index:1;
}
.label_box>label>input:checked + div:before {
	content:'';
	display:block;
	width:3px;
	height:8px;
	border-right:#ffffff solid 2px;
	border-bottom:#ffffff solid 2px;
	transform:rotate(35deg);
	position:absolute;
	bottom:2px;
	right:4px;
	z-index:2;
}
.bdtj {
    width: 50%;
    height: 30px;
    display: block;
    margin: 30px auto;
    background-color: #337eaf;
    color: #FFFFFF;
    border: none;
    padding:0 10px;
    font-size: 15px;
    border-radius: 5px;
    outline: none;
}
.footermenu{
	display: none;
	z-index: 9999;
}
.service6{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.service61{
	width: 23%;
    margin: 0 1%;
    margin-bottom: 25px;
    float: left;
    padding: 20px 10px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}
.service61 img{
	width: 100%;
	height: 170px;
	border:1px solid #dddddd;
	padding: 5px;
}
.service61 p{
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	margin-top: 5px;
	font-weight: bold;
	color: #245677;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.service61:hover {
	-moz-box-shadow: 0px 0px 20px #AAAAAA;
	-webkit-box-shadow: 0px 0px 20px #AAAAAA;
	box-shadow: 0px 0px 20px #AAAAAA;
}

@media only screen and (max-width: 640px) {
	header {
		height: 50px;
	}
	.header {
		height: 50px;
		width: 100%;
		position: relative;
	}
	.headernews{
		height: 360px;
	}
	.header img {
		height: 36px;
	    float: left;
	    margin-top: 8px;
	}
	
	.swiper-slide img {
		width: 100%;
	}
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.menulogo {
		display: block;
		width: 40px;
		height: auto !important;
		float: right !important;
		margin-top: 10px !important;
		margin-right: 5px;
	}
	.menu {
		position: absolute;
		display: none;
		top: 52px;
		right: 5px;
		width: 100px;
		background-color: #245677;
		padding: 5px;
		border-radius: 5px;
	}
	.menu .menua1 {
		display: block;
	}
	.menu1 {
		display: none !important;
	}
	.menu a {
		width: 100%;
		color: #FFFFFF;
		margin: 0px;
		text-align: center;
		line-height: 30px;
		font-size: 13px;
	}
	.index01 {
		width: 100%;
		padding: 20px 0;
	}
	.indextit {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.indextit1 span {
		font-size: 20px;
	}
	.indextit1 {
		margin-bottom: 30px;
	}
	.index01con {
		width: 100%;
		padding: 0 5px;
	}
	.index01conimg {
		width: 100%;
		margin-bottom: 15px;
	}
	.index01con1 {
		width: 100%;
	}
	.index01con p {
		text-indent: 2em;
		font-size: 13px;
		line-height: 20px;
		color: #666;
		margin-bottom: 10px;
	}
	.index02 {
		padding: 20px 0;
	}
	.index02main {
		width: 100%;
	}
	.fwxm1 {
		display: inline-block;
		width: 18.5%;
		margin: 0px 2.5%;
		margin-top: 20px;
	}
	.fwxm {
		margin-top: 0;
	}
	.fuwujs p {
		margin-bottom: 0;
	}
	.indexxl {
		padding: 20px 5px;
	}
	.indexxlmain {
		width: 100%;
		min-height: 100px;
		background: none;
	}
	.indexxlmain1,
	.indexxlmain2,
	.indexxlmain3,
	.indexxlmain4 {
		position: initial;
		width: 100%;
		line-height: 18px;
		color: #245677;
		margin-bottom: 12px;
	}
	.kefu {
		display: none;
	}
	.index03 {
		padding: 20px 5px;
		overflow: hidden;
	}
	.index03main {
		width: 100%;
	}
	#carousel li {
		width: 160px;
	}
	#carousel ul li a span {
		font-size: 13px;
	}
	#wrapper {
		width: 100%;
	}
	.index04 {
		padding: 20px 5px;
	}
	.index04main {
		width: 100%;
	}
	.index04conleft {
		width: 100%;
		margin-bottom: 20px;
	}
	.index04conright {
		width: 100%;
	}
	.index04conleft .swiper-container .swiper-wrapper .swiper-slide img {
		width: 100%;
		height: 300px;
	}
	.indexckgd1 {
		margin-top: 5px;
	}
	.footercon {
		width: 100%;
		padding: 20px 5px;
	}
	.footercon2 {
		display: none;
	}
	.footercon3 {
		display: none;
	}
	.footercon1 {
		width: 100%;
	}
	.footercon1 .indextit {
		display: none;
	}
	.footercon1 .indextit1 span {
		font-size: 17px;
	}
	.footercon1 .indextit1 {
		margin-bottom: 15px;
	}
	.footercon1 .footercon1tel {
		font-size: 19px;
		font-weight: bold;
		line-height: 25px;
	}
	.banner {
		margin-bottom: 20px;
	}
	.aboutcon {
		width: 100%;
		padding: 0 5px;
		margin-bottom: 20px;
	}
	.service {
		width: 100%;
		padding: 20px 5px;
	}
	.service1 {
		width: 100%;
	}
	.service1lb {
		margin-top: 10px;
	}
	.service1tit {
		font-size: 25px;
	}
	.service1tit1 {
		font-size: 14px;
	}
	.service1lb1 {
		width: 48%;
		margin-bottom: 15px;
		padding: 16px 4px;
	}
	.service01 {
		width: 100%;
		padding: 20px 5px;
	}
	.service01nr {
		width: 100%;
	}
	.service01tit {
		font-size: 25px;
	}
	.service01tit1 {
		font-size: 14px;
	}
	.service01lb {
		margin-top: 20px;
	}
	.banner_title {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    padding-top: 90px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    }
    .banner_title1{
    	font-size: 14px;
    line-height: 20px;
    }
    .banner_title2{
    	margin-bottom: 120px;
    }
    .indexsearch{
    	top: 250px;
        width: 300px;
    }
    .qylogo{
    	display: none;
    }
    .indexsearch1 input{
    	height: 40px;
    	padding-left: 5px;
    }
    .indexsearch1 button{
    	height: 40px;
    	font-size: 13px;
    	line-height: 15px;
    }
    .indexsearch1 button i{
    	display: none;
    }
    .fixed-nav-list{
    	display: none;
    }
    .xfck1 {
    width: 90%;
    height: auto;
    position: fixed;
    top: 10%;
    left: 5%;
    margin-left: 0px;
    z-index: 999;
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
}
.xfck1tit {
    font-size: 16px;
    width: 69%;
}
.xfck1tit:before{
	width: 20px;
}
.xfck1tit:after{
	width: 20px;
}
.xfck1tit1 {
    font-size: 13px;
    padding: 0 5px;
    line-height: 18px;
}
.ckgb {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    cursor: pointer;
}
.xfck12{
	margin-bottom: 10px;
}
.xfck13{
	padding:0 5px;
}
.xfck131tit {
    width: 26%;
    line-height: 30px;
    font-size: 13px;
}
.cominput {
    width: 73%;
    height: 30px;
    font-size: 12px;
}
.xfck131 {
    height: 30px;
    margin-bottom: 10px;
}
.peoinput {
    width: 28%;
    float: left;
    font-size: 12px;
    height: 30px;
}
.label_box{
	width: 43%;
}
.label_box>label>div {
    width: 100%;
    text-align: center;
    border: #dddddd solid 1px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
    user-select: none;
    overflow: hidden;
    position: relative;
}
.label_box>label{
	margin-left: 7px;
	width: 45%;
}
.label_box>label>input:checked + div:after{
	width: 17px;
	height: 17px;
}
.label_box>label>input:checked + div:before {
    width: 2px;
    height: 6px;
    bottom: 1px;
    right: 2px;
}
.bdtj{
	font-size: 14px;
}
.bqsy{
	padding:10px 0;
	font-size: 12px;
}
.tcgd{
	height: 320px;
}
.tcgd .banner_title2{
	margin-bottom: 0px;
}
.tcgdimg{
	width: 40px;
}
.service01lb1 {
    width: 48%;
    margin: 20px 1%;
}
.service01lb1left{
	float: none;
	display: block;
	margin:auto;
}
.service01lb1right{
	width: 100%;
	padding-right: 0;
}
.service01lb1right h4 {
    font-size: 15px;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 8px;
}
.service01lb1right p {
    font-size: 12px;
    text-align: center;
    color: #245677;
    line-height: 15px;
    width: 100%;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.service1lb1tit{
	font-size: 18px;
}
.service1lb1img{
	margin:20px auto;
}
.service1lb1tit1{
	font-size: 13px;
}
.service02{
	padding:20px 5px;
}
.service02nr{
	width: 100%;
}
.service02lb{
	margin-top:20px;
}
.service02lb1{
	width: 100%;
	margin-bottom:10px;
}
.service02lb1:nth-child(2n){
	margin-left: 0;

}
.service02lb1left{
	display: none;
}
.service02lb1right{
	width: 100%;
	height: 105px;
	padding: 5px 10px;
}
.service02lb1right h4{
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.service02lb1ck{
	margin-top:5px;
}
.newsmore {
    width: 125px;
    line-height: 35px;
    font-size: 13px;
}
.service1lb1tit1 {
	font-size: 12px;
	color: #818181;
	line-height: 18px;
	height: 72px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 4; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 4; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 4; 
	-o-box-orient: vertical; 
}
.aboutcon1{
	width: 100%;
}
.aboutcon1 img{
	width: 100%;
}
.aboutcon1 p{
	text-indent: 0em;
}
.caselb{
	width: 100%;
}
.caselb1{
	width: 48%;
	margin:10px 1%;
}
.caselb1img{
	height: 122px;
}
.newsdeail{
	width: 100%;
	padding:0 5px;
	margin-bottom: 20px;
	margin-top:20px !important;
}
.newsdeailxq img{
	width: 100%;
}
.contact1{
	margin-top: 20px;
}
.contact{
	width: 100%;
	padding:0 5px;
}
.contact1left{
	width: 100%;
	margin-bottom: 20px;
}
.contact1right{
	width:100%;
}
#container{
	height:200px !important;
}
.contacttit{
	font-size: 17px;
	margin-bottom: 30px;
}
.contacttit span{
	font-size: 14px;
}
.contactnr1 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.lyinp1{
	width: 97%;
}
.footermenu{
                position: fixed;
                width: 100%;
                left: 0;
                display: block;
                bottom: 0;
                background-color: rgb(40, 108, 208);
            }
            .footermenu1{
                width: 25%;
                padding: 8px 0;
                float: left;
                position: relative;
            }
            .footermenu1:after{
               width: 1px;
               height: 100%;
               position: absolute;
               right: -1px;
               top: 0;
               content: '';
               background-color: #ffffff;
            }
            .footermenu1 a img{
                width: 30%;
                display: block;
                margin:auto;
            }
            .footermenu1 a p{
                text-align: center;
                font-size: 14px;
                color: #ffffff;
                margin-top:5px;
            }
            .service61{
            	width: 48%;
            	padding: 10px 5px;
            }
            .service61 img{
            	height: 130px;
            }
            .service61 p{
            	font-size: 13px;
            }

}

@media only screen and (max-width: 375px) {
	.index04conleft .swiper-container .swiper-wrapper .swiper-slide img {
		width: 100%;
		height: 265px;
	}
	.caselb1img{
	height: 110px;
}
.service61 img{
            	height: 115px;
            }
            .service61 p{
            	font-size: 13px;
            }
}

@media only screen and (max-width: 360px) {
	.index04conleft .swiper-container .swiper-wrapper .swiper-slide img {
		width: 100%;
		height: 255px;
	}
	.label_box>label{
	margin-left: 7px;
	width: 44%;
}
.caselb1img{
	height: 105px;
}
.service61 img{
            	height: 110px;
            }
            .service61 p{
            	font-size: 12px;
            }
}

@media only screen and (max-width: 320px) {
	.index04conleft .swiper-container .swiper-wrapper .swiper-slide img {
		width: 100%;
		height: 225px;
	}
	.label_box>label{
	margin-left: 7px;
	width: 44%;
}
.service01lb1right h4{
	font-size: 13px;
}
.caselb1img{
	height: 92px;
}
.service61 img{
            	height: 100px;
            }
            .service61 p{
            	font-size: 12px;
            }
}