
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    width:100%;
    font-family: 'ralewayregular';
}
a{color: #666666;}
a:hover{color: #bf4f1d;}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.collapse{ overflow: hidden;}
.m_nav{ display: none;}
.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.form-control {
    display: inline-block;
    height: 38px;
    padding: 10px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom: 2px solid #ddd;
}
/*.form-control:focus {
    border-color: #bcefeb;
}*/
.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
.p2,
.p4,
.p1 {
    font-weight: 300;
    margin: 0;
}
.p5, {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
.p2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .4rem;
}
.p4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1.8rem;
    line-height: 3rem;
    text-transform: uppercase;
    font-weight: 700;

}
.p1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1.714rem;
    line-height: 2.5rem; 
    color:#fff;
    font-weight: 400;
}
.p5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.286rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
/*</p> {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}*/
p {
    line-height: 2rem;
    font-size:1rem;
}
p:last-child {
    margin-bottom: 0px;
}
.call_1{float:left;width:22%;margin: 0 auto;text-align: center;padding:1% 0;color: white;font-size: 1.3rem;font-weight: 700;border-radius: 10px;position: absolute;right:11rem;top: -5%;}
.call_1 a{color: white;}
.call_1 i{font-size:2rem;margin-right: 1rem;}

/*.home-wrap .p2,*/
.home-wrap .p4,
.home-wrap .p1,
.home-wrap .p5,
.home-wrap </p>,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.textwhite {
    color: #fff;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top:50px;
    padding-bottom: 105px;
    /*overflow: hidden;*/
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle </p> {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half .p4 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half </p> {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
  
    width: 100%;
    height: 100%;
}
/*.map-overlay {
    background-color: rgba(255, 114, 0, 0.75);
    width: 100%;
    height:auto;
}
.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
}*/

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #bf4f1d;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator:after {
    position: absolute;
    left:5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #666666;
    content:"";
    display: inline-block;
    margin-left: 20px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #666666;
    content:"";
    display: inline-block;
    margin-right: 20px;
}
.separator2 {
    height: 4px;
    width:40px;
    margin: 10px 0px;
    background: #666666eee;
    position: relative;
}

.separator3 {
    height: 2px;
    width: 40px;
    margin:20px auto;
    background: #888888;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}


.divider{
    height: 1px;
    background: #666666;
    width:100%;
    overflow: hidden;
}
.col-sm-3 p{line-height: 1rem;}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #bf4f1d;
    border-color: #bf4f1d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #bf4f1d;
    border-color: #bf4f1d;
}
.btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    transition: .5s;
    border: 1px solid #bf4f1d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0.8rem 3rem;
    transition: all 0.6s;
    border-radius: 2px;

}
.btn:hover{
    box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);
    color:#fff;
}
.btn-default{
    background: transparent;
    border:1px solid #fff;
    padding: 1.125rem 3rem;
}
.btn-default:hover{
    background: #bf4f1d;
    border:1px solid #bf4f1d;
}
.btn-lg{
    background: #bf4f1d;
    padding: 1.125rem 3rem;
}
.btn-md{
    background: #999999;
    padding: 1rem 2rem;
    border: 1px solid transparent;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.m_t_10{
    margin-right:10px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-top-90 {
    padding-top: 6.429rem;
}
.padding-bottom-90 {
    padding-bottom: 6.429rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
.p2 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.m_nav{display: none !;}
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;

}
.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;

}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#ffd701;
    background: transparent;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #ffd701;
    padding-bottom: 22px;
    border-bottom: 1px solid #ffd701;
    background: transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
}
.navbar-header{width: 20%;}
.navbar-brand {
	width: 100%;
    padding: 0px 15px;
}
.navbar-brand>img {
    max-width:100%;
    margin-top: -3%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px 
}

/*.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid #bf4f1d;
    color:#bf4f1d;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #bf4f1d;
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}*/

.scrooldown{
    position: absolute;
    left: 49.1%;
    bottom: -2%;
    width: 40px;
    height: 40px;
    line-height: 48px;
    background: #f4f5f9;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
}
.scrooldown a i{
    font-size:1.5rem;
    color:#bf4f1d;
}


.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/

.head_title .p1{
    color:#413d4b;
}
.head_title .subtitle{
    margin-top:15px;
    font-size: 1.3rem;
}
/*home section*/
.home{
    background: url(../images/banner_bg.png) no-repeat center center;
    background-size: cover;
}
.home_skew_border{
    position: relative;
}
.home_skew_border:after{
    position: absolute;
    left:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 86px solid #fff;
    border-right: 680px solid transparent;

}
.home_skew_border:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 86px solid #fff;
    border-left: 680px solid transparent;
}
.main_home{
    padding-top: 250px;
    padding-bottom: 250px;
    display: block;
}


.main_home .p2{
    color: #fff;
    margin-bottom:20px;
}
.main_home .p1{text-align: right;padding-right: 15%;}
.main_home .p1 span{color:#ffd701;font-weight: 700;}
.main_home .p3{
    color: #fff;
    max-width:50%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size:1.125rem;

}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: #bf4f1d;
}
.slick-arrow{
    background: #ddd;
    color:#000;
}
.main_home_slider i{
    width:40px;
    height: 40px;
    line-height: 40px;
    color:#fff;
    background: #bf4f1d;
}
.main_home_slider i.nextprevleft{
    width:40px;
    height: 40px;
    line-height: 40px;
    color:#000;
    background: #716a65;
    float: left;
    position: absolute;
    z-index: 999;
    top: 400px;
    font-size:1.5rem;
    transition: all 0.6s;
    left:-60px;
}
.main_home_slider i.nextprevright{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background: #716a65;
    float: right;
    position: absolute;
    z-index: 999;
    top: 400px;
    font-size:1.5rem;
    transition: all 0.6s;
    right: -50px;
}
.main_home_slider i.nextprevleft:hover{
    color:#fff;
    background: #bf4f1d;
}
.main_home_slider i.nextprevright:hover{
    color: #fff;
    background: #bf4f1d;
}

/*==================================================================
            Feature section Style
====================================================================*/
.feature{background: #FFFFFF;}
.main_feature{}
.main_feature .single_feature{}
.main_feature .single_feature:hover .single_feature_icon{
    border-color:#bf4f1d;
    transform: rotate(45deg);
}
.main_feature .single_feature:hover .single_feature_icon i{
    transform: rotate(-45deg);
}
.main_feature .single_feature:hover .p5,.main_feature .single_feature:hover p{
    color:#bf4f1d;
}
.main_feature .single_feature:hover .separator3{background:#bf4f1d;}
.main_feature .single_feature .single_feature_icon{
    border:1px solid #ddd;
    width:70px;
    height: 70px;
    line-height: 70px;
    margin:20px auto;
    transition: all 0.6s;
}
.main_feature .single_feature i{
    margin-bottom:30px;
    color:#bf4f1d;
    transition: all 0.6s;
    font-size: 1.6rem;
}
.main_feature .single_feature .p5{
    transition: all 0.6s;
}

/*==================================================================

/*==================================================================

/*======================================================================
                    portfolio section css
========================================================================*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:#bf4f1d;
}
button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid #bf4f1d;
    font-family: 'montserratregular';
}
button.btn-md:hover {
    background-color: transparent;
    color: #bf4f1d;
    text-decoration: none;
    border: 0px solid #f4720a;
}
.portfolio .toolbar{
    margin-bottom:50px;
}
.portfolio{background: #f4f5f9;}
#portfoliowork {  
    margin: 1rem 0;
    width: 98%;max-width: 1200px;margin: 0 auto;
}
.f1{float: left;}
#portfoliowork ul{overflow: hidden;}
#portfoliowork ul li{float: left;width:30%;margin: 1.5% 1.6%;border: 1px solid #b8b8b8;box-shadow: 5px 5px 5px #e2e2e2;background:white;}
#portfoliowork ul li img{width: 100%;}
#portfoliowork ul li .jianjie{background: white;}
#portfoliowork ul li .jianjie .jianjie1{width:40%;margin: 3% auto;font-size: 1.2rem;}
#portfoliowork ul li .jianjie .jianjie1 img{width:20%; margin-right:5%;}
.tile { 
    display: none;

}
.scale-anm {
    margin: 0px;
    width: 100%;
    /*margin-bottom: -6px;*/
}


.tile img {
    height: auto;
    display: inline-block; 
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity:0.7;
}

.grid_item_overlay{
    position: absolute;
    left:10%;
    top:5%;
    width:80%;
    height: 80%;
    background: #bf4f1d;
    opacity: 0.1;
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    padding-top:35%;
    z-index: 99;
    transition: all 1.2s;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}

.grid_item_overlay a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #fff;
    color:#fff;
    display: inline-block;
    background: transparent;
}
.grid_item_overlay a:hover i{
    color:#bf4f1d;
    background: #fff;
}

/*========================================================================
                    Study Section Css
==========================================================================*/
.study{
    background: #f4f5f9;
}
.main_study_area{
    overflow: hidden;
}
.slick-active{
    outline: none;
}
.single_study_text{
    background: #fff;
    position: absolute;
    right:-15%;
    top:85px;
    width:100%;
    z-index: 9;
    padding: 8% 8%;
}
.single_study_text .s_study_icon{
    background: #bf4f1d;
    width:60px;
    height: 60px;
    line-height: 60px;
    color:#fff;
    transform: rotate(45deg);
    margin: 30px auto;
}
.single_study_text .s_study_icon i{
    transform: rotate(-45deg);
    font-size: 1.5rem;
}

.single_study_right_img{
    position: relative;
}


/*=====================================================================

/*about section css*/

/* Team section css */
.main_team_area{
    background: url(../images/liuchengbg.png) no-repeat scroll top center;
    background-size: cover;
    height: 650px;
}
.main_team ul{overflow: hidden;}
.main_team ul li{
    text-align: center;

}
.main_team ul li{
    width: 20%;
    display: inline-block;
    float: left;
    margin-left: 4.5%;
}
.main_team ul li .single_team_img img{
    width:70%;
    margin:20px auto;
}
.main_team .kaisuo{color: white;width:80%;margin: 0 auto;padding:2% 3%;color: white;font-size: 1.1rem;line-height: 2rem;}




.single_team_img img{transition:all 0.8s;}
li:hover .single_team_img img{
    transform: rotateY(180deg);
}
li:hover .single_team_text{
    opacity: 1;
}
li .single_team_text{
    padding: 10px 20px;
    width:100%;
    transition: all 0.6s;
    text-align: center;
    display: block;
    height: 80px;
}
li .single_team_text .p5{
    margin-bottom: .0rem;
    display: inline-block;
    text-transform:none ;
    color:#FFFFFF;
}
li .single_team_text p{
    color:#fff;
}

/* Carousel */
.testimonial{
    background: url(../images/testbg.jpg) no-repeat center center;
    background-size: cover;
}
.main_testimonial {
    color:#fff;
}
.main_testimonial .single_testimonial i{
    color:#fff;
    margin-bottom:30px;
    font-size:2rem;
    padding: 2px;
}
.main_testimonial .single_testimonial p{
    color:#fff;
    letter-spacing: .03rem;
}
.main_testimonial .single_testimonial .single_test_author{
    margin-bottom:40px;
    display: inline-block;
}
.main_testimonial .single_testimonial .single_test_author .p5{
    color:#fff;
    margin-bottom:0px;
    font-size:1rem;
}
.main_testimonial .single_testimonial .single_test_author .p5 span{
    font-family: 'ralewayregular'; 
}
.main_testimonial .single_testimonial .single_test_author p{
    color:#fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
}

/*====================================================================
/*=================================================================

/*contact section css*/
.contact{
    background:#f4f5f9;

}
.contact_info_content{
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.01);
}
.contact_info_content .p1{
    color:#e74e3e;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin-bottom: 19px;
}
.contact_info_content .p5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.contact_info_content .p5{
    margin:0;
    padding: 0;
}
.single_contant_left{
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.01);
}
.single_contact_info{
    margin-bottom:45px;
    overflow: hidden;
}
/*=================================================================
                       news section
===================================================================*/
.xinwen{width: 98%;max-width: 1200px;margin: 3% auto;overflow: hidden;}
.xinwen .left{width: 98%;float: left;max-width: 550px;margin-left: 4%;}
.xinwen .right{width: 98%;float: left;color: #66666;max-width: 550px;margin-left: 4%;}
.xinwen  .top{width: 100%;overflow: hidden;margin: 3% auto}
.xinwen  .top a{color: #666666;}
.xinwen  .top a:hover{color: #bf4f1d;}
.xinwen  .top .img{width: 40%;float: left;border: 1px solid #999;padding: 0.2rem;}
.xinwen  .top .img img{width: 100%;}
.xinwen  .top .news{width: 57%;float: right;}
.xinwen  .top .news .news_title{font-size: 1.5rem;color: #333333;font-weight: 700;margin-bottom: 2%;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.xinwen  .top .news p{font-size: 1rem;line-height: 1.5rem;font-weight: 500;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.xinwen .bottom{font-weight:500;font-size: 1rem;overflow: hidden;}
.xinwen .bottom li{margin:3%;}
.xinwen .bottom li a{color: #666666;}
.xinwen .bottom li a:hover{color: #bf4f1d;}
.xinwen .bottom li span{float: right;}

/*====================================================================
  
/*=================================================================
                        footer section
===================================================================*/
.footer{
    background: #4d4d4d;
    overflow: hidden;
}
.footer_bottom{width: 98%;max-width: 1000px;margin: 2% auto;overflow: hidden;}
.footer_left{color: white;float: left;width:50%;}
.footer_left .call {overflow: hidden;}
.footer_left .call .img{float: left;margin-right: 5%;width: 10%;}
.footer_left .call .img img{width: 100%;}
.footer_left .call p{font-size: 1.5rem;font-weight: 700;}
.footer ul{overflow: hidden;margin-top:10%;width: 100%;color: white;}
.footer ul li{float: left;border-right: 1px solid white;width:16%;max-width:70px;text-align: center;font-size: 1rem;font-weight: 500;}
.footer_right{float: right;width:50%;text-align: right;}
.jishu{background: #000000;color: white;text-align: center;padding: 1% auto;padding: 0.5rem 0;}

/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #bf4f1d;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}
/*列表页*/
.listnew{width: 98%;max-width: 1200px;margin: 0 auto;overflow: hidden;}
.listnew .listnew_left{float: left;width: 100%;max-width: 750px;margin: 0 auto;}
.listnew .listnew_left li{margin: 2.3% auto;overflow: hidden;border: 1px solid #e2e2e2;padding: 2%;}
.listnew .listnew_left li:hover{box-shadow: 5px 5px 10px #e2e2e2;}
.listnew .listnew_left li .listnew_left_1{float: left;width: 100%;max-width: 225px;margin: 0 auto;}
.listnew .listnew_left li .listnew_left_1 img{width: 100%;} 
.listnew .listnew_left li .listnew_left_2{float: right;width: 100%;max-width: 470px;margin: 0 auto;}
.listnew .listnew_left li .listnew_left_2 .p5{font-size: 1.3rem;font-weight: 600;color: #333333;margin: 1% auto;}
.listnew .listnew_left li .listnew_left_2 p{font-size: 0.9rem;color: #666666;margin-bottom:0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.listnew .listnew_left li .listnew_left_2 span{font-size: 0.7rem;color: #999999;}
.listnew .listnew_left .ol{float: right;overflow: hidden;width:100%;}
.listnew .listnew_left .ol a{float: left;border: 1px solid #f27a0f;padding: 1% 2%;margin: 2% 2%;display: inline-block;color: #000000;border-radius: 5px;}
.listnew .listnew_left .ol .cur{color:white;background: #f27a0f;}
.listnew_right{float: right;width: 100%;max-width:400px;margin: 0 auto;}
.listnew_right .p5{color: #444;font-weight: 700;font-size: 1.7rem;border-left:4px solid #f27a0f;padding: 1% 3%;}
.listnew_right .hot{border: 1px solid #e2e2e2;padding: 3%;margin-top:4%;}
.listnew_right .hot li{margin: 3% auto;font-size: 1.3rem;}
.listnew_right .hot img{width: 7%;margin-right: 3%;}
.listnew_right .news{border: 1px solid #e2e2e2;padding: 3%;margin:8% auto;}
.listnew_right .news .img{width: 95%;margin: 3.5% auto;    border: 1px solid #e2e2e2;padding: 0.3rem;}
.listnew_right .news .img img{width: 100%;}
.listnew_right .news .p6{font-size: 1.5rem;color: #333333;font-weight: 500;margin-bottom: 1%;}
.listnew_right .fuwu{border: 1px solid #e2e2e2;padding: 3%;margin:0 auto;overflow: hidden;}
.listnew_right .fuwu ul{overflow: hidden;}
.listnew_right .fuwu ul li{float: left;width:45%;margin: 1.5% 2.5%;border: 1px solid #999;box-shadow: 2px 2px 5px #999999;background:white;}
.listnew_right .fuwu ul li img{width: 100%;}
.listnew_right .fuwu ul li .jianjie{background: white;}
.listnew_right .fuwu ul li .jianjie .jianjie1{width:80%;margin: 3% auto;font-size: 1rem;}
.listnew_right .fuwu ul li .jianjie .jianjie1 img{width:20%;margin-right:5%;}
.show{margin-bottom: 5%;margin-top: 1%;}
.shows{margin: 2% auto;border: 1px solid #e2e2e2;padding: 2% 3%;}
.shows img{width: 98%;max-width: 800px;margin: 5% auto;}
.shows p{text-indent: 2rem;font-size: 1.2rem;line-height: 2.3rem;}
.shows ul{margin:5% auto;overflow: hidden;}
.shows h1{font-size: 1.7rem;color: #333;line-height: 4rem;}
.listnew .listnew_left .shows ul li{float: left;color: #de421e;margin: 0 3%;border: none;width: 44%;text-align: center;font-size: 1.2rem; overflow: hidden;/*超出部分隐藏*/text-overflow:ellipsis;/* 超出部分显示省略号 */white-space: nowrap;/*规定段落中的文本不进行换行 */}
.listnew .listnew_left .xiangguan{overflow: hidden;border: 1px solid #e2e2e2;margin-top: 5%;}
.listnew .listnew_left .xiangguan .p5{border-bottom: 1px solid #e2e2e2;padding:2% 0 2% 2%;}
.listnew .listnew_left .xiangguan ul{float: left;margin: 2% 0.5%;width:32%;}
.listnew .listnew_left .xiangguan ul li{border: none;width: 100%; overflow: hidden;/*超出部分隐藏*/text-overflow:ellipsis;/* 超出部分显示省略号 */white-space: nowrap;/*规定段落中的文本不进行换行 */}
.fixed{width:20%;position:fixed;top:50%;right:0;display: none;z-index: 99999;}
.fixed img{width:100%;}
.m_banner,.fixed_bottom,.kong{display: none;}
.dangqian{margin-top: 4%;}
.dangqian span{margin: 0 0.3rem;font-size: 01rem;}
.dangqian .s2{color:#f27a0f;}
/*友情链接*/
.link{ width:97%; max-width:1200px; margin:1.0rem auto 4.0rem auto; padding-top:2.0rem;}
.link_title{color:#333;overflow: hidden;}
.link_title i{ width:4.0rem; height:4.0rem; background:#bf4f1d; border-radius:50%; text-align:center; line-height:4.0rem; font-size:1.8rem; color:#fff; float:left;}
.link_title span{ float:left; line-height:5.0rem; font-weight:bold; font-size:1.8rem; color:#bf4f1d; display:block; margin-left:1.0rem;}
.link_content{margin-left:0.5rem;}
.link_content a{ display:inline-block; margin:0 0.8rem; color:#666; font-size:1.0rem; line-height:2.0rem;}
.link_content a:hover{ color:#e2d030; /*text-decoration:underline;*/}
/*导航城市*/
.city{float: right;text-align: center;position: absolute;right:0rem;top:1rem;font-size: 1rem;}
.city i{margin-right: 1rem;color: #FFF;}
.city a{color: white;}
.city_1{display:none;}
.citys{width: 100%;max-width: 1200px;margin: 1rem auto;}
.citys ul{overflow: hidden;}
.citys ul li{float: left;margin: 0.5rem;color: #666;}
.hot_city{overflow: hidden;}
.hot_city p,.hot_city ul{float: left;}
.hot_city p{color: #900;padding: 0;margin-top: 0.2rem;margin-right: 1rem;}
.hot_city p i{margin-right: 1.5rem;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin-top:0.6rem;}
@media only screen and (max-width:768px ) {
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{margin: 0;}
	.container-fluid{padding: 0;}
	.navbar-header{width: 100%;}
	.navbar-brand{width: 45%;padding: 0;}
	.navbar-toggle{margin-top: 0;margin-right: 5px;}
	.city{right: 6rem;top: 1rem;font-size:1.2rem;}
	.main_menu_bg .navbar-default{margin: 1rem auto 0 auto;}
	.row{margin: 0;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin-top:0;}
}
