@charset "utf-8";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	background: #fff;
	position: relative;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	color: #333;
}

a:visited {
	color: #333;
}

ul,
li {
	list-style: none;
}

a:link,
a:visited {
	text-decoration: none;
}

img {
	border: none;
}

.public {
	width: 1320px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.w1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}


/*清除浮动*/

.cf {
	*zoom: 1;
}

.cf:after {
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	content: ".";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0
}

.clearfix {
	*zoom: 1
}

.clear {
	clear: both
}


/*首页style开始*/


/*header_main*/

.top_main {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 80;
	/* background-color: #f2f2f2; */
	background: url(../images/welcome_bg.jpg) no-repeat;
	color: #fff;
	font-size: 14px;
}

.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}

.top_main li a {
	color: #fff;
	cursor: pointer;
}

.top_main li a:hover {
	/* color: #ff0000; */
}

.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #fff;
	vertical-align: middle;
	margin: 0;
}

.header_main {
	width: 100%;
	height: 120px;
	z-index: 100;
	background: #fff;
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

.header_main .logo {
	/* width: 500px; */
	height: 80px;
	display: block;
	margin-top: 20px;
}

.header_main .logo img {
	width: 100%;
	height: 100%;
	display: block;
}

.header_main .tel {
	width: 270px;
	padding: 32px 0 0 0;
	line-height: 26px;
	margin-left: 30px;
}

.header_main .tel span {
	font-size: 30px;
	font-weight: bold;
	color: #ff0000;
	font-family: arial;
	line-height: 50px;
}

.header_main .tel s {
	width: 57px;
	height: 57px;
	float: left;
	margin-right: 10px;
	background-position: 0 0;
}

.header_main .search {
	width: 300px;
	height: 41px;
	line-height: 41px;
	margin-top: 38px;
	border: 2px solid #ff0000;
	position: relative;
	float: right;
}

.header_main .search * {
	font-family: arial;
}

.header_main .search .sbtn {
	width: 100px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: -2px;
	top: -2px;
	background: #ff0000;
	cursor: pointer;
}

.header_main .search .stxt {
	width: 200px;
	padding-left: 10px;
	height: 41px;
	line-height: 41px;
	border: 0px;
	background: none;
	outline: none;
	color: #999;
}

.header_main .h_dwtop {
	width: 390px;
	padding: 32px 0 0 0;
	line-height: 26px;
	margin-left: 30px;
}

.header_main .h_dw {
	font-size: 16px;
	color: #333;
}

.header_main .h_dw span {
	display: block;
	color: #ff0000;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 3px;
	font-weight: bold;
}

.nav_main {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #ff0000;
	position: relative;
	z-index: 3;
}

.nav .list {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	/* line-height: 40px; */
	position: relative;
}

.nav_main .nav {
	width: 1200px;
	margin: 0 auto;
}

.nav_main .nav li {
	float: left;
	width: 13.5%;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	/* border-right: 1px solid #0b2d7e; */
	text-align: center;
}

.nav_main .nav li:first-child {
	/* border-left: 1px solid #0b2d7e; */
	background: none;
}

.nav_main .nav li:first-child.hover {
	background-color: #ff9000;
}

.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
}

.nav_main .nav li a:hover,
.nav_main .nav li a.hover,
.nav_main .nav li #hover2 {
	background: #ff9000;
}

.nav_main .nav dl {
	width: 99.5%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 12;
	/* border: 1px solid #0185d0; */
}

.nav_main .nav dl {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd {
	line-height: 49px;
	height: 49px;
	border-top: 1px solid #fff;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}

.nav_main .nav dl dd:first-child {
	border: none;
}

.nav_main .nav dl dd a {
	color: #666;
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align: center;
}

.nav_main .nav dl dd a:hover,
.nav_main .nav dl dd a.hover {
	background: #ff9000;
	color: #fff;
}

.nav_main .nav dl dd .three {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
}

.nav_main .nav dl dd:hover .three {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd .three {
	position: absolute;
	left: 158px;
	top: 4px;
	padding-left: 20px;
	color: #666;
	z-index: 10;
	background: url(../images/menu_bg.png) 12px 10px no-repeat;
}

.nav_main .nav dl dd .three a {
	color: #fff;
	width: 140px;
	font-size: 14px;
	background: #0185d0;
	text-align: center;
	display: block;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #ff0000;
	transition: ease-in-out .2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.nav_main .nav dl dd .three a:first-child {
	border-top: none;
}

.nav_main .nav dl dd .three a:hover {
	background: #ff9000;
	color: #fff;
}

.ico {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}


/* 340 */

.hvr-underline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #fac000;
	height: 3px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
	right: 0;
}


/*banner*/

.banner {
	position: relative;
	height: 760px;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}

.slider {
	width: 100%;
	height: 760px;
	margin: 0 auto;
	overflow: hidden;
}

.slider {}

.slider #slider1_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 760px;
	background: url(../images/shadow.png) bottom center no-repeat;
}

.slider .slides {
	cursor: move;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 760px;
}

.slider .slides div {
	width: 100%;
	height: 760px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.slider .slides div a {
	position: absolute;
	width: 1920px !important;
	left: 50% !important;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
}

.slider .slides img {
	width: 1920px !important;
	height: 760px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	left: -50% !important;
}

.av {
	background: url(../images/bac2.png) no-repeat center top !important;
	width: 24px !important;
	height: 24px !important;
}

.slidetip {
	position: fixed;
	z-index: 99;
	bottom: 50px;
	left: 48%;
}

.slidetip a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/bac.png) no-repeat center top;
}


/*info开始*/


/* #main .info{width:100%;height:140px;background:url(../images/info.jpg) no-repeat center top;clear:both;} */


/* #main .info p{width:50%;height:140px;line-height:140px;color:#fff;font-size:24px;padding-left:50px;float:left;} */


/* #main .info .more{display:block;width:195px;height:50px;text-align:center;background:url(../images/more.jpg) no-repeat center top;border:solid #fff 2px;float:right;font-size:18px;line-height:50px;position:relative;top:45px;color:#fff;letter-spacing:1px;} */


/*综合部分开始*/


/*产品开始*/

.product {
	width: 100%;
	min-height: 630px;
/*	background: url(../images/product.jpg) no-repeat center top;*/
background-color: #FBFBFB;
	background-size: 100% 100%;
	clear: both;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
}

.tit {
	width: 100%;
	height: 130px;
	margin: 0 auto;
	padding-top: 50px;
}

.tit h1 {
	width: 100%;
	height: 60px;
}

.tit h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FF0000;
	font-size: 30px;
	line-height: 60px;
}

.tit p {
	width: 100%;
	height: 41px;
	background: url(../images/protit.png) no-repeat center top;
}

.tit p a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #9e9e9e;
	font-size: 21px;
	line-height: 41px;
}

.tit .mm {
	width: 100%;
	height: 500px;
	margin: 0 auto;
}


/* .tit:hover h1 a{color:#f6c415;} */


/* .tit:hover p a{color:#666;} */


/* slideTxtBox2 */

.slideTxtBox2 {
	width: 100%;
	/*height:500px;*/
	margin: 0 auto;
	/*margin-top: 10px;*/
}

.slideTxtBox2 .hd {
	height: 36px;
	width: 1200px;
	margin: auto;
	margin-bottom: 80px;
}

.slideTxtBox2 .hd ul {
	float: left;
	height: 36px;
}

.slideTxtBox2 .hd ul li {
	float: left;
	width: 130px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	font-weight: bold;
	color: #008500;
	cursor: pointer;
	margin-right: 14px;
}

.slideTxtBox2 .hd ul li .img {
	width: 53px;
	height: 53px;
	float: left;
	display: block;
	overflow: hidden;
}

.slideTxtBox2 .hd ul li .img img {
	width: 53px;
	height: 53px;
	overflow: hidden;
}

.slideTxtBox2 .hd ul li .text {
	width: 190px;
	height: 53px;
	/*float:right;*/
}

.slideTxtBox2 .hd ul li .text p {
	width: 100%;
	height: 53px;
	line-height: 53px;
	text-align: center;
}

.slideTxtBox2 .hd ul li:hover {
	text-decoration: none;
	background: #FF0000;
}

.slideTxtBox2 .hd ul li.on {
	color: #fff;
	background: #FF0000;
}

.slideTxtBox2 .hd ul li.on .img {
	width: 53px;
	height: 53px;
	float: left;
	display: block;
	overflow: hidden;
	background-position: 53px 53px !important;
}

.slideTxtBox2 .hd ul li.on .img img {
	width: 53px;
	height: 53px;
	overflow: hidden;
}

.slideTxtBox2 .hd ul li.on .text {
	width: 190px;
	height: 53px;
	/*float:right;*/
	color: #fff;
}

.slideTxtBox2 .bd {
	width: 100%;
	/*height: 300px;*/
	margin: 0 auto;
	line-height: 25px;
	text-align: center;
	/*padding-top:30px;*/
}

.slideTxtBox2 .bd .hceg {
	width: 300px;
	/*height:255px;*/
	margin-right: 15px;
	overflow: hidden;
	background: #fff;
	border: solid 1px #ddd;
}


/* .slideTxtBox2 .bd .hceg a{width: 300px;height: 254px;} */

.slideTxtBox2 .bd .hceg img {
	max-width: 300px;
	/*height: 200px;*/
	/* border:solid 1px #ddd; */
	border-bottom: none;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.slideTxtBox2 .bd .hceg p {
	width: 300px;
	height: 45px;
	color: #fff;
	background: #FF0000;
	border: solid 1px #FF0000;
	text-align: center;
	clear: both;
	line-height: 45px;
	padding: 3.5px 0;
}

.slideTxtBox2 .bd .hceg:hover {}


/* .slideTxtBox2 .bd .hceg:hover img{transform:scale(1.1);} */

.slideTxtBox2 .bd .hceg:hover p {
	color: #fff;
	background: #f6c415;
	border: solid 1px #f6c415;
}

.index_b {
	width: 100%;
	/* height:580px; */
	margin: auto;
	/* margin-top:30px; */
	padding-top: 16px;
	overflow: hidden;
}

.index_bs {
	padding-top: 5px;
	/* border:1px solid blue; */
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	/*background: url(../images/bg01.png);*/
}

.index_bs a {
	width: 280px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.index_bs div {
	margin-left: 10px;
}

.index_bs a img {
	max-width: 100%;
	height: 324px;
}

.index_bs a span {
	width: 290px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	/* background: #FF0000; */
	color: #000;
	font-family: 宋体 常规;
	font-size: 16px;
	transition: all 0.3s;
}

.index_bs a:hover span {
	/* background: #a50000; */
}


/*优势开始*/

.ys {
	width: 100%;
	height: 790px;
	clear: both;
	margin: 0 auto;
	clear: both;
}

.ys .mm {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ys .mm ul {
	width: 100%;
	height: 520px;
	margin: 0 auto;
	position: relative;
}

.ys .mm ul .first {
	width: 470px;
	height: 160px;
	float: left;
}

.ys .mm ul .first img {
	width: 130px;
	height: 115px;
	float: left;
	padding-top: 20px;
}

.ys .mm ul .first h1 {
	width: 260px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	float: left;
	padding-top: 15px;
}

.ys .mm ul .first p {
	width: 260px;
	height: auto;
	color: #fff;
	font-size: 12px;
	line-height: 1.8;
	float: left;
}

.ys .mm ul .sec {
	width: 470px;
	height: 160px;
	float: right;
}

.ys .mm ul .sec img {
	width: 130px;
	height: 115px;
	float: right;
	padding-top: 20px;
}

.ys .mm ul .sec h1 {
	width: 260px;
	height: 50px;
	color: #343232;
	font-size: 18px;
	line-height: 50px;
	float: right;
	padding-top: 15px;
}

.ys .mm ul .sec p {
	width: 260px;
	height: auto;
	color: #a9a6a6;
	font-size: 12px;
	line-height: 1.8;
	float: right;
}

.ys .mm ul .three {
	width: 470px;
	height: 160px;
	float: left;
	margin-top: 180px;
}

.ys .mm ul .three img {
	width: 130px;
	height: 115px;
	float: left;
	padding-top: 20px;
}

.ys .mm ul .three h1 {
	width: 260px;
	height: 50px;
	color: #343232;
	font-size: 18px;
	line-height: 50px;
	float: left;
	padding-top: 15px;
}

.ys .mm ul .three p {
	width: 260px;
	height: auto;
	color: #a9a6a6;
	font-size: 12px;
	line-height: 1.8;
	float: left;
}

.ys .mm ul .four {
	width: 470px;
	height: 160px;
	float: right;
	margin-top: 180px;
}

.ys .mm ul .four img {
	width: 130px;
	height: 115px;
	float: right;
	padding-top: 20px;
}

.ys .mm ul .four h1 {
	width: 260px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	float: right;
	padding-top: 15px;
}

.ys .mm ul .four p {
	width: 260px;
	height: auto;
	color: #fff;
	font-size: 12px;
	line-height: 1.8;
	float: right;
}

.ys .mm ul .ysd {
	width: 310px;
	height: 530px;
	position: absolute;
	top: 0px;
	left: 510px;
}

.ys .mm ul li:hover img {
	position: relative;
	top: -10px;
}

.ys .mm ul li:hover h1 {
	position: relative;
	top: -10px;
}

.ys .mm ul li:hover p {
	position: relative;
	top: -10px;
}


/*案例开始*/

.tit2 {
	width: 100%;
	height: 175px;
	margin: 0 auto;
	text-align: center;
}

.tit2 a {
	display: block;
	width: 100%;
	height: 125px;
	text-align: center;
}

.tit2 a img {
	width: 380px;
	height: 125px;
	margin: 0 auto;
}

.tit2 p {
	width: 550px;
	height: auto;
	margin: 0 auto;
	color: #a2a2a2;
	font-size: 16px;
	text-align: center;
}

.case {
	width: 100%;
	height: 635px;
	margin: 0 auto;
	position: relative;
	clear: both;
	background: url(../images/index_bgh.jpg) no-repeat center top;
}

.case .mm {
	clear: both;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	top: 10px;
}

.case .mm .c1 {
	width: 965px;
	height: 235px;
	margin: 0 auto;
	z-index: 96;
	position: relative;
}

.case .mm .c1 li {
	width: 235px;
	height: 235px;
	float: left;
}

.case .mm .c1 li a {
	display: block;
	width: 100%;
	height: 100%;
}

.case .mm .c1 li a .picture3 {
	width: 220px;
	display: block;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	transition: 1s clip-path;
	position: relative;
	height: 220px;
}

.case .mm .c1 li a .picture3:hover {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	z-index: 95 !important;
}

.case .mm .c2 {
	width: 100%;
	height: 235px;
	margin: 0 auto;
	position: absolute;
	bottom: 27px;
	left: 0px;
	z-index: 95;
}

.case .mm .c2 li {
	width: 235px;
	height: 235px;
	float: left;
}

.case .mm .c2 li a {
	display: block;
	width: 100%;
	height: 100%;
}

.case .mm .c2 li a .picture3 {
	width: 220px;
	display: block;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	transition: 1s clip-path;
	position: relative;
	height: 220px;
}

.case .mm .c2 li a .picture3:hover {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	z-index: 97;
}

.case .mm .c2:hover {
	z-index: 97;
}


/*关于我们开始*/

.about {
	width: 100%;
	/*height:695px;*/
	margin: 0 auto;
	position: relative;
	clear: both;
	padding-bottom: 130px;
	padding-top: 45px;
	background: url(../images/sy-bg.png) no-repeat center;
}

.about .left {
	width: 160px;
	height: 500px;
	float: left;
	position: relative;
}

.about .left a {
	width: 160px;
	height: 500px;
	float: left;
	margin-bottom: 20px;
	margin-top: 70px;
}

.about .left a img {
	width: 160px;
	height: 500px;
}

.about .right {
	/*height:255px;*/
	width: 970px;
	margin: auto;
	position: relative;
}

.about .right .titc {
	display: block;
	/*border:solid #FF0000 1px;background:#fdfefc;*/
	text-align: center;
}

.about .right .titc img {
	width: 800px;
	/*height:250px;*/
	border: solid #FF0000 1px;
	padding: 5px;
}

.about .right .info {
	width: 845px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}

.about .right .info p {
	width: 100%;
	line-height: 1.6;
	font-size: 17px;
	color: #FF0000;
}

.about .right .info:hover p {
	color: #04528d;
}

.about .right ul {
	width: 770px;
	/*height:120px;*/
	margin: 0 auto;
	margin-top: 30px;
}

.about .right ul li {
	width: 130px;
	height: 130px;
	float: left;
	overflow: hidden;
	background: url(../images/abu.png) no-repeat center top;
	transition: all 0.3s ease-in 0ms;
	margin-left: 60px;
	margin-right: 60px;
}

.about .right ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 130px;
}

.about .right ul li font {
	font-size: 30px;
	line-height: 130px;
}

.about .right ul li:hover {
	background: url(../images/abu.png) no-repeat center bottom;
}


/*新闻资讯*/

.index_bgi {
	padding-bottom: 30px;
	position: relative;
	z-index: 9;
		background: url(../images/ys.jpg) no-repeat center;
		
}

.kg {
	width: 98%;
	margin: 0 auto;
	max-width: 1300px;
}

.indi_title {
	/*background:url(../images/indi_btbg.png) no-repeat top center;*/
	text-align: center;
	margin-top: -25px;
	font-size: 1.375rem;
	color: #878787;
}

.indi_title p {
	font-size: 2.25rem;
	color: #076CE0;
	font-weight: bold;
	padding-top: 40px;
	line-height: 42px;
}


/* .indi_nr{ padding-top:38px;} */

.indi_l {
	width: 65.5%;
}

.indi_bt {
	height: 76px;
}

.indi_bt li {
	float: left;
	margin-right: 30px;
	position: relative;
}

.indi_bt li a {
	font-size: 1.25rem;
	color: #3a3a3a;
	display: block;
	height: 76px;
	line-height: 70px;
}

.indi_bt li:hover a {
	color: #076CE0;
}

.indi_bt li i {
	display: block;
	width: 100%;
	height: 3px;
	background: #076CE0;
	position: absolute;
	bottom: 18px;
	left: 0;
	transition: 0.5s;
	transform: scaleX(0);
}

.indi_bt li:hover i {
	transition: 0.5s;
	transform: scaleX(1);
}

.indil_l {
	width: 40.3%;
	position: relative;
}

.indil_img {
	overflow: hidden;
}

.indil_img img {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.indil_img:hover img {
	transform: scale(1.1);
}

.indil_okg {
	position: absolute;
	bottom: 0;
	background: rgba(7, 108, 224, 0.7);
	width: 90%;
	padding: 25px 5%;
}

.indil_bt {
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	font-size: 1.25rem;
	color: #fff;
}

.indil_sj {
	color: #fff;
	margin-top: 10px;
}

.indil_nr ul {
	width: 57.7%;
}

.indil_nr li {
	padding-bottom: 15px;
}

.indil_nr li a {
	display: block;
	background: #fff;
	border: 1px solid #e3e3e3;
}

.indil_rq {
	width: 20%;
	height: 75px;
	color: #fff;
	text-align: center;
	background: #FF0000
}

.indil_rq p {
	font-size: 2.25rem;
	color: #fff;
	padding-top: 5px;
}

.indil_wb {
	width: 77%;
	padding-left: 3%;
}

.indil_mc {
	font-size: 1rem;
	color: #414141;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	padding-top: 5px;
}

.indil_ms {
	line-height: 20px;
	/*height:40px;*/
	overflow: hidden;
	color: #808080;
	margin-top: 5px;
}

.indil_nr li:hover .indil_mc {
	color: #076CE0;
}

.indi_r {
	width: 31%;
	border: 1px solid #e3e3e3;
	background: #f7f7f7;
	padding: 0 1% 0 1%;
}

.indir_title {
	height: 75px;
	border-bottom: 2px solid #e9e9e9;
	font-size: 0.875rem;
	color: #b3b3b3;
	font-weight: bold;
}

.indir_title p {
	font-size: 1.125rem;
	color: #565656;
	font-weight: bold;
	padding-top: 17px;
}

.indir_nr li {
	border-bottom: 1px dotted #ccc;
	padding: 27px 0 18px 0;
}

.wen {
	background: url(../images/wen.png) no-repeat left center;
	height: 21px;
	line-height: 21px;
	padding-left: 20px;
	overflow: hidden;
	font-size: 1.125rem;
	color: #474747;
}

.da {
	background: url(../images/da.png) no-repeat left top;
	height: 40px;
	line-height: 20px;
	padding-left: 20px;
	overflow: hidden;
	font-size: 0.875rem;
	color: #828282;
	margin-top: 15px;
}

.indir_nr li:hover .wen {
	color: #076CE0;
}


/*结尾开始*/

#footer {
	width: 100%;
	height: 320px;
	/*background: url(../images/pb.jpg) no-repeat center top;*/
	background: #FF0000;
	border-top: solid #FF0000 1px;
	clear: both;
}

.foot {
	width: 1320px;
	height: 200px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.foot .f1 {
	width: 290px;
	height: 200px;
	float: left;
	margin-left: 50px;
}

.foot .f1 h1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}

.foot .f1 li {
	width: 140px;
	height: 35px;
	float: left;
}

.foot .f1 li a {
	color: #fff;
	font-size: 12xp;
	line-height: 35px;
	float: left;
	letter-spacing: 1px;
}

.foot .f2 {
	width: 180px;
	height: 200px;
	float: left;
	margin-left: 30px;
}

.foot .f2 h1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}

.foot .f2 li {
	width: 140px;
	height: 35px;
	float: left;
}

.foot .f2 li a {
	color: #fff;
	font-size: 12xp;
	line-height: 35px;
	float: left;
	letter-spacing: 1px;
}

.foot .f3 {
	width: 180px;
	height: 200px;
	float: left;
	margin-left: 30px;
}

.foot .f3 h1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}

.foot .f3 li {
	width: 140px;
	height: 35px;
	float: left;
}

.foot .f3 li a {
	color: #fff;
	font-size: 12xp;
	line-height: 35px;
	float: left;
	letter-spacing: 1px;
}

.foot .f4 {
	width: 550px;
	height: 200px;
	float: left;
	margin-left: 10px;
	position: relative;
}

.foot .f4 h1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}

.foot .f4 li {
	width: 550px;
	height: 35px;
	float: left;
}

.foot .f4 li p {
	color: #fff;
	font-size: 12xp;
	line-height: 35px;
	float: left;
	letter-spacing: 1px;
}

.foot .f4 .img {
	width: 125px;
	height: 150px;
	position: absolute;
	top: 20px;
	right: 0px;
	display: block;
	text-align: center;
	color: #84919c;
}

.foot .f4 .img a {
	line-height: 40px;
	height: 40px;
	color: #fff;
}

.foot .f4 .img img {
	width: 140px;
	height: 140px;
}

.finfo {
	width: 100%;
	height: 40px;
	/* border-top: solid #6b7689 1px; */
	margin: 0 auto;
}

.finfo .banquan {
	width: 1320px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.finfo .banquan a {
	color: #fff;
}

.banquanleft {
	width: 950px;
	float: left;
	text-align: left;
	padding-left: 50px;
}


/* .banquanleft a{color:#fff;} */

.banquanright {
	width: 320px;
	float: left;
	text-align: right;
}


/* .banquanright a{color:#fff;} */


/*固定的悬浮窗*/

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 120px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar ul li a {
	color: #fff;
}

.yb_bar ul li a:visited {
	color: #fff;
}

.yb_bar .yb_top {
	background: #3155bc url(../images/fixcont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
	background: #3155bc url(../images/fixcont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #3155bc url(../images/fixcont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
	background: #3155bc url(../images/fixcont.png) no-repeat 0 -169px;
	text-align: center;
}

.yb_bar .yb_ercode img {
	width: 125px;
	height: 125px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}


/*----------------------------ny_index css-------------------------------------*/

.nybanner {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(/mycms/templates/css/images/nybanner.jpg)
}

.wrapper {
	position: relative;
}


/*--leftnav start--*/

.subleft {
	width: 240px;
	position: relative;
	margin-top: 50px;
	/* background: url(../images/bg.jpg) no-repeat top; */
	background-size: 100%;
}

.subleft .toptitle {
 	width: 188px;
 	background: #ff0000;
 	color: #fff;
 	padding:26px 26px 10px ;
 	top: -84px;
	border-radius:20px;
	margin-bottom:20px;
 }

.subleft .toptitle h3 {
	border-bottom: 3px solid #fff;
	color: #f9f9f9;
	font-weight: 700;
	font-size: 26px;
	display: block;
	line-height: 44px;
	/*padding-left: 57px;*/
}

.subleft .toptitle h4 {
	font-size: 16px;
	font-family: arial;
	text-transform: uppercase
}


/*leftnav tab*/

.subleft .cont {
 	padding: 14px;
 	background: #FF0000;
	border-radius:20px;
 }
.subleft .cont li {
	/* border-bottom: 10px solid #ff0000; */
	line-height: 40px;
	margin: 10px 0;
}

 .subleft .cont li a.sub1 {
 	display: block;
    color: #FF0000;
    transition: all .3s ease-out 0s;
    padding-left:30px;
	text-align:center;
    /* background:#fff; */
	background:url(../images/adv_w.png) left no-repeat #fff;
	background-origin:content-box;
	/* background-size:100% 100%; */
	font-size:16px;
	border-radius:30px;
	
 }

.subleft .cont li a.sub1 i {
	width: 30px;
	height: 30px;
	border: 1px solid black;
}

.subleft .cont li a.sub1:hover, .subleft .cont li :hover a.sub1 {
    background: url(../images/adv_wb.png) left no-repeat #fea600;
    /* background: #fea600; */
    background-origin: content-box;
    color: #fff;
    padding-left: 26px;
}


/*leftnav productlist*/


/*----rightmain start----*/

.subright {
	width: 1000px;
	/* border:1px solid #e2e2e2; */
	margin-top: 50px;
}

.subright .t {
	padding: 0 0 25px;
	color: #ff0505;
	font-size: 20px
}

.subright .t2 {
	color: #ff0505;
	font-size: 30px;
	display: block;
	padding: 30px 0
}

.sitepath {
	height: 49px;
	line-height: 49px;
	color: #88848b;
	border-bottom: 1px dashed rgb(219, 219, 219);
	margin-bottom: 20px;
	font-size: 16px;
}

.sitepath .home {
	width: 18px;
	height: 18px;
	display: inline-block;
	/* border:1px solid black; */
	margin: 0 auto;
	/* background-position: -100px -100px; */
	/* margin-top: 20px */
	background: url(../images/title_i.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
}

.sitepath .d1 {
	/* color:red; */
	color: #333;
	font-size: 22px;
}

.sitepath a {
	color: #88848b;
	display: inline-block;
	white-space: nowrap
}

.sitepath a:hover {
	color: #FF0000;
}


/*ny_show_ start*/

.arecttitle {
	/* border-bottom:1px dotted #ddd; */
	text-align: center;
}

.arecttitle h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 38px;
	color: #FF0000;
	margin-bottom: 5px;
}

.arecttitle .mark {
	width: 100%;
	padding: 5px 0 10px
}

.arecttitle .mark span {
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
	color: #666
}

.arecttitle .mark span:first-child {
	padding-left: 0
}

.showContxt {
	padding: 40px 0;
	line-height: 40px;
	margin-bottom: 30px;
}

.showContxt img {
	max-width: 100% !important;
	display: block;
	margin-top: 20px;
}

.showContxt .contlist {
	width: 90%;
	margin: auto;
}

.showContxt .contlist li {
	width: 50%;
	text-align: left;
	float: left;
	font-size: 16px;
}


/*ny_product_show start*/

.productlist {
	position: relative;
	/* border: 1px solid red; */
}

.productlist ul {
	padding-top: 10px;
	width: 100%;
}

.productlist ul li {
    width: 250px;
    height: 360px;
    display: block;
    float: left;
    margin: 0 25px 30px 25px;
    /* margin-bottom: 30px; */
    background: #fff;
    /* transition: all .3s ease-out 0s; */
    border: 1px solid #e5e5e5;
}


/* .productlist ul li:nth-child(4n){ */


/* width: 250px; */


/* height: 320px; */


/* display: block; */


/* float: left; */


/* margin-right: 0px; */


/* margin-bottom: 30px; */


/* background: #fff; */


/* transition: all .3s ease-out 0s; */


/* border: 1px solid #e5e5e5; */


/* } */

.productlist ul li .productshow {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.productlist ul li .productshow .d1 {
	position: absolute;
	z-index: 98;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.productlist ul li .productshow .d2 {
	display: none;
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: rgb(255, 255, 255, 0.7);
}

.productlist ul li .productshow .d1 .img {
	width: 100%;
	height: 90%;
	/* padding:5px; */
	display: block;
	margin: 0 auto;
	/* border-bottom: 1px solid red; */
	overflow: hidden;
}

.productlist ul li .productshow .d1 .img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.productlist ul li .productshow .d1 h3 {
	color: black;
	font-size: 18px;
	padding: 5px 0;
	transition: all .3s ease-in-out 0s;
	text-align: center;
}

.productlist ul li .productshow .d2 h2 {
	font-size: 18px;
	padding-top: 20%;
	color: blue;
	/* border:1px solid black; */
	/* margin-top:5%; */
}

.productlist ul li .productshow .d2 h3 {
	float: left;
	width: 80%;
	font-size: 16px;
	margin-top: 5%;
	padding-top: 10px;
	color: blue;
	/* border:1px solid black; */
	/* margin-top:5%; */
}

.productlist ul li .productshow .d1 h3 .jiadian {
	float: right;
	width: 20%;
	background: #f5f5f5;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
}


/* .productlist ul li:hover .productshow  .d2 {display:block;} */

.productlist ul li:hover .productshow .d1 img {
	transform: scale(1.1, 1.1);
	overflow: hide;
}

.productlist ul li:hover .productshow {
	background: #FF0000
}

.productlist ul li:hover .productshow .d1 h3 {
	color: #fff;
}


/*ny_product_show start*/

.caselist {
	position: relative;
	/* border: 1px solid red; */
}

.caselist ul {
	padding-top: 10px;
	width: 100%;
}

.caselist ul li {
	width: 290px;
	height: 270px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	background: #fff;
	/* transition: all .3s ease-out 0s; */
	border: 1px solid #e5e5e5;
}

.caselist ul li:nth-child(4n) {
	width: 290px;
	height: 270px;
	display: block;
	float: left;
	margin-right: 0px;
	margin-bottom: 30px;
	background: #fff;
	transition: all .3s ease-out 0s;
	border: 1px solid #e5e5e5;
}

.caselist ul li .productshow {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.caselist ul li .productshow .d1 {
	position: absolute;
	z-index: 98;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.caselist ul li .productshow .d2 {
	display: none;
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: rgb(255, 255, 255, 0.8);
}

.caselist ul li .productshow .d1 .img {
	width: 100%;
	height: 240px;
	/* padding:5px; */
	display: block;
	margin: 0 auto;
	/* border-bottom: 1px solid red; */
	overflow: hidden;
}

.caselist ul li .productshow .d1 .img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.caselist ul li .productshow .d1 h3 {
	color: black;
	font-size: 18px;
	/* padding: 20px 20px 0; */
	transition: all .3s ease-in-out 0s;
}

.caselist ul li .productshow .d2 h2 {
	font-size: 18px;
	padding-top: 30%;
	color: #ff0000;
	/* border:1px solid black; */
	/* margin-top:5%; */
}

.caselist ul li .productshow .d2 h3 {
	font-size: 16px;
	margin-top: 5%;
	padding-top: 10px;
	color: #ff0000;
	/* border:1px solid black; */
	/* margin-top:5%; */
}


/* .caselist ul li:hover .productshow  .d2 {display:block;}  */

.caselist ul li:hover .productshow .d1 img {
	transform: scale(1.2, 1.2);
	overflow: hide;
}


/*ny_newslist_show start*/

.newslist {
	padding: 0;
	width: 90%;
	margin: auto;
}

.newslist .item {
	width: 100%;
	display: block;
	margin-bottom: 28px;
	/* background: #f7f7f7; */
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.newslist .item a {
	display: block;
	padding: 20px
}

.newslist .item .img {
	width: 150px;
	height: 112px;
	background: #fff;
	overflow: hidden;
}

.newslist .item .img img {
	/* width: 100%; */
	height: 100%;
	margin: 0 auto;
	display: block;
	transition: all .3s ease-out 0s;
}

.newslist .item a:hover .img img {
	transform: scale(1.1, 1.1)
}

.newslist .item .txt {
	/* float:left; */
	margin-left: 15px;
	width: 650px;
	/* border:1px solid black; */
}

.newslist .item .txt h3 {
	color: #000;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.newslist .item .txt p {
	font-size: 14px;
	color: #999;
	line-height: 24px
}

.newslist .item .newstime {
	color: #fff;
	background: #ff0000;
	/* border-radius:50%; */
	width: 100px;
	height: 100px;
	/* float:right; */
	/* width:100px; */
	/* border:1px solid black; */
}

.newslist .item .newstime h1 {
	/* border:1px solid black; */
	font-size: 50px;
	font-family: "arial", 微软雅黑!important;
	text-align: center;
	padding: 6px 0 5px 0;
	/* border-bottom:3px solid #ff0000;; */
}

.newslist .item .newstime h2 {
	/* border:1px solid black; */
	padding-top: 5px;
	font-family: "arial", 微软雅黑!important;
	font-size: 16px;
	text-align: center;
}

.newslist .item a:hover .txt h3 {
	color: #ff0000
}

.newslist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	/* border:1px solid #ff0000; */
}


/*翻页 page*/

.pagess {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0;
	text-align: center;
	font-size: 12px
}

.pagess ul a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
	color: #999
}

.pagess ul span {
	display: inline-block;
	border: 1px solid #ff0000;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #ff0000;
	color: #fff;
}

.pagess ul a:hover {
	background: #ccc;
	color: #fff;
	border: 1px solid #ccc
}


/* .pagess ul li:hover a { color: #fff } 
*/

.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	background: #ccc;
	color: #fff
}

.pagess ul li.thisclass a {
	color: #fff
}

.pagess ul li a {
	display: block;
	color: #999
}

.pagess ul li a:hover {
	color: #fff
}

.reLink {
	width: 100%;
	margin: 20px 0 10px;
	line-height: 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.reLink .nextLink,
.reLink .prevLink {
	width: 50%;
	line-height: 60px;
	color: #333
}

.reLink .nextLink {
	text-align: right
}

.reLink a {
	font-size: 16px
}

.reLink a:hover {
	color: #fe0101
}