body {
    margin: 0;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
}
li {
    list-style: none;
}
a:hover,
a:visited,
a {
    text-decoration: none;
}
h1,
h2 {
    text-transform: uppercase;
    /* font-weight: bold; */
}


/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}
.carousel-caption h1 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 72px;
}
.carousel-caption p {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    /* font-weight: bold; */
    margin-top: 0;
}
.carousel-caption button {
    width: 240px;
    height: 60px;
    border-radius: 50px;
    background: #fff;
    color: #3c5ef6;
    font-size: 30px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.carousel-caption button:hover {
    background: #12b9ff;
}
.carousel-control {
    width: 5%;
}

.bg-sz{
	background: #5151ff;
    border-radius: 50px;
    width: 386px;
    float: right;
    height: 50px;
}
.bg-sz .bg-sz-1{
	width: 88px;
    height: 44px;
    border-radius: 50px;
    background: #12b9ff;
    display: inline-block;
    margin-top: 3px;
    float: left;
    margin-left: 3px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
}
.font-size-2{
	text-align: center;
    line-height: 44px;
    font-size: 24px;
    float: left;
    margin-left: 28px;
    margin-top: 3px;
}
.font-size1{
	line-height: 76px;
    font-size: 32px;
    color: #1d4e8c;
}
.btn-set{
	margin-top:10px;
}
.carousel-inner {
    background: -webkit-linear-gradient(left, #000, blue);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, blue);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, blue);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000, blue);
    /* Standard syntax */
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    text-align: right;
    right: 18%;
    line-height: 1;
    top: 38%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-left: 0;
    margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-right: 0;
    margin-top: 50px;
}

/*about area*/

.about h2 {
    font-size: 34px;
    color: #42b3e5;
    margin-top: 50px;
}
.about h4 {
    font-size: 20px;
    color: #737373;
    margin-bottom: 45px;
    padding: 0 60px;
    line-height: 34px;
}
.about-img img {
    width: 100%;
}
.single-about-detail {
    position: relative;
    background:#fff;
    border-radius:8px;
    margin-bottom:30px;
}
.single-about-detail1 {
    position: relative;
    background: #f5f5f5;
    height: 285px;
    /* border-radius: 8px; */
}
.no-padding{
	padding:0;
}
.pentagon-text h1 {
    font-size: 60px;
    color: #383838;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}
.pentagon-text {
    width: 70px;
    height: 52px;
    background: #fff;
    position: relative;
    top: -30px;
    left: 43%;
}
.pentagon-text:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 15px solid #fff;
}
.pentagon-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0px;
    border-left: 36px solid transparent;
    border-right: 34px solid transparent;
    border-top: 15px solid #fff;
}
.about-details {
    background: #fff;
    /* border-top: 2px solid #fff; */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.about-details h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}
.about-details p {
    font-size: 14px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    padding: 0 14px;
    padding-bottom: 10px;
    line-height:24px;
    text-align: left;
}
.about-details1 {
    background: #f5f5f5;
    height: auto;
    /* border-top: 2px solid #fff; */
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.about-details1 h3 {
    font-size: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 72px;
    padding-bottom: 24px;
}
.about-details1 p {
    font-size: 14px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    padding: 0 24px;
    padding-bottom: 10px;
    line-height:24px;
}
/* .single-about-detail:hover .about-details {
    background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1 {
    color: #3a9dca;
} */

/*service area*/

.service {
    background: #f9f9fb;
    margin-top: 40px;
}
.service h2 {
    font-size: 90px;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 0;
}
.service h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 70px;
    display: block;
}
.single-service-img {
    width: 205px;
    height: 125px;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -100px;
}
.single-service-img:before {
    content: "";
    position: absolute;
    top: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 104px solid transparent;
    border-bottom: 42px solid #fff;
}
.single-service-img:after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 102px solid transparent;
    border-right: 102px solid transparent;
    border-top: 42px solid #fff;
    z-index: 10;
}
.service-img {
    width: 200px;
    height: 123px;
    background: #3a9ecb;
    position: relative;
    top: 1px;
    left: 2px;
}
.service-img:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 40px solid #3a9ecb;
}
.service-img:after {
    content: "";
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #3a9ecb;
    z-index: 999;
}
.single-service h3 {
    margin-top: 60px;
    color: #fff;
    padding-bottom: 90px;
}
.service-img img.heart {
    left: 20%;
    top: 18%;
}
.service-img img.brain {
    left: 26%;
    top: 11%;
}
.service-img img.knee {
    left: 38%;
}
.service-img img.bone {
    left: 25%;
    top: 14%;
}
.service-img img {
    position: absolute;
}

/*support section*/

.support {
    padding-bottom: 60px;
}
.support h2 {
    font-size: 42px;
    color: #42b3e5;
    margin-top: 50px;
    margin-bottom: 0;
}
.support h4 {
    font-size: 20px;
    color: #666;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 45px;
}
/* .single-member {
    margin: 0;
    padding: 0;
} */
.person img {
    width: 100%;
}
.person-detail {
    padding: 10px;
    background: rgba(0,0,0,0.7);
    position: relative;
    text-align: center;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-top {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: -10px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.arrow-bottom {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #3ba0cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: -9px;
    left: 46%;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.person-detail span {
    font-size: 18px;
    color: #fff;
    display:inline-block;
    text-align:center;
}
.person-detail p {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.single-member{
	margin-bottom:15px;
}
.single-member:hover .person-detail {
    background: #2a2a2a;
}
.single-member:hover .arrow-top {
    background: #2a2a2a;
}
.single-member:hover .arrow-bottom {
    background: #2a2a2a;
}

/*contact section*/

.contact-caption {
    background: #3a9dca;
}
.contact-heading h2 {
    color: #fff;
    font-size: 90px;
}
.contact-info {
    padding-left: 40px;
}
.contact-info h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-form h3 {
    padding-left: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #13849c;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.contact-info ul {
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}
.contact-info i.fa {
    font-size: 16px;
    padding-right: 12px;
    width: 25px;
    height: 38px;
}
.contact-info ul li span {
    font-weight: bold;
}
.contact-form input {
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 13px;
    color: #084a5c;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    border: 0;
    margin-bottom: 12px;
}
.contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    width: 100%;
    height: 140px;
    border: 0;
    margin-bottom: 12px;
}
.info-detail {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
}
.form {
    border-top: 1px solid #53cde5;
    padding-top: 15px;
    text-align: right;
}
.contact-form input.submit-btn {
    width: 180px;
    height: 50px;
    float: right;
    font-size: 24px;
    color: #fff;
    background: url(../img/btn-bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
}
.contact-form {
    padding-right: 40px;
}

/*gmap*/

#map {
    height: 830px;
}
.map {
    position: relative;
    overflow: hidden;
}
.contact {
    position: absolute;
    width: 100%;
    height: 830px;
    margin-top: 0px;
    left: 0;
    margin-top: -830px;
    background: rgba(0, 0, 0, 0.51);
}
.contact-caption {
    margin-top: 120px;
}

/*footer*/

.footer-para {
    margin: 0;
    padding: 0;
}
.footer p {
    font-size: 12px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}
.footer a i.fa {
    font-size: 24px;
    color: #b1b1b1;
    padding: 22px 10px;
}
.footer a i.fa:hover {
    color: #42b3e5;
}
.carousel-inner {
    position: relative;
    margin-top: -120px;
}

/*======================css for carousel=========================*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

/******************************
responsive area
********************************/


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
        padding: 14px 12px;
    }
    .carousel-caption h1 {
        font-size: 46px;
    }
    .carousel-caption p {
        font-size: 28px;
    }
    .carousel-caption button {
        width: 215px;
        height: 55px;
        font-size: 26px;
    }
    h2 {
        font-size: 48px !important;
    }
    h5 {
    	font-size: 28px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    .person-detail h3 {
        font-size: 26px;
    }
    .person-detail p {
        font-size: 12px;
    }
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 8px;
    }
    .carousel-caption h1 {
        font-size: 34px;
    }
    .carousel-caption p {
        font-size: 22px;
    }
    .carousel-caption button {
        width: 180px;
        height: 50px;
        background: #3a9ecb;
        color: #fff;
        font-size: 22px;
    }
    h2 {
        font-size: 40px !important;
    }
    h4 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    h5{
    	font-size: 20px !important;
    	line-height: 24px !important;
    }
    #map {
        height: 1050px;
    }
    .contact {
        margin-top: -1050px;
        height: 1050px;
    }
    .contact-caption {
        margin-top: 110px;
    }
}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .header-logo img {
        margin-top: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }
    .carousel-caption {
        margin-top: -110px;
    }
    .carousel-caption h1 {
        font-size: 26px;
    }
    .carousel-caption p {
        font-size: 22px;
    }
    .carousel-caption button {
        width: 160px;
        height: 40px;
        font-size: 20px;
    }
    #map {
        height: 1120px;
    }
    .contact {
        height: 1120px;
        margin-top: -1120px;
    }
    h2 {
        font-size: 40px !important;
    }
    h5 {
    	font-size: 20px !important;
    	line-height:32px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    .contact-info ul {
        margin-left: 4px;
    }
    .contact-info i.fa {
        width: 25px;
    }
    .contact-caption {
        margin-top: 140px;
    }
}

.carousel-caption{
	text-shadow:0 0px 0px rgba(0, 0, 0, 0);
}


/* XS Portrait */

@media (max-width: 479px) {
    .top-header img.logo {
        margin: 20px 10px;
    }
    .header-logo {
        margin-top: 20px !important;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        margin-top: -7px;
        right: 10%;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        text-align: left;
    }
    .header-backup {
        height: 80px;
    }
    .carousel-caption {
        margin-top: -60px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-caption button {
        width: 90px;
        height: 23px;
        font-size: 16px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-top: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-top: 30px;
    }
    .about h2 {
        font-size: 28px;
        color: #42b3e5;
        margin-top: 30px;
    }
    .service h2 {
        font-size: 50px;
        margin-top: 40px;
    }
    .support h2 {
        font-size: 28px;
        margin-top: 40px;
    }
    h4 {
        font-size: 16px !important;
        line-height: 32px !important;
    }
    .contact-caption {
        margin-top: 38%;
    }
    #map {
        height: 950px;
    }
    .contact {
        height: 950px;
        margin-top: -950px;
    }
    .contact-heading h2 {
        font-size: 50px;
        text-align: left;
        margin-left: 15px;
    }
    .contact-info h3 {
        margin-left: 8px;
        font-size: 25px;
        padding-bottom: 8px;
    }
    .info-detail {
        margin-left: 8px;
    }
    .contact-info ul li {
        font-size: 10px;
    }
    .contact-info i.fa {
        font-size: 13px;
        width: 20px;
        height: 18px;
    }
    .contact-info,
    .contact-form {
        padding: 10px;
    }
    .contact-form h3 {
        font-size: 25px;
        padding-bottom: 8px;
        margin-bottom: 0;
        margin-right: 0px;
    }
    .footer a i.fa {
        font-size: 18px;
        padding: 25px 7px;
    }
    .footer p {
        font-size: 10px;
    }
}
/*行业支持*/
.support{
	/* background:url("/web1/images/bg-img-2.jpg") no-repeat center center; */
	background: #f9f9fb;
    margin-top: 50px;
}
.floot{
	 background:#555; 
	 border-top:2px solid #10a1f7;
	 margin:0 auto; 
	 height:80px;
}
.floot .internetContentProvider{
	 color:#f5f6f9; 
	 line-height:80px;
}

/*QQ客服 css*/
.custom_service p img {
	display: inline; 
	vertical-align:middle;
}
.scrollsidebar{
	position:absolute; 
	z-index:999; 
	top:350px;
	left:0
}
.side_content{
	width:154px; 
	height:auto; 
	overflow:hidden; 
	float:left; 
}
.side_content .side_list {
	width:154px;
	overflow:hidden;
}
.show_btn{ 
	width:0; 
	height:112px; 
	overflow:hidden; 
	margin-top:50px; 
	float:left; 
	cursor:pointer;
}
.show_btn span { 
	display:none;
}
.close_btn{
	width:24px;
	height:24px;
	cursor:pointer;
}
.side_title,
.side_bottom,
.close_btn,
.show_btn {
	background:url(/web/images/sidebar_bg.png) no-repeat;
}
.side_title {
	height:46px;
}
.side_bottom { 
	height:8px;
}
.side_center {
	font-family:Verdana, Geneva, sans-serif; 
	padding:5px 12px; 
	font-size:12px;
}
.close_btn { 
	float:right; 
	display:block; 
	width:21px; 
	height:16px; 
	margin:16px 10px 0 0; 
	_margin:16px 5px 0 0;
}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;/* border-bottom:1px solid #ddd;border-top:1px solid #ddd */}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(/web/images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(/web/images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(/web/images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}

.footer{
	background: rgba(0,0,0, 0.7); 
	border-top: 1px solid #e8e8e8; 
	margin-top:30px;
}
.padding-h{
	height: 220px; 
	padding: 40px 10px 0;
}
.float-margin{
	float: left; 
	margin-right: 20px;
}
.float-margin-01{
	margin-rgiht:0;
}
.float-margin .one-title{
	margin-bottom: 20px; 
	font-size: 18px; 
	color:#fff;
}
.float-margin .one-list{
	line-height: 32px;
}

.p-height{
	height: 300px; 
	padding: 40px 10px 0;
}
.p-height .m-top{
	margin-top: 32px;
}
.p-height .m-top .float-left-02{
	float: left;
}
.p-height .m-top .float-left-02 .font-title{
	text-align: center; 
	margin-top: 10px;
}
.float-right-02{
	float: right;
}
.p-height .m-top .float-right-02 .font-title{
	text-align: center; 
	margin-top: 10px;
}
.lineHeight-set{
	line-height: 45px;
}
.lineHeight-set span{
	margin-left: 8px;
}


.lineHeight-set{
	float:left;
}
.lineHeight-set i{
	color:#fff;
}
.lineHeight-set span{
	color:#fff;
}
.lineHeight-set{
	float:left; 
	margin-left:20px;
}

.container h3{
	padding:10px 0 5px;
}
.container .line{
	border-bottom:2px solid #666; 
	width:10%; 
	margin:0 auto;
}
.container .introduction{
	margin:20px 0; 
	color:#666; 
	line-height:32px; 
	text-align: left; 
	text-indent:28px;
}
.container .productPlatform{
	margin:20px auto; 
	line-height:32px; 
	text-indent:28px; 
	text-align: left; 
	color:#666;
}








