﻿@media (min-width: 768px) {
	.container {
		margin: 0% 10%;
	}

	a:hover {
		text-decoration: none;
	}

	header {
		background-color: #F7F7F7;
	}

	.top_greet {
		width: 100%;
		background-color: #21C759;
	}

	.top_greet .col-md-12>div {
		padding: 10px;
		text-align: center;
		display: inline-block;
		color: #ffffff;
		font-size: 1.3rem;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}



	.logo {
		width: 100%;
		height: 160px;
		background: rgba(255, 255, 255, 0.7);
		/* position: fixed; */
		z-index: 101;
	}

	.logo .col-md-12 {
		padding: 10px 0px;
	}

	.logo .logo_img>img {
		width: 25%;
		height: auto;
		margin-right: 5px;
		transform: translateY(-4px);
	}

	.logo .logo_img>div {
		/*-webkit-text-stroke: 0.01rem #fff;*/
	}

	.logo .logo_img>div {
		padding: 7px 0px;
	}

	.logo .logo_img>div>p {
		color: black;
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.logo .logo_img>div>span {
		color: #666666;
		font-size: 1.35rem;
	}

	.logo .nav_box ul {
		width: 100%;
		display: inline-block;
	}

	.logo .nav_box li {
		display: flex;
		float: left;
		margin: 10px 14px 0px;
	}

	.logo .nav_box li>a {
		color: #333333;
		padding: 12px;
		font-size: 1.6rem;
	}

	.logo .nav_box li>a.active,
	.logo .nav_box li>a:hover {
		color: #21C759;
		border-bottom: 1.5px solid #21C759;
	}


	.logo .mobile_box {
		float: right;
		margin-right: 3%;
		margin-top: 1%;
		width: 32px;
		text-align: center;
	}

	.logo .mobile_box img {
		margin-bottom: 3px;
	}

	.logo .mobile_nav {
		position: fixed;
		top: 0px;
		right: -100%;
		width: 100%;
		height: 100%;
		background-color: #434334;
		transition: all 0.5s;

	}

	.logo .mobile_nav li {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #fff;
	}

	.logo .mobile_nav li:nth-of-type(1) {
		/*border-bottom: none;*/
	}

	.logo .mobile_nav li>a {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		color: #fff;
		line-height: 50px;
		text-align: center;
	}

	.logo .mobile_nav li>button {
		float: right;
		background: #fff;
		border-radius: 100%;
	}


	.form_box {
		display: inline-block;
	}

	.form_box button {
		width: 26px;
		height: 26px;
		vertical-align: top;
		border-radius: 2px;
	}

	.form_box button>img {
		width: 85%;
	}

	.form_box input {
		text-indent: 1em;
		width: 260px;
		height: 26px;
		color: #4E4E4E;
		font-size: 1.4rem;
		border: 1px solid #4E4E4E;
	}

	.top_texing {
		width: 75%;
		height: 160px;
		margin: 0 auto;
		border-radius: 0.8rem;
		box-shadow: 3px 3px 8px #ADADAD;
		position: relative;
		top: -4rem;
		background-color: #fff;
	}

	.adv_texing {
		font-size: 18px;
		text-indent: 2em;
		display: inline-block;
		width: 20%;
		margin: 1.5rem;
		border-bottom: 0.2rem solid #2e2e2e;
		padding: 3% 0%;
		cursor: pointer;
	}

	.adv_texing:nth-child(1) {
		background: url(../image/top_icon1.png) no-repeat left center;
		background-size: 3rem 3rem;
		background-position-x: 2rem;
	}

	.adv_texing:nth-child(1):hover {
		color: #21C759;
		border-bottom: 0.2rem solid #21C759;
		background: url(../image/top_icon01.png) no-repeat left center;
		background-size: 3rem 3rem;
		background-position-x: 2rem;
	}

	.adv_texing:nth-child(2) {
		background: url(../image/top_icon2.png) no-repeat left center;
		background-size: 3rem 3rem;
		background-position-x: 2rem;
	}

	.adv_texing:nth-child(2):hover {
		color: #21C759;
		border-bottom: 0.2rem solid #21C759;
		background: url(../image/top_icon02.png) no-repeat left center;
		background-size: 3rem 3rem;
		background-position-x: 2rem;
	}

	.adv_texing:nth-child(3) {
		background: url(../image/top_icon3.png) no-repeat left center;
		background-size: 3rem 3rem;
		background-position-x: 2rem;
	}

	.adv_texing:nth-child(3):hover {
		color: #21C759;
		border-bottom: 0.2rem solid #21C759;
		background: url(../image/top_icon03.png) no-repeat left center;
		background-size: 3rem 3rem;
		background-position-x: 2rem;
	}

	.adv_texing:nth-child(4) {
		background: url(../image/top_icon4.png) no-repeat left center;
		background-size: 3rem 3rem;
		background-position-x: 2rem;
	}

	.adv_texing:nth-child(4):hover {
		color: #21C759;
		border-bottom: 0.2rem solid #21C759;
		background: url(../image/top_icon04.png) no-repeat left center;
		background-size: 3rem 3rem;
		background-position-x: 2rem;
	}

	.clearfix:before {
		display: table;
		content: " ";
	}

	.clearfix:after {
		clear: both;
	}

	.content-column {
		position: relative;
		padding-left: 50px;
	}

	.content-column h3 {
		position: relative;
		color: #222;
		font-size: 24px;
		text-transform: uppercase;
		font-family: source_sans_problack;
	}

	.blue_div {
		background-color: #0B4D93;
		height: 0.15rem;
		width: 4rem;
		margin: 0.5rem 0;
	}

	.content-column .text {
		text-indent: 2em;
		position: relative;
		color: #777;
		font-size: 14px;
		margin-top: 15px;
		line-height: 2rem;
	}

	.content-column .fact-counter {
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
		border-top: 1px dashed #e5e5e5;
	}

	.adv_texing1 {
		font-size: 18px;
		display: inline-block;
		width: 40%;
		margin: 2rem;
		position: relative;
	}

	.adv_texing_txt1 {
		position: absolute;
		left: 35%;
		top: 70%;
		font-size: 14px;
	}

	.about_icon {
		display: inline-block;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background-color: #81A2C5;
		padding-top: 6%;
	}

	.about_icon>img {
		width: 60%;
	}

	.content-column .fact-counter .inner-column {
		position: relative;
		z-index: 5;
		float: left;
		width: auto;
		text-align: left;
		background: 0 0;
		padding: 0;
		margin-right: 50px;
	}

	.content-column .fact-counter .inner-column .inner {
		position: relative;
		text-align: left;
		padding-left: 80px;
	}

	.clearfix {
		margin-top: 50px;
	}

	.about_img {
		overflow: hidden;
		padding-left: 10%;
	}

	.about_img>img {
		width: 100%;
		transition: all .5s;
	}

	.about_img>img:hover {
		transform: scale(1.2);
	}

	.about_tit {
		color: #0B4D93;
		text-indent: 2em;
		font-size: 24px;
		text-align: center;
		margin-bottom: 50px;
	}

	.four_adv {
		background-color: #f8f8f8;
		padding: 80px 0px;
		position: relative;
	}

	.four_advtit {
		width: 40%;
		margin: 0 auto;
		border-left: 1.5px solid #01B751;
		border-right: 1.5px solid #01B751;
		text-align: center;
	}

	.four_advtit>p {
		color: #333333;
		font-size: 3.6rem;
		text-transform: uppercase;
		margin-bottom: 20px;
		/* font-weight: bold; */
	}

	.four_advtit>span {
		/* color: #b2b2b2; */
		color: #656565;
		font-size: 2.4rem;

	}

	.yyly_box {
		width: 80%;
		margin: 15% auto;
		margin-bottom: 0%;
	}

	.yyly_content {
		width: 19%;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

	.yyly_content:hover>.yyly_load {
		/* display: inline-block; */
		z-index: 100;
		top: -18%;
	}

	.yyly_content>img {
		width: 20%;
	}

	.yyly_content>p {
		color: #333333;
		font-size: 2.4rem;
		margin: 2.6rem 0;
	}

	.yyly_content>span {
		color: #01B751;
		font-size: 3.8rem;
	}

	.yyly_content .yyly_content_line {
		width: 100%;
		height: 0.15rem;
		background-color: #656565;
		margin: 3.8rem 0;
		position: relative;
		z-index: 1;
	}

	.yyly_content .yyly_content_dot {
		position: absolute;
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
		border: 0.15rem solid #01B751;
		top: -0.98rem;
		left: 45%;
		background-color: #fff;
		z-index: 2;
	}

	.yyly_load {
		/* display: none; */
		color: #fff;
		position: absolute;
		z-index: -1;
		width: 84%;
		height: 126%;
		top: 100%;
		left: 10%;
		border: 1px solid #01B751;
		transition: .5s;
	}

	.fugai {
		/* position: relative; */
		width: 100%;
		height: 100%;
		overflow: hidden;
		transform: translate(16px, 16px);
		transition: all .3s;
		position: relative;
	}

	.fugai>.yyly_load_img {
		width: 200%;
		height: 100%;
	}

	.yyly_load_img_be {
		width: 100%;
		height: 100%;
		background-color: rgba(33, 199, 89, 0.6);
		position: absolute;
		top: 0%;
	}

	.yyly_load>p {
		position: absolute;
		bottom: 20%;
		left: 48%;
		font-size: 1.8rem;
	}

	.yyly_load_icon {
		position: absolute;
		width: 20%;
		top: 50%;
		left: 48%;
	}

	.yyly_load_index {
		position: absolute;
		width: 50%;
		background-color: #0B4D93;
		text-align: center;
		padding-top: 2%;
		font-size: 3rem;
		left: 35%;
	}

	.cpzs_nav {
		margin: 5% auto;
	}

	.cpzs_nav>a:hover>.navItem,
	.cpzs_nav>a.active>.navItem,
	.cpzs_nav>a.active1>.navItem {
		background-color: #0B4D93;
	}

	.navItem {
		color: #fff;
		font-size: 1.6rem;
		display: inline-block;
		width: 12%;
		height: 40px;
		line-height: 40px;
		background-color: #05c8eb;
		text-align: center;
		position: relative;
	}

	.navItem::before {
		content: '[';
	}

	.navItem::after {
		content: ']';
	}

	.navItem::before,
	.navItem::after {
		display: inline-block;
		clear: both;
		opacity: 0;
		transition: .3s;
		color: white;
	}

	.navItem:hover::before {
		transform: translateX(-10px);
		opacity: 1;
	}

	.navItem:hover::after {
		transform: translateX(10px);
		opacity: 1;
	}

	.cpzs_content {
		width: 24.5%;
		margin: 0;
		padding: 0;
		display: inline-block;
		color: #fff;
		position: relative;
		z-index: 1;
	}

	.cpzs_content:hover {
		transform: scale(1.1);
		transition: all 0.8s;
		box-shadow: 3px -3px 6px #8D8D8D;
		z-index: 5;
	}

	.cpzs_content:hover .cpzs_line {
		transition: all 1.6s;
		width: 10rem;
	}

	.cpzs_content:hover .cpzs_load {
		display: block;
		transition: all 0.8s;
	}

	.cpzs_box {
		display: none;
	}

	.cpzs_box.active {
		display: block;
	}

	.cpzs_box>.cpzs_content:nth-of-type(odd) {
		background-color: #535353;
	}

	.cpzs_box>.cpzs_content:nth-of-type(even) {
		background-color: #0B4D93;
	}

	.cpzs_content img {
		width: 100%;
	}

	.cpzs_content_title {
		margin: 10% auto 3%;
		font-size: 1.8rem;
	}

	.cpzs_content .cpzs_line{
		width: 2rem;
		margin: 3% auto;
		height: 1.5px;
		background-color: #fff;
	}

	.cpzs_content .cpzs_content_desc {
		font-size: 1.4rem;
		margin: 2% auto 12%;
	}


	.cpzs_load {
		display: none;
		position: absolute;
		bottom: 1rem;
		left: 48%;
	}


	.anli_bg {
		width: 100%;
		padding-top: 10%;
	}

	.anli_bg>img {
		width: 100%;
	}

	.anli_content {
		position: relative;
		top: -18rem;
	}

	.anli_ckgd {
		position: absolute;
		bottom: 12%;
		left: 44%;
	}

	.anli_ckgd button {
		padding: 15px 40px;
		border-radius: 10px;
		border: 2px solid;
		font: 20px 'Open Sans', sans-serif;
		text-transform: uppercase;
		background: none;
		outline: none;
		cursor: pointer;
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	.anli_ckgd .btn1 {
		color: #333333;
		border-color: #0B4D93;
		background: -webkit-linear-gradient(left, #0B4D93, #0B4D93) no-repeat;
		background: linear-gradient(to right, #0B4D93, #0B4D93) no-repeat;
		background-size: 0% 100%;
	}

	.anli_ckgd .btn1:hover {
		background-size: 100% 100%;
		
	}

.anli_ckgd .btn1:hover>a{
	color: #fff;
}

	.anli_ckgd .btn1>a:hover {
		color: #fff;
	}

	/* 企业优势 */
	.main {
		margin: 5% auto 10%;
		width: 100%;
		height: 32rem;
	}

	.main .main_img {
		height: 32rem;
		width: 16%;
		overflow: hidden;
		position: relative;
		display: inline-block;
	}

	.main_img .main_info {
		position: absolute;
		z-index: 1;
		top: 57%;
		background-color: rgba(33, 199, 89, 0.7);
		padding: 10px;
		border-top: solid 2px #CB5412;
		height: 400px;
		width: 100%;
	}

	.main_img .main_info p {
		color: #fff;
		line-height: 2rem;
		font-size: 1.4rem;
	}

	.main_img .main_info .info {
		height: 105px;
		border: 1px solid #fff;
	}

	.main_img .main_info .info h2 {
		color: #FFFFFF;
		line-height: 2rem;
		font-size: 2.2rem;
	}

	.main_img .main_info .info_more {
		border-top: 1px solid #CB5412;
		/* height: 140px; */
	}

	.main_img .main_info .info_more p {
		text-indent: 2em;
		overflow: ellipsis;
		display: none;
	}

	.main .mar_no {
		margin-right: 0;
	}

	.main .main_img img {
		width: 180%;
    		height: 100%;
    		position: relative;
    		left: -30%;
	}

	.adv_texing2 {
		font-size: 18px;
		display: inline-block;
		width: 15%;
		margin-top: 2rem;
		padding-top: 7rem;
		cursor: pointer;
	}


	.adv_texing2:nth-child(1) {
		background: url(../image/youshi_icon1.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(1):hover {
		color: #21C759;
		background: url(../image/youshi_icon01.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(2) {
		background: url(../image/youshi_icon2.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(2):hover {
		color: #21C759;
		background: url(../image/youshi_icon02.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(3) {
		background: url(../image/youshi_icon3.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(3):hover {
		color: #21C759;
		background: url(../image/youshi_icon03.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(4) {
		background: url(../image/youshi_icon4.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(4):hover {
		color: #21C759;
		background: url(../image/youshi_icon04.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(5) {
		background: url(../image/youshi_icon5.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(5):hover {
		color: #21C759;
		background: url(../image/youshi_icon05.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(6) {
		background: url(../image/youshi_icon6.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	.adv_texing2:nth-child(6):hover {
		color: #21C759;
		background: url(../image/youshi_icon06.png) no-repeat top center;
		background-size: 4.5rem 5rem;
	}

	#liyou_Carbox {
		margin: 9% 17%;
	}

	#liyou_Carbox>.carousel-inner>.item {
		position: relative;
	}

	#liyou_Carbox>.carousel-inner>.item>img {
		margin: 0 auto;
	}

	#liyou_Carbox .carousel-control {
		right: 0;
		left: auto;
		width: 5%;
		bottom: auto;
		top: 38%;
	}

	.liyou_content {
		position: absolute;
		top: 15%;
		right: 16%;
		width: 42%;
		/*height: 25rem;*/
		background-color: #fff;
		padding: 3% 1.5%;
		box-shadow: 3px 3px 8px black;
	}

	.liyou_content_txt>h2 {
		font-size: 1.8rem;
		font-weight: 500;
	}

	.liyou_content_txt>div {
		width: 2rem;
		height: 0.15rem;
		background-color: #0B4D93;
		margin: 1rem 0;
	}

	.liyou_content_txt>p {
		line-height: 1.5rem;
	}

	.carousel-inner {
		overflow: inherit;
	}

	.hot_line {
		color: #0B4D93;
		font-size: 1.6rem;
		width: 60%;
		border: 1.5px solid #0B4D93;
		padding: 2.5%;
	}

	.hot_line>p {
		margin: 0;
	}

	.liyou_content>div:nth-child(3) {
		position: absolute;
		top: 5%;
		left: -10%;
		width: 6rem;
		height: 2px;
		background-color: #0B4D93;
	}

	.liyou_content>div:nth-child(4) {
		position: absolute;
		bottom: 5%;
		right: -6%;
		width: 4rem;
		border-top: 0.2rem solid transparent;
		border-image: linear-gradient(to left, #FFFFFF, #FFFFFF, #FFFFFF, #0B4D93, #0B4D93, #0B4D93);
		border-image-slice: 10;
	}

	.xwzx_nav {
		width: 100%;
		height: 4rem;
		margin-top: 5%;
		margin-left: 10%;
	}

	.xwzx_nav>a {
		color: #656565;
		font-size: 2.2rem;
		margin: 0% 2%;
		padding: 1% 0%;
		text-decoration: none;
	}

	.xwzx_nav>a:hover,
	.xwzx_nav>a.active {
		color: #01B751;
		border-bottom: 0.2rem solid transparent;
		border-image: linear-gradient(to left, #FFFFFF, #FFFFFF, #FFFFFF, #01B751, #01B751, #01B751);
		border-image-slice: 10;
		text-decoration: none;
	}

	.xwzx_content {
		margin-left: 10%;
		display: none;
	}

	.xwzx_content.active {
		display: block;
	}

	.xwzx_content_box1 {
		width: 48%;
		background-color: #fff;
		padding: 5%;
	}

	.xwzx_content_box1>img {
		width: 100%;
	}


	.news {
		width: 90%;
		padding: 30px 20px;
		margin: 5%;
		background-color: #fff;
	}

	.news .time {
		width: 100%;
		display: inline-block;
		color: #666666;
	}

	.news .time1{
		position: absolute;
		top: 2%;
		right: 15%;
		background-color: #21C759;
		width: 25%;
		color: #fff;
	}

	.news .time>span:nth-of-type(1) {
		font-size: 4rem;
		float: left;
	}

	.news .time>span:nth-of-type(2) {
		font-size: 2rem;
		float: right;
		margin-top: 15px;
	}

	.news .xian {
		width: 100%;
		display: inline-block;
		margin: 15px 0px 20px;
	}

	.news .xian>div:nth-of-type(1) {
		width: 15%;
		height: 3px;
		float: left;
		background-color: #1FA439;
	}

	.news .xian>div:nth-of-type(2) {
		width: 82%;
		height: 3px;
		float: right;
		background-color: #cccccc;
		position: relative;
	}

	.news .xian>div:nth-of-type(2)::before {
		width: 0%;
		height: 3px;
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #1A4C9F;
		transition: all 0.5s;
	}

	.news .xian>div:nth-of-type(2).change::before {
		width: 100%;
	}

	.news .title {
		width: 100%;
		display: inline-block;
		margin-bottom: 25px;
	}

	.news .title>a {
		width: 100%;
		display: block;
		color: #333333;
		font-weight: bold;
		font-size: 1.8rem;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news .text {
		width: 100%;
		margin-bottom: 25px;
	}

	.news .text>span {
		color: #999999;
		font-size: 1.3rem;
		line-height: 25px;
	}

	.news .link {
		width: 100%;
		display: inline-block;
		margin: 5%;
	}

	.news .link>a {
		display: inline-block;
		border: 1px solid #21C759;
		padding: 10px 25px;
		font-size: 1.6rem;
		color: #21C759;
		float: left;
	}

	.news .link>div {
		float: right;
		width: 40px;
		height: 3px;
		margin-top: 12px;
		background-color: #1FA439;
	}

	/* 底部 */
	.tit_box .tit2 {
		width: 30%;
		float: none;
		border-bottom: 2px solid #fff;
	}

	.tit_box .tit p {
		display: block;
		width: 100%;
		color: #fff;
		font-weight: bold;
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.tit_box .tit span {
		display: block;
		width: 100%;
		color: #fff;
		font-size: 1.3rem;
		margin-bottom: 10px;
	}

	.foot_img {
		width: 100%;
		padding: 40px 0;
		padding-bottom: 0;
		background-color: #131326;
	}

	.foot_img .tit_box>p {
		display: block;
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
		margin: 22px 0px;
	}

	.foot_img .tit_box .icon {
		width: 100%;
		margin-top: 30px;
	}

	.foot_img .tit_box .icon>div {
		width: 100%;
	}

	.foot_img .tit_box .icon i {
		display: block;
		width: 20px;
		height: 20px;
		margin: 0px 5px;
		float: left;
		background: url(../image/f_lianxiren.png)center center;
    		background-size: 1.6rem 1.6rem;
		background-repeat: no-repeat;
	}

	.foot_img .tit_box .icon>div {
		width: 48%;
		display: inline-block;
		color: #fff;
		font-size: 1.5rem;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.foot_img .tit_box .icon span {
		font-weight: bold;
	}

	.foot_img .tit_box .icon>div:nth-of-type(2)>i {
		background: url(../image/f_youxiang.png)center center;
    		background-size: 1.6rem 1.6rem;
		background-repeat: no-repeat;
	}

	.foot_img .tit_box .icon>div:nth-of-type(3)>i {
		background: url(../image/f_qq.png)center center;
    		background-size: 1.6rem 1.6rem;
		background-repeat: no-repeat;
	}

	.foot_img .tit_box .icon>div:nth-of-type(4)>i {
		background: url(../image/f_chuanzhen.png)center center;
    		background-size: 1.6rem 1.6rem;
		background-repeat: no-repeat;
	}

	.foot_img .tit_box .icon>div:nth-of-type(5)>i {
		background: url(../image/f_dizhi.png)center center;
    		background-size: 1.6rem 1.6rem;
		background-repeat: no-repeat;
	}

	.foot_img .tit_box .icon>div:nth-of-type(6)>i {
		background: url(../image/f_wangzhan.png)center center;
    		background-size: 1.6rem 1.6rem;
		background-repeat: no-repeat;
	}

	.foot_img .foot_logo {
		width: 100%;
		display: inline-block;
		
	}

	.foot_img .foot_logo>img {
		/* width: 75px; */
		display: block;
		float: left;
		transform: translateY(-7px);
	}

	.foot_img .foot_logo .name {
		float: left;
	}

	.foot_img .foot_logo .name>p {
		color: #fff;
		font-weight: bold;
		font-size: 2.6rem;
		display: block;
		margin: 10px 0px;
	}

	.foot_img .foot_logo .name>span {
		color: #fff;
		font-size: 1.6rem;
	}

	.foot_img .link {
		width: 30%;
		border-bottom: 2px solid #fff;
		margin-right: 2%;
	}

	.foot_img .link>p {
		display: block;
		width: 100%;
		color: #fff;
		font-weight: bold;
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.foot_img .link_a {
		width: 95%;
		margin: 20px auto 0px;
	}

	.foot_img .link_a>a {
		margin: 0px 10px;
		font-size: 1.5rem;
		color: #333333;
		line-height: 30px;
	}

	.copyright {
		width: 100%;
		display: inline-block;
		background-color: #000000;
	}

	.copyright span,
	.copyright a {
		color: #fff;
		line-height: 30px;	
	}
.copyright span{margin-left: 5rem;}
	.xs_nav {
		position: fixed;
		background-color: #000000;
		width: 100%;
		height: 40px;
		bottom: 0px;
		left: 0px;
		z-index: 999;
		text-align: center;
	}

	.xs_nav>ul {
		font-size: 0px;
	}

	.xs_nav>ul>li {
		display: inline-block;
		width: calc(100% / 3);
		border-left: 1px solid #fff;
	}

	.xs_nav>ul>li:nth-of-type(1) {
		border-left: 1px solid #000;
	}

	.xs_nav>ul>li>img {
		width: 20%;
		vertical-align: top;
		margin: 7% 0px;
		margin-right: 5px;
	}

	.xs_nav>ul>li>a {
		display: inline-block;
		color: #fff;
		line-height: 40px;
		font-size: 1.2rem;
	}


	.foot_navbox {
		position: fixed;
		left: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: .4s;
		z-index: 999;
	}

	.foot_navbox>li {
		display: block;
		padding-left: 25px;
		float: none;
		border: none;
		text-align: left;
		border-bottom: 1px solid #000;
	}

	.foot_navbox>li>a {
		font-size: 18px;
		padding: 10px 20px;
		color: #000000;
		display: block;
	}


	.right_message {
		position: fixed;
		right: 10px;
		bottom: 80px;
		z-index: 999;
	}

	.right_message>ul {
		width: 60px;
		display: inline-block;
		border: 1px solid #e0e0e0;
	}

	.right_message>ul>li {
		width: 100%;
		height: 64px;
		border-bottom: 1px solid #e0e0e0;
		position: relative;
		z-index: 150;
	}

	.right_message>ul>.TOP {
		border-bottom: none;
	}

	.right_message>ul>li>div {
		width: 100%;
		transition: all 0.5s;
	}

	.right_message>ul>li>div>div {
		width: 100%;
		height: 64px;
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: center;
		background-color: #fff;
		font-size: 1.5rem;
	}

	.right_message>ul>li>div>div:nth-of-type(2) {
		background-color: #21C759;
		top: 65px;
		transition: all 0.5s;
	}

	.right_message>ul>li>div>div:nth-of-type(2)>span {
		color: #fff;
	}

	.right_message .right_erweima {
		padding-top: 0px !important;
	}

	.right_message>ul>li>div>div>img {
		margin-top: 10px;
		width: 20px;
		margin-bottom: 5px;
	}

	.right_message>ul>li>div>div>span {
		display: block;
		font-size: 1rem;
		color: #363636;
	}

	.right_message>ul>li>ul {
		width: 0px;
		position: absolute;
		left: -145px;
		top: 0px;
		overflow: hidden;
		transition: all 0.5s;

	}

	.right_message>ul>li>ul>li {
		width: 145px;
		height: 64px;
		background-color: #21C759;
		color: #fff;
		text-align: center;
		margin-left: 100%;
		transition: all 0.5s;
	}

	.right_message>ul>li>ul .qq {
		line-height: 64px;
		font-size: 1.5rem;
	}

	.right_message>ul>li>ul .qq a {
		color: #ffffff;
		font-size: 1.5rem;
	}

	.right_message>ul>li>div>div .vx {
		width: 25px;
	}

	.right_message>ul>li>ul .imgbox {
		height: 100%;
		font-size: 1.5rem;
		line-height: 30px;
	}

	.right_message>ul>li .vximg {
		/*margin-top: -76px;*/
	}

	.right_message>ul>li>ul .imgbox>img {
		width: 100%;
	}

	.right_message>ul>li .dh_box {
		/*margin-top: -64px;*/
	}

	.right_message>ul>li>ul .dh {
		text-align: left;
	}

	.right_message>ul>li>ul>.dh:nth-of-type(even) {
		background-color: #21C759;
	}



	.right_message>ul>li>ul .dh>img {
		float: left;
	}

	.right_message>ul>li .dh_box>li:nth-of-type(1)>img {
		margin: 23px 13px;
	}

	.right_message>ul>li .dh_box>li:nth-of-type(2)>img {
		margin: 23px 16px;
	}

	.right_message>ul>li .dh_box>li:nth-of-type(3)>img {
		margin: 22px 12px;
	}

	.right_message>ul>li>ul .dh>div {
		width: 100px;
		margin: 11px 0px;
		font-size: 1.3rem;
	}

	.right_message>ul>li>ul .dh>div>span {
		overflow: hidden;
		white-space: nowrap;
	}

	.right_message>ul>li>div>div .yuy {
		width: 30px;
	}

	.right_message>ul .yuyue {
		cursor: pointer;
	}

	.right_message>ul>li>ul>li>div>p {
		margin-bottom: 5px;
	}

	.toTop {
		width: 35px;
		height: 28px;
		display: block;
		margin: 15px auto 0px;
		background: url(../new/image/icon_right/toTop2_h.png) center/100% 100%;
		z-index: 99;
		cursor: pointer;

	}

	.right_message>ul>.TOP>div>div {
		background-color: #21C759;
	}

	.links {
		
		font-size: 1.6rem;
	}

	.links .box {
		padding: 15px;
		position: relative;
	}

	.links .box:before {
		content: "LINKS";
		font-size: 2.3em;
		position: absolute;
		left: 0;
		bottom: 20px;
		color: #F8F8F8;
		opacity: .2;
		font-weight: 600;
	}

	.links span {
		width: 8em;
		text-align: right;
		color: #fff;
		position: relative;
	}

	.links .list {
		padding-left: 7em;
		position: relative;
		font-size: 1rem;
		padding-top: 0.4rem;
		text-indent: 4em;
	}

	.links .list a {
		color:#fff;
	}

	.links .list a:hover {
		color: #21C759;
	}
.footer_nav {
					color: #fff;
					font-size: 16px;
				}

				.footer_nav li {
					display: inline-block;
					margin: 0 2%;
				}

				.footer_nav a {
					color: #fff;
					font-size: 1.4rem;
				}

				.footer_nav a:hover {
					color: #21C759;
				}
}