* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: Arial;
min-width:1650px;
}

input,
img,
a {
    outline: none;
    border: 0;
    color: #000;
}

.clear {
    clear: both;
}

.px1400 {
    width: 1400px;
    margin: 0 auto;
}

#header {
    position: relative;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: url(../images/hed-tc.png) no-repeat center top;
    background-size: 100% 100%;
}

.head {
    padding-top: 20px;
    padding-bottom: 30px;
width:1600px;
margin:0 auto;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.head-l {
    float: left;
}

.head-l>a {
    display: inline-block;
    vertical-align: middle;
}

.head-l>a img {
    display: inline-block;
}

.head-l span {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
}

.head-r {
    float: right;
    margin-top: 8px;
}

.search {
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #798eb4;
    font-size: 0;
}

.search input[type="text"] {
    padding-left: 15px;
    padding-right: 15px;
    width: 215px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="text"]::placeholder {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.search input[type="image"] {
    vertical-align: middle;
}

.head-r .english {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}

.head-r .english a {
    display: block;
}

.head-r .english a img {
    display: block;
}

.nav>ul {
    margin-left: -19.5px;
    margin-right: -19.5px;
}

.nav>ul>li {
    position: relative;
    float: left;
    margin: 0 22.5px;
    text-align: center;
    line-height: 70px;
}

.nav>ul>li>a {
    position: relative;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-family: Arial;
}

.nav>ul>li>a::before {
    content: '';
    position: absolute;
    width: 0;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #c9c9c9;
    transition: all .3s;
}

.nav>ul>li:hover>a::before {
    width: 180px;
}

.nav>ul>li>ul {
    position: absolute;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    top: 69px;
    background: #f3f8fe;
    z-index: 999;
    /* display: none; */
    transform: rotateY(90deg);
}

.nav>ul>li:hover>ul {
    transform: rotateY(0deg);
    transition: all .6s;
}

.nav>ul>li>ul>li {
    line-height: 40px;
    padding:0 15px;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    font-family: Arial;
}

.nav>ul>li>ul>li:hover {
    background-color: #0046a9;
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
    font-weight: bold;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-prev {
    width: 30px;
    height: 41px;
    background: url(../images/banner-l.png) no-repeat center center;
    left: 100px;
}

.banner .slick-next {
    width: 30px;
    height: 41px;
    background: url(../images/banner-r.png) no-repeat center center;
    right: 100px;
}

.footer {
    background-color: #0e336f;
}

.foot-top {
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #27487e;
}

.foot-l {
    float: left;
    width: 623px;
}

.foot-m {
    float: left;
    padding-left: 40px;
    width: 420px;
}

.foot-m h2 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #486491;
}

.foot-m p {
    position: relative;
    line-height: 24px;
    padding-left: 25px;
    font-size: 14px;
    color: #92a8cb;
    margin-top: 10px;
}

.foot-m p img {
    position: absolute;
    left: 0;
    top: 0;
}

.foot-r {
    float: right;
    width: 240px;
    text-align: right;
}

.foot-r>ul>li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 46px;
    height: 46px;
    border-radius: 5px;
    background-color: #274370;
}

.foot-r>ul>li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.foot-r>ul>li a img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.foot-r>ul>li a img:first-child {
    z-index: 6;
}

.foot-r>ul>li:hover a img {
    z-index: 7;
}

.foot-down>p {
    line-height: 34px;
    font-size: 12px;
    color: #4d6489;
    text-align: center;
}
/* äºŒç»´ç æ·»åŠ  */

.foot-r>ul>li a .ewm {
    position: absolute;
    left: 0;
    top: -90px;
    display: none;
}

.foot-r>ul>li:hover a .ewm {
    display: block;
}
.footer .links{padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.5);margin-bottom:20px;}
.footer .link{display:flex;flex-wrap:wrap;}
.footer .link h3{width:100px;font-size:22px;color:#fff;}
.footer .link ul{width:calc(100% - 100px);display:flex;flex-wrap:wrap;}
.footer .link li {    margin-bottom: 10px;
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.footer .link li a{    color: #fff;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
