
::-webkit-scrollbar {
width:10px
}
::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,0.2)
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(0,0,0,0.1)
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:rgba(0,0,0,0.3)
}
::-webkit-scrollbar-thumb:vertical:active {
background-color:rgba(0,0,0,0.7)
}
::selection {
	color: #fff;
	background: #ff4747
}
::-moz-selection {
color:#fff;
background:#ff4747
}
a, img, button, input, textarea {
	-webkit-tap-highlight-color: rgba(255,255,255,0)
}
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, captionpro, captionc, 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;
	font-size: 100%;
	border: 0;
	vertical-align: baseline
}
body {
	font-size: 0.9rem;
	color: #fff;
	font-family: Arial, "microsoft yahei"
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
a {
	color: #454545;
	text-decoration: none;
	-webkit-transition: background-color .15s linear, color .15s linear;
	-moz-transition: background-color .15s linear, color .15s linear;
	-o-transition: background-color .15s linear, color .15s linear;
	-ms-transition: background-color .15s linear, color .15s linear;
	transition: background-color .15s linear, color .15s linear
}
a:hover {
	color: #0080cc;
	text-decoration: none
}
area {
	behavior: url(area.htc);
	outline: 0
}
i {
	font-style: normal
}
ul, ol {
	list-style-type: none
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	border: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform .2s ease 0s;
	transition: transform .2s ease 0s
}
input, textarea {
	font-size: 0.9rem;
	font-family: Arial, "微软雅黑";
	outline: 0
}
@font-face {
	font-family: 'icomoon';
	src: url('icomoon.eot?9kcc5g');
	src: url('icomoon.eot?9kcc5g#iefix') format('embedded-opentype'), url('icomoon.ttf?9kcc5g') format('truetype'), url('icomoon.woff?9kcc5g') format('woff'), url('icomoon.svg?9kcc5g#icomoon') format('svg');
	font-weight: normal;
	font-style: normal
}

/*--------tab2017-------*/

.demo { padding: 2em 0; background: #fff; }
a:hover, a:focus { outline: none; text-decoration: none; }
.tab { text-align:center;}
.tab .nav-tabs { border-bottom: none; position: relative; }
.tab .nav-tabs li { margin-right: 30px; z-index: 1; }
.tab .nav-tabs li:after { content: ""; width: 100%; border: 1px solid #0080cc; position: absolute; top: 50%; right: -70%; z-index: -1; }
.tab .nav-tabs li:last-child:after { border: none; }
.tab .nav-tabs li a { display: block; padding: 14px 60px; background: #fff; font-size: 1rem; font-weight: 400; color: #0080cc; text-transform: uppercase;border-radius:0.6em;margin-right: 0; position: relative; overflow: hidden; z-index: 1; transition: all 0.3s ease 0s; border: 1px solid #e7e7e7; }
.tab .nav-tabs li.active a, .tab .nav-tabs li a:hover { color: #fff;}
.tab .nav-tabs li a:after { content: ""; display: block; width: 100%; height: 0; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.3s ease 0s; }
.tab .nav-tabs li.active a:after, .tab .nav-tabs li a:hover:after { height: 100%; background: #0080cc; }
.tab .tab-content { margin-top: 20px; font-size: 0.9rem; color: #999; line-height: 26px; }
.tab .tab-content h3 { font-size: 24px; margin-top: 0; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: inline-block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius:0.6em;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
  background-color: #fff;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.top-bg-wrap {
	margin: 0;
	overflow: hidden;
	color: #fff;
letter-spacing:.08rem
}
.top-bg {
	position: relative
}
.top-bg-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(about-bg.png);
	background-repeat: repeat;
	background-position: center 0;
	background-attachment: fixed;
	background-size: contain;
}
.c-bg-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(jj_banner.jpg);
	background-position: center top;
	background-size: cover;
}
.d-bg-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(sb_banner.jpg);
	background-position: center top;
	background-size: cover;
}
.cpd80 {
	padding: 113px 0;
}
.cpd90 {
	padding: 90px 0;
}
.pd60 {
	padding: 30px 0;
}
.pt80 {
	padding-top:80px;
}

.bc-blue, .bc-2, .bc-4 {
	background-color: #09c
}
.bc-hui {
	background-color: #f5f5f5
}
.bc-yellow, .bc-5, .bc-7 {
	background-color: #e74c3c
}
.bc-senhui, .bc-6, .bc-8 {
	background-color: #0ebaa6
}
.bc-green, .bc-9, .bc-10, .bc-1, .bc-3 {
	background-color: #0080cc
}
.bc-11, .bc-12, .bc-13, .bc-14 {
	background-color: #0080cc
}
.bc-11, .bc-12, .bc-13, .bc-14 {
	background-color: #7b72e9
}
.bc-qing {
	background-color: #1abc9c
}
.b-blue {
	border: 1px solid #09c
}
.f-white, .f-white a, .info-con .f-white a {
	color: #fff
}
.f-blue {
	color: #069
}
.f-green {
	color: #27ae60
}
.f-red {
	color: #c00
}
.f-yellow {
	color: #e74c3c
}
.f-black {
	color: #222
}
.hui, .hui a {
	color: #bbb;
	font-weight: normal
}
.f-hui, .f-hui a {
	color: #7e7e7e
}

/*--------tabend-------*/

/*---sbzz---*/
.flgr-brand-culture {
    width: 100%;
}
.flgr-brand-culture p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #1b1b1b;
    overflow: hidden;
}
.flgr-brand-banner {
    width: 100%;
}
.flgr-brand-banner img {
    display: block;
    width: 100%;
    height: auto;
}
.container h4 {
	text-align:center;
    font-size: 18px;
    line-height: 2rem;
	padding:15px 0;
}
.flgr-brand p {
    text-align: left;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 26px;
}
.bk60 {
	border-top:1px solid #eee;
    width: 100%;
    height: 60px;
}
.bkx {
	border-top:1px solid #eee;
}
.flgr-brand-culture {
    font-size: 0;
}
.flgr-brand-culture li {
    display: inline-block;
    width: 50%;
	vertical-align:top;
	padding:0 1%;
}
.flgr-brand-culture li img {
    display: block;
    width: 100%;
    height: auto;
}
.flgr-brand-culture li h4 {
    font-size: 18px;
    text-align: center;
	padding:15px 0;
}
.flgr-brand-culture li p {
    text-align: left;
    color: #939598;
    font-size: 14px;
}

/*----sbzc_end----*/
/*侧*/
.side_service{height: 171px;width: 50px;background: #01479d;border-top-left-radius: 10px;border-bottom-left-radius: 10px;position: fixed;right: 0;top: 50%;margin-top: -99px;z-index: 999;}
.side_service>a{background: url("http://www.wzdetai.com/zb_users/upload/2018/01/service_icon.png") no-repeat;width: 50px;height: 57px;cursor: pointer;position: relative;display: block;}
.side_service .service_tel{background-position: 13px 17px;}
.side_service .service_kefu{background-position: 13px -41px;}
.side_service .service_qq{background-position: 13px -101px;}
.side_service .service_tel:hover{background-position: -31px 17px;}
.side_service .service_kefu:hover{background-position: -31px -41px;}
.side_service .service_qq:hover{background-position: -31px -101px;}
.service_kefu .service_pull{width: 158px;height: 129px;position: absolute;right: 100%;background: #01479d;border-top-left-radius: 10px;border-bottom-left-radius: 10px;display: none;top: -35px;}
.service_kefu p{text-align: center;color: #e9e9e9;font-size: 15px;margin-top: 28px;}
.service_kefu h1{display: block;width: 110px;height: 30px;margin: 15px auto 0;line-height: 30px;border: 1px solid #fff;color: #fff;font-size: 14px;text-align: center;border-radius: 3px;}
.service_qq .service_pull{width: 140px;height:155px;background: #01479d;position: absolute;right: 100%;border-top-left-radius: 10px;border-bottom-left-radius: 10px;top: -105px;display: none;}
.sqr{float: left;text-align: center;width: 108px;margin: 14px 15px 0;color: #fff;font-size: 14px;}
.sqr img{width: 108px;height: 108px;display: block;color: #fff;margin-bottom: 5px;}
.service_qq i{width: 1px;height: 130px;background: #01479d;float: left;margin-top: 14px;}

.m_side_service{display:none;width:44px;padding:16px 0;position:fixed;top:50%;margin-top:-55px;right:0;z-index:999;background:#01479d;-moz-border-top-left-radius:5px;-moz-border-bottom-left-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.m_side_service a{display:block;width:44px;}
.m_service_tel{height:38px;background: url(http://www.wzdetai.com/zb_users/upload/2018/01/tel_icon.png) no-repeat center center / 18px;}
.m_service_kefu{height:40px;background: url(http://www.wzdetai.com/zb_users/upload/2018/01/kf_icon.png) no-repeat center center / 18px;}

/*map*/
.iw_poi_title {color:#0080cc;font-size:16px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word;}
	
.center-block{float:none; padding:0 15%;}
h2.r{ font-size:1.4rem;font-weight:bold;color:#454545;margin:15px 0;}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.contact span{ font-size:1rem;color:#454545;}
.map{ width:100%; height:400px;border:10px solid #eaeaea; margin:30px 0;}
.map img{max-width:none;}
.media{ width:50%; float:left;padding-top:20px;}
.media-object{padding-right:1rem;}
.media-heading{ font-size:1.4rem;color:#0080cc;font-weight:bold; padding-bottom:6px;}
.media-body p a{font-size:20px;font-weight:bold;}
.media-body p{font-size:1rem;color:#666;}



.shadow {
	box-shadow: 0 1px 2px rgba(0,0,0,0.08)
}
.wrapper {
	background: #fff;
	font-family: arial, 'microsoft yahei'
}
.header {
	width: 100%;
	height: 80px;
	line-height: 80px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: fixed;
	z-index: 9999;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.header.on {
	height: 60px;
	line-height: 60px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header.on .logo {
	height: 60px
}
.header.on .logo a {
	height: 60px
}
.header.on .menu li.subcate:hover .subnav {
	top: 60px;
	display: block
}
.header.on .schico {
	margin-top: 10px
}
.header.on .schfixed {
	top: 60px
}
.header .wrap {
	padding: 0 40px
}
.logo {
	height: 75px;
	float: left;
	display: inline;
	margin-right: 50px
}
.logo a {
	width: 100%;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.menu ul {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
*display:inline;
*zoom:1
}
.menu li {
	position: relative;
	display: inline-block;
	vertical-align: top;
*display:inline;
*zoom:1
}
.menu li a {
	padding: 0 18px;
	font-size: 1.1rem;
	color: #404040;
	position: relative;
	display: block
}
.menu li a.on, .menu li a:hover {
	color: rgba(255,255,255,1.0);
	font-weight:400;
	background-color:#0080cc;
}
.menu li .subnav {
	min-width: 200px;
	line-height: 46px;
	border-bottom: 2px solid #0080cc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	background: rgba(250,250,250,1);
	position: absolute;
	top: 80px;
	left: 0;
	display: none;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.menu li .subnav a {
	padding: 0 20px;
	font-size: 0.9rem;
	border-bottom: 1px solid rgba(230,230,230,1);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.menu li .subnav a:after {
	content: "\e315";
	font-size: 15px;
	color: #fff;
	font-family: icomoon;
	position: absolute;
	top: 0;
	right: 15px;
	opacity: 0;
	vertical-align: top;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.menu li .subnav a:hover:after {
	opacity: 1
}
.menu li .subnav a.on {
	color: #fff
}
.menu li .subnav a.on:after {
	opacity: 1
}
.menu li.subcate:hover .subnav {
	display: block
}

.menuico {
	width: 38px;
	height: 38px;
	border-radius: 2px;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 0;
	display: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}
.menuico span {
	width: 21px;
	height: 2px;
	background-color: #0080cc;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}
.menuico span:first-child {
	margin-top: -6px
}
.menuico span:last-child {
	margin-top: 6px
}
.menuico.on span:first-child {
	width: 20px;
	margin-top: -8px;
	margin-left: -7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
.menuico.on span:nth-child(2) {
	opacity: 0;
	width: 2px;
	left: 20px;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in
}
.menuico.on span {
	background-color: #454545;
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	transform-origin: 0
}
.menuico.on span:last-child {
	width: 20px;
	margin-top: 6px;
	margin-left: -7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.articlebox {
    margin: 0 0 10px;
    background: #fff;
    overflow: hidden;
	color: #454545;
    zoom: 1;
	padding: 12px 16px;
}
.atoplink {
	padding:0.8rem 1rem;
    overflow: hidden;
	color: #454545;
    zoom: 1;
}
.sitema { font-size:0.9rem;}	

.captab {
	width: 80%;
	margin: 0 auto 60px;
	font-size: 0;
	text-align: center
}
.captab li {
	display: inline-block;
*display:inline;
*zoom:1
}
.captab li a {
	padding: 12px 50px;
	font-size: 24px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 26px;
	border-bottom: 2px solid #ddd;
	white-space: nowrap;
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.captab li a img {
	margin: 3px 12px 0 0;
*margin-top:6px;
	vertical-align: top
}
.captab li a:hover {
	border-bottom: 2px solid #ef5b00
}
.captab li.on a {
	border-bottom: 2px solid #ef5b00
}

.fadebox {
	opacity: 0
}

.tabitem {
	margin: 0 auto;
	font-size: 0
}
.tabitem li {
	display: none;
}
.tabitem li img {
	width: 1000px;
}
.tabitem li.on {
	display: block;
}
.quick {
	float: right;
	display: inline;
	padding-left: 10px;
	position: relative
}
.sch {
	display: inline-block
}
.schico {
	width: 40px;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	transition: all ease .3s
}
.schico:after {
	content: "\e077";
	font-size: 22px;
	color: #ccc;
	font-family: icomoon
}
.schbox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	display: none
}
.schbox.on {
	display: block
}
.schbg {
	background: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}
.schclose {
	font-size: 40px;
	color: #0080cc;
	font-family: icomoon;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 2
}
.schform {
	width: 600px;
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, 0)
}
.schform form {
	position: relative
}
.schform input {
	width: 100%;
	font-size: 22px;
	color: #0080cc;
	line-height: 50px;
	border: 0;
	outline: 0;
	border-bottom: 2px solid #0080cc;
	background: transparent
}
.schform button {
	width: 39px;
	height: 39px;
	border: 0;
	outline: 0;
	cursor: pointer;
	background: transparent;
	position: absolute;
	bottom: 8px;
	right: 0
}
.schform button:after {
	content: "\e077";
	font-size: 28px;
	color: #0080cc;
	font-family: icomoon;
	display: inline-block;
	vertical-align: top
}
.schads {
	margin-top: 30px
}
.schads h3 {
	margin: 10px 0;
	font-size: 15px;
	color: #e0e0e0;
	line-height: 30px
}
.schads a {
	margin-bottom: 10px;
	display: block
}
.schfixed {
	width: 251px;
	padding: 20px;
	box-shadow: 0 0 2px 0 #ddd;
	background: #f3f5f7;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 10;
	display: none;
	transition: all ease .3s
}
.schfixed:before {
	content: "";
	width: 0;
	height: 0;
	margin: -10px 0 0 0;
	border: 5px solid transparent;
	border-bottom-color: #f3f5f7;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 3
}
.schfixed:after {
	content: "";
	width: 0;
	height: 0;
	margin: -9px 0 0 0;
	border: 5px solid transparent;
	border-bottom-color: #f3f5f7;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 3
}
.schfixed form {
	zoom: 1
}
.schfixed form:after {
	content: "";
	display: block;
	clear: both
}
.schfixed input {
	width: 180px;
	height: 34px;
	float: left;
	display: inline;
	padding: 0 10px;
	color: #a9a9a9;
	line-height: 30px;
	border: 1px solid #f3f5f7;
	outline: 0;
	background: #fff;
}
.schfixed button {
	width: 32px;
	height: 32px;
	float: left;
	display: inline;
	margin-left: -1px;
	margin-top:1px;
	border: 0;
	outline: 0;
	cursor: pointer;
	background: #0080cc;
}
.schfixed button:after {
	content: "\e077";
	font-size: 18px;
	color: #fff;
	font-family: icomoon;
	display: inline-block;
	vertical-align: top
}
.schfixed.on {
	display: block
}
.slide {
	padding-top:80px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden
}
.slide a {
	text-align: center;
	display: block
}
.slideurl {
	width: 100%;
	height: 100%;
	display: block
}
.noslide {
	width: 100%;
	height: 80px;
	display: inline-block
}
.swiper-slide {
	background-repat: no-repeat;
	background-size: cover;
	background-position: center
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px
}
.swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	opacity: .8
}
.swiper-pagination-bullet-active {
	border-color: #0080cc;
	background: #0080cc;
	opacity: .8
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 5%
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 5%
}
.swiper-button-prev, .swiper-button-next {
	opacity: .5;
	z-index: 99;
	height: 70px;
    width: 50px;
    background-color: #fff;
    border-radius: 0.85em;
}
.caption {
	padding: 0 0 50px;
	text-align: center;
	position: relative
}
.caption h3 {
	font-weight:bold;
	margin: 0 0 10px;
	font-size: 1.8rem;
	color: #fff;
}
.caption p {
	font-size: 1rem;
	color:rgb(255,255,255,0.8);
}

.captionpro {
	text-align: center;
	position: relative
}
.captionpro h3 {
	font-weight:bold;
	margin: 0 0 10px;
	font-size: 1.8rem;
	color: #454545;
}
.captionpro p {
	font-size: 1rem;
	color:#666;
}

.captionc {
	text-align: left;
	position: relative
}
.captionc h3 {
	font-weight:bold;
	margin: 0 0 10px;
	font-size: 1.8rem;
	color: #454545;
}
.captionc p {
	font-size: 1rem;
	color:#666;
}

.about {text-align: center;}
.about h3 {
	font-weight:bold;
	margin: 0 0 10px;
	font-size: 1.8rem;
	color: #01479d;
}
.about p {
	font-size: 1rem;
	color: #666;
}

.about-md-60{
	float: left;
	position: relative;
	width: 60%;
	right: 40%;
	padding-right:2rem;
}
.about-md-40{
	float: left;
	position: relative;
	width: 40%;
	left: 60%
}
.about-td-60{
	float: left;
	position: relative;
	width: 60%;
	padding-left:2rem;
}
.about-td-40{
	float: left;
	position: relative;
	width: 40%;
}


/*------------------c-template---------------------*/
* {
	-webkit-box-sizing: border-box;
}
.container {
	margin-right: auto;
	margin-left: auto;
}
.containera {
	width:96%;
	margin-bottom:50px;
	margin-right: auto;
	margin-left: auto;
}
.row {
}
.col-md-6 {
	position: relative;
}
.product-item_body { margin-top: 20px;}

.col-md-6 {
	float: left
}
.col-md-6 {
	width: 50%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-push-6 {
	left: 50%
}

.btn-c {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 0.9rem;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn-c:focus, .btn-c:active:focus, .btn-c.active:focus, .btn-c.focus, .btn-c:active.focus, .btn-c.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn-c:hover, .btn-c:focus, .btn-c.focus {
	color: #333;
	text-decoration: none
}
.btn-c:active, .btn-c.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.container:before,.containera:before, .container:after, .row:before, .row:after {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.btn-nav {
	font-size: 0.9rem;
	border: 1px solid #0080cc;
	background: #0080cc;
	color: #fff;
	padding: 10px 30px;
	border-radius: 12px;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.btn-nav .icon-btn-arrow {
	background-position: 0 -12px;
}
.btn-nav:hover, .btn-nav:focus {
	background: transparent;
	color: #0080cc;
}
.btn-nav:hover .icon-btn-arrow, .btn-nav:focus .icon-btn-arrow {
	background-position: 0 0px;
}
.product-item {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.product-item_body { margin-top: 60px;padding: 0 20px;}
.product-item_title {
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-top: 10px;
}
.product-item_text {
	font-size: 1rem;
	color: #6f6f6f;
	margin-bottom: 20px;
}
.product-item_text ul {
	margin-top: 15px;
	font-size: 0.9rem;
	padding-left: 15px;
}
.product-item_text ul li {
	margin-bottom: 5px;
	line-height:24px;
	position: relative;
}
.product-item_text ul li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -15px;
	width: 10px;
	height: 1px;
	background: #5ec4c3;
}
.about-item {
	padding:20px 0;
}
.about-item_body {padding: 0 20px;}
.case-item_body {padding: 0;}
.about-item_title {
	color:#0080cc;
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-top: 10px;
}
.about-item_text {
	font-size: 1rem;
	color: #6f6f6f;
	margin-bottom: 20px;
}
.about-item_text ul {
	margin-top: 15px;
}
.about-item_text ul li {
	margin-bottom: 5px;
	position: relative;
}
.pro h3,.protype h3 {
	font-weight:bold;
	margin: 0 0 10px;
	font-size: 1.8rem;
	color: #fff;
}
.cs h3 {	font-weight:bold;
	margin: 0 0 20px;
	font-size: 1.8rem;
	color: #fff;
	}
.cs p {
	font-size: 1rem;
	color: #fff;
}
.pro p,.protype p {
	padding: 0 30px;	
	font-size: 1rem;
	color: #fff;
}
.mask {
	background-color: rgba(239,249,255,0.85);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.display {
	background:#fff center top;
	background-size: cover;
}
.make {
	padding: 60px 0 30px;
	background: rgba(0,128,204,0.9);
	background-size:100%;
	position: relative;
	z-index: 10
}
.make .wrap {
	padding: 0 6%
}
.makelist ul {
	font-size: 0;
	text-align: center
}
.makelist li {
	width: 16.5%;
	margin: 0 0 50px;
	text-align: center;
	display: inline-block;
	vertical-align: top
}

.makelist li.on a {
	color: #fff;
}
.makelist li img {
	margin: 0 0 10px
}
.makelist li h2 {
	padding: 10px 10%;
	font-size: 18px;
	color: #fff;
	line-height: 24px
}
.makelist li h2 a {
	color: #e0e0e0
}
.makelist li p {
	padding: 0 20px;
	font-size: 0.9rem;
	text-align:left;
}

.casename ul {	
    background-color: #fff;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 0.6em;
    padding: 10px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.casename li {
	width: 18%;
	text-align: center;
	display: inline-block;
	vertical-align: top
}
.casename li a{
	padding:10px 20px;
    border-radius: 0.6em;
    transition: all 0.3s ease 0s;
	text-align: center;
	color:#01479d;
	}
	
.casename li a:hover { color:#FFF; background: #0080cc; }

.casename li img {
	margin: 0 0 10px
}
.casename li h2 {
	font-size: 18px;
	line-height: 24px;
}
.casename li h2 a {
    color: #0080cc;
}
.casename li p {
	padding: 0 20px;
	font-size: 0.9rem;
	text-align:left;
}
.proname ul {	
    color: #dedede;
	border-bottom:1px solid #e5e5e5;
    text-align: center;
	background-color: #fff;
    margin-bottom: 40px;
    padding: 12px 0;
}
.proname li {
    font-size: 18px;
	text-align: center;
	display: inline-block;
}
.proname li a{
	padding:11px 30px;
    transition: all 0.2s ease 0s;
	text-align: center;
	color:#454545;
	}
	
.proname li a:hover {color:#01479d;border-bottom:3px solid #0080cc;}

.proname li img {
	margin: 0 0 10px
}
.proname li h2 {
	font-size: 18px;
	line-height: 24px;
}
.proname li h2 a {
    color: #0080cc;
}
.proname li p {
	padding: 0 20px;
	font-size: 0.9rem;
	text-align:left;
}
.pro {
	padding: 35px 0 30px;
	background-attachment: fixed;
	position: relative;
	z-index: 11
}
.cs {
    padding: 10px 50px 10px;
    position: relative;
	width: 40%;
    line-height: 1.5rem;
    z-index: 11;
}
.protype {
	padding: 10px 0 0px;
	background-attachment: fixed;
	position: relative;
	z-index: 11
}
.about {
	padding: 40px 0 40px;
	background-attachment: fixed;
	position: relative;
	z-index: 11
}
.about .wrap {
	padding: 0 20%
}
.aboutus {
	text-align: center;
	position: relative
}
.aboutus p {
	padding: 0 10% 30px;
	font-size: 0.9rem;
	color: #454545;
	line-height: 24px
}
.aboutus img {
	margin: 0 0 50px
}
.case {
	padding: 80px 0 30px;
	background: #01479d;
	position: relative;
	z-index: 12
}
.case .wrap {
	padding: 0 10%
}
.caselist ul {
}
.caselist li {
	width: 22.5%;
	margin: 0 0 50px 1.8%;
	text-align: center;
	display: inline-block;
	vertical-align: top
}
.caselist li .caseimg {
	height: 0;
	padding: 80% 0 80%;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	display: block
}
.caselist li .caseimg img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.caselist li h3 a {
	font-size: 18px;
	color: #e0e0e0
}
.caselist li.on a {
	color: #0080cc
}
.caselist li.on img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.brand {
	padding: 80px 0 30px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 13
}
.brand .wrap {
	padding: 0 10%
}
.brandlist ul {
	margin-left: -4%;
	font-size: 0;
	text-align: center
}
.brandlist li {
	width: 13%;
	margin: 0 0 2% 3%;
	padding: 1%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	position: relative;
	display: inline-block;
	vertical-align: top
}
.brandlist li p {
	margin-top: 10px;
	padding-top: 5px;
	font-size: 0.9rem;
	color: #454545;
	border-top: 1px dotted #e0e0e0
}
.brandlist li.on img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: none
}
.brandlist li.on p {
	color: #0080cc;
	border-top: 1px dotted #7c7c7c
}

.brandlist01 ul {
}
.brandlist01 li {
	width: 22%;
	margin: 0 0 2% 2%;
	padding: 1%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	position: relative;
	display: inline-block;
	vertical-align: top
}
.brandlist01 li p {
	margin-top: 10px;
	padding-top: 5px;
	font-size: 0.9rem;
	color: #454545;
	border-top: 1px dotted #e0e0e0
}
.brandlist01 li.on img {
}
.brandlist01 li.on p {
	color: #0080cc;
	border-top: 1px dotted #7c7c7c
}

.brandimg {
	height: 55px;
	vertical-align: middle;
}
.brandimg img {
	max-height: 50px;
}
.topimg {
	width: 100%;
	text-align: center;
	position: relative
}
.pagebar, .cmtpagebar {
	width: 100%;
	text-align: center
}
.now-page, .cmtpagebar .now-page {
	display: inline-block;
	color: #fff;
	padding: 6px 10px;
	margin: 5px;
	border: 1px solid #0080cc;
	background: #0080cc;
	border-radius: 0.3em;
}
.pagebar a:hover {
	color: #fff;
	background: #0080cc;
}
.pagebar {
	display: block;
	color: #fff;
	font-size: 1rem;
	padding: 5px 10px;
	margin: 5px;
}
.pagebar a, .cmtpagebar a {
	margin: 2px;
	padding: 6px 10px;
	color: #0080cc;
	background-color:#FFF;
	border-radius: 0.3em;
	border: 1px solid #ccc;
}
.cmtpagebar a:hover {
	color: #0080cc;
	border: 1px solid #0080cc
}
.pagebar .now-page {
	margin: 20px 5px
}
.pagination-loading {
	padding: 10px 0;
	text-align: center;
	border-radius: 2px;
	background: #ebebeb
}
.ias_trigger, .ias_loader {
	font-size: 1rem;
	color: #888
}
.ias_trigger a, .ias_loader a {
	padding: 10px 0;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	border: 1px solid #454545;
	background: #454545;
	display: block
}
.ias_trigger a:hover, .ias_loader a:hover {
	color: #000;
	background: #e0e0e0
}
.cate {
	padding: 50px 0 30px;
	background: #f0f9ff;
	position: relative;
	z-index: 10
}
.cate .wrap {
	padding: 0 10%
}
.cate.noimg {
	padding-top: 70px
}
.catelist ul {
	margin-left: -2%;
	font-size: 0;
	text-align: center
}
.catelist li {
	width: 23%;
	margin: 0 0 50px 2%;
	text-align: center;
	display: inline-block;
	vertical-align: top
}
.catelist li .cateimg {
	height: 0;
	padding: 0 0 70%;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	display: block
}
.catelist li .cateimg img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.catelist li h3 a {
	font-size: 18px;
	color: #01479d;
}
.catelist li.on a {
	color: #0080cc;
}
.catelist li.on img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.prolist ul {
	font-size: 0;
	text-align: center
}
.prolist li {
    background-color: #fff;
    padding: 6px;
    width: 21%;
    margin: 0 0 50px 2%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.prolist li .proimg {
	height: 0;
	padding: 70% 0 80%;
	margin-bottom: 6px;
	overflow: hidden;
	position: relative;
	display: block;
}
.prolist li .proimg img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.prolist li h3 a {
	font-size: 1rem;
	color:#666;
}
.prolist li.on a {
	color: #0080cc
}
.prolist li a:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.single {
	margin: 0 auto;
	padding: 30px 0;
	background: #f0f9ff;
	position: relative;
	z-index: 10;
	zoom: 1
}
.single:after {
	content: "";
	display: block;
	clear: both
}
.single .wrap {
	width: 1400px;
	margin: auto;
	zoom: 1
}
.single .wrap:after {
	content: "";
	display: block;
	clear: both
}
.single.noimg {
	/*padding-top: 120px*/
}
.singlecon {
	margin-bottom: 30px;
	padding:40px;
	background: #fff;
	zoom: 1
}
.singlecon:after {
	content: "";
	display: block;
	clear: both
}
.singletitle {
	width: 100%;
	display: inline-block;
}
.singletitle h1, .singletitle h2, .singletitle h3 {
	margin-bottom: 20px;
	color: #454545;
}
.singletitle h1 {
	font-size: 30px
}
.aboutname h1 {
	font-size: 2rem;
	color: #0080cc;
    font-weight: bold;
	padding: 0rem 1rem;
}
.aboutname p {
	padding:0.8rem 1rem;
	font-size:1rem;
	color:#454545;
}
.singletitle h3 {
	height: 25px;
	float: left;
	display: inline;
	padding-left: 15px;
	font-size: 24px;
	color: #454545;
	font-weight: normal;
	line-height: 27px;
	border-left: 3px solid #0080cc
}
.singletitle p {
	padding-bottom:20px;
	font-size:16px;
	color:#454545;
}
.singleinfo {
	padding-bottom: 10px;
	font-size: 0.9rem;
	color: #555;
	line-height: 20px;
	overflow: hidden
}
.singleinfo span {
	margin-right: 15px
}
.singleinfo span:before {
	font-family: icomoon, arial, "microsoft yahei";
	display: inline-block;
	vertical-align: top
}
.singleinfo a {
	color: #555
}
.singleblock {
	padding-top: 20px;
	font-size: 1rem;
	color: #888;
	background:#fff;
	line-height: 28px;
}
.singleblock p {
	margin-bottom: 25px
}
.aboutblock {
	border: 2px solid #eee;
	border-radius: 1em;
	padding: 40px 0;
	font-size: 1rem;
	color: #888;
	background:#fff;
	line-height: 1.6rem;
}
.aboutblock p {
	margin-bottom: 25px
}

.cxname h1 {
	font-size: 1.6rem;
    color: #454545;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 15px;
    background-color: #f3f5f7;
    border-bottom: 1px solid #eaeaea;
}
.cxblock {
	margin-top: 15px;
	color: #454545;
	background:#fff;
}
.cxblock p {
}

.cxfunction {
	padding: 15px;
	background: #fff;
	color: #454545;
}
.cxsidetitle {
	width: 100%;
    font-size: 1.4rem;
    padding: 0.5rem;
    color: #fff;
    line-height: 1.8rem;
    background-color: #0080cc;
    border-bottom: 2px solid #006cac;
    zoom: 1;
}
.cxsidetitle:after {
	content: "";
	display: block;
	clear: both
}
.cxsidetitle h3 {
	float: left;
	display: inline;
	padding-left: 15px;
	font-size: 20px;
	color: #454545;
	font-weight: normal;
	border-left: 3px solid #0080cc
}
.cxsidecontent {
	padding: 10px 0;
	overflow: hidden
}
.cxsidecontent ul {
	font-size:15px;
	zoom: 1;
}
.cxsidecontent ul:after {
	content: "";
	display: block;
	clear: both
}
.cxsidecontent li {
	width: 100%;
    font-size: 1.1rem;
    float: left;
    display: inline;
    padding: 10px 8px;
    line-height: 1.6rem;
    border-bottom: 1px dotted #ccc;
}
.cxsidecontent dl {
	width: 100%;
	float: left;
	display: inline;
	padding: 14px 0;
	border-bottom: 1px dotted #ccc
}
.cxsidecontent dl h3 {
	height: 28px
}
.cxsidecontent dl h3 a {
	font-size: 14px
}
.a-jj {
	text-indent: 18pt;
	color: rgb(120, 120, 120);
	font-size: 1rem;
	line-height: 200%;
	}
.a-jj li {
	width:50%
	}
.auth:before {
	content: "\e09d";
	margin: 0 5px 0 0;
	font-size: 0.8rem
}
.cata:before {
	content: "\e072";
	margin: 0 5px 0 0;
	font-size: 14px
}
.date:before {
	content: "\e8b5";
	margin: 0 5px 0 0;
	font-size: 13px
}
.viewnum:before {
	content: "\e004";
	margin: 0 5px 0 0;
	font-size: 13px
}
.cmtnum:before {
	content: "\e09f";
	margin: 1px 5px 0 0;
	font-size: 0.8rem
}
.editarticle:before {
	content: "\e910";
	margin: 0 3px 0 0;
	font-size: 0.8rem
}
.delarticle:before {
	content: "\e932";
	margin: 0 3px 0 0;
	font-size: 0.8rem
}
.pages {
	margin: 20px 0 0;
	padding: 20px 0 0;
	color: #888;
	border-top: 1px dotted #2f2f2f
}
.pages a {
	color: #888
}
.pages p {
	height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
a.backtolist {
	float: right;
	display: inline;
	margin: 8px 0 0;
	padding: 3px 30px;
	font-size: 0.9rem;
	color: #0080cc;
	line-height: 30px;
	border: 1px solid #0080cc;
	border-radius: 50px
}
a.backtolist:hover {
	color: #fff;
	background: #0080cc
}
.content {
	width: 70%;
	float: left;
	display: inline
}
.contenta {
	width: 100%;
	float: left;
	display: inline
}
.sidebar {
	width: 30%;
	float: right;
	display: inline
}
.sideblock {
	margin-bottom: 30px
}
.sidetitle {
	width: 100%;
	height: 45px;
	line-height: 19px;
	border-bottom: 2px solid #ccc;
	zoom: 1
}
.sidetitle:after {
	content: "";
	display: block;
	clear: both
}
.sidetitle h3 {
	float: left;
	display: inline;
	padding-left: 15px;
	font-size: 20px;
	color: #454545;
	font-weight: normal;
	border-left: 3px solid #0080cc
}
.sidecontent {
	padding: 10px 0;
	overflow: hidden
}
.sidecontent ul {
	font-size:15px;
	zoom: 1;
}
.sidecontent ul:after {
	content: "";
	display: block;
	clear: both
}
.sidecontent li {
	width: 100%;
	float: left;
	display: inline;
	padding: 10px 0;
	line-height: 24px;
	border-bottom: 1px dotted #ccc;
}
.sidecontent dl {
	width: 100%;
	float: left;
	display: inline;
	padding: 14px 0;
	border-bottom: 1px dotted #ccc
}
.sidecontent dl h3 {
	height: 28px
}
.sidecontent dl h3 a {
	font-size: 14px
}
.side ul li {
	width: 100%;
	float: left;
	display: inline;
	padding: 14px 0;
	border-bottom: 1px dotted #ccc
}
.sidelist {
	width: 230px;
	float: right;
	display: inline
}
.sidelist h3 {
	height: 30px;
	font-weight: normal;
	line-height: 30px;
	overflow: hidden
}
.sidelist h3 a {
	font-size: 0.8rem
}
.sidelist h3 a:hover {
	color: #0080cc;
	text-decoration: underline
}
.sidelist a {
	font-size: 14px
}
.sidelist p {
	height: 34px;
	font-size: 0.8rem;
	color: #888;
	overflow: hidden
}
.sidelist p img {
	display: none
}
.sideintro {
	height: 50px;
	font-size: 15px;
	color: #888;
	overflow: hidden
}
.sideinfo {
	padding-left: 0
}
.sideinfo h3 {
	margin-bottom: 10px;
	line-height: 24px;
	overflow: hidden
}
.sideinfo h3 a {
	font-size: 18px
}
.sideinfonoimg {
	padding: 0
}
.sidecata {
	position: relative
}
.sidecata span {
	font-size: 0.8rem;
	color: #555
}
.sidecata a {
	padding-left: 5px;
	font-size: 0.8rem;
	color: #555;
	background: #111;
	position: absolute;
	top: 0;
	right: 0
}
.function {
	margin: 0 0 30px 30px;
	padding: 30px;
	background: #fff;
	color: #454545;
}
#sidehotrank li {
	padding: 20px 0
}
#divCalendar table {
	width: 100%;
	table-layout: fixed
}
#divCalendar caption {
	height: 24px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 1rem;
	text-align: center
}
#divCalendar caption a {
	padding: 0 10px;
	font-size: 14px
}
#divCalendar captionpro {
	height: 24px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 1rem;
	text-align: center
}
#divCalendar captionpro a {
	padding: 0 10px;
	font-size: 14px
}
#divCalendar captionc {
	height: 24px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 1rem;
	text-align: center
}
#divCalendar captionc a {
	padding: 0 10px;
	font-size: 14px
}
#divCalendar th {
	height: 25px;
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
	border: 1px solid #0080cc;
	border-radius: 2px;
	background: #0080cc
}
#divCalendar td {
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: 1px solid #efefef;
	background: #fff
}
#divCalendar td.pad {
	border: none
}
#divCalendar td a {
	color: #fff;
	line-height: 30px;
	background: #0080cc;
	display: block
}
#today {
	font-weight: bold
}
#divContorPanel .cp-hello {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #e0e0e0;
	border-bottom: 1px dotted #454545;
	display: inline-block
}
#divContorPanel .cp-hello:before {
	content: "\e04d";
	margin-right: 3px;
	font-size: 19px;
	font-family: icomoon;
	display: inline-block;
	vertical-align: top
}
#divContorPanel .sidecontent div {
	padding: 10px 20px;
	text-align: center;
	line-height: 24px;
	background: #151515
}
#divSearchPanel form {
	zoom: 1
}
#divSearchPanel form:after {
	content: "";
	display: block;
	clear: both
}
#divSearchPanel input[type="text"] {
	width: 70%;
	height: 40px;
	float: left;
	display: inline;
	padding: 0 15px;
	font-size: 0.8rem;
	color: #e0e0e0;
	font-family: "microsoft yahei";
	line-height: 40px;
	border: 1px solid #2f2f2f;
	outline: 0;
	box-sizing: border-box;
	background: #2f2f2f
}
#divSearchPanel input[type="submit"] {
	width: 25%;
	height: 40px;
	float: right;
	display: inline;
	color: #fff;
	line-height: 40px;
	border: 0;
	cursor: pointer;
	background: #0080cc
}
#divNavBar li, #divLinkage li, #divFavorites li, #divArchives li, #divAuthors li, #divStatistics li {
	width: 50%;
	height: 22px;
	float: left;
	overflow: hidden
}
#divCatalog li {
	width: 50%;
	float: left;
	overflow: hidden
}
#divArchives li:before, #divMisc li:before {
	display: none
}
.sidebar #divMisc li {
	width: 50%;
	float: left;
	padding: 0;
	text-indent: 0;
	text-align: center;
	border: 0;
	background: none
}
#sidehot li {
	padding: 20px 0
}
#divTags li {
	width: auto;
	height: 30px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	padding: 0;
	white-space: nowrap;
	border: 0
}
#divTags li a {
	margin: 0 10px 0 0;
	padding: 0 10px;
	font-size: 0.9rem;
	color: #fff;
	line-height: 30px;
	border-radius: 3px;
	background: #0080cc;
	display: inline-block;
	vertical-align: top
}
#divTags ul li a:hover, .tags-cloud a:hover {
	text-decoration: none;
	background: #01479d;
}
.tags {
	margin: 20px 0;
	color: #888;
	line-height: 24px
}
.tags-cloud a {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	font-size: 0.9rem;
	color: #0080cc;
	border: 1px solid #0080cc;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top
}
.tags-cloud a:hover {
	text-decoration: none;
	color: #fff;
	background: #0080cc
}
.tags a {
	padding: 0 10px;
	margin: 0 3px 8px;
	font-size: 0.9rem;
	color: #0080cc;
	border: 1px solid #0080cc;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top
}
.tags a:hover {
	text-decoration: none;
	color: #fff;
	background: #eb1f1f
}
.tag-count {
	display: none
}
.relates {
	padding-top: 20px;
	border-top: 1px dotted #2f2f2f;
}
.relates ul {
	margin-left: -2%;
	font-size: 0;
	text-align: center;
}
.relates li {
	width: 31.33%;
	margin: 0 0 30px 2%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	float:left;
}
.relates li h3 a {
	font-size: 1rem;
}
.relates li.on a {
	color: #0080cc
}
/*.relates li.on img {
	-moz-transform: scale(9.5);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}*/
.relatesimg {
    height: 0;
    padding: 80% 0 80%;
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
    display: block;
}
.relatesimg img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.cmt {
	padding: 20px 0;
	line-height: 26px;
	border-top: 1px dotted #2f2f2f;
	zoom: 1
}
.cmt:after {
	content: "";
	display: block;
	clear: both
}
.cmtcon {
	font-size: 1rem;
	color: #e0e0e0
}
.cmt img {
	opacity: .5
}
.cmt.on .cmtimg img {
	opacity: 1
}
.comment {
	padding-top: 20px;
	border-top: 1px dotted #2f2f2f
}
.cmtimg {
	width: 70px;
	float: left;
	display: inline
}
.cmtimg img {
	width: 48px;
	height: 48px;
	background: #6d6d6d
}
.cmtinfo {
	padding-left: 70px;
	color: #888
}
.cmtinfo a {
	color: #888
}
.cmtinfo a:hover {
	color: #0080cc
}
.cmtinfo .cmt {
	margin: 15px 0 0 -20px;
	padding-bottom: 0
}
.cmtinfo .cmt .cmt {
	margin: 15px 0 0 -20px;
	padding-bottom: 0
}
.cmtinfo .cmt .cmt .cmt {
	margin: 15px 0 0 -20px;
	padding-bottom: 0
}
.cmtarea {
	padding-left: 70px
}
.cmtarea textarea {
	width: 100%;
	height: 100px;
	margin: 0 0 10px;
	padding: 10px;
	font-size: 1rem;
	color: #e0e0e0;
	border: 1px solid #2f2f2f;
	outline: 0;
	box-sizing: border-box;
	overflow: hidden;
	background: #2f2f2f;
	vertical-align: top
}
.cmtsubmit input {
	width: 100px;
	height: 32px;
	margin: 0 10px 0 0;
	color: #fff;
	line-height: 32px;
	border: 0;
	cursor: pointer;
	background: #0080cc
}
.cmtsubmit span {
	font-size: 0.9rem;
	color: #454545
}
.cmtform {
	float: left;
	overflow: hidden;
	display: none
}
.cmtform p {
	width: 49%;
	float: left;
	margin-bottom: 10px
}
.cmtform input {
	width: 180px;
	height: 27px;
	padding: 2px 6px;
	color: #e0e0e0;
	border: 1px solid #2f2f2f;
	outline: 0;
	background: #2f2f2f
}
.cmtform input {
*display:inline
}
.cmtform label {
	padding: 0 10px;
	line-height: 27px
}
.cmtform #inpVerify {
	width: 100px
}
.cmtform img {
	width: 70px;
	height: 33px;
	margin-left: 10px;
	vertical-align: top
}
.nocmt {
	background: #111 url(nocmt.png) no-repeat 50% 50%
}
.nocmt .cmtpagebar {
	display: none
}
.nocmt .cmt {
	background: #111
}
.footer {
	padding: 30px 0;
	font-size: 0;
	color: #999;
	background: #01479d;
	position: relative;
	z-index: 14
}
.footer .wrap {
	padding: 0 10%
}
.footer a {
	color: #eaedf3;
}
.footer a:hover {
	color: #ccc
}
.footlink {
	position: relative
}
.footnav a {
	margin-right: 10px;
	padding-right: 10px;
	font-size: 0.9rem;
	position: relative;
	display: inline-block
}
.footnav a:after {
	content: "";
	width: 1px;
	height: 15px;
	margin-top: 3px;
	background: rgba(78, 122, 184, 0.5);
	position: absolute;
	top: 0;
	right: 0
}
.footnav a:last-child:after {
	display: none
}
.footsns {
	position: absolute;
	bottom: 0;
	right: 0
}
.footsns a {
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px;
	color: #e0e0e0;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background-color: #0080cc;
	display: inline-block;
	vertical-align: top;
*display:inline;
*zoom:1;
*text-indent:0;
*font-size:0;
*line-height:0
}
.footsns a.weixin {
	position: relative
}
.footsns a.weixin span {
	width: 120px;
	margin-left: -76px;
	padding: 10px;
	text-align: center;
	border: 1px solid #e0e0e0;
	background: #fff;
	position: absolute;
	bottom: 35px;
	left: 50%;
	display: none;
}
.footsns a.weixin span img {
	/*margin: 0 0 8px*/
}
.footsns a.weixin span b {
	font-size: 0.8rem;
	color: #454545;
	line-height: 24px;
	display: block;
}
.footsns a.weixin span:after {
	content: "";
	width: 0;
	height: 0;
	margin-left: -10px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%
}
.footsns a.weixin:after {
	content: "\eb4e";
	font-size: 0.9rem;
	font-family: icomoon
}
.footsns a.weixin:hover {
	background-color: #00d500
}
.footsns a.weibo:after {
	content: "\ea9a";
	font-size: 0.9rem;
	font-family: icomoon
}
.footsns a.weibo:hover {
	background-color: #e6162d
}
.footsns a.t:after {
	content: "\eb53";
	font-size: 0.9rem;
	font-family: icomoon
}
.footsns a.t:hover {
	background-color: #12b7f5
}
.footsns a.qzone:after {
	content: "\eb52";
	font-size: 0.9rem;
	font-family: icomoon
}
.footsns a.qzone:hover {
	background-color: #ffce00
}
.footsns a.feed:after {
	content: "\e0e5";
	font-size: 0.9rem;
	font-family: icomoon
}
.footsns a.feed:hover {
	background-color: #ffce00
}
.footsns a:hover {
	color: #fff
}
.powered {
	margin-top: 10px;
	font-size: 0.8rem;
	line-height: 30px;
	border-top: 1px solid rgba(78, 122, 184, 0.5);;
	position: relative
}
.powered .language {
	position: absolute;
	top: 0;
	right: 0
}
.powered .language a {
	line-height: 28px;
	font-weight: bold
}
.copyright {
	color:#eaedf3;
	padding: 10px 0 0;
	line-height: 20px;
	text-transform: uppercase
}
a.backtotop {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 47px;
	border-radius: 50%;
	cursor: pointer;
	opacity: .8;
	position: fixed;
	_position: absolute;
	right: 20px;
	bottom: 20px;
	background: #454545;
	overflow: hidden;
	z-index: 100
}
a.backtotop i:after {
	content: "\eb5c";
	font-size: 30px;
	color: #fff;
	font-family: icomoon
}
a.backtotop:hover {
	background: #0080cc
}
.animate-box {
	opacity: 0
}
@-webkit-keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
-webkit-transform:translate3d(0, 50px, 0);
transform:translate3d(0, 50px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
-webkit-transform:translate3d(0, 50px, 0);
transform:translate3d(0, 50px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@media screen and (max-width:1920px) {
.about .wrap, .case .wrap {
	padding: 0 8%
}
.brand .wrap {
	padding: 0
}
.brand ul {
	margin-left: -2%
}
.brand li {
	margin: 0 0 2% 2%
}
}
@media screen and (max-width:1400px) {
.cs p {
    font-size: 0.9rem;
}
.center-block {
    padding: 0 5%;
}
.prolist li {
    width: 30%;
    margin: 0 0 50px 3%;
}
.cpd80 {
    padding: 60px 0;
}
.cpd90 {
    padding: 40px 0;
}
.header {
	background: #fff;
}
.slide, .topimg {
	padding-top: 60px
}
.single {
	padding: 20px 0
}
.single.noimg {
	/*padding-top: 100px*/
}
.single .wrap {
	width: auto;
	padding: 0 20px
}
.singlecon {
	margin-bottom: 20px
}
.caselist li h3 a {
	font-size: 0.9rem;
}
.function {
	margin: 0 0 20px 20px
}
}

@media screen and (max-width:1200px) {
.menu li a {
	font-size: 1rem;
}
.header .wrap {
    padding: 0 20px;
}
.make .wrap {
	padding: 0 10px;
}
.logo a img {
	width: 120px;
	vertical-align: middle
}
}
@media screen and (max-width:1100px) {
.about-md-40,.about-td-40{text-align: center;width: 100%; left:inherit;}
.about-md-60,.about-td-60{ padding:1rem; margin-top: 20px;width: 100%; right:inherit;}
.cate.noimg {
    padding-top: 60px;
}
.cs {
    padding: 0px 40px;
    line-height: 20px;
}
.cs p {
    font-size: 0.8rem;
}
.cpd80 {
    padding: 30px 0;
}
.pd60 {
    padding: 15px 0;
}
.about,.pro {
    padding: 35px 20px 30px;
}
.pro {
    padding: 20px 20px 10px;
}
.pt80 {
    padding-top: 60px;
}
.prolist li,.caselist li {
	width: 29%;j 
}
.caselist ul {
    text-align: center;
}
.tab .nav-tabs li a{padding: 14px 50px;}
.tab .tab-content img { width:100%;}
.casename li h2,.proname li h2 {font-size:16px; font-weight:400;line-height: 25px;}
.casename li{width: 19%;}
.captab {
	width: 100%
}
.custom h2 {
	font-size: 3em;
	font-weight: bold;
	line-height: 60px
}
.captab {
	margin: 0 auto 40px
}
.captab li a {
	padding: 12px 30px
}

.tabitem, .aboutme {
	width: 90%
}
.header {
	height: 60px;
	line-height: 60px
}
.header .wrap {
	padding: 0
}
.logo {
	height: 60px;
	margin-right: 0;
	margin-left: -60px;
	position: relative;
	left: 50%;
	display: inline-block
}
.logo a {
	height: 60px
}
.menu {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	border-top: 1px solid #e4e4e4;
	display: none
}
.menu ul {
	width: 100%;
	border-left: 0
}
.menu ul li {
	width: 100%;
	padding: 0;
	color: #01479d;
	line-height: 40px;
	border-bottom: 1px solid rgba(240,240,240,1);
	border-right: 0;
	background: #fff;
}
.menu ul li a {
	font-size: 1rem;
	color: #404040;
	border: 0;
	display: block
}
.menu ul li.subcate:hover .subnav {
	display: none
}
.menu ul li.subcate>a:after {
	content: "\e313";
	margin-left: 10px;
	font-size: 22px;
	color: #e0e0e0;
	font-family: icomoon;
	position: absolute;
	top: 0;
	right: 10px
}
.menu ul li.subcate.slidedown>a:after {
	color: #0080cc
}
.menu ul li.subcate.slidedown .subnav {
	line-height: 40px;
	border: 0;
	background:#f0f9ff;
	border-bottom:1px solid #f0f9ff;
	position: static;
	display: block;
}
.menu.on {
	width: 100%;
	display: block
}
.menuico {
	float: none;
	top: 11px;
	left: 10px;
	display: inline-block;
	vertical-align: top
}
.schico {
	margin: 11px 10px 0 0
}
.schico:after {
	font-size: 22px;
	color: #0080cc
}
.schclose {
	right: 10px
}
.schfixed {
	top: 61px
}
.make .wrap {
	padding: 0 20px
}
.about .wrap {
	padding: 0 10%
}
.aboutus p {
	padding: 0 0 30px
}
.case .wrap {
	padding: 0 4px
}
.brand .wrap {
	padding: 0 20px
}
.brand ul {
	margin-left: -2%
}
.brand li {
	width: 23%;
	margin: 0 0 2% 2%
}
.single.noimg {
	/*padding-top: 80px*/
}
.singlecon {
	margin-bottom: 20px
}
.content, .contenta, .sidebar {
	width: 100%
}
.function {
	margin: 0 0 20px 0
}
.footer .wrap {
	padding: 0 20px
}
.footnav {
	padding: 0 0 10px;
	text-align: center;
}
.footsns {
	margin: 10px 0 10px -10px;
	text-align: center;
	position: relative
}
.powered {
	text-align: center
}
.powered .language {
	color:#eaedf3;
	position: relative
}
}
@media screen and (max-width:900px) {
.cs h3 {
    font-size: 1.5rem;
	margin: 0 0 16px;
}
.center-block {
    padding: 5%;
}
.media {
    width: 100%;
}
.aboutblock {
	padding:0;
}
.about-md-60,.about-td-60,.about-item_body,.case-item_body { padding:0; }
}
@media screen and (max-width:768px) {
.side_service{display:none;}
.m_side_service{display:block;}
.bkx {border-top: none;}
.single .wrap {width: auto;padding: 0 15px;}
.bk60 { height: 20px;}
.flgr-brand-culture li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
}
.cs {
    padding: 0px 30px;
    line-height: 16px;
}
.aboutblock {
    padding: 10px 0;
}
.containera { width:94%;}
.proname li {font-size: 1rem;}
.proname li a {padding: 11px 20px;}
.tab .nav-tabs li a{padding: 14px 30px;}
.tab .nav-tabs li {margin:0 25px 0 0;}
.articlebox {
    padding: 10px 15px;
    font-size: 0.8rem;
}

.captab {
	margin: 0 auto 20px
}
.captab li {
	width: 33.33%;
	overflow: hidden
}
.captab li a {
	padding: 0 0 10px;
	font-size: 1rem;
	display: block
}
.captab li a img {
	height: 15px;
	margin: 6px 5px 0 0
}
.schico {
	margin-top: 11px
}
.schfixed {
	width: 100%;
	padding: 4%;
	box-sizing: border-box;
	position: fixed;
	top: 60px
}
.schfixed:before, .schfixed:after {
	right: 26px
}
.schfixed form {
	position: relative
}
.schfixed input {
	width: 76%;
	padding: 0 2%
}
.schfixed button {
	width: 20%;
	position: absolute;
	top: 0;
	right: 0
}
.schform {
	width: 80%
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 15px
}
.swiper-button-prev, .swiper-button-next {
	display: none
}
.caption {
	padding: 0 0 20px;
	text-align: center;
	position: relative
}
.caption h3 {
	font-weight:bold;
	margin: 0 0 10px;
	color: #fff;
}
.caption p {
	font-size: 0.9rem;
	color:rgb(255,255,255,0.8);
}

.captionpro {
	text-align: center;
	position: relative;
}
.captionpro h3 {
	font-weight:bold;
	margin: 0 0 10px;
}
.captionc {
	text-align: left;
	position: relative;
}
.captionc h3 {
	font-weight:bold;
	margin: 0 0 10px;
}

.make, .pro, .case, .brand {
	padding: 30px 20px 20px
}
.about {
	padding: 20px;
}
.about p ,.pro p {font-size:0.9rem;}
.makelist li {
	width: 50%;
	margin: 0 0 10px
}
.makelist li h2 {
	padding: 2px;
	font-size: 1rem;
}
.makelist li p {
	padding: 10px;
	font-size: 0.8rem
}
.casename ul {
    background-color: inherit;
	margin-bottom: 0px;
	border-radius: 0;
    padding: 10px 0;
    box-shadow: 0 0 0px rgba(0,0,0,0);
}
.casename li {
    width: 32%;
    margin: 0 0 14px;
}
.casename li h2 {
	padding: 4px;
}
.casename li a{
	background-color: #fff;
    padding: 6% 18%;
}
.casename li p{
	padding: 6px;
	font-size: 0.8rem
}
.about .wrap {
	padding: 0 20px
}
.aboutus p {
	padding: 0 0 30px
}
.aboutus img {
	margin: 0 0 30px
}
.caselist li {
	width: 45%;
	margin: 0 0 20px 3%;
}
.prolist li {
	width: 45%;
    margin: 0 0 30px 3.5%;
}
.caselist ul,.prolist ul {
    text-align: initial;
}
.caselist li .caseimg, .catelist li .caseimg {
	height: 0;
	margin-bottom: 10px
}
.caselist li h3 a, .catelist li h3 a {
	font-size: 14px
}
.cate .wrap {
	padding: 0 20px
}
.brandlist ul {
	margin-left: -3%;
	font-size: 0;
	text-align: center;
}
.brandlist li {
	width: 45%;
	margin: 0 0 3% 3%;
	padding: 3%;
	border: 1px solid #e0e0e0;
	text-align: center;
}
.brandlist01 li {
    width: 46%;
    margin: 0 0 2% 2%;
    padding: 2%;
    border: 1px solid #e0e0e0;
}
.brandlist li p {
	display: none
}
.brandlist li.on p {
	border: 0
}
.brandimg {
	display: inline;
}
.brandimg img {
	max-height: 40px;
	filter: none;
}
.single {
	padding: 15px 0;
}
.wrap {
	padding: 0 15px;
}
.singlecon {
	margin-bottom: 10px;
	padding: 20px
}
.singletitle h1 {
	font-size: 28px
}
.relates ul {
	margin-left: -3%
}
.relates li {
	width: 47%;
	margin: 0 0 30px 3%
}
.relates li h3 a {
	font-size: 14px
}
.cmtimg {
	display: none
}
.cmtinfo {
	padding: 0
}
.cmtinfo .cmt {
	margin-left: 0
}
.cmtinfo .cmt .cmt {
	margin-left: 0
}
.cmtinfo .cmt .cmt .cmt {
	margin-left: 0
}
.cmtarea {
	padding-left: 0
}
.cmtform {
	width: auto
}
.cmtform p {
	width: 100%
}
.cmtform label {
	width: 20%;
	float: left;
	display: inline;
	padding: 0
}
.cmtform .text {
	width: 80%;
	box-sizing: border-box
}
.cmtsubmit input {
	width: 100%;
	margin: 0
}
.cmtsubmit span {
	display: none
}
.sidetitle h3 {
	font-size: 24px
}
.function {
	margin-bottom: 10px;
	padding: 30px
}
}
@media screen and (max-width:625px) {
.cs {
	display:none;
}
.singleblock {
    padding-top: 0px;
}
.product-item_body {
    padding: 0;
}
.c-bg-background,.d-bg-background {
    background-position: right top;
}
.cpd80 {
    padding: 100px 0;
}
.cpd90 {
    padding: 100px 0;
}
.proname li a {
    padding: 11px 10px;
}
.proname li { 
    font-size: 15px;
}
.about-item_text {
    font-size: 0.9rem;
	line-height:1.2rem;
}
.about-md-60, .about-td-60 {
    margin-top: 0px;
}
.aboutname p {
    font-size: 0.9rem;
}
.aboutname h1 {
    font-size: 1.6rem;
}
.about-item_body {
    padding: 0 10px;
}
.case-item_body {
    padding: 0;
}
.about-item_title {
    font-size: 1.4rem;
    font-weight: normal;
}
.about h3,.caption h3 {
	font-size: 1.6rem;
	font-weight:400;
}
.singletitle h1 {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    background-color: #f9f9f9;
    padding: 0.5rem;
}
}
@media screen and (max-width:500px) {
.casename li h2 {
    font-size: 1rem;
}
h2.r {
    font-size: 1.3rem;
    margin: 8px 0;
}
.center-block {
    padding: 4%;
}
.aboutus p {
    line-height: 1.3rem;
}
.about p, .pro p {
    font-size: 0.8rem;
}
.pro h3, .protype h3 {
	font-size: 1.5rem;
}
.cpd80,.cpd90 {
    padding: 85px 0;
}
.proname ul {
    padding: 6px 0;
}
.proname li {
    font-size: 1rem;
	line-height: 36px;
}
.proname li a {
    padding: 5px 20px;
}
.tab .nav-tabs li { text-align: center; margin-right: 10px;}
.tab .nav-tabs li a {
    padding: 10px 10px;
}
.tab .tab-content {
    margin-top: 10px;
}
.singletitle h1, .singletitle h2, .singletitle h3 {
	margin-bottom: 10px
}
.product-item_title {
    font-size: 1.2rem;
    font-weight: 400;
	margin:0;
}
.singletitle h3 {
	height: auto;
	font-size: 1rem;
	line-height: 18px
}
.singlecon {
	padding: 20px
}
.sidetitle {
	height: 30px
}
.sidetitle h3 {
	font-size: 1rem
}
.about .wrap,.cate .wrap {
    padding: 0 10px;
}
.function {
	padding: 20px
}
.make .wrap {
    padding: 0px;
}
.about .wrap, .cate .wrap {
    padding: 0px;
}
.make, .pro, .case, .brand {
    padding: 35px 14px;
}
.proname ul {
    margin-bottom: 20px;
}
}
@media screen and (max-width:440px) {
.cpd80,.cpd90 {
    padding: 70px 0;
}
.footnav {
   padding: 0;
}
.container h4 {
	font-size: 1rem;
    padding: 6px 0;
}
.flgr-brand-culture li h4 {
	font-size: 1rem;
    padding: 6px 0;
}
.singleblock p {
    margin-bottom: 10px;
}
.flgr-brand p {
    line-height: 20px;
}
.aboutname h1 {
    font-size: 1.5rem;
    color: #454545;
}
.aboutname p {
    padding: 0.4rem 1rem;
}
.casename li {	
    width: 49%;
    margin: 0 0 8px;
}
.casename li h2 {
    font-size: 0.9rem;
	font-weight:400;
}
.casename li p {
    padding: 2px;
    font-size: 0.8rem;
}
.casename li a {
    background-color: #fff;
    padding: 5% 24%;
}
.about-item_title {
	margin:0;
}
.contact span {
    display: none;
}
h2.r {
	display:none;
}
.media {
    padding-top: 10px;
}
.media-object {
    padding-right: 0.5rem;
}
.media-heading {
    font-size: 1.2rem;
    padding-bottom: 4px;
}
.aboutblock p {
    margin-bottom: 10px;
}
.media-object {
    padding-right: inherit;
    width: 70%;
}
.map {
	height:280px;
    border: 5px solid #eaeaea;
    margin: 15px 0;
}
}
@media screen and (max-width:390px) {
.cpd80,.cpd90 {
    padding: 63px 0;
}
.casename li h2 {
    font-size: 0.8rem;
}
.tab .nav-tabs li a { font-size:0.9rem;}
.center-block {
    padding: 0 4%;
}
.media-object {
    padding-right: inherit;
    width: 60%;
}
.media-heading {
    font-size: 1.1rem;
}
.media-body p {
    font-size: 0.9rem;
}
.aboutblock p {
    margin-bottom: 8px;
}
}
@media screen and (max-width:320px) {
.cpd80,.cpd90 {
    padding: 54px 0;
}
.about-item_text ul {
    margin-top: 8px;
}
.media-left {
    display: none;
}
.media-body p {
    font-size: 1rem;
}
.makelist li p {
    padding: 5px;
}
.case .wrap {
    padding: 0px;
}
.proname li {
    font-size: 1rem;
}
.casename li a {
    padding: 6% 20%;
}
.footnav a {
    margin-right: 5px;
    padding-right: 5px;
}
.about {
    padding: 10px;
}
.about h3, .caption h3 {
    font-size: 1.4rem;
}
.about-item_title {
    font-size: 1.2rem;
    font-weight: normal;
}
.articlebox {
    margin: 0 0 8px;
}
.single .wrap {
    padding: 0 8px;
}
.single.noimg {
    padding: 8px 0;
}
.proname li a {
    padding: 5px 10px;
}
.singlecon {
    padding: 12px;
}
.singleblock {
    padding-top: 10px;
}
.prolist li h3 a {
    font-size: 0.9rem;
}
.pro p {
    font-size: 0.8rem;
	padding:0;
}
.make, .pro, .case, .brand {
    padding: 10px 14px;
}
}

/*.about-item_text ul li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -15px;
	width: 10px;
	height: 1px;
	background: #5ec4c3;
}*/
@media (max-width:899px){
.product-item_img,.about-item_img {}
.product-item_img img,.about-item_img img { width:100%;}
}
@media (max-width:768px){
.product-item_body,.about-item_body {
    margin-top: 20px;
}
.case-item_body {
    margin-top: 0;
}
.product-item_text,.about-item_text {
    margin-bottom: 10px;
}
}

@media (max-width:560px){
.product-item_img img,.about-item_img img { width:98%;}
.product-item_text ul li,.about-item_text ul li {
    text-align: left;
}
.btn-nav {
	font-weight:600;
    font-size: 1rem;
    padding: 10px 60px;
}
.col-md-6 {
	position: inherit;
	float:inherit;
	width: 100%;
    text-align: center;
}
.col-md-pull-6 {
	left: 50%;
	right: 50%
}
}