/*  content */

.main {
    height: 100%;
    min-height: 426px;
    background-color: #fff;
}

.frame {
    position: relative;
    overflow: hidden;
}

.frame a {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-table;
    width: 101%;
    height: 101%;
    text-align: center;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    z-index: 10;
}

.frame a:hover {
    color: #fff;
}

.frame a span {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
}

.frame a:hover span {
    font-size: 1.2em;
    font-size: 1em\9\0;
}

.frame a i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    -webkit-transition: all 0.65s ease;
    transition: all 0.65s ease;
    background-color: rgba(242, 145, 0, 0);
    z-index: 0;
}

.frame a:hover i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(242, 145, 0, 0.75);
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadein2 {
    from {
        opacity: 0;
        margin-right: -50px;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein2 {
    from {
        opacity: 0;
        margin-right: -50px;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein3 {
    from {
        opacity: 0;
        top: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein3 {
    from {
        opacity: 0;
        top: 0;
    }
    to {
        opacity: 1;
    }
}


/*  about   */

.about_top {
    width: 100%;
    height: 43%;
    overflow: hidden;
}

.about_t1 {
    width: 100%;
    height: 100%;
    min-height: 183px;
    background: url(../img/about_top.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    -webkit-animation: fadein 2.5s;
    animation: fadein 2.5s;
}

.about_t1 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.about_bottom {
    width: 100%;
    height: 57%;
}

.about_b1 {
    width: 33%;
    min-width: 200px;
    height: 100%;
    min-height: 243px;
    float: left;
    display: inline-table;
}


/*.about_b1_top {
    width: 100%;
    height: 50%;
    min-width:200px;
    min-height: 122px;
    background: url(../img/about_01.jpg) center top no-repeat;
    background-size: cover;
}

.about_b1_btm {
    width: 100%;
    height: 50%;
    min-width:200px;
    min-height: 121px;
    background: url(../img/about_02.jpg) center top no-repeat;
    background-size: cover;
}*/

.about_b2 {
    width: 17%;
    height: 100%;
    min-width: 170px;
    min-height: 243px;
    float: left;
    background: url(../img/about_03.jpg) center top no-repeat;
    background-size: cover;
}

.about_b3 {
    width: 30%;
    height: 100%;
    min-width: 300px;
    min-height: 243px;
    float: left;
    display: inline-table;
}

.about_b1 .about_content,
.about_b3 .about_content {
    height: 80%;
    display: table-cell;
    color: #000;
    vertical-align: middle;
}

.about_b1 .about_content p,
.about_b3 .about_content p {
    width: 280px;
    margin: 10px auto;
    font-size: 12px;
    line-height: 1.2em;
    color: #666;
}

.about_b4 {
    width: 20%;
    height: 100%;
    min-width: 200px;
    min-height: 243px;
    float: left;
    background: url(../img/about_04.jpg) center top no-repeat;
    background-size: cover;
}


/*  support   */

.support_top {
    width: 100%;
    height: 36%;
    min-height: 153px;
    overflow: hidden;
}

.support_t1 {
    width: 101%;
    height: 101%;
    min-height: 153px;
    background: url(../img/support_top.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    -webkit-animation: fadein 2.5s;
    animation: fadein 2.5s;
}

.support_t1 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.support_bottom {
    width: 100%;
    height: 64%;
    min-height: 273px;
}

.support_b1 {
    width: 33%;
    height: 100%;
    min-height: 273px;
    float: left;
}

.support_b1 a {
    min-height: 273px;
    background: url(../img/support_01.jpg) center top no-repeat;
    background-size: cover;
    -webkit-transition: all 0.65s ease;
    -webkit-animation: fadein 2s;
    transition: all 0.65s ease;
    animation: fadein 2s;
}

.support_b1 a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.support_b2 {
    width: 34%;
    height: 100%;
    min-height: 273px;
    float: left;
}

.support_b2 a {
    min-height: 273px;
    background: url(../img/support_02.jpg) center top no-repeat;
    background-size: cover;
    -webkit-transition: all 0.65s ease;
    -webkit-animation: fadein 2s;
    transition: all 0.65s ease;
    animation: fadein 2s;
}

.support_b2 a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.support_b3 {
    width: 33%;
    height: 100%;
    min-height: 273px;
    float: left;
}

.support_b3 a {
    min-height: 273px;
    background: url(../img/support_03.jpg) center top no-repeat;
    background-size: cover;
    -webkit-transition: all 0.65s ease;
    -webkit-animation: fadein 2s;
    transition: all 0.65s ease;
    animation: fadein 2s;
}

.support_b3 a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*  stories   */

.stories_1 {
    width: 25%;
    height: 100%;
    min-height: 426px;
    float: left;
}

.stories_1 a {
    min-height: 426px;
    background: url(../img/stories_01.jpg) center top no-repeat;
    background-size: cover;
    -webkit-transition: all 0.65s ease;
    -webkit-animation: fadein 2s;
    transition: all 0.65s ease;
    animation: fadein 2s;
}

.stories_1 a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.stories_2 {
    width: 25%;
    height: 100%;
    min-height: 426px;
    float: left;
}

.stories_2 a {
    min-height: 426px;
    background: url(../img/stories_02.jpg) center top no-repeat;
    background-size: cover;
    -webkit-transition: all 0.65s ease;
    -webkit-animation: fadein 2s;
    transition: all 0.65s ease;
    animation: fadein 2s;
}

.stories_2 a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.stories_3 {
    width: 25%;
    height: 100%;
    min-height: 426px;
    float: left;
}

.stories_3 a {
    min-height: 426px;
    background: url(../img/stories_03.jpg) center top no-repeat;
    background-size: cover;
    -webkit-transition: all 0.65s ease;
    -webkit-animation: fadein 2s;
    transition: all 0.65s ease;
    animation: fadein 2s;
}

.stories_3 a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.stories_4 {
    width: 25%;
    height: 100%;
    min-height: 426px;
    float: left;
}

.stories_4 a {
    min-height: 426px;
    background: url(../img/stories_04.jpg) center top no-repeat;
    background-size: cover;
    -webkit-transition: all 0.65s ease;
    -webkit-animation: fadein 2s;
    transition: all 0.65s ease;
    animation: fadein 2s;
}

.stories_4 a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*  technology   */

.technology_page #content {
    min-height: 700px;
}

.tech_top {
    width: 100%;
    height: 90%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.tech_bottom {
    clear: both;
    width: 100%;
    height: 90%;
    min-height: 580px;
    background-color: #f29100;
    position: relative;
}

.slider_block {
    width: 100%;
    height: 100%;
}

.tech_slider {
    /*width: 1000px;
    height: 480px;*/
    min-width: 1000px;
    min-height: 480px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.tech_slider ul {
    width: 100000px;
    height: 100%;   
    min-height: 480px;
    position: absolute;
    left: 0;
    top: 0;
}

.tech_slider ul li {
    /*width: 1000px;*/
    min-width: 1000px;
    float: left;
    text-align: center;
    position: relative;
}

.tech_slider ul li img {
    width: 100%;
}

.tech_slider ul li span {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 10px;
    text-align: left;
    width: 300px;
    -webkit-transform: scale(0.80);
}

.arr_left {
    position: absolute;
    left: 30px;
    top: 45%;
    display: block;
    width: 32px;
    height: 47px;
    text-indent: -9999px;
    background: url(../img/controls2.png) left top no-repeat;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
}

.arr_right {
    position: absolute;
    right: 30px;
    top: 45%;
    display: block;
    width: 32px;
    height: 47px;
    text-indent: -9999px;
    background: url(../img/controls2.png) right top no-repeat;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
}

.arr_left:hover {
    background-position: left bottom;
}

.arr_right:hover {
    background-position: right bottom;
}

.tech_bgpic {
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    z-index: 1;
    background: url(../img/tech_01.jpg) -120px top no-repeat;
    background-size: cover;
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
}

.tech_content {
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    z-index: 10;
    -webkit-animation: fadein2 2s;
    animation: fadein2 2s;
}

.tech_list {
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.tech_list li {
    float: left;
    font-size: 10px;
    width: 200px;
    height: 35px;
    margin: 2px 0;
    text-align: left;
    text-transform: uppercase;
}

.tech_list li img {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.tech_list li span {
    display: inline-table;
    margin-left: 2px;
    width: 163px;
    text-align: left;
    vertical-align: middle;
    -webkit-transform: scale(0.80);
}

.tech_txt {
    clear: both;
    max-width: 600px;
}

.tech_txt li {
    float: left;
    width: 50%;
    min-width: 250px;
    font-size: 11px;
    height: 30px;
    margin: 2px 0;
    text-align: left;
}

.tech_txt li img {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}

.tech_txt li span {
    display: inline-table;
    width: 220px;
    text-align: left;
    vertical-align: middle;
    -webkit-transform: scale(0.85);
}

@media screen and (min-width: 1300px) {
    .tech_bgpic {
        background-position: 0 0;
    }
    .tech_content {
        margin-right: 50px;
    }
}


/*  contact   */

.contact_page #content {
    min-height: 550px;
}

.contact {
    width: 100%;
    height: 100%;
    min-height: 550px;
    overflow: hidden;
    position: relative;
}

.contact_bgpic {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: url(../img/index_01.jpg) center top no-repeat;
    background-size: cover;
    z-index: 0;
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
}

.contact_info {
    position: absolute;
    right: 0;
    bottom: 30%;
    width: 20%;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 13px;
    line-height: 1.5em;
    z-index: 2;
}

.contact_info h4 {
    color: #f29100;
    font-size: 25px;
    margin-bottom: 5px;
}

.contact_form {
    position: absolute;
    left: 28%;
    top: 60px;
    bottom: 20%;
    width: 50%;
    margin-right: 0;
    color: #333;
    padding: 0;
    z-index: 2;
    -webkit-animation: fadein3 2s;
    animation: fadein3 2s;
}

.contact_form h3 {
    font-family: 'Montserrat', sans-serif;
    color: #f29100;
    font-size: 30px;
    margin-bottom: 20px;
}

.contact_form th {
    padding: 0 0 10px 0;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
}

.contact_form th span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-weight: 100;
    background-color: #eee;
}

.contact_form th span.note {
    color: #f29100;
    background-color: transparent;
}

.contact_form th span i {
    color: #f29100;
    display: inline-block;
    width: 18px;
    text-align: center;
}

.contact_form td {
    padding: 0 0 10px 0;
}

.contact_form td textarea {
    padding: 0 3px;
    width: 98%;
    height: 90px;
    border: 1px solid #333;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.contact_form td input {
    height: 28px;
    width: 98%;
    padding: 0 3px;
    border: 1px solid #333;
}

.contact_form td select {
    height: 28px;
    width: 99%;
    padding: 0 3px;
    border: 1px solid #333;
}

.contact_form td input.sent_btn {
    font-family: 'Montserrat', sans-serif;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: none;
    float: right;
}

.contact_form td input.sent_btn:hover {
    cursor: pointer;
    background-color: #f29100;
}

@media screen and (min-height: 780px) {
    .contact_form {
        top: 80px;
    }
    .contact_form th {
        padding: 0 0 30px 0;
    }
    .contact_form td {
        padding: 0 0 30px 0;
    }
}


/*     product        */

.product_page #content {
    min-height: 650px;
}

.product_search {
    float: left;
    color: #f29100;
    margin-top: 50px;
}

.product_search input[type=text] {
    margin-top: 5px;
    width: 100px;
    font-size: 15px;
    padding: 3px;
    background-color: #ededed;
    border: none;
}

.product_page .main {
    float: right;
    width: 900px;
    font-family: 'Montserrat', sans-serif;
}

.product_page .main h3 {
    clear: both;
    font-size: 30px;
    color: #f29100;
    text-align: center;
    margin-top: 30px;
}

.product_list li {
    width: 440px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.product_list li:nth-child(2n) {
    margin-right: 0
}

.product_list li a {
    width: 420px;
    height: 285px;
    display: block;
    position: relative;
}

.product_list li a img {
    width: 100%;
    display: block;
}

.product_list li a i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(242, 145, 0, 0) url(../img/icon/add.svg) 30px 30px no-repeat;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product_list li a:hover i {
    background-color: rgba(242, 145, 0, 0.6);
}

.product_info {
    width: 400px;
}

.product_spec {
    width: 100%;
    border: 0;
    margin-top: 20px;
    font-size: 12px;
}

.product_spec th {
    width: 26%;
    text-align: right;
    padding: 2px 8px 1px 0;
    vertical-align: middle;
}

.product_spec td {
    width: 37%;
    padding: 2px 0 1px 8px;
    border-left: 1px dotted #aaa;
    background-color: #dedede;
    vertical-align: middle;
}

.product_spec td.pro_spec_cat {
    font-size: 17px;
    height: 25px;
    padding: 1px 0 1px 15px;
    background-color: #fff;
}

.product_spec td.pro_spec_name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #f29100;
    height: 30px;
    padding: 1px 0 1px 15px;
    background-color: #fff;
}

.pro_spec_line th {
    font-family: 'Montserrat', sans-serif;
    color: #f29100;
    padding: 0 8px 0;
}

.pro_spec_line td {
    padding: 0 8px 0;
    background-color: #f29100;
    border-bottom: 1px solid #dedede;
}

.pro_spec_bgno td {
    background-color: #fff;
}

.product_spec td.pro_spec_tech {
    padding-top: 15px;
    background-color: #fff;
}

.product_spec td.pro_spec_tech img {
    width: 25px;
    height: 25px;
}


/*  colorbox content -  support   */

.open {
    display: none;
}

.open_content {
    width: 960px;
    height: 550px;
    overflow: hidden\9\0;
    margin: 0 auto;
    background-color: #fff;
}

.video_left {
    width: 50%;
    float: left;
}

.video_right {
    width: 50%;
    float: right;
}

.video_iframe {
    width: 480px;
    height: 300px;
}

.video_left h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.video_left h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #f29100;
}

.video_descript {
    font-size: 12px;
    line-height: 1.2em;
    padding-left: 25px;
    padding-right: 5px;
    height: 150px;
    overflow-y: scroll;
}

.video_right ul {
    width: 90%;
    margin: 60px auto 0;
    height: 450px;
    overflow-y: auto;
}

.video_right ul li {
    margin-bottom: 7px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}

.video_right ul li h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}

.video_right ul li h3 span {
    font-size: 16px;
    color: #f29100;
    display: inline-block;
    margin-left: 10px;
}

.video_right ul li a {
    font-size: 13px;
    display: inline-block;
    color: #000;
}

.video_right ul li a:hover {
    color: #f29100;
}


/*  colorbox content -  stories   */

.news_left {
    width: 50%;
    height: 550px;
    float: left;
}

.news_right {
    width: 50%;
    height: 550px;
    float: right;
    position: relative;
}

.news_right h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    padding-left: 35px;
    margin: 50px 0 30px;
    color: #f29100;
}

.news_descript {
    font-size: 12px;
    line-height: 1.2em;
    padding-left: 35px;
    padding-right: 5px;
    width: 80%;
    height: 275px;
    overflow-y: auto;
}

.news_descript p {
    margin-bottom: 10px;
}

.news_pic {
    position: absolute;
    bottom: -2px;
    width: 100%;
    border: 0;
}

.news_pic img {
    margin: 0;
    border: 0;
}


/*  colorbox content -  product   */

.open_pro {
    width: 100%;
    position: relative;
}

.open_pro h3 {
    position: absolute;
    left: 60px;
    top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 1.2em;
    color: #f29100;
}

.open_pro .pro_large {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.open_pro .pro_tech {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.open_pro .pro_tech span {
    display: inline-block;
    margin-left: 15px;
}

.open_pro .pro_tech span img {
    width: 40px;
    height: 40px;
}
.form-go{position:absolute; top:0; left:0; opacity:0;display:none;}