@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, select, textarea, legend, caption, tbody, tfoot, thead, th {
margin: 0;
padding: 0;
}


 .theme-default #slider {
        width: 940px;
        height: 245px;
        margin: 0 auto 0 auto;
      }  
      

body{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size:13px;
	color:#333;
	background:url(../res/slide_bg.jpg);
}

a{
	color:#333;
	text-decoration:none;
}

#container-wrap{
	width:1100px;
	margin:20px auto;
	background:white;
}

#main{
	
	width:940px;	
	background:white;
	margin:2px auto 100px auto;
	padding-bottom:5px;
	position:relative;
}

.header{

	height:127px;
	margin-left:220px;
}

.header p{
	color:#5c5c5c;
	line-height:150%;
}

.header h1{
	font-family:"UTM-Swiss";
	color:#000;
	line-height:60px;
	text-shadow:  1px 4px 3px #ccc;
}


.clear{
	clear:both;
}

.topbar{
	height:50px;
	background:#f3f5ef;
	border-bottom:1px solid #dedede;
}


.email-icon{
	width:32px;
	height:29px;
	display:block;
	float:right;
	background:url(../res/email.png) no-repeat;
	margin:10px;	
}



.search-wrap{
	width:250px;
	height:30px;
	background:white;
	border:1px solid #dedede;
	float:right;
	margin:10px;
}

.search-txt{
	width:210px;
	height:25px;
	border:none;
	outline:none;
	padding:2px;
	font-size:11px;
	color:#999;
	float:left;
}


.search-button{
	width:24px;
	height:24px;
	background:url(../res/search-button.png) no-repeat;
	cursor:pointer;
	border:none;
	float:left;
	margin:5px auto;
}

.logo{
	width:202px;
	height:176px;
	background:url(../res/logo.png);
	display:block;
	position:absolute;
	left:0px;
	top:-65px;
}

/*----------------------------------*/
@font-face
{
font-family:'UTM-Swiss';
src: url('../fonts/UTM-Swiss.eot');
src:     url('../fonts/UTM-Swiss.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UTM-Swiss.woff') format('woff'),
         url('../fonts/UTM-Swiss.ttf') format('truetype'),
         url('../fonts/UTM-Swiss.svg#DynalightRegular') format('svg');
}



@font-face
{
font-family:'MyriadPro-Cond';
src: url('../fonts/MyriadPro-Cond.eot');
src:     url('../fonts/MyriadPro-Cond?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Cond.woff') format('woff'),
         url('../fonts/MyriadPro-Cond.ttf') format('truetype'),
         url('../fonts/MyriadPro-Cond.svg#DynalightRegular') format('svg');
}
/*----------------------------------Menu----------------------------*/
.menu{
	height:46px;
	width:940px;
	background:url(../res/menu-bg.png) repeat-x;
	position:relative;
	margin:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 3px 5px #aaa;

}


.menu ul{
	list-style:none;
	width:100%;
}

.menu ul li{
	float:left;
	height:46px;	
	margin:0 1px;
	position:relative;
	background:url(../res/menu-li-bg.png) no-repeat right 7px;
	text-transform:uppercase;
	font-family:"MyriadPro-Cond";
	font-size:18px;
}

.menu ul li:first-child{
	-moz-border-radius-topleft:5px; 
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}


.menu ul li:last-child{
	background:none;
}

.menu ul li.selected a,.menu ul li:hover a{
	color:#faffa4;
}
.menu ul li:hover ul li a,.menu ul li.selected ul li a{
	color:#aaa;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.menu ul li:hover,.menu ul li.selected{
	background:url(../res/menu-bg-selected.png) repeat-x;
}


.menu ul li a{
	text-decoration:none;
	color:#fff;
	display:block;	
	padding:0 35px;
	line-height:45px;
	

}





ul.submenuf1{
	
	z-index: 10;
	background:white;
	border: 1px solid #dedede;
	position: absolute;
	padding: 0;
	width:220px;	
	z-index: 1000;
	line-height: 29px;	
	display:none;

	
	
}

ul.submenuf1 li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:none;
	border-bottom:1px solid #dedede;
	font-weight:normal;
	height:35px;
	background:none;
	margin:0;
	text-transform:none;
	
}

ul.submenuf1 li:first-child{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;	
}

ul.submenuf1 li:last-child{
	border:none;
}

ul.submenuf1 li a{
	color:#666;
	padding:0 5px;
	line-height:35px;
	background:none !important;
}


ul.submenuf1 li:hover{
	background:#eee;
}

ul.submenuf1 li:hover ul{

}


ul.submenuf1 li:hover a{
	color:#fff;
}

ul.submenuf2{
	
	z-index: 10;
	background:white;
	border: 1px solid #dedede;
	position: absolute;
	padding: 0;
	z-index: 100;
	width: 230px;
	line-height: 29px;
	right:-232px;
	top:-1px;
	display:none;

}

ul.submenuf2 li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:none;
	border-bottom:1px solid #ddd;
	font-weight:normal;
	margin:0;
}



/* --------------Banner *---------------------*/

.main-container{
	width:940px;
	margin:auto;
}

.banner-wrap{
	height:290px;
	overflow:hidden;
	background:url(../res/shadow.png) bottom no-repeat;
	margin: 10px auto 0 auto;;
}

.banner{
	width:930px;
	height:245px;	
}

/* --------------Hot News ----------------------*/
.hotnews{
	height:410px;
}

.hotnews-item{
	width:300px;
	height:400px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:url(../res/block-1_shape.jpg);
	float:left;
	margin:5px;
}

.hotnews-item-img{
	display:block;
	width:250px;
	margin:10px auto;
	height:170px;
	overflow:hidden;
}

.hotnews-item-img img{
	width:250px;

}

.hotnews-item h2{
	width:250px;
	margin:10px auto;
	font-family:"MyriadPro-Cond";
	font-weight:normal;
	font-size:24px;
	line-height:120%;
	
}
.hotnews-item h2 a{
	color:#a40000;
}

.hotnews-item p{
	width:250px;
	margin:auto;
	
}

.detail{
	width:60px;
	height:27px;
	background:#a40000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:10px 22px;
}

.detail a{
	font-family:"MyriadPro-Cond";
	font-size:14px;
	color:white;
	line-height:27px;
	display:block;
	text-align:center;

}

/* ----------------------------------------------*/

/* --------------Our Product---------------------*/

.our-product-container{
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}

.nav-head{
	font: normal 16px "UTM-Swiss", Arial, Helvetica, sans-serif;
	background:url(../res/right-ar.png) no-repeat #eee 4px 17px ;
	display:block;
	padding-left:14px;
	padding-bottom:10px;
	padding:10px 0px 10px 15px;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
	color:#754f44;
}



.our-pro-item{
	width:110px;
	height:110px;
	border:1px solid #dedede;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:2px
}

.our-pro-item-img{
	width:110px;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-bottom:10px;
}

.our-pro-item-img img{
	width:110px;
}




/*----------------------------Bottom----------------------------*/

.bottom{
	margin:10px auto 20px auto;
}

.bot-news{
	width:350px;
	float:left;
	
}

.seeall-link{
	color:#a40000;
	text-decoration:underline;
}

.bot-about{
	width:550px;
	float:left;
	text-align:justify;
	margin-left:40px;
	
}



.nav-head-bot{
	font-size:18px;
	background:none;
	border:none;
	margin-bottom:10px;
	padding-left:0;
	color:#754f44;
	border-bottom:1px solid #dbd7c2;
}

.hightlight{
	color:#fdd330;
}


.sub-list-news{
	list-style:none;
	clear:both;
	display:block;
	margin:20px 0px;
}

.sub-list-news li{
	margin:8px 0px;
	background:url(../res/yellow-dot.png) no-repeat left;
	padding-left:15px;
}

.sub-list-news li a{
	color:#777;
	text-transform:uppercase;
}


.sub-about-overview{
	
	font-size:12px;
	color:#999;
}


.bot-about-img{
	width:220px;
	float:left;
	margin:0 10px 10px 0;
}

.bot-about-img img
{
    width:220px;
}




.bot-about h1{
	font-family:"MyriadPro-Cond";
	font-size:28px;
	line-height:120%;
	font-weight:normal;
}

.bot-about h1 a{
	color:#a40000;
}


.sp-h{
	text-align:right;
}


.ctab{ float:left;
margin-left:0;

}


/*----------------------submenu--------------------*/
.botmenu{
	clear:both;
	width:540px;
	height:100px;
	background:url(../res/menu2_shape.jpg);
	list-style: none;
	margin-top:20px;
	float:left;
}

.botmenu li {
	line-height:45px;
	float:left;
	margin:25px auto;
	font-family:"MyriadPro-Cond";
	font-size:25px;
	font-weight:normal;
	text-transform:uppercase;
	border-right:1px solid #fff;
}

.botmenu li:last-child{
	border:none;
}

.botmenu li:first-child a,.botmenu li:hover a{
	color:#754f44;
}

.botmenu li a{
	padding:0 13px;
	color:white;
}

/*---------------------count view --------------------*/
.count-view{
	height:100px;
	width:380px;
	background:url(../res/block-1_shape.jpg);
	float:left;
	margin:20px 0 0 10px;
	position:relative;
}

.count-view p{
	padding:15px;
	font-family:"MyriadPro-Cond";
	font-size:25px;
	color:#754f44;
	line-height:140%;
}

.cv-hl{
	color:#f17413;
}

.subemail{
	display:block;
	width:42px;
	height:42px;
	background:url(../res/subemail.png);
	position:absolute;
	top:10px;
	right:80px;
}

.subfb{
	display:block;
	width:42px;
	height:42px;
	background:url(../res/subfb.png);
		position:absolute;
	top:10px;
	right:20px;
}

/*----------------------footer --------------------*/

.footer{
	font-size:12px;
	min-height:110px;
	border-top:1px solid #ccc;
	text-align:center;
	margin:30px auto 10px auto;
	padding:30px 5px 10px 5px;
	
}

.copyright{
	font-family:"MyriadPro-Cond";
	font-size:25px;
	margin-bottom:20px;
	color:#a0a0a0;
}

.cpr-hl{
	color:#a40000;
}

/*--------------------Partner--------------------*/

.partner-container{
	margin:10px auto;
	border-top:1px solid #000;
	padding:20px 0px 0px 0px;
}

.partner-item{
	width:130px;
	height:130px;
	display:block;
	overflow:hidden;
	float:left;
	margin:10px;
	border:1px solid #eee;
	
}

.partner-item img{
	width:130px;
}



/**----------------list new----------------*/
.title
{
    font: bold 20px "Times New Roman", Times, serif;
    color: #000;
    padding:10px 0;
}

.lead
{
    font: bold 14px "Times New Roman", Times, serif;
    color: #888;
     
     margin:5px 0;
}

.newsdetail
{
    padding:0 15px 15px 15px;
    margin-bottom:20px;
}

.othernews
{
 width:95%;
    margin:10px auto 20px auto;
    list-style:none;
    
}

.othernews li
{
   background:url(../res/3_3.gif) no-repeat left;
   padding-left:10px;
   margin:5px auto;
   font-size:11px;
   
}

.othernews li a
{
    color:#036b85;
    font-size:12px;
    margin-right:10px;
}

.othernews-head
{
    border-bottom:1px solid #ddd;
    font-size:16px;
    margin:10px 0;
    width:95%;
    margin:20px auto;
}


.fnewsitemDetail{
	color:#C33;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	 width:290px;
}


     
    .newssource
    {
        font-weight:bold;
        font-size:11px;
        text-align:right;
        padding:5px;
    }
    
    
    .detail-product-ct{
	width:100%;
	border-bottom:1px solid #aaa;
	padding:15px 0;
	margin:10px 0 20px 0;
	font-family:"Segoe UI Light";
	font-size:18px;
}


	.phantrang
{
	margin:20px;
	font-size:11px;
	text-align:right;
	list-style:none;
	clear:both;
}

.phantrang ul{
text-decoration:none;
font-weight:bold;
}

.phantrang ul li{
display:inline;
color: #1ba1e2;
font-weight:bold;
margin: 0 3px 0 3px;
}

.validation
{
	color:Red;
	font-size:11px;
	
}

/**----------------list new----------------*/
.newsitem
{
    border-bottom:1px solid #ddd;
    clear:both;
    padding:10px 5px;
    margin:10px 5px;
}
.newsitem p
{
    margin:10px;
}

.newsitem-h2
{
    line-height:20px;
    font-size:14px;
}

.newsitem-h3
{
    font-weight:normal;
    font-size:11px;
    color:#666;
    margin:5px auto;
}

.newsitem-h4 a
{
    color:#036b85;
}
.newsitem-img
{
    width:250px;
    min-height:70px;

    display:block;
    overflow:hidden;    
    float:left;
    margin:5px 5px 5px 0;
    border:1px solid #aaa;
}

.newsitem-img img
{
    
     width:250px;
}

.newsitem-date
{
    font-size:11px;
    
}


/*----------------------*/

/*----------------Contact */


#main_create_account{
margin: 0;
width:500px;
margin:auto;
color:#666;
font-size:11px;
background: whiteSmoke;
border: 1px solid #E5E5E5;
line-height:5px;

}




#create_account_wrap
{
    margin:auto;

}
#create_account_wrap h4{
margin:10px 0 10px 0;
font-size:12px;
}

.create_account_txt{
display: inline-block;
height: 29px;
margin: 0;
padding: 0 8px;
background: white;
border: 1px solid #aaa;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
color:#999999;
border-color: #ccc;
  
}

  [required] {
    border-color: #88a;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, .5);
  }
  :invalid {
    border-color: #e88;
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
	  }
	  
	  
	  

.button_video{
text-shadow: 0 1px 0 white;
background-color: #E0E0E0;
filter: linear-gradient(to bottom,white 0,#E0E0E0 100%);
background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
-moz-box-shadow: inset 0 0 1px #fff;
-ms-box-shadow: inset 0 0 1px #fff;
-webkit-box-shadow: inset 0 0 1px #fff;
height: 2.95em;
padding: 10px 20px 10px 20px;
border: #ccc 1px solid;
outline: 0;
font-weight: bold;
font-size: 11px;
white-space: nowrap;
word-wrap: normal;
line-height:10px;
vertical-align: middle;
cursor: pointer;
color:#444;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin:10px 1px 10px 1px;
}


.button_video:hover{


background-image: -moz-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: -ms-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: -o-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(100%,#EfEfEf));
background-image: -webkit-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: linear-gradient(to bottom,white 0,#EfEfEf 100%);

-moz-box-shadow: inset 0 0 2px #fff;
-ms-box-shadow: inset 0 0 2px #fff;
-webkit-box-shadow: inset 0 0 2px #fff;
box-shadow: inset 0 0 2px #fff;

}

/*----------------------*/

.right
{
    margin-top:30px;
    line-height:150%;
   
}

.right img
{
    margin:auto;
    display:block;
}

.right p
{
    margin-top:10px;
    margin-bottom:10px;
}

.right ul
{
    margin-left:10px;
    padding-left:10px;
}