@charset "utf-8";

* {
	box-sizing: border-box;
}

body,
div,
p,
h1 {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}

a {
	color: #aaaaaa;
	text-decoration: none;
}

img {
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}

body {
	background-color: #F5F5F5;
	min-width: 1280px;
}

.cont-sy {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navhome_qh{
    width: 102px;
    margin-top: 43px;
    float: left;
    background-color: #ffffff;
    border:1px solid #ffffff;
}
.navhome_zdname{
  width: 100%;
  padding-left: 13px;
  float: left;
  cursor: pointer;
}
.navhomelb{
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  width: 100px;
  padding: 5px 0;
  margin-top:25px;
  background-color: #ffffff;
  
}
.navhomelb li{
  width: 100%;
  text-align: center;
  line-height: 25px;
  
}
.navhomelb li:hover{
  background-color: #dddddd;
}
.navhomelb li:hover>a{
  color: #ffffff;
}
.navhome_qh:hover{
  border: 1px solid #dddddd;
}
.navhome_qh:hover>.navhomelb{
  display: block;
}
.navhome_qh:hover>.navhome_zdname1{
  color: #ff552e;
}
.navhome_qh:hover>.navhome_zdimg{
  background:url(/static/v2/images/navdqdh1.png);

}
.navhomelb li a{
  color: #aaaaaa;
  font-size: 12px;
}
.navhome_zdname1{
  float: left;
  line-height: 30px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaaaaa;
  margin-right: 5px;
}
.navhome_zdimg{
  float:left;
  width: 14px;
  height: 14px;
  margin-top: 8px;
  
  background: url(/static/v2/images/navdqdh.png);
}
.nav_home {
  min-width: 1280px;
  width: 100%;
  height: 70px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  -moz-box-shadow: 0px 0px 10px #B3B3B3;
  -webkit-box-shadow: 0px 0px 10px #B3B3B3;
  box-shadow: 0px 0px 10px #B3B3B3;
}

.navlogo {
  height: 54px;
  margin-top: 8px;
  margin-left: 100px;
  float: left;
}

.navtabxx {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 100px;
}

.navtabxx1 {
  margin: 0 15px;
  float: left;
  line-height: 70px;
  position: relative;
}

.navtabxx1 a {
  text-decoration: none;
  color: #222222;
   font-size: 16px;
}

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

.navtabxx1:hover>a {
  color: #16a4b1;
}

.navtabxx1:hover:after {
 background-color: #16a4b1;
}

.navtabxx2 a {
  color: #16a4b1;
}

.navtabxx2:after {
  color: #16a4b1;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 18px;
  opacity: 1;
  left: 0;
  content: '';
  background-color: #16a4b1;
}

.cont-home {
	width: 1280px;
	height: 600px;
	padding: 30px 50px;
	background-color: #FFFFFF;
	margin: 0 auto;
	list-style: none;
	transition: all 0.5s ease;
}

.kttc11 {
	width: 100%;
	height: 70px;
}

.cont-home:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.cont-home li {
	width: 49%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 20px;
	float: left;
	background-color: #16a4b1;
	transition: all 0.5s ease;
}

.cont-home li:hover {
	background-color: #222222;
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.cont-homeimg {
	width: 65%;
	float: left;
}

.sernr {
	width: 35%;
	float: left;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

#b06 {
	width: 100%;
	overflow: hidden;
}

#b06 img {width: 100%;}

.banner {
	position: relative;
	overflow: auto;
	text-align: center;
}

.banner ul {overflow-x: hidden;width: 400%;}

.banner li {
	list-style: none;
}

.simgwrap li {width: 25%;}

.banner ul li {
	float: left;
}

#b06 .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

#b06 .dots li {
	display: inline-block;
	background-color: #dddddd;
	width: 20px;
	height: 20px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #dddddd;
	border-radius: 50%;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

#b06 .dots li.active {
	background: #fff;
	opacity: 1;
}

#b06 .arrow {
	position: absolute;
	top: 200px;
}

#b06 #al {
	left: 15px;
}

#b06 #ar {
	right: 15px;
}

.cont-homelitt {
	width: 55%;
	height: 22px;
	margin-left: 26%;
	margin-right: 24%;
	float: left;
}

.cont-homelitt img {
	height: 22px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.cont-til {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 15px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

.cont-til1 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.cont-titnr {
	width: 85%;
	height: 40px;
	font-size: 12px;
	margin-top: 5px;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 7.5%;
	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; 
}
.cont-titnr4 {
	width: 85%;
	height: 115px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 7.5%;
	margin-top: 5px;
	overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 5; 
-webkit-box-orient: vertical; 
display: -moz-box; 
-moz-line-clamp: 5; 
-moz-box-orient: vertical; 
display: -o-box; 
-o-line-clamp: 5; 
-o-box-orient: vertical; 
}
.cont-titnr2 {
	width: 85%;
	height: 60px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 7.5%;
	margin-top: 5px;
	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; 
}

.cont-titnrfl {
	width: 80%;
	margin-left: 10%;
	min-height: 64px;
	list-style: none;
	float: left;
	margin-top: 10px;
}
.cont-titnrfl2 {
	width: 80%;
	margin-left: 10%;
	min-height: 44px;
	list-style: none;
	float: left;
	margin-top: 10px;
}


.cont-titnrfl1 {
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	margin-top: 5px;
	float: left;
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	transition: all 0.5s ease;
}

.cont-titnrfl1:hover {
	background-color: #FFFFFF;
	color: #222222;
}

.cont-titbutton {
	width: 40%;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 15px;
	margin-left: 30%;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	float: left;
	transition: all 0.5s ease;
	cursor: pointer;
}
.cont-titbutton4 {
	width: 40%;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 29px;
	margin-left: 30%;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	float: left;
	transition: all 0.5s ease;
	cursor: pointer;
}

.cont-titbutton:hover {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #222222;
}

.tanchuc {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:url(/static/v2/images/tancbj.png) repeat;
	z-index: 99;
}

.fangshi1 {
	position: fixed;
	left: 35px;
	bottom: 275px;
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.tanchuzhishi1 {
	width: 60px;
	position: fixed;
	left: 50px;
	bottom: 160px;
	animation: tanchuc1 1s infinite;
	-webkit-animation: tanchuc1 1s infinite;
}

@keyframes tanchuc1 {
	0% {
		bottom: 190px;
	}
	50% {
		bottom: 160px;
	}
	100% {
		bottom: 190px;
	}
}

.fangshi2 {
	position: fixed;
	right: 260px;
	top: 350px;
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}


.fangshi3 {
	position: fixed;
	left: 27%;
	top: 47%;
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.daohang_cd{
	z-index: 100;
}

.tanchuzhishi2 {
	width: 60px;
	position: fixed;
	right: 150px;
	top: 335px;
	animation: tanchuc2 1s infinite;
	-webkit-animation: tanchuc2 1s infinite;
}

@keyframes tanchuc2 {
	0% {
		right: 180px;
	}
	50% {
		right: 150px;
	}
	100% {
		right: 180px;
	}
}

.tanchuzhishi3 {
	width: 60px;
	position: fixed;
	left: 34%;
	top: 45%;
	
	animation: tanchuc3 1s infinite;
	-webkit-animation: tanchuc3 1s infinite;
}

@keyframes tanchuc3 {
	0% {
		left: 33%;
	}
	50% {
		left: 34%;
	}
	100% {
		left: 33%;
	}
}

.tanchuc1 {
	width: 400px;
	height: 350px;
	border-radius: 10px;
	background-color: #FFFFFF;
	position: fixed;
	left: 40%;
	top: 25%;
	position: relative;
}

.tcgbhome {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	cursor: pointer;
}

.tanchuctit {
	line-height: 50px;
	font-size: 20px;
	color: #33a3dc;
	font-weight: bold;
	border-bottom: 1px dotted #AAAAAA;
	text-align: center;
}

.tanchuctit1 {
	line-height: 20px;
	font-size: 13px;
	color: #aaaaaa;
	margin: 20px 0px;
	width: 86%;
	margin-left: 7%;
	text-align: center;
}

.tanchuctit2 {
	width: 26%;
	text-align: center;
	margin-left: 37%;
	line-height: 28px;
	color: #d0d0d0;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	transition: all 0.5s ease;
	cursor: pointer;
}

.tanchuctit2:hover {
	color: #FFFFFF;
	border: 1px solid #222222;
	background-color: #222222;
}

.tabqiehuan {
	width: 400px;
	height: 50px;
}

.tab_home1 {
	width: 40%;
	margin-right: 2.5%;
	float: left;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 50px;
	background-color: #222222;
}

.tab_home1 img {
	width: 30px;
	float: left;
	margin-top: 13px;
	margin-left: 30px;
	margin-right: 5px;
}

.tab_home1 p {
	float: left;
}

.tab_home2 {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	float: left;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #7b7979;
	line-height: 50px;
	background-color: #f5f5f5;
}

.tab_home2 img {
	width: 30px;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 5px;
}

.tab_home2 p {
	float: left;
}

.tab_littlebq {
	width: 100%;
	margin: 0 auto;
}

.tab_littlebqan {
	width: 70%;
	float: left;
	height: 38px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.tab_littlebqan1 {
	width: 70%;
	height: 38px;
	overflow: hidden;
	float: left;
	list-style: none;
	padding: 0;
}

/*.tab_littlebqan li:first-child {
	background-color: #222222;
}

.tab_littlebqan li:first-child a {
	color: #FFFFFF;
}

.tab_littlebqan1 li:first-child {
	background-color: #222222;
}

.tab_littlebqan1 li:first-child a {
	color: #FFFFFF;
}
*/
.tab_littlebqan li {
	width: 13%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	margin-left: 0.2%;
	margin-right: 0.2%;
	background-color: #F5F5F5;
	padding: 3px;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

.tab_littlebqan li a {
	color: #AAAAAA;
}

.tab_littlebqan li:hover {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #222222;
}

.tab_littlebqan li:hover>a {
	color: #FFFFFF;
}

.tab_littlebqan1 li {
	width: 13%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	margin-left: 0.2%;
	margin-right: 0.2%;
	background-color: #F5F5F5;
	padding: 3px;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

.tab_littlebqan1 li a {
	color: #AAAAAA;
}

.tab_littlebqan1 li:hover {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #222222;
}

.tab_littlebqan1 li:hover>a {
	color: #FFFFFF;
}

.anli_home {
	height: 930px;
	width: 1280px;
	margin: auto;
	padding: 30px 50px;
	margin-bottom: 10px;
	/*background: url(images/lcc13.jpg);
	background-repeat: repeat; 
	*/
	background-color: #FFFFFF;
	transition: all 0.5s ease;
}

.anli_home:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.anli-home {
	width: 1200px;
	height: 712px;
	overflow: hidden;
	float: left;
	position: relative;
}

.anli-home1 {
	width: 1200px;
	height: 712px;
	overflow: hidden;
	float: left;
	position: relative;
}

.anlixs1 {
	width: 300%;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	transition: all 1s ease;
}

.anlixs2 {
	width: 300%;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	transition: all 1s ease;
}

.web_anli {
	width: 1200px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.web_anlia {
	width: 1200px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.web_anli1 img {
	width: 100%;
	transition: all 0.5s ease;
}

.web_anli1 {
	float: left;
	position: relative;
	width: 22.5%;
	height: 326px;
	overflow: hidden;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 30px;
	background-color: #FFFFFF;
	background-size: 100%;
	border: 1px solid #F5F5F5;
	transition: all 0.3s ease;
}

.web_anli1:hover {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
	background-color: #16a4b1;
	cursor: pointer;
}

.web_anli1js {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	color: #222222;
	height: 115px;
	background-color: #FFFFFF;
	transition: all 0.3s ease;
}

.web_anli1:hover>.web_anli1js {
	bottom: 5px;
	color: #FFFFFF;
	background-color: #16a4b1;
}
.web_anli1:hover>.web_anli1js>.web_anli1jstit{
	color: #ffffff;
}
.web_anli1:hover>.web_anli1js>.web_anli1jstit2{
	color: #ffffff;
}

.anlihomeyc {
	width: 100%;
	height: 300px;
}

.web_anli1jstit {
	display: block;
	width: 95%;
	margin: 0;
	color: #222222;
	font-family: Microsoft JhengHei;
	margin-left: 2.5%;
	line-height: 40px;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.web_anli1jstit1 {
	display: block;
	width: 95%;
	height: 36px;
	margin-left: 2.5%;
	line-height: 18px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	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;
}

.web_anli1jstit2 {
	display: block;
	width: 95%;
	margin-left: 2.5%;
	line-height: 18px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.anlimore {
	float: right;
	width: 7%;
}

.anlimore1 {
	cursor: pointer;
	line-height: 40px;
	float: left;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 10px;
	color: #AAAAAA;
	border: 0;
}
.anlimore2 {
	cursor: pointer;
	line-height: 40px;
	float: right;
	display: block;
	font-size: 14px;
	color: #AAAAAA;
	border: 0;
	margin-right: 18px;
	margin-top: 3px;
}

.anlimore1:hover>.anlimoretit {
	color: #222222;
}

.anlimoretit {
	float: left;
	margin-left: 7px;
	color: #c6c6c6;
	transition: all 0.3s ease;
}
.rightjt{
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 10px;
	background: url(/static/v2/images/rightjt.png);
	transition: all 0.5s ease;
}
.anlimore1:hover>.rightjt{
	background: url(/static/v2/images/rightjt1.png);
}

.anlileft1 {
	width: 30px;
	height: 30px;
	background: url(/static/v2/images/anlileft1.png);
	
	float: left;
	margin-left: 8px;

}

.anlileft1:hover {
	background: url(/static/v2/images/anlileft2.png);
	
}

.anliright1 {
	width: 30px;
	height: 30px;
	background: url(/static/v2/images/anliright1.png);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;

}

.anliright1:hover {
	background: url(/static/v2/images/anliright2.png);
	background-size: 100% 100%;
}

.anlileft11 {
	width: 30px;
	height: 30px;
	background: url(/static/v2/images/anlileft1.png);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;

}

.anlileft11:hover {
	background: url(/static/v2/images/anlileft2.png);
	background-size: 100% 100%;
}

.anliright11 {
	width: 30px;
	height: 30px;
	background: url(/static/v2/images/anliright1.png);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;
}

.anliright11:hover {
	background: url(/static/v2/images/anliright2.png);
	background-size: 100% 100%;
}

.anlimorea {
	float: right;
	width: 7%;
}

.scound-tit {
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
}

.scound-tit1 {
	width: 140px;
	height: 30px;
	margin: auto;
}

.scound-tit1 p {
	line-height: 30px;
	font-size: 25px;
	color: #222222;
	float: left;
}

.scound-tit1 img {
	width: 30px;
	float: left;
	margin-right: 5px;
}

.scound-tit2 {
	line-height: 20px;
	font-size: 15px;
	color: #aaaaaa;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c5c5c5;
}

.anli_hometi {
	width: 50%;
	float: left;
	height: 70px;
	margin-top: 10px;
}

.anli_hometi p {
	line-height: 40px;
	float: left;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #222222;
	font-size: 25px;
}

.anli_hometi img {
	width: 30px;
	margin-top: 6px;
	float: left;
	margin-right: 5px;
}

.anli_hometi1 {
	line-height: 20px;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #aaaaaa;
	font-size: 15px;
	margin-bottom: 10px;
}

.webcollocation {
	width: 1280px;
	margin: 0 auto;
	margin-top: 10px;
}

.webcollocation1 {
	width: 1280px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 900px;
}

.collty {
	width: 100%;
	height: 400px;
	margin-bottom: 5px;
}

.colltyleft {
	width: 35%;
	height: 400px;
	float: left;
	background-color: #222222;
	padding: 20px 30px;
}

.colltylefttit {
	width: 100%;
	height: 100px;
	position: relative;
	transition: all 0.5s ease;
}

.colltylefttit p {
	line-height: 100px;
	font-size: 25px;
	color: #FFFFFF;
	float: left;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.colltylefttit img {
	width: 30px;
	float: left;
	margin-right: 5px;
	margin-top: 35px;
}

.colltylefttit:after {
	width: 40px;
	height: 2px;
	content: '';
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

.colltylefttit1 {
	font-size: 14px;
	color: #cdcdcd;
	margin-top: 20px;
	line-height: 25px;
	transition: all 0.5s ease;
}

.colltylefttit2 {
	font-size: 12px;
	color: #aaaaaa;
	margin-top: 10px;
	line-height: 18px;
	transition: all 0.5s ease;
}

.colltyleft:hover>p {
	color: #FFFFFF;
}

.colltyleftlogo {
	width: 40px;
	height: 40px;
	background: url(/static/v2/images/colltyleftlogo.png);
	
	margin: 50px 0;
	transition: all 0.5s ease;
}

.colltyleft:hover>.colltyleftlogo {
	background: url(/static/v2/images/colltyleftlogo1.png);
	
}

.colltyright {
	width: 65%;
	height: 400px;
	overflow: hidden;
	float: left;
}

.colltyright img {
	transition: all 0.5s ease;
}

.colltyright:hover>img {
	transform: scale(1.05);
}

.colltgyy {
	width: 100%;
	height: 450px;
}

.colltg {
	width: 49.5%;
	margin-right: 0.5%;
	float: left;
	transition: all 0.5s ease;
}

.colltg1 {
	width: 49.5%;
	margin-right: 0;
	margin-left: 0.5%;
	float: left;
	transition: all 0.5s ease;
}

.colltg:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.colltgimg {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.colltgimg img {
	width: 100%;
	transition: all 0.3s ease;
}

.colltg:hover>.colltgimg img {
	transform: scale(1.03);
}

.colltgnr {
	height: 200px;
	padding: 20px;
	background-color: #FFFFFF;
	position: relative;
}

.colltgnrtit {
	color: #222222;
	font-size: 20px;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 25px;
}

.colltgnrtit1 {
	font-size: 14px;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	line-height: 20px;
	color: #AAAAAA;
}

.colltgnrimg {
	position: absolute;
	bottom: 25px;
	left: 20px;
	width: 30px;
	height: 30px;
	background: url(/static/v2/images/colltgnrright.png);
	background-size: 100% 100%;
	transition: all 0.5s ease-in-out;
}

.colltg:hover>.colltgnr .colltgnrimg {
	left: 50px;
	background: url(/static/v2/images/colltgnrright1.png);
	background-size: 100% 100%;
}

.newlb {
	width: 65%;
	height: 490px;
	overflow: hidden;
	float: left;
}

.newlbleft li:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.newlbleft {
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 0;
}

.newlbleft li {
	width: 100%;
	height: 94px;
	padding: 15px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	transition: all 0.5s ease;
}

.newlbleft li img {
	width: 20%;
	height: 100px;
	float: left;
	margin-right: 5px;
}

.homenews {
	width: 100%;
	float: left;
}

.homenewstit {
	color: #222222;
	width: 70%;
	float: left;
	font-size: 15px;
	font-weight: 700;
	font-family: "微软雅黑";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.homenewstit1 {
	width: 25%;
	float: right;
}

.homenewstit1 img {
	width: 15px !important;
	height: 15px !important;
	float: right !important;
	margin-top: 1px;
	margin-right: 3px !important;
}

.homenewstit1 p {
	float: right;
	font-size: 12px;
	color: #AAAAAA;
}

.homenewcont {
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	height: 30px;
	margin-top: 30px;
	color: #AAAAAA;
	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;
}

.newlb1 {
	width: 34.5%;
	height: 490px;
	overflow: hidden;
	float: right;
	padding: 20px;
	background-color: #FFFFFF;
	height: 490px;
	transition: all 0.5s ease;
	;
}

.newlb1:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.newslbrighttit {
	width: 100%;
	padding-bottom: 10px;
	float: left;
	position: relative;
}

.newslbrighttit:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	bottom: 0;
	left: 0;
	background-color: #222222;
}

.newslbrighttit img {
	width: 30px;
	float: left;
}

.newslbrighttit p {
	float: left;
	line-height: 30px;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #222222;
	font-size: 25px;
	font-weight: bold;
}

.newslbrighttit h6 {
	margin-top: 8px;
	float: left;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #AAAAAA;
	font-size: 18px;
	margin-left: 3px;
	font-weight: 200;
	margin-bottom: 0;
}

.newslbrighttit2 {
	width: 100%;
	padding-bottom: 10px;
	float: left;
	position: relative;
}

.newslbrighttit2:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	bottom: 0;
	left: 0;
	background-color: #222222;
}

.newslbrighttit2 img {
	width: 28px;
	float: left;
}

.newslbrighttit2 p {
	float: left;
	line-height: 30px;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}

.newslbrighttit2 h6 {
	margin-top: 8px;
	float: left;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #AAAAAA;
	font-size: 16px;
	margin-left: 3px;
	font-weight: 200;
	margin-bottom: 0;
}

.contacthome {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
}

.contacthome1 {
	float: left;
	width: 100%;
}

.contacthome1 p {
	font-size: 12px;
	color: #AAAAAA;
	line-height: 30px;
	float: left;
}

.contacthome1 img {
	height: 20px;
	margin-top: 5px;
	float: left;
	margin-right: 3px;
}

.contacthome1 p a {
	text-decoration: none;
}

.contacthome12 {
	float: left;
	width: 100%;
}

.contacthome12 p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	float: left;
}

.contacthome12 img {
	height: 20px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
}

.contacthome12 p a {
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 5px;
}

.contacthome12 p a:hover {
	text-decoration: underline;
}

.contacthomezx {
	width: 100%;
	float: left;
	padding-bottom: 5px;
	color: #222222;
	text-align: center;
	line-height: 30px;
}

.contacthomezx img {
	float: left;
	width: 28px;
	margin-top: 5px;
	margin-right: 3px;
}

.contacthomezx p {
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.contactbd {
	padding: 10px 0;
	float: left;
}

.contactbdtc {
	float: left;
	width: 80%;
	margin-left: 10%;
}

.zzzximg {
    position: fixed;
    bottom: 10px;
    left: 44px;
    z-index: 1;
    width: 145px;
}
.swiper-slide img {
    width: 100%;
}

.contactbd1 {
	float: left;
	width: 100%;
}


/*.contactbd1 p{
	line-height: 30px;
	font-size: 15px;
	color: #AAAAAA;
	float: left;
	width: 25;
}*/

.contactin1 {
	width: 100%;
	border: none;
	height: 30px;
	float: left;
	width: 100%;
	padding-left: 5px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
}

.contactin2 {
	width: 100%;
	border: none;
	background-color: #F5F5F5;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-right: 2%;
}

.contactin3 {
	width: 100%;
	border: none;
	background-color: #F5F5F5;
	height: 30px;
	padding-left: 5px;
}

.contactin4 {
	width: 100%;
	margin-top: 10px;
	background-color: #F5F5F5;
	height: 60px;
	padding-left: 3px;
	border: none;
	resize: none;
	word-wrap: normal;
}

.contactin14 {
	width: 100%;
	margin-top: 10px;
	height: 60px;
	padding-left: 3px;
	border: 1px solid #DDDDDD;
	resize: none;
	word-wrap: normal;
}

.contactin11 {
	width: 100%;
	border: 1px solid #DDDDDD;
	height: 40px;
	float: left;
	width: 100%;
	padding-left: 5px;
	margin-bottom: 10px;
}

.contactin12 {
	width: 38%;
	border: 1px solid #DDDDDD;
	height: 40px;
	float: left;
	padding-left: 5px;
	margin-right: 2%;
}

.contactin13 {
	width: 60%;
	border: 1px solid #DDDDDD;
	height: 40px;
	float: left;
	padding-left: 5px;
}

input::-webkit-input-placeholder,
{
	/* WebKit browsers */
	color: #AAAAAA;
}

input:-moz-placeholder,
{
	color: #AAAAAA;
}

.hometij {
	width: 40%;
	margin-left: 30%;
	margin-top: 10px;
	resize: none;
	height: 35px;
	background-color: #AAAAAA;
	border: none;
	color: #FFFFFF;
	transition: all 0.5s ease;
	cursor: pointer;
}

.hometij:hover {
	background-color: #222222;
}

.hometij1 {
	width: 40%;
	margin-left: 30%;
	margin-top: 15px;
	height: 35px;
	background-color: #AAAAAA;
	border: none;
	color: #FFFFFF;
	transition: all 0.5s ease;
	cursor: pointer;
}

.hometij1:hover {
	background-color: #222222;
}

.footerhome {
	width: 100%;
	height: 110px;
	background: #222222;
	padding: 10px 0;
}

.fotterlogo {
	height: 65px;
	float: right;
	margin-top: 10px;
}

.about_footer {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 25px;
	font-family: 'STHeiti Light [STXihei]';
	font-weight: 100;
	margin-bottom: 10px;
}

.about_footer1 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 400px;
	display: block;
	margin: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
}

.about_footer1:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	left: 175px;
	bottom: -2px;
	background-color: #FFFFFF;
}

.about_footer2 {
	text-align: center;
	width: 750px;
	display: block;
	margin: auto;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 14px;
	margin-top: 20px;
}

.about_footer3 {
	text-align: center;
	width: 40%;
	display: block;
	margin: auto;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}

.fotternr {
	width: 1280px;
	height: 90px;
	margin: auto;
	padding: 5px;
}

.fotter12 {
	float: left;
}

.jzzn {
	width: 105%;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
}

.jzznn {
	width: 100%;
	color: #FFFFFF;
	height: 20px;
}

.jzzn1 {
	font-size: 12px;
	width: 58px;
	color: #FFFFFF;
	float: left;
	line-height: 20px;
}

.jzzn2 {
	width: 87%;
	font-size: 12px;
	float: left;
	line-height: 20px;
}

.jzzn2 p {
	width: 100%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jzzn2 p a {
	color: #FFFFFF;
	margin-right: 5px;
	text-decoration: none;
}

.jzzn2 p a:hover {
	text-decoration: underline;
}

.footercontact {
	width: 40%;
	padding-left: 12%;
	float: left;
}

.contacthome11 {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 100%;
}

.footerright {
	width: 30%;
	padding-left: 6%;
	float: left;
}

.footerewm {
	width: 100%;
	float: left;
}

.footerewm1 {
	width: 40%;
	float: left;
	margin-right: 5%;
}

.footerewm1 img {
	width: 90%;
	margin-left: 5%;
}

.footerewm1 p {
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	font-size: 14px;
}

.banquanxx {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	float: left;
	line-height: 20px;
	margin-top: 5px;
	width: 80%;
}

.contactushome {
	width: 1280px;
	margin: 0 auto;
	height: 300px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	transition: all 0.5s ease;
}

.contactushome:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.contactushome1 {
	padding: 40px 80px;
	width: 38%;
	float: left;
	position: relative;
}

.contactushome1:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background-color: #F5F5F5;
	right: 0;
	top: 0;
}

.contactushome2 {
	padding: 40px 80px;
	width: 30%;
	height: 300px;
	float: left;
	position: relative;
}

.qqzixun {
	width: 40px;
	height: 40px;
	float: left;
	background: url(/static/v2/images/qqzixun.png);
	background-size: 100% 100%;
	margin-right: 10px;
	transition: all 0.5s ease;
}

.qqzixun:hover {
	background: url(/static/v2/images/qqzixun1.png);
	background-size: 100% 100%;
}

.contactushome2:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background-color: #F5F5F5;
	right: 0;
	top: 0;
}

.contactushome2 p {
	text-align: center;
	font-size: 18px;
}

.contactushome2img {
	width: 60%;
	margin: auto;
	margin-top: 65px;
}

.contactushome3 {
	padding: 40px 80px;
	width: 32%;
	height: 300px;
	float: left;
	position: relative;
}

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

.abouttit1 {
	float: left;
	line-height: 20px;
	font-size: 13px;
	color: #AAAAAA;
	padding-top: 20px;
	text-indent: 2em;
}
.anli_home{
        position: relative;
      }
      .giftimg{
        position:absolute;
        width: 5%;
        top: -35px;
        left: 47.5%;
        animation: giftan 2s infinite;
    
    -webkit-animation: giftan 2s infinite;
      }

      .giftimg img{
        width: 100%;
      }
      @keyframes giftan {
    0% {
        top: -35px;
    }
    
    50% {
        top: -45px;
    }
    
    100% {
        top: -35px;
    }
}

@media only screen and (min-width: 1560px) and (max-width: 1920px) {
	.cont-home {
		width: 1500px;
		padding: 30px 160px;
	}
	.anli_home {
		width: 1500px;
		padding: 30px 160px;
	}
	.anlimore {
		width: 7.1%;
	}
	.webcollocation {
		width: 1500px;
	}
	.colltyright img {
		width: 100%;
	}
	.webcollocation1 {
		width: 1500px;
	}
	.contactushome {
		width: 1500px;
		height: 340px;
	}
	.fotternr {
		width: 1500px;
	}
}

/* 右侧客服*/

.dh_nr p {
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.dh_nr {
  width: 150px;
  padding: 10px;
  box-shadow: -3px 3px 8px #CCCCCC;
  box-sizing: content-box;
  float: left;
  position: absolute;
  top: 0;
  right: 60px;
  display: none;
  animation: jianbian1 0.5s linear;
  -webkit-animation: jianbian1 0.5s linear;
}

.dh_nr div {
  margin-top: 5px;
}

.triangle-right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #FFFFFF;
  border-bottom: 10px solid transparent;
  right: -8px;
  top: 20px;
}

.add_name1 {
  transition: all 0.5s ease;
  box-sizing: content-box;
}

.add_name {
  transition: all 0.5s ease;
  box-sizing: content-box;
}

.add_name1:hover {
  background-color: #E42112 !important;
}

.zongbudh:hover>.dh_nr {
  display: block;
}

.zongbudh:hover>.add_name {
  background-color: #222222 !important;
}

.headerxx{
    float: left;
    margin-left: 20px;
  }
   .menufl li a i{
    margin-right:3px;
   }
   .headerxx p{
        font-size: 20px;
    width: 170px;
    line-height: 40px;
    margin-top: 15px;
    font-weight: bold;
    color: #fa0000;
        }
        .headerxx p span{
          line-height: 35px;
        }
        .nav_home1 .headerxx p{
          color: #5f5d5d;
        }
        .nav_home .navtabxx .navtabxx1:hover> .menufl{
  display: block;
}
.nav_home .navtabxx .navtabxx1 .menufl{
  list-style: none;
  position: absolute;
  top: 70px;
  width: 150px;
  border: 1px solid #dddddd;
  border-top: 3px solid #50b7c1;
  left: -38px;
  display: none;
  background-color: #ffffff;
}
.nav_home .navtabxx .navtabxx1 .menufl li a{
  display: block;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  padding:0 5px;
  text-align: center;
  transition: all 0.3s ease;
}
.nav_home .navtabxx .navtabxx1 .menufl li a:hover{
  background: #f3f3f3;
  color: #50b7c1;
}
.nav_home1 .navtabxx .navtabxx1 .menufl{
  list-style: none;
  position: absolute;
  top: 70px;
  width: 150px;
  border: 1px solid #dddddd;
  border-top: 3px solid #50b7c1;
  left: -38px;
  background: #ffffff;
}
.nav_home1 .navtabxx .navtabxx1 .menufl li a{
  display: block;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  padding:0 5px;
  text-align: center;
}
.szbh1{
      animation: szbh1 5s  infinite linear;
    }
    .szbh2{
      animation: 5s szbh2 infinite linear;
    }
    .szbh3{
      animation: 5s szbh3 infinite linear;
    }
    .szbh4{
      animation: 5s szbh4 infinite linear;
    }
    .szbh5{
      animation: 5s szbh5 infinite linear;
    }
    .szbh6{
      animation: 5s szbh6 infinite linear;
    }
    .szbh7{
      animation: 5s szbh7 infinite linear;
    }
    .szbh8{
      animation: 5s szbh8 infinite linear;
    }
    .szbh9{
      animation: 5s szbh9 infinite linear;
    }
    .szbh10{
      animation: 5s szbh10 infinite linear;
    }
    .szbh11{
      animation: 5s szbh11 infinite linear;
    }
    .szbh12{
      animation: 5s szbh12 infinite linear;
    }


@keyframes szbh1{
  0%{
      font-size: 25px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh2{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 25px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh3{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 25px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh4{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 25px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh5{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 25px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh6{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 25px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh7{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 25px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh8{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 25px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh9{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 25px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh10{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 25px;
  }
  100%{
       font-size: 20px;
  }
}
.dianhualogon1{
      float: left;
    width: 40px;
    margin-top: 13px;
    margin-right: 5px;
    }
    .headerxx p{
      float: left;
      position: relative;
      margin-top: 21px;
    }
    
    .headerxx p b{
      position: absolute;
    top: -20px;
    left: 0;
    font-size: 14px;
    color: #666;
    }
  