@charset "utf-8";
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(../images/ajaxloader.gif) no-repeat center center}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}
100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{font-size: 15px; overflow-x: hidden; color: #26282c; font-family:'Microsoft Yahei', '微软雅黑',Arial;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0;}
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0; outline: none;}
img{border: 0 none;vertical-align: middle;}
a{color: #333; text-decoration:none; background-color:transparent; transition: 0.3s;}
a:hover{cursor: pointer;}
a:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}

.backToTop{width:48px; height:48px; right:10px; bottom:60px; background:#37424b url(../images/icon_top.png) no-repeat center; z-index: 3; background-size:120%; cursor:pointer; position:fixed; text-indent:9999px; color: #fff; transition: all .3s}
.backToTop:hover{opacity:.8}

header{ height:80px;position: fixed; top: 0;font-family: Arial; width: 100%; left: 0; z-index: 9;background:#fff; -webkit-box-shadow: 0 0 4px rgba(0,0,0,.10), 0 4px 8px rgba(0,0,0,.15);box-shadow: 0 0 4px rgba(0,0,0,.10), 0 4px 8px rgba(0,0,0,.15);}
.logo{ position: fixed; left:50%; top:0; margin:11px 0; margin-left: -675px;}
.logo img{display: block;height:35px;margin-top:9px;}
#nav{ margin-left: 270px; }
nav li{ display: inline-block; position: relative; float: left;}
nav li>a{ display: block; padding:0 18px; font-size:16px; color: #1a1a1a; text-transform: uppercase; overflow: hidden; line-height:80px; transition:0.5s; position: relative; }
nav li>a i{display: inline-block; width: 15px; height:15px; background:url(../images/right_black.png) no-repeat center; background-size: 12px; transform: rotate(90deg); vertical-align: middle;margin-left:5px}
nav li.on>a,nav li:hover>a{color: #d70936;}
nav dl{ position: absolute; background: #fff; text-align: left; display: block; top:80px; opacity: 0; transition: opacity 1s ease; left: 9999px; z-index: 999; min-width: 200px; font-size: 14px;box-shadow: 0 0 4px rgba(0,0,0,.10), 0 4px 8px rgba(0,0,0,.15);}
/*nav dl dd{border-bottom: 1px solid rgba(0,0,0,.05);}*/
nav dl dd:last-child{border:0;}
nav dl a{ color: #333; display: block; padding: 12px 22px; white-space: nowrap;}
nav dl a:hover{ color: #d70936}
nav li:hover dl{ opacity: 1; left: 0;}

.head_rcon{ position: absolute; right:50%; top:20px; margin-right: -675px;}
.searchbox{background:#37424b; border-radius: 25px; padding:2px 10px;}
.searchbox form{ overflow: hidden;}
.searchbox form i{color: #fff; font-size: 24px; }
.searchbox input{ width: 0; line-height:35px; transition: all .3s; background:none; color: #fff; float: left; }
.searchbox button,.searchbox i{ width:50px; height:35px; background: url(../images/search.png) no-repeat center; border: 0; text-align: center; float: right; outline: none; cursor: pointer;  display: inline-block; }
.searchbox i{display: none;}
.searchbox input::-webkit-input-placeholder { color: #fff;}
.searchbox input:-moz-placeholder {  color: #fff;}
.searchbox:hover input{width: 180px; padding-left: 10px;}

#nav .nav-button{width: 42px; height: 42px; border-radius: 3px; background: #111 url(../images/menu.png) no-repeat center; background-size: 22px; color: #fff; position: absolute; right: 10px; top: 19px; line-height: 42px;text-align: center; font-size: 20px; display: none;}
#nav .nav-button i{font-size: 22px;}
.close-nav{position: fixed;top:0;left:0;width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 88;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
.position{position: fixed;left: 0;right: 0;background: #fff; top: 0; z-index: 99; box-shadow: 0 1px 5px 1px rgba(0,0,0,.07)}

.footer{ background: #303c42; overflow: hidden;position: relative;}
.footer a{color: #fff}
.footer .row{position: relative;}
.foot_contact{position: absolute; right: 0; width: 33%; top: 0; color: #c7ccd0; height: 100%; padding:60px 0; background:#37424b; padding-left: 70px;}
.foot_contact strong{letter-spacing: 1px;}
.foot_contact span{display: inline-block; text-align: center;margin-top: 12px;}
.foot_contact span img{display: block; margin-bottom: 12px;}
.footer .warper{padding:60px 0 100px 0; overflow: hidden;}
.footer .item{width:15%; float: left;}
.footer .item2{ width: 25%;margin-right: 5% }
.footer h3{font-size:18px; font-weight: 500; color: #f5f4f4; margin-bottom: 30px;}
.footer li{margin-bottom: 7px;}
.footer li a{color: #cfd8dc; display: block; line-height: 26px;}
.footer .item2 a{color: #cfd8dc; display: inline-block; margin-right: 30px; line-height: 24px; margin-bottom:4px;}
.copyright{ background: #455a64; padding:20px 15px; text-align: center; color: #fff; }

#banner{position: relative; }
/*#banner img{ width: 100%;height:auto; display: block; }*/
#banner .owl-controls{margin-top: 0}
#banner .owl-controls .owl-buttons div{ height:50px; padding:0; margin:0; width:56px; border-radius: 0; background: url(../images/right.png) no-repeat center;opacity: .5; transition: all .3s; text-indent: 9999px; overflow: hidden; position: absolute; top: 50%; margin-top: -25px; right:100px;}
#banner .owl-controls .owl-buttons div.owl-prev{transform: rotate(180deg); right: auto; left: 100px;}
#banner .owl-controls .owl-buttons div:hover{opacity: 1}
#banner .owl-pagination{display: none;}

.bandiv{ padding: 12% 0 10%; text-align: center; }
.banitem{  flex-flow: row wrap; justify-content: center; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; }
.ban_h2{ position: relative; display: grid; align-items: center; justify-items: end; z-index: 2; }
.color_red{ color: #c5221f; }
.color_blue{ color: #1a73e8; }
.ban_h2 h2{ opacity: 0; transform: translateY(-80px); font-size: 100px; position: relative; letter-spacing: -2.5px; grid-area: 1 / 1; }
.ban_h2 h2.on{ animation: h2txt 4s linear forwards; }
.bantext{ flex-basis: 100%; display: flex; align-items: flex-end; text-align: center; -webkit-box-ordinal-group: 2; order: 1; z-index: 4; }
.bantext h3{ font-size: 80px; font-weight: 700; letter-spacing: -2.5px; }
.ban_spac{ -webkit-box-align: center; display: flex; -ms-flex-align: center; align-items: center; height: 240px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin: 0 -30px 0 0; width: 330px; z-index: 0; }
.ban_img{ width: 360px;  align-items: center; display: grid; justify-items: center; background: #f5f5f5; position: relative; height: 360px; z-index: 3; margin: 0 auto; border-radius:30px; }
.ima_div.on{ animation: h2txt2 4s linear forwards; }
.ima_div{ grid-area: 1 / 1;  opacity: 0; position: relative; }
.bg_red{ background: #fce8e6; }
.bg_blue{ background: #d2e3fc; }
@keyframes h2txt{
	0%{
		opacity: 0;
		transform: translateY(-80px);
	}
	10%{
		transform: translateY(0px);
		opacity: 1;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes h2txt2{
	2%{
		opacity: 0;
		transform: translateY(-80px);
	}
	15%{
		transform: translateY(0px);
		opacity: 1;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
.ban_btn{ cursor: pointer; position: relative; margin-left: 30px; margin-bottom: 20px; width: 28px; border-radius: 28px; background: #333; height: 28px; }
.ban_pp{ margin-top: 60px; margin-bottom: 36px; }
.ban_pp p{ text-align: center; font-size: 24px; }
.ban_dibtn{ text-align: center; }
.ban_dibtn a{ border-radius: 4px; padding: 15px 35px; color: #fff; display: inline-block; background: #1a73e8;font-size:16px; }
.ban_dibtn a:hover{ opacity: 0.85; transform: translateY(10px); }

.fix_wechat{ bottom: 16px; position: fixed; right: 16px; z-index: 9997; }
.we_but{ transition: all 0.3s; cursor: pointer; width: 56px; border: 0; border-radius: 12px; height: 56px; background: linear-gradient(180deg, #02e36f .27%, #07c160); display: flex; align-items: center; justify-content: center; }

.we_but:hover{ opacity: 0.9; }
.we_tip{ background: #e6f4ea; color: #137333; align-items: flex-start; border-radius: 10px; bottom: 80px; box-shadow: 0 0.62px 1.25px rgba(60,64,67,.3), 0 1.25px 3.77px 1.25px rgba(60,64,67,.15);
    display: flex; font-size: 14px; justify-content: space-between; padding: 16px; position: absolute; right: 0; width: 200px; }
.we_tip span{ font-size: 16px; }
.we_tip button{ cursor: pointer; background: transparent; border: none; }
.we_tip button img{ width: 80%; }
.we_tip:before{content: ""; position: absolute; bottom: -14px; right: 18px; width: 0;
height: 0; filter: drop-shadow(0 1.62px 1.25px rgba(60, 64, 67, .3));
border-style: solid;
border-width: 15px 10px 0 10px;
border-color: #e6f4ea transparent transparent transparent; }
.we_panel{ width: 388px; align-items: center; border-radius: 10px; background: #fff; border: 1px solid #dadce0; bottom: 66px; display: flex; gap:16px; padding: 16px; position: absolute; right: 0; display: none; }
.panel_txt span{ display: block; width: 100%; font-size: 14px; }
.panel_txt span:first-child{ font-size: 16px; margin-bottom: 10px; }
/*版块标题*/
body{padding-top:80px;}
.warper{max-width:1350px; margin:0 auto;}
.container{width: 100%; padding:0; margin:0;}
.row{overflow: hidden;}
.conbox{padding:70px 0 80px 0;}
.hometit{margin-bottom:55px; text-align: center; font-size: 32px; position: relative; font-weight: 600; color: #545454;}
.hometit:after,.rew_li h3:after{content: ""; position: absolute; left: 50%; bottom: -15px; height: 2px; width: 20px; background:#d70936; margin-left: -10px;}

.themebox,.newbox{overflow: hidden;}
.themebox .more{ border-radius: 3px; color: #fff; background:#0077c8; line-height: 50px; display: block; text-align: center; font-size: 16px;box-shadow:0 15px 35px -5px rgba(0,0,0,.25) }
.theme_lis,.siteservice_lis{overflow: hidden; margin:0 -26px;}
.theme_lis li{width: 29.333%; float: left; margin:2px 2%;border-radius: 2px;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);margin-bottom:78px; background: #fff; transition: all .3s;}
.theme_lis li a,.topnew a{display: block; overflow: hidden;}
.theme_lis .pic{position:relative;}
.theme_lis .pic b{width:90px;height:32px;background:#c71d1fc7;line-height: 32px;display: block; position: absolute; bottom: 0;right: 0;color: #fff;text-align: center;-webkit-border-top-left-radius: 3px;-moz-border-radius-topleft: 3px;border-top-left-radius: 3px;}
.theme_lis img,.topnew img,.siteservice_lis img,.new_lis img,.lis_new img{display: block; width: 100%;height:auto; transition: all .3s;}
.theme_lis img{aspect-ratio: 41 / 31;object-fit: cover;}
.theme_lis .con{padding:20px; color: #444; font-size: 14px;}
.theme_lis .con p{height:38px;overflow:hidden;}
.theme_lis h3{ font-size: 16px; font-weight:500; color: #111;margin-bottom: 12px;height:40px;overflow:hidden; }
.theme_lis li:hover{ background: #f9f9f9;}
.custom_li li{width: 22%; margin:2px 1.5% 65px;}
.custom_li h3{height:20px}

.newbox{background: #f7f7f7}
.new_lis{margin-bottom: 3px;}
.new_lis li,.lis_new li{overflow: hidden; margin-bottom: 40px; padding-right: 15px;}
.new_lis li{float:right;width:49%;}
.new_lis li:nth-child(2n+1){float:left;}
.new_lis .pic,.lis_new .pic{ width: 250px; float: left; }
.new_lis .con,.lis_new .con{margin-left: 250px; padding-left:35px }
.new_lis h3,.lis_new h3{font-size: 18px; font-weight:600;color:#222}
.new_lis b,.topnew b,.lis_new b{font-weight: 100; color: #666; display: block;font-size:12px;}
.new_lis b{margin:10px 0 10px 0;}
.new_lis p{font-size: 14px; line-height: 24px; color: #444; height: 70px; overflow: hidden;margin-top:10px}
.topnew{ border-radius: 2px;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow: 0 2px 5px 0 rgba(0,0,0,.26); width: 43%; margin-right: 3px; float: right;}
.topnew .con{padding:30px 15px;}
.topnew h3{font-size: 18px; font-weight: 100; margin-bottom: 10px;}
.newbox .more{ border-radius: 3px; color: #fff; background:#0077c8; margin:0 auto; margin-top: 45px; line-height: 50px; display: block; width: 180px; text-align: center; font-size: 16px;box-shadow:0 15px 35px -5px rgba(0,0,0,.25) }
.themebox .more:hover,.newbox .more:hover{background:#068acb;}

.siteservice_lis li{width: 23%; margin:2px 1% 25px; float: left;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);}
.siteservice_lis .con{padding:30px 25px; text-align: center; }
.siteservice_lis p{line-height: 24px; color: #444;  height: 70px; overflow: hidden;}
.siteservice_lis h2,.siteservice_lis h3{font-size: 18px; font-weight: 600; margin-bottom: 12px;}
.siteservice_lis li:hover h2,.siteservice_lis li:hover h3,.new_lis li:hover h3,.topnew:hover h3,.theme_lis li:hover h3,.lis_new li:hover h3,.fonli li:hover a,.rul li:hover h3{color: #0077c8}

/*二级页公用*/
.main{padding:80px 0 150px 0; overflow: hidden;}
.sub_banner{ width: 100%; overflow: hidden; height: 100px; background:#0077c8; display: flex; align-items: center; justify-content: center;color: #fff; }
.sub_banner h1,.sub_banner h2{font-size: 24px; font-weight: 100; }
.sub_banner a{color:#fff;text-decoration: underline;}
.digg4  { padding:3px; margin:3px; text-align:center; font-family:Arial, Helvetica, Sans-serif; font-size: 14px;}
.digg4  a,.digg4 span.miy{ border:1px solid #ddd; padding:5px 10px; margin:2px; color:#555; text-decoration:none;border-radius: 5px;}
.digg4  a:hover { border:1px solid #ddd; }
.digg4  a:hover { border:1px solid #ddd; }
.digg4  span.current {border:1px solid #d70936; padding:5px 10px; margin:2px; border-radius: 5px;color:#fff; background-color:#d70936; text-decoration:none;}
.digg4  span.disabled { border:1px solid #ddd; padding:5px 10px; margin:2px; color:#555;border-radius: 5px;}
.digg4 .disabledfy { font-family: Arial;}

/*联系我们*/
.editbox{ overflow: hidden; text-align: center;}
.editbox h1{ font-size: 18px; font-weight: 100; margin:10px 0 40px 0; text-transform: uppercase; }
.editbox li{line-height: 26px; font-size: 18px; margin-top:30px;}
.editbox li strong{display: block; font-size: 14px; color: #444; font-weight: 300; }
.editbox a:hover{ color: #d70936;}
.editbox h4{font-size: 26px;}
.map{margin-top:100px;}
.map img{display: block; width: 100%;}

/*list*/
.pc_li{overflow: hidden;}
.pc_li li,.rew_li li,.amp_li li,.about_li{overflow: hidden; padding:80px 0; line-height: 30px; color: #444;}
.pc_li li .warper,.rew_li li .warper,.amp_li li .warper{max-width: 1180px;}
.pc_li li:nth-child(even),.rew_li li:nth-child(even),.amp_li li:nth-child(even){ background:#f7f7f7; }
.pc_li .lcon,.rew_li .lcon,.amp_li .lcon{width:50%; float: left; text-align: center;}
.pc_li .rcon,.rew_li .rcon,.amp_li .rcon{width: 45%; float: left;}
.pc_li img,.rew_li img,.amp_li img{max-width: 95%;display: inline-block;}
.pc_li li:nth-child(even) .lcon{ float: right; }
.pc_li h1,.rew_li h1,.amp_li h1,.pc_li h2,.rew_li h2,.amp_li h2{font-size: 32px; font-weight: 100; color: #333; margin-top: 20px; margin-bottom:35px;}
.pc_li h1{margin-top: 50px;}
.rew_li h3{ font-size: 32px; text-align: center; font-weight: 100; line-height:43px; color: #333;margin-bottom:70px; position: relative; }
.rew_li .item{width: 33.33%; text-align: center; float: left; margin-bottom:50px;}
.rew_li .item h4{font-weight: 100}
.rew_li .item h6{width: 104px; height: 76px; background:url(../images/rew_icon.png) no-repeat left center; margin:0 auto 10px auto;}
.rew_li .row .item2 h6{ background-position: -104px center }
.rew_li .row .item3 h6{ background-position: -208px center }
.rew_li .row .item4 h6{ background-position: -312px center }
.rew_li .row .item5 h6{ background-position: -420px center }
.rew_li .row .item6 h6{ background-position: -524px center }

.amp_li li:nth-child(2){position: relative; padding-bottom: 150px;}
.amp_li li:nth-child(2) .lcon{width: 50%; position: absolute; height: 100%; right: 0; background:#0d92ea; float: none; top: 0; text-align: left;}
.amp_li li:nth-child(3){text-align: center;}
.amp_li .item{overflow: hidden; position: relative; margin:0 auto;}
.amp_li .item .pic{width: 628px; float: left;}
.amp_li .item .con{display: flex;left: 628px; top: 0; height: 100%; align-items: center; position: absolute; text-align: left; padding-left: 50px; font-size: 14px;}
.amp_li .item .con h4{font-size: 18px; color: #333; font-weight: 100;margin-bottom: 20px;}
.amp_li li:nth-child(3) .item:nth-child(even) .pic{float: right;}
.amp_li li:nth-child(3) .item:nth-child(even) .con{left: 0;margin-right: 628px; padding-right: 50px;padding-left: 0}
.amp_li li:nth-child(3) h2{margin-bottom: 60px;}
.amp_li li:nth-child(3) img{width: 100%; max-width: 100%;}

.about_pic{width:660px;height:470px;background:url(../images/about_03.jpg) no-repeat 0 0;padding:137px 122px 75px 122px;float:left;}
.about_pic iframe{position:relative}
.about_con{margin-left:700px;line-height:28px;font-size:14px;}
.about_li{background:#f7f7f7;margin:80px 0 0}
.about_li li{width:25%;float:left;padding:0 1.5%;}
.about_li_pic{width:148px;height:148px;position:relative;text-align:center;background:url(../images/bg_about_item.png) no-repeat center 0;margin:0 auto;}
.about_li_pic span{position:absolute;right:6px;top:28px;}
.about_li_pic strong{font-size:40px;line-height:148px;font-weight:normal;font-family:Arial;}
.about_li li:hover .about_li_pic{background:url(../images/bg_about_item.png) no-repeat center -148px;}
.about_li p{padding:15px;line-height:30px;text-align:center;}
.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);    
    filter: grayscale(100%);  
    filter: gray;
}
.honnr{overflow:hidden;margin:0;background:#fff;padding-bottom:20px;}
.honnr img{width:100%}
.about_partner{ padding:60px 0 0; overflow: hidden;}
.about_partner .lis{ overflow: hidden; }
.about_partner .lis h6{ width: 16%; margin:0 .3%; display: inline-block; float: left; vertical-align: top; text-align: center; height:147px; overflow: hidden; margin-bottom: 25px;font-weight:normal;color:#444 }
.about_partner .lis h6 .pic{ display: block; border:1px solid #ddd; width: 99%; margin:0 auto; margin-bottom: 8px; color: #444; height: 100px; display: flex; align-items: center; justify-content: center; }
.about_partner .lis .pic img{max-width: 100%; max-height: 100%;}
.p_lcon{width:900px; float: left; }
.p_rcon{ margin-left: 1000px;}
.p_rcon_h4,.info_tit{position: relative; margin:60px 0 20px 0;z-index:-1}
.p_rcon_h4:first-child{margin-top: 0}
.p_rcon_h4 b,.info_tit b{font-size: 18px; border-bottom: 1px solid #d70936; font-weight: 500; padding-bottom: 10px; display: inline-block; position: inherit; z-index: 2;}
.p_rcon_h4:after,.info_tit:after{content: ""; width: 100%; height: 1px; background:#e2e2e2; position: absolute; left: 0; bottom: 0;}
.lis_new{margin-bottom:15px; overflow: hidden; padding-right: 3px;}
.lis_new li{position: relative;}
.lis_new p{line-height: 26px; color: #444; height:72px; overflow: hidden;margin-top:10px;}
.lis_new .lab{position: absolute; left: 250px; margin-left: 35px; bottom:8px;color: #777;font-size: 12px;}
.lis_new .lab a{border:1px solid #ddd; border-radius: 3px; display: inline-block; padding:3px 5px; margin-right: 16px; color: #777;font-size:12px}
.lis_new .lab a:hover{color: #d70936}
.new_lis li:hover,.lis_new li:hover{ -webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.26);box-shadow: 0 3px 5px 0 rgba(0,0,0,.26);}
.lis_new h3{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.lis_new b{margin:6px 0 0 0;}
.rul li{margin-left: 0px;display:inline-block;}
.rul a{display: block;}
.rul .pic img{width: 135px; float: left;}
.rul .con{margin-left: 135px; padding-left: 25px;}
.rul h3{font-size: 14px; max-height: 46px; overflow: hidden; font-weight: 500; line-height: 26px; margin-bottom: 10px;}
.rul b{font-weight: 100; color: #777;font-size:12px}
.fonli{ line-height: 26px; font-size: 14px; }
.fonli li{position: relative;padding-left: 15px; margin-bottom: 5px;}
.fonli li a{ padding:3px 0; display: block;}
.fonli li:before{width: 4px; height: 4px; background: #777; content: ""; position: absolute; left: 0; top: 14px; }
.shop_ban{ position: relative; text-align: center; z-index: 0; padding: 50px 0 0 0; }
.shop_ban:before{ content: ""; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 90%; background: url(../images/s_gpbg.jpg) #008060 center bottom no-repeat; }
.shop_ban h1{ font-size: 32px; color: #fff; margin-top: 30px; }
.sh_bpicd{ margin-top: 20px; }
.sh_warper{ max-width: 1180px; margin: 0 auto; }
.shop_wh{ padding: 70px 0 75px 0; }
.shop_tit{ text-align: center; }
.shop_tit h3{ font-size: 32px; font-weight: 400; color: #111; margin-bottom: 22px; }
.sh_pp p{ font-size: 16px; line-height: 32px; color: #444; }
.shop_ysn{ padding: 68px 0 38px 0; position: relative; z-index: 0; }
.shop_ysn:before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 80%; background: url(../images/sh_bgbw.jpg) #fbf7ed center bottom no-repeat; }
.shop_ysn .shop_tit h3{ color: #004c3f; }
.sh_yspic{ text-align: center; margin-top:48px; }
.shop_six{ padding: 40px 0 10px 0; }
.sh_sixbox{ margin-top: 36px; display: flex; flex-wrap: wrap; }
.sh_sixbox li{ width: 26.5%; margin-right: 10%; margin-bottom: 40px; }
.sh_sixbox li:nth-of-type(3n){ margin-right: 0; }
.sh_sixbox li i{ display: block; height: 36px; }
.sh_sixbox li h4{ font-size: 16px; margin-top: 16px; }
.sh_sixbox li p{ font-size: 16px; line-height: 28px; margin-top: 8px; color: #444; }
.shop_web{ padding: 10px 0 105px 0; }
.sh_opitem{ margin-bottom: 60px; overflow: hidden; }
.shop_web .sh_opitem:last-child{ margin-bottom: 0; }
.sh_opitem .sh_lcon{ width: 50%; float: left; }
.sh_opitem .sh_rcon{ width: 50%; float: right; padding: 50px 0 0 48px; }
.sh_rcon span{ color: #008060; font-size: 16px; font-weight:bold; }
.sh_rcon h4{ font-size: 26px; font-weight: normal; margin-top: 12px; color: #111; }
.sh_rcon p{ font-size: 16px; line-height: 24px; margin-top: 15px; color: #111;  }
.sh_rcon dl{ margin-top: 15px; }
.sh_rcon dl dd{ padding: 14px 0; overflow: hidden; font-size: 16px; color: #444; border-bottom: 1px solid #dadada; }
.sh_rcon dl dd img{ float: right; }
.shop_web .sh_opitem:nth-of-type(even) .sh_lcon{ float: right; }
.shop_web .sh_opitem:nth-of-type(even) .sh_rcon{ float: left; padding: 50px 48px 0 0; }
.sho_num{ padding: 66px 0 85px 0; background: url(../images/sh_numbg.jpg) no-repeat fixed; background-size: cover; }
.sho_num .shop_tit h3{ color: #fff; }
.sh_numul{ width: 100%; margin-top: 72px; overflow: hidden; }
.sh_numul li{ width: 20%; float: left; margin-right: 20%; text-align: center; color: #fff; }
.sh_numul li span{ font-size: 32px; }
.sh_numul li p{ font-size: 16px; margin-top: 7px; }
.sh_numul li:last-child{ margin-right: 0; }
.sh_btn{ text-align: center; margin-top: 75px; }
.sh_btn a{ display: inline-block; font-size: 16px; padding: 18px 60px; background: #df0024; color: #fff; border-radius: 4px; }
.sh_btn a:hover{ background: #37424b; }
.sh_why{ padding: 85px 0 126px 0; }
.s_whydiv{ margin-top: 38px; overflow: hidden; }
.s_whydiv .s_wlcon,.s_whydiv .s_wrcon{ width: 50%; float: left; }
.s_whydiv .s_wlcon{ padding-right: 15px; }
.s_whydiv .s_wrcon{ padding-left: 15px; }
.s_whydiv h5{ font-size: 26px; height: 35px; }
.s_wh{ margin-top: 15px; min-height: 244px; background: #f3fcf4; padding: 28px 18px 36px 18px; }
.sp_ul li{ margin-bottom: 25px; position: relative; padding-left: 30px; font-size: 16px; }
.sp_ul li:before{ content: ""; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../images/smile.png) no-repeat; }
.sp_ul li:last-child{ margin-bottom: 0; }
.th_wh{ margin-top: 15px; min-height: 244px; background: #fbf7ed; padding: 28px 18px 36px 18px; }
.th_wh .sp_ul li:after{ content: ""; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url(../images/angry.png) no-repeat; }
.th_wh .sp_ul li:before{ display: none; }
/*详情*/
.infocon h1{font-size:24px;  margin-bottom: 20px}
.infocon h2{font-size:22px;  margin:30px 0;color:#111;font-weight:normal}
.infocon h3{font-size:17px;  margin: 15px 0 10px;color:#111}
.infocon img{ display: inline-block; max-width: 100%; border: 5px solid #e7e7e7;border-radius: 5px;margin:8px 0}
.infocon .time{margin-bottom:20px; color: #666; border-bottom: 1px solid #ddd; font-size: 13px; padding-bottom: 15px;}
.infocon_con{line-height:30px; font-size:16px;}
.infocon_con p{margin-bottom:15px}
p.note span{display:block;color:#666;text-align:center;font-size:14px;}
.infocon_con a{color:#1a73e8}
.infocon_con a:hover,.other a:hover{color:#1a73e8}
.other{padding-top:20px;line-height:30px}
.infocon_con table{border-top: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3;width:75%;margin:6px 0}
.infocon_con td{border-right: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3;padding-left:8px;font-size:14px}
.infocon_con table tr:nth-child(odd){background:#eff3f5;}
.infocon_con table.ggbg{width:100%}
.infocon_con table.ggbg th{border-right: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3;background:#efefef}
.infocon_con table.ggbg tr,.infocon_con table.biaoti td{background:#fff;line-height:36px;}
.infocon_con table .biaoti{font-size:15px;font-weight:bold}
.infocon_con table .wfuhao{width:20px;height:20px;background:url(../images/ch_icon.png) no-repeat;display:block;}
.infocon_con table .rfuhao{width:20px;height:20px;background:url(../images/dh_icon.png) no-repeat;display:block;}
.infocon_con  table tr:nth-child(1){ }
ul.dot{padding-left:20px;}
ul.dot li{list-style:disc;}
.daodu{padding:20px 30px;border: 1px solid #c7c7c7;border-radius: 5px;font-size:14px;line-height:24px;margin-bottom:25px}
.daodu dt{font-size:15px;}
.daodu dd{padding-left:40px;}
.daodu a{color:#333}
.daodu a:hover{text-decoration: underline;}
/*theme*/
.search_line{margin-bottom: 80px; font-size: 15px;}
.search_line select{border:1px solid #ddd; border-radius: 3px; padding:8px 10px 8px 5px; margin-right: 25px; margin-left: 5px; min-width: 160px; color: #444;background:#fff}
.search_line input{border:1px solid #ddd; line-height: 37px; border-radius: 3px 0 0 3px;padding:0 10px;}
.search_line button{background: #1a73e8 url(../images/search.png) no-repeat center ; border-radius: 0 3px 3px 0; display: inline-block; width: 60px; vertical-align: middle; height: 39px; margin-top: -2px; border:0; cursor: pointer;}
.search_line span{display: inline-block; margin-bottom: 6px;}

.pro_detail{box-shadow:0px 3px 5px 1px rgba(0,0,0,.2); position: relative; background:#f9f9f9; overflow: hidden;}
.pro_detail .pro_pic{width: 877px; float: left;}
.pro_detail .pro_pic img{display: block; width: 100%;}
.pro_pic .owl-controls{margin-top: 0}
.pro_pic .owl-pagination{position: absolute; left:0; bottom:30px; width: 100% }
.pro_pic .owl-controls .owl-page.active span, .pro_pic .owl-controls.clickable .owl-page:hover span{background: #1a73e8}
.pro_pic .owl-controls .owl-buttons div{ text-indent: 9999px; overflow: hidden;width: 46px; height: 46px; position: absolute; background:url(../images/right_black.png) no-repeat center; background-size: 30px; right: 0; top: 50%; margin-top: -23px; }
.pro_pic .owl-controls .owl-buttons div.owl-prev{right: auto; left: 0; transform: rotate(180deg);}
.pro_fondetail{  padding:40px 40px; margin-left: 877px;}
.pro_detail h1{font-size: 24px; margin-bottom: 20px; font-weight: 500;color: #111;}
.pro_detail .fon{line-height: 28px; color: #444; height:450px;overflow-y:auto;}
.pro_detail .fon p{margin-bottom: 20px;}
.pro_detail .custom p{margin-bottom: 20px;font-size:14px;}
.pro_detail .links{margin:30px 0 0 0;}
.pro_detail .links i{display: inline-block; margin-right: 5px; font-weight: 100; font-size:26px; vertical-align: middle; margin-top: 0px;}
.pro_detail .links a{ background: #0077c8; display: inline-block; color: #fff; font-size: 16px; line-height: 45px; text-align: center; width:145px; border-radius:5px;box-shadow: 0 5px 10px -5px rgba(0,0,0,.35)}
.pro_detail .links a:nth-child(1){ margin-bottom: 10px; background:none; margin-right: 40px; border:1px solid #ddd; color: #333;}
.pro_detail .links a:hover{opacity: .8}
.info_tit b{font-size: 24px; padding-bottom: 15px;}
.info_main img{ display: block; width: 100%; }
.info_main{width: 870px;}
.pro_fondetail.top{position:fixed;top:80px;background:#fff;right:50%; padding:45px 30px 20px; margin-right:-675px; width:450px;margin-left: 0;height:100%;overflow-y:auto;}
div::-webkit-scrollbar {width: 4px;}
div::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);opacity: 0.2;background: fade(@primary-color, 60%);}
div::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 0;background: fade(@primary-color, 30%);}
.iframebox{position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
iframe{position: absolute;top:0; left: 0;width: 100%; height: 100%; }
.infocon_con iframe{}
/*移动手机*/
.mob_ban{ overflow: hidden; padding:110px 0 180px 0 ; background: url(../images/mob_ban.png) bottom center no-repeat; background-size: cover; }
.mob_ble{ width: 40%; float: left; }
.mob_bri{ width: 60%; float: right; padding: 70px 0 0 50px; }
.mob_bri h1{ color: #fff; font-size: 32px; }
.mob_pp{ margin-top: 14px; margin-bottom: 20px; }
.mob_pp p{ color: #fff; line-height: 29px; font-size: 16px; }
.mob_ths{ padding: 0 0 114px 0; }
.mob_h2{ text-align: center; font-size: 36px; font-weight: normal; }
.mob_dec{ text-align: center; padding: 0 20%; margin-top: 20px; }
.mob_dec p{ font-size: 16px;  line-height: 27px; }
.mob_dec img{ margin-top: 38px; }
.mob_icoul{ display: flex; }
.mob_icoul li{ display: inline-block; text-align: center; width: 22%; margin-right: 4%; }
.mob_icoul li:last-child{ margin-right: 0; }
.mob_icoul li h4{ font-size: 20px; margin-top: 10px; }
.mob_icoul li p{ font-size: 16px;  line-height: 27px; margin-top: 15px; }
.mob_js{ padding: 42px 0 55px 0; overflow: hidden; background: url(../images/mob_bybg.png) no-repeat; background-size: cover; }
.mobjs_le{ width: 523px; float: left; }
.mobjs_ri{ margin-left: 523px; padding: 60px 0 0 50px; }
.mobjs_ri .mob_h2{ color: #fff; text-align: left; }
.mob_byx{ margin-top: 26px; }
.mob_byx li{ margin-bottom: 14px; color: #fff; padding-left: 26px; position: relative; }
.mob_byx li:before{ content: ""; position: absolute; top: 4px; left: 0; width: 12px; height: 11px; background: url(../images/sc_p.png) no-repeat; background-size: cover; }
.mob_why{ padding-top: 95px; }
.mob_why .warper{ padding: 0 5%; }
.mob_whyul{ margin-top: 34px; flex-wrap: wrap; display: flex; }
.mob_whyul li{ width: 40%; margin-right: 20%; margin-bottom: 44px; }
.mob_whyul li:nth-of-type(even){ margin-right: 0; }
.mob_wyli{ position: relative; padding-left: 90px; padding-top: 20px; }
.mob_wyli h4{ padding-bottom: 10px; font-size: 20px; border-bottom: 1px solid #bfd3f6; }
.mob_wyli p{ font-size: 14px; margin-top: 10px; line-height: 24px; }
.mob_wyli img{ position: absolute; top: 0; left: 0; }
.cu_case{ margin-top: 95px; padding-bottom: 95px; }
.cu_caul{ margin-top: 45px; display: flex; flex-wrap: wrap; }
.cu_caul li{ width: 20%; display: inline-block; }
.cu_liitem{ position: relative;padding:2px; overflow: hidden; }
.cu_liitem img{ width: 100%; transition: all 0.3s; }
.cu_liitem:hover img{ opacity: 0.85; }
.cu_liptx{ background:#01010154; transition: all 0.3s; position: absolute; bottom: -60px; left: 0; width: 100%; padding: 16px 12px; }
.cu_liptx p{ color: #fff; font-size: 16px; }
.cu_liitem:hover .cu_liptx{ bottom: 0; }
.cu_liitem i{ position: absolute; transition: all 0.3s; opacity: 0; top: 50%; left: 50%; transform: translate(-50%,-50%); display: inline-block; border: 1px solid #fff; width: 66px; height: 66px; line-height: 64px; border-radius: 66px; text-align: center; }
.cu_liitem i img{ width: 45%; }
.cu_liitem:hover i{ opacity: 1; }
.ca_more{ display: block; margin: 45px auto 0 auto; text-align: center; border-radius: 5px; font-size: 16px; padding:12px 10px; width: 210px; border: 1px solid #222; }
.ca_more:hover{ background: #c81d1f; color: #fff; border: 1px solid #c81d1f;  }
/*外贸*/
.for_ban{ text-align: center; background: url(../images/fo_wbg.png) top center no-repeat; background-size: contain; padding: 100px 0 0 0; }
.for_ban h1{ color: #fff; font-size: 32px; margin-bottom: 10px; }
.for_ks{ padding: 84px 0 10px 0; }
.for_icul{ margin-top: 60px; display: flex; flex-wrap: wrap; }
.for_icul li{ width: 30%; text-align: center; margin-right: 5%; margin-bottom: 70px; }
.for_icul li:nth-of-type(3n){ margin-right: 0; }
.for_icul li h4{ margin-top: 10px; font-size: 20px; }
.for_icul li p{ font-size: 16px; margin-top: 10px; line-height: 27px;}
.for_echo{ padding: 46px 0 126px 0; background: url(../images/fo_ecbg.png) no-repeat; background-size: cover; }
.for_echo .mob_h2,.for_echo .mob_dec{ color: #fff; }
.fo_fiul{ display: flex; margin-top: 45px; }
.fo_fiul li{ display: inline-block; text-align: center; width: 18%; margin-right: 3%; }
.fo_fiul li:last-child{ margin-right: 0; }
.fo_fiul li h4{ outline: 14px solid rgba(255, 255, 255, 0.19); display: inline-block; font-size: 20px; font-weight: normal; width: 120px; height: 120px; background: #fff; border-radius: 120px; line-height: 120px; text-align: center; }
.fo_fiul li p{ color: #fff; font-size: 14px; line-height: 22px;  margin-top: 25px; }
.for_why{ background: #fafafa; padding: 80px 0 110px 0; }
.fo_h3{ color: #4069ff; margin-top: 60px; text-align: center; font-size: 36px; }
.fo_ulicon{ margin-top: 60px; display: flex; }
.fo_ulicon li{ display: inline-block; width: 25%; text-align: center; }
.fo_ulicon li h3{ font-size: 34px; margin-top: 22px; }
.fo_ulicon li p{ margin-top: 5px; font-size: 16px;  }
.for_sa{ padding-top: 72px; }
.f_saul{ display: flex; flex-wrap: wrap; margin-top: 45px; }
.f_saul li{ width: 31.3%; box-shadow: 0 2px 12px rgba(0,0,0,.10); padding: 25px 55px 55px 30px; border-radius: 10px; background: #fcfcfd; border: 2px solid #fff; display: inline-block; margin-right: 3%; margin-bottom: 34px; }
.f_saul li:nth-of-type(3n){ margin-right: 0; }
.fa_sitem{ position: relative; padding-left: 44px; }
.fa_sitem h5{ font-size: 18px; font-weight: normal; }
.fa_sitem p{ font-size: 14px; margin-top: 10px;  color: #666; line-height: 22px; }
.fa_sitem img{ position: absolute; top: 0; left: 0; }
@media screen and (max-width: 1500px){
  .foot_contact{width: 30%;}
  .bandiv{ padding: 140px 0 64px; }
}
@media screen and (max-width: 1400px){
.logo{left: 10px; margin-left: 0}
.head_rcon{right: 10px; margin-right: 0}
.foot_contact{width: 25%;}
.footer .warper{padding:60px 10px 120px 10px;}
#banner .owl-controls .owl-buttons div{right: 20px;}
#banner .owl-controls .owl-buttons div.owl-prev{left: 20px;}
.theme_lis, .siteservice_lis{margin:0;}
.theme_lis li{margin:2px 1%; width: 31.33%; margin-bottom: 45px;}
.siteservice_lis li{ width: 31.33%;}
.mob_ban{ padding: 60px 0 122px 0; }
.mob_ths{ padding: 0 0 80px 0; }
.mobjs_ri{ padding: 36px 0 0 50px; }
.mob_why{ padding-top: 60px; }
.mob_whyul li{ margin-bottom: 12px; }
.cu_case{ margin-top: 60px; padding-bottom: 60px; }
.mob_h2{ font-size: 30px; }
.mob_dec img{ margin-top: 12px; }
.for_ks{ padding: 54px 0 40px 0; }
.for_ban img{ height: 350px; }
.for_ban h1{ font-size: 30px; }
.for_ban{ padding: 60px 0 0 0; }
.for_icul{ margin-top: 36px; }
.for_icul li{ margin-bottom: 30px; }
.for_echo{ padding: 46px 0 60px 0; }
.for_why{ padding: 50px 0 70px 0; }
.fo_h3 { font-size: 28px; margin-top: 30px; }
.fo_ulicon{ margin-top: 40px; }
.fo_ulicon li h3{ font-size: 28px; margin-top: 10px; }
.for_sa{ padding-top: 50px; }
.f_saul{ margin-top: 30px; }
.f_saul li{ padding: 25px 55px 40px 30px; }
.ban_h2 h2{ font-size: 84px; }
.bantext h3{ font-size: 70px; }
.bantext{ flex-basis: inherit; }

}
@media screen and (max-width: 1366px){
.shop_wh{ padding: 60px 0; }
.shop_six{ padding: 0 0 10px 0; }
.sh_sixbox li{ margin-bottom: 26px; }
.sh_opitem{ margin-bottom: 9px; }
.shop_web{ padding: 10px 0 20px 0; }
.sho_num,.sh_why{ padding: 60px 0; }
.sh_numul{ margin-top: 48px; }
}
@media screen and (max-width: 1350px){
.warper{padding:0 10px;}
.pro_fondetail.top{margin-right: 0; right: 0; width: 380px;}
.info_main{width: auto; margin-right:400px;}
}

@media screen and (max-width: 1280px){
#nav{margin-left: 190px;}
.p_lcon{width: 800px;}
.p_rcon{margin-left: 860px;}
.search_line{margin-bottom: 60px;}
.pro_detail .pro_pic{width: 750px;}
.pro_fondetail{margin-left: 750px;}
.infocon_con video{ height: 442px !important; }
.mob_whyul li{ margin-right: 10%; width: 45%; }
}

@media screen and (max-width: 1199px){
#nav{margin-left: 170px;}
nav li>a{padding:0 15px;}
.conbox{padding:50px 0 60px 0;}
.hometit{font-size: 28px; margin-bottom: 45px;}
.main{padding:50px 0 100px 0;} 
.p_lcon{width:650px;}
.p_rcon{margin-left: 700px;}
.search_line{margin-bottom: 40px;}
.pc_li .rcon, .rew_li .rcon, .amp_li .rcon{float: right;}
.amp_li li:nth-child(2) .rcon{float: left;}
.pc_li li:nth-child(even) .rcon{float: left;}
.pro_detail .pro_pic{width: 700px;}
.pro_fondetail{margin-left: 700px;}
.searchbox{height: 39px;}
.searchbox i{display: block;}
.searchbox form{position: absolute; right: -8px; top:45px; width: 240px; padding:5px; border-radius: 25px; background:#37424b; display: none;}
.searchbox input{width: 180px; padding:0 10px;}
.about_pic{float:none;margin:0 auto;}
.about_con{margin-left:0;padding-top:20px;} 
.shop_wpic img{ width: 100%; }
.sh_warper{ padding: 0 2%; }
.sh_sixbox li{ margin-right: 5%; width: 29.5%; }
.sh_opitem .sh_lcon img{ width: 100%; }
.sh_opitem .sh_rcon{ padding: 34px 0 0 22px; }
.shop_web .sh_opitem:nth-of-type(even) .sh_rcon{ padding: 34px 22px 0 0; }
.sh_btn{ margin-top: 56px; }
.infocon_con video { height: 360px !important;}
.ban_h2 h2{ font-size: 69px; }
.bantext h3{ font-size: 55px; }
.bandiv{ padding: 106px 0 32px; }
.ban_pp{ margin-top: 35px; margin-bottom: 25px; }

}
@media screen and (max-width: 1024px){
header{height: 66px;}
body{padding-top:66px;}
nav{position: fixed;left: 0;top: 0;bottom: 0;width:260px; box-shadow: 0 3px 5px #444;z-index: 99; overflow: auto;background:#fff;transform: translateX(-300px);transition: 0.3s; margin-left: 0}
nav li{ display: block; width: 100%; margin:0; }
nav li>a{ line-height: 45px; text-align: left; color: #333; display: block; height: auto ;padding:0 15px;}
nav li.on>a:before{left: 15px;}
nav li.on>a{height: auto; line-height: 45px;}
nav li dl{left:0; top:0; position: inherit; width: 260px; opacity: 1; background: #f9f9f9;box-shadow:none}
nav dl a{color: #555;padding:10px 0px 10px 35px; font-size: 14px;}
nav ul>li:nth-child(1){display: block;}
#nav .nav-button{ display: block; top:12px; cursor: pointer;}  
.head_rcon{right:68px; top: 14px;} 
.backToTop{width: 35px; height: 35px; right: 0} 
.conbox{padding:40px 0;}
.hometit{margin-bottom:35px;}
.main{padding:50px 0 100px 0;} 
.map{margin-top: 60px;}
.editbox li{margin-top: 20px;}
.editbox h1{margin-bottom: 25px;}
.p_lcon{width:550px;}
.p_rcon{margin-left:590px;}
.pro_detail .pro_pic{width: 550px;}
.pro_fondetail{margin-left:550px;}
.about_li{margin: 40px 0 0;} 
.sh_yspic{ margin-top: 15px; }
.shop_ysn{ padding: 45px 0 20px 0; }
.f_saul li{ padding: 20px; margin-bottom: 22px; }
.cu_caul{ margin-top: 20px; }
.mob_dec{ padding: 0 10%; }
.for_ban img{ height: 265px; }
.for_ks{ padding: 30px 0; }
.mob_h2{ font-size: 26px; }
.for_why{ padding: 50px 0; }
.fo_ulicon{ margin-top: 25px; }
.mob_whyul li{ width: 48%; margin-right: 4%; }
.mob_why{ padding-top: 50px; }
.mobjs_ri{ padding-left: 0; }
.mob_ths{ padding-bottom: 40px; }
.mob_bri h1{ font-size: 26px; }

}
@media screen and (max-width: 990px){
.foot_contact{padding-left: 40px;}
.rul .con{padding-left: 15px;}
.infocon h1{font-size: 22px;}
.pc_li li, .rew_li li, .amp_li li{padding:50px 0;}
.pc_li h1, .rew_li h1, .amp_li h1,.pc_li h2, .rew_li h2, .amp_li h2{font-size:28px; margin-top: 10px; margin-bottom: 25px;}
.rew_li h3{font-size: 28px;}
.pro_detail h1,.info_tit b{font-size: 22px;}
.pro_fondetail{padding:20px;}
.pro_detail .links{margin-top: 25px;}
.amp_li li:nth-child(3) h2{margin-bottom: 30px;}
.amp_li .item .pic{float: none; width: 100%; text-align: left;}
.amp_li .item .pic img{max-width: 100%;width: auto}
.amp_li .item .con{position: inherit; display: block; left: auto;padding-left: 0;padding:15px 0 20px 0;}
.amp_li .item .con h4{margin-bottom:5px;}
.amp_li li:nth-child(3) .item:nth-child(even) .con{width: 100%}
.amp_li li:nth-child(3) .item:nth-child(even) .pic{float: none;}
.amp_li li:nth-child(2){padding-bottom: 90px;}
.about_pic{width: 100%;text-align:center; height: 570px;padding:0;overflow:hidden;background:none;}
}

@media screen and (max-width: 989px){
.siteservice_lis .con{padding:15px;}
.theme_lis li{width: 48%}
.new_lis{margin-bottom: 35px;}
.new_lis li{width:100%;margin-bottom: 25px;}
.topnew{width: 99%; float: none;margin:.5%; }
.topnew .con{padding:15px;}
.topnew h3{margin-bottom: 5px;}
.newbox .more{margin-top: 30px;}
.bantext{ order: 0; }
.bandiv{ padding: 36px 0 0; }
.ban_h2 h2{ font-size: 50px; }
.bantext h3{ font-size: 38px; }
.ban_btn{ margin-left: 13px; margin-bottom: 6px;  }
.ban_spac{ height: auto; display: block; margin: 15px auto; }
.ban_pp{ margin-top: 10px; }
}

@media screen and (max-width:900px){ 
#banner .owl-controls .owl-buttons div{background-size: 20px; width: 30px;}
.p_lcon{width:100%; float: none;}
.p_rcon{margin-left:0; margin-top:40px;}
.p_rcon_h4, .info_tit{margin-top: 40px;}
.lis_new li{margin-bottom: 30px;}
.main{padding:40px 0 80px 0;} 
.pc_li li, .rew_li li, .amp_li li, .about_li{padding: 40px 0;}
.about_partner{padding: 40px 0 0;}
.amp_li li:nth-child(2){padding-bottom:40px;}
.sh_yspic img{ width: 100%; }
.sh_numul li span{ font-size: 25px; }
}

@media screen and (max-width:899px){
.footer .item{width: 100%; float: none; margin-bottom: 25px;}
.footer .item2{margin-right: 0}
.footer .item4{margin-bottom: 0}
.footer .warper{padding:40px 230px 40px 10px;}
.footer h3{margin-bottom: 10px;}
.footer li{display: inline-block; margin-right: 20px; margin-bottom: 0}
.footer .item2 a{margin-bottom: 0}
.foot_contact{width:200px; padding:40px 0 0 30px;}
.hometit{font-size: 24px;}
.pro_detail .pro_pic{width: 100%; float: none;}
.pro_fondetail{margin-left: 0}
.pro_fondetail.top{width: 300px; top:50px;}
.info_main{margin-right: 300px;}
.pc_li h1{margin-top: 20px;}
}

@media screen and (max-width: 780px){
.siteservice_lis li{width: 48%;margin-bottom: 30px;}
.siteservice_lis li:last-child{display:block;}
.pc_li h1, .rew_li h1, .amp_li h1,.rew_li h3,.pc_li h2, .rew_li h2, .amp_li h2{font-size:24px;}
.rew_li h3{margin-bottom: 50px;}
.pro_fondetail.top{position: inherit; width: auto;padding:20px; background: none; top: auto}
.info_main{margin-right: 0}
.sh_bpicd img{ width: 100%; }
.about_pic{height:470px;}
}

@media screen and (max-width: 640px){ 
.searchbox button,.searchbox i{background-size: 19px; width: 30px;}
.theme_lis li{margin-bottom: 30px;}
.theme_lis .con{padding:15px 10px;}
.theme_lis h3{margin-bottom: 6px;}
.new_lis .con, .lis_new .con{padding-left: 20px;}
.main{padding-bottom: 40px;}
.sub_banner h1,.sub_banner h2{font-size: 22px;}
.map{margin-top: 35px;}
.lis_new .lab{margin-left: 20px;}
.search_line{margin-bottom: 30px;}
.infocon p{line-height: 28px;}
.infocon h1{font-size: 20px;}
.pc_li .lcon, .rew_li .lcon, .amp_li .lcon{float: none; width: 100%;margin-bottom: 25px; text-align: left;}
.pc_li .rcon, .rew_li .rcon, .amp_li .rcon{float: none; width: 100%;}
.pc_li h1, .rew_li h1, .amp_li h1,.pc_li h2, .rew_li h2, .amp_li h2{margin-bottom: 15px;}
.pc_li li, .rew_li li, .amp_li li{padding:30px 0;}
.pro_detail h1, .info_tit b{font-size: 20px;}
.amp_li li:nth-child(2) .lcon{width: 100%; height: auto;position: inherit;}
.amp_li li:nth-child(2) .rcon{float: none;}
.about_pic{height:370px;}
.about_box_tit{ font-size: 24px; margin-bottom: 15px; }
.about_partner .lis h6{margin: 5px .5% 15px .5%; width: 49%;height:auto;}
.about_partner .lis a .pic{ height: 75px; }
.about_li li {width:50%;}
.shop_ban{ padding: 32px 0 0 0; }
.shop_ban h1{ margin-top: 14px;  font-size: 24px; }
.shop_wh{ padding: 30px 0; }
.shop_tit h3{ font-size: 24px; margin-bottom: 8px; }
.sh_pp p{ line-height: 28px; }
.shop_ysn{ padding: 30px 0 10px 0; }
.sh_sixbox li{ width: 48%; margin-right: 4%; margin-bottom: 15px; }
.sh_sixbox li:nth-of-type(3n){ margin-right: 4%; }
.sh_sixbox li:nth-of-type(even){ margin-right: 0; }
.sh_sixbox li h4{ margin-top: 11px; }
.sh_opitem .sh_lcon{ width: 100%; float: none; }
.sh_opitem .sh_rcon{ width: 100%; float: none; padding: 0; margin-top: 12px; }
.sh_rcon h4{ font-size: 22px; }
.shop_web .sh_opitem:nth-of-type(even) .sh_lcon{ float: none; }
.shop_web .sh_opitem:nth-of-type(even) .sh_rcon{ float: none; padding: 0; }
.sho_num, .sh_why{ padding: 30px 0; }
.sh_numul{ margin-top: 22px; }
.sh_numul li{ margin-right: 1%; width: 32.3%; }
.sh_numul li span{ font-size: 21px; }
.sh_btn{ margin-top: 25px; }
.sh_btn a{ padding: 12px 32px; }
.s_whydiv{ margin-top: 13px; }
.s_whydiv .s_wlcon, .s_whydiv .s_wrcon{ width: 100%; float: none; padding: 0; }
.s_whydiv .s_wrcon{ margin-top: 16px; }
.s_whydiv h5{ font-size: 20px; }
.sp_ul li{ margin-bottom: 15px; }
.s_wh,.th_wh{ padding: 18px; }
.th_wh{ margin-top: 5px; }
.infocon_con video { height: 330px !important;}
.mob_ble{ display: none; }
.mob_bri{ width: 100%; float: none; padding: 0; }
.mob_bri h1{ font-size: 22px; }
.mob_ban{ padding: 30px 0 92px 0; }
.mob_bri img{ display: none; }
.mob_dec{ padding: 0; margin-top: 10px; }
.mob_h2{ font-size: 24px; }
.mob_dec img{ width: 100%; }
.mob_icoul{ flex-wrap: wrap; }
.mob_icoul li{ margin-bottom: 12px; width: 49%; margin-right: 2%; }
.mob_icoul li:nth-of-type(even){ margin-right: 0; }
.mob_icoul li h4{ font-size: 17px; }
.mob_icoul li p{ margin-top: 6px; font-size: 15px; line-height: 24px; }
.mob_ths{ padding-bottom: 25px; }
.mob_js{ padding: 30px 0; }
.mobjs_le{ width: 100%; float: none; }
.mobjs_le img{ width: 100%; }
.mobjs_ri{ margin-top: 12px; padding: 0; margin-left: 0; }
.mob_byx{ margin-top: 12px; }
.mob_byx li{ margin-bottom: 10px; }
.mob_why{ padding-top: 30px; }
.mob_whyul li{ width: 100%; margin-right: 0; }
.mob_whyul{ margin-top: 8px; }
.mob_why .warper{ padding: 0 15px; }
.warper{ padding: 0 15px; }
.mob_wyli img{ height: 55px; }
.mob_wyli{ padding-top: 4px; padding-left: 65px; }
.cu_case{ margin-top: 30px; padding-bottom: 30px; }
.cu_caul li{ width: 50%; }
.ca_more{ width: 160px; margin: 15px auto 0 auto; }
.cu_liptx{ padding: 10px; }
.for_ban h1{ font-size: 24px; }
.for_ban{ padding-top: 30px; }
.for_ban img{ height: 160px; }
.for_icul{ margin-top: 20px; }
.for_icul li img{ height: 60px; }
.for_icul li h4{ font-size: 17px; }
.for_icul li{ width: 32%; margin-bottom: 15px; margin-right: 2%; }
.for_icul li p{ margin-top: 6px;font-size:15px; }
.for_ks{ padding: 30px 0 10px 0; }
.for_echo{ padding: 30px 0; }
.fo_fiul{ margin-top: 25px; flex-wrap: wrap; }
.fo_fiul li{ width: 49%; margin-bottom: 15px; margin-right: 2%;  }
.fo_fiul li:nth-of-type(even){ margin-right: 0; }
.ban_h2 h2{ font-size: 34px; }
.bantext h3{ font-size: 28px; }

  
}
@media screen and (max-width: 639px){
.search_line select{min-width: auto;margin-right: 15px;}
.rew_li .item h6{width: 80px; background-size:480px; height: 60px;}
.rew_li .row .item2 h6{background-position: -80px center}
.rew_li .row .item3 h6{background-position: -160px center}
.rew_li .row .item4 h6{background-position: -240px center}
.rew_li .row .item5 h6{background-position: -320px center}
.rew_li .row .item6 h6{background-position: -400px center}
}
@media screen and (max-width:480px){
.logo img{margin-top: 5px;}
.infocon_con video { height: 192px !important;}
.warper {padding: 0 15px;}
.footer .warper { padding: 15px;width: 100%;}
.foot_contact{display:none;}
.footer h3{font-size: 16px;}
.footer li a,.footer .item2 a{line-height:42px;}
.conbox{padding:25px 0;}
.hometit:after, .rew_li h3:after{bottom: -10px;}
.infocon_con {line-height: 30px;}
.infocon_con table.ggbg tr,.infocon_con table.biaoti td{line-height:28px;}
.topnew h3{font-size: 16px;}
.new_lis .pic, .lis_new .pic{width: 160px;}
.new_lis .con, .lis_new .con{margin-left: 160px;}
.new_lis p{display: none;}
.new_lis h3{line-height: 26px; max-height: 50px;overflow: hidden;font-size:16px;}
.new_lis b{margin-bottom: 0; margin-top: 5px;}
.new_lis li{margin-bottom: 15px;}
.new_lis{margin-bottom: 20px;}
.newbox .more{margin-top: 20px;}
.sub_banner{height:60px;padding:10px;font-size:14px}
.sub_banner h1,.sub_banner h2{font-size: 20px;font-weight: 400;}
.main{padding:30px 0 30px 0;}
.search_line span{width:50%;margin-bottom: 10px;}
.search_line select {min-width: auto;margin-right: 0px;width: 90%;margin-left:0;background: #fff;}
.about_li p{line-height:20px;}
.lis_new p{display: none;}
.lis_new .lab{left: 160px; bottom: 5px; margin-left: 15px;display:none;}
.lis_new h3{white-space: inherit; max-height: 46px; line-height: 24px;font-size:16px}
.new_lis .con, .lis_new .con{padding-left: 15px;}
.lis_new li{margin-bottom: 20px;}
.p_rcon{margin-top:30px}
.p_rcon_h4 b, .info_tit b{font-size: 16px;}
.pro_detail .fon{height:auto}
.pro_detail .links a{width:140px}
.infocon h1{font-size: 18px;}
.infocon h2{font-size:18px; margin: 20px 0; }
.infocon h3{font-size:16px; }
.other{padding-top:40px}
.rul h3{line-height:24px;font-weight:normal;}
.pc_li h1, .rew_li h1, .amp_li h1, .rew_li h3,.pc_li h2, .rew_li h2, .amp_li h2{font-size: 22px;}
.rew_li h3{margin-bottom: 40px;}
.rew_li .item{width: 50%;margin-bottom: 30px;}
.rew_li .item h6{width:60px; background-size:360px; height: 43px;}
.rew_li .row .item2 h6{background-position: -60px center}
.rew_li .row .item3 h6{background-position: -120px center}
.rew_li .row .item4 h6{background-position: -180px center}
.rew_li .row .item5 h6{background-position: -240px center}
.rew_li .row .item6 h6{background-position: -300px center}
.pc_li .lcon, .rew_li .lcon, .amp_li .lcon{margin-bottom: 10px;}
.pc_li h1, .rew_li h1, .amp_li h1,.pc_li h2, .rew_li h2, .amp_li h2{margin-bottom: 8px;}
.pc_li li, .rew_li li, .amp_li li{line-height: 26px;}
.shop_ban{ padding: 18px 0 0 0; }
.shop_ban h1{ font-size: 18px; }
.sh_bpicd{ margin-top: 15px; }
.shop_tit h3{ font-size: 20px; }
.shop_wh{ padding: 20px 0; }
.sh_pp p,.sh_sixbox li p,.sh_rcon p{ line-height: 30px; }
.shop_ysn{ padding: 18px 0 0 0; }
.sh_sixbox{ margin-top: 15px; }
.sh_sixbox li{ width: 100%; text-align: center; margin-right: 0; margin-bottom: 10px; }
.sh_sixbox li:nth-of-type(3n){ margin-right: 0; }
.sh_rcon h4{ font-size: 18px; }
.sh_sixbox li i{ height: auto; }
.sh_sixbox li i img{ height: 26px; }
.sh_rcon p{ margin-top: 6px; }
.sh_rcon dl{ margin-top: 2px; }
.sho_num, .sh_why{ padding: 18px 0; }
.sh_numul li{ width: 100%; margin-bottom: 15px; float: none; margin-right: 0; }
.sh_numul li span{ font-size: 18px; }
.sh_btn{ margin-top: 10px; }
.s_wh, .th_wh{ padding: 10px; min-height: auto; padding: 12px; }
.sp_ul li{ margin-bottom: 8px; font-size: 15px; }
.s_whydiv h5{ font-size: 18px; height: auto; }
.shop_ban img{ height: 30px; }
.sh_bpicd img{ height: auto; }
.for_ban img{ height: 135px; }
.for_ban{ padding-top: 20px; background-size: 100% 80%; }
.mob_h2{ font-size: 22px; }
.for_icul li{ width: 49%; }
.for_icul li:nth-of-type(3n){ margin-right: 2%; }
.for_icul li:nth-of-type(even){ margin-right: 0; }
.for_echo,.for_why{ padding: 20px 0; }
.for_sa{ padding-top: 20px; }
.f_saul li{ padding: 12px; }
.fa_sitem img{ position: static; }
.fa_sitem{ padding-left: 0; }
.fa_sitem h5{ margin-top: 5px; }
.fa_sitem p{ margin-top: 5px; }
.mob_js{ padding: 20px 0; }
.mob_why{ padding-top: 20px; }
.mob_wyli p{ margin-top: 5px; }
.mob_wyli h4{ font-size: 19px; }
.cu_case{ margin-top: 12px; }
.mob_ble{ text-align: center; display: block; width: 100%; float: none; }
.mob_ble img{ height: 300px; }
.mob_ban{ background: #1960dd; padding: 15px 0; }
.mob_pp{ margin-top: 8px; margin-bottom: 0; }
.mob_bri h1{ font-size: 20px; }
.mob_ths{ padding-top: 15px; }
.pro_pic .owl-pagination{bottom: 10px;} 
.about_pic{height:300px;}
.bandiv{ padding: 25px 0 0; }
.ban_h2 h2{ font-size: 28px; letter-spacing: 0; line-height:60px}
.bantext h3{ font-size: 19px; letter-spacing: 0; }
.ban_btn{ margin-bottom: -3px; margin-left: 8px; }
.ban_img{ width: 280px; height: 280px; }
.ban_pp p{ font-size: 18px; }
.ban_pp{ margin-top: 10px; margin-bottom: 15px; }


}
@media screen and (max-width:414px){
body .infocon {font-size: 16px;}
.footer .warper{padding:30px 10px;}
.foot_contact{position: inherit; width: 100%; padding:30px 10px;}
.siteservice_lis li{width: 99%; margin:0 auto 25px auto; float: none;}
.siteservice_lis h2, .siteservice_lis h3{font-size: 16px; margin-bottom: 6px;}
.hometit{font-size: 20px;}
.theme_lis li{width: 98%;margin-bottom: 30px;}
.editbox li{font-size: 16px;}
.editbox h1{font-size: 16px;}
.pc_li h1, .rew_li h1, .amp_li h1, .rew_li h3,.pc_li h2, .rew_li h2, .amp_li h2{font-size: 20px;}
.pro_detail h1, .info_tit b{font-size: 18px;} 
.lis_new .lab a{margin-right:10px}
.about_con{font-size:15px}
.about_con h1{font-size:22px}
}
@media screen and (max-width:400px){
 
}
