/* common */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }   
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }   
h1, h2, h3, h4, h5, h6{ font-size:100%; }   
address, cite, dfn, em, var { font-style:normal; }   
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }   
small{ font-size:12px; }   
ul, ol { list-style:none; }   
a { text-decoration:none;}   
a:hover { text-decoration:underline; }   
sup { vertical-align:text-top; }   
sub{ vertical-align:text-bottom; }   
legend { color:#000; }   
fieldset, img { border:0; }   
button, input, select, textarea { font-size:100%; }   
table { border-collapse:collapse; border-spacing:0; }
body{ font-family:"微软雅黑"; background:#fff;}
h3{ font-size:16px; color:#1a7eb3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
p{ font-size:14px; color:#787878; line-height:24px; padding-top:10px;}

/* style */
/**
 * 1.header
 * 2.nav
 * 3.slide
 * 4.main
 * 5.service
 * 6.tab
 * 7.footer
 */

body{
	background-color: #fff;
}
/* header */
#header{
	height: 110px;
	width: 1200px;
	margin: 0 auto;
}
#header .logo{
	width: 600px;
	height: 55px;
	float: left;
	margin-top: 35px;
	background: url(../pic/logo.jpg) 0 0 no-repeat;
}
#header .login{
	width: 130px;
	height: 20px;
	float: right;
	margin-top: 50px;
}
#header .login a{
	color: #766f6f;
}
#header .login li{
	display: block;
	float: left;
	height: 20px;
	padding-left: 25px;
	width: 40px;
	line-height: 20px;
	font-size: 16px;
	color: #766f6f;
}
#header .login .user{
	background: url(../pic/user.png) 0 0 no-repeat;
}
#header .login .pwd{
	background: url(../pic/pwd.png) 0 0 no-repeat;
}

/* nav */
#nav{
	width: 100%;
	height: 50px;
	min-width: 1200px;
	background-color: #f5f5f5;
}
#nav .nav-content{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
#nav .nav-content ul{
	height: 35px;
	width: 1200px;
}
#nav .nav-content li{
	display: block;
	float: left;
	height: 35px;
	margin-right: 70px;
	line-height: 50px;
	font-size: 18px;
	color: #666;
	padding: 0 5px;
	cursor: pointer;
}
#nav .nav-content li a{
color: #666;
}
#nav .nav-content .line{
	height: 10px;
	margin-top: 5px;
	width: 1200px;
}
#nav .nav-content .line .hover-line{
	height: 3px;
	background-color: #18b5fd;
	display: none;
}

/* slide */
#slide{
	height: 390px;
	width: 100%;
	min-width: 1200px;
	background-color: #058;
	overflow: hidden;
	position: relative;
}
#slide .hd{
	width: 150px;
	height: 20px;
	position: relative;
	margin:350px auto 0;
	z-index: 1;
}
#slide .hd li{
	display: block;
	float: left;
	height: 6px;
	width: 40px; 
	margin: 0 5px;
	background-color: #032d47;
	border-radius: 3px;
}
#slide .hd .on{
	background-color: #fff;
}
#slide .bd,
#slide .bd li{
	width: 100%;
	height: 390px;
	position: absolute;
	top: 0;
	left: 0;
}
/* main */
#main{
	height: 435px;
	width: 1160px;
	margin: 30px auto 0;
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 5px;
	overflow: hidden;
}
#main .left{
	height: 435px;
	width: 540px;
	float: left;
}
#main .left .pic{
	height: 290px;
	width: 100%;
}
#main .left .pic img{
	height: 290px;
	width: 100%;
}
#main .left h1{
	font-weight: normal;
	font-size: 21px;
	margin-top: 20px;
	padding: 0;
}
#main .left h1 a{
	color: #18b5fd;
}
#main .left p{
	font-size: 16px;
	line-height: 30px;
}
#main .left p a{
	color: #666;
}
#main .right{
	height: 435px;
	width: 560px;
	float: right;
}
#main .right .hd{
	width: 100%;
	height: 40px;
	position: relative;
}
#main .right .hd li{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #333;
	float: left;
	cursor: pointer;
}
#main .right .hd li .btn{
	position: absolute;
	top: 5px;
	right: 0;
	width: 70px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #18b5fd;
	color: #18b5fd;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	display: none;
}
#main .right .hd li .btn:hover{
	background-color: #18b5fd;
	color: #fff;
}
#main .right .hd .on{
	background-color: #18b5fd;
	color: #fff;
}
#main .right .hd .on .btn{
	display: block;
}
#main .right .bd{
	margin-top: 15px;
}
#main .right .bd,
#main .right .bd li{
	width: 100%;
	height: 380px;
}
#main .right .bd li .tab{
	height: 90px;
	padding-top: 35px;
	width: 100%;
	border-bottom: 1px dashed #e2e2e2;
}
#main .right .bd li .tab .date{
	width: 55px;
	height: 47px;
	border-radius: 5px;
	background-color: #d4dcde;
	color: #666;
	padding-top: 8px;
	font-size: 16px;
	float: left;
	text-align: center;
}
#main .right .bd li .tab:hover .date{
	background-color: #18b5fd;
	color: #fff;
}
#main .right .bd li .tab .content{
	height: 55px;
	width: 490px;
	float: right;
}
#main .right .bd li .tab .content h1{
	font-size: 20px;
}
#main .right .bd li .tab .content h1 a{
	color: #333;
}
#main .right .bd li .tab:hover .content h1 a{
	color: #18b5fd;
}
#main .right .bd li .tab .content p{
	font-size: 15px;
	padding-top: 5px;
}
#main .right .bd li .tab .content p a{
	color: #666;
}

/* service */
#service{
	height: 500px;
	width: 1200px;
	margin: 30px auto 0;
}
#service h1{
	font-size: 24px;
	color: #18b5fd;
	text-align: center;
	font-weight: normal;
}
#service h3{
	font-size: 15px;
	color: #666;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}
#service .news-wrap{
	height: 400px;
	width: 1200px;
	margin-top: 30px;
}
#service .news-wrap .items{
	height: 180px;
	width: 290px;
	margin: 0 13px 20px 0;
	background-color: #fff;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#service .news-wrap .mr{
	margin-right: 0;
}
#service .news-wrap .items img{
	width: 100%;
	height: 180px;
}
#service .news-wrap .items:hover .mask{
	display: block;
}
#service .news-wrap .items:hover .mask-content{
	display: block;
}
#service .news-wrap .items .mask{
	display: none;
	height: 180px;
	width: 290px;
	background-color: #f39919;
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}
#service .news-wrap .items .mask-content{
	display: none;
	height: 180px;
	width: 290px;
	position: absolute;
	top: 0;
	left: 0;
}
#service .news-wrap .items .mask-content .icon{
	height: 52px;
	width: 52px;
	margin: 60px auto 0;
	background: url(../pic/icon1.png) 0 0 no-repeat;
}
#service .news-wrap .items .mask-content h3{
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

/* tab */
#tab{
	height: 380px;
	width: 1200px;
	margin: 20px auto 0;
}
#tab .tab-left,
#tab .tab-right{
	height: 340px;
	width: 540px;
	box-shadow: 0 0 5px #eee;
	padding: 20px;
	float: left;
}
#tab .tab-left h1{
	height: 30px;
	font-size: 20px;
	color: #333;
}
#tab .tab-left h1 .icon{
	height: 30px;
	width: 5px;
	background-color: #18b5fd;
	line-height: 30px;
	float: left;
	margin-right: 10px;
}
#tab .tab-left h1 span{
	display: block;
	float: left;
}
#tab .tab-left h1 .btn{
	height: 18px;
	width: 40px;
	border-radius: 9px;
	border: 1px solid #18b5fd;
	color: #18b5fd;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	float: right;
	font-size: 12px;
	margin-top: 5px;
}
#tab .tab-left h1 .btn:hover{
	background-color: #18b5fd;
	color: #fff;
}
#tab .tab-left .content{
	height: 300px;
	width: 100%;
	margin-top: 10px;
}
#tab .tab-left .content .article{
	height: 150px;
	width: 100%;
	overflow: hidden;
}
#tab .tab-left .content .article h3{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
#tab .tab-left .content .article h4{
	margin-top: 10px;
	font-size: 15px;
	color: #666;
	font-weight: normal;
}
#tab .tab-left .content .article h4 span{
}
#tab .tab-left .content .article p{
	font-size: 15px;
	line-height: 20px;
}
#tab .tab-left .content .article p a{
	color: #666;
}
#tab .tab-left .content .title{
	height: 150px;
	width: 100%;
}
#tab .tab-left .content .title a{
	color: #333;
}
#tab .tab-left .content .title li{
	display: block;
	height: 20px;
	margin: 15px 0 0 0;
	font-size: 15px;
	width: 100%;
}
#tab .tab-left .content .title li span{
	float: right;
}
#tab .tab-right{
	float: right;
}
#tab .tab-right .hd{
	height: 30px;
	width: 100%;
	position: relative;
}
#tab .tab-right .hd li{
	height: 28px;
	width: 140px;
	float: left;
	border: 1px solid #e4e4e4;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
#tab .tab-right .hd li .btn{
	position: absolute;
	top: 5px;
	right: 0;
	height: 18px;
	width: 40px;
	border-radius: 9px;
	border: 1px solid #18b5fd;
	color: #18b5fd;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	float: right;
	font-size: 12px;
	display: none;
}
#tab .tab-right .hd li:hover .btn{
	background-color: #18b5fd;
	color: #fff;
}
#tab .tab-right .hd .on{
	color: #fff;
	background-color: #18b5fd;
	border-color: #18b5fd;
}
#tab .tab-right .hd .on .btn{
	display: block;
}
#tab .tab-right .bd,
#tab .tab-right .bd li{
	height: 300px;
	width: 100%;
	margin-top: 10px;
}
#tab .tab-right .bd li .article{
	height: 150px;
	width: 100%;
	overflow: hidden;
}
#tab .tab-right .bd li .article h3{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
#tab .tab-right .bd li .article .a1{
color: #333;
}
#tab .tab-right .bd li .article .a2{
color: #666;
}
#tab .tab-right .bd li .article h4{
	margin-top: 10px;
	font-size: 15px;
	color: #666;
	font-weight: normal;
}
#tab .tab-right .bd li .article h4 span{
}
#tab .tab-right .bd li .article p{
	font-size: 15px;
	line-height: 20px;
}
#tab .tab-right .bd li .article p a{
	color: #666;
}
#tab .tab-right .bd li .title{
	height: 150px;
	width: 100%;
}
#tab .tab-right .bd li .title a{
	color: #333;
}
#tab .tab-right .bd li .title li{
	display: block;
	height: 20px;
	margin: 15px 0 0 0;
	font-size: 15px;
	width: 100%;
}
#tab .tab-right .bd li .title li span{
	float: right;
}

/* footer */
#footer{
	width: 100%;
	min-width: 1200px;
	height: 215px;
	margin-top: 50px;
	background-color: #022836;
}
#footer .footer-content{
	width: 1200px;
	height: 215px;
	margin: 0 auto;
}
#footer .footer-content p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 31px;
	padding-top: 50px;
}



/* 成功案例样式开始 */
#place{
	width: 1200px;
	height: 30px;
	margin: 30px auto 0;
	border-bottom: 1px solid #e5e5e5;
	line-height: 30px;
	color: #666;
	font-size: 13px;
}
#place a{
	color: #666;
}

.cg-main{
	width: 1138px;
	height: 328px;
	border: 1px solid #e5e5e5;
	padding: 30px;
	margin: 30px auto 0;
}
.cg-main:hover{
	box-shadow: 0 0 5px #e5e5e5;
}
.cg-main:hover .left .title{
	border-color: #18b5fd;
}
.cg-main:hover .left .btn{
	border-color: #18b5fd;
	color: #18b5fd;
}
.cg-main:hover .left .btn span{
	background-color: #18b5fd;
}
.cg-main .left{
	width: 580px;
	height: 328px;
	float: left;
}
.cg-main .left .title{
	font-size: 22px;
	color: #333;
	height: 49px;
	border-bottom: 1px solid #dfe3e5;
	line-height: 50px;
	display: block;
	float: left;
}
.cg-main .left .title a{
	color: #333;
}
.cg-main .left .content{
	width: 100%;
	height: 140px;
	margin: 20px 0;
	float: left;
	font-size: 15px;
	line-height: 29px;
	color: #666;
}
.cg-main .left .content a{
	color: #666;
}
.cg-main .left .btn{
	width: 120px;
	height: 40px;
	float: left;
	border: 1px solid #dfe3e5;
	color: #dfe3e5;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	padding-left: 30px;
}
.cg-main .left .btn i{
	float: left;
	font-style: normal;
}
.cg-main .left .btn span{
	display: block;
	float: right;
	text-align: center;
	width: 55px;
	color: #fff;
	font-size: 30px;
	background-color: #dfe3e5;
}
.cg-main .right{
	height: 328px;
	float: right;
	width: 490px;
}
.cg-main .right img{
	width: 100%;
	height: 328px;
}
/* 成功案例样式结束 */

/* 成功案例详情样式开始 */
.cg-detail{
	margin: 30px auto 0;
	width: 1158px;
	min-height: 600px;
	border: 1px solid #dfe3e5;
	padding: 20px;
}
.cg-detail h1{
	text-align: center;
	font-size: 27px;
	color: #333;
	font-weight: normal;
}
.cg-detail h2{
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}
.cg-detail p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
}

/* 成功案例详情样式结束 */

/* 行业资讯样式开始 */
.msg-main{
	height: 800px;
	width: 1200px;
	margin: 30px auto 0;
}
.msg-main .title{
	float: left;
	height: 30px;
	border-bottom: 1px solid #18b5fd;
	font-size: 20px;
	color: #333;
}
.msg-main .content{
	height: 720px;
	margin-top: 50px;
	float: left;
	width: 1200px;
}
.msg-main .content .left{
	float: left;
	width: 500px;
	height: 720px;
}
.msg-main .content .left .pic,
.msg-main .content .left .pic img{
	height: 500px;
	width: 100%;
}
.msg-main .content .left .pic{
background: url(../pic/pic1.jpg);
}
.msg-main .content .left .item{
	height: 220px;
	width: 100%;
	background-color: #143c77;
}
.msg-main .content .left .item .date{
	width: 120px;
	text-align: center;
	padding-top: 70px;
	color: #97a9c3;
	font-size: 13px;
	float: left;
}
.msg-main .content .left .item .date span{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.msg-main .content .left .item .msg{
	width: 360px;
	height: 180px;
	float: right;
	padding: 20px 10px;
}
.msg-main .content .left .item .msg h3{
	font-size: 16px;
	color: #fff;
	display: block;
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #274c82;
	line-height: 50px;
	font-weight: normal;
}
.msg-main .content .left .item .msg h3 a{
	color: #fff;
}
.msg-main .content .left .item .msg p{
	font-size: 14px;
	color: #97a9c3;
	line-height: 22px;
}
.msg-main .content .left .item .msg p a{
	color: #97a9c3;
}
.msg-main .content .right{
	float: right;
	width: 670px;
	height: 720px;
position: relative;
}
.msg-main .content .right .page{
position: absolute;
bottom: 10px;
width: 100%;
font-size: 13px;
left: 0;
}
.msg-main .content .right .msg-detail{
	width: 100%;
	height: 140px;
}
.msg-main .content .right .msg-detail .msg{
	width: 540px;
	height: 140px;
	float: left;
}
.msg-main .content .right .msg-detail .msg h3{
	font-size: 20px;
	color: #333;
	display: block;
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #dee4eb;
	line-height: 50px;
	font-weight: normal;
}
.msg-main .content .right .msg-detail .msg h3 a{
	color: #333;
}
.msg-main .content .right .msg-detail .msg p{
	font-size: 14px;
	color: #97a9c3;
	line-height: 22px;
}
.msg-main .content .right .msg-detail .msg p a{
	color: #666;
}
.msg-main .content .right .msg-detail .date{
	width: 120px;
	height: 100px;
	padding-top: 40px;
	float: right;
	color: #707b87;
	font-size: 13px;
	text-align: center;
}
.msg-main .content .right .msg-detail .date span{
	font-size: 30px;
	font-weight: bold;
}
.msg-main .content .right li{
	display: block;
	width: 100%;
	height: 57px;
	border-bottom: 1px solid #dee4eb;
	line-height: 57px;
}
.msg-main .content .right li .li-title{
	float: left;
}
.msg-main .content .right li a{
	color: #333;
}
.msg-main .content .right li span{
	float: right;
	color: #666;
}
/* 行业资讯样式结束 */

/* 新闻动态样式开始 */
.news{
	width: 1158px;
	margin: 30px auto 0;
	border: 1px solid #efefef;
	padding: 0 20px 40px;
}
.news .item{
	width: 900px;
	height: 630px;
	margin: 40px auto 0;
}
.news .item .date{
	height: 110px;
	width: 190px;
	float: left;
	margin-top: 250px;
	background-color: #efefef;
	padding: 20px 0 0 30px;
}
.news .item .date .span1{
	width: 100%;
	float: left;
	font-size: 40px;
	font-weight: bold;
	color: #18b5fd;
}
.news .item .date .span2{
	float: left;
	height: 30px;
	border-bottom: 1px solid #18b5fd;
}
.news .item .content{
	height: 630px;
	width: 680px;
	float: right;
}
.news .item .content .pic{
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.news .item .content .pic img{
	width: 100%;
	height: 320px;
}
.news .item .content .text-box{
	width: 638px;
	padding: 20px;
	border: 1px solid #efefef;
	border-top: 0;
	height: 269px;
	position: relative;
}
.news .item .content .text-box>.title{
	font-size: 20px;
	color: #333;
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #18b5fd;
}
.news .item .content .text-box li{
	height: 30px;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}
.news .item .content .text-box li .title{
	width: 70%;
	float: left;
	font-size: 14px;
}
.news .item .content .text-box li .time{
	width: 30%;
	float: right;
	font-size: 14px;
	text-align: right;
}
.news .item .content .text-box a{
	color: #666;
}
.news .item .content .text-box a:hover .title,
.news .item .content .text-box a:hover .time{
	text-decoration: underline;
}
.news .item .content .text-box .btn{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #18b5fd;
	border-radius: 5px;
	color: #18b5fd;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.news .item .content .text-box .btn:hover{
	background-color: #18b5fd;
	color: #fff;
}
.news .item .content .text-box .none{
	text-decoration: none;
}
/* 新闻动态样式结束 */
.page{
width: 100%;
margin-top: 10px;
font-size: 13px;
}




