@charset "UTF-8";
.fl{
	float: left;
}
.fr{
	float: right;
}
/* header */

.header {
	position: relative;
	height: 50px;
	background: #006fe2;
}

.header .logo {
	display: block;
	width: 130px;
	height: 30px;
	padding: 10px 0 0 10px;
}

.header .logo img {
	display: block;
	width: 100%;
}

.header .search {
	position: absolute;
	top: 0;
	right: 35px;
	z-index: 1000;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(../images/icon-search.png) no-repeat center center;
	background-size: 40%;
}

.header .search:hover {
	background-color: #0067d2;
}

.header .search span {
	display: none;
}

.header .user-icon {
	position: absolute;
	top: 0;
	right: 70px;
	z-index: 1000;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(../images/icon-user.png) no-repeat center center;
	background-size: 40%;
}

.header .user-icon span {
	display: none;
}

.header .user-icon:hover {
	background-color: #0067d2;
}

.header .back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(..images/icon-back.png) no-repeat center center;
	background-size: 12px 20px;
}


/*PC端导航*/

.headnav {
	background: #0f55a5;
	height: 50px;
}

.headnav p {
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	margin-right: 30px;
	float: left;
}

.line {
	text-align: right;
}

.line span {
	margin-right: 10px;
}

.wximg {
	display: none;
	position: absolute;
	right: 0px;
	top: 60px;
	z-index: 2000;
}

.wxpic:hover .wximg {
	display: block;
}

.nav {
	z-index: 100;
}

.menu {
	width: 780px;
	margin: 0 auto;
	-webkit-perspective: 50px;
	-moz-perspective: 50px;
	-ms-perspective: 50px;
	perspective: 50px;
}

.menu>li {
	display: inline-block;
	padding-top: 41px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.menu>li>a {
	position: relative;
	display: block;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	width: 102px;
}

.menu>li:hover>a {
	color: #fff;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
	background-color: #8ec31f;
}

.menu ul {
	position: absolute;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	width: 102px;
	background-color: #8ec31f;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-80deg);
	transform: rotateX(-90deg);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.menu ul a {
	display: block;
	color: #fff;
	width: 100px;
	text-align: center;
	margin-left: -40px;
}

.menu>li:hover ul {
	display: block;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.menu ul a:hover {
	color: #fff;
	text-shadow: 0 1px 0 #9de408;
	text-decoration: none;
	background-color: #8ec31f;
}


/*关于我们*/

.title {
	height: 55px;
	line-height: 38px;
	border-bottom: 1px solid #b1b1b1;
	margin-bottom: 20px;
	width: 100%;
	float: left;
	display: block;
}

.title h2 {
	font-size: 18px;
	float: left;
	height: 37px;
	font-family: 微软雅黑;
	font-weight: 700;
	padding: 0px 15px;
	border-bottom: 4px solid rgb(54, 105, 188);
}

.more {
	font-weight: 700;
	line-height: 80px;
	float: right;
}

.title span img {
	margin-right: 10px;
}


.about_list p {
	line-height: 30px;
	text-indent: 2em;
}

.left {
	position: absolute;
	top: 40%;
}

.right {
	position: absolute;
	top: 40%;
	right: 20px;
}


/*新闻中心*/

.news {
	margin-top: 10px;
	margin-left: -38px;
}

.news li {
	margin-bottom: 10px;
	    height: 170px;
}

.news img {
	float: left;
	margin-right: 20px;
}

.news h2 {
	font-size: 14px;
	font-weight: 700;
}

.news p {
	line-height: 28px;
	text-indent: 2em;
}


/*案例展示*/

.slider {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin: auto;
	float: left;
}

.slider img {
	max-width: 550px;
}

.slides {
	list-style: none;
}

.slides {
	height: 100%;
	overflow: hidden;
	list-style: none;
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide01 {
	width: 100%;
	height: 350px;
	float: left;
	clear: none;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.slide01 img {
	width: 100%;
	height: 350px;
}

.slide01 p {
	width: 99%;
	position: relative;
	bottom: 40px;
	left: 0;
	background: #000;
	opacity: 0.7;
	color: #fff;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.slide01 p a{
	color: #fff;
}

.slider-arrow {
	position: absolute;
	display: block;
	padding: 22px;
	margin-bottom: -50px;
	color: #fff;
	text-decoration: none;
}

.slider-arrow--right {
	bottom: 55%;
	right: 20px;
	background: url(../img/Glide.png) no-repeat left -45px;
	height: 20px;
	right: 20px;
	width: 10px;
	opacity: 0.6
}

.slider-arrow--right:hover,
.slider-arrow--left:hover {
	opacity: 1
}

.slider-arrow--left {
	bottom: 55%;
	left: 20px;
	background: url(../img/Glide.png) no-repeat left top;
	opacity: 0.6;
	height: 19px;
	width: 10px
}

.slider-nav {
	display: none;
}

.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	border: 1px solid #fff;
	border-radius: 8px;
}

.slider-nav__item:hover {
	background: #fff;
}

.slider-nav__item--current {
	background: #fff;
}
/*法规*/

.fagui {
	margin-left: -38px;
}

.fagui li {
	height: 35px;
	line-height: 30px;
	background: url(http://res.img.ifeng.com/images/icon_dot.gif) no-repeat 0px 20px;
	overflow: hidden;
	text-align: left;
	padding: 10px 0 0 25px;
	margin: 0px 0 0px 5px;
}


/*产品中心*/

.scrollleft {
	width: 1130px;
	padding: 5px 20px 0px 20px;
	margin: 10px auto;
}

.scrollleft li {
	float: left;
	margin-right: 7px;
	display: inline;
	width: 308px;
	text-align: center;
	line-height: 19px
}

.scrollleft img {
	width: 286px;
	height: 180px;
	padding: 10px;
	border: solid 1px #ddd;
}

.scrollleft li p {
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #777
}
/*footer*/
.ftline{
	border-right: 1px solid #fff;
	height: 110px;
}
.footer{
	background-color: #0f55a5;
	height: 190px;
	color: #fff;
}
.tit{
	color: #fff;
	border-left: 3px solid orange;
	font-weight: 700;
}
.tit span{
	margin-left: 10px;
}
.link{
	margin-left: 30px;
}

.link li a{
	color: #fff;
}
.copyright{
	width: 329px;
	margin-top:35px;
}
.copyright p{	
	line-height: 18px;
	text-align: center;
	font-size: 14px;
}

.foot p{
	text-align: center;
	color: #fff;
	line-height:50px;
}

/*关于我们页面*/
.aboutbanner img{
	width: 100%;
}
.left_nav {
    background-color: #0f55a5;
    margin-top: 30px;
    color: #fff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;

}
.ab_left li{
	line-height: 50px;
	text-align: center;
	border: 1px solid #E5E5E5;
	border-bottom: none;
}
.ab_left li:last-child{
	border-bottom:1px solid #E5E5E5;
}

.left_contact{
	border: 1px solid #E5E5E5;
	padding: 20px;
}
.about_tit{
	border-bottom: 1px dotted #c6d2dc;
	margin-top: 30px;
	text-align: right;

}
.aboutus{
	line-height: 30px;
	margin-top: 30px;
}
.newslist{
	margin-top: 30px;
}
.newslist li{
	border-bottom: 1px dashed #aaa;
    overflow: auto;
    line-height: 29px;
    background: url(http://res.img.ifeng.com/images/icon_dot.gif) no-repeat 0px 20px;
	padding: 10px 0 0 25px;
	margin: 0px 0 0px 5px;
}
.product{
	margin-top: 30px;
}
.product li{
	padding-bottom: 20px;
	height: 190px;
	border-bottom: 1px solid #E5E5E5;
}
.product li img{
	width: 180px;
	height: 160px;
	float: left;
	margin-right: 20px;
	border:1px solid #E5E5E5;
}
.product li h2{
	    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
}
.product li p{
	line-height: 35px;
    text-indent: 2em;
}

.context {
	padding: 40px;
	text-align: center;
}

.context li {
	width: 300px;
	float: left;
}
.pro{
	margin-top: 50px;
}
.pro li img {
	height: 150px;
	width: 200px;
}

.pro li p {
	text-align: center;
	line-height: 35px;
	width: 220px;
}

.pagelist {
	clear: both;
	margin-top: 50px;
	text-align: center;
	float: right;
}
.pagelist li{
	float: left;
	margin-right: 25px;
	
}
/*关于我们焦点图*/
.about-img{
	float: left;
	width: 200px;
	margin-right: 10px;
}

.xiazai{
	width: 96px;
	height: 24px;
	background: url(../img/xiazai.jpg);
}
.page{
	float: right;
}
.page li{
	float: left;
	margin: 15px;
}
@media only screen and (min-width:300px ) {
	.product li p{
		height: 105px;
		overflow: hidden;
	}
}