body {
	background: #f6f6f6;
	color: #333;
	overflow-x: hidden;
}







.w {
	width: 1200px;
	margin: 0 auto;
}

.c-header {
	border: 0;
}

.c-header .navbar-default {
	background: #fff;
	border: 0;
	padding: 0 7%;
	height: 105px;
	margin: 0;
}

.c-header .nav li a {
	padding: 15px 26px 0 26px;
	height: 105px;
	line-height: 90px;
	background: #fff;
	color: #333333;
}

.c-header .nav li.active a {
	color: #fff;
	background: #2d51a8;
}

.c-header .nav li a:hover {
	color: #fff;
	background: #2d51a8;
}

.c-header .nav li.active a:hover {
	color: #fff;
	background: #2d51a8;
}

.c-header .c-navBig {
	float: right;
}

.c-header .c-icon {
	float: right;
	position: relative;
	height: 100%;
}

.c-header .c-icon a {
	display: block;
	padding: 12px;
	width: 44px;
	height: 42px;
	float: left;
	margin-top: 38px;
}

.c-header .c-logo {
	width: 450px;
	height: 104px;
	float: left;
}

.c-header .c-logo img {
	height: auto;
}

.c-header .navbar-default .c-phonelogo{
	display:none;
}
.c-headerBanner {
	position: relative;
	height: 729px;
}

.c-headerBanner-phone {
	display: none;
}

.c-headerBanner .swiper-slide {
	cursor: pointer;
	height: 729px;
	background: url(../img/banner.jpg) no-repeat center top;
}

.c-headerBanner .btnx{ width: 18px; height:32px;}
.c-headerBanner .btnx.l{ background: url(../img/left1.png) no-repeat center top; left: 80px;}
.c-headerBanner .btnx.r{ background: url(../img/right1.png) no-repeat center top; right: 80px;}
.c-headerBanner .c-search {
	width: 1200px;
	overflow: hidden;
	position: absolute;
	bottom: 46px;
	left: 50%;
	margin-left: -600px;
	z-index: 10;
}

.c-headerBanner .c-search .input {
	width: 78%;
	float: left;
	height: 62px;
	background: #fff;
	position: relative;
}

.c-headerBanner .c-search input {
	width: 100%;
	padding: 0 60px 0 36px;
	height: 100%;
	border: 0;
}

.c-headerBanner .c-search img {
	position: absolute;
	right: 22px;
	top: 20px;
	width: 26px;
	height: 26px;
}

.c-headerBanner .c-search a {
	float: right;
	height: 62px;
	display: block;
	width: 20%;
	background: #e1c262;
	color: #333333;
	font-size: 18px;
	line-height: 62px;
	text-align: center;
}

.c-biaoyu {
	overflow: hidden;
	margin-top: 2px;
	/*box-shadow: 0 0 2px 3px rgba(0, 0, 0, .1);*/
}

.c-biaoyu li {
	width: 20%;
	float: left;
	text-align: center;
	height: 170px;
	position: relative;
	display: table;
	background: #fff;
	overflow: hidden;
}

.c-biaoyu li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 45px;
	height: 80px;
	width: 1px;
	background: #eee;
}

.c-biaoyu li:last-of-type:after {
	width: 0;
}

.c-biaoyu li .c-tit {
	transition: 0.5s all;
	width: 100%;
	overflow: hidden;
}

.c-biaoyu li .c-tit h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
	line-height: 36px;
}

.c-biaoyu li .c-tit p {
	color: #888888;
	line-height: 24px;
}

.c-biaoyu li img {
	width: 100%;
	;
	height: 100%;
	transition: 0.5s all;
	display: none;
}

.c-biaoyu li span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #959595;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 15px;
	transition: 0.5s all;
}

.c-biaoyu li .c-box {
	vertical-align: middle;
	display: table-cell;
}

.c-biaoyu li:hover span {
	width: 48px;
	height: 48px;
	background: #fff;
}

.c-biaoyu li:hover img {
	display: inline-block;
}

.c-h2 {
	position: relative;
	text-align: center;
	0
}

.c-h2 h2 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.c-h2 h2 span {
	color: #2d51a8;
}

.c-h2 p {
	color: #333;
	padding: 20px 0;
}

.c-h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 112px;
	height: 5px;
	margin-left: -56px;
	background: #2d51a8;
	z-index: 10;
}

.c-h2:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 27%;
	width: 46%;
	height: 1px;
	background: #eeeeee;
	z-index: 9;
}

.c-product {
	padding-top: 30px;
}

.c-product .c-product-thumbs {
	overflow:initial;
	width: 100%;
	margin: 35px auto 42px auto;
	padding: 0 113px;
	
}

.c-product .c-product-thumbs .swiper-slide {
	width: 239px;
	height: 46px;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	transition: 0.5s all;
	display:block;
	float:left;
	border: 1px solid #eee;
	position:relative;
}
.c-product .c-product-thumbs .swiper-slide .item>a{ display:block;
	height: 44px;
	font-size: 16px;
	color: #333333;
	background:#fff;
	}
.c-product .c-product-thumbs .swiper-slide.active a{ color:#fff;}
.c-product .c-product-thumbs .swiper-slide .item>a:hover{ color:#fff;}

.c-product .c-product-thumbs .item{ position:relative;}
.erji_cd{ position:absolute; top:45px; left:0; text-align:center; width:100%; background:#fff; z-index:999999; display:none;}
.erji_cd a{ color:#333333; display:block;}
.erji_cd a:hover{ background:#2d51a8; color:#fff;}
.c-product .c-product-thumbs .swiper-slide .item:hover .erji_cd{ display:block;}



.c-product .c-product-thumbs .swiper-slide.active {
	background: #2d51a8;
	color: #fff;
}

.c-product .c-product-thumbs .swiper-slide .item>a:hover {
	background: #2d51a8;
	color: #fff;
}

.c-product .c-product-top ul {
	padding: 0 104px;
	overflow: hidden;
	width:100%;
	
}

.c-product .c-product-top li {
	width: 25%;
	padding: 0 9px;
	float: left;
	margin-bottom: 40px;
}

.c-product .c-product-top li .c-img {
	overflow: hidden;
}

.c-product .c-product-top li .c-img img {
	transition: 0.5s all;
}

.c-product .c-product-top li .c-tit h2 {
	font-size: 18px;
	margin-bottom: 13px;
	width: 80%;
}

.c-product .c-product-top li .c-tit {
	background: #fff;
	padding: 25px 30px;
	position: relative;
}

.c-product .c-product-top li .c-tit p {
	font-size: 14px;
	color: #666;
	width: 80%;
}

.c-product .c-product-top li .c-r {
	width: 36px;
	height: 36px;
	background: url(../img/icon5.png);
	position: absolute;
	right: 27px;
	top: 30px;
}

.c-product .c-product-top li:hover .c-r {
	background: url(../img/icon6.png);
}

.c-product .c-product-top li:hover .c-img img {
	transform: scale(1.1);
}

.c-product .c-product-top li:hover .c-tit h2 {
	color: #2d51a8;
}

.c-reason {
	padding-top: 60px;
	background: #fff;
}

.c-reason .c-h2 img {
	margin: 0 8px;
	margin-top: -30px;
	vertical-align: middle;
	width: 93px;
	height: 93px;
	background: #fff;
}

.c-reason .c-box {
	min-height: 710px;
	width: 100%;
	background: #fff url(../img/bg1.jpg) no-repeat center top / cover;
	margin-top: 35px;
	padding: 0 202px;
	
}

.c-reason .c-box .c-l {
	float: left;
	width: 394px;
	height: 710px;
	padding-top: 130px;
	padding-left: 50px;
	background: #2d51a8;
	color: #fff;
}

.c-reason .c-box .c-l h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.c-reason .c-box .c-l h3 {
	font-size: 26px;
	margin-bottom: 80px;
}

.c-reason .c-box .c-l p {
	font-size: 18px;
	line-height: 36px;
}

.c-reason .c-box .c-l span {
	display: block;
	width: 40px;
	height: 5px;
	background: #fff;
	margin-bottom: 10px;
}

.c-reason .c-box .c-l a {
	display: block;
	width: 264px;
	height: 56px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 54px;
	color: #fff;
	margin-top: 130px;
}

.c-reason .c-box .c-l a:hover {
	background: #fff;
	color: #2d51a8;
}

.c-reason .c-box .c-r {
	width: calc( 100% - 394px);
	float: right;
	margin-top: 100px;
	position: relative;
}

.c-reason .c-box .c-r .c-reason-top {
	margin: 0 17%;
}

.c-reason .c-box .c-r .box {
	background: #fff;
	width: 100%;
	height: 355px;
	padding: 0 10%;
	overflow: hidden;
	margin: 0 auto;
}

.c-reason .c-box .c-r .box h2 {
	font-size: 45px;
	color: #2d51a8;
	font-weight: bold;
	margin-top: 55px;
}

.c-reason .c-box .c-r .box p {
	font-size: 24px;
	position: relative;
	line-height: 48px;
	padding: 10px 0;
	margin-bottom: 15px;
}

.c-reason .c-box .c-r .box p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 95%;
	height: 1px;
	background: #eeeeee;
}

.c-reason .c-box .c-r .box li {
	line-height: 40px;
}

.c-reason .c-box .c-r .box li img {
	vertical-align: -4px;
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

.c-reason .c-box .c-r .swiper-button-next1 {
	width: 50px;
	height: 102px;
	background: url(../img/right.png) no-repeat center top / cover;
	right: 10%;
	position: absolute;
	top: 50%;
	margin-top: -160px;
	z-index: 10;
}

.c-reason .c-box .c-r .swiper-button-prev1 {
	width: 50px;
	height: 102px;
	background: url(../img/left.png) no-repeat center top / cover;
	left: 10%;
	position: absolute;
	top: 50%;
	margin-top: -160px;
	z-index: 10;
}

.c-reason .c-box .c-r .c-reason-thumbs {
	margin-top: 118px;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide {
	background: #f6f6f6;
	height: 126px;
	cursor: pointer;
	text-align: center;
	line-height: 126px;
	position: relative;
	margin-top: 11px;
}

.c-reason .c-box .c-r .c-reason-thumbs .c-img {
	width: 62px;
	height: 62px;
	background: url(../img/icon8.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.c-reason .c-box .c-r .c-reason-thumbs .c-tit {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.c-reason .c-box .c-r .c-reason-thumbs .c-tit h2 {
	font-size: 24px;
	margin-bottom: 3px;
}

.c-reason .c-box .c-r .c-reason-thumbs .c-tit h3 {
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide:before {
	content: "";
	position: absolute;
	right: 0;
	top: 36px;
	width: 1px;
	height: 54px;
	background: #dcdcdc;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide:last-of-type:after {
	width: 0;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active {
	background: #2d51a8;
	position: relative;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active:after {
	position: absolute;
	content: "";
	top: -11px;
	left: 50%;
	margin-left: -6px;
	width: 0px;
	height: 0px;
	border-right: 6px solid transparent;
	border-bottom: 11px solid #2d51a8;
	border-left: 6px solid transparent;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active .c-tit h2 {
	color: #fff;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active .c-tit h3 {
	color: #fff;
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active .c-img {
	background: url(../img/icon9.png);
}

.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide-thumb-active:after {
	width: 0;
}

.c-anli {
	width: 100%;
	min-height: 837px;
	background: url(../img/bg2.jpg) no-repeat center top / cover;
	overflow: hidden;
	padding-top: 68px;
}

.c-anli .swiper-container {
	width: 1000px;
	margin: 54px auto 0 auto;
	overflow: visible;
}

.c-anli .swiper-slide .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.c-anli .swiper-slide .box>img {
	width: 680px;
	height: 520px;
}

.c-anli .swiper-slide .c-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
}

.c-anli .swiper-slide-active .c-bg {
	display: none;
}

.c-anli .swiper-slide-active .box>img {
	float: left;
}

.c-anli .swiper-slide-prev .box>img {
	float: right;
}

.c-anli .swiper-slide-next .box>img {
	float: left;
}

.c-anli .swiper-slide .c-tit {
	display: none;
	background: rgba(0, 0, 0, .9);
	padding: 70px 42px 0 42px;
	width: 32%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.5s all;
	color: #fff;
}

.c-anli .swiper-slide-active .c-tit {
	display: block;
}

.c-anli .swiper-slide .c-tit h2 {
	font-size: 24px;
	margin-bottom: 26px;
}

.c-anli .swiper-slide .c-tit p {
	font-size: 14px;
	line-height: 28px;
	height: 191px;
	overflow: hidden;
	margin-bottom: 44px;
}

.c-anli .swiper-slide .c-tit img {
	width: 28px;
	height: 13px;
}

.c-anli .swiper-slide .c-tit a {
	display: block;
	width: 100%;
	height: 48px;
	background: #e1c262;
	text-align: center;
	line-height: 48px;
	color: #15100c;
	margin-top: 20px;
}

.c-anli .swiper-button-next {
	width: 51px;
	height: 51px;
	background: url(../img/right2.png);
	right: -75px;
}

.c-anli .swiper-button-prev {
	width: 51px;
	height: 51px;
	background: url(../img/left2.png);
	left: -75px;
}

.c-jieshao {
	background: #fff url(../img/bg3.png) no-repeat center 62px;
	text-align: center;
	padding: 90px 0 75px 0;
	position: relative;
}

.c-jieshao .c-fix {
	position: absolute;
	width: 162px;
	height: 140px;
	top: -17px;
	right: 50%;
	margin-right: -500px;
	background: url(../img/img4.png);
	padding-left: 9px;
	color: #fff;
	text-align: center;
}

.c-jieshao .c-fix h3 {
	font-size: 24px;
	margin-top: 46px;
	margin-bottom: 8px;
}

.c-jieshao .c-fix h4 {
	font-size: 19px;
}

.c-jieshao h2 {
	font-size: 36px;
	font-weight: bold;
}

.c-jieshao h5{
	display: block;
	width: 38px;
	height: 8px;
	background: #2d51a8;
	margin: 33px auto;
}

.c-jieshao p {
	width: 900px;
	margin: 0 auto;
	line-height: 30px;
}

.c-jieshao ul {
	padding: 40px 0;
	text-align: center;
}

.c-jieshao li {
	display: inline-block;
	vertical-align: top;
	margin: 0 55px;
	color: #3e3e3f;
}

.c-jieshao li .c-b {
	font-size: 18px;
}

.c-jieshao li .c-b em {
	font-size: 48px;
}

.c-jieshao .swiper-container {
	width: calc(100% - 200px);
	margin: 0 100px;
}

.c-jieshao .swiper-container .swiper-slide {
	opacity: .35;
}

.c-jieshao .swiper-container .swiper-slide img {
	width: auto;
	height: auto;
}

.c-jieshao .swiper-container .swiper-slide-active {
	opacity: 1;
}

.c-jieshao .swiper-button-next {
	width: 48px;
	height: 91px;
	background: #2d51a8 url(../img/right3.png);
	right: 275px;
	z-index: 10;
	transition: 0.5s all;
}

.c-jieshao .swiper-button-prev {
	width: 48px;
	height: 91px;
	background: #2d51a8 url(../img/left3.png);
	left: 275px;
	z-index: 10;
	transition: 0.5s all;
}

.c-jieshao .swiper-button-next:hover {
	background: #e1c262 url(../img/right3.png);
}

.c-jieshao .swiper-button-prev:hover {
	background: #e1c262 url(../img/left3.png);
}

.c-team {
	padding-top: 55px;
	min-height: 720px;
	background: url(../img/bg2.jpg) no-repeat center top / cover;
}

.c-team ul {
	padding: 45px 85px 95px 85px;
	overflow: hidden;
}

.c-team li {
	width: 25%;
	text-align: center;
	float: left;
}

.c-team li .c-img {
	/*border-radius: 50%;*/
	border: 8px solid transparent;
	display: inline-block;
	margin-bottom: 15px;
	transition: 0.5s all;
}


.c-team li .c-tit h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.c-team li .c-tit p {
	font-size: 14px;
	margin-bottom: 26px;
}

.c-team li .c-tit span {
	width: 50%;
	display: inline-block;
	height: 44px;
	background: #2d51a8;
	line-height: 44px;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	transition: 0.5s all;
}

.c-team li a:hover .c-img {
	border-color: #e1c262;
}

.c-team li a:hover .c-tit span {
	background: #e1c262;
}

.c-new {
	min-height: 713px;
	background: url(../img/bg4.jpg) no-repeat center top / cover;
	padding: 0 110px;
	padding-top: 110px;
}

.c-new .c-new-l {
	margin-right: 110px;
	width: 65%;
	position: relative;
	float: left;
}

.c-new .c-new-thumbs {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 10;
	width: calc(50% - 30px);
}

.c-new .c-new-thumbs .swiper-slide {
	width: 25%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	transition: 0.5s all;
}

.c-new .c-new-thumbs .swiper-slide:hover {
	background: #2d51a8;
	color: #fff;
}

.c-new .c-new-top .c-l {
	float: left;
	width: calc(50% - 30px);
}

.c-new .c-new-top .c-r {
	float: right;
	width: calc(50% - 30px);
}

.c-new .c-new-top li {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
}

.c-new .c-new-top .c-img {
	margin-top: 64px;
	height: 282px;
	background: url(../img/img7.jpg) no-repeat center top / cover;
}

.c-new .c-new-top .c-time {
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 15px;
}

.c-new .c-new-top h2 {
	font-size: 18px;
	margin-bottom: 18px;
	transition: 0.5s all;
}

.c-new .c-new-top p {
	font-size: 14px;
	line-height: 28px;
	color: #888888;
	height: 56px;
	overflow: hidden;
}

.c-new .c-new-top li:hover h2 {
	color: #2d51a8;
}

.c-new .c-new-r {
	float: right;
	width: calc(35% - 110px);
}

.c-new .c-new-r h2 {
	font-size: 42px;
	margin-bottom: 35px;
}

.c-new .c-new-r span {
	display: block;
	width: 38px;
	height: 8px;
	background: #e1c262;
	margin-bottom: 45px;
}

.c-new .c-new-r h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.c-new .c-new-r p {
	font-size: 14px;
	color: #888888;
	line-height: 28px;
	margin-bottom: 128px;
}

.c-new .c-new-r a {
	display: block;
	width: 210px;
	height: 56px;
	border-radius: 28px;
	background: #2d51a8;
	text-align: center;
	line-height: 56px;
	color: #fff;
}

.c-new .c-new-r a:hover {
	background: #e1c262;
}

.c-lianxi {
	background: #2d51a8;
	padding: 65px 110px;
}

.c-lianxi .c-t {
	overflow: hidden;
	color: #fff;
	margin-bottom: 24px;
}

.c-lianxi .c-t .c-l {
	float: left;
}

.c-lianxi .c-t h2 {
	font-size: 40px;
	margin-bottom: 18px;
}

.c-lianxi .c-t .c-r {
	float: right;
	font-size: 20px;
	margin-top: 44px;
}

.c-lianxi .c-t .c-r span {
	font-size: 34px;
	font-weight: bold;
}

.c-lianxi .c-b {
	overflow: hidden;
}

.c-lianxi .c-b input {
	margin-right: 11px;
	height: 58px;
	padding: 0 22px;
	display: block;
	float: left;
}

.c-lianxi .c-b .name {
	width: calc(26% - 11px);
}

.c-lianxi .c-b .phone {
	width: calc(26% - 11px);
}

.c-lianxi .c-b .liuyan {
	width: calc(32% - 11px);
}

.c-lianxi .c-b a {
	display: block;
	width: 16%;
	float: right;
	height: 58px;
	background: #e1c262;
	text-align: center;
	line-height: 58px;
	color: #fff;
}

.c-lianxi .c-b a img {
	vertical-align: -4px;
	margin-left: 20px;
	width: auto;
	height: auto;
}

.c-footer {
	background: #35363a;
	padding: 50px 7%;
	overflow: hidden;
}



.c-footer .c-erweima {
	float: right;
	overflow: hidden;
	width: 20%;
}

.c-footer .c-erweima .c-img {
	width:130px;
	height: 130px;
	float: left;
	margin-right: 27px;
	margin-top: 29px;
}

.c-footer .c-erweima .c-tit {
	padding: 15px 18px;
	line-height: 30px;
	color: #fff;
	float: left;
	margin-top: 47px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.c-footer .c-logo {
	float: right;
	margin-top: 40px;
	width: 234px;
	margin-right: 100px;
}

.c-footer .c-logo img {
	width: 234px;
	height: 168px;
}

.c-footer .c-link {
	float: right;
	width: calc(30% - 200px);
	color: #fff;
}

.c-footer .c-link .mt {
	margin-bottom: 10px;
	margin-top: 45px;
}

.c-footer .c-link .mt img {
	margin-right: 8px;
	width: 22px;
	height: 22px;
}

.c-footer .c-link a {
	color: #fff;
}

.c-footer .c-link .mc {
	padding-left: 30px;
	margin-bottom: 20px;
}

.c-footer .c-link .mb {
	padding-left: 30px;
}

.c-footer .c-link .mb a {
	margin-right: 5px;
}

.c-footer .c-link .mb img {
	width: 28px;
	height: 22px;
}

.c-footer .c-lian {
	float: right;
	width: calc(50% - 134px);
	color: #fff;
	padding-left: 62px;
	padding-right: 20px;
	border-left: 1px solid #4f5053;
	margin-top: 20px;
}

.c-footer .c-lian .mt {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 10px;
}

.c-footer .c-lian .mt img {
	vertical-align: 0;
	margin-right: 8px;
	width: 24px;
	height: 26px;
}

.c-footer .c-lian .mc p {
	line-height: 28spx;
}

.c-footer .c-lian .mc {
	margin-bottom: 15px;
}

.c-header .c-icon .c-searchMain {
	padding: 20px;
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 0;
	background: #f6f6f6;
	overflow: hidden;
	font-size: 0;
	opacity: 0;
	transition: 0.5s all;
}

.c-header .c-icon .c-searchMain input {
	display: block;
	float: left;
	width: 478px;
	height: 60px;
	border: 1px solid #eaeaea;
	font-size: 16px;
	color: #888888;
	padding-left: 24px;
	padding-right: 86px;
}

.c-header .c-icon .c-searchMain a {
	display: block;
	width: 62px;
	height: 60px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}

.c-header .c-icon .c-searchMain.active {
	opacity: 1;
	z-index: 100;
	top: 105px;
}

.c-fixedNav {
	position: fixed;
	z-index: 101;
	top: 30%;
	right: 85px;
	padding: 20px;
}

.c-fixedNav .c-btn {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	background: url(../img/icon17.jpg) no-repeat;
	cursor: pointer;
	box-shadow: 0 6px 29px 7px rgba(54, 70, 177, .1);
	transition: 0.5s all;
}

.c-fixedNav:hover .c-btn {
	background: url(../img/icon18.jpg) no-repeat;
}

.c-fixedNav ul {
	position: absolute;
	top: 72px;
	right: 20px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 6px 29px 7px rgba(54, 70, 177, .1);
	overflow: hidden;
	width: 270px;
	transition: 0.5s all;
	opacity: 0;
	height: 0;
	width: 0;
}

.c-fixedNav li a {
	padding-left: 45px;
	display: block;
	height: 60px;
	line-height: 60px;
	position: relative;
	font-size: 16px;
	color: #333333;
}

.c-fixedNav li a:hover {
	padding-left: 60px;
	color: #2d51a8;
	font-weight: bold;
}

.c-fixedNav li a:after {
	content: "";
	width: 0;
	height: 3px;
	background: #2d51a8;
	position: absolute;
	left: 0;
	top: 25px;
	transition: 0.5s all;
}

.c-fixedNav li a:hover:after {
	width: 15px;
}

.c-fixedNav li a img {
	position: absolute;
	width: 6px;
	height: 9px;
	right: 38px;
	top: 27px;
	transition: 0.5s all;
}

.c-fixedNav li a:hover img {
	transform: rotate(90deg);
}

.c-fixedNav:hover ul {
	width: 270px;
	height: auto;
	opacity: 1;
}

.c-productCommmon .mt-phone {
	z-index: 9;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.c-productCommmon .mt-pc {
	overflow: hidden;
	padding: 65px 0;
	position: relative;
	z-index: 10;
}

.swiper-container1 {
	float: left;
	width: calc(100% - 304px);
	overflow: hidden;
	margin-top: 4px;
}


.swiper-container2 {
	width: 100%;
	height: 568px;
}

.swiper-container2 .swiper-slide img {
	border: 4px solid transparent;
	transition: 0.5s all;
}

.swiper-container2 .swiper-slide-active img {
	border: 4px solid #f2c73f;
}

.swiper-container2 .swiper-slide img:hover {
	border: 4px solid #f2c73f;
}

.c-productCommmon .mt .swiper-button-next1 {
	width: 55px;
	height: 55px;
	background: #2d2d39 url(../img/top.png);
	transition: 0.5s all;
}

.c-productCommmon .mt .swiper-button-prev1 {
	width: 55px;
	height: 55px;
	background: #2d2d39 url(../img/bottom.png);
	transition: 0.5s all;
}

.c-productCommmon .mt .swiper-button-next1:hover {
	background-color: #2d51a8;
}

.c-productCommmon .mt .swiper-button-prev1:hover {
	background-color: #2d51a8;
}

.c-productCommmon .mt .c-btn>div {
	float: right;
	margin-right: 4px;
	margin-top: 4px;
}

.c-productCommmon .mt-pc .c-r {
	float: right;
	width: 248px;
}

.swiper-container3 {
	width: 100%;
}

.c-productCommmon .mt .swiper-button-next2 {
	width: 55px;
	height: 55px;
	background: #2d2d39 url(../img/top.png);
	transition: 0.5s all;
	transform: rotate(-90deg);
}

.c-productCommmon .mt .swiper-button-prev2 {
	width: 55px;
	height: 55px;
	background: #2d2d39 url(../img/bottom.png);
	transition: 0.5s all;
	transform: rotate(-90deg);
}

.c-productCommmon .mt .swiper-button-next2:hover {
	background-color: #2d51a8;
}

.c-productCommmon .mt .swiper-button-prev2:hover {
	background-color: #2d51a8;
}

.c-productCommmon .mc {
	background: #fff;
	overflow: hidden;
	padding: 50px 0;
}

.c-productCommmon .mc .c-l {
	float: left;
	width: 330px;
}

.c-productCommmon .mc .c-l .c-t {
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}

.c-productCommmon .mc .c-l .c-c {
	padding: 20px 0;
	font-size: 14px;
	color: #888888;
	line-height: 30px;
}

.c-productCommmon .mc .c-l h2 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 8px;
}

.c-productCommmon .mc .c-l p {
	font-size: 14px;
	color: #888888;
	margin-bottom: 8px;
}

.c-productCommmon .mc .c-l .c-sNav {
	color: #acacac;
}

.c-productCommmon .mc .c-l .c-sNav a {
	color: #acacac;
}

.c-productCommmon .mc .c-l .c-sNav a:hover {
	color: #2d51a8;
}

.c-productCommmon .mc .c-l .c-b {
	overflow: hidden;
	margin-top: 20px;
}

.c-productCommmon .mc .c-l .c-b li {
	width: 110px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 5px;
	margin-right: 5px;
	background: #ececec;
	font-size: 14px;
	color: #949292;
	float: left;
}

.c-productCommmon .mc .c-r {
	float: right;
	width: 790px;
	line-height:2;
}

.c-productCommmon .mc .c-r dt {
	line-height: 58px;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	color: #cda741;
	font-weight: bold;
}

.c-productCommmon .mc .c-r dd {
	padding: 25px 0;
	line-height:2;
}

.c-productCommmon .mc .c-r dd p {
	text-indent: 28px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.c-productCommmon .mb {
	overflow: hidden;
	border-top: 1px solid #e8e8e8;
	background: #fff;
	padding: 45px 0;
}

.c-productCommmon .mb .l {
	float: left;
}

.c-productCommmon .mb .r {
	float: right;
	text-align: right;
}

.c-productCommmon .mb a {
	color: #666666;
	font-size: 16px;
	width: 50%;
}
.c-productCommmon .mb em{
	display:inline-block;
	width:calc(100% - 60px);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:middle;
}
.c-productCommmon .mb img {
	width: 6px;
	height: 9px;
	vertical-align: 1px;
}

.c-productCommmon .mb span {
	padding: 0 24px;
	color: #e5e5e5;
	transition: 0.5s all;
}

.c-productCommmon .mb img.left {
	transform: rotate(180deg);
}

.c-productCommmon .mb a:hover {
	color: #2d51a8;
}

.c-productCommmon .mb a:hover span {
	padding: 0 36px;
}

.c-commonBanner {
	background: url(../img/bg5.jpg) no-repeat center center;
	height: 358px;
	display: table;
	text-align: center;
	width: 100%;
}

.c-commonBanner .box {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}

.c-commonBanner .box h2 {
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 10px;
}

.c-commonBanner .box p {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 45px;
}

.c-commonBanner .box p a {
	color: #fff;
}

.c-commonBanner .box img {
	width:40px;
	height: 40px;
}

.c-productCommon .c-product-thumbs {
	width: auto;
	padding: 0 113px;
}

.c-page {
	text-align: center;
	padding: 25px 0;
}

.c-page a {
	color: #646464;
	font-size: 12px;
	display: inline-block;
	line-height: 34px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	padding: 0 13px;
	margin: 10px 5px;
}

.c-page a.on {
	background: #2d51a8;
	border: 1px solid #2d51a8;
	color: #fff;
}

.c-page a.dian {
	color: #646464;
	background: transparent;
	border: 1px solid transparent;
	cursor: text;
}

.c-page a:hover {
	background: #2d51a8;
	border: 1px solid #2d51a8;
	color: #fff;
}

.c-page a.dian:hover {
	color: #646464;
	background: transparent;
	border: 1px solid transparent;
	cursor: text;
}

.c-teamCommon {
	background: #fff;
	padding-top: 0;
}

.c-teamCommon li {
	padding: 0 15px;
	margin-bottom: 30px;
}

.c-teamCommon ul {
	padding-bottom: 0;
}

.c-aboutUs p {
	width: 913px;
	margin-bottom:10px;
	text-align:left;
}

#dituContent .BMap_Marker img {
	width: auto;
	height: auto;
}

.c-contactUs {
	background: #fff;
	overflow: hidden;
	padding: 80px 0;
}

.c-contactUs .c-l {
	width: 415px;
	padding-left: 15px;
	padding-right: 80px;
	float: left;
	background: url(../img/img11.png) no-repeat left top;
	padding-top: 28px;
}

.c-contactUs .c-l .mt {
	margin-bottom: 75px;
}

.c-contactUs .c-l h3 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 8px;
	position: relative;
}

.c-contactUs .c-l h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 60px;
	height: 10px;
	background: #e1c262;
}

.c-contactUs .c-l h2 {
	font-size: 34px;
	color: #2d51a8;
	font-weight: bold;
}

.c-contactUs .c-l p {
	font-size: 14px;
	color: #888888;
	line-height: 30px;
}

.c-contactUs .c-c {
	float: left;
	width: 480px;
	padding-left: 60px;
	height: 278px;
	border-left: 1px solid #eeeeee;
	line-height:2.5;
}

.c-contactUs .c-c dt {
	font-size: 24px;
	color: #333333;
	margin-bottom: 24px;
	margin-top: 30px;
}

.c-contactUs .c-c dd {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}

.c-contactUs .c-r {
	float: right;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	width: 186px;
}

.c-contactUs .c-r .c-img {
	width: 184px;
	margin: 0 auto;
}

.c-contactUs .c-r p {
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding-bottom: 15px;
	padding-top: 5px;
}

.c-newList .c-tab {
	width: 100%;
	padding: 34px 95px;
	background: #fff;
	overflow: hidden;
}

.c-newList .c-tab a {
	float: left;
}

.c-newList .c-tab a {
	width: 160px;
	height: 46px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	transition: 0.5s all;
}

.c-newList .c-tab a.active {
	background: #2d51a8;
	color: #fff;
}

.c-newList .c-tab a:hover {
	background: #2d51a8;
	color: #fff;
}

.c-newList .c-main {
	width: 100%;
	padding: 20px 85px;
}

#masonry {
	margin: 0 auto;
	position: relative;
}

.c-newList .c-main .item {
	width: 414px;
	transition: 0.5s all;
	margin-bottom: 20px;
	position: absolute;
}

.c-newList .c-main .item .c-tit {
	padding: 0 28px;
	background: #fff;
}

.c-newList .c-main .item .c-tit .mt {
	overflow: hidden;
	padding-top: 10px;
}

.c-newList .c-main .item .c-tit .c-time {
	float: left;
	width: 70px;
	color: #2c2c2c;
}

.c-newList .c-main .item .c-tit .c-time h3 {
	font-size: 48px;
}

.c-newList .c-main .item .c-tit .c-time p {
	font-size: 14px;
}

.c-newList .c-main .item .c-tit h2 {
	width: calc(100% - 71px);
	border-left: 1px solid #eeeeee;
	padding-left: 12px;
	float: right;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-top: 5px;
	height: 64px;
	overflow: hidden;
	transition: 0.5s all;
}

.c-newList .c-main .item .c-tit .mc {
	font-size: 14px;
	color: #888888;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin: 20px auto;
}

.c-newList .c-main .item .c-tit .mb {
	overflow: hidden;
	border-top: 1px solid #eeeeee;
	height: 50px;
	line-height: 50px;
}

.c-newList .c-main .item .c-tit .mb .c-l {
	font-size: 14px;
	color: #888888;
	float: left;
	transition: 0.5s all;
}

.c-newList .c-main .item .c-tit .mb .c-r {
	float: right;
	width: 15px;
	height: 6px;
	margin-top: 19px;
	transition: 0.5s all;
}

.c-newList .c-main .item:hover {
	margin-top: -10px;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1);
}

.c-newList .c-main .item:hover .c-tit h2 {
	color: #2d51a8;
}

.c-newList .c-main .item:hover .c-tit .mb .c-l {
	margin-left: 15px;
}

.c-newList .c-main .item:hover .c-tit .mb .c-r {
	margin-right: 15px;
}


@media(min-width:1024px) {
	#bottom {display:none;}
		
	}


@media(max-width:1776px) {
	.c-reason .c-box .c-r .c-reason-top {
		margin: 0 12%;
	}
	.c-reason .c-box .c-r .box {
		padding: 0 5%;
	}
	.c-reason .c-box .c-r .swiper-button-next1 {
		right: 5%;
	}
	.c-reason .c-box .c-r .swiper-button-prev1 {
		left: 5%;
	}
	.c-newList .c-tab {
		padding: 34px 85px;
	}
	.c-newList .c-main {
		padding: 20px 75px;
	}
}

@media(max-width:1600px) {
	.c-header .navbar-default {
		padding: 0 6%;
	}
	.c-navBig {
		width: auto;
	}
	.c-header .nav li a {
		padding: 15px 20px 0 20px;
	}
	.c-reason .c-box {
		padding: 0 50px;
	}
	.c-reason .c-box .c-r .c-reason-top {
		padding: 0 100px;
	}
	.c-team li .c-img {
		width: 240px;
		height: 240px;
	}
	.c-team li .c-img img {
		width: 100%;
		height: 100%;
	}
	.c-new .c-new-l {
		margin: 0 30px 0 0;
		width: 65%;
	}
	.c-new .c-new-r {
		padding-right: 50px;
		width: calc(35% - 30px)
	}
	.c-footer {
		padding: 50px;
	}
	.c-footer .c-erweima {
		width: 30%;
	}
	.c-footer .c-link {
		width: calc(30% - 200px);
	}
	.c-footer .c-lian {
		width: calc(40% - 134px);
	}
	.c-footer .c-logo {
		margin-right: 70px;
	}
	.c-product .c-product-top ul {
		padding: 0 50px;
	}
	.c-product .c-product-top li .c-tit {
		padding: 25px 25px;
	}
	.c-productCommon .c-product-thumbs {
		padding: 0 59px;
	}
	.c-newList .c-tab {
		padding: 34px 65px;
	}
	.c-newList .c-main {
		padding: 20px 55px;
	}
}

@media(max-width:1440px) {
	.c-header .navbar-default {
		padding: 0 5%;
	}
	.c-header .c-logo {
    width: 400px;}
	.c-header .nav li a {
		padding: 15px 15px 0 15px;
	}
	.c-header .navbar-default .c-logo {
		height: 105px;
	}
	.c-reason .c-box .c-r .c-reason-top {
		padding: 0 50px;
	}
	.c-reason .c-box .c-r .c-reason-top .swiper-button-next {
		right: 30px;
	}
	.c-reason .c-box .c-r .c-reason-top .swiper-button-prev {
		left: 30px;
	}
	.c-new .c-new-r {
		display: none;
	}
	.c-new .c-new-l {
		margin: 0 auto;
		width: 100%;
		float: none;
	}
	.c-footer .c-erweima {
		width: 30%;
	}
	.c-footer .c-link {
		width: calc(30% - 200px);
	}
	.c-footer .c-lian {
		width: calc(40% - 134px);
	}
	.c-footer .c-logo {
		margin-right: 70px;
	}
	.c-product .c-product-top li .c-tit {
		padding: 25px 20px;
	}
	.c-newList .c-tab {
		padding: 34px 45px;
	}
	.c-newList .c-main {
		padding: 20px 35px;
	}
}

@media(max-width:1360px) {
	.c-header .navbar-default {
		padding: 0 4%;
	}
	.c-reason .c-box .c-r .c-reason-top .swiper-button-next {
		right: 10px;
	}
	.c-reason .c-box .c-r .c-reason-top .swiper-button-prev {
		left: 10px;
	}
	.c-team li .c-img {
		width: 220px;
		height: 220px;
	}
	.c-header .nav li a {
		font-size: 14px;
	}
	.c-footer .c-erweima {
		width: 30%;
	}
	.c-footer .c-link {
		display: none;
	}
	.c-footer .c-lian {
		width: calc(50% - 134px);
	}
	.c-jieshao .swiper-container .swiper-slide img {
		width: 100%;
		height: 100%;
	}
}

@media(max-width:1280px) {
	.c-header .navbar-default {
		padding: 0 2%;
	}
	.c-reason .c-box .c-l {
		display: none;
	}
	.c-reason .c-box .c-r {
		width: 100%;
	}
	.c-jieshao .swiper-button-prev {
		left: 100px;
	}
	.c-jieshao .swiper-button-next {
		right: 100px;
	}
	.c-team li .c-img {
		width: 200px;
		height: 200px;
	}
	.c-team {
		min-height: 600px;
	}
	.c-footer .c-erweima {
		width: calc( 50% - 152px);
		margin: 0;
	}
	.c-footer .c-lian {
		width: calc(50% - 134px);
	}
	.c-footer .c-logo {
		margin-right: 30px;
	}
	.c-aboutUs p {
		width: 900px;
	}
	.c-newList .c-tab {
		padding: 34px 35px;
	}
	.c-newList .c-main {
		padding: 20px 25px;
	}
}

@media(max-width:1200px) {
	.c-header .navbar-default {
		padding: 0 2%;
	}
	.c-headerBanner .c-search {
		width: 800px;
		margin-left: -400px;
	}
	.c-header .nav li a {
		font-size: 12px;
		padding: 15px 12px 0 12px;
	}
	.c-header .navbar-default {
		padding: 0 10px 0 20px;
	}
	.container-fluid {
		margin: 0;
	}
	.c-header .c-logo {
		width: 450px;
	}
	.c-anli .swiper-button-next {
		right: 2px;
	}
	.c-anli .swiper-button-prev {
		left: 2px;
	}
	.c-team li .c-img {
		width: 160px;
		height: 160px;
	}
	.c-team ul {
		padding: 45px 50px 95px 50px;
	}
	.c-team li .c-tit span {
		width: 75%;
	}
	.c-lianxi {
		padding: 65px 50px;
	}
	.c-footer .c-link {
		display: none;
	}
	.c-new .c-new-top .c-img {
		margin-bottom: 18px;
	}
	.c-new {
		padding-top: 60px;
		min-height: 640px;
	}
	.w {
		width: 96%;
	}
	.c-productCommmon .mc .c-l {
		float: none;
		width: 100%;
	}
	.c-productCommmon .mc .c-r {
		float: none;
		width: 100%;
	}
	.c-contactUs .c-l {
		padding-right: 20px;
		padding-left: 0;
		width: 350px;
	}
	.c-contactUs .c-c {
		width: 400px;
		padding-left: 20px;
		height: 278px;
	}
	.c-newList .c-tab {
		padding: 34px 25px;
	}
	.c-newList .c-main {
		padding: 20px 15px;
	}
		.c-product .c-product-thumbs {
	
		padding:0 50px!important;
	}
}

@media(max-width:1024px) {
	.c-header .navbar-default .c-phonelogo{
		display:block;
	}
	.c-header .navbar-default .c-logo{
		display:none;	
	}
	.c-header .c-phonelogo {
		width: 73%;
		float: left;
	}
	.c-jieshao h2 {
    font-size: 20px;
    font-weight: bold;}
	
	.c-commonBanner{
		height:220px;	
	}
	.c-header .navbar-default .c-logo {
		height: 50px;
		width: 175px;
		padding: 0 15px;
	}
	.c-header .navbar-default {
		height: auto;
		padding: 0;
	}
	.c-header .nav li a {
		padding: 0 15px;
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	.c-headerBanner .c-search {
		width: calc(100% - 30px);
		margin: 0;
		left: 15px;
	}
	.c-headerBanner {
		height: auto;
	}
	.c-headerBanner .swiper-slide {
		height: auto;
	}
	.c-headerBanner .swiper-slide img {
		display: block;
	}
	.c-headerBanner .c-search .input {
		height: 40px;
	}
	.c-headerBanner .c-search input {
		padding: 0 15px;
		font-size: 14px;
		height: 40px;
	}
	.c-headerBanner .c-search a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.c-headerBanner .c-search img {
		display: none;
	}
	.c-headerBanner .c-search {
		bottom: 0;
		position: initial;
		margin: 15px auto;
	}
	.c-biaoyu li {
		width: 50%;
		margin-bottom: 15px;
		height: 140px;
	}
	.c-biaoyu li.first {
		width: 100%;
	}
	.c-biaoyu li .c-tit h2 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.c-biaoyu li .c-tit p {
		font-size: 14px;
	}
	.c-product .c-product-thumbs .swiper-slide {
		font-size: 14px;
	}
	
	
	.c-h2 h2 {
		font-size: 28px;
	}
	.c-h2 p {
		font-size: 14px;
	}
	.c-product .c-product-thumbs {
		width: 100%;
		padding:0 50px!important;
	}
	.c-biaoyu {
		margin: 0;
		box-shadow: none;
	}
	.c-product .c-product-top ul {
		padding: 0 15px;
	}
	.c-product .c-product-top li {
		width: 100%;
		margin-bottom: 15px;
	}
	.c-product .c-product-thumbs .swiper-slide {
		float: left;
		width: 50% !important;
	}
	.c-product .c-product-thumbs {
		padding:0  20px!important;
	}
	.c-reason .c-box {
		padding: 0;
	}
	.c-reason .c-box .c-r .box {
		width: 100%;
		padding: 0 15px 15px 15px;
		height: auto;
	}
	.c-reason .c-box .c-r .c-reason-top .swiper-button-next {
		display: none;
	}
	.c-reason .c-box .c-r .c-reason-top .swiper-button-prev {
		display: none;
	}
	.c-reason .c-box .c-r .c-reason-top {
		padding: 0 0;
	}
	.c-reason .c-box .c-r .box p{
		 font-size: 18px;
	}
	.c-reason .c-box .c-r .box li {
		white-space: normal;
		font-size: 14px; line-height: 34px;
	}
	.c-reason .c-box .c-r .box li img{
		vertical-align: -6px;
	}
	.c-reason .c-box .c-r {
		margin-top: 15px;
		float: none;
	}
	.c-reason .c-box .c-r .box h2 {
		margin-top: 20px;
	}
	.c-reason .c-box .c-r .c-reason-thumbs .c-img {
		display: none;
	}
	.c-reason .c-box .c-r .c-reason-thumbs .c-tit {
		text-align: center;
	}
	.c-reason .c-box .c-r .c-reason-thumbs {
		margin-top: 15px;
	}
	.c-reason .c-box {
		min-height: auto;
		height: auto;
	}
	.c-reason .c-box .c-r .c-reason-thumbs .c-tit h2 {
		font-size: 16px;
	}
	.c-reason .c-box .c-r .c-reason-thumbs .c-tit p {
		font-size: 10px;
	}
	.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide {
		height: 90px;
		line-height: 90px;
	}
	.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide:after {
		border:0;
	}
	.c-anli .swiper-container {
		width: 100%;
	}
	.c-anli .swiper-slide .box>img {
		width: 100%;
		height: 100%;
		display: block;
		float: none !important;
	}
	.c-anli .swiper-slide .c-tit {
		width: 100%;
		position: initial;
		padding: 20px 15px;
	}
	.c-anli .swiper-slide .c-tit p {
		margin-bottom: 15px;
	}
	.c-anli .swiper-button-prev {
		top: 200px;
	}
	.c-anli .swiper-button-next {
		top: 200px;
	}
	.c-jieshao p {
		padding: 0 15px;
		width: 100%;
	}
	.c-jieshao .c-fix {
		display: none;
	}
	.c-jieshao .swiper-container {
		width: 100%;
		margin: 0;
	}
	.c-jieshao .swiper-button-prev {
		display: none;
	}
	.c-jieshao .swiper-button-next {
		display: none;
	}
	.c-jieshao {
		padding: 0;
		padding-top: 30px;
	}
	.c-team ul {
		padding: 15px;
	}
	.c-team li {
		width: 50%;
		margin-bottom: 15px;
	}
	/*.c-inxedTeam li:last-of-type{
		display: none;
	}*/
	.c-team li .c-img {
		width: 180px;
		height: 180px;
	}
	.c-new .c-new-l {
		width: 100%;
	}
	.c-new .c-new-thumbs {
		width: 100%;
	}
	.c-new .c-new-top .c-l {
		width: 100%;
		float: none;
		padding: 0 15px;
	}
	.c-new .c-new-top .c-r {
		width: 100%;
		float: none;
		padding: 0 15px;
	}
	.c-lianxi {
		padding: 30px 15px;
	}
	.c-lianxi .c-t h2 {
		font-size: 24px;
	}
	.c-lianxi .c-t p {
		font-size: 14px;
	}
	.c-lianxi .c-t .c-r {
		font-size: 16px;
	}
	.c-lianxi .c-t .c-r span {
		font-size: 24px;
	}
	.c-lianxi .c-b input {
		margin-bottom: 15px;
	}
	.c-lianxi .c-b .name {
		width: 100%;
	}
	.c-lianxi .c-b .phone {
		width: 100%;
	}
	.c-lianxi .c-b .liuyan {
		width: 100%;
	}
	.c-lianxi .c-b a {
		width: 100%;
	}
	.c-footer .c-erweima {
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	.c-footer .c-erweima .c-img {
		margin: 0 auto;
		float: none;
	}
	.c-footer .c-erweima .c-tit {
		margin: 15px auto;
		float: none;
		text-align: center;
	}
	.c-footer .c-lian {
		width: 100%;
		float: none;
		border: 0;
		padding: 0;
	}
	.c-footer .c-logo {
		display: block;
		margin: 20px auto 0 auto;
		float: none;
		width: 65%;
	}
	.c-footer .c-link {
		display: block;
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.c-footer .c-link .mt {
		margin-top: 0;
		float: left;
	}
	.c-footer {
		padding: 30px 15px;
		margin-bottom:45px;
	}
	.c-reason .c-h2 {
		padding: 0 15px;
	}
	.c-reason .c-h2 img {
		width: 50px;
		height: 50px;
		margin: 0;
		margin-left: 8px;
	}
	.c-reason .c-box .c-r .box {
		box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
		margin: 8px 0 2px 0;
	}
	.c-reason .c-box .c-r .box h2 {
		font-size: 30px;
	}
	.c-new {
		padding: 0;
		padding-top: 30px;
	}
	.c-headerBanner-phone {
		display: block;
	}
	.c-headerBanner .swiper-container {
		display: none;
	}
	.c-header .c-navBig {
		float: none;
	}
	.c-header .c-icon {
		float: none;
		height: auto;
	}
	.c-header .c-icon a {
		margin: 8px auto;
		float: none;
	}
	.c-header .c-icon .c-searchMain {
		position: initial;
		height: 0;
		overflow: hidden;
		padding: 0;
	}
	.c-header .c-icon .c-searchMain.active {
		padding: 20px;
		height: auto;
	}
	.c-header .c-icon .c-searchMain input {
		width: calc(100% - 62px);
		padding: 0 24px;
	}
	.c-header .c-icon .c-searchMain a {
		float: right;
		position: initial;
	}
	.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide:before {
		width: 0;
	}
	.c-reason .c-box .c-r .swiper-button-prev1 {
		left: 1%;
	}
	.c-reason .c-box .c-r .swiper-button-next1 {
		right: 1%;
	}
	.c-fixedNav {
		display: none;
	}
	.c-product .swiper-wrapper {
		display: block;
	}
	.navbar-header {
		float: none;
	}
	.navbar-collapse.collapse {
		display: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-nav {
		float: none;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-collapse.in {
		display: block;
	}
	.c-productCommmon .mt-pc {
		z-index: 9;
		opacity: 0;
		height: 0;
		overflow: hidden;
		padding: 0;
	}
	.c-productCommmon .mt-phone {
		z-index: 10;
		opacity: 1;
		height: auto;
	}
	.c-productCommmon .mt-phone .swiper-container4 {
		margin: 0 65px;
	}
	.c-productCommmon .mt-phone .c-r {
		position: relative;
		padding: 10px 0;
	}
	.c-productCommmon .mt-phone .swiper-button-next2 {
		position: absolute;
		left: 5px;
		top: 50%;
		margin: 0 !important;
		margin-top: -27px !important;
	}
	.c-productCommmon .mt-phone .swiper-button-prev2 {
		position: absolute;
		right: 5px;
		top: 50%;
		margin: 0 !important;
		margin-top: -27px !important;
	}
	.c-productCommmon .mc .c-l {
		float: none;
		width: 100%;
	}
	.c-productCommmon .mc .c-r {
		float: none;
		width: 100%;
	}
	.c-productCommon .c-product-thumbs {
		padding: 0 10px;
	}
	.c-productCommon {
		padding-top: 0;
		margin-top:20px;
	}
	.c-footer .c-logo img {
		width: 100%;
		height: 100%;
	}
	.c-contactUs {
		padding: 50px 0 30px 0;
	}
	.c-contactUs .c-l {
		padding: 0;
		width: 100%;
		float: none;
	}
	.c-contactUs .c-c {
		width: 100%;
		padding-left: 0;
		height: auto;
		border: 0;
		float: none;
	}
	.c-contactUs .c-r {
		padding: 0;
		float: none;
		margin: 0 auto;
	}
	.c-newList .c-main .item {
		width: calc(100% - 20px);
	}
	.c-newList .c-tab a {
		width: 25%;
		font-size: 14px;
	}
	.c-newList .c-tab {
		padding: 34px 30px;
	}
	.c-newList .c-main {
		padding: 20px 20px;
	}
	.c-reason .c-box .c-r .c-reason-thumbs .swiper-slide{ margin-top: 0;}
	.c-footer .c-erweima{ display: none;}
	.c-footer .c-logo{ display: none;}
	.c-footer .c-link .mb{ display: none;}
	.c-anli .swiper-slide .c-tit p{ height: auto;}
	.c-jieshao ul{ overflow: hidden;}
	.c-jieshao li{ margin: 0 auto; float: left; width: 33%;}
	
	
	
	
	
	.c-jieshao li .c-b em{ font-size: 34px;}
	.c-reason .c-box .c-r .swiper-button-next1 {
	width: 25px;
	height: 51px;
	right: 3%;
	margin-top: -80px;
}

.c-reason .c-box .c-r .swiper-button-prev1 {
	width: 25px;
	height: 51px;
	left: 3%;
	margin-top: -80px;
}
.c-page a{ display: none;}
.c-page a:first-child{ display: inline-block;}
.c-page a:last-child{ display: inline-block;}
#bottom {
	position: fixed;
	width:100%; max-width:640px; margin:0 auto;
	height: 45px;
	bottom: 0;
	/*border-top: #fff solid 2px;*/
	background: #015BAA;
	z-index:999;
}
#bottom ul {
	height: 45px;
	line-height: 45px
}
#bottom ul li {
	width: 50%;
	float: left;
	color: #FFF
	
}
#bottom ul li dl {
	width: auto;
	margin: 0 auto;
	border-right:1px solid #014886;
	 box-shadow:1px 0px 0 #1f67b1;
	text-align: center;
	height: 45px;
}
#bottom ul li dt {
	width: auto;
	height: 25px;
	overflow: hidden;
}
#bottom ul li dd {
	width: auto;
	height: 20px;
	font-size: 0.8em;
	color: #fff;
	line-height: 45px;
}
.erji_cd{ display:none !important;}
}