/*in.css*/
body{
	background: #fff;
}
.main{
	padding-bottom: 30px;
}
.inbanner{
	height: 200px;
	width: 100%;
	min-width: 1200px;
}
	.inbanner.i-jobs{ background: url(../images/inbanner/jobs.jpg) center center no-repeat; }
	.inbanner.i-about{ background: url(../images/inbanner/about.jpg) center center no-repeat; }
	.inbanner.i-contact{ background: url(../images/inbanner/contact.jpg) center center no-repeat; }
	.inbanner.i-news{ background: url(../images/inbanner/news.jpg) center center no-repeat; }
	.inbanner.i-services{ background: url(../images/inbanner/services.jpg) center center no-repeat; }
	.inbanner.i-feedback{ background: url(../images/inbanner/feedback.jpg) center center no-repeat; }
	.inbanner.i-download{ background: url(../images/inbanner/download.jpg) center center no-repeat; }
.innav{
	width: 100%;
	min-width: 1200px;
	font-size: 14px;
	color: #999;
	line-height: 50px;
	/*! padding-bottom: 6px; */
	padding-left: 10px;
	height: 50px;
	background: #f4f4f4;
}
	.innav img{
		vertical-align: -7px;
		margin-right: 8px;
	}
.main .rside{
	width: 260px;
}
	.main .lside{
		width: 920px;
	}
.rside .rb{
	font-size: 14px;
	color: #333;
	margin-bottom: 16px;
	/*box-shadow: 0 0 6px rgba(0,0,0,.4);*/
}
.rb .rb-h{
	line-height: 60px;
	font-size: 18px;
	margin-bottom: 1px;
	color: #fff;
	background: #1071d3;
	text-align: center;
	padding: 10px 0;
}
.rb .rb-h .sm{
	font-size: 12px;
}
.rb .typeul{
	width: 100%;
}
	.rb .typeul li{
		height: 48px;
		margin-bottom: 1px;
		padding-left: 40px;
		position: relative;
		overflow: hidden;
		background: #888;
		color: #fff;
		line-height: 48px;
	}
	.rb .typeul li a{
		display: block;
		height: 100%;
		width: 100%;
	}
	.rb .typeul li.on,.rb .typeul li:hover{
		background: #f90;
	}
		.rb .typeul li:before{
			display: block;
			content:'';
			position: absolute;
			font-weight: 34px;
			font-weight: bold;
			left: 10px;
			top: 14px;
			width: 20px;
			height: 20px;
			background: url(../images/in/servli.png) no-repeat left center;
		}
		.rb .typeul li.on:before,.rb .typeul li:hover:before{
			background: url(../images/in/servli-on.png) no-repeat left center;
		}

.rb .contactul{
	width: 100%;
	padding: 20px 9px 12px 9px;
	color: #fff;
	background: #1071d3;
	/*! border: 1px solid #fff; */
}
	.rb .contactul li{
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.rb .contactul li .icon{
		width: 22px;
		height: 36px;
		margin-top: -9px;
	}
	.rb .contactul li span.p{
		width: 208px;
		margin-left: 10px;
	}
	.icon.icon-tel { background-position: 0 -328px; }
	.icon.icon-mail { background-position: -22px -328px; }
	.icon.icon-add { background-position: -44px -328px; }
	.icon.icon-ck { background-position: -66px -328px; }
/* 左边 */
.lside-h{
    border-radius: 20px 0 0 20px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #1071d3;
	/*! width: 160px; */
	padding: 0 60px 0 20px;
	display: inline-block;
	margin-bottom: 20px;
}
.lside-h:after{
	content:'';
	position: absolute;
	width: 2px ;
	height: 100%;
	background: #1071d3;
	right: -4px;
	top: 0;
}
.lside-c{
    line-height:30px;
    font-size:16px;
}
/* 服务列表 */
.servul{
	width: 950px;
}
.servul li{
	float: left;
	width: 221px;
	margin-right: 12px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	cursor: pointer;
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.servul li:hover{
	background-color: #1071d3;
	color: #fff;
}
.servul li .img{
	width: 100%;
	height: 145px;
	overflow: hidden;
	background-position: center center;
	background-size: 110% 110%;
}
.servul li:hover .img{
	background-size: 100% 100%;
}
.servul li .name{
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*! font-weight: bold; */
	font-size: 12px;
	text-align: center;
}
/* 自助服务-查价 */
.qudao-form{
    position: relative;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 70px;
    padding: 20px;
    border: 1px solid #ddd;
}
.qudao-form:after{
    /*content:"";*/
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 30px;
    line-height: 30px;
    font-family: 'Arial';
    text-align: center;
    background: url(../images/in/qudao-down-icon.png) no-repeat center center;
}
.qudao-form .form-inline .form-group .input-group .form-control{
    width: 170px;
}
.qudao-form .form-inline .form-group .input-group .form-control.short{
    width: 80px;
}
/* 常见问题 */
.qamain {
        font-size: 15px;
        color: #666;
    }
        .qamain .b {
            margin-bottom: 20px;
            border: 1px solid #ddd;
            padding: 10px;
        }
            .qamain .b .q {
                /*! margin-bottom: 10px; */
                cursor: pointer;
            }
                .qamain .b .q .count {
                    display: inline-block;
                    background: #f90;
                    color: #fff;
                    height: 24px;
                    padding: 0 8px;
                    text-align: center;
                    line-height: 24px;
                    margin-right: 6px; border-radius:5px;
                }
                    .qamain .b .q span.txt {
                        color: #333;
                    }
            .qamain .b .a {
                display: none;
                padding: 10px 10px 10px 10px;
                font-size: 14px;
                /*! padding-top: 10px; */
                line-height: 30px;
                color: #888;
                border-top: 1px dashed #bbb;
                margin-top: 10px;
            }
/* 文章页 */
.article{
	padding: 10px;
	border: 1px dashed #bbb;
}
.article .a-title{
	padding-bottom: 10px;
	text-align: center;
	/*border-bottom: 1px solid #ddd;*/
}
.article .a-title .h1{
	width: 100%;
	line-height: 24px;
	font-size: 20px;
	margin-bottom: 14px;
	color: #333;
	padding: 20px 10px;
	background: #f1f1f1;
}
.article .a-title .info{
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.article .a-title .info em{
	margin-right: 18px;
}
.article .a-dd{
	padding: 10px;
	background: #f5f5f5;
	color: #666;
	font-size: 13px;
	line-height: 1.6em;
	border-radius: 4px ;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.article .a-body{
	padding: 10px;
}

.page_control{
	width: 100%;
	margin-top: 30px;
	padding-top: 16px;
	border-top: 1px solid #ddd;
}
.page_control .button{
	width: 66px;
	height: 36px;
	line-height: 34px;
	margin: 0 auto;
	font-size: 14px;
	padding: 0;
	text-align: center;
	margin-top: -18px;
	background: #fff;
}
.page_control .page_go{
	width: 50%;
	font-size: 12px;
}
.page_control .page_go a{
	line-height: 33px;
	font-size: 13px;
}
/* 块状分页样式 */
.pagination {
    text-align: center;
    font-size: 14px;
    display: block;
    clear: both;
    height: 30px;
    line-height: 30px;
    margin-top: 18px;
}
.pagination a {
    margin: 0 5px 0 0;
    padding: 8px 14px;
    background: #f1f1f1;
    color: #666;
    font-size: 14px;
}
.pagination a:hover{
	text-decoration:  underline;
}
.pagination a.current {
    background: #1071d3;
    color: #fff !important;
}
/* 新闻列表页 */
.newsul{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.newsul li{
	width: 100%;
	margin-right: 40px;
	padding: 20px 10px;
	background-color: transparent;
	border: 1px dashed #ddd;
	margin-bottom: 10px;
}
.newsul li:hover{
	background-color: #f5f5f5;
}
.newsul li .news-b{
	width: 100%;
	/*! padding-left: 34px; */
	padding-right: 40px;
}
.newsul li .news-b .date{
	width: 60px;
	height: 60px;
	background: #1071d3;
	text-align: center;
	color: #fff;
}
.newsul li .news-b .date .day{
	font-size: 30px;
	font-weight: bold;   display: block;
    margin-top: 5px;
}
.newsul li .news-b .date .mon{
	font-size: 13px;
	line-height: 20px; display: block;
}
.newsul li .news-b .txt{
	width: 780px;
	height: 60px;
}
.newsul li .news-b .title{
	width: 100%;
	height: 26px;
	font-size: 16px;
	line-height: 20px;
	color: #222;
}
.newsul li .news-b .info{
	width: 100%;
	height: 34px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	color: #666;
}

/* 联系 */
.map-wrap{
	width: 100%;
	height: 240px;
}
.con-wrap{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.con-wrap .head{
	position: relative;
	background: #1071d3;
	height: 40px;
	width: 100px;
	font-size: 16px;
	padding-left: 20px;
	color: #fff;
	line-height: 40px;
	margin-left: -10px;
}
	.con-wrap .head:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 20px solid #1071d3;
		border-bottom: 20px solid transparent;
		border-top: 20px solid transparent;
		top: 0;
		right: -20px;
	}
.con-wrap .con-row{
	margin-top: 20px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.con-wrap .con-row .con-h{
	float: left;
	width: 14%;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #1071d3;
}
	.con-wrap .con-row .con-h img{
		margin-right: 10px;
		vertical-align: -4px;
	}
.con-wrap .con-row .con-b{
	float: left;
	width: 86%;
	padding-left: 14px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.con-wrap .con-row .con-b li{
	position: relative;
}
	.con-wrap .con-row .con-b li:before{
		content: '';
		position: absolute;
		width: 6px;
		height: 6px;
		top: 12px;
		left: -12px;
		background: #999;
	}
    .btn1 { font-family:'microsoft yahei'; font-size:16px; font-weight:bold; width: 150px; color: #FFFFFF; background-color:#09f; border: 0; margin: 0; border-radius: 4px; height:40px; line-height:40px; }
.btn1:hover { background-color:#f90; }
.form-control{padding:5px 8px;margin:3px 0;}
table td.t{text-align:right;}
table td input,table td textarea,table td select{border:1px solid #ccc;}