body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑", "Arial Unicode MS";
    color: #fff;
    background-color: #000;
}

.body {
    position: relative;
    width: 100%;
    overflow: hidden;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "微软雅黑", "Arial Unicode MS";
    font-weight: 700;
    position: relative;
    z-index: 1;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* 顶部 start
================================================== */

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: "微软雅黑", "Arial Unicode MS";
    background-color: #000;
}

.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}

.navbar-brand:focus {
    outline: 0;
}

.top-menu {
    margin-top: 20px;
}

.top-nav-collapse {
    padding: 0px;
    background: #000 !important;
    padding: 4px 0 14px 0 !important;
    margin: 0px;
    margin: -9px auto;
    border: none !important;
}

.top-nav-collapse .navbar-brand {
    font-size: 21px;
    font-weight: 700;
    margin-top: 10px;
    color: #222;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active a {
    outline: 0;
	border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    color:#FFF;
    background: transparent !important;
	
}

.nav > li {
    padding: 0px 15px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 3px !important;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #bbb;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

    .navbar-custom.top-nav-collapse {
/*        border-bottom: 1px solid rgba(255,255,255,.3);
*/    }
}

.top-nav-collapse .navbar-nav a, .top-nav-collapse .nav a {
   /* color: #FFF !important;*/
}

.top-nav-collapse .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #bbb;
    top: 11px;
    margin-bottom: 9px;
}

.top-nav-collapse .nav li a:hover,
.top-nav-collapse .nav li a:focus,
.top-nav-collapse .nav li.active a {
   /* border: 1px solid #FFF !important;*/
}

/* Intro Top content styles
================================================== */

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 350px 0 350px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index:1;
}

.intro-page {
    padding: 150px 0 130px;
    background:#313131 url(/images/aboutbg.jpg) no-repeat center;
    background-size: 100% auto;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 60px;
    margin: 0px;
    text-transform: uppercase;
}
.brand-heading-about{
    font-size: 50px;
    margin: 0px;
    text-transform: uppercase;
}
.intro-text {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
}

.line {
    background: #fff;
    width: 150px;
    height: 1px;
    margin: 5px auto;
    position: relative;
    z-index: 1;
}

.line1 {
    background: #CCC;
    width: 150px;
    height: 1px;
    margin: 5px auto;
    position: relative;
    z-index: 1;
}

.line3 {
    background: #fff;
    width: 150px;
    height: 1px;
    margin: 5px auto;
    position: relative;
    z-index: 1;
}

#intro-slider .controlNav {
    display: none;
}

#intro-slider .flex-direction-nav {
    display: none;
}

/* Welcome styles
================================================== */

.welcome-content {
    padding: 130px 0;
    background: #fff;
    position: relative;
    z-index:1;
}

.welcome-content h3,.team-content h3, .services-content h3, .portfolio-wrap h3, .partner-wrap h3, .testimonial-wrap h3, .contact-wrap h3, .about-wrap h3 {
    color:#222;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 24px;
    text-transform: uppercase;
}

.welcome-content p, .team-content p, .services-content p, .partner-wrap p, .contact-wrap p, .portfolio-wrap p, .testimonial-wrap p, .about-wrap p {
    color:#999;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    width: 85%;
    margin: 10px auto 0;
}

.partner-wrap h3, .contact-wrap p{
	color:#FFF;
}

.btn1 {
    color: #FFF;
	background-color:#666;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600;
    padding: 11px 44px;
    font-family: "微软雅黑", "Arial Unicode MS";
    display: table;
    margin: 45px auto 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	cursor:pointer;
}

.btn1:hover {
    color: #FFF;
	background-color:#C00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn2 {
    margin: 45px 0 0;
}


/* Extras
================================================== */

.no-padding {
    padding: 0px !important;
}

.no-padding {
    padding: 0px;
}

.space10 {
    margin-bottom: 10px;
}

.space15 {
    margin-bottom: 15px;
}

.space20 {
    margin-bottom: 20px;
}

.space25 {
    margin-bottom: 25px;
}

.space30 {
    margin-bottom: 30px;
}

.space35 {
    margin-bottom: 35px;
}

.space40 {
    margin-bottom: 40px;
}

.space50 {
    margin-bottom: 50px;
}

.space60 {
    margin-bottom: 60px;
}

.space70 {
    margin-bottom: 70px;
}

.space80 {
    margin-bottom: 80px;
}

.space90 {
    margin-bottom: 90px;
}



/* 服务范围 Styles
================================================== */

.services-content {
    padding: 120px 0 20px 0;
    background:#F5F5F5;
    position: relative;
    z-index:1;
}

.service-content {}

.service-content img {
    display: table;
    margin: 0 auto 37px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-content:hover {
    cursor: pointer;
}

.service-content-inner {
    background: transparent;
    padding: 30px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-content:hover .service-content-inner {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-content:hover img {
	
	-moz-transform:rotate(360deg) scale(1.2);
	-ms-transform:rotate(360deg) scale(1.2);
	-webkit-transform:rotate(360deg) scale(1.2);
	-o-transform: rotate(360deg) scale(1.2);
	transform:rotate(360deg) scale(1.2);	
	
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-content h4 {
	color:#222;
    text-align: center;
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
}

/* 成功案例 Styles
================================================== */

#filters {
    margin: 40px auto 40px;
    display: table;
    padding: 0;
    list-style: none;
}

#filters li {
    float: left;
    text-align: center;
    margin: 0 5px;
}

#filters li span {
    display: block;
    padding: 5px 8px;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
	background-color:#666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

#filters li span.active, 	#filters li span:hover {
    background-color:#C00;
	color:#FFF;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    display: none;
    float: left;
    overflow: hidden;
	margin:5px 1%;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio:hover img {
    cursor: pointer;
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay1 {
    background: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay-text {
    font-weight: 600;
	text-align:center;
    text-transform: uppercase;
    border: 2px solid #F00;
    padding: 10px 30px;
    height: 44px;
    width: 176px;
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    color: #F00;
}

.overlay-text:hover {
    background: #F00;
    color: #FFF;
}

.portfolio-wrap {
    padding: 120px 0;
    background: #fff;
    position: relative;
    z-index:1;
}

.portfolio:hover .overlay1 {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-main {
    margin-bottom: 60px;
}

/* 服务客户 Styles
================================================== */

.testimonial-wrap {
    padding: 130px 0;
    background:#FFF;
    position: relative;
    z-index:1;
}

.client-img {
    max-width: 100%;
    display: table;
    margin: 45px auto;
    width: auto !important;
}


/*.testimonial-wrap ul{ display:block;width:220px;margin:20px auto;}
*/
.testimonial-wrap ul li{ float:left; width:12%; height:70px; overflow:hidden;margin:5px 1%; border:1px solid #EEE;display: table-cell;vertical-align: middle;}
.testimonial-wrap ul li.b{ margin-left:72px;}
.testimonial-wrap ul li.w{ background-color:#FFF; border:1px solid #FFF;}
.testimonial-wrap ul li a{	width:12%;height: 70px;background-color:#FFF;display: table-cell;text-align: center;	vertical-align: middle;}
.testimonial-wrap ul li img{ display:block; max-width:90%;max-height:68px; margin:0 auto; vertical-align:middle;}
.testimonial-wrap ul li span{height:0px; background-color:#ca0915; color:#FFF; display:block; line-height:25px; position:relative; text-align:center;  overflow:hidden; padding:0 10px;-moz-transition:ease 0.5s;-o-transition:ease 0.5s;-webkit-transition:ease 0.5s;-ms-transition:ease 1s;transition:ease 0.5s;}
.testimonial-wrap ul li:hover span{ height:25px;top:-25px;}




/* 合作伙伴 Styles
================================================== */

.partner-wrap {
    padding: 130px 0;
	background:#222 url(/images/partner.jpg) no-repeat center;
	background-size: 100% 100%;
    position: relative;
    z-index:1;
}
.partner-wrap p{
	color:#FFF;
}
.partner-wrap .partners ul li{width:23%; height:320px; float:left; background-color:#FFF; overflow:hidden;margin:5px 1%; position:relative;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-ms-transition:all ease-in-out 0.5s;transition:all ease-in-out 0.5s;}
.partner-wrap .partners ul li:hover{box-shadow: 0 0 10px #000; z-index:100;-moz-transform:scale(1.1);-ms-transform: scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.partner-wrap .partners ul li .partners-logo{width:100%;height:70px; text-align:center;margin-top:20px; position:absolute; top:0; }
.partner-wrap .partners ul li img{ max-width:80%;max-height:70px;}
.partner-wrap .partners ul li p{ color:#666; text-align:left;position: relative; top:90px;}


/* 关于我们 Styles
================================================== */

.about-wrap {
    padding: 130px 0;
	background:#F5F5F5;
    position: relative;
    z-index:1;
}
.about-wrap .mytext{ color:#666; }
.about-wrap .mytext p{font-size:14px; padding:0; margin:0; line-height:2; text-align:left; width:100%; color:#666;}


/* 联系我们 Styles
================================================== */

.contact-wrap {
    padding-top: 80px;
    background: #222;
    position: relative;
    z-index:1;
}

.contact-info {
	text-align:left;
}

.contact-info h5 {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 auto;
}
.contact-info p{ text-align:left; margin:10px 0 10px 20px;}
.contact-info .footnav{ margin-bottom:20px;}
.contact-info .footnav a{ color:#FFF;}
.contact-info .footnav a:hover{ text-decoration:underline;}
.contact-info .footnav ul li{ list-style:none; display:inline-block; border-right:1px solid #FFF; width:80px; text-align:center;}
.wx-img{
    max-width: 100%;
    display: table;
    margin: 45px auto;
    width: auto !important;
}
/* Footer Styles
================================================== */

footer {
    padding: 55px 0;
    background: #222;
    position: relative;
    z-index:1;
}


/* Blog Page Styles
================================================== */



.cover {
    background: url(../images/overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}


/* Project single Page Styles
================================================== */

.project-single {
    padding: 50px 0;
    background: #fff;
}

.project_details {
    padding: 0;
    margin: 35px 0 -15px;
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.project_details h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.project_details span {
    padding: 5px 0;
    margin: 0;
    font-size: 13px;
    color: #454545;
    float: left;
    width: 100%;
}

.project_details em {
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    width: 100px;
    display: table;
    float: left;
    font-weight: 700;
}

.project_details a {
    margin-right: 10px;
}

.addto_favorites {
    font-size: 13px;
    color: #888;
    display: table;
    float: left;
    margin-right: 25px;
    text-transform: uppercase;
}

.addto_favorites i {
    margin-right: 12px;
}

.addto_favorites:hover {
    color: #888;
}

.small_social_links {
    display: table;
}

.small_social_links li {
    padding: 0;
    margin: 0 9px 0 0;
    float: left;
    width: 18px;
    height: 18px;
}

.small_social_links li a {
}

.small_social_links li a:hover {
    color: #999;
}

.project-info h3 {
    color: #333;
    margin: 0 0 15px;
}

.project-info p {
    color: #666;
    margin: 0 0 20px;
    font-size: 14px;
}

.project_details {
    display: table;
    width: 100%;
}

.project-info .btn1 {
    color: #FFF;
	background-color:#666;
}

.project-info .btn1:hover {
    color: #FFF;
	background-color:#C00;
	
}

.vdeo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 0;
}

.vdeo iframe,.vdeo object,.vdeo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.navbar-custom .nav li a {
    font-size: 9px;
}

.nav > li {
    padding: 0px 10px;
}

}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

    .post-date {
        display: none;
    }

    .navbar {
        border: none;
    }

    .navbar-brand {
        font-size: 24px;
        margin-top: 0px;
    }

    .intro {
        padding: 170px 0 60px;
    }

    .staff-content {
        width: 250px;
        margin: 0 auto 40px;
    }

    .team-content {
        padding: 130px 0 90px;
    }

    .service-content {
        margin-bottom: 40px;
    }

    .services-content .col-md-12 {
        margin-bottom: 0px !important;
    }

    #portfoliolist .portfolio {
        width: 48%;
    }

    #filters li {
       /* float: none;*/
        text-align: center;
        margin: 0px 5px;
    }

    .contact-info {
        margin-bottom: 40px;
    }

    .contact-wrap {
        padding: 20px 0;
    }

    .intro ,
    .facts-content ,
    .services-content ,
    .testimonial-wrap {
       background-size: 200% 200%;
    }
	
    .project-info .col-md-7 {
      margin-bottom:30px;
    }
	.brand-heading {
		font-size: 60px;
		margin: 0px;
		text-transform: uppercase;
	}
	.brand-heading-about {
		font-size: 30px;
		margin: 0px;
		text-transform: uppercase;
	}
}

/* #Mobile (Landscape)
================================================== */
/*在线服务代码开始*/
.floating_ck{position:fixed;right:1px;top:50%;font-size:12px; z-index:10000;}
.floating_ck a:hover{color:#FFF; text-decoration:none;}
.floating_ck dl dd{position:relative;width:50px;height:50px;background-color:#666;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#ca0915;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/rightpf/caricon.png);}
.words{background-image:url(../images/rightpf/zxicon.png);}
.qq{background-image:url(../images/rightpf/qq.png);}
.quote{background-image:url(../images/rightpf/kficon.png);}
.qrcord{background-image:url(../images/rightpf/erweima.png);}
.return{background-image:url(../images/rightpf/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:30px;}
.floating_left{position:absolute;left:-130px;top:0px;width:130px;height:50px;background-color:#ca0915;border-bottom:solid 1px #a40324;display:none;line-height:50px;}
.floating_left a{color:#fff;line-height:50px; font-size:14px; font-family:"微软雅黑";}
.floating_ewm{height:150px;top:-100px;}
.floating_ewm i{background:url(../images/evm.jpg) no-repeat;display:block;width:130px;height:140px; margin:5px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}
.floating_tel{color:#FFF; line-height:25px; font-size:14px; font-family:"微软雅黑";}





/* Note: Design for a width of 480px */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.testimonial-wrap ul li{ float:left; width:24%; height:70px; overflow:hidden;margin:5px 0.5%; border:1px solid #EEE;display: table-cell;vertical-align: middle;}
.testimonial-wrap ul li a{	width:24%;height: 70px;background-color:#FFF;display: table-cell;text-align: center;	vertical-align: middle;}
.testimonial-wrap ul li img{ display:block; max-width:90%;max-height:68px; margin:0 auto; vertical-align:middle;}
.testimonial-wrap ul li span{height:0px; background-color:#ca0915; color:#FFF; display:block; line-height:25px; position:relative; text-align:center;  overflow:hidden; padding:0 10px;-moz-transition:ease 0.5s;-o-transition:ease 0.5s;-webkit-transition:ease 0.5s;-ms-transition:ease 1s;transition:ease 0.5s;}
.testimonial-wrap ul li:hover span{ display:none;}

	
	
/*合作伙伴*/
.partner-wrap {
    padding: 130px 0;
	background:#666;
    position: relative;
    z-index:1;
}

.partner-wrap .partners ul li{width:45%; height:320px; float:left; background-color:#FFF; overflow:hidden;margin:5px 2.5%; position:relative;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-ms-transition:all ease-in-out 0.5s;transition:all ease-in-out 0.5s;}
.partner-wrap .partners ul li:hover{box-shadow:none; z-index:100;-moz-transform:scale(1);-ms-transform: scale(1);-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
.partner-wrap .partners ul li .partners-logo{width:100%;height:70px; text-align:center;margin-top:20px; position:absolute; top:0; }
.partner-wrap .partners ul li img{ max-width:80%;max-height:70px;}
.partner-wrap .partners ul li p{ color:#666; text-align:left;position: relative; top:90px;}



/*在线服务代码  手机代码*/
.floating_ck{position:fixed;right:1px;top:auto;bottom:0;font-size:12px; z-index:10000;width:100%;}
.floating_ck .return{ display:none;}
.floating_ck .quote span:after{content:"咨询";}
.floating_ck .qq span:after{content:"咨询";}
.floating_ck dl dd{position:relative; float:left;width:50%;height:50px;background-color:#666;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{}
.floating_ck dl dd:hover .floating_left{display:none;}
	
}


