﻿/* 重置样式 */
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*background: transparent;*/
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {    border:0;}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
    font-size:200%;
    font-weight:normal;
}
:focus { outline: 0;}
a{ text-decoration:none;}
a:hover img{ border:none;}

/*清除浮动*/
.clearfix::before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* 专题样式 */
.banner{
    width: 1200px;
    height: 347px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/banner-bg.png) center top no-repeat;
}
.banner img{
    display: block;
    margin: 20px auto;
}
/* 专题内容  */
.jlfw_content{
    width: 1200px;
    padding: 30px 10px;
    margin: 0 auto;
}
/* 新闻动态 */
.jlfw_content01{
    width: 555px;
    float: left;
}
.jlfw_content01_tittle{
    width: 100%;
    height: 80px;
    position: relative;
    margin-bottom: 20px;
}
.jlfw_content01_tittle a{
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 34px;
    right: 10px;
}
/* 轮播图 */
.successlunbo{
    width: 545px;
    height: 230px;
    position: relative;
}
.control {
    width: 430px;
    height: 230px;
    background: #282828;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.change li {
    width: 430px;
    overflow: hidden;
    text-align: center
}
.change li img {
    width: 430px;
    height: 230px;
    vertical-align: middle;
    overflow: hidden
}
/* 描述部分 */

.change li .textDesc {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
}
/* 描述部分 */

.change li .textDesc {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0px;
    text-align: left;
    overflow: hidden;
}
.change li .title {
    padding: 0px 15px 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 35px;
	height:35px;
	background: rgba(0, 0, 0, 0.8);

}

.change li .title a {
    color: #e6e6e6;
}
/* 翻页按钮 */

.ssprev,
.ssnext {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 300px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none
}

.ssprev span,
.ssnext span {
    display: none;
}
.ssprev {
    top: 95px;
    left: 0;
    background: url(../images/arrows_01.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
    _background: none
}
.ssnext {
    top: 95px;
    right: 0;
    background: url(../images/arrows_02.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
    _background: none
}
/* 分页 */
.pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}
.pageClass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    background: #bebebe;
    border-radius: 5px;
    outline: none
}
.pageClass a span {
    display: none
}
.pageClass a:hover,
.pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}
/* 缩图部分 */
.thumbWrap {
    width: 110px;
    height: 230px;
    position: absolute;
    right: 0;
    top: 0;
    background: #0d0d0d;
    overflow: hidden;
}
.thumbCont{
    width: 110px;
    height: 230px;
    position: absolute;
    right: 0;
    top: 0;
    background: #0d0d0d;
    overflow: hidden;
}
.thumbWrap .thumbCont {
    height: 230;
    /* margin: 45px auto 0; */
    overflow: hidden;
    position: relative;
    width: 110px;
}
.thumbWrap ul li {
    overflow: hidden;
    text-align: center;
    width: 110px;
}
.thumbWrap ul li div {
    display: table-cell;
    width: 110px;
    height: 70px;
    vertical-align: middle;
    cursor: pointer;
    /* *font-size: 79px; */
}
.thumbWrap ul li div img{
    display: table-cell;
    width: 110px;
    height: 70px;
    vertical-align: middle;
    cursor: pointer;
    /* *font-size: 79px; */
}
.thumbWrap ul li img {
    width: 110px;
    height: 70px;
    vertical-align: middle;
    overflow: hidden
}
.thumbWrap ul li.cur {}

/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 110px;
    height: 20px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 5px;
    top: 0px;
    background: url(../images/sprev.png) no-repeat;
}
.thumbNext {
    left: 5px;
    bottom: 0px;
    background: url(../images/snext.png) no-repeat;
}
.jlfw_content01{
    width: 555px;
    height: 347px;
}
/*  常见计量问题*/
.jlfw_content02{
    width: 555px;
    float: left;
    margin-left: 70px;
    margin-bottom: 20px;
}
.jlfw_content02_tittle{
    width: 100%;
    height: 80px;
    position: relative;
    margin-bottom: 20px;
}
.jlfw_content02_tittle a{
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 34px;
    right: 10px;
}
.jlfw_content02_content{
    width: 555px;
    height: 230px;
}
.jlfw_content02_content ul{
    width: 555px;
    height: 230px;
    padding-left: 10px;
}
.jlfw_content02_content ul li{
    width: 555px;
    height: 45px;
    line-height: 45px;
}
.jlfw_content02_content ul li a{
    display: inline-block;
    width: 480px;
    height: 45px;
    line-height: 45px;
    color: #000;
}
.jlfw_content02_content ul li a:hover{
    display: inline-block;
    width: 480px;
    height: 45px;
    line-height: 45px;
    color: #00f;
}
.jlfw_content02_content ul li span{
    display: inline-block;
    width: 75px;
    height: 45px;
    line-height: 45px;
}
/* 典型企业案例 */
.jlfw_content03{
    width: 555px;
    float: left;
    margin-top: 20px;
}
.jlfw_content03_tittle{
    width: 100%;
    height: 80px;
    position: relative;
    margin-bottom: 20px;
}
.jlfw_content03_tittle a{
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 34px;
    right: 10px;
}
.jlfw_content03_content{
    width: 555px;
    height: 230px;
}
.jlfw_content03_content ul{
    width: 555px;
    height: 230px;
    padding-left: 10px;
}
.jlfw_content03_content ul li{
    width: 555px;
    height: 45px;
    line-height: 45px;
}
.jlfw_content03_content ul li a{
    display: inline-block;
    width: 480px;
    height: 45px;
    line-height: 45px;
    color: #000;
}
.jlfw_content03_content ul li a:hover{
    display: inline-block;
    width: 480px;
    height: 45px;
    line-height: 45px;
    color: #00f;
}
.jlfw_content03_content ul li span{
    display: inline-block;
    width: 75px;
    height: 45px;
    line-height: 45px;
}
/*  免费视频*/
.jlfw_content04{
    width: 555px;
    float: left;
    margin-left: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.jlfw_content04_tittle{
    width: 100%;
    height: 80px;
    position: relative;
    margin-bottom: 20px;
}
.jlfw_content04_tittle a{
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 34px;
    right: 10px;
}
.jlfw_content04_content{
    width: 555px;
}
.jlfw_content04_content ul{
    width: 555px;
    padding-left: 10px;
}
.jlfw_content04_content ul li{
    width: 200px;
    height: 136px;
    margin-left: 40px;
    margin-bottom: 10px;
    float: left;
}
.jlfw_content04_content ul li p{
	text-align:center;
}
.jlfw_content04_content ul li p a{
	color:#333;
	font-size:16px;
}
.jlfw_content04_content ul li p a:hover{
	color:#00f;
}

/*  热点导航*/
.jlfw_content05{
    width: 1200px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.jlfw_content05_tittle{
    width: 100%;
    height: 80px;
    position: relative;
    margin-bottom: 20px;
}
.jlfw_content05_tittle a{
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 34px;
    right: 10px;
}
.jlfw_content05_content{
    width: 1200px;
    padding-left: 20px;
}
.jlfw_content05_content ul{
    width: 1200px;
    padding: 20px;
}
.jlfw_content05_content ul li{
    width: 300px;
    height: 70px;
    margin-left: 50px;
    margin-bottom: 10px;
    line-height: 70px;
    text-align: center;
    float: left;
    background-color: #e1f9ff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.jlfw_content05_content ul li a{
    display: inline-block;
    width: 300px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #000;
}
.jlfw_content05_content ul li:hover{
    width: 300px;
    height: 70px;
    margin-left: 50px;
    margin-bottom: 10px;
    line-height: 70px;
    text-align: center;
    float: left;
    background-color: #4280e7;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.jlfw_content05_content ul li:hover a{
    display: inline-block;
    width: 300px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
}

.jlfw_content07_content{
    width: 555px;
}
.jlfw_content07_content ul{
    width: 555px;
}
.jlfw_content07_content ul li{
    width: 230px;
    height: 70px;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 70px;
    text-align: center;
    float: left;
    background-color: #e1f9ff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.jlfw_content07_content ul li a{
    display: inline-block;
    width: 230px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #000;
}
.jlfw_content07_content ul li:hover{
    width: 230px;
    height: 70px;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 70px;
    text-align: center;
    float: left;
    background-color: #4280e7;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.jlfw_content07_content ul li:hover a{
    display: inline-block;
    width: 230px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
}
/* 友情链接 */
.jlfw_content06{
    width: 1200px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.jlfw_content06_tittle{
    width: 1200px;
    height: 45px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.jlfw_content06_content{
    width: 1000px;
    margin: 0 auto;
}
.jlfw_content06_content p{
    height: 40px;
    line-height: 40px;

}
.jlfw_content06_content p a{
    padding: 5px 20px;
    font-size: 16px;
    color: #000;
}
.jlfw_content06_content p a:hover{
    padding: 5px 20px;
    font-size: 16px;
    color: #00f;
}
/*网站底部版权*/
.footer-2{ height:185px; background:#e8e8e8; padding-top:27px;border-top:1px solid #888;position: relative;min-width: 1200px;}
.footer-2-1{ margin:0 auto;}
.footer-2-1 li{ float:left; padding:0 10px;}
.footer-2-1 li img{ margin-right:10px; margin-bottom:-2px;}
.footer-2-1 li a{ font-size:14px; color:#333;}
.footer-2-2{ margin:0 auto; clear:both; text-align:center; padding-top:38px;}
.footer-2-2 li { font-size:12px; color:#333;  line-height:28px;}
.sama-box{width: 1013px;margin: 0 auto;}
.footer-img-1{position: absolute;left: 250px;top: 80px;float: left;}

/* 列表样式 */
.liebiao{
    width: 1200px;
    margin: 0 auto;
}
.dqwz{
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    padding-left: 10px;
    color: #a1a7b2;
}
.dqwz a{
	color:#a1a7b2;
}
.Second_banner ul{
	list-style:none;
}
.Second_banner li{
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    padding-left: 10px;
    color: #a1a7b2;
	list-style:none;
}
.Second_banner a{
	color:#a1a7b2;
}

.list{
    padding: 30px 100px;
	padding-bottom:84px;
}
.list ul{
    width: 100%;
    list-style-type: disc;
}
.list ul li{
    list-style-type: disc;
    line-height: 30px;
    font-size: 16px;
    height: 30px;
}
.fd{
    float: left;
}
.fd a{
    color: #000;
}
.fd a:hover{
    color: #00f;
}
.fdr{
    float: right;
}
/* 详情页 */
.detail{
    width: 1200px;
    margin: 0 auto;
}
.detail_content{
    padding: 50px 100px;
}
.font_biaoti{
    font-family: "KaiTi","Microsoft YaHei","SimSun","_GB2312 KaiTi_GB2312";
    font-size: 16px;
    color: #043558;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.font_hui{
    color: #0b3379;
    font-size: 12px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.font_nr{
    width: 900px;
    margin: 0 auto;
    line-height: 25px;
    text-align: left;
}
.font_nr p{
    font-size: 14px;
}
.sama-box{
	position:relative;
}
.sama-box table{
	margin:0 auto;
}
.footer-img{
    position: absolute;
    left: 180px;
    top: 65px;
}
.footerimgright {
    position: absolute;
    right: 125px;
    top: 68px;
}
.channeltitle{
	width:100%;
	height:69px;
}
.channel_7422{
	background: url(../images/jlfw_xwdt.png) no-repeat;
}
.channel_7423{
	background: url(../images/jlfw_cjjlwt.png) no-repeat;
}
.channel_7424{
	background: url(../images/jlfw_dxqyal.png) no-repeat;
}
.channel_7425{
	background: url(../images/jlfw_mfsp.png) no-repeat;
}
.channel_7426{
	background: url(../images/jlfw_rddh.png) no-repeat;
}
.channel_7427{
	background: url(../images/jlfw_yqlj.png) no-repeat;
}
.channel_7428{
	background: url(../images/jlfw_zcfg.png) no-repeat;
}

/*分页样式*/
.Second_fuw_0202_fy01{ width:72px; height:25px; line-height:25px; border:1px solid #d2d2d2; background:#ebebeb;}
.Second_fuw_0202_fy td{ color:#505050; font-size:14px; text-align:center; height:25px; line-height:25px; cursor:default}
.Second_fuw_0202_fy a{ color:#505050;}
.Second_fuw_0202_fy01 input{color:#505050;}
.Second_fuw_0202_fy01 a{ color:#505050;}
.Second_fuw_0202_fy02{ width:17px;}
.Second_fuw_0202_fydw{ width:10px;}
.Second_fuw_0202_fy02bg{ background: -webkit-linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* 标准的语法（必须放在最后） */ height:25px; width:17px; color:#fff !important;     transition: background-color .5s;}
.Second_fuw_0202_fy03{ height:25px; width:33px; border:1px solid #d2d2d2; background:#ebebeb;}
.Second_fuw_0202_fy03 input{ width:33px;  height:25px;}
.Second_fuw_0202_fy04{ width:80px;}
.Second_fuw_0202_fy05{ width:20px;}
.Second_fuw_0202_fy{ height:50px; clear:both; width:668px; text-align:center; padding-top:20px; position:absolute; margin-left:-334px; left:50%;}
/*分页样式*/

/*文章*/
.zt_xilan_01 {
    width: 1013px;
    padding: 0px;
    border: 1px solid #d3dcea;
    background: #fff;
    margin-bottom: 40px;
}

.zt_xilan_02 {
    width: 780px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.zt_xilan_03 {
    font-size: 38px;
    color: #333;
    text-align: center;
    width: 100%;
    font-family: '微软雅黑'
}

.zt_xilan_04 {
    font-size: 12px;
    color: #808080;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.zt_xilan_04 a {
    color: #808080
}

.zt_xilan_05 {
    height: 1px;
    width: 100%;
    background: #d4d4d4;
    margin-top: 20px;
}

.zt_xilan_07 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 20px 0;
    text-align: justify;
	text-justify:inter-ideograph;
}
.Three_xilan_08{
	float: left;
    position: relative;
    width: 98px;
}
.Three_xilan_0801{
	font-size: 20px;
    font-weight: bold;
    color: #313131;
    text-align: center;
    width: 98px;
    height: 24px;
    line-height: 24px;
}
.Three_xilan_0802{
	height: 3px;
    width: 98px;
    background: #de1f1a;
}
.Three_xilan_0803{
	background: #4d4d4d;
    height: 1px;
    width: 780px;
    clear: both;
}
.Search_content_dw{
	height: 20px;
    clear: both;
}
.tdcss{
	 width: 600px;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #333;
    text-align: center;
    letter-spacing: 3px;
}
/*文章*/

