@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset,button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
.content{ width:1280px;margin: 0 auto;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}

.clearfix{ *zoom:1}
.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

/* 设置默认字体 */
body,
button, input, select, textarea {font: 16px/22px "Microsoft YaHei";color: #666;}
h1 {font-size: 18px;font-family: "Microsoft Yahei";}
h2 {font-size: 16px;font-family: "Microsoft Yahei";}
h3 {font-size: 14px; font-family: "Microsoft Yahei"; font-weight:normal;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#666;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
.mt30{ margin-top:30px;}
.pd30{ padding-top:32px;}
.md30{ margin-bottom:30px;}
.content1300{ width:1300px; overflow:hidden; margin:0 auto;}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
	border:none;
}

input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle; }
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0; overflow:hidden; width:100%;}
.clearfix:after{height: 0;content: "";clear: both;display: block;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}

.width{width:100%;max-width:1280px;min-width:1280px;margin:0 auto; }
.topbar{background:#f8f8f8;border-bottom:1px solid #eaeaea;padding:0; color:#333;}
.topbar i{color:#ccc;margin:0 5px;}
.topbar .row{align-items:center;}
.topbar .ui-nav{border:0;line-height:1.5}
.topbar .ui-nav dt{ float:right; width:auto; line-height:41px; height:41px; margin:0px 15px 0; color:#333;}
.topbar .ui-nav dt a{ color:#333;}
.topbar .ui-nav ul{ float:right; }
.topbar .ui-nav ul li a{color:#333;border-left:1px solid #f8f8f8;}
.topbar .ui-nav ul li a span{font-size:12px;color:#ccc;margin-left:6px;transition:all .5s ease 0s;z-index:21;}
.topbar .ui-nav ul li a:hover{border-width:1px;border-color:#d9d9d9;background:#003985;}
.topbar .ui-nav ul li.active a{border:1px solid #d9d9d9;border-bottom:0;border-top:0;background:#fff;}
.topbar .ui-nav ul li.active span{transform:rotate(180deg);}

.topbar .ui-nav ul li.active ul li a{border:0;}

.header{padding:20px 0;align-items:center; width:1280px; overflow:hidden}
.header .col-4{display:flex;justify-content:flex-end;align-items:center;}
.header .col-4 .icon{padding-right:10px;}
.header .col-4 .icon i{font-size:44px;color:#1e50ae;}
.header .col-4 .text .text-gray{font-size:14px;line-height:normal;}
.header .col-4 .text .telphone{font-size:26px;color:#ee0000; font-weight:700;}

.headleft{ float:left; overflow:hidden;}
.header .headright{width:250px;text-align:right;font-size: 21px;color:#eb7219;font-family:'Arial'; height:65px; float:right; overflow:hidden; margin-top:20px;}
.header .headright img{width:35px; float:right; height:30px;}
.header .headright dd{width:130px;height:30px;line-height: 30px;text-align: center;color: #fff;background: #eb7219;border-radius: 30px;margin: 0 auto;font-size: 14px; float:right;}
.header .headright dt{height:30px;line-height: 30px; font-size: 28px; text-align: right;float:right; width:250px;}

.nav{background:#1e50ae;min-height:60px;}
.nav ul li{border-right:1px solid #2053b4;border-left:1px solid #fff9e2; width:142px;}
.nav ul li:frist-child{border-left:0;}
.nav ul li:last-child{border-right:0;}
.nav ul li a{color:#fff;line-height:60px;padding:0 25px;font-size:16px;}
.nav ul li.active{background:#fac707;border-color:#fac707}
.nav ul li ul{border:0;}
.nav ul li ul li{border:0; width:auto;}
.nav ul li ul li a{line-height:50px;border-bottom:1px solid #f3f3f3;}
.nav ul li ul li:last-child a{border-bottom:0;}
.nav ul li ul li a:hover{background:#fac707;}

.banner{min-width:1280px;z-index:10;background:#fff; margin-top:5px;}
.banner .carousel-item a{height:550px;display:block;min-width:1280px;width:100%;}
.banner .carousel-page{bottom:25px;}
.banner .carousel-page li{height:6px;width:50px;border-radius:10px;}


.position{padding:0 20px; height:30px; line-height:30px; width:auto; margin:5px auto; float:right;}

.topsearch{background:#f7f7f7;padding:10px 0 6px 0;border-bottom:1px solid #f3f3f3;}
.topsearch .row{align-items:center;}
.topsearch .col-8{color:#999;}
.topsearch .col-8 a{margin:0 6px;}
.topsearch form{margin:0;}
.topsearch form .form-group{margin:0;}
.topsearch form .form-group .form-ip{font-size:13px;}
.topsearch form .form-group .form-ip::-webkit-input-placeholder{font-size:13px!important}
.topsearch form .form-group .form-ip::-moz-placeholder{font-size:13px!important}
.topsearch form .form-group .form-ip::-ms-input-placeholder{font-size:13px!important}
.topsearch form .form-group .form-ip::-ms-input-placeholder{font-size:13px!important}
.topsearch form .form-group .form-ip::placeholder{font-size:13px!important}
.topsearch form .form-group .form-ip:focus{border-color:#ced4da;box-shadow:none;}
.topsearch form .form-group .after{background:#0E77EA;border-color:#0E77EA;color:#fff;min-width:60px;}
.topsearch form .form-group select{max-width:85px;border-radius:4px 0 0 4px;margin-right:-1px;}
.topsearch form .form-group input{border-radius:0;border-right:0;}

.content{width:1280px; margin:0 auto; overflow:hidden;}
.left{float: left;}
.right{float: right;}
/*产品特点*/
.chara{padding:55px 0 0;height: 885px;line-height: 36px;color: #7d7d7d;}
.chara1{height: 343px;margin-bottom: 33px;background: #f3f4f6;}
.chara_l{width:460px;}
.chara_r{width:660px;position: relative; float:right;}
.chara_w{position: absolute;background:url(../images/line1.png) no-repeat 4px 8px;width: 260px;top: 42px;}
.chara_w2{background-position: 252px 8px;text-align: right;right: 0;}
.chara_w1{left: 0;}
.chara_w dt{height: 101px;font-size: 30px;color: #0071bf;line-height: 37px;padding:0 24px; font-weight:bold;}
.chara_w dt p{font-size: 20px;color: #000;line-height:28px;font-weight: normal;}
.chara_w li{padding:0 24px;position: relative;}
.chara_w li:before{content: "";position: absolute;width: 6px;height: 6px;border: solid 3px #0071bf;border-radius: 100%;top:11px;background: #fff;}
.chara_w1 li:before{left:0;}
.chara_w2 li:before{right: 0;}
.chara_w li:hover:before{background: #0071bf;}

/*产品中心*/
.prosy{height: 1150px; background: #f8f8f8;padding-top:40px;}
.fen{width: 250px;float: left; margin-top:30px;}
.fen dd{height:106px;}
.fen dd a{width:250px; height:106px;display: block;}
.fen dd a img {width:249px;}
.fen_c{width: 249px;height:798px;padding-top: 21px;border: 7px solid #1e50ae;border-top:none;position:relative;} 
.fen_c dt{width:202px; height:35px;background:url(../images/0_h4_bg.jpg) no-repeat center center; margin: 0 auto 13px;}
.fen_c dt a{display: block;height:35px;line-height: 35px;text-indent: 36px;font-size: 16px;color: #fff;font-weight: normal;}
.fen_c dt a:hover,.fen_c h4.cur a{background:url(../images/313_h4_cur_bg.jpg) no-repeat center center;}
.fen_c dt.nones{margin-bottom: 0;}
.fen_c ul{width:202px;margin: 0 auto;}
.fen_c ul li a{font-size: 14px;color: #555;display: block;height: 34px; background:url(../images/8609_ico1.jpg) no-repeat 15px center; line-height: 34px;text-align:left; padding-left:35px;}
.fen_c span{width:242px;height: 239px;display: block;position: absolute;bottom: 0;left: 0; background:url(../images/2025_ban.png) no-repeat 0px 148px;}
.fen_c span b{position: absolute;left: 24px;top: 187px;font-size: 25px;color: #fff;}	

.fen_cny{width: 249px; padding-top: 21px;border: 7px solid #1e50ae;border-top:none; height:auto;} 
.fen_cny dt{width:202px; height:35px;background:url(../images/0_h4_bg.jpg) no-repeat center center; margin: 0 auto 13px;}
.fen_cny dt a{display: block;height:35px;line-height: 35px;text-indent: 36px;font-size: 16px;color: #fff;font-weight: normal;}
.fen_cny dt a:hover,.fen_cny h4.cur a{background:url(../images/313_h4_cur_bg.jpg) no-repeat center center;}
.fen_cny dt.nones{margin-bottom: 0;}
.fen_cny ul{width:202px;margin: 0 auto;}
.fen_cny ul li a{font-size: 14px;color: #555;display: block;height: 34px; background:url(../images/8609_ico1.jpg) no-repeat 15px center; line-height: 34px;text-align:left; padding-left:35px;}
.fen_cny span{width:242px;height: 239px;display: block;position: absolute;bottom: 0;left: 0; background:url(../images/2025_ban.png) no-repeat 0px 148px;}
.fen_cny span b{position: absolute;left: 24px;top: 187px;font-size: 25px;color: #fff;}	

 
.cp{width: 900px;float: right;}
.cp dl{background: #f5f5f5;height: 358px;}
.cp dt{width: 478px;height: 358px;position: relative;float: left;}
.cp dt a.big{width: 478px;height: 358px;display: block;}
.cp dt a.big img{width: 478px;height: 358px;}
.cp dt em a{width: 92px;height: 149px;display: block;position: absolute;top: 0;left: 17px;}
.cp dd{width: 390px;height: 333px;float: right;background: #f5f5f5;padding-top: 25px;}
.cp dd h3 a{font-size: 20px;color: #333;padding-bottom: 20px;display: block;
	background:url(../images/2728_line3.jpg) no-repeat left bottom;}
.cp dd p{font-size: 14px;color: #666;font-weight: normal;line-height: 26px;margin-top:27px;}
.cp dd .xq{width:144px; height:36px;margin-right: 18px;margin-top:47px;
	background:url(../images/6715_more_btn1.jpg) no-repeat center center;display: block;float: left;}
.cp dd .zx{width:144px; height:36px;margin-top:47px;
	background:url(../images/3186_more_btn2.jpg) no-repeat center center;display: block;float: left;}

.cp .clist{margin-top: 23px;}
.cp .clist li{width: 286px;height: 257px;float: left;margin-right:14px;}
.cp .clist li a{width: 286px;height: 244px;display: block;}
.cp .clist li img{width: 284px;height: 212px;border: 1px solid #ccc;}
.cp .clist li.nones{margin-right:0;}
.cp .clist li span{width: 286px;height: 37px;display: block;line-height:37px;font-size: 16px;color: #555; text-align: center;}

.pro_qh li:nth-child(4n) { margin-right: 0; }
.pro{margin-top:63px;overflow: hidden;height: 980px;}
.pro_qh{margin-top: 41px;height: 122px;overflow: hidden;background: url(../images/pro_ico1.jpg) no-repeat left 34px; float:right; }
.pro_qh li {float:left;width: 314px;height: 65px;background: #f4f4f4;border:1px solid #dbdbdb;margin-right: 20px;border-radius: 30px;text-align: center;line-height: 65px;}
.pro_qh li span {font-size:34px;color: #b5b5b5;display: inline-block;vertical-align: middle;padding-right:20px;}
.pro_qh li p {display: inline-block;vertical-align: middle;text-align: left;line-height:20px;}
.pro_qh li em {font-size:23px;color: #1f1f1f;display: inline-block;line-height: 30px;}
.pro_qh li i {font:12px arial;color: #a1a1a1;text-transform: uppercase;}
.pro_qh li.cur,.pro_qh li:hover{background: #1e50ae;}
.pro_qh li.cur span,.pro_qh li:hover span {color:#b98f00}
.pro_qh li.cur em,.pro_qh li:hover em {color:#fff}
.pro_qh li.cur i,.pro_qh li:hover i{color:#f5fffd}
.pro_nr{margin-left:30px; width:1000px; float:right}
.pro_nr li{float:left;width: 325px;margin: 0 10px 20px 0;line-height: 0;font-size:0;position: relative;}
.pro_nr li img{width: 325px;height: 239px;}
.pro_nr li p a{position: absolute;width:100%;text-align: center;height: 38px;background:rgba(0,0,0,0.4);line-height: 38px;color: #dbdbdb;font-size:16px;left;bottom:0;display: block;}
.pro_nr li:nth-child(3n){margin:0 0 27px 0;}

/*上乘产品*/
.ys{height:950px;padding-top:42px;}
.ys h2 a{margin-bottom:68px;}
.ys_c{background:url(../images/sc_bg.jpg) no-repeat center center;height: 778px;}
.ys_con{position: relative;height: 778px;}
.ys_c dt{font-size: 24px;color: #333;font-weight: bold;display: block;text-indent: 47px;padding-top: 23px;}
.ys_c dd{font-size: 16px;color: #666;font-weight: normal;line-height: 24px;padding-top: 25px;}

.ys_c .dl01,.ys_c .dl02,.ys_c .dl03{text-align: left;}
.ys_c .dl04,.ys_c .dl05{text-align: right;}
.ys_c .dl01{position: absolute;top: 0;left: 0;}
.ys_c .dl02{position: absolute;top: 252px;left: 0;}
.ys_c .dl03{position: absolute;top: 532px;left: 0;}
.ys_c .dl04{position: absolute;top: 1px;right: 0;}
.ys_c .dl05{position: absolute;top: 253px;right: 0;}
.ys_c .dl04 dt,.ys_c .dl05 dt{padding-right: 60px;}
.ys_c span{font-size: 36px;color: #333;font-weight: bold;position: absolute;right: 0;bottom: 140px;}


/*优势*/
.content1200{ width:1200px; margin:0 auto; overflow:hidden;}
.yos1{ overflow: hidden;background: url(../images/yos1.jpg) no-repeat center 0; height:1030px;}
.yos1 h2{ margin-top:0px;}
.yos1 h2 i{ font-size: 0; line-height: 0;}
.yos1 h2 span{ color: #fff; margin-top: 23px; letter-spacing: 6px; }
.yos1 dl{ overflow: hidden; margin-top: 134px;}
.yos1 dl dt{ float: right; margin: 18px 3px 0 0;}
.yos1 dl dd{ float:left; width: 425px;}
.yos1 dl dd h3{ padding: 25px 0 0 102px;background: url(../images/y_dt1.jpg) no-repeat; font-size: 42px; color: #273a60; line-height: 100%; height: 105px; margin-bottom: 42px;}
.yos1 dl dd p{ margin-left: 18px; padding-left: 14px; color: #4c4c4c; font-size: 16px; line-height: 32px; margin-bottom: 15px;background: url(../images/y_ico.jpg) no-repeat 0 15px;}
.yos1 dl dd em{ display: block; margin-left:32px; margin-top: 45px; width: 148px; height: 40px; line-height: 40px; border: 1px solid #1b386f;}
.yos1 dl dd em a{ display: block; padding-left: 33px; font-size: 15px; color: #273a60;background: url(../images/y_m.jpg) no-repeat 103px 14px;}

.yos2{overflow: hidden;background: url(../images/yos2.jpg) no-repeat center 0; height:539px;}
.yos2 h3{ margin-left: 645px; padding: 23px 0 0 105px; background: url(../images/y_dt2.jpg) no-repeat;font-size: 42px; color: #273a60; line-height: 100%; height: 132px;}
.yos2 p{ margin-left: 645px; color: #4c4c4c; font-size: 16px; padding-left: 14px; line-height: 36px; background: url(../images/y_ico.jpg) no-repeat 0 15px; }
.yos2 p b{ color: #273a60; font-size: 16px; padding: 0 5px;}
.yos2 ul{ overflow: hidden; margin:95px 0 0 366px;}
.yos2 ul li{ float: left; font-size: 0; line-height: 0; margin-right: 10px; overflow: hidden;}
.yos2 ul li:last-child{ margin-right: 0;}

.yos3{overflow: hidden;background: url(../images/yos3.jpg) no-repeat center 0; height:573px; padding-top: 1px;}
.yos3 h3{ padding:25px 0 0 102px;background: url(../images/y_dt3.jpg) no-repeat; font-size: 42px; color: #273a60; line-height: 100%; height: 105px; margin-bottom:22px; margin-top:78px;}
.yos3 p{ padding-left: 14px; color: #4c4c4c; font-size: 16px; line-height: 32px; margin-bottom: 15px;background: url(../images/y_ico.jpg) no-repeat 0 15px;}

.yos3 dl{ overflow: hidden; margin-top:0px;}
.yos3 dl dt{ float: right; margin: 18px 2px 0 0;}
.yos3 dl dd{ float:left; width:505px;}
.yos3 dl dd h3{ padding: 25px 0 0 102px;background: url(../images/y_dt1.jpg) no-repeat; font-size: 42px; color: #273a60; line-height: 100%; height: 105px; margin-bottom: 42px;}
.yos3 dl dd p{ margin-left: 18px; padding-left: 14px; color: #4c4c4c; font-size: 16px; line-height: 32px; margin-bottom: 15px;background: url(../images/y_ico.jpg) no-repeat 0 15px;}
.yos3 dl dd em{ display: block; margin-left:32px; margin-top: 45px; width: 148px; height: 40px; line-height: 40px; border: 1px solid #1b386f;}
.yos3 dl dd em a{ display: block; padding-left: 33px; font-size: 15px; color: #273a60;background: url(../images/y_m.jpg) no-repeat 103px 14px;}

/*关于我们*/
.about { height:919px; background: url(../images/zjbg.jpg) no-repeat center; overflow: hidden;}
.abo_on{ overflow: hidden; height:480px; margin-bottom: 41px;}
.about p{ height: 85px; text-align: center; font-size: 16px; color: #333; line-height: 28px; margin: 0px 108px 20px 108px;}
.about h4{ margin: 0 auto; width: 148px; height: 40px; line-height: 40px; border: 1px solid #1b386f;}
.about h4 a{display: block; padding-left: 33px;font-weight: normal; font-size: 14px; color: #273a60;background: url(../images/zj_m.png) no-repeat 103px 14px;}
.abo_li{ position:absolute; left:142px; top:639px;}
.abo_li ul li{float:left; margin-right:14px; background:url(../images/a_li.png) no-repeat center; width:19px; height:19px;}
.abo_li ul li.on{background: url(../images/a_lic.png) no-repeat center;}

h2{ text-align: center;font-size: 18px; color: #666; padding-top: 80px;}
h2 i{ display: block; color: #313131; font-size: 48px; line-height: 100%;font-weight: bold;}
h2 span{font-weight: normal;line-height: 100%; display: inline-block; font-size: 22px; color: #666; padding: 20px 0 38px 0;}

/*现场-*/
.yunu-section {padding: 75px 0;}
.yunu-honor-in .hd {text-align: center;font-size: 0;margin-bottom: 20px;}
.yunu-honor-in .hd a {display: inline-block;font-size:16px;width:175px;line-height:42px;color:#fff;background-color:#ff9900;border-radius: 22px;margin: 0 10px;}
.yunu-honor-in .hd a.on {background-color: #1e50ae;}
.yunu-honor-in ul {margin-left: -5px;}
.yunu-honor-in li {float: left;width:320px;}
.yunu-honor-in li a {margin-left:0px;display: block;margin-top: 10px; margin-right:10px; width:310px;}
.yunu-honor-in li .m {height: 265px;line-height:35px;}
.yunu-honor-in li .m img{width:304px; margin-left:8px; margin-right:8px; height:260px;}
.yunu-honor-in li .text {text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-top: 10px;}
.yunu-honor-in li .text{height:35px; line-height:35px; font-size:16px;}
.xcbd{ width:1280px; margin:0 auto;}

/*新闻动态*/
.news_bg{padding: 80px 0;background: #f7f7f7;}
.news_t{height: 40px;width: 630px;margin:0 auto;padding: 28px 0 0;}
.news_t ul li{float: left;width: 190px;overflow: hidden; margin:0 10px;}
.news_t ul li a{font-size: 14px;color: #333; float: left; width: 190px; text-align: center; height: 38px; line-height: 38px; overflow: hidden;border:#ebebeb 1px solid;} 
.news_t ul li a:hover,.news_t ul li.on a{color: #fff;background:#1e50ae;border: #1e50ae 1px solid;}
.news02 dt b{display: block;font-size: 50px;}

.news dl dd h5{height: 30px;line-height: 30px;overflow: hidden;font-weight: normal;}
.news dl dd h5 a{font-size: 16px;color: #333;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news dl dd h5 a:hover{ color: #1e50ae;}
.news_desc{font-size: 14px; color: #666; line-height: 22px; height: 44px; overflow: hidden;padding: 5px 0 0;} 
.news02{ width:1300px; overflow:hidden;}
.news02 dl{background: #fff; width:628px; height:108px; border: #ebebeb 1px solid; float:left; overflow:hidden; margin:20px 10px 0px 10px;}
.news02 dt{float:left;width:112px;border-right: #ebebeb 1px solid;height: 78px;text-align: center; font-size: 14px;color: #666;font-family:Arial, Helvetica, sans-serif;line-height: 34px;padding: 30px 0 0;}
.news02 dt b{color: #333;}
.news02 dd{width:450px;padding:12px 0 0 15px;float:left;}
.news02 dl:hover{border: #1e50ae 1px solid;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);} 

/*im-ti*/
.im-ti {text-align: center;	line-height: 1;}
.im-ti h2 {	margin-top: 8px;font-size: 38px;	border-bottom: 1px solid #c3c7d0;	font-weight: 100;}
.im-ti h2 span {display: inline-block;	position: relative;	height: 76px;	line-height: 76px;	color: #1d1a19;}
.im-ti h2 a {display: inline-block;	position: relative;	height: 76px; line-height: 76px;	color: #1d1a19;}
.im-ti h2 i {position: absolute;	width: 50px;	height: 3px;	background: #00adfe;	bottom: -2px;	left: 50%;	margin-left: -25px;}
.im-ti h2 b {	font-size: 40px;	color: #00adfe;}
.im-ti .en,.im-ti .subti {	height: 48px;	font-size: 16px;	line-height: 48px;}
.im-ti .en {font-family: Arial;	text-transform: uppercase;	color: #616060;}
.im-ti .subti {	color: #585858;	font-weight: bold;}
.im-ti a:hover i {width: 100%;	left: 0;	margin-left: 0;}
/*xban2*/
.xban2{ background:url(../images/xban2.jpg) no-repeat center top; height:205px; overflow:hidden;}


/*xban3*/
.xban3{ height:225px; background:url(../images/xban3.jpg) no-repeat center top; overflow:hidden;}

.gg01{width:444px;text-align:left;margin-top: 130px; float:right;  overflow:hidden;}
.gg01 b{height: 43px;line-height: 38px;font-size: 34px;font-family: "Times New Roman"; float:left; color:#fff; width:230px;}
.gg01 span a{height:34px;line-height:34px;font-size:18px;width:133px;border-radius: 17px;text-align: center;color: #000;background: #fec828;margin: 0 auto; float:left;}
/*新闻*/
/* 标题 */
.tit {text-align: center;font-size: 38px;color: #333;display: block;margin-bottom:18px;
background:url(../images/tit.jpg) no-repeat center 75px; font-weight:bold; padding-top:15px; line-height:50px;}
.tit em{font-size: 18px;color: #555;display: block;font-weight: normal;padding-top:23px;}


/*小ban*/
.x-ban{height: 300px;background:url(../images/x-ban1.jpg) no-repeat center center;}
.x-ban .content{height: 300px;position: relative;}
.x-ban span{font-size: 36px;color: #fff;font-weight: bold;font-family: Arial;display: block;position: absolute;left:245px;top: 210px;}
.x-ban a.zx_btn{width:146px; height:52px;display: block;position: absolute;left:550px;top: 195px;}

/*anli*/
.recommend .item-picture {  overflow: hidden;}
.recommend .item-picture img { width:310px; height:270px;  transition: 0.5s;}
.recommend .item-picture:hover img { -webkit-transform: scale(1.1);  -moz-transform: scale(1.1); -ms-transform: scale(1.1);  transform: scale(1.1);}
.clearfix:after {  content: ".";  height: 0;  display: block;  visibility: hidden;  clear: both;}
.recommend {  height:515px;  font-family: "微软雅黑";  padding-top: 15px; background:#fff;}
.recomm-prev,
.recomm-next {  position: absolute;  top: 45%;  z-index: 999999999;  margin-top: -15px;  cursor: pointer; width: 46px;  height: 46px;}
.recomm-prev {  background-image: url('../images/p_1.png');  background-repeat: no-repeat;  background-position: center top;
  background-size: 46px 46px;  left: -14px;}
.recomm-next { background-image: url('../images/p_r.png');  background-repeat: no-repeat;  background-position: center top;
  background-size: 46px 46px;  right: -12px;}
.item-line { float: left;  transition: 0.5s;  margin-right: 13px;  border: 1px solid #dedede;  width: 310px!important; height: 320px;}
.item-line::after { display: none;}
.item-line:hover { box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);  border-color: #1e50ae;}
.item-text {  padding: 0 20px;}
.item-title {  text-align: center;  font-size:18px;  margin-bottom: 10px; font-weight:500; line-height:50px;}

.recommendal{ height:auto; padding-top:30px 0; background:#efefef;  font-family: "微软雅黑"; }

/*优势保障*/
.contentys{ width:1200px; overflow:hidden; margin:0 auto;}
/*在线咨询*/
.zxzx .liuyan_t{padding-top:30px;}
.zxzx{height:460px; background:url(../images/line.jpg) repeat-x top #f1f1f1; width:100%; }
.zxzx .conbox {height:500px;padding-top:5px;}

.zxzx .conbox .conleft {width:750px;height:420px; position:relative;color: #1e1e1e; margin-top:-70px;}

.flquction{ margin-top: 22px; height: 430px; overflow: hidden;}
.flquction dl{overflow: hidden; margin-bottom: 25px;}
.flquction dl dt{height: 25px; line-height: 25px; margin-bottom: 30px; background: url(../images/wen.png) no-repeat left center; padding-left: 32px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.flquction dl dt a{font-size: 15px; color: #323232;}
.flquction dl dd{height:83px; line-height: 22px; font-size: 15px; color: #363636; position: relative; padding-left: 18px; padding-top: 17px; padding-right: 18px; padding-bottom: 12px; background: #fff;}
.flquction dl dd i{ width: 53px; height: 23px; background: url(../images/zx.png) no-repeat; position: absolute; left: 16px; top: -20px;}

.zxzx .conbox .conright {width:500px;}
.zxzx .conbox .conright .p1 {font-size: 15px;height: 53px;width:498px;border: 1px solid #1e1e1e;background: #fff;margin-bottom: 25px;}
.zxzx .conbox .conright .p1 input {display: block; border: none;width:498px;height: 53px;line-height: 53px;text-indent: 22px;}
.zxzx .conbox .conright .ljjm {display: block;height: 55px;line-height: 55px;text-align: center;background: #1e1e1e;font-size: 20px;color: #fff;}
/*内页留言*/
.Zcinfo—ny{ margin-bottom:0px; }
.Zcinfo—ny .containerly{overflow: hidden; background: url(../images/midline.png) no-repeat 528px 20px; padding-top: 30px; padding-bottom: 0px; margin:0 auto; width:1200px;}
.Zcinfo—ny_l{ float:right; width:610px;}
.Zcinfo—ny_r h4{width:100%; text-align:left; overflow: hidden; font-size:14px; font-weight:100;}
.Zcinfo—ny_l h4 img{display:block;}
.flquction—ny{ margin-top:2px; height:455px; overflow:hidden;}
.flquction—ny ul{line-height:30px; font-size:16px;}
.Zcinfo—ny_r{ width:495px;margin-top:0px;}
.Zcinfo—ny_r ul{overflow:hidden;}
.Zcinfo—ny_r ul li{height:45px; border: 1px solid #cbcbcb; background:#fff; margin-top:7px; }
.Zcinfo—ny_r ul li label{display: block; background: #fff; width: 48px; border-right: 1px solid #cbcbcb; height: 43px; float: left; display: inline-block; }
.Zcinfo—ny_r ul li img{display: block;}
.Zcinfo—ny_r ul li input{float: right; height:43px; font-size: 15px; color: #b7b7b7; outline: none; border: none; background: none; padding: 10px 0px 10px 10px; float: left; width: 302px;}
.Zcinfo—ny_r ul .tssm{height:78px;}
.Zcinfo—ny_r ul .tssm label{height: 76px;}
.Zcinfo—ny_r ul .tssm .wby{padding: 10px 10px; height: 58px; font-size:15px; color:#b7b7b7; width:401px; float:left;  border:none; outline:none;}
.Zcinfo—ny_r ul .submit{width: 100%; text-align: center; height: 50px; background: #00adfe; margin-top: 0px; border: none;}
.Zcinfo—ny_r ul .btnSubmit{width: 100%; height: 50px; cursor: pointer; font-size: 21px; color: #fff;}

.link {height:100%;overflow:hidden;padding-top:30px; padding-bottom:5px; width:1280px; margin:0 auto;}
.link li{ height:40px; font:14px "Microsoft Yahei"; font-weight:bold; background:url(../images/link_h.gif) no-repeat left bottom; overflow:hidden;}
.link li span a{color:#ff7900; font-weight:normal;}
.link li i{ display:inline-block; font:14px "Microsoft Yahei";color:#666; padding:0 5px; font-weight:bold;}
.link li a{ color:#0462be;}
.link p{ line-height:22px; color:#666; padding-top:10px; font-family:"Microsoft Yahei"; padding-bottom:10px; font-size:12px;}
.link p a{ color:#666; padding:0 12px; display:inline-block;}


.footer_tel{font-family:'Impact';font-size:30px;color:#fff;}
.footer_tel img{max-width:167px;margin-top:10px;display:block;}
/*底部开始*/
.footWrap{ background:url(../images/footer_bg.jpg) no-repeat center top; height:282px; overflow:hidden;}

.flogo{ width:225px; margin:25px 60px 0 15px;height:200px; overflow:hidden;}
.flogo span{ width:179px; height:119px; margin:0 auto; overflow:hidden;}
.flogo span img{ width:191px; height:175px;}
.flogo p{ font:14px "Microsoft Yahei"; text-align:center; color:#acacac;}
.flogo p a{ display:inline-block; color:#333; padding:0 20px; line-height:34px;}
.flogo p a:hover{ font-weight:bold; color:#0462be;}

.fwz{ font:14px "Microsoft Yahei"; line-height:36px; overflow:hidden; color:#fff; height:200px; margin-top:65px;}
.fwz a{ color:#fff;}
.fwz em{ padding:0 15px;}

.code{ width:200px; padding-top:32px; overflow:hidden; height:230px;}
.code p{ width:200px; height:230px; float:left; overflow:hidden;}
.code p em{ display:block; font:14px "Microsoft Yahei"; text-align:center; color:#fff; height:31px;}
.code p i{ display:block; width:107px; height:107px; margin:0 auto;}
.code img{ width:167px; height:167px;}
/*底部end*/

.copyright{background:#19171a;line-height:26px;padding:15px 0;text-align:center;color:#8b8b8b;border-top:1px solid #333;min-width:1280px;}
.copyright a{color:#8b8b8b;}
.copyright a:hover{color:#0E77EA;}

.container{min-height:300px;}
.container .width{margin:30px auto;}
.container-left{width:250px;margin-right:30px;}
.container-right{flex:1;overflow:hidden; margin-top:30px;}


/* public begin */
.piclist-title{padding:6px 10px;font-size:14px;}
.piclist-image img{transition:all 1s}
.piclist-image:hover img{transform:scale(1.2);}

.ui-sidebar ul li a{color:#0E77EA;}
.ui-sidebar ul li a:hover{background:#0E77EA;border-color:#0E77EA;}
.ui-sidebar ul li.active a{background:#0E77EA;border-color:#0E77EA;}

.ui-box{box-shadow:0px 0px 30px rgba(0,0,0,0.1);border:1px solid #f3f3f3;background:#fff;margin-bottom:30px;}
.ui-box-radius{border-radius:20px 0 0 0;}
.ui-box-radius .ui-box-title{border-radius:20px 0 0 0;}
.ui-box-title{background:linear-gradient(90deg, #0E77EA 0%, #1e50ae 100%);color:#fff;font-size:24px;font-weight:400;padding:30px;}
.ui-box-title span{display:block;font-size:14px;color:#eaeaea;font-weight:300;text-transform:uppercase;line-height:30px;}

.collapse-menu{margin:15px 0;}
.collapse-menu-title a{transition:all 0.5s ease;}
.collapse-menu-title:hover a{padding-left:10px;}
.collapse-menu-body li a{transition:all 0.5s ease;}
.collapse-menu-body li a:hover{padding-left:10px;}
.collapse-menu-body li i{color:#999;}
.collapse-menu-body ul li.active i{color:#1890FF;}
.collapse-menu-body ul li.active a{color:#1890FF;}
/*.ui-box-nav ul{list-style:none;margin:20px 0;}
.ui-box-nav ul li{}
.ui-box-nav ul li span{float:right;color:#999;display:block;line-height:40px;margin-right:15px;}
.ui-box-nav ul li a{display:block;border-bottom:1px solid #f3f3f3;line-height:40px;padding-left:24px;font-size:14px;color:#555;transition:all 0.5s ease;}
.ui-box-nav ul li a:hover{background:#efefef;color:#333;padding-left:36px;}
.ui-box-nav ul li:last-child a{border-bottom:0;}
.ui-box-nav ul li.active a{background:#efefef;color:#333;}
.ui-box-nav ul li ul{background:#fff;margin:0 20px;}
.ui-box-nav ul li ul li{background:#fff;}
.ui-box-nav ul li.active ul li a{background:none;}*/

.ui-box-h2{font-size:24px;padding:20px 30px;border-bottom:1px solid #eaeaea;position:relative;}
.ui-box-h2:after{position:absolute;display:block;content:"";border-bottom:3px solid #3d3d3d;bottom:0;left:30px;width:45px;}
.ui-box-body{padding:25px 30px;word-break:break-all;min-height:380px;}
.ui-box-body .col-10{max-width:760px;}

.ui-box-body img,.ui-box-body p img{max-width:100%;}
.ui-box-body p{margin-bottom:20px;line-height:24px;}
.ui-box-body .content a{color:#03C;}
.ui-box-body .content a:hover{color:#f30;}

.artlist{}
.artlist-item{display:flex;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.06);min-height:160px;padding:30px 0;}
.artlist-item:first-child{padding-top:10px;}
.artlist-item-image{width:200px;margin-right:30px;}
.artlist-item-image img{width:100%;max-height:140px;border-radius:4px;}
.artlist-item-image svg{width:100%;text-anchor:middle;border-radius:4px;border:1px solid #eaeaea;}
.artlist-item-body{flex:1;overflow:hidden;padding-right:20px;}
.artlist-item-body .title{font-size:18px;font-weight:300;}
.artlist-item-body .desc{font-size:13px;color:#b5b5b5;line-height:24px;margin-top:15px;}
.artlist-item-body .desc p{margin:0;}
.artlist-item-body .tags{color:#999;margin-top:15px;}
.artlist-item-body .tags a{margin:0 6px;font-size:13px;font-family:arial,microsoft yahei;color:#666;}
.artlist-item-body .tags a:hover{color:#f30;}
.artlist-item-date{width:120px;padding:40px 0 0 40px;font-size:28px;color:#999;font-weight:300;position:relative;}
.artlist-item-date:after{display:block;content:"";width:1px;height:60px;background:#f3f3f3;left:10px;top:32px;position:absolute;}
.artlist-item-money{width:200px;font-size:18px;color:#F60;}
.artlist-item-money span{display:block;font-size:14px;color:#999;line-height:36px;font-weight:500;}
.artlist-item-money:after{height:80%;}
.artlist-item:hover .artlist-item-date{color:#1890FF;}
.artlist-item:hover .artlist-item-body .title{color:#1890FF;}
.artlist-item:hover .artlist-item-body .desc{color:#666;}

.artshow{}
.artshow h1{font-size:24px;font-weight:bold;margin:0;}
.artshow .info{line-height:50px;border-bottom:1px solid #f3f3f3;margin-bottom:20px;color:#666;}
.artshow .info span{color:#999;}
.artshow .info i{color:#ccc;margin-right:5px;}
.artshow .other{margin:15px 0;padding:0px;font-size:14px;}
.artshow .other ul{overflow:hidden;list-style:none;display:flex;flex-wrap:wrap;}
.artshow .other ul li{width:25%;line-height:30px;}
.artshow .other ul li span{color:#999;}
.artshow .content a{color:#03C;}
.artshow .content a:hover{color:#f30;}
.artshow .content p{margin-bottom:20px;line-height:24px;}
.artshow .content *{max-width:100%;}
.artshow .action{display:flex;justify-content:center;margin:30px 0 10px 0;}
.artshow .action a{display:block;cursor:pointer;margin:0 15px;width:70px;height:70px;margin-bottom:10px;line-height:60px;text-align:center;border-radius:50%;box-shadow:0px 0px 30px rgba(0,0,0,0.1);position:relative;}
.artshow .action a i{font-size:30px;color:#999;}
.artshow .action a em{display:block;font-size:12px;font-family:verdana;color:#999;position:absolute;bottom:-15px;left:0;right:0;}
.artshow .action a:hover{box-shadow:0px 0px 30px rgba(0,132,255,0.3)}
.artshow .action a:hover i{color:#1890FF;}
.artshow .tags{color:#999;margin:15px 0;}
.artshow .tags a{margin:0 10px 10px 0;}

.proshow{}
.proshow .col-left{width:45%;border-right:1px solid #f3f3f3;padding:20px 3%;}
.proshow .col-left .big_pic{text-align:center;}
.proshow .col-left .big_pic img{max-width:100%;}
.proshow .col-left .thumb_pic{margin:30px 0 0 0;text-align:center;}
.proshow .col-left .thumb_pic ul{margin:0 auto;}
.proshow .col-left .thumb_pic ul li{display:inline-block;margin-right:5px;width:60px;height:60px;border:1px solid #eaeaea;padding:0px;cursor:pointer;position:relative;z-index:1;}
.proshow .col-left .thumb_pic ul li.active{border:1px solid #2DB7F5;background:#fff;}
.proshow .col-left .thumb_pic ul li.active:after{content:" ";position:absolute;right:24px;top:-5px;width:11px;height:11px;border:#2DB7F5 solid 1px;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}

.proshow .col-right{width:55%;padding:20px 3%; overflow:hidden;}
.proshow .col-right h1{font-size:24px;font-weight:bold;}
.proshow .col-right .intro{font-size:15px;color:#888;margin:10px 0; line-height:32px; width:630px; overflow:hidden;}
.proshow .col-right .attribute{list-style:none;margin:10px 0;}
.proshow .col-right .attribute li{font-size:14px;line-height:30px;}
.proshow .col-right .attribute li em{display:inline-block;width:60px;font-style:normal;color:#999;font-size:14px;}
.proshow .col-right .price{font-size:14px;line-height:30px;margin:20px 0;}
.proshow .col-right .price span{font-size:26px;color:#f60;}
.proshow .col-right .price em{font-size:12px;color:#999;font-style:normal;padding-left:5px;}
.proshow .col-right .tags{color:#999;margin:15px 0;}
.proshow .col-right .tags a{margin:0 10px 10px 0;}
.proshow .col-right .pro_zxdh{margin:15px 10px; font-size:16px; font-weight:700; height:50px; line-height:50px; background:#1e50ae; width:290px; text-align:center; float:left;}
.proshow .col-right .pro_zxdh a{margin:0 10px 10px 0; color:#fff;}
.mt-15{ margin-top:15px;}
.proshow_content{padding:20px 0;}
.proshow_content a{color:#03C;}
.proshow_content a:hover{color:#f30;}
.proshow_content p{margin-bottom:20px;line-height:24px;}
.proshow_content p img{max-width:100%;}

.proshow_content .extend{list-style:none;}
.proshow_content .extend li{font-size:14px;line-height:30px;}
.proshow_content .extend li em{display:inline-block;width:120px;font-style:normal;color:#999;font-size:14px;margin-right:15px;}

.quicklogin{padding:20px 0;text-align:center;}
.quicklogin .line{margin:20px auto;max-width:86%;font-weight:400;font-size:18px;color:#666;}
.quicklogin a{display:inline-block;text-align:center;margin:0 10px;color:#999;font-size:12px;transition:all .3s ease 0s;}
.quicklogin a:hover{transform:translate3d(0,-5px,0);}
.quicklogin a span{display:block;width:45px;line-height:45px;border-radius:50%;text-align:center;background:#f3f3f3;font-size:24px;margin-bottom:10px;}
.quicklogin a span.blue{background:#E7F7FE;color:#1890FF;}
.quicklogin a span.red{background:#FFF1F8;color:#ED4014;}
.quicklogin a span.green{background:#E6F8E6;color:#19BE6B;}

.user_info{padding:20px 30px;display:flex;}
.user_info .face{width:160px;padding-right:20px;cursor:pointer;}
.user_info .face img{border-radius:50%;border:1px solid #f3f3f3;padding:4px;width:120px;height:120px;}
.user_info .info{flex:1;overflow:hidden;}
.user_info .info p{margin:0;padding:10px 0;}
.user_info .info p span{color:#f30;}
.user_info .info ul{margin:0;padding:0;list-style:none;}
.user_info .info ul li{font-size:16px;line-height:55px;height:55px;border-bottom:1px dashed #eee;vertical-align:middle;float:left;width:45%;margin-right:5%;}
.user_info .info ul li span{color:#f30;}
.user_info .info ul li em{color:#999;font-style:normal;display:inline-block;margin-right:5px;}

.pay{margin:0 0 -10px;padding:0;list-style:none;display:flex;}
.pay li{min-width:200px;margin:0 10px 10px 0;cursor:pointer;}
.pay li div{border:1px solid #efefef;text-align:center;position:relative;}
.pay li div img{max-width:100%;height:65px;}
.pay li div i{position:absolute;right:2px;bottom:0px;font-size:12px;color:#fff;z-index:10;display:none;}
.pay .active div:before{position:absolute;content:"";right:0;bottom:0;color:#1890FF;width:0;height:0;border-bottom:30px solid #1890FF;border-left:30px solid transparent;z-index:10;}
.pay .active div{border-color:#90BAFF;}
.pay .active div i{display:block;}

.order-base{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:0 20px 20px;}
.order-base-left{flex:1;overflow:hidden;border-right:1px solid #f3f3f3;}
.order-base-left h1{font-size:24px;font-weight:400;color:#666;}
.order-base-left h1 i{font-size:34px;color:#1890FF;margin-right:10px;}
.order-base-left p{padding-left:46px;color:#f30;margin:0;}
.order-base-left p span{color:#999;}
.order-base-right{text-align:center;font-size:18px;font-weight:400;color:#999;padding-left:30px;}
.order-base-right em{color:#f30;}
.order-goods{border:1px solid #f3f3f3;border-radius:4px;}
.order-goods .collapse-menu-title a{font-size:16px;}
.order-goods .collapse-menu-title a:hover{padding-left:0;}
.order-goods .collapse-menu-title.active{background:#fafafa;}
.order-goods .collapse-menu-title.active a{color:#1890FF;}
.order-goods .collapse-menu-title a span{color:#1890FF;font-size:16px;margin-right:15px;}
.order-goods .collapse-menu-body li span{color:#999;}
.order-goods .collapse-menu-body li:last-child{border-bottom:0;}
.order-pay{margin:20px 0;}
.order-pay ul{max-width:50%;}

/*BBS*/
.bbs{position:relative;}
.bbs-left{width:300px;padding:30px 0;}
.bbs-left-title{color:#526069;font-weight:500;font-size:20px;padding-left:30px;}
.bbs-left-nav{list-style:none;margin:20px 0;}
.bbs-left-nav li{line-height:45px;margin-bottom:1px;}
.bbs-left-nav li a{color:#76838f;display:block;font-weight:400;padding-left:30px;font-size:16px;}
.bbs-left-nav li a i{font-size:20px;margin-right:10px;}
.bbs-left-nav li a:hover{color:#1890FF;background:#eaf7ff;}
.bbs-left-nav li a:hover i{color:#1890FF;}
.bbs-left-nav li.active a{color:#1890FF;background:#eaf7ff;}
.bbs-left-nav li.active a:hover i{color:#1890FF;}
.bbs_search{padding:15px 30px;}
.bbs-right{flex:1;overflow:hidden;border-left:1px solid #e4eaec;padding:30px;min-height:360px;}
.bbs-right-title{color:#526069;font-weight:500;font-size:18px;position:relative;}
.bbs-right-title a{position:absolute;right:0;top:0;font-size:14px;background:#40A9FF;color:#fff;border-radius:20px;display:block;padding:10px 30px;}
.bbs-right-title a:hover{background:#1890FF;}
.bbs-right .tabs-nav a{padding:10px 20px;}
.bbs-topic{margin:0;}
.bbs-topic-item{display:flex;justify-content:space-between;padding:20px 20px 20px 30px;border-bottom:1px solid #f3f3f3;}
.bbs-topic-item .face{width:40px;height:40px;}
.bbs-topic-item .face img{width:100%;height:100%;border-radius:100%;}
.bbs-topic-item .body{flex:1;overflow:hidden;padding:0 20px;}
.bbs-topic-item .body em{background:#f30;color:#fff;display:inline-block;padding:4px 8px;margin:0 5px;font-size:12px;border-radius:4px;border:0;}
.bbs-topic-item .body a{color:#666;}
.bbs-topic-item .body a:hover{color:#333;}
.bbs-topic-item .body .desc{color:#a3afb7;}
.bbs-topic-item .other{width:100px;padding-left:20px;font-size:12px;color:#333;}
.bbs-topic-item .other i{color:#ccc;margin-right:5px;}
.bbs-topic-item:hover{background:#f5fbff;}
.bbs-post{margin-top:30px;}
.bbs-post .col-2{text-align:right;color:#999;}
.bbs-post .col-10{max-width:760px;}
.bbs-show{margin-top:0px;}
.bbs-show .tip{font-size:14px;color:#76838f;background:#ecf4ff;display:inline-block;padding:15px 20px;border-left:3px solid #3e8ef7;border-radius:2px;}
.bbs-show .tip a{color:#06f;margin:0 10px;}
.bbs-show .tip a:hover{color:#f30;}


table{border-collapse:collapse;border-spacing:0;width:100%;}
/* td,th{border:0px solid #eaeaea;padding:10px;} */

/* 产品中心页 begin */
.mrtit{ border-bottom:1px #dddddd solid; margin-bottom:15px; background:url(../images/mrt1.png) no-repeat left center;  padding:20px 0 20px 50px; font-weight:bold; font-size:20px;}
.mrtit em{ float:right; font-style:normal; font-weight:normal; padding-right:10px; font-size:14px; margin-top:10px;}
.cpzs{overflow: auto;zoom: 1;	font-family: "微软雅黑", "microsoft Yahei", "Courier New", Courier, monospace;}
.cpzs li{ width:25%;  border:1px #dddddd solid; float:left;  text-align:center; margin:0 0 2%; box-sizing:border-box; display:inline; overflow:hidden; background-color:#333333; line-height:40px;}
.cpzs li img{height:180px; width:100%;}
.cpzs li:hover{ background-color:#1e50ae;}
.cpzs li span{ display:block; padding:0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color:#fff;}
.cpzs li:hover a,.cpzs li span a{ color:#fff;}

/*漂浮框*/
.yb_conct{position:fixed;z-index:9999999; top:300px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#fac707 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#fac707 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#fac707 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#fac707 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 0px 25px 25px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
/*产品内页*/
.prony-left{width:270px;}

/*推荐新闻*/
.rss_list_wz{margin:0;padding:0;list-style:none; width:1280px;}
.rss_list_wz ul{width:1280px; margin-top:20px;}
.rss_list_wz ul li{width:340px; float:left; overflow:hidden; margin:0 10px; text-align:center; line-height:24px;}
.rss_list_wz ul li a{width:24%; margin:0; line-height:24px;}
.rss_list_wz ul li a img{width:247px; border:1px dotted #ddd; padding:3px; height:155px;}
.rss_list_wz ul dd{width:300px; float:left; overflow:hidden; margin:0 10px; line-height:24px;}
.rss_list_wz ul dd a{ margin:0; line-height:24px; font-size:14px;}
/*产品页案例展示*/
.yunu-prd-sd {width:250px;height:auto;border:3px solid #dbdbdb;float: left;  padding-bottom:20px; margin-top:30px;}
.yunu-prd-sd .tel {text-align: center;font-size: 16px;color: #1e50ae;padding-top: 10px; font-weight:bolder;}
.yunu-prd-sd .tel p {margin: 5px 0;}
.yunu-prd-sd .tel h4 {margin: 10px 0 0;font-size: 22px;}
.yunu-prd-sd .tel h4 span {display: block;}
.yunu-prd-sd-title {background:#1e50ae;text-transform: uppercase;overflow: hidden;padding:10px 0 0 0;height: 81px;font-size: 0;text-align: center;margin-bottom: 20px; color:#fff; padding-top:15px;}
.yunu-prd-sd-title strong {width: 40px;font-size:54px;line-height:40px;display: inline-block;vertical-align: middle;}
.yunu-prd-sd-title span {display: inline-block;vertical-align: middle;font-size:30px;font-weight: bold;text-align: left;margin-left: 10px; font-family: "Microsoft YaHei"; line-height:30px;}
.yunu-prd-sd-title span a{ color:#fff;}

.yunu-prd-sd-title span small {display: block;font-size: 16px;font-weight: normal; line-height:25px;}
.yunu-sideMenu {padding:1px 10px;}

.yunu-sideMenu ul .yunu-sideMenu dd {padding: 0 0px 5px 0px;}
.yunu-sideMenu dd{ line-height:32px;}
.yunu-sideMenu dt{ width:225px; margin-top: 28px; overflow: hidden; border: 1px solid #dbdbdb;  padding: 8px; transition: all .5s linear;}
.yunu-sideMenu dt:hover{border: 1px solid #f77836;}
.yunu-sideMenu dt:hover .item-img img {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
.yunu-sideMenu dt:hover .item-title {color: #f77836;}
.yunu-sideMenu dt .item-img { display: block; width: 100%; overflow: hidden;}
.yunu-sideMenu dt .item-img img {display:block; width:100%;transition:all .5s linear; -webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1)}
.yunu-sideMenu dt .item-title {height: 40px;line-height: 40px; font-size: 18px;transition: all .5s linear; display: block; width: 100%; text-align: center; font-weight: bold; color: #1e50ae; overflow: hidden;}
.yunu-sideMenu .more a{display:block;margin-top:10px;background-color:#1e50ae;border-radius:5px;text-align:center;line-height:36px;color:#fff;}
.news_content p{
	text-indent:2em;
	line-height:30px;
}
.news_content h3{
	font-weight:bold;
	font-size:20px;
	line-height:60px;
}
.news_content h4{
	font-weight:bold;
	font-size:18px;
	line-height:50px;
}
.news_content h5{
	font-weight:bold;
	font-size:16px;
	line-height:40px;
}
.news_content table,.topc table{
	border-collapse: collapse;
border: 1px solid #666;
font-size:14px;
text-align:center;
margin:12px 0;
color:#333;
}
.news_content table tr,.topc table tr {
border: 1px solid #666;
line-height: 30px;
}
.news_content table td,.topc table td {
border: 1px solid #666;
line-height: 30px;
}