@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	list-style:none;
	font-family:"微软雅黑";}
.body {
	min-width:1200px;
}
a{
	text-decoration:none;
}
.clear { clear:both;}
.head {
	width:100%;
	height:32px;
	background:#fdfdfd;
	border-bottom:1px solid #eee;}
.head_mk{
	width:1200px;
	height:32px;
	margin:0 auto;}
.head_mk span {
	color:#3f67b8;
	line-height:32px;}
.head_mk p{
	float:right;}
.head_mk p a{
	display:inline-block;
	background:#3f67b8;
	color:#fff;
	padding:4px 10px;
	font-size:12px;
	border-radius:3px;
	margin-top:4px;
	margin-left:8px;
	cursor:pointer}
.l1 {
	text-align:center;
	font-size:36px;
	color:#333;
	font-weight:normal;
	text-transform:uppercase;}
.l2 {
	text-align:center;
	font-size:18px;
	color:#333;
	font-weight:normal;}
.button2 {
	float:left;
	width:145px;
	height:41px;
	border:1px solid #0877cb;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:41px;
	background:#0877cb;
	border-radius:3px;
	transition:all ease-in-out .2s;}
.button2:hover {
	color:#333;
	background:none;
	border:1px solid #0877cb;
	}
.button1 {
	float:left;
	width:145px;
	height:41px;
	border:1px solid #0877cb;
	text-align:center;
	font-size:14px;
	color:#333;
	line-height:41px;
	border-radius:3px;
	transition:all ease-in-out .2s;
	background-color: Transparent;
	}
.button1:hover {
	background-color:#0877cb;
	border:1px solid #11598b;
	color:#fff;
}

.wrapper{
	min-width:1200px;
}

.bottom {
	min-width:1200px;
	background:#f0f0f0;
	margin-top:30px;
	}
.bottom_top {
	width:1200px;
	height:84px;
	margin:0 auto;
	border-bottom:1px solid #d9d9d9;
	background:url(../images/logo.png) no-repeat center;
	}
.bottom_c {
	width:1200px;
	height:200px;
	margin:0 auto;
	}
.bottom_bt {
	width:100%;
	height:82px;
	border-top:1px solid #d9d9d9;}
.botrom_b2 {
	width:1200px;
	height:82px;
	line-height:82px;
	margin:0 auto;}
.bot_con {
	width:360px;
	height:160px;
	line-height:32px;
	float:left;
	padding:20px;}
.bot_con p{font-size:16px;}
.bot_con span{color:#555;}
.bot_con .link{color:#555; display:inline-block; width:30%;}

/*********登录**********/

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex.no-column {
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.flex.no-wrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flex-column {
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.self-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.space-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

/* ==========================================================================
   03. Buttons
   ========================================================================== */

.button {
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	display: inline-block;
	position: relative;
	outline: none !important;
	background: #287fbd;
	color: #fff;
	border: none;
	text-align: center;
	overflow: hidden;
	padding:10px 20px;
	margin-top:20px;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0.9px 0.4px 0.4px rgba(116, 135, 183, 0.8);
	box-shadow: 0px 0.9px 0.4px 0.4px rgba(116, 135, 183, 0.8);
	z-index: 1;
	cursor: pointer;
}
.button:hover {
    color: #fff;
    background: #145bbd;
}
.button:focus {
	color: #fff;
}
.button-group .button:last-child {
	margin-left: 8px;
}
.button-group-merged .button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #fff;
}
.button-group-merged .button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #215bee;
}
.owl-carousel.owl-loaded {
	position: relative;
}
.post-gallery.owl-theme .owl-dots {
    position: absolute;
    right: 15px;
    bottom: 0;	
}
.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
    margin: 5px 3px;
    background: #a0a7ba;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #1650e3;
}
@media all and (max-width: 768px) {
	.button-group {
		margin-top: 20px;
	}
}



.modal.in .login-signup-modal.modal-dialog, .modal.fade .login-signup-modal.modal-dialog {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    top: 50px;
    left: 50%;
    margin: 0;	
}
.login-signup-modal .modal-content {
    border-radius: 3px;
    border: none;	
}
.login-signup-modal .modal-body {
    padding: 20px 15px;	
}

/* ============== Tabs ============== */

.login-signup-modal .popup-tabs {
    padding: 1px 1px 0;	
}
.login-signup-modal .nav-tabs>li {
	width: 50%;
}
.login-signup-modal .nav-tabs>li a {
    border: none;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    color: #627199;
    background: #f8f8f8;
    margin: 0;
}
.login-signup-modal .nav-tabs>li.active>a, .login-signup-modal .nav-tabs>li.active>a:focus, .login-signup-modal .nav-tabs>li.active>a:hover {
    background: #1650e3;
    color: #fff;
    border: none;
    border-bottom: 1px solid #1650e3;
}

/* ============== Form Labels and Fields ============== */

.login-signup-modal .form-group {
	margin-bottom: 13px;
}
.login-signup-modal form label {
    font-size: 9px;
    text-transform: uppercase;
    color: #627199;
}
.login-signup-modal input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
    background: #f8f8f8;
    border: 1px solid #ededed;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    font-size: 12px;
}
.login-signup-modal .checkbox {
	margin-bottom: 13px;
}
.login-signup-modal .checkbox label{
	text-transform: none;
	color: #a0a0a0;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
}
.login-signup-modal .checkbox a{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #2876db;
}
.login-signup-modal .button {
    width: 100%;
    border-radius: 3px;
    padding: 13px 21px;
    font-size: 14px;
    margin-bottom: 20px;
}
.login-signup-modal .divider-text {
	font-style: italic;
	color: #a0a0a0;	
	margin-bottom: 12px;
}
.login-signup-modal select.form-control {
    position: relative;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding: 0 16px;
    outline: none !important;
    font-family: 'Lato', sans-serif;
    background: #f8f8f8;
    border: 1px solid #ededed;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}
.login-signup-modal .select-wrapper {
	position: relative;
}
.login-signup-modal .select-wrapper:after {
    content: "\f3d0";
    font-family: "Ionicons";
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-signup-modal select.form-control:focus {
	border: 1px solid #ededed;
}

/* ============== Divider Text ============== */

.divider-text {
	overflow: hidden;
}
.divider-text>span {
	position: relative;
}
.divider-text>span:before, .divider-text>span:after  {
	content: "";
	position: absolute;
	width: 100vw;
	top: 50%;
	-webkit-box-shadow: 0px 1px 0px 0.7px #dbe0e4;
	box-shadow: 0px 1px 0px 0.7px #dbe0e4;
}
.divider-text>span:before {
	right: 100%;
	margin-right: 8px;
}
.divider-text>span:after {
	left: 100%;
	margin-left: 8px;
}
/* ============== login ============== */

#goodcover {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	background-color: black;
	z-index: 99999;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#login {
	position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -230px;
    width: 380px;
    height: 550px;
    background-color: #fff;
    border-radius: 2px;
	overflow: hidden;
	display: none;
	z-index: 999999;

}
.dt_neirong {
	width:380px;
	border:1px solid #fff;
	border-radius:3px;
	background:#fff;}
.tab {
	width:378px;
	overflow:hidden;
	}
.tab ul li {
	width:50%;
	height:41px;
	font-weight:700;
	display:inline-block;
	float:left;
	line-height:41px;
	cursor:pointer;
	font-size:13px;
	background:#19b7cf;
	border-bottom:1px solid #ededed;
	transition:all 0.1s ease-in-out;
	text-align:center;
	background:#f8f8f8;
	color:#627199;
}
.select {
	background:#3974ce !important;
	color:#fff !important;
	border:none;
	border-bottom:1px solid #3974ce;
	cursor: default !important;
}
.dl_mk {
	height:4500px;
	background:rgba(0,0,0,.5);
}
.login_tit {
	font-size:12px;
	color:#627199;
	margin-top:20px;
	font-weight:700;
}
#con_tab0_3,#con_tab0_2,#con_tab0_1 {
	padding:0 20px;}
.login_ipt {
	width: 95%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 2px;
	margin-top:15px;
}
.login_ipt:focus{
	border: 1px solid #0c7df5;
}
.login_xy {
	width:100%;
	height:24px;
	margin:10px 0;}
.login_xy a {
	font-size:12px;
	color:#a0a0a0;
}

.login_btn {
	width:100%;
	border-radius:3px;
	font-size:14px;
	font-weight:700;
	height:40px;
	outline:none;
	color:#fff;
	border:none;
	background:#1881ec;
	box-shadow:0px 0.9px 0.4px 0.4px rgba(116, 135, 183, 0.8);
	transition:.3s;
}
.login_btn_dis{
	width:100%;
	font-size:14px;
	font-weight:700;
	height:40px;
	outline:none;
	color:#fff;
	border:none;
	background:#a0a0a0;
	transition:.3s;
}
.login_btn:hover {
	background:#003cd4;
}
.text-center { height:10px;border-bottom:1px solid #e3e6ea;margin:20px 0 40px 0; text-align:center;}
.text-center span {background:#fff; font-size:10px; font-style:italic; color:#a0a0a0; padding:0 5px;}
.close1 {
	width: 300px;
	height: 60px;
}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
}
.code-img {
	width: 250px;
	margin: 30px auto 0 auto;
	padding: 10px;
}
.code-img img {
	width: 240px;
}
.sj_yz {
	width:100%;
	margin-top:10px;}
.new_js {
	display:block;
	text-align: center;
	color:#bbb;
	margin-top:-15px;
	margin-bottom:30px;}
/*表格*/
#mytable {
	padding: 0;
	margin: 0;
	width:1200px;
	margin:0 auto;
	border:1px solid #3974ce;
	margin-top:20px;
}
#mytable th {
	height:42px;
	color: #fff;
	border-right: 1px solid #4294c8;
	border-bottom: 1px solid #4294c8;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 6px 0 12px;
	background:#3974ce;
}
#mytable th:last-child{border-right:0px;}
#mytable td:last-child{border-right:0px;}
#mytable td:first-child{ max-width:600px;}
#mytable tr:last-child td { border-bottom:0;}
#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	background: none;
}
#mytable tr:hover{background:#fafafa;}
#mytable td {
	border-right: 1px solid #4294c8;
	font-size:14px;
	height:42px;
	line-height:24px;
	border-bottom:1px solid #4294c8;
	padding:0 12px;
	color: #4f6b72;
	text-align:left;
}
.btn {
	border:none !important;
	outline:none;
	border-right:1px solid #c2e1ef !important;
	border-bottom:1px solid #c2e1ef !important;
	border-left:1px solid #eee !important;
	border-top:1px solid #eee !important;
	background:#f5f5f5 !important;
	cursor:pointer;
	margin-left:10px;
	}
.btn:hover {
	background:#6299c5 !important;
	color:#fff !important;
	border:1px solid #6299c5 !important;
	}
.tz {
	color:#1A53FF;
	cursor:pointer;}
.tab_px {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	}
.tab_px a {
	display:inline-block;
	margin-left:40px;
	margin-top:20px;
	padding:10px 20px;
	cursor:pointer;
	transition:all 0.1s ease-in-out;
	border-radius:3px;
	border:1px solid #3974ce;
}
.tab_px a:hover {
	background:#3974ce;
	color:#fff;}
	
/*	.px_tit {
		width:1200px;
		height:118px;
		margin:0 auto;
		background:#3974ce;
		color:#fff;
		margin-top:50px;
		position:relative;
		}
	.px_tit img {
		position:absolute;
		top:-27px;}
	.px_tit p {
		font-size:22px;
		text-align:center;
		line-height:48px;
		padding-top:20px;
		}
	.px_tit span {
		display:block;
		width:100%;
		text-align:center;
		font-size:14px;}*/
.span-r {
	color:#f00;}
.span-b {
	color:#3974ce;
	}
.banner {
	width:100%;
	height:120px;
	line-height:120px;
	background:url(../images/slide-bg2.jpg) no-repeat;
	background-position:bottom;
	}
.banner p{
	text-align:center;
	font-size:28px;
	}
.zscx{
	width:100%;
	margin:0 auto;
	padding: 20px 0;
}
.zscx_ipt {
	width:410px;
	height: 70px;
	margin:0 auto;}
.zscx_ipt span {
	display:inline-block;
	width:90px;
	text-align:right;
	font-size:18px;
	font-weight:bold;}
.ipt_zs {
	width:290px;
	padding-left:20px;
	height:38px;
	border:1px solid #ccc;
	border-radius:3px;}

.banner2 {
	width:100%;
}
.ban_mk {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	}
.ban_mkl {
	width:400px;
	float:left;
	}
.ban_mkl p{
	padding:40px 0 20px 0;
	font-size:18px;}
.ban_mkl span {
	display:block;
	font-size:14px;
	margin-top:20px;
	padding-left:20px;}
.banner3 {
	width:100%;
	height:120px;
	line-height:120px;
	background:url(../images/slider/slide-bg.jpg) no-repeat;
	text-align:center;}
.banner3 p{
	text-align:center;
	font-size:28px;}
.px_nr {
	width:450px;
	margin:0 auto;
	}
.px_nr ul {
	margin-top:40px;}
.px_nr ul li {
	line-height:42px;}
/*培训*/
.xwxq {
	width:1000px;
	margin:0 auto;
	padding:20px 0;
	}
.xwxq .title {
	color:#333;
	font-weight:100;
	text-align:center;
	font-size:22px;}
.xwxq .title2 {
	display:block;
	width:1000px;
	text-align:center;
	line-height:48px;
	color:#999;
	}
.xwxq2 {
	width:1000px;
	margin:0 auto;}
.xwxq3 {
	width:100%;
	text-align:center;}
.xwxq3 img {
	margin:10px 0;}
.px_tit2{
	color:#333;
	font-weight:100;
	font-size:22px;}
.px_time {
	display:block;
	line-height:48px;
	color:#999;}
.px_c{
	text-indent:2em;
	line-height:32px;
	text-align:left;
	}
.px_a1 {
	padding:10px 35px;
	background:#3974ce;
	color:#fff;
	border-radius:3px;
	cursor:pointer;}
.px_a1:hover {
color:#fff;
}
.px_a1_dis {
	padding:10px 35px;
	background:#a0a0a0;
	color:#fff;
	border-radius:3px;
	cursor:pointer;}
.px_a1_dis:hover {
color:#fff;
}
.px_a2 {
	padding:5px 10px;
	background:#3974ce;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	margin-left:20px;}
.px_a2:hover {
	color:#fff;}

.px_a2_dis {
	padding:5px 10px;
	background:#a0a0a0;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	margin-left:20px;}
.px_a2_dis:hover {
	color:#fff;}
	
	/*新闻列表*/
.qy-new {
	width:1200px;
	height:42px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;}
.qy-new a {
	display:block;
	height:40px;
	line-height:40px;
	float:left;
	padding:0 25px;
	border-bottom:1px solid #3573c8;
	border-top:1px solid #3573c8;
	border-left:1px solid #3573c8;
	cursor:pointer;
	transition:all 0.2s ease-in-out;}
.qy-new a:last-child {
	border:1px solid #3573c8;
	}

.pagination {
	margin-top: 40px;
	margin-left: 160px;
}
.pagination li {
	display:inline-block;
	margin-top:15px;
	list-style:none; /* 将默认的列表符号去掉 */
	display: inline;
	margin-left: 5px;
}
.pagination a {
	padding:8px 15px;
	border:1px solid #3573c8;
	color:#333;
	border-radius:3px;
	transition:all 0.1s ease-in-out;
}
.pagination a:hover {
	color:#fff;
	background:#3573c8;
}
.pagination a:hover {
	color:#fff;
}

.pagination .disabled{
	border:1px solid #B0B0B0;
	color:#B0B0B0;
	padding:8px 15px;
	border-radius:3px;
	transition:all 0.1s ease-in-out;
}
.pagination .active{
	color:#fff;
	background:#3573c8;
	padding:8px 15px;
	border:1px solid #3573c8;
	border-radius:3px;
	transition:all 0.1s ease-in-out;
}
/*未登录遮罩层*/
.shade {
	position: fixed;
	background-color: #fff;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
}
.layui-form-checked i, .layui-form-checked:hover i {
    color: #3573c8;
}
[lay-skin=primary].layui-form-checked i {
    border-color: #3573c8;
    background-color: #3573c8;
    color: #fff;
}
.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #3573c8;
}
.new-s {
	color:#fff;
	background:#3573c8;}
.nonew-s{}
.new-01 {
	width:1200px;
	height:120px;
	margin-bottom:32px;
	}
.new-02 {
	width:120px;
	height:120px;
	float:left;
	border-top:1px solid #e4e4e4;
	padding-top:20px;
	}
.new-02 span {
	display:block;
	text-align:center;
	color:#9f9f9f;}
.new-02 a {
	display:block;
	text-align:center;
	color:#9f9f9f;
	font-size:38px;
	font-weight:bold;}
.new-03 {
	width:1030px;
	float:right;
	border-top:1px solid #e4e4e4;
	padding-top:20px;}
.new-pic {
	width:220px;
	height:100px;
	float:left;
	overflow:hidden;}

.new-pic img { width:100%; height:auto;}
.news-con {
	height:100px;
	overflow:hidden;
	color:#666;}
.news-con a{
	font-size:18px;
	color:#333;
	display:block;
	transition:all 0.2s ease-in-out;
	color:#000;}
.news-con a:hover {
	color:#3573c8;
	transform:translate(10px,0);
	}
.news-con span{
	color:#999;
	line-height:30px;}
.news-con p {
	line-height:24px;
	text-indent:2em;}
.news-bs {
	width:100%;
	height:29px;}
.pro-con1 {
	width:1200px;
	margin:0 auto;
	padding-bottom: 20px;
	overflow:hidden;
}
.pro-con2{
	width:1200px;
	margin:0 auto;
	display:none;
	}
.pro-con3 {
	width:1200px;
	margin:0 auto;
	display:none;}
.aaa { margin-left:0;}

.phone-nav { 
	width:200px;
	display:none;
	z-index:999999;
	position:absolute;
	right:0;
	top:0;
	background:#fff;
	box-shadow:-2px 2px 5px #888888;}
.phone-nav ul{
	padding:0 20px;}

.phone-nav ul li {
	display:block;
	border-bottom:1px solid #fafafa;}
.phone-nav ul li a {
	display:block;
	width:100%;
	padding:0;
	text-align:left;
	}
.put-ban { width:100%; box-shadow:0 0 3px #888;}
.put-ban img { width:100%; height:auto;vertical-align:bottom;}
.fenye {
	float:right;
	width:380px;
	height:86px;
	margin:0 auto;}
.fenye a {
	display:inline-block;
	padding:8px 15px;
	border:1px solid #3573c8;
	margin-top:15px;
	color:#333;
	border-radius:3px;
	transition:all 0.1s ease-in-out;}
.fenye a:hover {
	color:#fff;
	background:#3573c8;
	}
.fgx {
	width:100%;
	height:1px;
	background:#3974ce;}
.fj_mk {
	width:100%;
	margin:15px 0;
	text-align:left;}
.fujian {
	padding-left:24px;
	text-decoration:underline;
	text-align:left;
	cursor:pointer;
	background:url(../images/fujian.png) no-repeat left center;
	background-size:18px auto;
	transition:all ease-in-out .3s;
	}
.fujian:hover {
	color:#3974ce;
	}

	
/*12-04动态轮播*/
.rslides {
	margin: 0 auto 40px;
}
#wrapper{
	overflow:hidden;}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}
#download {
	background: #333;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 60px auto;
	max-width: 500px;
	padding: 20px;
}
#download:hover {
	background: rgba(255, 255, 255, .15);
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: rgba(0, 0, 0, .3);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: 0.3;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/themes.gif") no-repeat left top;
	margin-top: -45px;
	transition:all ease-in-out .3s;
}
.callbacks_nav:hover {
	opacity: .7;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager img {
	float: left;
}
#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
	padding: 0;
}
 @media screen and (max-width: 600px) {
 h1 {
 font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .callbacks_nav {
 top: 47%;
}
}
.new_img{
	width:100%;
	height:240px;
	}
.new_img img {
	width:100%;
	height:100%;
	}

.otable td{padding: 5px;}
.otable td.label{padding-left:20px;text-align: right;color:#000;width: 60px;}