.main{
	padding: 55px 10px 45px;
    background: #fff;
    clear: both;
}
.pd1{
    padding: 0;
}
@media only screen and (max-device-width: 640px) and (min-device-width: 320px){

	/*.sidebar{
		width: 100% !important;
		float: none !important;
		margin-left: 0 !important;
		clear: both;
	}
	.content {
		width: 100% !important;
		float: none !important;
		margin-left: 0px !important;
		margin-bottom: 50px;
	}*/
}
.side-nav{

	border-right: 1px solid #ededed;
	list-style: none;
    border-top: 1px solid #ededed;
    width: 238px;
}
.affix-top
{
    position: absolute;
    /*top: 0;*/
}
.affix
{
    top: 100px;
}
.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
}
.side-nav li a {
    padding: 8px 0;
    border-bottom: 1px solid #ededed;
    display: block;
    height: auto;
    font-weight: normal;
    font-size: 14px;
    line-height: 39px;
    color: #333333;
    text-decoration: none;
}
.active{
	border-right: 5px solid #D8000A;
}
.side-nav li a:hover{
	color:red;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
.content{
	margin-top: 100px;
}
.content-title{
    font-size: 32px;
    color: #2f2f2f;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.content .col-md-12{
	padding: 20px 0;
}
.content-sub-title{
    font-size: 16px;
    color: #6d6d6d;
    text-align: center;
}
.imgZoom{
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.imgZoom img {
    width: 100%;
    transition:all 0.3s;
    height: 362px;
    border: 0;
    opacity: 0.95;
}
.imgZoom:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.content-right{
    padding: 47px 42px 27px;
    border-top: 10px solid #f3f3f3;
    border-bottom: 10px solid #f3f3f3;
    border-right: 10px solid #f3f3f3;
}

.content-right .title,.timeLine-title,.research .title,.equipment .title,.certification .title {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
}
.content-right .line,.research .line,.equipment .line,.certification .line {
    height: 2px;
    width: 45px;
    background-color: #00A0E9;
    margin-bottom: 20px;
}
.content-right .des {
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    margin-bottom: 30px;
}
.content-right .des p{
    max-height: 156px;
    overflow: hidden;
}

.history {
    padding-top: 60px;
    background-color: #efefef;
}

#timeline {
    /*width: 960px;*/
    height: 300px;
    overflow: hidden;
    margin:30px auto 0;
    position: relative;
    background: url('../images/dot.gif') left 45px repeat-x;
}
#dates {
    padding: 0;
    /*width: 960px;*/
    height: 60px;
    overflow: hidden;
}
#dates li {
    list-style: none;
    float: left;
    width: 200px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    background: url('../images/biggerdot.png') center bottom no-repeat;
}
@media screen and (max-width: 1000px) {
    #dates li {
        list-style: none;
        float: left;
        width: 100px;
        height: 50px;
        font-size: 24px;
        text-align: center;
        background: url('../images/biggerdot.png') center bottom no-repeat;
    }
}
#dates a {
    color:#00A0E9;
    line-height: 38px;
    padding-bottom: 10px;
    transition:all 0.1s;
    text-decoration: none;
}
#dates a:hover{
    font-size: 38px;
}
#dates .selected {
    font-size: 38px;
}
#issues {
    padding-left: 10px;
    /*width: 960px;*/
    height: 300px;
    overflow: hidden;
}
#issues li {
    /*width: 960px;*/
    height: 300px;
    list-style: none;
    float: left;
}

#issues li h1 {
    color: #009A61;
    font-size: 42px;
    margin: 20px 0;
    text-shadow: 5px -5px 5px rgba(0,0,0,.1);
}
#issues li p {
    font-size: 18px;
    color: #757575;
    margin-right: 70px;
    margin:10px;
    line-height: 22px;
}

.research,.certification,.equipment{
    padding: 30px 0;
}

.research p {
    font-size: 15px;
    color: #757575;
    line-height: 26px;
}
.research-img{
    padding: 0;
    overflow: hidden;
}
.research-img img{
    width: 300px;
    height: 200px;
    transition: all .8s ease 0s;
}
.research-img img:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.equipment-img{
    overflow: hidden;
}
.equipment p {
    font-size: 15px;
    color: #757575;
    line-height: 26px;
}
.equipment-img>img{
    position: relative;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    transition: all .8s ease 0s;
}
.equipment-img img:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.equipment-img .title1{
    background: rgba(90, 179, 85, 0.65);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 105px;
    padding: 0 4%;
}
.equipment-img .title1 h2{
    margin-top:35px;
    text-align: center;
    color: #fff;
}
.equipment-img .title2{
    background: rgba(90, 179, 85, 0.65);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45px;
    padding: 0 4%;
}
.equipment-img .title2 h4{
    text-align: center;
    color: #fff;
}
.equipment-intro{
    padding: 15% 6%;
    background-color: #f8f8f8;
    height: 265px;
    text-align: center;
}
.equipment-intro p{
    font-size: 15px;
    color: #757575;
    line-height: 26px;
}
.certification p {
    font-size: 15px;
    color: #757575;
    line-height: 26px;
}
.honor{
    display: table;
    display: inline-block;
    width: 100%;
    padding: 25px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    transition: all .3s ease 0s;
}
.honor .honor-img {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    border: 1px solid #ddd;
}
.honor .honor-text {
    display: table-cell;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
}
.honor .til {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 400;
}
.honor .text {
    color: #666;
    font-size: 14px;
}

.swiper-slide a:hover .til{color:#00a4ff}
.swiper-slide a:hover .honor{box-shadow:1.5px 2.6px 7px 0 #ddd}


.gb-font-color{
    color: #00A0E9;
}
.gb-font-color-bold{
    color: #00A0E9;
    font-weight: bold;
}
.top-content{
    padding: 45px 0;
}
.top-content p{
    font-size: 18px;
    color: #7D7D7D
}

.section-2-container, .section-4-container{
    padding: 120px 0 ;
}
@media only screen and (min-width: 1200px){
    .section-2-container, .section-4-container{
        width: 1470px;
    }
}
.section-2-column{
    padding: 15px 35px;
    background: #FFFFFF;
}

.section-2-column .row{
    margin: 40px 0;
}
.section-2-column-footer{
    margin: 0 -25px;
    padding: 15px 20px;
    background: linear-gradient(
            to bottom,
            rgba(0, 160, 233, 0.2),
            #FFFFFF 50%
    );
}
.section-2-column-last-p{
    color: #00A0E9;
    font-weight: normal;
    margin-top: 18px;
}
.section-4-1{
    color: #FFFFFF;
    position: relative;
}
.section-4-bg{
    margin: 0 -25px;
    padding: 15px 20px;
    background: linear-gradient(
            to bottom,
            rgba(0, 160, 233, 0.2),
            #FFFFFF 50%
    );
}
.section-4-1 img{
    margin-bottom:15px ;
    position: relative;
    width: 100%;
}
.section-4-1 h4{
    top:5px;
    left: 70px;
    position: absolute;
}
.section-4-1 p{
    top: 50px;
    left: 10px;
    position: absolute;
    width: 35%;
}
.section-4-2{
    position: relative;
}
.section-4-2 img{
    position: relative;
    height: 130px;
}
.section-4-2-subtitle{
    font-size: 22px;
    color: #00A0E9;
    position: absolute;
    top: 17px;
    left: 20px;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
}
.section-4-2-p{
    font-size: 22px;
}
.section-4-3{
    position: relative;
}
.section-4-3-img-1{
    position: relative;
}
.section-4-3-img-2{
    position: absolute;
    top:35px;
    left: 25px;
    height: 70px;
}
/*.section-4-3-2 p{*/
/*    font-size: 14px;*/
/*}*/