﻿@charset "utf-8";

/*页面框架*/
body,
div,
p,
ul,
ol,
dl,
dt,
dd,
li,
form,
input,
table,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a,
input,
.googleSearch,
.mobile-language-list,
a img {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-duration: 300ms;
}
input:focus{
    outline: none;
}
html,
body {
    box-sizing: border-box;
    background: #f8f8f8 none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    font-family: Arial, Verdana, simsun, sans-serif;
    margin: 0 auto;
}

em,
b,
i {
    font-style: normal;
}

p {
    /* line-height: 1.25em; */
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #305798;
    text-decoration: none;
}

img,
a img {
    border: 0 none;
}

ul,
ol {
    list-style-type: none;
}

ul:after,
ol:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

table {
    border-collapse: collapse;
}
.vspace { height: 43px; line-height: 0px; width: 100%; clear: both; overflow: hidden; }
table,
th,
td {
    border: 1px solid black;
}
.column_wrapper{
    width: 1200px;
    margin: 0 auto;
}
/* 底通 */
#js-footer {
    margin-top: 30px;
    overflow: hidden;
}

.foot-contact {
    background: #373737;
    color: #fff;
    padding: 30px 0 50px;
    overflow: hidden;
}
.foot-contact .foot-contact-con{
    display: flex;
    justify-content: center;
}
.foot-contact h4 {
    font-size: 20px;
    line-height: 2em;
    font-weight: normal;
}

.foot-contact p,
.foot-contact p a {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

.foot-contact p a:hover {
    color: #00479d;
    text-decoration: underline;
}

.foot-contact-left {
    width: 200px;
    padding-left: 350px;
    float: left;
}

.foot-contact-right {
    width: 300px;
    padding-right: 200px;
    float: right;
}

.foot-contact-item {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.foot-contact-item:last-child {
    margin-right: 0px;
}

.footCopyright {
    border-top: 1px solid #cdcdcd;
    background: #373737;
    padding: 20px 0;
}

.footCopyright-con {
    font-size: 12px;
    text-align: center;
    color: #e4e4e4;
    line-height: 27px;
}

.footCopyright-con a {
    color: #666;
}

.footCopyright-con a:hover {
    color: #ccc;
}

/* 浮层 */
.js-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 -7px 20px 0 rgb(0 0 0 / 19%);
}



.dialog-body {
    width: 1200px;
    font-size: 13px;
    position: relative;
    margin: 20px auto;
}

.dialog-header {
    position: relative;
}

.dialog-header h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.dialog-header a {
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: url(//p5crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1657764221836872/btn_close.png) no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
  }

.dialog-content {
    margin: 17px 0;
    width: 800px;
}

.dialog-links {
    width: 100%;
}

.dialog-links li {
    float: left;
    margin-right: 32px;
}

.dialog-links li a {
    color: #414141;
    font-weight: 400;
    position: relative;
}

.dialog-links li a:hover {
    text-decoration: initial;
}

.dialog-links li a:after {
    position: absolute;
    height: 1px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    color: #414141;
    background-color: #414141;
    left: 0;
    bottom: -1px;
}

.dialog-confirm {
    width: 122px;
    height: 42px;
    color: #414141;
    border: 1px solid #414141;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.dialog-confirm .confirm-icon {
    width: 17px;
    height: 12px;
    background: url(//p5crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1657764221836872/icon_agree.png) no-repeat;
    background-size: 17px 12px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: sub;
  }
  
.dialog-clear {
    clear: both;
}

