/*
***********************************************************************
*  LanDioCMS v3.0 (http://www.landio.cn)                              *
*  Copyright (c) 2010-2017 http://www.landio.cn All rights reserved.  *
*  Author: landio@qq.com                                              *
***********************************************************************
 */

body {
	font-family: Microsoft Yahei, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	color: #5A5A5A;
}

ul,
ol,
li {
	border: 0px;
	padding: 0px;
	margin: 0px auto;
}

ul,
li {
	list-style-type: none;
}

ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}


/*导航菜单*/

.navbar {
	margin: 0px;
	border: none;
	background-color: rgba(0, 0, 0, 0);
}

#app_menudown {
	position: absolute;
	top: 0px;
	right: 0px;
}

#app_menudown:hover {
	background-color: #038ff2;
}

.pt-20 {
	padding-top: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.mt10 {
	margin-top: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.i-bg {
	background: #EFF4F7;
}


/*首页banner*/

.i-slider img {
	width: 100%;
}


/*首页服务*/

.i-service {}

.i-service img {
	display: block;
	margin: 0 auto;
	width: 50%;
}

.i-service img {
	-webkit-transition: -webkit-transform 0.8s ease-out;
	-moz-transition: -moz-transform 0.8s ease-out;
	-o-transition: -o-transform 0.8s ease-out;
	-ms-transition: -ms-transform 0.8s ease-out;
}

.i-service img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.i-box h2 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.i-box h3 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.i-box p {
	text-align: center;
}

.i-box div.col-md-3 {
	margin-bottom: 30px;
	margin-top: 40px;
}


/*首页案例*/

.i-case-box {
	margin-top: 30px;
}

.i-case {
	margin-bottom: 30px;
}

.i-case img {
	display: block;
	margin: 0 auto;
	z-index: 2;
}

.i-case img {
	width: 100%;
}

.i-case div.col-md-3 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.case-box {
	text-align: center;
	overflow: hidden;
	position: relative;
}

.case-box:before {
	content: "";
	width: 0;
	height: 100%;
	background: #000;
	padding: 14px 18px;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.case-box:hover:before {
	width: 100%;
	left: 0;
	opacity: 0.8;
}

.case-box img {
	width: 100%;
	height: auto;
}

.case-box .box-content {
	width: 100%;
	padding: 14px 18px;
	color: #fff;
	position: absolute;
	top: 38%;
	left: 0;
	height: auto;
}

.case-box .title {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.case-box:hover .title {
	opacity: 1;
	transition-delay: 0.5s;
}

.more_btn{
	margin:20px 0px 0px 0px;
	text-align: center;
}

.more_btn a{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #0074D9;
	border-radius: 6px;
	color: #0074D9;
}

.more_btn a:hover{
	border: 1px solid #ff6600;
	color: #ff6600;
	text-decoration:none;
}

/*首页我们的客户*/

.i-customer {
	padding-bottom: 40px;
}

.i-customer .i-customer-box {
	margin-top: 20px;
}

.i-customer .box-content {
	width: 100%;
	height: 160px;
	background: #fff;
	margin-top: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-shadow: 3px 4px 5px rgba(0,0,0,0.15);
}

.i-customer .box-content img {
	display: block;
	margin: 0 auto;
	width: 80%;
}


/*首页我们是谁*/

.i-about-box {
	margin-top: 30px;
}

.i-about {
	margin-bottom: 30px;
}

.i-about img {
	display: block;
	margin: 0 auto;
}

.i-about img {
	width: 100%;
}

.i-about div.col-mm-4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.i-about-content {
	line-height: 30px;
}

.i-about-content p {
	text-align: left;
	text-indent: 2em;
}

.i-news {
	padding-bottom: 30px;
	background: url(../img/i-news-bg.jpg)50% top;
	-moz-background-size: cover;
	background-size: cover;
}

.i-news img {
	display: block;
	margin: 0 auto;
}

.i-news img {
	width: 100%;
}

.i-news .inews {
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
}

.i-news .inews,
.inews a {
	color: #5A5A5A;
}

.i-news .inews a:hover {
	color: #0076CA;
}

.i-news .inews span {
	color: #999;
}

.i-news .col-md-4 p {
	text-align: left;
}

.i-news .col-md-4 h3 {
	text-align: left;
	margin: 10px 0px 10px 0px;
}

/*首页联系我们*/

.i-contact{
	background: #3B3B3B url(../img/wp1_4.jpg)50% top;
	-moz-background-size: cover;
	background-size: cover;
	padding-bottom: 10px;
	color: #fff;
}

.i-contact a{
	color: #fff;
}

.i-contact a:hover{
	color: #ffff99;
}

.i-weixin{
	text-align: center;
}

.i-address p{
	text-align: left;
}

.i-address i{
	margin-right: 10px;
}

.i-words{
	margin-top: 30px;
	background: url(../img/words.png) center no-repeat;
	width: 100%;
	height: 80px;
}

/*底部*/

.footer {
	width: 100%;
	background: #3B3B3B;
	color: #f0f0f0;
	padding: 20px;
}

.footer .f-keywords {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

.footer .f-keywords a {
	color: #f0f0f0;
	margin-left: 10px;
}

.footer .f-keywords a:hover {
	color: #ffff99;
}

.footer .f-copyright {
	text-align: center;
	font-size: 12px;
}

.footer .f-copyright a {
	color: #f0f0f0;
}

.footer .f-copyright a:hover {
	color: #ffff99;
}

/*
 *内页样式
 * */

.slider{
	width: 100%;
	height: 600px;
	background: #555555;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}
#about{
	margin-bottom: 50px;	
}

#about .title{
	margin: 20px 0px 20px 0px;
	text-align: center;
	font-size: 20px;
}
#about img{
	max-width: 100%;
}
#about .content p{
	line-height: 40px;
	margin-bottom: 30px;
}

#about .about-youshi .t1{
	font-weight: bold;
	margin-top: 10px;
}

.job{
	text-align: center;
	color: #FF0000;
}
.job span{
	font-size: 40px;
	display:block; margin:0 auto;animation:myfirst 1s linear 1s infinite ;-moz-animation:myfirst 1s linear 1s infinite ;-webkit-animation:myfirst 1s linear 1s infinite ;-o-animation:myfirst 1s linear 1s infinite;position:relative;
}

#about h3{
	border-top: 1px dotted #dedede;
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
}

#about h4{
	border-bottom: 1px dashed #dedede;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}

#about .service-info{
	font-size: 12px;
	line-height: 30px;
}

#about .service-content{
	line-height:40px;
}

@keyframes myfirst
{
0%{left:0; top:0px}
50%{left:0; top:10px}
100%{left:0; top:0px}
}

@-moz-keyframes myfirst 
{
0%{left:0; top:0px}
50%{left:0; top:10px}
100%{left:0; top:0px}
}

@-webkit-keyframes myfirst 
{
0%{left:0; top:0px}
50%{left:0; top:10px}
100%{left:0; top:0px}
}

@-o-keyframes myfirst 
{
0%{left:0; top:0px}
50%{left:0; top:10px}
100%{left:0; top:0px}
}

/*
 *案例
 * */
.title1{
	margin: 20px 0px 20px 0px;
	text-align: center;
	font-size: 20px;
}
.title2{
	margin-top: -10px;
	text-align: center;
	font-size: 12px;
}
.case-list{
	margin-top: 20px;
}

.case-list img{
	width: 100%;
}
.case-list .title{
	padding: 15px;
	background: #f1f1f1;
}

.case-list:hover .title{
	background: #0074D9;
}

.case-list a{
	color: #666;
	text-decoration: none;
}

.case-list a:hover{
	color: #fff;
}

.case-list .bg{
	position:absolute;
	top:0;
	background: rgba(0,0,0,0.6);
	display: none;
	text-align: center;
}
.case-list .bg .tttt{
	display: inline-block;
	margin-top: 30%;
	border:1px solid #fff;
	padding: 10px;
	border-radius: 10px;
	font-size: 16px;
}

.case-slider{
	width: 100%;
	height: 450px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/case-banner.jpg);
}

.case-info{
	background: #EFF2F4;
}

.case-title{
	border-left: 5px solid #0074D9;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	font-size: 20px;
	margin-bottom: 20px;
}

.case-remark{
	line-height: 30px;
	font-size: 12px;
}

.case-remark h2{
	font-size: 18px;
}

.case-content{
	text-align: center;	
}

.case-content img{
	background: #fff;
	padding: 20px;
	max-width: 100%;
}

.xinshang{
	margin-top: 30px;
}

.pagination > li > .active,
.pagination > li > .active > span,
.pagination > li > .active > a:hover,
.pagination > li > .active > span:hover,
.pagination > li > .active > a:focus,
.pagination > li > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3498DB;
    border-color: #2f89c6;
}
.pagination > li > .active:hover {
    color: #fff;
    cursor: no-drop;
    background-color: #3498DB;
    border-color: #2f89c6;
}

/*
 *新闻
 * */
.news-nav{
	width: 100%;
	margin-bottom: 40px;
	background: #e1e1e1;
}
.news-nav ul{
	height: 50px;
}

.news-nav li{
	float: left;
	width: 100px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.news-nav .active,
.news-nav .active:hover{
	background: #fff;
}

.news-nav a{
	color: #666;
	text-decoration: none;
}

.news-nav .active a,
.news-nav .active:hover a{
	color: #0076CA;
}

.news-nav li:hover{
	background: #bbb;
}

.news-nav li:hover a{
	color: #fff;
}

.news-list{
	
}
.news-list-box{
	border-bottom: 1px dashed #dedede;
	margin-bottom: 20px;
	padding-bottom: 20px;	
}

.news-list-box .img{
	float: left;
	margin-left: 100px;
	margin-right: 20px;
	padding: 5px;
	background-color: #f1f1f1;
}
.news-list-box .img span{
	display: inline-block;
	position: absolute;
	background: url(../img/news.png) no-repeat;
	width: 70px;
	height: 86px;
	left: 0;
	top:0;
	color: #fff;
	text-align: center;
}
.news-list-box .img span i{
	font-size: 20px;
	font-style:normal;
}
.news-list-box .img img{
	width: 230px;
	height: 160px;
}

.news-list-box .title{
	font-size: 20px;
	margin-bottom: 20px;
}

.news-list-box .remark{
	line-height: 30px;
}

.news-info .title{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}

.news-info .info{
	text-align: center;
	border-bottom:1px dashed #dedede;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #999;
}

.news-info .content{
	line-height: 30px;
}

.news-info .content p{
	margin-bottom: 20px;
}

.news-info .content img{
	max-width: 100%;
}

.news-info .share{
	float: right;
	margin-bottom: 20px;
	height: 30px;
}

.news-info .weixin{
	clear: both;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 40px;
	display: none;
}

.news-info .weixin img{
	padding: 10px;
	background: #f1f1f1;
}

/*
 *产品
 * */
.product {
	margin-bottom: 20px;
}
.product .title h2{
	text-align: center;
	font-size: 20px;
}

.product .title p{
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

.product img{
	max-width: 90%;
}

.product .cms_img{
	max-width: 100%;
}
.product .cms_js{
	padding-top: 30px;
	line-height: 35px;
	font-size: 16px;
}

.product .cms_js p{
	text-align: center;
}

.product .cms_js p a{
	display: inline-block;
	width: 40%;
	height: 50px;
	background: #0093D8;
	margin: 5% 5% 0 5%;
	border-radius: 6px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

.product .cms_js p a i{
	font-size: 20px;
	margin-right: 10px;
}

.product .cms_ys{
	margin-top: 20px;
}

.product .cms_ys .cms_ys_i{
	text-align: center;
	color: #666;
}

.product .cms_ys .cms_ys_i i{
	display: inline-block;
	color: #fff;
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 60px;
	border-radius: 100px;
	-webkit-transition: -webkit-transform 0.8s ease-out;
	-moz-transition: -moz-transform 0.8s ease-out;
	-o-transition: -o-transform 0.8s ease-out;
	-ms-transition: -ms-transform 0.8s ease-out;
	margin-bottom: 10px;
}

.product .cms_ys .cms_ys_i i:hover{
	background-color: #009F95;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.product .cms_ys .cms_ys_i .title{
	margin-top: 20px;
}

.product .cms_ys .cms_ys_i .info{
	font-size: 12px;
}

.product .cms_gl{
	padding: 10px;
}

.product .cms_gl_i{
	text-align: center;
	color: #666;
}

.product .cms_gl_i i{
	display: inline-block;
	width: 100%;
	background-color: #f1f1f1;
	color: #aaa;
	font-size: 50px;
	border-radius: 10px;
	-webkit-transition: -webkit-transform 0.8s ease-out;
	-moz-transition: -moz-transform 0.8s ease-out;
	-o-transition: -o-transform 0.8s ease-out;
	-ms-transition: -ms-transform 0.8s ease-out;
	margin-bottom: 10px;
}

.product .cms_gl_i i:hover{
	background-color: #01AAED;
	color: #fff;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.p-bg{
	background: #f5f5f5;
}

.product .pp-t .title{
	font-size: 26px;
}

.product .pp-t .info{
	line-height: 30px;
}

.pp-t{
	margin-top: 20px;
}

.product .cms_mb{
	padding: 30px;
}
/*大屏幕*/

@media screen and (min-width: 769px) {
	.logo {
		margin: 16px 0px 0px 0px;
		max-width: 240px;
		max-height: 78px;
	}
	.navbar {
		min-height: 72px;
	}
	.navbar-nav {
		float: right;
	}
	.navbar-nav>li>a {
		text-align: center;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 25px 26px 25px 26px;
		color: #fff;
	}
	.navbar-default .navbar-nav>li:hover,
	.navbar-default .navbar-nav>li:focus,
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		color: #fff;
		background-color: #2D82BB;
	}
	.small-nav {
		min-height: 55px;
		background: rgba(0, 0, 0, 0.6);
		margin-top: 0px;
	}
	.small-nav .navbar-nav>li>a {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.small-nav img.logo {
		max-width: 200px;
		margin-top: 10px;
	}
	.nav_small {
		background-color: #2D82BB;
		padding: 8px 0px 8px 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}
	.nav_small>li {}
	.nav_small>li>a {
		line-height: 26px;
		color: #fff;
		font-size: 13px;
	}
	.nav_small>li>a:hover {
		color: #fff;
		background-color: #0076ca;
	}
	#app_menudown,
	.m_slide {
		display: none;
	}
	
	.i-weixin{
		text-align: right;
		padding-right: 20px;
	}
	.i-contact{
		padding-bottom: 40px;
	}
	.i-address{
		padding-left: 20px;
	}
	
	.mt-50{
		margin-top: 50px;
	}
	.s-right{
		float: right;
	}
	
	.t-left{
		padding-left: 40px;
	}
	
	.t-right{
		padding-right: 40px;
	}
	
	.case-about{
		padding: 40px;
	}
	
	.case-content{
		margin-top: -20px;
	}
	
	.pb-20{
		padding-bottom: 20px;
	}
}


/*小屏幕*/

@media screen and (max-width: 768px) {
	.navbar-default {
		background: rgba(0, 118, 202, 0.4);
	}
	.navbar-default .navbar-brand {
		color: #fff;
	}
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		color: #fff;
	}
	.navbar-toggle {
		border: none;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: none;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #038ff2;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
		background: rgba(0, 118, 202, 0.2);
	}
	.navbar-default .navbar-nav>li {}
	.navbar-default .navbar-nav>li:last-child {
		border: none;
	}
	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		background-color: #038ff2;
		color: #fff;
	}
	.small-nav {
		background: rgba(0, 118, 202, 0.8);
	}
	.logo {
		margin: 8px 0px 0px 10px;
		max-width: 160px;
		max-height: 50px;
	}
	.i-slider {
		display: none;
	}
	.m_slide img {
		width: 100%;
	}
	.i-service div.col-md-3 {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.pt20 {
		padding-top: 0px;
	}
	.i-box div.col-md-3 {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.case-box .box-content {
		top: 20%
	}
	.case-box .title {
		font-size: 12px;
	}
	.i-customer .box-content {
		height: 100px;
	}
	
	.i-weixin{
		padding-bottom: 20px;
	}
	.i-words{
		display: none;
	}
	
	.slider{
		width: 100%;
		height: 300px;
	}
	
	.case-about{
		padding-top: 20px;
	}
	.news-list-box .img{
		display: none;
	}
	.news-nav{
		margin-bottom: 20px;
	}
	.news-nav li{
		width: 25%;
	}
	.news-nav .container{
		padding-left: 0px;
		padding-right: 0px;
		font-size: 12px;
	}
	.news-list-box .title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.news-list-box .remark{
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
	}
	#newsshowbanner{
		display: none;
	}
	.news-info .title{
		font-size: 18px;
		margin-top: 70px;
	}
	.news-info .weixin{
		display: block;
	}
	.product .cms_gl_01 p{
		font-size: 12px;
		overflow: hidden;
		height: 60px;
	}
	
	.product .cms_js{
		padding-top: 20px;
	}
	.ppts{
		text-align: center;
	}
	.pb-20{
		padding-top: 30px;
	}
	.product .cms_mb{
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 240px) {
	.logo {
		margin: 4px 0 0 5px;
		max-width: 140px;
	}
}

@media screen and (min-width:435px) and (max-width:768px) {
	.col-mm-1,.col-mm-2,.col-mm-3,.col-mm-4,.col-mm-5,.col-mm-6,.col-mm-7,.col-mm-8,.col-mm-9,.col-mm-10,.col-mm-11,.col-mm-12 {
		float: left;
	}
	.col-mm-12 {
		width: 100%;
	}
	.col-mm-11 {
		width: 91.66666667%;
	}
	.col-mm-10 {
		width: 83.33333333%;
	}
	.col-mm-9 {
		width: 75%;
	}
	.col-mm-8 {
		width: 66.66666667%;
	}
	.col-mm-7 {
		width: 58.33333333%;
	}
	.col-mm-6 {
		width: 50%;
	}
	.col-mm-5 {
		width: 41.66666667%;
	}
	.col-mm-4 {
		width: 33.33333333%;
	}
	.col-mm-3 {
		width: 25%;
	}
	.col-mm-2 {
		width: 16.66666667%;
	}
	.col-mm-1 {
		width: 8.33333333%;
	}
	.product_img {
		min-height: 180px;
	}
	.inn{
		display: none;
	}
	.i-customer .box-content {
		height: 160px;
	}
	
	.i-weixin{
		padding-bottom: 20px;
	}
	.i-words{
		display: block;
	}
	
	.pp-t{
		margin-top: 0px;
	}
	.product .cms_img{
		
	}
	.product .cms_js{
		line-height: 20px;
		font-size: 12px;
	}
	
	.s-right{
		float: right;
	}
	#about h4{
		font-size: 16px;
		line-height: 20px;
	}
	#about .service-info{
		line-height: 20px;
	}
	#about .service-content{
		line-height: 20px;
		font-size: 12px;
	}
	.mt-50{
		margin-top: 30px;
	}
	.i-news .col-md-4 h3 {
		overflow: hidden;
		height: 20px;
	}
}