@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 80px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}


.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.area {
	margin: 0 auto;
	width: 1260px;
}
.mainBox {
	margin: 0 auto 80px;
	width: 1200px;
}

@media all and (max-width: 1080px) {
	.mainBox {
		margin: 0 0 30px;
		width: auto;
	}
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 102;
	-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;
	background: #fff;
}

#gHeader .hInner {
	margin: 0 auto;
	padding: 0 30px;
}

#gHeader h1 {
	padding: 20px 30px 0 0;
	float: left;
	-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;
}

#gHeader .tel {
	margin: 25px 0 0 30px;
	padding-left: 75px;
	float: right;
	color: #666;
	font-size: 15px;
	background: url(../images/h_tel.jpg) no-repeat left 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;
}

#gHeader .tel span {
	display: block;
	color: #0163C7;
	font-size: 30px;
	font-weight: bold;
}

.nav_button {
	display: none;
}

.header_nav {
	display: none;
}

#close {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999999;
}

#gHeader .click {
	margin-top: -13px;
	display: none;
	position: absolute;
	right: 15px;
	top: 50%;
}
@media all and (max-width: 1080px) {
	#gHeader {
		width: 100%;
		position: relative;
		left: inherit;
		top: inherit;
		
	}
	
	#gHeader .hInner {
		margin: 0;
		padding: 10px 10px;
		max-width: inherit;
		min-width: inherit;
		position: relative;
	}
	
	#gHeader h1 {
		padding: 0;
		margin: 0;
		float: left;
	}

	#gHeader h1 img {
		width: 260px;
	}
	
	#gHeader .tel {
		display: none;
	}
	
	#gHeader .click {
		display: block;
	}

	.header_nav {
		padding: 5px;
		display: block;
		position: fixed;
		width: 260px;
		height: 100%;
		overflow: auto;
		background-color: rgba(255,255,255,.9);
		box-sizing: border-box;
		top: 0;
		right: -260px;
		z-index: 9999999999;
	}
	
	.header_nav .sub {
		height: 100%;
		border: 1px solid rgba(0,0,0,.1);
		box-sizing: border-box;
	}
	
	.header_nav .spLogo {
		padding: 20px 0 20px;
		text-align: center;
	}
	
	.header_nav .spLogo img {
		display: inline-block;
	}
	
	.header_nav #navi {
		margin: 0 20px 20px;
	}
	
	.header_nav #navi li {
		margin-bottom: 1px;
		border: none;
	}
	
	.header_nav #navi li a {
		padding: 10px 0;
		display: block;
		border: none;
		color: #fff;
		text-align: center;
		background: #FF7A01;
	}
	
	#gHeader .nav_button {
		display: block;
	}
	
	#gHeader .header_nav .tel {
		margin: 0;
		padding: 0;
		float: none;
		display: block;
		color: #3295F3;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		background: none;
	}
	
	.header_nav .tel a {
		color: #3295F3;
	}
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 550px;
	float: left;
}

@media all and (max-width: 1080px) {
	#gNavi {
		display: none;
	}
}

@media all and (min-width: 1450px) and (max-width: 1920px) {
	#gNavi {
		width: 700px;
		float: left;
	}

}

#gNavi li {
	width: 14.28%;
	float: left;
	font-size: 16px;
	position: relative;
}

#gNavi li a {
	padding: 44px 0;
	display: block;
	color: #000;
	text-align: 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;
}

#gNavi li a:hover {
	color: #fff;
	background: #0163C7;
}

@media all and (max-width: 1080px) {
	#gNavi {
		display: none;
	}
}

.mainImg {
	margin-bottom: 30px;
}

.mainImg {
	position: relative;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 800px;
	float: left;
}

.mainImg .pic01 img,
.mainImg .pic02 img,
.mainImg .pic03 img {
	display: none;
}

.mainImg .pic01 {
	background: url(../images/banner01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/banner02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/banner03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #007DF3;
}

@media all and (max-width: 1080px) {
	.mainImg .pic01,
	.mainImg .pic02,
	.mainImg .pic03 {
		height: auto;
	}
	
	.mainImg .pic01 img,
	.mainImg .pic02 img,
	.mainImg .pic03 img {
		width: 100%;
		display: block;
	}
	
	.mainImg .pic01 {
		background: none;
	}
	
	.mainImg .pic02 {
		background: none;
	}
	
	.mainImg .pic03 {
		background: none;
	}
	
	.slick-dots li {
		margin: 0 20px 0 0;
		width: 8px;
		height: 8px;
		border-radius: 6px;
	}

}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 60px;
	background: #F1F1F1;
}

.pageTitle .sub {
	margin: 0 auto;
	padding: 12px 0;
	width: 1200px;
}

.pageTitle .pagePath {
	margin-top: 10px;
	padding: 0 35px;
	float: left;
	color: #666;
	font-size: 16px;
	background: url(../images/home.png) no-repeat left center;
	background-size: 25px auto;
}

.pageTitle .tel {
	padding-left: 30px;
	float: right;
	font-size: 18px;
	background: url(../images/call.png) no-repeat left center;
	background-size: 20px 20px;
}

.pageTitle .tel span {
	color: #d40000;
	font-size: 28px;
	font-family: impact;
}

@media all and (max-width: 1080px) {
	.pageTitle {
		margin-bottom: 30px;
	}
	
	.pageTitle .sub {
		margin: 0;
		padding: 12px 15px;
		width: auto;
	}
	
	.pageTitle .pagePath {
		margin-top: 0;
		padding: 0 0 0 35px;
		float: none;
		font-size: 15px;
	}
	
	.pageTitle .tel {
		display: none;
	}

}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 900px;
	float: right;
}

@media all and (max-width: 1080px) {
	#conts {
		margin: 0 20px 30px;
		width: auto;
		float: none;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#side {
	width: 280px;
	float: left;
}

#side .title {
	padding: 20px 0;
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	background: #0076DE;
}

#side .title span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

#side li {
	border-bottom: 1px dotted #666;
}

#side li a {
	padding: 10px 10px 10px 40px;
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	background: url(../images/jt.png) no-repeat 10px center;
}

#side li a:hover {
	text-decoration: underline;
}

#side .box_two {
	background-color: #0076DE;
	padding: 10px 10px;
}

#side .box_two {
	margin-top: 10px;
	padding: 20px 10px;
}

#side .box_two p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

#side .box_two strong {
	color: #fff;
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
	font-family: impact;
	font-weight: 100;
}

#side .box_two .more {
	display: block;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	margin-top: 10px;
	width: 200px;
	color: #333;
	text-align: center;
}

#side .box_two .more:hover {
	color: #fff;
	background: #0163C7;
}

#list .right_side.fr {
	width: 1200px;
}

@media all and (max-width: 1080px) {
	#side {
		margin: 0 20px;
		width: auto;
		float: none;
	}
	
	#side .title {
		padding: 20px 0;
		color: #fff;
		font-size: 40px;
		text-align: center;
		font-weight: bold;
		background: #0076DE;
	}
	
	#side .title span {
		display: block;
		font-size: 16px;
		font-weight: normal;
	}
	
	#side li {
		border-bottom: 1px dotted #666;
	}
	
	#side li a {
		padding: 10px 10px 10px 40px;
		display: block;
		color: #333;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		background: url(../images/jt.png) no-repeat 10px center;
	}
	
	#side li a:hover {
		text-decoration: underline;
	}
	
	#side .box_two {
		background-color: #0076DE;
		padding: 10px 10px;
	}
	
	#side .box_two {
		margin-top: 10px;
		padding: 20px 10px;
	}
	
	#side .box_two p {
		font-size: 16px;
		color: #fff;
		line-height: 30px;
	}
	
	#side .box_two strong {
		color: #fff;
		font-size: 30px;
		display: block;
		margin-bottom: 10px;
		font-family: impact;
		font-weight: 100;
	}
	
	#side .box_two .more {
		display: block;
		height: 36px;
		line-height: 36px;
		background-color: #fff;
		margin-top: 10px;
		width: 200px;
		color: #333;
		text-align: center;
	}
	
	#side .box_two .more:hover {
		color: #fff;
		background: #0163C7;
	}
	
	#list .right_side.fr {
		width: 1200px;
	}

	
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#footer {
	background: #2B2B2B;
	background-size: cover;
}

#footer .flink {
	border-bottom: 1px solid rgba(255,255,255,.5);
}
	
#footer .flink ul {
	margin: 0 auto;
	width: 1200px;
}

#footer .flink li {
	width: 14.28%;
	float: left;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#footer .flink li:before {
	width: 1px;
	height: 15px;
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	background: rgba(255,255,255,.5);
}

#footer .flink li a {
	padding: 25px 0;
	display: block;
	color: #fff;
	font-size: 16px;
}

#footer .flink li a:hover {
	text-decoration: underline;
}

#footer .sub {
	margin: 0 auto;
	padding: 50px 0;
	width: 1250px;
}

#footer .logo {
	padding-top: 20px;
	width: 370px;
	float: left;
	text-align: center;
}

#footer .logo img {
	width: 100%;
}

#footer .logo .tel {
	margin-top: 20px;
	padding-left: 60px;
	color: #fff;
	font-size: 15px;
	text-align: left;
	background: url(../images/atel.png) no-repeat left center;
	background-size: 50px auto;
}

#footer .logo .tel span {
	display: block;
	color: #ED6F22;
	font-size: 35px;
	font-weight: bold;
}

#footer .navi {
	margin-left: 40px;
	padding: 10px 10px 10px 30px;
	width: 410px;
	min-height: 220px;
	float: left;
	border-left: 1px dotted rgba(255,255,255,.5);
	border-right: 1px dotted rgba(255,255,255,.5);
}

#footer .navi li {
	margin-bottom: 5px;
	width: 60%;
	float: left;
	color: #fff;
}

#footer .navi li:nth-child(2n) {
	width: 40%;
}

#footer .navi li a {
	color: #fff;
	font-size: 15px;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .boxinfo {
	padding: 0 0 0 30px;
	width: 340px;
	float: right;
	color: #fff;
}

#footer .boxinfo p {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 2;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #0163C7;
}

#footer .copyright a {
	color: #fff;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

@media all and (max-width: 1080px) {
	#footer {
		background: #2B2B2B;
		background-size: cover;
	}
	
	#footer .flink {
		display: none;
	}
	
	#footer .sub {
		margin: 0 20px;
		padding: 30px 0;
		width: auto;
	}
	
	#footer .logo {
		padding-top: 0;
		width: auto;
		float: none;
		text-align: center;
	}
	
	#footer .logo img {
		width: 260px;
	}
	
	#footer .logo .tel {
		margin-top: 10px;
		padding-left: 0;
		color: #fff;
		font-size: 15px;
		text-align: center;
		background: none;
	}
	
	#footer .logo .tel span {
		font-size: 25px;
		font-weight: bold;
	}
	
	#footer .navi {
		margin:15px 0 0;
		padding: 15px 0 0;
		width: auto;
		min-height: inherit;
		float: none;
		border-left: none;
		border-right: none;
		border-top: 1px dotted #fff;
	}
	
	#footer .navi li {
		margin-bottom: 5px;
		width: 50%;
	}
	
	#footer .navi li:nth-child(2n) {
		width: 50%;
	}
	
	#footer .navi li a {
		font-size: 14px;
	}
	
	#footer .boxinfo {
		margin-top: 10px;
		padding: 10px 0 0;
		width: auto;
		float: none;
		border-top: 1px dotted #fff;
	}
	
	#footer .boxinfo p {
		margin: 0;
		font-size: 15px;
		line-height: 1.6;
	}
	
	#footer .copyright {
		padding: 10px 10px;
		font-size: 14px;
	}

}

.headLine01 {
	color: #0163C7;
	font-size: 38px;
	text-align: center;
}

.headLine01 .icon {
	display: none;
}

.headLine01 .ttl {
	color: #FFA202;
}

.headLine01 .txt {
	margin-top: 10px;
	display: block;
	color: #666;
	font-size: 15px;
	font-weight: normal;
}

@media all and (max-width: 1080px) {
	.headLine01 {
		font-size: 25px;
	}
	
	.headLine01 .icon {
		margin-right: 8px;
		padding-right: 8px;
	}
	
	.headLine01 .icon img {
		width: 40px;
		vertical-align: middle;
	}
	
	.headLine01 .ttl {
		color: #FFA202;
	}
	
	.headLine01 .txt {
		font-size: 13px;
	}
	
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	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;
}
.conList {
	margin-bottom: 50px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

#dituContent {
	height: 390px;
	border: 1px solid #ccc;
}

@media all and (max-width: 1080px) {
	.conList {
		margin: 0 0 30px;
	}
	
	.conList li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		width: auto;
		float: none;
		border-bottom:1px dotted #666;
	}
	
	.conList li span {
		margin-top: 15px;
		display: block;
		font-size: 20px;
		font-weight: bold;
	}
	
	.conList li img {
		margin: 0 auto;
		display: block;
	}
	
	#dituContent {
		height: 260px;
	}

}

#nyba {
	height: 500px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	background-image: url(../images/neibanner.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 5;
}
.fade_text {
	text-transform: uppercase;
	margin-top: 11%;
	text-align: center;
	font-size: 0;
}
.fade_text span {
	color: #fff;
	display: inline-block;
}
.fade_text .cn {
	height: 95px;
	line-height: 95px;
	overflow: hidden;
}
.fade_text .cn span {
	font-size: 72px;
}
.fade_text .en {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	overflow: hidden;
}
.fade_text .line {
	width: 80px;
	height: 3px;
	background-color: #fff;
	margin: 20px auto;
}
.arrow_down {
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 20px;
	overflow: hidden;
	width: 8px;
}
.arrow_down .line {
	display: block;
	width: 1px;
	height: 40px;
	margin: 0 3px;
	background: #fff;
}
.arrow_down .aw {
	display: block;
	width: 100%;
	height: 5px;
	margin-top: 3px;
	background: url(../images/aw.png) no-repeat;
}
.arrow_down .lg {
	-webkit-animation: long 1.5s linear alternate infinite;
	animation: long 1.5s linear alternate infinite;
}

@media all and (max-width: 1080px) {
	#nyba {
		height: 240px;
	}
	.fade_text {
		margin-top: 15%;
	}
	.fade_text .cn {
		height: 50px;
		line-height: 50px;
	}
	.fade_text .cn span {
		font-size: 52px;
	}
	.fade_text .en {
		height: 15px;
		line-height: 15px;
		font-size: 20px;
	}
	.fade_text .line {
		width: 80px;
		height: 3px;
		background-color: #fff;
		margin: 15px auto;
	}
	.arrow_down {
		position: absolute;
		left: 50%;
		margin-left: -4px;
		bottom: 20px;
		overflow: hidden;
		width: 8px;
	}
	.arrow_down .line {
		display: block;
		width: 1px;
		height: 30px;
		margin: 0 3px;
	}

}

@-webkit-keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes long1{
	from { -webkit-transform: translateY(0px); transform: translateY(0px); }
    to { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}
@keyframes long1{
	from { -webkit-transform: translateY(0px); transform: translateY(0px); }
    to { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}

.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 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;
}
@media all and (max-width: 1080px) {
	.pagination .page-pre,
	.pagination .page-next,
	.pagination .page-status,
	.pagination .page-index,
	.pagination .page-last,
	.pagination span.page-num {
		display: none;
	}
}
