﻿@charset "utf-8";
*{margin: 0;padding: 0;outline: none;border:none;-webkit-touch-callout:none; -webkit-user-select:none; -moz-user-select:none;-ms-user-select:none;user-select:none;}
html,body{background-color:#fff;color:#000;-webkit-text-size-adjust: none;font: 14px/1.8 "微软雅黑","Microsoft Yahei",Arial,"SimHei","黑体","微软正黑体","Microsoft JhengHei",}
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden;}
body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
h1,h2,h3,h4,h5,h6{font-family:"微软雅黑","Microsoft Yahei",tahoma,arial,"Hiragino Sans GB",sans-serif}
/* h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal} */
table{border-collapse:collapse;border-spacing:0;text-align:left}
ul,ol,menu{list-style:none}
fieldset,img{border:0;display: block;}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;zoom:1}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline: none;border: none;}
input,textarea{
    display: block;
	-webkit-user-select:auto
}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
a {color:#000;}

::-webkit-scrollbar  {  width: 6px;  height: 6px;  background-color: #fff;}  
::-webkit-scrollbar-thumb  {background-color: #004898;}
/*滚动条 */
::-moz-selection { background: #004898; color: #fff; text-shadow: none; }
::selection { background: #004898; color: #fff; text-shadow: none; }
/* 选择文字 */

p{font-size: 14px;line-height: 1.8;}
h4,h5,h6{color:#333;font-weight: 400;}

.linkA{position:absolute !important;top: 0;left: 0;width: 100% !important;height: 100% !important;background:transparent !important;}

.newspaper a:link, .newspaper a:visited{color: #333}
.newspaper a:active, .newspaper a:hover{color: #ce272d;}
.newspaper img {max-width: 100% !important; height: auto !important;display: inline}

footer a{color: #555;}
footer a:hover{color: #004898;}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #9F9F9F;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #9F9F9F;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #9F9F9F;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #9F9F9F;
}

.imgs{
	max-width: 100%;
    width: 100%;
    height: auto !important; 
    display: block;
}

.w1200{width: 1200px;margin: 0 auto;}
.w1280{width: 1280px;margin: auto;}
.weixin{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,.7);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.weixin.active{
    visibility: visible;
    opacity: 1;
}

.weixin.active section{
    transform: translateY(0);
}
.weixin section{
    height: auto;
    padding: 20px;
    background: #eee;
    text-align: center;
    transition: .3s;
    transform: translateY(50px);
}
.weixin section img{
    margin: auto;
}

.weixin section p{
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}