/*
Awesome Template

*/

body
	{
 		background: #303030;
 		color: #ffffff;
		font-family: 'Lantinghei SC', 'Microsoft YaHei', '微软雅黑', SimSun, Arial;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
.hd_logo {min-height: 33px; overflow: hidden;}
.hd_cont .hd_logo {min-height: 33px;}
.hd_cont .hd_logo dd {margin-top: -12px; max-height: 61px;}
.col-md-12 h2

	{
		text-align: center;
		font-size: 29px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #026288;
		font-weight: bold;
		font-size: 30px;

	}
/* end h2 */
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
		outline:none;

	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
	header .social-icon span{
		padding-right: 15px;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
header .language{float: right;color: #fff;display: none;}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 14px;
		height: 70px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #28A7E9; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */
#home
	{
		background-size: cover;
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 350px;
	}
#home h1
	{
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}
/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team{color: #fff;}
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		
	}
#service .active
	{
		
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #28a7e9;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 30px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
	#portfolio .portfolio-thumb .pic{
		overflow: hidden;
		display: block;
		position: relative;
		padding-top: 66.55%;
	}
	#portfolio .portfolio-thumb img{
		position: absolute;
		top: 0;
		left: 0;
		display: block;width: 100%;
		height: 100%;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */
#pricing {
    padding: 70px 0;
}
.bg-one {
    background-color: #303030;
}
#pricing .title{
  padding-bottom: 60px;
}
#pricing .title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    font-family: 'Lantinghei SC', 'Microsoft YaHei', '微软雅黑', SimSun, Arial;
    color: #fff;
}
.text-center{
  text-align: center;
}
.color {
    color: #207aaa;
}
.border {
    border-top: 1px solid #fff;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}
.border:before {
    background-color: #fff;
    border: 1px ridge #fff;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}
.pricing {
  background-color: #2b2c30;
}
.price-title {
  background-color: #2b2c30;
  padding: 30px 0 20px;
}
.price-title > h3 {
    color: #207aaa;
    font-family: 'Lantinghei SC', 'Microsoft YaHei', '微软雅黑', SimSun, Arial;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.price-title > p {
    font-size: 18px;
    font-weight: 400;
    color: #ddd;
}
.price-title .value {
  color: #207aaa;
  font-size: 30px;
}
.pricing ul{
  padding-left: 0;
}
.pricing li {
    border-top: 2px solid #3F4045;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    color: #ddd;
    list-style: none;
}
.pricing li:last-child {
    border-bottom: 2px solid #3F4045;
}
.pricing li:nth-child(2n) {
    background-color: #2F3035;
}
.btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
    margin-top: 15px;
    -webkit-transition: all .5s ease-in 0s;
    -moz-transition: all .5s ease-in 0s;
    -o-transition: all .5s ease-in 0s;
    transition: all .5s ease-in 0s;
}
.btn-transparent {
    border: 1px solid #4e595f;
}
.pricing a.btn {
    text-transform: uppercase;
  margin: 20px 0;
}
.btn-transparent:hover {
    background-color: #207aaa;
    border: 1px solid transparent;
    color: #fff;
}
.m-pop{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.7);z-index:20000;text-align: center;display: none;}
.m-pop .con{position: absolute;top: 50%;left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}
.m-login1{position: relative;padding:50px 30px 10px;width: 340px;background: #fff;border-radius:5px;text-align: center;font-family: "宋体";}
.m-login1 .close{opacity: 1;position: absolute;top: 0;right: 0;display: block;width: 32px;height: 32px;background: url(../images/close.png) no-repeat center center;border-bottom:none;}
.m-login1 .tit{margin-bottom: 30px;}
.m-login1 ul{padding-left: 0;}
.m-login1 ul li{position: relative;margin-bottom: 25px;}
.m-login1 li .inp{display: block;padding: 10px;width: 100%;height: 46px;line-height: 46px;background: #fff;border:none;border: 1px solid #d9d9d9;border-radius: 5px;
    font-size: 16px;color: #383838;font-family: "宋体";}
.m-login1 li .inp::-webkit-input-placeholder {color: #d9d9d9;}
.m-login1 li .inp::-moz-placeholder {color: #d9d9d9; }
.m-login1 li .inp::-ms-input-placeholder {color: #d9d9d9;}
.m-login1 li a{font-size: 14px;}
.m-login1 li .IsShowPassword{position: absolute;top: 0;right: 10px;line-height: 46px;font-size: 26px;}
.m-login1 li .IsShowPassword:hover{color: #3da8f5;}
.m-login1 li .forget{position: absolute;bottom: -25px;right: 0;display: block;line-height: 25px;color: #a6a6a6;}
.m-login1 li .btn{display: block;width: 100%;height: 46px;background: none;border:none;border-radius: 5px;
    font-size: 16px;color: #fff;font-family: "宋体";}
.m-login1 li .sub{background: #3da8f5;}
.m-login1 li .sub1{border: 1px solid #32C25A;color: #32C25A;}
.m-login1 li p{line-height: 50px;font-size: 14px;}
.m-login1 li p a{color: #03a9f4;}
.m-login1 li .con{position: relative;}
.m-login1 .con .inp{padding-right: 90px;}
.m-login1 li .btn-code{position: absolute;top: 0;right: 0;display: block;width: 90px;height: 46px;background: #3da8f5;border: none;border-radius: 5px;color: #fff;}.sendBox .inp{margin: 0;display: inline-block;vertical-align: middle;width: 300px;padding: 0 10px;height: 33px;line-height: 33px;background: #000;border: 1px solid #777;font-size: 12px;color: #fff;}
.sendBox .sub{cursor: pointer;outline:none;display: inline-block;vertical-align: middle;height: 33px;background: none;border: none;font-size: 14px;color: #fff;}
/* start contact */
#contact
	{
		background: #202020;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #28a7e9;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #28a7e9;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact textarea{
	resize:none;
}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
.m-link a{margin: 0 5px;}
.m-link a i{font-size: 24px;color: #fff;}
.m-link a i:hover{color: #28a7e9;}
.m-seo{display: none;}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
		font-weight: 400;
		text-align: right;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
/* end social icon */
 #copyright p{visibility: visible !important;}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}
@media only screen and (max-width: 1199px){
	#home h1{font-size: 40px;}
}
/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{	
		overflow: hidden;
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
	.pricing {
        margin: 0 auto 30px;
        width: 300px;
    }
    #home h1{font-size: 36px;}
    h2,#pricing .title h2{font-size: 32px;}
    #pricing{padding: 0;}
    .h3, h3{font-size: 20px;}
    .price-title > p{font-size: 16px;}
    .m-link{text-align: center;}
    #copyright p{margin-top: 5px;text-align: center;color: #fff;}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 28px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
	.pricing {
        margin: 0 auto 30px;
        width: 350px;
    }
    h2, #pricing .title h2{padding-bottom: 10px;font-size: 24px;}
    #about, #team, #service, #portfolio, #contact{padding-top: 20px;padding-bottom: 10px;}
	.m-pop .con p{white-space: inherit;text-align: center;}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 479px ) {
	header .email,header .social-icon
		{
			display: none;
		}
	header .language{display: block;}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 22px;
		}
	.pricing {
        margin: 0 auto 20px;
        width: 280px;
    }
    #home .btn{padding: 0;height: 45px;line-height: 45px;}
	h2, #pricing .title h2{font-size: 20px;}
	#about .media-heading-wrapper{padding-bottom: 5px;}
	#about .media-heading-wrapper h3{padding-top: 2px;font-size: 16px;}
	#about .col-xs-12 .media{margin-bottom: 15px;}
	p{font-size: 13px;}
	#team .team-wrapper{overflow: hidden;margin-top: 10px;}
	#team .team-wrapper img{float: left;margin-top: 30px;margin-left: 20px;width: 100px;height: 100px;}
	#team .team-wrapper .team-des{overflow: hidden;}
	#service .col-md-4{padding: 20px;text-align: center;}
	.price-title .value,#contact address .address-title{font-size: 18px;}
	#service .fa{float: left;margin-right: 10px;}
	#service h4{margin-top: 0;padding-top: 3px;}
	#service h4,#service p{text-align: left;}
	#portfolio .col-xs-12{width: 50%;}
	#portfolio .portfolio-thumb .portfolio-overlay{padding: 10px;}
	#portfolio .portfolio-thumb .portfolio-overlay h4{margin-bottom: 0;font-size: 16px;}
	#copyright{padding: 10px;}
	#copyright .container{padding: 0;}
	#copyright .container .row{margin: 0;}
	.m-login1{width: 300px;}
}
/* end 360 media quires */
@media only screen and ( max-width: 413px ) {
	#portfolio .portfolio-thumb .portfolio-overlay h4,
	#portfolio .portfolio-thumb .portfolio-overlay .btn{margin-top: 0;}
	#portfolio .portfolio-thumb .portfolio-overlay .btn{padding: 8px 10px;font-size: 13px;}
}
@media only screen and ( max-width: 374px ) {
	#team .team-wrapper img{float: none;margin: 0;width: auto;height: auto;}
	#service .fa{float: none;margin-right: 0;margin-bottom: 10px;}
	#service h4, #service p{text-align: center;}
	#portfolio .col-xs-12{float: none;width: auto;text-align: center;}
	#portfolio .portfolio-thumb .portfolio-overlay h4{margin-top: 20px;margin-bottom: 10px;}
	#portfolio .portfolio-thumb .portfolio-overlay .btn{margin-top: 20px;}
	
}

/*服务套餐*/
#fwtc {background: #F1F1F1 none repeat scroll 0 0; color: #ffffff;}
#fwtc .col-md-3 h4 {background: #0064af none repeat scroll 0 0; color: #ffffff;}
#fwtc .col-md-3 ul{background: #F1F1F1 none repeat scroll 0 0; color: #ffffff;}
#fwtc .col-md-3 ul li{color: #4e4e4e;}
#fwtc .col-md-3 h5{color: #4e4e4e;}
?/*资讯知识*/
#zx{margin-top: 40px; margin-bottom: 50px;}
#zx .col-md-4 span{color: #026288; float: left; font-size: 24px; font-weight: bold;}
#zx .col-md-4 ins{float: right; padding-top:12px;}
#zx .col-md-4 ul{padding-top: 40px;}
#zx .col-md-4 ul li {border-top: 1px solid #E4E4E4; line-height: 40px;}
#zx .col-md-4 ul li ins{text-decoration: none; padding:0px;}
#zx .col-md-4 img{float: right;}
/*合作品牌*/
#gd{background:#f3f4f4 none repeat scroll 0 0; overflow: hidden; height: 326px;}
#gd .col-md-12 {height: 30px;}
#gd .col-md-12 h2{margin-top: 60px; line-height: 30px;}
#gd .carousel-inner{width: 1400px;  margin-top: 155px;}
#gd .carousel-caption{width: 1400px; left:-125px;}
#gd .carousel-caption img {display: inline-block; width: 186px; height: 98px;}
