﻿/* CSS Document */
/* 奥丝蓝黛 BEGIN */
#InnerContent
{
	padding: 0px;
text-indent: 14px;
}

#InnerTitle
{
	padding: 15px 5%;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	font-family: "微软雅黑";
	color: #222c80;
	background: linear-gradient(#e8eef0, #ffffff);
	background: -moz-linear-gradient(top, #e8eef0, #ffffff);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e8eef0), color-stop(1, #ffffff));
	box-shadow: 0px 3px 5px #cdd4d8 inset;
	position: relative;
}

#InnerTitle .InnerDown
{
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 17px;
	right: 5%;
	background: #3d54c4 url("../js/mobile/css/images/icons-18-white.png") no-repeat -216px -1px;
	border-radius: 18px;
}

#InnerMainContent
{
	padding: 40px 5%;
	background: linear-gradient(#36408c, #1f2b7f);
	background: -moz-linear-gradient(top, #36408c, #1f2b7f);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#36408c), color-stop(1, #1f2b7f));
	box-shadow: 0px 3px 5px #293069 inset;
	font-size: 14px;
	line-height: 26px;
	text-shadow: 1px 1px 1px #000000; /*#293069;*/
	color: #ffffff;
}

#InnerMainContent #MainContent img, #InnerDetailNewsContent img
{
	width: 100% !important;
	height: auto !important;
}

/* 新闻列表 BEGIN */
.InnerNewsList li
{
	border-top: solid 1px #b3b3b3;
	box-shadow: 0px 5px 5px #272e66 inset;
	padding: 20px 5%;	
	background: linear-gradient(#353f8b, #1f2b7f);
	background: -moz-linear-gradient(top, #353f8b, #1f2b7f);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#353f8b), color-stop(1, #1f2b7f));
	font-size: 14px;
	height: 70px;
}

.InnerNewsList li a
{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 26px;
	color: #ffffff;
	text-shadow: 1px 1px 0px #293069;
}

.InnerNewsList li a .InnerNewsTitle
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.InnerNewsList li a .InnerNewsBrief
{
	height: 50px;
}

.InnerNewsList li a .InnerNewsBrief p img
{
	display: none;
}

#NewsListMore
{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #1f2b7f;
	text-shadow: 1px 1px 1px #ffffff;
	cursor: pointer;
}

#InnerDetailNewsTitle
{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
}
/* 新闻列表 END */

/* 联系我们 BEGIN */
#InnerContactImg
{
	width: 378px;
	height: 60px;
	background: url("../images/inner_contact.png") no-repeat;
}
/* 联系我们 END */

/* 在线留言 BEGIN */
#FBTable li 
{
	padding: 6px 0px;
	line-height: 26px;
	clear: both;
}

#FBTable li .FBInputText 
{	
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
	width: 20%;
	min-width: 80px;
}

#FBTable li .Input 
{
	height: 26px;
	line-height: 26px;
	border-width: 1px;
	border-style: solid;
	border-color: #e0e6ec;
	border-top-color: #acaeb4;
	background-color: #ffffff;
	display: inline-block;
	width: 74%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 14px;
	color: #293069;
}

#FBReset, #FBSubmit
{
	width: 80px;
	margin: 0px 10px;
	text-align: center;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 14px;
	border: 1px solid #044062;
	background: #396b9e;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 0 #194b7e;
	background: -webkit-gradient(linear,left top,left bottom,from(#5f9cc5),to(#396b9e));
	background: -webkit-linear-gradient(#5f9cc5,#396b9e);
	background: -moz-linear-gradient(#5f9cc5,#396b9e);
	background: -ms-linear-gradient(#5f9cc5,#396b9e);
	background: -o-linear-gradient(#5f9cc5,#396b9e);
	background: linear-gradient(#5f9cc5,#396b9e);
}
/* 在线留言 END */

/* 产品列表 BEGIN */
#InnerProductListDiv
{
	height: auto;
	margin: 0px auto;
	padding-top: 15px;
	text-align: center;
}

#InnerProductListDiv ul
{
	/*width: auto;
	height: auto;*/
	float: left;
	text-indent: 0px !important;
}

#InnerProductListDiv ul li
{
	width: 130px;
	padding: 0px 6px;
	height: 137px;
	float: left;
}

#InnerProductListDiv ul li .ProductBorder
{
	width: 122px;
	height: 117px;
	padding: 3px 3px 0 3px;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px; 
	-webkit-border-radius: 10px;
	display: block;
	color: #707070;
}

#InnerProductListDiv ul li .ProductBorder:hover
{
	color: #000;
}

#InnerProductListDiv ul li .ProductBorder img
{
	width: 122px;
	height: 87px;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0; 
	-webkit-border-radius: 8px 8px 0 0;
}

#InnerProductListDiv ul li .ProductBorder .ProductTitle
{
	width: 120px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	padding-top: 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
/* 产品列表 END */

/* 产品详细 BEGIN */
#ProductDetailDiv
{
	padding: 20px 5%;
	background-color: #e6edf4;
	text-indent: 0px !important;
}

#ProductDetail
{
	padding: 15px;
	background-color: #ffffff;
	border: solid 1px #e7e8e8;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px; 
	-webkit-border-radius: 20px;
	width: 480px;
	margin: 0px auto;
	box-shadow: 0px 0px 5px #d8d8d8;
}

#ProductDetail #PdtBigPic
{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #7e7e7e;
}

#ProductDetail #PdtBigPic img
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px; 
	-webkit-border-radius: 10px;
	margin: 0px auto;
	width: 100% !important;
	height: auto !important;
}

#PdtInfo li
{
	font-size: 14px;
	line-height: 26px;
	color: #434242;
}

#PdtInfo li span
{
	color: #999999;
}
/* 产品详细 END */
/* 奥丝蓝黛 END */

@media only screen and (max-width: 400px) {
	#InnerContactImg
	{
		display: none;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px),  only screen and (max-width : 500px) {
	#InnerMainContent
	{
		padding: 20px 5%;
	}
	
	#InnerNewsList li
	{
		padding: 10px 5%;
	}
	
	#ProductDetail
	{
		width: 90%;
	}
}

@media only screen and (max-device-width: 320px)  {
	#FBTable li .Input 
	{
		width: 96%;
	}
}