@charset "utf-8";
*:link, *:visited, *:hover, *:active, *:focus, .item-on-hover, .btn-success, #button {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{border-radius:0;background:rgba(0,0,0,0.1);}
::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0.4);background-color:#c30d23;}
a{color:#818181;text-decoration:none;}
a:hover{color:#ff1677;}
li ul{list-style:none}
/*list*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}
.article-body p.copyrights{
	font-size: 12px;
	color: #F66;
}
.mb-3{ font-size:12px; color:#999;}
.post-style-standard .post-img {
    height: 0;
    padding-bottom: 50%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.newslist li a{}
.info{ height:35px;}

.widget ul li a{
	margin-bottom: 1.2em;
	border-bottom: 1px solid #eee;
	display: block;
}


.ssbg {
	background-color: #eee;
	height: 150px;
	width: 100%;
	padding-top: 50px;
    text-align: center;
    position: relative;
}
.bnt {
    background: #009c96;
    border: 1px solid #009c96;
    padding: 15px 15px;
    vertical-align: middle;
    color: #fff;
border-top-left-radius:0em;
border-top-right-radius:0.3em;
border-bottom-right-radius:0.3em;
border-bottom-left-radius:0em;
}
.input {
	border: 1px solid #ddd;
	vertical-align: middle;
	border-right: 0;
	color: #555;
	width: 600px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom:15px;
	padding-left: 10px;
	border-top-left-radius:0.3em;
border-top-right-radius:0em;
border-bottom-right-radius:0em;
border-bottom-left-radius:0.3em;
}
.ssstxt{font-size: 36px; color:#CCC;font-weight:300;}
.ssstxt2{font-size: 26px;color:#eee;font-weight:300;}

.works{
    padding-top: 80px;
    padding-bottom: 40px;
}
.indexabout{
	background-image: url(../images/img1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20%;
	padding-bottom: 20%;
	color: #FFF;
}
.m20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.center{
	text-align: center;
}
.indexabout h1,.indexabout h2,.indexabout h3{
	font-weight: 300;
	text-shadow:0 0 5px #444;
}
.indexabout h1{
	font-size: 3em;
}
.indexabout h2{
	font-size: 2em;
}

@media (max-width: 768px) {
.indexabout{
	display:none;}
}

.tagline {
    width: 88%;
    max-width: 1200px;
    margin: auto;
}
.tagline h1 {
    color: #ffffff;
	font-weight: 300;
    font-size: 3em;
    margin-bottom: 30px;
    text-shadow: 0 0 3px #999;
}
.tagline h2 {
    color: #ffffff;
	font-weight: 300;
    font-size: 1.5em;
    margin-bottom: 30px;
    text-shadow: 0 0 3px #999;
}
.pagetopimg {
    background-color: #333;
    height: 50%;
    width: 100%;
}
.taglinebg{
position: relative;
top: 50%;
transform: translateY(-50%);
}
.wow p{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.wow .title {
color: #444;
font-size: 2em;
}

.indexclass{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.indexclass a{
background: #fff;
    display: inline-block;
    padding: 7px 22px;
    border-radius: 20px;
    color: #171717;
    margin: 0 5px 10px 0;
}
.indexclass a:hover {
	color:#fff;
	background:#171717
}





