body {
	background: url(../image/body_bg.jpg);
}

/*头部*/
header {
	width: 100%;
}

.index-top {
	width: 100%;
	height: .4rem;
	background: #262626;
	color: #d9d9d9;
	font-size: .14rem;
}

.top-nei {
	width: 16rem;
	margin: 0 auto;
	height: 100%;
	padding: 0 .1rem;
	box-sizing: border-box;
}

.top-nei p {
	line-height: .40rem;
	float: left;
}

.top-con {
	height: 100%;
	float: right;
	line-height: .4rem;
}

.top-con a {
	color: #d9d9d9;
}

.top-con a:hover {
	color: #012b81;
}

.top_bg {
	height: 1.4rem;
	background: rgb(255 255 255 / 80%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}

.top_line {
	width: 90%;
	border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
	margin: 0 auto;
	height: 1.4rem;
}

.h_login {
	height: 1.5rem;
	line-height: 1.5rem;
	position: absolute;
	top: 0;
	right: 6.5%;
	z-index: 10;
}

.h_login a {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.8);
	padding: 0 0.5rem;
}

.h_login a:hover {
	color: #fff;
	font-weight: bold;
}

.h_tel {
	position: absolute;
	top: 0.1rem;
	right: 7%;
	z-index: 10;
}

.h_tel em {
	width: 0.4rem;
	height: 0.3rem;
	/* display: block;
	float: left; */
	line-height: 0;
	/* padding: 0.12rem 0.15rem 0 0; */
}

.h_tel em img {
	width: 0.3rem;
	height: 0.25rem;
}

.h_tel b {
	font-size: .2rem;
	color: #012b81;
	padding-right: 0.4rem;
}

.logo {
	width: 7%;
	padding: 0.1rem 0 0;
}

.logo img {
	width: 1.2rem;
	height: 1.2rem;
}

.h_dw {
	font-weight: bold;
	font-size: .28rem;
	color: #000;
	width: 30%;
	line-height: 0.4rem;
	float: left;
	height: 0.7rem;
	padding: 0.4rem 0 0;
}

.h_dw i {
	display: block;
	font-size: .2rem;
	font-weight: normal;
}

.h_nav {
	width: 60%;
	height: 0.8rem;
	padding: 0.4rem 0 0;
	line-height: 3rem;
}

.h_nav li {
	float: left;
	height: 0.8rem;
	line-height: 1rem;
	padding: 0 0.2rem;
	position: relative;

}

.h_nav li.jn_t{
		padding-bottom:0.6rem;
}
.h_nav li a {
	font-size: .2rem;
	color: #000;
	display: block;
	float: left;
	position: relative;
	vertical-align: middle;
	text-align: center;
	height: 0.8rem;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;

}

.h_nav li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #012b81;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.h_nav li a:hover:before,
.h_nav li a:focus:before,
.h_nav li a:active:before {
	right: 0;
}

.h_nav li.cur a {
	background: url(../image/nav_line.gif) repeat-x 0 bottom;
}

.h_nav li.nobor {
	padding-right: 0;
}



.top_bg .h_nav .jn_t .sub {
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 99;
	background: #fff;
	width: 500px;
	overflow: hidden;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid #dedede;
	border-top: 0;
	display: none;
}

.top_bg .h_nav .jn_t:hover .sub {
	display: flex;
}

.top_bg .h_nav .jn_t .sub .shd {
	background: #d9d9d9;
}

.top_bg .h_nav .jn_t .sub .shul {
	display: flex;
	width: 180px;
	padding: 10px 0;
	background: #d9d9d9;
	flex-direction: column;
}

.top_bg .h_nav .jn_t .sub04 .shul {
	height: 188px;
}

.top_bg .h_nav .jn_t .sub06 .shul {
	height: 188px;
}

.top_bg .h_nav .jn_t .sub03 {
	width: 670px;
}

.top_bg .h_nav .jn_t .sub03 .shul {
	width: 250px;
}

.top_bg .h_nav .jn_t .sub05 {
	width: 150px;
}

.top_bg .h_nav .jn_t .sub .shul .shli {
	line-height: 34px;
	height: 34px;
}

.top_bg .h_nav .jn_t .sub .shul .shli a {
	color: #666;
	height: 100%;
	font-family: microsoft yahei;
	font-size: 14px;
	display: block;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.top_bg .h_nav .jn_t .sub .shul .shli.on a {
	color: #01119c;
}

.top_bg .h_nav .jn_t .sub .shul .shli i {
	position: absolute;
	width: 5px;
	height: 8px;
	background: url(../image/navarrow.png) no-repeat 0 -8px;
	right: -16px;
	top: 13px;
}

.top_bg .h_nav .jn_t .sub .shul .shli.on i {
	background-position: 0 0;
}

.top_bg .h_nav .jn_t .sub .sbd {
	width: 320px;
	float: right;
}

.top_bg .h_nav .jn_t .sub03 .sbd {
	width: 420px;
}

.top_bg .h_nav .jn_t .sub .sbd .sbox {
	line-height: 10px;
	font-size: 12px;
	font-family: microsoft yahei;
	color: #666;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* .top_bg .h_nav .jn_t .sub .sbd .sbox .sbp {
	padding: 20px 20px;
} */

.top_bg .h_nav .jn_t .sub .sbd .sbox .more {
	display: block;
	float: left;
	padding: 0 20px;
	/* line-height: 22px; */
	border: 1px solid #01119c;
	color: #01119c;
	font-family: microsoft yahei;
}

.top_bg .h_nav .jn_t .sub .sbd .sbox .more:hover {
	background: #01119c;
	color: #fff;
	text-decoration: none;
}

.top_bg .h_nav .jn_t .sub .sbd .sbox img {
	max-width: 100%;
}

.top_bg .h_nav .jn_t .sub .sbd .sbox p {
	margin-bottom: 20px;
}

.top_bg .h_nav .jn_t .sub01 .sbd .sbox {
	height: 218px;
}

.top_bg .h_nav .jn_t .sub02 .sbd .sbox {
	height: 150px;
}

.top_bg .h_nav .jn_t .sub03 .sbd .sbox {
	height: 450px;
}

.top_bg .h_nav .jn_t .sub04 .sbd .sbox {
	height: 100px;
}

.top_bg .h_nav .jn_t .sub06 .sbd .sbox {
	height: 100px;
}












.nav {
	width: 100%;
	background: #012b81;
}

.nav ul {
	width: 100%;
	max-width: 16rem;
	margin: 0 auto;
}

.nav ul li {
	width: 11.11%;
	float: left;
	height: .6rem;
	text-align: center;
	letter-spacing: .01em;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.nav ul li a {
	display: block;
	height: .6rem;
}

.nav ul li h3 {
	font-size: .2rem;
	color: #ffffff;
	font-weight: 500;
	line-height: .6rem;
}

.nav ul li.spa {
	background: #FFFFFF;
}

.nav ul li.spa h3 {
	font-weight: bold;
	color: #012b81;
}

.nav ul li:hover {
	background: #FFFFFF;
}

.nav ul li:hover h3 {
	font-weight: bold;
	color: #012b81;
}

/*轮播图*/
#banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-slide {
	width: 100%;
}

.swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-container-banner {
	overflow: hidden;
}

.swiper-pagination-banner {
	position: absolute;
	z-index: 88;
	text-align: center;
	bottom: .05rem !important;
}

.swiper-container-banner .swiper-pagination-bullet {
	height: .15rem !important;
	width: .15rem !important;
	background: #FFFFFF;
	opacity: .6;
}

.swiper-container-banner .swiper-pagination-bullet-active {
	background: #012b81 !important;
	opacity: 1;
}

.section-box {
	width: 12rem;
	margin: 0 auto;
}

/*搜索*/
#search {
	width: 100%;
	background: #f6f6f6;
}

.search-box {
	width: 100%;
	max-width: 12rem;
	margin: 0 auto;
	height: .6rem;
}

.search-keyword {
	line-height: .6rem;
	float: left;
	font-size: .16rem;
	color: #313131;
}

.search-keyword a {
	color: #313131;
}

.search-keyword a:hover {
	color: #012b81;
}

.search-inp {
	float: right;
	height: .34rem;
	width: 2.95rem;
	margin-top: .12rem;
	font-size: .14rem;
	border: .01rem solid #e4e4e4;
	box-sizing: border-box;
}

.search-inp input {
	width: 2.32rem;
	float: left;
	height: .32rem;
	border: 0;
	padding: 0 .2rem;
	box-sizing: border-box;
}

.search-inp button {
	width: .60rem;
	height: .32rem;
	color: #ffffff;
	float: right;
	cursor: pointer;
	border: 0;
	background: #313131;
}

.search-inp img {
	width: .20rem;
	height: .20rem;
}

/*sparkles*/
#sparkles {
	width: 100%;
}

.sparkles-top {
	width: 100%;
	height: 7rem;
	position: relative;
}

.sparkles-top-left {
	width: 9.07rem;
	height: 5.6rem;
	background: url(../image/sparkles_top_left_bg.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: .7rem;
	left: 0;
	z-index: 10;
}

.gallery-thumbs-sparkles {
	position: absolute !important;
	height: .6rem;
	width: 2.6rem;
	background: rgba(0, 0, 0, .6);
	color: #FFFFFF;
	overflow: hidden !important;
	padding: 0 .30rem !important;
	box-sizing: border-box;
	right: .17rem;
	bottom: 0;
}

.gallery-thumbs-sparkles ul li {
	line-height: .6rem;
	font-size: .2rem;
	text-align: center;
	overflow: hidden;
}

.sparkles-p i {
	width: .3rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	cursor: pointer;
	font-size: .3rem;
	color: #FFFFFF;
	position: absolute;
	top: 0;
}

.sparkles-p i:first-child {
	left: 0;
}

.sparkles-p i:last-child {
	right: 0;
}

.sparkles-top-right {
	width: 10.7rem;
	float: right;
	height: 7rem;
	padding: .2rem 0 .2rem .2rem;
	box-sizing: border-box;
	background: url(../image/sparkles_top_right_bg.png)no-repeat;
	background-size: 100% 100%;
}

.gallery-top-sparkles {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gallery-top-sparkles ul li img {
	width: 100%;
	height: 100%;
	display: block;
}

.sparkles-botm {
	width: 12rem;
	height: 2rem;
	margin: .9rem auto 0;
	background: #262626;
}

.sparkles-botm ul {
	transform: translateY(-.3rem);
}

.sparkles-botm ul li {
	width: 33.33%;
	float: left;
	padding: .8rem .1rem 0 1.45rem;
	box-sizing: border-box;
	color: #FFFFFF;
	background: url(../image/sparkles_botm_li_bg01.png)no-repeat .3rem top;
	background-size: .8rem 1.73rem;
	position: relative;
	height: 2rem;
}

.sparkles-botm ul li h3 {
	font-size: .24rem;
	font-weight: bold;
	line-height: .5rem;
}

.sparkles-botm ul li p {
	font-size: .18rem;
	line-height: .36rem;
}

.sparkles-botm ul li:after {
	content: '';
	height: .01rem;
	width: .45rem;
	background: #353535;
	position: absolute;
	left: .88rem;
	bottom: .16rem;
}

/* 简介 */
.content {
	width: 1200px;
	margin: 0 auto;
}

.guide {
	height: 600px;
	padding-top: 65px;
	overflow: hidden;
}

.guide dl {
	height: 385px;
	overflow: hidden;
}

.guide dt {
	width: 524px;
	height: 365px;
	float: left;
	overflow: hidden;
	position: relative;
}

.guide dt img {
	display: block;
	width: 524px;
	height: 351px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.guide dt:hover img,
.pro1 img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-transform: scale(1.1, 1.1);
}

/*.guide dt:before{ content:""; position:absolute; top:145px; left:232px; background:url(../images/guide_v.png) no-repeat; width:57px; height:57px; z-index:1;}*/
.guide dd {
	width: 618px;
	float: right;
}

.guide dd h3 {
	position: relative;
	font: 40px "Microsoft YaHei UI";
	color: #2e2f2f;
}

.guide dd h3 em {
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #012b81;
	letter-spacing: 5px;
	padding: 25px 0 10px;
	position: relative;
	margin-bottom: 14px;
}

.guide dd h3 b {
	display: block;
	font: 22px "Microsoft YaHei UI";
	color: #666;
	margin: 14px 0 23px;
}

.guide dd h3 em:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -68px;
	width: 170px;
	height: 1px;
	background: #333;
}

.guide dd p {
	font: 16px "Microsoft YaHei UI";
	line-height: 28px;
	color: #666666;
	margin-bottom: 32px;
}

.guide dd span {
	display: block;
	width: 150px;
	height: 42px;
	font: 18px "Microsoft YaHei UI";
	background: #012b81 url(../images/guide_arr.png) no-repeat 134px center;
	line-height: 42px;
}

.guide dd span a {
	display: block;
	color: #fff;
	padding-left: 30px;
}

.guide ul {
	height: 152px;
}

.guide li {
	float: left;
	position: relative;
	font: 18px "Microsoft YaHei UI";
	color: #666666;
	padding: 30px 0 0 100px;
	width: 220px;
}

.guide li:before {
	content: "";
	position: absolute;
	top: 44px;
	right: 0;
	width: 1px;
	height: 74px;
	background: #e0e0e0;
}

.guide li:last-child:before {
	background: none;
}

.guide li:last-child {
	float: right;
	width: 130px;
	padding-left: 0;
}

.guide li:nth-child(2) {
	width: 350px;
}

.guide li:nth-child(1) {
	padding-left: 0;
	width: 190px;
}

.guide li span {
	display: block;
	font: 24px "Microsoft YaHei UI";
	color: #232323;
}

.guide li span b {
	font-size: 60px;
}

.guide li:hover span {
	color: #012b81;
}



/* 业务范围 */
.chara {
	clear: both;
	font-family: "Microsoft Yahei";
	line-height: 24px;
	font-size: 14px;
	padding: 86px 0;
	position: relative;
	background: url(../image/why_bg.jpg) no-repeat center 0;
	color: #666;
}

.chara .tit {
	text-align: center;
	color: #2e2f2f;
	font-size: 48px;
	line-height: 62px;
	font-family: "Microsoft Yahei";
	clear: both;
	display: block;
	white-space: nowrap;
	padding: 0 0 35px;
	font-weight: bold;
}

.chara .tit em {
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	color: #666;
}

.chara_p {
	width: 100%;
	left: 0;
	top: 168px;
	z-index: 1;
	position: absolute;
}

.chara_p .pa {
	position: absolute;
}

.chara_p img {
	width: 100%;
	display: block;
}

.chara_c {
	padding: 30px 0 0;
	position: relative;
}

.chara_c li {
	width: 33%;
	height: 210px;
	border-left: 2px solid #adadad;
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
}

.chara_c li span {
	font-size: 18px;
	color: #333;
	display: block;
	line-height: 38px;
	white-space: nowrap;
}

.chara_c li span b {
	font-size: 30px;
	color: #012b81;
	display: block;
	line-height: 32px;
	margin-bottom: 20px;
}

.chara_c li p {
	width: 258px;
	font-size: 16px;
}

.chara_l1 {
	height: 443px;
}

.chara_l2 {
	height: 223px;
}

.chara_l1 li:nth-child(1),
.chara_l1 li:nth-child(3),
.chara_l2 li:nth-child(3) {
	width: 24.3%;
}

.chara_l1 li:nth-child(1) {
	margin-left: 7.66%;
}

.chara_l2 li:nth-child(1) {
	margin: 14px 0 0 14.84%;
}

.chara_l2 li:nth-child(2) {
	width: 27.2%;
}

.chara_l2 li:nth-child(3) {
	margin-top: 20px;
}

.chara_l2 li {
	padding-top: 58px;
}

@media screen and (max-width: 1680px) {
	.chara_l1 {
		height: 400px;
	}
}

@media screen and (max-width: 1580px) {
	.chara_l1 {
		height: 366px;
	}
}

@media screen and (max-width: 1440px) {
	.chara_l1 {
		height: 356px;
	}
}








/*product*/
#product {
	padding: .8rem 0 .6rem;
	box-sizing: border-box;
	width: 100%;
}

.sec-title {
	width: 6.05rem;
	height: 1.4rem;
	margin: 0 auto;
	text-align: center;
	/* background: url(../image/sec_title_bg.png)no-repeat left bottom;background-size: 1.94rem 1.29rem; */
}

.sec-title h2 {
	font-size: .8rem;
	font-weight: 500;
	line-height: 1.1rem;
	color: #3a383b;
	letter-spacing: .06rem;
	height: 1.1rem;
}

.sec-title h2 b {
	font-size: .58rem;
	font-weight: 500;
}

.sec-title i {
	display: inline-block;
	height: .3rem;
	width: 1.2rem;
	line-height: .3rem;
	text-align: center;
	font-size: .16rem;
	background: #012b81;
	color: #FFFFFF;
	margin: 0 .06rem;
}

.content-left {
	float: left;
	width: 2.4rem;
}

.content-box .content-left {
	box-shadow: none;
	border: .01rem solid #e5e5e5;
	box-sizing: border-box;
}

.left-nav {
	background: #FFFFFF;
}

.left-nav:first-child {
	margin-top: 0;
}

.left-nav-top {
	width: 100%;
	height: .8rem;
	padding-top: .15rem;
	box-sizing: border-box;
	background: #012b81;
	background-size: 100% 100%;
	text-align: center;
}

.left-nav-top a {
	color: #FFFFFF;
}

.left-nav-top h3 {
	line-height: .32rem;
	width: 100%;
	height: .32rem;
	overflow: hidden;
	font-size: .22rem;
	font-weight: 500;
}

.left-nav-top h5 {
	line-height: .2rem;
	font-size: .16rem;
	text-transform: uppercase;
	font-weight: 300;
}

.left-nav-con {
	padding: 0 0 .1rem;
	box-sizing: border-box;
}

.left-nav-list-title {
	height: .46rem;
	line-height: .46rem;
	font-size: .18rem;
	background: #d6d6d6;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	
	box-shadow: 0 .04rem .05rem #e8e8e8;
	text-align: center;
	position:relative;
}
.left-nav-list-title.on {
	background: #012b81;
	box-shadow: none;
}
.left-nav-list-title.on a{
	color:#fff;
}

.left-nav-list-title a {
	color: #232322;
	display: block;
	margin-right: 50px;
	height: 100%;
}

.left-nav-list-title:after{
	content:'+';
	position:absolute;
	display:block;
	width:.46rem;
	height:.46rem;
	right:0;
	top:0;

	pointer-events: none;
	z-index:100;
}
.left-nav-list-title.on:after{
	content:'-';
	position:absolute;
	display:block;
	width:.46rem;
	height:.46rem;

	right:0;
	pointer-events: none;
	top:0;
	z-index:100;
}
.left-nav-list-title.wu:after{
	content:'-';
	position:absolute;
	display:block;
	width:.46rem;
	height:.46rem;
	right:0;

	pointer-events: none;
	top:0;
	z-index:100;
}

.left-nav-list-title:hover {
	background: #012b81;
	box-shadow: none;
}
.left-nav-list-title:hover:after {
color:#fff;
}
.left-nav-list-title.on:after {
color:#fff;
}

.left-nav-list-title:hover a {
	color: #FFFFFF;
}

.left-nav-con ul {
	padding: .1rem .2rem .2rem;
	box-sizing: border-box;

}
.left-nav-con ul.open {
	display:block;
	display: none;
}

.left-nav-con ul li {
	line-height: .4rem;
	font-size: .18rem;
	border-bottom: .01rem dashed #dbdbdb;
	padding-left: .45rem;
	box-sizing: border-box;
	height: .4rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.left-nav-con ul li:before {
	content: '';
	width: .08rem;
	height: .08rem;
	border-radius: 50%;
	background: linear-gradient(to top, #bbbbbb, #ffffff);
	position: absolute;
	top: .16rem;
	left: .15rem;
}

.left-nav-con ul li a {
	color: #333333;
	transition: color .3s;
	font-size: 0.15rem;
}

.left-nav-con ul li:hover a {
	color: #012b81;
}

.left-nav-con ul li:hover:before {
	background: linear-gradient(to top, #012b81, #ffffff);
}

.left-nav-contact {
	padding: .1rem .3rem .3rem;
	box-sizing: border-box;
}

.left-nav-contact p {
	font-size: .16rem;
	color: #666666;
	line-height: .36rem;
	padding-left: .28rem;
	box-sizing: border-box;
	width: 100%;
	height: .36rem;
	overflow: hidden;
	background: url(../image/left_nav_contact_ico01.png)no-repeat left center;
	background-size: .17rem .17rem;
}

.left-nav-contact p:nth-child(2) {
	background: url(../image/left_nav_contact_ico02.png)no-repeat .02rem center;
	background-size: .14rem .17rem;
}

.left-nav-contact p:nth-child(3) {
	background: url(../image/left_nav_contact_ico03.png)no-repeat left center;
	background-size: .17rem .13rem;
}

.contact-qrcode {
	width: 100%;
	position: relative;
	padding-top: 1.1rem;
	box-sizing: border-box;
	margin-top: .1rem;
}

.contact-qrcode img {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.contact-qrcode-box {
	width: 100%;
	height: 1.2rem;
	background: #012b81;
	padding: .55rem .05rem 0 .05rem;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
}

.contact-qrcode-box h4 {
	font-size: .18rem;
	font-weight: 500;
	line-height: .3rem;
}

.contact-qrcode-box h4 span {
	font-size: .14rem;
	text-transform: uppercase;
	opacity: .4;
	margin-left: .04rem;
	letter-spacing: -.01rem;
}

.contact-qrcode-box i {
	font-size: .14rem;
	line-height: .18rem;
	letter-spacing: .01rem;
	transform: scale(.9) translateX(-.1rem);
	display: block;
	width: 110%;
}

.content-pro .contact-qrcode {
	padding-top: 1.4rem;
}

.content-pro .contact-qrcode img {
	width: 1.8rem;
	height: 1.8rem;
}

.content-pro .contact-qrcode-box h4 {
	font-size: .2rem;
}


.section-box {
	width: 12rem;
	margin: 0 auto;
}

.product-nav {
	width: 100%;
	color: #343434;
	padding-top: .35rem;
	box-sizing: border-box;
}

.product-nav-top {
	width: 100%;
	height: .48rem;
	line-height: .48rem;
	box-sizing: border-box;
	font-weight: 500;
}

.product-nav-top h3 {
	font-size: .25rem;
	float: left;
	width: 1.5rem;
	position: relative;
	font-weight: 500;
}

.product-nav-top h3:after {
	content: '';
	height: .26rem;
	width: .01rem;
	background: #cdc9ca;
	position: absolute;
	right: 0;
	bottom: -.1rem;
}

.product-nav-top p {
	font-size: .18rem;
	line-height: .48rem;
	float: left;
	margin-left: .28rem;
}

.product-nav-top a {
	float: right;
	font-size: .18rem;
}

.product-nav-botm {
	width: 100%;
	border-bottom: .01rem solid #cdc9ca;
	border-top: .01rem solid #cdc9ca;
	box-sizing: border-box;
}

.product-nav-left {
	font-size: .2rem;
	width: 1.5rem;
	padding: .15rem 0;
	box-sizing: border-box;
	border-right: .01rem dashed #cdc9ca;
}

.product-nav-left ul li {
	height: .6rem;
	width: 100%;
	line-height: .6rem;
	overflow: hidden;
}

.product-nav-left a {
	color: #012b81;
	transition: all .3s;
}

.product-nav-left a:hover {
	color: #028fd7;
}

.product-nav-right {
	width: 10.5rem;
	padding: .15rem 0;
}

.product-nav-right ul {
	height: .6rem;
	width: 9.5rem;
	overflow: hidden;
}

.product-nav-right ul li {
	transition: background .3s;
	height: .3rem;
	width: 1.8rem;
	text-align: center;
	border: .01rem solid #cdc9ca;
	box-sizing: border-box;
	font-size: .18rem;
	line-height: .3rem;
	margin: .15rem 0 .15rem .1rem;
	background: #FFFFFF;
	padding: 0 .1rem;
	overflow: hidden;
	float: left;
}

.product-nav-right a {
	color: #666565;
	transition: all .3s;
	display: block;
}

.product-nav-right ul li:hover a {
	color: #FFFFFF;
}

.product-nav-right ul li:hover {
	background: #028fd7;
	border: 0;
}

.index-pro-list {
	width: 16rem;
	margin: 0 auto;
}

.pro-list {
	padding-bottom: .2rem;
	box-sizing: border-box;
}

.pro-list ul li {
	width: 4.13333rem;
	height: 3rem;
	float: left;
	margin-top: .2rem;
	padding: .1rem;
	box-sizing: border-box;
	background: #FFFFFF;
}

.pro-list ul li:nth-child(2n+1) {
	margin-left: 0;
}

.index-pro-list ul li {
	width: 5.2rem;
	height: 3.7rem;
	padding: .1rem;
	box-sizing: border-box;
	background: #FFFFFF;
	margin-top: .2rem;
	float: left;
	margin-left: .2rem;
}

.index-pro-list ul li:nth-child(3n+1) {
	margin-left: 0;
}

.pro-box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.pro-texttt h4{
	/* padding-top: 0.2rem; */
	font-size: .18rem;
	text-align: center;
}
.pro-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.pro-text {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	padding: 1.3rem .1rem 0;
	box-sizing: border-box;
	color: #FFFFFF;
	transform: translateY(3.5rem);
	transition: all .5s;
}

.pro-text h4 {
	font-size: .18rem;
	line-height: .4rem;
	text-align: center;
	position: relative;
}

.pro-text h4:after {
	content: '';
	height: .19rem;
	width: .09rem;
	background: url(../image/pro_text_h4_ico.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -.35rem;
	left: 50%;
	transform: translateX(-50%);
}

.pro-text span {
	display: block;
	width: 1.2rem;
	height: .3rem;
	line-height: .3rem;
	text-align: center;
	font-size: .14rem;
	margin: .6rem auto 0;
	border: .01rem solid #FFFFFF;
	box-sizing: border-box;
}

.index-pro-list ul li:hover .pro-text {
	transform: translateY(0);
}

.pro-list ul li:hover .pro-text {
	transform: translateY(0);
}

.content-list-box-n .pro-list {
	padding: 0 .07rem .2rem;
	box-sizing: border-box;
}

.content-list-box-n .pro-list ul li {
	width: 4.5rem;
	height: 3.2rem;
	margin-left: .15rem;
}

.content-list-box-n .pro-list ul li:first-child {
	margin-left: 0;
}

.video {
	width: 16rem;
	height: 6.8rem;
	margin: 0 auto;
	position: relative;
}

.video video {
	width: 100%;
	height: 9rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.video img {
	width: 100%;
	height: 9rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	cursor: pointer;
	display: none;
}

.index-contact {
	width: 100%;
	height: 3rem;
	background: url(../image/index_contact_bg.jpg)no-repeat;
	background-size: 100% 100%;
	padding: 0.5rem 3.5rem 0;
	box-sizing: border-box;
}

.index-contact-left {
	width: 6.5rem;
	float: left;
	text-align: center;
	color: #FFFFFF;
}

.index-contact-left h3 {
	font-size: .40rem;
	line-height: .6rem;
	font-weight: bold;
}

.index-contact-left h5 {
	display: inline-block;
	padding: 0 .2rem;
	box-sizing: border-box;
	background: #FFFFFF;
	color: #045f8e;
	font-size: .18rem;
	margin: .2rem auto;
	line-height: .36rem;
	letter-spacing: .02rem;
}

.index-contact-left ul {
	width: 6.3rem;
	margin: 0 auto;
}

.index-contact-left ul li {
	float: left;
	line-height: .4rem;
	margin-left: .4rem;
	padding-left: .4rem;
	box-sizing: border-box;
	background: url(../image/inde_contact_left_ico.png)no-repeat left center;
	background-size: .27rem .22rem;
	font-size: .22rem;
}

.index-contact-left ul li:first-child {
	margin-left: 0;
}

.index-contact-qrcode {
	width: 1.5rem;
	height: 1.5rem;
	float: left;
	margin-top: .1rem;
}

.index-contact-qrcode img {
	width: 100%;
	height: 100%;
	display: block;
}

.index-contact-right {
	width: 3.5rem;
	float: left;
	padding-left: .8rem;
	box-sizing: border-box;
	margin-top: .7rem;
	background: url(../image/index_contact_right_bg.png)no-repeat left center;
	background-size: .64rem .63rem;
	color: #FFFFFF;
	height: .64rem;
	margin-left: 1.5rem;
}

.index-contact-right h5 {
	line-height: 1;
	font-size: .18rem;
	font-weight: 500;
}

.index-contact-right h4 {
	font-size: .36rem;
	font-weight: bold;
	margin-top: .15rem;
	line-height: 1;
}

/*reason*/
#reason {
	width: 100%;
	padding: 1rem 0 0;
	box-sizing: border-box;
}

.reason-title {
	width: 8.11rem;
	height: 1.8rem;
	margin-left: 7.5rem;
	text-transform: uppercase;
}

.reason-title-top {
	width: 100%;
	padding-left: 1rem;
	box-sizing: border-box;
	height: .9rem;
	line-height: .9rem;
	position: relative;
}

.reason-title-top h3 {
	font-size: .8rem;
	line-height: .9rem;
	height: .9rem;
	float: left;
	font-weight: bold;
	color: #012b80;
}

.reason-title-top span {
	font-size: .3rem;
	color: #c1c1c1;
	line-height: .3rem;
	margin-top: .6rem;
	margin-left: .1rem;
	font-weight: 300;
	float: left;
}

.reason-title-botm {
	width: 100%;
	height: .9rem;
	position: relative;
}

.reason-title-con {
	float: left;
	height: .9rem;
	width: 4.1rem;
	text-align: right;
	padding-right: .1rem;
	box-sizing: border-box;
	letter-spacing: .02rem;
}

.reason-title-con h4 {
	font-size: .3rem;
	line-height: .4rem;
	color: #262626;
	font-weight: 500;
}

.reason-title-con p {
	font-size: .24rem;
	color: #c1c1c1;
	line-height: .4rem;
	font-weight: 300;
}

.reason-title-botm h2 {
	font-size: .66rem;
	color: #012b80;
	font-weight: bold;
	line-height: .9rem;
	float: left;
	letter-spacing: .02rem;
}

.reason-title-top:before {
	content: '';
	height: .08rem;
	width: 6rem;
	background: #012b80;
	position: absolute;
	bottom: .15rem;
	left: -5.2rem;
}

.reason-title-botm:before {
	content: '';
	height: 1.2rem;
	width: 1.24rem;
	/* background: url(../image/reason_title_botm_ico.jpg)no-repeat; */
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: -.3rem;
}

.reason-one {
	width: 100%;
	position: relative;
	height: 6.6rem;
	background: url(../image/reason_box01_bg.jpg)no-repeat;
	background-size: 100% 100%;
	padding: .2rem 0 .4rem;
	box-sizing: border-box;
	margin-top: .8rem;
}

.reason-img {
	width: 10.65rem;
	height: 7rem;
}

.reason-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.reason-box {
	width: 8.85rem;
	height: 6.45rem;
	background: url(../image/body_bg.jpg);
	position: absolute;
	top: .75rem;
	left: 0;
	box-shadow: -.2rem 0 .2rem #001e2d;
	padding: .6rem .25rem 0 3.6rem;
	box-sizing: border-box;
}

.reason-box:before {
	content: '';
	width: .4rem;
	height: .23rem;
	background: url(../image/reason_box_jiao.png)no-repeat;
	background-size: .4rem .23rem;
	position: absolute;
	top: -.23rem;
	right: 0;
}

.reason-box img {
	width: 1.1rem;
	height: 2.36rem;
	position: absolute;
	top: 0;
	left: 2.1rem;
}

.reason-box h3 {
	font-size: .5rem;
	font-weight: bold;
	color: #1b1a23;
	line-height: .7rem;
}

.reason-box i {
	display: inline-block;
	padding: 0 .2rem;
	box-sizing: border-box;
	line-height: .38rem;
	background: #012b80;
	color: #FFFFFF;
	border-radius: .05rem;
	margin-top: .1rem;
	font-size: .18rem;
}

.reason-box ul {
	width: 100%;
	margin-top: 0.5rem;
	padding-left: .3rem;
	box-sizing: border-box;
}

.reason-box ul li {
	margin-top: .2rem;
	position: relative;
	font-size: .18rem;
	color: #333333;
	height: .4rem;
}

.reason-box ul li p {
	line-height: .4rem;
	border-bottom: .01rem dashed #716f70;
	float: left;
}

.reason-box ul li:before {
	content: '';
	width: .16rem;
	height: .16rem;
	background: #012b80;
	position: absolute;
	top: .12rem;
	left: -.3rem;
}

.reason-two {
	width: 100%;
	position: relative;
	height: 7.5rem;
	background: url(../image/reason_box02_bg.jpg)no-repeat;
	background-size: 100% 100%;
	padding: 0rem 0 .5rem;
	box-sizing: border-box;
}

.reason-two .reason-img {
	width: 9.68rem;
	height: 6rem;
	float: left;
}

.reason-two .reason-box {
	left: auto;
	right: 0;
	top: .55rem;
	padding: .6rem 3.6rem 0 .2rem;
	box-shadow: none;
	width: 9.9rem;
}

.reason-two .reason-box:before {
	left: 0;
	right: auto;
	background: url(../image/reason_box_jiaos.png)no-repeat;
	background-size: .4rem .24rem;
}

.reason-two .reason-box img {
	left: auto;
	right: 2.1rem;
}

.reason-two .reason-box h3 {
	text-align: right;
}

.reason-two .reason-box ul {
	padding-left: 0;
	padding-right: .3rem;
}

.reason-two .reason-box ul li:before {
	left: auto;
	right: -.3rem;
}

.reason-two .reason-box ul li p {
	float: right;
}

.reason-two-botm {
	width: 12rem;
	height: 1rem;
	position: absolute;
	bottom: .5rem;
	right: 0;
	border: .01rem solid #bfbfbf;
	box-sizing: border-box;
	background: #012b80;
}

.reason-two-botm ul li {
	height: .98rem;
	float: left;
	border-left: .02rem solid #bfbfbf;
	padding: .1rem 0 0 1.05rem;
	box-sizing: border-box;
	color: #FFFFFF;
	width: 25%;
}

.reason-two-botm ul li:first-child {
	border-left: 0;
	background: url(../image/reason_two_botm_ico01.png)no-repeat .18rem center;
	background-size: .6rem .6rem;
}

.reason-two-botm ul li:nth-child(2) {
	background: url(../image/reason_two_botm_ico02.png)no-repeat .18rem center;
	background-size: .6rem .6rem;
}

.reason-two-botm ul li:nth-child(3) {
	background: url(../image/reason_two_botm_ico03.png)no-repeat .18rem center;
	background-size: .6rem .6rem;
}

.reason-two-botm ul li:nth-child(4) {
	background: url(../image/reason_two_botm_ico04.png)no-repeat .18rem center;
	background-size: .6rem .6rem;
}

.reason-two-botm ul li h4 {
	font-size: .24rem;
	font-weight: bold;
	line-height: .5rem;
}

.reason-two-botm ul li p {
	font-size: .16rem;
	line-height: .26rem;
}

.reason-three {
	height: 7.28rem;
	width: 100%;
	padding: 0 0 .28rem;
	box-sizing: border-box;
	background: url(../image/reason_box03_bg.jpg)no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.reason-three .reason-box {
	padding: .6rem .25rem 0 3.4rem;
}

.reason-three .reason-box h3 {
	font-size: .44rem;
}


.index-contacts {
	height: 2.9rem;
	padding: .5rem 3.5rem 0;
	box-sizing: border-box;
	background: url(../image/index_contacts_bg.jpg)no-repeat;
	background-size: 100% 100%;
}

.index-contacts .index-contact-left {
	text-align: left;
}

.index-contacts .index-contact-left h5 {
	margin: .2rem 0 0 0;
}

.index-contacts .index-contact-left ul {
	margin: .2rem 0 0 0;
}

.index-contacts .index-contact-right {
	position: relative;
	margin-top: .2rem;
}

.index-contacts .index-contact-right p {
	font-size: .18rem;
	line-height: 1;
	position: absolute;
	left: 0;
}

.index-contacts .index-contact-right p:nth-child(3) {
	bottom: -.4rem;
}

.index-contacts .index-contact-right p:nth-child(4) {
	bottom: -.7rem;
}

/*case*/
#case {
	width: 100%;
	padding: .9rem 0 .5rem;
	box-sizing: border-box;
}

.case-box {
	width: 16rem;
	margin: .5rem auto 0;
}

.gallery-top-case {
	width: 100%;
	overflow: hidden;
}

.gallery-top-case ul li {
	position: relative;
	width: 100%;
}

.index-case-img {
	width: 100%;
	height: 7.45rem;
}

.index-case-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.case-span {
	width: 3.1rem;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 1.9rem;
	padding: .7rem .35rem .3rem;
	box-sizing: border-box;
	border-bottom-left-radius: .1rem;
	border-bottom-right-radius: .1rem;
	color: #FFFFFF;
}

.case-span p {
	padding-left: .32rem;
	box-sizing: border-box;
	line-height: .6rem;
	height: .6rem;
	font-size: .24rem;
	position: relative;
	overflow: hidden;
}

.case-span p:before {
	content: '';
	height: .1rem;
	width: .1rem;
	background: #c10000;
	position: absolute;
	top: .25rem;
	left: 0;
}

.case-span span {
	display: inline-block;
	float: right;
	margin-top: .7rem;
	padding: 0 .15rem;
	box-sizing: border-box;
	line-height: .3rem;
	background: #c10000;
	font-size: .14rem;
	border-radius: .05rem;
}

.case-box-botm {
	width: 100%;
	height: 1.1rem;
	color: #FFFFFF;
}

/* .gallery-thumbs-case{width: 13rem;float: left;height: 1.1rem;overflow: hidden;} */
.gallery-thumbs-case ul li {
	text-align: center;
	line-height: 1.1rem;
	font-size: .18rem;
	font-weight: bold;
	padding-left: .5rem;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background: #262626;
}

.gallery-thumbs-case ul li:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/thumbs_case_bg01.png)no-repeat center center;
	background-size: .65rem .49rem;
}

.gallery-thumbs-case ul li:nth-child(2):after {
	background: url(../image/thumbs_case_bg02.png)no-repeat center center;
	background-size: .90rem .52rem;
}

.gallery-thumbs-case ul li:nth-child(3):after {
	background: url(../image/thumbs_case_bg03.png)no-repeat center center;
	background-size: .89rem .49rem;
}

.gallery-thumbs-case ul li:nth-child(4):after {
	background: url(../image/thumbs_case_bg04.png)no-repeat center center;
	background-size: .89rem .50rem;
}

.gallery-thumbs-case ul li:nth-child(5):after {
	background: url(../image/thumbs_case_bg05.png)no-repeat center center;
	background-size: .86rem .49rem;
}

.gallery-thumbs-case ul li:nth-child(6):after {
	background: url(../image/thumbs_case_bg06.png)no-repeat center center;
	background-size: .86rem .49rem;
}

.gallery-thumbs-case .swiper-slide-thumb-active {
	background: #012b81;
}

.case-logo {
	width: 2.99rem;
	height: 1.1rem;
	float: right;
	background: #262626;
	position: relative;
	margin-left: .01rem;
}

.case-logo:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../image/case_logo.png)no-repeat center center;
	background-size: 1.51rem .37rem;
	position: absolute;
	top: 0;
	left: 0;
}

.case-box-m {
	width: 16rem;
	margin: .35rem auto 0;
	position: relative;
}

.swiper-container-case {
	width: 100%;
	overflow: hidden;
}

.swiper-container-case ul li img {
	width: 100%;
	display: block;
}

.navigation-case i {
	height: .8rem;
	width: .8rem;
	line-height: .8rem;
	text-align: center;
	font-size: .32rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.navigation-case i:first-child {
	left: -.8rem;
}

.navigation-case i:last-child {
	right: -.8rem;
}

/*about*/
#about {
	width: 100%;
	padding: .8rem 0 0;
	box-sizing: border-box;
}

/* #about .sec-title{background: url(../image/about_title_bg.png)no-repeat left bottom;background-size: 1.94rem 1.29rem;} */
.about-box {
	width: 100%;
	margin-top: .5rem;
}

.about-box-text {
	color: #333;
	width: 50%;
	height: 6.6rem;
	padding: .8rem .52rem 0 2.8rem;
	box-sizing: border-box;
	background: #f8f8f8;
}

.about-box-text h3 {
	font-size: .5rem;
	font-weight: bold;
	line-height: 1.1rem;
	position: relative;
}

.about-box-text h3:after {
	content: '';
	width: 1.23rem;
	height: .08rem;
	background: #012b81;
	position: absolute;
	bottom: 0;
	left: 0;
}

.about-box-text h5 {
	font-size: .22rem;
	line-height: .4rem;
	margin: 0rem 0;
	height: .4rem;
	overflow: hidden;
	font-weight: bold;
}

.about-box-text p {
	font-size: .16rem;
	line-height: .36rem;
	text-align: justify;
	max-height: 2.16rem;
	overflow: hidden;
	color: #757575;
}

.about-box-text a {
	display: inline-block;
	float: left;
	margin-top: .5rem;
	padding: 0 .3rem;
	box-sizing: border-box;
	line-height: .5rem;
	font-size: .18rem;
	font-weight: 500;
	background: #042465;
	color: #FFFFFF;
	transition: all .3s;
	border-radius: .05rem;
}

.about-box-text a:hover {
	background: #FFFFFF;
	color: #012b81;
}

.about-box-video {
	width: 50%;
	height: 6.6rem;
}

.about-box-video img {
	width: 100%;
	height: 100%;
	display: block;
}

.about-botm {
	width: 12rem;
	margin: .5rem auto 0;
	position: relative;
}

.swiper-container-about {
	width: 100%;
	overflow: hidden;
}

.swiper-container-about ul li img {
	width: 100%;
	display: block;
}

.navigation-about i {
	cursor: pointer;
	height: .8rem;
	width: .8rem;
	text-align: center;
	line-height: .8rem;
	font-size: .32rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.navigation-about i:first-child {
	left: -.8rem;
}

.navigation-about i:last-child {
	right: -.8rem;
}

/*news*/
#news {
	width: 100%;
	padding: .9rem 0 .8rem;
}

/* #news .sec-title{background: url(../image/news_title_bg.png)no-repeat left bottom;background-size: 1.94rem 1.29rem;} */
.news-nav {
	width: 12.8rem;
	margin: .5rem auto 0;
	border: .01rem solid #aeabab;
	box-sizing: border-box;
}

.gallery-thumbs-news {
	width: 11.4rem;
	overflow: hidden;
}

.gallery-thumbs-news ul li {
	text-align: center;
	line-height: .56rem;
	font-size: .18rem;
	color: #333333;
	border-right: .01rem solid #aeabab;
	box-sizing: border-box;
	cursor: pointer;
}

.gallery-thumbs-news ul li.swiper-slide-thumb-active {
	background: #232323;
	color: #FFFFFF;
	font-weight: 500;
}

.news-nav-more {
	width: 1.3rem;
	line-height: .56rem;
	text-align: center;
	font-size: .14rem;
}

.news-nav-more a {
	color: #333333;
	transition: all .3s;
	display: block;
}

.news-nav-more a:hover {
	color: #012b81;
	font-weight: 500;
}

.gallery-top-news {
	width: 16rem;
	margin: .32rem auto 0;
	overflow: hidden;
	height: 6.5rem;
}

.news-left {
	width: 9rem;
}

.news-left ul li {
	width: 4.4rem;
	height: 3rem;
	position: relative;
	margin-top: .5rem;
	margin-left: .2rem;
	float: left;
	overflow: hidden;
}

.news-left ul li:nth-child(2n+1) {
	margin-left: 0;
}

.news-left ul li:nth-child(1),
.news-left ul li:nth-child(2) {
	margin-top: 0;
}

.index-news-img {
	width: 100%;
	height: 100%;
}

.index-news-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.index-news-text {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	padding: .6rem .35rem 0;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(3rem);
	transition: all .5s;
}

.index-news-text a {
	color: #FFFFFF;
}

.index-news-text span {
	font-size: .12rem;
	line-height: 1;
	position: absolute;
	top: .7rem;
	right: .35rem;
}

.index-news-text h5 {
	font-size: .36rem;
	font-weight: 500;
	line-height: .54rem;
}

.index-news-text h5 i {
	font-size: .2rem;
	margin-left: .05rem;
}

.index-news-text h4 {
	font-size: .18rem;
	font-weight: 500;
	line-height: .5rem;
	position: relative;
	height: .5rem;
	overflow: hidden;
}

.index-news-text h4:after {
	content: '';
	width: .37rem;
	height: .03rem;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

.index-news-text p {
	font-size: .14rem;
	line-height: .3rem;
	text-align: justify;
	overflow: hidden;
	height: .9rem;
	margin-top: .2rem;
}

.news-left ul li:hover .index-news-text {
	transform: translateY(0);
}

.news-right {
	width: 6.8rem;
	height: 6.5rem;
}

.news-right ul li {
	height: 1.5rem;
	width: 100%;
	margin-top: .18rem;
}

.news-right ul li:first-child {
	margin-top: 0;
}

.news-right-img {
	width: 2.2rem;
	height: 1.5rem;
	float: left;
}

.news-right-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.news-right-text {
	width: 4.6rem;
	float: right;
	height: 1.5rem;
	background: #FFFFFF;
	padding: .2rem;
	box-sizing: border-box;
	border: .01rem solid #e5e3e3;
	position: relative;
}

.news-right-text h5 {
	font-size: .36rem;
	font-weight: 500;
	line-height: .42rem;
}

.news-right-text h5 i {
	font-size: .2rem;
	margin-left: .05rem;
}

.news-right-text span {
	font-size: .12rem;
	line-height: 1;
	position: absolute;
	top: .4rem;
	right: .2rem;
}

.news-right-text h4 {
	font-size: .18rem;
	line-height: .32rem;
	height: .32rem;
	overflow: hidden;
	font-weight: bold;
}

.news-right-text p {
	font-size: .16rem;
	line-height: .3rem;
	height: .3rem;
	width: 100%;
	overflow: hidden;
}

.news-right ul li:hover a {
	color: #012b81;
}

/*留言*/
.index-message {
	width: 16rem;
	margin: 0 auto;
	background: url(../image/message_bg.jpg)no-repeat;
	background-size: 100% 100%;
	height: 4.4rem;
	box-shadow: 0 .05rem .05rem #bfb9ba;
}

.index-message-left {
	width: 4.4rem;
	padding: .3rem .6rem 0;
	box-sizing: border-box;
}

.index-message-left h3 {
	font-size: .34rem;
	color: #404040;
	font-weight: bold;
	line-height: .8rem;
}

.index-message-left-img {
	width: 100%;
	height: 1.1rem;
}

.index-message-left-img img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: .05rem;
}

.index-message-left ul {
	margin-top: .26rem;
}

.index-message-left ul li {
	width: 1.5rem;
	height: 1.1rem;
	background: #FFFFFF;
	border-radius: .05rem;
	text-align: center;
	margin-left: .2rem;
	float: left;
	padding-top: .15rem;
	box-sizing: border-box;
}

.index-message-left ul li:first-child {
	margin-left: 0;
}

.index-message-left ul li img {
	width: .44rem;
	height: .44rem;
}

.index-message-left ul li p {
	font-size: .16rem;
	color: #333333;
	line-height: .3rem;
}

.index-message-right {
	width: 11.6rem;
	padding: 1.1rem .6rem 0 .25rem;
	box-sizing: border-box;
}

.index-message-right-top {
	width: 100%;
	height: 1.2rem;
}

.message-fuwu {
	width: 3.06rem;
	height: 1.1rem;
	float: left;
	position: relative;
	border-radius: .05rem;
	background: #c10000;
	color: #FFFFFF;
	padding: .4rem 0 0 .25rem;
	box-sizing: border-box;
	border-radius: .05rem;
}

.message-fuwu:before {
	content: '';
	border: .1rem solid transparent;
	border-left-color: #c10000;
	border-left-width: .1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -.2rem;
}

.message-fuwu h4 {
	font-size: .24rem;
	line-height: .32rem;
	font-weight: 500;
	float: left;
}

.message-fuwu p {
	font-size: .14rem;
	line-height: .3rem;
	float: left;
	position: relative;
	border-bottom: .01rem solid #FFFFFF;
	margin-left: .1rem;
}

.message-liucheng {
	width: 7.1rem;
	float: right;
	padding-top: .15rem;
	box-sizing: border-box;
}

.message-liucheng ul li {
	width: .7rem;
	float: left;
	margin-left: .9rem;
	text-align: center;
	position: relative;
}

.message-liucheng ul li:before {
	content: '\e687';
	font-family: "iconfont" !important;
	font-size: .32rem;
	position: absolute;
	top: .1rem;
	left: -.6rem;
}

.message-liucheng ul li:first-child {
	margin-left: 0;
}

.message-liucheng ul li:first-child:before {
	opacity: 0;
}

.message-liucheng ul li img {
	width: 100%;
	display: block;
}

.message-liucheng ul li p {
	font-size: .16rem;
	color: #333333;
	line-height: 1;
	margin-top: .1rem;
}

.index-message-right-form {
	width: 100%;
	margin-top: .15rem;
}

.index-message-right-form ul li {
	width: 3.5rem;
	float: left;
	margin-left: .12rem;
	border: .01rem solid #7d7d7d;
	box-sizing: border-box;
	padding: 0 .1rem 0 .7rem;
	position: relative;
	border-radius: .05rem;
	height: .52rem;
}

.index-message-right-form ul li:first-child {
	margin-left: 0;
}

.index-message-right-form ul li:before {
	content: '';
	height: .52rem;
	width: .52rem;
	background: url(../image/form_inp_ico01.png)no-repeat center center;
	background-size: .3rem .3rem;
	position: absolute;
	top: 0;
	left: 0;
}

.index-message-right-form ul li:after {
	content: '';
	height: .28rem;
	width: .02rem;
	background: #a3a3a6;
	position: absolute;
	top: .12rem;
	left: .6rem;
}

.index-message-right-form ul li:nth-child(2):before {
	background: url(../image/form_inp_ico02.png)no-repeat center center;
	background-size: .3rem .3rem;
}

.index-message-right-form ul li:nth-child(3):before {
	background: url(../image/form_inp_ico03.png)no-repeat center center;
	background-size: .3rem .3rem;
}

.index-message-right-form ul li input {
	width: 100%;
	height: 100%;
	float: right;
	border: 0;
	background: no-repeat;
	padding-left: .1rem;
	box-sizing: border-box;
	font-size: .18rem;
}

.form-botm {
	width: 100%;
	margin-top: .2rem;
	height: .52rem;
}

.form-botm p {
	float: left;
	text-align: right;
	width: 8.7rem;
	line-height: .52rem;
	font-size: .14rem;
	color: #999999;
}

.form-botm button {
	border: .01rem solid #c10000;
	box-sizing: border-box;
	height: .52rem;
	width: 1.9rem;
	font-size: .18rem;
	transition: all .5s;
	cursor: pointer;
	background: none;
	border-radius: .05rem;
	float: right;
}

.form-botm button:hover {
	background: #c10000;
	color: #FFFFFF;
}

.links {
	width: 16rem;
	margin: .9rem auto .7rem;
	position: relative;
	border: .01rem solid #c9c9c9;
	box-sizing: border-box;
	padding: .15rem 0 .15rem 1.2rem;
	min-height: 1rem;
}

.links-left {
	width: 1.1rem;
	height: 1.06rem;
	background: url(../image/links_bg.png)no-repeat;
	background-size: 100% 100%;
	padding: .2rem 0 0;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	color: #FFFFFF;
	top: -.06rem;
	left: -.04rem;
}

.links-left h3 {
	font-size: .24rem;
	line-height: .4rem;
	font-weight: 500;
}

.links-left h2 {
	font-size: .14rem;
	line-height: .2rem;
}

.links ul li {
	float: left;
	margin: .1rem .3rem;
	font-size: .16rem;
}

.links ul li a {
	color: #393939;
	transition: all .3s;
}

.links ul li a:hover {
	color: #012b81;
}

/*footer*/
footer {
	width: 100%;
	color: #FFFFFF;
	background: #333333;
}

.footer-box {
	width: 14rem;
	margin: 0 auto;
	height: 4.15rem;
	padding-top: .9rem;
	box-sizing: border-box;
}
.footer-box a{
	color: #bcbcbc;
	line-height: 0.25rem;
}

.footer-box-logo {
	width: 2.2rem;
	float: left;
	text-align: left;
	position: relative;
	margin-left: 0.2rem;
}
.footer-box-logo h4 {
	font-size: .16rem;
	line-height: .3rem;
}
.footer-box-logo:after {
	content: '';
	height: 2rem;
	width: .01rem;
	background: #484848;
	position: absolute;
	right: 0;
	top: .1rem;
}

.footer-box-logo img {
	height: 1.6rem;
	width: 1.6rem;
}

.footer-box-logo h3 {
	font-size: .15rem;
	font-weight: bold;
	line-height: .42rem;
	position: relative;
}

.footer-box-logo h3:after {
	content: '';
	width: .5rem;
	height: .01rem;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.footer-box-logo p {
	font-size: .16rem;
	line-height: .38rem;
}

.footer-box-contact {
	float: left;
	width: 4.2rem;
	box-sizing: border-box;
	padding-left: .5rem;
	position: relative;
}

.footer-box-contact:after {
	content: '';
	height: 2rem;
	width: .01rem;
	background: #484848;
	position: absolute;
	right: 0;
	top: .3rem;
}

.footer-box-contact h4 {
	font-size: .16rem;
	line-height: .3rem;
}


.footer-box-contact p {
	font-size: .14rem;
	color: #999797;
	text-transform: uppercase;
}

.footer-box-contact ul {
	margin-top: .2rem;
}

.footer-box-contact ul li {
	line-height: .3rem;
	font-size: .13rem;
}

.footer-box-contact ul li b {
	font-size: .18rem;
}

.footer-box-qrcode {
	width: 2rem;
	float: right;
	position: relative;
	box-sizing: border-box;
}

.footer-box-qrcode .ewm{text-align:center;}
.footer-box-qrcode .ewm img {
width:1rem;
}
.footer-box-qrcode .sys{
padding:0.1rem 0;
text-align: center;
}
.footer-box-qrcode .sys h4 {
	font-size: .15rem;
	font-weight: 500;
	line-height: .3rem;
}

.footer-box-qrcode .sys h4 span {
	font-size: .12rem;
	text-transform: uppercase;
	opacity: .4;
	margin-left: .08rem;
	letter-spacing: -.01rem;
}

.footer-box-qrcode .sys p {
	font-size: .14rem;
	line-height: .2rem;
	letter-spacing: .01rem;
}
.footer-box-qrcode .xtb{
	padding:0.1rem;
}
.footer-box-qrcode .xtb ul {
    display: flex;
    justify-content: space-around;
}
.footer-box-qrcode .xtb ul img{
	width:0.25rem;
}




.footer-botm {
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	font-size: .14rem;
	color: #7b7b7b;
	background: #202020;
}

.footer-botm a {
	color: #cfcfcf;
}

/*公共*/
#content {
	width: 12rem;
	margin: 0 auto;
	padding: .2rem 0 .4rem;
	box-sizing: border-box;
}

.content-pro {
	width: 16rem !important;
}

#content-banner {
	width: 100%;
}

#content-banner img {
	width: 100%;
	display: block;
}

.content-nav {
	line-height: .44rem;
	width: 100%;
	font-size: .14rem;
	color: #000000;
}

.content-box-nav {
	line-height: .44rem;
	width: 100%;
	font-size: .14rem;
	color: #000000;
}

.content-box-nav img {
	float: left;
	margin: .12rem .10rem;
	width: .14rem;
	height: .18rem;
}

.content-box-nav a {
	color: #000000;
}

.content-box-nav a:hover {
	color: #012b81;
}

.content-list {
	float: right;
	width: 9.5rem;
}

.content-list-box {
	margin-top: .2rem;
}

.content-list-box:first-child {
	margin-top: 0;
}

.content-list-title {
	height: .48rem;
	line-height: .48rem;
	width: 100%;
	box-shadow: 0 0.01rem 0rem #c6c4c2;
}

.content-list-title img {
	float: left;
	height: .36rem;
	width: .36rem;
	margin-top: .07rem;
	margin-right: .12rem;
}

.title-red {
	background: #333;
	color: #FFFFFF;
	box-shadow: none;
}

.title-red .content-list-title-hot {
	color: #FFFFFF;
}

.title-red a {
	color: #FFFFFF !important;
}

.content-list-title span {
	line-height: .48rem;
	margin-left: .1rem;
	color: #c6c5c5;
	text-transform: uppercase;
	font-size: .14rem;
}

.title-red span {
	color: #dcdcdc;
}

.content-list-title-hot {
	font-size: .2rem;
	height: .48rem;
	text-align: center;
	padding-left: .2rem;
	float: left;
	color: #333333;
	font-weight: 600;
	letter-spacing: .02rem;
	position: relative;
}

/* .content-list-title-hot:before{content: '';height: .48rem;width: .7rem;background: url(../image/content_list_title_hot_bg.png)no-repeat center center;background-size: .36rem .34rem;position: absolute;top: 0;left: 0;} */
.content-list-title a {
	font-size: .14rem;
	color: #333333;
	float: right;
	margin-right: .28rem;
	font-weight: bold;
	transition: all .3s;
}

.content-list-title a:hover {
	color: #012b81;
}

.product-right .pro-list {
	padding: .1rem 0 .3rem;
	box-sizing: border-box;
}

.product-right .pro-list ul li {
	width: 2.93rem;
	margin: .08rem;
}

.product-right .pro-list .pro-img {
	width: 2.93rem;
	height: 2.9rem;
}

.product-right .pro-list .pro-title {
	height: .5rem;
	line-height: .5rem;
}

.pro-news-list {
	width: 100%;
	padding: .20rem .2rem;
	box-sizing: border-box;
}

.pro-news-list ul li {
	width: 47%;
	float: left;
	line-height: .3rem;
	font-size: .14rem;
	color: #595858;
	height: .3rem;
	margin-left: 6%;
	position: relative;
	padding-left: .2rem;
	box-sizing: border-box;
}

.pro-news-list ul li:before {
	content: '';
	position: absolute;
	top: .11rem;
	left: 0;
	height: .08rem;
	width: .08rem;
	border-radius: 50%;
	background: linear-gradient(to top, #bbbbbb, #ffffff);
}

.pro-news-list ul li h4 {
	font-size: .14rem;
	float: left;
	height: .30rem;
	width: 3.1rem;
	overflow: hidden;
}

.pro-news-list ul li span {
	float: right;
	font-size: .14rem;
}

.pro-news-list ul li:nth-child(odd) {
	margin-left: 0;
}

.pro-news-list ul li a:hover {
	color: #012b81;
}

.pro-news-list ul li:hover:before {
	background: #012b81;
}

.pro-list-row {}

.pro-list-row ul li {
	width: 6.2rem;
	margin-left: .2rem;
	background: #FFFFFF;
	padding: .1rem;
	box-sizing: border-box;
	border: .01rem solid #dcdcdc;
	transition: all .3s;
	float: left;
	margin-top: .2rem;
}

.pro-list-row ul li:nth-child(2n+1) {
	margin-left: 0;
}

.pro-list-row .pro-img {
	width: 100%;
	height: 4.2rem;
	overflow: hidden;
}

.pro-list-row .pro-img img {
	width: 100%;
	display: block;
	height: 100%;
	transition: all .5s;
}

.pro-content {
	padding: .1rem;
	box-sizing: border-box;
	text-align: center;
}

.pro-content h3 {
	font-size: .24rem;
	font-weight: 500;
	line-height: .6rem;
	height: .6rem;
	overflow: hidden;
}

.pro-content p {
	line-height: .2rem;
	height: .2rem;
	font-size: .18rem;
	color: #666666;
	width: 100%;
	overflow: hidden;
}

.pro-content a {
	display: inline-block;
	width: 1.6rem;
	height: .4rem;
	border: .01rem solid #a0a0a0;
	box-sizing: border-box;
	margin: .2rem auto;
	line-height: .4rem;
	text-align: center;
	font-size: .16rem;
	color: #333333;
	transition: all .3s;
}

.pro-list-row ul li:hover {
	box-shadow: 0 .05rem .05rem #c5bfc2;
}

.pro-list-row ul li:hover a {
	background: #012b81;
	color: #FFFFFF;
	border: 0;
}

.pro-list-row ul li:hover .pro-img img {
	transform: scale(1.2);
}

.page {
	width: 100%;
	height: .60rem;
	line-height: .30rem;
	padding: 0.5rem 2%;
	box-sizing: border-box;
	font-size: .14rem;
}

.page a {
	display: block;
	height: .30rem;
	padding: 0 .10rem;
	box-sizing: border-box;
	border: .01rem solid #b2b1b1;
	border-radius: .05rem;
	float: left;
	margin: 0 .02rem;
	background: #FFFFFF;
}

.page span {
	padding: 0 .10rem;
	box-sizing: border-box;
	color: #012b81;
	background: #FFFFFF;
	border-radius: .05rem;
	height: .30rem;
}

.page-list {
	float: right;
}

.content-pro .content-left {
	width: 3rem;
}

.content-pro .content-list {
	width: 12.6rem;
}

/*详情页*/
.pro-desc {
	width: 100%;
	padding: .36rem .3rem .5rem 0;
	box-sizing: border-box;
}

.swiper-container-show {
	width: 5rem;
	height: 4rem;
	overflow: hidden;
}

.swiper-container-show ul li img {
	width: 100%;
	height: 100%;
	display: block;
}

.pro-desc-con {
	width: 7rem;
}

.pro-desc-con h1 {
	font-size: .24rem;
	color: #030303;
	font-weight: bold;
	line-height: .4rem;
	height: .4rem;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.pro-desc-con span {
	font-size: .15rem;
	line-height: .26rem;
	color: #333333;
	float: right;
	position: relative;
	padding-left: .3rem;
	box-sizing: border-box;
}

.pro-desc-con span:before {
	content: '';
	height: .01rem;
	width: .24rem;
	background: #333333;
	position: absolute;
	left: 0;
	top: 50%;
}

.pro-desc-con p {
	font-size: .15rem;
	color: #666666;
	line-height: .26rem;
	margin-top: .26rem;
	text-align: justify;
}

.pro-message {
	width: 100%;
	margin-top: .4rem;
}

.pro-message input {
	width: 100%;
	height: .4rem;
	border: .01rem solid #bcbabb;
	box-sizing: border-box;
	padding: 0 .2rem;
	border-radius: .05rem;
	background: none;
}

.pro-message-phone {
	width: 86%;
	height: .4rem;
	border-radius: .2rem;
	background: #012b81;
	color: #FFFFFF;
	font-size: .2rem;
	font-weight: bold;
	padding-left: .4rem;
	text-shadow: 0 .03rem .03rem #002163;
	line-height: .4rem;
	position: relative;
	margin-top: .15rem;
}

.pro-message-phone:before {
	content: '';
	height: .34rem;
	width: .34rem;
	background: url(../image/pro_message_phone_bg.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: .03rem;
	left: .03rem;
}

.pro-message button {
	border: 0;
	background: #012b81;
	color: #FFFFFF;
	font-size: .16rem;
	width: 100%;
	height: .4rem;
	cursor: pointer;
	border-radius: .05rem;
}

.pro-contact {
	padding: .2rem 0;
	box-sizing: border-box;
}


/*news-desc*/
.news-con {
	width: 100%;
	padding: .20rem;
	box-sizing: border-box;
	background: #fff;
}

.news-con h1 {
	height: .60rem;
	line-height: .60rem;
	text-align: center;
	border-bottom: .01rem dashed #b1b3b2;
	font-size: .20rem;
	font-weight: bold;
}

.news-con-at {
	text-align: center;
	line-height: .40rem;
	font-size: .14rem;
	color: #b1b2b2;
}

.news-con-at span {
	margin: 0 .20rem;
}

.news-text img {
	margin: .20rem 0;
	max-width: 100%;
}

.news-text {
	padding: .2rem;
	box-sizing: border-box;
}

.news-con p {
	line-height: .32rem;
	font-size: .16rem;
	color: #808080;
	text-indent: .02em;
}

.page-x {
	width: 100%;
	line-height: .42rem;
	padding-left: .30rem;
	box-sizing: border-box;
	font-size: .18rem;
}

.news-key {
	line-height: .64rem;
	font-size: .16rem;
	padding-left: .30rem;
	box-sizing: border-box;
}

.review-list {
	width: 100%;
	padding: .10rem .30rem;
	box-sizing: border-box;
}

.review-list ul li {
	padding: .25rem 0;
	box-sizing: border-box;
	border-bottom: .01rem solid #f0f0f0;
}

.review-list ul li:last-child {
	border: 0;
}

.review-list-top {
	font-size: .18rem;
	color: #012b81;
	font-weight: 400;
	line-height: .32rem;
}

.review-list-top span {
	margin-right: .60rem;
}

.review-list-user {
	line-height: .24rem;
	color: #4c4b4b;
	font-size: .14rem;
}

.review-list-adm {
	border: .01rem dashed #90a79c;
	line-height: .24rem;
	padding: .10rem .12rem;
	box-sizing: border-box;
	margin-top: .10rem;
}

.review-list-adm strong {
	color: #012b81;
}

.review-form {
	width: 92%;
	margin: .30rem 4%;
}

.review-form-text {
	width: 100%;
	border: .01rem dashed #012b81;
	height: 1.15rem;
}

.review-form-text textarea {
	width: 100%;
	height: 100%;
	border: 0;
	padding: .15rem;
	box-sizing: border-box;
	font-size: .14rem;
	color: #4d413e;
}

.review-form span {
	font-size: .14rem;
	color: #4d413e;
	margin-left: .15rem;
	line-height: .30rem;
}

.review-form-btn {
	text-align: right;
}

.review-form-btn button {
	width: 1rem;
	margin-left: .08rem;
	height: .32rem;
	border: 0;
	font-size: .20rem;
	color: #FFFFFF;
	background: #272727;
	cursor: pointer;
}

.review-form-btn button:nth-child(2) {
	background: #012b81;
}

.pro-list-dan {
	width: 100%;
}

.pro-list-dan ul {
	padding: .2rem 0 0;
	box-sizing: border-box;
}

.pro-list-dan ul li {
	width: 100%;
	padding: 0;
	margin-bottom: .2rem;
	float: none;
	height: auto;
	border: 0;
}

.pro-list-dan ul li:after {
	opacity: 0;
}

.pro-list-dan ul li .pro-img {
	height: auto;
	display: block;
}

.pro-list-dan ul li .pro-text {
	position: absolute;
	transform: translateY(2.1rem);
	width: 100%;
	height: 100%;
	transition: all .5s;
	padding: .2rem .1rem 0;
}

.pro-list-dan ul li:hover .pro-text {
	transform: translateY(0);
}

.news-list-dan {
	padding: .1rem 0;
	box-sizing: border-box;
}

.news-list-dan ul li {
	border: 0;
	padding: 0;
}

.news-list-dan ul li:before {
	opacity: 0;
}

.news-list-dan ul li:after {
	opacity: 0;
}

.news-list-dan ul {
	padding-bottom: 0;
}

.news-list-dan ul li {
	overflow: hidden;
}

.news-list-dan ul li i {
	width: .18rem;
	height: .18rem;
	text-align: center;
	line-height: .16rem;
	border: .01rem solid #b8b7b7;
	border-radius: .02rem;
	font-size: .12rem;
	margin-right: .12rem;
	margin-top: .09rem;
	font-style: normal;
	display: block;
	float: left;
}

.news-list-dan ul li:hover i {
	color: #FFFFFF;
	background: #012b81;
	border-color: #012b81;
}

.left-nav-news-hot ul li {
	line-height: .36rem;
	height: .36rem;
}

/*新闻*/
.news-company {
	padding: .1rem .2rem .3rem;
	box-sizing: border-box;
}

.news-company-hot {
	width: 100%;
	padding: .2rem .1rem;
	box-sizing: border-box;
	position: relative;
}

.news-company-hot:before {
	content: '';
	width: 8.73rem;
	height: .23rem;
	background: url(../image/news_company_hot_bg.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -.23rem;
	left: 50%;
	transform: translateX(-50%);
}

.news-hot-img {
	width: 3.7rem;
	height: 2.5rem;
}

.news-hot-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.news-hot-text {
	width: 4.6rem;
	height: 2.5rem;
	padding-top: .25rem;
	box-sizing: border-box;
}

.news-hot-text h5 {
	font-size: .36rem;
	line-height: .36rem;
}

.news-hot-text h5 i {
	font-size: .2rem;
}

.news-hot-text h4 {
	font-size: .18rem;
	line-height: .56rem;
	height: .56rem;
	overflow: hidden;
	position: relative;
}

.news-hot-text h4:before {
	content: '';
	height: .03rem;
	width: .37rem;
	background: #7d7d7d;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news-hot-text p {
	font-size: .14rem;
	color: #999797;
	line-height: .26rem;
	height: .52rem;
	overflow: hidden;
	margin-top: .1rem;
}

.news-hot-text a {
	display: inline-block;
	width: 1.2rem;
	height: .4rem;
	text-align: center;
	line-height: .4rem;
	font-size: .16rem;
	float: right;
	margin-top: .25rem;
	border-radius: .05rem;
	transition: all .3s;
	color: #333333;
	background: linear-gradient(to top, #efeeee, #ffffff);
	border: .01rem solid #d9d8d7;
	box-sizing: border-box;
}

.news-hot-text a:hover {
	background: linear-gradient(to top, #d90303, #d43e3e);
	color: #FFFFFF;
	border: 0;
}

.news-company-list {
	width: 100%;
	margin-top: .32rem;
}

.news-company-list ul li {
	width: 2.8rem;
	height: 2rem;
	float: left;
	margin-left: .2rem;
	padding: .09rem;
	box-sizing: border-box;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}

.news-company-list ul li:first-child {
	margin-left: 0;
}

.company-list-img {
	width: 100%;
	height: 100%;
}

.company-list-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.company-list-text {
	width: 2.62rem;
	height: 1.82rem;
	background: rgba(0, 0, 0, .6);
	padding: .35rem .35rem 0 .15rem;
	box-sizing: border-box;
	position: absolute;
	top: .09rem;
	left: .09rem;
	transform: translateY(2rem);
	transition: all .5s;
}

.company-list-text a {
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
}

.company-list-text h4 {
	font-size: .14rem;
	line-height: .24rem;
	height: .48rem;
	overflow: hidden;
}

.company-list-text span {
	font-size: .14rem;
	opacity: .6;
	float: right;
	margin-top: .35rem;
	line-height: .24rem;
}

.news-company-list ul li:hover .company-list-text {
	transform: translateY(0);
}

.news-pro-box {
	width: 100%;
	padding: 0 .18rem;
	box-sizing: border-box;
}

.gallery-thumbs-newss {
	width: 8rem;
	margin: .3rem auto 0;
	overflow: hidden;
}

.gallery-thumbs-newss ul li {
	text-align: center;
	height: .46rem;
	line-height: .46rem;
	text-align: center;
	background: linear-gradient(to top, #f1f0f0, #fdfbfa);
	border: .01rem solid #e0e0e0;
	box-sizing: border-box;
	cursor: pointer;
	font-size: .16rem;
	border-radius: .23rem;
	font-weight: bold;
}

.gallery-thumbs-newss ul li.swiper-slide-thumb-active {
	background: #012b81;
	border: 0;
	color: #FFFFFF;
}

.gallery-top-newss {
	width: 100%;
	overflow: hidden;
}

.news-pro-hot {
	width: 100%;
	padding: .32rem 0;
	box-sizing: border-box;
	position: relative;
}

.news-pro-hot:before {
	content: '';
	width: 8.73rem;
	height: .23rem;
	background: url(../image/news_company_hot_bg.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -.23rem;
	left: 50%;
	transform: translateX(-50%);
}

.news-pro-hot-left {
	width: 4.3rem;
	height: 3rem;
}

.news-pro-hot-left ul li {
	width: 100%;
	height: 1.49rem;
	background: #FFFFFF;
	padding: .15rem .2rem;
	box-sizing: border-box;
	margin-top: .02rem;
	border: .01rem solid #e5e3e3;
}

.news-pro-hot-left ul li:first-child {
	margin-top: 0;
}

.news-pro-hot-left ul li h5 {
	font-size: .36rem;
	line-height: .46rem;
	font-weight: 500;
}

.news-pro-hot-left ul li h5 i {
	font-size: .2rem;
	margin-left: .05rem;
}

.news-pro-hot-left ul li h4 {
	font-size: .18rem;
	font-weight: bold;
	line-height: .36rem;
	height: .36rem;
	overflow: hidden;
}

.news-pro-hot-left ul li p {
	font-size: .16rem;
	line-height: .28rem;
	height: .28rem;
	overflow: hidden;
}

.swiper-container-news {
	width: 4.4rem;
	height: 3rem;
	overflow: hidden;
	position: relative;
}

.swiper-container-news ul li {
	position: relative;
}

.swiper-container-news ul li img {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-container-news ul li h4 {
	font-size: .36rem;
	height: .36rem;
	padding: 0 .85rem 0 .15rem;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .6);
	color: #FFFFFF;
	font-size: .18rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: .36rem;
}

.swiper-pagination-news {
	width: .85rem !important;
	position: absolute;
	bottom: .1rem !important;
	right: 0;
	z-index: 20;
	left: auto !important;
}

.swiper-pagination-news span {
	text-align: center;
	margin: .1rem .5rem;
	height: .16rem;
	width: .16rem;
	font-size: .14rem;
	background: #eeeeee;
	color: #323333;
	cursor: pointer;
	border-radius: 0;
	line-height: .16rem;
	opacity: 1;
}

.swiper-pagination-news span.swiper-pagination-bullet-active {
	background: #d01107;
	color: #FFFFFF;
}

.news-pro-list {
	width: 100%;
	padding: .4rem 0;
	box-sizing: border-box;
}

.news-pro-list ul li {
	width: 4.25rem;
	margin-left: .4rem;
	line-height: .4rem;
	float: left;
	position: relative;
	padding-left: .2rem;
	box-sizing: border-box;
	height: .4rem;
}

.news-pro-list ul li:nth-child(2n+1) {
	margin-left: 0;
}

.news-pro-list ul li:before {
	content: '';
	height: .08rem;
	width: .08rem;
	border-radius: 50%;
	background: linear-gradient(to top, #bbbbbb, #ffffff);
	position: absolute;
	top: .16rem;
	left: 0;
}

.news-pro-list ul li h4 {
	width: 2.9rem;
	float: left;
	height: .4rem;
	overflow: hidden;
	font-size: .14rem;
	font-weight: 500;
}

.news-pro-list ul li span {
	float: right;
	font-weight: 500;
}

.news-pro-list ul li:hover:before {
	background: #012b81;
}

.news-pro-list ul li:hover a {
	color: #012b81;
}


/*news-list*/
.news-list-row {
	width: 100%;
}

.news-list-row ul li {
	width: 100%;
	height: 2.5rem;
	padding: .2rem;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .5);
}

.news-list-row ul li:nth-child(2n) {
	background: rgba(241, 241, 241, .5);
}

.news-list-row-box {
	width: 100%;
}

.news-img {
	width: 3rem;
	height: 2.0rem;
}

.news-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.row-news-text {
	width: 5.2rem;
	height: 2.0rem;
	box-sizing: border-box;
}

.row-news-text h3 {
	font-size: .18rem;
	font-weight: bold;
	line-height: .4rem;
	height: .4rem;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.row-news-text h3:before {
	content: '';
	height: .01rem;
	width: 1.9rem;
	border-bottom: .01rem dashed #959594;
	position: absolute;
	bottom: 0;
	left: 0;
}

.row-news-text span {
	font-size: .14rem;
	line-height: .36rem;
}

.row-news-text p {
	font-size: .16rem;
	color: #666666;
	line-height: .24rem;
	text-align: justify;
	height: .72rem;
	overflow: hidden;
}

.row-news-text a {
	display: inline-block;
	width: .8rem;
	height: .3rem;
	text-align: center;
	line-height: .3rem;
	font-size: .13rem;
	float: right;
	margin-top: .2rem;
	border-radius: .05rem;
	transition: all .3s;
	color: #333333;
	background: linear-gradient(to top, #efeeee, #ffffff);
	border: .01rem solid #d9d8d7;
	box-sizing: border-box;
}

.row-news-text a:hover {
	background: linear-gradient(to top, #002d7e, #003796);
	;
	color: #FFFFFF;
	border: 0;
}

.news-list-row ul li:hover h3 {
	color: #012b81;
}

/*case*/
.case-list .news-img {
	width: 6.4rem;
	height: 3.6rem;
}

.case-list .row-news-text {
	width: 4.9rem;
	height: 3.6rem;
	padding-top: .4rem;
}

.case-list .row-news-text p {
	height: .96rem;
}

.case-list ul li {
	height: 4.2rem;
}

/*contact*/
.message-box {
	width: 100%;
	height: 5rem;
	padding: .2rem 0rem;
	box-sizing: border-box;
	background: #FFFFFF;
}

.message-box input {
	width: 48%;
	float: left;
	margin-left: 4%;
	height: .6rem;
	border: .03rem solid #eeeeee;
	box-sizing: border-box;
	padding: 0 .2rem;
	font-size: .18rem;
}

.message-box input:first-child {
	margin-left: 0;
}

.message-box textarea {
	width: 100%;
	height: 1.6rem;
	border: .03rem solid #eeeeee;
	padding: .2rem;
	box-sizing: border-box;
	margin-top: .2rem;
	font-size: .18rem;
}

.message-box button {
	display: inline-block;
	width: 1.2rem;
	height: .4rem;
	text-align: center;
	line-height: .4rem;
	font-size: .16rem;
	float: right;
	margin-top: .4rem;
	border-radius: .05rem;
	transition: all .3s;
	color: #333333;
	background: linear-gradient(to top, #efeeee, #ffffff);
	border: .01rem solid #d9d8d7;
	box-sizing: border-box;
	cursor: pointer;
}

.message-box button:hover {
	background: linear-gradient(to top, #d90303, #d43e3e);
	color: #FFFFFF;
	border: 0;
}

.contact-map {
	width: 100%;
	height: 3rem;
}

#map {
	width: 100%;
	height: 100%;
}

.about-con {
	width: 100%;
	padding: .25rem 0 0;
	box-sizing: border-box;
}

.about-con-boxs {
	padding: .25rem .6rem .30rem;
	box-sizing: border-box;
}

.about-con .about-con-h1 {
	height: .56rem;
	line-height: .56rem;
	text-align: center;
	font-size: .3rem;
	font-weight: bold;
}

.about-con .about-con-h2 {
	display: inline-block;
	line-height: .4rem;
	padding: 0 .15rem;
	box-sizing: border-box;
	font-size: .18rem;
	border: .01rem dashed #b1b3b2;
	margin-left: 50%;
	transform: translateX(-50%);
	color: #3f3f3f;
	position: relative;
	font-weight: 500;
}

.about-con .about-con-h2:before {
	content: '';
	width: 3.2rem;
	height: .01rem;
	border-bottom: .01rem dashed #b1b3b2;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: -3.3rem;
}

.about-con .about-con-h2:after {
	content: '';
	width: 3.2rem;
	height: .01rem;
	border-bottom: .01rem dashed #b1b3b2;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: -3.3rem;
}

.about-con .about-con-h3 {
	display: inline-block;
	padding: .05rem;
	box-sizing: border-box;
	background: #c10000;
	color: #FFFFFF;
	margin: .5rem 0 .2rem 50%;
	height: .51rem;
	border-radius: .26rem;
	border-top-left-radius: 0;
	transform: translateX(-50%);
}

.about-con .about-con-h3 em {
	display: inline-block;
	padding: 0 .36rem;
	box-sizing: border-box;
	border-radius: .2rem;
	line-height: .4rem;
	font-weight: 500;
	border-top-left-radius: 0;
	border: .01rem solid #FFFFFF;
	font-size: .24rem;
	height: .4rem;
	font-style: normal;
}

.about-con img {
	max-width: 100%;
}

.about-list {
	width: 100%;
}

.about-list-top {
	width: 100%;
	height: 1.5rem;
	background: #262626;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	padding: .1rem 0 0;
	box-sizing: border-box;
}

.about-list-top:before {
	content: '';
	width: 1.73rem;
	height: .8rem;
	background: url(../image/about_list_top_ico.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: .26rem;
}

.about-list-top:after {
	content: '';
	width: 100%;
	height: .1rem;
	background: #c10000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.about-list-top h2 {
	font-size: .48rem;
	font-weight: bold;
	line-height: .8rem;
	position: relative;
	letter-spacing: .04rem;
}

.about-list-top h2:after {
	content: '';
	width: .6rem;
	height: .04rem;
	background: #012b81;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.about-list-top p {
	font-size: .2rem;
	letter-spacing: .04rem;
	line-height: .44rem;
}

.about-list ul {
	width: 100%;
	padding: 0 .7rem;
	box-sizing: border-box;
}

.about-list ul li {
	width: 100%;
	height: 4rem;
	margin-top: .48rem;
}

.about-list-text {
	width: 2.6rem;
	padding-top: .5rem;
	box-sizing: border-box;
	float: left;
}

.about-list-text h4 {
	font-size: .18rem;
	line-height: .42rem;
	color: #555555;
	border-bottom: .02rem solid #7d7d7d;
	border-top: .02rem solid #7d7d7d;
	box-sizing: border-box;
	width: 100%;
}

.about-list-text i {
	font-size: .18rem;
	color: #666666;
	line-height: .4rem;
	text-transform: uppercase;
}

.about-list-text h3 {
	font-size: .6rem;
	color: #c10000;
	font-weight: bold;
	line-height: .86rem;
}

.about-list-text p {
	font-size: .16rem;
	color: #666666;
	line-height: .3rem;
	text-align: justify;
	margin-top: .1rem;
}

.about-list-img {
	width: 8rem;
	height: 4rem;
	float: right;
}

.about-list-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.about-list ul li:nth-child(2n) .about-list-text {
	float: right;
}

.about-list ul li:nth-child(2n) .about-list-img {
	float: left;
}

.about-list-botm {
	width: 100%;
	padding: 0 .6rem .5rem;
	box-sizing: border-box;
}

.about-list-botm p {
	margin-top: .20rem;
	line-height: .32rem;
	font-size: .16rem;
	color: #808080;
	padding: 0 .30rem;
	box-sizing: border-box;
	text-indent: .02em;
}

.about-list-botm img {
	max-width: 100%;
	display: block;
}

.contact-box {
	width: 100%;
	height: 3rem;
	background: url(../image/contact_box_bg.jpg)no-repeat;
	background-size: 100% 100%;
	padding: .25rem 0 0 .95rem;
	box-sizing: border-box;
}

.contact-box ul li {
	width: 100%;
	padding-left: .55rem;
	box-sizing: border-box;
	font-size: .16rem;
	color: #333333;
	line-height: .48rem;
	height: .48rem;
	font-weight: bold;
}

.contact-box ul li:nth-child(1) {
	background: url(../image/contact_box_ico01.png)no-repeat left center;
	background-size: .4rem .4rem;
}

.contact-box ul li:nth-child(2) {
	background: url(../image/contact_box_ico02.png)no-repeat left center;
	background-size: .4rem .4rem;
}

.contact-box ul li:nth-child(3) {
	background: url(../image/contact_box_ico03.png)no-repeat left center;
	background-size: .4rem .4rem;
}

.contact-box ul li:nth-child(5) {
	background: url(../image/contact_box_ico05.png)no-repeat left center;
	background-size: .4rem .4rem;
}

.contact-box ul li:nth-child(4) {
	background: url(../image/contact_box_ico04.png)no-repeat left center;
	background-size: .4rem .4rem;
}


/* 流程 */
.pro {
	width: 100%;
	padding: 0.9rem 0 0.3rem;
	box-sizing: border-box;
	background: #f8f8f8;
}

.pro .content {
	width: 1500px;
}

.pro_t {
	margin-top: 72px;
	margin-bottom: 76px;
}

.pro_t li {
	float: left;
	width: 150px;
	margin-right: 42px;
}

.pro_t li:last-child {
	margin-right: 0;
}

.pro_t li img {
	display: block;
	width: 150px;
	height: 150px;
	-webkit-transition: .35s;-moz-transition: .35s;transition: .35s;
}
.pro_t li:hover img{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}

.pro_t li span {
	font-size: 24px;
	line-height: 24px;
	color: #171717;
	margin-top: 25px;
	display: block;
	text-align: center;
}


/*animation*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.pro_t li i {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-top: 8px;
	display: block;
	text-align: center;
	font-family: Arial;
}

.pro_con dl {
	height: 508px;
	margin-bottom: 80px;
}

.pro_con dt {
	float: right;
	width: 701px;
	height: 508px;
	overflow: hidden;
	display: block;
}

.pro_con dt img {
	width: 701px;
	height: 508px;
	display: block;
}

.pro_con dd {
	float: left;
	width: 499px;
	height: 508px;
	background: url(../images/pro_dd1.jpg) no-repeat center;
	padding: 60px 60px 0;
	box-sizing: border-box;
}

.pro_con dd h4 a {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #797979;
	line-height: 30px;
	height: 152px;
}

.pro_con dd h4 b {
	display: block;
	font-size: 36px;
	line-height: 36px;
	color: #171717;
	font-weight: bold;
	padding-bottom: 18px;
}

.pro_con .more {
	display: block;
	font-size: 14px;
	color: #171717;
	text-align: center;
	width: 140px;
	height: 42px;
	border-radius: 22px;
	line-height: 42px;
	box-sizing: border-box;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: #fccc00;
	font-weight: bold;
	font-family: "DIN";
}

.pro_con .more img {
	display: inline-block;
	margin-left: 12px;
	width: 8px;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
	height: 13px;
	vertical-align: -2px;
}

.pro_con .more span {
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pro_con .more:hover {
	transform: translateY(-5px);
}

.pro_con .more:hover img {
	margin-left: 16px;
}

.pro_con dd ul {
	margin-top: 45px;
	padding-top: 35px;
	border-top: 1px solid #d5d5d5;
}

.pro_con dd ul li a {
	display: block;
	float: left;
	padding-left: 15px;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	background: url(../images/pro_ic.png) no-repeat left 13px;
	box-sizing: border-box;
	width: 160px;
	margin-right: 59px;
}

.pro_con dd ul li:nth-child(2n) a {
	margin-right: 0;
}

.pro_con dl:nth-child(2) dt {
	float: left;
}

.pro_con dl:nth-child(2) dd {
	background: url(../images/pro_dd2.jpg) no-repeat center;
}

/* 流程 */
	.lc_bj .content{width: 1500px;}
	.tit02 {color: #fff;margin: 35px 0 25px 0;}
	.tit02 em {color: #fff;}
	.lc_bj {background: url(../image/lc_bj.jpg) no-repeat center top;padding-top: 50px;margin-top: 30px;
		font-family: "Microsoft YaHei";
		box-sizing: border-box;
		height: 665px;
	}
	.lc_bj h2 {
		margin-bottom: 0px;
	}

	.lc_bj h2 em {
		font-size: 22px;
		display: block;
		text-align: center;
		opacity: 1;
		font-style: normal;
	}

	.lc ul {
		width: 1500px;
		height: 290px;
		position: relative;
	}

	.lc ul li {
		width: 100px;
		height: 160px;
		box-sizing: border-box;
		text-align: center;
		position: absolute;
	}

	.lc ul li span {
		white-space: nowrap;
		display: block;
		font-size: 22px;
		text-align: center;
		color: #fff;
		height: 40px;
		line-height: 40px;
	}

	.lc ul li i {
		display: block;
		font-size: 27px;
		color: #ffffff;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		font-family: "Arial";
		padding-left: 5px;
		font-style: normal;
	}

	.lc ul li em {
		height: 100px;
		line-height: 100px;
		display: block;
		margin: 0 auto;
	}

	.lc ul li:nth-child(7) {
		margin-right: 0;
	}


	.lc ul li:nth-child(1) {
		left: 0;
		top: 110px;
	}

	.lc ul li:nth-child(2) {
		left: calc(100% / 11);
		top: 0px;

	}

	.lc ul li:nth-child(3) {
		left: calc(100% / 9 * 2);
		top: 110px;

	}

	.lc ul li:nth-child(4) {
		left: calc(100% / 8.7 * 3);
		top: 0px;

	}

	.lc ul li:nth-child(5) {
		left: calc(100% / 8.5 * 4);
		top: 130px;

	}

	.lc ul li:nth-child(6) {
		left: calc(100% / 8.4 * 5);
		top: 0px;

	}

	.lc ul li:nth-child(7) {
		left: calc(100% / 8.3 * 6);
		top: 130px;
	}

	.lc ul li:nth-child(8) {
		left: calc(100% / 8.2 * 7);
		top: 0px;
	}

	.lc ul li:nth-child(9) {
		left: calc(100% / 8.4 * 8);
		top: 125px;
	}


	.lc ul li em {
		-webkit-transition: -webkit-transform 0.5s ease-out;
		-moz-transition: -moz-transform 0.5s ease-out;
		-o-transition: -o-transform 0.5s ease-out;
		-ms-transition: -ms-transform 0.5s ease-out;
	}

	.lc ul li:hover em,
	.lc ul li.cur em {
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}

	.lc ul li i {
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}

	.lc ul li:hover i,
	.lc ul li.cur i {
		margin-top: -5px;
	}

	.lc ul li:hover span,


	.lc_zx {
		height: 52px;
		line-height: 52px;
		margin-top: 50px;
	}

	.lc_zx span {
		display: inline-block;
		float: left;
	}

	.lc_zx p {
		padding-left: 70px;
		background: url(../image/b6101fe6e699431f94ef96666d34fe3c_2.png) no-repeat left center;
		margin: 20px auto;
		width: 450px;
		box-sizing: border-box;
		position: relative;
		display: block;
		font-size: 16px;
		color: #ffffff;
		line-height: 52px;
	}

	.lc_zx p b {
		overflow: hidden;
		color: #ffffff;
		font: 42px "Arial";
		font-weight: bold;
	}

	.lc_zx .lcbtn {
		background: url(../image/zixun.png) no-repeat;
		width: 196px;
		height: 46px;
		display: block;
		margin: -10px auto 0;
		position: relative;
		z-index: 1;
	}
	
	
table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
	max-width:100%;
}
td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}


