@charset "utf-8";
* {
	word-break: break-all;
	margin: 0;
	padding: 0;
}

body {
	behavior: url("csshover3.htc");
}

body {
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑", "microsoft Yahei", "Courier New", Courier, monospace;
	padding: 0px;
	margin: 0px auto;
	line-height: 26px;
	background-color: #FFF;
	overflow-x: hidden;
	width: 100%;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ul,
li,
dl,
dt,
dd {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	overflow: hidden;
}

.imgZoom {
	overflow: hidden;
}

.imgZoom img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	display: block;
}

.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

table tr:nth-child(odd) {
	background: #F4F4F4;
}

table td:nth-child(even) {}

table tr:hover {
	background: #d30009;
	color: #fff;
}

table td,
table th {
	border: 1px solid #dddddd;
}

table tr:nth-of-type(1) {
	background: #666666;
	color: #ffffff;
}

img {
	max-width: 100%;
	border: 0;
	height: auto;
}

.input,
.textarea {
	border-top: ridge 1px #ccc;
	border-right: inset 1px #D8D8D8;
	border-bottom: inset 1px #D8D8D8;
	border-left: ridge 1px #ccc;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fff
}

.wrap {
	width: 1500px;
	margin: 0 auto;
}

.ggtop {
	display: none;
}


/*头部*/

.tb {
	position: relative;
}

.video-back video {
	width: 100%;
	display: block;
}

/*.dh {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999;
}

.dh p {
	color: white;
	padding: 40px 0 10px 0;
	box-sizing: border-box;
}*/

.dh1 {
	background: white;
	border-bottom: 4px solid #e17f16;
	padding: 24px 46px;
	box-sizing: border-box;
}

.dh1 li {
	float: left;
	width: 12%;
	text-align: center;
	margin-top: 12px;
}

.topone>.fr {
	font-weight: bold;
	font-size: 21px;
	color: #e17f16;
}

.dh1 li span {
	display: block;
}

.dh1 li span:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
}

.dh1 li:nth-child(1) {
	width: 24%;
	float: left;
	margin-top: 0;
}


/*产品中心*/

.cpzx {
	background: url(../image/cpbg.jpg) no-repeat;
	padding: 56px 0;
	box-sizing: border-box;
	background-size: 100% 100%;
}

.cpzxtop img {
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}

.cpzxnr a {
	display: block;
}


/*.cpzxnr img {
	float: left;
	display: block;
}*/

.cpzxnr1 {
	width: 1000px;
}

.cpzxnr2 {
	width: 500px;
}

.xl1 {
	width: 500px;
	height: 414px;
	float: left;
}

.xl2 {
	width: 500px;
	height: 414px;
	float: left;
}

.xl3 {
	width: 1000px;
	height: 376px;
}

.xl4 {
	width: 500px;
	height: 840px;
}


/*关于我们*/

.about {
	padding: 70px 0;
	box-sizing: border-box;
}

.about .fl {
	width: 46%;
}

.about .fr {
	width: 50%;
}

.about .fr a {
	float: right;
}


/*案例展示*/

.casetop img {
	display: block;
	margin: 0 auto;
}

.casecont ul li {
float: left;
    width: 24%;
    /* height: 286px; */
    margin: 10px 0.3%;
}

.casecont ul li img {
	float: left;
	width: 100%;
}

.casecont ul li dl {
	position: relative;
}

.casecont ul li a {
	display: block;
}

.casecont ul li dl dd {
	background: #333333;
	line-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 286px;
	background: #e05a15;
	opacity: 0.8;
	display: none;
	color: white;
	line-height: 286px;
	text-align: center;
}

.casecont ul li dl:hover dd {
	display: block;
}


/*产品优势*/

.cptj {
	background: url(../image/cptjbg.jpg) no-repeat;
	padding: 76px 0;
	box-sizing: border-box;
	background-size: 100% 100%;
}

.cptjtop img {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}

.cptjcont dl {
	float: left;
	width: 23%;
	margin: 0 1%;
	color: white;
}

.cptjcont dl dt img {
	border-radius: 18px;
}

.cptjcont dl dd p {
	text-align: center;
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cptjcont dl dd span{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

/*新闻中心*/

.newszx {
	background: url(../image/newsbg.jpg) no-repeat;
	padding: 60px 0 50px 0;
	box-sizing: border-box;
	background-size: 100% 100%;
}

.newstop img {
	display: block;
	margin: 0 auto;
}

.newscont {
	margin-top: 40px;
}

.newscont>.fl {
	width: 48%;
	background: white;
	padding: 34px;
	box-sizing: border-box;
	box-shadow: 5px 5px 5px #b3b1b1;
}

.newscont>.fr {
	width: 48%;
}

.newscont>.fl h2 {
	color: #e17f16;
	font-size: 16px;
}

.newscont>.fr .fl {
	width: 10%;
	text-align: center;
}

.newscont>.fr .fr {
	width: 80%;
}

.newscont>.fr li {
	background: white;
	padding: 48px 32px;
	box-sizing: border-box;
}

.newscont>.fr li:hover {
	background: url(../image/lxwbg.jpg) no-repeat;
	color: white!important;
}

.newscont>.fr li:hover a {
	color: white!important;
}

.newscont>.fr .fl p {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
}

.newscont>.fr .fr p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.newscont>.fr .fr span {
	line-height: 22px;
	display: block;
}

.newscont>.fr .fr span a {
	color: #4f4f4f;
	opacity: 0.7;
}

.newsbtn {
	margin-top: 10px;
}


/*底部*/

.foot {
	background: #272727;
}

.foot2 ul {
	padding: 60px 0;
}

.foot3 li {
	float: left;
	width: 33%;
	color: white;
	background: url(../image/foot2li.png) no-repeat right center;
	text-indent: 35px;
}

.foot1 {
	color: white;
	padding: 36px 0 60px 0;
	box-sizing: border-box;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
}

.foot1 ul {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.foot1 ul li {
	float: left;
	width: 33%;
}

.foot1 ul li a {
	color: white;
}

.foot4 {
	color: white;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
}

.foot4 a {
	color: white;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
}

.foot3 li:nth-child(1) {
	background: url(../image/ico1.png) no-repeat left center;
}

.foot3 li:nth-child(2) {
	background: url(../image/ico2.png) no-repeat left center;
}

.foot3 li:nth-child(3) {
	background: url(../image/ico3.png) no-repeat left center;
}


/*其他页面*/


/*产品中心页面*/

.top {
	background: #e17f16;
	color: white;
}

.top span {
	display: inline-block;
}

.dh3 {
	background: #333030;
}

.dh3 .fl {
	width: 32%;
	margin: 18px 0 26px 0;
}

.dh3 .fr {
	width: 66%;
}

.dh3 ul li {
	float: left;
	width: 16.6%;
	height: 120px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}

.dh3 ul li em {
	display: inline-block;
	width: 70%;
	height: 2px;
	background: #e17f16;
	margin: 0 auto;
	margin-top: 44px;
	display: none;
}

.dh3 ul li a {
	color: white;
}

.dh3 ul li:hover {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	opacity: 0.6;
}

.dh3 ul li:hover em {
	display: block;
}

.ncpzxtop img {
	display: block;
	margin: 60px auto;
}

.ncpzxcont ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 30px
}

.ncpzxcont ul li {
	float: left;
	width: 10.5%;
	text-align: center;
	background: #d1d1d1;
	border-radius: 15px;
}

.ncpzxcont ul li a {
	color: white;
}

.ncpzxcont1 {
	display: none;
}

.ncpzxcont1 a {
	display: block;
	width: 23%;
	float: left;
	margin: 0 1%;
}

.ncpzxcont1 a dl {
	width: 100%;
	background: #e17f16;
	text-align: center;
	border-radius: 0 0 20px 20px;
	margin-bottom: 40px;
}

.ncpzxcont1 a dl dt {
	padding-top: 2px;
}

.ncpzxcont1 a dl dt img {
	display: block;
	width: 100%;
}

.ncpzxcont1 a dl dd {
	padding: 10px 0;
	box-sizing: border-box;
	color: white;
}

.ncpzxcont1 a dl dd p {
	font-size: 20px;
	font-weight: bold;
		overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
}

.ncpzxcont1 a dl dd em {
	display: block;
	height: 2px;
	background: white;
	width: 30%;
	margin: 0 auto;
	margin: 10px auto;
}

.ncpzxcont1 a dl dd span {
	display: block;
	line-height: 24px;
	overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
}

.ncpzxcont3 {
	display: block!important;
	margin-bottom: 80px;
}


/*分页*/

.mainPage {
	margin: 20px 0;
}

.mainPage ul {
	width: 680px;
	height: 32px;
	display: block;
	margin: 0 auto;
}

.mainPage ul li {
	float: left;
	display: inline;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color: #000;
	font-size: 15px;
	margin: 0 5px;
	border: 1px solid #dedede;
	font-size: 16px;
}

.mainPage ul li a {
	color: #000;
	font-size: 16px;
}

.mainPage ul li.thisclass {
	background: #09f;
	border: 1px solid ##218EC1;
	color: #fff;
	font-size: 16px;
}

.mainPage ul li.thisclass a {
	color: #fff;
}

.mainPage ul li a:hover,
a:focus {
	color: hsl(209, 93%, 48%);
	text-decoration: none;
}


/*联系我们*/

.lxwm_top img {
	display: block;
	margin: 60px auto;
}

.lxwm_cont {
	width: 80%;
	margin: 0 auto;
}

.lxwm_cont .fr {
	width: 450px;
	height: 323px;
}

.lxwm_cont .fl {
	background: url(../image/lxbg.jpg) no-repeat top center;
	width: 750px;
	padding: 44px 60px;
	box-sizing: border-box;
}

.lxwm_cont .fl {
	line-height: 32px;
}

.lxwm_cont .fl h1 {
	margin-bottom: 75px;
}

iframe {
	width: 100%;
	height: 323px;
}


/*关于我们*/

.about_top img {
	display: block;
	margin: 60px auto;
}

.cftp img {
	float: left;
	width: 100%;
	margin: 0 1%;
}

.xwzx_cont p {
	text-align: center;
	line-height: 22px;
	margin-bottom: 20px;
}

.aboutys {
	padding: 60px 0;
	margin-top: 60px;
}

.aboutys .yscont2 {
	margin: 50px auto;
}


/*新闻中心*/

.xwzx_top img {
	display: block;
	margin: 60px auto;
}

.xwzx_cont a {
	display: block;
	width: 18%;
	margin: 0 1%;
	float: left;
	margin-bottom: 30px;
}

.xwzx_cont dl dt img {
	display: block;
	width: 100%;
}

.xwzx_cont dl dd {
	margin-top: 10px;
}

.xwzx_cont dl dd .fl {
	font-size: 18px;
	font-weight: bold;
}

.xwzx_cont dl:hover dd .fl {
	color: #e17f16;
}


/*产品详情页*/

.nybox {
	background: url(../image/nybg.jpg) no-repeat top center;
}

.art1 {
	margin-top: 60px;
}

.art1 .fl {
	width: 42%;
}

.art1 .fr {
	width: 54%;
}

.art1 .fr h1 {
	line-height: 64px;
	font-size: 32px;
	color: white;
	margin-bottom: 20px;
}

.art1 .fr em {
	display: inline-block;
	font-style: normal;
	color: #e17f16;
	font-size: 18px;
	font-weight: bold;
	margin-top: 23px;
}

.nyt li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.nyt li img {
	margin: 0 auto;
	width: 100%;
}

.nyt2 {
	background: url(../image/nyt2bg.jpg) no-repeat;
	padding: 20px 46px;
	box-sizing: border-box;
}

.nyt2 span {
	text-indent: 20px;
	background: url(../image/nybgt2.png) no-repeat left 10px;
	display: inline-block;
	margin: 10px 37px 28px 0;
	padding: 0px 42px 0 0;
	color: #333;
}

.nyt2 span strong {
	color: #e17f16;
	font-size: 20px;
	font-weight: bold;
}

.nyt3 {
	margin-top: 30px;
}

.nyt3 img:nth-child(2) {
	margin-left: 60px;
}

.nyt5 p {
	font-weight: bold;
	color: #333;
}

.art2 {
	margin-top: 80px;
}

.art2 .fl {
	width: 70%;
}

.art2 .fr {
	width: 22%;
}

.art2 ul {
	margin-bottom: 30px;
}

.art2 ul li {
	width: 188px;
	float: left;
	background: #e17f16;
	margin-right: 20px;
	padding: 6px 0px;
	box-sizing: border-box;
	text-align: center;
	color: white;
}

.art2 {
	line-height: 30px;
	padding: 0 10px;
}

.art2 ul li a {
	color: white;
}

.art2 .fr dl {
	position: relative;
	margin-bottom: 20px;
}

.art2 .fr dl dt img {
	display: block;
	width: 100%;
}

.art2 .fr dl dd {
	width: 100%;
	background: #000000;
	opacity: 0.8;
	text-align: center;
	font-weight: bold;
	color: white;
	padding: 10px 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.active {
	background: #e17f16!important;
}

.cpzxcont3 {
	display: block;
	!important;
	margin-bottom: 80px;
}

.nysjsp {
	display: none;
}

.dycp {
	margin-top: 60px;
}

.nyxwbt {
	text-align: center;
	margin: 20px 0;
}


/*新闻内页*/

.nyxwbt {
	text-align: center;
	margin: 20px 0;
}

.nyxwbt h1 {
	line-height: 50px;
}


/*手机系列*/

.sjcpzx {
	background: url(../image/cpbg.jpg) no-repeat;
	padding: 56px 0;
	box-sizing: border-box;
	background-size: 100% 100%;
	display: none;
}