* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
}

body {
	height: auto;
}

a {
	text-decoration: none;
}

img {
	vertical-align: bottom
}

/**/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
	/* for ie6 & ie7 */
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.maincont {
	width: 100%;
	position: relative;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.topbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: url(../images/topbg.png) no-repeat center top / cover;
}

.bombg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 219px;
	z-index: -1;
	background: url(../images/bombg.png) no-repeat center top / contain;
}

/**/
.flex {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.align-items_flex-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.align-items_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.align-items_baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

/**/
.banner {
	width: 565px;
	margin: 0 auto;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide img {
	display: block;
}

.banner .bt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
	font-size: 14px;
	padding: 13px 10px;
}

.banner .swiper-pagination {
	text-align: right;
	padding-right: 20px;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1a93e4;
	width: 16px;
	border-radius: 2em;
}



/*header*/
header {
	width: 100%;
	background: url(../images/headtopbg.png) no-repeat center;
}

.headtop {
	height: 120px;

}

.logo {
	display: block;
}

.logo img {}

.header_nav {
	background: url(../images/navbg.png) repeat-x;
}

.menu {}

.menu li {
	float: left;
	position: relative;
	width: 14.285%;
}

.menu li a:hover {
	color: #fff;
}

.menu li a {
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.menu li ul {
	position: absolute;
	left: 0;
	background: #fff;
	width: 100%;
	display: none;
	z-index: 99;
}

.menu li ul a {
	width: 100%;
	font-size: 14px;
	color: #000;
}

.one {
	top: 50px;
}

.one li a:hover {
	background: #1a93e4;
	color: #fff;
}

.menu li ul.two {
	left: 150px;
}

.one li a.more {
	background: #fff;
	color: #000;
}

.one li a.more:hover {
	background: #1a93e4;
	color: #fff;
}

.menu li ul.hdw {
	left: 150px;
}

.menu li ul.hdwq {
	left: 150px;
}

.menu>li>a {
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}

.menu>li.focusa>a,
.menu>li.on>a {
	color: #fff;
	background: #1a93e4
}

.menu>li>ul.one,
.menu>li>ul.one>li>ul.two {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.menu>li>ul.one>li,
.menu>li>ul.one>li>ul.two>li,
.menu>li>ul.one>li>ul.two>li>ul.hdw>li {
	width: 100%;
}

.menu>li>a .icon {
	display: none;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px;
	margin-right: 6px;
}

/* .menu > li:nth-child(1) > a .icon{ */
/* background-image:url(../images/navicon1.png); */
/* } */
/* .menu > li:nth-child(2) > a .icon{ */
/* background-image:url(../images/navicon2.png); */
/* } */
/* .menu > li:nth-child(3) > a .icon{ */
/* background-image:url(../images/navicon3.png); */
/* } */
/* .menu > li:nth-child(4) > a .icon{ */
/* background-image:url(../images/navicon4.png); */
/* } */
/* .menu > li:nth-child(5) > a .icon{ */
/* background-image:url(../images/navicon5.png); */
/* } */
/* .menu > li:nth-child(6) > a .icon{ */
/* background-image:url(../images/navicon6.png); */
/* } */
/* .menu > li:nth-child(7) > a .icon{ */
/* background-image:url(../images/navicon7.png); */
/* } */




.one>li.focusa>.more,
.two>li.focusa>.more,
.hdw>li.focusa>.more {
	background: #1a93e4;
	color: #fff;
}

.header_r_ser form {
	width: 100%;
	margin-bottom: 20px;
}

.header_r_ser form .search_cont {
	width: 350px;
	height: 38px;
	line-height: 38px;
	border: 2px solid #1a93e4;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	border-radius: 6px 0 0 6px;
	background: none;
}

.header_r_ser form .search_btn {
	width: 50px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	border: 2px solid #1a93e4;
	border-radius: 0 6px 6px 0;
	background: #1a93e4 url(../images/search_btn.png) no-repeat center / 20px;
}

/*footer*/
footer {
	background: #042556;
}

.footer {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.foot_l {
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
}


/************内页***********/
.page_l .indexmain_l {
	margin-bottom: 20px;
}

.page_main {
	width: 950px;
	padding: 10px 30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.page_main .mbx {
	font-size: 12px;
	color: #666;
	line-height: 40px;
	text-align: right;
}

.page_main .mbx a {
	color: #666;
}

.page_main .lmname {
	padding: 10px 0;
	border-bottom: 1px solid #DCDCDC;
}

.page_main .lmname h3 {
	color: #1a93e4;
	font-size: 20px;
	border-left: 2px solid #1a93e4;
	display: inline-block;
	padding-left: 10px;
}

.page_main .cont {
	padding: 20px 10px;
	line-height: 1.7;
	color: #333;
}

.page_main .cont img {
	max-width: 100%;
}

.pro_list li {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-top: 20px;
}

.pro_list li:nth-child(3n) {
	margin-right: 0;
}

.pro_list li .img {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.videobg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6) url(http://www.gjkjxx.cn/views/web/images/videobg.png) no-repeat center / 40px;
}

.pro_list li .img img {
	width: 100%;
	height: auto;
	transition: all 0.6s;
}

.pro_list li .t {
	font-size: 14px;
	color: #333;
	margin: 10px 0 0;
}

.pro_list li .t p {
	width: calc(100% - 50px);
}

.pro_list li .price {
	font-size: 18px;
	text-align: center;
	color: #df9942;
	font-weight: bold;
}

.pro_list li:hover .img img {
	transform: scale(1.1);
}

.pro_list li:hover .t {
	color: #1a93e4;
}

.news_list li {
	padding: 30px 20px;
	border-bottom: 1px solid #f7e2d0;
}

.news_list li .img {
	width: 280px;
	height: 160px;
	overflow: hidden;
}

.news_list li .img img {
	width: 100%;
	height: auto;
	transition: all 0.6s;
}

.news_list li .t {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 10px;
}

.news_list li .des {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 20px;
}

.news_list li .date {
	font-size: 12px;
	color: #999;
	padding-left: 20px;
	background: url(http://www.gjkjxx.cn/views/web/images/newsdate.png) no-repeat center left / 14px;
}

.news_list li:hover .img img {
	transform: scale(1.1);
}

.news_list li:hover .t {
	color: #1a93e4;
}

.news_list li .text {
	width: calc(100% - 320px);
	margin-left: 20px;
}

.news_list li:hover {
	box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.2);
}

.listpage {
	text-align: center;
	padding: 20px 0;
}

.listpage a {
	display: inline-block;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px #e2e2e2 solid;
	color: #888;
	margin: 0 2px;
	font-size: 14px;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	border-radius: 3px
}

.listpage a:hover {
	color: #1a93e4
}

.listpage a.page-num-current {
	background-color: #1a93e4;
	border-color: #1a93e4;
	color: #fff
}

.listpage a.prev,
.listpage a.next {
	font-size: 14px;
	position: relative;
}

.listpage span.page-none {
	display: inline-block;
	padding: 6px 12px;
	border: 1px #1a93e4 solid;
	margin: 0 2px;
	font-size: 14px;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	border-radius: 3px;
	background-color: #1a93e4;
	color: #fff !important;
}

.listpage span.page-status {
	display: none;
}

.result-error-tips {
	text-align: center;
	margin-top: 100px;
}

.indexmain {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

.index_top_l {
	width: 250px;
	height: 100%;
	padding: 10px 20px 30px;
}

.index_top_l .title {
	font-size: 22px;
	color: #666;
	margin-bottom: 18px;
}

.index_top_l .title img {
	margin-right: 6px;
}

.index_top_l a {
	display: block;
	margin: 10px 0;
}

.index_top_r {
	width: 350px;
	padding: 10px 20px;
}


.s_title {
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0;
}

.s_title .name p {
	font-size: 20px;
	color: #1a93e4;
	padding-left: 10px;
	border-left: 3px solid #1a93e4;
	font-weight: bold;
}

.s_title .name span {
	font-size: 14px;
	color: #777;
}

.s_title .more {
	font-size: 14px;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 2em;
	padding: 4px 10px;
}

.s_title .more:hover {
	border-color: #1a93e4;
	background: #1a93e4;
	color: #fff;
}

.s_news .item {
	display: block;
	line-height: 38px;
	border-bottom: 1px solid #DCDCDC;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.s_news .item:hover {
	color: #1a93e4;
}

.s_cxrk {
	margin: 50px auto 30px;
}

.s_cxrk a {
	display: block;
	margin: 0 10px;
}

.newsbox {
	margin: 20px auto;
}

.newsbox_item {
	width: 580px;
	padding: 0 20px;
}

.newsbox_item .item .img {
	width: 175px;
	height: 130px;
	overflow: hidden;
}

.newsbox_item .item .img img {
	transition: all 0.6s;
}

.newsbox_item .item:hover .img img {
	transform: scale(1.1);
}

.newsbox_item .item .right {
	width: 340px;
}

.newsbox_item .item .right h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsbox_item .item .right p {
	font-size: 12px;
	color: #999;
	line-height: 1.8;
	white-space: normal;
	text-indent: 2em;
}

.newsbox_item .item:nth-child(1) {
	border-bottom: none;
	margin-top: 20px;
}

.newsbox_item .item:hover .right h3 {
	color: #1a93e4;
}


.sch_frm {
	margin-top: 100px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 100px;
}

.sch_frm .sch_ico {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}

.sch_frm .sch_key {
	width: 300px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	padding: 0 10px;
	color: #666;
	margin-bottom: 10px;
}

.sch_sub {
	display: block;
	border: none;
	width: 120px;
	height: 34px;
	color: #fff;
	background-image: linear-gradient(#1a93e4, #042556);
}


.sch_table {
	margin-top: 20px;
	width: 600px;
	border-collapse: collapse;
	margin-left: 100px;
}

.sch_table td {
	padding: 8px 10px;
	border: 1px solid #dcdcdc;
}

.sch_table td:nth-child(1) {
	width: 150px;
	background: #efefef;
}

.page_main .content {
	line-height: 1.8;
	color: #555;
	padding: 20px 0;
}

.page_main .content img {
	max-width: 100%;
}

.page_main .s_news p {
	width: calc(100% - 80px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page_main .s_news span {
	font-size: 12px;
}

.fanye a {
	font-size: 14px;
	color: #333;
	padding: 5px 0;
	display: block;
}

.page_main .bt {
	font-size: 22px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.page_main .date {
	color: #999;
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}

.foot_r .dbitem {
	position: relative;
}

.dbitem_box img {
	display: block;
	width: 40px;
	margin: 0 auto 6px;
}

.dbitem_box p {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.dbitem .ewm {
	display: none;
	position: absolute;
	left: -15px;
	bottom: 24px;
	padding: 5px;
	width: 100px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.dbitem:hover .ewm {
	display: block;
	-webkit-animation-name: fadein;
	/*动画名称*/
	-webkit-animation-duration: 0.5s;
	/*动画持续时间*/
	-webkit-animation-iteration-count: 1;
	/*动画次数*/
	-webkit-animation-delay: 0s;
	/*延迟时间*/
}

.newsbox_item .item .right .time {
	color: #999;
	font-size: 14px;
	padding-left: 26px;
	margin-top: 10px;
	background: url(../images/timeicon.png) no-repeat center left / auto 18px;
}


.form1 .title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form1 .title span {
	margin-left: 10px;
	font-size: 20px;
	color: #1473b3;
	font-weight: bold;
}

.form1 .content .group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form1 .content .group.border {
	border-bottom: 1px solid #11639a;
}

.form1 .content .group.one {
	color: #1473b3;
	border-top: 1px solid #11639a;
	border-bottom: 1px solid #11639a;
	background-color: rgb(229, 238, 245);
}

.form1 .content .group .div1 {
	width: 30%;
	padding: 7px 10px;
	text-align: left;
	color: #1473b3;
}

.form1 .content .group .div2 {
	width: 70%;
	padding: 7px 10px;
	text-align: left;
}

.form1 .return {
	text-align: center;
}

.form1 .return .btn {
	display: inline-flex;
	align-items: center;
	padding: 8px 15px;
	background-color: rgb(224, 224, 224);
	border-radius: 5px;
}

.form1 .return .btn span {
	font-size: 16px;
	margin-left: 10px;
	color: #222222;
}

.form2 .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form2 .title span {
	display: block;
	width: 200px;
	margin: 0px 50px;
	height: 105px;
	background-image: url(../images/bg.png);
	text-align: center;
	font-size: 20px;
	line-height: 80px;
	color: #ffffff;
}

.form2 .title .line {
	display: block;
	width: calc(50% - 150px);
	height: 2px;
	background-color: #11639a;
	margin-bottom: 50px;
}
.form2 .content .group.one{
	border: 1px solid #aaa;
}

.form2 .content .group{
	padding: 10px 20px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.form2 .return{
	text-align: center;
}

.form2 .return a{
	display: inline-block;
	padding: 10px 25px;
	background-color: #11639a;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
}

.content + .error{
	display: none;
}