* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    font-family: "微软雅黑";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    /* -webkit-user-select: none; */
    -webkit-font-smoothing: antialiased;
}

ol, ul, dl, dt, li {
    list-style: none;
}

img {
    border: none;
}

input {
    outline: none;
	border: none;
	font-size: 1rem;	
}
select{
	font-size: 1rem;	
}

input:focus,select:focus,button:focus,option:focus,textarea:focus {
    background-color: none;
    outline: none !important;
}

a{
    text-decoration: none;
    color: #000;
}
h1,h2,h3,h4,h5{
    text-align: center;
}
table{
    border-collapse: collapse;
}
iframe{
    border: none;
}
/* all finished */

header{
    top: 0;
    height: 31px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    -webkit-animation:fadeIn 1.2s .3s both;animation:fadeIn 1.2s .3s both;
    z-index: 1005;
}
nav {
    z-index: 1003;
    position: fixed;
    top: 31px;
    width: 100%;
    background:rgba(35,127,1,1);
    -webkit-animation:fadeIn 1.2s .3s both;animation:fadeIn 1.2s .3s both
}
nav>div{
    width: 1200px;
    margin:0 auto;
    color: #fff;
}
.nav-line{
    display: flex;
    justify-content: space-between;
}
.nav-line a{
    color: #fff;
    display: inline-block;
    width: 170px;
    height: 32px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;

}
.nav-active{
    background: rgba(0, 0, 0, 0.2);
}
.nav-line a:hover{
    color: yellow;
}
article{
    width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
}
.num{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
.num span{ 
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    background: #aa0c0c;
    font-size: 25px;
}
.title{
    text-align: center;
    margin-bottom: 30px;
}
.title span{
    border-bottom: 3px solid #aa0c0c;
}
.red{
    color: #aa0c0c;
    letter-spacing: 1px;
}
.text{
    text-indent: 2em;
    font-size: 16px;
    line-height: 25px;
    color: #4b4a4a;
    font-weight: 600;
    font-family: "微软雅黑","Microsoft YaHei","宋体",Arial,Helvetica,sansation,Verdana,sans-serif;
}
article img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}
article .tell-more img{
    width: 230px;
    height: 155px;
}
.tell-more>div{
    padding-left: 270px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
    padding-top: 20px;
}
.tell-more a:hover{
    text-decoration: underline;
}
.tell-more .tell-more-details:hover{
    text-decoration: none;
}
.tell-more .tell-more-img{
    display: inline-block;
    top: 0;
    position: absolute;
    left: 0;
}
.tell-more .tell-more-second .tell-more-imgs{
    right: 0;
    display: inline-block;
    top: 0;
    position: absolute;
}
.tell-more .tell-more-second{
    padding-left: 0;
    padding-right: 270px;
    min-height: 200px;
}
.tell-more-title{
    font-size: 16px;
    line-height: 25px;
    color: #4b4a4a;
    font-weight: bold;
    margin-bottom: 10px;
}
.tell-more-text{
    letter-spacing: 1px;
    line-height: 25px;
}
.tell-more-details{
    color:#aa0c0c;
    font-weight: bolder;
}

#movepage{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1004;
}
#movepage>img{
    width: 100%;
    height: 100%;
}
.cover-nav{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 34px;
    z-index: 99;
    text-align: center;
}
.part-nav.one {
    bottom: 10%;
}

.fadeIn {
    animation: fadeIn 1.2s .3s both;
}
.part-nav {
    position: absolute;
    z-index: 12;
    width: 100%;
    font-size: 24px;
}
.cover-nav, .global-tips p, .p-center, .part-nav, .tcopyright {
    text-align: center;
}
.cover-nav.arrdown .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -8px;
    -webkit-animation: arrowDown 1s 1s ease-out infinite;
    animation: arrowDown 1s 1s ease-out infinite;
}
.cover-nav.arrdown  img {
    max-width: 106%;
    height: auto;
    vertical-align: middle;
    border: 0 none;
}
@keyframes arrowDown{0%,50%{-webkit-transform:translateY(0);transform:translateY(0)}
25%{-webkit-transform:translateY(4px);transform:translateY(4px)}
75%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}
}
.part-nav.one{
    bottom: 10%;
    animation: fadeIn 1.2s .3s both;
    background: rgba(0,0,0,0.3);
}
.part-nav {
    position: absolute;
    z-index: 12;
    width: 100%;
    font-size: 24px;
}
.part-nav, .tcopyright {
    text-align: center;
}
.partnavinner {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.part-nav.one a {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
}
.part-nav a{font-weight: bold; display:block;float:left;height:32px;position:relative;line-height:32px;margin-left:77px;text-indent:0;color:#fff;font-family:"microsoft YaHei";text-decoration:none;font-size:16px;width:166px;margin:0}
.part-nav a:hover{text-decoration:none;color:#ff0}
.part-nav a:nth-of-type(7),.part-nav.two a:first-of-type{margin:0}
.part-nav.two a.on{color:#fff;background:#1d6701}
.part-nav.two a.on:after{content:'';width:0;height:0;border-top:0;border-bottom:6px solid rgba(35,127,1,1);border-bottom:6px solid rgba(35,127,1,1);border-right:6px solid transparent;border-left:6px solid transparent;position:absolute;text-align:center;bottom:0;left:42%;z-index:15}
.part-nav.one a{color:#fff;text-shadow:1px 1px 0 #000;font-size:30px;height:50px;line-height:50px}
.part-nav.one a:hover{font-weight:700}
.part-nav.one a.on{font-weight:700}
.part-nav.two{top:31px;opacity:0;background:rgba(35,127,1,.8);height:64px;font-size:20px;background:rgba(35,127,1,1)}
.fadeIn{-webkit-animation:fadeIn 1.2s .3s both;animation:fadeIn 1.2s .3s both}

@-webkit-keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
.site-nav {
    height: 21px;
    line-height: 22px;
    padding-top: 4px;
    padding-bottom: 5px;
}
.site-nav {
    width: 1000px;
    margin: 0 auto;
}
.site-nav .quick-menu {
    float: left;
}
.site-nav .login-info {
    float: right;
}
.quick-menu li {
    float: left;
    height: 15px;
    line-height: 15px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #ccc;
    font-size: 12px;
    margin-top: 4px;
}
.quick-menu li.remove, .login-info li.remove {
    border: none;
    padding-right: 0;
    
}
.login-info .login {
    background-image: none;
}
.login-info li {
    float: left;
    height: 15px;
    line-height: 15px;
    margin-left: -1px;
    border-right: solid 1px #ccc;
    padding: 0 10px;
    margin-top: 4px;
    font-size: 12px;
}
.site-nav a {
    color: #666;
    text-decoration: none;
}
.site-nav .menu-R_info{
    width: 50px;
    color: #C00;
}
.footer{
    border-top: solid 1px #ddd;
    background: #fff;
    padding: 20px 0;
    position: relative;
    min-height: 251px;
    text-align: center;
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}
.footer_nav, .footer_adjunction, .footer_collaboration, .footer_copyright {
    line-height: 22px;
    height: 22px;
    margin-bottom: 5px;
}
.footer_collaboration, .footer_collaboration a {
    color: #999;
}
.footer_nav, .footer_adjunction, .footer_collaboration, .footer_copyright {
    line-height: 22px;
    height: 22px;
    margin-bottom: 5px;
}
.footer_logo {
    height: 69px;
    width: 118px;
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 20px;
}
.footer_weixin {
    height: 73px;
    width: 88px;
    position: absolute;
    z-index: 3;
    right: 5px;
    top: 15px;
}
.footer_weixin img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0 none;
}
.articlepage a, .articlepage p {
    font-size: 16px;
    line-height: 25px;
    color: #4b4a4a;
}
.footer a {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 16px;
}
.footer a img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0 none;
}