

/**
 * .c-z-1 {
	color: #1fa222;
}

.c-z-2 {
	color: #0F3065;
}

.c-z-3 {
	color: #376ae6;
}

 ***/

/* 英文 */
@font-face {
	font-family: 'en1';
	src: url('../font/BEBAS.TTF');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'en2';
	src: url('../font/timesbd.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'en3';
	src: url('../font/AgencyFB.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}


/* 数字 */
@font-face {
	font-family: 'num1';
	src: url('../font/UBTECH-Regular.otf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'num2';
	src: url('../font/DIN-Bold.otf');
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'num3';
	src: url('../font/DIN-Medium.otf');
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}


* {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
	outline: none;
}

a {
	color: #666;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}


a:hover {
	color: #1fa222;
}

li {
	list-style: none;
	padding: 0px;
}

input {}

input:focus {
	outline: none;
}

input[type=reset],
input[type=button] {
	cursor: pointer;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	padding: 0;
	margin: 0 auto;
	border: 0;
	font-family: "微软雅黑,arial, helvetica, sans-serif";
	min-width: 1200px;
	position: relative;
}


/**宽度**/
.container {
	width: 1200px;
	margin: 0 auto;
	transition: 0.5s;
}




/***超出隐藏***/
.over-h {
	overflow: hidden;
}

.over-v {
	overflow: visible;
}


/**浮动**/
.clear:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}


.fl-l {
	float: left;
}

.fl-r {
	float: right;
}


/***定位***/
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}


/* 文字超出隐藏 */
.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}


/**图片动效**/
.pic-box1 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}

.pic-box1 img {
	transition: 1s;
	width: 100%;
	/*height: 100%;*/
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

*:hover>.pic-box1 img {
	transform: scale(1.1);
}


.pic-box2 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}

.pic-box2 img {
	transition: 0.5s;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin-top: 0;
}




/* 产品、图片框 */
.cp-pic {
	position: relative;
}

.cp-pic::before {
	content: '查看详情';
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7) url(../images/icon46.png) no-repeat center 25% / 12%;
	opacity: 0;
	transition: 0.5s;
	/* padding-top: 25%; */
	font-size: 16px;
	color: #fff;
	padding-top: 50%;
}

*:hover>.cp-pic::before {
	opacity: 1;
}


/**分栏图片**/
.fenlan-pic {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fenlan-pic>img {
	position: relative;
	display: block;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}


.guanggao {
	position: relative;
	height: 151px;
	background: url(http://www.gaozist.com/skin/img/fenlan-bg.jpg) no-repeat top center;
}

.guanggao .container {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	z-index: 3;
}

.guanggao .container .left {
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 0;
	display: flex;
}

.guanggao .container .left img {
	display: block;
	height: 200px;
	margin-right: 40px;
}

.guanggao .container .left>div {
	color: #fff;
	padding-top: 85px;
}

.guanggao .container .left>div .title {
	font-size: 30px;
	margin-bottom: 10px;
}

.guanggao .container .left>div .info {
	font-size: 20px;
}

.guanggao .container .right {
	position: absolute;
	bottom: 30px;
	z-index: 3;
	left: 850px;
	color: #fff;
}

.guanggao .container .right>div {}

.guanggao .container .right>div .title {
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 24px;
	background: url(http://www.gaozist.com/skin/img/icon67.png) no-repeat left center / auto 80%;
}

.guanggao .container .right>div .info {
	font-family: 'num2';
	font-size: 26px;
	line-height: 1.2em;
}

.guanggao .container .right>div .info em {
	font-style: normal;
	font-size: 20px;
	display: inline-block;
	vertical-align: bottom;
}

/* item列表 分栏 */
.item2 {}

.item2::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item2 .item {
	float: left;
	width: 49%;
	margin-top: 2%;
	margin-right: 2%;
}

.item2 .item:nth-child(1),
.item2 .item:nth-child(2) {
	margin-top: 0%;
}

.item2 .item:nth-child(2n) {
	margin-right: 0;
}

.item3 {}

.item3::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item3 .item {
	float: left;
	width: 32%;
	margin-top: 2%;
	margin-right: 2%;
}

.item3 .item:nth-child(1),
.item3 .item:nth-child(2),
.item3 .item:nth-child(3) {
	margin-top: 0% !important;
}

.item3 .item:nth-child(3n) {
	margin-right: 0;
}

.item4 {}

.item4::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item4 .item {
	float: left;
	width: 23.5%;
	margin-top: 2%;
	margin-right: 2%;
}

.item4 .item:nth-child(1),
.item4 .item:nth-child(2),
.item4 .item:nth-child(3),
.item4 .item:nth-child(4) {
	margin-top: 0%;
}

.item4 .item:nth-child(4n) {
	margin-right: 0;
}


.item5 {}

.item5::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.item5 .item {
	float: left;
	width: 18.4%;
	margin-top: 2%;
	margin-right: 2%;
}

.item5 .item:nth-child(1),
.item5 .item:nth-child(2),
.item5 .item:nth-child(3),
.item5 .item:nth-child(4),
.item5 .item:nth-child(5) {
	margin-top: 0%;
}

.item5 .item:nth-child(5n) {
	margin-right: 0;
}



/***瀑布流***/
.PBL_box {
	column-gap: 20px;
	column-count: 4;
}

.PBL_box .item {
	margin-bottom: 20px;
	break-inside: avoid;
	transition: 0.5s;
}


.PBL_box .item img {
	display: block;
	width: 100%;
}


/***分页***/
.page {
	display: block;
	text-align: center;
	margin: 2em auto 0px;
	font-size: 20px;
	line-height: 2em;
	/* padding-top: 1.5em; */
	/* border-top: dashed 1px #ccc; */
}

.page>* {
	display: inline-block;
	color: #666 !important;
	font-size: 16px !important;
	margin-bottom: 0px !important;
}

.page a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: #ededed;
	/* background: #fff; */
	transition: 0.5s;
}
.page li {
    float: left;
    margin: 0 3px;
}
.page li>span {
	line-height: 2.5em;
	display: inline-block;
	background: #ededed;
	padding: 0 1.2em;
}

.page li strong {
	display: inline-block;
	margin: 0 5px 0px;
}

.page .active>span {
	background: #0F3065;
	color: #fff;
}

.page .active a,
.shousuo-page .active a,
.shousuo-page ul li a:hover,
.page li a:hover {
	color: #fff !important;
	background: #0F3065 !important;
}





/* 上一页 下一页 */
.prenext {
	margin-top: 60px;
	font-size: 16px;
	line-height: 2em;
	text-align: left;
	padding: 15px 20px;
	color: #666;
	border: solid 1px #ccc;
	/* border: dashed 1px #fff; */
	display: flex;
	justify-content: space-between;
	position: relative;

	padding: 20px 30px;
	color: #333;
	background: #f5f5f5;
	border: none;
}

.prenext::before {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	border-left: solid 1px #ccc;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 24px;
	
	top: 28px;
	border-color: #1fa222;
}

.prenext div {
	text-align: right;
	width: 48%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prenext div+div {
	text-align: left;
}

.prenext a {
	color: #1fa222;
	/* color: #fff; */
}

.prenext a:hover {
	color: #0F3065;
}

/* 内页搜索 */
.index-hot-key {
	background: #1fa222;
}

.index-hot-key .hot-shousuo {
	float: left;
	font-size: 14px;
	color: #fff;
	width: 60%;
	line-height: 60px;
	padding-left: 30px;
	background: url(../images/icon33.png) no-repeat left center;
}

.index-hot-key .hot-shousuo .bt {
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.index-hot-key .hot-shousuo .bt span {
	font-family: en;
	letter-spacing: 1px;
	margin-right: 5px;
}

.index-hot-key .hot-shousuo-list {
	float: left;
}

.index-hot-key .hot-shousuo-list a {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	color: #fff;
	transition: 0.5s;
	opacity: 0.7;
}

.index-hot-key .hot-shousuo-list a:hover {
	opacity: 1;
	color: #fff;
	text-decoration: underline;
}

.index-hot-key .search-box {
	float: right;
	margin-top: 11px;
}

.index-hot-key .search-box .search-text {
	background: #fff;
	line-height: 38px;
	height: 38px;
	border: none;
	padding: 0 15px;
	width: 260px;
	font-size: 12px;
	color: #999;
	display: inline-block;
	vertical-align: top;
	border-radius: 40px 0 0 40px;
}

.index-hot-key .search-box .search-btn {
	font-size: 14px;
	border: none;
	line-height: 38px;
	height: 38px;
	width: 90px;
	display: inline-block;
	vertical-align: top;
	background: #0F3065 url(../images/icon46.png) no-repeat 12px center / auto 35%;
	color: #fff;
	cursor: pointer;
	padding-left: 20px;
	border-radius: 0 40px 40px 0;
}

/**内页搜索**/

.ny-shoushuo-box {
	display: block;
	text-align: center;
}

.ny-shoushuo-box form {
	display: inline-block;
	width: auto;
}

.ny-shoushuo-box .search-text {
	line-height: 35px;
	border: solid 1px #1fa222;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	width: 300px;
}

.ny-shoushuo-box .search-btn {
	text-align: left;
	padding: 0 20px 0 40px;
	line-height: 37px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: #1fa222 url(http://www.gaozist.com/skin/img/search-btn.bg.png) no-repeat 11px center / 16px auto;
}


.shousuo-list {}


.shousuo-list li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.shousuo-list li {
	font-size: 16px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: dashed 1px #ccc;
	color: #333;
}

.shousuo-list li .shousuo-title {}

.shousuo-list li .shousuo-info {
	font-size: 14px;
	line-height: 1.75em;
	opacity: 0.6;
	margin: 10px 0;
}

.shousuo-list li .shousuo-url {
	font-size: 14px;
	color: #666;
}

.shousuo-list li .shousuo-url>span {
	margin-right: 10px;
}

.shousuo-list li .shousuo-url a {
	margin-right: 10px;
	color: #333;
}

.shousuo-list li .shousuo-url a:hover {
	color: #1fa222;
}

.shousuo-list li .shousuo-url .time {
	color: #f50;
}




/* 搜索分页 */
.shousuo-page {
	margin: 2em auto 0;
}

.shousuo-page ul {
	text-align: center;
	font-size: 0;
}

.shousuo-page ul li {
	display: inline-block;
	color: #666 !important;
	font-size: 14px !important;
	margin: 0 2px;
}

.shousuo-page ul li a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: #ededed;
}

.shousuo-page input {
	display: none;
}


/***更多按钮***/
.index-more1 {
	/* color: #333; */
	color: #fff;
	line-height: 50px;
	/* border: solid 2px #fff; */
	/* background: #fff url(../img/icon/icon18.png) no-repeat 10% center / 15px; */
	background: #1fa222 url(../images/icon17.png) no-repeat 10% center / 1em;
	font-size: 18px;
	text-align: center;
	transition: 0.5s;
	width: 300px;
	display: block;
	margin: 40px auto 0;
	position: relative;
	padding: 0 15px;

	border-radius: 50px;
}

.index-more1.hover {
	color: #0F3065;
	background: #fff url(../images/icon191.png) no-repeat 10% center / 15px;
}

.index-more1:hover {
	color: #fff;
	background: #1fa222 url(../images/icon17.png) no-repeat 14% center / 1em;
}


.index-more2 {
	color: #333;
	border: solid 2px #1fa222;
	display: block;
	font-size: 20px;
	width: 240px;
	line-height: 2.5em;
	margin: 0 auto;
	text-align: center;
	transition: 0.5s;
	text-transform: uppercase;
}

.index-more2.hover,
.index-more2:hover {
	background: #1fa222;
	color: #fff;
}

/* tab切换 */
.tab-box {
	display: none;
}

/* tab2切换 */
.tab-box2 {
	transition: 0.5s;
	width: 100%;
	height: 0;
	position: relative;
	float: left;
	left: 0;
	top: 0;
	overflow: hidden;
}



/* 浮动窗 */

.fudong-box {
	position: fixed;
	bottom: -78px;
	right: 0px;
	z-index: 99999999999;
	transition: 0.5s;
	font-weight: normal;
}

.fudong-box ul li:first-child {}

.fudong-box ul li {
	width: 78px;
	height: 78px;
	margin-top: 1px;
	border-top: none;
	background-color: #ededed;
	transition: 0.3s;
	position: relative;
	z-index: 99999999998;
}

.fudong-box ul li:hover a {
	background-color: #1fa222;
	transition: 0.5s;
}

.fudong-box ul li.gotop a {
	background-color: #2b2b2b;
}

.fudong-box ul li.gotop img {
	opacity: 1 !important;
}

.fudong-box ul li a {
	display: block;
	padding-top: 15px;
	position: relative;
	z-index: 99999999997;
	/* background-color: #fff; */
}

.fudong-box ul li a>img {
	height: 25px;
	display: block;
	margin: 0px auto;
	opacity: 1.0;
	transition: 0.3s;
}

.fudong-box ul li:hover a>img {
	opacity: 0.0;
	transition: 0.3s;
}

.fudong-box ul li a>p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 38px;
	transition: 0.3s;
}

.fudong-box ul li>div {
	position: absolute;
	top: 0px;
	right: 80px;
	width: 0;
	overflow: hidden;
	transition: 0.3s;
	background: #1fa222;
	z-index: 99999999;
	opacity: 0.0;
	min-height: 78px;
	/* border: solid 1px #ccc; */
	right: -500px;

}

.fudong-box ul li:hover a>p {
	transition: 0.5s;
	color: #fff;
}

.fudong-box ul li.fudong-qq a {
	background-image: url(../images/fudong-iocn-QQ-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.fudong-box ul li.fudong-wx a {
	background-image: url(../images/fudong-iocn-erweima-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.fudong-box ul li.fudong-wx div {
	font-size: 0;
	padding: 5px;
	width: auto;
}

.fudong-box ul li.fudong-wx div img {
	display: inline-block;
	width: 130px;
	padding: 10px;
	vertical-align: middle;
}


.fudong-box ul li.fudong-tell a {
	background-image: url(../images/fudong-iocn-tell-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li.fudong-tell div {
	font-size: 24px;
	font-family: num2;
	transition: 0.3s;
	padding: 15px 20px;
	height: auto;
	width: 9.2em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.fudong-box ul li.fudong-tell div p {
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #fff;
	text-align: left;
	width: 100%;
}

.fudong-box ul li.fudong-liuyan a {
	background-image: url(../images/fudong-iocn-ly-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li:hover>div {
	opacity: 1.0;
	right: 79px;
	transition: 0.5s;
}

/* 浮动窗2 */

/*侧栏联系方式*/
.slidebar {
	background: #fa6e39;
	position: fixed;
	top: 42%;
	right: 30px;
	z-index: 10000;
	border-radius: 12px 12px 12px 12px;
	height: 160px;
}

.contacts li {
	border-bottom: solid 1px #E6E4E4;
	height: 45px;
	line-height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.contacts li:nth-child(1) a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #fa6e39;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.contacts li.kf a {
	display: block;
	width: 130px;
	background: url(../images/shopnc.png)no-repeat center 0;
	text-align: left;
	height: 22px;
}

.contacts li img {
	width: 130px;
	height: 130px;
}

.contacts li.wx {
	height: 150px;
	border: none;
}

.contacts ul {
	margin-bottom: 0;
}

.slidebar .button {
	width: 36px;
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 10px;
	height: 181px;
}

.slidebar .button a {
	font-style: 0;
	text-indent: -999em;
	display: block;
}

.floatR {
	float: left;
	overflow: hidden;
	width: 170px;
	border: 5px solid #fa6e39;
	border-radius: 12px;
}

.contacts {
	background: #F7F7F7;
	border-radius: 6px;
	text-align: center;
	padding: 10px;
}

.contacts h4 {
	height: 45px;
	font-size: 22px;
	font-family: num2;
	line-height: 45px;
	font-weight: 600;
}

.contacts p {
	color: #333;
}

.btnOpen,
.btnCtn {
	position: relative;
	z-index: 9;
	background: url(../images/shopnc.png)no-repeat;
	display: block;
	height: 146px;
	padding: 8px;
}

.btnCtn {
	background-position: 10px -143px;
}

.btnOpen {
	background-position: -41px -143px;
}


/* 头部1 */
.top-box-1 {
	width: 100%;
	min-width: 1200px;
}

.top-box-1 .container {}

.top-box-1.active {
	background: #fff;
	position: fixed;
	top: 0;
	box-shadow: 0 0 5px 0 #ccc;
}

.top-box-hyy {
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	background: #0F3065;
}

.top-box-hyy-left {
	float: left;
	width: 70%;
	width: auto;
}

.top-box-hyy-right {
	float: right;
	text-align: right;
	width: auto;
}

.top-box-hyy-right a:first-child {
	border: none;
	padding-left: 0px;
	margin-left: 0px;
}

.top-box-hyy-right a {
	display: inline-block;
	margin-left: 15px;
	line-height: 1em;
	padding-left: 15px;
	border-left: solid 1px #ccc;
	color: #fff;
}

.top-box-hyy-right a:hover {
	color: #fff;
	text-decoration: underline;
}

.top-logo-box {
	position: relative;
	padding: 20px 0;
}

.top-box-1.active .top-logo-box {}

.top-logo-box .logo {
	display: block;
	float: left;
}

.top-logo-box .logo img {
	display: block;
	height: 100%;
}

.top-box-1.active .logo {
	background: url(http://www.gaozist.com/skin/img/logo.png) no-repeat 0 0 / auto 100%;
}

.top-box-1.active .logo img {
	opacity: 0;
}

.top-logo-text {
	float: left;
	padding-left: 25px;
	margin-left: 25px;
	border-left: solid 1px #ededed;
	margin-top: 15px;
}

.top-logo-text div {
	line-height: 1.2em;
	color: #333;
	position: relative;
	font-size: 18px;
}

.top-logo-text div p {
	display: block;
	font-weight: bold;
	color: #1fa222;
	font-size: 22px;
	margin-bottom: 5px;
}

.top-logo-text div span {
	color: #1fa222;
}

.top-box-1 .tell {
	color: #666;
	font-size: 18px;
	padding-left: 50px;
	line-height: 1.2em;
	background: url(../images/icon3.png) no-repeat left center / auto 80%;
	margin-top: 13px;
	float: right;
}

.top-box-1.active .tell {
	background-image: url(../images/icon31.png);
}

.top-box-1 .tell span {
	color: #333;
	line-height: 1em;
	font-size: 30px;
	font-family: 'num2';
	display: block;
}

.top-box-1.active .tell span {
	color: #0F3065;
}

.top-box-1 .right-box {
	float: right;
	font-size: 0;
	width: 100px;
	margin-left: 100px;
}

.top-box-1 .right-box>div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.top-box-1 .right-box>div>a {
	display: block;
	padding: 32px 12px;
}

.top-box-1 .right-box>div>a img {
	display: block;
	width: 100%;
}

.top-box-1 .right-box>div .box {
	position: absolute;
	right: 0;
	display: none;
	z-index: 999;
	font-size: 14px;
}

.top-box-1 .right-box>div:hover .box {
	display: block;
}

.top-box-1 .right-box .yy .box {
	background: #f5f5f5;
	width: 140px;
	padding: 15px;
}

.top-box-1 .right-box .yy .box a {
	display: block;
	font-size: 14px;
	line-height: 2em;
	padding-left: 35px;
	color: #666;
}

.top-box-1 .right-box .yy .box a.focus {
	color: #1fa222;
}

.top-box-1 .right-box .yy .box .cn {
	margin-bottom: 5px;
	background: url(../images/language1.png) no-repeat left center / auto 60%;
}

.top-box-1 .right-box .yy .box .en {
	background: url(../images/language2.png) no-repeat left center / auto 60%;
}

.top-box-1 .right-box .ss .box {
	background: #f5f5f5;
	width: 280px;
	padding: 15px;
	font-size: 0;
}

.top-box-1 .right-box .ss .box .search-text {
	display: inline-block;
	vertical-align: middle;
	width: 190px;
	padding: 0 10px;
	background: #fff;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #999;
	border: none;
}

.top-box-1 .right-box .ss .box .search-btn {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	background: #1fa222;
	color: #fff;
	border: none;
}


/* 头部导航 */
.top-nav-box {
	position: relative;
	z-index: 2;

}

#top-nav-ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-top: solid 1px #ededed;
}

.top-nav-class-1 {}

.top-nav-class-1>li:first-child {
	margin-left: 0;
}

.top-nav-class-1>li {
	position: relative;
	text-align: center;
	float: none;
	width: 140px;
}

.top-box-1.active .top-nav-class-1>li {}

.top-nav-class-1>li:first-child::before {
	display: none;
}

.top-nav-class-1>li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 40%;
	height: 20%;
	width: 1px;
	background: #fff;
	z-index: 3;
	display: none;
}

.top-nav-class-1>li>a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
	text-align: center;
}


.top-nav-class-1>li>a .title {
	color: #1fa222;
	font-size: 16px;
	position: relative;
	z-index: 2;
	transition: 0.5s;
	line-height: 70px;
}

.top-box-1.active .top-nav-class-1>li .title {
	line-height: 100px;
}

.active .top-nav-class-1>li>a .title {
	/* color: #333; */
}

.top-nav-class-1>li>a .bg {
	z-index: 1;
	transition: 0.5s;
	position: absolute;
	height: 40px;
	width: 100%;
	left: 0%;
	top: 15px;
	display: block;
	overflow: hidden;
	background: #ededed;
	border-radius: 40px;
}



.top-box-1.active .top-nav-class-1>li>a .bg {
	/* height: 100%; */
	background: #1fa222;
}

.top-nav-class-1>li.index>a>.title,
.top-nav-class-1>li:hover>a>.title,
.top-nav-class-1>li.focus>a>.title {
	opacity: 1;
	color: #fff;
	/* color: #fff; */
}


.top-box-1.active .top-nav-class-1>li.index>a>.title,
.top-box-1.active .top-nav-class-1>li:hover>a>.title,
.top-box-1.active .top-nav-class-1>li.focus>a>.title {
	/* opacity: 1; */
	color: #1fa222;
}

/* .active .top-nav-class-1>li.index>a .title,
.active .top-nav-class-1>li.focus>a .title,
.active .top-nav-class-1>li:hover>a .title {
	color: #0F3065;
}

.top-nav-class-1>li.active>a>.bg {
	opacity: 1.0;
	height: 3px;
} */



.top-nav-class-1>li.index>a>.bg,
.top-nav-class-1>li:hover>a>.bg,
.top-nav-class-1>li.focus>a>.bg {
	/* height: 100%; */
	opacity: 1;
	background: #1fa222;
}

.top-box-1.active .top-nav-class-1>li:hover>a>.bg,
.top-box-1.active .top-nav-class-1>li.focus>a>.bg,
.top-box-1.active .top-nav-class-1>li.index>a>.bg {}



.top-nav-class-1 .nav-find {
	z-index: 100;
	/* width: 100%; */
	min-width: 100%;
	width: max-content;
	left: 0%;
	/* margin-left: -25px; */
}

.top-nav-class-1 .nav-find ul {
	display: block;
	width: auto;
	font-size: 0;
}

.top-nav-class-1 .nav-find ul li:first-child {
	/* border-top: none; */
}

.top-nav-class-1 .nav-find ul li:first-child::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #1fa222;
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -7px;
	transform: rotate(45deg);
	transition: 0.5s;
}


.top-nav-class-1 .nav-find ul li {
	text-align: center;
	background: #1fa222;
	transition: 0.5s;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	position: relative;
}

.active .top-nav-class-1 .nav-find ul li {
	background: #1fa222;
}

.top-nav-class-1 .nav-find ul li+li {
	/* border-top: solid 1px rgba(255, 255, 255, 0.2); */

}

.top-nav-class-1 .nav-find ul li a {
	font-size: 14px;
	display: block;
	line-height: 3em;
	padding: 0 15px;
	color: #ededed;
}

.top-nav-class-1 .nav-find ul li:hover {
	background: #1fa222;
}

.top-nav-class-1 .nav-find ul li:hover a {
	color: #fff;
	text-decoration: underline;
}

/* .active .top-nav-class-1 .nav-find ul li a {
	color: #333;
}

.active .top-nav-class-1 .nav-find ul li:hover a {
	color: #0F3065;
} */




/* 头部2 */
.top-box-2 {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 9999;
	transition: 0.5s;
	/*background: #0F3065;*/
	background: #fff;
	height: 100px;
}

.top-box-2.active {
	background: #fff;
	box-shadow: 0 0 10px -5px #333;
}

.top-box-2 .top-logo-box {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0;
}

.top-box-2 .top-logo-box .logo-pic {
	width: 140px;
	display: block;
	position: relative;
	z-index: 2;
}

.top-box-2.active .top-logo-box .logo-pic {
	border-color: #ccc
}


.top-box-2 .top-logo-box .logo-pic img {
	display: block;
	width: 100%;
}

.top-box-2 .top-logo-box .top2-nav-box {
	width: 38%;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	position: relative;
	z-index: 2;
	height: 100%;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item {}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item>a {
	position: relative;
	display: block;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item>a .title {
	/*color: #fff;*/
	color: #666;
	line-height: 70px;
	padding-top: 30px;
	position: relative;
	z-index: 3;
	opacity: 0.7;
	transition: 0.5s;
	z-index: 1;
}
.top-box-2 .top-logo-box .top2-nav-box .top-nav-item>a:hover .title {
	color: #1c78ba;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item>a .icon {
	width: 20px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	z-index: 2;
	top: 30px;
	background: #666;
}
.top-box-2 .top-logo-box .top2-nav-box .top-nav-item>a:hover .icon {
    background:#1c78ba;
}
.top-box-2 .top-logo-box .top2-nav-box .top-nav-item .active .icon{background:#1c78ba;}
.top-box-2 .top-logo-box .top2-nav-box .top-nav-item .active .title{color:#1c78ba;}

.top-box-2.active .top-logo-box .top2-nav-box .top-nav-item>a .title {
	color: #333;
	opacity: 1;
	color: #fff;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item.index>a .title,
.top-box-2 .top-logo-box .top2-nav-box .top-nav-item:hover>a .title {
	opacity: 1;
}

.top-box-2.active .top-logo-box .top2-nav-box .top-nav-item:hover>a .title {
	color: #0F3065;
	color: #fff;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item>a .bg {
	position: absolute;
	display: block;
	width: 0%;
	height: 2px;
	left: 0%;
	bottom: 12px;
	background: #1c78ba;
	transition: 0.5s;
}

.top-box-2.active .top-logo-box .top2-nav-box .top-nav-item>a .bg {
	background: #224aa1;
	opacity: 1;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item.index>a .bg,
.top-box-2 .top-logo-box .top2-nav-box .top-nav-item:hover>a .bg,
.top-box-2 .top-logo-box .top2-nav-box .top-nav-item.focus>a .bg {
	width: 100%;

}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item .nav-find {
	position: absolute;
	display: block;
	font-size: 14px;
	width: auto;
	background: #fff;
	margin-left: -25px;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item .nav-find li {
	position: relative;
	min-width: 116px;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item .nav-find li:first-child::before {
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 49px;
	top: -5px;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item .nav-find li+li {
	border-top: solid 1px #ccc;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item .nav-find li a {
	color: #666;
	padding: 10px 30px;
}

.top-box-2 .top-logo-box .top2-nav-box .top-nav-item .nav-find li a:hover {
	color: #0F3065;
}

/* 友情链接 */
.index-link1 {
	background: #0F3065;
	padding-top: 30px;
}

.index-link1 .container {
	display: flex;
	justify-content: space-between;
}

.index-link1-left {}

.index-link1 .index-link1-left .titleen {
	font-family: en2;
	color: #fff;
	font-size: 34px;
	text-transform: uppercase;
	line-height: 1em;
}

.index-link1 .index-link1-left .title {
	color: #fff;
	/* background: url(../img/icon/icon21.png) no-repeat left center / 1em auto; */
	/* padding-left: 25px; */
	line-height: 1em;
	font-size: 16px;
}

.index-link1 .index-link1-list {
	width: 89.5%;
	font-size: 0;
	width: calc(100% - 120px);
}

.index-link1 .index-link1-list a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	line-height: 2em;
	margin-right: 10px;
	opacity: 0.7;
	transition: 0.5s;
}

.index-link1 .index-link1-list a:hover {
	opacity: 1;
	color: #fff;
	text-decoration: underline;
}



/*底部*/
.footer-class-1 {
	min-width: 1200px;
	background: #222;
	color: rgba(255, 255, 255, 0.8);
}

.footer-class-1 a {
	color: #fff;
	opacity: 0.8;
}

.footer-class-1 a:hover {
	opacity: 1;
}

.footer-class-1-nav {
	font-size: 0;
	text-align: center;
	border-bottom: solid 1px #333;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.footer-class-1-nav li:first-child {
	margin-left: 0;
}

.footer-class-1-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 4.5em;
}

.footer-class-1-bt {
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
}

.footer-class-1-cont {
	position: relative;
}

.footer-class-1-cont .line1 {
	position: absolute;
	width: 1px;
	height: 100%;
	border-left: #333 solid 1px;
	top: 0;
	left: 33%;
}

.footer-class-1-cont .line2 {
	position: absolute;
	width: 1px;
	height: 100%;
	border-left: #333 solid 1px;
	top: 0;
	left: 73%;
}

.footer-class-1-cont .footer-gsjj {
	float: left;
	font-size: 14px;
	line-height: 2em;
	width: 330px;
}

.footer-class-1-cont .footer-gsjj .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-class-1-cont .footer-gsjj .info a {}

.footer-class-1-cont .footer-lxfs {
	float: left;
	width: 400px;
	margin-left: 150px;
	font-size: 14px;
	line-height: 2em;
	margin-left: 140px;
	width: 360px;
}

.footer-class-1-cont .footer-lxfs span {
	display: inline-block;
	min-height: 1px;
	width: 3em;
}


.footer-class-1-cont .wx-pic {
	float: right;
	width: 130px;
}

.footer-class-1-cont .wx-pic img {
	padding: 10px;
	display: block;
	width: 100%;
}

.footer-class-1-cont .wx-pic img:first-child {
	margin-right: 10px;
}

.wx-pic img {
	display: block;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	background: url(../images/wx-bg1.png) no-repeat 0 0 / 100%;
}



.footer-class-1-banquan {
	border-top: solid 1px #333;
	font-size: 14px;
	line-height: 4em;
	margin-top: 50px;
	text-align: center;
}

.footer-class-1-link {
	font-size: 12px;
	background: #000;
	padding: 20px;
	color: #999;
}

.footer-class-1-link a {
	color: #666;
}

.footer-class-1-link a:hover {
	text-decoration: underline;
}

/* 底部2 */
.footer-class-2 {
	padding-top: 40px;
	font-size: 14px;
	line-height: 2em;
	color: rgba(255, 255, 255, 0.9);
	background: #0F3065;
}

.footer-class-2 a {
	color: #fff;
	opacity: 0.8;
}

.footer-class-2 a:hover {
	opacity: 1;
}

.footer-class-2-bt {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

.footer-class-2-cont {
	margin-bottom: 50px;
	padding-top: 40px;
	border-top: solid 1px rgba(255, 255, 255, 0.5);
}

.footer-class-2-cont .footer-gsjj {
	float: left;
	width: 240px;
}

.footer-class-2-cont .footer-gsjj>img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.footer-class-2-cont .footer-gsjj p {
	opacity: 0.3;
	font-size: 12px;
	margin-bottom: 30px;
}

.footer-class-2-cont .footer-gsjj .tell {
	font-size: 34px;
	font-family: num2;
}

.footer-class-2-cont .footer-gsjj .tell span {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.footer-class-2-nav-box {
	float: left;
	margin-left: 80px;
	width: 880px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.footer-class-2-nav-box .item {}

.footer-class-2-nav {}

.footer-class-2-nav li {
	margin-bottom: 10px;
}

.footer-class-2-nav a {}

.footer-class-2-lxfs {
	float: left;
	margin-left: 120px;
	width: 390px;
}

.footer-class-2-lxfs .info {
	line-height: 2em;
}


.footer-class-2-cont .wx-pic {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
}

.footer-class-2-cont .wx-pic img {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/wx-bg1.png);
	padding: 10px;
	margin: 0;
}

.footer-class-2-cont .wx-pic p {
	font-size: 16px;
	opacity: 0.5;
	margin: 0;
}


.footer-class-2-banquan {
	text-align: center;
	font-size: 14px;
	line-height: 1.7em;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	padding: 20px 0;
}

/* 底部3 */
.footer-class-3 {
	background: #2b2b2b url(http://www.gaozist.com/skin/img/footer-bg.png) no-repeat center bottom;
	background: #2b2b2b;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	padding-top: 70px;
}

.footer-class-3 a {
	color: #fff;
	opacity: 0.7;
}

.footer-class-3 a:hover {
	opacity: 1;
}

.footer-class-3 .footer-class-bt {
	font-size: 18px;
	color: #fff;
	margin-bottom: 35px;
}

.footer-class-3 .footer-class-bt span {
	font-family: en2;
	text-transform: uppercase;
	opacity: 0.5;
}

.footer-class-3 .footer-class-nav-box {
	float: left;
	width: 200px;
	margin-left: 120px;
}

.footer-class-3 .footer-class-nav {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}

.footer-class-3 .footer-class-nav a {
	width: 50%;
	margin-bottom: 1.5em;
}


.footer-class-3 .footer-class-lxfs {
	float: left;
	width: 500px;
}

.footer-class-3 .footer-class-lxfs .info {
	line-height: 1.7em;
	padding-top: 30px;
	position: relative;
}

.footer-class-3 .footer-class-lxfs .info span {
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 5;
}

.footer-class-3 .footer-class-lxfs .contact {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.footer-class-3 .footer-class-lxfs .contact .item {
	width: 50%;
	line-height: 2em;
	padding-left: 1.5em;
}

.footer-class-3 .footer-class-lxfs .contact .item.gh {
	background: url(../images/icon55.png) no-repeat left center / 1em;
}

.footer-class-3 .footer-class-lxfs .contact .item.wz {
	background: url(../images/icon57.png) no-repeat left center / 1em;
}

.footer-class-3 .footer-class-lxfs .contact .item.sj {
	background: url(../images/icon591.png) no-repeat left center / 1em;
}

.footer-class-3 .footer-class-lxfs .contact .item.yx {
	background: url(../images/icon58.png) no-repeat left center / 1em;
}

.footer-class-3 .footer-class-fangchan {
	margin-left: 100px;
	float: left;
}

.footer-class-3 .footer-class-fangchan .info {}

.footer-class-3 .footer-class-fangchan .info a {
	display: block;
	line-height: 2em;
}

.footer-class-3 .wx-pic {
	float: right;
}

.footer-class-3 .wx-pic img {
	width: 150px;
	padding: 15px;
}

.footer-class-3 .footer-class-banquan {
	text-align: center;
	font-size: 14px;
	line-height: 4em;
	margin-top: 80px;
}

.footer-class-3 .footer-class-banquan .line {
	height: 1px;
	background: #444;
}

/* 底部4 */
.footer-class-4 {
	background: #0F3065;
	color: #fff;
	font-size: 16px;
	padding: 60px 0 30px;
	padding-top: 0;
}

.footer-class-4 a {
	color: #fff;
}

.footer-class-4 a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer-class-4 .footer-class-cont {
	font-size: 14px;
	display: flex;
	position: relative;
}

.footer-class-4 .footer-class-cont .bt {
	font-size: 18px;
	line-height: 1.5em;
	height: 1.5em;
	margin-bottom: 20px;
}

.footer-class-4 .footer-class-nav-box {
	font-size: 16px;
	padding: 20px 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	margin-bottom: 50px;
}

.footer-class-nav-bt {
	float: left;
}

.footer-class-nav-bt span {
	display: block;
	font-family: en2;
	font-size: 26px;
	line-height: 1em;
	color: #fff;
	opacity: 0.7;
}

.footer-class-4 .footer-class-nav-box .footer-class-nav {
	float: right;
	display: flex;
	width: 70%;
	padding-top: 10px;
	justify-content: space-between;
}

.footer-class-4 .footer-class-nav-box .footer-class-nav li {
	/* 	display: inline-block;
	vertical-align: top;
	width: 120px; */
}

.footer-class-4 .footer-class-logo {
	width: 310px;
}

.footer-class-4 .footer-class-cont .footer-class-logo img {
	display: block;
	height: 65px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs {
	font-size: 16px;
	width: 600px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .info {
	margin-bottom: 14px;
	padding-left: 22px;
	min-width: 35%;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .add {
	background: url(../images/icon59.png) no-repeat left center / 18px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .web {
	background: url(../images/icon571.png) no-repeat left center / 18px;
}


.footer-class-4 .footer-class-cont .footer-class-lxfs .mail {
	background: url(../images/icon581.png) no-repeat left center / 18px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .tell {
	background: url(../images/icon551.png) no-repeat left center / 18px;
}

.footer-class-4 .footer-class-cont .wx-pic-box {
	width: 240px;
	float: right;
}

.footer-class-4 .footer-class-cont .wx-pic {
	display: block;
	width: 120px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

.footer-class-4 .footer-class-cont .wx-pic+.wx-pic {
	margin-left: 20px;
}

.footer-class-4 .footer-class-cont .wx-pic img {
	background: url(../images/wx-bg1.png) no-repeat 0 0 / 100%;
	margin: 0;
}

.footer-class-4 .footer-banquan {
	font-size: 14px;
	margin-top: 50px;
	padding-top: 15px;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.footer-class-4 .footer-banquan .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



/* 底部5   */
.footer-class-5 {
	padding-top: 80px;
	font-size: 14px;
	background: #fcfcfc;
}


.footer-class-5 a {
	color: #333;
	opacity: 0.7;
}

.footer-class-5 a:hover {
	color: #1fa222;
}

.footer-class-5-cont1 {
	float: left;
	width: 370px;
	border-right: solid 1px #ededed;
}

.footer-class-5-cont1 .footer-logo {
	margin-bottom: 15px;
}

.footer-class-5-cont1 .footer-gsm {
	margin-bottom: 40px;
}

.footer-class-5-cont1 .wx-pic {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.footer-class-5-cont1 .wx-pic+.wx-pic {
	margin-left: 20px;
}

.footer-class-5-cont1 .wx-pic img {
	background-image: url(../images/wx-bg2.png);
	padding: 5px;
}

.footer-class-5-cont2 {
	float: right;
	display: flex;
	justify-content: space-between;
	width: 700px;
}

.footer-class-5-cont2 .item {}

.footer-class-5-cont2 .item .title {
	font-size: 16px;
	opacity: 1;
	margin-bottom: 20px;
	color: #333;
	display: block;
}

.footer-class-5-cont2 .item li {
	margin-bottom: 10px;
}


.footer-class-5-banquan {
	margin-top: 50px;
	border-top: solid 1px #ededed;
	padding: 30px 0;
	color: #666;
}


/* footer-class-6 */
.footer-class-6 {
	background: #222;
	padding-top: 70px;
	font-size: 14px;
	color: #fff;
}

.footer-class-6 a {
	color: #fff;
	opacity: 0.7;
}

.footer-class-6 a:hover {
	opacity: 1;
}

.footer-class-6-bt {
	font-size: 20px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	color: #fff;
}

.footer-class-6-bt span {
	font-family: en2;
	text-transform: uppercase;
	opacity: 0.6;
}

.footer-class-6-nav {
	float: left;
	width: 320px;
}

.footer-class-6-nav ul {
	display: flex;
	flex-wrap: wrap;
}


.footer-class-6-nav ul li {
	font-size: 14px;
	margin-bottom: 25px;
	width: 33.3%;
}

.footer-class-6-lxfs {
	float: left;
	width: 500px;
	margin-left: 120px;
}

.footer-class-6-lxfs .info {
	display: flex;
	flex-wrap: wrap;
}

.footer-class-6-lxfs .info .item {
	width: 50%;
	font-size: 14px;
	display: block;
	margin-bottom: 25px;
}

.footer-class-6-lxfs .item:last-child {
	width: 100%;
}

.footer-class-6-wx {
	float: right;
	width: 130px;
	text-align: center;
	font-size: 16px;
	margin-top: 50px;
}

.footer-class-6-wx img {
	margin-bottom: 15px;
}

.footer-class-6-banquan {
	margin-top: 50px;
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	line-height: 50px;
}


.footer-link {
	background: #000;
	padding: 15px 0;
	color: #fff;
	margin-top: 5px;
}

.footer-link .container {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.footer-link a {
	font-size: 12px;
}

.footer-link .container div {
	width: calc(100% - 5.5em);

}

.footer-link .container div:first-child {
	width: 5em;
}

/* footer-class-7 */
.footer-class-7 {
	position: relative;
	background: #1fa222;
	color: #fff;
}

.footer-class-7 a {
	color: #fff;
	opacity: 0.7;
}

.footer-class-7 a:hover {
	opacity: 1;
}

.footer-class-7-logo {
	text-align: center;
	padding-top: 80px;
}

.footer-class-7-logo img {
	display: block;
	width: 150px;
	margin: 0 auto;
}

.footer-class-7-banquan {
	display: block;
	padding: 20px 0;
	text-align: center;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	color: #fff;
	margin-top: 40px;
}

/* 底部8 */
.footer-class-8 {
	background: #0F3065;
	font-size: 16px;
	color: #fff;
	padding-top: 60px;
}

.footer-class-8 a {
	color: #fff;
}

.footer-class-8>.container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-class-8-bt {
	margin-bottom: 20px;
}

.footer-class-8-bt .title {
	font-size: 24px;
}

.footer-class-8-bt .info {
	font-size: 14px;
	margin-top: 5px;
	opacity: 0.7;
}

.footer-class-8-left {
	width: 30%;
	min-width: 300px;
	padding-right: 5%;
}

.footer-class-8-left-text {
	border-top: solid 1px #fff;
	padding-top: 20px;
	margin-bottom: 90px;
}

.footer-class-8-left-text .tell {
	font-family: num3;
	font-size: 40px;
}

.footer-class-8-left .btn {
	border-top: solid 1px #fff;
	padding-top: 20px;
}

.footer-class-8-left .btn a {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding: 0 2em;
	line-height: 2.7em;
	color: #fff;
	transition: 0.5s;
	border: solid 1px #fff;
	background: none;
}

.footer-class-8-left .btn a:hover {
	color: #333;
	border-color: #fff;
	background: #fff;
}

.footer-class-8-liuyan {
	width: 45%;
	min-width: 460px;
	max-width: 600px;
}

.footer-class-8-liuyan .item {
	width: 100% !important;
}

.footer-class-8-liuyan .item+.item {
	margin-top: 15px;
}

.footer-class-8-liuyan .input-text {
	border: solid 1px #fff;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	padding: 0 15px;
	width: 100%;
	display: block;
	background: inherit;
}

.footer-class-8-liuyan textarea.input-text {
	height: 130px;
	line-height: 30px;
	padding: 5px 15px;
}

.footer-class-8-liuyan .coolbg {
	line-height: 40px;
	height: 40px;
	width: 33%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: solid 1px #fff;
	background: none;
}

.footer-class-8-liuyan .tijiao {
	color: #333;
	background: #fff;
}

.footer-class-8-right {
	width: 130px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-class-8 .footer-banquan {
	margin-top: 50px;
	padding: 20px 0;
	text-align: center;
	color: #ccc;
	font-size: 14px;
	border-top: solid 1px #ccc;
}

.footer-class-8 .footer-banquan a {
	color: #ccc;
}

.footer-class-8.footer-banquan a:hover {
	text-decoration: underline;
}

.footer-class-8 .footer-banquan .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-class-8 .footer-link {
	background: #000;
	padding: 20px 0;
	color: #999;
}

.footer-class-8 .footer-link .container {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.footer-class-8 .footer-link .container div {
	width: calc(100% - 5.5em);

}

.footer-class-8 .footer-link .container div:first-child {
	width: 5em;
}

/* 内页筛选 */
.saixuan-box {}

.saixuan-box .saixuan-bt {
	border-bottom: solid 1px #1fa222;
}

.saixuan-box .saixuan-bt-name {
	background: #1fa222;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 3px 3px 0 0;
}

.saixuan-box .saixuan-tell {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	margin-left: 30px;
}

.saixuan-box .location {
	line-height: 38px;
}

.saixuan-box .saixuan-info {
	padding-top: 20px;
}

.saixuan-box .saixuan-info .saixuan-info-bt {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	width: 60px;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;

}

.saixuan-box .saixuan-info hr {
	clear: both;
	height: 5px;
}

.saixuan-box .saixuan-info .saixuan-info-info {
	float: left;
	width: 1100px;
	font-size: 0;
}

.saixuan-box .saixuan-info span {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	background: #1fa222;
	color: #fff;
	padding: 0 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.saixuan-box .saixuan-info a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	color: #999;
	border-radius: 3px;
	background: #f9f9f9;
	padding: 0 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.saixuan-box .saixuan-info a:hover {
	color: #1fa222;
}




.footer-fenlan {
	background: url(http://www.gaozist.com/skin/img/footer-fenlan.jpg) no-repeat top center;
	padding: 100px 0;
	height: 200px;
}

.footer-fenlan .text {
	font-size: 30px;
	color: #fff;
	line-height: 2em;
	font-weight: lighter;
	text-align: center;
}


.footer-fenlan .text a {
	margin-top: 30px;
	display: inline-block;
	font-size: 16px;
	line-height: 2.7em;
	width: 200px;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 2.7em;
}




/* 自适应宽度布局 */

.media-container {
	position: relative;
	width: auto;
	transition: 0.5s;
	min-width: 1160px;
}

@media screen and (min-width: 1701px) {
	.media-container {
		margin: 0 5%;
	}

}

@media screen and (max-width: 1700px) {
	.media-container {
		margin: 0 4%;
	}

}

@media screen and (max-width: 1500px) {
	.media-container {
		margin: 0 4%;
	}

}

@media screen and (max-width: 1400px) {
	.media-container {
		margin: 0 3%;
	}

	.top-nav-class-1>li {
		font-size: 16px;
		margin-left: 10px;
	}
}


@media screen and (max-width: 1200px) {
	.media-container {
		margin: 0 20px;
	}
}





/* 更新 */
/* 留言领取 */
.index-zxly-box {
	background: #fff;
}

.index-zxly {
	border: solid 1px #1d75cf;
}

.index-zxly-pic {
	float: left;
	width: 320px;
}

.index-zxly-pic img {
	display: block;
	width: 100%;
}

.index-zxly .lxfs {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 320px;
}

.index-zxly .lxfs .bt {
	font-size: 28px;
	color: #333;
}

.index-zxly .lxfs .info {
	margin: 15px 0;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	padding: 15px 0;
}

.index-zxly .lxfs .info p:first-child {
	margin: 0;
}

.index-zxly .lxfs .info p {
	margin-top: 10px;
	color: #333;
	font-size: 0;
}

.index-zxly .lxfs .info p span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 80px;
	line-height: 1.7em;
}

.index-zxly .lxfs .info p span.cont {
	width: 240px;
}

.index-zxly .wx {
	border: solid 1px #ccc;
	margin-top: 25px;
	padding: 6px;
}

.index-zxly .wx img {
	float: left;
	width: 140px;
	display: block;
}

.index-zxly .wx p {
	float: right;
	padding: 25px 25px 0 0;
	font-size: 24px;
	line-height: 1.7em;
	text-align: right;
}

.index-zxly .zxly {
	float: right;
	width: 480px;
	padding: 30px 30px 0 0;
}

.index-zxly .zxly .message-box {}

.index-zxly .zxly .message-box .item:first-child {
	margin: 0;
}

.index-zxly .zxly .message-box .item {
	margin-top: 15px;
	font-size: 0;
}

.index-zxly .zxly .message-box .item .bt {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	width: 50px;
	display: inline-block;
	vertical-align: top;
	min-height: 1px;
}

.index-zxly .zxly .message-box .item .input-text {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	font-size: 16px;
	color: #999;
	line-height: 40px;
	height: 38px;
	line-height: 40px;
	border: solid 1px #ccc;
	padding: 0 10px;
}

.index-zxly .zxly .message-box .item textarea.input-text:focus {
	outline: none;
}

.index-zxly .zxly .message-box .item textarea.input-text {
	padding: 5px 10px;
	line-height: 1.5em;
	height: 6em;
	resize: none;
}

.index-zxly .zxly .message-box .item .coolbg {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 6em;
	margin-right: 10px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: #1fa222;
}

.index-zxly .zxly .message-box .item .tijiao {
	background: red;
}



/* 弹出窗 */
.tanchuan {
	display: none;
	position: fixed;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	top: 0%;
	background: rgba(0, 0, 0, 0.8);
}

.tanchuan .box {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	padding-top: 300px;
	height: 100%;
}


.tanchuan .box img {
	display: block;
	margin: 0 auto 15px;
	padding: 15px;
	background: url(http://www.gaozist.com/skin/img/wx-bg.png) no-repeat 0 0 / 100%;
}

.tanchuan .box p {
	font-size: 26px;
	line-height: 2em;
	text-align: center;
	color: #fff;
}


/* 弹出层 */
#outerdiv {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

/* 按钮 */
.download-btn {
	padding-left: 20px;
	background: url(../images/icon61.png) no-repeat left center/ 15px;
	color: #0F3065;
	font-size: 14px;
}


/* 在线留言 */
.index-liuyan-box-1 {
	border-top: solid 1px #ccc;
	height: 700px;
	padding-top: 280px;
	background: url(../images/map-pic.jpg) no-repeat top center / 1920px;
}

.index-liuyan-box-1 .index-liuyan-bt {
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
}

.index-liuyan-box-1 .index-liuyan-bt span {
	color: #1fa222;
	text-transform: uppercase;
	font-family: en2;
}

.index-liuyan-box-1 .index-liuyan {
	background: #fff;
	padding: 60px;
	border-radius: 10px;
}

.index-liuyan-box-1 .index-liuyan-left {
	float: left;
	width: 420px;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs {
	font-size: 14px;
	color: #666;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs p:first-child {
	margin: 0;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs p {
	margin-top: 35px;
	padding-left: 55px;
	height: 40px;
	line-height: 20px;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs p span {
	display: block;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs a {
	color: #666;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs *:hover {
	color: #1fa222;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs .dh {
	background: url(../images/ly-icon1.png) no-repeat left center / auto 100%;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs .yx {
	background: url(../images/ly-icon2.png) no-repeat left center / auto 100%;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs .wz {
	background: url(../images/ly-icon3.png) no-repeat left center / auto 100%;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs .dz {
	background: url(../images/ly-icon4.png) no-repeat left center / auto 100%;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs .sj {
	background: url(../images/ly-icon5.png) no-repeat left center / auto 100%;
}

.index-liuyan-box-1 .index-liuyan-right {
	float: right;
	width: 600px;
	padding-left: 50px;
	margin-left: 49px;
	border-left: solid 1px #ccc;
}

.index-liuyan-box-1 .message-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-liuyan-box-1 .message-box .item {
	margin-bottom: 20px;
	width: 49%;
	display: flex;
}

.index-liuyan-box-1 .message-box .item:nth-child(3) {
	width: 100%;
}

.index-liuyan-box-1 .message-box .item>* {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	display: block;
}

.index-liuyan-box-1 .message-box .item .bt {
	width: 5em;
	min-height: 1px;
}

.index-liuyan-box-1 .message-box .item .input-text {
	display: block;

	font-size: 14px;
	width: calc(100% - 5em - 20px);
	color: #999;
	border: solid 1px #ccc;
	padding: 0 10px;
}

.index-liuyan-box-1 .message-box .item textarea.input-text {
	resize: none;
	border: solid 1px #ccc;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 25px;
	height: 110px;
}

.index-liuyan-box-1 .message-box .item.btn-box {
	margin-bottom: 0px;
	width: 100%;
}

.index-liuyan-box-1 .message-box .item .coolbg {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	text-align: center;
	margin-right: 15px;
	line-height: 40px;
	height: 40px;
	background: #ededed;
	color: #1fa222;
	border-radius: 40px;
	transition: 0.5s;
}

.index-liuyan-box-1 .message-box .item .coolbg.tijiao {
	background: #0F3065;
	color: #fff;
}

.index-liuyan-box-1 .message-box .item .coolbg:hover {
	background: #1fa222;
	color: #fff;
}

.index-liuyan-box-1 .message-box .item input {
	outline: none;
}


/* 留言2 联系方式+留言 */
.index-liuyan-box-2 {
	background: url(../images/liuyan-bg2.jpg) no-repeat top center;
}

.liuyan-box-2 {
	background: #fff;
	height: 525px;
	overflow: hidden;
}

.liuyan-box-2>div {
	float: left;
	width: 50%;
	padding: 50px 70px;
}

.liuyan-box-2 .index-liuyan-bt {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}

.liuyan-box-2 .index-liuyan-bt span {
	font-weight: lighter;
	font-family: en2;
	text-transform: uppercase;
	opacity: 0.2;
}

.liuyan-box-2 .index-liuyan-left {}



.liuyan-box-2 .index-liuyan-left .lxfs {}

.liuyan-box-2 .index-liuyan-left .lxfs .bt:first-child {
	margin-top: 0;
}

.liuyan-box-2 .index-liuyan-left .lxfs .bt {
	font-size: 16px;
	font-weight: bold;
	color: #1fa222;
	margin-top: 40px;
	margin-bottom: 10px;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info {
	font-size: 18px;
	color: #666;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info>* {
	display: block;
	padding-left: 24px;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info .dh {
	background: url(../images/icon551.png) no-repeat left center / auto 80%;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info .yx {
	background: url(../images/icon581.png) no-repeat left center / auto 80%;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info .wz {
	background: url(../images/icon571.png) no-repeat left center / auto 80%;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info .dz {
	background: url(../images/icon59.png) no-repeat left center / auto 80%;
}

.liuyan-box-2 .index-liuyan-right {
	background: #1fa222;
	height: 525px;
}

.liuyan-box-2 .index-liuyan-right .index-liuyan-bt {
	color: #fff;
}

.liuyan-box-2 .index-liuyan-right .item {
	font-size: 0;
	color: #fff;
	margin-bottom: 25px;
}

.liuyan-box-2 .index-liuyan-right .item .bt {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	min-height: 1em;
	width: 5em;
	line-height: 40px;
}

.liuyan-box-2 .index-liuyan-right .item .input-text {
	border: solid 1px #fff;
	background: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	color: #fff;
	width: 370px;
}

.liuyan-box-2 .index-liuyan-right .item textarea.input-text {
	resize: none;
	padding: 5px 15px;
	line-height: 1.5em;
	height: 9em;
}

.liuyan-box-2 .index-liuyan-right .item input::-webkit-input-placeholder,
.liuyan-box-2 .index-liuyan-right .item textarea::-webkit-input-placeholder {
	color: #fff;
}

.liuyan-box-2 .index-liuyan-right .item input:-moz-placeholder,
.index-liuyan-right .itemt extarea:-moz-placeholder {
	color: #fff;
}

.liuyan-box-2 .index-liuyan-right .item input::-moz-placeholder,
.liuyan-box-2 .index-liuyan-right .item textarea::-moz-placeholder {
	color: #fff;
}

.liuyan-box-2 .index-liuyan-right .item input:-ms-input-placeholder,
.liuyan-box-2 .index-liuyan-right .item textarea:-ms-input-placeholder {
	color: #fff;
}

.liuyan-box-2 .index-liuyan-right .btn-box {
	margin: 0;
}

.liuyan-box-2 .index-liuyan-right .btn-box .coolbg {
	font-size: 16px;
	line-height: 40px;
	border: solid 1px #fff;
	color: #fff;
	background: none;
	margin-right: 10px;
	width: 120px;
	cursor: pointer;
}

.liuyan-box-2 .index-liuyan-right .btn-box .tijiao {
	background: #fff;
	color: #333;
}


/* 在线留言3 */
.index-liuyan-3-box {
	background: url(../images/liuyan-3-bg.jpg) no-repeat center center;
	overflow: hidden;
	color: #fff;
	padding: 60px 0 !important;
}

.index-liuyan-3-box .message #form {
	width: 100%;
	margin: 0;
	display: block;
}

.liuyan-3-box {}

.liuyan-3-bt {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

.liuyan-3-bt .info {
	font-size: 16px;
	line-height: 1.7em;
	opacity: 0.7;
	margin-top: 10px;
	font-weight: normal;
}

.liuyan-3-box .message-box {
	font-size: 0;
	text-align: center;
}

.liuyan-3-box .message-box .item {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin-right: 1%;
	text-align: left;
}

.liuyan-3-box .message-box .item .input-text {
	display: block;
	background: #fff;
	border: none;
	line-height: 48px;
	height: 48px;
	padding: 0 15px;
	color: #666;
	font-size: 16px;
	width: 100%;
}

.liuyan-3-box .message-box .item textarea.input-text {
	height: 3em;
	resize: none;
}

/* .liuyan-3-box .message-box .item input::-webkit-input-placeholder,
.liuyan-3-box .message-box .item input::-moz-placeholder,
.liuyan-3-box .message-box .item input:-moz-placeholder,
.liuyan-3-box .message-box .item input:-ms-input-placeholder {
	color: #fff;
} */

.liuyan-3-box .message-box .btn-box {
	width: 160px;
	margin: 0;
}

.liuyan-3-box .message-box .btn-box .tijiao {
	display: block;
	width: 100%;
	font-size: 16px;
	background: #1fa222;
	line-height: 48px;
	height: 48px;
	text-align: center;
	color: #fff;
	border: none;
	border: none;
}


/* 
@media screen and (min-width:480px) and (max-width:639px) {}

@media screen and (min-width:640px) and (max-width:719px) {}

@media screen and (min-width:720px) and (max-width:749px) {}

@media screen and (min-width:750px) and (max-width:799px) {}

@media screen and (min-width:800px) and (max-width:959px) {}

@media screen and (min-width:960px) and (max-width:1079px) {} */

@media screen and (min-width:480px) and (max-width:1199px) {
	.index-xiangmu-nav {
		margin-bottom: 5%;
	}

	.index-xiangmu-info {
		font-size: 14px !important;
	}

	.index-xiangmu-info .btn {
		margin-top: 15px !important;
	}

	.index-news1-cont .hot-item .box .text .time {
		margin-bottom: 20px !important;
	}

	.index-news1-cont .hot-item .box .text {
		font-size: 14px !important;
	}

	.index-news1-list .item .box:hover .text {
		padding: 2.5% 5%;
		color: #fff;
	}

	.index-ruzhu>* {
		padding-left: 8% !important;
	}


	.hot-news .item .box .text {
		padding-left: 15px !important;
		font-size: 16px !important;
	}

	.hot-news .item .box .text .time {
		font-size: 12px !important;
	}

	.hot-news .item .box .text .info {
		font-size: 12px !important;
		margin-top: 10px !important;
	}

}

@media screen and (min-width:1200px) and (max-width:1399px) {
	.index-xiangmu-nav {
		margin-bottom: 6%;
	}

	.index-xiangmu-info {
		font-size: 14px !important;
	}

	.index-xiangmu-info .btn {
		margin-top: 20px !important;
	}

	.index-news1-cont .hot-item .box .text .time {
		margin-bottom: 20px !important;
	}

	.index-news1-cont .hot-item .box .text {
		font-size: 14px !important;
	}

	.index-news1-list .item .box .text {
		font-size: 12px !important;
	}

	.index-news1-list .item .box:hover .text {
		padding: 2.5% 5% !important;
	}

	.index-news1-list .item .box .text .time p {
		font-size: 30px !important;
	}

	.index-news1-list .item .box .text .time span {
		font-size: 12px !important;
	}

	.index-news1-list .item .box .text .title {
		font-size: 16px !important;
	}

	.index-news1-list .item .box .text .info {
		margin-top: 10px !important;
	}

	.index-ruzhu>* {
		padding-left: 8% !important;
	}

	.hot-news .item .box .text {
		padding-left: 15px !important;
		font-size: 16px !important;
	}

	.hot-news .item .box .text .time {
		font-size: 12px !important;
	}

	.hot-news .item .box .text .info {
		font-size: 12px !important;
		margin-top: 10px !important;
	}

	.hot-news .item .box .text .btn {
		margin-top: 10px !important;
	}

}

@media screen and (min-width:1400px) and (max-width:1599px) {
	.hot-news .item .box .text .btn {
		display: none !important;
	}
}

@media screen and (min-width:1600px) and (max-width:1799px) {
	.hot-news .item .box .text .btn {
		display: none !important;
	}
}




/* 首页标题 */
.index-title-box-1 {
	margin-bottom: 30px;
	position: relative;
	color: #333;
}

.index-title-box-1.bt2 {
	color: #fff;
}

.index-title-box-1 .title {
	font-size: 30px;
	position: relative;
	z-index: 2;
	font-weight: bold;
}

.index-title-box-1 .info {
	font-size: 14px;
	opacity: 0.7;
	text-transform: uppercase;
	font-family: en2;
}





.index-btn-box {
	text-align: center;
	padding-top: 50px;
	font-size: 0;
}

.index-btn-box a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #1fa222;
	background: #fff url(../images/m-iocn26.png) no-repeat 25px center / auto 60%;
	padding: 0 40px 0 60px;
	border-radius: 2.7em 0 0 2.7em;
	font-size: 18px;
	line-height: 2.7em;
	transition: 0.5s;
}

.index-btn-box a:hover {
	color: #fff;
	background: #1fa222 url(../images/m-iocn261.png) no-repeat 25px center / auto 60%;
}

.index-btn-box a p {}

.index-btn-box a+a {
	background: #fff;
	border-left: none;
	background: #fff url(../images/m-iocn6.png) no-repeat 25px center / auto 60%;
	border-radius: 0 2.7em 2.7em 0;
	margin-left: 1px;
}

.index-btn-box a+a:hover {
	background: #1fa222 url(../images/m-iocn61.png) no-repeat 25px center / auto 60%;
}



.column-title {
	margin-bottom: 40px;
	color: #333;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.column-title span {
	color: #0F3065;
}

.column-title.bt2 span {
	color: #fff;
}

.column-title.bt2 {
	color: #fff;
}


.column-title .info {
	font-size: 16px;
	opacity: 0.4;
	font-family: en2;
	text-transform: uppercase;
	font-weight: normal;
}
