@charset "utf-8";

/*tab*/
ul.tabs {
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	width:20%;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_content .table{
	text-align:center;
}

.tab_content .table thead tr th{
	text-align:center;
}

.tab_content .table tbody tr td{
	padding: 8px 10px !important;
}

/*2017-03-27*/
.panel-box {
    width: 25%;
    float: left;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
}

.panel-01 { background: url(/theme/theme_s/img/main/panel01.jpg) top center no-repeat; height: 266px; }
.panel-02 { background: url(/theme/theme_s/img/main/panel02.png) top center no-repeat; height: 266px; }
.panel-03 { background: url(/theme/theme_s/img/main/panel03.png) top center no-repeat; height: 266px; }
.panel-04 { background: url(/theme/theme_s/img/main/panel04.png) top center no-repeat; height: 266px; }
.panel-05 { background: url(/theme/theme_s/img/main/panel05.png) top center no-repeat; height: 266px; }
.panel-06 { background: url(/theme/theme_s/img/main/panel06.png) top center no-repeat; height: 266px; }
.panel-07 { background: url(/theme/theme_s/img/main/panel07.png) top center no-repeat; height: 266px; }
.panel-08 { background: url(/theme/theme_s/img/main/panel08.png) top center no-repeat; height: 266px; }


.cont-title1 {
	margin-top: 20px;
	text-align: center;
}

.cont-title1 h2 {
	font-size: 35px;
	margin-bottom: 5px;
}

.cont-title2 {
	margin-bottom: 33px;
	text-align: center;
}

.main-thumbnail {
	border: 0 !important;
	border-radius: 0 !important;
	float: left;
	padding: 0 !important;
	margin-right: 20px !important;
}

.main-thumbnail img {
	border-radius: 0 !important;
}

.main-thumbnail-text {
	float:right;
	width: 180px;
}

.add-btn {
	display: block;
	text-align: center;
	margin-top: 25px;
}

.main-wrap {
	margin-top: 0 !important;
}

.main-listbox {
	margin-bottom: 0px !important;
}

.main-list-text a{
    font-size: 25px;
	color: #a94368 !important;
}

.sct_basic {
	color: #969696;
	font-size: 12px;
}

.cust_price_no {
	margin-right: 15px;
	color: #818181;
	font-size: 13px;
}

.it_tel_inq {
	color: #818181;
	font-size: 20px;
}

.add-btn-img {
	background: none;
}

#sit_pvi_thumb {
    padding-right: 0;
}

.footer-icon a {
    float: right;
    margin: 0 5px;
}

#footer .contact li {
	color: #fff;
}

/*aside*/


/*end*/




/*2017-6-27*/

a { color: #616161; }
a.btn:hover { border-bottom: 1px solid; }
a#backtotop { border-radius: 50px; }

.content-contactus ul.list {
	margin-left: 0px !important;
    padding-left: 0px !important;
    line-height: 1.6em;
    padding-bottom: 20px;
}

div.content-aboutus form { padding-top: 30px; }

div.row4 ul.nospace li:nth-child(1) { line-height: 22px; }
div.row4 ul.nospace li:nth-child(2) { line-height: 22px; }
div.row4 ul.nospace li:nth-child(3) { line-height: 22px; }

div#wrapper-contents { padding-bottom: 35px; }

#footer div:nth-child(3) ul.linklist li { text-align: right; }

#mainav > ul > li > a:hover, .absolute.affix #mainav > ul > li > a:hover { 
	background: transparent;
	color: #ababab;
}

.title-stripe { margin-bottom: 15px; }

tbody td { vertical-align: middle; }
tbody td p {
	padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

#contents-top {
	min-height: 460px;
	background-image: url('../img/subheader/sub_img.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

#backtotop { background-color: #05b59d; }

div.m-section8 div.section button.slick-arrow { display: none !important; }
div.m-section1 #main_slick_slider button.slick-arrow { display: none !important; }

p.aboutus-cont-title {
	font-size: 1.6rem;
	color: #008dd0;
	font-weight: 600;
	padding-left: 15px;
}
div.cont-slogan { padding-left: 5px; }


/*2017-6-28*/


#header-top { background-color: transparent !important; }

div.m-section4 { padding-top: 35px; }
div.m-section5 { padding-top: 30px; }

.tabs-lat .nav-tabs .active a, .tabs-lat .nav-tabs .focus a {
    color: #008dd0;
}

a:hover {
    text-decoration: none;
    color: #008dd0;
}

div.img-wrap img.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

#biz06 div.img-wrap {
	height: 100px;
    padding: 10px;
}

#biz06 a { color: #fff; font-weight: 600; }

div.section.divider { border-top: 1px solid #008dd0; }
div.section.divider h2 { color: #008dd0; }

#aboutus07 h3 { color: #008dd0; } /* #05b59d */

#aboutus07 p, #aboutus05 a.more {
    color: #6c6c6c;
}

div#bo_v_con p { margin: 0px; padding: 0px; }

div#bo_gall ul.gall_con li.gall_text_href a:nth-child(2) {
	width: 184px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

div.m-section5 div.caption a.btn { display: none; }



/*2017-6-29*/

div.m-section3 { padding-top: 30px; }

div.content-aboutus div.row {
	background-image: url('../img/aboutus/aboutus_bg.jpg');
    background-repeat: no-repeat;
    background-position-x: 15px;
	height: 980px;
}

div.content-aboutus {
	position: relative;
    top: -25px;
}

div.cont-slogan { padding-left: 25px; }

/*div.row3-2 div#content div.content_wrap #bo_gall ul.row li.mb-md:nth-child(4) { clear: both; }
div.row3-2 div#content div.content_wrap #bo_gall ul.row li.mb-md:nth-child(7) { clear: both; }*/

div.row3-2 div#content div.content_wrap #bo_gall ul.b-partner li.mb-md { height: 150px !important; }


/*2018-01-10*/

#bo_gall ul li.mb-md { height: 325px; }

#bo_gall .gall_href span { height: 252px !important; }