﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
   


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

html { overflow-x: hidden; overflow-y: auto; }
.pb30 {padding-bottom:30px;}
.pb10 {padding-bottom:10px;}
.pt30 {padding-top:30px;}
.pt20 {padding-top:20px;}

.left {float:left;}
.right {float:right;}
ul,li {
	list-style:none;
	padding:0px;
	margin:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {clear:both;}
.wd1100 {width:1130px!important;position:relative;height:600px;}
.wd1130 {width:1130px!important;}
.bgstretcher-area {
	text-align:left;
}
.bgstretcher,.bgstretcher UL,.bgstretcher UL LI {
	position:absolute;
	top:0;
	left:0;
}
.bgstretcher UL,.bgstretcher UL LI {
	margin:0;
	padding:0;
	list-style:none;
}
.bgstretcher {
	background:block;
	overflow:hidden;
	width:100%;
	position:fixed;
	z-index:1;
	_position:absolute;
	/*IE6 doesn't support fixed positioning*/
	top:0;
	left:0;
}
.Index_Header {
	width:100%;
	height:600px;
	overflow:hidden;
}
div.nav-con {
	display:inline-block;
	width:700px;
	float:right;
	height:50px;
	background:url(../images/nav-con-bg.png);
	margin-top:10px;
}
div.nav-con ul li {
	float:left;
	display:inline-block;
	height:50px;
}
div.nav-con ul li a {
	display:block;
	display:inline-block;
	height:50px;
	line-height:50px;
	padding-left:13px;
	padding-right:14px;
	font-size:16px;
	color:#000;

}
div.nav-con ul li a:hover {
	color:#fff;
	background:#00429f;
	text-decoration:none;
}
.index_icon {background:url(../images/index_icon_bg.png);width:1130px;height:137px;margin-left:-15px;bottom:0px;position:absolute;}
.index_icon ul.icon_list {width:1070px;height:80px;margin-left:30px;margin-top:27px;}
.index_icon ul.icon_list li { float:left; width:175px; display:block;  margin-right:3px; text-align:center;border-right:1px dotted #fff;}
.index_icon ul.icon_list li p{ height:20px; line-height:20px; margin:0px;}
.index_icon ul.icon_list li a{ color:#fff;font-size:15px;cursor:pointer;}
.index_icon ul.icon_list li a:hover{ text-decoration:none; color:#ccc; font-weight:bold;}
.icon-service {background-image: url(../images/index_icons.png); height: 60px; line-height: 60px;display:inline-block;width: 66px; }
.icon-service-chufa {background-position: 0 -120px;}
.icon-service-daoda {background-position: -69px -120px;}
.icon-service-jiaodong {background-position: -138px -120px;}
.icon-service-shepiao{background-position: -207px -120px;}
.icon-service-tingche{background-position: -276px -120px;}
.icon-service-chuzu{background-position: -345px -120px;}
.icon-service-daba{background-position: -414px -120px;}
.icon-service-shiwu{background-position: -483px -120px;}
.icon-service-lvyou{background-position: -552px -120px;}
.icon-service-meiti{background-position: -621px -120px;}
.icon-service-houjilou{background-position: -690px -120px;}
.icon-service-hangban{background-position: -760px -120px;}
.icon-service-chufa:hover {background-position: 0 -60px;}
.icon-service-daoda:hover {background-position: -69px -60px;}
.icon-service-jiaodong:hover {background-position: -138px -60px;}
.icon-service-shepiao:hover{background-position: -207px -60px;}
.icon-service-tingche:hover{background-position: -276px -60px;}
.icon-service-chuzu:hover{background-position: -345px -60px;}
.icon-service-daba:hover{background-position: -414px -60px;}
.icon-service-shiwu:hover{background-position: -483px -60px;}
.icon-service-lvyou:hover{background-position: -552px -60px;}
.icon-service-meiti:hover{background-position: -621px -60px;}
.icon-service-houjilou:hover{background-position: -690px -60px;}
.icon-service-hangban:hover{background-position: -760px -60px;}

.FlightSearch_box {height:90px;background-color:#505050;width:100%!important;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;}
.FlightSearch {	font-size:15px;line-height:40px;height:40px;padding-top:25px;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.FlightSearch span {color:#fff;float:left;margin:0 10px;font-weight:normal;}
.FlightSearch select,.FlightSearch input {border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;height:40px;width:150px;font-weight:normal;margin:0 5px;color:#b2b2b2;}
.FlightSearch button {width:100px;height:40px;}

.body_left {width:780px;float:left;}
.flighting_info .htitle {float:left;width:770px;border-bottom:#5ca12c 3px solid;}
.flighting_info .infolist {height:285px;display:block;overflow:hidden;width:770px;}
.htitle .title_text {width:160px;height:41px;line-height:41px;font-size:20px;padding-left:40px;font-weight:bold;color:#57717a;}
.flighting_info .htitle .title_text {background:url(../images/flighting_title_icon.png) left center no-repeat;}
.flighting_action {float:right;display:block;width:420px;}
.flighting_action li {width:140px;height:41px;border-top:1px #ccc solid;border-left:1px #ccc solid;border-right:1px #ccc solid;float:left;font-size:18px;line-height:41px;text-align:center;}
.flighting_action li.cur {background-color:#5ca12c;color:#fff;}
.htitle .more {float:right;height:41px;line-height:41px;}
.body_right {width:310px;float:right;}

#flighting_table {width:100%;}
#flighting_table tr {height:40px;border-bottom:1px #ccc solid;}
#flighting_table th  {background-color:#d4e4ea;text-align:center;}
#flighting_table td {text-align:center;}

.left_banner {margin:20px 0;}
.news_info {display:block;}
.news_info .htitle .title_text {background:url(../images/news_title_icon.png) left center no-repeat;}
.news_list_img {width:120px; height:80px;margin-right:10px;float:left;}
.news_info  .htitle {float:left;width:780px;border-bottom:#ccc 1px solid;}
.news_info .news_list {display:block;width:770px;}
.news_info .news_list ul {display:block;width:770px;}
.news_info .news_list li {margin:20px 0;width:770px;height:80px;overflow:hidden;}
.news_contents {color:#57717a;width:550px;float:left;}
.news_contents h3 {color:#57717a;font-size:18px;margin-top:10px;margin-bottom:6px;}
.news_contents h3 a {color:#57717a;}
.news_contents span {font-size:14px;}
.news_list_date {width:78px;height:80px;background:url(../images/news_date_bg.png) no-repeat;float:right;padding:8px;color:#fff;}
.news_list_date span {width:70px;text-align:center;display:block;}
.news_list_date span.date01 {font-size:30px;}

.fuwu_info {margin:20px 0;}
.fuwu_info .htitle .title_text {background:url(../images/fuwu_title_icon.png) left center no-repeat;}
.body_right  .htitle {float:left;width:310px;border-bottom:#ccc 1px solid;}
.body_right .news_list li {margin:13px 0;width:310px;overflow:hidden;font-size:14px;}
.body_right .news_list li a {color:#57717a;float:left;}
.body_right .news_list li span {float:right;}

.right_banner {margin-top:20px;margin-bottom:20px;}

.gonggao_info .htitle .title_text {background:url(../images/gonggao_title_icon.png) left center no-repeat;}

.footer {background:#fff url(../images/footer_bg.png) center bottom no-repeat;width:100%;height:300px;text-align:center;padding-top:30px;color:#57717a;font-size:12px;}

.header-weather-con {width:700px;float:right;}
.header-weather-con i {color:#0047a1;display:none;}
.logo-con {width:400px;float:left;}
.logo-con img {
	width:360px;
	margin-top:-15px;
}


/*bottom*/
.Bottom{ width:982px; margin:0 auto;}
.BottomNav{ border-top:1px solid #D3D3D3; border-bottom:1px solid #D3D3D3; padding:10px 0; height:50px; line-height:50px; font-size:14px;}
.BottomNav .Weibo{ float:right; padding:4px 0; width:231px; height:18px; z-index:200; position:relative}
.BottomNav .Weibo .wxclass{ margin-left:10px;}
.BottomNav .Weibo .wbclass{ margin-left:10px;}
.BottomNav .Weibo{ float:right; padding:4px 0; width:300px; height:18px;line-height:18px;}
.BottomNav .Weixin{ float:right; padding:4px 0; width:30px; height:18px;}
.BottomNav .Weixin img{  width:30px;}
.BottomNav .App{ float:right; padding:4px 0; width:103px; height:18px;}
.BottomNav .line{ padding:0 5px;}
.BottomNav .RelateLinks{ width:167px; height:27px; float:left;}
.BottomNav .BottomLink {float:left;height:27px;line-height:27px;padding-left:20px;}
.BottomNav .BottomLink a {color:#4b4b4b;}
.SelectBox{ width:167px; height:27px; background:url(../images/BottomLink_Bg.jpg) no-repeat left top; padding:0 10px; position:relative;}
.SelectBox .SelectText{ display:block; background:url(../images/jt_1.gif) no-repeat right center; padding-right:18px; cursor:pointer;height:27px;line-height:27px;}
.SelectBox .SelectList{ position:absolute; left:0px; top:27px; width:165px; border:1px solid #D3D3D3; border-top:0px; background:#fff; display:none;margin:0;}
.SelectBox .SelectList dt{}
.SelectBox .SelectList dt a{ padding:0 10px; display:block; height:23px; line-height:23px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;font-size:14px;font-weight:normal;color:#4B4B4B;}
.SelectBox .SelectList dt a:hover{ background:#8E8E8E; color:#fff;}

.RelateLinks .SelectBox .SelectList_Bottom{ border-top:1px solid #D3D3D3; border-bottom:0px;}

.wexininfo{ position:absolute; display:none; width:104px; height:134px; z-index:9999; text-align:center; padding:7px; border:1px solid #ddd; background-color:#fff;top:-144px;left:-20px;}
.wexininfo span {font-size:12px;margin-bottom:10px;}
.wexininfo img{ width:90px;margin-top:5px;}
select,input,em,textarea{ font-size:12px; font-style:normal; color:#4B4B4B;}



/*列表页-----------------------------------------------------*/
.cont1{ height:100%; overflow:hidden; width:1000px; margin:0px auto; display:block;}
.cont1_left{ width:248px; height:100%;}
.cont1_left dl{ border:1px solid #f8f8f8}
.cont1_left dl dt{ height:76px; color:#8a8080; font-size:24px; line-height:76px; background:url(../img/cont1.jpg) repeat-x; padding-left:27px; }
.dt_buttom {border-bottom:4px solid #006ec0;}
.cont1_left dl dt span{ font-family:"Verdana"; font-size:14px; color:#b1aaaa}
.cont1_left dl dd{ height:45px; border-bottom:#f8f8f8 1px solid; margin-top:4px; line-height:45px; overflow:hidden;}
.cont1_left dl dd a{ color:#7a6e6e; display:block;padding-left:50px}
.cont1_left dl dd a.current1{background:url(../img/cont1_left1.jpg) no-repeat;height:41px; color:#FFF}
.cont1_left dl dd a:hover{ background:url(../img/cont1_left1.jpg) no-repeat;height:41px; color:#FFF}
.cont1_left1{ height:72px; border:1px solid #f8f8f8; background:url(../img/cont1_left2.jpg) repeat-x; margin-top:13px;font-style:italic; font-weight:400; position:relative}
.tupian{ margin:22px 28px 0 17px}
.cont1_left1 p{color:#a0a0a0; font-size:14px; margin-top:14px; margin-bottom:5px}
.cont1_left1 span{ color:#0eb8fe; font-size:20px }
.cont1_left1 a{ left:160px; top:0px}

.cont1_right{ margin-top:26px; padding-left:22px; width:750px; padding-bottom:30px; min-height:400px; height:100%; overflow:hidden;}
.cont1_right dt{ background:url(../img/cont1_right1.png) no-repeat; height:50px; line-height:58px; padding-left:25px; border-bottom:2px solid #d6d3d3; margin-bottom:18px;
 }
.cont1_right dt p{ color:#888484; font-size:14px; font-weight:bold;  margin-top:15px; line-height:30px}
.cont1_right dt div{ color:#006ec0; font-size:12px}
.cont1_right dt div span a,.cont1_right dt div span{ color:#b2afaf;}
.cont1_right dt div span a:hover{color:#006ec0}
.cont1_right dd{ line-height:27px; font-size:14px; color:#797979}
.cont1_right dl h1{ font-size:18px; color:#0291ea; padding-bottom:5px}
.cont1_right dl p{ color:#777777; line-height:30px; font-size:14px;}
.cont1_right ul{ padding-top:14px}
.cont1_right ul li{ margin-bottom:25px; margin-left:10px; width:100%; height:100%; overflow:hidden}
.cont1_right ul li div{ float:left; color:#018ae4; font-size:14px; line-height:27px}
.cont1_right ul li div img{ padding-right:36px}
.cont1_right ul li div p{ color:#747576; font-size:14px; padding-top:5px}
.cont1_right h2{ color:#8B8A8A; font-size:14px; line-height:35px}
.cont1_right h2 strong{ color:#0189e4}
.cont1_right h2 span{ color:#01a0f3; font-size:18px}

.cont1_right table tr{ height:39px; color:#7f7f7f; line-height:39px}
.cont1_right table tr th{ color:#6c6c6c; text-align:left; padding-left:12px; font-size:14px; background:#f7f7f7;border-bottom:1px solid #e3e3e3; height:39px}
.cont1_right table td{ border-bottom:1px solid #e3e3e3; height:39px}
.cont1_right table td a{ color:#7f7f7f;:}
#content_title { font-size:20px; font-weight:bold; height:40px; line-height:40px;}
.BMapLib_nav ul{ padding:0;margin:0;}
.BMapLib_nav ul li{ padding:0;margin:0; }
.BMapLib_nav ul li div{ font-size:12px;line-height:14px; }
.BMapLib_nav table td {height:auto;border-width:0;}
#BMapLib_search_bus_btn0 {margin-right:1px!important;}
/*列表页-----------------------------------------------------*/

#contents_body,#lists_body { background:#FFFFFF url(../images/contents_bg.jpg) no-repeat top;}
#contents_body .Index_Header,#lists_body  .Index_Header {height:200px;}

/*漂浮广告-----------------------------------------------------*/
.floatingAd .ad{
	z-index: 100;
	background: none;
	position: absolute;
	display: none;
}
.floatingAd a{
	color:#000000; 
	display: inline-block;
	text-decoration: none;
}
.floatingAd a img{
	border: 0;
}
.floatingAd .close{
	display: none;
	float:left;
}
.floatingAd .opacity{
	position: absolute; 
	top: 0; 
	width: 100%; 
	height: 25px; 
	background-color: #000000; 
	opacity: 0.20; 
	filter: alpha(opacity = 20);
}
.opacity1{
	opacity: 0.90; 
	filter: alpha(opacity = 90);
}
.floatingAd .text{
	position: absolute; 
	top: 0; 
	width: 100%; 
	height: 25px; 
	color: #000000; 
	line-height: 25px; 
}
.floatingAd .text .button{
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url("../img/close.png") no-repeat;
	cursor: pointer;
}
.floatingAd .text .title{
	position: relative;
	float: left;
	font-size: 12px;
	margin-left: 5px;
}

.dede_pages { float:left; width:700px; text-align:center;} 
.dede_pages ul { margin:0px auto; display:block;}
.dede_pages ul  li { float:left; width: auto; margin-bottom:0px; } 
.dede_pages ul  li a { padding:0px 6px; display:block;border:1px solid #e9e9e9;}

.container-img{width:680px; height:auto;position:relative;min-height:800px;}
.img-content{background:#ffffff; margin:0 auto; position:relative; width:680px; height:auto;}
.img-content li{position:absolute; top:0; left:0; display:none;}
.container-img span{position:absolute; left:47%; top:45%;}
.container-img .left-arrow,.container-img .right-arrow{position:absolute; top:0; z-index:11;}
.container-img .left-arrow{cursor:url(../images/cur-left.cur.ico), auto; left:0;}
.container-img .right-arrow{right:0; cursor:url(../images/cur-right.cur.ico), auto;}
.site-menu {display:none;}


@media (max-width: 1100px) {
	html {font-size:62.5%!important;}
	.wd1130 {width:100%!important;}
	.wd1100 {width:100%!important;}
	.index_icon {width:100%;}
	.index_icon ul.icon_list {display:-ms-flex;display:-moz-flex;width:100%;display:flex;display: -webkit-flex;justify-content: center;align-items: center;-webkit-flex-flow:row wrap;margin-left:0;}
	.index_icon ul.icon_list li {width:12%;min-width:80px;max-width:150px;margin:0 10px;}
	.header-weather-con {width:100%;display:block;}
	div.nav-con {width:100%;}
	ul.menu {display:-ms-flex;display:-moz-flex;display:flex;display: -webkit-flex;justify-content: center;align-items: center;width:100%;-webkit-flex-flow:row wrap;}
	.body_left {width:100%;}
	.body_right {width:100%;margin-right:10px;}
	.news_info  .htitle  {width:100%;}
	.news_info .news_list {width:95%;}
	.news_info .news_list ul {width:100%;}
	.news_info .news_list li {display:-ms-flex;display:-moz-flex;display:flex;display: -webkit-flex;width:100%;}
	.news_list_date {display:none;}
	.news_contents {width:75%;float:right;}
	.news_list_img {width:20%;margin-left:10px;float:left;}
	.right_service img {width:100%;}
	.body_right  .htitle {width:100%;}
	.body_right .news_list li {width:100%;}
	.right_banner img {width:100%;}
	.left_banner img {width:98%;}
	.left_banner span {width:50%;}
	.BottomNav .Weibo {width:240px;}
	#floatingAd {display:none;}
	.news_list_img img {width:100%!important;height:100%!important;}
	.news_list_img {height:auto;}
	
	/*内容区*/
	.cont1_left {display:none;}
	.cont1 {width:100%;}
	.cont1_right {width:100%;}
	
	#contents_body .cont1_right {padding-left:0;}
	
}







@media (max-width: 700px) {
	html {font-size:62.5%!important;}
	.Index_Header {height:40rem;}
	.wd1100 {height:40rem;}
	.header-weather-con i {display:block;}
	div.nav-con {top:-4rem;position:relative;height:8rem;display:none;}
	.site-menu {cursor:pointer;display:block;font-size:3.6rem;float:right;top:-6rem;position:relative;margin-right:1rem;width:3.7rem;height:3.6rem;line-height:3.6rem;padding:0;margin:0;text-align:center;}
	.icon-active  i {color:#fff;}
	.icon-active {border-radius: 5px;background-color:#0047a1;}
	.site-nav-show {display:block!important;}
	.body_left {width:100%;}
	.body_right {width:98%;}
	.BottomLink {display:none;}
	
	/*内容区*/
	#lists_body .cont1_right table tr td:last-child {display:none;}
	#article_content img {width:100%!important;height:100%!important;}
	
	#contents_body .cont1_right dd {margin:0px;}

	
}
@media (max-width: 700px) { 
	.icon_list p {display:none;}
	.index_icon ul.icon_list {margin-top:1rem;}
	.news_list_img {width:30%;}
	.news_contents span {display:none;}
	.left_banner span {width:100%;margin-bottom:1rem;}
	#lists_body .cont1_right dd {margin:0px;}
}

@media (max-width: 480px) {
	.logo-con {width:240px;}
	.logo-con img {width:240px;height:auto;}
	.site-menu {top:-4.4rem;}
	.BottomNav .RelateLinks,.SelectBox {width:137px;overflow:hidden;}
	.news_info .news_list {width:100%;}
	.news_list_img img {width:100%!important;height:100%!important;}
	.news_list_img {height:auto;}
	.index_icon {height:22rem;}
	.icon_list p {display:block;}
	.index_icon ul.icon_list li {margin:1rem;}
	#bgstretcher {display:none;}
	.right_banner {margin-bottom:0;margin-top:0;}
	.footer p {padding:0 2rem;}
	.bgStretcher-container { background:#FFFFFF url(../images/contents_bg.jpg) no-repeat top;}
		.body_right .news_list li span {
			display: none;
		}
 }