﻿body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	/* background: #122a46 url(../images/bg2.jpg) no-repeat center center; */
	background-size: cover;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1300px;
	position: relative;
}
h3 {
	font-weight: normal;
}
.over {
	overflow: hidden;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
p {
	color:black;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	/* border: 1px solid rgba(255,255,255,0.5); */
}
.img:hover img {
	/* transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg); */
}


.rmal em{
    border: 1px solid #dbdedb;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	margin: 0 !important;
	padding: 0 !important;
}
.owl-theme .owl-controls {
	bottom: 0%;
	height: 0;
}
.owl-theme .owl-controls .owl-nav {
	height: 0;
	position: relative;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5%;
}
.owl-theme .owl-controls .owl-nav .owl-next {
	right: 5%;
}
.owl-theme .owl-dots .owl-dot span {
	width: 4px;
	height: 4px;
	opacity: .2;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	opacity: 1;
	width: 30px;
	background: #fff;
}
*, *:after, *:before {
	/* transition: all 0.5s;
	-webkit-transition: all 0.5s; */
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
/*----------header----------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.26);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	line-height: 80px;
}
.header.fixed {
	background: rgba(0,0,0,0.3);
}
.header .logo {
	width: 215px;
	text-align: center;
}
.header .logo img {
	vertical-align: middle;
}
.h_icon {
	padding: 0 40px;
	color: #fff;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,.26);
}
.h_icon span {
	display: inline-block;
	padding-left: 30px;
}
.h_icon span.qq {
	background: url(../images/icon1.png) no-repeat left center;
}
.h_icon span.tel {
	background: url(../images/icon2.png) no-repeat left center;
}
.h_text {
	color: #fff;
	margin-right: 112px;
	padding: 0 30px;
}
.menu_btn {
	cursor: pointer;
	z-index: 100;
	position: absolute;
	width: 112px;
	right: 0;
	top: 0;
	background: #C30D23;
	height: 81px;
}
.menu_btn label {
	display: block;
	width: 32px;
	height: 3px;
	background: #fff;
	margin: 2px auto;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
}
.menu_btn label.lbl1 {
	margin-top: -10px;
}
.menu_btn label.lbl2 {
	margin-top: 0px;
}
.menu_btn label.lbl3 {
	margin-top: 10px;
}
.menu {
	position: fixed;
	top: 0;
	right: -340px;
	bottom: 0;
	background: #1e2a3d;
	width: 340px;
	z-index: 99;
}
.menu ul {
	margin-top: 80px;
	border-top: 1px solid rgba(255,255,255,.05);
}
.menu li a {
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	padding: 35px;
	color: #fff;
	line-height: 1.2em;
}
.menu li a:hover, .menu li.on a {
	background-image: url(../images/icon3.png);
	background-position: 95% center;
	background-color: #17202e;
}
.menu li h4 {
	padding: 5px 0;
	padding-left: 70px;
	;
	font-size: 16px;
	font-weight: normal;
}
.menu li h4.icon1 {
	background: url(../images/menu_03.png) no-repeat left center;
}
.menu li h4.icon2 {
	background: url(../images/menu_06.png) no-repeat left center;
}
.menu li h4.icon3 {
	background: url(../images/menu_08.png) no-repeat left center;
}
.menu li h4.icon4 {
	background: url(../images/menu_10.png) no-repeat left center;
}
.menu li h4.icon5 {
	background: url(../images/menu_13.png) no-repeat left center;
}
.menu li h4.icon6 {
	background: url(../images/menu_16.png) no-repeat left center;
}
.menu li span {
	font-size: 10px;
	opacity: .2;
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
}
.page1_text {
	overflow: hidden;
}
 @media only screen and (max-height: 780px) {
.menu li a {
	padding: 30px;
}
}
 @media only screen and (max-height: 700px) {
.menu li a {
	padding: 20px;
}
}
.h_menu .h_text {
	margin-right: 340px;
}
.h_menu .menu_btn {
	right: 228px;
}
.h_menu .menu {
	right: 0;
}
.h_menu .menu_btn label.lbl1 {
	transform: rotate(45deg);
	margin-top: 0px;
}
.h_menu .menu_btn label.lbl2 {
	opacity: 0;
}
.h_menu .menu_btn label.lbl3 {
	transform: rotate(-45deg);
	margin-top: 0px;
}
.banner .item img {
	display: block;
}
p {
	text-align: justify;
}
.banner p {
	text-align: center;
}
.banner .item {
	position: relative;
	font-family: Arial;
}
.banner .item .text {
	font-size: 22px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.banner .item .text h2 {
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.page {
	padding: 140px 0;
    padding-bottom: 58px;
    padding-top:65px;
}
.page1 {
	background: url(../images/page1.jpg) no-repeat center center;
	background-size: cover;
}
.page1_text .img_box {
	width: 470px;
	float: left;
	text-align: center;
	margin-right: 40px;
}
.page1_text .img_box .img {
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.img_box img {
	display: block;
	margin: 0 auto;
}
.page1_text .text {
	overflow: hidden;
	line-height: 30px;
	color: #c6cfd9;
	padding-top: 70px;
}
.page1_text .text h3 {
	font-size: 26px;
	font-weight: normal;
	color: #fff;
}
.page1_text .text h4 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 25px;
}
.page7 .page1_text .text p {
	height: auto;
}
.page1_text .text h2 {
	font-size: 46px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
}
.page1_text .text p {
	height: 210px;
	overflow: hidden;
}
.page1_text .text .btn {
	margin-top: 40px;
}
.btn #tj {
	display: inline-block;
	width: 110px;
	line-height: 34px;
	background: #C30D23;
	border-radius:15px;
	color: #fff;
	text-align: center; border:0
}
.btn a {
	display: inline-block;
	width: 110px;
	line-height: 34px;
	background: #C30D23;
	color: #fff;
	text-align: center;
}
.btn a:hover {
	/*background: #00639a;*/
}
.page2 {
	background: url(../images/page2.jpg) no-repeat center center;
	background-size: cover;
}
.page2_text {
	padding: 90px 45px;
	background: rgba(255,255,255,.03);
	line-height: 30px;
}
.page2_text .img_box {
	float: left;
	padding-left: 90px;
	position: relative;
	margin-right: 50px;
}
.page2_text .img_box .text1 {
	position: absolute;
	top: 0;
	left: 0;
}
.page2_text .img_box .text1 span {
	display: block;
	width: 1em;
	padding-right: 20px;
	font-size: 26px;
	line-height: 40px;
}
.page2_text .img_box .text1 span:after {
	content: '';
	position: absolute;
	right: -4px;
	top: 10px;
	display: inline-block;
	width: 4px;
	height: 60px;
	background: #fff;
}
.page2_text {
	margin-bottom: 100px;
}
.page2_text .img_box .img {
	float: left;
	margin: -140px 0;
	box-shadow: 0 2px 10px rgba(0,0,0,0.45);
}
.page2_text .text {
	overflow: hidden;
	color: #c6cfd9;
}
.page2_text .text h3 {
	margin-bottom: 30px;
	font-size: 22px;
	color: #fff;
}
.page2_owl {
	position: relative;
	padding: 0 15%;
}
.owl_cur {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 5%;
	right: 5%;
}
.owl_cur span {
	display: block;
	width: 2em;
	text-align: center;
	padding: 0 20px;
	opacity: .8;
	line-height: 1.2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl_cur span.prev {
	float: left;
	;
	background: url(../images/cur1.png) no-repeat left center;
}
.owl_cur span.next {
	float: right;
	background: url(../images/cur2.png) no-repeat right center;
}
.page2_owl .item {
	max-width: 180px;
	margin: 0 auto;
	border: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 20px;
}
.page2_owl .item .box {
	cursor: pointer;
	padding: 20px;
	padding-right: 0px;
}
.page2_owl .item .box .img1 {
	height: 70px;
}
.page2_owl .item .box h3 {
	font-size: 14px;
}
.page2_owl .item .box p {
	font-size: 10px;
	text-transform: uppercase;
	opacity: .4;
	text-align: left;
}
.page2_owl .item.on, .page2_owl .item:hover {
	border: 1px solid rgba(255,255,255,.6);
}
.page2_owl .item.on .box, .page2_owl .item .box:hover {
	background: rgba(255,255,255,.2);
}
.page3 {
	background: url(../images/page3.jpg) no-repeat center center;
	background-size: cover;
}
.page3_text {
	margin-right: 40px;
	width:335px;
	line-height: 30px;
	float: left;
}
.page3_text p {
	height: 240px;
	font-size:16px;
	color: #c6cfd9;
}
.page3_text h3 {
	font-size: 26px;
	color:#2a2929;
}
.page3_text .list ul li {
	width: 33.33%;
	float: left;
}
.page3_text .list {
	margin-bottom: 20px;
	padding: 10px 0 30px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.page3_text h4 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
.page3_text .list ul li a {
	display: block;
	margin: 10px;
	font-size: 15px;
	line-height: 34px;
	/*border: 1px solid rgba(255,255,255,.2);*/
	text-align: center;
	color: #2a2929;
}
.page3_text .list ul li.on a, .page3_text .list ul li a:hover {
	background: rgba(255,255,255,.2);
	border-color: rgba(255,255,255,.6);
}
.page3_text .list ul {
	margin: -10px;
}
.page3_list::-webkit-scrollbar {
width: 12px;
background: rgba(255,255,255,.1);
}
.page3_list::-webkit-scrollbar-thumb {
background: #C30D23;
}
.page3_list {
	padding-right: 10px;
	height: 611px;
	overflow: hidden;
	/* overflow-y: auto; */
}
.page3_list .list ul li {
	width: 31.333%;
	margin-left:0.5%;
	margin-top:10px;
	margin-right:0.5%;
	float: left;
}
.tts{
    width:1461px !important;
    max-width:1461px !important;
}

.page3_list .list ul {
	margin: -5px;
}
.page3_list .list ul li a {
	display: block;
	margin: 5px;
	position: relative;
}
.page3_list img {
	display: block;
}
.page3_list a:hover .text {
	/* opacity: 1; */
	display:none;
}

.page3_list a:hover .text2{
	margin-top: -65px;
    position: absolute;
    width: 100%;
    height: 65px;
    line-height:26px;
	display: block;
	background-color: #C30D23;
}
.page3_list .text2{width:100%;text-align: center;color:white;
	display: none;
}
.page3_list .text {

		position: absolute;
	
		width: 100%;
		
		bottom: 23px;
		text-align: center;
}
.page3_list .text span {
	display: block;
	width: 100%;
	font-size: 14px;
	position: absolute;
	top: 50%;
	/* right: 15%; */
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color:black;
	line-height: 1.2em;
	text-align: center;
}
label.line {
	display: inline-block;
	width: 60px;
	height: 4px;
	background: #2a2929;
	margin: 20px 0;
}
.page4 {
	background: url(../images/page4.jpg) no-repeat center center;
	background-size: cover;
}
.page5 {
	background: url(../images/page3.jpg) no-repeat center center;
	background-size: cover;
}
.page6 {
	background: url(../images/page6.jpg) no-repeat center center;
	background-size: cover;
}
.page_tit {
	text-align: center;
}
.page_tit.left {
	text-align: left;
}
.page_tit h3 {
	font-size: 37px;
}
.team_owl {
	position: relative;
}
.team_owl .owl_cur {
	left: 0;
	right: 0;
}
.team_text {
	position: relative;
	text-align: center;
}
.team_text h4 {
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
}
.team_text p {
	max-width: 670px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
}
.team_owl .item {
	max-width: 200px;
	margin: 0 auto;
	background: rgba(255,255,255,.03);
	text-align: center;
	margin-top: 120px;
}
.team_owl .item:hover, .team_owl .item.on {
	margin-top: 80px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.team_owl .item .text {
	padding: 25px 0;
}
.team_owl .item .text h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.team_owl .item p {
	text-align: center;
}
.owl_carousel {
	position: relative;
}
.news_owl {
	padding: 0 7%;
	margin: 0 auto;
	margin-top: 50px;
}
.news_owl .owl_cur {
	left: 0;
	right: 0;
	top: 35%;
}
.news_owl .item {
	line-height: 30px;
	max-width: 338px;
	margin: 0 auto;
}
.news_owl .item h3 {
	margin-bottom: 10px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	color: #fff;
	margin-top: 10px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_owl .item p {
	height: 90px;
	overflow: hidden;
	margin-bottom: 25px;
}
.news_owl .item .bottom {
	color: #fff;
}
.news_owl .item .bottom .btn {
	float: right;
}
.btn span {
	display: block;
	width: 76px;
	line-height: 28px;
	background: #C30D23;
	color: #fff;
	text-align: center;
}
.page6_text {
	width: 45%;
	float: left;
}
.page6 {
	position: relative;
}
.copyright {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.copyright p {
	text-align: center;
	opacity: .36;
}
.page6_contact {
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 5px;
	width: 45%;
	float: right;
	padding:7px 0;
}
.page6_contact .list {
	padding: 0 25px;
}
.page6_contact .list li {
	width: 48%;
	margin: 0 1%;
	float: left;
	margin-bottom: 25px;
}
.page6_contact .list li.li_last {
	width: 98%;
}
.page6_contact .list ul {
	margin: 0 -1%;
}
.page6_contact .list span {
	display: block;
	margin-bottom: 10px;
	color: #afb6be;
	font-size:16px;
}
.div_input {
	background: #fff;
	padding: 0 15px;
	line-height: 46px;
}
.div_input textarea {
	padding: 10px 0;
	background: none;
	height: 150px;
	width: 100%;
	border: 0;
	resize: none;
	font-size:16px;
}
.div_input input {
	background: none;
	width: 100%;
	border: 0;
	font-size:16px;
}
.page6_contact h3 {
	text-align: center;
	font-size: 22px;
	line-height: 50px;
	margin-bottom: 25px;
}
.page6_text .list ul li {
	margin-top: 15px;
	line-height: 40px;
	padding-left: 64px;
}
.page6_text .list ul li p {
	color: #fff;
}
.page6_text .list ul li.li1 {
	background: url(../images/icon8.png) no-repeat left center;
}
.page6_text .list ul li.li2 {
	background: url(../images/icon9.png) no-repeat left center;
}
.page6_text .list ul li.li3 {
	background: url(../images/icon10.png) no-repeat left center;
}
.page6_text .ewm {
	width: 172px;
	position: relative;
	padding: 12px;
	margin-top: 40px;
}
.page6_text .ewm i {
	display: block;
	width: 22px;
	height: 22px;
	border-style: solid;
	border-color: #fff;
	position: absolute;
}
.page6_text .ewm i.i_t {
	top: 0;
	border-top-width: 2px;
}
.page6_text .ewm i.i_l {
	left: 0;
	border-left-width: 2px;
}
.page6_text .ewm i.i_r {
	right: 0;
	border-right-width: 2px;
}
.page6_text .ewm i.i_b {
	bottom: 0;
	border-bottom-width: 2px;
}
.page6_text .ewm img {
	display: block;
}
.page6_contact .btn {
	margin: 20px 0;
}
.center {
	text-align: center;
}
/*----------mainer----------*/
.mainer {
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: rgba(255,255,255,.2);
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #C30D23 !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(../images/full1.png);
}
.full li a span.span2 {
	background-image: url(../images/full2.png);
}
.full li a span.span3 {
	background-image: url(../images/full3.png);
}
.full li a span.span4 {
	background-image: url(../images/full4.png);
}
.page_tag {
	padding: 20px 0;
	margin-bottom: 60px;
	text-align: center;
}
.page_tag ul {
	display: inline-block;
	border: 1px solid rgba(255,255,255,.2);
}
.page_tag ul li {
	margin-right: -3px;
	display: inline-block;
}
.page_tag ul li a {
	display: block;
	padding: 0 28px;
	position: relative;
	line-height: 34px;
	color: #fff;
}
.page_tag ul li a:after {
	content: "|";
	display: block;
	position: absolute;
	top: 0;
	right: -2px;
	opacity: .26;
}
.page_tag ul li:last-child a:after {
	display: none;
}
.page_tag ul li a:hover, .page_tag ul li.on a {
	background: #C30D23;
}
.page_tag ul li a:hover:after, .page_tag ul li.on a:after {
	display: none;
}
.fzlc_list .list {
	padding: 20px 0;
	position: relative;
}
.fzlc_list .list .line {
	position: absolute;
	left: 158px;
	top: 0;
	bottom: 0;
	width: 6px;
	background: #fff;
	opacity: .2;
}
.fzlc_list ul li {
	padding: 15px 0;
}
.fzlc_list ul li span {
	font-size: 32px;
	position: relative;
	display: block;
	width: 160px;
	float: left;
	margin-right: 100px;
}
.fzlc_list ul li span:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #fff;
	border: 3px solid #C30D23;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: -11px;
}
.fzlc_list ul li .text {
	overflow: hidden;
}
.fzlc_list ul li .text p {
	min-height: 90px;
}
.mainer {
	position: relative;
}
.jxry_list ul li {
	width: 25%;
	float: left;
}
.jxry_list ul li a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 10px;
	line-height: 50px;
}
.jxry_list ul li .img {
	max-width: 256px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.jxry_list ul li img {
	display: block;
}
.zp_list ul li {
	width: 25%;
	float: left;
}
.zp_list ul li a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 10px;
	line-height: 50px;
}
.zp_list ul li .img {
	max-width: 290px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.zp_list ul li img {
	display: block;
}
.pagesize {
	margin: 50px 0;
	text-align: center;
}
.pagesize a {
	display: inline-block;
	width: 50px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 40px;
	vertical-align: middle;
	background-color: #edf1f2;
	color: #4f6074;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;

}
.pagesize a.prev {
	background-image: url(../images/prev.png);
}
.pagesize a.next {
	background-image: url(../images/next.png);
}
.pagesize a.page-num-current, .pagesize a:hover {
	background-color: #C30D23;
	color: #fff;
}
/*----------footer----------*/
.footer {
}
/*----------custom----------*/

.team_list {
}
.team_list ul {
	margin: 0 -1.5%;
}
.team_list ul li {
	float: left;
	width: 47%;
	margin: 0 1.5% 30px;
	background: #19304b;
	position: relative;
}
.team_list ul li .img {
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.team_list ul li .img img {
	display: block;
	width: 100%;
}
.team_list ul li .web {
	overflow: hidden;
	padding: 38px 30px 0 20px;
}
.team_list ul li .web h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.team_list ul li .web h3 span {
	float: right;
	width: 95px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #C30D23;
	font-size: 14px;
	border-radius: 3px;
}
.team_list ul li .web p {
	margin-top: 20px;
}
.team_list ul li .web a.btn_def {
	display: block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #C30D23;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
.yewu_list {
}
.yewu_list ul li {
	margin-bottom: 30px;
	background: #18304a;
}
.yewu_list ul li .img {
	float: left;
	width: 245px;
	height: 270px;
	overflow: hidden;
}
.yewu_list ul li .img img {
	display: block;
	width: 100%;
}
.yewu_list ul li .web {
	overflow: hidden;
	padding: 40px 64px 0 44px;
}
.yewu_list ul li .web h3 {
	font-size: 22px;
}
.yewu_list ul li .web p {
	margin-top: 17px;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	transition: all 0s;
}
.fp_modal {
	display: table;
	background: rgba(20,29,38,0.8);
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	width: 90%;
	max-width: 1145px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 0;
}
.md_close {
	width: 33px;
	height: 33px;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.news_md_cont {
}
.page1_text .tit {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin: 20px 20px;
}
.page1_text .tit h3 {
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.page1_text .tit p {
	color: #fff;
	margin-top: 5px;
}
.news_md_cont .web {
	margin: 30px 0 0;
	height: 448px;
	padding: 0 20px;
	overflow-y: auto;
}
.news_md_cont .web .img {
	float: left;
	margin-right: 30px;
	margin-top: 8px;
}
.news_md_cont .web .img img {
	display: block;
}
.news_md_cont .web .text {
}
.news_md_cont .web .text p {
	color: #666;
	line-height: 28px;
}
.btn_sx {
	line-height: 60px;
	padding: 0 8px;
	margin-top: 27px;
	border-top: 1px solid #e5e5e5;
}
.btn_sx p {
	text-align: right;
	color: #e5e5e5;
}
.btn_sx a {
	color: #666;
	margin: 0 12px;
}
.btn_sx a:hover {
	color: #C30D23;
}
.job_list {
}
.job_list ul li {
	border: 1px solid #41556b;
	background: #1e354f;
	border-radius: 3px;
	margin-bottom: 20px;
}
.job_list ul li .tit {
	padding: 35px 40px 40px 30px;
}
.job_list ul li .tit h3 {
	font-size: 22px;
	color: #2fb5ff;
}
.job_list ul li .tit h3 label {
	float: right;
	width: 24px;
	height: 24px;
	background: url(../images/icon11.png) no-repeat center center;
	margin-top: 3px;
}
.job_list ul li.on .tit h3 label {
	background: url(../images/icon11-1.png) no-repeat center center;
}
.job_list ul li .tit p {
	font-size: 18px;
	color: #fff;
	margin: 15px 0 12px;
}
.job_list ul li .tit span {
	display: block;
	width: 136px;
	height: 22px;
	line-height: 22px;
	background: #0c2036;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.job_list ul li .drop {
	padding: 18px 30px 45px 37px;
	border-top: 1px solid #41556b;
	transition: all 0s;
	display: none;
}
.job_list ul li .drop .text {
	margin-top: 22px;
}
.job_list ul li .drop .text h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
}
.job_list ul li .drop .text p {
}

 @media only screen and (max-width: 1560px){
     
     .index-service .ssssw li .msg{
         font-size:13px !important;
         line-height:22px !important;
     }
     .barwrap .logo img{
         width:209px;
     }
     .barwrap{
        height:80px !important;
     }
     .navbar li{
         line-height:80px !important;
     }
     .second-link{
         font-size: 14px !important;
     }
     .navbar li a{
         font-size: 15px !important;
     }
     .title-about{
         margin-top: 119px !important;
     margin-bottom:11px !important;
         
     }
     .index-sec3 li h3{
         font-size:22px !important;
     }
     .index-sec3 li p{
         margin-top:10px !important;
     }
     
 }


 @media only screen and (max-width: 1200px) {
.banner .item .text h2 {
	font-size: 36px;
}
}
 @media only screen and (max-width: 1000px) {
.page3_list .list ul li {
	width: 50%;
}
.page2_text .img_box .img {
	width: 300px;
	margin: -90px 0;
}
.page2_text {
	padding: 50px;
}
.page2_text .text h3 {
	margin-bottom: 10px;
}
.h_icon {
	padding: 0 20px;
}
.header .logo {
	width: 180px;
}
.h_text {
	padding: 0 10px;
}
.zp_list ul li {
	width: 33.33%;
}
.yewu_list ul li .web {
	padding: 20px;
	padding-bottom: 0;
}
.team_list ul li {
	width: 97%;
}
.page1_text .img_box {
	width: 40%;
}
.page1_text .text {
	padding-top: 20px;
}
}
 @media only screen and (max-width: 800px) {
.page_tag {
	margin-bottom: 20px;
}
.page {
	padding: 100px 0;
}
.h_menu .h_text {
	margin: 0;
	z-index: 100;
	position: absolute;
	right: 0;
}
.fzlc_list ul li span {
	width: 120px;
	margin-right: 40px;
}
.fzlc_list .list .line {
	left: 118px;
}
.jxry_list ul li {
	width: 33.333%;
}
.page_tag ul li {
	display: block;
	width: 16.66666%;
	float: left;
	margin: 0 auto;
}
.page_tag ul li a {
	padding: 0;
	display: block;
}
.page_tag ul {
	display: block;
}
.page_tag ul:after {
	content: '';
	display: block;
	clear: both;
}
.page1_text .text, .page1_text .text p {
	height: auto;
	overflow: initial;
}
.page1_text .img_box {
	margin-right: 20px;
}
.yewu_list ul li .web {
	overflow: initial;
}
.yewu_list ul li .img {
	margin-right: 20px;
}
.page6_text, .page6_contact {
	width: 100%;
	float: none;
}
.page6_text {
	margin-bottom: 20px;
}
.page2_text .img_box .img {
	width: 250px;
}
.page2_text {
	margin-bottom: 40px;
	padding: 40px 30px;
}
.page2_text .img_box {
	margin-right: 20px;
}
.page3_text, .page3_list {
	width: 100%;
	float: none;
}
.page3_text p {
	height: auto;
}
.page3_text {
	margin-bottom: 30px;
}
.page3_list .list ul li {
	width: 31.333%;
}
.page3_list {
	height: auto;
}
.team_text .text {
	width: 80%;
	margin: 0 auto;
}
.page_tit.left {
	text-align: center;
}
.page6_text .text p {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.page6_text .list li {
	display: inline-block;
	margin: 0 15px;
}
.page6_text .ewm {
	margin: 20px auto;
}
.page6_text {
	text-align: center;
}
.banner .item .text h2 {
	font-size: 26px;
}
.banner .item .text {
	font-size: 16px;
}
.page2_owl {
	padding: 0 60px;
}
.owl_cur {
	left: 0;
	right: 0;
}
}
 @media only screen and (max-width: 750px) {
.h_icon {
	line-height: 30px;
	display: none;
}
.h_text {
	margin-right: 60px;
}
.menu_btn {
	width: 60px;
	height: 60px;
}
.header {
	line-height: 60px;
}
.menu ul {
	margin-top: 60px;
}
.h_menu .menu_btn {
	right: 280px;
}
.banner .img1 {
	overflow: hidden;
}
.banner .img1 img {
	width: 180%;
	margin-left: -40%;
	max-width: inherit;
}
.wrap {
	width: 90%;
}
.banner .item .text {
	margin-top: 20px;
}
.page1_text .img_box {
	width: 100%;
	float: none;
	margin: 0;
	margin-bottom: 20px;
}
.page {
	padding: 20px 0;
}
.page2_text .img_box {
	margin-right: 0;
	float: none;
}
.page2_text .img_box:after {
	content: '';
	clear: both;
	display: block;
}
.page2_text .img_box .img {
	margin: 0 20px;
	width: 200px;
}
.full {
	display: none;
}
.page3_text .list ul li a {
	margin: 5px;
}
.page3_text .list ul {
	margin: 0
}
.page3_text .line {
	margin-bottom: 0;
}
.page3_text p {
	margin-bottom: 15px;
}
.team_text .text {
	width: auto;
	margin: 0 0px;
}
.team_owl .owl_cur {
	bottom: -40px;
	top: auto;
	z-index: 100
}
.team_text {
	z-index: 100
}
.team_owl .item {
	margin-top: 80px;
}
.team_owl .item:hover, .team_owl .item.on {
	margin-top: 40px;
}
.news_owl {
	padding: 0 0px;
}
.news_owl .owl_cur {
	z-index: 10
}
.page6_text .list ul li {
	display: block
}
.page6_contact .list li {
	width: 98%;
}
.mainer {
	padding-bottom: 80px;
}
.copyright {
	bottom: 10px;
}
.page6_text .list ul li p {
	line-height: 20px;
	padding: 10px 0;
}
.page_tag ul li {
	width: 33.333%;
}
.page7, .page8 {
	padding-top: 80px;
}
.zp_list ul li {
	width: 50%;
}
.zp_list ul li a {
	font-size: 14px;
	line-height: 30px;
}
.header.fixed {
	background: rgba(0,0,0,.75)
}
.yewu_list ul li .img {
	margin-right: 0;
	width: 100%;
	float: none;
}
.yewu_list ul li .web {
	padding: 15px;
}
.team_list ul li .img {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.team_list ul li .web {
	padding: 20px 15px;
	padding-bottom: 40px;
}
.news_md_cont .web .img {
	float: none;
	width: 100%;
}
.team_list ul li .web p {
	margin-top: 10px;
}
.modal_cont {
	padding: 15px 0;
}
.news_md_cont .web {
	margin-top: 15px;
	height: 350px;
}
.btn_sx {
	line-height: 30px;
}
.jxry_list ul li {
	width: 50%;
}
.jxry_list ul li a {
	font-size: 14px;
	line-height: 40px;
	margin: 5px;
}
.jxry_list ul {
	margin: 0 -5px;
}
.job_list ul li .tit {
	padding: 10px;
}
.job_list ul li .drop {
	padding: 10px;
}
.job_list ul li .drop .text {
	margin-top: 0
}
.fzlc_list ul li span {
	font-size: 22px;
	width: 80px;
	margin-right: 35px;
}
.fzlc_list .list .line {
	left: 78px;
}
.job_list ul li .tit p {
	font-size: 14px;
}
.ht50 {
	height: 10px;
}
.page1_text .text h2 {
	font-size: 30px;
}
.copyright p {
	font-size: 12px;
	margin: 0 15px;
}
}

.fp-viewing-1 .barwrap{
	background-color:white;
}
.fp-viewing-2 .barwrap{
	background-color: white;
}
.fp-viewing-3 .barwrap{
	background-color:white;
}
.fp-viewing-4 .barwrap{
	background-color:white;
}
.fp-viewing-5 .barwrap{
	background-color:white;
}
.fp-viewing-6 .barwrap{
	background-color:white;
}
.fp-viewing-1 .barwrap .navbar a{
    color:black;
}
.fp-viewing-2 .barwrap .navbar a{
    color:black;
}
.fp-viewing-3 .barwrap .navbar a{
    color:black;
}
.fp-viewing-4 .barwrap .navbar a{
    color:black;
}
.fp-viewing-5 .barwrap .navbar a{
    color:black;
}
.fp-viewing-6 .barwrap .navbar a{
    color:black;
}

.on .navbar a{
    color:black;
}

	.barwrap.on{ animation-name: down; animation-duration: 1s; background:white; border-bottom: none;}
	.barwrap.on .div2 b{ color: #fff;}
	.barwrap.on .div2{ border-left: 1px solid #e8b861;}
	.barwrap.on .navbar li:hover a,.barwrap.on .navbar li.on a { color: #252733;}
	.barwrap.on .navbar li a b,.barwrap.on .navbar li.on a b{ background: #e60012;}
	

.barwrap{ padding: 0 30px;  height: 100px; position: fixed; top: 0; left: 0; right: 0; z-index: 333; display: flex; display: -ms-flexbox;
	background: rgba(0,0,0,0.2);  border-bottom: 1px solid rgba(255,255,255,0.3); align-items: center; justify-content:center;}
   .barwrap .logo{ display: block; -webkit-flex-grow: 0.5; flex-grow: 0.5; -webkit-box-flex-group: 0.5; }
   .navbar{ display: flex; display: -ms-flexbox;  display: -ms-flexbox; justify-content: space-around;  flex-grow: 1.8;
   -webkit-flex-grow:  1.8; -webkit-box-flex-group: 1.8; padding-right: 45px;}
   .navbar li{  line-height: 100px;}
   .navbar li a{ color: #fff; font-size: 17px; transition: all 0.6s;  position: relative; display: block;}
   .navbar li a b{ position: absolute; left: 0; right:0; bottom: 0; height: 2px; background: #e60012; display: block; z-index: 33; width: 0;
   transition: all 0.6s; width:100%; transform: scale(0);}
   .navbar li:hover a b,.navbar li.on a b{ transform: scale(1);}
   .navbar li:hover a,.navbar li.on a{ color: #fff;}
   .barwrap  .div2{ display: flex; display: -ms-flexbox; align-items: center; -webkit-align-items: center; 
	border-left: 1px solid rgba(255,255,255,0.3); flex-grow: 0.1; justify-content: flex-end; }
   .barwrap .div2 h3{ font-size: 20px; color: #000;}
   .barwrap .div2 h3 img{ display: inline-block; margin-right: 20px; vertical-align: middle;}
   .barwrap .div2 strong{ display: block; font-size: 16px; color: #fff;  padding-bottom: 10px; line-height: 1;}
   .barwrap .div2 b{ display: block; font-size: 22px; color: #fff; font-family:segeo; line-height: 1;}
   .second-menu {
	width: 100%;
	position: absolute;
	left: 0px;
  background: rgba(0,0,0,0.5);
	padding: 15px;
	opacity: 1;
	display: none;
}

.second-menu>li {
	float: left;
	width: 120px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.second-link {
	color: white !important;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding: 7px 0px;
	display: block;
  font-size:18px !important;
	margin-bottom: 10px;
    line-height:30px !important;
}
.second-link a{
    color:black;
}
.second-link:hover {
	color: #459df5;
}

.third-menu>li {
	position: relative;
}

.third-link {
	padding: 3px 15px;
	display: block;
	color: white !important;
    line-height:34px;
}

.third-link.hover {
	background: #f3f3f3;
	color: #459df5;
	border-radius: 4px;
}

.fourth-menu {
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 15px;
	left: 125px;
	display: none;
	top: 0px;
	width: 150px;
	z-index: 999;
	border-radius: 6px;
	box-shadow: 1px 1px 7px #ddd;
}

.fourth-menu:before,
.fourth-menu:after {
	content: "";
	display: block;
	border-width: 10px;
	position: absolute;
	top: 8px;
	left: -20px;
	border-style: solid dashed dashed;
	border-color: transparent #ddd transparent transparent;
	font-size: 0;
	line-height: 0;
}

.fourth-menu:after {
	top: 10px;
	left: -16px;
	border-width: 8px;
	border-color: transparent #fff transparent transparent;
}

.fourth-menu a {
	display: block;
	color: #666;
	padding: 4px 0px;
}

.fourth-menu a:hover {
	color: #459df5;
	text-decoration: underline;   		
}
.shhs{    width: auto;
  float: left;
  text-align: center;
  margin-left: 12px;
  padding-left: 14px;
  padding-right: 15px;}
    .sjd:hover{background-color:#C30D23;color:white;}
    .sjd:hover .third-link{color:white !important;}
    .second-link:hover{color:#C30D23!important;}
    .sssc{width:1500px;margin: auto;}
    .zp:hover .second-menu{
      display: block;
    }


    /* .hshhs{display: block;
      position: absolute;
      background: rgba(0,0,0,0.5);
      padding-left: 10px;
      padding-right: 10px;
      margin-left: -16px;}
    .hshhs a{display:block;    width: 100%;
      height: 35px;line-height:28px;text-align: center;}
    .hshhs a:hover{background:#000000;} */
    .er_nav a {

      display:block;
      z-index:2;
      position:relative;
    }
    .er_nav li{
        display:block;
        width:100%;
        position:relative;
      }
      
    .er_nav span:before>a{
      background:none;
      }
      
    .er_nav li a:before{
    
    content:'';
      width:0px;
      display:inline-block;
      height:100%;
      z-index:1;
       position: absolute;
      left: 0;
      top: 0;
      background: -webkit-linear-gradient(left, rgba(0,65,152,.6), rgba(0,184,206,.6));
      background: -o-linear-gradient(right, rgba(0,65,152,.6), rgba(0,184,206,.6));
      background: -moz-linear-gradient(right, rgba(0,65,152,.6), rgba(0,184,206,.6));
      background: #C30D23;
     transition: all ease-out .3s;
      -moz-transition: all ease-out .3s;
      -webkit-transition: all ease-out .3s;
      -o-transition: all ease-out .3s;
      /*opacity: .2*/
    
    }
    .er_nav li a:hover:before{
      width:100%;
      /*opacity:.6;*/
      }
    
  
  .er_nav li a p{
      position: relative;
      z-index: 1;
      line-height:42px;
      color:white;
	  text-align: center;
  }
  
.er_nav {

  position: absolute;
  background: rgba(12, 23, 36, .43);
  border: 0 !important;
  z-index: 999;
  /* top: -3px; */
  /* padding: 15px 28px; */
  display: none;
  transition: all ease-in-out .5s;
  width: 7%;
  text-align: center;
  margin-left:-35px;
}
.zp:hover .er_nav{display: block;}


.index-sec2 {
	background: url(../images/page3.jpg) no-repeat center center;
	background-size: cover;
}

.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1300px;
	position: relative;
}

.page3_text {
	margin-right: 40px;
	width:335px;
	line-height: 30px;
	float: left;
}
.page3_text p {
	height: 240px;
	color: #c6cfd9;
}
.page3_text h3 {
	font-size: 37px;
}
.page3_text .list ul li {
	width: 33.33%;
	float: left;
}
.page3_text .list {
	margin-bottom: 20px;
	padding: 10px 0 30px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.page3_text h4 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
.page3_text .list ul li a {
	display: block;
	margin: 10px;
	line-height: 34px;
	border: 1px solid rgba(42,41,41,.2);
	text-align: center;
	color: #2a2929;
}
.page3_text .list ul li.on a, .page3_text .list ul li a:hover {
	background: rgba(42,41,41,.2);
	/* border-color: rgba(255,255,255,.6); */
	color:white;
}
.page3_text .list ul {
	margin: -10px;
}
.page3_list::-webkit-scrollbar {
width: 12px;
background: rgba(255,255,255,.1);
}
.page3_list::-webkit-scrollbar-thumb {
background: #C30D23;
}
.page3_list {
	padding-right:0px;
	height:798px;
	overflow: hidden;
	/* overflow-y: auto; */
}
.page3_list .list ul li {
	width: 31.333%;
	float: left;
}
.page3_list .list ul {
	margin: -5px;
}
.page3_list .list ul li a {
	display: block;
	margin: 5px;
	position: relative;
}
.page3_list img {
	display: block;
}
.page3_list a:hover .text {
	opacity: 1;
}
.page3_list .text {
	position: absolute;
	
	width: 100%;
	
	bottom: 23px;
	text-align: center;
}
.page3_list .text span {
	display: block;
	width: 100%;
	font-size: 14px;
	position: absolute;
	text-align: center;
	top: 50%;
	/* right: 15%; */
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color:black;
	line-height: 1.2em;
}
.chapio{
  width: 1400px;
    margin: auto;
    margin-top: 12%;
}


.products-list {
	min-height: 430px;
}
.products-list .item {
	width: -moz-calc(25% - 20px);
	width: -webkit-calc(25% - 20px);
	width: calc(25% - 20px);
	margin-bottom: 20px;
}
.products-list .item .main {
	width: 100%;
	line-height: 22px;
	background-color: #fff;
	padding: 20px 25px;
	left: 0;
	bottom: -90px;
}
.products-list .item .main .left {
	width: 72%;
}

.text .btn{
    display: block;
    width: 133px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    /* border: #fff solid 1px; */
    background: #C30D23;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 33px;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* margin-left: 88px; */
    /* margin-top: 20px;*/
}

.products-list .item .main .name {
	font-size: 16px;
}
.products-list .item .main .cate {
	font-size: 14px;
	color: #aaa;
}
.products-list .item .main .right {
	line-height: 44px;
}
.products-list .item:hover .box {
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.products-list .item:hover .main {
	bottom: 0;
}

.page3_list .list li:first-child{
	margin-left:33% ;
}



.box-advantage
{
    /* padding-top: 40px; */

    background: url(../images/advantage_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-advantage
    {
        background-position: right center;
    }
}
.box-advantage .text
{
    position: relative;
margin-top:-30px;
    float: right;

    width: 100%;
    height: 100%;
}
@media (max-width: 1560px)
{
    /* .box-advantage .text
    {
        width: 70%;
    } */
    .box-advantage .text .list{
        top: 55% !important;
    }
   
}
@media (max-width: 991px)
{
    .box-advantage .text
    {
        width: 100%;
        margin: 0;
    }
}
.box-advantage .text .list
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    /* padding: 5%; */
    margin-top: 3%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .box-advantage .text .list
    {
        padding-right: 0;
        margin: 5%;
        width: 90%;
    }
}
.box-advantage .text .list ul
{
    margin: 0 -20px;
}
@media (max-width: 1560px)
{
    .box-advantage .text .list ul
    {
        margin: 0 -10px;
    }
}
.box-advantage .text .list ul li
{
    float: left;
    overflow: hidden;
    
    width: 33.33333333%;
    padding: 20px;
}
@media (max-width: 1560px)
{
    .box-advantage .text .list ul li
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .box-advantage .text .list ul li
    {
        padding: 5px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .text .list ul li
    {
        width: 50%;
    }
}
.box-advantage .text .list .item
{
    display: block;

    padding: 14px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: rgba(255, 255, 255, .4);
}
@media (max-width: 767px)
{
    .box-advantage .text .list .item
    {
        padding: 4px;
    }
}
.box-advantage .text .list .item .note
{
    padding: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 1560px)
{
    .box-advantage .text .list .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .text .list .item .note
    {
        padding: 10px;
    }
}
.box-advantage .text .list .item .note b
{
    font-size: 24px;
    line-height: 32px;

    display: block;

    height: 32px;
    margin-bottom: 20px;

    text-align: center;
}
@media (max-width: 1560px)
{
    .box-advantage .text .list .item .note b
    {
        font-size: 20px;

        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .text .list .item .note b
    {
        font-size: 16px;
    }
}
.box-advantage .text .list .item .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 1560px)
{
    .box-advantage .text .list .item .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .text .list .item .note p
    {
        font-size: 13px;
        line-height: 1.69230769;
    }
}
@media (min-width: 1199px)
{
    .box-advantage .text .list .item:hover
    {
        background-color: #A4AC1B;
    }
    .box-advantage .text .list .item:hover .note
    {
        background-color: #A4AC1B;
    }
    .box-advantage .text .list .item:hover .note b,
    .box-advantage .text .list .item:hover .note p
    {
        color: #fff;
    }
    .box-advantage .text .list .item:hover .note b
    {
        font-size: 30px;
    }
}



.solution {
    /* background-color: #06050a; */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /* padding: 30px 0 50px !important; */
    margin-top: 1px;
    /*overflow: hidden;*/
    box-sizing: border-box;
    width: 100%;
}

.solution .solution-slide {
    position: relative;
    width: 85%;
    margin: 0 auto;
}

.solution .solution-slide .solution-slide-menu {
    width: 320px;
    text-align: center
}

.solution .solution-slide .solution-slide-menu ul {
    position: relative;
    z-index: 1
}

.solution .solution-slide .solution-slide-menu ul li {
    padding:42px 0;
    position: relative;
    overflow: hidden;
    ;
    cursor: pointer;
    background:white;
    box-sizing: border-box;
}

.solution .solution-slide .solution-slide-menu ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    /*background-color: #C30D23;*/
    overflow: hidden;
    display: block;
    z-index: 1;
}

.solution .solution-slide .solution-slide-menu ul li.cur span {
    width: 100%;
}

.solution .solution-slide .solution-slide-menu ul li i.icon{
    display: block;
    width: 100px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/solution-icon.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}


.solution .solution-slide .solution-slide-menu .cur i.icon {
    display: block;
    width: 100px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/solution-icon74.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.solution .solution-slide .solution-slide-menu ul li p {
    margin: 10px 0 0;
    font-size: 16px;
    color:#C30D23;
    position: relative;
    z-index: 2;
	text-align: center;
}

.solution .solution-slide .solution-slide-menu ul li .icon1 {
    background-position: 0px 0px;
}

.solution .solution-slide .solution-slide-menu ul li .icon2 {
    background-position: 0px -60px;
}

.solution .solution-slide .solution-slide-menu ul li .icon3 {
    background-position: 0px -120px;
}

.solution .solution-slide .solution-slide-menu ul li .icon4 {
    background-position: 0px -180px;
}

.solution .solution-slide .solution-slide-menu ul li .icon5 {
    background-position: 0px -200px;
}

.solution .solution-slide .solution-slide-body {
    width: calc(100% - 350px);
    /*min-height: 670px;*/
    position: absolute;
    top: 0px;
    right: 0px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item {
    width: 100%;
    display: none;
}

.solution .solution-slide .solution-slide-body .solution-slide-item h4 {
    color: #fff;
    font-size: 28px;
    margin: 20px 0px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item>p {
    width: 100%;
    color: #fff;
    line-height: 30px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item .row {
    margin-top: 80px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item .row .col-3 {
    width: 25%;
    float: left;
}

.solution .solution-slide .solution-slide-body .solution-slide-item .row .col-lg-3 .item-info-item {
    width: 100%;
    text-align: center;
}

.solution .solution-slide .solution-slide-body .solution-slide-item .row .col-3 .item-info-item i {
    display: inline-block;
    width: 100px;
    height: 90px;
    line-height: 90px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item .row .col-3 .item-info-item p {
    color: #fff;
    font-size: 14px;
}

.solution .solution-slide .solution-slide-body .s-button {
    position: absolute;
    left: 0px;
    bottom: 30px;
}

.solution .solution-slide .solution-slide-body .s-button a {
    display: block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ff5800;
    font-size: 15px;
    border: 1px solid #ff5800;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.solution .solution-slide .solution-slide-body .s-button a:hover {
    background-color: #ff5800;
    color: #fff;
}


@media screen and (max-width: 700px) {
    .solution .solution-slide .solution-slide-menu ul li{
        width: 33%;
        float: left;
        text-align: center;
    }
    .solution-slide-menu{
        width: 100% !important;
    }
    .solution-slide-body{
        width: 100% !important;
        position: static !important;
    }
    .solution-slide{
        width: 95% !important;
    }
    .solution .solution-slide .solution-slide-body .solution-slide-item .row{
        margin: 0 !important;
    }
    .solution-slide-item h4{
        text-align: center;
        font-size: 22px !important;
        margin: 2rem 0 !important;
    }
 
    .solution .solution-slide .solution-slide-body .solution-slide-item>p{
        line-height: 25px !important;
    }
    .solution .solution-slide .solution-slide-menu ul li span{
        background: none !important;
    }
   
}
.col-lg-3 {
	width: 31%;
    float: left;
    margin-left: 1%;
    margin-right:1%;
    margin-bottom:2%;
}
.sdsxs{
    color:black !important;
    background:white;
    padding-top: 8px;
    padding-bottom: 9px;
    display: block;
white-space: nowrap;
overflow: hidden;
margin-top:-12px;
text-overflow: ellipsis;
}

.swiper {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }  

  .title-about {
    text-align: center;
    margin: 20px 0;
	margin-top:80px;
    color: #fff;
}
.title-about b {
   font-size: 37px;
    font-weight: 500;
    display: block;
    color:black;
}
.title-about p {
       font-size: 24px;
    line-height: 58px;
    font-style: inherit;
    font-family: monospace;
    letter-spacing: 3px;
color: black !important;
text-align: center;
}

.dssa:hover .sdsxs{
    background: #C30D23 !important;
    color:white !important;
}


@charset "UTF-8";
 .index-service .ssssw li .bg, .index-service .ssssw li .msg{
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }



 .index-service .ssssw ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.index-service .wal,.index-service .ssssw li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.index-service .ssssw li {
  align-items: center;
  -webkit-align-items: center; }

.index-service .wal, .index-service .ssssw li {
  justify-content: center;
  -webkit-justify-content: center; }


.index-service .ssssw ul{
  justify-content: space-between;
  -webkit-justify-content: space-between; }


.index-service .wal {
  max-width: 100%;
  margin: 0 0.9rem;
  height: 100vh; }

.index-service {
  color: #fff; }
.index-service .content {
  font-size:16px;
  line-height:36px;
  position: relative;
  color:black;
  padding: 13px 8px 4px 88px;}
.index-service .index-title{
	padding-left:88px;
}

.index-service .content:before {
	content: "";
    display: block;
    position: absolute;
    left: 88px;
    top: .3rem;
    width: 30px;
    height: 2px;
    background:black;}
.index-service .ssssw {
  position: absolute;
  z-index: 10;
  left: auto;
  right:88px;
  top: auto;
  bottom: auto;
  width:1112px; }
.index-service .ssssw li {
  width:238px;
  height:451px;
  text-align: center;
  position: relative; }
.index-service .ssssw li .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 26px;
  bottom: 50px;
  border: #fff solid 1px;
  box-shadow: 0 0 0.3rem rgb(68 66 66 / 80%);
  -webkit-box-shadow: 0 0 0.3rem rgb(68 66 66 / 80%);
  -moz-box-shadow: 0 0 0.3rem rgba(76, 195, 255, 0.8); }
.index-service .ssssw li .bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../image/bg10.png") center bottom repeat-x;
  background-size: auto 100%;
  opacity: 0; }
.index-service .ssssw li .bg i {
  display: block;
  position: absolute;
  width: 21px;
  height: 21px; }
.index-service .ssssw li .bg i.l-t {
  left: -2px;
  top: -2px;
  border-left: #fff solid 3px;
  border-top: #fff solid 3px; }
.index-service .ssssw li .bg i.r-t {
  right: -2px;
  top: -2px;
  border-right: #fff solid 3px;
  border-top: #fff solid 3px; }
.index-service .ssssw li .bg i.l-b {
  left: -2px;
  bottom: -2px;
  border-left: #fff solid 3px;
  border-bottom: #fff solid 3px; }
.index-service .ssssw li .bg i.r-b {
  right: -2px;
  bottom: -2px;
  border-right: #fff solid 3px;
  border-bottom: #fff solid 3px; }
.index-service .ssssw li .ico {
  width: 150px;
  position: relative; }
.index-service .ssssw li .name {
  font-size:20px;
  line-height: 1em;
  padding-top: .3rem;
  color:black;
  position: relative; }
.index-service .ssssw li .msg {
  opacity: 0;
  height: 0;
  color:black;
  padding: 24px 28px 0 28px;
  font-size:15px;
  line-height: 26px;
  position: relative; }
.index-service .ssssw li .msg:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -.15rem;
  top: 20px;
  width: 13px;
  height: 1px;
  background:black; }
.index-service .ssssw li .btn a {
	display: block;
    width: 77px;
    height: 32px;
    background: white url(../images/more52.png) center no-repeat;
    background-size: 73%;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius:15px;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0.4rem;
    margin-left: -36px;
    opacity: 0; }
.index-service .ssssw li:hover .bg {
  top: 0;
  bottom: 0; }
.index-service .ssssw li:hover .bg:before {
  opacity: 1; }
.index-service .ssssw li:hover .msg {
  opacity: 1;
  height: 1.45rem; }
.index-service .ssssw li:hover .btn a {
	bottom: -16px;
    opacity: 1;}
	a.p-more {
		display: block;
    width: 133px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    /*border: #fff solid 1px;*/
    background:#C30D23 ;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 33px;
    color: #fff;
    text-transform: uppercase;
    font-size:16px;
    margin-left:88px;
    margin-top: 20px;
	}


	.index-sec3{ position: relative;}
.index-sec3 .title h3{color: #000;}
.index-sec3 ul{    width: 75%;
    margin: auto; display: flex;  display: -ms-flexbox; display: -moz-flex; flex-wrap: wrap; justify-content: space-between; padding-top: 0px;}
.index-sec3 ul li{    background-color: white;
    width: 29%;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    padding: 17px 24px;
    position: relative;
    overflow: hidden;
    z-index: 3;}
.index-sec3 li h3{ font-size: 25px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index-sec3 li h4{ font-size: 12px; color: #666666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
font-family: "arial narrow"; text-transform: uppercase; letter-spacing: 1px; padding-top: 10px;}
.index-sec3 li p{ font-size:14px; color: #666; margin-top: 25px; line-height: 32px;}
.index-sec3 li .div1{ height: 60px; overflow: hidden; line-height: 60px; float: right;}
.index-sec3 li .div1 strong,.index-sec3 li .div1 b{ display: block; line-height: 60px; height: 60px; font-size: 33px; transition: all 0.6s;}
.index-sec3 li b{ color: #C30D23;}
.index-sec3 li:hover b{ margin-top: 0px;}
.index-sec3 li:hover strong{ margin-top: -60px;}
.index-sec3 li .cir{ position: absolute; top: 0; right:0; left:-50%;  background: #F4F4F4; height:200%; width: 100%; transform: scale(0); transition: all 0.6s;
border-radius: 100%; z-index: -1;}
.index-sec3 li:hover .cir{ transform: scale(1); background: #C30D23; opacity: 0.3;}

@media screen and (max-width: 1780px){
    
    .solution .solution-slide .solution-slide-menu ul li{
        
        padding: 26px 0;
    }
}


@media screen and (max-width: 1680px){
    .breadcrumb li a{
        font-size:15px;
    }
    .er_nav{
        width:11%;
    }
    .breadcrumb li{
        padding: 0 35px;
    }
    .index-service .ssssw{
            width: 901px;
    }
    .index-service .ssssw li{
        width:207px;
    }
    .tts{
	    width:1300px !important;
	}
	.title-about{
	    margin-top:132px;
	}
	.solution .solution-slide .solution-slide-menu ul li{
	   padding:19px 0;
	}
}


@media screen and (max-width: 1550px){
	.index-service .ssssw{
		width:889px;
right:41px;
	}
	  .breadcrumb li{
        padding: 0 20px;
    }
	.index-sec3 ul{
		width:90%;
	}
	.index-service .ssssw li{
	    width:214px;
	}
	.tts{
	    width:1300px !important;
	}
.breadcrumb li a {
    font-size: 15px;
}
	.er_nav{
        width:11%;
    }
	
	.solution .solution-slide .solution-slide-menu ul li{
	    padding:10px 0;
	}
}

@media screen and (max-width: 1500px){
    
    .index-service .content{
        font-size:12px;
    }
}

@media screen and (max-width: 1300px){
    
    .index-service .ssssw li .ico{
        margin-top:-152px;
    }
    .index-service .ssssw li .msg{
    font-size: 10px;
        
    }
    .showPro .showimgCon .txtcon .tel-btn{
         padding-top:23px !important;
     }
    .index-sec3 ul{
        width:74% !important;
    }
    .index-sec3 li h3{
        font-size:15px;
    }
    .index-sec3 li p {
    font-size: 10px;
    color: #666;
    margin-top: 0px;
    line-height: 18px;
}
.index-sec3 li .div1 strong{
    line-height: 53px;
    height: 46px;
    font-size: 23px;
}
.index-sec3 li .div1{
        height: 59px;
    overflow: hidden;
    line-height: 60px;
}
.title-about{
    margin-top: 120px;
    margin-bottom: 9px;
}
.index-sec3 ul li{
    margin-bottom:9px;
    padding: 6px 20px;
}
.barwrap .logo img{
    width: 188px !important;
    margin-top: 8px;
}
.navbar li a{
    font-size:9px;
}
.index-sec3 li .div1 b{
    font-size: 23px;
}

.barwrap{
    height:65px;
    
}  
  .navbar li{
      line-height:65px;
  }
    .second-link{
        font-size: 11px !important;
        
        
    }
    .autowidth{
        width:1197px !important;
    }
    
    
    
	.index-sec3 ul li{width:27% !important;}
	.index-service .ssssw{
		width:737px;

	}
	.index-service .ssssw li{
		width:160px;
	}
	.index-service .content{
	    font-size: 11px;
	}
	.tts{
	    width:1168px !important;
	    max-width:1168px !important;
	}
	.w1200{
	    width:1000px !important;
	    
	}
	.showPro .showimgCon .txtcon{
	    width:444px !important;
	}
	.content1400{
	    width:1000px !important;
	}
	.introduce .left{
	    width:50%;
	}
	.introduce .right .des{
	        font-size: 12px;
  
    line-height: 23px;
   
	}
}
.gshs{
	margin: auto;
    width: 133px;
    background: #C30D23;
    border-radius: 26px;
    line-height: 52px;
	
}
.gshs a{
	color:white;
    text-align: center;
	font-size: 20px;
}
.gshs span{
display: block;
    width: 133px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    /* border: #fff solid 1px; */
    background: #C30D23;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 33px;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* margin-left: 88px; */
    /* margin-top: 20px; */
}



/*  公司简介*/
.section2{background:url(../images/02.jpg) no-repeat center center;background-size:cover;}
.section2{position:relative;overflow:hidden;}
.section2 .sygs{position:relative;z-index: 2;margin:83px auto;}
.section2 .sygs .sygswz{text-align:center;color:#000;line-height:200%;width:66%;margin: auto;}
.section2 .sygs .sygswz h3{  font-size: 24px;
    line-height: 40px;
    font-style: inherit;
    font-family: monospace;
    letter-spacing: 3px;
    color: white !important;
    text-align: center;
    padding-bottom: 20px;}
.section2 .sygs .sygswz h3 em{
    font-size: 37px;
    font-weight: 500;
    display: block;
    color: black;
    color:white;
    font-family: 微软雅黑, "Open Sans", sans-serif;
}
.section2 .sygs .sygswz p{color:black;line-height: 30px;}
.section2 .sygs .sygswz ul{overflow:hidden;margin-top:42px;}
.section2 .sygs .sygswz ul li{margin-top:30px;float:left;width:33.33333333%;text-align:center;}
.section2 .sygs .sygswz ul li a>div{display: inline-block;height: 57px;vertical-align: middle;float: left;}
.section2 .sygs .sygswz ul li a>div:nth-child(1){border: 1px solid rgba(33,33,33,.5);border-radius: 5px;height: 75px;width:  75px;position: relative;margin-right: 15px;transition: .5s;}
.section2 .sygs .sygswz ul li a>div:nth-child(1) img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 9;}
.section2 .sygs .sygswz ul li a>div:nth-child(1)::after{content: "";width: 100%;display: block;height: 0;background: #C30D23;position: absolute;bottom: 0;left: 0;z-index: 8;transition: .5s;}
.section2 .sygs .sygswz ul li:hover a>div:nth-child(1){border: 1px solid #C30D23;}
.section2 .sygs .sygswz ul li a:hover>div span, .section2 .sygs .sygswz ul li a:hover>div b{color: #C30D23;}
.section2 .sygs .sygswz ul li:hover a>div:nth-child(1)::after{height: 100%;}
.section2 .sygs .sygswz ul li span{text-align: left;display: block;color:black;transition: .5s;}
.section2 .sygs .sygswz ul li b{font-size:14px;line-height:63px; display:block;text-align:left;font-weight: 300;color:black;transition: .5s;}
.section2>img{position: absolute;left: 0;right: 0;bottom:-70%;margin: auto;animation: rotate 30s linear 0s infinite;z-index: 1;width: 54%;}
.f_48 {
    font-size: 48px;
}
.tableCell {
    width: 100%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.f_16 p{font-size:16px;}

.page6_text {
	width: 45%;
	float: left;
}
.page6 {
	position: relative;
}
.page6 {
	background: url(../images/page6.jpg) no-repeat center center;
	background-size: cover;
}
.page6_text p{font-size:16px;}
.gshsc a{
	color:white;
	font-size:16px;
}
.gshsc{
	padding-top:21px;
	border-top:1px solid white;
	position: absolute;
}
.gshsc p{
	color:white;
	font-size:16px;
}
.tts{
	padding-top:8%;
}
.ym{display:table;margin:auto; padding-top:30px; padding-bottom:10px; overflow:hidden;}
.ym a{float:left; border:solid 1px #e3e3e3; padding:5px 10px 5px 10px; color:#545454; margin-right:5px; margin-bottom:5px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ym a:hover{background:#5c5c5c; color:#FFF; border:solid 1px #5c5c5c;}

a.page-num-current {
    background: #C30D23;
    color: #FFF;
    border: solid 1px #C30D23;
}
.ym span  {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}
#fBtns .cur{
        background-color: #C30D23;
        
}
#fBtns .cur p{
    color:white;
}

.w1200{width:1300px;margin: auto;}
.showPro{padding: 50px 0;}
.showPro .reLink{margin-bottom: 0;}
.showPro .showContxt{padding: 30px 0 35px;color: #666;font-size: 14px;line-height: 30px;text-align: justify;}
.showPro .showContxt img{max-width: 100%;height: auto !important;}
.showPro .showimgCon{padding: 0 0 30px;font-size: 16px;line-height: 32px;}
.showPro .showimgCon .txtcon{width: 720px;height: 423px;float: right;position: relative;}
.showPro .showimgCon .txtcon .tit{
	position: relative;
    font-size: 32px;
    margin-bottom: 15px;
    color: #C30D23;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dddddd;
    padding-right: 60px;
}
.showPro .showimgCon .txtcon .tit .goBack{position: absolute;right: 0;top: 0;color: #999999;font-size: 14px;display: block;font-weight: normal;cursor: pointer;}
.showPro .showimgCon .txtcon .tit .goBack s{width: 20px;height: 20px;background-position: -440px -62px;margin-left: 6px;}
.showPro .showimgCon .txtcon .tit .goBack:hover{color: #047fcc;}
.showPro .showimgCon .txtcon .txt{font-size: 14px;line-height: 28px;color: #666;text-align: justify;}
.showPro .showimgCon .txtcon .txt .item{
	margin-bottom: 7px;
    max-height: 144px;
    font-size: 21px;
    overflow: hidden;
    margin-top: 17px;
    /*font-family: fantasy;*/
}
.showPro .showimgCon .txtcon .tel-btn{
        width: 100%;
    position: static;
    margin-top:203px;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ddd;
    padding-top: 45px;
}
.showPro .showimgCon .txtcon .tel-btn .btn{width: 118px;float: right;height: 40px;line-height: 40px;margin-top: 5px;font-size: 20px;text-align: center;color: #fff;cursor: pointer;background: #C30D23;}
.showPro .showimgCon .txtcon .tel-btn .btn:hover{background: #333;}
.showPro .showimgCon .txtcon .tel-btn .tel{width: 280px;float: left;}
.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong{display: block;color:#C30D23;}
.showPro .showimgCon .txtcon .tel-btn .tel s{width: 42px;height: 42px;display: block;float: left;margin-right: 6px;margin-top: 4px;background-position: -315px -30px;}
.showPro .showimgCon .txtcon .tel-btn .tel span{font-size: 16px;line-height: 20px;}
.showPro .showimgCon .txtcon .tel-btn .tel strong{font-size: 28px;line-height: 28px;}
.showPro .showimg{width: 442px;position: relative;float: left;overflow: hidden;}
.showPro .showimg .bigimg{width: 440px;height: 332px;display: block;position: relative;border: 1px solid #dddddd;}
.showPro .showimg .bigimg .list{width: 5000%;}
.showPro .showimg .bigimg .list li{width: 440px;height: 332px;float: left;border: 0;margin-right: 1px;}
.showPro .showimg .bigimg .list img{width: 100%;height: 100%;display: block;transition: all ease 300ms;}
.showPro .showimg .smallimg{width: 440px;height: 76px;position: relative;padding-top: 30px;z-index: 10;overflow: hidden;}
.showPro .showimg .list{width: 357px;overflow: hidden;position: relative;margin: 0 auto;}
.showPro .showimg .listcon{width: 600% !important;position: relative;}
.showPro .showimg .prev,
.showPro .showimg .next{width: 20px;height: 76px;z-index: 10;position: absolute;top: 30px;cursor: pointer;background: #f9f9f9 url(../images/show-btn-ico.png) no-repeat 0 center;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.showPro .showimg .prev:hover,
.showPro .showimg .next:hover{background-color: #f9f9f9;}
.showPro .showimg .prev{left: 0;background-position: 3px center;}
.showPro .showimg .next{right: 0;background-position: -84px center;}
.showPro .showimg li{width: 94px;height: 70px;margin-right: 28px;float: left;cursor: pointer;position: relative;border: 3px solid #fff;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.showPro .showimg li img{width: 100%;height: 100%;display: block;}
.showPro .showimg li.on{width: 94px;height: 70px;border: 3px solid #C30D23;}


.investment_f{ width:100%; margin:20px auto}
.investment_f .investment_title{height:44px;  width:100%; overflow:hidden}
.investment_title div{ width:131px; height:44px; background:url(../images/invest_detail_22.png); float:left; margin-right:6px; display:inline; font-size:16px; font-weight:bold; text-align:center; line-height:46px; color:#555; cursor:pointer; margin-left:1px;}
.investment_title a,.investment_title a:link,.investment_title a:visited,.investment_title a:hover{ color:#555;width:131px; height:44px;display:inline-block}
.investment_title div.on a,.investment_title div.on a:link,.investment_title div.on a:visited,.investment_title div.on a:hover{ color:black}
.investment_title div.on{background:url(../images/invest_detail_18.png); color:black}
.investment_con{ clear:both; background:#fff; border:1px solid #EDEDED;padding:20px;}
.investment_con_list{display:none;}
.icon {
    background-image: url(../images/icon.png);
}
.text p{
color: #2a2929;
}
.xiazaisd li{
	/*float: left;*/
	/*margin-right:30px;*/
	float: left;
    width:50%;
    /*margin-right: 7px;*/
    line-height: 18px;
    height: 45px;
}
.xiazaisd li a{
	font-size:16px;
	
}
.xiazaisd p{
    font-size:21px;
}
.xiazaisd li a:hover{
	color:red;
}
.xiazaisd{
	margin-top: 33px;
}


.footerTop{    font-size: 14px;
    padding: 51px 0 21px 0;
    color: #666;
    position: relative;}
.footerTop .scrollToTop{right: auto;bottom:auto;background-color: #cf0c0c;z-index: 1; position: absolute; left: 50%;margin-left: -16px;top: 0;}
.footerTop .floatLeft{ width: 50%;float: left;}
.footerTop .wxwb{ color: #ccc; position: relative; min-height: 111px;margin-bottom: 20px;}
.footerTop .wxwb .xp img{ vertical-align: sub;}
.footerTop .wxwb .xp{line-height: 1; margin-bottom: 16px;color:white;}
.footerTop .fontFFF{color: #fff; display: inline-block;font-family: 'DINCond-Mediumcff915e7c3bc5';vertical-align: middle; }
.footerTop .attetion{ position: absolute;right: 0;top: 0; text-align: center;}
.footerTop .attetion img{ width:114px;padding: 0 5px 3px 5px;}
.footerTop .dizhi{background: rgba(255,255,255,0.7); padding: 20px;color: #999;}
.footerTop .dizhi p{ padding-top: 8px;color:black;}
.footerTop .floatRight{ width: 34%; padding-left: 8%; border-left: 1px solid #505050;float:right;}
.formMsg .dd{background: rgba(255,255,255,0.7);color:black;padding: 0 10px; line-height: 34px; margin-top: 10px;}
.formMsg .dd label{ float: left;}
.formMsg .dd input,.formMsg .dd textarea{color: #fff; overflow: hidden; width: 85%;background: transparent;border: 0;line-height: 24px;display: block;padding: 5px 0; font-family: inherit;}
.footerTop input.submits{margin-top: 30px; display: block; width: 100%;line-height: 40px;color: #fff;background: #cf0c0c;color: #fff;}
.formMsg .dd textarea{ min-height: 72px;}
.footerBottom{color: #666; padding: 21px;text-align: center;font-size: 14px;}
.footerBottom .link a{font-size: 16px; margin-bottom: 10px; display: inline-block;line-height: 1; border-left: 1px solid #4d4d4d;color:white;padding: 0 10px;}
.footerBottom .link a:nth-child(1){border: 0;}
.footerBottom .copy{ padding: 10px 0 8px 0;color: white;text-align: center;}
.shareBtn .shareA{ display: inline-block; width: 36px;height: 36px;margin: 0 2px;background-color: #4e4e4e;}
.shareBtn .shareA:hover{background-color: #cf0c0c !important;}
.footerBottom .link a:hover{color: #cf0c0c;}
.autowidth{width:1366px;margin: auto;}
.inlineBlock p{
    margin-top:-15px;
	color:white;
	text-align: center;
}
.inlineBlock{
	display: inline-block;
}
.font18 {
    font-size: 18px;
    color: black;
}
.centerTxt{
	text-align: center;
	color:white;
	font-size:18px;
}

.advantage{
	margin: 56px 0 30px;
}
.advantage .list ul li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 48px;
}
.advantage .list li .li-text,
.advantage .list li .pic{
	width: 47.7%;
}
.advantage .list li .pic .imgScale{
	width: auto;
	max-width: 100%;
}
.advantage .list li .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-bottom: 29px;
}
	
.advantage .list li .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	margin-bottom: 36px;
}
.advantage .list li .text:last-child{
	margin-bottom: 0;
}
@media (max-width:1199px) {
	.advantage .list li .li-text, .advantage .list li .pic{
		width: 100%;
	}
	.advantage .list li .pic .imgScale{
		width: 100%;
	}
	.advantage .list ul li:nth-child(2n){
		flex-direction: column-reverse;
	}
	.advantage .list li .pic{
		margin-top: 30px;
	}
}
@media (max-width: 800px) {
	.advantage .list li .title{
		font-size: 22px;
	}
}
@media (max-width: 500px) {
	.advantage .list li .title{
		font-size: 22px;
	}
	.advantage .list li .text{
		margin-bottom: 20px;
	}
}


.ssshsns{
	background-color: #fff;
	width: 48.8%;
	height: 150px;
	border: 1px solid #e8ecec;
	float: left;
	margin-right: 1%;
}
.ssshsns a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 40px 0 69px;
}
.ssshsns .li-l{
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}
.ssshsns .li-l .li-c{
	padding-left: 77px;
}
.ssshsns .li-l .li-c .text-title{
	font-size: 24px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #222222;
	line-height: 1;
}
.ssshsns .li-l .li-c .text-des{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #999999;
	line-height: 20px;
	margin-top: 20px;
}
.ssshsns .li-r{
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: rgba(0, 57, 152, 0);
	border: 1px solid #B9B9B9;
	border-radius: 22px;
}
.ssshsns:hover .li-r{
	border-color: #cf0c0c;
	background-color: #cf0c0c;
}
.ssshsns .li-r .iconfont{
	color: rgba(153, 153, 153, 1);
}
.ssshsns:hover .li-r .iconfont{
	color: #fff;
}
.content1400{
	width:1400px;
	margin: auto;
}


.build-fwlc {

  margin-top: 30px;

}

.build-fwlc .normal {

  width: 20%;

  height: 402px;

  color: #3c3c3c;

  text-align: center;

  -webkit-transition: all 300ms;

  -o-transition: all 300ms;

  -moz-transition: all 300ms;

  transition: all 300ms;

}

.build-fwlc .p1 {

  font-size: 62px;
text-align: center;
  font-weight: bold;

  padding-top: 117px;

}

.build-fwlc .p2 {

    font-size:19px;
    text-align: center;
    padding-top: 64px;

}

.build-fwlc .p3 {

  font-size: 20px;
text-align: center;
  padding-top: 0px;

  font-weight: bold;

  color: #fe0000;

}

.build-fwlc .p4 {

 font-size: 16px;
    text-align: center;
    padding-top: 26px;
    padding-left: 28px;
    line-height: 24px;
    display: none;
    padding-right: 33px;

}


.build-fwlc .active .p1{
    padding-top:56px;
}
.build-fwlc .active1 .p1{
    padding-top:56px;
}
.build-fwlc .active2 .p1{
    padding-top:56px;
}
.build-fwlc .active3 .p1{
    padding-top:56px;
}
.build-fwlc .normal {

  float: left;

}
.build-fwlc .active p{
    color:white;
}
.build-fwlc .normal:nth-child(2n) {

  background-color: #efefef;

}

.build-fwlc .normal:nth-child(2n + 1) {

  background-color: #f7f7f7;

}
.build-fwlc .active1 p{
    color:white;
}

.build-fwlc .active2 p{
    color:white;
}
.build-fwlc .active3 p{
    color:white;
}
.build-fwlc .active {

  width: 40%;

  background: url("../images/fwlc1.jpg") center center;

  color: white;

}


.build-fwlc .active1 {

  width: 40%;

  background: url("../images/fwlc2.jpg") center center;

  color: white;

}

.build-fwlc .active2 {

  width: 40%;

  background: url("../images/fwlc3.jpg") center center;

  color: white;

}


.build-fwlc .active3 {

  width: 40%;

  background: url("../images/fwlc4.jpg") center center;

  color: white;

}



.build-fwlc .active .p2 {

  padding-top: 25px;

}

.build-fwlc .active .p3 {

  padding-top:0px;

  color: #fff;

}
.build-fwlc .active1 .p2 {

  padding-top: 25px;

}

.build-fwlc .active1 .p3 {

  padding-top:0px;

  color: #fff;

}
.build-fwlc .active2 .p2 {

  padding-top: 25px;

}

.build-fwlc .active2 .p3 {

  padding-top:0px;

  color: #fff;

}
.build-fwlc .active3 .p2 {

  padding-top: 25px;

}

.build-fwlc .active3 .p3 {

  padding-top:0px;

  color: #fff;

}


.build-fwlc .active .p4 {

  display: block;

}
.build-fwlc .active1 .p4 {

  display: block;

}
.build-fwlc .active2 .p4 {

  display: block;

}
.build-fwlc .active3 .p4 {

  display: block;

}

.i-cont {

  padding-top: 100px;

  padding-bottom: 100px;

  max-width: 100%;

}

.i-cont-big {

  padding-top: 60px;

  padding-bottom: 60px;

}

.i-cont .title {

  text-align: center;

}

.title .p1 {

   color: #313131;
    text-align: left;
    padding-top: 33px;
    font-size: 22px;
    line-height: 5px;
    font-weight: bold;
    padding-bottom: 11px;

}

.title .p1 span {

  /*color: #fe0000;*/
padding-right: 9px;
}

 .title .p2 {

  color: #313131;

  font-size: 15px;

  line-height: 30px;

  max-width: 950px;

  margin: auto;

  margin-top: 30px;

  font-weight: bold;
}
.build-fwlc .normal{
    text-align: center;
}



.style6 .styleContainer{width:1300px;margin:0 auto;padding-top:54px;padding-bottom:0px;text-align:center}.style6 h2{    font-size: 22px;
    font-weight: 600;
    color: #222844;
    line-height: 0px;
    margin-bottom: 48px;
    text-align: left;}.p-box{flex-wrap:wrap}.style6 dl{float:left;position:relative;overflow:hidden}.style6 dl .headerImg{background:#333;height:120px;position:absolute;top:-120px;width:100%;background:url(https://cdn.yonyoucloud.com/online/diwork/yonsuite-fe/zh_CN/Group11-a1b91f65.png);transition:.5s}.style6 dt{font-size:18px;font-weight:600;color:#333;line-height:25px;margin-bottom:20px;margin-top:110px;padding:0 40px;transition:.5s}.style6 .i{padding-left:35px}.style6 dd{padding:0 13px}.style6 dd .desc{position:relative;font-size:14px;font-weight:400;color:rgba(51,51,51,.8);line-height:30px;border-bottom:1px solid #f3f4f9;padding-bottom:20px;margin-bottom:38px}.style6 dd button{padding:5px 12px;border:none;border-radius:3px;margin-right:12px}.style6 dl.activeOthers dd button{color:#b3b3b3;background:#f3f4f9}.style6 dl{width:325px;height:420px;background:#fff;border-radius:5px}.style6 dl.active .headerImg{top:0}.style6 dl.active dt{margin-top:168px}.style6 dl.active dd button{background:#f3f4f9}.style6 dl.active dd button:hover{background:linear-gradient(-45deg,#fc4c2f,#ee2223);color:#fff}.style6 dl.active dt.i span.num{color:rgba(249,87,82,.1)}.style6 dt.i{position:relative}.style6 dt.i span.title{position:relative;z-index:3}.style6 dt.i span.num{position:absolute;font-size:80px;font-family:Arial-Black,Arial;font-weight:900;color:#eff2f5;line-height:113px;top:-66px;z-index:2}.style6-en dl{height:386px}.style6-en dd button{display:block;margin-top:10px;display:none}.style6-en dd .desc{border-bottom:none}
.headerImg img{
    width:100%;
    
    
    
}

.case_box {
    background: url(../images/case_bg.jpg) no-repeat center top;
    height: 934px;
}
.case_box h3 {
    color:rgb(192, 0, 0);
    font-weight: 600;
    font-size: 19px;
      padding-top: 31px;
    padding-bottom: 38px;
    text-align: left;
}
.case_box .category ul {
    /*padding-left: 50px;*/
    padding-bottom: 40px;
    display: block;
    height: auto;
    overflow: hidden;
}
.case_box .category ul li {
    float: left;
    font-size: 17px;
    text-align: center;
    width: 144px;
    height: 58px;
    line-height: 58px;
    color:black;
    border-radius: 5px;
    cursor: pointer;
}
.case_box .category ul li.active {
    color: #fff;
    background: rgb(192, 0, 0);
}
.case_box .content {
    /*padding-left: 50px;*/
}
.case_box .content .cont {
    height: 650px;
    display: none;
}
.case_box .content .cont.active {
    display: block;
    
}
.case_box .content .cont img.bg {
    /*position: absolute;*/
    border: 1px solid #E3E3E3;
    right: 0;
    top: 0;
}
.case_box .content .cont .info {
    position: absolute;
    width: 520px;
    height: 340px;
    background: #fff;
    box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
    left: 0;
    top: 120px;
    padding: 50px 40px 0;
    border-radius: 10px;
}
.case_box .content .cont .info .title .logo {
    float: left;
    padding-right: 25px;
}
.case_box .content .cont .info .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.case_box .content .cont .info .title h4 {
    float: left;
    padding-top: 30px;
    font-size: 24px;
    color: #081232;
}
.case_box .content .cont .info p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 30px;
    color: #828b9f;
}

.cloud-content {
    /*background: #f5f5f5;*/
    padding:0px 0;
}

.cloud-header {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.cloud-header h3 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.cloud-header h3 em {
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 30px;
}

.cloud-header h3 span {
    font-size: 16px;
    opacity: .6;
}

.cloud-wrapper .cloud-card {
    float: left;
    padding: 20px;
    cursor: pointer;
    min-height: 310px;
    background: transparent;
    width:24%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    margin-left:0.5%;
    margin-right:0.5%;
}

/*@media screen and (max-width:1677px) {*/
/*	.cloud-wrapper .cloud-card {		*/
/*		width: 50%;*/

/*	}*/
/*}*/
/*@media screen and (max-width:700px) {*/
/*	.cloud-wrapper .cloud-card {		*/
/*		width: 100%;*/

/*	}*/
/*}*/
.cloud-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.cloud-card-text {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
    display: table-cell;
    height: 177px;
    padding-top: 12px;
}

.cloud-card-image-back {
    width: 100%;
    height: 200px;
    background: url(../images/cloud001.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.cloud-card-image .cloud-card-image-back {
    z-index: 0;
    position: absolute;
}

.cloud-card-image-title {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 200px;
    position: absolute;
    z-index: 1;
}

.cloud-wrapper .cloud-card:hover .cloud-scale {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.cloud-wrapper .cloud-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    -moz-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
}

.cloud-card-image-back01 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud002.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back02 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud003.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}
.cloud-card-image-back04 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud004.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}


.shdgd{
      width: 100%;
    /*height: 243px;*/
    overflow: hidden;
}

.sousuos{
    display: table;
    margin: auto;
    padding-bottom:36px;
}
.dss{
   border: 1px solid #c1b8b8;
    width: 349px;
    border-radius: 12px;
    height: 34px;
        padding-left: 12px;
    padding-right: 12px;
}
.bnx{
   width: 67px;
    background: #e6dfdf;
    height: 34px;
    border-radius: 5px;
    margin-left: 8px;
}

.bnx:hover{
    background:#C30D23;
    color:white;
}


.PicList002737 .box1 .word{   
    float: left;
    width: 47%;
}
.PicList002737 .box1 .pic{
        float: right;
    width: 50%;
    box-shadow: none;
    padding: 0px;
}

.PicList002737 .tit{font-size: 32px;color: #333;margin-bottom:2%; text-align: center;}
.PicList002737 .tit:after{display: block;
    content: '';
    width: 20px;
    height: 2px;
    background:rgb(192, 0, 0);
    margin: 25px 0 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;}
.PicList002737  p{font-size: 16px;line-height: 2;margin: 0;}
.PicList002737  p+p{margin-top:14px;}
.PicList002737 .pic{text-align: center;padding: 30px;box-shadow:0 0 10px rgba(0,0,0,0.15);}
.PicList002737 .h1{margin: 0; font-size:24px; line-height: 1; padding-left:20px; border-left: 3px solid #0063c3; color: #333;}
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
  }
  
  #toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
  }
  
  #toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #C30D23;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
  }
  
  #toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
  }
  
  #toolbar li .icon-qq:after {
    background-position: 0 -150px;
  }
  
  #toolbar li .icon-phone:after {
    background-position: 0 -90px;
  }
  
  #toolbar li .icon-ewm:after {
    background-position: 0 -30px;
  }
  
  #toolbar li .icon-message:after {
    background-position: 0 -120px;
  }
  
  #toolbar li .icon-top:after {
    background-position: 0 -60px;
  }
  
  #toolbar li .icon-wangwang:after {
    background-position: 0 0;
  }
  
  #toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
  }
  
  #toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #C30D23;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  
  #toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
  }
  
  #toolbar li.ewm .ewm-box img {
    max-width: 100%;
  }
  
  #toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #C30D23;
    border-right: none;
  }
  
  #toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
  }
  
  #toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  
  #toolbar li.backtop {
    cursor: pointer;
  }
  
  #toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #C30D23;
  }
  
  #toolbar li:hover a {
    width: 283px;
  }
  
  #toolbar li:hover .icon-font {
    background-color: #C30D23;
  }
  
  #toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
  }
  
  #toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
  }
  
  #toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
  }
  
  #toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
  }
  
  #toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
  }
  
  #toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
  }
  
  .icon-font {
    position: relative;
  }
  
  .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
  }
  
  .n-loading .n-icon {
    background: url("../images/loading.gif") 0 center no-repeat !important;
  }
  
  .n-default .msg-wrap .n-icon {
    background-image: url("../images/validator_default.png") !important;
  }
  
  .n-simple .msg-wrap .n-icon {
    background-image: url("../images/validator_simple.png") !important;
  }
  
  .n-yellow .msg-wrap .n-icon {
    background-image: url("../images/validator_simple.png") !important;
  }
