@charset "utf-8";
.banner {
    width: 100%;
    height: 120px;
    position: relative
}

.banner img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.content {
    margin: 2em auto
}

.page_title {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 2em
}

.title {
    color: #27292e;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold
}

.title span {
    color: #999;
    font-size: .75em;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 5px
}

.crumb {
    color: #4d4d4d;
    margin-top: 5px
}

.crumb li {
    display: inline-block
}

.crumb li .fa-home {
    color: #0068b7;
    font-size: 1.3em;
    margin-right: 5px
}

.crumb li .fa-angle-right {
    font-size: .8em
}

.crumb li a {
    color: #4d4d4d;
    font-size: .8em
}

.crumb li a:hover {
    text-decoration: underline
}

.edit {
    color: #545454;
    line-height: 2em;
    word-wrap: break-word;
    word-break: break-all;
    text-align: justify
}

.edit img {
    max-width: 100%
}

.button {
    border: 1px solid #8b8b8b;
    color: #8b8b8b;
    border-radius: 5px;
    padding: 15px;
    min-width: 150px;
    max-width: 250px;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.button i {
    float: right
}

.button:focus {
    outline: none
}

.button.button--saqui {
    overflow: hidden;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in
}

.button--saqui::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #cd001d;
    -webkit-transform-origin: -25% 50%;
    transform-origin: -25% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in
}

.button--saqui:hover::after, .button--saqui:hover {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.button--saqui:hover {
    color: #f1f2f3
}

.button--saqui:hover i {
    color: #cd001d
}

.button--saqui:hover::after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
}

.pager {
    text-align: right
}

.pager a {
    display: inline-block;
    background: #cacaca;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-radius: 7px;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 5px;
    vertical-align: top;
    transition: all ease .3s
}

.pager a i {
    line-height: 38px
}

.pager a:hover {
    background: #3f96d8
}

.pager a.on {
    background: #0068b7
}

.pager a.disable {
    display: none
}

.about {
    color: #545454;
    line-height: 1.8em
}

.about .a_title {
    color: #27292e;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: .5em;
    letter-spacing: 1px
}

.about .a_img1 {
    float: left;
    margin: 0 2em 1em 0
}

.about .a_block2 {
    background: url(../img/about_img2.jpg) no-repeat right bottom;
    margin: 2.5em 0 1em;
    line-height: 2.5em;
    padding-bottom: 2.5em
}

.about .a_block2 .a_word {
    width: 50%
}

.about .a_block2 .a_title {
    background: url(../img/about_icon1.jpg) no-repeat left;
    padding-left: 50px;
    height: 47px;
    padding-top: 10px;
    margin-bottom: 1.5em
}

.about .a_block2 p {
    background: url(../img/icon.jpg) no-repeat left;
    padding-left: 20px;
    margin-left: 18px
}

.about .a_block3 {
    margin-bottom: 2em
}

.about .a_block3 .a_title {
    background: url(../img/about_icon2.jpg) no-repeat left;
    padding-left: 60px;
    height: 39px;
    padding-top: 10px;
    margin-bottom: 1em
}

.about .a4 {
    background: url(../img/about_icon3.jpg) no-repeat left;
    padding-left: 60px;
    height: 51px;
    padding-top: 10px
}

.product {
    margin: 0 -30px 20px -30px
}

.product .big_list {
    padding: 0 30px;
    width: 33%;
    float: left;
    margin-bottom: 2em
}

.product .big_list .list1 {
    border: 10px solid #f6f6f6;
    background: #fff;
    padding: 10px;
    height: 600px
}

.product .big_list .list1 .list_img {
    border: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 1
}

.product .big_list .list1 .list_img img {
    width: 100%;
    transition: all ease .5s
}

.product .big_list .list1 .list_img:before, .product .big_list .list1 .list_img:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 19px;
    left: 7px;
    width: 93%;
    height: 20%;
    -webkit-box-shadow: 0 15px 10px rgba(125, 125, 125, .8);
    -moz-box-shadow: 0 15px 10px rgba(125, 125, 125, .8);
    box-shadow: 0 15px 10px rgba(125, 125, 125, .8);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.product .big_list .list1 .list_img:after {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg)
}

.product .big_list .list1 h3 {
    padding-top: .9em;
    font-size: 1.2em;
    text-align: center
}

.product .big_list .list1 h3 a {
    color: #0068b7
}

.product .big_list .list1 .catogory {
    margin: .5em
}

.product .big_list .list1 .catogory a {
    background: url(../img/dot.jpg) no-repeat left;
    padding-left: 15px;
    color: #787878;
    display: block;
    font-size: .9em;
    margin-bottom: 10px
}

.product .big_list .list1 .catogory a:hover {
    color: #000;
    text-decoration: underline
}

.product .p_left {
    width: 23%;
    float: left;
    padding-left: 30px
}

.product .p_right {
    width: 77%;
    float: right;
    padding-left: 30px;
    padding-right: 30px
}

.product .p_title {
    background: url(../img/product_bg.jpg) repeat;
    padding: 15px 20px;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 2px
}

.product .p_toggle {
    border: 1px solid #eff1f3
}

.product .p_toggle li ul {
    padding: 10px 15px
}

.product .p_toggle li ul li {
    padding: 6px 0;
    width: 100%;
    color: #727272;
    font-size: .8em;
    border: none
}

.product .p_toggle li ul li i {
    background: url(../img/icon2.jpg) no-repeat left;
    width: 10px;
    height: 10px;
    display: inline-block
}

.product .p_toggle li ul li.selected {
    color: #000
}

.product .p_toggle li ul li a {
    color: #717171
}

.product .p_toggle li ul li:hover a {
    color: #000
}

.product .p_toggle li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e2e2e2
}

.product .p_toggle li:first-child {
    border-top: 0
}

.product .p_toggle li .p_category {
    background: #eff1f3;
    padding: 16px
}

.product .p_toggle li .p_category:hover {
    background: #eee
}

.product .p_toggle li .p_category .label {
    color: #000;
    font-size: .95em
}

.product .p_toggle li .p_category .label img {
    float: left;
    margin-right: 10px;
    margin-top: -6px
}

.product .p_toggle li .p_category .arrow {
    display: block;
    width: 16px;
    height: 16px;
    background: no-repeat center;
    float: right
}

.product .p_toggle li .p_category .arrow.up {
    background-image: url(../img/arrow_u.jpg)
}

.product .p_toggle li .p_category .arrow.down {
    background-image: url(../img/arrow_d.jpg)
}

.product .p_toggle li .list_menu {
    display: none
}

.product .p_toggle .p_category:hover {
    cursor: pointer
}

.product .p_toggle li ul li:not(.selected):hover {
    cursor: pointer;
    color: #000
}

.product .p_toggle li ul li:not(.selected):active {
    cursor: pointer
}

.product .list2 {
    margin: 0 -5px
}

.product .list2 .list_box {
    padding: 5px;
    width: 24.5%;
    display: inline-block;
    vertical-align: top
}

.product .list2 .list_box .box_img {
    border: 1px solid #dbdbdb;
    background: #fff;
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
    overflow: hidden;
    position: relative
}

.product .list2 .list_box .box_img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.product .list2 .list_box .box_img a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.product .list2 .list_box:hover .box_img {
    border: 1px solid #ccc
}

.product .list2 .list_box:hover .p_name {
    border: 1px solid #ccc;
    border-top: 0
}

.product .list2 .list_box .p_name {
    background: #ebebeb;
    border: 1px solid #dbdbdb;
    border-top: 0;
    padding: 15px;
    font-size: .9em;
    color: #434242;
    font-weight: normal
}

.product .list2 .list_box .p_name a {
    color: #434242;
    display: block
}

.product .list2 .list_box .size {
    font-size: .75em;
    color: #787878;
    padding: 10px 15px
}

.toggleMenu {
    display: none;
    color: #fff;
    display: block;
    width: 100%
}

.toggleMenu i {
    float: right
}

.product .p_detail_left {
    width: 23%;
    float: left
}

.product .p_detail_img {
    border: 1px solid #dbdbdb;
    background: #fff;
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
    overflow: hidden;
    position: relative
}

.product .p_detail_img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.product .p_download {
    border: 1px solid #0068b7;
    color: #fff;
    width: 100%;
    display: block;
    margin: 5px 0;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    text-shadow: 1px 1px 0 #084776;
    font-size: .85em;
    background-color: #0970bf;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b93e1), to(#0169b8));
    background: -webkit-linear-gradient(top, #2b93e1, #0169b8);
    background: -moz-linear-gradient(top, #2b93e1, #0169b8);
    background: -ms-linear-gradient(top, #2b93e1, #0169b8);
    background: -o-linear-gradient(top, #2b93e1, #0169b8)
}

.product .p_download i, .product .p_inquiry i {
    float: right;
    font-size: 1.1em;
    line-height: 35px
}

.product .p_download:hover {
    background: #0970bf
}

.product .p_inquiry {
    border: 1px solid #f39a00;
    color: #fff;
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    text-shadow: 1px 1px 0 #b88537;
    font-size: .85em;
    background-color: #f39a00;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffbf51), to(#ffa303));
    background: -webkit-linear-gradient(top, #ffbf51, #ffa303);
    background: -moz-linear-gradient(top, #ffbf51, #ffa303);
    background: -ms-linear-gradient(top, #ffbf51, #ffa303);
    background: -o-linear-gradient(top, #ffbf51, #ffa303)
}

.product .p_inquiry span {
    font-size: 1.3em;
    font-weight: bold
}

.product .p_inquiry:hover {
    background: #f39a00
}

.product .p_detail_right {
    width: 75%;
    float: right;
    border: 1px solid #dcdcdc;
    background: url(../img/square.jpg) repeat
}

.product .p_detail_right .p_r_name {
    background: #ebebeb;
    padding: 10px 20px;
    display: block;
    color: #0068b7
}

.product .p_detail_right .p_r_name span {
    font-weight: bold;
    color: #000;
    margin-right: 10px;
    font-size: 1.1em
}

.product .p_detail_right .p_content {
    padding: 20px
}

.product .p_detail_right .p_content .p_title0002 {
    color: #0068b7;
    font-size: 1.2em;
    font-weight: bold;
    float: left;
    margin-right: 15px
}

.product .p_detail_right .p_content .edit {
    float: left
}

.product .hr {
    background: url(../img/line.jpg) repeat-x center center;
    text-align: center;
    margin: 2em 0
}

.product .relate {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: bold
}

.product .relate i {
    color: #fff;
    background: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 2px;
    text-align: center;
    margin: 0 8px;
    font-size: .8em
}

.product .inquiry_row {
    margin: 7px 0;
    overflow: hidden
}

.product .inquiry_row .row_title {
    float: left;
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
    font-size: .9em;
    width: 15%
}

.product .inquiry_row .row_box {
    border: 1px solid #d7d7d7;
    background: #ebebeb;
    box-shadow: 2px 2px 2px #ccc inset;
    border-radius: 5px;
    height: 30px;
    float: left;
    width: 85%;
    padding: 5px;
    outline: none
}

.product .inquiry_row .text_box {
    border: 1px solid #d7d7d7;
    background: #ebebeb;
    box-shadow: 2px 2px 2px #ccc inset;
    border-radius: 5px;
    height: 130px;
    float: left;
    width: 85%;
    padding: 5px;
    outline: none
}

.product .inquiry_row .row50 {
    width: 50%;
    float: left
}

.product .inquiry_row .title50 {
    width: 30%
}

.product .inquiry_row .box50 {
    width: 70%
}

.product .inquiry_row .box_s {
    max-width: 100px;
    margin-right: 10px
}

.news {
    margin-bottom: 2em
}

.news .news_list {
    margin-bottom: 4em;
    overflow: hidden
}

.news .news_list .news_left {
    float: left;
    width: 20%
}

.news .news_list .news_right {
    float: right;
    width: 75%
}

.news .news_list .news_img {
    border: 7px solid #dbdbdb;
    max-width: 180px;
    max-height: 180px;
    background: #fff;
    margin-top: 20px;
    -webkit-transition: border .3s ease-in;
    transition: border .3s ease-in
}

.news .news_list .news_img img {
    width: 100%
}

.news .news_list .news_img:hover {
    border-color: #999
}

.news .news_list .news_title a:hover {
    text-decoration: underline
}

.news .news_list .news_descript {
    color: #5c5c5c;
    font-size: .95em;
    line-height: 1.6em;
    margin-bottom: 2em
}

.news .news_date {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 1.3em;
    background: url(../img/news_line.jpg) no-repeat left bottom;
    padding-bottom: 10px;
    padding-left: 5px
}

.news .news_title {
    color: #cd001d;
    font-size: 1.8em;
    margin: 5px 0 20px 0
}

.news .news_title a {
    color: #cd001d
}

.news .news_detail_title {
    background: url(../img/news_line2.jpg) repeat-x bottom;
    padding-bottom: 10px;
    margin-bottom: 2em
}

.news .news_detail_title .news_date {
    background: none
}

.news .back {
    display: block;
    margin: 2em 0
}

.news .back a {
    margin: auto;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 28px
}

.news .back i {
    line-height: 28px
}

.news .back .button {
    width: 200px;
    padding: 10px 15px
}

.news .back .button--saqui::after {
    letter-spacing: 2px;
    padding: 10px 15px
}

.quality_list {
    margin: 20px -13px
}

.quality_list .q_img {
    width: 22.8%;
    margin: 13px;
    float: left;
    position: relative;
    overflow: hidden;
    transition: all ease .5s
}

.quality_list .q_img span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: .9em;
    text-align: right;
    padding: 8px 10px;
    color: #fff;
    background-color: #0068b7;
    background: rgba(0, 104, 183, .7)
}

.quality_list .q_img img {
    width: 100%;
    transition: all ease .5s
}

.quality_list .q_img:hover {
    box-shadow: 0 0 5px #555;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.quality_words {
    margin: 0 13px 15px 13px
}

.quality_words span {
    display: block
}

.quality_title {
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
    color: #000
}

.quality_descript {
    width: 80%;
    color: #4c4c4c;
    font-size: .95em;
    line-height: 1.8em;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.factory_pic {
    float: left;
    width: 36%;
    margin-left: 13px
}

.factory_words {
    width: 60%;
    margin: 0;
    float: right
}

.factory_words .quality_title {
    width: 30%;
    font-size: .95em;
    display: inline-block;
    vertical-align: top
}

.factory_words .quality_title i {
    float: right;
    padding-right: 15px
}

.factory_words .quality_descript {
    width: 70%;
    display: inline-block;
    vertical-align: top
}

.f_top {
    margin-bottom: 2em
}

.f_list {
    margin: 25px 0;
    width: 19.5%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    transition: all ease .5s
}

.f_list .f_imgs {
    width: 195px;
    height: 195px;
    border: 4px solid #7fb3db;
    background: #fff;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.f_list:hover .f_imgs {
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2)
}

.f_list .f_imgs img {
    opacity: .8;
    transition: all ease .5s
}

.f_list:hover .f_imgs img {
    opacity: 1
}

.f_list p {
    font-size: .95em;
    color: #1d1d1d;
    font-weight: bold;
    text-align: center;
    margin-top: 10px
}

.f_list:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.app {
    margin-bottom: 1em
}

.app img {
    float: left;
    margin-top: 30px;
    width: 50%
}

.app_right {
    float: right;
    width: 50%
}

.app_grey {
    background: #f5f5f5 url(../img/line.jpg) repeat-x bottom;
    width: 100%;
    padding: 2em 4em
}

.app_grey:nth-child(2) {
    background-color: #fff
}

.app_word {
    border-radius: 50%;
    width: 400px;
    height: 400px;
    overflow: hidden;
    float: right;
    padding: 55px
}

.app1 {
    background: url(../img/app_bg1.jpg) repeat
}

.app2 {
    background: url(../img/app_bg2.jpg) repeat
}

.app3 {
    background: url(../img/app_bg3.jpg) repeat;
    padding: 75px 38px
}

.app_title {
    color: #fff600;
    font-size: 1.5em;
    margin-top: 1.5em;
    margin-bottom: .5em;
    white-space: nowrap
}

.app_parts {
    color: #fff;
    margin: 0;
    line-height: 25px
}

.contact {
    margin-bottom: 2em
}

.contact_info {
    width: 45%;
    float: left
}

.contact_info h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
    color: #000
}

.contact_info p {
    margin-bottom: .5em;
    font-size: .95em;
    color: #555
}

.contact_info .c_title {
    width: 15%;
    font-weight: bold;
    display: inline-block;
    color: #000
}

.contact_info .c_word {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-all
}

.contact_info a {
    color: #0096ff
}

.contact_map {
    width: 53%;
    float: right
}

.map {
    width: 100%;
    height: 222px;
    border: 4px solid #d9d9d9;
    position: relative
}

.map:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    bottom: -20px;
    background: url(../img/map_shadow.jpg) no-repeat;
    height: 20px;
    background-size: 100% 100%
}

.contact_form {
    width: 100%;
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 3em 0 2em 0
}

.contact_form .form_row {
    display: table-row
}

.contact_form .form_row .form_box {
    display: table-cell;
    border: 1px solid #d9d9d9;
    padding: 20px;
    background: #fff
}

.contact_form .form_row .form_box .f_box {
    border-radius: 6px;
    box-shadow: inset 3px 3px 3px #aaa;
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    outline: none
}

.contact_form .form_row .form_tit {
    background: #f2f2f2;
    width: 25%;
    position: relative
}

.contact_form .form_row .form_content {
    width: 75%
}

.fill {
    background: #b00;
    color: #fff;
    font-size: .75em;
    text-align: center;
    padding: 2px 5px;
    border-radius: 5px;
    float: right
}

.f_box1 {
    width: 60%
}

.f_box2 {
    width: 100%
}

.f_box3 {
    width: 100%;
    height: 150px
}

.f_box4 {
    width: 20%;
    margin-right: 10px
}

.f_buttons {
    text-align: center;
    margin-top: 10px
}

.submit {
    background: #ff9c00;
    box-shadow: 0 -2px 0 #cc7d00 inset;
    border: none;
    border-radius: 5px;
    padding: 7px 40px;
    color: #fff;
    font-size: 1.2em;
    margin: 0 15px
}

.clear {
    background: #4e4e4e;
    box-shadow: 0 -2px 0 #3e3e3e inset
}

.submit:hover {
    background: #ec9000
}

.clear:hover {
    background: #3e3e3e
}

@media only screen and (max-width: 1200px) {
    .content {
        padding: 0 1.1em;
        color: #545454
    }

    .product .big_list .list1 {
        height: 46vw
    }

    .product .p_left {
        width: 27%
    }

    .product .p_right {
        width: 73%
    }

    .product .list2 .list_box .box_img {
        height: 14vw
    }

    .product .p_detail_left {
        width: 25%
    }

    .product .p_detail_right {
        width: 73%
    }

    .product .p_detail_img {
        height: 15vw
    }

    .product .inquiry_row .row_title {
        font-size: .9em
    }

    .inquiry_row .row_title {
        white-space: nowrap
    }

    .quality_list .q_img {
        width: 22.3%
    }

    .factory_words {
        margin-bottom: 10px
    }

    .factory_words .quality_title {
        width: 36%;
        font-size: 1em
    }

    .factory_words .quality_descript {
        width: 64%
    }

    .f_list .f_imgs {
        width: 175px;
        height: 175px
    }

    .app_word {
        width: 38vw;
        height: 38vw;
        padding: 10% 15%
    }

    .app_title {
        white-space: normal
    }
}

@media only screen and (max-width: 1024px) {
    .about .a_block2 p {
        line-height: 1.4em;
        margin-bottom: 15px
    }

    .product {
        margin: 0 -15px 20px -15px
    }

    .product .big_list {
        padding: 0 15px
    }

    .product .big_list .list1 {
        height: 52vw;
        padding: 6px;
        border-width: 6px
    }

    .product .big_list .list1 h3 {
        font-size: 1.05em;
        padding-top: .5em
    }

    .product .big_list .list1 .catogory a {
        font-size: .85em
    }

    .product .p_left {
        width: 30%;
        padding: 0 15px
    }

    .product .p_right {
        width: 70%;
        padding: 0 15px
    }

    .product .list2 .list_box {
        width: 32.5%
    }

    .product .list2 .list_box .box_img {
        height: 17vw
    }

    .product .p_detail_left {
        width: 35%
    }

    .product .p_detail_right {
        width: 63%
    }

    .product .p_detail_img {
        height: 20vw
    }

    .relate_list .list_box {
        width: 25% !important
    }

    .relate_list .list_box .box_img {
        height: 14vw !important
    }

    .product .inquiry_row .row50 {
        width: 100%;
        margin-bottom: 5px
    }

    .product .inquiry_row .row50:last-child {
        margin-bottom: 0
    }

    .product .inquiry_row .title50, .product .inquiry_row .row_title {
        width: 25%
    }

    .product .inquiry_row .box50, .product .inquiry_row .row_box, .product .inquiry_row .text_box {
        width: 75%
    }

    .news .news_list .news_title {
        font-size: 1.6em;
        margin: 5px 0 15px 0
    }

    .quality_list .q_img {
        width: 30.5%;
        margin: 10px
    }

    .quality_list .q_img:hover {
        -webkit-transform: none;
        transform: none
    }

    .quality_descript {
        width: 100%
    }

    .factory_pic {
        width: 41.5%
    }

    .quality_title i {
        display: none;
        padding: 0
    }

    .factory_words {
        width: 55%;
        margin-bottom: 10px
    }

    .factory_words .quality_title {
        width: 100%;
        text-align: left
    }

    .factory_words .quality_descript {
        width: 100%
    }

    .f_list {
        width: 24.5%
    }

    .f_list .f_imgs img {
        opacity: 1
    }

    .f_list:hover {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .app_word {
        width: 38vw;
        height: 38vw;
        padding: 10% 15%
    }

    .app_title {
        font-size: 1.2em;
        white-space: normal
    }

    .app_parts {
        line-height: 22px
    }

    .contact_info .c_title {
        width: 20%
    }

    .contact_info .c_word {
        width: 80%
    }
}

@media only screen and (max-width: 768px) {
    .about .a_img1 {
        width: 50%
    }

    .about .a_block2 {
        background-size: 60%
    }

    .about .a_block2 p {
        padding-left: 20px;
        margin-left: 10px
    }

    .product {
        margin: 0
    }

    .product .big_list {
        padding: 0;
        width: 100%;
        float: none
    }

    .product .big_list .list1 {
        height: auto;
        padding: 10px;
        border-width: 10px
    }

    .product .big_list .list1 .list_img {
        width: 45%;
        float: left
    }

    .product .big_list .list1 h3 {
        text-align: left;
        text-indent: 13px;
        line-height: 40px;
        padding: 0
    }

    .product .big_list .list1 .catogory {
        float: right;
        width: 52%;
        margin: 0
    }

    .product .big_list .list1 .catogory a {
        margin-bottom: 8px
    }

    .product .p_left {
        width: 100%;
        margin-bottom: 1em;
        padding: 0
    }

    .product .p_right {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .product .list2 .list_box .box_img {
        height: 19vw
    }

    .product .p_title p {
        display: none
    }

    .product .p_right .page_title .title {
        display: none
    }

    .product .p_detail_left {
        width: 100%
    }

    .product .p_detail_right {
        width: 100%
    }

    .product .p_detail_img {
        height: 180px;
        width: 200px;
        margin: 0 auto 20px
    }

    .product .p_download, .product .p_inquiry {
        width: 50%;
        float: left;
        margin: 5px 0;
        text-align: center;
        overflow: hidden;
        margin-bottom: 30px;
        height: 40px;
        line-height: 40px
    }

    .product .p_download i, .product .p_inquiry i {
        display: none
    }

    .relate_list .list_box .box_img {
        height: 20vw !important
    }

    .news .news_list .news_left {
        float: left;
        width: 25%
    }

    .news .news_list .news_right {
        float: right;
        width: 70%
    }

    .news .news_list .news_title {
        font-size: 1.4em
    }

    .news .news_list .news_descript {
        font-size: .85em
    }

    .quality_list .q_img {
        width: 30%
    }

    .factory_pic {
        width: 452px;
        max-width: 94%;
        float: none;
        margin-bottom: 15px
    }

    .factory_words {
        width: 95%;
        margin: 0 13px;
        float: none
    }

    .factory_words .quality_title {
        width: 36%
    }

    .factory_words .quality_descript {
        width: 64%
    }

    .f_list {
        width: 32.5%
    }

    .f_list .f_imgs {
        width: 145px;
        height: 145px
    }

    .app {
        position: relative
    }

    .app img {
        position: absolute;
        width: 60%
    }

    .app_grey {
        background-color: #fff;
        padding: 2em 0
    }

    .app_word {
        width: 52vw;
        height: 52vw;
        padding: 15% 11% 10% 33%
    }

    .app_title {
        font-size: 1.3em;
        white-space: normal
    }

    .app_parts {
        line-height: 22px
    }

    .contact_info, .contact_map {
        width: 100%
    }

    .contact_info .c_title {
        width: 80px;
        margin-bottom: 5px
    }

    .map {
        height: 180px
    }
}

@media only screen and (max-width: 639px) {
    .about {
        line-height: 1.6em;
        font-size: .85em
    }

    .about .a_title {
        font-size: 1.4em
    }

    .about .a_block2 {
        line-height: 2em
    }

    .about .a_block2 .a_title {
        margin-bottom: 1em;
        padding-left: 45px
    }

    .relate_list .list_box {
        width: 50% !important
    }

    .relate_list .list_box .box_img {
        height: 35vw !important
    }

    .news .news_date {
        font-size: 1.1em
    }

    .quality_list .q_img {
        width: 45.6%
    }

    .quality_title {
        font-size: 1.1em
    }

    .quality_descript {
        font-size: .9em;
        line-height: 1.6em
    }

    .quality_title i {
        display: none;
        padding: 0
    }

    .factory_words {
        margin-bottom: 10px
    }

    .factory_words .quality_title {
        width: 100%;
        text-align: left
    }

    .factory_words .quality_descript {
        width: 100%
    }

    .app_word {
        width: 52vw;
        height: 52vw;
        padding: 8% 11% 10% 35%
    }

    .app3 {
        padding-top: 11%
    }

    .app_title {
        font-size: 1.1em
    }

    .app_parts {
        line-height: 20px;
        font-size: .85em
    }

    .contact_form .form_row .form_box {
        padding: 15px;
        border-top: 0
    }

    .contact_form {
        border-top: 1px solid #d9d9d9
    }

    .contact_form .form_row .form_tit {
        text-align: center
    }

    .f_box1 {
        width: 100%
    }

    .f_box4 {
        width: 50%
    }

    .fill {
        float: none;
        width: 40px;
        display: block;
        margin: auto;
        margin-top: 5px
    }
}

@media only screen and (max-width: 480px) {
    .banner {
        height: 80px;
        overflow: hidden
    }

    .banner img {
        top: -25px
    }

    .page_title {
        margin-bottom: 1.5em
    }

    .title {
        text-align: left;
        font-size: 1.3em
    }

    .crumb {
        margin-top: 10px
    }

    .about .a_img1 {
        display: none
    }

    .about .a_block2 {
        background: none;
        line-height: 1.6em;
        padding-bottom: 1em
    }

    .about .a_block2 p {
        margin-left: 0;
        margin-bottom: 10px
    }

    .product {
        margin: 0
    }

    .product .big_list {
        padding: 0;
        width: 100%;
        float: none
    }

    .product .big_list .list1 {
        height: auto;
        padding: 10px;
        border-width: 10px
    }

    .product .big_list .list1 .list_img {
        width: 100%;
        float: none
    }

    .product .big_list .list1 h3 {
        text-align: center;
        text-indent: 0;
        line-height: 40px;
        padding: 0
    }

    .product .big_list .list1 .catogory {
        float: right;
        width: 100%;
        margin: 0
    }

    .product .big_list .list1 .catogory a {
        margin-bottom: 8px
    }

    .product .list2 .list_box {
        width: 50%
    }

    .product .list2 .list_box .box_img {
        height: 32vw
    }

    .product .list2 .list_box .p_name {
        padding: 13px
    }

    .product .inquiry_row .row_title {
        float: none;
        width: 100%;
        text-align: left
    }

    .product .inquiry_row .row_box, .product .inquiry_row .text_box {
        float: none;
        width: 100%
    }

    .news .news_list .news_left {
        float: left;
        width: 30%
    }

    .news .news_list .news_right {
        float: right;
        width: 60%
    }

    .news .news_list .news_title {
        font-size: 1.2em
    }

    .news .news_list .news_img {
        border: 5px solid #dbdbdb
    }

    .news .button {
        font-size: .9em
    }

    .news .news_date {
        font-size: 1em
    }

    .quality_list .q_img {
        width: 45.9%;
        margin: 5px;
        position: static;
        display: inline-block;
        vertical-align: top;
        float: none
    }

    .quality_list .q_img span {
        position: static;
        display: block;
        font-size: .75em
    }

    .quality_title {
        margin-bottom: 10px
    }

    .quality_descript {
        font-size: .9em;
        line-height: 1.6em
    }

    .f_list {
        width: 49%
    }

    .f_list .f_imgs {
        width: 140px;
        height: 140px
    }

    .f_list p {
        font-size: 1em
    }

    .app img {
        position: static;
        width: 100%;
        margin-top: 0
    }

    .app_right {
        float: none;
        width: 100%
    }

    .app_word {
        border-radius: 0;
        padding: 0% 11% 5% 11%;
        width: 100%;
        height: auto
    }

    .contact_info p {
        font-size: .85em
    }

    .contact_info .c_title {
        width: 25%
    }

    .contact_info .c_word {
        width: 75%
    }

    .contact_form .form_row .form_box {
        display: block;
        padding: 10px 15px
    }

    .contact_form .form_row .form_tit, .contact_form .form_row .form_content {
        width: 100%
    }

    .contact_form .form_row .form_tit {
        text-align: left;
        border-bottom: 0
    }

    .contact_form .form_row .form_content {
        border-top: 0
    }

    .fill {
        float: right;
        margin: 0
    }

    .submit {
        padding: 10px 20px;
        margin: 0 5px
    }
}