@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.pageAbout {
	padding: 80px 0 0;
	background: url(../images/about_ttl_bg.png) no-repeat center 40px;
}

.pageAbout .imgBox {
	margin-bottom: 60px;
}

.pageAbout .photo {
	width: 600px;
	float: right;
}

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

.pageAbout .textBox {
	padding-right: 640px;
}

.pageAbout .textBox h3 {
	color: #d40000;
	font-size: 50px;
	font-family: Impact;
}

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

.pageAbout .textBox .name {
	margin-bottom: 30px;
	color: #212529;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	text-indent: 0;
}

.abFeature h2 {
	margin-bottom: 40px;
	color: #d40000;
	font-size: 60px;
	text-align: center;
}

.abFeature h2 span {
	display: block;
	color: #333;
	font-size: 17px;
	font-weight: normal;
}

.abFeature li {
	margin: 0 1%;
	padding: 40px 0;
	width: 23%;
	float: left;
	text-align: center;
	border: 1px solid rgba(0,0,0,.1);
	box-sizing: border-box;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.abFeature li:hover {
	background: #1488F5;
}

.abFeature li .icon {
	margin: 0 auto;
	width: 50px;
	height: 50px;
}

.abFeature li.f01 .icon {
	background: url(../images/ca_a_lan.png) no-repeat center center;
	background-size: 100% 100%;
}

.abFeature li.f01:hover .icon {
	background: url(../images/ca_a.png) no-repeat center center;
	background-size: 100% 100%;
}

.abFeature li.f02 .icon {
	background: url(../images/ca_b_lan.png) no-repeat center center;
	background-size: 100% 100%;
}

.abFeature li.f02:hover .icon {
	background: url(../images/ca_b.png) no-repeat center center;
	background-size: 100% 100%;
}

.abFeature li.f03 .icon {
	background: url(../images/ca_c_lan.png) no-repeat center center;
	background-size: 100% 100%;
}

.abFeature li.f03:hover .icon {
	background: url(../images/ca_c.png) no-repeat center center;
	background-size: 100% 100%;
}

.abFeature li.f04 .icon {
	background: url(../images/ca_d_lan.png) no-repeat center center;
	background-size: 100% 100%;
}

.abFeature li.f04:hover .icon {
	background: url(../images/ca_d.png) no-repeat center center;
	background-size: 100% 100%;
}

.abFeature li .ttl {
	margin: 10px 0;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.abFeature li:hover .ttl {
	color: #fff;
}

.abFeature li .txt {
	color: #666;
	font-size: 15px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.abFeature li:hover .txt {
	color: #fff;
}

.value {
	padding: 80px 0 60px;
	background: url(../images/vulue_bg.jpg) no-repeat center center;
	background-size: cover;
}

.value ul {
	margin: 0 auto;
	width: 80%;
}

.value li {
	margin: 0 0.5% 15px;
	width: 49%;
	height: 300px;
	float: left;
	position: relative;
}

.value .v01 {
	background: url(../images/v01.jpg) no-repeat center center;
}

.value .v02 {
	background: url(../images/v02.jpg) no-repeat center center;
}

.value .v03 {
	background: url(../images/v03.jpg) no-repeat center center;
}

.value .v04 {
	background: url(../images/v04.jpg) no-repeat center center;
}

.value li .vText {
	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;
}

.value li .vText .title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

.value li .vText .title:before {
	width: 40px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #EA5514;
	border-radius: 10px;
}

.value li .vText .text {
	color: #fff;
	font-size: 16px;
}

.company {
	padding: 80px 0 0;
}

.company li {
	margin-right: 20px;
	width: 400px;
	float: left;
}

.company li .photo {
	overflow: hidden;
}

.company li img {
	width: 100%;
	-webkit-transition-duration: 0.4s,2s;
	-moz-transition-duration: 0.4s,2s;
	-ms-transition-duration: 0.4s,2s;
	transition-duration: 0.4s,2s;
}

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

.company li p {
	padding: 10px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #1488F5;
}






.comBox {
	padding-top: 80px;
}

.comBox .proLead {
	margin-bottom: 30px;
}

.comBox .proLead li {
	margin: 0 1% 15px;
	width: 18%;
	float: left;
}

.comBox .proLead li a {
	padding: 7px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #1488F5;
	border-radius: 30px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comBox .proLead li a:hover {
	background: #d40000;
}

.comList li {
	margin: 0 1% 30px;
	width: 31.333%;
	float: left;
}

.comList li a {
	padding: 10px;
	display: block;
	border: 1px solid rgba(0,0,0,.1);
}

.comList li .photo {
	overflow: hidden;
}

.comList li .photo img {
	width: 100%;
	height: 350px;
	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 a:hover .photo img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.comList li .title {
	margin-top: 5px;
	position: relative;
}

.comList li .title:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #F1F1F1;
	z-index: 1;
}

.comList li .title:after {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #1360AE;
	z-index: 1;
	-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 a:hover .title:after {
	width: 100%;
}

.comList li .title p {
	padding: 15px;
	position: relative;
	z-index: 2;
	font-size: 18px;
	-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 a:hover .title p {
	color: #fff;
}

.comList li .title p span {
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 30px;
	line-height: 1.8;
	text-align: center;
	background: #1360AE;
	-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 a:hover .title p span {
	color: #000;
	background: rgba(255,255,255,.9);
}


.h2Head {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #000;
	font-size: 30px;
	font-weight: normal;
	position: relative;
}

.h2Head:before {
	display: block;
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
	background: #1488F5;
}

.detailBox {
	margin: 0 auto;
	padding: 60px 0 0;
	width: 80%;
}

.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: #1488F5;
}

.detailBox .inner .textBox .txt {
	margin: 30px 0 30px 10px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.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: #1488F5;
	border-radius: 5px;
}

.detailBox .bText {
	font-size: 15px;
}

.detailBox .bText span {
	margin-right: 10px;
	padding-left: 20px;
	color: #666;
	background: url(../images/icon01.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 .content img {
	width: 100%;
}

.detailBox h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 25px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

.detailBox .infoTilte {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.detailBox .xiangqing {
	font-size: 16px;
}

.detailBox .xiangqing img {
	margin: 0 auto 20px;
	max-width: 60% !important;
	display: block;
}




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

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


.pageNews {
	padding: 0;
}

.pageNews ul {
	margin-bottom: 50px;
	border-top: 1px dotted #ccc;
}

.pageNews li {
	border-bottom: 1px dotted #ccc;
}

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

.pageNews li a:hover {
	background: #115FAD;
}

.pageNews li a .textBox {
	width: 65%;
	float: left;
}

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

.pageNews li a:hover .title {
	color: #fff;
}

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

.pageNews li a:hover .txt {
	color: #fff;
}

.pageNews li a .photo {
	width: 200px;
	float: right;
}

.pageNews li a .photo img {
	width: 100%;
}

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

.pageNews li a:hover .date {
	color: #fff;
}

.pageNews li a .date {
	padding: 15px 0 0;
	width: 150px;
	color: #666;
	font-size: 16px;
}

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

.pageNews li a:hover .date span {
	color: #fff;
}

.pageNews li a .date em {
	margin-top: 30px;
	display: block;
	font-size: 25px;
}

.pageContact {
	padding: 80px 0 0;
}
	
.conList {
	margin-bottom: 50px;
}

.conList li {
	margin: 0 1%;
	padding: 30px 110px 30px 30px;
	width: 31.3333%;
	height: 230px;
	float: left;
	color: #666;
	font-size: 20px;
	background: #F8FBFF;
	box-sizing: border-box;
	border: 1px solid rgba(204,204,204,.4);
}

.conList .con01 {
	background: #F8FBFF url(../images/con02.png) no-repeat right bottom;
	background-size: 120px 120px;
}

.conList .con02 {
	background: #F8FBFF url(../images/con03.png) no-repeat right bottom;
	background-size: 120px 120px;
}

.conList .con03 {
	background: #F8FBFF url(../images/con04.png) no-repeat right bottom;
	background-size: 120px 120px;
}

.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: 400px;
}



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

.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 .inner {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
	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: 60%;
	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;
}
