/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    /*font-family: Microsoft YaHei, iconfont !important;*/
}
a:hover{text-decoration: none !important;}
body {
    font: 12px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left {
    float: left; 
}
.pull_left_left{ float: right; margin-top: 25px;height: 70px;}
.pull-left h3{ font:400 26px/40px "微软雅黑";/*margin-top: 5px;*/letter-spacing:0.9px }
.pull-left span{font:400 26px/35px "微软雅黑";  color: #3682d2;margin-top:5px;font-weight: bold;}
.pull-left h4{  color: #a066cc1; font:400 18px/30px "微软雅黑";}

.pull_left_right{ position: absolute; left: 110px; top: 28px; }
.pull_left_right h3{font:400 30px/35px "微软雅黑";  
     color: #3682d2;margin-top:5px; position: absolute; left: 110px; top: 22px; 
     font-weight: bold; font-style:oblique}
.pull_left_right h4{  font:400 18px/25px "微软雅黑"; margin-left:160px;  }

.pull-right { position: relative;
    float: right;
}
/* header S */

#header {}

.header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.header_log {}

.header_log img { margin-top: 10px;
   
}

.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}


/* header E */

/*top*/
#top {
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.top-right {
}

.top-right > li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}

/* nav S */

#nav {
    background: url(../images/h_bj.gif) repeat-x center top;
        height: 51px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 150px;
    line-height: 51px;background: url(../images/h_navl.gif) no-repeat right center;
    text-align: center;
    position: relative;
}
.nav>li a{line-height: 48px; height: 48px;}
.nav>li:hover{background:#0668c1}
.nav>li:first-child{background:#0668c1}
.nav>li:after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 0px;  
}

.nav>li:last-child:after {
    display: none;
}

.nav>li a {
    color: #fff;
    display: block;
    font-size: 14px; text-decoration:none;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 150px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: #1282eb; color: #fff;
}
.nav>li.list .list_ul>li:hover{background: #0668c1;opacity:1}

.nav>li.list .list_ul>li a {
    color: #fff;
}
.nav>li.list .list_ul>li a:hover{color: #fff;}
.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 133px;
    width: 120px;
    display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
    background: #efefef;
    position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
    color: #555;
}

.fullscreen_list_div {
    background: #ff675d;
}

.fullscreen_list_div {
    display: none;
    position: relative;
    z-index: 9999;
}

.fullscreen_list_div .fullscreen_list_ul {
    width: 1200px;
    margin: 0 auto;
}

.fullscreen_list_div .fullscreen_list_ul li {
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 5px 8px;
    background: #fb503c;
}

.fullscreen_list_div .fullscreen_list_ul li:hover,
.fullscreen_list_div .fullscreen_list_ul li.close {
    background: #fb160e;
    cursor: pointer;
}

.fullscreen_list_div .fullscreen_list_ul li a {
    color: #fff;
    font-size: 12px;
    display: block;
}

/* nav E */

/*toproll*/
#toproll {
    height: 51px;
    background: #0e1f3b;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 64px;
    background: url(/image/toproll.png) 50%;
    position: relative;
    margin: 0 auto;
}

.toproll:before {
    content: '';
    height: 64px;
    width: 1000px;
    background: #0d2758;
    position: absolute;
    top: 0px;
    right: 1200px;
}

.toproll-left {
    width: 250px;
    padding-left: 50px;
    height: 64px;
    background: url(/image/tel.png) no-repeat 12px 10px;
    background-size: 40px;
}

.toproll-left-title {
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 20px;
}

.toproll-left-contact {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.toproll-right {
    width: 780px;
    height: 51px;
    background: url(/image/call.png) no-repeat 8px 50%;
    background-size: 25px;
    padding: 0 0 0 40px;
}

.toproll-right-title {
    color: #fff;
    line-height: 51px;
    font-size: 14px;
}

.toproll-right-ul {
}

/*顶部新闻滚动*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #fff;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
#banner {
    background: #ddd;
    min-width: 1200px;
    position: relative;
    
}

/*标题样式*/
.box-title {
    position: relative;
}

.box-title:before, .box-title:after {
    content: '';
    position: absolute;
}

/*首页主体*/
#index {
    width: 1200px;
    margin: 15px auto;
}

/* index about S */

#index_about {
    width: 1200px;
    margin: 50px auto;
}
.index_about_index{ width: 1200px; margin: 0 auto;  padding: 15px; height: 300px;}
.index_about_index_left{width: 326px; height: 323px; float: left;}
.index_about_index_left img{width: 326px; height: 323px; float: left;}
.index_about_index_right{width: 850px; height: 323px;  float: right;}
.index_about_index_right h2{    color: #fb4848;
    font-size: 26px;
    font-family: '微软雅黑'; margin-top: 30px; margin-bottom: 30px;}
   
.index_about_index_right h4{background:url(/image/title_bg.png) no-repeat;
  color: #ffffff;
    font-size: 20px;
    font-family: '微软雅黑'; height: 46px; line-height: 46px;  padding-left: 20px;}
.index_title {
   width: 200px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    font-size: 25px;
}
.index_about_content p{font:400 14px/28px "微软雅黑" !important;}
.index_title:before {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -20px;
}

.index_title:after {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
}



/* index about E */
/*首页联系我们*/
#index-connect {
    width: 530px;
    border: 1px solid #ccc;
    height: 250px;
    margin-bottom: 20px;
}

.index-connect-title {
    height: 40px;
}

.index-connect-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #3a92d9;
}

.index-connect-title:after {
    width: 510px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-connect-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-connect-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-connect-contact {
    padding: 20px;
}

/*news*/
.news_index{ width: 1170px; margin: 0 auto; margin-top: 50px;}
#newsf{ width: 1180px;  margin: 30px auto 0;}
.new_three{ margin-right: 0px !important;}
.news_left{ width: 388px;  float: left;}
.news_center{margin-left:30px;}
.fqw_right{ width: 344px;  float: right;}
.fqw_title{ width: 100%; height: 40px; border-bottom:1px solid #cdcdcd;}
.fqw_title h3{ width: 100px; height: 40px; float: left;  font-size: 18px;  line-height: 40px; font-weight:normal;}
.fqw_title h3 img{ vertical-align:middle;}
.fqw_title span{ display: block; width: 45px; height: 41px; line-height: 40px; text-align: center; float: right;}
.pic_textone{width: 388px; height: 132px; overflow: inherit; margin-top: 20px ;}
.pic_textone img{ width:154px; height:104px;}
.pic_textone dl dd{width: 177px; height: 107px; float: left; margin-left:30px;}
.pic_textone dl dd p{margin-top:5px; width: 177px;}
.pic_textone dl dd span a{color:#F00;}
.pic_textone dl dt{width: 160px; height: 107px; float: left;}
.pic_textone dl dt h3{font-size: 14px; color: #333; font-weight: bold; width: 230px; float: left; line-height: 28px; }
.pic_textone dl dt h3 a{ color: #1d64bc;}
.pic_textone dl dt p{ width: 230px; height: 72px; overflow: hidden; line-height: 24px; float: left; margin: 4px 0px 10px 0px; display: inline;}
.w77{width: 64px; height: 21px; text-align: center;}
.w77 a{color: #1d64bc;}
.news_list{width: 823px; clear: both; margin: 0 auto;}
.news_list ul{ width: 388px;  overflow: hidden; float: left;}
.news_list ul li{width: 388px; height: 35px; line-height: 35px; border-bottom: 1px dashed #dedede; white-space: nowrap;
text-overflow: ellipsis; overflow:hidden;}
.news_list ul li img{ margin-right:5px;}
.news_list ul li span{float: right;}
.news_list ul li a:hover{color: #ff6600;}
.box_hd{
	width:388px;
	
	position:relative;
}
.box_hd_title{
	width:388px;
	height:40px;
	
	font-size: 14px;
	line-height: 40px;
	border-bottom:1px solid #cdcdcd;
	}
#gd_cp{
	width: 40px;
	height: 30px;
	line-height: 30px;
	position:absolute;
	right:9px;
	top:6px;
	font-size: 12px;
	font-weight: normal;
}
#gd_cp a{color:#ff9500;}
#gd_cp_m{
	width: 40px;
	height: 30px;
	line-height: 30px;
	position:absolute;
	right:9px;
	top:6px;
	font-size: 12px;
	font-weight: normal;
}

.fqw_main{ width: 344px;overflow: hidden;}
.qa_M{ width: 344px; float: left;  display: inline;}
.wt_con
{
	width: 344px;
	height: auto;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}
.went
{
	width: 312px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.went ul li
{
	width: 312px;
	overflow: hidden;
	margin-top: 15px;
}
.went .wen
{
	width: 312px;
	height: 30px;
	line-height: 30px;
}
.went .da
{
	width: 312px;
	height: auto;
	line-height: 25px;
	margin-top: 5px;
}
.w20{width: 20px; height: 21px; float: left; background: #005bb4; margin-top: 5px; color: #fff; text-align: center; line-height: 21px;}
.da20{width: 20px; height: 21px; float: left; background: #49adf4; margin-top: 5px; color: #fff; text-align: center; line-height: 21px;}

.w_title
{
	width: 280px;
	height: 30px;
	float: left;
	color: #333;
	overflow: hidden;
	margin-left: 10px;
}
.da_titile
{
	width: 280px;
	height: auto;
	float: left;
	margin-left: 10px;
}
/*news*/

/*首页展品展示*/
#index-product {
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-product-title {
    height: 40px;
}

.index-product-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #3a92d9;
}

.index-product-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-product-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-product-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-product-sort {
    padding: 20px;
    width: 200px;
    position: relative;
}

.index-product-sort:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 230px;
    background: #ccc;
    top: 18px;
    right: 0;
}

.index-product-sort > li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort > li > a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort > li > a:hover {
    background: #3a92d9;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 24px;
}

/* index product S */
#demo{overflow:hidden; width:900px; height:620px; margin: 0 auto;}
.main{ width:1200px; margin:0 auto; margin-top: 20px;}
.left_ser{     
    /*background: #fafafa; */
    margin-top: -13px;
    /*border: 1px solid #0668c1;*/
    /*height: 459px;*/
	
}
.left_ser ul{ 
margin-top: 10px;

  
   }
.left_ser li{ height: 53px;
      border-bottom: 1px dashed #ccc;
      /*background: url(../images/cico.png) left center no-repeat;*/
      background-position:28px 10px;
      margin-bottom: 5PX;
      }
.left_ser li a{     
   
         padding-left:65px;
         font: 400 16px/45px "微软雅黑"; 
   
}
.left_ser li a:hover{
	    
	   
	  
}
.main_title{ width: 1200px; margin: 0 auto;background: url(../images/fscp.png) left center no-repeat;
      background-position:175px 0px; height:118px; position: relative; margin-top: 10px;background-size: 850px;}
.main_title1{ width: 1200px; margin: 0 auto;background: url(../images/fscp.png) left center no-repeat;
      background-position:175px 0px; height:90px; position: relative; margin-top: 10px;background-size: 850px;}
.main_title2{ width: 1200px; margin: 0 auto;background: url(../images/fsfa.png) left center no-repeat;
      background-position:175px 0px; height:118px; position: relative; margin-top: 10px;background-size: 850px;}
.main_title3{ width: 1200px; margin: 0 auto;background: url(../images/fsys.png) left center no-repeat;
      background-position:175px 0px; height:118px; position: relative; margin-top: 10px;background-size: 850px;}
.main_title4{ width: 1200px; margin: 0 auto;background: url(../images/fsjj.png) left center no-repeat;
      background-position:175px 0px; height:90px; position: relative; margin-top: 10px;background-size: 850px;}
.main_title5{ width: 1200px; margin: 0 auto;background: url(../images/hzhb.png) left center no-repeat;
      background-position:175px 0px; height:80px; position: relative; margin-top: 10px;background-size: 850px;}


.main_title h2{font: 400 25px/30px "微软雅黑";
    font-weight: bold;
    float: left;
    position: absolute;
    left: 73px;
    top: 27px;}
.main_title h2.main_title_h2{font: 400 25px/30px "微软雅黑";
    font-weight: bold;
    float: left;
    position: absolute;
    left: 47px;
    top: 27px;}
.main_title h2.main_title_h22{font: 400 25px/30px "微软雅黑";
    font-weight: bold;
    float: left;
    position: absolute;
    left: 120px;
    top: 27px;}
.main_title h4{font: 400 14px/20px "微软雅黑";
   float: left;
    position: absolute;
    left: 477px; color: #606062; 
    top: 56px;}
.main_title1 h4{font: 400 14px/20px "微软雅黑";
   float: left;
    position: absolute;
    left: 477px; color: #606062; 
    top: 56px;}
.main_title2 h4{font: 400 14px/20px "微软雅黑";
   float: left;
    position: absolute;
    left: 477px; color: #606062; 
    top: 56px;}
.main_title3 h4{font: 400 14px/20px "微软雅黑";
   float: left;
    position: absolute;
    left: 522px; color: #606062; 
    top: 58px;}
.main_title4 h4{font: 400 14px/20px "微软雅黑";
   float: left;
    position: absolute;
    left: 532px; color: #606062; 
    top: 56px;}
.main_title5 h4{font: 400 14px/20px "微软雅黑";
   float: left;
    position: absolute;
    left: 477px; color: #606062; 
    top: 56px;}

.main_title h2 span{font: 400 40px/20px "微软雅黑";font-style:oblique; 
font-weight: bold; color: #0668bf;}
.main_left {
    width: 260px;
    margin-bottom: 10px;
    padding: 14px 10px 10px 10px;
}
.ser_title{
     color: #fff;
	background: url(../images/pro_t.jpg) repeat-x center top;
	padding-top: 8px;
	padding-bottom: 15px; letter-spacing:6px;
	text-align: center;
	font-size: 24PX; font-family: "微软雅黑"; 
	
}

.fl {
    float: left;
}


/*pro*/
.main_pro{ width:1200px; margin:0 auto; margin-top: 20px; margin-bottom: 20px;}
.main_pro ul{ height: 400px; overflow: hidden;}
.main_pro li{width: 292px; height: 400px; float: left; margin-right: 10px; position: relative;}
.main_pro li:nth-child(4){margin-right: 0px;}
.main_pro li img{width: 292px; height: 400px; float: left;}
.main_pro li img.pro_bg{position: absolute; left: 46px; top: 100px; width: 200px; height: 200px;} 

.main_pro li h4{ font:400 20px/30px "微软雅黑"; color:#0668c1; font-weight: bold;
	position: absolute; left: 82px; top: 165px; width: 120px; text-align: center;}
.main_pro li h5{ font:400 14px/20px "微软雅黑"; color:#959698; 
	position: absolute; left: 82px; top: 208px; width: 120px; text-align: center;}
/*pro*/

.product_right_title2{ height:48px;  line-height:48px;width: 905px;
    float: right; margin-top: 10px;}
.product_right_title h3{width:190px; height:48px; background:url(/image/product_right_h3_bg.png) no-repeat; text-align:center; float:left; color:#FFF; font-size:18px;}
.product_right_title span{display:block; float:right; margin-right:10px;}
.product_right_title span a{color:#cdcdcd;}

.index_product ul{  margin: 0; border: 0; padding: 0; }
.index_product li {
    float: left;
    width: 202px;
    margin: 6px;
    text-align: center;
    height: 210px;
    border: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc; padding: 3px;
    }
.index_product li img{ width: 202px !important; height: 180px !important; padding: 2px; }
.index_product li h4{
     font: 400 14px/35px “微软雅黑” ;
   }
.index_product li h4 a{
    
}

.title {height:38px;line-height:36px;background:url(../images/title_bg_01.gif) repeat-x left bottom;}
.title span {float:left;padding-left:13px;height:38px;font-family:"Microsoft YaHei";font-size:16px;background:url(../images/item_03.gif) no-repeat left 7px;}
.title span a {color:#235ca6;}
.title b {padding-left:5px;font-weight:normal;font-size:14px;font-family:Arial, Helvetica, sans-serif;text-transform:uppercase;color:#bdbdbd;}
.title i {float:right;font-family:"宋体";font-style:normal;}
.title i a {color:#b2b2b2;}

/* index product E */



/* index product S */
.sample_cont { width: 904px; float: right;}
.sample {width:750px;border:1px solid #e0e0e0;border-left:none;overflow:hidden;}
.sample_bg {padding:10px 26px 0 26px;height:859px;border:1px solid #fff;border-left:none;background:#f6f6f6;}
.sample_cont {padding-top:15px;padding-bottom:10px;}
.case_img{float:left;width:278px;height:261px;margin-right:16px;}
.case_img dt{width:278px;height:217px;}
.case_img dt img{width:278px !important;height:210px !important;float:left;
box-shadow: 3px 3px 3px #c3c3c3;}
.case_img dd{padding-top:10px;height:45px;text-align:center;line-height:16px;
}
.case_img dd a {color:#797979;}
.samp_nopd {padding-bottom:0;}
.sample_cont .nomg {margin-right:0;}


/* index product E */

/*pro2*/

/*pro2*/

/*case*/
.index_title {
   width: 200px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    font-size: 25px;
}
.index_about_content p{font:400 14px/28px "微软雅黑" !important;}
.index_title:before {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -20px;
}

.index_title:after {
    content: '';
    background: #fb503c;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
}

/*case*/
/*index case model S*/
.container {
    width: 1200px;
    margin: 0 auto; margin-top: 20px;
}
.container_img{ margin-top: 10px; margin-bottom: 10px;}
.miya_index_case {
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
    margin-top: 40px;
}

.miya_index_case_box {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    position: relative;
}

.miya_index_case_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.miya_index_case_info_box {
}

.miya_index_case_sort {
    position: absolute;
    right: 0px;
    top: 10px;
}

.miya_index_case_sort li {
    float: left;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;;
}

.miya_index_case_sort li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    width: 1px;
    height: 16px;
    background: #ccc;
}

.miya_index_case_sort li:last-child:after {
    display: none;
}

.miya_index_case_sort li a {
    font-size: 14px;
    color: #666;
    
}

.miya_index_case_info_box img {
   width: 220px !important; height: 180px;
}

.miya_index_case_info_box h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    width: 240px;
        margin: 0 auto;
    height: 35px;
    line-height: 35px;
}

/*index case model E*/
/*link*/
.f_link{width:1200px;margin:0 auto;margin-top:40px;background: url(/image/linek.png) no-repeat top center;
padding-top: 30px; height: 100px;overflow: hidden;}
.f_link a{display: inline-block;font-size: 14px;margin:0 10px;line-height: 30px;}
.footer_keywords{width: 1200px; margin: 0 auto; margin-top: 15px; padding-left: 30px;}
.footer_keywords h1{  float: left; font-weight: bold;}
/*link*/
/*首页友情链接*/
#index-link { margin-top: 20px;  
    margin-bottom: 20px;
}

.index-link-title {
    height: 40px;
}

.index-link-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #3a92d9;
}

.index-link-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-link-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-link-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-link-list {
    padding: 20px;
}

.index-link-list > li {
    display: inline-block;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.index-link-list > li > a {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.index-link-list > li > a img {
    width: 16px;
    height: 16px;
    margin: 7px;
    margin-right: 12px;
}

.index-link-list > li > a h4 {
    display: inline-block;
}

/*footer S*/

#footer {
    background: #333;
    margin-top: 50px;
    padding-top: 20px;
}

.footer {
    width: 1200px;
    margin: 0 auto;  overflow: hidden;
}

.footer_ul {}

.footer_ul_li {
    float: left;
    color: #fff;
    width: 216px;
    padding-right: 15px;
}
.footer_ul_li:last-child{width: 248px;}
.footer_ul_li_ul p {color: #aaa;}

.footer_ul_li_ul li:first-child {
    margin-bottom: 10px;
    font-weight: 700;
}

.footer_ul_li_ul li {
    margin-bottom: 5px;
}

.footer_ul_li_ul li a {
    display: block;
    border-bottom: 1px dashed #888;
    line-height: 30px;
    font-size: 12px;
    color: #aaa;
}

.footer_qrcode {
    width: 160px;
    float: right;
}

.footer_bottom {
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    margin-top: 30px;
}
.footer_bottom a{ color: #ffffff; margin-left: 5px;}
.footer_keywords{width: 1200px; margin: 0 auto; margin-top: 15px; padding-left: 30px;}
.footer_keywords h1{  float: left; font-weight: bold;}

/*footer E*/

/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 0 auto 20px;margin-top: 20px;
}

.page-about-left {
    width: 300px;
}

.left-box {
    /*border: 1px solid #0264BD;*/
    margin-bottom: 15px;
    padding: 10px;
}

.left-box:last-child {
    margin-bottom: 0px;
}

.left-box h2 {
    
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    text-indent: 10px;
   font-size: 18px;
    background: url(../images/pro_t.jpg);
    height: 52px;
    padding-top: 18px;
    text-align: center;
    overflow: hidden; color: #fff;
}

.left-box h2:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 22px;
    /*background-color: #fe9e37;*/
    top: 12px;
    left: 0px;
}

.left-box ul {

}

.left-box ul > li {  
   
    border-bottom: 1px dashed #dedede;
    /*opacity:0.8; */
    height: 37px;
    line-height: 37px; padding-left: 25px;
    /*font-weight: bold;*/
    text-indent: 0px;
    font-family: "Microsoft Yahei";
  
    margin-bottom: 10px;
}
.left-box ul > li a{ text-decoration: none;    font-size: 14px;
    color: #494949;
    background: url(../images/left_li.gif) left center no-repeat;
    display: inline-block;
    padding-left: 12px;}

.page-about-right {
    width: 880px;
    position: relative;
}
.page-content p{line-height: 30px;}
.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    position: relative;
}

.page-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    top: 12px;
    left: 0px;
    background: #3a92d9;
}

.page-frame {
    position: absolute;
    right: 0px;
    top: 6px;
    /*background: #f6f6f6;*/
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}

/*在线留言表单*/
.message-box {
    margin-bottom: 15px;width: 40%; float: right;    margin-top: 20px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #3a92d9;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}
.form-group input.form-group_01{padding: 10px; width: 775px; margin-bottom: 10px;}
.form-group input.form-group_02{padding: 10px; width: 775px; margin-bottom: 10px;}

.form-group textarea.form-group_03{padding: 15px; width: 775px; margin-bottom: 10px;float: right;height: 300px;}
.form-group label.form-group_03{ position: absolute; left: 0px; top: 15px;}
#form-group{ position: relative;}
.message-box2 h2{ font:400 16px/20px "微软雅黑"; color: #fff; font-weight: bold; margin-left: 5px;}
.form-group2 input.form-group_011{padding: 10px; width: 400px; height: 40px;margin-bottom: 10px; float: left;border-radius:8px}
.form-group2 input.form-group_022{padding: 10px; width: 400px; height: 40px;margin-bottom: 10px;float: left;border-radius:8px}
.form-group2{ padding: 5px; width: 400px; float: left; height: 40px; border-radius:8px;margin: 10px 0px;}
.form-group2 textarea.form-group_033{    padding: 17px;
    width: 400px;
    margin-bottom: 10px;
    
    border-radius: 8px;
    height: 60px;
    
    margin-top: 5px;}
.button_info2{margin-top: 43px;margin-left:7px;}
.form-group2 label.form-group_033{ position: absolute; left: 0px; top: 15px;}
.button_info2 button.foot_button{width: 400px;
    text-align: center;
    height: 40px;
    background: #fe0000 !important;
    border-radius: 10px;
    color: #fff; margin-left: 10px;}
.message-form button {
    width: 400px; text-align: center;
    height: 40px;/*background: #3a92d9 !important;*/border-radius:20px ;color: #fff;
}
.button_info{ width: 300px; height: 40px; line-height: 40px; 
color: #fff; margin: 0 auto; margin-top: 15px;  background: #0567c0 !important;border-radius:20px ;}
/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 300px;
}

.sort-product-right {
    width: 880px;
    position: relative;
}

.sort-product-list {
}

.sort-product-list li {
    display: inline-block;
    margin: 3px;
}
.sort-product-list li img{    width: 284px;
    height: 211px;}
.sort-product-list li a {
    display: block;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 10px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 200px; height: 150px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    left: 210px;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
    position: absolute;
    top: 30px;
    left: 210px; line-height: 28px;
}

/*分页*/

.pagination {
    background: #efefef;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
}

.pagination li a {
    display: block;
    color: #00a0e9;
}

/*相关信息*/

.ln-box {
    margin-top: 20px;
    margin-bottom: 20px; width: 100%;
}

.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #3a92d9;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef; width: 48%; float: left;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*产品详情*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 300px;
}

.info-product-right {
    width: 880px;
    position: relative;
}

#info-product-image {
    width: 300px; float: left;
    margin: 0 auto;
}
.product_info{ width: 880px;  margin-bottom: 10px;margin-top: 10px;}

.info-prmc{
    width: 380px;
    height: 30px;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    font-family: 微软雅黑;
}

.info-prmc2{
    width: 380px;
    height: 40px;
    text-align: left;
    line-height: 40px;
    font-size: 14px;
    font-family: 微软雅黑;
}

/*proinfo*/

#info-product-image2 {
    width: 480px; float: left;
    margin: 0 auto;
}
.product_info2{ width: 880px;  margin-bottom: 50px;}


/**/

.info-parameter {
    margin: 10px 0;margin-left: 20px; 
    height: 44px;
    padding: 0 10px;
    background: #3a92d9;
    line-height: 44px;
    color: #fff;
    display: inline-block;
}
.product_info_r2{ width: 380px; float: left; margin-left: 20px;  
overflow: hidden;     /*margin-top: 15px;*/
    /*margin-bottom: 20px;*/}
.product_info_r2 h2{ font:400 15px/30px "微软雅黑"; font-weight: bold; text-align: center;}
.info-content h2{ font:400 16px/20px "微软雅黑"; font-weight: bold;
border-bottom: 1px dashed #dfdfdf ; margin-bottom: 15px; padding-bottom: 5px;}
/*.product_info_r2 h3,span{font:400 14px/25px "微软雅黑";  }*/
.product_info_r2_b{ height: 50px;}
/*相邻详细信息*/
.info-siblings {
    margin: 15px 0;
    border-top: 1px dashed #efefef;
}

.info-siblings li {
    display: inline-block;
    line-height: 30px;
}

.info-siblings li:first-child {
    margin-right: 20px;
}

/*网站导航*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}


/*adv1*/

.gg2 {
    background: url(../images/gg2.png) no-repeat center center;  
    height: 225px;
}
.gg2_adv4 {
    background: url(../images/gglc.png) no-repeat center center;  
    height: 351px; margin-top: 28px;
}
.indexbox {
    width: 100%;
    float: left;
    min-width: 1100px;
}

.content{
    width: 1200px;
    margin: 0 auto;
}


/*news*/
.block_side{margin-top:15px;padding-top:8px;}
.block_2{width:380px;height:470px;padding:10px 19px 0 19px;
border:1px solid #dedede;background:url(../images/alpha_60.png);overflow:hidden; margin-right: 15px;}
.faq {padding:10px 0;font-size:13px;border-bottom:1px dotted #999;}
.faq dt {line-height:18px;padding-bottom:7px;height:18px;padding-left:20px;background:url(../images/faq_q.gif) no-repeat left 2px;}
.faq dt a{color:#444;}
.faq dd {line-height:28px;padding-left:20px;padding-bottom:3px;color:#666;background:url(../images/faq_a.gif) no-repeat left 7px;}

.test_guide li{padding-left:13px;height:37px;line-height:37px;border-bottom:1px dotted #999;overflow:hidden;vertical-align:middle;color:#555;background:url(../images/item_05.gif) no-repeat left 17px;}
.test_guide li a{float:left;color:#555;}
.test_guide li span {float:right;}
.test_guide .nobd {border:none;}

.block_3{width:380px;padding:10px 19px 0 19px; margin-right: 15px;
border:1px solid #dedede;background:url(../images/alpha_60.png);overflow:hidden; float: left;height: 470px;}
.bk10 {margin-left:15px;display:inline;}



/*news*/


/*huo*/
	.Box {position: relative;}
			.Box .content {width: 1165px;margin: 0 auto;}
			.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
			.Box .Box_con {position: relative;}
			.Box .Box_con .btnl {position: absolute;}
			.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 40px;cursor: pointer;}
			.Box .Box_con .btnl {background: url(../image/jtl02.png) no-repeat center;left: -72px;}
			.Box .Box_con .btnr {background: url(../image/jtr02.png) no-repeat center;right: -72px;}
			.Box .Box_con .btnl:hover {background: url(../image/jtl03.png) no-repeat center;}
			.Box .Box_con .btnr:hover {background: url(../image/jtr03.png) no-repeat center;}
			.Box .Box_con .conbox {position: relative;overflow: hidden;    margin-top: 25px;}
			.Box .Box_con .conbox ul {position: relative;list-style: none;}
			.Box .Box_con .conbox ul li {float: left;width: 265px;height: 120px;margin-left: 20px;overflow: hidden;}
			.Box .Box_con .conbox ul li h4{text-align: center;
										    margin-top: 10px;
										    font-size: 14px;
										    width: 240px;
										    margin: 0 auto;
										    height: 35px;
										    line-height: 35px;}
			.Box .Box_con .conbox ul li:first-child { margin-left: 0px; margin-right: 15px;}
			.Box .Box_con .conbox ul li img {display: block;width: 265px;height: 80px;transition: all 0.5s;
			                                 border: 2px solid #dfdfdf;border-radius:15px;}
			/*.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}*/
			
			.Box .BoxSwitch {margin-top: 10px;text-align: center;}
			.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.Box .BoxSwitch span.cur {background: red;}
			
/*adv22*/

.more-title{ width: 1200px; margin: 0 auto; text-align: center;}
.more-title img{ padding: 40px 0 30px;}
.ysnr{width: 1200px; margin: 0 auto; }
.ys .ysnr ul li{ overflow: hidden;}
.ys .ysnr ul li .pic,.ys .ysnr ul li .wb{ float: left;}
.ys .ysnr ul li{ margin-bottom: 40px;}
.ys .ysnr ul li:first-child .wb,.ys .ysnr ul li:first-child+li+li .wb{ margin-left: 45px;}
.ys .ysnr ul li:first-child+li .wb{ margin-right: 45px;}
.ys .ysnr ul li .pic{ width: 641px;}
.ys .ysnr ul li .wb {}

.ys .ysnr ul li .wb dl+dl{ margin-top: 20px;}
.ys .ysnr ul li .wb dl dt .bt{ position: relative; width: 511px; overflow: hidden;}
.ys .ysnr ul li:first-child .wb dl dt .bt img,.ys .ysnr ul li:first-child+li+li .wb dl dt .bt img{ float: right;}
.ys .ysnr ul li .wb dl dt .bt:before{ content: ""; background-color: rgb(220, 220, 220); position: absolute; width: 376px; height: 1px; top: 18px;}
.ys .ysnr ul li:first-child .wb dl dt .bt:before,.ys .ysnr ul li:first-child+li+li .wb dl dt .bt:before{ left: 0;}
.ys .ysnr ul li:first-child+li .wb dl dt .bt:before{ width: 325px; right: 0;}
.ys .ysnr ul li .wb dl dt p{ color: #333; font-size: 24px; margin: 10px 0 0; font-weight: bold;}
.ys .ysnr ul li .wb dl dt hr{ width: 40px; height: 2px; background: #0668c1; border: none; outline: none; margin: 15px 0 25px 0;}
.ys .ysnr ul li .wb dl dd{ color: #666; font-size: 16px; line-height: 26px;}
.ys .ysnr ul li .wb dl dd:before{ content: ""; margin-right: 5px; width: 3px; height: 3px; background: #666; display: inline-block; border-radius: 50%; vertical-align: middle;}

/*adv22*/

/*huo*/

.two{    margin: 20px auto;
    height: 90px;
    width: 1170px;
    overflow: hidden;
    position: relative; }
.two ul{height:90px;width:100000px;position:absolute;left:0;}/*ul width的宽不能过小*/
.two ul li{display:block;float:left;margin:5px;height:80px;
border-radius:5px;position:relative; }
.two ul li a{display:inline-block;height:80px;} 
.two ul li img{display:block;border-radius:5px;height:80px;border: 1px solid #dfdfdf;}
.two ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.two ul li a:hover span{height:80px;line-height:80px;font-size:20px;text-align:center;transition:all 0.7s;}


/*huo*/


.two ul li span{ width: 200px !important;}
