body{overflow-x:hidden;}
/*右侧固定菜单*/
.fix {
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 2;
}
.fix-ul {
}
.fix-li {
	margin-bottom: 2px;
}
.fix-li-a {
	padding-top: 15px;
	width: 78px;
	height: 80px;
	text-align: center;
	display: block;
	background-color: #6492be;
	color: #fff;
	font-size: 16px;
}
.fix-li-a img {
	margin: 0 auto 5px auto;
	display: block;
}
.back-top {
	display: none;
}
.shade {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}
.fix-message {
	position: fixed;
	left: 50%;
	top: 10%;
	z-index: 3;
	margin-left: -360px;
	display: none;
	width: 720px;
	padding: 35px 40px;
	background-color: #fff;
}
.fix-message-top {
	margin: 0 1%;
	margin-bottom: 10px;
}
.fix-message-tit {
	float: left;
	font-family: "Open Sans";
	font-size: 24px;
	color: #333;
}
.fix-message-close {
	float: right;
	width: 25px;
	height: 25px;
	background: url("../images/icon28.png") no-repeat center;
	cursor: pointer;
}
.fix-message-cont {
}
.fix-inp {
	margin: 1%;
	float: left;
	width: 48%;
	height: 42px;
	padding-left: 40px;
	line-height: 42px;
	border: 1px solid #e3e1e1;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.fix-inp.icon1 {
	background-image: url("../images/icon29.png");
}
.fix-inp.icon2 {
	background-image: url("../images/icon30.png");
}
.fix-inp.icon3 {
	background-image: url("../images/icon31.png");
}
.fix-inp.icon4 {
	background-image: url("../images/icon32.png");
}
.fix-inp.icon5 {
	background-image: url("../images/icon33.png");
}
.fix-area {
	margin: 1%;
	float: left;
	width: 100%;
	padding: 10px;
	padding-left: 40px;
	border: 1px solid #e3e1e1;
	line-height: 24px;
	resize: none;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-image: url("../images/icon34.png");
}
.fix-btn {
	margin: 1%;
	float: left;
	width: 128px;
	height: 40px;
	background-color: #2aa4e5;
	color: #fff;
	border-radius: 10px;
}

/*产品*/
.banner-img {
	height: 282px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.banner-p {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 282px;
}
.page-nav {
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
	border-bottom: 1px solid #ebebeb;
	line-height: 50px;
}
.page-nav-i {
	margin-right: 20px;
	float: left;
	width: 17px;
	height: 50px;
	background: url("../images/icon58.png") no-repeat center;
}
.page-nav span {
	float: left;
	color: #e1e1e1;
}
.page-nav-a {
	position: relative;
	float: left;
	padding: 0 30px;
	font-size: 16px;
	color: #999;
}
.page-nav-tit {
	padding-right: 15px;
	display: block;
	background-position: right center;
	color: #999;
	background-repeat: no-repeat;
	background-image: url("../images/icon56.png");
}
.page-nav-tit.active {
	color: #25418a;
	background-image: url("../images/icon57.png");
}
.page-nav-pull {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	padding: 10px 0;
	display: none;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
}
.page-nav-pull a {
	display: block;
	line-height: 35px;
	text-align: center;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}
.page-nav-pull a:hover {
	background-color: #25418a;
	color: #fff;
}
.product {
	padding-bottom: 40px;
}
.prod-nav {
	float: left;
	width: 306px;
	border-top: 1px solid #dadada;
}
.prod-nav-dl {
}
.prod-nav-dt {
	display: none;
}
.prod-nav-dd {
}
.prod-nav-dd-item {
	border-bottom: 1px solid #dadada;
}

.prod-main {
width:100%;float:left;margin-bottom:20px;
}
.prod-ul {
}
.prod-li {
	padding: 0 15px 30px 15px;
	float: left;
	width: 33.3333%;
}
.prod-li-search {
	width: 25%;
}
.prod-li-a {
	display: block;
	border: 1px solid #ececec;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.prod-li-img {
	height: 236px;
	overflow: hidden;
}
.prod-li-img img {
	display: block;
	width: 100%;
}
.prod-li-desc {
	padding: 30px;
}
.prod-li-desc .tit {
	height: 48px;
	font-size:15px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prod-li-p {
	height: 72px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.prod-li-p p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prod-li-p p:before {
	content: '•';
	margin-right: 10px;
	color: #0172d4;
}
.prod-li-more {
	margin-top: 20px;
	display: block;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #1e43a1;
	color: #1e43a1;
	text-transform: uppercase;
	border-radius: 20px;
}
.prod-li-a:hover {
	box-shadow: 0 0 20px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.prod-li-a:hover .prod-li-more {
	background-color: #006cb7;
	color: #fff;
}
/*分页*/
.page {
	text-align: center;
}
.page-ctr {
	padding: 40px 0;
	display: inline-block;
}
.page a {
	margin: 0 2px;
	float: left;
	line-height: 30px;
	height: 32px;
	width: 32px;
	color: #222;
	text-align: center;
	border: 1px solid #ebebeb;
	background-repeat: no-repeat;
	background-position: center;
}
.page a.prev {
	background-image: url("../images/icon47.png");
}
.page a.next {
	background-image: url("../images/icon48.png");
}
.page a.active {
	color: #fff;
	background-color: #1e43a1;
}
/*产品详情*/
.prod-top {
	margin-bottom: 60px;padding-left:20px;padding-right:20px;margin-top:20px;
}
.prod-top-lf {
	float: left;
margin-top:0px;
}
.prod-top-img {
}
.prod-top-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media(max-width:500px){
	.prod-top-img img{display:none;}
.prod-top-li.active a{border:none;}

}


.prod-top-list {
	margin: 0 auto;
	width:390px;
}
 @media(max-width: 1240px) {
.prod-top-list{width:290px;}}


 @media(max-width: 1000px) {
.prod-top-list{width:200px;}}

 @media(max-width: 640px) {
.prod-top-list{width:300px;}}

.prod-top-ul {
}
.prod-top-li {
	padding: 10px;
}
.prod-top-li a {
	display: block;
	border: 1px solid #e7e7e7;
}
.prod-top-li img {
	display: block;
	width: 100%;
}
.prod-top-li.active a {
	border-color: #203897;
}
.prod-top-rg {
	float: right;
	width: 52%;margin-top:20px;
}
.prod-top-share {
	margin-bottom: 20px;
}
.prod-top-share a {
	float: left;
	margin-right: 15px;
}
.prod-top-desc {
	line-height: 24px;
}
.prod-top-desc .tit {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.prod-top-p {
	font-size: 14px;
	color: #666;word-wrap:break-word 
}
.prod-top-p p {
	margin: 10px 0;
}
.prod-top-p p:before {
	content: '•';
	margin-right: 10px;
	color: #0172d4;
}
.prod-top-btn {
	margin-top: 80px;
	display: block;
	font-size: 16px;
	color: #999;
	width: 130px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
}
.prod-top-btn:hover {
	background-color: #0172d4;
	color: #fff;
}
.prod-top .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	bottom: 35%;
	margin: -10px 0 0 0;
	padding: 0 10px;
	width: 20px;
	height: 20px;
	color: #999;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}
.prod-top .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -40px;
	background-image: url("../images/icon8.png");
}
.prod-top .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -40px;
	background-image: url("../images/icon9.png");
}
.prod-bot {width:100%;float:left;margin-top:20px;
}
.prod-bot-nav {
	margin-bottom: 16px;width:100%;float:left;
	padding-top: 8px;
	background-color: #dedede;
}
.prod-bot-main{padding-bottom:20px;padding-left:10px;padding-right:10px;}
.prod-bot-nav a {
	padding: 0 30px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 48px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.prod-bot-nav a.active {
	color: #666;margin-left:15px;
	background-color: #fff;
}
.prod-bot-main img {
	display: block;
	width: 100%;
}
.prod-item {
	display: none;
}
.prod-data {
}
.prod-table {
	width: 100%;
	text-align: center;
}
.prod-table tr th {
	background-color: #747779;
	color: #fff;
	line-height: 52px;
	font-weight: normal;
}
.prod-table tr th:first-child {
	text-align: left;
	padding-left: 20px;
}
.prod-table tr td {
	font-size: 16px;
	color: #000;
	line-height: 50px;
}
.prod-table tr td:first-child {
	text-align: left;
	padding-left: 20px;
}
.prod-table tr.bkg {
	background-color: #f3f3f3;
}
.prod-recom {
}
.prod-recom-tit {
	padding-top: 30px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #0661a7;
}
.prod-recom-ul {
	margin: 0 -10px;
}
.prod-recom-li {
	padding: 10px;
	float: left;
	width: 25%;
}
.prod-recom-li a {
	position: relative;
	display: block;
	overflow: hidden;
}
.prod-recom-li img {
	display: block;
	width: 100%;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.prod-recom-li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.2);
}
.prod-recom-li p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: url("../images/bkg4.png") repeat;
	width: 100%;
}
.prod-down-ul {
}
.prod-down-li {
}
.prod-down-li-tit {
	padding: 15px 20px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-image: url("../images/icon54.png");
}
.prod-down-li-a {
	padding: 20px;
	display: none;
}
.prod-down-li-a a {
	display: block;
	padding: 10px 10px 10px 30px;
	color: #333;
	background: url("../images/icon63.png") no-repeat left center;
}
.prod-down-li.active .prod-down-li-tit {
	background-color: #e4e5ea;
	color: #0661a7;
	background-image: url("../images/icon55.png");
}
.prod-down-li.active .prod-down-li-a {
	display: block;
}
.div_pro3 .rg {
    width: 596px;
}
.div2{line-height:25px;}
.rg {
/*    float: right;*/
}.div_pro3 .rg .div1 {
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
    color: #333;
    font-size: 32px;
    line-height: 32px;
}.div_pro3 .rg .div2 {
    margin-top: 20px;
}

@keyframes ostar {
 0% {
opacity:0
}
50% {
opacity:1
}
100% {
opacity:0
}
}
@-webkit-keyframes ostar {
 0% {
opacity:0
}
50% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes ostar {
 0% {
opacity:0
}
50% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes scaleW {
 0% {
transform:scaleX(0)
}
100% {
transform:scaleX(1)
}
}
@-webkit-keyframes scaleW {
 0% {
-webkit-transform:scaleX(0)
}
100% {
-webkit-transform:scaleX(1)
}
}
@-moz-keyframes scaleW {
 0% {
-moz-transform:scaleX(0)
}
100% {
-moz-transform:scaleX(1)
}
}
@keyframes scaleH {
 0% {
transform:scaleY(0)
}
100% {
transform:scaleY(1)
}
}
@-webkit-keyframes scaleH {
 0% {
-webkit-transform:scaleY(0)
}
100% {
-webkit-transform:scaleY(1)
}
}
@-moz-keyframes scaleH {
 0% {
-moz-transform:scaleY(0)
}
100% {
-moz-transform:scaleY(1)
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
transform: translate3d(0, -100%, 0)
}
100% {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
}
}
@-moz-keyframes fadeInDown {
 0% {
opacity: 0;
-moz-transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-moz-transform: none;
}
}
@keyframes fadeInUp {
 0% {
opacity: 0;
transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInUp {
 0% {
opacity: 0;
-webkit-opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-webkit-opacity: 1;
-webkit-transform: none;
}
}
@-moz-keyframes fadeInUp {
 0% {
opacity: 0;
-moz-transform: translate3d(0, 50%, 0);
}
100% {
opacity: 1;
-moz-transform: none;
}
}
@keyframes faderight {
 0% {
opacity: 0;
transform: translate3d(-50%, 0, 0);
}
100% {
opacity: 1;
transform: none
}
}
@-webkit-keyframes faderight {
 0% {
opacity: 0;
-webkit-opacity: 0;
-webkit-transform: translate3d(-50%, 0, 0);
}
100% {
opacity: 1;
-webkit-opacity: 1;
-webkit-transform: none;
}
}
@-moz-keyframes faderight {
 0% {
opacity: 0;
-moz-transform: translate3d(-50%, 0, 0);
}
100% {
opacity: 1;
-moz-transform: none;
}
}
@keyframes fadeleft {
 0% {
opacity: 0;
transform: translate3d(50%, 0, 0);
}
100% {
opacity: 1;
transform: none
}
}
@-webkit-keyframes fadeleft {
 0% {
opacity: 0;
-webkit-opacity: 0;
-webkit-transform: translate3d(50%, 0, 0);
}
100% {
opacity: 1;
-webkit-opacity: 1;
-webkit-transform: none;
}
}
@-moz-keyframes fadeleft {
 0% {
opacity: 0;
-moz-transform: translate3d(50%, 0, 0);
}
100% {
opacity: 1;
-moz-transform: none;
}
}
 @media screen and (max-width:1420px) {
/*head*/
.main {

}

/*产品详情*/
.prod-top-lf {

}

.prod-top-btn {
	margin-top: 40px;
}

}

@media screen and (max-width: 800px) {
.prod-top-lf{width:100%;}
.prod-top-rg{width:100%;}


}




/*产品*/
.prod-main {
	width: 100%;
}
.prod-li {
	width: 100%;
}
.prod-li-img {
	height: auto;
}
.prod-li-search {
	width: 100%;
}
/*产品详情*/
.prod-top-lf {

}
/*.prod-top-rg {
	width:52%;
}
.prod-recom-li {
	width: 50%;
}

*/

@media screen and (max-width: 740px) {
/*header*/

/*右侧固定菜单*/
.fix {
	right: 0;
}
.fix-li-a {
	padding-top: 6px;
	width: 50px;
	height: 60px;
	font-size: 12px;
}
.fix-message {
	margin-left: 0;
	left: 5%;
	width: 90%;
	padding: 20px;
}
.fix-inp {
	width: 100%;
}

.support-nav-dd-item .tit {
	line-height: 40px;
}
.support-nav-dd-a a {
	line-height: 35px;
}
.prod-main {
	width: 100%;
}
.prod-li {
	padding: 10px 0;
}
/*产品详情*/
.prod-top-list {
	width: 100%;
}
.prod-top .owl-theme .owl-controls .owl-buttons div {
	display: none;
}
.prod-data {
	overflow-y: auto;
}
.prod-table {
	min-width: 600px;
}
.prod-recom-li {
	width: 100%;
} 



 @media screen and (max-width: 640px) {

.prod-top-lf {
	width: 100%;
}
.prod-top-rg {
	width:108%;
}


}
 
 @media screen and (max-width:500px) {
.prod-top-img{display:none;}

.prod-top-img img{display:none;}



}