*{margin: 0; padding: 0}
body {
	font-family: 'Microsoft YaHei', sans-serif;
}
ul,li{list-style:none;}
/*p {
	font-family: 'Microsoft YaHei', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
}*/

* {
  transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
}

.logo{position: fixed; top: 15px; left: 0; padding-left:35px; z-index: 1}
/*.logo::after{width: 80px; height: 1px; background: #999; overflow: hidden; display: block;content: ""; position: absolute; top: 20px; left: 0}
.logo::before{width: 10px; height: 10px; border-radius: 5px; background: #999; display: block; content: ""; position: absolute; top: 16px; left: 80px;}*/
html, body, section, .page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: all 1s cubic-bezier(.5, -0.005, 0.2, 1) !important;
  -webkit-transition: all 1s cubic-bezier(.5, -0.005, 0.2, 1) !important;
  color: #fff;
  background-image: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.animate, .btn, .btn-fill-horz-o:before, .btn-fill-horz-o:after{-webkit-transition: all 0.6s;transition: all 0.6s;}
.btn-fill-horz-o {overflow: hidden;}
.btn-fill-horz-o:before, .btn-fill-horz-o:after {content: '';width: 0;height: 100%;opacity: 0;position: absolute;top: 0;z-index: -1;}
.btn-fill-horz-o:before {left: 50%;}
.btn-fill-horz-o:after {right: 50%;}
.btn-fill-horz-o:hover {color: #fff;}
.btn-fill-horz-o:hover:before, .btn-fill-horz-o:hover:after {width: 50%;opacity: 1;}
.btn-fill-horz-o:hover a{color: #fff}
.btn-fill-horz-o.btn-green:before, .btn-fill-horz-o.btn-green:after {background-color: #3db2b2; color: #fff}
/*.btn-fill-horz-o.btn-green:hover {border-color: #269999;}*/
.btn-fill-horz-o.btn-blue:before, .btn-fill-horz-o.btn-blue:after {background-color: #4D90F5; color: #fff}
.btn-fill-horz-o.btn-blue:hover {border-color: #4D90F5;}
.btn-fill-horz-o.btn-yellow:before, .btn-fill-horz-o.btn-yellow:after {background-color: #cf8e00; color: #fff}
.btn-fill-horz-o.btn-yellow:hover {border-color: #cf8e00;}
.btn-fill-horz-o.btn-gray:before, .btn-fill-horz-o.btn-gray:after {background-color: #f2f2f2;}
.btn-fill-horz-o a{display: block;}
.btn-fill-horz-o a:hover{color: #fff}

.codrops-header{margin:0 auto;padding:4em 1em;text-align:center}
.codrops-header h1{margin:0;font-weight:800;font-size:4em;line-height:1.3}
.codrops-header h1 span{display:block;padding:0 0 .6em .1em;color:#74777b;font-weight:300;font-size:45%}
.codrops-demos{clear:both;padding:1em 0 0;text-align:center}
.content+.codrops-demos{padding-top:5em}
.codrops-demos a{display:inline-block;margin:0 5px;padding:1em 1.5em;text-transform:uppercase;font-weight:700}
.codrops-demos a:hover,.codrops-demos a:focus,.codrops-demos a.current-demo{background:#3c414a;color:#fff}
.codrops-top{width:100%;text-transform:uppercase;font-weight:800;font-size:.69em;line-height:2.2}
.codrops-top a{display:inline-block;padding:1em 2em;text-decoration:none;letter-spacing:1px}
.codrops-top span.right{float:right}
.codrops-top span.right a{display:block;float:left}
.codrops-icon:before{margin:0 4px;text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:codropsicons;line-height:1;speak:none;-webkit-font-smoothing:antialiased}
.codrops-icon-drop:before{content:"\e001"}
.codrops-icon-prev:before{content:"\e004"}
.related{clear:both;padding:6em 1em;font-size:120%}
.related>a{display:inline-block;margin:20px 10px;padding:25px;border:1px solid #4f7f90;text-align:center}
.related a:hover{border-color:#39545e}
.related a img{max-width:100%;opacity:.8}
.related a:hover img,.related a:active img{opacity:1}
.related a h3{margin:0;padding:.5em 0 .3em;max-width:300px;text-align:left}
@media screen and (max-width:25em){.codrops-header{font-size:75%}
.codrops-icon span{display:none}
}


section {
  width:400%;  
}

.page {
  position: absolute;
}

#p1 {
  left: 0;
  background-image: url(../img/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#p2 {
  left: 100%;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#p3 {
  left: 200%;
  background-image: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#p4 {
  left: 300%;
  background-image: url(../img/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

ul {
 position: fixed; 
 z-index: 1;
}
#t1:target .page#p1 {
    transform: translateX(0);
}
#t2:target .page#p2 {
    transform: translateX(-100%);
}
#t3:target .page#p3 {
    transform: translateX(-200%);
}
#t4:target .page#p4 {
    transform: translateX(-300%);
}

/*#t2:target .menu-ul,*/
#t3:target .menu-ul,
#t4:target .menu-ul {
  background-color: rgba(0,0,0,.5);
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.page#p1 {
  -webkit-transition: all 0.5s ease-in-out; */
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#t2:target .page#p1 .icon, 
#t3:target .page#p1 .icon,
#t4:target .page#p1 .icon {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.icon {
  color: #fff;
  font-size: 21px;
  display: block;
}


ul .icon:hover {
  opacity: 0.6;
}

#p1 .icon .title {
  margin-bottom: 20px;
}

#t2:target ul .icon,
#t3:target ul .icon,
#t4:target ul .icon {
  transform: scale(1); 
  transition-delay: .1s;
}

#t2:target #dos {
	color: #ff0;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

#t3:target #tres {
	color: #6eb73e;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

#t4:target #cuatro {
	color: #71B4FF;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

ul.menu-ul {
  padding-top: 10%;
  position: fixed;
  top: 0;
  bottom: 0;
  /*left: 0;*/
  right: 0;
  margin: auto;
  height: auto;
  width: 150px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-align: right;
  background-color: rgba(48, 51, 60, 0);

 }
ul.menu-ul::after{ width: 1px; height: 100%; background:rgba(255,255,255,.2); display: block; content: ""; right: 30px; position: absolute; top: 0 }
ul.menu-ul .icon span{font-size: 16px; display: inline-block; vertical-align: middle; margin-left: 5px;}
ul.menu-ul li{ position: relative; }
ul.menu-ul li::after{width:30px;  height: 1px; overflow: hidden; position: absolute; display: block;  content: "";background:rgba(255,255,255,.2); right: 0; top:50%}
ul.menu-ul li::before{width: 6px; height: 6px; border-radius: 50%; overflow: hidden;position: absolute; display: block;  content: "";background:rgba(255,255,255,.6); right: 27px; top:43%}
ul.menu-ul li {margin: 40px 0;padding-right: 45px;}
ul.menu-ul li:hover{color: #ff0; }
.p1-btn{ margin-top: 40px; }
.p1-btn i{font-size: 27px}


a {
  text-decoration: none!important;
}

.title, .hint {
  display: block;
}

.page .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
  left: 0;
  width: auto;
  height: auto;
  margin: auto;
  text-align: center;
  transform: translateX(360%);
  line-height: 1.3;
}

.page {
	/*overflow-y: scroll;*/
}

.page#p1 .icon {
  margin-left: 10%;
  	height: 700px;
}
#p1 .swiper-container{height: 650px;}
.p1-text{font-size:31px;}
.p1-text span{color: #ff0; margin: 0 10px; font-size: 37px}
.p1-text img{ width: 400px; height: 400px; border-radius: 50%;  border:2px solid rgba(255,255,255,.1);box-shadow: 0 0 10px #000 ; padding: 10px; margin-bottom: 30px;}
.p1-text .en{font-size: 18px; font-family: arial;  text-transform: capitalize;}

.page#p2 .icon {
  	height:70%;
    margin-top: 9%;
}
#p2 .swiper-container{height: 100%; width:80%; margin: 0 auto}
.jigou { overflow: hidden; display: flex; width: 100%; height: 100%; }
.jigou-list{float:left;width: 80%; margin-left: 10%; overflow: hidden; height:85%; border: 1px solid #60543b; box-shadow: 0 0 10px #000; border-radius: 8px 8px 0 0;   background:rgba(0,0,0,.3); }
.xq{ border: 3px solid #62605D; background:#fff; border-radius: 50%; position: absolute; bottom: 10%; left: 50%; margin-left: -33px; font-size: 16px; text-align: center;  box-shadow: 0 0 5px #fff}
.xq i{font-size: 37px}
.xq a{display: block; cursor: pointer; position: relative; opacity: .999;width:66px; height: 66px; line-height:66px; border-radius: 50%}
.xq:hover{background: #c89830}
.xq:hover i{color: #fff}
.jg-dl{ height: 100%; overflow: hidden; font-size: 14px; text-align: left;}
.jg-dl dt{width: 100%; /*height: 35%;*/ overflow: hidden;}
.jg-dl dt img{ width: 100%; border-radius: 5px 5px 0 0 }
.jg-dl dd{padding: 5px 15px;  line-height: 25px;}
.jg-dl dd i{color: #30957B; font-weight: bold;}
.jg-dl dd.dd{ background:#c89830; text-align: center; color: #fff; font-size: 16px; margin-bottom: 10px; padding: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.modalit .content{width: 60%; height: 80%; background:rgba(255,255,255,1); box-shadow: 0 0 5px #999; margin-top: 5%; margin-left: 20%; padding: 0;}
.cont-fl{float: left; width: 38%; margin: 1%;}
.cont-fl img{max-width: 100%;}
.cont-fr{float: right; width: 59%; margin: 1% 1% 1% 0;color: #666}
.cont-fr dl{line-height: 25px; font-size: 15px;}
.cont-fr dl dd{border-bottom: 1px dotted #ddd;padding: 6px 10px}
.cont-i{background: #f2f2f2; height: 40px; line-height: 40px; color: #666; font-size: 12px;}
.cont-i i{font-size: 16px; color: #666; margin-left: 30px; vertical-align: middle;}

.page#p3 .icon {
  	height: 70%;
    overflow: hidden;
    width: 70%;
}

.page#p4 .icon {
  	height: 70%;
    overflow: hidden;
    width: 70%;
}

.service{ width: 100%; margin: 0 auto; overflow: hidden; height: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; position:relative}
.service li{width: 46%; height: 46%; float: left; background: rgba(255,255,255,.7); margin: 2% 3% 0 0;}
/*.service li:nth-child(2),.service li:nth-child(3){border-radius: 0 30px}*/
.number{color: #fff; background: #296FBC; height: 100%;width: 8%; padding-top: 20px; font-size: 1em; float: left;}
.number span{border-bottom: 1px solid #fff}
.sv-cont{width: 92%; float: right; height: 100%; position: relative;}
.sv-title{color: #333; height: 45px; line-height: 45px; text-align: center; border-bottom: 1px dotted #999; font-size: 16px;}
.sv-nr{padding: 10px 20px; line-height: 28px;color: #454545; font-size: 14px; text-align: left;}
.sv-more{position:absolute;  bottom: 10px; width: 100%; left:10px; background:#fff; color: #666; height: 40px; line-height: 40px; font-size: 16px;cursor: pointer; opacity: .999;}

.page#p1 .icon {
  transform: translateX(0) !important;
}

#t2:target .page#p2 .icon {
  transform: translateX(0) !important;
}

#t3:target .page#p3 .icon {
  transform: translateX(0) !important;
}

#t4:target .page#p4 .icon {
  transform: translateX(0) !important;
}

.credit {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
}

.credit a {
	color: #fff
}


.primary-button a {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	background-color: #63adcc;
	color: #fff;
	font-weight: 700;
	border-radius:50%;
	border: 1px solid transparent;
	text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.primary-button a:hover {
	background-color: transparent;
	border: 1px solid #fff;
}


#p1 .primary-button {
	display: block;
/*	margin-top: -20px;
  padding-bottom: 60px;*/
}

/*#p1 span {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}*/

#p1 h4 {
	letter-spacing: 1px;
	font-size: 60px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

#p1 p {
	margin: 20px 0;
}


#p2 .left-text {
	text-align: left;
}

#p2 .primary-button {
  margin-bottom: 30px;
}

#p2 .right-image {
  padding-bottom: 40px;
}

#p2 .right-image img {
	max-width: 100%;
	overflow: hidden;
}

#p2 .title {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 60px;
}

#p2 h4 {
	letter-spacing: 1px;
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 30px;
}



#p3 .title {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 60px;
}

#p3 .project-item {
	margin: 15px 0px;
}

#p3 .project-item img {
	width: 100%;
	overflow: hidden;
}

#p3 .last-project {
  padding-bottom: 40px;
}

#p4 .title {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 60px;
}

#p4 fieldset {
	margin-top: -30px;	
	margin-bottom: 15px;
}

#p4 input {
	font-family: 'Montserrat', sans-serif;
	padding-left: 15px;
	max-width: 100%;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
}

#p4 input:focus {
  outline: none!important;
  box-shadow: none;
}

#p4 textarea {
	font-family: 'Montserrat', sans-serif;
	margin-top: 35px;
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  height: 140px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  outline: none!important;
  border-radius: 0;
  box-shadow: none;
}

#p4 textarea:focus {
  	outline: none!important;
  	box-shadow: none;
}

#p4 button {
	font-family: 'Montserrat', sans-serif;
  	display: inline-block;
	padding: 15px 25px;
	background-color: #63adcc;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	left: 0.5px;
	border-radius: 25px;
	border: 1px solid transparent;
}

#p4 button:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

#p4 .right-info {
	background-color: #fff;
	padding: 30px;
	color: #343434;
	text-align: left;
  margin-bottom: 60px;
}

#p4 .right-info p em {
	font-style: normal;
	font-weight: 500;
}

#p4 .right-info .social-icons {
  margin-top: 45px;
}

#p4 .right-info ol {
  padding: 0;
  margin: 0;
}

#p4 .right-info i {
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
  width: 34px;
  height: 34px;
  background-color: #cdcdcd;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
}

#p4 .right-info i:hover {
  background-color: #63adcc;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

@media (max-width: 600px){ 

  ul {
    padding-top: 50%!important;
  }

}


@media (max-width: 850px){ 

  ul {
    padding-top: 10%;
  }

	.page#p1 .icon {
	  	height: auto;
	  	padding: 80px 0px 0px 4%;
  }

  #p1 .primary-button {
    margin-bottom: 100px;
  }

	#p1 h4 {
		letter-spacing: 1px;
		font-size: 36px;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		font-weight: 500;
	}

	#p1 p {
		margin: 20px;
	}

	.page#p2 .icon {
	  	height: auto;
	  	padding: 80px 0px;
	}

	#p2 .left-text {
		text-align: center;
		margin-bottom: 45px;
	}

	#p2 .right-image {
		margin-bottom: 40px;
	}

	.page#p3 .icon {
	  	height: auto;
	  	padding: 80px 0px;
	}

	#p3 .last-project {
		margin-bottom: 40px;
	}

	.page#p4 .icon {
	  	height: auto;
	  	padding: 80px 0px;
	}

	#p4 .right-info {
		margin-bottom: 60px;
	}

	#p4 .right-info i { 
		margin-right: 0px;
	}

	#p4 .right-info {
		padding: 20px;
	}

	html, body, section, .page {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    margin: 0;
	    padding: 0;
	    transition: all 1s cubic-bezier(.5, -0.005, 0.2, 1) !important;
	    -webkit-transition: all 1s cubic-bezier(.5, -0.005, 0.2, 1) !important;
	    color: #fff;
	    background: #30333c;
	}

	.credit {
		background-color: rgba(0, 0, 0, 0.5);
		margin-bottom: 0px;
		padding: 8px 0px;
	}

}




/*
========================================
----------- LIGHT BOX STYLE ------------
========================================
*/

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


@media screen and (max-width: 1366px){
  .menu-ul .icon span{font-size: 14px}
  .page#p1 .icon {margin-left: 10%;height: 500px;}
  #p1 .swiper-container{height: 500px;}
  .p1-text{font-size:27px;}
  .p1-text span{color: #ff0; margin: 0 10px; font-size: 31px}
  .p1-text img{ width: 320px; height: 320px; border-radius: 50%;  border:2px solid rgba(255,255,255,.1);box-shadow: 0 0 10px #000 ; padding: 10px; margin-bottom: 10px;}
  .p1-btn{margin-top: 10px;}
  .logo{font-size: 27px;}
  .xq{margin-left:-20px;}
  .xq a{width: 40px; height: 40px; line-height: 45px;}
  .xq i{font-size: 31px;}
  .page#p3 .icon {    width: 80%;}

}