﻿@charset "utf-8";
/* CSS Document */
/* all 2013.12.21*/
html{font-size: 13.33vw} 
body{margin:0;padding:0;font-size:12px; color:#333;line-height:1.8;font-family:"Arial","Microsoft YaHei"; background:#f5f5f5;overflow-x: hidden !important;}
form,ul,li,ol,li,dl,dt,dd,img,p,h1,h2,h3,h4,h5,h6,input{margin:0;padding:0;font-family:"Microsoft YaHei";}
input,select{font-size:12px; }
img{border:0;}
ul,li{list-style-type:none;}
b,strong{font-weight:bold;}
a:link,a:visited,a:hover,a:active,a{color:#333;text-decoration:none;}
img {
    max-width: 100%;
}

.i_header {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    background: rgba(0,0,0,0.2) no-repeat;
    width: 100%;
    z-index: 8888;
}
.wrapper {
   width: 100%;
    margin: 0 auto;
    padding-top: 1px;
}
.i_header .daoh_img .daoh_img{
    display:none
}
.i_logo {
    display: table;
    max-width: 225px;
    height: 60px;
    vertical-align: middle;
    float: left;
    margin-left: 10px;
}
.i_logo a {
    display: table-cell;
    vertical-align: middle;
}
.i_nav {
    float: right;
    margin-right: 90px;
}

.i_nav ul li {
    float: left;
    padding: 0 5px;
    height: 57px;
    line-height: 57px;
    border-top: 3px solid rgba(255,255,255,0);
    margin-right: 20px;
    position: relative;
}
.i_nav ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
}
.i_nav ul li.select a, .i_nav ul li a:hover {
    color: #e62a3f;
}

.side_menu .daoh_img{
  display:none;
}

.overlay{ width: 100%; height: 100%; background: rgba(0,0,0,0.7); position: fixed; left: 0; top: 0; z-index: 9000; display: none;}
.overlay.active{ display: block;}
.side_menu{ width: 200px; height: 100%; position: absolute; right: -200px; top: 0; background: #fff; z-index:9999;
            transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
}
.side_menu.on{  right: 0; 
                transition: 0.3s;
                -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                -o-transition: 0.3s;
                -webkit-transition: 0.3s;
}
.side_menu ul li{ padding-left: 30px; height: 50px; line-height: 50px; border-bottom: 1px solid #fff;}
.side_menu ul li a{ font-size: 14px; display: block;}
.side_menu ul li.select{ background: #054aae; 
                         transition: 1s;
                         -moz-transition: 1s;
                        -ms-transition: 1s;
                        -o-transition: 1s;
                        -webkit-transition: 1s;
}
.side_menu ul li.select a{ color: #fff;}
.side_menu ul li:hover a{ color: #fff;}
.side_menu ul li:hover{ background: #054aae; }
.side_open { width: 26px; height:18px; cursor: pointer; position:absolute; z-index: 9999; right: 20px; top: 30px;
             transition: 1s;
            -moz-transition: 1s;
            -ms-transition: 1s;
            -o-transition: 1s;
            -webkit-transition: 1s;
            transition: 0.4s cubic-bezier(0.215,0.61,0.355,1);
            -moz-transition: 0.4s cubic-bezier(0.215,0.61,0.355,1);
            -ms-transition: 0.4s cubic-bezier(0.215,0.61,0.355,1);
            -o-transition: 0.4s cubic-bezier(0.215,0.61,0.355,1);
            -webkit-transition: 0.4s cubic-bezier(0.215,0.61,0.355,1);                     
}
.side_open.active{ right: 220px; transition: 0.3s;}
.side_open hr { height: 2px; background: #fff; display: block; margin: 0; padding: 0; border: none; position: absolute;
                transition: 1s;
                -moz-transition: 1s;
                -ms-transition: 1s;
                -o-transition: 1s;
                -webkit-transition: 1s;
}
.side_open hr:nth-child(1) { width: 100%; top: 0; right: 0; }
.side_open hr:nth-child(2) { width: 100%; top: 50%; left: 0; margin-top: -1px; opacity:1; }
.side_open hr:nth-child(3) { width: 100%; bottom: 0; right: 0; }
.side_open.active hr:nth-child(1) { width: 100%; top: 50%; margin-top: -1px;
                                    transform: rotate(45deg);
                                    -moz-transform: rotate(45deg);
                                    -ms-transform: rotate(45deg);
                                    -o-transform: rotate(45deg);
                                    -webkit-transform: rotate(45deg);
                                    transform-origin: center;
                                    -moz-transform-origin: center;
                                    -ms-transform-origin: center;
                                    -o-transform-origin: center;
                                    -webkit-transform-origin: center;
}
.side_open.active hr:nth-child(2){ opacity:0; }
.side_open.active hr:nth-child(3) { width: 100%; bottom: 50%; margin-bottom: -1px;
                                    transform: rotate(-45deg);
                                    -moz-transform: rotate(-45deg);
                                    -ms-transform: rotate(-45deg);
                                    -o-transform: rotate(-45deg);
                                    -webkit-transform: rotate(-45deg);
                                    transform-origin: center;
                                    -moz-transform-origin: center;
                                    -ms-transform-origin: center;
                                    -o-transform-origin: center;
                                    -webkit-transform-origin: center;
}


/** toggle menu **/
#pgcontainer {  margin: 0;}
 #hamburgermenu {  height: 100%;  width: 0;  background: #F0F0F0; padding-top: 5px; position: fixed;  top: 48px;  right: 0;  z-index: 101;  overflow: hidden;  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);  box-shadow: 3px 0 7px rgba(0,0,0,0.55);}
#hamburgermenu ul { z-index: 101;  overflow-y: auto;  overflow-x: hidden;}
#hamburgermenu ul li {  display: block; border-bottom: 1px #f9f7f6 solid; padding: 3px 0px;}
#hamburgermenu ul li a {  display: block; min-width: 130px;  padding: 8px 8px; padding-left:75px; color: #837f7c; font-size: 1.45em;   text-decoration: none;  text-align:left; font-size: 14px; }
#hamburgermenu ul li a img{width: auto; height: 28px; vertical-align:middle; margin-right:15px;}
#hamburgermenu li a:hover {  color: #fff;  background: #ffa256;}


.swiper-slide img{ width:100%;height:auto;}
.i_nav{width:100%;  overflow:hidden; padding-bottom:15px;  }
.i_nav li{ width:25%; padding:15px 0px 0px 0px;  float:left; text-align:center; }
.i_nav li span{ display:block; font-size:12px; color:#555; margin-top:8px;} 
.i_nav li img{ width:auto; height:36px;}
.i_partpro{ clear:both; border-bottom:10px solid #F3F3F3;margin-top:5px; overflow:hidden;}
.i_partpro .hd{ padding-left:5%; font-size:16px; height:40px; line-height:40px;border-bottom:1px solid #ECEBF0;}
.i_partpro .bd li{ width:50%; padding:20px 0; float:left;text-align:center; }
.i_partpro .bd li div{ width:90%; margin:0 auto;}
.i_partpro .bd li .pic {overflow:hidden;}
.i_partpro .bd li .pic img{width:100%; height:auto;}
.i_partpro .bd li div.name{ line-height:20px;max-height:40px;overflow:hidden; margin-top:5px;}
.i_partpro .bd li a{color:#428bca;}


.i_partnews{ clear:both; margin-top:5px; overflow:hidden;}
.i_partnews .hd{ padding-left:5%; font-size:16px; height:40px; line-height:40px;border-bottom:1px solid #ECEBF0;}
.i_partnews .bd{}
.i_partnews li{border-bottom:1px solid #e1e1e1; overflow:hidden;clear:both;padding:8px;}
.i_partnews li .name{width:73%; float:left; font-size:14px; line-height:22px;height:44px;overflow:hidden; padding-left:3%;}
.i_partnews li .pic{width:16%; float:right;}
.i_partnews li .pic img{width:100%; height:auto;}
.foot{ height:50px; background:#333;position:fixed; z-index:9999;  left:0; right:0; bottom:0;width:100%; }
.footer{  position:relative;color:#fff;width:100%;}
.footer .bot_timg img{  height:20px; }
.footer ul{width:100%; height:50px; }
.footer li{ height:50px; width:25%; color:#fff;text-align:center; float:left;}
.footer li  a{ color:#fff; padding-top:7px; display:block; height:43px; width:100%; cursor:pointer; text-decoration:none;}
.footer li  a .iconfont{font-size:20px; line-height:20px;}
.footer li b{ display:block; text-align:center; line-height:14px; font-weight:normal; font-size:12px;}
.footer li.select  a,.footer li  a:hover{ color:#fff; padding-top:7px; display:block; height:50px;background:#ff9600;}


#navguide{background-color:#f5f5f5; border:1px solid #e5e5e5; z-index:99; position:absolute; display:none; width:100%; padding:2%; height:auto;}
.footer #navguide a{ color:#333; padding-bottom:5px; height:auto; cursor:pointer;}
.footer #navguide a:hover{ color:#ff6600; background:#fff;}
.footer #navguide a img{ margin-bottom:10px;}
.footer #navguide li{ float:left; width:24%; height:auto;}
.footer #navguide span{ display:block;}
.footer #navguide .daoh_img{  height:40px; text-align:center; overflow:hidden;}
.footer #navguide .daoh_img img{ max-width:40px; margin:0 auto;}
 .footer #navguide .daoh_name{ text-align:center; line-height:26px; font-size:12px;}

 /***内页头部通用*****/
.header_p{ width: 100%;margin: 0px auto; height: 48px; position:relative; z-index: 99;}
.top_navbg{background:#ff7400; height: 48px; padding: 0 0 0 0; width: 100%; text-align: center; position:absolute; top: 0px; }
.back{ position: absolute;left:10px;top: 8px; width: 33px; height: 48px; float: left; display: inline-block;margin: 0;padding: 0;text-align:left;}
.back .iconfont{color:#fff;}
.headtitle {display: inline-block; max-width: 220px; overflow: hidden; font-size: 16px; line-height:3.2; white-space: nowrap; text-overflow: ellipsis; color: #fff;}
.menubtn_p {
    position: absolute;
    right: 10px;
    top: 21px;
    display: inline-block;
    padding: 0;
    width: 30px;
    color:#fff;
    height:28px;
    cursor: pointer;
}
.menubtn_p  .iconfont{color:#fff;}
.page_hd{clear:both;}
.page_hd{background-color: #f0f0f0;width:100%;border-bottom:1px  solid #ECEBF0; overflow:hidden;height:45px; line-height:45px; font-size:16px;}
.page_hd b{ float:left; margin-left:20px;color:#444; font-weight:normal;}
.page_hd span{float:right; color:#222; }
.page_hd span a{color:#666; cursor:pointer;width: 70px;
height: 30px;
font-size:12px;
line-height: 30px;
text-align: center;
margin-top: 7px;
margin-right: 10px;
float: right;
display: inline-block;}
.page_hd span a .iconfont {font-size:12px;}

 /*****内页更多分类弹出层样式*****/
#allmorecate{background:#000; z-index:3; position:absolute; top:0px; left:0px; }
#blk1{z-index:9; position:absolute;}
#hideDiv{display:none; background:#fff; color:#000; overflow:hidden; padding-bottom:20px;border:1px  solid #ccc;}
#hideDiv ul{ width:96%; margin:0 auto;}
#hideDiv ul li{ clear:both;margin-top:10px;}
#hideDiv ul li ul li{ float:left;width:46%; padding-left:2%;  margin-right:1%; overflow:hidden; clear:none; line-height:40px;margin-top:0px;}
#hideDiv ul li ul li a{ margin:0px; border:none; font-size:12px; color:#6c6c6c;background:none;}
.procate_tc{ background:#ff7400; height:40px; line-height:40px; margin-bottom:10px;}
.procate_tc b{ font-size:16px; color:#fff;}
.procate_tc  a{ float:right; padding-right:10px; z-index:9999; padding-left:20px;}
.procate_tc .iconfont {color:#fff;}
#hideDiv ul  ul{ width:100%;}
#hideDiv ul li a{background:#f3f3f3; display:block; font-size:14px; margin-top:8px; font-weight:normal; height:30px; 
line-height:30px; padding-left:3%; color:#222;}
#hideDiv .bigc2{padding-left: 5%;}

/***内页搜索****/
.list_search{padding:10px;margin:0px;}

 /*****产品列表*****/
.prolist{width:100%;overflow:hidden;}
.prolist li{ width:50%; padding:20px 0; float:left;text-align:center; }
.prolist li div{ width:90%; margin:0 auto;}
.prolist li div img{width:100%; height:auto;}
.prolist li div.name{ line-height:20px; max-height:40px; overflow:hidden; margin-top:5px;}

/***产品详情***/
.goods_info{ padding:0px 10px;clear:both; overflow:hidden;}
.goods_name{ font-size:18px; margin-top:10px; line-height:1.6;}
.goods_price{font-size:16px;}
.goods_price b{color:#ff5722;font-size:20px;font-weight:normal;margin-right:5px;}
.goods_price b i{font-size:16px;}
.goods_price span{color:#999;text-decoration:line-through;}
.pro_tag{ }
.pro_tag div {float:left;width:50%;
    font-size: 12px;
}
.pro_submit{padding:10px 0px; clear:both; overflow:hidden;}
.pro_submit a{ float:left; text-align:center; line-height:42px; font-size:16px;}
.pro_submit a.outlink {
    background: #ff5722;
    width:130px;
    height:42px;
    border: 1px solid #ff5722;
    border-radius: 5px;
    color: #fff;
    margin-right:10px;
}
.pro_submit .outlink .iconfont,.pro_submit .sc_sub .iconfont{font-size:18px;}
.pro_submit a.sc_sub{
    background: #fff;
    width:90px;
    height:42px;
    text-align: center;
    border: 1px solid #ff5722;
    border-radius: 5px;
    color: #ff5722;
}
.pro_d_tabs{overflow:hidden;border-bottom:1px solid #e1e1e1;}
.pro_d_tabs li{width:50%; text-align:center;float:left;}
.pro_d_tabs > li > a {
    padding:0px 10px;
    margin-right: 2px;
    display:inline-block;
    line-height:40px;
    border: 0px;
    font-size:16px;
    border-radius: 4px 4px 0 0;
}
.pro_d_tabs > li.active > a, .pro_d_tabs > li.active > a:hover, .pro_d_tabs > li.active > a:focus{display:inline-block;line-height:40px;border:0px;  border-bottom:3px solid #ff6600;}
.pro_d_content{ clear:both;padding:10px;font-size:14px;}
.pro_d_content img{max-width:100%;}

.relation_pro { clear:both;padding:10px;}
.relation_pro .hd{height:40px; line-height:40px;font-size:16px; }
.relation_pro .bd{font-size:16px;color:#F76301;}
.relation_pro li{ width:33.3%;  float:left;}
.rela_pro_li{ width:94%; margin:0 auto; border:1px solid #ECEBF0;}
.rela_pro_li  .pic{ width:80%; margin:0 auto; padding:10% 10% 10px 10%;}
.rela_pro_li  .pic img{ width:100%; height:auto;}
.rela_pro_li  .price{width:80%; margin:0 auto; text-align:center; padding-bottom:10px; }
#pro_shuxing{}
#pro_shuxing li{ float:left;width:48%;padding-left:2%;line-height:30px;color:#666;}

/***新闻列表***/
.newslist{padding:10px;clear:both;}
.newslist .name{font-size:16px;line-height:1.5;}
.newslist .info{} 
.newslist .info span{margin-right:8px;color:#888;}
.newslist .info span .iconfont{color:#ff9600;margin-right:2px;}
.newslist li{border-bottom:1px solid #e1e1e1;padding-bottom:5px;margin-top:5px;}

/****新闻详情****/
.news_d_title,h1.news_d_title{font-size:16px;line-height:1.5; font-weight:normal;}
.news_d_info{color:#888; border-bottom:1px solid #f0f0f0; padding-bottom:5px;}
.news_d_info span{margin-right:6px;}
.news_d_info em{float:right;background:#ccc; padding:0px 10px;}
.news_d_info a{color:#fff;}
.news_d_info  .iconfont{color:#ff9600;margin-right:2px;font-size:12px;}
.p_content{padding:15px 0px;font-size:14px;}
.p_content img{max-width:100%;}
.back_next{clear:both;overflow:hidden;font-size:14px;color:#333;}
.back_next div{line-height:22px;height:22px;overflow:hidden;}
.back_next b{font-weight:normal;}
.back_next a{color:#555;}
.relation_news{padding:10px;overflow:hidden; clear:both;}
.relation_news .hd{font-size:16px;}
.relation_news .bd{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;overflow:hidden;padding:5px 0px;}
.relation_news li{line-height:30px;height:30px; overflow:hidden;font-size:14px;border-bottom:1px dotted #e1e1e1;padding-left:2px;}
.relation_news li a{color:#555;}

/****表单详情****/
.f_content{    padding: 10px 0px;
    font-size: 14px;}
.f_content img{max-width:100%;}
.question_dlist li{ clear:both;padding-top:10px; line-height:32px;}
.question_dlist li b{font-weight:normal;}
.question_dlist li div{margin-top:5px;}
.question_dlist li dd label{font-weight:normal; vertical-align:middle; margin-left:3px;}
.question_dlist li div .input_form{ 
    width:90%;
    border: 1px #e5e5e5 solid;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #a9a9a9;
    padding-left: 10px;}
.question_dlist li div textarea {
    width:90%;
    padding: 5px;
    border: 1px #e5e5e5 solid;
    min-height: 60px;
    line-height: 22px;
    font-size: 12px;
    color: #a9a9a9;
}
.form_sub{    background: #f60;width: 100px;color: #fff;text-align: center;line-height: 30px;height: 30px;border:0px; cursor:pointer;margin-top:15px;}
.mn_select {position: relative;  z-index:1;width:90%;height:30px; line-height:30px; background:#fff;  }
.mn_select cite {width:100%; height:28px; line-height: 28px; display: block;  
color: #a9a9a9; cursor: pointer; font-style: normal;padding-left:10px; 
border:1px solid #E5E5E5;  background: url(../images/common/xjt.png) no-repeat right center; }
.mn_select ul {width:100%;   border: 1px solid #E5E5E5; border-top:none; overflow-y:auto; background-color: #ffffff; padding:5px 0px; position: absolute; z-index: 20000;  margin-top: 0px;  display: none; }
.mn_select ul li { height: 34px; line-height: 34px;padding-top:0px; }
.mn_select ul li a {display: block;height: 34px; color: #333333;text-decoration: none;  padding-left: 10px;  padding-right: 10px;  } 
.mn_select ul li a:hover {background-color: #CCC;}
.mn_select select{width:290px;border:1px solid #d2d2d2;height:36px; line-height:36px; background:#fff; }

.cnzz_tj{ display:none;}
/***公用样式*****/
.web_dw{padding:10px;}
.img_showfull{}
.pad_b55{padding-bottom:55px;clear:both; overflow:hidden;}
.img_showfull img{ display: inline-block; height: auto;width: 100%;}
.text_center{ text-align:center;}


/*******案例********/
.shopsearch{ clear:both; margin-top:10px; padding:0px 5px;}
.shopsearch .al_input{    	width: 158px;
	height: 32px;
	margin-right: 8px;
    margin-bottom:8px;
	float: left;
	padding: 0 5px;
    cursor:pointer;
	color: #333;
    border:1px solid #eee;border-radius: 5px !important;display: inline-block;}
.shopsearch .al_submit{    	width: 64px;
	height: 32px;
    margin-bottom:8px;
	float: left;
	padding: 0 5px;
    cursor:pointer;
    background:#f5f5f5;
	color: #333;
    border:1px solid #eee;border-radius: 5px !important;display: inline-block;}

.shopList{width:100%;overflow:hidden;}
.shopList li{ width:50%; padding:20px 0; float:left;text-align:center; }
.shopList li div{ width:90%; margin:0 auto;}
.shopList li div img{width:100%; height:auto;}
.shopList li div.name{ line-height:20px; max-height:40px; overflow:hidden; margin-top:5px;}

/**select***/
.m-select{height:32px;float:left;width:264px;background-image:url(../images/main/selector.png);background-repeat:no-repeat;background-position:100% 0;border-radius: 5px; margin-right:8px; margin-bottom:8px;}
.m-select-w{width:100px;}
.m-focus{background-position:100% 100%;position:relative;}
.m-select dt{line-height:34px;border:1px solid #E3E3E3;text-align:center;text-indent:-31px;cursor:pointer;height:32px;border-radius: 5px;font-weight:normal;}
.m-select dd{width:100%;background:#fff;position:absolute;left:0;top:32px;display:none;border-top:2px solid #E3E3E3;border-bottom:2px solid #E3E3E3;border-radius: 5px;box-shadow:0 6px 12px rgba(0,0,0,0.175)}
.m-select dd a{display:block;font-size:12px;text-indent:1em;line-height:32px;border-right:2px solid #E3E3E3;border-left:2px solid #E3E3E3;height:32px;}
.m-select dd a:hover{text-decoration:none;background:#eee;}

.m-select dd.age,.m-select dd.height{width:240px;border:2px solid #E3E3E3;}
.m-select dd.age a,.m-select dd.height a{float:left;width:40px;text-align:center;border:none;display:inline-block;text-indent:0;height:24px;line-height:24px;}

.m-select dd.region{width:300px;border:2px solid #E3E3E3;}
.region .tab{height:28px;padding:0px; overflow:hidden;margin-left:10px; margin-top:10px;}
.region .tab li{float:left;height:24px;line-height:24px;padding:0 20px;border:1px solid #E3E3E3;margin-right:5px;cursor:pointer;}
.region .tab li.on{border:2px solid #7DB3D4;cursor:default;position:relative;background:#7DB3D4;color:#fff;}
.region .tab-con{border-top:2px solid #7DB3D4;margin:0 10px 10px 10px;position:relative;top:-2px;background:#fff; padding-top:10px;}
.m-select dd.region a{float:left;text-align:center;border:none;width:62px;overflow:hidden;overflow:hidden;display:inline-block;text-indent:0; margin:0px 2px;}
.btn_area_select{padding:0px 10px 10px 10px;}
.btn_area_select .btn{width: 64px;
    height: 30px;
    margin-bottom: 8px;
    float: left;
    padding: 0 5px;
    cursor: pointer;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #eee;
    border-radius: 5px !important;
    display: inline-block;}
/*****下载******/
.down_list{}
.down_list li{ border-bottom:1px solid #eee; padding:5px; padding-bottom:6px; overflow:hidden; margin-top:10px;}
.down_list li .img{ width:20%; float:left;}
.down_list li .img  img{ width:100%; height:auto;}
.down_list li .info{ width:78%; float:right;}
.down_list li .info .name{ font-size:14px;}
.down_list li .info .more_info{ color:#999;}
.down_list li .info .more_info span{ margin:0 3px;}
.down_list li .info .more_info a{ display:inline-block; width:60px;height:28px; margin-left:5px; line-height:28px; color:#666; text-align:center; border:1px solid #eee; border-radius:5px;}

.down_load_infolist{ clear:both; border:1px solid #eee; overflow:hidden; margin-top:10px;}
.down_load_infolist li{ line-height:30px; border-bottom:1px solid #eee; color:#555; padding-left:10px;}
.down_load_infolist li span{ color:#888;}
.download_sub { clear:both; margin-top:10px; text-align:right;}
.download_sub  a{ width:120px; height:32px; line-height:32px; background:#fd9500; text-align:center; display:inline-block; color:#fff; border-radius:3px; cursor:pointer;}



/******视频*******/
.video_list{ padding:10px; clear:both;}
.video_list li{ clear:both; margin-top:15px; overflow:hidden;}
.video_list li .img{ width:40%; float:left; position:relative;}
.video_list li .img .b_cover{ position:absolute;height:30px;line-height:30px; right:0px;bottom:0px;color:#fff;}
.video_list li .img .b_cover span{ font-size:12px; margin-right:10px;}
.video_list li .img img{ width:100%; height:auto;}
.video_list li .info{ float:right;width:56%; overflow:hidden;}
.video_list li .title{ font-size:16px;line-height:26px; max-height:52px; overflow:hidden;}
.video_list li .time{color:#888; margin-top:5px;}
.video_list li .time span{ margin-right:12px;}

.video_detail{margin-top:12px;clear:both;}
.video_detail  video{ width:100%; height:200px; }

/****/
.re_head{background:url(../images/temp/banner1.jpg) no-repeat center center;width:10rem;height:6rem;background-size:100% auto;}
.re_top_c {width:9.146667rem;margin:0 auto;overflow:hidden;padding-top:.266667rem;}
.re_logo {width:1.466667rem;height:.6rem;}
.re_logo .img{width:100%;}
.re_tit{margin-top:.533333rem;overflow: hidden;text-align:center;line-height:1.5;}
.re_tit .title{font-size:.426667rem;color:#fff;font-weight:bold;}
.re_tit{font-size:.4rem;color:#ffdb00;font-weight:bold;}
.delay1 {animation-delay: 0.2s;}
.delay2 {animation-delay: 0.4s;}
.re_list{margin-top:.746667rem;}
.re_list ul{width:9.693333rem;overflow: hidden;}
.re_list ul li{float:left; width:2.666667rem;height:1.466667rem;background:rgba(230,42,63,.8);border-radius:.066667rem;margin-right:.546667rem;}
.re_list ul li .re_box{width:2.133333rem;margin:.133333rem auto;text-align:center;}
.re_list ul li .re_box .name{font-size:.346667rem;color:#fff;border-bottom:1px solid #f6d7d8;}
.re_list ul li .re_box .num{font-size:.346667rem;color:#f4cc12;}
.re_center{width:9.146667rem;margin:0 auto;overflow:hidden;}
.re_nuclear,re_process{width:10rem;}
.re_nuclear .re_center{margin-top:1.12rem;margin-bottom:1.653333rem;overflow:hidden;}
.re_ntop{text-align:center;line-height:1.6;}
.re_ntop b{color:#333333;font-size:.4rem;}
.re_ntop p{color:#666666;font-size:.346667rem;}
.re_form{margin-top:.88rem;overflow:hidden;}
.re_form p{font-size:.4rem;color:#4c4c4c;margin-bottom:.326667rem;}
.re_form p input{
    width:6.666667rem;
    height:.88rem;
    border:.026667rem solid #bfbfbf;
    margin-left:.453333rem;
    border-radius:.133333rem;
    font-size:.32rem;
    color:#cccccc;
    text-indent:2em;
}
.re_form .subbtn{margin-bottom:0;}
.re_form .subbtn input{
    width:9.146667rem;
    background:#e62a3f;
    border:none;
    color:#fff;
    font-size: .626667rem;
    margin-left:0;
    text-align:center;
    margin-top:.293333rem;
    text-indent: 0;
    height: 1.2rem;
}
#t_tel_error,#t_des_error{
    margin-left: 2.5rem;
    font-size: 12px;
    color: red;
}
.re_tel{height:.506667rem;margin-top:.306667rem;text-align:center;font-size:.32rem;overflow:hidden;}
.re_tel .swiper-container{height:.506667rem;}
.re_process{background:url(../images/temp/liucheng1.jpg) no-repeat center center;width: 10rem;height:14.373333rem;position: relative;background-size:100% auto;}
.re_process .tit{font-size:.4rem;font-weight:bold;color:#fff;text-align:center;padding-top:.8rem;padding-bottom:.533333rem;}
.re_process .bd{position:relative;}
.re_process .bd ul li{position:relative;width:3.84rem;height:3.2rem;line-height:1.4;float: left;}
.re_process .bd ul li .name{color:#e62a3f;font-size:.373333rem;text-indent:.08rem;position: absolute;}
.re_process .bd ul li .desc{color:#666262;font-size:.32rem;width:3.226667rem;position: absolute;text-align: justify;}
.re_process .bd ul .li1,.re_process .bd ul .li2{top:.213333rem;}
.re_process .bd ul .li1,.re_process .bd ul .li3,.re_process .bd ul .li5{left:.706667rem;} 
.re_process .bd ul .li1 .name{top:.666667rem;left:1.146667rem;}
.re_process .bd ul .li1 .desc,.re_process .bd ul .li2 .desc{top:1.386667rem;}
.re_process .bd ul .li2,.re_process .bd ul .li4,.re_process .bd ul .li6{left:2.213333rem;}
.re_process .bd ul .li2 .name{top:.666667rem;left:1.173333rem;}
.re_process .bd ul .li3,.re_process .bd ul .li4{top:1.84rem;}
.re_process .bd ul .li3 .name{left:1.333333rem;}
.re_process .bd ul .li3 .desc{top:.746667rem;}
.re_process .bd ul .li4 .name{left:.933333rem;}
.re_process .bd ul .li4 .desc{top: .746667rem;}
.re_process .bd ul .li5,.re_process .bd ul .li6{top:2.76rem;}
.re_process .bd ul .li5 .name{left:.72rem;}
.re_process .bd ul .li5 .desc,.re_process .bd ul .li6 .desc{top:.733333rem;}
.re_process .bd ul .li6 .name{left:1.066667rem;}
.re_about{background:url(../images/temp/about_bg.jpg) repeat center center;width:10rem;}
.re_about .tit{padding-top:1.146667rem;padding-bottom:.8rem;overflow:hidden;font-size:.426667rem;color:#333333;font-weight:bold;text-align:center;}
.re_about .bd,.re_case .bd,.re_footc{width:9.146667rem;margin: 0 auto;overflow: hidden;}
.re_about .bd ul{width:10.48rem;overflow:hidden;}
.re_about .bd ul li{float:left;width:2.186667rem;margin-right:1.293333rem;}
.re_about .bd ul li .ab_tit{
    width:2.186667rem;height:2.186667rem;
    line-height:2.186667rem;background:#e62a3f;
    color:#fff;font-size:.346667rem;border-radius:50%;
    text-align:center;overflow:hidden;
}
.re_about .bd ul li .info{margin-top:.266667rem;padding-bottom:.853333rem;text-align:center;line-height:1.2;}
.re_about .bd ul li .info p{font-size:.346667rem;color:#4c4c4c;}
.re_case{width:10rem; overflow: hidden;margin-bottom:.826667rem;}
.re_case .tit{margin-top:1.333333rem;margin-bottom:.666667rem;text-align:center;font-size:.426667rem;color:#333333;}
.re_case .bd ul li{margin-bottom:.413333rem;overflow:hidden;}
.re_case .bd ul li .pic_box{float:left;width:3.866667rem;height:3.253333rem;position: relative;}
.re_case .bd ul li .pic{width:3.866667rem;height:3.253333rem;overflow:hidden;}
.re_case .bd ul li .address{
    position:absolute;top:0;
    left:0;width:3.866667rem;
    height:3.253333rem;line-height:3.253333rem;
    color:#fff;background:rgba(0,0,0,.5);
    text-align:center;font-size:.4rem;
}
.re_case .bd ul li .pic img{width:100%;}
.re_case .bd ul li .txt_box{width:5.28rem;height:3.253333rem;background:#e62a3f;float:right;}
.re_case .bd ul li .txt_main{margin-left:.4rem;}
.re_case .bd ul li .txt_main b{font-size:.346667rem;color:#ffd600;margin-top:.293333rem;display:inline-block;}
.re_case .bd ul li .txt_main ul li{
    margin-bottom:0px !important;font-size:.293333rem;color:#fff;
    width:4.186667rem;background:url(../images/temp/fankuai.png) no-repeat center left;
    padding-left:.4rem;
    
}
.re_case .bd ul li .txt_main ul .two_s{background:url(../images/temp/fankuai.png) no-repeat left top .186667rem;}
.w330{width:4.4rem!important;}
.re_foot{width:10rem; overflow: hidden;border-top:1px solid #e0e0de; }
.re_footc{ margin-top:.64rem;margin-bottom:.506667rem;overflow: hidden;text-align:center;}
.re_footc .name{font-size:.386667rem;color:#424242;}
.re_footc .info{color:#666666;font-size:.266667rem;letter-spacing: -1px;}



/*******/
.cate_list_search{padding:.2rem;}
.cate_list_input{width:4rem;float:left;height:40px;line-height:40px;border:1px solid #e5e5e5;padding:0 0.1rem;border-bottom-left-radius:5px;border-top-left-radius:5px;}
.cate_list_select{width:1.8rem;float:left;height:40px;line-height:40px;border:1px solid #e5e5e5;border-left:0px;}
.cate_list_button{width:1.2rem;height:40px;line-height:40px;background:#054aae;color:#fff;font-size:14px;text-align:center;border:0px;border-bottom-right-radius:5px;border-top-right-radius:5px;}
.cate_list_name{padding:.05rem;}
.cate_list_name li{width:2.2rem;float:left;background:#fff;height:1.8rem;margin:0.1rem;font-size:12px;text-align:center;overflow:hidden;color:#666;}
.cate_list_name li a{color:#666;}
.cate_list_name  .pic {width:0.5rem;height:0.5rem; text-align:center;margin:0.2rem auto;overflow:hidden;}
.cate_list_name  .pic img{width:auto;height:.4rem;}
.cate_note{margin:.2rem;background:#fff;padding:0.3rem;}
.cn_name{font-size:14px;font-weight:bold;line-height:30px;}
.cn_desc{clear:both;}
.cn_note{clear:both;color:#898989;}
.pcate_search_d{margin:.2rem;background:#fff;padding:0.3rem;}
.pcate_search_d dt{background:url(../images/main/sortdetail01.png) no-repeat right 16px;background-size:13px 7px;font-weight:normal;font-size:14px;
                       height: auto;
    overflow: hidden;
    padding: .25rem 0;
    padding-right:.5rem;
    border-bottom: 1px solid #E4E4E4;
}
.pcate_search_d dt.bg{background:url(../images/main/sortdetail02.png) no-repeat right 16px;background-size:13px 7px; color:#F44444;}
.pcate_search_d dd{
        color: #999;
    line-height: .38rem;
    padding: .2rem 0;
    display:none;
}

.com_banner {
    width: 100%;
    height:270px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.com_banner .com_toptit {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.com_banner .com_toptit h1 {
    text-align: center;
    font-size: 26px;
    color: #fff;
    line-height: 1em;
    height: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.com_banner .com_toptit p {
    margin-top: 8px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 1em;
    height: 1em;
    padding: 0 19px;
    position: relative;
    display: inline-block;
}
.com_banner .com_toptit p::after, .com_banner .com_toptit p:before {
    width: 77px;
    height: 1px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
.com_banner .com_toptit p:before {
    left: -77px;
}
.com_banner .com_toptit p:after {
    right: -77px;
}