/*css 2019-8-16*/

/*盒子模型 content=margin+padding +border*/
body {
    background: #fff;
}

.borderSizing {
    box-sizing: border-box;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.marginTop {
    margin-top: 27px;
}

.wrap2 {
    width: 1040px;
    margin: 0 auto;
}

.hoverRed:hover {
    color: #ca1608;
}

.hoverBlue:hover {
    color:#006eab;
  /*  color: #ca1608;*/
}

/*header-top*/
.header .top {
    height: 34px;
    line-height: 34px;
    background: #f9f9f9;
    font-size: 12px;
    color: #898989;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.an_header .header .top {
    background: transparent;
    border: none;
    height: 27px;
    line-height: 27px;
}

.an_header .wrap {
    width: auto;
}

.right {
    margin-right: 10px;
}

.header .person {
    margin-top: 5px;
}

.an_header .header .person {
    margin-top: 0;
}

.header .person li {
    cursor: pointer;
    height: 27px;
    line-height: 27px;
    float: left;
}

.header .person li a {
    color: #676767;
}

.header .person li em {
    color: #676767;
    display: inline-block;
    line-height: 27px;
}

.header .person li:hover > a, .header .person li:hover em {
    color: #ca1608;
}

.header .links li span {
    color: #cccccc;
    margin: 0 10px;
}

.header .ewmCode {
    position: relative;

}

.header .ewmCodeImg img {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 5px;
}

.header .ewm {
    display: none;
    background: #f9f9f9;
    padding: 10px 10px 30px 10px;
    position: absolute;
    top: 30px;
    left: -10px;
    z-index: 3;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-top: none;
}

.header .ewm.hover {
    display: block;
}

.header .ewm p {
    color: #333;
    line-height: 150%;
}

/*//登录*/
#goodcover {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.55;
    opacity: 0.55;
    filter: alpha(opacity=55);
}

#loginArea {
    width: 520px;
    height: 410px;
    background-color: #fff;
    display: none;
    z-index: 1002;
    position: fixed;
    top: 242px;
    left: 50%;
    margin-left: -260px;
}

#loginArea .topLogo {
    height: 75px;
    background-color: #013d83;
}

#loginArea .topLogo img {
    margin: 5px 0 0 22px;
}

#loginArea .formArea {
    padding: 0 30px;
}

#loginArea .formArea .formTop {
    padding: 7px 0;
    height: 26px;

}

#loginArea .formArea .formTop .checkArea {
    line-height: 24px;
    text-align: left;
    color: #db1111;
    margin-left: 52px;
    font-size: 12px;
    display: block;
}

#loginArea .formArea .formLeft {
    float: left;
    width: 287px;
    border-right: 1px solid #e1e1e1;
}

#loginArea .formArea .formRight {
    margin-left: 310px;
}

#loginArea .formArea .formLeft .formList {
    margin-bottom: 20px;
}

.header_logo .formList input {
    width: 180px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    color: #333;
    padding-left: 10px;
    font-size: 12px;
}

.header_logo .formList input[name="username"] {

}

.header_logo .formList input.checkCode {
    width: 100px;
    display: inline-block;
}

.header_logo .formList label {
    display: inline-block;
    font-size: 14px;
    color: #6a6a6a;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    line-height: 28px
}

.header_logo .autoLogin {
    margin-left: 50px;
    margin-bottom: 20px;
}

.header_logo .autoLogin span {
    font-size: 12px;
    color: #999;
}

.header_logo .close {
    cursor: pointer;
    position: relative;
    right: -9px;
    top: -8px;
    z-index: 1000;
    float: right;

}

.header_logo .passw a, .codew span,
.header_logo .formBottom a {
    margin-left: 10px;
    font-size: 12px;
    color: #004a99;
    text-decoration: none;
}

.header_logo .codew span {
    margin-left: 5px;
    line-height: 28px;
    display: inline-block;
    cursor: pointer
}

.header_logo .passw a:hover,
.header_logo .codew span:hover,
.header_logo .formBottom a:hover {
    text-decoration: underline;
}

.header_logo .denglu {
    cursor: pointer;
}

.header_logo .delu2 button {
    width: 110px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background: #f54343;
    border: none;
    margin-left: 50px;
}

#loginArea .formArea .formRight span {
    color: #6a6a6a;
    font-size: 12px;
}

#loginArea .formArea .formRight .logolink {
    padding: 25px 17px;
}

#loginArea .formArea .formRight .logolink img {
    margin-bottom: 16px;
}

#loginArea .formArea .formBottom {
    clear: both;
    padding-top: 36px;
}

#loginArea .formArea .formBottom span {
    font-size: 12px;
    color: #bdbdbd;
    margin-left: 20px;
}

.header_logo .qq-login {
    background: url(../images/header/QQlogin.png) left no-repeat;
    border: 1px solid #0579cb;
    color: #0579cb;
}

.header_logo .qq-login:hover {
    box-shadow: 1px 1px 4px rgba(5, 121, 203, 0.4);
}

.header_logo .login-quick {
    padding-left: 36px;
    width: 76px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
}

.header_logo .wb-login {
    background: url(../images/header/weibologin.png) left no-repeat;
    border: 1px solid #dc1d1d;
    color: #dc1d1d;
}

/***/
.header .logo-new-bg {
    background: url(../images/header/header-bg-copy.jpg?v=1) no-repeat center;
    position: relative;
}

.head-com{
    position: absolute;
    right:15px;
    bottom:10px;
    font-size:14px;
    color:#800101
}

.header .logo{
    padding: 30px 0 30px;
    border-top-right-radius: 10px;
    height: 50px;
}

.header .logo-new-bg > h1 {
    padding-left: 43px;
}

.header .personBox {
    border: 1px solid transparent;
    position: relative;
}

.header .center {
    position: absolute;
    left: -1px;
    top: 27px;
    /*border: 1px solid transparent;*/
    display: none;
    background: white;
    z-index: 3;
    border: 1px solid #ddd;
    border-top: 1px dotted #ddd;
}

.header .nav_2 .center {
    left: -44px;
    top: 41px;
}

.header .center.hover {
    display: block;
}

.header .center li {
    float: none;
    background: white;
    position: relative;
    padding-left: 33px;
}

.header .center li:hover {
    background: #013d83;
    border-bottom: none;

}

.header .nav_2 .center li:hover {
    background: #d53737;
    border-bottom: none;

}

.header .center li:hover a {
    color: #fff;
}

.header .center li em {
    position: relative;
}

.header .person li img {
    margin-left: 5px;
}

.header .center li em i.pcenter, .header .center li:hover em i.pcenter {
    width: 16px;
    height: 16px;
    background-position: -8px -39px;
    left: -18px;
    top: -12px;
}

.header .center li em i.mcenter, .header .center li:hover em i.mcenter {
    width: 16px;
    height: 15px;
    background-position: -8px -134px;
    left: -18px;
    top: -12px;
}

.header .nav_2 .center li em i.outlogin, .header .nav_2 .center li:hover em i.outlogin {
    width: 16px;
    height: 17px;
    background-position: -9px -103px;
    left: -18px;
    top: -12px;
}

.header .center li em i.outlogin, .header .center li:hover em i.outlogin {
    width: 16px;
    height: 17px;
    background-position: -9px -103px;
    left: -18px;
    top: -12px;
}

.header .nav_2 .center li em i.pcenter, .header .nav_2 .center li:hover em i.pcenter {

    top: 2px;
}

.header .nav_2 .center li em i.mcenter, .header .nav_2 .center li:hover em i.mcenter {
    top: 2px;
}

.header .nav_2 .center li em i.outlogin, .header .nav_2 .center li:hover em i.outlogin {
    top: 2px;
}

.header .center li em i {
    position: absolute;
    background: url(../images/header/icon.png) no-repeat;
}

.header .center li a {
    color: #343434;
    min-width: 75px;
    padding: 0 5px;
    text-align: left;
}

.header .logo a {
    height: 68px;
}

.header .logo a img {
    width: 264px;
    height: 68px;
}

.header .headerImg {
    background: #fff;
    padding-left: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

/*<!--导航-->*/
.nav {
    height: 42px;
    line-height: 42px;
    width: 100%;
    background: #013d83;
}

.nav_2 {
    background: #d53737;
}

/*.nav>div{padding:0 12px}*/
.navBar li {
    float: left;
    height: 42px;
    font-size: 0;
}

.navBar li a {
    color: white;
    font-size: 16px;
    padding: 0 22px;
}

.nav_2 li a {
    padding: 0 15px;
}

.navBar li a.last {
    padding-right: 5px;
}

.navBar li a em {
    position: relative;
    right: -5px;
    top: -10px;
    display: inline-block;
    width: 22px;
    height: 14px;

}

.navBar li span {
    display: inline-block;
    width: 2px;
    height: 28px;
    background: url(../images/header/linear.png);
    vertical-align: middle;
}

.navFire .navBar li span {
    background: url(../images/header/linear3.png) no-repeat;
}

.navBar li.current, .navBar li.current a, .navBar li:hover a {
    background: #012b5e;
}

.nav_2 li.current, .nav_2 li.current > a, .nav_2 ul li:hover > a {
    background: #c01b1b;
}

.nav_2 ul li:first-child:hover {
    background: transparent;
}

.searchBox {
    width: 266px;
    height: 27px;
    background: #f5f5f5;
    margin: 8px 11px 0 0;
    /* border-radius: 5px; */
    /*overflow: hidden;*/
}

.nav_2 .searchBox {
    width: 254px;
}

.nav_2 li.logos {
    margin-right: 50px;
}

.nav_2 li.logos img {
    height: 25px;
}

.searchBox input[type="text"] {
    width: 201px;
    height: 100%;
    background: white;
    padding-left: 5px;
    font-size:14px;
    font-family:SimSun;
    font-weight:400;
    color:rgba(175,175,175,1);
    line-height:41px;
}

.nav_2 .searchBox input[type="text"] {
    width: 182px;
}

.searchBox input.all-search-btn {
    width: 59px;
    height: 27px;
    border-left: 1px solid #d9d9d9;
    font-size: 1px;
    /*background: url('../images/search_2.png') no-repeat center;*/
    color: #676767;
    cursor: pointer;
    line-height: 27px;
}


/*//foot*/
.footer {
    margin-top: 50px;
    padding-top: 6px;
    background: white;
}

.footer .copyright {
    text-align: center;
}

.footer .copyright ul {
    text-align: center;
    font-size: 0;
}

.footer .copyright ul:first-child li {
    background: url(../images/header/disc2.png) -1px center no-repeat;
    border: none;
    padding: 0 12px;
    zoom: 1;
}

.footer .copyright ul li {
    display: inline-block;
    line-height: 12px;
}

.footer .copyright ul li a {
    font-size: 12px;
    color: #666666;
    padding: 10px 0;
}

.footer .copyright ul li a span {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #666666;
}

.footer .copyright ul li:last-child a span {
    border: none;
}

.footer .friendLinkFire {
    border-top: 2px solid #d53737;
}

.footer .friendLink {
    padding: 28px 0 0 0;
    border-top: 2px solid #013d83;
    width: 100%;
    text-align: center;
    color: #999999;
}

.footer .friendLink p {
    margin-bottom: 16px;
    font-size: 12px;
}

.footer .friendLink .span {
    font-size: 12px;
    display: inline-block;
    line-height: 28px;
}

.footer .friendLink ul {
    display: inline-block;
    font-size: 0;
}

.footer .friendLink ul li {
    display: inline-block;
    line-height: 12px;
}

.footer .friendLink ul li a {
    color: #a1a1a1;
    font-size: 12px;
    padding: 10px 0;
}

.footer .friendLink .friendship {
    text-align: center
}

.footer .friendLink ul li a span {
    display: inline-block;
    padding: 0 12px;
    border-right: 1px solid #999999;

}

.footer .friendLink ul li:hover span, .footer .copyright ul li:hover a {
    color: #d53737;
}

.footer .friendLink ul li:last-child a span {
    border: none;
}

.footer .china-hui {
    padding-left: 28px;
    background: url(../images/header/china-hui.png) left no-repeat;
    line-height: 20px;
    color: #999999;
    margin-top: 16px;
    font-size: 12px;
}

.footer .authority {
    padding: 22px 0;
}

.footer .authority .authority-01 {
    background-position: -410px -1300px;
    padding: 10px 0 0 50px;
    width: 54px;
}

.footer .authority a {
    border: 1px solid #d2d2d2;
    margin-left: 14px;
    height: 40px;
    color: #000;
    padding: 10px 0 0 10px;
    width: 82px;
    font-size: 0;
    text-align: left;
    background: url(../images/header/ant-01.png) no-repeat;
    vertical-align: top;
}

.footer .authority a:hover span {
    color: #ca1608;
    text-decoration: underline;
}

.footer .authority .authority-02 {
    background: none;
}

.footer .authority .authority-03 {
    background-position: -607px -1300px;
    padding: 10px 0 0 45px;
    width: 65px;
}

.footer .authority .authority-04 {
    background-position: -806px -1294px;
    padding: 1px 0 0 48px;
    width: 65px;
    height: 49px;
}

.footer .authority .authority-06 {
    background: url(../images/header/shim360.png) 6px center no-repeat;
    padding: 10px 0 0 56px;
    width: 56px;
}

.footer .friendLink .authority a span {
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
}

.footer .authority .authority-07 {
    background: url(../images/header/shimxf.png) 6px center no-repeat;
    padding: 10px 0 0 56px;
    width: 56px;
}

/*<!--最右边-->*/
#toTop {
    /*display: none;*/
    text-decoration: none;
    position: fixed;
    bottom: 227px;
    left: 50%;
    overflow: hidden;
    margin-left: 660px;
    height: 161px;
    border: none;
    z-index: 999999;
}

.ewm-fix {
    height: 95px;
    width: 70px;
    background: url(../images/header/ewm-need1.png);
}

#toTopHover {
    height: 60px;
    width: 70px;
    background: url(../images/header/totop-002.png) bottom no-repeat;
    margin-top: 5px;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=1) !important;
}

/*分享*/
.share_fix_2 {
    position: absolute;
    right: 0;
    bottom: 7px;
}

.share_fix_2 * {
    float: left;
}

.share_fix_2 span {
    display: inline-block;
    line-height: 32px;
    margin-right: 5px;
    color: #676767;
}

/***校验报错tip框****/
.errorTip {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    border: 1px solid #a8a6a7;
    padding: 0px 28px 0px 35px;
    line-height: 46px;
    width: auto;
    color: #f86e1b;
    font-size: 12px;
    border-radius: 4px;
    position: relative;
}

.errorTip::before {
    content: url(../images/error_arrow.png);
    position: absolute;
    top: 0px;
    left: -6px;
    width: 6px;
    height: 9px;
}

.errorTip em {
    position: relative;
    display: block
}

.errorTip em i {
    position: absolute;
    background: url("../images/error_tip.png") no-repeat;
}

.errorTip .error {
    background-position: 0px 0px;
    width: 14px;
    height: 15px;
    top: 15px;
    left: -20px;
}

.errorTipAddr {
    position: absolute;
    top: -7px;
    left: 256px;
    z-index: 1000;
}

.ipt .errorTipAddr {
    top: -3px;
    left: 410px;
}

.searchBox .errorTip {
    padding: 5px 10px;
    line-height: 20px;
    box-shadow: 1px 1px 4px rgba(9, 59, 245, 0.2);
}

.searchBox .errorTipAddr {
    top: 24px;
    left: 40px;
}

.searchBox .errorTip::before {
    content: url(../images/error_arrow_up.png);
    left: 60%;
    top: -14px;
    width: 9px;
    height: 6px;
}

.nav_2 .login2 {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}

.nav_2 .login2 a {
    color: #fff;
}

/*分页*/
.pages_page {
    text-align: center;
    margin: 50px 0;
}

.pages_page .pagination {
    display: inline-block
}

.pages_page .rows {
    font-size: 14px;
}

.pagination li {
    display: inline-block;
}

.pagination li a, .pagination li span {
    margin: 3px;
    border: 1px solid #dddddd;
    padding: 0 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
    display: inline-block;
}

.pagination li.active span {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}

.pagination li:hover a {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}

/*404页面*/
.clearfix {
    clear: both;
}

.container {
    width: 1040px;
    margin: 0 auto;
    text-align: center;
}

#error_pic {
    margin-top: 60px;
    margin-bottom: 20px;
    width: 20%;
}

.container p {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    background: url(../images/arrow_icon.png) no-repeat left center;
    text-align: left;
    color: #bbbbbb;
    margin-left: 32%;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    font-family: "微软雅黑"
}

.back {
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
    width: 364px;
}

.back a {
    margin: 0 10px;
    display: block;
    float: left;
}

.back .text {
    color: #7a7c80;
    font-size: 18px;
    text-align: center;
    margin-right: 40px;
    margin-top: 8px;
}

/**地址栏**/
.sub_nav {
    color: rgba(56, 56, 56, 0.7);
    padding-left: 10px;
    padding-top: 25px;
    margin-bottom: 20px;
}

.sub_nav > a {
    padding: 2px 7px;
    color: rgba(56, 56, 56, 0.7);
}

.sub_nav > a:hover {
    color: #ca1608;
}

.sub_nav2 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #959595;
}

.sub_nav2 .current {
    color: #ca1608
}

/*右边推荐*/
.newlistRight .btnxuanfu {
    position: fixed;
    bottom: 260px;

}
