﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
section,
footer {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}
table,
tr,
td {
	border: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	line-height: 1.8;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}

.cls {
	clear: both;
}

.wrap {
	height: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

#wrapper {
	width: 100%;
	background: #fff;
	position: relative;
}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 450px !important;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 450px !important;
	position: relative;
}

.itop {
	position: relative;
	margin: 12px 0;
	white-space: nowrap;
}

.itop img {
	float: left;
	height: 30px;
	width: auto;
	margin-top: 5px;
	margin-right: 10px;
}

.ilogo {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 80px;
	background: url(../img/logo.png) left center no-repeat / 67px 40px;
	overflow: hidden;
}

.ilogo span{
	color: #c71a1e;
}
/*标题*/
.ititle{
	width: 100%;
}
.ititle h5{
	text-align: center;
	font-size: 20px;
}
.ititle h5 span{
	font-size: 14px;
	color: #666;
}

/*业务*/
.ibus{
	width: 100%;
	margin-top: 30px;
}
.ibus .ibus-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ibus .ibus-list ul li{
	width: 49%;
	margin-top: 15px;
}
.ibus .ibus-list ul li a{
	display: block;
}
.ibus .ibus-list ul li .ibus-img{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.ibus .ibus-list ul li .ibus-img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.ibus .ibus-list ul li:hover .ibus-img img{
	transform: scale(1.03);
}

.ibus .ibus-list ul li dl dt{
	font-size: 15px;
	line-height: 35px;
}
.ibus .ibus-list ul li dl i{
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	position: relative;
}
.ibus .ibus-list ul li dl i:before{
	display: block;
	content: "";
	width: 70px;
	height: 1px;
	background: #d52b1e;
	position: absolute;
	left: 0;
	top: 0;
}

.ibus .ibus-list ul li dl dd{
	font-size: 13px;
	line-height: 24px;
	color: #666;
	margin-top: 5px;
}

/*关于*/
.iabout{
	width: 100%;
	margin-top: 30px;
	padding: 20px 0;
	background: #f2f2f2;
}
.iabout .iabout-txt{
	width: 100%;
	margin-top: 10px;
	background: #fff;
}
.iabout .iabout-txt img{
	display: block;
	width: 200px;
	height: auto;
}
.iabout .iabout-txt h5{
	font-size: 15px;
	color: #d52b1e;
	margin: 10px 0;
}

.iabout .iabout-txt p{
	font-size: 13px;
	color: #555;
	line-height: 22px;
}
.iabout .iabout-txt a{
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #444;
	color: #fff;
	margin-top: 18px;
}
.iabout .iabout-txt a:hover{
	background: #d52b1e;
}
.iabout .iabout-media{
	margin-top: 10px;
	overflow: hidden;
}
.iabout .iabout-media video{
	width: 100%;
	height: auto;
}

/*应用*/
.iapp{
	width: 100%;
	margin-top: 30px;
}

.iapp .iapp-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.iapp .iapp-list ul li{
	width: 49%;
	margin-top: 10px;
}
.iapp .iapp-list ul li i{
	display: block;
	width: 100%;
	padding-bottom: 50%;
	background-size: 100% 100%;
}
.iapp .iapp-list ul li dl{
	width: 100%;
	background: #f0f0f0;
	box-sizing: border-box;
	padding: 5px;
}
.iapp .iapp-list ul li dl dt{
	display: block;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.iapp .iapp-list ul li:hover dl dt{
	background: #333;
	color: #fff;
}

/*新闻*/
.inews{
	width: 100%;
	margin-top: 30px;
}
.inews .inews-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inews .inews-list ul li{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
}
.inews .inews-list ul li dl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.inews .inews-list ul li dl dt{
	font-size: 15px;
	font-weight: bold;
}

.inews .inews-list ul li dl dd{
	height: 44px;
	line-height: 22px;
	color: #666;
	margin: 10px 0 15px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
.inews .inews-list ul li dl .inews-date{
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.inews .inews-list ul li dl .inews-date span{
	float: left;
	height: 21px;
	line-height: 21px;
	padding-left: 25px;
	background: url(../img/time.png) left center no-repeat / 16px 15px;
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
.inews .inews-list ul li dl .inews-date a{
	float: right;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #d52b1e;
	color: #fff;
}

/*技术*/
.ijs{
	width: 100%;
	margin-top: 30px;
}
.ijs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ijs ul li{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin-top: 10px;
}
.ijs ul li:hover{
	border: 1px solid #d52b1e;
}
.ijs ul li a{
	display: block;
	padding: 10px 10px 30px;
	position: relative;
}
.ijs ul li a:before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 0;
	border-color: transparent #666 transparent transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.ijs ul li a:hover:before{
	border-color: transparent #d52b1e transparent transparent;
}
.ijs ul li a:after{
	display: block;
	content: "+";
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 23px;
	color: #fff;
	position: absolute;
	right: -1px;
	bottom: 3px;
}
.ijs ul li h5{
	font-size: 16px;
}
.ijs ul li:hover h5{
	color: #d52b1e;
}
.ijs ul li p{
	line-height: 22px;
	color: #666;
	margin: 10px 0;
}
.ijs ul li i{
	display: block;
	width: 20px;
	height: 2px;
	background: #d52b1e;
}


footer {
	width: 100%;
	background: #333;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 40px;
	margin-top: 8%;
	line-height: 2;
}
footer h5{
	font-weight: bold;
	font-size: 15px;
}
footer p{
	color: #ccc;
}
.m-foot {
	background: #eee;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.m-foot li {
	float: left;
	width: 25%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #000000;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	background: url(../../wap/img/mft-bj.png) right bottom no-repeat;
}

.m-foot li a {
	display: block;
}

.m-foot li:last-of-type {
	border-right: 0;
}

.content {
	width: 100%;
	margin-top: 4%;
}

.prodetails img {
	max-width: 100% !important;
	height: auto !important;
}

.content-t ul li {
	width: 48%;
	text-align: center;
	background: url(../img/ipro-nav.png) repeat-x;
	color: #fff;
	float: left;
	margin-top: 10px;
	line-height: 29px;
}

.content-t ul li:nth-of-type(2n) {
	float: right;
}

.content-t ul li a {
	display: block;
}

.content-pos {
	margin-top: 4%;
	padding-bottom: 1%;
	border-bottom: 1px solid #ccc;
}

.content-b {
	margin-top: 4%;
	min-height: 230px;
}
.content-b p img{
	max-width: 100% !important;
	height: auto !important;
}
.content-pro-name{
	text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background: #f0f0f0;
}
.content-pro-name h5{
	font-size: 15px;
}
.content-pro-list ul li {
	width: 48%;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}

.content-pro-list ul li:nth-of-type(2n) {
	float: right;
}

.content-pro-list ul li a {
	display: block;
	width: 100%;
}
.content-pro-list ul li a i{
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ddd;
	
}
.content-pro-list ul li a img{
	display: block;
	max-width: 100%;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.content-pro-list .content-pro-list-a a{
	position: relative;
	background: #eee;
}
.content-pro-list .content-pro-list-a a:hover{
	background: #c71a1e;
	color: #fff;
}
.content-pro-list .content-pro-list-a a em{
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	font-size: 20px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.content-pro-list .content-pro-list-a i{
	border: none;
}

.pro-txt {
	height: 18px;
	line-height: 18px;
}

.pro-txt span {
	margin-top: 10px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/*内页案例列表*/
.content-caselist .content-caselist-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.content-caselist ul {
	width: 100%;
}

.content-caselist ul li {
	float: left;
	width: 49%;
	margin-bottom: 10px;
	border-bottom: 2px solid #f0f0f0;
}

.content-caselist ul li:hover {
	border-bottom-color: #c71a1e;
}

.content-caselist ul li:nth-of-type(2n) {
	float: right;
}

.content-caselist ul li a {
	display: block;
}

.content-caselist ul li .content-caselist-img {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	box-sizing: border-box;
	border: 1px solid #eee;
	overflow: hidden;
}

.content-caselist ul li .content-caselist-img i {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.content-caselist ul li:hover .content-caselist-img i {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.content-caselist ul li h5 {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #666;
	margin-top: 3px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content-caselist .content-caselist-a{
	width: 100%;
	height: 35px;
	border: none;
}
.content-caselist .content-caselist-a a{
	display: block;
	width: 100%;
	height: 35;
	line-height: 35px;
	text-align: center;
	background: #eee;
	font-size: 15px;
}
.content-caselist .content-caselist-a a:hover{
	background: #c71a1e;
	color: #fff;
}


.pro-img {
	width: 50%;
	display: block;
	margin: 4% auto;
}

.content-pro-nr img {
	max-width: 100%;
}

.content-news-list ul li {
	border-bottom: 1px dashed #ddd;
	height: 32px;
	line-height: 32px;
	position: relative;
}

.content-news-list ul li h4 {
	height: 32px;
	line-height: 32px;
	padding-right: 50px;
}

.content-news-list ul li span {
	height: 32px;
	line-height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inews-page {
	margin-top: 20px;
}

#pages {
	padding: 14px 0 10px;
	text-align: center;
	font-size: 12px;
}

#pages>a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}

#pages>a.a1 {
	background: url(../images/admin_img/pages.png) no-repeat 0 5px;
	width: 56px;
	padding: 0
}

#pages>a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none
}

#pages>span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}

.content-news-nr h5 {
	font-size: 16px;
	color: #c71a1e;
	text-align: center;
	font-weight: bold;
	margin-bottom: 4%;
}

.prenext {
	margin-top: 20px;
}

.alb ul li {
	width: 100%;
	margin-bottom: 10px;
}

.alb ul li img {
	display: block;
	width: 100%;
}

.alb ul li span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#dituContent {
	display: none;
}

#preview {
	margin: 0px auto;
	width: 402px;
}

.jqzoom {
	width: 400px;
	height: 400px;
	position: relative;
	border: solid 1px #cccccc;
}

.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 420px;
	height: 56px;
	padding-top: 8px;
	overflow: hidden;
}

#spec-left {
	background: url(img/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-right {
	background: url(img/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-list {
	width: 350px;
	float: left;
	overflow: hidden;
	margin-left: 8px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0;
	display: inline;
	width: 75px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 60px;
	height: 45px;
}


/*jqzoom*/

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 700px;
	height: 473px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list {
	position: relative;
	width: 366px;
	margin-right: 8px;
}

#spec-list div {
	margin-top: 0;
	margin-left: 0;
	*margin-left: 0;
}

.proright h2 {
	font-size: 18px;
	color: #c71a1e;
	margin-top: 10px;
}

.proright .summary {
	margin-top: 10px;
}

.prodetails {
	margin-top: 10px;
	color: #333;
	overflow: hidden;
}

.prodetails h3 {
	font-family: "微软雅黑";
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background: #c71a1e;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.ny-bg img{
	display: block;
	width: 100%;
}
