@charset "utf-8";
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

* {
    outline: none;
}

html,
body {
    font-size: 12px;
}

body {
    font: 12px/1.5;
    /*	background-image: url(./background.png);*/
    background-repeat: no-repeat;
    background-position: 120% 90%;
    background-attachment: fixed
}
.hide{display:none;}
.show{display: block;}
body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
canvas,
button,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
}

header,
hgroup,
nav,
section,
article,
aside,
footer {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
textarea,
select {
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

img {
    vertical-align: top;
}

a:link,
a:visited {
    text-decoration: none;
}


/* a:hover {
    color: #0144c1;
} */

.jjbhbox {
    min-height: 600px;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.disblock {
    display: block;
}

.disnone {
    display: none;
}

#caption {
    width: 200px;
    height: 200px;
    background-color: #fff;
    /* display: none; */
    max-width: 700px;
    text-align: center;
    color: #ccc;
    position: absolute;
    right: 100px;
    top: 40px;
    left: 482px;
    z-index: 999;
}

#caption1 {
    width: 200px;
    height: 200px;
    background-color: #fff;
    /* display: none; */
    max-width: 700px;
    text-align: center;
    color: #ccc;
    position: absolute;
    right: 86px;
    top: 20px;
    /* left: -3px; */
    z-index: 999;
}

.rwm {
    width: 200px!important;
    height: 200px!important;
}

.rwm1 {
    width: 200px!important;
    height: 200px!important;
}

.rwmdiv {
    display: inline-block;
    float: right;
}

.rwmdiv1 {
    display: inline-block;
    float: right;
}

.weather {
    width: 1424px;
    height: 0;
    margin: 0 auto;
    position: relative;
    bottom: 50px;
    bottom: -60px;
    color: #fff;
}


/* header start */

.header {
    width: 100%;
    height: 570px;
    background-image: url(../images/header.png);
    background-size: cover;
    background-position: bottom right;
    overflow: hidden;background-color: #fff;
}

.topbar {
    width: 1200px;
    height: 54px;
    margin: 0 auto;
}

.topbar a {
    color: rgb(70, 120, 195);
    font-weight: 400;
    font-size: 16px;
    line-height: 52px;
}

.header_logo {
    width: 502px;
    height: 105px;
    background-image: url(../images/LOGO.png);
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 30px;
}

.header_search {
    width: 698px;
    height: 60px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 60px;
    float: unset;
    bottom: 0;
}

.searchbox {
    width: 100%;
    /* margin-top: 10px; */
}

.sertext {
    width: 562px;
    height: 57px;
    line-height: 57px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    font-size: 19px;
    font-weight: 400;
    color: #9E9A9A;
}
.sertext:focus {
color:#222;
}
.serbtn {
    width: 122px;
    height: 60px;
    background-color: #1e5ab3;
    border: 0px;
    cursor: pointer;
    outline: none;
    border-radius: 0 5px 5px 0;
    font-size: 21px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    left: 12px;
}

.header_function {
    width: 580px;
    height: 57px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.header_function a {
    width: 56px;
    height: 64px;
    display: inline-block;
    text-align: center;
}

.header_function img {
    width: 40px;
    height: 40px;
}

.header_function span {
    font-size: 18px;
    font-weight: bold;
    color: rgb(38, 89, 167);
    text-align: center;
    display: block;
    margin-top: 5px;
}

.topnav {
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.navbg {
    width: 86%;
    height: 90px;
    background-image: url(../images/navbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.header_nav {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    bottom: 60px;
    display: flex;
    justify-content: space-around;
}

.header_nav a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.border {
    height: 52px;
    border-bottom: 8px solid #3EB0E4;
}


/* header end */


/* windows start */

.windows {
    width: 141px;
    height: 404px;
    position: absolute;
    right: 2%;
    top: 800px;
}

.windows img {
    display: block;
    margin: 0 auto;
}

.wins {
    background: #FFFFFF;
    border: 1px solid #DEE6F4;
    box-shadow: 0px 0px 16px 2px rgb(110 136 196 / 10%);
    border-radius: 6px;
}

.windows a {
    display: inline-block;
    width: 100%;
    height: 60px;
    font-size: 22px;
    font-weight: 400;
    color: #0C3DB6;
    line-height: 60px;
    text-align: center;
}

@media only screen and (max-width: 2000px) {
    .topnav {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }
    .border {
        height: 40px;
       border-bottom: 8px solid #3EB0E4;
    }
    .navbg {
        background-size: contain;
    }
}


/* 8-2 new code */

@media only screen and (max-width: 1600px) {
    .windows {
        width: 110px;
        height: 404px;
        position: absolute;
        right: 2%;
        top: 800px;
    }
    .topbar {
        width: 1200px;
        height: 54px;
        margin: 0 auto;
    }
    .topnav {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }
    .border {
        height: 34px;
        border-bottom: 8px solid #3EB0E4;
    }
    .xyn {
        min-height: 414px!important;
    }
.header_nav {
    width: 1020px;
}
}

@media only screen and (min-width: 2000px) {
    .header {
        background-position: 0px;
    }
    .border {
        height: 46px;
        border-bottom: 8px solid #3EB0E4;
    }
.header_nav{
bottom: 66px;
}
.navbg {
    background-size: contain;
}
}

.xyn {
    min-height: 408px;
}