@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: Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------
	细节微调
------------------------------------------------------------*/
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis02 {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*------------------------------------------------------------
	初始化
------------------------------------------------------------*/
body {
	text-align: center;
	font-size: 14px;
	line-height: 2.2;
	font-family: "Microsoft YaHei";
}

#container {
	background-color: #FFF;
	text-align: left;
	overflow: hidden;
}

#main {
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold; color: #8F002F;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;/*background:#f8f8f8;*/text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#8F002F;}
.page_list a.on{color:#FFF;border:1px solid #ccc;background:#8F002F;}



/*--------fullSlide--------*/
.fullSlide{ position:relative; background:#000; margin:0 auto; }
.fullSlide .bd{ position:relative; z-index:0; }
.fullSlide .bd li img {width:100%; vertical-align:top;  } 
.fullSlide .hd{position:relative; z-index:1; margin-top:-30px; height:30px; line-height:30px;  text-align:center;
			 background:#000; filter:alpha(opacity=60);opacity:0.6 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(../img/tg_flash_p.png) -18px 0; overflow:hidden; 
			font-size:0;
}
.fullSlide .hd ul .on{ background-position:0 0; }
.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:relative; margin:-19% 0 0 3%; float:left;  background:url(../img/arrow.png) 0 0 no-repeat; filter:alpha(opacity=40);opacity:0.4  }
.fullSlide .next{  background-position:right 0; float:right; margin-right:3%  }
.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=80);opacity:0.8 }


/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {

}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 580px;
	float: left;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 200px;
	float: right;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
}


/* index */
.section .subSec {
	width: 1140px;
	margin: 0 auto;
}

.heard .topBox {
	background: url('../img/h_top_bg.jpg') no-repeat center top;
	padding: 38px 0 32px;
}

.subSec {
	width: 1140px;
	margin: 0 auto;
}

.heard .topBox h1 {
	float: left;
}

.heard .topBox .rP {
	float: right;
	font-size: 19px;
	color: #2779cf;
	line-height: 44px;
}

.heard .topBox .rP span {
	font-size: 27px;
	font-weight: bold;
	color: #0873e4;
}

.gNavi {
	background: url('../img/g_navi_bg.jpg') repeat-x left center;
}

.navi {
	width: 1160px;
	margin: 0 auto;
}

.navi li {
	float: left;
	font-size: 16px;
	line-height: 18px;
	padding: 20px 0 19px;
	position: relative;
}

.navi li a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding: 0 32px;
}

.navi li:before {
	width: 1px;
	height: 20px;
	background-color: #d5d9e6;
	content: "";
	right: 0;
	top: 20px;
	position: absolute;
}

.navi li:last-child:before {
	display: none;
}

.subSec h2 {
	
	text-align: center;
	margin-bottom: 66px;
}

.subSec h2 span {
	font-size: 27px;
	color: #000;
	line-height: 30px;
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
}

.subSec h2 span:after {
	width: calc(100% - 20px);
	height: 1px;
	background-color: #0186d5;
	position: absolute;
	content: "";
	left: 10px;
	bottom: 0;
}

.section {
	padding: 60px 0 40px;
}

.serviceUl {
	width: 1192px;
	margin-right: -52px;
}

.serviceUl li {
	float: left;
	width: 240px;
	margin-right: 58px;
	text-align: center;
}

.serviceUl li a {
	display: block;
	padding-bottom: 60px;
}

.serviceUl li .photo {
	margin-bottom: 24px;
}

.serviceUl li .photo img {
	width: 240px;
	height: 104px;
}

.serviceUl li .title {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 18px;
}

.serviceUl li .dec {
	font-size: 13px;
	line-height: 22px;
	color: #657188;
}

.newsBox {
	background-color: #e5f0fb;
	padding-bottom: 100px;
}

.newsBox .subSec .ttlBox h2 {
	text-align: left;
	margin-bottom: 0;
}

.newsBox .subSec .ttlBox .more {
	float: right;
	font-size: 14px;
	line-height: 30px;
	color: ;
	border: 1px solid #0099cc;
	border-radius: 16px;
	min-width: 80px;
	text-align: center;
}

.newsBox .subSec .ttlBox .more a {
	display: block;
}

.ttlBox {
	margin-bottom: 60px;
}

.newsUl li {
	float: left;
	width: 518px;
	background: url('../img/arrow.gif') no-repeat right 85%;
}

.newsUl li a {
	display: block;
	padding: 56px 0 40px;
	border-bottom: 4px solid #cce4f7;
}

.newsUl li:nth-child(2n) {
	float: right;
}

.newsUl li .title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
	margin-bottom: 8px;
}

.newsUl li .date {
	font-size: 14px;
	color: #6f8091;
}

.newsUl01 li,
.newsUl01 li:nth-child(2n) {
	width: auto;
	float: none;
}

.about {
	background: url('../img/about_bg.jpg') no-repeat center top;
	padding: 80px 0 125px;
}

.about h2 span {
	color: #FFF;
	padding-bottom: 30px;
}

.about h2 span:after {
	background-color: #fe824c;
}

.about .inner {
	background-color: #fff;
}

.about .inner .lBox {
	float: left;
}

.about .inner .lBox img {
	width: 569px;
	height: 459px;
}

.about .inner .rBox {
	width: 530px;
	float: right;
	padding: 40px 20px 0 0;
}

.about .inner .rBox .textDiv p {
	font-size: 14px;
	color: #404d5f;
	line-height: 25px;
}

.about .inner .rBox .textDiv {
	height: 330px;
	overflow: hidden;
	margin-bottom: 40px;
}

.about .inner .rBox .moreP {
	text-align: right;
	color: #ff9900;
	background: url('../img/arrow02.png') no-repeat right center;
	padding-right: 40px;
}

.caseUl {
	width: 1188px;
	margin-right: -48px;
}

.caseUl li {
	float: left;
	width: 348px;
	padding: 0 48px 70px 0;
}

.caseUl li .title {
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	margin-top: 10px;
}

.caseUl li .photo img {
	width: 348px;
	height: 222px;
}

/* #ff9600 */
.footer {
	background: url('../img/footer_bg.png') no-repeat center top;
	height: 519px;
	padding-bottom: 40px;
}

.footer .topP {
	font-size: 27px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	padding: 45px 0 55px;
}

.footer .topP a {
	color: #FFF;
}

.fInner .lBox {
	float: left;
	width: 750px;
	padding-top: 36px;
}

.fInner .rBox {
	float: right;
	width: 332px;
}

.fInner .txtUl li {
	float: left;
	width: 120px;
	border-right: 1px solid #698cbc;
	padding: 0 10px 0 40px;
	color: #FFF;
	min-height: 282px;
}

.fInner .txtUl li a {
	color: #FFF;
	display: block;
}

.fInner .txtUl li p {
	font-size: ;
	line-height: 25px;
	margin-bottom: 10px;
}

.fInner .txtUl li:nth-child(2) {
	width: 160px;
	padding-left: 50px;
}

.fInner .txtUl li:nth-child(3) {
	width: 290px;
	border-right: none;
}

.fInner .txtUl li .address {
	background: url('../img/icon01.png') no-repeat left 5px;
	padding-left: 30px;
	margin-bottom: 25px;
}

.fInner .txtUl li .address span {
	display: block;
	margin-top: 20px;
}

.fInner .txtUl li .tel {
	background: url('../img/icon02.png') no-repeat left 5px;
	padding-left: 30px;
}

.fInner .rBox .title {
	font-size: 21px;
	line-height: 30px;
	color: #FFF;
	margin-bottom: 15px;
}

.fInner .rBox input,
.fInner .rBox textarea {
 	width: 100%;
 	border: none;
 	padding: 10px;
 	line-height: 22px;
 	font-size: 14px;
 	background-color: #e5f0fb;
 	margin-bottom: 7px;
 	box-sizing: border-box;
 }

.fInner .rBox textarea {
  	height: 130px;
  	resize: none;
}

.fInner .rBox .submit {
  	font-size: 16px;
  	color: #FFF;
  	background-color: #0186d5;
  	line-height: 50px;
  	text-align: center;
  	cursor: pointer;
  	padding: 0;
}

.formUl {
	margin-bottom: 10px;
}

.copyright {
	font-size: 12px;
	line-height: 30px;
	color: #657188;
	text-align: center;
}

.banner {
	margin-bottom: 30px;
}

.pagePath {
	font-size: 14px;
	color: #605f5c;
	line-height: 40px;
	border-bottom: 1px solid #dee4eb;
	margin-bottom: 40px;
}

.pagePath span:last-child {
	color: #fa8e01;
	text-decoration: underline;
}

.content {
	min-height: 400px;
	padding: 40px 0 60px;
}

.content img {
	max-width: 100%;
}

.page {
	margin-top: 30px;
	text-align: center;
}

.mainBox .titleP {
	font-size: 26px;
	text-align: center;
	line-height: 60px;
}

.mainBox .dateP {
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #DDD;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* 分页样式 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination{list-style: none; margin: 20px auto; width: auto;}
.pagination li{ float: left;/*padding: 8px 15px;*/}
.pagination .active{background: #fff;}

@media only screen and (max-width: 767px) {
}

@media all and (min-width: 0px) and (max-width: 640px) {

}