﻿*{font-family:"微软雅黑";
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
}
*:before,*:after{
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
}
html{
  -webkit-text-size-adjust:100%;
      -ms-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
ul,li,ol,div,h1,h2,h3,h4,h5,h6{
	-webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
}
body{font-size:14px;line-height:1.42857143;color:#333;background-color:#fff;margin:0;}
img{border:0;vertical-align:middle;}
a{background-color:transparent;}
a:active,a:hover{outline:0;}
a{color:#ff7200;text-decoration:none;}
a:hover,a:focus{color:#D35400;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
a,i,span,em{
	-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;
	-moz-transition:background-color .3s ease-in-out,color .3s ease-in-out;
	-ms-transition:background-color .3s ease-in-out,color .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out,color .3s ease-in-out;
	transition:background-color .3s ease-in-out,color .3s ease-in-out;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.h9{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
h1,.h1,h2,.h2,h3,.h3{margin-top:0px;margin-bottom:0px;}
h9,.h9{margin-top:30px;margin-bottom:30px;}

h4,.h4,h5,.h5,h6,.h6{margin:10px 0;}
h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%;}
h1,.h1{font-size:16px;}
h2,.h2{font-size:30px;}
h3,.h3{font-size:24px;}
h4,.h4{font-size:18px;}
h5,.h5{font-size:14px;}
h6,.h6{font-size:12px;}

.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}

.text-justify{text-align:justify;}
.text-nowrap{white-space:nowrap;}
.text-lowercase{text-transform:lowercase;}
.text-uppercase{text-transform:uppercase;}
.text-capitalize{text-transform:capitalize;}

.text-white{color:#fff;}
.text-muted{color:#777;}
.text-primary{color:#337ab7!important;}
a.text-primary:hover{color:#286090;}
.text-success{color:#3c763d!important;}
a.text-success:hover{color:#2b542c;}
.text-info{color:#31708f!important;}
a.text-info:hover{color:#245269;}
.text-warning{color:#ff7200!important;}
a.text-warning:hover{color:#D35400;}
.text-danger{color:#FF0000!important;}
a.text-danger:hover{color:#843534;}

.bg-muted{background-color:#ffffff;}
.bg-primary{color:#fff;background-color:#337ab7;}
a.bg-primary:hover{background-color:#286090;}
.bg-success{background-color:#dff0d8;}
a.bg-success:hover{background-color:#c1e2b3;}
.bg-info{background-color:#d9edf7;}
a.bg-info:hover{background-color:#afd9ee;}
.bg-warning{background-color:#fcf8e3;}
a.bg-warning:hover{background-color:#f7ecb5;}
.bg-danger{background-color:#f2dede;}
a.bg-danger:hover{background-color:#e4b9b9;}

ul,ol,li{margin:0;padding:0;list-style-type:none;}
ul ul,ol ul,ul ol,ol ol{margin-bottom:0;}
p{margin:0;padding:0;}
em{font-style:normal;font-size:14px;}

.pull-right{float:right!important;}
.pull-left{float:left!important;}
.hide{display:none!important;}
.show{display:block!important;}
.nomg{margin:0!important;}
.nopd{padding:0!important;}
.ptn{padding-top:0!important;}
.pts{padding-top:5px!important;}
.ptm{padding-top:10px!important;}
.ptl{padding-top:15px!important;}
.prn{padding-right:0!important;}
.prs{padding-right:5px!important;}
.prm{padding-right:10px!important;}
.prl{padding-right:15px!important;}
.pbn{padding-bottom:0!important;}
.pbs{padding-bottom:5px!important;}
.pbm{padding-bottom:10px!important;}
.pln{padding-left:0!important;}
.pls{padding-left:5px!important;}
.plm{padding-left:10px!important;}
.pbl{padding-bottom:15px!important;}

.mtn{margin-top:0!important;}
.mts{margin-top:5px!important;}
.mtm{margin-top:10px!important;}
.mtl{margin-top:15px!important;}
.mrn{margin-right:0!important;}
.mrs{margin-right:5px!important;}
.mrm{margin-right:10px!important;}
.mrl{margin-right:15px!important;}
.mbn{margin-bottom:0!important;}
.mbs{margin-bottom:5px!important;}
.mbm{margin-bottom:10px!important;}
.mln{margin-left:0!important;}
.mls{margin-left:5px!important;}
.mlm{margin-left:10px!important;}
.mbl{margin-bottom:15px!important;}

.btn-default{color:#333;background-color:rgba(255,255,255,0.5);border-color:#ccc;}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad;}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{background-image:none;}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc;}
.btn-default .badge{color:#fff;background-color:#333;}

.pager:after,.pager:before,.row:after,.row:before{display:table;content:" ";}
.row:after{clear:both;}

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:after,.clearfix:after,.cf:after,.header:after,.main:after,.footer:after{content:" ";display:block;clear:both;height:0;overflow:hidden;}
.fixed,.clearfix,.cf,.header,.main,.footer{*zoom:1}
.clear,.cl{display:block!important;float:none!important;clear:both;width:auto!important;max-width:none!important;min-width:0!important;max-height:none!important;min-

height:0!important;overflow:hidden;margin:0!important;padding:0!important;border:0 none!important;font-size:0!important;line-height:0!important;}

.row>div,ul.row>li{margin:10px 0;}

.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:768px){
  .container{width:750px;}
}
@media (min-width:992px){
  .container{width:990px;}
}
@media (min-width:1200px){
  .container{width:1170px;}
}


/*ie9以下浏览器的宽度设置*/
.container{width:1170px\9;padding:0\9;}	
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{position:relative\9;min-height:1px\9;float:left\9;display:inline-block\9;padding:0 15px\9;}
.col-12{width:100%\9;}
.col-11{width:91.66666667%\9;}
.col-10{width:83.33333333%\9;}
.col-9{width:75%\9;}
.col-8{width:66.66666667%\9;}
.col-7{width:58.33333333%\9;}
.col-6{width:50%\9;}
.col-5{width:41.66666667%\9;}
.col-4{width:33.33333333%\9;}
.col-3{width:25%\9;}
.col-2{width:16.66666667%\9;}
.col-1{width:8.33333333%\9;}

.col-offset-3{margin-left:25% \9;}
.col-offset-2{margin-left:16.66666667% \9;}
/*common end*/

.header{background:#080808;z-index:100;}
ul.pull-left,ul.pull-right{line-height:50px;}
ul.logo{margin-right:30px;}
ul.nav>li>a,ul.pull-right>li>a{color:#fff;}
ul.nav>li>a{display:block;padding:0 24px;height:56px;line-height:56px;font-size:16px;}
ul.nav>li>a:hover{background-color:#7f3900;}
ul.login>li>a:hover{color:#ff7200;}



/*用户名的格式*/
.usernamestyle{display:block;height:50px;line-height:50px; color:#fff;}





.footer{background-color:#333;color:#fff;}
.footer .content-us{border-bottom:1px solid #737373;}
ul.col>li>a.pull-left{width:60px;height:60px;line-height:70px;text-align:center;margin-right:15px;}
ul.col>li p img{width:60px;}
.footer .bg-o1{background: url(../img/o1.jpg);}
.footer .bg-o2{background: url(../img/o2.jpg);}
.footer .bg-o3{background: url(../img/o3.jpg);}


.footer .content-us,.footer .copyright{padding:30px 0;}
ul.footer-nav{width:40%;margin:0 auto;}
ul.footer-nav>li{float:left;padding:0 15px;line-height:36px;}
ul.footer-nav>li>a{color:#fff;}
ul.footer-nav>li>a:hover{text-decoration:underline;}

.in-banner{position:relative;}
.banner{background:#ddd;width:100%;top:0;left:0;position:relative;}
.banner-img{width:100%;}
.banner a.join-btn{display:block;width:80px;height:80px;color:#fff;padding-top:25px;border-radius:100%;border:2px solid 

#fff;cursor:pointer;position:absolute;top:50%;left:50%;margin-top:-40px;margin-left:-40px;}
.banner a.join-btn:hover{color:#FF7200;border-color:#ff7200;}

.banner-picker{background:rgba(0,0,0,0.5);position:absolute;bottom:0;left:0;right:0;padding:30px 15%;}
.banner-tab button{border:1px solid #fff;border-radius:5px;padding:10px 20px;cursor:pointer;font-size:16px;margin-right:20px;color:#333;}
.banner-tab button.current{background-color:#FF7200;border-color:#FF7200;color:#fff;position:relative;}
.banner-tab button.current i{position:absolute;bottom:-20px;left:30%;color:#FF7200;}
.booking-options{margin-top:25px;}
select,input,button{border:0 none;padding:0;margin:0;}
.booking-select{}
.booking-select li{float:left;width:20%;line-height:36px; position:relative;}
.booking-select .tip {
        position: absolute;
        top: 1px;
        left: 10px;
        color: #666;
		font-family:"微软雅黑";
    }
.booking-select input{font-family:"微软雅黑";color:#333;}
.booking-select li select,.booking-select li input,.booking-select li button{width:100%;height:36px;line-height: 26px;}
.booking-select li input{ padding:5px;}
.booking-select li select,.booking-select li input{padding-left:10px;border:1px solid #ccc;border-right:0 none;}
.booking-select li input{border-left:1px solid #ccc;}
.booking-select li select option{}
.booking-select li button,.booking-select-b button{background-color:#FF7200;color:#fff;cursor:pointer;}
.booking-select-b select,.booking-select-b input,.booking-select-b button{width:100%;height:36px;line-height: 26px;}
.booking-select-b input{padding:5px;}
.booking-select-b select,.booking-select-b input{padding-left:10px;border:1px solid #ccc;border-right:0 none;}
.booking-select-b li{ position:relative;}
.booking-select-b .tip {
        position: absolute;
        top:10px;
        left: 10px;
        color: #666;
		font-family:"微软雅黑";
    }

.systm-title{padding:0px;font-weight:bold;}
.systm01,.systm02,.systm03,.in-data,.project-list,.investor,.tutor,.news{padding:0px;
}
.systm03 .container img{
	height:60px;
	width:60px;
}
.systm11{padding:0px;
background:url(../img/index/index_bg1.png);background-size:cover;
}

a.cyds,a.pxfu,a.cyzx{line-height:2;font-weight:bold;}
a.cyds~p,a.pxfu~p,a.cyzx~p{color:#4B555B;}
a.cyds i,a.pxfu i,a.cyzx i{display:block;width:70px;height:70px;margin:10px auto;}
a.cyds i img,a.pxfu i img,a.cyzx i img{width:100%;}

.systm02{background-color:#ddd;min-height:340px;}
a.zczy,a.rczy,a.yxpt{}
a.zczy~div.pull-left,a.rczy~div.pull-left,a.yxpt~div.pull-left{width:80%;padding-left:15px;}
.systm02 a.title ~ div.row,.systm03 a.title ~ div.row{margin-top:50px;}
.systm02 a.title ~ div.row p.h4{font-weight:bold;}
.systm02 a.title ~ div.row p{margin-top:10px;}

.in-data{background-color:#ddd;min-height:260px;background-size:cover;}
.in-data a.h4{color:#FF7200;}
.in-data a.h4 i{font-size:70px;font-style:normal;font-weight:bold;color:#FF7200;}
.in-data a.h4 ~ p{margin-top:15px;}

ul.pro-list-style{margin-top:15px;}
ul.pro-list-style li{border-bottom:1px #666 dashed;line-height:42px;height:42px;}
ul.pro-list-style li a{color:#333; height:42px;}
ul.pro-list-style li:hover{background:#F7F7F7;}
ul.pro-list-style li:hover a{color:#FF7200;}

.project-going{margin-top:15px;}
.project-col3 a{display:block;width:100%;}
.project-col3 a:hover{box-shadow:0px 0px 5px #666;}
.project-col3 img{width:100%;}
.project-col3-pic{overflow:hidden;position:relative;}
/*.project-col3-pic nomg{position:absolute;bottom:0;background-color:rgba(0,0,0,0.5);left:0;right:0;color:#fff;line-height:36px;padding-left:10px;font-size:14px;	background-color: #000\9;filter:alpha(opacity=50);position:absolute\9;}
.project-col3-pic span{
	width: 100%;
	font-size: 16px;
	font-weight: bolder;
	line-height: 40px;
	color:#fff;
	position: absolute;
	bottom: 0px;
	left:0;
	text-align:center;
}
*/

.project-col3-pic .box{
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	filter:alpha(opacity=50);
	background-color: #000\9;
	font-size: 16px;
	font-weight: bolder;
	line-height: 40px;
	padding-left: 12px;
	color:#fff;
	position:absolute\9;
}
.project-col3-pic span{
	width: 100%;
	font-size: 16px;
	font-weight: bolder;
	line-height: 40px;
	color:#fff;
	position: absolute;
	bottom: 0px;
	left:0;
	padding-left: 12px;
}



.project-col3-state{border:1px solid #ccc;}
.project-col3-state>ul>li{float:left;color:#333;width:50%;padding:5px;line-height:26px;}
.project-col3-state>ul>li:first-child{border-right:1px solid #ccc;}
.project-col3-state>ul>li b{font-size:20px;display:block;color:#FF7200;}

.investor{background-color:#ddd;}
.investor-show{margin-left:-15px;margin-right:-15px;margin-top:30px;}
.investor-logo{margin:10px 0;}
.investor-logo a{background-color:#fff;display:block;width:100%;}
.investor-logo a img{width:100%;}

.tutor{background:url(../img/index/tutor/tutor-bg.png);background-size:cover;}
.tutor-about{line-height:36px;}
.tutor-about b{display:block;}
.tutor-about b.h4{color:#333;font-weight:bold;}

.company-news div.row{margin-top:30px;}
.news-list li{border-bottom:1px dashed #ccc;line-height:60px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.news-list li a{color:#333;}
div.slideBox{position:relative;width:100%;height:300px;overflow:hidden;}
div.slideBox ul.items{position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li{float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li a{float:left; line-height:normal !important; padding:0px !important; border:none;}
div.slideBox ul.items li a img{margin:0px!important;padding:0px!important;display:block;border:none;width:100%;}
div.slideBox div.tips{position:absolute;bottom:0px;width:100%;height:50px;background-color:#000;overflow:hidden;}
div.slideBox div.tips div.title{position:absolute;left:0px;top:0px;height:100%;width:70%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
div.slideBox div.tips div.title a{color:#FFF;font-size:14px;line-height:50px;margin-left:10px;text-decoration:none;}
div.slideBox div.tips div.title a:hover{text-decoration:underline !important;}
div.slideBox div.tips div.nums{position:absolute;right:0px; top:0px; height:100%;}
div.slideBox div.tips div.nums a{display:inline-block;float:left;width:14px;height:14px; background-color:#FFF;text-indent:-99999px;margin:18px 5px 0px 0px;}
div.slideBox div.tips div.nums a.active{background-color:#093;}

.company ul{margin-top:30px;}
.company ul li{margin-bottom:15px;}
.company ul li a img{width:100%;}

/*index end*/

.news-newslist{padding:30px 0;width:100%\9;}
h4.news-newslist-title{line-height:36px;border-bottom:2px solid #ccc;position:relative;height:36px;}
h4.news-newslist-title>b{position:absolute;border-bottom:2px solid #FF7200;bottom:-2px;padding:0 30px;}
h4.news-newslist-title~ul.newslist-list{line-height:60px;}
h4.news-newslist-title~ul.newslist-list li{border-bottom:1px dashed #ccc;padding:0 10px; height:60px;}
h4.news-newslist-title~ul.newslist-list li:hover{background-color:#F5F5F5;}
h4.news-newslist-title~ul.newslist-list li a{color:#333;}
h4.news-newslist-title~ul.newslist-list li:hover a{color:#FF7200;}
h4.news-newslist-title~ul.newslist-list li span{color:#999;}



.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none;}
.pager li{display:inline;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px;}
.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff;}
.pager .next>a,.pager .next>span{float:right;}

.news-newslist-sidebar{margin-top:15px;}
.news-newslist-sidebar li{line-height:36px;list-style:none;list-style-position:inside;padding-left:5px;color:#999;}
.news-newslist-sidebar li a{display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#999;font-size:14px;}
.news-newslist-sidebar li a:hover{text-decoration:underline;}
.newslist-sidebar-part{margin-bottom:50px;}
.newslist-sidebar-part:last-child{margin-bottom:0;}

.breadcrumb{padding:15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}
.breadcrumb>li{display:inline-block;}
.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0";}
.news-newslist .breadcrum{*padding:0 0 35px 0;*height:60px;}
/*位置 IE兼容*/
.news-newslist .breadcrumb li{*float:left;}
.news-newslist .col-9{*width:65%;}
.news-newslist .col-3{*width:24%}
.news-newslist .breadcrumb{*height:20px;}

.news-newslist .newslist-list li{*position:relative;}
.news-newslist .newslist-list li span{ *position:absolute; *top:0; *right:10px;}

.news-newstext-title{padding:10px 0;}
.newstext-share span{margin-right:10px;color:#999;line-height:30px;}
.newstext-share span.collection{padding:0 10px;background-color:#FF7200;color:#fff;border-radius:3px;cursor:pointer;}
.newstext-share span.share{padding:0 10px;background-color:#13A4E7;color:#fff;border-radius:3px;cursor:pointer;}
.newstext-share{border-bottom:1px dashed #ccc;padding-bottom:35px;}
.newstext-text p{text-indent:2em;line-height:24px;margin:15px 0;}
.newstext-text img{width:80%;margin:0 auto;display:block;}

/*news end*/



@media (max-width:767px){
.news-newslist .newslist-list li a{display:inline-block;height:60px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}	
h4.news-newslist-title~ul.newslist-list li{ height:120px;}	
.banner-tab button{padding:5px 5px;width:60px;font-size:12px;height:46px;margin:10px;}
.in-banner .banner-picker{position:static;}
.booking-select li{float:none;width:100%;}
.main .title img{height:36px;}
.main .systm03 .yxpt i img{margin-left:-56px;}
.main .systm02 .col-xs-3 img{margin-left:-30px;}
.main .project-list{padding:0 50px 10px;font-size:12px;}
.main .news-list li{font-size:12px;}
.nums a{font-size:12px;}
.news .container .company-news .title{width:40%;}
.banner-picker{background:#ddd;}
.banner-tab button.current i{bottom:-15px;left:25%;}
.newstext-share{padding-bottom:70px;}
.newstext-share span{margin-bottom:5px;}
/*.navbar-right li{float:left;}
*/}
@media screen and (min-width: 768px) and (max-width: 992px){
.in-banner .banner-picker{position:static;}

.main .systm01,.main .systm02,.main .systm03{padding:50px 0; margin:0;}
.main .systm01 .container,.main .systm02 .container,.main .systm03 .container{padding:50px 0; margin:0;}
.main .systm01 .container .row,.main .systm02 .container .row,.main .systm03 .container .row{padding:50px 0; margin:0;}
.main .in-data{padding:50px 0;margin:0;}
.main .in-data .container{padding:0;margin:0;}
.main .in-data .container .row{padding:0;margin:0;}
.main .project-list{padding:50px 0;}
.main .project-list .container{padding:0;margin:0;}
.main .project-list .container row{padding:0;margin;}
.main .investor{padding:50px 0;}
.main .investor .container{padding:0;margin:0;}
.main .investor .container row{padding:0;margin;}
.main .tutor{padding:0;}
.main .tutor .container{padding:0;margin:0;}
.main .tutor .container row{padding:0;margin;}
.main .news{padding:0;}
.main .news .container{padding:0;margin:0;}
.main .news .container row{padding:0;margin;}
.main .news .container row company-news{padding:0;margin;}
.banner-picker{background:#ddd;}
}
/*园区概况*/
.introduce-bg{min-height:110px;/*background:url(../img/introduce/introduce.png) no-repeat;*/background-size:cover;}
.introduce-title{width:100%;height:60px;margin-bottom:60px;padding-top:10px;border-bottom:1px #ddd solid;}
.title-box{background-color:#fff;padding:6px 30px;display:inline-block;}
.title-box h5{text-transform:uppercase;}
.section-col img{display:block;border:0 none;margin:10px auto;}
.big-img{width:85%;}
.section-col p{text-indent:2em;line-height:30px;margin:20px auto;width:85%;}

/*孵化特区*/
.gray-bg{background-color:#ddd;}
.gray-bg .introduce-title{border-bottom:1px #fff solid;}
.gray-bg .title-box{background-color:#ddd;}
.zone-bg{min-height:60px;/*background:url(../img/introduce/introduce1.png) no-repeat;*/background-size:cover;}
.services-text p{font-size:16px;margin-left:0;margin-right:0;width:100%;}
.services-text .h2,.services-text .h4{font-weight:bold;}
.section3-bg{background:url(../img/zone/section-03.png) no-repeat center center;padding:170px 0;background-size:auto;}
.section3-bg p{font-size:18px;margin:0 auto;font-weight:bold;line-height:36px;}
.section4-bg{background-color:#34a58e;}
.section4-bg .title-box{background-color:#34a58e;}
.section4-bg .title-box h3,.section4-bg .title-box h5{color:#fff;}
.section5 h2,.section5 h4{font-weight:bold;color:#666;}
.section6-bg{background-color:#e3aa3b;}
.section6-bg .title-box{background-color:#e3aa3b;}
.section6-bg .title-box h3,.section6-bg .title-box h5{color:#fff;}
.section6-bg h2{color:#fff;font-weight:bold;}
.section6-bg p{margin-left:0;color:#fff;font-size:16px;}

.progressbar_1{ 
	margin-top:5px;
    background-color:#eee; 
    height:10px; 
    width:100px; 
    border:1px solid #d4d4d4; 
    color:#666; 
		/* Gecko browsers */
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
 
/* Webkit browsers */
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
 
/* W3C syntax */
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius:  20px;
} 
.progressbar_1 .bar { 
    background-color:#3db1fa; 
    height:10px; 
    width:0; 
	/* Gecko browsers */
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
 
/* Webkit browsers */
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
 
/* W3C syntax */
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius:  20px;
} 


.radiodiv{
	text-align: center;
	color: white;
	padding: 5px;
	padding:left:10px;
	padding:right:10px;
	margin: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}
/*
.box1{
	background-color: black;
}


.box2{
	background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#999));
	background: -moz-linear-gradient(top,red,blue);
}
*/
.box3{
	background-color: #3db1fa;
	-webkit-box-shadow:0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
}

.box4{
	height:36px;
	color:#ffffff;
	padding:left:20px;
	padding:right:20px;
	float:left;
	line-height:26px;
}