/* ================== Main Style Sheet ========================= */

body{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑', '苹方', '黑体', sans-serif;
    overflow-x: hidden;
    font-size: 18px;
}

section{
    padding: 60px 0;
}

.m-t-90{
    margin-top: 90px;
}

.p-0{
    padding-left: 0;
    padding-right: 0;
}

.btn.btn-primary{
    background-color: #FFF;
}

/* .btn{
    box-shadow: none; 
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-right: 3px;
} */


.home{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	/*-ms-flex-align: center;*/
}

.headerHeight{ height: 60px; margin-bottom: 20px; display: none;}
/*== navbar ==*/
.top.navbar{
    height: 80px;
}
.top.navbar ~ .topHight{
    height: 80px;
}
.navbar{
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	background-color: transparent;
	padding-top: 5px;
    border: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.navbar .navbar-brand {
    color: #fff;
    font-family: "Oleo Script",cursive;
    font-size: 30px;
    font-weight: 400;
    margin-top: 3px;
    padding: 0;
    height: 60px;
}

.navbar-inverse .navbar-header{
    display: flex;
    justify-content: space-around;
    flex-flow: row nowrap;
}
.navbar-inverse .navbar-header img{
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 100%;
}
.navbar .navbar-brand img{
    /* width: 120px; */
}

.navbar-nav > li .navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}

.navbar-nav > li {
	margin-top: 5px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.navbar-inverse .navbar-nav > li > a {
	/* color: #0085f1; */
	font-size: 14px;
}

.navbar .navbar-nav li a:active, 
.navbar .navbar-nav li a:focus {
	color: #0085f1;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #0085f1;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover {
    color: #0085f1;
	background-color: transparent;
}

.navbar-btn.btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 9px 20px;
    border-radius: 30px;
}
.navbar-inverse .navbar-nav > li > a.navbar-btn.btn:hover {
    background-color: #0085f1;
    border: 1px solid #0085f1;
    color: #FFF;
}

.navbar-bg .navbar-nav > li > a {
	color: #222;
}

/* action after scroll */
.navbar-bg{
	padding: 5px 0;
	background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.navbar-bg .navbar-nav li .btn{
	background-color: #FFF;
	color: #222;
}

.navbar-bg .navbar-nav li a.active, 
.navbar-bg .navbar-nav li a:active, 
.navbar-bg .navbar-nav li a:focus {
	color: #222;
}

.navbar-bg .navbar-nav > .active > a, 
.navbar-bg .navbar-nav > .active > a:active, 
.navbar-bg .navbar-nav > .active > a:focus, 
.navbar-bg .navbar-nav > .active > a:hover {
	background-color: transparent;
	outline-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #c3c3c3;
}

.navbar-inverse .navbar-toggle {
    border-color: #c3c3c3;
}

.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
  background-color: #c3c3c3;
}
@media ( max-width: 770px ) {
    .navbar{
        background-color: rgba(255, 255, 255, 0.9);
    }

}

/*== home ==*/
.home {
    height: 85vh;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    text-align: center;
    min-height: 550px;
	background: url("../images/building.jpg") repeat scroll center top / cover;
}

/* .home::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 150%;
    z-index: 1;
}

.home:after{
    background: rgb(1, 124, 239);
    background: -webkit-linear-gradient(45deg, rgba(1, 124, 239, 0.8) 0%,rgba(167,82,157, 0.8) 92%);
    background: linear-gradient(45deg, rgba(1, 124, 239, 0.8) 0%,rgba(167,82,157, 0.8) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#a7529d',GradientType=1 );
} */

.home .container{
    position: relative;
    z-index: 10;
}

.intro .logo-icon{
    color: #fff; 
    font-size: 100px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.intro h3 {
    color: #0085f1;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 40px;
}

.intro strong.welcome {
    color: #0085f1; 
    font-weight: 100; 
    font-family: times new roman;
    font-size: 16px;
    text-transform: uppercase; 
    letter-spacing: 8px;
}

.intro span {
    color: #0085f1;
    display: block;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 25px;
    text-transform: capitalize;
}

/*== clients ==*/
.clients{
    height: 15vh;
    padding: 10px;
    border-bottom: 1px solid rgba(68, 71, 73, 0.05);
    overflow: hidden;
}

.clients img {
    opacity: 0.4;
    border-radius: 4px;
    color: #000;
    line-height: 80px;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    /* height: 67px; */
    width: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.clients img:hover{
    opacity: 1;
} 

.clients-logo .single-slide.text-center img{
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
}

.clients-logo .single-slide.text-center img:first-child{
    margin-left: 0;
}

.clients-logo .single-slide.text-center img:last-child{
    margin-right: 0;
}

.clients-logo .single-slide img{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

/*== about us ==*/
.about-us h2{
    font-size: 30px;
    font-weight: 300;
    color: #0085f1;
}

.about-us strong {
    color: #848484;
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
    line-height: 1.5em;
}

.about-item{
    margin-top: 30px;
}

.about-item h3 {
    color: #5a5a5a;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 10px;
    max-width: 300px;
    text-transform: capitalize;
}

.about-item p {
    color: #7f90a0;
    font-size: 15px;
    font-weight: 400;
    max-width: 300px;
    height: 66px;
    overflow: hidden;
}

.about-item span{
    font-size: 20px;
}

.about-item i{
    font-size: 42px;
    color: #FFF; 
    margin-bottom: 20px
}

.about-item a{
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
}

.aboutNews{ padding-top: 0;}
.aboutNews a{ color: #0085f1;}
.aboutNews h4 a{ display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333;}

/*== card ==*/


.caption-img:hover{
    -webkit-transform: scale(1);
    transform: scale(1.08);
}

.caption-img{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.caption-img img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.caption-tag h4{
    font-size: 28px; 
    font-weight: 300;
    color: #fff; 
    text-align: center;
    margin: 0 auto 8px;
    position: relative;
    z-index: 2;
}
    
.caption-tag span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 2;
}

.caption-tag{
    position: relative;
    height: 70px;
    background-color:#94a5b4;
    margin-top: 0;
    max-width: 100%;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.caption-tag:after{
    content: '';
    background-color: #0085f1;
    position: absolute;
    width: 0px;
    height: 70px;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.caption-img:hover .caption-tag:after{
    width: 100%;
    left: 0;
}


/*== skillbars ==*/

.skillbars:last-child{
    margin-bottom: 30px;
}

.skillbars h4{
    display: inline-block;
    margin-bottom: 20px; 
    font-size: 22px;
    color: #7f90a0; 
    font-weight: 300;
}

.skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background: #F4F7F9;
    height:13px;
    border-radius:50px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-bar {
    height:13px;
    width:0px;
    background:#FFF;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
}

.skill-bar-percent {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: -35px;
}

.people-opinion{
    min-height: 320px; 
    background-color: #F4F7F9;
    text-align: center; 
    margin: 0 auto; 
    padding: 40px 30px;
    border-radius: 5px;
    margin-top: 30px;
}

.people-opinion strong {
    color: #333;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

.people-opinion span{
    color: #FFF;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

.people-opinion p{
    color: #7f90a0;
    font-size: 20px; 
    font-weight: 300;
    line-height: 1.6;
}

.carousel-indicators li {
    border: 2px solid #929495;
    margin: 0 2px;
}

.carousel-indicators .active {
  background-color: #929495;
  height: 10px;
  margin: 0 2px;
  width: 10px;
}

/*== genius ==*/
.genius{
    background-color: #1A252E;
}

.genius h2{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
}

.genius strong {
    color: #eee;
    /* display: block; */
    font-size: 24px;
    font-weight: 300;
    /* margin-bottom: 40px; */
    /* word-spacing: 3px; */
}

.member {
    margin-top: 65px;
}

.member img {
    border-radius: 3px;
    margin: 0 auto;
    /* max-width: 235px; */
}

.genius .member h3{
    color: #fff; 
    font-weight: 300;
    font-size: 26px; 
    word-spacing: 6px;
}

.member span{
    display: block;
    color: #FFF;
    margin-bottom: 15px;
    font-size: 17px;
}

.member .list-inline{
    margin: 0;
}


.member .list-inline i{
    cursor: pointer;
    color: #94a5b4; 
    font-size: 20px; 
    background-color: #fff; 
    width: 42px;
    height: 42px; 
    border-radius: 3px;
    padding-top: 11px;
    text-align: center;
}

.member .list-inline i:hover{
    color: #fff;
    background-color: #FFF;
}

.owl-nav{
    position: absolute; 
    top: 0; 
    left: 50%;
    margin-left: -25px;
}

.owl-prev,
.owl-next{
    color: #fff;
    font-size: 20px; 
    display: inline-block;
    background-color: #FFF;
    width: 25px;
    height: 30px;
    text-align: center; 
}

/*== work ==*/
.work h2{
    font-size: 30px;
    font-weight: 300;
}

.work strong {
    color: #848484;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.work-item{
    margin-top: 30px;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.work-item img{
    width: 100%;
    height: 140px;
}

.work-item:hover img{
    bottom: 150px;
}

.work-overlay h3{
    font-weight: 300;
    color: #333;
    font-size: 20px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.work-overlay span{
    display: block; 
    color: #999; 
    font-weight: 300;
    font-size: 12px; 
    margin-bottom: 15px;
    height: 34px;
    overflow: hidden;
}

.work-overlay .btn{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff; 
    border-radius: 30px;
}

.work-overlay .btn:hover{
    color: #777;
    background-color: #fff;
}

.work-overlay{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%; 
    height: 150px; 
    background-color: #FFF;
    bottom: -70px;
    /*position: absolute;*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-item:hover .work-overlay{
    bottom: 0;
    background-color: #0085f1;
}
.work-item:hover .work-overlay h3,
.work-item:hover .work-overlay span{
    color: #FFF;
}

/*== sponsor ==*/

 .sponsor-title{
     font-size: 35px;
     font-weight: 200;
     margin-bottom: 30px;
}

.sponsor-img{
    position: relative;
    cursor: pointer;
    background-color: #F4F7F9; 
    min-height: 155px; 
    max-width: 195px; 
    padding-top: 32px;
    z-index: 1;
}

.sponsor-img:hover {
  box-shadow: 0 1px 33px rgba(26, 37, 46, 0.28), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  z-index: 2;
}

.sponsor-img.white-bg{
    background-color: #fcfcfc;
}
    
.sponsor-img img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 80px;
    max-height: 70%;
    max-width: 60%;
    width: auto;
    margin: 0 auto;
}

/*== events ==*/
.events{
    background-color: #1A252E;
}

.events h2{
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.events strong {
    color: #848484;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.event-item{
    position: relative;
    margin-bottom: 30px;
}

.event-overlay span {
    color: #FFF;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 45px;
}

.event-overlay h4 {
    color: #959595;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0;
}

.event-overlay{
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
}

.event-overlay:hover{
    background-color: rgba(0, 0, 0, 0.85);
}

.event-overlay .btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    color: #9f9f9f;
    font-size: 13px;
    margin-bottom: 0;
    padding: 5px 12px;
}

.event-overlay .btn:hover{
    background-color: #FFF;
    color: #fff;
    border-color: transparent;
}

/*== contact ==*/
.contact h2{
    font-size: 30px;
    font-weight: 300;
}

.contact strong {
    color: #848484;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.contact .form-control:focus{
	box-shadow: none;
	border: 1px solid;
}

.contact .form-group{
    margin-bottom: 22px;
}

.contact .form-control {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 13px;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
}

.contact label i{
    font-size: 20px; 
    margin-right: 10px;
}

.contact label{
    color: #7F90AB; 
    font-size: 15px;
    font-weight: 600;
    word-spacing: 2px; 
    padding-bottom: 13px;
}

.contact textarea.form-control {
    min-height: 100px;
}

.contact .form-control {
  background: #f4f7f9;
  border: 0 none;
  border-radius: 6px;
  color: #7F90AB;
  display: block;
  padding: 11px 13px;
  width: 100%;
}

.contact .form-control::-moz-placeholder {
    color: #bdcee9;
    font-weight: 600;
}

.contact .btn {
    background-color: #FFF;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 20px;
}

/*== address ==*/
.address{
    padding: 0;
}

.address-1 {
    position: relative;
    text-align: center;
    min-height: 400px;
	background: url("../images/london.jpg") repeat scroll left top / cover;
}

.address-2 {
    position: relative;
    text-align: center;
    min-height: 400px;
	background: url("../images/sanfran.jpg") repeat scroll left top / cover;
}

.office {
    color: #eee;
    padding: 80px 0;
}

.office i{
    font-size: 65px; 
    line-height: 0;
}
.office h3{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}

.office h4{
    opacity: 0.9; 
    font-size: 24px;
    font-weight: 300;
}

.office span{
    display: block;
    color: #7f90a0;
    margin-bottom: 20px;
}

.office a{
    font-size: 16px;
}

/*== footer ==*/
.footer{
    padding: 60px 0;
    background-color: #1A252E;
    font-family: 'Source Sans Pro', sans-serif;
}

.footer-logo .footer-logo-text {
    color: #fff;
    font-family: "Oleo Script",cursive;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer-logo p{
    color: #eee;
    font-weight: 400; 
    font-size: 13px
}

.footer-logo img{
    /* width: 60px; */
    margin-bottom: 15px;
}

.links li i{
    margin-right: 5px; 
    font-size: 14px;
}

.links li{
    cursor: pointer;
    color: #94a5b4; 
    font-weight: 600;
    margin-bottom: 9px;
}

.links li:hover{
    color: #fff;
}

.footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}

.footer h3 a{
    color: #fff;
}


/*================================ Other Pages ===================================*/

/* other page header */
.header {
    height: 85vh;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    text-align: center;
    min-height: 550px;
	background: url("../images/building.jpg") repeat scroll center top / cover;
}

.header::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 150%;
    z-index: 1;
}

.header:after{
    background: rgba(32, 35, 38, 0.65);
}

.header h1{
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

.header .intro span{
    color: #eee;
    margin-top: 120px;
    position: relative;
    z-index: 2;
}

/* sponsors 2 */
.sponsors {
    position: relative;
    overflow: hidden;
    text-align: center;
	background: url("../images/clintent-bg.jpg") repeat scroll center top / cover;
}

.sponsors strong{
  color: #eee;
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  word-spacing: 3px;
}

.sponsors .sponsor-title{
    color: #fff;
}


.sponsors .sponsor-img{
    background-color: rgba(15, 14, 14, 0);
    box-shadow: none;
    margin-bottom: 20px;
}

.sponsors .sponsor-img:hover{
    background-color: rgba(15, 14, 14, 0.3);
}

.sponsors .sponsor-img img{
    -webkit-filter: none;
    filter: none;
    height: 80px;
    max-height: 70%;
    max-width: 60%;
    width: auto;
    margin: 0 auto;
}

/* team 2 */
.team{
    background-color: #fff;
}

.team h2{
    color: #777;
    font-weight: 300;
}

.team strong {
    color: #999;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 60px
}


.team .member i{
    background-color: #F4F7F9;
}

.team  .member h3 {
    color: #555;
}

/* skillbars 2 */
.all-skillbar{
    background-color: #F4F7F9;
}

.all-skillbar h2{
    font-size: 30px;
    font-weight: 300;
}

.all-skillbar strong {
    color: #555;
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.skill-wrapper .skillbar{
    background-color: #fff;
}
    
.skill-wrapper{
    padding: 0 10px;
}

/*== about page ==*/
.about-more h2{
    font-size: 30px;
    font-weight: 300;
    color: #0085f1;
    line-height: 60px;
}

.about-more p{
    color: #7f90a0;
    line-height: 30px;
    /* font-size: 16px; */
}

.about-more strong {
    color: #555;
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.about-option:hover{
    background-color: #F4F7F9;
}

.social-icon i{
    color: #94a5b4; 
    font-size: 35px; 
    padding-top: 32px;
}

.social-icon:hover i{
    color: #fff;
}

.social-icon:hover{
    background-color: #FFF;
}

.social-icon {
  background-color: #f4f7f9;
  border-radius: 6px;
  display: inline-table;
  height: 100px;
  margin: 4px;
  position: relative;
  text-align: center;
  width: 100px;
}

.social-link{
    margin: 50px auto 0;
}

.social-link li{
    margin: 5px;
}

.about-option{
    max-width: 210px;
    margin: 0 auto;
    min-height: 150px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 30px;
}

.about-option i{
    display: block;
    color: #0085f1; 
    font-size: 56px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:font-size;
    transition-property:font-size;
}

.about-option span{
    font-size: 17px;
    font-weight: 600; 
    display: block;
    color: #333;
}
.about-option:hover i{ font-size: 72px;}

/*== contact page ==*/
.contact2{
    background-color: #FFF;
}

.contact2 h2{
    color: #fff;
}

.contact2 strong{
    color: #eee;
}

.contact2 label{
    color: #fff;
}

.contact2 .form-control{
    background-color: rgba(255, 255, 255, 0.15);
    border-color: transparent;
    color: #fff;
}

.contact2 .btn{
    background-color: rgba(255, 255, 255, 0.80);
    color: #777
}

.contact2 .btn:hover{
    background-color: rgba(255, 255, 255, 1);
}

.contact2 .form-control:active,
.contact2 .form-control:focus{
    border-color: transparent;
}

.map .teg {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 40px;
  word-spacing: 3px;
}

.map li{
    color: #7f90a0; 
    /* font-size: 15px; */
    padding: 8px 0;
}

.map li span{
    color: #555; 
    font-weight: 800;
    /* display: block; */
}

/*== Blog page ==*/
.blog{ overflow: hidden;}
.blog img{ max-width: 100%;}
.blog-post {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.blog-post:last-child {
    border-bottom: none;
}

.blog .writer{
    width: 60px; 
    border-radius: 50%; 
    display: inline-block; 
    margin-right: 15px;
}

.blog h3{
    /* cursor: pointer; */
    display: block; 
    /* font-size: 18px;  */
    color: #333;
    margin-top: 10px; 
}
.blog h3 a{
    color: #333;
}

.blog h3 span{
    font-weight: 600;
}

.blog strong{
    display: block;
    line-height: 36px;
    font-size: 13px; 
    font-weight: 600; 
    color: #999;
    margin-bottom: 20px;
}

.post-img img{
    width: 100%;
    border-radius: 5px;
}

.blog h2{
    margin-bottom: 20px;
}

.blog .read-more{
    margin-top: 20px;
    margin-bottom: 40px;
    line-height:34px;
}

.blog .uptime {
    margin-right:15px;
}
.blog-post.blog-post-img {
    position: relative;
    padding-left: 350px;
}
.blog .blog-img {
    width: 330px;
    height: 120px;
    position:absolute;
    left:0;
}
    .blog .blog-img img {
        object-fit:fill;
        border:4px solid #FFF;
        border-radius:5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.15);
    }
.blog .read-more li {
    color: #7f90a0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}

.blog .read-more li a{
    color: #FFF; 
}

.footer hr{
    border-color: #393939;
}

.copyright li:hover{
    color: #FFF;
}

.copyright li{
    cursor: pointer;
}

.copyright p a{
    color: #9b9b9b;
}

.copyright {
    color: #9b9b9b;
    font-size: 13px;
}
    .copyright .arrowUp {
        margin-left:8px;
    }

/*== single page ==*/
h1, h2, h3, h4, h5, h6{
    font-weight: 300;
}

.post-time{
    color: #fff;
    position: relative;
    z-index: 2;
}

.post-header{
    margin: 0 auto 20px;
    max-width: 800px;
}

.single-post img{
    margin-bottom: 30px;
}

.single-post .h3{
    color: #555;
    font-size:22px;
}

.comments{
    margin-top: 35px;
    border-top: 1px solid #eee; 
}

.comments img{
    margin-bottom: 50px;
}

.comments h3 span{
    font-size: 14px;
}

.comments strong{
    margin-bottom: 10px
}

.comments p{
    display: block;
    margin-left: 75px
}

.thick-border{
    border-left: 5px solid #FFF; 
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px; 
    margin: 25px 0; 
    font-size: 18px; 
    font-weight: 300; 
}

.single-post ul,
.single-post ol{
    color: #7f90a0; 
    padding-left: 15px;
    margin: 15px 0;
}

.single-post ul li,
.single-post ol li{
    line-height: 1,9;
}

.single-comment:last-child{
    margin-bottom: 0;
}

.single-comment{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.single-comment{
    margin-bottom: 30px;
}

.send-comment{
    background-color: #F4F7F9;
}

.send-comment .form-control{
    background-color: #fff;
    border: none;
}

/*************** media quiery *********************/
@media (max-width: 1199px) {
    .event-overlay span{
        margin-top: 25px;
    }
    
}

.announcement{ background-color: transparent; background: transparent url(../images/announcementBg.jpg) center top no-repeat;}
.announcement h2{ color: #0085f1;}
.announcement strong{ color: #999;}
.announcementTable{ width: 100%; border-radius: 5px; overflow: hidden; box-shadow: 0 0 5px #CCC; box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);}
.announcementTable thead th{ background-color: #0085f1; color: #FFF; text-align: center; line-height: 60px; font-size: 16px; overflow: hidden; box-shadow: 0 0 5px #CCC; box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);}
.announcementTable thead th:first-child{ border-top-left-radius: 5px;}
.announcementTable thead th:last-child{ border-top-right-radius: 5px;}
.announcementTable tbody td{ color: #333; background-color: #FFF; text-align: center; line-height: 50px; font-size: 14px; overflow: hidden; box-shadow: 0 0 2px #f1f1f1; box-shadow: 0 0 2px rgba(0, 0, 0, 0.15); line-height: 24px; padding: 15px;}
.announcementTable tbody td a{ color: #333; line-height: 24px;}
.announcementTable tbody td.announcementTable__title{ font-size: 16px;}
.announcementTable tbody tr:nth-child(2n) td{ background-color: #f5f9fd;}
/* .announcementTable tbody tr:last-child td{ padding-bottom: 10px; border-bottom: 0;} */
.announcementTable__body {
    line-height:60px;
}
@media (min-width: 320px) {
    .announcementTable tr th, .announcementTable tr td{
        display: none;
    }
    .announcementTable tr th.announcementTable__title,
    .announcementTable tr th.announcementTable__time,
    .announcementTable tr th.announcementTable__link,
    .announcementTable tr td.announcementTable__title,
    .announcementTable tr td.announcementTable__time,
    .announcementTable tr td.announcementTable__link{
        display: table-cell;
    }
    /* .announcementTable tr th.announcementTable__time,
    .announcementTable tr th.announcementTable__link,
    .announcementTable tr td.announcementTable__time,
    .announcementTable tr td.announcementTable__link{
        width: 20%;
    } */
    
}
@media (min-width: 1199px) {
    .announcementTable tr th,
    .announcementTable tr td{
        display: table-cell;
    }
    /* .announcementTable tr th.announcementTable__time,
    .announcementTable tr th.announcementTable__link,
    .announcementTable tr td.announcementTable__time,
    .announcementTable tr td.announcementTable__link{
        width: 10%;
    } */
    
}
.announcementPage{ background: none;}

.case__btn { margin: 20px auto 10px; border: 1px solid #CCC; color: #999; border-radius: 20px;}
.case__btn:hover{ border: 1px solid #0085f1; color: #FFF; background-color: #0085f1;}


.indexNews{ margin: 50px auto;}
    .indexNewsTitle{ margin: 20px 0 0; position: relative; text-align: center;}
        /* .indexNewsTitle::before{ content: ""; width: 100px; height: 20px; background-color: #0085f1; position: absolute; top: -20px; left: -120px;} */
        .indexNewsTitle h5{ font-size: 30px; color: #0085f1; line-height: 48px; margin: 0;}
        .indexNewsTitle p{ font-size: 18px; color: #999; line-height: 30px; margin: 0; text-transform: uppercase;}
        
.indexNewsContent{ width:100%; overflow:hidden; text-align:left;}
.indexNewsContent ul{ margin:0; padding:0; list-style: none;}
.indexNewsContent a{ width:100%; overflow:hidden; display:block;}
.indexNewsContent dl{ width:100%; height:110px; overflow:hidden; margin:20px 10px 0; border-bottom:1px dotted #CCC;}
.indexNewsContent dt{ float:left; width:80px; text-align:center;}
/* .indexNewsContent dd{ width:460px; float:left;} */
.indexNewsContent dd h3{ font-size:20px; color:#000; height:30px; line-height:24px; margin:0; padding:0;}
.indexNewsContent dd p{ font-size:14px; line-height:24px; height:48px; overflow:hidden; color:#666; margin:0; padding:0;}

    
.indexNewsContent dt{ margin-right:10px; height:66px;}
.indexNewsContent dt .newsListDate{ width:80px; height:100%; overflow:hidden; float:left; border-right:1px solid #999;}
.indexNewsContent dt .newsListDate span{ font-size:24px; color:#999; line-height:24px; margin:0; padding:0; width:64px; text-align:center; display:block;}
.indexNewsContent dt .newsListDate p{ font-size:14px; color:#999; line-height:22px; margin:5px 0; padding:0; width:64px; text-align:center; display:block;}
.indexNewsContent dt .newsListDate b{ font-size:14px; color:#999; line-height:16px; margin:0; padding:0; width:64px; text-align:center; display:block;}

.navbar-inverse .navbar-toggle .icon-bar{ background-color: #0085f1;}

.navbar-inverse li.active{ border-bottom: 2px solid #0085f1;}

.announcementCategory{ list-style: none; margin: 20px auto 40px;}
.announcementCategory li{ display: inline-block; padding: 0 12px; line-height: 40px; cursor: pointer;}
.announcementCategory li.active{ background-color: #0085f1; color: #FFF;}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}


/*************** 页码 *********************/
.pageBox{ text-align:center; margin:30px auto;}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{ background:#0085f1; color:#FFF; border:1px solid #0085f1;}
.pagination>li>a, .pagination>li>span{ color:#333;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{ color:#0085f1;}


.blog .read-more li a.newsList__btn{ border-radius: 20px; border: 1px solid #999; color: #666;}

.banner{ height: 450px; min-height: auto; padding-top: 80px;}
.banner:after{ content: none;}
.banner .intro span{ margin-top: 30px; color: #666;}
.banner .intro h3{ margin-bottom: 20px; color: #333;}
.banner img{ height: 150px;}

.aboutBanner{ background: url(../images/bannerAbout.jpg) repeat scroll center center / cover;}
.newsBanner{ height: 450px; background: url(../images/bannerNews.jpg) repeat scroll center center;}
.contactBanner{ height: 450px; background: url(../images/bannerContact.jpg) repeat scroll center center / cover;}

.announcementSearch{
    height: 250px;
    min-height: auto;
    background: url(../images/bannerAnnouncement.jpg) repeat scroll center top / cover;
    padding-top: 80px;
}

@media (max-width: 770px) {
    .announcementSearch{
        height: auto;
        padding-top:20px;
    }
    .indexBanner img{
        /* height: 280px;
        margin-top: 50px; */
    }
    .aboutBanner img{
        margin-top: 50px;
    }
    .navbar {
        padding-bottom:10px;
    }
    .navbar .navbar-brand {
        padding: 4px 0 0;
    }
    section {
        padding:20px 0 60px;
    }
    
}

/*************** 高德地图 *********************/
#mapContainer{ height: 580px; border: 5px solid #FFF; border-radius: 5px; box-shadow: 0 0 5px #999; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);}
.mapInfo{ padding-left: 35px;}
.amap-icon img, .amap-marker-content img {
    width: 25px;
    height: 34px;
}
.amap-icon img {
    position: absolute;
    z-index: -1;
}


/*   顶部 star   */
.topHight{ width: 100%; height: 120px;}

.top{ width:100%;  height:120px; position: fixed; left: 50%; transform: translateX(-50%); padding: 0; background-color: #FFF; background-color: rgba(255, 255, 255, 95%); z-index: 99; box-shadow: 0 0 5px #999; box-shadow: 0 0 5px rgba(0,0,0,0.25); transition:height 0.5s; -moz-transition:height 0.5s; -webkit-transition:height 0.5s; -o-transition:height 0.5s;}

.top .logo{ width: 320px; height: 80px; line-height: 80px;}
    .top .logo img{ width: auto; height: 59px; }

.topSub{ height: 40px; line-height: 40px; overflow: hidden; background-color: #0085f1; color: #FFF; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
.topSub__text{ float: left; color: #FFF; margin: 0;}
.topSub__text a{ color: #FFF; font-size: 12px;}
.searchForm{ float: right; width: 200px; height: 26px; line-height: 26px; border-radius: 3px; background-color: rgba(0,0,0,0.55); margin: 7px auto;}
.searchForm__text{ width: 160px; height: 26px; line-height: 26px; color: #FFF; float: left; text-indent: 1em; border: none; background-color: transparent;}
.searchForm__submit{ position: relative; display: block; float: right;}
.searchForm__submit input{ position: relative; z-index: 9; width: 40px; height: 26px; line-height: 26px; color: #999; background: #FFF url(../images/btn-search.png) center center no-repeat; border: 0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; height: 26px; line-height: 26px;}
.searchForm__submit::before{ position: absolute; left: 0; top: 0; z-index: 1; width: 40px; height: 26px; line-height: 26px; color: #0085f1; background-color: #FFF; border: 0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; text-align: center;}

.topNav{ height:60px; float:left;}
.topNav a{ display:block;}
.topNav a:hover{ text-decoration: none;}

.topNav dl{ width:100%; margin:0; padding:0;}
.topNav dd{ height:80px; line-height:60px; margin: 0 20px; float:left; position: relative;}
.topNav dd > a{ width:100%; height:80px; overflow:hidden; line-height:80px; font-size:16px; text-align:center; color:#333; font-weight: 600; background:none; transition:background 0.5s, color 0.5s; -moz-transition:background 0.5s, color 0.5s; -webkit-transition:background 0.5s, color 0.5s; -o-transition:background 0.5s, color 0.5s;}
.topNav dd:hover > a, .topNav dd.active > a{ border-bottom: 4px solid #0085f1; color: #0085f1;}
.topNav dd:hover .topNavFlowNav, .topNav dt:hover .topNavFlowNav{ display: block;}

.topNavFlowNav{ position: absolute; top: 80px; left: 50%; width: 120px; overflow: hidden; margin-left: -60px; background-color: #FFF; display: none; border-top: 1px solid #FFF; box-shadow: 0 3px 5px rgba(0,0,0,0.25); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
/* .topNavFlowNav::before{ content: ""; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid #FFF; position: absolute; top: -4px; left: 50%; margin-left: -2px;} */
.topNavFlowNav a{ color: #333 !important; text-align: center; line-height: 18px; font-size: 14px; padding: 10px 15px; display: block;}
.topNavFlowNav a:last-child{ padding-bottom: 15px;}
.topNavFlowNav a:hover{ color: #FFF !important; background-color: #0085f1;}

.top--fix{ height: 84px;}
.top--fix .topSub{ height: 4px;}

/*   顶部 end   */


.indexContent{
    background-image: url(../images/indexAboutBg.png);
    background-position: 90% -100px;
    background-repeat: no-repeat;
    padding: 50px 0 50px;
}
    .indexAbout{ position: relative;}
        .indexAboutImg{ margin: 40px 0 0 40px; position: relative; float: right;}
        .indexAboutImg img{ width: 380px; height: 380px; z-index: 2; position: relative;}
        .indexAboutImg::before{ content: ""; position: absolute; width: 380px; height: 380px; background-color: #f2f2f2; margin: 30px 0 0 -30px; z-index: 1;}

        .indexAboutContent{ width: 100%; padding: 0 0 40px;}
        .indexAboutContent__title{ font-size: 30px; line-height: 80px; color: #333; margin: 0; text-align: center;}
        .indexAboutContent__info{ line-height: 30px; color: #666; margin: 0;}
        .indexAboutContent__capital{ font-size: 18px; color: #666; margin-top: 30px;}
        .indexAboutContent__capital span{ font-size: 30px; color: #74b7d6;}

        .indexAboutLink{ display: block; width: 120px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; color: #999; border-radius: 20px; border: 1px solid #CCC; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; position: absolute; right: 0; top: 85px;}
        .indexAboutLink:hover{ border: 1px solid #333; color: #333; text-decoration: none;}

    .indexType{ background: url(../images/indexProType.jpg) center top no-repeat; background-size: cover; padding: 40px 0;}

        .indexType__title h5{ color: #FFF;}
        .indexType__title i{ background-color: #FFF; background-color: rgba(255,255,255,0.25);}
        .indexType__title i::after{ background-color: #FFF;}

        .aboutImg{ height: 180px; margin-top: 90px; overflow: hidden;}
        .aboutImg img{ object-fit: cover;}
   
.indexProType{ margin-top: 100px;}
.indexProType__wrapper{ display: flex; flex-flow: row wrap; justify-content:center; justify-items: center;}
    .indexProType__slide{ height: 270px; text-align: center; width: 22%; padding: 1%; border-right: 1px dotted #649dca; border-right: 1px dotted rgba(255,255,255,0.15); transition: all 0.5s;}
    .indexProType__slide:last-child{ border: 0;}
        .indexProType__icon{ height: 100px; line-height: 60px; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
            .indexProType__icon a{ text-decoration: none;}
            .indexProType__icon .iconfont{ font-size: 120px; color: #FFF; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
        .indexProType__title{ font-size: 18px; color: #FFF; line-height: 30px; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
        a.indexProType__link{ width: 46px; height: 24px; display: block; text-align: center; line-height: 24px; border-radius: 12px; border: 1px solid #FFF; text-decoration: none; margin: 0 auto; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
        .indexProType__link .iconfont{ display: block; transform: rotate(90deg); font-size: 10px; color: #FFF;}
        .indexProType__slide p{ color: #FFF; height: 0; overflow: hidden; text-overflow: ellipsis;}
    
        .indexProType__slide:hover{ background-color: rgba(0, 0, 0, 0.25); margin-top: -40px; margin-bottom: 40px;}
        .indexProType__slide:hover .indexProType__icon{ height: 60px; }
        .indexProType__slide:hover .indexProType__icon .iconfont{ font-size: 48px;}
        .indexProType__slide:hover .indexProType__title{ font-size: 24px; line-height: 50px;}
        .indexProType__slide:hover a.indexProType__link{ width: 46px; height: 46px; line-height: 46px; border-radius: 23px;}
        .indexProType__slide:hover p{ height: 60px;}
        /* .aboutType .indexProType__slide{ height: auto;} */
        .aboutType .indexProType__slide:hover p{ height: auto;}
        .aboutType{ margin-bottom: 40px;}
    .indexType .indexMainNews__title{ text-align: center; color: #FFF;}
    .indexType .indexMainNews__title span{ display: block; color: #FFF;}
