@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

html,
body {
    color: #222;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: url("../images/ibodybg.png") bottom center no-repeat #ffffff;
    min-width: 1400px;
    background-size: 100% auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #222;
}

img,
input {
    border: 0;
    outline: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.px1400 {
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto;
}

@font-face {
    font-family: sySong;

    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.1);
}

.wap {
    display: none !important;
}
/**/
.t_ico1{ background: url("../images/topico_xx.png") left center no-repeat; padding-left: 24px !important;}
.t_ico2{background: url("../images/topico_xxx.png") left center no-repeat;padding-left: 24px !important;}
/* 定位搜索框 */
.search {
    float: right;
    line-height: 20px;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;

    margin-top: 10px;
}

.top_link {
    font-size: 14px;
    color: #cecece;
    line-height: 55px;
    height: 55px;
    padding: 0;
    text-align: right;
    width: 100%;
}

.top_link a {
    color: #ffffff;
    padding: 0 10px
}

.top_link a:hover {
    color: #f8f8f8f8;
}

.search-box {
    overflow: hidden;
    border-radius: 20px;
}

.search-box > div {
    float: right;
    padding-left: 12px;

    background-color: #fff;
    border-radius: 20px;
}

.search-box input[type="text"] {
    width: 210px;
    padding: 0 10px 0 0;
    line-height: 40px;
    height: 40px;
    background: none;
    color: #333333;

    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input.p-submit {
    width: 75px;
    height: 40px;
    vertical-align: middle;
    background: url(../images/search.png) no-repeat #f39800;
    background-position: 10px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 0;
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    padding-left: 20px;
    transition: all 0.3s
}

.search-box input.p-submit:hover {
    background-color: #3399cc;
    transition: all 0.3s
}

.search-box input[type="text"]::placeholder {
    color: #ce322e;
}

img,
input {
    border: 0;
    outline: none;
}

/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search > div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 0 0;
    background: #fff;
}

.t-search > div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 18px;
    height: 50px;
    box-sizing: border-box;
}

.search-btnr {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    transition: all 0.3s
}

.search-btnr:hover {
    background: #5261a6;
    transition: all 0.3s
}

.search-btnr img {
    display: block;
    margin: 6px;
    background: #ffffff;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    display: inline-block;
}

.search-btnr input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: #ffffff;
}

.search-btn:hover {
    background: #E1F0FD;
}

.search-btn input {
    display: block;
    width: 24px;
    margin: 13px auto;
}

/*头部*/

.top {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: url(../images/top-bg.jpg) no-repeat #244e9f;
    background-size: cover;

    transition: all 0.3s;
}

.top > div {
}

.logo a {
    display: block;
    font-size: 0;
    line-height: 140px;
}

.logo img {
    vertical-align: middle;
}

.top .xx {
    display: block;
    margin-left: 6%;
    margin-top: 60.5px;
}

.toplink {
    float: right;
    line-height: 140px;
    margin-right: 5%;
    color: #ffffff;
}

.toplink a {
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
}

.toplink a:hover {
    color: #cccccc;
}

.top-r {
    float: right;

    margin-top: 50px;
}


/*导航*/

.nav {
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    transition: all 0.3s;
    background-size: cover;
}

.nav.on {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #0a4c94;
    box-shadow: 0 0 10px #333333a8;
}

.nav.on > ul > li > a {
    color: #ffffff
}

.nav > ul {
    font-size: 0;
}

.nav > ul > li {
    float: left;
    text-align: center;
    position: relative;
    width: 11.1%;
}

.nav > ul > li:hover {
    background: #f39800;
    color: #ffffff;
}

.nav > ul > li a:hover {
    background: #f39800;
    color: #ffffff;
    font-weight: bold;
}

.nav > ul > li:first-child {
    margin-left: 0;
}

.nav > ul > li > a {
    display: block;
    font-size: 19px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    position: relative;
    transition: auto;
}

.nav > ul > li.on > div {
    border-top: 3px solid #ffffff;
}

.nav > ul > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.nav > ul > li.on > a::after {
    border-bottom: 5px solid #ffffff;
}

.nav > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: #fff;
    display: none;
}

.nav > ul > li.active > a {
    color: #fff;
    font-weight: 600;
    background: #f39800;
}

.nav > ul > li.on > a {
    color: #fff;
    font-weight: 600;
}

.nav > ul > li.active > a:before {
    display: none;
}

.nav > ul > li:hover > a:before {
    display: none;
}

.nav > ul > li > div {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    background: rgb(255 255 255);
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav > ul > li > div > ul {
    overflow: hidden;
}

.nav > ul > li > div > ul > li a {
    display: block;
    font-size: 15px;
    line-height: 27px;
    transition: .3s;
    color: #333;
    padding: 5px 10px;
    border-bottom: #f4f4f4 1px solid;
}

.nav > ul > li > div > ul > li a:hover {
    background: #f39800;
    color: #fff;
}


/*底部*/

.foot {
    background: url("../images/end_bg.png") center no-repeat #0351a3;
    background-size: cover;
}

.foot .px1400 {
    padding: 30px 0 5px 0;
}

.foot > div {
    color: #fff;
}

.foot a {
    color: #fff;
}

.foot-l {
    width: 35%;
    float: left;
    padding-right: 5%;
}

.foot-l h2 {
    margin-bottom: 20px
}

.foot-l p {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
}

.foot-l img {
    vertical-align: middle;
    max-height: 68px;
}

.foot-c {
    width: 30%;
    text-align: center;
    position: relative;
    border-left: #6e97ca 1px solid;
    border-right: #6e97ca 1px solid;
}

.foot-c p {
    font-size: 15px;
    line-height: 30px;
}


.foot-r {
    width: 25%;
    float: right;
    padding-left: 0;
}

.foot-r ul li {
    float: left;
    width: 50%;
    text-align: center;
}

.foot-r ul li:nth-child(2) {

}

.foot-r img {
    width: 125px;
    height: 125px;
}

.foot-r p {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
    line-height: 36px;
}


.copright {
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    background: #192c7887;
}

.copright p {
    margin: 0;
    padding: 0
}

.copright a {
    color: #fff;
}

.copright a:hover {
    color: #d9d9d9;
}

@media screen and (max-width: 1800px) {
}


@media screen and (max-width: 320px) {
}

.actGotop {
    position: fixed;
    _position: absolute;
    bottom: 70px;
    right: 20px;
    width: 70px;
    height: 70px;
    display: none;
}

.actGotop a, .actGotop a:link {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url(../images/gotop.png) no-repeat;
    outline: none;
}
