h4, h5, h6, h1, h2, h3 {
    margin-top: 0;
}

ul, ol {
    margin: 0;
}

p {
    margin: 0;
    font-weight: 300;
}

html, body {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 微软雅黑, STHeiti, 华文黑体, SimSun, 宋体, sans-serif;
    font-size: 100%;
    background-color: #FFF;
    color: #111;
    background-color: #1a1a1a;
}

    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

.visible {
    visibility: visible;
    opacity: 0;
}

.visible.animated {
    opacity: 1;
}

.header {
    background: #fff;
}

.inputbox {
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 5px 0;
}

.navbar-brand {
    font-size: 32px;
    font-weight: 700;
    color: #444;
    letter-spacing: -1px;
    padding: 15px;
    height: 120px;
}

    .navbar-brand:hover {
        color: #2ABB9B;
    }

    .navbar-brand .fa {
        color: #2abb9b;
    }

.menu {
    float: right;
    margin-top: 35px;
}

    .menu li {
        display: inline-block;
    }

        .menu li:first-child {
            margin-left: 0;
        }

        .menu li a {
            display: block;
            font-size: 1em;
            color: #FFF;
            -webkit-transition: all 0s ease;
            -moz-transition: all 0s ease;
            -o-transition: all 0s ease;
            transition: all 0s ease;
            font-weight: 500;
            letter-spacing: 1px;
        }

#nav .current a {
    border-bottom: 3px solid #ebb229;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
#nav ul.dropdown-menu a{
	border-bottom: 1px solid #f0c233;
	line-height:45px;
}

  #nav li:hover, .active-drop {
       background: #ebb229;
 }

  #nav li:hover ul.dropdown-menu, .active-drop ul.dropdown-menu {
      padding: 0;
      margin: 0;
      border: none;
      /* background: #211510; */
      background: #ebb229;
      position: absolute;
      z-index: 98;
      top: 40px;
      left: 0;
      display: block;
      width: 180px;
  }

     #nav li:hover ul.dropdown-menu li, .active-drop ul.dropdown-menu li {
          width: 100%;
          line-height: 20px;
          border: none;
          margin: 0;
      }

 #nav ul.dropdown-menu{
	    font-size: 15px;
}


.menu li a:hover, .menu li.active a {
    border-bottom: 3px solid #ebb229;
    background-color: transparent;
}

.toggleMenu {
    /* display: none; */
    padding: 4px 5px 0px 5px;
    /*border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;*/
}


.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after, .clear {
    clear: both;
}

.nav ul {
    list-style: none;
}


/*------------------------------------------------*/
.fontored {
    color: #d90000;
}

.fontwhite, .fontwhite a {
    color: #fff;
}

.fontorange {
    color: #ebb229;
}

.fontbrown {
    color: #3a2017;
}


.fontbold {
    font-weight: bold;
}

.alignleft {
    text-align: left !important;
}

.fontsize9 {
    font-size: 0.9em !important;
}

.fontsize8 {
    font-size: 0.8em !important;
}

.fontsize7 {
    font-size: 0.7em !important;
}

.fontsize6 {
    font-size: 0.6em !important;
}

.fontsize5 {
    font-size: 0.5em !important;
}

.fontsize13 {
    font-size: 13px;
}

.fontsize15 {
    font-size: 15px;
}


.fontline, .fontlineh {
    text-decoration: line-through;
    -moz-text-decoration-color: #f00;
    -moz-text-decoration-style: double;
    -webkit-text-decoration-color: #f00;
    -webkit-text-decoration-style: solid;
}

.fontlineh {
    display: none;
}

.bg_brown {
    background-color: #3a2017;
}

.block {
    height: 330px;
    text-align: center;
    display: table;
    width: 100%;
    border: 1px solid #eee;
    background-color: #f5f6f7;
}

    .block h3 {
        vertical-align: middle;
        display: table-cell;
    }

    .block:hover {
        background-color: #ebb229;
        color: #fff;
    }

        .block:hover .fontorange {
            color: #ccc;
        }

.orangetitle {
    color: #ebb229;
}

    .orangetitle h1，.orangetitle span {
        font-weight: bold;
        color: #ebb229;
    }

.plan-intro .col-md-4, .plan-intro .col-md-8 {
    padding: 0px;
}

.about_us {
    background-image: url("../images/about_bg.png");
    background-color: #f5f6f7;
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

.aboutcontent {
    padding: 10%;
    background-color: #f5f6f7;
}

.basebutton {
    margin-top: 2em;
    display: inline-block;
    padding: 8px 30px;
    font-size: 1em;
    cursor: pointer;
    border: none;
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    border: 1px solid #CCC;
    /*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;*/
}

    .basebutton:hover {
        text-decoration: none;
        color: #ebb229;
    }

.roundbutton {
    display: inline-block;
    padding: 10px 30px;
    font-size: 1.2em;
    border: none;
    color: #333;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    color: #fff;
    background-color: #9d7337;
}

.roundbutton1 {
    background-color: #8f7c62;
}

.roundbutton2 {
    background-color: #a55b41;
}

.roundbutton3 {
    background-color: #a67d6e;
}

.contactsubmit .basebutton {
    margin-top: 0px;
    width: 99%;
    text-align: center;
}

    .contactsubmit .basebutton:hover {
        text-decoration: none;
        color: #fff;
        background-color: #ebb229;
    }


.menucontainer {
    background: #333;
}

.toplink {
    padding: 5px 0px;
    background: #000;
}

.tips_content img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}

.pro_panel {
    /*background-size: cover;*/
    color: #333;
    padding: 2em 0;
}


.prompt_grid {
    border: 1px solid #ccc;
    margin: 1em;
    padding: 2em 0;
}

.prompt_grid1 {
    width: 21%;
    padding: 4em 0;
}

/*******************************************************/

.banner {
    background: url(../images/banner.jpg) no-repeat center;
    min-height: 500px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 100px;
}

.banner-info {
    margin-top: 8em;
}

    .banner-info h1 {
        font-size: 3em;
        color: #eee;
        line-height: 1.4em;
        margin: 0em;
        font-weight: 500;
    }

    .banner-info p {
        color: #ddd;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.8em;
        margin-top: 1em;
    }

.content_white {
    text-align: center;
    padding: 1.2em 0;
}
#homePage #carousel-generic .content_white h1{ color:#ebb229;margin-top: 30px;}

    .content_white h2 {
        font-size: 2em;
        font-weight: 500;
    }

    .content_white p {
        font-size: 1.2em;
        font-weight: 300;
        line-height: 0.6em;
    }

.featured_content {
    background: #2ABB9B;
}

.feature_grid1 {
    width: 23.5%;
    margin-right: 2em;
    border-right: 1px solid #5fccb4;
    padding: 4em 2em 4em 0;
}

.feature_grid2 {
    width: 21%;
    padding: 4em 0;
}

.caseblock {
    overflow: hidden;
    position: relative;
}

    .caseblock span {
        width: 321px;
        height: 290px;
        background: rgba(235,178,41,0.9);
        position: absolute;
        top: 322px;
        line-height: 75px;
        text-align: center;
        left: 50%;
        margin-left: -161px;
    }

        .caseblock span a, .caseblock span {
            line-height: 280px;
            font-size: 20px;
        }

.caseblock1, .caseblock2 {
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

    .caseblock1 span {
        width: 100%;
        height: 80px;
        background: rgba(235,178,41,0.9);
        position: absolute;
        top: 302px;
        left: 0px;
        padding-top: 20px;
        text-align: center;
    }

.caseblock2 {
    max-width: 239px;
    border: 2px solid #eee;
}

    .caseblock2 img {
        width: 237px;
    }


    .caseblock2:hover {
        border: 2px solid #ebb229;
    }

        .caseblock2:hover .fontorange {
            background-color: #ebb229;
            color: #EEE;
        }

.caseblock3 {
    overflow: hidden;
    position: relative;
}

    .caseblock3 span {
        width: 221px;
        height: 221px;
        background: rgba(235,178,41,0.9);
        position: absolute;
        top: 221px;
        text-align: center;
        left: 50%;
        margin-left: -111px;
        padding-top: 30%;
    }

        .caseblock3 span a, .caseblock3 span {
            font-size: 20px;
        }

.caseblock4 {
    overflow: hidden;
    position: relative;
}

    .caseblock4 span {
        width: 270px;
        height: 270px;
        background: rgba(235,178,41,0.9);
        position: absolute;
        top: 270px;
        text-align: center;
        left: 50%;
        margin-left: -135px;
        padding-top: 30%;
    }

        .caseblock4 span a, .caseblock4 span {
            font-size: 20px;
        }

.caseblockwrap {
}

.caseblockwrap1 {
    border: 1px solid #eee;
    margin-bottom: 2em;
}

.caseblockwrap img {
    margin: 0 auto;
    display: block;
}

.caserollwrap {
    margin: 10px;
}

	.caserollwrap img {
	    width: 100%;
	    /*height: 231px;*/
	}
	
		.caserollwrap img:hover {
		  transform: scale(1.1, 1.1);
		  transition: .3s transform;
		}

.caserollwrap a{
	text-decoration: none;
}

.caseblockwrap1 img.onehan {
    width: 100%;
}

.individual {
    position: absolute;
    right: 15px;
    top: 50px;
}

.qa_content img {
    width: 100%;
}



.feature_grid1 .fa, .feature_grid2 .fa {
    color: #e5e52d;
}

.tips_grid1 p {
    word-break: break-all;
}

.viewdetail {
    /*display:none;*/
    height: 50px;
    background-color: #ebb229;
}

.contact_content {
    background: url(../images/footerbanner.jpg) no-repeat center;
    min-height: 300px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contactinput {
}

    .contactinput .whiteninput {
        border-bottom: 1px solid #fff;
        padding: 10px 0px;
        line-height: 1.5em;
    }

    .contactinput input, .contactinput p, .contactinput textarea {
        float: left;
        background: transparent;
        border: none;
        display: inline-block;
    }

    .contactinput input, .contactinput textarea {
        width: 80%;
    }

.contactbutton {
    background-color: #ebb229;
    width: 100%;
    text-align: center;
    border: none;
    color: #fff;
}

    .contactbutton:hover {
        background-color: #e5e52d;
        color: #000;
    }

/*************************test******************************/
.scd {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

    .scd .scd_l {
        width: 210px;
        float: left;
        position: relative;
        z-index: 9;
        margin-top: -96px;
        min-height: 650px;
    }

    .scd .scd_r {
        width: 940px;
        float: right;
    }

.scd_l .l_name {
    width: 210px;
    position: relative;
    text-align: center;
    line-height: 120px;
    background: #3a2017;
}

    .scd_l .l_name h3 {
        padding: 40px 0px;
        padding-bottom: 0px;
        color: white;
    }

    .scd_l .l_name h4 {
        color: #554640;
        margin-bottom: 20px;
    }

.scd_l .l_namebottom {
    padding: 30px 0px;
    background-color: #ebebeb;
}

.r_header {
    padding: 10px;
    padding-left: 2em;
    margin-top: 20px;
    color: #fff;
    background: #464646;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .r_header a {
        color: #fff;
    }

.r_body {
    min-height: 500px;
    border: 1px solid #eee;
    border-top: none;
    padding: 2em;
    margin-bottom: 2em;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0 0 1px 0px rgba(0,0,0,0.3),0 0 6px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 1px 0px rgba(0,0,0,0.3),0 0 6px 1px rgba(0,0,0,0.15);
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3),0 0 6px 1px rgba(0,0,0,0.15);
}

.scd_l .l_name i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/bg_b.png) no-repeat;
    position: absolute;
    right: -30px;
    bottom: 0;
}

.s_nav {
    width: 100%;
    padding: 0px;
}

    .s_nav li, .s_nav li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #333;
    }

        .s_nav li a {
            font-size: 16px;
            height: 50px;
            line-height: 50px;
        }

        .s_nav li.on a {
            color: #216BB3;
            background-color: #ebb229;
            color: white;
        }

.navqr {
    padding: 1.2em;
    background: #e6e6e6;
    margin-top: 2em;
}

.pst, .pst a {
    color: #fff;
}

.bg_b {
    text-align: right;
    font-size: 0.8em;
    padding: 1.5em;
}

.pages {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.pages a {
    display: inline-block;
    color: #222;
    zoom: 1;
    height: 35px;
    line-height: 35px;
    border: 1px solid #eee;
    padding: 0 7px;
    font-size: 13px;
    width: 35px;
}

.pages a.cur {
    background: #ebb229;
    color: #fff;
    border: 2px solid #ebb229;
}

.pagination{
	font-size: 13px;
}
.pagination>li>a, .pagination>li>span{
	color: #000;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #ebb229;
	border-color: #ebb229;
}

.list {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0px;
}

    .list li {
        width: 100%;
        height: 48px;
        line-height: 48px;
        white-space: nowrap;
        overflow: hidden;
        text-ovwerflow: ellipsis;
        border-bottom: 1px solid #ddd;
    }

        .list li span {
            float: right;
        }

.newscontent {
    padding-bottom: 35px;
    padding-right: 45px;
}

    .newscontent p {
        line-height: 2.5em;
    }
.newscontent2 {
    padding-bottom: 35px;
    padding-right: 45px;
}

    .newscontent2 p {
        line-height: 2em;
    }   

.newstime {
    padding: 2em 0;
}

    .newstime p {
        padding-top: 10px;
    }

.space_s {
    height: 10px;
}

.space_xs {
    height: 5px;
}

.space_m {
    height: 15px;
}

.space_l {
    height: 30px;
}

.space_xl {
    height: 50px;
}

.space_xxl {
    height: 100px;
}
/*************************test******************************/


/************************* Circular Content Carousel Style******************************/
.ca-container {
    position: relative;
    height: 320px;
    width: 100%;
    border: 3px solid #fff;
}

.ca-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.ca-item {
    position: relative;
    float: left;
    width: 380px;
    height: 100%;
    text-align: center;
}

.ca-nav span {
    width: 25px;
    height: 38px;
    background: transparent url(../images/arrows.png) no-repeat top left;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -40px;
    text-indent: -9000px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 100;
}

    .ca-nav span.ca-nav-next {
        background-position: top right;
        left: auto;
        right: -40px;
    }

    .ca-nav span:hover {
        opacity: 1.0;
    }

/************************* Circular Content Carousel Style******************************/


h3.m_1 {
    padding: 0.8em 0;
    margin: 0;
}

    h3.m_1 a {
        font-size: 1.1em;
        color: #fff;
        text-decoration: none;
        text-shadow: 1px 1px #4ca390;
    }

        h3.m_1 a:hover {
            color: #e5e52d;
        }

p.m_2 {
    color: #e9f8f5;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-weight: 300;
}

.banner_btn {
    display: inline-block;
    padding: 6px 20px;
    font-size: 1em;
    cursor: pointer;
    background: #2ABB9B;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    margin-top: 30px;
    border-radius: 5px;
}

    .banner_btn:hover {
        background: #22967c;
        color: #fff;
        text-decoration: none;
    }

.feature_btn {
    display: inline-block;
    padding: 6px 20px;
    font-size: 1em;
    cursor: pointer;
    background: #5fccb4;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    margin-top: 10px;
    border-radius: 5px;
}

    .feature_btn:hover {
        background: #e5e52d;
        color: #555;
        text-decoration: none;
    }

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 3em 0;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    padding-right: 30px;
}

    .nbs-flexisel-item > img {
        cursor: pointer;
        position: relative;
    }

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: -8.6em;
}

.nbs-flexisel-nav-left {
    left: 32.5em;
    background: url(../images/img-sprite.png) no-repeat -99px -101px;
}

.nbs-flexisel-nav-right {
    right: 35em;
    background: url(../images/img-sprite.png) no-repeat -133px -102px;
}

a:focus {
    outline: 0px;
}

.fa {
    color: #2ABB9B;
}

.footer_bottom {
    padding: 2em 0;
    background: #1a1c1f;
}

    .footer_bottom a {
        margin-left: 4px;
        margin-right: 2px;
    }

.copy {
    text-align: center;
}

    .copy p {
        font-size: 1em;
        color: #fff;
    }

        .copy p a {
            color: #fff;
            border-bottom: 1px dotted;
        }

            .copy p a:hover {
                color: #e5e52d;
                border-bottom: 1px solid;
                text-decoration: none;
            }

.about {
    background: #555;
    margin-bottom: 4em;
    background: url(../images/title-bg.jpg) center no-repeat;
    background-size: cover;
    height: 180px;
}

.title-section {
    position: relative;
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
}

    .title-section h1 {
        margin: 0 0 5px 0;
        line-height: 58px;
        font-size: 34px;
        font-weight: 500;
        color: #555;
    }

    .title-section ul {
        background: none;
        position: relative;
        margin: 0;
        padding: 9px 0 10px 0;
        border-top: 1px solid #597275;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .title-section ul li {
            line-height: 18px;
            font-size: 13px;
            color: #5f6775;
        }

            .title-section ul li a {
                color: #fff;
            }

h3.m_2 {
    font-size: 1.7em;
    font-weight: 500;
    color: #666;
    margin-bottom: 1em;
}

.service_box {
    padding-bottom: 50px;
}

    .service_box .fa {
        color: #2ABB9B;
    }

    .service_box h2 {
        font-size: 1.6em;
        color: #5d5f60;
        padding-top: 0.3em;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0.5em;
    }

    .service_box h5 a {
        font-size: 16px;
        color: #555;
        margin-bottom: 1em;
        line-height: 1.5em;
    }

        .service_box h5 a:hover {
            text-decoration: none;
            color: #e4551d;
        }

    .service_box p {
        font-size: 1em;
        color: #777;
        margin-bottom: 1.4em;
        line-height: 1.6em;
        text-align: left;
    }

.about-info {
    padding: 4em 0;
}

    .about-info h2 {
        padding-bottom: 20px;
    }

    .about-info h3, .about_content h3 {
        padding-bottom: 20px;
    }

.about_content {
    padding: 1em 0 4em 0;
}

    .about_content img {
        padding: 0 20px 20px 0;
        float: left;
    }

.highlight-info {
    background: url(../images/lab.jpg) center fixed;
    background-size: cover;
    color: #fff;
    padding: 6em 0;
}

    .highlight-info h4 {
        color: #fff;
        margin: 0.5em 0 0 0;
    }

.testimonial-solid {
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 70px;
    margin: 0 0 0 0;
    background: #fff;
    text-align: center;
}

.carousel-indicators {
    bottom: -40px;
}

    .carousel-indicators li {
        border: 1px solid #ccc;
    }

    .carousel-indicators .active {
        background-color: #ccc;
        margin-right: 4px;
    }

.testimonial-solid h2 {
    font-size: 2em;
    font-weight: 500;
    padding-bottom: 20px;
}

.testimonial-solid p {
    font-size: 1em;
    line-height: 30px;
}

#accordion-alt3 .panel-heading h4 {
    font-size: 14px;
    line-height: 28px;
}

.panel .panel-heading h4 {
    font-weight: 400;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
}

.panel {
    margin-bottom: 18px;
    background-color: #F4F4F4;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

#accordion-alt3 .panel-heading h4 a i {
    font-size: 16px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    color: #2ABB9B;
    text-align: center;
    border-radius: 50%;
    margin-left: 6px;
}

.follow-us {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.social-icon {
    padding-top: 6px;
    font-size: 16px;
    text-align: center;
    width: 32px;
    height: 32px;
    border: 2px solid #d5f1eb;
    border-radius: 50%;
    color: #d5f1eb;
    margin: 5px;
}

a.social-icon:hover, a.social-icon:active, a.social-icon:focus {
    text-decoration: none;
    color: #e5e52d;
    border-color: #e5e52d;
}

.contact {
    padding-top: 1em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 4em;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.contact_top {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4em;
}

.contact_details {
    background-color: #f6f6f6;
    padding: 20px;
    border-left: 2px solid #fff;
}

    .contact_details h5 {
        font-size: 1.2em;
        font-weight: 500;
        color: #666;
        margin-bottom: 1em;
    }

.contact_address, .contact_mail {
    overflow: hidden;
    font-size: 1em;
    color: #777;
    line-height: 1.5em;
}

.contact_bottom h3 {
    font-size: 1.5em;
    font-weight: 500;
    color: #666;
}

.contact_bottom p {
    font-size: 1em;
    line-height: 1.8em;
    color: #888;
    margin: 1em 0;
}

.contact-to input[type="text"] {
    padding: 10px 10px;
    width: 49%;
    margin: 10px 0;
    border: 1px solid #E1E2E2;
    color: #999;
    background: #FFF;
    float: left;
    outline: none;
    font-size: 0.85em;
}

.contact-to select {
    padding: 10px 10px;
    width: 49%;
    margin: 10px 0;
    border: 1px solid #E1E2E2;
    color: #999;
    background: #FFF;
    float: left;
    outline: none;
    font-size: 0.85em;
}

.text2 input[type="text"], .text2 textarea {
    width: 99%;
    margin: 10px 0;
    border: 1px solid #E1E2E2;
    color: #999;
    outline: none;
    margin-bottom: 25px;
    height: 150px;
    padding: 10px 10px;
    font-size: 0.85em;
    resize: none;
}

.submit {
    margin-top: 2em;
    display: inline-block;
    padding: 8px 20px;
    font-size: 1em;
    cursor: pointer;
    border: none;
    background: #2ABB9B;
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

    .submit:hover {
        text-decoration: none;
        background: #22967c;
        color: #fff;
    }


/********************/

.wood {
    background-image: url("../images/wood.png");
    background-position: -300px 0;
    background-repeat: no-repeat;
    background-color: #211510;
}

.woodinner {
    background-image: url("../images/wood.png");
    background-position: -450px 0;
    background-repeat: no-repeat;
}

.showcasebase {
    width: 320px;
    padding-top: 8px;
    color: white;
    margin: 0 auto;
}

.bggreen {
    background-color: #41bf5f;
}

.bgred {
    background-color: #f04848;
}

.bgyellow {
    background-color: #ebb229;
}

.wenantitle {
    font-family: 微软雅黑, STHeiti, 华文黑体, SimSun, 宋体, sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.btndetail {
    background: none;
    color: white;
    border: solid 1px #fff;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    padding: 3px 24px;
}

.btngetfree {
    background: #ebb229;
    border: none;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 3px 24px;
}

.btndetail a {
    color: white;
}

.btndetail:hover a {
    text-decoration: underline;
    color: white;
}

.btndetail:hover {
    background: none;
}

.brandintro {
    background-image: url("../images/brandintro_bg.jpg");
}

.brandintro_desc {
    background: #341b14;
    height: 80px;
    position: relative;
    top: -120px;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    -ms-transform: skew(30deg); /* IE 9 */
}

    .brandintro_desc p {
        -webkit-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        transform: skew(-30deg);
        -ms-transform: skew(-30deg); /* IE 9 */
    }

.brandintro_desc_middle {
    background-image: url("../images/brandintro_wenan.png");
    background-position: 15px 0;
    background-repeat: no-repeat;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    -ms-transform: skew(-30deg); /* IE 9 */
    height: 100%;
}

    .brandintro_desc_middle p {
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
        -ms-transform: skew(0deg); /* IE 9 */
    }

.joincase .col-md-3, .joincase .col-xs-6{
	padding:0px;	
}

.conceptintro {
    background-image: url("../images/gainiandian_bg.jpg");
}

#myRoundabout span{
	display:none;
}
#myRoundabout a,#myRoundabout a:hover{
	text-decoration:none;
}
.roundabout-in-focus span{
	background:#ebb229;
    position: relative;
    padding-top:5px;
    bottom: 60px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block !important;
    height: 60px;
    
}

.roundabout-in-focus img{
	border:2px solid #ebb229 !important;
}


.brandintro_inner {
    background-color: #000000; /* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
    background-color: rgba(0,0,0,0.6); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.brandintro_wrap {
    background: url("../images/wave_bg.png") no-repeat center center;
    background-size: 90% 100%;
}

.joinus {
    background-image: url("../images/joinus_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;background-size: 80% 100%;
}

.joinus_inner {
    background-color: #000000; /* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
    background-color: rgba(0,0,0,0.6); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}
.parallelogram {
    margin: 0 auto;
    width: 120px;
    height: 30px;
    background: #ddd;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    -ms-transform: skew(-30deg); /* IE 9 */
}

.casepara {
    width: 190px;
}

.parallelogram span {
    margin: 0 auto;
    display: inline-block;
    -ms-transform: skew(30deg); /* IE 9 */
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    font-family: 微软雅黑, STHeiti, 华文黑体, SimSun, 宋体, sans-serif;
    font-size: 20px;
    margin-left: 18px;
}

.whitebox {
    border: #fff 3px solid;
}

.brandbox {
    width: 880px;
    height: 880px;
    margin: 0 auto;
}


.joinusbox {
    width: 100%;
    height: 350px;
    margin: 0 auto;
}

.ipad {
    height: 600px;
    width: 1100px;
    background-image: url("../images/ipad.png");
    margin: 0 auto;
    position: absolute;
    margin-top: 180px;
}
#video{
    float: right;
    width: 559px;
    margin-right: 72px;
    height: 485px;
    margin-top: 30px;
}
#play_btn{
    background-image: url(../images/video_play_btn.png);
    height: 80px;
    width: 80px;
    position: absolute;
    background-size: 100%;
    right: 320px;
    top: 255px;
}
 /*禁用播放器控制栏的样式*/
 video::-webkit-media-controls-enclosure {
     display: none !important;
 }
 video{-webkit-appearance:none;appearance:none;}
 video::-webkit-media-controls-play-button,
 video::-webkit-media-controls-start-playback-button {
     opacity: 0;
     pointer-events: none;
     width: 5px;
 }
 /* 样式放在结尾，防止 base64 图片造成拥塞 */
.landrover {
    height: 610px;
    border: #fff solid 3px;
    width: 90%;
}

    .landrover img {
        position: absolute; max-width:87%;
        z-index: 100;
    }

    #homePage #carousel-generic .landrover .orangetitle h1 {
        padding-left: 20px; margin-top:0;
        font-size: 3em;
        text-align: left;
    }

    .landrover .parallelogram {
        margin-left: 18px;
    }

.parallelogram_right {
    overflow: hidden;
    margin-left: 20px;
}

    .parallelogram_right .parallelogram {
        margin-left: -20px;
    }

        .parallelogram_right .parallelogram span {
            padding-left: 10px;
        }

.caserollwrap p {
    font-family: 微软雅黑, STHeiti, 华文黑体, SimSun, 宋体, sans-serif;
    font-size: 1.2em;
}

.fontbigger, .fontl {
    font-family: 微软雅黑, STHeiti, 华文黑体, SimSun, 宋体, sans-serif;
    font-size: 1.1em;
}

.fontxl {
    font-family: 微软雅黑, STHeiti, 华文黑体, SimSun, 宋体, sans-serif;
    font-size: 1.2em;
}

.fontxxxl {
    font-family: 微软雅黑, STHeiti, 华文黑体, SimSun, 宋体, sans-serif;
    font-size: 1.6em;
}

.fontxxl {
    font-family: 微软雅黑, STHeiti, 华文黑体, SimSun, 宋体, sans-serif;
    font-size: 1.4em;
}

.fontxxxl {
    font-family: 微软雅黑, STHeiti, 华文黑体, SimSun, 宋体, sans-serif;
    font-size: 1.6em;
}


.whiteborder {
    border: 3px solid #fff;
}

/*Gallery*/
#gallery {
    margin: 0 auto;
    height: 496px;
    overflow: hidden;
    z-index: 1;
}

.container_image {
    margin: 0 auto;
    position: relative;
    width: 100%;
    font-size: .8125em;
}
/*===== gallery =====*/
.roundabout-holder {
    width: 900px;
    height: 496px;
    margin: 0 auto;
}

.roundabout-moveable-item {
    width: 646px;
    height: 416px;
    cursor: pointer;
    border: 3px solid #ccc;
    border: 3px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .roundabout-moveable-item img {
        width: 100%;
    }

.roundabout-in-focus {
    border: 3px solid rgba(0, 0, 0, 0.2);
}


.roundabout-container {
    position: relative;
    height: 520px;
    width: 100%;
}

.roundabout-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.roundabout-item {
    position: relative;
    float: left;
    width: 380px;
    height: 100%;
    text-align: center;
}

.roundabout-nav span {
    width: 25px;
    height: 38px;
    background: transparent url(../images/arrows.png) no-repeat top left;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -40px;
    text-indent: -9000px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 100;
}

    .roundabout-nav span.roundabout-nav-next {
        background-position: top right;
        left: auto;
        right: -40px;
    }

    .roundabout-nav span:hover {
        opacity: 1.0;
    }

.submenu {
    margin: 0 auto;
    display: block;
    text-align: center;
}

    .submenu li {
        display: inline-block;
        position: relative;
        padding: 5px 30px;
    }

        .submenu li a {
            color: white;
            font-size: 1.2em;
        }

        .submenu li.current {
            background: #ebb229;
            border-radius: 2em;
            -webkit-border-radius: 2em;
            -moz-border-radius: 2em;
            -o-border-radius: 2em;
        }

.submenu_border li {
    border: 1px solid #ccc;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    margin: 20px;
}

    .submenu_border li a {
        color: #999999;
    }

    .submenu_border li.current {
        border-color: #ebb229;
    }

        .submenu_border li.current a {
            color: white;
        }

.casecontainer {
    height: 820px;
}

    .casecontainer .col-md-3, .casecontainer .col-md-6 {
        height: 290px;
    }

.casebox {
    height: 510px;
    overflow: visible;
    width: 110%;
    margin-left: -5%;
}

.contactform {
    /* background-color: rgba(51, 51, 51, 0.65); */
    background: transparent url(../images/transparent_bg.png);
    border-bottom: 1px solid #666666;
}

.head_icon_box {
    position: relative;
    right: 20px;
    top: 20px;
}

.icon_hamb, .icon_branch, .icon_corp {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 0 6px;
}

.icon_hamb {
    background: transparent url(../images/icon_hamb.png) no-repeat center center;
}

.icon_branch {
    background: transparent url(../images/icon_branch.png) no-repeat center center;
}

.icon_corp {
    background: transparent url(../images/icon_corp.png) no-repeat center center;
}

.leftad {
    position: absolute;
    width: 140px;
    height: 260px;
    top: 120px;
    left: 0px;
    background: transparent url(../images/leftad.jpg) no-repeat center center;
    background-size: 100% 100%;
    z-index:10;
}
.online_chat{
	background: #563022 url(../images/online_chat.png) no-repeat center center;
	background-size: 80%;
	width: 100%;
    height: 50px;
    margin-top: 260px;
}
.qq_chat{
	background: #3a2017 url(../images/qq.png) no-repeat center center;
	background-size: 80%;
	width: 100%;
    height: 50px; 
}
.wechat{
	background: #3a2017 url(../images/qrcode3.png) no-repeat center center;
	background-size: 80%;
	width: 100%;
    height:120px; 
}
.consult{
	background: #3a2017 url(../images/consult.png) no-repeat center center;
	background-size: 80%;
	width: 100%;
    height:80px; 
}

.contentbanner {
}

/************     banner      ************/

.banner_base {
    height: 250px;
    width: 100%;
}

.banner_about_intro {
    background: #b2b2b2 url(../images/banner_intro.jpg) no-repeat center center;
}

.banner_prod {
    background: #b2b2b2 url(../images/banner_prod.jpg) no-repeat center center;
}

.banner_brand {
    background: #b2b2b2 url(../images/banner_brand.jpg) no-repeat center center;
}

.banner_news {
    background: #b2b2b2 url(../images/banner_news.jpg) no-repeat center center;
}

.banner_join {
    background: #b2b2b2 url(../images/banner_join.jpg) no-repeat center center;
}
/************     banner end  ************/

/************     dev path      ************/

.devpath_line {
    border-left: 1px solid #e6e6e6;
    margin-left: 80px;
}

.devpath_station {
    margin-left: -83px;
    margin-top: 20px;
}

    .devpath_station:hover, .devpath_station:hover .devpath_point {
        color: #ebb229;
    }

.devpath_station_noyear {
    margin-left: 10px;
}

.devpath_title_newline {
    margin-left: 103px;
}

.devpath_year {
    font-size: 1.8em;
    vertical-align: middle;
}

.devpath_title {
    padding-left: 10px;
}

.devpath_point {
    color: #999;
    margin-left: 9px;
}

.devpath_bg_map {
    background: #fff url(../images/about_devpath_map.jpg) no-repeat center;
}

.devpath_bg_doll {
    background: #fff url(../images/about_devpath_doll.jpg) no-repeat center;
}


/************     dev path end  ************/



/************     prod detail      ************/

.detail_icon {
    float: left;
    vertical-align: middle;
    padding: 0px 10px;
    padding-top: 4px;
}

.detail_icon_desc {
    float: left;
    width: 378px;
}

.seemore {
    border: 1px solid #e6e6e6;
    padding: 1em;
}

    .seemore a {
        color: #c2c2c1;
        font-size: 0.8em;
        width: 100%;
        text-align: center;
        display: inline-block;
    }



/************     prod detail end  ************/

/************     join       ************/

.join_head2 {
    background: #fff url(../images/join_h2_bg.png) no-repeat center;
    text-align: center;
    color: white;
    height: 30px;
    font-size: 20px;
}

.join_process_step1 .join_img {
    margin-left: 275px;
}

.join_process_step1 h2 {
    display: inline-block;
    margin-left: -10px;
    border-radius: 50%;
    background: #ebb229;
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.join_process_step1 span {
    margin-left: 30px;
    font-size: 1.2em;
}

.join_process_step {
}

    .join_process_step .join_img {
        margin-left: -10px;
        margin-top: -95px;
        z-index: 1;
    }

    .join_process_step .join_rounder {
        display: block;
        margin-left: 325px;
    }

    .join_process_step span {
        margin-top: -20px;
        display: block;
        margin-left: 160px;
        font-size: 1.2em;
        height: 1em;
    }

    .join_process_step h2 {
        z-index: 10;
        position: relative;
        margin-top: -90px;
        display: inline-block;
        margin-left: 385px;
        border-radius: 50%;
        background: #ebb229;
        width: 40px;
        height: 40px;
        color: white;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
    }

.join_process_step_alt {
    padding-top: 60px;
}

    .join_process_step_alt .join_rounder {
        /*水平翻转*/
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        /*IE*/
        filter: FlipH;
        top: -60px;
        float: right;
        position: relative;
        right: 340px;
    }

    .join_process_step_alt .join_img {
        margin-left: 275px;
    }

    .join_process_step_alt span {
        margin-left: 70px;
        font-size: 1.2em;
        height: 1em;
        display: inline-block;
    }


    .join_process_step_alt h2 {
        z-index: 10;
        position: relative;
        display: inline-block;
        margin-left: -10px;
        border-radius: 50%;
        background: #ebb229;
        width: 40px;
        height: 40px;
        color: white;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
    }


.rounder_img {
    border-radius: 50%;
}

#img_international{
	display:none;
}

.brand_market_tab .brand_market_tab1,.brand_market_tab .brand_market_tab2{
	float:left;
	width:49%;
	text-align:center;
	height:50px;
	line-height: 50px;
	background:#e6e6e6;
	cursor: pointer;
}
.brand_market_tab .active{
	background:#3a2017;
	color:#fff;
}

.giftList p{
	text-align: center;
	font-size: 0.9em !important;
}

#fixedfoot{
	 bottom:0px;
	 width:100%;
	 z-index:10;
}

.fixedmenu{
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #211510;
    text-align: center;
    top: 0px;
    z-index: 11;
}

.introtitle_cn{
	color:white;
	font-size:1.6em;
	font-weight:bold;
	padding:5px 0px;
	background:#3a2017;
}
.introtitle_en{
	color:#3a2017;
	font-size:1.6em;
	padding:5px 0px;
	background:#563022;
}

.introtitle{
	color:white;
	height:50px;
	font-size:1.6em;
	font-weight:bold;
	padding:5px 0px;
	background:#3a2017;
}
.introtitle1{
    background: transparent url(../images/introtitle1.jpg) no-repeat center;
}
.introtitle2{
    background: transparent url(../images/introtitle2.jpg) no-repeat center;
}
.introtitle3{
    background: transparent url(../images/introtitle3.jpg) no-repeat center;
}

 
/************     join end   ************/

/************     NEWS       ************/


/************     NEWS end   ************/

/*@import url("style_mobile.css");*/
/************    @import url(example.css) screen and (min-width:800px);   ************/

