
body{
	background-color: #fff;
	font-size: 14px;
	color: #424242;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
::selection{
	background: rgba(89,111,255,.8);
	color: #fff;
}	
::-moz-selection{
	background: rgba(89,111,255,.8);
	color: #fff;
}	
ul, ol{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
ul.list-inline{
	margin-left: 0;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
p{
	font-size: 14px;
	color: #333;
}
a{
	color: #999999;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}
a:hover{
	outline: none;
	text-decoration: none;
	color: #000;
}
a:focus{
	outline: none;
	outline-offset: 0;
}
.btn{
	border-radius: 0;
}
.btn:focus{
	outline: none;
}
/*-----  End of Typography  ------*/

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/*==================================
=            shortcodes            =
==================================*/

.mtb10{margin-bottom: 10px;}
.mtb20{margin-bottom: 20px;}
.mtb30{margin-bottom: 30px;}
.mtb40{margin-bottom: 40px;}
.mtb50{margin-bottom: 50px;}
.mtb60{margin-bottom: 60px;}
.mtb70{margin-bottom: 70px;}
.mtb80{margin-bottom: 80px;}
.mtb90{margin-bottom: 90px;}
.mtb100{margin-bottom: 100px;}

.ptb10{padding-bottom: 10px;}
.ptb20{padding-bottom: 20px;}
.ptb30{padding-bottom: 30px;}
.ptb40{padding-bottom: 40px;}
.ptb50{padding-bottom: 50px;}
.ptb60{padding-bottom: 60px;}
.ptb70{padding-bottom: 70px;}
.ptb80{padding-bottom: 80px;}
.ptb90{padding-bottom: 90px;}
.ptb100{padding-bottom: 100px;}

.ptt10{padding-top: 10px;}
.ptt20{padding-top: 20px;}
.ptt30{padding-top: 30px;}
.ptt40{padding-top: 40px;}
.ptt50{padding-top: 50px;}
.ptt60{padding-top: 60px;}
.ptt70{padding-top: 70px;}
.ptt80{padding-top: 80px;}
.ptt90{padding-top: 90px;}
.ptt100{padding-top: 100px;}

.img-100p{
	width: 100%;
}
.overflow{
	overflow: hidden;
}
.no-padding{
	padding:0
}
.no-margin{
	margin:0
}
.section-title{
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
	color: #2d4692;
}
.section-info{
	margin-bottom: 60px;
	text-align: center;
}
.horizontal-center{
	position: absolute;
	left: 50%;
	-webkit-transform: translateZ(-50%);
	transform: translateZ(-50%);	
}
.vertical-center{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.horizontal-vertical-center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}
.overflow-content-full{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-----  End of shortcodes  ------*/



/*==============================
=            Loader            =
==============================*/
.loader-running #wrapper { 
	opacity: 0; 
}
.loader { 
	-webkit-pointer-events: none;
	 pointer-events: none;
	 -webkit-user-select: none;
	 user-select: none;
}
.loader-inactive { 
	display: none;
}

.loader .loader-progress { 
	background-color: #F0394C;
	position: fixed;
	z-index: 2000;
	top: 50%;
	left: 0;
	height: 6px;
	overflow: hidden;
	-webkit-transition: width 1s;
	transition: width 1s;
 }
.loader .loader-progress-inner { 
	position: absolute;
	top: 0;
	left: 0;
	right: -32px;
	bottom: 0;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px; 
	-webkit-animation: pace-stripe-animation 500ms linear infinite;
	animation: pace-stripe-animation 500ms linear infinite;
}



/*============================
=            menu            =
============================*/
.main-nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:68px;
	z-index: 999;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background: rgba(0, 71, 96, 0.90);
	border-bottom: 1px solid #008FA3;
}
.main-nav-change .logo-left{
	top: 10px !important;
}
.main-nav-change{
	background: rgba(45, 57, 80, 0.95);
	height: 68px;
	border-bottom: 1px solid #008FA3;
}
.logo-left{
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 1;
	-webkit-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
}

.logo-right{
	position: absolute;
	/*top: 10px;*/
	right: 25px;
	float: right;
	z-index: 1;
	margin-top: 22px;
	-webkit-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
}

/*===================================
=            home-slider            =
===================================*/
#home-slider {
  overflow: hidden;
  position: relative;
}
#home-slider .item{
	-webkit-background-size: cover;
	background-size: cover;
}
#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 50px;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
#home-slider .caption-wide{margin-top: -204px;}
#home-slider .caption .main-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
#home-slider .caption .sub-title{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
}
.caption .btn-start {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.caption .btn-start:hover{
	color: #F0394C;
	background:#fff;
	}

#home-slider .carousel-indicators .active{
	height: 10px;
	background: red;
	border:1px solid red;
}
#home-slider .carousel-indicators li{
	width: 45px;
	height: 8px;
	border: 1px solid #fff;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}
/*-----  End of home-slider  ------*/

/*-----  Start of login  ------*/
#loginbox{position: absolute;margin-top:-600px;z-index: 555;left:8.333%;}
.login_contentbox{width:310px; height:350px; display:block;}
.loginbox{width: 330px;background:#fff; border-radius:12px;height:350px; display: block; margin: auto;
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.50); margin-top:30px;margin-right: 60px;}
.login-tilte{width: 330px; background: #00BFC6; height: 92px;border-radius:10px 10px 0px 0px;text-align: center;color: #fff;font-size:22px;padding-top:30px;}
.login-tilte img{width: 330px;}
.loginbox input[type="text"]{border:1px solid #07C0BE;padding: 5px;border-radius: 5px;outline: none;height:36px;line-height:36px;width: 260px; text-indent: 25px;outline: none;}
.loginbox input[type="password"]{border:1px solid #07C0BE;padding: 5px;border-radius: 5px;outline: none;height:36px;line-height:36px;width: 260px; text-indent: 25px;outline: none;}
.loginbox .form-control {
    display: block;
    margin-top: 15px;
}
.inputbox1 input[type="text"] {
    background: #fff url(../img/user.png) no-repeat 2% center; background-size:16px 18px;
}

.inputbox2 input[type="text"] {
    background: #fff url(../img/locked.png) no-repeat 2% center; background-size:16px 18px;
}
.inputbox1 input[type="text"]:focus{
    background: #D7FFF6 url(../img/userfocus.png) no-repeat 2% center; border:1px solid #07C0BE;background-size:16px 18px;
}

.inputbox2 input[type="password"]:focus{
    background: #D7FFF6 url(../img/lockedfocus.png) no-repeat 2% center; border:1px solid #07C0BE;background-size:16px 18px
}

.loginbox .btn {
    margin-top: 25px;
	background: #FF6A00;
	border: none;
	width: 100%;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	padding:8px 0;
	border-radius: 5px;
	cursor: pointer;
}
.loginbox .btn:hover{background: #f54703;}
button{outline:none;}
.inputbox{margin: 30px 30px;}
.remember{font-size:12px; margin-top: 15px; text-align: left;}
.mote-text{font-size:24px; color: #fff;}
#loginbox .main-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top:50px;
  min-width: 600px;
}

/*================================
=            features            =
================================*/
@media (min-width: 768px){ 
.col-sm-20 {
    width: 20%;
    float: left;
}}
.col-sm-20{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#features{
	margin-top: 20px;
	margin-bottom: 100px;
}
#features .header-content .title{
	font-size: 40px;
	color: #000;
}
#features .header-content .info{
	font-size: 16px;
	color: #363636;
}
.feature-item .content{
	background: #f6f6f6;border:1px solid #f6f6f6;
	padding: 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.feature-item .content .icon{
	font-size: 30px;
	color: #00AF88;
	margin-bottom: 30px;
	line-height: 100%;
	width:120px;height: 120px;margin: auto;border-radius: 50%;border:2px solid #00AF88;background: #A2DED1;position: relative;top:-100px;
}
.feature-item .content .title{
	font-size: 20px;
	color: #666;
	margin-bottom: 40px;
	text-transform: uppercase;	
}
.feature-item .content:hover{
	background-color: #f0f0f0; border:1px solid #22AD8E;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.feature-item .content:hover .title,
.feature-item .content:hover .info{
	color: #000;
}
.feature-item .content:hover .icon{background: #008E8B;color: #fff;border:#008E8B;}
.text-center i{font-size:68px;position: relative;top:45px;}
/*-----  End of features  ------*/

/*===================================
=            company            =
===================================*/
.company-item{
	margin-bottom: 30px;
}


.company-items ul li{height:500px;position:relative;overflow:hidden;cursor:pointer;}
.txt{height:45px;background:rgba(3,167,153,0.8);/*透明背景色，不透明其文字内容*/position:absolute;left:15px;right: 0; bottom:0;color:#fff;}
.txt h3{height:45px;text-align:center;line-height:45px;}
.txt p{font-size:18px;text-align:center;position: relative;top:55px;color: #fff;}
.box-text{background:#fff;color: #008EA3;text-align: center;width: 250px;height: 38px;line-height: 38px;display: block;border-radius: 25px;margin: auto;font-size: 18px;position: relative;top:120px;}

/*===================================
=            portfolio            =
===================================*/
#portfolio{background: #f0f0f0;margin-top:50px;padding-bottom: 50px;}

.portfolio-filter{
	margin-top: 20px;
}
.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .content{
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.portfolio-item .content figcaption{
	background-color: rgba(26, 196, 108, 0.8);
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.portfolio-item .content figcaption p,
.portfolio-item .content figcaption a{
	color: #fff;
}
.portfolio-item .content .icon{
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%), scale(0);
	font-size: 34px;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.portfolio-item .content .caption{
	position:relative;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.portfolio-item .content figcaption .title,
.portfolio-item .content figcaption .info{
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.portfolio-item .content .caption .title{
	margin-bottom: 15px;
	text-transform: uppercase;
}
.portfolio-item .content:hover figcaption{
	opacity: 1;
}
.portfolio-item .content:hover figcaption .icon{
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.portfolio-item .content:hover figcaption .caption{
	bottom: 0;
}
.portfolio-item .content:hover figcaption .title,
.portfolio-item .content:hover figcaption .info{
	-webkit-transform: translateY(0);
	transform: translateY(0);text-align: left;
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.title-b{font-size: 18px;text-align: center;background:#666;height: 40px;line-height: 40px;color: #fff;}
.circlebox{border:2px solid #fff; width: 100px;height: 100px;border-radius: 50%;-webkit-border-radius: 50%;margin:auto;margin-top:40px;}
.circlebox i{font-size:60px;position: relative;top:8px;}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/*-----  End of portfolio  ------*/



/*==================================
=            count-down            =
==================================*/

#count-down{
	background: url(../img/bg/01.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#count-down .color-overlay{
	width: 100%;
	height: 100%;
	background: rgba(240, 57, 76, 0.7);
}
#count-down .section-title,
#count-down .counter-content p,
#count-down .counter-content span{
	color: #fff;
}
#count-down .section-title{
	font-size: 30px;
}
#count-down .counter-content .counter{
	font-size: 55px;
	margin-bottom: 30px;
}
#count-down .counter-content .title{
	font-size: 20px;
	text-transform: uppercase;
}
/*-----  End of count-down  ------*/

/*=================================
=            funtionbox            =
=================================*/

#funtionbox{
	background: url(../img/bg/04.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#funtionbox .color-overlay{
	width: 100%;
	height: 100%;
	background: rgba(5,55,113,.9);
}
#funtionbox .section-title{
	color: #fff;
	margin-bottom: 100px;
}
.funtion-pic0{max-width:1280px;margin: auto;margin-bottom: 50px;padding:0 15px;}
.funtion-pic0 img{width: 100%;}
.timing{
	font-size: 12px;
	color: #fff;
	margin-top: 90px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.timing.first{margin-top: 0px;}
.funtion-pic{max-width:820px;margin: auto;padding:0 15px;}
.funtion-pic img{width:100%;}
#funtionbox .content-part{
	position: relative;
	height: 100%;
	margin-left: 30px;
}
.content-part .active-image{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.content-part .active-image img{
	width: 420px;
	height: 420px;
	border: 5px solid #F0394C;
	border-radius: 100%;
}
.content-part .active-image p{
	position: relative;
	padding: 15px;
}
.content-part .active-image p:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 1px solid #F0394C;
}
.content-part .active-thumb img{
	opacity: 1 !important;
}
.content-part .thumb-img img{
	width: 140px;
	height: 140px;
	border: 5px solid #F0394C;
	border-radius: 100%;
	opacity: .2;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.content-part .thumb-img img:hover{
	opacity: 1;
}


/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
/*-----  End of funtionbox  ------*/


/*===================================
=            latest-model            =
===================================*/
/*.each-post p{position:absolute;top:10%;bottom: 10%;left:10%;width:80%; z-index: 333;
	border:3px solid rgb(255,255,255,0.5);padding-top:22%;}*/
.each-post p{position:absolute;top:10%;bottom: 10%;left:10%;width:80%; z-index: 333;padding-top:22%;}
.each-post .model-type{
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;	
	
}
/**
 * .model-type span{background: rgba(0, 0, 0, 0.7);display: inline;padding:20px 50px;}
 */
.each-post p:hover span{background: none;}
#latest-model{background: #f0f0f0;}
#latest-model .info p{color:#666;}
.each-post p.model-type{color:#fff;}
/*-----  End of latest-model  ------*/


#latest-model .each-post{
	margin-bottom: 60px;
}
#latest-model .each-post .headline{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 24px;
}

#latest-model .each-post .model-img img{
	-webkit-transition: all .3s;
	transition: all .3s;
}
#latest-model .each-post:hover .model-img img{
	opacity: 0.8;
}
.each-post p:hover{background: rgba(0, 203, 210, 0.5);}
#latest-model .pagination>li>a{
	font-size: 16px;
	color: #999999;
	border-color: #999999;
}
#latest-model .pagination>li:first-child>a,
#latest-model .pagination>li:last-child>a{
	border-radius: 0;
}
#latest-model .pagination>li:hover a,
#latest-model .pagination>li.active a{
	background-color: #F0394C;
	border-color: #F0394C;
	color: #fff;
}

/*-----  End of latest-model-page  ------*/



/*====================================
=            model-details            =
====================================*/
#model-details .headline{
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 50px;
}
#model-details .info{
	font-size: 16px;
	color: #454545;
	border-bottom: 1px solid #e9e9e9;
}
#model-details .info p{
	margin-bottom: 40px;
}
#model-details .info p:last-child{
	margin-bottom: 0;
}
#model-details .social-icon{
	color: #999999;
}
#model-details a:hover{
	color: #F0394C;
}
#contact{background: url(../img/map-image.png);}

.address-list {
    list-style: none;
    padding: 160px 0px 70px 0px;
    width: 100%;
    max-width:470px;
    margin: 0 auto;
    display: table;
	margin-top: 40px;
}
.address-list li {
    font-size: 14px;
    padding: 0.2em 0;
    color: #fff;
}
.address-list li i {
    display: table-cell;
    line-height: 1.8;
    text-align: center;
    margin: 0;
    vertical-align: middle;
	font-size: 24px;
}
.address-list li span {
    padding: 0px 0px 0px 20px;
    display: table-cell;
    vertical-align: middle;
}
.sec-code{height: 230px;}
.sec-code img{width: 170px; height: auto;}
.title-box-w{color:#fff;font-size: 16px;text-align: left; margin-bottom:10px; padding-top: 160px;}

/*==============================
=            footer            =
==============================*/

#footer{
	background:url(../img/foot.png) no-repeat right #333333;display: block;color: #fff;font-size: 14px;line-height: 24px; background-size:contain;padding-bottom: 50px;
}
#footer .section-title{color:#fff;}
.ermpic{max-width: 240px;text-align: center;}
.ermpic img{width:100%;}
.code-text{font-size:12px;text-align: center;color: #fff;}

.copyright{
	font-size: 12px;margin-top:30px;
}
.copyright .info a:hover{
	color: #5edbd5;
}
/*-----  End of footer  ------*/

