﻿* {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑'!important;
	font-size: 16px;
	color: #5D5D5F;
	list-style: none;
	text-decoration: none!important;
}
h2, ul {
	margin: 0;
}
img {
	width: 100%;
}

.trans-3 {
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
}

/*轮播*/
.carousel-indicators li {
	margin: 0 5px;
}
.carousel-indicators .active {
	margin: 0 5px;
}
#myCarousel > .carousel-inner > .item {
	/*position: relative;*/
}
#myCarousel > .carousel-inner > .item > .item-text {
	position: absolute;
	top: 37%;
	left: 20%;
}
#myCarousel > .carousel-inner > .item > .item-text > h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 800;
}
#myCarousel > .carousel-inner > .item > .item-text > p {
	color: #fff;
	font-size: 20px;
	margin-top: 18px;
}
#myCarousel > .carousel-inner > .item > .item-text > a {
	display: inline-block;
	margin: 0 auto;
	font-size: 18px;
	transition: all .3s;
	color: #fff;
	margin-top: 20px;
	font-weight: bold;
}
#myCarousel > .carousel-inner > .item > .item-text > a:hover {
	transform: scale(1.1);
	box-shadow: #fff;
}
#myCarousel > .carousel-inner > .item:nth-child(1) > .item-text {
	width: 100%;
	text-align: center;
	left: 0%;
}
#myCarousel > .carousel-inner > .item:nth-child(1) > .item-text a{
	padding: 10px 40px;
	border-radius: 25px;
	border: 1px solid #fff;
}
#myCarousel > .carousel-inner > .item:nth-child(2) > .item-text,
#myCarousel > .carousel-inner > .item:nth-child(3) > .item-text {
	left: 20%;
}
#myCarousel > .carousel-inner > .item:nth-child(2) > .item-text a,
#myCarousel > .carousel-inner > .item:nth-child(3) > .item-text a{
	background-color: #fff;
	color: #0E68D6;
	padding: 10px 34px;
	border-radius: 25px;
}
/*slide*/

.slide-right {
	position: fixed;
	width: 60px;
	right: -60px;
	top: 20%;
	transition: all .3s;
	z-index: 666;
}
.slide-right ul > li {
	display: block;
	width: 75px;
	/* height: 75px; */
	margin-bottom: 2px;
	line-height: 22px;
	padding: 15px 0;
	text-align: center;
	background-color: #1167d7;
	position: relative;
	transition: all .3s;
	border-radius: 10px;
}
.slide-right li a span {
	display: block;
	line-height: 20px;
    font-size: 14px;
    color: #fff;
}
.slide-right li div {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #1167d7;
	left: -130px;
	top: 0px;
	transition: all 3s;
}
.slide-right li ul{
	background-color: #1167d7;
	display: none;
	width: 210px;
	left: -212px;
	top: 0px;
	position: absolute;
	transition: all 3s;
	border-radius: 10px;
	/* height: 75px; */
	padding: 5px 20px;
}
.slide-right li ul li {
	text-align: left;
	width: 100%;
	/* height: 28px; */
	line-height: 0;
	float: left;
	margin: 0;
	font-size: 14px;
	color: #fff;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slide-right li ul li a{
	display: inline;
	color: #fff;
	margin-right: 15px;
}
.slide-right li:hover ul {
	display: block;
}
.slide-right li:hover div {
	display: block;
}
.slide-right li:hover {
	background-color: #1167d7;
}
.slide-right li a{
	color: #fff;
}
.slide-right li a i{
	font-size: 40px;
	color: #fff;
} 


/*公共头部*/
.header{
	position: fixed;
	width: 100%;
	z-index: 66;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #FFF;
}
.header .head-logo{
	padding-right: 60px;

}

/*手机导航*/
.phonenav{
	position: relative;
	height: 65px;
}
.phonenav .navicon {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	font-size: 36px;
	color: #1167d7;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.phonenav .phone-navbox {
	position: absolute;
	right: 15px;
	top: 65px;
	background-color: #fff;
	border-radius: 5px;
	display: none;
	z-index: 999;

}
.phonenav .phone-navbox li{
	line-height: 40px;
	padding: 0 10px;
	width: 160px;
	transition: all .3s;
}
.phonenav .phone-navbox li:hover {
	background-color: #1167d7;
}
.phonenav .phone-navbox li:hover a{
	color: #fff;
}
.phonenav .phone-navbox li a{
	color: #3d3d3d;
	text-align: center;
}




/*中英切换*/
.header .language {
	overflow: hidden;
	line-height: 40px;
	margin: 30px 0;

}
.header .language .lan-box {
	width: 100%;
	padding: 0 20px;
}
.header .language .lan-box>.active {
	background-color: #1167D7;
	border-radius: 10px;
}
.header .language .lan-box>.active a {
	color: #fff;
}
.header .language .lan-box>.active:hover a {
	color: #fff;
}
.header .language .lan-box>div{
	overflow: hidden;
	padding-left: 20px;
}
.header .language .lan-box>div:nth-child(2) {
	display: none;
}
.header .language .lan-box>div a{
	color: #5a5959;
}
.header .language .lan-box>div:hover a{
	color: #1167D7;
	font-weight: 
}
.header .language .lan-icon {
	width: 25%;
}
.header .language .lan-text {
	width: 75%;
}
.header .language .lan-text span {
	display: block;
	color: #fff;
}
.header .language .lan-flag {
	width: 15%;
	background-color: #1167d7;
	color: #fff;
	cursor: pointer;
	padding-right: 15px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.xuanzhuan180 {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*导航*/
.header .head-nav li a{
	height: 100px;
	color: #5a5959;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.header .head-nav li a:hover {
	color: #1167d7;
}
.header .head-nav ul .active a {
	color: #1167d7;
	border-bottom: 4px solid #1167d7;	
}




/*轮播*/
#myCarousel {
	padding-top: 100px;
}



/*底部*/
footer{
	background-color: #2C343C;
	color: rgba(255,255,255,.8);
	padding-top: 50px;
	text-align: center;
}
footer a {
	color: rgba(255,255,255,.7);
}
footer a:hover {
	color: rgba(255,255,255,1);
}
.foot-box {
	padding-bottom: 50px;
}
.foot-top {
	line-height: 80px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.foot-top .foot-nav {
	margin-top: 15px;
	
}
.foot-top .foot-nav li a{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.foot-navtwo ul:nth-child(1){
	padding: 35px 0;
	
} 
.foot-navtwo ul:nth-child(1) li a{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.foot-navtwo ul li{
	text-align: left;
	color: rgba(255,255,255, .8);
}

.foot-navtwo ul:nth-child(2) li {
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.foot-navtwo ul:nth-child(2) li a {
	display: inline;
	font-size: 14px;
	margin-right: 15px;
	color: rgba(255,255,255,.8)
}
.foot-navtwo ul:nth-child(2) li a:hover {
	color: rgba(255,255,255,1)
}
.foot-midd .foot-icon{
	padding: 67px 0;
	line-height: 30px;
	margin-left: -138px;
}

.foot-midd .foot-icon  ul li:hover {
	transform: scale(1.2);
}


.foot-zixun {
}
.foot-zixun .foot-zx-left {
	margin-top: 40px;
	overflow: hidden;
}
.foot-zixun .foot-zx-left span{
	float: right;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	background-color: #1167D7;
	color: #fff;
	border-radius: 5px;
	
}
.foot-zixun .foot-zx-left div{
	font-size: 14px;
	margin-top: 65px;
	text-align: right;
	color: #fff;
}
.foot-zixun .foot-zx-left p{
	font-size: 26px;
	text-align: right;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.foot-zixun .foot-zx-right{
	margin-top: 30px;
}
.foot-zixun .foot-zx-right .foot-ewm {
	background-color: #fff;
	padding: 5px;
}
.foot-zixun .foot-zx-right .foot-sao {
	font-size: 14px;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}
footer .copy {
	font-size: 16px;
	line-height: 30px;
	background-color: #fff;
	color: #9c9c9c;
	padding: 10px 0;
}
footer .copy a {
	display: inline;
	color: #9c9c9c;
	margin: 0 10px;
}
footer .copy a:hover{
	text-decoration: underline;
}


/* search */
.search {
	background-color: #EDEEF3;
}
.sea-hot {
	overflow: hidden;
	line-height: 96px;
}
.sea-hot .sea-hot-title {
	font-size: 18px;
	float: left;
	width: 20%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sea-hot .sea-hot-title span {
	color: #7DAADE;
	font-size: 18px;
}
.sea-hot .hot-left {
	overflow: hidden;
}
.hot-left ul {
	width: 80%;
	float: left;
	overflow: hidden;
}
.sea-hot .hot-left li {
	/*margin-bottom: 10px;*/
	padding: 0 10px;
	float: left;
}
.sea-hot .hot-left li a{
	color: #777778;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sea-hot .hot-left li:hover a{
	color: #1167D7;
}


.sea-hot .hot-right {
	float: right;
	position: relative;
}
.sea-hot .hot-right input {
	height: 35px;
	padding-right: 50px;
	padding-left: 15px;
	width: 100%;
	border-radius: 10px;
	font-size: 14px;
	border: 0;
	outline:medium;
	background-color: #fff;
}
.sea-hot .hot-right .icon-sousuo {
	outline: none;
	border: 0;
	position: absolute;
	top: 31px;
	right: 15px;
	background-color: #1167D7;
	color: #fff;
	width: 50px;
	text-align: center;
	line-height: 35px;
	font-size: 22px;
	height: 35px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


/*关于我们*/
.about {
	padding: 80px 0;
	background-color: #fff;
}
.index-title {
	margin-bottom: 45px;
}
.index-title h2 {
	color: #1167D7;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}
.about-text{
	margin-top: 75px;
	overflow: hidden;
}
.about-text .about-textL {
	/*padding: 0 25px;*/
}
.about-text .about-textL ul {
	overflow: hidden;
}
.about-text .about-textL > ul > li {
	float: left;
	width: 33.33%;
	padding: 0 5px;
}
.about-text .about-textL li a{
	font-size: 20px;
	color: #515151;
	text-align: center;
	display: block;
	padding: 80px 22px;
	background-color: #ECEDF3;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
}
.about-text .about-textL li:hover a{
	color: #fff;
	background-color: #1158B5;
}
.about-text .about-textR {
	/* padding: 15px 0; */
	padding-left: 15px;
}
.about-text .about-textR p{
	line-height: 37px;
	font-size: 16px;
}
.about-text .about-textR h4 {
	font-size: 20px;
	color: #1167D7;
	font-weight: bold;
}
.about-text .about-textR h4 span {
	font-size: 30px;
	color: #1167D7;
	font-weight: bold;
}

/*产品*/
html {
	height: 100%;
}
body {
	background: url(../images/i_02.jpg) no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
.product {
	/*background: url(../images/i_02.jpg) no-repeat;*/
	background-size: 100% 100%;
	padding: 80px 0;
	min-height: 300px;
}
.product-title h2 {
	color: #fff;
}
.product-title span {
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.product-title span a {
	display: inline;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.product-slide-all {
	padding: 0 80px;
	position: relative;
}
.product-slide .swiper-slide a:hover{
	box-shadow: #fff 0px 0px 10px;
}
.product-slide .swiper-slide:hover .slide-img img{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.product-slide .slide-img{
	overflow: hidden;
}
.product-slide .slide-text {
	line-height: 36px;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255,.5);
	border-top: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-slide .swiper-slide a:hover .slide-text {
	background-color: #FF5F00;
	border-color: #FF5F00;	
}
.product-slide .swiper-button-next,
.product-slide .swiper-button-prev {
	color: #fff;
}
.product-slide-all .icon-indexpro {
	position: absolute;
	top: 50%;
	margin-top: -70px;
	color: #fff;
	font-size: 100px;
	z-index: 666;
	outline:none;
    font-size: 60px;
}
.product-slide-all .icon-indexpro:hover {
	background: rgba(0,0,0,.1);
	cursor: pointer;
}
.product-slide-all .icon1 {
	left: -47px;
}
.product-slide-all .icon2 {
	right: -40px;
}

/* 领域 */
.field {
	background: #EDEEF3;
	padding: 80px 0 50px;
}
.field-box .field-list a{
	padding-bottom: 30px;
	border-bottom: 4px solid transparent;
}
.field-box .field-list a:hover{
	border-bottom: 4px solid #1258B7;
}
.field-box .field-text .field-title {
	color: #1267d7;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 15px;
}
.field-box .field-text p {
	font-size: 14px;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 0
}
.field>.container {
	overflow: hidden;
}
.field .more {
	float: right;
	margin-top: 10px;
}
.field .more a {
	color: #1258B7;
	font-size: 18px;
	font-weight: bold;
}
.field .more a:hover {
	transform: scale(1.1);
}
/*优势*/
.advantage{
	padding: 80px 0;
	background-color: #fff;
}
.advantage .index-title span{
	font-size: 60px;
	color: #1267D7;
}
.advan-lists {
	margin-bottom: 80px;
}
.advan-lists ul {
	overflow: hidden;
}
.advan-lists ul li {
	float: left;
	width: 20%;
	padding-left: 7px;
	height: 110px;
}
.advan-lists ul li div{
	background-color: #EDEEF3;
	padding:  0 15px;
	overflow: hidden;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 10px;
}
.advan-lists ul li div:hover {
	background-color: #1158B5;
	cursor: pointer;
	transform: scale(0.9);
}
.advan-lists ul li div:hover span{
	color: #fff;
}
.advan-lists ul li div:hover span i {
	color: #fff;
	border-color: #fff;
}
.advan-lists ul li .advan-icon {
	float: left;
	width: 30%;
	line-height: 105px;
}
.advan-lists ul li .advan-icon i{
	font-size: 30px;
	border: 1px solid #79797a;
	padding: 8px;
	border-radius: 50%;	
	color: #79797a; /*504f4f*/
}
.advan-lists ul li .advan-text {
	float: left;
	width: 70%;
	padding: 32px 0;
	font-size: 16px;
	color: #504f4f;
}

/**********在线咨询*********/
.advan-zixun {
	padding: 40px 70px 60px;
	background: url(../images/i_46.png) no-repeat;
	background-size: 100% 100%;
}
.advan-zixunTL .online-title {
	font-size: 36px;
	color: #fff;
}
.advan-zixunTL span {
	color: #fff;
}
.advan-zixunTR .online-tel {
	font-size: 30px;
	color: #fff;
}

.advan-zixunB {
	margin-top: 20px;
}
.advan-zixunB ul li textarea {
	width: 100%;
	padding: 10px 120px 10px 15px;
	height: 84px;
	resize: none; 
}
.advan-zixunB ul li:nth-child(3){
	position: relative;
}
.advan-zixunB ul li .advan-btn {
	position: absolute;
	width: 120px;
	top: 0;
	right: 15px;
}
.advan-zixunB ul li .advan-btn button {
	background: #FF5F00;
	width: 100%;
	height: 84px;
	border: 0;
	color: #fff;
}
.btn-success {
	background: #1167D7;
	border-color: #1167D7;
}
.btn-success:hover {
	background: #1167D7;
	border-color: #1167D7;
}


/*资讯中心*/
.news {
	padding-bottom: 80px;
	background-color: #fff;
}
.news-lists .news-list a {
	overflow: hidden;
	line-height: 47px;
	height: 54px;
	padding: 0 10px;
	display: block;
	border-bottom: 1px solid #EDEEF3;
}
.news-lists .news-list a:hover {
	box-shadow: #eee 0px 0px 10px;
}
.news-lists .news-list a:hover .news-list-title {
	color: #1258b5;
}
.news-lists .news-list a:hover span {
	color: #1258b5;
}
.news-lists .news-list .news-list-title span {
	margin-right: 15px;
	font-size: 30px;
}
/*新闻资讯*/
.news-list-title h2 {
	color: #1258b5;
	font-size: 20px;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-list-title p {
	font-size: 14px;
	color: #5a5959;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.complay-news .news-list2{
	height: 160px;
}
.complay-news .news-list2 a:hover {
	transform: scale(1.05);
	box-shadow: #eee 0px 0px 10px;
}
.complay-news .news-list2 .news-list-img{
	width: 35%;
	float: left;
}
.complay-news .news-list2 .news-list-title {
	width: 65%;
	float: left;
	padding-left: 20px;
	padding: 10px 0 10px 20px;
}
.new-tabnav{
	overflow: hidden;
	margin-bottom: 50px;
}
.new-tabnav div {
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	float: left;
	background-color: #EDEEF3;
	margin-left: 30px;
	border-radius: 20px;
	cursor: pointer;
}
.new-tabnav div:hover {
	background-color: #1167D7;
}
.new-tabnav .active {
	background-color: #1167D7;
}
.new-tabnav .active span {
	color: #fff;
}
.new-tabnav div:hover span {
	color: #fff;
}
.new-tabnav div span {
	color: #5a5959;
}
.news-lists .news-box:nth-child(2) {
	display: none;
}

/*常见问题*/
.ques-news .ques-top {
	overflow: hidden;
}
.ques-news .ques-top a {
	color: #5a5959;
	font-size: 16px;
}
.ques-news .ques-top a:hover {
	transform: scale(1.05);
	color: #1167d7;
}
.ques-news .ques-top div {
	color: #5a5959;
}
.ques-news .qu-icon {
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ques-news .qu-icon span{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-right: 15px;
}
.ques-news .question span{
	background-color: #EDEEF3;
	color: #3b3b3b;
}
.ques-news .answer span{
	background-color: #1167D7;
	color: #fff;
}
.ques-lists li {
	border-bottom: 2px solid #EDEEF3;
	padding: 11px 0;
}
.ques-lists li:hover {
	transform: scale(1.08);
}
.ques-lists li:hover .qu-icon {
	color: #1167D7;
}

/*荣誉*/
.honour {
	background-color: #fff;
}
.honour-top {
	padding-top: 60px;
	height: 250px;
	background-color: #1167D7;
}
.honour-top .index-title h2 {
	color: #fff;
}
.honour-bottom {
	position: relative;
	padding-bottom: 70px;
}
.honour-fff {
	width: 1334px;
	position: relative;
	top: -115px;
	left: 50%;
	margin-left: -667px;
	background-color: #fff;
	padding: 60px 130px 0;
}

.honour-list a {
	position: relative;
	padding-bottom: 20px;
	height: 336px;
	display: block;
}
.honour-list .honour-img {
	padding: 0 30px;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 6;
}
.honour-list .honour-text {
	text-align: center;
	background-color: #F9F9F9;
	padding-top: 80px;
	padding-bottom: 30px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.honour-list a:hover .honour-text {
	background-color: #1167D7;
	color: #fff;
	
}
.honour-iconfont {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	font-size: 80px;
	z-index: 66;
	width: 70px;
	text-align: center;
	color: #1167D7;
	outline:medium;
}
.honour2{
	right: 22px;
}
.honour-iconfont:hover {
	background-color: #1167d7;
	color: #fff;
}
.honour-bottom .more {
	position: absolute;
	left: 50%;
	bottom: 65px;
	margin-left: -104px;
	width: 208px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 27px;
	font-size: 16px;
	color: #fff;
	background-color: #1167d7;
	display: block;
}
.honour-bottom .more:hover {
	box-shadow: 0 0 10px #1167d7;
	transform: scale(1.05);
}









@media screen and (max-width: 1345px) {
	.honour-fff{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.honour-list a {
		height: 298px;
	}
	.honour-bottom {
		position: static;
	}
	.honour-fff {
		position: static;
	}
	.honour-top {
		height: auto;
	}
	.honour-bottom .more {
		position: static;
		margin: 45px auto 0;
	}
	.honour-iconfont {
		display: none;
	}

}


@media screen and (max-width: 1200px) {
	.sea-hot .hot-left li {
		padding: 0 5px;
	}
    .foot-zixun .foot-zx-left p{
    	font-size: 24px;
    }
    .foot-zixun .foot-zx-left div{
    	margin-top: 48px;
    }

    /*关于我们*/
    .about-text .about-textL li a{
    	padding: 80px 24px;
    }

    /*荣誉*/
    .honour-list a {
    	height: 248px;
    }
    .honour-bottom .more {
    	margin: 47px auto 0;
    }

    .header .language .lan-box {
    	padding: 0;
    }
}
@media screen and (max-width: 1100px) {
	.honour-list a {
		height: 210px;
	}
	.honour-list .honour-text {
		padding-top: 50px;
	}
}

@media screen and (max-width: 990px){
	.foot-zixun .foot-zx-right{
		float: none;
    	margin: 0 auto;
    }
    footer .copy{
    	font-size: 14px; 
    	line-height: 20px;	
    }
    footer .copy span{
    	font-size: 14px;
    }
	/*关于我们*/
	.about-text{
		margin-top: 40px;
	}
    .about-text .about-textL li a{
    	padding: 15px;
    }


    /*咨询*/
    .advan-zixunTL,
	.advan-zixunTR {
		float: none!important;
	}
	.advan-lists ul li{
		width: 33.33%;
		margin-bottom: 7px;
	}
	.advan-lists ul li:nth-child(1),
	.advan-lists ul li:nth-child(2) {
		width: 50%;
	}

	/*资讯中心*/
	.ques-news {
		margin-top: 30px;
	}
	/*荣誉*/
	.honour-list a {
		height: 180px;
	}
}
@media screen and (max-width: 790px) {
	#myCarousel > .carousel-inner > .item > .item-text > h1 {
		font-size: 14px;
	}
	#myCarousel > .carousel-inner > .item > .item-text > p {
		font-size: 12px;
		margin: 0;
	}
	#myCarousel > .carousel-inner > .item > .item-text {
		top: 20%;
	}
	#myCarousel > .carousel-inner > .item > .item-text > a {
		margin-top: 10px;
		font-size: 12px;
	}
	#myCarousel > .carousel-inner > .item:nth-child(2) > .item-text a, #myCarousel > .carousel-inner > .item:nth-child(3) > .item-text a {
		padding: 6px 10px;
	}
	#myCarousel > .carousel-inner > .item:nth-child(1) > .item-text a {
		padding: 6px 15px;
	}


	.slide-right li {
		width: 60px;
		/* height: 60px; */
		line-height: 18px;
		padding: 10px 0px;
	}
	.slide-right li a span {
		font-size: 12px;
	}
	.slide-right li a i {
		font-size: 28px;
	}

	.header .head-logo {
		padding-right: 0;
	}
	#myCarousel {
		padding-top: 60px;
	}
	.foot-midd.row, .foot-zixun.row {
		margin-right: 0;
		margin-left: 0;
	}
	footer{
		padding-top: 40px;
	}
	.header{
		height: 65px;
		line-height: 65px;
	}



	/*关于我们*/
	.about-text .about-textL li a{
		font-size: 15px;
	}
	.about-text{
		margin-top: 30px;
	}

	/*产品*/
	.product-slide .slide-text{
		line-height: 28px;
		font-size: 14px;
	}
	.product-title span {
		font-size: 14px;
	}
	.product-title span a {
		font-size: 18px;
	}
	.index-title {
		margin-bottom: 27px;
	}

	/*咨询*/
	.advan-zixunB ul li textarea {
		padding: 10px 15px;
	}
	.advan-zixunB ul li .advan-btn{
		position: static;
	}
	.advan-zixunB ul li .advan-btn button{
		height: 45px;
	}
	.advan-lists ul li {
		width: 100%!important;
		padding-left: 0;
	}
	.advan-lists ul li .advan-icon{
		line-height: 77px;
	}
	.advan-lists ul li .advan-text{
		line-height: 77px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0;
	}
	.advan-lists ul li{
		height: 77px;
	}

	/***********/
	.index-title h2{
		font-size: 32px;
	}
	/**********/
	.advan-zixunTL span {
		font-size: 14px;
	}
	.advan-zixunTL h3 {
		font-size: 28px;
	}
	.advan-zixunTR h3 {
		font-size: 18px;
		font-weight: bold;
	}
	.advan-lists{
		margin-bottom: 30px;
	}

	/*资讯中心*/
	.complay-news .news-list2 {
		height: auto;
	}
	.complay-news .news-list2 .news-list-title {
		padding: 0 0 0 15px;
	}
	.news-list-title h2{
		margin-bottom: 7px;
	}
	.complay-news .news-list2 .news-list-title{
		width: 100%;
		margin-top: 20px;
	}
	.complay-news .news-list2 .news-list-img {
		width: 100%;
	}


	/*荣誉*/
	.honour-fff {
		padding: 40px 10px 0;
	}
	.honour-bottom .more {
		margin: 30px auto 0;
	}
	.honour-list a {
		height: 130px;
	}
	.honour-list .honour-text {
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.honour-bottom{
		padding-bottom: 35px;
	}
	.news {
		padding-bottom: 40px;
	}
	.advantage, .field, .product, .about {
		padding: 40px 0;
	}

	.honour-list .honour-img{
		padding: 0;
	}
	

	.advan-zixun{
		padding: 25px 30px 30px;
	}

	.new-tabnav div {
		width: 50%;
		margin-left: 0;
		border-radius: 0;
	}
	.news-lists {
		margin: 0 -15px 0;
	}

	.product-slide-all {
		padding: 0;
	}
	.foot-box {
		padding-bottom: 25px;
	}


	/*搜索*/

	.sea-hot {
		line-height: 40px;
		padding: 20px 0;
	}
	.sea-hot .hot-right .icon-sousuo {
		top: 4px;
	}
}