/* =================================== */
/*	Basic Style 
/* =================================== */

@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0,0,0,0.7);
    -webkit-font-smoothing: antialiased;
}

a {
    color: #5cace7;
    -webkit-transition: all 0.4s ease-in-out 0s;
       -moz-transition: all 0.4s ease-in-out 0s;
         -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
}

iframe {
    border: 0;
    width: 100%;
}

.btn:focus, .btn:hover,
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
a{color: #333;}

a:focus, a:hover {
    color: inherit;
	color: #e62318;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
	margin: 0;
}

.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul {
    padding-left: 0;
}

.btn {
    border: 0;
    border-radius: 0;
}

.btn-theme-color {
    background-color: red;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 70px 13px;
    transition: 0.5s;
    border: 1px solid;
    letter-spacing: 0.2em;
    border-radius: 10px;
}

button.btn.btn-theme-color:hover{
    background: #ff7e00;
    color: #323232;
    color: #fff;
}

.section {
    padding-top: 14px;
}

.title {
    text-align: center;
    margin-bottom: 42px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.title h2 {
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 35px;
    color: #323232;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.title h2:before {
    content: '';
    position: absolute;
    z-index: 99;
    background-color: #ff2b4a;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: -17px;
    top: 12px;
}
.title h2:after {
    content: '';
    position: absolute;
    z-index: 99;
    background-color: #ff2b4a;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    right: -17px;
    top: 12px;
}

.title p {
    font-size: 16px;
    color: #8E8E8E;
    font-weight: 400;
    margin: 30px 0px;
    letter-spacing: 0.1em;
    line-height: 35px;
    padding: 0px 100px;
}

/*=====================================================
    Header
======================================================*/

/*=====================================================
    Home Banner
======================================================*/

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 482px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../img/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../img/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 482px;
   
}
/*=====================================================
    About
======================================================*/

.zy-about {
    background: #F7F7F7;
    padding: 30px 0px;
}
.about-intro {
    margin-top: 45px;
    text-align: center;
}

.about-intro h3 {
    font-size: 30px;
    font-weight: bold;
    color: #444;
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.about-intro h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin: 20px 0;
    color: #777;
    letter-spacing: 0.2em;
}
.about-intro p {
    color: #666;
    text-align: left;
    letter-spacing: 0.2em;
    font-size: 18px;
    line-height: 35px;
    text-indent: 2em;
    margin-top: 30px;
}

.about-intro .buttons {
    padding-top: 14px;
}

.about h4 {
    padding-top: 30px;
    text-align: center;

}
/*=====================================================
    Process
======================================================*/

.process-inner {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.process-inner .icon-holder {
    display: inline-block;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.process-inner .heading {
    position: relative;
    top: 30px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.proecess-block{margin-top: 20px;}

.process-inner .icon-holder img{
    width: 100%;
    height: 100%;
}

.process-inner:hover {
    border-color: #00a8ff;
}

.process-inner:hover .icon-holder {
    top: -30px;
}

.process-inner:hover .heading {
    top: -20px;
}

.process-inner .description {
    width: 90%;
    margin: 0 auto;
    opacity: 0;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 200;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.process-inner:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.process {
    /*background-color: #f6f6f6;*/
}

.proecess-block .process-inner {
    background-color: transparent;
    color: #333;
    text-align: center;
}



.process-inner i {
    font-size: 40px;
    margin-bottom: 35px;
    color:#FF2B4A;
}

.process-inner h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

/*=====================================================
 Pro
======================================================*/

.pro-inner {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pro-inner .icon-holder {
    display: inline-block;
    padding: 10px;
}

.pro-inner .heading {
    position: relative;
    top: 30px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.pro-block{
 margin-top: 20px;
}
.pro-inner .icon-holder img{
    padding: 10px;
    width: 140px;
    height: 140px;
}
.pro-inner:hover {
    border-color: #00a8ff;
}

.pro-inner:hover .icon-holder {
    top: -30px;
}

.pro-inner:hover .heading {
    top: -20px;
}

.pro-inner .description {
    width: 90%;
    margin: 0 auto;
    opacity: 0;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 200;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.pro-inner:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pro {
    /*background-color: #f6f6f6;*/
}

.pro-block .pro-inner {
    background-color: transparent;
    color: #333;
    text-align: center;
    border:1px solid #ccc;
    border-radius: 0.5rem;
}
.pro-inner p {
    font-size: 16px;
    letter-spacing: 0.1rem;
    margin-bottom: 15px;
    color:#888;
    padding: 10px 5px 0 5px;
    text-indent: 0;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.pro-inner h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 10px 0 0 0;
}

/*=====================================================
    Experience
======================================================*/

.experience {
    position: relative;
}

.exp-block {
    padding: 40px 20px;
    color: #fff;
    border:1px solid #ccc;
    border-radius: 0.5rem;
    margin-top: 20px;
    height: 800px;
}

.exp-block h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    text-align: center;
}
.exp-block h3 i img{
    height: 20px;
    width: 40px;
    margin-right: 20px;
}

.exp-block li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.85);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.exp-block li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.exp-block li span {
    font-size: 13px;
}
.exp-block li p {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.1em;
}



/*=====================================================
    Works
======================================================*/

.work-item {
    margin-bottom: 30px;
}

.work-item a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.portfolio-hover {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    padding: 10%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.portfolio-hover:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.portfolio-description {
    
}

.portfolio-description h4 {
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.work-item:hover .portfolio-hover {
    opacity: 1;
}

.work-item:hover .portfolio-description {
   
}
.web{width:1200px;height:100%;}
.con{width:100%;height:100%;background:#fff;margin-top: 20px;}
.con ul li{width:380px;height:300px;float:left;margin-right:15px;margin-bottom:15px;position:relative;overflow:hidden;cursor:pointer;}
.works-txt{width:380px;height:45px;background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.works-txt h3{font-size:20px;font-weight:100;text-align:center;line-height:45px;}
.works-txt p{font-size:14px;text-align:center;}

/*=====================================================
   testimonial
======================================================*/

.testimonial {
    color: #fff;
    padding:40px 0;
    text-align: center;
    padding: 10px 0;
}
.testimonial .title h2 {
    color: #fff;
}
.testimonial .title p {
    color: #fff;
}
.dark-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
}
.testimonial .testimonial-slider {
    text-align: center;
    padding:0 50px;
}

.testimonial .testimonial-slider .signature img{
    text-align: left;
    margin-top: 25px;
    padding-right:20px;
}
.testimonial .testimonial-slider p {
    font-family: 'Volkhov', serif;
    font-style: italic;
}
.testimonial .testimonial-slider span {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 16px;
    margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-page span {
    width: 7px;
    height: 7px;
    background: transparent;
    border:2px solid #ccc;
}

.testimonial h4 {
    font-family: Roboto, sans-serif;
    margin-bottom: 10px;
}



/*=====================================================
 Contact
======================================================*/

.contact {
    /*background: transparent url("../img/exp.jpg") no-repeat scroll center center / cover;*/
    position: relative;
}

.contact-form input:not([type='submit']) {
    width: calc(100% / 1 - 20px);
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #888888;
    font-weight: 400;
    line-height: 45px;
    padding: 0 15px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border: 0px solid;
    outline: 0;
}
.contact-form textarea {
    width: calc(100% - 15px);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    padding: 15px;
    float: left;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    border: 0px solid;
    outline: 0;
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border: 1px solid #323232;
}
.contact-info {
    margin-bottom: 40px;
}
.contact-info h4,.contact-address h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-top: 0;
    margin-bottom: 25px;
}
.contact-info p,.contact-address p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0px;
}
.contact-address ul li {
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    list-style: none;
}
.contact-address ul li.phone {
    margin: 25px 0 10px;
    color: #ff2b4a;
} 

.contact .exp-block h3 {
    margin-bottom: 35px;
}

.exp-block + .exp-block {
    margin-top: 20px;
}

.cnt-block {
    padding-bottom: 33px;
    padding-top: 20px;
}

.contact .cnt-block h3 {
    margin-bottom: 25px;
}


/*=====================================================
    Contact
======================================================*/

.contact-form .form-control {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    height: 50px;
    font-family: Roboto, sans-serif;
}

.contact-form textarea.form-control {
    height: 203px;
    margin-bottom: 15px;
    resize: vertical;
}

.contact-form .form-control:focus {
    box-shadow: none;
}

.input-field + .input-field {
    margin-top: 15px;
}

.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

.form-control:-moz-placeholder,
:-moz-placeholder { /* Firefox 18- */
    color: inherit;  
    opacity: 1;
}

.form-control::-moz-placeholder,
::-moz-placeholder {  /* Firefox 19+ */
    color: inherit;  
    opacity: 1;
}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {  
    color: inherit;  
    opacity: 1;
}



/*=====================================================
 Home Banner
======================================================*/
.social-icons a img{
    color: #555;
    line-height: 30px;
    display: inline-block;
    padding: 10px;
    margin:0 8px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.social-icons a img {
    font-size: 40px;
    vertical-align: middle;
}
.social-icons a img:hover {
    background-color: #ff2b4a;
    color: #fff;
    border-radius: 100%;
}

.footer1 {
    background: #fff;
    padding: 10px 0px;
    height: 240px;
}
.social-icons a img{
    color: #555;
    line-height: 30px;
    display: inline-block;
    padding: 10px;
    margin:0 8px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.social-icons a img {
    font-size: 40px;
    vertical-align: middle;
}
.social-icons a img:hover {
    background-color: #ff2b4a;
    color: #fff;
    border-radius: 100%;
}
.footer2 {
    background: #fafafa;
    padding: 10px 0px;
    height: 240px;
}
.social-icons a img{
    color: #555;
    line-height: 30px;
    display: inline-block;
    padding: 10px;
    margin:0 8px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.social-icons a img {
    font-size: 40px;
    vertical-align: middle;
}
.social-icons a img:hover {
    background-color: #ff2b4a;
    color: #fff;
    border-radius: 100%;
}

/*============================================================
kecgheng
======================================================*/

.kecheng {
    background: #fff;
    padding: 30px 0px;
}
.kecheng-intro {
    margin-top: 25px;
    text-align: center;
    border:1px #ccc solid;
    padding: 20px 0px;
    height: 190px;
}

.kecheng-intro h3 {
    font-size: 25px;
    font-weight: bold;
    color: #444;
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin: 0;
    text-transform: uppercase;
}
.kecheng-intro h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    margin: 20px 0;
    color: #777;
    letter-spacing: 0.2em;
}
.kecheng-intro p {
    color: #666;
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 1.78;
    padding: 10px 20px;
    text-align: left;
}
.kecheng-intro .divider {
    margin: 20px 0px;
    width: 150px;
    height: 2px;
    text-align: center;
    background-color: #FF2B4A;
}

.akecheng-intro .buttons {
    padding-top: 14px;
}


/*=====================================================

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {
    .site-header .navbar-collapse {
        margin: 0;
        opacity: 1;
        visibility: visible;
    }
    .navbar-brand {
        margin-left: 15px;
    }
    .navbar-toggle {
        border: 0;
        border-radius: 0;
    }
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: transparent !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .banner-content h1{
        letter-spacing: 11px;
    }

    .title h2:before,
    .title h2:after{
        display: none;
    }

    .site-header .navbar-collapse{
        background: rgba(0, 0, 0, 0.8);
    }
    .site-header.fixed .navbar-collapse{
        background: transparent;
    }

}

