﻿ 
/*------------------------------------ϵͳʼ---------*/
body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333;
	background-color: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;overflow:-Scroll;overflow-x:hidden;
	min-width: 1366px;
}
.h50{ height:50px;} 
p {
	line-height: 24px;
}
a {
	color: #333;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
/*
a:link {color:#666;text-decoration:none;}
a:visited {color:#999;text-decoration:none;}
a:active {color:#CCC;text-decoration:none;}
*/
a:hover {
	color:#009FE9;
	text-decoration: none;
}
div {
	word-break: break-all;
	word-wrap: break-word;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
em {
	color: #ccc;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: ''
}
input, select, buttom, textarea {
	font-size: 12px;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
.clr {
	clear: both
}
.h40 {
	height: 40px;
}
.h50{ height:50px; clear:both;}
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

 
	
	
.header{
	display: block;
	position: fixed;
	width: 100%;
	height: 100px;
	top:0;
	left:0;
	z-index: 99999;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	min-width: 1366px;
}

.header.hide{
	top: -100px;
	border-bottom: none;
}

.header.black{
	background-color: transparent;
	background-color: rgba(0,0,0,0.6);
	border-bottom: none;
}

.header2{
	display: none;
	position: fixed;
	width: 100%;
	height: 100px;
	background-color: #fff;
	top:0;
	left:0;
	z-index: 99999;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	border-bottom: 1px solid #d7d7d7;
	box-sizing: border-box;
	min-width: 1366px;
}

.map_dress {
	float: right;
	height: 16px;
	width: 60px;
	background-image: url(../images/mapico.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 25px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
	background-size: 16px;
	border-left: 1px #fff solid;
}
.map_dress strong {
	font-size: 15px;
	color: #fff;
}
.map_dress .fenzhan_list {
	width: 400px;
	padding: 10px;
	border: 2px #efefef solid;
	position: absolute;
	height: 300px;
	display: none;
	z-index: 999;
	background-color: #fff;
	right: 10px;
	text-align: left;
	top: 70px;
}
.map_dress .fenzhan_list h3 {
	font-size: 16px;
	border-bottom: 1px #efefef solid;
	line-height: 35px;
}
.map_dress .fenzhan_list ul li {
	float: left;
}
.map_dress .fenzhan_list ul li a {
	font-size: 14px;
	width: 70px;
	height: 40px;
	background-color: #efefef;
	margin: 5px;
	display: block;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
}
.map_dress .fenzhan_list ul li a:hover {
	background-color: #F00;
	color: #fff;
}
.map_dress .fenzhan_list i {
	display: block;
	width: 39px;
	height: 19px;
	background-image: url(../images/dsj.png);
	position: absolute;
	margin-top: -65px;
	margin-left: 350px;
}
.map_dress:hover .fenzhan_list {
	display: block;
}
.map_dress:hover strong {
	color: #F00
}
.map_dress .fenzhan_list b {
	display: none;
}
/*------------------------------------top---------*/
a:focus {
	outline: none;
}
a {
noOutline:expression(this.onFocus=this.blur());
}
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

 
.infobanner{
	display: block;
	padding: 170px 0 99px;
	text-align: center;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover; background-color:#030;
	position: relative;
}

.infobanner h4{
	position: relative;
	display: block;
	font-size: 40px;
	color: #fff;
	opacity: 0;
	top:100px;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out; font-weight:lighter; letter-spacing:10px;
}

.infobanner.show h4{
	opacity: 1;
	top:0;
}

.infobanner p{
	position: relative;
	display: block;
	margin-top: 25px;
	font-size:18px;
	color: #b6f2fe; line-height:33px;
	opacity: 0;
	top:100px;
	-webkit-transition: 0.3s 0.6s ease-in-out;
	-o-transition: 0.3s 0.6s ease-in-out;
	transition: 0.3s 0.6s ease-in-out; letter-spacing:5px;
}

.infobanner.show p{
	opacity: 1;
	top:0;
}
.banner-menu{
  position: absolute;
  right: 30px;
  bottom: 0;
}
.banner-menu ul  {
	display: block;
}
.banner-menu ul li{
    float: left;
    display: block;
	margin: 15px 0;
	border-left: 1px solid #ddd;
}
.banner-menu ul li a{
    color: #ddd;
    display: block;
    padding: 0 20px;
    text-align: center;
	line-height: 20px;
}

.banner-menu ul li a:hover{
	color: #fff;
	font-weight: bold;
}

.main-title{
    padding-left: 5px;
    padding-bottom: 50px;
}
.main-title h4{
    color: #009ad4;
    font-size: 18px;
    padding-bottom: 15px;
}
.main-title h2{
    font-size: 30px;
    color: #0e0717;
}
.main-title .hr1{
    margin-top: 20px;
    color: #515151;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgb(145, 182, 199);
}
.hr2{
    border-top: 1px dashed rgb(145, 182, 199);
    color: #515151;
    padding-top: 10px;
}
.prev,.next{
    padding-top: 5px;
}
.prev a ,.next a {
    color: #515151;
}
.prev a:hover{
    color: #009FE9;
}
.next a:hover{
    color: #009FE9;
}
.content{
    margin: 80px auto;
    width: 1200px;
}
.content-left{
    width: 50%;
    float: left;
    padding-top: 50px;
    padding-right: 20px;
    box-sizing: border-box;
}
.content-left p{
    line-height: 24px;
    color: #515151;
}
.content-left p img{
	max-width: 100%;
}
.about-tel{
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #009ad4;
    text-align: center;
    position: relative;
    background-color: #fff;
    margin-top: 60px;
}
.about-tel::before{
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(../images/pattern-1.jpg) repeat;
}
.about-tel h3{
    font-size: 20px;
    color: #0e0717;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 46px;
}
.content-right{
    float: right;
    padding: 40px 40px 40px 0px;
    margin-left: 50px;
    margin-right: 10px;
    box-sizing: border-box;
    position: relative;
}
.content-right::after{
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 140px;
    z-index: -1;
    border: 2px solid #009ad4;
}
.image{
    width: 480px;
    position: relative;
}
.image::before{
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(../images/pattern-2.png) no-repeat;
    z-index: -1;
}
.image img{
    width: 100%;
    display: block;
}
.image-title{
    position: absolute;
    left: 40px;
    bottom: 40px;
    box-sizing: border-box;
    font-size: 24px;
}
.image-title span{
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    color: #009ad4;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #0e0717;
    font-size: 36px;
    text-align: center;
}
.image-title .span2{
    float: left;
    padding-left: 10px;
    height: 100px;
}
.image-title p{
    line-height: 33px;
    color: #0e0717;
}

.product-list ul li{
    width: 285px;
    height: 300px;
    float: left;
    display: block;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.product-list ul li:nth-child(4n+0){
    margin-right: 0px;
}
.list-hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.6); */
    position: relative;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
	background-color:rgba(37,37,37,0.5);
}

.list-title{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 0px;
    transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.list-title h4{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.list-title h4:hover{
    color: #009ad4;
}
.list-title p{
    padding-top: 10px;
    color: #009ad4;
    font-size: 16px;
}

.play-img{
    height: 55px;
}
.play-img img{
    height: 100%;
}
.play-img a:hover img{
    filter: drop-shadow(0px 0px 1px #009FE9);
    -webkit-filter: drop-shadow(0px 0px 1px #009FE9);
}
.play-title{
    position: absolute;
    bottom: -50px;
    left: 30px;
    color: #fff;
    transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-list ul li:hover .play-title{
    bottom: 25px;
}
.product-list ul li:hover .list-hover{
    opacity: 1;
}
.product-list ul li:hover .list-title{
    bottom: 120px;
}

.list_page {
	display: block;
	padding: 50px 0;
	text-align: center;
	font-size: 14px;
	color: #ccc;
}
.list_page a {
	font-size: 14px;
	color: #ccc;
}
.list_page {
}
.list_page ul {
	display: block;
	font-size: 0;
	line-height: 0;
}
.list_page li {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
}
.list_page li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 36px;
	border: 1px solid #ccc;
	background: #fff;
	color: #0e0717;
	text-align: center;
	line-height: 36px;
	border-left: 0px;
}
.list_page li a:hover {
	background: #efefef;
	color: #0e0717;
}
.list_page li .up {
    border-left: 1px solid #ccc;
    /* border-radius: 20px 0 0 20px; */
}
/* .list_page li .up2 {
    border-radius: 0 20px 20px 0;
} */
.list_page li .list_page_now {
	background-color: #efefef;
	color: #0e0717;
}
.list_page li .list_page_now:hover {
	background-color: #efefef;
}


.jiejueapp{ height:566px; background-color:#f0f0f0;}
.jiejue_nr{ text-align:center;}
.top_heibg {
	height: 65px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999999999999999;
	background-color: #333;
	filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.5; /*Firefox私有，透明度50%*/
	opacity: 0.5;/*其他，透明度50%*/
}

#top {
	height: 50px;
	position:absolute;
	top:25px;
	width: 100%;
	z-index: 99999999999999999;
}
#top .logo {
	float: left;
	clear: right;
	margin-left:40px;
	margin-top:0px;
	height: 100%;
}
#top .logo img{
	height: 100%;
}
#top .dh {
	width: auto;
	float: right;
	text-align: left;
	margin-top:0px;
	min-width: 650px;
}
/* .pptel {
	text-align: right;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #595757;
	float: right;
	color: #fff; margin-right:60px; line-height:22px; 
}
.pptel strong {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
} */
#top .dh ul {
}
#top .dh ul .top-menu {
	height: 77px;
	padding-left: 18px;
	padding-right: 18px;
	border-right: 0px #CCCCCC solid;
	float: left;
	line-height: 16px;
	font-size: 15px;
}
#top .dh ul .top-menu .bt {
	color: #666666;
}
#top .dh ul .top-menu .bt a {
	color: #fff;
}
#top .dh ul .top-menu .bt a:hover {
	color: #009FE9;
}
#top .dh ul .top-menu a {
	color: #fff;
	line-height: 45px;
	display: block;
	background-image: url(../images/hover.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	background-size: 0px;
}

#top .dh ul .top-menu a:hover {
	background-image: url(../images/hover.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	line-height: 45px;
	background-size: 100%;
	color: #009FE9;
}

/* search弹出框 */
.search-box{
    display: none;
    width: 280px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    top: 60px;
    right: 35px;
	z-index: 1;
	border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.search-box::before{
	content: " ";
    position: absolute;
    top: -4px;
    left: 150px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_input {
    width: 240px;
    height: 40px;
    margin: 25px auto;
    position: relative;
}
#SearchStr {
	padding-left: 10px;
	width: 240px;
	height: 40px;
	font-size: 14px;
	background-color: #fff;
	color: #999;
    border: 1px solid #aaa;
	float: left;
	border-radius: 4px;
    box-sizing: border-box;
}
.search-icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
}

.lang-change{
	float: right;
	display: flex;
}
.search a{
	display: block;
	height: 45px;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
}
.search a img{
	height: 100%;
	width: auto;
}
.lang{
    position: relative;
}
.lang-box{
	height: 45px;
	display: flex;
	color: #fff;
	padding: 10px 25px 10px 20px;
	line-height: 24px;
	position: relative;
	cursor: pointer;
}
.lang-box:hover .lang-icon{
	border-color: hsla(0,0%,100%,.9) transparent transparent transparent;
}
.lang-box::before{
	content: "";
    position: absolute;
    left: 0;
    top: 13px;
    bottom: 13px;
    border-right: 2px solid #e1e1e1;
}
.lang-box img{
	height: 100%;
	width: auto;
	margin-right: 6px;
}
.lang-icon{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: hsla(0,0%,100%,.3) transparent transparent transparent;
	/* -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
	transform: scale(.8);
    min-width: 1em;
	min-height: 1em; */
	margin: 9px;
}

.lang-menu{
	display: none;
	position: absolute;
	top: 60px;
	left: -65px;
	width: 160px;
	box-shadow: 1px 1px 6px 0 hsla(0,0%,77%,.5);
	border-radius: 4px;
	padding: 0 10px;
	background-color: #fdfdfd;
	z-index: 1;
}
.lang-menu::before{
	content: " ";
    position: absolute;
    top: -4px;
    left: 110px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lang-menu ul li{
	list-style: none;
}
.lang-menu ul li:not(:last-child){
	border-bottom: 1px solid #eee;
}
.lang-menu ul li a{
	display: block;
	text-align: center;
	cursor: pointer;
	color: #262626;
	line-height: 50px;
}
.lang-menu ul li a img{
	width: 24px;
    height: 24px;
    margin-right: 3px;
    margin-top: -2px;
    vertical-align: middle;
}
.lang-menu ul li a span{
	display: inline-block;
    min-width: 4em;
	text-align: left;
}



#top2 {
	height: 50px;
	position:absolute;
	top:25px;
	width: 100%;
	z-index: 99999999999999999;
}
#top2 .logo2 {
	float: left;
	clear: right;
	margin-left:40px;
	margin-top:0px;
	height: 100%;
}
#top2 .logo2 img{
	height: 100%;
}
#top2 .dh {
	width: auto;
	float: right;
	text-align: left;
	margin-top:0px;
	min-width: 650px;
}

#top2 .dh ul {
}
#top2 .dh ul .top-menu {
	height: 75px;
	padding-left: 18px;
	padding-right: 18px;
	border-right: 0px #CCCCCC solid;
	float: left;
	line-height: 16px;
	font-size: 15px;
}
#top2 .dh ul .top-menu .bt {
	color: #666666;
}
#top2 .dh ul .top-menu .bt a {
	color: #fff;
}
#top2 .dh ul .top-menu .bt a:hover {
	color: #009FE9;
}
#top2 .dh ul .top-menu a {
	color: #000;
	line-height: 45px;
	display: block;
	background-image: url(../images/hover.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	background-size: 0px;
}

#top2 .dh ul .top-menu a:hover {
	background-image: url(../images/hover.png);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	line-height: 45px;
	background-size: 100%;
	color: #009FE9;
}

.lang-change2{
	float: right;
	display: flex;
}
.search2 a{
	display: block;
	height: 45px;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
}
.search2 a img{
	height: 100%;
	width: auto;
}
.lang2{
    position: relative;
}
.lang-box2{
	height: 45px;
	display: flex;
	color: #000;
	padding: 10px 25px 10px 20px;
	line-height: 24px;
	position: relative;
	cursor: pointer;
}
.lang-box2:hover .lang-icon2{
	border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
}
.lang-box2::before{
	content: "";
    position: absolute;
    left: 0;
    top: 13px;
    bottom: 13px;
    border-right: 2px solid #aaa;
}
.lang-box2 img{
	height: 100%;
	width: auto;
	margin-right: 6px;
}
.lang-icon2{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
	/* -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
	transform: scale(.8);
    min-width: 1em;
	min-height: 1em; */
	margin: 9px;
}

.lang-menu2{
	display: none;
	position: absolute;
	top: 60px;
	left: -65px;
	width: 160px;
	box-shadow: 1px 1px 6px 0 hsla(0,0%,77%,.5);
	border-radius: 4px;
	padding: 0 10px;
	background-color: #fdfdfd;
}
.lang-menu2::before{
	content: " ";
    position: absolute;
    top: -4px;
    left: 110px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lang-menu2 ul li{
	list-style: none;
}
.lang-menu2 ul li:not(:last-child){
	border-bottom: 1px solid #eee;
}
.lang-menu2 ul li a{
	display: block;
	text-align: center;
	cursor: pointer;
	color: #262626;
	line-height: 50px;
}
.lang-menu2 ul li a img{
	width: 24px;
    height: 24px;
    margin-right: 3px;
    margin-top: -2px;
    vertical-align: middle;
}
.lang-menu2 ul li a span{
	display: inline-block;
    min-width: 4em;
	text-align: left;
}

#top .dh .nav span:hover .menu-hover {
    display: block;
}
#top2 .dh .nav span:hover .menu-hover {
    display: block;
}

.menu-hover{
	display: none;
    position: absolute;
	right: 0;
	top: 75px;
    z-index: 1;
    width: 100%; 
    min-height: 310px;
    background: #fff;
    border-bottom: 0px #000 solid;
}
.menu-hover .er_img{ 
    float: left; 
    margin: 60px;
    width: 23%;
    height: 205px;
}
.menu-hover .er_img img{
    width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.menu-hover .er_menu {
    width: 13%;
    float: left;
    margin-left: 15%;
    margin-top: 40px;
}
.menu-hover .er_menu li {
    /* height: 40px;
    line-height: 40px;
    padding: 5px;
    clear: both;
    border-left: 1px #d7d7d7 solid;
    border-right: 1px #d7d7d7 solid;
    background-image: none; */
}
.menu-hover .er_menu li a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    border-left: 1px #d7d7d7 solid;
    border-right: 1px #d7d7d7 solid;
    color: #555;
}
.menu-hover .er_menu li a:hover {
    color: #009FE9;
}
.menu-hover .er_info {
    float: left;
    width: 30%;
    text-align: left;
    margin-left: 100px;
    margin-top: 60px;
    color: #555;
}

.menu-hover .er_info strong {
    font-size: 18px;
    margin-bottom: 10px;
	display: block;
	font-weight: bold;
    color: #000;
}

.menu-hover .er_info p {
    color: #555;
    line-height: 30px;
} 


/* fullSlide */
.fullSlide{width:100%;position:relative;height:700px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:700px;overflow:hidden;text-align:center; position: relative;}
/* .fullSlide .bd li a{display:block;height:700px;} */
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:25px;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;display: table;margin: 0 auto}
.fullSlide .hd ul li{display: table-cell;vertical-align: middle;cursor:pointer;display:inline-block;*display:inline;zoom:1;width:8px;height:8px;border-radius: 8px;margin:0 8px;overflow:hidden;background:#fff;filter:alpha(opacity=100);opacity:1;line-height:999px;}
.fullSlide .hd ul .on{background:url(../images/circular.png);width: 24px;height: 24px;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:2%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:2%;background-position:-6px -137px;}

.banner-title{
	width: 600px;
	position: absolute;
	top: 220px;
	left: 200px;
	text-align: left;
	color: #fff;
	padding: 10px;
}
.banner-title h1{
	font-size: 50px;
	font-weight: normal;
}
.banner-title p{
	padding-top: 20px;
}

.banner-more a{
	color: #0f8ac5;
	width: 150px;
	height: 40px;
	display: block;
	background-color: #fff;
	margin-top: 30px;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
}

.banner-image{
	width: 38%;
	position: absolute;
	top: 110px;
	right: 10%;
	min-width: 600px;
}
.banner-image img{
	width: 100%;
}
/*over*/
@media (max-width:1560px){
	.banner-image{
		right: 50px;
	}
}



.infobanner{ height:400px;  }
.indexbanner{ height:700px; background-color:#ccc}
.brand_desi {
	height: 74px;
	border: 0px #efefef solid;
	width: 1065px;
	margin: auto;
	border-radius: 100px;/*普通*/
	-moz-border-radius: 100px;/*firfox*/
	-webkit-border-radius: 100px;/*firfox*/
	line-height: 74px;
	font-size: 18px;
	background-color: #fff;
	box-shadow: 0px 0px 2px #dedede;/*摄影，第一个值是X，第二个是Y，第三个是大小*/
	-webkit-box-shadow: 0px 0px 2px #dedede;
-moz-box- shadow: 0px 0px 2px #dedede;
	z-index: 2;
	position: relative;
	margin-top: -40px;
}
.brand_desi a {
	display: block;
	height: 74px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/line_r.png);
	background-repeat: no-repeat;
	background-position: right;
}
.brand_desi a:hover {
	background-color: #e61000;
	color: #fff;
	background-image: none;
}
.brand_desi .br_one {
	padding-left: 32px;
	text-align: left;
	border-radius: 100px 0px 0px 100px;
}
.brand_desi .br_last {
	padding-left: 32px;
	text-align: left;
	border-radius: 0px 100px 100px 0px;
	background-image: none;
}
.index_info {
	text-align: center;
	border-bottom: 1px #CCCCCC dotted;
	padding: 40px;
	padding-bottom: 0px;
}
 .index_title{ text-align:center; height:100px; color:#252525;}
  .index_title strong{ font-size:30px; display:block; margin-top:20px;} 
  .index_title span{display: block; font-size:18px;margin-top: 10px;}
  
 .index_title2{ text-align:center; height:100px; color:#fff;}
  .index_title2 strong{ font-size:36px; display:block; margin-top:20px;} 
  .index_title2 span{ font-size:15px;}
  
.zhuanye {
	font-size: 28px;
	line-height: 65px;
	color: #434343;
}
.case_title {
	text-align: center; margin-bottom:30px; margin-top:20px;
 
	;
}
.case_title span {
	font-size: 34px;
	font-weight: bold;
	color: #666;
	display: block
}
.case_title strong {
	font-size: 33px;
	line-height: 35px;
	color: #F00;
}
.case_title a {
	font-size: 15px;
	background-color: #efefef;
	padding: 5px 15px 5px 15px;
}
.case_title a:hover {
	background-color: #00CCFF;
	color: #fff;
}
.case_title li {
	display: inline-block;
}
.case_title i {
	width: 140px;
	border-bottom: 1px #666 solid;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.case_title ul {
	margin-top: 20px;
	word-spacing: 20px;
	text-align: center;
}
.case_title p {
	font-size: 16px;
	padding-top: 20px;
	margin-bottom: 30px;
}
.case_title .now {
	background-color: #00CCFF;
	color: #fff;
}
.case_index_list {
	width: 1209px;
	margin: auto;
	margin-top: 30px;
}
.case_index_list li {
	width: 389px;
	height: 345px;
	float: left;
	margin: 7px;
	border-bottom: 1px #ccc dotted;
	margin-top: 14px;
}
.case_index_list li strong {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 10px;
}
.case_index_list li img {
	width: 389px;
	height: 265px;
}
.case_index_list a:hover li img {
	filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.5; /*Firefox私有，透明度50%*/
	opacity: 0.5;/*其他，透明度50%*/
}
.case_index_list li p {
}
.case_index_list a:hover li strong {
	color: #F00
}
.more {
	height: 100px;
	padding-top: 30px;
}
.more a {
	display: block;
	width: 140px;
	height: 40px;
	text-align: center; 
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	margin: auto;
	border-radius: 30px;/*普通*/
	-moz-border-radius: 30px;/*firfox*/
	-webkit-border-radius: 30px;/*firfox*/ background-color:#333;
}
.more a:hover {
	background-color: #f00; 
}
 

.line {
	height: 1px;
	border-bottom: 1px #CCCCCC dotted;
}
.server_xm {
	width: 580px;
	height: 580px;
	background-image: url(../images/fwxmbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	border: 2px #e7e7e7 dotted;
	border-radius: 1130px;/*普通*/
	-moz-border-radius: 1130px;/*firfox*/
	-webkit-border-radius: 1130px;/*firfox*/
	margin-top: 60px;
	margin-bottom: 60px;
}
.server_xm a {
	display: block;
	width: 160px;
	height: 160px;
	background-color: #f6f6f6;
	border-radius: 230px;/*普通*/
	-moz-border-radius: 230px;/*firfox*/
	-webkit-border-radius: 230px;/*firfox*/
	position: absolute;
	text-align: center;
	color: #333333;
}
.server_xm a:hover {
	background-color: #e61000;
	color: #fff;
	width: 180px;
	height: 180px;
	transform: rotate(360deg);
}
.server_xm strong {
	font-size: 24px;
	margin-top: 50px;
	display: block;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.server_xm span {
	font-size: 15px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.server_xm a:hover strong {
	margin-top: 60px;
	color: #fff;
	font-size: 28px;
}
.server_xm a:hover span {
	color: #fff;
	font-size: 18px;
}
.server_xm .ser_1 {
	margin-left: 115px;
	margin-top: -5px;
}
.server_xm .ser_1:hover {
	margin-left: 105px;
	margin-top: -15px;
}
.server_xm .ser_2 {
	margin-left: 320px;
}
.server_xm .ser_2:hover {
	margin-left: 310px;
	margin-top: -10px;
}
.server_xm .ser_3 {
	margin-top: 156px;
	margin-left: -22px;
}
.server_xm .ser_3:hover {
	margin-top: 146px;
	margin-left: -32px;
}
.server_xm .ser_4 {
	margin-top: 156px;
	margin-left: 444px;
}
.server_xm .ser_4:hover {
	margin-top: 146px;
	margin-left: 434px;
}
.server_xm .ser_5 {
	margin-top: 356px;
	margin-left: 15px;
}
.server_xm .ser_5:hover {
	margin-top: 346px;
	margin-left: 5px;
}
.server_xm .ser_6 {
	margin-top: 346px;
	margin-left: 410px;
}
.server_xm .ser_6:hover {
	margin-top: 336px;
	margin-left: 400px;
}
.server_xm .ser_7 {
	margin-top: 444px;
	margin-left: 212px;
}
.server_xm .ser_7:hover {
	margin-top: 434px;
	margin-left: 202px;
}
.pslc {
	width: 1216px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.zheyang {
	background-color: #009FE9;
	padding-top: 50px;
	padding-bottom: 50px;
}
.zheyang ul {
	width: 1127px;
	margin: auto;
	color: #fff;
	text-align: center;
}
.zheyang strong {
	font-size: 36px;
	line-height: 64px;
	display: block;
}
.zheyang p {
	font-size: 14px;
	margin-bottom: 30px;
}
.list_news ul li {
	float: left;
}
.list_news .bd {
	width: 1190px;
	margin: auto;
}
.list_news ul li a {
	width: 357px;
	height: 208px;
	padding: 5px 7px;
	margin: 20px 24px 0 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	transition: all .6s;
	color: #454545;
	display: block;
}
.list_news ul li .info2 {
	padding: 11px;
	text-align: center;
}
.list_news ul li .info2 span {
	line-height: 25px;
	display: block;
	height: 60px;
	font-size: 18px;
}
.list_news ul li .info2 p {
	line-height: 25px;
}
.list_news ul li a:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.ljdz {
	background-color: #009FE9;
	padding: 60px;
	text-align: center;
	color: #fff;
}
.ljdz a {
	width: 150px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;/*普通*/
	-moz-border-radius: 30px;/*firfox*/
	-webkit-border-radius: 30px;/*firfox*/
	display: block;
	font-size: 28px;
	text-align: center;
	color: #009FE9;
	line-height: 40px;
	margin: auto;
}
.ljdz strong {
	font-size: 38px;
	display: block;
	line-height: 85px;
}
.ljdz span {
	font-size: 24px;
	font-weight: bold;
}
.ljdz p {
	font-size: 19px;
	line-height: 35px;
	margin-top: 20px;
}
.erweima {
	text-align: center;
}
.erweima span {
	font-size: 36px;
	color: #454545;
	line-height: 96px;
}
.erweima p {
	font-size: 18px;
}
.erweima p strong {
	color: #F00;
	font-size: 25px;
	display: block;
	line-height: 44px;
} 
.list_page, .list_page2 {
	display: block;
	padding: 50px 0;
	text-align: center;
	font-size: 14px;
	color: #ccc;
}
.list_page a, .list_page2 a {
	font-size: 14px;
	color: #ccc;
}
.list_page {
}
.list_page ul {
	display: block;
	font-size: 0;
	line-height: 0;
}
.list_page li {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
}
.list_page li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 36px;
	border: 1px solid #ccc;
	background: #fff;
	color: #262626;
	text-align: center;
	line-height: 36px;
	border-left: 0px;
}
.list_page li a:hover {
	background: #efefef;
	color: #262626;
}
.list_page li .up {
	border-left: 1px solid #ccc;
}
.list_page li .list_page_now {
	background-color: #efefef;
	color: #262626;
}
.list_page li .list_page_now:hover {
	background-color: #efefef;
}
.pro_dis {
	width: 988px;
	margin: auto;
	text-align: left;
	padding-bottom: 40px;
}
.pro_dis img {
	width: 100%;
	height: auto;
}
.dress {
 
	font-size: 14px;
	color: #fff; float:left; margin-right:10px;
}
.dress a {
	color: #fff
}
.pro_dis h1 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 35px;
}
.pro_dis h2 {
	font-size: 15px;
	font-weight: lighter;
	line-height: 15px;
	margin-bottom: 20px;
}
.pro_dis .xiangmu_js {
	font-size: 14px;
}
.contentMun {
	height: 150px;
	width: 840px;
	margin: 0px auto;
}
.contentMun .child {
	padding-top: 50px;
	width: 280px;
	text-align: center;
	float: left;
}
.contentMun .child .mun {
	font-size: 66px;
	height: 46px;
	color: #444;
}
.contentMun .child p {
	font-weight: 100;
	font-size: 20px;
	color: #444;
}
.team_info {
	text-align: center;
	margin-top: 30px;
}
.team_info strong {
	font-size: 36px;
	display: block
}
.team_info span {
	font-size: 23px;
	color: #F00;
	line-height: 55px;
}
.team_info p {
	line-height: 25px;
	font-size: 16px
}
.team_img {
	text-align: center;
}
.kejian {
	text-align: center
}
.kejian strong {
	font-size: 29px;
	line-height: 63px;
	display: block;
}
.kejian ul {
	background-color: #404040;
	padding: 20px;
}
.ganghao {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.ganghao strong {
	font-size: 32px;
	color: #F00
}
.ganghao p {
	font-size: 14px;
	width: 600px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.info {
	width: 1000px;
	margin: auto;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 22px;
}

.art_xx {
	border-bottom: 1px #CCCCCC solid;
	text-align: center; padding-bottom:20px;
}
.nm_next {
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.art_dis {
	font-size: 14px;
	/* padding: 40px; */
	line-height: 22px;
}
.art_dis img {
	max-width: 100%;
}
.news_list3 li {
	line-height: 35px;
}
.mainTitle {
	color: #434343;
	font-size: 42px;
	line-height: 72px;
	letter-spacing: 5px;
	font-family: 'MyriadPro-LightCond';
	font-weight: 100;
	font-stretch: ultra-condensed;
	width: 100%;
	text-align: center;
}
.mainSub {
	width: 37px;
	height: 2px;
	background: #009FE9;
	margin: 0px auto;
}
.mainInfo {
	padding: 10px 0px;
	text-align: center;
	font-size: 30px;
	color: #434343;
	font-family: 'Noto Sans S Chinese Light', 'NotoSansHans-Light', '微软雅黑';
	border-bottom: 1px solid #bfbfbf;
	margin: auto;
	width: 180px;
	display: block
}
.mainInfo_2 {
	display: block;
	margin-top: 30px;
	color: #e50012;
	font-size: 28px;
}
.red {
	color: #009FE9;
}
.red2 {
	color: #009FE9;
	font-size: 24px
}
.lx_kk {
	width: 1100px;
	margin: auto;
	margin-top: 50px;
}
.lx_kk .lx_left {
	width: 490px;
	float: left;
	text-align: left;
	color: #434343;
	border-right: 1px #949494 solid;
	padding-right: 80px;
}
.lx_kk .lx_left h1 {
	font-size: 33px;
	padding: 0px;
	margin: 0px;
}
.lx_kk .may_help {
	font-size: 30px;
	color:#009FE9;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.lx_kk .lx_right {
	width: 480px;
	float: right;
}
.lx_kk .lx_right strong {
	font-size: 18px;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #434343;
	font-weight: lighter;
}
.lx_kk .lx_right input {
	width: 100%;
	display: block;
	height: 38px;
	background-color: #dcdcdc;
	border: 0px;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.lx_kk .lx_right textarea {
	margin-bottom: 20px;
	line-height: 18px;
	width: 100%;
	padding: 10px;
	background-color: #dcdcdc;
	border: 0px;
}
.lx_kk .lx_right #Submit {
	width: 100%;
	display: block;
	height: 38px;
	background-color: #009FE9;
	border: 0px;
	padding: 0px 10px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.lx_kk .lx_right #Submit {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.lx_kk .lx_right #Submit:hover {
	background: #970c17;
	color: #fff;
}
.lx_kk .lx_right .input_r {
	padding-right: 20px;
}
.iframe1200, .iframe1024, .iframe640, .iframe480, .iframe320 {
	display: none;
}
.zp a {
	color: #666
}
.zp a:hover {
	color: #ff0000
}
.lx_list {
	text-align: center;
}
.lx_list a {
	width: 170px;
	height: 30px;
	background-image: url(../images/qq2.png);
	background-repeat: no-repeat;
	background-position: top;
	display: inline-block;
	padding-top: 120px;
	font-size: 18px;
	margin: 50px;
}
.ditie {
	text-align: center;
	font-size: 16px
}
#top .logo_m {
	display: none;
}
#top .m_tel {
	display: none;
}
.navBtn {
	display: none;
}
.pclc {
	display: block;
}
.mlc {
	display: none;
}
.m_copy {
	display: none;
}
.footnav {
	display: none
}
.erweima .may {
	font-size: 64px;
	color: #000;
	line-height: 50px;
} 
.hezuo {
	width: 1190px;
	margin: auto;
}
.hezuo li {
	float: left;
	width: 450px;
	text-align: center;
	margin: 60px;
	margin-bottom: 0px;
}
.hezuo li i {
	display: inline-block;
	height: 200px;
	width: 228px;
	background-image: url(../images/tbb.png);
	background-repeat: no-repeat;
}
.hezuo li strong {
	display: block;
	font-size: 30px;
	line-height: 55px;
}
.hezuo li p {
	font-size: 16px;
	line-height: 25px;
}
.hezuo li:hover strong {
	color: #F00
}
.hezuo .he1 i {
	background-position: 0px -66px;
}
.hezuo .he1:hover i {
	background-position: -320px -66px;
}
.hezuo .he2 i {
	background-position: 0px -363px;
}
.hezuo .he2:hover i {
	background-position: -319px -363px;
}
.hezuo .he3 i {
	background-position: 0px -660px;
}
.hezuo .he3:hover i {
	background-position: -320px -660px;
}
.hezuo .he4 i {
	background-position: 0px -954px;
}
.hezuo .he4:hover i {
	background-position: -320px -954px;
}
.team_kk {
	width: 1000px;
	margin: auto;
}
.ser_xx {
	width: 1190px;
	margin: auto
}
.ser_xx img {
	width: 100%;
}
.pro_js {
	padding-top: 20px;
	font-size: 14px;
	line-height: 25px;
}
.mainFootBtn {
	margin: 0 8px;
	display: inline-block;
*display:inline;
*zoom:1;
	font-size: 22px;
	width: 215px;
	height: 50px;
	border: 2px solid #e50005;
	color: #e50005;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.mainFoot .mainFootBtn {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.mainFoot .mainFootBtn.on {
	background: #e50005;
	color: #fff;
}
.mainFoot .mainFootBtn:hover {
	background: #e50005;
	color: #fff;
}
.mainFoot .mainFootBtn.on:hover {
	border: 2px solid #e50005;
	color: #e50005;
	background: #fff;
}
.s_x_kk{ text-align:center;}

.banner_box{ width:100%; height: 700px; position: relative; overflow: hidden; background:url(../images/home_bg.jpg) no-repeat center #fff;} 
.bar-menu,.head_btn{ display: none;}
  

.banner_video{ width:100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.banner_video em{ width:100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: rgba(0,0,0,0.35);}
.banner_video video{position: absolute;top: 0;min-width: 100%;width: 100% !important;height: auto !important;object-fit: cover;object-position: center;}
   
.top_menu{ display:none} 
 .tuijianyw{ display:none;} 
 .m_ser_xm{ display:none;}
 .m_pslc{ display:none;} 
 .team_bg_kk{ display:none;}
 .brand_desi_m{ display:none;}
 
 
  

.case{ background-image:url(../images/casebg.jpg); margin-top:60px; background-size:100% auto;}
.case-body{
	display: block;
	width: 100%;
	overflow: hidden;
}

.case-body ul{
	display: block;
	margin: 0 -8px;
}

.case-body li{
	display: block;
	width: 25%;
	*width: 24.739999%;
	float: left;
	margin-bottom: 16px;
	-webkit-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	opacity: 0;
	filter: alpha(opacity=0);
}

.case-body .item1{
	-webkit-transition: 0.3s 0.5s linear;
	-o-transition: 0.3s 0.5s linear;
	transition: 0.3s 0.5s linear;
}

.case-body .item2{
	-webkit-transition: 0.45s 0.5s linear;
	-o-transition: 0.45s 0.5s linear;
	transition: 0.45s 0.5s linear;
}

.case-body .item3{
	-webkit-transition: 0.6s 0.5s linear;
	-o-transition: 0.6s 0.5s linear;
	transition: 0.6s 0.5s linear;
}

.case-body .item4{
	-webkit-transition: 0.75s 0.5s linear;
	-o-transition: 0.75s 0.5s linear;
	transition: 0.75s 0.5s linear;
}

.case-body .item5{
	-webkit-transition: 0.9s 0.5s linear;
	-o-transition: 0.9s 0.5s linear;
	transition: 0.9s 0.5s linear;
}

.case-body .item6{
	-webkit-transition: 1.05s 0.5s linear;
	-o-transition: 1.05s 0.5s linear;
	transition: 1.05s 0.5s linear;
}

.case-body .item7{
	-webkit-transition: 1.3s 0.5s linear;
	-o-transition: 1.3s 0.5s linear;
	transition: 1.3s 0.5s linear;
}

.case-body .item8{
	-webkit-transition: 1.45s 0.5s linear;
	-o-transition: 1.45s 0.5s linear;
	transition: 1.45s 0.5s linear;
}

.case .case-body.show li{
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
}

.case-body li .content{
	display: block;
	padding:0px 8px; 
}

.case-body li .content .pic{
	display: block;
	overflow: hidden;
	position: relative;
}

.case-body li .content .pic img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform-origin:50% 50%;
}

.case-body li .content:hover .pic img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case-body li .content .pic .icon{
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	top:50%;
	margin-top: -25px;
	left:50%;
	margin-left: -30px;
	background: url(../images/hexagon-icon.png) no-repeat center;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	-webkit-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}

.case-body li .content:hover .pic .icon{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter:alpha(opacity= 100);
}

.case-body li .content .infoo{ overflow:hidden;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 20px 0 10px;
	background-color: #f1f1f1;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.case-body li .content:hover .infoo{
	background-color: #009FE9;
}

.case-body li .content .infoo h4{
	display: block;
	float: left;
}

.case-body li .content .infoo h4 a{
	color: #333;
	font-size: 16px;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.case-body li .content:hover .infoo h4 a{
	color: #fff;
}

.case-body li .content .infoo .enter{
	position: relative;
	display: block;
	float: right;
}

.case-body li .content .infoo .enter a{
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	border: 1px solid transparent;
	border-radius: 50%;
	margin-top: 14px;
	margin-left: 10px;
	-webkit-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}

.case-body li .content .infoo .enter a:hover{
	border: 1px solid #fff;
}

.case-body li .content .infoo .enter .computer-icon{
	background:url(../images/icon.png) no-repeat -1px -301px;
}

.case-body li .content:hover .infoo .enter .computer-icon{
	background:url(../images/icon.png) no-repeat -1px -367px;
}

.case-body li .content .infoo .enter .mobel-phone-icon{
	background:url(../images/icon.png) no-repeat -1px -268px;
}

.case-body li .content:hover .infoo .enter .mobel-phone-icon{
	background:url(../images/icon.png) no-repeat -1px -334px;
}

.case-body li .content .infoo .enter .case-ewm{
	display: none;
	position: absolute;
	padding: 6px;
	border: 1px solid #e0e0e0;
	bottom:47px;
	right:-20px;
	background-color: #fff;
	z-index: 10;
}

.case-body li .content .infoo .enter .case-ewm img{
	display: block;
	width: 140px;
	height: 140px;
}

.case-body li .content .infoo .enter .case-ewm p{
	display: block;
	padding: 10px;
	line-height: 1;
	text-align: center;
	color: #383838;
	white-space: nowrap;
}

.case-body li .content .infoo .enter .case-ewm .arrow{
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #fff;
	bottom:-16px;
	right:30px;
}

.shouhou{ height:190px; background-color:#1D1D1D;}
.shouhou ul{ width:1200px; margin:auto;}
.shouhou ul li{ width:300px; float:left; margin-top:60px;}
.shouhou ul li img{ float:left;}
.shouhou ul li strong{ display:block;font-size:18px; float:left; font-weight:lighter; color:#fff; margin-left:10px; margin-top:5px;}
.shouhou ul li span{ display:block;margin-left:10px; float:left; font-size:14px;}

.map_info_kk{ background-color:#000; height:340px; width:100%; position:absolute; margin-top:-340px;
  filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
  -moz-opacity:0.7; /*Firefox私有，透明度50%*/
  opacity:0.7;/*其他，透明度50%*/}
  .map_info{   height:340px; width:100%; position:absolute; margin-top:-340px; */}
  .map_info strong{ color:#fff; font-size:30px; text-align:center; display:block; margin-top:30px;}
  .map_info i{ width:100px; border-bottom:2px #fff solid; margin:auto; display:block; margin-top:20px;}
  .map_info p{ font-size:16px; text-align:center; color:#fff; margin-top:30px;}
  .map_info a{ display:block; width:300px; height:50px; text-align:center; line-height:50px; font-size:16px; color:#fff; background-color:#009FE9; font-size:30px; margin:auto;border-radius:100px;/*普通*/
 
-moz-border-radius:100px;/*firfox*/
-webkit-border-radius:100px;  /*firfox*/ margin-top:20px;}

.link{ background-color:#333; padding:30px;}
.link ul{ width:1200px; margin:auto; word-spacing:10px;}
.link ul a{ color:#ccc; font-size:14px;}
.link ul a:hover{ color:#fff;}
.link ul strong{ font-size:24px; color:#00A0E9; display:block;}

.foot{ background-color:#1d262c; padding:50px 0px 0px 0px; background-image:url(../images/footbg.jpg); height:350px; background-position:center;}
.foot ul{ width:1300px; margin:auto;}
.foot ul .foot_tel{ float:left; width:390px; height:240px; padding: 10px 0; text-align:center;  color:#928c8c; border-right:1px #212121 dashed;}
.foot ul .foot_tel img{  }
.foot ul .foot_tel strong{ font-size:25px; font-weight:lighter; display:block; background-image:url(../images/tel.png); background-size:auto 25px; background-repeat:no-repeat; background-position:0px; width:210px; margin:auto; margin-top:20px; margin-bottom:20px;}
.foot ul .foot_tel span{ font-size:36px; color:#fefefe;font-weight: lighter}
.foot_dress{float:left; width:730px;  font-size:14px;height:240px; padding: 10px 0; border-left:1px #383838 dashed; padding-left:60px;border-right:1px #212121 dashed; }
.foot_dress strong{ font-size:18px; font-weight:lighter; display:block; margin-bottom:20px}
.foot_dress li{ line-height:25px;}
.foot_dress li a{ color:#928c8c;}
.foot_dress li a:hover{ color:#fff;}
.foot_dress ul{ float:left; width:130px; color:#fff;}
.foot_mail{float:left; text-align:center; font-size:14px; line-height:25px; height:240px; padding: 10px 0; border-left:1px #383838 dashed; }
.foot_mail li{ float:left; color:#efefef; margin-left:60px; margin-top:50px;}
.foot_mail li img{ display:block; width:118px;}
.foot_copy{ color:#928c8c; line-height:85px; text-align:center;background-color: #12181c; font-size:14px; }
/* .foot_copy ul{ border-top:1px #212121 solid;} */
.foot_copy a{color:#928c8c;}

/*右侧浮动层*/

.online-service{
	position: fixed;
	width: 42px;
	bottom:175px;
	right:10px;
	z-index: 99;
}

.online-service li{
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	margin-top: 5px;
}

.online-service li .way{
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	text-align: center;
	background-color: #00A0E9;
 
	z-index: 10;
	font-size: 0;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
}


.online-service li .way .icon{
	display: inline-block;
	margin: 10px 0px 0px 3px; 
}
.online-service li .way .icon.arrow-top{
	margin-top: 15px;
}

.online-service li .way p{
	display: block;
	line-height: 1;
	font-size: 12px;
	color: #fff;
}

.online-service .phone .content{
	display: block;
	*display: none;
	position: absolute;
	width: 0px;
	height: 42px;
	padding: 0 41px 0 20px;
	top:0;
	right: 0px;
	border-radius: 21px;
	opacity: 0;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	background-color: #00a0e9;
 
	z-index: 3;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.online-service li:hover .content{
	*display: block;
	width: 140px;
	opacity: 1;
}

.online-service .phone .content span:last-child{
	padding-left: 10px;
}

.online-service .wx .ewm{
	display: block;
	*display: none;
	position: absolute;
	top: 50%;
	margin-top: -51px;
	right: 51px;
	opacity: 0;
	z-index: 3;
	-webkit-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.online-service .wx:hover .ewm{
	*display: block;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
	white-space: nowrap;
}

.online-service .wx .ewm img{
	display: block;
	width: 102px;
	height: 102px;
	border: 1px solid #ccc;
}

.online-service .wx .ewm .arrow{
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #ccc;
	top:50%;
	margin-top: -5px;
	right:-10px;
}

.online-service .wx .ewm h4{
	display: block;
	margin-top: 6px;
	color: #333;
	font-size: 16px;
	text-align: center;
}

.online-service .wx .ewm p{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 2px;
}
/*在线服务图标*/

.arrow-top{background:url(../images/contact-icon.png) no-repeat 0px 0px;height:12px;padding-left:22px;}
.contact-icon3{background:url(../images/contact-icon.png) no-repeat 0px -12px;height:24px;padding-left:30px;}
.contact-icon2{background:url(../images/contact-icon.png) no-repeat 0px -36px;height:24px;padding-left:26px;}
.contact-icon1{background:url(../images/contact-icon.png) no-repeat 0px -60px;height:24px;padding-left:25px;}
.bdkf a{background:url(../images/gt01.gif) no-repeat center center;}
.bdkf a:hover{background:url(../images/gt02.gif) no-repeat center center;}

.info_info{ width:1190px; margin:auto; text-align:justify; font-size:15px; margin-bottom:30px; line-height:30px; color:#7b7b7b; padding-top:50px;}
.info_info p{line-height:30px;   }
.info_info img{ margin-bottom:20px;}
.fuwu_ys{ height:358px;  background-image:url(../images/why.jpg)}
.fuwu_ys ul{ width:1060px; margin:auto;}
.fuwu_ys ul strong{ font-size:35px; color:#fff; margin-top:70px; padding-top:70px; display:block;}
.fuwu_ys ul span{ font-size:15px; display:block; color:#dedede; line-height:56px;}
.fuwu_ys ul li{ float:left; width:300px;color:#fff; margin-left:50px;}
.fuwu_ys ul li b{ float:left; display:block; font-size:26px; font-weight:lighter; margin-bottom:20px; border-top:3px #fff solid; margin-top:90px; padding-top:10px;}
.fuwu_ys ul li p{ color:#fff; font-size:15px; float:left; width:250px; text-align:justify}



.case-center .case-type{
	display: block;
	text-align: center;
	font-size: 0;
	position: relative;
}

.case-center .case-type .line{
	position: absolute;
	width: 100%;
	height: 1px;
	top:32px;
	background-color: #d2d2d2;
	z-index: -1;
}

.case-center .case-type ul li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 0 30px;
	background-color: #fff;
}

.case-center .case-type ul li i{
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.case-center .case-type ul li:hover i{
	background-color: #ddd;
}

.case-center .case-type ul li .all-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px 0px;
}

.case-center .case-type ul li:hover .all-icon,.case-center .case-type ul li.active .all-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -64px;
}

.case-center .case-type ul li .type1-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -128px;
}

.case-center .case-type ul li:hover .type1-icon,.case-center .case-type ul li.active .type1-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -192px;
}

.case-center .case-type ul li .type2-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -256px;
}

.case-center .case-type ul li:hover .type2-icon,.case-center .case-type ul li.active .type2-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -320px;
}

.case-center .case-type ul li .type3-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -384px;
}

.case-center .case-type ul li:hover .type3-icon,.case-center .case-type ul li.active .type3-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -448px;
}

.case-center .case-type ul li .type4-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -512px;
}

.case-center .case-type ul li:hover .type4-icon,.case-center .case-type ul li.active .type4-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -576px;
}


.case-center .case-type ul li .type5-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -640px;
}

.case-center .case-type ul li:hover .type5-icon,.case-center .case-type ul li.active .type5-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -704px;
}

.case-center .case-type ul li .type6-icon{
	background: #eee url(../images/case-type-icon.png) no-repeat 0px -768px;
}

.case-center .case-type ul li:hover .type6-icon,.case-center .case-type ul li.active .type6-icon{
	background: #0166ce url(../images/case-type-icon.png) no-repeat 0px -832px;
}

.case-center .case-type ul li p{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 1;
	margin-top: 14px;
}

.case-center .case-type ul li.active p{
	color: #0166ce;
}



.fuwu_xbt {
	font-size: 18px;
	color: #000000;
}
.fuwu_nr {
	font-size: 16px;
	color: #666666;
	line-height: 38px;
}

.nuozhufeng_about_nr {
	padding-bottom: 40px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
}
.nuozhufeng_why_xbt {
	font-size: 18px;
	color: #E9C20B;
}.nuozhufeng_team_bt {
	font-size: 24px;
	padding-bottom: 8px;
}
a.nuozhufeng_news_bt {
	font-size:18px;
	font-weight:normal;
	text-decoration: none;
	padding-left: 16px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	color: #333333;
	display: inline;
}
a.nuozhufeng_news_bt:hover {
	font-size: 18px;
	font-weight: normal;
	display: inline;
	transition: 1s;
}
.nuozhufeng_news_pading {
	padding: 15px;
}
a.nuozhufeng_news_title {
	font-size:15px;
	font-weight:normal;
	text-decoration: none;
	color: #333333;
	display: inline;
}
a.nuozhufeng_news_title:hover {
	font-size: 15px;
	font-weight: normal;
	color:#0000CC;
	display: inline;
	transition: 1s;
}
.nuozhufeng_news_jj {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
}
a.nuozhufeng_news_more {
	font-size:15px;
	font-weight:normal;
	text-decoration: none;
	color: #333333;
	display: inline;
}
a.nuozhufeng_news_more:hover {
	font-size: 15px;
	font-weight: normal;
	color:#0000CC;
	display: inline;
	transition: 1s;
}
.nuozhufeng_why_b {
	border: 1px solid #FFFFFF;
	padding: 30px;
}
.nuozhufeng_why_bt {
	font-family: "微软雅黑";
	font-size: 24px;
	color: #E9C20B;
}
.nuozhufeng_banner_why {
	background-image: url(../imgs/nuozhufeng_why.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.nuozhufeng_banner-inside{
	display: block;
	padding: 281px 0 99px;
	text-align: center;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.nuozhufeng_left_b {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
}
.nuozhufeng_info_bt {
	font-size: 20px;
	color: #161616;
	font-weight: bold;
}
.nuozhufeng_info_nr {
	font-size: 15px;
	line-height: 30px;
	color: #666666;

}
.nuozhufeng_info_nr  li{
list-style:disc !important;
	margin-left:20px;
}
.nuozhufeng_info_nr p{ padding:8px 0; margin:0;}
.nuozhufeng_info_nr br{ padding:8px 0; margin:0;}
.nuozhufeng_info_tp{ width:850px; overflow:hidden;}
.nuozhufeng_info_tp img{ max-width:100%;}
.nuozhufeng_info_next {
	font-size: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0b66c3;
	padding-bottom: 12px;
	display: inline;
}
.nuozhufeng_info_foot_bg {
	background-image: url(../imgs/rec.png);
	background-repeat: repeat-x;
	background-position: center;
}
.nuozhufeng_info_next_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
a.nuozhufeng_info_wen {
	font-size:25px;
	font-weight:bold;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}
a.nuozhufeng_info_wen:hover {
	font-size: 25px;
	font-weight:bold;
	color:#0b66c3;
	transition: 1s;
}
a.nuozhufeng_info_more_bt {
	font-size:14px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
a.nuozhufeng_info_more_bt:hover {
	font-size: 14px;
	color:#0b66c3;
	transition: 1s;
}
a.nuozhufeng_back {
	font-size:15px;
	text-decoration: none;
	color: #333333;
	display: block;
	background-image: url(../imgs/back_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	height: 39px;
	width: 159px;
	line-height: 39px;
}
a.nuozhufeng_back:hover {
	font-size: 15px;
	color:#fff;
	transition: 1s;
	background-image: url(../imgs/back_b.png);
}
a.nuozhufeng_anniu {
	font-size:15px;
	text-decoration: none;
	color: #333333;
	display: block;
	background-image: url(../imgs/anniu_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	height: 39px;
	width: 123px;
	line-height: 39px;
}
a.nuozhufeng_anniu:hover {
	font-size: 15px;
	color:#fff;
	transition: 1s;
	background-image: url(../imgs/anniu_b.png);
}
.about_bb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	padding-top: 15px;
	padding-bottom: 15px;
}
.about_bt {
	font-family: "微软雅黑";
	font-size: 31px;
}
.about_xbt {
	font-size: 18px;
	color: #0b66c3;
}
.about_nr {
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
}
.img-responsive{display:block;max-width:100%}dd,dl,li,ol,ul{list-style:none}*{padding:0}a{text-decoration:none}table{border-collapse:collapse;border-spacing:0}button,input{font-family:Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;outline:none}img{vertical-align:center;border:none}body{font-size:14px;font-family:Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;}
*{box-sizing:border-box}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/font_259415_pqp5k7rczjs8aor.eot);src:url(//at.alicdn.com/t/font_259415_pqp5k7rczjs8aor.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/font_259415_pqp5k7rczjs8aor.woff) format("woff"),url(//at.alicdn.com/t/font_259415_pqp5k7rczjs8aor.ttf) format("truetype"),url(//at.alicdn.com/t/font_259415_pqp5k7rczjs8aor.svg#iconfont) format("svg")}.iconfont{font-family:iconfont}.wrapper{width:1200px;margin-left:auto;margin-right:auto}.fl,.pull-left{float:left}.fr,.pull-right{float:right}.clearfix:after,.clearfix:before{content:"";display:table;clear:both;height:0}
.online-service .phone:hover .content{ width:200px;}
.why{background-color:#fff}
.why ul.content{padding:15px;padding-top:35px}
li.why_item{float:left;border:1px solid #bbd3ed;width:280px;height:380px;margin-right:25px;padding:20px 30px;text-align:center;cursor:pointer;transition:all .3s}
li.why_item:last-of-type{margin-right:0}
li.why_item.active,li.why_item:hover{border:1px solid #fff;box-shadow:0 0 15px #fff;-webkit-transform:translateY(-14px);transform:translateY(-14px)}
li.why_item.active *,li.why_item.active p.info,li.why_item.active p.title,li.why_item:hover *,li.why_item:hover p.info,li.why_item:hover p.title{color:#fff}
li.why_item div.icon{padding-bottom:20px}
li.why_item div.icon span.iconfont{font-size:63px}
li.why_item p.title{font-size:24px;color:#E9C20B}
li.why_item p.info2{margin-top:30px;font-size:14px;line-height:2;color:#bbd3ed}

li.why_item div.icon span.iconfont{color:#fff;}
.nuozhufeng_banner_why {
	background-image: url(../images/nuozhufeng_why.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.linian_bt {
	font-family: "微软雅黑";
	font-size: 31px;
	color: #fff;
}
.linian_nr {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}
.linian_nr  li{
	
	
}  
.wapBtnAn {
	transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

.nuozhufeng_youshi_bt {
	font-size: 18px;
}.nuozhufeng_youshi_jj {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}.nuozhufeng_b {
	background-image: url(../images/team_b.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.seo_case_kk{ height:630px; background-image:url(../images/bg1.jpg); background-position:center; background-position:bottom; background-repeat:no-repeat; background-color:#F7F7F7; padding-top:50px;  }
.seo_case_kk .seo_case_cuputer{ width:692px; height:633px; margin:auto; background-image:url(../images/computer.png); padding-top:27px; padding-left:25px; padding-right:27px;}


.yewu_list ul {  }
.yewu_list ul a{width:33.33%; float:left;   }
.yewu_list ul a:hover li{  filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
  -moz-opacity:0.8; /*Firefox私有，透明度50%*/
  opacity:0.8;/*其他，透明度50%*/ background-size:102% auto;}
.yewu_list ul li{ width:100%;  height:509px;  background-position:center;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;background-size:100% auto; overflow:hidden }
.yewu_list ul li span{ padding:40px; display:block  }
.yewu_list ul li strong{ display:block;  width:100%; margin:auto; height:426px;    border:0px #FFFFFF solid;   position:relative; font-size:18px; color:#FFF; text-align:center;   }
.yewu_list ul .yewu_list_bg1{ background-image:url(../images/bg1.jpg)}
.yewu_list ul .yewu_list_bg2{ margin-lef`t:25%;background-image:url(../images/bg2.jpg)}
.yewu_list ul .yewu_list_bg3{ margin-lef`t:50%;background-image:url(../images/bg3.jpg)}
 
.yewu_list ul a b{     top:10%; display:block;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;font-weight:lighter; font-size:20px; text-align:center; font-size:36px; display:block; margin:auto; margin-top:50px;}
.yewu_list ul a b dt{ font-size:12px; font-weight:lighter; color:#999}
.yewu_list ul a b i{ width:80px; height:3px; background-color:#f00; display:block; margin:auto; margin-top:30px;}
.yewu_list ul a:hover b{    }
.yewu_list ul a span p{position:absolute; top:35%;left:35px; font-size:14px; }

.yewu_list ul a .yewu_read{ font-size:12px; width:90px; height:29px; border:1px #fff solid; line-height:29px; margin:auto;   position:absolute; bottom:50px; left:50%; margin-left:-45px; margin-bottom:-200px; transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;background-size:100% auto;   }
.yewu_list ul a:hover .yewu_read{   margin-bottom:0px; display:block;}
.yewu_list ul  .yewu_info{ position:fixed; z-index:3; display:none;}
.yewu_list ul  .yewu_info ul{ width:65%; background-color:#cacac8; position:fixed; z-index:4;  margin-top:140px; right:8%; }
.yewu_list ul  .yewu_info .yewu_bg{  background-color:#cacac8;  position:fixed; width:100%; height:100%;   top:0px; z-index:3; filter:alpha(opacity=90); /*IE滤镜，透明度50%*/
  -moz-opacity:0.9; /*Firefox私有，透明度50%*/
  opacity:0.9;/*其他，透明度50%*/}
.yewu_list ul  .yewu_info .yewu_img{ float:left; width:65%;}
.yewu_list ul  .yewu_info .yewu_img img{ width:100%;}
.yewu_list ul  .yewu_info .yewu_p{ float:right; width:30%; color:#626262; line-height:22px; padding-right:30px; padding-top:30px;}
.yewu_list ul  .yewu_info .yewu_p .yewu_logo{ width:222px;}
.yewu_list ul  .yewu_info .guanclose{ position:fixed; right:-50px; top:-80px;    z-index:5;  cursor:pointer; width:40px; height:40px;}
.yewu_list ul  .yewu_info .guanclose img{ width:40px}
 
.yewu_list ul  .yewu_info .tit span{ color:#323232; font-size:17px; display:inline-block; padding-bottom:9px; border-bottom:1px #333 solid; margin-bottom:10px; margin-top:10px;} 







.yewu_list_2 ul {  }
.yewu_list_2 ul a{width:33.333%; float:left;   }
.yewu_list_2 ul a:hover li{  filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
  -moz-opacity:0.8; /*Firefox私有，透明度50%*/
  opacity:0.8;/*其他，透明度50%*/ background-size:102% auto;}
.yewu_list_2 ul li{ width:100%;  height:609px;  background-position:center;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;background-size:100% auto; overflow:hidden }
.yewu_list_2 ul li span{ padding:40px; display:block  }
.yewu_list_2 ul li strong{ display:block;  width:100%; margin:auto; height:526px;    border:1px #FFFFFF solid;   position:relative; font-size:18px; color:#FFF; text-align:center;   }
.yewu_list_2 ul .yewu_list_2_bg1{ background-image:url(../images/overview_1.jpg)}
.yewu_list_2 ul .yewu_list_2_bg2{ margin-lef`t:25%;background-image:url(../images/overview_2.jpg)}
.yewu_list_2 ul .yewu_list_2_bg3{ margin-lef`t:50%;background-image:url(../images/overview_3.jpg)}
 
.yewu_list_2 ul a b{ position:absolute; text-align:center; top:28%; display:block;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;font-weight:lighter; font-size:25px; width:100%; display:block;}
.yewu_list_2 ul a .yx1{ background-image:url(../images/yx1.png); background-repeat:no-repeat; background-position:center top;  padding-top:70px;}
.yewu_list_2 ul a .yx2{ background-image:url(../images/yx2.png); background-repeat:no-repeat; background-position:center top;  padding-top:70px;}
.yewu_list_2 ul a .yx3{ background-image:url(../images/yx3.png); background-repeat:no-repeat; background-position:center top;  padding-top:70px;}
 
.yewu_list_2 ul a:hover b{    }
.yewu_list_2 ul a span p{position:absolute; text-align:center; top:50%;  font-size:14px;width:100%; }
 
.yewu_list_2 ul  .yewu_info{ position:fixed; z-index:3; display:none;}
.yewu_list_2 ul  .yewu_info ul{ width:65%; background-color:#cacac8; position:fixed; z-index:4;  margin-top:140px; right:8%; }
.yewu_list_2 ul  .yewu_info .yewu_bg{  background-color:#cacac8;  position:fixed; width:100%; height:100%;   top:0px; z-index:3; filter:alpha(opacity=90); /*IE滤镜，透明度50%*/
  -moz-opacity:0.9; /*Firefox私有，透明度50%*/
  opacity:0.9;/*其他，透明度50%*/}
.yewu_list_2 ul  .yewu_info .yewu_img{ float:left; width:65%;}
.yewu_list_2 ul  .yewu_info .yewu_img img{ width:100%;}
.yewu_list_2 ul  .yewu_info .yewu_p{ float:right; width:30%; color:#626262; line-height:22px; padding-right:30px; padding-top:30px;}
.yewu_list_2 ul  .yewu_info .yewu_p .yewu_logo{ width:222px;}
.yewu_list_2 ul  .yewu_info .guanclose{ position:fixed; right:-50px; top:-80px;    z-index:5;  cursor:pointer; width:40px; height:40px;}
.yewu_list_2 ul  .yewu_info .guanclose img{ width:40px}
 
.yewu_list_2 ul  .yewu_info .tit span{ color:#323232; font-size:17px; display:inline-block; padding-bottom:9px; border-bottom:1px #333 solid; margin-bottom:10px; margin-top:10px;} 





.news_kk{ background-color:#f3f3f3;  padding-top:20px}
.marauto{ width:1190px; margin:auto;  }
.touxiao{ float:left; width:546px;}
.index_list{ float:right; width:581px;}
.index_list li{ clear:both; background-image:url(../images/news_ico.jpg); background-repeat:no-repeat; background-position:103px 0px;   height:133px; }
 
.index_list li a span{   font-size:15px;}
.index_list li a .arc_r{  }
.index_list li a .arc_r h4{ font-size:16px}
.index_list li a .arc_r p{ padding-bottom:10px; padding-top:10px; color:#999}
.index_list li a:hover .arc_r h4{ color:#2BAFE5}
.touxiao img{ width:546px; height:347px;}
.touxiao a span{ background-image:url(../images/tou.png); margin-top:-34px; position:absolute; display:block; height:34px; width:546px; color:#FFF; line-height:34px; text-align:center;}
 .clr{ clear:both}
 .hezuo_kk{ background-color:#272727; padding:20px;}
 .hezuo_info{ text-align:center; }
 
 
 .product_list{}
 .product_list li{ height:500px; background-position:center;}
  .product_list li ul{ width:990px; margin:auto;}
.product_list li ul .pro_nr{ width:440px; float:right; margin-top:80px; color:#333;}
.product_list li ul .pro_nr strong{ font-size:18px; line-height:44px;  height:44px; padding-bottom:5px;}
.product_list li ul .pro_nr span{ display:block; margin-bottom:20px;}
.product_list li ul .pro_nr  .pro_info{ line-height:22px; font-size:12px;}

.jiudian3 ul{ width:1190px;  margin:auto;}
.jiudian3 ul .sj_img{ float:left; margin-left:150px;}
.jiudian3 ul .sj_info{ float:left; margin-left:200px; margin-top:30px;}
.jiudian3 ul .sj_info li{ margin-bottom:30px; padding-left:100px;}
.jiudian3 ul .sj_info .k1{ background-image:url(../images/k1.png); background-repeat:no-repeat; background-position:left top; }
.jiudian3 ul .sj_info .k2{ background-image:url(../images/k2.png); background-repeat:no-repeat; background-position:left top; }
.jiudian3 ul .sj_info .k3{ background-image:url(../images/k3.png); background-repeat:no-repeat; background-position:left top;  }
.jiudian3 ul .sj_info strong{ font-size:21px; color:#666; margin-bottom:10px; display:block}
.jiudian3 ul .sj_info p{ padding-left:24px;}

.newslist_kk{ width:1190px; margin:auto;}
.news_left{ float:left; width:233px;}
.news_left strong{ font-size:23px; font-weight:lighter; border-left:2px #CCC solid; padding-left:10px;}
.news_right{ width:1200px; margin: 0 auto; }
img{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.newslist_kk a:hover img{  filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
  -moz-opacity:0.5; /*Firefox私有，透明度50%*/
  opacity:0.5;/*其他，透明度50%*/}
.news_left_list a img{ display:block; width:100%; margin-bottom:10px;}
.news_left_list{ margin-top:20px;}
.news_left_list li{ clear:both; height:52px; line-height:52px; padding-left:30px;}
.news_left_list a b{ font-size:16px; font-weight:lighter;   display:block; float:left;}
.news_left_list a i{ display:block; width:5px; height:5px; background-color:#efefef; float:right; margin-top:26px;}
.news_left_list a{  border-bottom:1px #CCCCCC dotted;   display:block;}
.news_tou{ margin-bottom:20px;}
.news_tou li{ border-bottom:1px #efefef dotted;}
.news_tou a img{ width:100%; display:block; }
.news_tou a strong{ font-size:17px; line-height:54px; color:#333}
.news_tou a:hover strong{ color:#f00}
.news_tou p{ font-size:15px; padding-top:10px; border-bottom:1px #dedede dotted; padding-bottom:10px;}
.n_tit{ font-size:18px; color:#fff;height:50px; line-height:50px; padding-left:50px; position: absolute; bottom:0px;}

.news_list_2_img{ float:left; width:248px;}
.news_list_2_img img{ width:100%;}
.news_list_2_info{ float:right; width:490px;}
.news_list_2_info b{ font-size:16px; line-height:33px;}
.news_list_2_info p{ color:#aaa}
.news_list_2 li{ clear:both; border-bottom:1px #CCCCCC dotted; padding-bottom:20px; padding-top:20px; }
/* #SearchStr{ width:470px; height:40px; background-color:#fff; border:0px;} */
/* #button{ background-image:url(../images/serc.jpg); width:40px; height:40px; border:0px; background-repeat:no-repeat; background-position:center; background-color:#0ac3f8; cursor:pointer;} */
.serc_kk{height:200px; width:530px; left:50%; margin-left:-260px;  position:absolute; margin-top:-150px; }

.art_xx h3 {
	font-size: 29px;
	line-height: 55px;
	font-weight: lighter; color:#333
}
.hezuomeiti{ background-color:#efefef; text-align:center; padding-top:20px; padding-bottom:10px; margin-top:10px; }
.hezuomeiti img{ margin-bottom:10px;  }

.case_list ul{ width:1200px; margin:auto; padding-top:20px;}
.case_list ul li{ height:183px; float:left; }
.case_list ul li .case_list_img{ float:left; width:230px; height:180px; overflow:hidden;}
.case_list ul li .case_list_img img{   position:absolute;  max-width:230px; }
.case_list_info{ float:left; width:340px; margin-left:20px; font-size:13px;}
.case_list_info strong{ font-size:18px; color:#333; display:block; margin-bottom:10px;} 

.index_gsjj{ min-width:1100px; height: 630px; padding:50px 0; text-align:center;background-color: #f3f3f3;}
.index_gsjj_s{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.index_gsjj_s li{border-right: 2px solid #f3f3f3;overflow: hidden; transition: all 0.5s ease-in-out; float: left; display: block; width:300px; height: 330px; padding:50px;background-color: #fff;}
.index_gsjj_s li:nth-child(3n+0){
	border-right: 0px solid #f3f3f3;
}
.index_gsjj_s li strong{ display:block; font-size:24px; color:#333; line-height:95px;}
.index_gsjj_s li .index_gsjj_img{width: 65px;margin:0 auto;height: 65px;;background-size: 100%;}
.index_gsjj_n{ margin-top:30px;}
.index_gsjj_n li{ display:inline-block; width:300px; border-right:1px #efefef solid; }
.index_gsjj_n li strong{ font-size:56px; color:#333}
.index_gsjj_n li span{ font-size:25px}
.index_gsjj_n li p{ font-size:16px;}

.index_gsjj_s li:hover{
	background-color: #0aaefd;
	width: 360px;
	height: 390px;
	color: #fff;
	margin-top: -30px;
}
.index_gsjj_s li:hover strong{
	color: #fff;
}
.index_gsjj_s li:hover .index_gsjj_img {
	position: relative;
	left: -240px;
	/* border-right: 30px solid transparent; */
	-webkit-filter: drop-shadow(240px 0 0 white);
	filter: drop-shadow(240px 0 0 white);
}

.pro_index_list{ padding-top:80px; margin-top:0px; padding-bottom:80px;}
.pro_index_list li{ height: 430px; float:left; border:20px solid #fff; margin-right:58px; background-color:#fff; margin-top:20px; margin-bottom:20px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; position:relative;}
.pro_index_list li:hover{box-shadow: 0 0 20px #ccc; }
.pro_index_list ul{ margin:auto;}
 
.pro_index_list li img{ width:448px; height:298px; border-bottom:1px #efefef solid;}
.pro_index_list li i{ display:block; width:101px; height:107px; background-image:url(../images/hot.png); position:absolute; margin-top:-20px; margin-left:-20px;}
.pro_index_list li .nohuo{ background-image:url(../images/nohuo.png);}
   .nlist { width:1355px; margin:auto;}
  .nlist li{ margin-left:29px; margin-right:29px;}
 .nlist li img{ width:350px; height:233px; border-bottom:1px #efefef solid;}

.about_index{background-color:#fff;margin-top:0px;position: relative;}
.about-left{
	height: 609px;
	width: 50%;
	position: relative;
}
.about-left img{
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.about-left a{
	width: 75px;
	height: 75px;
	position: absolute;
	top: 265px;
	left: 360px;
	border-radius: 50px;
}
.about-left a img{
	width: 100%;
	height: auto;
}
.about-left a:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
.about-right{
	width: 62%;
	height: 516px;
	position: absolute;
	right: 0;
	top: 50px;
	background-color: #fafafa;
	padding-left: 60px;
}
.about-title{
	padding-top: 30px;
}
.about-title h2{
	font-size: 34px;
	color: #000;
}
.about-title h2 span{
	color: #0f8ac5;
}
.about-text{
	padding-top: 30px;
	width: 80%;
	line-height: 26px;
	color: #646464;
}

@media (max-width:1440px){
	.about-text{
		width: 90%;
	}
}

.about-more{
	padding: 30px 0 30px 0px;
}
.about-more a{
	color: #000;
	display: table;
}
.about-more a p{
	display: table-cell;
	line-height: 16px;
	padding-right: 5px;
}
.about-more a span{
	display: table-cell;
	width: 30px;
	background-image: url(../images/about-more-arrow.png);
	background-size: 100% 100%;
}

.about-menu ul li{
	float: left;
	display: block;
}
.about-menu ul li a{
	width: 130px;
	height: 45px;
	display: block;
	background-color: #cecece;
	color: #fff;
	margin-right: 5px;
	line-height: 45px;
	text-align: center;
}
.about-menu ul li a:hover{
	background-color: #45a4ed;
}

.main-news{
	width: 1300px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
.news-box{
    line-height: 24px;
    color: #515151;
	padding-bottom: 50px;
	width: 1000px;
	float: left;
}
.news-box2{
	line-height: 24px;
    color: #515151;
	padding-bottom: 50px;
	width: 100%;
}

.news-title ul li{
	display: block;
	float: left;
}
.news-title ul li a{
	display: block;
	width: 110px;
	height: 45px;
	background-color: #dfe5e5;
	color: #000;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
#news-title1 a{
	background-color: #009ad4;
	color: #fff;
}
.news-title ul li a:hover{
	background-color: #009ad4;
	color: #fff;
}
.group{
	width: 100%;
	margin-top: 30px;
}
.news-left{
	float: left;
	width: 40%;
	box-sizing: border-box;
	padding-right: 40px;
}
.news-left a:hover h3{
	color: #009FE9;
	transition: all 0.3s ease-in-out;
}
.news-left h3{
	font-size: 18px;
	color: #000;
}
.news-left p{
	font-size: 14px;
	color: #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-left h5{
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	color: #454545;
	font-weight: normal;
	padding-left: 10px;
	border-left: 2px solid #e96e00;
}
.news-left img{
	width: 100%;
	margin-top: 15px;
}
.news-right{
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding-right: 50px;
}
.news-right a:hover h3{
	color: #009FE9;
	transition: all 0.3s ease-in-out;
}
.news-right h3{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
.news-right p{
	font-size: 14px;
	color: #aaa;
	margin-bottom: 20px;
}
.news-right h5{
	font-size: 14px;
	line-height: 14px;
	color: #454545;
	margin-bottom: 20px;
	font-weight: normal;
}


.news ul li{
    display: block;
    float: left;
    width: 400px;
    height: 435px;
    box-sizing: border-box;
    border-bottom: 1px dashed #009FE9;
    margin-right: 50px;
    transition: all 0.3s ease-in-out;
}
.news ul li:nth-child(3n+0){
    margin-right: 0px;
}
.news ul li a{
    display: block;
}
.news-img{
    position: relative;
    width: 400px;
    height: 300px;
    display: block;
    overflow: hidden;
}
.news-img img{
    height: 100%;
    width: auto;
    object-fit: cover;
}
.news-hover{
    width: 400px;
    height: 300px;
    box-sizing: border-box;
    border: 4px solid #009FE9;
    background-color: rgba(37, 37, 37, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    opacity: 0;
    transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
}
.news-hover p{
    color: #fff;
    padding: 35px;
    line-height: 28px;
}
.news-hover .news-more2 {
    padding-left: 35px;
    padding-top: 50px;
}
.news-hover .news-more2 a{
    color: #009FE9;
    font-weight: bold;
}
.news-title p{
    font-size: 14px;
    color: #515151;
    padding: 25px 0;
}
.news-title h5{
    font-size: 16px;
    color: #0e0717;
    transition: all 0.3s ease-in-out;
}
.news-title h5:hover{
    color: #009FE9;
}
.news ul li:hover{
    border-bottom: 1px dashed #0e0717;
}
.news ul li:hover .news-img .news-hover{
    opacity:1;
	-moz-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-webkit-transform:translateY(0%);
	-o-transform:translateY(0%);
	transform:translateY(0%);
}

.main-join{
	width: 285px;
	float: right;
}
.join-box{
	width: 100%;
	height: 275px;
	background-image: url(../images/zxns-bg.jpg);
	background-size: 100%;
	position: relative;
}
.join-box a{
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 25px;
	display: table;
}
.join-box a p{
	font-size: 18px;
	line-height: 12px;
	display: table-cell;
	padding-right: 5px;
}
.join-box a div {
	display: table-cell;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #ffffff;
}
.main-contact{
	width: 100%;
	height: 160px;
	margin-top: 20px;
	background-image: url(../images/contact-bg.jpg);
	background-size: 100%;
}
.main-contact a{
	display: block;
	text-align: center;
	padding-top: 20px;
}
.main-contact a img{
	height: 65px;
}
.main-contact a{
	color: #fff;
}
.main-contact a div{
	font-size: 18px;
	padding-top: 10px;
}
.main-contact a div span{
	font-size: 12px;
}


.map-contact{
    /* position: absolute;
    top: 120px;
    left: 170px; */
    width: 430px;
    height: 480px;
    /* border-radius: 100%; */
    /* border:70px solid #0093dd; */
    background-color: #fff;
}
.map-contact-content{
    width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}
/* .map-contact-title{
    text-align: center;
    margin-top: 20px;
    color: #0093dd;
}
.map-contact-title span{
    font-size: 30px;
}
.map-contact-title p{
    text-transform: uppercase;
} */

form{
    width: 100%;
    margin-top: 20px;
}
form li{
    list-style: none;
}
.input-text{
    width: 100%;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #ededed;
    box-shadow: 2px 2px 5px #CCC;
    -moz-box-shadow: 2px 2px 5px #CCC;
    -webkit-box-shadow: 2px 2px 5px #CCC;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 15px;
}
.textarea-text{
    width: 100%;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #ededed;
    box-shadow: 2px 2px 5px #CCC;
    -moz-box-shadow: 2px 2px 5px #CCC;
    -webkit-box-shadow: 2px 2px 5px #CCC;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 36px;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #4f4f4f;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #4f4f4f;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #4f4f4f;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #4f4f4f;
}
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #4f4f4f;
    font-size: 15px;
    font-family: "Microsoft YaHei","微软雅黑";
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #4f4f4f;
    font-size: 15px;
    font-family: "Microsoft YaHei","微软雅黑";
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #4f4f4f;
    font-size: 15px;
    font-family: "Microsoft YaHei","微软雅黑";
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #4f4f4f;
    font-size: 15px;
    font-family: "Microsoft YaHei","微软雅黑";
}

.input-submit{
    margin: 0 auto;
    width: 200px;
    height: 45px;
}
.input-submit input{
    width: 200px;
	height: 48px;
	border:0px;
    border-radius: 8px;
    background-color: #009FE9;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
.input-submit input:hover{
    color: #009FE9;
    background-color: #fff;
    border: 1px solid #009FE9;
    box-shadow: 2px 2px 5px #009FE9;
    -moz-box-shadow: 2px 2px 5px #009FE9;
    -webkit-box-shadow: 2px 2px 5px #009FE9;
}


.kuang_tit{ font-size:24px; line-height:55px; margin-top:20px;}
.kuang_tit span{ color:#f00; float:right;}
.kuang_fa{ line-height:25px;width: 350px;}
.kuang_fa p{ line-height:25px;width: 100%;display: block}
.kuang_fa a{ display:block; float:right; width:59px; height:38px; border:1px #efefef solid; line-height:38px; text-align:center; border-radius:5px; margin-top:10px; font-size:15px;}
.kuang_fa a:hover{ background-color:#f00; color:#fff;}

.index_news { text-align:center; width:1360px; margin:auto; margin-top:50px;}
.index_news li{ width:400px; float:left;margin:20px; text-align:left;}
.index_news li i{ width:100%; height:170px; overflow:hidden; display:block;}
.index_news li img{ display:block; width:100%;}
.index_news a:hover  img{transform: scale(1.1);}
.index_news li strong{ line-height:30px; font-size:20px; margin-top:10px; margin-bottom:10px; display:block; height:60px;}
.index_news a:hover{ color:#000;}
.index_news li p{ color:#989898; height:90px;}

/* .pptel{ margin-top:10px;}
.pptel a{ display:inline-block; padding-left:30px; background-image:url(../images/cn.png); background-size:auto 25px; background-repeat:no-repeat; color:#fff; }
.pptel a:hover{ color:#F00}
.pptel .en{background-image:url(../images/en.png);} */

.team{ height:500px; background-image:url(../images/team.jpg); background-position:center; margin-top:50px;}
.team ul{  -webkit-transform:skew(-20deg); width:60%; height:500px; margin-left:-10%;background-color:rgba(255,0,0,0.5);}
.team ul .team_info{-webkit-transform:skew(20deg); width:550px; text-align:left; text-align:justify; color:#fff; margin-left:260px; padding-top:150px; line-height:30px}
.team ul .team_info strong{ margin-bottom:40px; font-size:55px;}

.fazhanlichen{ padding:40px;}

.fz_img{ width:1200px; margin:auto;}
.fz_img img{ float:left;}
.fz_img ul{ float:left; width:500px; border-left:1px #efefef solid; margin-left:100px; padding-left:40px;}
.fz_img ul li{ margin-bottom:20px;}
.fz_img ul li strong{ font-size:18px}
.fz_img ul li p{ color:#999}
.fz_img ul li em{ display:block; width:15px; height:15px; position:absolute; margin-left:-48px; margin-top:5px; border-radius:10px; background-color:#ccc; border:2px #efefef solid;}

.cp_top{ width:1300px; margin:auto; background-color:#f9f9f9; margin-top:50px; margin-bottom:50px}
.cp_top_img{ float:left; width:600px;}
.cp_top_img img{ width:600px;}
.cp_top_img i{ display:block; width:101px; height:107px; background-image:url(../images/hot.png); position:absolute;}
.cp_top_img .nohuo{ display:block; width:101px; height:107px; background-image:url(../images/nohuo.png); position:absolute;}
.cp_top_cs{padding-top:50px;padding-right:50px;width:650px;float: right;}
.cp_top_cs strong{ font-size:30px;}
.cp_top_cs h4{ font-size:18px; font-weight: normal; margin-top:20px; margin-bottom:10px;line-height: 30px;}
.cp_top_cs p{ font-size:17px; margin-top:20px; margin-bottom:10px;line-height: 30px;}
.cp_top_cs li{ line-height:55px; font-size:15px; background-image:url(../images/yl.svg); background-size:auto 20px; background-position:0px; padding-left:29px; background-repeat:no-repeat;}
.cp_top_cs .zl{ background-image:url(../images/zl.svg); }
.cp_top_cs .fh{ background-image:url(../images/fh.svg); }
.cp_top_cs .jg{ background-image:url(../images/jg.svg); }
.cp_top_cs .jg span{ color:#F00; font-size:25px}

.dis{ display:block;}
.undis{ display:none;}
.cp_jieshao{ width:900px; float:left;}
.cp_jieshao ul{ background-color:#efefef;}
.cp_jieshao ul li{ width:20%; float:left; background-color:#efefef; height:50px; line-height:50px; font-size:18px; text-align:center; cursor:pointer;}
.cp_jieshao ul .newpost_w{ background-color:#009FE9; color:#fff;}

.cp_xxjs{ padding-top:30px; padding-bottom:30px;}
.cp_xxjs table{ width:100%; margin-bottom:20px;}
.cp_xxjs table td{ border:1px solid #CCC; padding:5px; }
.cp_xxjs{ line-height:33px; font-size:15px;}
.cp_xxjs img{
	width: 100%;
}
#xtbc_01 img{ width:800px; border:1px #f1f1f1 solid;  display:block; margin-bottom:20px;}

.cpxx_kk{ width:1300px; margin:auto;}
.cp_about{ float:right; width:460px; border:1px #f1f1f1 solid;}
.cp_about_tit{  background-color:#fff; height:50px; line-height:50px; font-size:24px; text-align:left; border-bottom:1px #f1f1f1 solid; padding-left:20px; display:block; }

.poc_kk{ background-color:#1D2331; }
.poc_kk .poc_bai{ background-color:#fff; width:60%; position:relative; left:40%;padding-top:80px; padding-bottom:80px; min-height:530px;}
.poc_kk .poc_bai img{ position:absolute; margin-left:-500px;}
.poc_kk .poc_bai .poc_info{ margin-left:200px;width:600px; font-size:16px; line-height:33px; text-align:justify;}
.poc_team{ background-color:#1D2331; padding-top:50px; }

.team_kk{width:100%; background-color:#1D2331; padding-bottom:50px;}
.team_list { width:1300px; margin:auto;}
.team_list li{ float:left; width:600px; margin-right:20px; color:#FFF; border:1px #878787 solid }
.team_list li img{ width:216px; height:240px; float:left;}
.team_list li strong{ display:block; font-size:18px; margin-bottom:10px;}
.team_list li p{ width:378px; float:right; text-align:justify; padding:20px;}

.zhuzhi{ text-align:center; padding-bottom:30px;}
.zhuzhi li{ display:inline-block; height:46px; line-height:46px; text-align:center; padding-left:30px; padding-right:30px; color:#333; background-color:#9CA2B2; font-size:14px; margin:2px; cursor:pointer;}
.zhuzhi .zhuzhi_on{ background-color:#f00; color:#fff;}
.zhuzhi .zhuzhi{}
.poc_fuwu{ width:1300px; margin:auto; padding-top:50px; padding-bottom:50px;}
.poc_fuwu ul li{ float:left; width:20%; text-align:center; font-size:18px}
.poc_fuwu ul li span{ font-size:14px; display:block; margin-top:20px;}
.poc_fuwu ul li strong{ display:block; margin:auto; font-size:20px; margin-bottom:5px; margin-top:10px;}
.poc_fuwu ul li i{ background-color:#F30; height:2px; width:50px; margin:auto; display:block;}

.xiangmu_list{ background-color:#f6f6f6; padding-top:50px; padding-bottom:50px;}
.xiangmu_list ul{ width:1300px; margin:auto;}
.xiangmu_list ul li{ float:left; width:290px; margin-right:30px; background-color:#fff;}
.xiangmu_list ul li i{ display:block; width:100%; height:180px; overflow:hidden;}
.xiangmu_list ul li img{ display:block; width:100%;}
.xiangmu_list ul li strong{ display:block; text-align:center; font-size:18px; line-height:44px;}
.xiangmu_list ul li p{ height:150px; padding:10px; padding-top:0px;}


.hezuomeiti_list{ background-color:#222222; padding:50px; margin-top:50px;}
.hezuomeiti_list ul{ width:1200px; margin:auto;}
.hezuomeiti_list li{ float:left;}
.hezuomeiti_list li img{ width:297px; height:90px;}



.history-con-box{
    margin-top: 0px;
    overflow: hidden;
    padding: 0 20px 0 30px;
    text-align: center;
    font-size: 14px;
}
.history-con{
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    padding: 0 190px;
}

.history-conlist1{
    padding-top: 50px;
    width: 400px;
    float: left;
    text-align:right;
    padding-right: 20px;
    border-right: 1px solid rgb(51, 75, 87);
    line-height: 25px;
    position: relative;
}
.history-conlist-text{
    width: 370px;
    min-height:79px;
    padding: 0 20px;
}
.history-conlist2{
    padding-top: 50px;
    float: left;
    width: 270px;
    text-align:left;
    padding-left: 20px;
    line-height: 25px;
    position: relative;
}
.history-conlist-text em{
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
	display: block;
	font-style: italic;
}
.history-conlist-text span{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    display:block;
    font-weight: bold;
}
.foc{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0e0717;
}
.history-conlist2 .foc{
    position: absolute;
    left: -5px;
    z-index:2 !important;
}
.history-conlist1 .foc{
    position: absolute;
    right: -5px;
    z-index:2 !important;
}
.history-conlist-text em img{
    width: 14px;
    height:14px;
}