@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
	font-weight: 500;
}
body, button, input, select, textarea {
	font-family:Arial, Helvetica, sans-serif "微软雅黑", "宋体", Srial;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #484848;
}
a:hover {
	color: #f58220;
}
img {
	border: 0px;
}
em {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	color: #000000;
	background: #fff;
	margin: 0 auto;
	font-size: 14px !important;
	overflow-x: hidden;
}
body {
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.pic100 img {
	width: 100%;
}
h1 {
	font-size: 26px;
	color: #464646;
}
.justify_fix {
	display: inline-block;
 *display: inline;
 *zoom:1;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.f-turn {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pad0 {
	padding: 0 !important;
}
.pad60 {
	padding: 60px 0 !important;
}
.pad90 {
	padding: 90px 0 !important;
}
.overflow {
	overflow: hidden;
}
.clear {
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
 *zoom:1;
}
.white, .white a {
	color: #fff;
}
.rela {
	position: relative;
}
.slh {
	overflow: hidden;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}
.top30 {
	margin-top: 30px;
}
.top20 {
	margin-top: 20px;
}
header {
	padding: 15px 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	z-index: 9;
}
.container2 {
	width: 94%;
	margin: auto;
}
nav {
	float: left;
	width: 50%;
	font-size: 15px;
	margin-left: 8%;
	margin-top: 10px;
	/*padding:0 2%;*/
}
nav li {
	float: left;
	/*width: 16.6%;*/
	position: relative;
	margin-top: 15px;
	padding:0 3%;
}
nav li a {
	display: block;
	padding-bottom: 5px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
}
nav li a em {
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	bottom: 2px;
	display: block;
	background-color: #f58220;
	display: none;
}
nav li a i {
	left: 100%;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 2px;
	display: block;
	background-color: #f58220;
}
nav li>div {
	position: absolute;
	width: 420px;
	left: 0;
	top: 100%;
	padding-top: 1px;
	display: none;
	z-index: 1;
}
.arrow {
	width: 100%;
}
.navxlL {
	float: left;
	width: 280px;
}
.navxlR {
	float: right;
	width: 100px;
}
nav li div article {
	background-color: #fff;
	padding: 15px 10px;
	border-left: 2px solid #eeeded;
	border-right: 2px solid #eeeded;
	border-bottom: 2px solid #eeeded;
	overflow: hidden;
	margin-top: -2px;
}
nav li .navxlL a {
	padding: 10px 10px;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	text-align: left;
	float: left;
	width: 50%;
	font-size: 12px;
	background: url(../images/point.png) no-repeat center left;
}
/*nav li.navcase div a{padding: 10px 0;background: #fff;border-bottom: 1px solid #eaeaea; width: 50%;float: left;}
nav li.navcase div a:nth-child(odd){background: #fff url(../images/icon_5.png) no-repeat right center;}
nav li.navcase div{ overflow:hidden;width:300%;left: -100%;}
nav li.navcase div article{background-color:#fff; overflow:hidden;}*/
nav li div a:hover {
	color: #ff8e2e;
}
nav li a:hover p, nav li a.cur p, nav li:hover a p {
	color: #f58220;
}
nav li a:hover em, nav li a.cur em {
	width: 23px;
}
nav li a.cur i {
	left: 0;
}
.topR {
	margin-top: 15px;
}
.topRsearch {
	display: inline-block;
	position: relative;
}
.topRsearcha {
	color: #b3b3b3;
	display: inline-block;
	padding: 3px 20px;
	border: 1px solid #e8e8e8;
	border-radius: 15px;
	line-height: 22px;
}
a:hover.topRsearch {
	border-color: #f58220;
}
.topRsearch i {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	background: url(../images/icon_2.png) no-repeat;
}
a:hover.topRsearch i {
	background: url(../images/icon_11.png) no-repeat;
}
.topR span {
	display: inline-block;
	padding: 3px 20px;
	border: 1px solid #e8e8e8;
	border-radius: 15px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 10px;
}
.topR span i {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../images/icon_1.png) no-repeat;
}
.language {
	width: 32px;
	height: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 100%;
	background-color: #f58220;
}
a:hover.language {
	background-color: #f58220;
	border-color: #f58220;
	color: #fff;
}
#owl-demo {
	position: relative;
}
#owl-demo .owl-buttons {
	display: block !important;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
}
#owl-demo .owl-buttons .owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../images/caseprev.png) no-repeat !important;
	width: 32px;
	height: 45px;
	font-size: 0 !important;
	margin-top: -22px;
}
#owl-demo .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../images/casenext.png) no-repeat !important;
	width: 32px;
	height: 45px;
	font-size: 0 !important;
	margin-top: -22px;
}
.h_T h2 {
	font-size: 30px;
}
.h_T div.line {
	width: 470px;
	margin: 15px auto;
	background: url(../images/icon_3.png) repeat-x center;
}
.h_T.white div.line {
	background: url(../images/icon_25.png) repeat-x center;
}
.h_T div i {
	width: 76px;
	height: 5px;
	background-color: #f9a42d;
	display: block;
	margin: 10px auto;
}
.h_T p {
	text-transform: uppercase;
	font-size: 17px;
}
.h_productC .tab, .h_new .tab {
	overflow: hidden;
	text-align: center;
}
.h_productC .tab a, .h_new .tab a, .othernav a {
	display: inline-block;
	padding: 3px 20px;
	color: #333;
	margin: 5px;
}
.h_productC .tab a.on, .h_new .tab a.on, .othernav a.on,.casemainL>a.on {
	color: #ff8e2e;
}
.h_productC .content, .h_new .content {
	overflow: hidden;
	margin-top: 35px;
}
.h_productC .content li, .h_newC .content li {
	display: none;
}
.h_productC .content li dl a, .productlist dl a {
	display: block;
}
.h_productC .content li dl a dt, .productlist dl a, .promain2_xgpjC dl dt {
	border: 1px solid #e8e8e8;
}
.h_newC .content li dl a:hover dt img, .newlist dl a:hover dt img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.h_productC .content li dl dd, .productlist dl a dd {
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 *white-space:nowrap;
}
.h_productC .content li dl dd h5 {
	font-size: 18px;
	display: inline-block;
}
.h_productC .content li dl dd p {
	margin-left: 10px;
	color: #a4a4a4;
	display: inline-block;
}
.h_service {
	background: url(../images/icon_4.png) repeat;
	padding: 53px 5% !important;
}
.h_T2 i {
	position: absolute;
	width: 7px;
	height: 68px;
	background-color: #ff8e2e;
	left: 0;
	top: 0;
}
.h_T2 h2 {
	font-size: 24px;
	color: #ff8e2e;
	margin-left: 20px;
}
.h_T2 p {
	font-size: 17px;
	text-transform: uppercase;
	margin: 0 0 0 20px;
}
.h_T2.white i {
	background-color: #fff;
}
.h_T2.white h2 {
	color: #fff;
}
.h_search {
	position: absolute;
	left: 15px;
	top: 35px;
	background-color: #fff;
	padding: 5px 10px;
	box-shadow: 1px 1px 7px #dddbdb inset;
}
.h_search select, .jsfw_search select {
	border: 0;
}
.h_search input, .jsfw_search input {
	padding: 2px 5px;
}
.h_search button, .jsfw_search button {
	background-color: #fff;
}
.h_serviceC {
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;
}
.h_serviceC .tab {
	overflow: hidden;
	padding-bottom: 10px;
	font-size: 15px;
	margin-bottom: 10px;
}
.h_serviceC .tab a {
	display: block;
	float: left;
	text-decoration: none;
	color: #c1c1c1;
	background: url(../images/icon_5.png) no-repeat center right;
	padding:0 4%;
	text-align: center;
}
.h_serviceC .tab a:last-child {
	background: none;
}
.h_serviceC .tab a.on {
	color: #ff8e2e;
	text-decoration: none;
}
.h_serviceC .content {
	overflow: hidden;
	height: 252px;
}
.h_serviceC .content li {
	display: none;
}
.h_serviceC .content li div {
	padding: 15px 0;
	border-top: 1px solid #f2f2f2;
	overflow: hidden;
}
.h_serviceC .content li div i {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-color: #d2d2d2;
}
.h_serviceC .content li div p {
	font-size: 13px;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 *white-space:nowrap;
	float: left;
	line-height: 32px;
}
.h_serviceC .content li div span {
	float: right;
	border: 1px solid #e8e8e8;
	padding: 5px 15px;
	border-radius: 15px;
	font-size: 12px;
	color: #717171;
}
.h_serviceC .content li div a:hover i {
	background-color: #ff8e2e;
}
.h_case .h_T2 {
	margin-left: calc(50% + 35px);
	margin-top: 55px;
}
.h_serviceC .content li div a:hover span {
	border-color: #ff8e2e;
	color: #ff8e2e;
}
.h_caseCcon {
	background-color: rgba(0,0,0,0.5);
	padding: 55px 4% !important;
	height: 554px;
}
.h_caseC .owl-controls {
	bottom: 138px !important;
	left: calc(50% + 35px) !important;
}
.h_caseC {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 557px;
}
.h_caseC .item {
	height: 557px;
	position: relative;
}
.h_caseC .item article {
	height: 100%;
	position: absolute;
	display: block;
	left: 50%;
	top: 0;
	width: 50%;
	background-color: rgba(0,0,0,0.5);
}
.h_caseC .item article a {
	display: block;
	margin: 152px 35px 0;
}
.h_caseC .item b, .caselist dl dd b {
	display: block;
	font-size: 48px;
	color: #ff8e2e;
}
.h_caseC .item h5, .caselist dl dd h5 {
	font-size: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 *white-space:nowrap;
}
.h_caseC .item p, .caselist dl dd p {
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	font-size: 14px;
	margin-top: 15px;
}
.caselist dl dd p {
	color: #484848;
}
.h_caseC .owl-pagination {
	display: none !important;
}
.h_caseC .owl-buttons {
	display: block !important;
	bottom: 138px !important;
	left: calc(50% + 35px) !important;
	text-align: center;
	position: absolute;
}
.h_caseC .owl-buttons .owl-prev {
	width: 12px;
	height: 22px;
	background: url(../images/icon_6.png) no-repeat !important;
	font-size: 0 !important;
	padding: 0 !important;
}
.h_caseC .owl-buttons .owl-next {
	width: 12px;
	height: 22px;
	background: url(../images/icon_7.png) no-repeat !important;
	font-size: 0 !important;
	padding: 0 !important;
	margin-left: 30px !important;
}
.h_newC .content li dl dd {
	padding: 35px 30px;
}
.h_newC .content li dl dd h5, .newlist dl dd h5 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 *white-space:nowrap;
}
.h_newC .content li dl dd p, .newlist dl dd p {
	color: #929292;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 15px;
}
.h_newC .content li dl a:hover dd {
	background-color: #f7f7f7;
}
.h_C {
	margin-top: 38px;
}
.link {
	background-color: #3a3a3a;
	padding: 10px;
}
.link li, .link ul {
	display: inline-block;
}
.link li a {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
}
footer {
	background-color: #313131;
	padding: 20px 0;
	font-size: 12px;
}
.footL {
	width: 69%;
	border-right: 1px solid #5a5a5a;
}
.footL dl {
	float: left;
	margin: 0 3% 0 2%;
}
.footL dl dt, .footR h5 {
	color: #f59645;
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f59645;
	padding-right: 10px;
	margin-bottom: 18px;
}
.footL dl dt a, .footR h5 {
	color: #f59645;
}
.footL dl dd {
	margin: 8px 0;
}
/*.footL dl.dl2 { width:212px;}
.footL dl.dl2 dd{ width:50%;float:left;margin:0 0 8px 0;}*/
.footL dl dd a {
	color: #c0c0c0;
}
.footR {
	width: 24%;
}
.footR h5 {
	width: 144px;
}
.footR article {
	line-height: 25px;
}
.footR article b {
	font-size: 28px;
}
.footRB dl {
	width: 95px;
	margin-right: 30px;
}
.footRB dl dd {
	text-align: center;
	margin-top: 10px;
}
.footRBR p {
	margin: 5px 0 10px;
	font-size: 14px;
}
.footRBR p a {
	color: #fdb413;
}
.footRBR .bds_linkedin {
	background-position: 0 0 !important;
	width: 32px !important;
	height: 32px !important;
	background: url(../images/icon_8.png) !important;
}
.footRBR .bds_twi {
	background-position: 0 0 !important;
	width: 32px !important;
	height: 32px !important;
	background: url(../images/icon_9.png) !important;
}
.footRBR .bds_fbook {
	background-position: 0 0 !important;
	width: 32px !important;
	height: 32px !important;
	background: url(../images/icon_10.png) !important;
}
.bd_weixin_popup {
	height: 310px !important;
}
.bq {
	background-color: #313131;
}
.bq .container {
	border-top: 1px solid #454545;
	color: #efefef;
	padding: 15px 15px;
}
.bq .container a {
	color: #efefef;
}
.charWrap {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.funnyText span.left, .funnyText span.right, .funnyText span.top, .funnyText span.bottom {
	position: absolute;
}
.funnyText .charWrap {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;/** Chrome & Safari **/
	-moz-transition: all 0.4s ease-in-out;/** Firefox **/
	-o-transition: all 0.4s ease-in-out;/** Opera **/
}
.funnyText .charWrap .top {
	top: 0;
}
.funnyText .charWrap .left {
	left: 0;
}
.funnyText .charWrap .right {
	right: 0;
}
.funnyText .charWrap .bottom {
	bottom: 0;
}
.funnyText .character {
	overflow: hidden;
	display: inline-block;
}
.main-wrap {
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.btn {
	cursor: pointer;
	border: none;
	background: none;
}
.search__input {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}
.search__input:focus {
	outline: none;
}
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}
.banners {
	display: none !important;
}
.menu {
	display: none;
	float: right;
	margin: 5px 25px 0 0;
	position: relative;
	z-index: 2;
}
.header {
	width: 0%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 10;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-shadow: -1px 0 10px 0 rgba(0,0,0,0.2);
	z-index: 9999;
}
.header.on {
	opacity: 1;
	width: 100%;
}
.header .navv {
	position: absolute;
	right: 5%;
	top: 3%;
	z-index: 5;
}
.navv {
	width: 40px;
	height: 38px;
	margin: 0 auto 0;
	cursor: pointer;
	position: relative;
}
.navv p {
	width: 40px;
	height: 2px;
	background-color: #333;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-border-radius : 20%;
	-moz-border-radius : 20%;
	border-radius : 20%;
}
.navv p:nth-child(1) {
	top: 2px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.navv p:nth-child(1) {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.float-box .navv p:nth-child(1) {
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}
.navv p:nth-child(2) {
	top: 16px;
	width: 54px;
	left: -7px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.navv p:nth-child(2) {
	opacity: 0;
}
.float-box .navv p:nth-child(2) {
	opacity: 1;
}
.navv p:nth-child(3) {
	top: 30px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.navv p:nth-child(3) {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.float-box .navv p:nth-child(3) {
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
}
.mobilenav {
	margin: 10% 10% 10% 12%;
	height: 80%;
	overflow-y: scroll;
	text-align: center;
}
.mobilenav li {
	border-bottom: 1px dashed #dcdcdc;
	margin: 10px 0;
}
.mobilenav li>a {
	display: block;
	padding: 10px 0;
	font-size: 16px;
}
.mobilenav li div {
	background-color: #fee9d8;
	padding: 10px;
	display: none;
}
.mobilenav li div a {
	display: block;
	margin: 15px 0;
}
.productlist dl {
	margin-bottom: 40px;
}
.productlist dl dd {
	padding-bottom: 20px;
}
.productlist dl a dd h5 {
	font-size: 18px;
}
.productlist dl a dd p {
	color: #a4a4a4;
	margin: 5px 0;
}
.productlist dl a:hover, .newlist a:hover {
	box-shadow: 5px 5px 10px #CCC;
}
.productlist dl a:hover p {
	color: #ff8e2e;
}
.othernav {
	margin-bottom: 35px;
}
.pagelist {
	margin: 40px auto 30px;
	text-align: center;
}
.pagelist li {
	display: inline-block;
	margin: 0 3px;
}
.pagelist li a, .pagelist li span {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	border: 1px solid #dcdcdc;
}
.pagelist li a:hover, .pagelist li a.cur, .pagelist li.active span {
	border-color: #ff8e2e;
	color: #ff8e2e;
}
.pagelist li.disabled span {
	cursor: not-allowed;
}
.h_T4 h2 {
	display: inline-block;
	font-size: 30px;
	color: #000000;
}
.h_T4 p {
	display: inline-block;
	margin-left: 10px;
	color: #f58220;
	text-transform: uppercase;
}
.site {
	float: right;
	background: url(../images/icon_13.png) no-repeat right bottom;
	padding-bottom: 10px;
	color: #aaaaaa;
	font-size: 12px;
	margin-top: 15px;
}
.site a {
	color: #aaaaaa;
}
.promain1R h5 {
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}
.promain1Rshare {
	margin-top: 20px;
}
.promain1Rback, .back {
	background: url(../images/icon_12.png) no-repeat right;
	padding-right: 25px;
}
.promain1R article {
	line-height: 33px;
	color: #878787;
	margin: 15px 0;
}
.promaintel {
	background: url(../images/icon_14.png) no-repeat;
	padding-left: 50px;
	color: #9c9c9c;
	font-size: 13px;
	margin-top: 50px;
}
.promaintel b {
	font-size: 24px;
	font-weight: 100;
	color: #000;
	display: inline-block;
	margin-left: 10px;
}
.promain2_cpggC table td {
	border: 1px solid #eeeeee;
	text-align: center;
	padding: 15px 2%;
	color: #616161;
	font-size: 15px;
}
.promain2_cpggC table td.text-left {
	text-align: left;
}
.promain2nav ul li {
	width: 25%;
	float: left;
	text-align: center;
}
.promain2nav ul li {
	padding: 28px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.promain2nav ul li a {
	display: block;
	border-right: 1px solid #e9e9e9;
	color: #575757;
	font-size: 18px;
	font-weight: bold;
}
.promain2nav ul li:last-child a {
	border: 0;
}
.promain2nav ul li p {
	color: #a8a8a8;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: 100;
}
.promain2nav ul li.adv_active a, .promain2nav ul li.adv_active a p {
	color: #ff8e2e;
}
.promain2 h2 {
	margin: 32px 0 20px;
	font-size: 18px;
}
.promain2 h2 i {
	width: 5px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-color: #ff8e2e;
	margin-right: 10px;
}
.promain2_xgpjC dl {
	margin-bottom: 20px;
}
.promain2_xgpjC dl dd {
	font-size: 16px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.promain2_zlxzC li {
	overflow: hidden;
	padding: 20px 15px;
	border-top: 1px solid #efefef;
}
.promain2_zlxzC li:last-child {
	border-bottom: 1px solid #efefef;
}
.promain2_zlxzC li .div1 {
	width: 30%;
	background: url(../images/icon_15.png) no-repeat 5px;
	padding-left: 25px;
	line-height:  24px;
}
.promain2_zlxzC li .div2 {
	width: 33%;
	line-height: 24px;
}
.promain2_zlxzC li .div3 {
	width: 11%;
	line-height:  24px;
}
.promain2_zlxzC li .div4 {
	width: 10%;
	line-height:  24px;
}
.promain2_zlxzC li .div5 {
	width: 16%;
}
.promain2_zlxzC li .div5 a {
	display: block;
	text-align: center;
	border: 1px solid #f1f1f1;
	border-radius: 15px;
	padding: 5px 15px;
}
.promain2_zlxzC li .div5 a i {width: 18px;height: 18px;display: inline-block;vertical-align: middle;	margin-right: 10px;background: url(../images/icon_17.png) no-repeat;}
.promain2_zlxzC li:hover .div1 {background: url(../images/icon_16.png) no-repeat 5px;}
.promain2_zlxzC li:hover, .promain2_zlxzC li:hover .div5 a {color: #ff8e2e;}
.promain2_zlxzC li:hover .div5 a i {background: url(../images/icon_18.png) no-repeat;}
.promain2_zlxzC li:hover .div5 a {border-color: #ff8e2e;}
.promain2_yylyC dl {width: 78px;float: left;margin-right: 18px;}
.promain2_yylyC dl dt {width: 58px;margin: auto;}
.promain2_yylyC dl dd {
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
}
.prenext {
	margin: 60px 0 0;
	padding: 40px 0;
	border-top: 1px solid #e9e9e9;
}
.prenext p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 *white-space:nowrap;
	color: #8b8b8b;
}
.prenext p:last-child {
	text-align: right;
}
.prenext p a {
	color: #8b8b8b;
}
.prenext p:hover, .prenext p a:hover {
	color: #ff8e2e;
}
.fixedSubNav {
	position: fixed;
	top: 95px;
	left: 0;
	z-index: 1000;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	background-color: #fff;
}
.newlist {
	padding: 50px 3%;
	background-color: #f7f7f7;
}
.newlist a {
	display: block;
	padding: 25px;
	background-color: #fff;
}
.newlist dl dd {
	padding: 25px 0;
}
.newlist dl {
	margin-bottom: 40px;
}
.h_T3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	background: url(../images/icon_13.png) no-repeat right bottom;
}
.h_T3 .site {
	background: none;
}
.newmain, .casemainR {
	color: #979797;
}
.newmain h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.newmain time {
	display: block;
	text-align: center;
	margin: 17px 0 32px;
}
.newmain time span {
	display: inline-block;
	margin: 0 10px;
	background: url(../images/icon_23.png) no-repeat left;
	padding-left: 15px;
}
.newmain time a {
	background-color: #ff8e2e;
	color: #fff;
	padding: 0px 15px;
	display: inline-block;
	border-radius: 6px;
	margin-left: 10px;
}
.newmain .info {
	border: 1px solid #e5e5e5;
	line-height: 25px;
	padding: 20px;
}
.newmain article, .casemainR article {
	margin-top: 38px;
	line-height: 30px;
}
.newmain article img, .casemainR article img {
	max-width: 100%;
}
.case, .contact {
	background-color: #f7f7f7;
}
.caselist dl dd {
	background-color: #fff;
	padding: 55px 5% !important;
	height: 300px;
}
.caselist dl:nth-child(even) dt {
	float: right;
}
.casemainL>a {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
	padding: 15px;
}
.casemainL>a.on, .casemainL p a.on {
	color: #f58220;
}
.casemainL div {
	margin-bottom: 10px;
}
.casemainL div>a {
	display: block;
	border: 1px solid #dcdcdc;
	padding: 15px;
}
.casemainL div p {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 25px;
	display: none;
}
.casemainL div p a {
	padding: 8px 0;
	margin-bottom: 0;
	display: block;
	background: none;
}
.casemainL a i {
	width: 6px;
	height: 10px;
	display: inline-block;
	background: url(../images/icon_24.png) no-repeat;
	float: right;
	margin-top: 5px;
}
.casemainL a:hover, .casemainL a.cur {
	border-color: #f58220;
}
.casemainR article {
	font-size: 15px;
	color: #6e6e6e;
}
.tit2 {
	padding-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
	font-size: 22px;
	font-weight: bold;
	color: #f58220;
}
.tit2 span {
	color: #adadad;
	font-size: 17px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 100;
	margin-left: 10px;
}
.tit2 .site {
	background: none;
	font-weight: 100;
	padding: 0;
}
.back {
	float: right;
	font-size: 14px;
	font-weight: 100;
}
.jsfw_search {
	display: inline-block;
	margin: 30px auto 0;
	background-color: #fff;
	padding: 5px 10px;
	box-shadow: 1px 1px 7px #dddbdb inset;
}
.otherbanner1 {
	padding: 50px 0;
	overflow: hidden;
}
/*.other1{ background:url(../images/other1.jpg) no-repeat center top fixed; background-size:cover;}*/



.cjwtlist {
	padding-top: 10px;
	line-height: 26px;
}
.cjwtlist li a {
	display: block;
	padding: 20px 35px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}
.cjwtlist li a h5 {
	background: url(../images/icon_15.png) no-repeat left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 *white-space:nowrap;
	padding-left: 25px;
	float: left;
}
.cjwtlist li a time {
	float: right;
}
.cjwtlist li a:hover {
	box-shadow: 1px 1px 15px #CCC;
}
.cjwtlist li a:hover h5 {
	background: url(../images/icon_16.png) no-repeat left;
}
.bxfwT h5 {
	color: #f58220;
	font-size: 20px;
}
.bxfwT p {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 3px;
}
.bxfwB li {
	padding: 33px 0;
	border-top: 1px solid #f4f4f4;
	margin-top: 33px;
	overflow: hidden;
}
.bxfwB li h5 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #282828;
}
.bxfwB li p {
	width: 50%;
	float: left;
	margin: 5px 0;
}
.contactT {
	background-color: #fff;
	padding: 40px;
}
.contactTL {
	font-size: 16px;
	line-height: 35px;
	padding: 0 35px 0 15px;
}
.contactTL p {
	color: #a6a6a6;
	font-size: 14px;
}
.contactTL article {
	padding: 20px 0;
	border-top: 1px dashed #dcdcdc;
	font-size: 14px;
	margin-top: 30px;
}
.contactTR {
	border-left: 1px solid #ececec;
	padding: 0 15px 0 35px;
}
.contactTR p {
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 0;
}
.contactTR div input {
	border: 1px solid #ff8e2e;
	color: #ff8e2e;
	padding: 5px 25px;
	border-radius: 10px;
	margin-top: 15px;
	background-color: #fff;
	font-size: 13px;
}
.map {
	height: 360px;
}
.about1C {
	line-height: 30px;
	color: #646464;
}
.about1C p {
	height: 120px;
	overflow: hidden;
}
.about3C dl a {
	padding: 38px 10%;
	display: block;
	border: 1px solid #f3f3f3;
}
.about3C dl dt {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 *white-space:nowrap;
	background: url(../images/icon_13.png) no-repeat bottom left;
	padding-bottom: 10px;
}
.about3C dl dd {
	font-size: 12px;
	margin-top: 15px;
	color: #817f7f;
	line-height: 25px;
	overflow: hidden;
	height: 50px;
}
.about3C dl a:hover {
	box-shadow: 5px 5px 10px #CCC;
	border-color: #ff8e2e;
}
.about4 {
	padding-top: 60px;
	background: url(../images/icon_4.png) repeat;
}
.about4T li {
	padding-left: 84px;
	min-height: 73px;
	margin:10px 0;
}
.about4T li.li1 {
	background: url(../images/icon_26.png) no-repeat;
}
.about4T li.li2 {
	background: url(../images/icon_27.png) no-repeat;
}
.about4T li.li3 {
	background: url(../images/icon_28.png) no-repeat;
}
.about4T li.li4 {
	background: url(../images/icon_29.png) no-repeat;
}
.about4T li h5 {
	font-size: 18px;
}
.about4T li p {
	margin-top: 15px;
	color: #6b6b6b;
	line-height: 20px;
	height: 60px;
}
.about2R {
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
	padding: 55px 0 55px 5%;
	height: 547px;
}
.about2R article {
	margin-right: 10%;
}
.about2R article .qwrzC {
	height: 75px;
	line-height: 25px;
	overflow: hidden;
}
.about2R article img {
	max-width: 100%;
}
.tit3 {
	font-size: 24px;
}
.tit3 p {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 16px;
	color: #f58220;
	background: url(../images/icon_30.png) no-repeat center left 236px;
}
.tit3 p span {
	display: inline-block;
	padding-right: 10px;
}
.about2C {
	background-color: #fff;
	padding: 48px 5%;
	border-radius: 10px;
}
.about2C #sync1 .item {
	margin-bottom: 27px;
}
.about2C #sync1 dl {
	overflow: hidden;
}
.about2C #sync1 dl dt {
	width: 48%;
	float: left;
}
.about2C #sync1 dl dt b {
	display: block;
	color: #ff8e2e;
	font-size: 40px;
	font-weight: bold;
	background: url(../images/icon_31.png) no-repeat left 160px center;
}
.about2C #sync1 dl dt h5 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 *white-space:nowrap;
	margin-top: 15px;
}
.about2C #sync1 dl dt p {
	color: #8c8c8c;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}
.about2C #sync1 dl dd {
	width: 48%;
	float: right;
}
.about2C #sync2 {
	background: url(../images/icon_33.png) repeat-x top 3px left;
}
.about2C #sync2 .item i {
	width: 15px;
	height: 15px;
	background: url(../images/icon_34.png) no-repeat;
	display: block;
	margin: auto;
}
.about2C #sync2 .synced .item i {
	background: url(../images/icon_32.png) no-repeat;
}
.about2C #sync2 .item {
	margin: 5px;
	text-align: center;
	cursor: pointer;
}
.about2L {
	background: url(../images/icon_4.png) repeat;
	padding: 55px 2% !important;
	height: 547px;
}
.promain1L #sync1 {
	border: 1px solid #dcdcdc;
}
.promain1L #sync2 {
	margin-top: 25px;
}
.promain1L #sync2 .item {
	border: 1px solid #dcdcdc;
	padding-top: 3px;
	margin: 8px 5px 5px 5px;
	cursor: pointer;
}
.promain1L #sync2 .item i {
	width: 18px;
	height: 11px;
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -9px;
}
.promain1L #sync2 .synced .item {
	border: 2px solid #ff8e2e;
}
.promain1L #sync2 .synced i {
	background: url(../images/icon_35.png) no-repeat;
}
#headtop .container {
	overflow: visible;
}
.iphone {
	position: relative;
}
.iphone__item {
	width: 16.06em;
	height: 1em;
	position: absolute;
	bottom: -2em;
	color: #158f76;
	text-align: center;
}
.iphone__power-btn {
	width: 2.188em;
	height: .188em;
	background: #e0e0e0;
	position: absolute;
	right: 2.5em;
	top: -0.188em;
}
.iphone__left-btn {
	width: .188em;
	height: 1.250em;
	top: 3.250em;
	left: -0.188em;
	position: absolute;
	background: #e0e0e0;
}
.iphone__left-btn:before {
	content: '';
	width: .188em;
	height: .875em;
	position: absolute;
	top: 3em;
	background: #e0e0e0;
}
.iphone__left-btn:after {
	content: '';
	width: .188em;
	height: .875em;
	position: absolute;
	top: 5.5em;
	background: #e0e0e0;
}
.iphone__details {
	width: .438em;
	height: .438em;
	border-radius: 100%;
	position: relative;
	top: 1.313em;
	left: 8em;
	background: #7c7c7c;
}
.iphone__details:before {
	content: '';
	width: 2.5em;
	height: .25em;
	border-radius: .25em;
	position: absolute;
	top: 1em;
	left: -1em;
	background: #7c7c7c;
}
.iphone__home-btn {
	width: 2.25em;
	height: 2.25em;
	border-radius: 100%;
	position: absolute;
	bottom: 1em;
	right: 6.75em;
	background: #f7f7f7;
}
.iphone__home-btn:before {
	content: '';
	width: .813em;
	height: .813em;
	border: .15em solid #a8a8a8;
	border-radius: .2em;
	position: absolute;
	top: .6em;
	left: .57em;
}
.iphone__screen {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.iphone__content {
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 100%;
}
/**
* Navigation Defaults

*/

.nav {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.nav--active .nav {
	opacity: 1;
	background-color: #333;
}
.nav__list {
	margin: 0;
	padding: 10px;
}
.nav__list li {
	margin: 10px 0;
}
.nav__list li a {
	font-size: 16px;
	color: #fff;/*-webkit-transition: opacity 300ms ease-in-out;  transition: opacity 300ms ease-in-out;*/
}
/* Default navigation icon */
.nav__trigger {
	display: block;
	position: fixed;
	width: 30px;
	height: 25px;
	right: 30px;
	top: 30px;
	z-index: 200;
}
.nav--active .nav__trigger {
	opacity: 0.5;
}
.nav__icon {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #FFFFFF;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.nav__icon:before, .nav__icon:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	background: #0266bb;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.nav__icon:before {
	margin-top: -10px;
}
.nav__icon:after {
	margin-top: 10px;
}
.nav--active .iphone__content {
	position: fixed;
}
/**
* Style #3
*/
.style-3 .nav {
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.style-3 .nav--active .nav {
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
}
.style-3 .iphone__content {
	/* -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);*/
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.style-3 .iphone__screen {
	background-color: #333;
}
.style-3 .nav--active .iphone__content {
	-webkit-transform: scale(0.9) translateX(-90%);
	transform: scale(0.9) translateX(-90%);
}
.style-3 .nav__icon {
	background: rgba(0, 0, 0, 0);
}
.style-3 .nav__icon:before {
	margin-top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.style-3 .nav__icon:after {
	margin-top: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.style-3 .nav--active .nav__icon {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.nav__trigger {
	display: none;
}
.nav li div {
	display: none;
}
.nav--active .nav__icon:before, .nav--active .nav__icon:after {
	background: #fff;
}
.tel, .telT {
	display: none;
}
.pro_video {
	height: 380px;
	position: absolute;
	width: calc(100% - 30px);
	top: 0;
	left: 15px;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}
.pro_video video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pro_video_close {
	position: absolute;
	right: 20px;
	top: 5px;
	z-index: 2;
}
.pro_video_close a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #a0a0a1;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	line-height: 35px;
	font-size: 30px;
	font-weight: bold;
}
.pro_video_start {
	position: absolute;
	left: 20px;
	bottom: 126px;
	z-index: 2;
	display: none;
}
.pro_video_start a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../images/icon_36.png) no-repeat;
}
.divtop {
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #ff8e2e;
	top: 0;
	left: 0;
}
.divbottom {
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #ff8e2e;
	bottom: 0;
	right: 0;
}
.divright {
	position: absolute;
	width: 2px;
	height: 0;
	background-color: #ff8e2e;
	bottom: 0;
	right: 0;
}
.divleft {
	position: absolute;
	width: 2px;
	height: 0;
	background-color: #ff8e2e;
	top: 0;
	left: 0;
}
.h_productC .content li dl a:hover dt .divtop, .h_productC .content li dl a:hover dt .divbottom {
	width: 100%;
}
.h_productC .content li dl a:hover dt .divleft, .h_productC .content li dl a:hover dt .divright {
	height: 100%;
}
.page {
	perspective: none !important;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	box-shadow: 1px 1px 9px #efefef;
}
.headerh {
	height: 80px;
}
.search {
	position: absolute;
	width: 310px;
	height: 100%;
	background-color: #eaeaea;
	z-index: 100;
	display: none;
	top: 0;
	right: 0;
}
.hide {
	display: none;
}
.topSearch {
	color: #b3b3b3;
	display: inline-block;
	padding: 3px 14px 4px;
	border: 1px solid #e8e8e8;
	border-radius: 15px;
	position: absolute;
	right: 234px;
	overflow: hidden;
	top: 2px;
	background-color: #fff;
}
.topSearch form {
	display: flex;
}
.topSearch input {
	width: 34px;
}
.topSearch:hover input {
	width: 118px;
}
.topSearch button {
	background-color: #fff;
	float: right;
}
.topSearch:hover {
	border-color: #f9a42d;
}
 @media(max-width:1551px) {
/*.footL dl{margin: 0 3% 0 1%;}*/
nav li{padding:0 2%;}
nav{margin-left: 7%;}
.footR {
	width: 29%;
}
.footL {
	width: 66%;
}
.footL dl {
	margin: 0 3% 0 0%;
}
}
 @media(max-width:1460px) {
.footL dl {
	margin: 0 2% 0 0%;
}
nav {
	width: 50%;
	margin-left: 5%;
	margin-top:15px;
}
nav li {
    padding: 0 1.5%;
}
.topR {
    margin-top: 8px;
}
nav li{ margin-top:0px;}
.logo img {
    height: 65px;
}
.topRsearch, .topR span {
	padding: 3px 13px;
}
.topR span {
	margin: 0 5px;
}
.h_search input {
	width: 120px;
}
.h_serviceC .tab a {
	padding: 0 18px;
}
.topSearch {
	right: 212px;
}
}
 @media(max-width:1366px) {
.page {
	perspective-origin: 50% -30%;
}
.h_serviceC .tab a {
	padding: 0 10px;
}
}
 @media(max-width:1307px) {
/*.footL dl{margin: 0 2.5% 0 0%;}*/
.footR {
	width: 30%;
}
.footL dl {
	margin: 0 2% 0 0%;
}
}
 @media(max-width:1280px) {
.page {
	perspective-origin: 50% 10%;
}
nav {
	width: 50%;
	margin-left: 6%;
}
nav li{ padding:0 1.5%; margin-top:0;}
nav li div a {
	font-size: 13px;
}
.topRsearch, .topR span {
	padding: 3px 2px !important;
}
.search__form button, .search__input {
	line-height: 37px!important;
}
.topSearch {
	right: 190px;
}

.topR {
    margin-top: 8px;
}
.logo img {
    height: 50px;
}
.fixedSubNav{ top:80px;}
}
 @media(max-width:1199px) {
.footL dl {
	margin: 0 2% 0 0%;
}
.logo img {
	height: 50px;
}
nav {
	margin-top: 2px;
	margin-left: 3%;
}
nav li{ padding:0 1%; margin-top:8px;}
.h_search input {
	width: 80px;
}
.h_serviceC .tab a {
	padding: 0 10px;
}
.h_newC .content li dl dd h5 {
	font-size: 16px;
}
.about2C #sync1 dl dt b {
	font-size: 34px;
}
.about2C #sync1 dl dt b {
	background: url(../images/icon_31.png) no-repeat left 140px center;
}
.about4T li {
	background-size: 60px 60px !important;
}
.caselist dl dd {
	height: 243px;
	padding: 20px 5% 0 !important;
}
.h_caseC .item b, .caselist dl dd b {
	font-size: 40px;
}
.h_caseC .item h5, .caselist dl dd h5, .h_T4 h2 {
	font-size: 24px;
}
/*.othernav {

	display: none;

}*/

.fixedSubNav {width: 970px;margin-left: -485px;top: 76px;}
.promain2_zlxzC li .div5 a {
	padding: 5px 5px;
	font-size: 12px;
}
.promain2_zlxzC li .div5 a i {
	margin-right: 3px;
}
.pro_video {
	height: 303px;
}
.h_serviceC .tab a {
	padding: 0 5px;
}
.headerh {
	height: 75px;
}
nav, footer, .link, .topRsearch, .language, .tit2, .site, .promain2_zlxzC li .div4, .promain2_zlxzC li .div3,.topR {
	display: none;
}
.menu {
	display: block;
}
}
 @media(max-width:1058px) {
nav {
	margin-left: 4%;
	font-size: 14px;
}
.footL dl {
	margin: 0 2% 0 0%;
}

}
 @media(max-width:1036px) {
nav, footer, .link, .topRsearch, .language, .tit2, .site, .promain2_zlxzC li .div4, .promain2_zlxzC li .div3,.topR {
	display: none;
}
.footL dl {
	margin: 0 2% 0 0%;
}
.menu {
	display: block;
}
}
 @media(max-width:1024px) {
.logo img {
	height: 45px;
}
nav li div {
	left: -30%;
	padding-top: 18px;
}
.menu {
	display: block;
}
nav, footer, .link, .topRsearch, .language, .tit2, .site, .promain2_zlxzC li .div4, .promain2_zlxzC li .div3,.topR {
	display: none;
}
}
 @media(max-width:991px) {
nav, footer, .link, .topRsearch, .language, .tit2, .site, .promain2_zlxzC li .div4, .promain2_zlxzC li .div3 {
	display: none;
}
.h_productC .content li dl {
	margin: 8px 0;
}
.page {
	perspective: none !important;
}
.h_T h2 {
	font-size: 24px;
}
.h_T p {
	font-size: 14px;
}
.menu {
	display: block;
}
.topR, .othernav {
	display: none;
}
.bxfw, .casemain {
	margin-top: 0;
}
.caselist dl dd {
	height: 187px;
}
.h_caseC .item p, .caselist dl dd p {
	height: 44px;
	margin-top: 10px;
}
.contactTL, .contactTR {
	padding: 0 15px 0 15px;
	border: 0;
}
.map {
	height: 350px;
}
.h_newC .content li dl dd h5, .newlist dl dd h5 {
	font-size: 16px;
}
.newlist dl {
	margin-bottom: 20px;
}
.promain1R {
	margin-top: 20px;
}
.promain2_zlxzC li .div5 {
	width: 20%;
	float: right;
}
.prenext p:last-child {
	text-align: left;
	margin-top: 15px;
}
.fixedSubNav {
	width: 750px;
	margin-left: -375px;
}
.about2C #sync1 dl dt p {
	overflow: visible;
	height: auto;
}
.about2L {
	height: auto;
}
.about3C dl {
	margin: 10px 0;
}
.about4T li {
	margin: 10px 0;
}
.pro_video {
	height: auto;
}
.h_caseC .item, .h_case {
	height: 468px;
}
.h_caseC .owl-controls {
	bottom: 99px !important;
}
.h_serviceC .tab a {padding: 0 24px;}
.promain2nav ul li a{font-size:16px;}
}
 @media(max-width:767px) {
.h_caseC .owl-buttons {
	left: calc(25% + 35px) !important;
	bottom: 108px !important;
}
.banner .owl-controls {
	position: initial !important;
}
.banner .owl-controls .owl-page span {
	width: 8px!important;
	height: 8px!important;
}
.h_new .tab a {
	padding: 3px 10px;
}
.banners {
	display: block!important;
}
.bannerb {
	display: none !important;
}
.topR {
	display: none;
}
.pad60 {
	padding: 30px 0 !important;
}
.otherbanner1 {
	padding: 30px 0;
}
.bxfwB li p {
	width: 100%;
}
.h_T4, .promain2nav ul li a p {
	display: none;
}
.casemainR article, .newmain {
	margin-top: 0;
}
.padpic {
	padding: 0 !important;
	float: none !important;
	width: 100%;
	margin-bottom: 10px;
}
.cjwtlist li a {
	padding: 20px 15px;
}
.cjwtlist li a h5 {
	width: 68%;
}
.map {
	height: 250px;
}
.newmain h1 {
	font-size: 20px;
	font-weight: 100;
}
.newmain {
	padding: 30px 15px;
}
.promain1 {
	margin-top: 0;
}
.fixedSubNav {width: 100%;margin-left: 0;left: 0;}
.promain2nav ul li a {font-size: 13px;}
.promain2nav ul li {
	padding: 18px 0;
}
.promain2_cpgg, .promain2_xgpj, .promain2_zlxz, .promain2_yyly {
	padding: 0 15px;
}
.about1 {
	padding: 30px 15px !important;
}
.h_caseC .item article {
	left: 25%;
	width: 75%;
}
.h_case .h_T2 {
	margin-left: calc(25% + 35px);
}
.h_caseC .owl-controls {
	left: calc(25% + 35px) !important;
}
.h_productC .tab a {
	margin: 5px 0;
	width: 33%;
	float: left;
	text-align: center;
	padding: 3px 0;
}
}
 @media(max-width:640px) {
.h_caseC .owl-buttons {
	bottom: 41px !important;
}
.h_search, .promain2_zlxzC li .div2 {
	display: none;
}
.h_T div.line {
	width: 80%;
}
.jsfw_search {
	margin: 20px auto 0;
}
.contactT {
	padding: 40px 15px;
}
.promain2_zlxzC li .div5 {
	width: 130px;
}
.promain2_zlxzC li .div1 {
	width: 60%;
}
.promain2_xgpjC dl dd {
	font-size: 14px;
}
.h_case .h_T2 {
	margin-left: calc(25% + 30px);
	margin-top: 30px;
}
.h_caseC .item article a {
	margin: 123px 30px 0;
}
.h_caseC .owl-controls {
	bottom: 40px !important;
	left: calc(25% + 30px) !important;
}
.h_caseC .item, .h_case {
	height: 363px;
}
.h_serviceC .tab a {padding: 0 3%;}
.promain2nav ul li{padding: 9px 0;}
.promain2nav ul li a{height:36px;flex: 1;justify-content: center;display: flex;flex-direction: column;}
}
 @media (max-width:530px) {
	.h_serviceC .tab a {padding: 0 2%;}
	.h_serviceC {padding: 25px 15px;}
	.promain2_yylyC dl {margin-bottom:20px;}
	.promain2_yylyC dl dd{height:54px;}
}
 @media (max-width:510px) {
.h_serviceC .tab a {
	width: 33%;
	text-align: center;
}
.h_caseC .item b {
	font-size: 38px;
}
.h_caseC .item h5 {
	font-size: 20px;
}
.bxfwB li h5 {
	font-size: 17px;
}
.newlist a {
	padding: 25px 15px;
}
.promain2_yylyC dl {
	margin-right: 15px;
}
.about2C #sync1 dl dd {
	width: 100%;
	margin-top: 15px;
}
.about2C #sync1 dl dt {
	width: 100%;
}
.about2C {
	padding: 28px 5%;
}
.about2C #sync1 dl dt b {
	font-size: 26px;
}
.about2C #sync1 dl dt h5 {
	font-size: 16px;
}
}
 @media (max-width:400px) {
.jsfw_search input {
	width: 130px;
}
.h_caseC .item b, .caselist dl dd b {
	font-size: 30px;
}
.h_caseC .item h5, .caselist dl dd h5 {
	font-size: 20px;
}
.promain2_zlxzC li .div5 a {
	padding: 5px;
}
.promain2_zlxzC li .div5 {
	width: 100px;
}
}
