﻿@font-face {
	font-family: HelveticaNeueLTPro-UltLtEx;
	src: url('../font/HelveticaNeueLTPro-UltLt.otf');
}


/**{transition: all .5s ease}*/

body,
html {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
}

body {
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
	padding: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

a {
	text-decoration: none!important;
}

a:hover {
	text-decoration: none!important;
}

input {
	outline: none!important;
}

textarea {
	outline: none!important;
}

input:focus {
	outline: none!important;
	border: none;
}

textarea:focus {
	outline: none!important;
	border: none;
}

button {
	outline: none!important;
}

button:focus {
	outline: none !important;
}

img {
	max-width: 100%
}

.g_transition {
	transition: all .5s ease
}

.g_w {
	max-width: 88%;
	margin: 0 auto;
	padding: 0 10px;
}

.g_box {
	padding-left: 250px;
	width: 100%;
	height: 100%;
}

.g_box>.g_r {
	width: 100%;
	height: 100%
}

.g_box>.g_r>.g_w {
	position: relative;
	width: 100%;
	height: 100%
}

.g_body {}

.g_p_c {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.g_p_a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.g_black {
	display: block;
	width: 100%;
	height: 100%;
}

.g_df {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.g_fr {
	float: right
}

.g_fl {
	float: left
}

.g_hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container {
	width: 100%
}

.closeVideo {
	display: none
}


/*导航开始web*/

.webNav {
	width: 100%;
	display: none;
	overflow: hidden;
}

.webNav * {
	transition: all 1s;
}

.navShear {
	margin-left: 80px;
	margin-top: 70px !important;
}

.myNav {
	width: 100% !important;
	height: 60px;
	margin: 0;
	padding: 8px 0;
	position: fixed;
	top: 0;
	left: 0;
	/*background: rgba(255, 255, 255, .3);*/
	background: rgba(12, 23, 36, .43);
	z-index: 99999
}
/*@media only screen and (max-width:560px) {
	#header{
		float: none!important;
		position: relative;
		
	}
}*/

.mynavBody {
	width: 100%;
	height: 100%;
	position: relative
}

.mynavBody h3 {
	margin: 0;
	height: 100%
}

.mynavBody h3 a {
	height: 100%;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.mynavBody h3 a img {
	height: 44px;
	width: auto;
	/*margin-top: 10px;*/
}

.nav-btn {
	width: 36px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 10px
}

.nav-table-cell {
	width: 100%;
	height: 100%;
}

.nav-table-cell span {
	display: block;
	width: 80%;
	height: 1px;
	border-top: 2px solid #fff;
	margin-top: 11px
}

.close span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
}

.close span:nth-of-type(2) {
	opacity: 0
}

.close span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg);
}

.mynav-ul {
	width: 100%;
	height: 0;
	padding: 0 50px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	top: 60px;
	background: rgba(242, 145, 9, .85);
	z-index: 10000
}

.mynav-ul li {
	width: 100%;
	margin-bottom: 4px;
	border-bottom: 1px solid #fff;
}

.mynav-ul li a {
	display: block;
	padding: 8px 0;
	color: #fff;
	font-size: 1em
}

.mynav-ul>li.two>a {
	position: relative;
}

.mynav-ul>li.two>a:after {
	content: "﹀";
	position: absolute;
	top: 8px;
	right: 0;
	height: 100%;
}

.mynav-ul ul {
	display: none;
	padding: 0 5px;
}

.mynav-ul>li.active ul {
	display: block;
}

.mynav-ul ul li {
	border: none;
}

.mynav-ul ul a {
	font-size: 0.8em;
	opacity: 0.9;
}

.mynav-ul ul a:before {
	content: "-";
	display: inline-block;
	margin-right: 5px;
}

.hideNav {
	height: 0;
	opacity: 0;
	background: rgba(12, 23, 36, .43);
}

.showNav {
	display: block;
	height: 100%;
	opacity: 1;
}

#header #showTop {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 250px;
	height: 100%;
	background: rgba(12, 23, 36, .76);
	z-index: 9999;
	overflow: hidden;
}

.index #header #showTop {
	background: rgba(12, 23, 36, .43);
}

#header #showTop a {
	color: #fff;
}

#header #showTop nav>div>a.active {
	background: rgba(44, 136, 216, .7)
}

#header #showTop nav>div>a:hover {
	background: rgba(44, 136, 216, .7)
}

.headerLogo {
	padding-top: 60px;
	text-align: center;
}

.headerLang {
	margin-top: 28px;
}

#header #showTop .headerLang a {
	display: inline-block;
	margin: 0 4px;
	width: 48px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	color: #000;
	background: #fff;
	border-radius: 30px;
}

#header #showTop .headerLang a.active {
	background: #2C88D8
}

#header #showTop .headerLang a:hover {
	background: #2C88D8
}

#header #showTop nav {
	width: 110%;
	margin-top: 30px;
	height: 560px;
	overflow-y: scroll;
	position: relative;
}

@media only screen and (max-width:1440px) {
	#header #showTop nav {
		height: 440px;
	}
	#header #showTop nav>div>a b {
		margin-right: 35px;
	}
}

#header #showTop nav>div a {
	border-bottom: 1px solid #3f4851
}

#header #showTop nav>div:nth-last-child(1) a {
	border: 0
}

#header #showTop nav a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
}

#header #showTop nav>div>a>i {
	display: inline-block;
	width: 23px;
	height: 19px;
	background: url("../images/s-logo1.png") no-repeat;
	background-position: center;
	position: relative;
	top: 3px;
	right: 10px;
}

#header #showTop nav>div>a:hover i,
#header #showTop nav>div>a.active i {
	background: url("../images/s-logo1.png") no-repeat;
	background-position: center;
}

#header #showTop nav>div>a b {
	float: right;
	font-style: normal;
	margin-right: 25px;
}

#header #showTop nav .navChild {
	height: 0;
	overflow: hidden;
	/*transition: all linear 0.3s;*/
}

#header #showTop nav .navChild a {
	/*background:#8d7c5e;*/
	border-bottom: 1px solid #3f4851;
	color: #fff;
	padding-left: 68px;
}

#header #showTop nav .navChild a i {
	/*opacity: 0;*/
	display: none;
}

#header #showTop nav .navChild .rightArrow {
	float: right;
	margin-right: 25px;
	position: relative;
}

#header #showTop nav .navChild .rightArrow span {
	display: inline-block;
	width: 15px;
	border: 1px solid rgba(255, 255, 255, .6);
	position: absolute;
	top: 28px;
	left: -15px;
	opacity: 0;
	transition: all linear 0.3s;
}

#header #showTop nav .navChild .rightArrow img {
	position: relative;
	left: -13px;
	opacity: 0;
	transition: all linear 0.3s;
}

#header #showTop nav .navChild a:hover .rightArrow span {
	/*width:28px;*/
	/*opacity: 1;*/
}

#header #showTop nav .navChild a.active {
	/*color: #0c1724;*/
	/*background: -webkit-linear-gradient(#e1c59a, #9e783f); !* Safari 5.1 - 6.0 *!*/
	/*background: -o-linear-gradient(#e1c59a, #9e783f); !* Opera 11.1 - 12.0 *!*/
	/*background: -moz-linear-gradient(#e1c59a, #9e783f); !* Firefox 3.6 - 15 *!*/
	/*background: linear-gradient(#e1c59a, #9e783f); !* 标准的语法 *!*/
	/*background: #d98608;*/
	color: rgba(44, 136, 216, 1);
}

#header #showTop nav .navChild a:hover {
	/*color: #0c1724;*/
	/*background: -webkit-linear-gradient(#e1c59a, #9e783f); !* Safari 5.1 - 6.0 *!*/
	/*background: -o-linear-gradient(#e1c59a, #9e783f); !* Opera 11.1 - 12.0 *!*/
	/*background: -moz-linear-gradient(#e1c59a, #9e783f); !* Firefox 3.6 - 15 *!*/
	/*background: linear-gradient(#e1c59a, #9e783f); !* 标准的语法 *!*/
	/*background: #d98608;*/
	color: rgba(254, 153, 24, 1);
}

#header #showTop nav .navChild a.active .rightArrow span {
	/*width:28px;*/
	/*opacity: 1;*/
}

#header #showTop nav .navChild a:hover .rightArrow img {
	/*left:0;*/
	/*opacity: 1;*/
}

#header #showTop nav .navChild a.active .rightArrow img {
	/*left:0;*/
	/*opacity: 1;*/
}

#header #showTop .headerBottom {
	margin-top: 80px;
	padding-left: 40px;
	font-size: 13px;
}

#header #showTop .headerBottom .caseConsulting {
	margin-bottom: 20px;
}

#header #showTop .headerBottom .caseConsulting a {
	display: block;
	width: 160px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 22px;
	background: #8d7c5e;
	color: #fff;
}

#header #showTop .headerBottom .caseConsulting a img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}

#header #showTop .headerBottom .caseConsulting a:hover {
	background: #da0000;
}

#header #showTop .headerBottom .news {
	padding-left: 10px;
	margin-bottom: 60px;
}

#header #showTop .headerBottom .news a {
	line-height: 30px;
}

#header #showTop .headerBottom .news a:after {}

#header #showTop .headerBottom .news a:hover {
	color: #da0000;
}


/*导航结束web*/


/*************footer-s****************/

#footer {
	padding-left: 250px;
	/*height: 68px;*/
}

.index #footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

.index footer {
	background: rgba(12, 23, 36, .43);
}

footer {
	background: #0c1724
}

footer .g_w {
	height: 68px;
	line-height: 68px;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff
}

footer .g_w i {
	margin-right: 8px;
}

footer .g_w span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 16px;
	font-size: 14px;
}
footer .g_w a{
	color: #fff;
}
footer .g_w .f-l span:after {
	content: "";
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
	border-right: 1px solid #fff
}

footer .g_w .f-l span:nth-last-child(1):after {
	border: 0
}


/*************footer-e****************/


/*分页*/

.fenye {
	margin: 60px 0;
	width: auto;
	text-align: center
}

.fenye a {
	display: inline-block;
	margin-top: 2px;
	color: #666;
	padding: 4px 8px;
	border: 1px solid #666
}

.fenye a:hover {
	color: #fff;
	background: #2C88D8;
	border: 1px solid #2C88D8
}

.fenye a.active {
	color: #fff;
	background: #2C88D8;
	border: 1px solid #2C88D8
}


/*网站地图*/

.webMap {
	padding: 40px 0;
}

.webMap-item {
	margin-top: 30px;
}

.webMap-item-title {
	padding-bottom: 10px;
	color: #004177;
	border-bottom: 1px solid #ccc
}

.webMap-item ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}

.webMap-item ul li {
	width: 25%;
	margin-top: 20px;
}

.webMap-item ul li a {
	color: #2a2a2a
}

.webMap-item>div {
	font-size: 20px;
	margin-top: 20px;
	font-weight: 600
}

.webMap-item>div>ul {
	font-size: 14px;
	font-weight: 100
}

.webMap-item ul li a:hover {
	color: #026bdd;
	transition: all 0s
}


/*视频样式*/

.m {
	width: 90%;
	padding-top: 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	background: #000;
	display: none;
}

#my-video {
	display: none
}

.my-video {
	display: none;
}

.my-video-dimensions {
	width: 100%;
	height: auto
}

.m video {
	width: 100% !important;
	height: auto !important;
	position: relative !important;
	object-fit: fill;
	object-posititon: top center;
}

.closeVideo {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 4px;
	top: 2px;
	text-align: center;
	line-height: 40px;
	z-index: 999999999;
}

.closeVideo i {
	font-size: 30px;
	color: #fff
}

@media (min-width:1440px)and (max-width: 1600px) {}

@media(max-width: 1540px) {
	footer>.g_w {
		display: block;
		text-align: center;
	}
	footer>.g_w .f-r {
		margin-top: 8px
	}
}

@media (min-width:1200px) and (max-width:1440px) {
	#header #showTop nav {
		margin-top: 20px
	}
	.f-c>ul>li {
		margin-right: 20px;
	}
	.g_w {
		max-width: 92%
	}
}

@media (max-width:1366px) {
	footer .g_w span {
		padding-left: 8px;
	}
	footer .g_w .f-l span:after {
		margin-left: 8px;
	}
}

@media (max-width:1350px) {
	.g_w {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width:1200px) and (max-width:1260px) {
	/*.g_w{padding-left: 5%;padding-right: 5%;}*/
}

@media (min-width:768px) and (max-width:1200px) {
	.g_w {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.g_box {
		padding-left: 0
	}
	.webNav {
		display: block!important;
	}
	#showTop {
		display: none!important;
	}
	/*.g_body{padding-top: 60px;}*/
	.m {
		width: 90%
	}
	#footer {
		padding-left: 0;
		position: static
	}
}

@media (max-width:767px) {
	.webNav {
		display: block!important;
	}
	#showTop {
		display: none!important;
	}
	.g_w {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.g_box {
		padding-left: 0
	}
	/*.g_body{padding-top: 60px;}*/
	.fenye ul li {
		margin-top: 10px
	}
	.m {
		width: 90%
	}
	#footer {
		padding-left: 0;
		position: static
	}
	.index footer {
		background: #000;
	}
}


/**************列表公共样式-s****************/


/*item_v1-s*/

.n_item_v1Img {
	overflow: hidden
}

.n_item_v1Bg {
	position: relative;
	transition: 1s all linear;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.n_item_v1Bg img {
	display: block;
    width: 100%;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.n_item_v1:hover .n_item_v1Bg img{
	-moz-transform: scale(1.07);
	    -webkit-transform: scale(1.07);
	    transform: scale(1.07);
}
.n_item_v1Info {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(5, 5, 5, .73);
	transition: .5s all ease
}

.n_item_v1Info>div {
	width: 90%;
	color: #fff;
	text-align: center
}

.n_item_v1Info>div h4 {
	opacity: 0;
	color: #fff;
	font-size: 18px;
	transform: translateY(-8px);
	transition: .5s all ease
}

.n_item_v1Info>div span {
	display: block;
	margin: 12px auto 0 auto;
	width: 0;
	height: 1px;
	background: #f18804;
	transition: .5s all ease
}

.n_item_v1Info>div p {
	opacity: 0;
	line-height: 2rem;
	margin-top: 32px;
	transform: translateY(8px);
	transition: .5s all ease
}

.n_item_v1Text {
	margin-top: 22px;
	padding-left: 8px;
	font-size: 18px;
	color: #000;
}

.n_item_v1Text h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_item_v1Text p {
	height: 40px;
	overflow: hidden
}


/*.n_item_v1:hover .n_item_v1Bg{transform: scale(1.05);transition:1s all linear}*/

.n_item_v1:hover .n_item_v1Info {
	/*opacity: 1;
	transition: .5s all ease*/
	display: none;
}

.n_item_v1:hover .n_item_v1Info>div span {
	width: 50%;
	transition: .8s all ease .3s
}

.n_item_v1:hover .n_item_v1Info>div p {
	opacity: 1;
	transform: translateY(0);
	transition: .8s all ease .3s
}

.n_item_v1:hover .n_item_v1Info>div h4 {
	opacity: 1;
	transform: translateY(0);
	transition: .8s all ease .3s
}


/*item_v1-e*/


/*item_v2-s*/

.n_item_v2 {
	padding: 13px;
	background: rgba(7, 7, 7, .67);
	transition: .5s all ease
}

.n_item_v2Img {
	overflow: hidden;
}

.n_item_v2Bg {
	padding-top: 73%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: .8s all linear
}

.n_item_v2Text {
	height: 150px;
	margin: 30px auto 0 auto;
	text-align: justify;
	color: #fff;
	overflow: hidden
}

.n_item_v2Text h4 {
	transition: .5s all ease
}

.n_item_v2Text p {
	margin-top: 18px;
	transition: .5s all ease
}

.n_item_v2More {
	color: #f18804;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: .5s all ease
}

.n_item_v2:hover .n_item_v2Bg {
	transform: scale(1.05);
	transition: .8s all linear
}

.n_item_v2:hover .n_item_v2Text h5 {
	color: #f18804;
	transition: .5s all ease
}

.n_item_v2:hover .n_item_v2More {
	transform: translateX(10px);
	transition: .5s all ease
}


/*item_v2-e*/


/*n_item_h1-s*/

.n_item_h1 {
	margin-top: 36px;
	position: relative;
	padding-bottom: 36px;
	border-bottom: 1px solid #dfdfdf;
}

.n_item_h1Img {
	width: 118px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: .5s all ease;
}

.n_item_h1Bg {
	/*padding-top: 72.8%;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s all linear;
}

.n_item_v1Bg img,
.n_item_h1Img img {
	display: block;
	width: 100%;
}

.n_item_h1Info {
	padding-left: 132px;
	padding-top: 8px;
}

.n_item_h1Info h4 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #272728;
	transition: .5s all ease;
}

.new-iBox {
	margin-top: 8px;
	color: #9b9b99
}

.new-iBox i {
	margin-right: 6px;
}

.new-iBox span {
	margin-right: 12px;
}

.n_item_h1Info p {
	margin-top: 10px;
	height: 40px;
	overflow: hidden;
	color: #272728
}

.n_item_h1Info>span {
	display: block;
	color: #f18804;
	font-size: 14px;
	margin-top: 18px;
	transition: .5s all ease;
}

.n_item_h1:hover .n_item_h1Img {
	overflow: hidden;
	transition: .5s all ease;
}

.n_item_h1:hover .n_item_h1Bg {
	overflow: hidden;
	transform: scale(1.1);
	transition: .5s all linear;
}

.n_item_h1:hover .n_item_h1Info h4 {
	color: #f18804;
	transition: .5s all ease;
}

.n_item_h1:hover .n_item_h1Info>span {
	transform: translateX(6px);
	transition: .5s all ease;
}


/*n_item_h1-e*/


/*n_item_h2-s*/

.n_item_h2 {
	min-width: 100%;
	width: 100%;
	display: flex
}

.n_item_h2Time {
	position: relative;
	min-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center
}

.n_item_h2Time:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	height: 60%;
	width: 1px;
	background: #999
}

.n_item_h2Time h2 {
	font-size: 56px;
	font-weight: 100;
	text-align: center;
	color: #272727;
	transition: .4s all linear
}

.n_item_h2Time p {
	font-size: 18px;
	text-align: center;
	color: #272727;
	transition: .4s all linear
}

.n_item_h2Text {
	width: calc(100% - 90px);
	padding: 20px 18px;
}

.n_item_h2Text h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #030303;
	transition: .4s all linear
}

.n_item_h2Text p {
	margin-top: 16px;
	height: 48px;
	overflow: hidden;
	transition: .4s all linear;
	line-height: 1.8em;
	font-size: 14px;
	color: #030303;
	opacity: .6
}

.n_item_h2:hover h4 {
	color: #f18804;
	transition: .4s all linear
}

.n_item_h2:hover .n_item_h2Time h2 {
	color: #f18804;
	transition: .4s all linear
}

.n_item_h2:hover .in_item_h2Time p {
	color: #f18804;
	transition: .4s all linear
}


/*n_item_h2-e*/


/**************列表公共样式-e****************/


/*按钮公共样式*/

.i-more {
	width: 96px;
	height: 40px;
	margin-top: 22px;
	display: block;
	position: relative;
	line-height: 40px;
	text-align: center;
	color: #0b0b0b;
	border: 2px solid #f18804;
	transition: all .5s
}

.i-more a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9
}

.i-more a>div:nth-child(1) {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9
}

.i-more-h {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: right center;
	background: rgba(242, 145, 9, .85);
	transition: transform 0.5s;
}

.i-more:hover {
	background: rgba(255, 255, 255, 0);
	transition: all .5s
}

.i-more:hover .i-more-h {
	transform: scaleX(1);
	transform-origin: left center;
}

.i-more:hover a {
	color: #fff;
	transition: all .5s
}


/*折叠*/

.n-panel {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.n-panel .panel-heading {
	background: #fff
}

.n-panel .panel-title>a.collapsed {
	color: #333;
}

.n-panel .panel-title>a {
	position: relative;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}

.n-panel .panel-title>a h5 {
	width: 100%;
	min-height: 70px;
	padding-right: 78px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.n-panel .panel-title>a h5 span {
	display: block;
	width: 20%;
	text-align: center
}

.n-panel .panel-title>a h5 span b {
	font-size: 18px;
}

.n-panel .panel-title>a>div {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translate(-50%, 0)
}

.n-panel .panel-title>a>div>div {
	width: 10px;
	height: 10px;
	position: relative;
}

.n-panel .panel-title>a.collapsed>div>div span {
	background: #333;
}

.n-panel .panel-title>a>div>div span {
	width: 10px;
	height: 2px;
	display: block;
	background: #07742c;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}

.n-panel .panel-title>a>div>div span:nth-child(2) {
	transform: rotateZ(0)
}

.n-panel .panel-title>a.collapsed>div>div span:nth-child(2) {
	transform: rotateZ(90deg)
}

.n-panel .panel-body {
	padding: 20px 10px 10px 10px;
	background: none;
	color: #666
}


/*from*/

.message-from {
	width: 100%;
	overflow: hidden
}

.message-from>div {
	margin-top: 10px;
	overflow: hidden
}

.message-from input {
	height: 40px;
	line-height: 40px;
	border: 1px solid #dadada;
	background: #fff;
	padding-left: 20px;
}

.message-from textarea {
	border: 0;
	background: rgba(0, 0, 0, 0);
	padding: 20px;
	background: #fff;
}

.form_box1>input {
	width: 48%;
	float: left
}

.form_box1>input:nth-child(2) {
	float: right
}

.form_box2>input {
	width: 48%;
	float: left
}

.form_box2>input:nth-child(2) {
	float: right
}

.form_box3>input {
	width: 100%;
}

.form_textarea>textarea {
	width: 100%;
	height: 190px
}

.message-from .from-submit {
	width: 126px;
	height: 36px;
	margin-top: 26px;
	float: right;
	padding: 0;
	border: 0;
	line-height: 36px;
	text-align: center;
	background: #07742c;
	color: #fff;
	font-size: 18px;
}


/*===================================---网站地图---===========================*/

.map_main {
	overflow: hidden;
	border: solid 5px #F0F0F0;
	margin: 30px 0;
	padding: 0 35px;
	padding-bottom: 10px;
	background: #fff;
}

.sitemap_con {
	margin: 0 auto;
	color: #666;
	font-size: 12px;
}

.sitemap_con .map_top {
	border-bottom: solid 1px #d7d7d7;
}

.sitemap_con .map_top img {
	float: left;
}

.site_r_link {
	width: 120px;
	margin-top: 45px;
	/*上边界根据需要进行调整*/
	border: 1px solid #cdcdcd;
	background: #F8F8F8;
	padding: 5px 10px;
	float: right;
}


/*网站地图，显示方式样式，上边界根据需要进行调整*/

.site_plc {
	padding: 5px 0;
}

.sitemap_con h4 {
	line-height: 30px;
	font-size: 14px;
}

.sitemap_con h4 a {
	color: rgba(44, 136, 216, 1);
}

.b4 {
	border: solid 1px #E0E0E0;
}

.b4 ul {
	padding: 0 11px;
}

.b4 li {
	float: left;
	line-height: 25px;
	width: 164px;
	overflow: hidden;
}

.b4 li a {
	color: #666;
}

.b4 li a:hover {
	color: rgba(44, 136, 216, 1);
}