﻿/*-----global CSS 清除浏览默认样式-----*/
*{ margin:0; padding:0;}
body{ font-family:Microsoft YaHei,SimHei,SimSun,Arial, Helvetica, sans-serif;font-size:14px; color:#333; }
li{ list-style:none;}
a{ text-decoration:none; color:#333;transition:color .5s;
-moz-transition:color .5s; /* Firefox 4 */
-webkit-transition:color .5s; /* Safari and Chrome */
-o-transition:color .5s; /* Opera */}
a:hover{ text-decoration:none; color:#8bbe01;}
img{ border:none; vertical-align:bottom; display:inline-block;}
h1{ font-size:16px;}
h2{ font-size:14px;}
h3{ font-size:14px;}
.fl{ float:left;}
.fr{ float:right;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px;}
.mr10{ margin-right:10px;}
.fb{ font-weight:bold;}
.no_margin{ margin-bottom:0;}


/*-----layout CSS-----*/
ul,ul li,.col,.hd,h2,.bd,.menu,.clear{ overflow:hidden; zoom:1; }

/*------------------------头部 start--------------------------*/
.top-nav-wrap{ background:#f5f5f5; width:100%; height:60px; line-height:60px; position: sticky; top:0; z-index:1000;}
.top-nav{ width:1100px; margin:0 auto;}
.logo img{ vertical-align:middle;}
.top-nav-list li{ display:inline-block;}
.top-nav-list li a{ font-size:16px; margin-left:10px;}

.header{ width:1100px; margin:0 auto; height:220px; text-align:center;}
.header img{ vertical-align:middle; margin-top:80px;}

/*------------------------内容 start--------------------------*/
.cont-wrap{   background-image:linear-gradient(#ec0000,#ff6648, #fff);}
.content{width:1020px; margin:0 auto; background:#fff; border-radius:10px; padding:40px; font-size:18px;}
.content h2{ font-size:32px; text-align:center; margin-bottom:20px; font-weight:normal;}
.info{ text-align:center; color:#888; font-size:14px; padding-bottom:10px; border-bottom:1px solid #eee; margin-bottom:30px;}
.info span + b{ margin-left:20px;}
.info b{ font-weight:normal;}
.article{ font-size:18px; line-height:26px; text-align:justify;}
.article img{ max-width:100%;}
.article p{ margin-bottom:20px; text-indent:36px;}
.editor{ text-align:right; font-size:14px; color:#666;}

/*------------------------底部 start--------------------------*/
.footer{ width:100%;  text-align: center; font-size:14px; padding:80px 0; color:#333; }

@media(min-width:568px){html{width:125%}}

@media(min-width:1200px){html{width:100%}}