@charset "utf-8";

 *, *::after, *::before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
body {
	background:url(../images/bg.jpg);
	padding: 0;
	margin: 0;
	font-family: tahoma;
	font-size: 12px;
	direction:rtl;
}

.clr {
	clear: both;
}
a {
	text-decoration: none;
	color:#000;
}
img {
	max-width:100%;
	height:auto;
}


.yw_box{
	width:1250px;
}


.container {
	width:1250px;
	margin:0 auto;
}


#header_b{
	border-top:3px solid #00647e;
	position:relative;
}

#header_b a{
	background:#00647e;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	padding:8px 25px 8px 15px;
	font-weight:bold;
	font-size:14px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:25px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:25px;
}

#header_b a:hover{
	background:#00b8cc;
	color:#00647e;
}

#menu{
	background:#00647e;
}

ul#wrapper_menu_top {
	position: relative;
	z-index:99999999;
}

ul#wrapper_menu_top ul {
	width: 243px;
	margin:0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index:9999999999;
}
ul#wrapper_menu_top ul ul, ul#wrapper_menu_top ul ul ul {
	top: 0;
	right: 100%;
}
ul#wrapper_menu_top li {
	float:right;
	position: relative;
}


ul#wrapper_menu_top ul li {
	width: 100%;
	display: block;
}
ul#wrapper_menu_top a {
	padding:8px 14px;
	display: block;
	color: #fff;
	text-align:right;
	height: 1%;
	font-size:14px;
	font-family:iransans;
}


ul#wrapper_menu_top ul li a {
	padding: 6px 10px 7px 9px !important;
	margin:0 !important;
}

ul#wrapper_menu_top li a:hover{
	color: #eee;
	background:#14b0bf;
}

ul#wrapper_menu_top li:hover>a{
	color: #eee;
	background:#14b0bf;
}

ul#wrapper_menu_top li ul li a{
	border-bottom: 1px solid #cccccc;
}

ul#wrapper_menu_top li ul li:last-child a{
	border-bottom:0;
}

ul#wrapper_menu_top li:hover li a {
	float: none;
	background: #14b0bf;
}
ul#wrapper_menu_top a:hover, ul#wrapper_menu_top li:hover a {
	color: #fff;
}
ul#wrapper_menu_top li:hover li a:hover, ul#wrapper_menu_top li:hover li:hover a {
	background: #118eb2;
}
ul#wrapper_menu_top li:hover li:hover li a {
	background: #14b0bf;
}
ul#wrapper_menu_top li:hover li:hover li a:hover, ul#wrapper_menu_top li:hover li:hover li:hover a {
	background: #118eb2;
}
ul#wrapper_menu_top li:hover li:hover li:hover li a {
	background: #118eb2;
}
ul#wrapper_menu_top li:hover ul ul, ul#wrapper_menu_top li:hover ul ul ul {
	display: none;
}
ul#wrapper_menu_top li:hover ul, ul#wrapper_menu_top ul li:hover ul, ul#wrapper_menu_top_top ul ul li:hover ul {
	display: block;
}



ul#wrapper_menu_top li > a:not(:only-child):after { 
    content: '\00a0\00a0▼'; /* add a little spacing so it's not right next to the text */
    font-size: 0.5rem; /* adjust font size so it looks better */
    vertical-align: middle; /* vertical align to middle */
	color:#80b2bf;
}


ul#wrapper_menu_top li > a:hover:not(:only-child):after{
	color:#000;
}

ul#wrapper_menu_top li:hover>a:not(:only-child):after{
	color: #000;
}

ul#wrapper_menu_top li > a:hover:not(:only-child):before{
	color:#000;
}

ul#wrapper_menu_top li:hover>a:not(:only-child):before{
	color: #000;
}

ul#wrapper_menu_top li ul li > a:not(:only-child):after { 
    content: '\25C0'; /* add a little spacing so it's not right next to the text */
    font-size: 0.5rem; /* adjust font size so it looks better */
    vertical-align: middle; /* vertical align to middle */
	color:#000;
	position:absolute;
	left:10px;
	top:11px;
}

ul#wrapper_menu_top li ul li > a:hover:not(:only-child):after{
	color:#000;
}

ul#wrapper_menu_top li ul li:hover>a:not(:only-child):after{
	color:#000;
}

#menu_two{
	background:#ebebeb;
	padding:6px 0;
}

ul#wrapper_menu_top2 {
	position: relative;
	z-index:99999;
}
ul#wrapper_menu_top2 ul {
	width: 243px;
	margin:0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	right: 0
}
ul#wrapper_menu_top2 ul ul, ul#wrapper_menu_top2 ul ul ul {
	top: 0;
	left: 100%;
}
ul#wrapper_menu_top2 li {
	float:right;
	position: relative;
}


ul#wrapper_menu_top2 ul li {
	width: 100%;
	display: block;
}
ul#wrapper_menu_top2 a {
	padding:0px 9px;
	border-left:2px solid #00647e;
	display: block;
	color: #00647e;
	text-align:right;
	height: 1%;
	font-size:12px;
	font-family:iransans;
}

ul#wrapper_menu_top2 ul li a {
	padding: 6px 10px 7px 9px !important;
	margin:0 !important;
}

ul#wrapper_menu_top2 li a:hover{
	color: #eee;
}

ul#wrapper_menu_top2 li ul li a{
	border:0;
}

ul#wrapper_menu_top22 li:hover li a {
	float: none;
	background: #0c84a7;
	border-bottom: 1px solid #cccccc;
}
ul#wrapper_menu_top2 a:hover, ul#wrapper_menu_top2 li:hover a {
	color: #fa7552;
}
ul#wrapper_menu_top2 li:hover li a:hover, ul#wrapper_menu_top2 li:hover li:hover a {
	background: #118eb2;
}
ul#wrapper_menu_top2 li:hover li:hover li a {
	background: #0c84a7;
}
ul#wrapper_menu_top2 li:hover li:hover li a:hover, ul#wrapper_menu_top2 li:hover li:hover li:hover a {
	background: #118eb2;
}
ul#wrapper_menu_top2 li:hover li:hover li:hover li a {
	background: #118eb2;
}
ul#wrapper_menu_top2 li:hover ul ul, ul#wrapper_menu_top2 li:hover ul ul ul {
	display: none;
}
ul#wrapper_menu_top2 li:hover ul, ul#wrapper_menu_top2 ul li:hover ul, ul#wrapper_menu_top2_top ul ul li:hover ul {
	display: block;
}


#slide{
	max-height:400px;
	direction:ltr;
	position:relative;
}

  /*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/


.owl-theme .owl-controls {
	text-align: center;
	position:absolute;
	width:100%;
	z-index:999;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	width:38px;
	height:38px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #0f7cca;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* 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);
}
#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #a3afd5;
}
#progressBar {
	width: 100%;
	background: #EDEDED;
}
.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;
}
/* 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;
}
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.owl-pagination {
	bottom:65px;
	position:relative;
	left:35px;
}
.owl-buttons {
	bottom:235px;
	position:relative;
}
.owl-next {
	background:url(../images/i_next.png) no-repeat;
	right:100px;
	position:absolute;
}
.owl-prev {
	background:url(../images/i_prev.png) no-repeat;
	left:100px;
	position:absolute;
}





#login_box, #login_box a {
	font-size:12px;
	color:#000;
	display:inline-block;
}

#login_box a:hover { 
	color:#333333;
}

#login_box ul {
	float:right;
	margin:17px 10px;
}
#login_box ul li {
	background:url('../../images/arrow.png') right no-repeat;
	padding:0 10px 0 0;
	float:right;
	margin:0 0 0 20px;
}
#login_box ul li:first-child{
	margin:0;
	background:none;
	padding:0;
}


#login_box span {
	padding:0px 0px 0 0;
	float:right;
}


#login_chk_txt {
	padding:0px 0 0 0;
	float:right;
	margin:0 0 0 20px;
}

#login_chkbox {
	margin:1px 2px 0 0;
}


#user_style, #pass_style {
	background:#fff url(../../images/username.gif) no-repeat right;
	width:130px;
	height:23px;
	float:right;
	padding:2px 30px 3px 10px;
	margin:0 5px 0 0;
	border:0;
	font-family:tahoma;
	font-size:12px;
	color:#999999;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:inset 0px 0px 3px #e3e3e3;
	-webkit-box-shadow:inset 0px 0px 3px #e3e3e3;
	box-shadow:inset 0px 0px 3px #e3e3e3;
	direction:rtl;
}

#user_style:focus, #pass_style:focus {
	direction:ltr;
}
#pass_style {
	background:#fff url(../../images/pass.gif) no-repeat right;
}


.submit_login_top {
	float:left;
	padding:2px 10px 3px 10px;
	margin:0 8px 0 0;
}









 /*
    Mobile Menu Core Style
*/
.slicknav_menu{
	position:absolute;
	z-index:999999999;
	width:90%;
	display:none;
}

#menu .slicknav_menu{
	z-index:9999999999;
}

.header2 .slicknav_menu{
	width:100%;
}
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; top:5px; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; float:right; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
	background:#0c84a7;
}

#menu_two .slicknav_nav, #menu_two .slicknav_nav ul{
	background:#ebebeb;
}

.slicknav_nav ul {
    padding:5px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
#menu_two .slicknav_nav a{
	color:#00647e;
}
#menu_two .slicknav_nav a:hover{
	color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#086a86;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#086a86;
    color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

#content_blocks{
	background:#fff;
	display:flex;
	align-items: stretch;
}

#right_b{
	background:#fafafa;
	float:right;
	width:23%;
	padding:20px;
	-moz-box-shadow:inset 0 0 10px #ddd;
    -webkit-box-shadow:inset 0 0 10px #ddd;
    box-shadow:inset 0 0 10px #ddd;
}

#center_b{
	float:right;
	width:54%;
	padding:10px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

#left_b{
	background:#fafafa;
	width:23%;
	float:right;
	padding:20px;
    -moz-box-shadow:inset 0 0 10px #ddd;
    -webkit-box-shadow:inset 0 0 10px #ddd;
    box-shadow:inset 0 0 10px #ddd;
}


.block {
	margin:0 0 40px 0;
	border-bottom:1px solid #00647e;
	padding:0 0 20px 0;
}
.block h2 {
	display:inline-block;
	font-family:yekanYW;
	font-size:19px;
	color:#7c7c7c;
	border-bottom:5px solid #00647e;
	padding:0 20px;
	line-height:35px;
}
.block_b {
	width:100%;
	text-align:justify;
	padding:20px 0 0 0;
	line-height:20px;
}

.block_t {
	width:100%;
	border-bottom:1px solid #00647e;
}


#footer_one{
	background:#fafafa;
	border:1px #ddd solid;
	 -webkit-box-shadow: inset 0 0 5px #eee;
    -moz-box-shadow: inset 0 0 5px #eee;
    box-shadow: inset 0 0 5px #eee;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	margin:5px 0 0 0;
}

#right_f{
	float:right;
	width:25%;
	padding:20px;
}

#center_f{
	float:right;
	width:25%;
	padding:20px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

#center2_f{
	float:right;
	width:25%;
	padding:20px;
	border-left:1px solid #ddd;
}

#left_f{
	width:25%;
	float:right;
	padding:20px;
}

#footer_one .block{
	border-bottom:0;
}

#footer_one .footer_b{
	display:flex;
	align-items: stretch;
}


#link_s{
	background:#eee;
	-webkit-box-shadow: inset 0 0 7px #ddd;
    -moz-box-shadow: inset 0 0 7px #ddd;
    box-shadow: inset 0 0 7px #ddd;
	border:1px #ddd solid;
	padding:10px;
}

#link_s ul li{
	float:right;
	margin:0 10px 0 20px;
}

footer{
	background:#00647e;
	border-top:3px solid #14B0BF;
	margin:7px 0 0 0;
	color:#fff;
}


#f2_right {
	float:right;
	margin:20px;
	font-size:11px;
}
#f2_left {
	float:left;
	margin:23px;
	font-size:11px;
	direction:ltr;
}



.tabs_yw_news {
	margin:0 0 20px 0;
}
.tabs_yw_news_img {
    border: 1px solid #d0cbcf;
    border-radius: 8px;
    float: right;
    height: 70px;
    width: 70px;
	margin:0 0 0 10px;
}
.tabs_yw_news_img img {
    height: 62px !important;
    margin: 3px 3px 0 0;
    width: 62px !important;
}
.tabs_yw_news_text {
    width: auto;
}
.tabs_yw_news_text span {
    color: #888888;
}
.tabs_yw_news_text h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
.tabs_yw_news_text h3 a {
    color: #316880;
}
.tabs_yw_news_text p {
    color: #888888;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
	margin:0;
}
.tabs_yw_news_text a {
    color: #e92940;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.tabs_yw_news_text a:hover {
    color: #a71b21;
}


#rooz_shomar span{
	background:#d2d2d2;
	font-size:18px;
	font-family:iransans;
	padding:3px;
	display:inline-block;
	margin:0 0 10px 0;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


.header2 #two_m{
	position:fixed;
	top:0;
	width:100%;
	left:0;
	z-index:99999;
}




.header2 #menu{
	background:#00647e;
	transition:All 0.5s ease ;
	-webkit-transition:All 0.5s ease ;
	-moz-transition:All 0.5s ease ;
	-o-transition:All 0.5s ease ;
}


#hemayat{
	direction:ltr;
}

#hemayat div{
	text-align:center;
}


#mail_style {
	background:#fff url(../images/mail.gif) left no-repeat;
	width:100%;
	height:30px;
	padding:2px 10px 3px 35px;
	margin:25px 0 10px 5px;
	font-family:tahoma;
	font-size:12px;
	color:#999999;
	direction:ltr;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:inset 0px 0px 3px #e3e3e3;
	-webkit-box-shadow:inset 0px 0px 3px #e3e3e3;
	box-shadow:inset 0px 0px 3px #e3e3e3;
}

@media (min-width: 1250px) {
	.container{
		width:1250px;
	}
}

@media (max-width: 1250px) {
	.container{
		width:90%;
	}
	
	.owl-buttons{
		bottom:200px;
	}
}


@media (max-width: 996px) {
	.owl-buttons{
		bottom:150px;
	}
	.block h2{
		font-size:16px;
	}
}

@media (max-width: 768px) {
	.owl-pagination,.owl-buttons{
		display:none;
	}
	
	ul#wrapper_menu_top, ul#wrapper_menu_top2{
		display:none;
	}
	
	.slicknav_menu{
		display:block;
	}
	#menu,#menu_two{
		height:45px;
		padding:0;
	}
	
	#content_blocks{
		display:inherit;
	}
	
	#right_b,#left_b,#center_b{
		float:none;
		width:100%;
	}
	#footer_one .footer_b{
		display:inherit;
	}
	
	#center_f, #center2_f, #left_f, #right_f{
		width:100%;
		float:none;
		border:0;
		border-bottom:1px solid #00647e;
	}
}


@media (max-width: 479px) {
.tabs_yw_news_text{
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #000;
}
.tabs_yw_news{
	margin:20px;
}
.tabs_yw_news_img{
	margin:0 auto;
	float:none;
}

#link_s ul li{
	float:none;
	margin:10px 10px 0 20px;
	color:#00647e;
}

#f2_right,#f2_left{
	float:none;
	text-align:center;
	margin:0;
	padding:20px;
}

}