@charset "utf-8";
@import url("swiper.min.css");
@import url("bootstrap.css");
@import url("global.css");
/* Width Style*/
.W940{width: 940px;}
.W580{width: 580px;}
.W585{width: 585px;}
.W220{width: 220px;}
.W200{width: 200px;}
/****导航****/
.header{width: 100%; height: 100px; position: relative; z-index: 1000;}
.sjfb_header{position:absolute;}
.sjfb_header .container{margin-top: 20px;}
.sjfb_header a{color: #fff!important;}
.sjfb_header a:hover{color: #fff!important;}
.sjfb_header .nav .active{border-color: #fff!important;}
.sjfb_header .navbar_nav li:after{background-color: #fff!important;}
/*.header:hover{background:rgba(9,109,217,0.95);transition:all 0.4s;}
.header:hover #navToggle span,.header:hover #navToggle span:before,.header:hover #navToggle span:after{-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;display: block;background:#999;}
.header:hover .logo .img1{display: none;transition:all 0.4s;}
.header:hover .logo .img2{display: block;transition:all 0.4s;}
.header:hover .navbar_nav li a,.header:hover .tool a{color: #333;}
.header:hover .navbar_nav li:hover a{color:#008DDD;} */
/*logo*/
.header .logo{width: 520px;}
.header .logo a img{margin-top: 15px;}
.header .logo .img2{display: none;}
/*tool*/
.header .tool a{display: inline-block; line-height: 100px; font-size: 16px; color: #333;}
.header .tool a:hover{text-decoration: none;}
.header .tool .phone{margin-right: 20px;}
/*nav*/
.header .nav{-webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; line-height: 60px; display: block; margin-top: 15px;}
.header .nav .active{border-bottom: 3px solid #1890FF; height: 60px; color: #1890FF;}
.header .navbar_nav li{float: left; position: relative; display: block;}
.header .navbar_nav li:after{content: ""; width: 0; height: 3px; background: #1890FF; position: absolute; bottom: 0px; left: 45%; transition: all 0.5s ease 0s; border-radius: 100px;}
.header .navbar_nav li:hover:after{width: 120%; left: -10%;}
.header .navbar_nav li a{text-decoration: none; height: 60px; margin: 0 20px; display: block; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; color: #333; font-size: 16px; font-weight: bold;}
.header .navbar_nav li:hover a{color: #1890FF;}
.header .navbar_nav li.dropdown{display: inherit; position: relative;}
.header .navbar_nav li.dropdown .dropdown_menu{display: none; position: absolute; top: 60px; width: 100%; background: #fff; box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.08); width: 120%; left: -10%; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
.header .navbar_nav li.dropdown .dropdown_menu a{font-size: 14px; color: #666; padding: 0 10px; line-height: 40px; text-align: center; background: #fff; margin: 1px; border-radius: 3px;}
.header .navbar_nav li.dropdown:hover .dropdown_menu{display: block; background: #f3f3f3; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{color: #666;}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{color: #fff; background: #096DD9;}
/*白色背景的头部*/
.header.on{background: rgba(9, 109, 217, 0.95); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);}
/* .header.on .logo .img1{display: none;}
.header.on .logo .img2{display: block;} */
.header.on .navbar_nav li a, .header.on .tool a{color: #fff;}
.header.on .navbar_nav li:hover a{color: #fff;}
#navToggle{display: none;}
.m_nav{position: fixed; top: 0px; box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38); width: 100%; height: 100%; background: #fff; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; z-index: 1000; opacity: 1; visibility: visible; margin-top: 0; overflow-y: auto; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; top: 0; transform: translateX(100%);}
.m_nav.open{transform: translateX(0);}
.m_nav .top{height: 60px; padding: 20px; box-sizing: border-box;}
.m_nav .top .closed{width: 30px; height: 30px; vertical-align: middle; float: right; cursor: pointer;}
.m_nav .logo{width: 100%; margin: 0 auto;}
.m_nav .logo img{height: 50px; display: block; margin: 30px auto;}
.m_nav .ul{margin-top: 30px;}
.m_nav .ul li{padding: 0 20px; border-bottom: 1px solid #f5f5f5; transform: translateY(0); transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; opacity: 0;}
.m_nav.open .ul li{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
.m_nav .ul li a{display: block; text-decoration: none; color: #333; font-size: 16px; height: 50px; line-height: 50px; width: 100%;}
.m_nav .ul li .dropdown_menu{display: none;}
.m_nav .ul li.dropdown.active .dropdown_menu{display: block;}
.m_nav .ul li .dropdown_menu a{display: block; height: 50px; line-height: 50px; padding: 0 40px; box-sizing: border-box; border-bottom: 1px solid #f5f5f5;}
.m_nav .ul li .dropdown_menu a:last-child{border: none;}
/*focus 焦点图*/
.banner .swiper-container{width: 100%; height: 400px; color: #fff; text-align: center;}
.banner .pagination{position: absolute; z-index: 20; width: 100%; text-align: center; bottom: 100px; display: block;}
.banner .swiper-pagination-switch{display: inline-block; width: 35px; height: 6px; margin-right: 10px; opacity: 0.8; cursor: pointer; background: rgba(0, 0, 0, .4); border-radius: 50px;}
.banner .swiper-active-switch{background: #008DDD;}
.banner:hover .arrow-left, .banner:hover .arrow-right{display: block;}
.arrow-left, .arrow-right{position: absolute; left: 50px; top: 50%; margin-top: -25px; width: 15px; height: 50px; z-index: 10; cursor: pointer; transform: rotate(-90deg); display: block;}
.arrow-right{left: auto; right: 50px; transform: rotate(90deg); top: 45%;}
.arrow-left .iconfont, .arrow-right .iconfont{font-size: 46px; color: rgba(255, 255, 255, .8);}
.Txt1{text-align: left;}
.swiper-pagination {text-align: center;}
.swiper-container-horizontal > .swiper-pagination {text-align: center;bottom:20px;}
.swiper-pagination-bullet {background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0; border-radius: 10px; height: 10px; width: 10px;}
.swiper-pagination-bullet-active {background: #fff none repeat scroll 0 0;width: 20px;}
/*焦点图文字样式 */
.Txt1 h1{color: #fff; font: bold 56px/100% Arial; padding-top: 175px; padding-bottom: 10px;}
.Txt1 .p1, .Txt1 .p2{color: #fff; font: 100 30px/200% microsoft yahei; padding-bottom: 10px;}
.Txt1 .p2{font: 100 21px/100% microsoft yahei;}
.Txt1 .btn1{margin-top: 45px;}
.Txt1 .btn1 a{background: linear-gradient(to right, #F4E902, #EB903C); border-radius: 100px; color: #fff; font-size: 16px; padding: 11px 40px; text-decoration: none; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s; display: inline-block;}
.Txt1 .btn1 a:hover{margin-top: -8px;}
/* Title Style*/
.Title1{width: 400px; margin: 40px auto 30px; text-align: center;}
.Title1:before{content: ""; display: table; width: 100%; top: 13px; height: 1px; background: #D6DFEA; position: relative; z-index: -1;}
.Title1 h1{font-size: 26px; color: #2B2D3B; text-align: center; line-height: 26px; padding: 0 20px; background: #F5F9FB; display: inline-block; position: relative;}
.Title1 h1:before, .Title1 h1:after{content: ""; display: block; width: 1px; height: 10px; top: 7px; left: 0; position: absolute; background: #D6DFEA;}
.Title1 h1:after{right: 0; left: auto;}
.Title2{font-size: 18px; color: #1F3149; letter-spacing: 0; line-height: 45px; position: relative; padding-left: 12px;}
.Title2:before{content: ""; display: table; width: 3px; height: 18px; top: 13px; left: 0; position: absolute; background: #1890FF;}
.Title3 h2{font-size: 26px; color: #2B2D3B; text-align: center; line-height: 33px; padding: 0 18px; background: #F5F9FB; display: inline-block; position: relative;}
.Title3 h2:before{content: ""; display: block; width: 3px; height: 22px; top: 5px; left: 0; position: absolute; background: #1890FF;}
.Title3 a,.at-btn a{background: #FF7567; border-radius: 2px; border-radius: 2px; width: 90px; line-height: 36px; float: right; color: #fff; text-align: center; transition: all 1s;}
.Title3 a:hover,.at-btn a:hover{opacity: 0.8;color: #fff!important;}
.at-btn a{float: none;display: inline-block;margin: 15px auto;line-height: 30px;color:#fff!important}
.at-btn a.blue{color: #1890FF;border: 1px #1890FF solid;background: #1890FF;}
.Title4{font-size: 18px;color: #1F3149;letter-spacing: 0;line-height: 45px;position: relative;text-indent: 30px;}/**诚信管理**/
.Title4_ico1{background: url(../images/zzsjfbImage/ico.png) 0 10px no-repeat;}
.Title4_ico2{background: url(../images/zzsjfbImage/ico.png) 0 -40px  no-repeat;}
.Title4_ico3{background: url(../images/zzsjfbImage/ico.png) 0 -90px  no-repeat;}
.Title4_ico4{background: url(../images/zzsjfbImage/ico.png) 0 -140px  no-repeat;}


.Title5{padding-left:16px;font-weight:400;box-sizing:border-box;position:relative;margin: 10px 0 15px;}
.Title5:before{content:'';width:5px;height:24px;position:absolute;left:0;top: 7px;background:rgba(34,151,254,1);background-image:linear-gradient(to bottom,#74afff 0%, rgba(34,151,254,1) 100%);border-radius:4px;}
.Title5.white:before{background:#fff}
.Title5>.cn{float:left;font-size:21px;font-weight:700;line-height:38px}
.Title5>.More1{float:right;margin:6px 0;}
.Title6{width:400px;font-size:28px;margin: 60px auto 65px;text-align: center;position: relative;}
.Title6:after{content: "";display:block; width:50px;left:44%; bottom:-10px; height:3px; background: #1890FF;border-radius:100px; position: absolute; z-index: -1;}

/* Form Style*/
.Search{width:700px;margin: 0 auto;padding:30px 0;}
.Search .TxtInput{border:1px solid #EEEEEE;width: 600px;height: 40px;line-height: 40px;overflow:hidden;text-indent:10px;font-size:14px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;background:rgba(255,255,255,0.8);transition:all 0.8s;outline: none;}
.Search .SeachMore{height:40px;width:100px;border:none;color:#fff;font-size: 16px;cursor:pointer;background:#F52F3E;border-top-right-radius: 3px;border-bottom-right-radius: 3px;transition:all 1s;text-align: center;}
.Search:hover .SeachMore{background-color:#0984E0;}
.Search:hover .TxtInput{border-color:#0984E0;}


/**公众咨询**/
.notice-list{background-color:#fcfcfc;border:1px solid #eee;color:#666;font-size:0.875em;line-height:2em;padding:10px}
.write-input.left{padding-right:40px}
.write-input .long-input{width:580px}
.write-input input,.write-input select{width:270px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:3px;border:1px solid #ccc;height:38px;border-radius:5px;line-height:24px;background-color:#fff}
.write-input input[type="radio"]{width:18px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;vertical-align:top;margin-left:0;height:18px;border-radius:100px}
.write-input input[type="checkbox"]{width:18px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;vertical-align:top;margin-left:2px;height:18px}
.write-input textarea{width:270px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:3px;border:1px solid #ccc;height:38px;line-height:24px;border-radius:5px;height:100px}
.write-input .long-textarea{width:580px}
.write-input label{font-size:.875em;padding-right:15px;display:inline-block}
.check-button{display:inline-block;padding:15px 0 5px 0}
.button-wrap{padding:20px;border:1px solid #f0f0f0;background-color:#f8f8f8;text-align:center;width:100%;margin:20px auto}
.button-wrap .button,.lm-search-bar .button{background-color:#0984E0;line-height:40px!important; height:40px;text-align:center;font-size:14px;color:white!important;cursor:pointer;padding:0 30px;border-radius:3px;margin:0 auto;display:inline-block;float:none;outline:none;transition:all .6s;border:none;}
.button-wrap .button:hover,.lm-search-bar .button:hover{background-color:#F52F3E; text-decoration:none;color:white!important;}
.detail-wrap{background-color:#fcfcfc;padding-bottom:30px}
.detail-wrap .title{color:#444;margin:20px 30px 0 30px}
.detail-wrap .tiplabel{display:block;line-height:2em;border-bottom:1px solid #eee;color:#888;margin-bottom:5px}
.detail-wrap .date{color:#999;float:right;}
.detail-wrap .reply{color:#BD7E1E;}
.fanhui{padding:0px 20px 0px 15px;height:48px;line-height:48px;font-size:16px; text-align:center;float:right;background:url(../images/Ico.png) 20px -1080px no-repeat #F52F3E;font-weight:normal!important;color:#fff;transition:all .6s;}
.fanhui:hover{background-color:#2297FE;}
.lm-search-bar input,.lm-search-bar select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:3px;border:1px solid #ccc;height:38px;border-radius:5px;background-color:#fff;}
.searchresult li{border:1px solid #ccc;border-top:none;background:#fefefe;line-height:34px;padding-left:8px;color:#888;display:block}
.search_inputs{list-style: none;}
.search_inputs li{width:400px;float:left;margin-left:20px}
.search_inputs li p{float:left;line-height:38px;margin-bottom:15px;width:100px}
.cm-input{height:38px}
.cm-input .btn{border: 1px solid #ccc; width: 290px!important; border-radius: 4px; background: none;height:38px;}
.cm-input .dropdown-menu li{margin:0;}
.cm-btn{height:38px;margin:0;padding:0}
.vF_detail_header h3{font-size:20px;line-height:36px;font-weight:bolder;color:#383940;word-wrap:break-word;margin-bottom:20px;margin-top:20px;width:98%;text-align:center;}
.text_center{text-align: center;}
.text_money{text-align: right;}
.text_width{width: 200px;word-break: break-all}
#code{width: 66px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        color: #555;
        cursor: pointer;
    }
.select2-container .select2-selection--single {
  height: 38px;
  line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px;
}
.vF_detail_header h3 {
    font-size: 17px;
}



/* 查看详情、预约演示 按钮*/
.More01{width: 200px; height: 30px; text-align: center;}
.More01 a{width: 45%; color: #EB903C; font-size: 14px; line-height: 30px; transition: all .6s; display: inline-block; height: 30px; position: relative; border: 1px solid #EFBC20; border-radius: 100px; text-decoration: none; color: #EB903D; margin-left: 10px;}
.More01 a:first-child{background: linear-gradient(to right, #F4E902, #EB903C); color: #fff; margin-left: 0;}
.More01 a:hover{background: #EB903C; color: #fff;}
.baohan{height: 345px; padding: 5px 5px 10px;}
.baohan .swiper-slide{background: #FFFFFF; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; border-radius: 2px;}
.swiper-button-prev, .swiper-button-next{height: 60px; width: 30px; background: url(../images/htrzImage/BtnLeft.png) 5px center no-repeat rgba(214, 223, 234, 0.2); border-radius: 0 100px 100px 0; left: 5px; top: calc(50% - 10px)}
.swiper-button-next{transform: scaleX(-1); left: auto; right: 5px;}
.daikuan{height: 345px; padding: 5px 5px 10px;}
.daikuan .swiper-slide{background: #FFFFFF; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; border-radius: 2px;}
.jigou{padding: 5px 5px 10px;}
.jigou .swiper-slide{background: #FFFFFF; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06); border-radius: 2px; border-radius: 2px; height: 90px; display: flex; align-items: center; justify-content: center;}
.jigou .swiper-slide img{width: 160px;}

/** List Style**/
.jr_list{padding: 5px 0 0}
.jr_list ul{margin: 0; padding: 0; width: 100%;}
.jr_list hr{border-color: #E3EDF7;}
.jr_list li{margin: 0 19px 20px 0;box-sizing: border-box;display: inline-block;padding: 12px 18px;width: 380px;height: 310px;background: #fff;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);text-align: left;position: relative;transition: all 1s}
.jr_list li:nth-child(3n+3){margin-right: 0;}
.jr_list li:hover{box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);}
.jr_list li:hover .bijiao{display: block;}
.jr_list_img{vertical-align: top; text-align: center; height: 46px;}
.jr_list .bijiao{position: absolute; top: 0;right: 14px;transition: all 1s;padding: 8px;width: 44px;height: 50px;color: #fff!important;line-height: 16px;text-align: center;display:none;opacity: .8;background: url(../images/htrzImage/ico_bijiao.png) no-repeat;background-size: 42px 50px;}
.jr_list h2{margin: 13px 0; font-size: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.jr_list .lilv{height: 56px; overflow: hidden; color: #666;}
.jr_list .lilv .lilv_l, .jr_list .lilv .lilv_r{display: inline-block; height: 56px; width:28%; font-size: 14px;}
.jr_list .lilv .lilv_r{width:42%;}
.jr_list .lilv .red{color: rgb(255, 82, 65);}
.jr_list .lilv .yellow{color: rgb(255, 174, 65);}
.jr_list .lilv .highlights{font-family: PingFangSC-Regular, sans-serif; overflow: hidden; white-space: nowrap; font-size: 26px; font-weight: 700;}
.jr_list .lilv .unit{font-weight: 700; font-size: 14px;}
.jr_list .desc{margin-top: 5px; color: #161616; line-height: 26px;}
.jr_list .desc p{position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.jr_list .title{margin-top: 5px; color: #161616; line-height: 26px;}
.jr_list .title p {position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size: 20px;color: #1F3149;font-weight:bold;margin: 10px 0px 10px 0px}
.jr_list .btn, .jr_titlebox .btn{position: absolute; bottom: 30px; left: 20%; margin-left: -10%; display: inline-block; width: 80%; line-height: 30px; height: 40px; border: 1px solid #1890FF; color: #1890FF; background: #fff; cursor: pointer; text-align: center;}
.jr_list .btn:hover, .jr_titlebox .btn:hover{color: #fff!important; background: #1890FF;}

/**产品内容**/
.jr_titlebox{border-bottom: 1px solid #E2ECF7;height:65px;position:relative;overflow: hidden;}
.jr_titlebox .jr_list_img{float:left;margin:10px;border-right:1px solid #e5e5e5;padding-right:8px;}
.jr_titlebox h2{float:left;margin-top:18px;font-size:21px;}
.jr_titlebox .btn{bottom: 18px;right:10px;left:auto;width: 100px;height:32px;line-height: 20px;background: #FF7567;border-color:#FF7567;color: #fff!important;}
.jr_titlebox .btn:hover{background-color: #FF7567; opacity: .8;}
.jr_titlebox .btn:focus{box-shadow:none;}
.jr_info{padding: 0;}
.jr_info_left{width:600px;height:120px; padding:60px 35px; float: left;}
.jr_info_left ul{margin:0;padding:0;}
.jr_info_left li{width:30%;height:80px;box-sizing: border-box; display: inline-block;}
.jr_info_left li:last-child{width:38%;}
.jr_info_left .p1{font-size: 30px; color: #ed3f3f;}
.jr_info_left .p2{font-size: 16px;margin-top: 5px;}
.jr_info_right{width:530px;float: right;border-left: 1px solid #E2ECF7;}
.jr_info_right p{line-height:200%;padding:25px}

/**产品搜索**/
.SearchBox{margin:0;padding:0;}
.SearchBox li{margin:10px 0;display:block;position: relative;}
.SearchBox .serach-title,.serach-selected-title{float:left;font-size: 14px; color: #333; white-space: nowrap; font-weight: 700;width:110px;margin: 3px 0 0 0;}
.SearchBox .serach-item,.serach-selected{width:calc(100% - 130px);display:inline-block}
.SearchBox .serach-item-txt{color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer;margin:0 15px 10px 0;float:left;}
.SearchBox .serach-item-txt span,.serach-selected .selected{padding:3px 10px;display: inline-block;border:1px #E3EDF7 solid;border-radius: 2px;}
.SearchBox .serach-item-txt .active{background: #E6F7FF;color: #1890FF;border-radius: 2px;border:1px #1890FF solid;}
.SearchBox .Search-more{position: absolute;right: 5px;top:3px;color: #008DDD;cursor: pointer;}
.show-more{height:30px;overflow: hidden;}
.serach-selected span.selected{border:1px #1890FF solid;color:#1890FF;background: #E6F7FF;}
.serach-selected span img{margin-left:5px;cursor: pointer;}

/**产品比较**/
.aside-wrap,.aside-left{position:relative;}
.aside-left{right:180px;}
.aside-model{z-index:2005;left:0;width:100%;opacity:.3;background:#000}
.aside,.aside-model{position:fixed;top:0;height:100%}
.aside{width:280px;right:0;border-radius:5px 0 0 5px;opacity:1;background-color:#fff;z-index:2006;overflow-y:auto;transition:width 15s;box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}
.compare-header{height:40px;line-height:40px;border-bottom:1px solid #eee;font-size:16px}
.compare-header img{vertical-align:middle;cursor:pointer}
.split-line{height:18px;background-color:#eee}
.card-wrap{padding:9px;overflow-y:auto;margin-bottom:100px}
.tool-bar{position:fixed;right:280px;top:50%;width:28px;z-index:2006;cursor: pointer;}
.num-unit{font-size:14px;color:#666;margin:0;}
.compare-card {background-color:#fff;margin-top:9px;margin-bottom:9px;padding:4px 8px 18px;box-shadow:0 3px 6px rgba(0,0,0,.2);border-radius:5px;cursor:pointer}
.compare-card__title {height:20px;line-height:20px;color:#333;font-weight:700;font-size: 14px;}
.compare-card__title img {height:20px;width:auto}
.compare-card__tag {margin:10px 0 15px}
.compare-card__tag span {border-radius:2px;background-color:#FF7567;font-size:12px;color:#fff;padding:2px}
.compare-card__item {width:30%}
.compare-card__item span {font-size:15px;color:#333;font-weight:700}
.compare-card__item p,.compare-card__item p span {font-size:12px}
.close-icon {text-align:right}
.compare-table{border-collapse:collapse;width:100%;}
.compare-table tr td,.compare-table tr th{border:1px solid #E2ECF7;height:48px;font-size: 14px;padding:5px 10px;color:#3F536E;line-height: 200%;}
.bg-f7{background-color:#F5F9FB}
.action-wrap{text-align:center}
.compare-table a{color:#1890FF}
.compare-table-num{position: absolute;right: 0;top: -25px;}

/**注册流程**/
.liucheng{position: relative;z-index:10;margin-top:30px;}
.liucheng ul{margin:0;padding-left:100px;text-align:center;background:url(../images/htrzImage/liuchengTitle.jpg) 1px 1px no-repeat #fff;}
.liucheng li{width: 112px;margin:0 50px;height: 140px;display: inline-block;position: relative;}
.liucheng li::after{content:'';width:95px;height:8px;position:absolute;background:url(../images/htrzImage/lcLine.jpg) no-repeat;right:-100px;top:50px;}
.liucheng li:last-child::after{display: none;}
.liucheng span{margin-top: 25px;display: block;text-align: center;}
.liucheng p{margin-top: 13px;font-size: 16px;}



.search-diy { background: transparent!important; border-radius: 0!important; box-shadow: none!important; padding: 0;}
.search-diy .search-submit{ top: 0; }
.search-diy .control-label{ width: auto; }
.search-diy .search-diy-right{float: right;display: flex;align-items: center;}

.search-diy-tabs{border-bottom: none;text-indent: 0;border-radius: 2px;overflow: hidden; margin-bottom: 0;display: inline-block;border: 1px solid #DCDFE3;}
.search-diy .nav-tabs > li{margin-right: 0;}
.search-diy .nav-tabs > li > a{padding: 4px 10px;border:none;margin-right: 0px;font-weight: 500;border-radius: 2px;font-size: 14px;}
.search-diy .nav-tabs{padding:0; background:#F5F9FB;}
.search-diy .nav-tabs > li > a:hover,.search-diy .nav-tabs > li > a:focus{border:none;background: none;}
.search-diy .nav-tabs > li.active > a{background: #1890FF;font-weight: normal;color: #fff;}
.search-diy .control-input{width: 200px;margin-left: 10px;}


.List1 .ico{width: 80px; height: 80px; border: 1px solid #1890FF; margin: 40px auto 30px; text-align: center; line-height: 80px; border-radius: 100px;}
.List1 h2{font-size: 21px; color: #2B2D3B; text-align: center; line-height: 20px;}
.List1 p{font-size: 14px; color: #696E8D; letter-spacing: 0; line-height: 22px; width: 86%; margin: 25px auto;}
.List1 a{font-size: 14px; color: #1890FF; text-align: center; line-height: 45px; border-top: 1px solid #E2ECF7; display: block; width: 86%; position: absolute; bottom: 0; left: 7%;}
.List2 ul{width: 120%;}
.List2 li{width: 460px; margin: 30px 40px 0 0; float: left; height: 130px; overflow: hidden;}
.List2 h3{font-size: 18px; color: #2B2D3B; text-align: center; line-height: 33px; padding: 0 18px; display: inline-block; position: relative;}
.List2 h3:before{content: ""; display: block; width: 6px; height: 6px; top: 12px; left: 0; position: absolute; background: #1890FF; border-radius: 100px;}
.List2 p{font-size: 14px; color: #4A4A4A; text-align: justify; line-height: 24px; margin-top: 5px;}

/*诚信管理列表样式 begin*/
.List3 ul{margin:0;padding:0;}
.List3 li{padding:13px 4px 12px 15px;display:block; transition:all .6s;border-left:2px solid #fff;}
.List3 li:nth-child(even){background-color:#f9f9f9;}
.List3 li:hover{padding-left:23px;background:url(../images/Ico.png) 13px -878px no-repeat #E8F3FC;cursor:pointer;border-left:2px solid #2297fe;}
.List3 li:hover a::before{background:#1890FF;}
.List3 a{display: block;position:relative;}
.List3 a::before{position: absolute;content: '';width: 3px;height: 3px;background: #999;left: -10px;top: 8px;}

.List4 ul{margin:0;padding:0;}/*公告列表样式*/
.List4 li{padding:13px 4px 12px 15px;display:block; transition:all .6s;border-left:2px solid #fff;font-size:14px;line-height:200%;position:relative;}
.List4 li:before{content: "";display: block;width: 3px;height: 3px;top: 25px;left: 6px;position: absolute;background: #999; transition:all .6s;}
.List4 li:hover:before{margin-left:8px;background:#1890FF;}
.List4 li:nth-child(even){background-color:#f9f9f9;}
.List4 li:hover{padding-left:23px;background:#f5f5f5;cursor:pointer;border-left:2px solid #1890FF;background-size:36px;}

.List4 li>a{padding-right:30px;display:inline-block;background:url(../images/play.png) center right no-repeat;background-size:22px;}
.List4 li:hover a{text-decoration:none;color:#1890FF;font-weight:600;}

.List5 ul{margin:0;padding:0;}/*公告列表样式*/
.List5 li{padding:13px 4px 12px 15px;display:block;transition:all .6s;border-left:2px solid #fff;position:relative;}
.List5 li::before{content:'';width: 3px;height: 3px;background: #999;position: absolute;margin: 10px 0 0 -10px;}
.List5 li:nth-child(even){background-color:#f9f9f9;}
.List5 li:hover{padding-left:23px;cursor:pointer;border-left:2px solid #2297fe;}
.List5 a:hover{text-decoration:none;}
.List5 p{color:#999;}
.List5 .tableTit{padding:5px 4px 9px 10px;height:20px;border-bottom:1px dotted #ddd;padding-bottom:10px;margin-bottom:5px;}
.List5 .danwei{margin-right:5px;float:left;width:135px;display:block;overflow:hidden;}
.List5 .name{float:left;display:block;}
.List5 .money{margin-right:10px;float:right;width:70px;display:block; text-align:right;}
.List5 .time{float:right;width:80px;display:block; text-align:center;}


/* 
.lm_title{padding: 20px 0;margin: 0 auto;border-bottom: 1px solid #f5f5f5;}
.lm_title ul{margin: 0 auto;background-color:#f5f5f5;border-radius:50px;width: 365px;}
.lm_title ul li{display:inline-block;text-align: center;}
.lm_title ul li a{display:block;font-size:16px;color:#333;width: 180px;height:45px;line-height:46px;border-radius:50px;}
.lm_title ul li.on a{background: rgba(0, 0, 0, 0) linear-gradient(to right, #2E99F5, #1890FF) repeat scroll 0 0;color:#fff} */

/** Two Columns Style **/
.LmTitle{background:rgba(34,151,254,1);height: 55px;color: #FFFFFF;border-top-right-radius: 12px;border-top-left-radius: 12px;padding: 10px 0 0 15px;}
.LmTitle h2{font-size:21px;font-weight: 600;text-align: left;display: inline-block;width: 100%;}
.LmTitle em{font-family: Impact;font-size: 16px;color: rgba(255,255,255,.4);font-weight: 400;font-style: normal;}
.list>ul{padding-bottom:20px;}
.list>ul>li{width: 90%;margin:0 auto;}
.list>ul>li a[class=title]{width:100%;text-indent:25px;height:42px;line-height:42px;padding:0;border-bottom: 1px solid #eee;display:block;font-size:16px;position:relative;margin:5px 0; transition: all .5s;}
.list>ul>li a[class=title]:after{content:'';width: 9px;height: 9px;position:absolute;right: 20px;top: calc(50% - 5px);border-right: 1px solid #333;border-top: 1px solid #333;transform:rotate(45deg); transition: all .5s;}
.list>ul>li a:hover[class=title]{color:rgba(34,151,254,1);text-decoration:none;border-color:rgba(34,151,254,.61);}
.list>ul>li a:hover[class=title]:after{border-color:rgba(34,151,254,1);}

.list-se{}
.list-se>li{position: relative;	width:90%;margin:0 auto;}
.list-se>li>a{text-indent:30px;height:35px;line-height:35px;display:block;font-size:14px;color:#666;position: relative;transition: all .51s ;}
.list-se>li>a::before{content:"";display:block;width:6px;height:6px;border-radius:100px;left: 15px;position:absolute;background:#ddd;top:15px; transition: all .51s ;}
.list-se>li>a:hover{color:rgba(34,151,254,1);text-decoration:none;background:rgba(34,151,254,.1); border-radius: 6px;font-weight: 600;}
.list-se>li>a:hover::before{background:rgba(34,151,254,1);}

/*诚信管理列表样式 end*/


/** footer Style**/
.footer{padding: 30px 0; margin-top: 30px; text-align: center; background-color: #1890FF; color: #fff; line-height: 30px;}
.footer a,.footer p{color: #fff;}
/** Two Columns Style **/
/* .LmBanner{width: 100%; height: 180px; background: url(../images/htrzImage/lm_banner.png) no-repeat top center;}
.LmBanner h2{padding: 70px 0 20px; font-size: 32px; font-weight: normal!important;}
.LmTitle{background: url("../images/htrzImage/ico_lm.png") 18px 14px no-repeat #1890FF; height: 45px; font-size: 20px; color: #FFFFFF; line-height: 46px; text-indent: 52px;}
.list>ul{padding-bottom: 20px; background: #FFFFFF; border: 1px solid #D6DFEA; padding-top: 10px;}
.list>ul>li{width: 100%; margin: 0 auto;}
.list>ul>li a{width: 100%; color: #2B2D3B; text-indent: 30px; height: 46px; line-height: 46px; display: block; font-size: 14px; position: relative; transition: all 1s}
.list>ul>li a::before{content: ""; display: block; width: 6px; height: 6px; border-radius: 100px; left: 15px; position: absolute; background: #D6DFEA; top: 19px; transition: all 1s;}
.list>ul>li a:hover{color: #096DD9; text-decoration: none; background: #EBEFF5;}
.list>ul>li a:hover::before{background: #096DD9;} */
.content{padding: 10px 20px 20px; font-size: 16px; line-height: 200%;}
.content p, .content span, .content td{line-height: 200%!important; font-size: 16px!important; font-family: "Microsoft Yahei Font", "微软雅黑"!important;}
.content p, .content td{line-height: 180%; font-size: 16px; margin-top: 8px!important; margin-bottom: 8px!important;}
.fenye{padding: 20px 0; text-align: center;}
.fenye a,.fenye input, .fenye select{line-height:20px;margin: 0 1px; font-size: 14px; border: 1px solid #eee; display: inline-block; padding: 5px 15px; border-radius: 2px; transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; cursor: pointer;background:#f9f9f9;}
.fenye a:hover,.fenye input:hover,.fenye select:hover{border: 1px solid #2297fe; background: #2297fe; color: #fff!important;}
.fenye input[disabled]{background:#eee;color:#999;cursor:default;}
.fenye input[disabled]:hover{background:#eee;color:#999!important;cursor:default;border-color:#eee;}

/*联系我们*/
.content_title{font-size: 26px; color: #2b3e50; text-align: center; padding: 20px 0 10px; line-height: 40px;}
.content_title_en{font-size: 16px!important; color: #999; text-align: center; padding: 10px 0 20px;}
.contactt{background: #f9f9f9; padding: 30px 30px 40px; margin: 30px 0; text-align: center;}
.contactt li{background: #fff; width: 29%; height: 180px; margin: 30px 2% 20px; padding: 20px 20px 0; float: left; text-align: center;}
.contactt h2{font-size: 1.2pc;}
.contactt p{margin: 3px 0!important; line-height: 170%!important;}
.contactt .iconfont{display: block; font-size: 56px; margin: 20px; color: #5BC1F2;}
.rzcontent{padding:50px; font-size: 16px; line-height: 250%;}
.rzcontent h2{font-size:26px;line-height:300%;position:relative;z-index:2;display:flex;margin-top:20px;}
.rzcontent h2 > span{position: absolute;left: 5px;font-size:100px;z-index: -1;color:#E6EEFF;bottom: 20px;font-weight:600;}
.rzcontent h3{margin-top:10px;font-size:18px;color:#000;line-height:200%;}
.rzcontent img{margin:20px 40px}
.rzcontent p{line-height: 250%;color:#666; font-size: 16px!important; font-family: "Microsoft Yahei Font", "微软雅黑"!important;text-indent:28px;}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
	.header {
		padding: 0 10px;
		height: 100px;
	}
	.header .nav, .header .tool {
		display: block;
	}
	#navToggle {
		display: none!important;
	}
	/**轮播样式**/
	.banner .swiper-container {
		height: 400px;
	}
	.banner .pagination {
		bottom: 100px;
	}
	.Txt1 h1 {
		color: #fff;
		font: bold 42px/100% Arial;
		padding-top: 175px;
	}
	.Txt1 .p1, .Txt1 .p2 {
		color: #fff;
		font: 100 26px/200% microsoft yahei;
	}
	.Txt1 .p2 {
		font: 100 21px/100% microsoft yahei;
	}
	.Txt1 .btn1 {
		margin-top: 45px;
	}
	.Txt1 .btn1 a {
		font-size: 16px;
		padding: 11px 40px;
	}
	/**bottom样式**/
	.footer_top dl {
		display: block;
	}
	.footer .footer_ban .footer_ban_r {
		float: right!important;
	}
	.float_box {
		display: block!important;
	}
}

.nodata {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	background: url("../images/htrzImage/nocontent.png") #fff no-repeat center center;
	border-radius: 2px;
	text-indent: -9999px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
}

.fenye a:disabled{border:1px solid #ddd;background:#f8f8f8!important;color:#666;}