/*风格酷模板网  做优质整站模板下载网站  www.fenggeku.com*/

body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
a {
	color: #434343;
	text-decoration: none;
}
a:hover {
	color: #0e6fda;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease,  .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease,  .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

:-moz-placeholder {
color: #aaa;
}

::-moz-placeholder {
color: #aaa;
}
 input:-ms-input-placeholder,  textarea:-ms-input-placeholder {
color: #aaa;
}
 input::-webkit-input-placeholder,  textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/

.clear {
	clear:both;
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*网站顶部*/

.top_main {
	color: #666;
	font-size: 12px;
	line-height: 35px;
	background: #eeeeee;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #858585;
	vertical-align: middle;
	margin: 0;
	margin-top: -2px;
}
.top_main li a {
	color: #666;
	cursor: pointer;
}
.top_main li a:hover {
	color: #0e6fda;
}
/*网站头部*/

.header_main {
	width: 100%;
	height: 120px;
	z-index: 100;
}
.header_main .logo {
	display: block;
	margin-top: 20px;
}
.header_main .logo img {
	width: 100%;
	height: 100%;
	display: block;
}
.header_main .tel {
	margin-top: 32px;
	padding-left: 55px;
	background: url(../image/tel.png) no-repeat center left;
}
.header_main .tel span {
	color: #333;
	font-size: 15px;
	line-height: 20px;
}
.header_main .tel h3 {
	color: #0e6fda;
	font-size: 30px;
	line-height: 35px;
}
/*网站导航*/

.nav_main {
	width:100%;
	height: 50px;
	z-index: 3;
	background: #0e6fda;
}
.nav_main .nav li {
	float:left;
	width: 148px;
	line-height: 50px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
	border-left: 1px solid #1065c3;
transition: all .5s;
}
.nav_main .nav li:last-child {
	border-right: 1px solid #1065c3;
}
.nav_main .nav li a {
	display: block;
	color:#fff;
	font-size:16px;
}
.nav_main .nav li:hover, .nav_main .nav li.hover {
	background: #f1b11a;
}
.nav_main .nav dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 12;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}
.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: 40px;
	height: 40px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid #1065c3;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #fff;
	font-size: 14px;
	padding: 0;
	background: #0e6fda;
	text-align:center;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(left, #f1b11a, #f1b11a);
	background-image: linear-gradient(to right, #f1b11a, #f1b11a);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-size: 0% 100%;
}
.nav_main .nav dl dd a:hover {
	background-size: 100% 100%;
	color: rgba(255, 255, 255, 0.9999);
}
/*网站大图*/

#banner_main {
	overflow:hidden;
	position: relative;
	z-index: 2;
	max-width:1920px;
	margin:0 auto;
}
#banner_main .banner {
	height: 580px;
}
#banner {
	width:100%;
	min-width:1000px;
	position:relative;
	overflow:hidden;
	z-index:0;
}
#banner, .banner ul {
	max-height: 580px;
	overflow:hidden;
}
.banner li {
	width:100%;
	position:absolute;
	z-index:1;
	overflow:hidden;
	display: none;
}
.banner li:first-child {
	display:block;
}
.banner li img {
	width:1920px;
	display:block;
	position:relative;
	left:50%;
	margin-left:-960px;
	top:0;
}
#banner .tip {
	width:1000px;
	height: 10px;
	line-height:0;
	font-size:0;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-500px;
	bottom: 20px;
	z-index:3;
}
#banner .tip span {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	display:inline-block;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
transition: all .5s;
}
#banner .tip span.cur {
	background: #0e6fda;
}
#banner #btn_prev, #banner #btn_next {
	width: 70px;
	height: 70px;
	position:absolute;
	top: 50%;
	margin-top: -35px;
	background: url(../image/ad_ctr.png) no-repeat;
	z-index:5;
	border-radius: 100%;
	opacity: 0;
}
#banner #btn_prev {
	left: 4%;
}
#banner #btn_next {
	right: 4%;
	background-position: bottom;
}
#banner:hover #btn_prev, #banner:hover #btn_next {
	opacity: 0.8;
}
#banner #btn_prev:hover, #banner #btn_next:hover {
	opacity:1;
}
/*搜索栏*/

.search_main {
	height: 60px;
	width:100%;
	overflow:hidden;
	background: #0e6fda;
	border-top: 1px solid #fff;
}
.search_main .skey {
	float:left;
	line-height: 60px;
}
.search_main .skey p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
}
.search_main .skey p a {
	display:inline-block;
	font-weight: normal;
	color: #fff;
	border-right: 1px solid #e8e8e8;
	line-height: 15px;
	padding:0 12px;
}
.search_main .skey p a:last-of-type {
	border-right:none;
}
.search_main .search_form {
	float:right;
	width: 285px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #fff;
	background-color:#fff;
	position:relative;
	margin-top: 14px;
	border-radius: 3px;
	position:relative;
}
.search_main .search_form input {
	background-color: none;
	border: none;
	outline: none;
}
.search_main .search_form .stxt {
	width:245px;
	height: 30px;
	line-height: 28px;
	display: block;
	text-indent: 10px;
	color:#999;
}
.search_main .search_form .sbtn {
	width: 40px;
	height: 30px;
	display: block;
	cursor: pointer;
	position:absolute;
	top: 0;
	right: 0;
	font-size: 0;
	background: #0e6fda url(../image/search.png) center no-repeat;
	border-radius: 3px;
}
/*网站底部*/

.footer {
	background: #1c7fed;
}
.footer .w1200 {
	position: relative;
}
.footer .fnav {
	height: 60px;
	line-height: 60px;
	background: #0e6fda;
}
.footer .fnav a {
	float: left;
	display: block;
	width: 120px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.footer .fnav a.top {
	cursor:pointer;
	float:right;
	width: 140px;
	height: 60px;
	font-size: 14px;
	line-height: 78px;
	background: #f1b11a url(../image/top.png) center 13px no-repeat;
	text-align:center;
	color:#fff;
}
.footer .txt {
	padding-top: 10px;
	padding-bottom: 30px;
}
.footer .txt p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	margin-left: 20px;
}
.footer .txt p a {
	color: #fff;
}
.footer .ewm {
	position: absolute;
	top: 20px;
	right: 0;
}
.footer .ewm img {
	width: 100px;
	height: 100px;
}
.footer .ewm span {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
/*******index css*******/

/*首页标题*/

.index .in_title {
	position: relative;
	height: 50px;
	background: url(../image/lin.png) repeat-x;
}
.index .in_title .tit {
	width: 120px;
	height: 50px;
	background: #fff url(../image/tit_bg.png) no-repeat;
	padding-left: 30px;
}
.index .in_title .tit h3 {
	color: #333;
	font-size: 24px;
	line-height: 30px;
}
.index .in_title .tit p {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}
.index .in_title a {
	display: block;
	position: absolute;
	width: 83px;
	height: 25px;
	top: 12px;
	right: 35px;
	color: #666;
	line-height: 25px;
	background: #fff;
	text-align: center;
}
/*关于我们*/

.index .about {
	width: 100%;
	height: 375px;
	margin-top: 70px;
	margin-bottom: 70px;
}
.index .about .box {
	height: 375px;
	position: relative;
}
.index .about .box:before {
	display: inline-block;
	content: "";
	width: 1132px;
	height: 284px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f6f6f6;
}
.index .about .img {
	position: absolute;
	width: 460px;
	height: 325px;
	overflow: hidden;
}
.index .about .img img {
	width: 100%;
	height: 100%;
	display: block;
transition: all .5s;
}
.index .about .img:hover img {
	transform: scale(1.1);
}
.index .about .cont {
	position: absolute;
	width: 650px;
	top: 0;
	right: 40px;
}
.index .about .tit {
	width: 140px;
	height: 50px;
	background: url(../image/tit_bg.png) no-repeat;
	padding-left: 27px;
}
.index .about .tit h3 {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.index .about .tit p {
	color: #666;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
}
.index .about .text {
	color: #333;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	margin-top: 60px;
	height: 167px;
	overflow: hidden;
}
.index .about .more {
	display: block;
	width: 148px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
	color: #0e6fda;
	margin-top: 10px;
}
/*热门产品*/

.index .pro_hot {
	height: 640px;
	overflow: hidden;
	background: url(../image/pro_bg.jpg) no-repeat center top;
}
.index .pro_hot ul {
	overflow: hidden;
	position: relative;
}
.index .pro_hot ul li {
	float: left;
	height: 501px;
	width: 380px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 27px;
transition: all .5s;
}
.index .pro_hot ul li .img {
	width: 100%;
	height: 285px;
	overflow: hidden;
}
.index .pro_hot ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
transition: all .5s;
}
.index .pro_hot ul li h3 {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 24px;
transition: all .5s;
}
.index .pro_hot ul li p {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin: 0 20px;
	height: 70px;
	overflow: hidden;
}
.index .pro_hot ul li span {
	display: block;
	width: 100px;
	height: 30px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 25px;
	border-radius: 15px;
	border: 1px solid #ccc;
transition: all .5s;
}
.index .pro_hot ul li:hover {
	border: 1px solid #0e6fda;
}
.index .pro_hot ul li:hover h3 {
	color: #0e6fda;
}
.index .pro_hot ul li:hover span {
	color: #fff;
	background: #f1b11a;
	border-color: #f1b11a;
}
.index .pro_hot ul li:hover .img img {
	transform: scale(1.1);
}
.index .pro_hot .bd {
	height: 510px;
	margin-top: 46px;
	overflow: hidden;
}
.index .pro_hot .hd {
	position: relative;
}
.index .pro_hot .hd span {
	position: absolute;
	top: -285px;
	display: block;
	width: 25px;
	height: 50px;
	cursor: pointer;
}
.index .pro_hot .hd .prev {
	left: -40px;
}
.index .pro_hot .hd .next {
	right: -40px;
}
.index .pro_hot .hd .prev:after, .index .pro_hot .hd .prev:before,  .index .pro_hot .hd .next:after, .index .pro_hot .hd .next:before {
	content:"";
	display: block;
	position: absolute;
	top: 19px;
	width: 30px;
	height: 2px;
	background: #616161;
transition: all .5s;
}
.index .pro_hot .hd .prev:after, .index .pro_hot .hd .next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.index .pro_hot .hd .prev:before, .index .pro_hot .hd .next:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.index .pro_hot .hd .prev:after {
	top: 34px;
}
.index .pro_hot .hd .prev:before {
	top: 14px;
}
.index .pro_hot .hd .next:after {
	right: 0;
	top: 14px;
}
.index .pro_hot .hd .next:before {
	right: 0;
	top: 34px;
}
.index .pro_hot .hd .prev:hover:after, .index .pro_hot .hd .prev:hover:before,  .index .pro_hot .hd .next:hover:after, .index .pro_hot .hd .next:hover:before {
	background: #0e6fda;
}
/*产品中心*/

.index .pro_box {
	padding-top: 50px;
	padding-bottom: 30px;
}
.index .pro_box .in_title {
	margin-bottom: 55px;
}
.index .pro_box .pro_l {
	float: left;
	width: 268px;
	border: 1px solid #ccc;
}
.index .pro_box .pro_l .pro_l_left {
	margin: 0 10px;
	overflow: hidden;
}
.index .pro_box .pro_l .pro_tit {
	margin: 0 10px;
	height: 56px;
	border-bottom: 1px solid #ccc;
	margin-top: 28px;
	padding-left: 60px;
	background: url(../image/pro.png) no-repeat 10px 2px;
}
.index .pro_box .pro_l .pro_tit h3 {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.index .pro_box .pro_l .pro_tit span {
	display: block;
	color: #666;
	font-size: 12px;
	line-height: 16px;
}
.index .pro_box .pro_l ul {
	overflow: hidden;
}
.index .pro_box .pro_l ul li {
	color: #333;
	font-size: 14px;
	line-height: 47px;
	border-bottom: 1px solid #ccc;
}
.index .pro_box .pro_l ul li a {
	position: relative;
	display: block;
	color: #333;
	font-weight: bold;
	padding-left: 40px;
}
.index .pro_box .pro_l ul li a:after {
	content: ">";
	position:absolute;
	left: 10px;
	top:50%;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	font-family: 宋体;
	color: #d5d5d5;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	background: #434343;
	border-radius: 100%;
transition: all .5s;
}
.index .pro_box .pro_l ul li:last-child {
	border: 0;
}
.index .pro_box .pro_l ul li:hover a {
	color: #0e6fda;
}
.index .pro_box .pro_l ul li:hover a:after {
	background: #0e6fda;
}
.index .pro_box .pro_l .tel {
	color: #fff;
	font-size: 18px;
	line-height: 61px;
	padding-left: 87px;
	background: #0e6fda url(../image/cel.png) no-repeat 35px center;
}
.index .pro_box .pro_list {
	float: right;
	width: 904px;
}
.index .pro_box .pro_list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 9px;
	padding-bottom: 25px;
	text-align: center;
	background: #f6f6f6;
transition: .5s;
}
 .index .pro_box .pro_list li:nth-child(3n) {
margin-right: 0;
}
.index .pro_box .pro_list li .img {
	position: relative;
	width: 270px;
	height: 203px;
	overflow: hidden;
}
.index .pro_box .pro_list li .img img {
	width: 100%;
	height: 100%;
transition: all .5s;
}
.index .pro_box .pro_list li h3 {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	padding-top: 30px;
	padding-bottom: 15px;
transition: all .5s;
}
.index .pro_box .pro_list li span {
	display: inline-block;
	color: #666;
	font-size: 14px;
	line-height: 32px;
	width: 93px;
	height: 32px;
	border: 1px solid #ccc;
transition: all .5s;
}
.index .pro_box .pro_list li .img .mask {
	width: 100%;
	height: 100%;
	background: rgba(14, 111, 218, .8);
	position: absolute;
	left: 0;
	top: -100%;
transition: all .5s;
}
.index .pro_box .pro_list li .img .mask b {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 56px;
}
.index .pro_box .pro_list li .img .mask p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin: 0 12px;
	margin-top: 22px;
	height: 40px;
	overflow: hidden;
}
.index .pro_box .pro_list li:hover .img img {
	transform: scale(1.2);
}
.index .pro_box .pro_list li:hover .img .mask {
	top: 0;
}
.index .pro_box .pro_list li:hover h3 {
	color: #0e6fda;
}
.index .pro_box .pro_list li:hover span {
	color: #0e6fda;
	border-color: #0e6fda;
}
/*五大优势*/

.index .youshi {
	height: 600px;
	background: url(../image/youshi_bg.jpg) no-repeat center top;
}
.index .youshi .tit {
	text-align: center;
	padding-top: 70px;
}
.index .youshi .tit h3 {
	color: #333;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.index .youshi .tit p {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin-top: 8px;
}
.index .youshi ul {
	margin-top: 60px;
}
.index .youshi ul li {
	float: left;
	text-align: center;
	cursor: pointer;
}
.index .youshi ul li .bg {
	width: 238px;
	height: 322px;
	background: #fff;
	border: 1px solid #ccc;
	border-right: 0;
transition: all .5s;
}
.index .youshi ul li:last-child .bg {
	border-right: 1px solid #ccc;
}
.index .youshi ul li .bg .img {
	width: 126px;
	height: 80px;
	margin: 0 auto;
	padding-top: 47px;
}
.index .youshi ul li .bg .img img {
	width: 100%;
	height: 100%;
transition: all .5s;
}
.index .youshi ul li h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
transition: all .5s;
}
.index .youshi ul li .line {
	width: 37px;
	height: 1px;
	background: #0E6FDA;
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 18px;
transition: all .5s;
}
.index .youshi ul li p {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	width: 175px;
	margin: 0 auto;
transition: all .5s;
}
.index .youshi ul li:hover .bg {
	background: #0e6fda;
	border-color: #0e6fda;
}
.index .youshi ul li:hover .img img {
	filter: grayscale(100%) brightness(200%);
}
.index .youshi ul li:hover h3, .index .youshi ul li:hover p {
	color: #fff;
}
.index .youshi ul li:hover .line {
	background: #fff;
}
/*新闻中心*/

.index .news {
	padding: 50px 0;
}
.index .news ul {
}
.index .news ul li {
	width: 366px;
	padding: 33px 17px 0 17px;
	float: left;
}
.index .news ul li h3 {
	display: block;
	height: 44px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
	padding: 0 8px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
transition: all .5s;
}
.index .news ul li span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin: 10px 0 10px 8px;
}
.index .news ul li p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	height: 72px;
	margin-left: 8px;
	overflow: hidden;
}
.index .news ul li b {
	display: block;
	width: 94px;
	height: 32px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	background: #f6f6f6;
	border: 1px solid #ccc;
	margin-left: 8px;
	margin-top: 23px;
transition: all .5s;
}
.index .news ul li:hover h3 {
	color: #0e6fda;
	border-bottom: 1px solid #0e6fda;
}
.index .news ul li:hover b {
	color: #fff;
	background: #0e6fda;
	border-color: #0e6fda;
}
.index .news .bd {
	height: 250px;
	overflow: hidden;
}
.index .news .hd {
	position: relative;
}
.index .news .hd span {
	position: absolute;
	top: -140px;
	display: block;
	width: 25px;
	height: 50px;
	cursor: pointer;
}
.index .news .hd .prev {
	left: -40px;
}
.index .news .hd .next {
	right: -40px;
}
.index .news .hd .prev:after, .index .news .hd .prev:before,  .index .news .hd .next:after, .index .news .hd .next:before {
	content:"";
	display: block;
	position: absolute;
	top: 19px;
	width: 30px;
	height: 2px;
	background: #616161;
transition: all .5s;
}
.index .news .hd .prev:after, .index .news .hd .next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.index .news .hd .prev:before, .index .news .hd .next:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.index .news .hd .prev:after {
	top: 34px;
}
.index .news .hd .prev:before {
	top: 14px;
}
.index .news .hd .next:after {
	right: 0;
	top: 14px;
}
.index .news .hd .next:before {
	right: 0;
	top: 34px;
}
.index .news .hd .prev:hover:after, .index .news .hd .prev:hover:before,  .index .news .hd .next:hover:after, .index .news .hd .next:hover:before {
	background: #0e6fda;
}
/*工程案例*/

.index .case {
	height: 600px;
	background: url(../image/case_bg.jpg) no-repeat;
	background-position: center center;
}
.index .case .fl {
	width: 460px;
	float: left;
	padding-top: 175px;
}
.index .case .fl .tit {
	margin-bottom: 40px;
}
.index .case .fl .tit h3 {
	color: #333;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.index .case .fl .tit p {
	color: #999;
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
}
.index .case .fl .txt {
	width: 400px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 55px;
	overflow: hidden;
}
.index .case .fl .more {
	display: block;
	width: 130px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background: #F1B11A;
	border-radius: 20px;
}
.index .case .fl .more:hover {
	background: #333;
}
.index .case ul {
	width: 730px;
	padding-top: 23px;
}
.index .case ul li {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}
 .index .case ul li:nth-child(2n) {
margin-right: 0;
}
.index .case ul li .img {
	width: 355px;
	height: 266px;
	overflow: hidden;
}
.index .case ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
transition: all .5s;
}
.index .case ul li h3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
}
.index .case ul li:hover .img img {
	transform: scale(1.1);
}
/*联系我们*/

.index .contant {
	padding-bottom: 60px;
}
.index .contant .box {
	position: relative;
}
.index .contant .map {
	height: 313px;
	padding-top: 132px;
}
.index .contant .con {
	position: absolute;
	top: 65px;
	left: 55px;
	width: 240px;
	height: 382px;
	background: #0e6fda;
}
.index .contant .con .tit {
	height: 66px;
	border-bottom: 1px solid #3e8ce1;
	text-align: center;
	color: #FFFFFF;
}
.index .contant .con .tit h3 {
	font-size: 24px;
	line-height: 31px;
	padding-top: 10px;
}
.index .contant .con .tit p {
	font-size: 12px;
	line-height: 16px;
}
.index .contant .con li {
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	border-bottom: 1px solid #3e8ce1;
	padding-left: 42px;
	padding-right: 10px;
	background-position: 10px center;
	background-repeat: no-repeat;
	overflow: hidden;
}
 .index .contant .con li:nth-child(1) {
background-image: url(../image/lx_tel.png);
}
 .index .contant .con li:nth-child(2) {
background-image: url(../image/lx_qq.png);
}
 .index .contant .con li:nth-child(3) {
background-image: url(../image/lx_add.png);
font-size: 14px;
}
.index .contant .con .ewm {
	width: 126px;
	margin: 0 auto;
	margin-top: 15px;
}
.index .contant .con .ewm img {
	width: 100%;
	height: 100%;
	display: block;
}
.index .contant .con .ewm span {
	display: block;
	color: #fff;
	text-align: center;
}
/*******内页样式********/

.nybanner {
	width: 100%;
	position: relative;
	height: 300px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(http://anli.mobanzhongxin.com/yl512//skin/image/nybanner.jpg);
}
.submian {
	padding: 20px 0;
}
.submian .sobtitle {
	height: 35px;
	line-height: 35px;
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 20px;
}
.submian .sobtitle s {
	display: inline-block;
	width: 18px;
	height: 22px;
	margin-right: 10px;
	background: url(../image/locationIco.png) no-repeat;
	vertical-align: middle;
}
.submian .sobtitle a {
	font-size: 14px;
	color: #666;
}
.submian .sobtitle a:hover {
	color: #0e6fda;
}
/*内页左侧*/

.submian .subleft {
	width: 250px;
}
.submian .subleft .title {
	margin: 0 10px;
	height: 56px;
	border-bottom: 1px solid #ccc;
	margin-top: 28px;
	padding-left: 60px;
	background: url(../image/pro.png) no-repeat 10px 2px;
}
.submian .subleft .title h3 {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.submian .subleft .title span {
	display: block;
	color: #666;
	font-size: 12px;
	line-height: 16px;
}
/*栏目分页*/

.submian .subleft .lefta {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.submian .subleft .lefta .comt {
	margin: 0 10px;
	overflow: hidden;
}
.submian .subleft .lefta .comt ul {
	overflow: hidden;
}
.submian .subleft .lefta .comt ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	padding-left: 40px;
	border-bottom: 1px solid #ccc;
}
.submian .subleft .lefta .comt ul li:last-child a {
	border: 0;
}
.submian .subleft .lefta .comt ul li a:after {
	content: ">";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	font-family: 宋体;
	color: #d5d5d5;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	background: #434343;
	border-radius: 100%;
transition: all .5s;
}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
	color: #0e6fda;
}
.submian .subleft .lefta .comt ul li:hover a:after, .submian .subleft .lefta .comt ul li.hover a:after {
	background: #0e6fda;
}
.submian .subleft .lefta .comt ul li .boxlist {
	display: none;
	border-bottom: 1px solid #ccc;
}
.submian .subleft .lefta .comt ul li .boxlist li a {
	color: #838383;
	font-size: 12px;
	line-height: 35px;
	border-bottom: 0;
	padding-left: 40px;
}
.submian .subleft .lefta .comt ul li .boxlist li a:after {
	content: " ";
	left: 15px;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #0e6fda;
}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #0e6fda;
}
.submian .subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
/*推荐产品*/

.submian .leftnews {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.submian .leftnews ul {
	padding-top: 10px;
}
.submian .leftnews ul li {
	float: left;
	text-align:center;
	width: 110px;
	margin-left: 9px;
}
.submian .leftnews ul li img {
	width: 108px;
	height: 81px;
	border: 1px solid #ddd;
}
.submian .leftnews ul li p {
	color: #666;
	font-size: 12px;
	line-height: 30px;
transition: all .5s;
}
.submian .leftnews ul li:hover p {
	color:#0e6fda;
}
/*联系我们*/

.submian .leftnews .leftcont {
	background: #fff;
	padding: 10px;
}
.submian .leftnews .leftcont h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0e6fda;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.submian .leftnews .leftcont p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	padding-top: 10px;
	display: block;
}
/*内页右侧*/

.submian .subright {
	width: 930px;
}
/*默认单页*/

.submian .Aboutpage {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}
.submian .Aboutpage img {
	max-width: 100%;
}
.submian .t {
	padding: 0 0 25px;
	color: #0e6fda;
	font-size: 18px;
}
.submian .t2 {
	padding: 25px 0;
	color: #0e6fda;
	font-size: 24px;
}
/*文章列表*/

.submian .Newslist {
}
.submian .Newslist .list {
	padding-bottom: 20px;
}
.submian .Newslist .item {
	border-bottom: 1px dashed #eaeaea;
	display: block;
	padding: 20px 0;
transition: all .5s;
}
.submian .Newslist .item a {
	display: block;
}
.submian .Newslist .item .time {
	width: 120px;
	height: 100px;
	font-family: arial;
	font-size: 18px;
	color: #666;
	text-align: center;
	background: #f2f2f2;
}
.submian .Newslist .item .time .day {
	font-size: 40px;
	line-height: 60px;
	display: block;
}
.submian .Newslist .item .txt {
	width: 780px;
	cursor: pointer;
}
.submian .Newslist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
transition: all .5s;
}
.submian .Newslist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding:0;
}
.submian .Newslist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.submian .Newslist .item .txt p {
	color: #666;
	line-height: 25px;
	text-align: justify;
}
.submian .Newslist .item .txt p span {
	display: inline-block;
	color:#0e6fda;
	padding-left: 10px;
}
.submian .Newslist .item a:hover .txt h3 {
	color:#0e6fda;
}
/*图片列表*/

.Piclist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.Piclist ul.list li.item {
	float: left;
	width: 287px;
	margin-bottom: 30px;
	margin-right: 31px;
	border: 1px solid #F6F6F6;
}
.Piclist ul.list li.item a {
	display: block;
	width:100%;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
}
.Piclist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
transition: all .5s;
}
.Piclist ul.list li.item img {
	display: block;
	width: 287px;
	height: 215px;
}
.Piclist ul.list li.item a:hover {
	background: #0e6fda;
}
.Piclist ul.list li.item a:hover span {
	color: #fff;
}
.Piclist ul.list li.item .item_mask {
	width: 287px;
	height: 215px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter:Alpha(opacity=0);
*zoom:1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
transition: all ease-out .5s;
}
.Piclist ul.list li.item .item_link_icon {
	display: block;
	width:45px;
	height:45px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity:0;
	filter:Alpha(opacity=0);
*zoom:1;
	background: url(../image/See.png) center no-repeat;
}
.Piclist ul.list li.item:hover .item_mask {
	opacity: 1;
	filter:Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, .1);
}
.Piclist ul.list li.item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter:Alpha(opacity=100);
}
/*留言表单*/

.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 420px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 350px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 918px;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 52px;
	border: 2px solid #0e6fda;
	margin-right: 2px;
	text-align: center;
	background: #0e6fda;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #0e6fda;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}
/*内容详情页*/

.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	font-weight: bold;
}
.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
.submian .subright .conBox .ArticleMessage span:first-child {
	margin-left:0;
}
.submian .subright .conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.submian .subright .conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	color: #666;
	font-size:14px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
}
.submian .subright .conBox .ArticleTencont img {
	max-width: 100%;
}
.submian .subright .conBox #pic {
	text-align: center;
}
.submian .subright .conBox #pic img {
	display: inline-block;
	max-width: 800px;
	padding: 1px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}
/*内容分页*/

.reLink {
	height: 38px;
	border: 1px solid #ddd;
	margin: 10px auto 10px;
	padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #0e6fda;
}
.reLink .prevLink {
	float: left;
}
.reLink .nextLink {
	float: right;
}
/*浮动客服*/

.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #0e6fda;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../image/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #0e6fda;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0e6fda;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #0e6fda;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0e6fda;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #333;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
/*↓组图样式↓*/

.HS10, .HS15 {
	overflow:hidden;
	clear:both;
}
.HS10 {
	height:10px;
}
.HS15 {
	height:15px;
}
.Hidden {
	display:none;
}
.Clearer {
	display:block;
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
.FlLeft {
	float:left;
}
.FlRight {
	float:right;
}
/*幻灯片区域背景*/

.MainBg {
	width: 920px;
	margin:0 auto;
}
/*大图展示区域*/

.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 920px;
	overflow:hidden;
	position:relative;
	font-size:12px;
}
#OriginalPic img {
	display:block;
	min-width: 100px;
	margin:0 auto;
}
/*鼠标手势*/

.CursorL {
	position:absolute;
	z-index:999;
	width:50%;
	height: 100%;
	color:#FFF;
	left: 0;
	cursor:url(http://anli.mobanzhongxin.com/yl512//skin/image/CurL.cur), auto;
}
.CursorR {
	position:absolute;
	z-index:999;
	width:50%;
	height: 100%;
	color:#FFF;
	right:0;
	cursor:url(http://anli.mobanzhongxin.com/yl512//skin/image/CurR.cur), auto;
}
/*小图预览和滑动*/

.SliderPicBorder {
	width: 100%;
	overflow:hidden;
}
.ThumbPicBorder {
	width: 920px;
	margin:0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
}
.ThumbPicBorder #btnPrev {
	width:45px;
	height:113px;
	cursor:pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}
.ThumbPicBorder #btnNext {
	width:45px;
	height:113px;
	cursor:pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.ThumbPicBorder .pic {
	width: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor:pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display:block;
transition: all .5s;
}
#ThumbPic img.active {
	border: 3px solid #0e6fda;
}





.fy-mk40020016 .pc-list { width:auto; background: #ffffff; border: 1px solid #dfdfdf; padding:10px; border-top:none; }
.fy-mk40020016 .pc-list li.sort-item { margin-bottom: 10px; }
.fy-mk40020016 .pc-list li .pc-name { position: relative; height: 50px; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fy-mk40020016 .pc-list li .pc-name a { font-weight: lighter; background: #f0f0f0 url(../image/jt.png) no-repeat 14px 19px; line-height: 50px; font-size: 16px; color: #1d1819; padding-left: 30px; padding-right: 35px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fy-mk40020016 .pc-list li .pc-name:hover a,
.fy-mk40020016 .pc-list li.sort-item-on .pc-name a,
.fy-mk40020016 .pc-list li .pc-name a.on { color: #fff; background: #0e6fda url(../image/jt_h.png) no-repeat 14px 19px; transition: all 0.2s ease-in-out 0s; }

.fy-mk40020016 .pc-list .sort-item .turn { position: absolute; cursor: pointer; display: block; float: right; width: 35px; height: 50px; top: 0px; right: 0px; }
.fy-mk40020016 .pc-list .sort-item .turn { background: url("../image/jiah.png") no-repeat center center; background-size: 10px; }
.fy-mk40020016 .pc-list li.sort-item:hover .pc-name .turn { background: url("../image/jiah_h.png") no-repeat center center; background-size: 10px; }


.fy-mk40020016 .pc-list li.sort-item-on:hover .pc-name .turn,
.fy-mk40020016 .pc-list .sort-item-on .turn { background: url("../image/jianh.png") no-repeat center center; background-size: 10px; }
        

.fy-mk40020016 .pc-list .sort-item .bd { display: none; overflow: hidden; }
.fy-mk40020016 .pc-list .sort-item .bd ul { }
.fy-mk40020016 .pc-list .sort-item .bd li { width: 100%; float: left; height: 45px; line-height: 45px; margin-top:5px; background-color: #f0f0f0; }
.fy-mk40020016 .pc-list .sort-item .bd li.on a { color: #0d58a9; }
.fy-mk40020016 .pc-list .sort-item .bd li a { padding-left: 40px; font-size: 14px; display: block; color: #666666; line-height: 45px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fy-mk40020016 .pc-list .sort-item .bd li a span { float: right; }
.fy-mk40020016 .pc-list .sort-item .bd li a:hover { padding-left: 45px; color: #0d58a9; transition: all 0.2s ease-in-out 0s; }
.fy-mk40020016 .pc-list .sort-item-on .bd { display: block; }.fy-mk90060004 { }