@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:#da251d;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: #da251d;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:#da251d;border-color:#da251d}
.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:#da251d;}

.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;}
/*图片特效*/
.pic img,.picl img,.pics img{-webkit-transition: -webkit-transform 0.8s; -moz-transition: -moz-transform 0.8s; -o-transition: -o-transform 0.8s; transition: transform 0.8s;}
.pic img:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);  transform: scale(1.05);}
.picl img:hover{-moz-transform: translate(0,5px);-webkit-transform: translate(0,5px);-ms-transform: translate(0,5px);-o-transform: translate(0,5px);}
.pics img:hover{-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);}
.white,.whites{position: relative;overflow: hidden;}

/*引子*/
.yz{height:555px;padding-top: 36px;}
.yz h2{text-align: center;font-size: 40px;color: #252525;line-height: 40px;font-weight: normal;}
.yz h2 a{display: block;}
.yz h2 span{color: #da251d;font-weight: bold;}
.yz h2 em{display: block;margin-top: 14px;}
.yz p.ms{font-size: 16px;color: #6e6e6e;text-align: center;line-height: 36px;margin-top: 38px;}
.yz li{float: left;margin-right: 9px;width: 200px;height: 293px;margin-top: 28px;position: relative; text-align:center;}
.yz li:before{display: block;content: "";width: 0;height: 0;border-top:52px solid #fff;border-right: 89px solid transparent;position: absolute;left: 0;top: 0;}
.yz li:after{display: block;content: "";width: 0;height: 0;border-top:52px solid #fff;border-left: 89px solid transparent;position: absolute;right: 0;top: 0;}
.yz li:first-child{margin-left:10px;}
.yz li:last-child{margin-right: 0;}
.yz li span{width:200px; text-align:center; line-height:40px; font-size:18px; }
.yz li em{display: block;width: 200px;height:243px;position: relative;overflow:hidden;}
.yz li em:before{display: block;content: "";width: 0;height: 0;border-bottom:52px solid #fff;border-right: 89px solid transparent;position: absolute;left: 0;bottom: 0;}
.yz li em:after{display: block;content: "";width: 0;height: 0;border-bottom:52px solid #fff;border-left: 89px solid transparent;position: absolute;right: 0;bottom: 0;}
.yz li img{width: 200px;height: 223px;}
/*产品中心*/
.prosy{height:1350px; background: #f8f8f8;padding-top:0px;}
.prosy{background: #f4f4f4;position: relative;overflow: hidden;height:1250px;}
.prosy:after{content: "";width: 0;height: 0;position: absolute;border-top: 50px solid #fff;border-right: 960px solid transparent;border-left: 960px solid transparent;left: 50%;top: 0;margin-left: -960px;}
.prosy h2{text-align: center;font-size: 40px;color: #252525;line-height: 40px;font-weight: normal;position: relative;z-index: 1;padding-top: 20px;padding-bottom: 50px;}
.prosy h2 a{display: block;}
.prosy h2 b{background: url(../images/sl_tbg.png) no-repeat;width: 57px;height: 74px;display: block;text-align: center;padding-top: 12px;margin: 0 auto;margin-bottom: 8px; }
.prosy h2 b img{width: auto;height: auto;margin: 0 auto;}
.prosy h2 span{color: #da251d;font-weight: bold;}
.prosy h2 em{display: block;margin-top: 15px;font-size: 20px;color: #333;line-height: 20px;}

.fen{width: 250px;float: left; margin-top:20px;}
.fen dd{height:106px;}
.fen dd a{width:250px; height:106px;display: block;}
.fen dd a img {width:249px;}
.fen_c{width: 249px;height:770px;padding-top: 21px;border: 7px solid #1e50ae;border-top:none;} 
.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; line-height: 34px;text-align:left; padding-left:5px;}
.fen_c span{width:242px; height:239px; background:url(../images/2025_ban.png) no-repeat center center; margin: 0 auto 13px; border:1px solid #000;}
.fen_c span b{display: block;left: 24px;top: 187px;font-size: 25px;color: #fff;}	
.tellb{width:210px; height:93px;background:url(../images/2025_ban.png) no-repeat center center; margin: 0 auto;}
.tellb b{display: block;height:35px;line-height: 35px; padding-top:36px;font-size: 25px; text-align:center; color:#fff;font-weight: normal;}

.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; line-height: 34px;text-align:left; padding-left:5px;}

 
.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:21px;height: 102px;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; overflow:hidden;}
.pro_nr li img{width: 325px;height: 239px; transition: all 0.9s linear;}
.pro_nr li :hover img{-webkit-transform: scale(1.5);-moz-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5);}
.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;}


/*长条*/
.nanti_d{width:100%; overflow:hidden; clear:both; font-size:22px; background:url(../images/t1.jpg) no-repeat top center; height:225px;}
/*------效果展示---------*/
.xg{background:#f5f5f5 url(../images/xg_bg.png) no-repeat center top;height: 370px;position: relative; }
.xg b.tb{background: url(../images/sl_tbg.png) no-repeat; width: 57px; height:78px; display: block; text-align: center; padding-top: 18px; margin: 0 auto; margin-bottom: 10px;position: relative;z-index: 1;top:15px;}
.xg b.tb img{width: auto; height: auto; margin:0 auto;}
.xg h25{text-align: center;font-size: 60px;color: #252525;line-height: 40px;font-weight: normal;position: relative;z-index: 1;padding-top: 20px;padding-bottom: 10px;}
.xg h25 a{color:#fff; height:70px; line-height:70px; text-align:center; display: block;}
.xg h25 span{color: #da251d;font-weight: bold;}
.xg em{font-size: 30px;display:block; text-align:center; color:#fff; line-height:50px;}
.xg em span{font-weight: normal; color: #da251d;font-weight: bold;}

.xg .con{margin-top:15px;}
.xg .con ul{width: 600px;float: left;}
.xg .con li:first-child{border-left: 1px solid rgba(255,255,255,0.15);}
.xg .con li{float: left;height: 84px;border-right: 1px solid rgba(255,255,255,0.15);width: 140px;text-align: center;}
.xg .con li em{height:50px;display: block;}
.xg .con li span{display: block;font-size:24px;color:#fff;margin-top:4px;}
.xg .con p{width: 320px; text-align:center; margin:0 auto;}
.xg .con p span{display:block; color:#fff; opacity:0.41; font-size:16px; line-height:44px;}
.xg .con p i{color: #fff;font-size:36px;font-family: GothamBook;background: url(../images/sl_tel.png) no-repeat left center;padding-left: 38px;}


.xgzsbg{ background:#f5f5f5; height:auto; width:100%; padding:30px;}
.content_xgzs{width:1280px; margin:0 auto;}
.result_show {padding-top:45px;}
.sg_01 {height:50px;overflow:hidden;font-family:"Microsoft YaHei";}
.sg_01 dt {float:left;margin-top:5px;width:290px;font-size:34px;font-weight:bold;color:#1e5da1;padding-right:10px;background:url(../images/cutline_01.gif) no-repeat right center;}
.sg_01 dd {float:left;width:450px;padding-left:20px;font-size:20px;color:#6d797f;}
.s_word {height:43px;line-height:43px;margin:15px 0 25px 0;border-top:1px solid #ccc;border-bottom:2px solid #d2d2d2;font-size:15px;font-family:"Microsoft YaHei";}
.roll_show {height:435px;overflow:hidden;}
.show_ul {width:293px;}
.show_ul li {height:76px;font-size:18px;padding-bottom:1px;font-family:"Microsoft YaHei";overflow:hidden;vertical-align:top;}
.show_ul li a {display:block;width:273px;height:50px;padding:26px 0 0 20px;line-height:20px;color:#1e599c;background:url(../images/vs_li.gif) repeat-x;overflow:hidden; height:76px; text-align:left;}
.show_ul .cur_01 a {text-decoration:none;color:#fff;background:url(../images/vs_li_o.gif) repeat-x;}
.show_ul .nomg {margin-bottom:0;}
.show_ul li .pd_a2 {height:58px;padding-top:18px;}

.roll_cont {width:957px;overflow:hidden; float:right;}
.roll_img {float:left;width:305px;margin-left:14px;display:inline;}
.roll_img dt {width:305px;height:355px;padding-bottom:10px;background:url(../images/vsimg_shadow.gif) no-repeat center bottom;}
.roll_img dt img {width:300px;height:345px;padding:4px;border:1px solid #e7e7e7;background:#fff;vertical-align:top;}
.roll_img dd {height:30px;font-size:17px;font-family:"Microsoft YaHei";color:#235ca6;}
.roll_img dd span {padding-right:27px;background:url(../images/item_04.gif) no-repeat right 9px;}
/*------效果展示 end---------*/

/*优势*/
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after {left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
body{min-width:1280px;width:100%;max-width:1920px;margin:0 auto;overflow-x:hidden;}
.contentqsy{ width:1280px; margin:0 auto;font-family: "Microsoft Yahei";}
.content1000{width:1100px; margin:0 auto;}
.sl{background:#f5f5f5 url(../images/sl_bg.png) no-repeat center top;height: 370px;position: relative; }

.sl b.tb{background: url(../images/sl_tbg.png) no-repeat; width: 57px; height:78px; display: block; text-align: center; padding-top: 18px; margin: 0 auto; margin-bottom: 10px;position: relative;z-index: 1;top:15px;}
.sl b.tb img{width: auto; height: auto; margin: 0 auto;}
.sl h24{font-size: 60px;color: #fff;font-weight: normal; height:70px; line-height:70px; margin-left:40px; margin-top:20px;}
.sl h24 a{color:#fff; height:70px; line-height:70px;}
.sl h24 span{color: #da251d;font-weight: bold;}
.sl h24 em{font-size: 30px;display:block;text-align: right;float: right;}
.sl h24 em span{font-weight: normal;}
.sl .con{margin-top:52px;}
.sl .con ul{width: 600px;float: left;}
.sl .con li:first-child{border-left: 1px solid rgba(255,255,255,0.15);}
.sl .con li{float: left;height: 84px;border-right: 1px solid rgba(255,255,255,0.15);width: 140px;text-align: center;}
.sl .con li em{height: 50px;display: block;}
.sl .con li span{display: block;font-size: 24px;color: #fff;margin-top: 4px;}
.sl .con p{float: right;width: 320px;margin-top:3px;}
.sl .con p span{display: block;color: #fff;opacity: 0.41;font-size: 16px; line-height:44px;}
.sl .con p i{color: #fff;font-size:36px;font-family: GothamBook;background: url(../images/sl_tel.png) no-repeat left center;padding-left: 38px;}


/*优势*/
.sl2{height: 2112px; background:#f5f5f5 ;}
.sl2 .con1{padding-top: 26px;}
.sl2 .con1 dt{float: left;width: 640px;height: 506px;}
.sl2 .con1 dt img{width:640px; height:506px;}
.sl2 .con1 dd{float:right; width:600px;}

.sl2 .con2 dt{float:right; width:640px; height:506px;}
.sl2 .con2 dt img{width: 960px;height: 506px;}
.sl2 .con2 dd{float: left;width: 600px;}
.sl2 .con2 dd h3{padding-top: 54px;}
.sl2 .con2 dd p {margin-bottom:7px;}

.sl2 .con3 dt{float: left;width: 640px;height: 506px;margin-left: -320px;}
.sl2 .con3 dt img{width: 960px;height: 506px;}
.sl2 .con3 dd{float: right;width: 600px;}
.sl2 .con3 dd h3{padding-top: 54px;}
.sl2 .con3 dd p {margin-bottom: 7px;}

.sl2 .con4 dt{float: right;width: 640px;height: 506px;}
.sl2 .con4 dt img{width: 960px;height: 506px;}
.sl2 .con4 dd{float: left;width: 600px;}
.sl2 .con4 dd h3{padding-top: 54px;}

.sl2 dd h3{margin-bottom: 38px;padding-top: 9px;}
.sl2 dd h3 em{display: block;background:url(../images/sl_ctit.png);width: 61px;height: 70px;text-align: center;line-height: 70px;font-size: 36px;color: #fff;font-weight: lighter;float: left;}
.sl2 dd h3 i{float: left;margin-left: 26px;font-size: 36px;color: #242424;line-height: 30px;font-weight: normal;}
.sl2 dd h3 i span{font-size: 12px;font-family:GothamBook;color: #CBCBCB;display: block;font-weight: normal;text-transform: uppercase;}
.sl2 dd p{font-size: 16px;color: #383838;line-height: 32px;}
.sl2 dd p span{display: block;margin-bottom: 18px;}
.sl2 dd .list{margin-top:45px; height:164px; overflow:hidden;}
.sl2 dd ul li{float: left;margin-right: 10px!important;display: inline;}
.sl2 dd ul li:nth-child(2n){margin-right: 0;}
.sl2 dd ul li a{display: block;}
.sl2 dd ul li img{width: 270px;height: 164px;}
.sl2 dd .qh{text-align: center;margin-top: 21px;position: relative;}
.sl2 dd .qh:before{position: absolute;content: "";width: 238px;height: 1px;background: #EBEBEB;left:0;top: 15px;}
.sl2 dd .qh:after{position: absolute;content: "";width: 238px;height: 1px;background: #EBEBEB;right:0;top: 15px;}
.sl2 dd .qh i{display: inline-block;width: 11px;height: 13px;background: url(../images/sl_cqh.png);margin: 0 3px;cursor: pointer;}
.sl2 dd .qh i.cur{display: inline-block;width: 11px;height: 13px;background: url(../images/sl_cqhh.png);}


/*广告条*/
.contentban{ width:1200px; margin:0 auto;}
.ban01 p em a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}
.ban01{background:url(../images/ban01.jpg) no-repeat center 0;height: 230px;overflow: hidden;padding: 78px 0 0;}
.ban01 p{width: 480px;float: right;}
.ban01 p span{display: block;float: left;font-size: 14px;color: #fff;background:url(../images/ban_tel.png) no-repeat 0 15px;width: 290px;padding: 0 0 0 45px;line-height: 28px;}
.ban01 p b{display: block;font-size: 30px;color: #fff;font-family: "DINOT";}
.ban01 p em{display: block;width: 168px;float: left;padding: 10px 0 0;}
.ban01 p em a{font-size: 14px;color: #333;display: block;background:url(../images/ban_btn.png) no-repeat;width: 168px;height: 50px;line-height: 50px;overflow: hidden;padding: 0 0 0 20px;}
/*关于我们*/
.about{height:732px; background:url(../images/aboutbj.jpg) no-repeat center;}
.aboutsy{width:1280px; margin:0 auto;}
.ab{padding-top:43px; }
.ab .abt{width:482px; height:420px; float:left; position: relative;}
.ab .abt span{display: block;margin-left: 15px; width:467px;height:400px;z-index:100; position: relative; overflow:hidden;}
.ab .abt span img{width:467px;height:400px; transition:all 0.3s linear;}
.ab .abt span:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1); transform: scale(1.1);}
.ab .abt:before{width:422px; height:302px;background:#1e50ae; content:""; position: absolute;left:0; bottom:0;}
.ab dl{width:798px; float:right;}
.ab dl dt{display: block; margin-bottom: 21px;}
.ab dl dt i{display: block; width:500px; height:39px; border-bottom:1px solid #cfcfcf; text-align: right; padding-top:6px;padding-right:12px; text-transform: uppercase; font-size: 18px; color:#333333; margin-bottom: 27px;}
.ab dl dt span{display: block; font-size: 55px; font-weight: bold; color:#333333; line-height: 55px; text-transform: uppercase; margin-bottom: 27px; margin-left: 89px;}
.ab dl dt em{display: block;height:40px; font-size: 18px; color:#333333; line-height: 18px;background:url(../images/xt6.jpg) no-repeat bottom left; margin-bottom: 21px; margin-left: 89px;}
.ab dl dd p{width:707px; height: auto;margin-left:89px; font-size: 16px; color:#555555; line-height:30px;}
.ab dl dd b{display: block;width:211px; height:40px;text-align:center; line-height:40px;background:#1e50ae; margin-left: 89px; margin-top:10px;}
.ab dl dd b a{display:block;font-size: 14px; color:#FFFFFF; font-weight: normal;}
.ab .abt_sm{height:180px;margin-top: 40px;}
.ab .abt_sm .hd{width:202px;float:left;margin-right: 4px;}
.ab .abt_sm .hd li{width:202px;height:90px;background:#393c45; position: relative;}
.ab .abt_sm .hd li span{display: block; padding-top:30px;text-align: center; font-size: 20px; color:#fbc707; line-height: 16px;font-family:Microsoft YaHei;}
.ab .abt_sm .hd li span em{display:block; width:124px; margin:7px auto 0;padding:0 5px; text-align: center; font-size: 12px; position: relative; line-height: 12px; color:#949494; mso-table-rspace: 8px; text-transform: uppercase; opacity: 0.6;}
.ab .abt_sm .hd li span em:before{width:5px; height:1px; background:#777777; content:""; position: absolute; top:6px; left:0; opacity: 0.6;}
.ab .abt_sm .hd li span em:after{width:5px; height:1px; background:#777777; content:""; position: absolute; top:6px; right:0; opacity: 0.6;}
.ab .abt_sm .hd li.cur{background:#1e50ae;}
.ab .abt_sm .hd li.cur span{display: block;color:#fff; opacity: 1.0;}
.ab .abt_sm .hd li.cur span em{color:#FFF;}
.ab .abt_sm .hd li.cur span em:before{background:#FFF; opacity: 0.6;}
.ab .abt_sm .hd li.cur span em:after{background:#FFF; opacity: 0.6;}
.ab .abt_sm .hd li.cur i{width: 0;height: 0;border-width: 8px;border-style: solid;border-color: transparent #FFF transparent transparent; position: absolute; top:38px; right:0;z-index: 100;}
.ab .abt_sm .bd{width:1074px;float:right;}
.ab .abt_sm .bd ul{height:180px;}
.ab .abt_sm .bd ul li{width:258px; height:180px; float:left; position: relative;margin-left: 10px; position: relative;}
.ab .abt_sm .bd ul li span{display: block; width:258px; height:180px; position: relative; overflow:hidden;}
.ab .abt_sm .bd ul li span img{width:258px; height:180px; transition:all 0.3s linear;}
.ab .abt_sm .bd ul li span:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);
    transform: scale(1.1);}
.ab .abt_sm .bd ul li i{display: block;width:258px; height:35px; text-align: center; line-height: 35px; background:url(../images/wzbj2.png) no-repeat center; font-size: 14px; color:#FFFFFF; position: absolute; left:0; bottom:0;}
.ab .abt_sm .yb_box{width:1074px; float:right;}

/*流程*/
.lc{background:#fff;position: relative;overflow: hidden;height: 558px;}
.lc:after{content:"";width:0;height:0;position: absolute;border-top: 50px solid #f4f4f4;border-right: 960px solid transparent;border-left: 960px solid transparent;left:50%;top: 0;margin-left: -960px;}
.lc h2{text-align:center;font-size: 40px;color: #252525;line-height:40px;font-weight: normal;position: relative;z-index: 1;padding-top:88px;}
.lc h2 a{display: block;}
.lc h2 b{background: url(../images/sl_tbg.png) no-repeat;width: 57px;height: 68px;display: block;text-align: center;padding-top: 12px;margin: 0 auto;margin-bottom: 8px;}
.lc h2 b img{width: auto;height: auto;margin: 0 auto;}
.lc h2 span{color: #da251d;font-weight:bold;}
.lc h2 em{display: block;margin-top: 15px;font-size: 20px;color: #333;line-height: 20px;}
.lc .con{background: url(../images/lc_bg.jpg) no-repeat center 165px;margin-top: 34px;}
.lc li{float: left;width:121px;height:235px;margin-right:45px;text-align: center;background: url(../images/lc_cbg.png) no-repeat;margin-left: 23px;}
.lc li:last-child{margin-right: 0;}
.lc li em{display: block;width: 109px;height: 126px;line-height: 0;}
.lc li em.pic1{padding-top: 40px;height: 86px;}
.lc li em.pic2{padding-top: 0px;display: none;}
.lc li span{display: block;font-size: 18px;font-weight: bold;margin-top: 68px;}
.lc li.cur{background: url(../images/lc_cbgh.png) no-repeat;}
.lc li.cur em.pic1{display: none;}
.lc li.cur em.pic2{display: block;}
.lc li.cur span{color: #da251d;}




/*新闻*/
.news{background: #f4f4f4;position: relative;overflow: hidden;height:1000px;}
.news:after{content: "";width: 0;height: 0;position: absolute;border-top: 50px solid #fff;border-right: 960px solid transparent;border-left: 960px solid transparent;left: 50%;top: 0;margin-left: -960px;}
.news h2{text-align: center;font-size: 40px;color: #252525;line-height: 40px;font-weight: normal;position: relative;z-index: 1;padding-top: 20px;padding-bottom: 50px;}
.news h2 a{display: block;}
.news h2 b{background: url(../images/sl_tbg.png) no-repeat;width: 57px;height: 74px;display: block;text-align: center;padding-top: 12px;margin: 0 auto;margin-bottom: 8px; }
.news h2 b img{width: auto;height: auto;margin: 0 auto;}
.news h2 span{color: #da251d;font-weight: bold;}
.news h2 em{display: block;margin-top: 15px;font-size: 20px;color: #333;line-height: 20px;}

/*新闻动态*/
.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{background:#fff;position: relative;overflow: hidden;height: 600px;}
.recommend:after{content:"";width:0;height:0;position: absolute;border-top: 50px solid #f4f4f4;border-right: 960px solid transparent;border-left: 960px solid transparent;left:50%;top: 0;margin-left: -960px;}
.recommend h2{text-align:center;font-size: 40px;color: #252525;line-height:40px;font-weight: normal;position: relative;z-index: 1;padding-top:0px;}
.recommend h2 a{display: block;}
.recommend h2 b{background: url(../images/sl_tbg.png) no-repeat;width: 57px;height: 68px;display: block;text-align: center;padding-top: 12px;margin: 0 auto;margin-bottom: 8px;}
.recommend h2 b img{width: auto;height: auto;margin: 0 auto;}
.recommend h2 span{color: #da251d;font-weight:bold;}
.recommend h2 em{display: block;margin-top: 15px;font-size: 20px;color: #333;line-height: 20px;}

.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 {  font-family: "微软雅黑";  padding-top: 15px; }
.recomm-list{ margin-top:35px;}
.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:390px; padding-top:80px; overflow:hidden;}

.fnav{ width:366px; padding-left:50px; overflow:hidden; height:260px; overflow:hidden; background:url(../images/fline.gif) no-repeat right top; font:14px "Microsoft Yahei"; color:#666; line-height:34px;}
.fnav p{ font:14px "Microsoft Yahei"; color:#666; line-height:34px;}
.fnav p a{ display:inline-block; width:130px; color:#666; float:left;}
.fnav .tit2{ font-size:26px;}
.fnav em{ padding:0 12px;}
.tit2 a{ display:block; height:38px; font:16px "Microsoft Yahei"; font-weight:bold; background:url(../images/fo_h.gif) no-repeat left bottom; color:#333; overflow:hidden; margin-bottom:16px;}
.f_pic{width:214px; height:256px; background:url(../images/fline.gif) no-repeat right top; overflow:hidden;}
.f_pic img{width:180px; height:160px; margin-top:20px;}
.fwz{ width:472px;}
.code{ width:150px; overflow:hidden;}
.code img{ display:block; width:150px; height:150px; border:5px solid #d9d9d9;}
.code em{ display:block; font:14px "Microsoft Yahei"; text-align:center; line-height:40px; height:40px; overflow:hidden; color:#666;}
.foot{ height:60px; font:14px "Microsoft Yahei"; line-height:60px; color:#fff; overflow:hidden;}
.foot em{ float:right; display:inline-block;}
.foot a{ color:#fff; padding:0 10px;}
/*底部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:20px auto;}
.container-left{width:250px;margin-right:30px;}
.container-right{flex:1;overflow:hidden; margin-top:20px;}


/* 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;}
.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;}