/*样式初始化及公共样式部分*/
*{ margin:0px; padding:0px; }
body{ color:#333; font-size:13px; margin:0 auto; background-color:#fff; font-family:"Microsoft YaHei"; overflow-x:hidden; }
a{ color:#333; text-decoration:none; }      /*定义全局链接颜色*/
a:hover{ color:#1857a4; transition:0.3s all; }      /*定义全局链接鼠标滑过颜色*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0px; padding:0px; list-style:none; border:0px; }    /*主要标签的样式初始化*/
address, caption, cite, code, dfn, em, strong, th, var, optgroup, i{ font-style: inherit; font-weight: inherit; }

.cl{ clear: both; height:0px; }  /*清除左右浮动*/
.fl{ float:left; }     /*定义左浮动*/
.fr{ float:right; }     /*定义右浮动*/
#copy{ display:none; }      /*隐藏后台自带版权DIV*/
.page{ width:1300px; margin:0 auto; height:auto; overflow:hidden; }
.page1{ width:1300px; margin:0 auto; }
.box,.news,.footer1{ width:1300px; margin:0 auto; height:auto; overflow:hidden; }    /*定义版面统一宽度*/
.top20{ margin-top:20px; }    
.top30{ margin-top:30px; }
.top40{ margin-top:40px; }
.top50{ margin-top:50px; }
.top60{ margin-top:60px; }
.top65{ margin-top:65px; }


/*抬头*/
.top_bg{ width:100%; height:44px; line-height:44px; background:#f1f1f1; color: #888888; }
.top_bg a{ color: #888888; }
.top_bg a:hover{ color: #06aa47; }
.top_r a{ display: block; float: right; padding-left: 40px; padding-right: 15px; }
.top_fed{ background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200927/20200927191406_170406560.png) no-repeat 20px center; }
.top_bm{ background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200927/20200927191407_1348628457.png) no-repeat 20px center; }
.top_map{ background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200927/20200927191407_334024531.png) no-repeat 20px center; }


.logo {margin: 42px 0;}
.name{ font-size: 22px; line-height: 32px; color: #999; background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200927/20200927191407_1727848014.png) left no-repeat; margin-top: 44px; padding-left: 26px; height: 70px; margin-left:22px; }
.name p{ padding-bottom: 6px; font-size: 32px; font-weight: bold; color: #06aa47; }
.tel{ padding-left: 50px; margin-top:28px; font-size: 15px; background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200927/20200927191407_1950832391.png) no-repeat left center; color: #666; }
.tel p{ font-size: 36px; color:#06aa47; font-family:arial;}
.name p span {color: #ff9000;}


.nav_bg { background: #0a9d44; height: 70px; }
.nav { }
.nav #NavCeshi { position: relative; }
.nav > ul > li{ float: left; width:108px; position: relative; }

.nav > ul > li > a{ text-align: center; display: block; font-size: 16px; color: #fff; height: 70px; line-height: 70px; position: relative; z-index: 33; transition: 0.3s all ease-in-out; }
.nav #NavCeshi .block{ height: 5px; background: #ff9000; position: absolute; bottom: 0px; }
.nav > ul > li:hover > a,.nav > ul > li.navcurrent > a{ color: #fff; font-weight: bold; }
.erji_menu { display: none; position: absolute; left: 0; width: 100%; z-index: 1111; top: 70px; }
.erji_menu ul li a{ display: block; text-align: center; font-size: 14px; color: #fff; line-height: 50px; margin-bottom: 1px; background: rgba(0,0,0,0.8); transition:0.3s all ease-in-out; font-weight: 100; }
.erji_menu ul li a:hover{ background: rgba(48,129,238,0.8)}



/*幻灯片开始*/
.banner-box{ min-width:1200px; height:650px; position:relative; overflow:hidden; background:#eee; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:650px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn{ width: 100%; position: absolute; top: 274px; left: 0; margin-left: 0; height: 356px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; }
.banner-btn a.prev{ left:-50px; background:url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200927/20200927192506_1568045185.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200927/20200927192506_1568045185.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center; }
.banner-box .hd ul li{ width:100px; height:6px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; }
.banner-box .hd ul li.on{ background:#06aa47; width: 100px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }


/*搜索*/
.search_bg { position: relative;background: #f1f1f1;}
.search .fl strong { display: inline-block; line-height: 72px; color: #666; font-size: 16px; margin-right: 6px; }
.search .fl a { display: inline-block; line-height: 72px; color: #666; font-weight: 100; font-size: 14px; }
.search .fl a:hover{ color: #00923f; text-decoration: underline; }
.search .fl{ color: #777}
.search-right{ height: 70px; }
.search-right form { float: right; display: block; width: 370px; margin: 0; position: relative; }
.search-right form #search-i { background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200927/20200927193025_1713188060.png) no-repeat center; width: 36px; height: 45px; position: absolute; right: 16px; top: 12px; overflow: hidden; display: block; transition: 0.3s all ease-in-out; }
.search-right form #search-i input{ display: block; width: 100%; height: 100%; cursor: pointer; background: none; border: 0 none; }
.search-right form #search-bg input { line-height: 42px; 
    width: 351px; color: #888; background: #fcf9f8; outline: none; border: 1px solid #d9d9d9; padding-left: 16px; margin-top: 12px; border-radius: 40px;     height: 42px; }
/*搜索结束*/

/*特点*/
.dz_bt { text-align: center; color: #333; }
.dz_bt p { font-size: 35px; line-height: 35px; }
.dz_bt em { display: block; width: 90px; height: 1px; background: #333; margin:24px auto 16px; }
.dz_bt span { font-size: 15px;line-height:30px; }
.dz_bt span i { color:#06aa47; }

.dz_li li { float: left; margin-right: 21px; }
.dz_li li:last-child { margin-right: 0px; }
.dz_li li em { display: block; width: 307px; border-right: 1px solid #eee; border-left: 1px solid #eee; border-top: 1px solid #eee; height: 88px; }
.dz_li li:hover em {border-right: 1px solid #06aa47; border-left: 1px solid #06aa47;border-top: 1px solid #06aa47;}
.dz_li li em img {margin: 22px auto 0;display: block;width: 46px;}
.dz_li li p { width: 309px; height: 122px; background: #f1f1f1; text-align: center; }
.dz_li li:hover p {background: #06aa47;color: #fff;}
.dz_li li p span { display: block; font-size: 20px; font-weight: bold; padding:30px 0 10px; }


/*产品中心*/
.product1 { background: #f1f1f1; padding-bottom:60px; }
.prod_row2 { margin-top: 139px; }.prod_bt p { font-size: 40px; font-weight: bold; text-transform: uppercase; color: #ccc; }
.prod_bt a { font-size: 30px; color: #333; font-weight: bold; display: block; padding: 3px 0 10px; }
.prod_bt i { font-size: 16px; color: #333; }
.prod_bt { margin-top: 58px; }

.prod_row2 > .col2 > a { line-height: 45px !important; color: #fff; text-align: center; font-weight: normal !important; font-size: 18px; display: block; transition: 0s; width: 136px; }
.prod_row2 > .col2 > a .en { display: block; color: #fff; text-transform: capitalize; font-weight: 100; line-height: 20px; }
.prod_row2 > .col2 { float: left; background: #05a948; border-radius: 5px; margin-left: 22px; }
.prod_row2 > .col2:first-child { margin-left: 0; }
.prod_row2 > .col2_1{ }
.prod_row2 > .col2 > a:hover { color: #fff; }
.prod_row2 > .col2.on a { color: #fff; }
.prod_row2 > .col2.on, .prod_row2 > .col2:hover { background: #ff9000 !important; } 
.prod_row2 > .col2last { background:#fff; }
.prod_row3 { width: 1300px; height: 814px; position: relative; overflow: hidden; }
.prod_row3 ul li .fl{ position: relative; }
.prod_row3 .prod_list { margin-top: 10px; position: absolute; }
.prod_row3 .prod_list > li{ width: 1300px; float: left; }

.prod_list table tr td { margin-right: 33px; display: block; float: left; margin-bottom: 34px; padding: 10px 10px 0 10px !important; background: #fff url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200928/20200928095002_1472556898.png) no-repeat 368px bottom; }
.prod_list table tr td:hover { background: #06aa47 url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200928/20200928095002_1422046202.png) no-repeat 368px bottom; }
.prod_list table tr td:nth-child(3n) { margin-right: 0px; }
.prod_list table tr td a img { border: 1px solid #eee; width: 389px; height: 291px; }
.prod_list table tr td:hover a img {border: 1px solid #06aa47;}
.prod_list table tr td>a { display: block; }
.prod_list table tr td br { display: none !important; }
.prod_list table tr td span a { display: block; line-height: 81px; font-size: 20px; }
.prod_list table tr td:hover span a { color: #fff; }


/*特点*/
.td_bt { background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200928/20200928100557_1601106189.jpg) no-repeat center; height: 849px; min-width: 1300px; }
.td_1 { margin: 90px auto 0; text-align: center; }
.td_1 em { display: block; }
.td_1 span { font-size: 24px; color: #fff; font-weight: bold; margin: 20px 0; display: block; }
.td_1 p { width: 30px; height: 3px; background: #e8f016; margin: 0 auto 20px; }
.td_1 i { color: #eee; font-size: 16px; }
.td_w { width: 580px; }
.td_w li { margin-bottom:35px; background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200928/20200928134023_1991220260.png) no-repeat 21px 28px; padding-left: 106px; position: relative; height: 82px; transition: 0.2s cubic-bezier; }
.td_w li:hover { background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200928/20200928135329_411032888.png) no-repeat; transition: 0.2s cubic-bezier; }
.td_w li span { font-size: 18px; font-weight: bold; color: #fff; }
.td_w li:hover span { color: #e8f016; }
.td_w li p { color: #eee; line-height: 22px; margin-top: 18px; }
.td_w li:hover p { color: #e8f016; }
.td_w li:nth-child(1):after { content: ""; position: absolute; width: 1px; height: 300px; background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200928/20200928134531_656084367.png) no-repeat; left: 40px; top: 68px; }


/*优势*/
.yw_bt {text-align: center !important;line-height: 50px !important; margin-top:80px;}
.yw_bt p {color: #333;font-weight: bold;font-size: 48px;}
.yw_bt p span { color: #06aa47; }
.yw_bt i { color: #333; font-size: 22px; display: block;    margin-top: 5px; }
.tit01{font-size: 48px;letter-spacing: 2px; text-align: center; font-family: "Microsoft YaHei";color: #1d1d1d; font-weight: bold;  }
.tit01 a{color: #1d1d1d; }
.tit01 b{font-weight: bold; color: #00a444;}
.tit01 p{font-size: 18px;color: #292929;  font-weight: normal;  display:block;  text-transform: uppercase;     padding-top: 10px;}
.ysbj{ box-sizing: border-box; overflow: hidden; font-family:"Microsoft Yahei";}
.ysbj h2{ margin-bottom: 54px;}
.ys_nav{width: 1300px; margin:0 auto 27px;height: 152px; background: #eae7e7;}
.ys_nav li{width: 325px; height: 152px;padding-top: 22px; text-align: center; float: left; box-sizing: border-box; font-size: 24px; color: #444; font-weight: bold;  line-height: 50px;    cursor: pointer;}
.ys_nav li em{width: 61px;height: 61px; margin:0 auto; display: block; position: relative; }
.ys_nav li:nth-child(1) em{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929084655_1400136226.png) no-repeat center center;}
.ys_nav li:nth-child(2) em{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929084655_812011313.png) no-repeat center center;}
.ys_nav li:nth-child(3) em{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929084655_281513427.png) no-repeat center center;}
.ys_nav li:nth-child(4) em{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929084655_1457555957.png) no-repeat center center;}
.ys_nav li i{font-size: 12px; color: #e6e6e6; display: block;}
.ys_nav li.cur{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929094512_1744793876.png)no-repeat center top; color: #fff;}
.ys_nav li:nth-child(1).cur em{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929084656_66672315.png) no-repeat center center;}
.ys_nav li:nth-child(2).cur em{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929084656_600510960.png) no-repeat center center;}
.ys_nav li:nth-child(3).cur em{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929084656_1735184325.png) no-repeat center center;}
.ys_nav li:nth-child(4).cur em{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929084656_955346353.png) no-repeat center center;}
.ys_nav li.cur i{opacity: 0.35;}
.ys_nr dl{height: 587px; width: 1300px; margin:0 auto;}
.ys_nr dl dd{width: 580px; padding:158px 0 0 0px; box-sizing: border-box;}
.ys_nr dl dd h3{font-size: 36px; color: #ffffff;margin-bottom: 38px; }
.ys_nr dl dd h3 em{display: block; font-size:24px;font-weight: normal; padding-top: 10px; }
.ys_nr dl dd p{padding-left:28px;background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929085036_383358158.png)no-repeat left 10px; line-height: 30px; color: #ffffff; font-size: 16px; margin-bottom: 20px;}
.ys1{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929090715_719187661.jpg)no-repeat center top; height: 587px;}
.ys2{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929091336_2066828265.jpg)no-repeat center top; height: 587px;}
.ys3{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929090449_630687025.jpg)no-repeat center top; height: 587px;}
.ys4{background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929090255_2114065052.jpg)no-repeat center top; height: 587px;}
.ys.digital {margin-top:26px;}

 

/*流程*/
.lc{ height:380px; margin-top:70px; overflow:hidden;}
.lc h2{text-align:right; float:right; margin-top:22px; font-size:30px; color:#1d242b;}
.lc h2 em{ display:block;}
.lc li { height: 120px; width: 86px; padding-right: 156px; float: left; margin-top: 60px; background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929135837_34429876.gif) repeat-x center bottom; position: relative; }
.lc li p{ width:54px; height:54px; margin:0 auto 8px; position:relative; }
.lc li:before { content: ""; position: absolute; bottom: -5px; left: 14.5%; background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929135837_2654228.png) no-repeat; width: 16px; height: 23px; }
.lc li em{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition: all 0.4s linear;transition: all 0.4s linear;}
.lc li i{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;visibility:hidden;
	-webkit-transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
	transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin:50% 0%;
    transform-origin:50% 0%;
    -webkit-transition:all 0.4s linear;
    transition:all 0.4s linear;}
.lc li img{ display:block; width:54px; height:54px;}
.lc li span{ display:block; font:18px "Microsoft YaHei"; color:#1d242b; text-align:center;}
.lc li:nth-child(6){ padding-right:0;}
.lc li:nth-child(6):before{ left:44%;}
.lc li:hover span{ color:#0a9d44;}
.lc li:hover em{ opacity:0;visibility:hidden;-webkit-transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);}
.lc li:hover i{opacity:1;visibility:visible;-webkit-transform:rotate3d(1,0,0,0deg);transform:rotate3d(1,0,0,0deg);}

.tit1{ width:444px; font:46px "Microsoft YaHei"; font-weight:bold; color:#1d242b; float:left;}
.tit1 a{ color:#1d242b;}
.tit1 em{ display:block; margin-top:8px; font-size:20px; position:relative; padding-left:20px;}
.tit1 em:before{ content:""; position:absolute; top:3px; left:0; width:7px; height:20px; background:#0a9d44;}


 /*简介*/
.jj_bg { background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929102737_1288409632.jpg) no-repeat center; min-width: 1300px; height: 777px; }
.jj_tu a { background: #0a9d44; border-bottom: 1px solid #f1f1f1; padding: 29px 24px; height: 126px; text-align: center; display: block; position: relative; }
.jj_tu { margin-top: 80px; }
.jj_w { width: 534px; margin: 80px 100px 0 0; }
.jj_w p { text-transform: uppercase; font-weight: bold; font-size: 60px; }
.jj_w p i { color: #0a9d44; }
.jj_w span { font-size: 29px; font-weight: bold; display: block; padding: 20px 0 25px; border-bottom: 1px solid #ccc; }
.jj_w b1 { font-size: 14px; line-height:30px; display: block; margin-top: 28px; }
.jj_w a { display: block; width: 140px; line-height: 45px; border: 1px solid #ccc; text-align: center; margin-top: 45px; font-size: 14px; }
.jj_w a:hover { background: #0a9d44; color: #fff; transition: 0s; }
.jj_tu p { color: #fff; font-size: 14px; padding: 20px 0; position: relative; z-index: 9; }
.jj_tu a:hover img { transform: rotateY(180deg); transition: 0.3s all; }
.jj_tu a img { transition: 0.3s all; position: relative; z-index: 9; }
.jj_tu a:after { content: ""; background: #0a823a; position: absolute; width: 0; height: 184px; top: 0px; left: 0px; z-index: 1; transition: 0.3s all; }
.jj_tu a:hover:after { width:130px; transition:0.3s all; }
 

.bitaoti { text-align: center; }
.bitaoti p { font-size: 38px; font-weight: bold; color: #333; }
.bitaoti em { display: block; margin: 12px auto; }
.bitaoti i { font-size: 20px; color: #666; }

/*新闻中心*/
.news_top { line-height:25px; overflow:hidden; }
.news_top ul{ float: left; }
.news_top li { font-size:18px; display: inline-block; }
.news_top li i{ width:20px; height:19px; display:inline-block; vertical-align:middle; margin-right:8px; overflow:hidden; position:relative; }
.news_top li i img{ position:absolute; top:0; left:0; }
.news_top li i .one{ transition: all 0.4s linear; }
.news_top li i .two{ transform: translate3d(0,0,-20px) rotate3d(1,0,0,90deg); transform-origin: 50% 0%; transition: all 0.4s linear; }
.news_top li.cur i .one{ opacity: 0; visibility:hidden; transform: translate3d(0,20px,0) rotate3d(1,0,0,-90deg); }
.news_top li.cur i .two{ opacity: 1; visibility:visible; transform: rotate3d(1,0,0,0deg); }
.news_top li span{ font-size:24px; display:inline-block; vertical-align:middle; padding-left:20px; font-weight:normal; border-left:5px #cccccc solid; margin-right:30px; }
.news_top li.cur span{ color:#06aa47; }
.news_more { float:right; width:80px; height:30px; line-height:30px; text-align:center; border:1px #eeeeee solid; border-radius:30px; }
.news_more a{ font-size:14px; text-transform:uppercase; color:#666; }
.news_more a:hover{ color:#06aa47; }
.news_bot{ margin-top:30px; }

.news_fqa_le{ width:88px; text-align: center; padding-top:26px; }
.news_fqa_le p{ font-size:18px; line-height:18px; font-weight:bold; }
.news_fqa_le em{ font-size:12px; line-height:12px; text-transform: capitalize; display:block; margin:10px 0 15px; }
.news_btn>div{ width:44px; height:16px; line-height:16px; color:#fff; background:#06aa47; cursor: default; }
.news_btn .news_btn_le{ background:#333; }
.news_bot li+li{ display:none; }

.news_div,.news .divdgweb_new_div{ overflow:hidden; }
.news_div_item,.news_bot .divdgweb_new_div_item{ width:602px; background:#f9f9f9; height:150px; padding:18px; overflow:hidden; margin-bottom:20px; }
.news_div_item:hover,.news_bot .divdgweb_new_div_item:hover{ background:#f0f0f0; }
.news_div_item_content,.news_bot .divdgweb_new_div_item_content{ width:338px; float:right; }
.news .news_div_item_pic{ width:200px; float:left; overflow:hidden; }
.news .news_div_item_pic img{ width:200px; height:150px; transition:0.6s; }
.news_div_item:hover img,.news_bot .divdgweb_new_div_item:hover img{ transform:scale(1.1); transition:0.6s; }
.news_div_item_title,.news_bot .divdgweb_new_div_item_title{ border-bottom:1px solid #e5e5e5; }
.news_div_item_title a,.news .divdgweb_new_div_item_title a{ font-size:16px; font-weight: bold; color: #444; display:block; line-height:21px; background:url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929140118_2016569066.png) no-repeat right center; }
.news_div_item:hover .news_div_item_title a,.news_bot .divdgweb_new_div_item:hover .news .divdgweb_new_div_item_title a{ background:url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929140118_1202272092.png) no-repeat right center; }
.news_div_item_date,.news_bot .divdgweb_new_div_item_date{ overflow:hidden; }
.news_div_item_date>div,.news_bot .divdgweb_new_div_item_date>div{ float:left; color:#666; line-height:38px; }
.news_div_item_body,.news_bot .divdgweb_new_div_item_body{ line-height:30px; margin-top:5px; color:#666; }

.news_fqa_ri { width:1164px; height:144px; overflow:hidden; position:relative; }
.news_fqa_ri .news_div{ position:absolute; top:0; }
.news_fqa_ri .news_div_item{ width:538px; height:100px; border:1px solid #e5e5e5; float:left; padding: 20px 15px; background:none; }
.news_fqa_ri .news_div_item+div{ margin-left:20px; }
.news_fqa_ri .news_div_item_title{ background:url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929140118_600473970.png) no-repeat left center; padding-left:28px; margin-top:8px; }
.news_fqa_ri .news_div_item_body{ background:url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200929/20200929140119_680095167.png) no-repeat left 4px; padding-left:28px; line-height:26px; margin-top:15px; color:#666; }
.news_fqa_ri .news_div_item_content{ width:502px; }
.news_fqa_ri .news_div_item_title{ border:none; }

/*版权*/
.bq_bg { background: #202020; height: 575px; position: relative; }
.ba_1 { color: #fff; }
.ba_1 p { font-family: arial; font-size: 30px; background: url(https://memberpic.114my.com.cn/0350091/uploadfile/image/20200928/20200928155837_633402401.png) no-repeat 43px 0px; padding-top: 20px; margin-top: 95px; }
.ba_1 span { font-size: 28px; margin-top: 40px; display: block; }


.ba_2 li { display: block; float: left; margin-left: 116px; }
.ba_2 li a:nth-child(1) { color: #fff; font-size: 16px; margin-bottom: 16px; margin-top: 86px; }
.ba_2 li a { font-size: 14px; color: #666; line-height: 35px; display: block; }
.ba_2 li a:hover { color: #fff; }
.ba_3 { width: 149px; height: 192px; background: #fff; text-align: center; margin-top: 97px; }
.ba_3 img { margin-top: 26px; width:100px;}
.ba_3 p { font-size: 13px; color: #999; line-height: 20px; margin-top: 11px; }


.db { font-size: 13px; line-height: 26px; color: #666; border-top: 1px solid #333; padding-top: 90px; margin-top: 94px; }
.db_1 { width: 546px; }
.db_1 a { font-size: 13px; color: #666; }
.db_1 a:hover { color: #fff; }
.db_2 { width: 619px; }
.db_2 span { display: block; float: left; }
.linkTagcs li:nth-child(1) a { margin-left: 0px; }
.linkTagcs li a { line-height: 26px; float: left; color: #666 !important; font-size: 13px !important; margin-right: 16px; }
.linkTagcs li a:hover {color: #fff !important;}