@charset "utf-8";
body {
	background-color: #ffffff;
	background-position: center top;
	font-family: 'Microsoft YaHei', 'Simsun', Arial;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0084e9;
}
ul{list-style: none;}

/*右侧联系*/
.sideTools .toolUl .toolLi {
	box-shadow: 1px 1px 0px #7FC2EC;
	position: relative;
	height: 50px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-size: 12px;
	background-color: #0689db;
	margin-top: 5px;
}
.sideTools .toolUl .toolLi .icon {
	height: 30px;
	line-height: 34px;
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
}
.sideTools .toolUl .toolLi .text {
	text-align: center;
	cursor: pointer;
	color: #fff;
}
@media screen and (max-width: 767px) {
.sideTools{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
}
.sideTools .toolbox {
    display: table;
    height: 100%;
    width: 100%;
}
.sideTools .toolUl {
    display: table-cell;
    vertical-align: middle;
}
.sideTools .toolUl .toolLi {
	width: 50%;
	float: left;
	margin-top: 0;
}
.sideTools .toolUl .toolLi:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #7FC2EC;
	display: block;
	content: "";
}
}
.sideTools {
	display: block;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    top: auto;
}

@media screen and (max-width: 767px) {
.sidebar {
	display: none;
	
}
}
@media screen and (min-width: 767px) {
.sideTools{
	display: none;
}
}

.sidebar { position: fixed; bottom: 55px; right: 55px; z-index: 999; width: 60px;}
.sidebar ul li { margin-top: 15px;}
.sidebar ul li a { display: block; width: 60px; height: 32px; padding: 14px 0; font-size: 14px; line-height: 16px; color: #fff; text-align: center; background: #488aff; background: linear-gradient(#669dff,#4085ff); border-radius: 50%;}
.sidebar ul li:hover a { background: linear-gradient(#4085ff,#669dff);}
.sidebar ul .sidebar-top a { width: 58px; height: 58px; padding: 0; line-height: 58px; background: #eee; border: 1px solid #e0e0e0;}
.sidebar ul .sidebar-top .iconfont { font-size: 32px; color: #bbb; text-align: center;}
.sidebar ul .sidebar-top:hover a { background: #eaeaea; border: 1px solid #ddd; color: #aaa;}
.sidebar-contact-wrap { position: fixed; top: 0; right: -400px; bottom: 0; z-index: 99999; width: 285px; background: #fff; box-shadow: 0 0 16px rgba(0,0,0,.13); transition: all .3s;}
.sidebar-contact-content { padding: 25px 30px 20px;}
.sidebar-contact-content .close-btn { padding-bottom: 15px; line-height: 1; text-align: right;}
.sidebar-contact-content .close-btn .iconfont { font-size: 30px; color: #888; cursor: pointer;}
.sidebar-contact-content .contact-type .text { font-size: 14px; line-height: 24px; color: #666;}
.sidebar-contact-content .contact-type .iconfont { margin-right: 5px; font-size: 26px; color: #8bb5ff; vertical-align: middle;}
.sidebar-contact-content .contact-type .tel, .sidebar-contact-content .contact-type .qq {font-size: 20px; line-height: 33px; color: #333;}
.sidebar-contact-content .wx-code { position: absolute; right: 0;padding-top: 30px; left: 0;}
.sidebar-contact-content .wx-code img { width: 120px; height: 120px; margin: 0 0 40px 15px;}
.sidebar-contact-content .wx-code p { font-size: 14px; color: #666; text-align: center;}
/*右侧联系  end*/
/* grid.1.1.css */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
	height: 258px;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	float: left;
}
.span12 {
	width: 100%;
}
.span11 {
	width: 91.66666667%;
}
.span10 {
	width: 83.33333333%;
}
.span9 {
	width: 75%;
}
.span8 {
	width: 66.66666667%;
}
.span7 {
	width: 58.33333333%;
}
.span6 {
	width: 50%;
}
.span5 {
	width: 41.66666667%;
}
.span4 {
	width: 33.33333333%;
}
.span3 {
	width: 25%;
}
.span2 {
	width: 16.66666667%;
}
.span1 {
	width: 8.33333333%;
}
 @media screen and (max-width: 1199px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
}
@media screen and (max-width: 960px) {
.col-xm-1, .col-xm-2, .col-xm-3, .col-xm-4, .col-xm-5, .col-xm-6, .col-xm-7, .col-xm-8, .col-xm-9, .col-xm-10, .col-xm-11, .col-xm-12 {
	float: left;
}
.col-xm-12 {
	width: 100%;
}
.col-xm-11 {
	width: 91.66666667%;
}
.col-xm-10 {
	width: 83.33333333%;
}
.col-xm-9 {
	width: 75%;
}
.col-xm-8 {
	width: 66.66666667%;
}
.col-xm-7 {
	width: 58.33333333%;
}
.col-xm-6 {
	width: 50%;
}
.col-xm-5 {
	width: 41.66666667%;
}
.col-xm-4 {
	width: 33.33333333%;
}
.col-xm-3 {
	width: 25%;
}
.col-xm-2 {
	width: 16.66666667%;
}
.col-xm-1 {
	width: 8.33333333%;
}
}
@media screen and (max-width: 767px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
}
@media screen and (max-width: 479px) {
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
}
.column {
	min-height: 1px;
}
.mmenu-nav {
	display: none;
}
.sharebox {
	position: fixed;
	visibility: hidden;
	width: 220px;
	z-index: 300;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sharebox.on {
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sharebox .shd {
	position: relative;
	background-color: #333;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.sharebox .shd span {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: inherit;
	opacity: .8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sharebox .shd span:before {
	content: "";
	width: 2px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -10px;
}
.sharebox .shd span:after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -1px;
}
.sharebox .sbd {
	clear: both;
	overflow: hidden;
	padding: 1em;
}
.sharebox .sbd a {
	display: block;
	float: left;
	margin: 1em;
}
@media screen and (max-width: 479px) {
.sharebox {
	width: 100%;
}
}

/* base.css */
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
	font-size: 62.5%;
}

body, form, iframe {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align: middle;
}


input, textarea, select, button {
	outline: none;
	vertical-align: middle;
	font-size: inherit;
	font-family: inherit;
}
textarea {
	resize: none;
	overflow-y: auto;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	cursor: pointer;
	-webkit-appearance: none;
}
hr {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0;
	color: #ddd;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.dede_pages {
	text-align: center;
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0px auto 20px;
	overflow: hidden;
}
.dede_pages ul {
	padding: 9px 0px 9px 16px;
	text-align: center;
}
.dede_pages ul li {
	float: left;
	font-family: Tahoma;
	line-height: 28px;
	margin-right: 6px;
	padding: 0px 8px;
	list-style: none;
	border: 1px solid #E9E9E9;
}
.dede_pages ul li select {
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.dede_pages ul li a {
	float: left;
	color: #555;
	display: block;
	padding: 0px 8px;
	line-height: 28px;
}
.dede_pages ul li a:hover {
	color: #690;
	text-decoration: none;
	line-height: 28px;
	padding: 0px 8px;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color: #F8F8F8;
	padding: 0px 8px 0px;
	font-weight: bold;
}
.dede_pages .pageinfo {
	line-height: 28px;
	padding: 12px 10px 12px 16px;
	color: #999;
}
.dede_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}
.reset, .reset dt, .reset dd {
	padding: 0;
	margin: 0;
	list-style: none;
}
.clearfix:before {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}
.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.hide {
	display: none;
}
.show {
	display: block;
}
#dituContent img {
	max-width: none;
}
.container {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.rowFluid {
	clear: both;
}
.rowFluid:before, .rowFluid:after, .pluginWrapper:before, .pluginWrapper:after, .column:before, .column:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}
.pluginContent {
	height: inherit;
}
/* 模态对话框 */
.dialogLockScreen {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 600;
	width: 100%;
	height: 100%;
	background: #000;
	filter: Alpha(Opacity=60);
	opacity: .6;
}
.modalDialog {
	position: absolute;
	z-index: 601;
	background: #fff;
	box-shadow: 2px 2px 5px #000;
	color: #666;
}
.modalDialog .dialogTitle {
	height: 34px;
	line-height: 34px;
	padding-left: 20px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	background: #f6f6f6;
}
.modalDialog .dialogMain {
	overflow-y: auto;
}
.modalDialog .dialogButtons {
	height: 44px;
	border-top: 1px solid #ccc;
	background: #f6f6f6;
	text-align: right;
}
.modalDialog .dialogButtons span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-top: 9px;
	padding: 0 20px;
	background: #0084e9;
	border: 1px solid #0376cd;
	cursor: pointer;
	color: #fff;
	margin-right: 20px;
}
.modalDialog .dialogButtons span:hover {
	background: #0174cc;
	border-color: #0168b7;
}
.modalDialog .dialogLoader {
	height: 100%;
	min-height: 130px;
	background: url(../images/loading_32_1.gif) no-repeat center center;
}
/* 手机版菜单 */
.mobileMenuBtn {
	position: fixed;
	right: 8px;
	top: 20px;
	height: 32px;
	line-height: 32px;
	color: #999;
	background: url(../images/m_menu_bg.png) no-repeat;
	width: 52px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	z-index: 6003;
	border-radius: 3px;
	display: none;
}
.mobileMenuBtn:hover {
	background-color: #ddd;
}
.mobileMenuBtn i {
	display: none;
}
.mobileMenu {
	position: fixed;
	left: -200px;
	top: 0;
	z-index: 6005;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #333;
	height: 100%;
	width: 200px;
	-webkit-transition: left .3s ease-in;
	transition: left .3s ease-in;
}
.mobileMenu ul {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	-webkit-transition: left .3s ease-in;
	transition: left .3s ease-in;
}
.mobileMenu ul li {
	border-bottom: 1px solid #222;
	overflow: hidden;
}
.mobileMenu ul li a {
	display: block;
	width: 80%;
	float: left;
	text-indent: 15px;
	color: #fff;
	height: 36px;
	line-height: 36px;
}
.mobileMenu ul li a:active {
	background-color: #222;
}
.mobileMenu ul li a i {
	text-indent: 0;
}
.mobileMenu ul li .openChild {
	cursor: pointer;
	display: block;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	border-left: 1px solid #222;
	width: 20%;
	font-size: 20px;
	text-align: center;
	float: right;
}
.mobileMenu ul li .openChild:active {
	background-color: #222;
}
.mobileMenu ul li ul {
	left: 100%;
}
/* 表单默认样式 */
.button {
	border: none;
	height: 38px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	background: #0084e9;
	color: #fff;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.button:hover {
	background: #428bca;
}
.text-btn {
	color: #f60;
}
.input-text {
	border: 1px solid #ddd;
	background: #fff;
	margin: 0;
	box-sizing: border-box;
	font-size: 14px;
	height: 38px;
	line-height: 2;
	padding: 5px 5px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.input-text:focus {
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	border: 1px solid #66afe9;
}
.textarea {
	border: 1px solid #ddd;
	background: #fff;
	margin: 0;
	box-sizing: border-box;
	font-size: 14px;
	padding: 5px 5px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.textarea:focus {
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	border: 1px solid #66afe9;
}
.select {
	border: 1px solid #ddd;
	height: 36px;
}
.checkbox-group, .radio-group {
	border: 1px solid #ddd;
	height: 36px;
}
.input-error, .input-error:focus {
	box-shadow: 0 0 8px rgba(255,0,0,.4);
	border: 1px solid #c00;
}
.img-captcha {
	width: 104px;
	height: 38px;
	cursor: pointer;
}
.required {
	color: #c00;
}
.msg-error {
	color: #c00;
}
.input-row {
	display: table;
	border-collapse: separate;
}
.input-caption {
	box-sizing: border-box;
}
/* 侧边菜单 */
.sideMenuCheckbox {
	display: none;
}
.sideMenuCheckbox+.small {
	display: none;
}
.sideMenuCheckbox:checked+.small {
	display: block;
}

/* 灯箱 */
.lightWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6200;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	overflow: hidden;
}
.lightWrap .closeLightBox {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 10px;
	font-size: 30px;
	color: #fff;
	line-height: 1;
}
.lightWrap .item {
	text-align: center;
	position: relative;
}
.lightWrap .item img {
	max-width: 100%;
	max-height: 100%;
}
.lightWrap .item .title {
	position: absolute;
	line-height: 1.6;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,.4);
	color: #fff;
	padding: 10px 0;
}
.lightWrap .loading {
	background: url(../images/loader.gif) no-repeat center center;
}
.lightWrap .owl-prev, .lightWrap .owl-next {
	position: absolute;
	width: 40px;
	text-align: center;
	font-size: 46px;
	color: #fff;
	top: 50%;
	margin-top: -35px;
	background: rgba(0,0,0,.4);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.lightWrap .owl-prev {
	left: -60px;
}
.lightWrap .owl-next {
	right: -60px;
}
.lightWrap:hover .owl-buttons .owl-prev {
	left: 10px;
}
.lightWrap:hover .owl-buttons .owl-next {
	right: 10px;
}
/* member register */
.register-wrapper {
	width: 96%;
	max-width: 360px;
	margin: 60px auto;
}
.register-wrapper .input-row {
	width: 100%;
	margin-top: 20px;
}
.register-wrapper .input-caption {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	background: #eee;
	padding: 5px 10px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-right: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.register-wrapper .input-text, .register-wrapper .textarea, .register-wrapper .select, .register-wrapper .checkbox-group, .register-wrapper .radio-group {
	display: table-cell;
	vertical-align: middle;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.register-wrapper .input-captcha {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.register-wrapper .img-captcha {
	height: 36px;
}
.register-wrapper .input-captcha-img {
	display: table-cell;
	overflow: hidden;
	width: 1%;
	border: 1px solid #ddd;
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.register-wrapper .checkbox, .register-wrapper .radio {
	margin-left: 5px;
}
.register-wrapper .required {
	margin-right: 5px;
}
/* member login */
.login-wrapper {
	width: 96%;
	max-width: 360px;
	margin: 60px auto;
}
.login-wrapper .input-row {
	width: 100%;
	margin-top: 20px;
}
.login-wrapper .input-caption {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	background: #eee;
	padding: 5px 10px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-right: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.login-wrapper .input-text, .login-wrapper .textarea, .login-wrapper .select, .login-wrapper .checkbox-group, .login-wrapper .radio-group {
	display: table-cell;
	vertical-align: middle;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.login-wrapper .input-captcha {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.login-wrapper .img-captcha {
	height: 36px;
}
.login-wrapper .input-captcha-img {
	display: table-cell;
	overflow: hidden;
	width: 1%;
	border: 1px solid #ddd;
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.login-wrapper .checkbox, .login-wrapper .radio {
	margin-left: 5px;
}
.login-wrapper .required {
	margin-right: 5px;
}
 @media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 767px) {
.mobileMenuBtn {
	display: block;
}
}
@media only screen and (max-width: 767px) {
#toTop {
	display: none;
}
}
@media only screen and (max-width: 479px) {
}


#el_6513352613565016 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_6513352613565016 {
	display: none;
}
}
#el_6742193440783257 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_6742193440783257 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#el_8980350940685013 {
	line-height: 1;
}
#el_8161314318643756 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_8161314318643756 {
	display: none;
}
}
#el_6948540752267227 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_7742742140557153 {
	text-align: left;
}
#el_5156429983458973 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_5156429983458973 {
	display: none;
}
}
#el_2290500918346184 {
	background-color: #ffffff;
}
#el_7002126261276843 {
	padding-top: 15px;
	padding-bottom: 15px;
}
#el_2641313051817364 {
	line-height: 36px;
}
#el_8588176111422649 {
	text-align: right;
	line-height: 1;
}
@media screen and (max-width:767px) {
#el_8588176111422649 {
	margin-top: 20px;
	text-align: center;
}
}
#el_1758545532623316 {
	background-color: #f5f5f5;
}
@media screen and (max-width:767px) {

}
#el_7182277356383032 {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_7182277356383032 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_3402158079523861 {
	margin-right: 30px;
}
@media screen and (max-width:767px) {
#el_3402158079523861 {
	margin-right: 0px;
}
}
@media screen and (max-width:767px) {
#el_3254291423296121 {
	margin-top: 20px;
}
}
#el_4496460810677915 {
	background-color: #ffffff;
	border-top: 2px solid #3eadf2;
}
#el_3593110524362532 {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 30px;
	text-align: center;
}
@media screen and (max-width:767px) {
#el_3593110524362532 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
}
@media screen and (max-width:767px) {
#el_8981637518521356 {
	display: none;
}
}
#el_3943806865307573 {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media screen and (max-width:960px) {
#el_3943806865307573 {
	padding-top: 30px;
	padding-bottom: 60px;
}
}
@media screen and (max-width:767px) {
#el_3943806865307573 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_7059292388293167 {
	background-image: url(../images/201604191461059463482408.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}
#el_2489175951095710 {
	text-align: center;
}
#el_1532200710015085 {
	border-bottom: 1px dashed #d4d4d4;
	padding-bottom: 30px;
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_1532200710015085 {
	padding-bottom: 0px;
	margin-top: 0px;
}
}
#el_3116184586651817 {
	padding-top: 20px;
}
@media screen and (max-width:960px) {
#el_3116184586651817 {
	padding-top: 0px;
}
}
@media screen and (max-width:767px) {
#el_3116184586651817 {
	padding-top: 10px;
}
}
#el_6513261078314898 {
	padding-bottom: 30px;
	border-bottom: 1px dashed #d4d4d4;
	padding-top: 40px;
}
@media screen and (max-width:767px) {
#el_6513261078314898 {
	padding-top: 0px;
	padding-bottom: 0px;
}
}
#el_6499883886971265 {
	padding-top: 20px;
}
@media screen and (max-width:960px) {

}
#el_2387713567538425 {
	padding-bottom: 40px;
	border-bottom: 1px dashed #d4d4d4;
	padding-top: 40px;
}
@media screen and (max-width:767px) {
#el_2387713567538425 {
	padding-top: 10px;
	padding-bottom: 0px;
}
}
#el_1637197550648524 {
	padding-top: 20px;
}
#el_3689152488091506 {
	padding-top: 40px;
}
@media screen and (max-width:767px) {
#el_3689152488091506 {
	padding-top: 0px;
}
}
#el_7413346637103846 {
	padding-top: 20px;
}
@media screen and (max-width:767px) {
#el_7413346637103846 {
	padding-top: 10px;
}
}
#el_8555446029777584 {
	margin-top: 60px;
}
@media screen and (max-width:767px) {
#el_8555446029777584 {
	margin-top: 20px;
}
}
#el_2280577426404581 {
	background-image: url(../images/201604201461123051818635.jpg);
}
@media screen and (max-width:767px) {
}
#el_6470375780653054 {
	padding-top: 36px;
	padding-bottom: 60px;
}
@media screen and (max-width:767px) {
#el_6470375780653054 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

#el_8440892124538822 {
	margin-top: 40px;
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
#el_8440892124538822 {
	margin-top: 20px;
}
}
@media screen and (max-width:767px) {

}
#el_8707681675273411 {
	margin-left: 40px;
}
@media screen and (max-width:767px) {
#el_8707681675273411 {
	margin-left: 0px;
	margin-top: 10px;
}
}
#el_5291216978728749 {
	padding-top: 36px;
	padding-bottom: 60px;
}
@media screen and (max-width:767px) {
#el_5291216978728749 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_7237852519105991 {
	margin-right: 30px;
}
@media screen and (max-width:767px) {
#el_7237852519105991 {
	margin-right: 0px;
}
}
@media screen and (max-width:767px) {
#el_2984105681736935 {
	margin-top: 20px;
}
}
#el_8519148831815913 {
	margin-top: 36px;
}
@media screen and (max-width:767px) {
#el_8519148831815913 {
	margin-top: 20px;
}
}
@media screen and (max-width:767px) {
}
#el_6704448114308228 {
	background-image: url(../images/201604201461136316534849.jpg);
	min-height: 200px;
}
@media screen and (max-width:767px) {
#el_6704448114308228 {
	display: none;
}
}
@media screen and (max-width:479px) {
#el_4652454557492274 {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media screen and (max-width:767px) {

}
@media screen and (max-width:767px) {

}
@media screen and (max-width:479px) {
}
#el_4866597346634209 {
	padding-top: 46px;
}
@media screen and (max-width:479px) {
#el_4866597346634209 {
	padding-top: 10px;
}
}
#el_1385461577814735 {
	padding-top: 36px;
	padding-bottom: 60px;
}
@media screen and (max-width:767px) {
#el_1385461577814735 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_8783236066827957 {
	margin-right: 20px;
}
@media screen and (max-width:767px) {
#el_8783236066827957 {
	margin-right: 0px;
}
}
#el_5060325930883495 {
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (max-width:767px) {
#el_5060325930883495 {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 15px;
}
}
#el_6640878044798987 {
	margin-left: 20px;
}
@media screen and (max-width:767px) {
#el_6640878044798987 {
	margin-left: 0px;
	margin-top: 15px;
	display: none;
}
}
#el_8049592979991351 {
	margin-top: 36px;
}
@media screen and (max-width:767px) {
#el_8049592979991351 {
	display: none;
}
}
#el_5705821255063035 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_5705821255063035 {
	padding-bottom: 50px;
}
}
#el_8107577340335166 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_8107577340335166 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_3518541912025455 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_3518541912025455 {
	margin-top: 0px;
}
}
#el_7028267421891571 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_7028267421891571 {
	display: none;
}
}
#el_5365500973512904 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_5365500973512904 {
	display: none;
}
}
#el_6863729322015648 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_6863729322015648 {
	display: none;
}
}
#el_6706310413117760 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_6706310413117760 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#el_4672558214783152 {
	line-height: 1;
}
#el_8547299164328154 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_8547299164328154 {
	display: none;
}
}
#el_5196580775254559 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_4473181110146475 {
	text-align: left;
}
#el_5389840062335464 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_5389840062335464 {
	display: none;
}
}
#el_3974672777776829 {
	background-color: #3dadf3;
}
#el_8439151065227512 {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media screen and (max-width:960px) {
#el_8439151065227512 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_8082432165933427 {
	margin-right: 30px;
}
@media screen and (max-width:960px) {
#el_8082432165933427 {
	margin-right: 20px;
}
}
@media screen and (max-width:767px) {
#el_8082432165933427 {
	margin-right: 0px;
}
}
#el_5499118566276553 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-top: 34px;
}
@media screen and (max-width:960px) {
#el_5499118566276553 {
}
}
@media screen and (max-width:767px) {
#el_5499118566276553 {
	display: none;
}
}
#el_2764782457471358 {
}
@media screen and (max-width:960px) {
#el_2764782457471358 {
}
}
@media screen and (max-width:767px) {
#el_2764782457471358 {
	margin-top: 10px;
}
}
#el_5126698452205120 {
	border-top: 2px solid #0689db;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#el_6243531662703480 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_6243531662703480 {
	padding-bottom: 50px;
}
}
#el_2914223815975477 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_2914223815975477 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_2926670158427921 {
}
#el_8064624470682205 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_8064624470682205 {
	margin-top: 0px;
}
}
#el_6095814281158709 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_6095814281158709 {
	display: none;
}
}
#el_3440439059232659 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_3440439059232659 {
	display: none;
}
}
#el_1566370458914265 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_1566370458914265 {
	display: none;
}
}
#el_5829776751978310 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_5829776751978310 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#el_7958829089912083 {
	line-height: 1;
}
#el_5613548961534691 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_5613548961534691 {
	display: none;
}
}
#el_2620588141973715 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_7268296036154389 {
	text-align: left;
}
#el_3914738361795292 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_3914738361795292 {
	display: none;
}
}
#el_2323113577845186 {
	background-color: #3dadf3;
}
#el_2720430539937260 {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media screen and (max-width:960px) {
#el_2720430539937260 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_6703463347817736 {
	margin-right: 30px;
}
@media screen and (max-width:960px) {
#el_6703463347817736 {
	margin-right: 20px;
}
}
@media screen and (max-width:767px) {
#el_6703463347817736 {
	margin-right: 0px;
}
}
#el_5805425564628206 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-top: 34px;
}
@media screen and (max-width:960px) {
#el_5805425564628206 {
}
}
@media screen and (max-width:767px) {
#el_5805425564628206 {
	display: none;
}
}
#el_4084217141527477 {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
@media screen and (max-width:960px) {
#el_4084217141527477 {
}
}
@media screen and (max-width:767px) {
#el_4084217141527477 {
	margin-top: 10px;
}
}
#el_1884462441848201 {
	border-top: 2px solid #0689db;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#el_1152261275188108 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_1152261275188108 {
	padding-bottom: 50px;
}
}
#el_2096833718321859 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_2096833718321859 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_6101236461168064 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_6101236461168064 {
	margin-top: 0px;
}
}
#el_1032884719277905 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_1032884719277905 {
	display: none;
}
}
#el_1318363717473098 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_1318363717473098 {
	display: none;
}
}
#el_3525417618691424 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_3525417618691424 {
	display: none;
}
}
#el_8634544032506589 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_8634544032506589 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#el_2959134719566805 {
	line-height: 1;
}
#el_4883655652974604 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_4883655652974604 {
	display: none;
}
}
#el_7510598664726484 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_7454892684502765 {
	text-align: left;
}
#el_2422593986966898 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_2422593986966898 {
	display: none;
}
}
#el_6329530725518093 {
	background-color: #3dadf3;
}
#el_7022648031065716 {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media screen and (max-width:767px) {
#el_7022648031065716 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_1219893047328547 {
	margin-right: 30px;
}
@media screen and (max-width:960px) {
#el_1219893047328547 {
	margin-right: 20px;
}
}
@media screen and (max-width:767px) {
#el_1219893047328547 {
	margin-right: 0px;
}
}
#el_5299616448324547 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-top: 34px;
}
@media screen and (max-width:960px) {
#el_5299616448324547 {
	display: none;
}
}
#el_7296707983396256 {
}
@media screen and (max-width:767px) {
#el_7296707983396256 {
	margin-top: 10px;
}
}
#el_5826805137221427 {
}
#el_8577755356893039 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 2px solid #0689db;
}
@media screen and (max-width:479px) {
#el_5993871187773231 {
}
}
#el_6872152757757438 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_6872152757757438 {
	padding-bottom: 50px;
}
}
#el_3319897128125664 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_3319897128125664 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_1790108747038998 {
}
#el_8180335667708812 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_8180335667708812 {
	margin-top: 0px;
}
}
#el_8214455237165607 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_8214455237165607 {
	display: none;
}
}
#el_4073196571325762 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_4073196571325762 {
	display: none;
}
}
#el_1501856181966909 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_1501856181966909 {
	display: none;
}
}
#el_7383104772335995 {
}
#el_3552477844827782 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_3552477844827782 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#el_2448489068052924 {
	line-height: 1;
}
#el_8699372566023581 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_8699372566023581 {
	display: none;
}
}
#el_8757557746115972 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_8468183482976129 {
	text-align: left;
}
#el_3516818469896890 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_3516818469896890 {
	display: none;
}
}
#el_8065761826424705 {
	background-color: #3dadf3;
}
#el_8568268448802353 {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media screen and (max-width:960px) {
#el_8568268448802353 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_7527625515386738 {
}
#el_4158678077978447 {
	margin-right: 30px;
}
@media screen and (max-width:960px) {
#el_4158678077978447 {
	margin-right: 20px;
}
}
@media screen and (max-width:767px) {
#el_4158678077978447 {
	margin-right: 0px;
}
}
#el_5695208419361017 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-top: 34px;
}
@media screen and (max-width:960px) {
#el_5695208419361017 {
}
}
@media screen and (max-width:767px) {
#el_5695208419361017 {
	display: none;
}
}
#el_8330238575465135 {
}
@media screen and (max-width:960px) {
#el_8330238575465135 {
}
}
@media screen and (max-width:767px) {
#el_8330238575465135:hover {
}
#el_8330238575465135 {
	margin-top: 10px;
}
}
#el_8145663137622941 {
	border-bottom: 2px solid #0689db;
}
@media screen and (max-width:479px) {
#el_6711114368624593 {
}
}
#el_4126306153288665 {
}
#el_3861381240307639 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_3861381240307639 {
	padding-bottom: 50px;
}
}
#el_7348775178586970 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_7348775178586970 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_7190800933143174 {
}
#el_5682180546996694 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_5682180546996694 {
	margin-top: 0px;
}
}
#el_2696792648453893 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_2696792648453893 {
	display: none;
}
}
#el_4066745027178276 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_4066745027178276 {
	display: none;
}
}
#el_8824292517633342 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_8824292517633342 {
	display: none;
}
}
#el_2918628863155312 {
}
#el_3577482041412481 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_3577482041412481 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#el_6205631727067542 {
	line-height: 1;
}
#el_7716267769084154 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_7716267769084154 {
	display: none;
}
}
#el_3772191386326014 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_5088307911946111 {
	text-align: left;
}
#el_3563546319497373 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_3563546319497373 {
	display: none;
}
}
#el_5681865263756389 {
	background-color: #3dadf3;
}
#el_3020157636117557 {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media screen and (max-width:767px) {
#el_3020157636117557 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_8354531420103615 {
	margin-right: 30px;
}
@media screen and (max-width:960px) {
#el_8354531420103615 {
	margin-right: 20px;
}
}
@media screen and (max-width:767px) {
#el_8354531420103615 {
	margin-right: 0px;
}
}
#el_4104607962867768 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-top: 34px;
}
@media screen and (max-width:960px) {
#el_4104607962867768 {
}
}
@media screen and (max-width:767px) {
#el_4104607962867768 {
	display: none;
}
}
#el_2666456734183036 {
}
@media screen and (max-width:767px) {
#el_2666456734183036 {
	margin-top: 10px;
}
}
#el_1380347937455350 {
}
#el_4261587123205373 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 2px solid #0689db;
}
#el_7147146859863753 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_7147146859863753 {
	padding-bottom: 50px;
}
}
#el_6540191560463029 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_6540191560463029 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_3293124843858148 {
}
#el_8598313239677301 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_8598313239677301 {
	margin-top: 0px;
}
}
#el_2595456669743599 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_2595456669743599 {
	display: none;
}
}
#el_5377779931044898 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_5377779931044898 {
	display: none;
}
}
#el_8504250448331009 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_8504250448331009 {
	display: none;
}
}
#el_6912525933348997 {
}
#el_4185575975221597 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_4185575975221597 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#el_2646689134217967 {
	line-height: 1;
}
#el_7815623952424058 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_7815623952424058 {
	display: none;
}
}
#el_1238217633303117 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_7236794169805904 {
	text-align: left;
}
#el_7281283640883116 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_7281283640883116 {
	display: none;
}
}
#el_1601640529943681 {
	background-color: #3dadf3;
}
#el_8099836947592750 {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media screen and (max-width:767px) {
#el_8099836947592750 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_4518625947387334 {
	margin-right: 30px;
}
@media screen and (max-width:960px) {
#el_4518625947387334 {
	margin-right: 20px;
}
}
@media screen and (max-width:767px) {
#el_4518625947387334 {
	margin-right: 0px;
}
}
#el_3558209848978034 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-top: 34px;
}
@media screen and (max-width:960px) {
#el_3558209848978034 {
}
}
@media screen and (max-width:767px) {
#el_3558209848978034 {
	display: none;
}
}
#el_8289406614104113 {
}
@media screen and (max-width:767px) {
#el_8289406614104113 {
	margin-top: 10px;
}
}
#el_4976371285076801 {
}
#el_2707681020314839 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 2px solid #0689db;
}
#el_8293163659268802 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_8293163659268802 {
	padding-bottom: 50px;
}
}
#el_7352700770405090 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_7352700770405090 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_4116708667645825 {
}
#el_1812291973698655 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_1812291973698655 {
	margin-top: 0px;
}
}
#el_1532622135961907 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_1532622135961907 {
	display: none;
}
}
#el_5935294537434591 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_5935294537434591 {
	display: none;
}
}
#el_5246801826661655 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_5246801826661655 {
	display: none;
}
}
#el_7600732088841755 {
}
#el_6843288837986215 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_6843288837986215 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#el_5681259051367825 {
	line-height: 1;
}
#el_1705294771887332 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_1705294771887332 {
	display: none;
}
}
#el_4927785776927839 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_1168212925112800 {
	text-align: left;
}
#el_8681125561318235 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_8681125561318235 {
	display: none;
}
}
#el_8246253723085141 {
	background-color: #3dadf3;
}
#el_6546678026552768 {
	padding-top: 40px;
	padding-bottom: 60px;
}
@media screen and (max-width:960px) {
#el_6546678026552768 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_4147872816053326 {
	margin-right: 30px;
}
@media screen and (max-width:960px) {
#el_4147872816053326 {
}
}
@media screen and (max-width:767px) {
#el_4147872816053326 {
	margin-right: 0px;
}
}
#el_1595240762625582 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-top: 34px;
}
@media screen and (max-width:960px) {
#el_1595240762625582 {
	display: none;
}
}
#el_3501597270827592 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-top: 34px;
}
@media screen and (max-width:960px) {
#el_3501597270827592 {
	display: none;
}
}
#el_8102622628714459 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-top: 34px;
}
@media screen and (max-width:960px) {
#el_8102622628714459 {
	display: none;
}
}
#el_2655692270627705 {
	background-image: url(../images/201604211461222982284612.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#el_3844765747821582 {
}
@media screen and (max-width:960px) {
#el_3844765747821582 {
	margin-top: 10px;
}
}
#el_5327103040201166 {
}
#el_1892306915733326 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 2px solid #0689db;
	padding-bottom: 60px;
}
@media screen and (max-width:767px) {
#el_1892306915733326 {
	padding-bottom: 20px;
}
}
#el_3242428017507407 {
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (max-width:767px) {
#el_3242428017507407 {
	padding-right: 10px;
	padding-left: 10px;
}
}
#el_5593205851107733 {
	margin-top: 20px;
}
#el_6146883361497090 {
	line-height: 1.8;
}
@media screen and (max-width:479px) {
#el_6146883361497090 {
}
}
#el_2778757422514518 {
}
@media screen and (max-width:767px) {
#el_2778757422514518 {
}
}
#el_5287255055596881 {
	margin-left: 20px;
}
@media screen and (max-width:767px) {
#el_5287255055596881 {
	margin-left: 0px;
}
}
#el_4320529372043847 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_4320529372043847 {
	padding-bottom: 50px;
}
}
#el_1495892282526619 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_1495892282526619 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_1983756128063495 {
}
#el_1039770635227486 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_1039770635227486 {
	margin-top: 0px;
}
}
#el_6863305221047288 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_6863305221047288 {
	display: none;
}
}
#el_3861819578948643 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_3861819578948643 {
	display: none;
}
}
#el_1745718542673564 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_1745718542673564 {
	display: none;
}
}
#el_2814687337962750 {
}
#el_1466862914905261 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_1466862914905261 {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
#el_1985373124231408 {
	line-height: 1;
}
#el_1269895910166624 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_1269895910166624 {
	display: none;
}
}
#el_8669619326876748 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_6848762786528540 {
	text-align: left;
}
#el_2773831889573429 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_2773831889573429 {
	display: none;
}
}
#el_1769742246573610 {
	background-color: #3dadf3;
}
#el_1542257729343937 {
	padding-top: 40px;
	padding-bottom: 60px;
}
#el_8571748733876328 {
	margin-right: 30px;
}
@media screen and (max-width:960px) {
#el_8571748733876328 {
	margin-right: 0px;
}
}
#el_2520310922534304 {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#el_7017449580892648 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_7017449580892648 {
	padding-bottom: 50px;
}
}
#el_5224692462196944 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_5224692462196944 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_5469564876981696 {
}
#el_3474373665472602 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_3474373665472602 {
	margin-top: 0px;
}
}
#el_6684738927568745 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_6684738927568745 {
	display: none;
}
}
#el_2059728343453529 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_2059728343453529 {
	display: none;
}
}
#el_8013512362683572 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_8013512362683572 {
	display: none;
}
}
#el_7852322950334150 {
}
#el_2787537422892655 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_2787537422892655 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#el_1437574883896859 {
	line-height: 1;
}
#el_1216861243887627 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_1216861243887627 {
	display: none;
}
}
#el_8020595217936486 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_3051789448916473 {
	text-align: left;
}
#el_5047116619782878 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_5047116619782878 {
	display: none;
}
}
#el_2744516947694594 {
	margin-top: 40px;
	margin-bottom: 40px;
}
@media screen and (max-width:767px) {
#el_2744516947694594 {
	margin-top: 20px;
	margin-bottom: 20px;
}
}
#el_5593437734153798 {
	border-bottom: 2px solid #0689db;
	padding-bottom: 5px;
}
#el_3335790054087977 {
	text-align: right;
	line-height: 1;
}
#el_1439769610561000 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_1439769610561000 {
	padding-bottom: 50px;
}
}
#el_1299453763872252 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_1299453763872252 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_7458800959242675 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_7458800959242675 {
	margin-top: 0px;
}
}
#el_2673759913925139 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_2673759913925139 {
	display: none;
}
}
#el_8965714570417230 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_8965714570417230 {
	display: none;
}
}
#el_5349231521193725 {
	background-color: #f8f8f8;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
#el_5349231521193725 {
	display: none;
}
}
#el_7314513530695354 {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:767px) {
#el_7314513530695354 {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#el_5301211938616513 {
	line-height: 1;
}
#el_3948405070237566 {
	text-align: right;
}
@media screen and (max-width:767px) {
#el_3948405070237566 {
	display: none;
}
}
#el_6201424928437378 {
	background-image: url(../images/201604191461041164656571.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	float: right;
	height: 52px;
}
#el_4662198934754084 {
	text-align: left;
}
#el_2847387826924413 {
	background-color: #0689db;
}
@media screen and (max-width:767px) {
#el_2847387826924413 {
	display: none;
}
}
#el_7278481881246521 {
	background-color: #3dadf3;
}
#el_5146622025618557 {
	padding-top: 30px;
	padding-bottom: 30px;
}
#el_8334618834546915 {
	margin-top: 10px;
}
#el_1489740980226679 {
	margin-top: 20px;
}
#el_7811128082028120 {
	margin-top: 20px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
#el_2423509347113966 {
	margin-top: 20px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
#el_7726468450312070 {
	margin-top: 20px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
#el_8626725924011375 {
	background-color: #f8f8f8;
	border-top: 2px solid #dedede;
}
@media screen and (max-width:767px) {
#el_8626725924011375 {
	padding-bottom: 50px;
}
}
#el_8255150065731688 {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
#el_8255150065731688 {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
#el_1437638068528733 {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
#el_1437638068528733 {
	margin-top: 0px;
}
}
#el_7971733627757728 {
	text-align: center;
}
@media screen and (max-width:767px) {
#el_7971733627757728 {
	display: none;
}
}
#el_8827401422965078 {
	padding-top: 15px;
}
@media screen and (max-width:767px) {
#el_8827401422965078 {
	display: none;
}
}


﻿/* plugin-style.css */
.plugin_5495252134033886 img {
	max-width: 100%;
}
.plugin_1478568783545984 .menu {
	display: inline-block;
}
.plugin_1478568783545984 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_1478568783545984 .mod-first {
	display: block;
	padding: 5px 15px;
	font-size: 16px;
	text-align: center;
	color: #333;
}
.plugin_1478568783545984 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_1478568783545984 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_1478568783545984 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_1478568783545984 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_1478568783545984 .subMenu li a:hover {
	background-color: #333;
}
.plugin_1478568783545984 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_1478568783545984 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_1478568783545984 {
	text-align: right;
}
.plugin_1391358183675145 {
	max-width: 400px;
	margin-top: 30px;
}
.plugin_1391358183675145 .mod-wrap {
	margin-right: 80px;
}
.plugin_1391358183675145 .mod-keywords {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-top: 1px solid #ddd;
	border-right: none;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.plugin_1391358183675145 .mod-search {
	float: left;
	margin-right: -80px;
	height: 40px;
	line-height: 32px;
	background-color: #aab3bc;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	color: #fff;
	font-size: 16px;
	width: 80px;
}
.plugin_3632474932193299 img {
	max-width: 100%;
}
.plugin_3632474932193299 {
	color: #999999;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.plugin_2350745075985923 .menu {
	display: inline-block;
}
.plugin_2350745075985923 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_2350745075985923 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_2350745075985923 .menu .mli:last-child:before {
	width: 0;
}
.plugin_2350745075985923 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_2350745075985923 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_2350745075985923 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_2350745075985923 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_2350745075985923 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_2350745075985923 .subMenu li a:hover {
	background-color: #333;
}
.plugin_2350745075985923 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_2350745075985923 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_2350745075985923 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_2350745075985923 {
	line-height: 1.6;
	display: none;
}
}
.plugin_1251408425132347 img {
	max-width: 100%;
}
.plugin_1251408425132347 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_5846791172634503 img {
	max-width: 100%;
}
.plugin_5846791172634503 {
	color: #999999;
	line-height: 1.8;
}
.plugin_5846791172634503 p {
	margin: 0;
}
@media screen and (max-width:767px) {
.plugin_5846791172634503 {
}
}
.plugin_3927205330084349 img {
	max-width: 100%;
}
.plugin_3927205330084349 {
	float: left;
}
.plugin_1612757463321934 img {
	max-width: 100%;
}
.plugin_1612757463321934 {
	float: left;
	margin-left: 10px;
}
.plugin_3008494030983228 .menu {
	display: inline-block;
}
.plugin_3008494030983228 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_3008494030983228 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_3008494030983228 .menu .mli:last-child:before {
	width: 0;
}
.plugin_3008494030983228 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_3008494030983228 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_3008494030983228 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_3008494030983228 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_3008494030983228 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_3008494030983228 .subMenu li a:hover {
	background-color: #333;
}
.plugin_3008494030983228 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_3008494030983228 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_3008494030983228 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_3008494030983228 {
	line-height: 1.6;
	display: none;
}
}
.plugin_5958669928766827 img {
	max-width: 100%;
}
.plugin_5958669928766827 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_3613685157925233 img {
	max-width: 100%;
}
.plugin_3613685157925233 {
	color: #999999;
	line-height: 1.8;
}
.plugin_3613685157925233 p {
	margin: 0;
}
@media screen and (max-width:767px) {

}
.plugin_3323190871446746 img {
	max-width: 100%;
}
.plugin_3323190871446746 {
	float: left;
}
.plugin_3363674282952824 img {
	max-width: 100%;
}
.plugin_3363674282952824 {
	float: left;
	margin-left: 10px;
}
.plugin_4999374151385204 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_4999374151385204 img {
	max-width: 100%;
}
.plugin_7442362441166603 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_7442362441166603 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_7442362441166603 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_7442362441166603 .menu .mli:last-child:before {
	width: 0;
}
.plugin_7442362441166603 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.plugin_7442362441166603 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_7442362441166603 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_7442362441166603 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_7442362441166603 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_7442362441166603 .subMenu li a:hover {
	background-color: #333;
}
.plugin_7442362441166603 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_7442362441166603 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_7442362441166603 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_4320314430231246 img {
	max-width: 100%;
}
.plugin_4320314430231246 {
	display: inline-block;
}
.plugin_5000502655867520 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_5000502655867520 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_2348199740913116 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_2348199740913116 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_6967888579706343 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_6967888579706343 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_6967888579706343 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_6967888579706343 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_6967888579706343 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_6967888579706343 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_6967888579706343 .subMenu li a:hover {
	background-color: #333;
}
.plugin_6967888579706343 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_6967888579706343 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_6967888579706343 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_6967888579706343 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_6967888579706343 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_6967888579706343 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
}
.plugin_6785556374918686 {
	font-size: 16px;
	line-height: 36px;
}
.plugin_6785556374918686 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_8808874949238453 {
	max-width: 260px;
	display: inline-block;
	min-width: 260px;
}
.plugin_8808874949238453 .mod-wrap {
	margin-right: 34px;
}
.plugin_8808874949238453 .mod-keywords {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 34px;
	padding: 8px 8px 10px 5px;
	border-top: 1px solid #ddd;
	border-right: none;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.plugin_8808874949238453 .mod-search {
	float: left;
	margin-right: -34px;
	height: 34px;
	line-height: 32px;
	background-color: #0689db;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 34px;
	color: #fff;
	font-size: 16px;
}
.plugin_8808874949238453 .mod-search:hover {
	background-color: #047cc7;
}
@media screen and (max-width:767px) {
.plugin_8808874949238453 .mod-keywords {
}
.plugin_8808874949238453 {
	width: 100%;
	max-width: 100%;
}
}
.plugin_1134576912906800 .mod-item {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}
.plugin_1134576912906800 .mod-title {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.plugin_1134576912906800 .mod-img {
	border: 1px solid #ddd;
	display: block;
	width: 140px;
	float: left;
	margin-right: 10px;
}
.plugin_1134576912906800 .mod-img img {
	max-width: 100%;
}
.plugin_1134576912906800 .mod-pagination {
	margin-top: 30px;
	text-align: center;
}
.plugin_1134576912906800 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_1134576912906800 .mod-yema.active {
	background-color: #eee;
}
.plugin_3587362517788237 .menu {
	display: inline-block;
}
.plugin_3587362517788237 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_3587362517788237 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_3587362517788237 .menu .mli:last-child:before {
	width: 0;
}
.plugin_3587362517788237 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_3587362517788237 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_3587362517788237 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_3587362517788237 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_3587362517788237 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_3587362517788237 .subMenu li a:hover {
	background-color: #333;
}
.plugin_3587362517788237 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_3587362517788237 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_3587362517788237 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_3587362517788237 {
	line-height: 1.6;
	display: none;
}
}
.plugin_5049238262233078 img {
	max-width: 100%;
}
.plugin_5049238262233078 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_1982851260073104 img {
	max-width: 100%;
}
.plugin_1982851260073104 {
	color: #999999;
	line-height: 1.8;
}
.plugin_1982851260073104 p {
	margin: 0;
}
.plugin_1982851260073104 a {
	color: #999999;
}
@media screen and (max-width:767px) {
.plugin_1982851260073104 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_1982851260073104 {
	text-align: center;
}
.plugin_1982851260073104 span {
	display: none;
}
.plugin_1982851260073104 a {
	display: block;
}
.plugin_1982851260073104 br {
	display: none;
}
}
.plugin_6509793270825386 img {
	max-width: 100%;
}
.plugin_6509793270825386 {
	float: left;
}
.plugin_8804725043838630 img {
	max-width: 100%;
}
.plugin_8804725043838630 {
	float: left;
	margin-left: 10px;
}
.plugin_6101252053412079 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_6101252053412079 img {
	max-width: 100%;
}
.plugin_7204871132118942 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_7204871132118942 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_7204871132118942 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_7204871132118942 .menu .mli:last-child:before {
	width: 0;
}
.plugin_7204871132118942 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.plugin_7204871132118942 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_7204871132118942 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_7204871132118942 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_7204871132118942 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_7204871132118942 .subMenu li a:hover {
	background-color: #333;
}
.plugin_7204871132118942 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_7204871132118942 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_7204871132118942 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_3294379238456416 img {
	max-width: 100%;
}
.plugin_3294379238456416 {
	display: inline-block;
}
.plugin_4629425067401136 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_4629425067401136 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_8324779175381538 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_8324779175381538 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_4373690412594020 .menu {
}
.plugin_4373690412594020 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_4373690412594020 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_4373690412594020 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_4373690412594020 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_4373690412594020 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_4373690412594020 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_4373690412594020 .subMenu li a:hover {
	background-color: #333;
}
.plugin_4373690412594020 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_4373690412594020 .menu .mli:hover ul a {
	height: 32px;
}

.plugin_4373690412594020 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_4373690412594020 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_4373690412594020 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_4373690412594020 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
}
.plugin_2442424344086876 img {
	max-width: 100%;
}
.plugin_2442424344086876 {
	text-align: center;
}
.plugin_3017516011721452 img {
	max-width: 100%;
}
.plugin_3017516011721452 .mod-wr1 {
	display: block;
	background-color: #0689db;
	padding-left: 15px;
	font-size: 18px;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
}
.plugin_3017516011721452 .mod-wr2 {
	display: block;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}
.plugin_3017516011721452 .mod-wr2:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	position: absolute;
	right: 20px;
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.plugin_3017516011721452 .mod-wr3 {
	display: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_3017516011721452 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_3017516011721452 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #0084e9;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	text-indent: 20px;
	cursor: pointer;
	position: relative;
}
.plugin_3017516011721452 .mb-label:before {
	position: absolute;
	content: " ";
	display: inline-block;
	top: 17px;
	right: 15px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #fff;
}
.plugin_3017516011721452 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_3017516011721452 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_3017516011721452 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_3017516011721452 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_3017516011721452 .mod-wr2:hover {
	color: #0084e9;
	background-color: #f8f8f8;
}
.plugin_3017516011721452 .mod-wr2.active {
	color: #0084e9;
	background-color: #f8f8f8;
}
@media screen and (max-width:767px) {
.plugin_3017516011721452 .mb-label {
	display: block;
}
}
.plugin_3218324344614521 {
	font-size: 18px;
	color: #ffffff;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #0689db;
}
.plugin_3218324344614521 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_8591180526085047 .mod-item {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #dddddd;
}
.plugin_8591180526085047 .mod-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}
.plugin_8591180526085047 .mod-time {
	float: right;
}
.plugin_8591180526085047 .mod-pagination {
	margin-top: 30px;
}
.plugin_8591180526085047 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_8591180526085047 .mod-yema.active {
	background-color: #eee;
}
.plugin_8591180526085047 .mod-title:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 6px;
	height: 6px;
	background-color: #0689db;
	border-radius: 50%;
}
.plugin_8591180526085047 {
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-right: 20px;
}
.plugin_8319837266467744 img {
	max-width: 100%;
}
.plugin_8319837266467744 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	padding-left: 10px;
	font-size: 18px;
}
.plugin_8319837266467744 .mod-wr2 {
	display: block;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #ddd;
}
.plugin_8319837266467744 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_8319837266467744 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_8319837266467744 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #eee;
	text-indent: 20px;
	cursor: pointer;
}
.plugin_8319837266467744 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_8319837266467744 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_8319837266467744 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_8319837266467744 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_8319837266467744 {
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
}
@media screen and (max-width:960px) {
.plugin_8319837266467744 .mb-label {
	display: block;
}
}
.plugin_5428417287322836 {
	line-height: 36px;
	float: right;
	padding-left: 18px;
	background-image: url(../images/201604211461221498499376.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999999;
}
.plugin_5428417287322836 a {
	color: #999;
}
@media screen and (max-width:479px) {
.plugin_5428417287322836 {
	display: none;
}
}
.plugin_1482186620633688 .mod-list {
	margin-left: -20px;
}
.plugin_1482186620633688 .mod-item {
	margin-left: 20px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #dddddd;
	overflow: hidden;
}
.plugin_1482186620633688 .mod-pic {
	display: block;
	float: left;
	margin-right: 20px;
	max-width: 220px;
	min-height: 100px;
}
.plugin_1482186620633688 .mod-pic img {
	max-width: 100%;
}
.plugin_1482186620633688 .mod-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.plugin_1482186620633688 .mod-read {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #0084e9;
	float: left;
	padding-right: 15px;
}
.plugin_1482186620633688 .mod-pagination {
	margin-top: 30px;
	text-align: center;
}
.plugin_1482186620633688 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_1482186620633688 .mod-yema.active {
	background-color: #eee;
}
.plugin_1482186620633688 {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.plugin_1482186620633688 .mod-digest {
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width:767px) {
.plugin_1482186620633688 .mod-pic {
	max-width: 150px;
}
}
@media screen and (max-width:479px) {
.plugin_1482186620633688 .mod-pic {
	max-width: 100%;
	margin-right: 0px;
	float: none;
	min-height: 0px;
	line-height: 0;
	margin-bottom: 5px;
}
.plugin_1482186620633688 .mod-item {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
.plugin_4290587834447370 .menu {
	display: inline-block;
}
.plugin_4290587834447370 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_4290587834447370 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_4290587834447370 .menu .mli:last-child:before {
	width: 0;
}
.plugin_4290587834447370 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_4290587834447370 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_4290587834447370 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_4290587834447370 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_4290587834447370 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_4290587834447370 .subMenu li a:hover {
	background-color: #333;
}
.plugin_4290587834447370 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_4290587834447370 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_4290587834447370 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_4290587834447370 {
	line-height: 1.6;
	display: none;
}
}
.plugin_8791855541682359 img {
	max-width: 100%;
}
.plugin_8791855541682359 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_3829629618154127 img {
	max-width: 100%;
}
.plugin_3829629618154127 {
	color: #999999;
	line-height: 1.8;
}
.plugin_3829629618154127 p {
	margin: 0;
}
.plugin_3829629618154127 a {
	color: #999999;
}
@media screen and (max-width:767px) {
.plugin_3829629618154127 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_3829629618154127 {
	text-align: center;
}
.plugin_3829629618154127 span {
	display: none;
}
.plugin_3829629618154127 a {
	display: block;
}
.plugin_3829629618154127 br {
	display: none;
}
}
.plugin_4000467657551504 img {
	max-width: 100%;
}
.plugin_4000467657551504 {
	float: left;
}
.plugin_1421784940775254 img {
	max-width: 100%;
}
.plugin_1421784940775254 {
	float: left;
	margin-left: 10px;
}
.plugin_3075496169461473 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_3075496169461473 img {
	max-width: 100%;
}
.plugin_7838668130101650 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_7838668130101650 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_7838668130101650 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_7838668130101650 .menu .mli:last-child:before {
	width: 0;
}
.plugin_7838668130101650 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.plugin_7838668130101650 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_7838668130101650 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_7838668130101650 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_7838668130101650 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_7838668130101650 .subMenu li a:hover {
	background-color: #333;
}
.plugin_7838668130101650 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_7838668130101650 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_7838668130101650 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_4485545875137032 img {
	max-width: 100%;
}
.plugin_4485545875137032 {
	display: inline-block;
}
.plugin_1476328676086323 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_1476328676086323 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_2003485961121902 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_2003485961121902 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_7473652370317346 .menu {
}
.plugin_7473652370317346 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_7473652370317346 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_7473652370317346 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_7473652370317346 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_7473652370317346 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_7473652370317346 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_7473652370317346 .subMenu li a:hover {
	background-color: #333;
}
.plugin_7473652370317346 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_7473652370317346 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_7473652370317346 {
}
.plugin_7473652370317346 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_7473652370317346 .mod-first-en.active {
}
.plugin_7473652370317346 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_7473652370317346 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_7473652370317346 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
.plugin_7473652370317346 {
}
}
.plugin_5474687332722797 img {
	max-width: 100%;
}
.plugin_5474687332722797 {
	text-align: center;
}
.plugin_1886376332436008 img {
	max-width: 100%;
}
.plugin_1886376332436008 .mod-wr1 {
	display: block;
	background-color: #0689db;
	padding-left: 15px;
	font-size: 18px;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	
}
.plugin_1886376332436008 .mod-wr2 {
	display: block;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}
.plugin_1886376332436008 .mod-wr2:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	position: absolute;
	right: 20px;
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.plugin_1886376332436008 .mod-wr3 {
	display: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_1886376332436008 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_1886376332436008 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #0084e9;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	text-indent: 20px;
	cursor: pointer;
	position: relative;
}
.plugin_1886376332436008 .mb-label:before {
	position: absolute;
	content: " ";
	display: inline-block;
	top: 17px;
	right: 15px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #fff;
}
.plugin_1886376332436008 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_1886376332436008 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_1886376332436008 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_1886376332436008 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_1886376332436008 .mod-wr2:hover {
	color: #0084e9;
	background-color: #f8f8f8;
}
.plugin_1886376332436008 .mod-wr2.active {
	color: #0084e9;
	background-color: #f8f8f8;
}
@media screen and (max-width:767px) {
.plugin_1886376332436008 .mb-label {
	display: block;
}
}
.plugin_4524448587663377 {
	font-size: 18px;
	color: #ffffff;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #0689db;
}
.plugin_4524448587663377 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_2864478060053510 .mod-item {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #dddddd;
}
.plugin_2864478060053510 .mod-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}
.plugin_2864478060053510 .mod-time {
	float: right;
}
.plugin_2864478060053510 .mod-pagination {
	margin-top: 30px;
}
.plugin_2864478060053510 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_2864478060053510 .mod-yema.active {
	background-color: #eee;
}
.plugin_2864478060053510 .mod-title:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 6px;
	height: 6px;
	background-color: #0689db;
	border-radius: 50%;
}
.plugin_2864478060053510 {
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-right: 20px;
}
.plugin_2947844839458832 img {
	max-width: 100%;
}
.plugin_2947844839458832 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	padding-left: 10px;
	font-size: 18px;
}
.plugin_2947844839458832 .mod-wr2 {
	display: block;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #ddd;
}
.plugin_2947844839458832 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_2947844839458832 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_2947844839458832 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #eee;
	text-indent: 20px;
	cursor: pointer;
}
.plugin_2947844839458832 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_2947844839458832 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_2947844839458832 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_2947844839458832 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_2947844839458832 {
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
}
@media screen and (max-width:960px) {
.plugin_2947844839458832 .mb-label {
	display: block;
}
}
.plugin_3938140454824574 {
	line-height: 36px;
	float: right;
	padding-left: 18px;
	background-image: url(../images/201604211461221498499376.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999999;
}
.plugin_3938140454824574 a {
	color: #999;
}
@media screen and (max-width:479px) {
.plugin_3938140454824574 {
	display: none;
}
}
.plugin_5842352324981334 .mod-title {
	font-size: 18px;
	text-align: center;
}
.plugin_5842352324981334 .mod-attr {
	margin-top: 10px;
	text-align: center;
	color: #999999;
}
.plugin_5842352324981334 .mod-attr span {
	padding-left: 10px;
	padding-right: 10px;
}
.plugin_5842352324981334 .mod-digest {
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #f0f0f0;
	color: #999999;
}
.plugin_5842352324981334 .mod-detail {
	margin-top: 20px;
	line-height: 180%;
}
.plugin_5842352324981334 .mod-detail a{
	color: #0084e9;
}

.plugin_5842352324981334 .mod-detail p {
	margin-top: 0px;
	margin-bottom: 0;
}
.plugin_5842352324981334 {
	margin: 20px 20px 20px 20px;
}
.plugin_5842352324981334 .mod-detail img {
	max-width: 100%;
}
@media screen and (max-width:479px) {
.plugin_5842352324981334 {
	margin: 10px 10px 10px 10px;
}
}
.plugin_2014224926532757 {
	margin: 20px 20px 20px 20px;
}
.plugin_1444599480304349 .menu {
	display: inline-block;
}
.plugin_1444599480304349 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_1444599480304349 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_1444599480304349 .menu .mli:last-child:before {
	width: 0;
}
.plugin_1444599480304349 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_1444599480304349 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_1444599480304349 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_1444599480304349 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_1444599480304349 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_1444599480304349 .subMenu li a:hover {
	background-color: #333;
}
.plugin_1444599480304349 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_1444599480304349 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_1444599480304349 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_1444599480304349 {
	line-height: 1.6;
	display: none;
}
}
.plugin_6455620470548447 img {
	max-width: 100%;
}
.plugin_6455620470548447 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_6236429530312555 img {
	max-width: 100%;
}
.plugin_6236429530312555 {
	color: #999999;
	line-height: 1.8;
}
.plugin_6236429530312555 p {
	margin: 0;
}
.plugin_6236429530312555 a {
	color: #999999;
}
@media screen and (max-width:767px) {
.plugin_6236429530312555 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_6236429530312555 {
	text-align: center;
}
.plugin_6236429530312555 span {
	display: none;
}
.plugin_6236429530312555 a {
	display: block;
}
.plugin_6236429530312555 br {
	display: none;
}
}
.plugin_5817876846824454 img {
	max-width: 100%;
}
.plugin_5817876846824454 {
	float: left;
}
.plugin_6872570041454323 img {
	max-width: 100%;
}
.plugin_6872570041454323 {
	float: left;
	margin-left: 10px;
}
.plugin_2723466220601416 img {
	max-width: 100%;
}
.plugin_2723466220601416 {
	margin: 10px 10px 10px 10px;
}
.plugin_8335815768397239 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_8335815768397239 img {
	max-width: 100%;
}
.plugin_8996291786166072 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_8996291786166072 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_8996291786166072 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_8996291786166072 .menu .mli:last-child:before {
	width: 0;
}
.plugin_8996291786166072 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.plugin_8996291786166072 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_8996291786166072 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_8996291786166072 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_8996291786166072 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_8996291786166072 .subMenu li a:hover {
	background-color: #333;
}
.plugin_8996291786166072 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_8996291786166072 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_8996291786166072 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_4434216488024116 img {
	max-width: 100%;
}
.plugin_4434216488024116 {
	display: inline-block;
}
.plugin_3706650967634851 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_3706650967634851 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_2784576077577353 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_2784576077577353 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_8325363579021958 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_8325363579021958 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_8325363579021958 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_8325363579021958 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_8325363579021958 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_8325363579021958 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_8325363579021958 .subMenu li a:hover {
	background-color: #333;
}
.plugin_8325363579021958 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_8325363579021958 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_8325363579021958 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_8325363579021958 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_8325363579021958 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_8325363579021958 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
}
.plugin_4583855085321011 img {
	max-width: 100%;
}
.plugin_4583855085321011 {
	text-align: center;
}
.plugin_6722416485117090 {
	line-height: 36px;
	padding-left: 18px;
	background-image: url(../images/201604211461221498499376.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999999;
}
.plugin_6722416485117090 a {
	color: #999;
}
@media screen and (max-width:479px) {
.plugin_6722416485117090 {
	display: none;
}
}
.plugin_2918691271898020 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 18px;
	background-color: #eeeeee;
}
.plugin_2918691271898020 .mod-wr2 {
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.plugin_2918691271898020 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_2918691271898020 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_2918691271898020 {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
.plugin_6140224873334321 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 18px;
	background-color: #eeeeee;
}
.plugin_6140224873334321 .mod-wr2 {
	display: block;
	padding:10px 10px 10px 10px;
	border-bottom: 1px dashed #dddddd;
}
.plugin_6140224873334321 .mod-wr3 {
	display: inline-block;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 40px;
}
.plugin_6140224873334321 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_6140224873334321 {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
.plugin_8159233720186897 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	padding-left: 10px;
	font-size: 18px;
}
.plugin_8159233720186897 .mod-wr2 {
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.plugin_8159233720186897 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_8159233720186897 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_3057460557648257 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	padding-left: 10px;
	font-size: 18px;
}
.plugin_3057460557648257 .mod-wr2 {
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.plugin_3057460557648257 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_3057460557648257 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_4728303734257451 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	padding-left: 10px;
	font-size: 18px;
}
.plugin_4728303734257451 .mod-wr2 {
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.plugin_4728303734257451 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_4728303734257451 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_4456796557968911 .menu {
	display: inline-block;
}
.plugin_4456796557968911 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_4456796557968911 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_4456796557968911 .menu .mli:last-child:before {
	width: 0;
}
.plugin_4456796557968911 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_4456796557968911 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_4456796557968911 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_4456796557968911 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_4456796557968911 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_4456796557968911 .subMenu li a:hover {
	background-color: #333;
}
.plugin_4456796557968911 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_4456796557968911 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_4456796557968911 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_4456796557968911 {
	line-height: 1.6;
	display: none;
}
}
.plugin_3404470926493558 img {
	max-width: 100%;
}
.plugin_3404470926493558 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_1871589846577696 img {
	max-width: 100%;
}
.plugin_1871589846577696 {
	color: #999999;
	line-height: 1.8;
}
.plugin_1871589846577696 p {
	margin: 0;
}
.plugin_1871589846577696 a {
	color: #999999;
}
@media screen and (max-width:767px) {
.plugin_1871589846577696 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_1871589846577696 {
	text-align: center;
}
.plugin_1871589846577696 span {
	display: none;
}
.plugin_1871589846577696 a {
	display: block;
}
.plugin_1871589846577696 br {
	display: none;
}
}
.plugin_2438536422485178 img {
	max-width: 100%;
}
.plugin_2438536422485178 {
	float: left;
}
.plugin_8046381883792532 img {
	max-width: 100%;
}
.plugin_8046381883792532 {
	float: left;
	margin-left: 10px;
}
.plugin_2207701338325825 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_2207701338325825 img {
	max-width: 100%;
}
.plugin_8344747052266824 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_8344747052266824 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_8344747052266824 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_8344747052266824 .menu .mli:last-child:before {
	width: 0;
}
.plugin_8344747052266824 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.plugin_8344747052266824 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_8344747052266824 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_8344747052266824 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_8344747052266824 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_8344747052266824 .subMenu li a:hover {
	background-color: #333;
}
.plugin_8344747052266824 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_8344747052266824 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_8344747052266824 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_8694845744858534 img {
	max-width: 100%;
}
.plugin_8694845744858534 {
	display: inline-block;
}
.plugin_2398439169786930 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_2398439169786930 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_6568872271305207 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_6568872271305207 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_6311269014536760 .menu {
}
.plugin_6311269014536760 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_6311269014536760 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_6311269014536760 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_6311269014536760 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_6311269014536760 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_6311269014536760 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_6311269014536760 .subMenu li a:hover {
	background-color: #333;
}
.plugin_6311269014536760 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_6311269014536760 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_6311269014536760 {
}
.plugin_6311269014536760 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_6311269014536760 .mod-first-en.active {
}
.plugin_6311269014536760 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_6311269014536760 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_6311269014536760 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
.plugin_6311269014536760 {
}
}
.plugin_4951160125695140 img {
	max-width: 100%;
}
.plugin_4951160125695140 {
	text-align: center;
}
.plugin_4681101338183097 img {
	max-width: 100%;
}
.plugin_4681101338183097 .mod-wr1 {
	display: block;
	background-color: #0084e9;
	padding-left: 15px;
	font-size: 18px;
	color: #ffffff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.plugin_4681101338183097 .mod-wr2 {
	display: block;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}
.plugin_4681101338183097 .mod-wr2:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	position: absolute;
	right: 20px;
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.plugin_4681101338183097 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_4681101338183097 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_4681101338183097 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #0084e9;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	text-indent: 20px;
	cursor: pointer;
	position: relative;
}
.plugin_4681101338183097 .mb-label:before {
	position: absolute;
	content: " ";
	display: inline-block;
	top: 17px;
	right: 15px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #fff;
}
.plugin_4681101338183097 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_4681101338183097 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_4681101338183097 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_4681101338183097 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_4681101338183097 .mod-wr2:hover {
	color: #0084e9;
	background-color: #f8f8f8;
}
.plugin_4681101338183097 .mod-wr2.active {
	color: #0084e9;
	background-color: #f8f8f8;
}
@media screen and (max-width:960px) {
.plugin_4681101338183097 .mb-label {
	display: block;
}
}
.plugin_1846417831711435 img {
	max-width: 100%;
}
.plugin_1846417831711435 {
	text-align: center;
	margin-top: 30px;
}
.plugin_1227596028223393 .input-row {
	width: 100%;
	margin-top: 20px;
}
.plugin_1227596028223393 .input-caption {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	width: 90px;
	text-align: right;
	padding: 5px 10px;
}
.plugin_1227596028223393 .input-text, .plugin_1227596028223393 .textarea, .plugin_1227596028223393 .select, .plugin_1227596028223393 .checkbox-group, .plugin_1227596028223393 .radio-group {
	display: table-cell;
	vertical-align: middle;
}
.plugin_1227596028223393 .input-captcha {
	max-width: 100px;
}
.plugin_1227596028223393 .img-captcha {
	border: 1px solid #ddd;
	border-left: none;
	height: 36px;
	margin-left: 10px;
}
.plugin_1227596028223393 .checkbox, .form-panel .radio {
	margin-left: 5px;
}
.plugin_1227596028223393 .input-button {
	border: none;
	height: 38px;
	padding-left: 40px;
	padding-right: 40px;
	background: #0084e9;
	font-size: 18px;
	color: #fff;
	margin-left: 90px;
}
.plugin_1227596028223393 {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
.plugin_1227596028223393 .msg-box {
	padding-left: 90px;
	padding-top: 3px;
}
.plugin_6777182028875599 .menu {
	display: inline-block;
}
.plugin_6777182028875599 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_6777182028875599 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_6777182028875599 .menu .mli:last-child:before {
	width: 0;
}
.plugin_6777182028875599 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_6777182028875599 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_6777182028875599 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_6777182028875599 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_6777182028875599 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_6777182028875599 .subMenu li a:hover {
	background-color: #333;
}
.plugin_6777182028875599 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_6777182028875599 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_6777182028875599 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_6777182028875599 {
	line-height: 1.6;
	display: none;
}
}
.plugin_1368775681855245 img {
	max-width: 100%;
}
.plugin_1368775681855245 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_1774215260238398 img {
	max-width: 100%;
}
.plugin_1774215260238398 {
	color: #999999;
	line-height: 1.8;
}
.plugin_1774215260238398 p {
	margin: 0;
}
.plugin_1774215260238398 a {
	color: #999999;
}
@media screen and (max-width:767px) {
.plugin_1774215260238398 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_1774215260238398 {
	text-align: center;
}
.plugin_1774215260238398 span {
	display: none;
}
.plugin_1774215260238398 a {
	display: block;
}
.plugin_1774215260238398 br {
	display: none;
}
}
.plugin_4650552751063785 img {
	max-width: 100%;
}
.plugin_4650552751063785 {
	float: left;
}
.plugin_4366122266323616 img {
	max-width: 100%;
}
.plugin_4366122266323616 {
	float: left;
	margin-left: 10px;
}
.plugin_2599834763923914 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_2599834763923914 img {
	max-width: 100%;
}
.plugin_6202187231102939 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_6202187231102939 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_6202187231102939 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_6202187231102939 .menu .mli:last-child:before {
	width: 0;
}
.plugin_6202187231102939 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.plugin_6202187231102939 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_6202187231102939 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_6202187231102939 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_6202187231102939 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_6202187231102939 .subMenu li a:hover {
	background-color: #333;
}
.plugin_6202187231102939 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_6202187231102939 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_6202187231102939 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_8348115039612150 img {
	max-width: 100%;
}
.plugin_8348115039612150 {
	display: inline-block;
    float: left;
}
.plugin_3608394186308978 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_3608394186308978 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_8889343242991111 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_8889343242991111 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_8849659911114791 .menu {
}
.plugin_8849659911114791 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_8849659911114791 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_8849659911114791 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_8849659911114791 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_8849659911114791 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_8849659911114791 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_8849659911114791 .subMenu li a:hover {
	background-color: #333;
}
.plugin_8849659911114791 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_8849659911114791 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_8849659911114791 {
}
.plugin_8849659911114791 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_8849659911114791 .mod-first-en.active {
}
.plugin_8849659911114791 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_8849659911114791 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_8849659911114791 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
.plugin_8849659911114791 {
}
}
.plugin_7141879174358352 {
	position: relative;
}
.plugin_7141879174358352 .item {
	text-align: center;
}
.plugin_7141879174358352 .item img {
	max-width: 100%;
}
.plugin_7141879174358352 .owl-buttons div {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	line-height: 1;
	color: #fff;
	font-size: 80px;
	opacity: 0.6;
}
.plugin_7141879174358352 .owl-buttons div:hover {
	color: #fff;
	opacity: 1;
}
.plugin_7141879174358352 .owl-buttons .owl-prev {
	left: 50px;
}
.plugin_7141879174358352 .owl-buttons .owl-next {
	right: 50px;
}
.plugin_7141879174358352 .owl-controls .owl-pagination {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}
.plugin_7141879174358352 .owl-controls .owl-page {
	display: inline-block;
}
.plugin_7141879174358352 .owl-controls .owl-page span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	opacity: 0.5;
	border-radius: 50%;
	background: #fff;
}
.plugin_7141879174358352 .owl-controls .owl-page.active span, .plugin_7141879174358352 .owl-controls .owl-page:hover span {
	background: #0689db;
	opacity: 1;
}
@media screen and (max-width:767px) {
.plugin_7141879174358352 {
	display: none;
}
}
.plugin_1440524058878889 {
	position: relative;
	display: none;
}
.plugin_1440524058878889 .item {
	text-align: center;
}
.plugin_1440524058878889 .item img {
	max-width: 100%;
}
.plugin_1440524058878889 .owl-buttons div {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	line-height: 1;
	color: #fff;
	font-size: 80px;
	opacity: 0.6;
}
.plugin_1440524058878889 .owl-buttons div:hover {
	color: #fff;
	opacity: 1;
}
.plugin_1440524058878889 .owl-buttons .owl-prev {
	left: 50px;
}
.plugin_1440524058878889 .owl-buttons .owl-next {
	right: 50px;
}
.plugin_1440524058878889 .owl-controls .owl-pagination {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}
.plugin_1440524058878889 .owl-controls .owl-page {
	display: inline-block;
}
.plugin_1440524058878889 .owl-controls .owl-page span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	opacity: 0.5;
	border-radius: 50%;
	background: #fff;
}
.plugin_1440524058878889 .owl-controls .owl-page.active span, .plugin_1440524058878889 .owl-controls .owl-page:hover span {
	background: #0689db;
	opacity: 1;
}
@media screen and (max-width:767px) {
.plugin_1440524058878889 {
	display: inline;
}
}
.plugin_6265604066333157 {
	font-size: 16px;
	float: left;
}
.plugin_6265604066333157 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:767px) {
.plugin_6265604066333157 {
	font-size: 14px;
}
}
.plugin_2683354538226921 {
	float: left;
}
.plugin_2683354538226921 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_2683354538226921 .mod-title {
	color: #3eadf2;
	border-right: 1px solid #3eadf2;
	border-bottom: 1px solid #3eadf2;
	border-left: 1px solid #3eadf2;
	border-top: 1px solid #3eadf2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
}
.plugin_2683354538226921 .mod-title:hover {
	background-color: #3eadf2;
	color: #ffffff;
}
@media screen and (max-width:767px) {
.plugin_2683354538226921 .mod-title {
	padding-right: 0px;
	padding-left: 0px;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-top: 0px solid;
}
.plugin_2683354538226921 .mod-title:hover {
	background-color: #ffffff;
	color: #3eadf2;
}
}
.plugin_3092430371576295 {
	margin-left: 10px;
	float: left;
}
.plugin_3092430371576295 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_3092430371576295 .mod-title {
	color: #3eadf2;
	border-right: 1px solid #3eadf2;
	border-bottom: 1px solid #3eadf2;
	border-left: 1px solid #3eadf2;
	border-top: 1px solid #3eadf2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
}
.plugin_3092430371576295 .mod-title:hover {
	background-color: #3eadf2;
	color: #ffffff;
}
@media screen and (max-width:767px) {
.plugin_3092430371576295 .mod-title {
	padding-right: 0px;
	padding-left: 0px;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-top: 0px solid;
}
.plugin_3092430371576295 .mod-title:hover {
	background-color: #ffffff;
	color: #3eadf2;
}
}
.plugin_2394466346496312 {
	margin-left: 10px;
	float: left;
}
.plugin_2394466346496312 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_2394466346496312 .mod-title {
	color: #3eadf2;
	border-right: 1px solid #3eadf2;
	border-bottom: 1px solid #3eadf2;
	border-left: 1px solid #3eadf2;
	border-top: 1px solid #3eadf2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
}
.plugin_2394466346496312 .mod-title:hover {
	background-color: #3eadf2;
	color: #ffffff;
}
@media screen and (max-width:767px) {
.plugin_2394466346496312 .mod-title {
	padding-right: 0px;
	padding-left: 0px;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-top: 0px solid;
}
.plugin_2394466346496312 .mod-title:hover {
	background-color: #ffffff;
	color: #3eadf2;
}
}
.plugin_7908660568887225 {
	float: left;
	margin-left: 10px;
}
.plugin_7908660568887225 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_7908660568887225 .mod-title {
	color: #3eadf2;
	border-right: 1px solid #3eadf2;
	border-bottom: 1px solid #3eadf2;
	border-left: 1px solid #3eadf2;
	border-top: 1px solid #3eadf2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
}
.plugin_7908660568887225 .mod-title:hover {
	background-color: #3eadf2;
	color: #ffffff;
}
@media screen and (max-width:767px) {
.plugin_7908660568887225 .mod-title {
	padding-right: 0px;
	padding-left: 0px;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-top: 0px solid;
}
.plugin_7908660568887225 .mod-title:hover {
	background-color: #ffffff;
	color: #3eadf2;
}
}
@media screen and (max-width:479px) {
.plugin_7908660568887225 .mod-title:hover {
	background-color: #ffffff;
}
}
.plugin_4382733938243110 {
	max-width: 260px;
	display: inline-block;
	min-width: 260px;
}
.plugin_4382733938243110 .mod-wrap {
	margin-right: 34px;
}
.plugin_4382733938243110 .mod-keywords {
	-webkit-appearance: none;
	border-radius: 0px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 34px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-top: 1px solid #ddd;
	border-right: none;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.plugin_4382733938243110 .mod-search {
	-webkit-appearance: none;
	float: left;
	margin-right: -34px;
	height: 34px;
	line-height: 32px;
	background-color: #0689db;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 34px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.plugin_4382733938243110 .mod-search:hover {
	background-color: #047cc7;
}
@media screen and (max-width:767px) {
.plugin_4382733938243110 .mod-keywords {
}
.plugin_4382733938243110 {
	width: 100%;
	max-width: 100%;
}
}
.plugin_6881723820461955 {
	font-size: 24px;
	line-height: 1;
	color: #333333;
	margin-bottom: 15px;
}
.plugin_6881723820461955 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:767px) {
.plugin_6881723820461955 {
	display: none;
}
}
.plugin_2328289559504501 .menu {
	position: relative;
	z-index: 300;
}
.plugin_2328289559504501 .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plugin_2328289559504501 .menu .m-menu-toggle {
	padding: 8px;
	background-color: #0689db;
	color: #fff;
	font-size: 18px;
}
.plugin_2328289559504501 .menu .m-menu-toggle:before {
	content: "";
	display: inline-block;
	float: right;
	border-top: 6px solid #ffffff;
	margin-top: 8px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.plugin_2328289559504501 .menu .m-menu-toggle.on:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.plugin_2328289559504501 .menu .m-menu {
	width: 100%;
	background-color: #f8f8f8;
}
.plugin_2328289559504501 .mod-one {
	display: block;
	-webkit-transition: none;
	transition: none;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
}
.plugin_2328289559504501 .mod-one .fa {
	margin-right: 10px;
}
.plugin_2328289559504501 .mod-two {
	display: block;
	-webkit-transition: none;
	transition: none;
	padding: 8px 15px;
}
.plugin_2328289559504501 .mod-two .fa {
	margin-right: 10px;
}
.plugin_2328289559504501 .menu .sub {
	height: 0;
	background-color: #f5f5f5;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.plugin_2328289559504501 .menu .on .sub {
}
.plugin_2328289559504501 .menu .m-menu>li i {
	margin-right: 5px;
}
.plugin_2328289559504501 .menu .m-menu>li a {
	display: block;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #ddd;
}
.plugin_2328289559504501 .menu .m-menu>li>a {
	padding-left: 2em;
}
.plugin_2328289559504501 .menu .m-menu>li>ul>li>a {
	padding-left: 4em;
}
.plugin_2328289559504501 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.plugin_3289102316776776 {
	font-size: 24px;
	line-height: 1;
	color: #333333;
	margin-bottom: 15px;
	margin-top: 20px;
}
.plugin_3289102316776776 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:767px) {
.plugin_3289102316776776 {
	display: none;
}
}
.plugin_2920374816116687 .menu {
	position: relative;
	z-index: 300;
}
.plugin_2920374816116687 .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plugin_2920374816116687 .menu .m-menu-toggle {
	padding: 8px;
	background-color: #0689db;
	color: #fff;
	font-size: 18px;
}
.plugin_2920374816116687 .menu .m-menu-toggle:before {
	content: "";
	display: inline-block;
	float: right;
	border-top: 6px solid #ffffff;
	margin-top: 8px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.plugin_2920374816116687 .menu .m-menu-toggle.on:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.plugin_2920374816116687 .menu .m-menu {
	width: 100%;
	background-color: #f8f8f8;
}
.plugin_2920374816116687 .mod-one {
	display: block;
	-webkit-transition: none;
	transition: none;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
}
.plugin_2920374816116687 .mod-one .fa {
	margin-right: 10px;
}
.plugin_2920374816116687 .mod-two {
	display: block;
	-webkit-transition: none;
	transition: none;
	padding: 8px 15px;
}
.plugin_2920374816116687 .mod-two .fa {
	margin-right: 10px;
}
.plugin_2920374816116687 .menu .sub {
	height: 0;
	background-color: #f5f5f5;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.plugin_2920374816116687 .menu .on .sub {
}
.plugin_2920374816116687 .menu .m-menu>li i {
	margin-right: 5px;
}
.plugin_2920374816116687 .menu .m-menu>li a {
	display: block;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #ddd;
}
.plugin_2920374816116687 .menu .m-menu>li>a {
	padding-left: 2em;
}
.plugin_2920374816116687 .menu .m-menu>li>ul>li>a {
	padding-left: 4em;
}
.plugin_2920374816116687 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
.plugin_2920374816116687 {
	margin-top: 20px;
}
}
.plugin_7444289488428183 {
	display: inline-block;
	float: right;
}
.plugin_7444289488428183 .mod-a {
	display: block;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.plugin_6657454917995296 {
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
	display: inline-block;
	background-color: #0689db;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.plugin_6657454917995296 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_3052555938373146 .mod-list {
	margin-left: -20px;
}
.plugin_3052555938373146 .mod-item {
	margin-left: 20px;
	margin-bottom: 30px;
}
.plugin_3052555938373146 .mod-pic {
	display: block;
	box-shadow: 3px 3px 6px #efefef;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	overflow: hidden;
}
.plugin_3052555938373146 .mod-pic img {
	max-width: 100%;
}
.plugin_3052555938373146 .mod-title {
	display: block;
	margin-top: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.plugin_3052555938373146 .mod-read {
	display: inline-block;
	padding: 3px 15px;
	background-color: #999;
	color: #fff;
	margin-top: 5px;
}
.plugin_3052555938373146 .mod-pagination {
	margin-top: 30px;
}
.plugin_3052555938373146 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_3052555938373146 .mod-yema.active {
	background-color: #eee;
}
@media screen and (max-width:767px) {
.plugin_3052555938373146 .mod-item {
	margin-bottom: 20px;
}
}
@media screen and (max-width:479px) {
.plugin_3052555938373146 .mod-list .col-xs-12 {
	width: 50%;
}
}
.plugin_4989756767251479 {
	display: inline-block;
	margin-top: 10px;
}
.plugin_4989756767251479 .mod-a {
	display: block;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	font-size: 18px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
}
.plugin_4989756767251479 .mod-a:hover {
	background-color: #3eadf2;
	color: #ffffff;
	border-right: 1px solid #3eadf2;
	border-bottom: 1px solid #3eadf2;
	border-left: 1px solid #3eadf2;
	border-top: 1px solid #3eadf2;
}
@media screen and (max-width:767px) {
.plugin_4989756767251479 {
	margin-top: 10px;
}
.plugin_4989756767251479 .mod-a {
	font-size: 16px;
}
}
.plugin_5995424436845930 img {
	max-width: 100%;
}
.plugin_5995424436845930 {
	display: inline-block;
}
.plugin_4273389252235309 {
	font-size: 28px;
	text-align: center;
	display: inline-block;
	line-height: 52px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #cccccc;
	color: #0689db;
}
.plugin_4273389252235309 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:767px) {
.plugin_4273389252235309 {
	font-size: 20px;
}
}
@media screen and (max-width:479px) {
.plugin_4273389252235309 {
	border-left: 0px solid;
	padding-left: 0px;
}
}
.plugin_6270647224697572 img {
	max-width: 100%;
}
.plugin_6270647224697572 {
	text-align: center;
}
.plugin_7049512210008244 {
	font-size: 60px;
	font-family: Impact, Charcoal, sans-serif;
	color: #999999;
	line-height: 1;
	float: left;
}
.plugin_7049512210008244 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:1199px) {
.plugin_7049512210008244 {
	font-size: 48px;
}
}
@media screen and (max-width:960px) {
.plugin_7049512210008244 {
	font-size: 36px;
}
}
.plugin_5487696187063035 {
	font-size: 26px;
	float: left;
	color: #0689db;
	line-height: 60px;
	margin-left: 15px;
}
.plugin_5487696187063035 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:1199px) {
.plugin_5487696187063035 {
	font-size: 22px;
	line-height: 48px;
}
}
@media screen and (max-width:960px) {
.plugin_5487696187063035 {
	font-size: 18px;
	line-height: 36px;
}
}
.plugin_6723885738677823 img {
	max-width: 100%;
}
.plugin_6723885738677823 {
	color: #999999;
	margin-top: 15px;
	font-size: 16px;
}
.plugin_6723885738677823 p {
	position: relative;
	padding-left: 20px;
}
.plugin_6723885738677823 p:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0689db;
}
@media screen and (max-width:960px) {
.plugin_6723885738677823 {
	font-size: 14px;
}
}
@media screen and (max-width:767px) {
.plugin_6723885738677823 {
	font-size: 14px;
}
}
@media screen and (max-width:479px) {
.plugin_6723885738677823 {
	margin-top: 10px;
}
}
.plugin_5471467410361986 {
	font-size: 60px;
	font-family: Impact, Charcoal, sans-serif;
	color: #999999;
	line-height: 1;
	float: left;
}
.plugin_5471467410361986 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:1199px) {
.plugin_5471467410361986 {
	font-size: 48px;
}
}
@media screen and (max-width:960px) {
.plugin_5471467410361986 {
	font-size: 36px;
}
}
.plugin_6387576556127024 {
	font-size: 26px;
	float: left;
	color: #0689db;
	line-height: 60px;
	margin-left: 15px;
}
.plugin_6387576556127024 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:1199px) {
.plugin_6387576556127024 {
	font-size: 22px;
	line-height: 48px;
}
}
@media screen and (max-width:960px) {
.plugin_6387576556127024 {
	font-size: 18px;
	line-height: 36px;
}
}
.plugin_1067873287518775 img {
	max-width: 100%;
}
.plugin_1067873287518775 {
	color: #999999;
	margin-top: 15px;
	font-size: 16px;
}
.plugin_1067873287518775 p {
	position: relative;
	padding-left: 20px;
}
.plugin_1067873287518775 p:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0689db;
}
@media screen and (max-width:960px) {
.plugin_1067873287518775 {
	font-size: 14px;
}
}
@media screen and (max-width:767px) {
.plugin_1067873287518775 {
	font-size: 14px;
}
}
@media screen and (max-width:479px) {
.plugin_1067873287518775 {
	margin-top: 10px;
}
}
.plugin_5941138831417456 img {
	max-width: 100%;
}
.plugin_5941138831417456 {
	text-align: center;
}
.plugin_5526212611367825 img {
	max-width: 100%;
}
.plugin_5526212611367825 {
	text-align: center;
}
.plugin_4682345115985051 {
	font-size: 60px;
	font-family: Impact, Charcoal, sans-serif;
	color: #999999;
	line-height: 1;
	float: left;
}
.plugin_4682345115985051 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:1199px) {
.plugin_4682345115985051 {
	font-size: 48px;
}
}
@media screen and (max-width:960px) {
.plugin_4682345115985051 {
	font-size: 36px;
}
}
.plugin_2347196460326563 {
	font-size: 26px;
	float: left;
	color: #0689db;
	line-height: 60px;
	margin-left: 15px;
}
.plugin_2347196460326563 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:1199px) {
.plugin_2347196460326563 {
	font-size: 22px;
	line-height: 48px;
}
}
@media screen and (max-width:960px) {
.plugin_2347196460326563 {
	font-size: 18px;
	line-height: 36px;
}
}
.plugin_2569471820395333 img {
	max-width: 100%;
}
.plugin_2569471820395333 {
	color: #999999;
	margin-top: 15px;
	font-size: 16px;
}
.plugin_2569471820395333 p {
	position: relative;
	padding-left: 20px;
}
.plugin_2569471820395333 p:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0689db;
}
@media screen and (max-width:960px) {
.plugin_2569471820395333 {
	font-size: 14px;
}
}
@media screen and (max-width:767px) {
.plugin_2569471820395333 {
	font-size: 14px;
}
}
@media screen and (max-width:479px) {
.plugin_2569471820395333 {
	margin-top: 10px;
}
}
.plugin_5426355672223168 {
	font-size: 60px;
	font-family: Impact, Charcoal, sans-serif;
	color: #999999;
	line-height: 1;
	float: left;
}
.plugin_5426355672223168 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:1199px) {
.plugin_5426355672223168 {
	font-size: 48px;
}
}
@media screen and (max-width:960px) {
.plugin_5426355672223168 {
	font-size: 36px;
}
}
.plugin_1896894281014866 {
	font-size: 26px;
	float: left;
	color: #0689db;
	line-height: 60px;
	margin-left: 15px;
}
.plugin_1896894281014866 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:1199px) {
.plugin_1896894281014866 {
	font-size: 22px;
	line-height: 48px;
}
}
@media screen and (max-width:960px) {
.plugin_1896894281014866 {
	font-size: 18px;
	line-height: 36px;
}
}
.plugin_7236833455822632 img {
	max-width: 100%;
}
.plugin_7236833455822632 {
	color: #999999;
	margin-top: 15px;
	font-size: 16px;
}
.plugin_7236833455822632 p {
	position: relative;
	padding-left: 20px;
}
.plugin_7236833455822632 p:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0689db;
}
@media screen and (max-width:960px) {
.plugin_7236833455822632 {
	font-size: 14px;
}
}
@media screen and (max-width:767px) {
.plugin_7236833455822632 {
	font-size: 14px;
}
}
@media screen and (max-width:479px) {
.plugin_7236833455822632 {
	margin-top: 10px;
}
}
.plugin_4494379649172688 img {
	max-width: 100%;
}
.plugin_4494379649172688 {
	text-align: center;
}
.plugin_8100620370558885 {
	font-size: 24px;
	color: #0689db;
	
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #0689db;
}
.plugin_8100620370558885 .mod-more {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.plugin_5891690975928946 .mod-list {
	margin-left: -20px;
}
.plugin_5891690975928946 .mod-item {
	margin-top: 20px;
	margin-left: 20px;
	overflow: hidden;
}
.plugin_5891690975928946 .mod-pic {
	float: left;
	width: 40%;
	margin-right: 15px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	overflow: hidden;
}
.plugin_5891690975928946 .mod-pic img {
	max-width: 100%;
}
.plugin_5891690975928946 .mod-title {
	display: block;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #0689db;
	
}
.plugin_5891690975928946 .mod-read {
	display: inline-block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #f8f8f8;
	color: #999999;
	margin-top: 5px;
	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	font-size: 12px;
}
.plugin_5891690975928946 .mod-pagination {
	margin-top: 30px;
}
.plugin_5891690975928946 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_5891690975928946 .mod-yema.active {
	background-color: #eee;
}
.plugin_5891690975928946 .mod-digest {
	color: #999999;
	
	line-height: 1.8;
	margin-top: 8px;
}
.plugin_5891690975928946 {
	margin-top: 10px;
}
.plugin_5891690975928946 .mod-read:hover {
	background-color: #0689db;
	
	border-right: 1px solid #0689db;
	border-bottom: 1px solid #0689db;
	border-left: 1px solid #0689db;
	border-top: 1px solid #0689db;
	color: #ffffff;
}
@media screen and (max-width:767px) {
.plugin_5891690975928946 {
	margin-top: 0px;
}
}
.plugin_5179763457687464 {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #85cafd;
}
.plugin_5179763457687464 .mod-more {
	float: right;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.plugin_6630155419092994 img {
	max-width: 100%;
}
@media screen and (max-width:767px) {
.plugin_6630155419092994 {
}
}
.plugin_2420645152315467 img {
	max-width: 100%;
}
.plugin_2420645152315467 {
	color: #ffffff;
	
	margin-bottom: 20px;
}
.plugin_2420645152315467 p {
	text-indent: 2em;
	margin-top: 0;
}
@media screen and (max-width:960px) {
.plugin_2420645152315467 {
	margin-bottom: 15px;
}
}
@media screen and (max-width:767px) {
.plugin_2420645152315467 {
}
}
.plugin_5915263111031573 {
	display: inline-block;
}
.plugin_5915263111031573 .mod-a {
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	background-color: #ffffff;
	color: #0689db;
	
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
}
@media screen and (max-width:960px) {
.plugin_5915263111031573 {
}
}
@media screen and (max-width:479px) {
.plugin_5915263111031573 {
}
.plugin_5915263111031573 .mod-a {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
}
.plugin_1022345912988342 {
	display: inline-block;
	margin-left: 30px;
}
.plugin_1022345912988342 .mod-a {
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	background-color: #ffffff;
	color: #0689db;
	
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
}
@media screen and (max-width:479px) {
.plugin_1022345912988342 .mod-a {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.plugin_1022345912988342 {
	margin-left: 10px;
}
}
.plugin_3515130059875000 {
	display: inline-block;
	margin-left: 30px;
}
.plugin_3515130059875000 .mod-a {
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	background-color: #ffffff;
	color: #0689db;
	
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
}
@media screen and (max-width:767px) {
.plugin_3515130059875000 {
}
}
@media screen and (max-width:479px) {
.plugin_3515130059875000 {
	margin-left: 10px;
}
.plugin_3515130059875000 .mod-a {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
}
.plugin_4883114849996036 {
	font-size: 24px;
	color: #0689db;
	
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #0689db;
}
.plugin_4883114849996036 .mod-more {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	
}
.plugin_5570556171805265 .item {
	margin-left: 8px;
	margin-right: 8px;
}
.plugin_5570556171805265 .pic {
	display: block;
}
.plugin_5570556171805265 .pic img {
	max-width: 100%;
}
.plugin_5570556171805265 .title {
	display: block;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.plugin_5570556171805265 .owl-buttons div {
	position: absolute;
	top: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -41px;
	background-color: #fff;
	font-size: 36px;
	color: #000;
	opacity: .2;
	line-height: 1;
}
.plugin_5570556171805265 .owl-buttons div:hover {
	opacity: .6;
}
.plugin_5570556171805265 .owl-buttons .owl-prev {
	left: 0;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	padding-left: 5px;
	padding-right: 10px;
}
.plugin_5570556171805265 .owl-buttons .owl-next {
	right: 0;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	padding-left: 10px;
	padding-right: 5px;
}
.plugin_5570556171805265 {
	text-align: center;
	margin-top: 26px;
}
.plugin_5570556171805265 .pic img {
	border: 1px solid #ddd;
}
.plugin_5570556171805265 .owl-buttons div {
	display: none
}
.plugin_5285811830213622 img {
	max-width: 100%;
}
.plugin_5285811830213622 {
	margin-top: 22px;
}
.plugin_5775528112515888 {
	font-size: 24px;
	color: #0689db;
	
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #0689db;
}
.plugin_5775528112515888 .mod-more {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	
}
.plugin_2686854084887445 img {
	max-width: 100%;
}
.plugin_2686854084887445 {
	margin-top: 26px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.plugin_3608413139157422 img {
	max-width: 100%;
}
.plugin_3608413139157422 {
	margin-top: 30px;
}
.plugin_8229193068614006 {
	font-size: 24px;
	color: #0689db;
	
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #0689db;
}
.plugin_8229193068614006 .mod-more {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	
}
.plugin_8461548237214318 .item {
	margin-left: 8px;
	margin-right: 8px;
}
.plugin_8461548237214318 .pic {
	display: block;
}
.plugin_8461548237214318 .pic img {
	max-width: 175px;
	width: 175px;
	height: 220px;
}
.plugin_8461548237214318 .title {
	display: block;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.plugin_8461548237214318 .owl-buttons div {
	position: absolute;
	top: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -41px;
	background-color: #f5f5f5;
	font-size: 36px;
	color: #666;
	line-height: 1;
	opacity: .8;
}
.plugin_8461548237214318 .owl-buttons div:hover {
	opacity: 1;
}
.plugin_8461548237214318 .owl-buttons .owl-prev {
	left: 0;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	padding-left: 5px;
	padding-right: 10px;
}
.plugin_8461548237214318 .owl-buttons .owl-next {
	right: 0;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	padding-left: 10px;
	padding-right: 5px;
}
.plugin_8461548237214318 {
	margin-top: 40px;
	text-align: center;
}
.plugin_8461548237214318 .pic img {
	border: 1px solid #ddd;
}
@media screen and (max-width:767px) {
.plugin_8461548237214318 {
	margin-top: 30px;
}
}
.plugin_4034508968342790 img {
	max-width: 100%;
}
.plugin_4034508968342790 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	
	margin-top: 50px;
}
@media screen and (max-width:1199px) {
.plugin_4034508968342790 {
	font-size: 24px;
}
}
@media screen and (max-width:960px) {
.plugin_4034508968342790 {
	font-size: 18px;
}
}
@media screen and (max-width:767px) {
.plugin_4034508968342790 {
	margin-top: 40px;
}
}
@media screen and (max-width:479px) {
.plugin_4034508968342790 {
	margin-top: 0px;
	text-align: center;
}
}
.plugin_1117112539876941 img {
	max-width: 100%;
}
.plugin_1117112539876941 {
	font-size: 30px;
	color: #ffd000;
	
	margin-left: 60px;
	margin-top: 10px;
	font-weight: bold;
}
@media screen and (max-width:1199px) {
.plugin_1117112539876941 {
	font-size: 24px;
}
}
@media screen and (max-width:960px) {
.plugin_1117112539876941 {
	font-size: 18px;
}
}
@media screen and (max-width:767px) {
.plugin_1117112539876941 {
	margin-left: 0px;
}
}
@media screen and (max-width:479px) {
.plugin_1117112539876941 {
	text-align: center;
}
}
.plugin_2774883423513748 img {
	max-width: 100%;
}
@media screen and (max-width:479px) {
.plugin_2774883423513748 {
	text-align: center;
}
}
.plugin_4537637149945235 {
	font-size: 24px;
	color: #0689db;
	
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #0689db;
}
.plugin_4537637149945235 .mod-more {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	
}
.plugin_4152701924177829 .mod-list {
}
.plugin_4152701924177829 .mod-item {
	overflow: hidden;
}
.plugin_4152701924177829 .mod-pic {
	display: block;
	float: left;
	max-width: 146px;
	margin-right: 16px;
}
.plugin_4152701924177829 .mod-pic img {
	max-width: 100%;
}
.plugin_4152701924177829 .mod-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.plugin_4152701924177829 .mod-read {
	display: inline-block;
	padding: 3px 15px;
	background-color: #999;
	color: #fff;
	margin-top: 5px;
}
.plugin_4152701924177829 .mod-pagination {
	margin-top: 30px;
}
.plugin_4152701924177829 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_4152701924177829 .mod-yema.active {
	background-color: #eee;
}
.plugin_4152701924177829 .mod-digest {
	margin-top: 5px;
	color: #999999;
}
.plugin_4152701924177829 {
	margin-top: 18px;
}
@media screen and (max-width:960px) {
.plugin_4152701924177829 .mod-pic {
	max-width: 100%;
	margin-right: 0px;
	float: none;
	margin-bottom: 10px;
}
.plugin_4152701924177829 .mod-digest {
	overflow: hidden;
}
}
@media screen and (max-width:767px) {
.plugin_4152701924177829 {
	margin-top: 20px;
}
}
@media screen and (max-width:479px) {
.plugin_4152701924177829 .mod-pic {
	max-width: 100%;
	float: none;
	width: 100%;
	text-align: center;
}
.plugin_4152701924177829 .mod-item {
}
.plugin_4152701924177829 .mod-list {
}
}
.plugin_7890804388277227 .mod-item {
	padding-top: 7px;
	padding-bottom: 7px;
}
.plugin_7890804388277227 .mod-title {
	margin-right: 100px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.plugin_7890804388277227 .mod-time {
	float: right;
	color: #999999;
	
}
.plugin_7890804388277227 .mod-pagination {
	margin-top: 30px;
}
.plugin_7890804388277227 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_7890804388277227 .mod-yema.active {
	background-color: #eee;
}
.plugin_7890804388277227 .mod-title:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 4px;
	height: 4px;
	background-color: #ddd;
	border: 2px solid #ccc;
}
.plugin_7890804388277227 {
	margin-top: 10px;
}
@media screen and (max-width:1199px) {
.plugin_7890804388277227 .mod-time {
}
}
@media screen and (max-width:960px) {
.plugin_7890804388277227 .mod-time {
	font-size: 12px;
}
}
.plugin_6884848919375783 {
	font-size: 24px;
	color: #0689db;
	
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #0689db;
}
.plugin_6884848919375783 .mod-more {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	
}
.plugin_3127283066766185 .mod-list {
}
.plugin_3127283066766185 .mod-item {
	overflow: hidden;
}
.plugin_3127283066766185 .mod-pic {
	display: block;
	float: left;
	max-width: 146px;
	margin-right: 16px;
}
.plugin_3127283066766185 .mod-pic img {
	max-width: 100%;
}
.plugin_3127283066766185 .mod-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.plugin_3127283066766185 .mod-read {
	display: inline-block;
	padding: 3px 15px;
	background-color: #999;
	color: #fff;
	margin-top: 5px;
}
.plugin_3127283066766185 .mod-pagination {
	margin-top: 30px;
}
.plugin_3127283066766185 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_3127283066766185 .mod-yema.active {
	background-color: #eee;
}
.plugin_3127283066766185 .mod-digest {
	margin-top: 5px;
	color: #999999;
}
.plugin_3127283066766185 {
	margin-top: 18px;
}
@media screen and (max-width:960px) {
.plugin_3127283066766185 .mod-pic {
	max-width: 100%;
	margin-right: 0px;
	float: none;
	margin-bottom: 10px;
}
.plugin_3127283066766185 .mod-digest {
	overflow: hidden;
}
}
@media screen and (max-width:767px) {
.plugin_3127283066766185 {
	margin-top: 20px;
}
}
@media screen and (max-width:479px) {
.plugin_3127283066766185 .mod-pic {
	max-width: 100%;
	float: none;
	width: 100%;
	text-align: center;
}
.plugin_3127283066766185 .mod-item {
}
.plugin_3127283066766185 .mod-list {
}
}
.plugin_4963392381084830 .mod-item {
	padding-top: 7px;
	padding-bottom: 7px;
}
.plugin_4963392381084830 .mod-title {
	margin-right: 100px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.plugin_4963392381084830 .mod-time {
	float: right;
	color: #999999;
	
}
.plugin_4963392381084830 .mod-pagination {
	margin-top: 30px;
}
.plugin_4963392381084830 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_4963392381084830 .mod-yema.active {
	background-color: #eee;
}
.plugin_4963392381084830 .mod-title:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 4px;
	height: 4px;
	background-color: #ddd;
	border: 2px solid #ccc;
}
.plugin_4963392381084830 {
	margin-top: 10px;
}
.plugin_1013361422726792 {
	font-size: 24px;
	color: #0689db;
	
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #0689db;
}
.plugin_1013361422726792 .mod-more {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	
}
.plugin_2029834346933093 .mod-list {
}
.plugin_2029834346933093 .mod-item {
	display: inline-block;
	padding-bottom: 16px;
	border-bottom: 1px dashed #dddddd;
	padding-top: 12px;
}
.plugin_2029834346933093 .mod-pic {
	display: none;
	float: left;
	max-width: 146px;
	margin-right: 16px;
}
.plugin_2029834346933093 .mod-pic img {
	max-width: 100%;
}
.plugin_2029834346933093 .mod-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.plugin_2029834346933093 .mod-read {
	display: inline-block;
	padding: 3px 15px;
	background-color: #999;
	color: #fff;
	margin-top: 5px;
}
.plugin_2029834346933093 .mod-pagination {
	margin-top: 30px;
}
.plugin_2029834346933093 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_2029834346933093 .mod-yema.active {
	background-color: #eee;
}
.plugin_2029834346933093 .mod-digest {
	margin-top: 8px;
	color: #999999;
	padding-left: 16px;
}
.plugin_2029834346933093 {
	margin-top: 8px;
	padding-bottom: 16px;
}
.plugin_2029834346933093 .mod-title:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 4px;
	height: 4px;
	background-color: #ddd;
	border: 2px solid #ccc;
}
@media screen and (max-width:960px) {
.plugin_2029834346933093 .mod-pic {
	max-width: 160px;
}
.plugin_2029834346933093 .mod-digest {
	overflow: hidden;
}
}
@media screen and (max-width:767px) {
.plugin_2029834346933093 {
	margin-top: 20px;
}
}
@media screen and (max-width:479px) {
.plugin_2029834346933093 .mod-pic {
	max-width: 100%;
	float: none;
	width: 100%;
	text-align: center;
}
.plugin_2029834346933093 .mod-item {
}
.plugin_2029834346933093 .mod-list {
}
}
.plugin_8275543186788573 {
	font-size: 24px;
	color: #0689db;
	
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #0689db;
}
.plugin_8275543186788573 .mod-more {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	
}
.plugin_7617317883686344 .mod-item {
	float: left;
}
.plugin_7617317883686344 .mod-pic {
	width: 220px;
}
.plugin_7617317883686344 .mod-pic img {
	max-width: 100%;
}
.plugin_7617317883686344 .mod-title {
	margin-top: 15px;
	margin-right: 15px;
}
.plugin_7617317883686344 .mod-item a {
	margin-top: 15px;
	margin-right: 15px;
}
.plugin_7617317883686344 {
	margin-top: 20px;
}
.plugin_1575680256824639 .menu {
	display: inline-block;
}
.plugin_1575680256824639 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_1575680256824639 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_1575680256824639 .menu .mli:last-child:before {
	width: 0;
}
.plugin_1575680256824639 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_1575680256824639 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_1575680256824639 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_1575680256824639 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_1575680256824639 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_1575680256824639 .subMenu li a:hover {
	background-color: #333;
}
.plugin_1575680256824639 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_1575680256824639 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_1575680256824639 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_1575680256824639 {
	line-height: 1.6;
	display: none;
}
}
.plugin_1460768272663724 img {
	max-width: 100%;
}
.plugin_1460768272663724 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_8976384667003116 img {
	max-width: 100%;
}
.plugin_8976384667003116 {
	color: #999999;
	line-height: 1.8;
}
.plugin_8976384667003116 p {
	margin: 0;
}
.plugin_8976384667003116 a {
	color: #999999;
}
.plugin_a>a{float:left; margin-left: 10px;}
@media screen and (max-width:767px) {
.plugin_8976384667003116 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_8976384667003116 {
	text-align: center;
}
.plugin_8976384667003116 span {
	display: none;
}
.plugin_8976384667003116 a {
	display: block;
}
.plugin_8976384667003116 br {
	display: none;
}
}
.plugin_7040453178753062 img {
	max-width: 100%;
}
.plugin_7040453178753062 {
	float: left;
}
.plugin_6878160186263321 img {
	max-width: 100%;
}
.plugin_6878160186263321 {
	float: left;
	margin-left: 10px;
}
.plugin_8378720248862199 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_8378720248862199 img {
	max-width: 100%;
}
.plugin_5534222613764991 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_5534222613764991 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_5534222613764991 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_5534222613764991 .menu .mli:last-child:before {
	width: 0;
}
.plugin_5534222613764991 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.plugin_5534222613764991 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_5534222613764991 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_5534222613764991 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_5534222613764991 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_5534222613764991 .subMenu li a:hover {
	background-color: #333;
}
.plugin_5534222613764991 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_5534222613764991 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_5534222613764991 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_4830212250941914 img {
	max-width: 100%;
}
.plugin_4830212250941914 {
	display: inline-block;
}
.plugin_2947514933566275 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_2947514933566275 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_3997702629406203 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_3997702629406203 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_3764477943306363 .menu {
}
.plugin_3764477943306363 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_3764477943306363 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_3764477943306363 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_3764477943306363 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_3764477943306363 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_3764477943306363 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_3764477943306363 .subMenu li a:hover {
	background-color: #333;
}
.plugin_3764477943306363 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_3764477943306363 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_3764477943306363 {
}
.plugin_3764477943306363 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_3764477943306363 .mod-first-en.active {
}
.plugin_3764477943306363 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_3764477943306363 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_3764477943306363 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
.plugin_3764477943306363 {
}
}
.plugin_4278298014466559 img {
	max-width: 100%;
}
.plugin_4278298014466559 {
	text-align: center;
}
.plugin_7250373468694214 img {
	max-width: 100%;
}
.plugin_7250373468694214 .mod-wr1 {
	display: block;
	background-color: #0689db;
	padding-left: 25px;
	font-size: 18px;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	
}
.plugin_7250373468694214 .mod-wr2 {
	display: block;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}
.plugin_7250373468694214 .mod-wr2:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	position: absolute;
	right: 20px;
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.plugin_7250373468694214 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_7250373468694214 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_7250373468694214 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #0084e9;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	text-indent: 20px;
	cursor: pointer;
	position: relative;
}
.plugin_7250373468694214 .mb-label:before {
	position: absolute;
	content: " ";
	display: inline-block;
	top: 17px;
	right: 15px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #fff;
}
.plugin_7250373468694214 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_7250373468694214 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_7250373468694214 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_7250373468694214 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_7250373468694214 .mod-wr2:hover {
	color: #0084e9;
	background-color: #f8f8f8;
}
.plugin_7250373468694214 .mod-wr2.active {
	color: #0084e9;
	background-color: #f8f8f8;
}
@media screen and (max-width:767px) {
.plugin_7250373468694214 .mb-label {
	display: block;
}
}
.plugin_8153335733162322 {
	font-size: 18px;
	color: #ffffff;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #0689db;
}
.plugin_8153335733162322 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_5147561882121013 img {
	max-width: 100%;
}
.plugin_5147561882121013 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.plugin_1062234164014156 img {
	max-width: 100%;
}
.plugin_1062234164014156 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.plugin_8126435582632922 img {
	max-width: 100%;
}
.plugin_8126435582632922 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	padding-left: 10px;
	font-size: 18px;
}
.plugin_8126435582632922 .mod-wr2 {
	display: block;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #ddd;
}
.plugin_8126435582632922 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_8126435582632922 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_8126435582632922 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #eee;
	text-indent: 20px;
	cursor: pointer;
}
.plugin_8126435582632922 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_8126435582632922 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_8126435582632922 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_8126435582632922 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_8126435582632922 {
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
}
@media screen and (max-width:960px) {
.plugin_8126435582632922 .mb-label {
	display: block;
}
}
.plugin_3186455152193126 {
	line-height: 36px;
	float: right;
	padding-left: 18px;
	background-image: url(../images/201604211461221498499376.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999999;
}
.plugin_3186455152193126 a {
	color: #999;
}
@media screen and (max-width:479px) {
.plugin_3186455152193126 {
	display: none;
}
}
.plugin_2870550614377147 img {
	max-width: 100%;
}
.plugin_2870550614377147 {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	line-height: 180%;
}
.plugin_6356264072555333 .menu {
	display: inline-block;
}
.plugin_6356264072555333 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_6356264072555333 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_6356264072555333 .menu .mli:last-child:before {
	width: 0;
}
.plugin_6356264072555333 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_6356264072555333 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_6356264072555333 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_6356264072555333 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_6356264072555333 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_6356264072555333 .subMenu li a:hover {
	background-color: #333;
}
.plugin_6356264072555333 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_6356264072555333 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_6356264072555333 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_6356264072555333 {
	line-height: 1.6;
	display: none;
}
}
.plugin_6687551516706300 img {
	max-width: 100%;
}
.plugin_6687551516706300 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_7836618488204366 img {
	max-width: 100%;
}
.plugin_7836618488204366 {
	color: #999999;
	line-height: 1.8;
}
.plugin_7836618488204366 p {
	margin: 0;
}
.plugin_7836618488204366 a {
	color: #999999;
}
@media screen and (max-width:767px) {
.plugin_7836618488204366 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_7836618488204366 {
	text-align: center;
}
.plugin_7836618488204366 span {
	display: none;
}
.plugin_7836618488204366 a {
	display: block;
}
.plugin_7836618488204366 br {
	display: none;
}
}
.plugin_3298723771983065 img {
	max-width: 100%;
}
.plugin_3298723771983065 {
	float: left;
}
.plugin_1779535817794081 img {
	max-width: 100%;
}
.plugin_1779535817794081 {
	float: left;
	margin-left: 10px;
}
.plugin_4362163325586849 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_4362163325586849 img {
	max-width: 100%;
}
.plugin_1150807685955689 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_1150807685955689 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_1150807685955689 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_1150807685955689 .menu .mli:last-child:before {
	width: 0;
}
.plugin_1150807685955689 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.plugin_1150807685955689 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_1150807685955689 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_1150807685955689 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_1150807685955689 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_1150807685955689 .subMenu li a:hover {
	background-color: #333;
}
.plugin_1150807685955689 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_1150807685955689 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_1150807685955689 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_4309811664298820 img {
	max-width: 100%;
}
.plugin_4309811664298820 {
	display: inline-block;
}
.plugin_7750127312692397 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_7750127312692397 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_4764873814032967 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_4764873814032967 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_6237318365394026 .menu {
}
.plugin_6237318365394026 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_6237318365394026 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_6237318365394026 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_6237318365394026 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_6237318365394026 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_6237318365394026 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_6237318365394026 .subMenu li a:hover {
	background-color: #333;
}
.plugin_6237318365394026 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_6237318365394026 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_6237318365394026 {
}
.plugin_6237318365394026 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_6237318365394026 .mod-first-en.active {
}
.plugin_6237318365394026 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_6237318365394026 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_6237318365394026 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
.plugin_6237318365394026 {
}
}
.plugin_3512474337433077 img {
	max-width: 100%;
}
.plugin_3512474337433077 {
	text-align: center;
}
.plugin_4439759256516562 img {
	max-width: 100%;
}
.plugin_4439759256516562 .mod-wr1 {
	display: block;
	background-color: #0689db;
	padding-left: 25px;
	font-size: 18px;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	
}
.plugin_4439759256516562 .mod-wr2 {
	display: block;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}
.plugin_4439759256516562 .mod-wr2:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	position: absolute;
	right: 20px;
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.plugin_4439759256516562 .mod-wr3 {
	display: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_4439759256516562 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_4439759256516562 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #0084e9;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	text-indent: 20px;
	cursor: pointer;
	position: relative;
}
.plugin_4439759256516562 .mb-label:before {
	position: absolute;
	content: " ";
	display: inline-block;
	top: 17px;
	right: 15px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #fff;
}
.plugin_4439759256516562 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_4439759256516562 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_4439759256516562 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_4439759256516562 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_4439759256516562 .mod-wr2:hover {
	color: #0084e9;
	background-color: #f8f8f8;
}
.plugin_4439759256516562 .mod-wr2.active {
	color: #0084e9;
	background-color: #f8f8f8;
}
.plugin_4439759256516562 {
	background-color: #0689db;
	color: #ffffff;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
}
@media screen and (max-width:767px) {
.plugin_4439759256516562 .mb-label {
	display: block;
}
.plugin_4439759256516562 {
	display: none;
}
}
.plugin_7193573535872072 .menu {
	position: relative;
	z-index: 300;
}
.plugin_7193573535872072 .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plugin_7193573535872072 .menu .m-menu-toggle {
	padding: 8px;
	background-color: #0689db;
	color: #fff;
	font-size: 18px;
}
.plugin_7193573535872072 .menu .m-menu-toggle:before {
	content: "";
	display: inline-block;
	float: right;
	border-top: 6px solid #ffffff;
	margin-top: 8px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.plugin_7193573535872072 .menu .m-menu-toggle.on:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.plugin_7193573535872072 .menu .m-menu {
	position: absolute;
	width: 100%;
	background-color: #f8f8f8;
}
.plugin_7193573535872072 .mod-one {
	display: block;
	-webkit-transition: none;
	transition: none;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
}
.plugin_7193573535872072 .mod-one .fa {
	margin-right: 10px;
}
.plugin_7193573535872072 .mod-two {
	display: block;
	-webkit-transition: none;
	transition: none;
	padding: 8px 15px;
}
.plugin_7193573535872072 .mod-two .fa {
	margin-right: 10px;
}
.plugin_7193573535872072 .menu .sub {
	height: 0;
	background-color: #f5f5f5;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.plugin_7193573535872072 .menu .on .sub {
}
.plugin_7193573535872072 .menu .m-menu>li i {
	margin-right: 5px;
}
.plugin_7193573535872072 .menu .m-menu>li a {
	display: block;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #ddd;
}
.plugin_7193573535872072 .menu .m-menu>li>a {
	padding-left: 2em;
}
.plugin_7193573535872072 .menu .m-menu>li>ul>li>a {
	padding-left: 4em;
}
.plugin_7193573535872072 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.plugin_4732817871801745 {
	font-size: 18px;
	color: #ffffff;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #0689db;
}
.plugin_4732817871801745 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_6755223749854233 img {
	max-width: 100%;
}
.plugin_6755223749854233 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.plugin_2344668513766787 img {
	max-width: 100%;
}
.plugin_2344668513766787 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.plugin_8126774740442396 img {
	max-width: 100%;
}
.plugin_8126774740442396 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	padding-left: 10px;
	font-size: 18px;
}
.plugin_8126774740442396 .mod-wr2 {
	display: block;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #ddd;
}
.plugin_8126774740442396 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_8126774740442396 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_8126774740442396 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #eee;
	text-indent: 20px;
	cursor: pointer;
}
.plugin_8126774740442396 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_8126774740442396 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_8126774740442396 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_8126774740442396 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_8126774740442396 {
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
}
@media screen and (max-width:960px) {
.plugin_8126774740442396 .mb-label {
	display: block;
}
}
.plugin_7578692734585717 {
	line-height: 36px;
	padding-left: 18px;
	background-image: url(../images/201604211461221498499376.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999999;
	float: right;
}
.plugin_7578692734585717 a {
	color: #999;
}
@media screen and (max-width:479px) {
.plugin_7578692734585717 {
	display: none;
}
}
.plugin_7970620350606091 .mod-list {
	margin-left: -20px;
}
.plugin_7970620350606091 .mod-item {
	margin-left: 20px;
	margin-bottom: 40px;
}
.plugin_7970620350606091 .mod-pic {
	display: block;
	box-shadow: 3px 3px 6px #efefef;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	overflow: hidden;
}
.plugin_7970620350606091 .mod-pic img {
	max-width: 100%;
}
.plugin_7970620350606091 .mod-title {
	display: block;
	margin-top: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 12px;
}
.plugin_7970620350606091 .mod-read {
	display: inline-block;
	padding: 3px 15px;
	background-color: #999;
	color: #fff;
	margin-top: 5px;
}
.plugin_7970620350606091 .mod-pagination {
	margin-top: 30px;
}
.plugin_7970620350606091 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_7970620350606091 .mod-yema.active {
	background-color: #eee;
}
.plugin_7970620350606091 .mod-pic:hover {
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.19);
}
.plugin_7970620350606091 {
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width:960px) {
.plugin_7970620350606091 .mod-item {
	margin-bottom: 20px;
}
}
@media screen and (max-width:479px) {
.plugin_7970620350606091 .mod-list .col-xs-12 {
	width: 50%;
}
}
.plugin_3428391023912731 .menu {
	display: inline-block;
}
.plugin_3428391023912731 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_3428391023912731 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_3428391023912731 .menu .mli:last-child:before {
	width: 0;
}
.plugin_3428391023912731 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_3428391023912731 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_3428391023912731 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_3428391023912731 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_3428391023912731 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_3428391023912731 .subMenu li a:hover {
	background-color: #333;
}
.plugin_3428391023912731 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_3428391023912731 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_3428391023912731 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_3428391023912731 {
	line-height: 1.6;
	display: none;
}
}
.plugin_8205482054173424 img {
	max-width: 100%;
}
.plugin_8205482054173424 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_7898859284836830 img {
	max-width: 100%;
}
.plugin_7898859284836830 {
	color: #999999;
	line-height: 1.8;
}
.plugin_7898859284836830 p {
	margin: 0;
}
.plugin_7898859284836830 a {
	color: #999999;
}
@media screen and (max-width:767px) {
.plugin_7898859284836830 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_7898859284836830 {
	text-align: center;
}
.plugin_7898859284836830 span {
	display: none;
}
.plugin_7898859284836830 a {
	display: block;
}
.plugin_7898859284836830 br {
	display: none;
}
}
.plugin_7954819431622813 img {
	max-width: 100%;
}
.plugin_7954819431622813 {
	float: left;
}
.plugin_3281345740503808 img {
	max-width: 100%;
}
.plugin_3281345740503808 {
	float: left;
	margin-left: 10px;
}
.plugin_3479183452488837 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_3479183452488837 img {
	max-width: 100%;
}
.plugin_8066616530882719 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_8066616530882719 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_8066616530882719 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_8066616530882719 .menu .mli:last-child:before {
	width: 0;
}
.plugin_8066616530882719 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.plugin_8066616530882719 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_8066616530882719 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_8066616530882719 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_8066616530882719 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_8066616530882719 .subMenu li a:hover {
	background-color: #333;
}
.plugin_8066616530882719 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_8066616530882719 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_8066616530882719 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_7170366119473003 img {
	max-width: 100%;
}
.plugin_7170366119473003 {
	display: inline-block;
}
.plugin_6493489335531567 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_6493489335531567 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_2696429614523814 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_2696429614523814 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_5966450971747738 .menu {
}
.plugin_5966450971747738 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_5966450971747738 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_5966450971747738 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_5966450971747738 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_5966450971747738 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_5966450971747738 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_5966450971747738 .subMenu li a:hover {
	background-color: #333;
}
.plugin_5966450971747738 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_5966450971747738 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_5966450971747738 {
}
.plugin_5966450971747738 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_5966450971747738 .mod-first-en.active {
}
.plugin_5966450971747738 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_5966450971747738 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_5966450971747738 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
.plugin_5966450971747738 {
}
}
.plugin_8433689069123311 img {
	max-width: 100%;
}
.plugin_8433689069123311 {
	text-align: center;
}
.plugin_4013501271057064 img {
	max-width: 100%;
}
.plugin_4013501271057064 .mod-wr1 {
	display: block;
	background-color: #0689db;
	padding-left: 25px;
	font-size: 18px;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	
}
.plugin_4013501271057064 .mod-wr2 {
	display: block;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}
.plugin_4013501271057064 .mod-wr2:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	position: absolute;
	right: 20px;
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.plugin_4013501271057064 .mod-wr3 {
	display: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_4013501271057064 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_4013501271057064 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #0084e9;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	text-indent: 20px;
	cursor: pointer;
	position: relative;
}
.plugin_4013501271057064 .mb-label:before {
	position: absolute;
	content: " ";
	display: inline-block;
	top: 17px;
	right: 15px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #fff;
}
.plugin_4013501271057064 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_4013501271057064 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_4013501271057064 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_4013501271057064 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_4013501271057064 .mod-wr2:hover {
	color: #0084e9;
	background-color: #f8f8f8;
}
.plugin_4013501271057064 .mod-wr2.active {
	color: #0084e9;
	background-color: #f8f8f8;
}
.plugin_4013501271057064 {
	background-color: #0689db;
	color: #ffffff;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
}
@media screen and (max-width:767px) {
.plugin_4013501271057064 .mb-label {
	display: block;
}
.plugin_4013501271057064 {
	display: none;
}
}
.plugin_3939855067312214 .menu {
	position: relative;
	z-index: 300;
}
.plugin_3939855067312214 .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plugin_3939855067312214 .menu .m-menu-toggle {
	padding: 8px;
	background-color: #0689db;
	color: #fff;
	font-size: 18px;
}
.plugin_3939855067312214 .menu .m-menu-toggle:before {
	content: "";
	display: inline-block;
	float: right;
	border-top: 6px solid #ffffff;
	margin-top: 8px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.plugin_3939855067312214 .menu .m-menu-toggle.on:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.plugin_3939855067312214 .menu .m-menu {
	position: absolute;
	width: 100%;
	background-color: #f8f8f8;
}
.plugin_3939855067312214 .mod-one {
	display: block;
	-webkit-transition: none;
	transition: none;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
}
.plugin_3939855067312214 .mod-one .fa {
	margin-right: 10px;
}
.plugin_3939855067312214 .mod-two {
	display: block;
	-webkit-transition: none;
	transition: none;
	padding: 8px 15px;
}
.plugin_3939855067312214 .mod-two .fa {
	margin-right: 10px;
}
.plugin_3939855067312214 .menu .sub {
	height: 0;
	background-color: #f5f5f5;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.plugin_3939855067312214 .menu .on .sub {
}
.plugin_3939855067312214 .menu .m-menu>li i {
	margin-right: 5px;
}
.plugin_3939855067312214 .menu .m-menu>li a {
	display: block;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #ddd;
}
.plugin_3939855067312214 .menu .m-menu>li>a {
	padding-left: 2em;
}
.plugin_3939855067312214 .menu .m-menu>li>ul>li>a {
	padding-left: 4em;
}
.plugin_3939855067312214 {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.plugin_4246254146056628 {
	font-size: 18px;
	color: #ffffff;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #0689db;
}
.plugin_4246254146056628 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_2937523838146449 .mod-list {
	margin-left: -20px;
}
.plugin_2937523838146449 .mod-item {
	margin-left: 20px;
	margin-top: 20px;
}
.plugin_2937523838146449 .mod-pic {
	display: block;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	overflow: hidden;
}
.plugin_2937523838146449 .mod-pic img {
	max-width: 100%;
}
.plugin_2937523838146449 .mod-title {
	display: block;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.plugin_2937523838146449 .mod-read {
	display: inline-block;
	padding: 3px 15px;
	background-color: #999;
	color: #fff;
	margin-top: 5px;
}
.plugin_2937523838146449 .mod-pagination {
	margin-top: 30px;
}
.plugin_2937523838146449 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_2937523838146449 .mod-yema.active {
	background-color: #eee;
}
.plugin_2937523838146449 {
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 30px;
}
.plugin_5973686549451401 {
	font-size: 18px;
	color: #ffffff;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #0689db;
}
.plugin_5973686549451401 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_3845317817407623 .mod-item {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #dddddd;
}
.plugin_3845317817407623 .mod-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
}
.plugin_3845317817407623 .mod-time {
	float: right;
}
.plugin_3845317817407623 .mod-pagination {
	margin-top: 30px;
}
.plugin_3845317817407623 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_3845317817407623 .mod-yema.active {
	background-color: #eee;
}
.plugin_3845317817407623 .mod-title:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 6px;
	height: 6px;
	background-color: #0689db;
	border-radius: 50%;
}
.plugin_3845317817407623 {
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-right: 20px;
}
.plugin_5550714767712956 {
	font-size: 18px;
	color: #ffffff;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #0689db;
}
.plugin_5550714767712956 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_4398713959976067 img {
	max-width: 100%;
}
.plugin_4398713959976067 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.plugin_7597389679416201 img {
	max-width: 100%;
}
.plugin_7597389679416201 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.plugin_1535273841578474 img {
	max-width: 100%;
}
.plugin_1535273841578474 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	padding-left: 10px;
	font-size: 18px;
}
.plugin_1535273841578474 .mod-wr2 {
	display: block;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #ddd;
}
.plugin_1535273841578474 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_1535273841578474 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_1535273841578474 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #eee;
	text-indent: 20px;
	cursor: pointer;
}
.plugin_1535273841578474 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_1535273841578474 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_1535273841578474 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_1535273841578474 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_1535273841578474 {
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
}
@media screen and (max-width:960px) {
.plugin_1535273841578474 .mb-label {
	display: block;
}
}
.plugin_6926391529854293 {
	line-height: 36px;
	padding-left: 18px;
	background-image: url(../images/201604211461221498499376.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999999;
	float: right;
}
.plugin_6926391529854293 a {
	color: #999;
}
@media screen and (max-width:479px) {
.plugin_6926391529854293 {
	display: none;
}
}
.plugin_8942692752777418 img {
	max-width: 100%;
}
.plugin_8942692752777418 {
	text-align: center;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-right: 20px;
}
@media screen and (max-width:479px) {
.plugin_8942692752777418 {
	margin-right: 0px;
}
}
.plugin_3288633731657249 {
	color: #0689db;
	
	font-size: 18px;
}
@media screen and (max-width:767px) {
.plugin_3288633731657249 {
	margin-top: 10px;
}
}
.plugin_8060389633137317 img {
	max-width: 100%;
}
.plugin_8060389633137317 {
	margin-top: 10px;
	font-size: 16px;
}
@media screen and (max-width:767px) {
.plugin_8060389633137317 {
	line-height: 1;
}
}
.plugin_2951214617133022 {
	margin-top: 10px;
	margin-right: 20px;
}
@media screen and (max-width:767px) {
.plugin_2951214617133022 {
	margin-right: 0px;
}
}
.plugin_2700482119125986 img {
	max-width: 100%;
}
.plugin_2700482119125986 {
	margin-top: 10px;
	font-size: 18px;
	color: #fa8602;
	
}
@media screen and (max-width:767px) {
.plugin_2700482119125986 {
	font-size: 14px;
}
}
.plugin_6072514585038144 {
	display: inline-block;
	margin-top: 16px;
}
.plugin_6072514585038144 .mod-a {
	display: block;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	font-size: 16px;
	background-color: #3eadf2;
	
	color: #ffffff;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
}
.plugin_1409167447306854 {
	font-size: 16px;
	height: 36px;
	line-height: 40px;
	color: #0689db;
	padding-left: 20px;
	
	background-color: #f5f5f5;
	font-weight: bold;
	margin-top: 20px;
}
.plugin_1409167447306854 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:767px) {
.plugin_1409167447306854 {
}
}
.plugin_8313138640702759 img {
	max-width: 100%;
}
.plugin_8313138640702759 {
	margin-top: 20px;
	line-height: 1.8;
}
.plugin_8313138640702759 p {
	margin-top: 0;
	margin-bottom: 0px;
}
.plugin_8313138640702759 table {
	border-collapse: collapse;
}
.plugin_8313138640702759 table td {
	border: 1px solid #dedede;
	padding: 5px;
}
@media screen and (max-width:767px) {
.plugin_8313138640702759 {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
}
.plugin_8468433377881307 {
	font-size: 16px;
	height: 36px;
	line-height: 40px;
	color: #0689db;
	padding-left: 20px;
	
	background-color: #f5f5f5;
	font-weight: bold;
	margin-top: 20px;
}
.plugin_8468433377881307 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:767px) {
.plugin_8468433377881307 {
}
}
.plugin_1710347259805170 {
	font-size: 18px;
	
	font-weight: bold;
	margin-top: 30px;
}
.plugin_1710347259805170 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:767px) {
.plugin_1710347259805170 {
	margin-top: 0px;
}
}
.plugin_1435489277312793 img {
	max-width: 100%;
}
.plugin_1435489277312793 {
	margin-top: 10px;
	line-height: 1.8;
}
.plugin_3900175689553332 img {
	max-width: 100%;
}
@media screen and (max-width:767px) {
.plugin_3900175689553332 {
}
}
.plugin_3053138863146093 {
	font-size: 16px;
	height: 36px;
	line-height: 40px;
	color: #0689db;
	padding-left: 20px;
	
	background-color: #f5f5f5;
	font-weight: bold;
	margin-top: 20px;
}
.plugin_3053138863146093 .mod-more {
	float: right;
	font-size: 12px;
}
@media screen and (max-width:767px) {
.plugin_3053138863146093 {
}
}
.plugin_7261257725584109 .input-row {
	width: 100%;
	margin-top: 20px;
}
.plugin_7261257725584109 .input-caption {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	width: 90px;
	text-align: right;
	padding: 5px 10px;
}
.plugin_7261257725584109 .input-text, .plugin_7261257725584109 .textarea, .plugin_7261257725584109 .select, .plugin_7261257725584109 .checkbox-group, .plugin_7261257725584109 .radio-group {
	display: table-cell;
	vertical-align: middle;
}
.plugin_7261257725584109 .input-captcha {
	max-width: 100px;
}
.plugin_7261257725584109 .img-captcha {
	border: 1px solid #ddd;
	border-left: none;
	height: 36px;
}
.plugin_7261257725584109 .checkbox, .form-panel .radio {
	margin-left: 5px;
}
.plugin_7261257725584109 .input-button {
	border: none;
	height: 34px;
	padding-left: 30px;
	padding-right: 30px;
	background: #3eacf2;
	color: #fff;
	margin-left: 90px;
	border-radius: 4px;
}
.plugin_7261257725584109 {
}
.plugin_7261257725584109 .msg-box {
	padding-left: 90px;
}
@media screen and (max-width:767px) {
.plugin_7261257725584109 {
}
}
.plugin_8109256975827465 img {
	max-width: 100%;
}
.plugin_8109256975827465 {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
.plugin_8109256975827465 {
}
}
.plugin_7299122552434314 img {
	max-width: 100%;
}
.plugin_7299122552434314 {
	font-size: 22px;
	color: #fe9308;
	
	margin-top: 20px;
	text-align: right;
}
@media screen and (max-width:767px) {
.plugin_7299122552434314 {
}
}
.plugin_4217872372658416 .menu {
	display: inline-block;
}
.plugin_4217872372658416 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_4217872372658416 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_4217872372658416 .menu .mli:last-child:before {
	width: 0;
}
.plugin_4217872372658416 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_4217872372658416 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_4217872372658416 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_4217872372658416 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_4217872372658416 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_4217872372658416 .subMenu li a:hover {
	background-color: #333;
}
.plugin_4217872372658416 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_4217872372658416 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_4217872372658416 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_4217872372658416 {
	line-height: 1.6;
	display: none;
}
}
.plugin_4240874883826035 img {
	max-width: 100%;
}
.plugin_4240874883826035 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_8689785675987802 img {
	max-width: 100%;
}
.plugin_8689785675987802 {
	color: #999999;
	line-height: 1.8;
}
.plugin_8689785675987802 p {
	margin: 0;
}
.plugin_8689785675987802 a {
	color: #999999;
}
@media screen and (max-width:767px) {
.plugin_8689785675987802 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_8689785675987802 {
	text-align: center;
}
.plugin_8689785675987802 span {
	display: none;
}
.plugin_8689785675987802 a {
	display: block;
}
.plugin_8689785675987802 br {
	display: none;
}
}
.plugin_3415713788843335 img {
	max-width: 100%;
}
.plugin_3415713788843335 {
	float: left;
}
.plugin_4895672880211762 img {
	max-width: 100%;
}
.plugin_4895672880211762 {
	float: left;
	margin-left: 10px;
}
.plugin_4699212324165325 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_4699212324165325 img {
	max-width: 100%;
}
.plugin_7492567356582543 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_7492567356582543 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_7492567356582543 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_7492567356582543 .menu .mli:last-child:before {
	width: 0;
}
.plugin_7492567356582543 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.plugin_7492567356582543 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_7492567356582543 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_7492567356582543 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_7492567356582543 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_7492567356582543 .subMenu li a:hover {
	background-color: #333;
}
.plugin_7492567356582543 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_7492567356582543 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_7492567356582543 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_4357709371685204 img {
	max-width: 100%;
}
.plugin_4357709371685204 {
	display: inline-block;
}
.plugin_7846262250397704 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_7846262250397704 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_7227295120075629 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_7227295120075629 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_2121697859915467 .menu {
}
.plugin_2121697859915467 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_2121697859915467 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_2121697859915467 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_2121697859915467 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_2121697859915467 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_2121697859915467 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_2121697859915467 .subMenu li a:hover {
	background-color: #333;
}
.plugin_2121697859915467 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_2121697859915467 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_2121697859915467 {
}
.plugin_2121697859915467 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_2121697859915467 .mod-first-en.active {
}
.plugin_2121697859915467 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_2121697859915467 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_2121697859915467 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
.plugin_2121697859915467 {
}
}
.plugin_7813177312681173 img {
	max-width: 100%;
}
.plugin_7813177312681173 {
	text-align: center;
}
.plugin_5834135926655753 img {
	max-width: 100%;
}
.plugin_5834135926655753 .mod-wr1 {
	display: block;
	background-color: #0689db;
	padding-left: 15px;
	font-size: 18px;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	
}
.plugin_5834135926655753 .mod-wr2 {
	display: block;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}
.plugin_5834135926655753 .mod-wr2:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	position: absolute;
	right: 20px;
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.plugin_5834135926655753 .mod-wr3 {
	display: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_5834135926655753 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_5834135926655753 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #0084e9;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	text-indent: 20px;
	cursor: pointer;
	position: relative;
}
.plugin_5834135926655753 .mb-label:before {
	position: absolute;
	content: " ";
	display: inline-block;
	top: 17px;
	right: 15px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #fff;
}
.plugin_5834135926655753 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_5834135926655753 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_5834135926655753 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_5834135926655753 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_5834135926655753 .mod-wr2:hover {
	color: #0084e9;
	background-color: #f8f8f8;
}
.plugin_5834135926655753 .mod-wr2.active {
	color: #0084e9;
	background-color: #f8f8f8;
}
@media screen and (max-width:767px) {
.plugin_5834135926655753 .mb-label {
	display: block;
}
}
.plugin_5404625077475716 {
	font-size: 18px;
	color: #ffffff;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #0689db;
}
.plugin_5404625077475716 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_1423396564552673 img {
	max-width: 100%;
}
.plugin_1423396564552673 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.plugin_5737515761437159 img {
	max-width: 100%;
}
.plugin_5737515761437159 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.plugin_6272590263112513 img {
	max-width: 100%;
}
.plugin_6272590263112513 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	padding-left: 10px;
	font-size: 18px;
}
.plugin_6272590263112513 .mod-wr2 {
	display: block;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #ddd;
}
.plugin_6272590263112513 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_6272590263112513 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_6272590263112513 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #eee;
	text-indent: 20px;
	cursor: pointer;
}
.plugin_6272590263112513 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_6272590263112513 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_6272590263112513 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_6272590263112513 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_6272590263112513 {
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
}
@media screen and (max-width:960px) {
.plugin_6272590263112513 .mb-label {
	display: block;
}
}
.plugin_8615502156545681 {
	line-height: 36px;
	float: right;
	padding-left: 18px;
	background-image: url(../images/201604211461221498499376.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999999;
}
.plugin_8615502156545681 a {
	color: #999;
}
@media screen and (max-width:479px) {
.plugin_8615502156545681 {
	display: none;
}
}
.plugin_5133182851424223 .mod-list {
	margin-left: -20px;
}
.plugin_5133182851424223 .mod-item {
	margin-left: 20px;
	margin-top: 20px;
}
.plugin_5133182851424223 .mod-pic {
	display: block;
	box-shadow: 3px 3px 0 0 #eee;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	text-align: center;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
}
.plugin_5133182851424223 .mod-pic img {
	max-width: 100%;
}
.plugin_5133182851424223 .mod-title {
	display: block;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.plugin_5133182851424223 .mod-read {
	display: inline-block;
	padding: 3px 15px;
	background-color: #999;
	color: #fff;
	margin-top: 5px;
}
.plugin_5133182851424223 .mod-pagination {
	margin-top: 30px;
	text-align: center;
}
.plugin_5133182851424223 .mod-yema {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
.plugin_5133182851424223 .mod-yema.active {
	background-color: #eee;
}
.plugin_5133182851424223 {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
@media screen and (max-width:767px) {
.plugin_5133182851424223 .mod-list .col-sm-12 {
	width: 50%;
}
}
@media screen and (max-width:479px) {
.plugin_5133182851424223 {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
}
.plugin_7444522036495389 .menu {
	display: inline-block;
}
.plugin_7444522036495389 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_7444522036495389 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_7444522036495389 .menu .mli:last-child:before {
	width: 0;
}
.plugin_7444522036495389 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_7444522036495389 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_7444522036495389 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_7444522036495389 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_7444522036495389 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_7444522036495389 .subMenu li a:hover {
	background-color: #333;
}
.plugin_7444522036495389 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_7444522036495389 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_7444522036495389 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_7444522036495389 {
	line-height: 1.6;
	display: none;
}
}
.plugin_1348492038907243 img {
	max-width: 100%;
}
.plugin_1348492038907243 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_1617150079185987 img {
	max-width: 100%;
}
.plugin_1617150079185987 {
	color: #999999;
	line-height: 1.8;
}
.plugin_1617150079185987 p {
	margin: 0;
}
.plugin_1617150079185987 a {
	color: #999999;
}
@media screen and (max-width:767px) {
.plugin_1617150079185987 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_1617150079185987 {
	text-align: center;
}
.plugin_1617150079185987 span {
	display: none;
}
.plugin_1617150079185987 a {
	display: block;
}
.plugin_1617150079185987 br {
	display: none;
}
}
.plugin_4391121630548391 img {
	max-width: 100%;
}
.plugin_4391121630548391 {
	float: left;
}
.plugin_5268696154993224 img {
	max-width: 100%;
}
.plugin_5268696154993224 {
	float: left;
	margin-left: 10px;
}
.plugin_2749327215478414 {
	font-family: simsun;
	font-size: 12px;
	color: #999999;
}
.plugin_2749327215478414 img {
	max-width: 100%;
}
.plugin_5865190963823707 .menu {
	line-height: 1;
	display: inline-block;
	font-family: simsun;
}
.plugin_5865190963823707 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_5865190963823707 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_5865190963823707 .menu .mli:last-child:before {
	width: 0;
}
.plugin_5865190963823707 .mod-first {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #999999;
}
.plugin_5865190963823707 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_5865190963823707 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_5865190963823707 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_5865190963823707 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_5865190963823707 .subMenu li a:hover {
	background-color: #333;
}
.plugin_5865190963823707 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_5865190963823707 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_5865190963823707 {
	text-align: right;
	line-height: 1;
	margin-top: 7px;
}
.plugin_2227577326864638 img {
	max-width: 100%;
}
.plugin_2227577326864638 {
	display: inline-block;
}
.plugin_3916299185335338 {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.plugin_3916299185335338 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_3485784251158887 {
	font-size: 26px;
	font-family: Impact, Charcoal, sans-serif;
	color: #3eadf2;
	line-height: 1;
	margin-top: 6px;
}
.plugin_3485784251158887 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_8385697814696768 .menu {
}
.plugin_8385697814696768 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_8385697814696768 .mod-first {
	padding-right: 34px;
	padding-left: 34px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	display: block;
}
.plugin_8385697814696768 .mod-first-en {
	display: block;
	font-size: 12px;
}
.plugin_8385697814696768 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_8385697814696768 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_8385697814696768 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_8385697814696768 .subMenu li a:hover {
	background-color: #333;
}
.plugin_8385697814696768 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_8385697814696768 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_8385697814696768 {
}
.plugin_8385697814696768 .mod-first:hover {
	color: #ffffff;
	
	background-color: #0b70bd;
}
.plugin_8385697814696768 .mod-first-en.active {
}
.plugin_8385697814696768 .mod-first.active {
	color: #ffffff;
	
	background-color: #0b70bd;
}
@media screen and (max-width:1199px) {
.plugin_8385697814696768 .mod-first {
	padding-right: 23px;
	padding-left: 23px;
}
}
@media screen and (max-width:960px) {
.plugin_8385697814696768 .mod-first {
	padding-right: 11px;
	padding-left: 11px;
	font-size: 14px;
}
.plugin_8385697814696768 {
}
}
.plugin_2054313154262787 img {
	max-width: 100%;
}
.plugin_2054313154262787 {
	text-align: center;
}
.plugin_5860717952992973 img {
	max-width: 100%;
}
.plugin_5860717952992973 .mod-wr1 {
	display: block;
	background-color: #0689db;
	padding-left: 15px;
	font-size: 18px;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
	
}
.plugin_5860717952992973 .mod-wr2 {
	display: block;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}
.plugin_5860717952992973 .mod-wr2:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	position: absolute;
	right: 20px;
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.plugin_5860717952992973 .mod-wr3 {
	display: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_5860717952992973 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_5860717952992973 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #0084e9;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
	text-indent: 20px;
	cursor: pointer;
	position: relative;
}
.plugin_5860717952992973 .mb-label:before {
	position: absolute;
	content: " ";
	display: inline-block;
	top: 17px;
	right: 15px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #fff;
}
.plugin_5860717952992973 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_5860717952992973 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_5860717952992973 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_5860717952992973 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_5860717952992973 .mod-wr2:hover {
	color: #0084e9;
	background-color: #f8f8f8;
}
.plugin_5860717952992973 .mod-wr2.active {
	color: #0084e9;
	background-color: #f8f8f8;
}
@media screen and (max-width:767px) {
.plugin_5860717952992973 .mb-label {
	display: block;
}
}
.plugin_1916366343337263 {
	font-size: 18px;
	color: #ffffff;
	
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	background-color: #0689db;
}
.plugin_1916366343337263 .mod-more {
	float: right;
	font-size: 12px;
}
.plugin_4805777465315502 img {
	max-width: 100%;
}
.plugin_4805777465315502 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.plugin_1038320466346568 img {
	max-width: 100%;
}
.plugin_1038320466346568 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.plugin_2179340387878448 img {
	max-width: 100%;
}
.plugin_2179340387878448 .mod-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	padding-left: 10px;
	font-size: 18px;
}
.plugin_2179340387878448 .mod-wr2 {
	display: block;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #ddd;
}
.plugin_2179340387878448 .mod-wr3 {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px dashed #ddd;
}
.plugin_2179340387878448 .mod-wr4 {
	display: block;
	padding-left: 55px;
}
.plugin_2179340387878448 .mb-label {
	display: none;
	height: 40px;
	line-height: 40px;
	background: #eee;
	text-indent: 20px;
	cursor: pointer;
}
.plugin_2179340387878448 .mb-wr1 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 20px;
}
.plugin_2179340387878448 .mb-wr2 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 40px;
}
.plugin_2179340387878448 .mb-wr3 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 60px;
}
.plugin_2179340387878448 .mb-wr4 {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	text-indent: 80px;
}
.plugin_2179340387878448 {
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
}
@media screen and (max-width:960px) {
.plugin_2179340387878448 .mb-label {
	display: block;
}
}
.plugin_6031431245584753 {
	line-height: 36px;
	float: right;
	padding-left: 18px;
	background-image: url(../images/201604211461221498499376.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #999999;
}
.plugin_6031431245584753 a {
	color: #999;
}
@media screen and (max-width:479px) {
.plugin_6031431245584753 {
	display: none;
}
}
.plugin_6206181363741914 {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}
.plugin_6272775264835690 img {
	max-width: 100%;
}
.plugin_6272775264835690 {
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	line-height: 1.8;
}
.plugin_3936256954735616 .menu {
	display: inline-block;
}
.plugin_3936256954735616 .menu .mli {
	float: left;
	position: relative;
	z-index: 9;
}
.plugin_3936256954735616 .menu .mli:before {
	position: absolute;
	top: 5%;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: #cccccc;
	content: ""
}
.plugin_3936256954735616 .menu .mli:last-child:before {
	width: 0;
}
.plugin_3936256954735616 .mod-first {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.plugin_3936256954735616 .mod-first-en {
	display: block;
	font-size: 12px;
	color: #666;
}
.plugin_3936256954735616 .subMenu {
	position: absolute;
	left: 0;
	visibility: hidden;
	background-color: #666;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.plugin_3936256954735616 .subMenu:before {
	content: "";
	display: block;
	position: absolute;
	left: 41%;
	top: -5px;
	border-bottom: 5px solid #666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.plugin_3936256954735616 .subMenu li a {
	display: block;
	white-space: nowrap;
	text-indent: 10px;
	height: 10px;
	line-height: 32px;
	overflow: hidden;
	color: #ccc;
	text-align: left;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.plugin_3936256954735616 .subMenu li a:hover {
	background-color: #333;
}
.plugin_3936256954735616 .menu .mli:hover ul {
	visibility: visible;
	opacity: 1;
}
.plugin_3936256954735616 .menu .mli:hover ul a {
	height: 32px;
}
.plugin_3936256954735616 {
	text-align: center;
	line-height: 1;
}
@media screen and (max-width:767px) {
.plugin_3936256954735616 {
	line-height: 1.6;
	display: none;
}
}
.plugin_1826408216573643 img {
	max-width: 100%;
}
.plugin_1826408216573643 {
	margin-top: 15px;
	display: inline-block;
	padding-right: 20px;
	border-right: 2px solid #cccccc;
}
.plugin_6878164583013284 img {
	max-width: 100%;
}
.plugin_6878164583013284 {
	color: #999999;
	line-height: 1.8;
}
.plugin_6878164583013284 p {
	margin: 0;
}
.plugin_6878164583013284 a {
	color: #999999;
}
@media screen and (max-width:767px) {
.plugin_6878164583013284 {
	font-size: 12px;
}
}
@media screen and (max-width:479px) {
.plugin_6878164583013284 {
	text-align: center;
}
.plugin_6878164583013284 span {
	display: none;
}
.plugin_6878164583013284 a {
	display: block;
}
.plugin_6878164583013284 br {
	display: none;
}
}
.plugin_1274372885716761 img {
	max-width: 100%;
}
.plugin_1274372885716761 {
	float: left;
}
.plugin_2453133881051712 img {
	max-width: 100%;
}
.plugin_2453133881051712 {
	float: left;
	margin-left: 10px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
 0% {
opacity: 1
}
}
@-moz-keyframes empty {
 0% {
opacity: 1
}
}
@keyframes empty {
 0% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-moz-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-webkit-keyframes backSlideOut {
 25% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
 75% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes backSlideOut {
 25% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
 75% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
 25% {
opacity: .5;
transform: translateZ(-500px);
}
 75% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes backSlideIn {
 0%, 25% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
 100% {
opacity: 1;
-webkit-transform: translateZ(0) translateX(0);
}
}
@-moz-keyframes backSlideIn {
 0%, 25% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
 100% {
opacity: 1;
-moz-transform: translateZ(0) translateX(0);
}
}
@keyframes backSlideIn {
 0%, 25% {
opacity: .5;
transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
transform: translateZ(-500px);
}
 100% {
opacity: 1;
transform: translateZ(0) translateX(0);
}
}
@-webkit-keyframes scaleToFade {
 to {
opacity: 0;
-webkit-transform: scale(.8);
}
}
@-moz-keyframes scaleToFade {
 to {
opacity: 0;
-moz-transform: scale(.8);
}
}
@keyframes scaleToFade {
 to {
opacity: 0;
transform: scale(.8);
}
}
@-webkit-keyframes goDown {
 from {
-webkit-transform: translateY(-100%);
}
}
@-moz-keyframes goDown {
 from {
-moz-transform: translateY(-100%);
}
}
@keyframes goDown {
 from {
transform: translateY(-100%);
}
}
 @-webkit-keyframes scaleUpFrom {
 from {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpFrom {
 from {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpFrom {
 from {
opacity: 0;
transform: scale(1.5);
}
}
 @-webkit-keyframes scaleUpTo {
 to {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpTo {
 to {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpTo {
 to {
opacity: 0;
transform: scale(1.5);
}
}

.plugin_8313138640702759 table tr:hover { background:#feb916;}
.mooc_button {
    border-top: 1px solid #a2a09f;
    padding: 10px;
}

