﻿@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: "Microsoft YaHei",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Segoe UI Symbol"; font-size:14px; background:#fff; -webkit-text-size-adjust:none; /*这个必须加上，在苹果手机上维持正常字体大小*/ }
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:0px; }
.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{ line-height: 2em; text-align: justify;}
.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:1440px; margin: 0 auto; padding: 0 10px; }
#logo, #announcement, #link, #copyright,#bottom,#floor_album,#floor_product,#floor_picture,#floor_article,#floor_customer { max-width:1440px; 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%; 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;}
/*----------频道相册列表----------*/
/*==========@@通用列表  结束@@==========*/

/*==========@@媒体查询  开始@@==========*/
@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%; height: 140px; }
	/*工具栏*/
	#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);}
}

@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 导航栏动画 结束 */

.btn1{display:block;width:100px;height:30px;border:1px solid #fff;background:0 0;text-align:center;line-height:30px;font-size:12px;color:#fff;margin:auto;margin-top:55px;transition:all .5s}
.btn1:hover{color:#3cd2d7;border:1px solid #3cd2d7}
.btn2{display:block;width:100px;height:30px;border:1px solid #fff;background:0 0;text-align:center;line-height:30px;font-size:12px;color:#fff;margin:auto;margin-top:55px;transition:all .5s}
.btn2:hover{color:#ff0;border:1px solid #ff0}
.btn3{display:block;width:160px;height:33px;border:1px solid #ccc;border-radius:30px;background:0 0;text-align:center;line-height:33px;font-size:12px;color:#ccc;margin:auto;margin-top:30px;transition:all .5s}
.btn3:hover{color:#3f8aca;border:1px solid #3cd2d7}
.btn4{display:block;width:160px;height:33px;border:1px solid #fff;border-radius:30px;background:0 0;text-align:center;line-height:33px;font-size:12px;color:#fff;margin:auto;margin-top:50px;transition:all .5s}
.btn4:hover{color:#3cd2d7;border:1px solid #3cd2d7}
.btn5{display:inline-block;width:100px;height:30px;border:1px solid #999;background:0 0;text-align:center;line-height:30px;font-size:12px;color:#999;transition:all .5s}
.btn5:hover{color:#3cd2d7;border:1px solid #3cd2d7}

.zy_inco{ font-size: 30px; text-align: center; color: #333333; height: 30px; line-height: 10px; position: relative;}
.zy_inco span{ display: block; position: relative;}
.zy_inco span:after{ width: 38px; height: 1px; position: absolute; left: 50%; margin-left: -19px; background: #d2d2d2; content: ''; top: 70px;}


.bannertext .BannerName{float:right;}
.bannertext .BannerName img{width:860px}
 
.bag_5{position:relative;width:100%;margin-top:-148px;z-index:2;background-color：#fff;
	background-image: url('../images/bag5.png'); 
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;}
.floor_basic_3{padding-top:100px;animation-duration:1s;animation-fill-mode:both;text-align:center;top:0;background:url(../images/indexTit1.png) no-repeat;background-position:center!important;display:inline-block;min-width:100px;width:100%;left:0;right:0;z-index:9}
.floor_basic_3 .component_title8{padding-top:55px;padding-bottom:16px}
.floor_basic_3 .component_title8 h2{text-align:center}
.floor_basic_3 .component_title_2>h2{font-size:27px;font-family:"宋体";text-align:center;font-weight:900;padding-left:32px;color:#3f8aca;padding-top:15px}
.floor_basic_3 .component_title_2>h2 span{padding-left:40px}
.floor_basic_3 .component_title_2 .SubTitle{font-size:14px;color:#666;font-weight:400;font-style:normal;text-align:center;padding-top:10px;padding-left:32px}
.floor_basic_3 .component_title_2 .SubTitle2{font-size:14px;color:#fff;font-weight:400;font-style:normal;text-align:center;padding-top:10px;padding-left:32px}
.floor_basic_3_1{padding-top:100px;animation-duration:1s;animation-fill-mode:both;text-align:center;top:0;background:url(../images/indexTit2.png) no-repeat;background-position:center!important;display:inline-block;min-width:100px;width:100%;left:0;right:0;z-index:9}
.floor_basic_3_1 .component_title8{padding-top:55px;padding-bottom:16px}
.floor_basic_3_1 .component_title8 h2{text-align:center}
.floor_basic_3_1 .component_title_2>h2{font-size:27px;font-family:"宋体";text-align:center;font-weight:900;padding-left:32px;color:#fff;padding-top:15px}
.floor_basic_3_1 .component_title_2>h2 span{padding-left:40px}
.floor_basic_3_1 .component_title_2 .SubTitle{font-size:14px;color:#ccc;font-weight:400;font-style:normal;text-align:center;padding-top:10px;padding-left:32px}
.floor_basic_3_1 .component_title_2 .SubTitle2{font-size:14px;color:#fff;font-weight:400;font-style:normal;text-align:center;padding-top:10px}
.zxCon{max-width:1200px;margin:0 auto;text-align:center}
.zxCon2{max-width:1220px;margin:0 auto;text-align:center}
.zxConLef{float:left;width:570px}
.zxConRight{float:right;width:615px;margin-top:15px}
.zxList{width:100%;margin:0;padding:0}
.zxList li{margin-top:25px}
.zxList li .zxleft{display:inline-block;width:85px;text-align:center;border-right:3px solid #e6e6e6;position:relative}
.zxList li:first-child{margin-top:-18px}
.zxList li:hover .zxlt{color:#3f8aca}
.zxList li:hover .zxls{color:#3f8aca}
.zxList li:hover .zxright span{color:#3f8aca}
.zxList li:hover .zxpoint{height:18px}
.zxList li .zxright{display:inline-block;width:520px;text-align:left}
.zxList .zxright span{font-size:20px;color:#666;transition:all .5s}
.zxList .zxright p{font-size:12px;color:#999;line-height: 22px;}
.zxpoint{display:block;height:0;width:3px;position:absolute;top:0;right:-3px;background:#3f8aca;transition:all .5s}
.zxlt{font-size:40px;color:grey;transition:all .5s}
.zxls{font-size:14px;color:grey;transition:all .5s}

 
.bag_2{background-image: url('../images/bag2.jpg');background-repeat:no-repeat;background-size:100% 100%;-moz-background-size:100% 100%;}
.ydicon-left{display:inline-block;width:33px;height:84px;background-size:100%;position:absolute;left:-80px;top:40%;opacity:.4;color:#fff;font-size:50px}
.ydicon-right{display:inline-block;width:33px;height:84px;background-size:100%;position:absolute;right:-80px;top:40%;opacity:.4;color:#fff;font-size:50px}

.bag_3{position:relative;width:100%;z-index:2;background-color：#fff; background-image: url('../images/bag25.png'); 
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;}

.bag_35{position:relative;width:100%;margin-top:-148px;z-index:2;
	background-image: url('../images/bag15.png'); 
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;padding-bottom: 50px;}

.ty{width:1200px;margin:auto;height:370px;overflow:hidden;padding-top:50px;padding-bottom:30px}
.ty li{float:left;width:228px;text-align:center;transition:all 1.2s}
.ty li .imgdiv{width:228px;height:228px;border-radius:50%;overflow:hidden;text-align:center}
.ty li .imgdiv img{width:auto;height:100%;margin:auto;transition:all .5s; }
.ty li:hover img{width:auto;height:110%}
.ty li:hover p{color:#3cd2d7}
.ty li:hover .tyspan1{background:url(../images/tydowOn.png)}
.ty li:hover .tyspan2{background:url(../images/tyupOn.png)}
.ty li .tyspan1{display:block;width:25px;height:20px;background:url(../images/tydow.png);margin:auto;margin-top:10px}
.ty li .tyspan2{display:block;width:25px;height:20px;background:url(../images/tyup.png);margin:auto;margin-bottom:10px}
.ty li p{color:#999;font-size:14px;text-align:center;line-height:1.5}
.ty li .maxp{color:#666;font-size:20px!important;text-align:center;padding-bottom:5px;padding-top:10px}
.ty .sj2{padding: 0 15px;}


.bag_4{background-repeat:no-repeat!important;background-position:top center!important;background-size:cover!important;background:url(../images/bag4.jpg) no-repeat}
.fx{width:1200px;margin:auto;position:relative;z-index:2;padding-top:50px}
.fx li{width:255px;float:left;height:300px;background:#fff;margin-left:60px;text-align:left;position:relative;transition:all .5s}
.fx li:hover{background:#3cd2d7}
.fx li:hover p{color:#fff!important}
.fx li:first-child{margin-left:0}
.fx li .fximg{width:235px;height:160px;margin:auto;margin-top:10px;overflow:hidden}
.fx li .fximg img{width:100%;height:100%;transition:all .5s;margin:auto}
.fx li .fxp{color:#666;font-size:18px;padding-top:10px;padding-bottom:10px}
.fx li p{width:235px;color:#999;font-size:12px;margin:auto}
.fx li p:last-child{padding-top:10px;color:#ccc;font-size:12px;position:absolute;bottom:10px;left:10px}
.sj_con{height:530px;padding-top:50px;overflow:hidden}
.sj_con li{float:left;width:260px;margin-right:40px;transition:all 1s;position:relative}
.sj_con li:last-child{margin-right:0!important}
.sj_c{position:relative;overflow:hidden;height:430px}
.sj_con span{display:block;width:100px;height:100px;position:absolute;color:#fff}
.sjp1{background:url(../images/sjq4.png) no-repeat center;text-align:center;line-height:100px;font-size:50px;bottom:-40px;left:80px}
.sjp2{background:url(../images/sjq3.png) no-repeat center;text-align:center;line-height:100px;font-size:50px;top:45px;left:80px}
.sjp3{background:url(../images/sjq2.png) no-repeat center;text-align:center;line-height:100px;font-size:50px;bottom:-40px;left:80px}
.sjp4{background:url(../images/sjq1.png) no-repeat center;text-align:center;line-height:100px;font-size:50px;top:45px;left:80px}
.sj_mark{width:100%;height:100%;position:absolute;top:600px;left:0;background:url(../images/sjcba.png) no-repeat center;background-size:260px 430px;transition:all .6s;text-align:center}
.sj_mark p{font-size:16px;color:#fff;padding-bottom:10px}
.sj_mark p:first-child{font-size:26px;padding-top:90px}
.sj_con li:hover .sj_mark{top:0}
.sj1{margin-top:100%}
.sj2{margin-top:-100%}
.sj1,.sj2{margin-top:0!important}

.luntan_fp3 .objcat a:hover,.mn_optlist>a:hover,.paging a.cur,.paging a:hover,.ui_gradient1{background-image:-webkit-gradient(linear,top left,top left,from(#2297df),to(#a2d9f6));background-image:-webkit-linear-gradient(top,#2297df,#a2d9f6);background-image:linear-gradient(to bottom,#2297df,#a2d9f6);FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#028882,endColorStr=#46a562)}
.ui_gradient2{background-image:-webkit-gradient(linear,top left,top left,from(#2297df),to(#a2d9f6));background-image:-webkit-linear-gradient(top,#2297df,#a2d9f6);background-image:linear-gradient(to bottom,#2297df,#a2d9f6);FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#fe5d2e,endColorStr=#ff9170)}
.wrp{width:100%;min-width:1200px;max-width:1440px;padding:0 50px;margin-left:auto;margin-right:auto;position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.fp1_feature .ui_mid3{height:110px;font-size:12px;color:#393939}
.fp1_feature .ui_mid3>div{display:inline-block;vertical-align:middle}
.fp1_feature .ui_icon{max-height:66px;margin-right:5px}
.ui_mid3{display:flex;justify-content:center;align-items:center;display:-webkit-box;display:-moz-box;display:box;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center}
.ui_mid3:after{content:"";width:0;height:100%}


/* 内页子导航 */
.lap { height: 70px; line-height: 70px; border-bottom: 2px solid #eaeaea; } 
.leftnav { float: left; white-space: nowrap; font-size: 18px; color: #282828; width: 810px; overflow: hidden;text-align:left} 
.leftnav a { display: inline-block; *display: inline; *zoom: 1; padding: 0 10px; vertical-align: middle; height: 67px; line-height: 67px; border-bottom: 3px solid transparent; font-size: 18px; color: #282828; margin-right: 50px; } 
.leftnav a.first { margin-left: 0; } 
.leftnav a:hover,.leftnav a.on { border-bottom: 3px solid #00a0e9; } 
.pos { float: right; font-size: 14px; color: #bab9b9; text-indent: 28px;
    background: url(../images/location.png) no-repeat center left;} 
.pos a { font-size: 14px; color: #bab9b9; } 
.pos a[href]:hover { color: #00a0e9 }

.leftnav2 {  white-space: nowrap; font-size: 18px; color: #282828;   overflow: hidden;text-align:center; margin:0 auto} 
.leftnav2 a { display: inline-block; *display: inline; *zoom: 1; margin: 0 0.5%; height: 47px; line-height: 47px;  font-size: 18px;color: #282828;  width:11.5%;  border-bottom: 3px solid #c6dae4;
    background-color: #f3f3f3;border-radius: 10px;} 
.leftnav2 a.first { margin-left: 0; } 
.leftnav2 a:hover,.leftnav2 a.on { border-bottom: 3px solid #00a0e9; background-color: #c0e6f7;border-radius: 10px; } 

.pdt40 { padding: 40px 0; } 

/*明月山文化*/
.book { } 
.book .el * { transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; } 
.book .el { width: 100%; height: 445px; margin-bottom: 50px; } 
.book .el .txt { width: 320px; height: 345px; padding: 50px; float: left; } 
.book .el .txt .t { font-size: 25px; color: #fffefe; width: 136px; height: 110px; padding-top: 25px; margin: 0 auto; text-align: center; } 
.book .el .txt .t span { font-size: 36px; font-weight: bolder; display: block; margin-bottom: 5px; } 
.book .el .img { float: left; width: 780px; height: 100%; overflow: hidden; } 
.book .el .img img { width: 100%; height: 100%; } 
.book .el p { font-size: 16px; color: #fffefe; line-height: 30px; margin: 35px 0; } 
.book .el a { display: block; text-align: center; margin: 0 auto; font-size: 18px; color: #ffffff; width: 178px; height: 46px; line-height: 46px; border: 1px solid #ffffff; border-radius: 30px; } 
.book .el a:hover { background: white; } 
.book .el:hover img { transform: scale(1.1); } 
.book .el.el1 .txt { background-color: #00a0e9; } 
.book .el.el1 .t { background: url(../images/book1.png) no-repeat center; } 
.book .el.el1 a:hover { color:#009944; } 
.book .el.el2 .txt { background-color: #9e7c0e; #0e9e62} 
.book .el.el2 .t { background: url(../images/book1.png) no-repeat center; } 
.book .el.el2 a:hover { color:#00a0e9; } 
.book .el.el3 .txt { background-color: #ff7b1f; } 
.book .el.el3 .t { background: url(../images/book1.png) no-repeat center; } 
.book .el.el3 a:hover { color:#ff7b1f; } 

.book .el.el4 .txt { background-color: #0e9e62;} 
.book .el.el4 .t { background: url(../images/book1.png) no-repeat center; } 
.book .el.el4 a:hover { color:#00a0e9; } 

/*自驾游*/
.clearfix{zoom:1}
.clearfix:after{display:block;height:0;clear:both;visibility:hidden;overflow:hidden;content:"."}
.lxs-list-box{margin-top:40px}
.list-lxs li{position:relative;margin:80px 0}
.list-lxs .list-thumb{width:700px;height:440px;float:right;box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.list-lxs .list-thumb img{width:100%;height:100%;vertical-align:top;transition-duration: .5s;}
.list-lxs .list-thumb:hover img { transform: scale(1.1); } 

.list-lxs .list-bg{position:absolute;z-index:-1;top:30px;left:30px;width:675px;height:415px;border:5px solid #0f6faa}
.list-lxs .list-info{position:absolute;top:35px;height:380px;box-sizing:border-box;padding:40px;background-color:#0f6faa;background-color:rgba(74,171,230,.9);width:600px;color:#fff;border-radius:10px;box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.list-lxs .list-title{line-height:40px;height:40px;color:#fff;font-size:24px}
.list-lxs .list-desc{margin-top:40px;padding-bottom:20px;line-height:38px;border-bottom:1px solid #fff;overflow:hidden;color:#fff}
.list-lxs .list-more{display:block;margin-top:20px;float:left;color:#fff}
.list-lxs li.even .list-thumb{float:left}
.list-lxs li.even .list-info{right:0}
.list-lxs li.odd .list-bg{left:auto;right:30px}

/*周边游*/
.lxs-list-box2{padding-top:40px}
.list-lxs2 li{position:relative;border: 1px solid #ccc;margin-bottom: 35px;}
.list-lxs2 .list-thumb{width:500px;height:333px;float:right}
.list-lxs2 .list-thumb img{width:100%;height:100%;vertical-align:top;transition-duration: .5s;}
.list-lxs2 .list-thumb:hover img { transform: scale(1.1); } 

.list-lxs2 .list-info{position:absolute;height:300px;box-sizing:border-box;padding:40px;width:700px;border-radius:10px}
.list-lxs2 .list-title{display:block;line-height:40px;height:40px;color:#333;font-size:24px;}
.list-lxs2 .list-desc{margin-top:40px;height:72px;padding-bottom:20px;line-height:24px;overflow:hidden;color:#333;border-bottom: 1px solid #ccc;}
.list-lxs2 .list-more{display:block;margin-top:20px;float:left;color:#fff;font-size:12px;height:38px;line-height:38px;padding:0 10px;background:#2699e0;border-radius:0;font-weight:600;box-shadow:none}
.list-lxs2 .list-more:hover{border:2px solid #2699e0;background:0 0;color:#8e7037}
.list-lxs2 li.even .list-thumb{float:left}
.list-lxs2 li.even .list-info{right:0}
.list-lxs2 li.odd .list-bg{left:auto;right:30px}

.ybbqx-category-box1{padding:50px 0}
.ybbqx-box{position:relative;height:760px;width:100%}
.ybbqx-box .ybbqx-box-item{position:absolute;overflow:hidden}
.ybbqx-box .item-title{height:60px;line-height:25px;text-align:center;width:100%;position:absolute;top:50%;margin-top:-30px;text-align:center;color:#fff}
.ybbqx-box .item-title span{display:block;font-size:20px;display:block;overflow:hidden}
.ybbqx-box .item-title span.ch{line-height:40px;font-size:26px;font-weight:300}
.ybbqx-box .item-title span.en{line-height:20px;font-size:18px;font-weight:lighter}
.ybbqx-box .item-title span b{font-size:32px}
.ybbqx-box .ybbqx-box-item.n1{width:250px;height:560px;left:0;top:0}
.ybbqx-box .ybbqx-box-item.n2{width:400px;height:250px;left:250px;top:0}
.ybbqx-box .ybbqx-box-item.n3{width:550px;height:400px;left:650px;top:0}
.ybbqx-box .ybbqx-box-item.n4{width:400px;height:310px;left:250px;top:250px}
.ybbqx-box .ybbqx-box-item.n5{width:550px;height:160px;left:650px;top:400px}
.ybbqx-box .ybbqx-box-item.n6{width:250px;left:0;top:0}
.ybbqx-box .ybbqx-box-item.n6{width:1200px;height:200px;left:0;top:560px}
.ybbqx-category-box2{margin-top:50px}

.zxConRight2{float:right; padding-top:20px}
.zxConLef2{float:left;width:570px; padding-top:20px}

.zxConRight2 .txt li{line-height:36px; margin-bottom: 15px; display: block; background:#f4f4f4;}
.zxConRight2 .txt li a{width: 571px; height:54px; font-size: 16px; color: #666666; display:block;padding: 14px; }
.zxConRight2 .txt li a:hover{ background: #0091d8; display: block; color: #fff;}
.zxConRight2 .txt li .time{ width:58px; float: left; margin-left: 15px;}
.zxConRight2 .txt li .time h1{width:58px;font-size: 24px;height: 36px;line-height: 36px;border-bottom: 1px solid #ccc;text-align: center;font-weight: normal;}
.zxConRight2 .txt li .time p{ width: 58px;font-size: 14px;float: left; text-align: left; }
.zxConRight2 .txt li .tit{ width:468px; float: left; margin-left: 20px;}
.zxConRight2 .txt li .tit h2{  width:468px;font-size: 20px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;font-weight: normal;text-align:left}
.zxConRight2 .txt li .tit p{ width:468px;overflow: hidden;  color: #999; line-height:24px;font-weight: normal;font-size:14px;text-align:left}
.zxConRight2 .txt li a:hover h1{color: #fff;}
.zxConRight2 .txt li a:hover p{color: #fff;}
.zxConRight2 .txt li a:hover h3{color: #fff;}
.zxConRight2 .txt li a:hover h2{color: #fff; font-weight: bold;}

.xw_box1 li{ width: 570px; height: 235px; border: 1px solid #e7e7e7; border-bottom: 8px solid #57afdd; box-sizing: border-box; float: left; margin:20px 0 20px 30px; padding: 33px; transition: 0.3s;text-align: left;background-color:#FFFFFF;}
.xw_box1 li .time{ color: #80858a;}
.xw_box1 li .tit{ height: 50px; line-height: 50px;; color: #393939; font-weight: bold; font-size: 18px;;}
.xw_box1 li .cont{color: #545454; height:48px; padding: 6px 0; overflow: hidden; margin-bottom: 20px;}
.xw_box1 li .more{ text-indent: 30px;background: url(../Image/see.png) no-repeat left center; height: 28px; line-height: 28px;;}
.xw_box1 li .more a{ height: 26px; width:108px;line-height: 26px; color: #858585; font-size: 12px; border-radius: 13px; border: 1px solid #e7e7e7;}
.xw_box1 li:hover{ border-color: #009358;}
.xw_box1 li:hover a{border-color: #009358; background: #009358; color: #FFF;}
.left2{ float:left;}
.right2{ float:right;}


    .bj_bai{ background-color:#FFF;}
.w1200{width:1200px; height:auto; overflow:hidden; margin:0 auto;}
 


/*底部区域*/
.bag_10{background-repeat:no-repeat!important;background-position:top center!important;background-size:cover!important;background:url(../images/w9.png) no-repeat;height:450px}
#copyright_main { color:#fff;  font-size:14px; padding-top:100px}
#copyright {padding-top:30px;  }
#copyright .bottom_navigation{text-align: center;line-height:40px;}
#copyright .bottom_navigation a{font-size:16px;padding:0 10px}
#copyright .line{ padding:0px 5px;}
#copyright a {color: #fff; text-decoration: none; font-size:14px;}

#copyright a:hover {color: #fff; text-decoration: none;}
#copyright .bottom_info{ text-align:center;line-height:32px; }
#copyright .TechnicalSupport{ text-align:center; line-height:20px;}

footer .lis{font-size:14px ;color: #eeeeee;float: left;width:300px; line-height: 1.3em;}
footer .lis:last-child{margin-right: 0}
footer .lis ul{font-size: 14px;color: #ffffff; padding-top:10px}
footer .lis ul a{color: #ffffff;}
footer .lis ul li img{width: 100px;height: 100px;}
footer .lis2 li{float: left; text-align: center;margin-right: 38px;}
footer .lis2 li:last-child{margin-right: 0;}

.lan,.search{background: url(../images/sj.png) no-repeat right center;padding-right: 14px;height: 70px;position: relative;line-height: 70px;margin-left: 30px;cursor: pointer;}
.lan::before{content: "";position: absolute;width: 1px;height: 16px;right: -14px;top:27px;background: #ffffff}
.lan .lan-nav{position: absolute;width: 100px;top:70px;left:-15px;background:#202020B2;padding-left: 15px;padding-bottom: 10px;display: none}
.lan .lan-nav a{line-height: 30px;display: block;color:#ffffff}
.lan .lan-nav:hover{color:#3f8aca}
.lan:hover .lan-nav,.search:hover .search-form{display: block; }

.search .search-form{position: absolute;width: 240px;top:70px;background: rgba(255,255,255,.8);padding:10px 15px;left: -225px;display: none}
.search .search-form input[type=text]{width: 160px;height: 28px;line-height: 28px;padding: 0; padding-left: 5px;border: 1px solid #ddd;float: left;background: rgba(255,255,255,.5);}
.search .search-form input[type=submit]{width:70px;height:30px;line-height:27px;background: #3f8aca;color:#fff;padding: 0;text-align: center;cursor: pointer;float: left;border: 1px solid #3f8aca;}
.search:hover .search-form{display: block;}
.search a.ser-btn{display:block;width:16px;height: 100%;background: url(../images/ser.png) no-repeat center center;}
.search:hover a.ser-btn{background: url(../images/ser1.png) no-repeat center center;}


