@charset "utf-8";
/* eyoucms.com 易优CMS -- 好用,免费,安全 */
/*==========@@HTML默认 开始@@==========*/
/*基本*/
@font-face {
  font-family: 'iconfont';  /* Project id 3883893 */
  src: url('//at.alicdn.com/t/c/font_3883893_n730ago921.woff2?t=1675754299659') format('woff2'),
       url('//at.alicdn.com/t/c/font_3883893_n730ago921.woff?t=1675754299659') format('woff'),
       url('//at.alicdn.com/t/c/font_3883893_n730ago921.ttf?t=1675754299659') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*{padding:0px; margin:0px }
body{color:#555;background-color: #FFF;padding:0px;margin:0px auto;overflow:scroll;overflow-x:hidden;overflow-y:auto;font-family: Source Han Sans CN;/* font-family: Source Han Serif; */font-size: 16px;max-width:640px;}
div{ margin:0; padding:0; border:0;  }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px 0px 1em 0;}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; margin:0 auto;/* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#000; background: transparent;  outline:none}
a:focus { outline:none; }
a:hover, a:active{ color:#07328e; outline:none;}

/*标题*/
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-size: 100%;  /* Correct font size not being inherited in all browsers. */
    margin: 0;  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
    vertical-align: baseline; /* Improve appearance and consistency in all browsers */
    *vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button,select {text-transform: none;}
input{  -webkit-border-radius:5px; -moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	background-color: #FFFFFF;	border: 1px solid #E8E8E8;	margin: 3px 0px;
	padding: 5px 3px;	width:96%;	line-height: normal; }
textarea{	-webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;border-radius:5px; 
-moz-box-sizing: border-box;  background-color: #FFFFFF;	border: 1px solid #E8E8E8; margin: 3px 0px;padding: 5px 3px;	width:96%; }

/*其它*/
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;}
audio:not([controls]) {display: none; height: 0;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@元件 开始@@==========*/
/*常用颜色*/
.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;}
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:10px; display:none; } /*more链接*/
.more a{ color:#167312}
.code_image{ cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/

/*必须输入，主要*/
.required{ color:red; font-weight:bold;}
.form_text_verifycode { width:80px; }
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}

/*按钮*/
.btn{width: 100%;padding: 9px 0px;font-size: 16px;text-decoration: none;margin: 5px 0px;cursor: pointer;border-radius: 3px;border: 0px solid #0B8E00;display: block;text-align: center;background: linear-gradient(to right, #3793f7 , #093095);color: #fff;font-weight: bold;}
.btn:active{}

.btn_download{color:#ffffff; display:block; text-align:center; cursor:pointer;	
	width:80px; text-decoration:none; margin:0px; 
	background:#e7463c;
	-webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	text-indent:0; }
.btn_download:active{	padding:0px;top:0px;
	background-image:-o-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-moz-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-webkit-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-ms-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #5DD300),color-stop(1, #179F00));
	background-image:linear-gradient(bottom, #5DD300 0%, #179F00 100%);
	-webkit-box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5); }
.btnSmsCode{ width:90%; float:right; padding:6px 0; font-size:14px;}

/*箭头*/
.arrow{ background:url(../img/arrow1.png) center center no-repeat; 	background-size:14px;width:30px; height:30px; display:block; float:right;vertical-align:middle;}

/*频道*/
.ChannelName{}
.ChannelContent{clear:both;padding: 1% 1% 2%;line-height:1.8em;}
.ChannelContentlxwm {clear: both;padding: 3px;line-height: 1.8em;/* max-width: 400px; */margin: 0 auto;text-indent: 0em;}
.ChannelSContent{}
.ChannelContent p {margin-bottom: 20px;margin-top: 20px;}
/*信息*/
.InfoTitle, .ChannelName{ font-size:18px; line-height: 1.5em; vertical-align:middle;}
.InfoTime{color:#999; text-align:left; font-size:12px; padding:2px 0px; height:25px}
.InfoContent{ font-size:17px; line-height:1.8em}
.InfoContent h2 {font-size: 18px;line-height: 27px;margin-bottom: 15px;font-weight: 800;color: #FF0000;}
.InfoContent h3 {font-size: 17px;display: block;font-weight: 700;color: #0000FF;}
.InfoContent h4 {font-size: 16px;display: block;font-weight: 700;color: green;}
.InfoContent strong {}
.InfoContent p{margin-bottom: 20px;margin-top: 20px;}
.InfoContent.daoshi{padding:0 1%}
.InfoContent.daoshi p{text-indent:2em;}
.InfoContent p.aibiaoti {text-align: center;color: rgb(255, 0, 0);font-size: 20px;}
.InfoContent p.aibiaoti strong {font-size: unset;}
.InfoPicture{ text-align: center;}
.InfoPicture img{width:100%;}
.shijianfenbu {
    background: #f4f4f4;
    font-size: 16px;
    line-height: 28px;
    color: #5a5a5be8;
    padding: 19px 10px;
    box-sizing: border-box;
    position: relative;
    padding-top: 44px;
    letter-spacing: 1px;
    }
.shijianfenbu .sjfb-t {
    text-indent: 0em;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #07328e;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    left: 0px;
    top: 13px;
    }
.InfoContent table {margin:auto;width:100% !important;text-indent:0em;}
.shijianfenbu h3 {
    text-indent: 0em;
    margin: -4px 0 -11px;
    font-size: 16px;
}
.f1{}
.f2{}
.f3{}
.f4{}
.f5{}
.ShowInfo{ height: 30px; line-height: 1.5em; font-size:18px; border-top: 1px solid #bdbec1; vertical-align:middle; padding-top:5px; color:#000000;}
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag b{}
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.InfoContent img, .ChannelContent img{max-width:100%; height:auto !important; }
#dituContent img{ max-width:none;}
/*==========@@元件 结束@@==========*/


/*==========@@模块  开始@@==========*/
.left_title{ border:0px solid red; clear:both;  padding:10px 0 5px 0;}
.left_title h2 {    text-align:center; overflow:hidden; font-size:17px;}
.left_title h2 a {   color:#000; padding:1px 8px;  font-size:20px;}
.left_body{padding: 3px 6px;overflow: hidden;}
.left_bodylxwm{/* height: 100px; */padding: 3px 0px;}
.left_bottom { clear:both; height:5px; }
.left_bottom2 {clear:both;height: 10px;}
.left_bodykuang {width: 98%;margin: 0 auto;}
.left_title1{ border:0px solid red; clear:both;font-size:20px;padding:5px 0 10px 0;}
.left_title1 h2 {  color:#000;  text-align:center; overflow:hidden; }
.left_title1 h2 a {  color:#000;font-size:17px; padding:1px 8px; }
.btn-more1 {border: 1px solid;color: #07328e;display: block;width: 90px;text-align: center;transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;height: 30px;line-height: 28px;margin: 10px auto;font-size: 12px;}
.left_body1{ padding:3px 5px;}
.left_body2{padding: 3px 8px;background: #f4f5f5;margin-bottom: 51px;overflow: hidden;}
.left_bottom1 { clear:both; height:25px; }
/*==========@@模块  结束@@==========*/


/*==========@@布局  开始@@==========*/
/*===公共 开始===*/
body_index, .body_single, .body_article, .body_picture, .body_download, .body_video, .body_product,  .body_job, .body_guestbook, .body_feedback{ }
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:99%; margin:0px auto }
#top, #logo, #navigation, #banner, #location, #announcement, #link, #copyright { width: 100%;  margin: 0px auto;}
/*===公共 结束===*/

/*===首页 开始===*/
/*===首页 结束===*/

/*===招聘频道  开始===*/
.job{ }
table.job_table { border:0px solid #16b7b7; margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}
table.job_table td{ padding:5px 2px;}
table.job_table th{color:#000;}
.JobName{ font-size:20px; border-bottom: 1px dotted #999; padding:3px 8px; font-weight:bold;}
/*===招聘频道  结束===*/

/*===留言频道  开始===*/
.guestbook{ }
.guestbook .ChannelName h1{ border-bottom:1px dotted #CCCCCC; padding:5px 0px;}
table.guestbook_table{ width:100%;}
table.guestbook_table .t1{ width:25%; text-align:left }
table.guestbook_table .t2{ width:75%; text-align:left;}
/*===留言频道  结束===*/

/*===反馈模型 开始===*/
.feedback{ }
.feedback .ChannelName h1{ border-bottom:1px dotted #CCCCCC;  }
table.feedback_table{ width:100%;}
table.feedback_table .t1{ width:25%; text-align:left }
table.feedback_table .t2{ width:75%; text-align:left;}
/*===反馈模型 结束===*/

/*===订购 开始===*/
.order{width:98%;margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
.order table.order_table{ width:100%;  }
.order table.order_table .t1{ width:28%; text-align:left}
.order table.order_table	 .t2{ height:72%; text-align:left}
/*===订购 结束===*/

/*===地图 开始===*/
.sitemaplist li{border-bottom:1px dashed #d0d1d4;padding: 0.5em 8px; background-color:#FFF}
.sitemaplist li .ChannelName{ font-weight:bold;}
.sitemaplist li .ChannelDepth1{ font-weight:bold;}
.sitemaplist li .ChannelDepth2{text-indent: 2em; }
.sitemaplist li .ChannelDepth3{text-indent: 4em; }
.sitemaplist li .ChannelDepth4{text-indent: 6em; }
.sitemaplist li .ChannelDepth5{text-indent: 8em; }
/*===地图 结束===*/
/*==========@@布局  结束@@==========*/


/*==========@@公共模块 开始@@==========*/
/*Logo部分*/
#logo{ }
#logo .WebLogo{ text-align:center; padding:5px 0; }
#logo .WebLogo img{ max-width:100%; display:block;/*解决img底部空白的bug*/ margin:0 auto;}

/*导航*/
/*
#navigation { padding:0px; border: 0px solid red; background-color:#dddddd; clear:both; overflow:hidden}
#navigation ul.navigationlist li { 
width: 25%; 
height:30px;
line-height:30px;
vertical-align:middle;
padding:0px;
margin:0px;
float:left; 
text-align:center; 
background-color:#dddddd; 
border-bottom:1px solid #d5d5d5;
border-top:1px solid #e1e1e1;
background:url(../img/navigationlist.png) #dddddd no-repeat right center;  
}
#navigation ul.navigationlist .current { color:#167312; }
*/

#navigation { padding:0px; border: 0px solid red;  clear:both; overflow:hidden}
#navigation table{background:#07328e; /*边框颜色*/width:100%; margin:0px auto; border-spacing:1px; border-collapse:separate}
#navigation td{ /*单元格底色*/}
#navigation a{line-height: 40px;font-size: 16px;color:#fff;overflow:hidden;display:block;text-align:center;}
#navigation a.current{color:#e7463c;  background:url(../img/navigationlist_a.png) no-repeat center bottom;}

/*===FlexSlider幻灯片  开始===*/
#banner { margin-bottom:6px;}
/*幻灯片标题*/
 .flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;}
/* FlexSlider Necessary Styles*/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%;display: block;height: 250px;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0px; background: #fff; border: 0px solid #fff; position: relative;  zoom: 1; }
.flex-viewport {max-height: 2000px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides {zoom: 1;height: 250px;}
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/
.flex-control-nav{width: 100%;height: 8px;position: absolute;z-index: 1;bottom: 3px;text-align: center;}
.flex-control-nav li {display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {text-indent: -9999px;box-shadow: inset 0 0 3px rgba(0,0,0,0.3);display: inline-block;width: 6px;background: #fff;height: 6px;/* -webkit-border-radius: 10px; */-moz-border-radius: 10px;border-radius: 10px;margin: 0 5px;vertical-align: top;overflow: hidden;font-size: 0px;}
.flex-control-paging li a:hover {background: blue;  }
.flex-control-paging li a.flex-active {border: 1px solid #009fe4; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*===FlexSlider幻灯片  结束===*/

/*当前位置*/
#location{
    padding: 0px 0px;
    margin: 0 auto;
    border-bottom: 0px solid #167312;
    height: 26px;
    line-height: 28px;
    clear: both;
    text-indent: 10px;
    padding-left: 17px;
    background: url(/images/position_icon.png) no-repeat left center;
    background-size: 16px;
    background-position-x: 6px;
    width: 96%;
    }
#location a{color:#666666;font-size: 14px;}

/*搜索 */
.search{width:98%;margin:0px auto}
.searchresult{ font-weight:bold; font-size:18px;}

/*评论*/
.comment{}
.CommentList h1{ border-bottom:1px #999999 dotted; padding:5px 0px;} /*评论列表标题*/
.LeaveComment h1{ border-bottom:1px #999999 dotted; padding:5px 0px; } /*我要评论标题*/
.CommentTime {}
.CommentContent { color:#999999 }
table.comment_table{ width:100%;  }
table.comment_table	.t1{ width:28%; text-align:left}
table.comment_table	.t2{ height:72%; text-align:left}

/*分页条*/
.page {width: 100%;margin: 0 auto;margin-top: 10px;padding-top: 10px;padding-bottom: 10px;text-align: center;}
.page p { display:none; }
.page a, .page span {display: inline-block;padding: 0 10px;background: #fff;text-align: center;line-height: 26px;border: 1px solid #dfdfdf;font-size: 13px;color: #333;margin: 0 2px;border-radius: 5px;}
.page a:link, .page_turner a:visited { text-decoration:none; }
.page .cur, .page a:hover {display: inline-block;padding: 0 10px;text-align: center;line-height: 26px;border: 1px solid #07328e;font-size: 16px;color: #fff;margin: 0 2px;background: #07328e;border-radius:5px;}
.page .current{ background:#87ceeb; color:#FFF;}
.page #total{color:red}
.page .pageinfo{ display: none}
.page .pagefirst{ display: none}
.page .pageend{ display: none}

/*会员登录*/
table.login_table{ width:90%; text-align:center; margin:5px auto;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left; width:200px;}
table.login_table .operation{text-align:center; line-height:2.2em;}
table.login_table .oauth{ text-align:center; }
table.login_table .oauth img{ margin:0 3px;}

/*会员注册*/
table.reg_table{ width:90%; text-align:center; margin:5px auto;}
table.reg_table th{ width:100px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left; width:200px;}
table.reg_table .operation{text-align:center; line-height:2.2em;}
table.reg_table #SmsCode{ width: 60px; }

/*忘记密码 第一步*/
table.forget_table1{ width:90%; text-align:center; margin:5px auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table1 td{ text-align:left;  width:200px;}
table.forget_table1 .operation{text-align:center; line-height:2.2em;}
/*忘记密码 第二步*/
table.forget_table2{ width:90%; text-align:center; margin:5px auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left; width:200px;}
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;}

/*分享按钮*/
.tool{width:95%; margin:0px auto;  text-align:center;}
.tool a{color:#000; font-size:16px}
.tool table{ width:100%; margin:5px 0px }
.tool td{ padding: 3px 5px; width:50%; text-align:center}

/*分享到朋友圈弹出框提示*/
#guide{ position: fixed;	top:0;	left:0;	width:100%;	height:100%;background:rgba(0, 0, 0, 0.7);	display:none;z-index:20000;}
#guide img {position: fixed;right: 18px;top:5px;width: 260px;height: 180px; z-index:20001;}

/*版权信息*/
#copyright{ padding:3px 0px;background:#5c5c5c; text-align:center; font-size:14px; color:#fff; border:0px solid red; margin-bottom:49px}
#copyright a{color:#fff; font-size:14px;}
#copyright .TechnicalSupport{ text-align:center; padding-bottom:5px;font-size:14px;}
#copyright .TechnicalSupport a { font-size:14px;}
#copyright .bottom_copyright{ padding:3px 0px; font-size:14px;}
#copyright .bottom_navigation{ text-align:center; height:35px; line-height:35px; background:#71C6A0; font-size:14px; display:none}
#copyright .bottom_navigation a{ font-weight:normal; color:#000}
#copyright .Mobile{text-align:center; height:35px; line-height:35px; background:#5c5c5c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#copyright .Mobile a{ font-weight:normal; color:#fff; font-weight:bold;}
#copyright .Language{padding:10px 0px 0px 0px;  color:#666; text-align:center;}

/*底部固定工具条*/
#tool {position: fixed;bottom: 0;left: 0;right: 0;z-index: 900;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
ul.toollist {position: fixed;z-index: 900;bottom: 0;left: 0;right: 0;margin: auto;display: block;height: 56px;}
.toollist li{float:left;height: 100%;width: 20%;}
.toollist li a {font-size: 20px;line-height: 29px;text-align: center;display: block;text-decoration: none;padding-top: 2px;position:relative;}
.toollist li a img{width:24px;height:24px;}
.toollist li a p{margin: 1px 0 1px 0;font-size: 14px;display: block !important;line-height: 18px;text-align: center;}
/*绿色主题*/
.toollist {	background:#07328e;}
.toollist li{ border-right: 1px solid rgba(255, 255, 255, 0.7);}
.toollist li:last-child{border-right:none;}
.toollist li a {color: #fff;}
/*==========@@公共模块 结束@@==========*/


/*==========@@通用列表 开始@@==========*/
/*列表全局样式*/
.textlist li, .gridlist li, .wxlist li, .thumblist li{ font-size:16px; line-height:1.5em; vertical-align:middle; background-color:#FFF; overflow:hidden;}
.textlist li:hover, .thumblist li:hover, .gridlist li:hover{cursor:pointer;}
.wxlist li h1 {font-size: 20px;text-align: center;font-weight: 800;}
/*文字列表*/
.textlist{}
.textlist li {padding:5px 0;border-bottom: 1px solid #eaeaea; width:100%; overflow:hidden;border-top: 1px solid #eaeaea;}
.textlist li .time_wrap{height: 80px;float: left;width: 20%;border-right: 1px solid #eaeaea;overflow: hidden;background: #07328e;}
.textlist li .time_wrap .day{font-size: 30px;line-height: 41px;padding-top: 10px;display: block;text-align: center;font-weight: bold;color: #ffffff;}
.textlist li .time_wrap .year{font-size: 14px;line-height: 20px;display:block;text-align:center;color: #ffffff;}
.textlist li .info_wrap{width:77%;float: left;margin-left: 2%;overflow:hidden;}
.textlist li .info_wrap .InfoTitle{font-size: 16px;/* margin: 2px 0; */padding: 4px 0;text-overflow: ellipsis;text-align: left;display: -webkit-box;overflow: hidden;color: #333;font-weight: bold;margin-bottom: 2px;height: 47px;}
.textlist li .info_wrap .InfoContent{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0;font-size: 13px;padding: 0;color: #666666;width: 100%;line-height: 32px;}
.info_wrap a.more {display: inline-block;width: 90px;height: 29px;line-height: 29px;text-align: center;color: #fff;border-radius: 5px;font-size: 13px;background: linear-gradient(to right, #07328e , #1c4bab);padding-right: 0;margin-top: 1px;}
.textlist li .info_wrap .InfoTime{color: #07328e;;padding-right: 5px;}
.textlist li .info_wrap .InfoHit{color: #07328e;;font-size:13px;}
.textlist li:hover .InfoTitle  { color:#07328e;; }
.textlist li:hover .time_wrap{ background:#07328e;;color: #fff;}
.textlist li:hover {}

/*文字列表1*/
.textlist1{ border-top:1px solid #eaeaea;}
.textlist1 li {  padding: 11px 0;border-bottom: 1px solid #eaeaea; width:100%; overflow:hidden;}
.textlist1 li .time_wrap{float: left;width: 22%;border-right: 1px solid #eaeaea;overflow: hidden;background: #07328e;height: 73px;}
.textlist1 li .time_wrap .day{font-size: 30px;line-height: 47px;display: block;text-align: center;font-weight: bold;color: #ffffff;}
.textlist1 li .time_wrap .year{font-size: 16px;line-height: 15px;display: block;text-align: center;color: #ffffff;}
.textlist1 li .time_wrap .dayhuodong {font-size: 20px;line-height: 45px;display: block;text-align: center;font-weight: bold;color: #ffffff;}
.textlist1 li .time_wrap .yearhuodong{font-size: 12px;line-height: 20px;display: block;text-align: center;color: #ffffff;}
.textlist1 li .info_wrap{width:75%;float: left;margin-left: 2%;}
.textlist1 li .info_wrap .InfoTitle{
  padding: 4px 0;
  font-size: 16px;
  height: 44px;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
   /* 设置行高 */
   /* 行高的两倍，因为最多显示两行 */
   /* 根据需要设置宽度 */
}
.textlist1 li .info_wrap .InfoContent{display:block;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;font-size:16px;padding:0;color:#565656;width:100%;}
.textlist1 li:hover .InfoTitle  { color:#07328e;; }
.textlist1 li:hover .day{ color:#07328e;;}
.textlist2 li {padding: 10px 0;width:100%;overflow:hidden;}
.textlist2 li .time_wrap{float: left;width: 23%;overflow: hidden;background: #07328e;padding: 8px 0;}
.textlist2 li .time_wrap .year{font-size: 16px;line-height: 20px;display: block;text-align: center;color: #ffffff;}
.textlist2 li .time_wrap .dayshouyehuodong {font-size:16px;line-height: 20px;display: block;text-align: center;font-weight: bold;color: #ffffff;}
.textlist2 li .time_wrap .yearshouyehuodong{font-size: 11px;line-height: 14px;display: block;text-align: center;color: #ffffff;}
.textlist2 li .info_wrap{width:75%;float: left;margin-left: 2%;padding: 7px 0;}
.textlist2 li .info_wrap .InfoTitle{text-align: left;text-overflow: ellipsis;font-size: 16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 19px;}
.textlist2 li .info_wrap .InfoContent{display:block;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;font-size:16px;padding:0;color:#565656;width:100%;}
.textlist2 li:hover .InfoTitle  { color:#07328e;}
.textlist2 li:hover .day{ color:#07328e;}

/*带缩略图文本列表*/
.thumblist{}
.thumblist li {line-height:1.8em;overflow:hidden;width:100%; margin-bottom:5px;}
.thumblist li img{ float:left; width:90px; margin-right:8px; border:1px solid #999999; }
.thumblist li a:hover img { border:1px solid #034b9f; }
.thumblist li .InfoTitle{color:#000000;}
.thumblist li p{height:3em; overflow:hidden; color:#999; line-height:1.5em; margin:0px;}

/*带缩略图文本列表1*/
.thumblist1{}
.thumblist1 li {float:left;width:48%;margin:0 2% 0 0;background: #07328e;}
.thumblist1 li img{width:100%;}
.thumblist1 li .InfoPicture{display:block;overflow:hidden;}
.thumblist1 li .InfoTitle{display: block;font-size: 12px;font-weight: normal;color: #ffffff;margin-bottom: 7px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-align: center;}
.thumblist1 li .InfoSContent{line-height: 22px;height: 44px;overflow: hidden;color: #666;font-size:16px;}
.thumblist1 li .ViewDetail{display:block;width: 80px;height: 28px;line-height: 28px;border: 1px solid #e7463c;background: #fff;color: #e7463c;text-align:center;margin-top: 20px;}

/*带缩略图文字列表2*/
.thumblist2{}
.thumblist2 li {text-align:center;}
.thumblist2 li .Album_wrap{width:100%; }
.thumblist2 li .Album_wrap h2{font-size: 24px;line-height: 44px;margin-bottom: 10px;color:#87ceeb}
.thumblist2 li .Album_wrap h2 i{font-size: 50px;font-style:normal;color:#4185a9;margin:0 10px 0 0 }
.thumblist2 li .Album_wrap .ViewDetail{display: block;width: 90px;height: 30px;line-height: 30px;border: 1px solid #87ceeb;background: #fff;color: #87ceeb;text-align: center;margin: 10px auto;font-size: 12px;}
.thumblist2 li .Album_wrap .ViewDetail:hover{border: 1px solid #87ceeb;color: #fff;background: #87ceeb;}
.thumblist2 li p{text-align: left;font-size: 16px;line-height: 30px;margin-top: 12px;margin: 10px 0px;}
/*橱窗列表*/
.gridlist{ margin-top:5px; }
.gridlist li {float:left;width: 98%;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:1%;border:1px solid #D6D6D6;position:relative;margin: 1% 1% 3%;}
.gridlist li img {  width:100%;}
.gridlist li a { white-space:nowrap;}
.gridlist li .InfoPicture{display:block;background: #87ceeb;}
.gridlist li .InfoTitle{display: block;text-align: center;line-height: 21px;padding:5px;font-weight: bold;font-size: 16px;background: #87ceeb;color: #ffffff;padding-bottom: 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.gridlist li:hover{ border:1px solid #87ceeb;}
.gridlist5{ margin-top:5px; }
.gridlist5 li{ float: left;width: 48.5%;margin-bottom: 10px;margin-left: 1%;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 1%;border: 1px solid #D6D6D6;position: relative;}
.gridlist5 li img {width:100%;}
.gridlist5 li a { white-space:nowrap;}
.gridlist5 li .InfoPicture{display:block;background: #87ceeb;}
.gridlist5 li .InfoTitle{display: block;text-align: center;line-height: 34px;padding: 0px;font-weight: bold;font-size: 16px;background: #87ceeb;color: #ffffff;}
.gridlist5 li:hover{ border:1px solid #87ceeb;}
.gridlistliebiao {margin-top: 5px;}
.gridlistliebiao li {float: left;width: 98%;margin-bottom: 10px;margin-left: 1%;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 1%;border: 1px solid #D6D6D6;position: relative;}
.gridlistliebiao li a {white-space: nowrap;}
.gridlistliebiao li .InfoPicture {display: block;background: #87ceeb;}
.gridlistliebiao li img {width: 100%;}
.gridlistliebiao li .InfoTitle {display: block;text-align: center;line-height: 33px;padding: 0px;font-weight: bold;font-size: 16px;background: #87ceeb;color: #ffffff;}
/*橱窗列表1*/
.gridlist1{ overflow:hidden; }
.gridlist1 li {float:left;text-align:center;overflow:hidden;width: 25%;border: 2px solid #ffffff;}
.gridlist1 li img { width:100%; }
.gridlist1 li {display: block;float: left;}
.gridlist1 li .ChannelIcon{display: inline-block;width: 55px;height: 55px;overflow: hidden;margin-top: 5px;}
.gridlist1 li .ChannelName{display:block;font-size: 15px;color: #fff;height: 41px;line-height: 17px;word-break: break-all;overflow: hidden;padding: 0px 8px;white-space: unset;}
.gridlist1 li a {white-space:nowrap;}
.gridlist1 li.n1{background:#07328e;}
.gridlist1 li.n2{background:#07328e;}
.gridlist1 li.n3{background:#07328e;}
.gridlist1 li.n4{background:#07328e;}
.gridlist1 li.n5{background:#07328e;}
.gridlist1 li.n6{background:#07328e;}
.gridlist1 li.n7{background:#07328e;}
.gridlist1 li.n8{background:#07328e;}
/*微信列表*/
.wxlist li{overflow:hidden;
	-moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px;-o-border-radius:5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; 
	border:0px solid #d0d1d4;margin: 10px auto;	padding: 8px 8px;
	/*
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);  -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	background: url(../img/bottom.png) repeat-x scroll left bottom #FFFFFF;
	background-size:2px auto;*/
}
.wxlist li .InfoTime{text-align: center;font-size: 12px;padding: 6px 0px;height: 20px;border-bottom: 1px dashed #dedede;}
.wxlist li .InfoTimewenzhangye {text-align: center;font-size: 12px;padding: 6px 0px;height: 35px;border-bottom: 1px dashed #dedede;}
.wxlist li .GoTop{ text-align:center; font-weight:bold; height:30px; line-height:30px; color:#000}
.wxlist li .InfoPicture, .wxlist li .ChannelPicture{ border: 0px solid red}
.wxlist li .InfoPicture img, .wxlist li .ChannelPicture img{ width:100%;}
.wxlist li .InfoSContent, .wxlist li .ChannelSContent{ line-height: 1.5em; border:0px solid #900; padding:5px 2px; color:#222222; font-size:14px;}
.wxlist li .InfoSContent img, .wxlist li .ChannelSContent img{ max-width:100%; height:auto !important;margin: 10px 0 0px 0;}
.wxlist li .ShowInfo{ }
.InfoSContent5{
    text-align: center;}
.wxlist li .InfoSContent5 img{
    margin: 16px 0 0px 0;
    }
/*侧边时间显示*/
.wxlist .InfoTimeSide {margin:10px 8px 0px 0px;width:auto;font-size:12px;float:left;
background-color:#179F00;padding:5px;position:relative;
-webkit-border-radius:12px;-moz-border-radius:12px;-o-border-radius:12px;border-radius:12px;
-webkit-box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);-moz-box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);-o-box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);box-shadow:0 2px 1px 0 rgba(0,0,0,0.14);
font-family:Georgia,"Times New Roman",Times,serif; }
.wxlist  InfoTimeSide p{color:#FFF}
.wxlist  .InfoTimeSide p b {font-size:20px; }
.wxlist  .InfoTimeSide p i {font-size:11px; }
.wxlist  .InfoTimeSide span {position:absolute;top:10px;right:-4px;
-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;
width:12px;height:12px;transform:rotate(45deg) ;background-color:#179F00;
-webkit-transform:rotate(45deg) ;-moz-transform:rotate(45deg) ;-o-transform:rotate(45deg) ;-ms-transform:rotate(45deg) ; }


/*子频道列表*/
.subchannel_main{}
.subchannel{height:auto;text-align:center;}
.subchannellist {display:inline-block;*display:inline;text-align:center;background: url(../img/subchannel.png) repeat-x  center 38px;overflow: hidden;}
.subchannellist li {float: left;height: 90px;margin: 0 4px; }
.subchannellist li .border_wrap{border: 1px dashed #9e1f62;background: #fff;text-align: center;border-radius: 100px;}
.subchannellist li .color_wrap{margin: 10px;background: #9e1f62;width: 81px;height: 55px;padding: 13px 0;border-radius: 100px;}
.subchannellist li img{width:55px;}
.subchannellist li .Channel_wrap{display: block;height: 48px;background: url(../img/channel_wrap.png) no-repeat center bottom;}
.subchannellist #current  .Channel_wrap{display:block;background: url(../img/channel_wrap_a.png) no-repeat center bottom;}
.subchannellist #current  .ChannelIcon{display: block;background: url(../img/channel_wrap_a.png) no-repeat center bottom;}
.subchannellist .current1 .Channel_wrap{display:block;background: url(../img/channel_wrap_a.png) no-repeat center bottom;}
.subchannellist .current1 .ChannelIcon{display: block;background: url(../img/channel_wrap_a.png) no-repeat center bottom;}
.subchannellist li .ChannelName{display: block;font-size: 14px;margin-top: 6px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #666666;}
.subchannellist li a {}
.subchannellist li a:hover {}
.subchannellist #current a {}
.subchannellist li.n1 .color_wrap{background:#9e1f62;}
.subchannellist li.n2 .color_wrap{background:#f58221;}
.subchannellist li.n3 .color_wrap{background:#662d91;}
.subchannellist li.n4 .color_wrap{background:#8cc63f;}
.subchannellist li.n5 .color_wrap{background:#ee1c25;}
.subchannellist li.n6 .color_wrap{background:#41c8f4;}
.subchannellist li.n7 .color_wrap{background:#8b5e3c;}
.subchannellist li.n8 .color_wrap{background:#0b76ba;}
.subchannellist li.n1 .border_wrap{border: 1px dashed #9e1f62;}
.subchannellist li.n2 .border_wrap{border: 1px dashed #f58221;}
.subchannellist li.n3 .border_wrap{border: 1px dashed #662d91;}
.subchannellist li.n4 .border_wrap{border: 1px dashed #8cc63f;}
.subchannellist li.n5 .border_wrap{border: 1px dashed #ee1c25;}
.subchannellist li.n6 .border_wrap{border: 1px dashed #41c8f4;}
.subchannellist li.n7 .border_wrap{border: 1px dashed #8b5e3c;}
.subchannellist li.n8 .border_wrap{border: 1px dashed #0b76ba;}

/*视频列表*/
.videolist1{ }
.videolist1 li {    text-align:center; overflow:hidden;}
.videolist1 li img { border:1px solid #E1E1E1; width:100%; }
.videolist1 li .InfoTitle {display:block;width: 100%;height:30px;line-height: 30px;font-weight: normal;padding:0;color: #fff;text-align: center;background: #07328e;}
/*==========@@通用列表 结束@@==========*/
.ny_xgwz {
	background: #ffffff;
	padding: 20px 0;
}
.ny_xgwz ul li {
	float: left;
	width: 49%;
	margin-bottom: 9px;
	position: relative;
	background: #f3f5f7;
}
.ny_xgwz ul li a {
	display: block;
	float: left;
	width: 95%;
	padding: 5px 0 5px 5%;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ny_xgwz ul li span {
	display: block;
	float: right;
	width: 20%;
	color: #5c5c5c;
	text-align: right;
	padding: 5px 5% 0 0;
}
.ny_xgwz ul li:nth-child(odd) {
	float: left;
}
.ny_xgwz ul li:nth-child(even) {
	float: right;
}
.ny_xgwz ul li:before {
	content: '';
	width: 10px;
	height: 1px;
	background: #5c5c5c;
	position: absolute;
	left: 10px;
	top: 50%;
}
.ny_xgwz ul li:hover {
	background: #5c5c5c;
	color: #fff
}
.ny_xgwz ul li:hover:before {
	background: #ffffff;
}
.ny_xgwz ul li:hover a, .ny_xgwz ul li:hover span {
	color: #ffffff;
}
.clear {
	display: block;
	clear: both;
	overflow: hidden;
	line-height: 25px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.lmt {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.lmt .lmt_p {
    display: inline-block;
    position: relative;
    padding-top: 15px;
    height: 30px;
}
.lmt .lmt_p:before {
    content: "";
    width: 7px;
    height: 7px;
    background: url(/template/mobile/skin/img/lmt_p_r.png) no-repeat center;
    position: absolute;
    right: -10px;
    top: 10px;
}
.lmt .lmt_p p {
    font-size: 16px;
    text-align: center;
    background: linear-gradient(to right, #1452d7, #07328e);
    -webkit-background-clip: text;
    color: transparent;
    font-family: Arial, Helvetica, sans-serif;
}
.lmt .lmt_p:after {
    content: "";
    width: 28px;
    height: 18px;
    background: url(/template/mobile/skin/img/lmt_p_l.png) no-repeat center;
    position: absolute;
    left: -30px;
    top: 5px;
}
.clearit {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    width: 100%;
}
.lmt .lmt_span {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #000000;
    background: #fff;
    /* padding: 0px 20px; */
    font-weight: 600;
}
.xz_aboout_s {
    max-width: 640px;
    height: auto;
    background: url(/uploads/allimg/20240529/1-2405291105025Y.jpg) center;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 20px;
}
.xz_aboout_s ul li {
    float: left;
    width: 50%;
    text-align: center;
    color: white;
    padding-top: 20px;
}
.xz_aboout_s ul li img {
    display: block;
    width: 40%;
    margin: 0 auto;
}
.xz_aboout_s ul li span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: white;
    font-weight: 800;
    font-size: 18px;
    padding-top: 7px;
}
.xz_aboout_s ul li p {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    line-height: 15px;
    margin: 10px 0px 10px;
}
.xzrongyu {
    max-width: 640px;
    margin: 0 auto;
    height: auto;
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.xzrongyu ul li img {
    display: block;
    width: 100%;
}
.xzrongyu ul li p {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding-top: 6px;
    padding-bottom: 10px;
}
.xzrongyu ul li {
    float: left;
    width: 30.6%;
    margin-left: 2%;
}
.eyou_arcclick {
    font-size: 12px;
}
.clear2 {
    display: block;
    clear: both;
    line-height: 25px;
    margin-bottom: 1cm;
}
.clear3 {
    display: block;
    clear: both;
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 2cm;
}
.about_2 {
    background: #f5f5f5;
    /* padding-top: 30px; */
    padding-bottom: 20px;
}
.max {
    max-width: 780px;
    margin: 0 auto;
    /* height: 900px; */
}
.about_2 dl {
    display: block;
    padding-top: 20px;
    width: 100%;
    margin-right: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    padding: 15px;
    box-sizing: border-box;
}
.about_2 dl p {
    line-height: 28px;
    font-size: 13px;
    color: #5c5c5c;
    margin-bottom: 5px;
}
.about_2 dl p a {
    color: #07328e;
    font-size:  13px;
}
.about_2 dl:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.about_2 dl dt {
    background: url(/uploads/ueditor/20211218/1-21121R301522G.png) no-repeat left center;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #07328e;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 5px;
    height: 40px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.con1 {
    background: #fff;
    /* margin-bottom: 20px; */
    padding:0px 10px;
    /* box-sizing: border-box; */
}
.con1 .rightlxwm {
    width: 98%;
}
.con1 .rightlxwm .company {
    line-height: 55px;
    font-size: 18px;
    color: #333;
    background: url(/uploads/ueditor/20211218/1-21121R3030T09.png) no-repeat left center;
    padding-left: 25px;
}
.rightlxwm {
    float: right;
}
.con1 .rightlxwm .address {
    font-size: 15px;
    color: #999;
    line-height: 30px;
}
.con1 .rightlxwm ul {
    margin-top: 30px;
}
.con1 .rightlxwm ul li {
    display: block;
    float: left;
    width: 300px;
    font-size: 15px;
    line-height: 30px;
    color: #999;
}
ul:after {
    content: "";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.shangxiapian {
    margin: 0 auto;
    padding: 10px;
    border-top: 4px solid #f0f0f0;
    background: #fff;
    border-bottom: 4px solid #f0f0f0;
}
.shangxiapianzhuanjia {
    padding: 10px;
    border-top: 1px solid #f0f0f0;
}
.page-link {
    line-height: 19px;
    padding: 1px 4px;
    color: #666;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 6px;
}
.page-link strong{
    font-weight: normal;
}
.page-link span{
}
.xiangguan {
    background: #fff;
    padding: 0 10px 20px;
    box-sizing: border-box;
    margin-top: 8px !important;
    padding-top: 0px;
}
.boxwenzhang {
    width: 96%;
    margin: 0 auto;
}
.xiangguan .bt {
    height: 26px;
    line-height: 25px;
    color: #333;
    margin-bottom: 8px;
    background: url(/uploads/ueditor/20211218/1-21121R25A4S4.png) no-repeat left center;
    padding-left: 25px;
    box-sizing: border-box;
    font-weight: bold;
}
.xiangguan ul li {
    float: left;
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    padding-left: 15px;
    box-sizing: border-box;
    background: url(/uploads/ueditor/20211218/1-21121R2595U13.png) no-repeat left center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xiangguan ul li a{
    color: rgb(102 102 102);
}
.articlewenzhangye{
    width: 99%;
    margin: 0px auto;
    padding-top: 1px;
    letter-spacing: 2px;
}
.articlewenzhangye a{
    text-decoration:underline;
}
.wxlist {
    width: 99%;
    margin-left: 1.75px;
}
.wentou {
    margin-top: 15px !important;
    font-size: 12px !important;
    margin-bottom: 12px !important;
    line-height: 18px;
    text-indent: 0em !important;
}

.content-img-box {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}
.mb70 {
    margin-bottom: 35px !important;
}
.content-img-box img.bg {
    width: 100%;
    height: auto;
    float: left;
}
.hidden-xs {
    display: none !important;
}
.content-img-box .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.vertical-middle-sm {
    display: table;
    height: 100%;
    width: 100%;
}
.vertical-middle-sm>div {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none !important;
}
.content-img-box  .content-box h2 {
    color: #fff;
    font-weight: bold;
}
.content-box h2 {
    text-align: center;
    position: relative;
    padding: 0;
    padding-bottom: 8px;
    margin: 0;
    float: none !important;
}
.content-box h2:after {
    content: '';
    width: 10%;
    height: 2px;
    background-color: #c7000b;
    position: absolute;
    left: 50%;
    margin-left: -5%;
    bottom: -4px;
    min-width: 35px;
}
.content-icon-box .row {
    margin: 30px auto 0 auto;
    width: 100%;
}
.content-icon-box .col-xs-6 {
    float: none;
    display: inline-block;
    /* width: 49%; */
}
.content-icon-box .col-xs-6 .iconfont, .content-icon-box .col-xs-6 .myiconfont {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
}
.content-icon-box .col-xs-6 .title {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0 5px 0;
}

.icon-coin:before {
    content: "\e608";
}
.icon-network:before {
    content: "\e60a";
}
.icon-rise:before {
    content: "\e60b";
}
.icon-users:before {
    content: "\e609";
}

.content-icon-box .col-xs-6 {
    margin-bottom: 20px;
    width: 49%;
    vertical-align: top;
    text-align: center;
}
.content-icon-box .row {
    margin: 30px auto 0 auto;
    width: 100%;
}
.col-md-3.col-xs-6, .col-sm-6, .col-md-6,{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.list-about-7 {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 180px;
    background: url(../img/bg4.jpg) no-repeat center bottom;
}
.list-about-7 .container {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.list-about-7 .pic {
    display: none;
}
.container img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.list-about-7 .title-none {
    display: block;
}
.list-about .title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.list-about .title:before {
    content: "";
    width: 50px;
    height: 2px;
    left: 50%;
    bottom: -10px;
    margin-left: -25px;
    position: absolute;
    background-color: #e40717;
}
.list-about .title .t1 {
    font-size: 16px;color: #444;
    letter-spacing: 3px;
}
.list-about .title .t2 {
    font-size: 24px;
    line-height: 40px;
    color: #333;
}
.list-about-7 .txtbox {
    width: 100%;
    margin-top: 15px;
    float: right;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after {
    clear: both;
    content: " ";
    display: table;
}
.hotBanner .tubiao span {
    font-size: 34px;
    color: red;
}
.icon-huoyan:before {
    content: "\e63d";
}
.mt0 {
    margin-top:0 !important;
}
.cp-content-tit {
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 15px;
    padding-left: 10px;
}
.eyou-message {
    margin-bottom: 20px;
    /* font-size: 16px; */
    padding: 0 10px;
}
.hlbd .form-group {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.form-label {
    line-height: 34px;
    width: 100px;
    display: block;
    float: left;
    /* text-align: right; */
    /* font-size: 14px; */
    font-weight: normal;
}
.form-label span {
    color: #c5262b;
}
.form-content {
    margin-left: 100px;
}
.form-control {
    padding: 6px 10px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #efefef;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.form-submit {
    padding: 10px 20px;
    color: #fff;
    background-color: red;
    border: 0;
    cursor: pointer;
    border-radius: 0.15rem;
    font-size: 14px;
}
.form-button {
    padding: 10px 20px;
    color: #fff;
    background-color: #767676;
    border: 0;
    cursor: pointer;
    border-radius: 0.15rem;
    font-size: 14px;
}
.form-group {
    margin-bottom: 10px;
}
.form-group select {
    border: 1px solid #e7e7e7;
    width: 100%;
    background: #fff;
    padding: 6px 10px;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.article-content {
    line-height: 1.8;
    padding: 25px 0 15px;
    color: rgb(102 102 102);
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(248 248 248);
    width: 90%;
    margin: 0px auto 40px;
    letter-spacing: 2px;
}
.article-content p+p {
    margin-top: 20px;
}
.article-content p+p a{
    text-decoration:underline;
}
.article-content img {
    width: 50%;
}
.case {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 30px 0;
}
.partner-con {
    display: inline-block;
}
.partner-item {
    /* float: left; */
    /* width: 22%; */
    /* margin-right: 4%; */
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 4%;
}
.partner-item:nth-child(4n) {
    margin-right: 0;
}
.partner-item img {
    width: 100%;
}
.case .case-more {
    display: block;
    font-size: 14px;
    margin: 20px auto 0;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 29px;
    background: linear-gradient(to right, #1c85a5 , #abcd07);
}
.section-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.section-title small {
    font-size: 16px;
    display: block;
    font-weight: normal;
}
.lineheight27 {
    background-position-y: 27px;
}