*{
	font-family: '宋体';
}
body{
	min-width: 1200px;
}
body,div,a,li,ul,ol,dl,img,span,input{
	padding:0px;
	margin:0px;
	list-style:none;
	border:0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
ul{
	list-style-type: none;
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}
.f-l{
	float: left;
}
.f-r{
	float: right;
}
.after:after{
	content: '';
	display: block;
	clear: both;
}
.mr-0{
	margin-right:0px!important;
}
.this-1200{
	margin: 0 auto;
	width:1200px;
}
/*头部*/
#header .link{
	padding: 10px;
	text-align: right;
	border-bottom: 1px solid #f5f5f5;
}
#header .nav{
	padding: 10px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}
#header .nav .logo{
	font-size: 0px;
}
#header .nav .list li{
	line-height: 57px;
	float: left;
	margin:0 20px;
}
#header .nav .list li a{
	font-size: 16px;
	font-family: '微软雅黑';
}
#header .nav .list li a:hover{
	color: #44AFE7;
}
/*首页共同标题*/
#home .title{
	text-align: center;
	padding-bottom: 50px;
}
#home .title>p:first-child{
	font-size: 48px;
	font-family: 'Arial';
	color: #d00113;
	font-weight: bold;
	margin:0;
}
#home .title>p:first-child span{
	font-family: 'Arial';
	color: #999;
}
#home .title>p:first-child+p{
	font-family: '微软雅黑';
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin:0;
	margin-top: 10px;
}
/*首页*/
#home .about{
	background-color: #f5f5f5;
}
#home .about .this-1200{
	padding: 44px;
	box-sizing: border-box;
}
#home .about .this-1200 .left{
	width: 650px;
}
#home .about .this-1200 .left img{
	width: 100%;
}
#home .about .this-1200 .right{
	margin-left: 44px;
	width: 418px;
	margin-top: 44px;
}
#home .about .this-1200 .right .title{
	padding: 0px;
	text-align: left;
}
#home .about .this-1200 .right .more{
	display: block;
	width: 150px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #666;
	border:1px solid #666;
	border-radius: 5px;
	float: right;
	transition: all 0.5s;
	margin-top: 50px;
}
#home .about .this-1200 .right .more:hover{
	background-color: #44AFE7;
	color: #fff;
	border:1px solid #44AFE7;
}
#home .case{
	padding: 50px 0;
}
#home .case .list{
	font-size: 0px;
}
#home .case .list li{
	width: 275px;
	margin-left: 25px;
	float: left;
}
#home .case .list li p{
	font-size: 12px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#home .case .list li .xian{
	position: relative;
}
#home .case .list li .xian span:first-child{
	position: absolute;
	top: 0px;
	height: 3px;
	width: 100%;
	background-color: #eee;
}
#home .case .list li .xian span:first-child+span{
	position: absolute;
	top: 0px;
	height: 3px;
	width: 0%;
	transition: width 0.5s;
	background-color: #44AFE7;
}
#home .case .list li:hover .xian span:first-child+span{
	width: 100%;
}
#home .case .more{
	margin: 0 auto;
    display: block;
    width: 150px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border: 1px solid #666;
    border-radius: 5px;
    transition: all 0.5s;
    margin-top: 50px;
}
#home .case .more:hover{
	background-color: #44AFE7;
	color: #fff;
	border:1px solid #44AFE7;
}
#home .news{
	background-color: #f7f9f8;
}
#home .news .this-1200{
	padding: 44px;
	box-sizing: border-box;
}
#home .news .list{
	width: 1160px;
	margin:auto;
}
#home .news .list a{
	display: block;
	margin-bottom: 20px;
	transition: all 0.5s;
}
#home .news .list a .time{
	padding: 20px;
	float: left;
	width: 160px;
	background-color: #d8d8d8;
	text-align: center;
	transition: all 0.5s;
}
#home .news .list a .time .day{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 44px;
	color: #010101;
	transition: all 0.5s;
}
#home .news .list a .time .year{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 22px;
	color: #010101;
	transition: all 0.5s;
}
#home .news .list a:hover{
	box-shadow: 0px 0px 10px #e8dfdf;
}
#home .news .list a:hover .time{
	background-color: #333;
}
#home .news .list a:hover .time .day{
	color: #fff;
}
#home .news .list a:hover .time .year{
	color: #fff;
}

#home .news .list a .right{
	padding: 20px;
	margin-left: 200px;
	background-color: #fff;
}
#home .news .list a .right p{
	margin:0;
}
#home .news .list a .right p:first-child{
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
#home .news .list a .right p:first-child+p{
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}
#home .news .more{
	margin:0 auto;
	display: block;
	width: 150px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #666;
	border:1px solid #666;
	border-radius: 5px;
	transition: all 0.5s;
	margin-top: 50px;
}
#home .news .more:hover{
	background-color: #44AFE7;
	color: #fff;
	border:1px solid #44AFE7;
}
#home .service .this-1200{
	padding: 44px;
	box-sizing: border-box;
}
#home .service .list li{
	width: 162px;
	margin-right: 35px;
	float: left;
}
#home .service .list li a{
	display: table-cell;
	text-align: center;
	width: 162px;
	height: 162px;
	vertical-align: middle;
}
#home .service .list li a img{
	max-width: 100%;
	max-height: 100%;
}
#home .service .list li p{
	text-align: center;
	font-size: 14px;
	color: #666;
}
/*其他共同部分*/
#bg{
	line-height: 300px;
    background-size: cover;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: '微软雅黑';
    text-shadow: 2px 2px 10px #8e8686;
}
/*左侧分类*/
#main {
	margin-top: 10px;
}
#main .left{
	width: 230px;
}
#main .left>.list>.title{
	line-height: 50px;
	background-color: #44AFE7;
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
#main .left>.list>li{
	line-height: 50px;
	border:1px solid #f1f2f4;
	border-bottom: 0px;
	padding-left: 30px;
	background-position-x:10px;

}
#main .left>.list>li a{
	display: block;
	transition: color 0.5s;
	font-size: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}
#main .left>.list>li:hover a{
	color: #44AFE7;
}
#main .left>.contact>.title{
	line-height: 50px;
	background-color: #44AFE7;
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}
#main .left>.contact .content{
	border:1px solid #f1f2f4;
	border-top: 1px solid transparent;
	padding: 0 10px;
	font-size: 12px;
	color: #555;
	margin-bottom: 20px;
}
#main>div>.right{
	width: 950px;
}
#main>div>.right>.title{
	line-height: 40px;
	border-bottom:1px solid #f1f2f4;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}
#main>div>.right>.title .link{
	font-size: 12px;
}
.triangle li {
    background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
}
/*服务内容页面*/
#main .right .service .list li{
	margin-bottom: 20px;
	width: 50%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}
#main .right .service .list li img{
	width: 162px;
	float: left;
}
#main .right .service .list li .content{
	margin-left: 162px;
	padding-left: 20px;
	line-height: 25px;
}
#main .right .service .list li .content p:first-child{
	font-size: 16px;
	font-weight: bold;
}
#main .right .service .list li .content p:first-child+p{
	font-size: 12px;
	color: #666;
}
/*案例展示*/
#main .right .case .list{
	font-size: 0px;
}
#main .right .case .list li{
	width: 300px;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
}
#main .right .case .list li img{
	width: 100%;
}
#main .right .case .list li p{
	font-size: 12px;
	color: #333;
	text-align: center;
}
#main .right .case .list li .xian{
	position: relative;
}
#main .right .case .list li .xian span:first-child{
	position: absolute;
	top: 0px;
	height: 3px;
	width: 100%;
	background-color: #eee;
}
#main .right .case .list li .xian span:first-child+span{
	position: absolute;
	top: 0px;
	height: 3px;
	width: 0%;
	transition: width 0.5s;
	background-color: #44AFE7;
}
#main .right .case .list li:hover .xian span:first-child+span{
	width: 100%;
}
/*最新资讯*/
#main .right .news .list a{
	display: block;
	margin-bottom: 20px;
	transition: all 0.5s;
}
#main .right .news .list a .time{
	padding: 20px;
	float: left;
	width: 160px;
	background-color: #d8d8d8;
	text-align: center;
	transition: all 0.5s;
}
#main .right .news .list a .time .day{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 44px;
	color: #010101;
	transition: all 0.5s;
}
#main .right .news .list a .time .year{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 22px;
	color: #010101;
	transition: all 0.5s;
}
#main .right .news .list a:hover{
	box-shadow: 0px 0px 10px #e8dfdf;
}
#main .right .news .list a:hover .time{
	background-color: #333;
}
#main .right .news .list a:hover .time .day{
	color: #fff;
}
#main .right .news .list a:hover .time .year{
	color: #fff;
}
#main .right .news .list a .right{
	padding: 20px;
	margin-left: 200px;
	background-color: #f9f9f9;
	height: 76px;
}
#main .right .news .list a .right p{
	margin:0;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
#main .right .news .list a .right p:first-child{
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
#main .right .news .list a .right p:first-child+p{
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}
/*资讯内页*/
#main .right .news-view .title{
	text-align: center;
    font-size: 25px;
    line-height: 100px;
    color: #373028;
    font-weight: bold;
}
#main .right .news-view .time{
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-bottom: 30px;
}
/*联系我们 在线留言*/
#main .right .message{
	padding: 10px 30px;
	padding-bottom: 40px;
}
#main .right .message .title p:first-child{
	font-size: 24px;
	font-family: 宋体;
	font-weight: bold;
	margin:20px 0;
}
#main .right .message .title p:first-child span{
	font-size: 14px;
	margin-left: 5px;
	font-weight: 500;
	font-family: 宋体;
}
#main .right .message .title p:first-child+p{
	color: #a0a0a0;
	font-size: 12px;
	font-family: 宋体;
}
#main .right .message form{
	margin-top: 30px;
	font-size: 14px;
	font-family: 宋体;
}
#main .right .message form p{
	font-family: 宋体;
}
#main .right .message form input{
	width: 160px;
	margin-left: 20px;
	border:1px solid #ccc;
	padding: 3px 5px;
}
#main .right .message form span{
	color: red;
	font-size: 12px;
	margin-left: 5px;
}
#main .right .message form textarea{
	width: 800px;
	height: 180px;
	padding: 10px;
	border:1px solid #ccc;
}
#main .right .message form .submit{
	margin-left: 0px;
	line-height: 30px;
	width: 90px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	background-color: transparent;
	transition: all 0.5s;
}
#main .right .message form .submit:hover{
	background-color: #44AFE7;
	border:1px solid #44AFE7;
	color: #fff;
}
/*底部*/
#footer{
	background-color: #f5f5f5;
}
#footer .address{
	padding: 30px 0;
}
#footer .address .left>p{
	font-size: 14px;
	color: #666;
}
#footer .address .left>p:first-child{
	font-weight: bold;
}
#footer .address .left>p:first-child+p{
	font-size: 12px;
}
#footer .address form{
	margin-top: 10px;
	display: inline-block;
}
#footer .address form p{
	font-size: 14px;
	margin:0;
	margin-bottom: 15px;
	color: #666;
	font-weight: bold;
}
#footer .address form div{
	display: inline-block;
}
#footer .address form div span{
	font-size: 12px;
	color: #666;
}
#footer .address form div input{
	line-height: 22px;
	margin-right: 20px;
	border:1px solid #ddd;
	padding-left: 7px;
	width: 150px;
	box-sizing: border-box;
}
#footer .address form div .submit{
	width: 85px;
	line-height: 30px;
	background-color: #999;
	text-align: center;
	padding: 0px;
	color: #eee;
	border-radius: 5px;
	border:0px;
	cursor: pointer;
	transition: background-color 0.5s;
	outline: none;
}
#footer .address form div .submit:hover{
	background-color: #44AFE7;
}
#footer .copyright{
	line-height: 60px;
	border-top: 1px solid #ddd;
	font-size: 12px;
	color: #666;
}
#footer .copyright p{
	display: inline-block;
	margin:0;
}
#footer .copyright a{
	font-size: 12px;
	color: #666;
}