@charset "utf-8";
#bdshare_weixin_qrcode_dialog_qr{padding: 5px}
body {
    background: #f2f2f2;
}
body{font-size:14px;font-family:PingFangSC-Regular, Verdana, Arial, 微软雅黑, 宋体;line-height: 1.42857143;color: #333;background-color: #f2f2f2;}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
a {
    background-color: transparent;
	text-decoration: none;
	cursor: pointer;
}
a:active,
a:hover {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
img,table{max-width: 100% !important;}
img,input{vertical-align: middle;}
li {list-style: none;}
hr{border: none;}
.fl{float:left;}
.fr{float:right;}
.hidd{overflow:hidden;}
.margno{margin: 0 !important;}
.paddno{padding: 0 !important;}
.disno{display: none;}
/*css3*/
.bodrad{border-radius: 6px;}
.boxsha{box-shadow: 0 2px 7px #cccccc;}
.container {
    width: 1200px;
    margin: 0 auto;
}

/* 固定定位 */
.fixed {
    position: fixed;
    right: -112px;
    top: 35%;
    font-size: 12px;
    width: 224px;
}
.fixed > li {
    width: 112px;
    height: 58px;
    line-height: 58px;
    padding-left: 15px;
    margin-top: 10px;
    margin-left: 64px;
    background: #7fa3c2;
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    transition: all linear .3s;
}
.fixed > li a {
    color: #fff;
}
.fixed > li span {
    width: 24px;
    height: 24px;
    display: inline-block;
    zoom: 1;
    _display: inline;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../images/public/sprite.png) no-repeat;
}
.fixed > .znwd span {
    background-position: 0 -121px;
}
.fixed > .yhzx span {
    background-position: 4px -162px;
}
.fixed > .xxzx span {
    background-position: 2px -198px;
}
.fixed > .wb span {
    background-position: 0 -236px;
}
.fixed > .wx span {
    background-position: 0 -273px;
}
/* 动画 */
@keyframes myfirst
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(15deg);}
    100% {transform: rotate(0deg);}
}
@-moz-keyframes myfirst /* Firefox */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@-o-keyframes myfirst /* Opera */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@keyframes overturn
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-moz-keyframes overturn /* Firefox */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-webkit-keyframes overturn /* Safari 和 Chrome */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-o-keyframes overturn /* Opera */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@keyframes magnify
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@-moz-keyframes magnify /* Firefox */
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@-webkit-keyframes magnify
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@-o-keyframes magnify 
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@media screen and (max-width: 768px) {
    .container {
        padding: 0 10px;
        width: 100%;
    }
    .fixed {
        display: none;
    }
}

/******************common.css_zm begin*********************/
body,
ul,
li,
dl,
dt,
dd,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
table,
fieldset,
legend {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

img,
fieldset {
    border: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

body {
    font-size: 16px;
    font-family: "MicrosoftYaHei";
    /*background: #ecf7fe;*/
    color: #080808;
    background-image: url(../images/bg.png);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center top;
}

input,
a {
    outline: none;
}

img {
    display: inline-block;
    vertical-align: -2px;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

#bg {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

#top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    /*color: #ffffff;*/
}

#top_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #004986;
    opacity: 0.4;
    filter: Alpha(opacity=40);
}

#head {
    width: 100%;
    height: 315px;
    /* background-image: url("../images/head_bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top; */
}

#head .container {
    height: 265px;
    min-height: 0;
}

#nav {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background-color: #D4403D;
    color: #ffffff;
    font-size: 24px;
}

.main{
	padding: 0 15px;
}

#friends {
    width: 100%;
    height: 50px;
    background-color: #E9E8E8;
    border-top: 6px solid #E83C38;
}

#foot {
    height: auto;
    background-color: #f4f4f4;
}

.container {
    /*background: white;*/
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
    min-height: 100%;
}

/* 顶部 */
#top_left {
    float: left;
}

#top_left a {
    float: left;
    margin-right: 35px;
}

#top_right {
    float: right;
}

#top_right a {
    float: left;
    margin-left: 35px;
}

#logo {
    width: 630px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
}

#top a img {
    width: auto;
    height: 22px;
    vertical-align: -5px;
}

#search {
    width: 430px;
    height: 56px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 105px;
    bottom: 10px;
    /*overflow: hidden;*/
    box-sizing: border-box;
    padding-left: 14px;
}

#search_word{
    border-radius: 15px;
    width: 100%;
    height: 46px;
    padding: 0;
    border: none;
    box-sizing: border-box;
    padding-right: 100px;
}

#search_btn{
    width: 77px;
    height: 56px;
    padding: 0;
    border: none;
    background-color: #D4403D;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px 36px;
    position: absolute;
    right: 0;
    top: 0;
}
.search_box{position: relative}
.search_fl{position: absolute;top: 0px;right: -103px;}
.search_fl div {float: left;}
.search_fl div input{width: 80px;height: 56px;line-height: 56px;background:#D4403D;color: white;border:2px solid #D4403D;font-size: 16px;border-radius: 20px;font-weight: bold;text-align: center;cursor: pointer;margin-right: -5px}

/* 导航栏 */
#nav li {
    float: left;
    width: 12.5%;
    box-sizing: border-box;
    text-align: center;
}
#nav li.this {

    background-color: #b12e2b;
}
#nav li:hover {
    /*height: 66px;*/
    background-color: #b12e2b;
}
#nav li>a {
    display: block;
    width: 100%;
    height: 66px;
}
.zfxxg>div{display: none;position: absolute;top: 45px;left: -50px;height: 50px;text-align: center}
.zfxxg:hover>div{display: inline-block}
.zfxxg .zfxxg_sub{width: 1200px}
.zfxxg .zfxxg_sub a{display: inline-block;margin: 0 10px;font-size: 16px;color: black;font-weight: 700;height: 50px}
/* 主体 */
.floor {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.floor:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.floor_title {
    width: 85px;
    height: 100%;
    float: left;
    text-align: center;
}

.floor_title_text{
    display: inline-block;
    margin-top: 20px;
    margin-left: -15px;
    width: 34px;
    font-size: 34px;
    color: #111111;
    letter-spacing: 15px;
    text-align: center;
}

.floor_title_text::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 5px;
    background: #d80303;
}

.floor_body{
    float: right;
    width: 1085px;
    width: calc(100% - 85px);
    height: 100%;
}

/* 友情链接begin */
#friends_con {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.friends_group{
    width: 16.666%;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 10px 0;
}
.firends_wrap{
    margin-left: 20px;
    display: inline-block;
    position: relative;
    padding-right: 25px;
    background-image: url("../images/friend_icon.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 15px auto;
}
.friends_group_name{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
}
.freinds_option{
    position: absolute;
    left: 0;
    top: 30px;
    max-height: 0;
    overflow: hidden;
    border: 1px solid #cccccc;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    box-shadow: 0 0 5px 0px #000;
    white-space: nowrap;
    z-index: 1;
    transition: 0.25s;
}
.firends_wrap:hover .freinds_option{
    max-height: 150px;
}
.freinds_option a{
    display: block;
    padding: 0 15px 0 10px;
}
.freinds_option a:hover{
    background-color: #cfcfcf;
}
/* 友情链接end */

/* 底部footer begin */
#foot_info{
    width: 750px;
    float: left;
    margin: 10px;
    font-size: 14px;
}
#foot_info p{
    line-height: 30px;
}
#foot .about {
    padding: 0 10px;
    clear: both;
}
#foot_icon{
    width: 250px;
    float: right;
    margin-top: 25px;
}
#_span_jiucuo{
    float: left;
    margin: 15px 0;
}
#imgConac{
    float: right;
}
#foot_jubao{
    width: 800px;
    margin: 20px auto;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#foot_jubao a{
    flex: 0 0 150px;
    width: 150px;
    height: 50px;
    margin: 0 25px;
}
#foot_jubao a img{
    display: block;
    width: 150px;  
    height: 50px;
}
/* 底部footer end */
@media screen and (max-device-width: 768px) {
    body {
        background-position-x: 71%;
    }

    #bg {
        min-width: 100%;
        box-sizing: border-box;
    }

    #top {
        display: none;
    }

    #head {
        height: 180px;
    }

    #head .container{
        height: 90%;
    }

    #logo{
        width: 95%;
        height: auto;
        margin-top: 0;
        top: 0;
        position: relative;
        margin: 10px auto;
    }

    #search{
        width: 70%;
        bottom: 10px;
        left: 50%;
        margin-left: -44%;
    }

    #nav {
        height: 132px;
        border-radius: 8px;
        overflow: hidden;
        font-size: 18px;
    }

    #nav li {
        width: 25%;
    }

    #friends {
        display: none;
    }

    #foot{
        height: auto;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .container {
        width: 100%;
    }

    #main .floor{
        height: auto;
		padding: 10px;
    }

    #main .floor_title{
        display: none;
    }

    #main .floor_body{
        width: 100%;
        height: auto;
    }

    #foot_info{
        width: 100%;
    }
    
    /*#foot_icon{*/
        /*display: none;*/
    /*}*/

    #foot .about {
        text-align: center;
    }

    #foot .about a {
        display: inline-block;
    }

    #foot_jubao {
        width: 100%;
        display: block;
    }

    #foot_jubao a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        /**margin-top: 20px;**/
    }

	#foot_jubao a img {
        width: 100%;
        padding: 6px 40px;
        height: 75px;
    }

}
/******************common.css_zm end*********************/