body {
	font: 13px/20px "pingfang SC";
	line-height: 1.8;
}

ul,
li {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	color: #595656;
}

a:hover {
	color: #e70010;
	text-decoration: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.fs13 {
	font-size: 13px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}


/* top */
.top {
	height: 9px;
	line-height: 9px;
	background-color: #005aad;
}


/* nav */
.nobg {
	background: none;
	border: 0;
	margin-bottom: 0;
}

.container-fluid {
	/*padding-left:0;
	padding-right:0;*/
	box-sizing: border-box;
}

#header .navbar-brand {
	height: 100px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
	background: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: none;
}

.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #e70012;
}

.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #005aad !important;
}

.navbar-nav>li>a {
	color: #000 !important;
	line-height: 70px;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;

}

.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
	color: #005aad !important;
}

.navbar-nav>li:hover .dropdown-menu {
	display: block;
}

.navbar-nav>li:last-child:hover {
	border: 0;
}

.nav>li:last-child a {
	padding-right: 0;
}

.navbar-default .navbar-brand {
	padding-top: 25px;
	padding-bottom: 25px;
}

.navbar-nav>li>.dropdown-menu li {
	border-bottom: solid #ddd 1px;
}

.navbar-nav>li>.dropdown-menu li a {
	padding: 5px 20px;
}

.navbar-nav>li>.dropdown-menu li a:hover {
	color: #005aad;
}

.clo {
	text-align: right;
}

.search {
	display: none;
	position: absolute;
	z-index: 100;
	bottom: 24px;
	width: 100%;
	background: #fff;
}

.search input {
	border: 0;
	height: 52px;
	line-height: 52px;
	width: 100%;
	padding-left: 1%;
	color: #888;
	outline: none;
}

.clo i {
	line-height: 52px;
	cursor: pointer;
}

.clo i.fa-close {
	color: #e70012;
}

/*banner*/
#banner {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

#banner a.click {
	width: 76px;
	height: 76px;
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, .3);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 60px;
	margin-left: -38px;
}



#banner .item img {
	width: 100%;
}

#banner .carousel-caption {
	bottom: auto;
	top: 18%;
}

#banner .carousel-caption h5 {
	font-size: 42px;

	font-weight: bold;
	margin-bottom: 20px;
}

#banner .carousel-caption p {
	text-transform: uppercase;
	font-size: 18px;

	font-weight: lighter;
}

#banner .carousel-indicators {
	bottom: 10px;
}

#banner .carousel-indicators li {
	width: 12px;
	height: 12px;
	border: solid #c0bebe 2px;
	margin: 0 2px;
}

#banner .carousel-indicators li.active {
	background: #e70012;
	border-color: #e70012;
}

#banner .carousel-control {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 50px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
	background-image: none;
}

#banner .carousel-control.left {
	background: rgba(0, 0, 0, .5);
	color: #fff;
	transform: translateX(-50px);
	-ms-transform: translate(-50px);
	-webkit-transform: translate(-50px);
	-o-transform: translate(-50px);
	-moz-transform: translate(-50px);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50px;
	height: 60px;
	z-index: 9;
}

#banner .carousel-control.left:before {
	content: "\f104";
	position: absolute;
	left: 0;
	font-size: 36px;
	color: #fff;
	width: 50px;
	height: 60px;
	text-indent: 0;
	text-align: center;
	line-height: 60px;

}

#banner .carousel-control.right:hover,
#banner .carousel-control.left:hover {
	background: rgba(255, 255, 255, .3);
}

#banner:hover .carousel-control.left {
	transform: translateX(0px);
	-ms-transform: translate(0px);
	/* IE 9 */
	-webkit-transform: translate(0px);
	/* Safari and Chrome */
	-o-transform: translate(0px);
	/* Opera */
	-moz-transform: translate(0px);
	/* Firefox */
	opacity: 1;
}

#banner .carousel-control.right {
	background: rgba(0, 0, 0, .5);
	color: #fff;
	transform: translateX(50px);
	-ms-transform: translate(50px);
	-webkit-transform: translate(50px);
	-o-transform: translate(50px);
	-moz-transform: translate(50px);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50px;
	height: 60px;
	z-index: 9;
}

#banner:hover .carousel-control.right {
	transform: translateX(0px);
	-ms-transform: translate(0px);
	/* IE 9 */
	-webkit-transform: translate(0px);
	/* Safari and Chrome */
	-o-transform: translate(0px);
	/* Opera */
	-moz-transform: translate(0px);
	/* Firefox */
	opacity: 1;
}

#banner .carousel-control.right:before {
	content: "\f105";
	position: absolute;
	left: 0;
	font-size: 36px;
	color: #fff;
	width: 50px;
	height: 60px;
	text-indent: 0;
	text-align: center;
	line-height: 60px;

}


#index_mbox {
	width: 100%;
	float: left;
}

#index_mbox ul {
	width: 100%;
	float: left;
	margin-bottom: 0;
}

#index_mbox ul li {
	width: 25%;
	overflow: hidden;
	float: left;

	position: relative;
	text-align: center;

}

#index_mbox ul li:nth-child(1) {
	background-color: #fafafa;
}

#index_mbox ul li:nth-child(2) {
	background-color: #f6f6f6;
}

#index_mbox ul li:nth-child(3) {
	background-color: #efefef;
}

#index_mbox ul li:nth-child(4) {
	background-color: #e9e9e9;
}

#index_mbox ul li .front {
	padding: 40px 0;
}

#index_mbox ul li .front img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

#index_mbox ul li .front:hover img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

#index_mbox ul li img {
	max-width: 80px;
	border-radius: 50%;
}

#index_mbox ul li h5 {
	color: #535353;
	font-size: 18px;
	position: relative;
	padding-bottom: 25px;
}

#index_mbox ul li a:hover h5 {
	color: #005aad;
}

#index_mbox ul li h5:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 4px;
	background-color: #c3c3c3;
	left: 50%;
	margin-left: -20px;

	top: 35px;

}

#index_mbox ul li a:hover h5:before {
	background-color: #e70012;
}

#index_mbox ul li p {
	max-width: 365px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

#index_mbox ul li .back {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 40px;
	display: none;
	background-size: cover !important;
}

#index_mbox ul li .back p {
	max-width: 80%;
	height: auto;
}

#about {
	margin: 67px auto;
}

#about img {
	max-width: 100%;
}

#about p {
	margin-bottom: 30px;
}

#about .more a {
	display: inline-block;
	width: 122px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background-color: #e70010;
}

#about .more a:hover {
	opacity: 0.7;
}

#product {
	padding: 0 16px 20px;
	background: #eeeeee url(../images/pro-bg.gif) center bottom repeat-x;
}

h3.tit {
	text-align: center;
	font-size: 30px;
	color: #0a0a0a;
	font-weight: bold;
	margin: 55px 0 20px;
}

p.con {
	text-align: center;
	color: #0a0a0a;
	margin-bottom: 40px;
}

#product .box {
	border: solid #efefef 1px;
	background-color: #ffffff;
}

#product .box img {
	border-bottom: solid #efefef 1px;
}

#product .box h2 {
	font-size: 16px;
	padding: 0 17px;
}

#product .box p {
	padding: 0 17px 14px;
	color: #8e8d8d;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
}

#product .owl-theme .owl-controls {
	margin-top: 28px;
}

#product .owl-nav {
	display: none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border: solid #FFFFFF 2px;
	background: none;
	margin: 5px 4px;
	border-radius: 50% 50%;
}

#product .owl-theme .owl-dots .owl-dot.active span,
#product .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ffffff;
}

#application {
	background: #6a9fd3 url(../images/application-bg.jpg) center top no-repeat;
	background-size: cover;
	padding-bottom: 33px;
}

#application h3.tit {
	text-align: left;
	color: #ffffff;
}

#application p.con {
	text-align: left;
	color: #ffffff;
}

.app-list {
	background-color: #88b2dc;
	padding: 15px;
	margin-bottom: 28px;
}

.app-list a {
	color: #FFF;
}

.app-list:hover {
	background-color: #e70010;
}

.app-list .app-img {
	float: left;
	height: 92px;
	line-height: 92px;
	margin-right: 30px;
	padding-left: 18px;
}

.app-list h2 {
	font-size: 16px;
	margin: 0;
	padding: 25px 0 10px;
}

#news {
	background-color: #eeeeee;
	padding-bottom: 30px;
}

.news-list {
	background-color: #FFF;
	padding: 22px;
	margin-bottom: 30px;
}

.news-list h2 {
	font-size: 16px;
}

.news-list .time {
	color: #aaaaaa;
}

.news-list p {
	color: #707070;
	height: 125px;
	line-height: 25px;
	overflow: hidden;
}

#partner {
	margin: 35px auto;
}

#partner .owl-controls {
	display: none;
}



#ibanner img {
	width: 100%;
}

#located {
	width: 100%;
	float: left;
	line-height: 52px;
	border-bottom: 1px solid #dcdcdc;
	background-color: #fafafa;

}

#located .snav li {
	float: left;
}

#located .snav li a {
	display: block;
	color: #6c6c6c;
	font-size: 14px;
	padding: 0 30px;
}

#located .snav li a.on,
#located .snav li a:hover {
	background: #5c91c5;
	color: #FFFFFF;
}

#located .l {
	float: left;
	color: #8e8f90;
	font-size: 14px;
}

#located .r a {
	color: #595656;
}

#located .r a:hover {
	color: #005aad;
}

#located .r p {
	margin: 0;
}

#located .r p span {
	color: #005aad;
}

#located .r {
	float: right;
}

.content {
	padding: 38px 0;
}

.content img {
	max-width: 100%;
}

.about-con {
	background-color: #fafafa;
}

.about-con .col-md-6 {
	padding: 0 !important;
}

.about-con .col-md-6 p {
	padding: 30px;
}



.contact-input {
	background: #fafafa;
	padding: 30px 0;
	line-height: 43px;
}

.contact-input .col-xs-6 {
	padding-left: 0;
	padding-right: 0;
}

.contact-input .col-xs-6 span {
	display: block;
	line-height: 41px;
	border: solid #ddd 1px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contact-input p {
	font-size: 14px;
	color: rgb(104, 101, 101);
	line-height: 1;
	padding: 25px 0 10px;
	transition: all 0.5s;
}

.contact-input p.input-title {
	font-size: 14px;
	color: rgb(78, 78, 77);
	line-height: 1.333;
	text-align: center;
	padding: 0 !important;
}

.contact-input input {
	width: 100%;
	height: 43px;
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 0 15px;
	font-size: 14px;
	float: left;
	color: rgb(78, 78, 77);
}

.contact-input p span {
	color: #cc0000;
	vertical-align: middle;
	margin-left: 5px;
}

.contact-input div.transp span,
.contact-input div.transp span {
	color: transparent;
}

.contact-input textarea {
	width: 100%;
	height: 160px;
	border: 1px solid #e7e7e7;
	padding: 15px;
	margin-bottom: 20px;
}

.contact-input .tips {
	font-size: 14px;
	color: rgb(104, 101, 101);
	line-height: 44px;
}

.contact-input button {
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1;
	background: #e70010;
	border: none;
	padding: 15px 32px;
	margin-left: 10px;
	transition: all 0.5s;
}

.contact-input button:hover {
	opacity: 0.7;
}


.news-list-top {
	padding: 0 0 15px;
	line-height: 24px;
}

.news-list-top img {
	width: 100%;
}

.news-list-top h2 {
	font-size: 16px;
	margin: 0;
}

.news-list-top .time {
	color: #aaaaaa;
	margin: 10px 0;
}

.news-list-top p {
	color: #878686;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}

.news-list-top a .more {
	margin-top: 15px;
	width: 122px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background-color: #e70010;
}

.news-list-top a:hover .more {
	opacity: 0.7;
}

.news li {
	border-bottom: solid #eeeeee 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.news li h2 {
	font-size: 16px;
	margin: 0;
}

.news li .time {
	color: #aaaaaa;
	margin: 10px 0;
}

.news li p {
	color: #878686;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}


.new-detail {}

.news-detail-title {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 2;
	text-align: center;
	margin-bottom: 5px;
}

.new-detail .date {
	color: rgb(172, 171, 171);
	padding-bottom: 6px;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}

.new-detail .date i {
	margin-right: 8px;
}

.new-detail .text {
	padding: 10px 0;
	text-align: left;
}

.new-detail img {
	display: block;
	max-width: 80%;
	margin: 10px auto !important;
}

.application-list {
	padding: 0 5px;
}

.application {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.application .video {
	position: absolute;
	z-index: 999;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	margin-top: -45px;
}

.application h2 {
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 0;
	font-size: 14px;
}

.cat {
	padding: 25px 0;
}

.cat table {
	border-collapse: separate;
	border-spacing: 1px
}

.cat a.on {
	color: #e70010;
}

.cat tr td {
	padding: 0 12px 0 22px;
	border: solid #eeeeee 1px;
}

.cat .tdleft {
	width: 144px;
	height: 49px;
}

.cat .tdleft a {
	padding: 0;
}

.cat tr td a {
	display: inline-block;
	padding: 0 20px;
	line-height: 47px;
}

.product-list {
	padding: 0 5px;
}

.product {
	margin-bottom: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

.product .box {
	border: solid #efefef 1px;
	background-color: #ffffff;
}

.product .box img {
	width: 100%;
	border-bottom: solid #efefef 1px;
}

.product .box h2 {
	font-size: 16px;
	padding: 0 17px;
}

.product .box p {
	padding: 0 17px 14px;
	color: #8e8d8d;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.pro-left img {
	width: 100%;
	border: solid #efefef 1px;
	margin-bottom: 15px;
}

.pro-right {
	color: #8e8d8d;
	line-height: 30px;
	margin-bottom: 15px;
}

.pro-right h2 {
	font-size: 16px;
	color: #e70010;
	margin-top: 0;
}

.pro-tit {
	border-bottom: solid #efefef 1px;
	margin-top: 15px;
}

.dis {
	display: block;
}

.undis {
	display: none;
}

.tabs li {
	height: 51px;
	line-height: 51px;
	float: left;
	font-size: 16px;
	border: solid #efefef 1px;
	margin-right: 7px;
}

.tabs li a {
	display: block;
	padding: 0 40px;
	outline: none;
	color: #3d3c3c;
}

.tabs li a:hover {
	color: #053e8d;
}

.tabs .thistab,
.tabs .thistab a,
.tabs .thistab a:hover {
	color: #FFF;
	background-color: #5c91c5;
}

.tab_con {
	padding: 27px 0;
	border-bottom: solid #eeeeee 1px;
}

.tab_con img {
	max-width: 100%;
}

.contact .col-md-3 {
	padding-right: 0;
}

.contact .img {
	padding-bottom: 15px;
}

.modal-content {
	border-radius: 0;
}

.modal-dialog {
	width: 389px;
}

.modal-header {
	background-color: #eeeeee;
}

.modal-title {
	font-size: 16px;
	color: #46484a;
}

.modal-body .right>input {
	padding-left: 15px;
	vertical-align: bottom;
	width: 100%;
	height: 48px;
	border: 1px solid #efefef;
	margin-bottom: 14px;
	outline: none;
}

.modal-body .send {
	position: relative;
}

.modal-body .send>input {
	padding-left: 15px;
	width: 100%;
	height: 48px;
	border: 1px solid #efefef;
	outline: none;
}

.modal-body .send>button {
	position: absolute;
	z-index: 999;
	right: 0;
	top: 0;
	color: #5c91c5;
	display: inline-block;
	width: 95px;
	height: 48px;
	border: 1px solid #eeeeee;
	outline: none;
}

.modal-footer {
	padding: 0 15px 15px;
	text-align: center;
	border-top: none;
}

.modal-footer button {
	width: 100%;
	height: 48px;
	outline: none;
}

.pic {
	overflow: hidden;
}

a:hover .pic img,
li:hover .pic img,
.pic:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	opacity: .7;
	filter: alpha(opacity=70);
}

.pic img {
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	opacity: 1;
	filter: alpha(opacity=100);
}

h2.tit {
	font-size: 18px;
	color: #0a0a0a;
	border-bottom: solid #eee 1px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

ul.list {
	padding-bottom: 15px;
}

ul.list li {
	border-bottom: dashed #eee 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.list li span {
	float: right;
}

.fenye {
	text-align: center;
	height: 52px;
	margin-top: 20px;
}

.fenye ul {}

.fenye ul li {
	float: none;
	width: auto;
	border: 1px solid #dddddd;
	background-color: #ececec;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 2px;
}

.fenye ul li a {
	color: #606060;
	height: 33px;
	line-height: 33px;
	padding: 4px 10px;
}

.fenye ul li a:hover {
	color: #000000;
}

.fenye ul li.thisclass,
.fenye ul li.thisclass a,
.fenye ul li.thisclass a:hover {
	background-color: #dedede;
	color: #fff;
	border: 1px solid #c2c2c2;
	padding: 4px 10px;
}

.fenye .pageinfo {
	padding: 4px 10px;
	color: #555;
	font-weight: normal;
	float: none;
}

.fenye .pageinfo strong {
	color: #555;
	font-weight: normal;
}

.fenye select {
	font: 12px Verdana, Arial, Tahoma;
	vertical-align: middle;
}


#footer {
	width: 100%;
	float: left;
}

#footer .top {
	width: 100%;
	float: left;
	padding: 30px 0 30px 0;
	background: #707070;
	display: inline-table;
}

#footer .top .l {
	width: 72%;
	float: left;
}

#footer .top .l dl {
	width: 25%;
	float: left;
	margin: 0;
}

#footer .top .l dl dt {
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 15px;
}

#footer .top .l dl dd a {
	color: #b9b8b8;
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
}

#footer .top .l dl dd a:hover {
	color: #c20;
}

#footer .top .r {
	width: 28%;
	float: left;

}

#footer .top .r h5 {
	margin-bottom: 15px;
	margin-top: 0;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}

#footer .top .r p {
	color: #b9b8b8;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

#footer .bottom {
	background: #707070;
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
	border-top: solid #828282 1px;
}

#footer .bottom p {
	color: #b9b8b8;
	font-size: 14px;
	margin: 0;
	line-height: 2;
	text-transform: uppercase;
}

#footer .bottom p a {
	color: #b9b8b8;
}

#footer .bottom p a:hover {
	color: #b9b8b8;
}


#product .box h2,
#about h3,
#product .box h2,
.app-list h2,
.news-list h2,
.news-list .time,
.application h2,
.news-list-top h2,
.news li h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




/* 手机屏幕底部 */
.phone_foot {
	height: 60px;
	line-height: 60px;
	background: #005aad;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}

.pfl a {
	border: 1px solid #fff;
	color: #fff;
	padding: 4px 9px;
	border-radius: 6px;
}


.izl-rmenu {
	margin-right: 0;
	width: 63px;
	position: fixed;
	right: 0;
	bottom: 25%;

	z-index: 999;
}

.izl-rmenu .consult {
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 63px;
	width: 63px;
}

.izl-rmenu .consult .phone {
	background-color: #FFF;
	position: absolute;
	width: 160px;
	left: -160px;
	top: 0px;
	line-height: 63px;
	color: #000;
	font-size: 18px;
	text-align: center;
	display: none;
	box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
	display: inline !important;
}

.izl-rmenu .chat {
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center -63px;
	display: block;
	height: 62px;
	width: 63px;
}

#udesk-feedback-tab {

	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center -125px;
	display: block;
	height: 62px;
	width: 63px;
	background-color: #FFF !important;
	z-index: 999;
}


.izl-rmenu .cart {
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 62px;
	width: 63px;

}

.izl-rmenu a.cart:hover .pic {
	display: block;
}

.izl-rmenu .btn_top {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 63px;
	width: 63px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.izl-rmenu .cart .pic {
	display: none;
	position: absolute;
	left: -119px;
	bottom: 0;
	width: 119px;
	height: 119px;
}




@media screen and (max-width:1200px) and (min-width:992px) {
	.navbar-header {
		width: 35%;
	}

	.navbar-header img {
		width: 100%;
	}

	.nav>li>a {
		padding: 10px 15px;
	}



}

@media screen and (max-width:991px) and (min-width:768px) {

	.navbar-header {
		width: 25%;
	}

	.navbar-header img {
		width: 100%;
	}

	.navbar-default .navbar-brand {
		padding-top: 14px;
	}

	#header .navbar-brand {
		height: 50px;
	}

	.nav>li>a {
		padding: 0px 8px;
		font-size: 15px;
	}

	.search {

		bottom: 14px;
	}

	#index_mbox ul li {
		width: 50%;
		float: left;
	}

	#index_mbox ul li:nth-child(even) {
		border-right: 0;
	}

	#about p {
		line-height: 25px;
		height: 125px;
		overflow: hidden;
	}

	#application .col-sm-9 {
		padding-right: 0;
	}

	.app-list .app-img {
		margin-right: 15px;
		padding-left: 5px;
	}

	.app-list {
		padding: 15px 10px;
		margin-bottom: 15px;
	}

	.contact-input p {
		padding: 15px 0 10px;
	}

	.cat tr td a {
		padding: 0 10px;
	}

}

@media screen and (max-width:767px) {

	.top {
		font-size: 12px;
	}

	.navbar-toggle {
		margin-top: 13px;
		margin-right: 15px;

	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #005aad;
	}

	#header .navbar-brand {
		height: 60px;
	}

	.navbar-header img {
		height: 40px;
		padding-left: 0px;
	}

	.navbar-default .navbar-brand {
		padding-top: 10px;
	}

	.nav.navbar-nav {
		float: left !important;
		width: 100%;
		margin-left: 0px;
	}

	.navbar-nav>li>a {
		line-height: 26px;
	}

	.search {

		bottom: 20px;
	}

	.dropdown-menu {
		position: inherit;
		float: none;
	}

	#banner .carousel-caption {
		left: 10%;
		right: 10%;
	}

	#banner .carousel-caption h5 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	#banner .carousel-caption p {
		font-size: 13px;
	}

	#banner .carousel-indicators {
		margin-bottom: 0;
		bottom: 10px;
	}

	#banner a.click {
		display: none;
	}



	#index_mbox ul li {
		width: 50%;
		border-right: 0;
		float: left;
	}

	#index_mbox ul li .front {
		padding: 15px 0;
	}

	#index_mbox ul li img {
		max-width: 50px;
	}

	#index_mbox ul li h5 {
		font-size: 16px;
	}

	#about {
		margin: 15px auto;
	}

	#about h3 {
		font-size: 18px;
	}

	#about p {
		margin-bottom: 10px;
	}

	h3.tit {
		font-size: 18px;
		margin: 15px 0 10px;
	}

	p.con {
		margin-bottom: 15px;
	}

	.app-list {
		padding: 10px;
		margin-bottom: 15px;
	}

	.app-list .app-img {
		float: none;
		height: 42px;
		line-height: 42px;
		margin-right: 0px;
		padding-left: 0px;
		text-align: center;
	}

	.app-list h2 {
		padding: 15px 0 10px;
		text-align: center;
	}

	.app-list p {
		text-align: center;
		height: 50px;
		line-height: 25px;
		overflow: hidden;
	}

	#application {
		padding-bottom: 0px;
	}

	.news-list {
		padding: 10px;
		margin-bottom: 15px;
	}

	#partner {
		margin: 15px auto;
	}

	#footer .top {
		padding: 20px 0;
	}

	#footer .top .l {
		width: 100%;
	}

	#footer .top .l dl {
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
		margin-bottom: 0;
	}

	#footer .top .l dl dt {
		margin-bottom: 0;
	}

	#footer .top .l dl .box {
		display: none;
	}

	#footer .top .l dl.open .box {
		display: block;
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	#footer .top .l dl dd a {
		float: left;
		width: auto;
		display: inline-block;
		padding: 0 10px;
	}

	#footer .top .l dl dd a.icon img {
		position: static;
		margin-right: 5px;
	}

	#footer .top .r {
		width: 100%;
		margin-top: 20px;
	}

	#footer .bottom {
		padding-bottom: 70px;
	}

	#located {
		line-height: 36px;
		border-bottom: none;
	}

	#located .r {
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 10px;
	}

	#located .l,
	#located .r {
		float: none;
		clear: both;
	}

	#located .snav ul li {
		width: 25%;
		float: left;
		text-align: center;
	}

	#located .snav li a {
		padding: 0;
	}

	.content {
		padding: 15px 0;
	}

	.about-con .col-md-6 p {
		padding: 15px;
	}


	.contact-input p {
		padding: 10px 0 8px;
	}

	.contact-input {
		padding: 15px 0;
		margin-bottom: -15px;
	}

	.contact-input p.input-title,
	.contact-input .tips {
		font-size: 14px;
	}

	.contact-input input {
		height: 30px;
	}

	.contact-input .col-xs-6 span {
		line-height: 28px;
	}

	.contact-input textarea {
		height: 120px;
		margin-bottom: 12px;
	}

	.contact-input button {
		padding: 10px 30px;
	}

	.cat {
		padding: 15px 0;
	}

	.cat tr td {
		padding: 0 5px;
	}

	.tabs li {
		float: left;
		width: 33.3%;
		margin: 0;
		height: 30px;
		line-height: 30px;
	}

	.tabs li a {
		padding: 0;
		text-align: center;
	}

	.modal-dialog {
		width: 100%;
		margin: 0;
	}

	.tab_con {
		padding: 15px 0;
	}

	.cat .tdleft {
		width: 110px;
		height: 28px;
	}

	.cat tr td a {
		padding: 0 5px;
		line-height: 28px;
	}

	.izl-rmenu {
		display: none;
	}

	.contact .col-md-3 {
		padding-right: 15px;
	}

	#index_mbox ul li p {
		padding: 0 15px;
		height: 96px;
	}
}
#product .box .h2 {
	font-size: 16px;
	padding: 0 17px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.app-list .h2{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-list .h2 {
	font-size: 16px;
	margin: 0;
	padding: 25px 0 10px;
	    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

}
.news-list .h2 a{
	font-size: 16px;
}
