body {
    color: #666;
    font-size: 12px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

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


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

a:hover {
    color: #ed6c00;
    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 #C1C1C1;
    padding: 2px;
    background: #fff;
}


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

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


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

#copy {
    display: none;
}


/*隐藏后台自带版权DIVlpm*/
.w1200 {
    width: 1200px;
    height: auto; overflow:hidden;
    margin: 0 auto;}
.box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.box2 {
    width: 1280px;
    height: auto;
    margin: 0 auto;
}

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

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


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


/*抬头*/


#head {
    width: 100%;
min-width: 1200px;
    height: 100px;
    margin: 0 auto;
    border-bottom: 5px solid #e4e4e4;
}

.logo {
    padding-top: 10px;
    height: 90px;
    padding-right: 75px;
    
}

.name {
    padding-top: 18px;
    padding-right: 10px;
}
.ad{ font-size: 14px; color: #666; line-height: 16px; margin-top: 50px; padding-top: 32px; background: url(//memberpic.114my.com.cn/dg56987/uploadfile/image/20170222/20170222135917_1047411681.jpg) no-repeat left top;}
.ad p{font-size: 20px; color: #004490; line-height: 16px; font-weight: bold; padding-bottom: 12px;}



/*导航*/


.nav{margin-top: 48px;}
.nav li {
    
    position: relative;
    width: 106px;
    height: 52px;    
    float: left;
    text-align: center;
    background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313152010_1311855766.jpg) no-repeat right 3px;
    
}

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

.nav li a:hover {
    color:#F08B29;
}

.nav .a_nav {
    margin-right: 1px;   
    color:#F08B29;
}


 


.menu ul {

    position: absolute;

    top: 52px;

    left: 0;
    z-index: 9999; 

    opacity: 0;

    background: #E4E4E4;



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

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

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

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

    transition: opacity .25s ease .1s;

}

.menu li:hover > ul { opacity: 1; }

 

.menu ul li {

    height: 0;
width: 100%;
    overflow: hidden; 
    background: none;

 

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

    -moz-transition: height .25s ease .1s;

    -o-transition: height .25s ease .1s;

    -ms-transition: height .25s ease .1s;

    transition: height .25s ease .1s;

}

 

.menu li:hover > ul li {

    height: 36px;
line-height: 36px;
    overflow: visible;
    


}



.menu ul li a {

    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    text-align:center;
    font-size: 14px;
    color:#666;

}
.menu ul li a:hover{background:#152b76; color:#fff;}
 

.menu ul li:last-child a { border: none; }


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

.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; }
.search-form .form-group .form-control{opacity:0; 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: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  padding: 11px; 
  width: 15px;
  height: 15px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px; 
  pointer-events: auto;
  }

.tel {
    width: 24px; height: 19px;
    cursor: pointer;
    padding-top: 52px; position: relative;
    margin-right: 138px;
}
.tel p{position: absolute; top:96px; left:-32px; width: 90px; height: 0px; overflow: hidden; transition: all 0.35s; z-index: 9999;}
.tel:hover p{height: 90px;}
.tel p img{width: 90px;}

/*幻灯片*/

.focus {
    width: 100%;
min-width: 1200px;
    height: 580px;
    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: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: right;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus .btn span.on {
    background: #fff;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 200px;
    background: url(http://114my.cn.114.114my.net/cym/QQ-Flash/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: 0;
}

.focus .next {
    right: 0;
    background-position: right top;
}


/*内页幻灯片*/

.focus_n {
    width: 100%;
min-width: 1200px;
    height: 300px;
    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: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: right;
}

.focus_n .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus_n .btn span.on {
    background: #fff;
}

.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(http://114my.cn.114.114my.net/cym/QQ-Flash/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.focus_n .pre {
    left: 0;
}

.focus_n .next {
    right: 0;

    background-position: right top;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top100 {
    padding-top: 80px;
}

.top40 {
    padding-top: 40px;
}

.top60 {
    padding-top: 60px;
}



/*产品展示*/
.title_f{font: 14px/14px "Microsoft Yahei"; text-align: center;  color:#555;}
.title_f p{font:bold 32px/32px "Microsoft Yahei"; padding-bottom: 15px; color: #222;}    
.title_f a{ padding-left:10px; padding-right:10px; color:#555;}
 
.prod_d li{width: 300px; height: 335px; float: left; position: relative; background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313164123_469490072.jpg) no-repeat top right; overflow: hidden;}
.prod_li img{padding-top: 5px; padding-bottom: 25px;}
.prod_li{text-align: center; font: 14px/22px "Microsoft Yahei";}
.prod_li p{font:18px/18px "Microsoft Yahei"; padding-bottom: 15px; color: #333;}

.cover{width: 300px; height: 335px; background-color:#0087c7; position: absolute;}
.cover img{padding-top: 30px; padding-left: 23px;}
.cover .prod_z{width: 130px; margin-left: 30px; margin-top: 44px;}
.cover .prod_z p{font:18px/18px "Microsoft Yahei"; padding-bottom: 18px; color: #fff;}
.cover .prod_z a{display: block; width: 98px; color: #b1daee; padding-left: 17px; font-size: 14px; line-height: 36px; background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313171214_1870876572.jpg) no-repeat center left; border-bottom: 1px dotted #b1daee; }
.cover .prod_z a:hover{color: #fff;}
.prod_more{margin-left: 92px; margin-top: 53px; width: 99px; height: 24px; line-height: 24px; padding-left: 17px; background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313171856_1200210746.jpg) no-repeat center;}
.prod_more a{color: #b1daee; font-size: 14px;}
.prod_more a:hover{color: #fff; }

.prod_d li .left_in{ left: -300px; }
.prod_d li:hover .left_in{ left: 0px; transition: all 0.5s;}
.prod_d li .right_in{ right: -300px; }
.prod_d li:hover .right_in{ right: 0px; transition: all 0.5s;}



/*锐*/
/*PK*/
.tit1{ height:70px; overflow:hidden; font:26px "Microsoft Yahei"; text-align:center; font-weight:bold;color:#333;}
.tit1 a{ color:#333; font:26px "Microsoft Yahei";  font-weight:bold;}
.tit1 em{ color:#152b76; font-style:normal; font:26px "Microsoft Yahei"; font-weight:bold;}
.tit1 span{ display:block; font:20px  "Microsoft Yahei"; text-transform:uppercase; color:#848484; background:url(uploadfile/image/20170720/20170720151731_22901090.png) no-repeat center center; margin-top:8px;}


.pk{ height:705px; padding-top:60px; overflow:hidden; background:url(//memberpic.114my.com.cn/dwrxjdan82/uploadfile/image/20170720/20170720151303_859585616.jpg) no-repeat center top;}
.pk .tit1 span{ display:block; font:18px "Microsoft Yahei"; color:#848484;}
.pk ul{ height:60px; margin-top:36px; overflow:hidden;}
.pk li{ width:235px; height:60px; font:20px "Microsoft Yahei"; text-align:center; line-height:60px; float:left; margin-right:5px;}
.pk li a{ display:block; background:#d4d4d4; height:60px; color:#333; font:20px "Microsoft Yahei"; line-height:60px;  }
.pk li a:hover,.pk .cur a{ color:#fff; background:#152b76; text-decoration:none; font-weight:bold;}
.pk .nones{ margin-right:0; width:235px;}
.pk .nones a{ width:235px;}
.pk2{ margin-top:30px;}
.pk2 dt{ height:308px; overflow:hidden; background:#fff; position:relative;}
.pk2 dt em{ display:inline-block; border:1px solid #ccc;width:497px; height:306px;}
.pk2 dt em.fr{ border:1px solid #fff;}
.pk2 dt em img{ width:497px; height:306px;}
.pk2 dt b{ display:block; width:126px; height:126px; overflow:hidden; position:absolute; top:90px; left:540px;}
.pk2 dd{ height:96px; margin-top:27px; padding:20px 40px 0 40px; overflow:hidden; background:url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725141832_1049776254.png) no-repeat center top;}
.pk2 dd p{ width:435px; font:14px "Microsoft Yahei"; line-height:24px; color:#fff;}
.pk2 dd p em{ display:block; font:18px "Microsoft Yahei"; font-weight:bold;}
.pk2 dd p.fr em{ text-align:right;}
.pk2 dd p.fr{ color:#7c7c7c;}

/*锐优势 */

.g_cho{background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725150616_726380261.jpg) repeat;padding-top: 50px;height: 730px;}
.g_cho h2{background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725150714_832080831.jpg) no-repeat;padding-top: 20px;height: 140px;text-align: center;font-size: 36px;color: #fff;font-weight: bold;}
.g_cho h2 a{color: #fff; font-size: 36px;}
.g_cho h2 b{color: #fff;font-size: 36px;}
.g_cho h2 em{display: block;font-weight: normal;font-size: 18px; font-style:normal;color: #6b6d72;text-transform: uppercase;}
.g_cho dl{float: left;width: 387px;height: 193px;background: #f2f2f2; padding: 44px 0 0 0;margin-right: 18px;margin-bottom: 20px;}
.g_cho .lastdl{margin-right: 0;}
.g_cho dt{background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725152000_786653502.png) no-repeat center 49px;height: 105px;text-align: center;font-size: 20px;font-weight: bold;color: #333333;}
.g_cho dt b{display: block;font-size: 40px;color: #555555;font-family: arial;padding-bottom: 20px;font-weight: normal;}
.g_cho dd{padding: 0 50px;font-size: 14px;color: #555555;line-height: 24px;text-align: center;}
.g_cho dl:hover{background: #152b76;}
.g_cho dl:hover dt{color: #fff;background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725150745_110646315.jpg) no-repeat center 49px;}
.g_cho dl:hover dt b{color: #fff;}
.g_cho dl:hover dd{color: #fff;}


/*锐*/
.liebiao{ margin: 10px auto 0px; width: 1200px; height: 224px; clear: both;}
.liebiao li{ position: relative; text-align: center; line-height: 290px; width: 224px; background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170724/20170724175653_1762861693.jpg) no-repeat;
 float: left; height: 224px; font-size: 15px; overflow: hidden; font-weight: bold; margin-right: 20px; color:#FFF;}
.liebiao .tupian{ z-index: 6; position: absolute; filter: alpha(opacity=0); width: 224px; height: 224px; top: 0px; left: 0px; opacity: 0;}

.liebiao .liwenzi{z-index: 9; position: absolute; width: 224px; height: 224px; top: 0px; left: 0px;}

.liebiao .biaoti1 a{ display: block; background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170724/20170724180249_453172844.png) no-repeat center 60px; height:224px; color:#FFF; }
.liebiao .biaoti1 a:hover{  background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170724/20170724180249_453172844.png) no-repeat center 60px; color: #000; display:block}


.liebiao .biaoti2 a{ display: block; background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725101439_924738797.png) no-repeat center 60px;  height:224px; color:#FFF;}
.liebiao .biaoti2 a:hover{ background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725101439_924738797.png) no-repeat center 60px; color: #333;}

.liebiao .biaoti3 a{ display: block; background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725102151_1841790600.png) no-repeat center 60px; height:224px; color:#FFF;}
.liebiao .biaoti3 a:hover{ background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725102151_1841790600.png) no-repeat center 60px; color: #333;}

.liebiao .biaoti4 a{ display: block; background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725102805_63866503.png) no-repeat center 60px; height:224px; color:#FFF;}
.liebiao .biaoti4 a:hover{ background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725102805_63866503.png) no-repeat center 60px; color: #333;}

.liebiao .biaoti5 a{ display: block; background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725102705_223548884.png) no-repeat center 60px; height:224px; color:#FFF;}
.liebiao .biaoti5 a:hover{ background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725102705_223548884.png) no-repeat center 60px; color: #333; }

.pro_nor { margin-top:30px; overflow:hidden}
.pro_nor > table > tbody > tr > td { float: left; padding-left: 0 !important; width: 280px; margin-right:24px; margin-bottom:24px; position: relative; overflow: hidden; transition: 0.3s all ease-in-out; border:1px solid #ccc;}
.pro_nor > table > tbody > tr > td > a { display: block; width: 100%; }
.pro_nor > table > tbody > tr > td br{ display: none; }
.pro_nor > table > tbody > tr > td > span { display: block; width: 100%; position: absolute; bottom: 0px; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(108,192,6,1) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(108,192,6,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(140,140,140,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cc006', endColorstr='#ff7605',GradientType=0 ); transition:0.3s all ease; background-position:center; }
.pro_nor > table > tbody > tr > td > span > a { display: block; height: 100%; color: #fff; font-size: 14px; height: 40px; line-height: 40px; transition:0.2s all ease-in-out; text-align: left; padding: 20px 10px 0;}
.pro_nor > table > tbody > tr > td > a > img{ transition: all 0.35s ease-in-out;  }
.pro_nor > table > tbody > tr > td:hover > span > a{ padding: 20px 15px 0; }

.pro_nor > table > tbody > tr > td:hover > a > img{transform:scale(1.12);  border:1px solid #ccc;}
.pro_nor > table > tbody > tr > td > .modal { width: 100%; transform: scale(0,1); height: 3px; position: absolute; bottom: 0; transition: all 0.3s; z-index: 10; left: 0; background: #fe7801; }
.pro_nor > table > tbody > tr > td:hover > .modal { transform: scale(1,1); transition: all 0.35s ease-in-out 0.3s; }
.pro_nor > table > tbody > tr > td:hover > span { bottom:-60px;}
.pro_nor > table > tbody > tr > td:hover {box-shadow: 0 0 3px 0 #f1f1f1;}
.pro_nor > table > tbody > tr > td:nth-child(4) { margin-right:-24px;}
.pro_nor > table > tbody > tr > td:nth-child(8) { margin-right:-24px;}


.banner_m {
    width: 100%;
min-width: 1200px;
    margin: 0 auto;
    height: 600px;
    background:#0259ab url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20180814/20180814105121_1091436144.jpg) no-repeat center;
}





/*简介*/

.about_d .about_li{width: 285px; height: 330px; margin-right: 20px; float: left; background: #f3f3f3; line-height: 22px; transition: all 0.3s; text-align: center;}
.about_d .about_li:hover{background: #162c77; color:#fff;}
.about_d .about_li:hover p{color:#fff;}
.about_d .about_li:hover p span{color:#f3f3f3;}
.about_d .about_li p{padding-top: 20px; margin-bottom: 18px; font:18px/18px "Microsoft Yahei"; color:#333; height: 55px; background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313202013_944742154.jpg) no-repeat center bottom;}
.about_d .about_li p span{font-size: 18px; color: #d1cfcf; display: block; padding-top: 8px;}
.about_d .about_li p span a{color: #d1cfcf;}
.about_d .about_li a{color:#666; display: block; padding-left:16px; padding-right:16px;}
.about_d .about_li a:hover,.about_d .about_li:hover a{color:#fff;}
.about_d .about_li img{width: 285px;}



/*three-chnal*/
.three_chnal{ background:url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313213835_1610999777.jpg) no-repeat center; position:relative; width:100%; height:600px; overflow: hidden;}
.banner_three{ position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; height:600px;}
.banner_thlist{ position:relative; width:1200px; height:600px; margin:0 auto; overflow:hidden;}
.banner_thlist li{ float:left; position:relative; width:1200px; height:600px;}
.th_media{ width:504px; margin:0 auto; padding-top:145px;}
.th_medIcon{ width:80px; height:80px; margin:0 auto; cursor:pointer;}
.th_medCon{ padding-top:8px;}
.th_medImg{ width:230px; height:72px; margin:0 auto;}
.th_medGod{ color:#FFF; opacity:0.6; filter: alpha(opacity=60); font-size:14px; line-height:22px; padding-top:4px; text-align:center;}
.banner_thowd{ position:absolute; left:50%; bottom:25px; margin-left:-180px; z-index:30; background:url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313215039_1452398245.png) repeat-x; width:360px; height:63px;}
.banner_tho{ width:316px; padding-left: 44px; height:63px; margin:0 auto;}
.banner_tho a{ display:inline-block; float:left; background:url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313214813_825561731.png) no-repeat bottom; width:86px; height:36px; margin:0 25px; cursor:pointer;}
.banner_tho a em{ display:block; color:#FFF; font-size:14px; font-style:normal; width:86px; height:23px; line-height:23px; text-align:center;}
.banner_tho a.on{ background:url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313214624_852125281.png) no-repeat bottom;}
.banner_tho a.on em{ background:url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313214624_19910783.png) no-repeat;}
.th_chpage{ position:absolute; top:250px; z-index:100; width:34px; height:64px; cursor:pointer;}
.three_pre{ background:url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313213924_913371776.png) no-repeat; left:4%;}
.three_next{ background:url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313213924_2109394025.png) no-repeat; right:4%;}
.three_pre:hover{ background:url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313214152_1312628694.png) no-repeat;}
.three_next:hover{ background:url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170313/20170313214152_2015124930.png) no-repeat;}
.th_medPo{ display:none; position:absolute; top:20px; left:50%; margin-left:-454px; z-index:50; width:908px; height:544px;}
.th_mdClose{ width:28px; height:28px; cursor:pointer;}
.job{ width:915px; height:330px; margin:0 auto; padding-top:128px;}






/*新闻*/

.convert{ width:1200px; height:450px; margin:0 auto; background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170314/20170314103834_354424698.jpg) no-repeat center 25px;}
.convert .tab{width:354px; height:50px; margin:0 auto; padding-top: 25px;}
.convert .tab a{display:block; color:#666; text-align: center; width: 118px; height:30px; line-height: 30px; font-size:16px; float:left;}
.convert .tab a.on{display:block; color:#fff;  background:#162c77; border-radius:30px;}


.convert .content{ overflow:hidden; width:1200px; height:380px; position:relative; margin-top:20px;}
.convert .content ul{ position:absolute; left:0; top:0; height:380px;}
.convert .content li{ width:1200px; height:auto; float:left;}
.content td br{ display:none;}
.content td a{ display:block; background:#ededee; line-height:40px; width:220px !important; color:#666; width:220px !important;}
.content td a:hover{ display:block; background:#ff6633; color:#fff;}

.news_l{ float:left; width:564px;}
.news_l .news_div_item{ position:relative;}
.news_l .divdgweb_new_div_item{ position:relative;}
.news_l .news_div_item_pic{ position:absolute; top:0;}
.news_l .news_div_item_content{line-height:30px; width:564px; padding-top:10px; position:absolute; top:260px;}
.news_l .divdgweb_new_div_item_content{line-height:30px; width:564px; padding-top:10px; position:absolute; top:260px;}
.news_l .news_div_item_body,.news_l .divdgweb_new_div_item_body{ color:#999; line-height:22px; margin-top:10px;}
.news_l .news_div_item_a,.news_l .divdgweb_new_div_item_a{color:#222; font-size:22px;}
.news_l .news_div_item_a:hover,.news_l .divdgweb_new_div_item_a:hover{color:#ed6c00;}


.news_l .news_div_item_date,.news_l .divdgweb_new_div_item_date{position:absolute; right:0; line-height:15px; top:279px; color:#999;}
.news_l .news_div_item_date div,.news_l .divdgweb_new_div_item_date div{float:left;}


.news_r .news_div_item_date,.news_r .divdgweb_new_div_item_date{position:absolute; right:0; line-height:15px; top:5px; color:#999;}
{float:right; line-height:15px; margin-top:15px; color:#999;}
.news_r .news_div_item_date div{float:left;}
.news_r .divdgweb_new_div_item_date div{float:left;}


.news_r{ float:right; width:582px;}
.news_r .news_div,.news_r .divdgweb_new_div{ float:right; width:462px; padding-top:10px; padding-left:120px;  background:url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170314/20170314152105_598734294.jpg) no-repeat  left top;}
.news_r .news_div .news_div_item:nth-child(1){ display:none;}   /*第一条新闻已在左边调用，所以此处设置不显示*/
.news_r .news_div_item,.news_r .divdgweb_new_div_item{width:462px; height:128px; position:relative;}


.news_r .news_div_item_a,.news_r .divdgweb_new_div_item_a{color:#222; font-size:14px;}
.news_r .news_div_item_a:hover,.news_r .divdgweb_new_div_item_a:hover{color:#ed6c00;}

.news_r .news_div_item_content,.news_r .divdgweb_new_div_item_content{ float:left; line-height:22px; width:462px;}
.news_r .news_div_item_body,.news_r .divdgweb_new_div_item_body{ color:#999; padding-top:10px;}
.news_r .divdgweb_new_div .divdgweb_new_div_item:nth-child(1){ display:none;}   /*第一条新闻已在左边调用，所以此处设置不显示*/






/*版权*/
.footer_bg{ width: 100%; min-width: 1200px; padding-top: 34px;  height: auto; background: #333;font-family:"Microsoft YaHei";color: #999;}
.footer_nbg{ height: 280px;}
.footer_bg a{color: #999;}
.footer_bg a:hover{color: #ffa914;}
.footer_l{ width:880px; }
.footer_l li{width: 120px; float: left; margin-right: 50px;}
.footer_l li a{ display:block; line-height: 30px; }
.footer_l li p{ padding-bottom:30px; background:url(//memberpic.114my.com.cn/daguanzs/uploadfile/image/20170310/20170310145009_1036100258.jpg) no-repeat left 44px;}
.footer_l li p a{ font-size: 16px; color: #fff;}
.footer_r{width: 164px; padding-top: 10px; margin-right: 50px; text-align: center; font-size: 16px; line-height: 16px; color:#fff;}
.footer_r img{padding-top: 15px;}
.footer_l li.cont_w{line-height: 30px; width: 298px;}
.ahlwa{ width:100%; overflow:hidden; background:#171717; line-height:60px; line-height:60px;}

.link{ height: 58px; line-height: 58px; border-bottom: 1px #3f3f3f solid; border-top:1px #3f3f3f solid; margin-top: 50px;}
.link_l{ width: 83px; padding-left: 33px; font:15px/58px "Microsoft YaHei"; background:url(//memberpic.114my.com.cn/daguanzs/uploadfile/image/20170310/20170310150431_900163115.jpg) no-repeat 6px center;}
.link_r{ width: 880px;}


.copy{ text-align: center; line-height: 40px; color:#666;}
.copy a{ color:#666;}

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

.back-top {
  opacity: 0.8;
  width: 32px;
  height: 32px;
  z-index:10000000;
  background: #868686 url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725195551_661442204.jpg) center center no-repeat; }
  .back-top:hover {
    opacity: 1; }

.back-top-text {
  margin-top: 3px;
  padding-left: 7.5px;
  width: 32px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff; }
  
.back-top:hover {
opacity: 1; }
.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 135px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease; }
  .yb_conct a {
    color: #fff;
    text-decoration: none; }
    .yb_conct a:hover {
      color: #00b8f1; }

.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 1px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden; }

.yb_bar .yb_top {
  background: #052267 url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725195551_661442204.jpg) no-repeat 0 0; }

.yb_bar .yb_phone {
  background: #052267 url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725195551_661442204.jpg) no-repeat 0 -57px; }

.yb_bar .yb_QQ {
  text-indent: 0;
  background: #052267 url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725195551_661442204.jpg) no-repeat 0 -113px; }

.yb_bar .yb_WW {
  text-indent: 0;
  background: #052267 url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170904/20170904114627_2019666198.jpg) no-repeat 0 -169px; }

.yb_bar .yb_ercode {
  /*height:200px;*/
  background: #052267 url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170725/20170725195551_661442204.jpg) no-repeat 0 -169px; }

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


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

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

/*内页*/

#bodycon {
    padding-bottom: 10px;

}


/*定义内页中间部分距离抬头和版权的距离lpm*/

.nei_wz {
    width: 90%;
    line-height: 30px;
    font-size: 14px;
    margin: 10px auto;
}


/*内页文字的统一样式lpm*/

.nei_wz img {
    padding: 10px;
}


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

.nei_wz a {
    font-size: 14px;
}

.strong_title {
    display: none;
}


/*隐藏后台自带小导航的文字lpm*/

.mianbxContent {
    width: 1180px !important; padding-left:20px !important; line-height:45px !important;  
	
    text-align: left !important;
    height: 45px !important;
    background: #152b76!important; color:#FFF !important; margin-bottom:30px !important; margin-top:30px !important; border-radius:5px;
font-size:16px;
}


.mianbxContent a{font-size:16px; color:#FFF !important}

/*定义面包屑导航的样式lpm*/


/*内页*/

#bodycon {
    padding-bottom: 20px;
}

#bodycon #center {
    height: auto !important;
}

.nei_wz {
    width: 90%;
    line-height: 30px;
    font-size: 14px;
    margin: 10px auto;
}

.nei_wz img {
    padding: 10px;
}

.nei_wz a {
    font-size: 14px;
}

.strong_title {
    display: none;
}






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

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


/* 联系我们 */
.contn{font-family:"Microsoft YaHei"; width: 1100px; margin:0 auto;}
.contn a{font-size: 14px;}
.g_lxtit{height: 280px;}
.g_lxtit .m_lxtitl{float: left;width: 263px;height: 226px;background: #2d5ba0;padding: 30px 0 0 30px;}
.g_lxtit .m_lxtitl p.tt2{font-size: 36px;font-weight: bold;color: #fff;height: 74px; line-height: 52px;}
.g_lxtit .m_lxtitl .teln{width: 226px;height: 45px;line-height: 45px; border: 2px solid #fff;font-size: 22px;color: #fff;text-align: center;margin-bottom: 30px;}
.g_lxtit .m_lxtitl .teln b{font-weight: normal;font-size: 21px;}
.g_lxtit .m_lxtitl em{display: block;font-size: 24px;color: #fff;font-family: arial;text-transform: uppercase;}
.g_lxtit .m_lxtitr{background:#eee url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170314/20170314222113_1639014933.jpg) no-repeat left;width:485px;height: 206px;float: left; padding: 50px 172px 0 150px; } 
.g_lxtit .m_lxtitr h3{height: 46px;font-size: 24px;color: #494949;}
.g_lxtit .m_lxtitr p{font-size: 14px;line-height: 24px;height: 70px;overflow: hidden;color: #494949;margin-bottom: 20px;}
.g_lxtit .m_lxtitr span{display: block;padding-left: 495px; height: 62px;line-height: 62px; font-size: 14px;color: #333}
.g_lxtit .m_lxtitr span em{display: block;float: left;height: 62px;line-height: 62px;}
.g_lxtit .m_lxtitr span b{position: relative; left:0;top:0;}
.g_lxfs .lxfsl{float: left;width:440px;padding-top:30px;height: 440px;background: #f5f5f5;}
.g_lxfs .lxfsl p.tt2{background: url(//memberpic.114my.com.cn/daguanzs/uploadfile/image/20170310/20170310173430_1742212844.jpg) no-repeat 0 4px;padding-left: 25px;font-size: 26px;color: #333333;font-weight: normal;margin-bottom: 30px; line-height: 46px;}
.g_lxfs .lxfsl p.tt2 em{display: block;font-size: 14px;color: #999999;font-weight: normal;}
.g_lxfs .lxadd dl{padding-left: 25px;height: 90px;}
.aass{height: 120px; }
.g_lxfs .lxadd .dl02{height: 100px;}
.g_lxfs .lxadd dt{float: left;width: 64px;}
.g_lxfs .lxadd dt img{width: 56px;height: 56px;display: block;}
.g_lxfs .lxadd dd{float: left;width: 320px;font-size: 14px;line-height: 24px;color: #666}
.g_lxfs .lxadd h3{font-size: 18px;font-weight: normal;color: #333;height: 30px;}
.g_lxfs .lxfsr{float: left;width:620px;padding-top: 44px; padding-left: 40px; height:426px;background: #eee;}
.g_lxfs .lxfsr p.tt2{background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170314/20170314220730_1796772250.png) no-repeat;padding: 10px 0 0 110px;font-size: 20px;font-weight: normal;color: #333;height: 55px;}
.g_lxfs .lxfsr .map{width: 554px;height:270px;display: block;}
.g_lxfs .sclx{margin-top: 80px;}
.g_lxfs .sclx dl{padding-left: 37px;clear: both;margin-bottom: 50px;}
.g_lxfs .sclx dt{float: left;width: 83px;}
.g_lxfs .sclx dt img{width: 56px;height: 56px;display: block;}
.g_lxfs .sclx dd{float: left;width: 1100px;font-size: 14px;line-height: 24px;color: #666}
.g_lxfs .sclx dd h3{font-size: 18px;font-weight: normal;color: #333;height: 30px;}
.g_lxfs .sclx dd p{font-size: 14px;color: #666666;line-height: 26px;}
.BMap_bubble_title{font-size: 14px; color:#2d5ba0;font-weight:bold;}

/*内页banner*/


.bajj {
    background: url(//memberpic.114my.com.cn/ruixingjd/uploadfile/image/20170819/20170819140443_24832398.jpg) center no-repeat;
    width: 100%;
    height: 400px;
}


.jianjie {
    background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170314/20170314194523_991459792.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}

.lianxi {
    background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170314/20170314194542_266800007.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}

.xinwen {
    background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170314/20170314194601_726031846.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}

.banner_cont {
    background: url(//memberpic.114my.com.cn/xinshiye/uploadfile/image/20161226/20161226173625_1636636512.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}


/*内页新闻*/

.pro_list_box_item_zdy {
    width: 1200px;
    float: left;
    height: 135px;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
    border-bottom: #efefef solid 1px;
}

.pro_list_box_item_zdy:hover {
    background: #f9f9f9;
}

.pro_list_box_item_l_zdy {
    width: 205px;
    height: 135px;
    float: left;
}

.pro_list_box_item_l_zdy a img {
    width: 205px;
    height: 135px;
}

.pro_list_box_item_r_zdy {
    width: 975px;
    height: 135px;
    margin-left: 20px;
    float: left;
}

.pro_list_box_item_r_zdy a p {
    height: 30px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    border: none;
    font-family: "Microsoft YaHei";
}

.pro_list_box_item_r_zdy a div {
    color: #555;
    height: 74px;
}

.content_more_a_zdy {
    width: 90px;
    height: 30px;
    background: url(//memberpic.114my.com.cn/tyssj0769/uploadfile/image/20170314/20170314174441_818058626.jpg);
    display: block;
}

.product_content {
    padding-top: 10px;
}

.shopmrsc a img,
.pro_list_box_item_l_zdy a img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}

.shopmrsc a p {
    color: #333;
}

.shopmrsc p:hover,
.pro_list_box_item_r_zdy a p:hover {
    color: #F08B29;
}

.shopmrsc .xwlbnr,
.xw {
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.pro_list_box_item_r {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding-left: 10px;
}

.pro_list_box_item_r strong {
    color: #333;
    font-weight: normal;
    line-height: 36px;
}

.pro_list_box_item_r a {
    color: #025da5 !important;
}

.pro_list_box_item_r a:hover {
    color: #F08B29;
}

.pro_list_box_item_l img {
    width: 205px;
    height: 135px;
}

.shopmrsc p.xwlbbt {
    font-size: 14px;
}

.xw {
    line-height: 28px !important;
}

.class_xw_center{font-size:14px;}
.class_xw_center p{padding-top:15px;}
.news_content_title{display:none;}

#getd1,.pcontent_title_h4 h4{display:none;}
.txtgetshow .product_content img{width:1180px !important;}

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

#left {
    height: auto !important;
}

#center {
    height: auto !important;
}

#right {
    height: auto !important;
}
.pro_all_class{ height:115px !important; width:1233px !important;}
.pro_all_class a {
        background: #e03e31!important;
    color: #FFF !important;
    line-height: 40px !important;
    height: 40px !important;
    padding: 5px 10px!important;
    width: 171px;
    font-size: 20px;
    display: block;
    float: left;
    margin-right: 10px;    margin-bottom: 20px;
    }
.pro_all_class a:hover{ background:#152b76 !important; color:#FFF !}




.detail_title { width:1100px !important; margin-left:0px !important; background:#f27c01!important; height:30px !important; line-height:30px !important; color:#fff !important;margin-top:20px !important;}
.detail_title strong { padding-left:15px;}

#center { width:1200px !important;}
#bodycontent { width:1200px;margin-bottom: 10px !important; border: none !important;}
.pcontent_title_h4 { display: none !important;}
.propic_show_right { float:right; width:550px !important;  margin-top:15px  !important; margin-bottom:20px !important; text-align:left;}
.propic_show_left { float:left; margin-top:15px !important; margin-bottom:20px !important; width:600px !important; height:450px !important; }
.propic_show_left img{ width:600px !important; height:450px !important;}
.propic_show_piclist img { float:left; margin-right:10px; width:220px !important; height:165px !important; margin-top:10px; border: 1px #e2e2e2 solid;}
.pro_detail_title { font-size:22px !important; font-family:Microsoft YaHei; margin-bottom:20px;line-height: 30px;}
.detail_title + div { width:1200px !important; }
.propic_show_right strong{ color:#F00; !important;}

.news_div_item_pic img{ border:1px solid #ccc;width: 565px;
    height: 260px;}