
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
address,caption,cite,code,dfn,em,strong,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
html {
	font-size: small;
	color: #333;
	font-family: Arial, Helvetica, sans-serif ,"微軟正黑體";
	letter-spacing: 0.08em;
}
body {
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #06C;
	text-decoration: none;
	blr:expression(this.onFocus=this.blur());
}
a:hover {
	color: #06C;
	text-decoration: none;
}
a:focus { -moz-outline-style: none; }
strong {
	color: #C03;
	font-weight: bold;
}
/*----text-----*/
.text>ul {
	list-style: inside;
}
.text>ol {
	list-style: inside;
}
.text strong{
	color:#333;
	font-size: 20px;
}
.text h1,h2,h3,h4,h5,h6,p{
	font-weight: normal;
	font-size: 100%;
}
#primary {
	width: 32%;
	float:right;
}
#secondary {
	width: 60%;
	float:left;
	margin-left:2%;
}
#footer {
	/*height: 100px;*/
}
p{
	line-height: 2;
	font-size:14px;
	color:#686869;
}
h1{
	font-size:24px;
}
h3{
	font-size:20px;
	font-weight:bold;
}

/*back_top*/
#back_top {
	position: fixed;
	bottom: 84px;
	right: 0%;
	z-index: 1000;
}
#back_top a {
	width: 42px;
    height: 36px;
    display: block;
}
#back_top span{
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/top.png);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*-----header------*/
#index{
	z-index: 100;
    position: relative;
	width:100%;
}
#header{
	background-color: rgba(33,33,33,0.6);
	box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	top: 0;
    position: absolute;
    width: 100%;
}
#header_cont{
	width:98%;
	margin: 0 auto;
	overflow: hidden;
}
.navfixed {
  /*position: fixed;*/
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

/*---nav---*/
#logo{
	float:left;
}
#menu{
	float:left;
	margin-left:22%;
	width:79%;
}
.logo2{
	position: absolute;
    z-index: 10;
    padding: 1% 0%;
	width:20%;
	position: center left;
}
.logo1{
	position: absolute;
    z-index: 5;
    padding: 1% 0%;
	width:20%;
}
#about{
	/*width:30%;*/
	overflow:hidden;
}
#menu ul{
	overflow:hidden;
}
#menu ul li{
	float:left;
	margin: 0 auto;
	width:20%;
}
#menu ul li a{
	text-decoration:none;
}
#menu ul li .nav{
	width: 100%;
	text-align: center;
	display: block;
	line-height: 4.5;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
}
#menu ul li .navhover {
    background: url(../images/hover_icon.png) center bottom no-repeat;
    background-color: #3e3e3e;
    width: 100%;
    text-align: center;
    display: none;
    line-height: 4.5;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    height: 70px;
    z-index: 10;
}
.index{
	position:absolute;
	top:0%;
	width:96%;
}

/*-----container-------*/
#container{
	margin:70px 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*--------cont_1---------*/

#cont_1{
	overflow:hidden;
	width: auto;
	margin:0 auto;

}

/*-------ABOUT----------*/

.title{
	overflow:hidden;
	padding-bottom:20px;
}
.title h1{
	float:left;
	font-weight:bold;
}
.title h1 small{
	font-size:14px;
	font-weight:bold;
}

/*------service------*/
#service{
	margin-bottom:70px;
}

/*------cont_2-------*/

#cont_2{
	overflow:hidden;
	background-color:
	-moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 49%, rgba(211,211,211,1) 100%, rgba(169,169,169,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(0%,rgba(211,211,211,1)), color-stop(49%,rgba(255,255,255,1)),   	  color-stop(100%,rgba(211,211,211,1)), color-stop(100%,rgba(169,169,169,1))); /* Chrome,Safari4+ */
	  border-top: 2px #d2d0d0 solid;
	  border-bottom: 2px #d2d0d0 solid;
}

/*--------product--------*/

#index_product{
	width:97%;
	margin:0 auto;
	padding: 70px 0px;
	text-align:center;
	overflow:hidden;
}

#index_product .title{
	margin: 0 auto;
	width:198px;
}

.product_cont{
	margin:2.5% 0%;
	float:left;
	padding-right: 0%;
	width:33%;
}
#index_product>div:last-child{
	margin:2.5% 0%;
	float:left;
	padding:0px;
}
.product_cont img{
	border:2px #fff solid;
	width:90%;
}
.infor_text{
	line-height:3;
	background:#fff;
	color:#003965;
	width:91.1%;
	margin-left:4.5%
}
.product_cont:hover img{
	border:2px #2da7e0 solid;
	width:90%
}
.product_cont:hover .infor_text{
	background:#2da7e0;
	color:#fff;
	width:91.1%
}

/*-----------cont_3-------------*/

#cont_3{
	overflow: hidden;
    width: auto;
    margin: 0 auto;
}
#news{
	padding:70px 0px;
	overflow:hidden;
	margin:0% 2%;
}
#news h4{
	line-height:2;
	direction:rtl;
}

#news .title{
	margin: 0 auto;
	width:166px;
}

.news_cont{
	float:left;
	padding-left:2.65%;
	width:23%;
}
.news_pic img{
	width:100%;
}
.work_pic{
	display: block;
    position: relative;
    overflow: hidden;
}
.work_name{
	position: absolute;
	top: 39.1%;
	width:100%;
	height: 100px;
    background-color: rgba(62,62,62,0.8);
	opacity:1;
}
.work_name span{
	display: inline-block;
	font-size: 1.2em;
    padding-left: 10px;
	padding-top: 1.4em;
    color: #fff;
}
.news_cont a:hover .work_name{
	opacity: 1;
    -webkit-backface-visibility: hidden;
}
.news_cont p{
	width:100%;
	padding-top:20px;
}
#new_cont>div:first-child{
	padding:0px;
	width:23%;
}

/*----------#cont_4-----------*/
#pc_cont_4{
	display: none;
}
#moble_cont_4{
	overflow: hidden;
    width: auto;
    margin: 0 auto;
	padding-bottom: 70px;
	display:block;
}
#partners .title{
	width: 205px;
    margin: 0 auto;
	padding-bottom:30px;
}
.slides_container {
	height: 68px;
	overflow: hidden;
	width:96%;
	margin:0% 1%;
}
.slides_container img{
	border: 1px #ccc solid;
	width:12%;
}
.slides_container div a:hover img {
	border-color:#aaa;
}
.slides_container a{
	padding:10px;
}
.brand_slide{
	position: relative;
    overflow: hidden;
	width:100%;
}
.brand_slide .prev,
.brand_slide .next {
	background:left center no-repeat;
	width:30px;
	height:64px;
	position:absolute;
	bottom:0;
}
.brand_slide .prev {
    background-image: url(../images/prev.png);
    left: -10px;
	top:1%;
}
.brand_slide .next {
	background-image:url(../images/next.png);
	right:-2px;
	top:1%;
}
.brand_slide .prev:hover,
.brand_slide .next:hover {
	opacity: 0.6 !important;
}


/*---------footer_cont-------------*/
#footer{
	background-color: rgba(33,33,33,0.7);
}
.footer_cont{
	width:100%;
	margin:0 auto;
}
.footer_cont dl{
	padding-top:20px;
	float: none;
}
.footer_cont dl dt{
	float:left;
	padding-right:10px;
}
.footer_cont dl dd{
    color: #fff;
	font-size:12px;
	line-height:1.3;
}
.phone{
	background:url(../images/icon_phone.png) center top no-repeat;
	width:16px;
	height:16px;
}
.clock{
	background:url(../images/icon_clock.png) center top no-repeat;
	width:16px;
	height:16px;
}
.mail{
	background:url(../images/icon_mail.png) center top no-repeat;
	width:16px;
	height:16px;
}

.footer_cont ul{
	float:left;
	padding: 0% 7% 1.5% 0%;
}
.footer_cont ul li{
	padding-right: 20px;
    padding-top: 10px;
}
.footer_cont ul li a{
	color:#fff;
	font-size:12px;
}
.footer_cont ul li a:hover{
	text-decoration: underline;
}
#cont_info{
	padding-bottom:30px;
	padding-left:1%;
}
.map{
	float:none;
	display:block;
	overflow:hidden;
	padding-left:4%;
}
.footer_2 {
  float: right;
  width: 320px;
  overflow: hidden;
  padding: 5% 0%;
}
#search {
	padding-left:1%;
}
.icon{
	padding-right:1%;
	float: left;
    padding-top: 2.1%;
	padding-left:0%;
}
#search {
  padding-top: 20px;
  width: 279px;
  float:none;
}
.icon a{
	padding-right:44px !important;
}
.icon a:hover{
	opacity:0.8 !important;
	filter: alpha(opacity=80);
}
#facebook{
	background:url(../images/icon_fb.png) center top no-repeat;
	width:16px;
	height:16px;
}
#pinterest{
	background: url(../images/icon_pint.png) center top no-repeat;
	width:16px;
	height:16px;
}
#twitter{
	background:url(../images/icon_twit.png) center top no-repeat;
	width:16px;
	height:16px;
}
#google{
	background:url(../images/icon_g.png) center top no-repeat;
	width:16px;
	height:16px;
}
.footer_cont p{
	display: block;
    width: 582px;
    color: #fff;
	padding: 10px 0px 10px 6px;
	font-size:10px;
	line-height:3;
	overflow:hidden;
}
/*------------inside_header-------------*/

#inside{
	z-index: 100;
    position: relative;
	width:100%;
}
.header_pc{
	display:block;
}
.header_mobile{
	display:none;
}

/*---------about_us-------------*/


/*------------story-----------------*/

#story{
	overflow:hidden;
	padding-bottom: 70px;
	width: auto;
    margin: 0 auto;
}
#story_sec{
	width: 39.5%;
	padding: 0% 2% 0% 2%;;
	float:left;
	font-size:14px;
}
#story_pri{
	background:url(../images/story.jpg) center top no-repeat;
	width:55%;
	margin-top:2%;
	float:left;
	height:324px;
}
#company p{
	line-height:1.7;
}

/*------------philosophy---------------*/
#philosophy{
	background-color:
	-moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 49%, rgba(211,211,211,1) 100%, rgba(169,169,169,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(0%,rgba(211,211,211,1)), color-stop(49%,rgba(255,255,255,1)),   	  color-stop(100%,rgba(211,211,211,1)), color-stop(100%,rgba(169,169,169,1))); /* Chrome,Safari4+ */
	border-top: 2px #d2d0d0 solid;
	border-bottom: 2px #d2d0d0 solid;
}
#phil_cont{
	width: auto;
    margin: 0 auto;
    padding: 6% 0%;
    overflow: hidden;
}
#phil_cont .title{
	width: 222px;
	margin:0 auto;
}

#phil_list li{
	margin-left: 0%;
    float: left;
    margin-bottom: 4%;
	padding-right:0%;
	width:50%;
}
#phil_list>li:first-child {
	margin-left: 0%;
}
#phil_list li:nth-child(2n){
	margin-left:0%;
}
.phil_pic{
	display: block;
    width: 83%;
    height: 83%;
    background-color: rgba(26,26,26,0.7);
    position: relative;
    overflow: hidden;
	margin:0% 0% 0% 6%;
}
.phil_pic img {
	width: 100%;
    height: 100%;
	opacity: 0.5;
}
.phil_name {
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	position: absolute;
	top: 50%;
	margin: -20px auto 0 !important;
	width: 100%;
	opacity: 1;
}
.phil_name span {
	display: inline-block;
	padding: 5px 10px 5px;
	border: 2px solid #fff;
	margin: 0 auto !important;
}
.phil_name span h1{
	font-size:20px;
	float:left;
}
.phil_name span h1 small{
	font-size:14px;
}

/*---------------mission-------------------*/
#about_comp{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding-top:70px;
}
#comp_sec{
	float:left;
	width:50%
}
#comp_sec p{
	padding: 6px 0px 20px 24px;
	width: 84%;
    text-align: center;
}
#comp_pri p{
	padding: 6px 0px 20px 22px;
    width: 84%;
    text-align: center;
}
#comp_pri{
	float:left;
	width:50%;
	text-align:center;
}
#mission .title{
	width: 188px;
    margin: 0 auto;
}
#mission_pic{
	background:url(../images/mission.jpg) center top no-repeat;
	width:90%;
	margin:auto;
}
#vision_pic{
	float:left;
	background:url(../images/vision.jpg)center top no-repeat;
	width:95%;
}
#vision .title{
	width: 174px;
    margin: 0 auto;
}


/*-----------------partners--------------------*/

#partners{
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
#partners_cont .title{
	width: 205px;
    margin: 0 auto;
	padding-bottom:10px;
}
#partners_pic li{
	float:left;
	border: 1px #686869 solid;
    margin: 2.2%;
	box-shadow: 4px 5px 11px -3px rgba(5%,5%,20%,0.2);
}
#partners_pic>li:first-child{
	margin-left: 2.2%;
}
#partners_cont>div{
	width:90%;
	margin:0 auto;
}
#part_cont{
    width:100%;
	margin:0 auto;
}


/*-------------contact---------------*/

#contact_info{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#cont_sec{
	float:left;
	padding-left:2%;
	width:33%;
}
#contact_logo img{
	width:100%;
}
#text{
	padding-top:30px;
}
#contact_pri{
	color:#686869;
	float:right;
	padding-bottom:60px;
	width:62%;
	padding-top:2%;
}
#contact_pri tr td{
	padding:1% 0%;
	width:34%;
}
#contact_pri tr td:last-child{
	padding-top:1%;
	width:40%;
}
#contact_pri textarea{
	vertical-align: middle;
	padding-left:9px;
    color: #686869;
	font-size: 14px;
    line-height: 1.6em;
    width: 96%;
	height:200px;
    resize: none;
}
#contact_pri input{
	width:91%;
    height: 30px;
    padding-left:9px;
    color: #686869;
    font-size: 14px;
    line-height: 24px;
}
#contact_pri .table_last input{
	width:37%;
	height: 30px;
	padding-left:9px;
    color: #686869;
    font-size: 14px;
    line-height: 12px;
}
.second{
	padding-left:36px !important;
}
.container_map{
	padding-top:10px;
	width:100%;
}
.container_map iframe{
	width:96%;
	margin-left:2%;
}
.btn_send{
	margin-left:9%;
	padding:2% 6.7%;
}

/*--------------news-------------------*/

#new{
	overflow:hidden;
}
#news_info{
	width:98%;
	margin:0 auto;
}
#service_sec{
	width:22%;
	float:left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(252,251,249,1)));
}
#service_sec img{
	width:100%;
}
#service_sec .title{
	width:100%;
	margin:0 auto;
}
#service_sec ul{
	padding:10px 0px 0px 26px;
    font-size: 14px;
	color:#686869;
}
#service_sec ul li{
	padding-bottom:10px;
}
.english{
	padding-left:25px;
}
#news_pri{
	float:left;
	width:70%;
	padding-left: 6%;
}
#news_pri .title{
	margin:0px;
	padding-bottom: 6px;
}
.image.left {
    float: left;
    margin: 0%;
}
.box_excerpt img{
	width:90%;
	padding-bottom:5%;
}
.box_excerpt{
	display:block;
	overflow:hidden;
	padding:2% 0%;
}
.news_about{
	padding-top:0%;
}
.news_about h3{
	font-size:20px;
	font-weight: bold;
	direction: inherit !important;
	padding: 0%;
}
.news_about p{
	line-height: 1.5;
    padding: 1% 0%;
	overflow:hidden;
}
.news_about h3 a{
	color:#3e3e3e;
}
.news_about h3 a:hover{
	color:#000;
	text-decoration:underline;
}
.news_about span{
	color:#3e3e3e;
}
.categori-page {
    list-style: none;
    float: right;
}
.categori-page > li {
    display: inline-block;
    margin: 0 .2em;
    font-size: 14px;
    color: #666;
    position: relative;
	padding-top:10px;
}
.categori-page li a{
	color:#686869;
}
.categori-page li a:hover {
	text-decoration:underline;
	color:#000;
}
.categori-page>.prev a:hover{
	text-decoration:none;
}
.categori-page>.next a:hover{
	text-decoration:none;
}

/*------------news_inside----------------*/

#news_sec{
	width:65%;
	float:left;
}
.news_title{
	overflow:hidden;
	padding-bottom:20px;
}
#news_sec h3{
	font-size:20px;
    font-weight: bold;
	color:#3e3e3e;
	float:left;
	overflow:hidden;
}
#news_sec h4{
	font-size:14px;
	color:#3e3e3e;
	float:right;
	overflow:hidden;
	padding-top:10px;
}
#news_pic{
	width:100%;
	padding-bottom:5%;
}
#news_pic img{
	width:100%;
}
#news_sec a{
	background:url(../images/back_icon.jpg) top left no-repeat;
	padding-left:20px;
	color:#3e3e3e;
	float:right;
	line-height:1.2;
}
#news_sec a:hover{
	color:#000;
}
#news_sec p{
	padding:10px 0px;
	overflow:hidden;
}
#new_pri{
	width:29%;
	float:left;
	padding-left:5.4%;
}
#new_pri .title {
    margin: 0px;
    padding-bottom: 0px;
}
.new_list li{
	background:url(../images/list_icon.jpg) 0 10px no-repeat;
	padding-left:14px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_list li a{
	font-size:14px;
	line-height:2;
	font-weight:bold;
	color:#686869;
}
.new_list li a:hover{
	text-decoration:underline;
}


/*-------------product--------------*/
#product_sec{
	border: 1px #686869 solid;
	box-shadow: 4px 5px 11px -3px rgba(5%,5%,20%,0.2);
	width:25%;
	float: left;
}
#product_sec .title{
	width:100%;
	margin:0 auto;
	padding:40px 0px 20px 0px;
}
#product_pri{
	float:left;
	width: 73%;
	padding-left:0%;
}
#product_sec img{
	width:100%;
}
.product_list{
	padding-left:0.5%;
}
.col-tree-hide{
	background:url(../images/product_list_1.png)left top no-repeat;
	padding-left:20px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:bold;
}
.col-tree-hide:hover {
	background:url(../images/product_list_2.png)left top no-repeat;
	padding-left:20px;
	color: #999;
}
.product_list li ul{
	padding:10px 0px 10px 0px;
	margin-left:20px;
}
.list_cont li{
	padding-left:20px;
}
.col-tree-show{
	background:url(../images/product_list_3.png) left 2px no-repeat;
	line-height:1.5;
	font-size:14px;
	color:#686869;
	font-weight:normal;
	padding-left:20px;
}
.col-tree-show:hover {
	background:url(../images/list_icon.jpg)left 4px no-repeat;
	line-height:1.5;
	font-size:14px;
	color:#000;
	font-weight:normal;
}
.list_cont li:hover{
	padding-left:20px;
}
.col-tree-show.here{
    background: url(../images/list_icon.jpg)left 4px no-repeat;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

/*-----------pro_list-----------*/
#pro_list {
	margin-left: -40px;
	padding: 25px 0 25px 10px;
}
#pro_list li {
	padding: 0% 0% 1% 9.6%;
	display:inline-block;
	width:37%;
	vertical-align: top;
}
#pro_list li a {
	background: url(../images/product_list.jpg) 10px 13px no-repeat;
	padding:8px 0 0 30px;
	display:block;
	font:bold 16px/20px "Arial";
	color:#555;
	line-height:1.5;
}
#pro_list li a:hover {
	background:#3e3e3e url(../images/product_list_2.jpg) 10px 13px no-repeat;
	text-decoration:none;
	color:#fff;
}
#pro_list li a p {
	background:url(../images/product_p.png) no-repeat;
	font:normal 14px "微軟正黑體";
	height:27px;
	color:#999;
	padding-left:22px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	position:relative;
	line-height:1.5;
}
#pro_list li a:hover p {
	color:#e0e0e0;
}
#pro_list li a p:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:125px;
	height:100%;
}
#pro_list li a:hover p:after {
	display:none;
}

/*------------.topic_path-------------*/

.topic_path {
	font:normal 13px/13px "敺株��迤暺煾��";
	color: #555;
	padding: 8% 0% 0% 7%;
}
.sub_title .topic_path {
	float:right;
}
.topic_path a {
	color: #3e3e3e;
}
.topic_path a.here,
.topic_path a:hover {
	color: #999;
}
.topic_path dt a {
	font-size: 1.1em;
}
.topic_path dt a:hover {
	background-position:0 -4.5%;
}
.topic_path dt,
.topic_path dd {
	float:left;
	white-space: pre;
}
.topic_path dd:before {
	content:" > ";
}


/*---------product_inside---------------*/
#product_inside{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#title_cont{
	display:block;
	overflow:hidden;
}
#title_cont>h1{
	background:url(../images/product_icon.jpg)left 24px no-repeat;
	float:left;
	padding:16px 0px 0px 20px;
}
#product_inside .topic_path {
	padding:27px 0px 0px 0px;
	float:right;
}
#product_inside #product_pri{
	padding-left:6%;
	float:left;
	width:68%;
}
#product_pri img{
	width:100%;
}
.text{
	padding:10px 0px;
}
.text h3{
	padding:10px 0px;
}
.text p{
	padding-bottom:20px;
}
.text a {
  background: url(../images/back_icon.jpg) top left no-repeat;
  padding-left: 20px;
  color: #3e3e3e;
  float: right;
  line-height: 1.2;
}
#index img{
	  width:100%;
  }
  #inside img{
	  width:100%;
  }
  #logo img{
	  width:20%;
  }
@media only screen and (max-width: 869px){
	#new_cont>div:first-child{
		width:48%;
	}
	.news_cont{
		width:48%;
	}
	#new_cont>div:nth-child(3){
		padding-left:0%;
	}
	.work_name{
		top:64.1%;
	}
	#part_cont{
		width:76%;
	    margin:0 auto;
	}
}
@media only screen and (max-width: 771px){
	.work_name{
		top:59.1%;
	}
}
@media only screen and (max-width: 736px){
	#partners_cont>div{
	    width:84%;
	    margin:0 auto;
    }
	#part_cont{
		width:92%;
	    margin:0 auto;
	}
}
@media only screen and (max-width: 667px){
	.work_name{
		top:54.1%;
	}
	#partners_cont>div{
	    width:92%;
	    margin:0 auto;
    }
	#part_cont{
		width:93%;
	    margin:0 auto;
	}

}
@media only screen and (max-width: 656px){
	.map {
        float: none;
        display: block;
        overflow: hidden;
        padding-left: 2%;
    }
	.icon a:first-child {
		padding-right: 20px !important;
	}
    .icon a {
        padding-right: 36px !important;
    }
	#part_cont{
		width:96%;
	    margin:0 auto;
	}
@media only screen and (max-width: 640px){
	#partners_cont>div{
	    width:96%;
	    margin:0 auto;
    }
	#part_cont{
		width:102%;
	    margin:0 auto;
	}
}
@media only screen and (max-width: 600px){
	#partners_cont>div{
	    width:95%;
	    margin:0 auto;
    }
	#part_cont{
		width:95%;
	    margin:0 auto;
	}
	#partners_pic>li:first-child {
		margin:1.5%;
	}
	#partners_pic li{
		margin:1.5%;
	}
}
