﻿/*
body {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter:gray;
	-webkit-transform: translateZ(0);
}
*/


body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea {

	font-size: 14px; 
	font-family: "微软雅黑";
	text-decoration: none;
	box-sizing: border-box;
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "微软雅黑";
	text-decoration: none;
	box-sizing: border-box;
}

html,body {
	width: 100%;
	height: 100%;
}
.wrap {
	width: 100%;  max-width:1920px;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: 220px;
}
.header-img {
	width: 100%;
	height: 180px;
	background: url("/tlslj/resource/cms/2017/07/big-bg.png");
}
.header-img img {
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	display: block;
}
.nav {
	width: 100%;
	height: 40px;
	background: url(/tlslj/resource/cms/2017/07/nav.png);
}
.nav ul {
	float: left;
	height: 40px;
	line-height: 40px;
}
.nav ul li {
	float: left;
	width: 106px;
	height: 40px;
	margin-right: 70px;
	text-align: center;
}
.nav ul li.nav-on {
	
	height: 40px;
}
.nav ul li:hover a {
	color: #3353B3;
	height: 40px;
	font-weight: 700;
}
.nav ul li.nav-mr {
	margin-right: 0;
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 40px;
	display: inline-block;
}
.nav-box p {
	
	background: #fff;
	float: right;
	margin-top: 9px;
	border-radius: 8px;
}

.nav-box {
	width: 1000px;
	margin: 0 auto;
}

.text {
	border: none;
	outline: none;
	line-height:  25px;
	padding: 0 10px;
	font-size: 12px;
	color: #333;
	width: 160px;
	height: 25px;
	border-radius: 8px;
	float: right;
	
}
.nav-search{
	width: 180px;
	height: 25px;
	background: #fff;
	float: right;
	border-radius: 8px;
	position: relative;
	margin-top: 9px;
}
.btn {
	position: absolute;
	top: 0;
	border: none;
	outline: none;
	right: 5px;
	width: 21px;
	height: 25px;
	cursor: pointer;
	background: url("/tlslj/resource/cms/2017/07/search.png");
}

























.main1 {
	width: 1000px;
	height: 1010px;
	margin: 10px auto;
}
.news-pic {
    width: 490px;
    height: 300px;
    float: left;
    border: 1px solid #d5d8da;
    background: #f9fdff;
    position: relative;
}
.focusBox {
    width: 490px;
    height: 300px;
    position: relative;
}
.pic {
    width: 490px;
    height: 300px;
}
.pic li {
    width: 490px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.pic li a img {
    width: 490px;
    height: 300px;
    display: block;
    border: 0;
}
.txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
}

.txt {
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 40px;
    width: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
}
.txt ul {
    width: 100%;
    height: 40px;
}
.txt li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 33px;

}
.txt li a {
    color: #fff;
    padding-left: 5px;
    font-size: 14px;
}
.num {
    position: absolute;
    z-index: 333;
    bottom: 4px;
    right: 20px;
    overflow: hidden;
    height: 20px;
}
.num li {
    float: left;
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    border-radius: 50%;
}
.num li.on {
    background: #dfdedf;
}
.news {
	width: 500px;
	height: 300px;
	float: right;
}
.news-title {
	width: 100%;
	height: 35px;
}
.news-title span {
	display: inline-block;
	width: 100px;
	height: 35px;
	background: #3354b4;
	color: #fff;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	float: left;
	position: relative;
}
.news-title span img {
	position: absolute;
	top: 13px;
	right: -8px;
	width: 8px;
	height: 8px;
	display: block;
	
}
.news-title p {
	display: inline-block;
	float: left;
	width: 400px;
	height: 35px;
	background: #f0f0f0;
}
.news-title p a {
	line-height: 35px;
	float: right;
	margin-right: 10px;
	color: #696969;
	font-size: 12px;
}
.news-main {
	width: 100%;
	margin-top: 10px;
}
.news-main h4 {
	color: #dc0203;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3px;
}
.news-main p {
	text-indent: 2rem;
	color: #4a4a4a;
	font-size: 14px;
	padding: 0 17px;
	line-height: 20px;
	border-bottom: 1px dotted #dddddd;
}
.news-main p a {
	float: right;
	color: #4a4a4a;
}
.news-list {
	width: 100%;
	float: left;
	margin-top: 2px;
}

.news-list ul {
	width: 100%;
	display: none;
	padding: 0 15px 0 10px;
}
.news-list ul li {
	width: 100%;
	line-height: 24px;
	float: left;
}
.news-list ul li span {
	float: left;
	background: #1e3c97;
	width: 5px;
	height: 5px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 9px;
}
.news-list ul li a {
	color: #4a4a4a;
	width: 307px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.news-list ul li a:hover {
	color: #d00004;
}
.news-long ul li a {
	width: 375px;
}
.news-list ul li label {
	float: right;
	color: #4a4a4a;
	font-size: 12px;
}







.see {
	width: 350px;
	height: 230px;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
	border-bottom: 1px solid #e4e3e3;
}
.see-title {
	width: 100%;
	height: 35px;
}
.see-title span {
	display: inline-block;
	width: 100px;
	height: 30px;
	background: #3354b4;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	float: left;
	position: relative;
}
.see-title span img {
	position: absolute;
	top: 13px;
	right: -8px;
	width: 8px;
	height: 8px;
	display: block;
}
.see-title p {
	display: inline-block;
	float: left;
	width: 250px;
	height: 30px;
	background: #f0f0f0;
}
.see-title p a {
	line-height: 30px;
	float: right;
	margin-right: 10px;
	color: #696969;
	font-size: 12px;
}


.open {
	float: right;
	width: 280px;
	margin-top: 13px;
	height: 230px;
        border: 1px solid #e4e3e3;
	border-top: 2px solid #3354b4;
	background: url(/tlslj/resource/cms/2017/07/open-bg.png) repeat-x;
}
.open-title {
	width: 240px;
	margin: 0 auto;
	border-bottom: 1px solid #3354b4;
	height: 34px;

}
.open-title p {
	font-size: 16px;
	color: #3354b4;
	line-height: 34px;
	float: left;
}
.open-title a {
	float: right;
	line-height: 34px;
	font-size: 12px;
	color: #696969;
}

.open-list {
	width: 100%;
	float: left;
	margin-top: 2px;
}

.open-list ul {
	width: 100%;
	float: left;
	padding: 0 15px 0 10px;
}
.open-list ul li {
	width: 100%;
	line-height: 31px;
	float: left;
}
.open-list ul li span {
	float: left;
	background: #1e3c97;
	width: 5px;
	height: 5px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 14px;
}
.open-list ul li a {
	color: #4a4a4a;
	display: inline-block;
}
.open-list ul li a:hover {
	color: #d00004;
}
.open-pic {
        width: 278px;
        height: 48px;
        display: block;
        margin: 0 auto;
        margin-bottom: 12px;
}
.open-pic img {
        width: 278px;
        height: 48px;
        display: block;
        border: none;
}













.banner {
	width: 100%;
	height: 100px;
	float: left;
	margin-top: 10px;
}
.banner img {
	width: 100%;
	height: 100px;
	display: block;
	border: 0;
}
.window {
	width: 280px;
	height: 227px;
	float: right;
	border: 1px solid #e4e3e3;
	border-top: 2px solid #194f9b;
	background: url(/tlslj/resource/cms/2017/07/move.png) repeat-x;
}

.window p {
	width: 240px;
	height: 33px;
	line-height: 33px;
	margin: 0 auto;
	color: #1e468e;
	border-bottom: 1px solid #194f9b;
}
.window p span {
	float: left;
	color: #1e468e;
	font-size: 14px;
}
.window p a {
	color: #5b5b5b;
	float: right;
	font-size: 12px;
}
.window ul {
	margin: 13px 0 0 12px;
}
.window ul li {
	line-height: 25px;
}
.window ul li a {
	color: #4a4a4a;
	font-size: 14px;
	width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.link {
	width: 100%;
	float: left;
	background: url(/tlslj/resource/cms/2017/07/link-bg.png) repeat-x;
	border: 1px solid #e4e3e3;
	border-top: none;
	margin-top: 10px;
        margin-bottom:10px;
}
.link p {
	color: #194f9b;
	font-size: 16px;
	margin: 12px 0 0 15px;
}
.link span {
	margin: 13px 0 0 12px;
	display: block;
}
.link span a {
	width: 186px;
	height: 50px;
	display: inline-block;
	float: left;
	margin-right: 11px;
        margin-bottom: 5px;

}
.link span a img {
	width: 186px;
	height: 50px;
	display: block;
	border: 0;
}
.footer {
	width: 100%;
	height: 155px;
	border-top: 2px solid #194f9b;
}
.footer-box {
	width: 1000px;
	height: 155px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

.footer-box p {
	text-align: center;
	font-size: 14px;
	color: #333;
	padding-bottom: 6px;
}	
.footer-box a {
        width: 80px;
        height: 80px;
        display: block;
        position: absolute;
	left: 230px;
	top: 40px;
}
.footer-box a img {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}











.col-lacal {
	width: 1000px;
	margin: 0 auto;
	height: 43px;
	line-height: 43px;
}

.col-lacal p {
	float: right;
	color: #000;
}
.col-lacal p a {
	color: #000;
}
.col-box {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 14px;
	border: 1px solid #e4e3e3;
	border-top: 2px solid #194f9b;
	background: url(/tlslj/resource/cms/2017/07/col-bg.png) repeat-x;
}

.col-list {
	width: 265px;
	float: left;
        padding-bottom: 30px;
	margin-left: 22px;
}
.col-list p {
	color: #000;
	font-size: 18px;
	margin-top: 12px;
}
.col-list ul {
	width: 100%;
	float: left;
	background: #f0f5f9;
	margin-top: 5px;
}
.col-list ul li {
	width: 100%;
	height: 42px;
	background: url(/tlslj/resource/cms/2017/07/news2.png) 30px center no-repeat;
	background-color: #f0f5f9;
	float: left;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	
}
.col-list ul li img {
	width: 22px;
	height: 21px;
	float: left;
	margin-top: 10px;
	display: inline-block;
	margin-left: 30px;
}
.col-list ul li a {
	float: left;
	margin-left: 15px;
	line-height: 42px;
	color: #333;
	font-size: 14px;
	padding-left: 50px;

}
 .col-list ul li.col-on {
	border-top: 1px solid #1e3c97;
	border-left: 1px solid #1e3c97;
	background: #dee9f2 url(/tlslj/resource/cms/2017/07/news1.png) 30px center no-repeat;
} 
.col-main {
	width: 670px;
	float: left;
	margin-left: 13px;
	margin-top: 12px;
	padding-bottom: 50px;
}
.col-tit {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #1e3c97;
	color: #242424;
	font-size: 16px;
}
.col-main ul {
	margin-top: 20px;
	width: 100%；;
}
.col-main ul li {
	width: 100%;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px dotted #dddddd;
}
.col-main ul li span{
	width: 4px;
	height: 4px;
	background: #1e3c97;
	display: inline-block;
	margin-left: 4px;
	margin-top: 11px;
	float: left;
}
.col-main ul li a {
	color: #494949;
	font-size: 14px;
	padding-left: 12px;
	float: left;
}
.col-main ul li a:hover {
	color: #d00004;
}
.col-main ul li label {
	float: right;
	color: #494949;
	font-size: 12px;
	margin-right: 5px;
}
.col-page {
	width: 670px;
	margin-top: 20px;
}
.col-page-box {
	text-align: center;
}
.col-page-box a {
	padding: 5px 8px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    margin-right: 5px;
    color: #666;
    font-size: 12px;
}

.col-page-box a.page-on {
	background: #194f9b;
	color: #fff;
}	
.page-jump {
	color: #666;
	display: inline-block;
	margin-left: 15px;
    font-size: 12px;
}
.page-jump label {
	color: #666;
    font-size: 12px;
}

.page-jump input {
	width: 40px;
	height: 24px;
	line-height: 25px;
	padding: 2px;
	outline: none;
	margin: 0 3px;
}
.content {
	width: 1000px;
	margin: 0 auto;
}

.content-box {
	width: 1000px;
	float: left;
	margin-bottom: 14px;
	border: 1px solid #e4e3e3;
	border-top: 2px solid #194f9b;
	background: url(/tlslj/resource/cms/2017/07/col-bg.png) repeat-x;
}
.contents-main {
	width: 100%;
	margin: 10 auto;
	}
.contents-main h1 {
	font-size: 24px;
	color: #000;
	font-size: 900;
	text-align: center;
	margin-bottom: 20px;
        margin-top: 15px;

}
.contents-info {
	width: 920px;
	height: 32px;
	margin: 0 auto;
	line-height: 32px;
	border-bottom: 1px solid #999999;
}
.contents-info p {
	float: left;
	width: 305px;
}
.contents-text {
	margin: 25px 25px 0 40px;
}
.contents-text p {
	color: #000;
	line-height: 30px;
	text-indent: 2rem;
}
.contents-page {
	margin-top: 85px;
	width: 100%;
	height: 50px;
	
}
.contents-page a {
	padding-top: 15px;
	color: #000;
	font-size: 12px;
}
.contents-page a label {
	color: #1e3c97;
	font-size: 12px;
	cursor: pointer;
}
.page-up {
	float: left;
	margin-left: 25px;
}
.page-down {
	float: right;
	margin-right: 25px;
}

.windows {
	width: 670px;
    float: left;
    margin-left: 13px;
    padding-bottom: 50px;
}
.windows-tit {
	width: 670px;
	padding-bottom: 5px;
	margin-top: 12px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #1e3c97;
}
.windows-box {
	width: 670px;
        float: left;
	border-bottom: 2px solid #eee;
	padding: 20px 0 20px 20px;
}

.windows-box dl dt {
	float: left;
	margin-right: 35px;
	width: 117px;
	height: 166px;
}
.windows-box dl dt img {
	width: 117px;
	height: 166px;
	display: block;
	border: none;
}
.windows-box dl dd {
	float: left;
	width: 465px;
	height: auto;

}
.windows-box dl dd p {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
	width: 100%;
}
.windows-text {
	width: 100%;
        font-size: 14px;
        color: #000;
	line-height: 25px;
}
.floadAd { position: absolute;z-index: 999900; display: none; }  
.floadAd .item { display: block; }  
.floadAd .item img { vertical-align: bottom;width:300px;height:190px;}



.nav_main {
	width: 1000px;
	margin: 10px auto;
}
.nav_content{
	width: 1000px;
	margin: 0 auto;
}
.nav_con-top{
	width: 1000px;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #eee;
}
.nav_con-top strong{
	color: #2d55b8;;
	font-size: 18px;
	padding-left: 32px;
	float: left;
}
.nav_con-top p{
	float: right;
	padding-right: 20px;
}
.nav_con-top p span {
	line-height: 30px;
	color: #5c5a5a;
	font-size: 12px;
}
.nav_con-top p a {
	color: #5c5a5a;
}

.nav_con-box {
	width: 930px;
	margin: 0 auto;
	padding-top: 30px;
	
}
.nav_con-box h2{
	text-align: center;
	font-size: 18px;
	font-weight: 900;
}
.easysite-survey-page .easysite-page-title{
    padding-bottom: 20px!important;
  
}
.easysite-survey-page .easysite-page-title p{
    text-indent: 2em;
    line-height: 26px;
    padding: 0 20px;
    padding-top:15px!important;
}
.easysite-survey-result .easysite-result-title .easysite-result-view{
    padding-top: 27px!important;
}