@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

body {
  /*background-color: #27AE60;*/
	background-color: #f5f5f5;
}

.aboutab {
    padding: 10px 30px 50px 30px; margin: 0;width: 640px;
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: 100% 100%; min-width: 640px;
}
.aboutab-container{ width:580px; margin:0 auto; position:relative;}
.aboutab-container h2{ font-size: 30px; color: #FFF;font-weight:550; padding-top: 30px; padding-bottom: 20px;}
.aboutab-container p{font-size: 22px;color: #FFF;opacity: .8;filter: alpha(opacity=80);line-height: 30px;}
	.aboutab-btn{ padding: 0; margin: 0;}
	
.aboutab-btn a{
    display: inline-block;
    width: 112px;
    height: 42px;
    /*background-color: #108CEE;*/
    border: 1px solid #6a6c7c;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 42px;
    cursor: pointer;
    margin-top: 10px;
	text-align: center;
}

.aboutab-btn a:hover{
    background-color: #ffd600;
	color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.aboutab-btn .aboutab-btn-02{background-color: #ffd600;color: #333333; }

.aboutab-btn .aboutab-btn-02:hover{
    background-color: #ffd600;
	color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*end-banner*/

.container {
  width: 640px;
  font: 14px/21px "Open Sans", Arial, sans-serif;
  color: #666;
  background-color: white;
  padding: 20px;
  margin: 10px auto 40px;
  /*border-radius: 5px;*/
  
}

p {
  margin-bottom: 10px;
}


.hide {
  display: none;
}

dt {
  font-size: 19px;
  color: #A68B00;
  margin-bottom: 20px;
  margin-left: 26px;
  cursor: pointer;
}

/* Triangle list item */
dt:before {
  content: "";
  border-color: transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 17px;
  position: relative;
}

dd {
  padding: 20px;
  background: #FDFCFA;
  border-radius: 5px;
  border: 1px solid #F2EEE6;
  margin: 20px 0 30px;
  position: relative;
  font-size: 15px;
  line-height: 28px;
}

/* Triangle in definition container */
dd:after, dd:before {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

dd:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #FDFCFA;
  border-width: 15px;
  margin-left: -15px;
}

dd:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #F2EEE6;
  border-width: 17px;
  margin-left: -17px;
}

#ts{width: 640px;height: 80px; }
#bottom{width: 640px;background: #21232f;padding: 20px 0; margin: 0 auto;}
#bottom p{width: 640px;text-align:center;line-height:36px;font-size:24px; color:#FFFFFF;}
	
#footer{width: 640px;height: 80px;position: fixed;bottom: 0;background: rgba(0, 0, 0, 0.5);left: 0; margin:0 auto;}
#footer div{float: left;width: 210px;height: 80px;}
#footer div a{display: block;margin: 0 auto; width: 100px;height: 80px;padding-top: 20px; background:url(../images/common.png) no-repeat;}
#footer div a span{line-height:40px;color: #fff;width: 100px; font-size: 20px; text-align: center;display: block;border-radius: 3px; background:#ff3500; padding: 1px 8px;}