/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

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


/*定义全局链接颜色lpm*/

a:hover {
    color: #DA251D;
    text-decoration: none;
    border-bottom-style: 
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;    
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #ddd;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #DA251D;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}


/*隐藏后台自带版权DIVlpm*/

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


/*定义版面统一宽度lpm*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;    
}


/*定义英文字体及大写lpm*/


@font-face {
  font-family: 'iconfont';  /* project id 508755 */
  src: url('http://at.alicdn.com/t/font_508755_0dmk43x6bk68byb9.eot');
  src: url('http://at.alicdn.com/t/font_508755_0dmk43x6bk68byb9.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_508755_0dmk43x6bk68byb9.woff') format('woff'),
  url('http://at.alicdn.com/t/font_508755_0dmk43x6bk68byb9.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_508755_0dmk43x6bk68byb9.svg#iconfont') format('svg');
}

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

/*抬头*/


#head {
    width: 100%;
min-width: 1200px;
    height: 94px;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
background: #fff;

}

.logo {
    padding-top: 12px;    
    padding-right: 14px;
    
}
.logo img{height: 68px;}





/*导航*/


.nav li {   
    
    width: 130px;
    height: 94px;
    line-height: 94px;
    float: left;
    text-align: center;    
    
}

.nav li a {
    color: #333;
    font-size: 16px;
    display: block;
}

.nav li a:hover {
    color:#00ada9;
}

.nav .a_nav {       
    color:#00ada9;
}

.nav li.ch_en a{display: inline;}
.nav li.ch_en{width: 90px;} 

.nav li.li_prod{background:url(http://login.114my.cn/memberpic/035963110783en/uploadfile/image/20171215/20171215174440_1144788930.jpg) no-repeat 103px center;}

.box_list{margin: 0 auto; height: auto; width: 390px;}
.box_sup{padding-left: 120px;}
.box_news{padding-left: 380px;}
.box_com{padding-left:640px; width: 680px;}


.menu dl.prod_cover{background: #fff;}
.menu dl {

    position: absolute;
    width: 100%;
    top: 95px;

    left: 0;
    z-index: 9999; 

    opacity: 0;

    background: #00ada9;
    height: 0;
    overflow: hidden;



    -webkit-transition: opacity .25s ease .1s;

    transition: opacity .25s ease .1s;
    -webkit-transition: height 0.5s ease .1s;

    transition: height 0.5s ease .1s;

}
.menu dl .box_list a{float: left; width: 130px; text-align: center; margin-top: 17px; line-height: 36px; display: block; color: #fff;}
.menu dl .box_list a:hover{border-radius: 20px; background: #fff; color: #DA251D;}
.menu .prod_cover dd{float: left; width: 240px; text-align: center; padding-top: 45px; line-height: 25px;

}
.menu .prod_cover dd img{-webkit-transition: margin 0.5s ease .1s;
    padding-bottom: 15px;
    transition: margin 0.5s ease .1s;
}
.menu .prod_cover dd:hover img{margin-top: -5px;}
.menu .prod_cover dd a{font-size: 14px;}

.menu li:hover > dl { opacity: 1; height: 70px;}
.menu li:hover > dl.prod_cover { height: 300px; }



 



.search{width: 32px; height: 32px; position: relative; margin-top: 27px;}
.search-form {    
    position: absolute;
    right: 0;
    top: 3px;
}
.search-form .form-group {  
  float: right !important;
  -webkit-transition: all 0.35s, border-radius 0s;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff; 
  border-radius: 25px;
   }

.search-form .form-group .form-control{width:32px; background:none; outline:none; color:#d2d1d1; padding-left: 10px; border: none; height:30px; line-height:30px;}
.search-form .form-group:hover .form-control{width: 150px;}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 150px;
  border-radius: 4px 25px 25px 4px; 
border: 1px solid #ccc;}
.search-form .form-group .form-control{opacity:0; -webkit-transition-delay:0.1s; transition-delay:0.1s;}
.search-form .form-group:hover .form-control,.search-form .form-group.hover .form-control{opacity:1;}
.search-form .form-group .form-control-feedback {
  position: absolute;
  top: -2px;
  right: -3px;
  z-index: 2;
  display: block;
  padding: 8px; 
  width: 22px;
  height: 22px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px; 
  pointer-events: auto;
  }


/*幻灯片*/

.focus {
    width: 100%;
min-width: 1200px;
    height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.focus ul {
    height: 100%;
    position: absolute;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    position: absolute;
    width: 900px;  
    height: 8px;
    margin-left: -450px;
    left: 50%;
    bottom: 30px;
    text-align:center;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 15px;
    height: 15px;
text-indent:50000px; 
    margin-left: 5px;
    border-radius: 15px;
    cursor: pointer;
    background: #BF251D;
}

.focus .btn span.on {
    background: #BF251D;
    width: 30px;
}

.focus .preNext {
display:none;
}




/*内页幻灯片*/

.focus_n {
    width: 100%;
min-width: 1200px;
    height: 450px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.focus_n ul {
    height: 100%;
    position: absolute;
}

.focus_n ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus_n ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.focus_n .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus_n .btn {
    position: absolute;
    width: 900px;  
    height: 8px;
    margin-left: -450px;
    left: 50%;
    bottom: 30px;
    text-align:center;
}

.focus_n .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 15px;
    height: 15px;
text-indent:50000px; 
    margin-left: 5px;
    border-radius: 15px;
    cursor: pointer;
    background: #BF251D;
}

.focus_n .btn span.on {
    background: #BF251D;
    width: 30px;
}

.focus_n .preNext {
display:none;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top100 {
    padding-top: 100px;
}

.top40 {
    padding-top: 40px;
}

.top60 {
    padding-top: 60px;
}






/*标题*/

.title{padding-top: 50px; text-transform: uppercase; color: #333; font-size: 36px; line-height: 36px; padding-bottom:25px; margin-bottom: 10px; text-align: center;  position:relative;}
.title i{display:block; position:absolute; width:80px; height:3px; bottom:-2px; left:50%; margin-left:-40px; background-color:#00ada9;}
.title span{font-size: 16px; font-weight: normal; color: #999;}

.more a{
    width: 160px; height: 36px; margin: 20px auto 0 auto; border: 1px solid #D5D5D5; border-radius: 32px; display: block; text-align: center; line-height: 36px; color: #999;
}
.more a:hover{color:#fff; background-color:#00ada9;}


/* 产品中心 */

.prod_d01 div{width: 590px; height: 370px; font-size: 16px; line-height: 20px; color: #999;
    overflow: hidden; background-color: #EBECEE; position: relative; }
.prod_d01 div img{position: absolute; left: 0; top: 0; -webkit-transition: all 1s; transition: all 1s; z-index: 10;}
.prod_d01 div:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}

.prod_d01 div p{position: absolute;  left: 0; top: 0; z-index: 20; padding-left: 30px;}
.prod_d01 div span{display: block; font-size: 36px; color: #333; padding-top: 60px; padding-bottom: 30px; line-height: 36px;}
.prod_d01 div a{display: block; margin-top: 30px; width: 146px; height: 40px;  -webkit-transition: all .5s; transition: all .5s;
    border: 1px solid #00ada9; border-radius: 20px; color: #00ada9; text-align: center; line-height: 40px;}
.prod_d01 div a:hover{background-color: #00ada9; color: #fff;}


.prod_d02 div{width: 386px; height: 370px; font-size: 16px; line-height: 20px; color: #999; margin-top: 20px;
    overflow: hidden; position: relative; }
.prod_blue{ background-color: #EBECEE; margin-right: 22px;}
.prod_green{ background-color: #EBECEE;}
.prod_gray{ background-color: #EBECEE;}
.prod_d02 div img{position: absolute; left: 0; top: 0; -webkit-transition: all 1s; transition: all 1s; z-index: 10;}
.prod_d02 div:hover img{-webkit-transform: scale(1.1);transform: scale(1.1); }
.prod_d02 div:hover{cursor: pointer;}
.prod_d02 div p{position: absolute;  left: -386px; top: 0; z-index: 20; padding-left: 30px;  -webkit-transition: all 1s; transition: all 1s;}

.prod_d02 div span{display: block; font-size: 36px; color: #333; padding-top: 60px; padding-bottom: 30px; line-height: 36px;}
.prod_d02 div a{display: block; margin-top: 30px; width: 146px; height: 40px;  -webkit-transition: all .5s; transition: all .5s;
    border: 1px solid #00ada9; border-radius: 20px; color: #00ada9; text-align: center; line-height: 40px;}
.prod_d02 div a:hover{background-color: #00ada9; color: #0fff;}
.prod_d02 div:hover p{left: 0;}

a.prod_more{display: block; margin: 20px auto; width: 260px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 50px; font-size: 16px; text-transform: uppercase; -webkit-transition: all .5s; transition: all .5s;
    border: 1px solid #00ada9; border-radius: 50px; color: #00ada9; padding-left: 50px; line-height: 50px; 
    background: url(http://login.114my.cn/memberpic/035963110783en/uploadfile/image/20171215/20171215141938_826665895.png) no-repeat 190px center;}
a.prod_more:hover{background-position: 195px center; padding-left: 53px; color: #DA251D;}


/* 产品分类 */
.list{width:285px; background-color:#F3F3F3;     padding-bottom: 50px;}
.left_dw a{ display:block; height:55px; line-height:55px; padding-left:32px; font-size:14px; color:#333; border-bottom:1px solid #ddd;}
.left_dw a:hover,.left_dw a .cur_class{color:#DA251D;}
.list_t{ height:66px; line-height:66px; color:#fff; font-size:24px; padding-left:30px; background-color:#00ada9;}
.list_tel{ margin-top:35px; margin-left: 5px; padding-left: 47px; font-size: 24px; line-height: 24px; color: #DA251D;
    background: url(http://login.114my.cn/memberpic/035963110783en/uploadfile/image/20181220/20181220110542_1813821931.png) no-repeat 5px 10px;
}
.list_tel p{color:#00ada9; font-size: 14px;}


/*优势*/
.adv_t{border-bottom: 1px solid #d6d6d6;}
.adv_bg{width: 100%; height: auto; background-color: #F3F3F3; padding-bottom: 40px;}
.adv_d li{ width:240px; float: left; text-align: center; line-height: 20px; margin-top: 30px; color: #999; font-size: 12px;}
.adv_d li p{font-size: 18px; color: #333; line-height: 18px; padding-bottom: 15px;}
.adv_d li i{
    display: block; width: 200px; height: 200px; margin-left: 20px; border-radius: 200px; margin-bottom: 20px; line-height: 200px; font-size: 80px; background-color: #fff; color:#00ada9;
}
.adv_d li:hover i{background-color: #00ada9; color:#fff; cursor:pointer;}


/*简介*/

.about_t{height: 60px; background: url(http://login.114my.cn/memberpic/035963110783en/uploadfile/image/20171215/20171215144355_61242416.png) no-repeat center bottom;}
.about_w{line-height: 20px; text-align: center; padding-top: 10px; padding-bottom: 40px; font-size: 14px;}


/*品牌*/

.bottom-promos ul{white-space:nowrap}
.bottom-promos li{background:#fff;display:inline-block;width:286px;-webkit-transition:all .3s;transition:all .3s;margin-right:18px;}
.bottom-promos li img{width:100%}
.bottom-promos li:hover{ -webkit-box-shadow:0 10px 30px 0 rgba(0,0,0,.19);box-shadow:0 10px 30px 0 rgba(0,0,0,.19);-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}
.bottom-promos .tit-desc-panel{height:40px; text-align: center;}
.i-icon-15d,.i-icon-1h,.i-icon-30d,.i-icon-7d{display:inline-block;background-repeat:no-repeat}
.bottom-promos .tit-desc-panel h4{font-weight:400;line-height:40px;font-size:14px}


/*荣誉资质*/
.honor_ctrl{width: 70px; height: 28px; margin: 0 auto; margin-top: -20px;}
.honor_d{margin-top:20px;}
.honor_m{ cursor: pointer;}


/*新闻资讯*/
.body_bg{width: 100%; background-color: #F3F3F3;}

.news{width: 1360px; margin: 0 auto; }
.news_m{padding-top:100px;  cursor: pointer;}
.news_d{margin-left: 35px; width:1230px; overflow-x:hidden; margin-top: 20px;}
.news_div{float: left; width:285px; margin:10px 10px 20px 10px; position: relative;}
.news_div_img img{width:285px; height:180px;}
.news_div_tit{font-size: 16px; padding-bottom: 5px;}
.news_div_tit a{color: #333; font-size: 16px;}
.news_div_tit a:hover{color: #DA251D;}
.news_div_content{font-size: 14px; line-height: 26px; padding-top:10px;}



/*联系我们*/

.about_tel{ text-align: center; color:#999; padding-top: 20px;}
.about_tel p{font-size: 36px; color: #00ada9; padding-top:15px;}

.about_chat{
    width: 1198px; height: 98px; border: 1px solid #e0e0e0; margin: 30px auto 50px auto;
}
.about_chat a{
    display: block; float: left; padding-left: 90px; width: 307px; border-right: 1px solid #e0e0e0; 
}
.about_chat a:last-child{border-right:none;}
.about_chat a i{
    font-size: 70px; color: #00ada9; line-height: 98px;
}
.about_chat a div{
    line-height: 26px; padding-top: 25px; padding-left: 10px;
}
.about_chat a div p{
    font-size: 14px; font-weight: bold;
}


/*版权*/
.top20{padding-top: 20px;}
.footer_bg{ width: 100%; min-width: 1200px; height: 210px; background: #272727; color: #999; margin-top:20px;}
.footer_bg a{color: #999;}
.footer_bg a:hover{color: #ECB500;}
.footer{ position:relative;}
.footer_logobg{position: absolute; left: 260px; top: -20px; width:17px; height:20px; background:url(http://login.114my.cn/memberpic/035963110783en/uploadfile/image/20171215/20171215155739_1856456967.png);}
.footer_logo{
    width: 210px; padding-left: 50px; height:130px; padding-top: 50px; background-color: #fff;
    position: absolute; left: 0; top: 0;
}
.footer_logo.footer_home{background-color: #f3f3f3;}
.footer_nav{margin-left:340px; padding-top:20px; margin-bottom:15px; height:40px; line-height:40px;}
.footer_copy{margin-left:340px;  font-size: 13px; line-height: 28px;  padding-bottom: 10px;}





.link{margin-top: 20px; width: 230px; margin-left:80px;}
.link_l{height:40px; line-height:40px;  padding-bottom: 10px;}
.link_r{font-size: 13px; line-height: 28px;}

.copy_bg{ width: 100%; min-width: 1200px; height: auto; background: #000; color: #999;}
.copy{ text-align: center; line-height: 60px;}
.copy_n{ height: 58px; line-height: 58px; border-top:1px #3f3f3f solid; margin-top: 50px; text-align: center; }
.copy a{color: #999;}


/*浮动QQ*/
.back-top-container {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer; 
  z-index: 99999;}


.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 200px;
  right: -145px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.yb_conct:hover {right:2px;}
.yb_conct:hover .yb_ercode{height:184px;}
.yb_conct a {
    color: #fff;
    text-decoration: none; }
    .yb_conct a:hover {
      color: #ff0; }

.yb_bar ul li {
  width: 200px;
  height: 53px;
  font: 14px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 1px;
  border-radius: 3px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden;
    background-color: #00ada9;
  background-image:url(http://login.114my.cn/memberpic/035963110783en/uploadfile/image/20171215/20171215094739_407754851.png);
  background-repeat: no-repeat;
    }

.yb_bar .yb_top {
  background-position: 0 0; }

.yb_bar .yb_phone {
    background-position: 0 -57px;}
.yb_bar .yb_phone a{font-size: 12px;}

.yb_bar .yb_QQ {
  text-indent: 0;
  background-position: 0 -113px; }

.yb_QQ img{display: none;}

.yb_bar .yb_ercode {
  /*height:200px;*/
  background-position: 0 -169px; }

.hd_qr {
  padding: 0 29px 25px 29px; }

.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff; }











#bodycontent #tianxieone,
#bodycontent #tfour,
#bodycontent #liuyanshenming {
    border: 0 !important;
}

#bodycontent #lytijiao {
    border: 0 !important;
}









/*解决左右边或者中间大块空白的问题lpm*/

#left {
    height: auto !important;
}

#center {
    height: auto !important;
}

#right {
    height: auto !important;
}



.strong_title{display: none;}
.mbx_navigation{background:url(http://login.114my.cn/memberpic/035963110783en/uploadfile/image/20171215/20171215192011_116600078.jpg) no-repeat left top; border-bottom: solid #d0d0d0 1px; text-align:left; line-height:43px; padding-left:25px; margin-bottom:20px; height:43px;}


/*内页*/

#bodycon { 
padding-top: 20px;
padding-bottom: 10px;

}



#bodycontent.bodycontent_2FJWXsJbCp{line-height:38px;}



/*内页产品*/
.MagicZoom img{width:420px !important;  height:420px !important; }
.MagicZoom_simg{float:left;}
.MagicZoom_simg img {width: 80px !important; height: 80px !important; border: 1px solid #ccc !important; margin-right: 5px !important;}
.en_prolpicrsm_td_beizhu{padding-left: 6px;text-align: left;padding-top: 15px;line-height: 25px;}
.en_prolpicrsm_td{left:440px; position: relative; top:-110px;}
.lzc_en_pro_content img{margin-left:-25px;}


.pro_detail_title{height:30px; border-bottom:1px dashed #ddd; margin-bottom:-20px; padding-bottom:10px; font-size:20px; display:block; line-height:30px; color:#333;}

.prod_ditl_tel{font-size:15px; line-height:40px; border-top:1px solid #ddd;  margin-top:20px; padding-top:8px;}
.prod_ditl_tel span{color:#f27200; font-size:26px; font-family:Georgia, "Times New Roman", Times, serif;}
.prod_ditl_tel a{display:block; width:205px; height:49px; text-align:center; line-height:49px; margin-top:20px; font-size:18px; color:#fff; background:url(http://login.114my.cn/memberpic/oupaiqi/uploadfile/image/20170619/20170619174510_893354884.jpg) no-repeat;}
.prod_ditl_tel a:hover{color:#ff0;}


.pcontent_title_h4 h4 strong{display:none;}
.detail_title{height:25px; line-height:24px; margin-left: 50px !important; color:#fff; font-size:16px; padding-left:30px; width:1070px !important; background:url(http://login.114my.cn/memberpic/oupaiqi/uploadfile/image/20170619/20170619174330_290685004.jpg) no-repeat top left;}
.news_content_title h3 strong{font-size:18px !important;}


.product_content img{max-width:1100px;}
.plist_item_txt{line-height:30px;}

#n_prod2{position: relative; z-index: 99999; font-family: "arial";}
 .n_prod{ width: 800px; margin: 0 auto; font-size: 14px; line-height:32px; color: #555;}
 .n_prod dl{ display: block; line-height:37px; font-size: 18px; font-weight: bold; color: #fff; background: #00ada9; text-align: center; margin: 15px 0;}
 .n_prod i{ display: block; font-style: normal; font-weight: bold; font-size: 16px; color: #333;}
 .n_prod table{border-collapse: collapse; margin: 15px 0; width: 100%;}
 .n_prod td{ font-size: 14px; border: 1px solid #ddd; line-height: 30px; text-align: center;}
 .n_prod .img1{ margin: 15px 0 0 0;}
.n_prod .img1 img{ width :760px;}
 .n_prod .img4{ margin: 15px 0;}
 .n_prod .img4 img{ width: 184px;}
 .n_prod .img4 img+img{ margin-left:9px;}


 .n_prod .img5{ margin: 15px 0;}
 .n_prod .img5 img{ width: 154px; margin-bottom:8px;}
.n_prod .img5 img+img{ margin-left:8px;}
.n_prod .img5 img:nth-of-type(5n+1){margin-left:0;}

 .n_process{ margin-top:50px; background:#fff; height: 323px;}
   .n_process li{ display: block; background: #fff; float: left;width:159px; height: 313px; border-left: 1px solid #ddd; text-align: center; position: relative; font-size: 13px; line-height: 20px;transition:all 0.5s linear; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear;}
 .n_process li p{ font-size:16px; font-weight: bold; color: #333; line-height: 40px;}
 .n_process li img{ width: 100px; display: block; margin:0 auto; margin-top:52px; margin-bottom: 15px;}
 .n_process li:nth-child(5){ width:158px; border-right: 1px solid #ddd;}
 .n_process li dl{ background:none;display: block;top: -28px; position: absolute; right: 0; left: 0; }
 .n_process li dl img{ margin-top: 0; width:60px;}
 .n_process li:hover{ box-shadow: 0 10px 5px #ddd; color: #fff; background:rgba(1,171,168,1);}
 .n_process li:hover p{ color: #fff;}
 .n_process li img{transition:all 0.5s linear; -webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear;}
 .n_process li:hover img{ transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); border:2px solid #fff; border-radius: 50%;}
 .n_process li:hover dl img{ display: block; transform: none; border:none; border-radius:0;}
 
 /*内页产品联系方式*/
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 20px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/


.p12-aboutinfo-1-nr{padding:0 20px 20px;width: 1200px;margin: 0 auto;}
.g_contactt {height: 375px;position: relative; width: 800px; margin: 0 auto;}
ul{list-style: none;}
.tit {background:url(http://login.114my.cn/memberpic/035963110783en/uploadfile/image/20181212/20181212173452_1494965646.png)no-repeat center center;height: 100px;text-align: center;clear: both;padding-top: 40px;}
.tit span {display: block;font-size: 24px;color: #00ada9;font-weight: bold;text-align: center;letter-spacing: 3px;padding-top: 10px;}
.tit span em {font-style: normal;color: #E8E8E8; line-height:26px;font-size: 14px;display: block;text-transform: uppercase;}
.g_contactt {height: 300px;position: relative;}
.g_contactt .contactt {border: 1px solid #e1e1e1;padding: 16px 0;height: 390px;}
.g_contactt .contactt li {position: relative;padding-left: 45px;float: left;width:305px;height:62px;line-height: 62px;border-bottom: 1px solid #e9e9e9;margin: 0 24px;font-size: 15px;color: #333333;}
.g_contactt .contactt li em {position: absolute;left: 26px; line-height: 0;}
.g_contactt .line {width: 1px;height: 330px;background: #e9e9e9;left:400px;top: 18px;position: absolute;}
.contactt li i {display: inline-block;padding-left: 33px;}
 .contactt li em img{ width:35px;}
 .contactt li em{ top: 12px;}


.detail_title{width:1100px !important; text-align:center; font-size:18px; color:#fff; background:#00ada9; line-height:25px; margin-left:0 !important;}
.pro_detail_rel_hd{ width:805px !important; text-align:center; font-size:18px; color:#fff; background:#00ada9; line-height:25px; }
.pcontent_title_h4{ width:805px !important; text-align:center; font-size:18px; color:#333;}
.n_cert img{ width:575px; margin:10px; text-align:center; border:1px solid #dedede;}
.dgcontent_title_h5{ width1100px !important; text-aligncenter; font-size18px; color#333;}
 .n_prod{ width: 805px; margin: 0 auto;font-size:14px; line-height:32px; margin-top:10px;}
.n_prod l{font-size:18px; font-weight:bold; color:#00ada9;}
.n_prod b{font-weight:bold;}
#cpdh_head{display:none;}

.n_feedback{ margin:20px auto; font-size:14px; border: 1px solid #ddd; padding:15px 20px 10px 20px; border-top:none;width:758px;}
.index-active-yy input{display: block;height: 30px; width: 45%; float:left;margin-bottom: 8px; margin-right: 16px;font-size:14px; color: #333;    padding-left: 16px;}
.index-active-yy{}
.index-active-yy button{ font-size:16px; color: #333; margin-left: 10px; line-height: 30px; padding:0 20px; border-radius: 5px;}

 .n_feedback p{ text-align: center; font-size: 18px; text-align: center; line-height: 40px;}

.n_adv{background:#eff4f7; padding:30px 20px; margin-top:-14px;}
.n_bg1{background:#eff4f7; padding:30px 20px; margin-top:4px;}
.n_bg2{background:#eff4f7; padding:20px 20px; margin-top:-14px;}
.aaa1 {line-height: 20px!important;}