/* 
	Artcore Template
	http://www.cssmoban.com/preview/templatemo_423_artcore
*/

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, center, dl, dt, dd, ol, ul, 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%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}
.clr {
	clear: both;
}

.blue {
	color: #39F;
	font-weight: normal;
}

.green {
	color: #0C0;
	font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.top-header .logo span {
  font-size: .84em;
  color: #aaaaaa;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: .89em;
  line-height: 1.75;
  color: #777777;
  background-color: #efefef;
  text-rendering: optimizeLegibility;
}

a {
  color: #f69730;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  color: #2c2c2c;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #aaaaaa;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #777777;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

blockquote {
  margin: 36px;
  background-image: url(../sjimages/quote.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 40px;
  font-size: 1.2em;
  color: #aaaaaa;
  font-family: "Roboto Slab", serif;
}
@media screen and (max-width: 768px) {
  blockquote {
    padding-left: 30px;
    font-size: 1em;
  }
}

.site-header {
	position: relative;
	z-index: 8;
}
.bg {
	background-color: #FFFFFF;
}


.top-header .social-top ul li a {
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  color: #2c2c2c;
}
.top-header .social-top ul li a:hover {
  color: #2c2c2c;
}

.top-header {
  width: 100%;
  overflow: hidden;
  background-color: white;
}
.top-header .logo {
  padding: 10px 0px 0px 20px;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .logo {
    padding: 10px 0px 0px 20px;
    text-align: center h1;
    text-align-display: block;
    text-align-text-align: center;
  }
  .top-header .logo span {
    display: block;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .top-header .logo {
    padding: 10px 0px 0px 10px;
    float:left;
    width: 46%
  }
  .top-header .logo span {
    display: none;
  }
}

.top-header .logo h1 {
  display: inline-block;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
.top-header .logo h1 em {
  font-style: normal;
  color: #f69730;
}
.top-header .logo span {
  margin-left: 10px;
}
.top-header .social-top {
  padding: 20px 40px 0px 0px;
  overflow: hidden;
  text-align: right;
}
.top-header .social-top ul li {
  display: inline;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .social-top {
    padding: 20px 40px 0px 0px;
		
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .top-header .social-top {
    padding: 20px 10px 0px 0px;
  }
}


@media screen and (max-width: 499px) {
   .top-header .social-top {
    padding: 10px 5px 10px 0px;
	font-size: .84em;
  }
  
   .top-header .logo img {
    width: 100%;
}
  
}
.top-header a {
  color: #2c2c2c;
}

.top_menu {
	background-color: #c10202;
	height: 45px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
    
}


.top_menu .top_tel {
	font-size: 1.5em;
	line-height: 45px;
	color: #FFFFFF;
	text-align: right;
	padding-left: 50px;
	position: relative;
	float: left;

}
.top_tel a {
	color: #FFFFFF;
}



.top_menu .dl-menuwrapper {
	display:none;
}
@media (min-width: 992px) and (max-width: 1199px) {
   .top_menu .top_tel {
	text-align: center;
	padding-left: 50px;

}
    .top_menu .dl-menuwrapper {
	display:block;
}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .top_menu .top_tel {
	text-align: center;
	padding-left: 0px;
	float: none;

}
  .top_menu .dl-menuwrapper {
	display:block;
}

}
@media screen and (max-width: 768px) {
  .top_menu .top_tel {
	text-align: center;
	padding-left: 0px;
	float: none;

}

  .top_menu .dl-menuwrapper {
	display:block;
}


}
.menu-wrapper {
	position: relative;
	z-index: 9999;
	text-align: right;
	float: right;
	padding-top: 10px;
}
.menu-wrapper a.toggle-menu {
  display: none;
  background-color: #2c2c2c;
  color: white;
  border-color: #2c2c2c;
  position: absolute;
  right: 20px;
  overflow: hidden;
}
.menu-wrapper a.toggle-menu:hover {
  color: white;
}
.menu-wrapper ul li {
  display: inline;
  margin-left: 30px;
  position: relative;
}
.menu-wrapper ul li:after {
  content: '/';
  color: #d5d5d5;
  margin-left: 30px;
}
.menu-wrapper ul li:last-child:after {
  content: '';
  display: none;
}
.menu-wrapper ul li a {
	text-transform: uppercase;
	font-weight: 500;
	padding: 30px 0;
	color: #FFFFFF;
}
.menu-wrapper ul li a:hover {
  color: #f69730;
}
.menu-wrapper ul li.active a {
	color: #f69730;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .menu-wrapper {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrapper {
    margin-top: 0 !important;
  }
}
.content_title {
	background-color: #c10202;
	background-image: url(../images/index_04.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 40px;
	width: 100%;
	margin-top: 10px;
	color: #FFFFFF;
	line-height: 40px;
}
.content_title a {
	color: #FFFFFF;
}

.content_jiao {
	background-image: url(../images/index_03.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	height: 20px;
	width: 100%;
	background-color: #FFFFFF;
}
.cpsl {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
.cpsl ul {
}
.cpsl li {
	float: left;
	height: 30px;
	width: auto;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.cpsl a {
	border: 1px solid #CCCCCC;
	line-height: 30px;
	height: 30px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
	display: block;
}
.cpsl .alink {
	color: #FFFFFF;
	background-color: #f69730;
	border: 1px solid #f69730;
}


.projects-holder {
	background-color: #FFFFFF;
	padding-top: 15px;
}


.projects-holder .mix {

}

.project-item {
	overflow: hidden;
	margin-bottom: 10px;
}
.project-item .project-detail h2 {
	font-size: 18px;
	font-weight: normal;
	display: block;
	text-align: center;
	height: 36px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	overflow: hidden;
}
.project-item .project-detail h2 a {
  color: #2c2c2c;
}
.project-item .project-detail h2 a:hover {
  color: #f69730;
}
.project-item:hover .overlay-b {
  opacity: 1;
  visibility: visible;
}
.project-thumb {
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	/* Chrome, Safari, Opera */
   backface-visibility: hidden;
}

.project-thumb {
	display:block;
	padding:4px;
	line-height:300px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	text-align: center;
	background-color: #FFFFFF;
	height:300px;
}

.project-thumb img {
	width:100%;
	height: 100%;
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-top: auto;
	margin-bottom: auto;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .project-thumb {
    height:200px;		
  }
  
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .project-thumb {
    height:240px;		
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .project-thumb {
    height:200px;		
  }
}
@media screen and (min-width: 370px) and (max-width: 499px) {
  .project-thumb {
    height:130px;		
  }
}

@media screen and (max-width: 369px) {
   .project-thumb {
    height:100px;		
  }
  
}
.youshi {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.youshi_box1 {
	background-image: url(../images/index_06.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 55px;
	display: block;
	padding-bottom: 15px;
}
.youshi_box2 {
	background-image: url(../images/index_07.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 55px;
	display: block;
	padding-bottom: 15px;
}
.youshi_box3 {
	background-image: url(../images/index_08.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 55px;
	display: block;
	padding-bottom: 15px;
}
.youshi_box4 {
	background-image: url(../images/index_09.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 55px;
	display: block;
	padding-bottom: 15px;
}
.youshi_box5 {
	background-image: url(../images/index_10.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 55px;
	display: block;
	padding-bottom: 15px;
}
.youshi_title {
	color: #f69730;
	font-size: 1em;
	font-weight: bold;
	line-height: 24px;
}
.youshi_nr {
	font-size: 0.89em;
	color: #666666;
	line-height: 20px;
}
.dianjitel_1 {
	float: left;
	background-image: url(../images/index_13.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 40px;
	width: 2%;
}
.dianjitel_2 {
	background-image: url(../images/index_13.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 96%;
}
.dianjitel_2 a {
	color: #FFFFFF;
}


.dianjitel_3 {
	float: left;
	background-image: url(../images/index_13.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 40px;
	width: 2%;
}
.yrly {
	background-color: #FFFFFF;
}
.yyly_box {
	background-image: url(../images/index_16.jpg);
	background-repeat: no-repeat;
	background-position: 7px center;
	display:block;
	line-height:40px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	background-color: #f6f6f6;
	height:40px;
	padding-left: 35px;
	margin-bottom: 15px;
}
.yyly_box a {
	font-weight: bold;
	color: #333333;
}
.yyly_box a:hover {
	color: #f69730;
}
.khjz_box {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	height: 110px;
}
.khjz_pic {
	float: left;
	padding-right: 10px;
}
.khjz_title {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.khjz_nr {
	overflow: hidden;
	height: 100px;
}
.khjz_nr2 {
	overflow: hidden;
	height: 70px;
}
.about {
	padding-right: 10px;
	padding-left: 10px;
}

.about_pic {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 5px;
	margin-right: 10px;
}
.about_nr {
	padding-top: 5px;
}
.about_nr img {
	width: 100%;
	height: auto;
}


.news {
	height: 40px;
}
.news_box {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	display: block;
	height: 30px;
}
.news_title {
	background-image: url(../images/index_17.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 18px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
.news_title a {
	color: #333333;
}
.news_title a:hover {
	color: #f69730;
}

.news_time {
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.gg {
	padding-top: 15px;
	padding-bottom: 15px;
}
.hddb {

}

.foot_menu_bg {
	background-color: #c10202;
	width: 100%;
}

.foot_menu {
	width:900px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
}
.foot_menu ul { 
   float:left;
   width:50%;
}
.foot_menu li {
	float: left;
	width: 33.33%;
	height: 40px;
	line-height:40px;
	text-align:center;
	background-image: url(../images/index_21.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.foot_menu .li2 {
}
.foot_menu .li3 {
	background-image: none;
}

.foot_menu a {
	color: #ffffff;
}
.foot_menu a:hover {
	color: #f69730;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .foot_menu {
   width:100%;
   height:40px;
   margin-left:auto;
   margin-right:auto;
}
  .foot_menu ul {
   width:50%;
   float:left;	
}
  .foot_menu li {
	width: 33.33%;
}
}
@media screen and (max-width: 768px) {
  .foot_menu {
   width:100%;
   height:80px;
   margin-left:auto;
   margin-right:auto;
}
  .foot_menu ul {
  width:100%;
   
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
  .foot_menu li {
	width: 33.33%;
}
  .foot_menu .li2 {
	background-image: none;
}
}
.bottom {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottom a {
	color: #666666;
	text-decoration: underline;
}

.ewm {
	background-image: url(../images/index_20.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 179px;
	width: 100%;
}
.page_title {
	background-color: #c7c7c7;
	height: 32px;
	width: 100%;
	margin-top: 10px;
	color: #5a5a5a;
	line-height: 32px;
	font-size: 0.9em;
}
.page_title a {
	color: #333333;
}

.page_jiao {
	background-image: url(../images/page_01.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	height: 20px;
	width: 100%;
	background-color: #FFFFFF;
}
.banner_2 {
	width: 100%;
}
.news2_title {
	font-size: 1.2em;
	text-align: center;
	color: #c10202;
	width: 100%;
	line-height: 40px;
	padding-top: 15px;
	font-weight: bold;
}
.news2_time {
	text-align: center;
	line-height: 36px;
	height: 36px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#news_d_bottom {
	text-align: left;
	margin-top: 20px;
	color: #323232;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	line-height: 25px;
	padding-bottom: 10px;
}

#return {
	height: 30px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #333333;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E0E0E0;
}
.products2 {
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	/* Chrome, Safari, Opera */
   backface-visibility: hidden;
	display:block;
	padding:4px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	text-align: center;
	background-color: #FFFFFF;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .products2 {
   width: 90%;
}
}
.products2 img {
	width:100%;
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-top: auto;
	margin-bottom: auto;
}
.cpxq {
	color: #333333;
	background-image: url(../images/index_16.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	line-height: 36px;
	height: 36px;
	padding-left: 23px;
}
@media screen and (min-width: 200px) and (max-width: 640px){
.bottom #b_link {
	text-align: center;
	padding-left: 10%;
}
}
@media screen and (min-width: 640px) and (max-width: 2000px){
.bottom #b_link {
	text-align: center;
	padding-left: 20%;
}
}
@media screen and (min-width: 200px) and (max-width: 640px){
#b_link a img {
	float: left;
	height: 35px;
}
}
@media screen and (min-width: 640px) and (max-width: 2000px){
#b_link a img {
	height: 55px;
	float: left;
	margin-bottom: 20px;
}
}
