@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-family:"Microsoft Yahei",宋体,Verdana,Arial,Helvetica,Sans-serif;
	font-weight:normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
input,textarea{outline:none;}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;	
}
/*input框自动填充背景色*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;	/**通过边框阴影遮挡住背景*/
	/*-webkit-text-fill-color: #333; !**填充字体颜色*!*/
}
body{ background:#f8f8f8; overflow-x:hidden;}
a,a:link,a:visited{ text-decoration:none; color:#333;text-decoration: none;}
a.active{color: #ffb02c; text-decoration:none;}
.cl{clear:both; visibility:hidden; font-size:0px; line-height:0px; width:100%; height:0; padding:0px; margin:0px;}

/*clear float*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}

.red,a.red:link,a.red:visited{color:#ee7800;}
a.red:hover {color:#ffb02c;}

.dot{color:#ae1d2c;}


/*header*/
.headerpage{clear:both; width:100%; margin:0 auto 0 auto; padding:0.5rem 0 0.5rem 0; background:#fff; }
.headerpage:after, .headerpage:before {content: '';display: block;clear: both;height: 0;}


header{ float:left; width:100%; background:#fff;}
.head{clear:both; margin:0 auto; max-width:1600px;}
header:after,header:before {content: '';display: block; clear: both; height: 0;}

header .logo{ float:left; width:30%; }

header .headerright{float:right; width:62%; padding:1.5rem 0 0 0; position:relative; }
.sou-1{ float: right; width:4%;}

header .wapnav{float:right; display:none;}

/*搜索框*/
#trigger{ float:right; margin:1.2rem 0 0 0;}
#trigger a{ margin:0px 18px 0 0; padding:0 0 0 0; }
#trigger span{ border-left:1px solid #004ea2; background:url(../images/dianhua.png) no-repeat 15px 3px; padding:0 0 0 35px; color:#004ea2;  }

#fade { display: none; /* Hidden as default */background: #000;position: fixed; left: 0; top: 0;width: 100%; height: 100%;opacity: .80;z-index: 9999;}

.infosearch1{ margin:3% auto 0 auto; padding:0px 0px 0 0; border:0px solid red; text-align:center; width:60%; overflow:hidden; }
.infosearch1 input[type="text"]{width:60%; padding:0 20%; height:45px;border:1px solid #dddddd;-moz-border-radius: 3px;-webkit-border-radius:3px;border-radius:3px;padding-left:3px;background:rgba(255,255,255,.5); font-size:18px;  border-radius:30px; color:#333; }
.infosearch1 input[type="submit"]{background:#345dac; cursor:pointer; border: 0px solid #345dac;height:45px;width:45px;color:#ffffff;font-weight:bold; border-radius:30px; font-size:16px;}
.infosearch1 input[type="submit"]:hover{background:#4cc5d3;}

/*搜索框*/
.sec{ display:none;}


/*Banner大图调用 开始*/
.bannerwrap{clear:both; width:100%; margin:0 auto; padding:0; background:#e5e5e5;}
.bannerwrap .banner{position:relative;width:100%;margin:0 auto;padding:0;overflow:hidden;}
.bannerwrap .banner a{background-position:center;}
.bannerwrap .banner .mask{vertical-align:middle;position:absolute; width:100%; height:20px; right:0; bottom:10px; text-align:center; }
.bannerwrap .banner .mask span{color:#ffffff;padding:0 5px;text-align:center;line-height:15px;width:15px;height:15px;font-family:Arial;font-size:12px;cursor:pointer;overflow:hidden;margin:3px 1px;background-color:#ffffff; -webkit-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%; height:450px;}
.bannerwrap .banner .mask span.show{color:#fff;line-height:10px;width:10px;height:10px;font-size:12px;margin:0 1px;border:0;background-color:#ae1d2c;font-weight:bold;}
#showbanner{display:block;width:100%; text-align:center;background-position:top;background-repeat:no-repeat;}
#showbanner img{ max-width:100%; display:block;}
#showbanner img:after,#showbanner img:before {content: '';display: block;clear: both;height: 0;}
/*Banner大图调用 结束*/

/*大图放大*/
 *{ padding: 0; margin: 0;}

.xsk20{animation: xsk20 1.5s linear ;-webkit-animation: xsk20 1.5s linear ;-moz-animation: xsk20 1.5s linear ;-o-animation: xsk20 1.5s linear ;width: 100%;}

@keyframes xsk20{
0% { transform: scale(1.05); -ms-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05); -moz-transform: scale(1.05);}
100% { transform: scale(1); -ms-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1); -moz-transform: scale(1); }
}
@-webkit-keyframes xsk20{

0% { transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1); -o-transform: scale(1);-moz-transform: scale(1);}
100% {transform: scale(1.05); -ms-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05); -moz-transform: scale(1.05);}

}

@-moz-keyframes xsk20{
0% {transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1); -moz-transform: scale(1); }
100% {transform: scale(1.05); -ms-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05); -moz-transform: scale(1.05);}
}

@-o-keyframes xsk20{
0% {transform: scale(1);-ms-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1);}
100% {transform: scale(1.05); -ms-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05); -moz-transform: scale(1.05);}
}

@-ms-keyframes xsk20{

0% {transform: scale(1);-ms-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1); -moz-transform: scale(1);}
100% {transform: scale(1.05); -ms-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05); -moz-transform: scale(1.05);}
}


#demo{ width: 100%;}
#demo .carousel-indicators li { box-sizing: content-box;-ms-flex: 0 1 auto;flex: 0 1 auto; width:12px;height:12px; border-radius:50%; margin-right: 3px;margin-left: 3px; text-indent: -999px;cursor: pointer; background-color: #fff; background-clip: padding-box;border-top: 10px solid transparent; border-bottom: 20px solid transparent; opacity: .5;transition: opacity 0.6s ease; }
#demo .carousel-indicators li img{ width: 100%;}
#demo .carousel-indicators .active { opacity: 1;}		
		
/*大图放大完	*/
		

/*产品3D旋转*/
.box li {position: relative;margin: 0 10px 10px  10px;z-index: 10;-webkit-transition: all 500ms ease;transition: all 500ms ease;-webkit-transform: translateY(0);transform: translateY(0);}
.box li:hover {-webkit-transform: translateY(-76px);transform: translateY(-76px);}
.imgbox {width:100%;position: relative;-webkit-transition: all 500ms ease;transition: all 500ms ease;-webkit-transform: translateY(0);transform: translateY(0);}
.box li:hover .imgbox {-webkit-transform: translateY(76px);transform: translateY(76px);}
.image-inner {position: relative;overflow: hidden;z-index:10;background:#000;}
.image-inner>img {width: 100%;-webkit-transform: scale(1.0);transform: scale(1.0);opacity: 1;-webkit-transition: all 500ms ease;transition: all 500ms ease;}
.box li:hover .image-inner>img {opacity: 0.2;-webkit-transform: scale(1.2);transform: scale(1.2);}

.con {text-align: center; position:relative; background:#565656}
.con h3 {margin: 0;text-transform: uppercase;font-weight: bold;color: #ffff; line-height:4rem;}
.con h3 a {color: inherit;-webkit-transition: all 500ms ease;transition: all 500ms ease; background: none; text-decoration: none;}
.con h3 a:hover {color: #fff;}

.a_link {position: absolute;top: 100%;left: 0;z-index: 20;display: block;text-align: center;width: 100%;background-color:#f0b100;color: #ffffont-size: 18px;padding-top: 20px;padding-bottom: 20px;-webkit-transform-origin: top center;transform-origin: top center;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: perspective(400px) rotateX(-90deg);transform: perspective(400px) rotateX(-90deg);-webkit-transition: all 500ms ease;transition: all 500ms ease;}

.box li:hover .a_link {-webkit-transform: perspective(400px) rotateX(0);transform: perspective(400px) rotateX(0);text-decoration: none;}
.a_link:hover {color: #fff;}


/*产品产品图片闪动*/

figure.effect-apollo {background: #3498db;}
figure.effect-apollo img {opacity: 0.95;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;	transition: opacity 0.35s, transform 0.35s;	-webkit-transform: scale3d(1.05,1.05,1);transform: scale3d(1.05,1.05,1);}

figure.effect-apollo figcaption::before {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';-webkit-transition: -webkit-transform 0.6s;transition: transform 0.6s;-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);}

figure.effect-apollo p {position: absolute;right: 0;bottom: 0;margin: 3em;padding: 0 1em;border-right: 0px solid #fff;text-align: center;opacity: 0;-webkit-transition: opacity 0.35s;transition: opacity 0.35s;}
figure.effect-apollo:hover figcaption::before {-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
figure.effect-apollo:hover p {opacity: 1;-webkit-transition-delay: 0.1s;transition-delay: 0.1s;background-color:rgba(0,60,155,0.5);padding:3% 3%;}
figure.effect-apollo p a {color:#FFF; font-size:16px;text-decoration: none;}
.grid {position: relative;clear: both;margin: 0 auto;max-width: 1000px;list-style: none;text-align: center;	}

/* Common style */
.grid figure {position: relative;overflow: hidden;text-align: center;cursor: pointer;}
.grid figure img {position: relative;display: block;min-height: 100%;max-width: 100%;opacity: 0.8;}
.grid figure figcaption {padding: 2em;color: #fff;text-transform: uppercase;font-size: 1.1em;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.grid figure figcaption::before,.grid figure figcaption::after {pointer-events: none;}
.grid figure figcaption,.grid figure figcaption > a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/*产品图片闪动*/




/*首页样式*/
.mainbg1{ width:100%; background:url(../images/img1bg.jpg)center top  no-repeat #f5f5f5; text-align:center;margin:0 auto;}

.container-fluid{ max-width:1330px;text-align: center; color:#FFF;  }
.wztop h1 {font-size:2rem; font-weight:bold; line-height:52px; padding-top:5%; text-align: left; }
.wztop p{font-size:1.2rem; padding-bottom:5%; text-align: left;}
.sousuo{ padding-top:8%; }
.sousuo form{color:#fff; background:#FFF; padding:1% 0;}
.input{ width:86%; line-height:37px; padding:0px 2% 0 2%; margin-right:0px;  font-size:14px;  border:solid 1px #fff; }
.button{ width:12%; line-height:37px; margin-top:0px; padding-top:0px; font-size:16px; color:#ffffff; border:0px solid #C8C8C8; background:url(../images/sousuo.png) no-repeat center; cursor:pointer; }


.sousuo1{ }
.sousuo1 form{color:#fff; background:#FFF; padding:1% 0;}
.input{ width:86%; line-height:37px; padding:0px 2% 0 2%; margin-right:0px;  font-size:14px;  border:solid 1px #fff; }
.button{ width:12%; line-height:37px; margin-top:0px; padding-top:0px; font-size:16px; color:#ffffff; border:0px solid #C8C8C8; background:url(../images/sousuo.png) no-repeat center; cursor:pointer; }


/*---首页分类----*/
.pimg{ position:relative; overflow:hidden; }
.pimg:hover{box-shadow:0px 0px 20px #7da5d6; transition: 588ms; }
.pimg a{ display:block; }
.pimg img{ width:100%; display:block;  transition: 588ms; }
.pimg:hover img {transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.pimg p{ position:absolute; bottom:0px; left:0px; width:100%; background-color:rgba(0,0,0,0.7); height:60px; overflow:hidden; line-height:60px; color:#fff;  padding:0 0 0 5%;font-size:1.5rem; font-weight:bold; text-align:center;}


/*---首页产品----*/
.prcen{ width:100% ; background:#f5f5f5; padding-bottom:25px;}
.titletop {width:100%; margin:0 auto; text-align:center; padding:3% 0;}
.titletop a{  font-size:2.2rem; font-weight:bold;}
.titletop p{font-size:1.2rem; color:#818181;}

.procont {display:flex; flex-wrap:wrap; justify-content:space-between;}
.procont dt { width:49%;}

.primg { background:#3462b1; }
.primg img{ width:100%;}
.primg .chakan{ font-size:1.5rem; color:#FFF; line-height:3rem; padding:1rem 0;}
.primg .chakan a{ border:#FFF 1px solid; padding:.3rem 2rem;font-size:1rem; color:#FFF;}
.primg-1{padding:0 0px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; margin:0 -5px;}
.primg-1 img{ width:100%; }
.primg-1 p{ text-align:center; background:#565656; line-height:4rem; font-size:1.2rem; color:#FFF; }
.primg:hover>{}

.pdright { display:flex; flex-wrap:wrap; justify-content:space-between; align-content:space-between; }
.pdright ol { width:48%;}
.pdright ol h3 {text-align:center; background:#565656; height:4rem; line-height:4rem; font-size:1.2rem; color:#FFF; overflow:hidden }
.pdright ol:hover h3 { background:#3462b1}

/*---首页资质滚动----*/
.indexzizhi{ background:#f5f5f5; padding:0 0 4% 0; }
.indexzizhi .titletop { padding:3% 0 2% 0;}
.myslider{ max-width:100%; margin: 20px auto; width: calc(100% - 100px);}
.myslider ul li{ padding: 10px;box-sizing: border-box;}
.myslider ul li img{ max-width: 100%; height: auto}

/*---首页新闻----*/
.mainbg3{ width:100%; text-align:center; margin:0 auto 3% auto;}
.titletop1 {width:100%; margin:0 auto; text-align:center; padding:3% 0 2% 0; }
.titletop1 a{font-size:2.2rem; font-weight:bold; color:#FFF;}
.titletop1 p{font-size:1.2rem; color:#818181; color:#FFF;}
.newswen { background: #FFF; color:#333; padding:0 0 1rem 0;}

.leftnews{ text-align:left; background:url(../images/leftnews.png) no-repeat left 62%; padding:3% 0 2% 10%; border-bottom:#666 1px dashed; margin:0 3%;}
.leftnews a{ font-size:18px;text-decoration: none; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.leftnews h2 { margin-top:5px; height:20px; overflow:hidden;}
.leftnews h2 p { font-size:15px;}
.leftnews:hover { adding: 0 36px; position: relative;transition-duration: .5s; background: #f0b100 url(../images/leftnews2.png) no-repeat 2rem 62%;;  margin:0 -2rem 0 -.1rem; position: relative;  }
.leftnews:hover a{ padding:0 3.5rem  0 2rem ;  color:#FFF;}	
.leftnews:hover p{ padding:0 3.5rem 0 2rem ; color:#FFF; }	
.leftnews:hover .h-bg { position: absolute; width: 0; height: 100%; background: #d0111b;  transition-duration: .5s;left: 0; top: 0; z-index: 1;}
	
	
	


.leftnews p{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; color:#999; font-size:14px; }


.newimg{ padding-left:4%;}

/*新闻轮播*/
    .swiper-container {
      width: 100%;
      height:auto;
	   max-width:1200px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	 .swiper-slide img{ display:block; width:100%; height: auto; }
	 .swiper-slide img:hover{  transition: 588ms;  display:block; width:100%; height: auto; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
	  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet{ background:#fff;opacity:.4;}
.swiper-pagination-bullet-active{ background:#fff;opacity:1;}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 20px; right: auto;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: 20px; left: auto;}

.swiper-button-next,
.swiper-button-prev {
 position:absolute;
 top:50%;
 width:22px;
 height:36px;
 margin-top:-18px;
 z-index:10;
 cursor:pointer;
 display:flex;
 align-items:center;
 justify-content:center;
 color:#fff;
}

.swiper-slide{ position:relative;}
.swiper-slide a{ position:absolute; bottom:0; left:20px; line-height:40px; color:#fff; text-align:left; display:block; text-decoration:none;}
.swiper-pagination{ text-align:right; box-sizing:border-box; padding-right:20px;}

/*新闻轮播完*/

/*---底部----*/
.footer-1{ margin-bottom:3%;}
.dibumenu1 { text-align:left;}
.dibumenu1 h2{ font-size:1.4rem; color:#333; line-height:3rem ; font-weight:bold;}
.dibumenu1 ul li a{ color:#808080;line-height:2rem ; }

.dbcont{text-align:left; color:#333;}
.dbcont h2{font-size:1.4rem; color:#333; line-height:3rem ; font-weight:bold;}
.dbcont h3{ font-size:1.4rem; color:#333; font-weight:bold; line-height:3rem ;}
.dbcont p{ color:#808080;line-height:2rem ; }

.erweima p{ color:#808080;}

.footer11{ background:#f5f5f5; width:100%; padding:3rem 0;}
.cenlie1{color:#333; }
.cenl1{ border:#CCC 2px solid;}
.footerbottom{ font-size:15px; color:#999999; background:#000; padding:1% 0; text-align:center;border-top: 1px solid #fff;}
.footerbottom a{ font-size:15px; color:#999999; }
.footerbottom a:hover{color:#e17c4a;}

.fnav2{ display:none;}


/*产品页分类下拉*/
.page_road{ text-align: center; margin:0 0 5% 0; }
.next_nav{width: 100%;;display: none}
.next_nav li{position: relative;padding: 0!important;margin: 0 !important;width: 100%;background: #9a9999}
.clear{clear: both}
.zhe{position: fixed;z-index: 999;width: 100%;height: 100%;background-color: #9F9F9F;top: 0;left: 0;right: 0;bottom: 0px}
.menu5{padding: 0px;margin: 0px;}
.menu5 li{line-height: 2.5rem;width: 100%}
.next_nav4{padding-left: 2%}
.somes a{width: auto !important;}
#ad{}
#ads{margin: 3% auto;width: 1.5rem;}
#del{}
.ad{position: absolute;z-index: 999;top: 5%;width: 16px;margin-left: 14%;}
.del{position: absolute;z-index: 999;top: 5%;width: 16px;margin-left: 14%;display: none;}


/*产品页分类下拉*/





/*尾*/

/*内页*/

.abou1{ background:#3462b1 url(../images/abou1bg.jpg); width:100%;}
.about12 { text-align:center; line-height:4rem; font-size:2rem; font-weight:bold; color:#FFF; padding-top:2rem; }
.leiabout{ text-align:center; color:#FFF; margin:3rem 0;}
.leiabout a{  color:#FFF; line-height:4rem; font-size:1.5rem; border:#FFF 1px solid; padding:1.5rem 6rem }
.leiabout a:hover{ background-color: rgba(0, 0, 0, 0.6); border-color: rgba(255, 255, 255, 0.5); }




.mainpage{clear:both; width:100%; margin:0px auto 0 auto; padding:0;}
.mainpage:after, .mainpage:before{tent: '';display: block;clear: both;height: 0;}
.left{clear:both; overflow:hidden; padding:0 0%; margin:0 auto;}
.right{clear:both; max-width:1330px; margin:0 auto;}	
.right1{clear:both; width:100%; margin:0 auto;}	


.mainarea{ position:relative; clear:both; overflow:hidden; padding:0px 1rem 30px 1rem; min-height:360px; height:360px; }
[class].mainarea{height:auto;}
.mainarea div.tent{font-size:14px; line-height:23px;}

.zoominfo{ clear:both;overflow:hidden; margin-top:1%;}
.zoominfo .zoominfoleft{float:left; width:53%; }

.zoominfo .zoominforight{ float:left; margin-left:15px; font-size:14px; line-height:25px; width:45%; padding-right:0%; }
.zoominfo .zoominforight .content{ padding-top:5%;  }
.zoominfo .zoominforight .content h3{ font-size:16px; line-height:30px; }
.zoominfo .htmleaf-tent{ max-width:500px; margin:3% auto 0 auto; }
.zoominfo .thumbnails{ border:1px solid #d6d6d6; }

.midpicarea{border:solid 1px #bbbbbb;z-index:5;cursor:crosshair;}
.bigpicarea{border:solid 1px #bbbbbb;overflow:hidden;position:absolute;z-index:6;}
.viewarea{border:solid 1px #fff;cursor:move; background-color:#999;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;overflow:hidden;position:absolute; z-index:10;  }

.zoomsmall{margin-top:8px;}
.zoomsmall ul{clear:both;}
.zoomsmall ul li{float:left; margin:0 2px;}
.zoomsmall ul li img{border:solid 1px #bbbbbb; padding:2px; cursor:pointer;}

.productcontentnav{clear:both; height:40px; font-weight:bold; background-color:#edf2f8; padding-left:30px; margin:20px 0 20px 0; font-size:15px;}
.productcontentnav a,.productcontentnav a:link,.productcontentnav a:visited,.productcontentnav a:hover {float:left; padding:0 30px;text-align:center;color:#133058;line-height:36px;margin-top:4px; text-decoration: none; display:block; cursor:pointer; }
.productcontentnav a.active,.productcontentnav a.active:link,.productcontentnav a.active:visited{color: #ffffff; background-color:#024fa0; }
.productcontentnav span{font-size:16px; font-weight:bold}

/*内页位置*/
.positioninfobox{ clear:both; margin:0% auto 0 auto; width:100%; background:#eeeeee; }
.posbox{max-width:1300px; clear:both; overflow:hidden; margin:0 auto;}
.position{ float:right; padding-right:10px; text-align:right; line-height:40px; color:#000;}
.position a,.position a:link,.position a:visited {color:#000;}
.position a:hover,.position font.active,.position a.active,.position a.active:link,.position a.active:visited{color:#d71820;}
.positioninfo{ float:left; padding:0px 0 0 10px; line-height:40px;  font-size:18px;}




.menucp{ margin:20px auto 5px auto; max-width:1330px; clear:both; overflow:hidden; background:#f1f1f1; }
.menucp h3{float:left; padding:0px 0px; margin:0.5% 0.5%; width:32.3%; background:#7a7a7a;}
.menucp h3 a,.menucp h3 a:link,.menucp h3 a:visited{ font-size:17px; display:block; text-align:center; /*padding:15px 0;*/ line-height:50px; color:#fff; -webkit-transition: background-color 0.5s ;-moz-transition: background-color 0.5s ;-o-transition: background-color 0.5s;transition: background-color 0.5s; }
.menucp h3 a:hover,.menucp h3 a.active,.menucp h3 a.active:link,.menu3 h3 a.active:visited{background:#0a51a3; color:#fff; text-decoration:none;}



.menu3{ margin:20px auto 5px auto; max-width:1330px; clear:both; overflow:hidden; background:#f1f1f1; }
.menu3 h3{float:left; padding:0px 0px; margin:0.5% 0.5%; width:15.5%; background:#7a7a7a;}
.menu3 h3 a,.menu3 h3 a:link,.menu3 h3 a:visited{ font-size:17px; display:block; text-align:center; padding:15px 0; color:#fff; line-height:20px;-webkit-transition: background-color 0.5s ;-moz-transition: background-color 0.5s ;-o-transition: background-color 0.5s;transition: background-color 0.5s; }
.menu3 h3 a:hover,.menu3 h3 a.active,.menu3 h3 a.active:link,.menu3 h3 a.active:visited{background:#0a51a3; color:#fff; text-decoration:none;}



.backtop{ text-align:right; margin:10px 0 20px 0;}
.infosearch{ text-align:right; margin-bottom:10px; margin-top:10px; padding:5px 5px 0 0;}
.infosearch input[type="text"]{width:150px;height:23px;border: 1px solid #dddddd;-moz-border-radius: 3px;-webkit-border-radius:3px;border-radius:3px;padding-left:3px;background-color:#ffffff;}
.infosearch input[type="submit"]{background-color:#0a51a3;border: 1px solid #00418b;height:27px;width:60px;color:#ffffff;font-weight:bold;-moz-border-radius:3px;-webkit-border-radius: 3px;border-radius:3px;}

.infodes{ clear:both; padding:10px 0; line-height:20px;}

.af{ clear:both;}
.af dl{ clear:both;font-size:12px;line-height:23px;}
.af dl dt,.addf dl dd{ float:left;}
.af dl dt{ width:70px; text-align:right;}



.cenlie11{ color: #333; border:#CCC 1px solid; font-size:1.3rem; line-height:45px; padding:3rem 1rem; height:13rem; margin:3rem 0;}
.cenlie11 p{ line-height:25px; font-weight:bold; font-size:18px;}
.cenlie11:hover{ box-shadow: #d1d1d1 0px 0px 20px 5px;}
.centopt{color: #333;   }
.centopt p{color: #333; font-size:1.6rem; line-height:36px; font-weight:bold;}
.centopt a{  font-size:1.2rem;}



/*信息*/




.info_list{clear:both;margin-top:0px;padding:0px;}
.info_list ul{clear:both;}
.info_list ul li{ float:left; text-align:center; margin-top:15px;}


.info_listimg{clear:both;margin-top:0px;padding:0px; overflow:hidden}
.info_listimg ul{clear:both; margin-top:10px;  display:flex; justify-content:space-between; flex-wrap:wrap;}
.info_listimg ul li{ width:32%; text-align:center; line-height:36px; margin-bottom:2%;}
.info_listimg ul li a{display:block; padding:0px; overflow:hidden; }
.info_listimg ul li a div{ overflow:hidden;border:1px solid #dddddd}
.info_listimg ul li img{ width:100%;display:block; ; transition: 588ms;  }
.info_listimg ul li:hover img {transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.info_listimg ul li a:hover{text-decoration:none;}
.info_listimg ul li a p{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }


.info_list ol.head{background: #eeeeee;font-size:14px;height:30px;line-height:30px; overflow:hidden; clear:both; text-align:center; color:#333333;}


.info_list ol.info{clear:both; line-height:30px; padding:20px 10px; border-bottom:1px dotted #bbb;  }
.info_list ol.info:hover{ background:#f3f3f3; }
.info_list ol.info .views{ display:block; font-size:14px; line-height:22px; color:#777;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin:10px 0 0 0; }
.info_list ol.bg{background: #f5f5f5; padding:0 0 0 10px;}
.info_list ol.info font.dot{color:#db0000; font-family:"宋体";}
.info_list ol.info a.title{ font-weight:bold; font-size:18px; }
.info_list ol.info span{ display:block; font-size:12px;color:#666666;}


.info_list dl{ float:left; width:300px; height:265px; text-align:center; margin:0 25px 15px 25px; }
.info_list dl dd{ height:20px;line-height:20px;}



.info_view{ clear:both;padding:5px 0 10px 0;}
.info_view h1.title{border-bottom:1px dotted #ccc; font-size:22px;line-height:26px; padding:15px 0; text-align:center; font-weight:bold;}
.info_view h2.subtitle{ background:#f5f5f5; color:#999; font-size:14px;line-height:22px; padding:5px 0;text-align:center;}
.info_view div.content{ padding-top:1%; font-size:16px;line-height:30px; margin: 0 auto; display:block; }
.info_view div.content p{padding:0px 0;font-size:16px;}
.info_view img{ display:block; margin: 0 auto; width:auto}
.info_view div.concontent{ padding-top:2%; font-size:16px;line-height:30px; margin: 0 auto; display:none }
.info_view div.concontent p{padding:0px 0;font-size:16px;}



.info_view div.atta{font-size:14px;line-height:23px;padding-top:2px;color:#0a51a3; font-weight:bold;}
.info_view div.comment{font-size:12px;line-height:23px;padding-top:2px;}

.info_view div.other{ text-align:left; padding-right:0px;}

.info_view .bigimg{ padding:10px 0px; text-align:center;}


.info_view table {border-collapse:collapse; border-spacing: 0; border:#CCCCCC 1px solid; width:100%; margin:10px 0;}
.info_view td{border:#CCCCCC 1px solid; text-align:center; padding:4px;}


.info_commentlist{clear:both;margin-top:0px;padding:0px;}
.info_commentlist h1{background:#eeeeee;font-size:14px;line-height:28px;padding-top:3px;text-align:center;}
.info_commentlist p.name{clear:both; font-weight:bold; padding:3px 0;}
.info_commentlist p.date{clear:both; padding:3px 0; }
.info_commentlist p.content{clear:both; font-size:12px;line-height:20px; margin-bottom:20px; padding-bottom:10px; border-bottom:dotted 1px #ccc;}

.info_commentadd{ padding:5px;}
.info_commentadd p{ padding:3px 0;}
.info_commentadd input[type="text"]{ width:230px;}
.info_commentadd #txtcode{width:80px;}
.info_commentadd textarea{ width:230px;}

.supply_add{ padding:5px;}
.supply_add h2{ padding:5px; background-color:#f0f0f0; text-align:center;}
.supply_add p{ padding:3px 0;}
.supply_add input[type="text"]{ width:230px;}
.supply_add #txtcode{width:80px;}
.supply_add textarea{ width:230px;}

/*产品*/
.product_cate{clear:both;}
.product_cate dl{ clear:both; width:100%; margin-top:10px;}
.product_cate dl dt{ float:left; width:30%;}
.product_cate dl dd{ float:right; width:69%; line-height:21px;}
.product_cate dl strong{ font-size:14px;}

.product_list{clear:both;}
.product_list ul{clear:both;}

/*产品：上图下字*/
.product_list{clear:both; margin-top:0px; padding:0px; overflow:hidden;}
.product_list ul{clear:both; width:100%; margin-top:2%; display:flex; justify-content:space-between; flex-wrap:wrap;}
.product_list li{padding:0%; width:32%; text-align:center;line-height:26px; margin-bottom:1.5%;}
.product_list li a{display:block; background:#efefef; padding:5%; -webkit-transition: background-color 1.0s ; -moz-transition: background-color 1.0s ; -o-transition: background-color 1.0s; transition: background-color 1.0s; }
.product_list li img{ width:100%;display:block;}
.product_list li a:hover{text-decoration:none; background:#0a51a3; color:#ffffff;}
.product_list li p{ text-align:center; margin:5px 0 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.product_list li p span{ display:block; line-height:28px;}


/*产品：列表*/
.product_list ol.head{background: #eeeeee;font-size:14px;height:26px;line-height:26px;padding-top:2px; padding-left:16px;text-align:center; color:#333333;}
.product_list ol.head span.title{float:left;width:60%;}
.product_list ol.head span.views{float:left;width:10%;  }
.product_list ol.head span.date{float:right;width:28%; }

.product_list ol.info{clear:both; font-size:12px;height:27px;line-height:27px;padding:2px 0 1px 16px;background-image:url(../images/bg.gif); background-repeat:no-repeat;}
.product_list ol.bg{background: #f5f5f5;}
.product_list ol.info font.dot{color:#0a51a3; font-family:"宋体";}
.product_list ol.info a.title{float:left;width:60%; }
.product_list ol.info span.views{float:left;width:10%;text-align:center;font-size:12px;color:#666666;}
.product_list ol.info span.date{float:right;width:28%; text-align:center;font-size:12px;color:#666666;}

/*产品：左图右字*/
.product_list dl{ clear:both; width:100%; margin-top:10px;}
.product_list dl dt{ float:left; margin-right:10px;}
.product_list dl dd{ float:left; line-height:21px;}
.product_list dl strong{ font-size:14px;}
.product_list dl div.summary{ line-height:20px;}

/*.product_list ol.other,ol.other a,.product ol.other a:link,.product ol.other a:visited { display:block; font-size:12px; height:23px; line-height:23px;}*/
.product_view h1.title{border-bottom:1px dotted #ccc; font-size:22px;line-height:40px; padding:10px 0; text-align:center; font-weight:bold;}
.product_view h1.title b{ display:block; line-height:30px; font-size:20px;}
.product_view h2.subtitle{ background:#f5f5f5; color:#999; font-size:14px;line-height:22px; padding:5px 0;text-align:center;}
.product_view div.bigimg{ text-align:center; padding:10px 0;}
.product_view div.bigimg img{}

.product_view dl{ clear:both;}
.product_view dl dt,.product_view dl dd{ float:left;}
.product_view dl dt{ margin-right:10px; }
.product_view dl dd ul{ clear:both;}
.product_view dl dd li{ clear:both;font-size:12px;line-height:23px;}
.product_view dl dd span,.product_view dl dd p{ float:left;}
.product_view dl dd span{ width:70px; text-align:right;}
.product_view div.atta{font-size:12px;line-height:20px;color:#0a51a3;}



.product_viewcart{padding:5px;}
.product_viewcart h2{ padding:5px; background-color:#f0f0f0; text-align:center; font-weight:bold;}
.product_viewcart p{ padding:3px 0; border-bottom:dotted 1px #ccc; margin-bottom:10px; padding-bottom:10px;}
.product_viewcart strong{ font-weight:bold;}
.product_viewcart input[type="text"]{ width:230px;}
.product_viewcart input.pnum{width:80px;}
.product_viewcart textarea{ width:230px;}

/*留言内页*/
.message_add{ padding:5px;}
.message_add p{ padding:3px 0; float:left; width:50%;}
.message_add input[type="text"]{ width:96%; height:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.message_add #txtcode{width:100px;}
.message_add textarea{ width:96%; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}

.message_list{clear:both; margin-bottom:25px;padding:0px;font-size:12px;line-height:20px; padding:1px;}
.message_list h1.title{background:#ebebeb;font-size:14px;line-height:28px;text-align:center;}
.message_list div.memo{padding:5px 0;}
.message_list div.nickname{text-align:left; padding:3px 0px;}
.message_list div.adddate{text-align:left; padding:3px 0px;}
.message_list div.reply{ padding:5px 0;background-color:#f7f7f7; }

.order_add{ padding:5px;}
.order_add p{ padding:3px 0;}
.order_add input[type="text"]{ width:230px;}
.order_add #txtcode{width:100px;}
.order_add textarea{ width:230px;}


/*人力资源内页*/
.job_add{ padding:5px;}
.job_add p{ padding:3px 0;}
.job_add input[type="text"]{ width:98%; height:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.job_add #txtcode{width:100px;}
.job_add textarea{ width:98%; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.job_add select{ height:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}

.joblist{ clear:both; margin-bottom:15px; padding:10px 3px 10px 3px; border-bottom:dotted #333 1px;}
.joblist p{ padding:3px 0;}
.joblist p.biaoti{ font-size:18px;}
.joblist p.biaoti span{ font-size:18px;}
.joblist p.biaoti a{ background:#eeeeee; padding:3px 15px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border:1px solid #cccccc;}
.joblist p.fabu{ color:#666666;}

.viewpic{ width:100%; text-align:center; clear:both;}
.viewpic img{ margin:20px auto; display:block;}
/*分页*/
.pagelist{clear:both; font-size:16px; line-height:26px; margin-top:20px; text-align:center; color:#333333;}
.pagelist a{color:#363535; text-decoration:none; line-height:26px; margin:5px 2px; border:#CCCCCC solid 1px; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; padding:3px 8px;}
.pagelist a:hover{color:#0a51a3; text-decoration:none; border:#ccc solid 1px; background:#f1f1f1;}
.pagelist a.red{color:#ffffff; text-decoration:none; font-weight:bold; background:#d71820; border:none; -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.pagelist a.red:hover{color:#ffffff; text-decoration:none;} 



.plinktop{text-align:right;font-size:12px;line-height:25px; padding-right:8px;}
.plinktop a,.plinktop a:link,.plinktop a:visited { padding:0 3px;color:#363535;  text-decoration:none;}
.plinktop a:hover{color:#0a51a3; text-decoration:underline;}
.plinktop a.red,.plinktop a.red:link,.plinktop a.red:visited {color:#0a51a3; text-decoration:underline; }
.plinktop a.red:hover{color:#0a51a3; text-decoration:underline;} 

.plinkbottom{text-align:center;font-size:14px;line-height:25px;  padding-right:0px; margin:20px 0 0 0;}
.plinkbottom a,.plinkbottom a:link,.plinkbottom a:visited {padding:0 3px;color:#363535;text-decoration:none; }
.plinkbottom a:hover{color:#0a51a3; text-decoration:underline;}
.plinkbottom a.red,.plinkbottom a.red:link,.plinkbottom a.red:visited {color:#0a51a3; text-decoration:underline; }
.plinkbottom a.red:hover{color:#0a51a3; text-decoration:underline;}

.imgborder{ border:#dedede solid 1px;}

.roundabout-holder  { 
	width:850px;
	height:496px;
	margin:0 auto;

}
.roundabout-moveable-item {
   width:650px;
   height:394px;
   cursor: pointer;
	border:3px solid #ccc;
	border:3px solid rgba(0, 0, 0, 0.08);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
	.roundabout-moveable-item img{
		width:100%;
	}
.roundabout-in-focus {
	border:4px solid rgba(0, 0, 0, 0.1);
}



/*新闻内页*/
.info_listxw{clear:both; padding:0px; margin-top:20px; display:block; overflow:hidden;}
.info_listxw dl{ clear:both; padding:1.5% 0px; border-bottom:1px dotted #cccccc; overflow:hidden;position: relative;}
.info_listxw dl:before{ content:""; background:#f8f8f8; width:100%; height:100%; position:absolute; left: 0; top: 0;  opacity: 0; visibility: hidden; transform: scaleY(0); -webkit-transform: scaleY(0); -moz-transform: scaleY(0); transition: 570ms; }

.info_listxw dl:hover:before {opacity: 1; visibility: visible; transform: scaleY(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); }
.info_listxw dl:hover dt img {transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}

.info_listxw dl dt{ display:none;}
/*.info_listxw dl dt img { display: block; width:98%; border:0px solid #e6e6e6; height: auto; line-height: 1; transition: 588ms; }*/
.info_listxw dl dd{ clear:both; position:relative; padding:0px 1%;}
.info_listxw dl dd a.title{ clear:both; display:block; font-size:18px; line-height:24px;}
.info_listxw dl dd .jianyao{ clear:both; font-size:13px; line-height:24px; color:#666666; height:48px; overflow:hidden;}
.info_listxw dl dd .jianyao p{ float:left; color:#666666; text-align:left; }
.info_listxw dl dd .jianyao div{float:left; color:#666666; text-align:left; list-style-type: none;}
.info_listxw dl dd .jianyao font{float:left; color:#666666; text-align:left;}
.info_listxw dl dd .jianyao span{float:left; color:#666666; text-align:left;}
.info_listxw dl dd .jianyao strong{float:left; font-weight:normal;}
.info_listxw dl dd .jianyao a{float:left; color:#666666;}
.info_listxw dl dd .jianyao img{ display:none;}
.info_listxw dl dd .jianyao br{ display:none;}
.info_listxw dl dd .jianyao iframe{ display:none;}
.info_listxw dl dd .newsdate{ clear:both; color:#999999; line-height:26px;}




/* 特效滚动 */
#focus_Box{position:relative;width:800px;height:554px;margin:20px auto;}
#focus_Box ul{position:relative;width:800px;height:554px}
#focus_Box li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:200px;border-radius:4px;box-shadow:1px 1px 12px rgba(200, 200, 200, 1)}
#focus_Box li img{width:100%;background:url(../images/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(../images/float-bg.png) repeat;text-indent:8px;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:52px;height:52px;top:131px;}
#focus_Box .prev{background:url(../images/btn.png) left bottom no-repeat;left:0px}
#focus_Box .next{background:url(../images/btn.png) right bottom no-repeat;right:0px} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}
#focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(../images/share-btn.png) no-repeat;text-indent:-999px;}



/*QQ客服样式*/
.main-im{position:fixed;right:10px;top:300px;z-index:100;width:110px;height:272px;}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(../images/qq-icon-bg.png) no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:none;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:105px;border-bottom:1px solid #dddddd;}
.main-im .im_main .im-tel div{font-weight:bold;font-size:12px;margin-top:6px;}
.main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:bold;color:#e66d15;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show{width:112px;height:172px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-126px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:132px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(../images/toTop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a{display:block;width:52px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(../images/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;margin-left:68px;width:40px;height:133px;background:url(../images/open_im.png) no-repeat left top;}
.cart-btn {
	width: 60px;
	height:60px;
	height:60px;
	position: fixed;
	top:300px;
	right:0px;
	z-index: 99;
	cursor: pointer;
}
/*导航栏开始*/
.mainnav ul li:hover > ul {
	display:block;
}
.mainnav ul li:hover > ul li:hover {
	display:block;
}
/*.mainnav li > a:after { content:  ' +'; }*/
.mainnav li > a:only-child:after { content: ''; }
/*导航栏结束*/
.menu1_box{ overflow:hidden; text-align:center; }
.menu1_box h2{display: none;}
.menu1_box a {color:#000000; line-height:40px;  padding:10px 15px; font-size:15px; text-decoration:none; text-align:center; background:#e6e6e6; 	-webkit-transition: background-color 0.5s;	-moz-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s;}
.menu1_box a:link,.menu1_box a:visited{background:#e6e6e6;}
.menu1_box a:hover,.menu1_box a.active,.menu1_box a.active:link,.menu1_box a.active:visited{background:#d71820; color:#FFFFFF;}
.menu1_box ul li {display: inline;float: left;width:120px;}
.menu1_box ul {display: inline-block;overflow: auto;}
.page_road{text-align: center;}
/*订单信息*/
.tipcontent {
	width: 300px;
	margin: 10px auto 0 auto;
}
.tipcontent .reason{
	margin-left: 10px;
}
#iknow{
	display: block;
	line-height: 30px;
	height: 30px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	border-radius:5px;
	cursor:pointer;
	background:#d71820;
	color: #fff;
	margin-top:20px;
}
.tipcontent table td{
	height:40px;
}
.order_title{
	height:40px;line-height:40px;
	padding-left: 10px;
}
.product_info{
	width:70%;
}
.product_info td{
	width:25%;
	height: auto;
	line-height:35px;
	text-align: left;
	padding-left:30px;
}
.pro_name{
	cursor:pointer;
}
.address_info{
	width:80%;
}
.address_info td:nth-child(2),.address_info td:nth-child(4){
	width:30%;
	height: auto;
	line-height:35px;
}
/*订单退款申请结束*/
#layui-layer1{
	border: 1px solid #8D8D8D;
}
#layui-layer1 .layui-layer-title{padding-left:10px;font-size:15px;}
.action_box span,.action_box a{
	color:#40a9ff;
	cursor: pointer;
}
/*相关产品/相关新闻*/
.product_related{ clear:both; overflow:hidden}
.product_related .title{ line-height:34px; font-size:16px; font-weight:bold; border:#e6e6e6 1px solid; margin-bottom:2%; padding-left:2%;}
.product_related ul{}
.product_related ul li{float:left; width:21%; padding-right:2%; padding-left:2%; padding-bottom:2%; line-height:24px;}
.product_related ul li img{ border:#e5e5e5 1px solid;width:100%;}
.product_related li a{ text-align:center; display:block}

.news_related{ clear:both; margin-top:2%;}
.news_related .title{ line-height:34px; font-size:16px; font-weight:bold; border:#e6e6e6 1px solid; margin-bottom:2%; padding-left:2%;}
.news_related ul{ width:96%; margin:0 auto}
.news_related li{float:left; width:48%; margin-left:0.5%; margin-right:0.5%; line-height:34px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}

