
body{
	margin:0;
	font-family: 'Cabin', sans-serif;

}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}

/*--banner--*/
.header{
	padding:1.5em 0;
}
.logo{
	float:left;
}
.logo h1 a{
	font-size: 60px;
	font-family: '楷体';
	color: red;	
}
.top-menu{
	float:right;

}
.top-menu ul li{
	display:inline-block;
}
.top-menu ul li a{
	color:black;
	padding:5px 0px 5px 18px;
	display:block;
	font-size: 1.3em;
	font-weight:200;
}
.top-menu ul li a:hover,.top-menu ul li.active a{
	color:orangered;
}
.strip{
	padding:1em 0.5em;
	margin:0 7em;
  background:palegoldenrod;


}
.search {
  position: relative;
  background: #f3f4f5;  
  float: right;
  width: 25%;
  border-radius:5px;
  margin:0 2% 0 0;
}
.search form {
  width: 100%;
}
.search input[type="text"] {
  margin: 0px 100px 0 20px;
  padding: 6px 30px 6px 10px;
  outline: none;
  color: #5a5a5a;
  background: none;
  border: none;
  width: 89%;
  position: relative;
  font-size: 1em;
  -webkit-appearance: none;
}
.search input[type="submit"] {
  background: url('../images/search1.png') no-repeat 0px 1px;
  border: none;
  cursor: pointer;
  width: 20px;
  outline: none;
  position: absolute;
  height: 24px;
    top: 3px;
  right: 15px;
} 

nav a {
  position: relative;
  display: inline-block;
  margin: 15px 25px;
  outline: none;
  color:deepskyblue;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 1.35em;
}
nav a:focus {
  outline: none;
}
.menu  {
  position: relative;
  z-index: 1;
}

.menu a {
  overflow: hidden;
  margin: 0 15px;
}

.menu a span {
  display: block;
  padding: 10px 20px;
  background:mistyrose;
  border-radius: 1em;
  transition: transform 0.3s;
}

.menu a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  background: pink;
  color: #0f7c67;
  border-radius: 1em;
  content: attr(data-hover);
  transition: transform 0.3s;
}

.menu a:hover span,
.menu a:focus span {
  transform: translateX(100%);
}

.banner img,.banner-btm_grid1 img{
	width:100%;
}
.banner-bottom-grids{
	margin:2em 0;
}
.clr2{
	background:#858582;
}
.clr3{
	background:#858582;
}
.clr4{
	background:#eee;
}
.banner-text-info i.icon1 {
  background: url(../images/cl4.png) no-repeat 0px 0px;
  display: inline-block;
  width: 50px;
  height: 53px;
  margin: 42px 0 0 12px;
}
.banner-text-info i.icon2{
  background: url(../images/cl3.png) no-repeat 0px 0px;
  display: inline-block;
  width: 50px;
  height: 53px;
  margin: 42px 0 0 20px;
}
.banner-text-info i.icon3 {
  background: url(../images/cl.png) no-repeat 0px 0px;
  display: inline-block;
  width: 50px;
  height: 53px;
  margin: 42px 0 0 15px;
}
.banner-text-info i.icon4 {
  background: url(../images/cl2.png) no-repeat 0px 0px;
  display: inline-block;
  width: 50px;
  height: 53px;
  margin: 42px 0 0 20px;
}
.bnr-text h3{
	color:#fff;
	font-size:1.8em;
	margin-bottom:7px;
	font-family: 'Audiowide', cursive;
}
.bnr-text p{
	color:#fff;
	font-size:1.1em;
}
.banner-text-info{
	padding:0;
}
.banner-text-info.clr1{
  margin: 0 1% 0 0;
  width: 49%;
  background:#ee987f;
}
.banner-text-info.clr2{
  margin: 0 0 0 1%;
  width: 49%;
  background:rgba(24, 103, 160, 0.88);
}
.banner-text-info.clr3{
  margin: 2% 1% 0 0;
  width: 49%;
  background:#ed645c;
}
.banner-text-info.clr4{
  margin: 2% 0 0 1%;
  width: 49%;
   background:#95BAB4;
}
.bnr-text {
  padding: 0px 0 26px 19px;
}
.btm{
	margin-top:2em;
}
.banner-btm_grid1{
	padding:0;
	width:49%;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/*--- slider-css --*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
	margin:0 auto;
  display: block;
  height: 600px;

  width: 1140px;
  border: 0;
  }
.banner-info{
	  width: 56%;
  position: absolute;
  top: 60%;
  left:25%;
  text-align: center;
  padding: 2em;
}
.banner-info h3{
	color: #FFF;
	font-weight: 700;
	font-size:5em;
	text-transform: uppercase;
}
.banner-info p{
	color: #FFF;
	line-height: 1.8em;
	font-size: 1.15em;
	width:90%;
	margin:0 auto;
	text-align: center;
	padding:1em 0 1.5em 0;
}

/*-- footer --*/
.footer{
	border-top:1px solid #000;
	padding:2em 0;
}
.copywrite {
	float:left;
	padding-top: 5px;
}
.footer-menu{
	float:left;
	margin:0 0 0 50px;
}
.footer-menu ul li{
	display:inline-block;
}
.footer-menu ul li a{
	display:block;
	color:orangered;
	padding: 5px 10px 5px;
}
.copywrite p a,.footer-menu ul li a:hover{
	color:darkslateblue;
}
.copywrite p a:hover{
	color:#000;
}

@media (max-width: 1024px){
.bnr-text h3 {
  font-size: 1.8em;
}

.banner-info {
  width: 68%;
}
.banner-info h3 {
  font-size: 2em;
}
.banner-info p {
  line-height: 1.6em;
  font-size: 1em;
  width: 100%;
}

}
@media (max-width: 768px){
.container {
  width: 736px;
}
.header {
  padding: 1em 0;
}
.banner-info h3 {
  font-size: 1.75em;
}
.banner-info {
  width: 70%;
  top: 17%;
  padding: 1.5em;
}
.logo h1 a {
  font-size: 0.8em;
}
.top-menu ul li a {
  padding: 12px 0px 5px 14px;
  font-size: 1em;
}
.search {
  width: 45%;
}
.bnr-text h3 {
  font-size: 1.5em;
}
.banner-text-info.clr2,.banner-text-info.clr1,.banner-text-info.clr3,.banner-text-info.clr4{
	float:left;
}
.bnr-text h3 {
  font-size: 1.5em;
}
.bnr-text p {
  font-size: 0.9em;
}
.banner-text-info i.icon1,.banner-text-info i.icon2,.banner-text-info i.icon3{
  width: 45px;
  height: 44px;
  margin: 31px 0 3px 12px;
  background-size: 100%;
}
.banner-text-info i.icon4 {
	width: 43px;
  height: 44px;
  margin: 31px 0 3px 12px;
  background-size: 100%;
}
.bnr-text {
  padding: 0px 0 15px 19px;
}

.footer-menu ul li a {
  padding: 5px 3px 4px;
  font-size: 0.85em;
}
.copywrite {
  padding-top: 0px;
}

}
@media (max-width: 736px){
.container {
  width: 705px;
}
.top-menu ul li a {
  font-size: 0.95em;
}
.banner-info p {
  line-height: 1.5em;
  font-size: 0.9em;
}
.logo h1 a {
  font-size: 0.75em;
}
.strip {
  padding: 1em 1em;
}
.copywrite p {
  font-size: 13px;
}

}
@media(max-width:667px){
.container {
  width: 636px;
}
.header {
  padding:1em 0;
}
.strip {
  padding: 1em 1em;
  margin-top: 0em;
}
.logo h1 a {
  font-size: 26px;
}
span.menu:before {
	content: url(../images/nav.png);
	cursor: pointer;	
	height:32px;
}
.top-menu {
  width: 5%;
  float: right;
  margin-top: 12px;
}
.top-menu  ul{
	display:none;
}
.top-menu  ul li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
}
.top-menu ul li a {
	padding:8px 0;
	font-size: 14px;
	width: 100%;
	color:#fff;
}
 span.menu{
	display:block;
	float:right;
}
.top-menu ul{
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 100%;
	left:0;
	text-align: center;
	top: 22%;
	background:#ed645c;
}
.top-menu ul li a:hover,.top-menu ul li.active a{
	color:#333;
}
.banner-info h3 {
  font-size: 1.6em;
}
.banner-info p {
  padding: 0.5em 0 1em 0;
}
.bnr-text h3 {
  font-size: 1.2em;
}
.bnr-text p {
  font-size: 0.85em;
  line-height: 1.3em;
}
.banner-text-info i.icon1, .banner-text-info i.icon3 {
  width: 41px;
  height: 43px;
  margin: 31px 0 3px 11px;
}
.banner-text-info i.icon2{
  width: 38px;
  height: 37px;
  margin: 36px 0 3px 18px;
}
.banner-text-info i.icon4 {
  width: 40px;
  height: 40px;
  margin: 35px 0 3px 16px;
}
.footer {
  text-align: center;
  padding: 1em 0;
}
.copywrite{
	margin-bottom:12px;
}
.copywrite,.footer-menu {
  float: none;
}
}
@media(max-width:600px){
.container {
  width: 569px;
}
.search {
  width: 45%;
}
.search input[type="text"] {
  width: 87.33333%;
}
.top-menu ul {
  top: 19%;
}
}
@media (max-width: 568px){
.container {
  width: 537px;
}
.banner-info h3 {
  font-size: 1.3em;
}
.banner-info {
  width: 83%;
  top: 15%;
  padding: 1.3em;
}
.banner-info p {
  padding: 0.7em 0 0em 0;
}
.banner-text-info.clr1,.banner-text-info.clr2,.banner-text-info.clr3,.banner-text-info.clr4 {
  margin: 0 0% 3% 0;
  width: 100%;
}
.banner-bottom-grids {
  margin: 2em 0 1em 0;
}
.top-menu ul {
  top: 27%;
}
}
@media (max-width: 414px){
.container {
  width: 382px;
}
.banner-info {
  width: 86%;
  top: 7%;
  padding: 1em;
}
.banner-info h3 {
  font-size: 1.1em;
}
.banner-info p {
  padding: 0.7em 0 0em 0;
  font-size: 0.8em;
}
.banner-text-info i.icon4 {
  width: 37px;
  height: 38px;
  margin: 20px 0 3px 16px;
}
.banner-text-info i.icon1, .banner-text-info i.icon3 {
  width: 41px;
  height: 43px;
  margin: 20px 0 3px 11px;
}
.banner-text-info i.icon2 {
  width: 35px;
  height: 33px;
  margin: 21px 0 3px 18px;
}

.footer-menu ul li a {
  padding: 5px 3px 4px;
  font-size: 0.75em;
}
.top-menu ul {
  top: 10%;
}

}
@media (max-width: 384px){
.container {
  width: 353px;
}
.search {
  width: 100%;
  margin: 0 3px 0 -6px;
  float:none;
}
.strip {
  text-align: center;
}
.search input[type="text"] {
  width: 100%;
  padding: 6px 35px 6px 10px;
}
.strip {
  padding: 1em 1em 5px 1em;
  margin-top: 0em;
}
.rslides img {
  height: 168px;
}
.banner-info {
  width: 92%;
   top: 11%;
}
.banner-bottom-grids {
  margin: 1em 0 1em 0;
}
.footer-menu ul li a {
  padding: 5px 8px 0px;
  font-size: 0.75em;
}

}
@media (max-width:375px){
.container {
  width: 344px;
}
.top-menu {
  margin-top: 10px;
}
.banner-info p {
  overflow: hidden;
  height: 87px;
}
.banner-info {
  top: 9%;
}
}
@media (max-width: 320px){
.breadcrumb {
  padding: 5px 15px;
}
.breadcrumb > li {
  font-size: 12px;
}
.banner-info h3 {
  font-size: 0.98em;
}
.banner-info {
  top: 12%;
}
.container {
  width: 288px;
  padding:0 10px;
}
.rslides img {
  height: 170px;
}
.banner-text-info i.icon1, .banner-text-info i.icon3 {
  width: 32px;
  height: 32px;
  margin: 20px 0 1px 11px;
}
.bnr-text h3 {
  font-size: 1.15em;
}
.banner-text-info i.icon2 {
  width: 28px;
  height: 27px;
  margin: 21px 0 3px 18px;
}
.banner-text-info i.icon4 {
  width: 32px;
  height: 31px;
  margin: 28px 0 3px 16px;
}

.top-menu ul {
  top: 15%;
}
.top-menu ul li a {
  padding: 6px 0;
}
}

.bnr-text a {
  line-height: 2em;
  perspective: 800px;
  color: white;
}

.bnr-text a span {
  position: relative;
  display: inline-block;
  padding: 3px 20px 0;
  box-shadow: inset 0 blue;
  transition: background 0.6s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  text-align: center;

}

.bnr-text a span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#f2dede;
  color: #2f4351;
  content: attr(data-hover);
  transform: rotateX(270deg);
  transition: transform 0.6s;
  transform-origin: 0 0;
  pointer-events: none;
}

.bnr-text a:hover span,
.bnr-text a:focus span {
  background: lightseagreen;
}

.bnr-text a:hover span::before,
.bnr-text a:focus span::before {
  transform: rotateX(10deg);
}
.social{
  float: left;
}

.social a {
  color: #6f8686;
  text-shadow: 0 0 1px rgba(111,134,134,0.3);
}
.social span{
  padding:0 8px;
  font-size: 28px;
  font-family: '楷体';
}
.social a::before {
    padding:0 8px;
   font-family: '楷体';
  font-size: 28px;
  color:brown;
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}

.social a:hover::before,
.social a:focus::before {
  transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1;
}

.so{
  float: left;
  margin:9px 0 0 50px;
}
.so a{
  padding: 0 0 0 15px;
}
.so img{
  width: 30px;
  height: 30px;
}
