
@charset "utf-8";
/* css */
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #333; background: #E9EAED; line-height: 1.5; overflow-x: hidden; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #333; }
a:hover { color: #000; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; height: 20px }
.clearblank { clear: both; width: 100%; overflow: hidden; }
.fl { float: left!important; }
.fr { float: right!important; }
.box, article { width: 1200px; margin: auto!important; overflow: hidden }
.navbox { width: 1200px; margin: auto; }
.mt20 { margin-top: 20px; }
.blue { color: #00C1DE }

/*header*/


.imgscale img { width: 100%; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.imgscale:hover img { transform: scale(1.1); }

/*article*/

/*lbox*/
.lbox { width: 75%; float: left; overflow: hidden }

/*tab_box*/
.whitebg { background: #fff; border-radius: 3px; padding: 5px; margin-bottom: 5px; overflow: hidden; }
.tab_box { clear: both; position: relative; }


/*bloglist*/
.bloglist ul { padding: 10px 0 0 }
.bloglist li { overflow: hidden; margin-bottom: 20px; border-bottom: #eee 1px dashed; padding-bottom: 20px; position: relative;}
.blogtitle { margin: 0 0 10px 0; font-size: 18px; overflow: hidden; }
.bloglist li:hover .blogtitle a { color: #337ab7; }
.blogtitle b { color: #F00 }
a.viewmore { display: block; right: 10px; bottom: 20px; position: absolute; padding: 3px 10px; background: #12b7de; color: #fff; border-radius: 3px; }
.blogpic { float: left; width: 20%; margin-right: 20px; display: block; overflow: hidden; border-radius:5px; position: relative;    max-height: 160px; max-width: 160px;}
.blogpic i { width:100%;display: block; position: absolute; top: 0; left: 0; z-index: 9; font-style: normal; padding: 3px 5px; background: rgba(18,183,222,.75); font-size: 14px;color: #FFF }
.blogpic i a { color: #FFF }
.bplist { display: block; overflow: hidden }
.bplist a { display: block; float: left; width: 25%; overflow: hidden }
.bplist a img { border-radius: 3px; width: 200px; height: 140px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.bplist a img:hover { transform: scale(1.05) }
.blogtext { font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; margin-top: 10px }
.bloginfo { margin-top: 20px; overflow: hidden; color: #999; line-height: 34px; }
.bloginfo span { margin: 0 5px;color: #096 }
.bloginfo span a { color: #096 }
.avatar { position: relative; float: left; width: 30px; height: 30px; border-radius: 100%; padding: 2px; display: block; background: -webkit-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: -o-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: linear-gradient(to top right, rgba(0,153,255,.9), rgba(42,228,197,.7)); }
.avatar img { width: 100%; border-radius: 50%; }
.avatar::after { content: ""; position: absolute; background: url(../images/v.png) no-repeat; background-size: 12px; width: 12px; height: 12px; right: 0; bottom: 0 }

/*rbox*/
.rbox { width: 23.5%; float: right; overflow: hidden; }
.card { box-shadow: 0px 1px 0px rgba(255,255,255,.1), inset 0px 1px 1px rgba(0,0,0,.7); border-radius: 3px; background: url(../images/quote-bg.png) no-repeat top right rgba(42,42,42,1); height: 260px; overflow: hidden; margin-bottom: 20px }
.card h2 { font-size: 22px; margin: 10px; color: #89919a; font-weight: normal; padding-bottom: 10px; }
.card p { font-size: 12px; padding: 0 0 0 20px; line-height: 28px; text-shadow: 0px 1px 2px rgba(0,0,0,.5); color: #d0d2d4; -webkit-animation: animations2 5s ease-in-out 5s; -moz-animation: animations2 5s ease-in-out 5s; -o-animation: animations2 5s ease-in-out 5s; -ms-animation: animations2 5s ease-in-out 5s; animation: animations2 5s ease-in-out 5s; }
.linkmore { margin: 15px }
.linkmore li { width: 25%; float: left }
.linkmore li a { height: 53px; display: block; overflow: hidden; box-shadow: 0px 1px 0px rgba(255,255,255,.1), inset 0px 1px 1px rgba(0,0,0,.7); border-radius: 50%; margin: 0 5px; }
.linkmore li a:hover { opacity: 0.5; }

/*htitle*/
.htitle { font-size: 16px; line-height: 40px; border-bottom: 1px solid #eee; color: #484848; font-weight: normal; position: relative; margin-bottom: 10px;overflow:hidden; }
.htitle:after { content: ""; position: absolute; width: 60px; height: 2px; content: ""; background: #000; left: 0; bottom: 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
.htitle:hover:after { width: 80px; }
.hnav { float: right }
.hnav a { display: block; margin-right: 10px; padding-right: 10px; float: left; position: relative }
.hnav a:after { position: relative; content: "/"; right: -10px; bottom: 0; color: #ccc }
.hnav a:last-child::after { content: "" }
/*notice*/
.notice ul { padding-top: 18px }
.notice li { font-size: 12px; line-height: 30px; margin-bottom: 12px; display: block; -moz-border-radius: 4px; border-radius: 4px; background: #f6f6f6; padding: 4px 12px 4px 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.notice li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #000; border-radius: 10px; left: 15px; top: 20px }
.notice li:hover { background: #f2f2f2; box-shadow: 0 0 10px #ccc; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
/*topnews*/
.topnews { display: block; margin: 20px 0; background: #000; position: relative; overflow: hidden; border-radius: 3px; max-height: 110px; }
.topnews img { opacity: .7; }
.topnews span { bottom: 0; position: absolute; bottom: 30%; left: 0; right: 0; color: #FFF; text-align: center; font-size: 15px; padding: 0 40px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; line-height: 22px; }
.topnews:hover img { opacity: .9; transform: scale(1.1); }
/*paihang*/
.paihang ul { overflow: hidden }
.paihang ul li { height: 30px; line-height: 30px; margin-bottom: 10px; padding-left: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.paihang ul li:nth-child(even) { background: #f6f6f6 }
.paihang ul li i { display: block; width: 16px; height: 16px; background: #B1B1B1; float: left; margin-top: 8px; margin-right: 10px; position: relative; font-style: normal }
.paihang ul li i::before { position: absolute; left: 0; top: 0; font-size: 9px; color: #fff; line-height: 16px; width: 16px; text-align: center }
.paihang ul li:first-child i, .paihang ul li:nth-child(2) i, .paihang ul li:nth-child(3) i { background: #FF6600; }
.paihang ul li:first-child i::before { content: "1"; }
.paihang ul li:nth-child(2) i::before { content: "2"; }
.paihang ul li:nth-child(3) i::before { content: "3"; }
.paihang ul li:nth-child(4) i::before { content: "4"; }
.paihang ul li:nth-child(5) i::before { content: "5"; }
.paihang ul li:nth-child(6) i::before { content: "6"; }
.paihang ul li:nth-child(7) i::before { content: "7"; }
.paihang ul li:nth-child(8) i::before { content: "8"; }
.paihang ul li:hover { -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
/*tuijian*/
.tuijian ul { overflow: hidden; padding-top: 10px }
.tuijian li { overflow: hidden; margin-bottom: 10px; height: 60px; }
.tuijian li i { width: 70px; height: 70px; margin-right: 10px; overflow: hidden; display: block; float: left; }
.tuijian li i img { height: 100%; max-width: 100%; min-width: 100%; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.tuijian li p { margin-top: 10px; line-height: 20px; max-height: 40px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; }
.tuijian li:hover { background: #f6f6f6; }
.tuijian li:hover img { transform: scale(1.1); }

/*
list.html
*/
.lanmu img { height: 100px; float: left; margin-right: 20px }
.lanmu h1 { font-size: 22px; margin-bottom: 15px }
.lanmu p { color: #666;text-align:right; }

/*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 0 0 10px; }
.pagelist a { color: #666; margin: 0 5px 10px; padding: 5px 10px; background: #F7F7F7; display: inline-block; }
.pagelist a:hover, .pagelist > b { color: #3690cf; color: #FFF; background: #1C2327; }
.pagelist > b { padding: 5px 10px; }
a.curPage { color: #19585d; font-weight: bold; }
/*cloud*/
.cloud ul a {  display: block; background: #999; float: left; padding: 3px 10px; margin: 10px 5px 0 0; border-radius: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; color: #FFF }
.cloud ul a:nth-child(8n-7) { background: #8A9B0F }
.cloud ul a:nth-child(8n-6) { background: #EB6841 }
.cloud ul a:nth-child(8n-5) { background: #3FB8AF }
.cloud ul a:nth-child(8n-4) { background: #FE4365 }
.cloud ul a:nth-child(8n-3) { background: #FC9D9A }
.cloud ul a:nth-child(8n-2) { background: #EDC951 }
.cloud ul a:nth-child(8n-1) { background: #C8C8A9 }
.cloud ul a:nth-child(8n) { background: #83AF9B }
.cloud ul a:first-child { background: #036564 }
.cloud ul a:last-child { background: #3299BB }
.cloud ul a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px }
.djsb_list a{    display: flex;
justify-content: center;
align-items: center;
flex-direction: column;}
.djsb_list{ width: 20%}
.djsb_list a img{ width: 70%}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.box, article { width: 96% }
.fader .slide img { height: 320px }
}
@media screen and (max-width: 1023px) {

/**/
.box, article { width: 96% }
article { padding-top: 80px; }
.lbox { width: 100% }
.rbox { display: none }

}


/* aaa */
@media only screen and (max-width: 768px) {
.zhuanti li { padding: 15px; }
.bplist a img { width: 96% }
.xinlu li a { padding: 5px; margin: 0 5px; }
.myblog li { width: 33.3%; }
.qq_join li section { margin: 0 5px; padding: 5px; }
.qq_join li p { margin: 10px 0; font-size: 12px }
.endnav p:last-child { text-align: center; margin-top: 20px; }
.site_tj li { width: 20% }
.hnav a { font-size: 12px }
.muban li section { margin: 0 5px; height: 260px; overflow: hidden }
.zhuanti li { width: 27.6%; padding: 8px }
.pcd_ad{display:none !important;}
.mbd_ad{display:block !important;}
}
 @media only screen and (max-width: 480px) {
.headline { width: 100% }
.headline ul { height: auto; padding-bottom: 10px; overflow: hidden }
.headline ul li { width: 49%; float: left; }
.headline ul li:last-child { float: right }
.headline ul li span { padding: 0 20px }
.banbox { width: 100% }
.fader { height: 200px; }
.newspic { width: 100%; height: auto }
.newspic li { width: 49%; float: left }
.newspic li:last-child { float: right }
.newspic li a { height: 100% }
.newslist { float: none; width: 100% }
.zhuanti ul { padding: 0 }
.zhuanti li { width: 44%; padding: 8px; }
.zhuanti ul:before { left: 0; }
.zhuanti ul:after { bottom: 0 }
.ad { padding: 5px }
.blogtitle { font-size: 16px }
.bplist { height: 60px }
.bplist a img { height: 100% }
a.viewmore { position: static; margin-top: 20px; text-align: center }
.blogpic { width: 100px; margin-right: 10px; max-height: 76px; }
.blogtext { margin-top: 15px }
.lanmu h1 { font-size: 18px; }
.top_pic { width: 100%; float: none; margin-bottom: 10px }
.top_box { float: none; width: 100%; }
.liucheng li, .jianzhan li:nth-child(1), .jianzhan li:nth-child(3) { width: 100%; }
.muban li section { height: auto }
.site_tj li { width: 50% }
.about { padding: 20px }
.ab_box p:last-child { width: 100%; clear: both; padding-top: 10px }
.ly_button { float: none; display: block; }
.xinlu li { width: 50% }
.myblog li, .xiangsi li { width: 50% }
.qq_join li { width: 50%; margin-bottom: 20px }
.wxbox ul { overflow: hidden; text-align: center }
.wxbox li { float: none; display: inline-block }
.wxbox { float: none }
.endnav { width: 100%; overflow: hidden; margin-top: 20px }
.endnav p { margin: 0 10px }
.price_info img { position: static }
.free li { width: 100%; margin-bottom: 10px }
.newslist li {padding: 0 10px 10px 10px;}
.newspic span { padding: 0 8px; }
.hnav { float: none; width: 100%; clear: both; display: block; overflow: hidden; }
.ztpic { height: 60px; }
.zhuanti li b { -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; height: 42px; line-height: 24px; white-space: inherit; }
.bloginfo { width: 100% }
.imgscale img { height: 100%; max-width: 100%; }
.blogpic i { display: none }
.fader .slide img { height: 200px; }
.otherlink li{width:100%}
.tab_buttons { overflow-x: auto;}
.tab_buttons ul { width: 600px;overflow-x: scroll;}
.tab_buttons li {margin-right: 30px;width: auto;}
.newscurrent:after{width:100%}
}
@media screen and (min-width: 840px) and (max-width: 959px) {
.piclist li i { height: 110px }	
}
@media screen and (max-width: 839px) {
.piclist li i { height: 110px; }
}
@media screen and (max-width: 768px) {
.piclist li i { height: 90px; }
}
@media screen and (max-width: 480px) {
.piclist li { width: 50% }
.piclist li:nth-child(n+7) { display: none }
.piclist li a { margin: 0 3px }
.piclist li i { }
.piclist li h2 { font-size: 12px; overflow: hidden; background-size: 20px; line-height: 20px; }
.piclist li p { display: none }	
}

	.ulike{width:100%;overflow:hidden;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;line-height:30px;}

.pinpai_li{width:20%!important;height:auto;display:flex;text-align:center;justify-content: space-between;align-items: center;margin-bottom:6px;flex-direction: column;}
.pinpai_li p{text-align:center;line-height:30px;}
.pinpai_li img{width:80%;display:block;margin:0 auto;}
.thumblist{width:100%;}

.ppall{margin-top:16px;}

.ppw{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.ppw h2 {margin-bottom:15px;overflow:hidden;}
.ppw h2 img{height:auto!important;}
	
	/*tab_box*/
.whitebg { background: #fff; border-radius: 3px; padding: 5px; margin-bottom: 5px; overflow: hidden; }
.tab_box { clear: both; position: relative; }
.otherlink { margin: 10px 0; overflow: hidden }
.otherlink li { position: relative; line-height: 26px; height: 26px; display: block; width: 50%; float: left; overflow: hidden; }
.otherlink li a { display: block; margin-right: 30px; padding-left: 10px; }
.otherlink li a:hover { text-decoration: underline; color: #000 }
.otherlink li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #000; border-radius: 10px; left: 0px; top: 12px; }
.xiangsi { margin-top: 20px; overflow: hidden }
.xiangsi li { width: 25%; float: left; overflow: hidden; margin-bottom: 20px; padding-bottom: 10px; }
.xiangsi a { display: block; margin: 0 5px; padding-bottom: 10px; box-shadow: #ececec 0px 2px 5px; }
.xiangsi li i { display: block; overflow: hidden; height: 120px; margin-bottom: 10px; }
.xiangsi li i img { width: 100%; min-height: 120px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.xiangsi li i:hover img { transform: scale(1.1); }
.xiangsi li p { font-weight: bold; margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0 8px }
.xiangsi li span { color: #666; -webkit-line-clamp: 2;overflow: hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;  font-size: 14px; padding: 0 8px;height:54px;width:100%; }

.ppbrand>a{width:20%!important;height:auto;display:flex;text-align:center;justify-content: space-between;margin-bottom:6px;flex-direction: column;}
.ppbrand{display:flex;text-align:center;align-items: center;flex-wrap:  wrap}

.lboxtop{display:flex;text-align:center;justify-content:flex-start;align-items: center;}
.lboxtop_bot{display:flex;justify-content:space-between;flex-direction: column;}
.lboxtop_bot p,.lboxtop_bot h1{text-align:left;}
.lboxtop_bot h1{margin-bottom:0;}
.index-f3 {background:#f7f7f7;padding:25px 0;}
.index-f3-l,.index-f3-m,.index-f3-r {background:#fff;padding:10px;overflow:hidden;}
.index-f3-bt {border-bottom:1px solid #ccc;padding-bottom:27px;margin-bottom:20px;}
.index-f3-bt p {font-size:16px;line-height:20px;color:#333;float:left;position:relative;padding-left:30px;}
.index-f3-bt p::after,.index-f3-bt span.crt::after {display:block;content:'';width:100%;height:2px;background:#004b92;position:absolute;left:0;bottom:-7px;}
.index-f3-l .index-f3-bt p {background:url(../images/jj-icon.png) no-repeat left center;background-size:auto 20px;}
.index-f3-bt span {font-size:16px;line-height:20px;color:#333;float:left;position:relative;margin-left:10px;cursor:pointer;}
.index-f3-bt span:first-child {margin-left:0;}
.gsjj-box img {width:48%;float:left;margin-right:7px;}
.gsjj-box p {font-size:14px;line-height:20px;color:#999;}
.img-box1 {width:40%;float:left;margin-right:10px;}
.img-box1 img {width:100%;display:block;}
.text-box1 h2 {font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.text-box1 p {font-size:12px;line-height:18px;color:#999;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;display:-webkit-box;}
.text-box1 span {font-size:12px;color:#999;line-height:18px;padding-left:18px;/* background:url(../images/time.png) no-repeat left center; */}
.index-f3-m {margin:20px 0;}
.index-f3-m ul {margin-top:10px;}
.index-f3-m li {position:relative;padding-left:20px;background:url(../images/watch.png) no-repeat left center;border-top:1px dashed #ccc;margin:0!important;padding:0 0 0 20px!important;min-height:0!important;}
.index-f3-m li p {font-size:14px;line-height:30px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0;}
.index-f3-m li span {font-size:12px;line-height:30px;color:#999;position:absolute;top:0;right:0;}
.index-f3-r .index-f3-bt p {b/* ackground:url(../images/gg-icon.png) no-repeat left center; */background-size:auto 20px;}
.index-f3-bt a {float:right;font-size:12px;line-height:20px;color:#999;}
.index-f3-r img {width:100%;display:block;}
.yhgg-box {display:none;}
@media (min-width:768px) {.index-f3 {font-size:0;padding:50px 0;}
.index-f3-l {width:200px;display:inline-block;vertical-align:top;}
.gsjj-box img {width:100%;float:none;margin-bottom:10px;}
.gsjj-box p {line-height:21px;}
.index-f3-m {width:300px;display:inline-block;vertical-align:top;margin:0 10px;}
.index-f3-r {width:200px;display:inline-block;vertical-align:top;}
.yhgg-box {display:block;}
.yhgg-box img {width:100%;display:block;margin-bottom:12px;}
.yhgg-box img:last-child {margin-bottom:0;}
.index-ban4 {display:none;}
}
@media (min-width:992px) {.index-f3-l {width:255px;height:426px;padding:20px;}
.gsjj-box p {line-height:24px;}
.index-f3-m {width:400px;margin:0 15px;padding:20px;}
.index-f3-m li p {font-size:16px;line-height:34px;}
.index-f3-m li span {line-height:34px;}
.index-f3-bt span {margin-left:30px;}
.img-box1 {width:145px;}
.text-box1 h2 {padding:5px 0;font-size:16px;}
.text-box1 p {margin-bottom:5px;}
.index-f3-r {width:255px;height:426px;padding:20px;}
}
@media (min-width:1200px) {.index-f3-l {width:340px;height:460px;}
.gsjj-box p {line-height:28px;}
.index-f3-m {width:490px;margin:0 15px;}
.index-f3-bt span {margin-left:40px;}
.index-f3-r {width:340px;height:460px;}
.index-f3-m li p {line-height:32px;}
.index-f3-m li span {line-height:32px;}
}


@media (max-width:1023px) {
/* 第一部分开始 */
    .shouye_main1_top{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .shouye_main1_top_span1{
        font-size: 22px;
        color: #000;
    }
    .shouye_main1_top_span2{
        font-size: .625rem;
        color: #666;
        position: relative;
    }
    .shouye_main1_top_span2::after{
        position: absolute;
        content: " ";
        display: block;
        clear: both;
        width:30px;
        height: 3px;
        background: #004b92;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        bottom: -.5rem;
    }
    .shouye_main1_brand{
        display: flex;
        flex-direction: column;
		height;auto;
    }
    .shouye_main1_brand_item{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-bottom:1px solid #e2e2e2;
        padding-top: 1.22rem;
    }
	.shouye_main1_brand_item img{ width:85%;height:45%!important;}
    .pp_img1{
         width:85%;height:45%!important;border-radius: 5%;
    }
    .pp_brand{
        font-size: 16PX;
        color: #333;
        margin-top: 3px;
    }
    .brand_more{
        font-size: .6875rem;
        color: #666;
        margin-bottom: 1rem;
        position: relative;
        line-height: 1rem;
    }
    .brand_more a{
		font-size: .6875rem;
        color: #666;
    }
    .brand_more_span1 a{
        color: #E14D4F;
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .brand_more_span2{
        color: #DEBF84;
    }
    .brand_more_span3{
        color: #6CD9CB
    }
    /* 第一部分结束 */
    /* 第二部分开始 */
    .shouye_service{
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        justify-content:space-between;
        padding-top: 20px;
    }
    .show_service_item{
        width:33%;
        /* height: 5.5rem; */
        margin-bottom: 20px
    }
    .show_service_item_side1{
        width:100%;
        background:rgba(248,248,248,1);
        height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
	     position: relative;
    }
    .show_service_item_side2{
        width:100%;
        height: 100%;
        background: #D9B56C;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .show_service_item_side2 .span3{
        font-size: .7rem;
        color: #fff;
        margin-bottom: .3rem;
    }
    .show_service_item_side2 a{
        font-size: .5rem;
        color: #fff;
    }
    .show_service_item_side1 img{
		 border-radius:5% 5% 0 0 ;
        max-width:100%;
    }
	.show_service_item_side1 .span1{
	    width: 100%;
    height: 26px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background-color: rgba(0,0,0,0.6)
 }
    /* 第二部分结束 */
}
@media (min-width:1024px) {
/* 电脑端首页开始 */
 .width{
        position: relative;
        width:100%;
        margin: 0 auto;
    }
 section{
     width:100%;
 }
 .shouye_main1{
     height: auto;
 }
 .shouye_main1_top{
     display: flex;
     flex-direction: column;
     align-items: center;
 }
 .shouye_main1_top_span1{
    font-size: 26px;
    color: #000;
 }
 .shouye_main1_top_span2{
    font-size: 15px;
    color: #666;
    padding-bottom: 15px;
    position: relative;
 }
 .shouye_main1_top_span2::after{
     content:" ";
     display: block;
     clear: both;
     width: 60px;
     height: 5px;
     background: #004b92;
     position: absolute;
     left: 50%;
     margin-left: -30px;
     top: 50%;
     margin-top: 8px;
 }
 .shouye_main1_brand{
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
	height:auto;
 }
 .shouye_main1_brand_item{
     width: 33%;
     display: flex;
     flex-direction: column;
 }
 .pp_img1{
    width:85%;height:220px!important;border-radius: 5%;
 }
 .pp_brand{
     font-size: 18px;
     color: #333;
     margin-top: 3px;
 }
 .brand_more{
     font-size: 14px;
     color: #666;
     width: 90%;
     height: 90px;
     line-height: 22px;
     position: relative;
 }
 .brand_more a{
     color: #666;
 }
 .brand_more_span1{
     color: #E14D4F;
     text-align: right;
     position: absolute;
     right: 0;
     bottom: 0;
 }
 .brand_more_span1 a{
     color: #E14D4F;
     text-align: right;
     right: 0;
     bottom: 0;
 }
 .brand_more_span2{
     color: #DEBF84;
 }
 .brand_more_span3{
     color: #6CD9CB
 }
 /* 第二部开始 */
 .shouye_main2{
     /*margin-bottom: 64px;*/
 }
 .shouye_service{
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     padding-top: 20px;
 }
 .show_service_item{
     width: 24%;
   /*   height: 241px; */
     background:rgba(248,248,248,1);
     margin-bottom: 30px;
 }
 .show_service_item_side1{
     width:100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     position: relative;
     transition: 800ms ease all; 
	 overflow:hidden;
     /* z-index: 2; */
 }

 .show_service_item_side1 img{
	 border-radius:5% 5% 0 0 ;
  width:100%;
  height:100%;
  transition: all 0.8s;
 }
  .show_service_item_side1 img:hover{transform:scale(1.1);}
 .show_service_item_side1 .span1{
	 width:100%;
	 height:50px;
	 display:block;
	 text-align:center;
	 position:absolute;
	 left:0;
	 bottom:0;
     font-size: 20px;
     line-height: 50px;
    color: #fff;
    background-color:rgba(0,0,0,0.6)
 }
 .show_service_item_side2{
     z-index: 1;
    width:100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #D9B56C;
    transition: 800ms ease all; 
    display: none;
 }
 /* .show_service_item_side2_active{
     display: flex;
 } */
 .show_service_item_side2 span{
     font-size: 26px;
     color: #fff;
     margin-bottom: 21px;
 }
 .show_service_item_side2 a{
     font-size: 16px;
     color: #fff;
 }
  /* 第二部分结束 */
}
@media screen and (max-width: 480px) {
	.hot_tags_box{margin-top:15px;}
	.hot_tags_box p{font-size:18px;text-align:center;font-weight:600;letter-spacing:1px;padding-bottom:15px;}
	.hot_tags_box p span{font-size:22px;text-align:center;font-weight:600;color:#1170ac;}
	.pp_img1{width:150px!important;border-radius: 5%;}
.show_service_item{width:24%;}
.brand_more a{line-height:26px!important;font-size:13px!important;}
.pp_brand{line-height:26px!important;font-size:14px!important;}
}

@media (max-width:640px) {
	.hot_tags_box{margin-top:15px;}
	.hot_tags_box p{font-size:18px;text-align:center;font-weight:600;letter-spacing:1px;padding-bottom:15px;}
	.hot_tags_box p span{font-size:22px;text-align:center;font-weight:600;color:#1170ac;}
	.pp_img1{width:150px!important;border-radius: 5%;}
.show_service_item{width:24%;}	
.brand_more a{line-height:26px!important;font-size:13px!important;}
.pp_brand{line-height:26px!important;font-size:14px!important;}
}

.wzhi{width:100%;height:38px;line-height:38px;margin:0 auto;overflow: hidden;font-size:16px;color:#555;text-align:right;}
.wzhi a{color:#555}
.wzhi a:hover{color:#ff5722}
.wzhi i:after{font-family: "iconfont";margin:0 3px;content:"\e615";font-style: normal;}
@media all and (max-width:1200px){
    .wzhi{width:100%;padding:0 10px}
}
.hot_tags{display: flex;align-items: center;flex-wrap: wrap;}
.hot_tags_box{margin-top:30px}
.hot_tags_box p{font-size:24px;text-align:center;font-weight:600;color:#222;letter-spacing:3px;padding-bottom:30px; }
.hot_tags_box p span{font-size:28px;text-align:center;font-weight:600;color:#1170ac;}
.hot_tags a{font-size:14px;text-align:center;color:#333;line-height:30px;padding:0 8px;border:1px solid #f1f1f1;margin-right:5px;background:#f5f5f5;margin-bottom:15px;}
.hot_tags a:hover{background:#1170ac;color:#fff;}
.listh3{font-weight:600!important;line-height:22px!important;font-size:16px!important;}