
/* CSS Document */

/*Resets and overrides*/
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, span {
	margin: 0;
	padding: 0;
	line-height: 1;
	}
	
html, html a {
    -webkit-font-smoothing: antialiased;
	}

/*Font Face Fontello*/
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot');
  src: url('../font/fontello.eot') format('embedded-opentype'),
       url('../font/fontello.woff') format('woff'),
       url('../font/fontello.ttf') format('truetype'),
       url('../font/fontello.svg') format('svg');
  	font-weight: normal;
  	font-style: normal;
	font-variant: normal;
	speak: none;
	}

/*Font Face Linecons*/
@font-face {
	font-family: 'linecons';
	src:url('../font/linecons.eot');
	src:url('../font/linecons.eot') format('embedded-opentype'),
		url('../font/linecons.ttf') format('truetype'),
		url('../font/linecons.woff') format('woff'),
		url('../font/linecons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	speak: none;
	}
	
img {
	border: none;
	}

a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	outline: none;
	}

ul {
	list-style-type: none;
	}

body {
	color: #555;
	font-family: "Microsoft YaHei" , sans-serif;
	font-size: 18px;
	font-weight: 400;
	}

h2 {
	font-size: 20px;
	font-weight: 900;
	color: #841717;
	margin: 0 0 21px 0;
	}
	
h3 {
	font-size: 18px;
	font-weight: 300;
	color: #333;
	line-height: 1.6;
	}
	
h4 {
	font-size: 18px;
	font-weight: 900;
	color: #333;
	margin: 0 0 10px 0;
	}
	
p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7;
	
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}

.both {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	}

.inner {
	margin: 0 auto;
	max-width: 940px;
	
	padding: 50px 10px;
	}

.text {
	margin: 0 auto;
	max-width: 940px;
	
	padding: 30px 10px;
	}
	
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/*===================================
============== Header ===============
===================================*/
#header {
	width: 100%;
	background: #8a0000;
	border-bottom: 6px solid #760000;
	
	}
	
.clear{ clear:both}

#header .inner {
	position:relative;
	padding:10px 0 0 0;
	}
	
/*logo*/
h1.logo {
	width: 115px;
	
	
	overflow:hidden;
	min-width:270px;
	/*background: url(images/logo.png) no-repeat;*/
	
	/*text-indent: -9999px;*/
	}
h1.logo img{ width:100%}

h1.logo a {
	display: block;
	height: 100%;
	}


/*Nav Menu*/
ul.nav {
	padding: 20px 0 0 0;
	margin-top:15px;
	}

ul.nav-menu li {
	float: left;
	font-size: 12px;
	font-weight: 700;
	color: #ff6262;
	text-transform: uppercase;
	}

ul.nav li:first-child a {
	margin-left: 0px;
	}

ul.nav li:last-child a {
	margin-right: 0px;
	}

ul.nav li a {
	color: #ffffff;
	display: inline-block;
	}

ul.nav li a:hover {
	color: #ff6262;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	
	
	
.nav {
	/* General Font */
	
	/* General Shape */
	position: relative;
	margin: 0px 0 0 0;
}
ul.nav{
	padding:0;
	list-style:none;
}
li.dropdown1 {
}
li.dropdown1:hover{
  /*background: #e21737 !important;*/
  color: #fff !important;
}
/* Main element of the naviagtion */
.nav > li {
	  display: inline-block;
  float: left;
  background: none; 
}

.nav li a.active, .nav li a:hover {
/*  background: #e21737 !important;*/
  color: #e21737 !important;
}
.nav > li:nth-child(5){
	background:none;
}
/* Link Style */
.nav > li > a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: .5em 1em .5em 1em;
  display: block;
  margin: 0;
  text-transform: uppercase;
  border: none;
  letter-spacing: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  background: none;
}
.nav > li:nth-child(1) > a,.nav > li:nth-child(5) > a,.nav > li:nth-child(6) > a,
.nav > li:nth-child(7) > a{
	background:none;
}
.nav > li:nth-child(1) > a:hover, .nav > li:nth-child(5) > a:hover, .nav > li:nth-child(6) > a:hover{
  /*background: #e21737;*/
  color: #fff;
}
.nav > li:hover > a{
	  color: #d6d7dc;	
	border-color:none;
	background: url(http://www.szcurio.com/images/menu-arrow-hover.png) no-repeat 103% 54%;
}
.nav li > ul li a:hover{
  color: #333 !important;
	text-decoration:none;
}
/* Simple multilevel dropdown */
.nav > li > ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	top: 27px;
	
	text-align: left;
	margin-top:30px;
	padding: 0px;
	z-index: 99;	
}
/* First level appear */
.nav > li:hover > ul {
	  opacity: 1;
  visibility: visible;
  margin-top: 15px;   
}
/* Style for dropdown links */
.nav li > ul li{	
	position: relative;
 }
.nav li > ul li a{
  background: #333;
  color: #fff;
  font-size:12px;
  font-weight:700;
  display: block;
  padding:10px 16px;
  text-transform: uppercase;
  position: relative;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.nav li > ul li a span.arrow{
	width:15px;
	height:10px;
	position:absolute;
	right:5px;
	top:15px;
	background:url(http://www.szcurio.com/images/arrow-before.png) no-repeat center;
}
.nav > li > ul  li:hover a span.arrow{
	background:url(http://www.szcurio.com/images/nav-arrow.png) no-repeat center
}
.nav > li > ul  li:hover {
	color:#000;	
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
}
.nav ul.dropdown2 {
  background: #e21737;
  color: #fff;
}
.nav ul  li:hover > a {
	color:#000;
	background:#999;
}
/* Second and third dropdown level */
.nav > li > ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	top:0px;
	left: 200px;
	width: 200px;
	text-align: left;
	padding: 0px;
	margin-left: 30px;
	background-color:#fcff19;
}
.nav > li > ul li ul li:hover {
	background-color:#fcff19;
}
input#mobile_menu { display: none; }
.nav > li > ul li ul li ul {
	background-color:#FFF;
}
.nav > li > ul li ul li ul li:hover {
	color:#0572B8;
}
/* Second and third level appears */
.nav > li ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin-left: 0px;
}
/* Full width dropdown */
.nav > li > .fulldrop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	top:118px;
	left: 0px;
	background-color: #0078b3;
	width: 100%;
	min-height: 100px;
	text-align: left;
	margin-top:30px;
	padding: 0;
	z-index: 99;
	overflow: hidden;
}
/* Full dropdown appears */
.nav > li:hover .fulldrop {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}
.nav ul li:hover:after {
	color: white;
}
/* coldrop based dropdown */
.nav .coldrop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	top:118px;
	background-color: #0078b3;
	min-height: 100px;
	text-align: left;
	margin-top:30px;
	padding: 0;
	padding: 0 10px;
	z-index: 99;
}
.nav > li:hover .coldrop {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}
.nav .coldrop .column {width: 130px;margin:0 9px;}
/* coldrop for full width dropdown */
.nav .column {
	width: 14.1%;
	float: left;
	color:white;
	margin: 0 0 0 2.2%;
}
.nav .column ul {
	padding: 0;
	margin: 0;
}
.nav .column ul li {
	padding: 0;
	list-style: none;
	font-size: 11px;
}
.nav .column h3 {
	font-size: 14px;
	padding: 14px 0;
	font-weight: 400;
	margin: 5px 0 5px 0;
}
.nav .column ul li a {
	display: block;
	padding: 0 0 15px 0;
}
.nav > li > ul li ul, .nav li >ul li, .nav > li > .fulldrop, .nav > li > .coldrop, .nav > li > ul, .nav > li {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.3s ease-in-outs; /* Opera */
}


/*===================================
============== Slider ===============
===================================*/
#slider {
	background: #760000;
	overflow: hidden;
	border-bottom: 6px solid #760000;
	position:relative;
	}

#slider .inner {
	padding-top: 53px;
	padding-bottom: 53px;
	}

/*===================================
============ exhibition =============
===================================*/

#exhibition {
	background:#d9d9d9;
	overflow:hidden;
	border-bottom: 6px solid #8a0000;
	}

#exhibition .text {
	padding-bottom:25px
	}

#exhibition ul {
	padding: 16px 0 0 0;
	}

#exhibition ul li {
	float: left;
	padding: 0 0px 0 0;
	max-width: 200px;
	margin: 0 17px 40px 17px;
	}
	
#exhibition ul li img{

	margin: 0 0 20px 60px;
	}	
	
#exhibition ul li h4 {
	font-weight:normal;
	float: right;
	width: 220px;
	text-align:center;
	color:#323232;
	}

#exhibition ul li p {
	color:#999;
	width: 180px;
	text-align:center;
	}	


/*===================================
============= Services ==============
===================================*/
#services {
	background: #f2f2f2;
	overflow: hidden;
	border-bottom: 6px solid #8a0000;
	}
	
#services .inner {
	padding-bottom: 31px;
	}
	
#services ul {
	padding: 46px 0 0 0;
	}

#services ul li {
	overflow:hidden;
	height:110px;
	float: left;
	padding: 0 20px 0 0;
	max-width: 290px;
	margin: 0 0 36px 0;
	}

#services ul li span {
	float: left;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 35px;
	font-family: 'linecons';
	color: #dc2f2f;
	background: transparent;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #dc2f2f;
	margin: 0 10px 0 0;
	}
	
#services ul li:hover span {
	color: #b41d1d;
	border: 2px solid #f06c64;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}

.li_heart:before {
	content: "\e000";
	}

.li_star:before {
	content: "\e002";
	}

.li_bulb:before {
	content: "\e00e";
	}

.li_pen:before {
	content: "\e00f";
	}

.li_bubble:before {
	content: "\e014";
	}

.li_phone:before {
	content: "\e017";
	}

#services ul li h4 {
	float: right;
	width: 220px;
	}

#services ul li p {
	float: left;
	width: 220px;
	text-align:justify;
	}


/*===================================
============= Portfolio =============
===================================*/
#portfolio {
	background: #d9d9d9;
	overflow: hidden;
	border-bottom: 6px solid #222;
	padding-bottom:50px;
	}
	
#portfolio .inner {
	padding-bottom: 52px;
	}
	
#portfolio .inner h3 {
	margin-bottom: 12px;
	}

/*Portfolio Menu*/
#portfolio ul.portfolio-menu {
	width: 100%;
	overflow: hidden;
	}

#portfolio ul.portfolio-menu li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	font-size: 12px;
	font-weight: 300;
	}

#portfolio ul.portfolio-menu li a {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #333;
	color: #444;
	padding: 4px 7px;
	height: 100%;
	display: block;
	}

#portfolio ul.portfolio-menu li a:hover,
#portfolio ul.portfolio-menu li.current a {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c5c5c5;
	color: #555;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}

/*Portfolio*/
#portfolio ul.portfolio {
	width: 100%;
	padding: 19px 0 0 0;
	}

#portfolio ul.portfolio li {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
	}

#portfolio ul.portfolio li a {
	height: 100%;
	display: block;
	}

#portfolio ul.portfolio li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}


/*===================================
============== About ===============
===================================*/
#about {
	background: #f2f2f2;
	overflow: hidden;
	border-bottom: 6px solid #fff;
	}
	
#about ul {
	padding: 46px 0 0 0;
	}

#about ul li {
	width: 300px;
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	}

#about ul li:first-child {
	margin-left: 0;
	}

#about ul li img,
#about ul li h4,
#about ul li p {
	display: block;
	}

#about ul li img {
	margin: 0 0 17px 0;
	}

#about ul li p {
	margin: 0 0 24px 0;
	}

#about ul li a {
	display: block;
	}
	
#about ul li span {
	font-family: "fontello";
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	background: transparent;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #6a718c;
	color: #6a718c;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	}

#about ul li span:hover {
	border: 1px solid #f06c64;
	color: #f06c64;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}

.icon-twitter:before { content: '\e802'; }
.icon-facebook:before { content: '\e800'; }
.icon-gplus:before { content: '\e801'; }
.icon-linkedin:before { content: '\e803'; }	


/*===================================
============= Contact ===============
===================================*/
#contact {
	background: #8a0000;
	overflow: hidden;
	border-bottom: 6px solid #8a0000;
	}
	
#contact .inner{
	max-width:960;
	}	
	
.fuwu {
	float:left;
	margin-left:100px;
	margin-bottom:50px;
	}
.fuwu h4{ font-size:18px;}
.fuwu .panel1{ float:left; margin-right:20px; margin-bottom:30px;}
.fuwu .panel2{ float:left}	
	
.fuwu h2 {
	font-weight:normal;
	}	

.dingyuehao {
	float:left;
	}

.lianxi {
	float:right;
	}

#contact h2,
#contact h3,
#contact h4,
#contact p,
#contact span {
	color: #f0d8d9;
	}
	
	
#contact ul {
	padding: 36px 0 0 0;
	overflow: hidden;
	}
	
#contact ul li {
	float: left;
	display: inline;
	max-width: 300px;
	padding: 0 0 0 10px;
	}

#contact ul li:first-child {
	padding: 0 10px 0 0;
 	max-width: 620px;
	}

	
form {
	}

input {
	background: #d6564f;
 	max-width: 590px;
 	width: 590px;
	height: 38px;
	line-height: 38px;
	border: 0;
	font-size: 12px;
	color: #f48c8f;
	font-family: 'Lato', sans-serif;
	padding: 0px 15px;
	margin: 0 0 16px 0;
	outline: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	}

textarea {
	background: #d6564f;
	max-width: 590px;
	width: 590px;
	height: 202px;
	max-height: 202px;
	border: 0;
	padding: 15px;
	margin: 0 0 16px 0;
	outline: none;
	overflow: auto;
	resize: none;
	font-size: 12px;
	color: #f48c8f;
	font-family: 'Lato', sans-serif;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	}

.submitbtn {
	padding: 0;
	margin: 0;
	background: #d6564f;
	overflow: hidden;
	width: 110px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	outline: none;
	text-align: center;
	font-size: 14px;
	color: #f48c8f;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	}

.submitbtn:hover {
	background: #2d303a;
	color: #666d89;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}

#contact p {
	margin: 0 0 25px 0;
	text-align: justify;
	}
	
#contact span {
	display: block;
	font-size: 12px;
	margin: 0 0 6px 0;
	}

#contact span i {
	font-family: 'fontello';
	margin: 0 10px 0 0;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	}
	
#contact span i.li_location {
	font-family: 'linecons';
	}

.li_location:before { content: '\e012'; }
.icon-mail:before { content: '\e806'; }
.icon-phone:before { content: '\e805'; }
	
	
/*===================================
============= Footer ================
===================================*/
#footer {
	background: #760000;
	overflow: hidden;
	
	}

#footer .inner {
	margin:10px auto;
	padding-top: 2px;
	padding-bottom: 22px;
	color:#ff6262;
	}
	
#footer p {
	
	}	
	
#footer p a {
	line-height: 32px;
	color: #ff6262;
	}	
	
#footer p a:hover {
	color: #f06c64;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}	
	
#footer ul {
	float: right;
	font-size:12px;
	}	
	
	
#footer ul li span {
	font-family: "fontello";
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	background: transparent;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #6a718c;
	color: #6a718c;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	}

#footer ul li span:hover {
	border: 1px solid #f06c64;
	color: #f06c64;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	
	
/*===================================
======= Back To Top  ==============
===================================*/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	color: #ffffff;
	background-color: #323746;
	font-size: 12px;
	padding: 1em;
	display: none;
		-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	}

.go-top:hover {
	color: #ffffff;
	background-color: #232732;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	
	
/* -----banner css--*/
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}

.slider2{
position: relative;
 width:100%;
}

.slider {
	position: relative;
}
.slider1 {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width:100%;
  border: 0;
  }
.caption{
	width: 66%;
	position: absolute;
	top: 25%;
	left: 17%;
	text-align: center;
}
.caption h2{
	color: #ffffff;
	line-height: 1.5em;
	font-size: 2.2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 2.5em;
}
a.more {
	font-size: 1.2em;
	font-weight: 600;
	padding: 0.8em 2em;
	background:#eee;
	color:#000;
	text-decoration:none;
}
a.more:hover {
	color: #fff;
	background: #4597a8;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 16px;
	width: 16px;	
	display: inline-block;
	background:#4597a8;
	border: 3px solid #4597a8;
	border-radius:50%;
}
.callbacks_here a:after{
	border: 3px solid #fff;
	background:#4597a8;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 47%;
}
ul.callbacks_tabs.callbacks2_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 45%;
}

/*===================================
============= news-slide ===============
===================================*/
#news-slide {position:relative; margin:0 auto; padding-left:35px; font-size:14px; max-width:940px; height:57px; background:url(../image/icon_news.png) no-repeat 10px 19px; overflow:hidden;}
#news-slide .item {height:100%;}
#news-slide .item a {display:inline-block; height:57px; line-height:57px; font-weight:bold; color:#333; -ms-transition:color 300ms; transition:color 300ms; -webkit-transition:color 300ms; -moz-transition:color 300ms; -o-transition:color 300ms;}
#news-slide .item a:hover {color:#f63b2e;}
#news-slide .item a span {margin:0 25px; font-weight:normal; color:#6C6C6C;}
#news-slide .item .more {padding:0 12px; margin-top:12px; font-weight:bold; height:33px; line-height:33px; font-size:12px;  color:#333; background-color:#DFE0E4; border-radius:25px; box-shadow:0px 0px 3px #777; -ms-transition:color 300ms, background-color 300ms; transition:color 300ms, background-color 300ms; -webkit-transition:color 300ms, background-color 300ms; -moz-transition:color 300ms, background-color 300ms; -o-transition:color 300ms, background-color 300ms;}
#news-slide .item .more:hover {background-color:#f63b2e; color:#eee;}



