

/* Body 
------------------------------------- */
body {
   
    font-family:Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;background: #F7F7F7;
}

html,body {
     overflow-x: hidden;
     font-size: 100%;
     width: 100%;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     vertical-align: baseline;
  }

img {
  vertical-align: middle;
}
li{    margin: 0;
    padding: 0;}
ul li {
    list-style: none;
   
}
/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-family: SimHei, sans-serif;
}

h3 {
  color: #525252;
}

h5 {
  color: #ffa400;
  padding-top: 22px;
}

.heading {
  color: #cc0c38;
  font-size: 32px;
}

p {

  line-height: 28px;font-size: 13px;
}

a {
  outline: none !important;
}

hr {
  width: 120px;
}

.color-white {
  color: #FFF;
}

.color-white a {
  color: #FC3;
}


/* All Section styles
------------------------------------- */
.section-title {

  padding: 50px 50px 0px 50px;
  position: relative;
  text-align: center;

}

#about .section-title, #plan .section-title {
  border-color: #ffffff;
}

.panel {
	background-color: #161616;
	border: 0px;
}

.panel-title {
	color: #FFF;
}

.panel-body p {
	color: #CCC;
}

.medium-icon {
  color: #ffa400;
  font-size: 36px !important;
  font-weight: bold;
}

#work, #about, #team, 
#portfolio, #plan, #contact {
	
	padding-bottom: 50px;
}

#team, #portfolio, #contact {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* preloader styles
/* ========================================== */
.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 #fff;
}

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #ffa400;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


/* navigation styles
/* ========================================== */


.navfl{
	position: absolute;
	left: -10%;
	top: 82px;
	width: 120%;
	padding: 10px 0;
	background: #fff;
	border-top: 1px solid #000;
	visibility: hidden;
	opacity: 0;
	
	webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navfl ul li{
	height: 48px;
	line-height: 48px;
	background: #fff;
	list-style: none;color: #111!important
}

.nvafl ul li a{
	font-size: 14px;
	color: #111!important
}

.custom-navbar ul li.nav-item:hover .navfl{visibility: visible;top: 66px;opacity: 1;color: #111!important; padding:0 0 20px 0;}
.custom-navbar ul li.nav-item:hover .navfl a{color: #111!important;font-weight: bold}
.custom-navbar ul li.nav-item:hover .navfl a:hover{color:#cc0c38 !important;font-weight: bold}


.custom-navbar {
   background: rgba(0,0,0,0.2);
    border: none;
    margin-bottom: 0;
    text-align: center;
}

.custom-navbar .navbar-brand  {


  font-weight: 600;
  font-size: 24px;

}

.custom-navbar .navbar-brand .navbar-toggle {
    background: #ffa400;
     padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.custom-navbar .nav li {
  
}    

.custom-navbar .nav li a {
	display: block;
	padding: 15px 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
  
 }

.custom-navbar .nav li a:hover {
  background: transparent; color: #000;
}

.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}

.custom-navbar .nav li.active > a {
 color: #cc0c38;
}

.custom-navbar .navbar-toggle {
    border: none;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #ffa400;
    border-color: transparent;
}









@media(min-width:768px) {

    .custom-navbar {
        padding: 16px;
       
    }

    .custom-navbar.top-nav-collapse {
       padding: 16px;
      background: #cc0c38;
      border-bottom: 0;
    }
}

@media (max-width: 767px) {

   .custom-navbar .nav li.active > a {
        border-bottom: 2px solid transparent !important;
        color: #ffa400;
    }

}


/* BxSlider Section Style
/* ========================================== */
.site-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-slider ul li {
  float: left;
  margin: 0;
}

.bx-wrapper img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.bx-wrapper {
  background-color: #000000;
}

.bx-thumbnail-wrapper {
text-align: center;
margin-top: -110px;
position: relative;
z-index: 1000;
}

.caption-wrapper {
  position: relative;
}

.slider-caption {
  position: absolute;
  z-index: 988;
  bottom: 200px;
  color: #ffffff;
  display: inline-block;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.slider-caption h2 {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 24px;
}
.slider-caption p {
	font-size: 26px;
}

#bx-pager a {
  margin: 10px;

  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=60);
  outline: 0;
  border: 0; 

}
#bx-pager a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#bx-pager a img {
  outline: 0;
 border: 2px rgba(255,255,255,0.7) solid;
}

.bx-controls {
  position: relative;
}

.bx-controls-direction {
  position: absolute;
  text-align: right;
  bottom: 150px;
  right: -2px;
  z-index: 998;
}
.bx-controls-direction a {
  width: 40px;
  height: 40px;
  background-color: #ffa400;
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: white;
}

.alert {
	font-size: 0.85em;
}
.w3ls-row {
    padding: 0;
    margin: 20px;
    border: none;
	position: relative;
}
.welcome-w3left, .welcome-w3right {
    padding: 0;
    overflow: hidden;
}
.welcome-w3right {
    position: absolute;
   top: 36%;
    right: 0%;
    background: #fff;
    border: 1px solid #f7f5f5;
}
img.img-responsive {
    width: 100%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
    transition: .5s all;
}
.welcome-agiletext {
    padding: 3em 3em;
}
.welcome-w3right h4 {
    font-size: 2.1em;
    color: #000;
    margin-bottom: 0.5em;text-align: center;
}
a.more {
    font-size: 1em;
    color: #fff;
    background: #cc0c38;
  padding: .4em 1.6em .2em 1.6em;
    display: inline-block;
    margin-top: 1.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
    border-radius: 4px;
    border-bottom:4px solid transparent;
}
a.more:hover {
    background:#6bcad2; 
    border-bottom-color:#04a6bb;
}
a.close {
    opacity: .4;
    margin: -1.5em -.5em 0 0;
    outline: none;
}
.w3ls-row.alert:hover img.img-responsive {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}
.tabcontent-grids {
    padding-top: 1em;
}
/* work section styles
/* ========================================== */

#team {}
#team h4 {font-weight: bold;} 
.team-des h4 a{ color: #000;} 
.team-des h4 a:hover{ color: #000;}
#team h3 {color: #999;font-size: 12px;font-weight: none;line-height: 18px;}
#team .team-wrapper .team-des {
  cursor: pointer;
  position: relative;
  bottom: 0;
  transition: all 0.4s linear;
  padding: 22px;
}

#team .team-wrapper:hover .team-des {
  background: #ffffff;
  bottom: 100px;
}

#team .team-wrapper .social-icon li a {
  font-size: 16px;
}


/* portfolio section styles
/* ========================================== */

#portfolio .col-md-4 {
  
}

.grid {
  position: relative;background: #f2f2f2
  margin: 0 auto;
  padding: 2em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden; 
  max-height: 360px;
  width: 100%;
  cursor: pointer;
  text-align: center;border: 1px solid rgba(255,255,255,0.4);    background: rgba(255,255,255,0.4);
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
	width: 195px;
    height: 266px;
}

.grid figure figcaption {
  padding: 2em;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 0.55em;
  height: 2em;
  background: rgba(250,250,250,0.6);
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
  font-size: 16px;

  position: relative;
  bottom: 10px; text-align: center;
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe p.icon-links a {
  float: right;
  font-size: 1.2em;
  padding-right: 18px;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  color: #000000 !important;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#portfolio .portfolio-bottom  {
  padding-top: 62px;
  position: relative;
  clear: both;
}

#portfolio .portfolio-bottom h2  {
  letter-spacing: 2px;
}

#portfolio .portfolio-bottom .btn {
  background: transparent;
  border: 4px solid #000000;
  border-radius: 0;
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-bottom .btn:hover {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}


/* footer section styles
/* ========================================== */
.go-top {
	background:#cc0c38;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height:48px;
	left: 50%;
	margin-left: -24px;
	position: absolute;
	right: 50%;
	width:48px;
	line-height:46px;
	z-index:5;
	top:0;
}
.bottom_half{
	padding-bottom:15px;
}
.padding_top{
	padding-top: 60px;
}
footer{
	width:100%;    float: left;
	background:url(../images/pattern.png) no-repeat;
	background-size:cover;
	background-position:center top;
	color:#fff;
	position:relative; margin-top: -30px;
}
footer.plain_footer{
	background:url(../images/footer-plan.jpg) no-repeat;
	background-size:cover;
}
.footer_panel h4{
	text-transform:uppercase;
}
.footer_panel .about_foot{
	background:url(../images/map-footer.png) no-repeat;
	background-size:cover;
}
.footer_panel .about_foot li{
	margin-left:20px;
}
.footer_panel .about_foot li i{
	display:inline-block;
	margin-left:-20px;
	margin-right:5px;
}
.footer_panel .about_foot li {
  display: block;
  margin-bottom: 10px;
}
.footer_panel .about_foot li:last-child{
	
}
.footer_panel .about_foot li span{
	display:inline-block;
	height:25px;
}
.footer_panel .about_foot li span > img{
	width:100%;
	vertical-align:top;
}
.footer_panel .about_foot li, .footer_panel .account_foot li a{
	color:#8e8e8e;
	font-size:14px;
} 
.footer_panel .account_foot{
}
.footer_panel .account_foot li{
	display:block;
	margin-bottom: 5px;
}
.footer_panel .account_foot li a:hover{
	color:#79b6c8;
}
.footer_panel .account_foot li a:before{
	content:'';
	height:5px;
	width:5px;
	background:#8e8e8e;
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	margin-right:5px;
}
.copyright{
	background:#2d2d2d;    float: left;width:100%;
}
.copyright p{
	font-size:14px;
	margin: 10px 0;
	    color: #999;
}
.copyright p > a{
	color:#999;
}

.copyright ul.social{
	margin: 10px 0;
	text-align:right;
}
.copyright ul.social li, .footer_panel ul.social li{
	display:inline-block;color: #999;font-size: 14px;
}
.copyright ul.social li:last-child a, .footer_panel ul.social li:last-child a{
	
}
.copyright ul.social li a, .footer_panel ul.social li a{
	color:#8e8e8e;
	display:block;
	padding:0 15px;
	
}
.copyright ul.social li a:hover, .copyright ul.social li a:focus,
.footer_panel ul.social li a:hover, .footer_panel ul.social li a:focus{
	color:#437c8a;
}

/*------------------------------------------------------
  RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 1200px) {
  .bx-thumbnail-wrapper {
    display: none;
  }

  .slider-caption {
    bottom: 90px;
  }

  .bx-controls-direction {
    bottom: 30px;
  }
}

@media (max-width: 980px) {
  .slider-caption {
	  bottom: 60px;
  }
  .slider-caption h2 {
	font-size: 32px;
  }
  .slider-caption p {
	  font-size: 18px;
  }
  .bx-controls-direction {
    right: 30px;
  }
  .bx-controls-direction {
    bottom: -40px;
  }
  .heading {
    font-size: 62px;
  }
  .custom-navbar .navbar-brand  {
	  border: none;
	  font-size: 18px;
  }
}

@media (max-width: 768px) {
	
  .slider-caption {
	  bottom: 30px;
  }
  .slider-caption h2 {
	font-size: 18px;
  }
  .slider-caption p {
	  font-size: 12px;
	  line-height: 14px;
  }
  
  .bx-controls-direction {
    bottom: -40px;
  }
  
  #about .mobile-top {
    padding-top: 32px;
  }
  #work .col-md-4 {
    text-align: center;
  }
  #work .col-md-4 hr {
    margin-left: auto;
  }
  .grid figure img {
  margin-bottom: 22px;
  }
  #portfolio .portfolio-bottom {
    position: relative;
    top: 62px;
  }
  #contact .contact-detail {
    border: 0;
  }
  #contact .contact-detail .col-md-6:first-child {
    border-right: 0;
  }
  #contact .contact-detail .col-md-6 {
    padding: 42px;
  }
  #contact .contact-detail {
    top: 40px;
  }
}

@media (max-width: 767px) {
  .site-slider {
    padding-top: 50px;
  }
  #plan .plan {
    padding-right: 0;
    margin: 54px auto 54px auto;
    width: 360px;
  }
}

@media (max-width: 502px) {
  #plan .plan {
    width: 310px;
  }
}

@media (max-width: 440px) {
  .heading {
    font-size: 37px;
  }
}

@media (max-width: 320px) {
  .heading {
    font-size: 32px;
  }
  h5 {
    font-size: 11px;
  }
}






.i-about{overflow: hidden;	background: url(../../../../Images/home/afriso/zh-cn/bg1.jpg) no-repeat 50% top;
	padding-top: 98px;
	padding-bottom: 60px;}

.i-about .wp{
	position: relative;
}
.i-about .hd {
	position: absolute;
	left: 0;
	right: 0;
	/*padding-left: 390px;*/
	padding-left: 29%;
	/*padding-right: 180px;*/
	padding-right: 16%;
}
.i-about .hd h3{
	font-size: 30px;
	margin-bottom: 30px;
}
.i-about .hd p{
	font-size: 14px;
	line-height: 1.8;
}.i-grid{
	font-size: 0;
}
.i-grid .s2 .img{
	clear: both;
}
.i-grid li{
	display: inline-block;
	vertical-align: bottom;
}
.i-grid .s1{
	width: 26%;
}
.i-grid .s2{
	width: 50%;
}
.i-grid .s3{
	width: 11.9%;
}
.i-grid .s4{
	width: 11.9%;
}
.i-grid .tit{
	display: block;
	height: 140px;
	background-color: #F47115;
	text-align: center;
	font-size: 18px;
	color: #fff;
	-webkit-transition:.3s;
	transition:.3s;
	position: relative;

}
.i-grid .tit a:hover{color: #fff;}
.i-grid .tit:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	/*-webkit-transition:.3s;*/
	/*transition:.3s;*/
	/*opacity: 0;*/
	z-index: 55;
}
.i-grid .tit.hover,
.i-grid .tit:hover{
	background-color: #ffb607;
}

.i-grid .g2:hover .tit:after,
.i-grid .g3 .fr:hover .tit:after,
.i-grid .s2:hover .tit:after,
.i-grid .s3:hover .tit:after,
.i-grid .s2:hover .tit:after{
	right: -5px;
	top: 50%;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ffb607;
}

.i-grid .g1:hover .tit:after,
.i-grid .s4:hover .tit:after{
	top: -5px;
	left: 50%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ffb607;
}


.i-grid .tit:hover:after{
	opacity: 1;
}.scroll-a .txt{
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	line-height: 2;
	text-align: center;
	padding: 20px;
	opacity: 0;
	-webkit-transition:.3s;
	transition:.3s;
	*padding: 0;
	*padding-top: 40px;
}.i-grid .tit i{
	display: block;
	height: 90px;
	line-height: 90px;
}
.i-grid .tit i img{
	width: auto;
	height: 45px;
	vertical-align: middle;
	*margin-top: 22px;
}
.i-grid .g1 img{
	*margin-top: 30px;
}

.i-grid img{
	vertical-align: bottom;
	height: 100%;
	width: 100%;
	-webkit-transition:.3s;
	transition:.3s;
}
.i-grid .img{
	overflow: hidden;
	height: 140px;
	overflow: hidden;
}
.i-grid .on .bg,
.i-grid .on img,
.i-grid .img:hover img{
	-webkit-transform: scale(1);
	transform: scale(1);
}

.i-grid .s2 .tit{
	/*width: 140px;*/
	width: 23.88%;
	float: right;
}

.wide-bg{height: 140px;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.fr{float: right;}
.i-grid .l{
	width: 305px;
	*margin-top: 2px;
	z-index: 1;
	position: relative;
}
.i-grid .r{
	float: none;
	margin-top: 3px;
	overflow: hidden;
}
.i-grid .g1{
	float: right;
	width: 140px;
}
.i-grid .g2{
	float: right;
	width: 280px;
	padding-top: 140px;
}
.i-grid .g2 .img,
.i-grid .g2 .tit{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 140px;
	vertical-align: top;
}
.i-grid .g3{
	clear: both;
}
.i-grid .g3 .tit,
.i-grid .g3 .img{
	width: 140px;
	height: 140px;
	float: right;
}
.i-grid .g3 .fr{
	*width: 280px;
}
.i-grid .bg{
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition:.3s;
	transition:.3s;

	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.i-grid .g1 .bg{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.i-grid .bg:hover{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.i-grid .g1 .bg:hover,
.i-grid .g1 .on .bg{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.i-grid .bg{
	/*-ms-transform: scale(1)\9 !important; */
}
.i-grid .bg:hover{
	/*-ms-transform: scale(1)\9 !important; */
}.wp{
    max-width: 1200px;
    width: 100%;
    *width: 1200px;
    margin: 0 auto;
}.scroll-a-nav a *{vertical-align: middle;}
.scroll-a-nav{
	position: absolute;
	bottom: 20px;
	z-index: 20;
	width: 100%;
	text-align: center;
}
.scroll-a-box{
	position: relative;
	font-size: 14px;
}

.scroll-a-nav span{
	font-size: 14px;
	color: #fff;
	white-space:nowrap;
	display: none;
}
.scroll-a-nav a{
	display: inline-block;
	height: 20px;
}
.l { float: left;box-sizing: border-box;}


.padding{
	padding:120px 0 80px 0;
}
.page_header{
	color:#cc0c38;
	background:url(../images/page-header.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.page_header h1{
	font-size:35px;
}
.page_header p{
	color:#333;
	font-size:18px;
}


.contact-bj{
	color:#cc0c38;
	background:url(../images/contact.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.contact-bj h1{
	font-size:35px;
}
.contact-bj p{
	color:#333;
	font-size:18px;
}


.plan-bj{
	color:#cc0c38;
	background:url(../images/plan.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.plan-bj h1{
	font-size:35px;
}
.plan-bj p{
	color:#333;
	font-size:18px;
}


.hr-bj{
	color:#cc0c38;
	background:url(../images/hr.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.hr-bj h1{
	font-size:35px;
}
.hr-bj p{
	color:#000;
	font-size:18px;
}

.news-bj{
	color:#cc0c38;
	background:url(../images/news.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.news-bj h1{
	font-size:35px;
}
.news-bj p{
	color:#000;
	font-size:18px;
}

.products-bj{
	color:#cc0c38;
	background:url(../images/products.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.products-bj h1{
	font-size:35px;
}
.products-bj p{
	color:#000;
	font-size:18px;
}


.page_menu{
	padding-top:35px;
}
.page_menu .breadcrumb{
	border-bottom:1px solid #ebebeb;
	background:transparent;
}
.page_menu .breadcrumb > li {
  display: inline-block;
  font-size: 14px;
  color:#606060
}
.page_menu .breadcrumb > .active {
  color:#79b6c8;
}

.about{width:100%;height:auto;background:#ebeef3;padding-bottom:85px;    float: left;}
.about .banner{width:100%;height:467px}
.about .about-new{width:1251px;height:auto;margin:0 auto}
.about .about-new .conn{width:951px;height:auto;background:#fff;margin-top:-69px;float:left}
.about .about-new .conn .conn-new{width:879px;height:auto;margin:0 auto}
.about .about-new .conn .conn-new .top{width:100%;height:auto; float: left; border-bottom: 1px solid #ececec;}
.about .about-new .conn .conn-new .wenzi{width:100%;height:auto;float: left; padding: 30px 0;}
.about .about-new .conn .conn-new .top .tits{font-size:24px;line-height:30px;color:#000;padding-top:36px;float:left}
.about .about-new .conn .conn-new .top .home{float:right;height:13px;line-height:13px;margin-top:55px;background:url(../images/home.png) no-repeat;padding-left:23px;font-size:12px;color:#bbbbbb}
.about .about-new .conn .conn-new .top .home i{font-style:normal;float:left;margin-right:10px}
.about .about-new .conn .conn-new .top .home a{color:#6d6d6d;float:left}
.about .about-new .conn .conn-new .top .home a:hover{color:#4472c4}
.about .about-new .conn .conn-new .top .home span{width:3px;height:5px;display:block;float:left;display:block;margin:4px 10px 0 10px;background:url(../images/next.png) no-repeat}
.about .about-new .conn .conn-new .line{width:809px;height:1px;background:#ececec;margin-top:30px;float: left}
.about .about-new .conn .conn-new .conn1{width:100%;height:auto;margin-top:25px;padding-bottom:80px}
.about .about-new .conn .conn-new .conn1 .con3{width:100%;height:245px;background:url(../images/ab1.jpg) no-repeat right}
.about .about-new .conn .conn-new .conn1 .con3 .tit{width:380px;height:auto;padding-top:55px;font-size:14px;line-height:30px;color:#313131}
.about .about-new .conn .conn-new .conn1 .con1{width:100%;height:260px;margin-top:30px}
.about .about-new .conn .conn-new .conn1 .con1 img{width:374px;height:260px;float:left}
.about .about-new .conn .conn-new .conn1 .con1 .tit1{font-size:14px;line-height:30px;color:#313131;float:right;margin-right:17px;width:393px;height:260px;padding-top:55px;}
.about .about-new .conn .conn-new .conn1 .con2{width:100%;height:183px;margin-top:50px}
.about .about-new .conn .conn-new .conn1 .con2 .tit1{width:376px;margin-left:8px;font-size:14px;line-height:30px;color:#313131;float:left;padding-top:45px;}
.about .about-new .conn .conn-new .conn1 .con2 img{float:right}
.about-left{float:right;width:270px;height:auto;margin-top:-240px}
.about-left .left-new{width:270px;height:auto; background: rgba(255,255,255,0.8);}
.about-left .left-new .tits{font-size:26px;line-height:36px;color:#000;padding-top:42px;margin:0 0 0 48px}
.about-left .left-new .tit{font-size:16px;font-family:Arial;line-height:18px;color:#666;margin:8px 0 0 48px}
.about-left .left-new .line{width:19px;height:4px;background:#cc0c38;margin:35px 0 0 48px}
.about-left .left-new ul{width:100%;height:auto;margin-top:62px;padding-bottom:75px}
.about-left .left-new ul li{width:100%;height:63px;    list-style: none; color: #333;}
.about-left .left-new ul li a{width:207px;height:63px;line-height:63px;font-size:14px;border-bottom:1px solid rgba(0,0,0,0.1);display:block;margin:0 auto;    color: #333;padding-left:30px} 
.about-left .left-new ul li:hover{background:#cc0c38;color: #fff}
.about-left .left-new ul li.cur{background:#cc0c38;color: #fff}
.about-left .left-new ul li.cur a{background:#cc0c38;color: #fff}

.about-left .download{width:238px;height:65px;display:block;background:url(../images/download.png) no-repeat;margin:33px 0 0 11px}


.newsdetail2{width:150px; float:right; text-align:right;}

#content_h3_4 div div{
	float:left;
	width:550px; padding-top:60px;

}
#content_h3_4 div p{
	float:left;
	width:410px; padding-top:20px; padding-left:100px; 

}

#contact_h3_4 div .kuai{
	float:left;
	width:370px;    padding-top: 40px; margin-bottom: 30px;

}
#contact_h3_4 div .ewm{
	float:right;
	width:500px;     padding-top: 40px;margin-bottom: 30px; 

}
#contact_h3_4 div div li{list-style: none;
	float:left;
	width:100%;
	color:#666; font-size:14px; line-height:30px;
	-webkit-transition:padding-left 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;
}
#contact_h3_4 div div li:hover{
	padding-left:10px;
}
#contact_h3_4 div div li span{
	font-size:26px;
	font-family:Impact; color:#cc0c38; line-height:40px;
}

.pages{font-size:12px;line-height:22px;text-align:center;clear:both; width:100%;}
.pages a{text-decoration:none;color:#3c3c3c;background:#fff;border:1px solid #cccccc;padding:3px 8px;padding-bottom:2px;margin-right:3px;cursor:pointer}
.pages .red{background:#cc0c38 !important; color:#fff; border:0; padding:3px 8px;}
.pages a.active{background:#000;border:1px solid #cccccc;color:#fff}
.pages a:hover{text-decoration:none;color:#fff;background:#cc0c38;border:1px solid #cccccc}



.recruitment .con{
	width: 100%;
}
.recruitment .title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #000;
	font-size: 14px;
	color: #ffffff;
} 
.recruitment .title span{
	float: left;
	text-align: center;
}
.recruitment .title .one{
	padding-left: 40px;
	width: 217px;
	text-align: left;
}
.recruitment .title .two{
	width: 193px;
}
.recruitment .title .the{
	width: 200px;
}
.recruitment .title .four{
	width: 150px;
}
.recruitment ul{
	width: 100%;
	border: 1px solid #f2f2f2;
	border-top: none; list-style: none;
}
.recruitment li:hover .tit .four, .recruitment li .tit.on .four{
	color: #cc0c38;   list-style: none;
}
.recruitment .tit{
	width: 100%;
    float: left;
	padding: 20px 0;
	 line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
}
.recruitment .tit span{
	float: left;
	font-size: 13px;
	color: #333333;
	text-align: center;
	line-height: 24px;
}

.recruitment .box-s{
	padding: 0 40px 30px;
	background: #fafafa;
	width: 870px;
	margin: 0 auto;
	display: none;
	position: relative;    float: left;
}
.recruitment .box-s:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;  
    border-right: 6px solid transparent; 
    border-bottom: 6px solid #fafafa;
    position: absolute;
    top: -6px;
    left: 30px;
	transition:all 0.3s;
}
.recruitment .box-s dl{
	padding: 25px 0 30px;
	width: 100%;    float: left;
	border-bottom: 1px solid #e8e8e8;
}
.recruitment .box-s dd{
	float: left;
	width: 260px;    font-size: 12px;
	color: #333333;
	line-height: 32px;
}
.recruitment .requir{
	padding: 22px 0 22px;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}
.recruitment .requir .fl{
	width: 600px;    font-size: 13px;
    line-height: 30px;
}
.recruitment .requir .fr{
	width: 400px;
}
.recruitment .requir h2{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	padding-bottom:10px; 
}
.recruitment .requir p{
	font-size: 12px;
	color: #777;
	line-height: 26px;
}
.recruitment .box-s .once{
	margin: 27px 0 0;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #cc0c38;
	color: #fff;
	font-size: 16px;
	display: block;
}



.newhh {
   margin:15px 0 15px 0;
   height:auto; overflow:hidden;
   padding:10px;
   border:1px solid #f2f3f3;
   font-size:12px;
   background-color:#fff;
   }
 .newhh img{  height: 168px;
    object-fit: cover;
    text-align: center; }
.newhh:hover {

   background-color:#726d6c; color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.newhh a:hover {
   color:#FFFFFF;
   }
   
.timex {
   margin-top:23px;
   }
   
   
.newhh h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:28px;
   margin-bottom:12px;
   }


.jian{ text-align: right; font-size:16px; padding: 140px 30px 0px 0px; }
.jian i{font-size:18px;}


.cen-04{float:left; width:100%;font-size: 24px;color: #000;text-align:center; line-height:50px;font-family: "Microsoft YaHei";}
.cen-04-1{ text-align:center; border-bottom:1px dashed #ccc; font-size: 14px;line-height:25px; color:#666; float:left; width:100%;}
.cen-04-2{float:left; width:100%; background:#f2e3d0; border:1px solid #e7d1b4;  padding:5px;}
.cen-04-3{float:left; width:100%; padding-top:8px; padding-bottom:8px; line-height:30px; font-size:14px; }
.cen-04-3 img{  text-align: center; overflow:hidden}
.cen-04-2 span{ font-weight:bold; color:#ff9933;}
.cen-04-6{float:left;width:100%; border:1px solid #fec3d7; font-size:12px;}

.sx{width:100%; float:left;padding: 20px 0 0 0; text-align:left;border-top:1px dashed #ddd;color:#333;margin-top:10px;font-family:Verdana, microsoft Yahei, Helvetica, sans-serif}
.sx p{clear:both;line-height:30px;font-weight:bold;}
.sx a{padding-left:10px;font-weight:normal}
.sx a:link{color:#999;text-decoration:none;}
.sx a:visited{color:#999;text-decoration:none;}
.sx a:hover{color:#e70012;text-decoration:underline;}
.sx a:active{color:#e70012;text-decoration:underline;}
.sx span{ float:right;  padding-right:20px;}
.sx span a{ padding-left:20px; color:#999 !important; text-transform:uppercase;	font-family:Verdana, microsoft Yahei, Helvetica, sans-serif}


.item-pic__box {
	position: relative;
	width: 450px;
	float: left;
	margin-left: 200px;
}
.small-box {
	    position: relative;
    width: 450px;
    
    margin-bottom: 5px;
    border: 1px solid #ccc;
}
.small-box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}
.small-box > .hover {
	display: none;
	left: 0;top: 0;
	position: absolute;
	border: 1px solid #fff;
	background-color: #000;
	filter: alpha(opacity=15);
	-moz-opacity: .15;
	opacity: .15;
	cursor: move;
}
.thumbnail-box {
	position: relative;
	width: 100%;
}
.thumbnail-box .btn {
	position: absolute;
	top: 0;bottom: 0;
	width: 26px;
	border: 0;
	background: #eee url(../images/thumb-but.gif) no-repeat;
}
.thumbnail-box .btn:active {background: #b31e22 url(../images/thumb-but_active.gif) no-repeat}
.thumbnail-box .btn-prev {left: 0}
.thumbnail-box .btn-next {right: 0;background-position: center right}
.thumbnail-box .btn-next:active {background: #b31e22 url(../images/thumb-but_active.gif) no-repeat center right}
.thumbnail-box > .thumb-list {
	overflow: hidden;
	width: 185px;
	margin: 0 auto;
}
.thumbnail-box .wrapper {
	font-size: 0;
	margin-bottom: 0;
	white-space: nowrap;
}
.thumbnail-box > .thumb-list .item {
	width: 56px;
	height: 56px;
	margin: 0 2px;
	cursor: pointer;
	display: inline-block;
	border: 2px solid #fff;
}

.thumbnail-box > .thumb-list .item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}
.thumbnail-box > .thumb-list .item.active {
	border: 2px solid #2e2a40;
}
.big-box {
	z-index: 100;
	display: none;
	overflow: hidden;
	position: absolute;
	left: 462px;top: 0;
	border: 1px solid #ccc;
	width: 420px;height: 420px;
}
.item-info__box {
	width: 400px;
	float: right;
	padding: 20px 40px 20px 40px;
}
.item-title {line-height: 2em; }
.item-title > .name {
	font-size: 25px;
	max-height: 50px;
	line-height: 50px;
}
.item-price {
	padding: 10px;
	margin-bottom: 20px;
}
.item-price .price-panel {
	height: 40px;
	line-height: 40px;
}
.item-price .price-panel .price{
	font-size: 24px;
	color: #d00;
}
.vip-price-panel {
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	margin-top: 4px;
	position: relative;
}
.vip-price-panel:hover, .vip-price-panel.active {
	color: #fff;
	background-color: #b31e22;
}
.all-price__box {
	color: #fff;
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;right: 0;top: 32px;
	background-color: #b31e22;
	line-height: 1.571428;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #fff;
	border-left: 10px solid #b31e22;
	border-right: 10px solid #b31e22;
}
.text-justify {
	text-align: justify;
	text-align-last: justify;
}
.item-ind-panel {
	width: 100%;
	border: 1px dotted #ccc;
}
.item-ind-item {
	float: left;
	padding: 12px;
	text-align: center;
	width: 33.33333333%;
}
.item-ind-item a {text-decoration: none;}
.ind-count {font-weight: bold;}



.prod{
	padding:17px 0 70px;
}
.prod .title{
	text-align: center;
}
.prod .title h2{
	    font-size:24px;
    color: #cc0c38;
    font-weight: 600;
    line-height: 48px;
}



.detailproduct{ width:100%; overflow:hidden; zoom:1;}


.detail_pro{ padding-top:10px; padding-bottom:0px;}

.detail_pro_center{ width:100%; margin:0 auto; background:#fff; margin-bottom:20px; }

.detail_pro_center h3{ line-height:34px; padding-left:15px; font-size:14px; background:#cc0c38;border-radius: 4px; color:#FFF; font-weight:normal;font-family:Verdana, microsoft Yahei, Helvetica, sans-serif}

.detail_pro_img{ padding:10px 0; text-align:left; padding-left:15px; font-size:14px;} 







.ysqcon p{
	font-size: 14px;
	line-height: 28px;
}

.ysqcon img{
  margin: 1rem 0;
  max-width: 100%;
  height: auto;
}



.ysqshow ul li{
	margin-bottom: 2rem;
	float: left;
	width: 49%;
}

.wsnshow ul li{
	margin-bottom: 2rem;
}

.ysqshow ul li:nth-child(odd){
	margin-right: 1%;
}

.ysqshow ul li:nth-child(even){
	margin-left: 1%;
}

.ysqshow .ysqproimg{
	position: relative;
	margin-bottom: 0.5rem;
}

.ysqshow .ysqprosimg{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	border: 5px solid #eee;
}

.ysqshow ul li p,.wsnshow ul li p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.ysqshowcon{
	font-size: 0.9rem;
	color: #333;
	line-height: 1.8rem;
}

.ysqshowcon img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 1rem;
}



.ysqteach ul li{
	margin-bottom: 2rem;
	width: 49%;
	float: left;
}

.ysqteach ul li:nth-child(odd){
	margin-right: 1%;
}

.ysqteach ul li:nth-child(even){
	margin-left: 1%;
}

.ysqteach ul li iframe{
	width: 100%!important;
	height: 315px;
}

.ysqteach ul li p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
	margin-bottom: 0;
	text-align: center;
	padding-top: 0.5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}












.ysqfl,.wsnfl{
	float: left;
	width: 20%;
}

.ysqr,.wsnr{
	float: right;
	width: 75%;
}

.menu_pro {
    color: #fff;
   /* height: 60px;*/
    line-height: 80px;
    background: #000;
    font-size: 1.5rem;
	margin-bottom: 0;
	letter-spacing: 5px;
}

.menu_list{text-align: center;/*margin:0px 0 0 1rem;*/}

.menu_head{
	/*height: 47px;*/
	line-height: 3.5rem;
	/*padding: 1rem 2rem 1rem 1rem;*/
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	/*border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-bottom: 1px solid #333;*/
	
	position: relative;
	margin: 0px;
	background: #8f8f8f;
	/*background: #040823 url(../images/pro_left.png) center right no-repeat;*/
	overflow: hidden;
text-overflow: ellipsis;
	white-space:nowrap;
	margin-top: 2px;
}
.menu_head a{
	color: #333;
	font-size: 1rem;
}
.menu_head a:hover{
	
}

.menu_body{
	/*line-height: 2rem;
	backguound: #fff;
	padding: 0 0 0.8rem 0;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;*/
	
}

.menu_body {}
.menu_body a{
	display:block;
	height:3rem;
	line-height:3rem;
	/*padding-left:2rem;*/
	color:#000;
	background:#fff;
	text-decoration:none;
	font-size: 0.9rem;
	margin-top: 2px;
	/*border-bottom:1px solid #e1e1e1;*/
}

.menu_body a:hover{
	background:#8f8f8f;
	color:#fff;
}

.menu_list .menuzl{
	transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
	margin-top: 2px;
	background: #999;
}

.menu_list .menuzl a{
	font-size: 1rem;
	margin-bottom: 0;
	line-height: 3.5rem;
	color: #fff;
	
	transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}

.menu_list .menuzl:hover{
	background: #000;
}

.menu_list .menuzl:hover a{
	color: #fff;
}

.menu_list .menuzl.menuactive{
	background: #303649;
}

.menu_list .menuzl.menuactive a{
	color: #fff;
}






.ysqcon p{
	font-size: 14px;
	line-height: 28px;
}

.ysqcon img{
  margin: 1rem 0;
  max-width: 100%;
  height: auto;
}



.ysqshow ul li{
	margin-bottom: 2rem;
	float: left;
	width: 49%;
}

.wsnshow ul li{
	margin-bottom: 2rem;
}

.ysqshow ul li:nth-child(odd){
	margin-right: 1%;
}

.ysqshow ul li:nth-child(even){
	margin-left: 1%;
}

.ysqshow .ysqproimg{
	position: relative;
	margin-bottom: 0.5rem;
}

.ysqshow .ysqprosimg{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	border: 5px solid #eee;
}

.ysqshow ul li p,.wsnshow ul li p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.ysqshowcon{
	font-size: 0.9rem;
	color: #333;
	line-height: 1.8rem;
}

.ysqshowcon img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 1rem;
}



.ysqteach ul li{
	margin-bottom: 2rem;
	width: 49%;
	float: left;
}

.ysqteach ul li:nth-child(odd){
	margin-right: 1%;
}

.ysqteach ul li:nth-child(even){
	margin-left: 1%;
}

.ysqteach ul li iframe{
	width: 100%!important;
	height: 315px;
}

.ysqteach ul li p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
	margin-bottom: 0;
	text-align: center;
	padding-top: 0.5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
























.prodfl{
	padding: 25px 0;
	background: #fff;
}

.prodfl .prow{
	padding: 0 1%;
}

.prodfl ul{
	margin-bottom: 0;
}

.prodfl ul li{
	float: left;
color: #e62129;
margin-right: 20px;
border: 1px solid #ccc;
padding: 10px 30px;
	border-radius: 20px;
}

.prodfl ul li a{
	color: #e62129;
	font-size: 14px;
}

.prodfl ul li:hover{
	background: #e62129;
	border: 1px solid #e62129;
}

.prodfl ul li:hover a{
	color: #fff;
}

.prodfl ul li.active{
	background: #e62129;
	border: 1px solid #e62129;
}

.prodfl ul li.active a{
	color: #fff;
} 


.pro{
	padding:5% 0;

}

.prow{
	width: 80%;
	margin: 0 auto;
}

.prozi{
	margin-bottom: 50px;
}

.prozi h2{
	text-align: center;
	font-size: 28px;
}


.procon ul li{
	float: left;
	width: 18%;
	margin: 1%;
}


.proimg{
	overflow: hidden;
	border: 1px solid #ccc;
	
}

.proimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.proimg:hover img{
	transform:scale(1.05);
	-moz-transform:scale(1.05);
-ms-transform:scale(1.05);
-webkit-transform:scale(1.05);
-o-transform:scale(1.05);
}

.procon ul li p{
	font-size: 14px;
	padding: 15px 0;
	color: #333;
	text-align: center;
	margin-bottom: 0;
	background: #fff;
}

.procon .proimg:hover p{
	color: #e62129;
}


.proo{
	position: relative;
}

.proo img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.proocon{
	position: relative;
}

.projs h3{
	font-size: 18px;
	margin-bottom: 10px;
	color: #e62129;
}

.projs *{
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

.projs img{
	display: block;
	max-width: 100%;
}






