Team:HFUT CHINA/style.css&action=edit

From 2014.igem.org

(Difference between revisions)
(Created page with "@CHARSET "UTF-8"; .slider{ position:relative; } .theme-default .nivoSlider { position:relative; background:#fff url(../images/loading.gif) no-repeat 50% 50%; } .theme-default...")
 
Line 1: Line 1:
@CHARSET "UTF-8";
@CHARSET "UTF-8";
 +
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
 +
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
 +
ol,ul{list-style:none;margin:0;padding:0;}
 +
blockquote,q{quotes:none;}
 +
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
 +
table{border-collapse:collapse;border-spacing:0;}
 +
/* start editing from here */
 +
a{text-decoration:none;}
 +
.txt-rt{text-align:right;}/* text align right */
 +
.txt-lt{text-align:left;}/* text align left */
 +
.txt-center{text-align:center;}/* text align center */
 +
.float-rt{float:right;}/* float right */
 +
.float-lt{float:left;}/* float left */
 +
.clear{clear:both;}/* clear float */
 +
.pos-relative{position:relative;}/* Position Relative */
 +
.pos-absolute{position:absolute;}/* Position Absolute */
 +
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
 +
.vertical-top{ vertical-align:top;}/* vertical align top */
 +
.underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
 +
nav.vertical ul li{ display:block;}/* vertical menu */
 +
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
 +
img{max-width:100%;}
 +
/*end reset*/
 +
body {
 +
font-family: Arial, Geneva,Helvetica, sans-serif;
 +
font-size: 100%;
 +
background:#eee;
 +
}
 +
 +
 +
 +
div.panel1{
 +
margin:0px;
 +
padding:5px;
 +
text-align:center;
 +
background:#eee;
 +
border:solid 1px #c3c3c3;
 +
display:none;
 +
}
 +
 +
 +
 +
 +
.wrap{
 +
margin:0 auto;
 +
width:80%;
 +
}
 +
.wrapper{
 +
padding: 2% 6% ;  /*2% 6%*/
 +
}
 +
h2.style{
 +
font-family: 'Numans', sans-serif;
 +
color: #C9C9C9;
 +
margin-top: 1em;
 +
margin-bottom: 0.4em;
 +
font-size: 1.6em;
 +
text-transform: uppercase;
 +
}
 +
.para{
 +
color: #9E9D9D;
 +
font-size: 0.8125em;
 +
line-height: 1.8em;
 +
}
 +
.toppara{
 +
font-family: Helvetica;
 +
 +
font-size: 30px;
 +
font-weight: light;
 +
 +
 +
color: #FFFFFF;
 +
 +
}
 +
/*logo*/
 +
.logo{
 +
float:left;
 +
}
 +
/*search*/
 +
.search{
 +
margin-top: 1%; /*3%*/
 +
float: right;
 +
width: 28.333%;
 +
}
 +
.search input[type="text"]{
 +
padding: 12px 16px;
 +
outline: none;
 +
color: #202020;
 +
background: #FFFFFF;
 +
border: none;
 +
width: 73.333%;
 +
line-height: 1.5em;
 +
position: relative;
 +
}
 +
.search input[type="submit"]{
 +
background:#A36874 url('../images/search.png') no-repeat 16px 12px;
 +
padding: 12px 20px;
 +
border: none;
 +
cursor: pointer;
 +
width: 3.333%;
 +
position: absolute;
 +
line-height: 1.5em;
 +
outline:none;
 +
}
 +
.search input[type="submit"]:hover {
 +
background: #4a4a4a url('../images/search.png') no-repeat 16px 12px;
 +
-webkit-transition: .2s all linear;
 +
-moz-transition: .2s all linear;
 +
-o-transition: .2s all linear;
 +
transition: .2s all linear;
 +
}
 +
/*  navigation */
 +
.header_menu{
 +
margin-top:1%;  /* 3%*/
 +
background: #ffffff;
 +
padding: 1%;  /*2%*/
 +
/*height:40px;*/
 +
background:#eee;
 +
}
 +
 +
#menu li{
 +
float:left;
 +
}
 +
.nav {
 +
border: solid 0.5px #79434E;  /*1px*/
 +
background-color: #834652;
 +
position: relative;
 +
box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1);
 +
-webkit-box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1);
 +
-moz-box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1);
 +
-o-box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1);
 +
}
 +
.nav li {
 +
border-right: 1px solid #7A3E4A;
 +
width: 19.88888%;
 +
float:left;
 +
}
 +
.nav li:last-child a{
 +
border-right: none;
 +
}
 +
.nav li a{
 +
text-align: center;
 +
display: block;
 +
line-height: 3.5em; /*3.5em*/
 +
padding: 20px;
 +
text-transform: uppercase;
 +
}
 +
.nav li a img{
 +
vertical-align: middle;
 +
}
 +
.nav li a:hover {
 +
color: #ffffff;
 +
box-shadow: inset 0 0px 0 #814453,inset 0 0 30px #79404C;
 +
-webkit-box-shadow: inset 0 0px 0 #814453,inset 0 0 30px #79404C;
 +
-moz-box-shadow: inset 0 0px 0 #814453,inset 0 0 30px #79404C;
 +
-o-box-shadow: inset 0 0px 0 #814453,inset 0 0 30px #79404C;
 +
}
 +
/*slider*/
.slider{
.slider{
-
position:relative;
+
padding: 4% 0 8% 0; /*4% 0 8% 0*/
}
}
-
.theme-default .nivoSlider {
+
/*content_bg */
-
position:relative;
+
.content_bg{
-
background:#fff url(../images/loading.gif) no-repeat 50% 50%;
+
background: #686868;/**/
}
}
-
.theme-default .nivoSlider img {
+
.content_bg1{
-
position:absolute;
+
background: url(../images/details1_background.jpg);
-
top:0px;
+
-
left:0px;
+
-
display:none;
+
}
}
-
.theme-default .nivoSlider a {
+
/* grids_of_4 */
-
border:0;
+
.grids_of_4{
 +
margin:2% 0;
 +
}
 +
.grid_1_of_4{
 +
display: block;
 +
float:left;
 +
margin-left: 4%;
 +
}
 +
.grid_1_of_4:first-child {  
 +
margin-left: 0;
 +
}
 +
.images_1_of_4 {
 +
width: auto;
 +
}
 +
.images_1_of_4  img{
 +
max-width:100%;
display:block;
display:block;
}
}
-
.theme-default .nivo-controlNav {
+
.images_1_of_4  h3{
-
text-align: center;
+
font-family: 'Numans', sans-serif;
-
    padding-top:10px;
+
color: #C9C9C9;
 +
margin-top: 1em;
 +
margin-bottom: 0.4em;
 +
font-size: 1.6em;
 +
text-transform: uppercase;
}
}
-
.theme-default .nivo-controlNav a {
+
.images_1_of_4  p {
-
display:inline-block;
+
color: #9E9D9D;
-
width:15px;
+
font-size:0.8125em;
-
height:15px;
+
padding:0.3em 0;
-
background:#999999;
+
line-height: 1.8em;
-
border-radius:2em;
+
-
text-indent:-9999px;
+
-
border:0;
+
-
margin:0 4px;
+
}
}
-
.theme-default .nivo-controlNav a.active,.theme-default .nivo-controlNav a:hover{
+
.button{
-
background:#A36874;
+
margin-top: 1em;
 +
line-height: 1.8em;
}
}
-
.theme-default .nivo-directionNav a {
+
.btn a{
 +
border: 1px solid #383838;
 +
background: #383838;
 +
color: #919191;
 +
padding: 8px 20px;
 +
font-size: 14px;
 +
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
 +
-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
 +
-o-box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1);
 +
-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
 +
box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
 +
}
 +
.btn a:hover{
 +
border: 1px solid rgba(0,0,0,0.1);
 +
background: #3C3C3C;
 +
    text-decoration:none;
 +
}
 +
/*content_btm_bg*/
 +
.content_btm_bg{
 +
background: #e6e6e6;
 +
}
 +
.grids_of_btm{
 +
margin:1% 0;/*2%*/
 +
}
 +
.content_btm_l {
 +
float:left;
 +
}
 +
.content_btm_l h2{
 +
line-height: 1.8em;
 +
font-family: 'Numans', sans-serif;
 +
color:#4a4a4a;
 +
font-size:1.8em;
 +
font-weight : normal;
 +
text-transform:uppercase;
 +
text-shadow: 0 1px 0px #FFFFFF;
 +
}
 +
.content_btm_r{
 +
float:right;
 +
width: 31.333333%;
 +
}
 +
.content_btm_r h2{
 +
font-family: 'Numans', sans-serif;
 +
font-size: 1.8em;
 +
color: #ffffff;
 +
padding: 4%;
 +
background: #79404C;
 +
text-transform:uppercase;
 +
}
 +
/* grids_of_3 */
 +
.grids_of_3{
 +
margin: 4% 0 2%;
 +
}
 +
.grid_1_of_3{
 +
display: block;
 +
float:left;
 +
margin-left:4%;
 +
}
 +
.grid_1_of_3:first-child {
 +
margin-left: 0;
 +
}
 +
.images_1_of_3 {
 +
width: 30.333333%;
 +
}
 +
.images_1_of_3  img {
 +
max-width:100%;
display:block;
display:block;
-
width:40px;
 
-
height:40px;
 
-
background:url(../images/l-r-arrows.png) no-repeat;
 
-
text-indent:-9999px;
 
-
border:0;
 
-
opacity: 0;
 
-
-webkit-transition: all 200ms ease-in-out;
 
-
    -moz-transition: all 200ms ease-in-out;
 
-
    -o-transition: all 200ms ease-in-out;
 
-
    transition: all 200ms ease-in-out;
 
}
}
-
.theme-default:hover .nivo-directionNav a { opacity: 1; }
+
.images_1_of_3.bg1{
-
.theme-default a.nivo-nextNav {
+
background: #ffffff;
-
background-position:0px 0;
+
-
right:15px;
+
}
}
-
.theme-default a.nivo-prevNav {
+
.bg1_s{
-
left:15px;
+
padding: 8%;
-
background-position:-40px 0;
+
}
}
-
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
+
.images_1_of_3  h3{
-
width: 100%;
+
font-family: 'Numans', sans-serif;
 +
color:#4a4a4a;
 +
margin-bottom:0.4em;
 +
font-size:1.8em;
 +
font-weight : normal;
 +
letter-spacing: -1px;
 +
text-transform:uppercase;
 +
text-shadow: 0 1px 0px #FFFFFF;
}
}
-
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
+
.images_1_of_3  p  {
-
width: auto;
+
color: #7A7A7A;
-
height: auto;
+
font-size:0.8125em;
-
background: none;
+
padding:0.3em 0;
-
margin-bottom: 5px;
+
line-height: 1.8em;
}
}
-
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
+
.images_1_of_3 .button{
 +
margin-top: 1em;
 +
line-height: 1.8em;
 +
}
 +
.images_1_of_3 .button a{
 +
border: 1px solid #923A4E;
 +
background:#79404C;
 +
color: #FFFFFF;
 +
padding: 8px 20px;
 +
font-size: 14px;
 +
box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
 +
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
 +
-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
 +
-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
 +
box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
 +
}
 +
.images_1_of_3 .button a:hover{
 +
border: 1px solid #923A4E;
 +
background: #913F50;
 +
}
 +
.blog_heading p.date {
 +
padding-bottom: 15px;
 +
}
 +
p.date span.author:hover{
 +
text-decoration:underline;
 +
}
 +
.blog_posts {
 +
margin-bottom: 4%;
 +
}
 +
.blog_heading p span {
 +
text-transform: capitalize;
 +
line-height: 1.5em;
 +
color: #4D4D4D;
 +
font-size: 1.4em;
 +
font-family: 'Numans', sans-serif;
 +
}
 +
.blog_heading p.date {
 +
font-family: 'Numans', sans-serif;
 +
font-size: 20px;
 +
line-height: 0.5em;
 +
color: #36262A;
 +
text-transform: uppercase;
 +
}
 +
.blog_heading p.date.top{
 +
margin-top: 8%;
 +
}
 +
.footer_bg{
 +
background: #ffffff;
 +
}
 +
.footer{
 +
padding: 1% 0
 +
}
 +
.copy{
 +
float: left;
 +
width:60.333333%;
 +
}
 +
.copy p.w3_link{
 +
text-transform: capitalize;
 +
line-height: 1.5em;
 +
color: #4D4D4D;
 +
font-size: 0.8725em;
 +
font-family: 'Numans', sans-serif;
 +
text-transform:uppercase;
 +
}
 +
.copy p a{
 +
color:#A03D51;
 +
}
 +
.copy p a:hover{
 +
color: #7A7A7A;
 +
-webkit-transition: 0.9s;
 +
-moz-transition: 0.9s;
 +
-o-transition: 0.9s;
 +
transition: 0.9s;
 +
}
 +
.social-icons {
 +
float: right;
 +
}
 +
.social-icons li{
 +
display: inline-block;
 +
}
 +
.social-icons li  a{
 +
padding:5px;
 +
display:inline-block;
 +
line-height: 1.5em;
 +
color: #4D4D4D;
 +
font-size: 0.8725em;
 +
font-family: 'Numans', sans-serif;
 +
text-transform:uppercase;
 +
cursor:pointer;
 +
}
 +
.social-icons li  a:hover{
 +
color:#A03D51;
 +
}
 +
/* start about */
 +
.main{
 +
margin: 0 0 2%;
 +
}
 +
.about{
 +
margin-top: 2%;
 +
}
 +
.cont-grid {
 +
float: left;
 +
width: 61.33%;
 +
margin-left: 2.33%;
 +
}
 +
.abt-para p{
 +
margin-bottom: 3%;
 +
}
 +
.cont-grid-img{
 +
width: 36.33%;
 +
float:left;
 +
}
 +
.about-p{
 +
margin-top:20px;
 +
}
 +
/* start service*/
 +
.ser-main{
display: block;
display: block;
-
width: 120px;
 
-
height: auto;
 
}
}
-
/* The Nivo Slider styles */
+
.ser-grid{
-
.nivoSlider {
+
float:right;
 +
}
 +
.ser-grid-list:nth-last-child(2){
 +
margin-right: 0;
 +
}
 +
.ser-grid-list{
 +
float: left;
 +
width: 21.33333%;
 +
margin-right: 4%;
 +
}
 +
.ser-grid-list h5{
 +
font-family: 'Numans', sans-serif;
 +
color: #C9C9C9;
 +
font-size: 1.2em;
 +
text-transform: capitalize;
 +
margin: 1em 0;
 +
}
 +
.ser-grid-list img{
 +
margin-top:15px;
 +
}
 +
.ser-grid-list p{
 +
margin: 8% 0;
 +
}
 +
.ser-para {
 +
margin: 2% 0;
 +
}
 +
/*start Contact*/
 +
.col{
 +
display: block;
 +
}
 +
.contact_info{
 +
float: left;
 +
width: 60.33333%;
 +
}
 +
.company_address {
 +
float: right;
 +
margin-left: 4%;
 +
width: 35.3333%;
 +
}
 +
.col.span_1_of_2 h2{
 +
margin-bottom: 4%;
 +
}
 +
.contact-form{
position:relative;
position:relative;
-
width:100%;
+
margin-top: 2%;
-
height:auto;
+
-
overflow: hidden;
+
}
}
-
.nivoSlider img {
+
.contact-form div{
-
position:absolute;
+
padding:5px 0;
-
top:0px;
+
-
left:0px;
+
-
max-width: none;
+
}
}
-
.nivo-main-image {
+
.contact-form span{
-
display: block !important;
+
color: #9E9D9D;
-
position: relative !important;  
+
display:block;
-
width: 100% !important;
+
font-size: 0.8725em;
 +
padding-bottom:5px;
}
}
 +
.company_address p{
 +
padding:2px 0;
 +
color: #9E9D9D;
 +
font-size: 0.8725em;
 +
line-height: 1.8em;
 +
}
 +
.company_address p span{
 +
color: #945B68;
 +
cursor:pointer;
 +
}
 +
.company_address p span:hover{
 +
color: #9E9D9D;
 +
-webkit-transition:0.5s;
 +
-moz-transition:0.5s;
 +
-o-transition:0.5s;
 +
transition:0.5s;
 +
}
 +
.map{
 +
margin: 2% 0;
 +
}
 +
.contact-form input[type="text"],.contact-form textarea{
 +
font-family: Arial, Geneva,Helvetica, sans-serif;
 +
font-size:0.8725em;
 +
color: #9E9D9D;
 +
padding: 8px;
 +
display: block;
 +
width: 98%;
 +
background: #555555;
 +
border: 1px solid #636363;
 +
outline: none;
 +
-webkit-appearance: none;
 +
}
 +
.contact-form textarea{
 +
resize:none;
 +
height:120px;
 +
}
 +
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
 +
-webkit-transition: 0.9s;
 +
-o-transition: 0.9s;
 +
-moz-transition: 0.9s;
 +
transition: 0.9s;
 +
border: 1px solid rgba(73, 73, 73, 0.65);
 +
box-shadow: 0px 1px 2px #808080;
 +
-webkit-box-shadow: 0px 1px 2px #808080;
 +
-moz-box-shadow: 0px 1px 2px #808080;
 +
-o-box-shadow: 0px 1px 2px #808080;
 +
}
 +
.contact-form input[type="submit"]{
 +
cursor:pointer;
 +
border: 1px solid #383838;
 +
background: #383838;
 +
color: #919191;
 +
padding: 8px 20px;
 +
font-size: 14px;
 +
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
 +
-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
 +
-o-box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1);
 +
-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
 +
box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
 +
outline: none;
-
/* If an image is wrapped in a link */
+
}
-
.nivoSlider a.nivo-imageLink {
+
.contact-form input[type="submit"]:hover{
-
position:absolute;
+
border: 1px solid rgba(0,0,0,0.1);
-
top:0px;
+
background: #3C3C3C;
-
left:0px;
+
text-decoration: none;
-
width:100%;
+
}
-
height:100%;
+
/*start details */
-
border:0;
+
.details{
 +
margin-bottom: 2%;
 +
text-align:center;  /*此处修改*/
 +
}
 +
.det_pic{
 +
margin: 2% 0;
 +
}
 +
/*start 404*/
 +
.page{
 +
padding:10% 0;
 +
text-align:center;
 +
}
 +
.page h3{
 +
text-shadow: 0px 1px 0px rgb(172, 172, 172);
 +
font-size: 12em;
 +
color: #858585;
 +
}
 +
/*---start-gallery-----*/
 +
.gallery1{
 +
margin-bottom:4em;
 +
}
 +
#info {
 +
-webkit-border-radius:5px;
 +
-moz-border-radius:5px;
 +
border-radius:5px;
 +
background:#fcf8e3;
 +
border:1px solid  #fbeed5;
 +
width:95%;
 +
max-width:900px;
 +
margin:0 auto 40px auto;
 +
font-family:arial;
 +
font-size:12px;
 +
-webkit-box-sizing: border-box;
 +
-moz-box-sizing: border-box;
 +
-o-box-sizing: border-box;
 +
}
 +
#info .info-wrapper {
 +
padding:10px;
 +
-webkit-box-sizing: border-box;
 +
-moz-box-sizing: border-box;
 +
-o-box-sizing: border-box;
 +
}
 +
#info a {
 +
color:#c09853;
 +
text-decoration:none;
 +
}
 +
 +
#info p {
 +
margin:5px 0 0 0;
 +
}
 +
.container {
 +
position: relative;
 +
-webkit-transition: all 1s ease;
 +
-moz-transition: all 1s ease;
 +
-o-transition: all 1s ease;
 +
transition: all 1s ease;
 +
}
 +
#filters {
 +
margin:1%;
padding:0;
padding:0;
-
margin:0;
+
list-style:none;
-
z-index:6;
+
}
 +
#filters li {
 +
float:left;
 +
}
 +
#filters li span {
 +
display: block;
 +
padding: 10px 30px;
 +
text-decoration: none;
 +
color: #666;
 +
cursor: pointer;
 +
text-transform: uppercase;
 +
}
 +
#filters li span.active {
 +
background:#7A3E4A;
 +
color:#fff;
 +
}
 +
#portfoliolist .portfolio {
 +
-webkit-box-sizing: border-box;
 +
-moz-box-sizing: border-box;
 +
-o-box-sizing: border-box;
 +
width:23%;
 +
margin:1%;
display:none;
display:none;
-
background:white;  
+
float:left;
-
filter:alpha(opacity=0);
+
overflow:hidden;
-
opacity:0;
+
}
}
-
/* The slices and boxes in the Slider */
+
.portfolio-wrapper {
-
.nivo-slice {
+
overflow:hidden;
-
display:block;
+
position: relative !important;
-
position:absolute;
+
background: #666;
-
z-index:5;
+
cursor:pointer;
 +
}
 +
.portfolio img {
 +
max-width:100%;
 +
position: relative;
 +
-webkit-filter: grayscale(100%);
 +
opacity: 5;
 +
transition: all 300ms!important;
 +
-webkit-transition: all 300ms!important;
 +
-moz-transition: all 300ms!important;
 +
}
 +
.portfolio .label {
 +
position: absolute;
 +
width: 100%;
 +
height:40px;
 +
bottom:-40px;
 +
}
 +
.portfolio .label-bg {
 +
background: #7A3E4A;
 +
width: 100%;
height:100%;
height:100%;
 +
position: absolute;
top:0;
top:0;
 +
left:0;
 +
}
 +
.portfolio .label-text {
 +
color:#fff;
 +
position: relative;
 +
z-index:500;
 +
padding:5px 8px;
}
}
-
.nivo-box {
+
.portfolio .text-category {
display:block;
display:block;
-
position:absolute;
+
font-size:9px;
-
z-index:5;
+
font-size: 12px;
-
overflow:hidden;
+
text-transform:uppercase;
}
}
-
.nivo-box img { display:block; }
+
 
-
.nivo-html-caption {
+
/* #Tablet (Portrait) */
-
    display:none;
+
@media only screen and (min-width: 768px) and (max-width: 959px) {
 +
.container {
 +
}
}
}
-
/* Direction nav styles (e.g. Next & Prev) */
+
/* #Mobile (Portrait) - Note: Design for a width of 320px */
-
.nivo-directionNav a {
+
@media only screen and (max-width: 767px) {
-
position:absolute;
+
.container {
-
top:45%;
+
width: 95%;  
-
z-index:9;
+
}
-
cursor:pointer;
+
 +
#portfoliolist .portfolio {
 +
width:48%;
 +
margin:1%;
 +
}
 +
 
 +
#ads {
 +
display:none;
 +
}
 +
}
}
-
.nivo-prevNav {
+
/* #Mobile (Landscape) - Note: Design for a width of 480px */
-
left:0px;
+
@media only screen and (min-width: 480px) and (max-width: 767px) {
-
background:url(../images/prev.png) no-repeat;
+
.container {
 +
width: 70%;
 +
}
 +
 +
#ads {
 +
display:none;
 +
}
 +
}
}
-
.nivo-nextNav {
+
/* #Clearing */
-
right:0px;
+
 
 +
/* Self Clearing Goodness */
 +
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
 +
 
 +
.clearfix:before,
 +
.clearfix:after,
 +
.row:before,
 +
.row:after {
 +
  content: '\0020';
 +
  display: block;
 +
  overflow: hidden;
 +
  visibility: hidden;
 +
  width: 0;
 +
  height: 0; }
 +
.row:after,
 +
.clearfix:after {
 +
  clear: both; }
 +
.row,
 +
.clearfix {
 +
  zoom: 1; }
 +
 
 +
.clear {
 +
  clear: both;
 +
  display: block;
 +
  overflow: hidden;
 +
  visibility: hidden;
 +
  width: 0;
 +
  height: 0;
}
}
-
/* Control nav styles (e.g. 1,2,3...) */
+
/***** Media Quries *****/
-
.nivo-controlNav {
+
@media only screen and (max-width: 1366px) {
-
position: absolute;
+
.wrap{
-
bottom: 20px;
+
width:95%;
-
right: 50%;
+
}
-
z-index: 9;
+
.nav li {
 +
width: 18.88888%;
 +
}
}
}
-
.nivo-controlNav a {
+
@media only screen and (max-width: 1280px) {
-
cursor:pointer;
+
.wrap{
 +
width:95%;
 +
}
 +
.copy {
 +
width: 40.333333%;
 +
}
 +
.nav li {
 +
width: 17.88888%;
 +
}
}
}
-
.nivo-controlNav a.active {
+
@media only screen and (max-width: 1024px) {
-
font-weight:bold;
+
.wrap{
 +
width:95%;
 +
}
 +
.nav li {
 +
width: 18.88888%;
 +
}
 +
.nav li a {
 +
padding: 10px;
 +
}
 +
.copy {
 +
width: 54.333333%;
 +
}
}
}
-
@media all and (max-width:320px) {
+
@media only screen and (max-width: 800px) {
-
.nivo-controlNav {
+
.wrap{
-
bottom:5px;
+
width:95%;
}
}
 +
.search {
 +
margin-top: 5%;
 +
float: right;
 +
width: 38.333%;
 +
}
 +
.images_1_of_4 {
 +
width: 45.999999%;
 +
}
 +
.grid_1_of_4:nth-child(3){
 +
margin-left: 0;
 +
}
 +
.grid_1_of_4 {
 +
margin-top:4%;
 +
}
 +
.content_btm_left {  /*此处有修改,原来为content_btm_l*/
 +
float: none;
 +
}
 +
.content_btm_right {
 +
float: none;
 +
width: 100%;
 +
}
 +
.images_1_of_3 {
 +
width: 30.333333%;
 +
}
 +
.images_1_of_3 h3 {
 +
font-size: 1.4em;
 +
}
 +
.footer {
 +
text-align:center;
 +
}
 +
.copy {
 +
width: 100%;
 +
float: none;
 +
}
 +
.social-icons {
 +
margin-top:2%;
 +
width: 100%;
 +
}
 +
}
 +
@media only screen and (max-width: 640px){
 +
.wrap{
 +
width:95%;
 +
}
 +
.logo {
 +
width: 60%;
 +
}
 +
.images_1_of_3 {
 +
width: 99.333333%;
 +
}
 +
.grid_1_of_3 {
 +
display: block;
 +
float: none;
 +
margin-left: 0%;
 +
}
 +
.blog_posts {
 +
margin-bottom: 4%;
 +
margin-top: 4%;
 +
}
 +
}
 +
@media only screen and (max-width: 480px) {
 +
.wrap{
 +
width:95%;
 +
}
 +
.search {
 +
display:none;
 +
}
 +
.images_1_of_4 {
 +
width: 99.999999%;
 +
}
 +
.grid_1_of_4 {
 +
display: block;
 +
float: none;
 +
margin-left: 0%;
 +
}
 +
.cont-grid {
 +
float: none;
 +
width: 100%;
 +
margin-left: 0%;
 +
}
 +
.ser-grid-list {
 +
float: none;
 +
width: 100%;
 +
margin-right: 0%;
 +
}
 +
.cont-grid-img {
 +
width: 100%;
 +
float: none;
 +
}
 +
.school_address {
 +
float: none;
 +
width: 100%;
 +
margin-left: 0%;
 +
}
 +
.contact_info {
 +
float: none;
 +
width: 100%;
 +
}
 +
}
 +
 +
#home1,#home2,#home3,#home4,#home5{ display:none; }
 +
 +
.head_font{
 +
 +
font-family :SimHei;
 +
color :white;
 +
font-size :30px;
 +
}
 +
 +
.body_background{
 +
 +
}
 +
 +
 +
 +
 +
 +
 +
 +
 +
.stepcarousel {
 +
MARGIN: 0px auto; OVERFLOW: scroll; WIDTH: 981px; POSITION: relative; HEIGHT: 200px
 +
}
 +
.stepcarousel .belt {
 +
LEFT: 0px; POSITION: absolute; TOP: 0px
 +
}
 +
#displaycssbelt {
 +
VISIBILITY: hidden
 +
}
 +
#stocklevels {
 +
VISIBILITY: hidden
 +
}
 +
.stepcarousel .panel {
 +
FLOAT: left; MARGIN: 0px 41px 0px 25px; OVERFLOW: hidden; WIDTH: 202px
 +
}
 +
.stock {
 +
CLEAR: both; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; MARGIN: 0px auto; WIDTH: 929px; COLOR: #000; BORDER-BOTTOM: #000 1px dashed; FONT-FAMILY: arial, verdana, sans-serif; HEIGHT: 10px; TEXT-ALIGN: right
 +
}
 +
.subfeature {
 +
DISPLAY: block; MARGIN: 0px; OVERFLOW: hidden; WIDTH: 202px
 +
}
 +
.subfeature-txt {
 +
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 202px! important; LINE-HEIGHT: 17px; PADDING-TOP: 3px; POSITION: relative
 +
}
 +
.subfeature-txt H2 {
 +
CLEAR: both; FONT-WEIGHT: bold; FONT-SIZE: 14px; PADDING-BOTTOM: 3px
 +
}
 +
.subfeature-txt H2 A {
 +
COLOR: #000
 +
}
 +
.subfeature-txt H2 A:hover {
 +
COLOR: #ff0076
 +
}
 +
.subfeature A IMG {
 +
BORDER-RIGHT: transparent 1px solid; BORDER-TOP: transparent 1px solid; BORDER-LEFT: transparent 1px solid; BORDER-BOTTOM: transparent 1px solid
 +
}
 +
.subfeature A IMG:hover {
 +
BORDER-RIGHT: #ff0076 1px dashed; BORDER-TOP: #ff0076 1px dashed; BORDER-LEFT: #ff0076 1px dashed; BORDER-BOTTOM: #ff0076 1px dashed
 +
}
 +
 +
 +
 +
.font_1{
 +
color:black;
 +
weight:bold;
 +
font-size:50px;
 +
}
 +
 +
.font_2{
 +
color:black;
 +
weight:bold;
 +
}
 +
 +
.suojin{
 +
text-indent: 2em;
 +
text-align:left;
 +
font-size:20px;
 +
}
 +
 +
.title_1{
 +
font-size:30px;
}
}

Latest revision as of 13:11, 15 October 2014

@CHARSET "UTF-8"; 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0;padding:0;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:;content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body { font-family: Arial, Geneva,Helvetica, sans-serif; font-size: 100%; background:#eee; }


div.panel1{ margin:0px; padding:5px; text-align:center; background:#eee; border:solid 1px #c3c3c3; display:none; }



.wrap{ margin:0 auto; width:80%; } .wrapper{ padding: 2% 6% ; /*2% 6%*/ } h2.style{ font-family: 'Numans', sans-serif; color: #C9C9C9; margin-top: 1em; margin-bottom: 0.4em; font-size: 1.6em; text-transform: uppercase; } .para{ color: #9E9D9D; font-size: 0.8125em; line-height: 1.8em; } .toppara{ font-family: Helvetica;

font-size: 30px; font-weight: light;


color: #FFFFFF;

} /*logo*/ .logo{ float:left; } /*search*/ .search{ margin-top: 1%; /*3%*/ float: right; width: 28.333%; } .search input[type="text"]{ padding: 12px 16px; outline: none; color: #202020; background: #FFFFFF; border: none; width: 73.333%; line-height: 1.5em; position: relative; } .search input[type="submit"]{ background:#A36874 url('../images/search.png') no-repeat 16px 12px; padding: 12px 20px; border: none; cursor: pointer; width: 3.333%; position: absolute; line-height: 1.5em; outline:none; } .search input[type="submit"]:hover { background: #4a4a4a url('../images/search.png') no-repeat 16px 12px; -webkit-transition: .2s all linear; -moz-transition: .2s all linear; -o-transition: .2s all linear; transition: .2s all linear; } /* navigation */ .header_menu{ margin-top:1%; /* 3%*/ background: #ffffff; padding: 1%; /*2%*/ /*height:40px;*/ background:#eee; }

  1. menu li{

float:left; } .nav { border: solid 0.5px #79434E; /*1px*/ background-color: #834652; position: relative; box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1); -webkit-box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1); -moz-box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1); -o-box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1); } .nav li { border-right: 1px solid #7A3E4A; width: 19.88888%; float:left; } .nav li:last-child a{ border-right: none; } .nav li a{ text-align: center; display: block; line-height: 3.5em; /*3.5em*/ padding: 20px; text-transform: uppercase; } .nav li a img{ vertical-align: middle; } .nav li a:hover { color: #ffffff; box-shadow: inset 0 0px 0 #814453,inset 0 0 30px #79404C; -webkit-box-shadow: inset 0 0px 0 #814453,inset 0 0 30px #79404C; -moz-box-shadow: inset 0 0px 0 #814453,inset 0 0 30px #79404C; -o-box-shadow: inset 0 0px 0 #814453,inset 0 0 30px #79404C; } /*slider*/ .slider{ padding: 4% 0 8% 0; /*4% 0 8% 0*/ } /*content_bg */ .content_bg{ background: #686868;/**/ } .content_bg1{ background: url(../images/details1_background.jpg); } /* grids_of_4 */ .grids_of_4{ margin:2% 0; } .grid_1_of_4{ display: block; float:left; margin-left: 4%; } .grid_1_of_4:first-child { margin-left: 0; } .images_1_of_4 { width: auto; } .images_1_of_4 img{ max-width:100%; display:block; } .images_1_of_4 h3{ font-family: 'Numans', sans-serif; color: #C9C9C9; margin-top: 1em; margin-bottom: 0.4em; font-size: 1.6em; text-transform: uppercase; } .images_1_of_4 p { color: #9E9D9D; font-size:0.8125em; padding:0.3em 0; line-height: 1.8em; } .button{ margin-top: 1em; line-height: 1.8em; } .btn a{ border: 1px solid #383838; background: #383838; color: #919191; padding: 8px 20px; font-size: 14px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1); -moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3); box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3); } .btn a:hover{ border: 1px solid rgba(0,0,0,0.1); background: #3C3C3C;

   text-decoration:none;

} /*content_btm_bg*/ .content_btm_bg{ background: #e6e6e6; } .grids_of_btm{ margin:1% 0;/*2%*/ } .content_btm_l { float:left; } .content_btm_l h2{ line-height: 1.8em; font-family: 'Numans', sans-serif; color:#4a4a4a; font-size:1.8em; font-weight : normal; text-transform:uppercase; text-shadow: 0 1px 0px #FFFFFF; } .content_btm_r{ float:right; width: 31.333333%; } .content_btm_r h2{ font-family: 'Numans', sans-serif; font-size: 1.8em; color: #ffffff; padding: 4%; background: #79404C; text-transform:uppercase; } /* grids_of_3 */ .grids_of_3{ margin: 4% 0 2%; } .grid_1_of_3{ display: block; float:left; margin-left:4%; } .grid_1_of_3:first-child { margin-left: 0; } .images_1_of_3 { width: 30.333333%; } .images_1_of_3 img { max-width:100%; display:block; } .images_1_of_3.bg1{ background: #ffffff; } .bg1_s{ padding: 8%; } .images_1_of_3 h3{ font-family: 'Numans', sans-serif; color:#4a4a4a; margin-bottom:0.4em; font-size:1.8em; font-weight : normal; letter-spacing: -1px; text-transform:uppercase; text-shadow: 0 1px 0px #FFFFFF; } .images_1_of_3 p { color: #7A7A7A; font-size:0.8125em; padding:0.3em 0; line-height: 1.8em; } .images_1_of_3 .button{ margin-top: 1em; line-height: 1.8em; } .images_1_of_3 .button a{ border: 1px solid #923A4E; background:#79404C; color: #FFFFFF; padding: 8px 20px; font-size: 14px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.7); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3); box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3); } .images_1_of_3 .button a:hover{ border: 1px solid #923A4E; background: #913F50; } .blog_heading p.date { padding-bottom: 15px; } p.date span.author:hover{ text-decoration:underline; } .blog_posts { margin-bottom: 4%; } .blog_heading p span { text-transform: capitalize; line-height: 1.5em; color: #4D4D4D; font-size: 1.4em; font-family: 'Numans', sans-serif; } .blog_heading p.date { font-family: 'Numans', sans-serif; font-size: 20px; line-height: 0.5em; color: #36262A; text-transform: uppercase; } .blog_heading p.date.top{ margin-top: 8%; } .footer_bg{ background: #ffffff; } .footer{ padding: 1% 0 } .copy{ float: left; width:60.333333%; } .copy p.w3_link{ text-transform: capitalize; line-height: 1.5em; color: #4D4D4D; font-size: 0.8725em; font-family: 'Numans', sans-serif; text-transform:uppercase; } .copy p a{ color:#A03D51; } .copy p a:hover{ color: #7A7A7A; -webkit-transition: 0.9s; -moz-transition: 0.9s; -o-transition: 0.9s; transition: 0.9s; } .social-icons { float: right; } .social-icons li{ display: inline-block; } .social-icons li a{ padding:5px; display:inline-block; line-height: 1.5em; color: #4D4D4D; font-size: 0.8725em; font-family: 'Numans', sans-serif; text-transform:uppercase; cursor:pointer; } .social-icons li a:hover{ color:#A03D51; } /* start about */ .main{ margin: 0 0 2%; } .about{ margin-top: 2%; } .cont-grid { float: left; width: 61.33%; margin-left: 2.33%; } .abt-para p{ margin-bottom: 3%; } .cont-grid-img{ width: 36.33%; float:left; } .about-p{ margin-top:20px; } /* start service*/ .ser-main{ display: block; } .ser-grid{ float:right; } .ser-grid-list:nth-last-child(2){ margin-right: 0; } .ser-grid-list{ float: left; width: 21.33333%; margin-right: 4%; } .ser-grid-list h5{ font-family: 'Numans', sans-serif; color: #C9C9C9; font-size: 1.2em; text-transform: capitalize; margin: 1em 0; } .ser-grid-list img{ margin-top:15px; } .ser-grid-list p{ margin: 8% 0; } .ser-para { margin: 2% 0; } /*start Contact*/ .col{ display: block; } .contact_info{ float: left; width: 60.33333%; } .company_address { float: right; margin-left: 4%; width: 35.3333%; } .col.span_1_of_2 h2{ margin-bottom: 4%; } .contact-form{ position:relative; margin-top: 2%; } .contact-form div{ padding:5px 0; } .contact-form span{ color: #9E9D9D; display:block; font-size: 0.8725em; padding-bottom:5px; } .company_address p{ padding:2px 0; color: #9E9D9D; font-size: 0.8725em; line-height: 1.8em; } .company_address p span{ color: #945B68; cursor:pointer; } .company_address p span:hover{ color: #9E9D9D; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; transition:0.5s; } .map{ margin: 2% 0; } .contact-form input[type="text"],.contact-form textarea{ font-family: Arial, Geneva,Helvetica, sans-serif; font-size:0.8725em; color: #9E9D9D; padding: 8px; display: block; width: 98%; background: #555555; border: 1px solid #636363; outline: none; -webkit-appearance: none; } .contact-form textarea{ resize:none; height:120px; } .contact-form input[type="text"]:focus,.contact-form textarea:focus{ -webkit-transition: 0.9s; -o-transition: 0.9s; -moz-transition: 0.9s; transition: 0.9s; border: 1px solid rgba(73, 73, 73, 0.65); box-shadow: 0px 1px 2px #808080; -webkit-box-shadow: 0px 1px 2px #808080; -moz-box-shadow: 0px 1px 2px #808080; -o-box-shadow: 0px 1px 2px #808080; } .contact-form input[type="submit"]{ cursor:pointer; border: 1px solid #383838; background: #383838; color: #919191; padding: 8px 20px; font-size: 14px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0px 0px 0px 1px #9B4758, 0px 1px 4px 0px rgba(111, 69, 79, 0.1); -moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3); box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3); outline: none;

} .contact-form input[type="submit"]:hover{ border: 1px solid rgba(0,0,0,0.1); background: #3C3C3C; text-decoration: none; } /*start details */ .details{ margin-bottom: 2%; text-align:center; /*此处修改*/ } .det_pic{ margin: 2% 0; } /*start 404*/ .page{ padding:10% 0; text-align:center; } .page h3{ text-shadow: 0px 1px 0px rgb(172, 172, 172); font-size: 12em; color: #858585; } /*---start-gallery-----*/ .gallery1{ margin-bottom:4em; }

  1. info {

-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#fcf8e3; border:1px solid #fbeed5; width:95%; max-width:900px; margin:0 auto 40px auto; font-family:arial; font-size:12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }

  1. info .info-wrapper {

padding:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }

  1. info a {

color:#c09853; text-decoration:none; }

  1. info p {

margin:5px 0 0 0; } .container { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

  1. filters {

margin:1%; padding:0; list-style:none; }

  1. filters li {

float:left; }

  1. filters li span {

display: block; padding: 10px 30px; text-decoration: none; color: #666; cursor: pointer; text-transform: uppercase; }

  1. filters li span.active {

background:#7A3E4A; color:#fff; }

  1. portfoliolist .portfolio {

-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; width:23%; margin:1%; display:none; float:left; overflow:hidden; } .portfolio-wrapper { overflow:hidden; position: relative !important; background: #666; cursor:pointer; } .portfolio img { max-width:100%; position: relative; -webkit-filter: grayscale(100%); opacity: 5; transition: all 300ms!important; -webkit-transition: all 300ms!important; -moz-transition: all 300ms!important; } .portfolio .label { position: absolute; width: 100%; height:40px; bottom:-40px; } .portfolio .label-bg { background: #7A3E4A; width: 100%; height:100%; position: absolute; top:0; left:0; } .portfolio .label-text { color:#fff; position: relative; z-index:500; padding:5px 8px; } .portfolio .text-category { display:block; font-size:9px; font-size: 12px; text-transform:uppercase; }

/* #Tablet (Portrait) */ @media only screen and (min-width: 768px) and (max-width: 959px) { .container { } } /* #Mobile (Portrait) - Note: Design for a width of 320px */ @media only screen and (max-width: 767px) { .container { width: 95%; }

#portfoliolist .portfolio { width:48%; margin:1%; }

#ads { display:none; }

} /* #Mobile (Landscape) - Note: Design for a width of 480px */ @media only screen and (min-width: 480px) and (max-width: 767px) { .container { width: 70%; }

#ads { display:none; }

} /* #Clearing */

/* Self Clearing Goodness */ .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before, .clearfix:after, .row:before, .row:after {

 content: '\0020';
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0; }

.row:after, .clearfix:after {

 clear: both; }

.row, .clearfix {

 zoom: 1; }

.clear {

 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;

} /***** Media Quries *****/ @media only screen and (max-width: 1366px) { .wrap{ width:95%; } .nav li { width: 18.88888%; } } @media only screen and (max-width: 1280px) { .wrap{ width:95%; } .copy { width: 40.333333%; } .nav li { width: 17.88888%; } } @media only screen and (max-width: 1024px) { .wrap{ width:95%; } .nav li { width: 18.88888%; } .nav li a { padding: 10px; } .copy { width: 54.333333%; } } @media only screen and (max-width: 800px) { .wrap{ width:95%; } .search { margin-top: 5%; float: right; width: 38.333%; } .images_1_of_4 { width: 45.999999%; } .grid_1_of_4:nth-child(3){ margin-left: 0; } .grid_1_of_4 { margin-top:4%; } .content_btm_left { /*此处有修改,原来为content_btm_l*/ float: none; } .content_btm_right { float: none; width: 100%; } .images_1_of_3 { width: 30.333333%; } .images_1_of_3 h3 { font-size: 1.4em; } .footer { text-align:center; } .copy { width: 100%; float: none; } .social-icons { margin-top:2%; width: 100%; } } @media only screen and (max-width: 640px){ .wrap{ width:95%; } .logo { width: 60%; } .images_1_of_3 { width: 99.333333%; } .grid_1_of_3 { display: block; float: none; margin-left: 0%; } .blog_posts { margin-bottom: 4%; margin-top: 4%; } } @media only screen and (max-width: 480px) { .wrap{ width:95%; } .search { display:none; } .images_1_of_4 { width: 99.999999%; } .grid_1_of_4 { display: block; float: none; margin-left: 0%; } .cont-grid { float: none; width: 100%; margin-left: 0%; } .ser-grid-list { float: none; width: 100%; margin-right: 0%; } .cont-grid-img { width: 100%; float: none; } .school_address { float: none; width: 100%; margin-left: 0%; } .contact_info { float: none; width: 100%; } }

#home1,#home2,#home3,#home4,#home5{ display:none; }

.head_font{

font-family :SimHei; color :white; font-size :30px;

}

.body_background{

}





.stepcarousel { MARGIN: 0px auto; OVERFLOW: scroll; WIDTH: 981px; POSITION: relative; HEIGHT: 200px } .stepcarousel .belt { LEFT: 0px; POSITION: absolute; TOP: 0px }

  1. displaycssbelt {

VISIBILITY: hidden }

  1. stocklevels {

VISIBILITY: hidden } .stepcarousel .panel { FLOAT: left; MARGIN: 0px 41px 0px 25px; OVERFLOW: hidden; WIDTH: 202px } .stock { CLEAR: both; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; MARGIN: 0px auto; WIDTH: 929px; COLOR: #000; BORDER-BOTTOM: #000 1px dashed; FONT-FAMILY: arial, verdana, sans-serif; HEIGHT: 10px; TEXT-ALIGN: right } .subfeature { DISPLAY: block; MARGIN: 0px; OVERFLOW: hidden; WIDTH: 202px } .subfeature-txt { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 202px! important; LINE-HEIGHT: 17px; PADDING-TOP: 3px; POSITION: relative } .subfeature-txt H2 { CLEAR: both; FONT-WEIGHT: bold; FONT-SIZE: 14px; PADDING-BOTTOM: 3px } .subfeature-txt H2 A { COLOR: #000 } .subfeature-txt H2 A:hover { COLOR: #ff0076 } .subfeature A IMG { BORDER-RIGHT: transparent 1px solid; BORDER-TOP: transparent 1px solid; BORDER-LEFT: transparent 1px solid; BORDER-BOTTOM: transparent 1px solid } .subfeature A IMG:hover { BORDER-RIGHT: #ff0076 1px dashed; BORDER-TOP: #ff0076 1px dashed; BORDER-LEFT: #ff0076 1px dashed; BORDER-BOTTOM: #ff0076 1px dashed }


.font_1{ color:black; weight:bold; font-size:50px; }

.font_2{ color:black; weight:bold; }

.suojin{ text-indent: 2em; text-align:left; font-size:20px; }

.title_1{ font-size:30px; }