@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.about {
	margin: 0 auto;
	width: 1300px;
}

.about h2 {
	margin-bottom: 20px;
	color: #0E88EB;
	font-size: 50px;
	text-align: center;
}

.about p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.honor {
	margin: 0 auto;
	padding: 40px 0 30px;
	width: 1300px;
}

.honor li {
	margin: 0 20px 20px 0;
	width: 250px;
	float: left;
}

.honor li a {
	padding: 10px;
	display: block;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.honor li a:hover {
	background: #1488F5;
}

.honor li .photo {
	overflow: hidden;
}

.honor li .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;
}

.honor li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.honor li .title {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	position: relative;
	text-align: center;
	background: #0E88EB;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.honor li .title span {
	position: absolute;
	right: 15px;
	top: 17px;
	font-weight: normal;
}

.honor li a:hover .title {
	color: #222;
	background: #fff;
}

.comBox {
	margin: 0 auto;
	width: 1300px;
}

.comBox .comList li {
	margin: 0 1% 30px;
	width: 31.33%;
	float: left;
}

.comBox .comList li a {
	padding: 10px;
	display: block;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comBox .comList li a:hover {
	background: #1488F5;
}

.comBox .comList li .photo {
	overflow: hidden;
}

.comBox .comList li .photo img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comBox .comList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comBox .comList li .title {
	padding: 15px 0;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-align: center;
	background: rgba(0,0,0,.05);
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comBox .comList li a:hover .title {
	background: #fff;
}



.comBox .honorList li {
	margin: 0 1% 30px;
	width: 31.33%;
	float: left;
}

.comBox .honorList li a {
	padding: 10px;
	display: block;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comBox .honorList li a:hover {
	background: #1488F5;
}

.comBox .honorList li .photo {
	overflow: hidden;
}

.comBox .honorList li .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;
}

.comBox .honorList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comBox .honorList li .title {
	padding: 15px 20px;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-align: center;
	background: rgba(0,0,0,.05);
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comBox .honorList li a:hover .title {
	background: #fff;
}



.pagebar {
	margin: 30px 0 80px;
}

.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: #0070D8;
	border: 1px solid #0070D8;
}

.pagination a.page-num-current {
	color: #fff;
	background: #0070D8;
	border: 1px solid #0070D8;
}

.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;
	width: 1300px;
}

.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: #0E88EB;
}

.detailBox .inner .textBox .txt {
	margin: 30px 0 30px 10px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.detailBox .content img {
	margin: 0 auto;
	width: 80% !important;
	height: auto !important;
	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: #1488F5;
	font-size: 22px;
	text-align: center;
	border: 1px solid #1488F5;
	border-radius: 5px;
	background: url(../images/tel01.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: #0E88EB;
	border-radius: 5px;
}

.detailBox .linkUl .btn02 a:hover {
	filter: brightness(120%);
}

.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 #1488F5;
}

.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;
}

.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;
}

.comDetail {
	margin: 0 auto;
	width: 1300px;
}

.comDetail .infoTilte {
	margin-bottom: 30px;
	font-size: 35px;
	text-align: center;
}

.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;
}

.subtitle span {
    padding:0 30px;
}

.subtitle .timea{
    background: url(../images/shijian.png) left center no-repeat;
}

.subtitle .liulan{
    background: url(../images/liulan.png) left center no-repeat;
}

.comDetail .xiangqing {
	font-size: 16px;
	line-height: 1.7;
}

.comDetail .xiangqing p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.7;
}

.comDetail .xiangqing .infoTilte {
	color: #000;
	font-size: 30px;
	text-align: center;
}

.comDetail .xiangqing img {
	margin: 10px auto;
	max-width: 100%;
	display: block;
}

.comDetail .xiangqing iframe {
	margin: 0 auto;
	display: block;
	width: 1200px !important;
	height: 900px !important;
}

.pageNews {
	margin: 0 auto;
	width: 1300px;
}

.pageNews .newsList li {
	margin-bottom: 30px;
}

.pageNews .newsList li a {
	padding: 30px;
	display: block;
	overflow: hidden;
	background: #F9F9F9;
	-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;
}

.pageNews .newsList li a:hover {
	background: #0E88EB;
}

.pageNews .newsList li .photo {
	width: 300px;
	height: 225px;
	float: left;
	overflow: hidden;
}

.pageNews .newsList li .photo img {
	width: 100%;
	-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;
}

.pageNews .newsList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.pageNews .newsList li .textBox {
	padding-left: 330px;
}

.pageNews .newsList li .textBox .title {
	margin-bottom: 20px;
	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;
}

.pageNews .newsList li a:hover .textBox .title {
	color: #fff;
}

.pageNews .newsList li .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;
}

.pageNews .newsList li a:hover .textBox .txt {
	color: #fff;
}

.pageNews .newsList li .textBox .link {
	margin-top: 40px;
	padding: 10px 0;
	width: 150px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #0E88EB;
	border-radius: 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;
}

.pageNews .newsList li a:hover .textBox .link {
	color: #004098;
	background: #fff;
}

.contactBox {
	margin: 0 auto;
	padding-bottom: 80px;
	width: 1300px;
}
	
.contactBox .left {
	width: 45%;
	float: left;
}

.contactBox .left h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #0E88EB;
	font-size: 55px;
	position: relative;
}

.contactBox .left h2 span {
	display: block;
	color: #666;
	font-size: 20px;
	font-weight: normal;
}

.contactBox .left h2:before {
	display: block;
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
	background: #0E88EB;
}

.contactBox .left .title {
	margin-bottom: 20px;
	color: #000;
	font-size: 30px;
}

.contactBox .left li {
	margin-bottom: 15px;
	color: #000;
	font-size: 17px;
}

.contactBox .left li a:hover {
	text-decoration: underline;
}

.contactBox .left li span {
	margin-bottom: 5px;
	padding-left: 30px;
	display: block;
	color: #0E88EB;
	font-size: 20px;
	font-weight: bold;
}

.contactBox .left .name span {
	background: url(../images/con_icon01.png) no-repeat left center;
}

.contactBox .left .tel span {
	background: url(../images/con_icon02.png) no-repeat left center;
}

.contactBox .left .web span {
	background: url(../images/con_icon03.png) no-repeat left center;
}

.contactBox .left .address span {
	background: url(../images/con_icon04.png) no-repeat left center;
}

.contactBox .left .weixin span {
	background: url(../images/con_icon05.png) no-repeat left center;
}

.contactBox .left .email span {
	background: url(../images/con_icon06.png) no-repeat left center;
}

#dituContent {
	width: 55%;
	height: 780px;
	float: right;
}


