@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.pageAbout {
	margin: 0 auto 60px;
	width: 1300px;
}

.pageAbout h2 {
	margin-bottom: 30px;
	color: #0096ff;
	font-size: 45px;
	text-align: center;
}

.pageAbout h2 span {
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

.pageAbout p {
	margin-bottom: 15px;
	font-size: 16px;
	text-indent: 2em;
	line-height: 1.7;
}

.pageAbout .photo {
	margin-top: 35px;
	border: 3px solid #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
}

.pageAbout .photo img {
	width: 100%;
}

.banner {
	padding: 45px 0 35px;
	background: url(../images/banner_bg.jpg) no-repeat center center;
	background-size: cover;
}

.banner p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.advantage {
	padding: 60px 0 70px;
	background: #F2F2F2;
}

.advantage .tabPanel {
	padding: 30px 30px 20px;
	background: #0096FF;
}

.advantage .tabPanel li {
	padding-bottom: 10px;
	padding-left: 50px;
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-bottom: 2px solid #0096FF;
	border-right: 1px dotted #fff;
}

.advantage .tabPanel li:last-child {
	border-right: none;
}

.advantage .tabPanel li.on {
	border-bottom: 2px solid #fff;
}

.advantage .tabPanel li a {
	display: block;
}

.advantage .tabPanel li p {
	padding-left: 60px;
	font-size: 30px;
	color: #fff;
}

.advantage .tabPanel li p span {
	display: block;
	font-size: 15px;
}

.advantage .tabPanel .tab01 p {
	background: url(../images/ys1.png) no-repeat left center;
}

.advantage .tabPanel .tab02 p {
	background: url(../images/ys2.png) no-repeat left center;
}

.advantage .tabPanel .tab03 p {
	background: url(../images/ys3.png) no-repeat left center;
}

.advantage .tabPanel .tab04 p {
	background: url(../images/ys4.png) no-repeat left center;
}

.advantage .tabBox {
	padding: 40px;
	background: #fff;
}

.advantage .tabBox .photo {
	width: 690px;
	height: 400px;
	float: left;
}

.advantage .tabBox .photo01 {
	background: url(../images/ad_img01.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .tabBox .photo02 {
	background: url(../images/ad_img02.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .tabBox .photo03 {
	background: url(../images/ad_img03.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .tabBox .photo04 {
	background: url(../images/ad_img04.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .tabBox .textBox {
	padding-top: 15px;
	width: 480px;
	float: right;
	position: relative;
}

.advantage .tabBox .textBox .title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #0096FF;
	font-size: 35px;
	font-weight: bold;
	position: relative;
}

.advantage .tabBox .textBox .title:before {
	width: 70px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #0096FF;
}

.advantage .tabBox .textBox .title span {
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: normal;
}

.advantage .tabBox .textBox .txt {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	text-indent: 2em;
}

.advantage .tabBox .textBox .link {
	margin-top: 20px;
}

.advantage .tabBox .textBox .link a {
	padding: 10px 0;
	width: 130px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #d40000;
	border-radius: 30px;
}


.pagebar {
	padding-bottom: 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;
}

.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;
}

.detailBox {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
	font-size: 16px;
	line-height: 1.7;
}

.detailBox p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.7;
}

.detailBox .infoTilte {
	color: #000;
	font-size: 30px;
	text-align: center;
}

.detailBox img {
	margin: 10px auto;
	max-width: 100%;
	display: block;
}

.fanye {
	margin: 30px 20px 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;
}

.conList {
	margin-bottom: 80px;
}

.conList li {
	margin: 0 1%;
	padding: 30px;
	width: 31.3333%;
	height: 220px;
	float: left;
	color: #333;
	font-size: 18px;
	text-align: center;
	background: #F8FBFF;
	box-sizing: border-box;
	border: 1px solid rgba(204,204,204,.4);
}

.conList li img {
	margin: 0 auto 15px;
	width: 60px;
	display: block;
}

.conList li .title {
	margin-bottom: 20px;
	color: #004098;
	font-size: 22px;
}

.conList li .title span {
	margin-right: 20px;
	padding-right: 15px;
	color: #000;
	font-size: 20px;
	border-right: 2px solid #333;
}

#dituContent {
	height: 500px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.comList li {
	margin: 0 1% 30px;
	width: 31.33333%;
	float: left;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.comList li a {
	display: block;
}

.comList li .photo {
	overflow: hidden;
}

.comList li .photo img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
	-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;
}

.comList li:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comList li .textBox {
	padding: 0 15px;
}

.comList li .textBox p {
	padding: 15px 0;
	color: #000;
	font-size: 25px;
	text-align: center;
}

.comList li .textBox .link {
	padding-bottom: 20px;
	text-align: center;
}

.comList li .textBox .link a {
	margin: 0 10px;
	padding: 8px 0;
	width: 100px;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	background: #0096ff;
	-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;
}

.comList li .textBox .link a:hover {
	background: #d40000;
}

.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: #1B7FF2;
}

.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: #1B7FF2;
	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;
}

