﻿@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{ color:#000; font-family:'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif; font-size:14px; background:#fff; -webkit-text-size-adjust:none; /*这个必须加上，在苹果手机上维持正常字体大小*/ }
body, td, th {
    color: #444;
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
    font-size: 14px;
}
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
img[src=""]{ display: none !important; } /*隐藏没有src的img 在ie8 会显示分裂图 并且站高度*/
p{ margin: 0px;}
b,strong{ font-weight: bold; }
table{ border-collapse: collapse; border-spacing: 0; }
li{ list-style: none outside none;}
/*链接 ，作为容器不需要hover等*/
a{ text-decoration:none; outline:none; color: inherit; }
/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}
/*表单*/
form { margin: 0; }
button,input,select,textarea { font-family: inherit; font-size: inherit; margin: 0; outline: none; box-sizing: border-box; -webkit-appearance: none; }
button,select { text-transform: none; }
input,textarea{ border: 1px solid #ccc; padding: 7px 10px; background-color: #fff; background-image: none; border-radius: 3px; }

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTML默认  结束@@==========*/

/*==========@@swiper  开始@@==========*/
.swiper-container {
	margin:0 auto; position:relative; overflow:hidden; direction:ltr;
	-webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden;
	z-index:1;
}
.swiper-wrapper {
	position:relative; width:100%; -webkit-transition-property:-webkit-transform, left, top; -webkit-transition-duration:0s; -webkit-transform:translate3d(0px,0,0); -webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top; -moz-transition-duration:0s; -moz-transform:translate3d(0px,0,0); -moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top; -o-transition-duration:0s; -o-transform:translate3d(0px,0,0); -o-transition-timing-function:ease; -o-transform:translate(0px,0px);
	-ms-transition-property:-ms-transform, left, top; -ms-transition-duration:0s; -ms-transform:translate3d(0px,0,0); -ms-transition-timing-function:ease;
	transition-property:transform, left, top; transition-duration:0s; transform:translate3d(0px,0,0); transition-timing-function:ease;
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }
.swiper-slide { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }
.swiper-container { }
.swiper-slide {  }
.swiper-slide-active {  }
.swiper-slide-visible { }
.swiper-pagination{ position: absolute; bottom: 15px; text-align: center; width: 100%; left: 0; z-index: 1; }
.swiper-pagination-switch { display: inline-block; width: 30px; height: 8px; margin: 0 5px; border: 1px solid #FFF; border-radius: 8px; cursor: pointer; transition-duration: .5s; }
.swiper-active-switch { background: #FFF; }
.swiper-visible-switch {  }
/*==========@@swiper  结束@@==========*/

/*==========@@元件 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray !important; }
.purple { color:purple  !important;}

/*浮动*/
.clear { display:block; clear:both; height:0; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*按钮*/
.btn { display: inline-block; padding: 6px 12px; font-weight: 400; line-height: 1.42857143; overflow: hidden; background: #04a07b; color: #FFF;
	text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation;
	cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
	background-image: none; border: 1px solid transparent; border-radius: 4px; -webkit-appearance: none; appearance: none; }
/*默认样式*/
.btn:hover { opacity: .8; }
.btn:active { box-shadow: inset 0 3px 5px rgba(0,0,0,.125); }
/*按钮大小*/
.btn-large {font-size: 16px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small { padding: 5px 15px; font-size: 14px; line-height: 1.5; border-radius: 3px; }
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*圆角*/
.no-round-corner{ border-radius:0; overflow: hidden; }
.small-round-corner{ border-radius: 6px ; overflow: hidden; }
.medium-round-corner{ border-radius: 12px; overflow: hidden; }
.big-round-corner{border-radius: 18px; overflow: hidden; }

/*表单类*/
.form_text { width: 100%; margin: 8px 0; }
.form_textarea { width: 100%; min-height: 80px; display: block; }
.form_text_verifycode { width:80px; margin: 8px 8px 8px 0; }
.form_text:focus,.form_textarea:focus,.form_text_verifycode:focus { box-shadow: 0 0 10px 0 rgba(0,0,0,.1); }
.form_radio{ width:auto; border:0; }
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_button { width:auto; vertical-align:middle; margin: 10px 0; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
input[disabled="disabled"]{ background: #eee; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}
.form_text.Wdate{ height: auto; border: 1px solid #ccc; border-radius: 3px; }

/*其它*/
.hide { display:none; }  /*隐藏*/
.code_image{ cursor: pointer; } /*验证码图片样式*/
.overflow_hide{ overflow: hidden; }

/*频道*/
.ChannelContent{ line-height: 2.0em; text-align: justify; }
.ChannelContent a{ color: #ff9d02}
.ChannelSContent{ }
.ChannelSContent a{ color: #ff9d02}
.ChannelContent img, .ChannelSContent img, .InfoContent img{ max-width:100%; height:auto !important; }

/*信息*/
.InfoTitle{ font-weight:normal; vertical-align:middle; }
.InfoTitle h1{ font-size:28px; line-height: 1.5em; font-weight:normal;}
.InfoTime{ color:#999; }
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; display: block; }
.info_from_wrap{ padding:0 10px; text-align:center; color:#999; border:0px dashed #ccc; line-height:30px; margin: 10px 0;}
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ display: flex; margin-top: 20px; justify-content: space-between; flex-wrap: wrap; }
.Next,.Previous{ padding: 5px 15px; margin: 5px 0; border: 1px solid #ddd; border-radius: 50px; display: inline-block; transition-duration: .5s; }
.Next b,.Previous b{ font-weight: normal; }
.Next:hover,.Previous:hover{ box-shadow: inset 0 0 20px rgba(0,0,0,.1); }
.Previous{ }

.infodetail .InfoTitle{ text-align: center; }
.infodetail .InfoContent{ line-height: 2em; text-align: justify; }
/*==========@@元件 结束@@==========*/
.right_title {}
.right_title h2 { font-size:30px; font-weight:normal; text-align:center; padding:15px 0; color:#333;   }
.right_title h2 img{ margin:0 10px; height: 0; border-bottom: 1px solid #999; width: 45px; opacity: .8; }
.right_body { padding:5px 0px; zoom:1; border-top:0; border-bottom:0 }
.right_bottom {}
/*==========@@频道布局  开始@@==========*/
/*模型body*/
.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}
.index, .guestbook, .download, .single, .article, .picture, .video, .job, .feedback, .product{ max-width:1200px; margin: 0 auto; padding: 0 10px; }
#logo, #announcement, #link, #copyright,#bottom,#floor_album,#floor_product,#floor_picture,#floor_article,#floor_customer { max-width:1200px; margin:0 auto; }

#left { width: 260px; min-height: 100px; background: #FFF; padding: 10px; border-radius: 4px; }
#left.float1{ float: left; margin-right: 20px; }
#left.float2{ float: right; margin-left: 20px; }
#right { border-left:0px solid #E5E5E5; padding-left:0px; overflow: hidden; padding: 10px; border-radius: 4px; }
.body_product #right{ overflow: visible; }

/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width: 100%; }
table.guestbook_table th{ width:100px; text-align:left}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }

/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*留言表单*/
.message_title{ height:40px; padding-left:35px; line-height:40px; font-size:16px; color:#333; font-weight:bold;}
.message_body{ color:#626262; max-width: 800px; margin: 0 auto; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width: 100%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/*Wap Logo部分*/
#wap_logo_main{ position: relative; height: 58px; display: none; }
#wap_logo{ position:relative; position: fixed; top: 0; left: 0; right: 0; z-index: 99; background-color: #FFF; box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); }
#wap_logo .WebLogo{ display: flex; align-items: center; max-height: 58px; }
#wap_logo .WebLogo .WebLogo{ flex: 1; }
#wap_logo .WebLogo .languagebtn{ width: 30px; height: 30px; margin-right: 15px; line-height: 30px; text-align: center; background: #04a07b; color: #FFF; }
#wap_logo .WebLogo .shownavbtn{ width: 1.8em; height: 1em; margin: 20px 15px 20px 0; border-top: 3px solid #666; border-bottom: 3px solid #666;
	display: flex; flex-direction: column; align-items: center; justify-content: center; }
#wap_logo .WebLogo .shownavbtn:before{ content:""; display: block; width: 100%; height: 3px; background: #666; }
#wap_logo .WebLogo img{ max-width:60%; max-height:58px; display:block;/*解决img底部空白的bug*/ margin-left: 15px;}

#wap_navigationshade { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 2003; background: rgba(0,0,0,.5); display: none; }
#wap_navigationshade:after,#wap_navigationshade:before{ content: ""; display: block; position: absolute; width: 20px; height: 2px; left: 30%; margin-left: -40px; top: 40px; background: #FFF; border-radius: 3px; }
#wap_navigationshade:after{ transform: rotate(45deg); }
#wap_navigationshade:before{ transform: rotate(-45deg); }

.wap_navigationlist{ position: fixed; right: -255px; top: 0; background: #FFF; overflow-y: scroll; width: 255px; height: 100%; z-index: 999999999; }
.wap_navigationlist li{ position: relative; } 
.wap_navigationlist li i.showmore{ position: absolute; width: 80px; height: 50px; right: 0; top: 0; }
.wap_navigationlist li i.showmore:after,.wap_navigationlist li i.showmore:before{ content:''; display: block; background: #666; margin: auto; border-radius: 2px;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 10px; height: 2px; }
.wap_navigationlist li i.showmore:before{ width: 2px; height: 10px; }
.wap_navigationlist a{ position: relative; line-height: 50px; font-size:14px; color:#444; overflow:hidden; display:block; margin-left: 30px; }
.wap_navigationlist a.current{ color:#04a07b; }
.wap_navigationlist li.depth2 a{ text-indent: 30px; line-height: 35px; color: #555; }

.wap_subnavigationlist{ display: none; }
.wap_subnavigationlist a{ margin-left: 60px; }

/* 登录 / 中英文切换 */
#user { float: right; height:65px; line-height:65px; }
#user .MobileEdition{ font-weight: bold; color:red; }
#user a { color:#666; }
#language { float: left; }
#language a{ display: block; width: 35px; height: 35px; margin: 15px 0px 0 25px; line-height: 35px; text-align: center; background: #04a07b; color: #FFF; }

/*当前位置*/
#location_main { } 
#location {display:none;color:#01673A; float:right; padding-right:8px;}
#location a {color:#01673A;}

/*子频道列表*/
#subchannel_main{ border-bottom:1px solid #ddd; background-color: #FFF; }
#subchannel{ margin:0 auto; }
.subchannellist { text-align:center; font-size: 0; }
.subchannellist li { display:inline-block; overflow: hidden; position: relative; }
.subchannellist li.n1{ border:0;}
.subchannellist li a.depth2 { display: block; color:#333; font-size:16px; }
.subchannellist li a.depth2:hover { color:#04a07b;text-decoration:none; }
.subchannellist li .icon-more{ background: url(../images/down.png) no-repeat center; padding: 4px 8px; }
.subchannellist #current a.depth2 { color:#04a07b; }

.subchannellist .depth3list{ display: none; position: absolute; left: 0; margin-top: 10px; background: #FFF; z-index: 99; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); }
.subchannellist .depth3list a.depth3{ display: block; padding: 10px; width: 120px; text-align: left; }
.subchannellist .depth3list a.depth3:hover{ background: #04a07b; color: #FFF; }
.subchannellist li:hover .depth3list{ display: block; }

/*搜索 */
.seachwrap{ padding: 20px 0; }
.seachwrap form { max-width: 550px; background: #f5f5f5; border-radius: 50px; border: 1px solid #ddd; margin: 0 auto; overflow: hidden; display:flex; }
.seachwrap input{ margin: 0; border: 0; width:100%; line-height: 40px; height: 40px; outline: none; background: #f5f5f5; }
.seachwrap input.Keywords { padding: 0 0 0 15px; width: 80%; float: left; }
.seachwrap input.btnSearch { width: 50px; padding: 0; background:url(../images/searchbtn.png) no-repeat center; float: right; opacity: .5; }

/*联系我们*/
.contact_wrap{ line-height:1.8em; }
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }

/*公共百度地图*/
#Map{ overflow:hidden; width:100%;}
#Map .MapInfo{ float:left; width: 100%; box-sizing: border-box; border: 1px dashed #ccc; padding:8px;}
#Map .MapInfo #MapContainer{ width: 100%; height:380px; }
#Map .ContactInfo{ overflow: hidden; }
#Map .ContactInfo li{ width: 33.3333%; float: left; text-align: center; padding: 20px 0; }
#Map .ContactInfo i{ display: block; width: 30px; height: 30px; line-height: 30px; font-size: 25px; padding: 10px; margin: 0 auto 10px; border-radius: 50%; border: 1px solid #ddd; }
#Map .Company{ font-size:24px; padding-top: 20px; padding-bottom:10px; margin-top: 10px; border-top: 1px solid #eee; }
#Map .Address{ padding: 10px 0 20px 0; }
#Map .Address img{ width: 30px; height: 30px; padding: 10px; border-radius: 50%; border: 1px solid #ddd; vertical-align: middle; margin-right: 10px; }

/*订购*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/*底部固定工具条*/
.tool_back { height:48px; display: none; }
#tool { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 99999; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
ul.toollist { height: 48px; display: flex; justify-content: space-around; align-items: center; }
.toollist li a { display: block; color: #fff; font-size: 14px; text-align: center; }
.toollist li a img{ width:24px; height:24px; display: block; margin: 0 auto; }

/*分页样式*/
.page_main{ clear: both; text-align: center; overflow: hidden; }
.page { display: inline-block; margin: 20px 0; border-right: 1px solid #ddd; border-radius: 6px; overflow: hidden; }
.page:empty{ display: none; }
.page a, .page span {float: left; padding: 0 5px; min-width: 35px; line-height:35px; text-align: center; border: 1px solid #ddd; border-right: 0; color: #888; }
.page a{ color: #333; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background: #eee; }
.page .current{ color:#FFF; background: #04a07b; border-color: #04a07b; border-left: 1px solid #ddd; }
.page #total{color:red}

/*会员*/
/*会员登录*/
#login{ padding: 100px 0; }
form#frmLogin{ max-width: 500px; margin: 0 auto; padding: 0 10px; }
table.login_table{ width: 100%; text-align:center;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left;}
table.login_table .operation{text-align:center}
table.login_table .quick_login td{text-align:left; padding:10px 0;}
table.login_table .quick_login td img{ margin-right:8px; float:left;}

/*会员注册*/
#reg{ padding: 100px 0; }
form#frmReg{ max-width: 500px; margin: 0 auto; padding: 0 10px; }
table.reg_table{ width:100%; text-align:center;}
table.reg_table th{ width:100px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}
table.reg_table .MemberCode{  text-align:left; width:70px; }
table.reg_table #SmsCode{width:50px;}

.forget{ padding: 100 22px 0; }
/*忘记密码 第一步*/
table.forget_table1{ text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table1 td{ text-align:left; }
table.forget_table1 .operation{text-align:center}
/*忘记密码 第二步*/
table.forget_table2{ text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}
table.forget_table2 #SmsCode{ width:60px;}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay{ padding:3px 0;}

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/

/*----------全局搜索列表----------*/
.searchlist{ }
.searchlist li { line-height:40px; height:40px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; border-bottom: 1px solid #eee; overflow:hidden;width:100%;/*解决ie6bug*/}
.searchlist li a{  }
.searchlist li .InfoTime{ float:right;}
/*----------全局搜索列表----------*/

/*----------频道相册列表----------*/
.ChannelAlbum{ margin-top: 10px; }
.channelalbumlist{  }
.channelalbumlist li { display: inline-block; }
.channelalbumlist li img{ display: block; width:290px; margin-right:10px;}
/*----------频道相册列表----------*/
div.floor_layout2,div.full-width0{ max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
div.floor_page0 .ChannelWrap,div.floor_basic4,div.floor_basic22,div.floor_picture0,div.floor_article11,div.floor_other2,div.floor_foot6,
div.head0{ max-width: 1200px; margin: 0 auto; }


.floor_banner0 .box{ max-width: 1200px; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; z-index: 1; }
.floor_banner0 .bannerwrap{ width: 1200px; margin: 0 auto; height:680px; position: relative; position: relative; }
.floor_banner0 .tt p{ line-height: 1.7em; }
.floor_banner0 .tt .f-btn {
    width: 198px; height: 45px; line-height: 45px; margin: 25px 0; font-size: 21px; color: #fff; border-radius: 35px; border: solid #fff 1px; text-align: center;
    -webkit-transition: all .5s; transition: all .5s; border-color: #f3f3f3; position: relative;  overflow: hidden;
}
.floor_banner0 .tt .f-btn:before {
    content: ""; background: rgba(0,0,0,0.1);  -webkit-transform: skew(45deg, 0); transform: skew(45deg, 0); width: 0; height: 100%; position: absolute; top: 0px;
    left: -30px; z-index: -1; -webkit-transition: all .5s; transition: all .5s;
}
.floor_banner0 .tt .f-btn:hover:before {  width: 150%; }
.floor_banner0 .tt img { display: inline-block; width: auto; margin-bottom: 15px; }
.floor_banner0 .ads1 { color: #ffffff; font-size: 18px; text-align: left; }
.floor_banner0 .ads1 .tt {  left: 30px; top: 190px; line-height: 36px; position: absolute; }
.floor_banner0 .ads2 { color: #ffffff; font-size: 18px; text-align: left; }
.floor_banner0 .ads2 .tt { left: 30px; top: 190px; line-height: 36px; position: absolute; }


.floor_banner0 .ads3 { color: #ffffff; font-size: 18px; text-align: left; }
.floor_banner0 .ads3 .tt { left: 30px; top: 190px; line-height: 36px; position: absolute; }

.floor_banner0 .ads4 {  color: #ffffff;  font-size: 18px; text-align: left; }
.floor_banner0 .ads4 p{ text-align: center; }
.floor_banner0 .ads4 .tt { line-height: 50px;  padding-top: 100px; text-align: center; }
.floor_banner0 .ads4 .tt .f-btn { width: 198px; height: 45px; line-height: 45px; margin: 25px auto; font-size: 21px; color: #fff; border-radius: 35px; 
	border: solid #fff 1px;  text-align: center
}

.floor_banner0 .ads0 {  color: #ffffff; font-size: 18px; text-align: left; }
.floor_banner0 .ads0 .tt { line-height: 50px; padding-top: 350px; text-align: center; }
.floor_banner0 .ads0 .tt .f-btn {
    width: 198px; height: 45px; line-height: 45px; margin: 25px auto; font-size: 21px;
    color: #fff; border-radius: 35px; border: solid #fff 1px; text-align: center
}

#n5109 .banner0 li{ align-items: flex-start; }
#n5109 .banner0 li img{ height: 100%; }


#n5041 .logo img{  filter: grayscale(100%) brightness(0%) invert(100%); mix-blend-mode: screen; }
#n5041.notTop .logo img{ filter: initial; mix-blend-mode:initial; }
#n5041.notTop  .navigation ul.navigationlist>li>a{ color:#111; }
#n5041 .floor_head0{ padding:0 0 5px; }
#n5041 .head0 .logo{ padding-top: 5px; }
#n5041 .navigation ul.navigationlist>li>a{ height: 60px; height: 60px; display: flex; align-items: center; background: url(../images/nav_bg.png) 0 -70px no-repeat;
transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
#n5041 .navigation ul.navigationlist>li>a.current, #n5041 .navigation ul.navigationlist>li:hover>a{ 
	background:url(../images/nav_bg.png) 0 0 no-repeat; background-size:100% 100%;
}
#n5041.notTop .navigation ul.navigationlist>li>a.current, #n5041.notTop  .navigation ul.navigationlist>li:hover>a{ 
	background:url(../images/nav_bg1.jpg) 0 0 no-repeat; background-size:100% 100%;
}

#n5041 .head0{ position: relative; }
#n5041 .head0 .tel{ height: 24px; line-height: 24px; font-size: 24px; color: #fff; padding-left: 24px; background: url(../images/telw.png) left center no-repeat;
display: inline-block; font-family: Arial; position: absolute; right:-180px; top: 16px; }
#n5041 .nav_active{ display: none; }
#n5041 .head0 .navigation ul.navigationlist{ left:-30px; }
#n5041.notTop .head0 .tel{ background: url(../images/tel.png) left center no-repeat; color: #6bc22b; }

#n5141 .floor_channel{ padding: 0; }
#n5141 .content_container{ padding:20px 0 !important; }
#n5141 .product0 li a{ border:none !important; }
#n5141 .share{ padding: 13px 15px; display: flex; align-items: center; justify-content:space-between; border-top: 1px solid #f1f0ee; }
#n5141 .share span{ font-size: 14px;  color: #bbb8b8; overflow: hidden;  }
#n5141 .share em.chakan{ display: inline-block; width: 22px; height: 20px;background: url(../images/view.png) no-repeat 0 0; float: left;}
#n5141 .share b{ font-weight: normal;display: inline-block; width: 22px; height: 20px;  line-height: 20px;}
#n5141 .share .xing{ display: block;  width: 90px; height: 13px; margin-top:0; background: url(../images/xing.png) no-repeat 0 0; }
#n5141 .share .xing5{ background-position: 0 -87px; }
#n5141 .share .xing1{  background-position: 0 0; }
#n5141 .share .xing2{  background-position: 0 -21px; }
#n5141 .share .xing3{ background-position: 0 -43px; }
#n5141 .share .xing4{ background-position: 0 -64px; }
#n5141 .grid-product0 li .InfoWrap{ background:#F8F8F8; }
#n5141 .grid-product0 li:hover .InfoWrap{ background:#fff; }

#n5163 ul li .co{ width:180px; height:120px; margin:40px auto 0; display:block; background-repeat:no-repeat;  -webkit-transition:all 1.5s ease;  transition:all 1.5s ease; }
#n5163 ul li:hover .co{ background-position: -180px 0px; }
#n5163 ul li .Wrap{ transition: all .5s ease;  -webkit-transition: all .5s ease; }
#n5163 ul li:hover .Wrap{ box-shadow: 2px 2px 10px #ccc; -webkit-box-shadow: 2px 2px 10px #ccc; transform:translate3d(0, -10px, 0); 
	-webkit-transform:translate3d(0, -10px, 0);
}

#n5164 .Title{ padding:0 !important; }
#n5164 .Description{ padding:0 !important; }
#n5164 .floor_basic11 .component_body{ display: flex; justify-content: center; padding-left:10px; }
#n5164 .btn_wrap{ padding-left: 25px; position:static; }

.picture0 li .share { height: 23px; line-height: 23px; border-top: 1px solid #f5f5f5; display: flex; justify-content: space-between; padding:0 10px;
padding-bottom: 15px; }
.picture0 li .share .num-view {  font-weight: normal;}
.picture0 li .share em { font-weight: normal;  width: 22px; height: 20px; float: left}
.picture0 li .share em.chakan { background: url(../images/view.png) no-repeat 0 0;}
.picture0 li .share em.aixin { background: url(../images/aixin.png) no-repeat center;}
.picture0 li .share span { font-size: 14px; color: #bbb8b8; }
.picture0 li .share .xing {  display: block;  width: 90px; height: 13px; margin-top: 5px; background: url(../images/xing.png) no-repeat 0 0;}
.picture0 li .share .xing.xing-2 { background-position: 0 -21px; }
.picture0 li .share .xing.xing-3 {  background-position: 0 -43px;}
.picture0 li .share .xing.xing-4 { background-position: 0 -64px;}
.picture0 li .share .xing.xing-5 { background-position: 0 -87px;}
.picture0 li a{-webkit-transition:all 0.2s ease;  transition:all 0.2s ease; }
.picture0 li:hover a{ box-shadow: 0 0 30px rgba(33, 37, 44, .5); }
.picture0 li .InfoWrap:after{ display: none; }

#n5166{ position: relative; top: -15px; }
#n5166 .Button a{ width: 240px; height: 46px; margin: 60px auto 0 auto;  text-align: center; display: block; line-height: 46px; font-size: 16px; color: #2c88d8;
    z-index: 1000; background: url(../images/case_more.png) -240px 0 no-repeat; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
}
#n5166 .Button a img{ display: none; }
#n5166 .Button a:hover { background: url(../images/case_more.png) 0 0 no-repeat;  color: #ffffff; }

#n5167 .Title{ padding:0 !important; }
#n5167 .Description{ padding:0 !important; }
#n5167 .floor_basic11 .component_body{ display: flex; justify-content: center; padding-left:10px; }
#n5167 .btn_wrap{ padding-left: 25px; position:static; }


#n5172 .floor_basic13 .datalist{ display: flex; align-items: center;  }
#n5172 .floor_basic13 .datalist li a{ display: flex; align-items: center;  }
#n5172 .floor_basic13 .datalist li:nth-child(2) a{ justify-content: center; }
#n5172 .floor_basic13 .datalist li:last-child a{ justify-content: flex-end; }
#n5172 .floor_basic13 .datalist li a img{ margin-right: 10px; }

#n5174 .floor_foot7 .component_bottom{ width:245px; }
#n5174 .floor_foot7 .foot7_WeChat{ width: 110px; }

#n5175{ height: 520px; box-sizing: border-box; }

#n5182>.floor_layout2>.layout2>.component{ padding-bottom: 0 !important; }
#n5191{ overflow: visible; }
#n5191 ul li{ position: relative; }
#n5191 ul li::after{ content:""; position: absolute; height:315px; width: 1px; border-left:1px dashed  #CACACA; right: 1px; top: -113px; }
#n5191 ul li:last-child:after{ display: none; }

#n5196 .component_body{ overflow: hidden; max-width: 1200px; }
#n5196 a.Big.float_left{ width:294px; height: 525px; overflow: hidden; margin-right: 5px; }
#n5196 .floor_basic3 a{ float: left; position: relative; }
#n5196 .floor_basic3 img{ width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
#n5196 .component_body a .text{ background: transparent !important; top:35px; right: 0; left: 0; max-width:98%; }
#n5196 a .text p{ color:#fff; }
#n5196 .floor_basic3 a:nth-child(2){ width: 594px; height: 340px; overflow: hidden; }
#n5196 .floor_basic3 a:nth-child(3){ width: 294px; height: 340px; overflow: hidden; margin-left: 4px; }
#n5196 .floor_basic3 a:nth-child(4){ width: 294px; height: 180px; overflow: hidden; margin-top: 5px; }
#n5196 .floor_basic3 a:nth-child(5){ width: 294px; height: 180px; overflow: hidden; margin-top: 5px; margin-left: 5px;}
#n5196 .floor_basic3 a:nth-child(6){ width: 294px; height: 180px; overflow: hidden; margin-top: 5px; margin-left: 5px; }
#n5196 .component_body a:nth-child(4) .text{ top:15px; }
#n5196 .component_body a:nth-child(5) .text{ top:15px; }
#n5196 .component_body a:nth-child(6) .text{ top:15px; }
#n5196 .floor_basic3 a::after{ content:""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
#n5196 .floor_basic3 a .more{ display: block; width: 134px; height: 40px; border: 1px solid #fff; line-height: 40px; border-radius: 20px; text-align: center;
margin: 0 auto; margin-top: 20px; font-size: 14px; color: #fff; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin:auto; opacity: 0; }
#n5196 .floor_basic3 a:hover::after{ opacity: 1; background: rgba(0,0,0,.5); }
#n5196 .floor_basic3 a:hover .more{ opacity: 1; z-index: 2; }
#n5196 .floor_basic3 a:hover img{ transform: scale(1.05); }

#n5197{ position: relative; z-index: 1; height: 950px; }
#n5197 .layout2{ position: static !important; }
#n5197 .layout3{ position: absolute; width: 100%; bottom: 0; left: 0; right: 0; margin: 0 auto; }
#n5199{ width: 100%; position: absolute; height: 950px; top: 0; left: 0; z-index: -1; }
#n5199 img{ width: 100%; }
#n5200 .floor_step3 ul{ overflow: hidden; margin-top: 20px; }
#n5200 .floor_step3 ul li{padding: 30px 3px; }
#n5200 li a{ background: transparent; padding:0 7px; box-sizing: border-box; display: flex; }
#n5200 li a i{ background:#3BCADF; color:#fff; width:42px; min-width:42px; height: 42px; border-radius:50%;  font-size: 18px; display: flex; align-items: center; justify-content: center;
box-sizing: border-box; border:4px solid rgba(184,209,228,0.5); box-shadow:0 0 3px #ddd; margin-right: 8px; position: relative; left: -5px; }
#n5200 li:nth-child(2) a i{ background:#30AEFB; }
#n5200 li:nth-child(3) a i{ background:#60C4A8; }
#n5200 li:nth-child(4) a i{ background:#E5C77F; }
#n5200 i:after{ display: none; }
#n5200 .floor_step3 .Wrap{ background:#fff; flex: 1; padding: 15px 10px; text-align: left; position: relative; }
#n5200 .floor_step3 .Wrap::before{ content:""; width: 0; height: 0; position: absolute; left: -12px; top: 16px; border-top: 7px solid transparent; 
border-bottom: 7px solid transparent;  border-right: 12px solid #f6f6f6; }
#n5200 .floor_step3 .Title{ display: none; }
#n5200 .floor_step3 .SubTitle{ text-align: left; padding: 0 7px; }

#n5206 .floor_basic22 .Wrap{ padding-top: 0; }
#n5206 .floor_basic22 li .imgwrap{ width: 140px; height: 140px; background:#fff; box-shadow: 0px 3px 7px rgba(20, 20, 20, 0.05); display: flex;
align-items: center; justify-content: center; margin: 0 auto 20px; border-radius: 50%; overflow: hidden; }
#n5206 .floor_basic22 li:hover .imgwrap img{  animation: swing1 1s 0s linear normal; -webkit-animation: swing1 1s 0s linear normal; }
@-webkit-keyframes swing1 {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing1 {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}


#n5208 .component_body ul li .Wrap{ height: 380px; }
#n5208 .component_body ul li .SubTitle{ height: 7em; overflow: hidden; }
#n5208 .component_body ul li .Description{ height:7em; overflow: hidden; }
#n5208 .component_body ul li:first-child .Wrap{ background:url(../images/pic8.jpg) no-repeat; }
#n5208 .component_body ul li:nth-child(2) .Wrap{ background:url(../images/pic9.jpg)  no-repeat; }
#n5208 .component_body ul li:nth-child(3) .Wrap{ background:url(../images/pic11.jpg)  no-repeat; }
#n5208 .component_body ul li:nth-child(4) .Wrap{ background:url(../images/pic10.jpg)  no-repeat; }
#n5208 .component_body ul li .Picture{ margin-top: 40px; }
#n5208 .SubTitle{ padding-top: 20px; text-align: left; }
#n5208 .Description{ padding-top: 20px; display: none; text-align: left; }
#n5208 .component_body ul li:first-child:hover .Wrap{ border-color:#26BBFB; }
#n5208 .component_body ul li:nth-child(2):hover .Wrap{ border-color:#F1629F; }
#n5208 .component_body ul li:nth-child(3):hover .Wrap{ border-color:#49CDA4; }
#n5208 .component_body ul li:nth-child(4):hover .Wrap{ border-color:#FE496B; }

#n5208 .component_body ul li:hover .SubTitle{ display: none; }
#n5208 .component_body ul li:hover .Description{ display: block; }
#n5208 .component_body ul li .more_btn{  display: block; width: 105px; height: 30px; line-height: 30px; text-align: center;  color: #fff; border-radius: 15px;  background: #26bbfb;
font-size: 14px;  margin: 0 auto; margin-top: 15px; overflow: hidden; opacity: 0; }
#n5208 .component_body ul li:nth-child(1) .more_btn span{ background:#26BBFB; }
#n5208 .component_body ul li:nth-child(2) .more_btn span{ background:#F1629F; }
#n5208 .component_body ul li:nth-child(3) .more_btn span{ background:#49CDA4; }
#n5208 .component_body ul li:nth-child(4) .more_btn span{ background:#FE496B; }
#n5208 .component_body ul li:hover .more_btn{ opacity: 1; }

#n5211{ position: relative; z-index: 1; margin-top:25px; padding-top:60px !important;  }
#n5211::after{ content:""; width: 271px; height: 552px; position: absolute;  background-image: url(../images/icon_sjbg.png);  top:4px;
left: calc(50% - 135px); z-index: 999; opacity: 1;  }

.zhihuigongyu #n5133,.zhihuigongyu #n5138{ display: none; }
.case_page  #n5133,.case_page #n5138{ display: none; }
#n5133{ position: relative; z-index: 5; border-bottom: 1px solid #ebebeb !important; }
.m_main{ position: relative; z-index: 5; }

.case_main{ background: #fff; position: relative; z-index: 10; overflow: hidden; }
.case_main .index_main{ display: flex; align-items: center; justify-content: center; }
.case_main #item2{ background: url(../images/yxfa_bj2.jpg) no-repeat center; height: 833px; color: #ffffff; }
.case_main #item4{ background: url(../images/yxfa_bj3.jpg) no-repeat center; height: 821px; color: #ffffff; }
.case_main #item6{ background: url(../images/yxfa_bj4.jpg) no-repeat center; height: 821px; color: #ffffff; }
.case_main #item8{ background: url(../images/yxfa_bj5.jpg) no-repeat center; height: 822px; color: #ffffff; }
.case_main #item10{ background: url(../images/yxfa_bj6.jpg) no-repeat center; height: 822px; color: #ffffff; }

.case_main #item3{ height: 420px; }
.case_main #item5{ height: 440px; }
.case_main #item7{ height: 470px; }
.case_main #item9{ height: 415px; }
.case_main #item11{ height: 520px; }

.case_main .index_1{ width: 1200px; margin: 0 auto; }
.case_main .index_1 .box{ display: flex; }
.case_main .index_1.n1 .channel_title h2{ width: 100%; text-align: center; font-size: 30px; font-weight: bold;  background: linear-gradient(to right, #03d6b0, #13b3d7);
    -webkit-background-clip: text;  -moz-background-clip: text;  display: inline-block; text-align: center; }
.case_main .index_1.n1 .channel_title p{ text-align: center; text-transform: uppercase; font-size: 16px; color: #999999; font-family: Arial; }
.case_main .index_1.n1 .channel_title .line{  width: 38px; height: 4px; margin: 15px auto; background: #ccc; }
.case_main .index_1.n1 .box .channel_title{ display: none; }

.case_main .index_1 .box .imgwrap{ flex: 1; padding-right: 49px; }
.case_main .index_1 .box .imgwrap img{ width: 100%; }
.case_main .index_1 .box .content{ width: 610px; min-width: 610px;display: flex; align-items: center; }
.case_main .index_1 .box .content .wrap{ width: 100%; }

.case_main .index_1 .channelcontent{  margin: 40px 0; width: 100%; font-size: 16px; color: #666; line-height: 30px; }
.case_main .index_1 .channelcontent .more{ margin-top:35px; display: flex; justify-content: flex-end; }
.case_main .index_1 .channelcontent .more a{ border: 1px solid #DCDCDC; width: 128px; height: 43px; line-height: 43px; display: block; text-indent: 25px; position: relative;
background: url(../images/yxfa_41.png) no-repeat 95px center; z-index: 1; }
.case_main .index_1 .channelcontent .more a:hover{ color: #ffffff; background: url(../images/yxfa_42.png) no-repeat 95px center;  }
.case_main .index_1 .channelcontent .more a::after{ content: '';  display: block; z-index: -1; position: absolute; width: 0; background: #2c88d8; height: 43px; -webkit-transition: all .5s; 
transition: all .5s; left: 1px; top: 1px;}
.case_main .index_1 .channelcontent .more a:hover::after{ width: 128px; }

.case_main .index_1.m1 .box{ flex-direction: row-reverse; }
.case_main .index_1.m1 .box .imgwrap{ padding-left: 49px; padding-right: 0; }
.case_main .index_1.m1 .box h2,.case_main .index_1.m1 .box p,.case_main .index_1.m1 .box h2,.case_main .index_1.m1 .box a{ color:#fff; }
.case_main .index_1.m1 .box a{ background: url(../images/yxfa_42.png) no-repeat 95px center; }
.case_main .index_1.m1 .channelcontent .more{ justify-content: flex-start; }

.case_main .index_1.m1 .box .channel_title{ width: 100%; height: auto; padding-left: 70px; min-height: 52px; text-align: left; position: relative; box-sizing: border-box; }
.case_main .index_1.m1 .box .channel_title img{ position: absolute; left: 0; top: 5px; }
.case_main .index_1.m1 .box .channel_title h2{ font-size: 30px; }
.case_main .index_1.m1 .box .channel_title p{ background: url(../images/xian.png) no-repeat left center; padding-left: 15px; font-size: 16px; text-align: left;
color: #fff; font-family: Arial; margin-top: 2px; letter-spacing: 1px; text-transform: uppercase;    line-height: 30px; }

.case_main .index_1.m0 .box .channel_title{ width: 100%; height: auto; padding-right:65px; min-height: 52px; text-align: right; position: relative; box-sizing: border-box; }
.case_main .index_1.m0 .box .channel_title img{ position: absolute; right: 0; top: 5px; }
.case_main .index_1.m0 .box .channel_title h2{ font-size: 30px; background: linear-gradient(to right, #03d6b0, #13b3d7); -webkit-background-clip: text;  -moz-background-clip: text; 
color: transparent; }
.case_main .index_1.m0 .box .channel_title p{ background: url(../images/xian1.png) no-repeat right center; padding-right:10px; font-size: 16px; text-align: right;
color: #999; font-family: Arial; margin-top: 2px; letter-spacing: 1px; text-transform: uppercase;  line-height: 30px; }

.case_main .index_1.n1{ padding:30px 0 0; }
.case_main .index_1.n5 .box .channel_title h2{ background: linear-gradient(to right, #33b1e7, #32d9d9); -webkit-background-clip: text;  -moz-background-clip: text; 
	color: transparent;}
.case_main .index_1.n7 .box .channel_title h2{ background: linear-gradient(to right, #29acff, #8654ff); -webkit-background-clip: text;  -moz-background-clip: text; 
	color: transparent; }
.case_main .index_1.n9 .box .channel_title h2{ background: linear-gradient(to right, #fe9816, #f63b25);  -webkit-background-clip: text;  -moz-background-clip: text; 
	color: transparent; }
.case_main .index_1.n11 .box .channel_title h2{ background: linear-gradient(to right, #a63fcc, #f1566c); -webkit-background-clip: text;  -moz-background-clip: text; 
	color: transparent; }

.case_page	.case_float{ position: fixed; left: 25px; top: 50%; z-index:999; margin-top: -192px; background: url(../images/nav_ico_bj.png) repeat-y left top; }
.case_page .case_float li { width: 100%; text-align: left; }	
.case_page .case_float li a { font-size: 14px; color: #333; height: 30px; line-height: 30px; display: block; padding-left: 25px; position: relative; }
.case_page .float_bg { width: 9px; height: 9px; position: absolute; border-radius: 50%; background: #666;left: -4.5px; top: 50%; margin-top: -4.5px; }
.case_page .case_float li.current a .float_bg { background: #3197f0; }
.case_page .case_float li.current a { color: #3197f0; }

#n5215{ height: 950px; position: relative; z-index: 5; } 
#n5215 .floor_good5{ max-width: 1200px; }
#n5215 .floor_good5 .component_body{ position: relative; }
#n5215 .component_body ul{ width: 1434px; top: 168px; left: -122px; position: absolute; }
#n5215 .component_body ul li{width:340px;height:155px;padding:25px;float:left; -moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
overflow:hidden; box-sizing: border-box; min-width:initial; }
#n5215 .component_body ul li .xuexiaoTitle{font-size:18px;line-height:30px;}
#n5215 .component_body ul li .xuexiaoTitle strong{font-size:24px;font-weight:bold;} 

#n5215 .component_body ul li:nth-child(1) .Title{ color:#54bf14;}
#n5215 .component_body ul li:nth-child(2){ margin:-158px 0  0 1110px; }
#n5215 .component_body ul li:nth-child(2) .Title{ color:#fb9a00; } 

#n5215 .component_body ul li:nth-child(3){ margin:320px 0  0  0 }
#n5215 .component_body ul li:nth-child(3) .Title{ color:#de2828;} 
#n5215 .component_body ul li:nth-child(4){ margin:-157px 0  0 1110px; }
#n5215 .component_body ul li:nth-child(4) .Title{ color:#8c4391; }
#n5215 .component_body ul li .Description{ font-size: 14px; color: #666666; line-height: 24px; margin-top:30px; }

#n5217{  }
#n5217 .floor_basic5{ position: relative; height: 640px; overflow: hidden; display: flex; align-items: center; }
#n5217 .floor_basic5 .bgimg{ position: absolute; right: -270px; bottom: -220px; }
#n5217 .component_body{ width: 100%; overflow: visible; }
#n5217 .component_body .titleimg{ margin-top: 20px; }
#n5217 .component_body p span{ display: block; color: #2c88d8; font-size: 24px; font-weight: bold; padding-top: 5px; }
#n5217 .component_body .btn1{ display: block; width:380px; height: 72px; font-size: 0; position: relative; }
#n5217 .component_body .btn1 .img{ width: 100%; }
#n5217 .component_body .btn1 .icon{ position: absolute; z-index: 100; left: 329px; top: 10px; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

#n5217 .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
#n5217 .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
@-webkit-keyframes pulse {
	from {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
  
	50% {
	  -webkit-transform: scale3d(1.05, 1.05, 1.05);
	  transform: scale3d(1.05, 1.05, 1.05);
	}
  
	to {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
  }
  
  @keyframes pulse {
	from {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
  
	50% {
	  -webkit-transform: scale3d(1.05, 1.05, 1.05);
	  transform: scale3d(1.05, 1.05, 1.05);
	}
  
	to {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
  }
  
.pulse { -webkit-animation-name: pulse; animation-name: pulse; }
  
#n5220 .Wrap{ height: 195px; box-sizing: border-box; }
#n5220 ul li:nth-child(1) .Title{ color: #54bf14; }
#n5220 ul li:nth-child(1) .SubTitle{ color: #54bf14; }
#n5220 ul li:nth-child(2) .Title{ color: #fb9a00; }
#n5220 ul li:nth-child(2) .SubTitle{ color: #fb9a00; }
#n5220 ul li:nth-child(3) .Title{ color: #de2828; }
#n5220 ul li:nth-child(3) .SubTitle{ color: #de2828; }
#n5220 ul li:nth-child(4) .Title{ color: #8c4391; }
#n5220 ul li:nth-child(4) .SubTitle{ color: #8c4391; }
#n5220 ul li:nth-child(5) .Title{ color: #2c88d8; }
#n5220 ul li:nth-child(5) .SubTitle{ color: #2c88d8; }
#n5220 ul li:nth-child(6) .Title{ color: #11b3c2; }
#n5220 ul li:nth-child(6) .SubTitle{ color: #11b3c2; }

#n5221{ background:#fff; }
#n5221 .SubTitle{ padding: 8px 0 15px; }
#n5221 .bgimg{ height: 770px; }

#n5222{ height: 738px; position: relative; box-sizing: border-box; }
#n5222 .SubTitle{ padding:15px 0 15px; }
#n5222 .bgimg{ position: absolute; left:0; bottom: -114px; }

#n5224 .SubTitle{ padding:15px 0 15px; }

.body_article .floor_channel>.component_title{ width: 320px; }
#n5140 .floor_channel{ padding: 0 !important; }
#n5140 .content_container{ padding: 0 20px 0 0 !important;}
#n5140 .thumb-article0 li .InfoPicture{ width: 270px !important; height: 152px; line-height: 152px; overflow: hidden; }
#n5140 .article0 li{ padding:0 0;  }
#n5140 .article0 li a{ border-bottom: 1px dashed #E3E3E3 !important; padding:20px 0 !important;   margin:0 !important;  }
#n5140 .article0 li .InfoSContent{ max-height:6.2em; font-size: 14px; color: #999; line-height: 24px; padding: 11px 0; overflow: hidden;}
#n5140 .article0 li .InfoWrap{ padding-left:15px; }
#n5140 .content_container .InfoTitle{ padding-left:0 !important; }
#n5140 .article0 li .InfoTime{ padding-left: 0 !important; }
#n5140 .article0 li .InfoTime span{ margin-right: 40px; font-family: Arial; color:#999; }
#n5140 .article0 li .InfoTime .time{ padding-left: 20px; background: url(../images/blog_ico.png) no-repeat left -117px; }
#n5140 .article0 li .InfoTime .hit{ padding-left: 20px; background: url(../images/blog_ico.png) no-repeat left -70px; margin-right: 0; }

#n5140 .content_body .g_top{ height: 314px; width: 100%; overflow: hidden; margin-bottom: 10px; }
#n5140 .g_top .n1{ position: relative; width: 560px !important; height: 100%; overflow: hidden; float: left; }
#n5140 .g_top .n2{ width: 270px !important; height: 152px; padding-bottom:10px; overflow: hidden; float: right; }
#n5140 .g_top .n3{ width: 270px !important; height: 152px; overflow: hidden; float: right; }
#n5140 .g_top li img{ width: 100%; vertical-align: middle; }
#n5140 .g_top li a{ display: block; height: 100%; position: relative; }
#n5140 .g_top li a .InfoTitle{ position: absolute; width: 100%; bottom: 0; left: 0; background:rgba(0, 0, 0, 0.2); text-shadow: 1px 1px 1px #333; 
padding:3px 20px 15px !important; color:#fff; font-weight: 100; box-sizing: border-box; }
#n5140 .g_top .n2 .InfoTitle,#n5140 .g_top .n3 .InfoTitle{ padding:5px 15px 8px !important; font-size: 14px !important; line-height: 1.35em; }

.banner_text{ position: absolute; top: 0; left:0; z-index:0; width:100%; padding-top:135px; text-align: center; }
.banner_text span{ font-size: 40px; color: #ffffff; margin: 0 10px; text-transform: uppercase; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
.banner_text .xt { height: 1px; width: 145px; margin: 15px auto 0; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

#n5140 .sidebar_title h2{ margin-top: 40px; height: 60px; line-height: 60px;  text-align: center; border: none; border-bottom: 1px dashed #E3E3E3;
border-top: 2px solid #3784D2; font-weight: bold; font-size: 18px; color: #333333; font-weight: bold; }
#n5140 .sidebar_body li{ padding: 0; margin: 0 0 10px; }
#n5140 .sidebar_body li a{ padding: 0; margin: 0; display: block; border: none; }
#n5140 .sidebar_body li .InfoTitle{ text-indent: 20px; color: #333; width: 100%; height: 24px; line-height:24px; background: url(../images/blog_ico.png) no-repeat -3px 7px;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box; padding: 0; margin: 0; }
#n5140 .sidebar_body li .time{ color:#999; font-size: 14px; }
#n5140 .sidebar_body li:hover .InfoTitle{ color:#3784D2; } 

#n5233 .banner_text{ position: static; padding-top: 100px; }
#n5233{ position: fixed; top: 0; left:0; z-index:0; width:100%; padding-top:90px; text-align: center; }
#n5233  ul{ padding-top: 20px; }
#n5233  ul li .Wrap{ display: flex; justify-content: center; flex-wrap: wrap; }
#n5233  ul li .imgwrap{ width: 140px; height: 140px; box-shadow: 0px 0px 35px -10px #858585; border-radius: 50%; background: #fff; 
display: flex; align-items: center; justify-content: center; }
#n5233  ul li .Title{ padding: 10px 0; position: relative; }

#n5150 .banner_img img{ min-height:270px; }
.case_page #n5150 .banner_img img{ min-height: 680px; object-fit: cover; }
#n5233  ul li .Title:after { content: ''; position: absolute; bottom: 5px; left: 0;  width: 0; height: 1px; background: #fff; transition: all 0.3s ease-out; }
/*图片动的效果*/
#n5233  ul li:hover:hover .Picture{  animation: swing 1s 0s linear normal;  -webkit-animation:swing 1s 0s linear normal; }
#n5233  ul li:hover .Title:after {  width: 100%; }
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);  transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);  transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg); transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg); transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);  transform: rotate(0deg)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg);  transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg); -ms-transform: rotate(5deg); transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);  -ms-transform: rotate(0deg); transform: rotate(0deg)
    }
}

.campus_page #n5150 .banner_img img{ min-height: 650px; max-height:660px; object-fit: cover; }
.campus_page .yx_banner{ position: fixed; top: 0; left:0; z-index:0; width:100%; padding-top:80px; height: 580px; text-align: center; }


#n5234{ padding:40px 0 0px !important; }
#n5234 .tabbar li{ padding:0 3px; }
#n5234 .tabbar li .imgwrap{ display: none; }
#n5234 .component_body ul{ overflow: hidden; padding-top: 20px; }
#n5234 .component_body ul li{ float: left; box-sizing:border-box; width: 530px !important; background:#fff; }
#n5234 .article19 li a{ background:#fff !important; padding: 0 !important; margin: 0 !important; }
#n5234 .component_body ul li.item1{ padding:10px; width:300px !important; height:360px; margin-right:15px; }
#n5234 .component_body li.item1 .InfoPicture{ float: none; width: 100%; height: 180px; overflow: hidden; text-align: center; }
#n5234 .component_body li.item1 .detail{ padding:0 15px; text-decoration: underline; color:#686868; }
#n5234 .component_body li:hover .detail{ color:#3784D2; }

#n5234 .component_body li .InfoPicture img{ max-width: 100%; vertical-align: middle; }
#n5234 .component_body li .InfoSContent{ height:4.2em; overflow: hidden; margin-top:10px; }
#n5234 .component_body li .InfoTitle{ width: 100%; display: block; box-sizing: border-box; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#n5234 .component_body li.item2,#n5234 .component_body li.item3{ margin-left:30px; }
#n5234 .component_body li.item2 .info_wrap{ width: 100%; max-width:530px; display: flex; border-bottom: 1px solid #E7E7E7; margin-bottom: 10px !important; }
#n5234 .component_body li.item2 .time{ width:80px; min-width:80px; height:80px; text-align:center; margin-right:15px; }
#n5234 .component_body li.item2 .wrap{ flex: 1; }
#n5234 .component_body li.item2 .InfoTitle{ max-width:435px; }
#n5234 .component_body li.item2 .time .day{ display:block; font-size:40px; color:#999; line-height:22px; padding:20px 0 18px 0; }
#n5234 .component_body li.item2 :hover .time .day{ color:#3784D2; }
#n5234 .component_body li.item2 .time .month{ width:80%; display:block; margin:0 auto; font-size:16px; color:#999; text-align:center; line-height:16px; }
#n5234 .component_body li.item2 .InfoSContent{ height:2.8em; overflow: hidden; }
#n5234 .component_body li.item3 .InfoTitle{ color:#666; }
#n5234 .component_body li.item3 .InfoWrap{ background: url(../images/h_ico1.png) center left no-repeat; display: flex; align-items: center; justify-content: space-between; 
padding:3px 0 0; text-indent: 1em; }
#n5234 .component_body li.item3 .InfoTime{ white-space: nowrap; }
#n5234 .component_body li.item3:hover .InfoTitle{ color:#3784D2; }

#n5119{ height: 230px; box-sizing: border-box; display: flex; align-items: center; } 

#n5088{ padding-bottom: 0 !important; }
#n5088 .floor_detail2 .product_swiper{ padding: 50px 85px; max-width: 640px; }
#n5088 .floor_detail2 .product_swiper .product_thumbnail img{ width: 75px; }
#n5088 .floor_detail2 .detail_table{ padding-left:15px; }
#n5088 .detail_table .row{ display: flex; justify-content: space-between; flex-wrap: wrap; padding:15px; }
#n5088 .detail_table .row .text{ width: 50%; margin-bottom: 15px !important; font-size: 14px; line-height: 1.5em; color:#76838F; box-sizing: border-box; }
#n5088 .detail_table .row .full{ width: 100%; }
#n5088 .detail_table .tools{ margin: 15px 15px 0; display: flex; font-size: 14px; font-family: "Roboto", "sans-serif";  }
#n5088 .detail_table .tools .lijizixun{ background:#05d4c4; padding:6px 30px; color:#fff; border-radius:8px; display:flex; align-items:center; box-sizing:border-box; 
line-height:1.8em; }
#n5088 .detail_table .tools .lijizixun img{ width: 20px; height: 20px; margin: 0px 0px 0px 10px; }
#n5088 .detail_table .tools .dhico{ margin: 0px 10px 0px 10px;  display: flex; align-items: center;  }
#n5088 .detail_table .tools .dhico img{ width:40px; height: 40px; }
#n5088 .detail_table .tools span{ font-size: 14px; color: #2a333c; line-height: 1.57em; }
#n5088 .detail_table .tools p{ font-size: 20px; color: #ab2a3c; line-height: 15px; }

#n5088 .product_swiper .swiper-prev::before, #n5088 .product_swiper .swiper-next::before{ display: none; }
#n5088 .product_swiper .swiper-prev .icon, #n5088 .product_swiper .swiper-next .icon{ width:24px; height:48px; display:block; position:absolute; top:47%; z-index:101; opacity:0.7; }
#n5088 .product_swiper .swiper-prev .icon{ background: url(../images/icon-arrowbtn.png) no-repeat 0 0; left: 12px; margin-left: -12px; }
#n5088 .product_swiper .swiper-next .icon{ background: url(../images/icon-arrowbtn.png) no-repeat 0 -50px; right: 12px;  margin-right: -12px; }
#n5088 .floor_detail2 .InfoContent_main{ position: relative; z-index: 5; display: flex; }
#n5088 .floor_detail2 .InfoContent_main::before{ content: ""; background:#eee; width:3000px; height: 100%; position: absolute;
left:-1000px; top:15px; margin: 0 auto;z-index: 0; }
#n5088 .floor_detail2 .ProductDescription span{ color:#333 !important; font-weight: 100; }

#n5088 .content_box{ background:#fff; width:76%; position: relative; z-index: 1; }
#n5088 .right_box{ flex: 1; position: relative; z-index: 1; margin-left:25px; }
#n5088 .right_box .box{ background:#fff; padding:10px 13px; box-sizing: border-box; }
#n5088 .sidebar_title h2{  color:#333 !important; font-weight: 100; padding-bottom: 5px; }
#n5088 .sidelist li{ margin-bottom:10px; }
#n5088 .sidelist .InfoPicture{ margin-bottom: 5px; }

#n5136 .floor_detail6{ display: flex; }
#n5136 .swiper-button{ height: 306px; width: 220px; background: url(../images/case_latest_bj.png) no-repeat center; position: relative; }
#n5136 .component_body{ flex: 1;overflow: hidden;  height:306px !important; } 
#n5136 .component_body ul li{ width: 326px !important; height:306px !important; }
#n5136 .component_body ul li a{ position: relative; }
#n5136 .component_body ul li .InfoWrap{ width: 100%; position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.2); z-index: 1; box-sizing: border-box; }
#n5136 .component_body ul li .InfoWrap .InfoTitle{ color:#fff; text-shadow: 1px 1px 1px #333; margin:10px 0; }

/*==========@@通用列表  结束@@==========*/

/*==========@@媒体查询  开始@@==========*/
@media screen and (max-width: 1450px) {
	.product .detail_table{ max-width: 420px; }
}

@media screen and (max-width: 1199px) {
	#wap_logo_main{ display: block; }
	.product .detail_table{ max-width: 100%; width: 100%; }
	.product .product_swiper{ padding: 0; margin: 0 auto; overflow: hidden; float: none; }
}

@media screen and (max-width: 990px) {
	#bottom_1,#bottom_2{ width: 100%; }
}

@media screen and (max-width: 768px) {
	#left{ display: none; }
	/*搜索*/
	.seachwrap{ padding: 20px 10px; }
	.seachwrap input.Keywords{ width: 75%; }
	/*子导航栏*/
	#subchannel{ width: 100%; overflow-x: scroll; overflow-y: hidden; }
	.subchannellist{ white-space: nowrap; }
	.subchannellist li:first-child{ margin-left: 10px; }
	.subchannellist li:last-child{ margin-right: 10px; }
	.subchannellist li .icon-more{ display: none; }

	.right_title h2{ font-size: 24px; }
	    
	.index, .single, .guestbook, .download, .article, .picture, .video, .job, .feedback, .product{ width: 100%; margin: 0; box-sizing: border-box; padding: 0; }
	#announcement,#bottom{ width: 100%; box-sizing: border-box; padding: 20px 5px; }
	
	/*下载模型列表*/
	.grid-downloadlist{ padding: 0; }
	.grid-downloadlist li{ width: 50% !important; }
	.grid-downloadlist .InfoWrap{ margin: 5px; }
	.grid-downloadlist .InfoWrap p{ padding: 10px; }

	/*分页组件*/
	.page_main .pageinfo, .page_main .pagefirst, .page_main .pageend, .page_main .pageup, .page_main .pagedown{ display: none; }
	.page a, .page span{ min-width: 30px; }

	/*联系我们*/
	#Map .ContactInfo li{ width: 50%; }
	/*工具栏*/
	#tool,.tool_back { display: block; }
  	.toollist{ 
		padding-bottom: constant(safe-area-inset-bottom);/* 兼容 iOS < 11.2 */
  		padding-bottom: env(safe-area-inset-bottom); /* 兼容 iOS >= 11.2 */
  	}
	#topcontrol img{ width: 35px; border-radius: 3px; opacity: .7; box-shadow: 0 8px 15px rgba(0,0,0,.2);}

	#n5109 .banner0 li{ min-height:190px; }
	#n5109 .floor_banner0 .banner_dotcircle .swiper-pagination-switch{ height:3px; }
	#n5109 .swiper-pagination{ bottom:6px; }
	#n5109 .floor_banner0 .bannerwrap{ width: 96%; box-sizing: border-box; }
	#n5109 .floor_banner0 .tt img{ margin-bottom:2px !important; }
	#n5109 .floor_banner0 .ads0 .tt{ padding-top:86px; }
	#n5109 .floor_banner0 .tt p{ font-size: 13px; line-height: 1.6em; }
	#n5109 .f-btn{ display: none; }
	#n5109 .floor_banner0 .ads1 .tt{ top: 30px; left:4px; }
	#n5109 .floor_banner0 .ads1 .tt p img{ height: 40px; }
	#n5109 .floor_banner0 .ads2 .tt{ top:15px; left:4px; }
	#n5109 .floor_banner0 .ads2 .tt p img{ height: 40px; }
	#n5109 .floor_banner0 .ads3 .tt{ top:55px; left:4px; }
	#n5109 .floor_banner0 .ads3 .tt p img{ height: 40px; }
	#n5109 .floor_banner0 .ads4 .tt{ padding-top:5px; }
	#n5109 .floor_banner0 .ads4 .tt p img{ height: 40px; margin-bottom: 15px; }

	#n5163 li{ padding: 0 5px !important; }
	#n5163 .floor_basic22 .Wrap{ margin: 0 !important; }

	#n5164{ padding:20px 0 !important; }
	#n5164 .Title{ font-size: 22px !important; padding:0 10 !important; }
	#n5164 .Description{ padding:0 10px !important; font-size: 15px !important; }
	#n5164 .floor_basic11 .btn_wrap{ justify-content: center; margin-top: 5px; }

	#n5165 ul{ display: flex; flex-wrap: wrap; }

	#n5167{ padding:20px 0 !important; }
	#n5167 .Title{ font-size: 22px !important; padding:0 10 !important; }
	#n5167 .Description{ padding:0 10px !important; font-size: 15px !important; }
	#n5167 .floor_basic11 .btn_wrap{ justify-content: center; margin-top: 5px; }

	#n5168 .floor_product0 .tabbar{ display: flex; align-items: center; flex-wrap: nowrap; overflow-x: scroll; }
	#n5168 .floor_product0 .tabbar li a{ white-space:nowrap; }

	#n5234 .component_body ul li.item1{ width:50% !important; margin: 0 0 5px; height:auto; }
	#n5234 .component_body li.item2, #n5234 .component_body li.item3{ width: 100% !important; padding:0 10px; margin: 0 0 10px; box-sizing: border-box; }
	#n5234 .component_body li.item2 .info_wrap{ width:100%; max-width: initial; }
	#n5234 .component_body li.item2 .InfoTitle{ max-width: initial; white-space:initial; }

	#n5119{ background-size: 100% 100% !important; height: 180px; }
	#n5172{ padding:15px 0 !important; }
	#n5172 .floor_basic13 .datalist{ flex-wrap: wrap; }
	#n5172 .floor_basic13 .datalist li{ width: 100% !important; }
	#n5172 .floor_basic13 .datalist li a{ justify-content: flex-start !important; }
	#n5172 .floor_basic13 .datalist li a img{ height: 50px; }

	#n5174{ padding: 15px 0 !important; }
	#n5174 .component_title{ display: none; }
	#n5174 .floor_foot7 .foot3_subnavigationlist{ display: block; }

	#n5175{ background-position: center !important; padding-top:65px !important; padding-bottom:20px !important; height:370px !important; }
	#n5175 .floor_basic5{ width: 100%; padding: 0 10px; box-sizing: border-box;  }

	.page_about .floor_basic1 img{ height:45px; margin-bottom: 10px; }
	#n5185 .floor_basic1 img{ height: auto; }
	#n5187 .floor_basic1 img{ height: auto; }

	.body_single .m_main,.m_mn{ min-width: initial !important; width: 100% !important; box-sizing: border-box; }
	.body_single .n_contact .g_content .g-text .left{ width: 100% !important; display: flex; box-sizing: border-box; }
	.body_single .n_contact .g_content .g-text .left .text .tt{ font-size: 22px !important; margin-top:15px; }
	.body_single .n_contact .g_content .g-text .left .text{ flex: 1; }
	.body_single .n_contact .g_content .g-text .left .g-img{ width: 60px; }
	.body_single .n_contact .g_content .g-text .left .text .info{ margin-top: 15px; }
	.body_single .n_contact .g_content .g-text .left .text .info span{ margin-bottom:10px; }
	.body_single .n_contact .g_content .g-text .right{ width: 100%; padding-left:10px; padding-top:12px; box-sizing: border-box; }
	.body_single .n_contact .g_content .g-text .right .text{ width: 100%; text-align: center; }
	.body_single .n_contact .g_content .g-text .right .text .tt{ text-align: center;  }
	.body_single .n_contact .g_content .g-text .right .text .tel{ text-align: center; font-size: 40px;  }
	.body_single .n_contact .g_content .g-text{ overflow: hidden; padding:30px  0 !important; box-sizing: border-box; height:auto; }
	.body_single .n_contact .g_content .allmap img{ width: 100%; }
	.body_single .n_contact .g_content .allmap .text{ position: relative; padding:15px 10px; top: 10px; }

	#n5141 .product0{ display: flex; flex-wrap: wrap; }

	#n5196{ padding-bottom:20px !important; }
	#n5196 .floor_basic3 a{ width:100% !important; height: auto !important; margin: 0 0 5px !important; padding: 0; }
	#n5196 .component_body a .text{ padding-left: 10px; }
	#n5196 .floor_basic3 .text h2{ font-size:22px; }
	#n5196 .floor_basic3 .text p{ font-size:16px !important; }


	#n5197{ padding-top: 0 !important; height:auto !important; background:#f6f6f6; }
	#n5199{ position: static !important; height:auto !important; }
	#n5197 .layout3{ position: static !important; height:auto !important; }
	#n5200{ background:#f6f6f6 !important; }
	#n5200 .floor_step3 ul{ white-space:initial !important; margin-top: 0px !important; }
	#n5200 .floor_step3 ul li{ padding:4px 3px !important; }
	#n5200 .floor_step3 .Wrap::before{ z-index: 999; border-right: 12px solid #fff; }

	#n5193{ padding-top: 5px !important; }
	#n5193>.floor_layout2>.layout2>.component{ padding: 7px !important; }
	#n5195 .floor_basic21 li{ padding: 2px !important; }
	#n5195 .floor_basic21 .Wrap{ top: 73px; }  
	#n5195 .floor_basic21 .Wrap .Title{ font-size: 15px; }
	#n5195 .floor_basic21 .Wrap .Description{ font-size:12px; }

	#n5208{ padding:5px !important; }
	#n5208 .Title{ position: relative;top:20px; }
	#n5208 .component_body ul li .Picture{ margin-top: 65px; }
	#n5208 .component_body ul li .Wrap{ height: auto; }

	#n5211 .ContentWrap{ display: none; }
	#n5211::after{ width: 250px; height: 495px; background-size: 100% 100%; left: calc(50% - 124px); }
	#n5209>.floor_layout2>.layout2>.component{ width: 375px; margin: 0 auto !important; padding-bottom: 73px !important; }

	.case_page .case_float{ display: none; }
	.case_page .case_main .index_1{ width: 100%; }
	.case_page .case_main .index_1 .box{ display: block; }
	.case_page .case_main .index_1 .box .imgwrap{ width: 100%; padding-right:0; padding-left: 0; }
	.case_page .case_main .index_1 .box .content{ width: 100%; padding:0 10px; box-sizing: border-box; }
	.case_page .case_main .index_1 .box .content{ min-width:initial; padding-top: 10px; }
	.case_page .case_main .index_1 .box .channel_title h2{ font-size: 24px !important; }
	.case_page .case_main .index_1 .box .channel_title p{ font-size: 15px !important; }
	.case_page .case_main .index_1 .channelcontent{ margin:20px 0; }
	.case_page .case_main #item3{ height: auto; }
	.case_page .case_main .index_1.m1 .channelcontent .more{justify-content: flex-end; margin-top: 17px; }
	.case_page .case_main #item5,.case_page .case_main #item7{ height: auto; }
	.case_page .case_main .index_1.n4 .channelcontent .more a{ color:#666; border: 1px solid #DCDCDC; }

	#n5215{ display: none; }
	#n5215{ background-image:initial !important; height:auto !important; padding-top: 15px !important; }
	#n5215 .component_body ul{ position: static !important; width: 100%; }
	#n5215 .floor_good5 .component_body ul li{ margin:0 0 10px !important; height:auto; width: 100%; padding: 5px !important; }
	#n5215 .floor_good5 .component_body ul li .Description{ margin-top:10px; }

	#n5217{ padding-top:25px !important; }
	#n5217 .floor_basic5{ display: block !important; height: auto !important; }
	#n5217 .floor_basic5 .bgimg{ position: static !important; width: 100% !important; }
	#n5217 .component_body{ width: 100%; padding: 0 10px; box-sizing: border-box; }
	#n5217 .component_body .titleimg img{ width: 100%; }
	#n5217 .component_body .btn1{ width:87%; margin: 10px auto 25px; }
	#n5217 .component_body .btn1 .icon{ left: 84%; }

	#n5219 .floor_basic4 .component_title{ padding-bottom: 15px; }
	#n5218>.floor_layout2>.layout2>.component{ padding:5px !important; }
	#n5220 .component_body .Wrap{ height: 265px; }
	#n5220 .component_body .Title{ font-size: 20px; padding: 5px 0; }
	#n5220 .component_body .SubTitle{ font-size:15px;  line-height: 1.5em; padding-bottom:5px;}
	#n5220 .component_body .Description{ font-size:13px; }

	#n5221 .bgimg{ height: 220px !important; }

	#n5222{ height: 370px !important; }
	#n5222 .bgimg{ position: static !important; }
	#n5222 .bgimg img{ width: 100%; }
	
	#n5223{ padding-top: 30px !important; }

	#n5140 .floor_channel4 .content_container{ padding: 0 10px !important; box-sizing: border-box; }
	#n5140 .content_body .g_top{ height: auto !important; }
	#n5140 .g_top li .InfoPicture{ border:1px solid #deee; }
	#n5140 .g_top .n1{ margin-bottom:10px; }
	#n5140 .g_top .n1,#n5140 .g_top .n2,#n5140 .g_top .n3{ width: 100% !important; }

	#n5140 .thumb-article0 li .InfoPicture{ width:90px !important; height:auto !important; }
	#n5140 .article0 li .InfoTime span{ margin-right:5px; }
	#n5140 .article0 li .InfoWrap{ margin-left:10px !important; }

	#n5088 .floor_detail2 .product_swiper{ padding:5px !important; }
	#n5088 .detail_table .tools{flex-wrap: wrap; }
	#n5088 .detail_table .tools .lijizixun{ margin-right:150px; margin-bottom:5px; }

	#n5088 .floor_detail2 .InfoContent_main{ flex-wrap: wrap; }
	#n5088 .content_box{ width:100%; }
	#n5088 .right_box{ width:100%; margin-left:0; }
	#n5088 .right_box .box{ background:#fff; padding:10px 0; box-sizing: border-box; }
	#n5088 .sidebar_title h2{  color:#333 !important; font-weight: 100; padding-bottom: 5px; }
	#n5088 .sidelist{ display: flex; flex-wrap: wrap; padding:0 5px; box-sizing: border-box; }
	#n5088 .sidelist li{ width: 50%; margin-bottom:10px; padding:0 5px; box-sizing: border-box; }
	#n5088 .sidelist li .InfoTitle{ height:40px; overflow: hidden; }

	#n5136{ display: none; }

	#n5237 .floor_basic4 .component_title.style_2 h2:before{ width:50px !important; margin-left: -25px; background:#333 !important; }
	#n5237 .component_title .SubTitle{ padding-top:10px; }

	#n5238 li{ width: 100% !important; }
	#n5238 li .Wrap{ padding:20px 15px !important; box-sizing: border-box; }
	#n5238 .top{ display: flex; align-items: center; padding-bottom:5px; }
	#n5238 .top img{ width:25px; margin-right: 10px; }

	#n5239 .floor_basic4 .component_title.style_2 h2:before{ width:50px !important; margin-left: -25px; background:#333 !important; }
	#n5239 .component_title .SubTitle{ padding-top:10px; }
	#n5240 .floor_basic22 .Wrap .Picture{ width: 60px; margin-bottom: 10px; }

	#n5241 .floor_form1{ padding:15px !important; }
	#n5241 table.guestbook_table th{ width: 45px; }
	#n5241 .guestbook_table .submit_button{ margin-top: 15px; }
}


@media screen and (max-width: 480px) {
}
/*==========@@媒体查询  结束@@==========*/

/* wap 导航栏动画 开始 */
@keyframes clockwiseRotate { 
  from{ transform: rotate(0deg); }
  to{ transform: rotate(90deg); }}
@keyframes anticlockwiseRotate {
  from{ transform: rotate(90deg); }
  to{ transform: rotate(0deg); }
}
.clockwiseRotate:before { animation-name: clockwiseRotate; animation-duration: 1.5s; animation-fill-mode: both; }
.anticlockwiseRotate:before { animation-name: anticlockwiseRotate; animation-duration: 1.5s; animation-fill-mode: both; }

@keyframes click_slideOutRight {
  from{ transform: translateX(-100%); }
  to{ transform: translateX(0); }
}
.click_slideOutRight { animation-name: click_slideOutRight; animation-duration: .5s; animation-fill-mode: both; }

@keyframes click_slideInRight {
  from{ opacity: 0; transform: translateX(0); }
  to{ opacity: 1; transform: translateX(-100%); }
}
.click_slideInRight { animation-name: click_slideInRight; animation-duration: .5s; animation-fill-mode: both; }
/* wap 导航栏动画 结束 */