@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.pageAbout {
	margin-bottom: 50px;
}

.pageAbout h3 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #333;
	font-size: 35px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px dotted #666;
}

.pageAbout .textBox p {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	text-indent: 2em;
	line-height: 1.8;
}

.company li {
	margin: 0 1%;
	width: 23%;
	float: left;
}

.company li img {
	width: 100%;
}

.culture {
	padding: 60px 0;
	background: url(../images/culture.jpg) no-repeat center center;
	background-size: cover;
}

.culture li {
	margin: 0 0.5% 15px;
	width: 49%;
	height: 300px;
	float: left;
	position: relative;
}

.culture .v01 {
	background: url(../images/culture_bg01.jpg) no-repeat center center;
	background-size: cover;
}

.culture .v02 {
	background: url(../images/culture_bg02.jpg) no-repeat center center;
	background-size: cover;
}

.culture li .textBox {
	padding: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	background: url(../images/news_bg.png) no-repeat left top;
	background-size: 100% auto;
}

.culture li .textBox .title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

.culture li .textBox .title:before {
	width: 40px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #EA5514;
	border-radius: 10px;
}

.culture li .textBox .text {
	color: #fff;
	font-size: 16px;
}

.proLead {
	margin: 0 6px 30px;
}

.proLead li {
	margin: 0 0.5% 15px;
	width: 15.66%;
	float: left;
}

.proLead li a {
	padding: 5px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background: #1072C3;
}

.proLead li a:hover {
	background: #FF6000;
}

.proLead li a .photo {
	float: left;
	overflow: hidden;
}

.proLead li a .photo img {
	width: 80px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.proLead li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.proLead li a .text {
	padding: 10px 0 0 90px;
}

.proLead li a .text p {
	color: #fff;
	font-size: 16px;
}

.proLead li a .text .link {
	margin-top: 2px;
}
	
.proLead li a .text .link span {
	font-size: 15px;
	display: block;
	color: #fff;
	position: relative;
}

.proLead li a .text .link span:before {
	width: 40px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 1px;
	content: "";
	background: #fff;
}



.comList li {
	margin: 0 1% 20px;
	width: 23%;
	float: left;
}

.comList li a {
	padding: 5px;
	display: block;
	border: 1px solid #efefef;
	-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 {
	background: #1072C3;
}

.comList li a .photo {
	overflow: hidden;
}

.comList li a .photo img {
	width: 100%;
	height: 260px;
	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;
}

.comList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comList li a .text {
	padding: 10px;
	color: #000;
	font-size: 16px;
	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;
}

.comList li a:hover .text {
	color: #fff;
}

.comList li a .text span {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
}

.comList li a:hover .text span {
	color: #fff;
}

.pagebar {
	margin-bottom: 60px;
}

.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;
	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/tel03.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/icon09.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 {
	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: 5px 10px;
	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: #1072C3;
}

.comNews li a .textBox {
	width: 68%;
	float: left;
}

.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: right;
}

.comNews li a .photo img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: center center;
}

.comNews li a .date {
	float: right;
	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;
}

.contactBox {
	margin: 0 auto;
	padding: 20px 0 60px;
	width: 80%;
	min-width: 1300px;
}
	
.contactBox .left {
	width: 45%;
	float: right;
}

.contactBox .left h2 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	color: #007EFE;
	font-size: 60px;
	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: #007EFE;
}

.contactBox .left .title {
	margin-bottom: 20px;
	color: #000;
	font-size: 30px;
}

.contactBox .left li {
	margin-bottom: 20px;
	color: #000;
	font-size: 17px;
}

.contactBox .left li span {
	margin-bottom: 5px;
	padding-left: 30px;
	display: block;
	color: #007EFE;
	font-size: 20px;
	font-weight: bold;
}

.contactBox .left .tel span {
	background: url(../images/lan_icon01.png) no-repeat left center;
}

.contactBox .left .name span {
	background: url(../images/lan_icon02.png) no-repeat left center;
}

.contactBox .left .email span {
	background: url(../images/lan_icon03.png) no-repeat left center;
}

.contactBox .left .address span {
	background: url(../images/lan_icon04.png) no-repeat left center;
}

#dituContent {
	width: 50%;
	height: 580px;
	float: left;
}
