@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
#header {
	background: rgba(255,255,255,.95);
	box-shadow: 0 0 3px rgba(0,0,0,.4);
}

#gNavi li a {
	color: #000;
}

#header .tel {
	color: #333;
	border: 1px solid #333;
}

#main {
	margin-bottom: 80px;
}

.section {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}

.aboutBox {
	padding: 0 0 60px;
	background: url(../images/about_box_bg.jpg) no-repeat center top;
	background-size: cover;
}

.aboutBox h2 {
	margin-bottom: 20px;
	padding: 0 0 15px;
	color: #333;
	font-size: 40px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #E5E5E5;
}

.aboutBox h2 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.aboutBox .photo {
	margin: 0 30px 30px 0;
	width: 600px;
	float: left;
}

.aboutBox .photo img {
	width: 100%;
}

.aboutBox .textBox {
	padding-left: 630px;
}

.aboutBox .textBox p {
	margin-bottom: 10px;
	color: #333;
	font-size: 17px;
	text-indent: 2em;
}

.aboutBox .sub {
	margin-top: 40px;
	background: rgba(204,204,204,.3);
	position: relative;
}

.aboutBox .sub .photo {
	width: 50%;
	height: 600px;
	float: right;
	overflow: hidden;
	background: url(../images/about_img.jpg) no-repeat center center;
	background-size: cover;
}

.aboutBox .sub .subText {
	padding: 30px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.aboutBox .sub dt {
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

.aboutBox .sub dd {
	margin-bottom: 20px;
	color: #666;
	font-size: 18px;
}


.culture {
	padding: 70px 0;
	background: url(../images/culture_bg.jpg) no-repeat center center;
	background-size: cover;
}

.culture li {
	margin: 0 1%;
	width: 23%;
	float: left;
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
}

.culture li img {
	width: 100%;
}

.culture li p {
	padding-bottom: 15px;
	color: #666;
	font-size: 16px;
	text-align: center;
}

.culture li .title {
	padding: 20px 0 10px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.recommend {
	padding: 70px 0 0;
}




.proList {
	margin: 0 0 25px;
	position: relative;
}

.proList li {
	margin: 0 1% 15px;
	width: 10.5%;
	float: left;
}

.proList li a {
	padding: 8px 0;
	display: block;
	overflow: hidden;
	color: #fff;
	background: #0365C6;
	z-index: 10;
	font-size: 16px;
	text-align: center;
	position: relative;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.proList li a:hover {
	background: #FF8400;
}

.comList {
	margin-bottom: 30px;
}

.comList li {
	margin: 0 1% 20px;
	width: 23%;
	float: left;
}

.comList li a {
	display: block;
}

.comList li a .photo {
	overflow: hidden;
}

.comList li a .photo img {
	width: 100%;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comList li a .textBox {
	padding: 15px;
	border: 1px solid #eee;
}

.comList li a .textBox .title {
	padding-bottom: 5px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #eee;
}

.comList li a .textBox .link {
	padding-top: 10px;
	color: #666;
	font-size: 15px;
	position: relative;
}


.comList li a .textBox .link span {
	position: absolute;
	right: 0;
	top: 13px;
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}
.pagination a:hover {
	color: #0465C7;
	border: 1px solid #0465C7;
}

.pagination a.page-num-current {
	color: #fff;
	background: #0465C7;
	border: 1px solid #0465C7;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}

.detailBox {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	min-width: 1200px;
}

.detailBox .inner {
	margin-bottom: 30px;
}

.detailBox .inner .photo {
	margin-right: 30px;
	width: 48%;
	float: left;
}

.detailBox .inner .photo img {
	width: 100%;
}

.detailBox .inner .textBox {
	width: 48%;
	float: right;
}

.detailBox .inner .textBox .title {
	padding-bottom: 15px;
	color: #333;
	font-size: 40px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.detailBox .inner .textBox .title:before {
	display: block;
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
	background: #007EFE;
}

.detailBox .inner .textBox .txt {
	margin: 30px 0 30px 10px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.detailBox .content {
	margin-bottom: 50px;
}

.detailBox .content img {
	margin: 0 auto;
	display: block;
}

.detailBox .linkUl {
	margin-bottom: 20px;
}

.detailBox .linkUl li {
	width: 185px;
	float: left;
}

.detailBox .linkUl .btn01 {
	margin-right: 15px;
	padding: 10px 0 10px 30px;
	display: block;
	color: #007EFE;
	font-size: 22px;
	text-align: center;
	border: 1px solid #007EFE;
	border-radius: 5px;
	background: url(../images/f_icon03.png) no-repeat 10px center;
	background-size: 25px 25px;
}

.detailBox .linkUl .btn02 a {
	padding: 11px 0;
	display: block;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #007EFE;
	border-radius: 5px;
}

.detailBox .bText {
	font-size: 15px;
}

.detailBox .bText span {
	margin-right: 10px;
	padding-left: 20px;
	color: #666;
	background: url(../images/icon05.png) no-repeat left center;
	background-size: 15px 15px;
}

.detailBox .infoTtl {
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.detailBox .infoTtl span {
	margin-top: -1px;
	padding: 15px 0;
	width: 150px;
	display: block;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 3px solid #007EFE;
}

.detailBox .subDetail {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
}

.detailBox .subDetail img {
	margin: 0 auto;
	display: block;
}

.detailBox h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 25px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

.qianhou {
	margin: 0 auto 30px;
	padding: 10px 8px;
	font-size: 15px;
	background:#f5f5f5;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}


.comDetail {
	padding: 0;
}

.comDetail .subtitle {
	margin-bottom: 25px;
    font-size: 16px;
    line-height:60px;
    height: 60px;
    color: #8F8F8F;
    text-align:center;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.comDetail .subtitle span {
    padding:0 30px;
}

.comDetail .subtitle .timea{
    background: url(../images/shijian.png) left center no-repeat;
}

.comDetail .subtitle .liulan{
    background: url(../images/liulan.png) left center no-repeat;
}

.comDetail .inner {
	margin: 0 auto;
	width: 1280px;
	font-size: 16px;
	line-height: 1.7;
}

.comDetail .inner p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.7;
}

.comDetail .inner .infoTilte {
	color: #000;
	font-size: 30px;
	text-align: center;
}

.comDetail .inner img {
	margin: 10px auto;
	max-width: 100%;
	display: block;
}

.comDetail .inner iframe {
	margin: 0 auto;
	display: block;
	width: 1200px !important;
	height: 900px !important;
}
.fanye {
	margin: 30px 0 80px;
}

.fanye a:hover {
	text-decoration: underline;
}

.fanye .prev {
	padding: 8px 20px;
	float: left;
	font-size: 15px;
	background: #F0F0F0;
	border-radius: 50px;
}

.fanye .next {
	padding: 5px 10px;
	float: right;
	font-size: 15px;
	text-align: right;
	background: #F0F0F0;
	border-radius: 50px;
}

.comNews {
	margin-bottom: 80px;
	padding: 0;
}

.comNews ul {
	margin-bottom: 50px;
	border-top: 1px dotted #ccc;
}

.comNews li {
	border-bottom: 1px dotted #ccc;
}

.comNews li a {
	padding: 20px;
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comNews li a:hover {
	background: #0465C7;
}

.comNews li a .textBox {
	width: 68%;
	float: right;
}

.comNews li a .textBox .title {
	margin-bottom: 20px;
	color: #333;
	font-size: 25px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comNews li a:hover .title {
	color: #fff;
}

.comNews li a .textBox .txt {
	color: #666;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comNews li a:hover .txt {
	color: #fff;
}

.comNews li a .photo {
	width: 180px;
	float: left;
}

.comNews li a .photo img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: center center;
}

.comNews li a .date {
	float: left;
	text-align: right;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comNews li a:hover .date {
	color: #fff;
}

.comNews li a .date {
	padding: 15px 0 0;
	width: 150px;
	color: #666;
	font-size: 16px;
}

.comNews li a .date span {
	display: block;
	color: #333;
	font-size: 30px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comNews li a:hover .date span {
	color: #fff;
}

.comNews li a .date em {
	margin-top: 30px;
	display: block;
	font-size: 25px;
}


.conList {
	margin: 50px 0;
}

.conList li {
	margin: 0 1%;
	padding: 30px;
	width: 31.3333%;
	height: 230px;
	float: left;
	color: #fff;
	font-size: 20px;
	background: #F8FBFF;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid rgba(204,204,204,.4);
}

.conList .con01 {
	background: #0365C6 url(../images/con01.png) no-repeat 90% 80%;
	background-size: 70px 70px;
}

.conList .con02 {
	background: #0365C6 url(../images/con02.png) no-repeat 90% 80%;
	background-size: 70px 70px;
}

.conList .con03 {
	background: #0365C6 url(../images/con04.png) no-repeat 90% 80%;
	background-size: 70px 70px;
}

.conList li .title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 22px;
}

.conList li .title span {
	margin-right: 20px;
	padding-right: 15px;
	color: #fff;
	font-size: 20px;
	border-right: 2px solid #fff;
}

#dituContent {
	height: 400px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


