﻿/*CSS1--defult*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
    /* for IE 7 */
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

img a {
    margin: 0px;
    padding: 0px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #1b72b5;
    text-decoration: none;
}

body {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Century Gothic";
    width: 100%;
    margin: 0 auto 0 auto;
    font-size: 14px;
    color: #333333;
}

ul,
li {
    list-style-type: none;
}

h1 {
    font-size: 24px;
    color: #333333;
    padding: 0;
    margin: 0;
    font-weight: normal;
}


/*defult end*/


/*CSS2--header*/

#is_cont {
    width: 100%;
    min-width: 1200px;
}


/*header end*/


/*CSS3--font style*/

.is_ctn_minorTit {
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.text-center {
    text-align: center;
}


/*font style end*/


/*CSS4--title*/

#is_ctnBg {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    height: 135px;
    min-width: 1200px;
    background-image: url(../../../../../images_new/body_bg.png);
    background-image: url(../../../../../images_new/body_bg.png) \9;
    /*IE*/
    background-repeat: repeat-x;
}

#is_ctn {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding-left: 20px;
}

#is_ctn_tit {
    float: left;
    background-image: url(../../../../../images/tit_line.png);
    background-repeat: repeat-x;
    width: 100%;
    padding-left: 20px;
    background-position: 0 109px;
    height: 40px;
    padding-top: 74px;
}

#is_ctn_site {
    color: #333333;
    font-size: 14px;
    padding: 0px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    text-align: right;
    line-height: 14px;
}


/*title end*/


/*float menu*/

.is_ctn_menuBg {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    float: left;
    padding: 10px 0;
    min-width: 1200px;
    margin-bottom: 60px;
    z-index: 99;
}

.is_ctn_menu {
    width: 1180px;
    background: #FFFFFF;
    /* overflow:hidden; */
    margin: 0 auto;
    padding-left: 20px;
    height: 60px;
}

.is_ctn_menu_fixed {
    width: 1200px;
    padding: 0;
    background: #FFFFFF;
    overflow: hidden;
    margin: 0 auto;
}

ul.is_tabs {
    margin: 0px;
    height: 54px;
    border-bottom: 1px solid #1b72b5;
}

ul.is_tabs li {
    float: left;
    height: 35px;
    /* overflow: hidden; */
    position: relative;
    border-left: none;
    padding-top: 14px;
    font-size: 16px;
    text-align: center;
}

ul.is_tabs li a {
    display: block;
    padding: 0 20px;
    color: #333333;
    text-decoration: none;
}

.is_tabs li.current {
    border-top: 5px solid #1b72b5;
    border-left: 1px solid #1b72b5;
    border-right: 1px solid #1b72b5;
    border-bottom: 1px solid #FFFFFF;
}


/*float menu end*/


/*CSS5--about*/

.is_ctn_aboutBg,
.is_ctn_polBg,
.is_ctn_orgBg,
.is_ctn_riskBg {
    width: 100%;
    height: auto;
    float: left;
    min-width: 1200px;
}

.is_ctn_about,
.is_ctn_pol,
.is_ctn_org,
.is_ctn_risk {
    width: 1180px;
    height: 600px;
    margin: 20px auto 120px auto;
    padding-left: 20px;
}

.is_ctn_about {
    height: 400px;
}

.is_news_l {
    background: url(../images/is_ctn_leftBg.png) center top no-repeat;
    float: left;
    height: 700px;
    width: 40%;
}

.is_news_r {
    width: calc(100% - 40% - 40px);
    height: 467px;
    float: left;
    padding: 20px 0px 0 40px;
    line-height: 28px;
}


/*about end*/


/*news*/

.nc_ctn_minorTit {
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.nc_news_bar {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.nc_newsBar_date {
    width: 80px;
    height: 70px;
    background: #359be7;
    color: #FFFFFF;
    float: left;
    font-family: "Century Gothic";
    text-align: center;
    padding-top: 10px;
}

.nc_news_day,
.nc_neli_day {
    font-size: 32px;
    line-height: 35px;
}

.nc_news_month,
.nc_neli_month {
    font-size: 18px;
}

.nc_newsBar_title {
    width: calc(100% - 100px);
    height: 70px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0 0 20px;
}

.neli_news_tit {
    font-weight: bold;
    font-size: 16px;
}


/*news end*/


/*mainBox*/

.main-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    margin-top: 60px;
}

.main-box .bg-img {
    background: none;
}

.main-body {
    width: calc(100% / 4 - 16px);
    margin: 15px 8px;
    background: #359be7;
    text-align: center;
    border-radius: 10px;
}

.main-box a {
    display: inline-block;
    width: 100%;
    padding: 55px 0;
}

.main-body.bg1 {
    background: #86cbff;
}

.main-body h3 {
    font-size: 28px;
    margin-bottom: 0;
}

.main-body:hover h3 {
    color: #fff;
}

.img-box {
    border-radius: 50%;
    background: #fff;
    width: 110px;
    height: 110px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .4);
    margin: 0 auto;
    vertical-align: middle;
}


/*mainBox-end*/


/*is_pol*/

.is_ctn_polBg {
    background: url(../images/is_pol_bg.png) right bottom no-repeat;
    padding-bottom: 100px;
}

.is_ctn_polBg.pol2Bg {
    background: url(../images/is_pol2_bg.png) right bottom no-repeat;
    padding-bottom: 100px;
}

.is_ctn_pol {
    height: auto;
}

.is_pol_minorTit {
    color: #1b72b5;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.is_pol_body {
    width: 100%;
    float: left;
}

.pol_box,
.pol_box2,
.pol_box3 {
    width: calc(100% / 2 - 60px);
    background: url(../images/is_pol_boxBg.png) no-repeat;
    background-size: 100%;
    height: 162px;
    float: left;
    margin: 15px 15px;
    padding: 15px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.pol_box2 {
    width: calc(100% - 60px);
    background: url(../images/is_pol_boxBg2.png) no-repeat;
}

.pol_box3 {
    width: calc(100% - 60px);
    background: url(../images/is_pol_boxBg3.png) right no-repeat;
    background-size: 180%;
    height: 300px;
}

.pol_box h4,
.pol_box2 h4,
.pol_box3 h4 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 8px 0;
}

.pol_box p,
.pol_box2 p,
.pol_box3 p {
    font-size: 16px;
}

.pol_box.mt-3 {
    margin-top: 30px;
}

.is_sec_menu {
    position: absolute;
    bottom: -65px;
    left: 0;
    /* width: 550px; */
    width: 350px;
    display: flex;
    justify-content: flex-start;
}

ul.is_tabs li .is_sec_menu li {
    width: 125px;
    border: 1px solid #1b72b5;
    border-radius: 10px;
    background-color: #FFF;
    padding-top: 0;
    float: left;
    margin: 0 5px;
}

ul.is_tabs li .is_sec_menu li.active {
    background: #1b72b5;
}

ul.is_tabs li .is_sec_menu li a {
    display: inline-block;
    width: 100%;
    padding: 0;
    line-height: 36px;
}

ul.is_tabs li .is_sec_menu li.active a {
    color: #fff;
}

.is_pol_body ul {
    float: left;
    width: 90%;
}

.is_pol_body ul li {
    width: calc(100% / 3 - 16px);
    padding: 8px;
    margin: 8px 0;
    float: left;
}

.pol_btn {
    display: flex;
    align-items: center;
}

.pol_btn .img {
    margin-right: 10px;
}

.pol_btn p {
    font-size: 18px;
}


/*is_pol-end*/


/*is_org*/

.is_ctn_org {
    height: auto;
}

.is_org_box {
    font-size: 16px;
    padding: 30px;
    width: 90%;
    background: #daeaf0;
    border-radius: 10px;
    margin: 30px auto;
}

.is_ctn_org img {
    max-width: 100%;
}


/*is_org-end*/


/*is_risk*/

.is_ctn_riskBg {
    background: url(../images/is_risk_bg.png) right bottom no-repeat;
    padding-bottom: 100px;
}

.is_ctn_risk {
    height: auto;
}

.is_risk_txt {
    padding: 0 30px;
    width: 90%;
    margin: 0px auto;
}

.is_risk_txt h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.is_risk_txt ul li {
    font-size: 16px;
    position: relative;
    padding-left: 50px;
}

.is_risk_txt ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #2160ad;
    position: absolute;
    left: 25px;
    top: 10px;
}

.is_risk_box {
    margin-top: 50px;
}

.is_risk_box table {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.is_risk_box table th {
    background: #2160ad;
    color: #fff;
    padding: 5px 0;
}

.is_risk_box table tr th {
    background-image: url(../images/metal-bg.png);
    background-color: #2160ad;
    background-size: cover;
    background-position: 80%;
    background-repeat: repeat;
    color: #fff;
    padding: 5px 0;
}

.is_risk_box table tr {
    background: #deecff;
}

.is_risk_box table tr:nth-child(2n+1) {
    background: #f5faff;
}

.is_risk_box table tr td {
    padding: 10px 0;
}

.tab-arr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}

.tab-arr img {
    margin-right: 10px;
}

.is_risk_box h4 {
    font-size: 18px;
    font-weight: bold;
}

.is_ctn_risk img {
    max-width: 100%;
}


/*is_risk-end*/


/*CSS9--footer*/

#ch_foot {
    height: 249px;
    width: 1180px;
    background-color: #dadada;
    font-size: 14px;
    color: #333333;
    margin: 0px auto 0px auto;
}

.ch_foot_contentBg {
    width: 100%;
    float: left;
    background-color: #dadada;
    border-bottom: 1px solid #cdcdcd;
    margin: 0px;
    padding: 0px;
    min-width: 1200px;
}

.ch_foot_countbar {
    width: 239px;
    float: left;
    background-color: #359be7;
    color: #FFFFFF;
    font-size: 20px;
    border: 1px solid #3290d6;
    margin-left: 5px;
    padding: 0px;
    height: 100%;
}

.ch_foot_countbar ul {
    margin: 0;
    padding: 35px 10px 15px 10px;
}

.ch_foot_countbar li {
    padding: 0px 0px 15px 0px;
    list-style-type: none;
    position: relative;
}

.ch_foot_infoSite {
    float: left;
    height: 249px;
    width: 255px;
}

.ch_foot_infoSite ul,
.ch_foot_infoWeb ul,
.ch_foot_infoDownload ul,
.ch_foot_infoPublish ul {
    margin-top: 5px;
}

.ch_foot_infoSite li {
    padding-top: 10px;
    line-height: 24px;
    list-style-type: none;
}

.ch_foot_infoWeb {
    float: left;
    height: 249px;
    width: 200px;
}

.ch_foot_infoWeb li {
    padding-top: 10px;
    line-height: 24px;
    list-style-type: none;
}

.ch_foot_infoDownload {
    float: left;
    height: 249px;
    width: 240px;
}

.ch_foot_infoDownload li {
    padding-top: 10px;
    line-height: 24px;
    list-style-type: none;
}

.ch_foot_infoPublish {
    float: left;
    height: 249px;
    width: 220px;
}

.ch_foot_infoPublish li {
    padding-top: 10px;
    line-height: 24px;
    list-style-type: none;
}

#is_copyright {
    height: 70px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #333;
    min-width: 1200px;
}

.is_w_num {
    font-family: "Century Gothic";
    font-size: 36px;
}

.is_w_infoTitle,
.is_w_infoTitle a {
    font-size: 14px;
    color: #1b72b5;
}


/*footer end*/