﻿html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

table {
    width: 100%;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

.sxz_shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sxz_padding {
    padding: 50px 60px !important;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #dd2525;
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: ' Arial';
}

.Clear {
    clear: both;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.tong_VisualArea {
    margin-top: 80px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px 30px;
    min-height: 300px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1280px;
}


/*头部开始*/

.container {
    width: 1280px;
    height: auto;
    min-height: 10px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 536px;
    background: url("../ywbfile/images/Topbjpng.png") center center no-repeat;
    overflow: hidden;
    vertical-align: top;
}

.logo {
    width: 510px;
    height: 60px;
    float: left;
    margin-top: 50px;
}

.top_r {
    width: 610px;
    height: 60px;
    float: right;
    margin-top: 50px;
}

.top_r .contact {
    width: 260px;
    height: 60px;
    float: left;
    padding-left: 45px;
    box-sizing: border-box;
    color: #b5c5e8;
    background: url("../ywbfile/images/topcon1.png") left center no-repeat;
}

.top_r .contact span {
    line-height: 25px;
    font-size: 14px;
}

.top_r .contact p {
    font-size: 24px;
    line-height: 30px;
}

.top_r .address {
    width: 345px;
    height: 60px;
    float: right;
    line-height: 30px;
    color: #b5c5e8;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 45px;
    background: url("../ywbfile/images/topico2.png") left center no-repeat;
}


/*导航开始*/

.nav {
    width: 1280px;
    height: 50px;
    margin-top: 30px;
    border-top: 1px solid #8193ba;
}

.nav ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-top: -2px;
}

.nav ul li a {
    display: block;
    height: 50px;
    padding: 0 61px;
    color: #FFFFFF;
    background: url("../ywbfile/images/navico1.png") right center no-repeat;
}

.nav ul li:first-child a {
    padding-left: 0;
}

.nav ul li:last-child a {
    padding-right: 0;
    background: none;
}

.nav ul li:hover {
    margin-top: -2px;
    line-height: 42px;
    box-sizing: border-box;
    border-top: 4px solid #3eb5fe;
}

.nav ul li.on {
    margin-top: -2px;
    line-height: 42px;
    box-sizing: border-box;
    border-top: 4px solid #3eb5fe;
}


/*导航结束*/


/*海关特殊监管区*/

.special {
    width: 600px;
    height: 142px;
    margin: 0 auto;
    margin-top: 115px;
}

.special span {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.special P {
    line-height: 40px;
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
}

.special a {
    display: block;
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    text-align: center;
    line-height: 50px;
    margin-top: 21px;
    border-radius: 30px;
    font-size: 16px;
    color: #1c4ca0;
    font-weight: bold;
}


/* 头部结束 */


/* 尾部开始 */

.footer {
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: #1d2a43;
}

.mt50 {
    margin-top: 50px;
}

.footer p {
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #9ca2ae;
}


/*分页样式开始*/

.xll_pagebox_mobile {
    display: none;
}

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 30px auto;
    margin-bottom: 0px;
}

.xll_pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 96px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
}

.xll_pagebox>p {
    display: inline-block;
}

.xll_pagebox>font {
    margin-left: 0px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-left: 6px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.zt11 {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.zt12 {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #015293;
    border: 1px solid #015293;
}

.page_hide span {
    background-color: #015293;
    color: #fff;
    border: 1px solid #015293;
}


/*分页样式结束*/

.cebian {
    width: 90px;
    height: auto;
    position: fixed;
    top: 35%;
    right: 4%;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    background: #fff;
}

.cebian ul li {
    width: 90px;
    height: 80px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.cebian ul li .cbdh {
    color: #333333;
    box-sizing: border-box;
    padding-top: 16px;
    text-align: center;
    font-size: 14px;
}

.cebian ul li .cbdh img {
    display: block;
    margin: 0 auto 14px;
}

.cebian ul li .cbdh .img1 {
    display: block;
}

.cebian ul li .cbdh .img2 {
    display: none;
}

.cebian ul li:hover {
    background: #1c4ca0;
}

.cebian ul li:hover .cbdh {
    color: #ffffff;
}

.cebian ul li:hover .cbdh .img1 {
    display: none;
}

.cebian ul li:hover .cbdh .img2 {
    display: block;
}

.cebian .Top {
    box-sizing: border-box;
    height: 40px;
    padding-left: 17px;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    color: #333333;
}

.cebian .Top img {
    margin-right: 5px;
}

.cbdh_nr {
    position: absolute;
    pointer-events: none;
    left: -150px;
    top: 50%;
    width: 120px;
    height: 130px;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(0, -50%);
    background-color: #fff;
    padding: 5px;
    display: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.cbdh_nr::after {
    position: absolute;
    height: 15px;
    width: 15px;
    content: '';
    background-color: #fff;
    top: 50%;
    right: -7px;
    transform: translate(0, -50%) rotate(45deg);
}

.cebian ul li:hover .cbdh_nr {
    pointer-events: none;
    opacity: 1;
    display: block;
}

.cbdh_nr img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.cbdh_nr em {
    width: 100%;
    display: block;
    line-height: 30px;
    text-align: center;
}

.yyqh_nr {
    width: 215px;
    height: 70px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 9999;
    margin-right: 20px;
}

.yyqh_nr::after {
    position: absolute;
    height: 15px;
    width: 15px;
    content: '';
    background-color: #fff;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%) rotate(45deg);
}

.yyqh_nr a {
    display: block;
    width: 83px;
    height: 40px;
    float: left;
    margin-left: 10px;
    background: #f2f4f7;
    text-align: center;
    margin-top: 5px;
    line-height: 40px;
    color: #222222;
}

.yyqh_nr a:hover {
    background: #1c4ca0;
    color: #ffffff;
}

.qhcon {
    position: absolute;
    left: -240px;
    top: 50%;
    margin-top: -35px;
    width: 240px;
    height: 70px;
    display: none;
}

.cebian ul li:hover .qhcon {
    display: block;
}