
body
	{
   background:url(bg3.jpg) no-repeat center ;
   font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
		background-size:cover; 
		position:relative;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

h1,h2,h3 {
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

h2 {
  color: #ffffff;
  padding-bottom: 10px;
}

h3 {
  font-size: 1rem;
  line-height: 2rem;
}

p {
  color: #828282;
  letter-spacing: 0.8px;
  line-height: 28px;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
strong {
  color: #f1c11a;
  font-weight: 700;
}











#about,
#feature,
#contact {
  background: #ffffff;
}

#about{
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  padding-bottom: 62px;
}
.section-title h1 {
  padding-bottom: 10px;
}
#about .section-title {
  padding-bottom: 22px;
}
#contact .section-title {
  text-align: center;
}


/* preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

#slideshow {
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  backface-visibility: hidden;
}


#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
  color: #f78d10;
	background:url(bg3.jpg) no-repeat center ;
		background-size:cover; 
   
}

#home .home-thumb {
  text-align: center;
 /* background: rgba(51,51,51,.8)!important;
  filter: Alpha(opcity=80);
  background: #3685de; */ 
  padding: 30px 0;
}
#home .home-thumb h1,#home .home-thumb h3,#home .home-thumb h4{ text-shadow:2px 3px 8px rgba(51,51,51,.9);margin: 0 ; padding: 0;}
#home .home-thumb h1{font-size: 72px;margin-bottom: 50px}
#home .home-thumb h3{font-size: 48px;margin-bottom: 20px}
#home .home-thumb h4{font-size: 36px;margin-bottom: 40px}

#home .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 42px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #f1c11a;
  color: #ffffff;
  border-color: transparent;
}

#home .btn-success {
    background: #ffffff;
    color: #242424;
    border-color: transparent;
}


/* about section */
#about h3 {
    margin-top: 0px;
}

#about .about-thumb {
  padding-top: 10px;
}


#feature {
  background: #f1c11a;
}

#feature .icon {
  color: #ffffff;
  font-size: 42px;
  padding-right: 14px;
}

#feature p {
  color: #333;
}

#feature .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 62px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#feature .btn:hover {
  background: #ffffff;
  color: #333;
  border-color: transparent;
}



#contact .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #999;
}

#contact input {height: 55px;}

#contact input[type='submit'] {
  background: #242424;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

#contact input[type='submit']:hover {
  background: #f1c11a;
}


footer {
  background: #111112;padding-bottom: 50px
}

footer .copyright-text {
  padding-top: 10px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #FF6;
}

.svgcolor-light {
  position: relative;
  bottom: 104px;
}
.svgcolor-light > path {
  fill: white;
  stroke: white;
  stroke-width: 0;
}

.modal-dialog .modal-content {
  background: url('../images/modal-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  text-align: center;
  padding: 100px 50px 100px 50px;
  position: relative;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog .close {
  color: #f1c11a;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
}
.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog form {
  padding: 20px;
}
.modal-dialog form input {
  height: 55px;
}
.modal-dialog form .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.modal-dialog form input[type="submit"] {
  background: #ffffff;
  color: #242424;
  text-transform: uppercase;
  margin-top: 30px;
}
.modal-dialog form input[type="submit"]:hover {
  background: #f1c11a;
  border-color: transparent;
  color: #ffffff;
}

.go-top {
  background-color: #eee;
  bottom: 48px;
  right: 48px;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  background: url(top2.png) no-repeat #fff center center;z-index:99999
}

.go-top:hover {
  background: url(top1.png) no-repeat #f1c11a center center;
}


.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background-color: #ffffff;
  color: #111112;
}

@media (max-width: 980px) {

  h1 {
    font-size: 2.4rem;
  }

  #home {
    height: 65vh;
  }

  #about .section-title {
    padding-bottom: 12px;
  }

  #feature .col-md-4 {
    padding-bottom: 32px;
  }

}


@media (max-width: 768px) {

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

}


@media (max-width: 700px) {

  #home {height: 100vh;}

  .modal-dialog .modal-content {
    padding: 50px 20px;
  }

  footer {text-align: center;}
  footer .col-sm-6 {
    padding-bottom: 32px;
  }

  .modal-dialog .close {
  font-size: 35px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

}


footer .container p{text-align: center;}


/*iiiiiiiiiiiiiiiiiiiiiiiiiiii*/
.cards_wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.cards_wrap {
  display: block;
}
.cards_wrap
{
  text-align:center;
  margin-top: 50px;
  text-align:center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display:block;
  margin-top: 20px;
  position: relative;
  padding: 10px;
}
.cards_wrap .cards
{
          border-radius: 3px;
     -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 30.6%;
  float: left;
  text-align:center;
  margin-left: -5%;
  *margin-left: -1%;
  *margin-right: -1%;
  margin-right: -5%;
  list-style:none;
  border: 1px solid #DDD;
  position: relative;
  background-color: #fff;
  padding: 1.5%;
  padding-bottom: 2.5%;
          box-shadow: 0px 0px 2px #EEE, 0px 0px 10px #e5dccd inset;
     -moz-box-shadow: 0px 0px 2px #EEE, 0px 0px 10px #e5dccd inset;
  -webkit-box-shadow: 0px 0px 2px #EEE, 0px 0px 10px #e5dccd inset;
  display:inline-block;
}
.cards_wrap2:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.cards_wrap2 {
  display: block;
}
.cards_wrap2
{
  text-align:center;
  margin-top: 50px;
  text-align:center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display:block;
  margin-top: 20px;
  position: relative;
  padding: 10px;
}
.cards_wrap2 .cards2
{
          border-radius: 3px;
     -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 30.6%;
  float: left;
  text-align:center;
  margin-left: -5%;
  *margin-left: -1%;
  *margin-right: -1%;
  margin-right: -5%;
  list-style:none;
  border: 1px solid #DDD;
  position: relative;
  background-color: #fff;
  padding: 1.5%;
  padding-bottom: 2.5%;
          box-shadow: 0px 0px 2px #EEE, 0px 0px 10px #e5dccd inset;
     -moz-box-shadow: 0px 0px 2px #EEE, 0px 0px 10px #e5dccd inset;
  -webkit-box-shadow: 0px 0px 2px #EEE, 0px 0px 10px #e5dccd inset;
  display:inline-block;
}
.no-border .cards
{
   border-radius: 0px;
   -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 30.6%;
  float: left;
  text-align:center;
  margin-left: -5%;
  margin-right: -5%;
  list-style:none;
  border: none;
  position: relative;
  background-color: inherit;
  padding: 0%;
          box-shadow: none;
     -moz-box-shadow: none;
  -webkit-box-shadow: none;
  
}

.no-margin .cards
{
  margin-left: 0%;
  margin-right: 0%; 
}

.cards img
{
  width: auto\9;
max-width: 100%;  
          box-shadow: 0px 6px 2px -4px #CCC;
     -moz-box-shadow: 0px 6px 2px -4px #CCC;
  -webkit-box-shadow: 0px 6px 2px -4px #CCC;
}
.no-border .cards img
{
          box-shadow: none;
     -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0px 0px 0px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.no-image-shadow .cards img
{
        box-shadow: none;
     -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-left: none;
  border-right: none;

}

.cards .main_caption
{
font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
margin-bottom: 0px;
padding-bottom: 0px;
text-shadow: 0px 0px 2px #CCC;
display:block;
margin-top: 12px;
font-size: 28px;
line-height: 130%;
border-bottom: 1px solid #EEE;
margin-bottom: 12px;
padding-bottom: 5px; 
}
.cards .main_caption
{
  padding-bottom: 5px;
}
.cards .sub_caption
{
line-height: 15px;
font-family: "Bad Script", "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
font-weight:normal;
margin: 0;
padding: 0;
text-shadow: 0px 0px 1px #DDD;
}
.cards .overlap_caption
{
position: absolute;
bottom: 10px;
left: 1px;
right: -1px;
font-family: 'Bad Script', "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #111;
font-size: 24px;  
background-color: #EEE;
display:block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
text-shadow: 0px 0px 2px #CCC;  
line-height: 165%;
}
.cards_wrap .cards p
{
font-family: "Droid Sans", Arial, Helvetica, sans-serif;
font-weight: normal;
margin-bottom: 0px;
padding-bottom: 0px;
text-shadow: none;
display:block;
margin-top: 5px;
font-size: 13px;
color: #444;
}

.cards .social_base
{
position: absolute;
bottom: 0px;
right: -1px;
color: #111;
display:none;
background-color: #333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  line-height: auto;
  height: 37px;
}

.cards_wrap .cards > ul > li
{
  display: block;
  text-align: center;
  max-width: 300px;
  padding: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.no-border .cards2
{
   border-radius: 0px;
   -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 30.6%;
  float: left;
  text-align:center;
  margin-left: -5%;
  margin-right: -5%;
  list-style:none;
  border: none;
  position: relative;
  background-color: inherit;
  padding: 0%;
          box-shadow: none;
     -moz-box-shadow: none;
  -webkit-box-shadow: none;
  
}

.no-margin .cards2
{
  margin-left: 0%;
  margin-right: 0%; 
}

.cards2 img
{
  width: auto\9;
max-width: 100%;  
          box-shadow: 0px 6px 2px -4px #CCC;
     -moz-box-shadow: 0px 6px 2px -4px #CCC;
  -webkit-box-shadow: 0px 6px 2px -4px #CCC;
}
.no-border .cards2 img
{
          box-shadow: none;
     -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0px 0px 0px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.no-image-shadow .cards2 img
{
        box-shadow: none;
     -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-left: none;
  border-right: none;

}

.cards2 .main_caption
{
font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
margin-bottom: 0px;
padding-bottom: 0px;
text-shadow: 0px 0px 2px #CCC;
display:block;
margin-top: 12px;
font-size: 28px;
line-height: 130%;
border-bottom: 1px solid #EEE;
margin-bottom: 12px;
padding-bottom: 5px; 
}
.cards2 .main_caption
{
  padding-bottom: 5px;
}
.cards2 .sub_caption
{
line-height: 15px;
font-family: "Bad Script", "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
font-weight:normal;
margin: 0;
padding: 0;
text-shadow: 0px 0px 1px #DDD;
}
.cards2 .overlap_caption
{
position: absolute;
bottom: 10px;
left: 1px;
right: -1px;
font-family: 'Bad Script', "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #111;
font-size: 24px;  
background-color: #EEE;
display:block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
text-shadow: 0px 0px 2px #CCC;  
line-height: 165%;
}
.cards_wrap2 .cards2 p
{
font-family: "Droid Sans", Arial, Helvetica, sans-serif;
font-weight: normal;
margin-bottom: 0px;
padding-bottom: 0px;
text-shadow: none;
display:block;
margin-top: 5px;
font-size: 13px;
color: #444;
}

.cards2 .social_base
{
position: absolute;
bottom: 0px;
right: -1px;
color: #111;
display:none;
background-color: #333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  line-height: auto;
  height: 37px;
}

.cards_wrap2 .cards2 > ul > li
{
  display: block;
  text-align: center;
  max-width: 300px;
  padding: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

#first_wrapper
{
  width: 1000px;
}

#first_wrapper{ width: 1000px;margin-bottom: 100px}
#about .aboutscroll{overflow-y:scroll;width: 550px;height: 300px;} 
#feature .featurebg{width: 1000px;margin:0 auto 100px; height: 97px;
}
footer .footerbg{width: 1000px;margin:0 auto 100px; height: 97px
}


.aboutimgdiv{ float: left; width: 50%;}
.aboutimgdiv .aboutimg { width: 554px; height: 416px; float: right; margin-right: 20px;background: #f90;}


/*响应式*/
/*@media screen and(min-width:960px) and (max-width:1199px) {*/
	@media screen and (max-width: 960px){
    	#home .home-thumb h1 {
    font-size: 60px;
}
	#home .home-thumb h4 {
    font-size: 30px;
}
	#home .home-thumb h3 {
    font-size: 39px;

}
		.section-title h1 {
    text-align: center;
}
	.aboutimgdiv {
   width: 100%;
}
		#about .aboutscroll {
    	width: 97.5%;
    padding-right: 2.5%;
}
		.cards_wrap2 .cards2
{
  width: 30%;
    text-align: center;
    margin: 1%;
    /* margin-right: 2%; */
    padding: 1.5%;
    padding-bottom: 2.5%;
	float:none;
}
		.cards2 .sub_caption {
    font-size: 12px;
}
		#first_wrapper {
     width: 100%; 
			margin-bottom: 2%;
}
		#feature .featurebg ,.footerbg{
    display: none;
}
		footer .container p {
    padding-top: 2%;
}
	
}

@media screen and (max-width:959px) {
        #home .home-thumb h1 {
    font-size: 50px;
}
	#home .home-thumb h4 {
    font-size: 25px;
}
	#home .home-thumb h3 {
    font-size: 30px;

}
}
@media screen and (max-width:767px) {
    #home .home-thumb h1 {
    font-size: 50px;
}
	#home .home-thumb h4 {
    font-size: 25px;
}
	#home .home-thumb h3 {
    font-size: 30px;

}
.cards_wrap2 .cards2 {
    width: 100%;
}
	.cards2 .sub_caption {
    font-size: 20px;
    line-height: 25px;
		height: auto;
}
	footer .container p {
    font-size: 12px;
}
}
@media screen and (max-width:479px) {
     #home .home-thumb h1 {
    font-size: 40px;
}
	#home .home-thumb h4 {
    font-size: 20px;
}
	#home .home-thumb h3 {
    font-size: 25px;

}
	.cards_wrap2 .cards2 {
    width: 100%;
}
	.cards2 .sub_caption {
    font-size: 20px;
    line-height: 25px;
		height: auto;
}
	
	
}

.siping {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 350px;
    height: 77px;
    background: url(sp_logo.png) no-repeat center;
}
.footer_in{ width:100%; max-width:1000px; margin:3% auto;overflow: hidden;}
.footer_in .footer_left{ width:20%;}
.footer_in .footer_left a{ float:left;}
.footer_in .footer_left a.jiucuo{ margin:12px 0 0 0;}

.footer_in .footer_middle{ width:55%; text-align:center;}
.footer_in .footer_middle p{ font-size:14px; line-height:1.6em;}
.footer_in .footer_middle p a{ color:#333;}
.footer_in .footer_right{ width:25%;}
.footer_in .footer_right a.wzdt{display:block;width:45%;height:30px;text-align:center;line-height:30px;color:#fff;font-size:14px;background:#1663ca;margin: 0 3% 2% 0;float: left;}
.footer_in .footer_right a.zztj{display: block;width: auto;height:30px;text-align:center;line-height:30px;color:#fff;font-size:14px;/* background:#1663ca; */margin: 1% 0 2% 0;float: left;}
.footer_in .footer_right a.jbzx12377{ display:block; width:100%;}
.footer_in .footer_right a.jbzx12377 img{ width:100%; height:100%;}


.Navigation{
    width:1200px;
	background:#f8f8f8;
	/*border-top:1px solid #ccc;
    margin:20px auto 0 auto;*/
	margin: 0 auto;
}
.Relevant {
    width:100%;
    margin: 0 auto;
    padding: 3px 0;
    position:relative;
    height:50px;
}
.Relevant h2 {
    line-height: 48px;
    color: #0150b6;
    font-size: 18px;
    margin-right:20px;
    float: left;
    overflow: hidden;
    /*background:url("ly_xgljicon.png") no-repeat left center;*/
    padding-left:22px;
}.fl {
    float: left;
}

.fr {
    float: right;
}
.clear{ clear:both;}
.clearfix:after {       
    content: ".";     /*内容为“.”就是一个英文的句号而已。也可以不写。*/
   display: block;   /*加入的这个元素转换为块级元素。*/
    clear: both;     /*清除左右两边浮动。*/
    visibility: hidden;      /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
   line-height: 0;    /*行高为0；*/
    height: 0;     /*高度为0；*/
   font-size:0;    /*字体大小为0；*/}

.clearfix { *zoom:1;}   /*这是针对于IE6的，因为IE6不支持:after伪类，这个神奇的zoom:1让IE6的元素可以清除浮动来包裹内部元素。*/