body {
	font-family: "Microsoft YaHei", sans-serif;
	overflow-x: hidden;
	height: 100%;
}
a {
	text-decoration: none!important;
}
#t_top {
	line-height: 30px;
	background-color: #333333;
}
#t_top .tw {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFF;
}
.navbar-brand {
	float: none;
	line-height: 0;
}
.mobile-con {
	display: none;
}

.header .header-top .container {
	position: relative;
}
.header .header-top .logo {
	float: left;
}
.header .header-top .logo img {
}
.header .header-top .contact {
	margin-top: 44px;
	float: left;
	margin-left: 24%;
}
.header .header-top .contact p {
	font-size: 14px;
	padding: 4px 0 4px 33px;
}
.header .header-top .contact p:nth-child(1) {
	background: url("../images/icon_03.png") no-repeat left center;
}
.header .header-top .contact p:nth-child(2) {
	background: url("../images/icon_06.png") no-repeat left center;
	color: #249aa8;
	text-decoration: underline;
}
.header .header-top .rt {
	float: right;
}
.header .header-top .rt .link {
	margin-top: 40px;
	color: #249aa8;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/cnenbg.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 177px;
	line-height: 40px;
	text-align: center;
}
.header .header-top .rt .link a {
	display: inline-block;
	transition: 0.1s;
	padding: 0 8px;
	color: #249aa8;
}
.header .header-top .rt .link a.active {
	color: #000;
}
.header .header-top .rt .link a:hover {
	transform: translate(0, -2px);
}
.header .header-top .rt .search {
	margin-top: 17px;
}
.header .header-top .rt .search .txt {
	width: 210px;
	height: 30px;
	padding: 0 10px;
	border: none;
	box-shadow: 0 0 10px #e1e2e3;
}
.header .header-top .rt .search .submit {
	width: 20px;
	height: 30px;
	background: url("../images/search-btn_03.png") no-repeat center;
	border: none;
	float: right;
	margin-left: 8px;
}
.header .header-bot {
	height: 55px;
	background: #163d94;
	clear: both;
}
.header .header-bot .container {
	height: 55px;
}
.header .header-bot .pc-nav {
	clear: both;
}
.header .header-bot .pc-nav li {
	float: left;
	text-align: center;
	position: relative;
	color: #127a86;
	height: 55px;
	width: 167px;
	margin-top: -10px;/*
        :after{position: absolute; width: 0;height: 3px;left:50%;top:34px;content: '';transform: translateX(-50%) translateY(0%) ;background-color:#33c4bd;transition:width .3s; }
        */

  /*  &:hover{:after{width: 100%;}}*/

}
.header .header-bot .pc-nav li:hover a {
	background: #127a86;
	border-bottom: 2px solid #ffc764;
}
.header .header-bot .pc-nav li >a {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	width: 97%;
	border-bottom: 2px solid #249aa8;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.header .header-bot .pc-nav li .ul1 li a {
	text-transform: unset;
	font-size: 12px;
}
.header .header-bot .pc-nav .active a {
	background: #127a86;
	border-bottom: 2px solid #ffc764;
}
@media (max-width: 1450px) {
.header .header-top .logo {
	margin-left: 0px;
}
}
@media (max-width: 1200px) {
.header .header-top .contact {
	margin-left: 10%;
}
.header .header-bot .pc-nav li {
	width: 127px;
}
}
@media (max-width: 992px) {
.header .header-top .contact {
	display: none;
}
.header .header-bot .pc-nav li {
	width: 100px;
}
}
.header .mobile-con .navbar-header .navbar-brand {
	float: none;
	line-height: 0;
	padding: 0;
}
.header .mobile-con .navbar-brand > img {
	width: 45%;
	margin: 3% 0 1% 3%;
}
.header .mobile-con .nivo-directionNav {
	display: none;
}
.header .mobile-con .box .nivo-controlNav {
	margin-left: -16px;
	bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
	width: 6px;
	height: 6px;
	margin: 0 3px;
}
.header .mobile-con .navbar-toggle {
	margin-top: 11px;
}
.header .mobile-con .language {
	display: inline-block;
	position: relative;
	margin: 24px 12px 0 0;
	float: right;
	color: #666;
}
.header .mobile-con .language a {
	font-size: 14px;
	padding: 0px 6px;
	color: #666;
}
.header .mobile-con .language a:hover {
	color: #249aa8;
}
.header .mobile-con .language .active {
	color: #249aa8;
}
/*mobile-header*/
@media (max-width: 768px) {
.pc-con {
	display: none!important;
}
.mobile-con {
	display: block!important;
}
}
/*main*/
.main {
	clear: both;
	background-color: #F9F9F9;
}
.main .glyphicon-chevron-left:before {
	content: "";
}
.main .glyphicon-chevron-right:before {
	content: "";
}
.main .glyphicon-chevron-left {
	width: 62px;
	height: 63px;
	background: url("../images/prev_03.png") no-repeat center;
}
.main .glyphicon-chevron-right {
	width: 62px;
	height: 63px;
	background: url("../images/next_03.png") no-repeat center;
}
.main .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 4px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
}
.main .carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background-color: #249aa8;
	border-color: #249aa8;
}
@media (max-width: 768px) {
.main {
	margin-top: 55px;
}
.main .glyphicon-chevron-left {
	display: none;
}
.main .glyphicon-chevron-right {
	display: none;
}
}
.main .ad-box .top-banner {
	width: 100%;
	position: relative;
}
.main .ad-box img {
	width: 100%;
}
.main .ad-box .swiper-pagination {
	position: absolute;
	bottom: 10px;
	z-index: 99;
}
.main .ad-box .swiper-pagination-bullet {
	background: #235db0;
}
.main .main-top {
	background: url("../images/main-top.jpg") repeat-y center top;
}
.main .main-top .lf {
	padding-top: 86px;
	padding-left: 4%;
}
.main .main-top .lf .txt h6 {
	font-size: 20px;
	color: #249aa8;
	text-transform: uppercase;
}
.main .main-top .lf .txt span {
	display: block;
	font-size: 14px;
	color: #249aa8;
	margin: 10px 0;
}
.main .main-top .lf .txt p {
	font-size: 14px;
	color: #555;
	line-height: 26px;
}
.main .main-top .lf .txt a {
	display: inline-block;
	font-size: 14px;
	color: #249aa8;
	padding-right: 32px;
	background: url("../images/arrow_03.png") no-repeat right center;
}
.main .main-top .rt {
	padding-top: 60px;
}
.main .main-top .rt li {
	text-align: center;
	float: left;
	margin: 0 2.5% 0 2.5%;
	transition: 0.1s;
}
.main .main-top .rt li:last-child {
	margin-right: 0;
}
.main .main-top .rt li a {
	display: block;
}
.main .main-top .rt li:hover {
	margin-top: -8px;
}
.main .main-top .rt li p {
	font-size: 12px;
	color: #000;
	margin-top: 16px;
}
.main .main-top .img-box {
	width: 93.33333333%;
	padding: 2.232%;
	text-align: center;
	margin: 0px auto 30px;
}
.main .main-top .img-box .list {
	padding: 0 10px;
}
.main .main-top .img-box .list:hover .txt {
	background: #249aa8;
}
.main .main-top .img-box img {
	width: 100%;
}
.main .main-top .img-box .txt {
	transition: 0.3s;
	height: 98px;
	background: #999;
}
.main .main-top .img-box .txt p {
	word-break: break-all;
	margin: 0 auto;
	padding-top: 20px;
	line-height: 26px;
	color: #fff;
	width: 80%;
	font-size: 16px;
	text-transform: uppercase;
}
@media (max-width: 1200px) {
.main .main-top {
	background: url("../images/main-top.jpg") repeat-y center top;
}
.main .main-top .rt li {
	margin: 0 2%;
}
}
@media (max-width: 992px) {
.main .main-top {
	background: url("../images/main-top.jpg") repeat-y center top;
}
.main .main-top .lf {
	padding-top: 46px;
}
.main .main-top .rt {
	padding-top: 34px;
	text-align: center;
}
.main .main-top .rt li {
	float: none;
	display: inline-block;
}
.main .main-top .img-box {
	margin: 10px auto;
}
}
@media (max-width: 768px) {
.main .main-top {
	background: url("../images/main-top.jpg") repeat-y center top;
}
.main .main-top .rt {
	padding-top: 34px;
	text-align: center;
}
.main .main-top .rt ul {
	padding: 0;
}
.main .main-top .rt li {
	margin: 0 1%;
	float: none;
	display: inline-block;
	width: 30%;
}
.main .main-top .rt li img {
	width: 100%;
}
.main .main-top .rt li p {
	font-size: 14px;
}
.main .main-top .img-box {
	width: 93.33333333%;
	padding: 2.232%;
	background: #f5f5f5;
	text-align: center;
	margin: 10px auto;
}
.main .main-top .img-box .list {
	padding: 0 10px;
	margin-top: 10px;
}
.main .main-top .img-box .list:hover .txt {
	background: #249aa8;
}
.main .main-top .img-box .txt {
	transition: 0.3s;
	height: 80px;
	background: #999;
}
.main .main-top .img-box .txt p {
	word-break: break-all;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 26px;
	color: #fff;
	width: 80%;
	font-size: 14px;
	text-transform: uppercase;
}
}
.main .main-con {
	background: url("../images/main-con-bg_02.jpg") repeat-y center top;
}
.main .main-con .product .pro-top {
	height: 85px;
	background: #249aa8;
	line-height: 85px;
}
.main .main-con .product .pro-top .link {
	margin-left: 315px;
}
.main .main-con .product .pro-top .link a {
	font-size: 12px;
	color: #fff;
	padding: 4px 0 4px 50px;
	display: inline-block;
	margin-right: 50px;
}
.main .main-con .product .pro-top .link a:nth-child(1) {
	background: url("../images/icon2_03.png") no-repeat left center;
}
.main .main-con .product .pro-top .link a:nth-child(2) {
	background: url("../images/icon2_05.png") no-repeat left center;
}
.main .main-con .product .pro-con .lf {
	text-align: center;
}
.main .main-con .product .pro-con .lf .tit img {
	max-width: 100%;
}
.main .main-con .product .pro-con .lf .link li {
	border: 1px solid #eee;
	width: 217px;
	height: 44px;
	line-height: 44px;
	text-align: left;
	margin: 15px auto 0;
}
.main .main-con .product .pro-con .lf .link li:hover {
	border-color: #249aa8;
	background: #249aa8;
}
.main .main-con .product .pro-con .lf .link li:hover a {
	color: #ffffff;
}
.main .main-con .product .pro-con .lf .link li a {
	display: block;
	color: #000;
	padding-left: 55px;
	font-size: 13px;
}
.main .main-con .product .pro-con .lf .link .active {
	border-color: #249aa8;
	background: #249aa8;
}
.main .main-con .product .pro-con .lf .link .active a {
	color: #ffffff;
}
.main .main-con .product .pro-con .lf .link li:nth-child(1) a {
	background: url("../images/icon1_3_03.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(2) a {
	background: url("../images/icon3_05.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(3) a {
	background: url("../images/icon3_07.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(4) a {
	background: url("../images/icon3_09.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(1):hover a {
	background: url("../images/icon3_03.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(2):hover a {
	background: url("../images/icon4_05.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(3):hover a {
	background: url("../images/icon4_07.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .link li:nth-child(4):hover a {
	background: url("../images/icon4_09.png") no-repeat 12px center;
}
.main .main-con .product .pro-con .lf .baby {
	text-align: center;
	margin-top: 38px;
}
.main .main-con .product .pro-con .lf .baby img {
	max-width: 100%;
}
.main .main-con .product .pro-con .rt .rt-tit {
	height: 80px;
	line-height: 80px;
}
.main .main-con .product .pro-con .rt .rt-tit h6 {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #249aa8;
	font-weight: 600;
	padding-left: 44px;
	background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.main .main-con .product .pro-con .rt .rt-tit h6 span {
	color: #585858;
}
.main .main-con .product .pro-con .rt .rt-tit a {
	font-size: 14px;
	color: #249aa8;
	display: inline-block;
	padding-right: 15px;
	float: right;
	background: url("../images/pro-lit_06.jpg") no-repeat right center;
}
.main .main-con .product .pro-con .rt .rt-con .list {
	text-align: center;
}
.main .main-con .product .pro-con .rt .rt-con .list img {
	border-radius: 4px;
	width: 100%;
	border: 1px solid #ebebeb;
}
.main .main-con .product .pro-con .rt .rt-con .list p {
	font-size: 16px;
	color: #868686;
	margin: 14px 0;
}
.main .main-con .product .pro-con .rt .rt-con .list span {
	display: inline-block;
	margin-bottom: 14px;
}
@media (max-width: 992px) {
.main .main-con .product .pro-top .link {
	margin-left: 10px;
}
}
@media (max-width: 768px) {
.main .main-con .product .pro-top {
	height: 65px;
	background: #249aa8;
	line-height: 65px;
}
.main .main-con .product .pro-top .link {
	margin-left: 0px;
}
.main .main-con .product .pro-top .link a {
	font-size: 13px;
	color: #fff;
	padding: 4px 0 4px 32px;
	display: inline-block;
	margin-right: 0px;
}
.main .main-con .product .pro-con .rt .rt-tit {
	height: auto;
	line-height: 40px;
}
.main .main-con .product .pro-con .rt .rt-tit h6 {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #249aa8;
	font-weight: 600;
}
.main .main-con .product .pro-con .rt .rt-tit a {
	font-size: 14px;
	color: #249aa8;
	display: inline-block;
	padding-right: 15px;
	float: none;
}
.main .main-con .product .pro-con .rt .rt-con .list p {
	font-size: 13px;
	color: #868686;
	margin: 10px 0;
	height: 30px;
}
.main .main-con .product .pro-con .rt .rt-con .list span {
	display: none;
}
}
.main .main-con .tab-box .slideTxtBox .hd {
	height: 70px;
	line-height: 70px;
	background: #249aa8;
}
.main .main-con .tab-box .slideTxtBox .hd ul li {
	float: left;
	width: 315px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	background: url("../images/tab-lit_03.png") no-repeat 45px center;
	padding-left: 80px;
}
.main .main-con .tab-box .slideTxtBox .hd a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	float: right;
	padding-right: 17px;
	margin-right: 70px;
	background: url("../images/pro-lit_06.jpg") no-repeat right center;
}
.main .main-con .tab-box .slideTxtBox .hd ul li.on {
	background: #107986 url("../images/tab-lit_03.png") no-repeat 45px center;
}
.main .main-con .tab-box .slideTxtBox .bd li .team-show {
	position: relative;
	width: 92%;
	margin: 0 auto;
}
.main .main-con .tab-box .slideTxtBox .bd li .show-container {
	background: #fff;
	padding: 60px 0 40px;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide {
	text-align: center;
	padding-bottom: 16px;
	background: url("../images/tab-list_03.jpg") no-repeat center bottom;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide:hover span {
	color: #fff;
	background: #249aa8 url("../images/arrow3_03.png") no-repeat 22px center;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide .box {
	border: 1px solid #e1e1e1;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide .index_honor img {
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide img {
	border-radius: 54px;
	margin-top: -27px;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide p {
	font-size: 16px;
	color: #333;
	margin: 20px 0;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide span {
	color: #505050;
	display: inline-block;
	width: 168px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e1e1e1;
	text-align: left;
	padding-left: 50px;
	font-size: 13px;
	background: url("../images/arrow2_03.png") no-repeat 22px center;
	margin-bottom: 22px;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-button-prev2 {
	background-image: url("../images/btn_03.jpg");
	width: 42px;
	height: 70px;
	position: absolute;
	top: 100px;
	left: -50px;
	z-index: 99;
	cursor: pointer;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-button-next2 {
	background-image: url("../images/btn_05.jpg");
	width: 42px;
	height: 70px;
	position: absolute;
	top: 100px;
	right: -50px;
	z-index: 99;
	cursor: pointer;
}
.main .main-con .tab-box .slideTxtBox .bd li .team-show2 {
	margin: 14px 0;
}
.main .main-con .tab-box .slideTxtBox .bd li .show-container2 {
	overflow: hidden;
	background: #fff;
	padding: 14px 0;
}
@media (max-width: 768px) {
.main .main-con .tab-box .slideTxtBox .bd li {
	padding: 0;
}
}
@media (max-width: 992px) {
.main .main-con .tab-box .slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	background: #249aa8;
}
.main .main-con .tab-box .slideTxtBox .hd ul li {
	float: left;
	width: 215px;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	background: none;
	padding-left: 40px;
}
.main .main-con .tab-box .slideTxtBox .hd ul li.on {
	background: #107986;
}
}
@media (max-width: 768px) {
.main .main-con .tab-box .slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	background: #249aa8;
}
.main .main-con .tab-box .slideTxtBox .hd ul li {
	width: 50%;
	font-size: 12px;
	padding-left: 8px;
}
.main .main-con .tab-box .slideTxtBox .hd a {
	display: none;
}
.main .main-con .tab-box .slideTxtBox .hd ul li.on {
	background: #107986;
}
.main .main-con .tab-box .slideTxtBox .bd li .team-show2 {
	margin: 14px 0;
}
.main .main-con .tab-box .slideTxtBox .bd li .show-container2 {
	overflow: hidden;
	background: #fff;
	padding: 34px 0 20px;
}
.main .main-con .tab-box .slideTxtBox .bd li .swiper-slide span {
	color: #505050;
	display: block;
	width: 80%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto 22px;
}
}
.main .main-con .main-bot .box {
	border-top: 1px solid #eee;
}
.main .main-con .main-bot .box .lf .news-tit {
	height: 70px;
	line-height: 70px;
}
.main .main-con .main-bot .box .lf .news-tit h6 {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #249aa8;
	font-weight: 600;
	padding-left: 44px;
	background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.main .main-con .main-bot .box .lf .news-tit h6 span {
	color: #585858;
}
.main .main-con .main-bot .box .lf .news-tit a {
	font-size: 14px;
	color: #249aa8;
	display: inline-block;
	padding-right: 15px;
	float: right;
	background: url("../images/pro-lit_06.jpg") no-repeat right center;
}
.main .main-con .main-bot .box .lf .news-con li {
	margin-bottom: 14px;
}
.main .main-con .main-bot .box .lf .news-con li:hover .txt p {
	color: #249aa8;
}
.main .main-con .main-bot .box .lf .news-con .img {
	width: 28.5%;
	float: left;
}
.main .main-con .main-bot .box .lf .news-con .img img {
	width: 100%;
}
.main .main-con .main-bot .box .lf .news-con .txt {
	width: 65%;
	float: left;
	margin-left: 4%;
}
.main .main-con .main-bot .box .lf .news-con .txt h6 {
	text-decoration: underline;
	font-size: 14px;
	color: #249aa8;
	padding-left: 24px;
	background: url("../images/news-lit_03.jpg") no-repeat left center;
}
.main .main-con .main-bot .box .lf .news-con .txt p {
	font-size: 12px;
	color: #737373;
	line-height: 26px;
}
.main .main-con .main-bot .box .lf .news-con .txt p span {
	color: #249aa8;
}
.main .main-con .main-bot .box .rt .feedback-tit {
	height: 70px;
	line-height: 70px;
}
.main .main-con .main-bot .box .rt .feedback-tit h6 {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #249aa8;
	font-weight: 600;
	padding-left: 44px;
	background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.main .main-con .main-bot .box .rt .feedback-tit h6 span {
	color: #585858;
}
.main .main-con .main-bot .box .rt .feedback-con p {
	font-size: 12px;
	color: #737373;
	line-height: 27px;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box {
	padding: 10px;
	background: #249aa8;
	border-radius: 8px;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box .one li:nth-child(1) {
	float: left;
	width: 48%;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box .one li:nth-child(2) {
	float: right;
	width: 48%;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box .txt {
	border-radius: 3px;
	padding: 0 8px;
	width: 100%;
	font-size: 14px;
	color: #666;
	background: #fff;
	border: 1px solid #aab8c0;
	height: 35px;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box textarea {
	height: 102px;
	border-radius: 3px;
	padding: 8px;
	width: 100%;
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	background: #fff;
	border: 1px solid #aab8c0;
}
.main .main-con .main-bot .box .rt .feedback-con .form-box .submit {
	width: 119px;
	height: 37px;
	border: none;
	background: url("../images/submit_09.jpg") no-repeat center;
	border-radius: 4px;
}
.main .main-con .main-bot .box .rt .feedback-con .link {
	margin: 32px 0;
}
.main .main-con .main-bot .box .rt .feedback-con .link p {
	font-size: 16px;
	color: #000;
}
.main .main-con .main-bot .box .rt .feedback-con .link p a {
	display: inline-block;
	margin: 0 6px;
}
.main .main-con .main-bot .box .rt .feedback-con .link p a:hover {
	transform: translate(0, -3px);
}
@media (max-width: 992px) {
.main .main-con .main-bot .box {
	border-top: 1px solid #eee;
}
.main .main-con .main-bot .box .lf .news-tit {
	height: 50px;
	line-height: 50px;
}
.main .main-con .main-bot .box .lf .news-tit h6 {
	font-size: 15px;
	padding-left: 4px;
	background: none;
}
.main .main-con .main-bot .box .lf .rt .feedback-tit {
	height: 50px;
	line-height: 50px;
}
.main .main-con .main-bot .box .lf .rt .feedback-tit h6 {
	font-size: 15px;
	padding-left: 4px;
	background: none;
}
}
@media (max-width: 768px) {
.main .main-con .main-bot .box {
	border-top: 1px solid #eee;
}
.main .main-con .main-bot .box .lf .news-tit {
	height: auto;
	line-height: 50px;
}
.main .main-con .main-bot .box .lf .news-tit h6 {
	display: block;
	font-size: 16px;
}
.main .main-con .main-bot .box .lf .news-tit a {
	display: inline-block;
	padding-right: 15px;
	float: none;
}
.main .main-con .main-bot .box .lf .news-con .img {
	width: 100%;
}
.main .main-con .main-bot .box .lf .news-con .txt {
	width: 100%;
	margin-left: 0%;
}
.main .main-con .main-bot .box .rt .feedback-tit {
	height: 50px;
	line-height: 50px;
}
.main .main-con .main-bot .box .rt .feedback-tit h6 {
	font-size: 16px;
}
}
.footer-link {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.footer-link p {
	font-size: 16px;
	color: #000;
}
.footer-link a {
	padding: 0 4px;
	color: #000;
	font-size: 12px;
}
.footer-link a:hover {
	color: #249aa8;
}
.footer {
	padding-bottom: 40px;
}
.footer .footer-logo {
	width: 23.8%;
	margin-left: 3%;
	float: left;
}
.footer .footer-logo img {
	margin-top: 70px;
	max-width: 100%;
}
.footer .footer-logo p {
	margin-top: 20px;
	font-size: 19px;
	color: #249aa8;
}
.footer .list {
	width: 13.2%;
	float: left;
	margin-left: 3%;
}
.footer .list h6 {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	padding-top: 36px;
}
.footer .list a {
	line-height: 24px;
	display: block;
	font-size: 14px;
	color: #a3a3a3;
}
.footer .list a:hover {
	color: #249aa8;
}
.footer .footer-contact {
	width: 21%;
	float: left;
	margin-left: 1%;
	margin-top: 20px;
}
.footer .footer-contact li {
	padding: 8px 16px 8px 32px;
	background: #249aa8;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-top: 13px;
}
.footer .footer-contact li:nth-child(1) {
	background: #249aa8 url("../images/icon6_03.png") no-repeat 7px 10px;
}
.footer .footer-contact li:nth-child(2) {
	background: #249aa8 url("../images/icon6_05.png") no-repeat 7px 6px;
}
.footer .footer-contact li:nth-child(3) {
	background: #249aa8 url("../images/icon6_07.png") no-repeat 7px 6px;
}
@media (max-width: 768px) {
.footer-con2 {
	display: block!important;
	text-align: center;
}
.footer-con2 .footer-logo2 {
	text-align: center;
}
.footer-con2 .footer-logo2 img {
	width: 60%;
	margin: 20px 0;
}
.footer-con2 .footer-logo2 p {
	font-size: 13px;
	color: #249aa8;
}
.footer-con2 h5 {
	background: #249aa8 url("../images/lit_07.png") no-repeat right center;
	background-position: right 26px top 28px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 500;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #aaa;
	padding: 18px 26px 18px 24px;
}
.footer-con2 .list-con {
	display: none;
}
.footer-con2 .list-con a {
	color: #333;
	margin: 0;
	background: #edf2f8;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	padding: 12px 26px 12px 24px;
}
.footer-con2 .list-con a:hover {
	color: #249aa8;
}
.footer-con2 .list-con li {
	color: #333;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	padding: 12px 26px 12px 24px;
	background: #edf2f8;
}
.footer-con2 .copyright {
	text-align: center;
	background: #222;
}
.footer-con2 .copyright p {
	padding: 10px 14px;
	font-size: 13px;
	color: #ccc;
	margin: 0;
}
.footer-con2 .copyright p a {
	color: #cccccc;
}
}



	
	
	
.footer-bot {
	text-align: center;
	background-color: #FFFFFF;
	line-height: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}
.footer-bot p {
	color: #999;
	font-size: 14px;
	margin-bottom: 0;
}
.footer-bot a {
	color: #999;
}
.footer-bot .lf {

}
.footer-bot .rt {
	float: right;
	margin-right: 48px;
}

.footer-bot .end_nav{

	}
.footer-bot .end_nav a{
	font-weight: bold;
	color: #000;
	text-decoration: none;	
	}
	
	
@media (max-width: 992px) {
.footer-bot {

	line-height: 46px;
}
.footer-bot p {
	color: #666;
	font-size: 12px;
	margin-bottom: 0;
}
.footer-bot .lf {
	float: left;
	margin-left: 10px;
}
.footer-bot .rt {
	float: right;
	margin-right: 10px;
}
}
@media (max-width: 768px) {
.footer-bot {
	background: #107986;
	line-height: 24px;
	text-align: center;
	padding: 8px 0;
}
.footer-bot p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	display: block;
}
.footer-bot .lf {
	float: none;
	margin-left: 0px;
}
.footer-bot .rt {
	float: none;
	margin-right: 0px;
}
}


/*ins-style*/
.ins-ad img {
	width: 100%;
}
.ins-nav {
	height: 82px;
	line-height: 82px;
	background: #249aa8;
}
.ins-nav p {
	float: right;
	font-size: 14px;
	color: #fff;
	background: url("../images/house_03.png") no-repeat left center;
	padding-left: 32px;
}
.ins-nav p a {
	color: #fff;
}
@media (max-width: 768px) {
.ins-nav {
	height: auto;
	line-height: 50px;
}
.ins-nav p {
	float: left;
	margin-bottom: 0;
}
}

.ins-main .ins-product .pro-con .lf {

}
.ins-main .ins-product .pro-con .lf .tit {
	color: #FFFFFF;
	height: 120px;
	text-transform: uppercase;
	margin-top: -95px;
	background-color: #334A9B;
	background-image: url(../images/left_tit_ico.png);
	background-position: 25px center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.ins-main .ins-product .pro-con .lf .tit h5 {
	font-size: 23px;
	font-weight: 200;
	padding-top: 35px;

	text-indent: 90px;
	margin: 0px;
}

.ins-main .ins-product .pro-con .lf .tit p {
	font-size: 16px;
	padding-top: 0px;
	text-indent: 90px;
	margin: 0px;
	font-family: 宋体;
}


.ins-main .ins-product .pro-con .lf .link li {
	height: 44px;
	line-height: 44px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	background-image: url(../images/left_tit_ico_x2.png);
	background-repeat: no-repeat;
	background-position: 240px;
}
.ins-main .ins-product .pro-con .lf .link li:hover {
	border-color: #333333;
	background-color: #333333;
		background-image: url(../images/left_tit_ico_x1.png);
			background-repeat: no-repeat;
	background-position: 240px;
}
.ins-main .ins-product .pro-con .lf .link li:hover a {
	color: #ffffff;
}
.ins-main .ins-product .pro-con .lf .link li a {
	display: block;
	color: #000;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
}

.ins-main .ins-product .pro-con .lf .link .active a {
	color: #ffffff;
}



.ins-main .ins-product .pro-con .lf .link li .ul2 {
	display: none;
	background: #127a86;
}
.ins-main .ins-product .pro-con .lf .link li .ul2 li {
	border: none;
	line-height: 30px;
	margin-top: 5px;
}
.ins-main .ins-product .pro-con .lf .link li .ul2 li a {
	background: none;
	color: #fff;
}
.ins-main .ins-product .pro-con .lf .link li:hover .ul2 li a {
	background: none;
}

.ins-main .ins-product .pro-con .lf .link .active {
	border-color: #333333;
	background: #333333;
		background-image: url(../images/left_tit_ico_x1.png);
			background-repeat: no-repeat;
	background-position: 240px;
}

.ins-main .ins-product .pro-con .lf .link .active a {
	color: #ffffff;
}
.ins-main .ins-product .pro-con .lf .baby {
	text-align: center;
	margin-top: 38px;
}
.ins-main .ins-product .pro-con .lf .baby img {
	max-width: 100%;
}
.ins-main .ins-product .pro-con .rt .rt-tit {
	height: 80px;
	line-height: 80px;
}
.ins-main .ins-product .pro-con .rt .rt-tit h6 {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	color: #249aa8;
	font-weight: 600;
	padding-left: 44px;
	background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-product .pro-con .rt .rt-tit h6 span {
	color: #585858;
}
.ins-main .ins-product .pro-con .rt .rt-tit a {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	padding-right: 15px;
	background: url("../images/pro-lit_06.jpg") no-repeat right center;
}
.ins-main .ins-product .pro-con .rt .rt-con .list {
	text-align: center;
}
.ins-main .ins-product .pro-con .rt .rt-con .list img {
	border-radius: 4px;
	width: 100%;
	border: 1px solid #ebebeb;
}
.ins-main .ins-product .pro-con .rt .rt-con .list p {
	font-size: 16px;
	color: #868686;
	margin: 14px 0;
}
.ins-main .ins-product .pro-con .rt .rt-con .list span {
	display: inline-block;
	margin-bottom: 14px;
}
.ins-main .ins-product .pro-con .rt .rt-con2 .txt p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
}
.ins-main .ins-product .pro-con .rt .rt-con2 .map {
	margin: 50px 0;
}
.ins-main .ins-product .pro-con .rt .rt-con2 .map img {
	max-width: 100%;
}
.ins-main .ins-product .pro-con .rt .rt-con3 li{
	margin-bottom: 40px;
	padding: 10px;

}
.ins-main .ins-product .pro-con .rt .rt-con3 li:hover{
	background-color: #f9f9f9;
	color: #659BD1;
}
.news-date {
	width: 300px;
	height:190px;


	float: left !important;
}
.news-date:hover{
	
	color: #FFF;
	}
.news-date span {
	font-size: 45px;
}

.ins-main .ins-product .pro-con .rt .rt-con3 .img-box {
	width: 26%;
	float: left;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .img-box img {
	width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .txt {
	width: 60%;
	float: right;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .txt h6 {
	font-size: 30px;
	color: #333;
	font-weight: 600;

}
.ins-main .ins-product .pro-con .rt .rt-con3 .txt h6:hover{
	color: #659BD1;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .txt p {
	font-size: 16px;
	color: #666;
	line-height: 25px;
		padding-top: 20px;

}
.ins-main .ins-product .pro-con .rt .rt-con3 .txt span {
	display: block;
	font-size: 14px;
	color: #666666;
			padding-top: 40px;
}
@media (max-width: 768px) {
.ins-main .ins-product .pro-con .lf .tit {
	margin-top: 10px;
}
.ins-main .ins-product .pro-con .rt .rt-tit {
	height: auto;
	line-height: 40px;
}
.ins-main .ins-product .pro-con .rt .rt-tit h6 {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #249aa8;
	font-weight: 600;
}
.ins-main .ins-product .pro-con .rt .rt-tit a {
	font-size: 14px;
	color: #249aa8;
	display: inline-block;
	padding-right: 15px;
	float: none;
}
.ins-main .ins-product .pro-con .rt .rt-con .list p {
	font-size: 13px;
	color: #868686;
	margin: 10px 0;
	height: 30px;
}
.ins-main .ins-product .pro-con .rt .rt-con .list span {
	display: none;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .img-box {
	width: 100%;
}
.ins-main .ins-product .pro-con .rt .rt-con3 .txt {
	width: 100%;
}
}
.ins-main .ins-introduction .pro-con .lf {

}
.ins-main .ins-introduction .pro-con .lf .tit {
	color: #FFFFFF;
	height: 120px;
	text-transform: uppercase;
	margin-top: -95px;
	background-color: #334A9B;
	background-image: url(../images/left_tit_ico.png);
	background-position: 25px center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.ins-main .ins-introduction .pro-con .lf .tit h5 {
	font-size: 23px;
	font-weight: 200;
	padding-top: 35px;

	text-indent: 90px;
	margin: 0px;
}

.ins-main .ins-introduction .pro-con .lf .tit p {
	font-size: 16px;
	padding-top: 0px;
	text-indent: 90px;
	margin: 0px;
	font-family: 宋体;
}


.ins-main .ins-introduction .pro-con .lf .link li {
	height: 44px;
	line-height: 44px;
	background-color: #FFFFFF;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	background-image: url(../images/left_tit_ico_x2.png);
	background-repeat: no-repeat;
	background-position: 240px;

}
.ins-main .ins-introduction .pro-con .lf .link li:hover {
	border-color: #333333;
	background-color: #333333;
		background-image: url(../images/left_tit_ico_x1.png);
			background-repeat: no-repeat;
	background-position: 240px;
}
.ins-main .ins-introduction .pro-con .lf .link li:hover a {
	color: #ffffff;
}
.ins-main .ins-introduction .pro-con .lf .link li a {
	display: block;
	color: #000;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
}
.ins-main .ins-introduction .pro-con .lf .link .active {
	border-color: #333333;
	background: #333333;
		background-image: url(../images/left_tit_ico_x1.png);
			background-repeat: no-repeat;
	background-position: 240px;
}
.ins-main .ins-introduction .pro-con .lf .link .active a {
	color: #ffffff;
}
.ins-main .ins-introduction .pro-con .lf .baby {
	text-align: center;
	margin-top: 38px;
}
.ins-main .ins-introduction .pro-con .lf .baby img {
	max-width: 100%;
}
.ins-main .ins-introduction .pro-con .rt .rt-tit {
	height: 80px;
	line-height: 80px;
}
.ins-main .ins-introduction .pro-con .rt .rt-tit h6 {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	color: #249aa8;
	font-weight: 600;
	padding-left: 44px;
	background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-introduction .pro-con .rt .rt-tit h6 span {
	color: #585858;
}
.ins-main .ins-introduction .pro-con .rt .rt-tit a {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	padding-right: 15px;
	background: url("../images/pro-lit_06.jpg") no-repeat right center;
}
.ins-main .ins-introduction .pro-con .rt .rt-con .img-box {
	margin: 0px 0 20px;
}
.ins-main .ins-introduction .pro-con .rt .rt-con .img-box img {
	width: 100%;
}
.ins-main .ins-introduction .pro-con .rt .rt-con .txt p {
	font-size: 14px;
	color: #525252;
	line-height: 24px;
}
.ins-main .ins-news-detail {
	padding: 0 0 22px 0;
}
.ins-main .ins-news-detail .ins-news-detail-tit {
	text-align: center;
}
.ins-main .ins-news-detail .ins-news-detail-tit h6 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding: 24px 0;
	border-bottom: 1px dashed #ccc;
}
.ins-main .ins-news-detail .ins-news-detail-tit p {
	color: #999;
	font-size: 12px;
	margin: 14px 0;
}
.ins-main .ins-news-detail .ins-news-detail-con p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 30px 0;
}
.ins-main .ins-news-detail .detail-link p {
	color: #666;
}
.ins-main .ins-news-detail .detail-link a {
	color: #333;
	margin-left: 14px;
}
.ins-main .ins-news-detail .detail-link a:hover {
	color: #249aa8;
}
.ins-main .pro-detail .lf {
	width: 47%;
	float: left;
}
.ins-main .pro-detail .lf img {
	width: 100%;
	border: 1px solid #eaeaea;
}
.ins-main .pro-detail .rt {
	width: 50%;
	padding-left: 3%;
	float: left;
	background: #02ABC5;
	color: #fff;
	min-height: 364px;
}
.ins-main .pro-detail .rt .txt h6 {
	font-size: 18px;
	color: #45213f;
	font-weight: 300;
}
.ins-main .pro-detail .rt .txt p {
	margin-top: 15px;
	font-size: 14px;
	color: #8d8d8d;
}
.ins-main .pro-detail .rt .txt p span {
	float: right;
}
.ins-main .pro-detail .rt .txt:nth-child(2) {
	margin-top: 30px;
}
@media (max-width: 768px) {
.ins-main .pro-detail {
	background: none;
	padding: 0;
}
.ins-main .pro-detail .lf {
	width: 96%;
	margin: 0 auto;
}
.ins-main .pro-detail .lf img {
	width: 100%;
	border: 1px solid #eaeaea;
}
.ins-main .pro-detail .rt {
	width: 96%;
	padding-left: 0;
	margin: 0 auto;
}
.ins-main .pro-detail .rt .txt h6 {
	font-size: 18px;
	color: #45213f;
	font-weight: 300;
}
.ins-main .pro-detail .rt .txt p {
	line-height: 28px;
	margin: 0;
	font-size: 14px;
	color: #8d8d8d;
}
.ins-main .pro-detail .rt .txt p span {
	display: block;
	float: none;
}
.ins-main .pro-detail .rt .txt:nth-child(2) {
	margin-top: 30px;
}
}
.ins-main .page-num {
	padding: 60px 0 50px;
	text-align: center;
}
.ins-main .page-num a {
	text-decoration: none;
	display: inline-block;
	color: #666;
	border: 1px solid #249aa8;
	padding: 0 15px;
	line-height: 30px;
	text-align: center;
	height: 30px;
	margin: 0 6px;
	font-size: 14px;
}
.ins-main .page-num a:hover {
	background: #249aa8;
	color: #fff;
}
.ins-main .page-num span {
	display: inline-block;
	background: #249aa8;
	border: 1px solid #249aa8;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 6px;
	color: #fff;
}
.logo_text {
	position: absolute;
	left: 50%;
	margin-left: -360px;
	top: 0px;
	color: #666;
}
 @media (max-width: 768px) {
.ins-main .page-num {
	padding: 20px 0 30px;
}
.video {
	display: none;
}
.logo_text {
	display: none;
}
}
.lead {
	width: 100%;
	clear: both;
	/*height: 78.6%;*/
	height: 900px;
	margin-bottom: 0;
}
.lead .box {
	width: 33.33333333333%;
	position: relative;
	height: 100%;
	float: left;
	transition: 0.5s ease-in-out;
}
.lead .box .txt {
	padding-top: 154px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	transition-delay: 1s;
	transition: 3s;
}
.lead .box .txt .tit {
	text-align: center;
}
.lead .box .txt .tit h4 {
	text-transform: uppercase;
	font-size: 25px;
	color: #fff;
	padding: 110px 0 30px;
	margin: 0;
}
.lead .box .txt .tit h4 b {
	font-weight: 500;
	color: #249aa8;
}
.lead .box .txt .tit span {
	height: 2px;
	width: 55px;
	background: #fff;
	display: block;
	margin: 0 auto;
}
.lead .box .txt .more {
	text-align: center;
	margin-top: 30px;
	color: #fff;
	opacity: 0;
	transition: 0.5s ease-in-out;
}
.lead .box .txt .more p {
	font-size: 16px;
	padding: 50px 0 20px;
	background: url("../images/lead-tit_03.png") no-repeat center top;
}
.lead .box .txt .more span {
	display: inline-block;
	transition: 0.3s;
	height: 32px;
	line-height: 32px;
	width: 132px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
}
.lead .box .txt .more span:hover {
	background-color: #249aa8;
	border-color: #249aa8;
}
.lead-active {
	width: 46.8%;
}
.lead-active2 {
	width: 26.6%;
}
.leader-normal {
	width: 33.33333333333333%;
}
.bg-color {
	background: rgba(0, 0, 0, 0);
}
.selected {
	background: rgba(0, 0, 0, 0);
}
.ins-enquiry-con {
	margin-bottom: 30px;
}
.ins-enquiry-con p {
	font-size: 16px;
	color: #676767;
	line-height: 24px;
	margin: 14px 0;
}
.ins-enquiry-con img {
	float: right;
	width: 582px;
	height: 257px;
}
.ins-enquiry-con .txt {
	margin: 6px 0;
	padding-left: 11px;
	width: 432px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ddd;
}
.ins-enquiry-con textarea {
	height: 154px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 11px;
}
.ins-enquiry-con .submit {
	width: 120px;
	height: 30px;
	color: #fff;
	background: #249aa8;
	font-size: 13px;
	font-weight: 600;
	border: none;
	margin-top: 16px;
}
.sub-nav .drop-down {
	z-index: 999;
	position: absolute;
	top: 53px;
	left: 0px;
	display: none;
	background: #127a86;
}
.sub-nav .ul1 {
	width: 162px;
	text-align: center;
}
.sub-nav .ul1 li {
	text-align: center;
	width: 162px !important;
}
.sub-nav .ul1 li a {
	padding: 4px 0;
	border-bottom: #ededed;
	font-size: 14px;
	width: 100%;
	height: 26px;
	line-height: 26px;
	display: block;
	color: #00a0e9;
}
.sub-nav .ul1 li a:hover {
	color: #fff;
	background: #00a0e9;
}
.page_about .col-md-6 p {
	text-align: center;
	margin: 20px 0;
}
.page_about img {
	max-width: 100%;
}
.page_product_info .col-md-2 {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	cursor: pointer;
}
.page_product_info .bd {
	clear: both;
	padding-top: 20px;
}
.page_product_info ul li.on {
	border-color: #249aa8;
	background: #249aa8;
	color: #fff;
}
.page_product_info_content {
	line-height: 23px;
}
.page_about {
	line-height: 25px;
}
.main .main-con .product .pro-con .lf .baby a {
	display: block;
}
.carousel-control {
	display: none;
}
.index_product .tit {
	position: absolute;
	top: -66px;
	left: 41px;
}
.index_product .link {
	margin-top: 111px;
}
.swiper-button-next10 {
	background-image: url(../images/btn_05.jpg);
	width: 42px;
	height: 70px;
	position: absolute;
	top: 250px;
	right: 15px;
	z-index: 99;
	cursor: pointer;
}
.swiper-button-prev10 {
	background-image: url(../images/btn_03.jpg);
	width: 42px;
	height: 70px;
	position: absolute;
	top: 250px;
	left: 15px;
	z-index: 99;
	cursor: pointer;
}
.index_honor_content {
	width: 60%;
	overflow: hidden;
	margin: 55px auto;
}
.index_honor_content .box {
	border-top: none !important;
}
.main-bot .rt {
	position: relative;
}
.index_honor_content .box img {
	max-width: 100%;
}
.index_video img {
	max-width: 100%;
	width: 70%;
	margin-left: 70px;
}
.header .header-bot .sub-nav .ul1 li:hover a {
	color: #54C4D2;
}
/*浮动客服开始-------------------------------------------------------------------------------------------------*/

.cndns-right p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.cndns-right i {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
.cndns-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.cndns-right ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.cndns-right a {
	color: #333333;
	text-decoration: none;
}
.cndns-right a:hover {
	color: #ff5a00;
	text-decoration: none;
}
.cndns-right .clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0;
}
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?qradjf');
	src: url('../fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),  url('../fonts/icomoon.ttf?qradjf') format('truetype'),  url('../fonts/icomoon.woff?qradjf') format('woff'),  url('../fonts/icomoon.svg?qradjf#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.demo-icon {
	font-family: "icomoon";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 24px;
	color: #999;
}
/*new right*/
.cndns-right {
	position: fixed;
	right: 1px;
	top: 50%;
	margin-top: -100px;
	z-index: 100
}
.cndns-right-meau {
	position: relative;
}
.cndns-right-btn {
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
	text-align: center;
	display: block;
	margin-bottom: 6px;
	position: relative;
	background-color: #fff
}
.cndns-right-btn span {
	color: #848484;
	font-size: 26px;
	line-height: 48px;
}
.cndns-right-btn sup {
	display: block;
	min-width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: #ff6800;
	position: absolute;
	left: -12px;
	top: -12px;
}
.cndns-right-btn p {
	color: #ff6800;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	display: none;
}
.cndns-right-meau:hover .cndns-right-btn span {
	display: none
}
.cndns-right-meau:hover .cndns-right-btn p {
	display: block;
}
.meau-car .cndns-right-btn {
	border-color: #ff6800;
	margin-bottom: 20px;
}
.meau-car.cndns-right-meau:hover .cndns-right-btn {
	background-color: #ff6800
}
.meau-car.cndns-right-meau:hover .cndns-right-btn span {
	color: #fff;
	display: block;
}
.meau-car .cndns-right-btn span {
	color: #ff6800;
}
.meau-sev .cndns-right-btn {
	border-color: #ff6800;
	background: url(../images/zxkf.gif) no-repeat #ff6800 center;
}
.meau-sev .cndns-right-btn p {
	color: #fff
}
.meau-sev .cndns-right-btn span {
	color: #fff
}
.meau-top .cndns-right-btn span {
	font-size: 12px;
	line-height: 12px;
	padding-top: 10px;
	display: block
}
.meau-top .cndns-right-btn i {
	display: block;
	color: #999
}
.meau-top.cndns-right-meau:hover .cndns-right-btn {
	background-color: #ff6800
}
.meau-top.cndns-right-meau:hover .cndns-right-btn span {
	display: block;
	color: #fff
}
.meau-top.cndns-right-meau:hover .cndns-right-btn i {
	color: #fff;
}
.cndns-right-box {
	position: absolute;
	top: -15px;
	right: 48px;
	padding-right: 25px;
	display: none;
}
.cndns-right-box .box-border {
	border: 1px solid #ccc;
	border-top: 4px solid #ff6800;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	box-shadow: 0 3px 8px rgba(0,0,0,.15);
	position: relative
}
.cndns-right-box .box-border .arrow-right {
	display: block;
	width: 13px;
	height: 16px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	right: -13px;
	top: 26px;
}
.cndns-right-box .box-border .sev-t span {
	font-size: 42px;
	float: left;
	display: block;
	line-height: 56px;
	margin-right: 20px;
	color: #d3d3d3
}
.cndns-right-box .box-border .sev-t p {
	float: left;
	color: #ff6800;
	font-size: 24px;
	line-height: 28px;
}
.cndns-right-box .box-border .sev-t p i {
	display: block;
	font-size: 14px;
	color: #aaa;
}
.cndns-right-box .box-border .sev-b {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e4e4e4
}
.cndns-right-box .box-border .sev-b h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
}
.cndns-right-box .box-border .sev-b li {
	float: left;
	width: 100%
}
/*.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../images/qq.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}*/
.meau-sev .cndns-right-box .box-border {
	width: 230px;
}
.meau-contact .cndns-right-box .box-border {
	width: 230px;
}
.cndns-right-meau:hover .cndns-right-box {
	display: block
}
.meau-code .cndns-right-box {
	top: inherit;
	bottom: -35px;
}
.meau-code .cndns-right-box .box-border {
	text-align: center;
	border-top: 1px solid #ccc;
}
.meau-code .cndns-right-box .box-border i {
	display: block;
	color: #f66e06;
	font-size: 16px;
	line-height: 16px;
}
.meau-code .cndns-right-box .box-border .arrow-right {
	top: inherit;
	bottom: 50px;
}
.meau-sev .cndns-right-btn .demo-icon {
	display: none;
}
.meau-sev:hover .cndns-right-btn {
	background: #ff6800
}
.meau-zs .cndns-right-btn {
	background-color: #ff6800;
	color: #fff;
	margin-top: 80px;
	border-color: #ff6800
}
.meau-zs .cndns-right-btn span {
	color: #fff
}
.meau-zs .cndns-right-btn p {
	color: #fff
}
#br {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#br .h_t {
	text-align: center;
	font-size: 27px;
	font-weight: 100;
}
#br .jj {
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 24px;
}
#xw_bk {
	background-color: #f0f0f0;
	margin-top: 30px;
	height: 440px;
}
#xw_bk .xw_w {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#xw_bk .xw_w .xw_t {
	background-image: url(../images/xu-line.png);
	text-align: center;
	height: 63px;
	width: 463px;
	margin-right: auto;
	margin-left: auto;
	font-size: 30px;
	line-height: 64px;
	color: #333;
	font-weight: 100;
	padding: 0px;
}
#xw_bk .xw_w .xw_t2 {
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 24px;
	margin-bottom: 30px;
}
.imgbk {
	border: 3px solid #CCC;
}
.titA:link {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.titA:visited {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.xnr {
	font-size: 12px;
	line-height: 30px;
	color: #999;
}
.xline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	line-height: 30px;
}
.xline .nem {
	width: 50px;
	float: right;
	background-color: #FFB13E;
	text-align: center;
}
.xline .nem a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.scrollpic {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#pr_bg {
	background-image: url(../images/pr_bg.jpg);
	height: 500px;
	background-position: center;
	clear: both;
}
#pr_bg .scrollpic .pr_t {
	font-size: 33px;
	font-weight: 100;
	text-align: center;
	line-height: 100px;
	color: #FFF;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 240px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width: 280px;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 260px;
	padding: 0;
	position: relative;
	height: 240px;
	color: #333;
}
#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #0057c4;
	filter: alpha(opacity=70);
	width: 260px;
	color: #fff;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: center;
}
#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	height: 40px;
	width: 260px;
	line-height: 30px;
	border-bottom: 1px solid #347fdc;
	font-weight: 100;
}
#myscroll a .intro p {
	font-size: 13px;
	line-height: 20px;
	margin: 65px 70px;
	height: 70px;
	overflow: hidden;
}
#myscroll a .intro {
	bottom: -211px;
}
#myscroll a:hover .intro {
	bottom: 0px;
}
#mybtns {
	width: 1100px;
	position: relative;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	margin-left: 10px;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../images/jt_l.png);
	position: absolute;
	top: 130px;
	left: -100px;
}
#mybtns #right {
	background-image: url(../images/jt_r.png);
	position: absolute;
	top: 130px;
	right: -100px;
}
#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
#pr_bg .scrollpic .pr_more {
	line-height: 44px;
	width: 180px;
	border: 2px solid #FC0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
	font-size: 12px;
}
#pr_bg .scrollpic .pr_more a {
	color: #FC0;
	text-decoration: none;
	display: block;
}
#pr_bg .scrollpic .pr_more a:hover {
	color: #FFF;
	display: block;
	background-color: #FC0;
}
.content {
	width: 744px;
	margin: 50px auto
}
.btm {
	margin: 30px auto
}
.btm p {
	font: normal 12px/24px 'Microsoft YaHei';
	text-align: center
}
/*end globel style*/


/*index content*/
.da-thumbs {
	list-style: none;
	height: 118px;
	position: relative;
	margin: 0 0 25px 0;
	padding: 0
}
.da-thumbs li {
	float: left;
	margin-right: 12px;
	position: relative;
}
.da-thumbs li a, .da-thumbs li a img {
	display: block;
	position: relative
}
.da-thumbs li a {
	color: #fff;
	overflow: hidden
}
.da-thumbs li a div {
	position: absolute;
	background: #2c67b3;
	background: rgba(44,103,179,0.8);
*background:#2c67b3;
	background: #2c67b3\0;
	filter: alpha(Opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	width: 100%;
	height: 100%
}
.da-thumbs li a em {
	display: block;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,0.3);
*background:#fff;
	background: #fff\0;
	filter: alpha(Opacity=30);
}
.da-thumbs li a h2 {
	font-size: 20px;
	margin: 6px 8px;
	font-weight: normal;
	text-align: center
}
.da-thumbs li a p {
	margin: 20px;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
}
.da-thumbs li.subscribe {
	border: none;
	width: 76px;
	height: 101px;
	margin-right: 0;
	background: #0d9572;
	padding: 8px
}
.da-thumbs li.subscribe h2 {
	font-size: 33px;
	line-height: 36px;
	margin: 0;
	text-align: center;
}
.da-thumbs li.subscribe h2 span {
	font-size: 16px;
	float: right;
	margin-right: 5px;
	line-height: 30px
}
.da-thumbs li.subscribe img {
	clear: right;
	float: right;
	margin: 7px 5px 0 0px
}
ul, li, form {
	margin: 0px;
	padding: 0px;
}
.index-main {
	z-index: 55;
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 520px;
}
.index-main-box {
	position: relative;
	z-index: 0;
	display: block;
	overflow: hidden;
	height: 520px;
}
#indexslider {
	position: relative;
	width: 1900px;
	margin-left: -460px;
	height: 520px;
}
.index-img {
	display: block;
	width: 1900px;
	height: 520px;
	overflow: hidden;
}
.index-img img {
	width: 1900px;
	height: 520px;
}
.index-pagination {
	position: absolute;
	z-index: 66;
	top: 490px;
	left: 50%;
	height: 30px;
	width: 210px;
	margin-left: -100px;
	text-align: center;
}
.index-pagination li {
	display: inline-block;
	width: 30px;
	position: relative;
	float: left;
	height: 23px;
	margin-right: 4px;
	overflow: hidden;
	background: url(../images/index-ar2r.png) -20px 0px no-repeat;
}
.index-pagination li a {
	position: relative;
	z-index: 666;
	display: block;
	height: 4px;
	color: #5f6a72;
	text-align: center;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.index-pagination li a div {
	position: relative;
	z-index: 555;
	display: block;
	height: 4px;
	background: #c9242b;
}
.index-pagination li a div span {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 4px;
	width: 0px;
	background: #FFF;
}
.index-pagination li a div em {
	position: absolute;
	display: none;
	width: 27px;
	height: 10px;
	background: url(../images/car-ico.png) no-repeat;
	top: -5px;
	left: 1px;
}
.index-pagination li.current a {
	color: #0b4da2;
	_color: #c9242b;
}
.index-pagination li.back {
	background: url(../images/car-ico.png) no-repeat;
	display: block;
	position: absolute;
	width: 27px;
	height: 10px;
	left: 0px;
	top: 4px;
	z-index: 444;
}
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
