.index1 a{
    color: #cdcdcd;
}
nav.main-navigation ul li.current_page_item a {
    color: #f43d3e;
}
.about li{
    margin: 6px;
    line-height: 36px;
    display: inline-block;
    width: 84px;
    text-align: center;
    border-radius: 5px;
}
.about li a{
    font-size: 15px;
    color: #282828;
    margin: 0;
}
.about li:hover{
	background: #df3f00;
}
.about li:hover a{
    color: #fff;
}
.about li.current-menu-item{
	background: #df3f00;
}
.about li.current-menu-item a {
    color: #fff;
}
footer .recent-posts ul li span {
    margin-top: 32px;
    display: block;
}
.service li{
    width: auto;
}
.latest-posts .latest-item a {
    margin: 0 5px 0 0;
}
.single-post .latest-posts .latest-item .social-icons ul li {
    float: left;
}
.bds_tsina{
    background: url(images/f1.png) no-repeat center center!important;
}
.bds_fbook{
    background: url(images/f2.png) no-repeat center center!important;
}
.bds_twi{
    background: url(images/f3.png) no-repeat center center!important;
}
.bds_weixin{
    background: url(images/f4.png) no-repeat center center!important;
}
.rela{
    padding-right: 60px;
}
.sear{
    position: absolute;
    right: 0;
    top: 40px;
}
.submits{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    border-color: transparent;
    background-color: transparent;
    background-color: #f43d3e;
    padding: 12px 22px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    border-color: transparent;
}
.sub{
    display: none!important;
}


input{
    background: none;
    border:none;
}

.contact input {
    outline: none;
    padding-left: 15px;
    border: none;
    overflow: hidden;
    background-color: #fff;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 40px;
}
.contact textarea {
    margin-top: 30px;
    outline: none;
    padding-left: 15px;
    padding-top: 10px;
    border: none;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    height: 140px;
    max-height: 190px;
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    margin-right: 15px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.contact input.subttb{
    width: 82px!important;
    height: 42px!important;
    line-height: 42px!important;
    text-align: center;
    padding: 0!important;
    margin-top: 25px!important;
    background-color: #f43d3e!important;
    border-radius: 3px!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400!important;
    font-size: 11px!important;
    text-transform: uppercase;
    color: #ffffff;
    float: right;
    letter-spacing: 1px;
    display: inline-block;
}
.contact{
    padding-bottom: 30px;
}
.index_bg{
    width: 100%;
    height: 140px;
    position: fixed;
    z-index: 99999;
}    
.index_bg .index_bg1,.index_bg .index_bg2{
    background:none;
}
.index_bg1{
    position: fixed;
    width: 100%;
    z-index: 999;
}
.index_slider{
    margin-top: 0!important;
}
.index_bg .scrolled-header {
    top: 40px!important;
}
.index_bg_fff .scrolled-header{
    background: #fff!important;
}
.linj a:hover,.single-post .latest-posts .latest-item a h2:hover,.blog-side-bar .recent-posts h4:hover,.blog-3-columns .latest-posts .latest-item h2:hover{
    color: #f43d3e;
}
.page-about,.pro_list_banner,.page-heading-1 {
    background-size: cover;
}
nav.main-navigation ul li.current-menu-item a {
    color: #f43d3e;
}
footer .about-us ul li {
    color: #fff;
}
.tuchu{
    font-size: 15px;
    color: #f43d3e;
    font-weight: bold;
}



/*自适应代码*/
/* media */
/* 横屏 */
@media screen and (orientation:landscape){}
/* 竖屏 */
@media screen and (orientation:portrait){}
@media screen and (max-width:640px)
{
.index_bg .index_bg1{
    display: none;
}
.index_bg {
    height: auto;
}
.index_bg .site-header {
    top: 0px;
}
.col-md-4 .text-right{
    display: none;
}
.slide-from-left.sidebar-menu {
    z-index: 999999!important;
}
.page-heading-1 h1 {
    font-size: 22px;
}
.single-post{
    padding: 20px 0;
}
.single-post .latest-posts .latest-item blockquote {
    margin-left: 0;
    margin-right: 0;
}
.latest-posts .latest-item p img{
    width: 100%;
    height: auto;
}
.product_shuoming img{
	width: 100%;
    height: auto;
}
.blog-side-bar {
    margin-left: 0px;
    margin-top: 0px;
}
.blog-side-bar .categories {
    margin-top: 20px;
}
.single-post .about-author {
    margin-top: 20px;
}
.single-post .about-author .dev {
    margin-bottom: 0px;
}
.blog-side-bar h2 {
    margin-bottom: 12px;
}


}