@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;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'Microsoft YaHei';
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	body
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	background-color: #FFF;
	position: relative;
}

#container {
	text-align: left;
}

/*
.fix {
	display: none;
}
*/

.fix {
	position: fixed;
	top: 170px;
	z-index: 100;
}

.fix .open {
	display: none;
}

.fixL {
	left: 50px;
}

.fixR {
	right: 50px;
}
/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
#gHeader {
}

#gHeader .innerBox {
	width: 1200px;
	margin: 0 auto;
}

#gHeader .headTop {
	margin: 0 auto;
	width: 1200px;
	padding: 5px 0;
	background: #333;
	color: #fff;
}

#gHeader .headTop h1 {
	margin-top: 2px;
	padding-left: 20px;
	font-size: 12px;
	float: left;
	font-weight: normal;
}

#gHeader .headTop ul {
	padding-right: 20px;
	float: right;
}

#gHeader .headTop ul li {
	margin-right: 8px;
	display: inline-block;
	
}

#gHeader .headTop ul li:last-child {
	margin-right: 0;
}

#gHeader .headTop ul li a {
  padding: 0 10px 2px 0;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 12px;
  border-right: 1px solid #fff;
}

#gHeader .headTop ul li a:hover {
	text-decoration: underline;
}

#gHeader .hBox {
	padding: 20px 0;
}

#gHeader .hBox .logo {
	margin-top: 5px;
	float: left;
	width: 310px;
}

#gHeader .hBox .logo img {
	width: 100%;
}

#gHeader .hBox .h_img {
	width: 775px;
	float: right;
}

#gHeader .hBox .logo a:hover {
	opacity: 0.7;
}

#gHeader .hBox .h_img img {
	width: 100%;
}

/*------------------------------------------------------------
	导航
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 1200px;
	background: #3399cc;
}

#gNavi .naviList {
	float: left;
	width: 1000px;
}

#gNavi .naviList li {
	float: left;
	width: 10%;
	text-align: center;
}

#gNavi .naviList li a {
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	display: block;
	transition: all 1s;
}

#gNavi .naviList li.active a {
	font-size: 14px;
}

#gNavi .time {
	padding-right: 20px;
	float: right;
	width: 180px;
	color: #fff;
	line-height: 41px;
	font-size: 14px;
}

#gNavi .time .date {
	font-size: 14px;
}

#gNavi .time .week {
	margin-left: 14px;
}

#gNavi .naviList li a:hover {
	opacity: 0.7;
	background: #2c82ae;
}

.slideBox {
	width: 1200px;
	margin: 0 auto 30px;
	padding: 0;
}

.slideBox img {
	width: 100%;
}

.slick-dots {
	top: -43px;
	position: relative;
	text-align: center;
}

.slick-dots li {
	margin: 0 15px;
    position: relative;
    display: inline-block;
	width: 8px;
	height: 12px;
    padding: 0;
    cursor: pointer;
}

/*
.slideBox01 .slick-dots {
	display: none !important;
}
*/

.slideBox01 .slick-dots {
	top: 5px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background-color: #0099cc;
}

.slideBox01 .slick-dots li button {
    font-size: 12px;
    line-height: 1;
    display: block;
	width: 16px;
	height: 16px;
	border-radius: 0;
    cursor: pointer;
    color: #fff;
    border: 0;
	text-align: center;
    outline: none;
	background-color: #0099cc;
	padding: 2px 3px;
}


.slick-dots li.slick-active button {
	background-color: #fff;
}

.slideBox01 .slick-dots li.slick-active button {
	background: #336699;
}
.slideBox .slick-prev,
.slideBox .slick-next {
	position: absolute;
	display: block;
	height: 80px;
	width: 30px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: url(../../img/index/arrow01.png) no-repeat;
	background-size: 30px 80px;
	color: transparent;
	top: 50%;
	margin-top: -40px;
	padding: 0;
	border: 0;
	outline: 0;
	z-index: 20;
	border-radius: 4px;
}
	
.slideBox .slick-prev {
	left: 0;
}
	
.slideBox .slick-next {
	right: 0;
	background: url(../../img/index/arrow02.png) no-repeat;
	background-size: 30px 80px;
}

.slideBox01 .slide li {
	position: relative;
}

.slideBox .slide li span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px 0;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.4);
}

.slideBox .slide li a:hover img {
	opcity: 0.7;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main .innerBox {
	margin: 0 auto;
	width: 1200px;
}

#main .sec01 .lBox {
	width: 750px;
	float: left;
}

#main .sec01 .lBox h2 {
	color: #336699;
	font-size: 25px;
	font-weight:  bold;
	letter-spacing: 1px;
}

#main .sec01 .lBox .headLine01 {
	margin-right: 20px;
	color: #3399cc;
}

#main .sec01 .lBox .topList {
	margin: 0 0 20px 0px;
}

#main .sec01 .lBox .topList li {
	display: inline-block;
	margin-right: 10px;
}

#main .sec01 .lBox .topList li:last-child {
	margin-right: 0;
}

#main .sec01 .lBox .topList li a {
	font-size: 12px;
}

#main .sec01 .lBox .topList li a:hover {
	color: #336699;
}

#main .sec01 .lBox .imgBox .photoBox {
	margin-bottom: 0;
	float: left;
	width: 385px;
}

#main .sec01 .lBox .imgBox .photoBox .slideBox {
	margin-bottom: 0;
}

#main .sec01 .lBox .imgBox .photoBox img {
	width: 100%;
	height: 220px;
}

#main .sec01 .lBox .imgBox .textBox {
	width: 350px;
	float: right;
}

#main .sec01 .lBox .imgBox .textBox ul li {
	margin-bottom: 5px;
	width: 300px;
}

#main .sec01 .lBox .imgBox .textBox ul li:last-child {
	margin-bottom: 0;
}

#main .sec01 .lBox .imgBox .textBox ul li a {
	padding-left: 10px;
	display: block;
	background: url(../../img/common/dot.png) no-repeat left top 10px;
	background-size: 8px 8px;
	transition:  all 1s;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .sec01 .lBox .imgBox .textBox ul li.active a {
	font-size: 18px;
	font-weight: bold;
}

#main .sec01 .lBox .imgBox .textBox ul li a:hover {
	color: #3399cc;
}

#main .sec01 .rBox {
	width: 400px;
	float: right;
}

.search .seardown {
	margin-bottom: 20px;
    /*width: 400px;*/
/*  padding: 10px 15px;*/
    box-sizing: border-box;
/*
  background: #f7f7f7;
  box-shadow: 0 0 10px #999;
*/
}
.search .seardown .searinput {
    width: 84%;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    float: left;
	border-radius: 5px 0 0 5px;
}

.search .seardown .searsub {
    width: 15%;
    height: 34px;
    background: #0099cc url(../../img/index/sear.png) no-repeat center center;
    background-size: 20px 20px;
    border: 2px solid #0099cc;
    border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.search .seardown .searsub:hover {
	opacity: 0.7;
}

#main .sec01 {
	margin-bottom: 20px;
}

#main .sec01 .rBox h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #3399cc;
	border-bottom: 1px solid #3399cc;
}

#main .sec01 .rBox h3 span {
	padding-right: 10px;
	color: #ccc;
	float: right;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}

#main .sec01 .rBox h3 span a {
	color: #3399cc;
}

#main .sec01 .rBox h3 a:hover {
	text-decoration: underline;
}

#main .sec01 .rBox .txtList {
	margin-bottom: 20px;
}

#main .sec01 .rBox .txtList li {
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(../../img/common/dot.png) no-repeat left top 7px;
	background-size: 10px 10px;
}

#main .sec01 .rBox .txtList li:last-child {
	margin-bottom: 0;
}

#main .sec01 .rBox .txtList li a {
	display: block;
	
}

#main .sec01 .rBox .txtList li a span {
	display: block;
}

#main .sec01 .rBox .txtList li a .txt {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .sec01 .rBox .txtList li a:hover img {
	opacity: 0.7;
}

#main .sec01 .rBox .txtList li a:hover .txt {
	color: #3399cc;
}

#main .sec01 .rBox .imgList li {
	width: 47%;
	float: left;
	position: relative;
}

#main .sec01 .rBox .imgList li img {
	width: 100%;
}

#main .sec01 .rBox .imgList li:last-child {
	float: right;
}

#main .sec01 .rBox .imgList li a:hover img {
	opacity: 0.7;
}

#main .sec01 .rBox .imgList li span {
	display: block;
	text-align: center;
	color: #fff;
	background: #3399FF;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#main .banner {
	width: 1200px;
	margin: 0 auto 25px;
}

#main .banner01 {
	width: 100%;
}

#main .banner img {
	width: 100%;
}

#main .banner ul li {
	width: 49%;
	float: left;
}

#main .banner ul li:nth-child(2n) {
	float: right;
}

.headLine01 {
	margin-bottom: 20px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 24px;
	color: #3399cc;
	vertical-align: middle;
	line-height:  1;
	border-bottom: 2px solid #3399cc;
	background: url(../../img/index/com_icon.png) no-repeat left top -5px;
	background-size: 30px 30px;
}

.headLine01 a {
	margin-top: 8px;
	padding-right: 15px;
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #3399cc;
}

.headLine01 a:hover {
	text-decoration: underline;
}

.headLine02 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 18px;
	color: #3399cd;
/*	background: url(../../img/index/line.gif) no-repeat left bottom;*/
	border-bottom: 1px solid #3399cd;
}

.headLine02 span {
	color: #ff9900;
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}

.headLine02  a {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #3399cc;
	margin-top: 5px;
	vertical-align: bottom;
}

.headLine02  a:hover {
	text-decoration: underline;
}

.headLine03 {
	margin-bottom: 20px;
	font-size: 30px;
	color: #000;
}
.comUl {
	margin-bottom: 25px;
}

.comUl > li {
	margin-right: 3.3%;
	width: 31%;
	float: left;
}

.comUl > li:nth-child(3n) {
	margin-right: 0;
}

.comUl01 > li {
	margin-right: 0 !important;
	width: 48%;
}

.comUl02 > li .headLine02 a {
	color: #ff9900;
}

.comUl01 > li:nth-child(2n) {
	float: right;
}

.comUl02 > li {
	margin-right: 2.6%;
	width: 23%;
}

.comUl02 > li:nth-child(3n) {
	margin-right: 2.6%;
}

.comUl02 > li:nth-child(4n) {
	margin-right: 0;
}


.comTxtList li {
	margin-bottom: 13px;
}

.comTxtList li:last-child {
	margin-bottom: 0;
}

.comTxtList li a p.text01 {
	float: left;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.comTxtList li a p.text02 {
	float: right;
	width: 25%;
	text-align: right;
}

.comTxtList li a p .address {
	margin-right: 15px;
	color: #ff9900;
}

.comTxtList li a p .date {
	font-size: 14px;
	color: #666;
}

.comTxtList li a:hover {
	color: #3399cc;
}

.comImgList li {
	margin-bottom: 13px;
}

.comImgList li:last-child {
	margin-bottom: 0;
}

.comImgList li a {
	display: block;
}

.comImgList li a:hover {
	opacity: 0.7;
}

.comImgList li a .img {
	float: left;
	width: 120px;
}

.comImgList li a .img img {
	width: 100%;
}

.comImgList li a .txtBox {
	padding-left: 130px;
}

.comImgList li a .txtBox h4 {
	font-size: 15px;
	color: #3399cc;
}

.comImgList li a .txtBox p {
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.comTtlList > li {
	margin-bottom: 10px;
}

.comTtlList > li:last-child {
	margin-bottom: 0;
}

.comTtlList p {
	margin-bottom: 5px;
	font-size: 14px;
	color: #3399cc;
	font-weight: bold;
}

.comTtlList .imgBox .phoBox {
	width: 96px;
	float: left;
}

.comTtlList .imgBox .phoBox img {
	width: 100%;
	height: 55px;
}

.comTtlList .imgBox ul {
	padding-left: 110px;
}

.comTtlList .imgBox ul li {
	padding-right: 5px;
	display: inline-block;
	font-size: 13px;
	line-height:  1;
	border-right: 1px solid #333;
}

.comTtlList .imgBox ul li a:hover {
	color: #3399ff;
}

.comTtlList .imgBox ul li:last-child {
	margin-right: 0;
	border-right: none;
}

.comLinkBox {
	position: relative;
}

.comLinkBox .tabList {
	margin-bottom: 40px;
}

.comLinkBox .tabList li {
	margin-right: 2%;
	width: 32%;
	float: left;
	text-align: center;
	color: #3399ff;
}

.comLinkBox .tabList li:last-child {
	margin-right: 0;
}

.comLinkBox .tabList li a {
	padding: 6px 5px;
	display: block;
	box-sizing: border-box;
	color: #3399ff;
	border: 1px solid #3399ff;
	transition: all 0.5;
}
.comLinkBox .tabList li.active a,
.comLinkBox .tabList li a:hover {
	color: #fff;
	background: #3399ff;
	border: 1px solid #3399ff;
	text-align: center;
}

.comTxtList01 li {
	padding-left: 25px;
	background: url(../../img/common/dot.png) no-repeat left center;
	background-size: 20px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sec03 .headLine01 a {
	color: #3399cc;
}

.sec04 .pho {
	margin-bottom: 15px;
}

.sec04 .pho img {
	width: 100%;
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/

#gFooter {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
	background: #333333;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 20px 0 40px;
	width: 1200px;
	background: #333333;
}

#gFooter .fBox .fNavi {
	margin-bottom: 25px;
	width: 800px;
	float: right;
}

#gFooter .fBox .fNavi li {
	width: 16.6%;
	text-align: center;
	float: left;
}

#gFooter .fBox .fNavi li a {
	color: #fff;
	font-size: 18px;
}


#gFooter .fBox .fNavi li a:hover {
	color: #3399ff;
}

#gFooter .fBox .fLogoBox {
	clear: both;
}

#gFooter .fBox .fLogoBox .addTxt {
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
	width: 540px;
}

#gFooter .fBox .fLogo {
	padding-left: 20px;
	padding-right: 40px;
	/*margin-right: 100px;*/
	float: left;
	/*border-right: 1px solid #666;*/
	margin-right: 0; border-right: 0
}

#gFooter .fBox .fLogo a {
	display: block;
}

#gFooter .fBox .fLogo a:hover {
	opacity: 0.7;
}

#gFooter .fBox .fRight {
	border-left: 1px solid #666;
	margin-top: 40px;
	padding-left: 50px;
	float: left;
}

#gFooter .fBox .fRight p {
	margin-bottom: 10px;
	color: #666;
	font-size: 14px;
}

#gFooter .fBox .fRight p span {
	display: inline-block;
	margin-right: 15px;
}

#gFooter .fBox .fRight p span:last-child {
	margin-right: 0;
}

#gFooter .fBox .fRight p span a {
	color: #fff;
	font-size: 13px;
}

#gFooter .fBox .fRight p span a:hover {
	text-decoration: underline;
}

#gFooter .fBox .fRight .copyright {
	margin-bottom: 0;
}

#gFooter .fBox .weiUl {
	padding-right: 20px;
	float: right;
}

#gFooter .fBox .weiUl li {
	margin-right: 40px;
	float: left;
	width: 100px;
}

#gFooter .fBox .weiUl li:last-child {
	margin-right: 0;
}

#gFooter .fBox .weiUl li img {
	width: 100%;
}

#gFooter .fBox .weiUl li span {
	margin-top: 5px;
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#gFooter .fLinkBox {
	padding: 20px 20px;
	background: #0288D1;
	color: #fff;
}

#gFooter .fLinkBox p {
	margin-bottom: 15px;
	font-size: 18px;
}

#gFooter .fLinkBox .fLink {
	margin-top: -5px;
}

#gFooter .fLinkBox .fLink li {
	margin-top: 5px;
	width: 20%;
	float: left;
}

#gFooter .fLinkBox .fLink li a {
	color: #fff;
	font-size: 14px;
}

#gFooter .fLinkBox .fLink li a:hover {
	text-decoration: underline;
}

.mainBox {
	width: 1200px;
	margin: 0 auto;
}

#pagePath {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#pagePath li {
	display: inline-block;
	font-size: 12px;
	color: #666;
}

#pagePath li a {
	font-size: 12px;
	color: #666;
}

#pagePath li a:hover {
	text-decoration: underline;
}

#main {
	margin-bottom: 50px;
}

#main .lBox {
	width: 820px;
	float: left;
}

#main .lBox .innerLBox {
	margin: 0 60px 80px;
}

#main .lBox .innerLBox .txtBox {
	margin: 0 20px;
}

#main .lBox .innerLBox .txtBox p {
	font-size: 16px;
}

#main .lBox .innerLBox .txtBox p:last-child {
	margin-bottom: 0;
}

#main .lBox .innerLBox .txtBox ul {
	margin-bottom: 15px;
}

#main .lBox .innerLBox .txtBox ul li {
	margin-bottom: 5px;
	font-size: 15px;
}

#main .lBox .innerLBox .txtBox ul li:last-child {
	margin-bottom: 0;
}

.comHTtl {
	font-size: 26px;
}

.comHTtl {
	margin-bottom: 10px;
}

.comHTtl span {
	margin-right: 15px;
	display: inline-block;
	color: #cc0000;
	font-size: 30px;
	float: left;
}


.comHTtl span.text {
	float: none;
}

.comHTtl span img {
	position: relative;
	left: 0;
	top: -15px;
}

#main .hList {
	margin-bottom: 50px;
}

#main .hList > li {
	padding: 30px 60px;
	border-bottom: 1px solid #ccc;
}

#main .hList > li:first-child {
	padding-top: 0;
}

#main .hList > li:last-child {
	border-bottom: none;
	padding-bottom: none;
}

#main .hList > li .text .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

#main .hList > li .text .money {
	margin-bottom: 10px;
}

#main .hList > li .text .money > span:nth-child(2) {
	float: right;
}

/*#main .hList > li .text .money > span span {
	color: #CC0000;
}*/


#main .text ul li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

#main .text ul li:last-child {
	margin-bottom: 0;
}


/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
#main .pageList {
	margin-left: 150px;
	clear: both;
}

#main .pageList li {
	margin: 0 2px;
	display: inline;
	font-size: 14px;
}

#main .pageList .current span,
#main .pageList li a {
	padding: 9px 15px 7px;
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	
}

#main .pageList .current span,
#main .pageList li a:hover {
	color: #FFF;
	border: 1px solid #3399CC;
	text-decoration: none;
	color: #3399CC;
}

#main .rBox {
	margin-top: 20px;
	float: right;
	width: 350px;
}

#main .rBox h3 {
	margin-bottom: 15px;
}

#main .rBox .linkList li {
	margin-bottom: 10px;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

#main .rBox .linkList li  a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	width: 320px;
}

#main .rBox .linkList li a:hover {
	text-decoration: underline;
}

#main .rBox .linkList li:last-child {
	margin-bottom: 0;
}

#main .rBox .linkList li span {
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ccc;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	vertical-align: middle;
	text-indent: 0;
}

#main .rBox .linkList li span.color {
	background: #ff6666;
}

.comNewList  {
	float: left;
}

.comNewList dt {
	width: 80px;
	height: 80px;
	background: #3399CC;
	color: #fff;
	float: left;
}

.comNewList dt span {
	display: block;
	text-align: center;
}

.comNewList dt .date {
	padding-top: 15px;
	font-size: 20px;
}

.comNewList dd {
    padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px;
	padding-left: 100px;
}

.comNewList dd a {
	font-size: 16px;
	transition: all 0.5s;
}

.comNewList dd h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.comNewList dd a:hover {
	opacity: 0.7;
}

.comNewList dd:last-child {
	margin-bottom: none;
	padding-bottom: 0;
	border-bottom: none;
}

.newsDetail {

}

.newsDetail h2 {
	text-align: center;
	font-size: 24px;
	color: #3399CC;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.newsDetail .pho {
	margin-bottom: 25px;
	width: auto;
	text-align: center;
}

.newsDetail .pho img {
	max-width: 100%;
}

.newsDetail .textBox p {
	margin-bottom: 15px;
	font-size: 16px;
}

.newsDetail .textBox p:last-child {
	margin-bottom: 0;
}

.articelList {
	margin: 50px 0;
}

.articelList li {
	float: left;
	width: 50%;
}

.articelList li:last-child {
	float: right;
	width: 50%;
	text-align: right;
}

.articelList li a {
	color: #3399CC;
}

.articelList li a:hover {
	text-decoration: underline;
}

.rankBox {
	margin-top: 40px;
}

.rankBox .ttlList {
	margin-bottom: 50px;
}

.rankBox .ttlList li {
	margin-bottom: 20px;
	font-size: 18px;
}


.rankBox .ttlList li a:hover {
	color: #3399CC;
}


.rankBox .ttlList li.on a {
	color: #3399CC;
}

.hListBox .hList {
}


/*css*/
#main .rBox .linkList li {
	margin-bottom: 10px;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

#main .rBox .linkList li  a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	width: 320px;
}

.comNewList01 {
	margin-bottom: 45px;
}

.comNewList01 li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

.comNewList01 li:last-child {
	margin-bottom: 0;
}

.comNewList01 li h3 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #0288D1;
}


.comNewList01 li h3  a:hover {
	text-decoration: underline;
}

.comNewList01 li p {
	font-size: 14px;
}

.comNewList01 li p a {
	display: inline-block;
	margin-left: 10px;
	color: #0288D1;
	font-size: 14px;
}

.comNewList01 li .date {
	margin-top: 10px;
}

.comNewList01 li p a:hover {
	text-decoration: underline;
}

.comNewList01 li .date span {
	float: right;
}



@media all and (max-width: 1500px) {
	
	.fixL {
		left: 0;
	}
	
	.fixR {
		right: 0;
	}
	
	
	#gHeader .headTop {
		width: 1100px;
	}
	
	
	#gHeader .innerBox {
		width: 1100px;
	}
	
	#gHeader .hBox .logo {
		width: 300px;
	}
	
	#gHeader .hBox .h_img {
		width: 600px;
	}
	
	#gNavi {
		width: 1100px;
	}
	
	#gNavi .naviList {
		width: 800px;
	}
	
	.slideBox {
		width: 1100px;
	}
	
	#main .innerBox {
		width: 1100px;
	}
	
	
	#main .sec01 .lBox {
		width: 600px;
	}
	
	#main .sec01 .lBox .imgBox .photoBox {
		width: 280px;
	}
	
	#main .sec01 .lBox .imgBox .textBox {
		width: 300px;
	}
	
	#main .sec01 .rBox {
		width: 380px;
	}
	
	#main .banner {
		width: 1100px;
	}
	
	.comTxtList li a p .address {
		font-size: 14px;
		vertical-align: 1px;
	}
	
	#gFooter {
		width: 1100px;
	}
	#gFooter .fBox {
		width: 1100px;
	}
	
	
	#gFooter .fBox .fLogo {
		padding-right: 20px;
	}
	
	.mainBox {
		width: 1100px;
	}
	
	#main .lBox {
		width: 700px;
	}
	
	.fix .img img {
		width: 120px;
	}
	
}


.fix .img img {
   width: 100px;
   height: 300px;
}

#sanitation li p span,
#industry  li p span {
	font-size: 18px;
	color: #3399CD;
	width: 35px;
	display: inline-block;
}

#sanitation  li:first-child p span,
#industry  li:first-child p span {
	display: none;
}

#sanitation li:first-child,
#industry  li:first-child {
	background:  url(../../img/index/queen.png) no-repeat 4px -2px;
	background-size: 25px 25px;
	padding-left: 35px;
}
