/* CSS Document */

@import url(font-awesome/css/font-awesome.min.css);
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a:hover {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.clearfix {
    clear: both;
}

#btnPageTop {
    position: fixed;
    right: 30px;
    bottom: -100px;
    z-index: 9999;
    cursor: pointer;
}


/*Banner*/

.banner {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
    clear: both;
    position: absolute;
    right: 0;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    display: block !important;
}

.content-Box {
    max-width: 1000px;
    margin: 0 auto;
}

.submenu_title {
    width: 290px;
    height: 58px;
    background: url(../images/idx_submenu_bg.jpg) center top no-repeat;
}

.submenu_title span {
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0 0 50px;
}

.left {
    float: left;
    width: 290px;
}

.right {
    float: left;
    width: calc(100% - 290px);
    min-height: 700px;
    background: url(../images/idx_right_bg.jpg) left top no-repeat;
    padding-left: 20px;
}


/*Search Bar*/

.search_bar {
    float: right;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.search_bar input {
    text-indent: 5px;
    border: none;
    width: 178px;
    height: 30px;
    color: #ccc;
    float: left;
    border: 1px solid #999;
}

.search_btn {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    background: -webkit-linear-gradient(-90deg, rgba(186, 186, 186, 1) 0, rgba(122, 122, 122, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(186, 186, 186, 1) 0, rgba(122, 122, 122, 1) 100%);
    background: linear-gradient(180deg, rgba(186, 186, 186, 1) 0, rgba(122, 122, 122, 1) 100%);
    float: left;
}

.main {
    line-height: 25px;
}


/*Side Menu*/

.side_classLink {
    position: relative;
}

.side_classLink ul {}

.side_classLink ul li {}

.side_classLink ul li a {
    color: #000;
    display: block;
    padding: 10px 0 10px 10px;
    background: -webkit-linear-gradient(0deg, rgba(198, 213, 53, 1) 0, rgba(158, 170, 16, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(198, 213, 53, 1) 0, rgba(158, 170, 16, 1) 100%);
    background: linear-gradient(90deg, rgba(198, 213, 53, 1) 0, rgba(158, 170, 16, 1) 100%);
    border-bottom: 1px dashed #FFF;
}

.side_classLink ul li.current02 {
    display: none;
}

.m_classLink {
    display: none;
}

.menu_head {}

.menu_head a:hover {
    color: #FFF;
}

.menu_head a.current {
    color: #FFF;
}

.menu_body a:hover {
    color: #900;
	background-color: #ccc;
}

.menu_body a.current {
    color: #900;
}

.menu_body a {
    color: #333;
    display: block;
    padding: 10px 0;
    background: url(../images/menu_body_arrow.png) left center no-repeat;
    border-bottom: 1px dashed #ccc;
    padding-left: 10px;
}

.submenu_cate {
    height: 65px;
    background: url(../images/submenu_cate_bg.jpg) left bottom repeat-x;
    padding: 10px 0 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.submenu_cate img {
    vertical-align: middle;
}

h1 {
    background-image: url(../images/h1_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 733px;
    height: 72px;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 17px;
    padding: 0 0 0 30px;
}

.seo_zone {
    margin-bottom: 20px;
}


/*Product List*/

.product_list {
    width: 169px;
    height: 200px;
    margin: 0 20px 0 20px;
    display: inline-block;
    background: url(../images/product_list_bg.jpg) center top no-repeat;
}

.product_list_pic {
    padding: 15px 0 0 0;
    text-align: center;
}

.product_list_pic img {
    width: 120px;
}

.product_list_title {
    padding: 15px 0 0 0;
    text-align: center;
}

.product_list_title a {
    color: #000;
}

.product_list_title a:hover {
    color: #F90;
}

.product_list2 {
    width: 190px;
    height: 320px;
    margin: 0 10px 0 20px;
    /*display: inline-block;*/
    display: inline-table;
    background: url(../images/product_list_bg.jpg) center top no-repeat;
}

.product_list2_pic {
    padding: 15px 0 0 0;
    text-align: center;
}

.product_list2_pic img {
    width: 120px;
}

.product_list2_title {
    padding: 15px 0 0 0;
    text-align: center;
}

.product_list2_title a {
    color: #000;
}

.product_list2_title a:hover {
    color: #F90;
}

.products_serial li {
    width: 90px;
    padding-left: 12px;
    display: inline-block;
    background: url(../images/arrow.jpg) left center no-repeat;
}

.products_serial li a {
    font-size: 12px;
}

.products_serial li a:hover {
    color: #ff0000;
}


/*Products Show*/

.products_show_pic {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.products_show_info {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 50px;
}

.products_show_name {
    color: #FFF;
    font-size: 15px;
    width: 100%;
    height: 63px;
    padding: 25px 70px 0 60px;
    background: url(../images/product_show_name_bg.png) left top no-repeat;
}

.product_show_btn_zone {}

.product_show_btn {
    color: #000;
    max-width: 150px;
    text-align: center;
    padding: 3px 10px;
    margin-top: 10px;
    margin: 10px auto 0 auto;
    border: 1px solid #FDCC3A;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: -webkit-linear-gradient(-90deg, rgba(255, 231, 76, 1) 0, rgba(255, 191, 0, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 231, 76, 1) 0, rgba(255, 191, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 231, 76, 1) 0, rgba(255, 191, 0, 1) 100%);
}

.products_tabs {
    margin: 20px 0;
}


/*Datatable*/

.datatable_out {
    overflow-x: auto;
    display: block;
}

.datatable {
    border-collapse: collapse;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    margin-top: 5px;
    margin-right: 0;
    width: 100%;
}

.datatable th {
    color: #000;
    font-size: 12px;
    background-color: #dda415;
    font-weight: normal;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.datatable td {
    color: #000;
    padding: 5px 0;
    text-align: center;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

.datatable tr.altrow {
    background-color: #dbdbdb;
}


/* news */

.news {
    width: 100%;
    /*height:110px;*/
    padding: 0;
    line-height: 1.5em;
    border-bottom: 1px dashed #CCC;
    clear: both
}

.news div {
    float: left;
    /*height:35px;*/
    line-height: 25px;
}

.news .news-subject {
    width: 60%;
    background-image: url(../images/news_arr.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
	margin: 10px 0;
}

.news .news-detail {
    width: 15%;
    margin-left: 3%;
    text-align: center;
}

.news .news-detail a {
    color: #f00;
    font-size: 10px;
}

.news .news-date {
    width: 15%;
    margin-left: 3%;
    text-align: center;
}

.news .img-wrapper {
    width: 116px;
    height: 86px;
    display: block;
    text-align: center;
    margin-right: 10px;
    float: left;
}

.news a {
    color: #759a0e;
    font-weight: bold;
    line-height: 25px;
}

.news img {
    /*  float:left;
    margin-right:10px;*/
    border: 1px solid #CCC;
}


/* 聯絡我們-雙欄 */

.contact_table1 {
    float: left;
    width: 100%;
    max-width: 300px;
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
	margin: 0 10px 0 0;
}

.contact_table1 span {
    color: #F00;
    font-weight: bold;
}

.contact_table1 input,
.contact_table1 select {
    border: 1px solid #999;
    width: 180px;
}

.contact_table1 th {
    background-color: #759a0e;
	border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	color: #fff;
}

.contact_table1 td {
    padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.contact_table2 {
    float: left;
    width: 100%;
    max-width: 300px;
    color: #000;
}

.contact_table2 textarea {
    border: 1px solid #999;
    min-height: 150px;
    line-height: 22px;
}

.contact_btn {
    display: inline-block;
    cursor: pointer;
    padding: 5px 20px;
    margin: 5px 0;
    border: 1px solid #018dc4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.9);
    background: -webkit-linear-gradient(#0199d9, #0157d9);
    background: -moz-linear-gradient(#0199d9, #0157d9);
    /* For Firefox 3.6 to 15 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#0199d9,EndColorStr=#0157d9)";
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
}

.contact2 {
    color: #000;
    float: left;
    width: 300px;
}

.contact2 textarea {
    border: 1px solid #999;
    width: 300px;
    height: 150px;
    line-height: 1.7em;
}


/* sitemap */

#sitemap {
    margin: 10px 0px 20px 0px;
    padding: 10px;
    width: 90%;
}

#sitemap a {
    text-decoration: none;
}

#sitemap ul {
    margin: 0px;
    padding: 4px 6px;
    text-align: left;
    list-style-type: none;
    font-size: 11px;
}

#sitemap ul li {
    padding: 10px 0px 0px 0px;
    list-style: circle;
}

#sitemap ul li a {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #1c97c3;
    display: block;
    _height: 20px;
    clear: both;
}

#sitemap ul ul {
    padding-left: 25px;
    margin: 0px;
}

#sitemap ul ul li {
    background: none;
    list-style: disc;
}

#sitemap ul ul li a {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #690;
    display: block;
}

#sitemap ul ul ul {
    padding-left: 25px;
    margin: 0px;
}

#sitemap ul ul ul li {
    background: none;
    list-style: square;
    _height: 20px;
}

#sitemap ul ul ul li a {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #333;
    display: block;
}


/* 主分類的產品 */

#sitemap ul ul ul li.sitemap-products {
    list-style: none;
    margin: 0px;
    padding: 2px;
    float: left;
}

#sitemap ul ul ul li.sitemap-products a {
    margin: 0px;
    padding: 0px 5px 0px 0px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    width: auto;
    color: #666;
    white-space: nowrap;
    display: inline;
    clear: both;
}

#sitemap ul ul ul ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    /*width: 480px;*/
}


/* 次分類的產品 */

#sitemap ul ul ul ul li.sitemap-products {
    margin: 0px;
    padding: 5px 5px 10px 5px;
    float: left;
}

#sitemap ul ul ul ul li.sitemap-products a {
    font-weight: normal;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    width: auto;
    color: #666;
    white-space: nowrap;
    display: inline;
    clear: both;
}


/* inquiry */

#inquiry {
    float: left;
    width: 650px;
    padding: 10px 0px;
    margin: 20px 0px 20px 10px;
    display: inline;
    background-color: #FFF;
}

.inquiry_table {
    height: 24px;
    border-top: 1px solid #B6B6B6;
    border-left: 1px solid #B6B6B6;
    border-right: 1px solid #B6B6B6;
}

.inquiry_table th {
    color: #333333;
    background-color: #cccccc;
    padding: 4px 6px;
}

.inquiry_table td {
    color: #000000;
    padding: 4px 8px;
    border-bottom: 1px solid #B6B6B6;
    border-right: 1px solid #B6B6B6;
}

.inquiry_table td.no {
    color: #222222;
}

.inquiry_table td.title a {
    color: #222222;
}

.inquiry_table td.title a:hover {
    color: #FF0000;
    text-decoration: none;
}

.inquiry_table td.date {
    color: #222222;
}

.inquiry_table tr.altrow {
    background-color: #999999;
}

.datatable {
    background-color: #FFF;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
}

.datatable th {
    color: #000;
    font-size: 12px;
    background-color: #dda415;
    font-weight: normal;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.datatable td {
    color: #000;
    padding: 5px 0;
    text-align: center;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

.datatable tr.altrow {
    background-color: #dbdbdb;
}
.table_scrollbar{ width: 100%; overflow-x: auto;}

/* member form */

.member_table {
    height: 24px;
    padding: 4px 8px;
    border: 1px solid #B6B6B6;
}

.member_table th {
    color: #333333;
    background-color: #cccccc;
    height: 24px;
    font-weight: bold;
    padding: 4px 0px 0px 8px;
    text-align: left;
    border-right: 1px solid #B6B6B6;
    border-bottom: 1px solid #B6B6B6;
}

.member_table td {
    height: 24px;
    color: #222222;
    text-align: left;
    padding: 2px 8px;
    border-right: 1px solid #B6B6B6;
    border-bottom: 1px solid #B6B6B6;
}

.member_table input,
textarea {
    width: 80%;
}


/*gallery*/

.gallery_list {
    float: left;
    width: 199px;
    margin: 10px 4px;
    padding: 2px;
    border: 2px solid #aac6db
}

.gallery_list_pic {
    width: 199px;
    height: 126px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.gallery_list_pic img {
    max-height: 108px;
}

.gallery_title {
    text-align: center;
    padding: 2px 0
}

.au01 {
    width: 100%;
    float: left;
    /*margin-left: 24px;*/
    padding-bottom: 25px;
}

.au01 p.txt01 {
    margin-top: 15px;
    font-size: 13px;
    line-height: 21px;
}

.au01 p.txt01 span.t01 {
    font-size: 13px;
    color: #e1a601;
    padding-top: 30px;
}

.au01 p.txt02 {
    margin-top: 15px;
    font-size: 15px;
    color: #050505;
    font-family: "微软雅黑";
    font-weight: bold;
    text-decoration: none;
}


/*aboutus*/

.aboutus_tab {
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    text-align: left;
}

.aboutus_tab ul {
    padding-left: 20px;
    padding-top: 10px;
}

.aboutus_tab ul li {
    font-size: 13px;
}

.aboutus_tab th {
    background-color: #f5f5f5;
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding: 5px 10px;
    font-size: 13px;
}

.aboutus_tab td {
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding: 5px;
    font-size: 13px;
}

.aboutus_tab .aboutus_main_title {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: #d6d6d6;
}

.product_table {
    font-size: 12px;
    line-height: 1.2;
    height: 24px;
    top: 5px;
    font-weight: normal;
    padding-top: 4px;
    text-align: left;
    padding-right: 8px;
    padding-left: 8px;
    /*border-top-color: #D6C9A0;
     border-left-color: #D6C9A0;
     border-top-width: 1px;
     border-left-width: 1px;
     border-top-style: solid;
     border-left-style: solid;*/
    background-color: #FFFFFF;
    color: #666666;
}

.product_table th {
    color: #FFFFFF;
    background-color: #00a052;
    font-size: 12px;
    line-height: 1.2;
    height: auto;
    top: 5px;
    font-weight: bold;
    padding-top: 4px;
    text-align: center;
    padding-right: 6px;
    padding-left: 6px;
    /*border-right-color: #D6C9A0;
     border-bottom-color: #D6C9A0;
     border-right-width: 1px;
     border-bottom-width: 1px;
     border-right-style: solid;
     border-bottom-style: solid;*/
    padding-bottom: 4px;
}

.product_table td {
    font-family: "Arial", "Helvetica", "sans-serif";
    height: auto;
    font-size: 12px;
    text-align: center;
    padding-left: 8px;
    /*border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #D6C9A0;
     border-right-width: 1px;
     border-right-style: solid;
     border-right-color: #D6C9A0;*/
    border: 1px solid #90b383;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
}

.product_table td a:link {
    text-decoration: none;
    color: #666666;
}

.product_table td a:visited {
    color: #666666;
    text-decoration: none;
}

.product_table td a:hover {
    color: #FF0000;
    text-decoration: none;
}

.product_table td a:active {
    color: #666666;
}


/*---------------------Quality Inspection---------------------*/
.quality{
}
.quality_group{
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}
.quality_title{
	background-image: url("../images/icon3.jpg");
	background-repeat: no-repeat;
	background-position: left 5px;
}
.quality strong{
	font-weight: bold;
	margin-left: 20px;
}
.quality_text{
    border-bottom: 1px solid #759A0E;
    border-top: 4px solid #759A0E;
    line-height: 25px;
    padding: 10px 0px 10px 0;
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}
.quality_text2{
    border-bottom: 1px solid #759A0E;
    border-top: 4px solid #759A0E;
    line-height: 25px;
    padding: 10px 0;
}
.quality_img{
    width: 45%;
    float: left;
    margin: 10px 0 0 20px;
}
.quality_img img{
	width: 300px;
}
.quality_img_2{
	float: left;
	margin: 30px 0 0 0;
}
.quality_img_2 img{
	width: 100%;
}
.quality_list{
	float: left;
	width: 50%;
}
.quality_text02{
    float: left;
}

/*---------------------Product Specification---------------------*/
.feature{
}
.feature_group{
	width: 100%;
	float: left;
	margin: 0 0 30px 0px;
}
.feature_list{
	width: 45%;
	float: left;
	margin: 15px 25px 0 0;
}
.feature_img{
	float: right;
	width: 50%;
	margin: 100px 0 0 0;
}
.feature_img_02{
	width: 50%;
}


.feature_title{
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
}
.feature_title > span{
	color: #759A0E;
	font-weight: bold;
}
.feature_title li{
	margin-left: 15px;
	font-weight: bold;
	color: #DDA415;
}
.feature_title > p{
	background-image: url("../images/icon3.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #759A0E;
    border-top: 1px solid #759A0E;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0 3px 10px;
}
.feature_text{
    border-top: 4px solid #759A0E;
    line-height: 25px;
    padding: 10px 0 10px 0;
}
.feature_title strong{
	font-weight: bold;
	color: #000;
}
.feature_title2 p strong{
	font-weight: bold;
	border-bottom: 1px solid #759A0E;
}



/*----------產品頁表格滾軸----------*/
.table-container{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
table{
	border:0; 
	border-collapse:collapse;
}
table td,table th{
	padding:.5em 1em;
}
//IOS下滾動條
.table-container::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
#page {
    float: left;
    width: 100%;
}




@media only screen and (max-width: 1010px) {
    .banner {
        display: none;
    }
    .optional_zone {
        border-right: none;
    }
}

@media only screen and (max-width: 860px) {
    .menu_body a {
        border-bottom: 1px solid #d1d1d1;
        padding: 15px 0;
        padding-left: 20px;
        background-position: 10px center;
    }
    .side_classLink {
        display: none;
    }
    .m_classLink {
        display: block;
        position: relative;
        clear: both;
    }
    .m_classLink a.main {
        display: block;
        font-size: 15px;
        border: 0px solid #CCC;
        position: relative;
        padding: 10px;
        border-radius: 0;
        color: #fff;
        text-align: left;
        background: #92A343;
        border: 1px solid rgba(255, 255, 255, .18);
    }
    .m_classLink a.main i {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        color: #fff;
        font-style: normal;
        font-family: FontAwesome;
    }
    .m_classLink ul {
        display: none;
        width: 100%;
        background: #fff;
        border-radius: 0 0 5px 5px;
        border: 1px solid #d1d1d1;
        position: absolute;
        z-index: 999;
        padding-bottom: 10px;
        margin-top: 0px;
        padding-top: 0px;
    }
    .m_classLink ul li a {
        background-color: #F8BD0B;
        border-bottom: 1px solid #d1d1d1;
        color: #FFF;
        font-weight: bold;
        display: block;
        padding: 15px 10px;
        text-align: left;
    }
    .m_classLink ul li a:hover {
        color: #FFF;
    }
    .m_classLink ul li.current02 {
        display: none;
    }
	.feature_list{
		width: 100%;
		margin: 30px 0 20px 0;
	}
	.feature_img{
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 680px) {
    .left {
        width: 100%;
    }
    .right {
        width: 100%;
    }
    .products_list {
        display: inline-block;
    }
    .submenu_title {
        display: none;
    }
	.feature_list{
		width: 100%;
		margin: 30px 0 20px 0;
	}
	.feature_img{
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
    .left {
        text-align: center;
    }
    .main {
        padding: 0 10px;
    }
    .products_show_info {
        margin-left: 0;
    }
	.quality_text{
		width: 100%;
	}
	.quality_img{
		width: 100%;
		margin: 5px 0;
	}
	.quality_list{
		width: 100%;
	}
		/*NEWS*/
	.new_group{
		width: 320px;
		overflow: auto;
	}
	.news{
		width: 690px;
	}
	.feature_list{
		width: 100%;
		margin: 30px 0 20px 0;
	}
	.feature_img{
		width: 100%;
	}
}

@media only screen and (max-width: 320px) {
    .right {
        padding-left: 0px;
    }

}
