
/* @charset "utf-8"; */
@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
}
html, body {
	font-size: 16px;
	 
	color: #8c8c8c;
}
input, textarea {
	border: none;
	 
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
table {
	width: 100%;
	border-collapse: collapse;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
p {
	line-height: 1.6em;
	color: #8c8c8c;
}
a {
	color: #000;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container {
	width: 1388px;
	margin: 0 auto;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
.big_ex {
	width: 1388px;
	margin: 0 auto;
}
.w1128 {
	width: 1128px;
	margin: 0 auto;
}
.bg15 {
	background: #151515;
}
.relative {
	position: relative;
}
.img100 img {
	width: 100%;
	vertical-align: bottom;
}
.pc-show {
	display: block;
}
.phone-show {
	display: none;
}
.table {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.table-cell b {
	color: #fff;
}
.margin-t60 {
	margin-top: 60px;
}
.text-center {
	text-align: center;
}
.paddin-tb60 {
	padding: 60px 0;
}
/*index*/

.header {
	position: relative;
	z-index: 99999;
}
.head-top {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.head-top2 {
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #e7791d
}
.head-top2.active {
	bottom: -50px;
}
.head-top div, .head-top span {
	font-size: 12px;
}
.hotLine .span1 {
	color: #eab78c;
	position: relative;
	padding-left: 20px;
}
.hotLine .span1:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	width: 15px;
	height: 14px;
	background: url("../img/i0.png");
}
.head-top2 .hotLine .span1:before {
	width: 28px;
	height: 25px;
	background-size: cover;
	margin-top: -12px;
	margin-right: 2px;
}
.hotLine .span2 {
	color: #fff;
	font-weight: bold;
}
.head-top2 .hotLine .span1 {
	color: #fff;
	padding-left: 30px;
}
.head-top2 .hotLine span {
	font-size: 16px;
}
.head-mid {
	height: 100px;
}
.head-con {
	width: 100%;
	background: #fff;
	height: 100px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.header.active .head-con {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 4px #ddd;
	height: 80px;
}
.header.active .logo {
	top: 5px;
}
.logo {
	position: absolute;
	top: 15px;
	left: 0;
}
.logo img {
	vertical-align: bottom;
	/* max-width: 180px; */
	max-width: 90px;
}
.menu-handler {
	width: 30px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 14px;
	transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	display: none;
}
.menu-handler .burger {
	height: 2px;
	background: #e7791d;
	display: block;
	width: 20px;
	position: absolute;
	z-index: 5;
	left: 5px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	top: 8px;
}
.menu-handler .burger-2 {
	top: 15px;
}
.menu-handler .burger-3 {
	top: 22px;
}
.menu-handler.active .burger-1 {
	top: 15px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.menu-handler.active .burger-2 {
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
	top: 15px;
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.menu-box {
	margin-right: 120px;
}
.menu-box li {
	float: left;
	margin-left: 60px;
	position: relative;
}
.menu-box li:first-child {
	margin-left: 0;
}
.nav-yi {
	display: inline-block;
	line-height: 100px;
	color: #808080;
	position: relative;
}
.nav-er-box {
	position: absolute;
	width: 140px;
	text-align: center;
	left: 50%;
	margin-left: -70px;
	background: #fff;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .2s;
	transition: transform .3s .2s;
}
.nav-tap {
	opacity: 0;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.menu-box li:hover .nav-er-box {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.menu-box li:hover .nav-tap {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.nav-er-box a {
	display: block;
	line-height: 45px;
	color: #808080;
	font-size: 12px;
}
.nav-yi:after {
	content: '';
	position: absolute;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0;
	border-top: 2px solid #e7791d;
}
.menu-box li.active .nav-yi:after {
	width: 100%;
}
.menu-box li.active .nav-yi {
	color: #e7791d;
}
 @keyframes toUp {
 0% {
 transform: translateY(50px);
 -webkit-transform: translateY(50px);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
.banner .pagination1.pagination-style {
	position: absolute;
	bottom: 5%;
	text-align: center;
}
.i7 {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	background-image: url("../img/i7.png");
}

/*about*/
.position {
	height: 80px;
	line-height: 70px;
	margin-top: -70px;
	z-index: 6;
}
.position .po_bgimg {
	width: 180px;
	text-align: center;
	background: url(../img/gkgk.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	line-height: 70px;
}
.gk-title img {
	vertical-align: middle;
	margin: -4px 5px 0 0;
}
.position .po_bgimg:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	background: #750537;
	left: 0;
}

.brief-nav {
	width: 180px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.brief-nav-con li {
	margin-top: 2px;
	position: relative;
}
.left-yi {
	display: block;
	line-height: 60px;
	background: #f5f5f5;
	color: #808080;
	position: relative;
	font-size: 16px;
}
.left-yi:before {
	content: '';
	position: absolute;
	height: 100%;
	background: #e7791d;
	left: 0;
	top: 0;
	width: 0;
}
.brief-nav-con li.active .left-yi:before {
	width: 100%;
}
.brief-nav-con li.active .left-yi {
	color: #fff;
}
.zksq {
	cursor: pointer;
	z-index: 9;
	display: none;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: url("../img/add.png") no-repeat center;
	background-size: cover;
	top: 24px;
	right: 25px;
}
li.none .zksq {
	display: none !important;
}
li.has .zksq {
	display: block !important;
}
.zksq.active {
	transform: rotate(45deg);
}
li:hover .zksq {
	background: url("../img/add2.png") no-repeat center;
	background-size: cover;
}
li.active .zksq {
	background: url("../img/add2.png") no-repeat center;
	background-size: cover;
}
.box-right {
	margin-left: 260px;
}
.title2 {
	border-bottom: 1px solid #dcdcdc;
	line-height: 50px;
	padding-top: 40px;
}
.title2 .fl {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	line-height: unset;
}
.title2 .fl img {
	vertical-align: middle;
	margin: -4px 5px 0 0;
	filter: grayscale(1);
}
.title2 .fl:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	border-top: 1px solid #333;
}
.title2 span {
	font-size: 20px;
	color: #b2b2b2;
	text-transform: uppercase;
}
.margin-t40 {
	margin-top: 40px;
}
.about-vd {
	width: 855px;
	margin: 0 auto;
	max-width: 100%;
	cursor: pointer;
}
.contentbox {
	/* padding-bottom: 40px; */
	min-height: 500px;
}
.yunu-section {
	padding: 60px 0;
}
.ny-title-r a {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 29px;
	color: #8c8c8c;
}
.ny-title-r a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 6px;
	height: 10px;
}
.ny-title-r a:hover {
	color: #e7791d;
}
#container {
	height: 640px;
	width: 100%;
}
.gywm-edit img {
	display: block;
	max-width: 100%;
	margin: 0 auto !important;
	height: auto !important;
}
.menu-handler .burger, .nav-yi:after, .zksq, .weixin-code, .i7, .img100 img, .left-yi:before, .left-yi, .pro-list-bot:after, .search-nr, .menu-box-ul, .head-top2 {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.nav-er-box a {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
.i7{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#newBridge .icon-right-top {
	top: 135px !important;
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes slideInUp {
 0% {
 opacity: 0;
 filter: alpha(opacity=0);
 -webkit-transform: translateY(100px);
 -ms-transform: translateY(100px);
 transform: translateY(100px);
 -moz-transform: translateY(100px);
 -o-transform: translateY(100px);
}
 100% {
 opacity: 1;
 filter: alpha(opacity=1);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
}
}
 @keyframes slideInUp {
 0% {
 opacity: 0;
 filter: alpha(opacity=0);
 -webkit-transform: translateY(100px);
 -ms-transform: translateY(100px);
 transform: translateY(100px);
 -moz-transform: translateY(100px);
 -o-transform: translateY(100px);
}
 100% {
 opacity: 1;
 filter: alpha(opacity=1);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
}
}
.keyword{
	font-size: 16px;
	color: #d8181d;
}
.margin-t40 p{
	text-indent: 20px; 
	font-size: 18px;
	line-height: 30px;
	color: #333;
}


 @media (min-width:1250px) {
.menu-box li:hover .nav-yi {
	color: #e7791d;
}
.menu-box li:hover .nav-yi:after {
	width: 100%;
}
.brief-nav-con li:hover .left-yi {
	color: #fff;
}
.brief-nav-con li:hover .left-yi:before {
	width: 100%
}
}
 @media (max-width:1440px) {
.big_ex {
	width: 1200px;
}
.banner .ljgd {
	bottom: 16%;
}
}
 @media (max-width:1250px) {
.big_ex, .w1128 {
	width: auto;
	margin: 0 20px;
}
body {
	padding-top: 60px;
}
.menu-handler {
	display: block;
}
.header {
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.head-mid {
	height: 60px !important;
}
.head-con {
	transform: none;
	-webkit-transform: none;
	height: 60px;
}
.header.active .head-con {
	position: relative;
	height: 60px !important;
}
.logo {
	top: 5px !important;
}
.logo img {
	height: 50px;
}
.menu-box {
	position: fixed;
	width: 100%;
	top: 60px;
	bottom: 0;
	left: -100%;
	background: #fff;
	margin: 0;
	transition: all .3s cubic-bezier(0.89, 0.04, 0.21, 0.93);
	-webkit-transition: all .3s cubic-bezier(0.89, 0.04, 0.21, 0.93);
}
.menu-box.active {
	left: 0;
}
.menu-box-ul {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 60px;
	bottom: 50px;
	overflow: auto;
}
.menu-box li {
	float: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.4);
}
.menu-box li:after {
	position: absolute;
	width: 16px;
	height: 16px;
	content: '';
	/*background: url(../images/p1.png) no-repeat center;*/
	background-size: cover;
	right: 5px;
	top: 17px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.menu-box li.active:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.menu-box li:first-child:after {
	display: none;
}
.menu-box li:last-child:after {
	display: none;
}
.menu-box li:first-child .nav-yi {
	display: block;
}
.menu-box li:last-child .nav-yi {
	display: block;
}
.menu-box li.active {
	border-color: #e7791d;
}
.nav-yi {
	line-height: 50px !important;
}
.nav-yi:after {
	display: none !important;
}
.nav-er-box {
	position: static;
	width: auto;
	margin: 0;
	text-align: left;
	text-indent: 10px;
	padding-bottom: 10px;
	display: none;
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.nav-tap {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.nav-er-box a {
	display: block;
	line-height: 32px;
}
.brief-nav, .position .po_bgimg {
	width: 200px;
}
.box-right {
	margin-left: 230px;
}
.xw-list li {
	width: 100%;
}
.zksq {
	right: 5px;
}
.left-er-box {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.left-er-box a {
	font-size: 13px;
}
.top-search {
	right: 12px;
	position: absolute;
	height: auto;
	left: 12px;
	top: 12px;
}
.search-btn, .search-close, .search-nr-wap:before {
	display: none;
}
.search-nr {
	width: 100%;
	position: relative;
	margin-top: 0;
}
.search-nr .text {
	width: 100%;
}
.menu-box.active .menu-box-ul {
	opacity: 1;
}
}
 @media (max-width:750px) {
.position .po_bgimg {
	font-size: 16px;
}
.title2{
	padding: 0;
}

.title2 .fl {
	font-size: 14px;
}
.title2 span, .ny-title-r a {
	font-size: 12px;
}
.pc-show{
	display: none;
}
.phone-show {
	display: block;
}
.big_ex, .w1128 {
	margin: 0 12px;
}
.margin-t60, .ditu-bot {
	margin-top: 25px;
}
.margin-t40 {
	margin-top: 20px;
}
.logo2, .contact-page:last-child, .result-box .search-list li {
	margin-top: 15px;
}
.title2 .fl img {
	margin-top: -3px;
}
.search-list, .result-box {
	margin-bottom: 20px;
}
.box-right {
	padding-top: 25px;
}
.left-er-box {
	width: 0;
	overflow: hidden;
	display: block;
	left: auto;
	right: 0;
	transition: all .3s linear;
	border: none;
	padding: 0;
}
.left-er-box a {
	white-space: nowrap;
}
li.in .left-er-box {
	width: 100%;
}
.left-er-wrap {
	border: 1px solid #e5e5e5;
	padding: 10px 0;
}
.page span, .page input, .pages {
	margin: 0;
}
.xw-list li, .contact-page {
	float: none;
	width: 100%;
	margin-right: 0;
}
.brief-nav {
	position: static;
	width: 100%;
}
.menu-handler {
	right: 12px;
}
.pro-list-bot {
	padding: 10px 0;
}
.pro-list-bot h5 {
	margin-right: 0;
}
.logo2 img {
	height: 40px;
}
.box-right {
	margin-left: 0;
}
.contentbox {
	padding-bottom: 10px;
	min-height: 250px;
}
.position {
	line-height: 50px;
	margin-top: -50px;
}
.position .po_bgimg {
	width: 150px;
}
.left-yi {
	line-height: 50px;
}
.zksq {
	top: 18px;
}
.left-er-box a {
	line-height: 34px;
}
.title2 .fl img {
	width: 18px;
	height: 18px;
}
.title2 {
	line-height: 34px;
}
#container {
	height: 260px;
}
.contact-page {
	max-width: none;
}
.ny-title-r a {
	display: inline-block;
}
.position {
	height: auto;
}
.ljgd {
	width: 120px;
	line-height: 40px;
}
.banner .ljgd {
	margin-left: -60px;
	bottom: 18%;
}
.brief-nav-con li {
	flex: 1;
	margin-right: 1px;
}
.brief-nav-con li:last-child {
	margin-right: 0;
}
html.active {
	overflow: hidden;
}
body {
	padding-bottom: 40px;
}
.swiper-btn-style {
	display: none;
}
.head-con .menu-box{
	position: fixed;
    width: 100%;
    top: 60px;
    /* top: 100px; */
    bottom: 0;
    left: -100%;
    background: #fff;
    margin: 0;
    transition: all .3s cubic-bezier(0.89, 0.04, 0.21, 0.93);
    -webkit-transition: all .3s cubic-bezier(0.89, 0.04, 0.21, 0.93);
}
}

.yunu-banner {
    height: 330px;
    background: no-repeat center;
}

.yunu-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

