@charset "UTF-8";

body {
    padding: 0px;
    margin: 0px;
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft, Arial, Helvetica, sans-serif;
}

a {
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.slick-slide {
    outline: none
}

.container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

.text_center {
    text-align: center;
}

.font_c1 {
    color: #009944;
}

.font_c2 {
    color: #E60012;
}

.font_c3 {
    color: #F39800;
}

.font_c4 {
    color: #1B2D6F;
}

.container .header {
    position: relative;
}

.container .header .nav {
    width: 910px;
    height: 84px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -450px;
}

.header .nav .logo {
    width: 207px;
    height: 84px;
    display: inline-block;
}

.header .nav > ul {
    width: 690px;
    display: inline-block;
    margin: 0px;
    padding: 0px;

}

.nav ul > li {
    list-style-type: none;
    float: left;
    width: 112px;
    height: 84px;
    padding-top: 20px;
    margin-right: 0px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.nav ul::after {
    content: "";
    display: block;
    position: absolute;
    bottom: px;
    width: 2px;
    height: 47px;
    right: 138px;
    top: 20px;
    background-image: url(../images/menu_line.png);
}

.nav .last {
    float: left;
    padding-top: 12px;
    text-align: center;
    vertical-align: middle;
    padding-left: 40px;
    color: #1B2D6F;
}

.nav .last .onclick-menu {
    cursor: pointer;
}

.nav .last a {
    color: #1B2D6F;
    text-decoration: none;
    display: block;
    padding: 5px;
    position: relative;
}

.nav .last a.link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    width: 76px;
    left: -2px;
    height: 2px;
    background-image: url(../images/link_d_line.png);
}

.nav .last a:hover {
    color: #717071;
}

.nav ul li:hover {

}

.nav ul li a {
    font-size: 16px;
    clear: both;
    display: block;
    text-decoration: none;
    color: black;
    width: 110px;
    position: relative;
}

.nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: px;
    width: 2px;
    height: 47px;
    left: -1px;
    background-image: url(../images/menu_line.png);
}

.nav ul li a span {
    font-size: 12px;
    clear: both;
    display: block;
}

.nav ul li:nth-child(1):hover {
    background-color: #FCE9EC;
}

.nav ul li:nth-child(1) span {
    color: #E60012;
}

.nav ul li:nth-child(1).active {
    background-color: #FCE9EC;
}

.nav ul li:nth-child(2):hover {
    background-color: #D5EAD8;
}

.nav ul li:nth-child(2) span {
    color: #009944;
}

.nav ul li:nth-child(2).active {
    background-color: #D5EAD8;
}

.nav ul li:nth-child(3):hover {
    background-color: #CFEAEE;
}

.nav ul li:nth-child(3) span {
    color: #0068B7;
}

.nav ul li:nth-child(3).active {
    background-color: #CFEAEE;
}

.nav ul li:nth-child(4):hover {
    background-color: #EED1D7;
}

.nav ul li:nth-child(4) span {
    color: #A51B20;
}

.nav ul li:nth-child(4).active {
    background-color: #EED1D7;
}

.nav ul li:nth-child(5):hover {
    background-color: #FDEDE4;
}

.nav ul li:nth-child(5) span {
    color: #F39800;
}

.nav ul li:nth-child(5).active {
    background-color: #FDEDE4;
}

.onclick-menu {
    position: relative;
    display: inline-block;
}

.onclick-menu:hover .onclick-menu-content {
    display: block;
}

.onclick-menu-content {
    position: absolute;
    z-index: 1;
    padding: 0px;
    padding-top: 20px;
    display: none;
    top: 19px;
    right: -20px;
}

.onclick-menu-content li {
    padding: 0px !important;
    width: 120px !important;
    height: auto !important;
    background-color: rgba(255, 255, 255, 0.87) !important;
    text-align: left !important;
    border-bottom: 1px solid #c3cdea;
}

.onclick-menu-content li a::before, .onclick-menu-content::after {
    content: "";
    display: none !important;
}

.onclick-menu-content li a {
    width: auto !important;
    padding: 8px !important;
}

.container .header .ad {
    width: 1300px;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    margin-top: 0px;
	overflow: hidden;
}

.container .product {
    clear: both;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.container .product.p2 {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.container .product.p2 .slick-list {
    bottom: -4px;
    z-index: 99999;
}

.container .product .p-box-1, .container .product .p-box-2, .container .product .p-box-3, .container .product .p-box-4, .container .product .p-box-5, .container .product .p-box-6 {
    width: 410px;
    height: 350px;
    display: inline-block;
    border: 3px solid #B5B5B6;
    padding-top: 20px;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.container .product .p-box-2 {
    height: 307px;
    margin-left: 10px;
    margin-right: 10px;
}

.product.p2 .slick-prev {
    left: -13px;
    width: 13px;
    height: 16px;
}

.product.p2 .slick-next {
    right: -13px;
    width: 13px;
    height: 16px;
}

.product.p2 .slick-prev::before {
    content: "";
    display: block;
    width: 13px;
    height: 16px;
    background-image: url(../images/prev.png);
}

.product.p2 .slick-next::before {
    content: "";
    display: block;
    width: 13px;
    height: 16px;
    background-image: url(../images/next.png);
}

.container .product .p-box-1:hover, .container .product .p-box-2:hover, .container .product .p-box-3:hover, .container .product .p-box-4:hover, .container .product .p-box-5:hover, .container .product .p-box-6:hover {
    border: 3px solid #00A7D5;
}

.product .p-box-1:hover .p_list div a, .product .p-box-2:hover .p_list div a, .product .p-box-3:hover .p_list div a {
    color: #00A7D5 !important;
}

.product .p-box-1:hover .p_list .slick-prev::before, .product .p-box-2:hover .p_list .slick-prev::before, .product .p-box-3:hover .p_list .slick-prev::before {
    background-image: url(../images/prev-2.png);
}

.product .p-box-1:hover .p_list .slick-next::before, .product .p-box-2:hover .p_list .slick-next::before, .product .p-box-3:hover .p_list .slick-next::before {
    background-image: url(../images/next-2.png);
}

.p-box-1 .p_img, .p-box-2 .p_img, .p-box-3 .p_img {
    width: 365px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: aliceblue;
}

.p_img img {
    -webkit-transform: scale(1);
    -webkit-transition: 1s;
}

.p_img img:hover {
    -webkit-transform: scale(1.1);
}

.p-box-1 .p_header, .p-box-2 .p_header, .p-box-3 .p_header {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 24px;
    text-decoration: none;
    color: #001D8B;
}

.p-box-1 .p_header a, .p-box-2 .p_header a, .p-box-3 .p_header a {
    font-size: 24px;
    text-decoration: none;
    color: #001D8B;
}

.p_list {
    padding-left: 10px;
    padding-right: 10px;
}

.p_list div a {
    font-size: 14px;
    color: #717071;
    text-decoration: none;
}

.p_list .slick-prev {
    left: 0px;
    width: 13px;
    height: 16px;
}

.p_list .slick-next {
    right: 0px;
    width: 13px;
    height: 16px;
}

.p_list .slick-prev::before {
    content: "";
    display: block;
    width: 13px;
    height: 16px;
    background-image: url(../images/prev.png);
}

.p_list .slick-next::before {
    content: "";
    display: block;
    width: 13px;
    height: 16px;
    background-image: url(../images/next.png);
}

.carousel-text {
    border: 3px solid #00A7D5;
    border-radius: 10px;
}

.container .product .p-box-2.slick-center {
    border-left: 3px solid #00A7D5;
    border-right: 3px solid #00A7D5;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #00A7D5;
    padding-top: 10px;
    padding-bottom: 25px;
    background-color: white;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    z-index: 999999;

}



.carousel-text {
    padding: 35px;
    box-sizing: border-box;
	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.carousel-text {
   
	margin-bottom: 35px;
}
}

.t_nav {
    margin-bottom: 30px;

}

.t_nav ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.t_nav ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 3px;
    margin-right: 3px;
}

.t_nav ul li a {
    display: block;
    border-radius: 5px;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    color: #0068B7;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #FFFFFF;
}

.t_nav ul li a:hover {
    border: 1px solid #0068B7;
}

.t_nav ul li.active a {
    color: #fff;
    background-color: #0068B7;
    border: 1px solid #0068B7;
}

.container .product .p-box-2.slick-center .p_img {
    width: 95%;
    height: 280px;

}

.phonebar {
    width: 1300px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaf6fd+0,b4d9e7+100 */
    background: #eaf6fd; /* Old browsers */
    background: -moz-linear-gradient(left, #b4d9e7 0%, #eaf6fd  100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,#b4d9e7  0%, #eaf6fd  100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,#b4d9e7  0%,#eaf6fd  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf6fd', endColorstr='#b4d9e7', GradientType=1); /* IE6-9 */
    vertical-align: middle;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.phonebar .adlogo {
    padding-left: 50px;
}

.phonebar span {
    font-size: 24px;
    color: #1B2D6F;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.container .phonebar .phone {
    font-size: 36px;
    color: #3C88AF;
    padding-left: 50px;
}

.container .n_f {
    /* [disabled]align-content: center; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
}

.container .newsbox {
    display: inline-block;
    width: 600px;
    vertical-align: top;
    padding-right: 10px;
}

.container .newsbox .newsimg {
    width: 600px;
    height: 275px;
    border-radius: 8px;
    overflow: hidden;
}

.newsimg img {
    -webkit-transform: scale(1);
    -webkit-transition: 1s;
}

.newsimg img:hover {
    -webkit-transform: scale(1.1);
}

.container .newsbox ul {
    margin: 0px;
    padding: 0px;
    min-height: 270px;
    padding: 20px;

}

.newsbox ul li {
    list-style-type: none;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
}

.newsbox ul li::after {
    content: "";
    display: block;
    clear: both;
}

.newsbox ul li span {
    float: left;
    font-size: 14px;
}

.newsbox ul li .date {
    font-size: 14px;
    padding-top: 8px;
    padding-right: 20px;
}

li .newsbt a {
    font-size: 14;
    color: #009944;
    text-decoration: none;
    border-radius: 8px;
    padding: 8px;
    display: inline-block;
    border: 1px solid #009944;
	width: 140px;
	text-align:left;
}

li .newsbt a:hover {
    border: 1px solid #D5EAD8;
}

.container .faqbox {
    display: inline-block;
    width: 600px;
    vertical-align: top;
    padding-left: 10px;
}

.container .faqbox .qaimg {
    width: 600px;
    height: 275px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.qaimg img {
    -webkit-transform: scale(1);
    -webkit-transition: 1s;
}

.qaimg img:hover {
    -webkit-transform: scale(1.1);
}

.container .faqbox ul {
    margin: 0px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.faqbox ul li {
    list-style-type: none;
    padding-top: 7px;
    padding-bottom: 8px;
    text-align: left;
}

.faqbox ul li::after {
    content: "";
    display: block;
    clear: both;
}

.faqbox ul li span {
    float: left;
}

ul li .fqtitle {
    background-color: undefined;
}

ul li .f_text {
    font-size: 18px;
    width: 355px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

ul li .n_text {
    padding-left: 20px;
    width: 270px;

    text-align: left;
}

li .fqtitle a {
    font-size: 18px;
    width: 130px;
    display: inline-block;
    border-radius: 8px;
    background-color: #C33C3A;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

li .fqtitle a:hover {
    background-color: #A51B20;
}

li .ans a {
    font-size: 15px;
    width: 75px;
    display: inline-block;
    border-radius: 10px;
    background-color: #8C2126;
    padding: 6px;
    color: #fff;
    box-sizing: border-box;
    text-align: left;
    text-decoration: none;
    position: relative;
    padding-right: 6px;
    padding-left: 30px;
}

li .ans a::before {
    content: "";
    display: block;
    width: 14px;
    height: 16px;
    background-image: url(../images/qaicon1_14.png);
    position: absolute;
    top: 8px;
    left: 10px;
}

li .ans a:hover {
    color: #8C2126;
    background-color: #EED1D7;
}

li .ans a:hover::before {
    color: #8C2126;
    background-color: #EED1D7;
    background-image: url(../images/qaicon2_14.png);
}

.footer_map {
    width: 100%;
    min-width: 1300px;
    background-color: #F3F4F5;
    padding-top: 35px;
    padding-bottom: 66px;
}

.footer_map .footer_content {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;

}

.footer_map .footer_content .map {
    background-color: aliceblue;
    width: 460px;
    height: 345px;
    float: left;
}

.footer_map .footer_content .contact_info {
    padding-right: 40px;
    float: right;
    font-size: 16px;
    color: #10366B;
}

.contact_info p span {
    width: 75px;
    display: inline-table;
}

.contact_info p a.cn_link {
    color: #10366B;
    text-decoration: none;
    padding-left: 0px;
    position: relative;
}

.contact_info p a.cn_link:hover {
    text-decoration: none;
}

.contact_info p a.cn_link::before {
    content: "";
    display: block;
    width: 14px;
    height: 16px;
    left: -20px;
    top: 4px;
    position: absolute;
    background-image: url(../images/contactarrowicon_17.png)
}

.contact_info p a.cn_link:hover::before {
    background-image: url(../images/contactarrowicon-2.png)
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.footer_link {
    width: 100%;
    min-width: 1300px;
    min-height: 175px;
    background-color: #DAE8F3;
    text-align: center;
}

.footer_link .fl_content ul {
    padding: 0px;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 25px;
}

.fl_content ul li {
    padding-left: 10px;
    padding-right: 10px;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.fl_content ul li a {
    text-decoration: none;
    color: #3C88AF;
    font-size: 14px;
}

.fl_content ul li a:hover {
    color: #7D7D7D;
}

.footer_link .fl_content {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.footer_link .fl_content ul li ul {
    padding-top: 0px;
}

.fl_content ul li li {
    list-style-type: none;
    display: block;
    padding-bottom: 5px;
}

.copyright {
    width: 100%;
    min-width: 1300px;
    background-color: #1B2D6F;
    color: #fff;
    height: 65px;
}

.copyright .cr_content {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.copyright .cr_content .cr_text {
	font-size: 12px;
    line-height: 65px;
    float: left;
}

.copyright .cr_content .cr_text a {
    color: #FFF;
    text-decoration: none;
}

.copyright .cr_content .cr_text a:hover {
    color: #C6E6F4;
}

.copyright .cr_content .sitemap {
    float: right;
}

.cr_content .sitemap a {
    color: #fff;
	font-size:12px;
    line-height: 65px;
    text-decoration: none;
}

.newsbar, .QAbar, .servicebar, .m_p {
    display: none;
}

.fl_content .web_menu {
    display: block;

}

.fl_content .ft_menu, .faqmore {
    display: none;

}

.phonebar.web {
    display: block;
}

.phonebar.phone {
    display: none;
}

.scrollup {
    width: 48px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 5%;
    display: none;
    text-indent: -9999px;
    background: url('../images/gototop_21.png') no-repeat;
}

.scroll-phone {
    width: 55px;
    height: 45px;
    position: fixed;
    bottom: 100px;
    right: 5%;
	display: block;
    text-indent: 9999px;
    background: url('../images/scroll_phone.png') no-repeat;
	background-size: 42px;
	background-position:  center;
}

.hide {
    display: none;
}

dt {
    font-size: 24px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 12px;
    margin-left: 0px;
    cursor: pointer;
    padding-left: 30px;
    padding-top: 10px;
    border-top: 1px dashed #D7D7D7;
}
dt:first-child {
    border-top: 0px dashed #D7D7D7;
}
dt a {
    font-size: 24px;
    color: #000;
    
}
dt b {
    font-size: 36px;
    color: #9D1F24;
    padding-right: 3px;
    font-weight: normal;
    margin-left: -32px;
}

dl {
    font-weight: normal;
    border-bottom: 1px dashed #D7D7D7;
	margin-top: -15px;
	margin-left: -20px;
}

/* Triangle list item
dt:before {
  content: "";
  border-color: transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 17px;
  position: relative;
} */

dd {
    padding: 20px;
    background: #FDFCFA;
    border-radius: 5px;
    border: 1px solid #F2EEE6;
    margin: 20px 8px 30px;
    position: relative;
}

/* Triangle in definition container */
dd:after, dd:before {
    bottom: 100%;
    left: 6%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

dd:after {
    border-color: rgba(136, 183, 213, 0);
    border-color: transparent;
    border-bottom-color: #FDFCFA;
    border-width: 15px;
    margin-left: -15px;
}

dd:before {
    border-color: rgba(194, 225, 245, 0);
    border-color: transparent;
    border-bottom-color: #F2EEE6;
    border-width: 17px;
    margin-left: -17px;
}

/*分頁*/
ul.pagination {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0;
}

ul.pagination.back {
    border-top: 1px dashed #E2E2E2;
    padding-top: 20px;
    margin-top: 30px;
}

ul.pagination li {
    display: inline-block;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

ul.pagination li a.pre {
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/a_pre.png)
}

ul.pagination li a.next {
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/a_next.png)
}

ul.pagination li a.active {
    background-color: #930a0f;
    color: white;
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.p_content {
    width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
	min-height:700px;
}



.p_content .breadcrumb {
    font-size: 18px;
    color: #231815;
    padding-top: 20px;
    padding-bottom: 20px;
}

.p_content .breadcrumb a {
    color: #231815;
    text-decoration: none;
}

.p_content .breadcrumb a:hover {
    color: #006A94;
}

.p_content .left_list {
    width: 288px;
    float: left;
}

.p_content .left_list.contactus {
    width: 288px;
    float: left;
    clear: both;
}

.p_content .left_list ul {
    padding: 0px;
    margin: 0px;
}

.p_content .left_list ul li {
    line-height: 85px;
    list-style-type: none;
}

.p_content .left_list ul li a {
    font-size: 24px;
    text-decoration: none;
    background-color: #E7E8E9;
    color: #D71618;
    text-align: center;
    display: block;
    height: 85px;
    line-height: 85px;
    border-bottom: 1px dashed #D3D1D1;
}

.p_content .left_list ul li.active a {
    font-size: 24px;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #D71618;
    text-align: center;
    display: block;
    height: 85px;
    line-height: 85px;
    position: relative;
}

/**.p_content .left_list ul li.active a::after {
    content: "";
    width: 5px;
    height: 85px;
    position: absolute;
    right: -30px;
    background-color: #D71618;
}**/
.p_content .right_con.line::before {
    content: "";
    width: 5px;
    height: 85px;
    position: absolute;
    left: -32px;
	top:20px;
    background-color: #019945;
}
.p_content .right_con.qaline::before {
    content: "";
    width: 5px;
    height: 85px;
    position: absolute;
    left: -80px;
	top:0px;
    background-color: #930a0f;
}
.p_content .right_con.link::before {
    content: "";
    width: 5px;
    height: 85px;
    position: absolute;
    left: -30px;
	top:10px;
    background-color: #1b2d6f;
}
.p_content .right_con.about::before {
    content: "";
    width: 5px;
    height: 85px;
    position: absolute;
    left: -80px;
    top: 85px;
    background-color: #D71618;
}
.p_content .left_list ul li a:hover {
    background-color: #FFFFFF;
}

.p_content .left_list .l_title {
    font-size: 24px;
    color: #D71618;
    background-color: #FBE8EB;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 8px 8px 0px 0px
}

.p_content .right_con {
    width: 887px;
    min-height: 300px;
    float: right;
	position: relative;
}

.p_content .right_con.contactus {
    width: 100%;
    clear: both;
}

.p_content .right_con.contactus form {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    border: 3px solid #F2F2F2;
}

.contactus form::after {
    content: "";
    display: block;
    clear: both;
}

.f_right {
    float: right;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
}

.f_left {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.contactus form .inputtext {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    height: 295px;
}

.contactus form .inputtext textarea {
    font-size: 18px;
    height: 293px;
    padding: 10px;
    width: 100%;
    border: 0px;
    box-sizing: border-box;
}

.contactus form .inputselect {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    margin-bottom: 35px;
    clear: both;
}

.contactus form .inputselect > label {
    font-size: 18px;
    line-height: 75px;
    width: 105px;
    float: left;
    text-align: left;
    border-right: 1px solid #E7E7E7;
    padding-left: 16px;
    box-sizing: border-box;

}

.contactus form .inputselect label b {
    color: #E20003;
    padding-right: 3px;
}

.contactus form .notroobt::after {
    content: "";
    display: block;
    clear: both;
    padding-bottom: 30px;
}

.contactus form .notroobt .nr_1 {
    width: 50%;
    float: left;
}

.contactus form .notroobt .nr_2 {
    width: 50%;
    float: left;
    padding-top: 20px;
}

.contactus form .notroobt .nr_2 a {
    color: #007FBE;
    text-decoration: none;
}

.contactus form .notroobt .nr_2 a:hover {
    color: #46BAE4;
}



.sendout {
    height: 75px;
    line-height: 75px;
    display: block;
    clear: both;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    background-color: #1B2D6F;
	-webkit-appearance: none;
	border-radius: 0;
}

.sendout:hover {
    background-color: #2B407A;
}

/*****************************************/
.checkbox {

    margin-bottom: 0px;
}

.checkbox ul {
    float: left;
    padding-top: 20px;
    padding-left: 30px;
    margin: 0px;
	
}

.checkbox li {
    float: left;
    padding-bottom: 10px;
    padding-right: 20px;
    list-style-type: none;
	
	
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-top: 5px;
    font-size: 15px;
	width:80px;
}

.nr_2.checkbox label {
   width:200px; 
}

.BO_box .checkbox label {
    color: #ccc

}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 2px;
    left: 0;
    margin-left: -20px;
    border: 1px solid rgba(204, 204, 204, 0.54);
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    background-image: url(../images/check_OK.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 25px;
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    border: 1px solid rgba(204, 204, 204, 0.54);
    border-radius: 2px;
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #000;
}

/**************************/
.contactus form .inputbox {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    margin-bottom: 35px;
}

.contactus form .inputbox label {
    font-size: 18px;
    line-height: 75px;
    width: 105px;
    float: left;
    text-align: left;
    border-right: 1px solid #E7E7E7;
    padding-left: 16px;
    box-sizing: border-box;

}

.contactus form .inputbox label b {
    color: #E20003;
    padding-right: 3px;
}

.contactus form .inputbox input[type=text] {
    font-size: 18px;
    height: 72px;
    padding: 6px;
    width: calc(100% - 108px);
    border: 0px;
    box-sizing: border-box;
}

.c_map_info {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    float: left;
    width: 100%;
}

.c_map_info::after {
    content: "";
    display: block;
    clear: both;
}

.c_map_info .address {
    width: 610px;
    height: 335px;
    float: left;
    font-size: 23px;
    background-color: #F2F2F2;
    box-sizing: border-box;
    padding: 30px;
}

.c_map_info .address p {
    margin: 0px;
    padding-top: 10px;
    padding-left: 5px;
}

.c_map_info .address .cn_logo {
    padding-bottom: 10px;
}

.c_map_info .map {
    width: auto;
    height: 335px;
    float: right;
    font-size: 23px;
    background-color: #F2F2F2;
    box-sizing: border-box;
}

.p_content .right_con.news {
    width: 945px;
    box-sizing: border-box;
	margin-top: 65px;
}
.p_content .right_con.qaline {
	margin-top: 85px;
}
.p_content .right_con.n_page {
    width: 945px;
    box-sizing: border-box;
    margin-top: 0px;
}
.right_con.news .n_con_list {
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #D1D1D1;
    position: relative;
}

.right_con.news .n_con_list::before {
    content: "";
    width: 23px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 45px;
    background-image: url(../images/news_arrow.png);
}

.right_con.news .n_con_list .con_text a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.right_con.news .n_con_list .con_text .date {
    font-size: 24px;
    padding-right: 30px;
    width: 20%;
    box-sizing: border-box;
    float: left;
}

.right_con.news .n_con_list .con_text .title {
    font-size: 24px;
    width: 80%;
    float: left;
}

.right_con.news .n_con_list .con_text > p::after {
    content: "";
    clear: both;
    display: block;
}

.right_con.news .n_con_list .con_text .title a {
    font-size: 24px;
	vertical-align: top;
}

.right_con.news .n_con_header {
    font-size: 32px;
    min-height: 91px;
    color: #000;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 140px;
    position: relative;
}
.right_con.news .n_con_header::before {
	content: "";
    width: 55px;
	height: 91px;
    background-image: url(../images/news_t_a.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
	left:-38px;
	top:0px;
}
.right_con.news .n_con_header .time {
    font-size: 24px;
    color: #000;
    position: absolute;
    right: 0;
	top: 35px;
}

.right_con.news .n_con_con {
    padding-left: 20px;
    font-size: 16px;
}

.img_right {
    float: right;
    clear: right;
    padding-left: 35px;
}

.img_left {
    float: left;
    clear: left;
    padding-right: 35px;
}

.p_content .right_con.link {
    width: 945px;
	margin-top: 75px;
    box-sizing: border-box;
}

.right_con.link .con_list {
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #D1D1D1;
    position: relative;
    min-height: 200px;
}

.right_con.link .con_list::after {
    content: "";
    clear: both;
    display: block;
}

.right_con.link .con_img {
    padding: 3px;
    float: left;
    overflow: hidden;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-sizing: border-box;
}

.right_con.link .con_img span {
    display: block;
    width: 177px;
    height: 120px;
    overflow: hidden;
}

.right_con.link .con_img span img {
    width: 100%;
    height: auto;
}

.right_con.link .con_text {
    float: right;
    width: 655px;
}

.right_con.link .con_text h1 {
    font-size: 24px;
    margin: 0px;
    font-weight: normal;
}

.right_con.link .con_text p {
    font-size: 16px;
    margin: 5px;
}

.right_con.link .con_text a.l_more {
    color: #000;
    width: 124px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    background-color: #E7E8E9;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.right_con.link .con_text a.l_more:hover {
    color: #4E4E4E;
    background-color: #E7E8E9;
}

.p_content .left_list.qa ul li a {
    color: #9D1F24;
	
}

.p_content .left_list.qa ul li.active a {
    color: #9D1F24;
}

.p_content .left_list.qa ul li.active a::after {
    background-color: #9D1F24;
}

.p_content .left_list.qa .l_title {
    color: #9D1F24;
    background-color: #EED1D7;
}

.p_content .left_list.news ul li a {
    color: #009944;
}

.p_content .left_list.news ul li.active a {
    color: #009944;
}

.p_content .left_list.news ul li.active a::after {
    background-color: #009944;
}

.p_content .left_list.news .l_title {
    color: #009944;
    background-color: #D5EAD8;
}

.p_content .left_list.lk ul li a {
    color: #1B2D6F;
}

.p_content .left_list.lk ul li.active a {
    color: #1B2D6F;
}

.p_content .left_list.lk ul li.active a::after {
    background-color: #1B2D6F;
}

.p_content .left_list.lk .l_title {
    color: #1B2D6F;
    background-color: #C6D1EA;
}

.p_content .left_list.contactus ul li a {
    color: #E99411;
}

.p_content .left_list.contactus ul li.active a {
    color: #E99411;
}

.p_content .left_list.contactus ul li.active a::after {
    background-color: #E99411;
}

.p_content .left_list.contactus .l_title {
    color: #E99411;
    background-color: #FDEDE4;
}

.right_con.about h1 {
    font-size: 21px;
    font-weight: normal;
    background-color: #E7E8E9;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    clear: both;
}

.right_con.about p {
    clear: both;
	margin-top: 0px;
}

.right_con.about ul {
    clear: both;
}

.listbox {
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

.listbox .toplink a {
    color: #333;
    text-decoration: none;
}

.listbox .listtitle1 {
    font-size: 24px;
    line-height: 47px;
    background-image: url(../images/pagetitleline1.jpg);
    height: 47px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left;
}

.listbox .listtitle2 {
    font-size: 24px;
    line-height: 47px;
    background-image: url(../images/pagetitleline2.jpg);
    height: 47px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left;
}

.listbox .listtitle3 {
    font-size: 24px;
    line-height: 47px;
    background-image: url(../images/pagetitleline3.jpg);
    height: 47px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left;
}

.listbox .listtitle4 {
    font-size: 24px;
    line-height: 47px;
    background-image: url(../images/pagetitleline4.jpg);
    height: 47px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left;
}

.listbox .listtitle5 {
    font-size: 24px;
    line-height: 47px;
    background-image: url(../images/pagetitleline5.jpg);
    height: 47px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left;
}

.listbox ul {
    padding-top: 10px;
    padding-left: 40px;
}

.listbox ul li {
    list-style-type: circle;
    float: left;
    margin-left: 35px;
}

.listbox ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #808080;
}

.listbox ul li a:hover {
    text-decoration: none;
    font-size: 15px;
    color: #0D6FB8;
}

/* DivTable */
.divTable {
    display: table;
    width: 90%;
    border: 1px solid #BCDBE4;
    margin-left: auto;
    margin-right: auto;
}

.divTableRow {
    display: table-row;
}

.divTable .divTableRow:nth-child(odd) {
    background-color: #F7FCFE;
}

.divTable .divTableRow:nth-child(even) {
    background-color: #FEF9FB;
}

.divTableHeading {
    background-color: #EAF6FD !important;
    text-align: center;

    /*display: table-header-group;*/
}

.divTableRow .divTableCell:first-child {
    border-left: 0px solid #BCDBE4;
    border-right: 1px solid #BCDBE4;
    border-bottom: 0px solid #BCDBE4;
    border-top: 0px solid #BCDBE4;
    text-align: center;
    vertical-align: middle;
    font-size: 32px;
    width: 25%;
}

.divTableCell, .divTableHead {
    border: 0px solid #999999;
    display: table-cell;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.divTableHead {
    font-size: 24px !important;
}

.divTableCell p {
    font-size: 18px !important;
    margin-top: 8px;
    margin-bottom: 8px;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.dropbtn {
    display: none;
}

@media screen and (max-width: 768px) {
	dl {
    margin-left: 0px;
}
    .footer_map, .footer_link, .copyright {
        min-width: 100%;
    }

    .phonebar.phone {
        display: block;
    }
	.phonebar.phone .phone_slogn{
		padding-left: 0px;
		float:left;
		/*width:63%;*/
	}

    .phonebar.web {
        display: none;
    }

    .phonebar::after {
        content: "";
        display: block;
        clear: both;
    }

    .fl_content .web_menu {
        display: none;

    }
    .right_con.news .n_con_header .time {
    font-size: 24px;
    color: #000;
    position: static;
    display: inline-block;
    }
	.p_content .right_con.about{
	padding-top:30px;	
	}
    
	.right_con.news .n_con_header {
    padding-left: 20px;
    padding-right: 20px;
    
    }
    .fl_content .ft_menu, .servicebar, .m_p, .faqmore {
        display: block;

    }

    .footer_link {
        min-height: auto;
    }

    .mb_logo img {
        padding-top: 0px;
        float: left;
    }

    .mb_logo2 {
        text-align: center;
        width: 100%;
        height: 20px;
        background-color: #1B2D6F;
    }

    .mb_download {
        display: block;
        font-size: 10px;
        padding-top: 20px;
        clear: both;

    }

    .mb_download a {
        border-top: 1px solid #7acdf0;
        height: 30px;
        display: block;
        width: calc(100% - 16px);
        font-size: 10px;
        padding-top: 15px;
        padding-right: 15px;
        text-decoration: none;
        text-align: right;

    }

    .mb_download a:hover {
        color: #3B8FD3;

    }

    .container {
        width: 100%;
        overflow: hidden;
    }

    .nav.web {
        display: none;
    }

    .container .header .ad {
		margin-top: 31px;
        width: 100%;
        height: 145px;
    }

    .container .header .ad img {
        width: auto;
		max-width: auto !important;
        height: 145px;
    }

    .container .product {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container .product .p-box-1, .container .product .p-box-2, .container .product .p-box-3 {
        height: 290px;
		margin-left: 5px;
        margin-right: 5px;
    }

    .p-box-1 .p_img, .p-box-2 .p_img, .p-box-3 .p_img {
        width: 90%;
        height: 200px;
    }

     .phonebar {
        width: 100%;
        padding-left: 10px;
        padding-bottom: 8px;
        padding-top: 8px;
        box-sizing: border-box;
        /* margin-left: auto; */
        /* margin-right: auto; */
    }

    .phonebar .adlogo {
        display: none;
    }

    .phonebar span {
        font-size: 12px;
        display: inline;
		padding-left: 0px;
		margin-bottom:5px;
		/*letter-spacing:1px;*/
    }

    .phonebar .phone {
        font-size: 15px !important;
        float: right;
        padding-right: 5%;
		padding-left: 0px !important;
    }


    .newsbar, .QAbar {
        display: block;
    }

    .newsbar {
        padding: 8px;
        padding-left: 5%;
        box-sizing: border-box;
        font-size: 18px;
        color: #fff;
        text-align: left;
        background-color: #009944;
    }

    .QAbar {
        padding: 8px;
        padding-left: 5%;
        box-sizing: border-box;
        font-size: 18px;
        color: #fff;
        text-align: left;
        background-color: #A51B20;
    }

    .container .newsbox {
        width: 100%;
        padding-top: 15px;
    }

    .container .newsbox .newsimg {
        width: 198px;
        height: 124px;
        margin-left: auto;
        margin-right: auto;
		margin-bottom: 7px;
    }
	.newsimg img {
		width: 198px;
        height: 124px;
   
    }

    ul li .n_text {
        padding-left: 0px;
		padding-top: 10px;
        width: 100%;
    }

    .container .faqbox {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-left: 0px;
        padding-top: 15px;
    }

    .container .faqbox .qaimg {
        width: 198px;
        height: 124px;
        margin-left: auto;
        margin-right: auto;
		margin-bottom: 7px;
    }
    .container .faqbox .qaimg img {
        width: 198px;
        height: 124px;
    }
    .container .faqbox ul, .container .newsbox ul {
        padding-top: 8px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .newsbox ul li {
        padding-left: 5%;
        padding-right: 10%;
        position: relative;
    }

    .faqbox ul li {
        padding-left: 5%;
        padding-right: 5%;
    }

    .newsbox ul li .arrow2 {
        display: block;
        position: absolute;
        width: 9px;
        height: 14px;
        right: 5%;
        top: 50%;
        margin-top: -7px;
        background-image: url(../images/mb_aa2_09.png);

    }

    .newsbox ul li {
        border-top: 1px solid #D8D8D8;
    }

    .faqbox ul li {
        border-top: 1px dotted #D8D8D8;
    }

    li .fqtitle a {
        font-size: 12px;
        width: 75px;
    }

    ul li .f_text {
        font-size: 14px;
        width: calc(100% - 127px);
        padding-top: 0px;
    }

    li .ans a {
        font-size: 0px;
        width: 16px;
        height: 32px;
        float: left;
    }

    .footer_map .footer_content .map {
        background-color: aliceblue;
        height: 200px;
        float: none;
        overflow: hidden;
        width: 76%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_map .footer_content .contact_info {
        padding-right: 0px;
        float: none;
        font-size: 13px;
        color: #10366B;
        width: 78%;
        margin-left: auto;
        margin-right: auto;
		padding-bottom:20px;
    }

    .contact_info p a.cn_link::before {
        top: 0px;
    }

    .f_logo img {
        width: 100%;
        height: auto;
    }

    .footer_map .footer_content, .footer_link .fl_content, .copyright .cr_content {
        width: 100%;
        position: relative;
    }

    .fl_content ul li {
        float: left;
    }

    .footer_link .fl_content ul {
        width: 82%;
        margin-left: auto;
        margin-right: auto;
    }

    .fl_content ul::after {
        content: "";
        display: block;
        clear: both;
    }

    .copyright .cr_content .sitemap {
        position: absolute;
        width: 100px;
        right: 5%;
        top: -65px;

    }

    .cr_content .sitemap a {
        color: #4a90b4;
        line-height: 65px;
        text-decoration: none;
    }

    .copyright {
        height: 35px;
    }

    .copyright .cr_content {
        text-align: center;
    }

    .copyright .cr_content .cr_text {
        font-size: 14px;
        line-height: 35px;
        float: none;
    }

    .servicebar {
        padding: 8px;
        padding-left: 5%;
        box-sizing: border-box;
        font-size: 18px;
        color: #fff;
        text-align: left;
        background-color: #0068B7;
    }

    .container .n_f {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .m_p {
        padding-left: 0px;
        margin: 0px;
    }

    .m_p li {
        list-style-type: none;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 5%;
        padding-right: 10%;
        border-top: 1px solid #D8D8D8;
        position: relative;
    }

    .m_p li .arrow1 {
        display: block;
        position: absolute;
        width: 9px;
        height: 14px;
        right: 5%;
        top: 50%;
        margin-top: -7px;
        background-image: url(../images/mb_aa1_08.png);

    }

    .m_p li::after {
        content: "";
        display: block;
        clear: both;
    }

    .m_p .mp_img {
        float: left;
        width: 80px;

    }

    .m_p .p_text {
        float: left;
        padding-left: 8px;
        font-size: 10px;
        width: calc(100% - 88px);
    }

    .m_p .p_text p {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .m_p .p_text .p_header {
        font-size: 12px;
        color: #0068B7;
    }

    .m_p .p_text .p_header a {
        font-size: 14px;
        color: #0068B7;
        text-decoration: none;
    }

    .m_p .p_text .p_header a span {
        font-size: 8px;

    }

    .m_p .p_text .p_header a:hover {
        font-size: 12px;
        color: #3596DF;
    }

    .m_p .mp_img img {
        width: 100%;
        height: auto;
    }

    .faqmore {
        width: 80px;
        margin-top: 10px;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        padding: 6px;
        display: block;
        text-decoration: none;
        color: #D20A0D;
        border: 1px solid #D20A0D;
        border-radius: 8px;
    }

    .faqmore:hover {
        background-color: #FFE9EA;
    }

    .p_content {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }

    .p_content .breadcrumb {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .p_content .left_list, .p_content .right_con.news, .p_content .right_con.link {
        width: 100%;
        float: none;
    }

    .right_con.link .con_img span {
        display: block;
        /*width: auto;
        height: 120px;*/
		width: 100%;
    	height: auto;
        overflow: hidden;
    }

    .right_con.link .con_text p {
        font-size: 14px;
        margin: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .right_con.link .con_list {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #D1D1D1;
        position: relative;
        min-height: 200px;
    }

    .right_con.link .con_text a.l_more {
        color: #000;
        width: 124px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
        background-color: #E7E8E9;
        text-align: center;
        text-decoration: none;
        position: static;
        display: block;
		margin:12px 0px;
    }

    .right_con.link .con_img {

        float: none;
        overflow: hidden;
        border: 1px solid #E2E2E2;
        border-radius: 3px;
        box-sizing: border-box;

    }

    .right_con.link .con_text {
        float: none;
        width: 100%;
        clear: both;
    }

    .right_con.news .n_con_list .con_text .title {
        clear: both;
        width: 100%;
        float: left;
    }

    .right_con.news .n_con_list {
        margin-left: 0px;
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #D1D1D1;
        position: relative;
    }
	.right_con.news .n_con_list::before {
    left: 0px;
	}

    .p_content .right_con {
        width: 100%;
        min-height: auto;
        float: none;
    }
    .p_content .right_con.news,.p_content .right_con.qaline,.p_content .right_con.link {
    margin-top: 0px;
}
    .carousel-text {
        margin-top: 10px;
        padding: 0px;
        border: 0px solid #00A7D5;
    }

    .t_nav ul {
        border: 2px solid #00A7D5;
        border-radius: 10px;
        overflow: hidden;
    }

    .t_nav ul li {
        display: block;
        border-bottom: 1px solid #00A7D5;
        margin: 0px;
    }

    .t_nav ul li:last-child {
        border-bottom: 0px solid #00A7D5;
    }

    .t_nav ul li a {
        border-radius: 0px;
    }

    .container .product.p2 .slick-list {
        bottom: 0px;
    }

    .container .product .p-box-2.slick-center {
        border-left: 3px solid #00A7D5;
        border-right: 3px solid #00A7D5;
        border-bottom: 3px solid #00A7D5;
        border-top: 3px solid #00A7D5;
        padding-top: 10px;
        padding-bottom: 40px;
        background-color: white;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        position: relative;
        z-index: 999999;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 100%;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropbtn {
		outline:none;
        display: inline-block;
		/* background-image: url(../images/ph_mb_03_2.png); */
		width: 100%;
		height: 60px;
		font-size: 24px;
		margin-top: 6px;
		border: 0px;
		border-radius: 8px;
		background-color: rgb(231, 232, 233);
    }
    .p_content .left_list ul li.active a ,.p_content .left_list ul li a{
    height: 60px;
    line-height: 60px;
    
}
	.p_content .left_list ul li {
    line-height: 60px;
}
    .show {
        display: block;
    }

    .p_content .left_list.contactus {
        width: 100%;
        float: none;
        clear: both;
    }

    .p_content .right_con.contactus form {
        padding: 10px;
    }

    .f_left {
        float: none;
        width: 100%;
        padding-right: 0px;
    }

    .f_right {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    .contactus form .inputselect {
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contactus form .notroobt .nr_1 {
        width: 100%;
        float: none;
        display: block;
        padding-bottom: 10px;
    }

    .contactus form .notroobt .nr_2 {
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    .contactus form .inputselect > label {
        font-size: 18px;
        line-height: 0px;
        padding-top: 30px;
        padding-bottom: 0px;
        width: 105px;
        float: none;
        display: block;
        text-align: left;
        border-right: 0px solid #E7E7E7;
        padding-left: 16px;
        box-sizing: border-box;
    }

    .checkbox li {
        float: left;
        display: inline-block;
        width: 50% px;
        box-sizing: border-box;
        padding-bottom: 10px;
        padding-right: 30px;
        list-style-type: none;
    }

    .checkbox ul {
        float: none;
        padding-top: 20px;
        padding-left: 16px;
        margin: 0px;
    }

    .checkbox ul::after {
        content: "";
        clear: both;
        display: block;
    }

    img {
        vertical-align: middle;
    }

    .img_right {
        float: none;
        clear: right;
        padding-left: 0px;
    }

    .img_left {
        float: none;
        clear: right;
        padding-right: 0px;
    }

    dt b {
        font-size: 26px;
        margin-left: -25px;
    }

    dd:after, dd:before {
        left: 10%;
    }

    dt {
        padding-left: 30px;
        font-size: 18px;
    }

    .img_res {
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .c_map_info .address {
        width: 100%;
        height: auto;
        float: left;
        font-size: 16px;
        padding: 20px;
    }

    .c_map_info .map {
        margin-top: 20px;
        width: 100%;
        height: auto;
        float: right;
        font-size: 16px;
    }

    .c_map_info {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .contactus form .inputbox label {
        font-size: 16px;
        width: 85px;
        padding-left: 10px;
    }

    .contactus form .inputbox input[type=text] {
        width: calc(100% - 85px);
    }

    .contactus form .inputbox {
        margin-bottom: 20px;
    }
	.footer_map .footer_content .contact_info .f_logo {
        display: none ;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .container .header .ad, .container .header .ad img {
		margin-top: 0px !important;
        width: 100%;
        height: auto;
    }

    .p_content {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0px;
    }

    .p_content .left_list {
        width: 280px;
    }

    .p_content .right_con {
        width: 645px;
        min-height: 300px;
        float: right;
    }

    .p_content .right_con.link {
        width: 705px;
        box-sizing: border-box;
    }

    .right_con.link .con_text {
        float: right;
        width: 480px;
    }

    .c_map_info .address {
        width: 50%;
        font-size: 20px;

    }

    .c_map_info .map {
        width: 48%;
        overflow: hidden;
        border: 1px solid #E1E1E1;
    }

    .right_con.news .n_con_list::before {
        top: 43px;
        left: 0px;
    }

    .p_content .left_list ul li.active a::after {
        right: -18px;
    }

    .p_content .right_con.news {
        width: 710px;
        box-sizing: border-box;
    }

    .p-box-1 .p_img, .p-box-2 .p_img, .p-box-3 .p_img {
        width: 91%;
    }

    .container .product .p-box-1, .container .product .p-box-2, .container .product .p-box-3, .container .product .p-box-4, .container .product .p-box-5, .container .product .p-box-6 {
        margin-left: 8px;
        margin-right: 8px;
    }

    .container .product {

        padding-left: 20px;
        padding-right: 20px;
    }

    .phonebar .adlogo {
        padding-left: 20px;
    }

    .container .phonebar .phone {
        font-size: 34px;
    }

    .container .newsbox, .container .faqbox {
        box-sizing: border-box;
        width: 47%;
    }

    .container .newsbox .newsimg, .container .faqbox .qaimg {
        height: 275px;
        border-radius: 8px;
        overflow: hidden;
        width: 100%;
        height: 200px;
    }

    .container .newsbox ul {
        min-height: 270px;
        padding: 5px;
    }

    ul li .n_text {
        padding-left: 10px;
        width: 210px;
        text-align: left;
    }

    .container .faqbox ul {
        margin: 0px;
        padding-top: 7px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .newsbox ul li .date {

        padding-right: 10px;
    }

    li .fqtitle a {
        width: 120px;
    }

    ul li .f_text {
        font-size: 15px;
        width: 250px;
        padding-top: 0px;
    }
    
   
    .footer_map {
        width: 100%;
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_map .footer_content .map {
        background-color: aliceblue;
        width: 160px;
        height: 345px;
        margin-left: 30px;
        float: left;
    }

    
    .footer_map .footer_content .contact_info {
        padding-right: 40px;
        width: 440px;
    }
    .f_logo img {
        width: 100%;
        height: auto;
    }

    .footer_map .footer_content {
        width: 100%;
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .copyright {
        width: 100%;
        min-width: 100%;
    }

    .copyright .cr_content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .footer_link .fl_content, .footer_link {
        width: 100%;
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .phonebar span {
        font-size: 18px;
    }

    .phonebar {
        width: 100%;
    }
	.right_con.news .n_con_header{
		padding-left: 70px;
        padding-right: 130px;
	}
	.right_con.news .n_con_header::before {
    left: 0px;
	}
    .p_content .right_con.line::before,.p_content .right_con.link::before {
    left: 0px;
	}
	.p_content .right_con.about::before,.p_content .right_con.qaline::before {
    left: -60px;
	}
	.right_con.news .n_con_list {
    margin-left: 20px;
    padding-top: 30px;
    padding-left: 50px;
	}
	.right_con.link .con_list {
	margin-left: 15px;
    padding-left: 15px;
    }
    /* 橫 */
	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container .header .ad {
		margin-top: 0px !important;
        width: 100%;
        height: auto;
    }

    .container .header .ad img {
        width: 100%;
        height: auto;
    }

    .nav.web {
        display: block;
    }

    .header .nav > ul {
        width: 530px;
    }

    .nav ul > li {
        width: 80px;
    }

    .nav ul li a {
        width: 100%;

    }

    .header .nav .logo {
        float: left;
    }

    .nav ul::after {
        right: 158px;
    }

    .container .product .p-box-1, .container .product .p-box-2, .container .product .p-box-3, .container .product .p-box-4, .container .product .p-box-5, .container .product .p-box-6 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer_map .footer_content .contact_info {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .f_logo {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .f_logo img {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .container .header .nav {
        width: 100%;
        height: 83px;
        margin-left: -50%;
    }
    .p_content .right_con.line::before {
    left: -10px;
	}
	.right_con.news .n_con_list::before {
	left: 0px;
    top: 45px;
    }
	.right_con.news .n_con_list {
	margin-left: 0px;
    padding-left: 40px;
    padding-top: 20px;	
	}
	.p_content .right_con.about{
    padding-top:30px;
    }
	dl {
    margin-left: 0px;
    }
	
    /* 直 */
}

.contact_error{
	font-size:12px;
	color:#F00;
	font-family:'微軟正黑體';	
}