html {
	background-color: #fff !important;
	padding: 0 !important;
}

body {
	font-family: "MicroSoft Yahei", "Lucida Sans";
	color: #333333;
	background-color: #f8f8f8;
	padding-top: 0;
}

ul,li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,div,td,tr,table,th,tbody,ul,li,ol,dt,dd {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: 500;
}

a:hover,a:focus {
	text-decoration: none;
	color: #00c0ff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	outline: none;
}

a img {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

a:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-perspective: 0;
	-webkit-backface-visibility: hidden;
}
#main{
	min-height:300px;
}
#header{
    padding:0 15px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-bottom: 0;
}
#footer{
	background-color:#0288bb;
	margin-top:40px;
    padding: 40px 0;
    color: #FFF;
    width: 100%;
    font-size:16px;
    border-top:#0068a1 3px solid;
}

#footer a {
	height: 30px;
	line-height: 30px;
	padding: 15px;
	color: #DDD;
	white-space: nowrap;
}

#footer a:hover {
	color: #FFF
}

.navbar-brand {
	transition: all 0.7s ease 0s;
    display: block;
    height:47px;
    padding: 0 !important;
    width: 250px;
    color:#fff;
    line-height:47px;
}
.navbar-inverse .navbar-brand {
   color:#fff;
   font-weight:bold;
}
.home .navbar-brand{
    background-position: left bottom;
}

#header-home.navbar-nav>li>a,#header-user.navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
}

#header-home.navbar-nav .fa,#header-user.navbar-nav .fa {
	margin-right: 5px;
	font-size: 1.2em
}

#header-user.nav .dropdown-menu li a {
	background: none;
	border-right: none;
}

#header .navbar-right{
	margin-right:-1px;
}

.banners{
	height:500px;
	background: #0e7bda;
	width:100%;
}

.body{
	min-height:500px;
	overflow-x:hidden;
}

#header{
    border:none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.home #header{
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-color:rgba(0, 0, 0, 0.1);
    background: #fff;
}

.home #header a.navbar-brand,.home #header-home.navbar-nav>li>a,.home #header-user.navbar-nav>li>a {
	color: #999;
}
.nav > li {
	color: #999;
    display: block;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}
#header .nav a{
	display: inline-block;
    position: relative;
    transition: all 0.3s ease-out 0s;
    padding:0;
    height:100%;
}
#header .nav a:after{
	color: #eee;
    content: attr(data-title);
    left: 0;
    position: absolute;
    transform: translateY(100%);
    width: 100%;
    height:100%;
    
}
.home #header .nav a:after{
	color:#f96868;
}
#header .nav > li.active a, #header .nav > li:hover a{
    transform: translateY(-100%);
}
.bg{
   padding-top:90px;
}
.box1 {
	background-size: cover;
	padding-top: 90px;
	padding: 90px 15px 0;
	margin-top: -5px;
	background-color:#3593de;
	background-image:url(../images/banner.png) ;
	background-position:top center;
	background-repeat:no-repeat;
	display:flex;
	justify-content: space-around;
}

.title1 {
	text-align: left;
	color: #fff;
	margin-top:50px;
}

.title1 h1 {
	font-size: 45px;
	padding-bottom: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.box1-img{
	width:550px;
}
.title1 p {
	font-size: 25px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.ovrly-c {
	margin: 20px auto;
	color: #fefefe;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	width: 180px;
	background: #fff;
	height: 46px;
	font-size: 24px;
	text-align: center;
	border-radius: 23px;
	line-height: 46px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.ovrly-c * {
    margin: 0;
    padding: 0;
    position: absolute;
}

.ovrly-c .ovrly {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    height: 100%;
    left: -195%;
    transform: skewX(45deg);
    transition: all 0.3s ease 0s;
    width: 170%;
}

.ovrly-c .a-btn1 {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: rgba(50, 50, 50, 0.8);
    display: block;
    height: 100%;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: all 0.2s ease 0.3s;
    width: 100%;
}

.ovrly-c:hover .ovrly {
    left: -35%;
}

.box1-img {
	text-align: center;
}

.box1-img img {
	display: block;
	margin: 0 auto;
}

.box2 {
	background: #fff;
}

.box2 {
	padding: 0 15px;
}

.box2 i.fa {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	vertical-align: middle;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.box2 i.fa:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.box2 li:nth-child(1) i{
	background: #4cb4fb;
	border-color: #e83d2c;
}

.box2 li:nth-child(2) i{
	background: #5acace;
	border-color: #e83d2c;
}

.box2 li:nth-child(3) i{
	background: #59ce99;
	border-color: #e83d2c;
}

.box2 li:nth-child(4) i{
	background: #71cb45;
	border-color: #e83d2c;
}

.box2 li:nth-child(5) i{
	background: #d2d02d;
	border-color: #e83d2c;
}

.box2 li:nth-child(6) i{
	background: #ff6600;
	border-color: #e83d2c;
}

.title2 {
	text-align: center;
	font-size: 38px;
	padding-top: 60px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}


.ys-list {
	max-width: 1160px;
	margin: 0 auto;
	padding-top: 50px;
}

.ys-list li {
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 20px 20px 0;
}
.ys-list li div{
	border:1px solid #efefef;
	border-radius:12px;
	padding:50px 0;
}
.icon-jpg{
	width:80px;
	height:80px;
	border-radius: 10px;
}
.link-jpg{
	width:160px;
	height:160px;
	border-radius: 10px;
}
.ys-list li h3 {
	font-size: 18px;
	line-height: 48px;
}

.ys-list li p {
	max-width: 216px;
	margin: 0 auto;
	font-size: 14px;
	color: #818181;
	line-height: 24px;
}

.box3 {
	background-size: cover;
	padding: 15px 15px;
}

.title3 {
	text-align: center;
	font-size: 20px;
	color: #4daa57;
	padding-top: 60px;
	max-width: 1160px;
	margin: 0 auto;
}
.title3 .boxs-span{
	width:350px;
	margin: 0 auto;
}

.title3 span{
	font-size: 20px;
	width:40px;
	height:40px;
	line-height:40px;
	background: #888 none repeat scroll 0 0;
	color:#fff;
    border-radius: 100%;
	margin:0 5px;
	float:left;
}

.box4 .title3 {
	padding-top: 15px;
}

.box4 p {
	text-align: left;
	color: #818181;
	font-size: 18px;
	line-height: 1.8;
}

.title3 h2 {
	font-size: 38px;
	padding-bottom: 28px;
	color: #000;
}
.title3 h3{
	font-size: 24px;
	padding-bottom: 20px;
	color: #000;
}
.box3-img {
	text-align: center;
	padding-top: 30px;
}

.box3-img img {
	display: block;
	margin: 0 auto;
}

.box4 {
	padding: 0 15px;
}

.box4 .title2 {
	padding-top: 15px;
}

.box4-list {
	max-width: 1160px;
	margin: 0 auto;
	padding: 60px 0;
}

.box4-list li {
	width: 25%;
	float: left;
	text-align: center;
}

.box4-list li p {
	font-size: 18px;
	line-height: 34px;
	text-align: center;
}

.box5 {
	background-size: cover;
	padding: 0 15px 45px;
}

.box5 p {
	color: #818181;
}

a.box5-abtn {
	display: block;
	border: 1px #c41305 solid;
	width: 168px;
	height: 50px;
	font-size: 18px;
	color: #c41305;
	margin: 45px auto 0;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
}

.home .navbar-inverse .navbar-toggle {
    background: #444;
}
@media (max-width: 767px) {
  .box1,.flex-div{
  	flex-direction:column;
  }
  .flex-txt,.flex-img{
  	padding:15px;
  	width:auto !important;
  }
  .box1{background-repeat:repeat;}
  .navbar-collapse.in {
     overflow-y: visible;
     background:#fff;	
  }
  .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
	  max-height: 500px;
  }
  #header a.navbar-brand{
  	color: #fff;
  }
  #header-home.navbar-nav>li>a,#header-user.navbar-nav>li>a {
	color: #000;
  }
  #header .nav a:after{
	color: #c41305;
  }
  .box1-img,.box1-img img,.box3-img img,.box4-list li img,.ys-list li {
		width:100%;
  }
  .ys-list{
  	padding-top: 20px;
  }
  .ys-list li{
  	padding: 20px 20px 0;
  }
  .ys-list li div{
  	padding: 20px 0;
  }
  .title2{
  	font-size:32px;
  }
  
}

.box {
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px
		rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px
		rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px
		rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1)
}

.cases{
	 margin-bottom:15px;
}

.cases a:hover,.cases a.active {
    background-color: #c80f32;
    color: #f4f6f8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.cases a {
    background-color: #eee;
    border-left: 1px solid #f4f6f8;
    color: #333;
    display: inline-block;
    float: left;
    margin: 0 4px 5px 0;
    padding: 6px 20px 6px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    cursor:pointer;
}


.case-list .case {
	position: relative;
	z-index: 1;
	height:215px;
	margin-bottom: 30px;
	border-radius: 4px;
	border: 1px solid #e4ecf3;
	background-color: #fff;
	overflow:hidden;
}



.case-list .case .case-img {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height:180px;
}

.case-list .case .case-img .img-responsive {
	width: 100%;
	height:100%;
	padding: 10px
}

.img-head-responsive {
	width: 50%;
	height:50%;
	padding: 10px
}

@media (max-width:767px) {
	.case-list .case .case-img .img-responsive {
		padding: 5px
	}
}


.case-list .case .title {
	margin-bottom: 10px;
	padding: 0 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal
	max-width: 75%;
    display: inline-block;
}


.case-list .case .metas {
	position: relative;
	padding-right: 10px;
	color: #c1c1c1
}

.case-list .case .metas i {
	margin-right: 5px
}


.case-list .case-price {
	float: right
}

.case-price .price {
	color: #e83d2c;
	font-size: 18px;
	margin-right: 0
}

.case-price .free {
	color: #70d445;
	font-size: 18px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
	padding-left:10px;
	padding-right:10px;
}

@media (min-width:992px) {
	.case-list .case {
		transition: all .3s ease
	}

	.case-list .case:hover {
		transform: translateY(-6px);
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
		box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
		-webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
		-moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
		transition: all .3s ease
	}
	
	.case .ovrly{
	    opacity: 0;
		line-height: 20px;
		-moz-transition: opacity 400ms ease 0s, -moz-transform 400ms ease 0s;
		-o-transition: opacity 400ms ease 0s, -o-transform 400ms ease 0s;
		-webkit-transition: opacity 400ms ease 0s, -webkit-transform 400ms ease
			0s;
		-ms-transition: opacity 400ms ease 0s, -ms-transform 400ms ease 0s;
		transition: opacity 400ms ease 0s, transform 400ms ease 0s;
		-moz-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		transform: scale(0, 0);
		transform-origin: center center;
		-ms-transform-origin: center center;
		-moz-transform-origin: center center;
		-o-transform-origin: center center;
		-webkit-transform-origin: center center;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	    
	}
	
	.case .ovrly .cptn *{
	    position: relative
	}
	
	.case .ovrly .cptn{
	    position: relative;
	    background: #333;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.6);
	    top: 0;
	    left: 0;
	    text-align:center;
	}
	
	.case .ovrly .cptn .case-img{
	    visibility: visible;
	    color: #fff;
	    text-transform: uppercase;
	    position: relative;
	    letter-spacing: 2px;
	    font-size: 22px;
	    margin: 0 auto;
	    padding: 5px 0 0 0;
	    height: 160px;
	    width:160px;
	    -webkit-transition: all 0.35s ease-in-out;
	    -moz-transition: all 0.35s ease-in-out;
	    transition: all 0.35s ease-in-out;
	}
	
	.case .ovrly .cptn .b{
	    background-color: #0DA3F9;
	    border-radius: 3px;
	    color: #fff;
	    display: inline-block;
	    float: left;
	    margin: 5px 10%;
	    width:30%;
	    text-align: center;
	    padding:5px;
	    text-decoration: none;
	    white-space: nowrap;
	}
	
	.case:hover .ovrly{
		opacity: 1;
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}
		
}
@media (max-width:992px) {
	.case .ovrly{
		display:none;
	}
}
@media (max-width:767px) {
	
	.case-list .case {
		margin-bottom: 20px;
		margin-left: -5px;
		margin-right: -5px
	}
	
	.case-list .case .title {
		margin-top: 5px;
		padding: 0 5px
	}
	
	.case-list .case .metas {
		padding: 5px
	}
	
	.case-list .case {
	    height:155px;
	}
	.case-list .case .case-img {
		height:120px;
	}
	
	.case .ovrly{
		display:none;
	}
}

@media (max-width:400px) {
	.col-xs-6{
		width:100%;
	}
}


.pagenav {
	text-align: center;
	margin: 15px;
}

.pagenav a,.pagenav .current,.pagenav .page-numbers,.pagenav .disabled_page{
	padding: 4px 12px 3px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	background-color: #0288bb;
	font-weight: bold;
	margin: 0 1px
}

.pagenav .disabled_page {
	background-color: #ddd;
}

.pagenav .current {
	background-color: #333;
	color: #fff
}

.pagenav a:hover {
	background-color: #0068a1;
	color: #fff
}


.pages {
	height: 100%;
	border-radius: 15px;
	background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    box-shadow: -1px -1px 5px #eee, 1px 1px 5px #eee;
    display: inline-block;
    height: 525px;
    margin:20px 0 0 20px;
    width: 200px;
    overflow:auto;
	text-align: left;
    margin-left:20px;
    position:relative;
}

.pages li a {
	background: #22282e none repeat scroll 0 0;
	color: #ffffff;
	display: flex;
	font-size: 14px;
	padding: 8px;
}

.pages li li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
	padding: 8px 8px 8px 16px;
}

.pages li li:hover,.pages li li.active{
	background-color: #6fb3ed;
	border-color:#6fb3ed;
	color:#fff;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pages li li:hover a,.pages li li.active a{
	color:#fff;
} 
.design{
    border-radius: 15px;
    margin:20px 0 0 20px;
    width: 350px;
    min-height:400px;
	padding:35px 15px; 
	border: 1px solid #DDDDDD; 
	position:relative; 
	word-wrap: break-word;
	background-color: #eeeeee;
	overflow:hidden;
	display: inline-block;
}
.design iframe{
	min-height:450px;
}
.design:after{
	background-color: #616161;
    border-radius: 5px;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 64px;
    z-index: 1;
    content:'';
}
.design:before{
	background-color: #616161;
    border-radius: 15px;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom:8px;
    width: 20px;
    z-index: 1;
    content:'';
}
.about{
	padding: 20px;
    width: 350px;
}

.about h2 {
    height: 100%;
    letter-spacing: 2px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}

.about .content{
	text-align: left;
	font-size: 14px;
	color:#666;
}
.qview{
    height: 170px;
    position:absolute;
    left:0px;
    bottom:0px;
    overflow: auto;
    width: 100%;
    text-align: center;
}

.boxhy{
	background-color: rgba(5, 25, 100, 1);
	height:750px;
}

.mainbg{
	background-image:url(../images/010.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:100% 100%;  
	height:100%;
	position:relative;
}

.payment-time {
    border-radius: 7px;
    bottom: 10px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: FZZongYi;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: 0;
    line-height: 64px;
    overflow: hidden;
    padding: 7px;
    position: absolute;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.payment-time em {
    background-color: #2b8c25;
    border-radius: 5px;
    color: #fff;
    font-style: normal;
    margin: 0 2px;
    padding: 0 3px;
}
.center {
    text-align: center;
}

.flex-div{
	display:flex;
	justify-content: space-around;
	font-size:20px;
	align-items: center;
}
.flex-txt{
	width:580px
}
.flex-img{
	width:400px;
}
