@charset "utf-8";
/* CSS Document */

body {
	background: url("../images/duanwu_body_bg.jpg") no-repeat top;
    background-attachment: fixed;
    background-size: cover;
}
.content_box {
	border:solid 1px #47955f;border-radius:1rem; padding: 2rem 3rem;background-color: rgba(255,255,255,0.6);box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 22;
}
p {color: #666;}
a {color: #116E07; font-weight: bold}
a:hover {color:#AB8004;}
.open_menu_btn {background-color: #eef8f1; border:solid 1px #47955f;}
.open_menu_btn i {color: #317746;}
.open_menu_btn:hover {background-color: #317746;}
.open_menu_btn:hover i {color: #fff;}
.canvi-user-info {background: #44887b;}
.canvi-navbar[data-position=left].is-canvi-open, .canvi-navbar[data-position=left][data-push-content=true] {background-color: #aed9c5;}
ul.canvi-navigation li:hover {background-color: #317746;}
.menu_list .ico_bg:hover{background-color: #fff; color: #ff8f20;}
.menu_list .ico_bg {background-color: #fff; color: #458a7d;}
.menu_list .menu_text {color: #01483b;}
.jr_name {color: #333;}
.myCanvasNav {background: url("../images/duanwu_menu_bg.png") no-repeat bottom; background-size: 100%;}
.jr_dw_contenbox {background: url("../images/duanwu_conten_bg.png") no-repeat; background-size:100%; height: 540px;padding: 3rem; text-align: center;position: relative;}
.jr_dw_contenbox .dt_1,.jr_dw_contenbox .dt_2,.jr_dw_contenbox .jr_dw_dd {font-family: "Microsoft YaHei";}
.jr_dw_contenbox .dt_1 {font-size: 2rem;font-weight: 700;}
.jr_dw_contenbox .dt_2 {font-size: 1.6rem; font-weight: normal;color: #999; line-height: 5rem;}
.jr_dw_contenbox .jr_dw_dd {font-size: 1.6rem;letter-spacing:6px; height: 320px; overflow-y: auto;}
.jr_yw_link {width: 120px; background: #efefef; border: solid 1px #ccc;padding: 5px; border-radius: 5px; color: #888; font-weight: normal;position: absolute; left: 33.3%;bottom: 60px;}
.jr_yw_link:hover {background: #317746; color: #fff;}
.jr_bt_btn {color: #fff; background-color:#44887b;}
.jr_bt_btn:hover {background-color:#2f6a5f;}


@media (max-width:1199px){
	.jr_dw_contenbox {height: 450px;}
	.jr_dw_contenbox .jr_dw_dd {height: 235px}
	.jr_yw_link {left: 33.3%;}
}
@media (max-width:991px){
	.jr_dw_contenbox {height: 510px;}
	.jr_dw_contenbox .dt_1{font-size: 2rem;}
	.jr_dw_contenbox .jr_dw_dd {height: 290px}
	.jr_yw_link {left: 33.3%;}
}
@media (max-width:767px){
	.jr_dw_contenbox {height: 375px;}
	.jr_dw_contenbox .dt_1,.jr_dw_contenbox .dt_2,.jr_dw_contenbox .jr_dw_dd {font-size: 1.6rem;}
	.jr_dw_contenbox {padding: 2rem;}
	.jr_dw_contenbox .dt_2 {line-height: 3rem;font-size: 1.4rem;}
	.jr_dw_contenbox .jr_dw_dd {height: 200px;font-size: 1.4rem;}
	.jr_yw_link {left: 33%;}
}
@media (max-width:575px){
	.jr_dw_contenbox {height: auto; background-size:100% 100%;}
	.jr_dw_contenbox .jr_dw_dd {height: auto; margin-bottom: 100px;}
}