@charset "utf-8";
/* CSS Document */

@import 'routine.css';

body {
    background-color: rgba(255, 255, 255, 1);
    /*background:rgba(0,0,0,1.00) url(../tw_img/other/bg.jpg) top left repeat;*/
}

/*************************************/
/*                index              */
/*************************************/

header {
    background: rgba(0, 0, 0, 1) url(../tw_img/other/bg.jpg) top left repeat;
}

.lang {
    color: rgba(255, 255, 255, 1);
    text-align: right;
}

.lang a {
    color: rgba(255, 255, 255, 1);
    padding-right: 10px;
    padding-left: 10px;
}

.lang a:hover {
    text-decoration: none;
    color: #029edb;
}

.icon_box {
    margin-bottom: -25px;
}
.icon_box a {
    padding: 0 10px 0 0;
}

input[type='search'] {
    background-color: #222;
    border: 1px solid rgba(81, 81, 81, 1);
    height: 40px;
}

button.search {
    height: 40px;
    border-radius: 0;
    background-color: #ccc;
    font-size: 2.2rem;
}

@media (max-width: 768px) {
    .lang {
        text-align: center;
    }
    .mt15.logo {
        padding-top: 0;
        width: 280px;
    }

    .mt25.lang {
        padding-top: 0;
    }
}

/*--------------navigation---------------*/

i.navIcon {
    display: none;
    padding-right: 1rem;
    font-size: 1.8rem;
}

.navbar-default,
.navBg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282727+0,545353+100 */
    background: rgb(40, 39, 39); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(40, 39, 39, 1) 0%, rgba(84, 83, 83, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(40, 39, 39, 1) 0%,
        rgba(84, 83, 83, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(40, 39, 39, 1) 0%,
        rgba(84, 83, 83, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282727', endColorstr='#545353',GradientType=0 ); /* IE6-9 */

    color: rgba(255, 255, 255, 1);
    font-family: '微軟正黑體';
    font-weight: bold;
    font-size: 1.6rem;
    border: none;
    margin-left: 0;
    margin-right: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffd33c;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282727+0,545353+100 */
    background: rgb(40, 39, 39); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(40, 39, 39, 1) 0%, rgba(84, 83, 83, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(40, 39, 39, 1) 0%,
        rgba(84, 83, 83, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(40, 39, 39, 1) 0%,
        rgba(84, 83, 83, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282727', endColorstr='#545353',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgba(142, 142, 142, 1);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282727+0,545353+100 */
    background: rgb(40, 39, 39); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(40, 39, 39, 1) 0%, rgba(84, 83, 83, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(40, 39, 39, 1) 0%,
        rgba(84, 83, 83, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(40, 39, 39, 1) 0%,
        rgba(84, 83, 83, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282727', endColorstr='#545353',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgba(142, 142, 142, 1);
}
.navbar-default .navbar-toggle {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282727+0,545353+100 */
    background: rgb(40, 39, 39); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(40, 39, 39, 1) 0%, rgba(84, 83, 83, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(40, 39, 39, 1) 0%,
        rgba(84, 83, 83, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(40, 39, 39, 1) 0%,
        rgba(84, 83, 83, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282727', endColorstr='#545353',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgba(142, 142, 142, 1);
}

.navbar-nav > li > a {
    padding-bottom: 13px;
    padding-left: 30px;
    padding-top: 17px;
}

@media (max-width: 768px) {
    i.navIcon {
        display: inline-block;
    }

    .navOther {
        width: 100%;
        text-align: center;
    }

    .navOther {
        border-bottom: 1px dotted rgba(181, 181, 181, 0.5);
    }

    .navbar-nav > li > a {
        padding-left: 0;
    }
}

/*------------banner--------------*/

.banner {
    margin-left: 0;
    margin-right: 0;
}

.carousel-indicators li {
    background-color: #666;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    width: 15px;
}

.carousel-indicators .active {
    background-color: #e68012;
    height: 15px;
    margin: 1px;
    width: 15px;
}

@media (max-width: 550px) {
    .carousel-indicators {
        display: none;
    }
}

/*-----------index content-----------*/

.titleBox {
    color: #fff;
    font-size: 2.5rem;
    height: 55px;
    line-height: 55px;
    letter-spacing: 2px;
    font-family: '微軟正黑體';
    font-weight: bold;
    border-bottom: 15px solid #dadada;
    border-radius: 10px;
    /*overflow:hidden;*/
}

i.titleIcon {
    font-size: 3rem;
    margin-right: 0.8rem;
}

.titleBox p {
    line-height: 48px;
    padding-left: 1.5rem;
    padding-top: 0.2rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474646+0,6d6a6a+100 */
    background: rgb(71, 70, 70); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(71, 70, 70, 1) 0%, rgba(109, 106, 106, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(71, 70, 70, 1) 0%,
        rgba(109, 106, 106, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(71, 70, 70, 1) 0%,
        rgba(109, 106, 106, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474646', endColorstr='#6d6a6a',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
}

.titleBox p span {
    color: #ffd33c;
}

/*------------hot product--------------*/

.hotPro {
    color: #fff;
    font-size: 2.5rem;
    /*height:300px;*/
    line-height: 45px;
    letter-spacing: 2px;
    font-family: '微軟正黑體';
    font-weight: bold;
    background-color: #dadada;
    border-radius: 20px 20px 10px 10px;
    padding-bottom: 1.5rem;
}

i.titleIcon {
    font-size: 3rem;
    margin-right: 0.8rem;
}

.hotPro > p {
    line-height: 48px;
    padding-left: 1.5rem;
    padding-top: 0.2rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474646+0,6d6a6a+100 */
    background: rgb(71, 70, 70); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(71, 70, 70, 1) 0%, rgba(109, 106, 106, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(71, 70, 70, 1) 0%,
        rgba(109, 106, 106, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(71, 70, 70, 1) 0%,
        rgba(109, 106, 106, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474646', endColorstr='#6d6a6a',GradientType=0 ); /* IE6-9 */
    border-radius: 10px 10px 0 0;
}

.hotPro > p > span {
    color: #ffd33c;
    letter-spacing: 0;
}

.hotPro img {
    width: 80%;
}

.hotpro-box {
    width: 90%;
    /*background-color:#fff;*/
    margin: 0 auto;
    /*box-shadow:1px 1px 2px rgba(0,0,0,0.2);*/
}

.slider_frame p {
    color: rgba(0, 0, 0, 1);
    background-color: #dadada;
    box-shadow: 0 0 0 1px #dadada;
    width: 101%;
    margin-left: -1px;
    margin-top: 1px;
}

.slider_frame {
    /*box-shadow:1px 1px 2px rgba(0,0,0,0.2);*/
    border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    background: #fff;
    width: 90%;
    margin: auto;
}

@media (max-width: 1200px) {
    .hotPro {
        letter-spacing: 0;
    }
}

@media (max-width: 768px) {
    .hotPro > p {
        cursor: pointer;
    }
    .hotPro {
        padding-bottom: 3px;
    }
}

@media (max-width: 680px) {
    .hotPro img {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .hotPro img {
        max-width: 180px;
        height: auto;
    }
}

.index-com {
    margin-top: 20px;
}

.index-com p {
    color: #fff;
    font-family: '微軟正黑體';
    letter-spacing: 1px;
    text-align: justify;
}

.index-com p span {
    color: #ffd33c;
}

.more {
    background-color: #ffd33c;
    color: rgba(0, 0, 0, 1);
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 1.2rem;
}

a.more:hover {
    text-decoration: none;
    color: #333;
    background-color: #ffbf43;
}

/*************************************/
/*                footer             */
/*************************************/

footer {
    background-color: rgba(0, 0, 0, 1);
}

.footerUl2 {
    list-style-type: none;
    color: #fff;
    font-size: 1.3rem;
    /*padding:2rem 20rem;*/
    /*text-align:center;*/
    margin-left: -3rem;
    margin-top: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
}

.footerUl2 li {
    display: inline;
    /*padding:0 1%;*/
}

.footerUl2 li a {
    color: #0b92cb;
}

.footerUl2 li a:hover {
    text-decoration: none;
}

.vLine2 {
    color: #fff;
    font-size: 1.2rem;
}

.ftImg {
    margin: 2.5rem 0 0 3rem;
    width: 60%;
    background: url(../eng_img/logo/logo_ft_1.png) top left no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .footerUl2 {
        text-align: center;
        float: none;
        padding-left: 0;
        margin-left: 0;
    }

    .ftImg {
        margin: 2.5rem auto 0;
        /*width:120px;*/
        background: url(../tw_img/logo/logo_ft_2.png) top center no-repeat;
        background-size: contain;
        width: 40%;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .ftImg {
        width: 80%;
        height: 60px;
    }

    .footerUl2 {
        line-height: 2rem;
    }
}

@media (max-width: 650px) {
    .footerUl2 {
        text-align: center;
        font-size: 1.2rem;
        /*padding:2rem 1rem;*/
    }

    .footerUl2 li {
        display: inherit;
    }

    .vLine2 {
        display: none;
    }
}

/*************************************/
/*               company             */
/*************************************/

.subContent {
    background-color: #fff;
}

/*.banner-bg{
	background:rgba(0,0,0,1.00) url(../tw_img/banner/banner_bg.jpg) no-repeat;
	background-size:cover;
}*/

.company-con {
    margin-top: 20px;
}

.company-con p {
    color: #000;
    font-family: '微軟正黑體';
    letter-spacing: 1px;
    text-align: justify;
}

.company-con p span {
    color: #1e4b71;
}

.breadcrumb2 p {
    color: #727272;
    letter-spacing: 1px;
}

.sidBtn {
    color: fff;
    padding: 0 7px;
    border: 1px solid #999;
    border-radius: 5px;
    float: right;
    margin-right: 15px;
    line-height: 32px;
    margin-top: 7px;
    display: none;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .company-con img {
        margin: 0 auto;
    }

    .dis768-no {
        display: none;
    }

    .sidBtn {
        display: block;
    }
}

/*************************************/
/*              product              */
/*************************************/
.product-con {
    margin-top: 20px;
}

.pro_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
}

.pro_list li:hover figure {
    opacity: 0.7;
}

/*.pro_list li:hover figcaption{
  color:#134e60;
  background-color:#b0e4f2;
}*/

.pro_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    padding: 0.625rem;
    margin: 0;
}

#cssmenu > ul > li > ul.active3 {
    display: block;
}

@media (max-width: 992px) {
    .pro_list_item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .pro_list_item {
        width: 33.333%;
    }
}

@media (max-width: 600px) {
    .pro_list_item {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .pro_list_item {
        width: 100%;
    }
}

.pro_list_item figure {
    margin: 0;
    padding: 10px;
    border: 1px solid #aaaaaa;
}

.pro_list_inner {
    background: #fff;
    width: 100%;
}
.pro_list_inner img {
    display: block;
}
.pro_list_inner figcaption {
    padding: 1.25rem;
    color: #333333;
    font-size: 15px;
    text-align: center;
}

.proDetail {
    margin-bottom: 50px;
}

/*----------pro detail---------------*/

.proInfoBox {
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.proInfo {
    font-size: 1.5rem;
    font-family: '微軟正黑體';
    color: #000;
}

.proInfo2 {
    font-size: 1.4rem;
    font-family: '微軟正黑體';
    color: #000;
    line-height: 2.5rem;
}

.proInfo2 span {
    color: #1e2b59 !important;
    padding-right: 0.5rem;
    letter-spacing: 0.05rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.proBtn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc056+0,fcb937+48,fcb937+48,ffa435+49,fca52a+100 */
    background: rgb(255, 192, 86); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc056', endColorstr='#fca52a',GradientType=0 ); /* IE6-9 */
    border: 1px solid #f39732;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    color: #000;
    margin: 0.5rem 0;
    width: 150px;
}

.proBtn:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.infoBar {
    display: block;
    background-color: #eeeeee;
    border-left: 8px solid #cccccc;
    padding: 7px 10px;
    margin-bottom: 30px;
}

.word {
    width: 97%;
    margin: 0 auto 20px;
}

@media (max-width: 992px) {
    .proBox {
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .proBtn {
        text-align: center;
    }

    .box {
        display: none;
    }
}

@media (max-width: 500px) {
    .proBtn {
        width: 100%;
    }
}

/*------------page-------------------*/

.page {
    margin: 10px auto 30px;
    text-align: center;
}

.page ul {
    list-style-type: none;
    padding-left: 0;
}

.page ul li {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #191919;
    line-height: 36px;
    margin: 0 3px;
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.page ul li a {
    color: #fff;
    /*padding:15px;*/
    text-decoration: none;
}

.page ul li:hover {
    background: #e68012;
    color: #ffffff;
}

.page ul li a:hover {
    color: #ffffff;
}

.page ul li span {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 600px) {
    .page ul li span {
        display: none;
    }
}

/*************************************/
/*              inquiry              */
/*************************************/

.proInquiry table tr td {
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    background: #f0f1f3;
    font-size: 1.4rem;
}

.proInquiry table thead tr th {
    text-align: center;
    font-size: 1.4rem;
}

.proInquiry table tr td a i {
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.8);
}

.inq_title {
    font-size: 1.8rem;
    color: #1d2b52;
    font-family: '微軟正黑體';
    letter-spacing: 1px;
}

.txt {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
}

.txt2,
.txt2 a {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    color: #000;
    text-decoration: none;
}

.getCode img {
    padding-top: 5px;
    text-align: left;
}

.conBtn {
    text-align: center;
    margin: 20px auto;
}

.btn_con {
    font-family: '微軟正黑體';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc056+0,fcb937+48,fcb937+48,ffa435+49,fca52a+100 */
    background: rgb(255, 192, 86); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc056', endColorstr='#fca52a',GradientType=0 ); /* IE6-9 */
    border: 1px solid #f39732;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    color: #000;
    width: 120px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    margin: 0 5px 10px;
    font-size: 1.5rem;
    border-radius: 5px;
}

.btn_con:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

input,
button,
select,
textarea {
    border: none;
}

@media (max-width: 500px) {
    .btn_con {
        width: 100%;
        margin: 0 0 10px;
    }
}

/*************************************/
/*              catalog              */
/*************************************/

.catalog_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
}

.catalog_list li:hover figure {
    opacity: 0.7;
}

/*.catalog_list li:hover figcaption{
  color:#134e60;
  background-color:#b0e4f2;
}*/

.catalog_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    padding: 0.625rem;
    margin: 0;
}

@media (max-width: 992px) {
    .catalog_list_item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .catalog_list_item {
        width: 33.333%;
    }
}

@media (max-width: 600px) {
    .catalog_list_item {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .catalog_list_item {
        width: 100%;
    }
}

.catalog_list_item figure {
    margin: 0;
    padding: 10px;
    border: 1px solid #aaaaaa;
}

.catalog_list_inner {
    background: #fff;
    width: 100%;
}
.catalog_list_inner img {
    display: block;
}
.catalog_list_inner figcaption {
    padding: 1.25rem;
    color: #333333;
    font-size: 15px;
    text-align: center;
}

.proDetail {
    margin-bottom: 50px;
}

/*--------------------------*/
/*          sitenews        */
/*--------------------------*/

.newsTitleBorder {
    overflow: auto;
}

.newsTitle {
    text-align: left;
    vertical-align: middle;
    display: block;
    background-color: #3f3f3f;
    padding-left: 5px;
}

.newsTitle p {
    text-align: left;
    padding: 0;
    font-size: 1.5rem;
    margin-top: 10px;
    color: #fff;
}

.dataTitle p {
    text-align: center !important;
}

.news {
    font-size: 1.4rem;
    overflow: auto;
    border-bottom: 1px solid #d1d1d1;
    color: hsla(0, 0%, 0%, 1);
    background: #f0f1f3;
}

.news .subj {
    line-height: 2.5rem;
    padding-bottom: 9px;
    padding-top: 9px;
    background: #f0f1f3;
}

.news .subj a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

.news .subj a:hover {
    text-decoration: none;
    color: rgba(0, 108, 185, 1);
}

.news .data {
    line-height: 2.7rem;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    background: #f0f1f3;
}

.news .data2 {
    line-height: 2.5rem;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.cell {
    display: table-cell;
}

.newsDetail {
    font-size: 1.5rem;
    display: block;
    overflow: auto;
    border: 1px solid #8dbe3d;
    padding: 15px 8px;
    color: rgba(66, 66, 66, 1);
}

.newsDetail .data {
    text-align: center;
    /*font-weight:bold;*/
    line-height: 3rem;
}

.detailData {
    color: rgba(71, 71, 71, 1);
    font-size: 1.5rem;
    padding: 10px 20px;
}

.newsCon p {
    color: #fff;
    text-align: left;
    line-height: 2.5rem;
    font-size: 1.5rem;
    margin-top: 15px;
}

.back {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
}

.pdl30 {
    padding-left: 40px !important;
}

.page {
    margin: 35px auto;
    text-align: center;
}

#newsBack {
    float: right;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc056+0,fcb937+48,fcb937+48,ffa435+49,fca52a+100 */
    background: rgb(255, 192, 86); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc056', endColorstr='#fca52a',GradientType=0 ); /* IE6-9 */
    border: 1px solid #f39732;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    color: #000;
    width: 150px;
    text-align: center;
    margin-bottom: 20px;
}

#newsBack a {
    color: #000;
    text-decoration: none;
}

#newsBack:hover {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.btn_back {
    position: relative;
    display: block;
    background: #8dbe3d;

    color: #fff;
    width: 140px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    box-shadow: 0 0 6px rgba(142, 142, 142, 0.7);
    margin-bottom: 30px;
    margin: 60px auto 20px;
}

.btn_back:hover {
    color: #fff;
    text-decoration: none;
    background: #6da410;
}

.newsTitle3 {
    text-align: center;
    vertical-align: middle;
    background-color: #000;
    color: rgba(255, 255, 255, 1);
}

.newsTitle2 {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    text-align: right;
    padding-right: 15px;
}

.newsTitle4 {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle !important;
}

.exhTxt {
    color: #000;
    background-color: #d1d1d1;
    font-size: 1.4rem;
    vertical-align: middle !important;
}

.exhTxt a {
    display: block;
    color: rgba(0, 0, 0, 1);
    padding: 3px 8px;
}

.newsListCon {
    vertical-align: middle;
    background-color: #f0f1f3;
    font-size: 1.4rem;
}

.newsTitle3 {
    text-align: center;
    vertical-align: middle;
    background-color: #000;
    color: rgba(255, 255, 255, 1);
}

.newsTitle2 {
    font-size: 1.4rem;
    background-color: #3f3f3f;
    color: #fff;
    text-align: center;
}

.newTable {
    border: none !important;
}

.newTable tr td:last-child {
    border-bottom: none;
}

.newsTitle4 {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle !important;
}
@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .news .data,
    .news .data2 {
        text-align: left;
        padding-left: 20px;
    }

    .newsDetail .data {
        text-align: left;
    }

    .newsCon {
        width: 100%;
        margin-left: 0;
    }

    .dataTitle {
        display: none;
    }

    .newsTitle {
        text-align: left;
    }

    .news .data {
        line-height: 0.5rem;
        padding-top: 15px;
        margin-bottom: 8px;
    }
}

@media (max-width: 500px) {
    #newsBack {
        width: 100%;
    }
}

/*************************************/
/*              service              */
/*************************************/

.login-con {
    width: 80%;
    margin: 2rem auto 10rem;
    overflow: hidden;
}

.register-con {
    width: 95%;
    margin: 2rem auto 2rem;
    overflow: hidden;
}

.login-con form lable,
.login-con .checkbox lable {
    font-size: 1.4rem;
}

.login-con input[type='checkbox'] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: -33px;
    height: 20px;
    margin-top: 2px;
}

button[type~='right'] {
    float: right;
}

.checkbox label {
    font-size: 1.4rem;
    margin-left: 10px;
    color: #000;
}

.loginBtn {
    float: right;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc056+0,fcb937+48,fcb937+48,ffa435+49,fca52a+100 */
    background: rgb(255, 192, 86); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc056', endColorstr='#fca52a',GradientType=0 ); /* IE6-9 */
    border: 1px solid #f39732;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    color: #000;
    width: 80px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.forget {
    width: 100%;
    background: #f0f1f3;
    line-height: 2.5rem;
    letter-spacing: 1px;
}

a:hover .forget {
    color: #00a0e9;
}

.forgetBtn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc056+0,fcb937+48,fcb937+48,ffa435+49,fca52a+100 */
    background: rgb(255, 192, 86); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 192, 86, 1) 0%,
        rgba(252, 185, 55, 1) 48%,
        rgba(252, 185, 55, 1) 48%,
        rgba(255, 164, 53, 1) 49%,
        rgba(252, 165, 42, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc056', endColorstr='#fca52a',GradientType=0 ); /* IE6-9 */
    border: 1px solid #f39732;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    color: #000;
    width: 80px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

@media (max-width: 992px) {
    .login-con {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .forgetBtn {
        margin: 0.5rem auto;
        width: 100%;
        line-height: 1.5;
    }

    .right {
        clear: both;
    }
}

.download-con {
    width: 100%;
    margin: 2rem auto 2rem;
    overflow: hidden;
}

.downloadTitle {
    background: #3f3f3f;
    font-size: 1.4rem;
    color: #fff;
}

.download-con table tr td {
    background: #f0f1f3;
    border-top: 1px solid #a0a0a0;
    line-height: 3rem;
}

.download-con table tr td a i {
    font-size: 2rem;
    color: #626262;
    line-height: 3rem;
}

/*------------register--------------*/

.red {
    color: rgba(255, 0, 4, 1);
    padding-right: 1px;
}

input[type~='width1'] {
    width: 30%;
    text-align: center;
    background: #f0f1f3;
    height: 40px;
}

input[type~='width2'] {
    width: 68%;
    background: #f0f1f3;
    height: 40px;
}

input[type~='width3'] {
    width: 58%;
    background: #f0f1f3;
    height: 40px;
}

input[type~='width4'] {
    width: 85%;
    background: #f0f1f3;
    height: 40px;
}

input[type='text'] {
    background: #f0f1f3;
    height: 40px;
}

input[type~='height1'] {
    height: 80px;
}

textarea.form-control {
    background: #f0f1f3;
}

select.form-control {
    background: #f0f1f3;
    width: 48%;
    height: 40px;
}

select.member {
    background: #f0f1f3;
    width: 40%;
    height: 40px;
}

@media (max-width: 768px) {
    .add {
        display: none;
    }

    input[type~='width1'],
    input[type~='width2'],
    input[type~='width3'],
    input[type~='width4'],
    select.form-control,
    select.member {
        width: 100%;
    }
}

/*************************************/
/*              contact              */
/*************************************/

.contact-con {
    margin-top: 10px;
}
