body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft JhengHei";
    color: #454545;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

#wrapper {
    overflow: hidden;
    position: relative;
}


/*************************************/
/*                index              */
/*************************************/

header{
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: rgba(227,227,227,0.8);
    border-bottom: 4px solid #bd1b1b;
}

.lang_box{
    text-align: right;
    padding-top: 10px;
    padding-right: 35px;
}

.lang_box a{
    background-color: #474343;
    border-radius: 50px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: auto 5px;
}

.lang_box a:link, a:visited{
    color: #fff;
}

.lang_box a:hover{
    background-color: #c42b2b;
}

.logo{
    text-align: center;
    bottom: 32px;
    position: absolute;
}

nav .navbar-nav{
    margin: auto;
    margin-right: 0px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu{
    /*min-width: 100%;*/
    background-color: rgba(34,34,34,0.9);
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.dropdown-menu li{
    text-align: center;
}

.dropdown-menu li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px;
}

.dropdown-menu li a:hover{
    background-color: #a71f1e;
}

.navbar_box .navbar-nav .nav-link{
    color: #333333;
    font-size: 18px;
    padding: 8px 25px;
}

.navbar_box .navbar-toggler{
    border-color: #fff;
}

.navbar_box .navbar-toggler-icon{
    background-image: none;
}

.navbar-toggler{
    padding: 0px;
}

.navbar-toggler-icon{
    color: #fff;
    font-size: 24px;
    padding: 6px 0px;
    border-radius: 5px;
    background-color: #fe0000;
}

.navFixed {
    z-index: 10;          
    position: fixed;      
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    background-color: rgba(245,245,245,0.9);
    transition: opacity .5s ease-out;   
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	height: 60px;
}

.navFixed .logo{
    bottom: 12px;
}

.img-responsive.logo-img {
    margin-top: 12px;
}

.sm_langBox{
    display: none;
}

.carousel-indicators li{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    opacity:1;
    margin: auto 8px;
    background: url(../ch_img/banner/dot.png);
}

.carousel-indicators .active{
    background: url(../ch_img/banner/dot_hov.png);
}

.carousel-control-next, .carousel-control-prev{
    opacity:1;
}

.carousel-control-prev-icon{
    background: url(../ch_img/banner/left_arrow.png) no-repeat;
    width: 34px;
    height: 49px;
    margin-top: 80px;
    margin-right: 100px;
}

.carousel-control-next-icon{
    background: url(../ch_img/banner/right_arrow.png) no-repeat;
    width: 34px;
    height: 49px;
    margin-top: 80px;
    margin-left: 100px; 
}

nav .navbar-nav ul {
    padding-right: 20px;
    margin-bottom: 0;
}

.navbar-nav ul li {
    display: inline-block;
}

.navbar-nav ul li a {
    background-color: #474343;
    border-radius: 50px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 3px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    margin: auto 5px;
}

nav .navbar-nav ul{
	display: none;
}

@media(max-width:991px){
    header{
        position: relative;
    }
    header .navbar{
        text-align: right;
        display: block;
    }
    .navbar-collapse{
        margin-top: 10px;
    }
    .logo{
        position: relative;
        float: left;
		bottom: 15px;
    }
    .lang_box{
        padding-right: 10px;
		display: none;
    }
	
	nav .navbar-nav ul{
		display: block;
	}
}

@media(max-width:480px){
    .logo{
        width: 60%;
    }
    .navFixed .logo{
        bottom: 0px;
    }
}

/********  hp *********/

.hp_box{
    margin: 60px auto 40px;
}

.hp_box h4{
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.hp_box hr{
    border: 1.5px solid #c42b2b;
    width: 4%;
    margin-bottom: 5px;
}

.hp_box .pro_box{
    margin-bottom: 40px;
    text-align: center;
}

.hp_box .pro_box img{
    width: 100%;
    min-width: 200px;
}

.hp_box a{
    position: relative;
    display: inline-block;
}

.hp_box .pro_hov{
    position: absolute;
}

.hp_box .pro_hov span{
    display: none;
    line-height: 20px;
}

.hp_box a:hover .pro_hov{
    background: url(../ch_img/index/pro_hov.png) center;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
}

.hp_box a:hover .pro_hov span{
    display: block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    align-self: center;
    margin: auto;
}

@media(max-width:991px){
    .hp_box a:hover .pro_hov span{
        font-size: 20px;
    }
}


/********  about *********/

.about_box{
    background:#f4f9e4;
    width: 100%;
    padding-top: 40px;
}

.in_about{
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.in_about .ab_title{
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    margin: 20px auto;
}

.in_about .ab_title span{
    color: #d0040a;
}

.in_about p{
    font-size: 18px;
}

.in_about .red_text{
    color: #d0040a;
    margin: 20px auto;
}

.in_about a{
    display: block;
    text-align: right;
    font-size: 18px;
    margin-right: 30px;
    color:#474343;
    text-decoration: none;
}

.in_about a img{
    font-size: 40px;
    margin-left: 10px;
}

.ab_bottom img{
    display: block;
    margin: 20px auto 10px;
}

.ab_bottom p{
    font-size: 20px;
    font-weight: bold;
    color: #474343;
    text-align: center;
    padding-bottom: 20px;
}

/****  news  *****/

.news{
    padding-top: 30px;
    padding-bottom: 60px;
}


.news .news_con{
    border: 1px solid #eaeaea;
    padding: 8px;
    max-width: 23%;
    margin: auto;
    text-align: center;
    font-size: 18px;
}

.news .news_con hr{
    border: 0.5px dashed #d2d2d2;
    width: 100%;
    margin: 5px auto;
}

.news .news_con .date{
    color: #a73a3a;
    margin: 5px;
}

.news .news_con .title{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 54px;
}

.news .news_con a{
    background-color: #cfcfcf;
    width: 100%;
    display: inline-block;
    color: #333333;
    padding: 5px;
    text-decoration: none;
    font-size: 18px;
}

.news .news_con a:hover{
    background-color: #c42b2b;
    color: #fff;
}

@media(max-width:767px){
    .news .news_con{
        max-width: 45%;
        margin: 10px auto;
    }
}

@media(max-width:576px){
    .news .row{
        display: inline;
    }
    .news .news_con{
        max-width: 100%;
        margin: 10px auto;
    }
}

/*************************************/
/*            banner_page            */
/*************************************/

.banner_text{
    position: relative;
}

.banner_text .title{
    position: absolute;
    top: 62%;
    left: 50%;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-left: -60px;
    text-shadow: 1px 1px 1px #000;
}

.banner_text .title p{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}

.banner_text .title hr{
    border: 1.5px solid #c42b2b;
    width: 40%;
    margin: 0px auto;
}

@media(max-width:991px){
    .banner_text .title{
        top: 25%;
        font-size: 25px;
        margin-left: -45px;
    }
    .banner_text .title p{
        font-size: 25px;
    }
}

@media(max-width:480px){
	.img-responsive.logo-img {
		max-width: 180px;
		margin-top: 19px;
		float: left;
	}
	
	.navbar{
		padding: .5rem 0;
	}
}

/*************************************/
/*              company              */
/*************************************/

.breadcrumb{
    background-color: #fff;
    color: #828282;
}

.title_style .breadcrumb2{
    text-align: right;
}

.box_right{
    margin-left: 50px;
}

/*------- aside --------*/

.aside_box aside{
    border: 1px solid #bd1b1b;
    border-radius: 5px;
}

.sidBtn {
    display: none;
}

.sideBar .title2{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    background: linear-gradient(270deg, rgba(221, 41, 41, 1)0%, rgba(189, 27, 27, 1)100%);
    background: -moz-linear-gradient(180deg, rgba(221, 41, 41, 1)0%, rgba(189, 27, 27, 1)100%);
    background: -webkit-linear-gradient(180deg, rgba(221, 41, 41, 1)0%, rgba(189, 27, 27, 1)100%);
    background: -o-linear-gradient(180deg, rgba(221, 41, 41, 1)0%, rgba(189, 27, 27, 1)100%);
    padding: 10px;
}

.sidBtn{
	color:#fff;
	padding:0 7px;
	border-radius:5px;
	float:right;
	line-height:28px;
	display:none;
	font-weight:bold;
	font-size:26px;	
	cursor:pointer;
}

#sub .has-sub {
    font-size: 18px;
    padding: 14px 20px;
    color: #333333;
    margin-left: 10px;
    text-indent: -10px;
}

#sub a{
    text-decoration: none;
    display: block;
}

#sub .has-sub .fa-chevron-right{
    color: #c32e2e;
    margin-right: 5px;
}

@media(max-width:991px){
    .sidBtn{
		display:block;
        /*margin-top: 3px;*/
    }
    
	#sub ul{
		display:none;
	}

	.aside-open{
		display:block !important;
	}
}

#sub,
#sub ul,
#sub ul li,
#sub ul li a {
	margin: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 0px;
}

@media (max-width:991px){
    #sub {
	   width: 100%;
	   display:none;
    }
}

.title_style .title{
    font-weight: bold;
    color: #333333;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px;
}

.title_style .title img{
    vertical-align: text-top;
    margin-right: 5px;
}

.company_con .text_box{
    padding: 20px;
}

.company_con .text_box p{
    font-size: 18px;
    margin-bottom: 20px;
}

.company_con .text_box .text_bottom{
    padding: 40px 10px;
}

.company_con .text_box .text_bottom span{
    font-size: 20px;
    color: #fc0124;
}

@media(max-width:991px){
    .box_right{
        margin-left: 0px;
        margin-top: 20px;
    }
}

/*************************************/
/*              product              */
/*************************************/

.product{
    margin-bottom: 80px;
}

.product .pro_con{
    margin-top: 40px;
    text-align: center;
}

.product .pro_con .pro_box img{
    width: 100%;
}

.product a{
    position: relative;
    display: inline-block;
}

.product .pro_hov{
    position: absolute;
}

.product .pro_hov span{
    display: none;
    text-align: center;
}

.product a:hover .pro_hov{
    background: url(../ch_img/index/pro_hov.png) center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.product a:hover .pro_hov span{
    display: block;
    margin-top: 40%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.product .name{
    text-align: center;
    margin: 10px auto;
    font-size: 18px;
    font-weight: bold;
}

.title_style .pro_title{
    font-weight: bold;
    margin-bottom: 0px;
}

.title_style .pro_title img{
    vertical-align: text-top;
    margin-right: 5px;
}

.title_style hr{
    border: 1px solid #d2d2d2;
    margin: 5px auto 20px;
}

.product .prodel_con{
    background-color: #e0e0e0;
    padding: 40px 10px 10px;
}

.product .inquiry_btn{
    text-align: right;
    margin: 15px auto 10px;
}

.product .inquiry_btn li{
    display: inline-block;
    margin: auto 5px;
}

.product .inquiry_btn a{
    padding: 5px 20px;
    background: linear-gradient(180deg, rgba(221, 41, 41, 1)0%, rgba(189, 27, 27, 1)100%);
    background: -moz-linear-gradient(270deg, rgba(221, 41, 41, 1)0%, rgba(189, 27, 27, 1)100%);
    background: -webkit-linear-gradient(270deg, rgba(221, 41, 41, 1)0%, rgba(189, 27, 27, 1)100%);
    background: -o-linear-gradient(270deg, rgba(221, 41, 41, 1)0%, rgba(189, 27, 27, 1)100%);
    color: #fff;
    display: inline-block;
    border: 2px solid #ffa2a2;
    cursor: pointer;
}

.product .inquiry_btn a:hover{
    background: #ed1c1c;
    text-decoration: none;
    color: #fff;
}

/*** tab style ***/

.product .tab_box{
    margin-top: 40px;
}

.product .tab {
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 2px solid #cd1d1d;
}
  
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 20px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: bold;
    color: #5b5b5b;
}
  
.tab button.active {
    background-color: #cd1d1d;
    color: #ffffff;
}
  
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

/*** tab style end ***/
#introduction a{
	color: #007bff;
}

.introduction_img {
    margin-top: 20px;
    text-align: center;
}

.introduction_img img{
    margin-top: 10px;
}

.introduction_box .text{
    font-size: 18px;
    margin: 30px 10px;
}

.introduction_box hr{
    border: 1px dashed #c9c9c9;
}

.procon_title{
    font-size: 20px;
    font-weight: bold;
    color: #505050;
    margin-bottom: 20px;
} 

.procon_title img{
   margin-right: 8px;
   vertical-align: baseline;
} 

/**** table style start ****/

.introduction_box .table{
    /*text-align: center;*/
    font-size: 17px;
    min-width: 400px;
}

.introduction_box .table td{
    padding: 5px;
    border: 1px solid #fff;
}

.introduction_box .table thead{
    color: #fff;
    font-weight: bold;
}

.introduction_box .table thead td:first-child{
    background-color: #4c8c29;
}

.introduction_box .table thead td:last-child{
    background-color: #c76d1e;
}

.introduction_box .table .green{
    background-color: #55b420;
    color: #fff;
}

.introduction_box .table .orange{
    background-color: #ee8d39;
    color: #fff;
}

.introduction_box .table .dark_gray{
    background-color: #dddddd;
}

.introduction_box .table .light_gray{
    background-color: #f6f6f6;
}

/*** table style end ****/

.introduction_box .explanation{
    margin: 10px auto 30px;
}

.description{
    padding-left: 10px;
}

.tab_box li{
    font-size: 17px;
    line-height: 28px;
}

.tab_box li::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fac2c2;
    border-radius: 50%;
    margin-right:8px;

}

.introduction_box .explanation .red{
    color: #cd1d1d;
    margin-left: 5px;
}

.introduction_box .explanation .ex_text{
    font-size: 18px;
}

.application_box{
    text-align: center;
}

.application_box .text{
    font-size: 18px;
    margin: 30px 10px;
}

.application_box img{
    margin-bottom: 10px;
}

.product .inq_box{
    width: 80%;
    margin: 40px auto;
}

.product .inquiry{
    text-align: center;
}

.product .inquiry thead{
    background-color: #efefef;
    color: #000;
}

.product .inquiry .table thead th{
    border: 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.product .inquiry .table tbody tr{
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.product .inquiry .table tbody tr:last-child{
    border: 0px;
}

.product .inquiry .table thead .model{
    width: 40%;
}

.product .inquiry .table thead .delete{
    width: 20%;
}

.product .inquiry .table td, .table th{
    border: 0px;
}

.product .inquiry .table .amount input{
    width: 80%;
}


@media(max-width:991px){
    .product .inq_box{
        width: 100%;
    }
    .product .inquiry .del{
        width: 10%;
    }
}

@media(max-width:767px){
    .product .inquiry_btn{
        margin-top: 10px;
    }
    .product .inquiry_btn a{
        margin-bottom: 10px;
    }
}


@media (max-width:680px){
	.inq_box {
		background: transparent;
		margin-bottom:10px;
	}

	.inq_box thead {
		display: none;
	}

	.inq_box tr {
		display: block;
		overflow: hidden;
		margin-bottom: 15px;
		border: 1px solid rgba(0,0,0,0.15);
		border-top:none;
	}

	.inq_box tbody th{
		background: #efefef;
		color: #000;
        width: 100%;
        display: block;
	}

	.inq_box thead th, 
	.inq_box tbody td {
		display: block;
        width: 100%;
        text-align:center;
	    font-weight:bold;
    }
    
    .product .inquiry .table tbody tr{
        border-bottom:1px solid rgba(0,0,0,0.15);
    }

    .product .inquiry .table tbody tr:last-child{
        border: 1px solid rgba(0,0,0,0.15);
    }

    .product .inquiry .del{
        width: 100%;
    }
}


/*************************************/
/*                news               */
/*************************************/

.news_box{
    margin-top: 30px;
}

.news_box table{
    text-align: center;
    font-size: 18px;
}

.news_box table th{
    background-color: #d1dfa6;
    color: #333333;
    padding: 10px;
    font-weight: bold;
}

.news_box table th:first-child{
    width: 10%;
}

.news_box table th:last-child{
    text-align: left;
    width: 70%;
}

.news_box table tbody tr{
    border-bottom: 1px solid #dcdcdc;
}

.news_box table tbody tr:nth-child(odd){
    background-color: #f4f4f5;
}

.news_box table tbody td{
    border-top: 0px;
    padding: 10px;
}

.news_box table td:last-child{
    text-align: left;
}

.news_box table td a{
    color: #333333;
}

.news_box table td a:hover{
    color: #8a740e;
}

@media(max-width:600px){
    .news_box table tr{
        border: 1px solid #333;
        display: block;
        margin-bottom: 20px;
    }
    .news_box table tbody tr{
        border-bottom: 1px solid #333;
    }
}


@media screen and (max-width: 600px) {
    .news table {
      border: 0;
    }
    
    .news table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
    }

    .news table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 16px;
      text-align: left;
    }
    
    .news table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
}

/*      news_detail     */

.news_detail{
    margin-top: 30px;
    font-size: 18px;
}

.news_detail tbody{
    background-color: #f4f4f5;
}

.news_detail tbody tr{
    border-bottom: 1px solid #fff;
}

.news_detail tbody td{
    border: 0px;
}
    
.news_detail .det_title{
    width: 150px;
    background-color: #d1dfa6;
    font-size: 18px;
    font-weight: bold;
    color: #101b35;
    text-align: center;
    padding: 10px 0px;
}

.news_detail .subject{
    color: #8a740e;
}

.news_detail .content span{
    color: #fc0124;
    font-size: 20px;
}

.news_detail img{
    margin: 20px auto;
    width: 100%;
}

.news_detail .back{
    padding: 8px 10px;
    width: 120px;
    color: #fff;
    background-color: #3f3f3f;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 50px auto;
}
    
.news_detail .back:hover{
    background-color: #e65252;
}

@media(max-width:1200px){
    .news .news_detail .det_title{
        min-width: 150px\0;
    }
}

@media (max-width:767px){
    .news_detail tbody tr{
        display: grid;
    }
    .news_detail table th:first-child{
        width: 100%;
        display: table-caption\0;
    }
    .news_detail .det_con{
        display:table-caption\0;
        background-color: #f5f5f5;
    }
}

/*************************************/
/*              ecatalog             */
/*************************************/

.ecatalog .ecatalog_con {
    margin-top: 40px;
    text-align: center;
}

.ecat_box{
    margin-bottom: 10px;
}

.ecat_box a{
    position: relative;
    display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.ecat_box  .ecat_hov{
    position: absolute;
}

.ecat_box  .ecat_hov span{
    display: none;
}

.ecat_box a:hover .ecat_hov{
    background: url(../ch_img/other/ecatalog_hov.png) center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.ecat_box a:hover .ecat_hov span{
    display: block;
    margin-top: 90%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.ecatalog .name{
    text-align: center;
    margin: 10px auto;
    font-size: 18px;
    font-weight: bold;
}


/*************************************/
/*             contact              */
/*************************************/


.contact_box{
   margin: 40px auto 80px;
}

.contact_box .map{
    -moz-box-shadow: 0px 0px 4px 1px rgba(1,1,1,0.3);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(1,1,1,0.3);
    box-shadow: 0px 0px 4px 1px rgba(1,1,1,0.3);
    padding: 5px;    
}

.con_form p{
    font-size: 18px;
}

.con_form .description{
    margin-bottom: 20px;
    background-color: #f4f9e4;
    padding: 20px;
    font-size: 17px;
}

.con_form .description span{
    color: #ef1700;
}

.con_form{
    margin-top: 20px;
    font-size: 18px;
}

.con_form  input,
.con_form .contact_area{
    background-color: #efefef;
    border: 1px solid #bfbfbf;
    margin-top: 15px;
    width: 100%;
    padding: 10px 15px;
    color: rgb(146, 134, 134);
}


/*webkit瀏覽器專用*/
.con_form  ::-webkit-input-placeholder { color: #b6b6b6; }
/*Firefox 4-18瀏覽器專用*/
.con_form  input::-moz-placeholder { color: #b6b6b6; }
/*Firefox 19+瀏覽器專用*/
.con_form  input::-moz-placeholder{color:#b6b6b6;}
/*IE10瀏覽器專用*/
.con_form  input:-ms-input-placeholder{color: #b6b6b6;}



textarea::-webkit-input-placeholder { color: #b6b6b6; }
/* Firefox 19+ */
textarea::-moz-placeholder { color: #b6b6b6; }

textarea:-ms-input-placeholder { color: #b6b6b6;  }

.contact_form textarea:-ms-input-placeholder{color: #b6b6b6;}

.authcode_right{
    margin-top: 22px;
}

.contact_btn{
    text-align: center;
    margin-top: 50px;
}

.contact_btn li {
    display: inline-block;
    margin: 0 16px;
}

.contact_btn .btn_con{
    padding: 8px 10px;
    color: #fff;
    background-color: #3f3f3f;
    cursor: pointer;
    border: 0px;
    width: 120px;
}

.contact_btn .btn_con:hover{
    background-color: #e65252;
}

.content_con .content_form{
    margin-top: 30px;
}

@media (max-width:508px){
    .contact_btn .btn_con{
        margin-bottom: 20px;
    }
}


/*************************************/
/*               page                */
/*************************************/

.page{
    text-align: center;
    clear: both;
    padding: 50px 0px;
}

.page li{
    display: inline;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.page li i{
    font-size: 32px;
    vertical-align: sub;
}

.page li a {
    display: block;
    font-size: 20px;
    color: #d1d1d1;
    border: 1px solid #c9c9c9;
    padding: 2px 10px;
    text-decoration: none;
}

.page li .number:hover {
    background-color: #eaeaea;
    color: #333333;
}


/*************************************/
/*               footer              */
/*************************************/

footer{
    clear: both;
    background:url(../ch_img/index/footer_bg.png);
    font-size: 16px;
    color: #fff;
}

.footer_box{
    padding-top: 50px;
}

.footertext{
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer_logo{
    margin-top: 5%;
}

.footertext p{
    margin: 5px auto;
    color: #545454;
}

.footertext .company_name{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.footertext .col-md{
    padding: 5px;
}

.footer_QR{
    margin-top: 30px;
}

.go_top {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 1;
}

.copyright{
    padding: 10px 20px;
    text-align: center;
    color: #d5a254;
    font-size: 15px;
}

@media(max-width:1600px){
    footer{
        background: none;
        background-color: #f4f9e4;
    }
}

@media(max-width:767px){
    .footer_box{
        padding-top: 0px;
    }
    .footertext{
        text-align: center;
    }
    .footer_logo{
        margin: 5% auto;
    }
}


