﻿@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ */

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	max-width:100%;
}
ul{
-webkit-padding-start: 0px;
}

body, html, input{
	font-family:"微軟正黑體", "新細明體",Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}

.navAll{
	height:120px;
	width:100%;
	background:#fff;
	}	
.navC{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	}	
.seo{
	display:none;
	}		
.logo{
	height:120px;
	float:left;
	display:block;
	}	
.nav, .nav_arrive{
	float:left;
	display:block;
	}
.logo{
	width:200px;
	position:relative;
	}
.logoA{
	width:200px;
	height:120px;
	left:0;
	top:0;
	position:absolute;
	z-index:9999;
	display:block;
	}	
.nav, .nav_arrive{
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	padding:0 10px;
	line-height:28px;
	margin:45px 30px 0 30px;
	}
.nav{
	color:#1c1c1c;
}
.nav:hover, .nav_arrive{
	color:#fff;
	background:#085572;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	}
.navL{
	width:920px;
	float:left;
	}		
.navR{
	width:280px;
	float:left;
	text-align: center;
	}
.navR a{
	font-size:15px;
	color:#1c1c1c;
	line-height:28px;
	text-decoration:none;
	padding:0 10px;
	display:inline-block;
	margin-top:45px;
	}
.navR a:hover{
	color:#fff;
	background:#085572;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	}		
.banner{
	width:100%;
	height:500px;
	position:relative;
	}
#slides {
    display: none;
	position: relative;
	height:500px;
    }
.container {
	margin: 0 auto;
	width:100%;
	height:500px;
	background-color:#000;
    }
.slidesjs-navigation{
	position: absolute;
	z-index:99999;
	display:none;
	}
.slidesjs-previous,	 .slidesjs-next{
	width:55px;
	height:55px;
	display: block;
	top: 50%;
	position: absolute;
	margin-top:-22px;
	display:none;
	}
.slidesjs-previous{
	background:url(../images/btn_left.png);
	left: 15px;
	}
.slidesjs-next{
	background:url(../images/btn_right.png);
	right: 15px;
}
.slidesjs-previous:hover{
	background:url(../images/btn_left_o.png);
	}
.slidesjs-next:hover{
	background:url(../images/btn_right_o.png);
}
.slidesjs-pagination {
	bottom: 90px;
	text-align: center;
	z-index: 999999;
	position: relative;
	display:block;
    }
.slidesjs-pagination li {
	display: inline-block;
	margin: 0 1px;
    }
.slidesjs-pagination li a {
	width:14px;
	height:14px;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	color:#fff;
	margin-right:10px;
    }
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active,
.slidesjs-pagination li a:hover {
	background-color:#085572;
	color:#085572;
    }
.f1{
	width:100%;
	height:75px;
	line-height:75px;
	background:#e3e0d9;
	}	
.f1All{
	width:1200px;
	margin:0 auto;
	}	
.f1L{
	width:835px;
	float:left;
	height: 75px;
	overflow: hidden;
	}	
div#abgne_marquee {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 835px;
	height: 75px;
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#abgne_marquee li {
	float:left;
	width: 835px;
}
div#abgne_marquee ul {
	position: absolute;
	left: 50px;			/* 往後推個 30px */
}
div#abgne_marquee ul li a {
	color:#1c1c1c;
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:15px;
	height: 75px;
	line-height: 75px;
	text-decoration: none;
}
div#abgne_marquee div.marquee_btn {
	position: absolute;
	cursor: pointer;
}
div#abgne_marquee div#marquee_next_btn {
	left: 5px;
}
div#abgne_marquee div#marquee_prev_btn {
	right: 5px;
}
.f1R{
	width:365px;
	float:left;
	}
.inputOut1{
	width:270px;
	height:40px;
	margin-left:45px;
	margin-top:20px;
	position:relative;
	}
.input1{
	color:#1c1c1c;
	font-size:15px;
	position:absolute;
	width:215px;
	height:40px;
	padding:0 40px 0 15px;
	line-height:40px;
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	background:#FFF;
	}	
.button1{
	width:40px;
	height:40px;
	background:url(../images/img.png) 0 0;
	position:absolute;
	top:0;
	right:0;
	z-index:9;
	border:0;
	cursor:pointer;
	}	
.f2{
	width:1140px;
	margin:0 auto;
	overflow:hidden;
	}
.f2Title{
	width:370px;
	height:120px;
	margin:0 auto;
	background:url(../images/img.png) 0 -40px;
	text-indent:-99999px;
	}		
.f2Section{
	width:1140px;
	margin:0 auto;
	}	
.f2Each{
	width:350px;
	margin:0 15px 15px 15px;
	float:left;
	text-align:center;
	text-decoration:none;	
	}	
.f2Each img{
	margin-bottom:15px;
	}	
.f2EachA{
	color:#1c1c1c;
	font-size:18px;
	line-height:20px;
	margin:10px 0;
	font-weight:bold;
	}
.f2EachB{
	color:#085572;
	font-size:13px;
	line-height:15px;
	margin:10px 0;
	font-weight:bold;
	}		
.f3{
	width:100%;
	background:#e3e0d9;
	overflow:hidden;
	}
.f3Title{
	width:260px;
	height:120px;
	margin:0 auto;
	background:url(../images/img.png) 0 -160px;
	text-indent:-99999px;
	}	
.wrap {
	min-height: 100%;
	*display: table; /* For IE7 Hack */
	*height: 100%; /* For IE7 Hack */
	background:#F4F4F4;
	}	
.wrapMember {
	min-height: 100%;
	*display: table; /* For IE7 Hack */
	*height: 100%; /* For IE7 Hack */
	}
.footerEnght{
	color:#000000;
	font-size:13px;
	text-align:center;
	line-height:25px;
	padding:15px 0;
	height: 150px;
	background:#FFF;
	clear:both;
	}	
.footer{
	text-align:center;
	font-size:13px;
	color:#000000;
	width: 100%;
	clear: both;
	line-height:25px;
	position: relative;
	height: 50px;
	margin-top: -80px;
	padding:15px 0;
	background:#FFF;
	}	
	
/*==================網頁捲軸滾動式廣告====================*/
#abgne_float_ad {
		display: none;
		position: absolute;
		z-index:9999;
	}
#abgne_float_ad a{
	width:30px;
	height:145px;
	display:block;
	background:url(../images/img.png) 0 -280px;
	}
#abgne_float_ad a:hover{
	background:url(../images/img.png) -30px -280px;
	}

/*==================breadcrumb====================*/

.customer_content{
	width:100%;
	color:#1c1c1c;
	font-size:15px;
	background:#f4f4f4;
	overflow:hidden;
	padding:30px 0;
	text-align:center;
	}	
.customer_content_explanation{
	width:100%;
	color:#FFFFFF;
	font-size:15px;
	background:#000000;
	overflow:hidden;
	padding:30px 0;
	text-align:left;
}
.customerCall{
	width:150px;
	height:40px;
	margin:25px auto;
	display:block;
	background:url(../images/img.png) 0 -425px;
	}		
.customerCall:hover{
	background:url(../images/img.png) -150px -425px;
	}	
.customerBlock{
	width:355px;
	font-size:13px;
	background:#FFF;
	margin:25px auto 0 auto;
	padding:20px 40px;
	text-align:left;
	border:1px #dedede solid;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	}	
.customerBlock ul li{
	line-height:40px;
	}	
.customerBlock ul li input{
	width:335px;
	height:36px;
	line-height:36px;
	padding:0 10px;
	border:1px #dedede solid;
	}	
.customerBlock ul li textarea{
	width:335px;
	height:150px;
	line-height:15px;
	padding:10px;
	border:1px #dedede solid;
	}
.customerBlock ul li .button2{
	width:90px;
	color:#008ed3;
	height:36px;
	line-height:30px;
	padding:0 10px;
	border:1px #008ed3 solid;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	cursor:pointer;
	}	
.customerBlock ul li .button2:hover{
	color:#fff;
	background:#008ed3;
	}
.forget_content{
	width:100%;
	color:#1c1c1c;
	font-size:15px;
	background:#f4f4f4;
	overflow:hidden;
	padding:75px 0;
	}	
.forgetBlock{
	width:435px;
	font-size:13px;
	background:#FFF;
	margin:25px auto 0 auto;
	padding:0 0 20px 0;
	text-align:left;
	border:1px #dedede solid;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	}	
.forgetBlock ul li{
	line-height:40px;
	padding-left:40px;
	padding-right:40px;
	}	
.forgetBlock ul li.forgetBlockTitle{
	font-size:24px;
	line-height:70px;
	border-bottom:1px #dedede solid;
	}	
.forgetBlock ul li input{
	width:335px;
	height:36px;
	line-height:36px;
	padding:0 10px;
	border:1px #dedede solid;
	}	
.forgetBlock ul li .button2{
	width:90px;
	color:#008ed3;
	height:36px;
	line-height:30px;
	padding:0 10px;
	border:1px #008ed3 solid;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	cursor:pointer;
	}	
.forgetBlock ul li .button2:hover{
	color:#fff;
	background:#008ed3;
	}
.forgetEND{
	text-align:center;
	margin:60px 0;
	}	
.register_content{
	width:100%;
	color:#1c1c1c;
	font-size:15px;
	background:#f4f4f4;
	overflow:hidden;
	padding:30px 0;
	}	
.registerBlock{
	width:500px;
	font-size:13px;
	background:#FFF;
	margin:25px auto 0 auto;
	padding:0 0 20px 0;
	text-align:left;
	border:1px #dedede solid;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	}	
.registerBlock ul li{
	line-height:40px;
	padding-left:40px;
	padding-right:40px;
	}	
.registerBlock ul li.registerBlockTitle{
	font-size:24px;
	line-height:70px;
	border-bottom:1px #dedede solid;
	}	
.registerBlock ul li input{
	width:400px;
	height:36px;
	line-height:36px;
	padding:0 10px;
	border:1px #dedede solid;
	}		
.registerBlock ul li input.reS{
	width:40px;
	height:36px;
	line-height:36px;
	padding:0 10px;
	border:1px #dedede solid;
	margin-right:10px;
	}	
.registerBlock ul li input.reL{
	width:325px;
	height:36px;
	line-height:36px;
	padding:0 10px;
	border:1px #dedede solid;
	}	
.registerBlock ul li .button2{
	width:90px;
	color:#008ed3;
	height:36px;
	line-height:30px;
	padding:0 10px;
	border:1px #008ed3 solid;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	cursor:pointer;
	}	
.registerBlock ul li .button2:hover{
	color:#fff;
	background:#008ed3;
	}	
.login_content{
	width:100%;
	color:#1c1c1c;
	font-size:15px;
	background:#f4f4f4;
	overflow:hidden;
	padding:30px 0;
	}	
.loginBlock{
	width:435px;
	font-size:13px;
	background:#FFF;
	margin:25px auto 0 auto;
	text-align:left;
	border:1px #dedede solid;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	}	
.loginBlock ul li{
	line-height:40px;
	padding-left:40px;
	padding-right:40px;
	}	
.loginBlock ul li.loginBlockTitle{
	font-size:24px;
	line-height:70px;
	border-bottom:1px #dedede solid;
	}	
.loginBlock ul li input{
	width:335px;
	height:36px;
	line-height:36px;
	padding:0 10px;
	border:1px #dedede solid;
	}
.loginBlock ul li .button2{
	width:70px;
	color:#008ed3;
	height:36px;
	line-height:30px;
	padding:0 10px;
	border:1px #008ed3 solid;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	cursor:pointer;
	}	
.loginBlock ul li .button2:hover{
	color:#fff;
	background:#008ed3;
	}
.loginBlock ul li .loginFB{
	color:#fff;
	font-weight:bold;
	background:url(../images/img.png) 15px -465px;
	background-color:#3d58a9;
	height:40px;
	border:0;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	cursor:pointer;
	padding-left:30px;
	}	
.loginBlock ul li .loginFB:hover{
	background-color:#233c8a;
	}
.loginBlock ul li .loginG{
	color:#fff;
	font-weight:bold;
	background:url(../images/img.png) 15px -505px;
	background-color:#da4735;
	height:40px;
	border:0;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	cursor:pointer;
	padding-left:30px;
	}	
.loginBlock ul li .loginG:hover{
	background-color:#c83927;
	}
.loginBlock ul li.loginBlockFooter{
	font-size:13px;
	line-height:60px;
	border-top:1px #dedede solid;
	background:#f8f8f8;
	}	
.loginBlock ul li.loginBlockFooter a{
	color:#898989;
	text-decoration:none;
	}	
.loginBlock ul li.loginBlockFooter a.color085572{
	color:#085572;
	}	
.table{
	width:1200px;
	margin:0 auto 25px auto;
	font-size:13px;
	overflow:hidden;
	}	
.table table{
	margin-bottom:25px;
	}	
.table table, tr, th, td{
	border:1px #d0d0d0 solid;
	text-align:center;
	color:#1c1c1c;
}
.table thead tr td{
	border:1px #085572 solid;
	text-align:center;
	color:#FFF;
	height:45px;
	background:#085572;
}	
.table tfoot tr td{
	border:1px #c1d4dc solid;
	text-align:center;
	height:45px;
	background:#c1d4dc;
}	
table.eeee{
	margin:-25px 0;
	}
table.eeee tr td{
	line-height:45px;
	}
.table img{
	display:inline-table;
	vertical-align:middle;
	}
.mainchoice{
	text-align:left;
	}	
.mainchoice .selectA{
	width:175px;
	height:35px;
	padding:0 10px;
	margin:6px 5px 6px 0;
	border:1px #cecece solid;
	color:#1c1c1c;
	}	
.mainchoice .selectB{
	width:390px;
	height:35px;
	padding:0 10px;
	margin:6px 5px 6px 0;
	border:1px #cecece solid;
	color:#1c1c1c;
	}		
.mainchoice span{
	/*width:300px;*/
	min-height:35px;
	line-height:35px;
	margin:6px 5px 6px 0;
	float:left;
	}	
.btnNormal{
	width:35px;
	height:35px;
	border:0;
	padding:0 10px;
	margin:6px 0 0 0;
	background:url(../images/img.png) 0 -545px;
	}
.btnAdd{
	width:35px;
	height:35px;
	border:0;
	cursor:pointer;
	padding:0 10px;
	margin:6px 0 0 0;
	background:url(../images/img.png) 0 -580px;
	}
.btnAdd:hover{
	background:url(../images/img.png) -35px -580px;
	}
.btnDelet{
	width:35px;
	height:35px;
	border:0;
	cursor:pointer;
	padding:0 10px;
	margin:6px 0 0 0;
	background:url(../images/img.png) 0 -615px;
	}
.btnDelet:hover{
	background:url(../images/img.png) -35px -615px;
	}
.numberchoice select{
	width:60px;
	height:35px;
	padding:0 5px;
	margin:6px 0;
	border:1px #cecece solid;
	color:#1c1c1c;
	}	
.tableBtn{
	color:#fff;
	height:36px;
	line-height:30px;
	padding:0 10px;
	border:1px #085572 solid;
	background:#085572;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	cursor:pointer;
	float:right;
	}
.tableBtn:hover{
	border:1px #008ed3 solid;
	background:#008ed3;
	}
.levelBlock{
	color:#1c1c1c;
	text-align:center;
	overflow:hidden;
	background:#e3e0d9;
	padding:50px 0 40px 0;
	}	
.levelBlock h2{
	width:270px;
	height:60px;
	margin:0 auto;
	background:url(../images/img.png) 0 -650px;
	text-indent:-99999px;
	}			
.levelBlock	h4{
	color:#067c95;
	font-size:135px;
	line-height:135px;
	font-weight:bold;
	margin: 30px 0 20px 0;
	}		
.levelBlock	h3{
	font-weight:normal;
	font-size:15px;
	line-height:36px;
	}
.speTable{
	font-size:13px;
	line-height:25px;
	}
.speTable thead tr td{
	border:1px #085572 solid;
	text-align:center;
	color:#FFF;
	background:#085572;
	}
.speTable tr td{
	padding:5px 10px;
	text-align:left;
	color:#1c1c1c;
	border:1px #d0d0d0 solid;
	}		
.info{
	width:1200px;
	margin:0 auto 25px auto;
	font-size:13px;
	overflow:hidden;
	}	
.info table{
	}	
.info table, tr, th, td{
	border:1px #d0d0d0 solid;
	text-align:center;
	color:#1c1c1c;
	}
.infoInput{
	width:450px;
	margin:8px 15px;
	height:35px;
	float:left;
	padding:0 5px;
	border:1px #d0d0d0 solid;
	}
.infoInputS{
	width:50px;
	margin:8px -10px 8px 15px;
	height:35px;
	float:left;
	padding:0 5px;
	border:1px #d0d0d0 solid;
	}
.infoArea{
	width:450px;
	margin:8px 15px;
	height:135px;
	float:left;
	padding:5px;
	border:1px #d0d0d0 solid;
	}	
.tableBtnBack{
	color:#fff;
	height:36px;
	line-height:30px;
	padding:0 10px;
	border:1px #930404 solid;
	background:#930404;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	cursor:pointer;
	float:right;
	}
.tableBtnBack:hover{
	border:1px #d42727 solid;
	background:#d42727;
	}
.service_search{
	width:100%;
	background:#085572;
	overflow:hidden;
	height:50px;
	}	
.service_search div{
	width:1150px;
	margin:0 auto;
	}	
.service_search p{
	color:#FFF;
	font-size:13px;
	float:left;
	margin-right:20px;
	line-height:50px;
	}
.service_search select{
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	height:30px;
	line-height:25px;
	border:0;
	margin:10px 5px 10px 0;
	padding:0 10px;
	min-width:150px;
	}
.service_search input.inputA	{
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	height:30px;
	width:250px;
	line-height:25px;
	margin:10px 5px 10px 0;
	padding:0 10px;
	border:0;
	background:#fff;
	color:#008ed3;
	}
.service_search input.inputB{
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	height:30px;
	line-height:25px;
	margin:10px 5px 10px 0;
	padding:0 20px;
	border:1px #008ed3 solid;
	background:#fff;
	color:#008ed3;
	cursor:pointer;
	}
.service_search input.inputB:hover{
	color:#fff;
	background:#008ed3;
	}	
.serviceGary{
	width:100%;
	background:#f4f4f4;
	overflow:hidden;
	}		
.service{
	width:600px;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden;
	float:left;
	}	
.service p{
	width:540px;
	font-size:15px;
	color:#1c1c1c;
	line-height:30px;
	margin:0 30px;
	text-align:center;
	}		
.service a{
	color:#008ed3;
	}
.memberAll{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	}	
.memberNav{
	width:150px;
	padding:13px 0;
	line-height:30px;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	border:1px #dedede solid;
	float:left;
	text-align:center;
	background:#fff;
	}	
.memberNav a{
	display:block;
	font-size:15px;
	color:#1c1c1c;
	text-decoration:none;
	border-right:5px solid #fff;
	border-left:5px solid #fff;
	margin:7px 0;
	}
.memberNav a.arrive, .memberNav a:hover{
	display:block;
	color:#085572;
	font-size:15px;
	text-decoration:none;
	border-right:5px solid #085572;
	border-left:5px solid #fff;
	}
.memberTable{
	width:1020px;
	float:right;
	font-size:13px;padding-bottom: 100px;
	}			
.memberTable table, tr, th, td{
	border:1px #d0d0d0 solid;
	text-align:center;
	color:#1c1c1c;
	min-height:45px;
}		
.memberTable table tr td a{
	color:#008ed3;
}
.memberTable thead tr td{
	border:1px #085572 solid;
	text-align:center;
	color:#FFF;
	background:#085572;
}	
.memberTable a{
	color:#008ed3;
	line-height:30px;
	}
.memberTable tfoot tr td{
	border:1px #c1d4dc solid;
	text-align:center;
	height:45px;
	background:#c1d4dc;
}	
.memberTable img{
	display:inline-table;
	vertical-align:middle;
	}
.memberTableD{
	width:1020px;
	float:right;
	margin-bottom: 100px;
	border:1px #d0d0d0 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	}
.memberTableD table{
	font-size:13px;
	}	
.memberTableD table tbody{	
	padding:20px 0;
}
.memberTableD table, tr, th, td{
	color:#1c1c1c;
	height:50px;
	border:0;
}	
.memberInput{
	width:450px;
	margin:8px 15px 8px 0;
	height:35px;
	float:left;
	padding:0 5px;
	border:1px #d0d0d0 solid;
	}
.memberInputS{
	width:50px;
	margin:8px 10px 8px 0;
	height:35px;
	float:left;
	padding:0 5px;
	border:1px #d0d0d0 solid;
	}
.memberText	{
	width:450px;
	margin:8px 15px 8px 0;
	height:100px;
	float:left;
	padding:0 5px;
	border:1px #d0d0d0 solid;
	}
.memberBtn	{
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	height:35px;
	line-height:30px;
	padding:0 20px;
	border:1px #008ed3 solid;
	background:#fff;
	color:#008ed3;
	cursor:pointer;
	}
.memberBtn:hover	{
	border:1px #008ed3 solid;
	background:#008ed3;
	color:#fff;
	}
.motifyC table tr td    {
    border: 1px solid #000;
}
.searchNo{
	line-height:50px;
	color:#008ed3;
	text-decoration:none;
	}	
.cycle-slideshow {
    float: left;
	width: 835px;
	height: 75px;
}
.cycle-slideshow a {
	color:#1c1c1c;
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:15px;
	height: 75px;
	line-height: 75px;
	text-decoration: none;
}
		
.color085572{
	color:#085572;
	}	
@media screen and (max-width:1199px){
body,html{
	width:1200px;
	}	
	}