@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color:#4f4f4f; overflow-x: hidden; font-family:"Microsoft YaHei",Arial,sans-serif; padding-top: 170px; }
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,main,section,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none;  font-family:Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#4f4f4f; }
a:hover{ color:#143a84;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none; }

.wrap{ width: 100%; max-width: 1630px; margin: 0 auto; padding: 0 50px;}
.w1660{ width: 100%; max-width: 1760px; margin: 0 auto; padding: 0 50px;}

::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;}

/*顶部*/
.header{ width: 100%; height: 170px; background: #fff; position: fixed; left:0; top: 0; z-index: 99999; transition: all .7s;}
.header.fixed{ height: 130px; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.header .logo{ padding: 36px 0;}
.header .nav ul li { margin-right:1px; position: relative;}
.header .nav ul li>a{ font-size: 18px; color: #4f4f4f; font-weight: bold; line-height: 60px; border-bottom: #fff solid 2px;  padding: 0 60px; position: relative; display: block;}
.header .nav ul li>a:hover,.header .nav ul li.on>a,.header .nav ul li:hover a{ color: #143a84; border-bottom: #119878 solid 2px; }
.header .lang{ width: 55px; height: 60px; line-height: 60px; text-align: right; background: url(../images/icon01.png) no-repeat left center; cursor: pointer;}

.menu-toggle{display: none;}

/* banner */
.banner { position: relative; }
.banner img{width:100%;}
.banner .swiper-slide{ display: flex; align-items: center;}
.banner .pagination { width: 100% !important; height: 15px; position: absolute; left:0; bottom:30px!important;  z-index:111; display: flex; justify-content: center; align-items: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:rgba(0, 0, 0, .5); border: none; margin: 0 5px; border-radius:15px!important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 40px; background: #0d9aa1;}
.banner .swiper-slide-active{opacity:1;}

.anchorPoint{ margin-top: -150px; padding-top: 150px;}

.title{ text-align: center; margin-bottom: 40px;}
.title h2{ font-size: 50px; color: #143a84; text-transform: uppercase; line-height: 1; position: relative; z-index: 22; }
.title p{ font-size: 72px; color: #fff; font-weight: 900; font-family: Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; -webkit-text-stroke: 1px #eee; text-stroke: 1px #eee; margin-top: -20px;}

/* 首页 */
.indexOne{ padding: 60px 0 130px;}
.indexOne .text{ line-height: 1.8;}
.indexOne .pic{ margin-top: 80px;}
.indexOne .pic ul { margin: 0 -13px;}
.indexOne .pic ul li{ width: 33.33%; padding: 0 13px;}
.indexOne .pic ul li ol{ position: relative;}
.indexOne .pic ul li dl{ padding-bottom: 60%; border-bottom: #90e3cf solid 5px;}
.indexOne .pic ul li p{ width: 95%; height: 96px; line-height: 96px; font-size: 24px; font-weight: bold; padding-left: 75px; background: #334da1; color: #fff; position:absolute; left: 0; bottom: 5px; z-index: 22;}

.indexTwo{ background:url(../images/indexTwoBg.jpg) no-repeat center; background-size: cover; padding: 60px 0 260px;}
.indexTwo .box{ padding-top: 60px;}
.indexTwo .box ul li{ width: 14.28%; padding: 0 25px;}
.indexTwo .box ul li ol{ display: block; padding: 20px 0;}
.indexTwo .box ul li i{ height: 80px; display: flex; align-items: center; justify-content: center; }
.indexTwo .box ul li p{ font-size: 18px; font-weight: bold; line-height: 1.8; color: #143a84; margin-top: 15px; text-align: center;}
.indexTwo .box ul li ol:hover{ background: #90e3cf;}

/* 底部 */
.footer{ background: #373737; padding: 60px 0 35px; color: #fff; text-align: center; font-weight: bold;}
.footer .fnav{ margin-bottom: 35px;}
.footer .fnav ul li{ margin: 0 55px;}
.footer .fnav a{ font-size: 18px; color: #fff; font-weight: bold;}
.footer .contact{ padding: 30px 0; border-top: 1px solid #757575;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 16px; width: 100%; display: flex; justify-content: center; }
.fenye .prev, .fenye .next { width: 46px; height: 46px; line-height: 46px; color: #333;margin:0 4px; display: block; font-family: "宋体";font-size: 18px; background: #ccc;}
.fenye a { width: 46px; height: 46px; line-height: 46px; color: #333; margin:0 4px; display: block; background: #ccc; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #0e6eb8;}
.fenye a.current { color: #fff;  background: #0e6eb8;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}


/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px; max-height: 620px;}



@media (max-width: 1560px) {
}

@media (max-width: 1450px) {
}

@media (max-width: 1420px) {
    body{ padding-top: 130px;}
    .header{ height: 130px;}
    .header .logo { padding: 20px 0;}
    .header .nav ul li>a{ padding: 0 45px;}


    .title h2{ font-size: 40px;}
    .title p{ font-size: 52px;}

    .indexOne { padding: 60px 0 100px;}
    .indexOne .pic ul li p { height: 70px; line-height: 70px; font-size: 18px;}

    .indexTwo{ padding: 60px 0 140px;}
    .indexTwo .box { padding-top: 20px;}
    .indexTwo .box ul li i { height: 50px;}
}

@media (max-width: 1368px) {
}

@media (max-width: 1320px) {
    body{ font-size: 15px;}

    .w1660{ padding: 0 30px;}
    .wrap{ padding: 0 30px;}

    .header .nav ul li>a { padding: 0 30px; }

    .indexTwo .box ul li p{ font-size: 17px;}
}

@media (max-width: 1180px) {
    .header .logo{ height: 85px;}
    .header .nav ul li>a{ font-size: 17px; padding: 0 25px;}

    .footer .fnav a{ font-size: 17px;}
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}
    .w1660{ padding: 0 15px;}

    input, textarea, select, button{ font-size: 14px;}
    
    .header{ width: 100%; height: 60px; padding: 0; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, .2); display: block; position: fixed; left: 0; top: 0; z-index: 99999;}
    .header .logo { height: 60px; padding: 14px 0;}
    .header .headRight { background: #fff;}
    .header .nav{ margin-bottom: 20px; display: none;}
    .header .nav ul{ display: block; border-top: #eee solid 1px;}
    .header .nav ul li{ margin-right: 0; border-bottom: #eee solid 1px;}
    .header .nav ul li>a{ font-size: 15px; padding: 0 15px; line-height: 40px;}
    .header .lang{ width: 45px; position: absolute; right: 15px; top: 0; font-size: 15px; background-size: 18px;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#000;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .title h2 { font-size: 28px; }
    .title p { font-size: 30px; margin-top: -10px;}

    .indexOne{ padding: 50px 0;}
    .indexOne .pic { margin-top: 40px;}
    .indexOne .pic ul{ margin: 0; display: block;}
    .indexOne .pic ul li{ width: 100%; padding: 0; margin-bottom: 10px;}
    .indexOne .pic ul li p{ width: 100%;  height: 46px; line-height: 46px;padding: 0; text-align: center; font-size: 15px; }

    .indexTwo { padding: 50px 0 80px; }
    .indexTwo .box ul { flex-wrap: wrap;}
    .indexTwo .box ul li{ width: 50%;}
    .indexTwo .box ul li ol { padding: 13px 0;}
    .indexTwo .box ul li i { height: 33px; }
    .indexTwo .box ul li p { font-size: 15px; }
    
    .footer .fnav{ display: none;}


    /*===/分页=============================*/
    .fenye a { width: 35px; height: 35px; line-height: 35px; font-size: 12px; margin: 0 2px;}
    .fenye .prev, .fenye .next { width: 35px; height: 35px; line-height: 35px;}

    .tccBox .BoxCon{ width: 94%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}

@media screen and (max-width:380px){

}