@charset "utf-8";
body#index {
	background-image: url(../images/index_bg2.jpg);
	background-repeat: repeat-x;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/index_bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#index #wapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/index_bg.jpg);
	min-height: 659px;
	background-color: #FFF;
	background-repeat: no-repeat;
}


#wapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/inside_bg.jpg);
	min-height: 659px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
#index #wapper #header {
	height: 100px;
	width: 100%;
	margin-bottom: 415px;
	float: left;
}

#header #logo ,#header #logo2{
	float: left;
	height: 100px;
	width: 316px;
}

#logo a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-image: url(../images/logo1.png);
	display: block;
	height: 45px;
	width: 286px;
	padding-top: 35px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#logo2 a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-image: url(../images/logo2.png);
	display: block;
	height: 45px;
	width: 286px;
	padding-top: 35px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#header #language {
	position: relative;
	width: 100%;
}
#language ul {
	position: absolute;
	right: 0;
	list-style-type: none;
	padding: 0px;
	padding-top: 10px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 10px;
}
#language ul li {
	margin: 0px 5px;
	line-height: 1;
	font-size: 13px;
}
#language ul li:after {
	content: " | ";
	line-height: 1;
	margin-left: 5px;
	color: #fff;
}
#language ul li a {
	color: #fff;
}
#index #language ul li a  {
	color: #041d59;
}
#index #language ul li:after {
	color: #041d59;
}
#language ul li:last-child {
	margin-right: 0px;
}
#language ul li:last-child:after {
	content: "";
}
#lang1 {
	padding-left: 20px;
	background-image: url(../images/cn_icon.png);
	background-repeat: no-repeat;
}
#lang2 {
	padding-left: 20px;
	background-image: url(../images/en_icon.png);
	background-repeat: no-repeat;
}
#header #butline {
	float: left;
	height: 34px;
	width: 708px;
	margin-top: 33px;
	background-image: url(../images/but_bar.png);
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-bottom: 10px;
}
#butline ul {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	box-sizing: border-box;
}
#butline ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 34px;
	width: 98px;
	list-style-type: none;
	color: #FFF;
	text-align: center;
}
#butline ul li a {
	color: #FFF;
	line-height: 34px;
	font-weight: 500;
	font-family: 'Noto Sans TC', sans-serif;

}
#butline ul li a:hover {
	color: #E5C70C;
}


#butline ul li a {
	display: block;
	height: 34px;
	width: 100%;
}
#but1 a {
	background-position: 0px 0px;
}
#but2 a {
	background-position: -140px 0px;
}
#but3 a {
	background-position: -275px 0px;
}
#but4 a {
	background-position: -410px 0px;
}
#but5 a {
	background-position: -540px 0px;
}
#but1 a:hover {
	background-position: 0px -34px;
}
#but2 a:hover {
	background-position: -140px -34px;
}
#but3 a:hover {
	background-position: -275px -34px;
}
#but4 a:hover {
	background-position: -410px -34px;
}
#but5 a:hover {
	background-position: -540px -34px;
}
#middle {
	background-image: url(../images/middle_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 934px;
	margin-right: 18px;
	margin-left: 18px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	height: 190px;
	float: left;
	display: block;
}

#indexabout, #indexnews, #indexservice {
	float: left;
	height: 190px;
	width: 290px;
}
#middle #indexproduct {
	float: left;
	height: 190px;
	width: 354px;
}


#indexabout .title, #indexnews .title , #indexservice .title {
	float: left;
	height: 35px;
	width: 100%;
	margin-bottom: 8px;
}
#indexabout .title {
	background-image: url(../images/titlea.png);
	background-repeat: no-repeat;
	width: 270px;
	padding-right: 10px;
	padding-left: 10px;
}
#indexnews .title {
	background-image: url(../images/titleb.png);
	background-repeat: no-repeat;
	width: 270px;
	padding-right: 10px;
	padding-left: 10px;
}

#indexservice .title {
	background-image: url(../images/titlec.png);
	background-repeat: no-repeat;
	width: 270px;
	padding-right: 10px;
	padding-left: 10px;
}
#middle #indexproduct .title {
	float: left;
	height: 35px;
	width: 100%;
	margin-bottom: 8px;
}
#middle #indexproduct .title {
	background-image: url(../images/titleb.png);
	background-repeat: no-repeat;
	width: 330px;
	padding-right: 12px;
	padding-left: 12px;
}
#indexabout .sq, #indexnews .sq {
	float: left;
	width: 270px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	font-size: 10pt;
}
#indexproduct .sq {
	float: left;
	width: 330px;
	margin-right: 12px;
	margin-left: 12px;
}
#indexservice .sq {
	width: 270px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#indexservice img {
	width: 100%;
	padding: 25px 5px;
	box-sizing: border-box;
}
#indexnews .sq ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#indexnews .sq ul li {
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 12px;
	line-height: 24px;
	color: #666;
	background-image: url(../images/icona.png);
	float: left;
	width: 254px;
	padding-left: 16px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#indexnews .sq ul li a {
	color: #666;
}
#indexproduct .sq ul li {
	background-image: url(../images/productbg.jpg);
	background-repeat: repeat-x;
	height: 109px;
	width: 134px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 10px;
	box-shadow: 0 0 5px #666;
	float: left;
	padding: 7px;
	border: 1px solid #999;
}
#indexproduct .sq ul {
	padding: 0px;
	float: left;
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#indexproduct .sq ul li div {
	background-color: #FFF;
	height: 109px;
	width: 134px;
}
#indexservice .sq ul {
	padding: 0px;
	float: left;
	height: 120px;
	width: 270px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#indexservice .sq ul li {
	float: left;
	height: 120px;
	width: 89px;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CDCDCD;
}
#indexservice .sq ul li:first-child(1) {
	border-right-style: none;
	border-right-color: #FFF;
}
#indexservice .sq ul li .pic {
	float: left;
	height: 89px;
	width: 89px;
	margin-bottom: 5px;
}
#indexservice .sq ul li .namep {
	font-size: 10pt;
	line-height: 16pt;
	color: #333;
	text-align: center;
	float: left;
	width: 89px;
}
#indexservice .sq ul li .namep a {
	color: #333;
}
.title a {
	font-size: 0px;
	line-height: 0px;
	color: #F00;
	display: block;
	float: right;
	height: 11px;
	width: 42px;
	margin-right: 10px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 16px;
}
#footer {
	width: 984px;
	text-align: center;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	color: #666;
	font-size: 10pt;
	line-height: 12pt;
	float: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;

}
#indexnews .sq ul li a:hover {
	color: #099;
}
#indexservice .sq ul li .namep a:hover {
	color: #069;
}
#wapper #header .banner {
	float: left;
	height: 260px;
	width: 100%;
}
#intor {
	float: left;
	width: 950px;
	margin-right: 22px;
	margin-left: 22px;
	padding-right: 15px;
	padding-left: 15px;
}
#intor #leftbar {
	float: left;
	width: 200px;
	margin-right: 15px;
	text-align: center;
}
#intor #rightbar {
	float: left;
	width: 735px;
}
#intor #rightbar2 {
	float: left;
	width: 950px;
}
#leftbar .productclass_logo {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#leftbar .class_title {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
#leftbar .class_title span {
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 12pt;
	color: #4E9CCD;
	width: 160px;
	line-height: 24px;
	float: left;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}
#leftbar #itembar {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
}
#itembar ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#itembar ul li {
	width: 100%;
	list-style-type: none;
	float: left;
	margin-bottom: 8px;
}
#itembar ul li a {
	font-size: 11pt;
	line-height: 22px;
	color: #FFF;
	background-image: url(../images/but_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	float: left;
	width: 180px;
	text-align: left;
	background-color: #1A5A9A;
	border: 1px solid #1A5A9A;
	border-radius: 15px;
	padding-top: 2px;
}
#itembar ul li a span {
	background-image: url(../images/iconz.jpg);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	width: 155px;
	padding-left: 25px;
}
#itembar ul li ul li {
	font-size: 11pt;
	line-height: 16pt;
	color: #12375C;
	text-align: left;
	margin-bottom: 0px;
}
#itembar ul li ul li a {
	font-size: 10pt;
	background-image: none;
	padding-left: 30px;
	float: left;
	width: 150px;
	color: #13416F;
	background-color: rgba(255,255,255,0);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "微軟正黑體", "新細明體", "標楷體";
}


#rightbar2 #maintitle {
	float: left;
	height: 30px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 15pt;
	line-height: 30px;
	color: #509CD0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #4C94C6;
	padding-left: 10px;
	width: 850px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 0px;
}
#maintitle {
	float: left;
	height: 30px;
	margin-bottom: 20px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 15pt;
	line-height: 30px;
	color: #509CD0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #4C94C6;
	padding-left: 10px;
	width: 720px;
}
#maintitle #roadline {
	font-size: 10pt;
	line-height: 20px;
	color: #333;
	float: right;
	margin-top: 10px;
}
#maintitle .nameclass {
	float: left;
}
#maintitle #roadline a {
	color: #4C94C6;
}
#rightbar #productlist {
	float: left;
	width: 720px;
	margin-right: 7px;
	margin-left: 8px;
}
#rightbar #productlist ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 720px;
}
#productlist ul li {
	padding: 10px;
	float: left;
	height: 160px;
	width: 160px;
	list-style-type: none;
	overflow: hidden;
}
#productlist ul li .picp {
	background-image: url(../images/productbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px;
	width: 140px;
	text-align: center;
	float: left;
	box-shadow: 0 0 5px #666;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #999;
}
#productlist ul li .picp img {
	vertical-align: middle;

}
#productlist ul li .picp div {
	background-color: #FFF;
	float: left;
	width: 140px;
	display: table-cell;
}
#productlist ul li .pname {
	float: left;
	width: 100%;
	text-align: center;
}
#productlist ul li .pname a {
	font-size: 11pt;
	color: #333;
}
#productlist ul li .pname a:hover {
	color: #F60;
}
#rightbar #pageline {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
}
#rightbar2 #pageline {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}
#pageline a {
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 10pt;
	line-height: 12pt;
	margin: 5px;
	color: #334E6C;
	background-color: #ACD1E3;
	border: 1px solid #263B5A;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#pageline a.stay ,#pageline a:hover {
	color: #FFF;
	background-color: #273C5B;
}









#oneproductc .mainpart {
	float: left;
	width: 715px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
}
#oneproductc .mainpart .picp {
	padding: 5px;
	float: left;
	width: 280px;
	border: 1px solid #999;
	box-shadow: 0 0 5px #666;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#oneproductc .mainpart .picp a img {
	float: left;
	height: auto;
	width: auto;
	max-width: 280px;
}
#oneproductc #tagpart {
	float: left;
	width: 715px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#tagpart .tagline ul {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 100%;
}
#tagpart .tagline ul li {
	float: left;
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
}
#tagpart .tagline ul li a{
	font-size: 12pt;
	line-height: 30px;
	display: block;
	float: left;
	height: 30px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #EFEFEF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #333;
}
#tagpart .tagline ul li .stay {
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2A82C1;
	border-right-color: #2A82C1;
	border-left-color: #2A82C1;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 2px;
}
#oneproductc #tagpart .tagline {
	float: left;
	width: 100%;
	height: 32px;
	overflow: hidden;
	background-image: url(../images/tagline.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: "微軟正黑體", "新細明體", "標楷體";
	font-size: 11pt;
	line-height: 25px;
	font-weight: bold;
}
#oneproductc #tagpart .tagline a:hover {
	color: #2D82C2;
}
#oneproductc #tagpart .sq {
	padding: 10px;
	float: left;
	width: 695px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
}
#oneproductc .mainpart .rightpart {
	float: left;
	width: 350px;
	padding: 10px;
	font-size: 11pt;
	line-height: 16pt;
}
#oneproductc .mainpart .rightpart h3 {
	font-size: 15pt;
	line-height: 24pt;
	color: #2F7EB9;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#oneproductc .mainpart .rightpart ul {
	float: left;
	width: 100%;
}
#oneproductc .mainpart .rightpart ul li {
	color: #666;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	list-style-type: none;
}
#oneproductc .mainpart .rightpart ul li span {
	color: #333;
	font-weight: bold;
	text-align: right;
	float: left;
	width: 80px;
}
ul, li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#aboutussq {
	float: left;
	width: 705px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12pt;
	line-height: 20px;
	color: #333;
}
#rightbar2 #aboutussq, #rightbar2 .contactussq, #rightbar2 .massagebordsq, #rightbar2 #newssq, #rightbar2 #downloadsq {
	float: left;
	width: 800px;
	margin-right: 75px;
	margin-left: 75px;
	font-size: 12pt;
	line-height: 20pt;
	color: #333;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "微軟正黑體", "新細明體", "標楷體";
}
#rightbar2 #aboutussq h3 {
	color: #4C94C6;
	font-size: 15pt;
	line-height: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contactussq ul, #aboutussq ul {
	float: left;
	width: 780px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.contactussq ul li, #aboutussq ul li {
	float: left;
	width: 98%;
	background-image: url(../images/icona.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	list-style-type: none;
}
.contactussq, #aboutussq {
	padding-top: 15px !important
}

#aboutussq ol li {
	width: 100%;
	list-style-type: number;
}
#aboutussq .pic1 {
	margin: 10px;
	float: right;
	height: auto;
	width: 200px;
}
#aboutussq .pic2 {
	margin: 10px;
	float: left;
}
#aboutussq .pic2 {
	margin: 10px;
	float: left;
	height: auto;
	width: 200px;
}
#aboutussq p .pic3 {
	margin: 10px;
	float: right;
}











.contactussq form{
	padding: 15px;
	border: 2px solid #3F9DDB;
	border-radius: 15px;
	background-image: url(../images/title_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	float: left;
	width: 640px;
	margin-left: 60px;
	font-size: 10pt;
	margin-top: 30px;
	margin-bottom: 20px;
}

#intor .contactussq form input.half {
	float: left;
	height: 20px;
	width: 200px;
	margin-left: 10px;
	box-shadow:0 0 3px #999 inset;
}
#intor .contactussq form label  {
	width: 80px;
	float: left;
	text-align: right;
	padding-left: 10px;
	display: block;
	font-size: 12pt;
}
#intor .contactussq form div {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	width: 100%;
	padding-bottom: 5px;
	margin-top: 18px;
}
#intor .contactussq form div input{
	margin-left: 10px;
}
#intor .contactussq form div input.all{
	float: left;
	height: 20px;
	width: 450px;
	box-shadow:0 0 3px #999 inset;
}
#intor .contactussq form .red {
	color: #C00;
}
#intor .contactussq form div label span{
	color: #C00;
}
#intor .contactussq form div select{
	float: left;
	margin-left: 10px;
	height: 20px;
	width: 200px;
}
#intor .contactussq form div textarea {
	float: left;
	width: 500px;
	padding: 10px;
	box-shadow: 0 0 3px #999 inset;
	margin-left: 10px;
}
#intor .contactussq form .butline input[type="submit"], #intor .contactussq form .butline input[type="reset"]{
	float: none!important;
	font-size: 12pt;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	width: 100px;
	background-image: url(../images/but_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-radius: 5px;
	box-shadow: 0 0 5px #666;
	border: none;
	background-color: #65AED9;
}



#intor .contactussq form .butline{
	text-align: center;
}
#intor .contactussq form div .ask tr td {
	text-align: center;
}

#intor .contactussq form div .ask {
	border: 1px solid #999;
}
#rightbar2 .massagebordsq ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	list-style-type: none;
	width: 760px;
	float: left;
	height: 30px;
	background-image: url(../images/action_go2.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#rightbar2 .massagebordsq ul .head {
	background-color: #EFEFEF;
	background-image: none;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333;
	text-align: center;
	padding: 0px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-radius:15px;
}
#rightbar2 .massagebordsq ul li .titletext {
	float: left;
	width: 71%;
}
#rightbar2 .massagebordsq ul li .writer ,#rightbar2 .massagebordsq ul li .data {
	width: 14%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
	float: left;
}
#rightbar2 .massagebordsq ul {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#rightbar2 .massagebordsq {
	font-size: 11pt;
}
#rightbar2 .massagebordsq ul li .writer {
	text-align: center;
}
#rightbar2 .massagebordsq ul li .data {
	text-align: center;
}
#rightbar2 .massagebordsq ul li .titletext a {
	color: #3C88BB;
}
#rightbar2 .massagebordsq ul li .writer {
	font-size: 10pt;
}
#rightbar2 .massagebordsq ul li .data {
	font-size: 10pt;
}
#rightbar2 .massagebordsq .textq {
	float: left;
	width: 740px;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 12pt;
	line-height: 20pt;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rightbar2 .massagebordsq #pageline .mag {
	color: #630;
	border-top-color: #633;
	border-right-color: #633;
	border-bottom-color: #633;
	border-left-color: #633;
	background-color: #FFC;
}
#rightbar2 .contactussq .massag {
	background-color: #F1F8FC;
	border-radius:15px;
	box-shadow:0 0 5px #666;
}
#itembar ul li ul li {
	background-color: #FFF!important;
}
#itembar ul li ul li a {
	background-color: #FFF!important;
}
#itembar #menu li #current {
	background-color: #FFF!important;
}
#newssq img {
	width: 100%;
	box-shadow: 0 0 5px #666;
	float: left;
	padding: 7px;
	border: 1px solid #999;
	box-sizing: border-box;
}

#newslist, #downloadlist {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

#newslist thead td, #downloadlist thead td {
	background: rgb(223,223,223);
	background: -moz-linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(254,254,254,1) 100%);
	background: linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf",endColorstr="#fefefe",GradientType=1);
    font-weight: bold;
}

#newslist td, #downloadlist td {
	padding: 5px 10px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 11pt;
}


#newslist td.no-line:after, #downloadlist td.no-line:after {
	content: "";
}

#newslist td:after, #downloadlist td:after {
	content: "|";
	color: #DDD;
	float: right;
}
#newslist td:last-child:after, #downloadlist td:last-child:after {
	content: "";
}
#newslist a, #downloadlist a {
    color: #333;
}

#newslist a:hover, #downloadlist a:hover {
    color: #F60;
}

.en #butline ul li a {
}

.en #indexabout .title {
	background-image: url(../images/en/titlea.png);
}
.en #indexnews .title {
	background-image: url(../images/en/titleb.png);
}
.en #middle #indexproduct .title {
	background-image: url(../images/en/titleb.png);
}
.en #indexservice .title {
	background-image: url(../images/en/titlec.png);
}