*{ margin:0; padding:0;}
li{ list-style-type:none;}
body{background: url(../images/body.jpg) repeat;font-size: 14px;font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;padding-top: 1px;}
a{ text-decoration:none;}

/*头部*/

.header{ width:100%; height:60px; }
.header .logo{ margin:10px auto; line-height:25px; font-family:Arial,'微软雅黑'; text-align:center;}
.header .logo a{color:#085aa6; font-size: 18px; text-decoration: none; font-weight:bold;}
.header .logo p{ margin:0px auto; padding:0px; font-size:12px;}
.top-logo{ display:none!important;}

/*导航*/
.nav_box{ width:100%;}
.nav_box li{ width:25%; background:#037ea0; float:left; text-align:center; list-style-type:none;}
.nav_box li a{ height:36px; line-height:36px; border:1px #036884 solid; border-top:none; border-left:none; font-family:"microsoft Yahei"," 微软雅黑","arial,helvetica,clean,sans-serif"; font-size:14px; color:#fff; text-decoration:none; display:block; }

/*banner*/
.banner{ width:100%; border:1px solide #085aa6; }
.banner img{ width:100%; height:200px; }

.banner .swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.banner .swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.banner .swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.banner .swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.banner .swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.banner .swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.banner .swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.banner .swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.banner .swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.banner .swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.banner .swiper-active-switch {
	/* Specific active button style: */	
	
}
.banner .swiper-visible-switch {
	/* Specific visible button style: */	
	
}

.banner .device {
  /*width: 640px;
  height: 300px;
  padding: 30px 40px;
  border-radius: 20px;
  background: #111;
  border: 3px solid white;
  margin: 5px auto;
  box-shadow: 0px 0px 5px #000;*/
  position: relative;
}
.banner .device .arrow-left {
  background: url(/ifile/5126/img/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.banner .device .arrow-right {
  background: url(/ifile/5126/img/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.banner .swiper-container {
  /*height: 300px;
  width: 640px;*/
}
.banner .content-slide {
  padding: 20px;
  color: #fff;
}
.banner .title {
  font-size: 25px;
  margin-bottom: 10px;
}
.banner .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index:99;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.banner .swiper-active-switch {
  background: #fff;
}

/*首页标题处，控制底部三角形*/
.m_title_dot{margin-bottom: 0px;overflow: visible;height: 34px;line-height: 35px;border-bottom: 1px #b7b2ae solid;
            position: relative;padding: 0 12px 0 0;background-color: #dfdfdf;display: block;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.m_title_dot h2{ position:relative;font-size:14px; float:left;width:161px; text-align:center; color:#fff; display:inline-block; background:#037ea0;
-moz-border-radius:1px;   -o-border-radius:1px; -webkit-border-radius:1px; border-radius:1px;}
.m_title_dot h2:before{ content: "";position:absolute;left:50%;top:35px;width:0; display:inline-block; border-top:4px #037ea0 solid; border-left:3px transparent solid; border-right:3px transparent solid;}
.m_title_dot:before,.m_title_dot:after { content:""; position:absolute; z-index:-2;}
.m_title_dot span{ float:right;  text-transform:uppercase; font-size:12px; color:#626262; font-family:Arial;}


/*推荐产品*/
.tui_product{ width:100%;overflow:hidden; margin:10px 0px;}
.tui_product_content{ clear:both;padding:10px 15px 0 12px;}
.tui_product_content a{width:140px;float:left;display:block; position:relative;padding:12px 0 0;height:130px;overflow:hidden;}
.tui_product_content a:before{  position:absolute;width:100%;height:1px; background:#fff;left:0;top:126px;}
.tui_product_content a img{ float:left; border:1px #e2e2e2 solid;border-radius: 3px;margin-right: 10px; width:130px; height:100px;}
.tui_product_content a div{ overflow:hidden;display:block; font-size:12px;height:130px;}
.tui_product_content a div b{ text-align: center;display:block; font-weight:100; line-height:30px; color:#000;width:130px;height:30px;}
.tui_product_content a div span{height:60px; display:block; color:#666; line-height:20px;overflow:hidden;padding:3px 0 0;}
.tui_product_content a div i{ font-style:normal; color:#0559a6;}
.tui_product_content a:last-child{ border:none;}
.tui_product_content a:last-child:before{ background:none;}

/*产品分类*/
.pro_list{margin-bottom: 20px;overflow: hidden;}
.pro_list_content{ clear:both;padding:0 15px;}
.pro_list_content h3{ padding:10px 0 0;display:block; clear:both; font-size:12px; font-weight:bold; line-height:25px; }
.pro_list_content h3 a{color:#1956ad;text-decoration: none;}
.pro_list_content p a{ line-height:32px;height:32px; display:inline-block;padding:0 0 0 10px; position:relative;width:132px; float:left; font-size:12px; color:#000; border-bottom:1px #fff solid;text-decoration: none;}
.pro_list_content p a:before{ content:""; position:absolute; display:inline-block;width:3px;height:12px; background:#0559a6;
    -moz-border-radius:2px;   -o-border-radius:2px; -webkit-border-radius:2px;border-radius:2px;left:0;top:10px;}
.pro_list_content p a:after{content:""; position:absolute; display:block;width:100%;height:1px; background:#d6d5d0;left:0;top:31px;}
.pro_list_content p:nth-child(4) a{width:84px; overflow:hidden;}
.pro_list_content p a:last-child{ border:none;}
.pro_list_content p a:last-child:after{ background:none;}
.pro_list_content p:nth-child(2) a:nth-child(7),.pro_list_content p:nth-child(4) a:nth-child(10){border:none;}
.pro_list_content p:nth-child(2) a:nth-child(7):after,.pro_list_content p:nth-child(4) a:nth-child(10):after{background:none;}
.pro_list_content p:nth-child(4) a:nth-child(10),.pro_list_content p:nth-child(4) a:nth-child(11){width:102px;}

/*首页关于我们*/
.About_us{overflow:hidden; margin:10px 0px; width:100%;}
.About_us .About_us_content{padding: 10px;clear:both;}
.About_us_content a{}
.About_us_content p{ text-indent: 2em;color:#666; line-height:20px;padding:3px 0 0; font-size:12px; }
.About_us_content p i{color:#0559a6;font-style: normal;}


/*隔断电话*/
.g_Tel {margin: 0 0 17px;padding: 6px 0 0 58px;line-height: 21px;height: 52px;
display: block;position: relative;font-size: 12px;color: #000;background-color: #dfdfdf;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.g_Tel b{ font-size:20px; font-family:Arial;color:#037ea0;}
.g_Tel .u-tel {display:inline-block;width:25px; height:25px;
    background:url(../images/tel-8.png) left top no-repeat;
    background-size:25px 24px;-webkit-background-size:25px 24px;
    -o-background-size:25px 24px;-moz-background-size:25px 24px;
    left:26px; top:17px; position:absolute;
}
.g_Tel .u-tel .z-ln-1{
	animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: xshow;
    animation-timing-function: linear;
	-webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: xshow;
    -webkit-animation-timing-function: linear;
	-moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: xshow;
    -moz-animation-timing-function: linear;
    border-radius: 0 35px 0 0;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height:6px;
	width:6px;
    position: absolute;
    right:4px;
    top:5px;
   z-index: 10;
}
.g_Tel .u-tel .z-ln-2{
	animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: xshow;
    animation-timing-function: linear;
	-webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: xshow;
    -webkit-animation-timing-function: linear;
	-moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: xshow;
    -moz-animation-timing-function: linear;
    border-radius: 0 35px 0 0;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 9px;
	width: 9px;
    position: absolute;
    right: 1px;
    top:2px;
    z-index: 10;
}

.g_Tel .u-tel .z-ln-3{
	animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: xshow;
    animation-timing-function: linear;
	-webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: xshow;
    -webkit-animation-timing-function: linear;
	-moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: xshow;
    -moz-animation-timing-function: linear;
    border-radius: 0 35px 0 0;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 12px;
	 width: 12px;
    position: absolute;
    right: -2px;
    top: -1px;
   z-index: 10;
}
.g_Tel .u-tel .s-ln-1, .g_Tel .u-tel .s-ln-2, .g_Tel .u-tel .s-ln-3{ border-color:#0559a6;}
.curved-hz-1 {position: relative;}



/*相关信息索引推荐*/
.NewIndex-m{ width:100%; margin:10px 0;}
.NewIndex-m h2{width:100%; font-family:"微软雅黑"; font-size:16px; color:#333;height:30px; line-height:30px; padding-left:10px;margin-bottom:10px;}
.NewIndex-m ul{}
.NewIndex-m ul li{padding-left: 10px;width:45%;display: block;float:left;height: 23px;line-height: 23px;}
.NewIndex-m ul li a{color:#0c4d9e;font-family:"微软雅黑"; font-size:14px;display:block; text-decoration:none;}
.NewIndex-m ul li a:hover{color:#015db2;}
.NewIndex-n{ width:100%; margin:10px 0;}
.NewIndex-n h2{width:100%; font-family:"微软雅黑"; font-size:16px; color:#7b7b7b;height:40px; line-height:40px; padding-left:10px;margin-bottom:10px;background:#f2f2f2;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.NewIndex-n ul{}
.NewIndex-n ul li{padding-left: 10px;width:35%;display: block;float:left;height: 23px;line-height: 23px;}
.NewIndex-n ul li a{color:#0c4d9e;font-family:"微软雅黑"; font-size:14px;display:block; text-decoration:none;}
.NewIndex-n ul li a:hover{color:#015db2;}


/*首页新闻标题切换*/
.n_title .m-cnt{margin:0 0 18px;overflow:visible;height:34px; line-height:35px;border-bottom:1px #b7b2ae solid;display:block;position:relative;padding:0 12px 0 0;background-color:#dfdfdf; -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;}
.n_title .m-cnt:before{ border:none;}
.n_title .m-cnt li{line-height:35px;height:35px; overflow:visible;padding:0;margin:0; position:relative;text-align:center; position:relative;font-size:14px; float:left;width:50%; text-align:center; color:#666; display:inline-block;float:left;}
.n_title .m-cnt li.z-on:before{ border:none;height:0;}
.n_title .m-cnt li.z-on:after{ border:none;height:0;}
.n_title .m-cnt li.z-on{ position:relative;float:left; text-align:center; color:#fff; display:inline-block; background:#037ea0;
-moz-border-radius:1px;   
    -o-border-radius:1px; 
   -webkit-border-radius:1px;
    border-radius:1px;}
.n_title .m-cnt li.z-on:before{ content:""; position:absolute; display:inline-block;width:0;height:0; border-top:5px #037ea0 solid; border-left:4px transparent solid; border-right:4px transparent solid;top:35px;left:50%; z-index:9;}

/*首页新闻列表*/
.n_list { margin:10px 0px;width:100%;}
.n_list .sclwrap_box {height:345px;position:relative;}
.n_list .n_list_mess{padding:0 12px 0 12px;;width:100%; overflow:hidden; float:left;}
.n_list_mess .det{display:block; width:296px;position:relative;height:105px; overflow:hidden; clear:both;}
.n_list_mess .det:before{ content:""; position:absolute;width:100%;height:1px; background:#fff;left:0;top:126px;}
.n_list_mess .det img{ float:left; border:1px #dedede solid;padding:2px; background:#fff;}
.n_list_mess .det span{ width:145px; overflow:hidden;float:right; display:inline-block; font-size:12px;}
.n_list_mess .det span i{ font-style:normal; display:block;line-height:17px; height:17px;color:#000;overflow:hidden;}
.n_list_mess .det span b{ display:block; color:#666; line-height:20px;height:64px; font-weight:100; overflow:hidden;padding:3px 0 0;}
.n_list_mess .det span em{ font-style:normal; color:#0559a6; font-weight:100; font-style:normal;}
.n_list .n_list_mess p{ overflow:hidden;width:100%;display:block;}
.n_list .n_list_mess p a{padding:0 0 0 4px; overflow:hidden;line-height:34px;height:34px; position:relative; border-bottom:1px #919191 dotted; float:none; display:block;}
.n_list .n_list_mess p a{ font-size:12px; color:#666;}
.n_list .n_list_mess p a span{ float:right;margin-right: 20px;}
.n_list .n_list_mess p a:last-child{ border:none;}
.n_list .n_list_mess p a span{ float:right;}


/*底部开始*/
.footer{ width:100%; margin-top:15px;}
.footer .u-top {line-height:15px;height:30px;background-color:#037ea0; text-align:right;padding:0 15px 0 0; font-size:14px;}
.footer .u-top b{ padding:12px 0 0;font-weight:100; display:inline-block;width:29px; text-align:center; position:relative;color: #fff;}
.footer .u-top b:before{ content:""; position:absolute; display:inline-block; border-bottom:10px #fff solid; border-left:10px transparent solid;border-right:10px transparent solid;left:5px;top:2px;}
.footer .m-bmu{ padding:16px 0 20px 0; line-height:29px;text-align:center; font-size:12px; position:relative; color:#666;}
.footer .m-bmu a{ color:#0559a6; font-size:12px;margin:0 5px;}
.footer .m-bmu .p1{font-size:12px;color:#666;position:relative; line-height:25px;}


/*内页公司介绍*/
.about{ width:100%;}
.about .n_nav{ width:100%; height:39px; line-height:39px; border-bottom:solid 1px #ccc; background:#f2f2f2;}
.about .n_nav ul{ padding:0 10px;}
.about .n_nav li{ float:left;}
.about .n_nav li.bt{ height:39px; background-image:linear-gradient(center top , #eeeeee, #e4e4e4);}
.about .n_nav li.bt a{ font-family:"microsoft Yahei"," 微软雅黑","arial,helvetica,clean,sans-serif"; font-size:15px; color:#333; padding:10px; text-decoration:none;}
.about .n_nav li.xian{ background:url(../images/jiantou.png) left top no-repeat; width:6px; height:39px; display:block;}
.about .n_nav li.text{ height:39px; line-height:39px;}
.about .n_nav li.n_text{ line-height:39px; padding-left:10px; font-family:"microsoft Yahei"," 微软雅黑","arial,helvetica,clean,sans-serif"; font-size:15px; color:#333;}
.about .n_nav .fl{ float:right; width:78px; height:23px; line-height:23px; text-align:center; background:#eee; border:solid 1px #ccc; font-size:12px; text-decoration:none; margin:8px 15px 0 0; border-radius:2px; color:#333;}
.about .n_nav .fl span{ background:url(../images/info_02.png) 0 3px no-repeat; padding-left:17px;}
.about .about_text{ padding:5px 10px;}
.about .about_text p{ line-height:2; font-family:"微软雅黑"; font-size:14px; color:#000000; text-indent:24px;}
.about_text img{ border:1px solid #dddddd;}
.about .imgCenter{ text-align:center}
/*内页产品展示*/
.product{ width:100%;}
.product .n_nav{ width:100%; height:39px; line-height:39px; border-bottom:solid 1px #ccc; background:#f2f2f2;}
.product .n_nav ul{ padding:0 10px;}
.product .n_nav li{ float:left;}
.product .n_nav li.bt{ height:39px; background-image:linear-gradient(center top , #eeeeee, #e4e4e4);}
.product .n_nav li.bt a{ font-family:"microsoft Yahei"," 微软雅黑","arial,helvetica,clean,sans-serif"; font-size:15px; color:#333; padding:10px; text-decoration:none;}
.product .n_nav li.xian{ background:url(../images/jiantou.png) left top no-repeat; width:6px; height:39px; display:block;}
.product .n_nav li.text{ height:39px; line-height:39px;}
.product .n_nav li.n_text{ line-height:39px; padding-left:10px; font-family:"microsoft Yahei"," 微软雅黑","arial,helvetica,clean,sans-serif"; font-size:15px; color:#333; width:100px; height:39px; overflow:hidden; display:inline-block;}
.product .n_nav .fl{ float:right; width:78px; height:23px; line-height:23px; text-align:center; background:#eee; border:solid 1px #ccc; font-size:12px; text-decoration:none; margin:8px 15px 0 0; border-radius:2px; color:#333;}
.product .n_nav .fl span{ background:url(../images/info_02.png) 0 2px no-repeat; padding-left:17px;}
.product .product_nlist{ width:100%;}
.product .product_nlist .li-1{ /*height:30px; line-height:30px;*/ border-bottom:solid 1px #eee; padding:8px 15px;}
.product .product_nlist .li-1 a{ font-family:"微软雅黑"; font-size:15px; color:#666; text-decoration:none;}
.product .product_nlist .li-1 span{ float:left; width:17px; height:17px; margin-top:3px;padding-right: 5px;}
.product .product_nlist .li-2{ /*height:30px; line-height:30px;*/border:none;padding-left:22px;padding-top:6px;}
.product .product_nlist .li-2 a{ font-family:"微软雅黑"; text-decoration:none;font-size:13px;color:#B8B5B5;}

.product .product_img{ width:100%;}
.product .product_img .img li{ height:80px; padding:10px; border-bottom:solid 1px #eee;}
.product .product_img .img li .img_left{ float:left; width:100px; height:80px; margin-right:15px;}
.product .product_img .img li .img_left img{ width:97px; height:77px; padding:1px; border:solid 1px #eee;}
.product .product_img .img li .tit_rit{ margin-left:110px;}
.product .product_img .img li .tit_rit h3{ font-family:"微软雅黑"; font-size:16px;color:#333; height:30px; margin-bottom:10px; width:60%; overflow:hidden; display:inline-block; line-height:30px; }
.product .product_img .img li .tit_rit p a{ border:solid 1px #ccc; border-radius:3px; background-image:-moz-linear-gradient(top , #eeeeee, #e4e4e4); width:75px; height:30px; line-height:30px; text-align:center; font-family:"微软雅黑"; font-size:14px; color:#666; display:inline-block; text-decoration:none; margin:0 3px; }




/*翻页*/
.page_list{ width:100%; margin:15px 0;}
.page_list li{ width:20%; height:35px; line-height:35px; float:left; text-align:center;}
.page_list li a{ font-family:"微软雅黑"; font-size:14px; color:#666; height:35px; line-height:35px; width:80%; text-align:center; border:solid 1px #ccc; border-radius:3px; background-image:-moz-linear-gradient(top , #eeeeee, #e4e4e4); display:block; text-decoration:none;}
.page_list li span{ font-family:"微软雅黑"; font-size:14px; color:#666;}


.listpage{ width:100%; margin:15px 0; overflow:hidden;height:38px;}
.listpage li{ width:20%; height:35px; line-height:35px; float:left; text-align:center;}
.listpage li a{ font-family:"微软雅黑"; font-size:14px; color:#666; height:35px; line-height:35px; width:80%; text-align:center; border:solid 1px #ccc; border-radius:3px; filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr='#f4f4f4',endcolorstr='#eaeaea',gradientType=0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr='#f4f4f4',endcolorstr='#eaeaea',gradientType=0);
background:-o-linear-gradient(top, #eee, #e4e4e4);background:-moz-linear-gradient(top, #eee, #e4e4e4);background:-webkit-gradient(linear, 0 0%, 0 100%, from(#eee),to(#e4e4e4));background-color:#c1c1c1;display:block; text-decoration:none;}
.listpage li span{ font-family:"微软雅黑"; font-size:14px; color:#666;}
/*产品详细*/
.product .n_nav .fh{ float:right; width:58px; height:23px; line-height:23px; text-align:center; background:#eee; border:solid 1px #ccc; font-size:12px; text-decoration:none; margin:8px 15px 0 0; border-radius:2px; color:#333;}
.product .n_nav .fh span{ background:url(/mFile/5226/imges/in.png) right 2px no-repeat; background-size:6px 10px; padding-right:10px;}
.product .pro_tit{ /*height:20px; line-height:20px;*/ padding:10px; text-align:left; font-family:"微软雅黑"; font-size:14px; color:#666; border-bottom:solid 1px #ccc;}
.product .product_view{ background:#f2f2f2; text-align:center; padding-top:10px;}
.product .product_view .img_view{ background:#fff; padding:5px; border:solid 1px #ccc; width:300px; height:300px; margin:0 auto;}
.product .product_view .img_view p{ width:300px; height:300px; text-align:center; overflow:hidden; display:table-cell; vertical-align:middle;}
.product .product_view .img_view img{ max-height:300px; max-width:300px; vertical-align:middle;}

.product .page_num{ padding:10px; border-bottom:solid 1px #ccc; background:#f2f2f2; text-align:center;}
.product .page_num .prev{ float:left; width:38px; height:24px; line-height:24px; border:solid 1px #ccc; border-radius:3px; text-align:center; background:url(/mFile/5226/imges/left.png) center center no-repeat; margin-left:20px;}
.product .page_num .next{ float:right; width:38px; height:24px; border:solid 1px #ccc; border-radius:3px; line-height:24px; text-align:center; background:url(/mFile/5226/imges/right.png) center center no-repeat;margin-right:20px;}
.product .page_num span{ text-align:center; height:24px; line-height:24px; font-family:"微软雅黑"; font-size:14px; color:#666;}
.product .view_text{ padding:15px 10px;}
.product .view_text h3{ /*height:30px; line-height:30px;*/ font-family:"微软雅黑"; font-size:14px; color:#666; }
.product .view_text p{ font-family:"微软雅黑"; font-size:12px; color:#999; line-height:2;}

/*相关产品*/
.xg_box{ width:100%;}
.xg_box .xg_tit{ padding:10px; height:20px; border:solid 1px #ccc; background:#f2f2f2; line-height:20px; font-family:"微软雅黑"; font-size:16px; color:#666; position:relative;}
.xg_box .xg_tit b{ background:url(/mFile/5226/imges/shang_j.png) left center no-repeat; width:14px; height:7px; position:absolute; left:30px; bottom:0; display:block;} 
.xg_box .xg_tit span{ background:url(/mFile/5226/imges/xiajian.png) left center no-repeat; width:14px; height:9px; float:right; display:block; margin-top:8px;}
.xg_box .xg_img{ padding:15px;}
.xg_box .xg_img li{ float:left; margin:0 5px;}
.xg_box .xg_img li .x_img{ width:80px; height:80px;}
.xg_box .xg_img li .x_img img{ width:78px; height:78px; border:solid 1px #ccc;}
.xg_box .xg_img li p{ width:80px; height:25px; line-height:25px; text-align:center;}
.xg_box .xg_img li p a{ font-family:"微软雅黑"; font-size:12px; color:#666; text-decoration:none;}


/*公司资讯*/
.news_list{ width:100%;}
.news_list .news_li li{ padding:10px; border-bottom:solid 1px #ccc;}
.news_list .news_li li h3{ height:20px; line-height:20px; width:100%; overflow:hidden; font-family:"微软雅黑"; font-size:14px; color:#666; /*margin-bottom:10px;*/}
.news_list .news_li li p.time{ height:20px; line-height:20px; font-family:"微软雅黑"; font-size:12px; color:#999; background:url(/mFile/5226/imges/date.png) left 5px no-repeat; padding-left:20px;}
.news_list .news_li a{ text-decoration:none; color:#333333}

.news_view{ padding:5px 15px;}
.news_view p{margin:8px 0;}
.news_view h3{ font-family:"微软雅黑"; font-size:14px; color:#666; height:25px; line-height:25px; width:100%; overflow:hidden;}
.news_vie p.view_time{ height:20px; width:100%; font-size:12px; font-family:"微软雅黑"; color:#E0E0E0; margin-bottom:10px;}
.news_view p.news_text{ font-family:"微软雅黑"; font-size:12px; color:#999; line-height:2; }

/*相关资讯*/
.new_li{ width:100%;}
.new_li li{ height:35px; line-height:35px; border-bottom:dashed 1px #ccc; padding-left:10px;}
.new_li li a{ font-family:"微软雅黑"; font-size:12px; color:#555; text-decoration:none;}


/*企业图集*/
.atlas_box{ width:100%; background:#f2f2f2; padding:15px 0;}
.atlas_box li{ width:50%; float:left;}
.atlas_box li .atlas_li{ width:122px; margin:5px auto;}
.atlas_box li .atlas_img{ width:122px; height:122px; background:#fff; border:solid 1px #ccc; display: table-cell; text-align: center; vertical-align: middle;}
.atlas_box li .atlas_img img{display:inline-table; max-height: 122px; max-width: 122px;vertical-align: middle;}
.atlas_box li p{ height:25px; line-height:25px; width:122px; text-align:center;}
.atlas_box li p a{ font-family:"微软雅黑"; font-size:12px; color:#666; text-decoration:none;}

.atlas_box .atlas_pag{ width:200px; margin:0 auto; background:#eee;border:none;}



/*产品详细上下页*/
.pagination .prev {float:left;}
.pagination .next {float:right;}
.pagination .trigs {text-align:center;margin:0 auto;}
.pagination .trigs ul{height:10px;line-height:10px;}
.pagination .trigs li {display:inline-block;text-indent:-9999px;margin-right:7px;width:10px;height:10px;border-radius:5px;background:#595959;}
.pagination .trigs li.cur {background:#FF7300;}
.pagination .pg-num .index {color:#ff5400;}

.pic-detail-title{line-height:20px;overflow:hidden;padding:12px 10px;text-align:left;border-bottom:1px solid #ccc; background-color:#fff; font-weight:700;}
.pic-detail-title p{float:left;}
.pic-detail-title .r-ico3{ position:absolute; background:url(/mFile/5226/imges/liu.png) right top no-repeat; background-size:14px 12px; width:14px; height:12px; display:block; right:5px; top:5px;}
.pic-detail-title .goguestbook{background-color:#ededed;border:1px solid #ccc; width:47px; height:23px; line-height:23px; display:block; float:right; padding:0 0 0 8px;  border-radius:2px; position:relative; color:#333; font-size:12px;}

.pic-detail-pics{margin:0;padding-top:12px;background-color:#f2f2f2;}
.pic-detail-pagenum{text-align:center;padding:10px 0;background-color:#F2F2F2;border-bottom:1px solid #CCCCCC;}
.pic-detail-pagenum .pagebtn{border:1px solid #CCCCCC;height:24px;line-height:24px;width:38px;background-color:#EDEDED;border-radius:2px;}	
.pic-detail-pagenum .pagebtn .prevbtn{width:6px;height:14px;margin:5px 16px;background: url(/mFile/5226/imges/left.png) center no-repeat;}
.pic-detail-pagenum .pagebtn .nextbtn{width:6px;height:14px;margin:5px 16px;background: url(/mFile/5226/imges/right.png) center no-repeat;}






/*内页联系我们*/
.cont_us{ width:100%;}
.cont_us h2{ font-family:"微软雅黑"; font-size:16px; color:#666; height:35px; line-height:35px; text-align:left; padding:15px;}
.cont_us ul{ padding:0 15px;}
.cont_us li {font-size:14px; font-family:"微软雅黑"; color:#333; line-height:2;}
.cont_us li span{ width:60px; height:25px; line-height:25px; /*text-align:right;  margin-right:10px;*/display:inline-block;}
.cont_us .phone{ background:url(/mFile/5226/imges/cont_bg.png) left top no-repeat; width:330px; height:50px; line-height:45px; font-family:"微软雅黑"; font-size:18px; color:#777; text-indent:70px; margin:10px 0 0 10px; }
.about .n_nav .fh{ float:right; width:58px; height:23px; line-height:23px; text-align:center; background:#eee; border:solid 1px #ccc; font-size:12px; text-decoration:none; margin:8px 15px 0 0; border-radius:2px; color:#333;}
.about .n_nav .fh span{ background:url(/mFile/5226/imges/in.png) right 3px no-repeat; background-size:6px 10px; padding-right:10px;}
.cont_us .phone a{ text-decoration:none; color:#777777}


/*浮动导航条*/
.Float-nav{position:fixed; z-index:999; left:0; bottom:0; overflow:hidden; width:100%;font:14px/1.231 "microsoft Yahei"," \5FAE\8F6F\96C5\9ED1",arial,helvetica,clean,sans-serif}
.Float-nav .Shrink-UP{width: 100%; background:url(/mFile/5226/imges/Shrink-UP.png) top center no-repeat;background-size: 384px 18px;height: 18px;}/*展开*/
.Float-nav .Shrink-Down{width: 100%; background:url(/mFile/5226/imges/Shrink-Down.png) top center no-repeat;background-size: 384px 18px;height: 18px;}/*收缩*/
.Float-nav .Txt-Nav{width: 100%;height:45px; overflow:hidden;
background: #cbcbcb; /* Old browsers */
background: -moz-linear-gradient(top,  #cbcbcb 0%, #dfdfdf 23%, #d5d5d5 63%, #919191 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbcbcb), color-stop(23%,#dfdfdf), color-stop(63%,#d5d5d5), color-stop(99%,#919191)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cbcbcb 0%,#dfdfdf 23%,#d5d5d5 63%,#919191 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cbcbcb 0%,#dfdfdf 23%,#d5d5d5 63%,#919191 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cbcbcb 0%,#dfdfdf 23%,#d5d5d5 63%,#919191 99%); /* IE10+ */
background: linear-gradient(to bottom,  #cbcbcb 0%,#dfdfdf 23%,#d5d5d5 63%,#919191 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#919191',GradientType=0 ); /* IE6-9 */
}
.Float-nav .Txt-Nav li{ width:25%; text-align:center; float:left; display:inline-block;}
.Float-nav .Txt-Nav li.icon1{ background:url(/mFile/5226/imges/Phone.png) center 6px no-repeat; background-size:23px 17px;}
.Float-nav .Txt-Nav li.icon2{ background:url(/mFile/5226/imges/Callback.png) center 5px no-repeat; background-size:20px 22px;}
.Float-nav .Txt-Nav li.icon3{ background:url(/mFile/5226/imges/Consult.png) center 6px no-repeat; background-size:22px 20px;}
.Float-nav .Txt-Nav li.icon4{ background:url(/mFile/5226/imges/Authenticate.png) center 6px no-repeat; background-size:18px 21px;}
.Float-nav .Txt-Nav li a{ line-height:70px;display: block;font-size: 12px;text-decoration: none;color: #333}



/*详细*/
.Detailed{ padding:15px;font:14px/1.231 "microsoft Yahei"," \5FAE\8F6F\96C5\9ED1",arial,helvetica,clean,sans-serif;color: #555;}
.Detailed .tit-1{ padding-bottom:15px;}
.Detailed .img-1 { margin-bottom:15px;}
.Detailed .wrap {background-color: #fff; text-align:center;width: 298px;height:228px; position: relative;overflow: hidden;margin: 0 auto;}
.Detailed .wrap img{ border:solid 1px #ccc; padding:3px;}
.Detailed .enla{ width:93px; margin:0 auto 15px auto; font-size:16px;}
.Detailed .enla a{ display:inline-block; background:url(/mFile/5226/imges/enla.png) left 3px no-repeat;background-size:20px 21px; padding-left:25px;height:25px; line-height:25px;text-decoration: none;color: #333;}
.Detailed .txt-1{border-top:1px solid #ccc; padding:15px 0 25px 0; line-height:22px;}

/*信息资料*/
.Company-ion{ margin-bottom:15px;font:14px/1.231 "microsoft Yahei"," \5FAE\8F6F\96C5\9ED1",arial,helvetica,clean,sans-serif;color: #555;}
.Company-ion .tit-1{ font-size:16px; font-weight:700; padding:0 15px; background-color:#e9e9e9; line-height:40px; height:40px;}
.Company-ion .txt-1{ padding:5px 15px;}

/*详细翻页*/
.deta-Page{overflow: hidden; padding:0 15px; margin-bottom:25px;font:14px/1.231 "microsoft Yahei"," \5FAE\8F6F\96C5\9ED1",arial,helvetica,clean,sans-serif}
.deta-Page li {width:50%;text-align: center;float: left;line-height: 35px;}
.deta-Page li a {display:inline-block;width:80%; line-height:35px;text-decoration: none;color: #333;border:1px solid #ccc; border-radius:4px;
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr='#f4f4f4',endcolorstr='#eaeaea',gradientType=0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr='#f4f4f4',endcolorstr='#eaeaea',gradientType=0);
background:-o-linear-gradient(top, #eee, #e4e4e4);background:-moz-linear-gradient(top, #eee, #e4e4e4);background:-webkit-gradient(linear, 0 0%, 0 100%, from(#eee),to(#e4e4e4));background-color:#c1c1c1;}


/*新面包屑*/
.t-nav-bc2 {height:39px;background-color:#f2f2f2;border-bottom:1px solid #ccc; display:block;font:14px/1.231 "microsoft Yahei"," \5FAE\8F6F\96C5\9ED1",arial,helvetica,clean,sans-serif}
.t-nav-bc2 .fontSize *{font-size:15px;}
.t-nav-bc2 ul {list-style:none;}
.t-nav-bc2 li {float:left;line-height:39px;color:#767676; padding-left:10px;}
.t-nav-bc2 .return{text-decoration:none;background-color:#ededed;border:1px solid #ccc; width:40px; height:23px; line-height:23px; display:block; float:right; padding:0 0 0 8px; margin:7px 10px 0 0; border-radius:3px; position:relative; color:#767676; font-size:12px;}
.t-nav-bc2 .r-ico{ position:absolute; background:url(/mFile/5226/imges/info.png) right top no-repeat; width:8px; height:12px; display:block; right:5px; top:5px;}




/*查看分类*/
.list_box{ width:100%; height:100%; background:url(/mFile/5226/imges/win-clas-bg.png) left top repeat; position:absolute; top:0; display:none;}
.list_box .list_left{ width:15%; padding-left:5%; float:left; height:100%; display:block; }
.list_box .list_left span{ background:url(/mFile/5226/imges/win1.png) left top no-repeat; background-size:35px 35px; margin-top:15px; width:35px; height:35px; display:inline-block;}
.list_box .list_rit{ float:left; width:80%; height:100%; background:url(/mFile/5226/imges/clas-lr-bg.jpg) left top repeat; float:right; display:block;}
.list_box .list_rit .rit_bg{ background:url(/mFile/5226/imges/clas-lr-bg2.png) left top repeat-y; width:100%; height:100%;}
.list_box .list_rit .rit_bg .rit_box{ padding:15px;}
.list_box .list_rit .rit_bg .rit_box .one_list{ height:30px; line-height:30px; padding:0 15px; background:#787878; color:#fff; font-family:"microsoft Yahei"," 微软雅黑","arial","helvetica","clean","sans-serif"; font-size:14px;}
.list_box .list_rit .rit_bg .rit_box .two_list .two_tit{height:37px; line-height:37px; padding:0 15px; background:#b8b8b8 url(/mFile/5226/imges/Level-bg.png) left bottom repeat-x;;margin:5px 0; position:relative;}
.list_box .list_rit .rit_bg .rit_box .two_list .two_tit .tit_ico{background:url(/mFile/5226/imges/win2.png) left center no-repeat;  background-size:17px 17px; width:17px; height:17px; position:absolute; top:11px; left:7px;}
.list_box .list_rit .rit_bg .rit_box .two_list .two_tit a{color:#333; font-family:"microsoft Yahei"," 微软雅黑","arial","helvetica","clean","sans-serif";  font-size:14px; text-decoration:none; padding-left:15px;}

.list_box .list_rit .rit_bg .rit_box .two_list .three_list .three_tit{height:37px; line-height:37px; padding:0 15px; background:#c8c8c8 url(/mFile/5226/imges/Level-bg.png) left bottom repeat-x;;margin:5px 0; position:relative;}
.list_box .list_rit .rit_bg .rit_box .two_list .three_list .three_tit .three_ico{background:url(/mFile/5226/imges/win2.png) left center no-repeat;  background-size:17px 17px; width:17px; height:17px; position:absolute; top:10px; left:27px;}
.list_box .list_rit .rit_bg .rit_box .two_list .three_list .three_tit a{color:#333; font-family:"microsoft Yahei"," 微软雅黑","arial","helvetica","clean","sans-serif";  font-size:14px; text-decoration:none; padding-left:35px;}

.list_box .list_rit .rit_bg .rit_box .two_list .three_list ul{ width:100%; overflow:hidden;}
.list_box .list_rit .rit_bg .rit_box .two_list .three_list li{ height:36px; line-height:30px; background:url(/mFile/5226/imges/Level-bg.png) left bottom repeat-x; position:relative;}
.list_box .list_rit .rit_bg .rit_box .two_list .three_list li span.a_ico{ background:url(/mFile/5226/imges/info_03.png) left center no-repeat;  background-size:14px 10px; width:14px; height:10px; position:absolute; top:12px; left:47px;}
.list_box .list_rit .rit_bg .rit_box .two_list .three_list li .a_text{ color:#333; font-family:"microsoft Yahei"," 微软雅黑","arial","helvetica","clean","sans-serif"; font-size:14px; text-decoration:none; text-indent: 68px; display:inline-block; }



/*索引*/
.suoyin{ width:98%; margin:0 1%;}
.suoyin .sy_tit{ margin:0 auto; height:25px; line-height:25px; font-family:"宋体"; font-size:12px; color:#333;}
.suoyin .sy_tit span.cor1{ color:#FF0000;}
.suoyin .sy_tit span.cor2{ color:#3f66a9;}
.suoyin .gjc{ border:solid 1px #ccc; background:#eee; padding:10px; margin:0 auto;}
.suoyin .gjc p{ font-family:"宋体"; font-size:12px;color:#FF0000; line-height:1.5;}
.suoyin .gjc .a_text{ overflow:hidden;}
.suoyin .gjc .a_text a{ font-family:"宋体"; color:#3f66a9; font-size:12px; height:20px; line-height:20px; padding:0 5px; text-decoration:none;}

/*菜单子栏目*/
.pcbox{ width:100%;}
.pcbox h6{ width:100%; height:40px; line-height:40px; text-indent:24px; border-bottom:solid 1px #ccc;}
.pcbox h6 a{ font-family:"微软雅黑"; font-size:14px; color:#666; font-weight:normal; text-decoration:none;}


