@charset "UTF-8";

/* CSS Document */

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
header,
footer,
nav,
p,
dialog,
figure,
menu,
hgroup,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", SimSun, sans-serif;
    font-size: 14px;
    line-height: 26px;
    background: #fff;
    color: #333;
    overflow: auto !important;
}

input,
textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    background: #fff;
    border: 0;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    /*color: #001c77;*/
    cursor: pointer;
    color: #1976D2;
    /*font-weight: bold;*/
}

input:focus,
textarea:focus {
    outline: none;
}

select,
textarea {
    font-family: "Microsoft YaHei", Arial;
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-tap-highlight-color: transparent;
    /*-webkit-appearance: none;*/
    outline: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse !important;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clear {
    zoom: 1
}

.banner {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
}

.index-center {
    width: 100%;
    background: #eeeeee;
    box-sizing: border-box;
}

.index-left {
    width: 65%;
    float: left;
    height: 530px;
    box-sizing: border-box;
    padding: 30px 80px 30px 7%;
    background: #f7f7f7;
}

.index-left .info-title {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.info-title p {
    font-size: 18px;
    color: #333;
    line-height: 23px;
    padding-left: 12px;
    display: inline-block;
    border-left: 4px solid #ee4224;
}

.info-title a {
    float: right;
    /*padding-right: 20px;*/
    color: #1976D2;
    font-size: 14px;
    line-height: 26px;
}

.info-list {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.info-list ul {
    position: relative;
    overflow: hidden;
    padding: 13px 0 13px 0;
}

.info-list ul li {
    width: 31%;
    float: left;
    background: #ffffff;
    padding: 25px 0;
    /*border: 1px solid #e5e5e5;*/
    /*box-shadow: 0 0 8px #e5e5e5;*/
    box-shadow: 0 1px 4px rgba(57, 73, 76, .1);
    margin-right: 3%;
    box-sizing: border-box;
    /*box-shadow: 1px 1px 10px 0 rgba(53, 57, 60, 0.15);*/
}

.info-list ul li:last-child {
    margin-right: 0 !important;
}

.info-list ul li:hover {
    box-shadow: 2px 2px 15px #e5e5e5;
}

.info-list li a:hover {
    cursor: pointer;
    color: #1976D2;
}

.info-list li img {
    height: 40px;
    margin: auto;
    display: block;
}

.info-list li p {
    color: #555;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}

.info-list li p:hover {
    color: #1976D2;
}

.index-right {
    width: 35%;
    float: right;
    height: 398px;
    box-sizing: border-box;
    background: #efefef;
}

.index-right ul {
    width: 100%;
}

.index-right ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 13% 0 60px;
    margin-right: 100px;
}

.index-right li:hover {
    cursor: pointer;
    background: #ffffff !important;
    border-left: 3px solid #117be5;
}


/*.index-right ul li a{*/


/*position: relative;*/


/*}*/

.index-right li p {
    text-align: left;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-right li span {
    display: block;
    color: #999999;
    text-align: left;
    margin-bottom: 10px;
}

.line {
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e5e5e5;
}

.btn {
    display: inline-block;
    color: #117be5;
    font-size: 14px;
    margin: 20px 60px;
    padding: 2px 20px;
    background: inherit;
    border: 1px solid #117be5;
    border-radius: 50px;
}

.btn:hover {
    color: #ffffff;
    background: #117be5 !important;
    transition: all 0.25s ease 0s;
}

.advert {
    width: 100%;
    padding: 30px 0;
    background: url("../images/bg.png") no-repeat;
    background-size: 100% auto;
}

.advert ul {
    width: 1280px;
    display: block;
    margin: auto;
    box-sizing: border-box;
}

.advert ul li {
    width: 25%;
    float: left;
    display: inline-block;
}

.advert ul li img {
    display: block;
    margin: auto;
    width: 60px;
}

.advert ul li p {
    margin-top: 10px;
    text-align: center;
    color: #0f74bc;
    font-size: 18px;
}

.wrapper {
    min-height: 200px;

    margin: 0 auto;
    padding: 20px 0;
}

.wrapper1 {
    min-height: 200px;
    width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
}

@media (min-width :1400px) {
    .wrapper {
        min-height: 430px;
    }
}

.footer-left {
    width: 20%;
    height: 160px;
    float: left;
    box-sizing: border-box;
}

.footer-p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}

.footer-p span {
    display: inline-block;
    font-size: 14px;
}

.shiplink {
    width: 260px;
    padding-left: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.shiplink select {
    opacity: 1 !important;
    width: 238px !important;
    background: rgba(28, 45, 88, 0.1) !important;
    ;
    color: rgba(255, 255, 255, 0.7);
    height: 30px;
    font-size: 13px;
    font-family: "Microsoft YaHei", "微软雅黑", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", SimSun, sans-serif;
    border: none !important;
}

.shiplink select option {
    background: rgb(40, 70, 147) !important;
    color: rgba(255, 255, 255, 0.7);
}

.service-title p {
    line-height: 16px;
    padding-left: 6px;
    font-weight: 500;
    font-size: 16px;
    margin: 24px 0 16px 0;
    border-left: 3px solid #117be5;
}

.service-title ul {
    padding-left: 20px;
}

.service-title li {
    font-size: 14px;
    color: #666;
    list-style-type: disc !important;
}

.service-title span {
    width: 100%;
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
}

.service-title a {
    color: #117be5;
}

.footer-center {
    width: 62%;
    float: left;
    box-sizing: border-box;
}

.footer-ul {
    width: 33%;
    float: left;
    ;
    text-align: center;
    box-sizing: border-box;
    display: block;
}

.footer-center ul {
    margin-top: 12px;
}

.footer-center ul li a {
    color: #ffffffbf;
    font-size: 13px;
    padding-left: 10px;
}

.footer-center ul li a:hover {
    cursor: pointer;
    color: #fff;
}


/*.footer-left i{position: relative;*/


/*font-size: 14px;*/


/*height: 30px;*/


/*line-height: 30px;*/


/*overflow: hidden;*/


/*padding-left: 15px;*/


/*color: #dddddd;*/


/*font-family: '瀹嬩綋';}*/

.footer-right {
    width: 18%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.footer-right span {
    display: block;
    color: #ffffff;
    font-size: 13px;
    margin: 6px 0 4px 0;
}

.footer-bottom {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #ffffff7d;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.1);
}


/* footer */

.footer {
    background: #e0e0e0;
    width: 100%;
}

.footer-f1 {
    width: 1200px;
    margin: auto;
    display: block;
    height: 40px;
}

.footer-f1 .foot-nav {
    margin: auto;
    display: block;
    width: 60%;
    padding: 20px 0 10px 0;
}

.foot-nav ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.foot-nav li {
    display: inline;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.footer-f1 .foot-nav li a {
    color: #222;
    border-right: 1px #999 solid;
    line-height: 16px;
    height: 16px;
    padding: 2px 20px;
    font-size: 16px;
    margin: 10px auto;
}

.footer-f1 .foot-nav li:nth-child(6) a {
    color: #222;
    border-right: 0;
    line-height: 16px;
    height: 16px;
    padding: 2px 20px;
    font-size: 16px;
    margin: 10px auto;
}

.footer-f1 .foot-nav li a:hover {
    color: #019dfa
}

.address {
    margin: 20px auto;
}

.address p {
    width: 1200px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    text-align: center;
    margin: 10px auto;
}

.address p span {
    padding: 0 20px;
}

.footer-f2 {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    text-align: center;
    /*background: #ededed;*/
    background: #ececec;
    ;
}

.footer-f2 p {
    text-align: center;
    color: #929292;
    font-size: 12px;
    line-height: 26px;
    /*margin-top: 10px;*/
}

.footer-f2 .img-bg {
    margin: auto;
    height: 18px;
    line-height: 12px;
}

.footer-f2 a {
    display: inline-block;
}


/* footer */

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 2px 2px;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    background: rgba(10, 61, 144, 0.5);
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 10px;
    background: rgba(212, 213, 227, 0);
}
    .index-left {
            padding-right: 30px;
            height: auto;
        }
        
        .info-list li {
            margin-top: 3%;
            width: 30% !important;
        }
        
        .carousel {
            width: 100%;
            height: 88vh;
            overflow: hidden;
            position: relative;
        }
        
        .carousel ul {
            width: 100%;
            height: 100%;
        }
        
        .carousel ul li {
            position: absolute;
            width: 100%;
        }
        
        .carousel ul li a img {
            width: 100%;
            height: 88vh;
            animation: showDivAni 3s 1;
        }
        
        @keyframes showDivAni {
            0% {
                opacity: 0;
                transform: scale(1.3);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }
        
        .bullet {
            position: absolute;
            font-size: 0;
            bottom: 20px;
            left: 50%;
            margin-left: -42px;
        }
        
        .bullet span {
            display: inline-block;
            width: 10px;
            height: 10px;
            background-color: #ffffff;
            margin-left: 15px;
            border-radius: 10px;
        }
        
        .bullet span:first-child {
            margin-left: 0;
        }
        
        .switch span {
            position: absolute;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background-color: rgba(0, 0, 0, .1);
            font-size: 20px;
            color: #ffffff;
            top: 50%;
            margin-top: -25px;
            cursor: pointer;
            font-family: "宋体";
        }
        
        .switch span:hover {
            background-color: rgba(0, 0, 0, .5);
        }
        
        .prev {
            left: 0;
        }
        
        .next {
            right: 0;
        }
        
        .active {
            background-color: red !important;
        }
        
        .image-enter-active {
            transform: translateX(0);
            transition: all 1s ease;
        }
        
        .image-leave-active {
            transform: translateX(-100%);
            transition: all 1s ease
        }
        
        .image-enter {
            transform: translateX(100%);
        }
        
        .image-leave {
            transform: translateX(0);
        }