html {
	background-color: #fff !important;
	padding: 0 !important;
}

body {
	font-family: "MicroSoft Yahei", "Lucida Sans";
	color: #333333;
	background-color: #f5f7fc;
	padding-top: 0;
}

#main{
	min-height:300px;
}
#header{
    padding:0;
	background: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-bottom: 0;
}
#footer{
	background-color:#181818;
    padding: 40px 0;
    color: #FFF;
    width: 100%;
    font-size:16px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#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: flex;
    align-items:center;
    height:47px;
    padding: 0 !important;
    flex-wrap:nowrap;
    color:#000 !important;
    line-height:47px;
	font-size: 2rem;
}
.navbar-inverse .navbar-brand {
   font-weight:bold;
}
.home .navbar-brand{
    background-position: left bottom;
}
.header-logo{
	width:40px;
	height:40px;
}

#header-home.navbar-nav>li>a,#header-user.navbar-nav>li>a {
	color: #000;
	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;
}



#header{
    border:none;
	background: #fff;;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding:0 20px
}
.home #header{
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-color:rgba(0, 0, 0, 0.1);
    background: #fff;
}
.flex{
	display: flex;
}
.home #header a.navbar-brand,.home #header-home.navbar-nav>li>a,.home #header-user.navbar-nav>li>a {
	color: #000;
}
.box1 {
	background-size: cover;
	padding-top: 90px;
	background-color:#e5f2ff;
	background-image:url(../images/banner1.png) ;
	background-position:top center;
	background-repeat:no-repeat;
	display:flex;
	justify-content: space-around;
}
.bodybg1{
	background-image:url(https://lib.diygw.com/themes/design/images/bodybg.jpg) ;
	padding:30px !important;
	color:#fff;
}
.bodybg{
	background-image:url(https://lib.diygw.com/themes/design/images/bodybg1.png) ;
	padding:30px !important;
}
.bodybg2{
	background-image:url(https://lib.diygw.com/themes/design/images/bodybg2.png) ;
	padding:30px !important;
	color:#fff;
}
.bodybg-top{
	background-position:top center;
	background-repeat:no-repeat;
}
.bodybg-bottom{
	background-position:bottom center;
	background-repeat:no-repeat;
}
	
.title1 {
	text-align: left;
	color: #000;
	margin-top:50px;
}

.title1 h1 {
	font-size: 45px;
	padding-bottom: 10px;
}
.box1-img{
	max-width:550px;
}
.title1 p {
	font-size: 25px;
}

.box1-img {
	text-align: center;
}

.box1-img img {
	display: block;
	margin: 0 auto;
}


.box2 {
}

.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: 32px;
	padding-top: 60px;
}


.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;
}
.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;
}

.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)
}


@media (max-width:400px) {
	.col-xs-6{
		width:100%;
	}
}

.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;
}

.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;
}


.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #333;
}
 
 
.box-inner { 
	width:1200px;
	margin:0 auto;
	background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    
}
.flex-stretch{
	align-items: stretch;
}
.flex-start{
	align-items: start;
}
.flex-center{
	align-items: center;
}
.pointer{
	cursor: pointer;
}
.box1-header{
	margin-top:-50px;
	z-index: 1;
}
.box2-margin{
	margin-top: -50px;
}
.animated.flash {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
  
.box1-header-li{
	flex:1;
	padding:10px;
}
.box1-header-li.video{
	flex:inherit;
	width:240px;
	flex-shrink: 0;
}

.box1-video{
	width:200px;
	height:120px;
	background:url(https://lib.diygw.com/themes/design/images/diygw-video.png) right top no-repeat;
	background-size: contain;
}

.box1-header-li>div{
	background: linear-gradient(180deg, rgba(236,244,253,1) 0%, rgba(255,255,255,1) 100%);
	display:flex;
	flex-direction:row;
	width:100%;
	height:100%;
    border-radius: 4px;
    box-sizing:border-box;
    border:2px solid #fff;
    padding:10px 20px;
	box-shadow:0px 0px 20px 0 rgb(55 99 170/ 10%), 0px 0px 20px 0 #fff;
	align-items:center;
}
.box1-header-li>div:hover{
	box-shadow:0px 0px 20px 0 rgb(55 99 170/ 20%), 0px 0px 20px 0 #fff;
}

.box1-header-li.video>div{
	padding:10px;
}
.box1-header-li>div div{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}
.box1-header-li img{
	margin-right:10px;
}
.box1-header-li p{
	color:#848484;
	
	margin:5px 0px 0px;
}
.box1-header-li p.test{
	color:#0169ea;
}
.box1-header-li a:hover{
	color:#333;
}
.p10{
	padding:10px;
}
.flex1{
	flex:1;
}

.jiejue{
	margin-top:50px;
	display:flex;
	justify-content:center;
	width:100%;
	height:372px;
	background:url(https://lib.diygw.com/themes/design/images/bg2.png) center top no-repeat;
	padding:20px;
}

.jiejue-left{
	flex:1;
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items:start;
}
.jiejue-button{
	margin:10px 0;
	border:1px solid #fff;
	padding:10px 20px;
	border-radius:6px;
	color:#fff;
}
.jiejue-right{
	width:70%;
	background:rgba(255,255,255,0.8);
	border-radius:20px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	padding:30px;
}
.jiejue-right .jiejue-right-li{
	width:50%;
	padding:10px;
	
}
.jiejue-content{
	max-height:60px;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical!important;
}
.jiejue-right-li.bb{
	border-bottom:1px solid #555
}
.jiejue-title{
	font-size:20px;
	margin-bottom:10px;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jiejue-about{
	background:#fff;
	
}
.jiejue-about .jiejue{
	background:none;
	height:auto;
	justify-content:center;
	text-align:center;
}
.jiejue-about .jiejue-title{
	width:100%;
	font-size:30px;
}
.jiejue-about .jiejue-left{
	color:#000;

}
.jiejue-about .jiejue-item{
	margin:10px;
	line-height:30px;
	padding:10px;
	width:calc(100% - 20px);
}
.hide{
	display:none;
}
.jiejue-about .jiejue-item.on{
	background:#f4f6fb;
	border-radius:10px;
}
.jiejue-item-title{
	font-size:14px;
	font-weight:bold;
}
.jiejue-about .jiejue-right{
	width:50%;
}
.software{
	width:100%;
	height:80px;
	background:url(https://lib.diygw.com/themes/design/images/btmbg.png) center center no-repeat #dcf0ff;
	display:flex;
	padding:20px;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}


.jiejue .tab-item{
	padding: 0 20px;
}
.jiejue .tab-item.on{
	border-bottom:2px;
}

.jiejue-right.diygw-about{
	padding:0;
}

@media (max-width: 768px){
  .jiejue-right{width:100% !important}
  .box1-header-li.video,.box1-header,.jiejue-left{display:none !important}
  .software-installs{
	flex-direction: column;
	justify-content: center;
  }
  .title1 h1 {
    font-size: 28px;
  }
  .ovrly-c{
	width:160px;
  }
  .jiejue-title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
} 
@media (min-width: 1024px){
  .box-inner{width:980px}
} 
@media (min-width: 1100px) {
  .box-inner{width:1060px}
} 
@media (min-width: 1280px) {
  .box-inner{width:1200px}
} 
@media (min-width: 1366px) {
  .box-inner{width:1280px}
}  
@media (min-width: 1440px) {
  .box-inner{width:1300px}
} 
@media (min-width: 1680px) {
  .box-inner{width:1500px}
} 
@media (min-width: 1920px) {
  .box-inner{width:1800px}
} 

.panel-default{
   border-color:#fff;
   color:#000;
}
.panel-default > .panel-heading{
	background-color: #fff;
}
.panel-title{
	font-size:20px;
}
.panel-heading{
	border-bottom: 0px;
}
.btn-danger{
	background: #0169ea;
	border-color: #0169ea;
}
.btn-danger:hover{
	background: rgba(11, 121, 255, 0.921);
	border-color: rgba(11, 121, 255, 0.921);
}
.btn-primary{
	background: #3990fb;
	border-color: #3990fb;
}
.btn-primary:hover{
	background: rgba(57, 144, 251, 0.9);
	border-color: rgba(57, 144, 251, 0.9);
}