@charset "utf-8";
/* CSS Document */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup,i{font-style:inherit;font-weight:inherit;}
*{box-sizing: border-box;font-size:14px;line-height:1em;}
html, body {min-height: 100%;}
body{min-width:1400px;}
body {font:14px/1.5 "Microsoft YaHei";font-size:14px;color:#333;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol,li{list-style: none;}
img {border: none;vertical-align: middle;}
a {text-decoration: none;color: #333;}
b{font-weight:normal;}
table {border-collapse: collapse;table-layout: fixed;}
tr,td{padding:0 !important;}
input, textarea {outline: none;border: none;}
textarea {resize: none;overflow: auto;}
.fl{float: left}
.fr{float: right}
.tl{text-align: left;}
.tc{text-align: center}
.tr{text-align: right;}
.cl{clear:both;}
.ov{overflow:hidden;}
.dfc{display:flex;align-items:end;justify-content:center;}
.dfv{display:flex;align-items:center;justify-content:center;}
.dfs{display:flex;align-items:end;justify-content:space-between;}
.dfsv{display:flex;align-items:center;justify-content:space-between;}
.dfe{display:flex;align-items:end;justify-content:end;}
.db, .lb, .dd{font-size:0;}
.db>div, .lb>li, .dd>dl{display:inline-block;vertical-align:top;}
em, .em,i{text-transform:uppercase;font-family:arial;vertical-align:top;display:block;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.inline{display: inline-block;*display: inline;*zoom: 1;}
.page,.w1400{width:1400px;margin:0 auto;}
:focus {outline:none;background-color:transparent;}
::selection{background:#0194e1;color: #fff;}

/*headr*/
.headr{}
.h_adw{padding:35px 0;height:150px;min-width: 1200px;position: relative;}
.logo{position:absolute;left:0;display: flex;align-items: center;}
.logo i{margin: 0 31px 0 20px;}
.logo p{}
.logo p b{font-size: 2.0834vw;display: block;margin-bottom: 9px;}
.logo p span{font-size: 0.886vw;display: block;font-weight: 100;color: #b1b1b1;letter-spacing: 1px;}
.logo img{}

.nav{position: absolute;right: 0vw;height: 100%;top: 0;}
.nav>ul{float: left;}
.nav>ul>li{float:left;display:block;position: relative;transition: 0.4s;}
.nav>ul>li a{color:#222;font-size:16px;transition: 0.4s;line-height: 150px;position: relative;}
.nav>ul>li:after{width: 100%;height: 2px;position: absolute;bottom: 0;left: 0;transform: scale(0);background:#0194e1;content:'';}
.nav>ul>li+li{margin-left:30px;}
.nav>ul>li a em {font-size: 0;margin-right: 5px;transition: 0.3s;opacity: 0;display: inline-block;line-height: 150px;}
.nav .cur{transition: 0.4s;}
.nav .cur a,.nav>ul>li:hover a{color: #0194e1;transition: 0.4s;}
.nav .cur:after,.nav>ul>li:hover:after{transform: scale(1);transition: 0.4s;}

.icon_box{align-items: center;}
.icon_box>div{position:relative;height: 150px;display: flex;align-items: center;}
.icon_box>div:first-child{margin:0 0 0 1.77vw;}
.icon_box>div+div{padding-top: 0;}
.icon_box>div i{}
.icon_box>div:hover i{}
.iser_box,.itel_box{background: rgb(1 148 225 / 80%);position:absolute;top: 150px;right:0;padding:30px;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;z-index: 9;}
.icon_box>div:hover .iser_box,.icon_box>div:hover .itel_box{transform:rotateX(0deg);}
.itel_box{width: 250px;text-align: left;}
.itel_box p{color: #fff;position:relative;padding-left: 3px;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.itel_box em{font-family:'Impact';font-size: 29px;color: #fff;margin-top:10px;display: block;}
.itel_box em+em{letter-spacing: 0.9px;}

@media screen and (max-width: 1200px) {
    .logo,.top .fl{left: 2%;}
    .nav,.top .fr{right: 2%;}
}
@media screen and (max-width: 1300px) {
    .logo,.top .fl{left: 2%;}
    .nav,.top .fr{right: 2%;}
}
@media screen and (width: 1200px) {
    .logo,.top .fl{left: 2%;}
    .nav,.top .fr{right: 2%;}
}

/*导航下拉*/
.nav>ul>li .sedNav {width:360px;height:0;position: absolute;background: rgba(255,255,255,0.9);right:-30px;top: 145px;z-index: 99;overflow: hidden;opacity: 0;transition:0.5s;}
.nav>ul>li .sedNav button{width:120px;height:30px;border:none;background:#eee;margin-top:20px;padding: 0;}
.nav>ul>li .sedNav button a{width:100%;height:100%;line-height:28px;}
.nav>ul>li:hover .sedNav{padding:30px;opacity: 1; height:auto;transition:0.5s;}
.nav li .sedNav p{font-size:18px; font-weight:bold; color:#222 !important;padding-bottom:8px;}
.nav li .sedNav span{text-transform: uppercase;font-size:12px !important;color:#999;}
.nav li .sedNav span:after{content:"";display: block;  width:30px; height:4px; background:#333; margin-top:20px;}
.nav li .sedNav a {display: block;border:1px #ccc solid;margin-bottom:14px;width:140px;line-height: 34px;color: #fff !important;font-size: 14px;text-align: center;height: 34px;background:rgb(53 59 65 / 80%);}
.nav li .sedNav a:hover {border-color: #0194e1;background-color: #0194e1;}
.nav li .nav2{width:250%;}
.nav li .nav2 a{width:50%; float:left;}
.sedNav_r{margin-left: 10px;}

/*banner*/
.banner{width:100%;height:700px;overflow: hidden;position: relative;z-index:1;}
.banner .bd{position: relative;z-index:2;}
.banner .bd li{min-width:1200px;width:100%;height:700px;}
.banner .bd li img{width:100%;height:700px;}
.banner .hd{width:100%;height:100%;position:absolute;top:0;left:0;}
.banner .hd ul{width:100%;position:absolute;bottom:30px;z-index:3;left: 50%;margin-left: -50%;}
.banner .hd li{width: 30px;height:10px;border-radius:10px;background: #ddd;font-size:0;float: left;transition:all 0.5s;}
.banner .hd li+li{margin-left:10px;}
.banner .hd li.on{background: linear-gradient(to left, #0194e1, #00b5c6);width: 40px;}
.banner .hd a{width:50px;height:100px;border-radius:4px;background: rgba(24, 51, 122, 0.8);position:absolute;top:50%;margin-top:-50px;font-size:26px;color:#fff;text-align: center;line-height:100px;cursor: pointer;user-select:none;opacity:0;transition:all 0.5s;z-index:3;}
.banner .hd a:hover{background: rgb(24, 51, 122);}
.banner:hover .hd a{opacity:1;}

/*search*/
#search {height: 75px;background: #f7f7f7;}
.box{position: relative;}
.search_l {font-size: 14px;color: #333;line-height: 75px;}
.search_l em{float: left;}
.search_l span {color: #333;font-size: 14px;padding-left: 21px;font-weight: lighter;}
.search_l a {font-size: 15px;line-height: 75px;color: #333;font-weight: lighter;}
.search_l a:hover {color: #333;}
.search_r {background: #fff;position: relative;width: 240px;height: 38px;padding-left: 39px;border-radius: 38px;}
.z{position: absolute;top: 0;right: 0;width: 47px;height: 38px;text-align: center;cursor: pointer;}
.z:before{position:absolute;content:'';width: 1px;height: 8px;top: 50%;margin-top: -4px;background: #333;left: 0;}
.z_img{margin-top: 12px;}

/*bt*/
.bt{text-align: center;padding-top: 80px;margin-bottom: 40px;}
.bt b{font-size: 38px;color: #333;display: block;font-weight: bold;}
.bt b strong{color: #0095e1;font-size: 38px;font-weight: bold;}
.bt p{display: block;margin-top: 13px;font-size: 16px;font-weight: 100;}
.bt i{display: block;width: 65px;height: 2px;background: #0095e1;margin: 16px auto 0;}
.bse b,.bse b strong,.bse p{color: #fff;}
.bse i{background: #fff;}

/*num*/
.abt{padding-bottom: 80px;}
.abt .bt{margin-bottom: 19px;}
.abt_con{}
.abt_con p{line-height: 30px;font-size: 14px;font-weight: 100;color: #525252;text-align: center;}
.abt_con em{display: block;text-align: center;margin-top: 33px;}
.num_box{margin-top: 86px;width: 100%;}
.num_box li{text-align: center;}
.num_box p{width: 1px;height: 85px;background: #d6d6d6;}
.num_box i{display: inline-block;}
.num_box i em{font-size: 65px;display: inline-block;vertical-align: baseline;margin-right: 5px;color: #0095e1;line-height: 48px;font-weight: bold;}
.num_box b{display: block;font-size: 16px;color: #84878f;margin-top: 20px;}

/*product*/
.pro_bg{background: #f7f7f7;width: 100%;padding-bottom: 80px;}
.pro_con{}
.pro_tab{width: 300px;background: #0095e1;}
.pro_tle{width: 100%;background: linear-gradient(to top, #0194e1, #00b5c6);text-align: center;padding-top: 41px;color: #fff;padding-bottom: 32px;}
.pro_tle b{font-size: 36px;font-weight: bold;display: block;margin-bottom: 10px;}
.pro_tri{background: #fff;margin: 5px;padding: 20px 26px 30px 27px;margin-bottom: 0;}
.pro_tri table{width: 100%;}
.pro_tri tr,.pro_tri td {width: 100%;display:block;}
.pro_tri tr+tr{margin-top:20px;display:inline-block;}
.pro_tri td a{display: block;line-height: 44px;font-weight: 100 !important;position:relative;background:#0194e1;border-radius: 5px;padding-left: 52px;color: #fff;overflow: hidden;height: 44px;}
.pro_tri td a:before{position:absolute;content: '>';top: 0px;left: 30px;transition:0.3s all ease;color: #0194e1;z-index: 2;transform: scale(1,1.3);font-size: 12px;}
.pro_tri td a:after{position:absolute;content: '';width: 12px;height: 12px;background: #fff;top: 50%;left: 28px;transition:0.3s all ease;border-radius: 100%;margin-top: -6px;}
.pro_tri td:hover a:after{transition:0.3s all ease;}
.pro_lj{background: #fff;margin: 5px;margin-top: 0;padding: 0px 26px 30px;display: inline-block;}
.pro_lj a{display: block;width: 113px;border-radius: 5px;background: #808389;float: left;text-align: center;line-height: 63px;color: #fff;font-size: 16px;}
.pro_lj a+a{background: linear-gradient(to top, #0194e1, #00b5c6);margin-left: 12px;}

.pro_ri{width: 1048px;}
.por_xq{width: 100%;position: relative;padding:74px 6px 6px 73px;height: 392px;overflow: hidden;background: linear-gradient(to bottom, #f7f7f7, #e3e3e3);border: 1px solid rgba(128,128,128,0.5);}
.probtn{position: absolute;top: 50%;z-index: 2;margin-top: -20px;transition:0.4s all ease;cursor: pointer;opacity: 0;}
.probtn em{height: 42px;overflow: hidden;display: block;}
.probtn em img{transform:translate(0);transition:0.4s all ease;}
.pro_btnl{left: 7px;}
.pro_btnr{right: 7px;}
.probtn:hover{transition:0.4s all ease;}
.pro_lb{}
.pro_lb dl{}
.pro_lb dt{float: left;width: 420px;margin-top: 26px;}
.pro_lb dt i{margin-top: 51px;font-size: 24px;display: block;margin-bottom: 18px;}
.pro_lb dt b{font-size: 35px;font-weight: bold;display: block;margin-bottom: 15px;}
.pro_lb dt p{font-weight: 100;line-height: 30px;}
.pro_lb dt a{width:199px;height: 60px;display: block;border-radius: 20px;text-align: center;color: #fff;font-size: 15px;margin-top: 17px;background:url(https://memberpic.114my.com.cn/apsitx/uploadfile/image/20210621/20210621174926_1161991990.png) no-repeat center;line-height: 50px;}
.pro_lb dd{float: right;}
.pro_lb dd img{width: 100%;}
.por_xq:hover .probtn{opacity:1;}

.pro_list{margin-top: 30px;background: #fff;padding: 22px 27px;height: 868px;}
#colee {height: 824px !important;}
.pro_list .tempWrap{width:100% !important;}
.pro_list tr{display: flex;align-items: center;justify-content: space-between;}
.pro_list tr+tr{margin-top: 20px;}
.pro_list td{position: relative;margin-right: 15px;transition: 0.5s;overflow: hidden;width: 100%;display: inline-block;border: 1px solid #eee;}
.pro_list td:last-child{margin-right: 0;}
.pro_list td>a{display: block;overflow: hidden;}
.pro_list td>a>img{width: 100%;transform: scale(1);transition: 0.5s;height: 100%;}
.pro_list td>br{display: none;}
.pro_list td span{padding-top:0px !important;transition:all 0.5s ease;width:100%;}
.pro_list td span a{display:block; width:100%;color:#333;line-height:40px;font-size:14px;font-weight: 100;background:#e7e7e7;}
.pro_list td:hover span a{color:#fff;background:#0194e1;transition: 0.5s;}
.pro_list td:hover a>img{transform: scale(1.2);transition: 0.5s;}

/*sup*/
.ys_c {position: relative;}
.sup{ font-family: "Microsoft Yahei"; line-height:24px; font-size: 16px; position: relative; z-index: 1; clear: both;color: #fff; width: 100%; overflow: hidden; max-width: 1980px; display: block; margin: 0 auto; }
.leit{ width: 100%; overflow: hidden; display: block; height:450px; }
.leit ul{ width: 100%; }
.leit li{ width: 24.947%; float: left; position: relative; cursor:pointer; height: 450px; overflow: hidden; transition:all 0.5s;margin-right: 1px;}
.leit li:last-child{margin-right: 0;}
.leit li img{ display: block; }
.mo{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;background: linear-gradient(to top, #000, transparent);}
.hav{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; }

.shu2{text-align: center;position: absolute;bottom: 41px;left: 50%;margin-left: -50%;width: 100%;}
.leit li:hover{bottom:-100%;}
.shu2 span{font-size:15px;color: #fff;font-weight: 100;line-height: 26px;}

/*合作伙伴*/
.partner{padding-bottom: 80px;}
.partner_box{}
.partner_d{}
.partner_d tr {display: flex;align-items: center;justify-content: space-between;}
.partner_d tr+tr {margin-top: 15px;}
.partner_d td{display:block;overflow:hidden;position:relative;width: 268px;transition: all 0.3s linear;background: #fff;border: 1px solid #f1f1f1;}
.partner_d td a{display:block; position:relative; overflow:hidden; background:#000; transition: all 0.3s linear;}
.partner_d td img{width:100% !important;transition: all 0.3s linear; position:relative; z-index:1;}
.partner_d td br{display:none;}
.partner_d td div{display:none;}
.partner_d td a::before{content:""; display:block; position:absolute; top:0; width:100%; height:100%; background:url(https://memberpic.114my.com.cn/076983422633/uploadfile/image/20201231/20201231094021_1358469127.png) no-repeat center; background-size:200px; z-index:2; filter:Alpha(opacity=0); opacity:0; transition: all 0.3s linear;}
.partner_d td:hover{transition: all 0.3s linear;}
.partner_d td:hover img{transition: all 0.3s linear; filter:Alpha(opacity=20); opacity:0.2;}
.partner_d td:hover a::before{transition: all 0.3s linear; background-size:70px; filter:Alpha(opacity=100); opacity:100;}
.partner_tel{background: linear-gradient(to top, #0194e1, #00b5c6);width: 402px;height: 58px;border-radius: 29px;margin: 50px auto 0;}
.partner_tel em{}
.partner_tel i{color: #fff;font-size: 30px;font-weight: bold;margin-left: 17px;height: 26px;}

/*adv*/
.adv_bg{background: linear-gradient(to bottom, #f7f7f7, #e3e3e3);height: 830px;width: 100%;}
.adv_con{position: relative;display: inline-block;width: 100%;}
.adv_tab{height: 60px;}
.adv_tab li{height: 60px;float: left;cursor: pointer;background: #333;width: calc((100% - 4px) / 4);display: flex;align-items: center;justify-content: center;}
.adv_tab li.on{background: linear-gradient(to top, #0194e1, #00b5c6);}
.adv_tab li em{display: inline-block;font-size: 28px;font-weight: bold;color: #fff;}
.adv_tab li b{color: #fff;font-size: 18px;line-height: 52px;margin-left: 18px;}
.adv_tab li+li{margin-left: 1px;}

.adv_con .tempWrap{width:100% !important;margin-top: 30px;}
.adv_list{}
.adv_list dl{transition: 0.5s;position:relative;width: 1400px !important;}
.adv_list dt{float: left;background: linear-gradient(to top, #0194e1, #00b5c6);width: 50%;height: 459px;}
.adv_list dd{background: #fff;height:459px;width:50%;padding: 92px 46px 0 60px;float: right;}
.adv_list dd em{font-family: "Microsoft YaHei";font-size: 20px;color: #525252;display: block;margin-bottom: 28px;font-weight: 100;}
.adv_list dd b{display: block;font-weight: bold;font-size: 48px;line-height: 40px;margin-bottom: 28px;color: #0194e1;}
.adv_list dd i{background:#d1d1d1;display: block;width: 144px;height: 1px;margin-bottom: 14.5px;}
.adv_list dd p{line-height: 45px;color: #333;font-size: 16px;}

/*case*/
.case{padding-bottom: 80px;}
.case_con{}
.case_tab{}
.case_tab li{position:relative;transition:0.5s;width: 219px;height: 114px;background: linear-gradient(to bottom, #f7f7f7, #e3e3e3);display: flex;align-items: center;justify-content: center;}
.case_tab li a{display:block;align-items: center;}
.case_tab li+li{margin-top: 12.2px;}
.case_tab li em{margin: 0 auto;margin-bottom: 12px;position: relative;z-index: 2;transition: 0.5s;display: block;height: 30px;text-align: center;width: 30px;}
.case_tab li em img{transition: 0.5s;z-index: 3;position: absolute;top: 0;left: 0;}
.case_tab li:nth-child(1) em{width: 49px;}
.case_tab li:nth-child(2) em{height: 45px;}
.case_tab li:nth-child(3) em{width: 45px;height: 45px;}
.case_tab li:nth-child(4) em{width: 45px;}
.case_tab li:nth-child(5) em{width: 36px;height: 46px;}
.case_tab li b{font-size: 18px;color: #333;display: block;transition: 0.5s;font-weight: 100;}
.case_tab li em img:first-child{transition: 0.5s;opacity: 1;transform: rotateX(0deg);}
.case_tab li em img:last-child{opacity: 0;transition: 0.5s;}
.case_tab li:hover{transition: 0.5s;background: linear-gradient(to top, #0194e1, #00b5c6);}
.case_tab li:hover b{color:#fff;}
.case_tab li:hover img:first-child{opacity: 0;transition: 0.5s;transform: rotateX(90deg);}
.case_tab li:hover img:last-child{opacity: 1;transition: 0.5s;}

.case_img{margin-left: 10px;}
.case_list{width: 364px;height: 619px;overflow: hidden;}
.case_list .tempWrap{width:100% !important;}
.case_list tr,.case_list td{display:block;}
.case_list td{position: relative;transition: 0.3s all;overflow: hidden;margin-bottom:17px;}
.case_list td:last-child{margin-bottom:0;}
.case_list td>a{display: block;overflow: hidden;}
.case_list td>a img{transform: scale(1);transition: 0.3s all;}
.case_list td br{display:none;}
.case_list td div{padding-top: 0 !important;width: 100%;transition: 0.3s;z-index: 2;background: #333;}
.case_list td div a{line-height:40px;font-size:16px;display: block;color: #fff;}
.case_list td:hover a img{transform: scale(1.1);transition: 0.3s all;}
.case_list td:hover div{bottom: 0;transition: 0.3s all;}

/*news*/
.news_bc {background: #f8f8f8;overflow: hidden;padding-bottom: 80px;}
.news_cc {margin-top: 59px;}
.news_cc .news_div {display: flex;width:100%;}
.news_cc .news_div .news_div_item {width: 32%;flex-shrink: 0;display: flex;flex-direction: column-reverse;position: relative;padding:0 0.2%;}
.news_cc .news_div .news_div_item .news_div_item_pic {width: 100%;}
.news_cc .news_div .news_div_item .news_div_item_pic img {width: 100%;}
.news_cc .news_div .news_div_item .news_div_item_date {display: flex;position: absolute;bottom: 249px;left: calc(5.5% + 36px);;background: #0194e1;width: 80px;height: 80px;align-items: center;justify-content: center;}
.news_cc .news_div .news_div_item .news_div_item_date .news_div_item_day {position: absolute;bottom: 9px;left: 30%;font-size: 26px;color: #fff;font-family: "Arial";font-weight:bold;}
.news_cc .news_div .news_div_item .news_div_item_date .news_div_item_year,.news_cc .news_div .news_div_item .news_div_item_date .news_div_item_month {color: #fff;font-size: 15px;margin-bottom: 28px;}
.news_cc .news_div .news_div_item .news_div_item_title a {font-size: 19px;color: #313131;padding-top: 26px;padding-bottom: 14px;display: block;position:relative;}
.news_cc .news_div .news_div_item .news_div_item_body {font-size: 16px;line-height: 29px;color: #9e9e9e;height: 116px;overflow: hidden;}
.news_cc .news_div .news_div_item .news_div_item_content {padding: 30px;border: 1px solid rgba(0,0,0,0.05);padding-bottom:72px;background: #fff;}
.news_cc .news_div .news_div_item .news_div_item_title a:after {position: absolute;content: "查看更多";font-size: 16px;color: #0194e1;bottom: -155px;left: 17px;}
.news_cc .news_div .news_div_item .news_div_item_title a:before {position: absolute;content: "+";font-size: 16px;color: #0194e1;left: 0;bottom: -154px;font-weight:bold;}
.news_cc .slick-prev:before,.news_cc .slick-next:before{color: #0194e1;opacity:0;transition:all ease 0.5s;}
.news_cc .slick-prev{left:-32px;}
.news_cc .slick-next {right: -19px;}
.news_cc:hover .slick-prev:before,.news_cc:hover .slick-next:before{opacity:1;}
.news_cc .news_div .news_div_item .new_column {position: absolute;bottom: 30px;right: 50px;}
.news_cc .news_div .news_div_item .new_column a {font-size: 16px;color: #a9a9a9;}
.news_cc .news_div .news_div_item .news_div_item_date:before {position: absolute;content: "";font-family: "jdf";top: 44px;left: -36px;width: 36px;height: 36px;color: #fff;font-size: 18px;text-align: center;line-height: 36px;background: #333 url(https://memberpic.114my.com.cn/apsitx/uploadfile/image/20210624/20210624090227_641636989.png) no-repeat center;}

/*link*/
.link {width:100%;height: 63px;background: #0194e1;}
.link_til {background:url(https://memberpic.114my.com.cn/apsitx/uploadfile/image/20210624/20210624090227_87632001.png) no-repeat;background-position: left;padding-left:30px;font-weight: normal;font-size:18px;color: #fff;line-height: 63px;}
.link_til span { font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin-left:10px;}
.link_nor { width:1270px;color:#fff;}
.linkTagcs li a { color:#fff !important;font-size: 14px;}

/*版权*/
.copyright{background: #222;}
.crcon{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; position:relative;}

.kslj{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;box-sizing:border-box;width:874px;padding-top: 70px;color: #fff;}
.kslj i{width: 1px;height: 235px;background: #444;}
.kslj p{font-size:18px;display: block;margin-bottom: 34px;}
.kslj a{display:block;font-size:14px;color: #999;line-height:36px;margin-left: 5px;}
.kslj a:hover{ color:#fff;}

.crc_l {width: 63%;}
.end{}
.end,.end a{line-height: 70px;color:#999999;font-size: 14px;}
.crc_r{margin-top: 70px;padding-bottom: 58px;}
.crcode{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;margin-top: 46px;}
.crcode li{text-align: center;width: 130px;height: 158px;padding-top: 10px;background: #fff;}
.crcode li+li{margin-left: 10px;}
.crcode li img{width:107px; height:107px;border: 1px solid #eee;}
.crcode li span{display:block;font-size:14px;line-height:15px;color: #333;margin-top: 15px;}
.cr_t{font-size:18px;color: #fff;}
.crcontact{margin:15px 0 25px 0;}
.crcontact p{font-size: 17px;color: #333;line-height: 28px;}