@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, 'Microsoft JhengHei', '微軟正黑體', sans-serif, Arial;
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
.show--sm {
  display: none;
}
.clearboth {clear: both;}
.underline1{
	text-decoration: underline;
}
.purple2{
    color: #6e80c4;
}
.purple1{
    color: #930003;
}
.yellow_bg{
    background-color: #FDFC49;
}
.yellow1{
    color: #F0FF00;
}
.t_left{
    text-align: left;
}
.bfloat_left{
    float: right;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;       
}
.container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.h_bg{
	background-color: #FFF;
	}
.rbtn{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 18px;
    padding-top:7px; 
	width: 50px;
	height: 51px;
	text-align: center;
	display: block;
	font-weight: normal;
	text-decoration: none;
    background-image: url(../images/btn_callbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
    position: fixed;
	right: 0px;
	z-index: 300;
	bottom: 216px;
	}
.rbtn:hover{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 18px;
    padding-top:7px; 
	width: 50px;
	height: 51px;
	text-align: center;
	display: block;
	font-weight: normal;
	text-decoration: none;
    background-image: url(../images/btn_callbg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
    position: fixed;
	right: 0px;
	z-index: 300;
	bottom: 216px;
	}	
.rbtn2{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 18px;
    padding-top:7px; 
	width: 50px;
	height: 51px;
	text-align: center;
	display: block;
	font-weight: normal;
	text-decoration: none;
    background-image: url(../images/btn_callbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
    position: fixed;
	right: 0px;
	z-index: 300;
	bottom: 130px;
	}
.rbtn2:hover{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 18px;
    padding-top:7px; 
	width: 50px;
	height: 51px;
	text-align: center;
	display: block;
	font-weight: normal;
	text-decoration: none;
    background-image: url(../images/btn_callbg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
    position: fixed;
	right: 0px;
	z-index: 300;
	bottom: 130px;
	}	
.nav1m{
	display: none;
	}		
.nav1{
	width: 100%;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	background-color: #FFFFFF;
	display: block;
	position: fixed;
	z-index: 999;	
	top: 0px;
	}
.nav1 ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.nav1 li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: -1px;
	list-style-type: none;
}
.tab1{
	border: 0px solid #FFFFFF;
	height: 60px;
	width: 100%;
	}
.btn_c1{
	height: auto;
	width: 14%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
.btn_c2{
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	width: 7%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}	
.btn_c3,.btn_c4,.btn_c5,.btn_c6n{
	font-weight: bold;
	color: #4F4F56;
	height: auto;
	width: 14%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}		
.btn_c6{	
	height: 60px;	
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(../images/icon_curve2.png);
    animation-name: curve1;
    animation-duration:140s;
    animation-iteration-count:infinite;
    
	}
@keyframes curve1{
    from{
        background-position:0px 0px;
    }
    to{
        background-position:-2028px 0px;
    }
}
.btn_c7{
	height: auto;
	width: 14%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	}
.card_btn_c7{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 120px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
    background-image: url(../images/cardbtnbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 40px;
	cursor: pointer;
    border-radius: 5rem;
	}
.card_btn_c7:hover{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 120px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
    background-image: url(../images/cardbtnbgb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 40px;
	cursor: pointer;
    border-radius: 5rem;
	}	
.txt_f{
	float: left;
}	
.icon_t{
	height: 20px;
	width: 20px;
    padding-top: 2px;
	float: left;
    display: block;
}	
.icon_tm{
    display: none;
}
.bc2,.bc3,.bc4,.bc5,.bc6n{
	display: block;	
    font-size: 15px;
    cursor: pointer;
}
.bc2b,.bc3b,.bc4b,.bc5b,.bc6nb{
	display: none;
    font-size: 16px;
    cursor: pointer;
}	
.bc2bg{
	background-image: url(../images/btn_c2bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 60px;
}	
.bc3bg{
	background-image: url(../images/btn_c3bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 60px;
}	
.bc4bg{
	background-image: url(../images/btn_c4bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 60px;
}	
.bc5bg{
	background-image: url(../images/btn_c5bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 60px;
}
.bc6nbg{
	background-image: url(../images/btn_c6nbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 60px;
}
.bc7bg{
	background-image: url(../images/btn_c7bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 60px;
}	
.bc7bg2{
	background-image: url(../images/btn_c3bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 60px;
}	
.c1_hid{
	overflow: hidden;
	height: auto;
	width: 100%;
	}
.header_bg{
	height: 60px;
	width: 100%;
	position: relative;
	display: block;	
	z-index: 14;
	}	
.content1{
	width: 100%;
	height: 862px;
	position: relative;
	margin: 0px;
	display: block;
	background-color: #cfd2e0;
    z-index: 1;
    background-image: url(../images/kv1bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 862px;
	}	
.kv1{
	padding: 0px;
	height: 862px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.kv1m{
	display: none;
}
.w1{
	height: auto;
	width: 235px;
	position: relative;
	z-index: 13;
	padding-top: 75px;
	padding-bottom: 66px;
	display: block;
	}
.w2{
	height: auto;
	width: 50%;
	position: relative;
	z-index: 14;
	padding: 0px;
	text-align: left;
	display: block;
	}	
.w2 h1{
	font-size: 32px;
	line-height: 38px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
    letter-spacing: 1px;
	margin: 0px;
    position: absolute;
	z-index: 14;
	top: 0px;
	left: -13px;
}
.w2 h2{
	font-size: 50px;
	line-height: 60px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
    letter-spacing: 11px;
	margin: 0px;
    position: absolute;
	z-index: 14;
	top: 56px;
	left: 0px;
}
.w2 h3{
	font-size: 22px;
	line-height: 26px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
    letter-spacing: -0.5px;
	margin: 0px;
	position: absolute;
	z-index: 14;
	top: 130px;
	left: 0px;
}
.w3{
	height: 491px;
	width: 531px;
	position: absolute;
	z-index: 15;
	top: 57px;
	right: -25px;
	}

.kvbtn{
   position: absolute;
	z-index: 14;
	top: 242px;
	left: 0px; 
}
.w4{
    height: auto;
	width: 1000px;
	position: absolute;
	z-index: 15;
	top: 600px;
	left: 0px; 
}
.w4 h2{
    font-size: 46px;
	line-height: 46px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
	margin: 0px;
    position: relative;
    display: block;
    background-image: url(../images/t1bg.png);
	background-repeat: no-repeat;
	background-position: center top;
    padding-bottom: 20px;
    text-align: center;
}
.t1{
    height: auto;
	width: 962px;
	position: absolute;
	z-index: 15;
	top: 666px;
	margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}
.t1box{
    height: 150px;
	width: 320px;
    float: left;
    text-align: center;
}
.t1box_date{
    color: #FFFFFF;
	font-size: 18px;
	line-height: 32px;
	padding: 0px;
	height: 32px;
	width: 90px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
    background-color: #6b77b2;
    border-radius: 5rem; 
}
.t1box_spacer{
	padding: 0px;
	height: 32px;
	width: 90px;
	display: block;
}
.t1box h3{
    font-size: 40px;
	line-height: 64px;
	font-weight: bolder;
	color: #6b77b2;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.t1box h4{
    font-size: 17px;
	line-height: 27px;
	font-weight: normal;
	color: #636477;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.kvborder_r{
  border-right: 1px solid #636477;
  
}
/*------------------------POP UP------------------------*/
#pop1,#pop2,#pop3,#pop4,#pop5,#pop6,#pop7,#pop8,#pop9{
	cursor: pointer;
}
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
    backdrop-filter:blur(5px);
	display: block;
}
.rule_pop2{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
    backdrop-filter:blur(5px);
	display: block;
}
.rule_pop3{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
    backdrop-filter:blur(5px);
	display: none;
}
.rule_pop4{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
    backdrop-filter:blur(5px);
	display: none;
}
.rule_pop5{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
    backdrop-filter:blur(5px);
	display: none;
}
.rule_pop6{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
    backdrop-filter:blur(5px);
	display: none;
}
.rule_pop7{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
    backdrop-filter:blur(5px);
	display: none;
}
.rule_pop8{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
    backdrop-filter:blur(5px);
	display: none;
}
.rule_pop9{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
    backdrop-filter:blur(5px);
	display: none;
}
.rbox2{
	background-color: #eff0f9;
	height: 650px;
	width: 1000px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    border-radius: 10px;
    overflow: auto;
}
.rbox3{
	background-color: #eff0f9;
	height: 600px;
	width: 1000px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
    border-radius: 10px;
}
.rbox4{
	background-color: #eff0f9;
	height: 600px;
	width: 920px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
    overflow-y: scroll;
    border-radius: 10px;
}
.rbox5{
	background-color: #eff0f9;
	height: 600px;
	width: 920px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	border: 1px solid #999;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
    overflow-y: scroll;
    border-radius: 10px;
}
.rbox6{
	background-color: #eff0f9;
	height: 600px;
	width: 920px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	border: 1px solid #999;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
    overflow-y: scroll;
    border-radius: 10px;
}
.rbox7{
	background-color: #eff0f9;
	height: 600px;
	width: 920px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
    overflow-y: scroll;
    border-radius: 10px;
}
.rbox8{
	background-color: #eff0f9;
	height: 600px;
	width: 920px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
    overflow-y: scroll;
    border-radius: 10px;
}
.rbox9{
	background-color: #eff0f9;
	height: 600px;
	width: 920px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	border: 1px solid #999;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
    overflow-y: scroll;
    border-radius: 10px;
}
.rbox10{
	background-color: #eff0f9;
	height: 600px;
	width: 920px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	border: 1px solid #999;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
    overflow-y: scroll;
    border-radius: 10px;
}
.rclose{
	height: 50px;
	width: 51px;
	display: block;
	background-image: url(../images/rclose.png);
	background-position: center top;
	float: right;
	cursor: pointer;
	position: absolute;
    z-index: 9999;
	top: 0px;
	right: 0px;
}
.rt1 img,.rt1b img{
	height: auto;
	width: 100%;
}
.rt1{
	height: auto;
	width: 256px;
	padding-bottom: 38px;
	clear: both;
	position: relative;
}
.rt1txt{
	height: auto;
	width: 100%;
	padding-bottom: 38px;
	clear: both;
	position: relative;
    text-align: center;
    color: #636477;
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;   
}
.rt1txt_card{
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	clear: both;
	position: relative;
    text-align: center;
    color: #636477;
	font-size: 30px;
	line-height: 40px;
	font-weight: bolder;   
}
.rt1b{
	height: auto;
	width: 218px;
	padding-bottom: 5px;
	clear: both;
	position: relative;
}
.c1_list,.c2_list,.c3_list,.c4_list{
	position: relative;
	height: auto;
	width: 1000px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	}
.banner1{
	position: relative;
	height: auto;
	width: 440px;
	padding: 0px;
	margin-left: auto;
    margin-right: auto;
    background-image: url(../images/card1_popbg.png);
	background-repeat: no-repeat;
	background-position: center center;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 10px;
}
.box1_img{
	height: auto;
	width: 140px;
	float: none;
    margin-left: auto;
    margin-right: auto;
}
.box1_txt{
	padding-left: 0px;
	padding-top: 10px;
    text-align: center;
}
.box1_txt h2{
	color: #636477;
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    
}
.box1_txt h3{
	color: #636477;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box1_txt h4{
	color: #636477;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box1_txt h5{
	color: #5C6DE5;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.card_btn{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 120px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(../images/cardbtnbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 40px;
	cursor: pointer;
    border-radius: 5rem;
	}
.card_btn:hover{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 120px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(../images/cardbtnbgb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 40px;
	cursor: pointer;
    border-radius: 5rem;
	}	
.card_btn a{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 120px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
    background-image: url(../images/cardbtnbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 40px;
	cursor: pointer;
    border-radius: 5rem;
	}
.card_btn a:hover{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 120px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
    background-image: url(../images/cardbtnbgb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 40px;
	cursor: pointer;
    border-radius: 5rem;
	}	
.content2_banner{
   background-color: #cfd2e0;
   background-image: url(../images/c2bg.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	display: block;
	height: 502px;
	width: 100%;
    z-index: 1;
    position: relative;   
}
.content2_banner_img{
   height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
    display: block;
}
.content2_banner_imgm{
    display: none;
}
.content2{
	background-color: #cfd2e0;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.w1000{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
    z-index: 1;
    position: relative;  
}
.w1000 h2{
	font-size: 36px;
	line-height: 50px;
	color: #cccccc;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    
}
.w1000 h3{
	font-size: 20px;
	line-height: 30px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
.banner2{
	height: auto;
	width: 554px;
	padding: 0px;
	float: left;
}
.banner2b{
	height: auto;
	width: 445px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.c2txt25{
	font-size: 22px;
	line-height: 22px;
	font-weight: bolder;
	color: #636477;
	margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;

}
.c2_nav_n{
	height: auto;
	width: 100%;
	padding-top: 0px;
}
.c2_nav_n ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.c2_nav_n li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	list-style-type: none;
}
.card_btn150{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 150px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(../images/cardbtnbg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 40px;
	cursor: pointer;
    border-radius: 5rem;
	}
.card_btn150:hover{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 150px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(../images/cardbtnbg2b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 40px;
	cursor: pointer;
    border-radius: 5rem;
	}	
.card_btn150 a{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 150px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
    background-image: url(../images/cardbtnbg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 40px;
	cursor: pointer;
    border-radius: 5rem;
	}
.card_btn150 a:hover{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 150px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
    background-image: url(../images/cardbtnbg2b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 40px;
	cursor: pointer;
    border-radius: 5rem;
	}	
.c2mark{
  margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    font-size: 12px;
	color: #767889;
	line-height: 22px;	 
}
.c2mark_ul{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 18px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 12px;
	color: #767889;
	line-height: 22px;	
    list-style-type:disc;
}
.c2mark_li{
	margin: 0px;
	padding: 0px;
}
.border_r{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;	
}
.bottom_m20{
    padding-bottom: 0px;
}
.c2_imgm{
    display: none;
}
.c2_img{
	height: auto;
	width: 100%;
    display: block;
}
.c2_img2{
	height: auto;
	width: 349px;
}
.c2txt12{
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #cccccc;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    width: 90%;
}
.c2txt12_left{
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #cccccc;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    width: 100%;
}
.c2_nav{
	height: auto;
	width: 100%;
	padding-top: 38px;
	padding-bottom: 40px;
}
.c2_nav ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.c2_nav li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}
.rt2{
	font-size: 18px;
	line-height: 28px;
	font-weight: bolder;
	color: #636477;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.banner_line{
	position: relative;
	height: auto;
	width: 200px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
}
.line_btn{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	width: 100%;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-right: auto;
	margin-left: auto;
	background-color: #5068af;
	}
.box1_lineimg img{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.box1_lineimg{
	height: auto;
	width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #d1d2e0;
}
.box1_linetxt{
	height: 200px;
	width: 100%;
    margin-right: auto;
	margin-left: auto;
    text-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;  
    box-sizing: border-box;
    background-color: #8293bc;
}
.box1_linetxt h3{
    color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
    margin: 0px;
}
.box1_linetxt h4{
    color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
    margin: 0px;
}
.padding_t65{
   padding-top: 65px; 
}
.padding_t80{
   padding-top: 75px; 
}
.padding_t52{
   padding-top: 30px; 
}
.padding_t90{
   padding-top: 90px; 
}
.padding_l20{
    padding-left: 20px;
}
.line_txt12{
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #636477;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.c2tab1{
    width: 100%; 
    margin-top: 10px;
    margin-bottom: 10px;
}
.c2td{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td1{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td1b{
    width: 100px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td2{
    width: 56px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td3{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #636477;
    text-align: left;
}
.c2tab2{
    width: 50%; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.c2txt18{
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #636477;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
word-break: normal;
}
.c2_ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 16px;
	color: #636477;
	line-height: 26px;	
}
.c2_ol_li{
	margin: 0px;
	padding: 0px;
}
.c2_ol_li a{
	margin: 0px;
	padding: 0px;
    color: #0098ff;
}
.c2_ol_ul{
	list-style-type: lower-roman;
	width: 98%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
}
.c2_ol_ul li a{
	margin: 0px;
	padding: 0px;
    color: #0098ff;
}
.new_tab1{
    width: 280px; 
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #636477;
    margin-left: auto;
    margin-right: auto;
}
.new_td1{
    font-weight: bolder;
	color: #FFFFFF;
    background-color: #636477;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;   
}
.new_td2{
    font-weight: normal;
	color: #000000;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.new_td2_border{
    font-weight: normal;
	color: #000000;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
    border-right: 1px solid #636477;
    width: 60%;

}
.content3{
	background-color: #cfd2e0;
    background-image: url(../images/kv3bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 110px;
    padding-bottom: 0px;
}
.content3_banner_img{
   height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
    display: block;
    position:absolute;
    z-index: 2;
    bottom: 0;
    right: 0;  
}
.content3_banner_imgm{
    display: none;
}
.c3_banner{
	position: relative;
	height: 660px;
	width: 50%;
	padding-top: 0px;
    padding-bottom: 0px;
	margin: 0px;
    z-index: 3;
}
.box3_img{
	height: auto;
	width: 100%;
    float: left;
}
.box3_box{
	height: auto;
	width: 100%;
	padding-left: 0px;
    padding-bottom: 40px;
}
.box3_box h2{
	color: #636477;
	font-size: 42px;
	line-height: 60px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box3_box h3{
	color: #636477;
	font-size: 33px;
	line-height: 50px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.box3_box h4{
	color: #636477;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.padding_b30m{
    padding-bottom: 0px;       
    }  
.content4{
	width: 100%;
	height: 432px;
	position: relative;
	margin: 0px;
	display: block;
	background-color: #cfd2e0;
    z-index: 1;
    background-image: url(../images/kv2bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 432px;
}
#left_arrow{
	width: 22px;
	height: auto;
	position: absolute;
	left: -50px;
	top: 45%;
	cursor: pointer;
	z-index: 100;
	display: block;
}
#right_arrow{
	width: 22px;
	height: auto;
	position: absolute;
	right: -50px;
	top: 45%;
	cursor: pointer;
	z-index: 100;
	display: block;
	}
.c4_banner{
	position: relative;
	height: auto;
	width: 1000px;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    display: block;
}
.box4_img{
	height: auto;
	width: 428px;
    position:absolute;
    z-index: 3;
    top: 30px;
    right: 18px;  
}
.box4_box{
	height: auto;
	width: 99%;
	padding-left: 1%;
    position:relative;
    z-index: 4;
}
.box4_box h2{
	color: #636477;
	font-size: 36px;
	line-height: 46px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box4_box h3{
	color: #636477;
	font-size: 34px;
	line-height: 46px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.box4_box h4{
	color: #636477;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.box4_box h5{
	color: #636477;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.padding-b180{
    padding-bottom: 112px;
}
.padding-b30{
    padding-bottom: 30px;
}
.content5{
	background-color: #cfd2e0;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}
.c5_banner{
	position: relative;
	height: 650px;
	width: 1000px;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    display: block;
    border-radius: 20px;
    background-color: #eff0f9;
    overflow: hidden;
}
.box5_img{
	height: 650px;
	width: 464px;
    position:relative;
    float: right;
    z-index: 3;
    background-image: url(../images/c5img1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.box5_box{
	height: auto;
	width: 510px;
	padding-left: 3%;
    position:relative;
    float:left;
    z-index: 4;
    box-sizing: border-box;
}
.box5_box h2{
	color: #636477;
	font-size: 36px;
	line-height: 46px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box5_box h3{
	color: #636477;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.box5_box h4{
	color: #636477;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.box5_box h5{
	color: #636477;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

.content6n{
	background-color: #131313;
	display: block;
	height: 708px;
	width: 100%;
    z-index: 1;
    position: relative;
}
.content6n_sec{
	background-color: #131313;
	display: block;
	height: 888px;
	width: 100%;
    z-index: 1;
    position: relative;
}
.padding_t50{
    padding-top: 70px;
}
.padding_b100{
	padding-bottom: 100px;
}
.box6n_txt h2{
	line-height: 50px;
	color: #cccccc;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: center;
}
.box6n_txt2{
    font-size: 20px;
	line-height: 24px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
    text-align: center;
}
.t36{
   font-size: 36px; 
}
.t40{
   font-size: 50px; 
}
.c6n_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 70px;
    padding-bottom: 0px;
	margin: 0px;
}
.box6n_img{
	height: auto;
	width: 472px;
    float: left;
}
.box6n_box{
	height: auto;
	width: 478px;
	padding-left: 50px;
    float: left;
}
.box6n_box h2{
	color: #CCCCCC;
	font-size: 30px;
	line-height: 40px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box6n_box h3{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.box6n_box h4{
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box6n_box h4 a{
	color: #0098ff;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.padding_t40{
   padding-top: 40px; 
}
.padding_t40b{
   padding-top: 40px; 
}
.c6_ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 18px;
	color: #636477;
	line-height: 28px;	
    list-style-type:disc;
}
.c6_ol_li{
	margin: 0px;
	padding: 0px;
}
.c6_ol_li a{
	margin: 0px;
	padding: 0px;
    color: #0098ff;
}
.c6_ol_ul{
	list-style-type: decimal;
	width: 97%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
}
.c6_ol_ul li a{
	margin: 0px;
	padding: 0px;
    color: #0098ff;
}
.c7_ol_ul{
	list-style-type: '✽';
	width: 98.5%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5%;
}
.c6_p{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 18px;
	color: #636477;
	line-height: 28px;	    
}
.c6_p a{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 18px;
	color: #0098ff;
	line-height: 28px;	    
}
.c6_h3{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: left;
    font-size: 18px;
	color: #636477;
	line-height: 28px;	
    font-weight: bolder;
    
}
.tab_event{
    width: 100%;
    text-align: center;
}
.content6{
	background-color: #cfd2e0;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 80px;
}
.box6_txt h2{
    font-size: 36px;
	line-height: 50px;
	color: #636477;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
}
.q1t,.q2t,.q3t,.q4t,.q5t,.q6t,.q7t,.q8t,.q9t,.q10t,.q11t,.q12t,.q13t,.q14t,.q15t,.q16t{
	height: auto;
	width: 98%;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	cursor: pointer;
}
.q1t h4,.q2t h4,.q3t h4,.q4t h4,.q5t h4,.q6t h4,.q7t h4,.q8t h4,.q9t h4,.q10t h4,.q11t h4,.q12t h4,.q13t h4,.q14t h4,.q15t h4,.q16t h4{
	margin: 0px;
	padding: 0px;		
	float: left;
	display: block;
	width: 92%;
	margin-left : 1.8em;
    text-indent : -1.8em ;

}
.qtxt24{
    font-size: 24px;
	line-height: 34px;
    color: #636477;
    font-weight: bolder;
    padding-right: 16px;
}
.qtxt24b{
    font-size: 24px;
	line-height: 34px;
    color: #636477;
    font-weight: bolder;
    padding-right: 18px;
}
.qtxt18{
    font-size: 18px;
	line-height: 34px;
    color: #636477;
    font-weight: bolder;
}
.qtxt12{
    font-size: 12px;
	line-height: 22px;
    color: #636477;
    font-weight: normal;
}
.icon_mark,.icon_mark2,.icon_mark3,.icon_mark4,.icon_mark5,.icon_mark6,.icon_mark7,.icon_mark8,.icon_mark9,.icon_mark10,.icon_mark11,.icon_mark12,.icon_mark13,.icon_mark14,.icon_mark15{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 34px;
	width: 34px;
    background-image: url(../images/qmark.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.icon_markb,.icon_mark2b,.icon_mark3b,.icon_mark4b,.icon_mark5b,.icon_mark6b,.icon_mark7b,.icon_mark8b,.icon_mark9b,.icon_mark10b,.icon_mark11b,.icon_mark12b,.icon_mark13b,.icon_mark14b,.icon_mark15b{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 34px;
	width: 34px;
    background-image: url(../images/qmark2.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
.q1,.q2,.q3,.q4,.q5,.q6,.q7,.q8,.q9,.q10,.q11,.q12,.q13,.q14,.q15,.q16{		
	height: auto;
	width: 98%;
	padding: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	display: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #636477;
    
}
.q1 h4,.q2 h4,.q3 h4,.q4 h4,.q5 h4,.q6 h4,.q7 h4,.q8 h4,.q9 h4,.q10 h4,.q11 h4,.q12 h4,.q13 h4,.q14 h4,.q15 h4,.q16 h4{
	margin: 0px;
	padding: 0px;		
	width: 92%;
	margin-left : 0em;
    text-indent : 0em ;
text-align: justify;
text-justify: distribute;
word-break: normal;
}
.ctype1{
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #636477;
}
.ctype2{
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #636477;
}	
.footer-m{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #f5f5f7;
    background-color: #f5f5f7;
	display: block;
    z-index: 1;
    position: relative;
	}
.footer-mcon{
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.footer-m1{
	padding: 0px;
	width: 25%;
	font-size: 24px;
	font-weight: bold;
	color: #636477;
	text-align: center;
	float: left;
	line-height: 68px;
	margin: 0px;
	}
.footer-m2{
	padding: 0px;
	width: 75%;
	float: right;
	font-size: 14px;
	color: #636477;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 18px;
	}
.footer-m2 a{
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	}					
.footer-m3{
	padding: 0px;
	width: 100%;
	font-size: 14px;
	color: #636477;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
    text-align: center;
    padding-bottom: 20px
	}
.footer-m3 a{
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
    
	}		
@media only screen and (min-width:768px) and (max-width:979px){
.container {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
}
.show--sm {
  display: block;
}
.rbtn{
	bottom: 70px;
	}
.rbtn:hover{
	bottom: 70px;
	}    
.rbtn2{
	bottom: 10px;
	}  
.rbtn2:hover{
	bottom: 10px;
	}   	
.nav1{
	display: none;
	}	
/* ------------------------------
  行動版按鈕列表區 
------------------------------ */
.nav1m{
	width: 100%;
	height: 60px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	display: block;
	position: fixed;
	z-index: 999;
	top: 0px;
	border: 0px solid #999;
	box-sizing: border-box;
	
	}
.logo1{
	width: 140px;
	float: left;
	height: 48px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #FFFFFF;
	}	
.btn_mob{
	display: block;
	height: 58px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/btn_mob.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.btn_mob2{
	display: block;
	height: 58px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/btn_mob2.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}			
.nav1m_menu{
	clear: both;
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	left: 0px;
	top: 60px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 9999;
	padding-top: 0px;
	padding-bottom: 0px;
	}	
.nav1m_menu h3{
	font-size: 14px;
	line-height: 24px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	color: #4F4F56;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
.nav1m_menu h3 a{
	color: #4F4F56;
	text-decoration: none;
	display: block;
	}	
.bc7bgm{
	background-image: url(../images/btn_c7bgm.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 64px;
}
.icon_t{
    display: none;
}	
.icon_tm{
	height: 20px;
	width: 20px;
    padding-top: -2px;
	float: left;
    display: block;
}    
.c1_hid{
	overflow: hidden;
	height: auto;
	width: 100%;
    z-index: 1;
    background-color: #FFFFFF;
	}  	    
.content1{
	width: 100%;
	height: auto;
	position: relative;
    z-index: 2;
	margin: 0px;
    background-image: url(../images/kv1bgm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 800px;
    background-color: #cfd2e0;
	display: block;
    padding-top: 0px;
	padding-bottom: 0%;
    
	}
#kv_bg{
	display: none;
	}
.kv1{
	display: none;
}
.kv1m{
	padding: 0px;
	height: auto;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
    padding-bottom: 20px;
}
.w1m img,.w2m img,.w3m img,.w4m img{
	height: auto;
	width: 100%;
}
.w1m{
	height: auto;
	width: 200px;
	position: relative;
	z-index: 13;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	display: block;
	}
.w2m{
	height: auto;
	width: 100%;
	position: relative;
	z-index: 14;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	display: block;
	}	
.w2m h1{
	font-size: 30px;
	line-height: 38px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
    letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}
.w2m h2{
	font-size: 40px;
	line-height: 60px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
    letter-spacing: 4.5px;
	margin: 0px;
	padding: 0px;
}
.w2m h3{
	font-size: 16px;
	line-height: 26px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
    padding-bottom: 20px;
}       
.w3m{
	height: auto;
	width: 90%;
	position: relative;
	z-index: 15;
	margin-right: auto;
	margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
	}  
.w4m{
    height: auto;
	width: 90%;
	position: relative;
	z-index: 15;
	margin-right: auto;
	margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
}
.w4m h2{
    font-size: 40px;
	line-height: 46px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
	margin: 0px;
    position: relative;
    display: block;
    background-image: url(../images/t1bg.png);
	background-repeat: no-repeat;
	background-position: center top;
    padding-bottom: 0px;
    text-align: center;
}
.t1m{
    height: auto;
	width: 84%;
	position: relative;
	margin-left: auto;
    margin-right: auto;
}
.t1boxm{
    height: auto;
	width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    border: 1px solid #d9dce8;
    background-color: #d9dce8;
    border-radius: 20px;
    margin-bottom: 10px;
}
.t1box_date{
    color: #FFFFFF;
	font-size: 18px;
	line-height: 32px;
	padding: 0px;
	height: 32px;
	width: 90px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
    background-color: #6b77b2;
    border-radius: 5rem; 
}
.t1box_spacer{
	padding: 0px;
	height: 32px;
	width: 90px;
	display: block;
}
.t1boxm h3{
    font-size: 40px;
	line-height: 64px;
	font-weight: bolder;
	color: #6b77b2;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.t1boxm h4{
    font-size: 17px;
	line-height: 27px;
	font-weight: normal;
	color: #636477;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


/*------------------------POP UP------------------------*/
#pop1,#pop2,#pop3,#pop4,#pop5,#pop6,#pop7,#pop8,#pop9{
	cursor: pointer;
}
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: block;
}    
.rule_pop2{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: block;
}    
.rule_pop3{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop4{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop5{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop6{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop7{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop8{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}  
.rule_pop9{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}      
.rbox2{
	height: 80%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 30px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}
.rbox3{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}  
.rbox4{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}   
.rbox5{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}   
.rbox6{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}  
.rbox7{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
} 
.rbox8{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}  
.rbox9{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
} 
.rbox10{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}     
.rclose{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../images/rclose.png);
	background-position: center top;
	background-size: 100% auto;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.rt1 img{
	height: auto;
	width: 100%;
}
.rt1{
	height: auto;
	width: 70%;
	padding-bottom: 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.rt1txt{
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	clear: both;
	position: relative;
    text-align: center;
    color: #636477;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
    
} 
.rt1txt_card{
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	clear: both;
	position: relative;
    text-align: center;
    color: #636477;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
    
}     
.c1_list{
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.banner1{
	position: relative;
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
    background-image: url(../images/card1_popbg.png);
	background-repeat: no-repeat;
	background-position: center center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.box1_img{
	height: auto;
	width: 140px;
	float: none;
    margin-left: auto;
    margin-right: auto;
}
.box1_txt{
	padding-left: 0px;
	padding-top: 10px;
    text-align: center;
}
.box1_txt h2{
	color: #636477;
	font-size: 18px;
	line-height: 31px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    
}
.box1_txt h3{
	color: #636477;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box1_txt h4{
	color: #636477;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box1_txt h5{
	color: #5C6DE5;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.center_m{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
.content2_banner{
   background-color: #cfd2e0;
   background-image: none;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;   
}
.content2_banner_img{
    display: none;
}  
.content2_banner_imgm img{
	height: auto;
	width: 100%;
}      
.content2_banner_imgm{
   height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
    display: block;
}    
.content2{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}    
.w1000{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.content2 h2{
	font-size: 36px;
	line-height: 50px;
	color: #cccccc;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.content2 h3{
	font-size: 20px;
	line-height: 30px;
	color: #999999;
	font-weight: normal;
	margin: 0px;

	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
.banner2 img,.banner2b img{
	height: auto;
	width: 100%;
}
.banner2{
	height: auto;
	width: 100%;
	padding: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.banner2b{
	height: auto;
	width: 100%;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.c2txt25{
	font-size: 16px;
	line-height: 18px;
	font-weight: bolder;
	color: #636477;
	margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;

}  
.c2_nav_n{
	height: auto;
	width: 100%;
	padding-top: 0px;
}
.c2_nav_n ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
    text-align: center;
}
.c2_nav_n li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	list-style-type: none;
} 
.c2mark{
  margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    font-size: 12px;
	color: #767889;
	line-height: 22px;	 
}
.c2mark_ul{
	margin: 0px;
	height: auto;
	width: 96.5%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 3.5%;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 12px;
	color: #767889;
	line-height: 22px;	
    list-style-type:disc;
}
.c2mark_li{
	margin: 0px;
	padding: 0px;
}    
.border_r{
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.bottom_m20{
    padding-bottom: 40px;
} 
.c2_img{
    display: none;
}  
.c2_imgm img{
	height: auto;
	width: 100%;
}    
.c2_imgm{
	height: auto;
	width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c2_img2{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.c2txt12,.c2txt12_left{
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #cccccc;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    width: 96%;
}
.c2_nav{
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.c2_nav ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.c2_nav li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
}
.c2_list{
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
    text-align: center;
	}
.rt2{
	font-size: 16px;
	line-height: 26px;
	font-weight: bolder;
	color: #636477;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.padding_l20{
    padding-left: 0px;
}
.rt1b img{
	height: auto;
	width: 100%;
}
.rt1b{
	height: auto;
	width: 70%;
	padding-bottom: 5px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}    
.c2tab1{
    width: 100%; 
    margin-top: 10px;
    margin-bottom: 10px;
}
.c2td{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td1{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td1b{
    width: 40px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td2{
    width: 32px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td3{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #636477;
    text-align: justify;
text-justify: distribute;
}
.c2tab2{
    width: 60%; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}      
.c2txt18{
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
word-break: normal;
}
.c2_ol{
	margin: 0px;
	height: auto;
	width: 95%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
text-justify: distribute;
word-break: normal;
    font-size: 12px;
	line-height: 22px;	
}
.c2_ol_li{
	margin: 0px;
	padding: 0px;
}
.c2_ol_ul{
	list-style-type: lower-roman;
	width: 96%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
}
.new_tab1{
    width: 280px; 
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #636477;
    margin-left: auto;
    margin-right: auto;
}
.new_td1{
    font-weight: bolder;
	color: #FFFFFF;
    background-color: #636477;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;   
}
.new_td2{
    font-weight: normal;
	color: #000000;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.new_td2_border{
    font-weight: normal;
	color: #000000;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
    border-right: 1px solid #636477;
    width: 60%;

}    
.content3{
    background-image: none;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.content3_banner_imgm img{
   height: auto;
	width: 100%;
}    
.content3_banner_imgm{
   height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
    display: block;
    position: relative;
    z-index: 2;
   
}
.content3_banner_img{
    display: none;
}
.c3_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 0px;
    padding-bottom: 0px;
	margin: 0px;
    z-index: 3;
}
.box3_img{
	height: auto;
	width: 100%;
    float: none;
}
.box3_box{
	height: auto;
	width: 100%;
	padding-left: 0px;
    padding-bottom: 0px;
}
.box3_box h2{
	color: #636477;
	font-size: 26px;
	line-height: 44px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    text-align: center;
}
.box3_box h3{
	color: #636477;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
     text-align: center;
}
.box3_box h4{
	color: #636477;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
     text-align: center;
}
.padding_b30m{
    padding-bottom: 30px;   
        
    }    
.content4{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
	margin: 0px;
	background-color: #cfd2e0;
    background-image: url(../images/kv2bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 50%;
}
.c4_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 0px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    display: block;
}
.box4_img img{
	height: auto;
    width: 100%;
    }    
.box4_img{
	height: auto;
	width: 50%;
    position:relative;
    z-index: 3;
    top: 0px;
    right: 0px;  
    left: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;    
}
.box4_box{
	height: auto;
	width: 100%;
	padding-left: 0%;
    position:relative;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;    
}
.box4_box h2{
	color: #636477;
	font-size: 30px;
	line-height: 34px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    text-align: center;
}
.box4_box h3{
	color: #636477;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
    text-align: center;
}
.box4_box h5{
	color: #636477;
	font-size: 11px;
	line-height: 21px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: center;
}
.padding-b180{
    padding-bottom: 30px;
} 
.padding_b30{
   padding-bottom: 20px; 
}
.content5{
	background-color: #cfd2e0;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
}      
.c5_banner{
	position: relative;
	height: auto;
	width: 90%;
	padding-top: 0px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    display: block;
}   
.box5_img{
	height: 250px;
	width: 100%;
    position:relative;
    float: none;
    z-index: 3;
    background-image: url(../images/c5img1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
}
.box5_box{
	height: auto;
	width: 92%;
	padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    float: none;
    z-index: 4;
    box-sizing: border-box;
}
.box5_box h2{
	color: #636477;
	font-size: 22px;
	line-height: 26px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    text-align: center;
}
.box5_box h3{
	color: #636477;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
    text-align: center;
}
.box5_box h4{
	color: #636477;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: center;
}
.box5_box h5{
	color: #636477;
	font-size: 11px;
	line-height: 21px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: center;
}    
.content6n{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
}
.content6n_sec{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
}
.padding_t50{
    padding-top: 0px;
}  
.padding_b100{
	padding-bottom: 0px;
}	
.box6n_txt h2{
	line-height: 50px;
	color: #cccccc;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: center;
}
.t36{
   font-size: 36px; 
}
.t40{
   font-size: 50px; 
}    
.c6n_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 20px;
    padding-bottom: 0px;
	margin: 0px;
}
.box6n_img img{
	height: auto;
	width: 100%;
}    
.box6n_img{
	height: auto;
	width: 100%;
    float: none;
    padding-bottom: 30px;
}
.box6n_box{
	height: auto;
	width: 100%;
	padding-left: 0px;
    float: none;
    text-align: center;
}
.box6n_box h2{
	color: #CCCCCC;
	font-size: 28px;
	line-height: 38px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box6n_box h3{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
    width: 100%;
    height: auto;
}   
.box6n_box h4{
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
    width: 100%;
    height: auto;
}
.padding_t40b{
   padding-top: 20px; 
}    
.c6_ol{
	margin: 0px;
	height: auto;
	width: 95%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
text-justify: distribute;
word-break: normal;
    font-size: 12px;
	line-height: 22px;	
    list-style-type: disc;
}
.c6_ol_li{
	margin: 0px;
	padding: 0px;
}
.c6_ol_ul{
	list-style-type: decimal;
	width: 95.5%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 4.5%;
}   
.c7_ol_ul{
	list-style-type: '✽';
	width: 96%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 4%;
}  
.c6_p{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 12px;
	line-height: 22px;	    
}
.c6_p a{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 12px;
	color: #0098ff;
	line-height: 22px;	    
}
.c6_h3{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: left;
    font-size: 12px;
	line-height: 22px;	
    font-weight: bolder;
    
}
.tab_event{
    width: 100%;
    text-align: center;
}    
.content6{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 90px;
}  
.box6_txt h2{
    font-size: 36px;
	line-height: 50px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: center;
    padding-bottom: 30px;
}
.q1t,.q2t,.q3t,.q4t,.q5t,.q6t,.q7t,.q8t,.q9t,.q10t,.q11t,.q12t,.q13t,.q14t,.q15t,.q16t{
	height: auto;
	width: 95%;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	cursor: pointer;
}
.q1t h4,.q2t h4,.q3t h4,.q4t h4,.q5t h4,.q6t h4,.q7t h4,.q8t h4,.q9t h4,.q10t h4,.q11t h4,.q12t h4,.q13t h4,.q14t h4,.q15t h4,.q16t h4{
	margin: 0px;
	padding: 0px;		
	float: left;
	display: block;
	width: 78%;
	margin-left : 0em;
    text-indent : 0em;

}
.qtxt24{
    font-size: 24px;
	line-height: 28px;
    font-weight: bolder;
    padding-right: 8px;
}
.qtxt24b{
    font-size: 24px;
	line-height: 28px;
    font-weight: bolder;
    padding-right: 10px;
}
.qtxt18{
    font-size: 16px;
	line-height: 28px;
    font-weight: bolder;
}
.qtxt12{
    font-size: 12px;
	line-height: 22px;
    font-weight: normal;
}
.icon_mark,.icon_mark2,.icon_mark3,.icon_mark4,.icon_mark5,.icon_mark6,.icon_mark7,.icon_mark8,.icon_mark9,.icon_mark10,.icon_mark11,.icon_mark12,.icon_mark13,.icon_mark14,.icon_mark15{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 28px;
	width: 28px;
    background-image: url(../images/qmark.png);
	background-repeat: no-repeat;
	background-position: center center;	
    padding-top: 8px;
}
.icon_markb,.icon_mark2b,.icon_mark3b,.icon_mark4b,.icon_mark5b,.icon_mark6b,.icon_mark7b,.icon_mark8b,.icon_mark9b,.icon_mark10b,.icon_mark11b,.icon_mark12b,.icon_mark13b,.icon_mark14b,.icon_mark15b{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 28px;
	width: 28px;
    background-image: url(../images/qmark2.png);
	background-repeat: no-repeat;
	background-position: center center;	
    padding-top: 8px;
}
.q1,.q2,.q3,.q4,.q5,.q6,.q7,.q8,.q9,.q10,.q11,.q12,.q13,.q14,.q15,.q16{		
	height: auto;
	width: 95%;
	padding: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.q1 h4,.q2 h4,.q3 h4,.q4 h4,.q5 h4,.q6 h4,.q7 h4,.q8 h4,.q9 h4,.q10 h4,.q11 h4,.q12 h4,.q13 h4,.q14 h4,.q15 h4,.q16 h4{
	margin: 0px;
	padding: 0px;		
	width: 86%;
	margin-left : 0em;
    text-indent : 0em;
    text-align: justify;
text-justify: distribute;
word-break: normal;

}
.ctype1{
	border-bottom-style: solid;
    border-bottom-width: 1px;
}
.ctype2{
    border-bottom-style: solid;
    border-bottom-width: 0px;
}	
.footer-m{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	}
.footer-mcon{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	clear: both;
	float: none;
	}
.footer-m1{
	padding: 0px;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	clear: both;
	float: none;
	height: auto;
	margin: 0px;
	line-height: 50px;
	}
.footer-m2{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
    text-align: center;
	}					
.footer-m3{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		

	
}
@media only screen and (min-width:480px) and (max-width:767px){
.container {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
}
.show--sm {
  display: block;
}
.rbtn{
	bottom: 70px;
	}
.rbtn:hover{
	bottom: 70px;
	}    
.rbtn2{
	bottom: 10px;
	}  
.rbtn2:hover{
	bottom: 10px;
	}     
.nav1{
	display: none;
	}	
/* ------------------------------
  行動版按鈕列表區 
------------------------------ */
.nav1m{
	width: 100%;
	height: 60px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	display: block;
	position: fixed;
	z-index: 999;
	top: 0px;
	border: 0px solid #999;
	box-sizing: border-box;
	
	}
.logo1{
	width: 140px;
	float: left;
	height: 48px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #FFFFFF;
	}	
.btn_mob{
	display: block;
	height: 58px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/btn_mob.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.btn_mob2{
	display: block;
	height: 58px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/btn_mob2.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}			
.nav1m_menu{
	clear: both;
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	left: 0px;
	top: 60px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 9999;
	padding-top: 0px;
	padding-bottom: 0px;
	}	
.nav1m_menu h3{
	font-size: 14px;
	line-height: 24px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	color: #4F4F56;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
.nav1m_menu h3 a{
	color: #4F4F56;
	text-decoration: none;
	display: block;
	}	
.bc7bgm{
	background-image: url(../images/btn_c7bgm.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 64px;
}
.icon_t{
    display: none;
}	
.icon_tm{
	height: 20px;
	width: 20px;
    padding-top: -2px;
	float: left;
    display: block;
}    
.c1_hid{
	overflow: hidden;
	height: auto;
	width: 100%;
    z-index: 1;
	}  	    
.content1{
	width: 100%;
	height: auto;
	position: relative;
    z-index: 2;
	margin: 0px;
    background-image: url(../images/kv1bgm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 600px;
    background-color: #cfd2e0;
	display: block;
    padding-top: 0px;
	padding-bottom: 0%;
    
	}
#kv_bg{
	display: none;
	}
.kv1{
	display: none;
}
.kv1m{
	padding: 0px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
    padding-bottom: 20px;
}
.w1m img,.w2m img,.w3m img,.w4m img{
	height: auto;
	width: 100%;
}
.w1m{
	height: auto;
	width: 200px;
	position: relative;
	z-index: 13;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	display: block;
	}
.w2m{
	height: auto;
	width: 100%;
	position: relative;
	z-index: 14;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	display: block;
	}	
.w2m h1{
	font-size: 30px;
	line-height: 38px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
    letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}
.w2m h2{
	font-size: 40px;
	line-height: 60px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
    letter-spacing: 4.5px;
	margin: 0px;
	padding: 0px;
}
.w2m h3{
	font-size: 16px;
	line-height: 26px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
    padding-bottom: 20px;
}   
.w3m{
	height: auto;
	width: 90%;
	position: relative;
	z-index: 15;
	margin-right: auto;
	margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
	}  
.w4m{
    height: auto;
	width: 90%;
	position: relative;
	z-index: 15;
	margin-right: auto;
	margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
}
.w4m h2{
    font-size: 40px;
	line-height: 46px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
	margin: 0px;
    position: relative;
    display: block;
    background-image: url(../images/t1bg.png);
	background-repeat: no-repeat;
	background-position: center top;
    padding-bottom: 0px;
    text-align: center;
}
.t1m{
    height: auto;
	width: 84%;
	position: relative;
	margin-left: auto;
    margin-right: auto;
}
.t1boxm{
    height: auto;
	width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    border: 1px solid #d9dce8;
    background-color: #d9dce8;
    border-radius: 20px;
    margin-bottom: 10px;
}
.t1box_date{
    color: #FFFFFF;
	font-size: 18px;
	line-height: 32px;
	padding: 0px;
	height: 32px;
	width: 90px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
    background-color: #6b77b2;
    border-radius: 5rem; 
}
.t1box_spacer{
	padding: 0px;
	height: 32px;
	width: 90px;
	display: block;
}
.t1boxm h3{
    font-size: 40px;
	line-height: 64px;
	font-weight: bolder;
	color: #6b77b2;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.t1boxm h4{
    font-size: 17px;
	line-height: 27px;
	font-weight: normal;
	color: #636477;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*------------------------POP UP------------------------*/
#pop1,#pop2,#pop3,#pop4,#pop5,#pop6,#pop7,#pop8,#pop9{
	cursor: pointer;
}
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: block;
}    
.rule_pop2{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: block;
}    
.rule_pop3{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop4{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop5{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop6{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop7{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop8{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}  
.rule_pop9{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}      
.rbox2{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 20px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}
.rbox3{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}  
.rbox4{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}   
.rbox5{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}   
.rbox6{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}  
.rbox7{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
} 
.rbox8{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}  
.rbox9{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
} 
.rbox10{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}     
.rclose{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../images/rclose.png);
	background-position: center top;
	background-size: 100% auto;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.rt1 img{
	height: auto;
	width: 100%;
}
.rt1{
	height: auto;
	width: 70%;
	padding-bottom: 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.rt1txt{
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	clear: both;
	position: relative;
    text-align: center;
    color: #636477;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;   
}    
.rt1txt_card{
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	clear: both;
	position: relative;
    text-align: center;
    color: #636477;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
    
}     
.c1_list{
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.banner1{
	position: relative;
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
    background-image: url(../images/card1_popbg.png);
	background-repeat: no-repeat;
	background-position: center center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.box1_img{
	height: auto;
	width: 140px;
	float: none;
    margin-left: auto;
    margin-right: auto;
}
.box1_txt{
	padding-left: 0px;
	padding-top: 10px;
    text-align: center;
}
.box1_txt h2{
	color: #636477;
	font-size: 18px;
	line-height: 31px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    
}
.box1_txt h3{
	color: #636477;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box1_txt h4{
	color: #636477;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box1_txt h5{
	color: #5C6DE5;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.center_m{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
.content2_banner{
   background-color: #cfd2e0;
   background-image: none;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;   
}
.content2_banner_img{
    display: none;
}  
.content2_banner_imgm img{
	height: auto;
	width: 100%;
}      
.content2_banner_imgm{
   height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
    display: block;
}    
.content2{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}    
.w1000{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.content2 h2{
	font-size: 36px;
	line-height: 50px;
	color: #cccccc;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.content2 h3{
	font-size: 20px;
	line-height: 30px;
	color: #999999;
	font-weight: normal;
	margin: 0px;

	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
.banner2 img,.banner2b img{
	height: auto;
	width: 100%;
}
.banner2{
	height: auto;
	width: 100%;
	padding: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.banner2b{
	height: auto;
	width: 100%;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.c2txt25{
	font-size: 16px;
	line-height: 18px;
	font-weight: bolder;
	color: #636477;
	margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;

}  
.c2_nav_n{
	height: auto;
	width: 100%;
	padding-top: 0px;
}
.c2_nav_n ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
    text-align: center;
}
.c2_nav_n li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	list-style-type: none;
} 
.c2mark{
  margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    font-size: 12px;
	color: #767889;
	line-height: 22px;	 
}
.c2mark_ul{
	margin: 0px;
	height: auto;
	width: 96.5%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 3.5%;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 12px;
	color: #767889;
	line-height: 22px;	
    list-style-type:disc;
}
.c2mark_li{
	margin: 0px;
	padding: 0px;
}    
.border_r{
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.bottom_m20{
    padding-bottom: 40px;
} 
.c2_img{
    display: none;
}  
.c2_imgm img{
	height: auto;
	width: 100%;
}    
.c2_imgm{
	height: auto;
	width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c2_img2{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.c2txt12,.c2txt12_left{
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #cccccc;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    width: 96%;
}
.c2_nav{
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.c2_nav ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.c2_nav li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
}
.c2_list{
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
    text-align: center;
	}
.rt2{
	font-size: 16px;
	line-height: 26px;
	font-weight: bolder;
	color: #636477;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.padding_l20{
    padding-left: 0px;
}
.rt1b img{
	height: auto;
	width: 100%;
}
.rt1b{
	height: auto;
	width: 70%;
	padding-bottom: 5px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}    
.c2tab1{
    width: 100%; 
    margin-top: 10px;
    margin-bottom: 10px;
}
.c2td{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td1{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td1b{
    width: 40px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td2{
    width: 32px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td3{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #636477;
    text-align: justify;
text-justify: distribute;
}
.c2tab2{
    width: 100%; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}       
.c2txt18{
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
word-break: normal;
}
.c2_ol{
	margin: 0px;
	height: auto;
	width: 95%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
text-justify: distribute;
word-break: normal;
    font-size: 12px;
	line-height: 22px;	
}
.c2_ol_li{
	margin: 0px;
	padding: 0px;
}
.c2_ol_ul{
	list-style-type: lower-roman;
	width: 96%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
}
.new_tab1{
    width: 280px; 
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #636477;
    margin-left: auto;
    margin-right: auto;
}
.new_td1{
    font-weight: bolder;
	color: #FFFFFF;
    background-color: #636477;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;   
}
.new_td2{
    font-weight: normal;
	color: #000000;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.new_td2_border{
    font-weight: normal;
	color: #000000;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
    border-right: 1px solid #636477;
    width: 60%;

}    
.content3{
    background-image: none;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.content3_banner_imgm img{
   height: auto;
	width: 100%;
}    
.content3_banner_imgm{
   height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
    display: block;
    position: relative;
    z-index: 2;
   
}
.content3_banner_img{
    display: none;
}
.c3_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 0px;
    padding-bottom: 0px;
	margin: 0px;
    z-index: 3;
}
.box3_img{
	height: auto;
	width: 100%;
    float: none;
}
.box3_box{
	height: auto;
	width: 100%;
	padding-left: 0px;
    padding-bottom: 0px;
}
.box3_box h2{
	color: #636477;
	font-size: 26px;
	line-height: 44px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    text-align: center;
}
.box3_box h3{
	color: #636477;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
     text-align: center;
}
.box3_box h4{
	color: #636477;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
     text-align: center;
}
.padding_b30m{
    padding-bottom: 30px;   
        
    }    
.content4{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
	margin: 0px;
	background-color: #cfd2e0;
    background-image: url(../images/kv2bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 50%;
}
.c4_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 0px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    display: block;
}
.box4_img img{
	height: auto;
    width: 100%;
    }    
.box4_img{
	height: auto;
	width: 60%;
    position:relative;
    z-index: 3;
    top: 0px;
    right: 0px;  
    left: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;    
}
.box4_box{
	height: auto;
	width: 100%;
	padding-left: 0%;
    position:relative;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;    
}
.box4_box h2{
	color: #636477;
	font-size: 30px;
	line-height: 34px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    text-align: center;
}
.box4_box h3{
	color: #636477;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
    text-align: center;
}
.box4_box h5{
	color: #636477;
	font-size: 11px;
	line-height: 21px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: center;
}
.padding-b180{
    padding-bottom: 30px;
} 
.padding_b30{
   padding-bottom: 20px; 
}
.content5{
	background-color: #cfd2e0;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
}      
.c5_banner{
	position: relative;
	height: auto;
	width: 90%;
	padding-top: 0px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    display: block;
}   
.box5_img{
	height: 250px;
	width: 100%;
    position:relative;
    float: none;
    z-index: 3;
    background-image: url(../images/c5img1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
}
.box5_box{
	height: auto;
	width: 92%;
	padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    float: none;
    z-index: 4;
    box-sizing: border-box;
}
.box5_box h2{
	color: #636477;
	font-size: 22px;
	line-height: 26px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    text-align: center;
}
.box5_box h3{
	color: #636477;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
    text-align: center;
}
.box5_box h4{
	color: #636477;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: center;
}
.box5_box h5{
	color: #636477;
	font-size: 11px;
	line-height: 21px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: center;
}    
.content6n{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
}
.content6n_sec{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
}
.padding_t50{
    padding-top: 0px;
}  
.padding_b100{
	padding-bottom: 0px;
}	
.box6n_txt h2{
	line-height: 50px;
	color: #cccccc;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: center;
}
.t36{
   font-size: 36px; 
}
.t40{
   font-size: 50px; 
}    
.c6n_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 20px;
    padding-bottom: 0px;
	margin: 0px;
}
.box6n_img img{
	height: auto;
	width: 100%;
}    
.box6n_img{
	height: auto;
	width: 100%;
    float: none;
    padding-bottom: 30px;
}
.box6n_box{
	height: auto;
	width: 100%;
	padding-left: 0px;
    float: none;
    text-align: center;
}
.box6n_box h2{
	color: #CCCCCC;
	font-size: 28px;
	line-height: 38px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box6n_box h3{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
    width: 100%;
    height: auto;
}   
.box6n_box h4{
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
    width: 100%;
    height: auto;
}
.padding_t40b{
   padding-top: 20px; 
}    
.c6_ol{
	margin: 0px;
	height: auto;
	width: 95%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
text-justify: distribute;
word-break: normal;
    font-size: 12px;
	line-height: 22px;	
    list-style-type: disc;
}
.c6_ol_li{
	margin: 0px;
	padding: 0px;
}
.c6_ol_ul{
	list-style-type: decimal;
	width: 95.5%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 4.5%;
}   
.c7_ol_ul{
	list-style-type: '✽';
	width: 96%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 4%;
}  
.c6_p{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 12px;
	line-height: 22px;	    
}
.c6_p a{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 12px;
	color: #0098ff;
	line-height: 22px;	    
}
.c6_h3{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: left;
    font-size: 12px;
	line-height: 22px;	
    font-weight: bolder;
    
}
.tab_event{
    width: 100%;
    text-align: center;
}    
.content6{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 90px;
}  
.box6_txt h2{
    font-size: 36px;
	line-height: 50px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: center;
    padding-bottom: 30px;
}
.q1t,.q2t,.q3t,.q4t,.q5t,.q6t,.q7t,.q8t,.q9t,.q10t,.q11t,.q12t,.q13t,.q14t,.q15t,.q16t{
	height: auto;
	width: 95%;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	cursor: pointer;
}
.q1t h4,.q2t h4,.q3t h4,.q4t h4,.q5t h4,.q6t h4,.q7t h4,.q8t h4,.q9t h4,.q10t h4,.q11t h4,.q12t h4,.q13t h4,.q14t h4,.q15t h4,.q16t h4{
	margin: 0px;
	padding: 0px;		
	float: left;
	display: block;
	width: 78%;
	margin-left : 0em;
    text-indent : 0em;

}
.qtxt24{
    font-size: 24px;
	line-height: 28px;
    font-weight: bolder;
    padding-right: 8px;
}
.qtxt24b{
    font-size: 24px;
	line-height: 28px;
    font-weight: bolder;
    padding-right: 10px;
}
.qtxt18{
    font-size: 16px;
	line-height: 28px;
    font-weight: bolder;
}
.qtxt12{
    font-size: 12px;
	line-height: 22px;
    font-weight: normal;
}
.icon_mark,.icon_mark2,.icon_mark3,.icon_mark4,.icon_mark5,.icon_mark6,.icon_mark7,.icon_mark8,.icon_mark9,.icon_mark10,.icon_mark11,.icon_mark12,.icon_mark13,.icon_mark14,.icon_mark15{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 28px;
	width: 28px;
    background-image: url(../images/qmark.png);
	background-repeat: no-repeat;
	background-position: center center;	
    padding-top: 8px;
}
.icon_markb,.icon_mark2b,.icon_mark3b,.icon_mark4b,.icon_mark5b,.icon_mark6b,.icon_mark7b,.icon_mark8b,.icon_mark9b,.icon_mark10b,.icon_mark11b,.icon_mark12b,.icon_mark13b,.icon_mark14b,.icon_mark15b{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 28px;
	width: 28px;
    background-image: url(../images/qmark2.png);
	background-repeat: no-repeat;
	background-position: center center;	
    padding-top: 8px;
}
.q1,.q2,.q3,.q4,.q5,.q6,.q7,.q8,.q9,.q10,.q11,.q12,.q13,.q14,.q15,.q16{		
	height: auto;
	width: 95%;
	padding: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.q1 h4,.q2 h4,.q3 h4,.q4 h4,.q5 h4,.q6 h4,.q7 h4,.q8 h4,.q9 h4,.q10 h4,.q11 h4,.q12 h4,.q13 h4,.q14 h4,.q15 h4,.q16 h4{
	margin: 0px;
	padding: 0px;		
	width: 86%;
	margin-left : 0em;
    text-indent : 0em;
    text-align: justify;
text-justify: distribute;
word-break: normal;

}
.ctype1{
	border-bottom-style: solid;
    border-bottom-width: 1px;
}
.ctype2{
    border-bottom-style: solid;
    border-bottom-width: 0px;
}	
.footer-m{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	}
.footer-mcon{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	clear: both;
	float: none;
	}
.footer-m1{
	padding: 0px;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	clear: both;
	float: none;
	height: auto;
	margin: 0px;
	line-height: 50px;
	}
.footer-m2{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
    text-align: center;
	}					
.footer-m3{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		

	
}
@media only screen and (max-width:479px){
.container {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
}
.show--sm {
  display: block;
}
.rbtn{
	bottom: 70px;
	}
.rbtn:hover{
	bottom: 70px;
	}    
.rbtn2{
	bottom: 10px;
	}  
.rbtn2:hover{
	bottom: 10px;
	}      
.nav1{
	display: none;
	}	
/* ------------------------------
  行動版按鈕列表區 
------------------------------ */
.nav1m{
	width: 100%;
	height: 60px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	display: block;
	position: fixed;
	z-index: 999;
	top: 0px;
	border: 0px solid #999;
	box-sizing: border-box;
	
	}
.logo1{
	width: 140px;
	float: left;
	height: 48px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #FFFFFF;
	}	
.btn_mob{
	display: block;
	height: 58px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/btn_mob.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.btn_mob2{
	display: block;
	height: 58px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/btn_mob2.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}			
.nav1m_menu{
	clear: both;
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	left: 0px;
	top: 60px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 9999;
	padding-top: 0px;
	padding-bottom: 0px;
	}	
.nav1m_menu h3{
	font-size: 14px;
	line-height: 24px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	color: #4F4F56;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
.nav1m_menu h3 a{
	color: #4F4F56;
	text-decoration: none;
	display: block;
	}	
.bc7bgm{
	background-image: url(../images/btn_c7bgm.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 64px;
}
.icon_t{
    display: none;
}	
.icon_tm{
	height: 20px;
	width: 20px;
    padding-top: -2px;
	float: left;
    display: block;
}    
.c1_hid{
	overflow: hidden;
	height: auto;
	width: 100%;
    z-index: 1;
	}  	    
.content1{
	width: 100%;
	height: auto;
	position: relative;
    z-index: 2;
	margin: 0px;
    background-image: url(../images/kv1bgm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
    background-color: #cfd2e0;
	display: block;
    padding-top: 0px;
	padding-bottom: 0%;
    
	}
#kv_bg{
	display: none;
	}
.kv1{
	display: none;
}
.kv1m{
	padding: 0px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
    padding-bottom: 20px;
}
.w1m img,.w2m img,.w3m img,.w4m img{
	height: auto;
	width: 100%;
}
.w1m{
	height: auto;
	width: 200px;
	position: relative;
	z-index: 13;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
	display: block;
	}
.w2m{
	height: auto;
	width: 100%;
	position: relative;
	z-index: 14;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	display: block;
	}	
.w2m h1{
	font-size: 30px;
	line-height: 38px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
    letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}
.w2m h2{
	font-size: 40px;
	line-height: 60px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
    letter-spacing: 4.5px;
	margin: 0px;
	padding: 0px;
}
.w2m h3{
	font-size: 16px;
	line-height: 26px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
    padding-bottom: 20px;
}      
.w3m{
	height: auto;
	width: 90%;
	position: relative;
	z-index: 15;
	margin-right: auto;
	margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
	}  
.w4m{
    height: auto;
	width: 90%;
	position: relative;
	z-index: 15;
	margin-right: auto;
	margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
}
.w4m h2{
    font-size: 40px;
	line-height: 46px;
	font-weight: bolder;
	color: #636477;
	white-space: nowrap;
	margin: 0px;
    position: relative;
    display: block;
    background-image: url(../images/t1bg.png);
	background-repeat: no-repeat;
	background-position: center top;
    padding-bottom: 0px;
    text-align: center;
}
.t1m{
    height: auto;
	width: 84%;
	position: relative;
	margin-left: auto;
    margin-right: auto;
}
.t1boxm{
    height: auto;
	width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    border: 1px solid #d9dce8;
    background-color: #d9dce8;
    border-radius: 20px;
    margin-bottom: 10px;
}
.t1box_date{
    color: #FFFFFF;
	font-size: 18px;
	line-height: 32px;
	padding: 0px;
	height: 32px;
	width: 90px;
	text-align: center;
	display: inline-block;
	font-weight: bolder;
    background-color: #6b77b2;
    border-radius: 5rem; 
}
.t1box_spacer{
	padding: 0px;
	height: 32px;
	width: 90px;
	display: block;
}
.t1boxm h3{
    font-size: 40px;
	line-height: 64px;
	font-weight: bolder;
	color: #6b77b2;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.t1boxm h4{
    font-size: 17px;
	line-height: 27px;
	font-weight: normal;
	color: #636477;
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*------------------------POP UP------------------------*/
#pop1,#pop2,#pop3,#pop4,#pop5,#pop6,#pop7,#pop8,#pop9{
	cursor: pointer;
}
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: block;
}    
.rule_pop2{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: block;
}    
.rule_pop3{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop4{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop5{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop6{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop7{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}    
.rule_pop8{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}  
.rule_pop9{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
	left: 0px;
	top: 0px;
	background-color: rgba(186, 197, 216, 0.7);
	display: none;
}      
.rbox2{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 20px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}
.rbox3{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}  
.rbox4{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}   
.rbox5{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}   
.rbox6{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}  
.rbox7{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
} 
.rbox8{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}  
.rbox9{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
} 
.rbox10{
	height: 84%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 40px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow-y: scroll;
}     
.rclose{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../images/rclose.png);
	background-position: center top;
	background-size: 100% auto;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.rt1 img{
	height: auto;
	width: 100%;
}
.rt1{
	height: auto;
	width: 70%;
	padding-bottom: 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.rt1txt{
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	clear: both;
	position: relative;
    text-align: center;
    color: #636477;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;  
}  
.rt1txt_card{
	height: auto;
	width: 100%;
	padding-bottom: 15px;
	clear: both;
	position: relative;
    text-align: center;
    color: #636477;
	font-size: 24px;
	line-height: 34px;
	font-weight: bolder;
    
}       
.c1_list{
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.banner1{
	position: relative;
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
    background-image: url(../images/card1_popbg.png);
	background-repeat: no-repeat;
	background-position: center center;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.box1_img img{
	height: auto;
	width: 100%;
}    
.box1_img{
	height: auto;
	width: 120px;
	float: none;
    margin-left: auto;
    margin-right: auto;
}
.box1_txt{
	padding-left: 0px;
	padding-top: 10px;
    text-align: center;
}
.box1_txt h2{
	color: #636477;
	font-size: 18px;
	line-height: 25px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    
}
.box1_txt h3{
	color: #636477;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box1_txt h4{
	color: #636477;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box1_txt h5{
	color: #5C6DE5;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.center_m{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
.content2_banner{
   background-color: #cfd2e0;
   background-image: none;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;   
}
.content2_banner_img{
    display: none;
}  
.content2_banner_imgm img{
	height: auto;
	width: 100%;
}      
.content2_banner_imgm{
   height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
    display: block;
}    
.content2{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}    
.w1000{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.content2 h2{
	font-size: 36px;
	line-height: 50px;
	color: #cccccc;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.content2 h3{
	font-size: 20px;
	line-height: 30px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
.banner2 img,.banner2b img{
	height: auto;
	width: 100%;
}
.banner2{
	height: auto;
	width: 100%;
	padding: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.banner2b{
	height: auto;
	width: 100%;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.c2txt25{
	font-size: 16px;
	line-height: 18px;
	font-weight: bolder;
	color: #636477;
	margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;

}  
.c2_nav_n{
	height: auto;
	width: 100%;
	padding-top: 0px;
}
.c2_nav_n ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
    text-align: center;
}
.c2_nav_n li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	list-style-type: none;
} 
.c2mark{
  margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    font-size: 12px;
	color: #767889;
	line-height: 22px;	 
}
.c2mark_ul{
	margin: 0px;
	height: auto;
	width: 96.5%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 3.5%;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 12px;
	color: #767889;
	line-height: 22px;	
    list-style-type:disc;
}
.c2mark_li{
	margin: 0px;
	padding: 0px;
}    
.border_r{
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.bottom_m20{
    padding-bottom: 40px;
} 
.c2_img{
    display: none;
}  
.c2_imgm img{
	height: auto;
	width: 100%;
}    
.c2_imgm{
	height: auto;
	width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c2_img2{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.c2txt12,.c2txt12_left{
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #cccccc;	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    width: 96%;
}
.c2_nav{
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.c2_nav ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.c2_nav li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
}
.c2_list{
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
    text-align: center;
	}
.rt2{
	font-size: 16px;
	line-height: 26px;
	font-weight: bolder;
	color: #636477;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.padding_l20{
    padding-left: 0px;
}
.rt1b img{
	height: auto;
	width: 100%;
}
.rt1b{
	height: auto;
	width: 70%;
	padding-bottom: 5px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}    
.c2tab1{
    width: 100%; 
    margin-top: 10px;
    margin-bottom: 10px;
}
.c2td{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td1{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td1b{
    width: 40px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td2{
    width: 32px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #636477;
    text-align: center;
}
.c2td3{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #636477;
    text-align: justify;
text-justify: distribute;
}
.c2tab2{
    width: 100%; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}    
.c2txt18{
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
word-break: normal;
}
.c2_ol{
	margin: 0px;
	height: auto;
	width: 95%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
text-justify: distribute;
word-break: normal;
    font-size: 12px;
	line-height: 22px;	
}
.c2_ol_li{
	margin: 0px;
	padding: 0px;
}
.c2_ol_ul{
	list-style-type: lower-roman;
	width: 96%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
}
.new_tab1{
    width: 280px; 
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #636477;
    margin-left: auto;
    margin-right: auto;
}
.new_td1{
    font-weight: bolder;
	color: #FFFFFF;
    background-color: #636477;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;   
}
.new_td2{
    font-weight: normal;
	color: #000000;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.new_td2_border{
    font-weight: normal;
	color: #000000;
    padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
    border-right: 1px solid #636477;
    width: 60%;

}    
.content3{
    background-image: none;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.content3_banner_imgm img{
   height: auto;
	width: 100%;
}    
.content3_banner_imgm{
   height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
    display: block;
    position: relative;
    z-index: 2;
   
}
.content3_banner_img{
    display: none;
}
.c3_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 0px;
    padding-bottom: 0px;
	margin: 0px;
    z-index: 3;
}
.box3_img{
	height: auto;
	width: 100%;
    float: none;
}
.box3_box{
	height: auto;
	width: 100%;
	padding-left: 0px;
    padding-bottom: 0px;
}
.box3_box h2{
	color: #636477;
	font-size: 26px;
	line-height: 44px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    text-align: center;
}
.box3_box h3{
	color: #636477;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
     text-align: center;
}
.box3_box h4{
	color: #636477;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
     text-align: center;
}
.padding_b30m{
    padding-bottom: 30px;   
        
    }    
.content4{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
	margin: 0px;
	background-color: #cfd2e0;
    background-image: url(../images/kv2bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 50%;
}
.c4_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 0px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    display: block;
}
.box4_img img{
	height: auto;
    width: 100%;
    }    
.box4_img{
	height: auto;
	width: 80%;
    position:relative;
    z-index: 3;
    top: 0px;
    right: 0px;  
    left: 0px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;    
}
.box4_box{
	height: auto;
	width: 100%;
	padding-left: 0%;
    position:relative;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;    
}
.box4_box h2{
	color: #636477;
	font-size: 30px;
	line-height: 34px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    text-align: center;
}
.box4_box h3{
	color: #636477;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
    text-align: center;
}
.box4_box h5{
	color: #636477;
	font-size: 11px;
	line-height: 21px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: center;
}
.padding-b180{
    padding-bottom: 30px;
} 
.padding_b30{
   padding-bottom: 20px; 
}
.content5{
	background-color: #cfd2e0;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
}    
.c5_banner{
	position: relative;
	height: auto;
	width: 90%;
	padding-top: 0px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    display: block;
}   
.box5_img{
	height: 250px;
	width: 100%;
    position:relative;
    float: none;
    z-index: 3;
    background-image: url(../images/c5img1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% auto;
}
.box5_box{
	height: auto;
	width: 92%;
	padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    float: none;
    z-index: 4;
    box-sizing: border-box;
}
.box5_box h2{
	color: #636477;
	font-size: 22px;
	line-height: 26px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    text-align: center;
}
.box5_box h3{
	color: #636477;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
    text-align: center;
}
.box5_box h4{
	color: #636477;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: center;
}
.box5_box h5{
	color: #636477;
	font-size: 11px;
	line-height: 21px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
    text-align: center;
}    
.content6n{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
}
.content6n_sec{
	background-color: #131313;
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
}
.padding_t50{
    padding-top: 0px;
}  
.padding_b100{
	padding-bottom: 0px;
}	
.box6n_txt h2{
	line-height: 50px;
	color: #cccccc;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: center;
}
.t36{
   font-size: 36px; 
}
.t40{
   font-size: 50px; 
}    
.c6n_banner{
	position: relative;
	height: auto;
	width: 100%;
	padding-top: 20px;
    padding-bottom: 0px;
	margin: 0px;
}
.box6n_img img{
	height: auto;
	width: 100%;
}    
.box6n_img{
	height: auto;
	width: 100%;
    float: none;
    padding-bottom: 30px;
}
.box6n_box{
	height: auto;
	width: 100%;
	padding-left: 0px;
    float: none;
    text-align: center;
}
.box6n_box h2{
	color: #CCCCCC;
	font-size: 28px;
	line-height: 38px;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box6n_box h3{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
    width: 100%;
    height: auto;
}   
.box6n_box h4{
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    text-align: justify;
text-justify: distribute;
    width: 100%;
    height: auto;
}
.padding_t40b{
   padding-top: 20px; 
}    
.c6_ol{
	margin: 0px;
	height: auto;
	width: 95%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
text-justify: distribute;
word-break: normal;
    font-size: 12px;
	line-height: 22px;	
    list-style-type: disc;
}
.c6_ol_li{
	margin: 0px;
	padding: 0px;
}
.c6_ol_ul{
	list-style-type: decimal;
	width: 95.5%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 4.5%;
}   
.c7_ol_ul{
	list-style-type: '✽';
	width: 96%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 4%;
}  
.c6_p{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 12px;
	line-height: 22px;	    
}
.c6_p a{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: justify;
text-justify: distribute;
word-break: normal;    
    font-size: 12px;
	color: #0098ff;
	line-height: 22px;	    
}
.c6_h3{
    margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
text-align: left;
    font-size: 12px;
	line-height: 22px;	
    font-weight: bolder;
    
}
.tab_event{
    width: 100%;
    text-align: center;
}    
.content6{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
    padding-bottom: 90px;
}  
.box6_txt h2{
    font-size: 36px;
	line-height: 50px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
    text-align: center;
    padding-bottom: 30px;
}
.q1t,.q2t,.q3t,.q4t,.q5t,.q6t,.q7t,.q8t,.q9t,.q10t,.q11t,.q12t,.q13t,.q14t,.q15t,.q16t{
	height: auto;
	width: 95%;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	cursor: pointer;
}
.q1t h4,.q2t h4,.q3t h4,.q4t h4,.q5t h4,.q6t h4,.q7t h4,.q8t h4,.q9t h4,.q10t h4,.q11t h4,.q12t h4,.q13t h4,.q14t h4,.q15t h4,.q16t h4{
	margin: 0px;
	padding: 0px;		
	float: left;
	display: block;
	width: 78%;
	margin-left : 0em;
    text-indent : 0em;

}
.qtxt24{
    font-size: 24px;
	line-height: 28px;
    font-weight: bolder;
    padding-right: 8px;
}
.qtxt24b{
    font-size: 24px;
	line-height: 28px;
    font-weight: bolder;
    padding-right: 10px;
}
.qtxt18{
    font-size: 16px;
	line-height: 28px;
    font-weight: bolder;
}
.qtxt12{
    font-size: 12px;
	line-height: 22px;
    font-weight: normal;
}
.icon_mark,.icon_mark2,.icon_mark3,.icon_mark4,.icon_mark5,.icon_mark6,.icon_mark7,.icon_mark8,.icon_mark9,.icon_mark10,.icon_mark11,.icon_mark12,.icon_mark13,.icon_mark14,.icon_mark15{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 28px;
	width: 28px;
    background-image: url(../images/qmark.png);
	background-repeat: no-repeat;
	background-position: center center;	
    padding-top: 8px;
}
.icon_markb,.icon_mark2b,.icon_mark3b,.icon_mark4b,.icon_mark5b,.icon_mark6b,.icon_mark7b,.icon_mark8b,.icon_mark9b,.icon_mark10b,.icon_mark11b,.icon_mark12b,.icon_mark13b,.icon_mark14b,.icon_mark15b{
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 28px;
	width: 28px;
    background-image: url(../images/qmark2.png);
	background-repeat: no-repeat;
	background-position: center center;	
    padding-top: 8px;
}
.q1,.q2,.q3,.q4,.q5,.q6,.q7,.q8,.q9,.q10,.q11,.q12,.q13,.q14,.q15,.q16{		
	height: auto;
	width: 95%;
	padding: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.q1 h4,.q2 h4,.q3 h4,.q4 h4,.q5 h4,.q6 h4,.q7 h4,.q8 h4,.q9 h4,.q10 h4,.q11 h4,.q12 h4,.q13 h4,.q14 h4,.q15 h4,.q16 h4{
	margin: 0px;
	padding: 0px;		
	width: 86%;
	margin-left : 0em;
    text-indent : 0em;
    text-align: justify;
text-justify: distribute;
word-break: normal;

}
.ctype1{
	border-bottom-style: solid;
    border-bottom-width: 1px;
}
.ctype2{
    border-bottom-style: solid;
    border-bottom-width: 0px;
}	
.footer-m{
	display: block;
	height: auto;
	width: 100%;
    z-index: 1;
    position: relative;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 120px;
	padding-left: 0px;
	}
.footer-mcon{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	clear: both;
	float: none;
	}
.footer-m1{
	padding: 0px;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	clear: both;
	float: none;
	height: auto;
	margin: 0px;
	line-height: 50px;
	}
.footer-m2{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
    text-align: center;
	}					
.footer-m3{
	width: 95%;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 18px;
	clear: both;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		





}



