body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #f7f8fc;
	font-family: 微軟正黑體;
}
.clr{
	clear:both;
}
.lf-list-style{
    margin: 15px 0;
}
.header{
	background: #0b89d4;
	padding: 0 30px;
}
.header .logo{
	float: left;
	width: 144px;
	margin-right: 30px;
}
.header .logo img{
	width: 100%;
}
.marqueeMain{
	border-radius: 2px;
    color: #ddd;
    background: #f2f2f2;
    font-size: 13px;
    width: 10%;
    float: left;
    margin: 17px 0px;


}

.marqueeMain .mq-title{
	width: 40px;
    text-align: center;
    background: #015d8c;
    padding: 6px 3px;
    color: #fff;
}
.marqueeMain .mq-title span{
	margin-left: 3px;
}

.marqueeMain a{
	text-decoration: none;
    color: #000;
    letter-spacing: 2px;
   	padding: 10px 15px;
}
.nav-list{
	float: left;
}
.nav-list ul li i{
    color: #ffffff;
}

.nav-region{
	float: right;
    line-height: 65px;
}
.nav-region .nav-list ul {
	list-style: none;
	margin: 0;
}
.nav-region .nav-list ul li{
	float: left;
	font-size: 13px;
	margin: 0 12px;
}
.nav-region .nav-list ul li a{
	text-decoration: none;
	color: #fff;
	transition: all .3s;
}
.nav-region .nav-list ul li a:hover{
        color: #83c5ec;
}
svg{
	float: left;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.nav-item01{
	fill:none;stroke:#fff;stroke-miterlimit:10;
}
.icon-list{
	float: right;
    margin: 12px 0px;
}
.icon-list ul, .left-region ul, .ft-list ul{
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
.left-region ul{
    padding: 0;
}
.icon-list ul li{
	background: #015d8c;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    float: left;
    margin: 3px;
    transition: all ease .5s;
}
.icon-list ul li:hover{
	background: #4CAF50;
}
.icon-list ul li:hover a{
    color: #fff;
}
.icon-list ul li a{
	color: #fff;
	display: block;
}
.banner-wrap{
	width: 100%;
	height: auto;
	margin: 10px 0px;
}
.banner-wrap table{
    table-layout: fixed;
    width: 100%;
}
.banner-wrap table ul{
    padding: 0;
}
.content-wrap .left-region{
	width: 220px;
    background: #fff;
    border: 1px solid #d9d9d9;
    float: left;
}
/*.left-region ul{
	padding: 15px;
}*/
.left-region ul h4{
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    font: bold 15px/20px 'PT Sans',sans-serif, 微軟正黑體;
    margin: 0 0 5px 0;
    padding: 10px 15px;
    background: #0d89d4 !important;
    color: #fff;
}
.left-region ul h4 span{
	margin-right: 3px;
	color: #ffce00;
}
.nav-tabs {
    background: #0b89d4;
}
.system-list li{
	transition: all .5s;
    padding: 3px 15px;
}
.list-items-style li{
    padding: 0;
}
.item-title{
	float: left
}
.item-btn{
	float: right;
	transition: all .5s;
	position: absolute;
    right: 7px;
    z-index: 3;
}
.content-wrap .item-title h5{
	margin: 0;
	line-height: 30px;
	padding-left: 8px;
	color: #0d0e0e;
}
.item-wrap{
	background: #e6e6e6 ;
    border: 1px solid #d6d5d5;
    box-shadow: 0px 0px 3px rgba(221, 221, 221, 0.49);
    border-radius: 5px;
    padding: 5px;
    position: relative;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.title{
    border-bottom: 1px solid #d6d5d5;
    margin-bottom: 10px;
}

/*.item-wrap:before, .item-wrap:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 2;
    border-radius: 3px;
    box-sizing: content-box;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item-wrap:before, .item-wrap:after {
    border-color: #c4cec7;
}
.item-wrap:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.item-wrap:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    top: 0;
    left: -1px;
}
.item-wrap:hover:before {
    width: 100%;
}
.item-wrap:hover:after {
    height: 100%;
}*/
.item-wrap:hover {
    color: #3498db;
}
.item-wrap:hover {
    background-color: rgb(25, 40, 71);
}
.btn-style{
	width: 36px !important;
    border-radius: 24px;
    line-height: 25px;
    text-align: center;
    display: block;
    padding: 0 !important;
    margin: 0 1px;
    font-size: 12px;
    float: left;
    transition: all .5s;
}

.item-wrap:hover .item-btn .btn-style{
    background: rgb(92, 175, 122);
    border: 1px solid rgb(92, 175, 122);
}

.item-wrap:hover .item-btn .btn-style a{
    color: #fff;
}

.btn-style a{
	display: block;
	color: #636363;
	
}
.btn-style a span{
	transition: all .5s;
}
.btn-style span:nth-child(2){
	display: none;
}

.system-list li .item-wrap:hover .btn-style span:nth-child(2){
	display: block;
} 
.system-list li .item-wrap:hover .btn-style span:nth-child(1){
	display: none;
}
.system-list li .item-wrap .item-btn .btn-style:hover{
	background: #d84315;
    border: 1px solid #d84315;

}
.system-list li .item-wrap .item-btn .btn-style:hover a{
	text-decoration: none;
	color: #fff;
}

.system-list li .item-wrap:hover .item-title h5 {
    color: #666;
    font-weight: bold;
}

.system-list li .item-wrap:hover .item-btn .btn-style a{
    color: #fff;
}
.right-region{
	width: 225px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e4e4;
    float: right;
    padding: 5px;
    box-sizing: border-box;
}
.ad-items img{
	margin-bottom: 15px;
}
.content-wrap{
	position: relative;
    border-bottom: 1px solid #e5e3e1;
        padding: 20px 0 35px;
}
.system-list .ad-items{
	margin-bottom: 10px;
	text-align: center;
}
.center-region{
	float: left;
    width: calc(100% - 470px);
    margin: 0 12px;
}
.well{
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.center-region .nav-tabs .active{
	/*background: #1369a4;
    border-radius: 35px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;*/
    background: #46b0f8;
    margin: 0;
}
.center-region .nav-tabs .active a{
    color: #fff !important;
}

.center-region .nav-tabs li a{
	color: #fbfbfb;
}

.tab-content {
	padding: 0 15px;
}
.tab-content ul{
	padding: 5px 0;
	list-style: none;
}
.list-items-style li{
	width: calc(100%/4);
	float: left;

}
.list-items-style li .item-wrap{
	margin: 3px;
}
.list-items-style h4{
	border-bottom: 2px solid #f1f1f1;
    color: #243238;
    font-size: 15px;
    font: bold 15px/20px 'PT Sans',sans-serif, 微軟正黑體;
    padding: 0 0 6px 0;
}
.nav > li > a {
    padding: 10px 15px !important;
}

footer{
    background: #000;
}
.ft-list{
	display: flex!important;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	box-sizing: border-box;
}
.ft-list ul li a{
	color: #8c8c8c;
}
.ft-list ul li{
	float: left;
	margin: 0 15px;
}
.copyright{
	text-align: center;
    background: #000;
    color: #8c8c8c;
    padding: 10px 0;
    font-size: 10px;
    border-top: 1px solid #4c5152;
}

.tab_container {
	clear: left;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-top: none;
    background: #fff;
}
.tab_container .tab_content {
	padding: 10px;
}
.tab_container .tab_content h2 {
	margin: 0 0 20px;
}
.banner-wrap a{
	display: block;
}
.bnr-item{
	padding: 4px;
	box-sizing: border-box;
	position: relative;
	/*vertical-align: top;*/
}
.bnr-item.sm{
	/*width: calc(100%/8 - 10px);
    padding: 4px;*/
    height: 150px;
}

.bnr-item.sm img{
	width: 100%;
}
.toTop span{
	position: fixed;
    bottom: 47px;
    right: 35px;
    font-size: 35px;
    opacity: 0.9;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    background: #acafae;
    color: #fff;
    line-height: 45px;
    z-index: 9;
}
.slick-dotted.slick-slider {
     margin-bottom: 0px !important; 
}
.slick-prev, .slick-arrow{
	display: none !important;
}
.slick-dots li {
    width: 10px !important;
}

.slick-dots li button:before {
    width: 15px !important;
    height: 8px !important;
    border-radius: 0% !important; 
}

.slick-dots li.slick-active button:before {
    opacity: .8;
     color: white !important;  
}
.slick-dots li button:before{
	background: #fff !important; 
}
.slick-dots li.slick-active button:before{
	background: #d84315  !important;
}
.marqueeMain td{
    padding-top: 8px !important;
} 
a:hover, a:focus{
    text-decoration: none !important;
}

.change {
    display: block;
    padding: 0;
    float: left;
    line-height: 37px;
    margin-left: 2.8%;
}

.change-list {
    float: left;

}

.change-list ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.change .change-list ul li {
    float: left;
    font-size: 13px;
    margin: 15px 0px 15px 30px;
}

.change .change-list ul li a {
    display: block;
    color: white;
    text-decoration: none;
}

.item-sm-copy{
    text-align: center;
}
.item-img img{
    width: 100%;
}

.right-region_bt{
    float: left;
}
.hot_ad img{
    margin-left: 5px;
    float: left;
}
@media (min-width: 1350px){
	.container {
   		width: 1350px !important;
	}
    .item-sm-copy{
        display: none;
    }
    .item-sm-copy{
        text-align: center;
    }
}
@media screen and (min-width: 1130px) and (max-width: 1350px) {
    .banner-wrap {
        margin: 0;
    }

    .nav-tabs {
        border-bottom: 0 !important;
        border-top: 1px solid #ddd;
        padding-top: 0px;
    }

    .content-wrap {
        padding: 0px 0 35px;
    }

    .right-region {
        width: 100%;
        border: 0;
    }

    .tab_container {
        border: 0;
    }

    .body-wrap {
        background: #fff;
    }

    .list-items-style h4 {
        padding: 5px 10px;
    }

    .tab_container .tab_content {
        padding: 0px;
    }

    .nav-tabs-style {
        display: table;
    }

    .bnr-item.big-ad-wrap {
        width: 100%;
    }

    .bnr-item.sm {
        display: none;
    }

    .bnr-item.big-ad-wrap img {
        width: 100%;
    }

    .content-wrap .left-region {
        width: 100%;
        margin: 5px 0;
        background: transparent;
    }

    .system-list li {
        width: 32.5%;
        float: left;
        margin: 3px;
        padding: 0
    }

    .lf-list-style {
        display: table;
        width: 100%;
    }

    .left-region ul {
        padding: 5px 0px;
    }

    .tab-content ul {
        margin: 0;
    }

    .center-region {
        width: 100%;
        float: none;
        margin: 5px 0;
        border: 0;
        box-shadow: none;
    }

    .tab-content {
        padding: 0;
    }

    .ad-items {
        text-align: center;
    }

    .content-wrap .left-region {
        border: 0;
        box-shadow: none;
    }

    .left-region ul h4 {
        margin: 8px 0px;
        padding: 8px;
    }

    .content-wrap .item-title h5 {
        padding-left: 5px;
        font-size: 12px;
    }

    .content-wrap .item-title h5:before {
        position: relative;
    }

    .bnr-item.sm {
        display: none;
    }

    .item-sm-copy {
        text-align: center;
    }
    .item-sm-copy img{
        margin-top: 10px;
    }
    .right-region_bt{
        display: none;
    }
    .hot_ad{
        text-align: center;
    }
    .hot_ad img{
        margin-top: 10px;
        float: none;
    }
}
@media (max-width: 1130px) {
    .banner-wrap {
        margin: 0;
    }

    .nav-tabs {
        border-bottom: 0 !important;
        border-top: 1px solid #ddd;
        padding-top: 0px;
    }

    .content-wrap {
        padding: 0px 0 35px;
    }

    .right-region {
        width: 100%;
        border: 0;
    }

    .tab_container {
        border: 0;
    }

    .body-wrap {
        background: #fff;
    }

    .list-items-style h4 {
        padding: 5px 10px;
    }

    .tab_container .tab_content {
        padding: 0px;
    }

    .nav-tabs-style {
        display: table;
    }

    .bnr-item.big-ad-wrap {
        width: 100%;
    }

    .bnr-item.sm {
        display: none;
    }

    .bnr-item.big-ad-wrap img {
        width: 100%;
    }

    .content-wrap .left-region {
        width: 100%;
        margin: 5px 0;
        background: transparent;
    }

    .system-list li {
        width: 32.5%;
        float: left;
        margin: 3px;
        padding: 0
    }

    .lf-list-style {
        display: table;
        width: 100%;
    }

    .left-region ul {
        padding: 5px 0px;
    }

    .tab-content ul {
        margin: 0;
    }

    .center-region {
        width: 100%;
        float: none;
        margin: 5px 0;
        border: 0;
        box-shadow: none;
    }

    .tab-content {
        padding: 0;
    }

    .ad-items {
        text-align: center;
    }

    .content-wrap .left-region {
        border: 0;
        box-shadow: none;
    }

    .left-region ul h4 {
        margin: 8px 0px;
        padding: 8px;
    }

    .content-wrap .item-title h5 {
        padding-left: 5px;
        font-size: 12px;
    }

    .content-wrap .item-title h5:before {
        position: relative;
    }

    .bnr-item.sm {
        display: none;

    }

    .item-sm-copy {
        text-align: center;
    }
    .item-sm-copy img{
        margin-top: 10px;
    }
    .marqueeMain{
        margin-left: 35%;
    }
    .right-region_bt{
        display: none;
    }
    .hot_ad{
        text-align: center;
    }
    .hot_ad img{
        margin-top: 10px;
        float: none;
    }
}

@media (max-width: 650px){

    .system-list li{
        width: 48%;
    }
    .marqueeMain{
        margin-left: 33%;
    }
}

@media (max-width: 480px){


}
@media (max-width: 320px){
    .system-list li {
        margin: 2px;
    }

}
