<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 59px;
  padding-bottom: 40px;
  color: #5a5a5a;
  font-size: 15px;
  
}
a{text-decoration: none;}
.navbar-default .navbar-nav &gt; li &gt; a{color:#fff;font-size:16px; }
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:active,
.navbar-default .navbar-nav &gt; li &gt; a:focus,

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:focus,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,

.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:focus,
.navbar-default .navbar-nav&gt;.active&gt;a:hover
{
    color: #b0e5ff;
    background-image:none; 
    background:none !important;
}

.navbar-nav &gt; li &gt; a {text-shadow:none !important;}
#header {background: rgba(0, 0, 0, 0.95); transition:all 0.3s ease-in;}
.navbar-default {border:none;}
#StartDate {color:#fff;  display: inline-block; padding-top:10px;
}
    #StartDate a { float:left;
    }
    #StartDate a img{  position: relative;
  top: -7px;}
.navbar-nav &gt; li &gt; a {  padding-top: 20px;}

.open &gt; .dropdown-menu {
animation:myfirst 0.3s;
-webkit-animation:myfirst 0.3s; /* Safari and Chrome */
}

.dropdown-menu {top: 104%;
}
.clearfix li{ list-style:none;  margin:0px 5px;
}
.carousel-indicators li{border: 1px solid #007DB4; margin:0px 3px;}
.carousel-indicators .active{  background-color: #007DB4; margin:0px 3px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper &gt; .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.btn-x ,.btn-x:hover ,.btn-x:active ,.btn-x:focus{  background-image: linear-gradient(to bottom, #007DB4 0%, #007DB4 100%);
  border-color: #007DB4;
  color:#fff;
  border:solid 1px #007DB4;
  transition:all 0.5s ease;
}
.btn-y ,.btn-y:hover ,.btn-y:active ,.btn-y:focus{
    background-image: linear-gradient(to bottom, #75C8E2 0%, #51BCDC 100%);
  border-color: #3CB2D6;
  color:#fff;
  border:solid 1px #3CB2D6;
  transition:all 0.5s ease;
}
.btn-y:hover {box-shadow:3px 3px 5px #525252; }
.btn-x:hover {box-shadow:3px 3px 5px #525252; border:solid 1px #007DB4}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {

  background-color: #777;
}
.carousel-inner &gt; .item &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.showShadow:hover{ box-shadow:0px 0px 10px #007DB4; transition:all 0.3s ease-in;}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap &lt;hr&gt; more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.carousel .item { background:#fff;}
.nomargin { margin:0px;
}
.block_title {text-align: center;
  margin:80px 0px 60px 0px;
  font-weight: bold;
  color: #333;
  font-size: 26px;
}
.block_title p {
    font-weight:normal;
    font-size:20px;
    padding:10px;
}

#SPONSERS .carousel-control {color:#333;
}
#myCarousel .carousel-control { color:#fff;}

    #JoinUsInfomation .item  {
      background:rgba(255, 255, 255, 0.7); color:#333;    }
        #JoinUsInfomation .item .container {
            position:relative;
            opacity:1;
        }

#Index_Banner h1 { font-size:52px; font-weight:bold;filter:shadow(color=#333333)
}
    #Index_Banner h1 span {color:#FFF;
    }
.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
      color: #007DB4;
}
.specker_info { display:none;
}
.navbar-inverse .navbar-collapse { font-size:13.5px;
}

#SPONSERS {
     margin-bottom:50px;
}
#myCarousel {position: relative;
  top: -46px;
  margin-bottom:0px;
  z-index: 9;
}
#myCarousel .item { background:none !important;}
    #myCarousel .item p { font-size:35px;
    }




hr {background: url(../images/spt1.png) center top no-repeat; height: 65px;border: none;position:relative;z-index:10;}
hr.h {height: 5px;border-bottom: solid 5px #777777;background: none;box-shadow: 0px 3px 5px #B3B3B3;}
hr.j {background: url(../images/spt2.png) center top no-repeat;margin-top: 0px;}

.splitTitle {background:#007DB4;text-align: center;height: 65px;}
.splitTitle1 {background: #ffffff;text-align: center;height: 230px;}
.splitTitle a {color: #Fff;font-size: 27px;position: relative;top: 7px;}
.splitTitle a:hover { text-decoration:none;}

.splitTitle2 {background:#007DB4;text-align: center;height: 15px; position:relative;  margin:25px 0px 60px 0px;}
a.slideIcon {   background: url(../images/spticon.png) center top no-repeat; height: 50px;width: 50px;background-size: 50px 50px;border: none;position: relative;display: block;z-index: 10; margin: -5px auto 0px auto;}
.splitTitle2 a{ position:absolute;  left: 49%; top: -11px;}

h1 {font-size: 26px;
}
.shopcartTable &gt; tbody &gt; tr &gt; th,
.shopcartTable &gt; tbody &gt; tr &gt; td {
     border:none;
}

.lead { margin-top:20px;    
        padding-left:0px;
}
.lead li { line-height:1.5;
    font-size:14px;
    color:#000;
    list-style:none;
}
.lead li:before,
#Speakers .col-lg-3:before ,
.series li:before,
#ContactItems .col-md-4:before,
#ContactItems2 .col-md-3:before{
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
    }
    .lead li:before {
        content: "\45";
        color: #595959;
        margin-right: 5px;
    }
#Speakers { margin-bottom:70px;}
#Speakers h2 {  font-size: 18px;
  padding: 5px;
  border-radius: 10px;
  margin: 10px auto 5px;
}
#Speakers p {font-size:12px;}
#Speakers .carousel-indicators {bottom: -40px;}
#Speakers .col-lg-3 { padding-top:20px; cursor:pointer;}

#Speakers .col-lg-3:before {
  content: "\54";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 140px;
  height: 140px;
  border-radius: 100px;
  color: #fff;
  font-size: 24px;
  line-height: 6;
  transition:all 0.3s ease;
  opacity:0;
}

#Speakers .col-lg-3:hover:before{ opacity:1;}


#Speakers .glyphicon-chevron-left,
#SPONSERS .glyphicon-chevron-left{
  background: url(../images/arrow_left.png) left center no-repeat;
  height: 100px;
}
#Speakers .glyphicon-chevron-right,
#SPONSERS .glyphicon-chevron-right {
  background: url(../images/arrow_right.png) right center no-repeat;
  height: 100px;
}
#Speakers .glyphicon-chevron-left,
#Speakers .glyphicon-chevron-right,
#SPONSERS .glyphicon-chevron-left,
#SPONSERS .glyphicon-chevron-right {
      top:45%;
      margin-left: 15px;
      margin-right:15px;
}

#Speakers .glyphicon-chevron-left:before,
#Speakers .glyphicon-chevron-right:before,
#SPONSERS .glyphicon-chevron-left:before,
#SPONSERS .glyphicon-chevron-right:before {content: "";}
.carousel-control.left ,.carousel-control.right{ background-image:none;
}
.modal-header {  background: #007DB4;
  color: #fff;
}
.modal-header .close {
color: #fff;
  opacity: 1;
}
.modal-content {
    border: 1px solid #007DB4;border-radius: 0px;
}
.panel-default {
  border-color: #007DB4;
}
.panel-default &gt; .panel-heading {
      background-image: linear-gradient(to bottom, #007DB4 0%, #007DB4 100%);
        color: #FFF;
  background-color: #007DB4;
  padding:15px;
  border-color: #007DB4;
  text-align:center;
}
.panel-default &gt; .panel-heading.active {
          background-image: linear-gradient(to bottom, #007DB4 0%, #007DB4 100%);
           background-color: #007DB4;
           border-color:#007DB4;
}
.panel-title {font-size:24px;
}
.c1 {
    color:#333;
}
.c2 {
    color: #FF0000;
}
.panel-title &gt; a:hover,.panel-title &gt; a:active,.panel-title &gt; a:focus  {text-decoration:none;
}


.Aboutul li {
    line-height:1.5;
}
.Aboutul li a {
    color:#000;
}
    .Aboutul li a:hover,.PARTNER a:hover,#UpcomingEvent a:hover {
         color:#007DB4;
    }

.jiathis_style_32x32 {  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 20%;
  width: 55px;
  padding: 10px 5px 10px 6px;
  border-radius: 10px;
}
    .jiathis_style_32x32 a { display:inline-block; margin:2px 5px 2px 4px;
    }

#SPONSERS .col-lg-3 img {
  margin:10px;
  transition:all 0.2s ease-in;
}
#SPONSERS .col-lg-3 img:hover{
    box-shadow:0px 0px 15px #999;

}
.PARTNER a{
    color:#333;
}

#UpcomingEvent a{
    color:#333;
}
.schduleItem {
    float:left;
    margin-right:15px;
    width:100px;
    height:95px;
    background-color: #007DB4;
    display:block;
      text-align: center;

}

.schduleItem b{  background: #595757;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 5px;
  font-size: 24px;}
    .schduleItem s {
        color:#fff;
        font-size:35px;  text-decoration: none;
    }

#PaymentPosition { margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  margin-top:15px;
}
#PaymentPosition li { list-style:none;
                      width:25%;
                      text-align:center;
                      display:inline-block; float:left;
}
    #PaymentPosition li h3 {
        margin-top:0px;font-size: 18px;
    }
    #PaymentPosition li i { display:inline-block;
                            margin:10px;
                            text-align:center;
                            font-size:35px;  background: #fff;
                            color:#A0A0A0;
  position: relative;
    }
#PaymentPositionLine {
    position:absolute;
    height:2px;
    width: 95% !important;
      background: #A0A0A0 !important;
  top: 27px;
}
#PaymentPosition li.active i,#PaymentPosition li.active h3{
    color:#333;
}
#PaymentPosition li.active h3{
   font-weight:bold;
}
.step {float:left;width:100%;
}
.step .alert {  margin-bottom: 10px;
  margin-top: 20px;
    }
.PaymentTable {
     background-color:transparent;
}
.PaymentTable thead tr th {
      border: none;
  font-weight: normal;
  background:#fff;
}
.TicketPrice {text-align:center;
}
.TicketPrice b{font-size:35px; color:#5a5a5a;
}
.activePrice {
            color: #b14d28 !important;font-size:35px;
        }

.PaymentTable tbody tr td {
   word-break: break-all;
  word-wrap: break-word;
}

#ADDANOTHERATTENDEE:hover {
    text-decoration:none;
}

.bs-callout{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px}
.bs-callout h4{margin-top:0;margin-bottom:15px}
    .bs-callout h4 i {color: #23BE25;
  font-size: 60px;
    }
    .bs-callout h4 span {
        position: relative;
  top: -15px;
  left: 10px;
  font-size: 32px;
    }
.bs-callout p:last-child{margin-bottom:0}
.bs-callout code{border-radius:3px}
.bs-callout+.bs-callout{margin-top:-5px}
.bs-callout-danger{border-left-color:#ce4844}
.bs-callout-danger h4{color:#ce4844}
.bs-callout-warning{border-left-color:#aa6708}
.bs-callout-warning h4{color:#aa6708}
.bs-callout-info{border-left-color:#1b809e}
.bs-callout-info h4{color:#1b809e}
#IndexMarquee a{ display:inline-block; float:left; margin:5px 20px;  text-align:center;}
#IndexMarquee a img{width:140px;}

#PaymentPosition li:hover,#PaymentPosition li:hover i{color:#007DB4; cursor:pointer;}

#ContactItems .layer {
  line-height: 1.7;
  font-family: Arial, Helvetica, sans-serif;
  content: attr(title);
  position: absolute;
  word-wrap: break-word;
  width: 92%;
  height: 200px;
  top: 0px;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  font-size:16px;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
}

#ContactItems .col-md-4:hover .layer
{
   opacity:1;
   box-shadow: 0px 0px 20px #999;
}

#ContactItems2 .col-md-3:before {
  content:"\50";
  position: absolute;
  left: 15px;
  background: rgba(0, 0, 0, 0.5);
  width: 90%;
  height: 100%;
  color: #fff;
  text-align:center;
  transform:translateY(200px);
  font-size: 35px;
  line-height: 8;
  transition:all 0.3s ease;
  cursor:pointer;
  opacity:0;
}
#ContactItems2 .layer {
  font-family: Arial, Helvetica, sans-serif;
  content:attr(title);
  position: absolute;
  left: 15px;
  width: 95%;
  height: 100%;
  top: 110px;
  color: #fff;
  text-align: center;
  transform: translateY(-100px);
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
}
#ContactItems2 .col-md-3:hover:before,
#ContactItems2 .col-md-3:hover .layer
{
 transform:translateY(0px);
   opacity:1;
}

.img-circle {  border: solid 1px #C5C5C5;
}

.modal-dialog {
 margin:10% auto;
 width:500px;
}
.modal-body { font-size:13px;
}
.modal-content {
      background-color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.5);
}
.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #FFF;
    font-size: 14px;
    white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover{
     background:#007DB4;
     color:#fff;

}
#newsLayer a { color:#333;
}
    #newsLayer a:hover { text-decoration:none;
                         color:#007DB4;
    }

.UpcomingEven .col-md-4 { margin:10px 0px;
}

.btn-lg{font-size:24px;}


/*Ê×Ò³Ö§³Ö»ú¹¹*/

.index_hezuobig{ background:url(../images/hezuobig.jpg) center top; min-width:1150px; padding-top:25px; padding-bottom:5px}
.index_hezuobig img{ max-width:100%}
.index_tit2 .hezuotit{ background:#ECEBEB; display:inline-block; padding:0 15px}
.index_tit2 .fenghuitit{ background:#ffffff; display:inline-block; padding:0 15px}
.ind_hezuo-con{ padding-top:20px;}
.ind_hezuo-con .hezuotit{ font-size:24px; padding:8px 0;}
.ind_hezuo-con .hezuotit2{ font-size:18px; color:#666;padding:12px 0 7px}
.index_tit3 .hezuotit{  display: inline-block; padding:0 15px;} 

.ind_hezuo-con .hezuolist{overflow:hidden; padding:10px 0;}
.ind_hezuo-con .hezuolist li{list-style-type: none;float:left; margin-right:30px; margin-bottom:15px; width:265px;height:140px; background:#ffffff;border-radius:3px;-webkit-box-shadow:inset 0 0px 0 rgba(0,0,0,.25);box-shadow:inset 0 0px 0 rgba(0,0,0,.25)}
.ind_hezuo-con .hezuolist li span{width:260px;height:100px;vertical-align: middle;text-align: center;display: block;display: table-cell;}
.ind_hezuo-con .hezuolist img{padding:5px; max-width:100%; }


</pre></body></html>